diff --git a/.gitignore b/.gitignore index b4ecdf8c0..b96a5bce1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,319 @@ -*pyc -**parse_table_datacmds.py -.idea +# Created by https://www.toptal.com/developers/gitignore/api/macos,python,venv,data,visualstudiocode,pycharm,jupyternotebooks,dotenv,virtualenv +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,python,venv,data,visualstudiocode,pycharm,jupyternotebooks,dotenv,virtualenv + +### Data ### +*.dat +*.efx +*.gbr +*.key +*.pps +*.pdf +*.ppt +*.pptx +*.sdf +*.tax2010 +*.vcf +*.xml +*.pickle +examples/**/temp/** +examples/**/outputs/*.csv +examples/**/outputs/*.txt +examples/**/graphs/*.png +examples/**/info.txt + +### dotenv ### +.env + +### JupyterNotebooks ### +# gitignore template for Jupyter Notebooks +# website: http://jupyter.org/ + +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# IPython +profile_default/ +ipython_config.py + +# Remove previous ipynb_checkpoints +# git rm -r .ipynb_checkpoints/ + +### macOS ### +# General .DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### PyCharm ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/** +.fleet + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### PyCharm Patch ### +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 + +# *.iml +# modules.xml +# .idea/misc.xml +# *.ipr + +# Sonarlint plugin +# https://plugins.jetbrains.com/plugin/7973-sonarlint +.idea/**/sonarlint/ + +# SonarQube Plugin +# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin +.idea/**/sonarIssues.xml + +# Markdown Navigator plugin +# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced +.idea/**/markdown-navigator.xml +.idea/**/markdown-navigator-enh.xml +.idea/**/markdown-navigator/ + +# Cache file creation bug +# See https://youtrack.jetbrains.com/issue/JBR-2257 +.idea/$CACHE_FILE$ + +# CodeStream plugin +# https://plugins.jetbrains.com/plugin/12206-codestream +.idea/codestream.xml + +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +pytestdebug.log + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ +doc/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook + +# IPython + +# pyenv +.python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ +pythonenv* + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# profiling data +.prof + +### venv ### +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +[Bb]in +[Ii]nclude +[Ll]ib +[Ll]ib64 +[Ll]ocal +[Ss]cripts +pyvenv.cfg +pip-selfcheck.json + +### VirtualEnv ### +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ + +### VisualStudioCode ### +.vscode/* +!.vscode/tasks.json +!.vscode/launch.json +*.code-workspace + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +# Gurobi gurobi.log -switch_model.egg-info/ -venv -build*/ -dist*/ -autodoc* +*.log + +### Database ### +*.accdb +*.db +*.dbf +*.mdb +*.pdb +*.sqlite3 + +### VIM ### +tags + +# End of https://www.toptal.com/developers/gitignore/api/macos,python,venv,data,visualstudiocode,pycharm,jupyternotebooks,dotenv,virtualenv diff --git a/AUTHORS b/AUTHORS index 5ab9cd172..2676215d4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,6 +10,7 @@ Josiah Johnston Benjamin Maluenda Ana Mileva Mark Seaborn +Martin Staadecker # Organizations diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d79ca81..203dc5195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +------------------------------------------------------------------------------- +Switch 2.0.6 +------------------------------------------------------------------------------- +This release fixes a bug where the fixed costs from all possible build years +were applied each period, instead of only using the build years that are still +in service in the current period. This increased the apparent cost of storage by +approximately (study length) / (storage life). This bug was introduced in +version 2.0.0b3 and persisted through version 2.0.5, so results from earlier +models will need to be updated. + +This will be the last version of Switch to work in Python 2. It requires at +least Python 2.7.12 and also works with Python 3. + ------------------------------------------------------------------------------- Switch 2.0.5 ------------------------------------------------------------------------------- diff --git a/DEV_INSTALL.txt b/DEV_INSTALL.txt deleted file mode 100644 index aa4d0f7c5..000000000 --- a/DEV_INSTALL.txt +++ /dev/null @@ -1,88 +0,0 @@ -ADVANCED INSTALLATION NOTES FOR DEVELOPERS AND ADVANCED USERS - -If you are prone to work with more than one version of switch, you will -greatly benefit from python virtual environments which isolate your project's -python software from other versions that may be installed on the computer. -Software requirements and compatibilities change over time, sometimes in -incompatible ways. Virtual environments also help developers ensure they have -included all necessary dependencies in setup.py and aren't relying on -mannually installed system libraries. Using virtual environments to -encapsulate each project's customized software allows active and archived -projects to coexist on a single computer. These instructions assume you have -read INSTALL, have installed Anaconda (or equivalent), pip and solver -prerequisites. - -INSTALLATION WITH PYTHON VIRTUAL ENVIRONMENTS FOR DEVELOPMENT - -1. Open either a terminal or Anaconda command prompt (Start -> Anaconda -> - Anaconda Prompt) - -2a. DEVELOPERS - Developers often work with switch example directories and don't necessarily - have a separate folder with inputs for analysis. In this case, the source - directory doubles as your project directory. Execute these commands, but - set PROJECT_DIR to the actual path you want to use. - PROJECT_DIR=/path/to/new/switch/checkout - SRC_DIR="$PROJECT_DIR" - -2b. ANALYSTS - Analysts typically have a directory per project that stores data for their - input scenarios as well as a copy of the code they are using. Execute these - commands, but set PROJECT_DIR to the actual path you want to use. - PROJECT_DIR=/path/to/project/directory - SRC_DIR="$PROJECT_DIR"/switch_source - - Note: If you are using one of Matthias's packaged scenarios with a - submodule or subtree, set SRC_DIR to that subfolder instead of doing a - fresh git checkout. In this case, skip step 3. - -3. Download a copy of switch - git clone https://github.com/switch-model/switch.git "$SRC_DIR" - -4. Create a virtual environment in your project directory, and install switch - and its prerequisites (if using Windows, replace "bin" with "Scripts"): - cd "$PROJECT_DIR" - pip install virtualenv - virtualenv venv - source venv/bin/activate - pip install --editable "$SRC_DIR"[extra_requirements] - - Remember to replace "extra_requirements" with a comma-separated list with - the extra dependencies you will be using for your development: - database_access: Used to access Hawaii data from Matthias. - advanced: Used for advanced demand response and progressive - hedging modules. - plotting: Self explanatory. - dev: Used for debugging. - - Note 1: The --editable flag ensures that any changes to your downloaded copy - of switch will be immediately reflected to your installed copy in the - virtual environment. - - Note 2: If installing advanced dependencies in a Windows OS using pip, the - installation of r2py may raise an error. The simplest workaround is to - follow the steps outlined here: https://stackoverflow.com/a/32983656 - After manually installing r2py, you can proceed to repeat the installation - of Switch with the advanced dependencies using: - pip install --editable "$SRC_DIR"[extra_requirements] - -5. [Optional] Record the exact version of every library you are using so you can - precisely replicate this setup in the future. - pip freeze > requirements.txt - Without this step, you are at higher risk of not being able to readily - repeat or extend this analysis, especially if future releases of libraries - are not completely backwards compatible (this has happened a few times in - the past few years). - - -EXECUTION - -1. Open either a terminal or Anaconda command prompt (Start -> Anaconda -> - Anaconda Prompt) and navigate to your project directory. -2. Activate your virtual environment with the following command: - source venv/bin/activate -3. Execute switch like normal - switch solve ... -4. When finished development work, remember to leave the virtual - environment with the following command: - deactivate diff --git a/INSTALL.md b/INSTALL.md deleted file mode 100644 index 5837d7bc6..000000000 --- a/INSTALL.md +++ /dev/null @@ -1,152 +0,0 @@ -# Introduction - -This repository contains code and example files for the Switch power system -planning model. Switch is written in the Python language and several other -open-source projects (notably Pyomo, Pandas and glpk). The instructions below -show you how to install these components on a Linux, Mac or Windows computer. - -We recommend that you use the Anaconda scientific computing environment to -install and run Switch. This provides an easy, cross-platform way to install -most of the resources that Switch needs, and it avoids interfering with your -system's built-in Python installation (if present). The instructions below -assume you will use the Anaconda distribution. If you prefer to use a different -distribution, you will need to adjust the instructions accordingly. In -particular, it is possible to install Switch and most of its dependencies using -the pip package manager if you have that installed and working well, but you -will need to do additional work to install glpk or coincbc, and possibly git. - - -# Install Conda and Python - -Download and install Miniconda from -https://docs.conda.io/en/latest/miniconda.html or Anaconda from -https://www.anaconda.com/distribution . We recommend using the 64-bit version -with Python 3.7. Anaconda and Miniconda install a similar environment, but -Anaconda installs more packages by default and Miniconda installs them as -needed. - -Note that you do not need administrator privileges to install the Windows Conda -environment or add packages to it if you select the option to install "just for -me". - -If you want, this is a good point to create an Conda environment specifically -for using or testing Switch. See here for more details: -https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html - - -# Install Switch and its Dependencies - -After installing Anaconda or Miniconda, open an Anaconda Command Prompt -(Windows) or Terminal.app (Mac) and type the following command: - - conda install -c conda-forge switch_model - -This will install the `switch` command line utility, along with various software -used by Switch (the Pyomo optimization framework, Pandas data manipulation -framework and glpk numerical solver). - -If you would also like to enable automatic output graphs, run this command: - - conda install -c conda-forge ggplot - -If you would like to try the coincbc solver instead of glpk, you can run this -command: - - conda install coincbc - -If you plan to use the iterative demand response model with a custom, nonlinear -demand system, then you should add these packages: - - conda install rpy2 scipy - -At this point, you can solve example models or your own power system models. -See README for more information. - - -# View Examples - -If you want to view the Switch source code and examples, you can find them at -https://github.com/switch-model/switch. You can browse these online or clone them to a local repository (see below if you'd like to run Switch directly from a local repository). - - -# Install a Proprietary Solver (Optional) - -To solve larger models, you will need to install the cplex or gurobi solvers, -which are an order of magnitude faster than glpk or coincbc. Both of these have -free trials available, and are free long-term for academics. You can install -one of these now or after you install Switch. More information on these solvers -can be found at the following links: - -Professional: -- https://www.gurobi.com/products/gurobi-optimizer/ -- https://www.ibm.com/products/ilog-cplex-optimization-studio/pricing - -Academic: -- https://www.gurobi.com/academia/ -- https://developer.ibm.com/docloud/blog/2019/07/04/cplex-optimization-studio-for-students-and-academics/ - -For any meaningful-sized problem, you will need the unlimited-size versions of -these solvers, which will require either purchasing a license, using a -time-limited trial version, or using an academic-licensed version. The -small-size free or community versions (typically 1000 variables and constraints) -will not be enough for any realistic model. - - -# Developer Installation (Optional) - -Many people find it useful to browse and edit a "live" installation of Switch -that they also use to solve models. This supports a number of activities: - -- reading the documentation built into the switch_model modules -- reading the source code of the modules to understand the details of how Switch - works -- updating Switch or fixing bugs to meet local needs or contribute to the main - repository -- setting breakpoints for debugging -- switching between different versions of Switch -- trying pre-release branches of Switch - -To work this way, first install Switch as described above (this will install all -the Switch dependencies, even though you will later reinstall Switch itself). -Then, in a terminal window or Anaconda command prompt Anaconda command prompt, -use the `cd` and `mkdir` commands to create and/or enter the directory where you -would like to store the Switch model code and examples. Once you are in that -directory, run the following commands (don't type the comments that start with -'#'): - - # Install git software manager. - conda install git - - # Download Switch to a directory called `switch`. - git clone https://github.com/switch-model/switch.git - - # Uninstall the previous copy of Switch and tell Python to use this one - # instead. Note that Python will always load switch_model directly from this - # directory, so you can edit it as needed and Python will see the changes. - cd switch - pip install --upgrade --editable . - - # Run tests (optional) - python run_tests.py - - # View switch_model code (optional) - cd switch_model - ls - cd .. - - # View or run examples (optional) - cd examples - ls - cd - switch solve - -After this, you can pull the latest version of the Switch code and examples from -the main Switch repository at any time by launching a Terminal window or -Anaconda prompt, then cd'ing into the 'switch' directory and running this -command: - - git pull - -This will attempt to merge your local changes with changes with changes in the main -repository. If there are any conflicts, you should follow the instructions given -by the git command to resolve them. diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index f1dc79032..000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,10 +0,0 @@ -recursive-include tests * -recursive-include examples * -include README -include LICENSE -include AUTHORS -include CHANGELOG.txt -include INSTALL -include DEV_INSTALL.txt -include how_to_collaborate.txt -include run_tests.py diff --git a/README b/README deleted file mode 100644 index 0ccfe41f0..000000000 --- a/README +++ /dev/null @@ -1,75 +0,0 @@ -This contains version 2 of the Switch electricity planning model. -This optimization model is modular and can be used with varying levels -of complexity. Look in the examples directory for demonstrations of -using Switch for investment planning or production cost simulation. The -examples enable varying levels of model complexity by choosing which -modules to include. - -See INSTALL for installation instructions. - -To generate documentation, go to the doc folder and run ./make_doc.sh. -This will build html documentation files from python doc strings which -will include descriptions of each module, their intentions, model -components they define, and what input files they expect. - -TESTING -To test the entire codebase, run this command from the root directory: - python run_tests.py - -EXAMPLES -To run an example, navigate to an example directory and run the command: - switch solve --verbose --log-run - -CONFIGURING YOUR OWN MODELS - -At a minimum, each model requires a list of SWITCH modules to define the model -and a set of input files to provide the data. The SWITCH framework and -individual modules also accept command-line arguments to change their behavior. - -Each SWITCH model or collection of models is defined in a specific directory -(e.g., examples/3zone_toy). This directory contains one or more subdirectories -that hold input data and results (e.g., "inputs" and "outputs"). The models in -the examples directory show the type of text files used to provide inputs for a -model. You can change any of the model's input data by editing the *.tab files -in the input directory. - -SWITCH contains a number of different modules, which can be selected and -combined to create models with different capabilities and amounts of detail. -You can look through the *.py files within switch_mod and its subdirectories to -see the standard modules that are available and the columns that each one will -read from the input files. You can also add modules of your own by creating -Python files in the main model directory and adding their name (without the -".py") to the module list, discussed below. These should define the same -functions as the standard modules (e.g., define_components()). - -Each model has a text file which lists the modules that will be used for that -model. Normally this file is called "modules.txt" and is stored in the main -model directory or in an inputs subdirectory. SWITCH will automatically look in -those locations for this list; alternatively, you can specify a different file -with the "--module-list" argument. - -Use "switch --help", "switch solve --help" or "switch solve-scenarios --help" -to see a list of command-line arguments that are available. - -You can specify these arguments on the command line when you solve the model -(e.g., "switch solve --solver cplex"). You can also place frequently used -arguments in a file called "options.txt" in the main model directory. These can -all be on one line, or they can be placed on multiple lines for easier -readability (be sure to include the "--" part in all the argument names in -options.txt). The "switch solve" command first reads all the arguments from -options.txt, and then applies any arguments you specified on the command line. -If the same argument is specified multiple times, the last one takes priority. - -You can also define scenarios, which are sets of command-line arguments to -define different models. These additional arguments can be placed in a scenario -list file, usually called "scenarios.txt" in the main model directory (or you -can use a different file specified by "--scenario-list"). Each scenario should -be defined on a single line, which includes a "--scenario-name" argument and -any other arguments needed to define the scenario. "switch solve-scenarios" -will solve all the scenarios listed in this file. For each scenario, it will -first apply all arguments from options.txt, then arguments from the relevant -line of scenarios.txt, then any arguments specified on the command line. - -After the model runs, results will be written in tab-separated text files (with -extension .tsv or .tab) in the "outputs" directory (or some other directory -specified via the "--outputs-dir" argument). diff --git a/README.md b/README.md new file mode 100644 index 000000000..600d17ba2 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# SWITCH for REAM + +Welcome! This repository contains the SWITCH electricity planning model adapted for the +REAM research lab. + +## Available documentation + +In `docs/`: + +- [`Overview.md`](./docs/Overiew.md): An overview of what SWITCH is and how it works, read + +- [`Usage.md`](./docs/Usage.md): How to install, run or debug the different components of Switch + +- [`Developing Modules.md`](./docs/Developing%20Modules.md): How to create SWITCH modules from scratch + +- [`Contribute.md`](/docs/Contribute.md): How to contribute code to the project. + +- [`Graphs`](/docs/Graphs.md): How to create new graphs to analyze your results. + +- [`Database.md`](/docs/Database.md): All about the REAM database (e.g. how to connect to it and modify it) + +- [`Numerical Solvers.md`](/docs/Numerical%20Solvers.md): Information about numerical solvers, specifically Gurobi. + +- [`Numerical Issues.md`](/docs/Numerical%20Issues.md): Information about detecting and resolving numerical issues. + +- [`Pandas.md`](/docs/Pandas.md): Crash course on the Pandas data manipulation library. + +Finally, you can generate documentation for the SWITCH modules by running `pydoc -w switch_model` after having installed +SWITCH. This will build HTML documentation files from python doc strings which +will include descriptions of each module, their intentions, model +components they define, and what input files they expect. + +## Key folders + +- [`/database`](/database) Folder containing SQL scripts and files that keep track of updates to our PostgreSQL database. + +- [`/examples`](/examples) Folder with numerous examples of SWITCH projects often used for testing. + +- [`/switch_model`](/switch_model) Folder containing all the source code for the SWITCH modules. + +- [`/switch_model/wecc`](/switch_model/wecc) Folder containing modules specific to the REAM team. + +- [`/switch_model/wecc/get_inputs`](/switch_model/wecc/get_inputs) Scripts that fetch the input data from the PostgreSQL database. + +- [`/tests`](/tests) Folder containing tests for SWITCH. Can be run via `python run_tests.py`. diff --git a/REAM Model Changelog.md b/REAM Model Changelog.md new file mode 100644 index 000000000..cccc9f7de --- /dev/null +++ b/REAM Model Changelog.md @@ -0,0 +1,22 @@ +# REAM Model Breaking Changes + +This file specifies the breaking changes that we have done to the model. +A breaking change is any change that might change the results of previously +completed runs. + +## List of breaking changes to model + +Changes are listed from oldest (first line) to newest (last line of table). + +| PR | Estimated Merge Time (check PR for exact date) | Change description | +| ---- | --- | ---------------------| +| #12 | March 2021 | Use the middle of the period instead of the start as the cutoff for retirement and predetermined buildout. | +| #15 | March 2021 | Fix bug where storage costs where being over-counted. | +| #36 | May 2021 | Correct inputs to only list transmission lines in one direction. | +| #56 | June 2021 | Convert 2020 predetermined build years to 2019 in `get_inputs.py` to avoid conflicts with 2020 period. | +| #57 | June 2021 | Specify predetermined storage energy capacity in inputs (previously left unspecified). | +| #68 | June 2021 | Change financial params to 2018 dollars & 5% interest rate. Start using terrain multipliers (which now include the economic multiplier). | +| #72 | July 2021 | Drop build and O&M costs of existing transmission lines. | +| #89 | August 2021 | Change hydro module average flow constraint to a monthly constraint rather than per timeseries and change it to a <= rather than ==. | +| #90 | August 2021 | Change the lifetime of transmission lines from 20yr to 85yr | +| #117 | January 2022 | Revert hydro module change (#89) to disallow curtailment of hydro (see #114). | diff --git a/doc/make_doc.sh b/doc/make_doc.sh deleted file mode 100755 index 715fdf458..000000000 --- a/doc/make_doc.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -pydoc -w ../ diff --git a/docs/Contribute.md b/docs/Contribute.md new file mode 100644 index 000000000..7ed030022 --- /dev/null +++ b/docs/Contribute.md @@ -0,0 +1,45 @@ +# Contributing Code + +You've made changes to the codebase and now you want to share them +with the rest of the team! Here are the best practices for the process. + +## The process + +Whenever you wish to make a change to the switch code, use the following +procedure. + +1. Create a new git branch. + +2. Make your changes on that branch. + +3. Once your changes are final and ready to be added to the switch main +branch, create a pull request on Github. + +4. If your change is a breaking change add it to `REAM Model Changelog.md`. + +5. Get someone to review and then merge your changes on Github. + +For more information read [this excellent guide](https://guides.github.com/introduction/flow/) (5 min read). + +## Testing your changes + +Before contributing code, it's important to test your changes. + +The most important is to run `switch compare` between the previous stable version and the new version +to ensure there's no unexpected change. Beyond that, switch doesn't have an +excellent way to test its code so you mainly need to be careful and compare +the results before and after your changes to see if your change is working +as expected. + +Switch does however have a small test suite which you can run by calling +`python run_tests.py` in the switch root directory. This will ensure +that the results of the examples in `examples/` haven't changed. This is +useful if you're making a change to the switch code that you believe should +not change the final results (e.g. a refactor). If your changes are +supposed to alter the results of the examples, you'll need +to follow the instructions that appear on screen to suppress the errors +produced by `python run_tests.py`. + +## Important notes + +- If your change is modifying the database, make sure you've read [`Database.md`](./Database.md). \ No newline at end of file diff --git a/docs/Database.md b/docs/Database.md new file mode 100644 index 000000000..61f839704 --- /dev/null +++ b/docs/Database.md @@ -0,0 +1,81 @@ +# The REAM database + +This document gives details about the REAM database. It covers: + +- An overview + +- How to connect + +- The process to make changes + +## Overview + +As described in [`docs/Overview.md`](/docs/Overiew.md), the database is where +all our data is stored. When we wish to run a scenario in Switch, we run `switch get_inputs` +to retrieve the necessary data from the database. + +There are a few useful tools and techniques to understand what each table in the databse does. +First, [PGAdmin](https://www.pgadmin.org/) and [DBVisualizer](https://www.dbvis.com/) are two great +tools that allow viewing a database. I recommending installing both as they each have +their strong points. DBVisualizer can also create a graph of all the relationships between +tables. + +Further, it is often useful to read the comments on tables (PGAdmin: right-click table -> Properties) +as they sometimes give details on the tables role. Finally, if the table is used in [`get_inputs.py`](/switch_model/wecc/get_inputs/get_inputs.py) +one can discover what it does by looking at how get_inputs.py uses the table to generate the SWITCH inputs. + +## Connecting to the database + +First you'll need access to the REAM server. Then you'll need an account in the database. +For both of these, ask Paty for access. Once you have access you can connect by creating +an SSH tunnel. An SSH tunnel binds the database port to your computer port. The following +command creates an SSH tunnel to your 5432 port. + +`ssh -L 5432:localhost:5432 -N -f @` + +After running this command, tools like PGAdmin and DBVisualizer can access the database +at `localhost` port 5432. + +Of course, you can always ssh directly into the server and access the database from the SSH terminal. +The command to enter PostgreSQL while SSH'd into the server is `psql wecc`. + +## Making changes to the database + +### Common operations + +Some database changes are common operations that are used repeatedly. +For these operations, it's helpful to make a command line tool to make the process easy. + +For example, adding a scenario to the database is a common operation. Therefore, we have built +the `switch db save_scenario` command to easily do this. (Run `switch db save_scenario --help` for details). + +### Custom operations + +When running custom operations on the database it's very important +to proceed carefully. Always make sure to +**test and keep track of your changes**. + +Here are the steps to make a change. + +1. In the `\database` folder, make a copy of `TEMPLATE.sql` and name it according +to the convention `YYYY-MM-DD_`. + +2. Fill out the title, date and description fields in the `.sql` file and then add your SQL commands. + +3. Run your script on the `wecc-test` database to make sure it works properly. If the +`wecc-test` database doesn't exist or is out of sync you might need to create it + (see [`Create a Test Database.md`](/database/utils/Create%20a%20Test%20Database.md)). + +4. Once you are sure your changes work as expected run them on the `wecc` database. + +5. Open a pull request to add your script to the repository (see [`docs/Contribute.md`](Contribute.md)) +so we can keep track of the changes that have been made. + +Note that sometimes, it isn't feasible to have your entire change as a single SQL script. +One way to make bigger changes is to use a Python script. Use the same process +as for the SQL scripts. That is save your Python scripts in the `/database` folder. + +When adding large datasets to the database, you won't be able to store +the initial data with your script in this Git repo. Do however indicate +where that initial data can be found. + diff --git a/docs/Developing Modules.md b/docs/Developing Modules.md new file mode 100644 index 000000000..db1842dab --- /dev/null +++ b/docs/Developing Modules.md @@ -0,0 +1,95 @@ +## Developing modules + +Modules are the core elements of SWITCH. Each module defines a specific functionality for the model. For example, +the `switch_model.generators.core.build` defines how generators are allowed to be built while `switch_model.timescales` +defines how time is handled in SWITCH. + +There are 3 important parts to any module. + +1. `define_components(model)`: This function specifies the Pyomo Sets, Parameters, Variables and Expressions for the module + as well as the input files that should be used. It's the first thing that gets called when you run `switch solve` as + it creates the Pyomo model. + +2. `post_solve()`: This function gets run after the solver has found the optimal solution. This is where you can output + results to e.g. a csv file. + +3. Functions with the `@graph(...)` decorator. These functions get called last and are responsible for creating graphs + for analysis using the data from the csv files you created in `post_solve()`. + +There are also a few other components that you may encounter: + +- `load_inputs()`: This function is the old way of loading inputs from .csv files into the model. It gets called right + after `define_components()`. Now the prefered way of loading inputs is by using `input_file=` + (see next section for details). + +- `define_dynamic_lists(model)` and `define_dynamic_components(model)`: +Some modules need to define objects to be shared across multiple modules. + The best example of this is `switch_model.balancing.load_zones` which + allows different modules to add elements to a dynamic list that is defined + in `define_dynamic_lists`. Then in `define_dynamic_components` it defines + the energy balance constraint using the dynamic list. See the module for details. + +## Writing `define_components()` + +`define_components(mod)` takes in the model as an argument and is responsible +for adding constraints, expressions, variables, sets or parameters to the model. + +Sometimes Sets or Parameters should be initialized from an input csv file. +If this is the case, add `input_file=` (and optionally `input_column`) to the +set or parameter definition. + +For example the following code snippet defines a Set and a parameter +indexed over that set. Both the set and parameter are initialized from +the `input.csv` file. + +```python +from pyomo.environ import * + + +def define_components(mod): + mod.SetA = Set( + dimen=2, + input_file="input.csv", + ) + + mod.some_indexed_param = Param( + mod.SetA, + input_file="input.csv", + input_column="param1" # only specify when the name of the column in the csv is not the same as the component name + ) +``` + +## Writing `post_solve()` + +Once the model is solved, the `post_solve()` function in each module is called. Within the `post_solve()` function you +may + +- Call `write_table()` to create a .csv file with data from the solution (see existing modules for examples). + +- Call `add_info()` (from `utilities/result_info.py`) to add a line of information to the `outputs/info.txt` + file. `add_info()` can also be added to `graph()`. + +### Example + +```python +from switch_model.utilities.results_info import add_info +from switch_model.reporting import write_table +import os + +... + + +def post_solve(instance, outdir): + ... + # This will add the a line to info.txt in the outputs folder + add_info("Some important value", instance.important_value) + ... + # This will create my_table.csv + write_table( + instance, + instance.TIMEPOINTS, # Set that the values function will iterate over + output_file=os.path.join(outdir, "my_table.csv"), + headings=("timepoint", "some value"), + values=lambda m, t: (t, m.some_value[t]) + ) +``` \ No newline at end of file diff --git a/docs/Graphs.md b/docs/Graphs.md new file mode 100644 index 000000000..46fe953a4 --- /dev/null +++ b/docs/Graphs.md @@ -0,0 +1,184 @@ +# Graphs + +This document describes how to use `switch graph` and `switch compare` as well as +how to make new graphs. + +## Using `switch graph` + +Run `switch graph` in your scenario folder, this will create a `graphs` folder containing +graphs. For more options, run `switch graph --help`. + +## Using `switch compare` + +Run `switch compare ...`. This will create a folder with +comparison graphs. For example, if you run +`switch compare storage ca_policies` while in the `/examples` folder, a new folder +called `compare_storage_to_ca_policies` will be created with comparison graphs (this assumes both `storage` +and `ca_policies` have already been solved). + +## Adding new graphs + +New graphs can be added with the `@graph(...)` annotation. +```python +from switch_model.tools.graph import graph + +@graph( + name="my_custom_graph", + title="An example plot", + note="Some optional note to add below the graph", + # Other options are possible see code documentation +) +def my_graphing_function(tools): + # Your graphing code + ... +``` + +In `my_graphing_function()` you can use the `tools` object to create graphs. Here are some important methods. + +- `tools.get_dataframe(filename)` will return a pandas dataframe for the file called `filename`. You can also + specify `from_inputs=True` to load a csv from the inputs directory. + +- `tools.get_axes()` or `tools.get_figure()` will return a matplotlib axes or figure + that should be used while graphing. When possible, always use `get_axes` instead of `get_figure` since + this allows plots from different scenarios to share the same figure. + +- `tools.save_figure(fig)`. Some libraries (e.g. plotnine) + always generate their own figures. In this case we can add the figure + to our outputs with this function. When possible, use `tools.get_axes()` instead. + +- `tools.pd`, `tools.sns`, `tools.np`, `tools.mplt`, `tools.pn` are references to the pandas, seaborn, numpy, matplotlib + and plotnine graphing libraries. This is useful if your graphing code needs to access these libraries since it doesn't require adding an + import to your file. + +- `tools.transform` is a reference to a `TransformTools` object that provides + useful helper methods for modyfing a dataframe for graphing. Full documentation + can be found in the `TransformTools` class but some examples include. + + - `tools.transform.build_year(df)` which will convert build years that aren't + a period to the string `Pre-existing`. + + - `tools.transform.gen_type(df)` which adds a column called `gen_type` to the dataframe. + `gen_type` is a user-friendly name for the technology (e.g. Nuclear instead of + Uranium) and is determined using the mappings in `inputs/graph_tech_types.csv`. + + - `tools.transform.timestamp(df)`: which adds columns such as the hour, the timestamp in datetime format + in the correct timezone, etc. + + - `tools.transform.load_zone(df)`: Adds a column called 'region' to the dataframe which + normally corresponds to the load zone state. + +- `tools.get_colors()` returns a mapping of `gen_type` to its color. This is useful for graphing and can normally be + passed straight to `color=` in standard plotting libraries. The color mapping is based on `inputs/graph_tech_colors.csv`. + +## Adding a comparison graph + +Sometimes you may want to create graphs that compare data from multiple scenarios. +To do this, add `supports_multi_scenario=True` inside the `@graph()` decorator. + +```python +from switch_model.tools.graph import graph + +@graph( + name="my_custom_comparison_graph", + title="My Comparison plot", + supports_multi_scenario=True, + # Instead of supports_multi_scenario, you can use + # requires_multi_scenario if you want the graphing function + # to *only* be run when we have multiple scenarios. + # requires_multi_scenario=True, +) +def my_graphing_comparison_function(tools): + # Read data from all the scenarios + df = tools.get_dataframe("some_file.csv") + # Plot data + ... +``` + +Now everytime you call `tools.get_dataframe(filename)`, data for *all* the scenarios +gets returned. The way this works is that the +returned dataframe will contain a column called `scenario_name` +to indicate which rows correspond to which scenarios. +You can then use this column to create a graph comparing the different scenarios (still +using `tools.get_axes`). + +At this point, when you run `switch compare`, your `my_graphing_comparison_function` function will be called and your comparison graph +will be generated. + +## Example + +In this example we create a graph that shows the power capacity during each period broken down by technology. + +```python +from switch_model.tools.graph import graph + +@graph( + "capacity_per_period", + title="Capacity per period" +) +def graph(tools): + # Get a dataframe of gen_cap.csv + df = tools.get_dataframe("gen_cap.csv") + + # Add a 'gen_type' column to your dataframe + df = tools.transform.gen_type(df) + + # Aggregate the generation capacity by gen_type and PERIOD + df = df.pivot_table( + index='PERIOD', + columns='gen_type', + values='GenCapacity', + aggfunc=tools.np.sum, + fill_value=0 # Missing values become 0 + ) + + # Plot + df.plot( + kind='bar', + ax=tools.get_axes(), + stacked=True, + ylabel="Capacity Online (MW)", + xlabel="Period", + color=tools.get_colors(len(df.index)) + ) +``` + +Running `switch graph` would run the `graph()` function above and create +`capacity_per_period.png` containing your plot. + +Running `switch compare` would create `capacity_per_period.png` containing +your plot side-by-side with the same plot but for the scenario you're comparing to. + +### Testing your graphs + +To test your graphs, you can run `switch graph` or `switch compare`. However, +this takes quite some time. If you want to test just one graphing function +you can run `switch graph/compare -f FIGURE`. This will run only the graphing function +you've defined. Here `FIGURE` should be the name of the graph (the first +argument in `@graph()`, so `capacity_per_period` in the example above). + +### Creating graphs outside of SWITCH + +Sometimes you may want to create graphs but don't want to permently add +them to the switch code. To do this create the following Python file anywhere +on your computer. + +```python +from switch_model.tools.graph import graph +from switch_model.tools.graph.cli_graph import main as graph + +@graph( + ... +) +def my_first_graph(tools): + ... + +@graph( + ... +) +def my_second_graph(tools): + ... + +if __name__=="__main__": + graph(["--ignore-modules-txt"]) +``` + diff --git a/docs/Numerical Issues.md b/docs/Numerical Issues.md new file mode 100644 index 000000000..6844366d7 --- /dev/null +++ b/docs/Numerical Issues.md @@ -0,0 +1,235 @@ +## Numerical Issues while Using Solvers + +### What are numerical issues and why do they occur? + +All computers store numbers in binary, that is, all numbers are represented as a finite sequence of 0s and 1s. +Therefore, not all numbers can be perfectly stored. For example, the fraction +`1/3`, when stored on a computer, might actually be stored as `0.33333334...` since representing an infinite number of 3s +is not possible with only a finite number of 0s and 1s. + +When solving linear programs, these small errors can accumulate and cause significant deviations from the +'true' result. When this occurs, we say that we've encountered *numerical issues*. + +Numerical issues most often arise when our linear program contains numerical values of very small or very large +magnitudes (e.g. 10-10 or 1010). This is because—due to how numbers are stored in binary—very large or +very small values are stored less accurately (and therefore with a greater error). + +For more details on why numerical issues occur, the curious can read +about [floating-point arithmetic](https://en.wikipedia.org/wiki/Floating-point_arithmetic) +(how arithmetic is done on computers) and the [IEEE 754 standard](https://en.wikipedia.org/wiki/IEEE_754) +(the standard used by almost all computers today). For a deep dive into the topic, +read [What Every Computer Scientist Should Know About Floating-Point Arithmetic](https://www.itu.dk/~sestoft/bachelor/IEEE754_article.pdf). + +### How to detect numerical issues in Gurobi? + +Most solvers, including Gurobi, will have tests and thresholds to detect when the numerical errors become +significant. If the solver detects that we've exceeded its thresholds, it will display warnings or errors. Based +on [Gurobi's documentation](https://www.gurobi.com/documentation/9.1/refman/does_my_model_have_numeric.html), here are +some warnings or errors that Gurobi might display. + +``` +Warning: Model contains large matrix coefficient range +Consider reformulating model or setting NumericFocus parameter +to avoid numerical issues. +Warning: Markowitz tolerance tightened to 0.5 +Warning: switch to quad precision +Numeric error +Numerical trouble encountered +Restart crossover... +Sub-optimal termination +Warning: ... variables dropped from basis +Warning: unscaled primal violation = ... and residual = ... +Warning: unscaled dual violation = ... and residual = ... +``` + +Many of these warnings indicate that Gurobi is trying to workaround the numerical issues. The following list gives +examples of what Gurobi does internally to workaround numerical issues. + +- If Gurobi's normal barrier method fails due to numerical issues, Gurobi will switch to the slower but more reliable + dual simplex method (often indicated by the message: `Numerical trouble encountered`). + + +- If Gurobi's dual simplex method encounters numerical issues, Gurobi might switch to quadruple precision + (indicated by the warning: `Warning: switch to quad precision`). This is 20 to + 80 times slower (on my computer) but will represent numbers using 128-bits instead of the normal 64-bits, allowing + much greater precision and avoiding numerical issues. + +Sometimes Gurobi's internal mechanisms to avoid numerical issues are insufficient or not desirable +(e.g. too slow). In this case, we need to resolve the numerical issues ourselves. One way to do this is by scaling our +model. + +### Scaling our model to resolve numerical issues + +#### Introduction, an example of scaling + +As mentioned, numerical issues occur when our linear program contains numerical values of very small or very large +magnitude (e.g. 10-10 or 1010). We can get rid of these very large or small values by scaling our model. Consider +the following example of a linear program. + +``` +Maximize +3E17 * x + 2E10 * y +With constraints +500 * x + 1E-5 * y < 1E-5 +``` + +This program contains many large and small coefficients that we wish to get rid of. If we multiply our objective +function by 10-10, and the constraint by 105 we get: + +``` +Maximize +3E7 * x + 2 * y +With constraints +5E7 * x + y < 0 +``` + +Then if we define a new variable `x'` as 107 times the value of `x` we get: + +``` +Maximize +3 * x' + 2 * y +With constraints +5 * x' + y < 0 +``` + +This last model can be solved without numerical issues since the coefficients are neither too +small or too large. Once we solve the model, +all that's left to do is dividing `x'` by 107 to get `x`. + +This example, although not very realistic, gives an example +of what it means to scale a model. Scaling is often the best solution to resolving numerical issues +and can be easily done with Pyomo (see below). In some cases scaling is insufficient and other +changes need to be made, this is explained in the section *Other techniques to resolve numerical issues*. + +#### Gurobi Guidelines for ranges of values + +An obvious question is, what is considered too small or too large? +Gurobi provides some guidelines on what is a reasonable range +for numerical values ([here](https://www.gurobi.com/documentation/9.1/refman/recommended_ranges_for_var.html) and [here](https://www.gurobi.com/documentation/9.1/refman/advanced_user_scaling.html)). +Here's a summary: + +- Right-hand sides of inequalities and variable domains (i.e. variable bounds) should + be on the order of 104 or less. + +- The objective function's optimal value (i.e. the solution) should be between 1 and 105. + +- The matrix coefficients should span a range of six orders of magnitude + or less and ideally between 10-3 and 106. + + + + +#### Scaling our model with Pyomo + +Scaling an objective function or constraint is easy. +Simply multiply the expression by the scaling factor. For example, + +```python +# Objective function without scaling +model.TotalCost = Objective(..., rule=lambda m, ...: some_expression) +# Objective function ith scaling +scaling_factor = 1e-7 +model.TotalCost = Objective(..., rule=lambda m, ...: (some_expression) * scaling_factor) + +# Constraint without scaling +model.SomeConstraint = Constraint(..., rule=lambda m, ...: left_hand_side < right_hand_side) +# Constraint with scaling +scaling_factor = 1e-2 +model.SomeConstraint = Constraint( + ..., + rule=lambda m, ...: (left_hand_side) * scaling_factor < (right_hand_side) * scaling_factor +) +``` + +Scaling a variable is more of a challenge since the variable +might be used in multiple places, and we don't want to need +to change our code in multiple places. The trick is to define an expression that equals our unscaled variable. +We can use this expression throughout our model, and Pyomo will still use the underlying +scaled variable when solving. Here's what I mean. + +```python +from pyomo.environ import Var, Expression +... +scaling_factor = 1e5 +# Define the variable +model.ScaledVariable = Var(...) +# Define an expression that equals the variable but unscaled. This is what we use elsewhere in our model. +model.UnscaledExpression = Expression(..., rule=lambda m, *args: m.ScaledVariable[args] / scaling_factor) +... +``` + +Thankfully, I've written the `ScaledVariable` class that will do this for us. +When we add a `ScaledVariable` to our model, the actual scaled +variable is created behind the scenes and what's returned is the unscaled expression that +we can use elsewhere in our code. Here's how to use `ScaledVariable` in practice. + + +```python +# Without scaling +from pyomo.environ import Var +model.SomeVariable = Var(...) + +# With scaling +from switch_model.utilities.scaling import ScaledVariable +model.SomeVariable = ScaledVariable(..., scaling_factor=5) +``` + +Here, we can use `SomeVariable` throughout our code just as before. +Internally, Pyomo (and the solver) will be using a scaled version of `SomeVariable`. +In this case the solver will use a variable that is 5 times greater +than the value we reference in our code. This means the +coefficients in front of `SomeVariable` will be 1/5th of the usual. + +#### How much to scale by ? + +Earlier we shared Gurobi's guidelines on the ideal range for our matrix coefficients, +right-hand side values, variable bounds and objective function. Yet how do +we know where our values currently lie to determine how much to scale them by? + +For large models, determining which variables to scale and by how much can be a challenging task. + +First, when solving with the flag `--stream-solver` and `-v`, +Gurobi will print to console helpful information for preliminary analysis. +Here's an example of what Gurobi's output might look like. It might also +include warnings about ranges that are too wide. + +``` +Coefficient statistics: + Matrix range [2e-05, 1e+06] + Objective range [2e-05, 6e+04] + Bounds range [3e-04, 4e+04] + RHS range [1e-16, 3e+05] +``` + +Second, if we solved our model with the flags `--keepfiles`, `--tempdir` and `--symbolic-solver-labels`, then +we can read the `.lp` file in the temporary folder that contains the entire model including the coefficients. +This is the file Gurobi reads before solving and has all the information we might need. +However, this file is very hard to analyze manually due its size. + +Third, I'm working on a tool to automatically analyze the `.lp` file and return information +useful that would help resolve numerical issues. The tool is available [here](https://github.com/staadecker/lp-analyzer). + + +### Other techniques to resolve numerical issues + +In some cases, scaling might not be sufficient to resolve numerical issues. +For example, if variables within the same set have values that span too wide of a range, +scaling will not be able to reduce the range since scaling affects all variables +within a set equally. + +Other than scaling, some techniques to resolve numerical issues are: + +- Reformulating the model + +- Avoiding unnecessarily large penalty terms + +- Changing the solver's method + +- Loosening tolerances (at the risk of getting less accurate, or inaccurate results) + +One can learn more about these methods +by reading [Gurobi's guidelines on Numerical Issues](https://www.gurobi.com/documentation/9.1/refman/guidelines_for_numerical_i.html) +or a [shorter PDF](http://files.gurobi.com/Numerics.pdf) that Gurobi has released. + + + diff --git a/docs/Numerical Solvers.md b/docs/Numerical Solvers.md new file mode 100644 index 000000000..346de74bb --- /dev/null +++ b/docs/Numerical Solvers.md @@ -0,0 +1,55 @@ +# Numerical Solvers +by Martin Staadecker + +## Introduction + +Numerical solvers, such as [Gurobi](https://gurobi.com), are tools used to solve [linear programs](https://en.wikipedia.org/wiki/Linear_programming). + +This document is a record of what I've learnt about using numerical solvers +while working with Switch, Pyomo and Gurobi. + +## Gurobi resources + +The best resource when working with Gurobi is [Gurobi's reference manual](https://www.gurobi.com/documentation/9.1/refman/index.html). + +A few especially useful pages are: + +- Gurobi's [parameter guidelines for continuous models](https://www.gurobi.com/documentation/9.1/refman/continuous_models.html) + +- Gurobi's [parameter list](https://www.gurobi.com/documentation/9.1/refman/parameters.html#sec:Parameters) especially the [`Method` parameter](https://www.gurobi.com/documentation/9.1/refman/method.html). + +- Gurobi's [guidelines for numerical issues](https://www.gurobi.com/documentation/9.1/refman/guidelines_for_numerical_i.html) (see `docs/Numerical Issues.md`). + +## Specifying parameters + +To specify a Gurobi parameter use the following format: + +`switch solve --solver gurobi --solver-options-string "Parameter1=Value Parameter2=Value"`. + +We recommend always using `"method=2 BarHomogeneous=1 FeasibilityTol=1e-5 crossover=0"` +as your base parameters (this is what `switch solve --recommended` does). + +## Solving Methods + +There are two methods that exist when solving a linear program. +The first is the Simplex Method and the second is the Barrier +solve method also known as interior-point method (IPM). + +- The Simplex Method is more robust than IPM (it can find + an optimal solution even with numerically challenging problems). + +- The Simplex Method uses only 1 thread while the Barrier method can +leverage multiple threads. + +- The Barrier method is significantly faster for our model sizes. + +- Running `switch solve --recommended` selects the Barrier method. + +- By default, when the Barrier method finishes it converts its solution +to a simplex solution in what is called the crossover phase (see [details](https://www.gurobi.com/documentation/9.1/refman/barrier_logging.html)). + This crossover phase takes the most time and is not necessary. Therefore is gets + disabled by the `--recommended` flag. + +- The crossover phase *is* important if the barrier method produces a sub-optimal solution. + In this case use `--recommended-robust` to enable the crossover. + diff --git a/docs/Overiew.md b/docs/Overiew.md new file mode 100644 index 000000000..c7326f150 --- /dev/null +++ b/docs/Overiew.md @@ -0,0 +1,110 @@ +# Switch / Ream Overview + +## What is Switch? + +Switch is a tool based on [linear programming](https://en.wikipedia.org/wiki/Linear_programming) +that allows us to model the electricity grid. Like all linear programming tools +it has 4 components: + +- Fixed parameters (e.g. region X requires 200MW of energy at a given time and date) + +- An objective (in our case to minimize the total cost) + +- Variables (e.g. how much power should power plant Y produce at a given time and date) + +- Constraints (e.g. by 2050 there should be no CO2 emitting plans in operation) + +Switch will automatically find the optimal set of variables (the variables that minimize +the total cost) while still respecting the constraints. By varying our +constraints and parameters we can study how different _scenarios_ affect the +optimal electricity grid. + +Now, Switch is a capacity expansion model which means it optimizes +two things: what to build and how to dispatch. More specifically, +it optimizes the following: + +- Variables that optimize what to build: + + - `BuildGen` : How much power capacity (units MW) to build at given power plants. + - `BuildStorageEnergy` : How much energy storage (units MWh) to build at given storage plants. + - `BuildTx` : How much transmission lines to build between regions (called load zones). + +- Variables that optimize how to dispatch: + + - `DispatchGen`: How much power should a plant provide at a give date and time (called timepoint) + - `DispatchTx` : How much power to transmit through the transmission lines at a given timepoint + - `ChargeStorage`: How much energy should go into a storage plant during a given timepoint + +There are a few other variables in the model, +but they go beyond the scope of this overview. + +## The organizational stuff + +- This repository of Switch is a fork (a modified copy) of [https://github.com/switch-model/switch](https://github.com/switch-model/switch) + (referred to as the upstream repository). + +- The upstream repository is used by many research groups beyond REAM. + +- Since creating the fork, we have made improvements and changes to the upstream code. + +- We occasionally contribute to the upstream code to make that code available to other groups. + +## Switch from a software perspective + +### The `switch_model` library + +The core software component of Switch is the Python library `switch_model` +stored in this repository. The library defines the constraints, parameters, +objectives and variables of the model. Internally, it uses the [Pyomo](https://pyomo.readthedocs.io/en/stable/), +a Python optimization +library. It also provides a command line tool, `switch` to interact with the model. +For example, after installing the library (see [`Usage.md`](Usage.md)), you +could run `switch solve` to get the optimized variables. + +One useful command is `switch --help` to lists all the available `switch` commands. + +### Switch workflow + +The diagram below gives an overview of the Switch workflow from start to finish. + +![Workflow Overview](./img/Switch%20Overview%20Diagram.png) + +Here's a breakdown of the steps. Details of how to actually perform each step are +found in [`Usage.md`](./Usage.md). + +1. All the input data (i.e. fixed parameters, which constraints to apply, etc.) +are stored in a PostgreSQL database at UCSD. + +2. To get started, you pull the input data that you need from the server + into your local input folder (`switch get_inputs`). +Now the input data is stored in .csv files. + +3. Now you run the switch model with the inputs folder (`switch solve --recommended`). + The data gets loaded and then +passed on to a linear program solver via Pyomo. The solver will take a few hours to + find the optimal variables before returning the results to the switch model which will + automatically create an outputs folder will all the variables in .csv files. + +4. You can run `switch graph` to produce a graphs folder with useful graphics to +help analyze the results. + +### Modularity + +One central concept in Switch is modularity. +The code is divided into modules that can be added or removed from +a specific scenario. For example, the module `switch_model.policies.carbon_policies` +adds a carbon cap to the model. In the `inputs` folder, the file `modules.txt` +lists all the modules that are to be used. By adding or removing `switch_model.policies.carbon_policies` +from `modules.txt` you can specify whether you want to include a carbon cap or not. +`modules.txt` is autogenerated based on the scenario you're retrieving. + +### Scenarios + +Research involves studying numerous scenarios. For example, +one scenario might require zero-emissions by 2050 while +another might only require an 80% reduction in emissions. + +Our database is structured to support many scenarios. The `scenario` +table stores all the scenarios that have been created up to now. + +When solving the model, each scenario is also stored in its own folder. \ No newline at end of file diff --git a/docs/Pandas.md b/docs/Pandas.md new file mode 100644 index 000000000..2b84580c6 --- /dev/null +++ b/docs/Pandas.md @@ -0,0 +1,184 @@ +# Using Pandas + +[Pandas](https://pandas.pydata.org/) is a Python library that is used for data analysis and manipulation. + +In SWITCH, Pandas is mainly used to create graphs and also output files after solving. + +This document gives a brief overview of key concepts and commands +to get started with Pandas. There are a lot better resources available +online teaching Pandas, including entire online courses. + +Most importantly, the Pandas [documentation](https://pandas.pydata.org/docs/) +and [API reference](https://pandas.pydata.org/docs/reference/index.html#api) should be your go-to +when trying to learn something new about Pandas. + +## Key Concepts + +### DataFrame + +Dataframes is the main Pandas data structure and is responsible for +storing tabular data. +Dataframes have rows, columns and labelled axes (e.g. row or column names). +When manipulating data, +the common practice is to store your main dataframe in a variable called `df`. + +### Series + +A series can be thought of as a single column in a dataframe. +It's a 1-dimensional array of values. + +### Indexes + +Pandas has two ways of working with dataframes: with or without custom indexes. +Custom indexes are essentially labels for each row. For example, the following +dataframe has 4 columns (A, B, C, D) and a custom index (the date). + +``` + A B C D +2000-01-01 0.815944 -2.093889 0.677462 -0.982934 +2000-01-02 -1.688796 -0.771125 -0.119608 -0.308316 +2000-01-03 -0.527520 0.314343 0.852414 -1.348821 +2000-01-04 0.133422 3.016478 -0.443788 -1.514029 +2000-01-05 -1.451578 0.455796 0.559009 -0.247087 +``` + +The same dataframe can be expressed without the custom index as follows. +Here the date is a column just like the others and the index is the +default index (just the row number). + +``` + date A B C D +0 2000-01-01 0.815944 -2.093889 0.677462 -0.982934 +1 2000-01-02 -1.688796 -0.771125 -0.119608 -0.308316 +2 2000-01-03 -0.527520 0.314343 0.852414 -1.348821 +3 2000-01-04 0.133422 3.016478 -0.443788 -1.514029 +4 2000-01-05 -1.451578 0.455796 0.559009 -0.247087 +``` + +Using custom indexes is quite powerful but more advanced. When starting +out it's best to avoid custom indexes. + +### Chaining + +Every command you apply on a dataframe *returns* a new dataframe. +That is commands *do not* modify the dataframe they're called on. + +For example, the following has no effect. + +`df.groupby("country")` + +Instead, you should always update your variable with the returned result. +For example, + +`df = df.groupby("country")` + +This allows you to "chain" multiple operations together. E.g. + +`df = df.groupby("country").rename(...).some_other_command(...)` + +## Useful commands + +- `df = pandas.read_csv(filepath, index_col=False)`. This command +reads a csv file from filepath and returns a dataframe that gets stored + in `df`. `index_col=False` ensures that no custom index is automatically + created. + +- `df.to_csv(filepath, index=False)`. +This command will write a dataframe to `filepath`. `index=False` means + that the index is not written to the file. This should + be used if you're not using custom indexes since you probably don't + want the default index (just the row numbers) to be outputted to your csv. + +- `df["column_name"]`: Returns a *Series* containing the values for that column. + +- `df[["column_1", "column_2"]]`: Returns a *DataFrame* containing only the specified columns. + +- `df[df["column_name"] == "some_value"]`: Returns a dataframe with only the rows +where the condition in the square brackets is met. In this case we filter out + all the rows where the value under `column_name` is not `"some_value"`. + +- `df.merge(other_df, on=["key_1", "key_2"])`: Merges `df` with `other_df` +where the columns over which we are merging are `key_1` and `key_2`. + +- `df.info()`: Prints the columns in the dataframe and some info about each column. + +- `df.head()`: Prints the first few rows in the dataframe. + +- `df.drop_duplicates()`: Drops duplicate rows from the dataframe + +- `Series.unique()`: Returns a series where duplicate values are dropped. + +## Note on reading switch files + +When reading SWITCH csv files, it is recommended to use the following arguments in `pd.read_csv()`. + +- `index_col=False`. This forces Pandas to not automatically use the + first column as an index to ensure you are not using custom indexes + (See notes on custom indexes above). + +- `dtype={"GENERATION_PROJECT": str}`: If all the generation project IDs happen to be + numbers, then Pandas will automatically set the `GENERATION_PROJECT` column type + to `int`. However, we don't want this since this may cause issues when dealing with + multiple dataframes, some of which have non-numeric IDs. (E.g. if you try merging + a Dataframe where `GENERATION_PROJECT` is an `int` with another where it's a `str`, it + won't work properly.) + +- `dtype=str`: An even safer option than `dtype={"GENERATION_PROJECT": str}` is `dtype=str` instead. + This is particularly important when reading a file that will than be re-outputed with minimal changes. + Without this option, there's the risk of floating point values being slightly + modified (see [here](https://github.com/pandas-dev/pandas/issues/16452)) or integer columns + containing na values (`.`) being ["promoted"](https://pandas.pydata.org/pandas-docs/stable/user_guide/gotchas.html?highlight=nan#na-type-promotions) + to floats. Note that with `dtype=str`, all columns are strings so to do mathematical + computation on a column it will first need to be converted with `.astype()`. + +- `na_values="."`. Switch uses full stops to indicate an unspecified value. We want Pandas + to interpret full stops as `NaN` rather than the string `.` so that the column type is + still properly interpreted rather than being detected as a string. + +Combining these parameters, here is an example of how to read a switch file. + +``` +df = pd.read_csv("some_SWITCH_file.csv", index_col=False, dtype={"GENERATION_PROJECT": str}, na_values=".") +``` + +## Example + +This example shows how we can use Pandas to generate a more useful view +of our generation plants from the SWITCH input files. + +```python +import pandas as pd + +# READ +# See note above on why we use these parameters +kwargs = dict( + index_col=False, + dtype={"GENERATION_PROJECT": str}, + na_values=".", +) +gen_projects = pd.read_csv("generation_projects_info.csv", **kwargs) +costs = pd.read_csv("gen_build_costs.csv", **kwargs) +predetermined = pd.read_csv("gen_build_predetermined.csv", **kwargs) + +# JOIN TABLES +gen_projects = gen_projects.merge( + costs, + on="GENERATION_PROJECT", +) + +gen_projects = gen_projects.merge( + predetermined, + on=["GENERATION_PROJECT", "build_year"], + how="left" # Makes a left join +) + +# FILTER +# When uncommented, this line will filter out all the projects that aren't wind. +# gen_projects = gen_projects[gen_projects["gen_energy_source"] == "Wind"] + +# WRITE +gen_projects.to_csv("projects.csv", index=False) +``` + +If you run the following code snippet in the `inputs folder` it will create a `projects.csv` file +containing the project data, cost data and prebuild data all in one file. diff --git a/docs/Performance.md b/docs/Performance.md new file mode 100644 index 000000000..738e68e43 --- /dev/null +++ b/docs/Performance.md @@ -0,0 +1,82 @@ +# Performance + +Memory use and solve time are two important factors that we try to keep to a minimum in our models. There are multiple +things one can do to improve performance. + +## Solving methods + +By far the biggest factor that impacts performance is the method used by Gurobi. The fastest method is barrier solve +without crossover (use `--recommended-fast`) +however this method often returns a suboptimal solution. The next fastest is barrier solve followed by crossover and +simplex (use `--recommended`) which almost always works. In some cases barrier solve encounters numerical issues ( +see [`Numerical Issues.md`](./Numerical%20Issues.md)) +in which case the slower Simplex method must be used (`--solver-options-string method=1`). + +## Solver interface + +Solver interfaces are how Pyomo communicates with Gurobi (or any solver). + +There are two solver interfaces that you should know about: `gurobi` and `gurobi_direct`. + +- When using `gurobi`, Pyomo will write the entire model to a temporary text file and then start a *separate Gurobi + process* that will read the file, solve the model and write the results to another temporary text file. Once Gurobi + finishes writing the results Pyomo will read the results text file and load the results back into the Python program + before running post_solve (e.g. generate csv files, create graphs, etc). Note that these temporary text files are + stored in `/tmp` but if you use `--recommended-debug` Pyomo and Gurobi will instead use a `temp` folder in your model. + +- `gurobi_direct` uses Gurobi's Python library to create and solve the model directly in Python without the use of + intermediate text files. + +In theory `gurobi_direct` should be faster and more efficient however in practice we find that that's not the case. As +such we recommend using `gurobi` and all our defaults do so. If someone has the time they could profile `gurobi_direct` +to improve performance at which point we could make `gurobi_direct` the default (and enable `--save-warm-start` by default, see below). + +The `gurobi` interface has the added advantage of separating Gurobi and Pyomo into separate threads. This means that +while Gurobi is solving and Pyomo is idle, the operating system can automatically move Pyomo's memory usage +to [virtual memory](https://serverfault.com/questions/48486/what-is-swap-memory) +which will free up more memory for Gurobi. + +## Warm starting + +Warm starting is the act of using a solution from a previous similar model to start the solver closer to your expected +solution. Theoretically this can help performance however in practice there are several limitations. For this section, * +previous solution* refers to the results from an already solved model that you are using to warm start the solver. * +Current solution* refers to the solution you are trying to find while using the warm start feature. + +- To warm start a model use `switch solve --warm-start `. + +- Warm starting only works if the previous solution does not break any constraints of the current solution. This usually + only happens if a) the model has the exact same set of variables b) + the previous solution was "harder" (e.g. it had more constraints to satisfy). + +- Warm starting always uses the slower Simplex method. This means unless you expect the previous solution and current + solution to be very similar, it may be faster to solve without warm start using the barrier method. + +- If your previous solution didn't use crossover (e.g. you used `--recommended-fast`) then warm starting will be even + slower since the solver will need to first run crossover before warm starting. + +- Our implementation of warm starting only works if your previous solution has an `outputs/warm_start.pickle` + file. This file is only generated when you use `--save-warm-start`. + +- `--save-warm-start` and `--warm-start` both use an extension of the `gurobi_direct` solver interface which is + generally slower than the `gurobi` solver interface (see section above). + +## Model formulation + +The way the model is formulated often has an impact on performance. Here are some rules of thumb. + +- For constraints, it is faster to use `<=` and `>=` rather than `==` when possible. If your constraint +should be an equality, try to think about whether it is already being pushed against one of the bounds + by the objective function. + +## Tools for improving performance + +- [Memory profiler](https://pypi.org/project/memory-profiler/) for generating plots of the memory +use over time. Use `mprof run --interval 60 --multiprocess switch solve ...` and once solving is done + run `mprof plot -o profile.png` to make the plot. + +- [Fil Profiler](https://pypi.org/project/filprofiler/) is an amazing tool for seeing which parts of the code are +using up memory during peak memory usage. + +- Using `switch_model.utilities.StepTimer` to measure how long certain code blocks take to run. See examples +throughout the code. \ No newline at end of file diff --git a/docs/Usage.md b/docs/Usage.md new file mode 100644 index 000000000..cae14d9b1 --- /dev/null +++ b/docs/Usage.md @@ -0,0 +1,84 @@ +# Usage + +## Prerequisites + +1. Install [Python](https://www.python.org/downloads/) (at least version 3.8). You need + Python since the entire model is written in Python and is run through Python. + +2. Install [Gurobi](https://www.gurobi.com/downloads/gurobi-optimizer-eula/) or another + solver (e.g. GPLK). Gurobi requires applying for a free academic license on their website. + +3. Install [Anaconda](https://www.anaconda.com/products/individual) (or [miniconda](https://docs.conda.io/en/latest/miniconda.html) + for a lightweight version that works just the same). Anaconda allows you to work + in multiple virtual environments which is often helpful. You can also use Python's built-in + `venv` package. + +4. Install [Git](https://git-scm.com/) (you can learn more about Git [here](https://www.git-scm.com/doc)). + +## Install + +1. Clone this repository to your computer:`git clone https://github.com/REAM-lab/switch` + +2. Navigate to the repository: `cd switch`. + +3. Create a Python virtual environment from where you'll run Switch: `conda create --name switch`. + +4. Activate the newly created environment: `conda activate switch`. + +5. Install the `switch_model` library using: `pip install --editable .[dev]`. + The `--editable` flag indicates that the `switch` command will always use your latest local + copy. That is, you won't need to reinstall the package after making a change to the switch code. + Adding `[dev]` in the command results in extra packages required for development being installed. + These packages are listed in `extra_require` in `setup.py`. There are other options for example, + `pip install --editable .[plotting,dev]` would install packages for plotting and development. + +6. Run `switch --help` to make sure your package installed properly. + +## Preparing a scenario + +1. Run `switch new` in an empty folder. This will create a `config.yaml` file. + +2. In the `config.yaml` file, specify which scenario you wish to run by specifying +the `scenario_id`. Note that if your scenario doesn't already exist in the database, + you'll need to create it. + +3. Run `switch get_inputs` to download the scenario input data. + +## Running a scenario + +1. Run `switch solve --recommended` to solve the scenario. For more options, +run `switch solve --help` + +## Analyzing results + +1. Run `switch graph` to generate graphs for the scenario. + +2. Optionally, to compare your results to another scenario's results (e.g. a baseline), +run `switch compare`. + +## Debugging a model + +There are a few techniques to debug a model depending on the issue encountered. + +- All your usual Python debugging techniques are valid. For example, inspecting +the error message and stacktrace then looking at the source code to try to figure out what + went wrong. + +- You can add [`breakpoint()`](https://docs.python.org/3/library/functions.html#breakpoint) anywhere in the Python code to pause execution and inspect what is happening. You can also +run `switch solve --enable-breakpoints` to automatically pause at key points. + +- When in a breakpoint, you can inspect a specific model expression or variable + with `pprint()`. For example you can run, `model.BuildGen.pprint()` to see the values + for the `BuildGen` variable. + +- Although this is rarely necessary, if you wish to see what is being passed +to Gurobi, you can run `switch solve --recommended-debug`. This will create + a `temp` folder that will contain many files including a `.pyomo.lp` file with + all the linear programming equations and a `.gurobi.txt` with the raw results + from solving the linear program. This is sometimes useful if you wish to debug + directly in Gurobi since gurobi's console [can directly read](https://www.gurobi.com/documentation/9.1/refman/py_read.html) and load the `.pyomo.lp` + file. + +- If a model is infeasible you can use `--gurobi-find-iis` with `--recommended-debug` +to automatically generate a `.iis` file which will describe the minimal set of equations + that make the model infeasible. \ No newline at end of file diff --git a/docs/img/Switch Overview Diagram.png b/docs/img/Switch Overview Diagram.png new file mode 100644 index 000000000..1dd039ea7 Binary files /dev/null and b/docs/img/Switch Overview Diagram.png differ diff --git a/examples/3zone_toy/inputs/switch_inputs_version.txt b/examples/3zone_toy/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/3zone_toy/inputs/switch_inputs_version.txt +++ b/examples/3zone_toy/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/3zone_toy/outputs/total_cost.txt b/examples/3zone_toy/outputs/total_cost.txt index 7db8d1c71..b4953de2d 100644 --- a/examples/3zone_toy/outputs/total_cost.txt +++ b/examples/3zone_toy/outputs/total_cost.txt @@ -1 +1 @@ -134733088.429 +126714451.7 diff --git a/examples/3zone_toy_lp/README.md b/examples/3zone_toy_lp/README.md new file mode 100644 index 000000000..4c4941ed2 --- /dev/null +++ b/examples/3zone_toy_lp/README.md @@ -0,0 +1,4 @@ +SYNOPSIS + switch solve --verbose --log-run + +This example is equivalent to 3zone_toy but without the discrete variables (`BuldMinGenCap`). \ No newline at end of file diff --git a/examples/3zone_toy_lp/inputs/balancing_areas.csv b/examples/3zone_toy_lp/inputs/balancing_areas.csv new file mode 100644 index 000000000..b3d2ee48b --- /dev/null +++ b/examples/3zone_toy_lp/inputs/balancing_areas.csv @@ -0,0 +1,3 @@ +BALANCING_AREAS,quickstart_res_load_frac,quickstart_res_wind_frac,quickstart_res_solar_frac,spinning_res_load_frac,spinning_res_wind_frac,spinning_res_solar_frac +NorthCentral,0.04,0.05,0.05,0.02,0.05,0.05 +South,0.04,0.06,0.06,0.02,0.07,0.07 diff --git a/examples/3zone_toy_lp/inputs/financials.csv b/examples/3zone_toy_lp/inputs/financials.csv new file mode 100644 index 000000000..a40129d05 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/financials.csv @@ -0,0 +1,2 @@ +base_financial_year,discount_rate,interest_rate +2015,0.05,0.07 diff --git a/examples/3zone_toy_lp/inputs/fuel_cost.csv b/examples/3zone_toy_lp/inputs/fuel_cost.csv new file mode 100644 index 000000000..5541ac8f3 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/fuel_cost.csv @@ -0,0 +1,17 @@ +load_zone,fuel,period,fuel_cost +North,Uranium,2020,2.19 +Central,Uranium,2020,2.19 +South,Uranium,2020,2.19 +North,Uranium,2030,2.2 +Central,Uranium,2030,2.2 +South,Uranium,2030,2.2 +North,Coal,2020,1.9012 +Central,Coal,2020,1.9012 +North,Coal,2030,2.0467 +Central,Coal,2030,2.0467 +North,ResidualFuelOil,2020,18.5755 +Central,ResidualFuelOil,2020,18.5755 +South,ResidualFuelOil,2020,18.5755 +North,ResidualFuelOil,2030,20.3021 +Central,ResidualFuelOil,2030,20.3021 +South,ResidualFuelOil,2030,20.3021 diff --git a/examples/3zone_toy_lp/inputs/fuel_supply_curves.csv b/examples/3zone_toy_lp/inputs/fuel_supply_curves.csv new file mode 100644 index 000000000..747e53b66 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/fuel_supply_curves.csv @@ -0,0 +1,15 @@ +regional_fuel_market,period,tier,unit_cost,max_avail_at_cost +All_DistOil,2020,0,21.9802,inf +All_DistOil,2030,0,24.5216,100000.0 +All_NG,2020,0,4.4647,1950514555.0 +All_NG,2020,1,5.0709,inf +All_NG,2030,0,5.925,2368354558.0 +All_NG,2030,1,5.925,inf +North_Bio,2020,0,1.7102,6864985.0 +North_Bio,2020,1,3.3941,6782413.0 +North_Bio,2030,0,2.0438,6064415.0 +North_Bio,2030,1,3.2218,7680076.0 +South_Bio,2020,0,1.7115,26427258.0 +South_Bio,2020,1,17.1714,486066.0 +South_Bio,2030,0,1.7115,26427258.0 +South_Bio,2030,1,17.1714,26427258.0 diff --git a/examples/3zone_toy_lp/inputs/fuels.csv b/examples/3zone_toy_lp/inputs/fuels.csv new file mode 100644 index 000000000..b1383ef0a --- /dev/null +++ b/examples/3zone_toy_lp/inputs/fuels.csv @@ -0,0 +1,7 @@ +fuel,co2_intensity,upstream_co2_intensity +Coal,0.09552,0.0 +ResidualFuelOil,0.0788,0.0 +DistillateFuelOil,0.07315,0.0 +NaturalGas,0.05306,0.0 +Uranium,0.0,. +BioSolid,0.09435,-0.09435 diff --git a/examples/3zone_toy_lp/inputs/gen_build_costs.csv b/examples/3zone_toy_lp/inputs/gen_build_costs.csv new file mode 100644 index 000000000..1f9c146dd --- /dev/null +++ b/examples/3zone_toy_lp/inputs/gen_build_costs.csv @@ -0,0 +1,77 @@ +GENERATION_PROJECT,build_year,gen_overnight_cost,gen_fixed_om +N-Coal_ST,1995,2687700.0,21390.0 +N-Geothermal,2000,5524200.0,0.0 +N-NG_CC,2008,1143900.0,5868.3 +N-NG_GT,2009,605430.0,4891.8 +C-Coal_ST,1985,2687700.0,21390.0 +C-NG_CC,2005,1143900.0,5868.3 +C-NG_GT,2005,605430.0,4891.8 +S-Geothermal,1998,5524200.0,0.0 +S-NG_CC,2000,1143900.0,5868.3 +S-NG_GT,1990,605430.0,4891.8 +S-NG_GT,2002,605430.0,4891.8 +N-Geothermal,2020,5524200.0,0.0 +N-Geothermal,2030,5524200.0,0.0 +N-Coal_IGCC,2020,3729300.0,28923.0 +N-Coal_IGCC,2030,3729300.0,28923.0 +N-Coal_IGCC_CCS,2030,6138000.0,41292.0 +N-NG_CC,2020,1143900.0,5868.3 +N-NG_CC,2030,1143900.0,5868.3 +N-NG_CC_CCS,2030,3487500.0,17112.0 +N-NG_GT,2020,605430.0,4891.8 +N-NG_GT,2030,605430.0,4891.8 +N-Nuclear,2030,5673000.0,118110.0 +N-Biomass_IGCC,2020,3561900.0,88350.0 +N-Biomass_IGCC,2030,3561900.0,88350.0 +N-Biomass_IGCC_CCS,2030,5970600.0,100719.0 +N-Residential_PV,2020,3487500.0,41850.0 +N-Residential_PV,2030,3059700.0,38130.0 +N-Commercial_PV,2020,3106200.0,41850.0 +N-Commercial_PV,2030,2752800.0,38130.0 +N-Central_PV-1,2020,2334300.0,41850.0 +N-Central_PV-2,2020,2334300.0,41850.0 +N-Central_PV-1,2030,2148300.0,38130.0 +N-Central_PV-2,2030,2148300.0,38130.0 +N-Wind-1,2020,1841400.0,55800.0 +N-Wind-2,2020,1841400.0,55800.0 +N-Wind-1,2030,1841400.0,55800.0 +N-Wind-2,2030,1841400.0,55800.0 +C-Coal_IGCC,2020,2983440.0,23138.4 +C-Coal_IGCC,2030,2983440.0,23138.4 +C-NG_CC,2020,915120.0,4694.64 +C-NG_CC,2030,915120.0,4694.64 +C-NG_GT,2020,484344.0,3913.44 +C-NG_GT,2030,484344.0,3913.44 +C-Nuclear,2030,4538400.0,94488.0 +C-Biomass_IGCC,2020,2849520.0,70680.0 +C-Biomass_IGCC,2030,2849520.0,70680.0 +C-Residential_PV,2020,2790000.0,33480.0 +C-Residential_PV,2030,2447760.0,30504.0 +C-Commercial_PV,2020,2484960.0,33480.0 +C-Commercial_PV,2030,2202240.0,30504.0 +C-Central_PV-1,2020,1867440.0,33480.0 +C-Central_PV-2,2020,1867440.0,33480.0 +C-Central_PV-1,2030,1718640.0,30504.0 +C-Central_PV-2,2030,1718640.0,30504.0 +C-Wind-1,2020,1473120.0,44640.0 +C-Wind-2,2020,1473120.0,44640.0 +C-Wind-1,2030,1473120.0,44640.0 +C-Wind-2,2030,1473120.0,44640.0 +S-Geothermal,2020,6629040.0,0.0 +S-Geothermal,2030,6629040.0,0.0 +S-NG_CC,2020,1372680.0,7041.96 +S-NG_CC,2030,1372680.0,7041.96 +S-NG_CC_CCS,2030,4185000.0,20534.4 +S-NG_GT,2020,726516.0,5870.16 +S-NG_GT,2030,726516.0,5870.16 +S-Biomass_IGCC,2020,4274280.0,106020.0 +S-Biomass_IGCC,2030,4274280.0,106020.0 +S-Biomass_IGCC_CCS,2030,7164720.0,120862.8 +S-Residential_PV,2020,4185000.0,50220.0 +S-Residential_PV,2030,3671640.0,45756.0 +S-Commercial_PV,2020,3727440.0,50220.0 +S-Commercial_PV,2030,3303360.0,45756.0 +S-Central_PV-1,2020,2801160.0,50220.0 +S-Central_PV-2,2020,2801160.0,50220.0 +S-Central_PV-1,2030,2577960.0,45756.0 +S-Central_PV-2,2030,2577960.0,45756.0 diff --git a/examples/3zone_toy_lp/inputs/gen_build_predetermined.csv b/examples/3zone_toy_lp/inputs/gen_build_predetermined.csv new file mode 100644 index 000000000..1dbc91204 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/gen_build_predetermined.csv @@ -0,0 +1,12 @@ +GENERATION_PROJECT,build_year,gen_predetermined_cap +N-Coal_ST,1995,2 +N-Geothermal,2000,1 +N-NG_CC,2008,2 +N-NG_GT,2009,2 +C-Coal_ST,1985,2 +C-NG_CC,2005,2 +C-NG_GT,2005,2 +S-Geothermal,1998,3 +S-NG_CC,2000,5 +S-NG_GT,1990,3 +S-NG_GT,2002,2 diff --git a/examples/3zone_toy_lp/inputs/generation_projects_info.csv b/examples/3zone_toy_lp/inputs/generation_projects_info.csv new file mode 100644 index 000000000..d16649699 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/generation_projects_info.csv @@ -0,0 +1,39 @@ +GENERATION_PROJECT,gen_tech,gen_load_zone,gen_connect_cost_per_mw,gen_capacity_limit_mw,gen_full_load_heat_rate,gen_variable_om,gen_max_age,gen_scheduled_outage_rate,gen_forced_outage_rate,gen_is_variable,gen_is_baseload,gen_is_cogen,gen_energy_source,gen_unit_size,gen_ccs_capture_efficiency,gen_ccs_energy_load,gen_storage_efficiency,gen_store_to_release_ratio +N-Geothermal,Geothermal,North,163081.1,1.5,.,28.83,30,0.0075,0.0241,0,1,0,Geothermal,.,.,.,.,. +N-Coal_IGCC,Coal_IGCC,North,57566.6,.,7.95,6.0822,40,0.08,0.12,0,1,0,Coal,10.0,.,.,.,. +N-Coal_IGCC_CCS,Coal_IGCC_CCS,North,57566.6,.,10.38,9.858,40,0.08,0.12,0,1,0,Coal,.,0.85,0.234104046,.,. +N-Coal_ST,Coal_ST,North,57566.6,.,9.0,3.4,40,0.06,0.1,0,1,0,Coal,.,.,.,.,. +N-NG_CC,NG_CC,North,57566.6,.,6.705,3.4131,20,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +N-NG_CC_CCS,NG_CC_CCS,North,57566.6,.,10.08,9.3,20,0.04,0.06,0,0,0,NaturalGas,.,0.85,0.334821429,.,. +N-NG_GT,NG_GT,North,57566.6,.,10.39,27.807,20,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +N-Nuclear,Nuclear,North,57566.6,.,9.72,0.0,40,0.04,0.06,0,1,0,Uranium,.,.,.,.,. +N-Biomass_IGCC,Biomass_IGCC,North,57566.6,.,12.5,13.95,40,0.09,0.076,0,1,0,BioSolid,.,.,.,.,. +N-Biomass_IGCC_CCS,Biomass_IGCC_CCS,North,57566.6,.,16.3208,20.1307,40,0.09,0.076,0,1,0,BioSolid,.,0.85,0.234115557,.,. +N-Residential_PV,Residential_PV,North,0.0,1.5,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +N-Commercial_PV,Commercial_PV,North,0.0,2.0,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +N-Central_PV-1,Central_PV,North,51272.0,3.0,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +N-Central_PV-2,Central_PV,North,101661.0,2.0,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +N-Wind-1,Wind,North,71602.0,4.0,.,0.0,30,0.05,0.006,1,0,0,Wind,.,.,.,.,. +N-Wind-2,Wind,North,80259.0,1.0,.,0.0,30,0.05,0.006,1,0,0,Wind,.,.,.,.,. +C-Coal_IGCC,Coal_IGCC,Central,57566.6,.,7.95,4.86576,40,0.08,0.12,0,1,0,Coal,10.0,.,.,.,. +C-Coal_ST,Coal_ST,Central,57566.6,.,9.5,3.6,40,0.06,0.1,0,1,0,Coal,.,.,.,.,. +C-NG_CC,NG_CC,Central,57566.6,.,6.705,2.73048,20,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +C-NG_GT,NG_GT,Central,57566.6,.,10.39,22.2456,20,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +C-Nuclear,Nuclear,Central,57566.6,.,9.72,0.0,40,0.04,0.06,0,1,0,Uranium,.,.,.,.,. +C-Biomass_IGCC,Biomass_IGCC,Central,57566.6,.,12.5,11.16,40,0.09,0.076,0,1,0,BioSolid,.,.,.,.,. +C-Residential_PV,Residential_PV,Central,0.0,0.5,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +C-Commercial_PV,Commercial_PV,Central,0.0,0.7,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +C-Central_PV-1,Central_PV,Central,122526.8,2.0,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +C-Central_PV-2,Central_PV,Central,45197.2,3.0,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +C-Wind-1,Wind,Central,72541.5,4.0,.,0.0,30,0.05,0.006,1,0,0,Wind,.,.,.,.,. +C-Wind-2,Wind,Central,77892.2,3.0,.,0.0,30,0.05,0.006,1,0,0,Wind,.,.,.,.,. +S-Geothermal,Geothermal,South,134222.0,3.0,.,34.596,30,0.0075,0.0241,0,1,0,Geothermal,.,.,.,.,. +S-NG_CC,NG_CC,South,57566.6,.,6.705,4.09572,20,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +S-NG_CC_CCS,NG_CC_CCS,South,57566.6,.,10.08,11.16,20,0.04,0.06,0,0,0,NaturalGas,.,0.85,0.334821429,.,. +S-NG_GT,NG_GT,South,57566.6,5.0,10.39,33.3684,20,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +S-Biomass_IGCC,Biomass_IGCC,South,57566.6,.,12.5,16.74,40,0.09,0.076,0,1,0,BioSolid,.,.,.,.,. +S-Biomass_IGCC_CCS,Biomass_IGCC_CCS,South,57566.6,.,16.3208,24.15684,40,0.09,0.076,0,1,0,BioSolid,.,0.85,0.234115557,.,. +S-Residential_PV,Residential_PV,South,0.0,3.0,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +S-Commercial_PV,Commercial_PV,South,0.0,3.3,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +S-Central_PV-1,Central_PV,South,74881.9,0.8,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. +S-Central_PV-2,Central_PV,South,65370.3,0.4,.,0.0,20,0.0,0.02,1,0,0,Solar,.,.,.,.,. diff --git a/examples/3zone_toy_lp/inputs/load_zones.csv b/examples/3zone_toy_lp/inputs/load_zones.csv new file mode 100644 index 000000000..af45f83ac --- /dev/null +++ b/examples/3zone_toy_lp/inputs/load_zones.csv @@ -0,0 +1,4 @@ +LOAD_ZONE,dbid,existing_local_td,local_td_annual_cost_per_mw +North,1,5.5,66406.5 +Central,2,3.5,61663.4 +South,3,9.5,128040.0 diff --git a/examples/3zone_toy_lp/inputs/loads.csv b/examples/3zone_toy_lp/inputs/loads.csv new file mode 100644 index 000000000..cb47e96e6 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/loads.csv @@ -0,0 +1,22 @@ +LOAD_ZONE,TIMEPOINT,zone_demand_mw +North,1,5.0 +North,2,4.0 +North,3,4.5 +North,4,4.2 +North,5,4.0 +North,6,6.0 +North,7,6.0 +Central,1,3.7 +Central,2,3.0 +Central,3,3.6 +Central,4,3.3 +Central,5,3.0 +Central,6,4.0 +Central,7,4.6 +South,1,6.0 +South,2,7.0 +South,3,6.5 +South,4,7.2 +South,5,8.0 +South,6,10.0 +South,7,10.5 diff --git a/examples/3zone_toy_lp/inputs/modules.txt b/examples/3zone_toy_lp/inputs/modules.txt new file mode 100644 index 000000000..00c3ed3e0 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/modules.txt @@ -0,0 +1,15 @@ +# Core Modules +switch_model +switch_model.timescales +switch_model.financials +switch_model.balancing.load_zones +switch_model.energy_sources.properties +switch_model.generators.core.build +switch_model.generators.core.dispatch +switch_model.reporting +# Custom Modules +switch_model.transmission.local_td +switch_model.generators.core.no_commit +switch_model.energy_sources.fuel_costs.markets +switch_model.transmission.transport.build +switch_model.transmission.transport.dispatch diff --git a/examples/3zone_toy_lp/inputs/non_fuel_energy_sources.csv b/examples/3zone_toy_lp/inputs/non_fuel_energy_sources.csv new file mode 100644 index 000000000..1118eff52 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/non_fuel_energy_sources.csv @@ -0,0 +1,6 @@ +energy_source +Wind +Solar +Geothermal +Water +Electricity diff --git a/examples/3zone_toy_lp/inputs/periods.csv b/examples/3zone_toy_lp/inputs/periods.csv new file mode 100644 index 000000000..ce603d49e --- /dev/null +++ b/examples/3zone_toy_lp/inputs/periods.csv @@ -0,0 +1,3 @@ +INVESTMENT_PERIOD,period_start,period_end +2020,2017,2026 +2030,2027,2036 diff --git a/examples/3zone_toy_lp/inputs/regional_fuel_markets.csv b/examples/3zone_toy_lp/inputs/regional_fuel_markets.csv new file mode 100644 index 000000000..d9f2713c9 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/regional_fuel_markets.csv @@ -0,0 +1,5 @@ +regional_fuel_market,fuel +All_DistOil,DistillateFuelOil +All_NG,NaturalGas +North_Bio,BioSolid +South_Bio,BioSolid diff --git a/examples/3zone_toy_lp/inputs/switch_inputs_version.txt b/examples/3zone_toy_lp/inputs/switch_inputs_version.txt new file mode 100644 index 000000000..e01025862 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/switch_inputs_version.txt @@ -0,0 +1 @@ +2.0.5 diff --git a/examples/3zone_toy_lp/inputs/timepoints.csv b/examples/3zone_toy_lp/inputs/timepoints.csv new file mode 100644 index 000000000..fe469d3b1 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/timepoints.csv @@ -0,0 +1,8 @@ +timepoint_id,timestamp,timeseries +1,2025011500,2020_01winter +2,2025011512,2020_01winter +3,2025011600,2020_01winter +4,2025011612,2020_01winter +5,2025061500,2020_06summer +6,2025061512,2020_06summer +7,2035011512,2030_all diff --git a/examples/3zone_toy_lp/inputs/timeseries.csv b/examples/3zone_toy_lp/inputs/timeseries.csv new file mode 100644 index 000000000..e86db389e --- /dev/null +++ b/examples/3zone_toy_lp/inputs/timeseries.csv @@ -0,0 +1,4 @@ +TIMESERIES,ts_period,ts_duration_of_tp,ts_num_tps,ts_scale_to_period +2020_01winter,2020,12,4,913.12 +2020_06summer,2020,12,2,1826.25 +2030_all,2030,24,1,3652.5 diff --git a/examples/3zone_toy_lp/inputs/trans_params.csv b/examples/3zone_toy_lp/inputs/trans_params.csv new file mode 100644 index 000000000..6d8350120 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/trans_params.csv @@ -0,0 +1,2 @@ +trans_capital_cost_per_mw_km,trans_lifetime_yrs,trans_fixed_om_fraction,distribution_loss_rate +1000.0,20,0.03,0.053 diff --git a/examples/3zone_toy_lp/inputs/transmission_lines.csv b/examples/3zone_toy_lp/inputs/transmission_lines.csv new file mode 100644 index 000000000..b7fb0cc60 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/transmission_lines.csv @@ -0,0 +1,3 @@ +TRANSMISSION_LINE,trans_lz1,trans_lz2,trans_length_km,trans_efficiency,existing_trans_cap +N-C,North,Central,100,0.96,3 +C-S,Central,South,200,0.94,6 diff --git a/examples/3zone_toy_lp/inputs/variable_capacity_factors.csv b/examples/3zone_toy_lp/inputs/variable_capacity_factors.csv new file mode 100644 index 000000000..dd56a9211 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/variable_capacity_factors.csv @@ -0,0 +1,113 @@ +GENERATION_PROJECT,timepoint,gen_max_capacity_factor +N-Residential_PV,1,0.0 +N-Residential_PV,2,0.55 +N-Residential_PV,3,0.0 +N-Residential_PV,4,0.6 +N-Residential_PV,5,0.0 +N-Residential_PV,6,0.72 +N-Residential_PV,7,0.33 +N-Commercial_PV,1,0.0 +N-Commercial_PV,2,0.65 +N-Commercial_PV,3,0.0 +N-Commercial_PV,4,0.66 +N-Commercial_PV,5,0.0 +N-Commercial_PV,6,0.73 +N-Commercial_PV,7,0.38 +N-Central_PV-1,1,0.0 +N-Central_PV-1,2,0.56 +N-Central_PV-1,3,0.0 +N-Central_PV-1,4,0.62 +N-Central_PV-1,5,0.0 +N-Central_PV-1,6,0.73 +N-Central_PV-1,7,0.41 +N-Central_PV-2,1,0.0 +N-Central_PV-2,2,0.6 +N-Central_PV-2,3,0.0 +N-Central_PV-2,4,0.61 +N-Central_PV-2,5,0.0 +N-Central_PV-2,6,0.81 +N-Central_PV-2,7,0.36 +C-Residential_PV,1,0.0 +C-Residential_PV,2,0.59 +C-Residential_PV,3,0.0 +C-Residential_PV,4,0.64 +C-Residential_PV,5,0.0 +C-Residential_PV,6,0.74 +C-Residential_PV,7,0.34 +C-Commercial_PV,1,0.0 +C-Commercial_PV,2,0.61 +C-Commercial_PV,3,0.0 +C-Commercial_PV,4,0.66 +C-Commercial_PV,5,0.0 +C-Commercial_PV,6,0.74 +C-Commercial_PV,7,0.4 +C-Central_PV-1,1,0.0 +C-Central_PV-1,2,0.61 +C-Central_PV-1,3,0.0 +C-Central_PV-1,4,0.64 +C-Central_PV-1,5,0.0 +C-Central_PV-1,6,0.79 +C-Central_PV-1,7,0.39 +C-Central_PV-2,1,0.0 +C-Central_PV-2,2,0.64 +C-Central_PV-2,3,0.0 +C-Central_PV-2,4,0.68 +C-Central_PV-2,5,0.0 +C-Central_PV-2,6,0.72 +C-Central_PV-2,7,0.41 +S-Residential_PV,1,0.0 +S-Residential_PV,2,0.57 +S-Residential_PV,3,0.0 +S-Residential_PV,4,0.66 +S-Residential_PV,5,0.0 +S-Residential_PV,6,0.75 +S-Residential_PV,7,0.34 +S-Commercial_PV,1,0.0 +S-Commercial_PV,2,0.57 +S-Commercial_PV,3,0.0 +S-Commercial_PV,4,0.63 +S-Commercial_PV,5,0.0 +S-Commercial_PV,6,0.79 +S-Commercial_PV,7,0.34 +S-Central_PV-1,1,0.0 +S-Central_PV-1,2,0.61 +S-Central_PV-1,3,0.0 +S-Central_PV-1,4,0.7 +S-Central_PV-1,5,0.0 +S-Central_PV-1,6,0.75 +S-Central_PV-1,7,0.37 +S-Central_PV-2,1,0.0 +S-Central_PV-2,2,0.64 +S-Central_PV-2,3,0.0 +S-Central_PV-2,4,0.63 +S-Central_PV-2,5,0.0 +S-Central_PV-2,6,0.74 +S-Central_PV-2,7,0.4 +N-Wind-1,1,0.6 +N-Wind-1,2,0.3 +N-Wind-1,3,0.65 +N-Wind-1,4,0.42 +N-Wind-1,5,0.12 +N-Wind-1,6,0.05 +N-Wind-1,7,0.8 +N-Wind-2,1,0.68 +N-Wind-2,2,0.33 +N-Wind-2,3,0.71 +N-Wind-2,4,0.46 +N-Wind-2,5,0.17 +N-Wind-2,6,0.13 +N-Wind-2,7,0.87 +C-Wind-1,1,0.66 +C-Wind-1,2,0.4 +C-Wind-1,3,0.73 +C-Wind-1,4,0.5 +C-Wind-1,5,0.22 +C-Wind-1,6,0.05 +C-Wind-1,7,0.8 +C-Wind-2,1,0.62 +C-Wind-2,2,0.36 +C-Wind-2,3,0.66 +C-Wind-2,4,0.48 +C-Wind-2,5,0.14 +C-Wind-2,6,0.05 +C-Wind-2,7,0.86 diff --git a/examples/3zone_toy_lp/inputs/zone_balancing_areas.csv b/examples/3zone_toy_lp/inputs/zone_balancing_areas.csv new file mode 100644 index 000000000..0ce4eaf88 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/zone_balancing_areas.csv @@ -0,0 +1,4 @@ +LOAD_ZONE,balancing_area +North,NorthCentral +Central,NorthCentral +South,South diff --git a/examples/3zone_toy_lp/inputs/zone_coincident_peak_demand.csv b/examples/3zone_toy_lp/inputs/zone_coincident_peak_demand.csv new file mode 100644 index 000000000..2a68786e8 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/zone_coincident_peak_demand.csv @@ -0,0 +1,7 @@ +LOAD_ZONE,PERIOD,zone_expected_coincident_peak_demand +North,2020,6 +Central,2020,4 +South,2020,10 +North,2030,8 +Central,2030,6 +South,2030,12 diff --git a/examples/3zone_toy_lp/inputs/zone_fuel_cost_diff.csv b/examples/3zone_toy_lp/inputs/zone_fuel_cost_diff.csv new file mode 100644 index 000000000..0b506d4e6 --- /dev/null +++ b/examples/3zone_toy_lp/inputs/zone_fuel_cost_diff.csv @@ -0,0 +1,11 @@ +load_zone,fuel,period,fuel_cost_adder +North,Coal,2020,0.1 +North,Coal,2030,0.1 +Central,Coal,2020,-0.2 +Central,Coal,2030,-0.2 +North,NaturalGas,2020,-0.2434 +North,NaturalGas,2030,-0.4021 +Central,NaturalGas,2020,0.1 +Central,NaturalGas,2030,0.15 +South,NaturalGas,2020,0.3497 +South,NaturalGas,2020,0.4676 diff --git a/examples/3zone_toy_lp/inputs/zone_to_regional_fuel_market.csv b/examples/3zone_toy_lp/inputs/zone_to_regional_fuel_market.csv new file mode 100644 index 000000000..8c1a89f2b --- /dev/null +++ b/examples/3zone_toy_lp/inputs/zone_to_regional_fuel_market.csv @@ -0,0 +1,9 @@ +load_zone,regional_fuel_market +North,All_DistOil +Central,All_DistOil +South,All_DistOil +North,All_NG +Central,All_NG +South,All_NG +North,North_Bio +South,South_Bio diff --git a/examples/3zone_toy_lp/outputs/total_cost.txt b/examples/3zone_toy_lp/outputs/total_cost.txt new file mode 100644 index 000000000..b4953de2d --- /dev/null +++ b/examples/3zone_toy_lp/outputs/total_cost.txt @@ -0,0 +1 @@ +126714451.7 diff --git a/examples/3zone_toy_stochastic_PySP/PySPInputGenerator.py b/examples/3zone_toy_stochastic_PySP/PySPInputGenerator.py index 26b59969d..9f22a48c0 100644 --- a/examples/3zone_toy_stochastic_PySP/PySPInputGenerator.py +++ b/examples/3zone_toy_stochastic_PySP/PySPInputGenerator.py @@ -48,6 +48,7 @@ """ from __future__ import print_function + # Inputs directory relative to the location of this script. inputs_dir = "inputs" # ScenarioStructure.dat and RootNode.dat will be saved to a @@ -58,11 +59,10 @@ stage_list = ["Investment", "Operation"] stage_vars = { "Investment": ["BuildGen", "BuildLocalTD", "BuildTx"], - "Operation": ["DispatchGen", "GenFuelUseRate"] + "Operation": ["DispatchGen", "GenFuelUseRate"], } # List of scenario names -scenario_list = [ - "LowFuelCosts", "MediumFuelCosts", "HighFuelCosts"] +scenario_list = ["LowFuelCosts", "MediumFuelCosts", "HighFuelCosts"] ########################################################### @@ -73,7 +73,7 @@ print("creating model for scenario input generation...") -module_list = switch_model.solve.get_module_list(args=None) +module_list = utilities.get_module_list(args=None) model = utilities.create_model(module_list) print("model successfully created...") @@ -82,6 +82,7 @@ instance = model.load_inputs(inputs_dir=inputs_dir) print("inputs successfully loaded...") + def save_dat_files(): if not os.path.exists(os.path.join(inputs_dir, pysp_subdir)): @@ -92,8 +93,9 @@ def save_dat_files(): dat_file = os.path.join(inputs_dir, pysp_subdir, "RootNode.dat") print("creating and saving {}...".format(dat_file)) - utilities.save_inputs_as_dat(model, instance, save_path=dat_file, - sorted_output=model.options.sorted_output) + utilities.save_inputs_as_dat( + model, instance, save_path=dat_file, sorted_output=model.options.sorted_output + ) ####################### # ScenarioStructure.dat @@ -117,7 +119,7 @@ def save_dat_files(): f.write("param NodeStage := RootNode {}\n".format(stage_list[0])) for s in scenario_list: - f.write(" {scen} {st}\n".format(scen=s,st=stage_list[1])) + f.write(" {scen} {st}\n".format(scen=s, st=stage_list[1])) f.write(";\n\n") f.write("set Children[RootNode] := ") @@ -127,7 +129,7 @@ def save_dat_files(): f.write("param ConditionalProbability := RootNode 1.0") # All scenarios have the same probability in this example - probs = [1.0/len(scenario_list)] * (len(scenario_list) - 1) + probs = [1.0 / len(scenario_list)] * (len(scenario_list) - 1) # The remaining probability is lumped in the last scenario to avoid rounding issues probs.append(1.0 - sum(probs)) for (s, p) in zip(scenario_list, probs): @@ -150,14 +152,16 @@ def write_var_name(f, cname): if hasattr(instance, cname): dimen = getattr(instance, cname).index_set().dimen if dimen == 0: - f.write(" {cn}\n".format(cn=cname)) + f.write(" {cn}\n".format(cn=cname)) else: - indexing = (",".join(["*"]*dimen)) + indexing = ",".join(["*"] * dimen) f.write(" {cn}[{dim}]\n".format(cn=cname, dim=indexing)) else: raise ValueError( - "Variable '{}' is not a component of the model. Did you make a typo?". - format(cname)) + "Variable '{}' is not a component of the model. Did you make a typo?".format( + cname + ) + ) for st in stage_list: f.write("set StageVariables[{}] := \n".format(st)) @@ -171,8 +175,9 @@ def write_var_name(f, cname): f.write(" Operation OperationCost\n") f.write(";") + #################### -if __name__ == '__main__': +if __name__ == "__main__": # If the script is executed on the command line, then the .dat files are created. save_dat_files() diff --git a/examples/3zone_toy_stochastic_PySP/ReferenceModel.py b/examples/3zone_toy_stochastic_PySP/ReferenceModel.py index 04fc67d36..ef864ee14 100644 --- a/examples/3zone_toy_stochastic_PySP/ReferenceModel.py +++ b/examples/3zone_toy_stochastic_PySP/ReferenceModel.py @@ -37,9 +37,9 @@ # Ideally, we would use the main codebase to generate the model, but the # mandatory switch argument parser is interferring with pysp's command line tools -#model = switch_model.solve.main(return_model=True) +# model = switch_model.solve.main(return_model=True) -module_list = switch_model.solve.get_module_list(args=None) +module_list = utilities.get_module_list(args=None) model = utilities.create_model(module_list, args=[]) # The following code augments the model object with Expressions for the @@ -53,14 +53,19 @@ # are nested inside another function in the financials module, they can't # be called from this script. + def calc_tp_costs_in_period(m, t): - return sum( - getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] - for tp_cost in m.Cost_Components_Per_TP) + return sum( + getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] + for tp_cost in m.Cost_Components_Per_TP + ) + + def calc_annual_costs_in_period(m, p): - return sum( - getattr(m, annual_cost)[p] - for annual_cost in m.Cost_Components_Per_Period) + return sum( + getattr(m, annual_cost)[p] for annual_cost in m.Cost_Components_Per_Period + ) + # In the current version of Switch, all annual costs are defined # by First Stage decision variables, such as fixed O&M and capital @@ -73,14 +78,19 @@ def calc_annual_costs_in_period(m, p): # decisions in this example. # Further comments on this are written in the Readme file. -model.InvestmentCost = Expression(rule=lambda m: sum( - calc_annual_costs_in_period(m, p) * m.bring_annual_costs_to_base_year[p] - for p in m.PERIODS)) - -model.OperationCost = Expression(rule=lambda m: - sum( - sum(calc_tp_costs_in_period(m, t) for t in m.TPS_IN_PERIOD[p] - ) * m.bring_annual_costs_to_base_year[p] - for p in m.PERIODS)) +model.InvestmentCost = Expression( + rule=lambda m: sum( + calc_annual_costs_in_period(m, p) * m.bring_annual_costs_to_base_year[p] + for p in m.PERIODS + ) +) + +model.OperationCost = Expression( + rule=lambda m: sum( + sum(calc_tp_costs_in_period(m, t) for t in m.TPS_IN_PERIOD[p]) + * m.bring_annual_costs_to_base_year[p] + for p in m.PERIODS + ) +) print("model successfully loaded...") diff --git a/examples/3zone_toy_stochastic_PySP/inputs/switch_inputs_version.txt b/examples/3zone_toy_stochastic_PySP/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/3zone_toy_stochastic_PySP/inputs/switch_inputs_version.txt +++ b/examples/3zone_toy_stochastic_PySP/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/3zone_toy_stochastic_PySP/pha_bounds_cfg.py b/examples/3zone_toy_stochastic_PySP/pha_bounds_cfg.py index b54d7d840..d891b3de4 100644 --- a/examples/3zone_toy_stochastic_PySP/pha_bounds_cfg.py +++ b/examples/3zone_toy_stochastic_PySP/pha_bounds_cfg.py @@ -4,20 +4,24 @@ # Use this by adding terms like the following to the runph command: # --linearize-nonbinary-penalty-terms=5 --bounds-cfgfile=pha_bounds_cfg.py + def pysp_boundsetter_callback(self, scenario_tree, scenario): - m = scenario._instance # see pyomo/pysp/scenariotree/tree_structure.py + m = scenario._instance # see pyomo/pysp/scenariotree/tree_structure.py # BuildLocalTD for p in m.PERIODS: for lz in m.LOAD_ZONES: - m.BuildLocalTD[lz, p].setub(2 * m.zone_expected_coincident_peak_demand[lz, p]) + m.BuildLocalTD[lz, p].setub( + 2 * m.zone_expected_coincident_peak_demand[lz, p] + ) # Estimate an upper bound of system peak demand for limiting generation unit # & transmission line builds system_wide_peak = {} for p in m.PERIODS: system_wide_peak[p] = sum( - m.zone_expected_coincident_peak_demand[lz, p] for lz in m.LOAD_ZONES) + m.zone_expected_coincident_peak_demand[lz, p] for lz in m.LOAD_ZONES + ) # BuildGen for g, bld_yr in m.NEW_GEN_BLD_YRS: @@ -27,6 +31,7 @@ def pysp_boundsetter_callback(self, scenario_tree, scenario): for tx, bld_yr in m.TRANS_BLD_YRS: m.BuildTx[tx, bld_yr].setub(5 * system_wide_peak[bld_yr]) + # For some reason runph looks for pysp_boundsetter_callback when run in # single-thread mode and ph_boundsetter_callback when called from mpirun with # remote execution via pyro. so we map both names to the same function. diff --git a/examples/3zone_toy_stochastic_PySP/rhosetter.py b/examples/3zone_toy_stochastic_PySP/rhosetter.py index 5d8499472..71c4753f1 100644 --- a/examples/3zone_toy_stochastic_PySP/rhosetter.py +++ b/examples/3zone_toy_stochastic_PySP/rhosetter.py @@ -15,20 +15,24 @@ """ from __future__ import print_function from pyomo.environ import Objective -from switch_model.utilities import iteritems try: - from pyomo.repn import generate_standard_repn # Pyomo >=5.6 + from pyomo.repn import generate_standard_repn # Pyomo >=5.6 + newPyomo = True except ImportError: - from pyomo.repn import generate_canonical_repn # Pyomo <=5.6 + from pyomo.repn import generate_canonical_repn # Pyomo <=5.6 + newPyomo = False + def ph_rhosetter_callback(ph, scenario_tree, scenario): - # Derive coefficients from active objective - cost_expr = next(scenario._instance.component_data_objects( - Objective, active=True, descend_into=True - )) + # Derive coefficients from active objective + cost_expr = next( + scenario._instance.component_data_objects( + Objective, active=True, descend_into=True + ) + ) set_rho_values(ph, scenario_tree, scenario, cost_expr) @@ -57,8 +61,7 @@ def set_rho_values(ph, scenario_tree, scenario, cost_expr): cost_coefficients = {} var_names = {} - for (variable, coef) in \ - zip(standard_repn.linear_vars, standard_repn.linear_coefs): + for (variable, coef) in zip(standard_repn.linear_vars, standard_repn.linear_coefs): variable_id = symbol_map.getSymbol(variable) cost_coefficients[variable_id] = coef var_names[variable_id] = variable.name @@ -72,11 +75,13 @@ def set_rho_values(ph, scenario_tree, scenario, cost_expr): tree_node, scenario, variable_id, - cost_coefficients[variable_id] * rho_coefficient) + cost_coefficients[variable_id] * rho_coefficient, + ) set_rho = True break if not set_rho: print( - "Warning! Could not find tree node for variable {}; rho not set." - .format(var_names[variable_id]) + "Warning! Could not find tree node for variable {}; rho not set.".format( + var_names[variable_id] + ) ) diff --git a/examples/3zone_toy_stochastic_PySP/rhosetter_FS_only.py b/examples/3zone_toy_stochastic_PySP/rhosetter_FS_only.py index 7b06dab14..5b86c1bef 100644 --- a/examples/3zone_toy_stochastic_PySP/rhosetter_FS_only.py +++ b/examples/3zone_toy_stochastic_PySP/rhosetter_FS_only.py @@ -25,6 +25,7 @@ # The rhosetter module should be in the same directory as this file. from rhosetter import set_rho_values + def ph_rhosetter_callback(ph, scenario_tree, scenario): # This component name must match the expression used for first stage # costs defined in the ReferenceModel. diff --git a/examples/ca_policies/README.md b/examples/ca_policies/README.md new file mode 100644 index 000000000..a08a0856b --- /dev/null +++ b/examples/ca_policies/README.md @@ -0,0 +1,2 @@ +This example builds on the carbon_cap example by adding +the policies.CA_policies module. diff --git a/examples/ca_policies/inputs/balancing_areas.csv b/examples/ca_policies/inputs/balancing_areas.csv new file mode 100644 index 000000000..416a7ac72 --- /dev/null +++ b/examples/ca_policies/inputs/balancing_areas.csv @@ -0,0 +1,3 @@ +BALANCING_AREAS,quickstart_res_load_frac,quickstart_res_wind_frac,quickstart_res_solar_frac,spinning_res_load_frac,spinning_res_wind_frac,spinning_res_solar_frac +NorthCentral,0.04,0.05,0.05,0.02,0.05,0.05 +CA_South,0.04,0.06,0.06,0.02,0.07,0.07 diff --git a/examples/ca_policies/inputs/ca_policies.csv b/examples/ca_policies/inputs/ca_policies.csv new file mode 100644 index 000000000..489a7d9bb --- /dev/null +++ b/examples/ca_policies/inputs/ca_policies.csv @@ -0,0 +1,3 @@ +PERIOD,ca_min_gen_timepoint_ratio,ca_min_gen_period_ratio,carbon_cap_tco2_per_yr_CA +2020,0.8,.,. +2030,.,0.9,5000 diff --git a/examples/ca_policies/inputs/carbon_policies.csv b/examples/ca_policies/inputs/carbon_policies.csv new file mode 100644 index 000000000..1e7c92cf6 --- /dev/null +++ b/examples/ca_policies/inputs/carbon_policies.csv @@ -0,0 +1,3 @@ +PERIOD,carbon_cap_tco2_per_yr,carbon_cost_dollar_per_tco2 +2020,55000,. +2030,15000,. diff --git a/examples/ca_policies/inputs/financials.csv b/examples/ca_policies/inputs/financials.csv new file mode 100644 index 000000000..a40129d05 --- /dev/null +++ b/examples/ca_policies/inputs/financials.csv @@ -0,0 +1,2 @@ +base_financial_year,discount_rate,interest_rate +2015,0.05,0.07 diff --git a/examples/ca_policies/inputs/fuel_cost.csv b/examples/ca_policies/inputs/fuel_cost.csv new file mode 100644 index 000000000..cf89c3ccc --- /dev/null +++ b/examples/ca_policies/inputs/fuel_cost.csv @@ -0,0 +1,17 @@ +load_zone,fuel,period,fuel_cost +North,Uranium,2020,2.19 +CA_Central,Uranium,2020,2.19 +CA_South,Uranium,2020,2.19 +North,Uranium,2030,2.2 +CA_Central,Uranium,2030,2.2 +CA_South,Uranium,2030,2.2 +North,Coal,2020,1.9012 +CA_Central,Coal,2020,1.9012 +North,Coal,2030,2.0467 +CA_Central,Coal,2030,2.0467 +North,ResidualFuelOil,2020,18.5755 +CA_Central,ResidualFuelOil,2020,18.5755 +CA_South,ResidualFuelOil,2020,18.5755 +North,ResidualFuelOil,2030,20.3021 +CA_Central,ResidualFuelOil,2030,20.3021 +CA_South,ResidualFuelOil,2030,20.3021 diff --git a/examples/ca_policies/inputs/fuel_supply_curves.csv b/examples/ca_policies/inputs/fuel_supply_curves.csv new file mode 100644 index 000000000..747e53b66 --- /dev/null +++ b/examples/ca_policies/inputs/fuel_supply_curves.csv @@ -0,0 +1,15 @@ +regional_fuel_market,period,tier,unit_cost,max_avail_at_cost +All_DistOil,2020,0,21.9802,inf +All_DistOil,2030,0,24.5216,100000.0 +All_NG,2020,0,4.4647,1950514555.0 +All_NG,2020,1,5.0709,inf +All_NG,2030,0,5.925,2368354558.0 +All_NG,2030,1,5.925,inf +North_Bio,2020,0,1.7102,6864985.0 +North_Bio,2020,1,3.3941,6782413.0 +North_Bio,2030,0,2.0438,6064415.0 +North_Bio,2030,1,3.2218,7680076.0 +South_Bio,2020,0,1.7115,26427258.0 +South_Bio,2020,1,17.1714,486066.0 +South_Bio,2030,0,1.7115,26427258.0 +South_Bio,2030,1,17.1714,26427258.0 diff --git a/examples/ca_policies/inputs/fuels.csv b/examples/ca_policies/inputs/fuels.csv new file mode 100644 index 000000000..e9d8af3dd --- /dev/null +++ b/examples/ca_policies/inputs/fuels.csv @@ -0,0 +1,7 @@ +fuel,co2_intensity,upstream_co2_intensity +Coal,0.09552000000000001,0.0 +ResidualFuelOil,0.0788,0.0 +DistillateFuelOil,0.07315,0.0 +NaturalGas,0.05306,0.0 +Uranium,0.0,. +BioSolid,0.09435,-0.09435 diff --git a/examples/ca_policies/inputs/gen_build_costs.csv b/examples/ca_policies/inputs/gen_build_costs.csv new file mode 100644 index 000000000..1f9c146dd --- /dev/null +++ b/examples/ca_policies/inputs/gen_build_costs.csv @@ -0,0 +1,77 @@ +GENERATION_PROJECT,build_year,gen_overnight_cost,gen_fixed_om +N-Coal_ST,1995,2687700.0,21390.0 +N-Geothermal,2000,5524200.0,0.0 +N-NG_CC,2008,1143900.0,5868.3 +N-NG_GT,2009,605430.0,4891.8 +C-Coal_ST,1985,2687700.0,21390.0 +C-NG_CC,2005,1143900.0,5868.3 +C-NG_GT,2005,605430.0,4891.8 +S-Geothermal,1998,5524200.0,0.0 +S-NG_CC,2000,1143900.0,5868.3 +S-NG_GT,1990,605430.0,4891.8 +S-NG_GT,2002,605430.0,4891.8 +N-Geothermal,2020,5524200.0,0.0 +N-Geothermal,2030,5524200.0,0.0 +N-Coal_IGCC,2020,3729300.0,28923.0 +N-Coal_IGCC,2030,3729300.0,28923.0 +N-Coal_IGCC_CCS,2030,6138000.0,41292.0 +N-NG_CC,2020,1143900.0,5868.3 +N-NG_CC,2030,1143900.0,5868.3 +N-NG_CC_CCS,2030,3487500.0,17112.0 +N-NG_GT,2020,605430.0,4891.8 +N-NG_GT,2030,605430.0,4891.8 +N-Nuclear,2030,5673000.0,118110.0 +N-Biomass_IGCC,2020,3561900.0,88350.0 +N-Biomass_IGCC,2030,3561900.0,88350.0 +N-Biomass_IGCC_CCS,2030,5970600.0,100719.0 +N-Residential_PV,2020,3487500.0,41850.0 +N-Residential_PV,2030,3059700.0,38130.0 +N-Commercial_PV,2020,3106200.0,41850.0 +N-Commercial_PV,2030,2752800.0,38130.0 +N-Central_PV-1,2020,2334300.0,41850.0 +N-Central_PV-2,2020,2334300.0,41850.0 +N-Central_PV-1,2030,2148300.0,38130.0 +N-Central_PV-2,2030,2148300.0,38130.0 +N-Wind-1,2020,1841400.0,55800.0 +N-Wind-2,2020,1841400.0,55800.0 +N-Wind-1,2030,1841400.0,55800.0 +N-Wind-2,2030,1841400.0,55800.0 +C-Coal_IGCC,2020,2983440.0,23138.4 +C-Coal_IGCC,2030,2983440.0,23138.4 +C-NG_CC,2020,915120.0,4694.64 +C-NG_CC,2030,915120.0,4694.64 +C-NG_GT,2020,484344.0,3913.44 +C-NG_GT,2030,484344.0,3913.44 +C-Nuclear,2030,4538400.0,94488.0 +C-Biomass_IGCC,2020,2849520.0,70680.0 +C-Biomass_IGCC,2030,2849520.0,70680.0 +C-Residential_PV,2020,2790000.0,33480.0 +C-Residential_PV,2030,2447760.0,30504.0 +C-Commercial_PV,2020,2484960.0,33480.0 +C-Commercial_PV,2030,2202240.0,30504.0 +C-Central_PV-1,2020,1867440.0,33480.0 +C-Central_PV-2,2020,1867440.0,33480.0 +C-Central_PV-1,2030,1718640.0,30504.0 +C-Central_PV-2,2030,1718640.0,30504.0 +C-Wind-1,2020,1473120.0,44640.0 +C-Wind-2,2020,1473120.0,44640.0 +C-Wind-1,2030,1473120.0,44640.0 +C-Wind-2,2030,1473120.0,44640.0 +S-Geothermal,2020,6629040.0,0.0 +S-Geothermal,2030,6629040.0,0.0 +S-NG_CC,2020,1372680.0,7041.96 +S-NG_CC,2030,1372680.0,7041.96 +S-NG_CC_CCS,2030,4185000.0,20534.4 +S-NG_GT,2020,726516.0,5870.16 +S-NG_GT,2030,726516.0,5870.16 +S-Biomass_IGCC,2020,4274280.0,106020.0 +S-Biomass_IGCC,2030,4274280.0,106020.0 +S-Biomass_IGCC_CCS,2030,7164720.0,120862.8 +S-Residential_PV,2020,4185000.0,50220.0 +S-Residential_PV,2030,3671640.0,45756.0 +S-Commercial_PV,2020,3727440.0,50220.0 +S-Commercial_PV,2030,3303360.0,45756.0 +S-Central_PV-1,2020,2801160.0,50220.0 +S-Central_PV-2,2020,2801160.0,50220.0 +S-Central_PV-1,2030,2577960.0,45756.0 +S-Central_PV-2,2030,2577960.0,45756.0 diff --git a/examples/ca_policies/inputs/gen_build_predetermined.csv b/examples/ca_policies/inputs/gen_build_predetermined.csv new file mode 100644 index 000000000..1dbc91204 --- /dev/null +++ b/examples/ca_policies/inputs/gen_build_predetermined.csv @@ -0,0 +1,12 @@ +GENERATION_PROJECT,build_year,gen_predetermined_cap +N-Coal_ST,1995,2 +N-Geothermal,2000,1 +N-NG_CC,2008,2 +N-NG_GT,2009,2 +C-Coal_ST,1985,2 +C-NG_CC,2005,2 +C-NG_GT,2005,2 +S-Geothermal,1998,3 +S-NG_CC,2000,5 +S-NG_GT,1990,3 +S-NG_GT,2002,2 diff --git a/examples/ca_policies/inputs/generation_projects_info.csv b/examples/ca_policies/inputs/generation_projects_info.csv new file mode 100644 index 000000000..bb7ff7539 --- /dev/null +++ b/examples/ca_policies/inputs/generation_projects_info.csv @@ -0,0 +1,39 @@ +GENERATION_PROJECT,gen_tech,gen_load_zone,gen_connect_cost_per_mw,gen_capacity_limit_mw,gen_full_load_heat_rate,gen_variable_om,gen_max_age,gen_min_build_capacity,gen_scheduled_outage_rate,gen_forced_outage_rate,gen_is_variable,gen_is_baseload,gen_is_cogen,gen_energy_source,gen_unit_size,gen_ccs_capture_efficiency,gen_ccs_energy_load,gen_storage_efficiency,gen_store_to_release_ratio +N-Geothermal,Geothermal,North,163081.1,1.5,.,28.83,30,0,0.0075,0.0241,0,1,0,Geothermal,.,.,.,.,. +N-Coal_IGCC,Coal_IGCC,North,57566.6,.,7.95,6.0822,40,0,0.08,0.12,0,1,0,Coal,10.0,.,.,.,. +N-Coal_IGCC_CCS,Coal_IGCC_CCS,North,57566.6,.,10.38,9.857999999999999,40,0,0.08,0.12,0,1,0,Coal,.,0.85,0.234104046,.,. +N-Coal_ST,Coal_ST,North,57566.6,.,9.0,3.4,40,0,0.06,0.1,0,1,0,Coal,.,.,.,.,. +N-NG_CC,NG_CC,North,57566.6,.,6.705,3.4131,20,0,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +N-NG_CC_CCS,NG_CC_CCS,North,57566.6,.,10.08,9.3,20,0,0.04,0.06,0,0,0,NaturalGas,.,0.85,0.334821429,.,. +N-NG_GT,NG_GT,North,57566.6,.,10.39,27.807,20,0,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +N-Nuclear,Nuclear,North,57566.6,.,9.72,0.0,40,0,0.04,0.06,0,1,0,Uranium,.,.,.,.,. +N-Biomass_IGCC,Biomass_IGCC,North,57566.6,.,12.5,13.95,40,0,0.09,0.076,0,1,0,BioSolid,.,.,.,.,. +N-Biomass_IGCC_CCS,Biomass_IGCC_CCS,North,57566.6,.,16.3208,20.1307,40,0,0.09,0.076,0,1,0,BioSolid,.,0.85,0.234115557,.,. +N-Residential_PV,Residential_PV,North,0.0,1.5,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +N-Commercial_PV,Commercial_PV,North,0.0,2.0,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +N-Central_PV-1,Central_PV,North,51272.0,3.0,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +N-Central_PV-2,Central_PV,North,101661.0,2.0,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +N-Wind-1,Wind,North,71602.0,4.0,.,0.0,30,0,0.05,0.006,1,0,0,Wind,.,.,.,.,. +N-Wind-2,Wind,North,80259.0,1.0,.,0.0,30,0,0.05,0.006,1,0,0,Wind,.,.,.,.,. +C-Coal_IGCC,Coal_IGCC,CA_Central,57566.6,.,7.95,4.86576,40,0,0.08,0.12,0,1,0,Coal,10.0,.,.,.,. +C-Coal_ST,Coal_ST,CA_Central,57566.6,.,9.5,3.6,40,0,0.06,0.1,0,1,0,Coal,.,.,.,.,. +C-NG_CC,NG_CC,CA_Central,57566.6,.,6.705,2.73048,20,0,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +C-NG_GT,NG_GT,CA_Central,57566.6,.,10.39,22.2456,20,0,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +C-Nuclear,Nuclear,CA_Central,57566.6,.,9.72,0.0,40,0,0.04,0.06,0,1,0,Uranium,.,.,.,.,. +C-Biomass_IGCC,Biomass_IGCC,CA_Central,57566.6,.,12.5,11.16,40,0,0.09,0.076,0,1,0,BioSolid,.,.,.,.,. +C-Residential_PV,Residential_PV,CA_Central,0.0,0.5,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +C-Commercial_PV,Commercial_PV,CA_Central,0.0,0.7,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +C-Central_PV-1,Central_PV,CA_Central,122526.8,2.0,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +C-Central_PV-2,Central_PV,CA_Central,45197.2,3.0,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +C-Wind-1,Wind,CA_Central,72541.5,4.0,.,0.0,30,0,0.05,0.006,1,0,0,Wind,.,.,.,.,. +C-Wind-2,Wind,CA_Central,77892.2,3.0,.,0.0,30,0,0.05,0.006,1,0,0,Wind,.,.,.,.,. +S-Geothermal,Geothermal,CA_South,134222.0,3.0,.,34.596,30,0,0.0075,0.0241,0,1,0,Geothermal,.,.,.,.,. +S-NG_CC,NG_CC,CA_South,57566.6,.,6.705,4.09572,20,0,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +S-NG_CC_CCS,NG_CC_CCS,CA_South,57566.6,.,10.08,11.16,20,0,0.04,0.06,0,0,0,NaturalGas,.,0.85,0.334821429,.,. +S-NG_GT,NG_GT,CA_South,57566.6,5.0,10.39,33.3684,20,0,0.04,0.06,0,0,0,NaturalGas,.,.,.,.,. +S-Biomass_IGCC,Biomass_IGCC,CA_South,57566.6,.,12.5,16.74,40,0,0.09,0.076,0,1,0,BioSolid,.,.,.,.,. +S-Biomass_IGCC_CCS,Biomass_IGCC_CCS,CA_South,57566.6,.,16.3208,24.15684,40,0,0.09,0.076,0,1,0,BioSolid,.,0.85,0.234115557,.,. +S-Residential_PV,Residential_PV,CA_South,0.0,3.0,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +S-Commercial_PV,Commercial_PV,CA_South,0.0,3.3,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +S-Central_PV-1,Central_PV,CA_South,74881.9,0.8,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. +S-Central_PV-2,Central_PV,CA_South,65370.3,0.4,.,0.0,20,0,0.0,0.02,1,0,0,Solar,.,.,.,.,. diff --git a/examples/ca_policies/inputs/load_zones.csv b/examples/ca_policies/inputs/load_zones.csv new file mode 100644 index 000000000..800995d19 --- /dev/null +++ b/examples/ca_policies/inputs/load_zones.csv @@ -0,0 +1,4 @@ +LOAD_ZONE,dbid,existing_local_td,local_td_annual_cost_per_mw +North,1,5.5,66406.5 +CA_Central,2,3.5,61663.4 +CA_South,3,9.5,128040.0 diff --git a/examples/ca_policies/inputs/loads.csv b/examples/ca_policies/inputs/loads.csv new file mode 100644 index 000000000..06d16efa9 --- /dev/null +++ b/examples/ca_policies/inputs/loads.csv @@ -0,0 +1,22 @@ +LOAD_ZONE,TIMEPOINT,zone_demand_mw +North,1,5.0 +North,2,4.0 +North,3,4.5 +North,4,4.2 +North,5,4.0 +North,6,6.0 +North,7,6.0 +CA_Central,1,3.7 +CA_Central,2,3.0 +CA_Central,3,3.6 +CA_Central,4,3.3 +CA_Central,5,3.0 +CA_Central,6,4.0 +CA_Central,7,4.6 +CA_South,1,6.0 +CA_South,2,7.0 +CA_South,3,6.5 +CA_South,4,7.2 +CA_South,5,8.0 +CA_South,6,10.0 +CA_South,7,10.5 diff --git a/examples/ca_policies/inputs/modules.txt b/examples/ca_policies/inputs/modules.txt new file mode 100644 index 000000000..3f808ac0d --- /dev/null +++ b/examples/ca_policies/inputs/modules.txt @@ -0,0 +1,17 @@ +# Core Modules +switch_model +switch_model.timescales +switch_model.financials +switch_model.balancing.load_zones +switch_model.energy_sources.properties +switch_model.generators.core.build +switch_model.generators.core.dispatch +switch_model.reporting +# Custom Modules +switch_model.transmission.local_td +switch_model.generators.core.no_commit +switch_model.energy_sources.fuel_costs.markets +switch_model.transmission.transport.build +switch_model.transmission.transport.dispatch +switch_model.policies.carbon_policies +switch_model.policies.CA_policies diff --git a/examples/ca_policies/inputs/non_fuel_energy_sources.csv b/examples/ca_policies/inputs/non_fuel_energy_sources.csv new file mode 100644 index 000000000..1118eff52 --- /dev/null +++ b/examples/ca_policies/inputs/non_fuel_energy_sources.csv @@ -0,0 +1,6 @@ +energy_source +Wind +Solar +Geothermal +Water +Electricity diff --git a/examples/ca_policies/inputs/periods.csv b/examples/ca_policies/inputs/periods.csv new file mode 100644 index 000000000..ce603d49e --- /dev/null +++ b/examples/ca_policies/inputs/periods.csv @@ -0,0 +1,3 @@ +INVESTMENT_PERIOD,period_start,period_end +2020,2017,2026 +2030,2027,2036 diff --git a/examples/ca_policies/inputs/regional_fuel_markets.csv b/examples/ca_policies/inputs/regional_fuel_markets.csv new file mode 100644 index 000000000..d9f2713c9 --- /dev/null +++ b/examples/ca_policies/inputs/regional_fuel_markets.csv @@ -0,0 +1,5 @@ +regional_fuel_market,fuel +All_DistOil,DistillateFuelOil +All_NG,NaturalGas +North_Bio,BioSolid +South_Bio,BioSolid diff --git a/examples/ca_policies/inputs/switch_inputs_version.txt b/examples/ca_policies/inputs/switch_inputs_version.txt new file mode 100644 index 000000000..e01025862 --- /dev/null +++ b/examples/ca_policies/inputs/switch_inputs_version.txt @@ -0,0 +1 @@ +2.0.5 diff --git a/examples/ca_policies/inputs/timepoints.csv b/examples/ca_policies/inputs/timepoints.csv new file mode 100644 index 000000000..fe469d3b1 --- /dev/null +++ b/examples/ca_policies/inputs/timepoints.csv @@ -0,0 +1,8 @@ +timepoint_id,timestamp,timeseries +1,2025011500,2020_01winter +2,2025011512,2020_01winter +3,2025011600,2020_01winter +4,2025011612,2020_01winter +5,2025061500,2020_06summer +6,2025061512,2020_06summer +7,2035011512,2030_all diff --git a/examples/ca_policies/inputs/timeseries.csv b/examples/ca_policies/inputs/timeseries.csv new file mode 100644 index 000000000..e86db389e --- /dev/null +++ b/examples/ca_policies/inputs/timeseries.csv @@ -0,0 +1,4 @@ +TIMESERIES,ts_period,ts_duration_of_tp,ts_num_tps,ts_scale_to_period +2020_01winter,2020,12,4,913.12 +2020_06summer,2020,12,2,1826.25 +2030_all,2030,24,1,3652.5 diff --git a/examples/ca_policies/inputs/transmission_lines.csv b/examples/ca_policies/inputs/transmission_lines.csv new file mode 100644 index 000000000..9e6846e16 --- /dev/null +++ b/examples/ca_policies/inputs/transmission_lines.csv @@ -0,0 +1,3 @@ +TRANSMISSION_LINE,trans_lz1,trans_lz2,trans_length_km,trans_efficiency,existing_trans_cap +N-C,North,CA_Central,100,0.96,3 +C-S,CA_Central,CA_South,200,0.94,6 diff --git a/examples/ca_policies/inputs/variable_capacity_factors.csv b/examples/ca_policies/inputs/variable_capacity_factors.csv new file mode 100644 index 000000000..dd56a9211 --- /dev/null +++ b/examples/ca_policies/inputs/variable_capacity_factors.csv @@ -0,0 +1,113 @@ +GENERATION_PROJECT,timepoint,gen_max_capacity_factor +N-Residential_PV,1,0.0 +N-Residential_PV,2,0.55 +N-Residential_PV,3,0.0 +N-Residential_PV,4,0.6 +N-Residential_PV,5,0.0 +N-Residential_PV,6,0.72 +N-Residential_PV,7,0.33 +N-Commercial_PV,1,0.0 +N-Commercial_PV,2,0.65 +N-Commercial_PV,3,0.0 +N-Commercial_PV,4,0.66 +N-Commercial_PV,5,0.0 +N-Commercial_PV,6,0.73 +N-Commercial_PV,7,0.38 +N-Central_PV-1,1,0.0 +N-Central_PV-1,2,0.56 +N-Central_PV-1,3,0.0 +N-Central_PV-1,4,0.62 +N-Central_PV-1,5,0.0 +N-Central_PV-1,6,0.73 +N-Central_PV-1,7,0.41 +N-Central_PV-2,1,0.0 +N-Central_PV-2,2,0.6 +N-Central_PV-2,3,0.0 +N-Central_PV-2,4,0.61 +N-Central_PV-2,5,0.0 +N-Central_PV-2,6,0.81 +N-Central_PV-2,7,0.36 +C-Residential_PV,1,0.0 +C-Residential_PV,2,0.59 +C-Residential_PV,3,0.0 +C-Residential_PV,4,0.64 +C-Residential_PV,5,0.0 +C-Residential_PV,6,0.74 +C-Residential_PV,7,0.34 +C-Commercial_PV,1,0.0 +C-Commercial_PV,2,0.61 +C-Commercial_PV,3,0.0 +C-Commercial_PV,4,0.66 +C-Commercial_PV,5,0.0 +C-Commercial_PV,6,0.74 +C-Commercial_PV,7,0.4 +C-Central_PV-1,1,0.0 +C-Central_PV-1,2,0.61 +C-Central_PV-1,3,0.0 +C-Central_PV-1,4,0.64 +C-Central_PV-1,5,0.0 +C-Central_PV-1,6,0.79 +C-Central_PV-1,7,0.39 +C-Central_PV-2,1,0.0 +C-Central_PV-2,2,0.64 +C-Central_PV-2,3,0.0 +C-Central_PV-2,4,0.68 +C-Central_PV-2,5,0.0 +C-Central_PV-2,6,0.72 +C-Central_PV-2,7,0.41 +S-Residential_PV,1,0.0 +S-Residential_PV,2,0.57 +S-Residential_PV,3,0.0 +S-Residential_PV,4,0.66 +S-Residential_PV,5,0.0 +S-Residential_PV,6,0.75 +S-Residential_PV,7,0.34 +S-Commercial_PV,1,0.0 +S-Commercial_PV,2,0.57 +S-Commercial_PV,3,0.0 +S-Commercial_PV,4,0.63 +S-Commercial_PV,5,0.0 +S-Commercial_PV,6,0.79 +S-Commercial_PV,7,0.34 +S-Central_PV-1,1,0.0 +S-Central_PV-1,2,0.61 +S-Central_PV-1,3,0.0 +S-Central_PV-1,4,0.7 +S-Central_PV-1,5,0.0 +S-Central_PV-1,6,0.75 +S-Central_PV-1,7,0.37 +S-Central_PV-2,1,0.0 +S-Central_PV-2,2,0.64 +S-Central_PV-2,3,0.0 +S-Central_PV-2,4,0.63 +S-Central_PV-2,5,0.0 +S-Central_PV-2,6,0.74 +S-Central_PV-2,7,0.4 +N-Wind-1,1,0.6 +N-Wind-1,2,0.3 +N-Wind-1,3,0.65 +N-Wind-1,4,0.42 +N-Wind-1,5,0.12 +N-Wind-1,6,0.05 +N-Wind-1,7,0.8 +N-Wind-2,1,0.68 +N-Wind-2,2,0.33 +N-Wind-2,3,0.71 +N-Wind-2,4,0.46 +N-Wind-2,5,0.17 +N-Wind-2,6,0.13 +N-Wind-2,7,0.87 +C-Wind-1,1,0.66 +C-Wind-1,2,0.4 +C-Wind-1,3,0.73 +C-Wind-1,4,0.5 +C-Wind-1,5,0.22 +C-Wind-1,6,0.05 +C-Wind-1,7,0.8 +C-Wind-2,1,0.62 +C-Wind-2,2,0.36 +C-Wind-2,3,0.66 +C-Wind-2,4,0.48 +C-Wind-2,5,0.14 +C-Wind-2,6,0.05 +C-Wind-2,7,0.86 diff --git a/examples/ca_policies/inputs/zone_balancing_areas.csv b/examples/ca_policies/inputs/zone_balancing_areas.csv new file mode 100644 index 000000000..45579f52a --- /dev/null +++ b/examples/ca_policies/inputs/zone_balancing_areas.csv @@ -0,0 +1,4 @@ +LOAD_ZONE,balancing_area +North,NorthCentral +CA_Central,NorthCentral +CA_South,South diff --git a/examples/ca_policies/inputs/zone_coincident_peak_demand.csv b/examples/ca_policies/inputs/zone_coincident_peak_demand.csv new file mode 100644 index 000000000..4c73b2299 --- /dev/null +++ b/examples/ca_policies/inputs/zone_coincident_peak_demand.csv @@ -0,0 +1,7 @@ +LOAD_ZONE,PERIOD,zone_expected_coincident_peak_demand +North,2020,6 +CA_Central,2020,4 +CA_South,2020,10 +North,2030,8 +CA_Central,2030,6 +CA_South,2030,12 diff --git a/examples/ca_policies/inputs/zone_fuel_cost_diff.csv b/examples/ca_policies/inputs/zone_fuel_cost_diff.csv new file mode 100644 index 000000000..f67ef0094 --- /dev/null +++ b/examples/ca_policies/inputs/zone_fuel_cost_diff.csv @@ -0,0 +1,11 @@ +load_zone,fuel,period,fuel_cost_adder +North,Coal,2020,0.1 +North,Coal,2030,0.1 +CA_Central,Coal,2020,-0.2 +CA_Central,Coal,2030,-0.2 +North,NaturalGas,2020,-0.2434 +North,NaturalGas,2030,-0.4021 +CA_Central,NaturalGas,2020,0.1 +CA_Central,NaturalGas,2030,0.15 +CA_South,NaturalGas,2020,0.3497 +CA_South,NaturalGas,2020,0.4676 diff --git a/examples/ca_policies/inputs/zone_to_regional_fuel_market.csv b/examples/ca_policies/inputs/zone_to_regional_fuel_market.csv new file mode 100644 index 000000000..1b946a403 --- /dev/null +++ b/examples/ca_policies/inputs/zone_to_regional_fuel_market.csv @@ -0,0 +1,9 @@ +load_zone,regional_fuel_market +North,All_DistOil +CA_Central,All_DistOil +CA_South,All_DistOil +North,All_NG +CA_Central,All_NG +CA_South,All_NG +North,North_Bio +CA_South,South_Bio diff --git a/examples/ca_policies/outputs/total_cost.txt b/examples/ca_policies/outputs/total_cost.txt new file mode 100644 index 000000000..e0a9588f3 --- /dev/null +++ b/examples/ca_policies/outputs/total_cost.txt @@ -0,0 +1 @@ +134832706.81 diff --git a/examples/carbon_cap/inputs/carbon_policies.csv b/examples/carbon_cap/inputs/carbon_policies.csv index 1e7c92cf6..dc6b5e0cf 100644 --- a/examples/carbon_cap/inputs/carbon_policies.csv +++ b/examples/carbon_cap/inputs/carbon_policies.csv @@ -1,3 +1,3 @@ -PERIOD,carbon_cap_tco2_per_yr,carbon_cost_dollar_per_tco2 -2020,55000,. -2030,15000,. +PERIOD,carbon_cap_tco2_per_yr,carbon_cost_dollar_per_tco2,carbon_cap_tnox_per_yr,carbon_cost_dollar_per_tnox,carbon_cap_tso2_per_yr,carbon_cost_dollar_per_tso2,carbon_cap_tch4_per_yr,carbon_cost_dollar_per_tch4 +2020,55000,.,.,.,.,.,.,. +2030,15000,.,.,.,.,.,.,. diff --git a/examples/carbon_cap/inputs/fuels.csv b/examples/carbon_cap/inputs/fuels.csv index e9d8af3dd..935177b13 100644 --- a/examples/carbon_cap/inputs/fuels.csv +++ b/examples/carbon_cap/inputs/fuels.csv @@ -1,7 +1,7 @@ -fuel,co2_intensity,upstream_co2_intensity -Coal,0.09552000000000001,0.0 -ResidualFuelOil,0.0788,0.0 -DistillateFuelOil,0.07315,0.0 -NaturalGas,0.05306,0.0 -Uranium,0.0,. -BioSolid,0.09435,-0.09435 +fuel,co2_intensity,upstream_co2_intensity,nox_intensity,so2_intensity,ch4_intensity +Coal,0.09552,0,0.0013843,0.0039377,0.0000111 +ResidualFuelOil,0.0788,0,0.001353,0.0032991,0.00003058 +DistillateFuelOil,0.07315,0,0.00479277,0.0008169,0.000035991 +NaturalGas,0.05306,0,0.000207,0.000002697,0.00000873 +Uranium,0,0,0,0,0 +BioSolid,0.09435,-0.09435,0.0050041,0.012977,0.0005509 diff --git a/examples/carbon_cap/inputs/switch_inputs_version.txt b/examples/carbon_cap/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/carbon_cap/inputs/switch_inputs_version.txt +++ b/examples/carbon_cap/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/carbon_cap/outputs/total_cost.txt b/examples/carbon_cap/outputs/total_cost.txt index fe42aeac8..4dab9b28f 100644 --- a/examples/carbon_cap/outputs/total_cost.txt +++ b/examples/carbon_cap/outputs/total_cost.txt @@ -1 +1 @@ -139541670.129 +134529077.16 diff --git a/examples/ccs/inputs/switch_inputs_version.txt b/examples/ccs/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/ccs/inputs/switch_inputs_version.txt +++ b/examples/ccs/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/ccs/outputs/total_cost.txt b/examples/ccs/outputs/total_cost.txt index ae32cd34a..07c11ec66 100644 --- a/examples/ccs/outputs/total_cost.txt +++ b/examples/ccs/outputs/total_cost.txt @@ -1 +1 @@ -19897963.4619 +19218883.59 diff --git a/examples/copperplate0/inputs/switch_inputs_version.txt b/examples/copperplate0/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/copperplate0/inputs/switch_inputs_version.txt +++ b/examples/copperplate0/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/copperplate0/outputs/BuildGen.csv b/examples/copperplate0/outputs/BuildGen.csv new file mode 100644 index 000000000..fdb0bb242 --- /dev/null +++ b/examples/copperplate0/outputs/BuildGen.csv @@ -0,0 +1,7 @@ +GEN_BLD_YRS_1,GEN_BLD_YRS_2,BuildGen +S-NG_CC,2000,5.0 +S-Central_PV-1,2000,1.0 +S-Geothermal,1998,1.0 +S-Geothermal,2020,0.0 +S-NG_CC,2020,2.34276595744681 +S-Central_PV-1,2020,0.0 diff --git a/examples/copperplate0/outputs/BuildGen.tab b/examples/copperplate0/outputs/BuildGen.tab deleted file mode 100644 index aafa93867..000000000 --- a/examples/copperplate0/outputs/BuildGen.tab +++ /dev/null @@ -1,7 +0,0 @@ -GEN_BLD_YRS_1 GEN_BLD_YRS_2 BuildGen -S-Geothermal 1998 1.0 -S-Central_PV-1 2020 0.0 -S-Central_PV-1 2000 1.0 -S-NG_CC 2000 5.0 -S-NG_CC 2020 2.34276595744681 -S-Geothermal 2020 0.0 diff --git a/examples/copperplate0/outputs/BuildMinGenCap.csv b/examples/copperplate0/outputs/BuildMinGenCap.csv new file mode 100644 index 000000000..5a5e5d33c --- /dev/null +++ b/examples/copperplate0/outputs/BuildMinGenCap.csv @@ -0,0 +1 @@ +NEW_GEN_WITH_MIN_BUILD_YEARS_1,NEW_GEN_WITH_MIN_BUILD_YEARS_2,BuildMinGenCap diff --git a/examples/copperplate0/outputs/BuildMinGenCap.tab b/examples/copperplate0/outputs/BuildMinGenCap.tab deleted file mode 100644 index c8e45c155..000000000 --- a/examples/copperplate0/outputs/BuildMinGenCap.tab +++ /dev/null @@ -1 +0,0 @@ -NEW_GEN_WITH_MIN_BUILD_YEARS_1 NEW_GEN_WITH_MIN_BUILD_YEARS_2 BuildMinGenCap diff --git a/examples/copperplate0/outputs/DispatchBaseloadByPeriod.csv b/examples/copperplate0/outputs/DispatchBaseloadByPeriod.csv new file mode 100644 index 000000000..bbff55919 --- /dev/null +++ b/examples/copperplate0/outputs/DispatchBaseloadByPeriod.csv @@ -0,0 +1,2 @@ +BASELOAD_GEN_PERIODS_1,BASELOAD_GEN_PERIODS_2,DispatchBaseloadByPeriod +S-Geothermal,2020,0.5 diff --git a/examples/copperplate0/outputs/DispatchBaseloadByPeriod.tab b/examples/copperplate0/outputs/DispatchBaseloadByPeriod.tab deleted file mode 100644 index 18a41f8e2..000000000 --- a/examples/copperplate0/outputs/DispatchBaseloadByPeriod.tab +++ /dev/null @@ -1,2 +0,0 @@ -DispatchBaseloadByPeriod_index_1 DispatchBaseloadByPeriod_index_2 DispatchBaseloadByPeriod -S-Geothermal 2020 0.5 diff --git a/examples/copperplate0/outputs/DispatchGen.csv b/examples/copperplate0/outputs/DispatchGen.csv new file mode 100644 index 000000000..ffaa0fc41 --- /dev/null +++ b/examples/copperplate0/outputs/DispatchGen.csv @@ -0,0 +1,7 @@ +GEN_TPS_1,GEN_TPS_2,DispatchGen +S-Geothermal,1,0.5 +S-Geothermal,2,0.5 +S-NG_CC,1,6.9022 +S-NG_CC,2,0.0 +S-Central_PV-1,1,0.5978 +S-Central_PV-1,2,0.0 diff --git a/examples/copperplate0/outputs/DispatchGen.tab b/examples/copperplate0/outputs/DispatchGen.tab deleted file mode 100644 index 6ba424751..000000000 --- a/examples/copperplate0/outputs/DispatchGen.tab +++ /dev/null @@ -1,7 +0,0 @@ -GEN_TPS_1 GEN_TPS_2 DispatchGen -S-Geothermal 2 0.5 -S-Geothermal 1 0.5 -S-NG_CC 1 6.9022 -S-NG_CC 2 0.0 -S-Central_PV-1 2 0.0 -S-Central_PV-1 1 0.5978 diff --git a/examples/copperplate0/outputs/GenFuelUseRate.csv b/examples/copperplate0/outputs/GenFuelUseRate.csv new file mode 100644 index 000000000..2922d9668 --- /dev/null +++ b/examples/copperplate0/outputs/GenFuelUseRate.csv @@ -0,0 +1,3 @@ +GEN_TP_FUELS_1,GEN_TP_FUELS_2,GEN_TP_FUELS_3,GenFuelUseRate +S-NG_CC,1,NaturalGas,46.279251 +S-NG_CC,2,NaturalGas,0.0 diff --git a/examples/copperplate0/outputs/GenFuelUseRate.tab b/examples/copperplate0/outputs/GenFuelUseRate.tab deleted file mode 100644 index 096f1b8bc..000000000 --- a/examples/copperplate0/outputs/GenFuelUseRate.tab +++ /dev/null @@ -1,3 +0,0 @@ -GEN_TP_FUELS_1 GEN_TP_FUELS_2 GEN_TP_FUELS_3 GenFuelUseRate -S-NG_CC 1 NaturalGas 46.279251 -S-NG_CC 2 NaturalGas 0.0 diff --git a/examples/copperplate0/outputs/cost_components.csv b/examples/copperplate0/outputs/cost_components.csv new file mode 100644 index 000000000..9936e401d --- /dev/null +++ b/examples/copperplate0/outputs/cost_components.csv @@ -0,0 +1,4 @@ +component,npv_cost +TotalGenFixedCosts,11213737.1286997 +GenVariableOMCostsInTP,1608195.126580344 +FuelCostsPerTP,5682691.430378578 diff --git a/examples/copperplate0/outputs/costs_itemized.csv b/examples/copperplate0/outputs/costs_itemized.csv index 2645a4aac..b6c317f18 100644 --- a/examples/copperplate0/outputs/costs_itemized.csv +++ b/examples/copperplate0/outputs/costs_itemized.csv @@ -1,4 +1,4 @@ -PERIOD,Component,AnnualCost_NPV,AnnualCost_Real,Component_type -2020,TotalGenFixedCosts,11213737.1287,1601083.86234,annual -2020,GenVariableOMCostsInTP,1608195.12658,229616.160528,timepoint -2020,FuelCostsPerTP,5682691.43038,811367.828532,timepoint +PERIOD,Component,Component_type,AnnualCost_NPV,AnnualCost_Real +2020,TotalGenFixedCosts,annual,11213737.1286997,1601083.8623408424 +2020,GenVariableOMCostsInTP,timepoint,1608195.1265803436,229616.16052806 +2020,FuelCostsPerTP,timepoint,5682691.430378578,811367.8285320001 diff --git a/examples/copperplate0/outputs/dispatch-wide.csv b/examples/copperplate0/outputs/dispatch-wide.csv new file mode 100644 index 000000000..9b1f1fa73 --- /dev/null +++ b/examples/copperplate0/outputs/dispatch-wide.csv @@ -0,0 +1,3 @@ +timestamp,S-Central_PV-1,S-Geothermal,S-NG_CC +2025011512,0.5978,0.5,6.9022 +2025011600,0,0.5,0 diff --git a/examples/copperplate0/outputs/dispatch-wide.txt b/examples/copperplate0/outputs/dispatch-wide.txt deleted file mode 100644 index 020a89a8c..000000000 --- a/examples/copperplate0/outputs/dispatch-wide.txt +++ /dev/null @@ -1,3 +0,0 @@ -timestamp S-Central_PV-1 S-Geothermal S-NG_CC -2025011512 0.5978 0.5 6.9022 -2025011600 0 0.5 0 diff --git a/examples/copperplate0/outputs/dispatch.csv b/examples/copperplate0/outputs/dispatch.csv index d99ff1162..1f39bfc03 100644 --- a/examples/copperplate0/outputs/dispatch.csv +++ b/examples/copperplate0/outputs/dispatch.csv @@ -1,7 +1,7 @@ -generation_project,timestamp,DispatchEmissions_tCO2_per_typical_yr,DispatchGen_MW,Energy_GWh_typical_yr,VariableCost_per_yr,gen_dbid,gen_energy_source,gen_load_zone,gen_tech,period,tp_weight_in_year_hrs -S-Geothermal,2025011600,,0.5,2.1915,63180.945,33,Geothermal,South,Geothermal,2020,4383.0 -S-Geothermal,2025011512,,0.5,2.1915,63180.945,33,Geothermal,South,Geothermal,2020,4383.0 -S-NG_CC,2025011512,10762.7942455,6.9022,30.2523426,103254.270528,34,NaturalGas,South,NG_CC,2020,4383.0 -S-NG_CC,2025011600,0.0,0.0,0.0,0.0,34,NaturalGas,South,NG_CC,2020,4383.0 -S-Central_PV-1,2025011600,,0.0,0.0,0.0,41,Solar,South,Central_PV,2020,4383.0 -S-Central_PV-1,2025011512,,0.5978,2.6201574,0.0,41,Solar,South,Central_PV,2020,4383.0 +generation_project,timestamp,gen_dbid,gen_tech,gen_load_zone,gen_energy_source,tp_weight_in_year_hrs,period,DispatchGen_MW,Energy_GWh_typical_yr,VariableCost_per_yr,DispatchEmissions_tCO2_per_typical_yr +S-Geothermal,2025011512,33,Geothermal,South,Geothermal,4383.0,2020,0.5,2.1915,63180.945,0.0 +S-Geothermal,2025011600,33,Geothermal,South,Geothermal,4383.0,2020,0.5,2.1915,63180.945,0.0 +S-NG_CC,2025011512,34,NG_CC,South,NaturalGas,4383.0,2020,6.9022,30.2523426,103254.27052805999,10762.794245476982 +S-NG_CC,2025011600,34,NG_CC,South,NaturalGas,4383.0,2020,0.0,0.0,0.0,0.0 +S-Central_PV-1,2025011512,41,Central_PV,South,Solar,4383.0,2020,0.5978,2.6201574,0.0,0.0 +S-Central_PV-1,2025011600,41,Central_PV,South,Solar,4383.0,2020,0.0,0.0,0.0,0.0 diff --git a/examples/copperplate0/outputs/dispatch_annual_summary.csv b/examples/copperplate0/outputs/dispatch_annual_summary.csv index bd42917d1..eb9313b58 100644 --- a/examples/copperplate0/outputs/dispatch_annual_summary.csv +++ b/examples/copperplate0/outputs/dispatch_annual_summary.csv @@ -1,4 +1,4 @@ gen_tech,gen_energy_source,period,Energy_GWh_typical_yr,VariableCost_per_yr,DispatchEmissions_tCO2_per_typical_yr -Central_PV,Solar,2020,2.6201574,0.0, -Geothermal,Geothermal,2020,4.383,126361.89, -NG_CC,NaturalGas,2020,30.2523426,103254.270528,10762.7942455 +Central_PV,Solar,2020,2.6201574,0.0,0.0 +Geothermal,Geothermal,2020,4.383,126361.89,0.0 +NG_CC,NaturalGas,2020,30.2523426,103254.27052805999,10762.794245476982 diff --git a/examples/copperplate0/outputs/dispatch_zonal_annual_summary.csv b/examples/copperplate0/outputs/dispatch_zonal_annual_summary.csv index 886d58705..9229f595d 100644 --- a/examples/copperplate0/outputs/dispatch_zonal_annual_summary.csv +++ b/examples/copperplate0/outputs/dispatch_zonal_annual_summary.csv @@ -1,4 +1,4 @@ gen_tech,gen_load_zone,gen_energy_source,period,Energy_GWh_typical_yr,VariableCost_per_yr,DispatchEmissions_tCO2_per_typical_yr -Central_PV,South,Solar,2020,2.6201574,0.0, -Geothermal,South,Geothermal,2020,4.383,126361.89, -NG_CC,South,NaturalGas,2020,30.2523426,103254.270528,10762.7942455 +Central_PV,South,Solar,2020,2.6201574,0.0,0.0 +Geothermal,South,Geothermal,2020,4.383,126361.89,0.0 +NG_CC,South,NaturalGas,2020,30.2523426,103254.27052805999,10762.794245476982 diff --git a/examples/copperplate0/outputs/electricity_cost.csv b/examples/copperplate0/outputs/electricity_cost.csv index 37d774119..9f11de3d0 100644 --- a/examples/copperplate0/outputs/electricity_cost.csv +++ b/examples/copperplate0/outputs/electricity_cost.csv @@ -1,2 +1,2 @@ -PERIOD,EnergyCostReal_per_MWh,SystemCostPerPeriod_NPV,SystemCostPerPeriod_Real,SystemDemand_MWh -2020,7.09175249668,18504623.6857,2642067.8514,372555.0 +PERIOD,SystemCostPerPeriod_NPV,SystemCostPerPeriod_Real,EnergyCostReal_per_MWh,SystemDemand_MWh +2020,18504623.685658623,2642067.8514009025,7.0917524966807655,372555.0 diff --git a/examples/copperplate0/outputs/gen_cap.csv b/examples/copperplate0/outputs/gen_cap.csv new file mode 100644 index 000000000..c26538970 --- /dev/null +++ b/examples/copperplate0/outputs/gen_cap.csv @@ -0,0 +1,4 @@ +GENERATION_PROJECT,PERIOD,gen_tech,gen_load_zone,gen_energy_source,GenCapacity,GenCapitalCosts,GenFixedOMCosts +S-Geothermal,2020,Geothermal,South,Geothermal,1,455992,0 +S-NG_CC,2020,NG_CC,South,NaturalGas,7.34277,832743,43089.6 +S-Central_PV-1,2020,Central_PV,South,Solar,1,227410,41850 diff --git a/examples/copperplate0/outputs/gen_cap.txt b/examples/copperplate0/outputs/gen_cap.txt deleted file mode 100644 index a6ce4024b..000000000 --- a/examples/copperplate0/outputs/gen_cap.txt +++ /dev/null @@ -1,4 +0,0 @@ -GENERATION_PROJECT PERIOD gen_tech gen_load_zone gen_energy_source GenCapacity GenCapitalCosts GenFixedOMCosts -S-Central_PV-1 2020 Central_PV South Solar 1 227410 41850 -S-NG_CC 2020 NG_CC South NaturalGas 7.34277 832743 43089.6 -S-Geothermal 2020 Geothermal South Geothermal 1 455992 0 diff --git a/examples/copperplate0/outputs/load_balance.csv b/examples/copperplate0/outputs/load_balance.csv new file mode 100644 index 000000000..036374d65 --- /dev/null +++ b/examples/copperplate0/outputs/load_balance.csv @@ -0,0 +1,3 @@ +load_zone,timestamp,ZoneTotalCentralDispatch,ZoneTotalDistributedDispatch,zone_demand_mw +South,2025011512,8,0,8 +South,2025011600,0.5,0,0.5 diff --git a/examples/copperplate0/outputs/load_balance.txt b/examples/copperplate0/outputs/load_balance.txt deleted file mode 100644 index 0fb2e9455..000000000 --- a/examples/copperplate0/outputs/load_balance.txt +++ /dev/null @@ -1,3 +0,0 @@ -load_zone timestamp ZoneTotalCentralDispatch ZoneTotalDistributedDispatch zone_demand_mw -South 2025011512 8 0 8 -South 2025011600 0.5 0 0.5 diff --git a/examples/copperplate0/outputs/results.pickle b/examples/copperplate0/outputs/results.pickle index 1184d3901..82db882ad 100644 Binary files a/examples/copperplate0/outputs/results.pickle and b/examples/copperplate0/outputs/results.pickle differ diff --git a/examples/copperplate0/outputs/total_cost.txt b/examples/copperplate0/outputs/total_cost.txt index 950fc10cc..f96516f15 100644 --- a/examples/copperplate0/outputs/total_cost.txt +++ b/examples/copperplate0/outputs/total_cost.txt @@ -1 +1 @@ -18504623.6857 +17704866.56 diff --git a/examples/copperplate1/inputs/switch_inputs_version.txt b/examples/copperplate1/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/copperplate1/inputs/switch_inputs_version.txt +++ b/examples/copperplate1/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/copperplate1/outputs/total_cost.txt b/examples/copperplate1/outputs/total_cost.txt index 43fdd86ca..4a142a488 100644 --- a/examples/copperplate1/outputs/total_cost.txt +++ b/examples/copperplate1/outputs/total_cost.txt @@ -1 +1 @@ -33700474.3049 +32755320.1 diff --git a/examples/custom_extension/inputs/switch_inputs_version.txt b/examples/custom_extension/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/custom_extension/inputs/switch_inputs_version.txt +++ b/examples/custom_extension/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/custom_extension/outputs/total_cost.txt b/examples/custom_extension/outputs/total_cost.txt index 46cf7eac1..6c7af3740 100644 --- a/examples/custom_extension/outputs/total_cost.txt +++ b/examples/custom_extension/outputs/total_cost.txt @@ -1 +1 @@ -25508464.8913 +24708707.77 diff --git a/examples/custom_extension/sunk_costs.py b/examples/custom_extension/sunk_costs.py index 32986070f..f960a913a 100644 --- a/examples/custom_extension/sunk_costs.py +++ b/examples/custom_extension/sunk_costs.py @@ -27,7 +27,5 @@ def define_components(mod): - mod.administration_fees = Param( - mod.PERIODS, - initialize=lambda m, p: 1000000) - mod.Cost_Components_Per_Period.append('administration_fees') + mod.administration_fees = Param(mod.PERIODS, initialize=lambda m, p: 1000000) + mod.Cost_Components_Per_Period.append("administration_fees") diff --git a/examples/discrete_and_min_build/inputs/switch_inputs_version.txt b/examples/discrete_and_min_build/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/discrete_and_min_build/inputs/switch_inputs_version.txt +++ b/examples/discrete_and_min_build/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/discrete_and_min_build/outputs/total_cost.txt b/examples/discrete_and_min_build/outputs/total_cost.txt index 2f49a9f88..d7415b4b5 100644 --- a/examples/discrete_and_min_build/outputs/total_cost.txt +++ b/examples/discrete_and_min_build/outputs/total_cost.txt @@ -1 +1 @@ -30633194.2142 +28466748.58 diff --git a/examples/discrete_build/inputs/switch_inputs_version.txt b/examples/discrete_build/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/discrete_build/inputs/switch_inputs_version.txt +++ b/examples/discrete_build/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/discrete_build/outputs/total_cost.txt b/examples/discrete_build/outputs/total_cost.txt index f87d555c3..d7415b4b5 100644 --- a/examples/discrete_build/outputs/total_cost.txt +++ b/examples/discrete_build/outputs/total_cost.txt @@ -1 +1 @@ -28962382.4039 +28466748.58 diff --git a/examples/dr_simple/inputs/switch_inputs_version.txt b/examples/dr_simple/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/dr_simple/inputs/switch_inputs_version.txt +++ b/examples/dr_simple/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/dr_simple/outputs/total_cost.txt b/examples/dr_simple/outputs/total_cost.txt index c295fa37b..57bf0f142 100644 --- a/examples/dr_simple/outputs/total_cost.txt +++ b/examples/dr_simple/outputs/total_cost.txt @@ -1 +1 @@ -26054604.0406 +25109449.83 diff --git a/examples/electric_vehicles/README.md b/examples/electric_vehicles/README.md new file mode 100644 index 000000000..6513ef360 --- /dev/null +++ b/examples/electric_vehicles/README.md @@ -0,0 +1,6 @@ +SYNOPSIS + switch solve --verbose --log-run + +This example illustrates the use of Switch to model virtual batteries of electric vehicles +and run a very simple example with a single load zone, one investment period, and three +timepoints. This example neglects local transmission and distribution. diff --git a/examples/electric_vehicles/inputs/ev_limits.csv b/examples/electric_vehicles/inputs/ev_limits.csv new file mode 100644 index 000000000..207dedf45 --- /dev/null +++ b/examples/electric_vehicles/inputs/ev_limits.csv @@ -0,0 +1,4 @@ +LOAD_ZONE,TIMEPOINT,ev_cumulative_charge_lower_mwh,ev_cumulative_charge_upper_mwh,ev_charge_limit_mw +South,1,0,5.6,2 +South,2,4,9.6,2 +South,3,12,12.0,2 diff --git a/examples/electric_vehicles/inputs/ev_limits.tab b/examples/electric_vehicles/inputs/ev_limits.tab new file mode 100644 index 000000000..26bf3953e --- /dev/null +++ b/examples/electric_vehicles/inputs/ev_limits.tab @@ -0,0 +1,4 @@ +LOAD_ZONE TIMEPOINT ev_cumulative_charge_lower_mwh ev_cumulative_charge_upper_mwh ev_charge_limit_mw +South 1 0 5.6 2 +South 2 4 9.6 2 +South 3 12 12 2 diff --git a/examples/electric_vehicles/inputs/financials.csv b/examples/electric_vehicles/inputs/financials.csv new file mode 100644 index 000000000..c162f5372 --- /dev/null +++ b/examples/electric_vehicles/inputs/financials.csv @@ -0,0 +1,2 @@ +base_financial_year,interest_rate,discount_rate +2015,0.07,0.05 diff --git a/examples/electric_vehicles/inputs/financials.dat b/examples/electric_vehicles/inputs/financials.dat new file mode 100644 index 000000000..5260b0024 --- /dev/null +++ b/examples/electric_vehicles/inputs/financials.dat @@ -0,0 +1,3 @@ +param base_financial_year := 2015; +param interest_rate := .07; +param discount_rate := .05; diff --git a/examples/electric_vehicles/inputs/fuel_cost.csv b/examples/electric_vehicles/inputs/fuel_cost.csv new file mode 100644 index 000000000..7783a8744 --- /dev/null +++ b/examples/electric_vehicles/inputs/fuel_cost.csv @@ -0,0 +1,2 @@ +load_zone,fuel,period,fuel_cost +South,NaturalGas,2020,4 diff --git a/examples/electric_vehicles/inputs/fuel_cost.tab b/examples/electric_vehicles/inputs/fuel_cost.tab new file mode 100644 index 000000000..8ab37fcfd --- /dev/null +++ b/examples/electric_vehicles/inputs/fuel_cost.tab @@ -0,0 +1,2 @@ +load_zone fuel period fuel_cost +South NaturalGas 2020 4 \ No newline at end of file diff --git a/examples/electric_vehicles/inputs/fuels.csv b/examples/electric_vehicles/inputs/fuels.csv new file mode 100644 index 000000000..54dfca062 --- /dev/null +++ b/examples/electric_vehicles/inputs/fuels.csv @@ -0,0 +1,2 @@ +fuel,co2_intensity,upstream_co2_intensity +NaturalGas,0.05306,0 diff --git a/examples/electric_vehicles/inputs/fuels.tab b/examples/electric_vehicles/inputs/fuels.tab new file mode 100644 index 000000000..efbfb672e --- /dev/null +++ b/examples/electric_vehicles/inputs/fuels.tab @@ -0,0 +1,2 @@ +fuel co2_intensity upstream_co2_intensity +NaturalGas 0.05306 0 diff --git a/examples/electric_vehicles/inputs/gen_build_costs.csv b/examples/electric_vehicles/inputs/gen_build_costs.csv new file mode 100644 index 000000000..af9e29bc5 --- /dev/null +++ b/examples/electric_vehicles/inputs/gen_build_costs.csv @@ -0,0 +1,7 @@ +GENERATION_PROJECT,build_year,gen_overnight_cost,gen_fixed_om +S-NG_CC,2000,1143900.0,5868.3 +S-Central_PV-1,2000,2334300.0,41850.0 +S-Geothermal,1998,5524200.0,0.0 +S-Geothermal,2020,5524200.0,0.0 +S-NG_CC,2020,1143900.0,5868.3 +S-Central_PV-1,2020,2334300.0,41850.0 diff --git a/examples/electric_vehicles/inputs/gen_build_costs.tab b/examples/electric_vehicles/inputs/gen_build_costs.tab new file mode 100644 index 000000000..73f43d191 --- /dev/null +++ b/examples/electric_vehicles/inputs/gen_build_costs.tab @@ -0,0 +1,7 @@ +GENERATION_PROJECT build_year gen_overnight_cost gen_fixed_om +S-NG_CC 2000 1143900.0 5868.3 +S-Central_PV-1 2000 2334300.0 41850.0 +S-Geothermal 1998 5524200.0 0.0 +S-Geothermal 2020 5524200.0 0.0 +S-NG_CC 2020 1143900.0 5868.3 +S-Central_PV-1 2020 2334300.0 41850.0 diff --git a/examples/electric_vehicles/inputs/gen_build_predetermined.csv b/examples/electric_vehicles/inputs/gen_build_predetermined.csv new file mode 100644 index 000000000..b8fa3b9bd --- /dev/null +++ b/examples/electric_vehicles/inputs/gen_build_predetermined.csv @@ -0,0 +1,4 @@ +GENERATION_PROJECT,build_year,gen_predetermined_cap +S-NG_CC,2000,5 +S-Central_PV-1,2000,1 +S-Geothermal,1998,1 diff --git a/examples/electric_vehicles/inputs/gen_build_predetermined.tab b/examples/electric_vehicles/inputs/gen_build_predetermined.tab new file mode 100644 index 000000000..9c48f77a6 --- /dev/null +++ b/examples/electric_vehicles/inputs/gen_build_predetermined.tab @@ -0,0 +1,4 @@ +GENERATION_PROJECT build_year gen_predetermined_cap +S-NG_CC 2000 5 +S-Central_PV-1 2000 1 +S-Geothermal 1998 1 diff --git a/examples/electric_vehicles/inputs/generation_projects_info.csv b/examples/electric_vehicles/inputs/generation_projects_info.csv new file mode 100644 index 000000000..51a8ee033 --- /dev/null +++ b/examples/electric_vehicles/inputs/generation_projects_info.csv @@ -0,0 +1,4 @@ +GENERATION_PROJECT,gen_dbid,gen_tech,gen_load_zone,gen_connect_cost_per_mw,gen_capacity_limit_mw,gen_variable_om,gen_max_age,gen_min_build_capacity,gen_scheduled_outage_rate,gen_forced_outage_rate,gen_is_variable,gen_is_baseload,gen_is_cogen,gen_energy_source,gen_full_load_heat_rate +S-Geothermal,33,Geothermal,South,134222.0,10.0,28.83,30,0,0.0075,0.0241,0,1,0,Geothermal,. +S-NG_CC,34,NG_CC,South,57566.6,.,3.4131,20,0,0.04,0.06,0,0,0,NaturalGas,6.705 +S-Central_PV-1,41,Central_PV,South,74881.9,2.0,0.0,20,0,0.0,0.02,1,0,0,Solar,. diff --git a/examples/electric_vehicles/inputs/generation_projects_info.tab b/examples/electric_vehicles/inputs/generation_projects_info.tab new file mode 100644 index 000000000..14d71da11 --- /dev/null +++ b/examples/electric_vehicles/inputs/generation_projects_info.tab @@ -0,0 +1,4 @@ +GENERATION_PROJECT gen_dbid gen_tech gen_load_zone gen_connect_cost_per_mw gen_capacity_limit_mw gen_variable_om gen_max_age gen_min_build_capacity gen_scheduled_outage_rate gen_forced_outage_rate gen_is_variable gen_is_baseload gen_is_cogen gen_energy_source gen_full_load_heat_rate +S-Geothermal 33 Geothermal South 134222.0 10.0 28.83 30 0 0.0075 0.0241 0 1 0 Geothermal . +S-NG_CC 34 NG_CC South 57566.6 . 3.4131 20 0 0.04 0.06 0 0 0 NaturalGas 6.705 +S-Central_PV-1 41 Central_PV South 74881.9 2.0 0.0 20 0 0.0 0.02 1 0 0 Solar . diff --git a/examples/electric_vehicles/inputs/load_zones.csv b/examples/electric_vehicles/inputs/load_zones.csv new file mode 100644 index 000000000..cefa88fc0 --- /dev/null +++ b/examples/electric_vehicles/inputs/load_zones.csv @@ -0,0 +1,2 @@ +LOAD_ZONE +South diff --git a/examples/electric_vehicles/inputs/load_zones.tab b/examples/electric_vehicles/inputs/load_zones.tab new file mode 100644 index 000000000..cefa88fc0 --- /dev/null +++ b/examples/electric_vehicles/inputs/load_zones.tab @@ -0,0 +1,2 @@ +LOAD_ZONE +South diff --git a/examples/electric_vehicles/inputs/loads.csv b/examples/electric_vehicles/inputs/loads.csv new file mode 100644 index 000000000..3858c98ea --- /dev/null +++ b/examples/electric_vehicles/inputs/loads.csv @@ -0,0 +1,4 @@ +LOAD_ZONE,TIMEPOINT,zone_demand_mw +South,1,8.0 +South,2,0.5 +South,3,3.0 diff --git a/examples/electric_vehicles/inputs/loads.tab b/examples/electric_vehicles/inputs/loads.tab new file mode 100644 index 000000000..f1b541e7f --- /dev/null +++ b/examples/electric_vehicles/inputs/loads.tab @@ -0,0 +1,4 @@ +LOAD_ZONE TIMEPOINT zone_demand_mw +South 1 8 +South 2 0.5 +South 3 3 diff --git a/examples/electric_vehicles/inputs/modules.txt b/examples/electric_vehicles/inputs/modules.txt new file mode 100644 index 000000000..ce99cf8a9 --- /dev/null +++ b/examples/electric_vehicles/inputs/modules.txt @@ -0,0 +1,13 @@ +# Core Modules +switch_model +switch_model.timescales +switch_model.financials +switch_model.balancing.load_zones +switch_model.energy_sources.properties +switch_model.generators.core.build +switch_model.generators.core.dispatch +switch_model.reporting +# Custom Modules +switch_model.generators.core.no_commit +switch_model.energy_sources.fuel_costs.simple +switch_model.balancing.electric_vehicles.simple diff --git a/examples/electric_vehicles/inputs/non_fuel_energy_sources.csv b/examples/electric_vehicles/inputs/non_fuel_energy_sources.csv new file mode 100644 index 000000000..c37ec3d8e --- /dev/null +++ b/examples/electric_vehicles/inputs/non_fuel_energy_sources.csv @@ -0,0 +1,3 @@ +energy_source +Solar +Geothermal diff --git a/examples/electric_vehicles/inputs/non_fuel_energy_sources.tab b/examples/electric_vehicles/inputs/non_fuel_energy_sources.tab new file mode 100644 index 000000000..c37ec3d8e --- /dev/null +++ b/examples/electric_vehicles/inputs/non_fuel_energy_sources.tab @@ -0,0 +1,3 @@ +energy_source +Solar +Geothermal diff --git a/examples/electric_vehicles/inputs/periods.csv b/examples/electric_vehicles/inputs/periods.csv new file mode 100644 index 000000000..27c58e07f --- /dev/null +++ b/examples/electric_vehicles/inputs/periods.csv @@ -0,0 +1,2 @@ +INVESTMENT_PERIOD,period_start,period_end +2020,2017,2026 diff --git a/examples/electric_vehicles/inputs/periods.tab b/examples/electric_vehicles/inputs/periods.tab new file mode 100644 index 000000000..78a6e65d8 --- /dev/null +++ b/examples/electric_vehicles/inputs/periods.tab @@ -0,0 +1,2 @@ +INVESTMENT_PERIOD period_start period_end +2020 2017 2026 diff --git a/examples/electric_vehicles/inputs/switch_inputs_version.txt b/examples/electric_vehicles/inputs/switch_inputs_version.txt new file mode 100644 index 000000000..e01025862 --- /dev/null +++ b/examples/electric_vehicles/inputs/switch_inputs_version.txt @@ -0,0 +1 @@ +2.0.5 diff --git a/examples/electric_vehicles/inputs/timepoints.csv b/examples/electric_vehicles/inputs/timepoints.csv new file mode 100644 index 000000000..fc05448d0 --- /dev/null +++ b/examples/electric_vehicles/inputs/timepoints.csv @@ -0,0 +1,4 @@ +timepoint_id,timestamp,timeseries +1,2025011516,2020_all +2,2025011600,2020_all +3,2025011608,2020_all diff --git a/examples/electric_vehicles/inputs/timepoints.tab b/examples/electric_vehicles/inputs/timepoints.tab new file mode 100644 index 000000000..95bee1629 --- /dev/null +++ b/examples/electric_vehicles/inputs/timepoints.tab @@ -0,0 +1,4 @@ +timepoint_id timestamp timeseries +1 2025011516 2020_all +2 2025011600 2020_all +3 2025011608 2020_all diff --git a/examples/electric_vehicles/inputs/timeseries.csv b/examples/electric_vehicles/inputs/timeseries.csv new file mode 100644 index 000000000..a93934ede --- /dev/null +++ b/examples/electric_vehicles/inputs/timeseries.csv @@ -0,0 +1,2 @@ +TIMESERIES,ts_period,ts_duration_of_tp,ts_num_tps,ts_scale_to_period +2020_all,2020,8,3,3652.5 diff --git a/examples/electric_vehicles/inputs/timeseries.tab b/examples/electric_vehicles/inputs/timeseries.tab new file mode 100644 index 000000000..42c83f12c --- /dev/null +++ b/examples/electric_vehicles/inputs/timeseries.tab @@ -0,0 +1,2 @@ +TIMESERIES ts_period ts_duration_of_tp ts_num_tps ts_scale_to_period +2020_all 2020 8 3 3652.5 diff --git a/examples/electric_vehicles/inputs/variable_capacity_factors.csv b/examples/electric_vehicles/inputs/variable_capacity_factors.csv new file mode 100644 index 000000000..5d9a1726d --- /dev/null +++ b/examples/electric_vehicles/inputs/variable_capacity_factors.csv @@ -0,0 +1,4 @@ +GENERATION_PROJECT,timepoint,gen_max_capacity_factor +S-Central_PV-1,1,0.61 +S-Central_PV-1,2,0.0 +S-Central_PV-1,3,0.0 diff --git a/examples/electric_vehicles/inputs/variable_capacity_factors.tab b/examples/electric_vehicles/inputs/variable_capacity_factors.tab new file mode 100644 index 000000000..7b3b22e44 --- /dev/null +++ b/examples/electric_vehicles/inputs/variable_capacity_factors.tab @@ -0,0 +1,4 @@ +GENERATION_PROJECT timepoint gen_max_capacity_factor +S-Central_PV-1 1 0.61 +S-Central_PV-1 2 0 +S-Central_PV-1 3 0 diff --git a/examples/electric_vehicles/inputs_v2.0.0b2.zip b/examples/electric_vehicles/inputs_v2.0.0b2.zip new file mode 100644 index 000000000..f789bf32c Binary files /dev/null and b/examples/electric_vehicles/inputs_v2.0.0b2.zip differ diff --git a/examples/electric_vehicles/outputs/total_cost.txt b/examples/electric_vehicles/outputs/total_cost.txt new file mode 100644 index 000000000..ccbc0cdf0 --- /dev/null +++ b/examples/electric_vehicles/outputs/total_cost.txt @@ -0,0 +1 @@ +17402741.18 diff --git a/examples/hydro_simple/inputs/switch_inputs_version.txt b/examples/hydro_simple/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/hydro_simple/inputs/switch_inputs_version.txt +++ b/examples/hydro_simple/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/hydro_simple/outputs/total_cost.txt b/examples/hydro_simple/outputs/total_cost.txt index f178d5cd9..caa6f7dfe 100644 --- a/examples/hydro_simple/outputs/total_cost.txt +++ b/examples/hydro_simple/outputs/total_cost.txt @@ -1 +1 @@ -27519709.7687 +26985008.15 diff --git a/examples/hydro_system/inputs/switch_inputs_version.txt b/examples/hydro_system/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/hydro_system/inputs/switch_inputs_version.txt +++ b/examples/hydro_system/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/hydro_system/outputs/total_cost.txt b/examples/hydro_system/outputs/total_cost.txt index 0c3601df5..8125b9fab 100644 --- a/examples/hydro_system/outputs/total_cost.txt +++ b/examples/hydro_system/outputs/total_cost.txt @@ -1 +1 @@ -8116934.47803 +8116934.48 diff --git a/examples/new_builds_only/inputs/switch_inputs_version.txt b/examples/new_builds_only/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/new_builds_only/inputs/switch_inputs_version.txt +++ b/examples/new_builds_only/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/new_builds_only/outputs/total_cost.txt b/examples/new_builds_only/outputs/total_cost.txt index 13e74c8a8..774e8ed42 100644 --- a/examples/new_builds_only/outputs/total_cost.txt +++ b/examples/new_builds_only/outputs/total_cost.txt @@ -1 +1 @@ -14998608.8293 +14998608.83 diff --git a/examples/planning_reserves/inputs/switch_inputs_version.txt b/examples/planning_reserves/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/planning_reserves/inputs/switch_inputs_version.txt +++ b/examples/planning_reserves/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/planning_reserves/outputs/total_cost.txt b/examples/planning_reserves/outputs/total_cost.txt index 1058d1428..3799be138 100644 --- a/examples/planning_reserves/outputs/total_cost.txt +++ b/examples/planning_reserves/outputs/total_cost.txt @@ -1 +1 @@ -135901915.109 +127420445.21 diff --git a/examples/production_cost_models/1plant/inputs/switch_inputs_version.txt b/examples/production_cost_models/1plant/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/production_cost_models/1plant/inputs/switch_inputs_version.txt +++ b/examples/production_cost_models/1plant/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/production_cost_models/1plant/outputs/total_cost.txt b/examples/production_cost_models/1plant/outputs/total_cost.txt index e94a53ab4..c9e999a5a 100644 --- a/examples/production_cost_models/1plant/outputs/total_cost.txt +++ b/examples/production_cost_models/1plant/outputs/total_cost.txt @@ -1 +1 @@ -28415619.1709 +28415619.17 diff --git a/examples/production_cost_models/3plants/inputs/switch_inputs_version.txt b/examples/production_cost_models/3plants/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/production_cost_models/3plants/inputs/switch_inputs_version.txt +++ b/examples/production_cost_models/3plants/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/production_cost_models/3plants/outputs/total_cost.txt b/examples/production_cost_models/3plants/outputs/total_cost.txt index 9740cc06b..e9ea6bf76 100644 --- a/examples/production_cost_models/3plants/outputs/total_cost.txt +++ b/examples/production_cost_models/3plants/outputs/total_cost.txt @@ -1 +1 @@ -37439925.1309 +36206768.8 diff --git a/examples/production_cost_models/4plants/inputs/switch_inputs_version.txt b/examples/production_cost_models/4plants/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/production_cost_models/4plants/inputs/switch_inputs_version.txt +++ b/examples/production_cost_models/4plants/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/production_cost_models/4plants/outputs/total_cost.txt b/examples/production_cost_models/4plants/outputs/total_cost.txt index ee7e4ee32..09e21a6df 100644 --- a/examples/production_cost_models/4plants/outputs/total_cost.txt +++ b/examples/production_cost_models/4plants/outputs/total_cost.txt @@ -1 +1 @@ -34328152.2273 +33094995.9 diff --git a/examples/production_cost_models/4plants_with_unserved_load/inputs/switch_inputs_version.txt b/examples/production_cost_models/4plants_with_unserved_load/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/production_cost_models/4plants_with_unserved_load/inputs/switch_inputs_version.txt +++ b/examples/production_cost_models/4plants_with_unserved_load/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/production_cost_models/4plants_with_unserved_load/outputs/total_cost.txt b/examples/production_cost_models/4plants_with_unserved_load/outputs/total_cost.txt index 6221598a7..0af5b1619 100644 --- a/examples/production_cost_models/4plants_with_unserved_load/outputs/total_cost.txt +++ b/examples/production_cost_models/4plants_with_unserved_load/outputs/total_cost.txt @@ -1 +1 @@ -34069676.0948 +32836519.76 diff --git a/examples/production_cost_models/discrete_unit_commit/inputs/switch_inputs_version.txt b/examples/production_cost_models/discrete_unit_commit/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/production_cost_models/discrete_unit_commit/inputs/switch_inputs_version.txt +++ b/examples/production_cost_models/discrete_unit_commit/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/production_cost_models/discrete_unit_commit/outputs/total_cost.txt b/examples/production_cost_models/discrete_unit_commit/outputs/total_cost.txt index 973e8d511..cd506946f 100644 --- a/examples/production_cost_models/discrete_unit_commit/outputs/total_cost.txt +++ b/examples/production_cost_models/discrete_unit_commit/outputs/total_cost.txt @@ -1 +1 @@ -34524511.6092 +33291355.28 diff --git a/examples/production_cost_models/spinning_reserves/inputs/switch_inputs_version.txt b/examples/production_cost_models/spinning_reserves/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/production_cost_models/spinning_reserves/inputs/switch_inputs_version.txt +++ b/examples/production_cost_models/spinning_reserves/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/production_cost_models/spinning_reserves/outputs/total_cost.txt b/examples/production_cost_models/spinning_reserves/outputs/total_cost.txt index c3df921a6..a446d6e74 100644 --- a/examples/production_cost_models/spinning_reserves/outputs/total_cost.txt +++ b/examples/production_cost_models/spinning_reserves/outputs/total_cost.txt @@ -1 +1 @@ -36406402.3685 +35173246.04 diff --git a/examples/production_cost_models/spinning_reserves_advanced/inputs/switch_inputs_version.txt b/examples/production_cost_models/spinning_reserves_advanced/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/production_cost_models/spinning_reserves_advanced/inputs/switch_inputs_version.txt +++ b/examples/production_cost_models/spinning_reserves_advanced/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/production_cost_models/spinning_reserves_advanced/outputs/total_cost.txt b/examples/production_cost_models/spinning_reserves_advanced/outputs/total_cost.txt index c3df921a6..a446d6e74 100644 --- a/examples/production_cost_models/spinning_reserves_advanced/outputs/total_cost.txt +++ b/examples/production_cost_models/spinning_reserves_advanced/outputs/total_cost.txt @@ -1 +1 @@ -36406402.3685 +35173246.04 diff --git a/examples/production_cost_models/unit_commit/inputs/fuels.csv b/examples/production_cost_models/unit_commit/inputs/fuels.csv index 54dfca062..03733996b 100644 --- a/examples/production_cost_models/unit_commit/inputs/fuels.csv +++ b/examples/production_cost_models/unit_commit/inputs/fuels.csv @@ -1,2 +1,2 @@ -fuel,co2_intensity,upstream_co2_intensity -NaturalGas,0.05306,0 +fuel,co2_intensity,upstream_co2_intensity,nox_intensity,so2_intensity,ch4_intensity +NaturalGas,0.05306,0,0.000207,0.000002697,0.00000873 diff --git a/examples/production_cost_models/unit_commit/inputs/switch_inputs_version.txt b/examples/production_cost_models/unit_commit/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/production_cost_models/unit_commit/inputs/switch_inputs_version.txt +++ b/examples/production_cost_models/unit_commit/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/production_cost_models/unit_commit/outputs/total_cost.txt b/examples/production_cost_models/unit_commit/outputs/total_cost.txt index f25a42166..251b56dca 100644 --- a/examples/production_cost_models/unit_commit/outputs/total_cost.txt +++ b/examples/production_cost_models/unit_commit/outputs/total_cost.txt @@ -1 +1 @@ -35131346.3429 +33898190.01 diff --git a/examples/rps_by_load_zone/README.md b/examples/rps_by_load_zone/README.md new file mode 100644 index 000000000..9a33735fa --- /dev/null +++ b/examples/rps_by_load_zone/README.md @@ -0,0 +1,13 @@ +SYNOPSIS + switch solve --verbose + +This example illustrates the use of Switch to construct and run a +model with three load zones and two investment periods where the first +investment period has more temporal resolution than the second. A +simple Renewable Portfolio Standard (RPS) policy is enforced with the +use of the generators.no_commit module. + +This example is built on the same system as the 3zone_toy example. +It can be observed that more biomass (considered an RPS-elegible fuel +in this example) capacity is built on the first period to provide +enough renewable energy to meet the RPS goals. diff --git a/examples/rps_by_load_zone/inputs/balancing_areas.tab b/examples/rps_by_load_zone/inputs/balancing_areas.tab new file mode 100644 index 000000000..1aa4e3dfa --- /dev/null +++ b/examples/rps_by_load_zone/inputs/balancing_areas.tab @@ -0,0 +1,3 @@ +BALANCING_AREAS quickstart_res_load_frac quickstart_res_wind_frac quickstart_res_solar_frac spinning_res_load_frac spinning_res_wind_frac spinning_res_solar_frac +NorthCentral 0.04 0.05 0.05 0.02 0.05 0.05 +South 0.04 0.06 0.06 0.02 0.07 0.07 \ No newline at end of file diff --git a/examples/rps_by_load_zone/inputs/financials.dat b/examples/rps_by_load_zone/inputs/financials.dat new file mode 100644 index 000000000..5260b0024 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/financials.dat @@ -0,0 +1,3 @@ +param base_financial_year := 2015; +param interest_rate := .07; +param discount_rate := .05; diff --git a/examples/rps_by_load_zone/inputs/fuel_cost.tab b/examples/rps_by_load_zone/inputs/fuel_cost.tab new file mode 100644 index 000000000..ac802618f --- /dev/null +++ b/examples/rps_by_load_zone/inputs/fuel_cost.tab @@ -0,0 +1,17 @@ +load_zone fuel period fuel_cost +North Uranium 2020 2.19 +Central Uranium 2020 2.19 +South Uranium 2020 2.19 +North Uranium 2030 2.2 +Central Uranium 2030 2.2 +South Uranium 2030 2.2 +North Coal 2020 1.9012 +Central Coal 2020 1.9012 +North Coal 2030 2.0467 +Central Coal 2030 2.0467 +North ResidualFuelOil 2020 18.5755 +Central ResidualFuelOil 2020 18.5755 +South ResidualFuelOil 2020 18.5755 +North ResidualFuelOil 2030 20.3021 +Central ResidualFuelOil 2030 20.3021 +South ResidualFuelOil 2030 20.3021 diff --git a/examples/rps_by_load_zone/inputs/fuel_supply_curves.tab b/examples/rps_by_load_zone/inputs/fuel_supply_curves.tab new file mode 100644 index 000000000..191b2db37 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/fuel_supply_curves.tab @@ -0,0 +1,15 @@ +regional_fuel_market period tier unit_cost max_avail_at_cost +All_DistOil 2020 0 21.9802 inf +All_DistOil 2030 0 24.5216 100000 +All_NG 2020 0 4.4647 1950514555 +All_NG 2020 1 5.0709 inf +All_NG 2030 0 5.925 2368354558 +All_NG 2030 1 5.925 inf +North_Bio 2020 0 1.7102 6864985 +North_Bio 2020 1 3.3941 6782413 +North_Bio 2030 0 2.0438 6064415 +North_Bio 2030 1 3.2218 7680076 +South_Bio 2020 0 1.7115 26427258 +South_Bio 2020 1 17.1714 486066 +South_Bio 2030 0 1.7115 26427258 +South_Bio 2030 1 17.1714 26427258 diff --git a/examples/rps_by_load_zone/inputs/fuels.tab b/examples/rps_by_load_zone/inputs/fuels.tab new file mode 100644 index 000000000..ae1d25d2b --- /dev/null +++ b/examples/rps_by_load_zone/inputs/fuels.tab @@ -0,0 +1,7 @@ +fuel co2_intensity upstream_co2_intensity f_rps_eligible +Coal 0.09552 0 0 +ResidualFuelOil 0.0788 0 0 +DistillateFuelOil 0.07315 0 0 +NaturalGas 0.05306 0 0 +Uranium 0 . 0 +BioSolid 0.09435 -0.09435 1 diff --git a/examples/rps_by_load_zone/inputs/gen_build_costs.tab b/examples/rps_by_load_zone/inputs/gen_build_costs.tab new file mode 100644 index 000000000..04c9bc810 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/gen_build_costs.tab @@ -0,0 +1,77 @@ +GENERATION_PROJECT build_year gen_overnight_cost gen_fixed_om +N-Coal_ST 1995 2687700.0 21390.0 +N-Geothermal 2000 5524200.0 0.0 +N-NG_CC 2008 1143900.0 5868.3 +N-NG_GT 2009 605430.0 4891.8 +C-Coal_ST 1985 2687700.0 21390.0 +C-NG_CC 2005 1143900.0 5868.3 +C-NG_GT 2005 605430.0 4891.8 +S-Geothermal 1998 5524200.0 0.0 +S-NG_CC 2000 1143900.0 5868.3 +S-NG_GT 1990 605430.0 4891.8 +S-NG_GT 2002 605430.0 4891.8 +N-Geothermal 2020 5524200.0 0.0 +N-Geothermal 2030 5524200.0 0.0 +N-Coal_IGCC 2020 3729300.0 28923.0 +N-Coal_IGCC 2030 3729300.0 28923.0 +N-Coal_IGCC_CCS 2030 6138000.0 41292.0 +N-NG_CC 2020 1143900.0 5868.3 +N-NG_CC 2030 1143900.0 5868.3 +N-NG_CC_CCS 2030 3487500.0 17112.0 +N-NG_GT 2020 605430.0 4891.8 +N-NG_GT 2030 605430.0 4891.8 +N-Nuclear 2030 5673000.0 118110.0 +N-Biomass_IGCC 2020 3561900.0 88350.0 +N-Biomass_IGCC 2030 3561900.0 88350.0 +N-Biomass_IGCC_CCS 2030 5970600.0 100719.0 +N-Residential_PV 2020 3487500.0 41850.0 +N-Residential_PV 2030 3059700.0 38130.0 +N-Commercial_PV 2020 3106200.0 41850.0 +N-Commercial_PV 2030 2752800.0 38130.0 +N-Central_PV-1 2020 2334300.0 41850.0 +N-Central_PV-2 2020 2334300.0 41850.0 +N-Central_PV-1 2030 2148300.0 38130.0 +N-Central_PV-2 2030 2148300.0 38130.0 +N-Wind-1 2020 1841400.0 55800.0 +N-Wind-2 2020 1841400.0 55800.0 +N-Wind-1 2030 1841400.0 55800.0 +N-Wind-2 2030 1841400.0 55800.0 +C-Coal_IGCC 2020 2983440.0 23138.4 +C-Coal_IGCC 2030 2983440.0 23138.4 +C-NG_CC 2020 915120.0 4694.64 +C-NG_CC 2030 915120.0 4694.64 +C-NG_GT 2020 484344.0 3913.44 +C-NG_GT 2030 484344.0 3913.44 +C-Nuclear 2030 4538400.0 94488.0 +C-Biomass_IGCC 2020 2849520.0 70680.0 +C-Biomass_IGCC 2030 2849520.0 70680.0 +C-Residential_PV 2020 2790000.0 33480.0 +C-Residential_PV 2030 2447760.0 30504.0 +C-Commercial_PV 2020 2484960.0 33480.0 +C-Commercial_PV 2030 2202240.0 30504.0 +C-Central_PV-1 2020 1867440.0 33480.0 +C-Central_PV-2 2020 1867440.0 33480.0 +C-Central_PV-1 2030 1718640.0 30504.0 +C-Central_PV-2 2030 1718640.0 30504.0 +C-Wind-1 2020 1473120.0 44640.0 +C-Wind-2 2020 1473120.0 44640.0 +C-Wind-1 2030 1473120.0 44640.0 +C-Wind-2 2030 1473120.0 44640.0 +S-Geothermal 2020 6629040.0 0.0 +S-Geothermal 2030 6629040.0 0.0 +S-NG_CC 2020 1372680.0 7041.96 +S-NG_CC 2030 1372680.0 7041.96 +S-NG_CC_CCS 2030 4185000.0 20534.4 +S-NG_GT 2020 726516.0 5870.16 +S-NG_GT 2030 726516.0 5870.16 +S-Biomass_IGCC 2020 4274280.0 106020.0 +S-Biomass_IGCC 2030 4274280.0 106020.0 +S-Biomass_IGCC_CCS 2030 7164720.0 120862.8 +S-Residential_PV 2020 4185000.0 50220.0 +S-Residential_PV 2030 3671640.0 45756.0 +S-Commercial_PV 2020 3727440.0 50220.0 +S-Commercial_PV 2030 3303360.0 45756.0 +S-Central_PV-1 2020 2801160.0 50220.0 +S-Central_PV-2 2020 2801160.0 50220.0 +S-Central_PV-1 2030 2577960.0 45756.0 +S-Central_PV-2 2030 2577960.0 45756.0 diff --git a/examples/rps_by_load_zone/inputs/gen_build_predetermined.tab b/examples/rps_by_load_zone/inputs/gen_build_predetermined.tab new file mode 100644 index 000000000..aa5c5c73b --- /dev/null +++ b/examples/rps_by_load_zone/inputs/gen_build_predetermined.tab @@ -0,0 +1,12 @@ +GENERATION_PROJECT build_year gen_predetermined_cap +N-Coal_ST 1995 2 +N-Geothermal 2000 1 +N-NG_CC 2008 2 +N-NG_GT 2009 2 +C-Coal_ST 1985 2 +C-NG_CC 2005 2 +C-NG_GT 2005 2 +S-Geothermal 1998 3 +S-NG_CC 2000 5 +S-NG_GT 1990 3 +S-NG_GT 2002 2 diff --git a/examples/rps_by_load_zone/inputs/generation_projects_info.tab b/examples/rps_by_load_zone/inputs/generation_projects_info.tab new file mode 100644 index 000000000..0debde912 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/generation_projects_info.tab @@ -0,0 +1,39 @@ +GENERATION_PROJECT gen_tech gen_load_zone gen_connect_cost_per_mw gen_capacity_limit_mw gen_full_load_heat_rate gen_variable_om gen_max_age gen_min_build_capacity gen_scheduled_outage_rate gen_forced_outage_rate gen_is_variable gen_is_baseload gen_is_cogen gen_energy_source gen_unit_size gen_ccs_capture_efficiency gen_ccs_energy_load gen_storage_efficiency gen_store_to_release_ratio +N-Geothermal Geothermal North 163081.1 1.5 . 28.83 30 0 0.0075 0.0241 0 1 0 Geothermal . . . . . +N-Coal_IGCC Coal_IGCC North 57566.6 . 7.95 6.0822 40 0 0.08 0.12 0 1 0 Coal 10.0 . . . . +N-Coal_IGCC_CCS Coal_IGCC_CCS North 57566.6 . 10.38 9.858 40 0 0.08 0.12 0 1 0 Coal . 0.85 0.234104046 . . +N-Coal_ST Coal_ST North 57566.6 . 9.0 3.4 40 0 0.06 0.1 0 1 0 Coal . . . . . +N-NG_CC NG_CC North 57566.6 . 6.705 3.4131 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +N-NG_CC_CCS NG_CC_CCS North 57566.6 . 10.08 9.3 20 0 0.04 0.06 0 0 0 NaturalGas . 0.85 0.334821429 . . +N-NG_GT NG_GT North 57566.6 . 10.39 27.807 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +N-Nuclear Nuclear North 57566.6 . 9.72 0.0 40 1000 0.04 0.06 0 1 0 Uranium . . . . . +N-Biomass_IGCC Biomass_IGCC North 57566.6 . 12.5 13.95 40 0 0.09 0.076 0 1 0 BioSolid . . . . . +N-Biomass_IGCC_CCS Biomass_IGCC_CCS North 57566.6 . 16.3208 20.1307 40 0 0.09 0.076 0 1 0 BioSolid . 0.85 0.234115557 . . +N-Residential_PV Residential_PV North 0.0 1.5 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Commercial_PV Commercial_PV North 0.0 2.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Central_PV-1 Central_PV North 51272.0 3.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Central_PV-2 Central_PV North 101661.0 2.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Wind-1 Wind North 71602.0 4.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +N-Wind-2 Wind North 80259.0 1.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +C-Coal_IGCC Coal_IGCC Central 57566.6 . 7.95 4.86576 40 0 0.08 0.12 0 1 0 Coal 10.0 . . . . +C-Coal_ST Coal_ST Central 57566.6 . 9.5 3.6 40 0 0.06 0.1 0 1 0 Coal . . . . . +C-NG_CC NG_CC Central 57566.6 . 6.705 2.73048 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +C-NG_GT NG_GT Central 57566.6 . 10.39 22.2456 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +C-Nuclear Nuclear Central 57566.6 . 9.72 0.0 40 1000 0.04 0.06 0 1 0 Uranium . . . . . +C-Biomass_IGCC Biomass_IGCC Central 57566.6 . 12.5 11.16 40 0 0.09 0.076 0 1 0 BioSolid . . . . . +C-Residential_PV Residential_PV Central 0.0 0.5 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Commercial_PV Commercial_PV Central 0.0 0.7 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Central_PV-1 Central_PV Central 122526.8 2.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Central_PV-2 Central_PV Central 45197.2 3.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Wind-1 Wind Central 72541.5 4.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +C-Wind-2 Wind Central 77892.2 3.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +S-Geothermal Geothermal South 134222.0 3.0 . 34.596 30 0 0.0075 0.0241 0 1 0 Geothermal . . . . . +S-NG_CC NG_CC South 57566.6 . 6.705 4.09572 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +S-NG_CC_CCS NG_CC_CCS South 57566.6 . 10.08 11.16 20 0 0.04 0.06 0 0 0 NaturalGas . 0.85 0.334821429 . . +S-NG_GT NG_GT South 57566.6 5.0 10.39 33.3684 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +S-Biomass_IGCC Biomass_IGCC South 57566.6 . 12.5 16.74 40 0 0.09 0.076 0 1 0 BioSolid . . . . . +S-Biomass_IGCC_CCS Biomass_IGCC_CCS South 57566.6 . 16.3208 24.15684 40 0 0.09 0.076 0 1 0 BioSolid . 0.85 0.234115557 . . +S-Residential_PV Residential_PV South 0.0 3.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +S-Commercial_PV Commercial_PV South 0.0 3.3 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +S-Central_PV-1 Central_PV South 74881.9 0.8 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +S-Central_PV-2 Central_PV South 65370.3 0.4 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . diff --git a/examples/rps_by_load_zone/inputs/load_zones.tab b/examples/rps_by_load_zone/inputs/load_zones.tab new file mode 100644 index 000000000..f02e4f01e --- /dev/null +++ b/examples/rps_by_load_zone/inputs/load_zones.tab @@ -0,0 +1,4 @@ +LOAD_ZONE dbid existing_local_td local_td_annual_cost_per_mw +North 1 5.5 66406.5 +Central 2 3.5 61663.4 +South 3 9.5 128040.0 diff --git a/examples/rps_by_load_zone/inputs/loads.tab b/examples/rps_by_load_zone/inputs/loads.tab new file mode 100644 index 000000000..932ef705f --- /dev/null +++ b/examples/rps_by_load_zone/inputs/loads.tab @@ -0,0 +1,22 @@ +LOAD_ZONE TIMEPOINT zone_demand_mw +North 1 5 +North 2 4 +North 3 4.5 +North 4 4.2 +North 5 4 +North 6 6 +North 7 6 +Central 1 3.7 +Central 2 3 +Central 3 3.6 +Central 4 3.3 +Central 5 3 +Central 6 4 +Central 7 4.6 +South 1 6 +South 2 7 +South 3 6.5 +South 4 7.2 +South 5 8 +South 6 10 +South 7 10.5 diff --git a/examples/rps_by_load_zone/inputs/modules.txt b/examples/rps_by_load_zone/inputs/modules.txt new file mode 100644 index 000000000..445a3d8db --- /dev/null +++ b/examples/rps_by_load_zone/inputs/modules.txt @@ -0,0 +1,16 @@ +# Core Modules +switch_model +switch_model.timescales +switch_model.financials +switch_model.balancing.load_zones +switch_model.energy_sources.properties +switch_model.generators.core.build +switch_model.generators.core.dispatch +switch_model.reporting +# Custom Modules +switch_model.transmission.local_td +switch_model.generators.core.no_commit +switch_model.energy_sources.fuel_costs.markets +switch_model.transmission.transport.build +switch_model.transmission.transport.dispatch +switch_model.policies.rps_by_load_zone diff --git a/examples/rps_by_load_zone/inputs/non_fuel_energy_sources.tab b/examples/rps_by_load_zone/inputs/non_fuel_energy_sources.tab new file mode 100644 index 000000000..a12496b8b --- /dev/null +++ b/examples/rps_by_load_zone/inputs/non_fuel_energy_sources.tab @@ -0,0 +1,6 @@ +energy_source +Wind +Solar +Geothermal +Water +Electricity \ No newline at end of file diff --git a/examples/rps_by_load_zone/inputs/periods.tab b/examples/rps_by_load_zone/inputs/periods.tab new file mode 100644 index 000000000..cb3cd339f --- /dev/null +++ b/examples/rps_by_load_zone/inputs/periods.tab @@ -0,0 +1,3 @@ +INVESTMENT_PERIOD period_start period_end +2020 2017 2026 +2030 2027 2036 diff --git a/examples/rps_by_load_zone/inputs/regional_fuel_markets.tab b/examples/rps_by_load_zone/inputs/regional_fuel_markets.tab new file mode 100644 index 000000000..b688d2291 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/regional_fuel_markets.tab @@ -0,0 +1,5 @@ +regional_fuel_market fuel +All_DistOil DistillateFuelOil +All_NG NaturalGas +North_Bio BioSolid +South_Bio BioSolid \ No newline at end of file diff --git a/examples/rps_by_load_zone/inputs/rps_targets.tab b/examples/rps_by_load_zone/inputs/rps_targets.tab new file mode 100644 index 000000000..3a060b248 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/rps_targets.tab @@ -0,0 +1,7 @@ +load_zone period rps_target +North 2020 0.35 +North 2030 0.9 +Central 2020 0.35 +Central 2030 0.9 +South 2020 0.35 +South 2030 0.9 diff --git a/examples/rps_by_load_zone/inputs/switch_inputs_version.txt b/examples/rps_by_load_zone/inputs/switch_inputs_version.txt new file mode 100644 index 000000000..0f3f84ca6 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/switch_inputs_version.txt @@ -0,0 +1 @@ +2.0.0b2 diff --git a/examples/rps_by_load_zone/inputs/timepoints.tab b/examples/rps_by_load_zone/inputs/timepoints.tab new file mode 100644 index 000000000..126b3e522 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/timepoints.tab @@ -0,0 +1,8 @@ +timepoint_id timestamp timeseries +1 2025011500 2020_01winter +2 2025011512 2020_01winter +3 2025011600 2020_01winter +4 2025011612 2020_01winter +5 2025061500 2020_06summer +6 2025061512 2020_06summer +7 2035011512 2030_all \ No newline at end of file diff --git a/examples/rps_by_load_zone/inputs/timeseries.tab b/examples/rps_by_load_zone/inputs/timeseries.tab new file mode 100644 index 000000000..6c68776bc --- /dev/null +++ b/examples/rps_by_load_zone/inputs/timeseries.tab @@ -0,0 +1,4 @@ +TIMESERIES ts_period ts_duration_of_tp ts_num_tps ts_scale_to_period +2020_01winter 2020 12 4 913.12 +2020_06summer 2020 12 2 1826.25 +2030_all 2030 24 1 3652.5 \ No newline at end of file diff --git a/examples/rps_by_load_zone/inputs/transmission_lines.tab b/examples/rps_by_load_zone/inputs/transmission_lines.tab new file mode 100644 index 000000000..019671fdf --- /dev/null +++ b/examples/rps_by_load_zone/inputs/transmission_lines.tab @@ -0,0 +1,3 @@ +TRANSMISSION_LINE trans_lz1 trans_lz2 trans_length_km trans_efficiency existing_trans_cap +N-C North Central 100 0.96 3 +C-S Central South 200 0.94 6 \ No newline at end of file diff --git a/examples/rps_by_load_zone/inputs/variable_capacity_factors.tab b/examples/rps_by_load_zone/inputs/variable_capacity_factors.tab new file mode 100644 index 000000000..373d28838 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/variable_capacity_factors.tab @@ -0,0 +1,113 @@ +GENERATION_PROJECT timepoint gen_max_capacity_factor +N-Residential_PV 1 0.00 +N-Residential_PV 2 0.55 +N-Residential_PV 3 0.00 +N-Residential_PV 4 0.60 +N-Residential_PV 5 0.00 +N-Residential_PV 6 0.72 +N-Residential_PV 7 0.33 +N-Commercial_PV 1 0.00 +N-Commercial_PV 2 0.65 +N-Commercial_PV 3 0.00 +N-Commercial_PV 4 0.66 +N-Commercial_PV 5 0.00 +N-Commercial_PV 6 0.73 +N-Commercial_PV 7 0.38 +N-Central_PV-1 1 0.00 +N-Central_PV-1 2 0.56 +N-Central_PV-1 3 0.00 +N-Central_PV-1 4 0.62 +N-Central_PV-1 5 0.00 +N-Central_PV-1 6 0.73 +N-Central_PV-1 7 0.41 +N-Central_PV-2 1 0.00 +N-Central_PV-2 2 0.60 +N-Central_PV-2 3 0.00 +N-Central_PV-2 4 0.61 +N-Central_PV-2 5 0.00 +N-Central_PV-2 6 0.81 +N-Central_PV-2 7 0.36 +C-Residential_PV 1 0.00 +C-Residential_PV 2 0.59 +C-Residential_PV 3 0.00 +C-Residential_PV 4 0.64 +C-Residential_PV 5 0.00 +C-Residential_PV 6 0.74 +C-Residential_PV 7 0.34 +C-Commercial_PV 1 0.00 +C-Commercial_PV 2 0.61 +C-Commercial_PV 3 0.00 +C-Commercial_PV 4 0.66 +C-Commercial_PV 5 0.00 +C-Commercial_PV 6 0.74 +C-Commercial_PV 7 0.40 +C-Central_PV-1 1 0.00 +C-Central_PV-1 2 0.61 +C-Central_PV-1 3 0.00 +C-Central_PV-1 4 0.64 +C-Central_PV-1 5 0.00 +C-Central_PV-1 6 0.79 +C-Central_PV-1 7 0.39 +C-Central_PV-2 1 0.00 +C-Central_PV-2 2 0.64 +C-Central_PV-2 3 0.00 +C-Central_PV-2 4 0.68 +C-Central_PV-2 5 0.00 +C-Central_PV-2 6 0.72 +C-Central_PV-2 7 0.41 +S-Residential_PV 1 0.00 +S-Residential_PV 2 0.57 +S-Residential_PV 3 0.00 +S-Residential_PV 4 0.66 +S-Residential_PV 5 0.00 +S-Residential_PV 6 0.75 +S-Residential_PV 7 0.34 +S-Commercial_PV 1 0.00 +S-Commercial_PV 2 0.57 +S-Commercial_PV 3 0.00 +S-Commercial_PV 4 0.63 +S-Commercial_PV 5 0.00 +S-Commercial_PV 6 0.79 +S-Commercial_PV 7 0.34 +S-Central_PV-1 1 0.00 +S-Central_PV-1 2 0.61 +S-Central_PV-1 3 0.00 +S-Central_PV-1 4 0.70 +S-Central_PV-1 5 0.00 +S-Central_PV-1 6 0.75 +S-Central_PV-1 7 0.37 +S-Central_PV-2 1 0.00 +S-Central_PV-2 2 0.64 +S-Central_PV-2 3 0.00 +S-Central_PV-2 4 0.63 +S-Central_PV-2 5 0.00 +S-Central_PV-2 6 0.74 +S-Central_PV-2 7 0.40 +N-Wind-1 1 0.60 +N-Wind-1 2 0.30 +N-Wind-1 3 0.65 +N-Wind-1 4 0.42 +N-Wind-1 5 0.12 +N-Wind-1 6 0.05 +N-Wind-1 7 0.80 +N-Wind-2 1 0.68 +N-Wind-2 2 0.33 +N-Wind-2 3 0.71 +N-Wind-2 4 0.46 +N-Wind-2 5 0.17 +N-Wind-2 6 0.13 +N-Wind-2 7 0.87 +C-Wind-1 1 0.66 +C-Wind-1 2 0.40 +C-Wind-1 3 0.73 +C-Wind-1 4 0.50 +C-Wind-1 5 0.22 +C-Wind-1 6 0.05 +C-Wind-1 7 0.80 +C-Wind-2 1 0.62 +C-Wind-2 2 0.36 +C-Wind-2 3 0.66 +C-Wind-2 4 0.48 +C-Wind-2 5 0.14 +C-Wind-2 6 0.05 +C-Wind-2 7 0.86 diff --git a/examples/rps_by_load_zone/inputs/zone_balancing_areas.tab b/examples/rps_by_load_zone/inputs/zone_balancing_areas.tab new file mode 100644 index 000000000..18c8a881d --- /dev/null +++ b/examples/rps_by_load_zone/inputs/zone_balancing_areas.tab @@ -0,0 +1,4 @@ +LOAD_ZONE balancing_area +North NorthCentral +Central NorthCentral +South South \ No newline at end of file diff --git a/examples/rps_by_load_zone/inputs/zone_coincident_peak_demand.tab b/examples/rps_by_load_zone/inputs/zone_coincident_peak_demand.tab new file mode 100644 index 000000000..f4afb9c30 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/zone_coincident_peak_demand.tab @@ -0,0 +1,7 @@ +LOAD_ZONE PERIOD zone_expected_coincident_peak_demand +North 2020 6 +Central 2020 4 +South 2020 10 +North 2030 8 +Central 2030 6 +South 2030 12 diff --git a/examples/rps_by_load_zone/inputs/zone_fuel_cost_diff.tab b/examples/rps_by_load_zone/inputs/zone_fuel_cost_diff.tab new file mode 100644 index 000000000..02940cd15 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/zone_fuel_cost_diff.tab @@ -0,0 +1,11 @@ +load_zone fuel period fuel_cost_adder +North Coal 2020 0.1 +North Coal 2030 0.1 +Central Coal 2020 -.2 +Central Coal 2030 -.2 +North NaturalGas 2020 -0.2434 +North NaturalGas 2030 -0.4021 +Central NaturalGas 2020 0.1 +Central NaturalGas 2030 0.15 +South NaturalGas 2020 0.3497 +South NaturalGas 2020 0.4676 diff --git a/examples/rps_by_load_zone/inputs/zone_to_regional_fuel_market.tab b/examples/rps_by_load_zone/inputs/zone_to_regional_fuel_market.tab new file mode 100644 index 000000000..34ca5abc0 --- /dev/null +++ b/examples/rps_by_load_zone/inputs/zone_to_regional_fuel_market.tab @@ -0,0 +1,9 @@ +load_zone regional_fuel_market +North All_DistOil +Central All_DistOil +South All_DistOil +North All_NG +Central All_NG +South All_NG +North North_Bio +South South_Bio \ No newline at end of file diff --git a/examples/rps_on_gen/README.md b/examples/rps_on_gen/README.md new file mode 100644 index 000000000..9a33735fa --- /dev/null +++ b/examples/rps_on_gen/README.md @@ -0,0 +1,13 @@ +SYNOPSIS + switch solve --verbose + +This example illustrates the use of Switch to construct and run a +model with three load zones and two investment periods where the first +investment period has more temporal resolution than the second. A +simple Renewable Portfolio Standard (RPS) policy is enforced with the +use of the generators.no_commit module. + +This example is built on the same system as the 3zone_toy example. +It can be observed that more biomass (considered an RPS-elegible fuel +in this example) capacity is built on the first period to provide +enough renewable energy to meet the RPS goals. diff --git a/examples/rps_on_gen/inputs/balancing_areas.tab b/examples/rps_on_gen/inputs/balancing_areas.tab new file mode 100644 index 000000000..1aa4e3dfa --- /dev/null +++ b/examples/rps_on_gen/inputs/balancing_areas.tab @@ -0,0 +1,3 @@ +BALANCING_AREAS quickstart_res_load_frac quickstart_res_wind_frac quickstart_res_solar_frac spinning_res_load_frac spinning_res_wind_frac spinning_res_solar_frac +NorthCentral 0.04 0.05 0.05 0.02 0.05 0.05 +South 0.04 0.06 0.06 0.02 0.07 0.07 \ No newline at end of file diff --git a/examples/rps_on_gen/inputs/financials.dat b/examples/rps_on_gen/inputs/financials.dat new file mode 100644 index 000000000..5260b0024 --- /dev/null +++ b/examples/rps_on_gen/inputs/financials.dat @@ -0,0 +1,3 @@ +param base_financial_year := 2015; +param interest_rate := .07; +param discount_rate := .05; diff --git a/examples/rps_on_gen/inputs/fuel_cost.tab b/examples/rps_on_gen/inputs/fuel_cost.tab new file mode 100644 index 000000000..ac802618f --- /dev/null +++ b/examples/rps_on_gen/inputs/fuel_cost.tab @@ -0,0 +1,17 @@ +load_zone fuel period fuel_cost +North Uranium 2020 2.19 +Central Uranium 2020 2.19 +South Uranium 2020 2.19 +North Uranium 2030 2.2 +Central Uranium 2030 2.2 +South Uranium 2030 2.2 +North Coal 2020 1.9012 +Central Coal 2020 1.9012 +North Coal 2030 2.0467 +Central Coal 2030 2.0467 +North ResidualFuelOil 2020 18.5755 +Central ResidualFuelOil 2020 18.5755 +South ResidualFuelOil 2020 18.5755 +North ResidualFuelOil 2030 20.3021 +Central ResidualFuelOil 2030 20.3021 +South ResidualFuelOil 2030 20.3021 diff --git a/examples/rps_on_gen/inputs/fuel_supply_curves.tab b/examples/rps_on_gen/inputs/fuel_supply_curves.tab new file mode 100644 index 000000000..191b2db37 --- /dev/null +++ b/examples/rps_on_gen/inputs/fuel_supply_curves.tab @@ -0,0 +1,15 @@ +regional_fuel_market period tier unit_cost max_avail_at_cost +All_DistOil 2020 0 21.9802 inf +All_DistOil 2030 0 24.5216 100000 +All_NG 2020 0 4.4647 1950514555 +All_NG 2020 1 5.0709 inf +All_NG 2030 0 5.925 2368354558 +All_NG 2030 1 5.925 inf +North_Bio 2020 0 1.7102 6864985 +North_Bio 2020 1 3.3941 6782413 +North_Bio 2030 0 2.0438 6064415 +North_Bio 2030 1 3.2218 7680076 +South_Bio 2020 0 1.7115 26427258 +South_Bio 2020 1 17.1714 486066 +South_Bio 2030 0 1.7115 26427258 +South_Bio 2030 1 17.1714 26427258 diff --git a/examples/rps_on_gen/inputs/fuels.tab b/examples/rps_on_gen/inputs/fuels.tab new file mode 100644 index 000000000..ae1d25d2b --- /dev/null +++ b/examples/rps_on_gen/inputs/fuels.tab @@ -0,0 +1,7 @@ +fuel co2_intensity upstream_co2_intensity f_rps_eligible +Coal 0.09552 0 0 +ResidualFuelOil 0.0788 0 0 +DistillateFuelOil 0.07315 0 0 +NaturalGas 0.05306 0 0 +Uranium 0 . 0 +BioSolid 0.09435 -0.09435 1 diff --git a/examples/rps_on_gen/inputs/gen_build_costs.tab b/examples/rps_on_gen/inputs/gen_build_costs.tab new file mode 100644 index 000000000..04c9bc810 --- /dev/null +++ b/examples/rps_on_gen/inputs/gen_build_costs.tab @@ -0,0 +1,77 @@ +GENERATION_PROJECT build_year gen_overnight_cost gen_fixed_om +N-Coal_ST 1995 2687700.0 21390.0 +N-Geothermal 2000 5524200.0 0.0 +N-NG_CC 2008 1143900.0 5868.3 +N-NG_GT 2009 605430.0 4891.8 +C-Coal_ST 1985 2687700.0 21390.0 +C-NG_CC 2005 1143900.0 5868.3 +C-NG_GT 2005 605430.0 4891.8 +S-Geothermal 1998 5524200.0 0.0 +S-NG_CC 2000 1143900.0 5868.3 +S-NG_GT 1990 605430.0 4891.8 +S-NG_GT 2002 605430.0 4891.8 +N-Geothermal 2020 5524200.0 0.0 +N-Geothermal 2030 5524200.0 0.0 +N-Coal_IGCC 2020 3729300.0 28923.0 +N-Coal_IGCC 2030 3729300.0 28923.0 +N-Coal_IGCC_CCS 2030 6138000.0 41292.0 +N-NG_CC 2020 1143900.0 5868.3 +N-NG_CC 2030 1143900.0 5868.3 +N-NG_CC_CCS 2030 3487500.0 17112.0 +N-NG_GT 2020 605430.0 4891.8 +N-NG_GT 2030 605430.0 4891.8 +N-Nuclear 2030 5673000.0 118110.0 +N-Biomass_IGCC 2020 3561900.0 88350.0 +N-Biomass_IGCC 2030 3561900.0 88350.0 +N-Biomass_IGCC_CCS 2030 5970600.0 100719.0 +N-Residential_PV 2020 3487500.0 41850.0 +N-Residential_PV 2030 3059700.0 38130.0 +N-Commercial_PV 2020 3106200.0 41850.0 +N-Commercial_PV 2030 2752800.0 38130.0 +N-Central_PV-1 2020 2334300.0 41850.0 +N-Central_PV-2 2020 2334300.0 41850.0 +N-Central_PV-1 2030 2148300.0 38130.0 +N-Central_PV-2 2030 2148300.0 38130.0 +N-Wind-1 2020 1841400.0 55800.0 +N-Wind-2 2020 1841400.0 55800.0 +N-Wind-1 2030 1841400.0 55800.0 +N-Wind-2 2030 1841400.0 55800.0 +C-Coal_IGCC 2020 2983440.0 23138.4 +C-Coal_IGCC 2030 2983440.0 23138.4 +C-NG_CC 2020 915120.0 4694.64 +C-NG_CC 2030 915120.0 4694.64 +C-NG_GT 2020 484344.0 3913.44 +C-NG_GT 2030 484344.0 3913.44 +C-Nuclear 2030 4538400.0 94488.0 +C-Biomass_IGCC 2020 2849520.0 70680.0 +C-Biomass_IGCC 2030 2849520.0 70680.0 +C-Residential_PV 2020 2790000.0 33480.0 +C-Residential_PV 2030 2447760.0 30504.0 +C-Commercial_PV 2020 2484960.0 33480.0 +C-Commercial_PV 2030 2202240.0 30504.0 +C-Central_PV-1 2020 1867440.0 33480.0 +C-Central_PV-2 2020 1867440.0 33480.0 +C-Central_PV-1 2030 1718640.0 30504.0 +C-Central_PV-2 2030 1718640.0 30504.0 +C-Wind-1 2020 1473120.0 44640.0 +C-Wind-2 2020 1473120.0 44640.0 +C-Wind-1 2030 1473120.0 44640.0 +C-Wind-2 2030 1473120.0 44640.0 +S-Geothermal 2020 6629040.0 0.0 +S-Geothermal 2030 6629040.0 0.0 +S-NG_CC 2020 1372680.0 7041.96 +S-NG_CC 2030 1372680.0 7041.96 +S-NG_CC_CCS 2030 4185000.0 20534.4 +S-NG_GT 2020 726516.0 5870.16 +S-NG_GT 2030 726516.0 5870.16 +S-Biomass_IGCC 2020 4274280.0 106020.0 +S-Biomass_IGCC 2030 4274280.0 106020.0 +S-Biomass_IGCC_CCS 2030 7164720.0 120862.8 +S-Residential_PV 2020 4185000.0 50220.0 +S-Residential_PV 2030 3671640.0 45756.0 +S-Commercial_PV 2020 3727440.0 50220.0 +S-Commercial_PV 2030 3303360.0 45756.0 +S-Central_PV-1 2020 2801160.0 50220.0 +S-Central_PV-2 2020 2801160.0 50220.0 +S-Central_PV-1 2030 2577960.0 45756.0 +S-Central_PV-2 2030 2577960.0 45756.0 diff --git a/examples/rps_on_gen/inputs/gen_build_predetermined.tab b/examples/rps_on_gen/inputs/gen_build_predetermined.tab new file mode 100644 index 000000000..aa5c5c73b --- /dev/null +++ b/examples/rps_on_gen/inputs/gen_build_predetermined.tab @@ -0,0 +1,12 @@ +GENERATION_PROJECT build_year gen_predetermined_cap +N-Coal_ST 1995 2 +N-Geothermal 2000 1 +N-NG_CC 2008 2 +N-NG_GT 2009 2 +C-Coal_ST 1985 2 +C-NG_CC 2005 2 +C-NG_GT 2005 2 +S-Geothermal 1998 3 +S-NG_CC 2000 5 +S-NG_GT 1990 3 +S-NG_GT 2002 2 diff --git a/examples/rps_on_gen/inputs/generation_projects_info.tab b/examples/rps_on_gen/inputs/generation_projects_info.tab new file mode 100644 index 000000000..0debde912 --- /dev/null +++ b/examples/rps_on_gen/inputs/generation_projects_info.tab @@ -0,0 +1,39 @@ +GENERATION_PROJECT gen_tech gen_load_zone gen_connect_cost_per_mw gen_capacity_limit_mw gen_full_load_heat_rate gen_variable_om gen_max_age gen_min_build_capacity gen_scheduled_outage_rate gen_forced_outage_rate gen_is_variable gen_is_baseload gen_is_cogen gen_energy_source gen_unit_size gen_ccs_capture_efficiency gen_ccs_energy_load gen_storage_efficiency gen_store_to_release_ratio +N-Geothermal Geothermal North 163081.1 1.5 . 28.83 30 0 0.0075 0.0241 0 1 0 Geothermal . . . . . +N-Coal_IGCC Coal_IGCC North 57566.6 . 7.95 6.0822 40 0 0.08 0.12 0 1 0 Coal 10.0 . . . . +N-Coal_IGCC_CCS Coal_IGCC_CCS North 57566.6 . 10.38 9.858 40 0 0.08 0.12 0 1 0 Coal . 0.85 0.234104046 . . +N-Coal_ST Coal_ST North 57566.6 . 9.0 3.4 40 0 0.06 0.1 0 1 0 Coal . . . . . +N-NG_CC NG_CC North 57566.6 . 6.705 3.4131 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +N-NG_CC_CCS NG_CC_CCS North 57566.6 . 10.08 9.3 20 0 0.04 0.06 0 0 0 NaturalGas . 0.85 0.334821429 . . +N-NG_GT NG_GT North 57566.6 . 10.39 27.807 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +N-Nuclear Nuclear North 57566.6 . 9.72 0.0 40 1000 0.04 0.06 0 1 0 Uranium . . . . . +N-Biomass_IGCC Biomass_IGCC North 57566.6 . 12.5 13.95 40 0 0.09 0.076 0 1 0 BioSolid . . . . . +N-Biomass_IGCC_CCS Biomass_IGCC_CCS North 57566.6 . 16.3208 20.1307 40 0 0.09 0.076 0 1 0 BioSolid . 0.85 0.234115557 . . +N-Residential_PV Residential_PV North 0.0 1.5 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Commercial_PV Commercial_PV North 0.0 2.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Central_PV-1 Central_PV North 51272.0 3.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Central_PV-2 Central_PV North 101661.0 2.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Wind-1 Wind North 71602.0 4.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +N-Wind-2 Wind North 80259.0 1.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +C-Coal_IGCC Coal_IGCC Central 57566.6 . 7.95 4.86576 40 0 0.08 0.12 0 1 0 Coal 10.0 . . . . +C-Coal_ST Coal_ST Central 57566.6 . 9.5 3.6 40 0 0.06 0.1 0 1 0 Coal . . . . . +C-NG_CC NG_CC Central 57566.6 . 6.705 2.73048 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +C-NG_GT NG_GT Central 57566.6 . 10.39 22.2456 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +C-Nuclear Nuclear Central 57566.6 . 9.72 0.0 40 1000 0.04 0.06 0 1 0 Uranium . . . . . +C-Biomass_IGCC Biomass_IGCC Central 57566.6 . 12.5 11.16 40 0 0.09 0.076 0 1 0 BioSolid . . . . . +C-Residential_PV Residential_PV Central 0.0 0.5 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Commercial_PV Commercial_PV Central 0.0 0.7 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Central_PV-1 Central_PV Central 122526.8 2.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Central_PV-2 Central_PV Central 45197.2 3.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Wind-1 Wind Central 72541.5 4.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +C-Wind-2 Wind Central 77892.2 3.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +S-Geothermal Geothermal South 134222.0 3.0 . 34.596 30 0 0.0075 0.0241 0 1 0 Geothermal . . . . . +S-NG_CC NG_CC South 57566.6 . 6.705 4.09572 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +S-NG_CC_CCS NG_CC_CCS South 57566.6 . 10.08 11.16 20 0 0.04 0.06 0 0 0 NaturalGas . 0.85 0.334821429 . . +S-NG_GT NG_GT South 57566.6 5.0 10.39 33.3684 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +S-Biomass_IGCC Biomass_IGCC South 57566.6 . 12.5 16.74 40 0 0.09 0.076 0 1 0 BioSolid . . . . . +S-Biomass_IGCC_CCS Biomass_IGCC_CCS South 57566.6 . 16.3208 24.15684 40 0 0.09 0.076 0 1 0 BioSolid . 0.85 0.234115557 . . +S-Residential_PV Residential_PV South 0.0 3.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +S-Commercial_PV Commercial_PV South 0.0 3.3 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +S-Central_PV-1 Central_PV South 74881.9 0.8 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +S-Central_PV-2 Central_PV South 65370.3 0.4 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . diff --git a/examples/rps_on_gen/inputs/load_zones.tab b/examples/rps_on_gen/inputs/load_zones.tab new file mode 100644 index 000000000..f02e4f01e --- /dev/null +++ b/examples/rps_on_gen/inputs/load_zones.tab @@ -0,0 +1,4 @@ +LOAD_ZONE dbid existing_local_td local_td_annual_cost_per_mw +North 1 5.5 66406.5 +Central 2 3.5 61663.4 +South 3 9.5 128040.0 diff --git a/examples/rps_on_gen/inputs/loads.tab b/examples/rps_on_gen/inputs/loads.tab new file mode 100644 index 000000000..932ef705f --- /dev/null +++ b/examples/rps_on_gen/inputs/loads.tab @@ -0,0 +1,22 @@ +LOAD_ZONE TIMEPOINT zone_demand_mw +North 1 5 +North 2 4 +North 3 4.5 +North 4 4.2 +North 5 4 +North 6 6 +North 7 6 +Central 1 3.7 +Central 2 3 +Central 3 3.6 +Central 4 3.3 +Central 5 3 +Central 6 4 +Central 7 4.6 +South 1 6 +South 2 7 +South 3 6.5 +South 4 7.2 +South 5 8 +South 6 10 +South 7 10.5 diff --git a/examples/rps_on_gen/inputs/modules.txt b/examples/rps_on_gen/inputs/modules.txt new file mode 100644 index 000000000..6c68e6957 --- /dev/null +++ b/examples/rps_on_gen/inputs/modules.txt @@ -0,0 +1,16 @@ +# Core Modules +switch_model +switch_model.timescales +switch_model.financials +switch_model.balancing.load_zones +switch_model.energy_sources.properties +switch_model.generators.core.build +switch_model.generators.core.dispatch +switch_model.reporting +# Custom Modules +switch_model.transmission.local_td +switch_model.generators.core.no_commit +switch_model.energy_sources.fuel_costs.markets +switch_model.transmission.transport.build +switch_model.transmission.transport.dispatch +switch_model.policies.rps_on_gen diff --git a/examples/rps_on_gen/inputs/non_fuel_energy_sources.tab b/examples/rps_on_gen/inputs/non_fuel_energy_sources.tab new file mode 100644 index 000000000..a12496b8b --- /dev/null +++ b/examples/rps_on_gen/inputs/non_fuel_energy_sources.tab @@ -0,0 +1,6 @@ +energy_source +Wind +Solar +Geothermal +Water +Electricity \ No newline at end of file diff --git a/examples/rps_on_gen/inputs/periods.tab b/examples/rps_on_gen/inputs/periods.tab new file mode 100644 index 000000000..cb3cd339f --- /dev/null +++ b/examples/rps_on_gen/inputs/periods.tab @@ -0,0 +1,3 @@ +INVESTMENT_PERIOD period_start period_end +2020 2017 2026 +2030 2027 2036 diff --git a/examples/rps_on_gen/inputs/regional_fuel_markets.tab b/examples/rps_on_gen/inputs/regional_fuel_markets.tab new file mode 100644 index 000000000..b688d2291 --- /dev/null +++ b/examples/rps_on_gen/inputs/regional_fuel_markets.tab @@ -0,0 +1,5 @@ +regional_fuel_market fuel +All_DistOil DistillateFuelOil +All_NG NaturalGas +North_Bio BioSolid +South_Bio BioSolid \ No newline at end of file diff --git a/examples/rps_on_gen/inputs/rps_targets.tab b/examples/rps_on_gen/inputs/rps_targets.tab new file mode 100644 index 000000000..ae57a8c4e --- /dev/null +++ b/examples/rps_on_gen/inputs/rps_targets.tab @@ -0,0 +1,7 @@ +load_zone period rps_target +North 2020 0.35 +North 2030 0.9 +Central 2020 0.35 +Central 2030 0.3 +South 2020 0.35 +South 2030 0.5 diff --git a/examples/rps_on_gen/inputs/switch_inputs_version.txt b/examples/rps_on_gen/inputs/switch_inputs_version.txt new file mode 100644 index 000000000..0f3f84ca6 --- /dev/null +++ b/examples/rps_on_gen/inputs/switch_inputs_version.txt @@ -0,0 +1 @@ +2.0.0b2 diff --git a/examples/rps_on_gen/inputs/timepoints.tab b/examples/rps_on_gen/inputs/timepoints.tab new file mode 100644 index 000000000..126b3e522 --- /dev/null +++ b/examples/rps_on_gen/inputs/timepoints.tab @@ -0,0 +1,8 @@ +timepoint_id timestamp timeseries +1 2025011500 2020_01winter +2 2025011512 2020_01winter +3 2025011600 2020_01winter +4 2025011612 2020_01winter +5 2025061500 2020_06summer +6 2025061512 2020_06summer +7 2035011512 2030_all \ No newline at end of file diff --git a/examples/rps_on_gen/inputs/timeseries.tab b/examples/rps_on_gen/inputs/timeseries.tab new file mode 100644 index 000000000..6c68776bc --- /dev/null +++ b/examples/rps_on_gen/inputs/timeseries.tab @@ -0,0 +1,4 @@ +TIMESERIES ts_period ts_duration_of_tp ts_num_tps ts_scale_to_period +2020_01winter 2020 12 4 913.12 +2020_06summer 2020 12 2 1826.25 +2030_all 2030 24 1 3652.5 \ No newline at end of file diff --git a/examples/rps_on_gen/inputs/transmission_lines.tab b/examples/rps_on_gen/inputs/transmission_lines.tab new file mode 100644 index 000000000..019671fdf --- /dev/null +++ b/examples/rps_on_gen/inputs/transmission_lines.tab @@ -0,0 +1,3 @@ +TRANSMISSION_LINE trans_lz1 trans_lz2 trans_length_km trans_efficiency existing_trans_cap +N-C North Central 100 0.96 3 +C-S Central South 200 0.94 6 \ No newline at end of file diff --git a/examples/rps_on_gen/inputs/variable_capacity_factors.tab b/examples/rps_on_gen/inputs/variable_capacity_factors.tab new file mode 100644 index 000000000..373d28838 --- /dev/null +++ b/examples/rps_on_gen/inputs/variable_capacity_factors.tab @@ -0,0 +1,113 @@ +GENERATION_PROJECT timepoint gen_max_capacity_factor +N-Residential_PV 1 0.00 +N-Residential_PV 2 0.55 +N-Residential_PV 3 0.00 +N-Residential_PV 4 0.60 +N-Residential_PV 5 0.00 +N-Residential_PV 6 0.72 +N-Residential_PV 7 0.33 +N-Commercial_PV 1 0.00 +N-Commercial_PV 2 0.65 +N-Commercial_PV 3 0.00 +N-Commercial_PV 4 0.66 +N-Commercial_PV 5 0.00 +N-Commercial_PV 6 0.73 +N-Commercial_PV 7 0.38 +N-Central_PV-1 1 0.00 +N-Central_PV-1 2 0.56 +N-Central_PV-1 3 0.00 +N-Central_PV-1 4 0.62 +N-Central_PV-1 5 0.00 +N-Central_PV-1 6 0.73 +N-Central_PV-1 7 0.41 +N-Central_PV-2 1 0.00 +N-Central_PV-2 2 0.60 +N-Central_PV-2 3 0.00 +N-Central_PV-2 4 0.61 +N-Central_PV-2 5 0.00 +N-Central_PV-2 6 0.81 +N-Central_PV-2 7 0.36 +C-Residential_PV 1 0.00 +C-Residential_PV 2 0.59 +C-Residential_PV 3 0.00 +C-Residential_PV 4 0.64 +C-Residential_PV 5 0.00 +C-Residential_PV 6 0.74 +C-Residential_PV 7 0.34 +C-Commercial_PV 1 0.00 +C-Commercial_PV 2 0.61 +C-Commercial_PV 3 0.00 +C-Commercial_PV 4 0.66 +C-Commercial_PV 5 0.00 +C-Commercial_PV 6 0.74 +C-Commercial_PV 7 0.40 +C-Central_PV-1 1 0.00 +C-Central_PV-1 2 0.61 +C-Central_PV-1 3 0.00 +C-Central_PV-1 4 0.64 +C-Central_PV-1 5 0.00 +C-Central_PV-1 6 0.79 +C-Central_PV-1 7 0.39 +C-Central_PV-2 1 0.00 +C-Central_PV-2 2 0.64 +C-Central_PV-2 3 0.00 +C-Central_PV-2 4 0.68 +C-Central_PV-2 5 0.00 +C-Central_PV-2 6 0.72 +C-Central_PV-2 7 0.41 +S-Residential_PV 1 0.00 +S-Residential_PV 2 0.57 +S-Residential_PV 3 0.00 +S-Residential_PV 4 0.66 +S-Residential_PV 5 0.00 +S-Residential_PV 6 0.75 +S-Residential_PV 7 0.34 +S-Commercial_PV 1 0.00 +S-Commercial_PV 2 0.57 +S-Commercial_PV 3 0.00 +S-Commercial_PV 4 0.63 +S-Commercial_PV 5 0.00 +S-Commercial_PV 6 0.79 +S-Commercial_PV 7 0.34 +S-Central_PV-1 1 0.00 +S-Central_PV-1 2 0.61 +S-Central_PV-1 3 0.00 +S-Central_PV-1 4 0.70 +S-Central_PV-1 5 0.00 +S-Central_PV-1 6 0.75 +S-Central_PV-1 7 0.37 +S-Central_PV-2 1 0.00 +S-Central_PV-2 2 0.64 +S-Central_PV-2 3 0.00 +S-Central_PV-2 4 0.63 +S-Central_PV-2 5 0.00 +S-Central_PV-2 6 0.74 +S-Central_PV-2 7 0.40 +N-Wind-1 1 0.60 +N-Wind-1 2 0.30 +N-Wind-1 3 0.65 +N-Wind-1 4 0.42 +N-Wind-1 5 0.12 +N-Wind-1 6 0.05 +N-Wind-1 7 0.80 +N-Wind-2 1 0.68 +N-Wind-2 2 0.33 +N-Wind-2 3 0.71 +N-Wind-2 4 0.46 +N-Wind-2 5 0.17 +N-Wind-2 6 0.13 +N-Wind-2 7 0.87 +C-Wind-1 1 0.66 +C-Wind-1 2 0.40 +C-Wind-1 3 0.73 +C-Wind-1 4 0.50 +C-Wind-1 5 0.22 +C-Wind-1 6 0.05 +C-Wind-1 7 0.80 +C-Wind-2 1 0.62 +C-Wind-2 2 0.36 +C-Wind-2 3 0.66 +C-Wind-2 4 0.48 +C-Wind-2 5 0.14 +C-Wind-2 6 0.05 +C-Wind-2 7 0.86 diff --git a/examples/rps_on_gen/inputs/zone_balancing_areas.tab b/examples/rps_on_gen/inputs/zone_balancing_areas.tab new file mode 100644 index 000000000..18c8a881d --- /dev/null +++ b/examples/rps_on_gen/inputs/zone_balancing_areas.tab @@ -0,0 +1,4 @@ +LOAD_ZONE balancing_area +North NorthCentral +Central NorthCentral +South South \ No newline at end of file diff --git a/examples/rps_on_gen/inputs/zone_coincident_peak_demand.tab b/examples/rps_on_gen/inputs/zone_coincident_peak_demand.tab new file mode 100644 index 000000000..f4afb9c30 --- /dev/null +++ b/examples/rps_on_gen/inputs/zone_coincident_peak_demand.tab @@ -0,0 +1,7 @@ +LOAD_ZONE PERIOD zone_expected_coincident_peak_demand +North 2020 6 +Central 2020 4 +South 2020 10 +North 2030 8 +Central 2030 6 +South 2030 12 diff --git a/examples/rps_on_gen/inputs/zone_fuel_cost_diff.tab b/examples/rps_on_gen/inputs/zone_fuel_cost_diff.tab new file mode 100644 index 000000000..02940cd15 --- /dev/null +++ b/examples/rps_on_gen/inputs/zone_fuel_cost_diff.tab @@ -0,0 +1,11 @@ +load_zone fuel period fuel_cost_adder +North Coal 2020 0.1 +North Coal 2030 0.1 +Central Coal 2020 -.2 +Central Coal 2030 -.2 +North NaturalGas 2020 -0.2434 +North NaturalGas 2030 -0.4021 +Central NaturalGas 2020 0.1 +Central NaturalGas 2030 0.15 +South NaturalGas 2020 0.3497 +South NaturalGas 2020 0.4676 diff --git a/examples/rps_on_gen/inputs/zone_to_regional_fuel_market.tab b/examples/rps_on_gen/inputs/zone_to_regional_fuel_market.tab new file mode 100644 index 000000000..34ca5abc0 --- /dev/null +++ b/examples/rps_on_gen/inputs/zone_to_regional_fuel_market.tab @@ -0,0 +1,9 @@ +load_zone regional_fuel_market +North All_DistOil +Central All_DistOil +South All_DistOil +North All_NG +Central All_NG +South All_NG +North North_Bio +South South_Bio \ No newline at end of file diff --git a/examples/rps_simple/inputs/switch_inputs_version.txt b/examples/rps_simple/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/rps_simple/inputs/switch_inputs_version.txt +++ b/examples/rps_simple/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/rps_simple/outputs/total_cost.txt b/examples/rps_simple/outputs/total_cost.txt index 1f97e0ad2..9b28629e9 100644 --- a/examples/rps_simple/outputs/total_cost.txt +++ b/examples/rps_simple/outputs/total_cost.txt @@ -1 +1 @@ -140343019.693 +138196340.72 diff --git a/examples/rps_unbundled/README.md b/examples/rps_unbundled/README.md new file mode 100644 index 000000000..9a33735fa --- /dev/null +++ b/examples/rps_unbundled/README.md @@ -0,0 +1,13 @@ +SYNOPSIS + switch solve --verbose + +This example illustrates the use of Switch to construct and run a +model with three load zones and two investment periods where the first +investment period has more temporal resolution than the second. A +simple Renewable Portfolio Standard (RPS) policy is enforced with the +use of the generators.no_commit module. + +This example is built on the same system as the 3zone_toy example. +It can be observed that more biomass (considered an RPS-elegible fuel +in this example) capacity is built on the first period to provide +enough renewable energy to meet the RPS goals. diff --git a/examples/rps_unbundled/inputs/balancing_areas.tab b/examples/rps_unbundled/inputs/balancing_areas.tab new file mode 100644 index 000000000..1aa4e3dfa --- /dev/null +++ b/examples/rps_unbundled/inputs/balancing_areas.tab @@ -0,0 +1,3 @@ +BALANCING_AREAS quickstart_res_load_frac quickstart_res_wind_frac quickstart_res_solar_frac spinning_res_load_frac spinning_res_wind_frac spinning_res_solar_frac +NorthCentral 0.04 0.05 0.05 0.02 0.05 0.05 +South 0.04 0.06 0.06 0.02 0.07 0.07 \ No newline at end of file diff --git a/examples/rps_unbundled/inputs/financials.dat b/examples/rps_unbundled/inputs/financials.dat new file mode 100644 index 000000000..5260b0024 --- /dev/null +++ b/examples/rps_unbundled/inputs/financials.dat @@ -0,0 +1,3 @@ +param base_financial_year := 2015; +param interest_rate := .07; +param discount_rate := .05; diff --git a/examples/rps_unbundled/inputs/fuel_cost.tab b/examples/rps_unbundled/inputs/fuel_cost.tab new file mode 100644 index 000000000..ac802618f --- /dev/null +++ b/examples/rps_unbundled/inputs/fuel_cost.tab @@ -0,0 +1,17 @@ +load_zone fuel period fuel_cost +North Uranium 2020 2.19 +Central Uranium 2020 2.19 +South Uranium 2020 2.19 +North Uranium 2030 2.2 +Central Uranium 2030 2.2 +South Uranium 2030 2.2 +North Coal 2020 1.9012 +Central Coal 2020 1.9012 +North Coal 2030 2.0467 +Central Coal 2030 2.0467 +North ResidualFuelOil 2020 18.5755 +Central ResidualFuelOil 2020 18.5755 +South ResidualFuelOil 2020 18.5755 +North ResidualFuelOil 2030 20.3021 +Central ResidualFuelOil 2030 20.3021 +South ResidualFuelOil 2030 20.3021 diff --git a/examples/rps_unbundled/inputs/fuel_supply_curves.tab b/examples/rps_unbundled/inputs/fuel_supply_curves.tab new file mode 100644 index 000000000..191b2db37 --- /dev/null +++ b/examples/rps_unbundled/inputs/fuel_supply_curves.tab @@ -0,0 +1,15 @@ +regional_fuel_market period tier unit_cost max_avail_at_cost +All_DistOil 2020 0 21.9802 inf +All_DistOil 2030 0 24.5216 100000 +All_NG 2020 0 4.4647 1950514555 +All_NG 2020 1 5.0709 inf +All_NG 2030 0 5.925 2368354558 +All_NG 2030 1 5.925 inf +North_Bio 2020 0 1.7102 6864985 +North_Bio 2020 1 3.3941 6782413 +North_Bio 2030 0 2.0438 6064415 +North_Bio 2030 1 3.2218 7680076 +South_Bio 2020 0 1.7115 26427258 +South_Bio 2020 1 17.1714 486066 +South_Bio 2030 0 1.7115 26427258 +South_Bio 2030 1 17.1714 26427258 diff --git a/examples/rps_unbundled/inputs/fuels.tab b/examples/rps_unbundled/inputs/fuels.tab new file mode 100644 index 000000000..ae1d25d2b --- /dev/null +++ b/examples/rps_unbundled/inputs/fuels.tab @@ -0,0 +1,7 @@ +fuel co2_intensity upstream_co2_intensity f_rps_eligible +Coal 0.09552 0 0 +ResidualFuelOil 0.0788 0 0 +DistillateFuelOil 0.07315 0 0 +NaturalGas 0.05306 0 0 +Uranium 0 . 0 +BioSolid 0.09435 -0.09435 1 diff --git a/examples/rps_unbundled/inputs/gen_build_costs.tab b/examples/rps_unbundled/inputs/gen_build_costs.tab new file mode 100644 index 000000000..04c9bc810 --- /dev/null +++ b/examples/rps_unbundled/inputs/gen_build_costs.tab @@ -0,0 +1,77 @@ +GENERATION_PROJECT build_year gen_overnight_cost gen_fixed_om +N-Coal_ST 1995 2687700.0 21390.0 +N-Geothermal 2000 5524200.0 0.0 +N-NG_CC 2008 1143900.0 5868.3 +N-NG_GT 2009 605430.0 4891.8 +C-Coal_ST 1985 2687700.0 21390.0 +C-NG_CC 2005 1143900.0 5868.3 +C-NG_GT 2005 605430.0 4891.8 +S-Geothermal 1998 5524200.0 0.0 +S-NG_CC 2000 1143900.0 5868.3 +S-NG_GT 1990 605430.0 4891.8 +S-NG_GT 2002 605430.0 4891.8 +N-Geothermal 2020 5524200.0 0.0 +N-Geothermal 2030 5524200.0 0.0 +N-Coal_IGCC 2020 3729300.0 28923.0 +N-Coal_IGCC 2030 3729300.0 28923.0 +N-Coal_IGCC_CCS 2030 6138000.0 41292.0 +N-NG_CC 2020 1143900.0 5868.3 +N-NG_CC 2030 1143900.0 5868.3 +N-NG_CC_CCS 2030 3487500.0 17112.0 +N-NG_GT 2020 605430.0 4891.8 +N-NG_GT 2030 605430.0 4891.8 +N-Nuclear 2030 5673000.0 118110.0 +N-Biomass_IGCC 2020 3561900.0 88350.0 +N-Biomass_IGCC 2030 3561900.0 88350.0 +N-Biomass_IGCC_CCS 2030 5970600.0 100719.0 +N-Residential_PV 2020 3487500.0 41850.0 +N-Residential_PV 2030 3059700.0 38130.0 +N-Commercial_PV 2020 3106200.0 41850.0 +N-Commercial_PV 2030 2752800.0 38130.0 +N-Central_PV-1 2020 2334300.0 41850.0 +N-Central_PV-2 2020 2334300.0 41850.0 +N-Central_PV-1 2030 2148300.0 38130.0 +N-Central_PV-2 2030 2148300.0 38130.0 +N-Wind-1 2020 1841400.0 55800.0 +N-Wind-2 2020 1841400.0 55800.0 +N-Wind-1 2030 1841400.0 55800.0 +N-Wind-2 2030 1841400.0 55800.0 +C-Coal_IGCC 2020 2983440.0 23138.4 +C-Coal_IGCC 2030 2983440.0 23138.4 +C-NG_CC 2020 915120.0 4694.64 +C-NG_CC 2030 915120.0 4694.64 +C-NG_GT 2020 484344.0 3913.44 +C-NG_GT 2030 484344.0 3913.44 +C-Nuclear 2030 4538400.0 94488.0 +C-Biomass_IGCC 2020 2849520.0 70680.0 +C-Biomass_IGCC 2030 2849520.0 70680.0 +C-Residential_PV 2020 2790000.0 33480.0 +C-Residential_PV 2030 2447760.0 30504.0 +C-Commercial_PV 2020 2484960.0 33480.0 +C-Commercial_PV 2030 2202240.0 30504.0 +C-Central_PV-1 2020 1867440.0 33480.0 +C-Central_PV-2 2020 1867440.0 33480.0 +C-Central_PV-1 2030 1718640.0 30504.0 +C-Central_PV-2 2030 1718640.0 30504.0 +C-Wind-1 2020 1473120.0 44640.0 +C-Wind-2 2020 1473120.0 44640.0 +C-Wind-1 2030 1473120.0 44640.0 +C-Wind-2 2030 1473120.0 44640.0 +S-Geothermal 2020 6629040.0 0.0 +S-Geothermal 2030 6629040.0 0.0 +S-NG_CC 2020 1372680.0 7041.96 +S-NG_CC 2030 1372680.0 7041.96 +S-NG_CC_CCS 2030 4185000.0 20534.4 +S-NG_GT 2020 726516.0 5870.16 +S-NG_GT 2030 726516.0 5870.16 +S-Biomass_IGCC 2020 4274280.0 106020.0 +S-Biomass_IGCC 2030 4274280.0 106020.0 +S-Biomass_IGCC_CCS 2030 7164720.0 120862.8 +S-Residential_PV 2020 4185000.0 50220.0 +S-Residential_PV 2030 3671640.0 45756.0 +S-Commercial_PV 2020 3727440.0 50220.0 +S-Commercial_PV 2030 3303360.0 45756.0 +S-Central_PV-1 2020 2801160.0 50220.0 +S-Central_PV-2 2020 2801160.0 50220.0 +S-Central_PV-1 2030 2577960.0 45756.0 +S-Central_PV-2 2030 2577960.0 45756.0 diff --git a/examples/rps_unbundled/inputs/gen_build_predetermined.tab b/examples/rps_unbundled/inputs/gen_build_predetermined.tab new file mode 100644 index 000000000..aa5c5c73b --- /dev/null +++ b/examples/rps_unbundled/inputs/gen_build_predetermined.tab @@ -0,0 +1,12 @@ +GENERATION_PROJECT build_year gen_predetermined_cap +N-Coal_ST 1995 2 +N-Geothermal 2000 1 +N-NG_CC 2008 2 +N-NG_GT 2009 2 +C-Coal_ST 1985 2 +C-NG_CC 2005 2 +C-NG_GT 2005 2 +S-Geothermal 1998 3 +S-NG_CC 2000 5 +S-NG_GT 1990 3 +S-NG_GT 2002 2 diff --git a/examples/rps_unbundled/inputs/generation_projects_info.tab b/examples/rps_unbundled/inputs/generation_projects_info.tab new file mode 100644 index 000000000..0debde912 --- /dev/null +++ b/examples/rps_unbundled/inputs/generation_projects_info.tab @@ -0,0 +1,39 @@ +GENERATION_PROJECT gen_tech gen_load_zone gen_connect_cost_per_mw gen_capacity_limit_mw gen_full_load_heat_rate gen_variable_om gen_max_age gen_min_build_capacity gen_scheduled_outage_rate gen_forced_outage_rate gen_is_variable gen_is_baseload gen_is_cogen gen_energy_source gen_unit_size gen_ccs_capture_efficiency gen_ccs_energy_load gen_storage_efficiency gen_store_to_release_ratio +N-Geothermal Geothermal North 163081.1 1.5 . 28.83 30 0 0.0075 0.0241 0 1 0 Geothermal . . . . . +N-Coal_IGCC Coal_IGCC North 57566.6 . 7.95 6.0822 40 0 0.08 0.12 0 1 0 Coal 10.0 . . . . +N-Coal_IGCC_CCS Coal_IGCC_CCS North 57566.6 . 10.38 9.858 40 0 0.08 0.12 0 1 0 Coal . 0.85 0.234104046 . . +N-Coal_ST Coal_ST North 57566.6 . 9.0 3.4 40 0 0.06 0.1 0 1 0 Coal . . . . . +N-NG_CC NG_CC North 57566.6 . 6.705 3.4131 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +N-NG_CC_CCS NG_CC_CCS North 57566.6 . 10.08 9.3 20 0 0.04 0.06 0 0 0 NaturalGas . 0.85 0.334821429 . . +N-NG_GT NG_GT North 57566.6 . 10.39 27.807 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +N-Nuclear Nuclear North 57566.6 . 9.72 0.0 40 1000 0.04 0.06 0 1 0 Uranium . . . . . +N-Biomass_IGCC Biomass_IGCC North 57566.6 . 12.5 13.95 40 0 0.09 0.076 0 1 0 BioSolid . . . . . +N-Biomass_IGCC_CCS Biomass_IGCC_CCS North 57566.6 . 16.3208 20.1307 40 0 0.09 0.076 0 1 0 BioSolid . 0.85 0.234115557 . . +N-Residential_PV Residential_PV North 0.0 1.5 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Commercial_PV Commercial_PV North 0.0 2.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Central_PV-1 Central_PV North 51272.0 3.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Central_PV-2 Central_PV North 101661.0 2.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +N-Wind-1 Wind North 71602.0 4.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +N-Wind-2 Wind North 80259.0 1.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +C-Coal_IGCC Coal_IGCC Central 57566.6 . 7.95 4.86576 40 0 0.08 0.12 0 1 0 Coal 10.0 . . . . +C-Coal_ST Coal_ST Central 57566.6 . 9.5 3.6 40 0 0.06 0.1 0 1 0 Coal . . . . . +C-NG_CC NG_CC Central 57566.6 . 6.705 2.73048 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +C-NG_GT NG_GT Central 57566.6 . 10.39 22.2456 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +C-Nuclear Nuclear Central 57566.6 . 9.72 0.0 40 1000 0.04 0.06 0 1 0 Uranium . . . . . +C-Biomass_IGCC Biomass_IGCC Central 57566.6 . 12.5 11.16 40 0 0.09 0.076 0 1 0 BioSolid . . . . . +C-Residential_PV Residential_PV Central 0.0 0.5 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Commercial_PV Commercial_PV Central 0.0 0.7 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Central_PV-1 Central_PV Central 122526.8 2.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Central_PV-2 Central_PV Central 45197.2 3.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +C-Wind-1 Wind Central 72541.5 4.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +C-Wind-2 Wind Central 77892.2 3.0 . 0.0 30 0 0.05 0.006 1 0 0 Wind . . . . . +S-Geothermal Geothermal South 134222.0 3.0 . 34.596 30 0 0.0075 0.0241 0 1 0 Geothermal . . . . . +S-NG_CC NG_CC South 57566.6 . 6.705 4.09572 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +S-NG_CC_CCS NG_CC_CCS South 57566.6 . 10.08 11.16 20 0 0.04 0.06 0 0 0 NaturalGas . 0.85 0.334821429 . . +S-NG_GT NG_GT South 57566.6 5.0 10.39 33.3684 20 0 0.04 0.06 0 0 0 NaturalGas . . . . . +S-Biomass_IGCC Biomass_IGCC South 57566.6 . 12.5 16.74 40 0 0.09 0.076 0 1 0 BioSolid . . . . . +S-Biomass_IGCC_CCS Biomass_IGCC_CCS South 57566.6 . 16.3208 24.15684 40 0 0.09 0.076 0 1 0 BioSolid . 0.85 0.234115557 . . +S-Residential_PV Residential_PV South 0.0 3.0 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +S-Commercial_PV Commercial_PV South 0.0 3.3 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +S-Central_PV-1 Central_PV South 74881.9 0.8 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . +S-Central_PV-2 Central_PV South 65370.3 0.4 . 0.0 20 0 0.0 0.02 1 0 0 Solar . . . . . diff --git a/examples/rps_unbundled/inputs/load_zones.tab b/examples/rps_unbundled/inputs/load_zones.tab new file mode 100644 index 000000000..f02e4f01e --- /dev/null +++ b/examples/rps_unbundled/inputs/load_zones.tab @@ -0,0 +1,4 @@ +LOAD_ZONE dbid existing_local_td local_td_annual_cost_per_mw +North 1 5.5 66406.5 +Central 2 3.5 61663.4 +South 3 9.5 128040.0 diff --git a/examples/rps_unbundled/inputs/loads.tab b/examples/rps_unbundled/inputs/loads.tab new file mode 100644 index 000000000..932ef705f --- /dev/null +++ b/examples/rps_unbundled/inputs/loads.tab @@ -0,0 +1,22 @@ +LOAD_ZONE TIMEPOINT zone_demand_mw +North 1 5 +North 2 4 +North 3 4.5 +North 4 4.2 +North 5 4 +North 6 6 +North 7 6 +Central 1 3.7 +Central 2 3 +Central 3 3.6 +Central 4 3.3 +Central 5 3 +Central 6 4 +Central 7 4.6 +South 1 6 +South 2 7 +South 3 6.5 +South 4 7.2 +South 5 8 +South 6 10 +South 7 10.5 diff --git a/examples/rps_unbundled/inputs/modules.txt b/examples/rps_unbundled/inputs/modules.txt new file mode 100644 index 000000000..4ac438611 --- /dev/null +++ b/examples/rps_unbundled/inputs/modules.txt @@ -0,0 +1,16 @@ +# Core Modules +switch_model +switch_model.timescales +switch_model.financials +switch_model.balancing.load_zones +switch_model.energy_sources.properties +switch_model.generators.core.build +switch_model.generators.core.dispatch +switch_model.reporting +# Custom Modules +switch_model.transmission.local_td +switch_model.generators.core.no_commit +switch_model.energy_sources.fuel_costs.markets +switch_model.transmission.transport.build +switch_model.transmission.transport.dispatch +switch_model.policies.rps_unbundled diff --git a/examples/rps_unbundled/inputs/non_fuel_energy_sources.tab b/examples/rps_unbundled/inputs/non_fuel_energy_sources.tab new file mode 100644 index 000000000..a12496b8b --- /dev/null +++ b/examples/rps_unbundled/inputs/non_fuel_energy_sources.tab @@ -0,0 +1,6 @@ +energy_source +Wind +Solar +Geothermal +Water +Electricity \ No newline at end of file diff --git a/examples/rps_unbundled/inputs/periods.tab b/examples/rps_unbundled/inputs/periods.tab new file mode 100644 index 000000000..cb3cd339f --- /dev/null +++ b/examples/rps_unbundled/inputs/periods.tab @@ -0,0 +1,3 @@ +INVESTMENT_PERIOD period_start period_end +2020 2017 2026 +2030 2027 2036 diff --git a/examples/rps_unbundled/inputs/regional_fuel_markets.tab b/examples/rps_unbundled/inputs/regional_fuel_markets.tab new file mode 100644 index 000000000..b688d2291 --- /dev/null +++ b/examples/rps_unbundled/inputs/regional_fuel_markets.tab @@ -0,0 +1,5 @@ +regional_fuel_market fuel +All_DistOil DistillateFuelOil +All_NG NaturalGas +North_Bio BioSolid +South_Bio BioSolid \ No newline at end of file diff --git a/examples/rps_unbundled/inputs/rps_targets.tab b/examples/rps_unbundled/inputs/rps_targets.tab new file mode 100644 index 000000000..ae57a8c4e --- /dev/null +++ b/examples/rps_unbundled/inputs/rps_targets.tab @@ -0,0 +1,7 @@ +load_zone period rps_target +North 2020 0.35 +North 2030 0.9 +Central 2020 0.35 +Central 2030 0.3 +South 2020 0.35 +South 2030 0.5 diff --git a/examples/rps_unbundled/inputs/switch_inputs_version.txt b/examples/rps_unbundled/inputs/switch_inputs_version.txt new file mode 100644 index 000000000..0f3f84ca6 --- /dev/null +++ b/examples/rps_unbundled/inputs/switch_inputs_version.txt @@ -0,0 +1 @@ +2.0.0b2 diff --git a/examples/rps_unbundled/inputs/timepoints.tab b/examples/rps_unbundled/inputs/timepoints.tab new file mode 100644 index 000000000..126b3e522 --- /dev/null +++ b/examples/rps_unbundled/inputs/timepoints.tab @@ -0,0 +1,8 @@ +timepoint_id timestamp timeseries +1 2025011500 2020_01winter +2 2025011512 2020_01winter +3 2025011600 2020_01winter +4 2025011612 2020_01winter +5 2025061500 2020_06summer +6 2025061512 2020_06summer +7 2035011512 2030_all \ No newline at end of file diff --git a/examples/rps_unbundled/inputs/timeseries.tab b/examples/rps_unbundled/inputs/timeseries.tab new file mode 100644 index 000000000..6c68776bc --- /dev/null +++ b/examples/rps_unbundled/inputs/timeseries.tab @@ -0,0 +1,4 @@ +TIMESERIES ts_period ts_duration_of_tp ts_num_tps ts_scale_to_period +2020_01winter 2020 12 4 913.12 +2020_06summer 2020 12 2 1826.25 +2030_all 2030 24 1 3652.5 \ No newline at end of file diff --git a/examples/rps_unbundled/inputs/transmission_lines.tab b/examples/rps_unbundled/inputs/transmission_lines.tab new file mode 100644 index 000000000..019671fdf --- /dev/null +++ b/examples/rps_unbundled/inputs/transmission_lines.tab @@ -0,0 +1,3 @@ +TRANSMISSION_LINE trans_lz1 trans_lz2 trans_length_km trans_efficiency existing_trans_cap +N-C North Central 100 0.96 3 +C-S Central South 200 0.94 6 \ No newline at end of file diff --git a/examples/rps_unbundled/inputs/variable_capacity_factors.tab b/examples/rps_unbundled/inputs/variable_capacity_factors.tab new file mode 100644 index 000000000..373d28838 --- /dev/null +++ b/examples/rps_unbundled/inputs/variable_capacity_factors.tab @@ -0,0 +1,113 @@ +GENERATION_PROJECT timepoint gen_max_capacity_factor +N-Residential_PV 1 0.00 +N-Residential_PV 2 0.55 +N-Residential_PV 3 0.00 +N-Residential_PV 4 0.60 +N-Residential_PV 5 0.00 +N-Residential_PV 6 0.72 +N-Residential_PV 7 0.33 +N-Commercial_PV 1 0.00 +N-Commercial_PV 2 0.65 +N-Commercial_PV 3 0.00 +N-Commercial_PV 4 0.66 +N-Commercial_PV 5 0.00 +N-Commercial_PV 6 0.73 +N-Commercial_PV 7 0.38 +N-Central_PV-1 1 0.00 +N-Central_PV-1 2 0.56 +N-Central_PV-1 3 0.00 +N-Central_PV-1 4 0.62 +N-Central_PV-1 5 0.00 +N-Central_PV-1 6 0.73 +N-Central_PV-1 7 0.41 +N-Central_PV-2 1 0.00 +N-Central_PV-2 2 0.60 +N-Central_PV-2 3 0.00 +N-Central_PV-2 4 0.61 +N-Central_PV-2 5 0.00 +N-Central_PV-2 6 0.81 +N-Central_PV-2 7 0.36 +C-Residential_PV 1 0.00 +C-Residential_PV 2 0.59 +C-Residential_PV 3 0.00 +C-Residential_PV 4 0.64 +C-Residential_PV 5 0.00 +C-Residential_PV 6 0.74 +C-Residential_PV 7 0.34 +C-Commercial_PV 1 0.00 +C-Commercial_PV 2 0.61 +C-Commercial_PV 3 0.00 +C-Commercial_PV 4 0.66 +C-Commercial_PV 5 0.00 +C-Commercial_PV 6 0.74 +C-Commercial_PV 7 0.40 +C-Central_PV-1 1 0.00 +C-Central_PV-1 2 0.61 +C-Central_PV-1 3 0.00 +C-Central_PV-1 4 0.64 +C-Central_PV-1 5 0.00 +C-Central_PV-1 6 0.79 +C-Central_PV-1 7 0.39 +C-Central_PV-2 1 0.00 +C-Central_PV-2 2 0.64 +C-Central_PV-2 3 0.00 +C-Central_PV-2 4 0.68 +C-Central_PV-2 5 0.00 +C-Central_PV-2 6 0.72 +C-Central_PV-2 7 0.41 +S-Residential_PV 1 0.00 +S-Residential_PV 2 0.57 +S-Residential_PV 3 0.00 +S-Residential_PV 4 0.66 +S-Residential_PV 5 0.00 +S-Residential_PV 6 0.75 +S-Residential_PV 7 0.34 +S-Commercial_PV 1 0.00 +S-Commercial_PV 2 0.57 +S-Commercial_PV 3 0.00 +S-Commercial_PV 4 0.63 +S-Commercial_PV 5 0.00 +S-Commercial_PV 6 0.79 +S-Commercial_PV 7 0.34 +S-Central_PV-1 1 0.00 +S-Central_PV-1 2 0.61 +S-Central_PV-1 3 0.00 +S-Central_PV-1 4 0.70 +S-Central_PV-1 5 0.00 +S-Central_PV-1 6 0.75 +S-Central_PV-1 7 0.37 +S-Central_PV-2 1 0.00 +S-Central_PV-2 2 0.64 +S-Central_PV-2 3 0.00 +S-Central_PV-2 4 0.63 +S-Central_PV-2 5 0.00 +S-Central_PV-2 6 0.74 +S-Central_PV-2 7 0.40 +N-Wind-1 1 0.60 +N-Wind-1 2 0.30 +N-Wind-1 3 0.65 +N-Wind-1 4 0.42 +N-Wind-1 5 0.12 +N-Wind-1 6 0.05 +N-Wind-1 7 0.80 +N-Wind-2 1 0.68 +N-Wind-2 2 0.33 +N-Wind-2 3 0.71 +N-Wind-2 4 0.46 +N-Wind-2 5 0.17 +N-Wind-2 6 0.13 +N-Wind-2 7 0.87 +C-Wind-1 1 0.66 +C-Wind-1 2 0.40 +C-Wind-1 3 0.73 +C-Wind-1 4 0.50 +C-Wind-1 5 0.22 +C-Wind-1 6 0.05 +C-Wind-1 7 0.80 +C-Wind-2 1 0.62 +C-Wind-2 2 0.36 +C-Wind-2 3 0.66 +C-Wind-2 4 0.48 +C-Wind-2 5 0.14 +C-Wind-2 6 0.05 +C-Wind-2 7 0.86 diff --git a/examples/rps_unbundled/inputs/zone_balancing_areas.tab b/examples/rps_unbundled/inputs/zone_balancing_areas.tab new file mode 100644 index 000000000..18c8a881d --- /dev/null +++ b/examples/rps_unbundled/inputs/zone_balancing_areas.tab @@ -0,0 +1,4 @@ +LOAD_ZONE balancing_area +North NorthCentral +Central NorthCentral +South South \ No newline at end of file diff --git a/examples/rps_unbundled/inputs/zone_coincident_peak_demand.tab b/examples/rps_unbundled/inputs/zone_coincident_peak_demand.tab new file mode 100644 index 000000000..f4afb9c30 --- /dev/null +++ b/examples/rps_unbundled/inputs/zone_coincident_peak_demand.tab @@ -0,0 +1,7 @@ +LOAD_ZONE PERIOD zone_expected_coincident_peak_demand +North 2020 6 +Central 2020 4 +South 2020 10 +North 2030 8 +Central 2030 6 +South 2030 12 diff --git a/examples/rps_unbundled/inputs/zone_fuel_cost_diff.tab b/examples/rps_unbundled/inputs/zone_fuel_cost_diff.tab new file mode 100644 index 000000000..02940cd15 --- /dev/null +++ b/examples/rps_unbundled/inputs/zone_fuel_cost_diff.tab @@ -0,0 +1,11 @@ +load_zone fuel period fuel_cost_adder +North Coal 2020 0.1 +North Coal 2030 0.1 +Central Coal 2020 -.2 +Central Coal 2030 -.2 +North NaturalGas 2020 -0.2434 +North NaturalGas 2030 -0.4021 +Central NaturalGas 2020 0.1 +Central NaturalGas 2030 0.15 +South NaturalGas 2020 0.3497 +South NaturalGas 2020 0.4676 diff --git a/examples/rps_unbundled/inputs/zone_to_regional_fuel_market.tab b/examples/rps_unbundled/inputs/zone_to_regional_fuel_market.tab new file mode 100644 index 000000000..34ca5abc0 --- /dev/null +++ b/examples/rps_unbundled/inputs/zone_to_regional_fuel_market.tab @@ -0,0 +1,9 @@ +load_zone regional_fuel_market +North All_DistOil +Central All_DistOil +South All_DistOil +North All_NG +Central All_NG +South All_NG +North North_Bio +South South_Bio \ No newline at end of file diff --git a/examples/storage/inputs/switch_inputs_version.txt b/examples/storage/inputs/switch_inputs_version.txt index e01025862..157e54f3e 100644 --- a/examples/storage/inputs/switch_inputs_version.txt +++ b/examples/storage/inputs/switch_inputs_version.txt @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/examples/storage/outputs/BuildGen.tab b/examples/storage/outputs/BuildGen.tab deleted file mode 100644 index 914111b3f..000000000 --- a/examples/storage/outputs/BuildGen.tab +++ /dev/null @@ -1,6 +0,0 @@ -GEN_BLD_YRS_1 GEN_BLD_YRS_2 BuildGen -Battery_Storage 2020 4.02460641399417 -S-Geothermal 1998 1.0 -S-Geothermal 2020 3.58827442700496 -S-Central_PV-1 2020 0.0 -S-Central_PV-1 2000 1.0 diff --git a/examples/storage/outputs/BuildMinGenCap.tab b/examples/storage/outputs/BuildMinGenCap.tab deleted file mode 100644 index c8e45c155..000000000 --- a/examples/storage/outputs/BuildMinGenCap.tab +++ /dev/null @@ -1 +0,0 @@ -NEW_GEN_WITH_MIN_BUILD_YEARS_1 NEW_GEN_WITH_MIN_BUILD_YEARS_2 BuildMinGenCap diff --git a/examples/storage/outputs/BuildStorageEnergy.tab b/examples/storage/outputs/BuildStorageEnergy.tab deleted file mode 100644 index f4071b998..000000000 --- a/examples/storage/outputs/BuildStorageEnergy.tab +++ /dev/null @@ -1,2 +0,0 @@ -STORAGE_GEN_BLD_YRS_1 STORAGE_GEN_BLD_YRS_2 BuildStorageEnergy -Battery_Storage 2020 35.4970285714286 diff --git a/examples/storage/outputs/ChargeStorage.tab b/examples/storage/outputs/ChargeStorage.tab deleted file mode 100644 index 27685e3be..000000000 --- a/examples/storage/outputs/ChargeStorage.tab +++ /dev/null @@ -1,3 +0,0 @@ -STORAGE_GEN_TPS_1 STORAGE_GEN_TPS_2 ChargeStorage -Battery_Storage 1 0.0 -Battery_Storage 2 3.94411428571429 diff --git a/examples/storage/outputs/DispatchBaseloadByPeriod.tab b/examples/storage/outputs/DispatchBaseloadByPeriod.tab deleted file mode 100644 index 074caa7d0..000000000 --- a/examples/storage/outputs/DispatchBaseloadByPeriod.tab +++ /dev/null @@ -1,2 +0,0 @@ -DispatchBaseloadByPeriod_index_1 DispatchBaseloadByPeriod_index_2 DispatchBaseloadByPeriod -S-Geothermal 2020 4.44411428571429 diff --git a/examples/storage/outputs/DispatchGen.tab b/examples/storage/outputs/DispatchGen.tab deleted file mode 100644 index 2ffa0f993..000000000 --- a/examples/storage/outputs/DispatchGen.tab +++ /dev/null @@ -1,7 +0,0 @@ -GEN_TPS_1 GEN_TPS_2 DispatchGen -S-Geothermal 2 4.44411428571429 -S-Geothermal 1 4.44411428571429 -S-Central_PV-1 2 0.0 -Battery_Storage 1 2.95808571428571 -S-Central_PV-1 1 0.5978 -Battery_Storage 2 0.0 diff --git a/examples/storage/outputs/GenFuelUseRate.tab b/examples/storage/outputs/GenFuelUseRate.tab deleted file mode 100644 index b82bc6b09..000000000 --- a/examples/storage/outputs/GenFuelUseRate.tab +++ /dev/null @@ -1 +0,0 @@ -GEN_TP_FUELS_1 GEN_TP_FUELS_2 GEN_TP_FUELS_3 GenFuelUseRate diff --git a/examples/storage/outputs/StateOfCharge.tab b/examples/storage/outputs/StateOfCharge.tab deleted file mode 100644 index faf3e3d56..000000000 --- a/examples/storage/outputs/StateOfCharge.tab +++ /dev/null @@ -1,3 +0,0 @@ -STORAGE_GEN_TPS_1 STORAGE_GEN_TPS_2 StateOfCharge -Battery_Storage 1 0.0 -Battery_Storage 2 35.4970285714286 diff --git a/examples/storage/outputs/costs_itemized.csv b/examples/storage/outputs/costs_itemized.csv deleted file mode 100644 index a97969c06..000000000 --- a/examples/storage/outputs/costs_itemized.csv +++ /dev/null @@ -1,5 +0,0 @@ -PERIOD,Component,AnnualCost_NPV,AnnualCost_Real,Component_type -2020,TotalGenFixedCosts,16582355.87,2367608.77112,annual -2020,StorageEnergyInstallCosts,35397.2613454,5053.97828224,annual -2020,GenVariableOMCostsInTP,7867155.78173,1123263.01393,timepoint -2020,FuelCostsPerTP,0.0,0.0,timepoint diff --git a/examples/storage/outputs/dispatch-wide.txt b/examples/storage/outputs/dispatch-wide.txt deleted file mode 100644 index 7b03161d4..000000000 --- a/examples/storage/outputs/dispatch-wide.txt +++ /dev/null @@ -1,3 +0,0 @@ -timestamp Battery_Storage S-Central_PV-1 S-Geothermal -2025011512 2.95809 0.5978 4.44411 -2025011600 0 0 4.44411 diff --git a/examples/storage/outputs/dispatch.csv b/examples/storage/outputs/dispatch.csv deleted file mode 100644 index c7c17058a..000000000 --- a/examples/storage/outputs/dispatch.csv +++ /dev/null @@ -1,7 +0,0 @@ -generation_project,timestamp,DispatchEmissions_tCO2_per_typical_yr,DispatchGen_MW,Energy_GWh_typical_yr,VariableCost_per_yr,gen_dbid,gen_energy_source,gen_load_zone,gen_tech,period,tp_weight_in_year_hrs -S-Geothermal,2025011600,0,4.44411428571429,19.478552914285736,561566.6805188577,33.0,Geothermal,South,Geothermal,2020,4383.0 -S-Geothermal,2025011512,0,4.44411428571429,19.478552914285736,561566.6805188577,33.0,Geothermal,South,Geothermal,2020,4383.0 -S-Central_PV-1,2025011600,0,0.0,0.0,0.0,41.0,Solar,South,Central_PV,2020,4383.0 -Battery_Storage,2025011512,0,2.95808571428571,12.965289685714268,129.65289685714268,Battery_Storage,Electricity,South,Battery_Storage,2020,4383.0 -S-Central_PV-1,2025011512,0,0.5978,2.6201574,0.0,41.0,Solar,South,Central_PV,2020,4383.0 -Battery_Storage,2025011600,0,0.0,0.0,0.0,Battery_Storage,Electricity,South,Battery_Storage,2020,4383.0 diff --git a/examples/storage/outputs/dispatch_annual_summary.csv b/examples/storage/outputs/dispatch_annual_summary.csv deleted file mode 100644 index 5cb9777d8..000000000 --- a/examples/storage/outputs/dispatch_annual_summary.csv +++ /dev/null @@ -1,4 +0,0 @@ -gen_tech,gen_energy_source,period,Energy_GWh_typical_yr,VariableCost_per_yr,DispatchEmissions_tCO2_per_typical_yr -Battery_Storage,Electricity,2020,12.965289685714268,129.65289685714268,0 -Central_PV,Solar,2020,2.6201574,0.0,0 -Geothermal,Geothermal,2020,38.95710582857147,1123133.3610377153,0 diff --git a/examples/storage/outputs/dispatch_zonal_annual_summary.csv b/examples/storage/outputs/dispatch_zonal_annual_summary.csv deleted file mode 100644 index fa537899a..000000000 --- a/examples/storage/outputs/dispatch_zonal_annual_summary.csv +++ /dev/null @@ -1,4 +0,0 @@ -gen_tech,gen_load_zone,gen_energy_source,period,Energy_GWh_typical_yr,VariableCost_per_yr,DispatchEmissions_tCO2_per_typical_yr -Battery_Storage,South,Electricity,2020,12.965289685714268,129.65289685714268,0 -Central_PV,South,Solar,2020,2.6201574,0.0,0 -Geothermal,South,Geothermal,2020,38.95710582857147,1123133.3610377153,0 diff --git a/examples/storage/outputs/electricity_cost.csv b/examples/storage/outputs/electricity_cost.csv deleted file mode 100644 index f88f20123..000000000 --- a/examples/storage/outputs/electricity_cost.csv +++ /dev/null @@ -1,2 +0,0 @@ -PERIOD,EnergyCostReal_per_MWh,SystemCostPerPeriod_NPV,SystemCostPerPeriod_Real,SystemDemand_MWh -2020,9.3836501009,24484908.913,3495925.76334,372555.0 diff --git a/examples/storage/outputs/gen_cap.txt b/examples/storage/outputs/gen_cap.txt deleted file mode 100644 index b90584f09..000000000 --- a/examples/storage/outputs/gen_cap.txt +++ /dev/null @@ -1,4 +0,0 @@ -GENERATION_PROJECT PERIOD gen_tech gen_load_zone gen_energy_source GenCapacity GenCapitalCosts GenFixedOMCosts -Battery_Storage 2020 Battery_Storage South Electricity 4.02461 5730.71 402.461 -S-Central_PV-1 2020 Central_PV South Solar 1 227410 41850 -S-Geothermal 2020 Geothermal South Geothermal 4.58827 2.09222e+06 0 diff --git a/examples/storage/outputs/load_balance.txt b/examples/storage/outputs/load_balance.txt deleted file mode 100644 index 28ac334e7..000000000 --- a/examples/storage/outputs/load_balance.txt +++ /dev/null @@ -1,3 +0,0 @@ -load_zone timestamp ZoneTotalCentralDispatch ZoneTotalDistributedDispatch zone_demand_mw StorageNetCharge -South 2025011512 8 0 8 0 -South 2025011600 4.44411 0 0.5 3.94411 diff --git a/examples/storage/outputs/results.pickle b/examples/storage/outputs/results.pickle deleted file mode 100644 index 5439b604f..000000000 Binary files a/examples/storage/outputs/results.pickle and /dev/null differ diff --git a/examples/storage/outputs/storage_builds.txt b/examples/storage/outputs/storage_builds.txt deleted file mode 100644 index 4d10d9abd..000000000 --- a/examples/storage/outputs/storage_builds.txt +++ /dev/null @@ -1,2 +0,0 @@ -project period load_zone IncrementalPowerCapacityMW IncrementalEnergyCapacityMWh OnlinePowerCapacityMW OnlineEnergyCapacityMWh -Battery_Storage 2020 South 4.02461 35.497 4.02461 35.497 diff --git a/examples/storage/outputs/storage_dispatch.txt b/examples/storage/outputs/storage_dispatch.txt deleted file mode 100644 index 978444337..000000000 --- a/examples/storage/outputs/storage_dispatch.txt +++ /dev/null @@ -1,3 +0,0 @@ -project timepoint load_zone ChargeMW DischargeMW StateOfCharge -Battery_Storage 2025011512 South 0 2.95809 0 -Battery_Storage 2025011600 South 3.94411 0 35.497 diff --git a/examples/storage/outputs/total_cost.txt b/examples/storage/outputs/total_cost.txt index 39d8cdcbd..72e89a57b 100644 --- a/examples/storage/outputs/total_cost.txt +++ b/examples/storage/outputs/total_cost.txt @@ -1 +1 @@ -24484908.913 +24336921.41 diff --git a/run_tests.py b/run_tests.py index a39cdc11c..23675552f 100755 --- a/run_tests.py +++ b/run_tests.py @@ -20,11 +20,12 @@ class TestLoader(unittest.TestLoader): # effects when imported. def discover(self, start_dir, pattern, top_level_dir): test_suite = unittest.TestSuite() - for subdir in ('switch_model', 'tests'): + for subdir in ("switch_model", "tests"): test_suite.addTests( super(TestLoader, self).discover( - os.path.join(top_level_dir, subdir), - pattern, top_level_dir)) + os.path.join(top_level_dir, subdir), pattern, top_level_dir + ) + ) return test_suite # The unittest module does not have built-in support for finding @@ -37,7 +38,7 @@ def loadTestsFromModule(self, module, **kwargs): if not docstring: # Work around a misfeature whereby doctest complains if a # module contains no docstrings. - module.__doc__ = 'Placeholder docstring' + module.__doc__ = "Placeholder docstring" test_suite.addTests(doctest.DocTestSuite(module)) if not docstring: # Restore the original, in case this matters. @@ -48,12 +49,16 @@ def loadTestsFromModule(self, module, **kwargs): def main(): script_dir = os.path.join(os.getcwd(), os.path.dirname(__file__)) # print('old argv: {}'.format(sys.argv)) - argv = [sys.argv[0], - 'discover', - '--top-level-directory', script_dir, - '--pattern', '*.py'] + sys.argv[1:] + argv = [ + sys.argv[0], + "discover", + "--top-level-directory", + script_dir, + "--pattern", + "*.py", + ] + sys.argv[1:] unittest.TestProgram(testLoader=TestLoader(), argv=argv, module=None) -if __name__ == '__main__': +if __name__ == "__main__": main() diff --git a/setup.py b/setup.py index b2ee887bd..56debe7a9 100644 --- a/setup.py +++ b/setup.py @@ -16,70 +16,91 @@ from setuptools import setup, find_packages # Get the version number. Strategy #3 from https://packaging.python.org/single_source_version/ -version_path = os.path.join(os.path.dirname(__file__), 'switch_model', 'version.py') +version_path = os.path.join(os.path.dirname(__file__), "switch_model", "version.py") version = {} with open(version_path) as f: exec(f.read(), version) -__version__ = version['__version__'] +__version__ = version["__version__"] + def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() + setup( - name='switch_model', + name="switch_model", version=__version__, - maintainer='Switch Authors', - maintainer_email='authors@switch-model.org', - url='http://switch-model.org', - license='Apache License 2.0', + maintainer="Switch Authors", + maintainer_email="authors@switch-model.org", + url="http://switch-model.org", + license="Apache License 2.0", platforms=["any"], - description='Switch Power System Planning Model', - long_description=read('README'), + description="Switch Power System Planning Model", + long_description=read("README.md"), long_description_content_type="text/markdown", classifiers=[ # from https://pypi.org/classifiers/ - 'Development Status :: 5 - Production/Stable', - 'Environment :: Console', - 'Intended Audience :: Education', - 'Intended Audience :: End Users/Desktop', - 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: Apache Software License', - 'Natural Language :: English', - 'Operating System :: Microsoft :: Windows', - 'Operating System :: MacOS :: MacOS X', - 'Operating System :: POSIX :: Linux', - 'Operating System :: Unix', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - 'Topic :: Scientific/Engineering', - 'Topic :: Software Development :: Libraries :: Python Modules' + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Education", + "Intended Audience :: End Users/Desktop", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: Apache Software License", + "Natural Language :: English", + "Operating System :: Microsoft :: Windows", + "Operating System :: MacOS :: MacOS X", + "Operating System :: POSIX :: Linux", + "Operating System :: Unix", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Topic :: Scientific/Engineering", + "Topic :: Software Development :: Libraries :: Python Modules", ], - packages=find_packages(include=['switch_model', 'switch_model.*']), + packages=find_packages(include=["switch_model", "switch_model.*"]), keywords=[ - 'renewable', 'power', 'energy', 'electricity', - 'production cost', 'capacity expansion', - 'planning', 'optimization' + "renewable", + "power", + "energy", + "electricity", + "production cost", + "capacity expansion", + "planning", + "optimization", ], + python_requires=">=3.7", install_requires=[ - 'Pyomo>=4.4.1', # We need a version that works with glpk 4.60+ - 'pint', # needed by Pyomo when we run our tests, but not included - 'testfixtures', # used for standard tests - 'pandas', # used for input upgrades and testing that functionality + "Pyomo>=6.1,<6.4.1", # 6.1 Has all the bug fixes we need + "pint", # needed by Pyomo when we run our tests, but not included + "testfixtures", # used for standard tests + "pandas", # used for input upgrades and testing that functionality + "gurobipy", # used to provided python bindings for Gurobi for faster solving + "pyyaml", # used to read configurations for switch + # Following libraries used for graphing + "matplotlib", + "seaborn", + "plotnine", + "scipy", + "pillow", # Image processing to make plots stick together ], extras_require={ # packages used for advanced demand response, progressive hedging # note: rpy2 discontinued support for Python 2 as of rpy2 2.9.0 - 'advanced': [ - 'numpy', 'scipy', + "advanced": [ + "numpy", + "scipy", 'rpy2<2.9.0;python_version<"3.0"', 'rpy2;python_version>="3.0"', - 'sympy' + "sympy", ], - 'dev': ['ipdb'], - 'plotting': ['ggplot'], - 'database_access': ['psycopg2-binary'] + # These packages are installed when one runs 'pip install --editable .[dev]' + "dev": ["ipdb", "black", "psycopg2-binary"], + # On Windows at least, installing these will only work via conda. + # Run conda install -c conda-forge geopandas shapely [... all the other packages] + "maps_INSTALL_WITH_CONDA": ["geopandas", "shapely", "cartopy", "plotnine"], }, entry_points={ - 'console_scripts': ['switch = switch_model.main:main'] + "console_scripts": [ + "switch = switch_model.__main__:main", + ] }, ) diff --git a/switch_model/__init__.py b/switch_model/__init__.py index 66804cc85..27c422800 100644 --- a/switch_model/__init__.py +++ b/switch_model/__init__.py @@ -18,10 +18,12 @@ transmission, local_td, reserves, etc. """ from .version import __version__ + core_modules = [ - 'switch_model.timescales', - 'switch_model.financials', - 'switch_model.balancing.load_zones', - 'switch_model.energy_sources.properties', - 'switch_model.generators.core', - 'switch_model.reporting'] + "switch_model.timescales", + "switch_model.financials", + "switch_model.balancing.load_zones", + "switch_model.energy_sources.properties", + "switch_model.generators.core", + "switch_model.reporting", +] diff --git a/switch_model/__main__.py b/switch_model/__main__.py new file mode 100644 index 000000000..c73447b9a --- /dev/null +++ b/switch_model/__main__.py @@ -0,0 +1,85 @@ +# Copyright (c) 2015-2019 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2.0, which is in the LICENSE file. + +"""Script to handle switch calls from the command line.""" +from __future__ import print_function + +import argparse +import importlib +import sys +import switch_model +from switch_model.utilities import get_git_branch + + +def print_version(): + print("Switch model version " + switch_model.__version__) + branch = get_git_branch() + if branch is not None: + print(f"Switch Git branch: {branch}") + + +def help_text(): + print( + f"Must specify one of the following commands: {list(cmds.keys()) + ['--version']}.\nE.g. Run 'switch solve' or 'switch get_inputs'." + ) + + +def get_module_runner(module): + def runner(): + importlib.import_module(module).main() + + return runner + + +cmds = { + "solve": get_module_runner("switch_model.solve"), + "solve-scenarios": get_module_runner("switch_model.solve_scenarios"), + "test": get_module_runner("switch_model.test"), + "upgrade": get_module_runner("switch_model.upgrade"), + "get_inputs": get_module_runner("switch_model.wecc.get_inputs.cli"), + "drop": get_module_runner("switch_model.tools.drop"), + "new": get_module_runner("switch_model.tools.new"), + "graph": get_module_runner("switch_model.tools.graph.cli_graph"), + "compare": get_module_runner("switch_model.tools.graph.cli_compare"), + "db": get_module_runner("switch_model.wecc.__main__"), + "help": help_text, +} + + +def main(): + parser = argparse.ArgumentParser(add_help=False) + parser.add_argument( + "--version", default=False, action="store_true", help="Get version info" + ) + parser.add_argument( + "subcommand", + choices=cmds.keys(), + help="The possible switch subcommands", + nargs="?", + default="help", + ) + + # If users run a script from the command line, the location of the script + # gets added to the start of sys.path; if they call a module from the + # command line then an empty entry gets added to the start of the path, + # indicating the current working directory. This module is often called + # from a command-line script, but we want the current working + # directory in the path because users may try to load local modules via + # the configuration files, so we make sure that's always in the path. + sys.path[0] = "" + + args, remaining_args = parser.parse_known_args() + + if args.version: + print_version() + return 0 + + # adjust the argument list to make it look like someone ran "python -m " directly + if len(sys.argv) > 1: + sys.argv[0] += " " + sys.argv[1] + del sys.argv[1] + cmds[args.subcommand]() + + +if __name__ == "__main__": + main() diff --git a/switch_model/balancing/demand_response/iterative/__init__.py b/switch_model/balancing/demand_response/iterative/__init__.py index 8bc133efa..6ee720074 100644 --- a/switch_model/balancing/demand_response/iterative/__init__.py +++ b/switch_model/balancing/demand_response/iterative/__init__.py @@ -24,6 +24,7 @@ import os, sys, time from pprint import pprint from pyomo.environ import * + try: from pyomo.repn import generate_standard_repn except ImportError: @@ -31,20 +32,30 @@ from pyomo.repn import generate_canonical_repn as generate_standard_repn import switch_model.utilities as utilities + # TODO: move part of the reporting back into Hawaii module and eliminate these dependencies from switch_model.hawaii.save_results import DispatchGenByFuel import switch_model.hawaii.util as util -demand_module = None # will be set via command-line options +demand_module = None # will be set via command-line options + def define_arguments(argparser): - argparser.add_argument("--dr-flat-pricing", action='store_true', default=False, - help="Charge a constant (average) price for electricity, rather than varying hour by hour") - argparser.add_argument("--dr-demand-module", default=None, + argparser.add_argument( + "--dr-flat-pricing", + action="store_true", + default=False, + help="Charge a constant (average) price for electricity, rather than varying hour by hour", + ) + argparser.add_argument( + "--dr-demand-module", + default=None, help="Name of module to use for demand-response bids. This should also be " "specified in the modules list, and should provide calibrate() and bid() functions. " "Pre-written options include constant_elasticity_demand_system or r_demand_system. " - "Specify one of these in the modules list and use --help again to see module-specific options.") + "Specify one of these in the modules list and use --help again to see module-specific options.", + ) + def define_components(m): @@ -68,8 +79,7 @@ def define_components(m): "Demand module {mod} cannot be used because it has not been loaded. " "Please add this module to the modules list (usually modules.txt) " "or specify --include-module {mod} in options.txt, scenarios.txt or " - "on the command line." - .format(mod=m.options.dr_demand_module) + "on the command line.".format(mod=m.options.dr_demand_module) ) demand_module = sys.modules[m.options.dr_demand_module] @@ -78,15 +88,16 @@ def define_components(m): global scipy import scipy.optimize except ImportError: - print("="*80) - print("Unable to load scipy package, which is used by the demand response system.") + print("=" * 80) + print( + "Unable to load scipy package, which is used by the demand response system." + ) print("Please install this via 'conda install scipy' or 'pip install scipy'.") - print("="*80) + print("=" * 80) raise # Make sure the model has dual and rc suffixes - if not hasattr(m, "dual"): - m.dual = Suffix(direction=Suffix.IMPORT) + m.enable_duals() if not hasattr(m, "rc"): m.rc = Suffix(direction=Suffix.IMPORT) @@ -100,23 +111,27 @@ def define_components(m): # amount of unserved load during each timepoint m.DRUnservedLoad = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) # total cost for unserved load - m.DR_Unserved_Load_Penalty = Expression(m.TIMEPOINTS, rule=lambda m, tp: - sum(m.DRUnservedLoad[z, tp] * m.dr_unserved_load_penalty_per_mwh for z in m.LOAD_ZONES) + m.DR_Unserved_Load_Penalty = Expression( + m.TIMEPOINTS, + rule=lambda m, tp: sum( + m.DRUnservedLoad[z, tp] * m.dr_unserved_load_penalty_per_mwh + for z in m.LOAD_ZONES + ), ) # add unserved load to the zonal energy balance - m.Zone_Power_Injections.append('DRUnservedLoad') + m.Zone_Power_Injections.append("DRUnservedLoad") # add the unserved load penalty to the model's objective function - m.Cost_Components_Per_TP.append('DR_Unserved_Load_Penalty') + m.Cost_Components_Per_TP.append("DR_Unserved_Load_Penalty") # list of products (commodities and reserves) that can be bought or sold - m.DR_PRODUCTS = Set(initialize=['energy', 'energy up', 'energy down']) + m.DR_PRODUCTS = Set(initialize=["energy", "energy up", "energy down"]) ################### # Price Responsive Demand bids ################## # list of all bids that have been received from the demand system - m.DR_BID_LIST = Set(initialize = [], ordered=True) + m.DR_BID_LIST = Set(initialize=[], ordered=True) # we need an explicit indexing set for everything that depends on DR_BID_LIST # so we can reconstruct it (and them) each time we add an element to DR_BID_LIST # (not needed, and actually doesn't work -- reconstruct() fails for sets) @@ -126,16 +141,22 @@ def define_components(m): # data for the individual bids; each load_zone gets one bid for each timeseries, # and each bid covers all the timepoints in that timeseries. So we just record # the bid for each timepoint for each load_zone. - m.dr_bid = Param(m.DR_BID_LIST, m.LOAD_ZONES, m.TIMEPOINTS, m.DR_PRODUCTS, mutable=True) + m.dr_bid = Param( + m.DR_BID_LIST, m.LOAD_ZONES, m.TIMEPOINTS, m.DR_PRODUCTS, mutable=True + ) # price used to get this bid (only kept for reference) - m.dr_price = Param(m.DR_BID_LIST, m.LOAD_ZONES, m.TIMEPOINTS, m.DR_PRODUCTS, mutable=True) + m.dr_price = Param( + m.DR_BID_LIST, m.LOAD_ZONES, m.TIMEPOINTS, m.DR_PRODUCTS, mutable=True + ) # the private benefit of serving each bid m.dr_bid_benefit = Param(m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, mutable=True) # weights to assign to the bids for each timeseries when constructing an optimal demand profile - m.DRBidWeight = Var(m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, within=NonNegativeReals) + m.DRBidWeight = Var( + m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, within=NonNegativeReals + ) # def DR_Convex_Bid_Weight_rule(m, z, ts): # if len(m.DR_BID_LIST) == 0: @@ -146,9 +167,12 @@ def define_components(m): # return (sum(m.DRBidWeight[b, z, ts] for b in m.DR_BID_LIST) == 1) # # choose a convex combination of bids for each zone and timeseries - m.DR_Convex_Bid_Weight = Constraint(m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, z, ts: - Constraint.Skip if len(m.DR_BID_LIST) == 0 - else (sum(m.DRBidWeight[b, z, ts] for b in m.DR_BID_LIST) == 1) + m.DR_Convex_Bid_Weight = Constraint( + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, z, ts: Constraint.Skip + if len(m.DR_BID_LIST) == 0 + else (sum(m.DRBidWeight[b, z, ts] for b in m.DR_BID_LIST) == 1), ) # Since we don't have differentiated prices for each zone, we have to use the same @@ -157,8 +181,11 @@ def define_components(m): # Note: LOAD_ZONES is not an ordered set, so we have to use a trick to get a single # arbitrary one to refer to (list(m.LOAD_ZONES)[0] would also work). m.DR_Load_Zone_Shared_Bid_Weight = Constraint( - m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, b, z, ts: - m.DRBidWeight[b, z, ts] == m.DRBidWeight[b, next(iter(m.LOAD_ZONES)), ts] + m.DR_BID_LIST, + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, b, z, ts: m.DRBidWeight[b, z, ts] + == m.DRBidWeight[b, next(iter(m.LOAD_ZONES)), ts], ) # For flat-price models, we have to use the same weight for all timeseries within the @@ -166,52 +193,59 @@ def define_components(m): # induce different adjustments in individual timeseries. if m.options.dr_flat_pricing: m.DR_Flat_Bid_Weight = Constraint( - m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, b, z, ts: - m.DRBidWeight[b, z, ts] - == m.DRBidWeight[b, z, m.tp_ts[m.TPS_IN_PERIOD[m.ts_period[ts]].first()]] + m.DR_BID_LIST, + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, b, z, ts: m.DRBidWeight[b, z, ts] + == m.DRBidWeight[b, z, m.tp_ts[m.TPS_IN_PERIOD[m.ts_period[ts]].first()]], ) - # Optimal level of demand, calculated from available bids (negative, indicating consumption) - m.FlexibleDemand = Expression(m.LOAD_ZONES, m.TIMEPOINTS, + m.FlexibleDemand = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, rule=lambda m, z, tp: sum( - m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid[b, z, tp, 'energy'] + m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid[b, z, tp, "energy"] for b in m.DR_BID_LIST - ) + ), ) # provide up and down reserves (from supply perspective, so "up" means less load) # note: the bids are negative quantities, indicating _production_ of reserves; # they contribute to the reserve requirement with opposite sign - m.DemandUpReserves = Expression(m.LOAD_ZONES, m.TIMEPOINTS, + m.DemandUpReserves = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, rule=lambda m, z, tp: -sum( - m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid[b, z, tp, 'energy up'] + m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid[b, z, tp, "energy up"] for b in m.DR_BID_LIST - ) + ), ) - m.DemandDownReserves = Expression(m.LOAD_ZONES, m.TIMEPOINTS, + m.DemandDownReserves = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, rule=lambda m, z, tp: -sum( - m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid[b, z, tp, 'energy down'] + m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid[b, z, tp, "energy down"] for b in m.DR_BID_LIST - ) + ), ) # Register with spinning reserves if it is available - if hasattr(m, 'Spinning_Reserve_Up_Provisions'): + if hasattr(m, "Spinning_Reserve_Up_Provisions"): m.DemandSpinningReserveUp = Expression( m.BALANCING_AREA_TIMEPOINTS, rule=lambda m, b, t: sum( m.DemandUpReserves[z, t] for z in m.ZONES_IN_BALANCING_AREA[b] - ) + ), ) - m.Spinning_Reserve_Up_Provisions.append('DemandSpinningReserveUp') + m.Spinning_Reserve_Up_Provisions.append("DemandSpinningReserveUp") m.DemandSpinningReserveDown = Expression( m.BALANCING_AREA_TIMEPOINTS, rule=lambda m, b, t: sum( m.DemandDownReserves[z, t] for z in m.ZONES_IN_BALANCING_AREA[b] - ) + ), ) - m.Spinning_Reserve_Down_Provisions.append('DemandSpinningReserveDown') - if hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): + m.Spinning_Reserve_Down_Provisions.append("DemandSpinningReserveDown") + if hasattr(m, "GEN_SPINNING_RESERVE_TYPES"): # User has spacified advanced formulation with different reserve types. # Code needs to be added to support this if needed (see simple.py # for an example). This is not hard, but it gets messy to support @@ -220,34 +254,37 @@ def define_components(m): # fairly simple. raise NotImplementedError( "The {} module does not yet support provision of multiple reserve types. " - "Please contact the Switch team if you need this feature." - .format(__name__) + "Please contact the Switch team if you need this feature.".format(__name__) ) - # replace zone_demand_mw with FlexibleDemand in the energy balance constraint # note: the first two lines are simpler than the method I use, but my approach # preserves the ordering of the list, which is nice for older spreadsheets that expect # a certain ordering. # m.Zone_Power_Withdrawals.remove('zone_demand_mw') # m.Zone_Power_Withdrawals.append('FlexibleDemand') - idx = m.Zone_Power_Withdrawals.index('zone_demand_mw') - m.Zone_Power_Withdrawals[idx] = 'FlexibleDemand' + idx = m.Zone_Power_Withdrawals.index("zone_demand_mw") + m.Zone_Power_Withdrawals[idx] = "FlexibleDemand" # private benefit of the electricity consumption # (i.e., willingness to pay for the current electricity supply) # reported as negative cost, i.e., positive benefit # also divide by number of timepoints in the timeseries # to convert from a cost per timeseries to a cost per timepoint. - m.DR_Welfare_Cost = Expression(m.TIMEPOINTS, rule=lambda m, tp: - (-1.0) - * sum(m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid_benefit[b, z, m.tp_ts[tp]] - for b in m.DR_BID_LIST for z in m.LOAD_ZONES) - * m.tp_duration_hrs[tp] / m.ts_num_tps[m.tp_ts[tp]] + m.DR_Welfare_Cost = Expression( + m.TIMEPOINTS, + rule=lambda m, tp: (-1.0) + * sum( + m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid_benefit[b, z, m.tp_ts[tp]] + for b in m.DR_BID_LIST + for z in m.LOAD_ZONES + ) + * m.tp_duration_hrs[tp] + / m.ts_num_tps[m.tp_ts[tp]], ) # add the private benefit to the model's objective function - m.Cost_Components_Per_TP.append('DR_Welfare_Cost') + m.Cost_Components_Per_TP.append("DR_Welfare_Cost") # variable to store the baseline data m.base_data = None @@ -310,21 +347,30 @@ def pre_iterate(m): # model hasn't been solved yet m.prev_marginal_cost = { (z, tp, prod): None - for z in m.LOAD_ZONES for tp in m.TIMEPOINTS for prod in m.DR_PRODUCTS + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS + for prod in m.DR_PRODUCTS } m.prev_demand = { - (z, tp, prod): None for z in m.LOAD_ZONES for tp in m.TIMEPOINTS for prod in m.DR_PRODUCTS + (z, tp, prod): None + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS + for prod in m.DR_PRODUCTS } m.prev_SystemCost = None else: # get values from previous solution m.prev_marginal_cost = { (z, tp, prod): electricity_marginal_cost(m, z, tp, prod) - for z in m.LOAD_ZONES for tp in m.TIMEPOINTS for prod in m.DR_PRODUCTS + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS + for prod in m.DR_PRODUCTS } m.prev_demand = { (z, tp, prod): electricity_demand(m, z, tp, prod) - for z in m.LOAD_ZONES for tp in m.TIMEPOINTS for prod in m.DR_PRODUCTS + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS + for prod in m.DR_PRODUCTS } m.prev_SystemCost = value(m.SystemCost) @@ -346,23 +392,27 @@ def pre_iterate(m): # different solution that would be much better than the one we have now. # This ignores other solutions far away, where an integer variable is flipped, # but that's OK. (?) - prev_direct_cost = value(sum( - ( - sum( - m.prev_marginal_cost[z, tp, prod] * m.prev_demand[z, tp, prod] - for z in m.LOAD_ZONES for prod in m.DR_PRODUCTS + prev_direct_cost = value( + sum( + ( + sum( + m.prev_marginal_cost[z, tp, prod] * m.prev_demand[z, tp, prod] + for z in m.LOAD_ZONES + for prod in m.DR_PRODUCTS + ) ) - ) * m.bring_timepoint_costs_to_base_year[tp] - for ts in m.TIMESERIES - for tp in m.TPS_IN_TS[ts] - )) - prev_welfare_cost = value(sum( - ( - m.DR_Welfare_Cost[tp] - ) * m.bring_timepoint_costs_to_base_year[tp] - for ts in m.TIMESERIES - for tp in m.TPS_IN_TS[ts] - )) + * m.bring_timepoint_costs_to_base_year[tp] + for ts in m.TIMESERIES + for tp in m.TPS_IN_TS[ts] + ) + ) + prev_welfare_cost = value( + sum( + (m.DR_Welfare_Cost[tp]) * m.bring_timepoint_costs_to_base_year[tp] + for ts in m.TIMESERIES + for tp in m.TPS_IN_TS[ts] + ) + ) prev_cost = prev_direct_cost + prev_welfare_cost # prev_cost = value(sum( @@ -377,8 +427,8 @@ def pre_iterate(m): # )) print("") - print('previous direct cost: ${:,.0f}'.format(prev_direct_cost)) - print('previous welfare cost: ${:,.0f}'.format(prev_welfare_cost)) + print("previous direct cost: ${:,.0f}".format(prev_direct_cost)) + print("previous welfare cost: ${:,.0f}".format(prev_welfare_cost)) print("") # get the next bid and attach it to the model @@ -388,13 +438,15 @@ def pre_iterate(m): # get an estimate of best possible net cost of serving load # (if we could completely serve the last bid at the prices we quoted, # that would be an optimum; the actual cost may be higher but never lower) - b = m.DR_BID_LIST.last() # current bid number + b = m.DR_BID_LIST.last() # current bid number best_direct_cost = value( sum( sum( m.prev_marginal_cost[z, tp, prod] * m.dr_bid[b, z, tp, prod] - for z in m.LOAD_ZONES for prod in m.DR_PRODUCTS - ) * m.bring_timepoint_costs_to_base_year[tp] + for z in m.LOAD_ZONES + for prod in m.DR_PRODUCTS + ) + * m.bring_timepoint_costs_to_base_year[tp] for ts in m.TIMESERIES for tp in m.TPS_IN_TS[ts] ) @@ -402,9 +454,11 @@ def pre_iterate(m): best_bid_benefit = value( sum( ( - - sum(m.dr_bid_benefit[b, z, ts] for z in m.LOAD_ZONES) - * m.tp_duration_hrs[tp] / m.ts_num_tps[ts] - ) * m.bring_timepoint_costs_to_base_year[tp] + -sum(m.dr_bid_benefit[b, z, ts] for z in m.LOAD_ZONES) + * m.tp_duration_hrs[tp] + / m.ts_num_tps[ts] + ) + * m.bring_timepoint_costs_to_base_year[tp] for ts in m.TIMESERIES for tp in m.TPS_IN_TS[ts] ) @@ -425,14 +479,17 @@ def pre_iterate(m): # )) print("") - print('best direct cost: ${:,.0f}'.format(best_direct_cost)) - print('best bid benefit: ${:,.0f}'.format(best_bid_benefit)) + print("best direct cost: ${:,.0f}".format(best_direct_cost)) + print("best bid benefit: ${:,.0f}".format(best_bid_benefit)) print("") - print("lower bound=${:,.0f}, previous cost=${:,.0f}, optimality gap (vs direct cost)={}" \ - .format(best_cost, prev_cost, (prev_cost-best_cost)/abs(prev_direct_cost))) + print( + "lower bound=${:,.0f}, previous cost=${:,.0f}, optimality gap (vs direct cost)={}".format( + best_cost, prev_cost, (prev_cost - best_cost) / abs(prev_direct_cost) + ) + ) if prev_cost < best_cost: - print ( + print( "WARNING: final cost is below reported lower bound; " "there is probably a problem with the demand system." ) @@ -479,28 +536,36 @@ def pre_iterate(m): # TODO: index this to the direct costs, rather than the direct costs minus benefits # as it stands, it converges with about $50,000,000 optimality gap, which is about # 3% of direct costs. - converged = (m.iteration_number > 0 and (prev_cost - best_cost)/abs(prev_direct_cost) <= 0.0001) + converged = ( + m.iteration_number > 0 + and (prev_cost - best_cost) / abs(prev_direct_cost) <= 0.0001 + ) return converged + def post_iterate(m): print("\n\n=======================================================") print("Solved model") print("=======================================================") print("Total cost: ${v:,.0f}".format(v=value(m.SystemCost))) - # TODO: # maybe calculate prices for the next round here and attach them to the # model, so they can be reported as final prices (currently we don't # report the final prices, only the prices prior to the final model run) - SystemCost = value(m.SystemCost) # calculate once to save time + SystemCost = value(m.SystemCost) # calculate once to save time if m.prev_SystemCost is None: - print("prev_SystemCost=, SystemCost={:,.0f}, ratio=".format(SystemCost)) + print( + "prev_SystemCost=, SystemCost={:,.0f}, ratio=".format(SystemCost) + ) else: - print("prev_SystemCost={:,.0f}, SystemCost={:,.0f}, ratio={}" \ - .format(m.prev_SystemCost, SystemCost, SystemCost/m.prev_SystemCost)) + print( + "prev_SystemCost={:,.0f}, SystemCost={:,.0f}, ratio={}".format( + m.prev_SystemCost, SystemCost, SystemCost / m.prev_SystemCost + ) + ) tag = m.options.scenario_name outputs_dir = m.options.outputs_dir @@ -509,46 +574,58 @@ def post_iterate(m): if m.iteration_number == 0: util.create_table( output_file=os.path.join(outputs_dir, "bid_{t}.csv".format(t=tag)), - headings= - ( - "bid_num", "load_zone", "timeseries", "timepoint", - ) + tuple("marginal_cost " + prod for prod in m.DR_PRODUCTS) - + tuple("price " + prod for prod in m.DR_PRODUCTS) - + tuple("bid " + prod for prod in m.DR_PRODUCTS) - + ( - "wtp", "base_price", "base_load" - ) + headings=( + "bid_num", + "load_zone", + "timeseries", + "timepoint", + ) + + tuple("marginal_cost " + prod for prod in m.DR_PRODUCTS) + + tuple("price " + prod for prod in m.DR_PRODUCTS) + + tuple("bid " + prod for prod in m.DR_PRODUCTS) + + ("wtp", "base_price", "base_load"), ) - b = m.DR_BID_LIST.last() # current bid + b = m.DR_BID_LIST.last() # current bid util.append_table( - m, m.LOAD_ZONES, m.TIMEPOINTS, + m, + m.LOAD_ZONES, + m.TIMEPOINTS, output_file=os.path.join(outputs_dir, "bid_{t}.csv".format(t=tag)), - values=lambda m, z, tp: - ( - b, - z, - m.tp_ts[tp], - m.tp_timestamp[tp], - ) - + tuple(m.prev_marginal_cost[z, tp, prod] for prod in m.DR_PRODUCTS) - + tuple(m.dr_price[b, z, tp, prod] for prod in m.DR_PRODUCTS) - + tuple(m.dr_bid[b, z, tp, prod] for prod in m.DR_PRODUCTS) - + ( - m.dr_bid_benefit[b, z, m.tp_ts[tp]], - m.base_data_dict[z, tp][1], - m.base_data_dict[z, tp][0], - ) + values=lambda m, z, tp: ( + b, + z, + m.tp_ts[tp], + m.tp_timestamp[tp], + ) + + tuple(m.prev_marginal_cost[z, tp, prod] for prod in m.DR_PRODUCTS) + + tuple(m.dr_price[b, z, tp, prod] for prod in m.DR_PRODUCTS) + + tuple(m.dr_bid[b, z, tp, prod] for prod in m.DR_PRODUCTS) + + ( + m.dr_bid_benefit[b, z, m.tp_ts[tp]], + m.base_data_dict[z, tp][1], + m.base_data_dict[z, tp][0], + ), ) # store the current bid weights for future reference if m.iteration_number == 0: util.create_table( output_file=os.path.join(outputs_dir, "bid_weights_{t}.csv".format(t=tag)), - headings=("iteration", "load_zone", "timeseries", "bid_num", "weight") + headings=("iteration", "load_zone", "timeseries", "bid_num", "weight"), ) - util.append_table(m, m.LOAD_ZONES, m.TIMESERIES, m.DR_BID_LIST, + util.append_table( + m, + m.LOAD_ZONES, + m.TIMESERIES, + m.DR_BID_LIST, output_file=os.path.join(outputs_dir, "bid_weights_{t}.csv".format(t=tag)), - values=lambda m, z, ts, b: (len(m.DR_BID_LIST), z, ts, b, m.DRBidWeight[b, z, ts]) + values=lambda m, z, ts, b: ( + len(m.DR_BID_LIST), + z, + ts, + b, + m.DRBidWeight[b, z, ts], + ), ) # if m.iteration_number % 5 == 0: @@ -570,17 +647,25 @@ def update_demand(m): and marginal costs to calibrate the demand system, and then replaces the fixed demand with the flexible demand system. """ - first_run = (m.base_data is None) + first_run = m.base_data is None print("attaching new demand bid to model") if first_run: calibrate_model(m) - else: # not first run + else: # not first run if m.options.verbose: print("m.DRBidWeight:") - pprint([(z, ts, [(b, value(m.DRBidWeight[b, z, ts])) for b in m.DR_BID_LIST]) - for z in m.LOAD_ZONES - for ts in m.TIMESERIES]) + pprint( + [ + ( + z, + ts, + [(b, value(m.DRBidWeight[b, z, ts])) for b in m.DR_BID_LIST], + ) + for z in m.LOAD_ZONES + for ts in m.TIMESERIES + ] + ) # get new bids from the demand system at the current prices bids = get_bids(m) @@ -617,44 +702,54 @@ def total_direct_costs_per_year(m, period): in each zone.) """ return value( - sum(getattr(m, annual_cost)[period] for annual_cost in m.Cost_Components_Per_Period) + sum( + getattr(m, annual_cost)[period] + for annual_cost in m.Cost_Components_Per_Period + ) + sum( getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] for t in m.TPS_IN_PERIOD[period] - for tp_cost in m.Cost_Components_Per_TP - if tp_cost != "DR_Welfare_Cost" + for tp_cost in m.Cost_Components_Per_TP + if tp_cost != "DR_Welfare_Cost" ) ) + def electricity_marginal_cost(m, z, tp, prod): """Return marginal cost of providing product prod in load_zone z during timepoint tp.""" - if prod == 'energy': + if prod == "energy": component = m.Zone_Energy_Balance[z, tp] - elif prod == 'energy up': - component = m.Satisfy_Spinning_Reserve_Up_Requirement[m.zone_balancing_area[z], tp] - elif prod == 'energy down': - component = m.Satisfy_Spinning_Reserve_Down_Requirement[m.zone_balancing_area[z], tp] + elif prod == "energy up": + component = m.Satisfy_Spinning_Reserve_Up_Requirement[ + m.zone_balancing_area[z], tp + ] + elif prod == "energy down": + component = m.Satisfy_Spinning_Reserve_Down_Requirement[ + m.zone_balancing_area[z], tp + ] else: - raise ValueError('Unrecognized electricity product: {}.'.format(prod)) - return m.dual[component]/m.bring_timepoint_costs_to_base_year[tp] + raise ValueError("Unrecognized electricity product: {}.".format(prod)) + # Note: We multiply by 1000 since our objective function is in terms of thousands of dollars + return m.dual[component] / m.bring_timepoint_costs_to_base_year[tp] * 1000 + def electricity_demand(m, z, tp, prod): """Return total consumption of product prod in load_zone z during timepoint tp (negative if customers supply product).""" - if prod == 'energy': - if len(m.DR_BID_LIST)==0: + if prod == "energy": + if len(m.DR_BID_LIST) == 0: # use zone_demand_mw (base demand) if no bids have been received yet # (needed to find flat prices before solving the model the first time) demand = m.zone_demand_mw[z, tp] else: demand = m.FlexibleDemand[z, tp] - elif prod == 'energy up': + elif prod == "energy up": # note: reserves have positive sign when provided by demand side, # but that should be shown as negative demand demand = -value(m.DemandUpReserves[z, tp]) - elif prod == 'energy down': + elif prod == "energy down": demand = -value(m.DemandDownReserves[z, tp]) else: - raise ValueError('Unrecognized electricity product: {}.'.format(prod)) + raise ValueError("Unrecognized electricity product: {}.".format(prod)) return demand @@ -676,24 +771,31 @@ def calibrate_model(m): # For now, we just assume the base price was $180/MWh, which is HECO's average price in # 2007 according to EIA form 826. # TODO: add in something for the fixed costs, to make marginal cost commensurate with the base_price - #baseCosts = [m.dual[m.EnergyBalance[z, tp]] for z in m.LOAD_ZONES for tp in m.TIMEPOINTS] + # Note: We multiply by 1000 since our objective function is in terms of thousands of dollars + # baseCosts = [m.dual[m.EnergyBalance[z, tp]] * 1000 for z in m.LOAD_ZONES for tp in m.TIMEPOINTS] base_price = 180 # average retail price for 2007 ($/MWh) - m.base_data = [( - z, - ts, - [m.zone_demand_mw[z, tp] for tp in m.TPS_IN_TS[ts]], - [base_price] * len(m.TPS_IN_TS[ts]) - ) for z in m.LOAD_ZONES for ts in m.TIMESERIES] + m.base_data = [ + ( + z, + ts, + [m.zone_demand_mw[z, tp] for tp in m.TPS_IN_TS[ts]], + [base_price] * len(m.TPS_IN_TS[ts]), + ) + for z in m.LOAD_ZONES + for ts in m.TIMESERIES + ] # make a dict of base_data, indexed by load_zone and timepoint, for later reference m.base_data_dict = { (z, tp): (m.zone_demand_mw[z, tp], base_price) - for z in m.LOAD_ZONES for tp in m.TIMEPOINTS + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS } # calibrate the demand module demand_module.calibrate(m, m.base_data) + def get_prices(m, flat_revenue_neutral=True): """Calculate appropriate prices for each day, based on the current state of the model.""" @@ -704,21 +806,26 @@ def get_prices(m, flat_revenue_neutral=True): marginal_costs = { (z, ts): { prod: ( - [m.base_data_dict[z, tp][1] for tp in m.TPS_IN_TS[ts]] if prod == 'energy' - else [0.0]*len(m.TPS_IN_TS[ts]) + [m.base_data_dict[z, tp][1] for tp in m.TPS_IN_TS[ts]] + if prod == "energy" + else [0.0] * len(m.TPS_IN_TS[ts]) ) for prod in m.DR_PRODUCTS } - for z in m.LOAD_ZONES for ts in m.TIMESERIES + for z in m.LOAD_ZONES + for ts in m.TIMESERIES } else: # use marginal costs from last solution marginal_costs = { (z, ts): { - prod: [electricity_marginal_cost(m, z, tp, prod) for tp in m.TPS_IN_TS[ts]] + prod: [ + electricity_marginal_cost(m, z, tp, prod) for tp in m.TPS_IN_TS[ts] + ] for prod in m.DR_PRODUCTS } - for z in m.LOAD_ZONES for ts in m.TIMESERIES + for z in m.LOAD_ZONES + for ts in m.TIMESERIES } if m.options.dr_flat_pricing: @@ -731,6 +838,7 @@ def get_prices(m, flat_revenue_neutral=True): return prices + def get_bids(m): """Get bids from the demand system showing quantities at the current prices and willingness-to-pay for those quantities call bid() with dictionary of prices for different products @@ -750,13 +858,14 @@ def get_bids(m): # assume demand side will not provide reserves, even if they offered some # (at zero price) for (k, v) in demand.items(): - if k != 'energy': + if k != "energy": for i in range(len(v)): v[i] = 0.0 bids.append((z, ts, prices[z, ts], demand, wtp)) return bids + # def zone_period_average_marginal_cost(m, load_zone, period): # avg_cost = value( # sum( @@ -783,34 +892,34 @@ def find_flat_prices(m, marginal_costs, revenue_neutral): # now selling to the LSE rather than directly to the customers # # LSE iterates in sub-loop (scipy.optimize.newton) to find flat price: - # set price (e.g., simple average of MC or avg weighted by expected demand) - # offer price to demand side - # receive bids - # calc revenue balance for LSE (q*price - q.MC) - # if > 0: decrease price (q will go up across the board) - # if < 0: increase price (q will go down across the board) but + # set price (e.g., simple average of MC or avg weighted by expected demand) + # offer price to demand side + # receive bids + # calc revenue balance for LSE (q*price - q.MC) + # if > 0: decrease price (q will go up across the board) + # if < 0: increase price (q will go down across the board) but flat_prices = dict() for z in m.LOAD_ZONES: for p in m.PERIODS: price_guess = value( sum( - marginal_costs[z, ts]['energy'][i] - * electricity_demand(m, z, tp, 'energy') + marginal_costs[z, ts]["energy"][i] + * electricity_demand(m, z, tp, "energy") * m.tp_weight_in_year[tp] - for ts in m.TS_IN_PERIOD[p] for i, tp in enumerate(m.TPS_IN_TS[ts]) + for ts in m.TS_IN_PERIOD[p] + for i, tp in enumerate(m.TPS_IN_TS[ts]) + ) + / sum( + electricity_demand(m, z, tp, "energy") * m.tp_weight_in_year[tp] + for tp in m.TPS_IN_PERIOD[p] ) - / - sum(electricity_demand(m, z, tp, 'energy') * m.tp_weight_in_year[tp] - for tp in m.TPS_IN_PERIOD[p]) ) if revenue_neutral: # find a flat price that produces revenue equal to marginal costs flat_prices[z, p] = scipy.optimize.newton( - revenue_imbalance, - price_guess, - args=(m, z, p, marginal_costs) + revenue_imbalance, price_guess, args=(m, z, p, marginal_costs) ) else: # used in final round, when LSE is considered to have @@ -820,12 +929,14 @@ def find_flat_prices(m, marginal_costs, revenue_neutral): # construct a collection of flat prices with the right structure final_prices = { - (z, ts): - { - prod: [flat_prices[z, p] if prod=='energy' else 0.0] * len(m.TPS_IN_TS[ts]) - for prod in m.DR_PRODUCTS - } - for z in m.LOAD_ZONES for p in m.PERIODS for ts in m.TS_IN_PERIOD[p] + (z, ts): { + prod: [flat_prices[z, p] if prod == "energy" else 0.0] + * len(m.TPS_IN_TS[ts]) + for prod in m.DR_PRODUCTS + } + for z in m.LOAD_ZONES + for p in m.PERIODS + for ts in m.TS_IN_PERIOD[p] } return final_prices @@ -837,7 +948,7 @@ def revenue_imbalance(flat_price, m, load_zone, period, dynamic_prices): dynamic_price_revenue = 0.0 for ts in m.TS_IN_PERIOD[period]: prices = { - prod: [flat_price if prod=='energy' else 0.0] * len(m.TPS_IN_TS[ts]) + prod: [flat_price if prod == "energy" else 0.0] * len(m.TPS_IN_TS[ts]) for prod in m.DR_PRODUCTS } demand, wtp = demand_module.bid(m, load_zone, ts, prices) @@ -847,15 +958,19 @@ def revenue_imbalance(flat_price, m, load_zone, period, dynamic_prices): # ) flat_price_revenue += flat_price * sum( d * m.ts_duration_of_tp[ts] * m.ts_scale_to_year[ts] - for d in demand['energy'] + for d in demand["energy"] ) dynamic_price_revenue += sum( p * d * m.ts_duration_of_tp[ts] * m.ts_scale_to_year[ts] - for p, d in zip(dynamic_prices[load_zone, ts]['energy'], demand['energy']) + for p, d in zip(dynamic_prices[load_zone, ts]["energy"], demand["energy"]) ) imbalance = dynamic_price_revenue - flat_price_revenue - print("{}, {}: price ${} produces revenue imbalance of ${}/year".format(load_zone, period, flat_price, imbalance)) + print( + "{}, {}: price ${} produces revenue imbalance of ${}/year".format( + load_zone, period, flat_price, imbalance + ) + ) return imbalance @@ -894,7 +1009,7 @@ def add_bids(m, bids): m.DRBidWeight.reconstruct() m.DR_Convex_Bid_Weight.reconstruct() m.DR_Load_Zone_Shared_Bid_Weight.reconstruct() - if hasattr(m, 'DR_Flat_Bid_Weight'): + if hasattr(m, "DR_Flat_Bid_Weight"): m.DR_Flat_Bid_Weight.reconstruct() m.FlexibleDemand.reconstruct() m.DemandUpReserves.reconstruct() @@ -907,7 +1022,7 @@ def add_bids(m, bids): # (i.e., Energy_Balance refers to the items returned by FlexibleDemand instead of referring # to FlexibleDemand itself) m.Zone_Energy_Balance.reconstruct() - if hasattr(m, 'SpinningReservesUpAvailable'): + if hasattr(m, "SpinningReservesUpAvailable"): m.SpinningReservesUpAvailable.reconstruct() m.SpinningReservesDownAvailable.reconstruct() m.Satisfy_Spinning_Reserve_Up_Requirement.reconstruct() @@ -916,6 +1031,7 @@ def add_bids(m, bids): m.SystemCostPerPeriod.reconstruct() m.SystemCost.reconstruct() + def reconstruct_energy_balance(m): """Reconstruct Energy_Balance constraint, preserving dual values (if present).""" # copy the existing Energy_Balance object @@ -943,36 +1059,49 @@ def write_batch_results(m): util.append_table(m, output_file=output_file, values=lambda m: summary_values(m)) + def summary_headers(m): return ( ("tag", "iteration", "total_cost") - +tuple('total_direct_costs_per_year_'+str(p) for p in m.PERIODS) - +tuple('DR_Welfare_Cost_'+str(p) for p in m.PERIODS) - +tuple(prod + ' payment ' + str(p) for prod in m.DR_PRODUCTS for p in m.PERIODS) - +tuple(prod + ' sold ' + str(p) for prod in m.DR_PRODUCTS for p in m.PERIODS) + + tuple("total_direct_costs_per_year_" + str(p) for p in m.PERIODS) + + tuple("DR_Welfare_Cost_" + str(p) for p in m.PERIODS) + + tuple( + prod + " payment " + str(p) for prod in m.DR_PRODUCTS for p in m.PERIODS + ) + + tuple(prod + " sold " + str(p) for prod in m.DR_PRODUCTS for p in m.PERIODS) ) + def summary_values(m): demand_components = [ - c for c in ('zone_demand_mw', 'ShiftDemand', 'ChargeEVs', 'FlexibleDemand') if hasattr(m, c) + c + for c in ("zone_demand_mw", "ShiftDemand", "ChargeEVs", "FlexibleDemand") + if hasattr(m, c) ] values = [] # tag (configuration) - values.extend([ - m.options.scenario_name, - m.iteration_number, - m.SystemCost # total cost (all periods) - ]) + values.extend( + [ + m.options.scenario_name, + m.iteration_number, + m.SystemCost, # total cost (all periods) + ] + ) # direct costs (including "other") values.extend([total_direct_costs_per_year(m, p) for p in m.PERIODS]) # DR_Welfare_Cost - values.extend([ - sum(m.DR_Welfare_Cost[t] * m.tp_weight_in_year[t] for t in m.TPS_IN_PERIOD[p]) - for p in m.PERIODS - ]) + values.extend( + [ + sum( + m.DR_Welfare_Cost[t] * m.tp_weight_in_year[t] + for t in m.TPS_IN_PERIOD[p] + ) + for p in m.PERIODS + ] + ) # payments by customers ([expected demand] * [price offered for that demand]) # note: this uses the final MC to set the final price, rather than using the @@ -984,41 +1113,53 @@ def summary_values(m): # as the customer payment during iteration 0, since m.dr_price[last_bid, z, tp, prod] # may not be defined yet. last_bid = m.DR_BID_LIST.last() - values.extend([ - sum( - # we assume customers pay final marginal cost, so we don't artificially - # electricity_demand(m, z, tp, prod) * m.dr_price[last_bid, z, tp, prod] * m.tp_weight_in_year[tp] - electricity_demand(m, z, tp, prod) - * electricity_marginal_cost(m, z, tp, prod) - * m.tp_weight_in_year[tp] - for z in m.LOAD_ZONES for tp in m.TPS_IN_PERIOD[p] - ) - for prod in m.DR_PRODUCTS for p in m.PERIODS - ]) + values.extend( + [ + sum( + # we assume customers pay final marginal cost, so we don't artificially + # electricity_demand(m, z, tp, prod) * m.dr_price[last_bid, z, tp, prod] * m.tp_weight_in_year[tp] + electricity_demand(m, z, tp, prod) + * electricity_marginal_cost(m, z, tp, prod) + * m.tp_weight_in_year[tp] + for z in m.LOAD_ZONES + for tp in m.TPS_IN_PERIOD[p] + ) + for prod in m.DR_PRODUCTS + for p in m.PERIODS + ] + ) # import pdb; pdb.set_trace() # total quantities bought (or sold) by customers each year - values.extend([ - sum( - electricity_demand(m, z, tp, prod) * m.tp_weight_in_year[tp] - for z in m.LOAD_ZONES for tp in m.TPS_IN_PERIOD[p] - ) - for prod in m.DR_PRODUCTS for p in m.PERIODS - ]) + values.extend( + [ + sum( + electricity_demand(m, z, tp, prod) * m.tp_weight_in_year[tp] + for z in m.LOAD_ZONES + for tp in m.TPS_IN_PERIOD[p] + ) + for prod in m.DR_PRODUCTS + for p in m.PERIODS + ] + ) return values + def get(component, idx, default): try: return component[idx] except KeyError: return default + def write_results(m): outputs_dir = m.options.outputs_dir tag = filename_tag(m) - avg_ts_scale = float(sum(m.ts_scale_to_year[ts] for ts in m.TIMESERIES))/len(m.TIMESERIES) + avg_ts_scale = float(sum(m.ts_scale_to_year[ts] for ts in m.TIMESERIES)) / len( + m.TIMESERIES + ) last_bid = m.DR_BID_LIST.last() # get final prices that will be charged to customers (not necessarily @@ -1033,10 +1174,12 @@ def write_results(m): for prod in m.DR_PRODUCTS } final_quantities = { - (lz, tp, prod): value(sum( - m.DRBidWeight[b, lz, ts] * m.dr_bid[b, lz, tp, prod] - for b in m.DR_BID_LIST - )) + (lz, tp, prod): value( + sum( + m.DRBidWeight[b, lz, ts] * m.dr_bid[b, lz, tp, prod] + for b in m.DR_BID_LIST + ) + ) for lz in m.LOAD_ZONES for ts in m.TIMESERIES for tp in m.TPS_IN_TS[ts] @@ -1071,50 +1214,55 @@ def write_results(m): # } util.write_table( - m, m.LOAD_ZONES, m.TIMEPOINTS, + m, + m.LOAD_ZONES, + m.TIMEPOINTS, output_file=os.path.join(outputs_dir, "energy_sources{t}.csv".format(t=tag)), - headings= - ("load_zone", "period", "timepoint_label") - +tuple(m.FUELS) - +tuple(m.NON_FUEL_ENERGY_SOURCES) - +tuple("curtail_"+s for s in m.NON_FUEL_ENERGY_SOURCES) - +tuple(m.Zone_Power_Injections) - +tuple(m.Zone_Power_Withdrawals) - +tuple("offered price "+prod for prod in m.DR_PRODUCTS) - +tuple("bid q "+prod for prod in m.DR_PRODUCTS) - +tuple("final mc "+prod for prod in m.DR_PRODUCTS) - +tuple("final price "+prod for prod in m.DR_PRODUCTS) - +tuple("final q "+prod for prod in m.DR_PRODUCTS) - +("peak_day", "base_load", "base_price"), - values=lambda m, z, t: - (z, m.tp_period[t], m.tp_timestamp[t]) - +tuple( - sum(DispatchGenByFuel(m, p, t, f) for p in m.GENS_BY_FUEL[f]) - for f in m.FUELS - ) - +tuple( - sum(get(m.DispatchGen, (p, t), 0.0) for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s]) - for s in m.NON_FUEL_ENERGY_SOURCES - ) - +tuple( - sum( - get(m.DispatchUpperLimit, (p, t), 0.0) - get(m.DispatchGen, (p, t), 0.0) - for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] - ) - for s in m.NON_FUEL_ENERGY_SOURCES + headings=("load_zone", "period", "timepoint_label") + + tuple(m.FUELS) + + tuple(m.NON_FUEL_ENERGY_SOURCES) + + tuple("curtail_" + s for s in m.NON_FUEL_ENERGY_SOURCES) + + tuple(m.Zone_Power_Injections) + + tuple(m.Zone_Power_Withdrawals) + + tuple("offered price " + prod for prod in m.DR_PRODUCTS) + + tuple("bid q " + prod for prod in m.DR_PRODUCTS) + + tuple("final mc " + prod for prod in m.DR_PRODUCTS) + + tuple("final price " + prod for prod in m.DR_PRODUCTS) + + tuple("final q " + prod for prod in m.DR_PRODUCTS) + + ("peak_day", "base_load", "base_price"), + values=lambda m, z, t: (z, m.tp_period[t], m.tp_timestamp[t]) + + tuple( + sum(DispatchGenByFuel(m, p, t, f) for p in m.GENS_BY_FUEL[f]) + for f in m.FUELS + ) + + tuple( + sum( + get(m.DispatchGen, (p, t), 0.0) + for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] ) - +tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Injections) - +tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Withdrawals) - +tuple(m.dr_price[last_bid, z, t, prod] for prod in m.DR_PRODUCTS) - +tuple(m.dr_bid[last_bid, z, t, prod] for prod in m.DR_PRODUCTS) - +tuple(electricity_marginal_cost(m, z, t, prod) for prod in m.DR_PRODUCTS) - +tuple(final_prices[z, t, prod] for prod in m.DR_PRODUCTS) - +tuple(final_quantities[z, t, prod] for prod in m.DR_PRODUCTS) - +( - 'peak' if m.ts_scale_to_year[m.tp_ts[t]] < 0.5*avg_ts_scale else 'typical', - m.base_data_dict[z, t][0], - m.base_data_dict[z, t][1], + for s in m.NON_FUEL_ENERGY_SOURCES + ) + + tuple( + sum( + get(m.DispatchUpperLimit, (p, t), 0.0) - get(m.DispatchGen, (p, t), 0.0) + for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] ) + for s in m.NON_FUEL_ENERGY_SOURCES + ) + + tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Injections) + + tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Withdrawals) + + tuple(m.dr_price[last_bid, z, t, prod] for prod in m.DR_PRODUCTS) + + tuple(m.dr_bid[last_bid, z, t, prod] for prod in m.DR_PRODUCTS) + + tuple(electricity_marginal_cost(m, z, t, prod) for prod in m.DR_PRODUCTS) + + tuple(final_prices[z, t, prod] for prod in m.DR_PRODUCTS) + + tuple(final_quantities[z, t, prod] for prod in m.DR_PRODUCTS) + + ( + "peak" + if m.ts_scale_to_year[m.tp_ts[t]] < 0.5 * avg_ts_scale + else "typical", + m.base_data_dict[z, t][0], + m.base_data_dict[z, t][1], + ), ) # import pprint @@ -1122,6 +1270,7 @@ def write_results(m): # bt=set(x[3] for x in b) # technologies # pprint([(t, sum(x[2] for x in b if x[3]==t), sum(x[4] for x in b if x[3]==t)/sum(1.0 for x in b if x[3]==t)) for t in bt]) + def write_dual_costs(m): outputs_dir = m.options.outputs_dir tag = filename_tag(m) @@ -1142,9 +1291,9 @@ def write_dual_costs(m): outfile = os.path.join(outputs_dir, "dual_costs{t}.csv".format(t=tag)) dual_data = [] start_time = time.time() - print("Writing {} ... ".format(outfile), end=' ') + print("Writing {} ... ".format(outfile), end=" ") - def add_dual(const, lbound, ubound, duals, prefix='', offset=0.0): + def add_dual(const, lbound, ubound, duals, prefix="", offset=0.0): if const in duals: dual = duals[const] if dual >= 0.0: @@ -1156,12 +1305,23 @@ def add_dual(const, lbound, ubound, duals, prefix='', offset=0.0): if bound is None: # Variable is unbounded; dual should be 0.0 or possibly a tiny non-zero value. if not (-1e-5 < dual < 1e-5): - raise ValueError("{} has no {} bound but has a non-zero dual value {}.".format( - const.name, "lower" if dual > 0 else "upper", dual)) + raise ValueError( + "{} has no {} bound but has a non-zero dual value {}.".format( + const.name, "lower" if dual > 0 else "upper", dual + ) + ) else: total_cost = dual * (bound + offset) if total_cost != 0.0: - dual_data.append((prefix+const.name, direction, (bound+offset), dual, total_cost)) + dual_data.append( + ( + prefix + const.name, + direction, + (bound + offset), + dual, + total_cost, + ) + ) for comp in m.component_objects(ctype=Var): for idx in comp: @@ -1169,7 +1329,7 @@ def add_dual(const, lbound, ubound, duals, prefix='', offset=0.0): if var.value is not None: # ignore vars that weren't used in the model if var.is_integer() or var.is_binary(): # integrality constraint sets upper and lower bounds - add_dual(var, value(var), value(var), m.rc, prefix='integer: ') + add_dual(var, value(var), value(var), m.rc, prefix="integer: ") else: add_dual(var, var.lb, var.ub, m.rc) for comp in m.component_objects(ctype=Constraint): @@ -1183,14 +1343,23 @@ def add_dual(const, lbound, ubound, duals, prefix='', offset=0.0): standard_constraint = generate_standard_repn(constr.body) if standard_constraint.constant is not None: offset = -standard_constraint.constant - add_dual(constr, value(constr.lower), value(constr.upper), m.dual, offset=offset) + add_dual( + constr, + value(constr.lower), + value(constr.upper), + m.dual, + offset=offset, + ) - dual_data.sort(key=lambda r: (not r[0].startswith('DR_Convex_'), r[3] >= 0)+r) + dual_data.sort(key=lambda r: (not r[0].startswith("DR_Convex_"), r[3] >= 0) + r) + + with open(outfile, "w") as f: + f.write( + ",".join(["constraint", "direction", "bound", "dual", "total_cost"]) + "\n" + ) + f.writelines(",".join(map(str, r)) + "\n" for r in dual_data) + print("time taken: {dur:.2f}s".format(dur=time.time() - start_time)) - with open(outfile, 'w') as f: - f.write(','.join(['constraint', 'direction', 'bound', 'dual', 'total_cost']) + '\n') - f.writelines(','.join(map(str, r)) + '\n' for r in dual_data) - print("time taken: {dur:.2f}s".format(dur=time.time()-start_time)) def filename_tag(m): if m.options.scenario_name: @@ -1202,6 +1371,7 @@ def filename_tag(m): t = "_" + t return t + # def post_solve(m, outputs_dir): # # report the dual costs # write_dual_costs(m) diff --git a/switch_model/balancing/demand_response/iterative/constant_elasticity_demand_system.py b/switch_model/balancing/demand_response/iterative/constant_elasticity_demand_system.py index 47e345e60..b0e094d75 100644 --- a/switch_model/balancing/demand_response/iterative/constant_elasticity_demand_system.py +++ b/switch_model/balancing/demand_response/iterative/constant_elasticity_demand_system.py @@ -1,4 +1,6 @@ from __future__ import division + + def calibrate(base_data, dr_elasticity_scenario=3): """Accept a list of tuples showing [base hourly loads], and [base hourly prices] for each location (load_zone) and date (time_series). Store these for later reference by bid(). @@ -20,6 +22,7 @@ def calibrate(base_data, dr_elasticity_scenario=3): } elasticity_scenario = dr_elasticity_scenario + def bid(load_zone, time_series, prices): """Accept a vector of current prices, for a particular location (load_zone) and day (time_series). Return a tuple showing hourly load levels and willingness to pay for those loads (relative to the @@ -30,7 +33,7 @@ def bid(load_zone, time_series, prices): in total volume, but schedules itself to the cheapest hours (this part is called "shiftable load").""" elasticity = 0.1 - shiftable_share = 0.1 * elasticity_scenario # 1-3 + shiftable_share = 0.1 * elasticity_scenario # 1-3 # convert prices to a numpy vector, and make non-zero # to avoid errors when raising to a negative power @@ -40,10 +43,9 @@ def bid(load_zone, time_series, prices): bl = base_load_dict[load_zone, time_series] bp = base_price_dict[load_zone, time_series] - # spread shiftable load among all minimum-cost hours, # shaped like the original load during those hours (so base prices result in base loads) - mins = (p == np.min(p)) + mins = p == np.min(p) shiftable_load = np.zeros(len(p)) shiftable_load[mins] = bl[mins] * shiftable_share * np.sum(bl) / sum(bl[mins]) @@ -52,12 +54,14 @@ def bid(load_zone, time_series, prices): shiftable_load_wtp = 0 elastic_base_load = (1.0 - shiftable_share) * bl - elastic_load = elastic_base_load * (p/bp) ** (-elasticity) + elastic_load = elastic_base_load * (p / bp) ** (-elasticity) # _relative_ consumer surplus for the elastic load is the integral # of the load (quantity) function from p to bp; note: the hours are independent. # if p < bp, consumer surplus decreases as we move from p to bp, so cs_p - cs_p0 # (given by this integral) is positive. - elastic_load_cs_diff = np.sum((1 - (p/bp)**(1-elasticity)) * bp * elastic_base_load / (1-elasticity)) + elastic_load_cs_diff = np.sum( + (1 - (p / bp) ** (1 - elasticity)) * bp * elastic_base_load / (1 - elasticity) + ) # _relative_ amount actually paid for elastic load under current price, vs base price base_elastic_load_paid = np.sum(bp * elastic_base_load) elastic_load_paid = np.sum(p * elastic_load) diff --git a/switch_model/balancing/demand_response/iterative/r_demand_system.py b/switch_model/balancing/demand_response/iterative/r_demand_system.py index b5a06ce2c..e0a8c40b2 100644 --- a/switch_model/balancing/demand_response/iterative/r_demand_system.py +++ b/switch_model/balancing/demand_response/iterative/r_demand_system.py @@ -11,13 +11,22 @@ """ from __future__ import print_function + def define_arguments(argparser): - argparser.add_argument("--dr-elasticity-scenario", type=int, default=3, - help="Choose a scenario of customer elasticity to be used by R script") - argparser.add_argument("--dr-r-script", default=None, + argparser.add_argument( + "--dr-elasticity-scenario", + type=int, + default=3, + help="Choose a scenario of customer elasticity to be used by R script", + ) + argparser.add_argument( + "--dr-r-script", + default=None, help="Name of R script to use for preparing demand response bids. " "Only takes effect when using --dr-demand-module=r_demand_system. " - "This script should provide calibrate() and bid() functions. ") + "This script should provide calibrate() and bid() functions. ", + ) + def define_components(m): # load modules for use later (import is delayed to avoid interfering with unit tests) @@ -25,20 +34,24 @@ def define_components(m): global np import numpy as np except ImportError: - print("="*80) - print("Unable to load numpy package, which is used by the r_demand_system module.") + print("=" * 80) + print( + "Unable to load numpy package, which is used by the r_demand_system module." + ) print("Please install this via 'conda install numpy' or 'pip install numpy'.") - print("="*80) + print("=" * 80) raise try: global rpy2 # not actually needed outside this function import rpy2.robjects import rpy2.robjects.numpy2ri except ImportError: - print("="*80) - print("Unable to load rpy2 package, which is used by the r_demand_system module.") + print("=" * 80) + print( + "Unable to load rpy2 package, which is used by the r_demand_system module." + ) print("Please install this via 'conda install rpy2' or 'pip install rpy2'.") - print("="*80) + print("=" * 80) raise # initialize the R environment global r @@ -61,6 +74,7 @@ def define_components(m): ) r.source(m.options.dr_r_script) + def calibrate(m, base_data): """Accept a list of tuples showing load_zone, time_series, [base hourly loads], [base hourly prices] for each load_zone and time_series (day). Perform any calibration needed in the demand system @@ -68,21 +82,23 @@ def calibrate(m, base_data): Also accept an allocation among different elasticity classes (defined in the R module.) """ base_load_dict = { - (z, ts): base_loads - for (z, ts, base_loads, base_prices) in base_data + (z, ts): base_loads for (z, ts, base_loads, base_prices) in base_data } base_price_dict = { - (z, ts): base_prices - for (z, ts, base_loads, base_prices) in base_data + (z, ts): base_prices for (z, ts, base_loads, base_prices) in base_data } load_zones = unique_list(z for (z, ts, base_loads, base_prices) in base_data) time_series = unique_list(ts for (z, ts, base_loads, base_prices) in base_data) # maybe this should use the hour of day from the model, but this is good enough for now - hours_of_day = list(range(1, 1+len(base_data[0][2]))) + hours_of_day = list(range(1, 1 + len(base_data[0][2]))) # create r arrays of base loads and prices, with indices = (hour of day, time series, load zone) - base_loads = make_r_value_array(base_load_dict, hours_of_day, time_series, load_zones) - base_prices = make_r_value_array(base_price_dict, hours_of_day, time_series, load_zones) + base_loads = make_r_value_array( + base_load_dict, hours_of_day, time_series, load_zones + ) + base_prices = make_r_value_array( + base_price_dict, hours_of_day, time_series, load_zones + ) # calibrate the demand system within R r.calibrate(base_loads, base_prices, m.options.dr_elasticity_scenario) @@ -93,18 +109,19 @@ def bid(m, load_zone, timeseries, prices): Return a tuple showing hourly load levels and willingness to pay for those loads.""" bid = r.bid( - str(load_zone), str(timeseries), - np.array(prices['energy']), - np.array(prices['energy up']), - np.array(prices['energy down']), - m.options.dr_elasticity_scenario + str(load_zone), + str(timeseries), + np.array(prices["energy"]), + np.array(prices["energy up"]), + np.array(prices["energy down"]), + m.options.dr_elasticity_scenario, ) demand = { - 'energy': list(bid[0]), - 'energy up': list(bid[1]), - 'energy down': list(bid[2]), + "energy": list(bid[0]), + "energy up": list(bid[1]), + "energy down": list(bid[2]), } - wtp = bid[3][0] # everything is a vector in R, so we have to take the first element + wtp = bid[3][0] # everything is a vector in R, so we have to take the first element return (demand, wtp) @@ -112,7 +129,7 @@ def bid(m, load_zone, timeseries, prices): def test_calib(): """Test calibration routines with sample data. Results should match r.test_calib().""" base_data = [ - ("oahu", 100, [ 500, 1000, 1500], [0.35, 0.35, 0.35]), + ("oahu", 100, [500, 1000, 1500], [0.35, 0.35, 0.35]), ("oahu", 200, [2000, 2500, 3000], [0.35, 0.35, 0.35]), ("maui", 100, [3500, 4000, 4500], [0.35, 0.35, 0.35]), ("maui", 200, [5000, 5500, 6000], [0.35, 0.35, 0.35]), @@ -126,11 +143,12 @@ def unique_list(seq): seen = set() return [x for x in seq if not (x in seen or seen.add(x))] + def make_r_value_array(base_value_dict, hours_of_day, time_series, load_zones): # create a numpy array with indices = (hour of day, time series, load zone) arr = np.array( - [ [base_value_dict[(z, ts)] for ts in time_series] for z in load_zones], - dtype=float + [[base_value_dict[(z, ts)] for ts in time_series] for z in load_zones], + dtype=float, ).transpose() # convert to an r array with dimnames, using R's standard array function # (it might be slightly neater to use rinterface to build r_array entirely @@ -143,7 +161,7 @@ def make_r_value_array(base_value_dict, hours_of_day, time_series, load_zones): dimnames=r.list( np.array(hours_of_day, dtype=str), np.array(time_series, dtype=str), - np.array(load_zones, dtype=str) - ) + np.array(load_zones, dtype=str), + ), ) return r_array diff --git a/switch_model/balancing/demand_response/simple.py b/switch_model/balancing/demand_response/simple.py index 81cf22c42..af9ded00d 100644 --- a/switch_model/balancing/demand_response/simple.py +++ b/switch_model/balancing/demand_response/simple.py @@ -8,13 +8,18 @@ demand shifting. This does not include a Shed Service (curtailment of load), nor a Shimmy Service (fast dispatch for load following or regulation). +INPUT FILE FORMAT + Import demand response-specific data from an input directory. + + dr_data.csv + LOAD_ZONE, TIMEPOINT, dr_shift_down_limit, dr_shift_up_limit """ import os from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones' -optional_dependencies = 'switch_model.transmission.local_td' +dependencies = "switch_model.timescales", "switch_model.balancing.load_zones" +optional_dependencies = "switch_model.transmission.local_td" def define_components(mod): @@ -49,46 +54,37 @@ def define_components(mod): """ mod.dr_shift_down_limit = Param( - mod.LOAD_ZONES, mod.TIMEPOINTS, - default= 0.0, + mod.LOAD_ZONES, + mod.TIMEPOINTS, + default=0.0, within=NonNegativeReals, - validate=lambda m, value, z, t: value <= m.zone_demand_mw[z, t]) + input_file="dr_data.csv", + validate=lambda m, value, z, t: value <= m.zone_demand_mw[z, t], + ) mod.dr_shift_up_limit = Param( - mod.LOAD_ZONES, mod.TIMEPOINTS, - default= float('inf'), - within=NonNegativeReals) + mod.LOAD_ZONES, + mod.TIMEPOINTS, + default=float("inf"), + input_file="dr_data.csv", + within=NonNegativeReals, + ) mod.ShiftDemand = Var( - mod.LOAD_ZONES, mod.TIMEPOINTS, + mod.LOAD_ZONES, + mod.TIMEPOINTS, within=Reals, - bounds=lambda m, z, t: - ( - (-1.0) * m.dr_shift_down_limit[z,t], - m.dr_shift_up_limit[z,t] - )) + bounds=lambda m, z, t: ( + (-1.0) * m.dr_shift_down_limit[z, t], + m.dr_shift_up_limit[z, t], + ), + ) mod.DR_Shift_Net_Zero = Constraint( - mod.LOAD_ZONES, mod.TIMESERIES, - rule=lambda m, z, ts: - sum(m.ShiftDemand[z, t] for t in m.TPS_IN_TS[ts]) == 0.0) + mod.LOAD_ZONES, + mod.TIMESERIES, + rule=lambda m, z, ts: sum(m.ShiftDemand[z, t] for t in m.TPS_IN_TS[ts]) == 0.0, + ) try: - mod.Distributed_Power_Withdrawals.append('ShiftDemand') + mod.Distributed_Power_Withdrawals.append("ShiftDemand") except AttributeError: - mod.Zone_Power_Withdrawals.append('ShiftDemand') - - -def load_inputs(mod, switch_data, inputs_dir): - """ - - Import demand response-specific data from an input directory. - - dr_data.csv - LOAD_ZONE, TIMEPOINT, dr_shift_down_limit, dr_shift_up_limit - - """ - - switch_data.load_aug( - optional=True, - filename=os.path.join(inputs_dir, 'dr_data.csv'), - autoselect=True, - param=(mod.dr_shift_down_limit, mod.dr_shift_up_limit)) + mod.Zone_Power_Withdrawals.append("ShiftDemand") diff --git a/switch_model/balancing/electric_vehicles/__init__.py b/switch_model/balancing/electric_vehicles/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/switch_model/balancing/electric_vehicles/simple.py b/switch_model/balancing/electric_vehicles/simple.py new file mode 100644 index 000000000..0e686da40 --- /dev/null +++ b/switch_model/balancing/electric_vehicles/simple.py @@ -0,0 +1,133 @@ +# Copyright 2017 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. + +""" +This module defines Virtual Batteries of Electric Vehicles in each Load Zone for +defining Charging Profiles for the SWITCH-Pyomo model. Virtual Batteries +represents the aggregation of several batteries from electric vehicles. The +charging of a virtual battery can be delayed according to a limit on the +cummulative charge that depends on mobility patterns and users availability. +Virtual Batteries are not allowed to inject energy to the grid and at the end +of each timeseries they must be charged at some specific level according +to users necessity. + +INPUT FILE FORMAT + Import virtual batteries specific location and power limits + from an input directory. + + ev_limits.tab + LOAD_ZONES, TIMEPOINT, ev_cumulative_charge_upper_mwh, + ev_cumulative_charge_upper_mwh, ev_charge_limit_mw +""" + +import os +from pyomo.environ import * + +dependencies = "switch_model.timescales", "switch_model.balancing.load_zones" +optional_dependencies = "switch_model.transmission.local_td" + + +def define_components(mod): + + """ + Adds components to a Pyomo abstract model object to describe a virtual + battery charging pattern. + + ev_charge_limit[z,t] is a parameter that describes the maximum + instantaneous charge (power limit) in MW for a virtual battery in load + zone z at timepoint t. + + ev_cumulative_charge_upper_mwh[z,t] is a parameter that describes the + upper limit to the cumulative charge state in MWh for the virtual + battery in load zone z at a timepoint t. + + ev_cumulative_charge_lower_mwh[z,t] is a parameter that describes the + lower limit to the cumulative charge state in MWh for the virtual battery + in load zone z at a a timepoint t. + + EVCharge[z,t] is a decision variable that describes how much MW + (in average) are being injected to the virtual battery in load zone z + at a timepoint t. This parameter models the power requirements from the + grid and not the state of charge of the battery (i.e. no efficiency is + considered). + + EVCumulativeCharge[z,t] is an expression that calculates the cumulative + charge of the virtual battery in load zone z at timepoint t in MWh. It is calculated by + summing all the charges at previous timepoints of t within its timeseries + and multiplying them by their duration in hours. + + EV_Cumulative_Charge_Upper_Limit[z,t] is a constraint that limits the + cumulative charge of the virtual battery to its upper limit defined on + ev_cumulative_charge_upper. + + EV_Cumulative_Charge_Upper_Limit[z,t] is a constraint that limits the + cumulative charge of the virtual battery to its lower limit defined on + ev_cumulative_charge_lower. + + If the local_td module is included, EVCharge[z,t] will be registered + with local_td's distributed node for energy balancing purposes. If + local_td is not included, it will be registered with load zone's central + node and will not reflect efficiency losses in the distribution network. + + + """ + + mod.ev_charge_limit_mw = Param( + mod.LOAD_ZONES, + mod.TIMEPOINTS, + default=float("inf"), + input_file="ev_limits.csv", + within=NonNegativeReals, + ) + + mod.ev_cumulative_charge_upper_mwh = Param( + mod.LOAD_ZONES, + mod.TIMEPOINTS, + default=0.0, + input_file="ev_limits.csv", + within=NonNegativeReals, + ) + + mod.ev_cumulative_charge_lower_mwh = Param( + mod.LOAD_ZONES, + mod.TIMEPOINTS, + default=0.0, + input_file="ev_limits.csv", + within=NonNegativeReals, + ) + + mod.EVCharge = Var( + mod.LOAD_ZONES, + mod.TIMEPOINTS, + within=NonNegativeReals, + bounds=lambda m, z, t: (0.0, m.ev_charge_limit_mw[z, t]), + ) + + mod.EVCumulativeCharge = Expression( + mod.LOAD_ZONES, + mod.TIMEPOINTS, + rule=lambda m, z, t: sum( + m.EVCharge[z, tau] * m.tp_duration_hrs[tau] + for tau in m.TPS_IN_TS[m.tp_ts[t]] + if tau <= t + ), + ) + + mod.EV_Cumulative_Charge_Upper_Limit = Constraint( + mod.LOAD_ZONES, + mod.TIMEPOINTS, + rule=lambda m, z, t: m.EVCumulativeCharge[z, t] + <= m.ev_cumulative_charge_upper_mwh[z, t], + ) + + mod.Vbat_Cumulative_Charge_Lower_Limit = Constraint( + mod.LOAD_ZONES, + mod.TIMEPOINTS, + rule=lambda m, z, t: m.EVCumulativeCharge[z, t] + >= m.ev_cumulative_charge_lower_mwh[z, t], + ) + + if "Distributed_Power_Injections" in dir(mod): + mod.Distributed_Power_Withdrawals.append("EVCharge") + else: + mod.Zone_Power_Withdrawals.append("EVCharge") diff --git a/switch_model/balancing/load_zones.py b/switch_model/balancing/load_zones.py index 4e04a255c..8c2ff1ba1 100644 --- a/switch_model/balancing/load_zones.py +++ b/switch_model/balancing/load_zones.py @@ -3,13 +3,35 @@ """ Defines load zone parameters for the Switch model. + +INPUT FILE INFORMATION + Import load zone data. The following tab-separated files are + expected in the input directory. Their index columns need to be on + the left, but the data columns can be in any order. Extra columns + will be ignored during import, and optional columns can be dropped. + Other modules (such as local_td) may look for additional columns in + some of these files. If you don't want to specify data for any + optional parameter, use a dot . for its value. Optional columns and + files are noted with a *. + + load_zones.csv + LOAD_ZONE, zone_ccs_distance_km*, zone_dbid* + + loads.csv + LOAD_ZONE, TIMEPOINT, zone_demand_mw + + zone_coincident_peak_demand.csv* + LOAD_ZONE, PERIOD, zone_expected_coincident_peak_demand """ import os + from pyomo.environ import * from switch_model.reporting import write_table +from switch_model.tools.graph import graph + +dependencies = "switch_model.timescales" +optional_dependencies = "switch_model.transmission.local_td" -dependencies = 'switch_model.timescales' -optional_dependencies = 'switch_model.transmission.local_td' def define_dynamic_lists(mod): """ @@ -77,38 +99,53 @@ def define_components(mod): """ - mod.LOAD_ZONES = Set() - mod.ZONE_TIMEPOINTS = Set(dimen=2, + mod.LOAD_ZONES = Set(dimen=1, input_file="load_zones.csv") + mod.ZONE_TIMEPOINTS = Set( + dimen=2, initialize=lambda m: m.LOAD_ZONES * m.TIMEPOINTS, - doc="The cross product of load zones and timepoints, used for indexing.") + doc="The cross product of load zones and timepoints, used for indexing.", + ) mod.zone_demand_mw = Param( - mod.ZONE_TIMEPOINTS, - within=NonNegativeReals) + mod.ZONE_TIMEPOINTS, input_file="loads.csv", within=NonNegativeReals + ) mod.zone_ccs_distance_km = Param( mod.LOAD_ZONES, within=NonNegativeReals, - default=0.0) + input_file="load_zones.csv", + default=0.0, + ) mod.zone_dbid = Param( - mod.LOAD_ZONES, - default=lambda m, z: z) - mod.min_data_check('LOAD_ZONES', 'zone_demand_mw') + mod.LOAD_ZONES, input_file="load_zones.csv", default=lambda m, z: z + ) + mod.min_data_check("LOAD_ZONES", "zone_demand_mw") try: - mod.Distributed_Power_Withdrawals.append('zone_demand_mw') + mod.Distributed_Power_Withdrawals.append("zone_demand_mw") except AttributeError: - mod.Zone_Power_Withdrawals.append('zone_demand_mw') + mod.Zone_Power_Withdrawals.append("zone_demand_mw") mod.EXTERNAL_COINCIDENT_PEAK_DEMAND_ZONE_PERIODS = Set( - dimen=2, within=mod.LOAD_ZONES * mod.PERIODS, - doc="Zone-Period combinations with zone_expected_coincident_peak_demand data.") + dimen=2, + within=mod.LOAD_ZONES * mod.PERIODS, + input_file="zone_coincident_peak_demand.csv", + input_optional=True, + doc="Zone-Period combinations with zone_expected_coincident_peak_demand data.", + ) mod.zone_expected_coincident_peak_demand = Param( mod.EXTERNAL_COINCIDENT_PEAK_DEMAND_ZONE_PERIODS, - within=NonNegativeReals) + input_file="zone_coincident_peak_demand.csv", + within=NonNegativeReals, + ) mod.zone_total_demand_in_period_mwh = Param( - mod.LOAD_ZONES, mod.PERIODS, + mod.LOAD_ZONES, + mod.PERIODS, within=NonNegativeReals, initialize=lambda m, z, p: ( - sum(m.zone_demand_mw[z, t] * m.tp_weight[t] - for t in m.TPS_IN_PERIOD[p]))) + sum(m.zone_demand_mw[z, t] * m.tp_weight[t] for t in m.TPS_IN_PERIOD[p]) + ), + ) + + # Make sure the model has duals enabled since we use the duals in post_solve() + mod.enable_duals() def define_dynamic_components(mod): @@ -129,73 +166,175 @@ def define_dynamic_components(mod): mod.Zone_Energy_Balance = Constraint( mod.ZONE_TIMEPOINTS, rule=lambda m, z, t: ( - sum( - getattr(m, component)[z, t] - for component in m.Zone_Power_Injections - ) == sum( - getattr(m, component)[z, t] - for component in m.Zone_Power_Withdrawals))) + sum(getattr(m, component)[z, t] for component in m.Zone_Power_Injections) + == sum( + getattr(m, component)[z, t] for component in m.Zone_Power_Withdrawals + ) + ), + ) -def load_inputs(mod, switch_data, inputs_dir): +def post_solve(instance, outdir): """ - Import load zone data. The following tab-separated files are - expected in the input directory. Their index columns need to be on - the left, but the data columns can be in any order. Extra columns - will be ignored during import, and optional columns can be dropped. - Other modules (such as local_td) may look for additional columns in - some of these files. If you don't want to specify data for any - optional parameter, use a dot . for its value. Optional columns and - files are noted with a *. - - load_zones.csv - LOAD_ZONE, zone_ccs_distance_km*, zone_dbid* + Exports load_balance.csv, load_balance_annual_zonal.csv, and load_balance_annual.csv. + Each component registered with Zone_Power_Injections and Zone_Power_Withdrawals will + become a column in these .csv files. As such, each column represents a power injection + or withdrawal and the sum of across all columns should be zero. Note that positive + terms are net injections (e.g. generation) while negative terms are net withdrawals + (e.g. load). - loads.csv - LOAD_ZONE, TIMEPOINT, zone_demand_mw + load_balance.csv contains the energy balance terms for for every zone and timepoint. + We also include a column called normalized_energy_balance_duals_dollar_per_mwh + that is a proxy for the locational marginal pricing (LMP). This value represents + the incremental cost per hour to increase the demand by 1 MW (or equivalently + the incremental cost of providing one more MWh of energy). This is not a perfect + proxy for LMP since it factors in build costs etc. - zone_coincident_peak_demand.csv* - LOAD_ZONE, PERIOD, zone_expected_coincident_peak_demand + load_balance_annual_zonal.csv contains the energy injections and withdrawals + throughout a year for a given load zone. + load_balance_annual.csv contains the energy injections and withdrawals + throughout a year across all zones. """ - # Include select in each load() function so that it will check out - # column names, be indifferent to column order, and throw an error - # message if some columns are not found. - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'load_zones.csv'), - auto_select=True, - index=mod.LOAD_ZONES, - param=(mod.zone_ccs_distance_km, mod.zone_dbid)) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'loads.csv'), - auto_select=True, - param=(mod.zone_demand_mw)) - switch_data.load_aug( - optional=True, - filename=os.path.join(inputs_dir, 'zone_coincident_peak_demand.csv'), - index=mod.EXTERNAL_COINCIDENT_PEAK_DEMAND_ZONE_PERIODS, - select=('LOAD_ZONE', 'PERIOD', 'zone_expected_coincident_peak_demand'), - param=(mod.zone_expected_coincident_peak_demand)) - + write_table( + instance, + instance.LOAD_ZONES, + instance.TIMEPOINTS, + output_file=os.path.join(outdir, "load_balance.csv"), + headings=( + "load_zone", + "timestamp", + "normalized_energy_balance_duals_dollar_per_mwh", + ) + + tuple(instance.Zone_Power_Injections + instance.Zone_Power_Withdrawals), + values=lambda m, z, t: ( + z, + m.tp_timestamp[t], + m.get_dual( + "Zone_Energy_Balance", + z, + t, + divider=m.bring_timepoint_costs_to_base_year[t], + ), + ) + + tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Injections) + + tuple(-getattr(m, component)[z, t] for component in m.Zone_Power_Withdrawals), + ) -def post_solve(instance, outdir): - """ - Export results. + def get_component_per_year(m, z, p, component): + """ + Returns the weighted sum of component across all timepoints in the given period. + The components must be indexed by zone and timepoint. + """ + return sum( + getattr(m, component)[z, t] * m.tp_weight_in_year[t] + for t in m.TPS_IN_PERIOD[p] + ) - load_balance.csv is a wide table of energy balance components for every - zone and timepoint. Each component registered with - Zone_Power_Injections and Zone_Power_Withdrawals will - become a column. + write_table( + instance, + instance.LOAD_ZONES, + instance.PERIODS, + output_file=os.path.join(outdir, "load_balance_annual_zonal.csv"), + headings=( + "load_zone", + "period", + ) + + tuple(instance.Zone_Power_Injections + instance.Zone_Power_Withdrawals), + values=lambda m, z, p: (z, p) + + tuple( + get_component_per_year(m, z, p, component) + for component in m.Zone_Power_Injections + ) + + tuple( + -get_component_per_year(m, z, p, component) + for component in m.Zone_Power_Withdrawals + ), + ) - """ write_table( - instance, instance.LOAD_ZONES, instance.TIMEPOINTS, - output_file=os.path.join(outdir, "load_balance.csv"), - headings=("load_zone", "timestamp",) + tuple( - instance.Zone_Power_Injections + - instance.Zone_Power_Withdrawals), - values=lambda m, z, t: (z, m.tp_timestamp[t],) + tuple( - getattr(m, component)[z, t] - for component in ( - m.Zone_Power_Injections + - m.Zone_Power_Withdrawals))) + instance, + instance.PERIODS, + output_file=os.path.join(outdir, "load_balance_annual.csv"), + headings=("period",) + + tuple(instance.Zone_Power_Injections + instance.Zone_Power_Withdrawals), + values=lambda m, p: (p,) + + tuple( + sum(get_component_per_year(m, z, p, component) for z in m.LOAD_ZONES) + for component in m.Zone_Power_Injections + ) + + tuple( + -sum(get_component_per_year(m, z, p, component) for z in m.LOAD_ZONES) + for component in m.Zone_Power_Withdrawals + ), + ) + + +@graph( + "energy_balance_duals", + title="Energy balance duals per period", + note="Note: Outliers and zero-valued duals are ignored.", +) +def graph_energy_balance(tools): + load_balance = tools.get_dataframe("load_balance.csv") + load_balance = tools.transform.timestamp(load_balance) + load_balance["energy_balance_duals"] = ( + tools.pd.to_numeric( + load_balance["normalized_energy_balance_duals_dollar_per_mwh"], + errors="coerce", + ) + / 10 + ) + load_balance = load_balance[["energy_balance_duals", "time_row"]] + load_balance = load_balance.pivot(columns="time_row", values="energy_balance_duals") + percent_of_zeroes = sum(load_balance == 0) / len(load_balance) * 100 + # Don't include the zero-valued duals + load_balance = load_balance.replace(0, tools.np.nan) + if load_balance.count().sum() != 0: + load_balance.plot.box( + ax=tools.get_axes(note=f"{percent_of_zeroes:.1f}% of duals are zero"), + xlabel="Period", + ylabel="Energy balance duals (cents/kWh)", + showfliers=False, + ) + + +@graph("daily_demand", title="Total daily demand", supports_multi_scenario=True) +def demand(tools): + df = tools.get_dataframe("loads.csv", from_inputs=True, drop_scenario_info=False) + df = df.groupby(["TIMEPOINT", "scenario_name"], as_index=False).sum() + df = tools.transform.timestamp(df, key_col="TIMEPOINT", use_timepoint=True) + df = df.groupby( + ["season", "hour", "scenario_name", "time_row"], as_index=False + ).mean() + df["zone_demand_mw"] /= 1e3 + pn = tools.pn + + plot = ( + pn.ggplot(df) + + pn.geom_line(pn.aes(x="hour", y="zone_demand_mw", color="scenario_name")) + + pn.facet_grid("time_row ~ season") + + pn.labs(x="Hour (PST)", y="Demand (GW)", color="Scenario") + ) + tools.save_figure(plot.draw()) + + +@graph("demand", title="Total demand", supports_multi_scenario=True) +def yearly_demand(tools): + df = tools.get_dataframe("loads.csv", from_inputs=True, drop_scenario_info=False) + df = df.groupby(["TIMEPOINT", "scenario_name"], as_index=False).sum() + df = tools.transform.timestamp(df, key_col="TIMEPOINT", use_timepoint=True) + df["zone_demand_mw"] *= df["tp_duration"] / 1e3 + df["day"] = df["datetime"].dt.day_of_year + df = df.groupby(["day", "scenario_name", "time_row"], as_index=False)[ + "zone_demand_mw" + ].sum() + pn = tools.pn + + plot = ( + pn.ggplot(df) + + pn.geom_line(pn.aes(x="day", y="zone_demand_mw", color="scenario_name")) + + pn.facet_grid("time_row ~ .") + + pn.labs(x="Day of Year", y="Demand (GW)", color="Scenario") + ) + tools.save_figure(plot.draw()) diff --git a/switch_model/balancing/operating_reserves/areas.py b/switch_model/balancing/operating_reserves/areas.py index 053965fa2..b0d6c082c 100644 --- a/switch_model/balancing/operating_reserves/areas.py +++ b/switch_model/balancing/operating_reserves/areas.py @@ -3,11 +3,19 @@ """ Defines balancing areas for operational reserves. + +INPUT FILE INFORMATION + + Import balancing_area data. The following files are expected in the input + directory: + + load_zones.csv + LOAD_ZONE, ..., zone_balancing_area """ -import os from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones' +dependencies = "switch_model.timescales", "switch_model.balancing.load_zones" + def define_components(mod): """ @@ -30,30 +38,20 @@ def define_components(mod): """ - mod.zone_balancing_area = Param(mod.LOAD_ZONES, default='system_wide_balancing_area') - mod.BALANCING_AREAS = Set(initialize=lambda m: set( - m.zone_balancing_area[z] for z in m.LOAD_ZONES)) + mod.zone_balancing_area = Param( + mod.LOAD_ZONES, + input_file="load_zones.csv", + default="system_wide_balancing_area", + within=Any, + ) + mod.BALANCING_AREAS = Set( + ordered=False, + initialize=lambda m: set(m.zone_balancing_area[z] for z in m.LOAD_ZONES), + ) mod.ZONES_IN_BALANCING_AREA = Set( mod.BALANCING_AREAS, initialize=lambda m, b: ( - z for z in m.LOAD_ZONES if m.zone_balancing_area[z] == b)) - mod.BALANCING_AREA_TIMEPOINTS = Set( - initialize=mod.BALANCING_AREAS * mod.TIMEPOINTS) - - -def load_inputs(mod, switch_data, inputs_dir): - """ - Import balancing_area data. The following files are expected in the input - directory: - - load_zones.csv - LOAD_ZONE, ..., zone_balancing_area - - """ - # Include select in each load() function so that it will check out - # column names, be indifferent to column order, and throw an error - # message if some columns are not found. - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'load_zones.csv'), - auto_select=True, - param=(mod.zone_balancing_area)) + z for z in m.LOAD_ZONES if m.zone_balancing_area[z] == b + ), + ) + mod.BALANCING_AREA_TIMEPOINTS = Set(initialize=mod.BALANCING_AREAS * mod.TIMEPOINTS) diff --git a/switch_model/balancing/operating_reserves/spinning_reserves.py b/switch_model/balancing/operating_reserves/spinning_reserves.py index 0d302ee1d..b45be3b6b 100644 --- a/switch_model/balancing/operating_reserves/spinning_reserves.py +++ b/switch_model/balancing/operating_reserves/spinning_reserves.py @@ -90,45 +90,57 @@ from pyomo.environ import * dependencies = ( - 'switch_model.timescales', - 'switch_model.balancing.load_zones', - 'switch_model.balancing.operating_reserves.areas', - 'switch_model.financials', - 'switch_model.energy_sources.properties', - 'switch_model.generators.core.build', - 'switch_model.generators.core.dispatch', - 'switch_model.generators.core.commit.operate', + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.balancing.operating_reserves.areas", + "switch_model.financials", + "switch_model.energy_sources.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", + "switch_model.generators.core.commit.operate", ) def define_arguments(argparser): group = argparser.add_argument_group(__name__) - group.add_argument('--unit-contingency', default=False, - dest='unit_contingency', action='store_true', - help=("This will enable an n-1 contingency based on a single unit of " - "a generation project falling offline. Note: This create a new " - "binary variable for each project and timepoint that has a " - "proj_unit_size specified.") + group.add_argument( + "--unit-contingency", + default=False, + dest="unit_contingency", + action="store_true", + help=( + "This will enable an n-1 contingency based on a single unit of " + "a generation project falling offline. Note: This create a new " + "binary variable for each project and timepoint that has a " + "proj_unit_size specified." + ), ) - group.add_argument('--project-contingency', default=False, - dest='project_contingency', action='store_true', - help=("This will enable an n-1 contingency based on the entire " - "committed capacity of a generation project falling offline. " - "Unlike unit contingencies, this is a purely linear expression.") + group.add_argument( + "--project-contingency", + default=False, + dest="project_contingency", + action="store_true", + help=( + "This will enable an n-1 contingency based on the entire " + "committed capacity of a generation project falling offline. " + "Unlike unit contingencies, this is a purely linear expression." + ), ) - group.add_argument('--spinning-requirement-rule', default=None, - dest='spinning_requirement_rule', - choices = ["Hawaii", "3+5"], - help=("Choose rules for spinning reserves requirements as a function " - "of variable renewable power and load. Hawaii uses rules " - "bootstrapped from the GE RPS study, and '3+5' requires 3% of " - "load and 5% of variable renewable output, based on the heuristic " - "described in the 2010 Western Wind and Solar Integration Study.") + group.add_argument( + "--spinning-requirement-rule", + default=None, + dest="spinning_requirement_rule", + choices=["Hawaii", "3+5"], + help=( + "Choose rules for spinning reserves requirements as a function " + "of variable renewable power and load. Hawaii uses rules " + "bootstrapped from the GE RPS study, and '3+5' requires 3% of " + "load and 5% of variable renewable output, based on the heuristic " + "described in the 2010 Western Wind and Solar Integration Study." + ), ) - - def define_dynamic_lists(m): """ Spinning_Reserve_Up_Requirements and Spinning_Reserve_Down_Requirements @@ -189,37 +201,44 @@ def gen_unit_contingency(m): # justify the duplication because I don't think discrete unit commitment # should be a prerequisite for this functionality. m.UNIT_CONTINGENCY_DISPATCH_POINTS = Set( - initialize=m.GEN_TPS, - filter=lambda m, g, tp: g in m.DISCRETELY_SIZED_GENS + initialize=m.GEN_TPS, filter=lambda m, g, tp: g in m.DISCRETELY_SIZED_GENS ) m.GenIsCommitted = Var( m.UNIT_CONTINGENCY_DISPATCH_POINTS, within=Binary, - doc="Stores the status of unit committment as a binary variable." + doc="Stores the status of unit committment as a binary variable.", ) m.Enforce_GenIsCommitted = Constraint( m.UNIT_CONTINGENCY_DISPATCH_POINTS, - rule=lambda m, g, tp: - m.CommitGen[g, tp] <= m.GenIsCommitted[g, tp] * ( - m._gen_max_cap_for_binary_constraints - if g not in m.CAPACITY_LIMITED_GENS - else m.gen_capacity_limit_mw[g] - ) + rule=lambda m, g, tp: m.CommitGen[g, tp] + <= m.GenIsCommitted[g, tp] + * ( + m._gen_max_cap_for_binary_constraints + if g not in m.CAPACITY_LIMITED_GENS + else m.gen_capacity_limit_mw[g] + ), ) m.GenUnitLargestContingency = Var( m.BALANCING_AREA_TIMEPOINTS, - doc="Largest generating unit that could drop offline.") + doc="Largest generating unit that could drop offline.", + ) + def Enforce_GenUnitLargestContingency_rule(m, g, t): b = m.zone_balancing_area[m.gen_load_zone[g]] - return (m.GenUnitLargestContingency[b,t] >= - m.GenIsCommitted[g, t] * m.gen_unit_size[g]) + return ( + m.GenUnitLargestContingency[b, t] + >= m.GenIsCommitted[g, t] * m.gen_unit_size[g] + ) + m.Enforce_GenUnitLargestContingency = Constraint( m.UNIT_CONTINGENCY_DISPATCH_POINTS, rule=Enforce_GenUnitLargestContingency_rule, - doc=("Force GenUnitLargestContingency to be at least as big as the " - "maximum unit contingency.") + doc=( + "Force GenUnitLargestContingency to be at least as big as the " + "maximum unit contingency." + ), ) - m.Spinning_Reserve_Contingencies.append('GenUnitLargestContingency') + m.Spinning_Reserve_Contingencies.append("GenUnitLargestContingency") def gen_project_contingency(m): @@ -245,21 +264,28 @@ def gen_project_contingency(m): """ m.GenProjectLargestContingency = Var( m.BALANCING_AREA_TIMEPOINTS, - doc="Largest generating project that could drop offline.") + doc="Largest generating project that could drop offline.", + ) + def Enforce_GenProjectLargestContingency_rule(m, g, t): b = m.zone_balancing_area[m.gen_load_zone[g]] if m.gen_can_provide_spinning_reserves[g]: - return m.GenProjectLargestContingency[b, t] >= \ - m.DispatchGen[g, t] + m.CommitGenSpinningReservesUp[g, t] + return ( + m.GenProjectLargestContingency[b, t] + >= m.DispatchGen[g, t] + m.CommitGenSpinningReservesUp[g, t] + ) else: return m.GenProjectLargestContingency[b, t] >= m.DispatchGen[g, t] + m.Enforce_GenProjectLargestContingency = Constraint( m.GEN_TPS, rule=Enforce_GenProjectLargestContingency_rule, - doc=("Force GenProjectLargestContingency to be at least as big as the " - "maximum generation project contingency.") + doc=( + "Force GenProjectLargestContingency to be at least as big as the " + "maximum generation project contingency." + ), ) - m.Spinning_Reserve_Contingencies.append('GenProjectLargestContingency') + m.Spinning_Reserve_Contingencies.append("GenProjectLargestContingency") def hawaii_spinning_reserve_requirements(m): @@ -273,21 +299,26 @@ def hawaii_spinning_reserve_requirements(m): # fit_renewable_reserves.ipynb ) # TODO: supply these parameters in input files m.var_gen_power_reserve = Param( - m.VARIABLE_GENS, default=1.0, - doc=("Spinning reserves required to back up variable renewable " - "generators, as fraction of potential output.") + m.VARIABLE_GENS, + default=1.0, + doc=( + "Spinning reserves required to back up variable renewable " + "generators, as fraction of potential output." + ), ) + def var_gen_cap_reserve_limit_default(m, g): - if m.gen_energy_source[g] == 'Solar': + if m.gen_energy_source[g] == "Solar": return 0.21288916 - elif m.gen_energy_source[g] == 'Wind': + elif m.gen_energy_source[g] == "Wind": return 0.21624407 else: raise RuntimeError() + m.var_gen_cap_reserve_limit = Param( m.VARIABLE_GENS, default=var_gen_cap_reserve_limit_default, - doc="Maximum spinning reserves required, as fraction of installed capacity" + doc="Maximum spinning reserves required, as fraction of installed capacity", ) m.HawaiiVarGenUpSpinningReserveRequirement = Expression( m.BALANCING_AREA_TIMEPOINTS, @@ -295,25 +326,33 @@ def var_gen_cap_reserve_limit_default(m, g): m.GenCapacityInTP[g, t] * min( m.var_gen_power_reserve[g] * m.gen_max_capacity_factor[g, t], - m.var_gen_cap_reserve_limit[g] + m.var_gen_cap_reserve_limit[g], ) for g in m.VARIABLE_GENS - if (g, t) in m.VARIABLE_GEN_TPS and b == m.zone_balancing_area[m.gen_load_zone[g]]), - doc="The spinning reserves for backing up variable generation with Hawaii rules." + if (g, t) in m.VARIABLE_GEN_TPS + and b == m.zone_balancing_area[m.gen_load_zone[g]] + ), + doc="The spinning reserves for backing up variable generation with Hawaii rules.", + ) + m.Spinning_Reserve_Up_Requirements.append( + "HawaiiVarGenUpSpinningReserveRequirement" ) - m.Spinning_Reserve_Up_Requirements.append('HawaiiVarGenUpSpinningReserveRequirement') def HawaiiLoadDownSpinningReserveRequirement_rule(m, b, t): try: load = m.WithdrawFromCentralGrid except AttributeError: load = m.lz_demand_mw - return 0.10 * sum(load[z, t] for z in m.LOAD_ZONES if b == m.zone_balancing_area[z]) + return 0.10 * sum( + load[z, t] for z in m.LOAD_ZONES if b == m.zone_balancing_area[z] + ) + m.HawaiiLoadDownSpinningReserveRequirement = Expression( - m.BALANCING_AREA_TIMEPOINTS, - rule=HawaiiLoadDownSpinningReserveRequirement_rule + m.BALANCING_AREA_TIMEPOINTS, rule=HawaiiLoadDownSpinningReserveRequirement_rule + ) + m.Spinning_Reserve_Down_Requirements.append( + "HawaiiLoadDownSpinningReserveRequirement" ) - m.Spinning_Reserve_Down_Requirements.append('HawaiiLoadDownSpinningReserveRequirement') def nrel_3_5_spinning_reserve_requirements(m): @@ -327,22 +366,28 @@ def nrel_3_5_spinning_reserve_requirements(m): be set to WithdrawFromCentralGrid. Otherwise load will be set to lz_demand_mw. """ + def NREL35VarGenSpinningReserveRequirement_rule(m, b, t): try: load = m.WithdrawFromCentralGrid except AttributeError: load = m.lz_demand_mw - return (0.03 * sum(load[z, t] for z in m.LOAD_ZONES - if b == m.zone_balancing_area[z]) - + 0.05 * sum(m.DispatchGen[g, t] for g in m.VARIABLE_GENS - if (g, t) in m.VARIABLE_GEN_TPS and - b == m.zone_balancing_area[m.gen_load_zone[g]])) + return 0.03 * sum( + load[z, t] for z in m.LOAD_ZONES if b == m.zone_balancing_area[z] + ) + 0.05 * sum( + m.DispatchGen[g, t] + for g in m.VARIABLE_GENS + if (g, t) in m.VARIABLE_GEN_TPS + and b == m.zone_balancing_area[m.gen_load_zone[g]] + ) + m.NREL35VarGenSpinningReserveRequirement = Expression( - m.BALANCING_AREA_TIMEPOINTS, - rule=NREL35VarGenSpinningReserveRequirement_rule + m.BALANCING_AREA_TIMEPOINTS, rule=NREL35VarGenSpinningReserveRequirement_rule + ) + m.Spinning_Reserve_Up_Requirements.append("NREL35VarGenSpinningReserveRequirement") + m.Spinning_Reserve_Down_Requirements.append( + "NREL35VarGenSpinningReserveRequirement" ) - m.Spinning_Reserve_Up_Requirements.append('NREL35VarGenSpinningReserveRequirement') - m.Spinning_Reserve_Down_Requirements.append('NREL35VarGenSpinningReserveRequirement') def define_components(m): @@ -377,18 +422,23 @@ def define_components(m): project_contingency and spinning_requirement_rule, other components may be added by other functions which are documented above. """ - m.contingency_safety_factor = Param(default=2.0, - doc=("The spinning reserve requiremet will be set to this value " - "times the maximum contingency. This defaults to 2 to ensure " - "that the largest generator cannot be providing contingency " - "reserves for itself.")) + m.contingency_safety_factor = Param( + default=2.0, + doc=( + "The spinning reserve requiremet will be set to this value " + "times the maximum contingency. This defaults to 2 to ensure " + "that the largest generator cannot be providing contingency " + "reserves for itself." + ), + ) m.gen_can_provide_spinning_reserves = Param( m.GENERATION_PROJECTS, within=Boolean, default=True ) m.SPINNING_RESERVE_GEN_TPS = Set( dimen=2, initialize=m.GEN_TPS, - filter=lambda m, g, t: m.gen_can_provide_spinning_reserves[g]) + filter=lambda m, g, t: m.gen_can_provide_spinning_reserves[g], + ) # CommitGenSpinningReservesUp and CommitGenSpinningReservesDown are # variables instead of aliases to DispatchSlackUp & DispatchSlackDown # because they may need to take on lower values to reduce the @@ -399,53 +449,51 @@ def define_components(m): # possibility of further customizations like adding variable costs for # spinning reserve provision. m.CommitGenSpinningReservesUp = Var( - m.SPINNING_RESERVE_GEN_TPS, - within=NonNegativeReals + m.SPINNING_RESERVE_GEN_TPS, within=NonNegativeReals ) m.CommitGenSpinningReservesDown = Var( - m.SPINNING_RESERVE_GEN_TPS, - within=NonNegativeReals + m.SPINNING_RESERVE_GEN_TPS, within=NonNegativeReals ) m.CommitGenSpinningReservesUp_Limit = Constraint( m.SPINNING_RESERVE_GEN_TPS, - rule=lambda m, g, t: \ - m.CommitGenSpinningReservesUp[g,t] <= m.DispatchSlackUp[g, t] + rule=lambda m, g, t: m.CommitGenSpinningReservesUp[g, t] + <= m.DispatchSlackUp[g, t], ) m.CommitGenSpinningReservesDown_Limit = Constraint( m.SPINNING_RESERVE_GEN_TPS, - rule=lambda m, g, t: \ - m.CommitGenSpinningReservesDown[g,t] <= m.DispatchSlackDown[g, t] + rule=lambda m, g, t: m.CommitGenSpinningReservesDown[g, t] + <= m.DispatchSlackDown[g, t], ) # Sum of spinning reserve capacity per balancing area and timepoint.. m.CommittedSpinningReserveUp = Expression( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, b, t: \ - sum(m.CommitGenSpinningReservesUp[g, t] - for z in m.ZONES_IN_BALANCING_AREA[b] - for g in m.GENS_IN_ZONE[z] - if (g,t) in m.SPINNING_RESERVE_GEN_TPS - ) + rule=lambda m, b, t: sum( + m.CommitGenSpinningReservesUp[g, t] + for z in m.ZONES_IN_BALANCING_AREA[b] + for g in m.GENS_IN_ZONE[z] + if (g, t) in m.SPINNING_RESERVE_GEN_TPS + ), ) - m.Spinning_Reserve_Up_Provisions.append('CommittedSpinningReserveUp') + m.Spinning_Reserve_Up_Provisions.append("CommittedSpinningReserveUp") m.CommittedSpinningReserveDown = Expression( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, b, t: \ - sum(m.CommitGenSpinningReservesDown[g, t] - for z in m.ZONES_IN_BALANCING_AREA[b] - for g in m.GENS_IN_ZONE[z] - if (g,t) in m.SPINNING_RESERVE_GEN_TPS - ) + rule=lambda m, b, t: sum( + m.CommitGenSpinningReservesDown[g, t] + for z in m.ZONES_IN_BALANCING_AREA[b] + for g in m.GENS_IN_ZONE[z] + if (g, t) in m.SPINNING_RESERVE_GEN_TPS + ), ) - m.Spinning_Reserve_Down_Provisions.append('CommittedSpinningReserveDown') + m.Spinning_Reserve_Down_Provisions.append("CommittedSpinningReserveDown") if m.options.unit_contingency: gen_unit_contingency(m) if m.options.project_contingency: gen_project_contingency(m) - if m.options.spinning_requirement_rule == 'Hawaii': + if m.options.spinning_requirement_rule == "Hawaii": hawaii_spinning_reserve_requirements(m) - elif m.options.spinning_requirement_rule == '3+5': + elif m.options.spinning_requirement_rule == "3+5": nrel_3_5_spinning_reserve_requirements(m) @@ -475,41 +523,47 @@ def define_dynamic_components(m): """ m.MaximumContingency = Var( m.BALANCING_AREA_TIMEPOINTS, - doc=("Maximum of the registered Spinning_Reserve_Contingencies, after " - "multiplying by contingency_safety_factor.") + doc=( + "Maximum of the registered Spinning_Reserve_Contingencies, after " + "multiplying by contingency_safety_factor." + ), ) m.BALANCING_AREA_TIMEPOINT_CONTINGENCIES = Set( initialize=m.BALANCING_AREA_TIMEPOINTS * m.Spinning_Reserve_Contingencies, - doc=("The set of spinning reserve contingencies, copied from the " - "dynamic list Spinning_Reserve_Contingencies to simplify the " - "process of defining one constraint per contingency in the list.") + doc=( + "The set of spinning reserve contingencies, copied from the " + "dynamic list Spinning_Reserve_Contingencies to simplify the " + "process of defining one constraint per contingency in the list." + ), ) m.Enforce_MaximumContingency = Constraint( m.BALANCING_AREA_TIMEPOINT_CONTINGENCIES, - rule=lambda m, b, t, contingency: - m.MaximumContingency[b, t] >= m.contingency_safety_factor * getattr(m, contingency)[b, t] + rule=lambda m, b, t, contingency: m.MaximumContingency[b, t] + >= m.contingency_safety_factor * getattr(m, contingency)[b, t], ) - m.Spinning_Reserve_Up_Requirements.append('MaximumContingency') + m.Spinning_Reserve_Up_Requirements.append("MaximumContingency") m.Satisfy_Spinning_Reserve_Up_Requirement = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, b, t: \ - sum(getattr(m, requirement)[b,t] - for requirement in m.Spinning_Reserve_Up_Requirements - ) <= - sum(getattr(m, provision)[b,t] - for provision in m.Spinning_Reserve_Up_Provisions - ) + rule=lambda m, b, t: sum( + getattr(m, requirement)[b, t] + for requirement in m.Spinning_Reserve_Up_Requirements + ) + <= sum( + getattr(m, provision)[b, t] + for provision in m.Spinning_Reserve_Up_Provisions + ), ) m.Satisfy_Spinning_Reserve_Down_Requirement = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, b, t: \ - sum(getattr(m, requirement)[b,t] - for requirement in m.Spinning_Reserve_Down_Requirements - ) <= - sum(getattr(m, provision)[b,t] - for provision in m.Spinning_Reserve_Down_Provisions - ) + rule=lambda m, b, t: sum( + getattr(m, requirement)[b, t] + for requirement in m.Spinning_Reserve_Down_Requirements + ) + <= sum( + getattr(m, provision)[b, t] + for provision in m.Spinning_Reserve_Down_Provisions + ), ) @@ -525,13 +579,14 @@ def load_inputs(m, switch_data, inputs_dir): header row and one data row. """ switch_data.load_aug( - filename=os.path.join(inputs_dir, 'generation_projects_info.csv'), + filename=os.path.join(inputs_dir, "generation_projects_info.csv"), auto_select=True, - optional_params=['gen_can_provide_spinning_reserves'], - param=(m.gen_can_provide_spinning_reserves) + optional_params=["gen_can_provide_spinning_reserves"], + param=(m.gen_can_provide_spinning_reserves), ) switch_data.load_aug( - filename=os.path.join(inputs_dir, 'spinning_reserve_params.csv'), - optional=True, auto_select=True, - param=(m.contingency_safety_factor,) + filename=os.path.join(inputs_dir, "spinning_reserve_params.csv"), + optional=True, + auto_select=True, + param=(m.contingency_safety_factor,), ) diff --git a/switch_model/balancing/operating_reserves/spinning_reserves_advanced.py b/switch_model/balancing/operating_reserves/spinning_reserves_advanced.py index 30dc6deb1..d429572ac 100644 --- a/switch_model/balancing/operating_reserves/spinning_reserves_advanced.py +++ b/switch_model/balancing/operating_reserves/spinning_reserves_advanced.py @@ -7,70 +7,84 @@ import os from collections import defaultdict from pyomo.environ import * -from switch_model.utilities import iteritems - dependencies = ( - 'switch_model.timescales', - 'switch_model.balancing.load_zones', - 'switch_model.balancing.operating_reserves.areas', - 'switch_model.financials', - 'switch_model.energy_sources.properties', - 'switch_model.generators.core.build', - 'switch_model.generators.core.dispatch', - 'switch_model.generators.core.commit.operate', + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.balancing.operating_reserves.areas", + "switch_model.financials", + "switch_model.energy_sources.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", + "switch_model.generators.core.commit.operate", ) def define_arguments(argparser): group = argparser.add_argument_group(__name__) - group.add_argument('--unit-contingency', default=False, action='store_true', - help=("This will enable an n-1 contingency based on a single unit of " - "a generation project falling offline. Note: This create a new " - "binary variable for each timepoint for each generation project " - "that has a gen_unit_size specified.") - ) - group.add_argument('--project-contingency', default=False, action='store_true', - help=("This will enable an n-1 contingency based on the entire " - "committed capacity of a generation project falling offline. " - "Unlike unit contingencies, this is a purely linear expression.") - ) - group.add_argument('--fixed-contingency', type=float, default=0.0, - help=("Add a fixed generator contingency reserve margin, specified in MW. " - "This can be used alone or in combination with the other " - "contingency options.") - ) - group.add_argument('--spinning-requirement-rule', default=None, - choices = ["Hawaii", "3+5", "none"], - help=("Choose rules for spinning reserves requirements as a function " - "of variable renewable power and load. Hawaii uses rules " - "bootstrapped from the GE RPS study, and '3+5' requires 3%% of " - "load and 5%% of variable renewable output, based on the heuristic " - "described in the 2010 Western Wind and Solar Integration Study. " - "Specify 'none' if applying your own rules instead. " - ) + group.add_argument( + "--unit-contingency", + default=False, + action="store_true", + help=( + "This will enable an n-1 contingency based on a single unit of " + "a generation project falling offline. Note: This create a new " + "binary variable for each timepoint for each generation project " + "that has a gen_unit_size specified." + ), + ) + group.add_argument( + "--project-contingency", + default=False, + action="store_true", + help=( + "This will enable an n-1 contingency based on the entire " + "committed capacity of a generation project falling offline. " + "Unlike unit contingencies, this is a purely linear expression." + ), + ) + group.add_argument( + "--fixed-contingency", + type=float, + default=0.0, + help=( + "Add a fixed generator contingency reserve margin, specified in MW. " + "This can be used alone or in combination with the other " + "contingency options." + ), + ) + group.add_argument( + "--spinning-requirement-rule", + default=None, + choices=["Hawaii", "3+5", "none"], + help=( + "Choose rules for spinning reserves requirements as a function " + "of variable renewable power and load. Hawaii uses rules " + "bootstrapped from the GE RPS study, and '3+5' requires 3%% of " + "load and 5%% of variable renewable output, based on the heuristic " + "described in the 2010 Western Wind and Solar Integration Study. " + "Specify 'none' if applying your own rules instead. " + ), ) # TODO: define these inputs in data files group.add_argument( - '--contingency-reserve-type', dest='contingency_reserve_type', - default='spinning', - help= - "Type of reserves to use to meet the contingency reserve requirements " - "defined for generation projects and sometimes for loss-of-load events " - "(e.g., 'contingency' or 'spinning'); default is 'spinning'." + "--contingency-reserve-type", + dest="contingency_reserve_type", + default="spinning", + help="Type of reserves to use to meet the contingency reserve requirements " + "defined for generation projects and sometimes for loss-of-load events " + "(e.g., 'contingency' or 'spinning'); default is 'spinning'.", ) group.add_argument( - '--regulating-reserve-type', dest='regulating_reserve_type', - default='spinning', - help= - "Type of reserves to use to meet the regulating reserve requirements " - "defined by the spinning requirements rule (e.g., 'spinning' or " - "'regulation'); default is 'spinning'." + "--regulating-reserve-type", + dest="regulating_reserve_type", + default="spinning", + help="Type of reserves to use to meet the regulating reserve requirements " + "defined by the spinning requirements rule (e.g., 'spinning' or " + "'regulation'); default is 'spinning'.", ) - - def define_dynamic_lists(m): """ Spinning_Reserve_Requirements and Spinning_Reserve_Provisions are @@ -120,10 +134,10 @@ def gen_fixed_contingency(m): that is usually online and/or reserves are cheap). """ m.GenFixedContingency = Param( - m.BALANCING_AREA_TIMEPOINTS, - initialize=lambda m: m.options.fixed_contingency + m.BALANCING_AREA_TIMEPOINTS, initialize=lambda m: m.options.fixed_contingency ) - m.Spinning_Reserve_Up_Contingencies.append('GenFixedContingency') + m.Spinning_Reserve_Up_Contingencies.append("GenFixedContingency") + def gen_unit_contingency(m): """ @@ -161,40 +175,50 @@ def gen_unit_contingency(m): # should be a prerequisite for this functionality. m.UNIT_CONTINGENCY_DISPATCH_POINTS = Set( dimen=2, - initialize=lambda m: - [(g, t) for g in m.DISCRETELY_SIZED_GENS for t in m.TPS_FOR_GEN[g]] + initialize=lambda m: [ + (g, t) for g in m.DISCRETELY_SIZED_GENS for t in m.TPS_FOR_GEN[g] + ], ) m.GenIsCommitted = Var( m.UNIT_CONTINGENCY_DISPATCH_POINTS, within=Binary, - doc="Stores the status of unit committment as a binary variable." + doc="Stores the status of unit committment as a binary variable.", ) m.Enforce_GenIsCommitted = Constraint( m.UNIT_CONTINGENCY_DISPATCH_POINTS, - rule=lambda m, g, tp: - m.CommitGen[g, tp] <= m.GenIsCommitted[g, tp] * ( - m._gen_max_cap_for_binary_constraints - if g not in m.CAPACITY_LIMITED_GENS - else m.gen_capacity_limit_mw[g] - ) + rule=lambda m, g, tp: m.CommitGen[g, tp] + <= m.GenIsCommitted[g, tp] + * ( + m._gen_max_cap_for_binary_constraints + if g not in m.CAPACITY_LIMITED_GENS + else m.gen_capacity_limit_mw[g] + ), ) # TODO: would it be faster to add all generator contingencies directly # to Spinning_Reserve_Contingencies instead of introducing this intermediate # variable and constraint? m.GenUnitLargestContingency = Var( - m.BALANCING_AREA_TIMEPOINTS, within=NonNegativeReals, - doc="Largest generating unit that could drop offline.") + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, + doc="Largest generating unit that could drop offline.", + ) + def Enforce_GenUnitLargestContingency_rule(m, g, t): b = m.zone_balancing_area[m.gen_load_zone[g]] - return (m.GenUnitLargestContingency[b,t] >= - m.GenIsCommitted[g, t] * m.gen_unit_size[g]) + return ( + m.GenUnitLargestContingency[b, t] + >= m.GenIsCommitted[g, t] * m.gen_unit_size[g] + ) + m.Enforce_GenUnitLargestContingency = Constraint( m.UNIT_CONTINGENCY_DISPATCH_POINTS, rule=Enforce_GenUnitLargestContingency_rule, - doc=("Force GenUnitLargestContingency to be at least as big as the " - "maximum unit contingency.") + doc=( + "Force GenUnitLargestContingency to be at least as big as the " + "maximum unit contingency." + ), ) - m.Spinning_Reserve_Up_Contingencies.append('GenUnitLargestContingency') + m.Spinning_Reserve_Up_Contingencies.append("GenUnitLargestContingency") def gen_project_contingency(m): @@ -220,24 +244,33 @@ def gen_project_contingency(m): """ m.GenProjectLargestContingency = Var( m.BALANCING_AREA_TIMEPOINTS, - doc="Largest generating project that could drop offline.") + doc="Largest generating project that could drop offline.", + ) + def Enforce_GenProjectLargestContingency_rule(m, g, t): b = m.zone_balancing_area[m.gen_load_zone[g]] if g in m.SPINNING_RESERVE_CAPABLE_GENS: total_up_reserves = sum( m.CommitGenSpinningReservesUp[rt, g, t] - for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[g]) - return m.GenProjectLargestContingency[b, t] >= \ - m.DispatchGen[g, t] + total_up_reserves + for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[g] + ) + return ( + m.GenProjectLargestContingency[b, t] + >= m.DispatchGen[g, t] + total_up_reserves + ) else: return m.GenProjectLargestContingency[b, t] >= m.DispatchGen[g, t] + m.Enforce_GenProjectLargestContingency = Constraint( m.GEN_TPS, rule=Enforce_GenProjectLargestContingency_rule, - doc=("Force GenProjectLargestContingency to be at least as big as the " - "maximum generation project contingency.") + doc=( + "Force GenProjectLargestContingency to be at least as big as the " + "maximum generation project contingency." + ), ) - m.Spinning_Reserve_Up_Contingencies.append('GenProjectLargestContingency') + m.Spinning_Reserve_Up_Contingencies.append("GenProjectLargestContingency") + def hawaii_spinning_reserve_requirements(m): # These parameters were found by regressing the reserve requirements from @@ -253,23 +286,30 @@ def hawaii_spinning_reserve_requirements(m): # (could eventually use some linearized quadratic formulation based # on load, magnitude of renewables and geographic dispersion of renewables) m.var_gen_power_reserve = Param( - m.VARIABLE_GENS, default=1.0, - doc=("Spinning reserves required to back up variable renewable " - "generators, as fraction of potential output.") + m.VARIABLE_GENS, + default=1.0, + doc=( + "Spinning reserves required to back up variable renewable " + "generators, as fraction of potential output." + ), ) + def var_gen_cap_reserve_limit_default(m, g): - if m.gen_energy_source[g] == 'SUN': + if m.gen_energy_source[g] == "SUN": return 0.21288916 - elif m.gen_energy_source[g] == 'WND': + elif m.gen_energy_source[g] == "WND": return 0.21624407 else: raise ValueError( - "Unable to calculate reserve requirement for energy source {}".format(m.gen_energy_source[g]) + "Unable to calculate reserve requirement for energy source {}".format( + m.gen_energy_source[g] + ) ) + m.var_gen_cap_reserve_limit = Param( m.VARIABLE_GENS, default=var_gen_cap_reserve_limit_default, - doc="Maximum spinning reserves required, as fraction of installed capacity" + doc="Maximum spinning reserves required, as fraction of installed capacity", ) m.HawaiiVarGenUpSpinningReserveRequirement = Expression( [m.options.regulating_reserve_type], @@ -278,17 +318,20 @@ def var_gen_cap_reserve_limit_default(m, g): m.GenCapacityInTP[g, t] * min( m.var_gen_power_reserve[g] * m.gen_max_capacity_factor[g, t], - m.var_gen_cap_reserve_limit[g] + m.var_gen_cap_reserve_limit[g], ) for z in m.ZONES_IN_BALANCING_AREA[b] for g in m.VARIABLE_GENS_IN_ZONE[z] - if (g, t) in m.VARIABLE_GEN_TPS), - doc="The spinning reserves for backing up variable generation with Hawaii rules." + if (g, t) in m.VARIABLE_GEN_TPS + ), + doc="The spinning reserves for backing up variable generation with Hawaii rules.", + ) + m.Spinning_Reserve_Up_Requirements.append( + "HawaiiVarGenUpSpinningReserveRequirement" ) - m.Spinning_Reserve_Up_Requirements.append('HawaiiVarGenUpSpinningReserveRequirement') # Calculate and register loss-of-load (down) contingencies - if hasattr(m, 'WithdrawFromCentralGrid'): + if hasattr(m, "WithdrawFromCentralGrid"): rule = lambda m, ba, tp: 0.10 * sum( m.WithdrawFromCentralGrid[z, tp] for z in m.ZONES_IN_BALANCING_AREA[ba] ) @@ -297,10 +340,8 @@ def var_gen_cap_reserve_limit_default(m, g): rule = lambda m, ba, tp: 0.10 * sum( m.zone_demand_mw[z, tp] for z in m.ZONES_IN_BALANCING_AREA[ba] ) - m.HawaiiLoadDownContingency = Expression( - m.BALANCING_AREA_TIMEPOINTS, rule=rule - ) - m.Spinning_Reserve_Down_Contingencies.append('HawaiiLoadDownContingency') + m.HawaiiLoadDownContingency = Expression(m.BALANCING_AREA_TIMEPOINTS, rule=rule) + m.Spinning_Reserve_Down_Contingencies.append("HawaiiLoadDownContingency") def nrel_3_5_spinning_reserve_requirements(m): @@ -314,26 +355,30 @@ def nrel_3_5_spinning_reserve_requirements(m): be set to WithdrawFromCentralGrid. Otherwise load will be set to zone_demand_mw. """ + def NREL35VarGenSpinningReserveRequirement_rule(m, rt, b, t): try: load = m.WithdrawFromCentralGrid except AttributeError: load = m.zone_demand_mw - return ( - 0.03 * sum(load[z, t] - for z in m.LOAD_ZONES - if b == m.zone_balancing_area[z]) - + 0.05 * sum(m.DispatchGen[g, t] - for g in m.VARIABLE_GENS - if (g, t) in m.VARIABLE_GEN_TPS and - b == m.zone_balancing_area[m.gen_load_zone[g]])) + return 0.03 * sum( + load[z, t] for z in m.LOAD_ZONES if b == m.zone_balancing_area[z] + ) + 0.05 * sum( + m.DispatchGen[g, t] + for g in m.VARIABLE_GENS + if (g, t) in m.VARIABLE_GEN_TPS + and b == m.zone_balancing_area[m.gen_load_zone[g]] + ) + m.NREL35VarGenSpinningReserveRequirement = Expression( [m.options.regulating_reserve_type], m.BALANCING_AREA_TIMEPOINTS, - rule=NREL35VarGenSpinningReserveRequirement_rule + rule=NREL35VarGenSpinningReserveRequirement_rule, + ) + m.Spinning_Reserve_Up_Requirements.append("NREL35VarGenSpinningReserveRequirement") + m.Spinning_Reserve_Down_Requirements.append( + "NREL35VarGenSpinningReserveRequirement" ) - m.Spinning_Reserve_Up_Requirements.append('NREL35VarGenSpinningReserveRequirement') - m.Spinning_Reserve_Down_Requirements.append('NREL35VarGenSpinningReserveRequirement') def define_components(m): @@ -373,26 +418,30 @@ def define_components(m): project_contingency and spinning_requirement_rule, other components may be added by other functions which are documented above. """ - m.contingency_safety_factor = Param(default=1.0, - doc=("The spinning reserve requiremet will be set to this value " - "times the maximum contingency. This defaults to 1 to provide " - "n-1 security for the largest committed generator. ")) + m.contingency_safety_factor = Param( + default=1.0, + doc=( + "The spinning reserve requiremet will be set to this value " + "times the maximum contingency. This defaults to 1 to provide " + "n-1 security for the largest committed generator. " + ), + ) m.GEN_SPINNING_RESERVE_TYPES = Set(dimen=2) m.gen_reserve_type_max_share = Param( - m.GEN_SPINNING_RESERVE_TYPES, - within=PercentFraction, - default=1.0 + m.GEN_SPINNING_RESERVE_TYPES, within=PercentFraction, default=1.0 ) # reserve types that are supplied by generation projects # and generation projects that can provide reserves # note: these are also the indexing sets of the above set arrays; maybe that could be used? m.SPINNING_RESERVE_TYPES_FROM_GENS = Set( - initialize=lambda m: set(rt for (g, rt) in m.GEN_SPINNING_RESERVE_TYPES) + ordered=False, + initialize=lambda m: set(rt for (g, rt) in m.GEN_SPINNING_RESERVE_TYPES), ) m.SPINNING_RESERVE_CAPABLE_GENS = Set( - initialize=lambda m: set(g for (g, rt) in m.GEN_SPINNING_RESERVE_TYPES) + ordered=False, + initialize=lambda m: set(g for (g, rt) in m.GEN_SPINNING_RESERVE_TYPES), ) # slice GEN_SPINNING_RESERVE_TYPES both ways for later use @@ -402,56 +451,70 @@ def rule(m): for g, rt in m.GEN_SPINNING_RESERVE_TYPES: m.SPINNING_RESERVE_TYPES_FOR_GEN_dict[g].append(rt) m.GENS_FOR_SPINNING_RESERVE_TYPE_dict[rt].append(g) + m.build_spinning_reserve_indexed_sets = BuildAction(rule=rule) m.SPINNING_RESERVE_TYPES_FOR_GEN = Set( m.SPINNING_RESERVE_CAPABLE_GENS, - rule=lambda m, g: m.SPINNING_RESERVE_TYPES_FOR_GEN_dict.pop(g) + initialize=lambda m, g: m.SPINNING_RESERVE_TYPES_FOR_GEN_dict.pop(g), ) m.GENS_FOR_SPINNING_RESERVE_TYPE = Set( m.SPINNING_RESERVE_TYPES_FROM_GENS, - rule=lambda m, rt: m.GENS_FOR_SPINNING_RESERVE_TYPE_dict.pop(rt) + initialize=lambda m, rt: m.GENS_FOR_SPINNING_RESERVE_TYPE_dict.pop(rt), ) # types, generators and timepoints when reserves could be supplied - m.SPINNING_RESERVE_TYPE_GEN_TPS = Set(dimen=3, initialize=lambda m: ( - (rt, g, tp) - for g, rt in m.GEN_SPINNING_RESERVE_TYPES - for tp in m.TPS_FOR_GEN[g] - )) + m.SPINNING_RESERVE_TYPE_GEN_TPS = Set( + dimen=3, + initialize=lambda m: ( + (rt, g, tp) + for g, rt in m.GEN_SPINNING_RESERVE_TYPES + for tp in m.TPS_FOR_GEN[g] + ), + ) # generators and timepoints when reserves could be supplied - m.SPINNING_RESERVE_CAPABLE_GEN_TPS = Set(dimen=2, initialize=lambda m: ( - (g, tp) - for g in m.SPINNING_RESERVE_CAPABLE_GENS - for tp in m.TPS_FOR_GEN[g] - )) + m.SPINNING_RESERVE_CAPABLE_GEN_TPS = Set( + dimen=2, + initialize=lambda m: ( + (g, tp) for g in m.SPINNING_RESERVE_CAPABLE_GENS for tp in m.TPS_FOR_GEN[g] + ), + ) # decide how much of each type of reserves to produce from each generator # during each timepoint - m.CommitGenSpinningReservesUp = Var(m.SPINNING_RESERVE_TYPE_GEN_TPS, within=NonNegativeReals) - m.CommitGenSpinningReservesDown = Var(m.SPINNING_RESERVE_TYPE_GEN_TPS, within=NonNegativeReals) + m.CommitGenSpinningReservesUp = Var( + m.SPINNING_RESERVE_TYPE_GEN_TPS, within=NonNegativeReals + ) + m.CommitGenSpinningReservesDown = Var( + m.SPINNING_RESERVE_TYPE_GEN_TPS, within=NonNegativeReals + ) # constrain reserve provision appropriately m.CommitGenSpinningReservesUp_Limit = Constraint( m.SPINNING_RESERVE_CAPABLE_GEN_TPS, - rule=lambda m, g, tp: - sum(m.CommitGenSpinningReservesUp[rt, g, tp] for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[g]) - <= - m.DispatchSlackUp[g, tp] - # storage can give more up response by stopping charging - + (m.ChargeStorage[g, tp] if g in getattr(m, 'STORAGE_GENS', []) else 0.0) + rule=lambda m, g, tp: sum( + m.CommitGenSpinningReservesUp[rt, g, tp] + for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[g] + ) + <= m.DispatchSlackUp[g, tp] + # storage can give more up response by stopping charging + + (m.ChargeStorage[g, tp] if g in getattr(m, "STORAGE_GENS", []) else 0.0), ) m.CommitGenSpinningReservesDown_Limit = Constraint( m.SPINNING_RESERVE_CAPABLE_GEN_TPS, - rule=lambda m, g, tp: - sum(m.CommitGenSpinningReservesDown[rt, g, tp] for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[g]) - <= - m.DispatchSlackDown[g, tp] - + ( # storage could give more down response by raising ChargeStorage to the maximum rate - (m.DispatchUpperLimit[g, tp] * m.gen_store_to_release_ratio[g] - m.ChargeStorage[g, tp]) - if g in getattr(m, 'STORAGE_GENS', []) - else 0.0 + rule=lambda m, g, tp: sum( + m.CommitGenSpinningReservesDown[rt, g, tp] + for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[g] + ) + <= m.DispatchSlackDown[g, tp] + + ( # storage could give more down response by raising ChargeStorage to the maximum rate + ( + m.DispatchUpperLimit[g, tp] * m.gen_store_to_release_ratio[g] + - m.ChargeStorage[g, tp] ) + if g in getattr(m, "STORAGE_GENS", []) + else 0.0 + ), ) # Calculate total spinning reserves from generation projects, @@ -467,13 +530,16 @@ def rule(m): up[rt, ba, tp] += m.CommitGenSpinningReservesUp[rt, g, tp] down[rt, ba, tp] += m.CommitGenSpinningReservesDown[rt, g, tp] m.TotalGenSpinningReservesUp = Expression(list(up.keys()), initialize=dict(up)) - m.TotalGenSpinningReservesDown = Expression(list(down.keys()), initialize=dict(down)) + m.TotalGenSpinningReservesDown = Expression( + list(down.keys()), initialize=dict(down) + ) # construct these, so they can be used immediately for c in [m.TotalGenSpinningReservesUp, m.TotalGenSpinningReservesDown]: c.index_set().construct() c.construct() - m.Spinning_Reserve_Up_Provisions.append('TotalGenSpinningReservesUp') - m.Spinning_Reserve_Down_Provisions.append('TotalGenSpinningReservesDown') + m.Spinning_Reserve_Up_Provisions.append("TotalGenSpinningReservesUp") + m.Spinning_Reserve_Down_Provisions.append("TotalGenSpinningReservesDown") + m.TotalGenSpinningReserves_aggregate = BuildAction(rule=rule) # define reserve requirements @@ -483,14 +549,16 @@ def rule(m): gen_unit_contingency(m) if m.options.project_contingency: gen_project_contingency(m) - if m.options.spinning_requirement_rule == 'Hawaii': + if m.options.spinning_requirement_rule == "Hawaii": hawaii_spinning_reserve_requirements(m) - elif m.options.spinning_requirement_rule == '3+5': + elif m.options.spinning_requirement_rule == "3+5": nrel_3_5_spinning_reserve_requirements(m) - elif m.options.spinning_requirement_rule == 'none': - pass # users can turn off the rules and use their own instead + elif m.options.spinning_requirement_rule == "none": + pass # users can turn off the rules and use their own instead else: - raise ValueError('No --spinning-requirement-rule specified on command line; unable to allocate reserves.') + raise ValueError( + "No --spinning-requirement-rule specified on command line; unable to allocate reserves." + ) def define_dynamic_components(m): @@ -522,26 +590,32 @@ def define_dynamic_components(m): # define largest contingencies m.MaximumContingencyUp = Var( - m.BALANCING_AREA_TIMEPOINTS, within=NonNegativeReals, - doc=("Maximum of the registered Spinning_Reserve_Up_Contingencies, after " - "multiplying by contingency_safety_factor.") + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, + doc=( + "Maximum of the registered Spinning_Reserve_Up_Contingencies, after " + "multiplying by contingency_safety_factor." + ), ) m.MaximumContingencyDown = Var( - m.BALANCING_AREA_TIMEPOINTS, within=NonNegativeReals, - doc=("Maximum of the registered Spinning_Reserve_Down_Contingencies, after " - "multiplying by contingency_safety_factor.") + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, + doc=( + "Maximum of the registered Spinning_Reserve_Down_Contingencies, after " + "multiplying by contingency_safety_factor." + ), ) m.Calculate_MaximumContingencyUp = Constraint( m.BALANCING_AREA_TIMEPOINTS, - m.Spinning_Reserve_Up_Contingencies, # list of contingency events - rule=lambda m, b, t, contingency: - m.MaximumContingencyUp[b, t] >= m.contingency_safety_factor * getattr(m, contingency)[b, t] + m.Spinning_Reserve_Up_Contingencies, # list of contingency events + rule=lambda m, b, t, contingency: m.MaximumContingencyUp[b, t] + >= m.contingency_safety_factor * getattr(m, contingency)[b, t], ) m.Calculate_MaximumContingencyDown = Constraint( m.BALANCING_AREA_TIMEPOINTS, - m.Spinning_Reserve_Down_Contingencies, # list of contingency events - rule=lambda m, b, t, contingency: - m.MaximumContingencyDown[b, t] >= m.contingency_safety_factor * getattr(m, contingency)[b, t] + m.Spinning_Reserve_Down_Contingencies, # list of contingency events + rule=lambda m, b, t, contingency: m.MaximumContingencyDown[b, t] + >= m.contingency_safety_factor * getattr(m, contingency)[b, t], ) # create reserve requirements equal to the largest contingencies @@ -549,16 +623,16 @@ def define_dynamic_components(m): m.MaximumContingencyUpRequirement = Expression( [m.options.contingency_reserve_type], m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, rt, ba, tp: m.MaximumContingencyUp[ba, tp] + rule=lambda m, rt, ba, tp: m.MaximumContingencyUp[ba, tp], ) m.MaximumContingencyDownRequirement = Expression( [m.options.contingency_reserve_type], m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, rt, ba, tp: m.MaximumContingencyDown[ba, tp] + rule=lambda m, rt, ba, tp: m.MaximumContingencyDown[ba, tp], ) - m.Spinning_Reserve_Up_Requirements.append('MaximumContingencyUpRequirement') - m.Spinning_Reserve_Down_Requirements.append('MaximumContingencyDownRequirement') + m.Spinning_Reserve_Up_Requirements.append("MaximumContingencyUpRequirement") + m.Spinning_Reserve_Down_Requirements.append("MaximumContingencyDownRequirement") # aggregate the requirements for each type of reserves during each timepoint def rule(m): @@ -566,38 +640,41 @@ def makedict(m, lst): # lst is the name of a dynamic list from which to aggregate components d = defaultdict(float) for comp in getattr(m, lst): - for key, val in iteritems(getattr(m, comp)): + obj = getattr(m, comp) + for key, val in obj.items(): d[key] += val - setattr(m, lst + '_dict', d) - makedict(m, 'Spinning_Reserve_Up_Requirements') - makedict(m, 'Spinning_Reserve_Down_Requirements') - makedict(m, 'Spinning_Reserve_Up_Provisions') - makedict(m, 'Spinning_Reserve_Down_Provisions') + setattr(m, lst + "_dict", d) + + makedict(m, "Spinning_Reserve_Up_Requirements") + makedict(m, "Spinning_Reserve_Down_Requirements") + makedict(m, "Spinning_Reserve_Up_Provisions") + makedict(m, "Spinning_Reserve_Down_Provisions") + m.Aggregate_Spinning_Reserve_Details = BuildAction(rule=rule) m.SPINNING_RESERVE_REQUIREMENT_UP_BALANCING_AREA_TIMEPOINTS = Set( dimen=3, - rule=lambda m: list(m.Spinning_Reserve_Up_Requirements_dict.keys()) + initialize=lambda m: list(m.Spinning_Reserve_Up_Requirements_dict.keys()), ) m.SPINNING_RESERVE_REQUIREMENT_DOWN_BALANCING_AREA_TIMEPOINTS = Set( dimen=3, - rule=lambda m: list(m.Spinning_Reserve_Down_Requirements_dict.keys()) + initialize=lambda m: list(m.Spinning_Reserve_Down_Requirements_dict.keys()), ) # satisfy all spinning reserve requirements m.Satisfy_Spinning_Reserve_Up_Requirement = Constraint( m.SPINNING_RESERVE_REQUIREMENT_UP_BALANCING_AREA_TIMEPOINTS, - rule=lambda m, rt, ba, tp: - m.Spinning_Reserve_Up_Provisions_dict.pop((rt, ba, tp), 0.0) - >= - m.Spinning_Reserve_Up_Requirements_dict.pop((rt, ba, tp)) + rule=lambda m, rt, ba, tp: m.Spinning_Reserve_Up_Provisions_dict.pop( + (rt, ba, tp), 0.0 + ) + >= m.Spinning_Reserve_Up_Requirements_dict.pop((rt, ba, tp)), ) m.Satisfy_Spinning_Reserve_Down_Requirement = Constraint( m.SPINNING_RESERVE_REQUIREMENT_DOWN_BALANCING_AREA_TIMEPOINTS, - rule=lambda m, rt, ba, tp: - m.Spinning_Reserve_Down_Provisions_dict.pop((rt, ba, tp), 0.0) - >= - m.Spinning_Reserve_Down_Requirements_dict.pop((rt, ba, tp)) + rule=lambda m, rt, ba, tp: m.Spinning_Reserve_Down_Provisions_dict.pop( + (rt, ba, tp), 0.0 + ) + >= m.Spinning_Reserve_Down_Requirements_dict.pop((rt, ba, tp)), ) @@ -612,23 +689,25 @@ def load_inputs(m, switch_data, inputs_dir): contingency_safety_factor. Note that this only contains one header row and one data row. """ - path=os.path.join(inputs_dir, 'generation_projects_reserve_capability.csv') + path = os.path.join(inputs_dir, "generation_projects_reserve_capability.csv") switch_data.load_aug( filename=path, optional=True, auto_select=True, - optional_params=['gen_reserve_type_max_share]'], + optional_params=["gen_reserve_type_max_share]"], index=m.GEN_SPINNING_RESERVE_TYPES, - param=(m.gen_reserve_type_max_share) + param=(m.gen_reserve_type_max_share), ) if not os.path.isfile(path): - gen_projects = switch_data.data()['GENERATION_PROJECTS'][None] - switch_data.data()['GEN_SPINNING_RESERVE_TYPES'] = {} - switch_data.data()['GEN_SPINNING_RESERVE_TYPES'][None] = \ - [(g, "spinning") for g in gen_projects] + gen_projects = switch_data.data()["GENERATION_PROJECTS"][None] + switch_data.data()["GEN_SPINNING_RESERVE_TYPES"] = {} + switch_data.data()["GEN_SPINNING_RESERVE_TYPES"][None] = [ + (g, "spinning") for g in gen_projects + ] switch_data.load_aug( - filename=os.path.join(inputs_dir, 'spinning_reserve_params.csv'), - optional=True, auto_select=True, - param=(m.contingency_safety_factor,) + filename=os.path.join(inputs_dir, "spinning_reserve_params.csv"), + optional=True, + auto_select=True, + param=(m.contingency_safety_factor,), ) diff --git a/switch_model/balancing/planning_reserves.py b/switch_model/balancing/planning_reserves.py index 94f6a440d..712b24903 100644 --- a/switch_model/balancing/planning_reserves.py +++ b/switch_model/balancing/planning_reserves.py @@ -44,26 +44,41 @@ rules (and the need to improve them) https://www.caiso.com/Documents/Jan29_2016_Comments_2017Track1Proposals_ResourceAdequacyProgram_R14-10-010.pdf + +INPUT FILE FORMAT + reserve_capacity_value.csv + GEN, TIMEPOINT, gen_capacity_value + + planning_reserve_requirement_zones.csv + PLANNING_RESERVE_REQUIREMENTS, prr_cap_reserve_margin, prr_enforcement_timescale + + generation_projects_info.csv + ..., gen_can_provide_cap_reserves + + planning_reserve_requirement_zones.csv + PRR, ZONE + """ import os from pyomo.environ import * dependencies = ( - 'switch_model.timescales', - 'switch_model.financials', - 'switch_model.balancing.load_zones', - 'switch_model.energy_sources.properties', - 'switch_model.generators.core.build', - 'switch_model.generators.core.dispatch', + "switch_model.timescales", + "switch_model.financials", + "switch_model.balancing.load_zones", + "switch_model.energy_sources.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", ) optional_prerequisites = ( - 'switch_model.generators.storage', - 'switch_model.transmission.local_td', - 'switch_model.transmission.transport.build', - 'switch_model.transmission.transport.dispatch', + "switch_model.generators.storage", + "switch_model.transmission.local_td", + "switch_model.transmission.transport.build", + "switch_model.transmission.transport.dispatch", ) + def define_dynamic_lists(model): """ CAPACITY_FOR_RESERVES is a list of model components than can contribute @@ -127,26 +142,36 @@ def define_components(model): will not reflect any DER activities. """ model.PLANNING_RESERVE_REQUIREMENTS = Set( - doc="Areas and times where planning reserve margins are specified." + doc="Areas and times where planning reserve margins are specified.", + input_file="planning_reserve_requirements.csv", + dimen=1, ) model.PRR_ZONES = Set( dimen=2, - doc=("A set of (prr, z) that describes which zones contribute to each " - "Planning Reserve Requirement.") + input_file="planning_reserve_requirement_zones.csv", + doc=( + "A set of (prr, z) that describes which zones contribute to each " + "Planning Reserve Requirement." + ), ) model.prr_cap_reserve_margin = Param( model.PLANNING_RESERVE_REQUIREMENTS, within=PercentFraction, - default=0.15 + input_file="planning_reserve_requirements.csv", + default=0.15, ) model.prr_enforcement_timescale = Param( model.PLANNING_RESERVE_REQUIREMENTS, - default='period_peak_load', - validate=lambda m, value, prr: - value in ('all_timepoints', 'peak_load'), - doc=("Determines whether planning reserve requirements are enforced in " - "each timepoint, or just timepoints with peak load (zone_demand_mw).") + default="period_peak_load", + validate=lambda m, value, prr: value in ("all_timepoints", "peak_load"), + input_file="planning_reserve_requirements.csv", + doc=( + "Determines whether planning reserve requirements are enforced in " + "each timepoint, or just timepoints with peak load (zone_demand_mw)." + ), + within=Any, ) + def get_peak_timepoints(m, prr): """ Return the set of timepoints with peak load within a planning reserve @@ -165,31 +190,40 @@ def get_peak_timepoints(m, prr): peak_load = load peak_timepoint_list.add(peak_timepoint) return peak_timepoint_list + def PRR_TIMEPOINTS_init(m): PRR_TIMEPOINTS = [] for prr in m.PLANNING_RESERVE_REQUIREMENTS: - if m.prr_enforcement_timescale[prr] == 'all_timepoints': + if m.prr_enforcement_timescale[prr] == "all_timepoints": PRR_TIMEPOINTS.extend([(prr, t) for t in m.TIMEPOINTS]) - elif m.prr_enforcement_timescale[prr] == 'peak_load': + elif m.prr_enforcement_timescale[prr] == "peak_load": PRR_TIMEPOINTS.extend([(prr, t) for t in get_peak_timepoints(m, prr)]) else: - raise ValueError("prr_enforcement_timescale not recognized: '{}'".format( - m.prr_enforcement_timescale[prr])) + raise ValueError( + "prr_enforcement_timescale not recognized: '{}'".format( + m.prr_enforcement_timescale[prr] + ) + ) return PRR_TIMEPOINTS + model.PRR_TIMEPOINTS = Set( dimen=2, within=model.PLANNING_RESERVE_REQUIREMENTS * model.TIMEPOINTS, initialize=PRR_TIMEPOINTS_init, - doc=("The sparse set of (prr, t) for which planning reserve " - "requirements are enforced.") + doc=( + "The sparse set of (prr, t) for which planning reserve " + "requirements are enforced." + ), ) model.gen_can_provide_cap_reserves = Param( model.GENERATION_PROJECTS, within=Boolean, default=True, - doc="Indicates whether a generator can provide capacity reserves." + input_file="generation_projects_info.csv", + doc="Indicates whether a generator can provide capacity reserves.", ) + def gen_capacity_value_default(m, g, t): if not m.gen_can_provide_cap_reserves[g]: return 0.0 @@ -197,14 +231,22 @@ def gen_capacity_value_default(m, g, t): return m.gen_max_capacity_factor[g, t] else: return 1.0 + model.gen_capacity_value = Param( - model.GEN_TPS, - within=PercentFraction, + # Note we pass in the product of both sets rather than GEN_TPS + # since GEN_TPS only includes timepoints in periods where the generation + # is online (e.g. not retired). Passing in only capacity values + # where the generation is online would complicate our get_inputs.py so instead we + # accept all parameters and are ok if they are not all used. + model.GENERATION_PROJECTS * model.TIMEPOINTS, + # Previously domain was PercentFraction however we want to allow renewable factors greater than 1 + # or less than 0. + within=Reals, + input_file="reserve_capacity_value.csv", default=gen_capacity_value_default, validate=lambda m, value, g, t: ( - value == 0.0 - if not m.gen_can_provide_cap_reserves[g] - else True) + value == 0.0 if not m.gen_can_provide_cap_reserves[g] else True + ), ) def zones_for_prr(m, prr): @@ -223,90 +265,60 @@ def AvailableReserveCapacity_rule(m, prr, t): # Storage is only credited with its expected output # Note: this code appears to have no users, since it references # DispatchGen, which doesn't exist (should be m.DispatchGen). - if g in getattr(m, 'STORAGE_GENS', set()): - reserve_cap += DispatchGen[g, t] - m.ChargeStorage[g, t] + if g in getattr(m, "STORAGE_GENS", set()): + reserve_cap += m.DispatchGen[g, t] - m.ChargeStorage[g, t] # If local_td is included with DER modeling, avoid allocating # distributed generation to central grid capacity because it will # be credited with adjusting load at the distribution node. - elif hasattr(m, 'Distributed_Power_Injections') and m.gen_is_distributed[g]: + elif hasattr(m, "Distributed_Power_Injections") and m.gen_is_distributed[g]: pass else: reserve_cap += m.gen_capacity_value[g, t] * m.GenCapacityInTP[g, t] return reserve_cap + model.AvailableReserveCapacity = Expression( model.PRR_TIMEPOINTS, rule=AvailableReserveCapacity_rule ) - model.CAPACITY_FOR_RESERVES.append('AvailableReserveCapacity') + model.CAPACITY_FOR_RESERVES.append("AvailableReserveCapacity") - if 'TXPowerNet' in model: - model.CAPACITY_FOR_RESERVES.append('TXPowerNet') + if "TXPowerNet" in model: + model.CAPACITY_FOR_RESERVES.append("TXPowerNet") def CapacityRequirements_rule(m, prr, t): ZONES = zones_for_prr(m, prr) - if hasattr(m, 'WithdrawFromCentralGrid'): + if hasattr(m, "WithdrawFromCentralGrid"): return sum( - (1 + m.prr_cap_reserve_margin[prr]) * m.WithdrawFromCentralGrid[z,t] + (1 + m.prr_cap_reserve_margin[prr]) * m.WithdrawFromCentralGrid[z, t] for z in ZONES ) else: return sum( - (1 + m.prr_cap_reserve_margin[prr]) * m.zone_demand_mw[z,t] + (1 + m.prr_cap_reserve_margin[prr]) * m.zone_demand_mw[z, t] for z in ZONES ) + model.CapacityRequirements = Expression( - model.PRR_TIMEPOINTS, - rule=CapacityRequirements_rule + model.PRR_TIMEPOINTS, rule=CapacityRequirements_rule ) - model.REQUIREMENTS_FOR_CAPACITY_RESERVES.append('CapacityRequirements') + model.REQUIREMENTS_FOR_CAPACITY_RESERVES.append("CapacityRequirements") def define_dynamic_components(model): - """ - """ + """ """ model.Enforce_Planning_Reserve_Margin = Constraint( - model.PRR_TIMEPOINTS, rule=lambda m, prr, t: ( - sum(getattr(m, reserve_cap)[prr,t] + model.PRR_TIMEPOINTS, + rule=lambda m, prr, t: ( + sum( + getattr(m, reserve_cap)[prr, t] for reserve_cap in m.CAPACITY_FOR_RESERVES - ) >= sum(getattr(m, cap_requirement)[prr,t] - for cap_requirement in m.REQUIREMENTS_FOR_CAPACITY_RESERVES)), - doc=("Ensures that the sum of CAPACITY_FOR_RESERVES satisfies the sum " - "of REQUIREMENTS_FOR_CAPACITY_RESERVES for each of PRR_TIMEPOINTS.")) - - -def load_inputs(model, switch_data, inputs_dir): - """ - reserve_capacity_value.csv - GEN, TIMEPOINT, gen_capacity_value - - planning_reserve_requirement_zones.csv - PLANNING_RESERVE_REQUIREMENTS, prr_cap_reserve_margin, prr_enforcement_timescale - - generation_projects_info.csv - ..., gen_can_provide_cap_reserves - - planning_reserve_requirement_zones.csv - PRR, ZONE - - """ - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'reserve_capacity_value.csv'), - optional=True, - auto_select=True, - param=(model.gen_capacity_value) - ) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'planning_reserve_requirements.csv'), - auto_select=True, - index=model.PLANNING_RESERVE_REQUIREMENTS, - param=(model.prr_cap_reserve_margin, model.prr_enforcement_timescale) - ) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'generation_projects_info.csv'), - auto_select=True, - optional_params=['gen_can_provide_cap_reserves'], - param=(model.gen_can_provide_cap_reserves) - ) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'planning_reserve_requirement_zones.csv'), - set=model.PRR_ZONES + ) + >= sum( + getattr(m, cap_requirement)[prr, t] + for cap_requirement in m.REQUIREMENTS_FOR_CAPACITY_RESERVES + ) + ), + doc=( + "Ensures that the sum of CAPACITY_FOR_RESERVES satisfies the sum " + "of REQUIREMENTS_FOR_CAPACITY_RESERVES for each of PRR_TIMEPOINTS." + ), ) diff --git a/switch_model/balancing/unserved_load.py b/switch_model/balancing/unserved_load.py index 723bcbb7e..31432fb34 100644 --- a/switch_model/balancing/unserved_load.py +++ b/switch_model/balancing/unserved_load.py @@ -6,13 +6,26 @@ specially useful when running production costing simulations, though not strictly required in all cases. +INPUT FILE FORMAT + The cost penalty of unserved load in units of $/MWh is the only parameter + that can be inputted. The following file is not mandatory, because the + parameter defaults to a value of 500 $/MWh. This file contains one header + row and one data row. + + optional input files: + lost_load_cost.csv + unserved_load_penalty """ import os from pyomo.environ import * -dependencies = 'switch_model.timescales',\ - 'switch_model.balancing.load_areas', 'switch_model.financials' +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_areas", + "switch_model.financials", +) + def define_components(mod): """ @@ -32,33 +45,15 @@ def define_components(mod): """ mod.unserved_load_penalty = Param( - within=NonNegativeReals, - default=500) - mod.UnservedLoad = Var( - mod.LOAD_ZONES, mod.TIMEPOINTS, - within=NonNegativeReals) - mod.Zone_Power_Injections.append('UnservedLoad') + within=NonNegativeReals, input_file="lost_load_cost.csv", default=500 + ) + mod.UnservedLoad = Var(mod.LOAD_ZONES, mod.TIMEPOINTS, within=NonNegativeReals) + mod.Zone_Power_Injections.append("UnservedLoad") mod.UnservedLoadPenalty = Expression( mod.TIMEPOINTS, - rule=lambda m, tp: sum(m.UnservedLoad[z, tp] * - m.unserved_load_penalty for z in m.LOAD_ZONES)) - mod.Cost_Components_Per_TP.append('UnservedLoadPenalty') - -def load_inputs(mod, switch_data, inputs_dir): - """ - The cost penalty of unserved load in units of $/MWh is the only parameter - that can be inputted. The following file is not mandatory, because the - parameter defaults to a value of 500 $/MWh. This file contains one header - row and one data row. - - optional input files: - lost_load_cost.csv - unserved_load_penalty - - """ - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'lost_load_cost.csv'), - optional=True, auto_select=True, - param=(mod.unserved_load_penalty,) + rule=lambda m, tp: sum( + m.UnservedLoad[z, tp] * m.unserved_load_penalty for z in m.LOAD_ZONES + ), ) + mod.Cost_Components_Per_TP.append("UnservedLoadPenalty") diff --git a/switch_model/energy_sources/fuel_costs/markets.py b/switch_model/energy_sources/fuel_costs/markets.py index bd0f02e13..8363c6a0e 100644 --- a/switch_model/energy_sources/fuel_costs/markets.py +++ b/switch_model/energy_sources/fuel_costs/markets.py @@ -11,10 +11,16 @@ import os import csv from pyomo.environ import * +from switch_model.utilities.scaling import ScaledVariable + +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.energy_sources.properties.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", +) -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.energy_sources.properties.properties',\ - 'switch_model.generators.core.build', 'switch_model.generators.core.dispatch' def define_components(mod): """ @@ -203,52 +209,95 @@ def define_components(mod): become non-linear. """ + # When this variable is True we only allow positive fuel costs + # This simplifies the model since we can set some of our constraints + # as greater than instead of equals. + ONLY_POSITIVE_RFM_COSTS = False - mod.REGIONAL_FUEL_MARKETS = Set() - mod.rfm_fuel = Param(mod.REGIONAL_FUEL_MARKETS, within=mod.FUELS) + mod.REGIONAL_FUEL_MARKETS = Set(dimen=1, input_file="regional_fuel_markets.csv") + mod.rfm_fuel = Param( + mod.REGIONAL_FUEL_MARKETS, + within=mod.FUELS, + input_file="regional_fuel_markets.csv", + input_column="fuel", + ) mod.ZONE_RFMS = Set( - dimen=2, validate=lambda m, z, rfm: ( - rfm in m.REGIONAL_FUEL_MARKETS and z in m.LOAD_ZONES)) + input_file="zone_to_regional_fuel_market.csv", + dimen=2, + validate=lambda m, z, rfm: ( + rfm in m.REGIONAL_FUEL_MARKETS and z in m.LOAD_ZONES + ), + ) mod.ZONE_FUELS = Set( - dimen=2, initialize=lambda m: set( - (z, m.rfm_fuel[rfm]) for (z, rfm) in m.ZONE_RFMS)) + ordered=False, + dimen=2, + initialize=lambda m: set((z, m.rfm_fuel[rfm]) for (z, rfm) in m.ZONE_RFMS), + ) def zone_rfm_init(m, load_zone, fuel): for (z, rfm) in m.ZONE_RFMS: - if(z == load_zone and fuel == m.rfm_fuel[rfm]): + if z == load_zone and fuel == m.rfm_fuel[rfm]: return rfm + mod.zone_rfm = Param( - mod.ZONE_FUELS, within=mod.REGIONAL_FUEL_MARKETS, - initialize=zone_rfm_init) - mod.min_data_check('REGIONAL_FUEL_MARKETS', 'rfm_fuel', 'zone_rfm') + mod.ZONE_FUELS, within=mod.REGIONAL_FUEL_MARKETS, initialize=zone_rfm_init + ) + mod.min_data_check("REGIONAL_FUEL_MARKETS", "rfm_fuel", "zone_rfm") mod.ZONES_IN_RFM = Set( mod.REGIONAL_FUEL_MARKETS, - initialize=lambda m, rfm: set( - z for (z, r) in m.ZONE_RFMS if r == rfm)) + ordered=False, + initialize=lambda m, rfm: set(z for (z, r) in m.ZONE_RFMS if r == rfm), + ) # RFM_SUPPLY_TIERS = [(regional_fuel_market, period, supply_tier_index)...] mod.RFM_SUPPLY_TIERS = Set( - dimen=3, validate=lambda m, r, p, st: ( - r in m.REGIONAL_FUEL_MARKETS and p in m.PERIODS)) + input_file="fuel_supply_curves.csv", + dimen=3, + validate=lambda m, r, p, st: (r in m.REGIONAL_FUEL_MARKETS and p in m.PERIODS), + ) mod.rfm_supply_tier_cost = Param( - mod.RFM_SUPPLY_TIERS, within=Reals) + mod.RFM_SUPPLY_TIERS, + input_file="fuel_supply_curves.csv", + input_column="unit_cost", + within=PositiveReals if ONLY_POSITIVE_RFM_COSTS else Reals, + ) mod.rfm_supply_tier_limit = Param( - mod.RFM_SUPPLY_TIERS, within=NonNegativeReals, default=float('inf')) + mod.RFM_SUPPLY_TIERS, + input_file="fuel_supply_curves.csv", + input_column="max_avail_at_cost", + within=NonNegativeReals, + default=float("inf"), + ) mod.min_data_check( - 'RFM_SUPPLY_TIERS', 'rfm_supply_tier_cost', 'rfm_supply_tier_limit') + "RFM_SUPPLY_TIERS", "rfm_supply_tier_cost", "rfm_supply_tier_limit" + ) mod.SUPPLY_TIERS_FOR_RFM_PERIOD = Set( - mod.REGIONAL_FUEL_MARKETS, mod.PERIODS, dimen=3, + mod.REGIONAL_FUEL_MARKETS, + mod.PERIODS, + dimen=3, + ordered=False, initialize=lambda m, rfm, ip: set( - (r, p, st) for (r, p, st) in m.RFM_SUPPLY_TIERS - if r == rfm and p == ip)) + (r, p, st) for (r, p, st) in m.RFM_SUPPLY_TIERS if r == rfm and p == ip + ), + ) - mod.ConsumeFuelTier = Var( + mod.ConsumeFuelTier = ScaledVariable( mod.RFM_SUPPLY_TIERS, domain=NonNegativeReals, + # We use a scaling factor to improve the numerical properties + # of the model. The scaling factor was determined using trial + # and error and this tool https://github.com/staadecker/lp-analyzer. + # Learn more by reading the documentation on Numerical Issues. + scaling_factor=1e-4, bounds=lambda m, rfm, p, st: ( - 0, (m.rfm_supply_tier_limit[rfm, p, st] - if value(m.rfm_supply_tier_limit[rfm, p, st]) != float('inf') - else None))) + 0, + ( + m.rfm_supply_tier_limit[rfm, p, st] + if value(m.rfm_supply_tier_limit[rfm, p, st]) != float("inf") + else None + ), + ), + ) # The if statement in the upper bound of ConsumeFuelTier is a # work-around for a Pyomo bug in writing a cpxlp problem file for # glpk. Lines 771-774 of pyomo/repn/plugins/cpxlp.py prints '<= inf' @@ -259,10 +308,13 @@ def zone_rfm_init(m, load_zone, fuel): # solvers is: 0, m.rfm_supply_tier_limit[rfm, p, st])) mod.FuelConsumptionInMarket = Expression( - mod.REGIONAL_FUEL_MARKETS, mod.PERIODS, + mod.REGIONAL_FUEL_MARKETS, + mod.PERIODS, rule=lambda m, rfm, p: sum( m.ConsumeFuelTier[rfm_supply_tier] - for rfm_supply_tier in m.SUPPLY_TIERS_FOR_RFM_PERIOD[rfm, p])) + for rfm_supply_tier in m.SUPPLY_TIERS_FOR_RFM_PERIOD[rfm, p] + ), + ) # Ensure that adjusted fuel costs of unbounded supply tiers are not # negative because that would create an unbounded optimization @@ -270,25 +322,36 @@ def zone_rfm_init(m, load_zone, fuel): def zone_fuel_cost_adder_validate(model, val, z, fuel, p): rfm = model.zone_rfm[z, fuel] for rfm_supply_tier in model.SUPPLY_TIERS_FOR_RFM_PERIOD[rfm, p]: - if(val + model.rfm_supply_tier_cost[rfm_supply_tier] < 0 and - model.rfm_supply_tier_limit[rfm_supply_tier] == float('inf')): + if val + model.rfm_supply_tier_cost[ + rfm_supply_tier + ] < 0 and model.rfm_supply_tier_limit[rfm_supply_tier] == float("inf"): return False return True + mod.zone_fuel_cost_adder = Param( - mod.ZONE_FUELS, mod.PERIODS, - within=Reals, default=0, validate=zone_fuel_cost_adder_validate) + mod.ZONE_FUELS, + mod.PERIODS, + input_file="zone_fuel_cost_diff.csv", + input_column="fuel_cost_adder", + within=Reals, + default=0, + validate=zone_fuel_cost_adder_validate, + ) # Summarize annual fuel costs for the objective function def rfm_annual_costs(m, rfm, p): return sum( m.ConsumeFuelTier[rfm_st] * m.rfm_supply_tier_cost[rfm_st] - for rfm_st in m.SUPPLY_TIERS_FOR_RFM_PERIOD[rfm, p]) + for rfm_st in m.SUPPLY_TIERS_FOR_RFM_PERIOD[rfm, p] + ) + mod.FuelCostsPerPeriod = Expression( mod.PERIODS, rule=lambda m, p: sum( - rfm_annual_costs(m, rfm, p) - for rfm in m.REGIONAL_FUEL_MARKETS)) - mod.Cost_Components_Per_Period.append('FuelCostsPerPeriod') + rfm_annual_costs(m, rfm, p) for rfm in m.REGIONAL_FUEL_MARKETS + ), + ) + mod.Cost_Components_Per_Period.append("FuelCostsPerPeriod") # Components to link aggregate fuel consumption from project # dispatch into market framework @@ -309,40 +372,62 @@ def GENS_FOR_RFM_PERIOD_rule(m, rfm, p): relevant_gens = [ g for z in m.ZONES_IN_RFM[rfm] - for g in d.pop((z, m.rfm_fuel[rfm], p), []) # pop releases memory + for g in d.pop((z, m.rfm_fuel[rfm], p), []) # pop releases memory ] return relevant_gens + mod.GENS_FOR_RFM_PERIOD = Set( - mod.REGIONAL_FUEL_MARKETS, mod.PERIODS, - initialize=GENS_FOR_RFM_PERIOD_rule + mod.REGIONAL_FUEL_MARKETS, mod.PERIODS, initialize=GENS_FOR_RFM_PERIOD_rule ) + + # We use a scaling factor to improve the numerical properties + # of the model. The scaling factor was determined using trial + # and error and this tool https://github.com/staadecker/lp-analyzer. + # Learn more by reading the documentation on Numerical Issues. + enforce_fuel_consumption_scaling_factor = 1e-2 + def Enforce_Fuel_Consumption_rule(m, rfm, p): - return m.FuelConsumptionInMarket[rfm, p] == sum( + lhs = ( + m.FuelConsumptionInMarket[rfm, p] * enforce_fuel_consumption_scaling_factor + ) + rhs = enforce_fuel_consumption_scaling_factor * sum( m.GenFuelUseRate[g, t, m.rfm_fuel[rfm]] * m.tp_weight_in_year[t] for g in m.GENS_FOR_RFM_PERIOD[rfm, p] for t in m.TPS_IN_PERIOD[p] - ) + ) + # If we have only positive costs, FuelConsumptionInMarket will automatically + # try to be minimized in which case we can use a one-sided constraint + if ONLY_POSITIVE_RFM_COSTS: + return lhs >= rhs + else: + return lhs == rhs + mod.Enforce_Fuel_Consumption = Constraint( - mod.REGIONAL_FUEL_MARKETS, mod.PERIODS, - rule=Enforce_Fuel_Consumption_rule) + mod.REGIONAL_FUEL_MARKETS, mod.PERIODS, rule=Enforce_Fuel_Consumption_rule + ) mod.GEN_TP_FUELS_UNAVAILABLE = Set( initialize=mod.GEN_TP_FUELS, - filter=lambda m, g, t, f: \ - (m.gen_load_zone[g], f) not in m.ZONE_FUELS) + filter=lambda m, g, t, f: (m.gen_load_zone[g], f) not in m.ZONE_FUELS, + ) mod.Enforce_Fuel_Unavailability = Constraint( mod.GEN_TP_FUELS_UNAVAILABLE, - rule=lambda m, g, t, f: m.GenFuelUseRate[g, t, f] == 0) - + rule=lambda m, g, t, f: m.GenFuelUseRate[g, t, f] == 0, + ) # Calculate average fuel costs to allow post-optimization inspection # and cost allocation. mod.AverageFuelCosts = Expression( - mod.REGIONAL_FUEL_MARKETS, mod.PERIODS, + mod.REGIONAL_FUEL_MARKETS, + mod.PERIODS, rule=lambda m, rfm, p: ( - rfm_annual_costs(m, rfm, p) / - sum(m.ConsumeFuelTier[rfm_st] - for rfm_st in m.SUPPLY_TIERS_FOR_RFM_PERIOD[rfm, p]))) + rfm_annual_costs(m, rfm, p) + / sum( + m.ConsumeFuelTier[rfm_st] + for rfm_st in m.SUPPLY_TIERS_FOR_RFM_PERIOD[rfm, p] + ) + ), + ) def load_inputs(mod, switch_data, inputs_dir): @@ -378,96 +463,88 @@ def load_inputs(mod, switch_data, inputs_dir): load_zone, fuel, period, fuel_cost """ - # Include select in each load() function so that it will check out - # column names, be indifferent to column order, and throw an error - # message if some columns are not found. - - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'regional_fuel_markets.csv'), - select=('regional_fuel_market', 'fuel'), - index=mod.REGIONAL_FUEL_MARKETS, - param=(mod.rfm_fuel)) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'fuel_supply_curves.csv'), - select=('regional_fuel_market', 'period', 'tier', 'unit_cost', - 'max_avail_at_cost'), - index=mod.RFM_SUPPLY_TIERS, - param=(mod.rfm_supply_tier_cost, mod.rfm_supply_tier_limit)) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'zone_to_regional_fuel_market.csv'), - set=mod.ZONE_RFMS) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'zone_fuel_cost_diff.csv'), - optional=True, - select=('load_zone', 'fuel', 'period', 'fuel_cost_adder'), - param=(mod.zone_fuel_cost_adder)) - # Load a simple specifications of costs if the file exists. The # actual loading, error checking, and casting into a supply curve is # slightly complicated, so I moved that logic to a separate function. - path = os.path.join(inputs_dir, 'fuel_cost.csv') + path = os.path.join(inputs_dir, "fuel_cost.csv") if os.path.isfile(path): _load_simple_cost_data(mod, switch_data, path) def _load_simple_cost_data(mod, switch_data, path): - with open(path, 'r') as simple_cost_file: - simple_cost_dat = list(csv.DictReader(simple_cost_file, delimiter=',')) + with open(path, "r") as simple_cost_file: + simple_cost_dat = list(csv.DictReader(simple_cost_file, delimiter=",")) # Scan once for error checking for row in simple_cost_dat: - z = row['load_zone'] - f = row['fuel'] - p = int(row['period']) - f_cost = float(row['fuel_cost']) + z = row["load_zone"] + f = row["fuel"] + p = int(row["period"]) + f_cost = float(row["fuel_cost"]) # Basic data validity checks - if z not in switch_data.data(name='LOAD_ZONES'): + if z not in switch_data.data(name="LOAD_ZONES"): raise ValueError( - "Load zone " + z + " in zone_simple_fuel_cost.csv is not " + - "a known load zone from load_zones.csv.") - if f not in switch_data.data(name='FUELS'): + "Load zone " + + z + + " in zone_simple_fuel_cost.csv is not " + + "a known load zone from load_zones.csv." + ) + if f not in switch_data.data(name="FUELS"): raise ValueError( - "Fuel " + f + " in zone_simple_fuel_cost.csv is not " + - "a known fuel from fuels.csv.") - if p not in switch_data.data(name='PERIODS'): + "Fuel " + + f + + " in zone_simple_fuel_cost.csv is not " + + "a known fuel from fuels.csv." + ) + if p not in switch_data.data(name="PERIODS"): raise ValueError( - "Period " + p + " in zone_simple_fuel_cost.csv is not " + - "a known investment period.") + "Period " + + p + + " in zone_simple_fuel_cost.csv is not " + + "a known investment period." + ) # Make sure they aren't overriding a supply curve or # regional fuel market defined in previous files. - for (z, rfm) in switch_data.data(name='ZONE_RFMS'): - if(z == z and - switch_data.data(name='rfm_fuel')[rfm] == f): + for (z, rfm) in switch_data.data(name="ZONE_RFMS"): + if z == z and switch_data.data(name="rfm_fuel")[rfm] == f: raise ValueError( - "The supply for fuel '" + f + "' for load_zone '" + z + - "' was already registered with the regional fuel " + - "market '" + rfm + "', so you cannot " + - "specify a simple fuel cost for it in " + - "zone_simple_fuel_cost.csv. You either need to delete " + - "that entry from zone_to_regional_fuel_market.csv, or " + - "remove those entries in zone_simple_fuel_cost.csv.") + "The supply for fuel '" + + f + + "' for load_zone '" + + z + + "' was already registered with the regional fuel " + + "market '" + + rfm + + "', so you cannot " + + "specify a simple fuel cost for it in " + + "zone_simple_fuel_cost.csv. You either need to delete " + + "that entry from zone_to_regional_fuel_market.csv, or " + + "remove those entries in zone_simple_fuel_cost.csv." + ) # Make a new single-load zone regional fuel market. rfm = z + "_" + f - if rfm in switch_data.data(name='REGIONAL_FUEL_MARKETS'): + if rfm in switch_data.data(name="REGIONAL_FUEL_MARKETS"): raise ValueError( - "Trying to construct a simple Regional Fuel Market " + - "called " + rfm + " from data in zone_simple_fuel_cost.csv" + - ", but an RFM of that name already exists. Bailing out!") + "Trying to construct a simple Regional Fuel Market " + + "called " + + rfm + + " from data in zone_simple_fuel_cost.csv" + + ", but an RFM of that name already exists. Bailing out!" + ) # Scan again and actually import the data for row in simple_cost_dat: - z = row['load_zone'] - f = row['fuel'] - p = int(row['period']) - f_cost = float(row['fuel_cost']) + z = row["load_zone"] + f = row["fuel"] + p = int(row["period"]) + f_cost = float(row["fuel_cost"]) # Make a new single-load zone regional fuel market unless we # already defined one in this loop for a different period. rfm = z + "_" + f - if(rfm not in switch_data.data(name='REGIONAL_FUEL_MARKETS')): - switch_data.data(name='REGIONAL_FUEL_MARKETS').append(rfm) - switch_data.data(name='rfm_fuel')[rfm] = f - switch_data.data(name='ZONE_RFMS').append((z, rfm)) + if rfm not in switch_data.data(name="REGIONAL_FUEL_MARKETS"): + switch_data.data(name="REGIONAL_FUEL_MARKETS").append(rfm) + switch_data.data(name="rfm_fuel")[rfm] = f + switch_data.data(name="ZONE_RFMS").append((z, rfm)) # Make a single supply tier for this RFM and period st = 0 - switch_data.data(name='RFM_SUPPLY_TIERS').append((rfm, p, st)) - switch_data.data(name='rfm_supply_tier_cost')[rfm, p, st] = f_cost - switch_data.data(name='rfm_supply_tier_limit')[rfm, p, st] = \ - float('inf') + switch_data.data(name="RFM_SUPPLY_TIERS").append((rfm, p, st)) + switch_data.data(name="rfm_supply_tier_cost")[rfm, p, st] = f_cost + switch_data.data(name="rfm_supply_tier_limit")[rfm, p, st] = float("inf") diff --git a/switch_model/energy_sources/fuel_costs/simple.py b/switch_model/energy_sources/fuel_costs/simple.py index 58d213d75..ceed8c616 100644 --- a/switch_model/energy_sources/fuel_costs/simple.py +++ b/switch_model/energy_sources/fuel_costs/simple.py @@ -7,13 +7,22 @@ serves as an alternative to the more complex fuel_markets with tiered supply curves. This is mutually exclusive with the fuel_markets module. +INPUT FILE INFORMATION + The following files are expected in the input directory: + + fuel_cost.csv + load_zone, fuel, period, fuel_cost """ -import os from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.energy_sources.properties.properties',\ - 'switch_model.generators.core.build', 'switch_model.generators.core.dispatch' +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.energy_sources.properties.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", +) + def define_components(mod): """ @@ -45,54 +54,41 @@ def define_components(mod): mod.ZONE_FUEL_PERIODS = Set( dimen=3, + input_file="fuel_cost.csv", validate=lambda m, z, f, p: ( - z in m.LOAD_ZONES and - f in m.FUELS and - p in m.PERIODS)) + z in m.LOAD_ZONES and f in m.FUELS and p in m.PERIODS + ), + ) mod.fuel_cost = Param( - mod.ZONE_FUEL_PERIODS, - within=NonNegativeReals) - mod.min_data_check('ZONE_FUEL_PERIODS', 'fuel_cost') + mod.ZONE_FUEL_PERIODS, input_file="fuel_cost.csv", within=NonNegativeReals + ) + mod.min_data_check("ZONE_FUEL_PERIODS", "fuel_cost") mod.GEN_TP_FUELS_UNAVAILABLE = Set( initialize=mod.GEN_TP_FUELS, filter=lambda m, g, t, f: ( - (m.gen_load_zone[g], f, m.tp_period[t]) - not in m.ZONE_FUEL_PERIODS)) + (m.gen_load_zone[g], f, m.tp_period[t]) not in m.ZONE_FUEL_PERIODS + ), + ) mod.Enforce_Fuel_Unavailability = Constraint( mod.GEN_TP_FUELS_UNAVAILABLE, - rule=lambda m, g, t, f: m.GenFuelUseRate[g, t, f] == 0) + rule=lambda m, g, t, f: m.GenFuelUseRate[g, t, f] == 0, + ) # Summarize total fuel costs in each timepoint for the objective function def FuelCostsPerTP_rule(m, t): - if not hasattr(m, 'FuelCostsPerTP_dict'): + if not hasattr(m, "FuelCostsPerTP_dict"): # cache all Fuel_Cost_TP values in a dictionary (created in one pass) m.FuelCostsPerTP_dict = {t2: 0.0 for t2 in m.TIMEPOINTS} for (g, t2, f) in m.GEN_TP_FUELS: if (m.gen_load_zone[g], f, m.tp_period[t2]) in m.ZONE_FUEL_PERIODS: m.FuelCostsPerTP_dict[t2] += ( m.GenFuelUseRate[g, t2, f] - * m.fuel_cost[m.gen_load_zone[g], f, m.tp_period[t2]]) + * m.fuel_cost[m.gen_load_zone[g], f, m.tp_period[t2]] + ) # return a result from the dictionary and pop the element each time # to release memory return m.FuelCostsPerTP_dict.pop(t) - mod.FuelCostsPerTP = Expression(mod.TIMEPOINTS, rule=FuelCostsPerTP_rule) - mod.Cost_Components_Per_TP.append('FuelCostsPerTP') - - -def load_inputs(mod, switch_data, inputs_dir): - """ - Import simple fuel cost data. The following files are expected in - the input directory: - - fuel_cost.csv - load_zone, fuel, period, fuel_cost - - """ - - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'fuel_cost.csv'), - select=('load_zone', 'fuel', 'period', 'fuel_cost'), - index=mod.ZONE_FUEL_PERIODS, - param=[mod.fuel_cost]) + mod.FuelCostsPerTP = Expression(mod.TIMEPOINTS, rule=FuelCostsPerTP_rule) + mod.Cost_Components_Per_TP.append("FuelCostsPerTP") diff --git a/switch_model/energy_sources/properties.py b/switch_model/energy_sources/properties.py index a0fe8238f..0219f449f 100644 --- a/switch_model/energy_sources/properties.py +++ b/switch_model/energy_sources/properties.py @@ -5,12 +5,36 @@ Defines model components to describe both fuels and non-fuel energy sources for the Switch model. +INPUT FILE FORMAT + Import fuel data. To skip optional parameters such as + upstream_co2_intensity, put a dot . in the relevant cell rather than + leaving them blank. Leaving a cell blank will generate an error + message like "IndexError: list index out of range". The following + files are expected in the input directory. Each is optional because + you could have either an all-renewable or all-fuel-based system, but + the model will generate an error if no energy sources are available. + + Note: non_fuel_energy_sources serves to check for data entry errors. + This could be theoretically derived from any energy sources in the + generator_energy_sources file that are not listed in the fuels + table, but that would mean any mispelled fuel or fuel that was + unlisted in fuels.csv would be automatically classified as a free + renewable source. + + non_fuel_energy_sources.csv + energy_source + + fuels.csv + fuel, co2_intensity, upstream_co2_intensity, nox_intensity, so2_intensity, ch4_intensity + + """ import os from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones' +dependencies = "switch_model.timescales", "switch_model.balancing.load_zones" + def define_components(mod): """ @@ -63,6 +87,15 @@ def define_components(mod): fuels, including biomass. Currently the only fuel that can have a value of 0 for this is uranium. + f_nox_intensity[f], f_so2_intensity[f] and f_ch4_intensity[f] + describe the amount of nitrous oxide, sulphur + dioxide and methane emitted during electricity production for + a given fuel. Unlike f_co2_intensity, units are in metric tonnes + per MWh. Upstream emissions if any should be included in these parameters. + Defaults to 0. One potential source for these coefficients can be found + in this paper from the Argonne National Laboratory. + https://greet.es.anl.gov/publication-updated-elec-emissions + f_upstream_co2_intensity[f] is the carbon emissions attributable to a fuel before it is consumed in units of tCO2/MMBTU. For sustainably harvested biomass, this can be negative to reflect the CO2 that was @@ -90,59 +123,53 @@ def define_components(mod): """ - mod.NON_FUEL_ENERGY_SOURCES = Set() - mod.FUELS = Set() - mod.f_co2_intensity = Param(mod.FUELS, within=NonNegativeReals) + mod.NON_FUEL_ENERGY_SOURCES = Set( + input_file="non_fuel_energy_sources.csv", input_optional=True + ) + mod.FUELS = Set(dimen=1, input_file="fuels.csv") + + mod.f_co2_intensity = Param( + mod.FUELS, + within=NonNegativeReals, + input_file="fuels.csv", + input_column="co2_intensity", + ) mod.f_upstream_co2_intensity = Param( - mod.FUELS, within=Reals, default=0) - mod.min_data_check('f_co2_intensity') + mod.FUELS, + within=Reals, + input_file="fuels.csv", + input_column="upstream_co2_intensity", + default=0, + ) + mod.f_nox_intensity = Param( + mod.FUELS, + within=NonNegativeReals, + default=0, + input_file="fuels.csv", + input_column="nox_intensity", + ) + mod.f_so2_intensity = Param( + mod.FUELS, + within=NonNegativeReals, + default=0, + input_file="fuels.csv", + input_column="so2_intensity", + ) + mod.f_ch4_intensity = Param( + mod.FUELS, + within=NonNegativeReals, + default=0, + input_file="fuels.csv", + input_column="ch4_intensity", + ) + + mod.min_data_check("f_co2_intensity") # Ensure that fuel and non-fuel sets have no overlap. mod.e_source_is_fuel_or_not_check = BuildCheck( - rule=lambda m: len(m.FUELS & m.NON_FUEL_ENERGY_SOURCES) == 0) + rule=lambda m: len(m.FUELS & m.NON_FUEL_ENERGY_SOURCES) == 0 + ) # ENERGY_SOURCES is the union of fuel and non-fuels sets. Pipe | is # the union operator for Pyomo sets. - mod.ENERGY_SOURCES = Set( - initialize=mod.NON_FUEL_ENERGY_SOURCES | mod.FUELS) - mod.min_data_check('ENERGY_SOURCES') - - -def load_inputs(mod, switch_data, inputs_dir): - """ - - Import fuel data. To skip optional parameters such as - upstream_co2_intensity, put a dot . in the relevant cell rather than - leaving them blank. Leaving a cell blank will generate an error - message like "IndexError: list index out of range". The following - files are expected in the input directory. Each is optional because - you could have either an all-renewable or all-fuel-based system, but - the model will generate an error if no energy sources are available. - - Note: non_fuel_energy_sources serves to check for data entry errors. - This could be theoretically derived from any energy sources in the - generator_energy_sources file that are not listed in the fuels - table, but that would mean any mispelled fuel or fuel that was - unlisted in fuels.csv would be automatically classified as a free - renewable source. - - non_fuel_energy_sources.csv - energy_source - - fuels.csv - fuel, co2_intensity, upstream_co2_intensity - - """ - # Include select in each load() function so that it will check out - # column names, be indifferent to column order, and throw an error - # message if some columns are not found. - - switch_data.load_aug( - optional=True, - filename=os.path.join(inputs_dir, 'non_fuel_energy_sources.csv'), - set=('NON_FUEL_ENERGY_SOURCES')) - switch_data.load_aug( - optional=True, - filename=os.path.join(inputs_dir, 'fuels.csv'), - select=('fuel', 'co2_intensity', 'upstream_co2_intensity'), - index=mod.FUELS, - param=(mod.f_co2_intensity, mod.f_upstream_co2_intensity)) + mod.ENERGY_SOURCES = Set(initialize=mod.NON_FUEL_ENERGY_SOURCES | mod.FUELS) + mod.min_data_check("ENERGY_SOURCES") diff --git a/switch_model/financials.py b/switch_model/financials.py index b79b736c9..0cd63e6ab 100644 --- a/switch_model/financials.py +++ b/switch_model/financials.py @@ -4,14 +4,23 @@ """ Defines financial parameters for the Switch model. +INPUT FILE FORMAT + Import base financial data from a .csv file. The inputs_dir should + contain the file financials.csv that gives parameter values for + base_financial_year, interest_rate and optionally discount_rate. + The names of parameters go on the first row and the values go on + the second. """ from __future__ import print_function from __future__ import division from pyomo.environ import * import os import pandas as pd +from switch_model.reporting import write_table +from switch_model.tools.graph import graph + +dependencies = "switch_model.timescales" -dependencies = 'switch_model.timescales' def capital_recovery_factor(ir, t): """ @@ -35,7 +44,7 @@ def capital_recovery_factor(ir, t): rate, paid over 20 years is 0.09439. If the principal was $100, loan\ payments would be $9.44 """ - return 1/t if ir == 0 else ir/(1-(1+ir)**-t) + return 1 / t if ir == 0 else ir / (1 - (1 + ir) ** -t) def uniform_series_to_present_value(dr, t): @@ -60,7 +69,7 @@ def uniform_series_to_present_value(dr, t): round(1/capital_recovery_factor(.07,20),7) True """ - return t if dr == 0 else (1-(1+dr)**-t)/dr + return t if dr == 0 else (1 - (1 + dr) ** -t) / dr def future_to_present_value(dr, t): @@ -71,7 +80,7 @@ def future_to_present_value(dr, t): >>> round(future_to_present_value(.07,10),7) 0.5083493 """ - return (1+dr)**-t + return (1 + dr) ** -t def present_to_future_value(ir, t): @@ -87,7 +96,8 @@ def present_to_future_value(ir, t): future_to_present_value(.07,10),7) == 1 True """ - return (1+ir)**t + return (1 + ir) ** t + def define_dynamic_lists(mod): """ @@ -115,6 +125,7 @@ def define_dynamic_lists(mod): mod.Cost_Components_Per_TP = [] mod.Cost_Components_Per_Period = [] + def define_components(mod): """ @@ -218,26 +229,33 @@ def define_components(mod): """ - mod.base_financial_year = Param(within=NonNegativeReals) - mod.interest_rate = Param(within=NonNegativeReals) + mod.base_financial_year = Param( + within=NonNegativeReals, input_file="financials.csv" + ) + mod.interest_rate = Param(within=NonNegativeReals, input_file="financials.csv") mod.discount_rate = Param( - within=NonNegativeReals, default=lambda m: value(m.interest_rate)) - mod.min_data_check('base_financial_year', 'interest_rate') + within=NonNegativeReals, + default=lambda m: value(m.interest_rate), + input_file="financials.csv", + ) + mod.min_data_check("base_financial_year", "interest_rate") mod.bring_annual_costs_to_base_year = Param( mod.PERIODS, within=NonNegativeReals, initialize=lambda m, p: ( - uniform_series_to_present_value( - m.discount_rate, m.period_length_years[p]) * - future_to_present_value( - m.discount_rate, - m.period_start[p] - m.base_financial_year))) + uniform_series_to_present_value(m.discount_rate, m.period_length_years[p]) + * future_to_present_value( + m.discount_rate, m.period_start[p] - m.base_financial_year + ) + ), + ) mod.bring_timepoint_costs_to_base_year = Param( mod.TIMEPOINTS, within=NonNegativeReals, initialize=lambda m, t: ( - m.bring_annual_costs_to_base_year[m.tp_period[t]] * - m.tp_weight_in_year[t])) + m.bring_annual_costs_to_base_year[m.tp_period[t]] * m.tp_weight_in_year[t] + ), + ) def define_dynamic_components(mod): @@ -270,7 +288,8 @@ def define_dynamic_components(mod): def calc_tp_costs_in_period(m, t): return sum( getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] - for tp_cost in m.Cost_Components_Per_TP) + for tp_cost in m.Cost_Components_Per_TP + ) # Note: multiply annual costs by a conversion factor if running this # model on an intentional subset of annual data whose weights do not @@ -278,95 +297,130 @@ def calc_tp_costs_in_period(m, t): # This would also require disabling the validate_time_weights check. def calc_annual_costs_in_period(m, p): return sum( - getattr(m, annual_cost)[p] - for annual_cost in m.Cost_Components_Per_Period) + getattr(m, annual_cost)[p] for annual_cost in m.Cost_Components_Per_Period + ) def calc_sys_costs_per_period(m, p): return ( # All annual payments in the period ( - calc_annual_costs_in_period(m, p) + - sum(calc_tp_costs_in_period(m, t) for t in m.TPS_IN_PERIOD[p]) - ) * + calc_annual_costs_in_period(m, p) + + sum(calc_tp_costs_in_period(m, t) for t in m.TPS_IN_PERIOD[p]) + ) + * # Conversion from annual costs to base year m.bring_annual_costs_to_base_year[p] ) - mod.SystemCostPerPeriod = Expression( - mod.PERIODS, - rule=calc_sys_costs_per_period) + mod.SystemCostPerPeriod = Expression(mod.PERIODS, rule=calc_sys_costs_per_period) # starting with Pyomo 4.2, it is impossible to call Objective.reconstruct() # or calculate terms like Objective / , # so it's best to define a separate expression and use that for these purposes. mod.SystemCost = Expression( - rule=lambda m: sum(m.SystemCostPerPeriod[p] for p in m.PERIODS)) + rule=lambda m: sum(m.SystemCostPerPeriod[p] for p in m.PERIODS) + ) + # We use a scaling factor to improve the numerical properties + # of the model. The scaling factor was determined using trial + # and error and this tool https://github.com/staadecker/lp-analyzer. + # Learn more by reading the documentation on Numerical Issues. + # The scaling factor is defined in CustomModel mod.Minimize_System_Cost = Objective( - rule=lambda m: m.SystemCost, - sense=minimize) - - -def load_inputs(mod, switch_data, inputs_dir): - """ - Import base financial data from a .csv file. The inputs_dir should - contain the file financials.csv that gives parameter values for - base_financial_year, interest_rate and optionally discount_rate. - The names of parameters go on the first row and the values go on - the second. - """ - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'financials.csv'), - optional=False, auto_select=True, - param=(mod.base_financial_year, mod.interest_rate, mod.discount_rate) + rule=lambda m: m.SystemCost * m.objective_scaling_factor, sense=minimize ) + def post_solve(instance, outdir): m = instance # Overall electricity costs normalized_dat = [ { - "PERIOD": p, - "SystemCostPerPeriod_NPV": value(m.SystemCostPerPeriod[p]), - "SystemCostPerPeriod_Real": value( - m.SystemCostPerPeriod[p] / m.bring_annual_costs_to_base_year[p] - ), - "EnergyCostReal_per_MWh": value( - m.SystemCostPerPeriod[p] / m.bring_annual_costs_to_base_year[p] / - sum(m.zone_total_demand_in_period_mwh[z,p] for z in m.LOAD_ZONES) - ), - "SystemDemand_MWh": value(sum( - m.zone_total_demand_in_period_mwh[z,p] for z in m.LOAD_ZONES - )) - } for p in m.PERIODS + "PERIOD": p, + "SystemCostPerPeriod_NPV": value(m.SystemCostPerPeriod[p]), + "SystemCostPerPeriod_Real": value( + m.SystemCostPerPeriod[p] / m.bring_annual_costs_to_base_year[p] + ), + "EnergyCostReal_per_MWh": value( + m.SystemCostPerPeriod[p] + / m.bring_annual_costs_to_base_year[p] + / sum(m.zone_total_demand_in_period_mwh[z, p] for z in m.LOAD_ZONES) + ), + "SystemDemand_MWh": value( + sum(m.zone_total_demand_in_period_mwh[z, p] for z in m.LOAD_ZONES) + ), + } + for p in m.PERIODS ] df = pd.DataFrame(normalized_dat) df.set_index(["PERIOD"], inplace=True) - df.to_csv(os.path.join(outdir, "electricity_cost.csv")) + write_table( + instance, df=df, output_file=os.path.join(outdir, "electricity_cost.csv") + ) # Itemized annual costs annualized_costs = [ { - "PERIOD": p, - "Component": annual_cost, - "Component_type": "annual", - "AnnualCost_NPV": value( - getattr(m, annual_cost)[p] * m.bring_annual_costs_to_base_year[p] - ), - "AnnualCost_Real": value(getattr(m, annual_cost)[p]) - } for p in m.PERIODS for annual_cost in m.Cost_Components_Per_Period + "PERIOD": p, + "Component": annual_cost, + "Component_type": "annual", + "AnnualCost_NPV": value( + getattr(m, annual_cost)[p] * m.bring_annual_costs_to_base_year[p] + ), + "AnnualCost_Real": value(getattr(m, annual_cost)[p]), + } + for p in m.PERIODS + for annual_cost in m.Cost_Components_Per_Period ] + [ { - "PERIOD": p, - "Component": tp_cost, - "Component_type": "timepoint", - "AnnualCost_NPV": value(sum( - getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] - for t in m.TPS_IN_PERIOD[p] - ) * m.bring_annual_costs_to_base_year[p]), - "AnnualCost_Real": value(sum( - getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] - for t in m.TPS_IN_PERIOD[p] - )) - } for p in m.PERIODS for tp_cost in m.Cost_Components_Per_TP + "PERIOD": p, + "Component": tp_cost, + "Component_type": "timepoint", + "AnnualCost_NPV": value( + sum( + getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] + for t in m.TPS_IN_PERIOD[p] + ) + * m.bring_annual_costs_to_base_year[p] + ), + "AnnualCost_Real": value( + sum( + getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] + for t in m.TPS_IN_PERIOD[p] + ) + ), + } + for p in m.PERIODS + for tp_cost in m.Cost_Components_Per_TP ] df = pd.DataFrame(annualized_costs) df.set_index(["PERIOD", "Component"], inplace=True) - df.to_csv(os.path.join(outdir, "costs_itemized.csv")) + write_table(instance, output_file=os.path.join(outdir, "costs_itemized.csv"), df=df) + + +@graph("costs", title="Itemized costs per period", supports_multi_scenario=True) +def graph(tools): + costs_itemized = tools.get_dataframe("costs_itemized.csv") + # Remove elements with zero cost + costs_itemized = costs_itemized[costs_itemized["AnnualCost_Real"] != 0] + groupby = "PERIOD" if tools.num_scenarios == 1 else ["PERIOD", "scenario_name"] + costs_itemized = costs_itemized.pivot( + columns="Component", index=groupby, values="AnnualCost_Real" + ) + costs_itemized *= 1e-9 # Converting to billions + costs_itemized = costs_itemized.rename( + { + "GenVariableOMCostsInTP": "Variable O & M Generation Costs", + "FuelCostsPerPeriod": "Fuel Costs", + "StorageEnergyFixedCost": "Storage Energy Capacity Costs", + "TotalGenFixedCosts": "Generation Fixed Costs", + "TxFixedCosts": "Transmission Costs", + }, + axis=1, + ) + costs_itemized = costs_itemized.sort_values(axis=1, by=costs_itemized.index[-1]) + ax = tools.get_axes() + costs_itemized.plot( + ax=ax, + kind="bar", + stacked=True, + xlabel="Period", + ylabel="Billions of dollars (Real)", + ) diff --git a/switch_model/generators/core/__init__.py b/switch_model/generators/core/__init__.py index 5e1eebedb..79fb5dfc3 100644 --- a/switch_model/generators/core/__init__.py +++ b/switch_model/generators/core/__init__.py @@ -9,5 +9,6 @@ """ core_modules = [ - 'switch_model.generators.core.build', - 'switch_model.generators.core.dispatch'] + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", +] diff --git a/switch_model/generators/core/build.py b/switch_model/generators/core/build.py index 81d97c08d..d1c592832 100644 --- a/switch_model/generators/core/build.py +++ b/switch_model/generators/core/build.py @@ -3,15 +3,51 @@ """ Defines generation projects build-outs. +INPUT FILE FORMAT + Import data describing project builds. The following files are + expected in the input directory. + + generation_projects_info.csv has mandatory and optional columns. The + operations.gen_dispatch module will also look for additional columns in + this file. You may drop optional columns entirely or mark blank + values with a dot '.' for select rows for which the column does not + apply. Mandatory columns are: + GENERATION_PROJECT, gen_tech, gen_energy_source, gen_load_zone, + gen_max_age, gen_is_variable, gen_is_baseload, + gen_full_load_heat_rate, gen_variable_om, gen_connect_cost_per_mw + Optional columns are: + gen_dbid, gen_scheduled_outage_rate, gen_forced_outage_rate, + gen_capacity_limit_mw, gen_unit_size, gen_ccs_energy_load, + gen_ccs_capture_efficiency, gen_min_build_capacity, gen_is_cogen, + gen_is_distributed + + The following file lists existing builds of projects, and is + optional for simulations where there is no existing capacity: + + gen_build_predetermined.csv + GENERATION_PROJECT, build_year, gen_predetermined_cap + + The following file is mandatory, because it sets cost parameters for + both existing and new project buildouts: + + gen_build_costs.csv + GENERATION_PROJECT, build_year, gen_overnight_cost, gen_fixed_om """ import os from pyomo.environ import * from switch_model.financials import capital_recovery_factor as crf from switch_model.reporting import write_table +from switch_model.tools.graph import graph +from switch_model.utilities.scaling import get_assign_default_value_rule + +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties.properties", +) -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.energy_sources.properties.properties' def define_components(mod): """ @@ -184,33 +220,88 @@ def define_components(mod): - Allow early capacity retirements with savings on fixed O&M """ - mod.GENERATION_PROJECTS = Set() - mod.gen_dbid = Param(mod.GENERATION_PROJECTS, default=lambda m, g: g) - mod.gen_tech = Param(mod.GENERATION_PROJECTS) - mod.GENERATION_TECHNOLOGIES = Set(initialize=lambda m: - {m.gen_tech[g] for g in m.GENERATION_PROJECTS} - ) - mod.gen_energy_source = Param(mod.GENERATION_PROJECTS, - validate=lambda m,val,g: val in m.ENERGY_SOURCES or val == "multiple") - mod.gen_load_zone = Param(mod.GENERATION_PROJECTS, within=mod.LOAD_ZONES) - mod.gen_max_age = Param(mod.GENERATION_PROJECTS, within=PositiveIntegers) - mod.gen_is_variable = Param(mod.GENERATION_PROJECTS, within=Boolean) - mod.gen_is_baseload = Param(mod.GENERATION_PROJECTS, within=Boolean, default=False) - mod.gen_is_cogen = Param(mod.GENERATION_PROJECTS, within=Boolean, default=False) - mod.gen_is_distributed = Param(mod.GENERATION_PROJECTS, within=Boolean, default=False) - mod.gen_scheduled_outage_rate = Param(mod.GENERATION_PROJECTS, - within=PercentFraction, default=0) - mod.gen_forced_outage_rate = Param(mod.GENERATION_PROJECTS, - within=PercentFraction, default=0) - mod.min_data_check('GENERATION_PROJECTS', 'gen_tech', 'gen_energy_source', - 'gen_load_zone', 'gen_max_age', 'gen_is_variable') + # This set is defined by generation_projects_info.csv + mod.GENERATION_PROJECTS = Set(dimen=1, input_file="generation_projects_info.csv") + mod.gen_dbid = Param( + mod.GENERATION_PROJECTS, + input_file="generation_projects_info.csv", + default=lambda m, g: g, + within=Any, + ) + mod.gen_tech = Param( + mod.GENERATION_PROJECTS, input_file="generation_projects_info.csv", within=Any + ) + mod.GENERATION_TECHNOLOGIES = Set( + ordered=False, + initialize=lambda m: {m.gen_tech[g] for g in m.GENERATION_PROJECTS}, + ) + mod.gen_energy_source = Param( + mod.GENERATION_PROJECTS, + within=Any, + input_file="generation_projects_info.csv", + validate=lambda m, val, g: val in m.ENERGY_SOURCES or val == "multiple", + ) + mod.gen_load_zone = Param( + mod.GENERATION_PROJECTS, + input_file="generation_projects_info.csv", + within=mod.LOAD_ZONES, + ) + mod.gen_max_age = Param( + mod.GENERATION_PROJECTS, + input_file="generation_projects_info.csv", + within=PositiveIntegers, + ) + mod.gen_is_variable = Param( + mod.GENERATION_PROJECTS, + input_file="generation_projects_info.csv", + within=Boolean, + ) + mod.gen_is_baseload = Param( + mod.GENERATION_PROJECTS, + input_file="generation_projects_info.csv", + within=Boolean, + default=False, + ) + mod.gen_is_cogen = Param( + mod.GENERATION_PROJECTS, + within=Boolean, + default=False, + input_file="generation_projects_info.csv", + ) + mod.gen_is_distributed = Param( + mod.GENERATION_PROJECTS, + within=Boolean, + default=False, + input_file="generation_projects_info.csv", + ) + mod.gen_scheduled_outage_rate = Param( + mod.GENERATION_PROJECTS, + input_file="generation_projects_info.csv", + within=PercentFraction, + default=0, + ) + mod.gen_forced_outage_rate = Param( + mod.GENERATION_PROJECTS, + input_file="generation_projects_info.csv", + within=PercentFraction, + default=0, + ) + mod.min_data_check( + "GENERATION_PROJECTS", + "gen_tech", + "gen_energy_source", + "gen_load_zone", + "gen_max_age", + "gen_is_variable", + ) """Construct GENS_* indexed sets efficiently with a 'construction dictionary' pattern: on the first call, make a single traversal through all generation projects to generate a complete index, use that for subsequent lookups, and clean up at the last call.""" + def GENS_IN_ZONE_init(m, z): - if not hasattr(m, 'GENS_IN_ZONE_dict'): + if not hasattr(m, "GENS_IN_ZONE_dict"): m.GENS_IN_ZONE_dict = {_z: [] for _z in m.LOAD_ZONES} for g in m.GENERATION_PROJECTS: m.GENS_IN_ZONE_dict[m.gen_load_zone[g]].append(g) @@ -218,22 +309,21 @@ def GENS_IN_ZONE_init(m, z): if not m.GENS_IN_ZONE_dict: del m.GENS_IN_ZONE_dict return result - mod.GENS_IN_ZONE = Set( - mod.LOAD_ZONES, - initialize=GENS_IN_ZONE_init - ) + + mod.GENS_IN_ZONE = Set(mod.LOAD_ZONES, initialize=GENS_IN_ZONE_init) mod.VARIABLE_GENS = Set( - initialize=mod.GENERATION_PROJECTS, - filter=lambda m, g: m.gen_is_variable[g]) + initialize=mod.GENERATION_PROJECTS, filter=lambda m, g: m.gen_is_variable[g] + ) mod.VARIABLE_GENS_IN_ZONE = Set( mod.LOAD_ZONES, - initialize=lambda m, z: [g for g in m.GENS_IN_ZONE[z] if m.gen_is_variable[g]]) + initialize=lambda m, z: [g for g in m.GENS_IN_ZONE[z] if m.gen_is_variable[g]], + ) mod.BASELOAD_GENS = Set( - initialize=mod.GENERATION_PROJECTS, - filter=lambda m, g: m.gen_is_baseload[g]) + initialize=mod.GENERATION_PROJECTS, filter=lambda m, g: m.gen_is_baseload[g] + ) def GENS_BY_TECHNOLOGY_init(m, t): - if not hasattr(m, 'GENS_BY_TECH_dict'): + if not hasattr(m, "GENS_BY_TECH_dict"): m.GENS_BY_TECH_dict = {_t: [] for _t in m.GENERATION_TECHNOLOGIES} for g in m.GENERATION_PROJECTS: m.GENS_BY_TECH_dict[m.gen_tech[g]].append(g) @@ -241,50 +331,73 @@ def GENS_BY_TECHNOLOGY_init(m, t): if not m.GENS_BY_TECH_dict: del m.GENS_BY_TECH_dict return result + mod.GENS_BY_TECHNOLOGY = Set( - mod.GENERATION_TECHNOLOGIES, - initialize=GENS_BY_TECHNOLOGY_init + mod.GENERATION_TECHNOLOGIES, initialize=GENS_BY_TECHNOLOGY_init ) mod.CAPACITY_LIMITED_GENS = Set(within=mod.GENERATION_PROJECTS) mod.gen_capacity_limit_mw = Param( - mod.CAPACITY_LIMITED_GENS, within=NonNegativeReals) + mod.CAPACITY_LIMITED_GENS, + input_file="generation_projects_info.csv", + input_optional=True, + within=NonNegativeReals, + ) mod.DISCRETELY_SIZED_GENS = Set(within=mod.GENERATION_PROJECTS) mod.gen_unit_size = Param( - mod.DISCRETELY_SIZED_GENS, within=PositiveReals) + mod.DISCRETELY_SIZED_GENS, + input_file="generation_projects_info.csv", + input_optional=True, + within=PositiveReals, + ) mod.CCS_EQUIPPED_GENS = Set(within=mod.GENERATION_PROJECTS) mod.gen_ccs_capture_efficiency = Param( - mod.CCS_EQUIPPED_GENS, within=PercentFraction) + mod.CCS_EQUIPPED_GENS, + input_file="generation_projects_info.csv", + input_optional=True, + within=PercentFraction, + ) mod.gen_ccs_energy_load = Param( - mod.CCS_EQUIPPED_GENS, within=PercentFraction) + mod.CCS_EQUIPPED_GENS, + input_file="generation_projects_info.csv", + input_optional=True, + within=PercentFraction, + ) mod.gen_uses_fuel = Param( mod.GENERATION_PROJECTS, initialize=lambda m, g: ( - m.gen_energy_source[g] in m.FUELS - or m.gen_energy_source[g] == "multiple")) + m.gen_energy_source[g] in m.FUELS or m.gen_energy_source[g] == "multiple" + ), + ) mod.NON_FUEL_BASED_GENS = Set( - initialize=mod.GENERATION_PROJECTS, - filter=lambda m, g: not m.gen_uses_fuel[g]) + initialize=mod.GENERATION_PROJECTS, filter=lambda m, g: not m.gen_uses_fuel[g] + ) mod.FUEL_BASED_GENS = Set( - initialize=mod.GENERATION_PROJECTS, - filter=lambda m, g: m.gen_uses_fuel[g]) + initialize=mod.GENERATION_PROJECTS, filter=lambda m, g: m.gen_uses_fuel[g] + ) mod.gen_full_load_heat_rate = Param( mod.FUEL_BASED_GENS, - within=NonNegativeReals) + input_file="generation_projects_info.csv", + within=NonNegativeReals, + ) mod.MULTIFUEL_GENS = Set( initialize=mod.GENERATION_PROJECTS, - filter=lambda m, g: m.gen_energy_source[g] == "multiple") + filter=lambda m, g: m.gen_energy_source[g] == "multiple", + ) mod.FUELS_FOR_MULTIFUEL_GEN = Set(mod.MULTIFUEL_GENS, within=mod.FUELS) - mod.FUELS_FOR_GEN = Set(mod.FUEL_BASED_GENS, + mod.FUELS_FOR_GEN = Set( + mod.FUEL_BASED_GENS, initialize=lambda m, g: ( m.FUELS_FOR_MULTIFUEL_GEN[g] if g in m.MULTIFUEL_GENS - else [m.gen_energy_source[g]])) + else [m.gen_energy_source[g]] + ), + ) def GENS_BY_ENERGY_SOURCE_init(m, e): - if not hasattr(m, 'GENS_BY_ENERGY_dict'): + if not hasattr(m, "GENS_BY_ENERGY_dict"): m.GENS_BY_ENERGY_dict = {_e: [] for _e in m.ENERGY_SOURCES} for g in m.GENERATION_PROJECTS: if g in m.FUEL_BASED_GENS: @@ -296,84 +409,130 @@ def GENS_BY_ENERGY_SOURCE_init(m, e): if not m.GENS_BY_ENERGY_dict: del m.GENS_BY_ENERGY_dict return result + mod.GENS_BY_ENERGY_SOURCE = Set( - mod.ENERGY_SOURCES, - initialize=GENS_BY_ENERGY_SOURCE_init + mod.ENERGY_SOURCES, initialize=GENS_BY_ENERGY_SOURCE_init ) mod.GENS_BY_NON_FUEL_ENERGY_SOURCE = Set( - mod.NON_FUEL_ENERGY_SOURCES, - initialize=lambda m, s: m.GENS_BY_ENERGY_SOURCE[s] + mod.NON_FUEL_ENERGY_SOURCES, initialize=lambda m, s: m.GENS_BY_ENERGY_SOURCE[s] ) mod.GENS_BY_FUEL = Set( - mod.FUELS, - initialize=lambda m, f: m.GENS_BY_ENERGY_SOURCE[f] + mod.FUELS, initialize=lambda m, f: m.GENS_BY_ENERGY_SOURCE[f] ) + # This set is defined by gen_build_predetermined.csv mod.PREDETERMINED_GEN_BLD_YRS = Set( - dimen=2) + input_file="gen_build_predetermined.csv", input_optional=True, dimen=2 + ) + mod.PREDETERMINED_BLD_YRS = Set( + dimen=1, + ordered=False, + initialize=lambda m: set(bld_yr for (g, bld_yr) in m.PREDETERMINED_GEN_BLD_YRS), + doc="Set of all the years where pre-determined builds occurs.", + ) + + # This set is defined by gen_build_costs.csv mod.GEN_BLD_YRS = Set( dimen=2, + input_file="gen_build_costs.csv", validate=lambda m, g, bld_yr: ( - (g, bld_yr) in m.PREDETERMINED_GEN_BLD_YRS or - (g, bld_yr) in m.GENERATION_PROJECTS * m.PERIODS)) + (g, bld_yr) in m.PREDETERMINED_GEN_BLD_YRS + or (g, bld_yr) in m.GENERATION_PROJECTS * m.PERIODS + ), + ) mod.NEW_GEN_BLD_YRS = Set( - dimen=2, - initialize=lambda m: m.GEN_BLD_YRS - m.PREDETERMINED_GEN_BLD_YRS) + dimen=2, initialize=lambda m: m.GEN_BLD_YRS - m.PREDETERMINED_GEN_BLD_YRS + ) mod.gen_predetermined_cap = Param( mod.PREDETERMINED_GEN_BLD_YRS, - within=NonNegativeReals) - mod.min_data_check('gen_predetermined_cap') - + input_file="gen_build_predetermined.csv", + within=NonNegativeReals, + ) + mod.min_data_check("gen_predetermined_cap") def gen_build_can_operate_in_period(m, g, build_year, period): + # If a period has the same name as a predetermined build year then we have a problem. + # For example, consider what happens if we have both a period named 2020 + # and a predetermined build in 2020. In this case, "build_year in m.PERIODS" + # will be True even if the project is a 2020 predetermined build. + # This will result in the "online" variable being the start of the period rather + # than the prebuild year which can cause issues such as the project retiring too soon. + # To prevent this we've added the no_predetermined_bld_yr_vs_period_conflict BuildCheck below. if build_year in m.PERIODS: online = m.period_start[build_year] else: online = build_year retirement = online + m.gen_max_age[g] + # Previously the code read return online <= m.period_start[period] < retirement + # However using the midpoint of the period as the "cutoff" seems more correct so + # we've made the switch. return ( - online <= m.period_start[period] < retirement + online + <= m.period_start[period] + 0.5 * m.period_length_years[period] + < retirement ) - # This is probably more correct, but is a different behavior - # mid_period = m.period_start[period] + 0.5 * m.period_length_years[period] - # return online <= m.period_start[period] and mid_period <= retirement + + # This verifies that a predetermined build year doesn't conflict with a period since if that's the case + # gen_build_can_operate_in_period will mistaken the prebuild for an investment build + # (see note in gen_build_can_operate_in_period) + mod.no_predetermined_bld_yr_vs_period_conflict = BuildCheck( + mod.PREDETERMINED_BLD_YRS, mod.PERIODS, rule=lambda m, bld_yr, p: bld_yr != p + ) # The set of periods when a project built in a certain year will be online mod.PERIODS_FOR_GEN_BLD_YR = Set( mod.GEN_BLD_YRS, within=mod.PERIODS, ordered=True, - initialize=lambda m, g, bld_yr: set( - period for period in m.PERIODS - if gen_build_can_operate_in_period(m, g, bld_yr, period))) + initialize=lambda m, g, bld_yr: [ + period + for period in m.PERIODS + if gen_build_can_operate_in_period(m, g, bld_yr, period) + ], + ) + + mod.BLD_YRS_FOR_GEN = Set( + mod.GENERATION_PROJECTS, + ordered=False, + initialize=lambda m, g: set( + bld_yr for (gen, bld_yr) in m.GEN_BLD_YRS if gen == g + ), + ) + # The set of build years that could be online in the given period # for the given project. mod.BLD_YRS_FOR_GEN_PERIOD = Set( - mod.GENERATION_PROJECTS, mod.PERIODS, + mod.GENERATION_PROJECTS, + mod.PERIODS, + ordered=False, initialize=lambda m, g, period: set( - bld_yr for (gen, bld_yr) in m.GEN_BLD_YRS - if gen == g and - gen_build_can_operate_in_period(m, g, bld_yr, period))) + bld_yr + for bld_yr in m.BLD_YRS_FOR_GEN[g] + if gen_build_can_operate_in_period(m, g, bld_yr, period) + ), + ) # The set of periods when a generator is available to run mod.PERIODS_FOR_GEN = Set( mod.GENERATION_PROJECTS, - initialize=lambda m, g: [p for p in m.PERIODS if len(m.BLD_YRS_FOR_GEN_PERIOD[g, p]) > 0] + initialize=lambda m, g: [ + p for p in m.PERIODS if len(m.BLD_YRS_FOR_GEN_PERIOD[g, p]) > 0 + ], ) def bounds_BuildGen(model, g, bld_yr): - if((g, bld_yr) in model.PREDETERMINED_GEN_BLD_YRS): - return (model.gen_predetermined_cap[g, bld_yr], - model.gen_predetermined_cap[g, bld_yr]) - elif(g in model.CAPACITY_LIMITED_GENS): + if (g, bld_yr) in model.PREDETERMINED_GEN_BLD_YRS: + return ( + model.gen_predetermined_cap[g, bld_yr], + model.gen_predetermined_cap[g, bld_yr], + ) + elif g in model.CAPACITY_LIMITED_GENS: # This does not replace Max_Build_Potential because # Max_Build_Potential applies across all build years. return (0, model.gen_capacity_limit_mw[g]) else: return (0, None) - mod.BuildGen = Var( - mod.GEN_BLD_YRS, - within=NonNegativeReals, - bounds=bounds_BuildGen) + + mod.BuildGen = Var(mod.GEN_BLD_YRS, within=NonNegativeReals, bounds=bounds_BuildGen) # Some projects are retired before the first study period, so they # don't appear in the objective function or any constraints. # In this case, pyomo may leave the variable value undefined even @@ -382,11 +541,10 @@ def bounds_BuildGen(model, g, bld_yr): # expects every variable to have a value after the solve. So as a # starting point we assign an appropriate value to all the existing # projects here. - def BuildGen_assign_default_value(m, g, bld_yr): - m.BuildGen[g, bld_yr] = m.gen_predetermined_cap[g, bld_yr] mod.BuildGen_assign_default_value = BuildAction( mod.PREDETERMINED_GEN_BLD_YRS, - rule=BuildGen_assign_default_value) + rule=get_assign_default_value_rule("BuildGen", "gen_predetermined_cap"), + ) # note: in pull request 78, commit e7f870d..., GEN_PERIODS # was mistakenly redefined as GENERATION_PROJECTS * PERIODS. @@ -399,36 +557,53 @@ def BuildGen_assign_default_value(m, g, bld_yr): # and 'C-Coal_ST' in m.GENS_IN_PERIOD[2020] and 'C-Coal_ST' not in m.GENS_IN_PERIOD[2030] mod.GEN_PERIODS = Set( dimen=2, - initialize=lambda m: - [(g, p) for g in m.GENERATION_PROJECTS for p in m.PERIODS_FOR_GEN[g]]) + initialize=lambda m: [ + (g, p) for g in m.GENERATION_PROJECTS for p in m.PERIODS_FOR_GEN[g] + ], + ) mod.GenCapacity = Expression( - mod.GENERATION_PROJECTS, mod.PERIODS, + mod.GENERATION_PROJECTS, + mod.PERIODS, rule=lambda m, g, period: sum( - m.BuildGen[g, bld_yr] - for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, period])) + m.BuildGen[g, bld_yr] for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, period] + ), + ) + # We use a scaling factor to improve the numerical properties + # of the model. The scaling factor was determined using trial + # and error and this tool https://github.com/staadecker/lp-analyzer. + # Learn more by reading the documentation on Numerical Issues. + max_build_potential_scaling_factor = 1e-1 mod.Max_Build_Potential = Constraint( - mod.CAPACITY_LIMITED_GENS, mod.PERIODS, + mod.CAPACITY_LIMITED_GENS, + mod.PERIODS, rule=lambda m, g, p: ( - m.gen_capacity_limit_mw[g] >= m.GenCapacity[g, p])) + m.gen_capacity_limit_mw[g] * max_build_potential_scaling_factor + >= m.GenCapacity[g, p] * max_build_potential_scaling_factor + ), + ) # The following components enforce minimum capacity build-outs. # Note that this adds binary variables to the model. - mod.gen_min_build_capacity = Param (mod.GENERATION_PROJECTS, - within=NonNegativeReals, default=0) + mod.gen_min_build_capacity = Param( + mod.GENERATION_PROJECTS, + input_file="generation_projects_info.csv", + within=NonNegativeReals, + default=0, + ) mod.NEW_GEN_WITH_MIN_BUILD_YEARS = Set( + dimen=2, initialize=mod.NEW_GEN_BLD_YRS, - filter=lambda m, g, p: ( - m.gen_min_build_capacity[g] > 0)) - mod.BuildMinGenCap = Var( - mod.NEW_GEN_WITH_MIN_BUILD_YEARS, - within=Binary) + filter=lambda m, g, p: (m.gen_min_build_capacity[g] > 0), + ) + mod.BuildMinGenCap = Var(mod.NEW_GEN_WITH_MIN_BUILD_YEARS, within=Binary) mod.Enforce_Min_Build_Lower = Constraint( mod.NEW_GEN_WITH_MIN_BUILD_YEARS, rule=lambda m, g, p: ( - m.BuildMinGenCap[g, p] * m.gen_min_build_capacity[g] - <= m.BuildGen[g, p])) + m.BuildMinGenCap[g, p] * m.gen_min_build_capacity[g] <= m.BuildGen[g, p] + ), + ) # Define a constant for enforcing binary constraints on project capacity # The value of 100 GW should be larger than any expected build size. For @@ -440,40 +615,57 @@ def BuildGen_assign_default_value(m, g, bld_yr): mod.Enforce_Min_Build_Upper = Constraint( mod.NEW_GEN_WITH_MIN_BUILD_YEARS, rule=lambda m, g, p: ( - m.BuildGen[g, p] <= m.BuildMinGenCap[g, p] * - mod._gen_max_cap_for_binary_constraints)) + m.BuildGen[g, p] + <= m.BuildMinGenCap[g, p] * mod._gen_max_cap_for_binary_constraints + ), + ) # Costs - mod.gen_variable_om = Param (mod.GENERATION_PROJECTS, within=NonNegativeReals) - mod.gen_connect_cost_per_mw = Param(mod.GENERATION_PROJECTS, within=NonNegativeReals) - mod.min_data_check('gen_variable_om', 'gen_connect_cost_per_mw') + mod.gen_variable_om = Param( + mod.GENERATION_PROJECTS, + input_file="generation_projects_info.csv", + within=NonNegativeReals, + ) + mod.gen_connect_cost_per_mw = Param( + mod.GENERATION_PROJECTS, + within=NonNegativeReals, + input_file="generation_projects_info.csv", + ) + mod.min_data_check("gen_variable_om", "gen_connect_cost_per_mw") mod.gen_overnight_cost = Param( - mod.GEN_BLD_YRS, - within=NonNegativeReals) + mod.GEN_BLD_YRS, input_file="gen_build_costs.csv", within=NonNegativeReals + ) mod.gen_fixed_om = Param( - mod.GEN_BLD_YRS, - within=NonNegativeReals) - mod.min_data_check('gen_overnight_cost', 'gen_fixed_om') + mod.GEN_BLD_YRS, input_file="gen_build_costs.csv", within=NonNegativeReals + ) + mod.min_data_check("gen_overnight_cost", "gen_fixed_om") # Derived annual costs mod.gen_capital_cost_annual = Param( mod.GEN_BLD_YRS, initialize=lambda m, g, bld_yr: ( - (m.gen_overnight_cost[g, bld_yr] + - m.gen_connect_cost_per_mw[g]) * - crf(m.interest_rate, m.gen_max_age[g]))) + (m.gen_overnight_cost[g, bld_yr] + m.gen_connect_cost_per_mw[g]) + * crf(m.interest_rate, m.gen_max_age[g]) + ), + ) mod.GenCapitalCosts = Expression( - mod.GENERATION_PROJECTS, mod.PERIODS, + mod.GENERATION_PROJECTS, + mod.PERIODS, rule=lambda m, g, p: sum( m.BuildGen[g, bld_yr] * m.gen_capital_cost_annual[g, bld_yr] - for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, p])) + for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, p] + ), + ) mod.GenFixedOMCosts = Expression( - mod.GENERATION_PROJECTS, mod.PERIODS, + mod.GENERATION_PROJECTS, + mod.PERIODS, rule=lambda m, g, p: sum( m.BuildGen[g, bld_yr] * m.gen_fixed_om[g, bld_yr] - for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, p])) + for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, p] + ), + ) # Summarize costs for the objective function. Units should be total # annual future costs in $base_year real dollars. The objective # function will convert these to base_year Net Present Value in @@ -482,101 +674,277 @@ def BuildGen_assign_default_value(m, g, bld_yr): mod.PERIODS, rule=lambda m, p: sum( m.GenCapitalCosts[g, p] + m.GenFixedOMCosts[g, p] - for g in m.GENERATION_PROJECTS)) - mod.Cost_Components_Per_Period.append('TotalGenFixedCosts') + for g in m.GENERATION_PROJECTS + ), + ) + mod.Cost_Components_Per_Period.append("TotalGenFixedCosts") def load_inputs(mod, switch_data, inputs_dir): - """ - - Import data describing project builds. The following files are - expected in the input directory. - - generation_projects_info.csv has mandatory and optional columns. The - operations.gen_dispatch module will also look for additional columns in - this file. You may drop optional columns entirely or mark blank - values with a dot '.' for select rows for which the column does not - apply. Mandatory columns are: - GENERATION_PROJECT, gen_tech, gen_energy_source, gen_load_zone, - gen_max_age, gen_is_variable, gen_is_baseload, - gen_full_load_heat_rate, gen_variable_om, gen_connect_cost_per_mw - Optional columns are: - gen_dbid, gen_scheduled_outage_rate, gen_forced_outage_rate, - gen_capacity_limit_mw, gen_unit_size, gen_ccs_energy_load, - gen_ccs_capture_efficiency, gen_min_build_capacity, gen_is_cogen, - gen_is_distributed - - The following file lists existing builds of projects, and is - optional for simulations where there is no existing capacity: - - gen_build_predetermined.csv - GENERATION_PROJECT, build_year, gen_predetermined_cap - - The following file is mandatory, because it sets cost parameters for - both existing and new project buildouts: - - gen_build_costs.csv - GENERATION_PROJECT, build_year, gen_overnight_cost, gen_fixed_om - - """ - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'generation_projects_info.csv'), - auto_select=True, - optional_params=['gen_dbid', 'gen_is_baseload', 'gen_scheduled_outage_rate', - 'gen_forced_outage_rate', 'gen_capacity_limit_mw', 'gen_unit_size', - 'gen_ccs_energy_load', 'gen_ccs_capture_efficiency', - 'gen_min_build_capacity', 'gen_is_cogen', 'gen_is_distributed'], - index=mod.GENERATION_PROJECTS, - param=(mod.gen_dbid, mod.gen_tech, mod.gen_energy_source, - mod.gen_load_zone, mod.gen_max_age, mod.gen_is_variable, - mod.gen_is_baseload, mod.gen_scheduled_outage_rate, - mod.gen_forced_outage_rate, mod.gen_capacity_limit_mw, - mod.gen_unit_size, mod.gen_ccs_energy_load, - mod.gen_ccs_capture_efficiency, mod.gen_full_load_heat_rate, - mod.gen_variable_om, mod.gen_min_build_capacity, - mod.gen_connect_cost_per_mw, mod.gen_is_cogen, - mod.gen_is_distributed)) # Construct sets of capacity-limited, ccs-capable and unit-size-specified # projects. These sets include projects for which these parameters have # a value - if 'gen_capacity_limit_mw' in switch_data.data(): - switch_data.data()['CAPACITY_LIMITED_GENS'] = { - None: list(switch_data.data(name='gen_capacity_limit_mw').keys())} - if 'gen_unit_size' in switch_data.data(): - switch_data.data()['DISCRETELY_SIZED_GENS'] = { - None: list(switch_data.data(name='gen_unit_size').keys())} - if 'gen_ccs_capture_efficiency' in switch_data.data(): - switch_data.data()['CCS_EQUIPPED_GENS'] = { - None: list(switch_data.data(name='gen_ccs_capture_efficiency').keys())} - switch_data.load_aug( - optional=True, - filename=os.path.join(inputs_dir, 'gen_build_predetermined.csv'), - auto_select=True, - index=mod.PREDETERMINED_GEN_BLD_YRS, - param=(mod.gen_predetermined_cap)) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'gen_build_costs.csv'), - auto_select=True, - index=mod.GEN_BLD_YRS, - param=(mod.gen_overnight_cost, mod.gen_fixed_om)) + if "gen_capacity_limit_mw" in switch_data.data(): + switch_data.data()["CAPACITY_LIMITED_GENS"] = { + None: list(switch_data.data(name="gen_capacity_limit_mw").keys()) + } + if "gen_unit_size" in switch_data.data(): + switch_data.data()["DISCRETELY_SIZED_GENS"] = { + None: list(switch_data.data(name="gen_unit_size").keys()) + } + if "gen_ccs_capture_efficiency" in switch_data.data(): + switch_data.data()["CCS_EQUIPPED_GENS"] = { + None: list(switch_data.data(name="gen_ccs_capture_efficiency").keys()) + } # read FUELS_FOR_MULTIFUEL_GEN from gen_multiple_fuels.dat if available - multi_fuels_path = os.path.join(inputs_dir, 'gen_multiple_fuels.dat') - if os.path.isfile(multi_fuels_path): - switch_data.load(filename=multi_fuels_path) + if os.path.isfile(os.path.join(inputs_dir, "gen_multiple_fuels.dat")): + if "switch_model.generators.core.commit.fuel_use" in mod.module_list: + raise NotImplementedError( + "Multi-fuel generation is being used with generators.core.commit.fuel_use despite not being fully " + "supported.\n" + "Specifically, DispatchGenByFuel has not been constrained to match the true fuel use (GenFuelUseRate)." + "Therefore, DispatchGenByFuel may result in incorrect values. DispatchGenByFuel is used when calculating" + "non-CO2 emissions resulting in incorrect non-CO2 emission values. If there exists carbon_policies for" + "non-CO2 emissions, the model may return an incorrect solution." + ) + + # TODO handle multi fuel input file + raise NotImplementedError( + "This code has not been updated to the latest version. We no longer handle .dat files." + ) def post_solve(m, outdir): write_table( m, - sorted(m.GEN_PERIODS) if m.options.sorted_output else m.GEN_PERIODS, + m.GEN_PERIODS, output_file=os.path.join(outdir, "gen_cap.csv"), headings=( - "GENERATION_PROJECT", "PERIOD", - "gen_tech", "gen_load_zone", "gen_energy_source", - "GenCapacity", "GenCapitalCosts", "GenFixedOMCosts"), + "GENERATION_PROJECT", + "PERIOD", + "gen_tech", + "gen_load_zone", + "gen_energy_source", + "GenCapacity", + "GenCapitalCosts", + "GenFixedOMCosts", + ), # Indexes are provided as a tuple, so put (g,p) in parentheses to # access the two components of the index individually. values=lambda m, g, p: ( - g, p, - m.gen_tech[g], m.gen_load_zone[g], m.gen_energy_source[g], - m.GenCapacity[g, p], m.GenCapitalCosts[g, p], m.GenFixedOMCosts[g, p])) + g, + p, + m.gen_tech[g], + m.gen_load_zone[g], + m.gen_energy_source[g], + m.GenCapacity[g, p], + m.GenCapitalCosts[g, p], + m.GenFixedOMCosts[g, p], + ), + ) + + +@graph("generation_capacity_per_period", title="Online Generation Capacity Per Period") +def graph_capacity(tools): + # Load gen_cap.csv + gen_cap = tools.get_dataframe("gen_cap.csv") + # Map energy sources to technology type + gen_cap = tools.transform.gen_type(gen_cap) + # Aggregate by gen_tech_type and PERIOD by summing the generation capacity + capacity_df = gen_cap.pivot_table( + index="PERIOD", + columns="gen_type", + values="GenCapacity", + aggfunc=tools.np.sum, + fill_value=0, + ) + capacity_df = capacity_df * 1e-3 # Convert values to GW + + # For generation types that make less than 0.5% in every period, group them under "Other" + # --------- + # sum the generation across the energy_sources for each period, 0.5% of that is the cutoff for that period + cutoff_value = 0.005 + cutoff_per_period = capacity_df.sum(axis=1) * cutoff_value + # Check for each technology if it's below the cutoff for every period + is_below_cutoff = capacity_df.lt(cutoff_per_period, axis=0).all() + # groupby if the technology is below the cutoff + capacity_df = capacity_df.groupby( + axis=1, by=lambda c: "Other" if is_below_cutoff[c] else c + ).sum() + + # Sort columns by the last period + capacity_df = capacity_df.sort_values(by=capacity_df.index[-1], axis=1) + + # Plot + # Get a new set of axis to create a breakdown of the generation capacity + capacity_df.plot( + kind="bar", + ax=tools.get_axes(), + stacked=True, + ylabel="Capacity Online (GW)", + xlabel="Period", + color=tools.get_colors(len(capacity_df.index)), + ) + + tools.bar_label() + + +@graph( + "buildout_gen_per_period", + title="Built Capacity per Period", + supports_multi_scenario=True, +) +def graph_buildout(tools): + build_gen = tools.get_dataframe("BuildGen.csv", dtype={"GEN_BLD_YRS_1": str}) + build_gen = build_gen.rename( + { + "GEN_BLD_YRS_1": "GENERATION_PROJECT", + "GEN_BLD_YRS_2": "build_year", + "BuildGen": "Amount", + }, + axis=1, + ) + build_gen = tools.transform.build_year(build_gen) + gen = tools.get_dataframe("generation_projects_info", from_inputs=True) + gen = tools.transform.gen_type(gen) + gen = gen[["GENERATION_PROJECT", "gen_type", "scenario_name"]] + build_gen = build_gen.merge( + gen, + on=["GENERATION_PROJECT", "scenario_name"], + how="left", + validate="many_to_one", + ) + groupby = ( + "build_year" if tools.num_scenarios == 1 else ["build_year", "scenario_name"] + ) + build_gen = build_gen.pivot_table( + index=groupby, columns="gen_type", values="Amount", aggfunc=tools.np.sum + ) + build_gen = build_gen * 1e-3 # Convert values to GW + build_gen = build_gen.sort_index(ascending=False, key=tools.sort_build_years) + + # For generation types that make less than 0.5% in every period, group them under "Other" + # --------- + # sum the generation across the energy_sources for each period, 0.5% of that is the cutoff for that period + cutoff_value = 0.005 + cutoff_per_period = build_gen.sum(axis=1) * cutoff_value + # Check for each technology if it's below the cutoff for every period + is_below_cutoff = build_gen.lt(cutoff_per_period, axis=0).all() + # groupby if the technology is below the cutoff + build_gen = build_gen.groupby( + axis=1, by=lambda c: "Other" if is_below_cutoff[c] else c + ).sum() + + # Sort columns by the last period + build_gen = build_gen.sort_values(by=build_gen.index[-1], axis=1) + + # Plot + # Get a new set of axis to create a breakdown of the generation capacity + build_gen.plot( + kind="bar", + ax=tools.get_axes(), + stacked=True, + ylabel="Capacity Online (GW)", + xlabel="Period", + color=tools.get_colors(len(build_gen.index)), + ) + + +@graph( + "gen_buildout_per_tech_period", + title="Buildout relative to max allowed for period", + note="\nNote 1: This graph excludes predetermined buildout and projects that have no capacity limit." + "\nTechnologies that contain projects with no capacity limit are marked by a * and their graphs may" + "be misleading.", +) +def graph_buildout_per_tech(tools): + # Load gen_cap.csv + gen_cap = tools.get_dataframe("gen_cap.csv") + # Map energy sources to technology type + gen_cap = tools.transform.gen_type(gen_cap) + # Load generation_projects_info.csv + gen_info = tools.get_dataframe("generation_projects_info.csv", from_inputs=True) + # Filter out projects with unlimited capacity since we can't consider those (coerce converts '.' to NaN) + gen_info["gen_capacity_limit_mw"] = tools.pd.to_numeric( + gen_info["gen_capacity_limit_mw"], errors="coerce" + ) + # Set the type to be the same to ensure merge works + gen_cap["GENERATION_PROJECT"] = gen_cap["GENERATION_PROJECT"].astype(object) + gen_info["GENERATION_PROJECT"] = gen_info["GENERATION_PROJECT"].astype(object) + # Add the capacity_limit to the gen_cap dataframe which has the total capacity at each period + df = gen_cap.merge( + gen_info[["GENERATION_PROJECT", "gen_capacity_limit_mw"]], + on="GENERATION_PROJECT", + validate="many_to_one", + ) + # Get the predetermined generation + predetermined = tools.get_dataframe("gen_build_predetermined.csv", from_inputs=True) + # Filter out projects that are predetermined + df = df[~df["GENERATION_PROJECT"].isin(predetermined["GENERATION_PROJECT"])] + # Make PERIOD a category to ensure x-axis labels don't fill in years between period + # TODO we should order this by period here to ensure they're in increasing order + df["PERIOD"] = df["PERIOD"].astype("category") + # Get gen_types that have projects with unlimited buildout + unlimited_gen_types = df[df["gen_capacity_limit_mw"].isna()][ + "gen_type" + ].drop_duplicates() + # Filter out unlimited generation + df = df[~df["gen_capacity_limit_mw"].isna()] + if ( + df.size == 0 + ): # in this case there are no projects that have a limit on build capacity + return + # Sum the GenCapacity and gen_capacity_limit_mw for all projects in the same period and type + df = df.groupby(["PERIOD", "gen_type"]).sum() + # Create a dataframe that's the division of the Capacity and the capacity limit + df = (df["GenCapacity"] / df["gen_capacity_limit_mw"]).unstack() + # Filter out generation types that don't make up a large percent of the energy mix to decultter graph + # df = df.loc[:, ~is_below_cutoff] + + # Set the name of the legend. + df = df.rename_axis("Type", axis="columns") + # Add a * to tech + df = df.rename( + lambda c: f"{c}*" if c in unlimited_gen_types.values else c, axis="columns" + ) + # Plot + colors = tools.get_colors() + if colors is not None: + # Add the same colors but with a * to support our legend. + colors.update({f"{k}*": v for k, v in colors.items()}) + ax = tools.get_axes() + df.plot(ax=ax, kind="line", color=colors, xlabel="Period", marker="x") + # Set the y-axis to use percent + ax.yaxis.set_major_formatter(tools.plt.ticker.PercentFormatter(1.0)) + # Horizontal line at 100% + ax.axhline(y=1, linestyle="--", color="b") + + +@graph("online_capacity_map", title="Map of online capacity per load zone.") +def buildout_map(tools): + if not tools.maps.can_make_maps(): + return + buildout = tools.get_dataframe("gen_cap.csv").rename( + {"GenCapacity": "value"}, axis=1 + ) + buildout = tools.transform.gen_type(buildout) + buildout = buildout.groupby(["gen_type", "gen_load_zone"], as_index=False)[ + "value" + ].sum() + buildout["value"] *= 1e-3 # Convert to GW + ax = tools.maps.graph_pie_chart(buildout) + transmission = tools.get_dataframe( + "transmission.csv", convert_dot_to_na=True + ).fillna(0) + transmission = transmission.rename( + {"trans_lz1": "from", "trans_lz2": "to", "TxCapacityNameplate": "value"}, axis=1 + ) + transmission = transmission[["from", "to", "value", "PERIOD"]] + transmission = ( + transmission.groupby(["from", "to", "PERIOD"], as_index=False) + .sum() + .drop("PERIOD", axis=1) + ) + # Rename the columns appropriately + transmission.value *= 1e-3 + tools.maps.graph_transmission_capacity(transmission, ax=ax, legend=True) diff --git a/switch_model/generators/core/commit/__init__.py b/switch_model/generators/core/commit/__init__.py index c015e852b..a3456c3b0 100644 --- a/switch_model/generators/core/commit/__init__.py +++ b/switch_model/generators/core/commit/__init__.py @@ -10,5 +10,6 @@ """ core_modules = [ - 'switch_model.generators.core.commit.operate', - 'switch_model.generators.core.commit.fuel_use'] + "switch_model.generators.core.commit.operate", + "switch_model.generators.core.commit.fuel_use", +] diff --git a/switch_model/generators/core/commit/discrete.py b/switch_model/generators/core/commit/discrete.py index c26491c6e..5f5478025 100644 --- a/switch_model/generators/core/commit/discrete.py +++ b/switch_model/generators/core/commit/discrete.py @@ -8,10 +8,16 @@ from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.energy_sources.properties',\ - 'switch_model.generators.core.build',\ - 'switch_model.generators.core.dispatch', 'switch_model.operations.unitcommit' +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", + "switch_model.operations.unitcommit", +) + def define_components(mod): """ @@ -50,14 +56,15 @@ def define_components(mod): mod.DISCRETE_GEN_TPS = Set( dimen=2, - initialize=lambda m: - [(g, t) for g in m.DISCRETELY_SIZED_GENS for t in m.TPS_FOR_GEN[g]] + initialize=lambda m: [ + (g, t) for g in m.DISCRETELY_SIZED_GENS for t in m.TPS_FOR_GEN[g] + ], ) - mod.CommitGenUnits = Var( - mod.DISCRETE_GEN_TPS, - within=NonNegativeIntegers) + mod.CommitGenUnits = Var(mod.DISCRETE_GEN_TPS, within=NonNegativeIntegers) mod.Commit_Units_Consistency = Constraint( mod.DISCRETE_GEN_TPS, rule=lambda m, g, t: ( - m.CommitGen[g, t] == m.CommitGenUnits[g, t] * - m.gen_unit_size[g] * m.gen_availability[g])) + m.CommitGen[g, t] + == m.CommitGenUnits[g, t] * m.gen_unit_size[g] * m.gen_availability[g] + ), + ) diff --git a/switch_model/generators/core/commit/fuel_use.py b/switch_model/generators/core/commit/fuel_use.py index 64ba50183..8cf0c19b5 100644 --- a/switch_model/generators/core/commit/fuel_use.py +++ b/switch_model/generators/core/commit/fuel_use.py @@ -67,10 +67,16 @@ import csv from switch_model.utilities import approx_equal -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.energy_sources.properties.properties', \ - 'switch_model.generators.core.build', 'switch_model.generators.core.dispatch',\ - 'switch_model.generators.core.commit.operate' +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", + "switch_model.generators.core.commit.operate", +) + def define_components(mod): """ @@ -101,18 +107,17 @@ def define_components(mod): """ - mod.FUEL_USE_SEGMENTS_FOR_GEN = Set( - mod.FUEL_BASED_GENS, - dimen=2) + mod.FUEL_USE_SEGMENTS_FOR_GEN = Set(mod.FUEL_BASED_GENS, dimen=2) # Use BuildAction to populate a set's default values. def FUEL_USE_SEGMENTS_FOR_GEN_default_rule(m, g): if g not in m.FUEL_USE_SEGMENTS_FOR_GEN: heat_rate = m.gen_full_load_heat_rate[g] m.FUEL_USE_SEGMENTS_FOR_GEN[g] = [(0, heat_rate)] + mod.FUEL_USE_SEGMENTS_FOR_GEN_default = BuildAction( - mod.FUEL_BASED_GENS, - rule=FUEL_USE_SEGMENTS_FOR_GEN_default_rule) + mod.FUEL_BASED_GENS, rule=FUEL_USE_SEGMENTS_FOR_GEN_default_rule + ) mod.GEN_TPS_FUEL_PIECEWISE_CONS_SET = Set( dimen=4, @@ -120,16 +125,23 @@ def FUEL_USE_SEGMENTS_FOR_GEN_default_rule(m, g): (g, t, intercept, slope) for (g, t) in m.FUEL_BASED_GEN_TPS for (intercept, slope) in m.FUEL_USE_SEGMENTS_FOR_GEN[g] - ] + ], ) + + # TODO calculate GenFuelUseRate per fuel rather than for the sum of all fuels + # to support multi-fuel generation mod.GenFuelUseRate_Calculate = Constraint( mod.GEN_TPS_FUEL_PIECEWISE_CONS_SET, rule=lambda m, g, t, intercept, incremental_heat_rate: ( - sum(m.GenFuelUseRate[g, t, f] for f in m.FUELS_FOR_GEN[g]) >= + sum(m.GenFuelUseRate[g, t, f] for f in m.FUELS_FOR_GEN[g]) + >= # Do the startup - m.StartupGenCapacity[g, t] * m.gen_startup_fuel[g] / m.tp_duration_hrs[t] + - intercept * m.CommitGen[g, t] + - incremental_heat_rate * m.DispatchGen[g, t])) + m.StartupGenCapacity[g, t] * m.gen_startup_fuel[g] / m.tp_duration_hrs[t] + + intercept * m.CommitGen[g, t] + + incremental_heat_rate * m.DispatchGen[g, t] + ), + ) + # TODO: switch to defining heat rates as a collection of (output_mw, fuel_mmbtu_per_h) points; # read those directly as normal sets, then derive the project heat rate curves from those @@ -137,6 +149,7 @@ def FUEL_USE_SEGMENTS_FOR_GEN_default_rule(m, g): # This will simplify data preparation (the current format is hard to produce from any # normalized database) and the import code and help the readability of this file. + def load_inputs(mod, switch_data, inputs_dir): """ @@ -181,43 +194,50 @@ def load_inputs(mod, switch_data, inputs_dir): """ - path = os.path.join(inputs_dir, 'gen_inc_heat_rates.csv') + path = os.path.join(inputs_dir, "gen_inc_heat_rates.csv") if os.path.isfile(path): (fuel_rate_segments, min_load, full_hr) = _parse_inc_heat_rate_file( - path, id_column="GENERATION_PROJECT") + path, id_column="GENERATION_PROJECT" + ) # Check implied minimum loading level for consistency with # gen_min_load_fraction if gen_min_load_fraction was provided. If # gen_min_load_fraction wasn't provided, set it to implied minimum # loading level. for g in min_load: - if 'gen_min_load_fraction' not in switch_data.data(): - switch_data.data()['gen_min_load_fraction'] = {} - dp_dict = switch_data.data(name='gen_min_load_fraction') + if "gen_min_load_fraction" not in switch_data.data(): + switch_data.data()["gen_min_load_fraction"] = {} + dp_dict = switch_data.data(name="gen_min_load_fraction") if g in dp_dict: min_load_dat = dp_dict[g] if not approx_equal(min_load[g], min_load_dat): - raise ValueError(( - "gen_min_load_fraction is inconsistant with " + - "incremental heat rate data for project " + - "{}.").format(g)) + raise ValueError( + ( + "gen_min_load_fraction is inconsistant with " + + "incremental heat rate data for project " + + "{}." + ).format(g) + ) else: dp_dict[g] = min_load[g] # Same thing, but for full load heat rate. for g in full_hr: - if 'gen_full_load_heat_rate' not in switch_data.data(): - switch_data.data()['gen_full_load_heat_rate'] = {} - dp_dict = switch_data.data(name='gen_full_load_heat_rate') + if "gen_full_load_heat_rate" not in switch_data.data(): + switch_data.data()["gen_full_load_heat_rate"] = {} + dp_dict = switch_data.data(name="gen_full_load_heat_rate") if g in dp_dict: full_hr_dat = dp_dict[g] if abs((full_hr[g] - full_hr_dat) / full_hr_dat) > 0.01: - raise ValueError(( - "gen_full_load_heat_rate is inconsistant with " + - "incremental heat rate data for project " + - "{}.").format(g)) + raise ValueError( + ( + "gen_full_load_heat_rate is inconsistant with " + + "incremental heat rate data for project " + + "{}." + ).format(g) + ) else: dp_dict[g] = full_hr[g] # Copy parsed data into the data portal. - switch_data.data()['FUEL_USE_SEGMENTS_FOR_GEN'] = fuel_rate_segments + switch_data.data()["FUEL_USE_SEGMENTS_FOR_GEN"] = fuel_rate_segments def _parse_inc_heat_rate_file(path, id_column): @@ -237,45 +257,56 @@ def _parse_inc_heat_rate_file(path, id_column): full_load_hr = {} # Scan the file and stuff the data into dictionaries for easy access. # Parse the file and stuff data into dictionaries indexed by units. - with open(path, 'r') as hr_file: - dat = list(csv.DictReader(hr_file, delimiter=',')) + with open(path, "r") as hr_file: + dat = list(csv.DictReader(hr_file, delimiter=",")) for row in dat: u = row[id_column] - p1 = float(row['power_start_mw']) - p2 = row['power_end_mw'] - ihr = row['incremental_heat_rate_mbtu_per_mwhr'] - fr = row['fuel_use_rate_mmbtu_per_h'] + p1 = float(row["power_start_mw"]) + p2 = row["power_end_mw"] + ihr = row["incremental_heat_rate_mbtu_per_mwhr"] + fr = row["fuel_use_rate_mmbtu_per_h"] # Does this row give the first point? - if(p2 == '.' and ihr == '.'): + if p2 == "." and ihr == ".": fr = float(fr) - if(u in fuel_rate_points): + if u in fuel_rate_points: raise ValueError( - "Error processing incremental heat rates for " + - u + " in " + path + ". More than one row has " + - "a fuel use rate specified.") + "Error processing incremental heat rates for " + + u + + " in " + + path + + ". More than one row has " + + "a fuel use rate specified." + ) fuel_rate_points[u] = {p1: fr} # Does this row give a line segment? - elif(fr == '.'): + elif fr == ".": p2 = float(p2) ihr = float(ihr) - if(u not in ihr_dat): + if u not in ihr_dat: ihr_dat[u] = [] ihr_dat[u].append((p1, p2, ihr)) # Throw an error if the row's format is not recognized. else: raise ValueError( - "Error processing incremental heat rates for row " + - u + " in " + path + ". Row format not recognized for " + - "row " + str(row) + ". See documentation for acceptable " + - "formats.") + "Error processing incremental heat rates for row " + + u + + " in " + + path + + ". Row format not recognized for " + + "row " + + str(row) + + ". See documentation for acceptable " + + "formats." + ) # Make sure that each project that has incremental heat rates defined # also has a starting point defined. missing_starts = [k for k in ihr_dat if k not in fuel_rate_points] if missing_starts: raise ValueError( - 'No starting point(s) are defined for incremental heat rate curves ' - 'for the following technologies: {}'.format(','.join(missing_starts))) + "No starting point(s) are defined for incremental heat rate curves " + "for the following technologies: {}".format(",".join(missing_starts)) + ) # Construct a convex combination of lines describing a fuel use # curve for each representative unit "u". @@ -293,7 +324,7 @@ def _parse_inc_heat_rate_file(path, id_column): # Sort the line segments by their domains. ihr_dat[u].sort() # Assume that the maximum power output is the rated capacity. - (junk, capacity, junk) = ihr_dat[u][len(ihr_dat[u])-1] + (junk, capacity, junk) = ihr_dat[u][len(ihr_dat[u]) - 1] # Retrieve the first incremental heat rate for error checking. (min_power, junk, ihr_prev) = ihr_dat[u][0] min_cap_factor[u] = min_power / capacity @@ -302,20 +333,24 @@ def _parse_inc_heat_rate_file(path, id_column): # Error check: This incremental heat rate cannot be less than # the previous one. if ihr_prev > ihr: - raise ValueError(( - "Error processing incremental heat rates for " + - "{} in file {}. The incremental heat rate " + - "between power output levels {}-{} is less than " + - "that of the prior line segment.").format( - u, path, p_start, p_end)) + raise ValueError( + ( + "Error processing incremental heat rates for " + + "{} in file {}. The incremental heat rate " + + "between power output levels {}-{} is less than " + + "that of the prior line segment." + ).format(u, path, p_start, p_end) + ) # Error check: This segment needs to start at an existing point. if p_start not in fr_points: - raise ValueError(( - "Error processing incremental heat rates for " + - "{} in file {}. The incremental heat rate " + - "between power output levels {}-{} does not start at a " + - "previously defined point or line segment.").format( - u, path, p_start, p_end)) + raise ValueError( + ( + "Error processing incremental heat rates for " + + "{} in file {}. The incremental heat rate " + + "between power output levels {}-{} does not start at a " + + "previously defined point or line segment." + ).format(u, path, p_start, p_end) + ) # Calculate the y-intercept then normalize it by the capacity. intercept_norm = (fr_points[p_start] - ihr * p_start) / capacity # Save the line segment's definition. diff --git a/switch_model/generators/core/commit/operate.py b/switch_model/generators/core/commit/operate.py index eca5445d1..0d17bc589 100644 --- a/switch_model/generators/core/commit/operate.py +++ b/switch_model/generators/core/commit/operate.py @@ -15,11 +15,15 @@ from pyomo.environ import * dependencies = ( - 'switch_model.timescales', 'switch_model.balancing.load_zones', - 'switch_model.financials', 'switch_model.energy_sources.properties.properties', - 'switch_model.generators.core.build', 'switch_model.generators.core.dispatch' + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", ) + def define_components(mod): """ @@ -214,59 +218,57 @@ def define_components(mod): """ # Commitment decision, bounds and associated slack variables - mod.CommitGen = Var( - mod.GEN_TPS, - within=NonNegativeReals) + mod.CommitGen = Var(mod.GEN_TPS, within=NonNegativeReals) mod.gen_max_commit_fraction = Param( - mod.GEN_TPS, - within=PercentFraction, - default=lambda m, g, t: 1.0) + mod.GEN_TPS, within=PercentFraction, default=lambda m, g, t: 1.0 + ) mod.gen_min_commit_fraction = Param( mod.GEN_TPS, within=PercentFraction, default=lambda m, g, t: ( - m.gen_max_commit_fraction[g, t] - if g in m.BASELOAD_GENS - else 0.0)) + m.gen_max_commit_fraction[g, t] if g in m.BASELOAD_GENS else 0.0 + ), + ) mod.CommitLowerLimit = Expression( mod.GEN_TPS, rule=lambda m, g, t: ( - m.GenCapacityInTP[g, t] * m.gen_availability[g] * - m.gen_min_commit_fraction[g, t])) + m.GenCapacityInTP[g, t] + * m.gen_availability[g] + * m.gen_min_commit_fraction[g, t] + ), + ) mod.CommitUpperLimit = Expression( mod.GEN_TPS, rule=lambda m, g, t: ( - m.GenCapacityInTP[g, t] * m.gen_availability[g] * - m.gen_max_commit_fraction[g, t])) + m.GenCapacityInTP[g, t] + * m.gen_availability[g] + * m.gen_max_commit_fraction[g, t] + ), + ) mod.Enforce_Commit_Lower_Limit = Constraint( mod.GEN_TPS, - rule=lambda m, g, t: ( - m.CommitLowerLimit[g, t] <= m.CommitGen[g, t])) + rule=lambda m, g, t: (m.CommitLowerLimit[g, t] <= m.CommitGen[g, t]), + ) mod.Enforce_Commit_Upper_Limit = Constraint( mod.GEN_TPS, - rule=lambda m, g, t: ( - m.CommitGen[g, t] <= m.CommitUpperLimit[g, t])) + rule=lambda m, g, t: (m.CommitGen[g, t] <= m.CommitUpperLimit[g, t]), + ) mod.CommitSlackUp = Expression( - mod.GEN_TPS, - rule=lambda m, g, t: ( - m.CommitUpperLimit[g, t] - m.CommitGen[g, t])) + mod.GEN_TPS, rule=lambda m, g, t: (m.CommitUpperLimit[g, t] - m.CommitGen[g, t]) + ) mod.CommitSlackDown = Expression( - mod.GEN_TPS, - rule=lambda m, g, t: ( - m.CommitGen[g, t] - m.CommitLowerLimit[g, t])) + mod.GEN_TPS, rule=lambda m, g, t: (m.CommitGen[g, t] - m.CommitLowerLimit[g, t]) + ) # StartupGenCapacity & ShutdownGenCapacity (at start of each timepoint) - mod.StartupGenCapacity = Var( - mod.GEN_TPS, - within=NonNegativeReals) - mod.ShutdownGenCapacity = Var( - mod.GEN_TPS, - within=NonNegativeReals) + mod.StartupGenCapacity = Var(mod.GEN_TPS, within=NonNegativeReals) + mod.ShutdownGenCapacity = Var(mod.GEN_TPS, within=NonNegativeReals) mod.Commit_StartupGenCapacity_ShutdownGenCapacity_Consistency = Constraint( mod.GEN_TPS, - rule=lambda m, g, t: - m.CommitGen[g, m.tp_previous[t]] - + m.StartupGenCapacity[g, t] - m.ShutdownGenCapacity[g, t] - == m.CommitGen[g, t]) + rule=lambda m, g, t: m.CommitGen[g, m.tp_previous[t]] + + m.StartupGenCapacity[g, t] + - m.ShutdownGenCapacity[g, t] + == m.CommitGen[g, t], + ) # StartupGenCapacity costs mod.gen_startup_fuel = Param(mod.FUEL_BASED_GENS, default=0.0) @@ -277,38 +279,44 @@ def define_components(mod): mod.Total_StartupGenCapacity_OM_Costs = Expression( mod.TIMEPOINTS, rule=lambda m, t: sum( - m.gen_startup_om[g] * m.StartupGenCapacity[g, t] - / m.tp_duration_hrs[t] + m.gen_startup_om[g] * m.StartupGenCapacity[g, t] / m.tp_duration_hrs[t] for g in m.GENS_IN_PERIOD[m.tp_period[t]] - ) + ), ) - mod.Cost_Components_Per_TP.append('Total_StartupGenCapacity_OM_Costs') + mod.Cost_Components_Per_TP.append("Total_StartupGenCapacity_OM_Costs") mod.gen_min_uptime = Param( - mod.GENERATION_PROJECTS, - within=NonNegativeReals, - default=0.0) + mod.GENERATION_PROJECTS, within=NonNegativeReals, default=0.0 + ) mod.gen_min_downtime = Param( - mod.GENERATION_PROJECTS, - within=NonNegativeReals, - default=0.0) - mod.UPTIME_CONSTRAINED_GEN_TPS = Set(dimen=2, initialize=lambda m: [ - (g, tp) - for g in m.GENERATION_PROJECTS if m.gen_min_uptime[g] > 0.0 - for tp in m.TPS_FOR_GEN[g] - ]) - mod.DOWNTIME_CONSTRAINED_GEN_TPS = Set(dimen=2, initialize=lambda m: [ - (g, tp) - for g in m.GENERATION_PROJECTS if m.gen_min_downtime[g] > 0.0 - for tp in m.TPS_FOR_GEN[g] - ]) + mod.GENERATION_PROJECTS, within=NonNegativeReals, default=0.0 + ) + mod.UPTIME_CONSTRAINED_GEN_TPS = Set( + dimen=2, + initialize=lambda m: [ + (g, tp) + for g in m.GENERATION_PROJECTS + if m.gen_min_uptime[g] > 0.0 + for tp in m.TPS_FOR_GEN[g] + ], + ) + mod.DOWNTIME_CONSTRAINED_GEN_TPS = Set( + dimen=2, + initialize=lambda m: [ + (g, tp) + for g in m.GENERATION_PROJECTS + if m.gen_min_downtime[g] > 0.0 + for tp in m.TPS_FOR_GEN[g] + ], + ) def tp_prev(m, tp, n=1): # find nth previous timepoint, wrapping from start to end of day return m.TPS_IN_TS[m.tp_ts[tp]].prevw(tp, n) + # min_time_projects = set() def min_time_rule(m, g, tp, up): - """ This uses a simple rule: all capacity turned on in the last x + """This uses a simple rule: all capacity turned on in the last x hours must still be on now (or all capacity recently turned off must still be off).""" @@ -316,10 +324,12 @@ def min_time_rule(m, g, tp, up): # started/shutdown? # note: StartupGenCapacity and ShutdownGenCapacity are assumed to # occur at the start of the timepoint - n_tp = int(round( - (m.gen_min_uptime[g] if up else m.gen_min_downtime[g]) - / m.tp_duration_hrs[tp] - )) + n_tp = int( + round( + (m.gen_min_uptime[g] if up else m.gen_min_downtime[g]) + / m.tp_duration_hrs[tp] + ) + ) if n_tp == 0: # project can be shutdown and restarted in the same timepoint rule = Constraint.Skip @@ -332,10 +342,8 @@ def min_time_rule(m, g, tp, up): # online capacity >= recent startups # (all recent startups are still online) m.CommitGen[g, tp] - >= - sum( - m.StartupGenCapacity[g, tp_prev(m, tp, i)] - for i in range(n_tp) + >= sum( + m.StartupGenCapacity[g, tp_prev(m, tp, i)] for i in range(n_tp) ) ) else: @@ -348,67 +356,63 @@ def min_time_rule(m, g, tp, up): # online in the prior step. committable_fraction = m.gen_availability[g] * max( m.gen_max_commit_fraction[g, tp_prev(m, tp, i)] - for i in range(n_tp+1) + for i in range(n_tp + 1) ) rule = ( # committable capacity - committed >= recent shutdowns # (all recent shutdowns are still offline) - m.GenCapacityInTP[g, tp] * committable_fraction - - m.CommitGen[g, tp] - >= - sum( - m.ShutdownGenCapacity[g, tp_prev(m, tp, i)] - for i in range(n_tp) + m.GenCapacityInTP[g, tp] * committable_fraction - m.CommitGen[g, tp] + >= sum( + m.ShutdownGenCapacity[g, tp_prev(m, tp, i)] for i in range(n_tp) ) ) return rule + mod.Enforce_Min_Uptime = Constraint( - mod.UPTIME_CONSTRAINED_GEN_TPS, - rule=lambda *a: min_time_rule(*a, up=True) + mod.UPTIME_CONSTRAINED_GEN_TPS, rule=lambda *a: min_time_rule(*a, up=True) ) mod.Enforce_Min_Downtime = Constraint( - mod.DOWNTIME_CONSTRAINED_GEN_TPS, - rule=lambda *a: min_time_rule(*a, up=False) + mod.DOWNTIME_CONSTRAINED_GEN_TPS, rule=lambda *a: min_time_rule(*a, up=False) ) # Dispatch limits relative to committed capacity. mod.gen_min_load_fraction = Param( mod.GENERATION_PROJECTS, within=PercentFraction, - default=lambda m, g: 1.0 if m.gen_is_baseload[g] else 0.0) + default=lambda m, g: 1.0 if m.gen_is_baseload[g] else 0.0, + ) mod.gen_min_load_fraction_TP = Param( - mod.GEN_TPS, - default=lambda m, g, t: m.gen_min_load_fraction[g]) + mod.GEN_TPS, default=lambda m, g, t: m.gen_min_load_fraction[g] + ) mod.DispatchLowerLimit = Expression( mod.GEN_TPS, - rule=lambda m, g, t: ( - m.CommitGen[g, t] * m.gen_min_load_fraction_TP[g, t])) + rule=lambda m, g, t: (m.CommitGen[g, t] * m.gen_min_load_fraction_TP[g, t]), + ) def DispatchUpperLimit_expr(m, g, t): if g in m.VARIABLE_GENS: - return m.CommitGen[g, t]*m.gen_max_capacity_factor[g, t] + return m.CommitGen[g, t] * m.gen_max_capacity_factor[g, t] else: return m.CommitGen[g, t] - mod.DispatchUpperLimit = Expression( - mod.GEN_TPS, - rule=DispatchUpperLimit_expr) + + mod.DispatchUpperLimit = Expression(mod.GEN_TPS, rule=DispatchUpperLimit_expr) mod.Enforce_Dispatch_Lower_Limit = Constraint( mod.GEN_TPS, - rule=lambda m, g, t: ( - m.DispatchLowerLimit[g, t] <= m.DispatchGen[g, t])) + rule=lambda m, g, t: (m.DispatchLowerLimit[g, t] <= m.DispatchGen[g, t]), + ) mod.Enforce_Dispatch_Upper_Limit = Constraint( mod.GEN_TPS, - rule=lambda m, g, t: ( - m.DispatchGen[g, t] <= m.DispatchUpperLimit[g, t])) + rule=lambda m, g, t: (m.DispatchGen[g, t] <= m.DispatchUpperLimit[g, t]), + ) mod.DispatchSlackUp = Expression( mod.GEN_TPS, - rule=lambda m, g, t: ( - m.DispatchUpperLimit[g, t] - m.DispatchGen[g, t])) + rule=lambda m, g, t: (m.DispatchUpperLimit[g, t] - m.DispatchGen[g, t]), + ) mod.DispatchSlackDown = Expression( mod.GEN_TPS, - rule=lambda m, g, t: ( - m.DispatchGen[g, t] - m.DispatchLowerLimit[g, t])) + rule=lambda m, g, t: (m.DispatchGen[g, t] - m.DispatchLowerLimit[g, t]), + ) def load_inputs(mod, switch_data, inputs_dir): @@ -434,13 +438,23 @@ def load_inputs(mod, switch_data, inputs_dir): """ switch_data.load_aug( optional=True, - filename=os.path.join(inputs_dir, 'generation_projects_info.csv'), + filename=os.path.join(inputs_dir, "generation_projects_info.csv"), auto_select=True, - param=(mod.gen_min_load_fraction, mod.gen_startup_fuel, - mod.gen_startup_om, mod.gen_min_uptime, mod.gen_min_downtime)) + param=( + mod.gen_min_load_fraction, + mod.gen_startup_fuel, + mod.gen_startup_om, + mod.gen_min_uptime, + mod.gen_min_downtime, + ), + ) switch_data.load_aug( optional=True, - filename=os.path.join(inputs_dir, 'gen_timepoint_commit_bounds.csv'), + filename=os.path.join(inputs_dir, "gen_timepoint_commit_bounds.csv"), auto_select=True, - param=(mod.gen_min_commit_fraction, - mod.gen_max_commit_fraction, mod.gen_min_load_fraction_TP)) + param=( + mod.gen_min_commit_fraction, + mod.gen_max_commit_fraction, + mod.gen_min_load_fraction_TP, + ), + ) diff --git a/switch_model/generators/core/dispatch.py b/switch_model/generators/core/dispatch.py index 06d0fda6c..03a5b801c 100644 --- a/switch_model/generators/core/dispatch.py +++ b/switch_model/generators/core/dispatch.py @@ -7,23 +7,35 @@ generators.core.no_commit to constrain project dispatch to either committed or installed capacity. +INPUT FILE FORMAT + Import project-specific data from an input directory. + + variable_capacity_factors can be skipped if no variable + renewable projects are considered in the optimization. + + variable_capacity_factors.csv + GENERATION_PROJECT, timepoint, gen_max_capacity_factor """ from __future__ import division import os, collections + +from pyomo.core.base.misc import sorted_robust from pyomo.environ import * -from switch_model.reporting import write_table import pandas as pd -try: - from ggplot import * - can_plot = True -except: - can_plot = False -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.energy_sources.properties', \ - 'switch_model.generators.core.build' -optional_dependencies = 'switch_model.transmission.local_td' +from switch_model.reporting import write_table +from switch_model.tools.graph import graph + +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties", + "switch_model.generators.core.build", +) +optional_dependencies = "switch_model.transmission.local_td" + def define_components(mod): """ @@ -57,6 +69,11 @@ def define_components(mod): duration of the timepoint in hours to determine the energy produced by a project in a timepoint. + DispatchGenByFuel[(g, t, f) in GEN_TP_FUELS] is the power + production in MW by each fuel-based project from each fuel during each timepoint. + This is constrained such that the sum over all fuels gives + DispatchGen. + gen_forced_outage_rate[g] and gen_scheduled_outage_rate[g] describe the forces and scheduled outage rates for each project. These parameters can be specified for individual projects via an @@ -115,7 +132,7 @@ def define_components(mod): GenFuelUseRate[(g, t, f) in GEN_TP_FUELS] is a variable that describes fuel consumption rate in MMBTU/h. This should be constrained to the fuel consumed by a project in each - timepoint and can be calculated as Dispatch [MW] * + timepoint and can be calculated as DispatchGenByFuel [MW] * effective_heat_rate [MMBTU/MWh] -> [MMBTU/h]. The choice of how to constrain it depends on the treatment of unit commitment. Currently the project.no_commit module implements a simple treatment that @@ -123,7 +140,7 @@ def define_components(mod): project.unitcommit module implements unit commitment decisions with startup fuel requirements and a marginal heat rate. - DispatchEmissions[(g, t, f) in GEN_TP_FUELS] is the + DispatchEmissions[(g, t, f) in GEN_TP_FUELS] is the CO2 emissions produced by dispatching a fuel-based project in units of metric tonnes CO2 per hour. This is derived from the fuel consumption GenFuelUseRate, the fuel's direct carbon intensity, the @@ -131,9 +148,21 @@ def define_components(mod): generators that implement Carbon Capture and Sequestration. This does not yet support multi-fuel generators. - AnnualEmissions[p in PERIODS]:The system's annual emissions, in metric + DispatchEmissionsNOx[(g, t, f) in GEN_TP_FUELS], + DispatchEmissionsSO2[(g, t, f) in GEN_TP_FUELS], and + DispatchEmissionsCH4[(g, t, f) in GEN_TP_FUELS] are the nitrogen + oxides, sulfur dioxide and methane emissions produced by dispatching + a fuel-based project in units of metric tonnes per hour. These are + derived using DispatchGenByFuel. Unlike DispatchEmissions, Carbon Capture + and Sequestration does not impact these expressions. + + AnnualEmissions[p in PERIODS]:The system's annual CO2 emissions, in metric tonnes of CO2 per year. + AnnualEmissionsNOx[p in PERIODS], AnnualEmissionsSO2[p in PERIODS] and + AnnualEmissionsCH4[p in PERIODS] are the system's annual nitrogen oxides, + sulfur dioxide and methane emissions, in metric tonnes per year. + --- Delayed implementation, possibly relegated to other modules. --- Flexible baseload support for plants that can ramp slowly over the @@ -151,23 +180,28 @@ def define_components(mod): """ def period_active_gen_rule(m, period): - if not hasattr(m, 'period_active_gen_dict'): + if not hasattr(m, "period_active_gen_dict"): m.period_active_gen_dict = collections.defaultdict(set) for (_g, _period) in m.GEN_PERIODS: m.period_active_gen_dict[_period].add(_g) result = m.period_active_gen_dict.pop(period) if len(m.period_active_gen_dict) == 0: - delattr(m, 'period_active_gen_dict') + delattr(m, "period_active_gen_dict") return result - mod.GENS_IN_PERIOD = Set(mod.PERIODS, initialize=period_active_gen_rule, - doc="The set of projects active in a given period.") + + mod.GENS_IN_PERIOD = Set( + mod.PERIODS, + ordered=False, + initialize=period_active_gen_rule, + doc="The set of projects active in a given period.", + ) mod.TPS_FOR_GEN = Set( mod.GENERATION_PROJECTS, within=mod.TIMEPOINTS, initialize=lambda m, g: ( tp for p in m.PERIODS_FOR_GEN[g] for tp in m.TPS_IN_PERIOD[p] - ) + ), ) def init(m, gen, period): @@ -182,153 +216,260 @@ def init(m, gen, period): if not d: # all gone, delete the attribute del m._TPS_FOR_GEN_IN_PERIOD_dict return result + mod.TPS_FOR_GEN_IN_PERIOD = Set( - mod.GENERATION_PROJECTS, mod.PERIODS, - within=mod.TIMEPOINTS, initialize=init) + mod.GENERATION_PROJECTS, + mod.PERIODS, + ordered=False, + within=mod.TIMEPOINTS, + initialize=init, + ) mod.GEN_TPS = Set( dimen=2, initialize=lambda m: ( - (g, tp) - for g in m.GENERATION_PROJECTS - for tp in m.TPS_FOR_GEN[g])) + (g, tp) for g in m.GENERATION_PROJECTS for tp in m.TPS_FOR_GEN[g] + ), + ) mod.VARIABLE_GEN_TPS = Set( dimen=2, initialize=lambda m: ( - (g, tp) - for g in m.VARIABLE_GENS - for tp in m.TPS_FOR_GEN[g])) + (g, tp) for g in m.VARIABLE_GENS for tp in m.TPS_FOR_GEN[g] + ), + ) mod.FUEL_BASED_GEN_TPS = Set( dimen=2, initialize=lambda m: ( - (g, tp) - for g in m.FUEL_BASED_GENS - for tp in m.TPS_FOR_GEN[g])) + (g, tp) for g in m.FUEL_BASED_GENS for tp in m.TPS_FOR_GEN[g] + ), + ) mod.GEN_TP_FUELS = Set( dimen=3, initialize=lambda m: ( - (g, t, f) - for (g, t) in m.FUEL_BASED_GEN_TPS - for f in m.FUELS_FOR_GEN[g])) + (g, t, f) for (g, t) in m.FUEL_BASED_GEN_TPS for f in m.FUELS_FOR_GEN[g] + ), + ) mod.GenCapacityInTP = Expression( - mod.GEN_TPS, - rule=lambda m, g, t: m.GenCapacity[g, m.tp_period[t]]) - mod.DispatchGen = Var( - mod.GEN_TPS, - within=NonNegativeReals) + mod.GEN_TPS, rule=lambda m, g, t: m.GenCapacity[g, m.tp_period[t]] + ) + mod.DispatchGen = Var(mod.GEN_TPS, within=NonNegativeReals) + + ########################################## + # Define DispatchGenByFuel + # + # Previously DispatchGenByFuel was simply a Variable for all the projects and a constraint ensured + # that the sum of DispatchGenByFuel across all fuels was equal the total dispatch for that project. + # However this approach creates extra variables in our model for projects that have only one fuel. + # Although these extra variables likely get removed during Gurobi pre-solve, we've nonetheless + # simplified the model here to reduce time in presolve and ensure the model is always + # simplified regardless of the solving method. + # + # To do this we redefine DispatchGenByFuel to be an + # expression that is equal to DispatchGenByFuelVar when we have multiple fuels but + # equal to DispatchGen when we have only one fuel. + + # Define a set that is used to define DispatchGenByFuelVar + mod.GEN_TP_FUELS_FOR_MULTIFUELS = Set( + dimen=3, + initialize=mod.GEN_TP_FUELS, + filter=lambda m, g, t, f: g in m.MULTIFUEL_GENS, + doc="Same as GEN_TP_FUELS but only includes multi-fuel projects", + ) + # DispatchGenByFuelVar is a variable that exists only for multi-fuel projects. + mod.DispatchGenByFuelVar = Var( + mod.GEN_TP_FUELS_FOR_MULTIFUELS, within=NonNegativeReals + ) + # DispatchGenByFuel_Constraint ensures that the sum of all the fuels is DispatchGen + mod.DispatchGenByFuel_Constraint = Constraint( + mod.FUEL_BASED_GEN_TPS, + rule=lambda m, g, t: ( + Constraint.Skip + if g not in m.MULTIFUEL_GENS + else sum( + m.DispatchGenByFuelVar[g, t, f] for f in m.FUELS_FOR_MULTIFUEL_GEN[g] + ) + == m.DispatchGen[g, t] + ), + ) + + # Define DispatchGenByFuel to equal the matching variable if we have many fuels but to equal + # the total dispatch if we have only one fuel. + mod.DispatchGenByFuel = Expression( + mod.GEN_TP_FUELS, + rule=lambda m, g, t, f: m.DispatchGenByFuelVar[g, t, f] + if g in m.MULTIFUEL_GENS + else m.DispatchGen[g, t], + ) + + # End Defining DispatchGenByFuel + ########################################## + + # Only used to improve the performance of calculating ZoneTotalCentralDispatch and ZoneTotalDistributedDispatch + mod.GENS_FOR_ZONE_TPS = Set( + mod.LOAD_ZONES, + mod.TIMEPOINTS, + ordered=False, + initialize=lambda m, z, t: set( + g for g in m.GENS_IN_ZONE[z] if (g, t) in m.GEN_TPS + ), + ) + + # If we use the local_td module, divide distributed generation into a separate expression so that we can + # put it in the distributed node's power balance equations + using_local_td = hasattr(mod, "Distributed_Power_Injections") + mod.ZoneTotalCentralDispatch = Expression( - mod.LOAD_ZONES, mod.TIMEPOINTS, - rule=lambda m, z, t: \ - sum(m.DispatchGen[p, t] - for p in m.GENS_IN_ZONE[z] - if (p, t) in m.GEN_TPS and not m.gen_is_distributed[p]) - - sum(m.DispatchGen[p, t] * m.gen_ccs_energy_load[p] - for p in m.GENS_IN_ZONE[z] - if (p, t) in m.GEN_TPS and p in m.CCS_EQUIPPED_GENS), - doc="Net power from grid-tied generation projects.") - mod.Zone_Power_Injections.append('ZoneTotalCentralDispatch') - - # Divide distributed generation into a separate expression so that we can - # put it in the distributed node's power balance equations if local_td is - # included. - mod.ZoneTotalDistributedDispatch = Expression( - mod.LOAD_ZONES, mod.TIMEPOINTS, - rule=lambda m, z, t: \ - sum(m.DispatchGen[g, t] - for g in m.GENS_IN_ZONE[z] - if (g, t) in m.GEN_TPS and m.gen_is_distributed[g]), - doc="Total power from distributed generation projects." - ) - try: - mod.Distributed_Power_Injections.append('ZoneTotalDistributedDispatch') - except AttributeError: - mod.Zone_Power_Injections.append('ZoneTotalDistributedDispatch') + mod.LOAD_ZONES, + mod.TIMEPOINTS, + rule=lambda m, z, t: sum( + m.DispatchGen[g, t] + for g in m.GENS_FOR_ZONE_TPS[z, t] + if not using_local_td or not m.gen_is_distributed[g] + ) + - sum( + m.DispatchGen[g, t] * m.gen_ccs_energy_load[g] + for g in m.CCS_EQUIPPED_GENS + if g in m.GENS_FOR_ZONE_TPS[z, t] + ), + doc="Net power from grid-tied generation projects.", + ) + mod.Zone_Power_Injections.append("ZoneTotalCentralDispatch") + + if using_local_td: + mod.ZoneTotalDistributedDispatch = Expression( + mod.LOAD_ZONES, + mod.TIMEPOINTS, + rule=lambda m, z, t: sum( + m.DispatchGen[g, t] + for g in m.GENS_FOR_ZONE_TPS[z, t] + if m.gen_is_distributed[g] + ), + doc="Total power from distributed generation projects.", + ) + mod.Distributed_Power_Injections.append("ZoneTotalDistributedDispatch") def init_gen_availability(m, g): if m.gen_is_baseload[g]: - return ( - (1 - m.gen_forced_outage_rate[g]) * - (1 - m.gen_scheduled_outage_rate[g])) + return (1 - m.gen_forced_outage_rate[g]) * ( + 1 - m.gen_scheduled_outage_rate[g] + ) else: - return (1 - m.gen_forced_outage_rate[g]) + return 1 - m.gen_forced_outage_rate[g] + mod.gen_availability = Param( mod.GENERATION_PROJECTS, within=NonNegativeReals, - initialize=init_gen_availability) + initialize=init_gen_availability, + ) mod.VARIABLE_GEN_TPS_RAW = Set( dimen=2, within=mod.VARIABLE_GENS * mod.TIMEPOINTS, + input_file="variable_capacity_factors.csv", + input_optional=True, ) mod.gen_max_capacity_factor = Param( mod.VARIABLE_GEN_TPS_RAW, within=Reals, - validate=lambda m, val, g, t: -1 < val < 2) + input_file="variable_capacity_factors.csv", + validate=lambda m, val, g, t: -1 < val < 2, + ) # Validate that a gen_max_capacity_factor has been defined for every # variable gen / timepoint that we need. Extra cap factors (like beyond an # existing plant's lifetime) shouldn't cause any problems. # This replaces: mod.min_data_check('gen_max_capacity_factor') from when # gen_max_capacity_factor was indexed by VARIABLE_GEN_TPS. mod.have_minimal_gen_max_capacity_factors = BuildCheck( - mod.VARIABLE_GEN_TPS, - rule=lambda m, g, t: (g,t) in m.VARIABLE_GEN_TPS_RAW) + mod.VARIABLE_GEN_TPS, rule=lambda m, g, t: (g, t) in m.VARIABLE_GEN_TPS_RAW + ) mod.GenFuelUseRate = Var( mod.GEN_TP_FUELS, within=NonNegativeReals, - doc=("Other modules constraint this variable based on DispatchGen and " - "module-specific formulations of unit commitment and heat rates.")) + doc=( + "Other modules constraint this variable based on DispatchGenByFuel and " + "module-specific formulations of unit commitment and heat rates." + ), + ) def DispatchEmissions_rule(m, g, t, f): if g not in m.CCS_EQUIPPED_GENS: - return ( - m.GenFuelUseRate[g, t, f] * - (m.f_co2_intensity[f] + m.f_upstream_co2_intensity[f])) + return m.GenFuelUseRate[g, t, f] * ( + m.f_co2_intensity[f] + m.f_upstream_co2_intensity[f] + ) else: ccs_emission_frac = 1 - m.gen_ccs_capture_efficiency[g] - return ( - m.GenFuelUseRate[g, t, f] * - (m.f_co2_intensity[f] * ccs_emission_frac + - m.f_upstream_co2_intensity[f])) - mod.DispatchEmissions = Expression( + return m.GenFuelUseRate[g, t, f] * ( + m.f_co2_intensity[f] * ccs_emission_frac + m.f_upstream_co2_intensity[f] + ) + + mod.DispatchEmissions = Expression(mod.GEN_TP_FUELS, rule=DispatchEmissions_rule) + + mod.DispatchEmissionsNOx = Expression( + mod.GEN_TP_FUELS, + rule=(lambda m, g, t, f: m.DispatchGenByFuel[g, t, f] * m.f_nox_intensity[f]), + ) + + mod.DispatchEmissionsSO2 = Expression( mod.GEN_TP_FUELS, - rule=DispatchEmissions_rule) - mod.AnnualEmissions = Expression(mod.PERIODS, + rule=(lambda m, g, t, f: m.DispatchGenByFuel[g, t, f] * m.f_so2_intensity[f]), + ) + + mod.DispatchEmissionsCH4 = Expression( + mod.GEN_TP_FUELS, + rule=(lambda m, g, t, f: m.DispatchGenByFuel[g, t, f] * m.f_ch4_intensity[f]), + ) + + mod.AnnualEmissions = Expression( + mod.PERIODS, rule=lambda m, period: sum( m.DispatchEmissions[g, t, f] * m.tp_weight_in_year[t] for (g, t, f) in m.GEN_TP_FUELS - if m.tp_period[t] == period), - doc="The system's annual emissions, in metric tonnes of CO2 per year.") + if m.tp_period[t] == period + ), + doc="The system's annual CO2 emissions, in metric tonnes of CO2 per year.", + ) + + mod.AnnualEmissionsNOx = Expression( + mod.PERIODS, + rule=lambda m, period: sum( + m.DispatchEmissionsNOx[g, t, f] * m.tp_weight_in_year[t] + for (g, t, f) in m.GEN_TP_FUELS + if m.tp_period[t] == period + ), + doc="The system's annual NOx emissions, in metric tonnes of NOx per year.", + ) + + mod.AnnualEmissionsSO2 = Expression( + mod.PERIODS, + rule=lambda m, period: sum( + m.DispatchEmissionsSO2[g, t, f] * m.tp_weight_in_year[t] + for (g, t, f) in m.GEN_TP_FUELS + if m.tp_period[t] == period + ), + doc="The system's annual SO2 emissions, in metric tonnes of SO2 per year.", + ) + + mod.AnnualEmissionsCH4 = Expression( + mod.PERIODS, + rule=lambda m, period: sum( + m.DispatchEmissionsCH4[g, t, f] * m.tp_weight_in_year[t] + for (g, t, f) in m.GEN_TP_FUELS + if m.tp_period[t] == period + ), + doc="The system's annual CH4 emissions, in metric tonnes of CH4 per year.", + ) mod.GenVariableOMCostsInTP = Expression( mod.TIMEPOINTS, rule=lambda m, t: sum( m.DispatchGen[g, t] * m.gen_variable_om[g] - for g in m.GENS_IN_PERIOD[m.tp_period[t]]), - doc="Summarize costs for the objective function") - mod.Cost_Components_Per_TP.append('GenVariableOMCostsInTP') - - -def load_inputs(mod, switch_data, inputs_dir): - """ - - Import project-specific data from an input directory. - - variable_capacity_factors can be skipped if no variable - renewable projects are considered in the optimization. - - variable_capacity_factors.csv - GENERATION_PROJECT, timepoint, gen_max_capacity_factor - - """ - - switch_data.load_aug( - optional=True, - filename=os.path.join(inputs_dir, 'variable_capacity_factors.csv'), - autoselect=True, - index=mod.VARIABLE_GEN_TPS_RAW, - param=(mod.gen_max_capacity_factor,)) + for g in m.GENS_IN_PERIOD[m.tp_period[t]] + ), + doc="Summarize costs for the objective function", + ) + mod.Cost_Components_Per_TP.append("GenVariableOMCostsInTP") def post_solve(instance, outdir): @@ -351,64 +492,582 @@ def post_solve(instance, outdir): dispatch_annual_summary.pdf - A figure of annual summary data. Only written if the ggplot python library is installed. """ + sorted_gen = sorted_robust(instance.GENERATION_PROJECTS) write_table( - instance, instance.TIMEPOINTS, + instance, + instance.TIMEPOINTS, output_file=os.path.join(outdir, "dispatch-wide.csv"), - headings=("timestamp",)+tuple(sorted(instance.GENERATION_PROJECTS)), - values=lambda m, t: (m.tp_timestamp[t],) + tuple( - m.DispatchGen[p, t] if (p, t) in m.GEN_TPS - else 0.0 - for p in sorted(m.GENERATION_PROJECTS) - ) + headings=("timestamp",) + tuple(sorted_gen), + values=lambda m, t: (m.tp_timestamp[t],) + + tuple( + m.DispatchGen[p, t] if (p, t) in m.GEN_TPS else 0.0 for p in sorted_gen + ), ) + del sorted_gen + def c(func): + return (value(func(g, t)) for g, t in instance.GEN_TPS) - dispatch_normalized_dat = [{ - "generation_project": g, - "gen_dbid": instance.gen_dbid[g], - "gen_tech": instance.gen_tech[g], - "gen_load_zone": instance.gen_load_zone[g], - "gen_energy_source": instance.gen_energy_source[g], - "timestamp": instance.tp_timestamp[t], - "tp_weight_in_year_hrs": instance.tp_weight_in_year[t], - "period": instance.tp_period[t], - "DispatchGen_MW": value(instance.DispatchGen[g, t]), - "Energy_GWh_typical_yr": value( - instance.DispatchGen[g, t] * instance.tp_weight_in_year[t] / 1000), - "VariableCost_per_yr": value( - instance.DispatchGen[g, t] * instance.gen_variable_om[g] * - instance.tp_weight_in_year[t]), - "DispatchEmissions_tCO2_per_typical_yr": value(sum( - instance.DispatchEmissions[g, t, f] * instance.tp_weight_in_year[t] - for f in instance.FUELS_FOR_GEN[g] - )) if instance.gen_uses_fuel[g] else 0 - } for g, t in instance.GEN_TPS ] - dispatch_full_df = pd.DataFrame(dispatch_normalized_dat) + # Note we've refactored to create the Dataframe in one + # line to reduce the overall memory consumption during + # the most intensive part of post-solve (this function) + dispatch_full_df = pd.DataFrame( + { + "generation_project": c(lambda g, t: g), + "gen_dbid": c(lambda g, t: instance.gen_dbid[g]), + "gen_tech": c(lambda g, t: instance.gen_tech[g]), + "gen_load_zone": c(lambda g, t: instance.gen_load_zone[g]), + "gen_energy_source": c(lambda g, t: instance.gen_energy_source[g]), + "timestamp": c(lambda g, t: instance.tp_timestamp[t]), + "tp_weight_in_year_hrs": c(lambda g, t: instance.tp_weight_in_year[t]), + "period": c(lambda g, t: instance.tp_period[t]), + "is_renewable": c(lambda g, t: g in instance.VARIABLE_GENS), + "DispatchGen_MW": c(lambda g, t: instance.DispatchGen[g, t]), + "Curtailment_MW": c( + lambda g, t: value(instance.DispatchUpperLimit[g, t]) + - value(instance.DispatchGen[g, t]) + ), + "Energy_GWh_typical_yr": c( + lambda g, t: instance.DispatchGen[g, t] + * instance.tp_weight_in_year[t] + / 1000 + ), + "VariableOMCost_per_yr": c( + lambda g, t: instance.DispatchGen[g, t] + * instance.gen_variable_om[g] + * instance.tp_weight_in_year[t] + ), + "DispatchEmissions_tCO2_per_typical_yr": c( + lambda g, t: sum( + instance.DispatchEmissions[g, t, f] * instance.tp_weight_in_year[t] + for f in instance.FUELS_FOR_GEN[g] + ) + if instance.gen_uses_fuel[g] + else 0 + ), + "DispatchEmissions_tNOx_per_typical_yr": c( + lambda g, t: sum( + instance.DispatchEmissionsNOx[g, t, f] + * instance.tp_weight_in_year[t] + for f in instance.FUELS_FOR_GEN[g] + ) + if instance.gen_uses_fuel[g] + else 0 + ), + "DispatchEmissions_tSO2_per_typical_yr": c( + lambda g, t: sum( + instance.DispatchEmissionsSO2[g, t, f] + * instance.tp_weight_in_year[t] + for f in instance.FUELS_FOR_GEN[g] + ) + if instance.gen_uses_fuel[g] + else 0 + ), + "DispatchEmissions_tCH4_per_typical_yr": c( + lambda g, t: sum( + instance.DispatchEmissionsCH4[g, t, f] + * instance.tp_weight_in_year[t] + for f in instance.FUELS_FOR_GEN[g] + ) + if instance.gen_uses_fuel[g] + else 0 + ), + } + ) dispatch_full_df.set_index(["generation_project", "timestamp"], inplace=True) - dispatch_full_df.to_csv(os.path.join(outdir, "dispatch.csv")) + write_table( + instance, output_file=os.path.join(outdir, "dispatch.csv"), df=dispatch_full_df + ) + annual_summary = dispatch_full_df.groupby( + ["gen_tech", "gen_energy_source", "period"] + ).sum() + write_table( + instance, + output_file=os.path.join(outdir, "dispatch_annual_summary.csv"), + df=annual_summary, + columns=[ + "Energy_GWh_typical_yr", + "VariableOMCost_per_yr", + "DispatchEmissions_tCO2_per_typical_yr", + "DispatchEmissions_tNOx_per_typical_yr", + "DispatchEmissions_tSO2_per_typical_yr", + "DispatchEmissions_tCH4_per_typical_yr", + ], + ) - annual_summary = dispatch_full_df.groupby(['gen_tech', "gen_energy_source", "period"]).sum() - annual_summary.to_csv( - os.path.join(outdir, "dispatch_annual_summary.csv"), - columns=["Energy_GWh_typical_yr", "VariableCost_per_yr", - "DispatchEmissions_tCO2_per_typical_yr"]) + zonal_annual_summary = dispatch_full_df.groupby( + ["gen_tech", "gen_load_zone", "gen_energy_source", "period"] + ).sum() + write_table( + instance, + output_file=os.path.join(outdir, "dispatch_zonal_annual_summary.csv"), + df=zonal_annual_summary, + columns=[ + "Energy_GWh_typical_yr", + "VariableOMCost_per_yr", + "DispatchEmissions_tCO2_per_typical_yr", + "DispatchEmissions_tNOx_per_typical_yr", + "DispatchEmissions_tSO2_per_typical_yr", + "DispatchEmissions_tCH4_per_typical_yr", + ], + ) - zonal_annual_summary = dispatch_full_df.groupby( - ['gen_tech', "gen_load_zone", "gen_energy_source", "period"] +@graph("dispatch", title="Average daily dispatch", is_long=True) +def graph_hourly_dispatch(tools): + """ + Generates a matrix of hourly dispatch plots for each time region + """ + # Read dispatch.csv + df = tools.get_dataframe("dispatch.csv") + # Convert to GW + df["DispatchGen_MW"] /= 1e3 + # Plot Dispatch + tools.graph_time_matrix( + df, + value_column="DispatchGen_MW", + ylabel="Average daily dispatch (GW)", + ) + + +@graph("curtailment", title="Average daily curtailment", is_long=True) +def graph_hourly_curtailment(tools): + # Read dispatch.csv + df = tools.get_dataframe("dispatch.csv") + # Keep only renewable + df = df[df["is_renewable"]] + df["Curtailment_MW"] /= 1e3 # Convert to GW + # Plot curtailment + tools.graph_time_matrix( + df, value_column="Curtailment_MW", ylabel="Average daily curtailment (GW)" + ) + + +@graph( + "dispatch_per_scenario", + title="Average daily dispatch", + requires_multi_scenario=True, + is_long=True, +) +def graph_hourly_dispatch(tools): + """ + Generates a matrix of hourly dispatch plots for each time region + """ + # Read dispatch.csv + df = tools.get_dataframe("dispatch.csv") + # Convert to GW + df["DispatchGen_MW"] /= 1e3 + # Plot Dispatch + tools.graph_scenario_matrix( + df, value_column="DispatchGen_MW", ylabel="Average daily dispatch (GW)" + ) + + +@graph( + "curtailment_compare_scenarios", + title="Average daily curtailment by scenario", + requires_multi_scenario=True, + is_long=True, +) +def graph_hourly_curtailment(tools): + # Read dispatch.csv + df = tools.get_dataframe("dispatch.csv") + # Keep only renewable + df = df[df["is_renewable"]] + df["Curtailment_MW"] /= 1e3 # Convert to GW + tools.graph_scenario_matrix( + df, value_column="Curtailment_MW", ylabel="Average daily curtailment (GW)" + ) + + +@graph( + "total_dispatch", + title="Total dispatched electricity", +) +def graph_total_dispatch(tools): + # ---------------------------------- # + # total_dispatch.png # + # ---------------------------------- # + # read dispatch_annual_summary.csv + total_dispatch = tools.get_dataframe("dispatch_annual_summary.csv") + # add type column + total_dispatch = tools.transform.gen_type(total_dispatch) + # aggregate and pivot + total_dispatch = total_dispatch.pivot_table( + columns="gen_type", + index="period", + values="Energy_GWh_typical_yr", + aggfunc=tools.np.sum, + ) + # Convert values to TWh + total_dispatch *= 1e-3 + + # For generation types that make less than 2% in every period, group them under "Other" + # --------- + # sum the generation across the energy_sources for each period, 0.5% of that is the cutoff for that period + cutoff_per_period = total_dispatch.sum(axis=1) * 0.005 + # Check for each technology if it's below the cutoff for every period + is_below_cutoff = total_dispatch.lt(cutoff_per_period, axis=0).all() + # groupby if the technology is below the cutoff + total_dispatch = total_dispatch.groupby( + axis=1, by=lambda c: "Other" if is_below_cutoff[c] else c ).sum() - zonal_annual_summary.to_csv( - os.path.join(outdir, "dispatch_zonal_annual_summary.csv"), - columns=["Energy_GWh_typical_yr", "VariableCost_per_yr", - "DispatchEmissions_tCO2_per_typical_yr"] - ) - - if can_plot: - annual_summary_plot = ggplot( - annual_summary.reset_index(), - aes(x='period', weight="Energy_GWh_typical_yr", fill="factor(gen_tech)") - ) + \ - geom_bar(position="stack") + \ - scale_y_continuous(name='Energy (GWh/yr)') + theme_bw() - annual_summary_plot.save(filename=os.path.join(outdir, "dispatch_annual_summary.pdf")) + + # Sort columns by the last period + total_dispatch = total_dispatch.sort_values(by=total_dispatch.index[-1], axis=1) + # Give proper name for legend + total_dispatch = total_dispatch.rename_axis("Type", axis=1) + # Get axis + # Plot + total_dispatch.plot( + kind="bar", + stacked=True, + ax=tools.get_axes(), + color=tools.get_colors(len(total_dispatch)), + xlabel="Period", + ylabel="Total dispatched electricity (TWh)", + ) + + tools.bar_label() + + +@graph( + "energy_balance", + title="Energy Balance For Every Month", + supports_multi_scenario=True, + is_long=True, +) +def energy_balance(tools): + # Get dispatch dataframe + cols = [ + "timestamp", + "gen_tech", + "gen_energy_source", + "DispatchGen_MW", + "scenario_name", + "scenario_index", + "Curtailment_MW", + ] + df = tools.get_dataframe("dispatch.csv", drop_scenario_info=False)[cols] + df = tools.transform.gen_type(df) + + # Rename and add needed columns + df["Dispatch Limit"] = df["DispatchGen_MW"] + df["Curtailment_MW"] + df = df.drop("Curtailment_MW", axis=1) + df = df.rename({"DispatchGen_MW": "Dispatch"}, axis=1) + # Sum dispatch across all the projects of the same type and timepoint + key_columns = ["timestamp", "gen_type", "scenario_name", "scenario_index"] + df = df.groupby(key_columns, as_index=False).sum() + df = df.melt( + id_vars=key_columns, value_vars=["Dispatch", "Dispatch Limit"], var_name="Type" + ) + df = df.rename({"gen_type": "Source"}, axis=1) + + discharge = ( + df[(df["Source"] == "Storage") & (df["Type"] == "Dispatch")] + .drop(["Source", "Type"], axis=1) + .rename({"value": "discharge"}, axis=1) + ) + + # Get load dataframe + load = tools.get_dataframe("load_balance.csv", drop_scenario_info=False) + load = load.drop("normalized_energy_balance_duals_dollar_per_mwh", axis=1) + + # Sum load across all the load zones + key_columns = ["timestamp", "scenario_name", "scenario_index"] + load = load.groupby(key_columns, as_index=False).sum() + + # Subtract storage dispatch from generation and add it to the storage charge to get net flow + load = load.merge(discharge, how="left", on=key_columns, validate="one_to_one") + load["ZoneTotalCentralDispatch"] -= load["discharge"] + load["StorageNetCharge"] += load["discharge"] + load = load.drop("discharge", axis=1) + + # Rename and convert from wide to long format + load = load.rename( + { + "ZoneTotalCentralDispatch": "Total Generation (excl. storage discharge)", + "TXPowerNet": "Transmission Losses", + "StorageNetCharge": "Storage Net Flow", + "zone_demand_mw": "Demand", + }, + axis=1, + ).sort_index(axis=1) + load = load.melt(id_vars=key_columns, var_name="Source") + load["Type"] = "Dispatch" + + # Merge dispatch contributions with load contributions + df = pd.concat([load, df]) + + # Add the timestamp information and make period string to ensure it doesn't mess up the graphing + df = tools.transform.timestamp(df).astype({"period": str}) + + # Convert to TWh (incl. multiply by timepoint duration) + df["value"] *= df["tp_duration"] / 1e6 + + FREQUENCY = "1W" + + def groupby_time(df): + return df.groupby( + [ + "scenario_name", + "period", + "Source", + "Type", + tools.pd.Grouper(key="datetime", freq=FREQUENCY, origin="start"), + ] + )["value"] + + df = groupby_time(df).sum().reset_index() + + # Get the state of charge data + soc = tools.get_dataframe( + "StateOfCharge.csv", dtype={"STORAGE_GEN_TPS_1": str}, drop_scenario_info=False + ) + soc = soc.rename( + {"STORAGE_GEN_TPS_2": "timepoint", "StateOfCharge": "value"}, axis=1 + ) + # Sum over all the projects that are in the same scenario with the same timepoint + soc = soc.groupby(["timepoint", "scenario_name"], as_index=False).sum() + soc["Source"] = "State Of Charge" + soc["value"] /= 1e6 # Convert to TWh + + # Group by time + soc = tools.transform.timestamp( + soc, use_timepoint=True, key_col="timepoint" + ).astype({"period": str}) + soc["Type"] = "Dispatch" + soc = groupby_time(soc).mean().reset_index() + + # Add state of charge to dataframe + df = pd.concat([df, soc]) + # Add column for day since that's what we really care about + df["day"] = df["datetime"].dt.dayofyear + + # Plot + # Get the colors for the lines + colors = tools.get_colors() + colors.update( + { + "Transmission Losses": "brown", + "Storage Net Flow": "cadetblue", + "Demand": "black", + "Total Generation (excl. storage discharge)": "black", + "State Of Charge": "green", + } + ) + + # plot + num_periods = df["period"].nunique() + pn = tools.pn + plot = ( + pn.ggplot(df) + + pn.geom_line(pn.aes(x="day", y="value", color="Source", linetype="Type")) + + pn.facet_grid("period ~ scenario_name") + + pn.labs(y="Contribution to Energy Balance (TWh)") + + pn.scales.scale_color_manual( + values=colors, aesthetics="color", na_value=colors["Other"] + ) + + pn.scales.scale_x_continuous( + name="Month", + labels=["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"], + breaks=(15, 46, 76, 106, 137, 167, 198, 228, 259, 289, 319, 350), + limits=(0, 366), + ) + + pn.scales.scale_linetype_manual( + values={"Dispatch Limit": "dotted", "Dispatch": "solid"} + ) + + pn.theme( + figure_size=( + pn.options.figure_size[0] * tools.num_scenarios, + pn.options.figure_size[1] * num_periods, + ) + ) + ) + + tools.save_figure(plot.draw()) + + +@graph( + "curtailment_per_period", + title="Percent of total dispatchable capacity curtailed", + is_long=True, +) +def graph_curtailment_per_tech(tools): + # Load dispatch.csv + df = tools.get_dataframe("dispatch.csv") + df = tools.transform.gen_type(df) + df["Total"] = df["DispatchGen_MW"] + df["Curtailment_MW"] + df = df[df["is_renewable"]] + # Make PERIOD a category to ensure x-axis labels don't fill in years between period + # TODO we should order this by period here to ensure they're in increasing order + df["period"] = df["period"].astype("category") + df = df.groupby(["period", "gen_type"], as_index=False).sum() + df["Percent Curtailed"] = df["Curtailment_MW"] / ( + df["DispatchGen_MW"] + df["Curtailment_MW"] + ) + df = df.pivot( + index="period", columns="gen_type", values="Percent Curtailed" + ).fillna(0) + if len(df) == 0: # No dispatch from renewable technologies + return + # Set the name of the legend. + df = df.rename_axis("Type", axis="columns") + # Get axes to graph on + ax = tools.get_axes() + # Plot + color = tools.get_colors() + kwargs = dict() if color is None else dict(color=color) + df.plot(ax=ax, kind="line", xlabel="Period", marker="x", **kwargs) + + # Set the y-axis to use percent + ax.yaxis.set_major_formatter(tools.plt.ticker.PercentFormatter(1.0)) + # Horizontal line at 100% + # ax.axhline(y=1, linestyle="--", color='b') + + +@graph( + "energy_balance_2", + title="Balance between demand, generation and storage for last period", + note="Dashed green and red lines are total generation and total demand (incl. transmission losses)," + " respectively.\nDotted line is the total state of charge (scaled for readability)." + "\nWe used a 14-day rolling mean to smoothen out values.", + supports_multi_scenario=True, +) +def graph_energy_balance_2(tools): + # Get dispatch dataframe + dispatch = tools.get_dataframe( + "dispatch.csv", + usecols=[ + "timestamp", + "gen_tech", + "gen_energy_source", + "DispatchGen_MW", + "scenario_name", + ], + ).rename({"DispatchGen_MW": "value"}, axis=1) + dispatch = tools.transform.gen_type(dispatch) + + # Sum dispatch across all the projects of the same type and timepoint + dispatch = dispatch.groupby(["timestamp", "gen_type"], as_index=False).sum() + dispatch = dispatch[dispatch["gen_type"] != "Storage"] + + # Get load dataframe + load = tools.get_dataframe( + "load_balance.csv", + usecols=["timestamp", "zone_demand_mw", "TXPowerNet", "scenario_name"], + ) + + def process_time(df): + df = df.astype({"period": int}) + df = df[df["period"] == df["period"].max()].drop(columns="period") + return df.set_index("datetime") + + # Sum load across all the load zones + load = load.groupby(["timestamp"], as_index=False).sum() + + # Include Tx Losses in demand and flip sign + load["value"] = (load["zone_demand_mw"] + load["TXPowerNet"]) * -1 + + # Rename and convert from wide to long format + load = load[["timestamp", "value"]] + + # Add the timestamp information and make period string to ensure it doesn't mess up the graphing + dispatch = process_time(tools.transform.timestamp(dispatch)) + load = process_time(tools.transform.timestamp(load)) + + # Convert to TWh (incl. multiply by timepoint duration) + dispatch["value"] *= dispatch["tp_duration"] / 1e6 + load["value"] *= load["tp_duration"] / 1e6 + + days = 14 + freq = str(days) + "D" + offset = tools.pd.Timedelta(freq) / 2 + + def rolling_sum(df): + df = df.rolling(freq, center=True).value.sum().reset_index() + df["value"] /= days + df = df[ + (df.datetime.min() + offset < df.datetime) + & (df.datetime < df.datetime.max() - offset) + ] + return df + + dispatch = rolling_sum(dispatch.groupby("gen_type", as_index=False)) + load = rolling_sum(load).set_index("datetime")["value"] + + # Get the state of charge data + soc = tools.get_dataframe( + "StateOfCharge.csv", dtype={"STORAGE_GEN_TPS_1": str} + ).rename(columns={"STORAGE_GEN_TPS_2": "timepoint", "StateOfCharge": "value"}) + # Sum over all the projects that are in the same scenario with the same timepoint + soc = soc.groupby(["timepoint"], as_index=False).sum() + soc["value"] /= 1e6 # Convert to TWh + max_soc = soc["value"].max() + + # Group by time + soc = process_time( + tools.transform.timestamp(soc, use_timepoint=True, key_col="timepoint") + ) + soc = soc.rolling(freq, center=True)["value"].mean().reset_index() + soc = soc[ + (soc.datetime.min() + offset < soc.datetime) + & (soc.datetime < soc.datetime.max() - offset) + ] + soc = soc.set_index("datetime")["value"] + + dispatch = dispatch[dispatch["value"] != 0] + dispatch = dispatch.pivot(columns="gen_type", index="datetime", values="value") + dispatch = dispatch[dispatch.std().sort_values().index].rename_axis( + "Technology", axis=1 + ) + total_dispatch = dispatch.sum(axis=1) + + max_val = max(total_dispatch.max(), load.max()) + + # Scale soc to the graph + soc *= max_val / max_soc + + # Plot + # Get the colors for the lines + # plot + ax = tools.get_axes(ylabel="Average Daily Generation (TWh)") + ax.set_ylim(0, max_val * 1.05) + dispatch.plot(ax=ax, color=tools.get_colors()) + soc.plot(ax=ax, color="black", linestyle="dotted") + load.plot(ax=ax, color="red", linestyle="dashed") + total_dispatch.plot(ax=ax, color="green", linestyle="dashed") + ax.fill_between( + total_dispatch.index, + total_dispatch.values, + load.values, + alpha=0.2, + where=load < total_dispatch, + facecolor="green", + ) + ax.fill_between( + total_dispatch.index, + total_dispatch.values, + load.values, + alpha=0.2, + where=load > total_dispatch, + facecolor="red", + ) + + +@graph("dispatch_map", title="Dispatched electricity per load zone") +def dispatch_map(tools): + if not tools.maps.can_make_maps(): + return + dispatch = tools.get_dataframe("dispatch_zonal_annual_summary.csv").rename( + {"Energy_GWh_typical_yr": "value"}, axis=1 + ) + dispatch = tools.transform.gen_type(dispatch) + dispatch = dispatch.groupby(["gen_type", "gen_load_zone"], as_index=False)[ + "value" + ].sum() + dispatch["value"] *= 1e-3 + tools.maps.graph_pie_chart( + dispatch, bins=(0, 10, 100, 200, float("inf")), title="Yearly Dispatch (TWh)" + ) diff --git a/switch_model/generators/core/gen_discrete_build.py b/switch_model/generators/core/gen_discrete_build.py index d2b502635..f45d27add 100644 --- a/switch_model/generators/core/gen_discrete_build.py +++ b/switch_model/generators/core/gen_discrete_build.py @@ -8,9 +8,14 @@ from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.energy_sources.properties', \ - 'switch_model.generators.core.build' +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties", + "switch_model.generators.core.build", +) + def define_components(mod): """ @@ -34,12 +39,12 @@ def define_components(mod): mod.DISCRETE_GEN_BLD_YRS = Set( initialize=mod.GEN_BLD_YRS, - filter=lambda m, g, bld_yr: g in m.DISCRETELY_SIZED_GENS) - mod.BuildUnits = Var( - mod.DISCRETE_GEN_BLD_YRS, - within=NonNegativeIntegers) + filter=lambda m, g, bld_yr: g in m.DISCRETELY_SIZED_GENS, + ) + mod.BuildUnits = Var(mod.DISCRETE_GEN_BLD_YRS, within=NonNegativeIntegers) mod.Build_Units_Consistency = Constraint( mod.DISCRETE_GEN_BLD_YRS, rule=lambda m, g, bld_yr: ( - m.BuildGen[g, bld_yr] == - m.BuildUnits[g, bld_yr] * m.gen_unit_size[g])) + m.BuildGen[g, bld_yr] == m.BuildUnits[g, bld_yr] * m.gen_unit_size[g] + ), + ) diff --git a/switch_model/generators/core/no_commit.py b/switch_model/generators/core/no_commit.py index 5798c56c6..f526902f9 100644 --- a/switch_model/generators/core/no_commit.py +++ b/switch_model/generators/core/no_commit.py @@ -9,9 +9,15 @@ from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.energy_sources.properties.properties', \ - 'switch_model.generators.core.build', 'switch_model.generators.core.dispatch' +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", +) + def define_components(mod): """ @@ -45,15 +51,10 @@ def define_components(mod): DispatchLowerLimit <= DispatchGen <= DispatchUpperLimit - GenFuelUseRate_Calculate[(g, t) in GEN_TPS] + GenFuelUseRate_Calculate[(g, t, f) in GEN_TP_FUELS] calculates fuel consumption for the variable GenFuelUseRate as - DispatchGen * gen_full_load_heat_rate. The units become: + DispatchGenByFuel * gen_full_load_heat_rate. The units become: MW * (MMBtu / MWh) = MMBTU / h - - DispatchGenByFuel[(g, t, f) in GEN_TP_FUELS] - calculates power production by each project from each fuel during - each timepoint. - """ # NOTE: DispatchBaseloadByPeriod should eventually be replaced by @@ -80,37 +81,44 @@ def define_components(mod): # and dispatch. mod.BASELOAD_GEN_PERIODS = Set( dimen=2, - rule=lambda m: - [(g, p) for g in m.BASELOAD_GENS for p in m.PERIODS_FOR_GEN[g]]) + initialize=lambda m: [ + (g, p) for g in m.BASELOAD_GENS for p in m.PERIODS_FOR_GEN[g] + ], + ) mod.BASELOAD_GEN_TPS = Set( dimen=2, - rule=lambda m: - [(g, t) for g, p in m.BASELOAD_GEN_PERIODS for t in m.TPS_IN_PERIOD[p]]) + initialize=lambda m: [ + (g, t) for g, p in m.BASELOAD_GEN_PERIODS for t in m.TPS_IN_PERIOD[p] + ], + ) mod.DispatchBaseloadByPeriod = Var(mod.BASELOAD_GEN_PERIODS) - def DispatchUpperLimit_expr(m, g, t): - if g in m.VARIABLE_GENS: - return (m.GenCapacityInTP[g, t] * m.gen_availability[g] * - m.gen_max_capacity_factor[g, t]) - else: - return m.GenCapacityInTP[g, t] * m.gen_availability[g] mod.DispatchUpperLimit = Expression( mod.GEN_TPS, - rule=DispatchUpperLimit_expr) + rule=lambda m, g, t: m.GenCapacityInTP[g, t] + * m.gen_availability[g] + * (m.gen_max_capacity_factor[g, t] if m.gen_is_variable[g] else 1), + ) mod.Enforce_Dispatch_Baseload_Flat = Constraint( mod.BASELOAD_GEN_TPS, - rule=lambda m, g, t: - m.DispatchGen[g, t] == m.DispatchBaseloadByPeriod[g, m.tp_period[t]]) - + rule=lambda m, g, t: m.DispatchGen[g, t] + == m.DispatchBaseloadByPeriod[g, m.tp_period[t]], + ) + + # We use a scaling factor to improve the numerical properties + # of the model. The scaling factor was determined using trial + # and error and this tool https://github.com/staadecker/lp-analyzer. + # Learn more by reading the documentation on Numerical Issues. mod.Enforce_Dispatch_Upper_Limit = Constraint( mod.GEN_TPS, - rule=lambda m, g, t: ( - m.DispatchGen[g, t] <= m.DispatchUpperLimit[g, t])) + rule=lambda m, g, t: m.DispatchGen[g, t] * 1e4 + <= 1e4 * m.DispatchUpperLimit[g, t], + ) mod.GenFuelUseRate_Calculate = Constraint( - mod.FUEL_BASED_GEN_TPS, - rule=lambda m, g, t: ( - sum(m.GenFuelUseRate[g, t, f] for f in m.FUELS_FOR_GEN[g]) - == m.DispatchGen[g, t] * m.gen_full_load_heat_rate[g])) + mod.GEN_TP_FUELS, + rule=lambda m, g, t, f: m.GenFuelUseRate[g, t, f] + == m.DispatchGenByFuel[g, t, f] * m.gen_full_load_heat_rate[g], + ) diff --git a/switch_model/generators/extensions/hydro_simple.py b/switch_model/generators/extensions/hydro_simple.py index 23c2257e2..e6df3473a 100644 --- a/switch_model/generators/extensions/hydro_simple.py +++ b/switch_model/generators/extensions/hydro_simple.py @@ -20,121 +20,172 @@ using the advanced framework, but the advanced framework would take longer to read and understand. To really take advantage of it, you'll also need more data than we usually have available. + +INPUT FILE INFORMATION + + The file hydro_timeseries.csv needs to contain + entries for each dispatchable hydro project. The set of hydro projects + is derived from this file, and this file should cover all time periods + in which the hydro plant can operate. + + Run-of-River hydro projects should not be included in this file; RoR + hydro is treated like any other variable renewable resource, and + expects data in variable_capacity_factors.csv. + + hydro_timeseries.csv + hydro_generation_project, hydro_timeseries, hydro_min_flow_mw, + hydro_avg_flow_mw + + The file hydro_timepoints.csv is an optional mapping of timepoints + to a hydro timeseries. Hydro timeseries are different from the SWITCH + timeseries (timeseries.csv) as this allows hydro constraints to be + specified over a different time period. + + hydro_timepoints.csv (optional) + timepoint_id,tp_to_hts """ from __future__ import division + # ToDo: Refactor this code to move the core components into a # switch_model.hydro.core module, the simplist components into # switch_model.hydro.simple, and the advanced components into # switch_model.hydro.water_network. That should set a good example # for other people who want to do other custom handling of hydro. +import os.path from pyomo.environ import * -import os -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.energy_sources.properties.properties', \ - 'switch_model.generators.core.build', 'switch_model.generators.core.dispatch' +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", +) + def define_components(mod): """ - HYDRO_GENS is the set of dispatchable hydro projects. This is a subet of GENERATION_PROJECTS, and is determined by the inputs file hydro_timeseries.csv. Members of this set can be called either g, or hydro_g. - HYDRO_GEN_TS is the set of Hydro projects and timeseries for which + HYDRO_TS is the set of hydro timeseries over which the average flow constraint is defined. + These hydro timeseries are different from the timeseries used in the reset of SWITCH + and are defined by the input file hydro_timepoints.csv. If hydro_timepoints.csv doesn't exist, + the default is for the timeseries to be the same as the SWITCH timeseries from timeseries.csv. + Members of this set can be abbreviated as hts. + + HYDRO_GEN_TS is the set of Hydro projects and hydro timeseries for which minimum and average flow are specified. Members of this set can be - abbreviated as (project, timeseries) or (g, ts). + abbreviated as (project, hydro_timeseries) or (g, hts). HYDRO_GEN_TPS is the set of Hydro projects and available dispatch points. This is a filtered version of GEN_TPS that only includes hydro projects. - hydro_min_flow_mw[(g, ts) in HYDRO_GEN_TS] is a parameter that + tp_to_hts[tp in TIMEPOINTS] is a parameter that returns the hydro timeseries + for a given timepoint. It is defined in hydro_timepoints.csv and if unspecified + it defaults to be equal to tp_ts. + + hydro_min_flow_mw[(g, hts) in HYDRO_GEN_TS] is a parameter that determines minimum flow levels, specified in units of MW dispatch. - hydro_avg_flow_mw[(g, ts) in HYDRO_GEN_TS] is a parameter that + hydro_avg_flow_mw[(g, hts) in HYDRO_GEN_TS] is a parameter that determines average flow levels, specified in units of MW dispatch. Enforce_Hydro_Min_Flow[(g, t) in HYDRO_GEN_TPS] is a constraint that enforces minimum flow levels for each timepoint. - Enforce_Hydro_Avg_Flow[(g, ts) in HYDRO_GEN_TS] is a constraint - that enforces average flow levels across each timeseries. - + Enforce_Hydro_Avg_Flow[(g, hts) in HYDRO_GEN_TS] is a constraint + that enforces average flow levels across each hydro timeseries. """ + mod.tp_to_hts = Param( + mod.TIMEPOINTS, + input_file="hydro_timepoints.csv", + default=lambda m, tp: m.tp_ts[tp], + doc="Mapping of timepoints to a hydro series.", + within=Any, + ) + + mod.HYDRO_TS = Set( + dimen=1, + ordered=False, + initialize=lambda m: set(m.tp_to_hts[tp] for tp in m.TIMEPOINTS), + doc="Set of hydro timeseries as defined in the mapping.", + ) + + mod.TPS_IN_HTS = Set( + mod.HYDRO_TS, + within=mod.TIMEPOINTS, + ordered=False, + initialize=lambda m, hts: set(t for t in m.TIMEPOINTS if m.tp_to_hts[t] == hts), + doc="Set of timepoints in each hydro timeseries", + ) mod.HYDRO_GEN_TS_RAW = Set( dimen=2, - validate=lambda m, g, ts: (g in m.GENERATION_PROJECTS) & (ts in m.TIMESERIES)) + input_file="hydro_timeseries.csv", + input_optional=True, + validate=lambda m, g, hts: (g in m.GENERATION_PROJECTS) & (hts in m.HYDRO_TS), + ) mod.HYDRO_GENS = Set( - initialize=lambda m: set(g for (g, ts) in m.HYDRO_GEN_TS_RAW), - doc="Dispatchable hydro projects") + dimen=1, + ordered=False, + initialize=lambda m: set(g for (g, hts) in m.HYDRO_GEN_TS_RAW), + doc="Dispatchable hydro projects", + ) + + mod.HYDRO_GEN_TPS = Set( + initialize=mod.GEN_TPS, filter=lambda m, g, t: g in m.HYDRO_GENS + ) + mod.HYDRO_GEN_TS = Set( dimen=2, - initialize=lambda m: set( - (g, m.tp_ts[tp]) - for g in m.HYDRO_GENS - for tp in m.TPS_FOR_GEN[g])) - mod.HYDRO_GEN_TPS = Set( - initialize=mod.GEN_TPS, - filter=lambda m, g, t: g in m.HYDRO_GENS) + initialize=lambda m: set((g, m.tp_to_hts[tp]) for (g, tp) in m.HYDRO_GEN_TPS), + ) # Validate that a timeseries data is specified for every hydro generator / # timeseries that we need. Extra data points (ex: outside of planning # horizon or beyond a plant's lifetime) can safely be ignored to make it # easier to create input files. mod.have_minimal_hydro_params = BuildCheck( - mod.HYDRO_GEN_TS, - rule=lambda m, g, ts: (g,ts) in m.HYDRO_GEN_TS_RAW) + mod.HYDRO_GEN_TS, rule=lambda m, g, hts: (g, hts) in m.HYDRO_GEN_TS_RAW + ) - # To do: Add validation check that timeseries data are specified for every - # valid timepoint. + # Todo: Add validation check that timeseries data are specified for every valid timepoint. mod.hydro_min_flow_mw = Param( mod.HYDRO_GEN_TS_RAW, within=NonNegativeReals, - default=0.0) + input_file="hydro_timeseries.csv", + default=0.0, + ) mod.Enforce_Hydro_Min_Flow = Constraint( mod.HYDRO_GEN_TPS, - rule=lambda m, g, t: ( - m.DispatchGen[g, t] >= m.hydro_min_flow_mw[g, m.tp_ts[t]])) + rule=lambda m, g, t: Constraint.Skip + if m.hydro_min_flow_mw[g, m.tp_to_hts[t]] == 0 + else m.DispatchGen[g, t] >= m.hydro_min_flow_mw[g, m.tp_to_hts[t]], + ) mod.hydro_avg_flow_mw = Param( - mod.HYDRO_GEN_TS_RAW, - within=NonNegativeReals, - default=0.0) + mod.HYDRO_GEN_TS_RAW, within=NonNegativeReals, input_file="hydro_timeseries.csv" + ) + + # We use a scaling factor to improve the numerical properties + # of the model. The scaling factor was determined using trial + # and error and this tool https://github.com/staadecker/lp-analyzer. + # Learn more by reading the documentation on Numerical Issues. + enforce_hydro_avg_flow_scaling_factor = 1e1 mod.Enforce_Hydro_Avg_Flow = Constraint( mod.HYDRO_GEN_TS, - rule=lambda m, g, ts: ( - sum(m.DispatchGen[g, t] for t in m.TPS_IN_TS[ts]) / m.ts_num_tps[ts] - == m.hydro_avg_flow_mw[g, ts])) - - mod.min_data_check('hydro_min_flow_mw', 'hydro_avg_flow_mw') - - -def load_inputs(mod, switch_data, inputs_dir): - """ - - Import hydro data. The single file hydro_timeseries.csv needs to contain - entries for each dispatchable hydro project. The set of hydro projects - is derived from this file, and this file should cover all time periods - in which the hydro plant can operate. - - Run-of-River hydro projects should not be included in this file; RoR - hydro is treated like any other variable renewable resource, and - expects data in variable_capacity_factors.csv. - - hydro_timeseries.csv - hydro_generation_project, timeseries, hydro_min_flow_mw, - hydro_avg_flow_mw - - """ - switch_data.load_aug( - optional=True, - filename=os.path.join(inputs_dir, 'hydro_timeseries.csv'), - autoselect=True, - index=mod.HYDRO_GEN_TS_RAW, - param=(mod.hydro_min_flow_mw, mod.hydro_avg_flow_mw) + rule=lambda m, g, hts: enforce_hydro_avg_flow_scaling_factor * + # Compute the weighted average of the dispatch + sum(m.DispatchGen[g, t] * m.tp_weight[t] for t in m.TPS_IN_HTS[hts]) + / sum(m.tp_weight[tp] for tp in m.TPS_IN_HTS[hts]) + == m.hydro_avg_flow_mw[g, hts] * enforce_hydro_avg_flow_scaling_factor, ) + + mod.min_data_check("hydro_min_flow_mw", "hydro_avg_flow_mw") diff --git a/switch_model/generators/extensions/hydro_system.py b/switch_model/generators/extensions/hydro_system.py index 33f02f1fc..9eabe980c 100644 --- a/switch_model/generators/extensions/hydro_system.py +++ b/switch_model/generators/extensions/hydro_system.py @@ -32,9 +32,15 @@ import os from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.energy_sources.properties.properties', \ - 'switch_model.generators.core.build', 'switch_model.generators.core.dispatch' +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", +) + def define_components(mod): """ @@ -254,127 +260,118 @@ def define_components(mod): """ ################# # Nodes of the water network - mod.WATER_NODES = Set() - mod.WNODE_TPS = Set( - dimen=2, - initialize=lambda m: m.WATER_NODES * m.TIMEPOINTS) + mod.WATER_NODES = Set(dimen=1) + mod.WNODE_TPS = Set(dimen=2, initialize=lambda m: m.WATER_NODES * m.TIMEPOINTS) mod.wnode_constant_inflow = Param( - mod.WATER_NODES, - within=NonNegativeReals, - default=0.0) + mod.WATER_NODES, within=NonNegativeReals, default=0.0 + ) mod.wnode_constant_consumption = Param( - mod.WATER_NODES, - within=NonNegativeReals, - default=0.0) + mod.WATER_NODES, within=NonNegativeReals, default=0.0 + ) mod.wnode_tp_inflow = Param( mod.WNODE_TPS, within=NonNegativeReals, - default=lambda m, wn, t: m.wnode_constant_inflow[wn]) + default=lambda m, wn, t: m.wnode_constant_inflow[wn], + ) mod.wnode_tp_consumption = Param( mod.WNODE_TPS, within=NonNegativeReals, - default=lambda m, wn, t: m.wnode_constant_consumption[wn]) - mod.wn_is_sink = Param( - mod.WATER_NODES, - within=Boolean) - mod.min_data_check('wn_is_sink') - mod.spillage_penalty = Param( - within=NonNegativeReals, - default=100) - mod.SpillWaterAtNode = Var( - mod.WNODE_TPS, - within=NonNegativeReals) + default=lambda m, wn, t: m.wnode_constant_consumption[wn], + ) + mod.wn_is_sink = Param(mod.WATER_NODES, within=Boolean) + mod.min_data_check("wn_is_sink") + mod.spillage_penalty = Param(within=NonNegativeReals, default=100) + mod.SpillWaterAtNode = Var(mod.WNODE_TPS, within=NonNegativeReals) ################# # Reservoir nodes - mod.RESERVOIRS = Set( - within=mod.WATER_NODES) - mod.RESERVOIR_TPS = Set( - dimen=2, - initialize=lambda m: m.RESERVOIRS * m.TIMEPOINTS) - mod.res_min_vol = Param( - mod.RESERVOIRS, - within=NonNegativeReals) + mod.RESERVOIRS = Set(within=mod.WATER_NODES, dimen=1) + mod.RESERVOIR_TPS = Set(dimen=2, initialize=lambda m: m.RESERVOIRS * m.TIMEPOINTS) + mod.res_min_vol = Param(mod.RESERVOIRS, within=NonNegativeReals) mod.res_max_vol = Param( mod.RESERVOIRS, within=NonNegativeReals, - validate=lambda m, val, r: val >= m.res_min_vol[r]) + validate=lambda m, val, r: val >= m.res_min_vol[r], + ) mod.res_min_vol_tp = Param( mod.RESERVOIR_TPS, within=NonNegativeReals, - default=lambda m, r, t: m.res_min_vol[r]) + default=lambda m, r, t: m.res_min_vol[r], + ) mod.res_max_vol_tp = Param( mod.RESERVOIR_TPS, within=NonNegativeReals, - default=lambda m, r, t: m.res_max_vol[r]) + default=lambda m, r, t: m.res_max_vol[r], + ) mod.initial_res_vol = Param( mod.RESERVOIRS, within=NonNegativeReals, - validate=lambda m, val, r: ( - m.res_min_vol[r] <= val <= m.res_max_vol[r])) + validate=lambda m, val, r: (m.res_min_vol[r] <= val <= m.res_max_vol[r]), + ) mod.final_res_vol = Param( mod.RESERVOIRS, within=NonNegativeReals, - validate=lambda m, val, r: ( - m.res_min_vol[r] <= val <= m.res_max_vol[r])) - mod.min_data_check('res_min_vol', 'res_max_vol', 'initial_res_vol', - 'final_res_vol') + validate=lambda m, val, r: (m.res_min_vol[r] <= val <= m.res_max_vol[r]), + ) + mod.min_data_check("res_min_vol", "res_max_vol", "initial_res_vol", "final_res_vol") + def ReservoirVol_bounds(m, r, t): # In the first timepoint of each period, this is externally defined if t == m.TPS_IN_PERIOD[m.tp_period[t]].first(): - return(m.initial_res_vol[r], m.initial_res_vol[r]) + return (m.initial_res_vol[r], m.initial_res_vol[r]) # In all other timepoints, this is constrained by min & max params else: - return(m.res_min_vol[r], m.res_max_vol[r]) + return (m.res_min_vol[r], m.res_max_vol[r]) + mod.ReservoirVol = Var( - mod.RESERVOIR_TPS, - within=NonNegativeReals, - bounds=ReservoirVol_bounds) + mod.RESERVOIR_TPS, within=NonNegativeReals, bounds=ReservoirVol_bounds + ) mod.ReservoirFinalVol = Var( - mod.RESERVOIRS, mod.PERIODS, + mod.RESERVOIRS, + mod.PERIODS, within=NonNegativeReals, - bounds=lambda m, r, p: (m.final_res_vol[r], m.res_max_vol[r])) + bounds=lambda m, r, p: (m.final_res_vol[r], m.res_max_vol[r]), + ) ################ # Edges of the water network - mod.WATER_CONNECTIONS = Set() - mod.WCON_TPS = Set( - dimen=2, - initialize=lambda m: m.WATER_CONNECTIONS * m.TIMEPOINTS) - mod.water_node_from = Param( - mod.WATER_CONNECTIONS, - within=mod.WATER_NODES) - mod.water_node_to = Param( - mod.WATER_CONNECTIONS, - within=mod.WATER_NODES) + mod.WATER_CONNECTIONS = Set(dimen=1) + mod.WCON_TPS = Set(dimen=2, initialize=lambda m: m.WATER_CONNECTIONS * m.TIMEPOINTS) + mod.water_node_from = Param(mod.WATER_CONNECTIONS, within=mod.WATER_NODES) + mod.water_node_to = Param(mod.WATER_CONNECTIONS, within=mod.WATER_NODES) mod.wc_capacity = Param( - mod.WATER_CONNECTIONS, - within=NonNegativeReals, - default=float('inf')) - mod.min_eco_flow = Param( - mod.WCON_TPS, - within=NonNegativeReals, - default=0.0) - mod.min_data_check('water_node_from', 'water_node_to') + mod.WATER_CONNECTIONS, within=NonNegativeReals, default=float("inf") + ) + mod.min_eco_flow = Param(mod.WCON_TPS, within=NonNegativeReals, default=0.0) + mod.min_data_check("water_node_from", "water_node_to") mod.INWARD_WCONS_TO_WNODE = Set( mod.WATER_NODES, - initialize=lambda m, wn: set(wc for wc in m.WATER_CONNECTIONS - if m.water_node_to[wc] == wn)) + ordered=False, + initialize=lambda m, wn: set( + wc for wc in m.WATER_CONNECTIONS if m.water_node_to[wc] == wn + ), + ) mod.OUTWARD_WCONS_FROM_WNODE = Set( mod.WATER_NODES, - initialize=lambda m, wn: set(wc for wc in m.WATER_CONNECTIONS - if m.water_node_from[wc] == wn)) + ordered=False, + initialize=lambda m, wn: set( + wc for wc in m.WATER_CONNECTIONS if m.water_node_from[wc] == wn + ), + ) mod.DispatchWater = Var( mod.WCON_TPS, within=NonNegativeReals, - bounds=lambda m, wc, t: (m.min_eco_flow[wc, t], m.wc_capacity[wc])) + bounds=lambda m, wc, t: (m.min_eco_flow[wc, t], m.wc_capacity[wc]), + ) def Enforce_Wnode_Balance_rule(m, wn, t): # Sum inflows and outflows from and to other nodes - dispatch_inflow = sum(m.DispatchWater[wc, t] - for wc in m.INWARD_WCONS_TO_WNODE[wn]) - dispatch_outflow = sum(m.DispatchWater[wc, t] - for wc in m.OUTWARD_WCONS_FROM_WNODE[wn]) + dispatch_inflow = sum( + m.DispatchWater[wc, t] for wc in m.INWARD_WCONS_TO_WNODE[wn] + ) + dispatch_outflow = sum( + m.DispatchWater[wc, t] for wc in m.OUTWARD_WCONS_FROM_WNODE[wn] + ) # net change in reservoir volume (m3/s): 0 for non-reservoirs reservoir_fill_rate = 0.0 if wn in m.RESERVOIRS: @@ -384,62 +381,64 @@ def Enforce_Wnode_Balance_rule(m, wn, t): else: end_of_tp_volume = m.ReservoirVol[wn, m.TPS_IN_PERIOD[p].next(t)] reservoir_fill_rate = ( - (end_of_tp_volume - m.ReservoirVol[wn, t]) * 1000000.0 / - (m.tp_duration_hrs[t] * 3600)) + (end_of_tp_volume - m.ReservoirVol[wn, t]) + * 1000000.0 + / (m.tp_duration_hrs[t] * 3600) + ) # Conservation of mass flow return ( # inflows (m3/s) m.wnode_tp_inflow[wn, t] + dispatch_inflow # less outflows (m3/s) - - m.wnode_tp_consumption[wn, t] - dispatch_outflow + - m.wnode_tp_consumption[wn, t] + - dispatch_outflow - m.SpillWaterAtNode[wn, t] # net change in volume (m3/s) == reservoir_fill_rate ) + mod.Enforce_Wnode_Balance = Constraint( - mod.WNODE_TPS, - rule=Enforce_Wnode_Balance_rule) + mod.WNODE_TPS, rule=Enforce_Wnode_Balance_rule + ) mod.NodeSpillageCosts = Expression( mod.TIMEPOINTS, rule=lambda m, t: sum( # prior to Switch 2.0.3, this did not account for tp_duration_hrs - m.SpillWaterAtNode[wn,t] * 3600 * m.tp_duration_hrs[t] * - m.spillage_penalty + m.SpillWaterAtNode[wn, t] * 3600 * m.tp_duration_hrs[t] * m.spillage_penalty for wn in m.WATER_NODES if not m.wn_is_sink[wn] - ) + ), ) - mod.Cost_Components_Per_TP.append('NodeSpillageCosts') + mod.Cost_Components_Per_TP.append("NodeSpillageCosts") ################ # Hydro projects - mod.HYDRO_GENS = Set( - validate=lambda m, val: val in m.GENERATION_PROJECTS) + mod.HYDRO_GENS = Set(dimen=1, validate=lambda m, val: val in m.GENERATION_PROJECTS) mod.HYDRO_GEN_TPS = Set( - initialize=mod.GEN_TPS, - filter=lambda m, g, t: g in m.HYDRO_GENS) - mod.hydro_efficiency = Param( - mod.HYDRO_GENS, - within=NonNegativeReals) + initialize=mod.GEN_TPS, filter=lambda m, g, t: g in m.HYDRO_GENS + ) + mod.hydro_efficiency = Param(mod.HYDRO_GENS, within=NonNegativeReals) mod.hydraulic_location = Param( mod.HYDRO_GENS, - validate=lambda m, val, g: val in m.WATER_CONNECTIONS) - mod.TurbinateFlow = Var( - mod.HYDRO_GEN_TPS, - within=NonNegativeReals) - mod.SpillFlow = Var( - mod.HYDRO_GEN_TPS, - within=NonNegativeReals) + within=Any, + validate=lambda m, val, g: val in m.WATER_CONNECTIONS, + ) + mod.TurbinateFlow = Var(mod.HYDRO_GEN_TPS, within=NonNegativeReals) + mod.SpillFlow = Var(mod.HYDRO_GEN_TPS, within=NonNegativeReals) mod.Enforce_Hydro_Generation = Constraint( mod.HYDRO_GEN_TPS, - rule=lambda m, g, t: (m.DispatchGen[g, t] == - m.hydro_efficiency[g] * m.TurbinateFlow[g, t])) + rule=lambda m, g, t: ( + m.DispatchGen[g, t] == m.hydro_efficiency[g] * m.TurbinateFlow[g, t] + ), + ) mod.Enforce_Hydro_Extraction = Constraint( mod.HYDRO_GEN_TPS, - rule=lambda m, g, t: (m.TurbinateFlow[g, t] + - m.SpillFlow[g, t] == - m.DispatchWater[m.hydraulic_location[g], t])) + rule=lambda m, g, t: ( + m.TurbinateFlow[g, t] + m.SpillFlow[g, t] + == m.DispatchWater[m.hydraulic_location[g], t] + ), + ) def load_inputs(mod, switch_data, inputs_dir): @@ -460,56 +459,71 @@ def load_inputs(mod, switch_data, inputs_dir): hydro is treated like any other variable renewable resource, and expects data in variable_capacity_factors.csv. + TODO use new input loading format with input_file= """ switch_data.load_aug( - filename=os.path.join(inputs_dir, 'water_nodes.csv'), + filename=os.path.join(inputs_dir, "water_nodes.csv"), auto_select=True, index=mod.WATER_NODES, - optional_params=['mod.wnode_constant_inflow', - 'mod.wnode_constant_consumption'], - param=(mod.wn_is_sink, mod.wnode_constant_inflow, - mod.wnode_constant_consumption)) + optional_params=["mod.wnode_constant_inflow", "mod.wnode_constant_consumption"], + param=( + mod.wn_is_sink, + mod.wnode_constant_inflow, + mod.wnode_constant_consumption, + ), + ) switch_data.load_aug( optional=True, - filename=os.path.join(inputs_dir, 'water_node_tp_flows.csv'), + filename=os.path.join(inputs_dir, "water_node_tp_flows.csv"), auto_select=True, - optional_params=['mod.wnode_tp_inflow', 'mod.wnode_tp_consumption'], - param=(mod.wnode_tp_inflow, mod.wnode_tp_consumption)) + optional_params=["mod.wnode_tp_inflow", "mod.wnode_tp_consumption"], + param=(mod.wnode_tp_inflow, mod.wnode_tp_consumption), + ) switch_data.load_aug( - filename=os.path.join(inputs_dir, 'reservoirs.csv'), + filename=os.path.join(inputs_dir, "reservoirs.csv"), auto_select=True, index=mod.RESERVOIRS, - param=(mod.res_min_vol, mod.res_max_vol, - mod.initial_res_vol, mod.final_res_vol)) - if os.path.exists(os.path.join(inputs_dir, 'reservoir_tp_data.csv')): + param=( + mod.res_min_vol, + mod.res_max_vol, + mod.initial_res_vol, + mod.final_res_vol, + ), + ) + if os.path.exists(os.path.join(inputs_dir, "reservoir_tp_data.csv")): raise NotImplementedError( "Code needs to be added to hydro_system module to enforce " "reservoir volume limits per timepoint." ) switch_data.load_aug( - filename=os.path.join(inputs_dir, 'reservoir_tp_data.csv'), + filename=os.path.join(inputs_dir, "reservoir_tp_data.csv"), optional=True, auto_select=True, - optional_params=['mod.res_max_vol_tp', 'mod.res_min_vol_tp'], - param=(mod.res_max_vol_tp, mod.res_min_vol_tp)) + optional_params=["mod.res_max_vol_tp", "mod.res_min_vol_tp"], + param=(mod.res_max_vol_tp, mod.res_min_vol_tp), + ) switch_data.load_aug( - filename=os.path.join(inputs_dir, 'water_connections.csv'), + filename=os.path.join(inputs_dir, "water_connections.csv"), auto_select=True, index=mod.WATER_CONNECTIONS, - param=(mod.water_node_from, mod.water_node_to, mod.wc_capacity)) + param=(mod.water_node_from, mod.water_node_to, mod.wc_capacity), + ) switch_data.load_aug( optional=True, - filename=os.path.join(inputs_dir, 'min_eco_flows.csv'), + filename=os.path.join(inputs_dir, "min_eco_flows.csv"), auto_select=True, - param=(mod.min_eco_flow)) + param=(mod.min_eco_flow), + ) switch_data.load_aug( - filename=os.path.join(inputs_dir, 'hydro_generation_projects.csv'), + filename=os.path.join(inputs_dir, "hydro_generation_projects.csv"), auto_select=True, index=mod.HYDRO_GENS, - param=(mod.hydro_efficiency, mod.hydraulic_location)) + param=(mod.hydro_efficiency, mod.hydraulic_location), + ) switch_data.load_aug( - filename=os.path.join(inputs_dir, 'spillage_penalty.csv'), - optional=True, auto_select=True, - param=(mod.spillage_penalty,) + filename=os.path.join(inputs_dir, "spillage_penalty.csv"), + optional=True, + auto_select=True, + param=(mod.spillage_penalty,), ) diff --git a/switch_model/generators/extensions/hydrogen.py b/switch_model/generators/extensions/hydrogen.py new file mode 100644 index 000000000..8eda48995 --- /dev/null +++ b/switch_model/generators/extensions/hydrogen.py @@ -0,0 +1,849 @@ +from __future__ import division +import os +from pyomo.environ import * +from switch_model.financials import capital_recovery_factor as crf +from switch_model.reporting import write_table +from switch_model.tools.graph import graph +import pandas as pd + + +def define_arguments(argparser): + argparser.add_argument( + "--hydrogen-reserve-types", + nargs="+", + default=["spinning"], + help="Type(s) of reserves to provide from hydrogen infrastructure (e.g., 'contingency regulation'). " + "Specify 'none' to disable.", + ) + argparser.add_argument( + "--no-hydrogen", + action="store_true", + default=False, + help="Don't allow construction of any hydrogen infrastructure.", + ) + + +def define_components(m): + if not m.options.no_hydrogen: + define_hydrogen_components(m) + + +def define_hydrogen_components(m): + """Simplified hydrogen model with electrolyzer, liquefier, storage, and fuel cell + + This module allows the model to build hyrogen storage capacity at each of the load zones. + + There are four mandatory input files to use with the hydrogen module: + hydrogen_timepoints.csv, hydrogen_timeseries.csv, hydrogen_periods.csv, and + hydrogen.csv (a list of single-value parameters). + + Users can use the hydrogen_timepoints.csv, hydrogen_timeseries.csv and + hydrogen_periods.csv files to customize the hydrogen storage duration and cycle. + + ------------------------------------------ + hydrogen_timepoints.csv: + The hydrogen_timepoints.csv input file must include all the timepoint_ids in the + switch timepoints.csv input file. The hydrogen_timeseries column contains the new + timeseries names that correspond to the maximum frequency at which hydrogen will + be stored or withdrawn from liquid storage. For example, if hydrogen can be stored + daily (but not hourly) to the tank, timepoints would be grouped into daily time + series regardless of how long the main time series are in the switch timeseries.csv + input file. The only requirement is that the hydrogen timeseries (hgts) must be + equal to or of a longer duration than the timepoints it includes. + hydrogen_timepoints.csv + timepoint_id, hydrogen_timeseries + + ------------------------------------------ + hydrogen_timeseries.csv: + The hydrogen_timeseries.csv input file allows users to further describe the hydrogen timeseries + defined in hydrogen_timepoints.csv and specify a new HYDROGEN PERIOD (hgp) that corresponds to how + often hydrogen storage is cycled. For example, if hydrogen should not be stored for longer than 1 + month, then each hgp would represent a one month period. Hydrogen storage is constrained to have + zero net hydrogen stored from one hgp to the next hgp (H2 at hgp start - H2 at hgp end = 0). + The hydrogen_timseries.csv input file must include the following: + HYDROGEN_TIMESERIES: the exact same hydrogen timeseries names defined in hydrogen_timepoints.csv + hgts_period: the PERIOD (from the switch timeseries.csv input file) containing the hydrogen timeseries in col 1 + hgts_hydrogen_period: the NEW HYDROGEN PERIOD containing the hydrogen timeseries in col 1 + hgts_duration_of_tp: the duration in hours of the timepoints in the hgts in col 1. Must match the + ts_duration_of_tp for the corresponding timeseries in switch + hgts_scale_to_hgp: the number of times that the hgts in col 1 occurs in the hgp + The file format is as follows. + hydrogen_timeseries.csv + HYDROGEN_TIMESERIES,hgts_period,hgts_hydrogen_period,hgts_duration_of_tp,ts_duration_of_tp, + hgts_scale_to_hgp + + ------------------------------------------ + hydrogen_periods.csv: + The hydrogen_periods.csv input file maps hydrogen periods to the switch model periods. + It must include the following: + hydrogen_periods.csv + hydrogen_period, period + where hydrogen_period exactly matches the hgp in hydrogen_timeseries.csv and period exactly matches + the periods in periods.csv. + """ + + # HYDROGEN TIMESCALES DETAILS + m.tp_to_hgts = Param( + m.TIMEPOINTS, + input_file="hydrogen_timepoints.csv", + input_column="hydrogen_timeseries", + default=lambda m, tp: m.tp_ts[ + tp + ], # default is to use the main model time series + doc="Mapping of timepoints to a hydrogen timeseries.", + within=Any, + ) + m.HGTS = Set( + dimen=1, + ordered=False, + initialize=lambda m: set(m.tp_to_hgts[tp] for tp in m.TIMEPOINTS), + doc="Set of hydrogen timeseries that correspond to max storage frequency as defined in the mapping.", + ) + + m.hgts_period = Param( + m.HGTS, + input_file="hydrogen_timeseries.csv", + input_column="hgts_period", + doc="Mapping of hydrogen time series to the main model periods.", + within=m.PERIODS, + ) + m.hgts_hg_period = Param( + m.HGTS, + input_file="hydrogen_timeseries.csv", + input_column="hgts_hydrogen_period", + doc="Mapping of hydrogen time series to the hydrogen periods.", + within=Any, + ) + m.HGP = Set( + dimen=1, + ordered=False, + initialize=lambda m: set(m.hgts_hg_period[hgts] for hgts in m.HGTS), + doc="Set of hydrogen periods that correspond to the storage cycling period.", + ) + m.TPS_IN_HGTS = Set( + m.HGTS, + within=m.TIMEPOINTS, + ordered=False, + initialize=lambda m, hgts: set( + t for t in m.TIMEPOINTS if m.tp_to_hgts[t] == hgts + ), + doc="Set of timepoints in each hydrogen timeseries.", + ) + m.HGTS_IN_HGP = Set( + m.HGP, + within=m.HGTS, + ordered=False, + initialize=lambda m, hgp: set( + hgts for hgts in m.HGTS if m.hgts_hg_period[hgts] == hgp + ), + doc="Set of hydrogen time series in each hydrogen period.", + ) + m.HGTS_IN_PERIOD = Set( + m.PERIODS, + within=m.HGTS, + ordered=False, + initialize=lambda m, p: set( + hgts for hgts in m.HGTS if m.hgts_period[hgts] == p + ), + doc="Set of hydrogen time series in each main model period.", + ) + + m.hgts_duration_of_tp = Param( + m.HGTS, + within=PositiveReals, + input_file="hydrogen_timeseries.csv", + input_column="hgts_duration_of_tp", + doc="Duration in hours of the timepoints in each hydrogen time series", + ) + m.hgts_scale_to_hgp = Param( + m.HGTS, + within=PositiveReals, + input_file="hydrogen_timeseries.csv", + input_column="hgts_scale_to_hgp", + doc="Number of times a hydrogen time series occurs in its hydrogen period", + ) + m.hgp_p = Param( + m.HGP, + within=m.PERIODS, + input_file="hydrogen_periods.csv", + input_column="period", + doc="Mapping of hydrogen periods to normal model periods.", + ) + + # ELECTROLYZER DETAILS + m.hydrogen_electrolyzer_variable_cost_per_kg = Param( + input_file="hydrogen.csv", + input_column="hydrogen_electrolyzer_variable_cost_per_kg", + within=NonNegativeReals, + default=0, + doc="Variable cost per period in $/kg", + ) # assumed to include any refurbishment needed + + m.hydrogen_electrolyzer_kg_per_mwh = Param( + input_file="hydrogen.csv", + input_column="hydrogen_electrolyzer_kg_per_mwh", + within=NonNegativeReals, + default=30, + ) # assumed to deliver H2 at enough pressure for liquifier and daily buffering + m.hydrogen_electrolyzer_life_years = Param( + input_file="hydrogen.csv", + input_column="hydrogen_electrolyzer_life_years", + within=NonNegativeReals, + default=20, + ) + # Hydrogen electrolyzer capital cost per mw + m.hydrogen_electrolyzer_capital_cost_per_mw = Param( + input_file="hydrogen.csv", + input_column="hydrogen_electrolyzer_capital_cost_per_mw", + within=NonNegativeReals, + default=0, + ) + # Hydrogen electrolyzer capital cost learning curve Cost + # m.hydrogen_electrolyzer_capital_cost_per_mw = Param( + # m.PERIODS, + # input_file="hydrogen_flexible.csv", + # input_column="hydrogen_electrolyzer_capital_cost_per_mw", + # within=NonNegativeReals, + # default=0, + # ) + # Hydrogen sell price vary by Period + # m.hydrogen_sell_price = Param( + # m.PERIODS, + # input_file="hydrogen_flexible.csv", + # input_column="hydrogen_sell_price", + # within=NonNegativeReals, + # default=1, + # ) + # Hydrogen fixed cost vary by period + m.hydrogen_electrolyzer_fixed_cost_per_mw_year = Param( + # m.PERIODS, + # input_file="hydrogen_flexible.csv", + input_file="hydrogen.csv", # no longer indexing by period + input_column="hydrogen_electrolyzer_fixed_cost_per_mw_year", + within=NonNegativeReals, + default=0, + ) + # m.hydrogen_sell_price = Param(default=2,input_file='hydrogen.csv') + m.BuildElectrolyzerMW = Var(m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals) + # what is the constraint bounding this "buildelectrolyzerMW" variable? it is constrained below + m.ElectrolyzerCapacityMW = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.BuildElectrolyzerMW[z, p_] + for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + ), + ) + m.RunElectrolyzerMW = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) + m.ProduceHydrogenKgPerHour = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.RunElectrolyzerMW[z, t] + * m.hydrogen_electrolyzer_kg_per_mwh, + ) + # note: we assume there is a gaseous hydrogen storage tank that is big enough to buffer + # daily production, storage and withdrawals of hydrogen, but we don't include a cost + # for this (because it will be negligible compared to the rest of the costs) + # This allows the system to do some intra-day arbitrage without going all the way to liquification + + # LIQUIFIER DETAILS + m.hydrogen_liquifier_capital_cost_per_kg_per_hour = Param( + input_file="hydrogen.csv", + input_column="hydrogen_liquifier_capital_cost_per_kg_per_hour", + within=NonNegativeReals, + default=0, + ) + + m.hydrogen_liquifier_fixed_cost_per_kg_hour_year = Param( + input_file="hydrogen.csv", + input_column="hydrogen_liquifier_fixed_cost_per_kg_hour_year", + within=NonNegativeReals, + default=0, + ) + + m.hydrogen_liquifier_variable_cost_per_kg = Param( + input_file="hydrogen.csv", + input_column="hydrogen_liquifier_variable_cost_per_kg", + within=NonNegativeReals, + default=0, + ) + + m.hydrogen_liquifier_mwh_per_kg = Param( + input_file="hydrogen.csv", + input_column="hydrogen_liquifier_mwh_per_kg", + within=NonNegativeReals, + default=0.005, + ) + + m.hydrogen_liquifier_life_years = Param( + input_file="hydrogen.csv", + input_column="hydrogen_liquifier_life_years", + within=NonNegativeReals, + default=20, + ) + + m.BuildLiquifierKgPerHour = Var( + m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals + ) # capacity to build, measured in kg/hour of throughput + m.LiquifierCapacityKgPerHour = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.BuildLiquifierKgPerHour[z, p_] + for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + ), + ) + m.LiquifyHydrogenKgPerHour = Var( + m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals + ) + m.LiquifyHydrogenMW = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.LiquifyHydrogenKgPerHour[z, t] + * m.hydrogen_liquifier_mwh_per_kg, + ) + + # STORAGE TANK DETAILS + m.liquid_hydrogen_tank_capital_cost_per_kg = Param( + input_file="hydrogen.csv", + input_column="liquid_hydrogen_tank_capital_cost_per_kg", + within=NonNegativeReals, + default=0, + ) + + # m.liquid_hydrogen_tank_minimum_size_kg = Param( + # input_file="hydrogen.csv" + # input_column="liquid_hydrogen_tank_minimum_size_kg" + # within=NonNegativeReals, + # default=0, + # ) + + # Now model liquid_hydrogen_tank_minimum_size_kg as a constant (zero), not a param + m.liquid_hydrogen_tank_minimum_size_kg = Param( + initialize=0.0, + ) + # Added in maximum tank size parameter to constrain the tank capacity. + m.liquid_hydrogen_tank_maximum_size_kg = Param( + input_file="hydrogen.csv", + input_column="liquid_hydrogen_tank_maximum_size_kg", + within=NonNegativeReals, + default=5000, + ) + + m.liquid_hydrogen_tank_life_years = Param( + input_file="hydrogen.csv", + input_column="liquid_hydrogen_tank_life_years", + within=NonNegativeReals, + default=20, + ) + + m.BuildLiquidHydrogenTankKg = Var( + m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals + ) # in kg + m.LiquidHydrogenTankCapacityKg = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.BuildLiquidHydrogenTankKg[z, p_] + for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + ), + ) + m.StoreLiquidHydrogenKg = Expression( + m.LOAD_ZONES, + m.HGTS, + rule=lambda m, z, hgts: m.hgts_duration_of_tp[hgts] + * sum(m.LiquifyHydrogenKgPerHour[z, tp] for tp in m.TPS_IN_HGTS[hgts]), + ) + m.WithdrawLiquidHydrogenKg = Var(m.LOAD_ZONES, m.HGTS, within=NonNegativeReals) + # note: we assume the system will be large enough to neglect boil-off + + # FUEL CELL DETAILS + m.hydrogen_fuel_cell_capital_cost_per_mw = Param( + input_file="hydrogen.csv", + input_column="hydrogen_fuel_cell_capital_cost_per_mw", + within=NonNegativeReals, + default=0, + ) + m.hydrogen_fuel_cell_fixed_cost_per_mw_year = Param( + input_file="hydrogen.csv", + input_column="hydrogen_fuel_cell_fixed_cost_per_mw_year", + within=NonNegativeReals, + default=0, + ) + m.hydrogen_fuel_cell_variable_cost_per_mwh = Param( + input_file="hydrogen.csv", + input_column="hydrogen_fuel_cell_variable_cost_per_mwh", + within=NonNegativeReals, + default=0, + ) + m.hydrogen_fuel_cell_mwh_per_kg = Param( + input_file="hydrogen.csv", + input_column="hydrogen_fuel_cell_mwh_per_kg", + within=NonNegativeReals, + default=0.02, + ) + m.hydrogen_fuel_cell_life_years = Param( + input_file="hydrogen.csv", + input_column="hydrogen_fuel_cell_life_years", + within=NonNegativeReals, + default=20, + ) + + m.BuildFuelCellMW = Var(m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals) + m.FuelCellCapacityMW = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.BuildFuelCellMW[z, p_] for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + ), + ) + m.DispatchFuelCellMW = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) + m.ConsumeHydrogenKgPerHour = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.DispatchFuelCellMW[z, t] + / m.hydrogen_fuel_cell_mwh_per_kg, + ) + + # Constraints - Hydrogen Mass Balances + # note: this allows for buffering of same-day production and consumption + # of hydrogen without ever liquifying it + m.Hydrogen_Conservation_of_Mass_Daily = Constraint( + m.LOAD_ZONES, + m.HGTS, + rule=lambda m, z, hgts: m.StoreLiquidHydrogenKg[z, hgts] + - m.WithdrawLiquidHydrogenKg[z, hgts] + == m.hgts_duration_of_tp[hgts] + * sum( + m.ProduceHydrogenKgPerHour[z, tp] - m.ConsumeHydrogenKgPerHour[z, tp] + for tp in m.TPS_IN_HGTS[hgts] + ), + ) + m.Hydrogen_Conservation_of_Mass_Annual = Constraint( + m.LOAD_ZONES, + m.HGP, + rule=lambda m, z, hgp: sum( + (m.StoreLiquidHydrogenKg[z, hgts] - m.WithdrawLiquidHydrogenKg[z, hgts]) + * m.hgts_scale_to_hgp[hgts] + for hgts in m.HGTS_IN_HGP[hgp] + ) + == 0, + ) + + # Constraints - limits on equipment + m.Max_Run_Electrolyzer = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.RunElectrolyzerMW[z, t] + <= m.ElectrolyzerCapacityMW[z, m.tp_period[t]], + ) + m.Max_Run_Fuel_Cell = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.DispatchFuelCellMW[z, t] + <= m.FuelCellCapacityMW[z, m.tp_period[t]], + ) + m.Max_Run_Liquifier = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.LiquifyHydrogenKgPerHour[z, t] + <= m.LiquifierCapacityKgPerHour[z, m.tp_period[t]], + ) + # size constrants for hydrogen tank - removed to no longer use binary variable + # m.BuildAnyLiquidHydrogenTank = Var(m.LOAD_ZONES, m.PERIODS, within=Binary) + # m.Set_BuildAnyLiquidHydrogenTank_Flag = Constraint(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: + # Constraint.Skip if m.liquid_hydrogen_tank_minimum_size_kg == 0.0 + # else ( + # m.BuildLiquidHydrogenTankKg[z, p] + # <= + # 1000 * m.BuildAnyLiquidHydrogenTank[z, p] * m.liquid_hydrogen_tank_minimum_size_kg + # ) + # ) + # m.Build_Minimum_Liquid_Hydrogen_Tank = Constraint(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: + # Constraint.Skip if m.liquid_hydrogen_tank_minimum_size_kg == 0.0 + # else ( + # m.BuildLiquidHydrogenTankKg[z, p] + # >= + # m.BuildAnyLiquidHydrogenTank[z, p] * m.liquid_hydrogen_tank_minimum_size_kg + # ) + # ) + # New constraint to limit maximum tank size (can remove if not needed) + m.Build_Maximum_Liquid_Hydrogen_Tank = Constraint( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: m.BuildLiquidHydrogenTankKg[z, p] + <= m.liquid_hydrogen_tank_maximum_size_kg, + ) + + # there must be enough storage to hold _all_ the production each period (net of same-day consumption) + # note: this assumes we cycle the system only once per year (store all energy, then release all energy) + # alternatives: allow monthly or seasonal cycling, or directly model the whole year with inter-day linkages + m.Max_Store_Liquid_Hydrogen = Constraint( + m.LOAD_ZONES, + m.HGP, + rule=lambda m, z, hgp: sum( + m.StoreLiquidHydrogenKg[z, hgts] * m.hgts_scale_to_hgp[hgts] + for hgts in m.HGTS_IN_HGP[hgp] + ) + <= m.LiquidHydrogenTankCapacityKg[z, m.hgp_p[hgp]], + ) + + # RESERVES - VARIABLES AND CONSTRAINTS + # maximum amount that hydrogen fuel cells can contribute to system reserves + # Note: we assume we can't use fuel cells for reserves unless we've also built at least half + # as much electrolyzer capacity and a tank that can provide the reserves for 12 hours + # (this is pretty arbitrary, but avoids just installing a fuel cell as a "free" source of reserves) + m.HydrogenFuelCellMaxReservePower = Var(m.LOAD_ZONES, m.TIMEPOINTS) + m.Hydrogen_FC_Reserve_Capacity_Limit = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.HydrogenFuelCellMaxReservePower[z, t] + <= m.FuelCellCapacityMW[z, m.tp_period[t]], + ) + m.Hydrogen_FC_Reserve_Storage_Limit = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.HydrogenFuelCellMaxReservePower[z, t] + <= m.LiquidHydrogenTankCapacityKg[z, m.tp_period[t]] + * m.hydrogen_fuel_cell_mwh_per_kg + / 12.0, + ) + m.Hydrogen_FC_Reserve_Electrolyzer_Limit = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.HydrogenFuelCellMaxReservePower[z, t] + <= 2.0 * m.ElectrolyzerCapacityMW[z, m.tp_period[t]], + ) + # how much extra power could hydrogen equipment produce or absorb on short notice (for reserves) + m.HydrogenSlackUp = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.RunElectrolyzerMW[z, t] + + m.LiquifyHydrogenMW[z, t] + + m.HydrogenFuelCellMaxReservePower[z, t] + - m.DispatchFuelCellMW[z, t], + ) + m.HydrogenSlackDown = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.ElectrolyzerCapacityMW[z, m.tp_period[t]] + - m.RunElectrolyzerMW[z, t] + # ignore liquifier potential since it's small and this is a low-value reserve product + + m.DispatchFuelCellMW[z, t], + ) + + # Update dynamic lists + + # add electricity consumption and production to the zonal energy balance + m.Zone_Power_Withdrawals.append("RunElectrolyzerMW") + m.Zone_Power_Withdrawals.append("LiquifyHydrogenMW") + m.Zone_Power_Injections.append("DispatchFuelCellMW") + + # add costs to the model + m.HydrogenVariableCost = Expression( + m.TIMEPOINTS, + rule=lambda m, t: sum( + m.ProduceHydrogenKgPerHour[z, t] + * m.hydrogen_electrolyzer_variable_cost_per_kg + + m.LiquifyHydrogenKgPerHour[z, t] + * m.hydrogen_liquifier_variable_cost_per_kg + + m.DispatchFuelCellMW[z, t] * m.hydrogen_fuel_cell_variable_cost_per_mwh + for z in m.LOAD_ZONES + ), + ) + + m.HydrogenFixedCostAnnual = Expression( + m.PERIODS, + rule=lambda m, p: sum( + m.ElectrolyzerCapacityMW[z, p] + * ( + m.hydrogen_electrolyzer_capital_cost_per_mw + * crf(m.interest_rate, m.hydrogen_electrolyzer_life_years) + + m.hydrogen_electrolyzer_fixed_cost_per_mw_year + ) + + m.LiquifierCapacityKgPerHour[z, p] + * ( + m.hydrogen_liquifier_capital_cost_per_kg_per_hour + * crf(m.interest_rate, m.hydrogen_liquifier_life_years) + + m.hydrogen_liquifier_fixed_cost_per_kg_hour_year + ) + + m.LiquidHydrogenTankCapacityKg[z, p] + * ( + m.liquid_hydrogen_tank_capital_cost_per_kg + * crf(m.interest_rate, m.liquid_hydrogen_tank_life_years) + ) + + m.FuelCellCapacityMW[z, p] + * ( + m.hydrogen_fuel_cell_capital_cost_per_mw + * crf(m.interest_rate, m.hydrogen_fuel_cell_life_years) + + m.hydrogen_fuel_cell_fixed_cost_per_mw_year + ) + for z in m.LOAD_ZONES + ), + ) + + # We need to know how much it costs to sell the hydrogen as an expression of the price. + # m.HydrogenSelling = Expression( + # m.TIMEPOINTS, + # rule=lambda m, t: sum( + # # m.ProduceHydrogenKgPerHour[z, t] * m.hydrogenprofit + # m.hydrogen_sell_price[m.tp_period[t]] * m.ProduceHydrogenKgPerHour[z, t] + # for z in m.LOAD_ZONES + # ), + # doc="Hydrogen sell per time point for all the load zones ($)", + # ) + + # Creating hydrogen profit m. which is a function of how much we sell and the price which is a constraint given - total costs + # m.HydrogenProfit = Expression( + # m.TIMEPOINTS, + # rule=lambda m, t: (-m.HydrogenSelling[t] + m.HydrogenVariableCost[t]), + # ) + + # #This is a new function that combines hydrogne selling and hydrogen variable costs + # m.Netvariablecostsell = Expression(m.TIMEPOINTS, rule=lambda m, t: + # sum(m.HydrogenVariableCost[t]) - sum(m.Hydrogenselling[t]) + # ) + # New fixed costs defined above + # m.HydrogenFixedCostAnnual = Expression( + # m.PERIODS, + # rule=lambda m, p: sum( + # m.ElectrolyzerCapacityMW[z, p] + # * ( + # m.hydrogen_electrolyzer_capital_cost_per_mw[p] + # * crf(m.interest_rate, m.hydrogen_electrolyzer_life_years) + # + m.hydrogen_electrolyzer_fixed_cost_per_mw_year[p] + # ) + # for z in m.LOAD_ZONES + # ), + # ) + m.Cost_Components_Per_TP.append("HydrogenVariableCost") + # m.Cost_Components_Per_TP.append('Netvariablecostsell') + # m.Cost_Components_Per_TP.append("HydrogenProfit") + m.Cost_Components_Per_Period.append("HydrogenFixedCostAnnual") + + # Define additional expressions as needed to include in outputs: + + # Hydrogen income per PERIODS + # m.hydrogen_income_per_period = Expression( + # m.PERIODS, + # rule=lambda m, p: m.hydrogen_sell_price[p] + # * sum( + # sum(m.ProduceHydrogenKgPerHour[z, t] for t in m.TPS_IN_PERIOD[p]) + # for z in m.LOAD_ZONES + # ), + # doc="Hydrogen Income per Period ($/period)", + # ) + # Hydrogen generation cost per period ($/y) + m.hydrogen_generation_cost_per_period = Expression( + m.PERIODS, + rule=lambda m, p: m.hydrogen_electrolyzer_variable_cost_per_kg + * sum( + sum(m.ProduceHydrogenKgPerHour[z, t] for t in m.TPS_IN_PERIOD[p]) + for z in m.LOAD_ZONES + ), + doc="Hydrogen generation cost per Period ($/y)", + ) + # Hydrogen generation per Period + m.HydrogenGeneration = Expression( + m.PERIODS, + rule=lambda m, p: sum( + sum(m.ProduceHydrogenKgPerHour[z, t] for t in m.TPS_IN_PERIOD[p]) + for z in m.LOAD_ZONES + ), + ) + + # Hydrogen profit per Period + # m.hydrogen_profit_per_period = Expression( + # m.PERIODS, + # rule=lambda m, p: sum(m.HydrogenProfit[t] for t in m.TPS_IN_PERIOD[p]), + # doc="Hydrogen Profit per Period ($/y)", + # ) + # Electrolyzer capacity MW per Period... not correct, needs fixing + m.electrolyzer_capacity_per_period = Expression( + m.PERIODS, + rule=lambda m, p: sum(m.ElectrolyzerCapacityMW[z, p] for z in m.LOAD_ZONES), + doc="Electrolyzer Capacity per Period MW", + ) + # Electrolyzer use per Period + m.electrolyzer_use_per_period = Expression( + m.PERIODS, + rule=lambda m, p: sum( + sum(m.RunElectrolyzerMW[z, t] for t in m.TPS_IN_PERIOD[p]) + for z in m.LOAD_ZONES + ), + doc="Electrolyzer use per Period", + ) + + +def post_solve(m, outdir): + df = pd.DataFrame( + { + "period": p, + "load_zone": z, + "build_electrolyzer_MW": value(m.BuildElectrolyzerMW[z, p]), + "total_capacity_electrolyzer_MW": value(m.ElectrolyzerCapacityMW[z, p]), + "build_liquifier_kg_hour": value(m.BuildLiquifierKgPerHour[z, p]), + "total_capacity_liquifier_kg_hour": value( + m.LiquifierCapacityKgPerHour[z, p] + ), + "build_tank_kg": value(m.BuildLiquidHydrogenTankKg[z, p]), + "total_capacity_tank_kg": value(m.LiquidHydrogenTankCapacityKg[z, p]), + "build_fuelcell_MW": value(m.BuildFuelCellMW[z, p]), + "total_capacity_fuelcell_MW": value(m.FuelCellCapacityMW[z, p]), + } + for z in m.LOAD_ZONES + for p in m.PERIODS + ) + write_table( + m, + output_file=os.path.join(outdir, "hydrogen_output_period.csv"), + df=df, + index=False, + ) + df = pd.DataFrame( + { + "hgtimeseries": hgts, + "load_zone": z, + "hg_period": m.hgts_hg_period[hgts], + "period": m.hgts_period[hgts], + "tank_store_hydrogen_kg": value(m.StoreLiquidHydrogenKg[z, hgts]), + "tank_withdraw_hydrogen_kg": value(m.WithdrawLiquidHydrogenKg[z, hgts]), + } + for z in m.LOAD_ZONES + for hgts in m.HGTS + ) + write_table( + m, + output_file=os.path.join(outdir, "hydrogen_output_hgtimeseries.csv"), + df=df, + index=False, + ) + df = pd.DataFrame( + { + "timepoint": t, + "load_zone": z, + "hg_timeseries": m.tp_to_hgts[t], + "electrolyzer_demand_MW": value(m.RunElectrolyzerMW[z, t]), + "electrolyzer_hydrogen_produced_kg_hour": value( + m.ProduceHydrogenKgPerHour[z, t] + ), + "liquified_hydrogen_kg_hour": value(m.LiquifyHydrogenKgPerHour[z, t]), + "liquifier_demand_MW": value(m.LiquifyHydrogenMW[z, t]), + "fuelcell_dispatch_MW": value(m.DispatchFuelCellMW[z, t]), + "fuelcell_hydrogen_consumed_kg_hour": value( + m.ConsumeHydrogenKgPerHour[z, t] + ), + } + for z in m.LOAD_ZONES + for t in m.TIMEPOINTS + ) + write_table( + m, + output_file=os.path.join(outdir, "hydrogen_output_timepoint.csv"), + df=df, + index=False, + ) + df = pd.DataFrame( + { + "period": p, + # "hydrogen_income": value(m.hydrogen_income_per_period[p]), + "hydrogen_cost_per_period": value(m.hydrogen_generation_cost_per_period[p]), + "hydrogen_NPV_period": value(m.HydrogenFixedCostAnnual[p]), + # "hydrogen_profit_per_period": value(m.hydrogen_profit_per_period[p]), + "hydrogen_generation_per_period": value(m.HydrogenGeneration[p]), + # "electrolyzer_use_per_period": value(m.electrolyzer_use_per_period[p]), + "electrolyzer_capacity_per_period": value( + m.electrolyzer_capacity_per_period[p] + ), + } + for p in m.PERIODS + ) + write_table( + m, output_file=os.path.join(outdir, "hydrogen_profit.csv"), df=df, index=False + ) + df = pd.DataFrame( + { + "timestamp": t, + "load_zone": z, + "hydrogen_production": value(m.ProduceHydrogenKgPerHour[z, t]), + "electrolyzer_electricity_demand": value(m.RunElectrolyzerMW[z, t]), + } + for z in m.LOAD_ZONES + for t in m.TIMEPOINTS + ) + write_table( + m, + output_file=os.path.join(outdir, "hydrogen_production.csv"), + df=df, + index=False, + ) + + +@graph("electrolyzer_capacity_per_period_s", title="Total Capacity by Period") +def graph_electrolyzer_capacity(tools): + elec_capacity = tools.get_dataframe("hydrogen_profit.csv") + # elec_capacity = tools.pd.read_csv("hydrogen_profit.csv") + # elec_capacity = elec_capacity.drop("hydrogen_income", axis=1) + elec_capacity = elec_capacity.drop("hydrogen_cost_per_period", axis=1) + # elec_capacity = elec_capacity.drop("hydrogen_NPV_period", axis=1) + # elec_capacity = elec_capacity.drop("hydrogen_profit_per_period", axis=1) + elec_capacity = elec_capacity.drop("hydrogen_generation_per_period", axis=1) + elec_capacity.plot( + kind="bar", + ylabel="Capacity MW", + ax=tools.get_axes(), + xlabel="Period", + x="period", + ) + + +# @graph("hydrogen_income_s", title="Hydrogen Income by Period") +# is this aggregating income or showing the profit by period (ie. if you make 2$ in p1 then 5$ in p2 will the second bar show 7$) +# def graph_hydrogen_income(tools): +# hydrogen_income = tools.get_dataframe("hydrogen_profit.csv") +# hydrogen_income = tools.pd.read_csv("hydrogen_profit.csv") +# hydrogen_income = hydrogen_income.drop("electrolyzer_capacity_per_period", axis=1) +# hydrogen_income = hydrogen_income.drop("hydrogen_cost_per_period", axis=1) +# hydrogen_income = hydrogen_income.drop("hydrogen_NPV_period", axis=1) +# hydrogen_income = hydrogen_income.drop("hydrogen_profit_per_period", axis=1) +# hydrogen_income = hydrogen_income.drop("hydrogen_generation_per_period", axis=1) +# hydrogen_income.plot( +# kind="bar", ax=tools.get_axes(), ylabel="Income USD", xlabel="Period" +# ) + + +# @graph("hydrogen_profit_per_period_s", title="Hydrogen Profit per Period") +# def graph_hydrogen_profit_per_period(tools): +# hydrogen_profit_pp = tools.get_dataframe("hydrogen_profit.csv") +# hydrogen_profit_pp = hydrogen_profit_pp.drop( +# "electrolyzer_capacity_per_period", axis=1 +# ) +# hydrogen_profit_pp = hydrogen_profit_pp.drop("hydrogen_cost_per_period", axis=1) +# hydrogen_profit_pp = hydrogen_profit_pp.drop("hydrogen_NPV_period", axis=1) +# hydrogen_profit_pp = hydrogen_profit_pp.drop("hydrogen_income", axis=1) +# hydrogen_profit_pp = hydrogen_profit_pp.drop( +# "hydrogen_generation_per_period", axis=1 +# ) +# hydrogen_profit_pp.plot( +# kind="bar", ax=tools.get_axes(), ylabel="Profit USD", xlabel="Period" +# ) + + +# @graph("hydrogen_generation_per_period_s", title="Total Hydrogen Generation by Period") +# is the correct unit mwh? +# def graph_hydrogen_generation_per_period(tools): +# hydrogen_generation_pp = tools.get_dataframe("hydrogen_profit.csv") +# hydrogen_generation_pp = hydrogen_generation_pp.drop("hydrogen_income", axis=1) +# hydrogen_generation_pp = hydrogen_generation_pp.drop( +# "hydrogen_cost_per_period", axis=1 +# ) +# hydrogen_generation_pp = hydrogen_generation_pp.drop("hydrogen_NPV_period", axis=1) +# hydrogen_generation_pp = hydrogen_generation_pp.drop( +# "hydrogen_profit_per_period", axis=1 +# ) +# hydrogen_generation_pp = hydrogen_generation_pp.drop( +# "electrolyzer_capacity_per_period", axis=1 +# ) +# hydrogen_generation_pp.plot( +# kind="bar", ax=tools.get_axes(), ylabel="Generation mWh", xlabel="Period" +# ) diff --git a/switch_model/generators/extensions/storage.py b/switch_model/generators/extensions/storage.py index 8f8ec1687..de5ee8a00 100644 --- a/switch_model/generators/extensions/storage.py +++ b/switch_model/generators/extensions/storage.py @@ -5,15 +5,51 @@ This module defines storage technologies. It builds on top of generic generators, adding components for deciding how much energy to build into storage, when to charge, energy accounting, etc. + +INPUT FILE FORMAT + Import storage parameters. Optional columns are noted with a *. + + generation_projects_info.csv + GENERATION_PROJECT, ... + gen_storage_efficiency, gen_discharge_efficiency*, gen_store_to_release_ratio*, + gen_storage_energy_to_power_ratio*, gen_storage_max_cycles_per_year* + gen_self_discharge_rate*, gen_land_use_rate* + + # TODO: maybe move the columns above to a storage_gen_info file to avoid the weird index + # reading and avoid having to create these extra columns for all projects; + # Alternatively, say that these values are specified for _all_ projects (maybe with None + # as default) and then define STORAGE_GENS as the subset of projects for which + # gen_storage_efficiency has been specified, then require valid settings for all + # STORAGE_GENS. + + gen_build_costs.csv + GENERATION_PROJECT, build_year, ... + gen_storage_energy_overnight_cost + + gen_build_predetermined.csv + GENERATION_PROJECT, build_year, ..., + gen_predetermined_storage_energy_mwh* + """ +import math + +import pandas as pd +from scipy import fft from pyomo.environ import * import os, collections from switch_model.financials import capital_recovery_factor as crf +from switch_model.tools.graph import graph + +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.energy_sources.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", +) -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.energy_sources.properties', \ - 'switch_model.generators.core.build', 'switch_model.generators.core.dispatch' def define_components(mod): """ @@ -35,6 +71,13 @@ def define_components(mod): for extended time perios, then those behaviors will need to be modeled in more detail. + gen_discharge_efficiency[STORAGE_GENS] describes the efficiency during + discharging. A discharge efficiency of 0.90 means that 90% of the energy + stored reaches the grid during discharging. Note that gen_storage_efficiency + is the efficiency while charging. To only specify the round trip efficiency + set gen_storage_efficiency to the round trip efficiency and leave this + parameter at its default of 1. + gen_store_to_release_ratio[STORAGE_GENS] describes the maximum rate that energy can be stored, expressed as a ratio of discharge power capacity. This is an optional parameter and will default to 1. If a @@ -53,6 +96,13 @@ def define_components(mod): per year; one cycle is defined as discharging an amount of energy equal to the storage capacity of the project. + gen_self_discharge_rate[STORAGE_GENS] is the fraction of the charge that is lost + over a day. This is used for certain types of storage such as thermal energy + storage that slowly loses its charge over time. Default is 0 (no self discharge). + + gen_land_use_rate[STORAGE_GENS] is the amount of land used in square meters per MWh + of storage for the given storage technology. Defaults to 0. + gen_storage_energy_overnight_cost[(g, bld_yr) in STORAGE_GEN_BLD_YRS] is the overnight capital cost per MWh of energy capacity for building the given storage technology installed in the @@ -60,6 +110,12 @@ def define_components(mod): Note that this describes the energy component and the overnight_cost describes the power component. + gen_predetermined_storage_energy_mwh[(g, bld_yr) in + PREDETERMINED_GEN_BLD_YRS] is the amount of storage that has either been + installed previously, or is slated for installation and is not a free + decision variable. This is analogous to gen_predetermined_cap, but in + units of energy of storage capacity (MWh) rather than power (MW). + BuildStorageEnergy[(g, bld_yr) in STORAGE_GEN_BLD_YRS] is a decision of how much energy capacity to build onto a storage project. This is analogous to BuildGen, but for energy rather than power. @@ -95,76 +151,176 @@ def define_components(mod): State_Of_Charge_Upper_Limit[(g, t) in STORAGE_GEN_TPS] constrains StateOfCharge based on installed energy capacity. + LandUseRate[g, period] is an expression for the amount of land used + in meters squared for a given storage project during a given period. """ - mod.STORAGE_GENS = Set(within=mod.GENERATION_PROJECTS) + mod.STORAGE_GENS = Set(within=mod.GENERATION_PROJECTS, dimen=1) mod.STORAGE_GEN_PERIODS = Set( within=mod.GEN_PERIODS, - initialize=lambda m: [(g, p) for g in m.STORAGE_GENS for p in m.PERIODS_FOR_GEN[g]] + initialize=lambda m: [ + (g, p) for g in m.STORAGE_GENS for p in m.PERIODS_FOR_GEN[g] + ], ) mod.gen_storage_efficiency = Param( mod.STORAGE_GENS, - within=PercentFraction) + input_file="generation_projects_info.csv", + within=PercentFraction, + ) + mod.gen_discharge_efficiency = Param( + mod.STORAGE_GENS, + within=PercentFraction, + default=1, + input_file="generation_projects_info.csv", + doc="The percent of stored energy that reaches the grid during discharging", + ) # TODO: rename to gen_charge_to_discharge_ratio? mod.gen_store_to_release_ratio = Param( mod.STORAGE_GENS, within=NonNegativeReals, - default=1.0) + input_file="generation_projects_info.csv", + default=1.0, + ) mod.gen_storage_energy_to_power_ratio = Param( mod.STORAGE_GENS, + input_file="generation_projects_info.csv", within=NonNegativeReals, - default=float("inf")) # inf is a flag that no value is specified (nan and None don't work) + default=float("inf"), + ) # inf is a flag that no value is specified (nan and None don't work) mod.gen_storage_max_cycles_per_year = Param( mod.STORAGE_GENS, within=NonNegativeReals, - default=float('inf')) + input_file="generation_projects_info.csv", + default=float("inf"), + ) + mod.gen_self_discharge_rate = Param( + mod.STORAGE_GENS, + within=PercentFraction, + default=0, + input_file="generation_projects_info.csv", + doc="Percent of stored energy lost per day.", + ) + mod.gen_land_use_rate = Param( + mod.STORAGE_GENS, + within=NonNegativeReals, + default=0, + input_file="generation_projects_info.csv", + doc="Meters squared of land used per MWh of storage", + ) - # TODO: build this set up instead of filtering down, to improve performance mod.STORAGE_GEN_BLD_YRS = Set( dimen=2, - initialize=mod.GEN_BLD_YRS, - filter=lambda m, g, bld_yr: g in m.STORAGE_GENS) + initialize=lambda m: [ + (g, bld_yr) for g in m.STORAGE_GENS for bld_yr in m.BLD_YRS_FOR_GEN[g] + ], + ) mod.gen_storage_energy_overnight_cost = Param( mod.STORAGE_GEN_BLD_YRS, - within=NonNegativeReals) - mod.min_data_check('gen_storage_energy_overnight_cost') + input_file="gen_build_costs.csv", + within=NonNegativeReals, + ) + mod.min_data_check("gen_storage_energy_overnight_cost") + mod.gen_predetermined_storage_energy_mwh = Param( + mod.PREDETERMINED_GEN_BLD_YRS, + input_file="gen_build_predetermined.csv", + within=NonNegativeReals, + ) + mod.PREDETERMINED_STORAGE_GEN_BLD_YRS = Set( + initialize=mod.PREDETERMINED_GEN_BLD_YRS, + filter=lambda m, g, bld_yr: (g, bld_yr) + in m.gen_predetermined_storage_energy_mwh, + ) + + def bounds_BuildStorageEnergy(m, g, bld_yr): + if (g, bld_yr) in m.PREDETERMINED_STORAGE_GEN_BLD_YRS: + return ( + m.gen_predetermined_storage_energy_mwh[g, bld_yr], + m.gen_predetermined_storage_energy_mwh[g, bld_yr], + ) + else: + return (0, None) + mod.BuildStorageEnergy = Var( mod.STORAGE_GEN_BLD_YRS, - within=NonNegativeReals) + within=NonNegativeReals, + bounds=bounds_BuildStorageEnergy, + ) - # Summarize capital costs of energy storage for the objective function. - mod.StorageEnergyInstallCosts = Expression( + # Some projects are retired before the first study period, so they + # don't appear in the objective function or any constraints. + # In this case, pyomo may leave the variable value undefined even + # after a solve, instead of assigning a value within the allowed + # range. This causes errors in the Progressive Hedging code, which + # expects every variable to have a value after the solve. So as a + # starting point we assign an appropriate value to all the existing + # projects here. + # TODO Don't include projects that are retired in the first study period in + # the model in the first place. Same thing in build.py with BuildGen. + def BuildStorageEnergy_assign_default_value(m, g, bld_yr): + m.BuildStorageEnergy[g, bld_yr] = m.gen_predetermined_storage_energy_mwh[ + g, bld_yr + ] + + mod.BuildStorageEnergy_assign_default_value = BuildAction( + mod.PREDETERMINED_STORAGE_GEN_BLD_YRS, + rule=BuildStorageEnergy_assign_default_value, + ) + + # Summarize capital costs of energy storage for the objective function + # Note: A bug in to 2.0.0b3 - 2.0.5, assigned costs that were several times + # too high + mod.StorageEnergyFixedCost = Expression( mod.PERIODS, - rule=lambda m, p: sum(m.BuildStorageEnergy[g, bld_yr] * - m.gen_storage_energy_overnight_cost[g, bld_yr] * - crf(m.interest_rate, m.gen_max_age[g]) - for (g, bld_yr) in m.STORAGE_GEN_BLD_YRS)) - mod.Cost_Components_Per_Period.append( - 'StorageEnergyInstallCosts') + rule=lambda m, p: sum( + sum( + m.BuildStorageEnergy[g, bld_yr] + * m.gen_storage_energy_overnight_cost[g, bld_yr] + * crf(m.interest_rate, m.gen_max_age[g]) + for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, p] + ) + for g in m.STORAGE_GENS + ), + ) + mod.Cost_Components_Per_Period.append("StorageEnergyFixedCost") + + # 2.0.0b3 code: + # mod.StorageEnergyInstallCosts = Expression( + # mod.PERIODS, + # rule=lambda m, p: sum(m.BuildStorageEnergy[g, bld_yr] * + # m.gen_storage_energy_overnight_cost[g, bld_yr] * + # crf(m.interest_rate, m.gen_max_age[g]) + # for (g, bld_yr) in m.STORAGE_GEN_BLD_YRS)) mod.StorageEnergyCapacity = Expression( - mod.STORAGE_GENS, mod.PERIODS, + mod.STORAGE_GENS, + mod.PERIODS, rule=lambda m, g, period: sum( m.BuildStorageEnergy[g, bld_yr] - for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, period])) + for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, period] + ), + ) + + mod.LandUse = Expression( + mod.STORAGE_GENS, + mod.PERIODS, + rule=lambda m, g, p: m.gen_land_use_rate[g] * m.StorageEnergyCapacity[g, p], + ) mod.STORAGE_GEN_TPS = Set( dimen=2, initialize=lambda m: ( - (g, tp) - for g in m.STORAGE_GENS - for tp in m.TPS_FOR_GEN[g])) + (g, tp) for g in m.STORAGE_GENS for tp in m.TPS_FOR_GEN[g] + ), + ) - mod.ChargeStorage = Var( - mod.STORAGE_GEN_TPS, - within=NonNegativeReals) + mod.ChargeStorage = Var(mod.STORAGE_GEN_TPS, within=NonNegativeReals) # Summarize storage charging for the energy balance equations # TODO: rename this StorageTotalCharging or similar (to indicate it's a # sum for a zone, not a net quantity for a project) def rule(m, z, t): # Construct and cache a set for summation as needed - if not hasattr(m, 'Storage_Charge_Summation_dict'): + if not hasattr(m, "Storage_Charge_Summation_dict"): m.Storage_Charge_Summation_dict = collections.defaultdict(set) for g, t2 in m.STORAGE_GEN_TPS: z2 = m.gen_load_zone[g] @@ -172,122 +328,479 @@ def rule(m, z, t): # Use pop to free memory relevant_projects = m.Storage_Charge_Summation_dict.pop((z, t), {}) return sum(m.ChargeStorage[g, t] for g in relevant_projects) + mod.StorageNetCharge = Expression(mod.LOAD_ZONES, mod.TIMEPOINTS, rule=rule) # Register net charging with zonal energy balance. Discharging is already # covered by DispatchGen. - mod.Zone_Power_Withdrawals.append('StorageNetCharge') + mod.Zone_Power_Withdrawals.append("StorageNetCharge") # use fixed energy/power ratio (# hours of capacity) when specified mod.Enforce_Fixed_Energy_Storage_Ratio = Constraint( mod.STORAGE_GEN_BLD_YRS, - rule=lambda m, g, y: - Constraint.Skip if m.gen_storage_energy_to_power_ratio[g] == float("inf") # no value specified - else - (m.BuildStorageEnergy[g, y] == m.gen_storage_energy_to_power_ratio[g] * m.BuildGen[g, y]) + rule=lambda m, g, y: Constraint.Skip + if m.gen_storage_energy_to_power_ratio[g] == float("inf") # no value specified + else ( + m.BuildStorageEnergy[g, y] + == m.gen_storage_energy_to_power_ratio[g] * m.BuildGen[g, y] + ), ) def Charge_Storage_Upper_Limit_rule(m, g, t): - return m.ChargeStorage[g,t] <= \ - m.DispatchUpperLimit[g, t] * m.gen_store_to_release_ratio[g] + return ( + m.ChargeStorage[g, t] + <= m.DispatchUpperLimit[g, t] * m.gen_store_to_release_ratio[g] + ) + mod.Charge_Storage_Upper_Limit = Constraint( - mod.STORAGE_GEN_TPS, - rule=Charge_Storage_Upper_Limit_rule) + mod.STORAGE_GEN_TPS, rule=Charge_Storage_Upper_Limit_rule + ) + + mod.StateOfCharge = Var(mod.STORAGE_GEN_TPS, within=NonNegativeReals) - mod.StateOfCharge = Var( + mod.StorageFlow = Expression( mod.STORAGE_GEN_TPS, - within=NonNegativeReals) + rule=lambda m, g, t: m.ChargeStorage[g, t] * m.gen_storage_efficiency[g] + - m.DispatchGen[g, t] / m.gen_discharge_efficiency[g], + ) def Track_State_Of_Charge_rule(m, g, t): - return m.StateOfCharge[g, t] == \ - m.StateOfCharge[g, m.tp_previous[t]] + \ - (m.ChargeStorage[g, t] * m.gen_storage_efficiency[g] - - m.DispatchGen[g, t]) * m.tp_duration_hrs[t] + storage_efficiency = 1 - m.gen_self_discharge_rate[g] + tp_duration_days = m.tp_duration_hrs[t] / 24 + # Energy in storage that remains from the energy in storage at the previous timepoint + carry_over_energy = ( + m.StateOfCharge[g, m.tp_previous[t]] + * storage_efficiency**tp_duration_days + ) + # Energy change due to flow in or out of the battery (StorageFlow). + flow_energy = m.StorageFlow[g, t] * ( + # If there's no decay, it's simply StorageFlow * tp_duration_hrs + m.tp_duration_hrs[t] + if storage_efficiency == 1 + else + # If there is decay, we need to account for energy decay during the timepoint duration. + # To derive the following expression, simply solve the differential equation: + # dZ/dt = -rZ + StorageFlow + # where r is the instantaneous decay rate, Z is the state of charge and t is time. + # Note that exp(-24r) = (1 - daily_decay_rate). + 24 + * (storage_efficiency**tp_duration_days - 1) + / math.log(storage_efficiency) + ) + + return m.StateOfCharge[g, t] == carry_over_energy + flow_energy + mod.Track_State_Of_Charge = Constraint( - mod.STORAGE_GEN_TPS, - rule=Track_State_Of_Charge_rule) + mod.STORAGE_GEN_TPS, rule=Track_State_Of_Charge_rule + ) def State_Of_Charge_Upper_Limit_rule(m, g, t): - return m.StateOfCharge[g, t] <= \ - m.StorageEnergyCapacity[g, m.tp_period[t]] + return m.StateOfCharge[g, t] <= m.StorageEnergyCapacity[g, m.tp_period[t]] + mod.State_Of_Charge_Upper_Limit = Constraint( - mod.STORAGE_GEN_TPS, - rule=State_Of_Charge_Upper_Limit_rule) + mod.STORAGE_GEN_TPS, rule=State_Of_Charge_Upper_Limit_rule + ) # batteries can only complete the specified number of cycles per year, averaged over each period mod.Battery_Cycle_Limit = Constraint( mod.STORAGE_GEN_PERIODS, rule=lambda m, g, p: - # solvers sometimes perform badly with infinite constraint - Constraint.Skip if m.gen_storage_max_cycles_per_year[g] == float('inf') - else ( - sum(m.DispatchGen[g, tp] * m.tp_duration_hrs[tp] for tp in m.TPS_IN_PERIOD[p]) - <= - m.gen_storage_max_cycles_per_year[g] * m.StorageEnergyCapacity[g, p] * m.period_length_years[p] + # solvers sometimes perform badly with infinite constraint + Constraint.Skip + if m.gen_storage_max_cycles_per_year[g] == float("inf") + else ( + sum( + m.DispatchGen[g, tp] * m.tp_duration_hrs[tp] + for tp in m.TPS_IN_PERIOD[p] ) + <= m.gen_storage_max_cycles_per_year[g] + * m.StorageEnergyCapacity[g, p] + * m.period_length_years[p] + ), ) def load_inputs(mod, switch_data, inputs_dir): - """ - - Import storage parameters. Optional columns are noted with a *. - - generation_projects_info.csv - GENERATION_PROJECT, ... - gen_storage_efficiency, gen_store_to_release_ratio*, - gen_storage_energy_to_power_ratio*, gen_storage_max_cycles_per_year* - - gen_build_costs.csv - GENERATION_PROJECT, build_year, ... - gen_storage_energy_overnight_cost - - """ - - # TODO: maybe move these columns to a storage_gen_info file to avoid the weird index - # reading and avoid having to create these extra columns for all projects; - # Alternatively, say that these values are specified for _all_ projects (maybe with None - # as default) and then define STORAGE_GENS as the subset of projects for which - # gen_storage_efficiency has been specified, then require valid settings for all - # STORAGE_GENS. - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'generation_projects_info.csv'), - auto_select=True, - optional_params=['gen_store_to_release_ratio', 'gen_storage_energy_to_power_ratio', 'gen_storage_max_cycles_per_year'], - param=(mod.gen_storage_efficiency, mod.gen_store_to_release_ratio, mod.gen_storage_energy_to_power_ratio, mod.gen_storage_max_cycles_per_year)) # Base the set of storage projects on storage efficiency being specified. # TODO: define this in a more normal way - switch_data.data()['STORAGE_GENS'] = { - None: list(switch_data.data(name='gen_storage_efficiency').keys())} - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'gen_build_costs.csv'), - auto_select=True, - param=(mod.gen_storage_energy_overnight_cost)) + switch_data.data()["STORAGE_GENS"] = { + None: list(switch_data.data(name="gen_storage_efficiency").keys()) + } def post_solve(instance, outdir): """ - Export storage build information to storage_builds.csv, and storage + Export storage build information to storage_builds.csv, + storage capacity to storage_capacity.csv, and storage dispatch info to storage_dispatch.csv """ import switch_model.reporting as reporting + + # Write how much is built each build year for each project to storage_builds.csv reporting.write_table( - instance, instance.STORAGE_GEN_BLD_YRS, + instance, + instance.STORAGE_GEN_BLD_YRS, output_file=os.path.join(outdir, "storage_builds.csv"), - headings=("generation_project", "period", "load_zone", - "IncrementalPowerCapacityMW", "IncrementalEnergyCapacityMWh", - "OnlinePowerCapacityMW", "OnlineEnergyCapacityMWh" ), + headings=( + "generation_project", + "build_year", + "load_zone", + "IncrementalPowerCapacityMW", + "IncrementalEnergyCapacityMWh", + ), values=lambda m, g, bld_yr: ( - g, bld_yr, m.gen_load_zone[g], - m.BuildGen[g, bld_yr], m.BuildStorageEnergy[g, bld_yr], - m.GenCapacity[g, bld_yr], m.StorageEnergyCapacity[g, bld_yr] - )) + g, + bld_yr, + m.gen_load_zone[g], + m.BuildGen[g, bld_yr], + m.BuildStorageEnergy[g, bld_yr], + ), + ) + # Write the total capacity for each project at each period to storage_capacity.csv reporting.write_table( - instance, instance.STORAGE_GEN_TPS, + instance, + instance.STORAGE_GEN_PERIODS, + output_file=os.path.join(outdir, "storage_capacity.csv"), + headings=( + "generation_project", + "period", + "load_zone", + "OnlinePowerCapacityMW", + "OnlineEnergyCapacityMWh", + ), + values=lambda m, g, p: ( + g, + p, + m.gen_load_zone[g], + m.GenCapacity[g, p], + m.StorageEnergyCapacity[g, p], + ), + ) + # Write how much is dispatched by each project at each time point to storage_dispatch.csv + reporting.write_table( + instance, + instance.STORAGE_GEN_TPS, output_file=os.path.join(outdir, "storage_dispatch.csv"), - headings=("generation_project", "timepoint", "load_zone", - "ChargeMW", "DischargeMW", "StateOfCharge"), + # TODO renaming heading to timestamp (and update graphing accordingly) + headings=( + "generation_project", + "timepoint", + "load_zone", + "ChargeMW", + "DischargeMW", + "StateOfCharge", + ), values=lambda m, g, t: ( - g, m.tp_timestamp[t], m.gen_load_zone[g], - m.ChargeStorage[g, t], m.DispatchGen[g, t], - m.StateOfCharge[g, t] - )) + g, + m.tp_timestamp[t], + m.gen_load_zone[g], + m.ChargeStorage[g, t], + m.DispatchGen[g, t], + m.StateOfCharge[g, t], + ), + ) + + +@graph( + "state_of_charge", + title="State of Charge Throughout the Year", + supports_multi_scenario=True, + note="The daily charge/discharge amount is calculated as" + " the difference between the maximum and minimum" + " state of charge in a 1-day rolling window.\n" + "The black line is the 14-day rolling mean of the state of charge.", +) +def graph_state_of_charge(tools): + # Each panel is a period and scenario + panel_group = ["period", "scenario_name"] + rolling_mean_window_size = "14D" + + # Get the total state of charge per timepoint and scenario + soc = tools.get_dataframe("storage_dispatch.csv").rename( + {"StateOfCharge": "value"}, axis=1 + ) + soc = soc.groupby(["timepoint", "scenario_name"], as_index=False).value.sum() + # Convert values to TWh + soc.value /= 1e6 + # Add datetime information + soc = tools.transform.timestamp(soc, key_col="timepoint")[ + panel_group + ["datetime", "value"] + ] + # Count num rows + num_periods = len(soc["period"].unique()) + + # Used later + grouped_soc = soc.set_index("datetime").groupby(panel_group, as_index=False) + + # Calculate the weekly SOC + weekly_soc = ( + grouped_soc.rolling(rolling_mean_window_size, center=True) + .value.mean() + .reset_index() + ) + + # Get the total capacity per period and scenario + capacity = tools.get_dataframe("storage_capacity.csv") + capacity = ( + capacity.groupby(panel_group, as_index=False)["OnlineEnergyCapacityMWh"] + .sum() + .rename({"OnlineEnergyCapacityMWh": "value"}, axis=1) + ) + capacity.value /= 1e6 + capacity["type"] = "Total Energy Capacity" + + # Add information regarding the diurnal cycle to the dataframe + # Find the difference between the min and max for every day of the year + group = grouped_soc.rolling("D", center=True).value + daily_size = ( + (group.max() - group.min()).reset_index().groupby(panel_group, as_index=False) + ) + # Find the mean between the difference of the min and max + avg_daily_size = daily_size.mean()[panel_group + ["value"]] + avg_daily_size["type"] = "Mean Daily Charge/Discharge" + max_daily_size = daily_size.max()[panel_group + ["value"]] + max_daily_size["type"] = "Maximum Daily Charge/Discharge" + + # Determine information for the labels + y_axis_max = capacity.value.max() + label_x_pos = soc["datetime"].median() + + hlines = pd.concat([capacity, avg_daily_size, max_daily_size]) + + # For the max label + hlines["label_pos"] = hlines.value + y_axis_max * 0.05 + hlines["label"] = hlines.value.round(decimals=2) + + # Plot with plotnine + pn = tools.pn + plot = ( + pn.ggplot(soc, pn.aes(x="datetime", y="value")) + + pn.geom_line(color="gray") + + pn.geom_line(data=weekly_soc, color="black") + + pn.labs(y="State of Charge (TWh)", x="Time of Year") + + pn.geom_hline( + pn.aes(yintercept="value", label="label", color="type"), + data=hlines, + linetype="dashed", + ) + + pn.geom_text( + pn.aes(label="label", x=label_x_pos, y="label_pos"), + data=hlines, + fontweight="light", + size="10", + ) + ) + tools.save_figure(by_scenario_and_period(tools, plot, num_periods).draw()) + + +@graph( + "state_of_charge_per_duration", + title="State of Charge Throughout the Year by Duration", + supports_multi_scenario=True, +) +def graph_state_of_charge_per_duration(tools): + # Read the capacity of each project and label they by duration + capacity = tools.get_dataframe("storage_capacity.csv") + capacity["duration"] = ( + capacity["OnlineEnergyCapacityMWh"] / capacity["OnlinePowerCapacityMW"] + ) + capacity["duration"] = tools.pd.cut( + capacity["duration"], + bins=(0, 10, 25, 300, 365), + precision=0, + ) + + # Get the total state of charge at each timepoint for each project + df = tools.get_dataframe("storage_dispatch")[ + ["generation_project", "timepoint", "StateOfCharge", "scenario_name"] + ] + df = tools.transform.timestamp(df, key_col="timepoint") + + # Add the capacity information to the state of charge information + df = df.merge( + capacity, + on=["generation_project", "period", "scenario_name"], + validate="many_to_one", + ) + # Aggregate projects in the same duration group + df = df.groupby( + ["duration", "scenario_name", "datetime", "period"], as_index=False + )[["StateOfCharge", "OnlineEnergyCapacityMWh"]].sum() + # Convert to GWh + # df["StateOfCharge"] /= 1e3 + # Convert to percent + df["StateOfCharge"] /= df["OnlineEnergyCapacityMWh"] + + # Plot with plotnine + pn = tools.pn + plot = ( + pn.ggplot(df, pn.aes(x="datetime", y="StateOfCharge", color="duration")) + + pn.geom_line(alpha=0.5) + + pn.labs( + y="State of Charge (GWh)", x="Time of Year", color="Storage Duration (h)" + ) + ) + + tools.save_figure( + by_scenario_and_period(tools, plot, len(df["period"].unique())).draw() + ) + + +@graph( + "storage_dispatch_frequency", +) +def graph_dispatch_cycles(tools): + df = tools.get_dataframe("storage_dispatch") + # Aggregate by timepoint + df = df.groupby("timepoint", as_index=False).sum() + # Add datetime column + df = tools.transform.timestamp(df, key_col="timepoint") + # Find charge in GWh + df["StateOfCharge"] /= 1e3 + + # Storage Frequency graph + df = df.set_index("datetime") + df = df.sort_index() + charge = df["StateOfCharge"].values + # TODO don't hardcode + timestep = (df.index[1] - df.index[0]).seconds / 3600 + N = len(charge) + yfreq = tools.np.abs(fft.fft(charge, norm="forward")) + xfreq = fft.fftfreq(N, timestep) + + # Drop negative frequencies and first value (0) + yfreq = yfreq[1 : N // 2] * 2 + xfreq = xfreq[1 : N // 2] + + # Plot + ax = tools.get_axes( + "storage_dispatch_frequency", title="Fourier transform of State of Charge" + ) + ax.plot(xfreq, yfreq) + ax.set_xlabel("Cycles per hour") + + # Plot + ax = tools.get_axes( + "storage_dispatch_cycle_duration", + title="Storage cycle duration based on fourier transform" " of state of charge", + ) + ax.semilogx(1 / xfreq, yfreq) + # Plot some key cycle lengths + ax.axvline(24, linestyle="dotted", label="24 hours", color="red") # A day + ax.axvline(24 * 21, linestyle="dotted", label="3 weeks", color="green") # 3 weeks + ax.axvline(24 * 182.5, linestyle="dotted", label="1/2 Year", color="purple") + ax.set_xlabel("Hours per cycle") + ax.legend() + ax.grid(True, which="both", axis="x") + + +@graph("graph_buildout", supports_multi_scenario=True) +def graph_buildout(tools): + """ + Create graphs relating to the storage that has been built + """ + df = tools.get_dataframe("storage_builds.csv") + df = tools.transform.load_zone(df) + # Filter out rows where there's no power built + df = df[df["IncrementalPowerCapacityMW"] != 0] + df["duration"] = ( + df["IncrementalEnergyCapacityMWh"] / df["IncrementalPowerCapacityMW"] + ) + df["power"] = df["IncrementalPowerCapacityMW"] / 1e3 + df["energy"] = df["IncrementalEnergyCapacityMWh"] / 1e3 + df = tools.transform.build_year(df) + pn = tools.pn + num_regions = len(df["region"].unique()) + plot = ( + pn.ggplot(df, pn.aes(x="duration", y="power", color="build_year")) + + pn.geom_point() + + pn.labs( + title="Storage Buildout", + color="Build Year", + x="Duration (h)", + y="Power Capacity (GW)", + ) + ) + + tools.save_figure(by_scenario(tools, plot).draw(), "storage_duration") + tools.save_figure( + by_scenario_and_region(tools, plot, num_regions).draw(), + "storage_duration_by_region", + ) + + plot = ( + pn.ggplot(df, pn.aes(x="duration")) + + pn.geom_histogram(pn.aes(weight="power"), binwidth=5) + + pn.labs( + title="Storage Duration Histogram", + x="Duration (h)", + y="Power Capacity (GW)", + ) + ) + + tools.save_figure(by_scenario(tools, plot).draw(), "storage_duration_histogram") + tools.save_figure( + by_scenario_and_region(tools, plot, num_regions).draw(), + "storage_duration_histogram_by_region", + ) + + plot = ( + pn.ggplot(df, pn.aes(x="duration")) + + pn.geom_histogram(pn.aes(weight="energy"), binwidth=5) + + pn.labs( + title="Storage Duration Histogram", + x="Duration (h)", + y="Energy Capacity (GWh)", + ) + ) + + tools.save_figure( + by_scenario(tools, plot).draw(), "storage_duration_histogram_by_energy" + ) + tools.save_figure( + by_scenario_and_region(tools, plot, num_regions).draw(), + "storage_duration_histogram_by_region_and_energy", + ) + + +def by_scenario(tools, plot): + pn = tools.pn + return ( + plot + + pn.facet_grid(". ~ scenario_name") + + pn.theme( + figure_size=( + pn.options.figure_size[0] * tools.num_scenarios, + pn.options.figure_size[1], + ) + ) + ) + + +def by_scenario_and_period(tools, plot, num_periods): + pn = tools.pn + num_periods = min(num_periods, 3) + return ( + plot + + pn.facet_grid("period ~ scenario_name") + + pn.theme( + figure_size=( + pn.options.figure_size[0] * tools.num_scenarios, + pn.options.figure_size[1] * num_periods, + ) + ) + ) + + +def by_scenario_and_region(tools, plot, num_regions): + pn = tools.pn + num_regions = min(num_regions, 5) + return ( + plot + + pn.facet_grid("scenario_name ~ region") + + pn.theme( + figure_size=( + pn.options.figure_size[0] * num_regions, + pn.options.figure_size[1] * tools.num_scenarios, + ) + ) + ) diff --git a/switch_model/hawaii/batteries.py b/switch_model/hawaii/batteries.py index b7cec7e61..1a84f78cb 100644 --- a/switch_model/hawaii/batteries.py +++ b/switch_model/hawaii/batteries.py @@ -2,6 +2,7 @@ import os from pyomo.environ import * + def define_components(m): # It's not clear how best to model battery cell replacement @@ -36,18 +37,23 @@ def define_components(m): # we treat storage as infinitely long-lived (so we pay just interest on the loan), # but charge a usage fee corresponding to the reduction in life during each cycle # (i.e., enough to restore it to like-new status, on average) - m.battery_cost_per_mwh_cycled = Param(initialize = lambda m: - m.battery_capital_cost_per_mwh_capacity / (m.battery_n_cycles * m.battery_max_discharge) + m.battery_cost_per_mwh_cycled = Param( + initialize=lambda m: m.battery_capital_cost_per_mwh_capacity + / (m.battery_n_cycles * m.battery_max_discharge) ) - m.battery_fixed_cost_per_year = Param(initialize = lambda m: - m.battery_capital_cost_per_mwh_capacity * m.interest_rate + m.battery_fixed_cost_per_year = Param( + initialize=lambda m: m.battery_capital_cost_per_mwh_capacity * m.interest_rate ) # amount of battery capacity to build and use (in MWh) # TODO: integrate this with other project data, so it can contribute to reserves, etc. m.BuildBattery = Var(m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals) - m.Battery_Capacity = Expression(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - sum(m.BuildBattery[z, pp] for pp in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p]) + m.Battery_Capacity = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.BuildBattery[z, pp] for pp in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + ), ) # rate of charging/discharging battery @@ -58,50 +64,69 @@ def define_components(m): m.BatteryLevel = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) # add storage to the zonal energy balance - m.Zone_Power_Injections.append('DischargeBattery') - m.Zone_Power_Withdrawals.append('ChargeBattery') + m.Zone_Power_Injections.append("DischargeBattery") + m.Zone_Power_Withdrawals.append("ChargeBattery") # add the batteries to the objective function - m.Battery_Variable_Cost = Expression(m.TIMEPOINTS, rule=lambda m, t: - sum(m.battery_cost_per_mwh_cycled * m.DischargeBattery[z, t] for z in m.LOAD_ZONES) + m.Battery_Variable_Cost = Expression( + m.TIMEPOINTS, + rule=lambda m, t: sum( + m.battery_cost_per_mwh_cycled * m.DischargeBattery[z, t] + for z in m.LOAD_ZONES + ), ) - m.Battery_Fixed_Cost_Annual = Expression(m.PERIODS, rule=lambda m, p: - sum(m.battery_fixed_cost_per_year * m.Battery_Capacity[z, p] for z in m.LOAD_ZONES) + m.Battery_Fixed_Cost_Annual = Expression( + m.PERIODS, + rule=lambda m, p: sum( + m.battery_fixed_cost_per_year * m.Battery_Capacity[z, p] + for z in m.LOAD_ZONES + ), ) - m.Cost_Components_Per_TP.append('Battery_Variable_Cost') - m.Cost_Components_Per_Period.append('Battery_Fixed_Cost_Annual') + m.Cost_Components_Per_TP.append("Battery_Variable_Cost") + m.Cost_Components_Per_Period.append("Battery_Fixed_Cost_Annual") # Calculate the state of charge based on conservation of energy # NOTE: this is circular for each day # NOTE: the overall level for the day is free, but the levels each timepoint are chained. - m.Battery_Level_Calc = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.BatteryLevel[z, t] == - m.BatteryLevel[z, m.tp_previous[t]] - + m.battery_efficiency * m.ChargeBattery[z, m.tp_previous[t]] - - m.DischargeBattery[z, m.tp_previous[t]] + m.Battery_Level_Calc = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.BatteryLevel[z, t] + == m.BatteryLevel[z, m.tp_previous[t]] + + m.battery_efficiency * m.ChargeBattery[z, m.tp_previous[t]] + - m.DischargeBattery[z, m.tp_previous[t]], ) # limits on storage level - m.Battery_Min_Level = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - (1.0 - m.battery_max_discharge) * m.Battery_Capacity[z, m.tp_period[t]] - <= - m.BatteryLevel[z, t] + m.Battery_Min_Level = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: (1.0 - m.battery_max_discharge) + * m.Battery_Capacity[z, m.tp_period[t]] + <= m.BatteryLevel[z, t], ) - m.Battery_Max_Level = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.BatteryLevel[z, t] - <= - m.Battery_Capacity[z, m.tp_period[t]] + m.Battery_Max_Level = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.BatteryLevel[z, t] + <= m.Battery_Capacity[z, m.tp_period[t]], ) - m.Battery_Max_Charge = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.ChargeBattery[z, t] - <= - m.Battery_Capacity[z, m.tp_period[t]] * m.battery_max_discharge / m.battery_min_discharge_time + m.Battery_Max_Charge = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.ChargeBattery[z, t] + <= m.Battery_Capacity[z, m.tp_period[t]] + * m.battery_max_discharge + / m.battery_min_discharge_time, ) - m.Battery_Max_Disharge = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.DischargeBattery[z, t] - <= - m.Battery_Capacity[z, m.tp_period[t]] * m.battery_max_discharge / m.battery_min_discharge_time + m.Battery_Max_Disharge = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.DischargeBattery[z, t] + <= m.Battery_Capacity[z, m.tp_period[t]] + * m.battery_max_discharge + / m.battery_min_discharge_time, ) @@ -110,4 +135,4 @@ def load_inputs(mod, switch_data, inputs_dir): Import battery data from a .dat file. TODO: change this to allow multiple storage technologies. """ - switch_data.load(filename=os.path.join(inputs_dir, 'batteries.dat')) + switch_data.load(filename=os.path.join(inputs_dir, "batteries.dat")) diff --git a/switch_model/hawaii/batteries_fixed_calendar_life.py b/switch_model/hawaii/batteries_fixed_calendar_life.py index 61bb65fde..ebcbf7006 100644 --- a/switch_model/hawaii/batteries_fixed_calendar_life.py +++ b/switch_model/hawaii/batteries_fixed_calendar_life.py @@ -3,14 +3,19 @@ from pyomo.environ import * from switch_model.financials import capital_recovery_factor as crf + def define_components(m): # TODO: change this to allow multiple storage technologies. # battery capital cost # TODO: accept a single battery_capital_cost_per_mwh_capacity value or the annual values shown here - m.BATTERY_CAPITAL_COST_YEARS = Set() # list of all years for which capital costs are available - m.battery_capital_cost_per_mwh_capacity_by_year = Param(m.BATTERY_CAPITAL_COST_YEARS) + m.BATTERY_CAPITAL_COST_YEARS = ( + Set() + ) # list of all years for which capital costs are available + m.battery_capital_cost_per_mwh_capacity_by_year = Param( + m.BATTERY_CAPITAL_COST_YEARS + ) # TODO: merge this code with batteries.py and auto-select between fixed calendar life and cycle life # based on whether battery_n_years or battery_n_cycles is provided. (Or find some hybrid that can @@ -27,11 +32,14 @@ def define_components(m): # amount of battery capacity to build and use (in MWh) # TODO: integrate this with other project data, so it can contribute to reserves, etc. m.BuildBattery = Var(m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals) - m.Battery_Capacity = Expression(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - sum( + m.Battery_Capacity = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( m.BuildBattery[z, bld_yr] - for bld_yr in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] if bld_yr + m.battery_n_years > p - ) + for bld_yr in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + if bld_yr + m.battery_n_years > p + ), ) # rate of charging/discharging battery @@ -42,8 +50,8 @@ def define_components(m): m.BatteryLevel = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) # add storage dispatch to the zonal energy balance - m.Zone_Power_Injections.append('DischargeBattery') - m.Zone_Power_Withdrawals.append('ChargeBattery') + m.Zone_Power_Injections.append("DischargeBattery") + m.Zone_Power_Withdrawals.append("ChargeBattery") # add the batteries to the objective function @@ -54,96 +62,116 @@ def define_components(m): m.BuildBattery[z, bld_yr] * m.battery_capital_cost_per_mwh_capacity_by_year[bld_yr] * crf(m.interest_rate, m.battery_n_years) - for bld_yr in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] if bld_yr + m.battery_n_years > p - for z in m.LOAD_ZONES - ) + for bld_yr in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + if bld_yr + m.battery_n_years > p + for z in m.LOAD_ZONES + ), ) - m.Cost_Components_Per_Period.append('BatteryAnnualCost') + m.Cost_Components_Per_Period.append("BatteryAnnualCost") # Calculate the state of charge based on conservation of energy # NOTE: this is circular for each day # NOTE: the overall level for the day is free, but the levels each timepoint are chained. - m.Battery_Level_Calc = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.BatteryLevel[z, t] == - m.BatteryLevel[z, m.tp_previous[t]] - + m.tp_duration_hrs[t] * ( - m.battery_efficiency * m.ChargeBattery[z, m.tp_previous[t]] - - m.DischargeBattery[z, m.tp_previous[t]] - ) + m.Battery_Level_Calc = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.BatteryLevel[z, t] + == m.BatteryLevel[z, m.tp_previous[t]] + + m.tp_duration_hrs[t] + * ( + m.battery_efficiency * m.ChargeBattery[z, m.tp_previous[t]] + - m.DischargeBattery[z, m.tp_previous[t]] + ), ) # limits on storage level - m.Battery_Min_Level = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - (1.0 - m.battery_max_discharge) * m.Battery_Capacity[z, m.tp_period[t]] - <= - m.BatteryLevel[z, t] + m.Battery_Min_Level = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: (1.0 - m.battery_max_discharge) + * m.Battery_Capacity[z, m.tp_period[t]] + <= m.BatteryLevel[z, t], ) - m.Battery_Max_Level = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.BatteryLevel[z, t] - <= - m.Battery_Capacity[z, m.tp_period[t]] + m.Battery_Max_Level = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.BatteryLevel[z, t] + <= m.Battery_Capacity[z, m.tp_period[t]], ) - m.Battery_Max_Charge_Rate = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.ChargeBattery[z, t] - <= + m.Battery_Max_Charge_Rate = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.ChargeBattery[z, t] <= # changed 2018-02-20 to allow full discharge in min_discharge_time, # (previously pegged to battery_max_discharge) - m.Battery_Capacity[z, m.tp_period[t]] / m.battery_min_discharge_time + m.Battery_Capacity[z, m.tp_period[t]] / m.battery_min_discharge_time, ) - m.Battery_Max_Discharge_Rate = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.DischargeBattery[z, t] - <= - m.Battery_Capacity[z, m.tp_period[t]] / m.battery_min_discharge_time + m.Battery_Max_Discharge_Rate = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.DischargeBattery[z, t] + <= m.Battery_Capacity[z, m.tp_period[t]] / m.battery_min_discharge_time, ) # how much could output/input be increased on short notice (to provide reserves) - m.BatterySlackUp = Expression(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.Battery_Capacity[z, m.tp_period[t]] / m.battery_min_discharge_time + m.BatterySlackUp = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.Battery_Capacity[z, m.tp_period[t]] + / m.battery_min_discharge_time - m.DischargeBattery[z, t] - + m.ChargeBattery[z, t] + + m.ChargeBattery[z, t], ) - m.BatterySlackDown = Expression(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.Battery_Capacity[z, m.tp_period[t]] / m.battery_min_discharge_time + m.BatterySlackDown = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.Battery_Capacity[z, m.tp_period[t]] + / m.battery_min_discharge_time - m.ChargeBattery[z, t] - + m.DischargeBattery[z, t] + + m.DischargeBattery[z, t], ) # assume batteries can only complete one full cycle per day, averaged over each period # (this was pegged to battery_max_discharge before 2018-02-20) - m.Battery_Cycle_Limit = Constraint(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - sum(m.DischargeBattery[z, tp] * m.tp_duration_hrs[tp] for tp in m.TPS_IN_PERIOD[p]) - <= - m.Battery_Capacity[z, p] * m.period_length_hours[p] + m.Battery_Cycle_Limit = Constraint( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.DischargeBattery[z, tp] * m.tp_duration_hrs[tp] + for tp in m.TPS_IN_PERIOD[p] + ) + <= m.Battery_Capacity[z, p] * m.period_length_hours[p], ) # Register with spinning reserves if it is available - if hasattr(m, 'Spinning_Reserve_Up_Provisions'): + if hasattr(m, "Spinning_Reserve_Up_Provisions"): m.BatterySpinningReserveUp = Expression( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, b, t: - sum(m.BatterySlackUp[z, t] - for z in m.ZONES_IN_BALANCING_AREA[b]) + rule=lambda m, b, t: sum( + m.BatterySlackUp[z, t] for z in m.ZONES_IN_BALANCING_AREA[b] + ), ) - m.Spinning_Reserve_Up_Provisions.append('BatterySpinningReserveUp') + m.Spinning_Reserve_Up_Provisions.append("BatterySpinningReserveUp") m.BatterySpinningReserveDown = Expression( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, b, t: \ - sum(m.BatterySlackDown[z, t] - for z in m.ZONES_IN_BALANCING_AREA[b]) + rule=lambda m, b, t: sum( + m.BatterySlackDown[z, t] for z in m.ZONES_IN_BALANCING_AREA[b] + ), ) - m.Spinning_Reserve_Down_Provisions.append('BatterySpinningReserveDown') + m.Spinning_Reserve_Down_Provisions.append("BatterySpinningReserveDown") def load_inputs(m, switch_data, inputs_dir): """ Import battery data from .dat and .csv files. """ - switch_data.load(filename=os.path.join(inputs_dir, 'batteries.dat')) + switch_data.load(filename=os.path.join(inputs_dir, "batteries.dat")) switch_data.load_aug( optional=False, - filename=os.path.join(inputs_dir, 'battery_capital_cost.csv'), + filename=os.path.join(inputs_dir, "battery_capital_cost.csv"), autoselect=True, index=m.BATTERY_CAPITAL_COST_YEARS, - param=(m.battery_capital_cost_per_mwh_capacity_by_year,)) + param=(m.battery_capital_cost_per_mwh_capacity_by_year,), + ) diff --git a/switch_model/hawaii/demand_response_no_reserves.py b/switch_model/hawaii/demand_response_no_reserves.py index b83ac68a8..79ebf04a6 100644 --- a/switch_model/hawaii/demand_response_no_reserves.py +++ b/switch_model/hawaii/demand_response_no_reserves.py @@ -18,21 +18,35 @@ from pprint import pprint from pyomo.environ import * import switch_model.utilities as utilities -demand_module = None # will be set via command-line options + +demand_module = None # will be set via command-line options from . import util from .util import get + def define_arguments(argparser): - argparser.add_argument("--dr-flat-pricing", action='store_true', default=False, - help="Charge a constant (average) price for electricity, rather than varying hour by hour") - argparser.add_argument("--dr-total-cost-pricing", action='store_true', default=False, - help="Include both marginal and non-marginal(fixed) costs when setting prices") - argparser.add_argument("--dr-demand-module", default=None, + argparser.add_argument( + "--dr-flat-pricing", + action="store_true", + default=False, + help="Charge a constant (average) price for electricity, rather than varying hour by hour", + ) + argparser.add_argument( + "--dr-total-cost-pricing", + action="store_true", + default=False, + help="Include both marginal and non-marginal(fixed) costs when setting prices", + ) + argparser.add_argument( + "--dr-demand-module", + default=None, help="Name of module to use for demand-response bids. This should also be " "specified in the modules list, and should provide calibrate() and bid() functions. " "Pre-written options include constant_elasticity_demand_system or r_demand_system. " - "Specify one of these in the modules list and use --help again to see module-specific options.") + "Specify one of these in the modules list and use --help again to see module-specific options.", + ) + def define_components(m): @@ -61,8 +75,7 @@ def define_components(m): demand_module = sys.modules[m.options.dr_demand_module] # Make sure the model has dual and rc suffixes - if not hasattr(m, "dual"): - m.dual = Suffix(direction=Suffix.IMPORT) + m.enable_duals() if not hasattr(m, "rc"): m.rc = Suffix(direction=Suffix.IMPORT) @@ -76,20 +89,24 @@ def define_components(m): # amount of unserved load during each timepoint m.DRUnservedLoad = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) # total cost for unserved load - m.DR_Unserved_Load_Penalty = Expression(m.TIMEPOINTS, rule=lambda m, tp: - sum(m.DRUnservedLoad[z, tp] * m.dr_unserved_load_penalty_per_mwh for z in m.LOAD_ZONES) + m.DR_Unserved_Load_Penalty = Expression( + m.TIMEPOINTS, + rule=lambda m, tp: sum( + m.DRUnservedLoad[z, tp] * m.dr_unserved_load_penalty_per_mwh + for z in m.LOAD_ZONES + ), ) # add unserved load to the zonal energy balance - m.Zone_Power_Injections.append('DRUnservedLoad') + m.Zone_Power_Injections.append("DRUnservedLoad") # add the unserved load penalty to the model's objective function - m.Cost_Components_Per_TP.append('DR_Unserved_Load_Penalty') + m.Cost_Components_Per_TP.append("DR_Unserved_Load_Penalty") ################### # Price Responsive Demand bids ################## # list of all bids that have been received from the demand system - m.DR_BID_LIST = Set(initialize = [], ordered=True) + m.DR_BID_LIST = Set(initialize=[], ordered=True) # we need an explicit indexing set for everything that depends on DR_BID_LIST # so we can reconstruct it (and them) each time we add an element to DR_BID_LIST # (not needed, and actually doesn't work -- reconstruct() fails for sets) @@ -108,7 +125,9 @@ def define_components(m): m.dr_bid_benefit = Param(m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, mutable=True) # weights to assign to the bids for each timeseries when constructing an optimal demand profile - m.DRBidWeight = Var(m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, within=NonNegativeReals) + m.DRBidWeight = Var( + m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, within=NonNegativeReals + ) # def DR_Convex_Bid_Weight_rule(m, z, ts): # if len(m.DR_BID_LIST) == 0: @@ -119,9 +138,12 @@ def define_components(m): # return (sum(m.DRBidWeight[b, z, ts] for b in m.DR_BID_LIST) == 1) # # choose a convex combination of bids for each zone and timeseries - m.DR_Convex_Bid_Weight = Constraint(m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, z, ts: - Constraint.Skip if len(m.DR_BID_LIST) == 0 - else (sum(m.DRBidWeight[b, z, ts] for b in m.DR_BID_LIST) == 1) + m.DR_Convex_Bid_Weight = Constraint( + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, z, ts: Constraint.Skip + if len(m.DR_BID_LIST) == 0 + else (sum(m.DRBidWeight[b, z, ts] for b in m.DR_BID_LIST) == 1), ) # Since we don't have differentiated prices for each zone, we have to use the same @@ -130,8 +152,11 @@ def define_components(m): # Note: LOAD_ZONES is not an ordered set, so we have to use a trick to get a single # arbitrary one to refer to (next(iter(m.LOAD_ZONES)) would also work). m.DR_Load_Zone_Shared_Bid_Weight = Constraint( - m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, b, z, ts: - m.DRBidWeight[b, z, ts] == m.DRBidWeight[b, list(m.LOAD_ZONES)[0], ts] + m.DR_BID_LIST, + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, b, z, ts: m.DRBidWeight[b, z, ts] + == m.DRBidWeight[b, list(m.LOAD_ZONES)[0], ts], ) # For flat-price models, we have to use the same weight for all timeseries within the @@ -139,16 +164,20 @@ def define_components(m): # induce different adjustments in individual timeseries. if m.options.dr_flat_pricing: m.DR_Flat_Bid_Weight = Constraint( - m.DR_BID_LIST, m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, b, z, ts: - m.DRBidWeight[b, z, ts] - == m.DRBidWeight[b, z, m.tp_ts[m.TPS_IN_PERIOD[m.ts_period[ts]].first()]] + m.DR_BID_LIST, + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, b, z, ts: m.DRBidWeight[b, z, ts] + == m.DRBidWeight[b, z, m.tp_ts[m.TPS_IN_PERIOD[m.ts_period[ts]].first()]], ) - # Optimal level of demand, calculated from available bids (negative, indicating consumption) - m.FlexibleDemand = Expression(m.LOAD_ZONES, m.TIMEPOINTS, - rule=lambda m, z, tp: - sum(m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid[b, z, tp] for b in m.DR_BID_LIST) + m.FlexibleDemand = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, tp: sum( + m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid[b, z, tp] for b in m.DR_BID_LIST + ), ) # replace zone_demand_mw with FlexibleDemand in the energy balance constraint @@ -157,32 +186,38 @@ def define_components(m): # a certain ordering. # m.Zone_Power_Withdrawals.remove('zone_demand_mw') # m.Zone_Power_Withdrawals.append('FlexibleDemand') - idx = m.Zone_Power_Withdrawals.index('zone_demand_mw') - m.Zone_Power_Withdrawals[idx] = 'FlexibleDemand' + idx = m.Zone_Power_Withdrawals.index("zone_demand_mw") + m.Zone_Power_Withdrawals[idx] = "FlexibleDemand" # private benefit of the electricity consumption # (i.e., willingness to pay for the current electricity supply) # reported as negative cost, i.e., positive benefit # also divide by number of timepoints in the timeseries # to convert from a cost per timeseries to a cost per timepoint. - m.DR_Welfare_Cost = Expression(m.TIMEPOINTS, rule=lambda m, tp: - (-1.0) - * sum(m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid_benefit[b, z, m.tp_ts[tp]] - for b in m.DR_BID_LIST for z in m.LOAD_ZONES) - * m.tp_duration_hrs[tp] / m.ts_num_tps[m.tp_ts[tp]] + m.DR_Welfare_Cost = Expression( + m.TIMEPOINTS, + rule=lambda m, tp: (-1.0) + * sum( + m.DRBidWeight[b, z, m.tp_ts[tp]] * m.dr_bid_benefit[b, z, m.tp_ts[tp]] + for b in m.DR_BID_LIST + for z in m.LOAD_ZONES + ) + * m.tp_duration_hrs[tp] + / m.ts_num_tps[m.tp_ts[tp]], ) # add the private benefit to the model's objective function - m.Cost_Components_Per_TP.append('DR_Welfare_Cost') + m.Cost_Components_Per_TP.append("DR_Welfare_Cost") # annual costs, recovered via baseline prices # but not included in switch's calculation of costs m.other_costs = Param(m.PERIODS, mutable=True, default=0.0) - m.Cost_Components_Per_Period.append('other_costs') + m.Cost_Components_Per_Period.append("other_costs") # variable to store the baseline data m.base_data = None + def pre_iterate(m): # could all prev values be stored in post_iterate? # then this func would just alter the model based on values calculated in post_iterate @@ -195,20 +230,28 @@ def pre_iterate(m): # store various properties from previous model solution for later reference m.prev_marginal_cost = ( - {(z, tp): None for z in m.LOAD_ZONES for tp in m.TIMEPOINTS} # model hasn't been solved yet - if m.iteration_number == 0 else - {(z, tp): electricity_marginal_cost(m, z, tp) for z in m.LOAD_ZONES for tp in m.TIMEPOINTS} + { + (z, tp): None for z in m.LOAD_ZONES for tp in m.TIMEPOINTS + } # model hasn't been solved yet + if m.iteration_number == 0 + else { + (z, tp): electricity_marginal_cost(m, z, tp) + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS + } ) m.prev_demand = ( - {(z, tp): None for z in m.LOAD_ZONES for tp in m.TIMEPOINTS} # model hasn't been solved yet - if m.iteration_number == 0 else - {(z, tp): electricity_demand(m, z, tp) for z in m.LOAD_ZONES for tp in m.TIMEPOINTS} - ) - m.prev_SystemCost = ( - None - if m.iteration_number == 0 else - value(m.SystemCost) + { + (z, tp): None for z in m.LOAD_ZONES for tp in m.TIMEPOINTS + } # model hasn't been solved yet + if m.iteration_number == 0 + else { + (z, tp): electricity_demand(m, z, tp) + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS + } ) + m.prev_SystemCost = None if m.iteration_number == 0 else value(m.SystemCost) if m.iteration_number > 0: # store cost of previous solution before it gets altered by update_demand() @@ -228,65 +271,81 @@ def pre_iterate(m): # different solution that would be much better than the one we have now. # This ignores other solutions far away, where an integer variable is flipped, # but that's OK. (?) - prev_cost = value(sum( - ( - sum( - m.prev_marginal_cost[z, tp] * m.prev_demand[z, tp] + prev_cost = value( + sum( + ( + sum( + m.prev_marginal_cost[z, tp] * m.prev_demand[z, tp] for z in m.LOAD_ZONES - ) + m.DR_Welfare_Cost[tp] - ) * m.bring_timepoint_costs_to_base_year[tp] + ) + + m.DR_Welfare_Cost[tp] + ) + * m.bring_timepoint_costs_to_base_year[tp] for ts in m.TIMESERIES - for tp in m.TPS_IN_TS[ts] - )) + for tp in m.TPS_IN_TS[ts] + ) + ) # get the next bid and attach it to the model update_demand(m) - b = m.DR_BID_LIST.last() # current bid number + b = m.DR_BID_LIST.last() # current bid number if m.iteration_number > 0: # get an estimate of best possible net cost of serving load # (if we could completely serve the last bid at the prices we quoted, # that would be an optimum; the actual cost may be higher but never lower) - best_cost = value(sum( + best_cost = value( sum( - m.prev_marginal_cost[z, tp] * m.dr_bid[b, z, tp] - - m.dr_bid_benefit[b, z, ts] * m.tp_duration_hrs[tp] / m.ts_num_tps[ts] - for z in m.LOAD_ZONES + sum( + m.prev_marginal_cost[z, tp] * m.dr_bid[b, z, tp] + - m.dr_bid_benefit[b, z, ts] + * m.tp_duration_hrs[tp] + / m.ts_num_tps[ts] + for z in m.LOAD_ZONES + ) + * m.bring_timepoint_costs_to_base_year[tp] + for ts in m.TIMESERIES + for tp in m.TPS_IN_TS[ts] ) - * m.bring_timepoint_costs_to_base_year[tp] - for ts in m.TIMESERIES - for tp in m.TPS_IN_TS[ts] - )) - print("lower bound={}, previous cost={}, ratio={}".format( - best_cost, prev_cost, prev_cost/best_cost)) + ) + print( + "lower bound={}, previous cost={}, ratio={}".format( + best_cost, prev_cost, prev_cost / best_cost + ) + ) # Check for convergence -- optimality gap is less than 0.1% of best possible cost # (which may be negative) # TODO: index this to the direct costs, rather than the direct costs minus benefits # as it stands, it converges with about $50,000,000 optimality gap, which is about # 3% of direct costs. - converged = (m.iteration_number > 0 and (prev_cost - best_cost)/abs(best_cost) <= 0.0001) + converged = ( + m.iteration_number > 0 and (prev_cost - best_cost) / abs(best_cost) <= 0.0001 + ) return converged + def post_iterate(m): print("\n\n=======================================================") print("Solved model") print("=======================================================") print("Total cost: ${v:,.0f}".format(v=value(m.SystemCost))) - # TODO: # maybe calculate prices for the next round here and attach them to the # model, so they can be reported as final prices (currently we don't # report the final prices, only the prices prior to the final model run) - SystemCost = value(m.SystemCost) # calculate once to save time - print("prev_SystemCost={}, SystemCost={}, ratio={}".format( - m.prev_SystemCost, SystemCost, - None if m.prev_SystemCost is None else SystemCost/m.prev_SystemCost - )) + SystemCost = value(m.SystemCost) # calculate once to save time + print( + "prev_SystemCost={}, SystemCost={}, ratio={}".format( + m.prev_SystemCost, + SystemCost, + None if m.prev_SystemCost is None else SystemCost / m.prev_SystemCost, + ) + ) tag = m.options.scenario_name outputs_dir = m.options.outputs_dir @@ -296,12 +355,23 @@ def post_iterate(m): util.create_table( output_file=os.path.join(outputs_dir, "bid_{t}.csv".format(t=tag)), headings=( - "bid_num", "load_zone", "timeseries", "timepoint", "marginal_cost", "price", - "bid_load", "wtp", "base_price", "base_load" - ) + "bid_num", + "load_zone", + "timeseries", + "timepoint", + "marginal_cost", + "price", + "bid_load", + "wtp", + "base_price", + "base_load", + ), ) - b = m.DR_BID_LIST.last() # current bid - util.append_table(m, m.LOAD_ZONES, m.TIMEPOINTS, + b = m.DR_BID_LIST.last() # current bid + util.append_table( + m, + m.LOAD_ZONES, + m.TIMEPOINTS, output_file=os.path.join(outputs_dir, "bid_{t}.csv".format(t=tag)), values=lambda m, z, tp: ( b, @@ -314,18 +384,28 @@ def post_iterate(m): m.dr_bid_benefit[b, z, m.tp_ts[tp]], m.base_data_dict[z, tp][1], m.base_data_dict[z, tp][0], - ) + ), ) # store the current bid weights for future reference if m.iteration_number == 0: util.create_table( output_file=os.path.join(outputs_dir, "bid_weights_{t}.csv".format(t=tag)), - headings=("iteration", "load_zone", "timeseries", "bid_num", "weight") + headings=("iteration", "load_zone", "timeseries", "bid_num", "weight"), ) - util.append_table(m, m.LOAD_ZONES, m.TIMESERIES, m.DR_BID_LIST, + util.append_table( + m, + m.LOAD_ZONES, + m.TIMESERIES, + m.DR_BID_LIST, output_file=os.path.join(outputs_dir, "bid_weights_{t}.csv".format(t=tag)), - values=lambda m, z, ts, b: (len(m.DR_BID_LIST), z, ts, b, m.DRBidWeight[b, z, ts]) + values=lambda m, z, ts, b: ( + len(m.DR_BID_LIST), + z, + ts, + b, + m.DRBidWeight[b, z, ts], + ), ) # report the dual costs @@ -346,24 +426,28 @@ def update_demand(m): and marginal costs to calibrate the demand system, and then replaces the fixed demand with the flexible demand system. """ - first_run = (m.base_data is None) + first_run = m.base_data is None print("attaching new demand bid to model") if first_run: calibrate_model(m) - else: # not first run + else: # not first run # print "m.DRBidWeight (first day):" # print [(b, z, ts, value(m.DRBidWeight[b, z, ts])) # for b in m.DR_BID_LIST # for z in m.LOAD_ZONES # for ts in m.TIMESERIES] print("m.DRBidWeight:") - pprint([(z, ts, [(b, value(m.DRBidWeight[b, z, ts])) for b in m.DR_BID_LIST]) - for z in m.LOAD_ZONES - for ts in m.TIMESERIES]) - #print "DR_Convex_Bid_Weight:" - #m.DR_Convex_Bid_Weight.pprint() + pprint( + [ + (z, ts, [(b, value(m.DRBidWeight[b, z, ts])) for b in m.DR_BID_LIST]) + for z in m.LOAD_ZONES + for ts in m.TIMESERIES + ] + ) + # print "DR_Convex_Bid_Weight:" + # m.DR_Convex_Bid_Weight.pprint() # get new bids from the demand system at the current prices bids = get_bids(m) @@ -402,26 +486,39 @@ def total_direct_costs_per_year(m, period): in each zone.) """ return value( - sum(getattr(m, annual_cost)[period] for annual_cost in m.Cost_Components_Per_Period) + sum( + getattr(m, annual_cost)[period] + for annual_cost in m.Cost_Components_Per_Period + ) + sum( getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] for t in m.TPS_IN_PERIOD[period] - for tp_cost in m.Cost_Components_Per_TP - if tp_cost != "DR_Welfare_Cost" + for tp_cost in m.Cost_Components_Per_TP + if tp_cost != "DR_Welfare_Cost" ) ) + def electricity_marginal_cost(m, z, tp): """Return marginal cost of production per MWh in load_zone z during timepoint tp.""" - return m.dual[m.Energy_Balance[z, tp]]/m.bring_timepoint_costs_to_base_year[tp] + # Note: We multiply by 1000 since our objective function is in terms of thousands of dollars + return ( + m.dual[m.Energy_Balance[z, tp]] + / m.bring_timepoint_costs_to_base_year[tp] + * 1000 + ) + def electricity_demand(m, z, tp): """Return total electricity consumption by customers in load_zone z during timepoint tp.""" - return value(sum( - getattr(m, component)[z, tp] - for component in ('zone_demand_mw', 'FlexibleDemand') - if component in m.Zone_Power_Withdrawals - )) + return value( + sum( + getattr(m, component)[z, tp] + for component in ("zone_demand_mw", "FlexibleDemand") + if component in m.Zone_Power_Withdrawals + ) + ) + def make_prices(m): """Calculate hourly prices for customers, based on the current model configuration. @@ -434,20 +531,20 @@ def make_prices(m): # calculate the ratio between potential revenue # at marginal-cost pricing and total costs for each period mc_annual_revenue = { - (z, p): - sum( + (z, p): sum( electricity_demand(m, z, tp) * electricity_marginal_cost(m, z, tp) * m.tp_weight_in_year[tp] for tp in m.TPS_IN_PERIOD[p] ) - for z in m.LOAD_ZONES for p in m.PERIODS + for z in m.LOAD_ZONES + for p in m.PERIODS } # note: it would be nice to do this on a zonal basis, but production costs # are only available model-wide. price_scalar = { p: total_direct_costs_per_year(m, p) - / sum(mc_annual_revenue[z, p] for z in m.LOAD_ZONES) + / sum(mc_annual_revenue[z, p] for z in m.LOAD_ZONES) for p in m.PERIODS } else: @@ -457,41 +554,43 @@ def make_prices(m): # calculate hourly prices hourly_prices = { (z, tp): price_scalar[m.tp_period[tp]] * electricity_marginal_cost(m, z, tp) - for z in m.LOAD_ZONES for tp in m.TIMEPOINTS + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS } if m.options.dr_flat_pricing: # use flat prices each year # calculate annual average prices (total revenue / total kWh) average_prices = { - (z, p): - sum( + (z, p): sum( hourly_prices[z, tp] * electricity_demand(m, z, tp) * m.tp_weight_in_year[tp] for tp in m.TPS_IN_PERIOD[p] ) - / - sum( - electricity_demand(m, z, tp) - * m.tp_weight_in_year[tp] + / sum( + electricity_demand(m, z, tp) * m.tp_weight_in_year[tp] for tp in m.TPS_IN_PERIOD[p] ) - for z in m.LOAD_ZONES for p in m.PERIODS + for z in m.LOAD_ZONES + for p in m.PERIODS } prices = { (z, tp): average_prices[z, m.tp_period[tp]] - for z in m.LOAD_ZONES for tp in m.TIMEPOINTS + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS } else: prices = hourly_prices return prices + annual_revenue = None + def calibrate_model(m): - global annual_revenue # save a copy for debugging later + global annual_revenue # save a copy for debugging later """ Calibrate the demand system and add it to the model. Also calculate other_costs (utility costs not modeled by Switch). @@ -510,27 +609,32 @@ def calibrate_model(m): # For now, we just assume the base price was $180/MWh, which is HECO's average price in # 2007 according to EIA form 826. # TODO: add in something for the fixed costs, to make marginal cost commensurate with the base_price - #baseCosts = [m.dual[m.EnergyBalance[z, tp]] for z in m.LOAD_ZONES for tp in m.TIMEPOINTS] + # baseCosts = [m.dual[m.EnergyBalance[z, tp]] for z in m.LOAD_ZONES for tp in m.TIMEPOINTS] base_price = 180 # average retail price for 2007 ($/MWh) - m.base_data = [( - z, - ts, - [m.zone_demand_mw[z, tp] for tp in m.TPS_IN_TS[ts]], - [base_price] * len(m.TPS_IN_TS[ts]) - ) for z in m.LOAD_ZONES for ts in m.TIMESERIES] + m.base_data = [ + ( + z, + ts, + [m.zone_demand_mw[z, tp] for tp in m.TPS_IN_TS[ts]], + [base_price] * len(m.TPS_IN_TS[ts]), + ) + for z in m.LOAD_ZONES + for ts in m.TIMESERIES + ] # make a dict of base_data, indexed by load_zone and timepoint, for later reference m.base_data_dict = { (z, tp): (m.zone_demand_mw[z, tp], base_price) - for z in m.LOAD_ZONES for tp in m.TIMEPOINTS + for z in m.LOAD_ZONES + for tp in m.TIMEPOINTS } # calculate costs that are included in the base prices but not reflected in Switch. # note: during the first iteration, other_costs = 0, so this calculates a value for # other_costs that will bring total_direct_costs_per_year() up to the baseline # annual_revenue level. - annual_revenue = dict(zip(list(m.PERIODS), [0.0]*len(m.PERIODS))) - for (z, tp), (load, price) in utilities.iteritems(m.base_data_dict): + annual_revenue = dict(zip(list(m.PERIODS), [0.0] * len(m.PERIODS))) + for (z, tp), (load, price) in m.base_data_dict.items(): annual_revenue[m.tp_period[tp]] += load * prices * m.tp_weight_in_year[tp] for p in m.PERIODS: # m.other_costs[p] = annual_revenue[p] - total_direct_costs_per_year(m, p) @@ -538,7 +642,7 @@ def calibrate_model(m): m.other_costs[p] = 0.0 # calibrate the demand module - #demand_module.calibrate(m.base_data, m.options.dr_elasticity_scenario) + # demand_module.calibrate(m.base_data, m.options.dr_elasticity_scenario) demand_module.calibrate(m, m.base_data) @@ -556,7 +660,6 @@ def get_bids(m): # TODO: change make_prices to use base_price in iteration 0, # instead of doing it below - for i, (z, ts, base_load, base_price) in enumerate(m.base_data): # if i < 2: @@ -613,8 +716,8 @@ def add_bids(m, bids): # print "timepoints[i+1]: "+str(timepoints[i+1]) # note: demand is a python list or array, which uses 0-based indexing, but # timepoints is a pyomo set, which uses 1-based indexing, so we have to shift the index by 1. - m.dr_bid[b, z, timepoints[i+1]] = d - m.dr_price[b, z, timepoints[i+1]] = prices[i] + m.dr_bid[b, z, timepoints[i + 1]] = d + m.dr_price[b, z, timepoints[i + 1]] = prices[i] print("len(m.DR_BID_LIST): {l}".format(l=len(m.DR_BID_LIST))) print("m.DR_BID_LIST: {b}".format(b=[x for x in m.DR_BID_LIST])) @@ -634,6 +737,7 @@ def add_bids(m, bids): m.SystemCostPerPeriod.reconstruct() m.SystemCost.reconstruct() + def reconstruct_energy_balance(m): """Reconstruct Energy_Balance constraint, preserving dual values (if present).""" # copy the existing Energy_Balance object @@ -661,28 +765,34 @@ def write_batch_results(m): util.append_table(m, output_file=output_file, values=lambda m: summary_values(m)) + def summary_headers(m): return ( ("tag", "iteration", "total_cost") - +tuple('total_direct_costs_per_year_'+str(p) for p in m.PERIODS) - +tuple('other_costs_'+str(p) for p in m.PERIODS) - +tuple('DR_Welfare_Cost_'+str(p) for p in m.PERIODS) - +tuple('customer_payments_'+str(p) for p in m.PERIODS) - +tuple('MWh_sold_'+str(p) for p in m.PERIODS) + + tuple("total_direct_costs_per_year_" + str(p) for p in m.PERIODS) + + tuple("other_costs_" + str(p) for p in m.PERIODS) + + tuple("DR_Welfare_Cost_" + str(p) for p in m.PERIODS) + + tuple("customer_payments_" + str(p) for p in m.PERIODS) + + tuple("MWh_sold_" + str(p) for p in m.PERIODS) ) + def summary_values(m): demand_components = [ - c for c in ('zone_demand_mw', 'ShiftDemand', 'ChargeEVs', 'FlexibleDemand') if hasattr(m, c) + c + for c in ("zone_demand_mw", "ShiftDemand", "ChargeEVs", "FlexibleDemand") + if hasattr(m, c) ] values = [] # tag (configuration) - values.extend([ - m.options.scenario_name, - m.iteration_number, - m.SystemCost # total cost (all periods) - ]) + values.extend( + [ + m.options.scenario_name, + m.iteration_number, + m.SystemCost, # total cost (all periods) + ] + ) # direct costs (including "other") values.extend([total_direct_costs_per_year(m, p) for p in m.PERIODS]) @@ -691,10 +801,15 @@ def summary_values(m): values.extend([m.other_costs[p] for p in m.PERIODS]) # DR_Welfare_Cost - values.extend([ - sum(m.DR_Welfare_Cost[t] * m.tp_weight_in_year[t] for t in m.TPS_IN_PERIOD[p]) - for p in m.PERIODS - ]) + values.extend( + [ + sum( + m.DR_Welfare_Cost[t] * m.tp_weight_in_year[t] + for t in m.TPS_IN_PERIOD[p] + ) + for p in m.PERIODS + ] + ) # payments by customers ([expected load] * [gice offered for that load]) # TODO: this uses the price from just _before_ the final solution. @@ -704,71 +819,95 @@ def summary_values(m): if m.iteration_number == 0: values.extend([None for p in m.PERIODS]) else: - values.extend([ + values.extend( + [ + sum( + electricity_demand(m, z, tp) + * m.dr_price[last_bid, z, tp] + * m.tp_weight_in_year[tp] + for z in m.LOAD_ZONES + for tp in m.TPS_IN_PERIOD[p] + ) + for p in m.PERIODS + ] + ) + + # total MWh delivered each year + values.extend( + [ sum( - electricity_demand(m, z, tp) * m.dr_price[last_bid, z, tp] * m.tp_weight_in_year[tp] - for z in m.LOAD_ZONES for tp in m.TPS_IN_PERIOD[p] + electricity_demand(m, z, tp) * m.tp_weight_in_year[tp] + for z in m.LOAD_ZONES + for tp in m.TPS_IN_PERIOD[p] ) for p in m.PERIODS - ]) - - # total MWh delivered each year - values.extend([ - sum( - electricity_demand(m, z, tp) * m.tp_weight_in_year[tp] - for z in m.LOAD_ZONES for tp in m.TPS_IN_PERIOD[p] - ) - for p in m.PERIODS - ]) + ] + ) return values + def write_results(m): outputs_dir = m.options.outputs_dir tag = filename_tag(m) - avg_ts_scale = float(sum(m.ts_scale_to_year[ts] for ts in m.TIMESERIES))/len(m.TIMESERIES) + avg_ts_scale = float(sum(m.ts_scale_to_year[ts] for ts in m.TIMESERIES)) / len( + m.TIMESERIES + ) last_bid = m.DR_BID_LIST.last() util.write_table( - m, m.LOAD_ZONES, m.TIMEPOINTS, + m, + m.LOAD_ZONES, + m.TIMEPOINTS, output_file=os.path.join(outputs_dir, "energy_sources{t}.csv".format(t=tag)), - headings= - ("load_zone", "period", "timepoint_label") - +tuple(m.FUELS) - +tuple(m.NON_FUEL_ENERGY_SOURCES) - +tuple("curtail_"+s for s in m.NON_FUEL_ENERGY_SOURCES) - +tuple(m.Zone_Power_Injections) - +tuple(m.Zone_Power_Withdrawals) - +("marginal_cost","final_marginal_cost","price","bid_load","peak_day","base_load","base_price"), - values=lambda m, z, t: - (z, m.tp_period[t], m.tp_timestamp[t]) - +tuple( - sum(get(m.DispatchGenByFuel, (p, t, f), 0.0) for p in m.GENS_BY_FUEL[f]) - for f in m.FUELS - ) - +tuple( - sum(get(m.DispatchGen, (p, t), 0.0) for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s]) - for s in m.NON_FUEL_ENERGY_SOURCES - ) - +tuple( - sum( - get(m.DispatchUpperLimit, (p, t), 0.0) - get(m.DispatchGen, (p, t), 0.0) - for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] - ) - for s in m.NON_FUEL_ENERGY_SOURCES + headings=("load_zone", "period", "timepoint_label") + + tuple(m.FUELS) + + tuple(m.NON_FUEL_ENERGY_SOURCES) + + tuple("curtail_" + s for s in m.NON_FUEL_ENERGY_SOURCES) + + tuple(m.Zone_Power_Injections) + + tuple(m.Zone_Power_Withdrawals) + + ( + "marginal_cost", + "final_marginal_cost", + "price", + "bid_load", + "peak_day", + "base_load", + "base_price", + ), + values=lambda m, z, t: (z, m.tp_period[t], m.tp_timestamp[t]) + + tuple( + sum(get(m.DispatchGenByFuel, (p, t, f), 0.0) for p in m.GENS_BY_FUEL[f]) + for f in m.FUELS + ) + + tuple( + sum( + get(m.DispatchGen, (p, t), 0.0) + for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] ) - +tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Injections) - +tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Withdrawals) - +( - m.prev_marginal_cost[z, t], - electricity_marginal_cost(m, z, t), - m.dr_price[last_bid, z, t], - m.dr_bid[last_bid, z, t], - 'peak' if m.ts_scale_to_year[m.tp_ts[t]] < 0.5*avg_ts_scale else 'typical', - m.base_data_dict[z, t][0], - m.base_data_dict[z, t][1], + for s in m.NON_FUEL_ENERGY_SOURCES + ) + + tuple( + sum( + get(m.DispatchUpperLimit, (p, t), 0.0) - get(m.DispatchGen, (p, t), 0.0) + for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] ) + for s in m.NON_FUEL_ENERGY_SOURCES + ) + + tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Injections) + + tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Withdrawals) + + ( + m.prev_marginal_cost[z, t], + electricity_marginal_cost(m, z, t), + m.dr_price[last_bid, z, t], + m.dr_bid[last_bid, z, t], + "peak" + if m.ts_scale_to_year[m.tp_ts[t]] < 0.5 * avg_ts_scale + else "typical", + m.base_data_dict[z, t][0], + m.base_data_dict[z, t][1], + ), ) # import pprint @@ -776,6 +915,7 @@ def write_results(m): # bt=set(x[3] for x in b) # technologies # pprint([(t, sum(x[2] for x in b if x[3]==t), sum(x[4] for x in b if x[3]==t)/sum(1.0 for x in b if x[3]==t)) for t in bt]) + def write_dual_costs(m): outputs_dir = m.options.outputs_dir tag = filename_tag(m) @@ -796,7 +936,7 @@ def write_dual_costs(m): outfile = os.path.join(outputs_dir, "dual_costs{t}.csv".format(t=tag)) dual_data = [] start_time = time.time() - print("Writing {} ... ".format(outfile), end=' ') + print("Writing {} ... ".format(outfile), end=" ") def add_dual(const, lbound, ubound, duals): if const in duals: @@ -810,12 +950,17 @@ def add_dual(const, lbound, ubound, duals): if bound is None: # Variable is unbounded; dual should be 0.0 or possibly a tiny non-zero value. if not (-1e-5 < dual < 1e-5): - raise ValueError("{} has no {} bound but has a non-zero dual value {}.".format( - const.cname(), "lower" if dual > 0 else "upper", dual)) + raise ValueError( + "{} has no {} bound but has a non-zero dual value {}.".format( + const.cname(), "lower" if dual > 0 else "upper", dual + ) + ) else: total_cost = dual * bound if total_cost != 0.0: - dual_data.append((const.cname(), direction, bound, dual, total_cost)) + dual_data.append( + (const.cname(), direction, bound, dual, total_cost) + ) for comp in m.component_objects(ctype=Var): for idx in comp: @@ -826,12 +971,15 @@ def add_dual(const, lbound, ubound, duals): constr = comp[idx] add_dual(constr, value(constr.lower), value(constr.upper), m.dual) - dual_data.sort(key=lambda r: (not r[0].startswith('DR_Convex_'), r[3] >= 0)+r) + dual_data.sort(key=lambda r: (not r[0].startswith("DR_Convex_"), r[3] >= 0) + r) + + with open(outfile, "w") as f: + f.write( + ",".join(["constraint", "direction", "bound", "dual", "total_cost"]) + "\n" + ) + f.writelines(",".join(map(str, r)) + "\n" for r in dual_data) + print("time taken: {dur:.2f}s".format(dur=time.time() - start_time)) - with open(outfile, 'w') as f: - f.write(','.join(['constraint', 'direction', 'bound', 'dual', 'total_cost']) + '\n') - f.writelines(','.join(map(str, r)) + '\n' for r in dual_data) - print("time taken: {dur:.2f}s".format(dur=time.time()-start_time)) def filename_tag(m): if m.options.scenario_name: diff --git a/switch_model/hawaii/demand_response_simple.py b/switch_model/hawaii/demand_response_simple.py index a4f1d14d4..eb9b0c738 100644 --- a/switch_model/hawaii/demand_response_simple.py +++ b/switch_model/hawaii/demand_response_simple.py @@ -3,20 +3,30 @@ from pyomo.environ import * from switch_model.financials import capital_recovery_factor as crf + def define_arguments(argparser): - argparser.add_argument('--demand-response-share', type=float, default=0.30, - help="Fraction of hourly load that can be shifted to other times of day (default=0.30)") - argparser.add_argument('--demand-response-reserve-types', nargs='+', default=['spinning'], - help= - "Type(s) of reserves to provide from demand response (e.g., 'contingency' or 'regulation'). " - "Specify 'none' to disable." + argparser.add_argument( + "--demand-response-share", + type=float, + default=0.30, + help="Fraction of hourly load that can be shifted to other times of day (default=0.30)", + ) + argparser.add_argument( + "--demand-response-reserve-types", + nargs="+", + default=["spinning"], + help="Type(s) of reserves to provide from demand response (e.g., 'contingency' or 'regulation'). " + "Specify 'none' to disable.", ) + def define_components(m): # maximum share of hourly load that can be rescheduled # this is mutable so various values can be tested - m.demand_response_max_share = Param(default=m.options.demand_response_share, mutable=True) + m.demand_response_max_share = Param( + default=m.options.demand_response_share, mutable=True + ) # maximum amount of load that can be _added_ each hour; we assume # it is 8x the maximum reduction, which is roughly equivalent to @@ -31,42 +41,48 @@ def define_components(m): # adjustment to demand during each hour (positive = higher demand) m.ShiftDemand = Var( - m.LOAD_ZONES, m.TIMEPOINTS, within=Reals, - bounds=lambda m, z, t: - ( - (-1.0) * m.demand_response_max_share * m.zone_demand_mw[z, t], - m.demand_response_max_increase * m.zone_demand_mw[z, t] - ) + m.LOAD_ZONES, + m.TIMEPOINTS, + within=Reals, + bounds=lambda m, z, t: ( + (-1.0) * m.demand_response_max_share * m.zone_demand_mw[z, t], + m.demand_response_max_increase * m.zone_demand_mw[z, t], + ), ) # all changes to demand must balance out over the course of the day - m.Demand_Response_Net_Zero = Constraint(m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, z, ts: - sum(m.ShiftDemand[z, tp] for tp in m.TPS_IN_TS[ts]) == 0.0 + m.Demand_Response_Net_Zero = Constraint( + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, z, ts: sum(m.ShiftDemand[z, tp] for tp in m.TPS_IN_TS[ts]) + == 0.0, ) # add demand response to the zonal energy balance - m.Zone_Power_Withdrawals.append('ShiftDemand') + m.Zone_Power_Withdrawals.append("ShiftDemand") - if [rt.lower() for rt in m.options.demand_response_reserve_types] != ['none']: + if [rt.lower() for rt in m.options.demand_response_reserve_types] != ["none"]: # Register with spinning reserves - if hasattr(m, 'Spinning_Reserve_Up_Provisions'): + if hasattr(m, "Spinning_Reserve_Up_Provisions"): # calculate available slack from demand response # (from supply perspective, so "up" means less load) - m.DemandResponseSlackUp = Expression(m.BALANCING_AREA_TIMEPOINTS, rule=lambda m, b, t: - sum( - m.ShiftDemand[z, t] - m.ShiftDemand[z, t].lb + m.DemandResponseSlackUp = Expression( + m.BALANCING_AREA_TIMEPOINTS, + rule=lambda m, b, t: sum( + m.ShiftDemand[z, t] - m.ShiftDemand[z, t].lb for z in m.ZONES_IN_BALANCING_AREA[b] - ) + ), ) - m.DemandResponseSlackDown = Expression(m.BALANCING_AREA_TIMEPOINTS, rule=lambda m, b, tp: - sum( + m.DemandResponseSlackDown = Expression( + m.BALANCING_AREA_TIMEPOINTS, + rule=lambda m, b, tp: sum( # difference between scheduled load and max allowed m.demand_response_max_increase * m.zone_demand_mw[z, tp] - m.ShiftDemand[z, tp] for z in m.ZONES_IN_BALANCING_AREA[b] - ) + ), ) - if hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): + if hasattr(m, "GEN_SPINNING_RESERVE_TYPES"): # using advanced formulation, index by reserve type, balancing area, timepoint # define variables for each type of reserves to be provided # choose how to allocate the slack between the different reserve products @@ -74,37 +90,43 @@ def define_components(m): initialize=m.options.demand_response_reserve_types ) m.DemandResponseSpinningReserveUp = Var( - m.DR_SPINNING_RESERVE_TYPES, m.BALANCING_AREA_TIMEPOINTS, - within=NonNegativeReals + m.DR_SPINNING_RESERVE_TYPES, + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, ) m.DemandResponseSpinningReserveDown = Var( - m.DR_SPINNING_RESERVE_TYPES, m.BALANCING_AREA_TIMEPOINTS, - within=NonNegativeReals + m.DR_SPINNING_RESERVE_TYPES, + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, ) # constrain reserve provision within available slack m.Limit_DemandResponseSpinningReserveUp = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, ba, tp: - sum( - m.DemandResponseSpinningReserveUp[rt, ba, tp] - for rt in m.DR_SPINNING_RESERVE_TYPES - ) <= m.DemandResponseSlackUp[ba, tp] + rule=lambda m, ba, tp: sum( + m.DemandResponseSpinningReserveUp[rt, ba, tp] + for rt in m.DR_SPINNING_RESERVE_TYPES + ) + <= m.DemandResponseSlackUp[ba, tp], ) m.Limit_DemandResponseSpinningReserveDown = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, ba, tp: - sum( - m.DemandResponseSpinningReserveDown[rt, ba, tp] - for rt in m.DR_SPINNING_RESERVE_TYPES - ) <= m.DemandResponseSlackDown[ba, tp] + rule=lambda m, ba, tp: sum( + m.DemandResponseSpinningReserveDown[rt, ba, tp] + for rt in m.DR_SPINNING_RESERVE_TYPES + ) + <= m.DemandResponseSlackDown[ba, tp], + ) + m.Spinning_Reserve_Up_Provisions.append( + "DemandResponseSpinningReserveUp" + ) + m.Spinning_Reserve_Down_Provisions.append( + "DemandResponseSpinningReserveDown" ) - m.Spinning_Reserve_Up_Provisions.append('DemandResponseSpinningReserveUp') - m.Spinning_Reserve_Down_Provisions.append('DemandResponseSpinningReserveDown') else: # using older formulation, only one type of spinning reserves, indexed by balancing area, timepoint - if m.options.demand_response_reserve_types != ['spinning']: + if m.options.demand_response_reserve_types != ["spinning"]: raise ValueError( 'Unable to use reserve types other than "spinning" with simple spinning reserves module.' ) - m.Spinning_Reserve_Up_Provisions.append('DemandResponseSlackUp') - m.Spinning_Reserve_Down_Provisions.append('DemandResponseSlackDown') + m.Spinning_Reserve_Up_Provisions.append("DemandResponseSlackUp") + m.Spinning_Reserve_Down_Provisions.append("DemandResponseSlackDown") diff --git a/switch_model/hawaii/emission_rules.py b/switch_model/hawaii/emission_rules.py index 3f7722c2f..517486851 100644 --- a/switch_model/hawaii/emission_rules.py +++ b/switch_model/hawaii/emission_rules.py @@ -1,21 +1,27 @@ from pyomo.environ import * + def define_components(m): """ prevent non-cogen plants from burning pure LSFO after 2017 due to MATS emission restrictions """ # TODO: move this set into a parameter list in fuels.csv, e.g, 'banned_after', which can be a year or NULL - m.FUEL_BANS = Set(dimen=2, initialize=[('LSFO', 2017)]) + m.FUEL_BANS = Set(dimen=2, initialize=[("LSFO", 2017)]) - m.BANNED_FUEL_DISPATCH_POINTS = Set(dimen=3, initialize=lambda m: - [(g, tp, f) + m.BANNED_FUEL_DISPATCH_POINTS = Set( + dimen=3, + initialize=lambda m: [ + (g, tp, f) for (f, y) in m.FUEL_BANS - for g in m.GENS_BY_FUEL[f] # if not m.gen_is_cogen[g] - for pe in m.PERIODS if m.period_end[pe] >= y - for tp in m.TPS_IN_PERIOD[pe] if (g, tp) in m.GEN_TPS - ] + for g in m.GENS_BY_FUEL[f] # if not m.gen_is_cogen[g] + for pe in m.PERIODS + if m.period_end[pe] >= y + for tp in m.TPS_IN_PERIOD[pe] + if (g, tp) in m.GEN_TPS + ], ) - m.ENFORCE_FUEL_BANS = Constraint(m.BANNED_FUEL_DISPATCH_POINTS, rule = lambda m, g, tp, f: - m.DispatchGenByFuel[g, tp, f] == 0 + m.ENFORCE_FUEL_BANS = Constraint( + m.BANNED_FUEL_DISPATCH_POINTS, + rule=lambda m, g, tp, f: m.DispatchGenByFuel[g, tp, f] == 0, ) diff --git a/switch_model/hawaii/ev.py b/switch_model/hawaii/ev.py index be4047117..89f3480b9 100644 --- a/switch_model/hawaii/ev.py +++ b/switch_model/hawaii/ev.py @@ -4,43 +4,69 @@ from pyomo.environ import * from switch_model import timescales + def define_arguments(argparser): - argparser.add_argument("--ev-timing", choices=['bau', 'flat', 'optimal'], default='optimal', - help="Rule for when to charge EVs -- business-as-usual (upon arrival), flat around the clock, or optimal (default).") - argparser.add_argument('--ev-reserve-types', nargs='+', default=['spinning'], - help= - "Type(s) of reserves to provide from electric-vehicle charging (e.g., 'contingency' or 'regulation')." - "Default is generic 'spinning'. Specify 'none' to disable. Only takes effect with '--ev-timing optimal'." + argparser.add_argument( + "--ev-timing", + choices=["bau", "flat", "optimal"], + default="optimal", + help="Rule for when to charge EVs -- business-as-usual (upon arrival), flat around the clock, or optimal (default).", + ) + argparser.add_argument( + "--ev-reserve-types", + nargs="+", + default=["spinning"], + help="Type(s) of reserves to provide from electric-vehicle charging (e.g., 'contingency' or 'regulation')." + "Default is generic 'spinning'. Specify 'none' to disable. Only takes effect with '--ev-timing optimal'.", ) + def define_components(m): # setup various parameters describing the EV and ICE fleet each year - for p in ["ev_share", "ice_miles_per_gallon", "ev_miles_per_kwh", "ev_extra_cost_per_vehicle_year", "n_all_vehicles", "vmt_per_vehicle"]: + for p in [ + "ev_share", + "ice_miles_per_gallon", + "ev_miles_per_kwh", + "ev_extra_cost_per_vehicle_year", + "n_all_vehicles", + "vmt_per_vehicle", + ]: setattr(m, p, Param(m.LOAD_ZONES, m.PERIODS)) m.ev_bau_mw = Param(m.LOAD_ZONES, m.TIMEPOINTS) # calculate the extra annual cost (non-fuel) of having EVs, relative to ICEs (mostly for batteries, could also be chargers) - m.ev_extra_annual_cost = Param(m.PERIODS, initialize=lambda m, p: - sum(m.ev_extra_cost_per_vehicle_year[z, p] * m.ev_share[z, p] * m.n_all_vehicles[z, p] for z in m.LOAD_ZONES) + m.ev_extra_annual_cost = Param( + m.PERIODS, + initialize=lambda m, p: sum( + m.ev_extra_cost_per_vehicle_year[z, p] + * m.ev_share[z, p] + * m.n_all_vehicles[z, p] + for z in m.LOAD_ZONES + ), ) # calculate total fuel cost for ICE (non-EV) VMTs # We assume gasoline for the ICE vehicles costs the same as diesel # note: this is the utility price, which is actually lower than retail gasoline if hasattr(m, "rfm_supply_tier_cost"): - ice_fuel_cost_func = lambda m, z, p: m.rfm_supply_tier_cost['Hawaii_Diesel', p, 'base'] + ice_fuel_cost_func = lambda m, z, p: m.rfm_supply_tier_cost[ + "Hawaii_Diesel", p, "base" + ] else: ice_fuel_cost_func = lambda m, z, p: m.fuel_cost[z, "Diesel", p] - m.ice_annual_fuel_cost = Param(m.PERIODS, initialize=lambda m, p: - sum( - (1.0 - m.ev_share[z, p]) * m.n_all_vehicles[z, p] * m.vmt_per_vehicle[z, p] + m.ice_annual_fuel_cost = Param( + m.PERIODS, + initialize=lambda m, p: sum( + (1.0 - m.ev_share[z, p]) + * m.n_all_vehicles[z, p] + * m.vmt_per_vehicle[z, p] / m.ice_miles_per_gallon[z, p] - * 0.114 # 0.114 MBtu/gal gasoline + * 0.114 # 0.114 MBtu/gal gasoline * ice_fuel_cost_func(m, z, p) - for z in m.LOAD_ZONES - ) + for z in m.LOAD_ZONES + ), ) # add cost components to account for the vehicle miles traveled via EV or ICE @@ -49,8 +75,11 @@ def define_components(m): # m.Cost_Components_Per_Period.append('ice_annual_fuel_cost') # calculate the amount of energy used during each timeseries under business-as-usual charging - m.ev_mwh_ts = Param(m.LOAD_ZONES, m.TIMESERIES, initialize=lambda m, z, ts: - sum(m.ev_bau_mw[z, tp] for tp in m.TPS_IN_TS[ts]) * m.ts_duration_of_tp[ts] + m.ev_mwh_ts = Param( + m.LOAD_ZONES, + m.TIMESERIES, + initialize=lambda m, z, ts: sum(m.ev_bau_mw[z, tp] for tp in m.TPS_IN_TS[ts]) + * m.ts_duration_of_tp[ts], ) # decide when to provide the EV energy @@ -59,9 +88,12 @@ def define_components(m): # make sure to charge all EVs at some point during the day # (they must always consume the same amount per day as under business-as-usual, # but there may be some room to reschedule it.) - m.ChargeEVs_min = Constraint(m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, z, ts: - sum(m.ChargeEVs[z, tp] for tp in m.TPS_IN_TS[ts]) * m.ts_duration_of_tp[ts] - == m.ev_mwh_ts[z, ts] + m.ChargeEVs_min = Constraint( + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, z, ts: sum(m.ChargeEVs[z, tp] for tp in m.TPS_IN_TS[ts]) + * m.ts_duration_of_tp[ts] + == m.ev_mwh_ts[z, ts], ) # set rules for when to charge EVs @@ -73,67 +105,73 @@ def define_components(m): if m.options.verbose: print("Charging EVs as baseload.") m.ChargeEVs_flat = Constraint( - m.LOAD_ZONES, m.TIMEPOINTS, - rule=lambda m, z, tp: - m.ChargeEVs[z, tp] == m.ev_mwh_ts[z, m.tp_ts[tp]] / m.ts_duration_hrs[m.tp_ts[tp]] + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, tp: m.ChargeEVs[z, tp] + == m.ev_mwh_ts[z, m.tp_ts[tp]] / m.ts_duration_hrs[m.tp_ts[tp]], ) elif m.options.ev_timing == "bau": if m.options.verbose: print("Charging EVs at business-as-usual times of day.") m.ChargeEVs_bau = Constraint( - m.LOAD_ZONES, m.TIMEPOINTS, - rule=lambda m, z, tp: - m.ChargeEVs[z, tp] == m.ev_bau_mw[z, tp] + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, tp: m.ChargeEVs[z, tp] == m.ev_bau_mw[z, tp], ) else: # should never happen - raise ValueError("Invalid value specified for --ev-timing: {}".format(str(m.options.ev_timing))) + raise ValueError( + "Invalid value specified for --ev-timing: {}".format( + str(m.options.ev_timing) + ) + ) # add the EV load to the model's energy balance - m.Zone_Power_Withdrawals.append('ChargeEVs') + m.Zone_Power_Withdrawals.append("ChargeEVs") # Register with spinning reserves if it is available and optimal EV charging is enabled. - if [rt.lower() for rt in m.options.ev_reserve_types] != ['none'] and m.options.ev_timing == "optimal": - if hasattr(m, 'Spinning_Reserve_Up_Provisions'): + if [rt.lower() for rt in m.options.ev_reserve_types] != [ + "none" + ] and m.options.ev_timing == "optimal": + if hasattr(m, "Spinning_Reserve_Up_Provisions"): # calculate available slack from EV charging # (from supply perspective, so "up" means less load) m.EVSlackUp = Expression( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, b, t: - sum(m.ChargeEVs[z, t] for z in m.ZONES_IN_BALANCING_AREA[b]) + rule=lambda m, b, t: sum( + m.ChargeEVs[z, t] for z in m.ZONES_IN_BALANCING_AREA[b] + ), ) # note: we currently ignore down-reserves (option of increasing consumption) # from EVs since it's not clear how high they could go; we could revisit this if # down-reserves have a positive price at equilibrium (probabably won't) - if hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): + if hasattr(m, "GEN_SPINNING_RESERVE_TYPES"): # using advanced formulation, index by reserve type, balancing area, timepoint # define variables for each type of reserves to be provided # choose how to allocate the slack between the different reserve products - m.EV_SPINNING_RESERVE_TYPES = Set( - initialize=m.options.ev_reserve_types - ) + m.EV_SPINNING_RESERVE_TYPES = Set(initialize=m.options.ev_reserve_types) m.EVSpinningReserveUp = Var( - m.EV_SPINNING_RESERVE_TYPES, m.BALANCING_AREA_TIMEPOINTS, - within=NonNegativeReals + m.EV_SPINNING_RESERVE_TYPES, + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, ) # constrain reserve provision within available slack m.Limit_EVSpinningReserveUp = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, ba, tp: - sum( - m.EVSpinningReserveUp[rt, ba, tp] - for rt in m.EV_SPINNING_RESERVE_TYPES - ) <= m.EVSlackUp[ba, tp] + rule=lambda m, ba, tp: sum( + m.EVSpinningReserveUp[rt, ba, tp] + for rt in m.EV_SPINNING_RESERVE_TYPES + ) + <= m.EVSlackUp[ba, tp], ) - m.Spinning_Reserve_Up_Provisions.append('EVSpinningReserveUp') + m.Spinning_Reserve_Up_Provisions.append("EVSpinningReserveUp") else: # using older formulation, only one type of spinning reserves, indexed by balancing area, timepoint - if m.options.ev_reserve_types != ['spinning']: + if m.options.ev_reserve_types != ["spinning"]: raise ValueError( 'Unable to use reserve types other than "spinning" with simple spinning reserves module.' ) - m.Spinning_Reserve_Up_Provisions.append('EVSlackUp') - + m.Spinning_Reserve_Up_Provisions.append("EVSlackUp") def load_inputs(m, switch_data, inputs_dir): @@ -141,18 +179,24 @@ def load_inputs(m, switch_data, inputs_dir): Import ev data from .csv files. """ switch_data.load_aug( - filename=os.path.join(inputs_dir, 'ev_fleet_info.csv'), + filename=os.path.join(inputs_dir, "ev_fleet_info.csv"), auto_select=True, param=[ getattr(m, p) - for p in - ["ev_share", "ice_miles_per_gallon", "ev_miles_per_kwh", "ev_extra_cost_per_vehicle_year", "n_all_vehicles", "vmt_per_vehicle"] - ] + for p in [ + "ev_share", + "ice_miles_per_gallon", + "ev_miles_per_kwh", + "ev_extra_cost_per_vehicle_year", + "n_all_vehicles", + "vmt_per_vehicle", + ] + ], ) # print "loading ev_bau_load.csv" # import pdb; pdb.set_trace() switch_data.load_aug( - filename=os.path.join(inputs_dir, 'ev_bau_load.csv'), + filename=os.path.join(inputs_dir, "ev_bau_load.csv"), auto_select=True, - param=m.ev_bau_mw + param=m.ev_bau_mw, ) diff --git a/switch_model/hawaii/ev_advanced.py b/switch_model/hawaii/ev_advanced.py index 0123bada5..8115716c1 100644 --- a/switch_model/hawaii/ev_advanced.py +++ b/switch_model/hawaii/ev_advanced.py @@ -2,33 +2,48 @@ import os from pyomo.environ import * + def define_arguments(argparser): - argparser.add_argument("--ev-timing", choices=['bau', 'optimal'], default='optimal', - help="Rule for when to charge EVs -- business-as-usual (upon arrival), flat around the clock, or optimal (default).") - argparser.add_argument('--ev-reserve-types', nargs='+', default=['spinning'], - help= - "Type(s) of reserves to provide from electric-vehicle charging (e.g., 'contingency' or 'regulation')." - "Default is generic 'spinning'. Specify 'none' to disable. Only takes effect with '--ev-timing optimal'." + argparser.add_argument( + "--ev-timing", + choices=["bau", "optimal"], + default="optimal", + help="Rule for when to charge EVs -- business-as-usual (upon arrival), flat around the clock, or optimal (default).", + ) + argparser.add_argument( + "--ev-reserve-types", + nargs="+", + default=["spinning"], + help="Type(s) of reserves to provide from electric-vehicle charging (e.g., 'contingency' or 'regulation')." + "Default is generic 'spinning'. Specify 'none' to disable. Only takes effect with '--ev-timing optimal'.", ) + # parameters describing the EV and ICE fleet each year, all indexed by zone, # vehicle type and period ev_zone_type_period_params = [ "n_vehicles", - "ice_gals_per_year", "ice_fuel", "ev_kwh_per_year", - "ev_extra_cost_per_vehicle_year" + "ice_gals_per_year", + "ice_fuel", + "ev_kwh_per_year", + "ev_extra_cost_per_vehicle_year", ] + def define_components(m): # indexing set for EV bids, decomposed to get sets of EV bid numbers and EV types - m.EV_ZONE_TYPE_BID_TP = Set(dimen=4) # load zone, vehicle type, bid number, timepoint + m.EV_ZONE_TYPE_BID_TP = Set( + dimen=4 + ) # load zone, vehicle type, bid number, timepoint + def rule(m): bids = m.EV_BID_NUMS_set = set() types = m.EV_TYPES_set = set() for z, t, n, tp in m.EV_ZONE_TYPE_BID_TP: bids.add(n) types.add(t) + m.Split_EV_Sets = BuildAction(rule=rule) m.EV_BID_NUMS = Set(initialize=lambda m: m.EV_BID_NUMS_set) m.EV_TYPES = Set(initialize=lambda m: m.EV_TYPES_set) @@ -44,49 +59,54 @@ def rule(m): # calculate the extra annual cost (non-fuel) of having EVs, relative to ICEs, # for batteries and chargers m.ev_extra_annual_cost = Param( - m.PERIODS, initialize=lambda m, p: - sum( + m.PERIODS, + initialize=lambda m, p: sum( m.ev_share[z, p] * m.n_vehicles[z, t, p] * m.ev_extra_cost_per_vehicle_year[z, t, p] for z in m.LOAD_ZONES for t in m.EV_TYPES - ) + ), ) # calculate total fuel usage, cost and emissions for ICE (non-EV) vehicles motor_fuel_mmbtu_per_gallon = { # from https://www.eia.gov/Energyexplained/?page=about_energy_units "Motor_Gasoline": 0.120476, - "Motor_Diesel": 0.137452 + "Motor_Diesel": 0.137452, } m.ice_annual_fuel_mmbtu = Param( - m.LOAD_ZONES, m.EV_TYPES, m.PERIODS, - initialize=lambda m, z, evt, p: - (1.0 - m.ev_share[z, p]) - * m.n_vehicles[z, evt, p] - * m.ice_gals_per_year[z, evt, p] - * motor_fuel_mmbtu_per_gallon[m.ice_fuel[z, evt, p]] + m.LOAD_ZONES, + m.EV_TYPES, + m.PERIODS, + initialize=lambda m, z, evt, p: (1.0 - m.ev_share[z, p]) + * m.n_vehicles[z, evt, p] + * m.ice_gals_per_year[z, evt, p] + * motor_fuel_mmbtu_per_gallon[m.ice_fuel[z, evt, p]], ) # non-EV fuel cost if hasattr(m, "rfm_supply_tier_cost"): - ice_fuel_cost_func = lambda m, z, p, f: m.rfm_supply_tier_cost[m.zone_rfm[z, f], p, 'base'] + ice_fuel_cost_func = lambda m, z, p, f: m.rfm_supply_tier_cost[ + m.zone_rfm[z, f], p, "base" + ] else: ice_fuel_cost_func = lambda m, z, p, f: m.fuel_cost[z, f, p] - m.ice_annual_fuel_cost = Param(m.PERIODS, initialize=lambda m, p: - sum( + m.ice_annual_fuel_cost = Param( + m.PERIODS, + initialize=lambda m, p: sum( m.ice_annual_fuel_mmbtu[z, evt, p] * ice_fuel_cost_func(m, z, p, m.ice_fuel[z, evt, p]) for z in m.LOAD_ZONES for evt in m.EV_TYPES - ) + ), ) # non-EV annual emissions (currently only used for reporting via # --save-expression ice_annual_emissions # TODO: find a way to add this to the AnnualEmissions expression (maybe); # at present, this doesn't affect the system emissions or emission cost - m.ice_annual_emissions = Param(m.PERIODS, initialize = lambda m, p: - sum( + m.ice_annual_emissions = Param( + m.PERIODS, + initialize=lambda m, p: sum( m.ice_annual_fuel_mmbtu[z, evt, p] * ( m.f_co2_intensity[m.ice_fuel[z, evt, p]] @@ -94,13 +114,13 @@ def rule(m): ) for z in m.LOAD_ZONES for evt in m.EV_TYPES - ) + ), ) # add cost components to account for the vehicle miles traveled via EV or ICE # (not used because it interferes with calculation of cost per kWh for electricity) - m.Cost_Components_Per_Period.append('ev_extra_annual_cost') - m.Cost_Components_Per_Period.append('ice_annual_fuel_cost') + m.Cost_Components_Per_Period.append("ev_extra_annual_cost") + m.Cost_Components_Per_Period.append("ice_annual_fuel_cost") # EV bid data -- total MW used by 100% EV fleet, for each zone, veh type, # bid number, timepoint @@ -108,40 +128,47 @@ def rule(m): # aggregate across vehicle types (types are only needed for reporting) m.ev_bid_mw = Param( - m.LOAD_ZONES, m.EV_BID_NUMS, m.TIMEPOINTS, - initialize=lambda m, z, n, tp: - sum(m.ev_bid_by_type[z, t, n, tp] for t in m.EV_TYPES) + m.LOAD_ZONES, + m.EV_BID_NUMS, + m.TIMEPOINTS, + initialize=lambda m, z, n, tp: sum( + m.ev_bid_by_type[z, t, n, tp] for t in m.EV_TYPES + ), ) # find lowest and highest possible charging in each timepoint, used for reserve calcs m.ev_charge_min = Param( - m.LOAD_ZONES, m.TIMEPOINTS, - initialize=lambda m, z, tp: - m.ev_share[z, m.tp_period[tp]] - * min(m.ev_bid_mw[z, n, tp] for n in m.EV_BID_NUMS) + m.LOAD_ZONES, + m.TIMEPOINTS, + initialize=lambda m, z, tp: m.ev_share[z, m.tp_period[tp]] + * min(m.ev_bid_mw[z, n, tp] for n in m.EV_BID_NUMS), ) m.ev_charge_max = Param( - m.LOAD_ZONES, m.TIMEPOINTS, - initialize=lambda m, z, tp: - m.ev_share[z, m.tp_period[tp]] - * max(m.ev_bid_mw[z, n, tp] for n in m.EV_BID_NUMS) + m.LOAD_ZONES, + m.TIMEPOINTS, + initialize=lambda m, z, tp: m.ev_share[z, m.tp_period[tp]] + * max(m.ev_bid_mw[z, n, tp] for n in m.EV_BID_NUMS), ) # decide which share of the fleet to allocate to each charging bid - m.EVBidWeight = Var(m.LOAD_ZONES, m.TIMESERIES, m.EV_BID_NUMS, within=PercentFraction) + m.EVBidWeight = Var( + m.LOAD_ZONES, m.TIMESERIES, m.EV_BID_NUMS, within=PercentFraction + ) m.Charge_Enough_EVs = Constraint( - m.LOAD_ZONES, m.TIMESERIES, - rule=lambda m, z, ts: - sum(m.EVBidWeight[z, ts, n] for n in m.EV_BID_NUMS) == m.ev_share[z, m.ts_period[ts]] + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, z, ts: sum(m.EVBidWeight[z, ts, n] for n in m.EV_BID_NUMS) + == m.ev_share[z, m.ts_period[ts]], ) # calculate total EV charging m.ChargeEVs = Expression( - m.LOAD_ZONES, m.TIMEPOINTS, + m.LOAD_ZONES, + m.TIMEPOINTS, rule=lambda m, z, tp: sum( m.EVBidWeight[z, m.tp_ts[tp], n] * m.ev_bid_mw[z, n, tp] for n in m.EV_BID_NUMS - ) + ), ) # set rules for when to charge EVs @@ -155,22 +182,30 @@ def rule(m): print("Charging EVs at business-as-usual times of day.") # give full weight to BAU bid (number 0) m.ChargeEVs_bau = Constraint( - m.LOAD_ZONES, m.EV_BID_NUMS, m.TIMESERIES, + m.LOAD_ZONES, + m.EV_BID_NUMS, + m.TIMESERIES, rule=lambda m, z, n, ts: ( m.EVBidWeight[z, ts, n] == (m.ev_share[z, m.ts_period[ts]] if n == 0 else 0) - ) + ), ) else: # should never happen - raise ValueError("Invalid value specified for --ev-timing: {}".format(str(m.options.ev_timing))) + raise ValueError( + "Invalid value specified for --ev-timing: {}".format( + str(m.options.ev_timing) + ) + ) # add the EV load to the model's energy balance - m.Zone_Power_Withdrawals.append('ChargeEVs') + m.Zone_Power_Withdrawals.append("ChargeEVs") # Register with spinning reserves if it is available and optimal EV charging is enabled. - if [rt.lower() for rt in m.options.ev_reserve_types] != ['none'] and m.options.ev_timing == "optimal": - if hasattr(m, 'Spinning_Reserve_Up_Provisions'): + if [rt.lower() for rt in m.options.ev_reserve_types] != [ + "none" + ] and m.options.ev_timing == "optimal": + if hasattr(m, "Spinning_Reserve_Up_Provisions"): # calculate available slack from EV charging # (from supply perspective, so "up" means less load) m.EVSlackUp = Expression( @@ -178,57 +213,57 @@ def rule(m): rule=lambda m, b, t: sum( m.ChargeEVs[z, t] - m.ev_charge_min[z, t] for z in m.ZONES_IN_BALANCING_AREA[b] - ) + ), ) m.EVSlackDown = Expression( m.BALANCING_AREA_TIMEPOINTS, rule=lambda m, b, t: sum( m.ev_charge_max[z, t] - m.ChargeEVs[z, t] for z in m.ZONES_IN_BALANCING_AREA[b] - ) + ), ) - if hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): + if hasattr(m, "GEN_SPINNING_RESERVE_TYPES"): # using advanced formulation, index by reserve type, balancing area, timepoint. # define variables for each type of reserves to be provided # choose how to allocate the slack between the different reserve products - m.EV_SPINNING_RESERVE_TYPES = Set( - initialize=m.options.ev_reserve_types - ) + m.EV_SPINNING_RESERVE_TYPES = Set(initialize=m.options.ev_reserve_types) m.EVSpinningReserveUp = Var( - m.EV_SPINNING_RESERVE_TYPES, m.BALANCING_AREA_TIMEPOINTS, - within=NonNegativeReals + m.EV_SPINNING_RESERVE_TYPES, + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, ) m.EVSpinningReserveDown = Var( - m.EV_SPINNING_RESERVE_TYPES, m.BALANCING_AREA_TIMEPOINTS, - within=NonNegativeReals + m.EV_SPINNING_RESERVE_TYPES, + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, ) # constrain reserve provision within available slack m.Limit_EVSpinningReserveUp = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, ba, tp: - sum( - m.EVSpinningReserveUp[rt, ba, tp] - for rt in m.EV_SPINNING_RESERVE_TYPES - ) <= m.EVSlackUp[ba, tp] + rule=lambda m, ba, tp: sum( + m.EVSpinningReserveUp[rt, ba, tp] + for rt in m.EV_SPINNING_RESERVE_TYPES + ) + <= m.EVSlackUp[ba, tp], ) m.Limit_EVSpinningReserveDown = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, ba, tp: - sum( - m.EVSpinningReserveDown[rt, ba, tp] - for rt in m.EV_SPINNING_RESERVE_TYPES - ) <= m.EVSlackDown[ba, tp] + rule=lambda m, ba, tp: sum( + m.EVSpinningReserveDown[rt, ba, tp] + for rt in m.EV_SPINNING_RESERVE_TYPES + ) + <= m.EVSlackDown[ba, tp], ) - m.Spinning_Reserve_Up_Provisions.append('EVSpinningReserveUp') - m.Spinning_Reserve_Down_Provisions.append('EVSpinningReserveDown') + m.Spinning_Reserve_Up_Provisions.append("EVSpinningReserveUp") + m.Spinning_Reserve_Down_Provisions.append("EVSpinningReserveDown") else: # using older formulation, only one type of spinning reserves, indexed by balancing area, timepoint - if m.options.ev_reserve_types != ['spinning']: + if m.options.ev_reserve_types != ["spinning"]: raise ValueError( 'Unable to use reserve types other than "spinning" with simple spinning reserves module.' ) - m.Spinning_Reserve_Up_Provisions.append('EVSlackUp') - m.Spinning_Reserve_Down_Provisions.append('EVSlacDown') + m.Spinning_Reserve_Up_Provisions.append("EVSlackUp") + m.Spinning_Reserve_Down_Provisions.append("EVSlacDown") def load_inputs(m, switch_data, inputs_dir): @@ -236,18 +271,18 @@ def load_inputs(m, switch_data, inputs_dir): Import ev data from .csv files. """ switch_data.load_aug( - filename=os.path.join(inputs_dir, 'ev_share.csv'), + filename=os.path.join(inputs_dir, "ev_share.csv"), auto_select=True, - param=m.ev_share + param=m.ev_share, ) switch_data.load_aug( - filename=os.path.join(inputs_dir, 'ev_fleet_info_advanced.csv'), + filename=os.path.join(inputs_dir, "ev_fleet_info_advanced.csv"), auto_select=True, - param=[getattr(m, p) for p in ev_zone_type_period_params] + param=[getattr(m, p) for p in ev_zone_type_period_params], ) switch_data.load_aug( - filename=os.path.join(inputs_dir, 'ev_charging_bids.csv'), + filename=os.path.join(inputs_dir, "ev_charging_bids.csv"), auto_select=True, param=m.ev_bid_by_type, - index=m.EV_ZONE_TYPE_BID_TP + index=m.EV_ZONE_TYPE_BID_TP, ) diff --git a/switch_model/hawaii/fed_subsidies.py b/switch_model/hawaii/fed_subsidies.py index cfcc16a63..a16097653 100644 --- a/switch_model/hawaii/fed_subsidies.py +++ b/switch_model/hawaii/fed_subsidies.py @@ -2,6 +2,7 @@ from pyomo.environ import * from .util import get + def define_components(m): """ incorporate the effect of federal subsidies @@ -13,34 +14,30 @@ def define_components(m): # TODO: move these values into data files itc_rates = { # DistPV from http://programs.dsireusa.org/system/program/detail/1235 - (2018, 'DistPV'): 0.3, - (2019, 'DistPV'): 0.3, - (2020, 'DistPV'): 0.3, - (2021, 'DistPV'): 0.3, + (2018, "DistPV"): 0.3, + (2019, "DistPV"): 0.3, + (2020, "DistPV"): 0.3, + (2021, "DistPV"): 0.3, # Wind, Solar and Geothermal ITC from # http://programs.dsireusa.org/system/program/detail/658 - (2018, 'CentralTrackingPV'): 0.3, - (2019, 'CentralTrackingPV'): 0.3, - (2020, 'CentralTrackingPV'): 0.26, - (2021, 'CentralTrackingPV'): 0.22, - (2022, 'CentralTrackingPV'): 0.10, - (2018, 'OnshoreWind'): 0.22, - (2019, 'OnshoreWind'): 0.12, - (2018, 'OffshoreWind'): 0.22, - (2019, 'OffshoreWind'): 0.12, + (2018, "CentralTrackingPV"): 0.3, + (2019, "CentralTrackingPV"): 0.3, + (2020, "CentralTrackingPV"): 0.26, + (2021, "CentralTrackingPV"): 0.22, + (2022, "CentralTrackingPV"): 0.10, + (2018, "OnshoreWind"): 0.22, + (2019, "OnshoreWind"): 0.12, + (2018, "OffshoreWind"): 0.22, + (2019, "OffshoreWind"): 0.12, } - itc_rates.update({ - (y, 'CentralTrackingPV'): 0.1 - for y in range(2023, 2051) - }) - itc_rates.update({ # clone the CentralTrackingPV entries - (y, 'CentralFixedPV'): itc_rates[y, 'CentralTrackingPV'] - for y in range(2018, 2051) - }) - itc_rates.update({ - (y, 'Geothermal'): 0.1 - for y in range(2018, 2051) - }) + itc_rates.update({(y, "CentralTrackingPV"): 0.1 for y in range(2023, 2051)}) + itc_rates.update( + { # clone the CentralTrackingPV entries + (y, "CentralFixedPV"): itc_rates[y, "CentralTrackingPV"] + for y in range(2018, 2051) + } + ) + itc_rates.update({(y, "Geothermal"): 0.1 for y in range(2018, 2051)}) # model the renewable investment tax credit as simply prorating the annual capital cost m.Federal_Investment_Tax_Credit_Annual = Expression( @@ -52,6 +49,6 @@ def define_components(m): for g in m.NON_FUEL_BASED_GENS for bld_yr in m.BLD_YRS_FOR_GEN_PERIOD[g, pe] if (bld_yr, m.gen_tech[g]) in itc_rates - ) + ), ) - m.Cost_Components_Per_Period.append('Federal_Investment_Tax_Credit_Annual') + m.Cost_Components_Per_Period.append("Federal_Investment_Tax_Credit_Annual") diff --git a/switch_model/hawaii/fuel_markets_expansion.py b/switch_model/hawaii/fuel_markets_expansion.py index 6e9c8a157..db3581477 100644 --- a/switch_model/hawaii/fuel_markets_expansion.py +++ b/switch_model/hawaii/fuel_markets_expansion.py @@ -11,7 +11,8 @@ import os from pyomo.environ import * -inf = float('inf') +inf = float("inf") + def define_components(m): @@ -23,15 +24,20 @@ def define_components(m): # are generators (fuel-based or intermittent), and some are storage), fuel-supply projects, # transmission lines, etc. - # fixed cost (per mmBtu/year of capacity) of having each tier in service during each period # note: this must be zero if a tier has unlimited capacity, to avoid having infinite cost - m.rfm_supply_tier_fixed_cost = Param(m.RFM_SUPPLY_TIERS, default=0.0, - validate=lambda m, v, r, p, st: v == 0.0 or m.rfm_supply_tier_limit[r, p, st] < inf) + m.rfm_supply_tier_fixed_cost = Param( + m.RFM_SUPPLY_TIERS, + default=0.0, + validate=lambda m, v, r, p, st: v == 0.0 + or m.rfm_supply_tier_limit[r, p, st] < inf, + ) # lifetime for each tier, once it is placed in service # (default is one period) - m.rfm_supply_tier_max_age = Param(m.RFM_SUPPLY_TIERS, default=lambda m, r, p, st: m.period_length_years[p]) + m.rfm_supply_tier_max_age = Param( + m.RFM_SUPPLY_TIERS, default=lambda m, r, p, st: m.period_length_years[p] + ) # Note: in large regions, a tier represents a block of expandable capacity, # so this could be continuous, but then you could just lump the fixed cost @@ -42,23 +48,27 @@ def define_components(m): m.RFMSupplyTierActivate = Var(m.RFM_SUPPLY_TIERS, within=PercentFraction) # force activation to match build decision - m.RFM_Build_Activate_Consistency = Constraint(m.RFM_SUPPLY_TIERS, rule=lambda m, r, p, st: - m.RFMSupplyTierActivate[r, p, st] - == - sum( + m.RFM_Build_Activate_Consistency = Constraint( + m.RFM_SUPPLY_TIERS, + rule=lambda m, r, p, st: m.RFMSupplyTierActivate[r, p, st] + == sum( m.RFMBuildSupplyTier[r, vintage, st] - for vintage in m.PERIODS - if vintage < m.period_start[p] + m.period_length_years[p] # starts before end of current period - and vintage + m.rfm_supply_tier_max_age[r, vintage, st] > m.period_start[p] # ends after start of current period - ) + for vintage in m.PERIODS + if vintage + < m.period_start[p] + + m.period_length_years[p] # starts before end of current period + and vintage + m.rfm_supply_tier_max_age[r, vintage, st] + > m.period_start[p] # ends after start of current period + ), ) # force all unlimited tiers to be activated (since they must have no cost, # and to avoid a limit of 0.0 * inf in the constraint below) - m.Force_Activate_Unlimited_RFM_Supply_Tier = Constraint(m.RFM_SUPPLY_TIERS, - rule=lambda m, r, p, st: - (m.RFMSupplyTierActivate[r, p, st] == 1) if (m.rfm_supply_tier_limit[r, p, st] == inf) - else Constraint.Skip + m.Force_Activate_Unlimited_RFM_Supply_Tier = Constraint( + m.RFM_SUPPLY_TIERS, + rule=lambda m, r, p, st: (m.RFMSupplyTierActivate[r, p, st] == 1) + if (m.rfm_supply_tier_limit[r, p, st] == inf) + else Constraint.Skip, ) # only allow delivery from activated tiers @@ -66,12 +76,12 @@ def define_components(m): # note: this could be merged with the previous constraint, since they are complementary m.Enforce_RFM_Supply_Tier_Activated = Constraint( m.RFM_SUPPLY_TIERS, - rule=lambda m, r, p, st: - ( - m.ConsumeFuelTier[r, p, st] - <= - m.RFMSupplyTierActivate[r, p, st] * m.rfm_supply_tier_limit[r, p, st] - ) if m.rfm_supply_tier_limit[r, p, st] < inf else Constraint.Skip + rule=lambda m, r, p, st: ( + m.ConsumeFuelTier[r, p, st] + <= m.RFMSupplyTierActivate[r, p, st] * m.rfm_supply_tier_limit[r, p, st] + ) + if m.rfm_supply_tier_limit[r, p, st] < inf + else Constraint.Skip, ) # Eventually, when we add capital costs for capacity expansion, we will need a @@ -87,18 +97,24 @@ def define_components(m): rule=lambda m, p: sum( ( # note: we dance around projects with unlimited supply and 0.0 fixed cost - 0.0 if m.rfm_supply_tier_fixed_cost[rfm_st] == 0.0 + 0.0 + if m.rfm_supply_tier_fixed_cost[rfm_st] == 0.0 else m.rfm_supply_tier_fixed_cost[rfm_st] - * m.RFMSupplyTierActivate[rfm_st] * m.rfm_supply_tier_limit[rfm_st] + * m.RFMSupplyTierActivate[rfm_st] + * m.rfm_supply_tier_limit[rfm_st] ) for r in m.REGIONAL_FUEL_MARKETS - for rfm_st in m.SUPPLY_TIERS_FOR_RFM_PERIOD[r, p])) + for rfm_st in m.SUPPLY_TIERS_FOR_RFM_PERIOD[r, p] + ), + ) + + m.Cost_Components_Per_Period.append("RFM_Fixed_Costs_Annual") - m.Cost_Components_Per_Period.append('RFM_Fixed_Costs_Annual') def load_inputs(m, switch_data, inputs_dir): switch_data.load_aug( optional=True, - filename=os.path.join(inputs_dir, 'fuel_supply_curves.csv'), - select=('regional_fuel_market', 'period', 'tier', 'fixed_cost', 'max_age'), - param=(m.rfm_supply_tier_fixed_cost,m.rfm_supply_tier_max_age)) + filename=os.path.join(inputs_dir, "fuel_supply_curves.csv"), + select=("regional_fuel_market", "period", "tier", "fixed_cost", "max_age"), + param=(m.rfm_supply_tier_fixed_cost, m.rfm_supply_tier_max_age), + ) diff --git a/switch_model/hawaii/hi_spinning_reserves.py b/switch_model/hawaii/hi_spinning_reserves.py index 2cbdcfcda..7f2624fb2 100644 --- a/switch_model/hawaii/hi_spinning_reserves.py +++ b/switch_model/hawaii/hi_spinning_reserves.py @@ -8,15 +8,15 @@ from pyomo.environ import * dependencies = ( - 'switch_model.timescales', - 'switch_model.balancing.load_zones', - 'switch_model.balancing.operating_reserves.areas', - 'switch_model.financials', - 'switch_model.energy_sources.properties', - 'switch_model.generators.core.build', - 'switch_model.generators.core.dispatch', - 'switch_model.generators.core.commit.operate', - 'switch_model.balancing.operating_reserves.spinning_reserve', + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.balancing.operating_reserves.areas", + "switch_model.financials", + "switch_model.energy_sources.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", + "switch_model.generators.core.commit.operate", + "switch_model.balancing.operating_reserves.spinning_reserve", ) @@ -31,21 +31,27 @@ def define_components(m): # TODO: supply these parameters in input files # regulating reserves required, as fraction of potential output (up to limit) - m.var_gen_power_reserve = Param(['Central_PV', 'CentralTrackingPV', 'DistPV', 'OnshoreWind', 'OffshoreWind'], initialize={ - 'Central_PV': 1.0, - 'CentralTrackingPV': 1.0, - 'DistPV': 1.0, # 0.81270193, - 'OnshoreWind': 1.0, - 'OffshoreWind': 1.0, # assumed equal to OnshoreWind - }) + m.var_gen_power_reserve = Param( + ["Central_PV", "CentralTrackingPV", "DistPV", "OnshoreWind", "OffshoreWind"], + initialize={ + "Central_PV": 1.0, + "CentralTrackingPV": 1.0, + "DistPV": 1.0, # 0.81270193, + "OnshoreWind": 1.0, + "OffshoreWind": 1.0, # assumed equal to OnshoreWind + }, + ) # maximum regulating reserves required, as fraction of installed capacity - m.var_gen_cap_reserve_limit = Param(['Central_PV', 'CentralTrackingPV', 'DistPV', 'OnshoreWind', 'OffshoreWind'], initialize={ - 'Central_PV': 0.21288916, - 'CentralTrackingPV': 0.21288916, - 'DistPV': 0.21288916, # 0.14153171, - 'OnshoreWind': 0.21624407, - 'OffshoreWind': 0.21624407, # assumed equal to OnshoreWind - }) + m.var_gen_cap_reserve_limit = Param( + ["Central_PV", "CentralTrackingPV", "DistPV", "OnshoreWind", "OffshoreWind"], + initialize={ + "Central_PV": 0.21288916, + "CentralTrackingPV": 0.21288916, + "DistPV": 0.21288916, # 0.14153171, + "OnshoreWind": 0.21624407, + "OffshoreWind": 0.21624407, # assumed equal to OnshoreWind + }, + ) # more conservative values (found by giving 10x weight to times when we provide less reserves than GE): # [1., 1., 1., 0.25760558, 0.18027923, 0.49123101] @@ -54,23 +60,32 @@ def define_components(m): rule=lambda m, b, t: sum( m.ProjCapacityTP[g, t] * min( - m.var_gen_power_reserve[m.proj_gen_tech[g]] * m.proj_max_capacity_factor[g, t], - m.var_gen_cap_reserve_limit[m.proj_gen_tech[g]] + m.var_gen_power_reserve[m.proj_gen_tech[g]] + * m.proj_max_capacity_factor[g, t], + m.var_gen_cap_reserve_limit[m.proj_gen_tech[g]], ) for g in m.VARIABLE_PROJECTS - if (g, t) in m.VAR_DISPATCH_POINTS and b == m.zone_balancing_area[m.proj_load_zone[g]]), - doc="The spinning reserves for backing up variable generation with Hawaii rules." + if (g, t) in m.VAR_DISPATCH_POINTS + and b == m.zone_balancing_area[m.proj_load_zone[g]] + ), + doc="The spinning reserves for backing up variable generation with Hawaii rules.", + ) + m.Spinning_Reserve_Up_Requirements.append( + "HawaiiVarGenUpSpinningReserveRequirement" ) - m.Spinning_Reserve_Up_Requirements.append('HawaiiVarGenUpSpinningReserveRequirement') def HawaiiLoadDownSpinningReserveRequirement_rule(m, b, t): try: load = m.WithdrawFromCentralGrid except AttributeError: load = m.lz_demand_mw - return 0.10 * sum(load[z, t] for z in m.LOAD_ZONES if b == m.zone_balancing_area[z]) + return 0.10 * sum( + load[z, t] for z in m.LOAD_ZONES if b == m.zone_balancing_area[z] + ) + m.HawaiiLoadDownSpinningReserveRequirement = Expression( - m.BALANCING_AREA_TIMEPOINTS, - rule=HawaiiLoadDownSpinningReserveRequirement_rule + m.BALANCING_AREA_TIMEPOINTS, rule=HawaiiLoadDownSpinningReserveRequirement_rule + ) + m.Spinning_Reserve_Down_Requirements.append( + "HawaiiLoadDownSpinningReserveRequirement" ) - m.Spinning_Reserve_Down_Requirements.append('HawaiiLoadDownSpinningReserveRequirement') diff --git a/switch_model/hawaii/hydrogen.py b/switch_model/hawaii/hydrogen.py index e6ca248b4..25f671623 100644 --- a/switch_model/hawaii/hydrogen.py +++ b/switch_model/hawaii/hydrogen.py @@ -3,34 +3,56 @@ from pyomo.environ import * from switch_model.financials import capital_recovery_factor as crf + def define_arguments(argparser): - argparser.add_argument('--hydrogen-reserve-types', nargs='+', default=['spinning'], - help= - "Type(s) of reserves to provide from hydrogen infrastructure (e.g., 'contingency regulation'). " - "Specify 'none' to disable." + argparser.add_argument( + "--hydrogen-reserve-types", + nargs="+", + default=["spinning"], + help="Type(s) of reserves to provide from hydrogen infrastructure (e.g., 'contingency regulation'). " + "Specify 'none' to disable.", ) - argparser.add_argument('--no-hydrogen', action='store_true', default=False, - help="Don't allow construction of any hydrogen infrastructure." + argparser.add_argument( + "--no-hydrogen", + action="store_true", + default=False, + help="Don't allow construction of any hydrogen infrastructure.", ) + def define_components(m): if not m.options.no_hydrogen: define_hydrogen_components(m) + def define_hydrogen_components(m): # electrolyzer details m.hydrogen_electrolyzer_capital_cost_per_mw = Param() m.hydrogen_electrolyzer_fixed_cost_per_mw_year = Param(default=0.0) - m.hydrogen_electrolyzer_variable_cost_per_kg = Param(default=0.0) # assumed to include any refurbishment needed - m.hydrogen_electrolyzer_kg_per_mwh = Param() # assumed to deliver H2 at enough pressure for liquifier and daily buffering + m.hydrogen_electrolyzer_variable_cost_per_kg = Param( + default=0.0 + ) # assumed to include any refurbishment needed + m.hydrogen_electrolyzer_kg_per_mwh = ( + Param() + ) # assumed to deliver H2 at enough pressure for liquifier and daily buffering m.hydrogen_electrolyzer_life_years = Param() m.BuildElectrolyzerMW = Var(m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals) - m.ElectrolyzerCapacityMW = Expression(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - sum(m.BuildElectrolyzerMW[z, p_] for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p])) + m.ElectrolyzerCapacityMW = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.BuildElectrolyzerMW[z, p_] + for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + ), + ) m.RunElectrolyzerMW = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) - m.ProduceHydrogenKgPerHour = Expression(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.RunElectrolyzerMW[z, t] * m.hydrogen_electrolyzer_kg_per_mwh) + m.ProduceHydrogenKgPerHour = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.RunElectrolyzerMW[z, t] + * m.hydrogen_electrolyzer_kg_per_mwh, + ) # note: we assume there is a gaseous hydrogen storage tank that is big enough to buffer # daily production, storage and withdrawals of hydrogen, but we don't include a cost @@ -43,85 +65,146 @@ def define_hydrogen_components(m): m.hydrogen_liquifier_variable_cost_per_kg = Param(default=0.0) m.hydrogen_liquifier_mwh_per_kg = Param() m.hydrogen_liquifier_life_years = Param() - m.BuildLiquifierKgPerHour = Var(m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals) # capacity to build, measured in kg/hour of throughput - m.LiquifierCapacityKgPerHour = Expression(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - sum(m.BuildLiquifierKgPerHour[z, p_] for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p])) - m.LiquifyHydrogenKgPerHour = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) - m.LiquifyHydrogenMW = Expression(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.LiquifyHydrogenKgPerHour[z, t] * m.hydrogen_liquifier_mwh_per_kg + m.BuildLiquifierKgPerHour = Var( + m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals + ) # capacity to build, measured in kg/hour of throughput + m.LiquifierCapacityKgPerHour = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.BuildLiquifierKgPerHour[z, p_] + for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + ), + ) + m.LiquifyHydrogenKgPerHour = Var( + m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals + ) + m.LiquifyHydrogenMW = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.LiquifyHydrogenKgPerHour[z, t] + * m.hydrogen_liquifier_mwh_per_kg, ) # storage tank details m.liquid_hydrogen_tank_capital_cost_per_kg = Param() m.liquid_hydrogen_tank_minimum_size_kg = Param(default=0.0) m.liquid_hydrogen_tank_life_years = Param() - m.BuildLiquidHydrogenTankKg = Var(m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals) # in kg - m.LiquidHydrogenTankCapacityKg = Expression(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - sum(m.BuildLiquidHydrogenTankKg[z, p_] for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p])) - m.StoreLiquidHydrogenKg = Expression(m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, z, ts: - m.ts_duration_of_tp[ts] * sum(m.LiquifyHydrogenKgPerHour[z, tp] for tp in m.TPS_IN_TS[ts]) + m.BuildLiquidHydrogenTankKg = Var( + m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals + ) # in kg + m.LiquidHydrogenTankCapacityKg = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.BuildLiquidHydrogenTankKg[z, p_] + for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + ), + ) + m.StoreLiquidHydrogenKg = Expression( + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, z, ts: m.ts_duration_of_tp[ts] + * sum(m.LiquifyHydrogenKgPerHour[z, tp] for tp in m.TPS_IN_TS[ts]), + ) + m.WithdrawLiquidHydrogenKg = Var( + m.LOAD_ZONES, m.TIMESERIES, within=NonNegativeReals ) - m.WithdrawLiquidHydrogenKg = Var(m.LOAD_ZONES, m.TIMESERIES, within=NonNegativeReals) # note: we assume the system will be large enough to neglect boil-off # fuel cell details m.hydrogen_fuel_cell_capital_cost_per_mw = Param() m.hydrogen_fuel_cell_fixed_cost_per_mw_year = Param(default=0.0) - m.hydrogen_fuel_cell_variable_cost_per_mwh = Param(default=0.0) # assumed to include any refurbishment needed + m.hydrogen_fuel_cell_variable_cost_per_mwh = Param( + default=0.0 + ) # assumed to include any refurbishment needed m.hydrogen_fuel_cell_mwh_per_kg = Param() m.hydrogen_fuel_cell_life_years = Param() m.BuildFuelCellMW = Var(m.LOAD_ZONES, m.PERIODS, within=NonNegativeReals) - m.FuelCellCapacityMW = Expression(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - sum(m.BuildFuelCellMW[z, p_] for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p])) + m.FuelCellCapacityMW = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.BuildFuelCellMW[z, p_] for p_ in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[p] + ), + ) m.DispatchFuelCellMW = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) - m.ConsumeHydrogenKgPerHour = Expression(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.DispatchFuelCellMW[z, t] / m.hydrogen_fuel_cell_mwh_per_kg + m.ConsumeHydrogenKgPerHour = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.DispatchFuelCellMW[z, t] + / m.hydrogen_fuel_cell_mwh_per_kg, ) # hydrogen mass balances # note: this allows for buffering of same-day production and consumption # of hydrogen without ever liquifying it - m.Hydrogen_Conservation_of_Mass_Daily = Constraint(m.LOAD_ZONES, m.TIMESERIES, rule=lambda m, z, ts: - m.StoreLiquidHydrogenKg[z, ts] - m.WithdrawLiquidHydrogenKg[z, ts] - == - m.ts_duration_of_tp[ts] * sum( + m.Hydrogen_Conservation_of_Mass_Daily = Constraint( + m.LOAD_ZONES, + m.TIMESERIES, + rule=lambda m, z, ts: m.StoreLiquidHydrogenKg[z, ts] + - m.WithdrawLiquidHydrogenKg[z, ts] + == m.ts_duration_of_tp[ts] + * sum( m.ProduceHydrogenKgPerHour[z, tp] - m.ConsumeHydrogenKgPerHour[z, tp] for tp in m.TPS_IN_TS[ts] - ) + ), ) - m.Hydrogen_Conservation_of_Mass_Annual = Constraint(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - sum( + m.Hydrogen_Conservation_of_Mass_Annual = Constraint( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( (m.StoreLiquidHydrogenKg[z, ts] - m.WithdrawLiquidHydrogenKg[z, ts]) - * m.ts_scale_to_year[ts] + * m.ts_scale_to_year[ts] for ts in m.TS_IN_PERIOD[p] - ) == 0 + ) + == 0, ) # limits on equipment - m.Max_Run_Electrolyzer = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.RunElectrolyzerMW[z, t] <= m.ElectrolyzerCapacityMW[z, m.tp_period[t]]) - m.Max_Run_Fuel_Cell = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.DispatchFuelCellMW[z, t] <= m.FuelCellCapacityMW[z, m.tp_period[t]]) - m.Max_Run_Liquifier = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.LiquifyHydrogenKgPerHour[z, t] <= m.LiquifierCapacityKgPerHour[z, m.tp_period[t]]) + m.Max_Run_Electrolyzer = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.RunElectrolyzerMW[z, t] + <= m.ElectrolyzerCapacityMW[z, m.tp_period[t]], + ) + m.Max_Run_Fuel_Cell = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.DispatchFuelCellMW[z, t] + <= m.FuelCellCapacityMW[z, m.tp_period[t]], + ) + m.Max_Run_Liquifier = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.LiquifyHydrogenKgPerHour[z, t] + <= m.LiquifierCapacityKgPerHour[z, m.tp_period[t]], + ) # minimum size for hydrogen tank m.BuildAnyLiquidHydrogenTank = Var(m.LOAD_ZONES, m.PERIODS, within=Binary) - m.Set_BuildAnyLiquidHydrogenTank_Flag = Constraint(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - Constraint.Skip if m.liquid_hydrogen_tank_minimum_size_kg == 0.0 + m.Set_BuildAnyLiquidHydrogenTank_Flag = Constraint( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: Constraint.Skip + if m.liquid_hydrogen_tank_minimum_size_kg == 0.0 else ( m.BuildLiquidHydrogenTankKg[z, p] - <= - 1000 * m.BuildAnyLiquidHydrogenTank[z, p] * m.liquid_hydrogen_tank_minimum_size_kg - ) + <= 1000 + * m.BuildAnyLiquidHydrogenTank[z, p] + * m.liquid_hydrogen_tank_minimum_size_kg + ), ) - m.Build_Minimum_Liquid_Hydrogen_Tank = Constraint(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - Constraint.Skip if m.liquid_hydrogen_tank_minimum_size_kg == 0.0 + m.Build_Minimum_Liquid_Hydrogen_Tank = Constraint( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: Constraint.Skip + if m.liquid_hydrogen_tank_minimum_size_kg == 0.0 else ( m.BuildLiquidHydrogenTankKg[z, p] - >= - m.BuildAnyLiquidHydrogenTank[z, p] * m.liquid_hydrogen_tank_minimum_size_kg - ) + >= m.BuildAnyLiquidHydrogenTank[z, p] + * m.liquid_hydrogen_tank_minimum_size_kg + ), ) # maximum amount that hydrogen fuel cells can contribute to system reserves @@ -129,92 +212,125 @@ def define_hydrogen_components(m): # as much electrolyzer capacity and a tank that can provide the reserves for 12 hours # (this is pretty arbitrary, but avoids just installing a fuel cell as a "free" source of reserves) m.HydrogenFuelCellMaxReservePower = Var(m.LOAD_ZONES, m.TIMEPOINTS) - m.Hydrogen_FC_Reserve_Capacity_Limit = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.HydrogenFuelCellMaxReservePower[z, t] - <= - m.FuelCellCapacityMW[z, m.tp_period[t]] + m.Hydrogen_FC_Reserve_Capacity_Limit = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.HydrogenFuelCellMaxReservePower[z, t] + <= m.FuelCellCapacityMW[z, m.tp_period[t]], ) - m.Hydrogen_FC_Reserve_Storage_Limit = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.HydrogenFuelCellMaxReservePower[z, t] - <= - m.LiquidHydrogenTankCapacityKg[z, m.tp_period[t]] * m.hydrogen_fuel_cell_mwh_per_kg / 12.0 + m.Hydrogen_FC_Reserve_Storage_Limit = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.HydrogenFuelCellMaxReservePower[z, t] + <= m.LiquidHydrogenTankCapacityKg[z, m.tp_period[t]] + * m.hydrogen_fuel_cell_mwh_per_kg + / 12.0, ) - m.Hydrogen_FC_Reserve_Electrolyzer_Limit = Constraint(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.HydrogenFuelCellMaxReservePower[z, t] - <= - 2.0 * m.ElectrolyzerCapacityMW[z, m.tp_period[t]] + m.Hydrogen_FC_Reserve_Electrolyzer_Limit = Constraint( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.HydrogenFuelCellMaxReservePower[z, t] + <= 2.0 * m.ElectrolyzerCapacityMW[z, m.tp_period[t]], ) # how much extra power could hydrogen equipment produce or absorb on short notice (for reserves) - m.HydrogenSlackUp = Expression(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.RunElectrolyzerMW[z, t] + m.HydrogenSlackUp = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.RunElectrolyzerMW[z, t] + m.LiquifyHydrogenMW[z, t] + m.HydrogenFuelCellMaxReservePower[z, t] - - m.DispatchFuelCellMW[z, t] + - m.DispatchFuelCellMW[z, t], ) - m.HydrogenSlackDown = Expression(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - m.ElectrolyzerCapacityMW[z, m.tp_period[t]] - m.RunElectrolyzerMW[z, t] + m.HydrogenSlackDown = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: m.ElectrolyzerCapacityMW[z, m.tp_period[t]] + - m.RunElectrolyzerMW[z, t] # ignore liquifier potential since it's small and this is a low-value reserve product - + m.DispatchFuelCellMW[z, t] + + m.DispatchFuelCellMW[z, t], ) # there must be enough storage to hold _all_ the production each period (net of same-day consumption) # note: this assumes we cycle the system only once per year (store all energy, then release all energy) # alternatives: allow monthly or seasonal cycling, or directly model the whole year with inter-day linkages - m.Max_Store_Liquid_Hydrogen = Constraint(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, p: - sum(m.StoreLiquidHydrogenKg[z, ts] * m.ts_scale_to_year[ts] for ts in m.TS_IN_PERIOD[p]) - <= m.LiquidHydrogenTankCapacityKg[z, p] + m.Max_Store_Liquid_Hydrogen = Constraint( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, p: sum( + m.StoreLiquidHydrogenKg[z, ts] * m.ts_scale_to_year[ts] + for ts in m.TS_IN_PERIOD[p] + ) + <= m.LiquidHydrogenTankCapacityKg[z, p], ) # add electricity consumption and production to the zonal energy balance - m.Zone_Power_Withdrawals.append('RunElectrolyzerMW') - m.Zone_Power_Withdrawals.append('LiquifyHydrogenMW') - m.Zone_Power_Injections.append('DispatchFuelCellMW') + m.Zone_Power_Withdrawals.append("RunElectrolyzerMW") + m.Zone_Power_Withdrawals.append("LiquifyHydrogenMW") + m.Zone_Power_Injections.append("DispatchFuelCellMW") # add costs to the model - m.HydrogenVariableCost = Expression(m.TIMEPOINTS, rule=lambda m, t: - sum( - m.ProduceHydrogenKgPerHour[z, t] * m.hydrogen_electrolyzer_variable_cost_per_kg - + m.LiquifyHydrogenKgPerHour[z, t] * m.hydrogen_liquifier_variable_cost_per_kg + m.HydrogenVariableCost = Expression( + m.TIMEPOINTS, + rule=lambda m, t: sum( + m.ProduceHydrogenKgPerHour[z, t] + * m.hydrogen_electrolyzer_variable_cost_per_kg + + m.LiquifyHydrogenKgPerHour[z, t] + * m.hydrogen_liquifier_variable_cost_per_kg + m.DispatchFuelCellMW[z, t] * m.hydrogen_fuel_cell_variable_cost_per_mwh for z in m.LOAD_ZONES - ) + ), ) - m.HydrogenFixedCostAnnual = Expression(m.PERIODS, rule=lambda m, p: - sum( - m.ElectrolyzerCapacityMW[z, p] * ( - m.hydrogen_electrolyzer_capital_cost_per_mw * crf(m.interest_rate, m.hydrogen_electrolyzer_life_years) - + m.hydrogen_electrolyzer_fixed_cost_per_mw_year) - + m.LiquifierCapacityKgPerHour[z, p] * ( - m.hydrogen_liquifier_capital_cost_per_kg_per_hour * crf(m.interest_rate, m.hydrogen_liquifier_life_years) - + m.hydrogen_liquifier_fixed_cost_per_kg_hour_year) - + m.LiquidHydrogenTankCapacityKg[z, p] * ( - m.liquid_hydrogen_tank_capital_cost_per_kg * crf(m.interest_rate, m.liquid_hydrogen_tank_life_years)) - + m.FuelCellCapacityMW[z, p] * ( - m.hydrogen_fuel_cell_capital_cost_per_mw * crf(m.interest_rate, m.hydrogen_fuel_cell_life_years) - + m.hydrogen_fuel_cell_fixed_cost_per_mw_year) + m.HydrogenFixedCostAnnual = Expression( + m.PERIODS, + rule=lambda m, p: sum( + m.ElectrolyzerCapacityMW[z, p] + * ( + m.hydrogen_electrolyzer_capital_cost_per_mw + * crf(m.interest_rate, m.hydrogen_electrolyzer_life_years) + + m.hydrogen_electrolyzer_fixed_cost_per_mw_year + ) + + m.LiquifierCapacityKgPerHour[z, p] + * ( + m.hydrogen_liquifier_capital_cost_per_kg_per_hour + * crf(m.interest_rate, m.hydrogen_liquifier_life_years) + + m.hydrogen_liquifier_fixed_cost_per_kg_hour_year + ) + + m.LiquidHydrogenTankCapacityKg[z, p] + * ( + m.liquid_hydrogen_tank_capital_cost_per_kg + * crf(m.interest_rate, m.liquid_hydrogen_tank_life_years) + ) + + m.FuelCellCapacityMW[z, p] + * ( + m.hydrogen_fuel_cell_capital_cost_per_mw + * crf(m.interest_rate, m.hydrogen_fuel_cell_life_years) + + m.hydrogen_fuel_cell_fixed_cost_per_mw_year + ) for z in m.LOAD_ZONES - ) + ), ) - m.Cost_Components_Per_TP.append('HydrogenVariableCost') - m.Cost_Components_Per_Period.append('HydrogenFixedCostAnnual') + m.Cost_Components_Per_TP.append("HydrogenVariableCost") + m.Cost_Components_Per_Period.append("HydrogenFixedCostAnnual") # Register with spinning reserves if it is available - if [rt.lower() for rt in m.options.hydrogen_reserve_types] != ['none']: + if [rt.lower() for rt in m.options.hydrogen_reserve_types] != ["none"]: # Register with spinning reserves - if hasattr(m, 'Spinning_Reserve_Up_Provisions'): + if hasattr(m, "Spinning_Reserve_Up_Provisions"): # calculate available slack from hydrogen equipment m.HydrogenSlackUpForArea = Expression( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, b, t: - sum(m.HydrogenSlackUp[z, t] for z in m.ZONES_IN_BALANCING_AREA[b]) + rule=lambda m, b, t: sum( + m.HydrogenSlackUp[z, t] for z in m.ZONES_IN_BALANCING_AREA[b] + ), ) m.HydrogenSlackDownForArea = Expression( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, b, t: - sum(m.HydrogenSlackDown[z, t] for z in m.ZONES_IN_BALANCING_AREA[b]) + rule=lambda m, b, t: sum( + m.HydrogenSlackDown[z, t] for z in m.ZONES_IN_BALANCING_AREA[b] + ), ) - if hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): + if hasattr(m, "GEN_SPINNING_RESERVE_TYPES"): # using advanced formulation, index by reserve type, balancing area, timepoint # define variables for each type of reserves to be provided # choose how to allocate the slack between the different reserve products @@ -222,40 +338,42 @@ def define_hydrogen_components(m): initialize=m.options.hydrogen_reserve_types ) m.HydrogenSpinningReserveUp = Var( - m.HYDROGEN_SPINNING_RESERVE_TYPES, m.BALANCING_AREA_TIMEPOINTS, - within=NonNegativeReals + m.HYDROGEN_SPINNING_RESERVE_TYPES, + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, ) m.HydrogenSpinningReserveDown = Var( - m.HYDROGEN_SPINNING_RESERVE_TYPES, m.BALANCING_AREA_TIMEPOINTS, - within=NonNegativeReals + m.HYDROGEN_SPINNING_RESERVE_TYPES, + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, ) # constrain reserve provision within available slack m.Limit_HydrogenSpinningReserveUp = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, ba, tp: - sum( - m.HydrogenSpinningReserveUp[rt, ba, tp] - for rt in m.HYDROGEN_SPINNING_RESERVE_TYPES - ) <= m.HydrogenSlackUpForArea[ba, tp] + rule=lambda m, ba, tp: sum( + m.HydrogenSpinningReserveUp[rt, ba, tp] + for rt in m.HYDROGEN_SPINNING_RESERVE_TYPES + ) + <= m.HydrogenSlackUpForArea[ba, tp], ) m.Limit_HydrogenSpinningReserveDown = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, ba, tp: - sum( - m.HydrogenSpinningReserveDown[rt, ba, tp] - for rt in m.HYDROGEN_SPINNING_RESERVE_TYPES - ) <= m.HydrogenSlackDownForArea[ba, tp] + rule=lambda m, ba, tp: sum( + m.HydrogenSpinningReserveDown[rt, ba, tp] + for rt in m.HYDROGEN_SPINNING_RESERVE_TYPES + ) + <= m.HydrogenSlackDownForArea[ba, tp], ) - m.Spinning_Reserve_Up_Provisions.append('HydrogenSpinningReserveUp') - m.Spinning_Reserve_Down_Provisions.append('HydrogenSpinningReserveDown') + m.Spinning_Reserve_Up_Provisions.append("HydrogenSpinningReserveUp") + m.Spinning_Reserve_Down_Provisions.append("HydrogenSpinningReserveDown") else: # using older formulation, only one type of spinning reserves, indexed by balancing area, timepoint - if m.options.hydrogen_reserve_types != ['spinning']: + if m.options.hydrogen_reserve_types != ["spinning"]: raise ValueError( 'Unable to use reserve types other than "spinning" with simple spinning reserves module.' ) - m.Spinning_Reserve_Up_Provisions.append('HydrogenSlackUpForArea') - m.Spinning_Reserve_Down_Provisions.append('HydrogenSlackDownForArea') + m.Spinning_Reserve_Up_Provisions.append("HydrogenSlackUpForArea") + m.Spinning_Reserve_Down_Provisions.append("HydrogenSlackDownForArea") def load_inputs(m, switch_data, inputs_dir): @@ -265,8 +383,9 @@ def load_inputs(m, switch_data, inputs_dir): """ if not m.options.no_hydrogen: switch_data.load_aug( - filename=os.path.join(inputs_dir, 'hydrogen.csv'), - optional=False, auto_select=True, + filename=os.path.join(inputs_dir, "hydrogen.csv"), + optional=False, + auto_select=True, param=( m.hydrogen_electrolyzer_capital_cost_per_mw, m.hydrogen_electrolyzer_fixed_cost_per_mw_year, @@ -286,5 +405,5 @@ def load_inputs(m, switch_data, inputs_dir): m.liquid_hydrogen_tank_capital_cost_per_kg, m.liquid_hydrogen_tank_life_years, m.liquid_hydrogen_tank_minimum_size_kg, - ) + ), ) diff --git a/switch_model/hawaii/kalaeloa.py b/switch_model/hawaii/kalaeloa.py index 74d36a9c6..7a2adfb27 100644 --- a/switch_model/hawaii/kalaeloa.py +++ b/switch_model/hawaii/kalaeloa.py @@ -3,10 +3,16 @@ import os from pyomo.environ import * + def define_arguments(argparser): - argparser.add_argument("--run-kalaeloa-even-with-high-rps", action='store_true', default=False, + argparser.add_argument( + "--run-kalaeloa-even-with-high-rps", + action="store_true", + default=False, help="Enforce the 75 MW minimum-output rule for Kalaeloa in all years (otherwise relaxed " - "if RPS or EV share >= 75%%). Mimics behavior from switch 2.0.0b2.") + "if RPS or EV share >= 75%%). Mimics behavior from switch 2.0.0b2.", + ) + def define_components(m): # force Kalaeloa_CC3 offline unless 1&2 are at max (per John Cole e-mail 9/28/16) @@ -17,25 +23,30 @@ def define_components(m): # run both 1 & 2 at 90 MW, and run 3 at 28 MW m.KALAELOA_MAIN_UNITS = Set( - initialize=["Oahu_Kalaeloa_CC1", "Oahu_Kalaeloa_CC2", "Kalaeloa_CC1", "Kalaeloa_CC2"], - filter=lambda m, g: g in m.GENERATION_PROJECTS + initialize=[ + "Oahu_Kalaeloa_CC1", + "Oahu_Kalaeloa_CC2", + "Kalaeloa_CC1", + "Kalaeloa_CC2", + ], + filter=lambda m, g: g in m.GENERATION_PROJECTS, ) m.KALAELOA_DUCT_BURNERS = Set( initialize=["Oahu_Kalaeloa_CC3", "Kalaeloa_CC3"], - filter=lambda m, g: g in m.GENERATION_PROJECTS + filter=lambda m, g: g in m.GENERATION_PROJECTS, ) m.KALAELOA_MAIN_UNIT_DISPATCH_POINTS = Set( dimen=2, initialize=lambda m: ( (g, tp) for g in m.KALAELOA_MAIN_UNITS for tp in m.TPS_FOR_GEN[g] - ) + ), ) m.KALAELOA_DUCT_BURNER_DISPATCH_POINTS = Set( dimen=2, initialize=lambda m: ( (g, tp) for g in m.KALAELOA_DUCT_BURNERS for tp in m.TPS_FOR_GEN[g] - ) + ), ) m.KALAELOA_ACTIVE_TIMEPOINTS = Set( initialize=lambda m: set(tp for g, tp in m.KALAELOA_MAIN_UNIT_DISPATCH_POINTS) @@ -45,22 +56,19 @@ def define_components(m): # (if linearized, this is the fraction of capacity that is dispatched) m.RunKalaeloaUnitFull = Var(m.KALAELOA_MAIN_UNIT_DISPATCH_POINTS, within=Binary) - m.Run_Kalaeloa_Unit_Full_Enforce = Constraint( # big-m constraint + m.Run_Kalaeloa_Unit_Full_Enforce = Constraint( # big-m constraint m.KALAELOA_MAIN_UNIT_DISPATCH_POINTS, - rule=lambda m, g, tp: - m.DispatchGen[g, tp] - + (1 - m.RunKalaeloaUnitFull[g, tp]) * m.gen_capacity_limit_mw[g] - >= - m.GenCapacityInTP[g, tp] * m.gen_availability[g] + rule=lambda m, g, tp: m.DispatchGen[g, tp] + + (1 - m.RunKalaeloaUnitFull[g, tp]) * m.gen_capacity_limit_mw[g] + >= m.GenCapacityInTP[g, tp] * m.gen_availability[g], ) # only run duct burner if all main units are full-on m.Run_Kalaeloa_Duct_Burner_Only_When_Full = Constraint( - m.KALAELOA_DUCT_BURNER_DISPATCH_POINTS, m.KALAELOA_MAIN_UNITS, - rule=lambda m, g_duct, tp, g_main: - m.DispatchGen[g_duct, tp] - <= - m.RunKalaeloaUnitFull[g_main, tp] * m.gen_capacity_limit_mw[g_duct] + m.KALAELOA_DUCT_BURNER_DISPATCH_POINTS, + m.KALAELOA_MAIN_UNITS, + rule=lambda m, g_duct, tp, g_main: m.DispatchGen[g_duct, tp] + <= m.RunKalaeloaUnitFull[g_main, tp] * m.gen_capacity_limit_mw[g_duct], ) # force at least one Kalaeloa unit to run at full power at all times @@ -84,13 +92,23 @@ def Kalaeloa_Must_Run_rule(m, tp): # same amount of steam if the demand for either product drops below 25% # of the 2018 level. So we assume that Kalaeloa's must-run rule applies # only until either consumption is below 25% of the starting level. - ev_share = m.ev_share['Oahu', m.tp_period[tp]] if hasattr(m, 'ev_share') else 0.0 - rps_level = m.rps_target_for_period[m.tp_period[tp]] if hasattr(m, 'rps_target_for_period') else 0.0 + ev_share = ( + m.ev_share["Oahu", m.tp_period[tp]] if hasattr(m, "ev_share") else 0.0 + ) + rps_level = ( + m.rps_target_for_period[m.tp_period[tp]] + if hasattr(m, "rps_target_for_period") + else 0.0 + ) if both_units_out or ( - (ev_share >= 0.75 or rps_level >= 0.75) and not m.options.run_kalaeloa_even_with_high_rps + (ev_share >= 0.75 or rps_level >= 0.75) + and not m.options.run_kalaeloa_even_with_high_rps ): return Constraint.Skip else: - return (sum(m.DispatchGen[g, tp] for g in m.KALAELOA_MAIN_UNITS) >= 75.0) - m.Kalaeloa_Must_Run = Constraint(m.KALAELOA_ACTIVE_TIMEPOINTS, rule=Kalaeloa_Must_Run_rule) + return sum(m.DispatchGen[g, tp] for g in m.KALAELOA_MAIN_UNITS) >= 75.0 + + m.Kalaeloa_Must_Run = Constraint( + m.KALAELOA_ACTIVE_TIMEPOINTS, rule=Kalaeloa_Must_Run_rule + ) diff --git a/switch_model/hawaii/lake_wilson.py b/switch_model/hawaii/lake_wilson.py index 2a45e496b..7e9dce7ef 100644 --- a/switch_model/hawaii/lake_wilson.py +++ b/switch_model/hawaii/lake_wilson.py @@ -5,23 +5,31 @@ from __future__ import division from pyomo.environ import * + def define_components(m): def rule(m): - g = 'Oahu_Lake_Wilson' + g = "Oahu_Lake_Wilson" inflow = 10.0 if g in m.GENERATION_PROJECTS: for t in m.TPS_FOR_GEN[g]: # assign new energy balance with extra inflow, and allow spilling m.Track_State_Of_Charge[g, t] = ( m.StateOfCharge[g, t] - <= - m.StateOfCharge[g, m.tp_previous[t]] - + (m.ChargeStorage[g, t] * m.gen_storage_efficiency[g] - - m.DispatchGen[g, t]) * m.tp_duration_hrs[t] + <= m.StateOfCharge[g, m.tp_previous[t]] + + ( + m.ChargeStorage[g, t] * m.gen_storage_efficiency[g] + - m.DispatchGen[g, t] + ) + * m.tp_duration_hrs[t] # allow inflow only if capacity is built - + inflow * m.tp_duration_hrs * m.GenCapacityInTP[g] / m.gen_unit_size[g] + + inflow + * m.tp_duration_hrs + * m.GenCapacityInTP[g] + / m.gen_unit_size[g] ) + m.Add_Lake_Wilson_Inflow = BuildAction(rule=rule) + # TODO: don't allow zero crossing when calculating reserves available # see http://www.ucdenver.edu/faculty-staff/dmays/3414/Documents/Antal-MS-2014.pdf diff --git a/switch_model/hawaii/lng_conversion.py b/switch_model/hawaii/lng_conversion.py index dc5af0916..a954b8098 100644 --- a/switch_model/hawaii/lng_conversion.py +++ b/switch_model/hawaii/lng_conversion.py @@ -11,9 +11,15 @@ from pyomo.environ import * from switch_model.financials import capital_recovery_factor + def define_arguments(argparser): - argparser.add_argument('--force-lng-tier', nargs='*', default=None, - help="LNG tier to use: tier [start [stop]] or 'none' to use no LNG. Optimal choices will be made if nothing specified.") + argparser.add_argument( + "--force-lng-tier", + nargs="*", + default=None, + help="LNG tier to use: tier [start [stop]] or 'none' to use no LNG. Optimal choices will be made if nothing specified.", + ) + def define_components(m): @@ -26,7 +32,7 @@ def define_components(m): m.LNG_RFM_SUPPLY_TIERS = Set( initialize=m.RFM_SUPPLY_TIERS, - filter=lambda m, rfm, per, tier: m.rfm_fuel[rfm].upper() == 'LNG' + filter=lambda m, rfm, per, tier: m.rfm_fuel[rfm].upper() == "LNG", ) m.LNG_REGIONAL_FUEL_MARKETS = Set( initialize=lambda m: {rfm for rfm, per, tier in m.LNG_RFM_SUPPLY_TIERS} @@ -38,12 +44,14 @@ def define_components(m): # force LNG to be deactivated when RPS is 100%; # this forces recovery of all costs before the 100% RPS takes effect # (otherwise the model sometimes tries to postpone recovery beyond the end of the study) - if hasattr(m, 'RPS_Enforce'): - m.No_LNG_In_100_RPS = Constraint(m.LNG_RFM_SUPPLY_TIERS, - rule=lambda m, rfm, per, tier: - (m.RFMSupplyTierActivate[rfm, per, tier] == 0) - if m.rps_target_for_period[per] >= 1.0 - else Constraint.Skip + if hasattr(m, "RPS_Enforce"): + m.No_LNG_In_100_RPS = Constraint( + m.LNG_RFM_SUPPLY_TIERS, + rule=lambda m, rfm, per, tier: ( + m.RFMSupplyTierActivate[rfm, per, tier] == 0 + ) + if m.rps_target_for_period[per] >= 1.0 + else Constraint.Skip, ) # user can study different LNG durations by specifying a tier to activate and @@ -78,13 +86,23 @@ def Force_LNG_Tier_rule(m, rfm, per, tier): # user specified a tier to activate and possibly a date range # force that active and deactivate all others. force_tier = m.options.force_lng_tier[0] - force_tier_start = float(m.options.force_lng_tier[1]) if len(m.options.force_lng_tier) > 1 else m.PERIODS.first() - force_tier_end = float(m.options.force_lng_tier[2]) if len(m.options.force_lng_tier) > 2 else m.PERIODS.last() - if force_tier.lower() == 'none': + force_tier_start = ( + float(m.options.force_lng_tier[1]) + if len(m.options.force_lng_tier) > 1 + else m.PERIODS.first() + ) + force_tier_end = ( + float(m.options.force_lng_tier[2]) + if len(m.options.force_lng_tier) > 2 + else m.PERIODS.last() + ) + if force_tier.lower() == "none": action = 0 elif force_tier not in m.LNG_TIERS: raise ValueError( - "--force-lng-tier argument '{}' does not match any LNG market tier.".format(force_tier) + "--force-lng-tier argument '{}' does not match any LNG market tier.".format( + force_tier + ) ) elif tier == force_tier and force_tier_start <= per <= force_tier_end: # force tier on @@ -98,16 +116,25 @@ def Force_LNG_Tier_rule(m, rfm, per, tier): result = action else: if m.options.verbose: - print("{} activation of tier {}.".format('Forcing' if action else 'Blocking', (rfm, per, tier))) - result = (m.RFMSupplyTierActivate[rfm, per, tier] == action) + print( + "{} activation of tier {}.".format( + "Forcing" if action else "Blocking", (rfm, per, tier) + ) + ) + result = m.RFMSupplyTierActivate[rfm, per, tier] == action return result - m.Force_LNG_Tier = Constraint(m.LNG_RFM_SUPPLY_TIERS, rule=Force_LNG_Tier_rule) + m.Force_LNG_Tier = Constraint(m.LNG_RFM_SUPPLY_TIERS, rule=Force_LNG_Tier_rule) # list of all projects and timepoints when LNG could potentially be used - m.LNG_GEN_TIMEPOINTS = Set(dimen=2, initialize = lambda m: - ((p, t) for p in m.GENS_BY_FUEL['LNG'] for t in m.TIMEPOINTS - if (p, t) in m.GEN_TPS) + m.LNG_GEN_TIMEPOINTS = Set( + dimen=2, + initialize=lambda m: ( + (p, t) + for p in m.GENS_BY_FUEL["LNG"] + for t in m.TIMEPOINTS + if (p, t) in m.GEN_TPS + ), ) # HECO PSIP 2016-04 has only Kahe 5, Kahe 6, Kalaeloa and CC_383 burning LNG, @@ -120,16 +147,22 @@ def Force_LNG_Tier_rule(m, rfm, per, tier): # are included in the LNG supply tiers, so we don't need to worry about that. m.LNG_CONVERTED_PLANTS = Set( initialize=[ - 'Oahu_Kahe_K5', 'Oahu_Kahe_K6', - 'Oahu_Kalaeloa_CC1_CC2', # used in some older models - 'Oahu_Kalaeloa_CC1', 'Oahu_Kalaeloa_CC2', 'Oahu_Kalaeloa_CC3', - 'Oahu_CC_383', 'Oahu_CC_152', 'Oahu_CT_100' + "Oahu_Kahe_K5", + "Oahu_Kahe_K6", + "Oahu_Kalaeloa_CC1_CC2", # used in some older models + "Oahu_Kalaeloa_CC1", + "Oahu_Kalaeloa_CC2", + "Oahu_Kalaeloa_CC3", + "Oahu_CC_383", + "Oahu_CC_152", + "Oahu_CT_100", ] ) - m.LNG_In_Converted_Plants_Only = Constraint(m.LNG_GEN_TIMEPOINTS, - rule=lambda m, g, tp: - Constraint.Skip if g in m.LNG_CONVERTED_PLANTS - else (m.GenFuelUseRate[g, tp, 'LNG'] == 0) + m.LNG_In_Converted_Plants_Only = Constraint( + m.LNG_GEN_TIMEPOINTS, + rule=lambda m, g, tp: Constraint.Skip + if g in m.LNG_CONVERTED_PLANTS + else (m.GenFuelUseRate[g, tp, "LNG"] == 0), ) # CODE BELOW IS DISABLED because we have abandoned the 'container' tier which cost diff --git a/switch_model/hawaii/no_central_pv.py b/switch_model/hawaii/no_central_pv.py index 776210844..7d01739f8 100644 --- a/switch_model/hawaii/no_central_pv.py +++ b/switch_model/hawaii/no_central_pv.py @@ -1,17 +1,18 @@ from pyomo.environ import * + def define_components(m): """ prevent construction of any new central PV projects """ # TODO: put these in a data file and share them between rps.py and no_renewables.py - renewable_energy_technologies = ['CentralPV', 'CentralTrackingPV'] + renewable_energy_technologies = ["CentralPV", "CentralTrackingPV"] def No_CentralPV_rule(m, g, bld_yr): if m.gen_tech[g] in renewable_energy_technologies: return m.BuildGen[g, bld_yr] == 0 else: return Constraint.Skip - m.No_CentralPV = Constraint(m.NEW_GEN_BLD_YRS, rule=No_CentralPV_rule) + m.No_CentralPV = Constraint(m.NEW_GEN_BLD_YRS, rule=No_CentralPV_rule) diff --git a/switch_model/hawaii/no_onshore_wind.py b/switch_model/hawaii/no_onshore_wind.py index 29ad7ae7c..156913502 100644 --- a/switch_model/hawaii/no_onshore_wind.py +++ b/switch_model/hawaii/no_onshore_wind.py @@ -1,13 +1,15 @@ from pyomo.environ import * + def define_components(m): """ prevent construction of new onshore wind projects """ + def No_Onshore_Wind_rule(m, g, bld_yr): - if m.gen_tech[g] == 'OnshoreWind': + if m.gen_tech[g] == "OnshoreWind": return m.BuildGen[g, bld_yr] == 0 else: return Constraint.Skip - m.No_Onshore_Wind = Constraint(m.NEW_GEN_BLD_YRS, rule=No_Onshore_Wind_rule) + m.No_Onshore_Wind = Constraint(m.NEW_GEN_BLD_YRS, rule=No_Onshore_Wind_rule) diff --git a/switch_model/hawaii/no_renewables.py b/switch_model/hawaii/no_renewables.py index 89af17b13..c1181da9f 100644 --- a/switch_model/hawaii/no_renewables.py +++ b/switch_model/hawaii/no_renewables.py @@ -5,20 +5,18 @@ def define_components(m): - """ - - """ + """ """ ################### # prevent construction of any new renewable projects (useful for "business as usual" baseline) ################## # TODO: put these in a data file and share them between rps.py and no_renewables.py - renewable_energy_sources = ['WND', 'SUN', 'Biocrude', 'Biodiesel', 'MLG'] + renewable_energy_sources = ["WND", "SUN", "Biocrude", "Biodiesel", "MLG"] def No_Renewables_rule(m, g, bld_yr): if m.g_energy_source[m.gen_tech[g]] in renewable_energy_sources: return m.BuildGen[g, bld_yr] == 0 else: return Constraint.Skip - m.No_Renewables = Constraint(m.NEW_GEN_BLD_YRS, rule=No_Renewables_rule) + m.No_Renewables = Constraint(m.NEW_GEN_BLD_YRS, rule=No_Renewables_rule) diff --git a/switch_model/hawaii/no_wind.py b/switch_model/hawaii/no_wind.py index 53f6f15d4..8ead0657b 100644 --- a/switch_model/hawaii/no_wind.py +++ b/switch_model/hawaii/no_wind.py @@ -10,12 +10,12 @@ def define_components(m): """ # TODO: put these in a data file and share them between rps.py and no_renewables.py - renewable_energy_sources = ['WND'] + renewable_energy_sources = ["WND"] def No_Wind_rule(m, g, bld_yr): if m.g_energy_source[m.gen_tech[g]] in renewable_energy_sources: return m.BuildGen[g, bld_yr] == 0 else: return Constraint.Skip - m.No_Wind = Constraint(m.NEW_GEN_BLD_YRS, rule=No_Wind_rule) + m.No_Wind = Constraint(m.NEW_GEN_BLD_YRS, rule=No_Wind_rule) diff --git a/switch_model/hawaii/psip_2016_04.py b/switch_model/hawaii/psip_2016_04.py index 2d4e6731c..cdaef479e 100644 --- a/switch_model/hawaii/psip_2016_04.py +++ b/switch_model/hawaii/psip_2016_04.py @@ -3,15 +3,33 @@ import os from pyomo.environ import * + def define_arguments(argparser): - argparser.add_argument('--psip-force', action='store_true', default=True, - help="Force following of PSIP plans (retiring AES and building certain technologies).") - argparser.add_argument('--psip-relax', dest='psip_force', action='store_false', - help="Relax PSIP plans, to find a more optimal strategy.") - argparser.add_argument('--psip-minimal-renewables', action='store_true', default=False, - help="Use only the amount of renewables shown in PSIP plans, and no more (should be combined with --psip-relax).") - argparser.add_argument('--force-build', nargs=3, default=None, - help="Force construction of at least a certain quantity of a particular technology during certain years. Space-separated list of year, technology and quantity.") + argparser.add_argument( + "--psip-force", + action="store_true", + default=True, + help="Force following of PSIP plans (retiring AES and building certain technologies).", + ) + argparser.add_argument( + "--psip-relax", + dest="psip_force", + action="store_false", + help="Relax PSIP plans, to find a more optimal strategy.", + ) + argparser.add_argument( + "--psip-minimal-renewables", + action="store_true", + default=False, + help="Use only the amount of renewables shown in PSIP plans, and no more (should be combined with --psip-relax).", + ) + argparser.add_argument( + "--force-build", + nargs=3, + default=None, + help="Force construction of at least a certain quantity of a particular technology during certain years. Space-separated list of year, technology and quantity.", + ) + def define_components(m): ################### @@ -21,7 +39,7 @@ def define_components(m): # decide whether to enforce the PSIP preferred plan # if an environment variable is set, that takes precedence # (e.g., on a cluster to override options.txt) - psip_env_var = os.environ.get('USE_PSIP_PLAN') + psip_env_var = os.environ.get("USE_PSIP_PLAN") if psip_env_var is None: # no environment variable; use the --psip-relax flag psip = m.options.psip_force @@ -30,7 +48,11 @@ def define_components(m): elif psip_env_var.lower() in ["0", "false", "n", "no", "off"]: psip = False else: - raise ValueError('Unrecognized value for environment variable USE_PSIP_PLAN={} (should be 0 or 1)'.format(psip_env_var)) + raise ValueError( + "Unrecognized value for environment variable USE_PSIP_PLAN={} (should be 0 or 1)".format( + psip_env_var + ) + ) if psip: print("Using PSIP construction plan.") @@ -51,63 +73,71 @@ def define_components(m): # are underway and military projects are being built for their own # reasons) technology_targets_definite = [ - (2016, 'CentralTrackingPV', 27.6), # Waianae Solar by Eurus Energy America - (2018, 'IC_Schofield', 54.0), - (2018, 'IC_Barge', 100.0), # JBPHH plant - (2021, 'IC_MCBH', 27.0), + (2016, "CentralTrackingPV", 27.6), # Waianae Solar by Eurus Energy America + (2018, "IC_Schofield", 54.0), + (2018, "IC_Barge", 100.0), # JBPHH plant + (2021, "IC_MCBH", 27.0), # Distributed PV from Figure J-19 - (2016, 'DistPV', 443.993468266547 - 210), # net of 210 MW of pre-existing DistPV - (2017, 'DistPV', 92.751756737742), - (2018, 'DistPV', 27.278236032368), - (2019, 'DistPV', 26.188129564885), + ( + 2016, + "DistPV", + 443.993468266547 - 210, + ), # net of 210 MW of pre-existing DistPV + (2017, "DistPV", 92.751756737742), + (2018, "DistPV", 27.278236032368), + (2019, "DistPV", 26.188129564885), ] # technologies proposed in PSIP but which may not be built if a # better plan is found technology_targets_psip = [ - (2018, 'OnshoreWind', 24), # NPM wind - (2018, 'CentralTrackingPV', 109.6), # replacement for canceled SunEdison projects - (2018, 'OnshoreWind', 10), # CBRE wind - (2018, 'CentralTrackingPV', 15), # CBRE PV - (2020, 'OnshoreWind', 30), - (2020, 'CentralTrackingPV', 60), - (2021, 'CC_383', 383.0), - (2030, 'CentralTrackingPV', 100), - (2030, 'OffshoreWind', 200), - (2040, 'CentralTrackingPV', 200), - (2040, 'OffshoreWind', 200), - (2045, 'CentralTrackingPV', 300), - (2045, 'OffshoreWind', 400), - (2020, 'DistPV', 21.8245069017911), - (2021, 'DistPV', 15.27427771741), - (2022, 'DistPV', 12.0039583149589), - (2023, 'DistPV', 10.910655054315), - (2024, 'DistPV', 10.913851847475), - (2025, 'DistPV', 10.910655054316), - (2026, 'DistPV', 9.82054858683205), - (2027, 'DistPV', 10.910655054316), - (2028, 'DistPV', 10.910655054315), - (2029, 'DistPV', 14.1873680430859), - (2030, 'DistPV', 9.82054858683205), - (2031, 'DistPV', 10.913851847475), - (2032, 'DistPV', 9.82054858683193), - (2033, 'DistPV', 14.1841712499261), - (2034, 'DistPV', 7.64033565186492), - (2035, 'DistPV', 13.094064782442), - (2036, 'DistPV', 9.82054858683205), - (2037, 'DistPV', 10.9202454337949), - (2038, 'DistPV', 9.66989970917803), - (2039, 'DistPV', 12.1514103994531), - (2040, 'DistPV', 12.2397218104919), - (2041, 'DistPV', 11.7673956211361), - (2042, 'DistPV', 10.9106550543149), - (2043, 'DistPV', 9.82054858683205), - (2044, 'DistPV', 15.27747451057), - (2045, 'DistPV', 10.291675978754), + (2018, "OnshoreWind", 24), # NPM wind + ( + 2018, + "CentralTrackingPV", + 109.6, + ), # replacement for canceled SunEdison projects + (2018, "OnshoreWind", 10), # CBRE wind + (2018, "CentralTrackingPV", 15), # CBRE PV + (2020, "OnshoreWind", 30), + (2020, "CentralTrackingPV", 60), + (2021, "CC_383", 383.0), + (2030, "CentralTrackingPV", 100), + (2030, "OffshoreWind", 200), + (2040, "CentralTrackingPV", 200), + (2040, "OffshoreWind", 200), + (2045, "CentralTrackingPV", 300), + (2045, "OffshoreWind", 400), + (2020, "DistPV", 21.8245069017911), + (2021, "DistPV", 15.27427771741), + (2022, "DistPV", 12.0039583149589), + (2023, "DistPV", 10.910655054315), + (2024, "DistPV", 10.913851847475), + (2025, "DistPV", 10.910655054316), + (2026, "DistPV", 9.82054858683205), + (2027, "DistPV", 10.910655054316), + (2028, "DistPV", 10.910655054315), + (2029, "DistPV", 14.1873680430859), + (2030, "DistPV", 9.82054858683205), + (2031, "DistPV", 10.913851847475), + (2032, "DistPV", 9.82054858683193), + (2033, "DistPV", 14.1841712499261), + (2034, "DistPV", 7.64033565186492), + (2035, "DistPV", 13.094064782442), + (2036, "DistPV", 9.82054858683205), + (2037, "DistPV", 10.9202454337949), + (2038, "DistPV", 9.66989970917803), + (2039, "DistPV", 12.1514103994531), + (2040, "DistPV", 12.2397218104919), + (2041, "DistPV", 11.7673956211361), + (2042, "DistPV", 10.9106550543149), + (2043, "DistPV", 9.82054858683205), + (2044, "DistPV", 15.27747451057), + (2045, "DistPV", 10.291675978754), ] if m.options.force_build is not None: b = list(m.options.force_build) - b[0] = int(b[0]) # year + b[0] = int(b[0]) # year b[2] = float(b[2]) # quantity b = tuple(b) print("Forcing build: {}".format(b)) @@ -123,11 +153,15 @@ def technology_target_init(m, per, tech): start = 2000 if per == m.PERIODS.first() else per end = per + m.period_length_years[per] target = sum( - mw for (tyear, ttech, mw) in technology_targets - if ttech == tech and start <= tyear and tyear < end + mw + for (tyear, ttech, mw) in technology_targets + if ttech == tech and start <= tyear and tyear < end ) return target - m.technology_target = Param(m.PERIODS, m.GENERATION_TECHNOLOGIES, initialize=technology_target_init) + + m.technology_target = Param( + m.PERIODS, m.GENERATION_TECHNOLOGIES, initialize=technology_target_init + ) # with PSIP: BuildGen is zero except for technology_targets # (sum during each period or before first period) @@ -142,7 +176,9 @@ def adjust_psip_credit(g, target): # needed to exactly meet the target. # This is needed because some of the targets are based on # nominal unit sizes rather than actual max output. - return (target / m.gen_unit_size[g]) / round(target / m.gen_unit_size[g]) + return (target / m.gen_unit_size[g]) / round( + target / m.gen_unit_size[g] + ) else: return 1.0 @@ -164,52 +200,67 @@ def adjust_psip_credit(g, target): ) return Constraint.Infeasible elif psip: - return (build == target) - elif m.options.psip_minimal_renewables and any(txt in tech for txt in ["PV", "Wind", "Solar"]): + return build == target + elif m.options.psip_minimal_renewables and any( + txt in tech for txt in ["PV", "Wind", "Solar"] + ): # only build the specified amount of renewables, no more - return (build == target) + return build == target else: # treat the target as a lower bound - return (build >= target) + return build >= target + m.Enforce_Technology_Target = Constraint( m.PERIODS, m.GENERATION_TECHNOLOGIES, rule=Enforce_Technology_Target_rule ) - aes_g = 'Oahu_AES' + aes_g = "Oahu_AES" aes_size = 180 aes_bld_year = 1992 - m.AES_OPERABLE_PERIODS = Set(initialize = lambda m: - m.PERIODS_FOR_GEN_BLD_YR[aes_g, aes_bld_year] + m.AES_OPERABLE_PERIODS = Set( + initialize=lambda m: m.PERIODS_FOR_GEN_BLD_YR[aes_g, aes_bld_year] ) m.OperateAES = Var(m.AES_OPERABLE_PERIODS, within=Binary) - m.Enforce_AES_Deactivate = Constraint(m.TIMEPOINTS, rule=lambda m, tp: - Constraint.Skip if (aes_g, tp) not in m.GEN_TPS - else (m.DispatchGen[aes_g, tp] <= m.OperateAES[m.tp_period[tp]] * aes_size) + m.Enforce_AES_Deactivate = Constraint( + m.TIMEPOINTS, + rule=lambda m, tp: Constraint.Skip + if (aes_g, tp) not in m.GEN_TPS + else (m.DispatchGen[aes_g, tp] <= m.OperateAES[m.tp_period[tp]] * aes_size), ) - m.AESDeactivateFixedCost = Expression(m.PERIODS, rule=lambda m, per: - 0.0 if per not in m.AES_OPERABLE_PERIODS - else - m.OperateAES[per] * aes_size * m.gen_fixed_om[aes_g, aes_bld_year] + m.AESDeactivateFixedCost = Expression( + m.PERIODS, + rule=lambda m, per: 0.0 + if per not in m.AES_OPERABLE_PERIODS + else -m.OperateAES[per] * aes_size * m.gen_fixed_om[aes_g, aes_bld_year], ) - m.Cost_Components_Per_Period.append('AESDeactivateFixedCost') + m.Cost_Components_Per_Period.append("AESDeactivateFixedCost") if psip: # keep AES active until 2022 or just before; deactivate after that - m.PSIP_Retire_AES = Constraint(m.AES_OPERABLE_PERIODS, rule=lambda m, per: - (m.OperateAES[per] == 1) if per + m.period_length_years[per] <= 2022 - else (m.OperateAES[per] == 0) + m.PSIP_Retire_AES = Constraint( + m.AES_OPERABLE_PERIODS, + rule=lambda m, per: (m.OperateAES[per] == 1) + if per + m.period_length_years[per] <= 2022 + else (m.OperateAES[per] == 0), ) # before 2040: no biodiesel, and only 100-300 GWh of non-LNG fossil fuels # period including 2040-2045: <= 300 GWh of oil; unlimited biodiesel or LNG # no biodiesel before 2040 (then phased in fast enough to meet the RPS) - m.EARLY_BIODIESEL_MARKETS = Set(dimen=2, initialize=lambda m: [ - (rfm, per) - for per in m.PERIODS if per + m.period_length_years[per] <= 2040 - for rfm in m.REGIONAL_FUEL_MARKETS if m.rfm_fuel == 'Biodiesel' - ]) - m.NoEarlyBiodiesel = Constraint(m.EARLY_BIODIESEL_MARKETS, rule=lambda m, rfm, per: - m.FuelConsumptionInMarket[rfm, per] == 0 + m.EARLY_BIODIESEL_MARKETS = Set( + dimen=2, + initialize=lambda m: [ + (rfm, per) + for per in m.PERIODS + if per + m.period_length_years[per] <= 2040 + for rfm in m.REGIONAL_FUEL_MARKETS + if m.rfm_fuel == "Biodiesel" + ], + ) + m.NoEarlyBiodiesel = Constraint( + m.EARLY_BIODIESEL_MARKETS, + rule=lambda m, rfm, per: m.FuelConsumptionInMarket[rfm, per] == 0, ) # # 100-300 GWh of non-LNG fuels in 2021-2040 (based on 2016-04 PSIP fig. 5-5) @@ -268,18 +319,27 @@ def adjust_psip_credit(g, target): # don't allow construction of any advanced technologies (e.g., batteries, pumped hydro, fuel cells) advanced_tech_vars = [ "BuildBattery", - "BuildPumpedHydroMW", "BuildAnyPumpedHydro", - "BuildElectrolyzerMW", "BuildLiquifierKgPerHour", "BuildLiquidHydrogenTankKg", + "BuildPumpedHydroMW", + "BuildAnyPumpedHydro", + "BuildElectrolyzerMW", + "BuildLiquifierKgPerHour", + "BuildLiquidHydrogenTankKg", "BuildFuelCellMW", ] + def no_advanced_tech_rule_factory(v): return lambda m, *k: (getattr(m, v)[k] == 0) + for v in advanced_tech_vars: try: var = getattr(m, v) - setattr(m, "PSIP_No_"+v, Constraint(var._index, rule=no_advanced_tech_rule_factory(v))) + setattr( + m, + "PSIP_No_" + v, + Constraint(var._index, rule=no_advanced_tech_rule_factory(v)), + ) except AttributeError: - pass # model doesn't have this var + pass # model doesn't have this var # # don't allow any changes to the fuel market, including bulk LNG # # not used now; use "--force-lng-tier container" instead diff --git a/switch_model/hawaii/psip_2016_12.py b/switch_model/hawaii/psip_2016_12.py index 38104884d..c12a469fa 100644 --- a/switch_model/hawaii/psip_2016_12.py +++ b/switch_model/hawaii/psip_2016_12.py @@ -5,25 +5,51 @@ import os from pyomo.environ import * + def TODO(note): raise NotImplementedError(dedent(note)) + def define_arguments(argparser): - argparser.add_argument('--psip-force', action='store_true', default=True, - help="Force following of PSIP plans (retiring AES and building certain technologies).") - argparser.add_argument('--psip-relax', dest='psip_force', action='store_false', - help="Relax PSIP plans, to find a more optimal strategy.") - argparser.add_argument('--psip-minimal-renewables', action='store_true', default=False, - help="Use only the amount of renewables shown in PSIP plans, and no more (should be combined with --psip-relax).") - argparser.add_argument('--force-build', nargs=3, default=None, - help="Force construction of at least a certain quantity of a particular technology during certain years. Space-separated list of year, technology and quantity.") - argparser.add_argument('--psip-relax-after', type=float, default=None, - help="Follow the PSIP plan up to and including the specified year, then optimize construction in later years. Should be combined with --psip-force.") + argparser.add_argument( + "--psip-force", + action="store_true", + default=True, + help="Force following of PSIP plans (retiring AES and building certain technologies).", + ) + argparser.add_argument( + "--psip-relax", + dest="psip_force", + action="store_false", + help="Relax PSIP plans, to find a more optimal strategy.", + ) + argparser.add_argument( + "--psip-minimal-renewables", + action="store_true", + default=False, + help="Use only the amount of renewables shown in PSIP plans, and no more (should be combined with --psip-relax).", + ) + argparser.add_argument( + "--force-build", + nargs=3, + default=None, + help="Force construction of at least a certain quantity of a particular technology during certain years. Space-separated list of year, technology and quantity.", + ) + argparser.add_argument( + "--psip-relax-after", + type=float, + default=None, + help="Follow the PSIP plan up to and including the specified year, then optimize construction in later years. Should be combined with --psip-force.", + ) + def is_renewable(tech): return any(txt in tech for txt in ("PV", "Wind", "Solar")) + + def is_battery(tech): - return 'battery' in tech.lower() + return "battery" in tech.lower() + def define_components(m): ################### @@ -33,7 +59,7 @@ def define_components(m): # decide whether to enforce the PSIP preferred plan # if an environment variable is set, that takes precedence # (e.g., on a cluster to override options.txt) - psip_env_var = os.environ.get('USE_PSIP_PLAN') + psip_env_var = os.environ.get("USE_PSIP_PLAN") if psip_env_var is None: # no environment variable; use the --psip-relax flag psip = m.options.psip_force @@ -42,7 +68,11 @@ def define_components(m): elif psip_env_var.lower() in ["0", "false", "n", "no", "off"]: psip = False else: - raise ValueError('Unrecognized value for environment variable USE_PSIP_PLAN={} (should be 0 or 1)'.format(psip_env_var)) + raise ValueError( + "Unrecognized value for environment variable USE_PSIP_PLAN={} (should be 0 or 1)".format( + psip_env_var + ) + ) if m.options.verbose: if psip: @@ -108,7 +138,7 @@ def define_components(m): # add targets specified on the command line if m.options.force_build is not None: b = list(m.options.force_build) - b[0] = int(b[0]) # year + b[0] = int(b[0]) # year b[2] = float(b[2]) # quantity b = tuple(b) print("Forcing build: {}".format(b)) @@ -131,38 +161,36 @@ def define_components(m): # Not clear why it picked offshore before onshore (maybe bad resource profiles?). But # in their final plan (table 4-1), HECO changed it to 200 MW offshore in 2025 # (presumably rebuilt in 2045) and 30 MW onshore in 2045. - (2018, 'OnshoreWind', 24), # Na Pua Makani (NPM) wind - (2018, 'OnshoreWind', 10), # CBRE wind + (2018, "OnshoreWind", 24), # Na Pua Makani (NPM) wind + (2018, "OnshoreWind", 10), # CBRE wind # note: 109.6 MW SunEdison replacements are in Existing Plants workbook. - # note: RESOLVE had 53.6 MW of planned PV, which is probably Waianae (27.6), Kalaeloa (5) # and West Loch (20). Then it added these (table 3-1): 2020: 300 MW (capped, see "renewable_limits.tab"), # 2022: 48 MW, 2025: 193 MW, 2040: 541 (incl. 300 MW rebuild), 2045: 1400 MW (incl. 241 MW rebuild). # HECO converted this to 109.6 MW of replacement SunEdison waiver projects in 2018 # (we list those as "existing") and other additions shown below. - (2018, 'CentralTrackingPV', 15), # CBRE PV - (2020, 'CentralTrackingPV', 180), - (2022, 'CentralTrackingPV', 40), - (2022, 'IC_Barge', 100.0), # JBPHH plant + (2018, "CentralTrackingPV", 15), # CBRE PV + (2020, "CentralTrackingPV", 180), + (2022, "CentralTrackingPV", 40), + (2022, "IC_Barge", 100.0), # JBPHH plant # note: we moved IC_MCBH one year earlier than PSIP to reduce infeasibility in 2022 - (2022, 'IC_MCBH', 54.0), - (2025, 'CentralTrackingPV', 200), - (2025, 'OffshoreWind', 200), - (2040, 'CentralTrackingPV', 280), - (2045, 'CentralTrackingPV', 1180), - (2045, 'IC_MCBH', 68.0), # proxy for 68 MW of generic ICE capacity - + (2022, "IC_MCBH", 54.0), + (2025, "CentralTrackingPV", 200), + (2025, "OffshoreWind", 200), + (2040, "CentralTrackingPV", 280), + (2045, "CentralTrackingPV", 1180), + (2045, "IC_MCBH", 68.0), # proxy for 68 MW of generic ICE capacity # batteries (MW) # from PSIP 2016-12-23 Table 4-1; also see energy ("capacity") and power files in # "data/HECO Plans/PSIP-WebDAV/2017-01-31 Response to Parties IRs/DBEDT-IR-12/Input/Oahu/Oahu E3 Plan Input/CSV files/Battery" # (note: we mistakenly treated these as MWh quantities instead of MW before 2018-02-20) - (2019, 'Battery_Conting', 90), - (2022, 'Battery_4', 426), - (2025, 'Battery_4', 29), - (2030, 'Battery_4', 165), - (2035, 'Battery_4', 168), - (2040, 'Battery_4', 420), - (2045, 'Battery_4', 1525), + (2019, "Battery_Conting", 90), + (2022, "Battery_4", 426), + (2025, "Battery_4", 29), + (2030, "Battery_4", 165), + (2035, "Battery_4", 168), + (2040, "Battery_4", 420), + (2045, "Battery_4", 1525), # RESOLVE modeled 4-hour batteries as being capable of providing reserves, # and didn't model contingency batteries (see data/HECO Plans/PSIP-WebDAV/2017-01-31 Response to Parties IRs/CA-IR-1/Input # and Output Files by Case/E3 and Company Defined Cases/Market DGPV (Reference)/OA_NOLNG/technologies.tab). @@ -177,18 +205,21 @@ def define_components(m): # (for all islands). # TODO: Did HECO assume 4-hour batteries, demand response or EVs could provide reserves when running PLEXOS? # - all of these seem unlikely, but we have to ask HECO to find out; PLEXOS files are unclear. - # installations based on changes in installed capacity shown in # data/HECO Plans/PSIP-WebDAV/2017-01-31 Response to Parties IRs/CA-IR-1/Input and Output Files by Case/E3 Company Defined Cases/Market DGPV (Reference)/OA_NOLNG/planned_installed_capacities.tab # Also see Figure J-10 of 2016-12-23 PSIP (Vol. 3), which matches these levels (excluding FIT(?)). # Note: code further below adds in reconstruction of early installations - (2020, "DistPV", 606.3-444), # net of 444 installed as of 2016 (in existing generators workbook) - (2022, "DistPV", 680.3-606.3), - (2025, "DistPV", 744.9-680.3), - (2030, "DistPV", 868.7-744.9), - (2035, "DistPV", 1015.4-868.7), - (2040, "DistPV", 1163.4-1015.4), - (2045, "DistPV", 1307.9-1163.4), + ( + 2020, + "DistPV", + 606.3 - 444, + ), # net of 444 installed as of 2016 (in existing generators workbook) + (2022, "DistPV", 680.3 - 606.3), + (2025, "DistPV", 744.9 - 680.3), + (2030, "DistPV", 868.7 - 744.9), + (2035, "DistPV", 1015.4 - 868.7), + (2040, "DistPV", 1163.4 - 1015.4), + (2045, "DistPV", 1307.9 - 1163.4), ] # Rebuild renewable projects at retirement (20 years), as specified in the PSIP @@ -224,21 +255,25 @@ def define_components(m): existing_techs += technology_targets_psip # rebuild all renewables at retirement (20 years for RE, 15 years for batteries) rebuild_targets = [ - (y+20, tech, cap) for y, tech, cap in existing_techs if is_renewable(tech) + (y + 20, tech, cap) for y, tech, cap in existing_techs if is_renewable(tech) ] + [ - (y+15, tech, cap) for y, tech, cap in existing_techs if is_battery(tech) - ] # note: early batteries won't quite need 2 replacements + (y + 15, tech, cap) for y, tech, cap in existing_techs if is_battery(tech) + ] # note: early batteries won't quite need 2 replacements # don't schedule rebuilding past end of study rebuild_targets = [t for t in rebuild_targets if t[0] <= 2045] technology_targets_psip += rebuild_targets # make sure LNG is turned off if psip and getattr(m.options, "force_lng_tier", []) != ["none"]: - raise RuntimeError('You must use the lng_conversion module and set "--force-lng-tier none" to match the PSIP.') + raise RuntimeError( + 'You must use the lng_conversion module and set "--force-lng-tier none" to match the PSIP.' + ) if psip: if m.options.psip_relax_after is not None: - psip_targets = [t for t in technology_targets_psip if t[0] <= m.options.psip_relax_after] + psip_targets = [ + t for t in technology_targets_psip if t[0] <= m.options.psip_relax_after + ] else: psip_targets = technology_targets_psip technology_targets = technology_targets_definite + psip_targets @@ -246,12 +281,14 @@ def define_components(m): technology_targets = technology_targets_definite # make a special list including all standard generation technologies plus "LoadShiftBattery" - m.GEN_TECHS_AND_BATTERIES = Set(initialize=lambda m: [g for g in m.GENERATION_TECHNOLOGIES] + ["LoadShiftBattery"]) + m.GEN_TECHS_AND_BATTERIES = Set( + initialize=lambda m: [g for g in m.GENERATION_TECHNOLOGIES] + + ["LoadShiftBattery"] + ) # make a list of renewable technologies m.RENEWABLE_TECHNOLOGIES = Set( - initialize=m.GENERATION_TECHNOLOGIES, - filter=lambda m, tech: is_renewable(tech) + initialize=m.GENERATION_TECHNOLOGIES, filter=lambda m, tech: is_renewable(tech) ) def technology_target_init(m, per, tech): @@ -260,11 +297,15 @@ def technology_target_init(m, per, tech): start = 2000 if per == m.PERIODS.first() else m.PERIODS.prev(per) end = per target = sum( - mw for (tyear, ttech, mw) in technology_targets - if ttech == tech and start < tyear and tyear <= end + mw + for (tyear, ttech, mw) in technology_targets + if ttech == tech and start < tyear and tyear <= end ) return target - m.technology_target = Param(m.PERIODS, m.GEN_TECHS_AND_BATTERIES, initialize=technology_target_init) + + m.technology_target = Param( + m.PERIODS, m.GEN_TECHS_AND_BATTERIES, initialize=technology_target_init + ) def MakeGenTechDicts_rule(m): # get unit sizes of all technologies @@ -273,7 +314,9 @@ def MakeGenTechDicts_rule(m): tech = m.gen_tech[g] if tech in unit_sizes: if unit_sizes[tech] != unit_size: - raise ValueError("Generation technology {} uses different unit sizes for different projects.") + raise ValueError( + "Generation technology {} uses different unit sizes for different projects." + ) else: unit_sizes[tech] = unit_size # get predetermined capacity for all technologies @@ -281,6 +324,7 @@ def MakeGenTechDicts_rule(m): for (g, per), cap in m.gen_predetermined_cap.items(): tech = m.gen_tech[g] predet_cap[tech, per] += cap + m.MakeGenTechDicts = BuildAction(rule=MakeGenTechDicts_rule) # with PSIP: BuildGen is zero except for technology_targets @@ -291,18 +335,27 @@ def Enforce_Technology_Target_rule(m, per, tech): # get target, including any capacity specified in the predetermined builds, # so the target will be additional to those - target = m.technology_target[per, tech] + m.gen_tech_predetermined_cap_dict[tech, per] + target = ( + m.technology_target[per, tech] + + m.gen_tech_predetermined_cap_dict[tech, per] + ) # convert target to closest integral number of units # (some of the targets are based on nominal unit sizes rather than actual max output) if m.gen_tech_unit_size_dict[tech] > 0.0: - target = round(target / m.gen_tech_unit_size_dict[tech]) * m.gen_tech_unit_size_dict[tech] + target = ( + round(target / m.gen_tech_unit_size_dict[tech]) + * m.gen_tech_unit_size_dict[tech] + ) if tech == "LoadShiftBattery": # special treatment for batteries, which are not a standard technology - if hasattr(m, 'BuildBattery'): + if hasattr(m, "BuildBattery"): # note: BuildBattery is in MWh, so we convert to MW - build = sum(m.BuildBattery[z, per] for z in m.LOAD_ZONES) / m.battery_min_discharge_time + build = ( + sum(m.BuildBattery[z, per] for z in m.LOAD_ZONES) + / m.battery_min_discharge_time + ) else: build = 0 else: @@ -323,53 +376,66 @@ def Enforce_Technology_Target_rule(m, per, tech): ) return Constraint.Infeasible elif psip and per <= m.options.psip_relax_after: - return (build == target) + return build == target elif m.options.psip_minimal_renewables and tech in m.RENEWABLE_TECHNOLOGIES: # only build the specified amount of renewables, no more - return (build == target) + return build == target else: # treat the target as a lower bound - return (build >= target) + return build >= target + m.Enforce_Technology_Target = Constraint( m.PERIODS, m.GEN_TECHS_AND_BATTERIES, rule=Enforce_Technology_Target_rule ) - aes_g = 'Oahu_AES' + aes_g = "Oahu_AES" aes_size = 180 aes_bld_year = 1992 - m.AES_OPERABLE_PERIODS = Set(initialize = lambda m: - m.PERIODS_FOR_GEN_BLD_YR[aes_g, aes_bld_year] + m.AES_OPERABLE_PERIODS = Set( + initialize=lambda m: m.PERIODS_FOR_GEN_BLD_YR[aes_g, aes_bld_year] ) m.OperateAES = Var(m.AES_OPERABLE_PERIODS, within=Binary) - m.Enforce_AES_Deactivate = Constraint(m.TIMEPOINTS, rule=lambda m, tp: - Constraint.Skip if (aes_g, tp) not in m.GEN_TPS - else (m.DispatchGen[aes_g, tp] <= m.OperateAES[m.tp_period[tp]] * aes_size) + m.Enforce_AES_Deactivate = Constraint( + m.TIMEPOINTS, + rule=lambda m, tp: Constraint.Skip + if (aes_g, tp) not in m.GEN_TPS + else (m.DispatchGen[aes_g, tp] <= m.OperateAES[m.tp_period[tp]] * aes_size), ) - m.AESDeactivateFixedCost = Expression(m.PERIODS, rule=lambda m, per: - 0.0 if per not in m.AES_OPERABLE_PERIODS - else - m.OperateAES[per] * aes_size * m.gen_fixed_om[aes_g, aes_bld_year] + m.AESDeactivateFixedCost = Expression( + m.PERIODS, + rule=lambda m, per: 0.0 + if per not in m.AES_OPERABLE_PERIODS + else -m.OperateAES[per] * aes_size * m.gen_fixed_om[aes_g, aes_bld_year], ) - m.Cost_Components_Per_Period.append('AESDeactivateFixedCost') + m.Cost_Components_Per_Period.append("AESDeactivateFixedCost") if psip: # keep AES active until 9/2022; deactivate after that # note: since a period starts in 2022, we retire before that - m.PSIP_Retire_AES = Constraint(m.AES_OPERABLE_PERIODS, rule=lambda m, per: - (m.OperateAES[per] == 1) if per + m.period_length_years[per] <= 2022 - else (m.OperateAES[per] == 0) + m.PSIP_Retire_AES = Constraint( + m.AES_OPERABLE_PERIODS, + rule=lambda m, per: (m.OperateAES[per] == 1) + if per + m.period_length_years[per] <= 2022 + else (m.OperateAES[per] == 0), ) # before 2040: no biodiesel, and only 100-300 GWh of non-LNG fossil fuels # period including 2040-2045: <= 300 GWh of oil; unlimited biodiesel or LNG # no biodiesel before 2040 (then phased in fast enough to meet the RPS) - m.EARLY_BIODIESEL_MARKETS = Set(dimen=2, initialize=lambda m: [ - (rfm, per) - for per in m.PERIODS if per + m.period_length_years[per] <= 2040 - for rfm in m.REGIONAL_FUEL_MARKETS if m.rfm_fuel == 'Biodiesel' - ]) - m.NoEarlyBiodiesel = Constraint(m.EARLY_BIODIESEL_MARKETS, rule=lambda m, rfm, per: - m.FuelConsumptionInMarket[rfm, per] == 0 + m.EARLY_BIODIESEL_MARKETS = Set( + dimen=2, + initialize=lambda m: [ + (rfm, per) + for per in m.PERIODS + if per + m.period_length_years[per] <= 2040 + for rfm in m.REGIONAL_FUEL_MARKETS + if m.rfm_fuel == "Biodiesel" + ], + ) + m.NoEarlyBiodiesel = Constraint( + m.EARLY_BIODIESEL_MARKETS, + rule=lambda m, rfm, per: m.FuelConsumptionInMarket[rfm, per] == 0, ) # # 100-300 GWh of non-LNG fuels in 2021-2040 (based on 2016-04 PSIP fig. 5-5) @@ -427,18 +493,27 @@ def Enforce_Technology_Target_rule(m, per, tech): # don't allow construction of other technologies (e.g., pumped hydro, fuel cells) advanced_tech_vars = [ - "BuildPumpedHydroMW", "BuildAnyPumpedHydro", - "BuildElectrolyzerMW", "BuildLiquifierKgPerHour", "BuildLiquidHydrogenTankKg", + "BuildPumpedHydroMW", + "BuildAnyPumpedHydro", + "BuildElectrolyzerMW", + "BuildLiquifierKgPerHour", + "BuildLiquidHydrogenTankKg", "BuildFuelCellMW", ] + def no_advanced_tech_rule_factory(v): return lambda m, *k: (getattr(m, v)[k] == 0) + for v in advanced_tech_vars: try: var = getattr(m, v) - setattr(m, "PSIP_No_"+v, Constraint(var._index, rule=no_advanced_tech_rule_factory(v))) + setattr( + m, + "PSIP_No_" + v, + Constraint(var._index, rule=no_advanced_tech_rule_factory(v)), + ) except AttributeError: - pass # model doesn't have this var + pass # model doesn't have this var # # don't allow any changes to the fuel market, including bulk LNG # # not used now; use "--force-lng-tier container" instead diff --git a/switch_model/hawaii/pumped_hydro.py b/switch_model/hawaii/pumped_hydro.py index dc8e8373f..a7b99bb43 100644 --- a/switch_model/hawaii/pumped_hydro.py +++ b/switch_model/hawaii/pumped_hydro.py @@ -3,11 +3,21 @@ from pyomo.environ import * from switch_model.financials import capital_recovery_factor as crf + def define_arguments(argparser): - argparser.add_argument("--ph-mw", type=float, default=None, - help="Force construction of a certain total capacity of pumped storage hydro during one or more periods chosen by Switch") - argparser.add_argument("--ph-year", type=int, default=None, - help="Force all pumped storage hydro to be constructed during one particular year (must be in the list of periods)") + argparser.add_argument( + "--ph-mw", + type=float, + default=None, + help="Force construction of a certain total capacity of pumped storage hydro during one or more periods chosen by Switch", + ) + argparser.add_argument( + "--ph-year", + type=int, + default=None, + help="Force all pumped storage hydro to be constructed during one particular year (must be in the list of periods)", + ) + def define_components(m): @@ -22,9 +32,10 @@ def define_components(m): m.ph_fixed_om_percent = Param(m.PH_GENS, within=NonNegativeReals) # total annual cost - m.ph_fixed_cost_per_mw_per_year = Param(m.PH_GENS, initialize=lambda m, p: - m.ph_capital_cost_per_mw[p] * - (crf(m.interest_rate, m.ph_project_life[p]) + m.ph_fixed_om_percent[p]) + m.ph_fixed_cost_per_mw_per_year = Param( + m.PH_GENS, + initialize=lambda m, p: m.ph_capital_cost_per_mw[p] + * (crf(m.interest_rate, m.ph_project_life[p]) + m.ph_fixed_om_percent[p]), ) # round-trip efficiency of the pumped hydro facility @@ -39,8 +50,13 @@ def define_components(m): # How much pumped hydro to build m.BuildPumpedHydroMW = Var(m.PH_GENS, m.PERIODS, within=NonNegativeReals) - m.Pumped_Hydro_Proj_Capacity_MW = Expression(m.PH_GENS, m.PERIODS, rule=lambda m, g, pe: - sum(m.BuildPumpedHydroMW[g, pp] for pp in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[pe]) + m.Pumped_Hydro_Proj_Capacity_MW = Expression( + m.PH_GENS, + m.PERIODS, + rule=lambda m, g, pe: sum( + m.BuildPumpedHydroMW[g, pp] + for pp in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[pe] + ), ) # flag indicating whether any capacity is added to each project each year @@ -53,92 +69,145 @@ def define_components(m): # constraints on construction of pumped hydro # don't build more than the max allowed capacity - m.Pumped_Hydro_Max_Build = Constraint(m.PH_GENS, m.PERIODS, rule=lambda m, g, pe: - m.Pumped_Hydro_Proj_Capacity_MW[g, pe] <= m.ph_max_capacity_mw[g] + m.Pumped_Hydro_Max_Build = Constraint( + m.PH_GENS, + m.PERIODS, + rule=lambda m, g, pe: m.Pumped_Hydro_Proj_Capacity_MW[g, pe] + <= m.ph_max_capacity_mw[g], ) # force the build flag on for the year(s) when pumped hydro is built - m.Pumped_Hydro_Set_Build_Flag = Constraint(m.PH_GENS, m.PERIODS, rule=lambda m, g, pe: - m.BuildPumpedHydroMW[g, pe] <= m.BuildAnyPumpedHydro[g, pe] * m.ph_max_capacity_mw[g] + m.Pumped_Hydro_Set_Build_Flag = Constraint( + m.PH_GENS, + m.PERIODS, + rule=lambda m, g, pe: m.BuildPumpedHydroMW[g, pe] + <= m.BuildAnyPumpedHydro[g, pe] * m.ph_max_capacity_mw[g], ) # only build in one year (can be deactivated to allow incremental construction) - m.Pumped_Hydro_Build_Once = Constraint(m.PH_GENS, rule=lambda m, g: - sum(m.BuildAnyPumpedHydro[g, pe] for pe in m.PERIODS) <= 1) + m.Pumped_Hydro_Build_Once = Constraint( + m.PH_GENS, + rule=lambda m, g: sum(m.BuildAnyPumpedHydro[g, pe] for pe in m.PERIODS) <= 1, + ) # only build full project size (deactivated by default, to allow smaller projects) - m.Pumped_Hydro_Build_All_Or_None = Constraint(m.PH_GENS, m.PERIODS, rule=lambda m, g, pe: - m.BuildPumpedHydroMW[g, pe] == m.BuildAnyPumpedHydro[g, pe] * m.ph_max_capacity_mw[g] + m.Pumped_Hydro_Build_All_Or_None = Constraint( + m.PH_GENS, + m.PERIODS, + rule=lambda m, g, pe: m.BuildPumpedHydroMW[g, pe] + == m.BuildAnyPumpedHydro[g, pe] * m.ph_max_capacity_mw[g], ) # m.Deactivate_Pumped_Hydro_Build_All_Or_None = BuildAction(rule=lambda m: # m.Pumped_Hydro_Build_All_Or_None.deactivate() # ) # limits on pumping and generation - m.Pumped_Hydro_Max_Generate_Rate = Constraint(m.PH_GENS, m.TIMEPOINTS, rule=lambda m, g, t: - m.PumpedHydroProjGenerateMW[g, t] - <= - m.Pumped_Hydro_Proj_Capacity_MW[g, m.tp_period[t]] + m.Pumped_Hydro_Max_Generate_Rate = Constraint( + m.PH_GENS, + m.TIMEPOINTS, + rule=lambda m, g, t: m.PumpedHydroProjGenerateMW[g, t] + <= m.Pumped_Hydro_Proj_Capacity_MW[g, m.tp_period[t]], ) - m.Pumped_Hydro_Max_Store_Rate = Constraint(m.PH_GENS, m.TIMEPOINTS, rule=lambda m, g, t: - m.PumpedHydroProjStoreMW[g, t] - <= - m.Pumped_Hydro_Proj_Capacity_MW[g, m.tp_period[t]] + m.Pumped_Hydro_Max_Store_Rate = Constraint( + m.PH_GENS, + m.TIMEPOINTS, + rule=lambda m, g, t: m.PumpedHydroProjStoreMW[g, t] + <= m.Pumped_Hydro_Proj_Capacity_MW[g, m.tp_period[t]], ) # return reservoir to at least the starting level every day, net of any inflow # it can also go higher than starting level, which indicates spilling surplus water - m.Pumped_Hydro_Daily_Balance = Constraint(m.PH_GENS, m.TIMESERIES, rule=lambda m, g, ts: - sum( + m.Pumped_Hydro_Daily_Balance = Constraint( + m.PH_GENS, + m.TIMESERIES, + rule=lambda m, g, ts: sum( m.PumpedHydroProjStoreMW[g, tp] * m.ph_efficiency[g] + m.ph_inflow_mw[g] - m.PumpedHydroProjGenerateMW[g, tp] for tp in m.TPS_IN_TS[ts] - ) >= 0 + ) + >= 0, ) - m.GeneratePumpedHydro = Expression(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - sum(m.PumpedHydroProjGenerateMW[g, t] for g in m.PH_GENS if m.ph_load_zone[g]==z) + m.GeneratePumpedHydro = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: sum( + m.PumpedHydroProjGenerateMW[g, t] + for g in m.PH_GENS + if m.ph_load_zone[g] == z + ), ) - m.StorePumpedHydro = Expression(m.LOAD_ZONES, m.TIMEPOINTS, rule=lambda m, z, t: - sum(m.PumpedHydroProjStoreMW[g, t] for g in m.PH_GENS if m.ph_load_zone[g]==z) + m.StorePumpedHydro = Expression( + m.LOAD_ZONES, + m.TIMEPOINTS, + rule=lambda m, z, t: sum( + m.PumpedHydroProjStoreMW[g, t] for g in m.PH_GENS if m.ph_load_zone[g] == z + ), ) # calculate costs - m.Pumped_Hydro_Fixed_Cost_Annual = Expression(m.PERIODS, rule=lambda m, pe: - sum(m.ph_fixed_cost_per_mw_per_year[g] * m.Pumped_Hydro_Proj_Capacity_MW[g, pe] for g in m.PH_GENS) + m.Pumped_Hydro_Fixed_Cost_Annual = Expression( + m.PERIODS, + rule=lambda m, pe: sum( + m.ph_fixed_cost_per_mw_per_year[g] * m.Pumped_Hydro_Proj_Capacity_MW[g, pe] + for g in m.PH_GENS + ), ) - m.Cost_Components_Per_Period.append('Pumped_Hydro_Fixed_Cost_Annual') + m.Cost_Components_Per_Period.append("Pumped_Hydro_Fixed_Cost_Annual") # add pumped hydro to zonal energy balance - m.Zone_Power_Injections.append('GeneratePumpedHydro') - m.Zone_Power_Withdrawals.append('StorePumpedHydro') + m.Zone_Power_Injections.append("GeneratePumpedHydro") + m.Zone_Power_Withdrawals.append("StorePumpedHydro") # total pumped hydro capacity in each zone each period (for reporting) - m.Pumped_Hydro_Capacity_MW = Expression(m.LOAD_ZONES, m.PERIODS, rule=lambda m, z, pe: - sum(m.Pumped_Hydro_Proj_Capacity_MW[g, pe] for g in m.PH_GENS if m.ph_load_zone[g]==z) + m.Pumped_Hydro_Capacity_MW = Expression( + m.LOAD_ZONES, + m.PERIODS, + rule=lambda m, z, pe: sum( + m.Pumped_Hydro_Proj_Capacity_MW[g, pe] + for g in m.PH_GENS + if m.ph_load_zone[g] == z + ), ) # force construction of a fixed amount of pumped hydro if m.options.ph_mw is not None: - print("Forcing construction of {m} MW of pumped hydro.".format(m=m.options.ph_mw)) - m.Build_Pumped_Hydro_MW = Constraint(m.LOAD_ZONES, rule=lambda m, z: - m.Pumped_Hydro_Capacity_MW[z, m.PERIODS.last()] == m.options.ph_mw + print( + "Forcing construction of {m} MW of pumped hydro.".format(m=m.options.ph_mw) + ) + m.Build_Pumped_Hydro_MW = Constraint( + m.LOAD_ZONES, + rule=lambda m, z: m.Pumped_Hydro_Capacity_MW[z, m.PERIODS.last()] + == m.options.ph_mw, ) # force construction of pumped hydro only in a certain period if m.options.ph_year is not None: - print("Allowing construction of pumped hydro only in {p}.".format(p=m.options.ph_year)) + print( + "Allowing construction of pumped hydro only in {p}.".format( + p=m.options.ph_year + ) + ) m.Build_Pumped_Hydro_Year = Constraint( - m.PH_GENS, m.PERIODS, - rule=lambda m, g, pe: - m.BuildPumpedHydroMW[g, pe] == 0.0 if pe != m.options.ph_year else Constraint.Skip + m.PH_GENS, + m.PERIODS, + rule=lambda m, g, pe: m.BuildPumpedHydroMW[g, pe] == 0.0 + if pe != m.options.ph_year + else Constraint.Skip, ) def load_inputs(m, switch_data, inputs_dir): switch_data.load_aug( optional=True, - filename=os.path.join(inputs_dir, 'pumped_hydro.csv'), + filename=os.path.join(inputs_dir, "pumped_hydro.csv"), autoselect=True, index=m.PH_GENS, param=( - m.ph_load_zone, m.ph_capital_cost_per_mw, m.ph_project_life, m.ph_fixed_om_percent, - m.ph_efficiency, m.ph_inflow_mw, m.ph_max_capacity_mw)) + m.ph_load_zone, + m.ph_capital_cost_per_mw, + m.ph_project_life, + m.ph_fixed_om_percent, + m.ph_efficiency, + m.ph_inflow_mw, + m.ph_max_capacity_mw, + ), + ) diff --git a/switch_model/hawaii/register_hi_storage_reserves.py b/switch_model/hawaii/register_hi_storage_reserves.py index 508ff28b2..cabec3173 100644 --- a/switch_model/hawaii/register_hi_storage_reserves.py +++ b/switch_model/hawaii/register_hi_storage_reserves.py @@ -11,91 +11,111 @@ # But eventually those modules should use the standard storage module and # extend that as needed. + def define_arguments(argparser): - argparser.add_argument('--hawaii-storage-reserve-types', nargs='+', default=['spinning'], - help= - "Type(s) of reserves to provide from " # hydrogen and/or - "pumped-hydro storage " - "(e.g., 'contingency regulation'). " - "Default is generic 'spinning'. Specify 'none' to disable." + argparser.add_argument( + "--hawaii-storage-reserve-types", + nargs="+", + default=["spinning"], + help="Type(s) of reserves to provide from " # hydrogen and/or + "pumped-hydro storage " + "(e.g., 'contingency regulation'). " + "Default is generic 'spinning'. Specify 'none' to disable.", ) + def define_components(m): - if [rt.lower() for rt in m.options.hawaii_storage_reserve_types] != ['none']: - if hasattr(m, 'PumpedHydroProjGenerateMW'): + if [rt.lower() for rt in m.options.hawaii_storage_reserve_types] != ["none"]: + if hasattr(m, "PumpedHydroProjGenerateMW"): m.PumpedStorageCharging = Var(m.PH_GENS, m.TIMEPOINTS, within=Binary) - m.Set_PumpedStorageCharging_Flag = Constraint(m.PH_GENS, m.TIMEPOINTS, rule=lambda m, phg, tp: - m.PumpedHydroProjGenerateMW[phg, tp] - <= - m.ph_max_capacity_mw[phg] * (1 - m.PumpedStorageCharging[phg, tp]) + m.Set_PumpedStorageCharging_Flag = Constraint( + m.PH_GENS, + m.TIMEPOINTS, + rule=lambda m, phg, tp: m.PumpedHydroProjGenerateMW[phg, tp] + <= m.ph_max_capacity_mw[phg] * (1 - m.PumpedStorageCharging[phg, tp]), ) # choose how much pumped storage reserves to provide each hour, without reversing direction - m.PumpedStorageSpinningUpReserves = Var(m.PH_GENS, m.TIMEPOINTS, within=NonNegativeReals) + m.PumpedStorageSpinningUpReserves = Var( + m.PH_GENS, m.TIMEPOINTS, within=NonNegativeReals + ) m.Limit_PumpedStorageSpinningUpReserves_When_Charging = Constraint( - m.PH_GENS, m.TIMEPOINTS, - rule=lambda m, phg, tp: - m.PumpedStorageSpinningUpReserves[phg, tp] - <= - m.PumpedHydroProjStoreMW[phg, tp] - + m.ph_max_capacity_mw[phg] * (1 - m.PumpedStorageCharging[phg, tp]) # relax when discharging + m.PH_GENS, + m.TIMEPOINTS, + rule=lambda m, phg, tp: m.PumpedStorageSpinningUpReserves[phg, tp] + <= m.PumpedHydroProjStoreMW[phg, tp] + + m.ph_max_capacity_mw[phg] + * (1 - m.PumpedStorageCharging[phg, tp]), # relax when discharging ) m.Limit_PumpedStorageSpinningUpReserves_When_Discharging = Constraint( - m.PH_GENS, m.TIMEPOINTS, - rule=lambda m, phg, tp: - m.PumpedStorageSpinningUpReserves[phg, tp] - <= - m.Pumped_Hydro_Proj_Capacity_MW[phg, m.tp_period[tp]] - m.PumpedHydroProjGenerateMW[phg, tp] - + m.ph_max_capacity_mw[phg] * m.PumpedStorageCharging[phg, tp] # relax when charging + m.PH_GENS, + m.TIMEPOINTS, + rule=lambda m, phg, tp: m.PumpedStorageSpinningUpReserves[phg, tp] + <= m.Pumped_Hydro_Proj_Capacity_MW[phg, m.tp_period[tp]] + - m.PumpedHydroProjGenerateMW[phg, tp] + + m.ph_max_capacity_mw[phg] + * m.PumpedStorageCharging[phg, tp], # relax when charging + ) + m.PumpedStorageSpinningDownReserves = Var( + m.PH_GENS, m.TIMEPOINTS, within=NonNegativeReals, bounds=(0, 0) ) - m.PumpedStorageSpinningDownReserves = Var(m.PH_GENS, m.TIMEPOINTS, within=NonNegativeReals, bounds=(0,0)) m.Limit_PumpedStorageSpinningDownReserves_When_Charging = Constraint( - m.PH_GENS, m.TIMEPOINTS, - rule=lambda m, phg, tp: - m.PumpedStorageSpinningDownReserves[phg, tp] - <= - m.Pumped_Hydro_Proj_Capacity_MW[phg, m.tp_period[tp]] - m.PumpedHydroProjStoreMW[phg, tp] - + m.ph_max_capacity_mw[phg] * (1 - m.PumpedStorageCharging[phg, tp]) # relax when discharging + m.PH_GENS, + m.TIMEPOINTS, + rule=lambda m, phg, tp: m.PumpedStorageSpinningDownReserves[phg, tp] + <= m.Pumped_Hydro_Proj_Capacity_MW[phg, m.tp_period[tp]] + - m.PumpedHydroProjStoreMW[phg, tp] + + m.ph_max_capacity_mw[phg] + * (1 - m.PumpedStorageCharging[phg, tp]), # relax when discharging ) m.Limit_PumpedStorageSpinningDownReserves_When_Discharging = Constraint( - m.PH_GENS, m.TIMEPOINTS, - rule=lambda m, phg, tp: - m.PumpedStorageSpinningDownReserves[phg, tp] - <= - m.PumpedHydroProjGenerateMW[phg, tp] - + m.ph_max_capacity_mw[phg] * m.PumpedStorageCharging[phg, tp] # relax when charging + m.PH_GENS, + m.TIMEPOINTS, + rule=lambda m, phg, tp: m.PumpedStorageSpinningDownReserves[phg, tp] + <= m.PumpedHydroProjGenerateMW[phg, tp] + + m.ph_max_capacity_mw[phg] + * m.PumpedStorageCharging[phg, tp], # relax when charging ) # Register with spinning reserves - if hasattr(m, 'Spinning_Reserve_Up_Provisions'): # using spinning_reserves_advanced + if hasattr( + m, "Spinning_Reserve_Up_Provisions" + ): # using spinning_reserves_advanced # calculate available slack from hawaii storage def up_expr(m, a, tp): avail = 0.0 # now handled in hydrogen module: # if hasattr(m, 'HydrogenSlackUp'): # avail += sum(m.HydrogenSlackUp[z, tp] for z in m.ZONES_IN_BALANCING_AREA[a]) - if hasattr(m, 'PumpedStorageSpinningUpReserves'): + if hasattr(m, "PumpedStorageSpinningUpReserves"): avail += sum( m.PumpedStorageSpinningUpReserves[phg, tp] for phg in m.PH_GENS if m.ph_load_zone[phg] in m.ZONES_IN_BALANCING_AREA[a] ) return avail - m.HawaiiStorageSlackUp = Expression(m.BALANCING_AREA_TIMEPOINTS, rule=up_expr) + + m.HawaiiStorageSlackUp = Expression( + m.BALANCING_AREA_TIMEPOINTS, rule=up_expr + ) + def down_expr(m, a, tp): avail = 0.0 # if hasattr(m, 'HydrogenSlackDown'): # avail += sum(m.HydrogenSlackDown[z, tp] for z in m.ZONES_IN_BALANCING_AREA[a]) - if hasattr(m, 'PumpedStorageSpinningDownReserves'): + if hasattr(m, "PumpedStorageSpinningDownReserves"): avail += sum( m.PumpedStorageSpinningDownReserves[phg, tp] for phg in m.PH_GENS if m.ph_load_zone[phg] in m.ZONES_IN_BALANCING_AREA[a] ) return avail - m.HawaiiStorageSlackDown = Expression(m.BALANCING_AREA_TIMEPOINTS, rule=down_expr) - if hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): + m.HawaiiStorageSlackDown = Expression( + m.BALANCING_AREA_TIMEPOINTS, rule=down_expr + ) + + if hasattr(m, "GEN_SPINNING_RESERVE_TYPES"): # using advanced formulation, index by reserve type, balancing area, timepoint # define variables for each type of reserves to be provided # choose how to allocate the slack between the different reserve products @@ -103,37 +123,43 @@ def down_expr(m, a, tp): initialize=m.options.hawaii_storage_reserve_types ) m.HawaiiStorageSpinningReserveUp = Var( - m.HI_STORAGE_SPINNING_RESERVE_TYPES, m.BALANCING_AREA_TIMEPOINTS, - within=NonNegativeReals + m.HI_STORAGE_SPINNING_RESERVE_TYPES, + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, ) m.HawaiiStorageSpinningReserveDown = Var( - m.HI_STORAGE_SPINNING_RESERVE_TYPES, m.BALANCING_AREA_TIMEPOINTS, - within=NonNegativeReals + m.HI_STORAGE_SPINNING_RESERVE_TYPES, + m.BALANCING_AREA_TIMEPOINTS, + within=NonNegativeReals, ) # constrain reserve provision within available slack m.Limit_HawaiiStorageSpinningReserveUp = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, ba, tp: - sum( - m.HawaiiStorageSpinningReserveUp[rt, ba, tp] - for rt in m.HI_STORAGE_SPINNING_RESERVE_TYPES - ) <= m.HawaiiStorageSlackUp[ba, tp] + rule=lambda m, ba, tp: sum( + m.HawaiiStorageSpinningReserveUp[rt, ba, tp] + for rt in m.HI_STORAGE_SPINNING_RESERVE_TYPES + ) + <= m.HawaiiStorageSlackUp[ba, tp], ) m.Limit_HawaiiStorageSpinningReserveDown = Constraint( m.BALANCING_AREA_TIMEPOINTS, - rule=lambda m, ba, tp: - sum( - m.HawaiiStorageSpinningReserveDown[rt, ba, tp] - for rt in m.HI_STORAGE_SPINNING_RESERVE_TYPES - ) <= m.HawaiiStorageSlackDown[ba, tp] + rule=lambda m, ba, tp: sum( + m.HawaiiStorageSpinningReserveDown[rt, ba, tp] + for rt in m.HI_STORAGE_SPINNING_RESERVE_TYPES + ) + <= m.HawaiiStorageSlackDown[ba, tp], + ) + m.Spinning_Reserve_Up_Provisions.append( + "HawaiiStorageSpinningReserveUp" + ) + m.Spinning_Reserve_Down_Provisions.append( + "HawaiiStorageSpinningReserveDown" ) - m.Spinning_Reserve_Up_Provisions.append('HawaiiStorageSpinningReserveUp') - m.Spinning_Reserve_Down_Provisions.append('HawaiiStorageSpinningReserveDown') else: # using older formulation, only one type of spinning reserves, indexed by balancing area, timepoint - if m.options.hawaii_storage_reserve_types != ['spinning']: + if m.options.hawaii_storage_reserve_types != ["spinning"]: raise ValueError( 'Unable to use reserve types other than "spinning" with simple spinning reserves module.' ) - m.Spinning_Reserve_Up_Provisions.append('HawaiiStorageSlackUp') - m.Spinning_Reserve_Down_Provisions.append('HawaiiStorageSlackDown') + m.Spinning_Reserve_Up_Provisions.append("HawaiiStorageSlackUp") + m.Spinning_Reserve_Down_Provisions.append("HawaiiStorageSlackDown") diff --git a/switch_model/hawaii/reserves.py b/switch_model/hawaii/reserves.py index a089561d1..c2f779526 100644 --- a/switch_model/hawaii/reserves.py +++ b/switch_model/hawaii/reserves.py @@ -8,17 +8,33 @@ # TODO: use standard reserves module for this + def define_arguments(argparser): - argparser.add_argument('--reserves-from-storage', action='store_true', default=True, - help="Allow storage (batteries and hydrogen) to provide up- and down-reserves.") - argparser.add_argument('--no-reserves-from-storage', dest='reserves_from_storage', - action='store_false', - help="Don't allow storage (batteries and hydrogen) to provide up- and down-reserves.") - argparser.add_argument('--reserves-from-demand-response', action='store_true', default=True, - help="Allow demand response to provide up- and down-reserves.") - argparser.add_argument('--no-reserves-from-demand-response', dest='reserves_from_demand_response', - action='store_false', - help="Don't allow demand response to provide up- and down-reserves.") + argparser.add_argument( + "--reserves-from-storage", + action="store_true", + default=True, + help="Allow storage (batteries and hydrogen) to provide up- and down-reserves.", + ) + argparser.add_argument( + "--no-reserves-from-storage", + dest="reserves_from_storage", + action="store_false", + help="Don't allow storage (batteries and hydrogen) to provide up- and down-reserves.", + ) + argparser.add_argument( + "--reserves-from-demand-response", + action="store_true", + default=True, + help="Allow demand response to provide up- and down-reserves.", + ) + argparser.add_argument( + "--no-reserves-from-demand-response", + dest="reserves_from_demand_response", + action="store_false", + help="Don't allow demand response to provide up- and down-reserves.", + ) + def define_components(m): """ @@ -33,19 +49,15 @@ def define_components(m): # TODO: add batteries, hydrogen and pumped storage to this m.FIRM_GENS = Set( initialize=m.GENERATION_PROJECTS, - #filter=lambda m, p: m.gen_energy_source[p] not in ['Wind', 'Solar'] - ) - m.FIRM_GEN_TPS = Set( - initialize=m.GEN_TPS, - filter=lambda m, p, tp: p in m.FIRM_GENS + # filter=lambda m, p: m.gen_energy_source[p] not in ['Wind', 'Solar'] ) + m.FIRM_GEN_TPS = Set(initialize=m.GEN_TPS, filter=lambda m, p, tp: p in m.FIRM_GENS) m.CONTINGENCY_GENS = Set( initialize=m.GENERATION_PROJECTS, - filter=lambda m, p: p in m.DISCRETELY_SIZED_GENS + filter=lambda m, p: p in m.DISCRETELY_SIZED_GENS, ) m.CONTINGENCY_GEN_TPS = Set( - initialize=m.GEN_TPS, - filter=lambda m, p, tp: p in m.CONTINGENCY_GENS + initialize=m.GEN_TPS, filter=lambda m, p, tp: p in m.CONTINGENCY_GENS ) # Calculate spinning reserve requirements. @@ -57,31 +69,42 @@ def define_components(m): # TODO: supply these parameters in input files # regulating reserves required, as fraction of potential output (up to limit) - m.regulating_reserve_fraction = Param(['CentralTrackingPV', 'DistPV', 'OnshoreWind', 'OffshoreWind'], initialize={ - 'CentralTrackingPV': 1.0, - 'DistPV': 1.0, # 0.81270193, - 'OnshoreWind': 1.0, - 'OffshoreWind': 1.0, # assumed equal to OnshoreWind - }) + m.regulating_reserve_fraction = Param( + ["CentralTrackingPV", "DistPV", "OnshoreWind", "OffshoreWind"], + initialize={ + "CentralTrackingPV": 1.0, + "DistPV": 1.0, # 0.81270193, + "OnshoreWind": 1.0, + "OffshoreWind": 1.0, # assumed equal to OnshoreWind + }, + ) # maximum regulating reserves required, as fraction of installed capacity - m.regulating_reserve_limit = Param(['CentralTrackingPV', 'DistPV', 'OnshoreWind', 'OffshoreWind'], initialize={ - 'CentralTrackingPV': 0.21288916, - 'DistPV': 0.21288916, # 0.14153171, - 'OnshoreWind': 0.21624407, - 'OffshoreWind': 0.21624407, # assumed equal to OnshoreWind - }) + m.regulating_reserve_limit = Param( + ["CentralTrackingPV", "DistPV", "OnshoreWind", "OffshoreWind"], + initialize={ + "CentralTrackingPV": 0.21288916, + "DistPV": 0.21288916, # 0.14153171, + "OnshoreWind": 0.21624407, + "OffshoreWind": 0.21624407, # assumed equal to OnshoreWind + }, + ) # more conservative values (found by giving 10x weight to times when we provide less reserves than GE): # [1., 1., 1., 0.25760558, 0.18027923, 0.49123101] - m.RegulatingReserveRequirementMW = Expression(m.TIMEPOINTS, rule=lambda m, tp: sum( - m.GenCapacity[g, m.tp_period[tp]] - * min( - m.regulating_reserve_fraction[m.gen_tech[g]] * m.gen_max_capacity_factor[g, tp], - m.regulating_reserve_limit[m.gen_tech[g]] - ) + m.RegulatingReserveRequirementMW = Expression( + m.TIMEPOINTS, + rule=lambda m, tp: sum( + m.GenCapacity[g, m.tp_period[tp]] + * min( + m.regulating_reserve_fraction[m.gen_tech[g]] + * m.gen_max_capacity_factor[g, tp], + m.regulating_reserve_limit[m.gen_tech[g]], + ) for g in m.GENERATION_PROJECTS - if m.gen_tech[g] in m.regulating_reserve_fraction and (g, tp) in m.GEN_TPS - )) + if m.gen_tech[g] in m.regulating_reserve_fraction and (g, tp) in m.GEN_TPS + ), + ) + def define_dynamic_components(m): # these are defined late, so they can check whether various components have been defined by other modules @@ -98,14 +121,15 @@ def define_dynamic_components(m): m.CommitGenFlag = Var(m.CONTINGENCY_GEN_TPS, within=Binary) m.Set_CommitGenFlag = Constraint( m.CONTINGENCY_GEN_TPS, - rule = lambda m, g, tp: - m.CommitGen[g, tp] <= m.CommitGenFlag[g, tp] * m.gen_capacity_limit_mw[g] + rule=lambda m, g, tp: m.CommitGen[g, tp] + <= m.CommitGenFlag[g, tp] * m.gen_capacity_limit_mw[g], ) m.ContingencyReserveUpRequirement_Calculate = Constraint( m.CONTINGENCY_GEN_TPS, rule=lambda m, g, tp: - # m.ContingencyReserveUpRequirement[tp] >= m.CommitGen[g, tp] - m.ContingencyReserveUpRequirement[tp] >= m.CommitGenFlag[g, tp] * m.gen_unit_size[g] + # m.ContingencyReserveUpRequirement[tp] >= m.CommitGen[g, tp] + m.ContingencyReserveUpRequirement[tp] + >= m.CommitGenFlag[g, tp] * m.gen_unit_size[g], ) m.ContingencyReserveDownRequirement = Var(m.TIMEPOINTS, within=NonNegativeReals) @@ -119,23 +143,26 @@ def define_dynamic_components(m): # So we just assume we could lose 10% of all loads of any type, at any time.) m.ContingencyReserveDownRequirement_Calculate = Constraint( m.TIMEPOINTS, - rule=lambda m, tp: - m.ContingencyReserveDownRequirement[tp] >= - 0.1 * sum(getattr(m, x)[z, tp] for x in m.Zone_Power_Withdrawals for z in m.LOAD_ZONES) + rule=lambda m, tp: m.ContingencyReserveDownRequirement[tp] + >= 0.1 + * sum( + getattr(m, x)[z, tp] for x in m.Zone_Power_Withdrawals for z in m.LOAD_ZONES + ), ) # Calculate total spinning reserve requirements - m.SpinningReserveUpRequirement = Expression(m.TIMEPOINTS, rule=lambda m, tp: - m.RegulatingReserveRequirementMW[tp] + m.ContingencyReserveUpRequirement[tp] + m.SpinningReserveUpRequirement = Expression( + m.TIMEPOINTS, + rule=lambda m, tp: m.RegulatingReserveRequirementMW[tp] + + m.ContingencyReserveUpRequirement[tp], ) - m.SpinningReserveDownRequirement = Expression(m.TIMEPOINTS, rule=lambda m, tp: - m.ContingencyReserveDownRequirement[tp] + m.SpinningReserveDownRequirement = Expression( + m.TIMEPOINTS, rule=lambda m, tp: m.ContingencyReserveDownRequirement[tp] ) - # Available reserves def expr(m, tp): - STORAGE_GENS = getattr(m, 'STORAGE_GENS', []) + STORAGE_GENS = getattr(m, "STORAGE_GENS", []) # all regular generators; omit storage because they'll be added separately if needed avail = sum( m.DispatchSlackUp[g, tp] @@ -144,9 +171,9 @@ def expr(m, tp): ) if m.options.reserves_from_storage: # hawaii battery and hydrogen modules - if hasattr(m, 'BatterySlackUp'): + if hasattr(m, "BatterySlackUp"): avail += sum(m.BatterySlackUp[z, tp] for z in m.LOAD_ZONES) - if hasattr(m, 'HydrogenSlackUp'): + if hasattr(m, "HydrogenSlackUp"): avail += sum(m.HydrogenSlackUp[z, tp] for z in m.LOAD_ZONES) # standard storage module (can stop charging and raise output to max) avail += sum( @@ -155,21 +182,29 @@ def expr(m, tp): if (g, tp) in m.GEN_TPS ) if m.options.reserves_from_demand_response: - if hasattr(m, 'DemandUpReserves'): + if hasattr(m, "DemandUpReserves"): avail += sum(m.DemandUpReserves[z, tp] for z in m.LOAD_ZONES) - if hasattr(m, 'ShiftDemand'): - avail += sum(m.ShiftDemand[z, tp] - m.ShiftDemand[z, tp].lb for z in m.LOAD_ZONES) - if hasattr(m, 'ChargeEVs') and hasattr(m.options, 'ev_timing') and m.options.ev_timing=='optimal': + if hasattr(m, "ShiftDemand"): + avail += sum( + m.ShiftDemand[z, tp] - m.ShiftDemand[z, tp].lb for z in m.LOAD_ZONES + ) + if ( + hasattr(m, "ChargeEVs") + and hasattr(m.options, "ev_timing") + and m.options.ev_timing == "optimal" + ): avail += sum(m.ChargeEVs[z, tp] for z in m.LOAD_ZONES) - if hasattr(m, 'UnservedUpReserves'): + if hasattr(m, "UnservedUpReserves"): avail += m.UnservedUpReserves[tp] # if tp == 2045012604: # print "inspect avail to see up reserve calculation" # import pdb; pdb.set_trace() return avail + m.SpinningReservesUpAvailable = Expression(m.TIMEPOINTS, rule=expr) + def expr(m, tp): - STORAGE_GENS = getattr(m, 'STORAGE_GENS', []) + STORAGE_GENS = getattr(m, "STORAGE_GENS", []) # all regular generators; omit storage because they'll be added separately if needed avail = sum( m.DispatchSlackDown[g, tp] @@ -177,9 +212,9 @@ def expr(m, tp): if (g, tp) in m.GEN_TPS and g not in STORAGE_GENS ) if m.options.reserves_from_storage: - if hasattr(m, 'BatterySlackDown'): + if hasattr(m, "BatterySlackDown"): avail += sum(m.BatterySlackDown[z, tp] for z in m.LOAD_ZONES) - if hasattr(m, 'HydrogenSlackDown'): + if hasattr(m, "HydrogenSlackDown"): avail += sum(m.HydrogenSlackDown[z, tp] for z in m.LOAD_ZONES) # standard storage module (can stop producing power and raise charging to max) avail += sum( @@ -191,32 +226,38 @@ def expr(m, tp): ) if m.options.reserves_from_demand_response: - if hasattr(m, 'DemandDownReserves'): + if hasattr(m, "DemandDownReserves"): avail += sum(m.DemandDownReserves[z, tp] for z in m.LOAD_ZONES) - if hasattr(m, 'ShiftDemand'): + if hasattr(m, "ShiftDemand"): # avail += sum(m.ShiftDemand[z, tp].ub - m.ShiftDemand[z, tp] for z in m.LOAD_ZONES) avail += sum( - 24/3 * m.demand_response_max_share * m.zone_demand_mw[z, tp] + 24 / 3 * m.demand_response_max_share * m.zone_demand_mw[z, tp] - m.ShiftDemand[z, tp] for z in m.LOAD_ZONES ) # note: we currently ignore down-reserves (option of increasing consumption) # from EVs since it's not clear how high they could go; we could revisit this if # down-reserves have a positive price at equilibrium (probabably won't) - if hasattr(m, 'UnservedDownReserves'): + if hasattr(m, "UnservedDownReserves"): avail += m.UnservedDownReserves[tp] return avail + m.SpinningReservesDownAvailable = Expression(m.TIMEPOINTS, rule=expr) # Meet the reserve requirements (we use zero on RHS to enforce the right sign for the duals) - m.Satisfy_Spinning_Reserve_Up_Requirement = Constraint(m.TIMEPOINTS, rule=lambda m, tp: - m.SpinningReservesUpAvailable[tp] - m.SpinningReserveUpRequirement[tp] >= 0 + m.Satisfy_Spinning_Reserve_Up_Requirement = Constraint( + m.TIMEPOINTS, + rule=lambda m, tp: m.SpinningReservesUpAvailable[tp] + - m.SpinningReserveUpRequirement[tp] + >= 0, ) - m.Satisfy_Spinning_Reserve_Down_Requirement = Constraint(m.TIMEPOINTS, rule=lambda m, tp: - m.SpinningReservesDownAvailable[tp] - m.SpinningReserveDownRequirement[tp] >= 0 + m.Satisfy_Spinning_Reserve_Down_Requirement = Constraint( + m.TIMEPOINTS, + rule=lambda m, tp: m.SpinningReservesDownAvailable[tp] + - m.SpinningReserveDownRequirement[tp] + >= 0, ) - # NOTE: the shutdown constraints below are not used, because they conflict with # the baseload status set in build_scenario_data.py. You should set the plant type # to "Off" in "source_data/Hawaii RPS Study Generator Table OCR.xlsx" instead. @@ -253,10 +294,9 @@ def expr(m, tp): # print list(m.CYCLING_PLANTS_TIMEPOINTS) # m.ShowCyclingPlants = BuildAction(rule=show_it) + # def load_inputs(m, switch_data, inputs_dir): # switch_data.load_aug( # filename=os.path.join(inputs_dir, 'reserve_requirements.csv'), # auto_select=True, # param=(m.RegulatingReserveRequirementMW)) - - diff --git a/switch_model/hawaii/rps.py b/switch_model/hawaii/rps.py index 014e02511..019dbe2a6 100644 --- a/switch_model/hawaii/rps.py +++ b/switch_model/hawaii/rps.py @@ -7,48 +7,92 @@ import switch_model.utilities as utilities from .util import get + def define_arguments(argparser): - argparser.add_argument('--biofuel-limit', type=float, default=1.0, - help="Maximum fraction of power that can be obtained from biofuel in any period (default=1.0)") - argparser.add_argument('--biofuel-switch-threshold', type=float, default=1.0, - help="RPS level at which all thermal plants switch to biofuels (0.0-1.0, default=1.0); use with --rps-allocation fuel_switch_at_high_rps") - argparser.add_argument('--rps-activate', default='activate', - dest='rps_level', action='store_const', const='activate', - help="Activate RPS (on by default).") - argparser.add_argument('--rps-deactivate', - dest='rps_level', action='store_const', const='deactivate', - help="Deactivate RPS.") - argparser.add_argument('--rps-exact', - dest='rps_level', action='store_const', const='exact', - help="Require exact satisfaction of RPS target (no excess or shortfall).") - argparser.add_argument('--rps-no-new-renewables', - dest='rps_level', action='store_const', const='no_new_renewables', - help="Deactivate RPS and don't allow any new renewables except to replace existing capacity.") - argparser.add_argument('--rps-no-new-wind', action='store_true', default=False, - help="Don't allow any new wind capacity except to replace existing capacity.") - argparser.add_argument('--rps-no-wind', action='store_true', default=False, - help="Don't allow any new wind capacity or replacement of existing capacity.") - argparser.add_argument('--rps-prefer-dist-pv', action='store_true', default=False, - help="Don't allow any new large solar capacity unless 90%% of distributed PV ('*DistPV') capacity has been developed.") argparser.add_argument( - '--rps-allocation', default=None, + "--biofuel-limit", + type=float, + default=1.0, + help="Maximum fraction of power that can be obtained from biofuel in any period (default=1.0)", + ) + argparser.add_argument( + "--biofuel-switch-threshold", + type=float, + default=1.0, + help="RPS level at which all thermal plants switch to biofuels (0.0-1.0, default=1.0); use with --rps-allocation fuel_switch_at_high_rps", + ) + argparser.add_argument( + "--rps-activate", + default="activate", + dest="rps_level", + action="store_const", + const="activate", + help="Activate RPS (on by default).", + ) + argparser.add_argument( + "--rps-deactivate", + dest="rps_level", + action="store_const", + const="deactivate", + help="Deactivate RPS.", + ) + argparser.add_argument( + "--rps-exact", + dest="rps_level", + action="store_const", + const="exact", + help="Require exact satisfaction of RPS target (no excess or shortfall).", + ) + argparser.add_argument( + "--rps-no-new-renewables", + dest="rps_level", + action="store_const", + const="no_new_renewables", + help="Deactivate RPS and don't allow any new renewables except to replace existing capacity.", + ) + argparser.add_argument( + "--rps-no-new-wind", + action="store_true", + default=False, + help="Don't allow any new wind capacity except to replace existing capacity.", + ) + argparser.add_argument( + "--rps-no-wind", + action="store_true", + default=False, + help="Don't allow any new wind capacity or replacement of existing capacity.", + ) + argparser.add_argument( + "--rps-prefer-dist-pv", + action="store_true", + default=False, + help="Don't allow any new large solar capacity unless 90%% of distributed PV ('*DistPV') capacity has been developed.", + ) + argparser.add_argument( + "--rps-allocation", + default=None, choices=[ - 'quadratic', - 'fuel_switch_by_period', 'fuel_switch_by_timeseries', - 'full_load_heat_rate', - 'split_commit', - 'relaxed_split_commit', - 'fuel_switch_at_high_rps', + "quadratic", + "fuel_switch_by_period", + "fuel_switch_by_timeseries", + "full_load_heat_rate", + "split_commit", + "relaxed_split_commit", + "fuel_switch_at_high_rps", ], help="Method to use to allocate power output among fuels. Default is fuel_switch_by_period for models " - + "with unit commitment, full_load_heat_rate for models without." + + "with unit commitment, full_load_heat_rate for models without.", ) - argparser.add_argument('--rps-targets', nargs='*', default=None, + argparser.add_argument( + "--rps-targets", + nargs="*", + default=None, help="Targets to use for RPS, specified as --rps-targets year1 level1 year2 level2 ..., " "where years are transition years and levels are fractions between 0 and 1. " - "If not specified, values from rps_targets.csv will be used." + "If not specified, values from rps_targets.csv will be used.", ) + # TODO: make this work with progressive hedging as follows: # add a variable indexed over all weather scenarios and all cost scenarios, # which shows how much of the RPS will be allocated to each scenario. @@ -62,18 +106,19 @@ def define_arguments(argparser): # Could do the same with hydrogen storage: require average hydrogen stored across all scenarios # to be less than the size of the storage built. -def define_components(m): - """ - """ +def define_components(m): + """ """ ################### # RPS calculation ################## m.f_rps_eligible = Param(m.FUELS, within=Binary, default=False) - m.RPS_ENERGY_SOURCES = Set(initialize=lambda m: - [s for s in m.NON_FUEL_ENERGY_SOURCES if s.lower() != 'battery'] + m.RPS_ENERGY_SOURCES = Set( + initialize=lambda m: [ + s for s in m.NON_FUEL_ENERGY_SOURCES if s.lower() != "battery" + ] + [f for f in m.FUELS if m.f_rps_eligible[f]] ) @@ -82,8 +127,11 @@ def define_components(m): def rps_target_for_period_rule(m, p): """find the last target that is in effect before the _end_ of the period""" - latest_target = max(y for y in m.RPS_YEARS if y < m.period_start[p] + m.period_length_years[p]) + latest_target = max( + y for y in m.RPS_YEARS if y < m.period_start[p] + m.period_length_years[p] + ) return m.rps_target[latest_target] + m.rps_target_for_period = Param(m.PERIODS, initialize=rps_target_for_period_rule) # maximum share of (bio)fuels in rps @@ -98,7 +146,7 @@ def rps_target_for_period_rule(m, p): rule=lambda m, g: ( m.GenCapacity[g, m.PERIODS.first()] - get(m.BuildGen, (g, m.PERIODS.first()), 0) - ) + ), ) # Define DispatchGenRenewableMW, which shows the amount of power produced @@ -106,12 +154,13 @@ def rps_target_for_period_rule(m, p): define_DispatchGenRenewableMW(m) # calculate amount of power produced from renewable fuels during each period - m.RPSFuelPower = Expression(m.PERIODS, rule=lambda m, per: - sum( + m.RPSFuelPower = Expression( + m.PERIODS, + rule=lambda m, per: sum( m.DispatchGenRenewableMW[g, tp] * m.tp_weight[tp] for g in m.FUEL_BASED_GENS for tp in m.TPS_FOR_GEN_IN_PERIOD[g, per] - ) + ), ) # Note: this rule ignores pumped hydro and batteries, so it could be gamed by producing extra @@ -121,92 +170,111 @@ def rps_target_for_period_rule(m, p): # sum(getattr(m, component)[z, t] for z in m.LOAD_ZONES) for component in m.Zone_Power_Injections) # power production that can be counted toward the RPS each period - m.RPSEligiblePower = Expression(m.PERIODS, rule=lambda m, per: - m.RPSFuelPower[per] - + - sum( + m.RPSEligiblePower = Expression( + m.PERIODS, + rule=lambda m, per: m.RPSFuelPower[per] + + sum( m.DispatchGen[g, tp] * m.tp_weight[tp] - for f in m.NON_FUEL_ENERGY_SOURCES if f in m.RPS_ENERGY_SOURCES + for f in m.NON_FUEL_ENERGY_SOURCES + if f in m.RPS_ENERGY_SOURCES for g in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[f] for tp in m.TPS_FOR_GEN_IN_PERIOD[g, per] - ) + ), ) # total power production each period (against which RPS is measured) # note: we exclude production from storage - m.RPSTotalPower = Expression(m.PERIODS, rule=lambda m, per: - sum( + m.RPSTotalPower = Expression( + m.PERIODS, + rule=lambda m, per: sum( m.DispatchGen[g, tp] * m.tp_weight[tp] - for g in m.GENERATION_PROJECTS if g not in getattr(m, 'STORAGE_GENS', []) + for g in m.GENERATION_PROJECTS + if g not in getattr(m, "STORAGE_GENS", []) for tp in m.TPS_FOR_GEN_IN_PERIOD[g, per] - ) + ), ) # note: we completely skip creating the constraint if the RPS is not activated. # this makes it easy for other modules to check whether there's an RPS in effect # (if we deactivated the RPS after it is constructed, then other modules would # have to postpone checking until then) - if m.options.rps_level in {'activate', 'exact'}: - if m.options.rps_level == 'exact': - rule = lambda m, p: m.RPSEligiblePower[p] == m.rps_target_for_period[p] * m.RPSTotalPower[p] + if m.options.rps_level in {"activate", "exact"}: + if m.options.rps_level == "exact": + rule = ( + lambda m, p: m.RPSEligiblePower[p] + == m.rps_target_for_period[p] * m.RPSTotalPower[p] + ) else: - rule = lambda m, p: m.RPSEligiblePower[p] >= m.rps_target_for_period[p] * m.RPSTotalPower[p] + rule = ( + lambda m, p: m.RPSEligiblePower[p] + >= m.rps_target_for_period[p] * m.RPSTotalPower[p] + ) m.RPS_Enforce = Constraint(m.PERIODS, rule=rule) - elif m.options.rps_level == 'no_new_renewables': + elif m.options.rps_level == "no_new_renewables": # prevent construction of any new exclusively-renewable projects, but allow # replacement of existing ones # (doesn't ban use of biofuels in existing or multi-fuel projects, but that could # be done with --biofuel-limit 0) - m.No_New_Renewables = Constraint(m.NEW_GEN_BLD_YRS, rule=lambda m, g, bld_yr: - (m.GenCapacity[g, bld_yr] <= m.gen_pre_existing_capacity[g]) + m.No_New_Renewables = Constraint( + m.NEW_GEN_BLD_YRS, + rule=lambda m, g, bld_yr: ( + m.GenCapacity[g, bld_yr] <= m.gen_pre_existing_capacity[g] + ) if m.gen_energy_source[g] in m.RPS_ENERGY_SOURCES - else Constraint.Skip + else Constraint.Skip, ) - wind_energy_sources = {'WND'} + wind_energy_sources = {"WND"} if m.options.rps_no_new_wind: # limit wind to existing capacity - m.No_New_Wind = Constraint(m.NEW_GEN_BLD_YRS, rule=lambda m, g, bld_yr: - (m.GenCapacity[g, bld_yr] <= m.gen_pre_existing_capacity[g]) + m.No_New_Wind = Constraint( + m.NEW_GEN_BLD_YRS, + rule=lambda m, g, bld_yr: ( + m.GenCapacity[g, bld_yr] <= m.gen_pre_existing_capacity[g] + ) if m.gen_energy_source[g] in wind_energy_sources - else Constraint.Skip + else Constraint.Skip, ) if m.options.rps_no_wind: # don't build any new capacity or replace existing - m.No_Wind = Constraint(m.NEW_GEN_BLD_YRS, rule=lambda m, g, bld_yr: - (m.BuildGen[g, bld_yr] == 0.0) + m.No_Wind = Constraint( + m.NEW_GEN_BLD_YRS, + rule=lambda m, g, bld_yr: (m.BuildGen[g, bld_yr] == 0.0) if m.gen_energy_source[g] in wind_energy_sources - else Constraint.Skip + else Constraint.Skip, ) if m.options.rps_prefer_dist_pv: - m.DIST_PV_GENS = Set(initialize=lambda m: [ - g for g in m.GENS_BY_NON_FUEL_ENERGY_SOURCE['SUN'] - if 'DistPV' in m.gen_tech[g] - ]) - m.LARGE_PV_GENS = Set(initialize=lambda m: [ - g for g in m.GENS_BY_NON_FUEL_ENERGY_SOURCE['SUN'] - if g not in m.DIST_PV_GENS - ]) + m.DIST_PV_GENS = Set( + initialize=lambda m: [ + g + for g in m.GENS_BY_NON_FUEL_ENERGY_SOURCE["SUN"] + if "DistPV" in m.gen_tech[g] + ] + ) + m.LARGE_PV_GENS = Set( + initialize=lambda m: [ + g + for g in m.GENS_BY_NON_FUEL_ENERGY_SOURCE["SUN"] + if g not in m.DIST_PV_GENS + ] + ) # LargePVAllowed must be 1 to allow large PV to be built - m.LargePVAllowed = Var(m.PERIODS, within=Binary) # + m.LargePVAllowed = Var(m.PERIODS, within=Binary) # # LargePVAllowed can only be 1 if 90% of the available rooftop PV has been built m.Set_LargePVAllowed = Constraint( m.PERIODS, - rule=lambda m, p: - sum(m.GenCapacity[g, p] for g in m.DIST_PV_GENS) - >= - m.LargePVAllowed[p] - * 0.9 - * sum(m.gen_capacity_limit_mw[g] for g in m.DIST_PV_GENS) + rule=lambda m, p: sum(m.GenCapacity[g, p] for g in m.DIST_PV_GENS) + >= m.LargePVAllowed[p] + * 0.9 + * sum(m.gen_capacity_limit_mw[g] for g in m.DIST_PV_GENS), ) m.Apply_LargePVAllowed = Constraint( - m.LARGE_PV_GENS, m.PERIODS, - rule=lambda m, g, p: - m.GenCapacity[g, p] - <= - m.LargePVAllowed[p] * m.gen_capacity_limit_mw[g] - + m.gen_pre_existing_capacity[g] + m.LARGE_PV_GENS, + m.PERIODS, + rule=lambda m, g, p: m.GenCapacity[g, p] + <= m.LargePVAllowed[p] * m.gen_capacity_limit_mw[g] + + m.gen_pre_existing_capacity[g], ) # Don't allow (bio)fuels to provide more than a certain percentage of the system's energy @@ -229,10 +297,13 @@ def rps_target_for_period_rule(m, p): # transmission losses, the cycling costs for batteries are too high and pumped storage is only # adopted on a small scale. - m.RPS_Fuel_Cap = Constraint(m.PERIODS, rule = lambda m, per: - m.RPSFuelPower[per] <= m.rps_fuel_limit * m.RPSTotalPower[per] + m.RPS_Fuel_Cap = Constraint( + m.PERIODS, + rule=lambda m, per: m.RPSFuelPower[per] + <= m.rps_fuel_limit * m.RPSTotalPower[per], ) + def define_DispatchGenRenewableMW(m): # Define DispatchGenRenewableMW, which shows the amount of power produced # by each project from each fuel during each time step. @@ -240,31 +311,36 @@ def define_DispatchGenRenewableMW(m): # This can get complex when a project uses multiple fuels and incremental # heat rate curves. if m.options.rps_allocation is None: - if hasattr(m, 'FUEL_USE_SEGMENTS_FOR_GEN'): + if hasattr(m, "FUEL_USE_SEGMENTS_FOR_GEN"): # using heat rate curves and possibly startup fuel; # have to do more advanced allocation of power to fuels - m.options.rps_allocation = 'fuel_switch_by_period' + m.options.rps_allocation = "fuel_switch_by_period" else: # only using full load heat rate; use simpler allocation strategy - m.options.rps_allocation = 'full_load_heat_rate' + m.options.rps_allocation = "full_load_heat_rate" if m.options.verbose: - print("Using {} method to allocate DispatchGenRenewableMW".format(m.options.rps_allocation)) + print( + "Using {} method to allocate DispatchGenRenewableMW".format( + m.options.rps_allocation + ) + ) - if m.options.rps_allocation == 'full_load_heat_rate': + if m.options.rps_allocation == "full_load_heat_rate": simple_DispatchGenRenewableMW(m) - elif m.options.rps_allocation == 'quadratic': + elif m.options.rps_allocation == "quadratic": quadratic_DispatchGenRenewableMW(m) - elif m.options.rps_allocation == 'fuel_switch_by_period': + elif m.options.rps_allocation == "fuel_switch_by_period": binary_by_period_DispatchGenRenewableMW(m) - elif m.options.rps_allocation == 'fuel_switch_by_timeseries': + elif m.options.rps_allocation == "fuel_switch_by_timeseries": binary_by_timeseries_DispatchGenRenewableMW(m) - elif m.options.rps_allocation == 'split_commit': + elif m.options.rps_allocation == "split_commit": split_commit_DispatchGenRenewableMW(m) - elif m.options.rps_allocation == 'relaxed_split_commit': + elif m.options.rps_allocation == "relaxed_split_commit": relaxed_split_commit_DispatchGenRenewableMW(m) - elif m.options.rps_allocation == 'fuel_switch_at_high_rps': + elif m.options.rps_allocation == "fuel_switch_at_high_rps": fuel_switch_at_high_rps_DispatchGenRenewableMW(m) + def simple_DispatchGenRenewableMW(m): # Allocate the power produced during each timepoint among the fuels. # When not using heat rate curves, this can be calculated directly from @@ -272,13 +348,10 @@ def simple_DispatchGenRenewableMW(m): # multiple fuels in the same project at the same time. m.DispatchGenRenewableMW = Expression( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, t: - sum( - m.GenFuelUseRate[g, t, f] - for f in m.FUELS_FOR_GEN[g] - if m.f_rps_eligible[f] - ) - / m.gen_full_load_heat_rate[g] + rule=lambda m, g, t: sum( + m.GenFuelUseRate[g, t, f] for f in m.FUELS_FOR_GEN[g] if m.f_rps_eligible[f] + ) + / m.gen_full_load_heat_rate[g], ) @@ -301,78 +374,79 @@ def split_commit_DispatchGenRenewableMW(m): # count amount of renewable power produced from project m.DispatchGenRenewableMW = Var(m.FUEL_BASED_GEN_TPS, within=NonNegativeReals) - m.DispatchGenRenewableMW_Cap = Constraint(m.FUEL_BASED_GEN_TPS, - rule = lambda m, g, tp: - m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp] + m.DispatchGenRenewableMW_Cap = Constraint( + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp], ) # a portion of every startup and shutdown must be designated as renewable m.CommitGenRenewable = Var(m.FUEL_BASED_GEN_TPS, within=NonNegativeReals) - m.CommitGenRenewable_Cap = Constraint(m.FUEL_BASED_GEN_TPS, - rule = lambda m, g, tp: - m.CommitGenRenewable[g, tp] <= m.CommitGen[g, tp] + m.CommitGenRenewable_Cap = Constraint( + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.CommitGenRenewable[g, tp] <= m.CommitGen[g, tp], ) m.StartupGenCapacityRenewable = Var(m.FUEL_BASED_GEN_TPS, within=NonNegativeReals) - m.StartupGenCapacityRenewable_Cap = Constraint(m.FUEL_BASED_GEN_TPS, - rule = lambda m, g, tp: - m.StartupGenCapacityRenewable[g, tp] <= m.StartupGenCapacity[g, tp] + m.StartupGenCapacityRenewable_Cap = Constraint( + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.StartupGenCapacityRenewable[g, tp] + <= m.StartupGenCapacity[g, tp], ) m.ShutdownGenCapacityRenewable = Var(m.FUEL_BASED_GEN_TPS, within=NonNegativeReals) - m.ShutdownGenCapacityRenewable_Cap = Constraint(m.FUEL_BASED_GEN_TPS, - rule = lambda m, g, tp: - m.ShutdownGenCapacityRenewable[g, tp] <= m.ShutdownGenCapacity[g, tp] + m.ShutdownGenCapacityRenewable_Cap = Constraint( + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.ShutdownGenCapacityRenewable[g, tp] + <= m.ShutdownGenCapacity[g, tp], ) # chain commitments, startup and shutdown for renewables m.Commit_StartupGenCapacity_ShutdownGenCapacity_Consistency_Renewable = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - m.CommitGenRenewable[g, m.tp_previous[tp]] - + m.StartupGenCapacityRenewable[g, tp] - - m.ShutdownGenCapacityRenewable[g, tp] - == m.CommitGenRenewable[g, tp] + rule=lambda m, g, tp: m.CommitGenRenewable[g, m.tp_previous[tp]] + + m.StartupGenCapacityRenewable[g, tp] + - m.ShutdownGenCapacityRenewable[g, tp] + == m.CommitGenRenewable[g, tp], ) # must use committed capacity for renewable production m.Enforce_Dispatch_Upper_Limit_Renewable = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - m.DispatchGenRenewableMW[g, tp] <= m.CommitGenRenewable[g, tp] + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] + <= m.CommitGenRenewable[g, tp], ) # can't dispatch non-renewable capacity below its lower limit m.Enforce_Dispatch_Lower_Limit_Non_Renewable = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) - >= - (m.CommitGen[g, tp] - m.CommitGenRenewable[g, tp]) - * m.gen_min_load_fraction_TP[g, tp] + rule=lambda m, g, tp: (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) + >= (m.CommitGen[g, tp] - m.CommitGenRenewable[g, tp]) + * m.gen_min_load_fraction_TP[g, tp], ) # use standard heat rate calculations for renewable and non-renewable parts m.ProjRenewableFuelUseRate_Calculate = Constraint( m.GEN_TPS_FUEL_PIECEWISE_CONS_SET, - rule=lambda m, g, tp, intercept, incremental_heat_rate: - sum( - m.GenFuelUseRate[g, tp, f] - for f in m.FUELS_FOR_GEN[g] - if f in m.RPS_ENERGY_SOURCES - ) - >= - m.StartupGenCapacityRenewable[g, tp] * m.gen_startup_fuel[g] / m.tp_duration_hrs[tp] - + intercept * m.CommitGenRenewable[g, tp] - + incremental_heat_rate * m.DispatchGenRenewableMW[g, tp] + rule=lambda m, g, tp, intercept, incremental_heat_rate: sum( + m.GenFuelUseRate[g, tp, f] + for f in m.FUELS_FOR_GEN[g] + if f in m.RPS_ENERGY_SOURCES + ) + >= m.StartupGenCapacityRenewable[g, tp] + * m.gen_startup_fuel[g] + / m.tp_duration_hrs[tp] + + intercept * m.CommitGenRenewable[g, tp] + + incremental_heat_rate * m.DispatchGenRenewableMW[g, tp], ) m.ProjNonRenewableFuelUseRate_Calculate = Constraint( m.GEN_TPS_FUEL_PIECEWISE_CONS_SET, - rule=lambda m, g, tp, intercept, incremental_heat_rate: - sum( - m.GenFuelUseRate[g, tp, f] - for f in m.FUELS_FOR_GEN[g] - if f not in m.RPS_ENERGY_SOURCES - ) - >= - (m.StartupGenCapacity[g, tp] - m.StartupGenCapacityRenewable[g, tp]) * m.gen_startup_fuel[g] / m.tp_duration_hrs[tp] - + intercept * (m.CommitGen[g, tp] - m.CommitGenRenewable[g, tp]) - + incremental_heat_rate * (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) + rule=lambda m, g, tp, intercept, incremental_heat_rate: sum( + m.GenFuelUseRate[g, tp, f] + for f in m.FUELS_FOR_GEN[g] + if f not in m.RPS_ENERGY_SOURCES + ) + >= (m.StartupGenCapacity[g, tp] - m.StartupGenCapacityRenewable[g, tp]) + * m.gen_startup_fuel[g] + / m.tp_duration_hrs[tp] + + intercept * (m.CommitGen[g, tp] - m.CommitGenRenewable[g, tp]) + + incremental_heat_rate + * (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]), ) + def relaxed_split_commit_DispatchGenRenewableMW(m): # This is similar to the split_commit approach, but allows startup fuel # to be freely allocated between renewable and non-renewable fuels. @@ -383,24 +457,23 @@ def relaxed_split_commit_DispatchGenRenewableMW(m): # count amount of renewable power produced from project m.DispatchGenRenewableMW = Var(m.FUEL_BASED_GEN_TPS, within=NonNegativeReals) - m.DispatchGenRenewableMW_Cap = Constraint(m.FUEL_BASED_GEN_TPS, - rule = lambda m, g, tp: - m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp] + m.DispatchGenRenewableMW_Cap = Constraint( + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp], ) m.StartupGenCapacityRenewable = Var(m.FUEL_BASED_GEN_TPS, within=NonNegativeReals) - m.StartupGenCapacityRenewable_Cap = Constraint(m.FUEL_BASED_GEN_TPS, - rule = lambda m, g, tp: - m.StartupGenCapacityRenewable[g, tp] <= m.StartupGenCapacity[g, tp] + m.StartupGenCapacityRenewable_Cap = Constraint( + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.StartupGenCapacityRenewable[g, tp] + <= m.StartupGenCapacity[g, tp], ) # can't dispatch non-renewable capacity below its lower limit m.Enforce_Dispatch_Lower_Limit_Non_Renewable = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) - >= - (m.CommitGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) - * m.gen_min_load_fraction_TP[g, tp] + rule=lambda m, g, tp: (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) + >= (m.CommitGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) + * m.gen_min_load_fraction_TP[g, tp], ) # rule=lambda m, g, t, intercept, incremental_heat_rate: ( @@ -420,82 +493,93 @@ def relaxed_split_commit_DispatchGenRenewableMW(m): # for renewables and one slice for non-renewable, equal to the amount of power from each. m.ProjRenewableFuelUseRate_Calculate = Constraint( m.GEN_TPS_FUEL_PIECEWISE_CONS_SET, - rule=lambda m, g, tp, intercept, incremental_heat_rate: - sum( - m.GenFuelUseRate[g, tp, f] - for f in m.FUELS_FOR_GEN[g] - if f in m.RPS_ENERGY_SOURCES - ) - >= - m.StartupGenCapacityRenewable[g, tp] * m.gen_startup_fuel[g] / m.tp_duration_hrs[tp] - + intercept * m.DispatchGenRenewableMW[g, tp] - + incremental_heat_rate * m.DispatchGenRenewableMW[g, tp] + rule=lambda m, g, tp, intercept, incremental_heat_rate: sum( + m.GenFuelUseRate[g, tp, f] + for f in m.FUELS_FOR_GEN[g] + if f in m.RPS_ENERGY_SOURCES + ) + >= m.StartupGenCapacityRenewable[g, tp] + * m.gen_startup_fuel[g] + / m.tp_duration_hrs[tp] + + intercept * m.DispatchGenRenewableMW[g, tp] + + incremental_heat_rate * m.DispatchGenRenewableMW[g, tp], ) m.ProjNonRenewableFuelUseRate_Calculate = Constraint( m.GEN_TPS_FUEL_PIECEWISE_CONS_SET, - rule=lambda m, g, tp, intercept, incremental_heat_rate: - sum( - m.GenFuelUseRate[g, tp, f] - for f in m.FUELS_FOR_GEN[g] - if f not in m.RPS_ENERGY_SOURCES - ) - >= - (m.StartupGenCapacity[g, tp] - m.StartupGenCapacityRenewable[g, tp]) * m.gen_startup_fuel[g] / m.tp_duration_hrs[tp] - + intercept * (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) - + incremental_heat_rate * (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) + rule=lambda m, g, tp, intercept, incremental_heat_rate: sum( + m.GenFuelUseRate[g, tp, f] + for f in m.FUELS_FOR_GEN[g] + if f not in m.RPS_ENERGY_SOURCES + ) + >= (m.StartupGenCapacity[g, tp] - m.StartupGenCapacityRenewable[g, tp]) + * m.gen_startup_fuel[g] + / m.tp_duration_hrs[tp] + + intercept * (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]) + + incremental_heat_rate + * (m.DispatchGen[g, tp] - m.DispatchGenRenewableMW[g, tp]), ) # don't allow any non-renewable fuel if RPS is 100% - if m.options.rps_level == 'activate': + if m.options.rps_level == "activate": # find all dispatch points for non-renewable fuels during periods with 100% RPS m.FULL_RPS_GEN_FOSSIL_FUEL_DISPATCH_POINTS = Set( dimen=3, initialize=lambda m: [ (g, tp, f) - for per in m.PERIODS if m.rps_target_for_period[per] == 1.0 - for g in m.FUEL_BASED_GENS if (g, per) in m.GEN_PERIODS - for f in m.FUELS_FOR_GEN[g] if not m.f_rps_eligible[f] + for per in m.PERIODS + if m.rps_target_for_period[per] == 1.0 + for g in m.FUEL_BASED_GENS + if (g, per) in m.GEN_PERIODS + for f in m.FUELS_FOR_GEN[g] + if not m.f_rps_eligible[f] for tp in m.TPS_IN_PERIOD[per] - ] + ], ) m.No_Fossil_Fuel_With_Full_RPS = Constraint( m.FULL_RPS_GEN_FOSSIL_FUEL_DISPATCH_POINTS, - rule=lambda m, g, tp, f: m.GenFuelUseRate[g, tp, f] == 0.0 + rule=lambda m, g, tp, f: m.GenFuelUseRate[g, tp, f] == 0.0, ) def fuel_switch_at_high_rps_DispatchGenRenewableMW(m): - """ switch all plants to biofuel (and count toward RPS) if and only if rps is above threshold """ + """switch all plants to biofuel (and count toward RPS) if and only if rps is above threshold""" - if m.options.rps_level == 'activate': + if m.options.rps_level == "activate": # find all dispatch points for non-renewable fuels during periods with 100% RPS m.HIGH_RPS_GEN_FOSSIL_FUEL_DISPATCH_POINTS = Set( dimen=3, initialize=lambda m: [ (g, tp, f) - for p in m.PERIODS if m.rps_target_for_period[p] >= m.options.biofuel_switch_threshold - for g in m.FUEL_BASED_GENS if (g, p) in m.GEN_PERIODS - for f in m.FUELS_FOR_GEN[g] if not m.f_rps_eligible[f] - for tp in m.TPS_IN_PERIOD[p] - ] + for p in m.PERIODS + if m.rps_target_for_period[p] >= m.options.biofuel_switch_threshold + for g in m.FUEL_BASED_GENS + if (g, p) in m.GEN_PERIODS + for f in m.FUELS_FOR_GEN[g] + if not m.f_rps_eligible[f] + for tp in m.TPS_IN_PERIOD[p] + ], ) m.No_Fossil_Fuel_With_High_RPS = Constraint( m.HIGH_RPS_GEN_FOSSIL_FUEL_DISPATCH_POINTS, - rule=lambda m, g, tp, f: m.GenFuelUseRate[g, tp, f] == 0.0 + rule=lambda m, g, tp, f: m.GenFuelUseRate[g, tp, f] == 0.0, ) # count full dispatch toward RPS during non-fossil periods, otherwise give no credit def rule(m, g, tp): - if m.rps_target_for_period[m.tp_period[tp]] >= m.options.biofuel_switch_threshold: + if ( + m.rps_target_for_period[m.tp_period[tp]] + >= m.options.biofuel_switch_threshold + ): return m.DispatchGen[g, tp] else: return 0.0 + m.DispatchGenRenewableMW = Expression(m.FUEL_BASED_GEN_TPS, rule=rule) else: m.DispatchGenRenewableMW = Expression( - m.FUEL_BASED_GEN_TPS, within=NonNegativeReals, - rule=lambda m, g, tp: 0.0 + m.FUEL_BASED_GEN_TPS, within=NonNegativeReals, rule=lambda m, g, tp: 0.0 ) + def binary_by_period_DispatchGenRenewableMW(m): # NOTE: this could be extended to handle fuel blends (e.g., 50% biomass/50% coal) # by assigning an RPS eligibility level to each fuel (e.g., 50%), then @@ -507,35 +591,39 @@ def binary_by_period_DispatchGenRenewableMW(m): # and choosing the amount to produce from each eligibility level (similar to the # renewable/non-renewable distinction here, but with a 50% renewable category) - m.GEN_WITH_FUEL_ACTIVE_PERIODS = Set(dimen=2, initialize=lambda m: { - (g, pe) - for g in m.FUEL_BASED_GENS for pe in m.PERIODS - if (g, m.TPS_IN_PERIOD[pe].first()) in m.FUEL_BASED_GEN_TPS - }) + m.GEN_WITH_FUEL_ACTIVE_PERIODS = Set( + dimen=2, + initialize=lambda m: { + (g, pe) + for g in m.FUEL_BASED_GENS + for pe in m.PERIODS + if (g, m.TPS_IN_PERIOD[pe].first()) in m.FUEL_BASED_GEN_TPS + }, + ) # choose whether to run (only) on renewable fuels during each period m.DispatchRenewableFlag = Var(m.GEN_WITH_FUEL_ACTIVE_PERIODS, within=Binary) # force flag on or off when the RPS is simple (to speed computation) def rule(m, g, p): - if m.rps_target_for_period[pe]==1.0: + if m.rps_target_for_period[pe] == 1.0: # 100% RPS; use only renewable fuels - return (m.DispatchRenewableFlag[g, pe] == 1) - elif m.rps_target_for_period[pe]==0.0 or m.options.rps_level != 'activate': + return m.DispatchRenewableFlag[g, pe] == 1 + elif m.rps_target_for_period[pe] == 0.0 or m.options.rps_level != "activate": # no RPS, don't bother counting renewable fuels - return (m.DispatchRenewableFlag[g, pe] == 0) + return m.DispatchRenewableFlag[g, pe] == 0 else: return Constraint.Skip + m.Force_DispatchRenewableFlag = Constraint( m.GEN_WITH_FUEL_ACTIVE_PERIODS, - rule=lambda m, g, pe: - (m.DispatchRenewableFlag[g, pe] == 0) - if (m.rps_target_for_period[pe]==0.0 or m.options.rps_level != 'activate') - else ( - (m.DispatchRenewableFlag[g, pe] == 1) - if m.rps_target_for_period[pe]==1.0 - else Constraint.Skip - ) + rule=lambda m, g, pe: (m.DispatchRenewableFlag[g, pe] == 0) + if (m.rps_target_for_period[pe] == 0.0 or m.options.rps_level != "activate") + else ( + (m.DispatchRenewableFlag[g, pe] == 1) + if m.rps_target_for_period[pe] == 1.0 + else Constraint.Skip + ), ) # count amount of renewable power produced from project @@ -544,16 +632,13 @@ def rule(m, g, p): # don't overcount renewable power production m.Limit_DispatchGenRenewableMW = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp] + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp], ) # force the flag to be set during renewable timepoints m.Set_DispatchRenewableFlag = Constraint( - m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - m.DispatchGenRenewableMW[g, tp] - <= - m.DispatchRenewableFlag[g, m.tp_period[tp]] * m.gen_capacity_limit_mw[g] + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] + <= m.DispatchRenewableFlag[g, m.tp_period[tp]] * m.gen_capacity_limit_mw[g], ) # prevent use of non-renewable fuels during renewable timepoints @@ -569,19 +654,24 @@ def Enforce_DispatchRenewableFlag_rule(m, g, tp, f): return ( m.GenFuelUseRate[g, tp, f] + m.DispatchRenewableFlag[g, m.tp_period[tp]] * big_fuel - <= - big_fuel + <= big_fuel ) + m.Enforce_DispatchRenewableFlag = Constraint( m.GEN_TP_FUELS, rule=Enforce_DispatchRenewableFlag_rule ) + def binary_by_timeseries_DispatchGenRenewableMW(m): - m.GEN_WITH_FUEL_ACTIVE_TIMESERIES = Set(dimen=2, initialize=lambda m: { - (g, ts) - for g in m.FUEL_BASED_GENS for ts in m.TIMESERIES - if (g, m.TPS_IN_TS[ts].first()) in m.FUEL_BASED_GEN_TPS - }) + m.GEN_WITH_FUEL_ACTIVE_TIMESERIES = Set( + dimen=2, + initialize=lambda m: { + (g, ts) + for g in m.FUEL_BASED_GENS + for ts in m.TIMESERIES + if (g, m.TPS_IN_TS[ts].first()) in m.FUEL_BASED_GEN_TPS + }, + ) # choose whether to run (only) on renewable fuels during each period m.DispatchRenewableFlag = Var(m.GEN_WITH_FUEL_ACTIVE_TIMESERIES, within=Binary) @@ -589,12 +679,13 @@ def binary_by_timeseries_DispatchGenRenewableMW(m): # force flag on or off depending on RPS status (to speed computation) m.Force_DispatchRenewableFlag = Constraint( m.GEN_WITH_FUEL_ACTIVE_TIMESERIES, - rule=lambda m, g, ts: - (m.DispatchRenewableFlag[g, ts] == 0) if m.rps_target_for_period[m.ts_period[ts]]==0.0 - else ( - (m.DispatchRenewableFlag[g, ts] == 1) if m.rps_target_for_period[m.ts_period[ts]]==1.0 - else Constraint.Skip - ) + rule=lambda m, g, ts: (m.DispatchRenewableFlag[g, ts] == 0) + if m.rps_target_for_period[m.ts_period[ts]] == 0.0 + else ( + (m.DispatchRenewableFlag[g, ts] == 1) + if m.rps_target_for_period[m.ts_period[ts]] == 1.0 + else Constraint.Skip + ), ) # count amount of renewable power produced from project @@ -603,37 +694,34 @@ def binary_by_timeseries_DispatchGenRenewableMW(m): # don't overcount renewable power production m.Limit_DispatchGenRenewableMW = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp] + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp], ) # force the flag to be set during renewable timepoints m.Set_DispatchRenewableFlag = Constraint( - m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - m.DispatchGenRenewableMW[g, tp] - <= - m.DispatchRenewableFlag[g, m.tp_ts[tp]] * m.gen_capacity_limit_mw[g] + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] + <= m.DispatchRenewableFlag[g, m.tp_ts[tp]] * m.gen_capacity_limit_mw[g], ) # prevent use of non-renewable fuels during renewable timepoints m.Enforce_DispatchRenewableFlag = Constraint( m.GEN_TP_FUELS, - rule=lambda m, g, tp, f: - Constraint.Skip if m.f_rps_eligible[f] - else ( - # original code, rewritten to get numerical parts on rhs - # m.GenFuelUseRate[g, tp, f] - # <= - # (1-m.DispatchRenewableFlag[g, m.tp_ts[tp]]) * m.gen_capacity_limit_mw[g] * m.gen_full_load_heat_rate[g] - m.GenFuelUseRate[g, tp, f] - + m.DispatchRenewableFlag[g, m.tp_ts[tp]] * m.gen_capacity_limit_mw[g] * m.gen_full_load_heat_rate[g] - <= - m.gen_capacity_limit_mw[g] * m.gen_full_load_heat_rate[g] - ) + rule=lambda m, g, tp, f: Constraint.Skip + if m.f_rps_eligible[f] + else ( + # original code, rewritten to get numerical parts on rhs + # m.GenFuelUseRate[g, tp, f] + # <= + # (1-m.DispatchRenewableFlag[g, m.tp_ts[tp]]) * m.gen_capacity_limit_mw[g] * m.gen_full_load_heat_rate[g] + m.GenFuelUseRate[g, tp, f] + + m.DispatchRenewableFlag[g, m.tp_ts[tp]] + * m.gen_capacity_limit_mw[g] + * m.gen_full_load_heat_rate[g] + <= m.gen_capacity_limit_mw[g] * m.gen_full_load_heat_rate[g] + ), ) - def advanced2_DispatchGenRenewableMW(m): # choose whether to run (only) on renewable fuels during each timepoint m.DispatchRenewableFlag = Var(m.FUEL_BASED_GEN_TPS, within=Binary) @@ -644,27 +732,26 @@ def advanced2_DispatchGenRenewableMW(m): # don't overcount renewable power production m.Limit_DispatchGenRenewableMW = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp] + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] <= m.DispatchGen[g, tp], ) # force the flag to be set during renewable timepoints m.Set_DispatchRenewableFlag = Constraint( - m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - m.DispatchGenRenewableMW[g, tp] - <= - m.DispatchRenewableFlag[g, tp] * m.gen_capacity_limit_mw[g] + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] + <= m.DispatchRenewableFlag[g, tp] * m.gen_capacity_limit_mw[g], ) # prevent use of non-renewable fuels during renewable timepoints m.Enforce_DispatchRenewableFlag = Constraint( m.GEN_TP_FUELS, - rule=lambda m, g, tp, f: - Constraint.Skip if m.f_rps_eligible[f] - else ( - m.GenFuelUseRate[g, tp, f] - <= - (1-m.DispatchRenewableFlag[g, tp]) * m.gen_capacity_limit_mw[g] * m.gen_full_load_heat_rate[g] - ) + rule=lambda m, g, tp, f: Constraint.Skip + if m.f_rps_eligible[f] + else ( + m.GenFuelUseRate[g, tp, f] + <= (1 - m.DispatchRenewableFlag[g, tp]) + * m.gen_capacity_limit_mw[g] + * m.gen_full_load_heat_rate[g] + ), ) @@ -675,36 +762,34 @@ def advanced1_DispatchGenRenewableMW(m): # make sure this matches total production m.DispatchGenRenewableMW_Total = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - sum(m.DispatchGenRenewableMW[g, tp, f] for f in m.FUELS_FOR_GEN[g]) - == - m.DispatchGen[g, tp] + rule=lambda m, g, tp: sum( + m.DispatchGenRenewableMW[g, tp, f] for f in m.FUELS_FOR_GEN[g] + ) + == m.DispatchGen[g, tp], ) # choose a single fuel to use during each timestep m.DispatchFuelFlag = Var(m.GEN_TP_FUELS, within=Binary) m.DispatchFuelFlag_Total = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - sum(m.DispatchFuelFlag[g, tp, f] for f in m.FUELS_FOR_GEN[g]) - == - 1 + rule=lambda m, g, tp: sum( + m.DispatchFuelFlag[g, tp, f] for f in m.FUELS_FOR_GEN[g] + ) + == 1, ) # consume only the selected fuel and allocate all production to that fuel (big-M constraints) m.Allocate_Dispatch_Output = Constraint( m.GEN_TP_FUELS, - rule=lambda m, g, tp, f: - m.DispatchGenRenewableMW[g, tp, f] - <= - m.DispatchFuelFlag[g, tp, f] * m.gen_capacity_limit_mw[g] + rule=lambda m, g, tp, f: m.DispatchGenRenewableMW[g, tp, f] + <= m.DispatchFuelFlag[g, tp, f] * m.gen_capacity_limit_mw[g], ) m.Allocate_Dispatch_Fuel = Constraint( m.GEN_TP_FUELS, - rule=lambda m, g, tp, f: - m.GenFuelUseRate[g, tp, f] - <= - m.DispatchFuelFlag[g, tp, f] * m.gen_capacity_limit_mw[g] * m.gen_full_load_heat_rate[g] + rule=lambda m, g, tp, f: m.GenFuelUseRate[g, tp, f] + <= m.DispatchFuelFlag[g, tp, f] + * m.gen_capacity_limit_mw[g] + * m.gen_full_load_heat_rate[g], ) # note: in cases where a project has a single fuel, the presolver should force @@ -738,6 +823,7 @@ def advanced1_DispatchGenRenewableMW(m): # * m.GenFuelUseRate[g, t, f] # ) + def quadratic_DispatchGenRenewableMW(m): # choose how much power to obtain from renewables during each timepoint m.DispatchRenewableFraction = Var(m.FUEL_BASED_GEN_TPS, within=PercentFraction) @@ -747,28 +833,22 @@ def quadratic_DispatchGenRenewableMW(m): # don't overcount renewable power production m.Set_DispatchRenewableFraction = Constraint( - m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - m.DispatchGenRenewableMW[g, tp] - <= - m.DispatchRenewableFraction[g, tp] * m.DispatchGen[g, tp] + m.FUEL_BASED_GEN_TPS, + rule=lambda m, g, tp: m.DispatchGenRenewableMW[g, tp] + <= m.DispatchRenewableFraction[g, tp] * m.DispatchGen[g, tp], ) m.Enforce_DispatchRenewableFraction = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - sum( - m.GenFuelUseRate[g, tp, f] - for f in m.FUELS_FOR_GEN[g] - if m.f_rps_eligible[f] - ) - >= - m.DispatchRenewableFraction[g, tp] * - sum( - m.GenFuelUseRate[g, tp, f] - for f in m.FUELS_FOR_GEN[g] - ) + rule=lambda m, g, tp: sum( + m.GenFuelUseRate[g, tp, f] + for f in m.FUELS_FOR_GEN[g] + if m.f_rps_eligible[f] + ) + >= m.DispatchRenewableFraction[g, tp] + * sum(m.GenFuelUseRate[g, tp, f] for f in m.FUELS_FOR_GEN[g]), ) + def quadratic1_DispatchGenRenewableMW(m): # Allocate the power produced during each timepoint among the fuels. m.DispatchGenRenewableMW = Var(m.GEN_TP_FUELS, within=NonNegativeReals) @@ -776,38 +856,40 @@ def quadratic1_DispatchGenRenewableMW(m): # make sure this matches total production m.DispatchGenRenewableMW_Total = Constraint( m.FUEL_BASED_GEN_TPS, - rule=lambda m, g, tp: - sum(m.DispatchGenRenewableMW[g, tp, f] for f in m.FUELS_FOR_GEN[g]) - == - m.DispatchGen[g, tp] + rule=lambda m, g, tp: sum( + m.DispatchGenRenewableMW[g, tp, f] for f in m.FUELS_FOR_GEN[g] + ) + == m.DispatchGen[g, tp], ) m.DispatchGenRenewableMW_Allocate = Constraint( m.GEN_TP_FUELS, - rule = lambda m, g, t, f: - m.DispatchGenRenewableMW[g, t, f] - * sum(m.GenFuelUseRate[g, t, _f] for _f in m.FUELS_FOR_GEN[g]) - <= - m.DispatchGen[g, t] - * m.GenFuelUseRate[g, t, f] + rule=lambda m, g, t, f: m.DispatchGenRenewableMW[g, t, f] + * sum(m.GenFuelUseRate[g, t, _f] for _f in m.FUELS_FOR_GEN[g]) + <= m.DispatchGen[g, t] * m.GenFuelUseRate[g, t, f], ) + def load_inputs(m, switch_data, inputs_dir): switch_data.load_aug( optional=True, - filename=os.path.join(inputs_dir, 'fuels.csv'), - select=('fuel', 'rps_eligible'), - param=(m.f_rps_eligible,)) + filename=os.path.join(inputs_dir, "fuels.csv"), + select=("fuel", "rps_eligible"), + param=(m.f_rps_eligible,), + ) if m.options.rps_targets is None: switch_data.load_aug( optional=True, - filename=os.path.join(inputs_dir, 'rps_targets.csv'), + filename=os.path.join(inputs_dir, "rps_targets.csv"), autoselect=True, index=m.RPS_YEARS, - param=(m.rps_target,)) + param=(m.rps_target,), + ) else: # construct data from a target specified as 'year1 level1 year2 level2 ...' iterator = iter(m.options.rps_targets) - rps_targets = {int(year): float(target) for year, target in zip(iterator, iterator)} - switch_data.data()['RPS_YEARS'] = {None: sorted(rps_targets.keys())} - switch_data.data()['rps_target'] = rps_targets + rps_targets = { + int(year): float(target) for year, target in zip(iterator, iterator) + } + switch_data.data()["RPS_YEARS"] = {None: sorted(rps_targets.keys())} + switch_data.data()["rps_target"] = rps_targets diff --git a/switch_model/hawaii/save_results.py b/switch_model/hawaii/save_results.py index 2c6f7d773..4edf10050 100644 --- a/switch_model/hawaii/save_results.py +++ b/switch_model/hawaii/save_results.py @@ -26,26 +26,43 @@ import switch_model.hawaii.util as util import switch_model.financials as financials + def define_components(m): # Make sure the model has a dual suffix - if not hasattr(m, "dual"): - m.dual = Suffix(direction=Suffix.IMPORT) + m.enable_duals() + def post_solve(m, outputs_dir): write_results(m, outputs_dir) + def summary_headers(m): return ( ("scenario", "max_demand_response_share", "total_cost", "cost_per_kwh") - +tuple('cost_per_kwh_'+str(p) for p in m.PERIODS) - +((("renewable_share_all_years",) + tuple('renewable_share_'+str(p) for p in m.PERIODS)) - if hasattr(m, 'RPSEligiblePower') else tuple()) - +((("biofuel_share_all_years",) + tuple('biofuel_share_'+str(p) for p in m.PERIODS)) - if hasattr(m, 'RPSEligiblePower') else tuple()) + + tuple("cost_per_kwh_" + str(p) for p in m.PERIODS) + + ( + ( + ("renewable_share_all_years",) + + tuple("renewable_share_" + str(p) for p in m.PERIODS) + ) + if hasattr(m, "RPSEligiblePower") + else tuple() + ) + + ( + ( + ("biofuel_share_all_years",) + + tuple("biofuel_share_" + str(p) for p in m.PERIODS) + ) + if hasattr(m, "RPSEligiblePower") + else tuple() + ) ) + def summary_values(m): - demand_components = [c for c in ('zone_demand_mw', 'ShiftDemand', 'ChargeEVs') if hasattr(m, c)] + demand_components = [ + c for c in ("zone_demand_mw", "ShiftDemand", "ChargeEVs") if hasattr(m, c) + ] values = [] # Cache SystemCostPerPeriod and SystemCost to speed up saving large models @@ -59,68 +76,83 @@ def summary_values(m): SystemCost = sum(SystemCostPerPeriod[p] for p in m.PERIODS) # scenario name and looping variables - values.extend([ - str(m.options.scenario_name), - m.demand_response_max_share if hasattr(m, 'demand_response_max_share') else 0.0, - ]) + values.extend( + [ + str(m.options.scenario_name), + m.demand_response_max_share + if hasattr(m, "demand_response_max_share") + else 0.0, + ] + ) # total cost (all periods) - values.append(SystemCost) # m.SystemCost) + values.append(SystemCost) # m.SystemCost) # NPV of total cost / NPV of kWh generated (equivalent to spreading # all costs uniformly over all generation) values.append( - SystemCost # m.SystemCost + SystemCost # m.SystemCost / sum( - m.bring_timepoint_costs_to_base_year[t] * 1000.0 * - sum(getattr(m, c)[z, t] for c in demand_components for z in m.LOAD_ZONES) + m.bring_timepoint_costs_to_base_year[t] + * 1000.0 + * sum(getattr(m, c)[z, t] for c in demand_components for z in m.LOAD_ZONES) for t in m.TIMEPOINTS ) ) # total cost / kWh generated in each period # (both discounted to today, so the discounting cancels out) - values.extend([ - SystemCostPerPeriod[p] # m.SystemCostPerPeriod[p] - / sum( - m.bring_timepoint_costs_to_base_year[t] * 1000.0 * - sum(getattr(m, c)[z, t] for c in demand_components for z in m.LOAD_ZONES) - for t in m.TPS_IN_PERIOD[p] - ) - for p in m.PERIODS - ]) + values.extend( + [ + SystemCostPerPeriod[p] # m.SystemCostPerPeriod[p] + / sum( + m.bring_timepoint_costs_to_base_year[t] + * 1000.0 + * sum( + getattr(m, c)[z, t] for c in demand_components for z in m.LOAD_ZONES + ) + for t in m.TPS_IN_PERIOD[p] + ) + for p in m.PERIODS + ] + ) - if hasattr(m, 'RPSEligiblePower'): + if hasattr(m, "RPSEligiblePower"): # total renewable share over all periods values.append( sum(m.RPSEligiblePower[p] for p in m.PERIODS) - /sum(m.RPSTotalPower[p] for p in m.PERIODS) + / sum(m.RPSTotalPower[p] for p in m.PERIODS) ) # renewable share during each period - values.extend([m.RPSEligiblePower[p]/m.RPSTotalPower[p] for p in m.PERIODS]) + values.extend([m.RPSEligiblePower[p] / m.RPSTotalPower[p] for p in m.PERIODS]) # total biofuel share over all periods values.append( sum(m.RPSFuelPower[p] for p in m.PERIODS) - /sum(m.RPSTotalPower[p] for p in m.PERIODS) + / sum(m.RPSTotalPower[p] for p in m.PERIODS) ) # biofuel share during each period - values.extend([m.RPSFuelPower[p]/m.RPSTotalPower[p] for p in m.PERIODS]) + values.extend([m.RPSFuelPower[p] / m.RPSTotalPower[p] for p in m.PERIODS]) return values + def annualize_present_value_period_cost(m, period, val): # convert a discounted, total cost per-period into an annual stream of costs discount_factor = ( # this term is straight from financials.py # Conversion to lump sum at beginning of period financials.uniform_series_to_present_value( - m.discount_rate, m.period_length_years[period]) * + m.discount_rate, m.period_length_years[period] + ) + * # Conversion to base year financials.future_to_present_value( - m.discount_rate, (m.period_start[period] - m.base_financial_year)) + m.discount_rate, (m.period_start[period] - m.base_financial_year) + ) ) return val / discount_factor + def DispatchGenByFuel(m, g, tp, fuel): """This is a replacement for mod.DispatchGenByFuel, which is only defined in project.no_commit, not project.unitcommit.fuel_use. In the unit commitment version @@ -146,27 +178,29 @@ def DispatchGenByFuel(m, g, tp, fuel): result = value(m.GenFuelUseRate[g, tp, fuel]) * dispatch / total_fuel return result + def write_results(m, outputs_dir): tag = "_" + m.options.scenario_name if m.options.scenario_name else "" - util.write_table(m, + util.write_table( + m, output_file=os.path.join(outputs_dir, "summary{t}.csv".format(t=tag)), headings=summary_headers(m), - values=lambda m: summary_values(m) + values=lambda m: summary_values(m), ) - if hasattr(m, 'Spinning_Reserve_Up_Requirements'): + if hasattr(m, "Spinning_Reserve_Up_Requirements"): # pre-calculate amount of reserves provided and needed for each balancing area and timepoint spinning_reserve_provisions = defaultdict(float) spinning_reserve_requirements = defaultdict(float) - if hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): # advanced module + if hasattr(m, "GEN_SPINNING_RESERVE_TYPES"): # advanced module for component in m.Spinning_Reserve_Up_Provisions: for (rt, ba, tp), val in getattr(m, component).items(): spinning_reserve_provisions[ba, tp] += val for component in m.Spinning_Reserve_Up_Requirements: for (rt, ba, tp), val in getattr(m, component).items(): spinning_reserve_requirements[ba, tp] += val - else: # basic module + else: # basic module for component in m.Spinning_Reserve_Up_Provisions: for (ba, tp), val in getattr(m, component).items(): spinning_reserve_provisions[ba, tp] += val @@ -188,150 +222,191 @@ def write_results(m, outputs_dir): non_fuel_techs = tuple(sorted(set(m.gen_tech[g] for g in m.NON_FUEL_BASED_GENS))) # get a list of ad-hoc technologies (not included in standard generation projects) ad_hoc_sources = tuple( - s for s in m.Zone_Power_Injections - if s not in {'ZoneTotalCentralDispatch', 'ZoneTotalDistributedDispatch'} + s + for s in m.Zone_Power_Injections + if s not in {"ZoneTotalCentralDispatch", "ZoneTotalDistributedDispatch"} + ) + avg_ts_scale = float(sum(m.ts_scale_to_year[ts] for ts in m.TIMESERIES)) / len( + m.TIMESERIES ) - avg_ts_scale = float(sum(m.ts_scale_to_year[ts] for ts in m.TIMESERIES))/len(m.TIMESERIES) util.write_table( - m, m.LOAD_ZONES, m.TIMEPOINTS, + m, + m.LOAD_ZONES, + m.TIMEPOINTS, output_file=os.path.join(outputs_dir, "energy_sources{t}.csv".format(t=tag)), - headings= - ("load_zone", "period", "timepoint_label") - +tuple(m.FUELS) - +tuple(m.NON_FUEL_ENERGY_SOURCES) - +non_fuel_techs - +tuple("curtail_"+s for s in m.NON_FUEL_ENERGY_SOURCES) - +tuple(m.Zone_Power_Injections) - +tuple(m.Zone_Power_Withdrawals) - +("spinning_reserve_provision", "spinning_reserve_requirement") - +("marginal_cost", "peak_day"), - values=lambda m, z, t: - (z, m.tp_period[t], m.tp_timestamp[t]) - +tuple( - sum( - DispatchGenByFuel(m, p, t, f) - for p in m.GENS_BY_FUEL[f] - if (p, t) in m.GEN_TPS and m.gen_load_zone[p] == z - ) - for f in m.FUELS + headings=("load_zone", "period", "timepoint_label") + + tuple(m.FUELS) + + tuple(m.NON_FUEL_ENERGY_SOURCES) + + non_fuel_techs + + tuple("curtail_" + s for s in m.NON_FUEL_ENERGY_SOURCES) + + tuple(m.Zone_Power_Injections) + + tuple(m.Zone_Power_Withdrawals) + + ("spinning_reserve_provision", "spinning_reserve_requirement") + + ("marginal_cost", "peak_day"), + values=lambda m, z, t: (z, m.tp_period[t], m.tp_timestamp[t]) + + tuple( + sum( + DispatchGenByFuel(m, p, t, f) + for p in m.GENS_BY_FUEL[f] + if (p, t) in m.GEN_TPS and m.gen_load_zone[p] == z ) - +tuple( - sum( - util.get(m.DispatchGen, (p, t), 0.0) - for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] - if m.gen_load_zone[p] == z - ) - for s in m.NON_FUEL_ENERGY_SOURCES + for f in m.FUELS + ) + + tuple( + sum( + util.get(m.DispatchGen, (p, t), 0.0) + for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] + if m.gen_load_zone[p] == z ) - +tuple( - sum( - util.get(m.DispatchGen, (g, t), 0.0) - for g in m.GENS_BY_TECHNOLOGY[tech] - if m.gen_load_zone[g] == z - ) - for tech in non_fuel_techs + for s in m.NON_FUEL_ENERGY_SOURCES + ) + + tuple( + sum( + util.get(m.DispatchGen, (g, t), 0.0) + for g in m.GENS_BY_TECHNOLOGY[tech] + if m.gen_load_zone[g] == z ) - +tuple( - sum( - util.get(m.DispatchUpperLimit, (p, t), 0.0) - util.get(m.DispatchGen, (p, t), 0.0) - for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] - if m.gen_load_zone[p] == z - ) - for s in m.NON_FUEL_ENERGY_SOURCES + for tech in non_fuel_techs + ) + + tuple( + sum( + util.get(m.DispatchUpperLimit, (p, t), 0.0) + - util.get(m.DispatchGen, (p, t), 0.0) + for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] + if m.gen_load_zone[p] == z ) - +tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Injections) - +tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Withdrawals) - +( # save spinning reserve requirements and provisions; note: this assumes one zone per balancing area - (spinning_reserve_provisions[m.zone_balancing_area[z], t], spinning_reserve_requirements[m.zone_balancing_area[z], t]) - if hasattr(m, 'Spinning_Reserve_Up_Requirements') - else (0.0, 0.0) + for s in m.NON_FUEL_ENERGY_SOURCES + ) + + tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Injections) + + tuple(getattr(m, component)[z, t] for component in m.Zone_Power_Withdrawals) + + ( # save spinning reserve requirements and provisions; note: this assumes one zone per balancing area + ( + spinning_reserve_provisions[m.zone_balancing_area[z], t], + spinning_reserve_requirements[m.zone_balancing_area[z], t], ) - +(util.get(m.dual, m.Zone_Energy_Balance[z, t], 0.0)/m.bring_timepoint_costs_to_base_year[t], - # note: this uses 0.0 if no dual available, i.e., with glpk solver - 'peak' if m.ts_scale_to_year[m.tp_ts[t]] < avg_ts_scale else 'typical') + if hasattr(m, "Spinning_Reserve_Up_Requirements") + else (0.0, 0.0) + ) + + ( + util.get(m.dual, m.Zone_Energy_Balance[z, t], 0.0) + / m.bring_timepoint_costs_to_base_year[t], + # note: this uses 0.0 if no dual available, i.e., with glpk solver + "peak" if m.ts_scale_to_year[m.tp_ts[t]] < avg_ts_scale else "typical", + ), ) - if hasattr(m, 'Spinning_Reserve_Up_Requirements') and hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): # advanced module + if hasattr(m, "Spinning_Reserve_Up_Requirements") and hasattr( + m, "GEN_SPINNING_RESERVE_TYPES" + ): # advanced module # write the reserve values util.write_table( - m, m.BALANCING_AREAS, m.TIMEPOINTS, - output_file=os.path.join(outputs_dir, "up_reserve_sources{t}.csv".format(t=tag)), - headings= - ("balancing_area", "period", "timepoint_label") - +tuple(m.FUELS) - +tuple(m.NON_FUEL_ENERGY_SOURCES) - +tuple(m.Spinning_Reserve_Up_Provisions) - +tuple(m.Spinning_Reserve_Up_Requirements) - +tuple("marginal_cost_"+rt for rt in m.SPINNING_RESERVE_TYPES_FROM_GENS) - +("peak_day",), - values=lambda m, ba, t: - (ba, m.tp_period[t], m.tp_timestamp[t]) - +tuple( - ( + m, + m.BALANCING_AREAS, + m.TIMEPOINTS, + output_file=os.path.join( + outputs_dir, "up_reserve_sources{t}.csv".format(t=tag) + ), + headings=("balancing_area", "period", "timepoint_label") + + tuple(m.FUELS) + + tuple(m.NON_FUEL_ENERGY_SOURCES) + + tuple(m.Spinning_Reserve_Up_Provisions) + + tuple(m.Spinning_Reserve_Up_Requirements) + + tuple("marginal_cost_" + rt for rt in m.SPINNING_RESERVE_TYPES_FROM_GENS) + + ("peak_day",), + values=lambda m, ba, t: (ba, m.tp_period[t], m.tp_timestamp[t]) + + tuple( + ( + sum( + # total reserve production sum( - # total reserve production - sum( - m.CommitGenSpinningReservesUp[rt, p, t] - for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[p] - ) - # prorated by energy source used - * DispatchGenByFuel(m, p, t, f) / m.DispatchGen[p, t] - for p in m.GENS_BY_FUEL[f] - if (p, t) in m.GEN_TPS and m.zone_balancing_area[m.gen_load_zone[p]] == ba + m.CommitGenSpinningReservesUp[rt, p, t] + for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[p] ) + # prorated by energy source used + * DispatchGenByFuel(m, p, t, f) / m.DispatchGen[p, t] + for p in m.GENS_BY_FUEL[f] + if (p, t) in m.GEN_TPS + and m.zone_balancing_area[m.gen_load_zone[p]] == ba ) - for f in m.FUELS ) - +tuple( - sum( - m.CommitGenSpinningReservesUp[rt, p, t] - for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] - if (p, t) in m.SPINNING_RESERVE_CAPABLE_GEN_TPS and m.zone_balancing_area[m.gen_load_zone[p]] == ba - for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[p] - ) - for s in m.NON_FUEL_ENERGY_SOURCES + for f in m.FUELS + ) + + tuple( + sum( + m.CommitGenSpinningReservesUp[rt, p, t] + for p in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] + if (p, t) in m.SPINNING_RESERVE_CAPABLE_GEN_TPS + and m.zone_balancing_area[m.gen_load_zone[p]] == ba + for rt in m.SPINNING_RESERVE_TYPES_FOR_GEN[p] ) - +tuple( - sum(util.get(getattr(m, component), (rt, ba, t), 0.0) for rt in m.SPINNING_RESERVE_TYPES_FROM_GENS) - for component in m.Spinning_Reserve_Up_Provisions + for s in m.NON_FUEL_ENERGY_SOURCES + ) + + tuple( + sum( + util.get(getattr(m, component), (rt, ba, t), 0.0) + for rt in m.SPINNING_RESERVE_TYPES_FROM_GENS ) - +tuple( - sum(util.get(getattr(m, component), (rt, ba, t), 0.0) for rt in m.SPINNING_RESERVE_TYPES_FROM_GENS) - for component in m.Spinning_Reserve_Up_Requirements + for component in m.Spinning_Reserve_Up_Provisions + ) + + tuple( + sum( + util.get(getattr(m, component), (rt, ba, t), 0.0) + for rt in m.SPINNING_RESERVE_TYPES_FROM_GENS ) - +tuple( + for component in m.Spinning_Reserve_Up_Requirements + ) + + tuple( + util.get( + m.dual, util.get( - m.dual, - util.get(m.Satisfy_Spinning_Reserve_Up_Requirement, (rt, ba, t), None), - 0.0 # note: this uses 0.0 if no dual available, i.e., with glpk solver - ) / m.bring_timepoint_costs_to_base_year[t] - for rt in m.SPINNING_RESERVE_TYPES_FROM_GENS + m.Satisfy_Spinning_Reserve_Up_Requirement, (rt, ba, t), None + ), + 0.0, # note: this uses 0.0 if no dual available, i.e., with glpk solver ) - +(('peak' if m.ts_scale_to_year[m.tp_ts[t]] < avg_ts_scale else 'typical'),) + / m.bring_timepoint_costs_to_base_year[t] + for rt in m.SPINNING_RESERVE_TYPES_FROM_GENS + ) + + ( + ( + "peak" + if m.ts_scale_to_year[m.tp_ts[t]] < avg_ts_scale + else "typical" + ), + ), ) sorted_projects = tuple(sorted(g for g in m.GENERATION_PROJECTS)) util.write_table( - m, m.TIMEPOINTS, + m, + m.TIMEPOINTS, output_file=os.path.join(outputs_dir, "gen_dispatch{t}.csv".format(t=tag)), - headings=("period", "timepoint_label")+sorted_projects, - values=lambda m, t: - (m.tp_period[t], m.tp_timestamp[t]) - + tuple(util.get(m.DispatchGen, (p, t), 0.0) for p in sorted_projects) + headings=("period", "timepoint_label") + sorted_projects, + values=lambda m, t: (m.tp_period[t], m.tp_timestamp[t]) + + tuple(util.get(m.DispatchGen, (p, t), 0.0) for p in sorted_projects), ) # installed capacity information def gen_energy_source(g): return ( - '/'.join(sorted(m.FUELS_FOR_GEN[g])) + "/".join(sorted(m.FUELS_FOR_GEN[g])) if m.gen_uses_fuel[g] else m.gen_energy_source[g] ) - built_gens = tuple(sorted(set( - g for pe in m.PERIODS for g in m.GENERATION_PROJECTS if value(m.GenCapacity[g, pe]) > 0.001 - ))) + + built_gens = tuple( + sorted( + set( + g + for pe in m.PERIODS + for g in m.GENERATION_PROJECTS + if value(m.GenCapacity[g, pe]) > 0.001 + ) + ) + ) active_periods_for_gen = defaultdict(set) - used_cap = getattr(m, 'CommitGen', m.DispatchGen) # use CommitGen if available, otherwise DispatchGen + used_cap = getattr( + m, "CommitGen", m.DispatchGen + ) # use CommitGen if available, otherwise DispatchGen for (g, tp) in m.GEN_TPS: if value(used_cap[g, tp]) > 0.001: active_periods_for_gen[g].add(m.tp_period[tp]) @@ -349,62 +424,99 @@ def gen_energy_source(g): battery_capacity_mw = lambda m, z, pe: ( (m.Battery_Capacity[z, pe] / m.battery_min_discharge_time) - if hasattr(m, "Battery_Capacity") else 0.0 + if hasattr(m, "Battery_Capacity") + else 0.0 ) - util.write_table(m, m.LOAD_ZONES, m.PERIODS, - output_file=os.path.join(outputs_dir, "capacity_by_technology{t}.csv".format(t=tag)), - headings=("load_zone", "period") + built_tech + ("hydro", "batteries", "fuel cells"), - values=lambda m, z, pe: (z, pe,) + tuple( + util.write_table( + m, + m.LOAD_ZONES, + m.PERIODS, + output_file=os.path.join( + outputs_dir, "capacity_by_technology{t}.csv".format(t=tag) + ), + headings=("load_zone", "period") + + built_tech + + ("hydro", "batteries", "fuel cells"), + values=lambda m, z, pe: ( + z, + pe, + ) + + tuple( sum( (m.GenCapacity[g, pe] if ((g, pe) in operate_gen_in_period) else 0.0) - for g in built_gens - if m.gen_tech[g] == t and m.gen_load_zone[g] == z + for g in built_gens + if m.gen_tech[g] == t and m.gen_load_zone[g] == z ) for t in built_tech - ) + ( - m.Pumped_Hydro_Capacity_MW[z, pe] if hasattr(m, "Pumped_Hydro_Capacity_MW") else 0, - battery_capacity_mw(m, z, pe), - m.FuelCellCapacityMW[z, pe] if hasattr(m, "FuelCellCapacityMW") else 0 ) + + ( + m.Pumped_Hydro_Capacity_MW[z, pe] + if hasattr(m, "Pumped_Hydro_Capacity_MW") + else 0, + battery_capacity_mw(m, z, pe), + m.FuelCellCapacityMW[z, pe] if hasattr(m, "FuelCellCapacityMW") else 0, + ), ) - util.write_table(m, m.LOAD_ZONES, m.PERIODS, - output_file=os.path.join(outputs_dir, "capacity_by_energy_source{t}.csv".format(t=tag)), - headings=("load_zone", "period") + built_energy_source + ("hydro", "batteries", "fuel cells"), - values=lambda m, z, pe: (z, pe,) + tuple( + util.write_table( + m, + m.LOAD_ZONES, + m.PERIODS, + output_file=os.path.join( + outputs_dir, "capacity_by_energy_source{t}.csv".format(t=tag) + ), + headings=("load_zone", "period") + + built_energy_source + + ("hydro", "batteries", "fuel cells"), + values=lambda m, z, pe: ( + z, + pe, + ) + + tuple( sum( (m.GenCapacity[g, pe] if ((g, pe) in operate_gen_in_period) else 0.0) - for g in built_gens - if gen_energy_source(g) == s and m.gen_load_zone[g] == z + for g in built_gens + if gen_energy_source(g) == s and m.gen_load_zone[g] == z ) for s in built_energy_source - ) + ( - m.Pumped_Hydro_Capacity_MW[z, pe] if hasattr(m, "Pumped_Hydro_Capacity_MW") else 0, - battery_capacity_mw(m, z, pe), - m.FuelCellCapacityMW[z, pe] if hasattr(m, "FuelCellCapacityMW") else 0 ) + + ( + m.Pumped_Hydro_Capacity_MW[z, pe] + if hasattr(m, "Pumped_Hydro_Capacity_MW") + else 0, + battery_capacity_mw(m, z, pe), + m.FuelCellCapacityMW[z, pe] if hasattr(m, "FuelCellCapacityMW") else 0, + ), ) - util.write_table(m, m.LOAD_ZONES, m.PERIODS, - output_file=os.path.join(outputs_dir, "production_by_technology{t}.csv".format(t=tag)), + util.write_table( + m, + m.LOAD_ZONES, + m.PERIODS, + output_file=os.path.join( + outputs_dir, "production_by_technology{t}.csv".format(t=tag) + ), headings=("load_zone", "period") + built_tech + ad_hoc_sources, - values=lambda m, z, pe: - (z, pe,) - + tuple( - sum( - m.DispatchGen[g, tp] * m.tp_weight_in_year[tp] * 0.001 # MWh -> GWh - for g in built_gens if m.gen_tech[g] == t and m.gen_load_zone[g] == z - for tp in m.TPS_FOR_GEN_IN_PERIOD[g, pe] - ) - for t in built_tech + values=lambda m, z, pe: ( + z, + pe, + ) + + tuple( + sum( + m.DispatchGen[g, tp] * m.tp_weight_in_year[tp] * 0.001 # MWh -> GWh + for g in built_gens + if m.gen_tech[g] == t and m.gen_load_zone[g] == z + for tp in m.TPS_FOR_GEN_IN_PERIOD[g, pe] ) - + tuple( # ad hoc techs: hydrogen, pumped storage, etc. - sum( - comp[z, tp] * m.tp_weight_in_year[tp] * 0.001 - for tp in m.TPS_IN_PERIOD[pe] - ) - for comp in [getattr(m, cname) for cname in ad_hoc_sources] + for t in built_tech + ) + + tuple( # ad hoc techs: hydrogen, pumped storage, etc. + sum( + comp[z, tp] * m.tp_weight_in_year[tp] * 0.001 + for tp in m.TPS_IN_PERIOD[pe] ) + for comp in [getattr(m, cname) for cname in ad_hoc_sources] + ), ) # option 1: make separate tables of production_by_technology and production_by_energy_source, @@ -415,44 +527,50 @@ def gen_energy_source(g): # use a database format rather than a table format, which will then require post-processing # by pandas or an Excel pivot table. # For now, we go with option 1. - util.write_table(m, m.LOAD_ZONES, m.PERIODS, - output_file=os.path.join(outputs_dir, "production_by_energy_source{t}.csv".format(t=tag)), - headings= - ("load_zone", "period") - + tuple(m.FUELS) - + tuple(m.NON_FUEL_ENERGY_SOURCES) - + ad_hoc_sources, - values=lambda m, z, pe: - (z, pe,) - + tuple( - sum( - DispatchGenByFuel(m, g, tp, f) * m.tp_weight_in_year[tp] * 0.001 # MWh -> GWh - for g in m.GENS_BY_FUEL[f] - if m.gen_load_zone[g] == z - for tp in m.TPS_FOR_GEN_IN_PERIOD[g, pe] - ) - for f in m.FUELS + util.write_table( + m, + m.LOAD_ZONES, + m.PERIODS, + output_file=os.path.join( + outputs_dir, "production_by_energy_source{t}.csv".format(t=tag) + ), + headings=("load_zone", "period") + + tuple(m.FUELS) + + tuple(m.NON_FUEL_ENERGY_SOURCES) + + ad_hoc_sources, + values=lambda m, z, pe: ( + z, + pe, + ) + + tuple( + sum( + DispatchGenByFuel(m, g, tp, f) + * m.tp_weight_in_year[tp] + * 0.001 # MWh -> GWh + for g in m.GENS_BY_FUEL[f] + if m.gen_load_zone[g] == z + for tp in m.TPS_FOR_GEN_IN_PERIOD[g, pe] ) - + tuple( - sum( - m.DispatchGen[g, tp] * m.tp_weight_in_year[tp] * 0.001 # MWh -> GWh - for g in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] - if m.gen_load_zone[g] == z - for tp in m.TPS_FOR_GEN_IN_PERIOD[g, pe] - ) - for s in m.NON_FUEL_ENERGY_SOURCES + for f in m.FUELS + ) + + tuple( + sum( + m.DispatchGen[g, tp] * m.tp_weight_in_year[tp] * 0.001 # MWh -> GWh + for g in m.GENS_BY_NON_FUEL_ENERGY_SOURCE[s] + if m.gen_load_zone[g] == z + for tp in m.TPS_FOR_GEN_IN_PERIOD[g, pe] ) - + tuple( # ad hoc techs: hydrogen, pumped storage, etc. - sum( - comp[z, tp] * m.tp_weight_in_year[tp] * 0.001 - for tp in m.TPS_IN_PERIOD[pe] - ) - for comp in [getattr(m, cname) for cname in ad_hoc_sources] + for s in m.NON_FUEL_ENERGY_SOURCES + ) + + tuple( # ad hoc techs: hydrogen, pumped storage, etc. + sum( + comp[z, tp] * m.tp_weight_in_year[tp] * 0.001 + for tp in m.TPS_IN_PERIOD[pe] ) + for comp in [getattr(m, cname) for cname in ad_hoc_sources] + ), ) - - # def cost_breakdown_details(m, z, pe): # values = [z, pe] # # capacity built, conventional plants @@ -583,15 +701,15 @@ def gen_energy_source(g): # values=lambda m, pe: (pe,) + tuple(m.GenCapacity[g, pe] for g in built_gens) # ) - - if hasattr(m, 'RFMSupplyTierActivate'): - util.write_table(m, m.RFM_SUPPLY_TIERS, + if hasattr(m, "RFMSupplyTierActivate"): + util.write_table( + m, + m.RFM_SUPPLY_TIERS, output_file=os.path.join(outputs_dir, "rfm_activate{t}.csv".format(t=tag)), headings=("market", "period", "tier", "activate"), - values=lambda m, r, p, st: (r, p, st, m.RFMSupplyTierActivate[r, p, st]) + values=lambda m, r, p, st: (r, p, st, m.RFMSupplyTierActivate[r, p, st]), ) - # import pprint # b=[(g, pe, value(m.BuildGen[g, pe]), m.gen_tech[g], m.gen_overnight_cost[g, pe]) for (g, pe) in m.BuildGen if value(m.BuildGen[g, pe]) > 0] # bt=set(x[3] for x in b) # technologies diff --git a/switch_model/hawaii/scenario_data.py b/switch_model/hawaii/scenario_data.py index c0da6d92b..3ff20219a 100644 --- a/switch_model/hawaii/scenario_data.py +++ b/switch_model/hawaii/scenario_data.py @@ -1,4 +1,5 @@ from __future__ import print_function + # TODO: make this get data from the redr server via an HTTP api instead of psycopg2, as follows: # create a .rpy script on the redr server that can accept form data (the args dict) via POST @@ -28,7 +29,7 @@ import time, sys, collections, os from textwrap import dedent from switch_model import __version__ as switch_version -from switch_model.utilities import iteritems + # NOTE: instead of using the python csv writer, this directly writes tables to # file in a customized, pyomo-friendly .csv format. This uses commas between columns @@ -58,6 +59,7 @@ # But that would be harder to debug, and wouldn't allow for ad hoc # calculations or writing .dat files (which are used for a few parameters) + def write_tables(**args): # TODO: any arguments that are defined with default values below (args.get()) could @@ -66,18 +68,20 @@ def write_tables(**args): # also document the available arguments a little better. # catch obsolete arguments (otherwise they would be silently ignored) - if 'ev_scen_id' in args: - raise ValueError("ev_scen_id argument is no longer supported; use ev_scenario instead.") + if "ev_scen_id" in args: + raise ValueError( + "ev_scen_id argument is no longer supported; use ev_scenario instead." + ) - if 'cap_cost_scen_id' in args and 'tech_scen_id' not in args: + if "cap_cost_scen_id" in args and "tech_scen_id" not in args: print( 'DEPRECATION WARNING: The "cap_cost_scen_id" argument has been ' 'renamed to "tech_scen_id". Please update your code.' ) - args['tech_scen_id'] = args['cap_cost_scen_id'] + args["tech_scen_id"] = args["cap_cost_scen_id"] # write version marker file - with open(make_file_path('switch_inputs_version.txt', args), 'w') as f: + with open(make_file_path("switch_inputs_version.txt", args), "w") as f: f.write(switch_version) ######################### @@ -112,25 +116,35 @@ def write_tables(**args): # note: despite the comments above, this rounded period_end to # the nearest whole number until 2018-02-17. This was removed to # support fractional years for monthly batches in production-cost models. - write_table('periods.csv', - with_period_length + """ + write_table( + "periods.csv", + with_period_length + + """ SELECT p.period AS "INVESTMENT_PERIOD", p.period as period_start, p.period + period_length as period_end FROM study_periods p JOIN period_length l USING (period) WHERE time_sample = %(time_sample)s ORDER by 1; - """, args) + """, + args, + ) - write_table('timeseries.csv', """ + write_table( + "timeseries.csv", + """ SELECT study_date as "TIMESERIES", period as ts_period, ts_duration_of_tp, ts_num_tps, ts_scale_to_period FROM study_date WHERE time_sample = %(time_sample)s ORDER BY 1; - """, args) + """, + args, + ) - write_table('timepoints.csv', """ + write_table( + "timepoints.csv", + """ SELECT h.study_hour as timepoint_id, to_char(date_time + (period - extract(year from date_time)) * interval '1 year', 'YYYY-MM-DD-HH24:MI') as timestamp, @@ -138,18 +152,26 @@ def write_tables(**args): FROM study_hour h JOIN study_date d USING (study_date, time_sample) WHERE h.time_sample = %(time_sample)s ORDER BY period, extract(doy from date), study_hour; - """, args) + """, + args, + ) # double-check that arguments are valid cur = db_cursor() - for table in ['generator_costs_by_year', 'generator_info']: + for table in ["generator_costs_by_year", "generator_info"]: cur.execute( - 'select * from {} where tech_scen_id = %(tech_scen_id)s limit 1'.format(table), - args + "select * from {} where tech_scen_id = %(tech_scen_id)s limit 1".format( + table + ), + args, ) if len(list(cur)) == 0: print("================================================================") - print("WARNING: no records found in {} for tech_scen_id='{}'".format(table, args['tech_scen_id'])) + print( + "WARNING: no records found in {} for tech_scen_id='{}'".format( + table, args["tech_scen_id"] + ) + ) print("================================================================") time.sleep(2) del cur @@ -157,7 +179,8 @@ def write_tables(**args): ######################### # create temporary tables that can be referenced by other queries # to identify available projects and technologies - db_cursor().execute(""" + db_cursor().execute( + """ DROP TABLE IF EXISTS study_length; CREATE TEMPORARY TABLE study_length AS {} @@ -197,7 +220,11 @@ def write_tables(**args): CREATE TEMPORARY TABLE study_generator_info AS SELECT DISTINCT g.* FROM generator_info g JOIN study_projects p USING (tech_scen_id, technology); - """.format(with_period_length), args) + """.format( + with_period_length + ), + args, + ) # import pdb; pdb.set_trace() @@ -206,9 +233,9 @@ def write_tables(**args): # this just uses a dat file, not a table (and the values are not in a database for now) write_simple_csv( - 'financials.csv', - ['base_financial_year', 'interest_rate', 'discount_rate'], - args + "financials.csv", + ["base_financial_year", "interest_rate", "discount_rate"], + args, ) ######################### @@ -217,17 +244,23 @@ def write_tables(**args): # note: we don't provide the following fields in this version: # zone_cost_multipliers, zone_ccs_distance_km, zone_dbid, # existing_local_td, local_td_annual_cost_per_mw - write_table('load_zones.csv', """ + write_table( + "load_zones.csv", + """ SELECT load_zone as "LOAD_ZONE" FROM load_zone WHERE load_zone in %(load_zones)s - """, args) + """, + args, + ) # NOTE: we don't provide zone_peak_loads.csv (sometimes used by local_td.py) in this version. # get system loads, scaled from the historical years to the model years # note: 'offset' is a keyword in postgresql, so we use double-quotes to specify the column name - write_table('loads.csv', """ + write_table( + "loads.csv", + """ SELECT l.load_zone AS "LOAD_ZONE", study_hour AS "TIMEPOINT", @@ -242,34 +275,43 @@ def write_tables(**args): WHERE l.load_zone in %(load_zones)s AND d.time_sample = %(time_sample)s AND load_scen_id = %(load_scen_id)s; - """, args) - + """, + args, + ) ######################### # fuels - write_table('non_fuel_energy_sources.csv', """ + write_table( + "non_fuel_energy_sources.csv", + """ SELECT DISTINCT fuel AS "NON_FUEL_ENERGY_SOURCES" FROM study_generator_info WHERE fuel NOT IN (SELECT fuel_type FROM fuel_costs); - """, args) + """, + args, + ) # gather info on fuels - write_table('fuels.csv', """ + write_table( + "fuels.csv", + """ SELECT DISTINCT replace(c.fuel_type, ' ', '_') AS fuel, co2_intensity, 0.0 AS upstream_co2_intensity, rps_eligible FROM fuel_costs c JOIN energy_source_properties p on (p.energy_source = c.fuel_type) WHERE load_zone in %(load_zones)s AND fuel_scen_id=%(fuel_scen_id)s ORDER BY 1; - """, args) + """, + args, + ) ######################### # rps targets write_csv_file( - 'rps_targets.csv', - headers=('year', 'rps_target'), - data=[(y, args['rps_targets'][y]) for y in sorted(args['rps_targets'].keys())], - arguments=args + "rps_targets.csv", + headers=("year", "rps_target"), + data=[(y, args["rps_targets"][y]) for y in sorted(args["rps_targets"].keys())], + arguments=args, ) ######################### @@ -279,8 +321,10 @@ def write_tables(**args): # from 2013 (forecast base year) to model base year. (ugh) # TODO: add a flag to fuel_costs indicating whether forecasts are real or nominal, # and base year, and possibly inflation rate. - if args['fuel_scen_id'] in ('1', '2', '3'): - raise ValueError("fuel_scen_ids '1', '2' and '3' (specified in nominal dollars) are no longer supported.") + if args["fuel_scen_id"] in ("1", "2", "3"): + raise ValueError( + "fuel_scen_ids '1', '2' and '3' (specified in nominal dollars) are no longer supported." + ) if args.get("use_simple_fuel_costs", False): # simple fuel markets with no bulk LNG expansion option (use fuel_cost module) @@ -298,8 +342,10 @@ def write_tables(**args): else: lng_selector = "false" - write_table('fuel_cost.csv', - with_period_length + """ + write_table( + "fuel_cost.csv", + with_period_length + + """ SELECT load_zone, replace(fuel_type, ' ', '_') as fuel, p.period, avg( price_mmbtu @@ -314,20 +360,30 @@ def write_tables(**args): AND c.year >= p.period AND c.year < p.period + l.period_length GROUP BY 1, 2, 3 ORDER BY 1, 2, 3; - """.format(lng_selector=lng_selector), args) + """.format( + lng_selector=lng_selector + ), + args, + ) else: # advanced fuel markets with LNG expansion options (used by forward-looking models) # (use fuel_markets module) - write_table('regional_fuel_markets.csv', """ + write_table( + "regional_fuel_markets.csv", + """ SELECT DISTINCT concat('Hawaii_', replace(fuel_type, ' ', '_')) AS regional_fuel_market, replace(fuel_type, ' ', '_') AS fuel FROM fuel_costs WHERE load_zone in %(load_zones)s AND fuel_scen_id = %(fuel_scen_id)s; - """, args) + """, + args, + ) - write_table('fuel_supply_curves.csv', - with_period_length + """ + write_table( + "fuel_supply_curves.csv", + with_period_length + + """ SELECT concat('Hawaii_', replace(fuel_type, ' ', '_')) as regional_fuel_market, replace(fuel_type, ' ', '_') as fuel, tier, @@ -343,17 +399,22 @@ def write_tables(**args): AND (c.year >= p.period AND c.year < p.period + l.period_length) GROUP BY 1, 2, 3, 4 ORDER BY 1, 2, 3, 4; - """, args) + """, + args, + ) - write_table('zone_to_regional_fuel_market.csv', """ + write_table( + "zone_to_regional_fuel_market.csv", + """ SELECT DISTINCT load_zone, concat('Hawaii_', replace(fuel_type, ' ', '_')) AS regional_fuel_market FROM fuel_costs WHERE load_zone in %(load_zones)s AND fuel_scen_id = %(fuel_scen_id)s; - """, args) + """, + args, + ) # TODO: (when multi-island) add fuel_cost_adders for each zone - ######################### # investment.gen_build and part of operation.unitcommit.commit @@ -365,21 +426,22 @@ def write_tables(**args): # Some of these are actually single-fuel, but this approach is simpler than sorting # them out within each query, and it doesn't add any complexity to the model. - if args.get('wind_capital_cost_escalator', 0.0) or args.get('pv_capital_cost_escalator', 0.0): + if args.get("wind_capital_cost_escalator", 0.0) or args.get( + "pv_capital_cost_escalator", 0.0 + ): # user supplied a non-zero escalator raise ValueError( - 'wind_capital_cost_escalator and pv_capital_cost_escalator arguments are ' - 'no longer supported by scenario_data.write_tables(); ' - 'assign time-varying costs in the generator_costs_by_year table instead.' + "wind_capital_cost_escalator and pv_capital_cost_escalator arguments are " + "no longer supported by scenario_data.write_tables(); " + "assign time-varying costs in the generator_costs_by_year table instead." ) - if args.get('generator_costs_base_year', 0): + if args.get("generator_costs_base_year", 0): # user supplied a generator_costs_base_year raise ValueError( - 'generator_costs_base_year is no longer supported by scenario_data.write_tables(); ' - 'assign base_year in the generator_costs_by_year table instead.' + "generator_costs_base_year is no longer supported by scenario_data.write_tables(); " + "assign base_year in the generator_costs_by_year table instead." ) - # TODO: make sure the heat rates are null for non-fuel projects in the upstream database, # and remove the correction code from here @@ -387,19 +449,21 @@ def write_tables(**args): # TODO: convert 'MSW' to a proper fuel, possibly with a negative cost, instead of ignoring it # Omit full load heat rates if we are providing heat rate curves instead - if args.get('use_incremental_heat_rates', False): - full_load_heat_rate = 'null' + if args.get("use_incremental_heat_rates", False): + full_load_heat_rate = "null" else: - full_load_heat_rate = '0.001*heat_rate' + full_load_heat_rate = "0.001*heat_rate" - if args.get('report_forced_outage_rates', False): - forced_outage_rate = 'forced_outage_rate' + if args.get("report_forced_outage_rates", False): + forced_outage_rate = "forced_outage_rate" else: - forced_outage_rate = '0' + forced_outage_rate = "0" # if needed, follow the query below with another one that specifies # COALESCE(gen_connect_cost_per_mw, 0.0) AS gen_connect_cost_per_mw - write_table('generation_projects_info.csv', """ + write_table( + "generation_projects_info.csv", + """ SELECT "GENERATION_PROJECT", load_zone AS gen_load_zone, @@ -426,9 +490,15 @@ def write_tables(**args): gen_storage_max_cycles_per_year FROM study_projects JOIN study_generator_info USING (technology) ORDER BY 2, 3, 1; - """.format(fo=forced_outage_rate, flhr=full_load_heat_rate), args) + """.format( + fo=forced_outage_rate, flhr=full_load_heat_rate + ), + args, + ) - write_table('gen_build_predetermined.csv', """ + write_table( + "gen_build_predetermined.csv", + """ SELECT "GENERATION_PROJECT", build_year, @@ -436,7 +506,9 @@ def write_tables(**args): FROM study_projects JOIN proj_existing_builds USING (project_id) GROUP BY 1, 2 ORDER BY 1, 2; - """, args) + """, + args, + ) # NOTE: these costs must be expressed in $/MW, $/MWh or $/MW-year, # not $/kW, $/kWh or $/kW-year. @@ -447,7 +519,9 @@ def write_tables(**args): # generator_costs_by_year. If they have costs in both, they will both # get passed through to the data table, and Switch will raise an error # (as it should, because costs are ambiguous in this case). - write_table('gen_build_costs.csv', """ + write_table( + "gen_build_costs.csv", + """ WITH gen_build_costs AS ( SELECT i.technology, @@ -496,28 +570,34 @@ def write_tables(**args): (per.period IS NOT NULL AND (c.min_vintage_year IS NULL OR c.build_year >= c.min_vintage_year)) OR e.project_id IS NOT NULL ORDER BY 1, 2; - """, args) + """, + args, + ) ######################### # spinning_reserves_advanced (if wanted; otherwise defaults to just "spinning" - if 'max_reserve_capability' in args or args.get('write_generation_projects_reserve_capability', False): + if "max_reserve_capability" in args or args.get( + "write_generation_projects_reserve_capability", False + ): # args['max_reserve_capability'] is a list of tuples of (technology, # reserve_type) (assumed equivalent to 'regulation' if not specified) # We unzip it to use with the unnest function (psycopg2 passes lists of # tuples as arrays of tuples, and unnest would keep those as tuples) try: - reserve_technologies = [r[0] for r in args['max_reserve_capability']] - reserve_types = [r[1] for r in args['max_reserve_capability']] + reserve_technologies = [r[0] for r in args["max_reserve_capability"]] + reserve_types = [r[1] for r in args["max_reserve_capability"]] except KeyError: reserve_technologies = [] reserve_types = [] res_args = args.copy() - res_args['reserve_technologies']=reserve_technologies - res_args['reserve_types']=reserve_types + res_args["reserve_technologies"] = reserve_technologies + res_args["reserve_types"] = reserve_types # note: casting is needed if the lists are empty; see https://stackoverflow.com/a/41893576/3830997 - write_table('generation_projects_reserve_capability.csv', """ + write_table( + "generation_projects_reserve_capability.csv", + """ WITH reserve_capability (technology, reserve_type) as ( SELECT UNNEST(%(reserve_technologies)s::varchar(40)[]) AS technology, @@ -539,8 +619,9 @@ def write_tables(**args): JOIN reserve_types t2 on t2.rank <= COALESCE(t1.rank, 100) WHERE t2.rank > 0 ORDER BY 1, t2.rank; - """, res_args) - + """, + res_args, + ) ######################### # operation.unitcommit.fuel_use @@ -553,8 +634,10 @@ def write_tables(**args): # note: for sqlite, you could use "CONCAT(technology, ' ', output_mw, ' ', fuel_consumption_mmbtu_per_h) AS key" # TODO: rename fuel_consumption_mmbtu_per_h to fuel_use_mmbtu_per_h here and in import_data.py - if args.get('use_incremental_heat_rates', False): - write_table('gen_inc_heat_rates.csv', """ + if args.get("use_incremental_heat_rates", False): + write_table( + "gen_inc_heat_rates.csv", + """ WITH part_load AS ( SELECT row_number() OVER (ORDER BY technology, output_mw, fuel_consumption_mmbtu_per_h) AS key, @@ -591,7 +674,9 @@ def write_tables(**args): incremental_heat_rate_mbtu_per_mwhr, fuel_use_rate_mmbtu_per_h FROM curves c JOIN study_projects p using (technology) ORDER BY c.technology, c.key, p."GENERATION_PROJECT"; - """, args) + """, + args, + ) # This gets a list of all the fueled projects (listed as "multiple" energy sources above), # and lists them as accepting any equivalent or lighter fuel. (However, cogen plants and plants @@ -601,7 +686,10 @@ def write_tables(**args): # doesn't exist in the fuel_costs table. This can also be used to remap different names for the same # fuel (e.g., "COL" in the plant definition and "Coal" in the fuel_costs table, both with the same # fuel_rank). - write_indexed_set_dat_file('gen_multiple_fuels.dat', 'FUELS_FOR_MULTIFUEL_GEN', """ + write_indexed_set_dat_file( + "gen_multiple_fuels.dat", + "FUELS_FOR_MULTIFUEL_GEN", + """ WITH all_techs AS ( SELECT technology, @@ -621,8 +709,9 @@ def write_tables(**args): SELECT "GENERATION_PROJECT", fuel FROM gen_multiple_fuels g JOIN study_projects p USING (technology) ORDER BY p.technology, p."GENERATION_PROJECT", g.fuel - """, args) - + """, + args, + ) ######################### # operation.gen_dispatch @@ -631,7 +720,9 @@ def write_tables(**args): if args.get("skip_cf", False): print("SKIPPING variable_capacity_factors.csv") else: - write_table('variable_capacity_factors.csv', """ + write_table( + "variable_capacity_factors.csv", + """ SELECT "GENERATION_PROJECT", study_hour as timepoint, @@ -642,15 +733,15 @@ def write_tables(**args): JOIN study_hour h using (date_time) WHERE time_sample = %(time_sample)s ORDER BY 1, 2 - """, args) - + """, + args, + ) ######################### # project.discrete_build # include this module, but it doesn't need any additional data. - ######################### # operation.unitcommit.commit @@ -661,7 +752,9 @@ def write_tables(**args): # TODO: create data files showing reserve rules - write_table('gen_timepoint_commit_bounds.csv', """ + write_table( + "gen_timepoint_commit_bounds.csv", + """ SELECT * FROM ( SELECT "GENERATION_PROJECT", study_hour AS "TIMEPOINT", @@ -676,15 +769,15 @@ def write_tables(**args): WHERE gen_min_commit_fraction IS NOT NULL OR gen_max_commit_fraction IS NOT NULL OR gen_min_load_fraction_TP IS NOT NULL; - """, args) - + """, + args, + ) ######################### # project.unitcommit.discrete # include this module, but it doesn't need any additional data. - ######################### # trans_build # --- Not used --- @@ -710,29 +803,29 @@ def write_tables(**args): # batteries # (now included as standard storage projects, but kept here # to support older projects that haven't upgraded yet) - bat_years = 'BATTERY_CAPITAL_COST_YEARS' - bat_cost = 'battery_capital_cost_per_mwh_capacity_by_year' - non_cost_bat_vars = sorted([k for k in args if k.startswith('battery_') and k not in [bat_years, bat_cost]]) + bat_years = "BATTERY_CAPITAL_COST_YEARS" + bat_cost = "battery_capital_cost_per_mwh_capacity_by_year" + non_cost_bat_vars = sorted( + [k for k in args if k.startswith("battery_") and k not in [bat_years, bat_cost]] + ) if non_cost_bat_vars: - write_simple_csv( - 'batteries.csv', - non_cost_bat_vars, - args - ) + write_simple_csv("batteries.csv", non_cost_bat_vars, args) if bat_years in args and bat_cost in args: # annual costs were provided -- write those to a tab file write_csv_file( - 'battery_capital_cost.csv', + "battery_capital_cost.csv", headers=[bat_years, bat_cost], data=list(zip(args[bat_years], args[bat_cost])), - arguments=args + arguments=args, ) ######################### # EV annual energy consumption (original, basic version) # print "ev_scenario:", args.get('ev_scenario', None) - if args.get('ev_scenario', None) is not None: - write_table('ev_fleet_info.csv', """ + if args.get("ev_scenario", None) is not None: + write_table( + "ev_fleet_info.csv", + """ SELECT load_zone as "LOAD_ZONE", period as "PERIOD", ev_share, ice_miles_per_gallon, ev_miles_per_kwh, ev_extra_cost_per_vehicle_year, n_all_vehicles, vmt_per_vehicle @@ -741,10 +834,14 @@ def write_tables(**args): AND time_sample = %(time_sample)s AND ev_scenario = %(ev_scenario)s ORDER BY 1, 2; - """, args) + """, + args, + ) # power consumption for each hour of the day under business-as-usual charging # note: the charge weights have a mean value of 1.0, but go up and down in different hours - write_table('ev_bau_load.csv', """ + write_table( + "ev_bau_load.csv", + """ SELECT load_zone AS "LOAD_ZONE", study_hour AS "TIMEPOINT", @@ -758,12 +855,16 @@ def write_tables(**args): AND time_sample = %(time_sample)s AND ev_scenario = %(ev_scenario)s ORDER BY 1, 2; - """, args) + """, + args, + ) ######################### # EV annual energy consumption (advanced, frozen Dantzig-Wolfe version) - if args.get('ev_scenario', None) is not None: - write_table('ev_share.csv', """ + if args.get("ev_scenario", None) is not None: + write_table( + "ev_share.csv", + """ SELECT load_zone as "LOAD_ZONE", period as "PERIOD", ev_share @@ -772,8 +873,12 @@ def write_tables(**args): AND time_sample = %(time_sample)s AND ev_scenario = %(ev_scenario)s ORDER BY 1, 2; - """, args) - write_table('ev_fleet_info_advanced.csv', """ + """, + args, + ) + write_table( + "ev_fleet_info_advanced.csv", + """ WITH detailed_fleet AS ( SELECT a.load_zone AS "LOAD_ZONE", @@ -815,7 +920,9 @@ def write_tables(**args): FROM detailed_fleet GROUP BY 1, 2, 3, 6 ORDER BY 1, 2, 3; - """, args) + """, + args, + ) # power consumption bids for each hour of the day # (consolidate to one vehicle class to accelerate data retrieval and # reduce model memory requirements) (note that there are 6 classes of @@ -825,7 +932,9 @@ def write_tables(**args): if args.get("skip_ev_bids", False): print("SKIPPING ev_charging_bids.csv") else: - write_table('ev_charging_bids.csv', """ + write_table( + "ev_charging_bids.csv", + """ SELECT b.load_zone AS "LOAD_ZONE", CONCAT_WS('_', 'All', "ICE fuel", 'Vehicles') AS "VEHICLE_TYPE", @@ -841,7 +950,9 @@ def write_tables(**args): AND d.time_sample = %(time_sample)s GROUP BY 1, 2, 3, 4 ORDER BY 1, 2, 3, 4; - """, args) + """, + args, + ) ######################### # pumped hydro @@ -849,10 +960,10 @@ def write_tables(**args): if "pumped_hydro_headers" in args: write_csv_file( - 'pumped_hydro.csv', + "pumped_hydro.csv", headers=args["pumped_hydro_headers"], data=args["pumped_hydro_projects"], - arguments=args + arguments=args, ) # write_simple_csv( @@ -865,21 +976,23 @@ def write_tables(**args): # hydrogen # TODO: put these data in a database and write a .csv file instead write_simple_csv( - 'hydrogen.csv', - sorted([k for k in args if k.startswith('hydrogen_') or k.startswith('liquid_hydrogen_')]), - args + "hydrogen.csv", + sorted( + [ + k + for k in args + if k.startswith("hydrogen_") or k.startswith("liquid_hydrogen_") + ] + ), + args, ) - ######################### # PHA data - pha_params = sorted([k for k in args if k.startswith('pha_')]) + pha_params = sorted([k for k in args if k.startswith("pha_")]) if pha_params: - write_dat_file( - 'pha.dat', - pha_params, - args - ) + write_dat_file("pha.dat", pha_params, args) + # the two functions below could be used as the start of a system # to write placeholder files for any files in the current scenario @@ -889,32 +1002,38 @@ def write_tables(**args): # be written with just the line 'include ../variable_cap_factor.csv' or # 'include ../financial.dat'. + def any_alt_args_in_list(args, l): """Report whether any arguments in the args list appear in the list l.""" - for a in args.get('alt_args', {}): + for a in args.get("alt_args", {}): if a in l: return True return False + def any_alt_args_in_query(args, query): """Report whether any arguments in the args list appear in the list l.""" - for a in args.get('alt_args', {}): - if '%(' + a + ')s' in query: + for a in args.get("alt_args", {}): + if "%(" + a + ")s" in query: return True return False + def make_file_path(file, args): """Create any directories and subdirectories needed to store data in the specified file, based on inputs_dir and inputs_subdir arguments. Return a pathname to the file.""" # extract extra path information from args (if available) # and build a path to the specified file. - path = os.path.join(args.get('inputs_dir', ''), args.get('inputs_subdir', '')) - if path != '' and not os.path.exists(path): + path = os.path.join(args.get("inputs_dir", ""), args.get("inputs_subdir", "")) + if path != "" and not os.path.exists(path): os.makedirs(path) path = os.path.join(path, file) return path + con = None + + def db_cursor(): global con if con is None: @@ -924,20 +1043,28 @@ def db_cursor(): global psycopg2 import psycopg2 except ImportError: - print(dedent(""" + print( + dedent( + """ ############################################################################################ Unable to import psycopg2 module to access database server. Please install this module via 'conda install psycopg2' or 'pip install psycopg2'. ############################################################################################ - """)) + """ + ) + ) raise try: - pghost='redr.eng.hawaii.edu' + pghost = "redr.eng.hawaii.edu" # note: the connection gets created when the module loads and never gets closed (until presumably python exits) - con = psycopg2.connect(database='switch', host=pghost) #, user='switch_user') + con = psycopg2.connect( + database="switch", host=pghost + ) # , user='switch_user') except psycopg2.OperationalError: - print(dedent(""" + print( + dedent( + """ ############################################################################################ Error while connecting to switch database on postgres server {server}. Please ensure that the PGUSER environment variable is set with your postgres username @@ -945,17 +1072,22 @@ def db_cursor(): or in %APPDATA%\postgresql\pgpass.conf (Windows). See http://www.postgresql.org/docs/9.1/static/libpq-pgpass.html for more details. ############################################################################################ - """.format(server=pghost))) + """.format( + server=pghost + ) + ) + ) raise return con.cursor() + def write_simple_csv(output_file, args_to_write, arguments): - """ write a simple .csv file with the arguments specified in args_to_write, + """write a simple .csv file with the arguments specified in args_to_write, drawn from the arguments dictionary. This includes one row with all the parameter names and a second row with their values. (previously write_dat_file())""" - start=time.time() + start = time.time() # collect data for the two rows (if any) headers = [] @@ -967,65 +1099,72 @@ def write_simple_csv(output_file, args_to_write, arguments): if headers: output_file = make_file_path(output_file, arguments) - print("Writing {file} ...".format(file=output_file), end=' ') + print("Writing {file} ...".format(file=output_file), end=" ") sys.stdout.flush() # display the part line to the user - with open(output_file, 'w') as f: - f.write(','.join(headers) + '\n') - f.write(','.join(values) + '\n') + with open(output_file, "w") as f: + f.write(",".join(headers) + "\n") + f.write(",".join(values) + "\n") + + print("time taken: {dur:.2f}s".format(dur=time.time() - start)) - print("time taken: {dur:.2f}s".format(dur=time.time()-start)) def write_table(output_file, query, arguments): output_file = make_file_path(output_file, arguments) cur = db_cursor() - print("Writing {file} ...".format(file=output_file), end=' ') + print("Writing {file} ...".format(file=output_file), end=" ") sys.stdout.flush() # display the part line to the user - start=time.time() + start = time.time() cur.execute(dedent(query), arguments) - with open(output_file, 'w') as f: + with open(output_file, "w") as f: # write header row writerow(f, [d[0] for d in cur.description]) # write the query results (cur is used as an iterator here to get all the rows one by one) writerows(f, cur) - print("time taken: {dur:.2f}s".format(dur=time.time()-start)) + print("time taken: {dur:.2f}s".format(dur=time.time() - start)) + def write_csv_file(output_file, headers, data, arguments={}): "Write a tab file using the headers and data supplied." output_file = make_file_path(output_file, arguments) - print("Writing {file} ...".format(file=output_file), end=' ') + print("Writing {file} ...".format(file=output_file), end=" ") sys.stdout.flush() # display the part line to the user - start=time.time() + start = time.time() - with open(output_file, 'w') as f: + with open(output_file, "w") as f: writerow(f, headers) writerows(f, data) - print("time taken: {dur:.2f}s".format(dur=time.time()-start)) + print("time taken: {dur:.2f}s".format(dur=time.time() - start)) + def write_dat_file(output_file, args_to_write, arguments): - """ write a simple .dat file with the arguments specified in args_to_write, + """write a simple .dat file with the arguments specified in args_to_write, drawn from the arguments dictionary""" if any(arg in arguments for arg in args_to_write): output_file = make_file_path(output_file, arguments) - print("Writing {file} ...".format(file=output_file), end=' ') + print("Writing {file} ...".format(file=output_file), end=" ") sys.stdout.flush() # display the part line to the user - start=time.time() + start = time.time() + + with open(output_file, "w") as f: + f.writelines( + [ + "param " + name + " := " + str(arguments[name]) + ";\n" + for name in args_to_write + if name in arguments + ] + ) - with open(output_file, 'w') as f: - f.writelines([ - 'param ' + name + ' := ' + str(arguments[name]) + ';\n' - for name in args_to_write if name in arguments - ]) + print("time taken: {dur:.2f}s".format(dur=time.time() - start)) - print("time taken: {dur:.2f}s".format(dur=time.time()-start)) def write_indexed_set_dat_file(output_file, set_name, query, arguments): """Write a .dat file defining an indexed set, based on the query provided. @@ -1035,10 +1174,10 @@ def write_indexed_set_dat_file(output_file, set_name, query, arguments): be multiple rows with the same values in the index columns.)""" output_file = make_file_path(output_file, arguments) - print("Writing {file} ...".format(file=output_file), end=' ') + print("Writing {file} ...".format(file=output_file), end=" ") sys.stdout.flush() # display the part line to the user - start=time.time() + start = time.time() cur = db_cursor() cur.execute(dedent(query), arguments) @@ -1051,36 +1190,40 @@ def write_indexed_set_dat_file(output_file, set_name, query, arguments): data_dict[tuple(r[:-1])].append(r[-1]) # .dat file format based on p. 161 of http://ampl.com/BOOK/CHAPTERS/12-data.pdf - with open(output_file, 'w') as f: - f.writelines([ - 'set {sn}[{idx}] := {items} ;\n'.format( - sn=set_name, - idx=', '.join(k), - items=' '.join(v)) - for k, v in iteritems(data_dict) - ]) + with open(output_file, "w") as f: + f.writelines( + [ + "set {sn}[{idx}] := {items} ;\n".format( + sn=set_name, idx=", ".join(k), items=" ".join(v) + ) + for k, v in data_dict.items() + ] + ) - print("time taken: {dur:.2f}s".format(dur=time.time()-start)) + print("time taken: {dur:.2f}s".format(dur=time.time() - start)) def stringify(val): if val is None: - out = '.' + out = "." elif type(val) is str: out = val.replace('"', '""') - if any(char in out for char in [' ', '\t', '"', "'", ',']): + if any(char in out for char in [" ", "\t", '"', "'", ","]): out = '"' + out + '"' else: out = str(val) return out + def writerow(f, row): - f.write(','.join(stringify(c) for c in row) + '\n') + f.write(",".join(stringify(c) for c in row) + "\n") + def writerows(f, rows): for r in rows: writerow(f, r) + def tuple_dict(keys, vals): "Create a tuple of dictionaries, one for each row in vals, using the specified keys." return tuple(list(zip(keys, row)) for row in vals) diff --git a/switch_model/hawaii/scenarios.py b/switch_model/hawaii/scenarios.py index 1e1568c35..612652b32 100644 --- a/switch_model/hawaii/scenarios.py +++ b/switch_model/hawaii/scenarios.py @@ -3,10 +3,13 @@ try: import fcntl + def flock(f): fcntl.flock(f, fcntl.LOCK_EX) + def funlock(f): fcntl.flock(f, fcntl.LOCK_UN) + except ImportError: # probably using windows # rely on opportunistic file writing (hope that scenarios aren't @@ -15,9 +18,11 @@ def funlock(f): # https://www.safaribooksonline.com/library/view/python-cookbook/0596001673/ch04s25.html def flock(f): pass + def funlock(f): pass + def iterify(item): """Return an iterable for the one or more items passed.""" if isinstance(item, string_types): @@ -30,49 +35,64 @@ def iterify(item): i = iter([item]) return i + class AddModuleAction(argparse.Action): def __call__(self, parser, namespace, values, option_string=None): for m in iterify(values): setattr(namespace, m, True) + class RemoveModuleAction(argparse.Action): def __call__(self, parser, namespace, values, option_string=None): for m in iterify(values): setattr(namespace, m, False) + class AddListAction(argparse.Action): def __call__(self, parser, namespace, values, option_string=None): if getattr(namespace, self.dest) is None: setattr(namespace, self.dest, list()) getattr(namespace, self.dest).extend(iterify(values)) + # define a standard argument parser, which can be used to setup scenarios # NOTE: you can't safely use default values here, because those end up being # assigned to cmd_line_args(), and then they override any values set for the # standard scenarios. -parser = argparse.ArgumentParser(description='Solve one or more Switch-Hawaii scenarios.') -parser.add_argument('--inputs', dest='inputs_dir') -parser.add_argument('--inputs-subdir') -parser.add_argument('--outputs', dest='outputs_dir') -parser.add_argument('--scenario', action=AddListAction, dest='scenario_to_run') -parser.add_argument('--scenarios', action=AddListAction, nargs='+', dest='scenario_to_run') -parser.add_argument('--scenario-name') -parser.add_argument('--exclude', action=AddModuleAction, dest='exclude_module', nargs='+') -parser.add_argument('-n', action=RemoveModuleAction, dest='exclude_module') -parser.add_argument('--include', action=AddModuleAction, dest='include_module', nargs='+') -parser.add_argument('-y', action=AddModuleAction, dest='include_module') -parser.add_argument(action=AddModuleAction, dest='include_module', nargs='*') +parser = argparse.ArgumentParser( + description="Solve one or more Switch-Hawaii scenarios." +) +parser.add_argument("--inputs", dest="inputs_dir") +parser.add_argument("--inputs-subdir") +parser.add_argument("--outputs", dest="outputs_dir") +parser.add_argument("--scenario", action=AddListAction, dest="scenario_to_run") +parser.add_argument( + "--scenarios", action=AddListAction, nargs="+", dest="scenario_to_run" +) +parser.add_argument("--scenario-name") +parser.add_argument( + "--exclude", action=AddModuleAction, dest="exclude_module", nargs="+" +) +parser.add_argument("-n", action=RemoveModuleAction, dest="exclude_module") +parser.add_argument( + "--include", action=AddModuleAction, dest="include_module", nargs="+" +) +parser.add_argument("-y", action=AddModuleAction, dest="include_module") +parser.add_argument(action=AddModuleAction, dest="include_module", nargs="*") + def args_dict(*a): """call the parser to get the args, then return them as a dictionary, omitting None's'""" return {k: v for k, v in vars(parser.parse_args(*a)).items() if v is not None} + # report current command line arguments for use by various functions # This is a function instead of a constant, so users can call # scenarios.parser.add_argument() to add arguments of their own before evaluation def cmd_line_args(): return args_dict() + def get_required_scenario_names(): """Return list of names of scenario(s) that were requested or defined from the command line via --scenario[s] or --scenario-name. @@ -80,11 +100,11 @@ def get_required_scenario_names(): a = cmd_line_args() if "scenario_to_run" in a: return a["scenario_to_run"] - elif "scenario_name" in a or not os.path.isfile('scenarios_to_run.txt'): + elif "scenario_name" in a or not os.path.isfile("scenarios_to_run.txt"): # They have defined one specific scenario on the command line, which is not based on any standard scenario, # or there are no standard scenarios. # Return a no-name scenario, which indicates to build the scenario without referring to any standard scenario. - return [''] + return [""] else: # no specific scenarios were requested on the command line; run the standard scenarios instead return [] @@ -101,12 +121,13 @@ def start_next_standard_scenario(): continue else: return merge_scenarios(args, cmd_line_args()) - return None # no more scenarios to run + return None # no more scenarios to run + def get_scenario_args(scenario): """Return the arguments for the specified standard scenario, amended with any command-line arguments. This may also be called with an empty scenario name ('') to define a scenario using only command-line arguments.""" - if scenario == '': + if scenario == "": return merge_scenarios(cmd_line_args()) else: scenario_list = get_standard_scenarios_dict() @@ -115,49 +136,55 @@ def get_scenario_args(scenario): else: return merge_scenarios(scenario_list[scenario], cmd_line_args()) + def get_standard_scenarios_dict(): """Return collection of standard scenarios, as defined in scenarios_to_run.txt. They are returned as an OrderedDict with keys equal to the scenario names and values that are each a dictionary of arguments for that scenario.""" # note: we read the list from the disk each time so that we get a fresher version # if the standard list is changed during a long solution effort. - with open('scenarios_to_run.txt', 'r') as f: + with open("scenarios_to_run.txt", "r") as f: # wait for exclusive access to the file (to avoid reading while the file is being changed) flock(f) - scenarios_list = list(f.read().splitlines()) # note: ignores presence/absence of \n at end of file + scenarios_list = list( + f.read().splitlines() + ) # note: ignores presence/absence of \n at end of file funlock(f) - args_list = [args_dict(s.split(' ')) for s in scenarios_list] + args_list = [args_dict(s.split(" ")) for s in scenarios_list] return collections.OrderedDict([(s["scenario_name"], s) for s in args_list]) + def merge_scenarios(*scenarios): # combine scenarios: start with the first and then apply most settings from later ones # but concatenate "tag" entries and remove "scenario_to_run" entries - d = dict(tag='') + d = dict(tag="") for s in scenarios: t1 = d["tag"] t2 = s.get("tag", "") s["tag"] = t1 + ("" if t1 == "" or t2 == "" else "_") + t2 d.update(s) - if 'scenario_to_run' in d: - del d['scenario_to_run'] + if "scenario_to_run" in d: + del d["scenario_to_run"] return d + def report_completed_scenario(scenario): scenario_already_run(scenario) + def scenario_already_run(scenario): """Add the specified scenario to the list in completed_scenarios.txt. Return False if it wasn't there already.""" - with open('completed_scenarios.txt', 'a+') as f: + with open("completed_scenarios.txt", "a+") as f: # wait for exclusive access to the list (to avoid writing the same scenario twice in a race condition) flock(f) # file starts with pointer at end; move to start f.seek(0, 0) - if scenario + '\n' in f: + if scenario + "\n" in f: already_run = True else: already_run = False # append name to the list (will always go at end, because file was opened in 'a' mode) - f.write(scenario + '\n') + f.write(scenario + "\n") funlock(f) return already_run diff --git a/switch_model/hawaii/smooth_dispatch.py b/switch_model/hawaii/smooth_dispatch.py index 3ac7778e3..2977e17b5 100644 --- a/switch_model/hawaii/smooth_dispatch.py +++ b/switch_model/hawaii/smooth_dispatch.py @@ -5,26 +5,38 @@ from pyomo.environ import * from pyomo.core.base.numvalue import native_numeric_types import switch_model.solve -from switch_model.utilities import iteritems + def define_components(m): - if m.options.solver in ('cplex', 'cplexamp', 'gurobi', 'gurobi_ampl'): + if m.options.solver in ("cplex", "cplexamp", "gurobi", "gurobi_ampl"): m.options.smooth_dispatch = True else: # glpk and cbc can't handle quadratic problem used for smoothing m.options.smooth_dispatch = False if m.options.verbose: - print("Not smoothing dispatch because {} cannot solve a quadratic model.".format(m.options.solver)) - print("Remove hawaii.smooth_dispatch from modules.txt and iterate.txt to avoid this message.") + print( + "Not smoothing dispatch because {} cannot solve a quadratic model.".format( + m.options.solver + ) + ) + print( + "Remove hawaii.smooth_dispatch from modules.txt and iterate.txt to avoid this message." + ) # add an alternative objective function that smoothes out time-shiftable energy sources and sinks if m.options.smooth_dispatch: # minimize the range of variation of various slack responses; # these should each have timepoint as their final index component components_to_smooth = [ - 'ShiftDemand', 'ChargeBattery', 'DischargeBattery', 'ChargeEVs', - 'RunElectrolyzerMW', 'LiquifyHydrogenMW', 'DispatchFuelCellMW', - 'DispatchGen', 'ChargeStorage', + "ShiftDemand", + "ChargeBattery", + "DischargeBattery", + "ChargeEVs", + "RunElectrolyzerMW", + "LiquifyHydrogenMW", + "DispatchFuelCellMW", + "DispatchGen", + "ChargeStorage", ] def add_smoothing_entry(m, d, component, key): @@ -39,7 +51,7 @@ def add_smoothing_entry(m, d, component, key): tp = key[-1] prev_tp = m.TPS_IN_TS[m.tp_ts[tp]].prevw(tp) entry_key = str((component.name,) + key) - entry_val = component[key] - component[key[:-1]+(prev_tp,)] + entry_val = component[key] - component[key[:-1] + (prev_tp,)] d[entry_key] = entry_val def rule(m): @@ -61,6 +73,7 @@ def rule(m): # comp = getattr(m, c) # for key in m.STORAGE_GEN_TPS: # add_smoothing_entry(m, m.component_smoothing_dict, comp, key) + m.make_component_smoothing_dict = BuildAction(rule=rule) # Force IncreaseSmoothedValue to equal any step-up in a smoothed value @@ -68,21 +81,25 @@ def rule(m): m.IncreaseSmoothedValue = Var(m.ISV_INDEX, within=NonNegativeReals) m.Calculate_IncreaseSmoothedValue = Constraint( m.ISV_INDEX, - rule=lambda m, k: m.IncreaseSmoothedValue[k] >= m.component_smoothing_dict[k] + rule=lambda m, k: m.IncreaseSmoothedValue[k] + >= m.component_smoothing_dict[k], ) def Smooth_Free_Variables_obj_rule(m): # minimize production (i.e., maximize curtailment / minimize losses) obj = sum( getattr(m, component)[z, t] - for z in m.LOAD_ZONES - for t in m.TIMEPOINTS - for component in m.Zone_Power_Injections) + for z in m.LOAD_ZONES + for t in m.TIMEPOINTS + for component in m.Zone_Power_Injections + ) # also maximize up reserves, which will (a) minimize arbitrary burning off of renewables # (e.g., via storage) and (b) give better representation of the amount of reserves actually available - if hasattr(m, 'Spinning_Reserve_Up_Provisions') and hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): # advanced module + if hasattr(m, "Spinning_Reserve_Up_Provisions") and hasattr( + m, "GEN_SPINNING_RESERVE_TYPES" + ): # advanced module print("Will maximize provision of up reserves.") - reserve_weight = {'contingency': 0.9, 'regulation': 1.1} + reserve_weight = {"contingency": 0.9, "regulation": 1.1} for comp_name in m.Spinning_Reserve_Up_Provisions: component = getattr(m, comp_name) obj += -0.1 * sum( @@ -92,10 +109,15 @@ def Smooth_Free_Variables_obj_rule(m): # minimize absolute value of changes in the smoothed variables obj += sum(v for v in m.IncreaseSmoothedValue.values()) return obj - m.Smooth_Free_Variables = Objective(rule=Smooth_Free_Variables_obj_rule, sense=minimize) + + m.Smooth_Free_Variables = Objective( + rule=Smooth_Free_Variables_obj_rule, sense=minimize + ) # constrain smoothing objective to find unbounded ray - m.Bound_Obj = Constraint(rule=lambda m: Smooth_Free_Variables_obj_rule(m) <= 1e9) + m.Bound_Obj = Constraint( + rule=lambda m: Smooth_Free_Variables_obj_rule(m) <= 1e9 + ) # leave standard objective in effect for now m.Smooth_Free_Variables.deactivate() @@ -109,79 +131,92 @@ def pre_iterate(m): elif m.iteration_number == 1: pre_smooth_solve(m) else: - raise RuntimeError("Reached unexpected iteration number {} in module {}.".format(m.iteration_number, __name__)) + raise RuntimeError( + "Reached unexpected iteration number {} in module {}.".format( + m.iteration_number, __name__ + ) + ) return None # no comment on convergence + def post_iterate(m): if hasattr(m, "ChargeBattery"): double_charge = [ - ( - z, t, - m.ChargeBattery[z, t].value, - m.DischargeBattery[z, t].value - ) - for z in m.LOAD_ZONES - for t in m.TIMEPOINTS - if m.ChargeBattery[z, t].value > 0 - and m.DischargeBattery[z, t].value > 0 + (z, t, m.ChargeBattery[z, t].value, m.DischargeBattery[z, t].value) + for z in m.LOAD_ZONES + for t in m.TIMEPOINTS + if m.ChargeBattery[z, t].value > 0 and m.DischargeBattery[z, t].value > 0 ] if len(double_charge) > 0: print("") - print("WARNING: batteries are simultaneously charged and discharged in some hours.") + print( + "WARNING: batteries are simultaneously charged and discharged in some hours." + ) print("This is usually done to relax the biofuel limit.") for (z, t, c, d) in double_charge: - print('ChargeBattery[{z}, {t}]={c}, DischargeBattery[{z}, {t}]={d}'.format( - z=z, t=m.tp_timestamp[t], - c=c, d=d - )) + print( + "ChargeBattery[{z}, {t}]={c}, DischargeBattery[{z}, {t}]={d}".format( + z=z, t=m.tp_timestamp[t], c=c, d=d + ) + ) if m.options.smooth_dispatch: # setup model for next iteration if m.iteration_number == 0: - done = False # we'll have to run again to do the smoothing + done = False # we'll have to run again to do the smoothing elif m.iteration_number == 1: # finished smoothing the model post_smooth_solve(m) # now we're done done = True else: - raise RuntimeError("Reached unexpected iteration number {} in module {}.".format(m.iteration_number, __name__)) + raise RuntimeError( + "Reached unexpected iteration number {} in module {}.".format( + m.iteration_number, __name__ + ) + ) else: # not smoothing the dispatch done = True return done + def post_solve(m, outputs_dir): - """ Smooth dispatch if it wasn't already done during an iterative solution. """ - if m.options.smooth_dispatch and not getattr(m, 'iterated_smooth_dispatch', False): + """Smooth dispatch if it wasn't already done during an iterative solution.""" + if m.options.smooth_dispatch and not getattr(m, "iterated_smooth_dispatch", False): pre_smooth_solve(m) # re-solve and load results m.preprocess() solve(m) post_smooth_solve(m) + def pre_smooth_solve(m): - """ store model state and prepare for smoothing """ + """store model state and prepare for smoothing""" save_duals(m) fix_obj_expression(m.Minimize_System_Cost) m.Minimize_System_Cost.deactivate() m.Smooth_Free_Variables.activate() print("smoothing free variables...") + def solve(m): try: switch_model.solve.solve(m) except RuntimeError as e: - if e.message.lower() == 'infeasible model': + if e.message.lower() == "infeasible model": # show a warning, but don't abort the overall post_solve process - print('WARNING: model became infeasible when smoothing; reverting to original solution.') + print( + "WARNING: model became infeasible when smoothing; reverting to original solution." + ) else: raise + def post_smooth_solve(m): - """ restore original model state """ + """restore original model state""" # restore the standard objective m.Smooth_Free_Variables.deactivate() m.Minimize_System_Cost.activate() @@ -192,47 +227,51 @@ def post_smooth_solve(m): def save_duals(m): - if hasattr(m, 'dual'): + if hasattr(m, "dual"): m.old_dual_dict = m.dual._dict.copy() - if hasattr(m, 'rc'): + if hasattr(m, "rc"): m.old_rc_dict = m.rc._dict.copy() + def restore_duals(m): - if hasattr(m, 'dual'): + if hasattr(m, "dual"): m.dual._dict = m.old_dual_dict - if hasattr(m, 'rc'): + if hasattr(m, "rc"): m.rc._dict = m.old_rc_dict + def fix_obj_expression(e, status=True): """Recursively fix all variables included in an objective expression.""" # note: this contains code to work with various versions of Pyomo, # e.g., _potentially_variable in 5.1, is_potentially_variable in 5.6 - if hasattr(e, 'fixed'): - e.fixed = status # see p. 171 of the Pyomo book - elif hasattr(e, '_numerator'): + if hasattr(e, "fixed"): + e.fixed = status # see p. 171 of the Pyomo book + elif hasattr(e, "_numerator"): for e2 in e._numerator: fix_obj_expression(e2, status) for e2 in e._denominator: fix_obj_expression(e2, status) - elif hasattr(e, 'args'): # SumExpression; can't actually see where this is defined in Pyomo though + elif hasattr( + e, "args" + ): # SumExpression; can't actually see where this is defined in Pyomo though for e2 in e.args: fix_obj_expression(e2, status) - elif hasattr(e, '_args'): # switched to 'args' and/or '_args_' in Pyomo 5 + elif hasattr(e, "_args"): # switched to 'args' and/or '_args_' in Pyomo 5 for e2 in e._args: fix_obj_expression(e2, status) - elif hasattr(e, 'expr'): + elif hasattr(e, "expr"): fix_obj_expression(e.expr, status) # below here are parameters or constants, no need to fix - elif hasattr(e, 'is_potentially_variable') and not e.is_potentially_variable(): + elif hasattr(e, "is_potentially_variable") and not e.is_potentially_variable(): pass - elif hasattr(e, '_potentially_variable') and not e._potentially_variable(): + elif hasattr(e, "_potentially_variable") and not e._potentially_variable(): pass - elif hasattr(e, 'is_constant') and e.is_constant(): + elif hasattr(e, "is_constant") and e.is_constant(): pass elif type(e) in native_numeric_types: pass else: raise ValueError( - 'Expression {} does not have an expr, fixed or args property, ' - 'so it cannot be fixed.'.format(e) + "Expression {} does not have an expr, fixed or args property, " + "so it cannot be fixed.".format(e) ) diff --git a/switch_model/hawaii/smooth_dispatch_quadratic.py b/switch_model/hawaii/smooth_dispatch_quadratic.py index b855c028c..a745afbfd 100644 --- a/switch_model/hawaii/smooth_dispatch_quadratic.py +++ b/switch_model/hawaii/smooth_dispatch_quadratic.py @@ -5,62 +5,86 @@ from pyomo.environ import * import switch_model.solve + def define_components(m): - if m.options.solver in ('cplex', 'cplexamp', 'gurobi', 'gurobi_ampl'): + if m.options.solver in ("cplex", "cplexamp", "gurobi", "gurobi_ampl"): m.options.smooth_dispatch = True else: # glpk and cbc can't handle quadratic problem used for smoothing m.options.smooth_dispatch = False if m.options.verbose: - print("Not smoothing dispatch because {} cannot solve a quadratic model.".format(m.options.solver)) - print("Remove hawaii.smooth_dispatch from modules.txt and iterate.txt to avoid this message.") + print( + "Not smoothing dispatch because {} cannot solve a quadratic model.".format( + m.options.solver + ) + ) + print( + "Remove hawaii.smooth_dispatch from modules.txt and iterate.txt to avoid this message." + ) # add an alternative objective function that smoothes out time-shiftable energy sources and sinks if m.options.smooth_dispatch: - if hasattr(m, 'ChargeEVs') and isinstance(m.ChargeEVs, Expression): + if hasattr(m, "ChargeEVs") and isinstance(m.ChargeEVs, Expression): # Create a variable bound to the ChargeEVs expression # that can be squared in the objective function without creating # a non-positive-definite problem. m.ChargeEVsVar = Var(m.ChargeEVs.index_set()) m.ChargeEVsVar_fix = Constraint( m.ChargeEVs.index_set(), - rule=lambda m, *key: m.ChargeEVsVar[key] == m.ChargeEVs[key] + rule=lambda m, *key: m.ChargeEVsVar[key] == m.ChargeEVs[key], ) def Smooth_Free_Variables_obj_rule(m): # minimize production (i.e., maximize curtailment / minimize losses) obj = sum( getattr(m, component)[z, t] - for z in m.LOAD_ZONES - for t in m.TIMEPOINTS - for component in m.Zone_Power_Injections) + for z in m.LOAD_ZONES + for t in m.TIMEPOINTS + for component in m.Zone_Power_Injections + ) # minimize the variability of various slack responses components_to_smooth = [ - 'ShiftDemand', 'ChargeBattery', 'DischargeBattery', - 'RunElectrolyzerMW', 'LiquifyHydrogenMW', 'DispatchFuelCellMW', + "ShiftDemand", + "ChargeBattery", + "DischargeBattery", + "RunElectrolyzerMW", + "LiquifyHydrogenMW", + "DispatchFuelCellMW", ] - if hasattr(m, 'ChargeEVsVar'): - components_to_smooth.append('ChargeEVsVar') + if hasattr(m, "ChargeEVsVar"): + components_to_smooth.append("ChargeEVsVar") else: - components_to_smooth.append('ChargeEVs') + components_to_smooth.append("ChargeEVs") for var in components_to_smooth: if hasattr(m, var): if m.options.verbose: print("Will smooth {}.".format(var)) comp = getattr(m, var) - obj += sum(comp[z, t]*comp[z, t] for z in m.LOAD_ZONES for t in m.TIMEPOINTS) + obj += sum( + comp[z, t] * comp[z, t] + for z in m.LOAD_ZONES + for t in m.TIMEPOINTS + ) # include standard storage generators too - if hasattr(m, 'STORAGE_GEN_TPS'): + if hasattr(m, "STORAGE_GEN_TPS"): print("Will smooth charging and discharging of standard storage.") - obj += sum(m.ChargeStorage[g, tp]*m.ChargeStorage[g, tp] for g, tp in m.STORAGE_GEN_TPS) - obj += sum(m.DispatchGen[g, tp]*m.DispatchGen[g, tp] for g, tp in m.STORAGE_GEN_TPS) + obj += sum( + m.ChargeStorage[g, tp] * m.ChargeStorage[g, tp] + for g, tp in m.STORAGE_GEN_TPS + ) + obj += sum( + m.DispatchGen[g, tp] * m.DispatchGen[g, tp] + for g, tp in m.STORAGE_GEN_TPS + ) # also maximize up reserves, which will (a) minimize arbitrary burning off of renewables # (e.g., via storage) and (b) give better representation of the amount of reserves actually available - if hasattr(m, 'Spinning_Reserve_Up_Provisions') and hasattr(m, 'GEN_SPINNING_RESERVE_TYPES'): # advanced module + if hasattr(m, "Spinning_Reserve_Up_Provisions") and hasattr( + m, "GEN_SPINNING_RESERVE_TYPES" + ): # advanced module print("Will maximize provision of up reserves.") - reserve_weight = {'contingency': 0.9, 'regulation': 1.1} + reserve_weight = {"contingency": 0.9, "regulation": 1.1} for comp_name in m.Spinning_Reserve_Up_Provisions: component = getattr(m, comp_name) obj += -0.1 * sum( @@ -68,7 +92,10 @@ def Smooth_Free_Variables_obj_rule(m): for rt, ba, tp in component ) return obj - m.Smooth_Free_Variables = Objective(rule=Smooth_Free_Variables_obj_rule, sense=minimize) + + m.Smooth_Free_Variables = Objective( + rule=Smooth_Free_Variables_obj_rule, sense=minimize + ) # leave standard objective in effect for now m.Smooth_Free_Variables.deactivate() @@ -80,6 +107,7 @@ def Smooth_Free_Variables_obj_rule(m): # m.Minimize_System_Cost.activate() # m.Fix_Obj = BuildAction(rule=Fix_Obj_rule) + def pre_iterate(m): if m.options.smooth_dispatch: if m.iteration_number == 0: @@ -88,69 +116,79 @@ def pre_iterate(m): elif m.iteration_number == 1: pre_smooth_solve(m) else: - raise RuntimeError("Reached unexpected iteration number {} in module {}.".format(m.iteration_number, __name__)) + raise RuntimeError( + "Reached unexpected iteration number {} in module {}.".format( + m.iteration_number, __name__ + ) + ) return None # no comment on convergence + def post_iterate(m): if hasattr(m, "ChargeBattery"): double_charge = [ - ( - z, t, - m.ChargeBattery[z, t].value, - m.DischargeBattery[z, t].value - ) - for z in m.LOAD_ZONES - for t in m.TIMEPOINTS - if m.ChargeBattery[z, t].value > 0 - and m.DischargeBattery[z, t].value > 0 + (z, t, m.ChargeBattery[z, t].value, m.DischargeBattery[z, t].value) + for z in m.LOAD_ZONES + for t in m.TIMEPOINTS + if m.ChargeBattery[z, t].value > 0 and m.DischargeBattery[z, t].value > 0 ] if len(double_charge) > 0: print("") - print("WARNING: batteries are simultaneously charged and discharged in some hours.") + print( + "WARNING: batteries are simultaneously charged and discharged in some hours." + ) print("This is usually done to relax the biofuel limit.") for (z, t, c, d) in double_charge: - print('ChargeBattery[{z}, {t}]={c}, DischargeBattery[{z}, {t}]={d}'.format( - z=z, t=m.tp_timestamp[t], - c=c, d=d - )) + print( + "ChargeBattery[{z}, {t}]={c}, DischargeBattery[{z}, {t}]={d}".format( + z=z, t=m.tp_timestamp[t], c=c, d=d + ) + ) if m.options.smooth_dispatch: # setup model for next iteration if m.iteration_number == 0: - done = False # we'll have to run again to do the smoothing + done = False # we'll have to run again to do the smoothing elif m.iteration_number == 1: # finished smoothing the model post_smooth_solve(m) # now we're done done = True else: - raise RuntimeError("Reached unexpected iteration number {} in module {}.".format(m.iteration_number, __name__)) + raise RuntimeError( + "Reached unexpected iteration number {} in module {}.".format( + m.iteration_number, __name__ + ) + ) else: # not smoothing the dispatch done = True return done + def post_solve(m, outputs_dir): - """ Smooth dispatch if it wasn't already done during an iterative solution. """ - if m.options.smooth_dispatch and not getattr(m, 'iterated_smooth_dispatch', False): + """Smooth dispatch if it wasn't already done during an iterative solution.""" + if m.options.smooth_dispatch and not getattr(m, "iterated_smooth_dispatch", False): pre_smooth_solve(m) # re-solve and load results m.preprocess() switch_model.solve.solve(m) post_smooth_solve(m) + def pre_smooth_solve(m): - """ store model state and prepare for smoothing """ + """store model state and prepare for smoothing""" save_duals(m) fix_obj_expression(m.Minimize_System_Cost) m.Minimize_System_Cost.deactivate() m.Smooth_Free_Variables.activate() print("smoothing free variables...") + def post_smooth_solve(m): - """ restore original model state """ + """restore original model state""" # restore the standard objective m.Smooth_Free_Variables.deactivate() m.Minimize_System_Cost.activate() @@ -161,36 +199,38 @@ def post_smooth_solve(m): def save_duals(m): - if hasattr(m, 'dual'): + if hasattr(m, "dual"): m.old_dual_dict = m.dual._dict.copy() - if hasattr(m, 'rc'): + if hasattr(m, "rc"): m.old_rc_dict = m.rc._dict.copy() + def restore_duals(m): - if hasattr(m, 'dual'): + if hasattr(m, "dual"): m.dual._dict = m.old_dual_dict - if hasattr(m, 'rc'): + if hasattr(m, "rc"): m.rc._dict = m.old_rc_dict + def fix_obj_expression(e, status=True): """Recursively fix all variables included in an objective expression.""" - if hasattr(e, 'fixed'): - e.fixed = status # see p. 171 of the Pyomo book - elif hasattr(e, '_numerator'): + if hasattr(e, "fixed"): + e.fixed = status # see p. 171 of the Pyomo book + elif hasattr(e, "_numerator"): for e2 in e._numerator: fix_obj_expression(e2, status) for e2 in e._denominator: fix_obj_expression(e2, status) - elif hasattr(e, '_args'): + elif hasattr(e, "_args"): for e2 in e._args: fix_obj_expression(e2, status) - elif hasattr(e, 'expr'): + elif hasattr(e, "expr"): fix_obj_expression(e.expr, status) - elif hasattr(e, 'is_constant'): + elif hasattr(e, "is_constant"): # parameter; we don't actually care if it's mutable or not pass else: raise ValueError( - 'Expression {e} does not have an exg, fixed or _args property, ' + - 'so it cannot be fixed.'.format(e=e) + "Expression {e} does not have an exg, fixed or _args property, " + + "so it cannot be fixed.".format(e=e) ) diff --git a/switch_model/hawaii/switch_patch.py b/switch_model/hawaii/switch_patch.py index 88f5a84e5..d0a85aa1f 100644 --- a/switch_model/hawaii/switch_patch.py +++ b/switch_model/hawaii/switch_patch.py @@ -1,8 +1,10 @@ from pyomo.environ import * + def define_components(m): """Make various changes to the model to support hawaii-specific modules.""" + # # TODO: combine the following changes into a pull request for Pyomo # # patch Pyomo's table-reading function to allow .csv files with headers but no data # import os, re diff --git a/switch_model/hawaii/unserved_load.py b/switch_model/hawaii/unserved_load.py index 786aa892a..b7cf5bc14 100644 --- a/switch_model/hawaii/unserved_load.py +++ b/switch_model/hawaii/unserved_load.py @@ -4,9 +4,15 @@ spurious reports of infeasibility.""" from pyomo.environ import * + def define_arguments(argparser): - argparser.add_argument("--unserved-load-penalty", type=float, default=None, - help="Penalty to charge per MWh of unserved load. Usually set high enough to force unserved load to zero (default is $10,000/MWh).") + argparser.add_argument( + "--unserved-load-penalty", + type=float, + default=None, + help="Penalty to charge per MWh of unserved load. Usually set high enough to force unserved load to zero (default is $10,000/MWh).", + ) + def define_components(m): # create an unserved load variable with a high penalty cost, @@ -15,7 +21,9 @@ def define_components(m): # cost per MWh for unserved load (high) if m.options.unserved_load_penalty is not None: # always use penalty factor supplied on the command line, if any - m.unserved_load_penalty_per_mwh = Param(initialize=m.options.unserved_load_penalty) + m.unserved_load_penalty_per_mwh = Param( + initialize=m.options.unserved_load_penalty + ) else: # no penalty on the command line, use whatever is in the parameter files, or 10000 m.unserved_load_penalty_per_mwh = Param(default=10000) @@ -23,25 +31,30 @@ def define_components(m): # amount of unserved load during each timepoint m.UnservedLoad = Var(m.LOAD_ZONES, m.TIMEPOINTS, within=NonNegativeReals) # total cost for unserved load - m.UnservedLoadPenalty = Expression(m.TIMEPOINTS, rule=lambda m, tp: - m.tp_duration_hrs[tp] - * sum(m.UnservedLoad[z, tp] * m.unserved_load_penalty_per_mwh for z in m.LOAD_ZONES) + m.UnservedLoadPenalty = Expression( + m.TIMEPOINTS, + rule=lambda m, tp: m.tp_duration_hrs[tp] + * sum( + m.UnservedLoad[z, tp] * m.unserved_load_penalty_per_mwh + for z in m.LOAD_ZONES + ), ) # add the unserved load to the model's energy balance - m.Zone_Power_Injections.append('UnservedLoad') + m.Zone_Power_Injections.append("UnservedLoad") # add the unserved load penalty to the model's objective function - m.Cost_Components_Per_TP.append('UnservedLoadPenalty') + m.Cost_Components_Per_TP.append("UnservedLoadPenalty") # amount of unserved reserves during each timepoint m.UnservedUpReserves = Var(m.TIMEPOINTS, within=NonNegativeReals) m.UnservedDownReserves = Var(m.TIMEPOINTS, within=NonNegativeReals) # total cost for unserved reserves (90% as high as cost of unserved load, # to make the model prefer to serve load when possible) - m.UnservedReservePenalty = Expression(m.TIMEPOINTS, rule=lambda m, tp: - m.tp_duration_hrs[tp] + m.UnservedReservePenalty = Expression( + m.TIMEPOINTS, + rule=lambda m, tp: m.tp_duration_hrs[tp] * 0.9 * m.unserved_load_penalty_per_mwh - * (m.UnservedUpReserves[tp] + m.UnservedDownReserves[tp]) + * (m.UnservedUpReserves[tp] + m.UnservedDownReserves[tp]), ) # add the unserved load penalty to the model's objective function - m.Cost_Components_Per_TP.append('UnservedReservePenalty') + m.Cost_Components_Per_TP.append("UnservedReservePenalty") diff --git a/switch_model/hawaii/util.py b/switch_model/hawaii/util.py index 7ba759132..aaa52148f 100644 --- a/switch_model/hawaii/util.py +++ b/switch_model/hawaii/util.py @@ -6,26 +6,31 @@ # check whether this is an interactive session # (if not, there will be no __main__.__file__) -interactive_session = not hasattr(main, '__file__') +interactive_session = not hasattr(main, "__file__") -csv.register_dialect("switch-csv", +csv.register_dialect( + "switch-csv", delimiter=",", lineterminator="\n", - doublequote=False, escapechar="\\", - quotechar='"', quoting=csv.QUOTE_MINIMAL, - skipinitialspace = False + doublequote=False, + escapechar="\\", + quotechar='"', + quoting=csv.QUOTE_MINIMAL, + skipinitialspace=False, ) + def create_table(**kwargs): """Create an empty output table and write the headings.""" output_file = kwargs["output_file"] headings = kwargs["headings"] - with open(output_file, 'w') as f: + with open(output_file, "w") as f: w = csv.writer(f, dialect="switch-csv") # write header row w.writerow(list(headings)) + def append_table(model, *indexes, **kwargs): """Add rows to an output table, iterating over the indexes specified, and getting row data from the values function specified.""" @@ -35,22 +40,22 @@ def append_table(model, *indexes, **kwargs): # create a master indexing set # this is a list of lists, even if only one list was specified idx = itertools.product(*indexes) - with open(output_file, 'a') as f: + with open(output_file, "a") as f: w = csv.writer(f, dialect="switch-csv") # write the data # import pdb # if 'rfm' in output_file: # pdb.set_trace() w.writerows( - tuple(value(v) for v in values(model, *unpack_elements(x))) - for x in idx + tuple(value(v) for v in values(model, *unpack_elements(x))) for x in idx ) + def unpack_elements(tup): """Unpack any multi-element objects within tup, to make a single flat tuple. Note: this is not recursive. This is used to flatten the product of a multi-dimensional index with anything else.""" - l=[] + l = [] for t in tup: if isinstance(t, string_types): l.append(t) @@ -64,29 +69,34 @@ def unpack_elements(tup): l.append(t) return tuple(l) + def write_table(model, *indexes, **kwargs): """Write an output table in one shot - headers and body.""" output_file = kwargs["output_file"] - print("Writing {file} ...".format(file=output_file), end=' ') + print("Writing {file} ...".format(file=output_file), end=" ") sys.stdout.flush() # display the part line to the user - start=time.time() + start = time.time() create_table(**kwargs) append_table(model, *indexes, **kwargs) - print("time taken: {dur:.2f}s".format(dur=time.time()-start)) + print("time taken: {dur:.2f}s".format(dur=time.time() - start)) + def get(component, index, default=None): """Return an element from an indexed component, or the default value if the index is invalid.""" return component[index] if index in component else default + def log(msg): sys.stdout.write(msg) sys.stdout.flush() # display output to the user, even a partial line + def tic(): tic.start_time = time.time() + def toc(): - log("time taken: {dur:.2f}s\n".format(dur=time.time()-tic.start_time)) + log("time taken: {dur:.2f}s\n".format(dur=time.time() - tic.start_time)) diff --git a/switch_model/main.py b/switch_model/main.py deleted file mode 100644 index fbd3daa48..000000000 --- a/switch_model/main.py +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright (c) 2015-2019 The Switch Authors. All rights reserved. -# Licensed under the Apache License, Version 2.0, which is in the LICENSE file. - -"""Script to handle switch calls from the command line.""" -from __future__ import print_function - -import sys, os -import switch_model - -# print "running {} as {}.".format(__file__, __name__) - -def main(): - cmds = ["solve", "solve-scenarios", "test", "upgrade", "--version"] - if len(sys.argv) >= 2 and sys.argv[1] in cmds: - # If users run a script from the command line, the location of the script - # gets added to the start of sys.path; if they call a module from the - # command line then an empty entry gets added to the start of the path, - # indicating the current working directory. This module is often called - # from a command-line script, but we want the current working - # directory in the path because users may try to load local modules via - # the configuration files, so we make sure that's always in the path. - sys.path[0] = "" - - # adjust the argument list to make it look like someone ran "python -m " directly - cmd = sys.argv[1] - sys.argv[0] += " " + cmd - del sys.argv[1] - if cmd == "--version": - print("Switch model version " + switch_model.__version__) - return 0 - if cmd == "solve": - from .solve import main - elif cmd == "solve-scenarios": - from .solve_scenarios import main - elif cmd == "test": - from .test import main - elif cmd == "upgrade": - from switch_model.upgrade import main - main() - else: - print("Usage: {} {{{}}} ...".format(os.path.basename(sys.argv[0]), ", ".join(cmds))) - print("Use one of these commands with --help for more information.") - -if __name__ == "__main__": - main() diff --git a/switch_model/policies/CA_policies.py b/switch_model/policies/CA_policies.py new file mode 100644 index 000000000..c0fe3aed6 --- /dev/null +++ b/switch_model/policies/CA_policies.py @@ -0,0 +1,236 @@ +# Copyright (c) 2015-2017 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2.0, which is in the LICENSE file. +""" +Module to enforce policies specific to the state of California for the WECC model. + +The state of the load zone is determined based on the letters prior to the first underscore. +For example, "CA_PGE_BAY" gives a state code of "CA" and will be considered as part of California. + +Three possible policy constraints can be specified in ca_policies.csv. See documentation below. + +INPUT FILE FORMAT + Expected input files: + load_zones.csv + LOAD_ZONE, load_zone_state + + ca_policies.csv + PERIOD,ca_min_gen_timepoint_ratio,ca_min_gen_period_ratio,carbon_cap_tco2_per_yr_CA +""" +import os +from pyomo.environ import Set, Param, Expression, Constraint, PercentFraction, Any +import switch_model.reporting as reporting +from switch_model.tools.graph import graph + + +def define_components(mod): + """ + load_zone_state[z] is the two-letter state code of a load zone. + Values are inferred from the prefix of the load_zone id. For + example, "CA_PGE_BAY" gives a state code of "CA". Note that + this method isn't perfect. For example, "CAN_ALB" gives a "state" + code of "CAN". + If the state value is "CA" this load zone is considered to be + part of California. + TODO : Add a column in load_zones.csv with the load_zone's + two-letter state code and read load_zone_state[z] from there + instead of trying to infer it from the LOAD_ZONE id. If + someone plans to implement this, the code was already + implemented at + https://github.com/RAEL-Berkeley/switch/tree/a0b80829a8dfad2018cb30f91893687565e0c4fe. + So you can use that code as starters (database still needs + updating though). + + + carbon_cap_tco2_per_yr_CA[p] is the carbon cap for a given period + on all CO2 emission generated in load zones within California. + + ca_min_gen_period_ratio[p] sets the fraction of California's + demand that must be satisfied from generation within California. + For example, this constraint could specify that over a period, + at least 80% of California's demand must be supplied by Californian + projects. Note that we don't do "electron tracking", meaning + that energy generated in California and transmitted to neighbouring states + still counts towards satisfying California's demand for this constraint. + This constraint is applied to the total generation and demand over + a period. + + ca_min_gen_timepoint_ratio[p] is equivalent to ca_min_gen_period_ratio[p] + but applies the constraint at every timepoint, rather than over + an entire period. + + AnnualEmissions_CA[p] is California's emissions throughout a period + in metric tonnes of CO2 per year. This doesn't account for + emissions from power imported from outside of California. + + CA_Dispatch[t] is California's generation in MW at a timepoint. + + CA_Demand[t] is California's demand in MW at a timepoint. + + CA_AnnualDispatch[p] is California's total energy generation throughout + a year in MWh. + + CA_AnnualDemand[p] is California's total energy demand throughout a year in MWh. + """ + mod.load_zone_state = Param( + mod.LOAD_ZONES, + # Returns the letters before the first underscore, if there's no underscore, simply return the entire id + input_file="load_zones.csv", + default=lambda m, z: z.partition("_")[0], + within=Any, + doc="Two-letter state code for each load zone inferred from the load zone id.", + ) + + mod.CA_ZONES = Set( + initialize=mod.LOAD_ZONES, + within=mod.LOAD_ZONES, + filter=lambda m, z: m.load_zone_state[z] == "CA", + doc="Set of load zones within California.", + ) + + mod.ca_min_gen_timepoint_ratio = Param( + mod.PERIODS, + within=PercentFraction, + default=0, + input_file="ca_policies.csv", + doc="Fraction of demand that must be satisfied through in-state" + "generation during each timepoint.", + ) + + mod.ca_min_gen_period_ratio = Param( + mod.PERIODS, + within=PercentFraction, + default=0, + input_file="ca_policies.csv", + doc="Fraction of demand that must be satisfied through in-state" + "generation across an entire period.", + ) + + mod.carbon_cap_tco2_per_yr_CA = Param( + mod.PERIODS, + default=float("inf"), + input_file="ca_policies.csv", + input_optional=True, + doc=( + "Emissions from California must be less than this cap. Specified in metric tonnes of CO2 per year." + ), + ) + + mod.AnnualEmissions_CA = Expression( + mod.PERIODS, + rule=lambda m, period: sum( + m.DispatchEmissions[g, t, f] * m.tp_weight_in_year[t] + for (g, t, f) in m.GEN_TP_FUELS + if m.tp_period[t] == period + and (m.load_zone_state[m.gen_load_zone[g]] == "CA") + ), + doc="CA's annual emissions, in metric tonnes of CO2 per year.", + ) + + # Carbon caps when specified in tons of CO2 are normally very large numbers ~10^8 + # We express the constraint in terms of thousands of tons of CO2 to avoid numerical + # issues while solving + scaling_factor_Enforce_Carbon_Cap = 10**-3 + mod.Enforce_Carbon_Cap_CA = Constraint( + mod.PERIODS, + rule=lambda m, p: m.AnnualEmissions_CA[p] * scaling_factor_Enforce_Carbon_Cap + <= m.carbon_cap_tco2_per_yr_CA[p] * scaling_factor_Enforce_Carbon_Cap + if m.carbon_cap_tco2_per_yr_CA[p] != float("inf") + else Constraint.Skip, + doc="Enforces the carbon cap for generation-related emissions.", + ) + + # TODO test that m.Zone_Power_injections includes all the power injection *even if this module is the first + # one in modules.txt*. Otherwise, add check to ensure module happens after others. Same testing required + # for m.Zone_Power_Withdrawals below. + mod.CA_Dispatch = Expression( + mod.TIMEPOINTS, + # Sum of all power injections except for transmission + rule=lambda m, t: sum( + sum(getattr(m, component)[z, t] for z in m.CA_ZONES) + for component in m.Zone_Power_Injections + if component != "TXPowerNet" + ), + ) + + mod.CA_Demand = Expression( + mod.TIMEPOINTS, + # Sum of all power withdrawals + rule=lambda m, t: sum( + sum(getattr(m, component)[z, t] for z in m.CA_ZONES) + for component in m.Zone_Power_Withdrawals + ), + ) + + mod.CA_AnnualDispatch = Expression( + mod.PERIODS, + rule=lambda m, p: sum( + m.CA_Dispatch[t] * m.tp_weight_in_year[t] for t in m.TPS_IN_PERIOD[p] + ), + ) + mod.CA_AnnualDemand = Expression( + mod.PERIODS, + rule=lambda m, p: sum( + m.CA_Demand[t] * m.tp_weight_in_year[t] for t in m.TPS_IN_PERIOD[p] + ), + ) + + mod.CA_Min_Gen_Timepoint_Constraint = Constraint( + mod.TIMEPOINTS, + rule=lambda m, t: ( + m.CA_Dispatch[t] + >= m.CA_Demand[t] * m.ca_min_gen_timepoint_ratio[m.tp_period[t]] + ) + if m.ca_min_gen_timepoint_ratio[m.tp_period[t]] != 0 + else Constraint.Skip, + ) + + mod.CA_Min_Gen_Period_Constraint = Constraint( + mod.PERIODS, + rule=lambda m, p: ( + m.CA_AnnualDispatch[p] + >= m.ca_min_gen_period_ratio[p] * m.CA_AnnualDemand[p] + ) + if m.ca_min_gen_period_ratio[p] != 0 + else Constraint.Skip, + ) + + +def post_solve(model, outdir): + """ + Export california's annual emissions and its carbon caps + for each period. + """ + reporting.write_table( + model, + model.PERIODS, + output_file=os.path.join(outdir, "ca_policies.csv"), + headings=( + "PERIOD", + "AnnualEmissions_tCO2_per_yr_CA", + "carbon_cap_tco2_per_yr_CA", + "CA_AnnualDispatch", + "CA_AnnualDemand", + "Dispatch/Demand ratio", + "Minimum ratio", + ), + values=lambda m, p: [ + p, + m.AnnualEmissions_CA[p], + m.carbon_cap_tco2_per_yr_CA[p], + m.CA_AnnualDispatch[p], + m.CA_AnnualDemand[p], + m.CA_AnnualDispatch[p] / m.CA_AnnualDemand[p], + m.ca_min_gen_period_ratio[p], + ], + ) + + +@graph("emissions_CA", "California's Total Emissions") +def graph(tools): + # Plot emissions over time + df = tools.get_dataframe("ca_policies.csv").set_index("PERIOD")[ + "AnnualEmissions_tCO2_per_yr_CA" + ] + df.plot( + ax=tools.get_axes(), kind="bar", ylabel="Annual Emissions (tCO2)", xlabel="Year" + ) diff --git a/switch_model/policies/carbon_policies.py b/switch_model/policies/carbon_policies.py index 8820d526e..35580814c 100644 --- a/switch_model/policies/carbon_policies.py +++ b/switch_model/policies/carbon_policies.py @@ -16,51 +16,143 @@ Note: carbon_cost_dollar_per_tco2 defaults to 0 (no cost) for any data that is unspecified. +Specifying any of carbon_cap_tnox_per_yr, carbon_cost_dollar_per_tnox, + carbon_cap_tso2_per_yr, carbon_cost_dollar_per_tso2, + carbon_cap_tch4_per_yr, carbon_cost_dollar_per_tch4 + will have the same effect as descibed above, just for different greenhouse gases. + +INPUT FILE FORMAT + Typically, people will specify either carbon caps or carbon costs, but not + both. If you provide data for both columns, the results may be difficult + to interpret meaningfully. + + Expected input files: + carbon_policies.csv + PERIOD, carbon_cap_tco2_per_yr, carbon_cost_dollar_per_tco2, + carbon_cap_tnox_per_yr, carbon_cost_dollar_per_tnox, + carbon_cap_tso2_per_yr, carbon_cost_dollar_per_tso2, + carbon_cap_tch4_per_yr, carbon_cost_dollar_per_tch4, """ from __future__ import division import os from pyomo.environ import Set, Param, Expression, Constraint, Suffix import switch_model.reporting as reporting +from switch_model.tools.graph import graph +from switch_model.utilities import results_info + def define_components(model): - model.carbon_cap_tco2_per_yr = Param(model.PERIODS, default=float('inf'), doc=( - "Emissions from this model must be less than this cap. " - "This is specified in metric tonnes of CO2 per year.")) - model.Enforce_Carbon_Cap = Constraint(model.PERIODS, - rule=lambda m, p: - Constraint.Skip if m.carbon_cap_tco2_per_yr[p] == float('inf') - else m.AnnualEmissions[p] <= m.carbon_cap_tco2_per_yr[p], - doc=("Enforces the carbon cap for generation-related emissions.")) - # Make sure the model has a dual suffix for determining implicit carbon costs - if not hasattr(model, "dual"): - model.dual = Suffix(direction=Suffix.IMPORT) + model.carbon_cap_tco2_per_yr = Param( + model.PERIODS, + default=float("inf"), + input_file="carbon_policies.csv", + doc=( + "CO2 emissions from this model must be less than this cap. This is specified in metric tonnes of CO2 per year." + ), + ) + model.carbon_cap_tnox_per_yr = Param( + model.PERIODS, + default=float("inf"), + input_file="carbon_policies.csv", + doc=( + "NOx emissions from this model must be less than this cap. This is specified in metric tonnes of NOx per year." + ), + ) + model.carbon_cap_tso2_per_yr = Param( + model.PERIODS, + default=float("inf"), + input_file="carbon_policies.csv", + doc=( + "SO2 emissions from this model must be less than this cap. This is specified in metric tonnes of SO2 per year." + ), + ) + model.carbon_cap_tch4_per_yr = Param( + model.PERIODS, + default=float("inf"), + input_file="carbon_policies.csv", + doc=( + "CH4 emissions from this model must be less than this cap. This is specified in metric tonnes of CH4 per year." + ), + ) - model.carbon_cost_dollar_per_tco2 = Param(model.PERIODS, default=0.0, - doc="The cost adder applied to emissions, in future dollars per metric tonne of CO2.") - model.EmissionsCosts = Expression(model.PERIODS, - rule=lambda model, period: \ - model.AnnualEmissions[period] * model.carbon_cost_dollar_per_tco2[period], - doc=("Enforces the carbon cap for generation-related emissions.")) - model.Cost_Components_Per_Period.append('EmissionsCosts') + # We use a scaling factor to improve the numerical properties + # of the model. The scaling factor was determined using trial + # and error and this tool https://github.com/staadecker/lp-analyzer. + # Learn more by reading the documentation on Numerical Issues. + enforce_carbon_cap_scaling_factor = 1e-1 + model.Enforce_Carbon_Cap = Constraint( + model.PERIODS, + rule=lambda m, p: Constraint.Skip + if m.carbon_cap_tco2_per_yr[p] == float("inf") + else m.AnnualEmissions[p] * enforce_carbon_cap_scaling_factor + <= m.carbon_cap_tco2_per_yr[p] * enforce_carbon_cap_scaling_factor, + doc=("Enforces the carbon cap for generation-related CO2 emissions."), + ) + model.Enforce_Carbon_Cap_NOx = Constraint( + model.PERIODS, + rule=lambda m, p: Constraint.Skip + if m.carbon_cap_tnox_per_yr[p] == float("inf") + else m.AnnualEmissionsNOx[p] <= m.carbon_cap_tnox_per_yr[p], + doc="Enforces the carbon cap for generation-related NOx emissions.", + ) -def load_inputs(model, switch_data, inputs_dir): - """ - Typically, people will specify either carbon caps or carbon costs, but not - both. If you provide data for both columns, the results may be difficult - to interpret meaningfully. + model.Enforce_Carbon_Cap_SO2 = Constraint( + model.PERIODS, + rule=lambda m, p: Constraint.Skip + if m.carbon_cap_tso2_per_yr[p] == float("inf") + else m.AnnualEmissionsSO2[p] <= m.carbon_cap_tso2_per_yr[p], + doc="Enforces the carbon cap for generation-related SO2 emissions.", + ) - Expected input files: - carbon_policies.csv - PERIOD, carbon_cap_tco2_per_yr, carbon_cost_dollar_per_tco2 + model.Enforce_Carbon_Cap_CH4 = Constraint( + model.PERIODS, + rule=lambda m, p: Constraint.Skip + if m.carbon_cap_tch4_per_yr[p] == float("inf") + else m.AnnualEmissionsCH4[p] <= m.carbon_cap_tch4_per_yr[p], + doc="Enforces the carbon cap for generation-related CH4 emissions.", + ) - """ - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'carbon_policies.csv'), - optional=True, - optional_params=(model.carbon_cap_tco2_per_yr, model.carbon_cost_dollar_per_tco2), - auto_select=True, - param=(model.carbon_cap_tco2_per_yr, model.carbon_cost_dollar_per_tco2)) + # Make sure the model has a dual suffix for determining implicit carbon costs + model.enable_duals() + + model.carbon_cost_dollar_per_tco2 = Param( + model.PERIODS, + default=0.0, + input_file="carbon_policies.csv", + doc="The cost adder applied to CO2 emissions, in future dollars per metric tonne of CO2.", + ) + model.carbon_cost_dollar_per_tnox = Param( + model.PERIODS, + default=0.0, + input_file="carbon_policies.csv", + doc="The cost adder applied to NOx emissions, in future dollars per metric tonne of NOx.", + ) + model.carbon_cost_dollar_per_tso2 = Param( + model.PERIODS, + default=0.0, + input_file="carbon_policies.csv", + doc="The cost adder applied to SO2 emissions, in future dollars per metric tonne of SO2.", + ) + model.carbon_cost_dollar_per_tch4 = Param( + model.PERIODS, + default=0.0, + input_file="carbon_policies.csv", + doc="The cost adder applied to CH4 emissions, in future dollars per metric tonne of CH4.", + ) + + model.EmissionsCosts = Expression( + model.PERIODS, + rule=( + lambda m, p: m.AnnualEmissions[p] * m.carbon_cost_dollar_per_tco2[p] + + m.AnnualEmissionsNOx[p] * m.carbon_cost_dollar_per_tnox[p] + + m.AnnualEmissionsSO2[p] * m.carbon_cost_dollar_per_tso2[p] + + m.AnnualEmissionsCH4[p] * m.carbon_cost_dollar_per_tch4[p] + ), + doc="Enforces the carbon cap for generation-related emissions.", + ) + + model.Cost_Components_Per_Period.append("EmissionsCosts") def post_solve(model, outdir): @@ -74,25 +166,107 @@ def post_solve(model, outdir): discrete unit commitment, or other integer decision variables, the dual values will not be exported. """ + def get_row(model, period): - row = [period, model.AnnualEmissions[period], - model.carbon_cap_tco2_per_yr[period]] - # Only print the carbon cap dual value if it exists and if the problem - # is purely linear. - if not model.has_discrete_variables() and model.Enforce_Carbon_Cap[period] in model.dual: - row.append(model.dual[model.Enforce_Carbon_Cap[period]] / - model.bring_annual_costs_to_base_year[period]) - else: - row.append('.') - row.append(model.carbon_cost_dollar_per_tco2[period]) - row.append(model.carbon_cost_dollar_per_tco2[period] * \ - model.AnnualEmissions[period]) - return row + # Loop through all 4 green house gases (GHG) and add the value to the row. + GHGs = [ + { + "AnnualEmissions": model.AnnualEmissions, + "cap": model.carbon_cap_tco2_per_yr, + "cost_per_t": model.carbon_cost_dollar_per_tco2, + "Enforce_Carbon_Cap": "Enforce_Carbon_Cap", + }, + { + "AnnualEmissions": model.AnnualEmissionsNOx, + "cap": model.carbon_cap_tnox_per_yr, + "cost_per_t": model.carbon_cost_dollar_per_tnox, + "Enforce_Carbon_Cap": "Enforce_Carbon_Cap_NOx", + }, + { + "AnnualEmissions": model.AnnualEmissionsSO2, + "cap": model.carbon_cap_tso2_per_yr, + "cost_per_t": model.carbon_cost_dollar_per_tso2, + "Enforce_Carbon_Cap": "Enforce_Carbon_Cap_SO2", + }, + { + "AnnualEmissions": model.AnnualEmissionsCH4, + "cap": model.carbon_cap_tch4_per_yr, + "cost_per_t": model.carbon_cost_dollar_per_tch4, + "Enforce_Carbon_Cap": "Enforce_Carbon_Cap_CH4", + }, + ] + + return (period,) + tuple( + c + for GHG in GHGs + for c in ( + GHG["AnnualEmissions"][period], + GHG["cap"][period], + model.get_dual( + GHG["Enforce_Carbon_Cap"], + period, + divider=model.bring_annual_costs_to_base_year[period], + ), + GHG["cost_per_t"][period], + GHG["cost_per_t"][period] * GHG["AnnualEmissions"][period], + ) + ) reporting.write_table( - model, model.PERIODS, + model, + model.PERIODS, output_file=os.path.join(outdir, "emissions.csv"), - headings=("PERIOD", "AnnualEmissions_tCO2_per_yr", - "carbon_cap_tco2_per_yr", "carbon_cap_dual_future_dollar_per_tco2", - "carbon_cost_dollar_per_tco2", "carbon_cost_annual_total"), - values=get_row) + headings=( + "PERIOD", + "AnnualEmissions_tCO2_per_yr", + "carbon_cap_tco2_per_yr", + "carbon_cap_dual_future_dollar_per_tco2", + "carbon_cost_dollar_per_tco2", + "carbon_cost_annual_total_co2", + "AnnualEmissions_tNOx_per_yr", + "carbon_cap_tNOx_per_yr", + "carbon_cap_dual_future_dollar_per_tnox", + "carbon_cost_dollar_per_tnox", + "carbon_cost_annual_total_nox", + "AnnualEmissions_tSO2_per_yr", + "carbon_cap_tso2_per_yr", + "carbon_cap_dual_future_dollar_per_tso2", + "carbon_cost_dollar_per_tso2", + "carbon_cost_annual_total_so2", + "AnnualEmissions_tCH4_per_yr", + "carbon_cap_tch4_per_yr", + "carbon_cap_dual_future_dollar_per_tch4", + "carbon_cost_dollar_per_tch4", + "carbon_cost_annual_total_ch4", + ), + values=get_row, + ) + + +@graph("emissions", "Emissions per period") +def graph_emissions(tools): + df = tools.get_dataframe("emissions.csv", convert_dot_to_na=True) + # Plot emissions over time + df["AnnualEmissions_tCO2_per_yr"] *= 1e-6 # Convert to MMtCO2 + if df["AnnualEmissions_tCO2_per_yr"].sum() == 0: + results_info.add_info("CO2 Emissions", "No Emissions") + return + tools.sns.barplot( + x="PERIOD", + y="AnnualEmissions_tCO2_per_yr", + data=df, + ax=tools.get_axes(ylabel="CO2 Emissions (MMtCO2/yr)"), + color="gray", + ) + + +@graph("emissions_duals", "Carbon cap dual values per period") +def graph_emissions_duals(tools): + df = tools.get_dataframe("emissions.csv", convert_dot_to_na=True) + # Keep only the duals for every period + df = df.set_index("PERIOD")["carbon_cap_dual_future_dollar_per_tco2"] + df = df.dropna() + if df.empty: + return + df *= -1 # Flip to positive values since duals are negative by default + df.plot(kind="bar", ax=tools.get_axes(ylabel="Dual values ($/tCO2)"), color="gray") diff --git a/switch_model/policies/min_per_tech.py b/switch_model/policies/min_per_tech.py new file mode 100644 index 000000000..13e169899 --- /dev/null +++ b/switch_model/policies/min_per_tech.py @@ -0,0 +1,115 @@ +""" +This module allows defining a constraint that specifies a minimum buildout for a certain type of gen_tech. + +The advantage of this module is that it stills allows switch to decide where to place +the specified technology. +""" +import os + +from pyomo.environ import * + +from switch_model.reporting import write_table + + +def define_components(mod): + mod.GEN_TECH_PER_PERIOD = Set( + initialize=lambda m: m.GENERATION_TECHNOLOGIES * m.PERIODS, + dimen=2, + doc="Set of generation technologies and periods", + ) + + mod.minimum_capacity_mw = Param( + mod.GEN_TECH_PER_PERIOD, + within=NonNegativeReals, + default=0, + doc="The minimum amount of capacity for a period and generation technology", + ) + + mod.minimum_energy_capacity_mwh = Param( + mod.GEN_TECH_PER_PERIOD, + within=NonNegativeReals, + default=0, + doc="The minimum amount of energy capacity for a period and generation technology (only considers storage)", + ) + + mod.GenCapacityPerTech = Expression( + mod.GEN_TECH_PER_PERIOD, + rule=lambda m, tech, p: sum( + m.GenCapacity[g, p] for g in m.GENS_BY_TECHNOLOGY[tech] + ), + doc="The amount of power capacity for a period and technology.", + ) + + mod.GenEnergyCapacityPerTech = Expression( + mod.GEN_TECH_PER_PERIOD, + rule=lambda m, tech, p: sum( + m.StorageEnergyCapacity[g, p] + for g in m.STORAGE_GENS + if m.gen_tech[g] == tech + ), + doc="The amount of energy capacity for a period and technology (only considers storage from the storage module).", + ) + + power_scaling_factor = 1e-4 + + mod.Enforce_Minimum_Capacity_Per_Tech = Constraint( + mod.GEN_TECH_PER_PERIOD, + rule=lambda m, tech, p: Constraint.Skip + if m.minimum_capacity_mw[tech, p] == 0 + else m.GenCapacityPerTech[tech, p] * power_scaling_factor + >= m.minimum_capacity_mw[tech, p] * power_scaling_factor, + doc="Constraint enforcing that the power capacity > minimum", + ) + + energy_scaling_factor = 1e-5 + + mod.Enforce_Minimum_Energy_Capacity_Per_Tech = Constraint( + mod.GEN_TECH_PER_PERIOD, + rule=lambda m, tech, p: Constraint.Skip + if m.minimum_energy_capacity_mwh[tech, p] == 0 + else m.GenEnergyCapacityPerTech[tech, p] * energy_scaling_factor + >= m.minimum_energy_capacity_mwh[tech, p] * energy_scaling_factor, + doc="Constraint enforcing that the energy capacity > minimum", + ) + + +def load_inputs(mod, switch_data, inputs_dir): + """ + Expected input file: + + min_per_tech.csv with the following format: + gen_tech,period,minimum_capacity_mw,minimum_energy_capacity_mwh + Nuclear,2040,10,. + """ + switch_data.load_aug( + filename=os.path.join(inputs_dir, "min_per_tech.csv"), + param=(mod.minimum_capacity_mw, mod.minimum_energy_capacity_mwh), + auto_select=True, + # We want this module to run even if we don't specify a constraint so we still get the useful outputs + optional=True, + optional_params=(mod.minimum_capacity_mw, mod.minimum_energy_capacity_mwh), + ) + + +def post_solve(mod, outdir): + write_table( + mod, + mod.GEN_TECH_PER_PERIOD, + output_file=os.path.join(outdir, "gen_cap_per_tech.csv"), + headings=( + "gen_tech", + "period", + "gen_capacity", + "minimum_capacity_mw", + "energy_capacity", + "minimum_energy_capacity_mwh", + ), + values=lambda m, tech, p: ( + tech, + p, + m.GenCapacityPerTech[tech, p], + m.minimum_capacity_mw[tech, p], + m.GenEnergyCapacityPerTech[tech, p], + m.minimum_energy_capacity_mwh[tech, p], + ), + ) diff --git a/switch_model/policies/rps_by_load_zone.py b/switch_model/policies/rps_by_load_zone.py new file mode 100644 index 000000000..4801b52cc --- /dev/null +++ b/switch_model/policies/rps_by_load_zone.py @@ -0,0 +1,225 @@ +# Copyright 2017 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. + +import os +from pyomo.environ import * +from switch_model.reporting import write_table + +""" + +This module defines a simple Renewable Portfolio Standard (RPS) policy scheme +for the Switch-Pyomo model. In this scheme, each fuel is categorized as RPS- +elegible or not. All non-fuel energy sources are assumed to be RPS-elegible. +Dispatched electricity that is generated by RPS-elegible sources in each +period is summed up and must meet an energy goal, set as a required percentage +of all energy that is generated in that period. + +This module assumes that the generators.core.no_commit module is being used. +An error will be raised if this module is loaded along the +generators.core.commit package. + +TODO: +Allow the usage of the commit module. + +""" + + +def define_components(mod): + """ + + f_rps_eligible[f in FUELS] is a binary parameter that flags each fuel as + elegible for RPS accounting or not. + + RPS_ENERGY_SOURCES is a set enumerating all energy sources that contribute + to RPS accounting. It is built by union of all fuels that are RPS elegible + and the NON_FUEL_ENERGY_SOURCES set. + + RPS_PERIODS is a subset of PERIODS for which RPS goals are defined. + + rps_target[z in LOAD_ZONES, p in RPS_PERIODS] is the fraction of total + energy generated in a load zone during a period that has to be provided + by RPS-elegible sources. + + RPSProjFuelPower[g, t in _FUEL_BASED_GEN_TPS] is an + expression summarizing the power generated by RPS-elegible fuels in every + fuel-based project. This cannot be simply taken to be equal to the + dispatch level of the project, since a mix of RPS-elegible and unelegible + fuels may be being consumed to produce that power. This expression is only + valid when unit commitment is being ignored. + + RPSFuelEnergy[z, p] is an expression that sums all the energy produced in a + load zone z using RPS-elegible fuels in fuel-based projects in a given period. + + RPSNonFuelEnergy[z, p] is an expression that sums all the energy produced + in a load zone z using non-fuel sources in a given period. + + TotalGenerationInPeriod[p] is an expression that sums all the energy + produced in a given period by all projects. This has to be calculated and + cannot be taken to be equal to the total load in the period, because + transmission losses could exist. + + RPS_Enforce_Target[z, p] is the constraint that forces energy produced by + renewable sources in a load zone z to meet a fraction of the total energy + produced in the period. + + Useful: + GENS_IN_ZONE[z in LOAD_ZONES] is an indexed set that lists all + generation projects within each load zone. + + """ + + mod.ZONE_PERIODS = Set(dimen=2, within=mod.LOAD_ZONES * mod.PERIODS) + + mod.f_rps_eligible = Param(mod.FUELS, within=Boolean, default=False) + mod.RPS_ENERGY_SOURCES = Set( + initialize=lambda m: set(m.NON_FUEL_ENERGY_SOURCES) + | set(f for f in m.FUELS if m.f_rps_eligible[f]) + ) + + mod.RPS_PERIODS = Set(dimen=1, validate=lambda m, p: p in m.PERIODS) + mod.rps_target = Param( + mod.ZONE_PERIODS, + within=NonNegativeReals, + validate=lambda m, val, z, p: val <= 1.0, + ) + + mod.RPSFuelEnergy = Expression( + mod.ZONE_PERIODS, + rule=lambda m, z, p: sum( + sum( + m.GenFuelUseRate[g, t, f] + for f in m.FUELS_FOR_GEN[g] + if m.f_rps_eligible[f] + ) + / m.gen_full_load_heat_rate[g] + * m.tp_weight[t] + for g in m.FUEL_BASED_GENS + if g in m.GENS_IN_ZONE[z] + for t in m.TPS_FOR_GEN_IN_PERIOD[g, p] + ), + ) + mod.RPSNonFuelEnergy = Expression( + mod.ZONE_PERIODS, + rule=lambda m, z, p: sum( + m.DispatchGen[g, t] * m.tp_weight[t] + for g in m.NON_FUEL_BASED_GENS + if g in m.GENS_IN_ZONE[z] + for t in m.TPS_FOR_GEN_IN_PERIOD[g, p] + ), + ) + + mod.RPS_Enforce_Target = Constraint( + mod.ZONE_PERIODS, + rule=lambda m, z, p: ( + m.RPSFuelEnergy[z, p] + m.RPSNonFuelEnergy[z, p] + >= m.rps_target[z, p] * m.zone_total_demand_in_period_mwh[z, p] + ), + ) # or mod.zone_total_demand_in_period_mwh + + +def total_generation_in_load_zone_in_period(model, z, period): + return sum( + model.DispatchGen[g, t] * model.tp_weight[t] + for g in model.GENS_IN_ZONE[z] + for t in model.TPS_FOR_GEN_IN_PERIOD[g, period] + ) + + +# [paty] not essential for this case. I'm leaving it there because it doesn't bother. +# def total_demand_in_period(model, period): +# return sum(model.zone_total_demand_in_period_mwh[zone, period] +# for zone in model.LOAD_ZONES) + + +def load_inputs(mod, switch_data, inputs_dir): + """ + The RPS target goals input file is mandatory, to discourage people from + loading the module if it is not going to be used. It is not necessary to + specify targets for all periods. + + Mandatory input files: + rps_targets.csv + LOAD_ZONES PERIOD rps_target + + The optional parameter to define fuels as RPS eligible can be inputted + in the following file: + fuels.csv + fuel f_rps_eligible + + """ + + switch_data.load_aug( + filename=os.path.join(inputs_dir, "fuels.csv"), + select=("fuel", "f_rps_eligible"), + optional_params=["f_rps_eligible"], + param=(mod.f_rps_eligible,), + ) + switch_data.load_aug( + filename=os.path.join(inputs_dir, "rps_targets.csv"), + select=("load_zone", "period", "rps_target"), # autoselect=True, + index=mod.ZONE_PERIODS, # mod.LOAD_ZONES * mod.PERIODS, #index=mod.RPS_PERIODS, + # dimen=2, + param=[mod.rps_target], + ) # param=(mod.rps_target,))#param=(mod.LOAD_ZONES, mod.PERIODS, mod.rps_target,)) + + +# switch_data.load_aug( +# filename=os.path.join(inputs_dir, 'fuel_cost.csv'), +# select=('load_zone', 'fuel', 'period', 'fuel_cost'), +# index=mod.ZONE_FUEL_PERIODS, +# param=[mod.fuel_cost]) + + +# def post_solve(instance, outdir): +# """ +# Export energy statistics relevant to RPS studies. +# +# """ +# +# import switch_model.reporting as reporting +# def get_row(m, z, p): +# row = (z, p,) +# row += (m.RPSFuelEnergy[z, p] / 1000,) +# row += (m.RPSNonFuelEnergy[z, p] / 1000,) +# row += (total_generation_in_load_zone_in_period(m, z, p) / 1000,) +# row += ((m.RPSFuelEnergy[z, p] + m.RPSNonFuelEnergy[z, p]) / +# total_generation_in_load_zone_in_period(m, z, p),) +# row += (m.zone_total_demand_in_period_mwh(m, z, p),) +# row += ((m.RPSFuelEnergy[z, p] + m.RPSNonFuelEnergy[z, p]) / +# zone_total_demand_in_period_mwh(m, z, p),) +# return row +# reporting.write_table( +# instance, instance.LOAD_ZONES, instance.RPS_PERIODS, +# output_file=os.path.join(outdir, "rps_energy.csv"), +# headings=("LOAD_ZONES", "PERIOD", "RPSFuelEnergyGWh", "RPSNonFuelEnergyGWh", +# "TotalGenerationInPeriodGWh", "RPSGenFraction", +# "TotalSalesInPeriodGWh", "RPSSalesFraction"), +# values=get_row) + + +def post_solve(instance, outdir): + # write_table returns a tuple instead of expanding the indexes, so use + # "gp" for the tuple instead of "g, p" for the components. + write_table( + instance, + instance.ZONE_PERIODS, + # instance, instance.LOAD_ZONES, instance.PERIODS, + output_file=os.path.join(outdir, "rps_energy.csv"), + headings=( + "LOAD_ZONE", + "PERIOD", + "RPSFuelEnergyGWh", + "RPSNonFuelEnergyGWh", + "TotalGenerationInPeriodGWh", + "RPSGenFraction", + ), + values=lambda m, z_p: ( + z_p[0], + z_p[1], + m.RPSFuelEnergy[z_p] / 1000, + m.RPSNonFuelEnergy[z_p] / 1000, + total_generation_in_load_zone_in_period(m, z_p) / 1000, + (m.RPSFuelEnergy[z_p] + m.RPSNonFuelEnergy[z_p]) + / total_generation_in_load_zone_in_period(m, z_p), + ), + ) diff --git a/switch_model/policies/rps_on_gen.py b/switch_model/policies/rps_on_gen.py new file mode 100644 index 000000000..b5f392e00 --- /dev/null +++ b/switch_model/policies/rps_on_gen.py @@ -0,0 +1,205 @@ +# Copyright 2017 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. + +import os +from pyomo.environ import * +from switch_model.reporting import write_table + +""" + +This module defines a simple Renewable Portfolio Standard (RPS) policy scheme +for the Switch-Pyomo model. In this scheme, each fuel is categorized as RPS- +elegible or not. All non-fuel energy sources are assumed to be RPS-elegible. +Dispatched electricity that is generated by RPS-elegible sources in each +period is summed up and must meet an energy goal, set as a required percentage +of all energy that is generated in that period. + +This module assumes that the generators.core.no_commit module is being used. +An error will be raised if this module is loaded along the +generators.core.commit package. + +TODO: +Allow the usage of the commit module. + +""" + + +def define_components(mod): + """ + + f_rps_eligible[f in FUELS] is a binary parameter that flags each fuel as + elegible for RPS accounting or not. + + RPS_ENERGY_SOURCES is a set enumerating all energy sources that contribute + to RPS accounting. It is built by union of all fuels that are RPS elegible + and the NON_FUEL_ENERGY_SOURCES set. + + RPS_PERIODS is a subset of PERIODS for which RPS goals are defined. + + rps_target[z in LOAD_ZONES, p in RPS_PERIODS] is the fraction of total + energy generated in a load zone during a period that has to be provided + by RPS-elegible sources. + + RPSProjFuelPower[g, t in _FUEL_BASED_GEN_TPS] is an + expression summarizing the power generated by RPS-elegible fuels in every + fuel-based project. This cannot be simply taken to be equal to the + dispatch level of the project, since a mix of RPS-elegible and unelegible + fuels may be being consumed to produce that power. This expression is only + valid when unit commitment is being ignored. + + RPSFuelEnergy[z, p] is an expression that sums all the energy produced in a + load zone z using RPS-elegible fuels in fuel-based projects in a given period. + + RPSNonFuelEnergy[z, p] is an expression that sums all the energy produced + in a load zone z using non-fuel sources in a given period. + + TotalGenerationInPeriod[p] is an expression that sums all the energy + produced in a given period by all projects. This has to be calculated and + cannot be taken to be equal to the total load in the period, because + transmission losses could exist. + + RPS_Enforce_Target[z, p] is the constraint that forces energy produced by + renewable sources in a load zone z to meet a fraction of the total energy + produced in the period. + + Useful: + GENS_IN_ZONE[z in LOAD_ZONES] is an indexed set that lists all + generation projects within each load zone. + + """ + + mod.ZONE_PERIODS = Set(dimen=2, within=mod.LOAD_ZONES * mod.PERIODS) + + mod.f_rps_eligible = Param(mod.FUELS, within=Boolean, default=False) + mod.RPS_ENERGY_SOURCES = Set( + initialize=lambda m: set(m.NON_FUEL_ENERGY_SOURCES) + | set(f for f in m.FUELS if m.f_rps_eligible[f]) + ) + + mod.RPS_PERIODS = Set(dimen=1, validate=lambda m, p: p in m.PERIODS) + mod.rps_target = Param( + mod.ZONE_PERIODS, + within=NonNegativeReals, + validate=lambda m, val, z, p: val <= 1.0, + ) + + mod.RPSFuelEnergy = Expression( + mod.PERIODS, + rule=lambda m, p: sum( + sum( + m.GenFuelUseRate[g, t, f] + for f in m.FUELS_FOR_GEN[g] + if m.f_rps_eligible[f] + ) + / m.gen_full_load_heat_rate[g] + * m.tp_weight[t] + for g in m.FUEL_BASED_GENS + for t in m.TPS_FOR_GEN_IN_PERIOD[g, p] + ), + ) + + mod.RPSNonFuelEnergy = Expression( + mod.PERIODS, + rule=lambda m, p: sum( + m.DispatchGen[g, t] * m.tp_weight[t] + for g in m.NON_FUEL_BASED_GENS + for t in m.TPS_FOR_GEN_IN_PERIOD[g, p] + ), + ) + + mod.zone_total_generation_in_period_mwh = Expression( + mod.LOAD_ZONES, + mod.PERIODS, + rule=lambda m, z, p: ( + sum( + m.DispatchGen[g, t] * m.tp_weight[t] + for t in m.TPS_IN_PERIOD[p] + for g in m.GENERATION_PROJECTS + ) + ), + ) + + mod.RPS_Enforce_Target = Constraint( + mod.PERIODS, + rule=lambda m, p: ( + m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p] + >= sum( + m.rps_target[z, p] * m.zone_total_generation_in_period_mwh[z, p] + for z in m.LOAD_ZONES + ) + ), + ) + + +def total_generation_in_period(model, period): + return sum( + model.DispatchGen[g, t] * model.tp_weight[t] + for g in model.GENERATION_PROJECTS + for t in model.TPS_FOR_GEN_IN_PERIOD[g, period] + ) + + +def total_demand_in_period(model, period): + return sum( + model.zone_total_demand_in_period_mwh[zone, period] for zone in model.LOAD_ZONES + ) + + +def load_inputs(mod, switch_data, inputs_dir): + """ + The RPS target goals input file is mandatory, to discourage people from + loading the module if it is not going to be used. It is not necessary to + specify targets for all periods. + + Mandatory input files: + rps_targets.csv + LOAD_ZONES PERIOD rps_target + + The optional parameter to define fuels as RPS eligible can be inputted + in the following file: + fuels.csv + fuel f_rps_eligible + + """ + + switch_data.load_aug( + filename=os.path.join(inputs_dir, "fuels.csv"), + select=("fuel", "f_rps_eligible"), + optional_params=["f_rps_eligible"], + param=(mod.f_rps_eligible,), + ) + switch_data.load_aug( + filename=os.path.join(inputs_dir, "rps_targets.csv"), + select=("load_zone", "period", "rps_target"), + index=mod.ZONE_PERIODS, + param=[mod.rps_target], + ) + + +def post_solve(instance, outdir): + + write_table( + instance, + instance.PERIODS, + # instance, instance.LOAD_ZONES, instance.PERIODS, + output_file=os.path.join(outdir, "rps_energy.csv"), + headings=( + "PERIOD", + "RPSFuelEnergyGWh", + "RPSNonFuelEnergyGWh", + "TotalGenerationInPeriodGWh", + "RPSGenFraction", + "TotalSalesInPeriodGWh", + "RPSSalesFraction", + ), + values=lambda m, p: ( + p, + m.RPSFuelEnergy[p] / 1000, + m.RPSNonFuelEnergy[p] / 1000, + total_generation_in_period(m, p) / 1000, + (m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p]) + / total_generation_in_period(m, p), + total_demand_in_period(m, p), + (m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p]) / total_demand_in_period(m, p), + ), + ) diff --git a/switch_model/policies/rps_simple.py b/switch_model/policies/rps_simple.py index 78a6d0a3e..fae88fa26 100644 --- a/switch_model/policies/rps_simple.py +++ b/switch_model/policies/rps_simple.py @@ -1,4 +1,5 @@ from __future__ import division + # Copyright 2017 The Switch Authors. All rights reserved. # Licensed under the Apache License, Version 2, which is in the LICENSE file. @@ -23,6 +24,7 @@ """ + def define_components(mod): """ @@ -62,54 +64,60 @@ def define_components(mod): """ - mod.f_rps_eligible = Param( - mod.FUELS, - within=Boolean, - default=False) + mod.f_rps_eligible = Param(mod.FUELS, within=Boolean, default=False) mod.RPS_ENERGY_SOURCES = Set( - initialize=lambda m: set(m.NON_FUEL_ENERGY_SOURCES) | \ - set(f for f in m.FUELS if m.f_rps_eligible[f])) + ordered=False, + initialize=lambda m: set(m.NON_FUEL_ENERGY_SOURCES) + | set(f for f in m.FUELS if m.f_rps_eligible[f]), + ) - mod.RPS_PERIODS = Set( - validate=lambda m, p: p in m.PERIODS) - mod.rps_target = Param( - mod.RPS_PERIODS, - within=PercentFraction) + mod.RPS_PERIODS = Set(dimen=1, validate=lambda m, p: p in m.PERIODS) + mod.rps_target = Param(mod.RPS_PERIODS, within=PercentFraction) mod.RPSFuelEnergy = Expression( mod.RPS_PERIODS, rule=lambda m, p: sum( - m.tp_weight[t] * - sum( + m.tp_weight[t] + * sum( m.GenFuelUseRate[g, t, f] for f in m.FUELS_FOR_GEN[g] if m.f_rps_eligible[f] - ) / m.gen_full_load_heat_rate[g] + ) + / m.gen_full_load_heat_rate[g] for g in m.FUEL_BASED_GENS - for t in m.TPS_FOR_GEN_IN_PERIOD[g, p]) - ) + for t in m.TPS_FOR_GEN_IN_PERIOD[g, p] + ), + ) mod.RPSNonFuelEnergy = Expression( mod.RPS_PERIODS, - rule=lambda m, p: sum(m.DispatchGen[g, t] * m.tp_weight[t] + rule=lambda m, p: sum( + m.DispatchGen[g, t] * m.tp_weight[t] for g in m.NON_FUEL_BASED_GENS - for t in m.TPS_FOR_GEN_IN_PERIOD[g, p])) + for t in m.TPS_FOR_GEN_IN_PERIOD[g, p] + ), + ) mod.RPS_Enforce_Target = Constraint( mod.RPS_PERIODS, - rule=lambda m, p: (m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p] >= - m.rps_target[p] * total_demand_in_period(m, p))) + rule=lambda m, p: ( + m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p] + >= m.rps_target[p] * total_demand_in_period(m, p) + ), + ) def total_generation_in_period(model, period): return sum( model.DispatchGen[g, t] * model.tp_weight[t] for g in model.GENERATION_PROJECTS - for t in model.TPS_FOR_GEN_IN_PERIOD[g, period]) + for t in model.TPS_FOR_GEN_IN_PERIOD[g, period] + ) def total_demand_in_period(model, period): - return sum(model.zone_total_demand_in_period_mwh[zone, period] - for zone in model.LOAD_ZONES) + return sum( + model.zone_total_demand_in_period_mwh[zone, period] for zone in model.LOAD_ZONES + ) def load_inputs(mod, switch_data, inputs_dir): @@ -130,15 +138,17 @@ def load_inputs(mod, switch_data, inputs_dir): """ switch_data.load_aug( - filename=os.path.join(inputs_dir, 'fuels.csv'), - select=('fuel','f_rps_eligible'), - optional_params=['f_rps_eligible'], - param=(mod.f_rps_eligible,)) + filename=os.path.join(inputs_dir, "fuels.csv"), + select=("fuel", "f_rps_eligible"), + optional_params=["f_rps_eligible"], + param=(mod.f_rps_eligible,), + ) switch_data.load_aug( - filename=os.path.join(inputs_dir, 'rps_targets.csv'), + filename=os.path.join(inputs_dir, "rps_targets.csv"), autoselect=True, index=mod.RPS_PERIODS, - param=(mod.rps_target,)) + param=(mod.rps_target,), + ) def post_solve(instance, outdir): @@ -148,21 +158,34 @@ def post_solve(instance, outdir): """ import switch_model.reporting as reporting + def get_row(m, p): row = (p,) row += (m.RPSFuelEnergy[p] / 1000,) row += (m.RPSNonFuelEnergy[p] / 1000,) - row += (total_generation_in_period(m,p) / 1000,) - row += ((m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p]) / - total_generation_in_period(m,p),) + row += (total_generation_in_period(m, p) / 1000,) + row += ( + (m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p]) + / total_generation_in_period(m, p), + ) row += (total_demand_in_period(m, p),) - row += ((m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p]) / - total_demand_in_period(m, p),) + row += ( + (m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p]) / total_demand_in_period(m, p), + ) return row + reporting.write_table( - instance, instance.RPS_PERIODS, + instance, + instance.RPS_PERIODS, output_file=os.path.join(outdir, "rps_energy.csv"), - headings=("PERIOD", "RPSFuelEnergyGWh", "RPSNonFuelEnergyGWh", - "TotalGenerationInPeriodGWh", "RPSGenFraction", - "TotalSalesInPeriodGWh", "RPSSalesFraction"), - values=get_row) + headings=( + "PERIOD", + "RPSFuelEnergyGWh", + "RPSNonFuelEnergyGWh", + "TotalGenerationInPeriodGWh", + "RPSGenFraction", + "TotalSalesInPeriodGWh", + "RPSSalesFraction", + ), + values=get_row, + ) diff --git a/switch_model/policies/rps_unbundled.py b/switch_model/policies/rps_unbundled.py new file mode 100644 index 000000000..e224ab5e3 --- /dev/null +++ b/switch_model/policies/rps_unbundled.py @@ -0,0 +1,184 @@ +# Copyright 2017 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. + +""" +This module defines a simple Renewable Portfolio Standard (RPS) policy scheme +for the Switch-Pyomo model. In this scheme, each fuel is categorized as RPS- +elegible or not. All non-fuel energy sources are assumed to be RPS-elegible. +Dispatched electricity that is generated by RPS-elegible sources in each +period is summed up and must meet an energy goal, set as a required percentage +of all energy that is generated in that period. + +This module assumes that the generators.core.no_commit module is being used. +An error will be raised if this module is loaded along the +generators.core.commit package. + +TODO: Allow the usage of the commit module. + +INPUT FILE FORMAT + The RPS target goals input file is mandatory, to discourage people from + loading the module if it is not going to be used. It is not necessary to + specify targets for all periods. + + Mandatory input files: + rps_targets.csv + LOAD_ZONES PERIOD rps_target + + The optional parameter to define fuels as RPS eligible can be inputted + in the following file: + fuels.csv + fuel f_rps_eligible +""" + +import os +from pyomo.environ import * +from switch_model.reporting import write_table + + +def define_components(mod): + """ + + f_rps_eligible[f in FUELS] is a binary parameter that flags each fuel as + elegible for RPS accounting or not. + + RPS_ENERGY_SOURCES is a set enumerating all energy sources that contribute + to RPS accounting. It is built by union of all fuels that are RPS elegible + and the NON_FUEL_ENERGY_SOURCES set. + + RPS_PERIODS is a subset of PERIODS for which RPS goals are defined. + + rps_target[z in LOAD_ZONES, p in RPS_PERIODS] is the fraction of total + energy generated in a load zone during a period that has to be provided + by RPS-elegible sources. + + RPSProjFuelPower[g, t in _FUEL_BASED_GEN_TPS] is an + expression summarizing the power generated by RPS-elegible fuels in every + fuel-based project. This cannot be simply taken to be equal to the + dispatch level of the project, since a mix of RPS-elegible and unelegible + fuels may be being consumed to produce that power. This expression is only + valid when unit commitment is being ignored. + + RPSFuelEnergy[z, p] is an expression that sums all the energy produced in a + load zone z using RPS-elegible fuels in fuel-based projects in a given period. + + RPSNonFuelEnergy[z, p] is an expression that sums all the energy produced + in a load zone z using non-fuel sources in a given period. + + TotalGenerationInPeriod[p] is an expression that sums all the energy + produced in a given period by all projects. This has to be calculated and + cannot be taken to be equal to the total load in the period, because + transmission losses could exist. + + RPS_Enforce_Target[z, p] is the constraint that forces energy produced by + renewable sources in a load zone z to meet a fraction of the total energy + produced in the period. + + Useful: + GENS_IN_ZONE[z in LOAD_ZONES] is an indexed set that lists all + generation projects within each load zone. + + """ + + mod.ZONE_PERIODS = Set( + input_file="rps_targets.csv", dimen=2, within=mod.LOAD_ZONES * mod.PERIODS + ) + + mod.f_rps_eligible = Param( + mod.FUELS, within=Boolean, input_file="fuels.csv", default=False + ) + mod.RPS_ENERGY_SOURCES = Set( + ordered=False, + initialize=lambda m: set(m.NON_FUEL_ENERGY_SOURCES) + | set(f for f in m.FUELS if m.f_rps_eligible[f]), + ) + + mod.RPS_PERIODS = Set(dimen=1, validate=lambda m, p: p in m.PERIODS) + mod.rps_target = Param( + mod.ZONE_PERIODS, + within=NonNegativeReals, + input_file="rps_targets.csv", + validate=lambda m, val, z, p: val <= 1.0, + ) + + mod.RPSFuelEnergy = Expression( + mod.PERIODS, + rule=lambda m, p: sum( + sum( + m.GenFuelUseRate[g, t, f] + for f in m.FUELS_FOR_GEN[g] + if m.f_rps_eligible[f] + ) + / m.gen_full_load_heat_rate[g] + * m.tp_weight[t] + for g in m.FUEL_BASED_GENS + for t in m.TPS_FOR_GEN_IN_PERIOD[g, p] + ), + ) + + mod.RPSNonFuelEnergy = Expression( + mod.PERIODS, + rule=lambda m, p: sum( + m.DispatchGen[g, t] * m.tp_weight[t] + for g in m.NON_FUEL_BASED_GENS + for t in m.TPS_FOR_GEN_IN_PERIOD[g, p] + ), + ) + + # We use a scaling factor to improve the numerical properties + # of the model. The scaling factor was determined using trial + # and error and this tool https://github.com/staadecker/lp-analyzer. + # Learn more by reading the documentation on Numerical Issues. + rps_enforce_target_scaling_factor = 1e-1 + mod.RPS_Enforce_Target = Constraint( + mod.PERIODS, + rule=lambda m, p: (m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p]) + * rps_enforce_target_scaling_factor + >= sum( + m.rps_target[z, p] * m.zone_total_demand_in_period_mwh[z, p] + for z in m.LOAD_ZONES + ) + * rps_enforce_target_scaling_factor, + ) + + +def total_generation_in_period(model, period): + return sum( + model.DispatchGen[g, t] * model.tp_weight[t] + for g in model.GENERATION_PROJECTS + for t in model.TPS_FOR_GEN_IN_PERIOD[g, period] + ) + + +def total_demand_in_period(model, period): + return sum( + model.zone_total_demand_in_period_mwh[zone, period] for zone in model.LOAD_ZONES + ) + + +def post_solve(instance, outdir): + + write_table( + instance, + instance.PERIODS, + # instance, instance.LOAD_ZONES, instance.PERIODS, + output_file=os.path.join(outdir, "rps_energy.csv"), + headings=( + "PERIOD", + "RPSFuelEnergyGWh", + "RPSNonFuelEnergyGWh", + "TotalGenerationInPeriodGWh", + "RPSGenFraction", + "TotalSalesInPeriodGWh", + "RPSSalesFraction", + ), + values=lambda m, p: ( + p, + m.RPSFuelEnergy[p] / 1000, + m.RPSNonFuelEnergy[p] / 1000, + total_generation_in_period(m, p) / 1000, + (m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p]) + / total_generation_in_period(m, p), + total_demand_in_period(m, p), + (m.RPSFuelEnergy[p] + m.RPSNonFuelEnergy[p]) / total_demand_in_period(m, p), + ), + ) diff --git a/switch_model/policies/wind_to_solar_ratio.py b/switch_model/policies/wind_to_solar_ratio.py new file mode 100644 index 000000000..d6889fae6 --- /dev/null +++ b/switch_model/policies/wind_to_solar_ratio.py @@ -0,0 +1,109 @@ +""" +This module gives us the possibility to enforce a wind to solar capacity ratio. + +It takes in wind_to_solar_ratio.csv that has the following format + +PERIOD,wind_to_solar_ratio,wind_to_solar_ratio_const_gt +2020,.,. +2030,0.5,0 +2040,1,0 +2050,1.5,1 + +Here when wind_to_solar_ratio is specified (i.e. not '.') a constraint is activated that enforces that + +Online wind capacity >=/<= Online solar capacity * wind_to_solar_ratio + +for the entire period. + +When wind_to_solar_ratio_const_gt is true (1) the constraint is a >= constraint. +When wind_to_solar_ratio_const_gt is False (0) the constraint is a <= constraint. +""" +import os + +import pandas as pd +from pyomo.environ import * + +from switch_model.reporting import write_table + +_WIND_ENERGY_TYPE = "Wind" +_SOLAR_ENERGY_TYPE = "Solar" + + +def define_components(mod): + mod.WindCapacity = Expression( + mod.PERIODS, + rule=lambda m, p: sum( + m.GenCapacity[g, p] + for g in m.VARIABLE_GENS + if m.gen_energy_source[g] == _WIND_ENERGY_TYPE + ), + ) + + mod.SolarCapacity = Expression( + mod.PERIODS, + rule=lambda m, p: sum( + m.GenCapacity[g, p] + for g in m.VARIABLE_GENS + if m.gen_energy_source[g] == _SOLAR_ENERGY_TYPE + ), + ) + + mod.wind_to_solar_ratio = Param( + mod.PERIODS, + default=0, # 0 means the constraint is inactive + within=NonNegativeReals, + ) + + mod.wind_to_solar_ratio_const_gt = Param(mod.PERIODS, default=True, within=Boolean) + + # We use a scaling factor to improve the numerical properties + # of the model. + # Learn more by reading the documentation on Numerical Issues. + # 1e-3 was picked since this value is normally on the order of GW instead of MW + scaling_factor = 1e-3 + + def wind_to_solar_ratio_const_rule(m, p): + if m.wind_to_solar_ratio[p] == 0: # 0 means Constraint is inactive + return Constraint.Skip + + lhs = m.WindCapacity[p] * scaling_factor + rhs = m.SolarCapacity[p] * m.wind_to_solar_ratio[p] * scaling_factor + if m.wind_to_solar_ratio_const_gt[p]: + return lhs >= rhs + else: + return lhs <= rhs + + mod.wind_to_solar_ratio_const = Constraint( + mod.PERIODS, rule=wind_to_solar_ratio_const_rule + ) + + +def load_inputs(mod, switch_data, inputs_dir): + switch_data.load_aug( + filename=os.path.join(inputs_dir, "wind_to_solar_ratio.csv"), + auto_select=True, + param=(mod.wind_to_solar_ratio, mod.wind_to_solar_ratio_const_gt), + optional=True, # We want to allow including this module even if the file isn't there + ) + + +def post_solve(m, outdir): + df = pd.DataFrame( + { + "WindCapacity (GW)": value(m.WindCapacity[p]) / 1000, + "SolarCapacity (GW)": value(m.SolarCapacity[p]) / 1000, + "ComputedRatio": value(m.WindCapacity[p] / m.SolarCapacity[p]) + if value(m.SolarCapacity[p]) != 0 + else ".", + "ExpectedRatio": value(m.wind_to_solar_ratio[p]) + if m.wind_to_solar_ratio[p] != 0 + else ".", + } + for p in m.PERIODS + ) + write_table( + m, + output_file=os.path.join(outdir, "wind_to_solar_ratio.csv"), + df=df, + index=False, + ) diff --git a/switch_model/reporting/__init__.py b/switch_model/reporting/__init__.py index f9017ae6a..418398ba6 100644 --- a/switch_model/reporting/__init__.py +++ b/switch_model/reporting/__init__.py @@ -19,96 +19,130 @@ """ from __future__ import print_function +from pyomo.core.base.misc import sorted_robust from switch_model.utilities import string_types -dependencies = 'switch_model.financials' +from switch_model.utilities.results_info import add_info +from switch_model.utilities.scaling import get_unscaled_var + +dependencies = "switch_model.financials" import os import csv import itertools + try: # Python 2 import cPickle as pickle except ImportError: import pickle from pyomo.environ import value, Var, Expression +from pyomo.core.base.set import UnknownSetDimen from switch_model.utilities import make_iterable csv.register_dialect( "switch-csv", delimiter=",", lineterminator="\n", - doublequote=False, escapechar="\\", - quotechar='"', quoting=csv.QUOTE_MINIMAL, - skipinitialspace=False + doublequote=False, + escapechar="\\", + quotechar='"', + quoting=csv.QUOTE_MINIMAL, + skipinitialspace=False, ) + def define_arguments(argparser): argparser.add_argument( - "--sorted-output", default=False, action='store_true', - dest='sorted_output', - help='Write generic variable result values in sorted order') - argparser.add_argument( - "--save-expressions", "--save-expression", dest="save_expressions", nargs='+', - default=[], action='extend', - help="List of expressions to save in addition to variables; can also be 'all' or 'none'." + "--save-expressions", + "--save-expression", + dest="save_expressions", + nargs="+", + default=[], + action="extend", + help="List of expressions to save in addition to variables; can also be 'all' or 'none'.", ) -def write_table(instance, *indexes, **kwargs): + +def get_cell_formatter(sig_digits, zero_cutoff): + sig_digits_formatter = "{0:." + str(sig_digits) + "g}" + + def format_cell(c): + if not isinstance(c, float): + return c + if abs(c) < zero_cutoff: + return 0 + else: + return sig_digits_formatter.format(c) + + return format_cell + + +def format_row(row, cell_formatter): + return tuple(cell_formatter(get_value(v)) for v in row) + + +def write_table(instance, *indexes, output_file=None, **kwargs): # there must be a way to accept specific named keyword arguments and # also an open-ended list of positional arguments (*indexes), but I # don't know what that is. - output_file = kwargs["output_file"] + if output_file is None: + raise Exception("Must specify output_file in write_table()") + cell_formatter = get_cell_formatter( + instance.options.sig_figs_output, instance.options.zero_cutoff_output + ) + + if "df" in kwargs: + df = kwargs.pop("df") + df.applymap(cell_formatter).to_csv(output_file, **kwargs) + return + headings = kwargs["headings"] values = kwargs["values"] - digits = kwargs.get('digits', 6) - with open(output_file, 'w') as f: + with open(output_file, "w") as f: w = csv.writer(f, dialect="switch-csv") # write header row w.writerow(list(headings)) # write the data - def format_row(row): - row = [value(v) for v in row] - sig_digits = "{0:." + str(digits) + "g}" - for (i, v) in enumerate(row): - if isinstance(v, float): - if abs(v) < 1e-10: - row[i] = 0 - else: - row[i] = sig_digits.format(v) - return tuple(row) - try: - w.writerows( - format_row(row=values(instance, *unpack_elements(x))) + rows = ( + format_row(values(instance, *unpack_elements(x)), cell_formatter) for x in itertools.product(*indexes) ) - except TypeError: # lambda got wrong number of arguments + w.writerows(sorted_robust(rows) if instance.options.sorted_output else rows) + except TypeError: # lambda got wrong number of arguments # use old code, which doesn't unpack the indices w.writerows( # TODO: flatten x (unpack tuples) like Pyomo before calling values() # That may cause problems elsewhere though... - format_row(row=values(instance, *x)) + format_row(values(instance, *x), cell_formatter) for x in itertools.product(*indexes) ) - print("DEPRECATION WARNING: switch_model.reporting.write_table() was called with a function") - print("that expects multidimensional index values to be stored in tuples, but Switch now unpacks") - print("these tuples automatically. Please update your code to work with unpacked index values.") + print( + "DEPRECATION WARNING: switch_model.reporting.write_table() was called with a function" + ) + print( + "that expects multidimensional index values to be stored in tuples, but Switch now unpacks" + ) + print( + "these tuples automatically. Please update your code to work with unpacked index values." + ) print("Problem occured with {}.".format(values.__code__)) + def unpack_elements(items): """Unpack any multi-element objects within items, to make a single flat list. Note: this is not recursive. This is used to flatten the product of a multi-dimensional index with anything else.""" - l=[] + l = [] for x in items: if isinstance(x, string_types): l.append(x) else: try: l.extend(x) - except TypeError: # x isn't iterable + except TypeError: # x isn't iterable l.append(x) return l @@ -123,40 +157,57 @@ def post_solve(instance, outdir): def save_generic_results(instance, outdir, sorted_output): + cell_formatter = get_cell_formatter( + instance.options.sig_figs_output, instance.options.zero_cutoff_output + ) + components = list(instance.component_objects(Var)) # add Expression objects that should be saved, if any - if 'none' in instance.options.save_expressions: + if "none" in instance.options.save_expressions: # drop everything up till the last 'none' (users may have added more after that) - last_none = ( - len(instance.options.save_expressions) - - instance.options.save_expressions[::-1].index('none') - ) - instance.options.save_expressions = instance.options.save_expressions[last_none:] + last_none = len( + instance.options.save_expressions + ) - instance.options.save_expressions[::-1].index("none") + instance.options.save_expressions = instance.options.save_expressions[ + last_none: + ] - if 'all' in instance.options.save_expressions: + if "all" in instance.options.save_expressions: components += list(instance.component_objects(Expression)) else: components += [getattr(instance, c) for c in instance.options.save_expressions] for var in components: - output_file = os.path.join(outdir, '%s.csv' % var.name) - with open(output_file, 'w') as fh: - writer = csv.writer(fh, dialect='switch-csv') + var = get_unscaled_var(instance, var) + output_file = os.path.join(outdir, "%s.csv" % var.name) + with open(output_file, "w") as fh: + writer = csv.writer(fh, dialect="switch-csv") if var.is_indexed(): - index_name = var.index_set().name + index_set = var.index_set() + index_name = index_set.name + if index_set.dimen == UnknownSetDimen: + raise Exception( + f"Index {index_name} has unknown dimension. Specify dimen= during its creation." + ) # Write column headings - writer.writerow(['%s_%d' % (index_name, i + 1) - for i in range(var.index_set().dimen)] + - [var.name]) + writer.writerow( + ["%s_%d" % (index_name, i + 1) for i in range(index_set.dimen)] + + [var.name] + ) # Results are saved in a random order by default for # increased speed. Sorting is available if wanted. - items = sorted(var.items()) if sorted_output else list(var.items()) + items = ( + sorted_robust(var.items()) if sorted_output else list(var.items()) + ) for key, obj in items: - writer.writerow(tuple(make_iterable(key)) + (get_value(obj),)) + writer.writerow( + format_row(tuple(make_iterable(key)) + (obj,), cell_formatter) + ) else: # single-valued variable writer.writerow([var.name]) - writer.writerow([get_value(obj)]) + writer.writerow(format_row([obj], cell_formatter)) + def get_value(obj): """ @@ -175,11 +226,11 @@ def get_value(obj): # give a ValueError at this point. # Note: for variables this could instead use 0 if allowed, or # otherwise the closest bound. - if getattr(obj, 'value', 0) is None: + if getattr(obj, "value", 0) is None: val = None # Pyomo will print an error before it raises the ValueError, # but we say more here to help users figure out what's going on. - print ( + print( "WARNING: variable {} has not been assigned a value. This " "usually indicates a coding error: either the variable is " "not needed or it has accidentally been omitted from all " @@ -192,8 +243,10 @@ def get_value(obj): def save_total_cost_value(instance, outdir): - with open(os.path.join(outdir, 'total_cost.txt'), 'w') as fh: - fh.write('{}\n'.format(value(instance.SystemCost))) + total_cost = round(value(instance.SystemCost), ndigits=2) + add_info("Total Cost", f"$ {total_cost}") + with open(os.path.join(outdir, "total_cost.txt"), "w") as fh: + fh.write(f"{total_cost}\n") def save_cost_components(m, outdir): @@ -205,22 +258,23 @@ def save_cost_components(m, outdir): cost = getattr(m, annual_cost) # note: storing value() instead of the expression may save # some memory while this function runs - cost_dict[annual_cost] = value(sum( - cost[p] * m.bring_annual_costs_to_base_year[p] - for p in m.PERIODS - )) + cost_dict[annual_cost] = value( + sum(cost[p] * m.bring_annual_costs_to_base_year[p] for p in m.PERIODS) + ) for tp_cost in m.Cost_Components_Per_TP: cost = getattr(m, tp_cost) - cost_dict[tp_cost] = value(sum( - cost[t] * m.tp_weight_in_year[t] - * m.bring_annual_costs_to_base_year[m.tp_period[t]] - for t in m.TIMEPOINTS - )) + cost_dict[tp_cost] = value( + sum( + cost[t] + * m.tp_weight_in_year[t] + * m.bring_annual_costs_to_base_year[m.tp_period[t]] + for t in m.TIMEPOINTS + ) + ) write_table( m, list(cost_dict.keys()), output_file=os.path.join(outdir, "cost_components.csv"), - headings=('component', 'npv_cost'), + headings=("component", "npv_cost"), values=lambda m, c: (c, cost_dict[c]), - digits=16 ) diff --git a/switch_model/reporting/basic_exports.py b/switch_model/reporting/basic_exports.py index e2a184496..fdc1e80b8 100644 --- a/switch_model/reporting/basic_exports.py +++ b/switch_model/reporting/basic_exports.py @@ -13,7 +13,11 @@ from csv import reader from itertools import cycle from pyomo.environ import Var -from switch_model.financials import uniform_series_to_present_value, future_to_present_value +from switch_model.financials import ( + uniform_series_to_present_value, + future_to_present_value, +) + def define_arguments(argparser): # argparser.add_argument( @@ -21,32 +25,44 @@ def define_arguments(argparser): # help="Exports energy marginal costs in US$/MWh per load zone and timepoint, calculated as dual variable values from the energy balance constraint." # ) argparser.add_argument( - "--export-capacities", action='store_true', default=False, + "--export-capacities", + action="store_true", + default=False, help="Exports cummulative installed generating capacity in MW per \ - technology per period." + technology per period.", ) argparser.add_argument( - "--export-transmission", action='store_true', default=False, + "--export-transmission", + action="store_true", + default=False, help="Exports cummulative installed transmission capacity in MW per \ - path per period." + path per period.", ) argparser.add_argument( - "--export-tech-dispatch", action='store_true', default=False, + "--export-tech-dispatch", + action="store_true", + default=False, help="Exports dispatched capacity per generator technology in MW per \ - timepoint." + timepoint.", ) argparser.add_argument( - "--export-reservoirs", action='store_true', default=False, - help="Exports final reservoir volumes in cubic meters per timepoint." + "--export-reservoirs", + action="store_true", + default=False, + help="Exports final reservoir volumes in cubic meters per timepoint.", ) argparser.add_argument( - "--export-all", action='store_true', default=False, + "--export-all", + action="store_true", + default=False, help="Exports all tables and plots. Sets all other export options to \ - True." + True.", ) argparser.add_argument( - "--export-load-blocks", action='store_true', default=False, - help="Exports tables and plots for load block formulation." + "--export-load-blocks", + action="store_true", + default=False, + help="Exports tables and plots for load block formulation.", ) @@ -65,9 +81,10 @@ def post_solve(mod, outdir): import matplotlib.pyplot as plt from cycler import cycler from matplotlib.backends.backend_pdf import PdfPages + nan = float("nan") - summaries_dir = os.path.join(outdir,"Summaries") + summaries_dir = os.path.join(outdir, "Summaries") if not os.path.exists(summaries_dir): os.makedirs(summaries_dir) else: @@ -75,12 +92,12 @@ def post_solve(mod, outdir): for f in os.listdir(summaries_dir): os.unlink(os.path.join(summaries_dir, f)) - color_map = plt.get_cmap('gist_rainbow') - styles = cycle(['-','--','-.',':']) + color_map = plt.get_cmap("gist_rainbow") + styles = cycle(["-", "--", "-.", ":"]) ##### # Round doubles to the first decimal - #for var in mod.component_objects(): + # for var in mod.component_objects(): # if not isinstance(var, Var): # continue # for key, obj in var.items(): @@ -112,34 +129,38 @@ def plot_inv_decision(name, tab, n_data, ind, by_period): """ if by_period: - df = pd.DataFrame(tab[1:], - columns = tab[0]).set_index(ind).transpose() + df = pd.DataFrame(tab[1:], columns=tab[0]).set_index(ind).transpose() stack = False - num_col = int(n_data)/10 + num_col = int(n_data) / 10 else: - df = pd.DataFrame(tab[1:], columns = tab[0]).set_index(ind) + df = pd.DataFrame(tab[1:], columns=tab[0]).set_index(ind) stack = True - num_col = int(n_data)/2 + num_col = int(n_data) / 2 fig = plt.figure() inv_ax = fig.add_subplot(111) inv_ax.grid(b=False) # You have to play with the color map and the line style list to # get enough combinations for your particular plot - inv_ax.set_prop_cycle(cycler('color', - [color_map(i/n_data) for i in range(0, n_data+1)])) + inv_ax.set_prop_cycle( + cycler("color", [color_map(i / n_data) for i in range(0, n_data + 1)]) + ) # To locate the legend: "loc" is the point of the legend for which you # will specify coordinates. These coords are specified in # bbox_to_anchor (can be only 1 point or couple) - inv_plot = df.plot(kind='bar', ax=inv_ax, - stacked=stack).legend(loc='lower left', fontsize=8, - bbox_to_anchor=(0.,1.015,1.,1.015), ncol=num_col, mode="expand") + inv_plot = df.plot(kind="bar", ax=inv_ax, stacked=stack).legend( + loc="lower left", + fontsize=8, + bbox_to_anchor=(0.0, 1.015, 1.0, 1.015), + ncol=num_col, + mode="expand", + ) if by_period: plt.xticks(rotation=0, fontsize=10) - fname = summaries_dir+'/'+name+'.pdf' + fname = summaries_dir + "/" + name + ".pdf" else: plt.xticks(rotation=90, fontsize=9) - fname = summaries_dir+'/'+name+'_stacked_by_p.pdf' - plt.savefig(fname, bbox_extra_artists=(inv_plot,), bbox_inches='tight') + fname = summaries_dir + "/" + name + "_stacked_by_p.pdf" + plt.savefig(fname, bbox_extra_artists=(inv_plot,), bbox_inches="tight") plt.close() def plot_dis_decision(name, tab, n_data, ind): @@ -163,68 +184,86 @@ def plot_dis_decision(name, tab, n_data, ind): """ - plots = PdfPages(os.path.join(outdir,"Summaries",name)+'.pdf') + plots = PdfPages(os.path.join(outdir, "Summaries", name) + ".pdf") - df = pd.DataFrame(tab[1:], columns = tab[0]) + df = pd.DataFrame(tab[1:], columns=tab[0]) n_scen = mod.SCENARIOS.__len__() - #num_col = int(n_data * n_scen)/8 + # num_col = int(n_data * n_scen)/8 num_col = 6 - for p in ['all']+[p for p in mod.PERIODS]: - fig = plt.figure(figsize=(17,8), dpi=100) + for p in ["all"] + [p for p in mod.PERIODS]: + fig = plt.figure(figsize=(17, 8), dpi=100) dis_ax = fig.add_subplot(111) dis_ax.grid(b=False) # You have to play with the color map and the line style list to # get enough combinations for your particular plot. # Set up different x axis labels if all periods are being plotted - if p == 'all': - dis_ax.set_xticks([ - i*24 for i in range(int(len(mod.TIMEPOINTS)/24) + 1) - ]) - dis_ax.set_xticklabels([ - mod.tp_timestamp[mod.TIMEPOINTS[i*24+1]] - for i in range(int(len(mod.TIMEPOINTS)/24)) - ]) + if p == "all": + dis_ax.set_xticks( + [i * 24 for i in range(int(len(mod.TIMEPOINTS) / 24) + 1)] + ) + dis_ax.set_xticklabels( + [ + mod.tp_timestamp[mod.TIMEPOINTS[i * 24 + 1]] + for i in range(int(len(mod.TIMEPOINTS) / 24)) + ] + ) # Technologies have different linestyles and scenarios have # different colors - dis_ax.set_prop_cycle(cycler('color', - [color_map(i/float(n_data-1)) for i in range(n_data)]) * - cycler('linestyle',[next(styles) for i in range(n_scen)])) - df_to_plot = df.drop([ind], axis=1).replace('', nan) + dis_ax.set_prop_cycle( + cycler( + "color", + [color_map(i / float(n_data - 1)) for i in range(n_data)], + ) + * cycler("linestyle", [next(styles) for i in range(n_scen)]) + ) + df_to_plot = df.drop([ind], axis=1).replace("", nan) else: n_scen = mod.PERIOD_SCENARIOS[p].__len__() - dis_ax.set_xticks([ - i*6 for i in range(int(len(mod.PERIOD_TPS[p])/6) + 1) - ]) - dis_ax.set_xticklabels([ - mod.tp_timestamp[mod.PERIOD_TPS[p][t*6+1]] - for t in range(int(len(mod.PERIOD_TPS[p])/6)) - ]) + dis_ax.set_xticks( + [i * 6 for i in range(int(len(mod.PERIOD_TPS[p]) / 6) + 1)] + ) + dis_ax.set_xticklabels( + [ + mod.tp_timestamp[mod.PERIOD_TPS[p][t * 6 + 1]] + for t in range(int(len(mod.PERIOD_TPS[p]) / 6)) + ] + ) # Technologies have different colors and scenarios have # different line styles - dis_ax.set_prop_cycle(cycler('color', - [color_map(i/float(n_data-1)) for i in range(n_data)]) * - cycler('linestyle', [next(styles) for i in range(n_scen)])) + dis_ax.set_prop_cycle( + cycler( + "color", + [color_map(i / float(n_data - 1)) for i in range(n_data)], + ) + * cycler("linestyle", [next(styles) for i in range(n_scen)]) + ) # Before plotting, data must be filtered by period - period_tps = [mod.tp_timestamp[tp] - for tp in mod.PERIOD_TPS[p].value] - df_to_plot = df.loc[df[ind].isin(period_tps)].drop([ind], - axis=1).reset_index(drop=True).dropna(axis=1, how='all') + period_tps = [mod.tp_timestamp[tp] for tp in mod.PERIOD_TPS[p].value] + df_to_plot = ( + df.loc[df[ind].isin(period_tps)] + .drop([ind], axis=1) + .reset_index(drop=True) + .dropna(axis=1, how="all") + ) # To locate the legend: "loc" is the point of the legend for which # you will specify coordinates. These coords are specified in # bbox_to_anchor (can be only 1 point or couple) - dis_plot = df_to_plot.plot(ax=dis_ax, - linewidth=1.6).legend(loc='lower left', fontsize=8, - bbox_to_anchor=(0., 1.015, 1., 1.015), ncol=num_col, - mode="expand") + dis_plot = df_to_plot.plot(ax=dis_ax, linewidth=1.6).legend( + loc="lower left", + fontsize=8, + bbox_to_anchor=(0.0, 1.015, 1.0, 1.015), + ncol=num_col, + mode="expand", + ) plt.xticks(rotation=90, fontsize=9) - plots.savefig(bbox_extra_artists=(dis_plot,), bbox_inches='tight') + plots.savefig(bbox_extra_artists=(dis_plot,), bbox_inches="tight") plt.close() plots.close() print("Printing summaries:\n===================") - start=time.time() + start = time.time() # print "renewable energy production" # rpsenergy = {s:0.0 for s in mod.SCENARIOS} @@ -267,93 +306,137 @@ def plot_dis_decision(name, tab, n_data, ind): if mod.options.export_capacities: n_elements = mod.GENERATION_TECHNOLOGIES.__len__() - index = 'gentech' + index = "gentech" table_name = "cummulative_capacity_by_tech_periods" - print(table_name+" ...") + print(table_name + " ...") table = export.write_table( - mod, mod.GENERATION_TECHNOLOGIES, - output_file=os.path.join(summaries_dir, table_name+".csv"), - headings=(index, 'legacy') + tuple(p - for p in mod.PERIODS), - values=lambda m, gt: (gt, sum(m.BuildGen[g, bldyr] - for (g, bldyr) in m.GEN_BLD_YRS - if m.gen_tech[g] == gt and bldyr not in m.PERIODS)) + - tuple( sum(m.GenCapacity[g, p] for g in m.GENERATION_PROJECTS - if m.gen_tech[g] == gt) for p in m.PERIODS)) + mod, + mod.GENERATION_TECHNOLOGIES, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=(index, "legacy") + tuple(p for p in mod.PERIODS), + values=lambda m, gt: ( + gt, + sum( + m.BuildGen[g, bldyr] + for (g, bldyr) in m.GEN_BLD_YRS + if m.gen_tech[g] == gt and bldyr not in m.PERIODS + ), + ) + + tuple( + sum( + m.GenCapacity[g, p] + for g in m.GENERATION_PROJECTS + if m.gen_tech[g] == gt + ) + for p in m.PERIODS + ), + ) plot_inv_decision(table_name, table, n_elements, index, True) table_name = "capacity_installed_by_tech_periods" - print(table_name+" ...") + print(table_name + " ...") table = export.write_table( - mod, mod.GENERATION_TECHNOLOGIES, - output_file=os.path.join(summaries_dir, table_name+".csv"), - headings=(index, 'legacy') + tuple(p - for p in mod.PERIODS), - values=lambda m, gt: (gt, sum(m.BuildGen[g, bldyr] - for (g, bldyr) in m.GEN_BLD_YRS - if m.gen_tech[g] == gt and bldyr not in m.PERIODS)) + - tuple( sum(m.BuildGen[g, p] for g in m.GENERATION_PROJECTS - if m.gen_tech[g] == gt) for p in m.PERIODS)) + mod, + mod.GENERATION_TECHNOLOGIES, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=(index, "legacy") + tuple(p for p in mod.PERIODS), + values=lambda m, gt: ( + gt, + sum( + m.BuildGen[g, bldyr] + for (g, bldyr) in m.GEN_BLD_YRS + if m.gen_tech[g] == gt and bldyr not in m.PERIODS + ), + ) + + tuple( + sum( + m.BuildGen[g, p] + for g in m.GENERATION_PROJECTS + if m.gen_tech[g] == gt + ) + for p in m.PERIODS + ), + ) plot_inv_decision(table_name, table, n_elements, index, False) if mod.options.export_transmission: n_elements = mod.TRANSMISSION_LINES.__len__() - index = 'path' + index = "path" table_name = "cummulative_transmission_by_path_periods" - print(table_name+" ...") + print(table_name + " ...") table = export.write_table( - mod, True, mod.TRANSMISSION_LINES, - output_file=os.path.join(summaries_dir, table_name+".csv"), - headings=(index, 'legacy') + tuple(p for p in mod.PERIODS), - values=lambda m, tx: (tx, m.existing_trans_cap[tx]) + - tuple(m.TransCapacity[tx, p] for p in m.PERIODS)) - #plot_inv_decision(table_name, table, n_elements, index, True) + mod, + True, + mod.TRANSMISSION_LINES, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=(index, "legacy") + tuple(p for p in mod.PERIODS), + values=lambda m, tx: (tx, m.existing_trans_cap[tx]) + + tuple(m.TransCapacity[tx, p] for p in m.PERIODS), + ) + # plot_inv_decision(table_name, table, n_elements, index, True) table_name = "transmission_installation_by_path_periods" - print(table_name+" ...") + print(table_name + " ...") table = export.write_table( - mod, True, mod.TRANSMISSION_LINES, - output_file=os.path.join(summaries_dir, table_name+".csv"), - headings=(index, 'legacy') + tuple(p for p in mod.PERIODS), - values=lambda m, tx: (tx, m.existing_trans_cap[tx]) + - tuple(m.BuildTrans[tx, p] for p in m.PERIODS)) + mod, + True, + mod.TRANSMISSION_LINES, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=(index, "legacy") + tuple(p for p in mod.PERIODS), + values=lambda m, tx: (tx, m.existing_trans_cap[tx]) + + tuple(m.BuildTrans[tx, p] for p in m.PERIODS), + ) plot_inv_decision(table_name, table, n_elements, index, False) - if mod.options.export_tech_dispatch: n_elements = mod.GENERATION_TECHNOLOGIES.__len__() - index = 'timepoints' + index = "timepoints" gen_projects = {} for g in mod.GENERATION_TECHNOLOGIES: gen_projects[g] = [] for prj in mod.PROJECTS: - if mod.proj_gen_tech[prj]==g: + if mod.proj_gen_tech[prj] == g: gen_projects[g].append(prj) + def print_dis(m, tp): tup = (m.tp_timestamp[tp],) for g in m.GENERATION_TECHNOLOGIES: for s in m.SCENARIOS: if s in m.PERIOD_SCENARIOS[m.tp_period[tp]]: - tup += (sum(m.DispatchProj[proj, tp, s] for proj in gen_projects[g] if (proj,tp,s) in m.PROJ_DISPATCH_POINTS),) + tup += ( + sum( + m.DispatchProj[proj, tp, s] + for proj in gen_projects[g] + if (proj, tp, s) in m.PROJ_DISPATCH_POINTS + ), + ) else: - tup += ('',) + tup += ("",) return tup table_name = "dispatch_proj_by_tech_tps" - print(table_name+" ...") + print(table_name + " ...") table = export.write_table( - mod, True, mod.TIMEPOINTS, - output_file=os.path.join(summaries_dir, table_name+".csv"), - headings=("timepoints",) + tuple(str(g)+"-"+str(mod.scenario_stamp[s]) for g in mod.GENERATION_TECHNOLOGIES for s in mod.SCENARIOS), - values=print_dis) + mod, + True, + mod.TIMEPOINTS, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=("timepoints",) + + tuple( + str(g) + "-" + str(mod.scenario_stamp[s]) + for g in mod.GENERATION_TECHNOLOGIES + for s in mod.SCENARIOS + ), + values=print_dis, + ) plot_dis_decision(table_name, table, n_elements, index) if mod.options.export_reservoirs: n_elements = mod.RESERVOIRS.__len__() - index = 'timepoints' + index = "timepoints" def print_res(m, tp): tup = (m.tp_timestamp[tp],) @@ -362,28 +445,34 @@ def print_res(m, tp): if s in m.PERIOD_SCENARIOS[m.tp_period[tp]]: tup += (m.ReservoirVol[r, tp, s] - m.initial_res_vol[r],) else: - tup += ('',) + tup += ("",) return tup table_name = "reservoir_final_vols_tp" - print(table_name+" ...") + print(table_name + " ...") table = export.write_table( - mod, True, mod.TIMEPOINTS, - output_file=os.path.join(summaries_dir, table_name+".csv"), - headings=("timepoints",) + tuple(str(r)+"-"+ - str(mod.scenario_stamp[s]) for r in mod.RESERVOIRS - for s in mod.SCENARIOS), - values=print_res) + mod, + True, + mod.TIMEPOINTS, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=("timepoints",) + + tuple( + str(r) + "-" + str(mod.scenario_stamp[s]) + for r in mod.RESERVOIRS + for s in mod.SCENARIOS + ), + values=print_res, + ) plot_dis_decision(table_name, table, n_elements, index) ############################################################## # The following is a custom export to get dispatch for certain # Chile load zones - lzs_to_print = ['charrua','ancoa'] + lzs_to_print = ["charrua", "ancoa"] lz_hprojs = {} for lz in lzs_to_print: - lz_hprojs[lz]=[] + lz_hprojs[lz] = [] for proj in mod.LZ_PROJECTS[lz]: if proj in mod.HYDRO_PROJECTS: lz_hprojs[lz].append(proj) @@ -393,135 +482,192 @@ def print_hgen(m, tp): for lz in lzs_to_print: for s in m.SCENARIOS: if s in m.PERIOD_SCENARIOS[m.tp_period[tp]]: - tup += (sum(m.DispatchProj[proj, tp, s] for proj in lz_hprojs[lz] if (proj,tp,s) in m.HYDRO_PROJ_DISPATCH_POINTS),) + tup += ( + sum( + m.DispatchProj[proj, tp, s] + for proj in lz_hprojs[lz] + if (proj, tp, s) in m.HYDRO_PROJ_DISPATCH_POINTS + ), + ) else: - tup += ('',) + tup += ("",) return tup table_name = "hydro_dispatch_special_nodes_tp" - print(table_name+" ...") + print(table_name + " ...") table = export.write_table( - mod, True, mod.TIMEPOINTS, - output_file=os.path.join(summaries_dir, table_name+".csv"), - headings=("timepoints",) + tuple(str(lz)+"-"+str( - mod.scenario_stamp[s]) for lz in lzs_to_print - for s in mod.SCENARIOS), - values=print_hgen) - #plot_dis_decision(table_name, table, n_elements, index) + mod, + True, + mod.TIMEPOINTS, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=("timepoints",) + + tuple( + str(lz) + "-" + str(mod.scenario_stamp[s]) + for lz in lzs_to_print + for s in mod.SCENARIOS + ), + values=print_hgen, + ) + # plot_dis_decision(table_name, table, n_elements, index) if mod.options.export_load_blocks: + def print_res(m, ym): tup = (ym,) for r in m.RESERVOIRS: for s in m.SCENARIOS: - if s in m.PERIOD_SCENARIOS[m.tp_period[next(iter(m.ym_timepoints[ym]))]]: + if ( + s + in m.PERIOD_SCENARIOS[ + m.tp_period[next(iter(m.ym_timepoints[ym]))] + ] + ): tup += (m.ReservoirVol[r, ym, s] - m.initial_res_vol[r],) else: - tup += ('',) + tup += ("",) return tup + table_name = "reservoir_vols_load_block" - print(table_name+" ...") + print(table_name + " ...") tab = export.write_table( - mod, True, mod.YEARMONTHS, - output_file=os.path.join(summaries_dir, table_name+".csv"), - headings=("yearmonth",) + tuple(str(r)+"-"+ - str(mod.scenario_stamp[s]) for r in mod.RESERVOIRS - for s in mod.SCENARIOS), - values=print_res) + mod, + True, + mod.YEARMONTHS, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=("yearmonth",) + + tuple( + str(r) + "-" + str(mod.scenario_stamp[s]) + for r in mod.RESERVOIRS + for s in mod.SCENARIOS + ), + values=print_res, + ) n_data = mod.RESERVOIRS.__len__() - ind = 'yearmonth' - plots = PdfPages(os.path.join(outdir,"Summaries",table_name)+'.pdf') + ind = "yearmonth" + plots = PdfPages(os.path.join(outdir, "Summaries", table_name) + ".pdf") - df = pd.DataFrame(tab[1:], columns = tab[0]) + df = pd.DataFrame(tab[1:], columns=tab[0]) n_scen = mod.SCENARIOS.__len__() - #num_col = int(n_data * n_scen)/8 + # num_col = int(n_data * n_scen)/8 num_col = 6 - for p in ['all']+[p for p in mod.PERIODS]: - fig = plt.figure(figsize=(17,8), dpi=100) + for p in ["all"] + [p for p in mod.PERIODS]: + fig = plt.figure(figsize=(17, 8), dpi=100) dis_ax = fig.add_subplot(111) dis_ax.grid(b=False) # You have to play with the color map and the line style list to # get enough combinations for your particular plot. # Set up different x axis labels if all periods are being plotted - if p == 'all': - dis_ax.set_xticks([ - i*5 - for i in range(int(len(mod.YEARMONTHS)/5) + 1) - ]) - dis_ax.set_xticklabels([ - mod.YEARMONTHS[i*5+1] - for i in range(int(len(mod.YEARMONTHS)/5)) - ]) + if p == "all": + dis_ax.set_xticks( + [i * 5 for i in range(int(len(mod.YEARMONTHS) / 5) + 1)] + ) + dis_ax.set_xticklabels( + [ + mod.YEARMONTHS[i * 5 + 1] + for i in range(int(len(mod.YEARMONTHS) / 5)) + ] + ) # Technologies have different linestyles and scenarios have # different colors - dis_ax.set_prop_cycle(cycler('color', - [color_map(i/float(n_data-1)) for i in range(n_data)]) * - cycler('linestyle',[next(styles) for i in range(n_scen)])) - df_to_plot = df.drop([ind], axis=1).replace('', nan) + dis_ax.set_prop_cycle( + cycler( + "color", + [color_map(i / float(n_data - 1)) for i in range(n_data)], + ) + * cycler("linestyle", [next(styles) for i in range(n_scen)]) + ) + df_to_plot = df.drop([ind], axis=1).replace("", nan) else: n_scen = mod.PERIOD_SCENARIOS[p].__len__() - dis_ax.set_xticks([i*5 for i in range(0,24)]) - dis_ax.set_xticklabels([mod.YEARMONTHS[i] - for i in range(1,25)]) + dis_ax.set_xticks([i * 5 for i in range(0, 24)]) + dis_ax.set_xticklabels([mod.YEARMONTHS[i] for i in range(1, 25)]) # Technologies have different colors and scenarios have # different line styles - dis_ax.set_prop_cycle(cycler('color', - [color_map(i/float(n_data-1)) for i in range(n_data)]) * - cycler('linestyle', [next(styles) for i in range(n_scen)])) + dis_ax.set_prop_cycle( + cycler( + "color", + [color_map(i / float(n_data - 1)) for i in range(n_data)], + ) + * cycler("linestyle", [next(styles) for i in range(n_scen)]) + ) # Before plotting, data must be filtered by period - period_yms = [(p+y)*100+i for y in [0,1] for i in range(1,13)] - df_to_plot = df.loc[df[ind].isin(period_yms)].drop([ind], - axis=1).reset_index(drop=True).dropna(axis=1, how='all') + period_yms = [(p + y) * 100 + i for y in [0, 1] for i in range(1, 13)] + df_to_plot = ( + df.loc[df[ind].isin(period_yms)] + .drop([ind], axis=1) + .reset_index(drop=True) + .dropna(axis=1, how="all") + ) # To locate the legend: "loc" is the point of the legend for which # you will specify coordinates. These coords are specified in # bbox_to_anchor (can be only 1 point or couple) - dis_plot = df_to_plot.plot(ax=dis_ax, - linewidth=1.6).legend(loc='lower left', fontsize=8, - bbox_to_anchor=(0., 1.015, 1., 1.015), ncol=num_col, - mode="expand") + dis_plot = df_to_plot.plot(ax=dis_ax, linewidth=1.6).legend( + loc="lower left", + fontsize=8, + bbox_to_anchor=(0.0, 1.015, 1.0, 1.015), + ncol=num_col, + mode="expand", + ) plt.xticks(rotation=90, fontsize=9) - plots.savefig(bbox_extra_artists=(dis_plot,), bbox_inches='tight') + plots.savefig(bbox_extra_artists=(dis_plot,), bbox_inches="tight") plt.close() plots.close() ############################################################## def calc_tp_costs_in_period_one_scenario(m, p, s): - return (sum(sum( - # This are total costs in each tp for a scenario - getattr(m, tp_cost)[t, s].expr() * m.tp_weight_in_year[t] - for tp_cost in m.cost_components_tp) - # Now, summation over timepoints - for t in m.PERIOD_TPS[p]) * + return ( + sum( + sum( + # This are total costs in each tp for a scenario + getattr(m, tp_cost)[t, s].expr() * m.tp_weight_in_year[t] + for tp_cost in m.cost_components_tp + ) + # Now, summation over timepoints + for t in m.PERIOD_TPS[p] + ) + * # Conversion to lump sum at beginning of period - uniform_series_to_present_value( - 0, m.period_length_years[p]) * + uniform_series_to_present_value(0, m.period_length_years[p]) + * # Conversion to base year future_to_present_value( - m.discount_rate, (m.period_start[p] - m.base_financial_year))) + m.discount_rate, (m.period_start[p] - m.base_financial_year) + ) + ) """ Writing Objective Function value. """ print("total_system_costs.txt...") - with open(os.path.join(summaries_dir, "total_system_costs.txt"),'w+') as f: + with open(os.path.join(summaries_dir, "total_system_costs.txt"), "w+") as f: f.write("Total Expected System Costs: %.2f \n" % mod.SystemCost()) - f.write("Total Investment Costs: %.2f \n" % sum( - mod.AnnualCostPerPeriod[p].expr() for p in mod.PERIODS)) - f.write("Total Expected Operations Costs: %.2f \n" % sum( - mod.TpCostPerPeriod[p].expr() for p in mod.PERIODS)) + f.write( + "Total Investment Costs: %.2f \n" + % sum(mod.AnnualCostPerPeriod[p].expr() for p in mod.PERIODS) + ) + f.write( + "Total Expected Operations Costs: %.2f \n" + % sum(mod.TpCostPerPeriod[p].expr() for p in mod.PERIODS) + ) for p in mod.PERIODS: f.write("PERIOD %s\n" % p) f.write(" Investment Costs: %.2f \n" % mod.AnnualCostPerPeriod[p].expr()) - f.write(" Expected Operations Costs: %.2f \n" % mod.TpCostPerPeriod[p].expr()) + f.write( + " Expected Operations Costs: %.2f \n" % mod.TpCostPerPeriod[p].expr() + ) for s in mod.PERIOD_SCENARIOS[p]: - f.write(" Operational Costs of scenario %s with probability %s: %.2f\n" % (s, mod.scenario_probability[s], calc_tp_costs_in_period_one_scenario(mod, p, s))) - - - print("\nTime taken writing summaries: %.2f s." % (time.time()-start)) - - + f.write( + " Operational Costs of scenario %s with probability %s: %.2f\n" + % ( + s, + mod.scenario_probability[s], + calc_tp_costs_in_period_one_scenario(mod, p, s), + ) + ) + + print("\nTime taken writing summaries: %.2f s." % (time.time() - start)) # if mod.options.export_marginal_costs: # """ diff --git a/switch_model/reporting/basic_exports_wecc.py b/switch_model/reporting/basic_exports_wecc.py new file mode 100644 index 000000000..e51e51036 --- /dev/null +++ b/switch_model/reporting/basic_exports_wecc.py @@ -0,0 +1,496 @@ +# Copyright (c) 2017 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2.0, which is in the LICENSE file. + +""" +This module enables exporting basic plots and tables with processed information. + +""" +import switch_model.reporting as export +import pandas as pd +import os, time, sys +from csv import reader +from itertools import cycle +from pyomo.environ import Var +from switch_model.financials import ( + uniform_series_to_present_value, + future_to_present_value, +) + + +def define_arguments(argparser): + # argparser.add_argument( + # "--export-marginal-costs", action='store_true', default=False, + # help="Exports energy marginal costs in US$/MWh per load zone and timepoint, calculated as dual variable values from the energy balance constraint." + # ) + argparser.add_argument( + "--export-capacities", + action="store_true", + default=False, + help="Exports cummulative installed generating capacity in MW per \ + technology per period.", + ) + argparser.add_argument( + "--export-transmission", + action="store_true", + default=False, + help="Exports cummulative installed transmission capacity in MW per \ + path per period.", + ) + argparser.add_argument( + "--export-tech-dispatch", + action="store_true", + default=False, + help="Exports dispatched capacity per generator technology in MW per \ + timepoint.", + ) + argparser.add_argument( + "--export-all", + action="store_true", + default=False, + help="Exports all tables and plots. Sets all other export options to \ + True.", + ) + argparser.add_argument( + "--export-load-blocks", + action="store_true", + default=False, + help="Exports tables and plots for load block formulation.", + ) + + +def post_solve(mod, outdir): + """ + This module's post solve function calls the #plot_inv_decision and + plot_dis_decision functions to write and plot different outputs. + + #plot_inv_decision should be used when the quantity is indexed by periods + + plot_dis_decision should be used when the quantity is indexed by timepoints + + """ + # Import optional dependencies here instead of at the top of the file to + # avoid breaking tests for installations that don't use this functionality + # import matplotlib.pyplot as plt + # from numpy import nan + # from cycler import cycler + # from matplotlib.backends.backend_pdf import PdfPages + + summaries_dir = os.path.join(outdir, "Summaries") + if not os.path.exists(summaries_dir): + os.makedirs(summaries_dir) + else: + print("Summaries directory exists, clearing it...") + for f in os.listdir(summaries_dir): + os.unlink(os.path.join(summaries_dir, f)) + + # color_map = plt.get_cmap('gist_rainbow') + # styles = cycle(['-','--','-.',':']) + + ##### + # Round doubles to the first decimal + # for var in mod.component_objects(): + # if not isinstance(var, Var): + # continue + # for key, obj in var.items(): + # obj.value = round(obj.value,1) + # print "Finished rounding variable "+str(var) + + # def plot_inv_decision(name, tab, n_data, ind, by_period): + """ + This function plots an investment decision over all periods on a + bar plot. + + Arguments are: + + name: Filename for the output pdf. + + tab: Table of data. Format should be a list of lists whose first + row (the first list) contains column names. + + n_data: Number of records to plot. Used to cycle through colors and + linestyles to differenciate different variables. + + ind: Name of the column to be used as index when transforming the + table into a Pandas Dataframe. Usually represents time. + + by_period: A boolean indicating whether the plot should be stacked + by period (False) or if values should be cummulative (True). In the + former, x axis represents the investment alternatives and in the + latter, it represents periods (hence he boolean values required). + + """ + # if by_period: + # df = pd.DataFrame(tab[1:], + # columns = tab[0]).set_index(ind).transpose() + # stack = False + # num_col = int(n_data)/10 + # else: + # df = pd.DataFrame(tab[1:], columns = tab[0]).set_index(ind) + # stack = True + # num_col = int(n_data)/2 + # fig = plt.figure() + # inv_ax = fig.add_subplot(111) + # inv_ax.grid(b=False) + # # You have to play with the color map and the line style list to + # # get enough combinations for your particular plot + # inv_ax.set_prop_cycle(cycler('color', + # [color_map(i/n_data) for i in range(0, n_data+1)])) + # # To locate the legend: "loc" is the point of the legend for which you + # # will specify coordinates. These coords are specified in + # # bbox_to_anchor (can be only 1 point or couple) + # inv_plot = df.plot(kind='bar', ax=inv_ax, + # stacked=stack).legend(loc='lower left', fontsize=8, + # bbox_to_anchor=(0.,1.015,1.,1.015), ncol=num_col, mode="expand") + # if by_period: + # plt.xticks(rotation=0, fontsize=10) + # fname = summaries_dir+'/'+name+'.pdf' + # else: + # plt.xticks(rotation=90, fontsize=9) + # fname = summaries_dir+'/'+name+'_stacked_by_p.pdf' + # plt.savefig(fname, bbox_extra_artists=(inv_plot,), bbox_inches='tight') + # plt.close() + + # def plot_dis_decision(name, tab, n_data, ind): + # """ + # This function prints a pdf with dispatch decisions plotted over all + # periods on a line plot and also a close up of each period on the + # subsequent pages of the file. + # + # Arguments are: + # + # name: Filename for the output pdf. + # + # tab: Table of data. Format should be a list of lists whose first + # row (the first list) contains column names. + # + # n_data: Number of records to plot. Used to cycle through colors and + # linestyles to differenciate different variables. + # + # ind: Name of the column to be used as index when transforming the + # table into a Pandas Dataframe. Usually represents time. + # + # """ + # + # plots = PdfPages(os.path.join(outdir,"Summaries",name)+'.pdf') + # + # df = pd.DataFrame(tab[1:], columns = tab[0]) + # + # n_scen = 1# mod.SCENARIOS.__len__() + # #num_col = int(n_data * n_scen)/8 + # num_col = 6 + # + # for p in ['all']+[p for p in mod.PERIODS]: + # fig = plt.figure(figsize=(17,8), dpi=100) + # dis_ax = fig.add_subplot(111) + # dis_ax.grid(b=False) + # # You have to play with the color map and the line style list to + # # get enough combinations for your particular plot. + # # Set up different x axis labels if all periods are being plotted + # if p == 'all': + # dis_ax.set_xticks([i*24 + # for i in range(0,len(mod.TIMEPOINTS)/24+1)]) + # dis_ax.set_xticklabels([mod.tp_timestamp[mod.TIMEPOINTS[i*24+1]] + # for i in range(0,len(mod.TIMEPOINTS)/24)]) + # # Technologies have different linestyles and scenarios have + # # different colors + # dis_ax.set_prop_cycle(cycler('color', + # [color_map(i/float(n_data-1)) for i in range(n_data)]) * + # cycler('linestyle',[next(styles) for i in range(n_scen)])) + # df_to_plot = df.drop([ind], axis=1).replace('', nan) + # else: + # n_scen = mod.PERIOD_SCENARIOS[p].__len__() + # dis_ax.set_xticks([i*6 for i in range(0,len(mod.PERIOD_TPS[p])/6+1)]) + # dis_ax.set_xticklabels([mod.tp_timestamp[mod.PERIOD_TPS[p][t*6+1]] + # for t in range(0,len(mod.PERIOD_TPS[p])/6)]) + # # Technologies have different colors and scenarios have + # # different line styles + # dis_ax.set_prop_cycle(cycler('color', + # [color_map(i/float(n_data-1)) for i in range(n_data)]) * + # cycler('linestyle', [next(styles) for i in range(n_scen)])) + # # Before plotting, data must be filtered by period + # period_tps = [mod.tp_timestamp[tp] + # for tp in mod.PERIOD_TPS[p].value] + # df_to_plot = df.loc[df[ind].isin(period_tps)].drop([ind], + # axis=1).reset_index(drop=True).dropna(axis=1, how='all') + # # To locate the legend: "loc" is the point of the legend for which + # # you will specify coordinates. These coords are specified in + # # bbox_to_anchor (can be only 1 point or couple) + # dis_plot = df_to_plot.plot(ax=dis_ax, + # linewidth=1.6).legend(loc='lower left', fontsize=8, + # bbox_to_anchor=(0., 1.015, 1., 1.015), ncol=num_col, + # mode="expand") + # plt.xticks(rotation=90, fontsize=9) + # plots.savefig(bbox_extra_artists=(dis_plot,), bbox_inches='tight') + # plt.close() + # plots.close() + + print("Printing summaries:\n===================") + start = time.time() + + # print "renewable energy production" + # rpsenergy = {s:0.0 for s in mod.SCENARIOS} + # renergy = {s:0.0 for s in mod.SCENARIOS} + # energy = {s:0.0 for s in mod.SCENARIOS} + # for s in mod.SCENARIOS: + # for tp in mod.PERIOD_TPS[mod.scenario_period[s]]: + # for pr in mod.ERNC_ACTIVE_IN_TP[tp]: + # rpsenergy[s] += mod.DispatchProj[pr,tp,s].value*mod.tp_weight[tp] / 1000000.0 + # for pr in mod.ERNC_ACTIVE_IN_TP1[tp]: + # renergy[s] += mod.DispatchProj[pr,tp,s].value*mod.tp_weight[tp] / 1000000.0 + # for pr in mod.PROJECTS_ACTIVE_IN_TIMEPOINT[tp]: + # energy[s] += mod.DispatchProj[pr,tp,s].value*mod.tp_weight[tp]/1000000.0 + # with open(os.path.join(summaries_dir, "rps.tab"),'w') as f: + # for p in mod.PERIODS: + # ener = sum(energy[s]*mod.scenario_probability[s] for s in mod.PERIOD_SCENARIOS[p]) + # rpsener = sum((rpsenergy[s]/energy[s]*100.0)*mod.scenario_probability[s] for s in mod.PERIOD_SCENARIOS[p]) + # rener = sum((renergy[s]/energy[s]*100.0)*mod.scenario_probability[s] for s in mod.PERIOD_SCENARIOS[p]) + # f.write("Period %s expected: Total - %10.1f TWh // %3.2f ERNC // %3.2f Renewable\n" % (p,ener,rpsener,rener)) + # for s in mod.SCENARIOS: + # f.write("Scen %s: Total - %10.1f TWh // %3.2f ERNC // %3.2f Renewable\n" % (s,energy[s],rpsenergy[s]/energy[s]*100, renergy[s]/energy[s]*100.0)) + + if mod.options.export_all: + mod.options.export_tech_dispatch = True + mod.options.export_capacities = True + mod.options.export_transmission = True + + # table_name = "energy_by_gentech_periods" + # print table_name+" ..." + # table = export.write_table( + # mod, True, mod.SCENARIOS, mod.GENERATION_TECHNOLOGIES, + # output_file=os.path.join(summaries_dir, table_name+".csv"), + # headings=("scenario", "gentech", "energy_produced_TWh"), + # values=lambda m, s, g: (s, g, + # sum(m.DispatchProj[pr,tp,s]*m.tp_weight[tp] + # for tp in m.PERIOD_TPS[m.scenario_period[s]] + # for pr in m.PROJECTS_ACTIVE_IN_TIMEPOINT[tp] + # if g==m.proj_gen_tech[pr])/1000000.0)) + + if mod.options.export_capacities: + n_elements = mod.GENERATION_TECHNOLOGIES.__len__() + index = "gentech" + + table_name = "cummulative_capacity_by_tech_periods" + print(table_name + " ...") + table = export.write_table( + mod, + mod.GENERATION_TECHNOLOGIES, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=(index, "legacy") + tuple(p for p in mod.PERIODS), + values=lambda m, gt: ( + gt, + sum( + m.BuildGen[g, bldyr] + for (g, bldyr) in m.GEN_BLD_YRS + if m.gen_tech[g] == gt and bldyr not in m.PERIODS + ), + ) + + tuple( + sum( + m.GenCapacity[g, p] + for g in m.GENERATION_PROJECTS + if m.gen_tech[g] == gt + ) + for p in m.PERIODS + ), + ) + ##plot_inv_decision(table_name, table, n_elements, index, True) + + # table_name = "capacity_installed_by_tech_periods" + # print table_name+" ..." + # table = export.write_table( + # mod, mod.GENERATION_TECHNOLOGIES, + # output_file=os.path.join(summaries_dir, table_name+".csv"), + # headings=(index, 'legacy') + tuple(p + # for p in mod.PERIODS), + # values=lambda m, gt: (gt, sum(m.BuildGen[g, bldyr] + # for (g, bldyr) in m.GEN_BLD_YRS if m.gen_tech[g] == gt and bldyr not in m.PERIODS)) + + # tuple( sum(m.BuildGen[g, p] for (g, p) in m.GEN_BLD_YRS)) for p in m.PERIODS) + # #plot_inv_decision(table_name, table, n_elements, index, False) + ################################################################ + if mod.options.export_tech_dispatch: + # n_elements = mod.GENERATION_TECHNOLOGIES.__len__() + # index = 'timepoints' + # + # gen_projects = {} + # for g in mod.GENERATION_TECHNOLOGIES: + # gen_projects[g] = [] + # for prj in mod.GENERATION_PROJECTS: + # if mod.gen_tech[prj]==g: + # gen_projects[g].append(prj) + # def print_dis(m, tp): + # tup = (m.tp_timestamp[tp],) + # for g in m.GENERATION_TECHNOLOGIES: + # tup += (sum(m.DispatchProj[proj, tp, s] for proj in gen_projects[g] if (proj,tp,s) in m.PROJ_DISPATCH_POINTS),) + # else: + # tup += ('',) + # return tup + # + table_name = "dispatch_tech_periods" + print(table_name + " ...") + table = export.write_table( + mod, + mod.GENERATION_TECHNOLOGIES, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=("gen_tech", "interest_rate") + tuple(p for p in mod.PERIODS), + values=lambda m, gt: (gt, m.interest_rate) + + tuple( + sum( + m.DispatchGen[g, t] + for g in m.GENERATION_PROJECTS + if m.gen_tech[g] == gt + for t in m.TPS_IN_PERIOD[pp] + ) + for pp in m.PERIODS + ), + ) + # plot_dis_decision(table_name, table, n_elements, index) + # table_name = "cummulative_capacity_by_tech_periods" + # print table_name+" ..." + # table = export.write_table( + # mod, mod.GENERATION_TECHNOLOGIES, + # output_file=os.path.join(summaries_dir, table_name+".csv"), + # headings=(index, 'legacy') + tuple(p + # for p in mod.PERIODS), + # values=lambda m, gt: (gt, sum(m.BuildGen[g, bldyr] + # for (g, bldyr) in m.GEN_BLD_YRS + # if m.gen_tech[g] == gt and bldyr not in m.PERIODS)) + + # tuple( sum(m.GenCapacity[g, p] for g in m.GENERATION_PROJECTS + # if m.gen_tech[g] == gt) for p in m.PERIODS)) + + if mod.options.export_transmission: + n_elements = mod.TRANSMISSION_LINES.__len__() + index = "path" + + table_name = "cummulative_transmission_by_path_periods" + print(table_name + " ...") + table = export.write_table( + mod, + mod.TRANSMISSION_LINES, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=(index, "legacy") + tuple(p for p in mod.PERIODS), + values=lambda m, tx: (tx, m.existing_trans_cap[tx]) + + tuple(m.TxCapacityNameplate[tx, p] for p in m.PERIODS), + ) + ##plot_inv_decision(table_name, table, n_elements, index, True) + + table_name = "transmission_installation_by_path_periods" + print(table_name + " ...") + table = export.write_table( + mod, + mod.TRANSMISSION_LINES, + output_file=os.path.join(summaries_dir, table_name + ".csv"), + headings=(index, "legacy") + tuple(p for p in mod.PERIODS), + values=lambda m, tx: (tx, m.existing_trans_cap[tx]) + + tuple(m.BuildTx[tx, p] for p in m.PERIODS), + ) + # plot_inv_decision(table_name, table, n_elements, index, False) + + ############################################################## + + def calc_tp_costs_in_period_one_scenario(m, p, s): + return ( + sum( + sum( + # This are total costs in each tp for a scenario + getattr(m, tp_cost)[t, s].expr() * m.tp_weight_in_year[t] + for tp_cost in m.cost_components_tp + ) + # Now, summation over timepoints + for t in m.PERIOD_TPS[p] + ) + * + # Conversion to lump sum at beginning of period + uniform_series_to_present_value(0, m.period_length_years[p]) + * + # Conversion to base year + future_to_present_value( + m.discount_rate, (m.period_start[p] - m.base_financial_year) + ) + ) + + # """ + # Writing Objective Function value. + # """ + # print "total_system_costs.txt..." + # with open(os.path.join(summaries_dir, "total_system_costs.txt"),'w+') as f: + # f.write("Total Expected System Costs: %.2f \n" % mod.SystemCost()) + # f.write("Total Investment Costs: %.2f \n" % sum( + # mod.SystemCostPerPeriod[p].expr() for p in mod.PERIODS)) + # f.write("Total Expected Operations Costs: %.2f \n" % sum( + # mod.TpCostPerPeriod[p].expr() for p in mod.PERIODS)) + # for p in mod.PERIODS: + # f.write("PERIOD %s\n" % p) + # f.write(" Investment Costs: %.2f \n" % mod.SystemCostPerPeriod[p].expr()) + # f.write(" Expected Operations Costs: %.2f \n" % mod.TpCostPerPeriod[p].expr()) + # for s in mod.PERIOD_SCENARIOS[p]: + # f.write(" Operational Costs of scenario %s with probability %s: %.2f\n" % (s, mod.scenario_probability[s], calc_tp_costs_in_period_one_scenario(mod, p, s))) + # + # + print("\nTime taken writing summaries: %.2f s." % (time.time() - start)) + + # if mod.options.export_marginal_costs: + # """ + # This table writes out the marginal costs of supplying energy in each timepoint in US$/MWh. + # """ + # print "marginal_costs_lz_tp.csv..." + # export.write_table( + # mod, mod.TIMEPOINTS, mod.LOAD_ZONES, + # output_file=os.path.join(summaries_dir, "marginal_costs_lz_tp.csv"), + # headings=("timepoint","load_zones","marginal_cost"), + # values=lambda m, tp, lz: (m.tp_timestamp[tp], lz, m.dual[m.Energy_Balance[lz, tp]] / (m.tp_weight_in_year[tp] * uniform_series_to_present_value( + # m.discount_rate, m.period_length_years[m.tp_period[tp]]) * future_to_present_value( + # m.discount_rate, (m.period_start[m.tp_period[tp]] - m.base_financial_year))) + # )) + # df = pd.read_csv('outputs/Summaries/marginal_costs_lz_tp.csv',sep='\t') + # lz_dfs = [] + # for lz in mod.LOAD_ZONES: + # lz_dfs.append(df[df.load_zones == lz].drop(['load_zones','timepoint'],axis=1).reset_index(drop=True)) + # lz_dfs[-1].columns = [lz] + # DF = pd.concat(lz_dfs, axis=1) + # fig = plt.figure(1) + # mc_ax = fig.add_subplot(211) + # # GO cycling through the rainbow to get line colours + # cm = plt.get_cmap('gist_rainbow') + # # You have to play with the color map and the line style list to get enough combinations for your particular plot + # mc_ax.set_prop_cycle(cycler('linestyle',['-',':','--','-.']) * cycler('color',[cm(i/5.0) for i in range(0,6)])) + # # to locate the legend: "loc" is the point of the legend for which you will specify cooridnates. These coords are specified in bbox_to_anchor (can be only 1 point or couple) + # mc_plot = DF.plot(ax=mc_ax,linewidth=1.5).legend(loc='upper center', fontsize=10, bbox_to_anchor=(0.,-0.15,1.,-0.15), ncol=3, mode="expand") + # plt.xticks([i*24 for i in range(1,len(mod.TIMEPOINTS)/24+1)],[mod.tp_timestamp[mod.TIMEPOINTS[i*24]] for i in range(1,len(mod.TIMEPOINTS)/24+1)],rotation=40,fontsize=7) + # plt.savefig('outputs/Summaries/marginal_costs.pdf',bbox_extra_artists=(mc_plot,)) + + # print "energy_produced_in_period_by_each_project.csv..." + # export.write_table( + # mod, mod.PERIODS, mod.PROJECTS, + # output_file=os.path.join(summaries_dir, "energy_produced_in_period_by_each_project.csv"), + # headings=("period", "project", "energy_produced_GWh"), + # values=lambda m, p, proj: (p, proj,) + tuple( + # sum(m.DispatchProj[proj,tp]*m.tp_weight[tp] for tp in m.PERIOD_TPS[p])/1000) + # ) + + # """ + # This table writes out the fuel consumption in MMBTU per hour. + # """ + # print "fuel_consumption_tp_hourly.csv..." + # export.write_table( + # mod, mod.TIMEPOINTS, + # output_file=os.path.join(summaries_dir, "fuel_consumption_tp_hourly.csv"), + # headings=("timepoint",) + tuple(f for f in mod.FUELS), + # values=lambda m, tp: (m.tp_timestamp[tp],) + tuple( + # sum(m.ProjFuelUseRate[proj, t, f] for (proj,t) in m.PROJ_WITH_FUEL_DISPATCH_POINTS + # if m.g_energy_source[m.proj_gen_tech[proj]] == f and t == tp) + # for f in m.FUELS) + # ) + + # """ + # This table writes out the fuel consumption in total MMBTU consumed in each period. + # """ + # print "fuel_consumption_periods_total.csv..." + # export.write_table( + # mod, mod.PERIODS, + # output_file=os.path.join(summaries_dir, "fuel_consumption_periods_total.csv"), + # headings=("period",) + tuple(f for f in mod.FUELS), + # values=lambda m, p: (p,) + tuple( + # sum(m.ProjFuelUseRate[proj, tp, f] * m.tp_weight[tp] for (proj, tp) in m.PROJ_WITH_FUEL_DISPATCH_POINTS + # if tp in m.PERIOD_TPS[p] and m.g_energy_source[m.proj_gen_tech[proj]] == f) + # for f in m.FUELS) + # ) diff --git a/switch_model/reporting/dump.py b/switch_model/reporting/dump.py index a6fb22335..3ded1cc59 100644 --- a/switch_model/reporting/dump.py +++ b/switch_model/reporting/dump.py @@ -10,12 +10,21 @@ """ import os, sys + def define_arguments(argparser): - argparser.add_argument("--dump-level", type=int, default=2, - help="Use 1 for an abbreviated dump via instance.display(), or 2 " + - "for a complete dump via instance.pprint().") - argparser.add_argument("--dump-to-screen", action='store_true', default=False, - help="Print the model dump to screen as well as an export file.") + argparser.add_argument( + "--dump-level", + type=int, + default=2, + help="Use 1 for an abbreviated dump via instance.display(), or 2 " + + "for a complete dump via instance.pprint().", + ) + argparser.add_argument( + "--dump-to-screen", + action="store_true", + default=False, + help="Print the model dump to screen as well as an export file.", + ) def _print_output(instance): @@ -33,7 +42,9 @@ def post_solve(instance, outdir): instance.display() or instance.pprint(), depending on the value of dump-level. Default is pprint(). """ - stdout_copy = sys.stdout # make a copy of current sys.stdout to return to eventually + stdout_copy = ( + sys.stdout + ) # make a copy of current sys.stdout to return to eventually out_path = os.path.join(outdir, "model_dump.txt") out_file = open(out_path, "w", buffering=1) sys.stdout = out_file diff --git a/switch_model/reporting/example_export.py b/switch_model/reporting/example_export.py index 400f72602..0cb604934 100644 --- a/switch_model/reporting/example_export.py +++ b/switch_model/reporting/example_export.py @@ -13,7 +13,8 @@ import os from switch_model.reporting import write_table -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones' +dependencies = "switch_model.timescales", "switch_model.balancing.load_zones" + def post_solve(instance, outdir): """ @@ -21,13 +22,21 @@ def post_solve(instance, outdir): a different file name (load_balance2.csv). """ write_table( - instance, instance.LOAD_ZONES, instance.TIMEPOINTS, + instance, + instance.LOAD_ZONES, + instance.TIMEPOINTS, output_file=os.path.join(outdir, "load_balance2.csv"), - headings=("load_zone", "timestamp",) + tuple( - instance.Zone_Power_Injections + - instance.Zone_Power_Withdrawals), - values=lambda m, z, t: (z, m.tp_timestamp[t],) + tuple( + headings=( + "load_zone", + "timestamp", + ) + + tuple(instance.Zone_Power_Injections + instance.Zone_Power_Withdrawals), + values=lambda m, z, t: ( + z, + m.tp_timestamp[t], + ) + + tuple( getattr(m, component)[z, t] - for component in ( - m.Zone_Power_Injections + - m.Zone_Power_Withdrawals))) + for component in (m.Zone_Power_Injections + m.Zone_Power_Withdrawals) + ), + ) diff --git a/switch_model/solve.py b/switch_model/solve.py index e0422b2f4..2c4fe7e7a 100755 --- a/switch_model/solve.py +++ b/switch_model/solve.py @@ -4,58 +4,77 @@ from __future__ import print_function from pyomo.environ import * -from pyomo.opt import SolverFactory, SolverStatus, TerminationCondition +from pyomo.opt import SolverFactory, SolverStatus, TerminationCondition, SolutionStatus import pyomo.version +import pandas as pd -import sys, os, time, shlex, re, inspect, textwrap, types -try: - # Python 2 - import cPickle as pickle -except ImportError: - import pickle +import sys, os, shlex, re, inspect, textwrap, types, pickle, traceback, gc +import warnings +import datetime +import platform -try: - # Python 2 - input = raw_input -except NameError: - pass +from pyomo.solvers.plugins.solvers.direct_or_persistent_solver import ( + DirectOrPersistentSolver, +) import switch_model from switch_model.utilities import ( - create_model, _ArgumentParser, StepTimer, make_iterable, LogOutput, warn + create_model, + _ArgumentParser, + StepTimer, + make_iterable, + LogOutput, + warn, + query_yes_no, + get_module_list, + add_module_args, + _ScaledVariable, + add_git_info, ) from switch_model.upgrade import do_inputs_need_upgrade, upgrade_inputs +from switch_model.tools.graph.cli_graph import main as graph_main +from switch_model.utilities.patches import patch_pyomo +from switch_model.utilities.results_info import save_info, add_info, ResultsInfoSection +import switch_model.utilities.gurobi_aug # We keep this line here to ensure that 'gurobi_aug' gets registered as a solver -def main(args=None, return_model=False, return_instance=False): - +def main( + args=None, return_model=False, return_instance=False, attach_data_portal=False +): + start_to_end_timer = StepTimer() timer = StepTimer() if args is None: # combine default arguments read from options.txt file with # additional arguments specified on the command line args = get_option_file_args(extra_args=sys.argv[1:]) + # Parse the --recommended and --recommended-debug flags to replace them with their placeholder + args = parse_recommended_args(args) + # Get options needed before any modules are loaded pre_module_options = parse_pre_module_options(args) # turn on post-mortem debugging mode if requested # (from http://stackoverflow.com/a/1237407 ; more options available there) if pre_module_options.debug: + def debug(type, value, tb): import traceback + try: from ipdb import pm except ImportError: from pdb import pm traceback.print_exception(type, value, tb) pm() + sys.excepthook = debug # Write output to a log file if logging option is specified if pre_module_options.log_run_to_file: logs_dir = pre_module_options.logs_dir else: - logs_dir = None # disables logging + logs_dir = None # disables logging with LogOutput(logs_dir): @@ -64,8 +83,13 @@ def debug(type, value, tb): parser = _ArgumentParser(allow_abbrev=False, add_help=False) add_module_args(parser) module_options = parser.parse_known_args(args=args)[0] - if(os.path.exists(module_options.inputs_dir) and - do_inputs_need_upgrade(module_options.inputs_dir)): + + if not os.path.exists(module_options.inputs_dir): + raise NotADirectoryError( + "Inputs directory '{}' does not exist".format(module_options.inputs_dir) + ) + + if do_inputs_need_upgrade(module_options.inputs_dir): do_upgrade = query_yes_no( "Warning! Your inputs directory needs to be upgraded. " "Do you want to auto-upgrade now? We'll keep a backup of " @@ -75,7 +99,6 @@ def debug(type, value, tb): upgrade_inputs(module_options.inputs_dir) else: print("Inputs need upgrade. Consider `switch upgrade --help`. Exiting.") - stop_logging_output() return -1 # build a module list based on configuration options, and add @@ -102,30 +125,55 @@ def debug(type, value, tb): if not os.path.isdir(model.options.outputs_dir): raise IOError("Directory specified for prior solution does not exist.") + add_info("Host name", platform.node(), section=ResultsInfoSection.GENERAL) + add_git_info() + # get a list of modules to iterate through iterate_modules = get_iteration_list(model) + # Very that the proper modules are installed + if model.options.solver == "cplex_direct": + import cplex + elif model.options.solver in ("gurobi_direct", "gurobi_aug"): + import gurobipy + if model.options.verbose: - print("\n=======================================================================") + print( + "\n=======================================================================" + ) print("Switch {}, http://switch-model.org".format(switch_model.__version__)) - print("=======================================================================") + print( + "=======================================================================" + ) print("Arguments:") - print(", ".join(k+"="+repr(v) for k, v in model.options.__dict__.items() if v)) - print("Modules:\n"+", ".join(m for m in modules)) + print( + ", ".join( + k + "=" + repr(v) for k, v in model.options.__dict__.items() if v + ) + ) + print("Modules:\n" + ", ".join(m for m in modules)) if iterate_modules: print("Iteration modules:", iterate_modules) - print("=======================================================================\n") - print("Model created in {:.2f} s.".format(timer.step_time())) - print("Loading inputs...") + print( + "=======================================================================\n" + ) + print(f"Model created in {timer.step_time_as_str()}.") # create an instance (also reports time spent reading data and loading into model) - instance = model.load_inputs() + instance = model.load_inputs(attach_data_portal=attach_data_portal) #### Below here, we refer to instance instead of model #### instance.pre_solve() if instance.options.verbose: - print("Total time spent constructing model: {:.2f} s.\n".format(timer.step_time())) + print(f"Total time spent constructing model: {timer.step_time_as_str()}.\n") + + if instance.options.enable_breakpoints: + print( + "Breaking after constructing model. See " + "https://docs.python.org/3/library/pdb.html for instructions on using pdb." + ) + breakpoint() # return the instance as-is if requested if return_instance: @@ -143,13 +191,22 @@ def debug(type, value, tb): if not os.path.isdir(instance.options.outputs_dir): raise + # We no longer need model (only using instance) so we can garbage collect it to optimize our memory usage + del model + + if instance.options.warm_start_mip: + if instance.options.verbose: + timer.step_time() + warm_start_mip(instance) + if instance.options.verbose: + print(f"Loaded warm start inputs in {timer.step_time_as_str()}.") + if instance.options.reload_prior_solution: - print('Loading prior solution...') + print("Loading prior solution...") reload_prior_solution_from_pickle(instance, instance.options.outputs_dir) if instance.options.verbose: print( - 'Loaded previous results into model instance in {:.2f} s.' - .format(timer.step_time()) + f"Loaded previous results into model instance in {timer.step_time_as_str()}." ) else: # solve the model (reports time for each step as it goes) @@ -158,35 +215,62 @@ def debug(type, value, tb): print("Iterating model...") iterate(instance, iterate_modules) else: - results = solve(instance) - if instance.options.verbose: - print("") - print("Optimization termination condition was {}.".format( - results.solver.termination_condition)) - if str(results.solver.message) != '': - print('Solver message: {}'.format(results.solver.message)) - print("") - - if instance.options.verbose: - timer.step_time() # restart counter for next step - - if not instance.options.no_save_solution: - save_results(instance, instance.options.outputs_dir) - if instance.options.verbose: - print('Saved results in {:.2f} s.'.format(timer.step_time())) + # Cleanup iterate_modules since unused + del iterate_modules + # Garbage collect to reduce memory use during solving + gc.collect() + # Note we've refactored to avoid using the results variable in this scope + # to reduce the memory use during post-solve + solve(instance) + gc.collect() + + if instance.options.enable_breakpoints: + print( + "Breaking before post_solve. See " + "https://docs.python.org/3/library/pdb.html for instructions on using pdb." + ) + breakpoint() # report results # (repeated if model is reloaded, to automatically run any new export code) if not instance.options.no_post_solve: if instance.options.verbose: + timer.step_time() print("Executing post solve functions...") instance.post_solve() if instance.options.verbose: - print("Post solve processing completed in {:.2f} s.".format(timer.step_time())) + print(f"Post solve processing completed in {timer.step_time_as_str()}.") + + if instance.options.graph: + graph_main(args=["--overwrite"]) + + total_time = start_to_end_timer.step_time_as_str() + add_info("Total run time", total_time, section=ResultsInfoSection.GENERAL) + + add_info( + "End date", + datetime.datetime.now().strftime("%Y-%m-%d"), + section=ResultsInfoSection.GENERAL, + ) + add_info( + "End time", + datetime.datetime.now().strftime("%H:%M:%S"), + section=ResultsInfoSection.GENERAL, + ) + + save_info( + os.path.join( + getattr(instance.options, "outputs_dir", "outputs"), "info.txt" + ) + ) + + if instance.options.verbose: + # Note the \a will make a noise which is useful to get the user's attention. + print(f"Total time spent running SWITCH: {total_time}.\a") # end of LogOutput block - if instance.options.interact: + if instance.options.interact or instance.options.reload_prior_solution: m = instance # present the solved model as 'm' for convenience banner = ( "\n" @@ -198,100 +282,52 @@ def debug(type, value, tb): "=======================================================================\n" ) import code - code.interact(banner=banner, local=dict(list(globals().items()) + list(locals().items()))) - - -def reload_prior_solution_from_pickle(instance, outdir): - with open(os.path.join(outdir, 'results.pickle'), 'rb') as fh: - results = pickle.load(fh) - instance.solutions.load_from(results) - return instance + code.interact( + banner=banner, local=dict(list(globals().items()) + list(locals().items())) + ) -patched_pyomo = False -def patch_pyomo(): - global patched_pyomo - if not patched_pyomo: - patched_pyomo = True - # patch Pyomo if needed - - # Pyomo 4.2 and 4.3 mistakenly discard the original rule during - # Expression.construct. This makes it impossible to reconstruct - # expressions (e.g., for iterated models). So we patch it. - if (4, 2) <= pyomo.version.version_info[:2] <= (4, 3): - # test whether patch is needed: - m = ConcreteModel() - m.e = Expression(rule=lambda m: 0) - if hasattr(m.e, "_init_rule") and m.e._init_rule is None: - # add a deprecation warning here when we stop supporting Pyomo 4.2 or 4.3 - old_construct = pyomo.environ.Expression.construct - def new_construct(self, *args, **kwargs): - # save rule, call the function, then restore it - _init_rule = self._init_rule - old_construct(self, *args, **kwargs) - self._init_rule = _init_rule - pyomo.environ.Expression.construct = new_construct - del m - - # Pyomo 5.1.1 (and maybe others) is very slow to load prior solutions because - # it does a full-component search for each component name as it assigns the - # data. This ends up taking longer than solving the model. So we micro- - # patch pyomo.core.base.PyomoModel.ModelSolutions.add_solution to use - # Pyomo's built-in caching system for component names. - # TODO: create a pull request for Pyomo to do this - # NOTE: space inside the long quotes is significant; must match the Pyomo code - old_code = """ - for obj in instance.component_data_objects(Var): - cache[obj.name] = obj - for obj in instance.component_data_objects(Objective, active=True): - cache[obj.name] = obj - for obj in instance.component_data_objects(Constraint, active=True): - cache[obj.name] = obj""" - new_code = """ - # use buffer to avoid full search of component for data object - # which introduces a delay that is quadratic in model size - buf=dict() - for obj in instance.component_data_objects(Var): - cache[obj.getname(fully_qualified=True, name_buffer=buf)] = obj - for obj in instance.component_data_objects(Objective, active=True): - cache[obj.getname(fully_qualified=True, name_buffer=buf)] = obj - for obj in instance.component_data_objects(Constraint, active=True): - cache[obj.getname(fully_qualified=True, name_buffer=buf)] = obj""" - - from pyomo.core.base.PyomoModel import ModelSolutions - add_solution_code = inspect.getsource(ModelSolutions.add_solution) - if old_code in add_solution_code: - # create and inject a new version of the method - add_solution_code = add_solution_code.replace(old_code, new_code) - replace_method(ModelSolutions, 'add_solution', add_solution_code) - else: - print( - "NOTE: The patch to pyomo.core.base.PyomoModel.ModelSolutions.add_solution " - "has been deactivated because the Pyomo source code has changed. " - "Check whether this patch is still needed and edit {} accordingly." - .format(__file__) - ) -def replace_method(class_ref, method_name, new_source_code): +def warm_start_mip(instance): """ - Replace specified class method with a compiled version of new_source_code. + This function loads the results from a previous run into the Pyomo variables. + This allows Gurobi's Mixed Integer Programming algorithm to "warm start" (start closer to the solution). + Warm starting only works in Gurobi if the initial values don't violate any constraints + (i.e. valid but not optimal solution). """ - orig_method = getattr(class_ref, method_name) - # compile code into a function - workspace = dict() - exec(textwrap.dedent(new_source_code), workspace) - new_method = workspace[method_name] - # create a new function with the same body, but using the old method's namespace - new_func = types.FunctionType( - new_method.__code__, - orig_method.__globals__, - orig_method.__name__, - orig_method.__defaults__, - orig_method.__closure__ - ) - # note: this normal function will be automatically converted to an unbound - # method when it is assigned as an attribute of a class - setattr(class_ref, method_name, new_func) + warm_start_dir = os.path.join(instance.options.warm_start_mip, "outputs") + if not os.path.isdir(warm_start_dir): + warnings.warn( + f"Path {warm_start_dir} does not exist and cannot be used to warm start solver. Warm start skipped." + ) + return + + # Loop through every variable in our model + for variable in instance.component_objects(Var): + scaled = isinstance(variable, _ScaledVariable) + varname = variable.unscaled_name if scaled else variable.name + scaling = variable.scaling_factor if scaled else 1 + + filepath = os.path.join(warm_start_dir, varname + ".csv") + if not os.path.exists(filepath): + warnings.warn( + f"Skipping warm start for set {varname} since {filepath} does not exist." + ) + continue + df = pd.read_csv(filepath, index_col=list(range(variable._index.dimen))) + for index, val in df.iterrows(): + try: + variable[index] = val[0] * scaling + except (KeyError, ValueError): + # If the index isn't valid that's ok, just don't warm start that variable + pass + + +def reload_prior_solution_from_pickle(instance, outdir): + with open(os.path.join(outdir, "results.pickle"), "rb") as fh: + results = pickle.load(fh) + instance.solutions.load_from(results) + return instance def reload_prior_solution_from_csvs(instance): @@ -300,9 +336,10 @@ def reload_prior_solution_from_csvs(instance): previous solution. (Not currently used.) """ import csv + var_objects = instance.component_objects(Var) for var in var_objects: - var_file = os.path.join(instance.options.outputs_dir, '{}.csv'.format(var.name)) + var_file = os.path.join(instance.options.outputs_dir, "{}.csv".format(var.name)) if not os.path.isfile(var_file): raise RuntimeError( "Tab output file for variable {} cannot be found in outputs " @@ -313,19 +350,20 @@ def reload_prior_solution_from_csvs(instance): key_types = [type(i) for i in make_iterable(next(var.iterkeys()))] except StopIteration: key_types = [] # no keys - with open(var_file,'r') as f: - reader = csv.reader(f, delimiter=',') - next(reader) # skip headers + with open(var_file, "r") as f: + reader = csv.reader(f, delimiter=",") + next(reader) # skip headers for row in reader: index = tuple(t(k) for t, k in zip(key_types, row[:-1])) try: v = var[index] except KeyError: raise KeyError( - "Unable to set value for {}[{}]; index is invalid." - .format(var.name, keys) + "Unable to set value for {}[{}]; index is invalid.".format( + var.name, index + ) ) - if row[-1] == '': + if row[-1] == "": # Variables that are not used in the model end up with no # value after the solve and get saved as blanks; we skip those. continue @@ -334,7 +372,7 @@ def reload_prior_solution_from_csvs(instance): val = int(val) v.value = val if instance.options.verbose: - print('Loaded variable {} values into instance.'.format(var.name)) + print("Loaded variable {} values into instance.".format(var.name)) def iterate(m, iterate_modules, depth=0): @@ -370,8 +408,13 @@ def iterate(m, iterate_modules, depth=0): # module list, and have already been loaded, so they are accessible via sys.modules # This prepends 'switch_model.' if needed, to be consistent with modules.txt. current_modules = [ - sys.modules[module_name if module_name in sys.modules else 'switch_model.' + module_name] - for module_name in iterate_modules[depth]] + sys.modules[ + module_name + if module_name in sys.modules + else "switch_model." + module_name + ] + for module_name in iterate_modules[depth] + ] j = 0 converged = False @@ -386,24 +429,33 @@ def iterate(m, iterate_modules, depth=0): m.iteration_number = j m.iteration_node = m.iteration_node[:depth] + (j,) for module in current_modules: - converged = iterate_module_func(m, module, 'pre_iterate', converged) + converged = iterate_module_func(m, module, "pre_iterate", converged) # converge the deeper-level modules, if any (inner loop) - iterate(m, iterate_modules, depth=depth+1) + iterate(m, iterate_modules, depth=depth + 1) # post-iterate modules at this level - m.iteration_number = j # may have been changed during iterate() + m.iteration_number = j # may have been changed during iterate() m.iteration_node = m.iteration_node[:depth] + (j,) for module in current_modules: - converged = iterate_module_func(m, module, 'post_iterate', converged) + converged = iterate_module_func(m, module, "post_iterate", converged) j += 1 if converged: - print("Iteration of {ms} was completed after {j} rounds.".format(ms=iterate_modules[depth], j=j)) + print( + "Iteration of {ms} was completed after {j} rounds.".format( + ms=iterate_modules[depth], j=j + ) + ) else: - print("Iteration of {ms} was stopped after {j} iterations without convergence.".format(ms=iterate_modules[depth], j=j)) + print( + "Iteration of {ms} was stopped after {j} iterations without convergence.".format( + ms=iterate_modules[depth], j=j + ) + ) return + def iterate_module_func(m, module, func, converged): """Call function func() in specified module (if available) and use the result to adjust model convergence status. If func doesn't exist or returns None, convergence @@ -420,70 +472,125 @@ def iterate_module_func(m, module, func, converged): def define_arguments(argparser): - # callback function to define model configuration arguments while the model is built + """callback function to define model configuration arguments while the model is built""" - # add arguments needed before modules are loaded - # here to add them to the solve.py help + # These flags were already processed, we only re-add them here + # so that they appear in the help text (switch solve --help) add_pre_module_args(argparser) - - # add standard module arguments (not used later, but this adds them to the help) add_module_args(argparser) + add_recommended_args(argparser) # iteration options argparser.add_argument( - "--iterate-list", default=None, + "--iterate-list", + default=None, help="Text file with a list of modules to iterate until converged (default is iterate.txt); " - "each row is one level of iteration, and there can be multiple modules on each row" + "each row is one level of iteration, and there can be multiple modules on each row", ) argparser.add_argument( - "--max-iter", type=int, default=None, - help="Maximum number of iterations to complete at each level for iterated models" + "--max-iter", + type=int, + default=None, + help="Maximum number of iterations to complete at each level for iterated models", ) # scenario information argparser.add_argument( - "--scenario-name", default="", help="Name of research scenario represented by this model" + "--scenario-name", + default="", + help="Name of research scenario represented by this model", ) # note: pyomo has a --solver-suffix option but it is not clear # whether that does the same thing as --suffix defined here, # so we don't reuse the same name. - argparser.add_argument("--suffixes", "--suffix", nargs="+", action='extend', default=[], - help="Extra suffixes to add to the model and exchange with the solver (e.g., iis, rc, dual, or slack)") + argparser.add_argument( + "--suffixes", + "--suffix", + nargs="+", + action="extend", + default=["rc", "dual", "slack"], + help="Extra suffixes to add to the model and exchange with the solver (e.g., iis, rc, dual, or slack)", + ) # Define solver-related arguments # These are a subset of the arguments offered by "pyomo solve --solver=cplex --help" - argparser.add_argument("--solver", default="glpk", - help='Name of Pyomo solver to use for the model (default is "glpk")') - argparser.add_argument("--solver-manager", default="serial", - help='Name of Pyomo solver manager to use for the model ("neos" to use remote NEOS server)') - argparser.add_argument("--solver-io", default=None, help="Method for Pyomo to use to communicate with solver") + argparser.add_argument( + "--solver-manager", + default="serial", + help='Name of Pyomo solver manager to use for the model ("neos" to use remote NEOS server)', + ) + argparser.add_argument( + "--solver-io", + default=None, + help="Method for Pyomo to use to communicate with solver", + ) # note: pyomo has a --solver-options option but it is not clear # whether that does the same thing as --solver-options-string so we don't reuse the same name. - argparser.add_argument("--solver-options-string", default=None, - help='A quoted string of options to pass to the model solver. Each option must be of the form option=value. ' - '(e.g., --solver-options-string "mipgap=0.001 primalopt=\'\' advance=2 threads=1")') - argparser.add_argument("--keepfiles", action='store_true', default=None, - help="Keep temporary files produced by the solver (may be useful with --symbolic-solver-labels)") - argparser.add_argument( - "--stream-output", "--stream-solver", action='store_true', dest="tee", default=None, - help="Display information from the solver about its progress (usually combined with a suitable --solver-options-string)") - argparser.add_argument( - "--no-stream-output", "--no-stream-solver", action='store_false', dest="tee", default=None, - help="Don't display information from the solver about its progress") - argparser.add_argument( - "--symbolic-solver-labels", action='store_true', default=None, - help='Use symbol names derived from the model when interfacing with the solver. ' - 'See "pyomo solve --solver=x --help" for more details.') - argparser.add_argument("--tempdir", default=None, - help='The name of a directory to hold temporary files produced by the solver. ' - 'This is usually paired with --keepfiles and --symbolic-solver-labels.') - argparser.add_argument( - '--retrieve-cplex-mip-duals', default=False, action='store_true', + argparser.add_argument( + "--solver-options-string", + default="", + help="A quoted string of options to pass to the model solver. Each option must be of the form option=value. " + "(e.g., --solver-options-string \"mipgap=0.001 primalopt='' advance=2 threads=1\")", + ) + argparser.add_argument( + "--solver-method", + default=None, + type=str, + help="Specify the solver method to use.", + ) + argparser.add_argument( + "--keepfiles", + action="store_true", + default=None, + help="Keep temporary files produced by the solver (may be useful with --symbolic-solver-labels)", + ) + argparser.add_argument( + "--stream-output", + "--stream-solver", + action="store_true", + dest="tee", + default=None, + help="Display information from the solver about its progress (usually combined with a suitable --solver-options-string)", + ) + argparser.add_argument( + "--no-stream-output", + "--no-stream-solver", + action="store_false", + dest="tee", + default=None, + help="Don't display information from the solver about its progress", + ) + argparser.add_argument( + "--symbolic-solver-labels", + action="store_true", + default=None, + help="Use symbol names derived from the model when interfacing with the solver. " + 'See "pyomo solve --solver=x --help" for more details.', + ) + argparser.add_argument( + "--tempdir", + default=None, + help="The name of a directory to hold temporary files produced by the solver. " + "This is usually paired with --keepfiles and --symbolic-solver-labels.", + ) + argparser.add_argument( + "--retrieve-cplex-mip-duals", + default=False, + action="store_true", help=( "Patch Pyomo's solver script for cplex to re-solve and retrieve " "dual values for mixed-integer programs." - ) + ), + ) + argparser.add_argument( + "--gurobi-find-iis", + default=False, + action="store_true", + help="Make Gurobi compute an irreducible inconsistent subsystem (IIS) if the model is found to be infeasible. " + "The IIS will be writen to outputs\\iis.ilp. Note this flag enables --symbolic-solver-labels since " + "otherwise debugging would be impossible. To learn more about IIS read: " + "https://www.gurobi.com/documentation/9.1/refman/py_model_computeiis.html.", ) # NOTE: the following could potentially be made into standard arguments for all models, @@ -495,64 +602,235 @@ def define_arguments(argparser): # argparser.add_argument("--inputs-dir", default="inputs", # help='Directory containing input files (default is "inputs")') argparser.add_argument( - "--input-alias", "--input-aliases", dest="input_aliases", nargs='+', default=[], - help='List of input file substitutions, in form of standard_file.csv=alternative_file.csv, ' - 'useful for sensitivity studies with different inputs.') - argparser.add_argument("--outputs-dir", default="outputs", - help='Directory to write output files (default is "outputs")') + "--input-alias", + "--input-aliases", + dest="input_aliases", + nargs="+", + default=[], + help="List of input file substitutions, in form of standard_file.csv=alternative_file.csv, " + "useful for sensitivity studies with different inputs.", + ) + argparser.add_argument( + "--outputs-dir", + default="outputs", + help='Directory to write output files (default is "outputs")', + ) # General purpose arguments argparser.add_argument( - '--verbose', '-v', dest='verbose', default=False, action='store_true', - help='Show information about model preparation and solution') + "--verbose", + "-v", + dest="verbose", + default=False, + action="store_true", + help="Show information about model preparation and solution", + ) argparser.add_argument( - '--quiet', '-q', dest='verbose', action='store_false', - help="Don't show information about model preparation and solution (cancels --verbose setting)") + "--quiet", + "-q", + dest="verbose", + action="store_false", + help="Don't show information about model preparation and solution (cancels --verbose setting)", + ) argparser.add_argument( - '--no-post-solve', default=False, action='store_true', - help="Don't run post-solve code on the completed model (i.e., reporting functions).") + "--no-post-solve", + default=False, + action="store_true", + help="Don't run post-solve code on the completed model (i.e., reporting functions).", + ) argparser.add_argument( - '--reload-prior-solution', default=False, action='store_true', - help='Load a previously saved solution; useful for re-running post-solve code or interactively exploring the model (via --interact).') + "--reload-prior-solution", + default=False, + action="store_true", + help="Load a previously saved solution; useful for re-running post-solve code or interactively exploring the model (via --interact).", + ) argparser.add_argument( - '--no-save-solution', default=False, action='store_true', - help="Don't save solution after model is solved.") + "--save-solution", + default=False, + action="store_true", + help="Save the solution to a pickle file after model is solved to allow for later inspection via --reload-prior-solution.", + ) + argparser.add_argument( + "--save-warm-start", + default=False, + action="store_true", + help="Save warm_start.pickle to the outputs which allows future runs to warm start from this one.", + ) argparser.add_argument( - '--interact', default=False, action='store_true', - help='Enter interactive shell after solving the instance to enable inspection of the solved model.') + "--interact", + default=False, + action="store_true", + help="Enter interactive shell after solving the instance to enable inspection of the solved model.", + ) + argparser.add_argument( + "--enable-breakpoints", + default=False, + action="store_true", + help="Break and enter the Python Debugger at key points during the solving process.", + ) + argparser.add_argument( + "--sig-figs-output", + default=5, + type=int, + help="The number of significant digits to include in the output by default", + ) + argparser.add_argument( + "--zero-cutoff-output", + default=1e-5, + type=float, + help="If the magnitude of an output value is less than this value, it is rounded to 0.", + ) + argparser.add_argument( + "--sorted-output", + default=False, + action="store_true", + dest="sorted_output", + help="Write generic variable result values in sorted order", + ) + argparser.add_argument( + "--graph", + default=False, + action="store_true", + help="Automatically run switch graph after post solve", + ) + argparser.add_argument( + "--no-crossover", + default=False, + action="store_true", + help="Disables crosssover when using the barrier algorithm. This reduces" + " the solve time greatly however may result in less accurate values and may fail to find an optimal" + " solution. If you find that the solver returns a suboptimal solution remove this flag.", + ) -def add_module_args(parser): - parser.add_argument( - "--module-list", default=None, - help='Text file with a list of modules to include in the model (default is "modules.txt")' + argparser.add_argument( + "--threads", + type=int, + default=None, + help="Number of threads to be used while solving. Currently only supported for Gurobi", ) - parser.add_argument( - "--include-modules", "--include-module", dest="include_exclude_modules", nargs='+', - action='include', default=[], - help="Module(s) to add to the model in addition to any specified with --module-list file" + + argparser.add_argument( + "--warm-start-mip", + default=None, + help="Enables warm start for a Mixed Integer problem by specifying the " + "path to a previous scenario. Warm starting only works if the solution to the previous solution" + "is also a feasible (but not necessarily optimal) solution to the current scenario.", ) - parser.add_argument( - "--exclude-modules", "--exclude-module", dest="include_exclude_modules", nargs='+', - action='exclude', default=[], - help="Module(s) to remove from the model after processing --module-list file and prior --include-modules arguments" + + argparser.add_argument( + "--warm-start", + default=None, + help="Enables warm start for a LP Problem by specifying the path to the previous scenario. Note" + " that all variables must be the same between the previous and current scenario.", + ) + + argparser.add_argument( + "--gurobi-make-mps", + default=False, + action="store_true", + help="Instead of solving just output a Gurobi .mps file that can be used for debugging numerical properties." + " See https://github.com/staadecker/lp-analyzer/ for details.", ) - # note: we define --inputs-dir here because it may be used to specify the location of - # the module list, which is needed before it is loaded. - parser.add_argument("--inputs-dir", default="inputs", - help='Directory containing input files (default is "inputs")') + + +def add_recommended_args(argparser): + """ + Adds the --recommended and --recommended-debug flags. + These flags are aliases for a bunch of other existing flags that + are recommended. + """ + argparser.add_argument( + "--recommended", + default=False, + action="store_true", + help="Includes several flags that are recommended including --solver gurobi --verbose --stream-output and more. " + "See parse_recommended_args() in solve.py for the full list of recommended flags.", + ) + + argparser.add_argument( + "--recommended-fast", + default=False, + action="store_true", + help="Equivalent to --recommended with --no-crossover.", + ) + + argparser.add_argument( + "--recommended-debug", + default=False, + action="store_true", + help="Same as --recommended but adds the flags --keepfiles --tempdir temp --symbolic-solver-labels which are useful when debugging Gurobi.", + ) + + argparser.add_argument( + "--solver", + default="gurobi", + help='Name of Pyomo solver to use for the model (default is "gurobi")', + ) + + +def parse_recommended_args(args): + argparser = _ArgumentParser(add_help=False, allow_abbrev=False) + add_recommended_args(argparser) + options = argparser.parse_known_args(args)[0] + + flags_used = ( + options.recommended + options.recommended_fast + options.recommended_debug + ) + if flags_used > 1: + raise Exception( + "Must pick between --recommended-debug, --recommended-fast or --recommended." + ) + if flags_used == 0: + return args + + # Note we don't append but rather prepend so that flags can override the --recommend flags to allow for overriding. + args = [ + "-v", + "--sorted-output", + "--stream-output", + "--log-run", + "--debug", + "--graph", + "--solver-method", + "barrier", + ] + args + if options.solver in ("gurobi", "gurobi_direct", "gurobi_aug"): + args = [ + "--solver-options-string", + "BarHomogeneous=1 FeasibilityTol=1e-5", + ] + args + if options.recommended_fast: + args = ["--no-crossover"] + args + if options.recommended_debug: + args = ["--keepfiles", "--tempdir", "temp", "--symbolic-solver-labels"] + args + + return args def add_pre_module_args(parser): """ Add arguments needed before any modules are loaded. """ - parser.add_argument("--log-run", dest="log_run_to_file", default=False, action="store_true", - help="Log output to a file.") - parser.add_argument("--logs-dir", dest="logs_dir", default="logs", - help='Directory containing log files (default is "logs"') - parser.add_argument("--debug", action="store_true", default=False, - help='Automatically start pdb debugger on exceptions') + parser.add_argument( + "--log-run", + dest="log_run_to_file", + default=False, + action="store_true", + help="Log output to a file.", + ) + parser.add_argument( + "--logs-dir", + dest="logs_dir", + default="logs", + help='Directory containing log files (default is "logs"', + ) + parser.add_argument( + "--debug", + action="store_true", + default=False, + help="Automatically start pdb debugger on exceptions", + ) def parse_pre_module_options(args): @@ -566,60 +844,6 @@ def parse_pre_module_options(args): return pre_module_args -def get_module_list(args): - # parse module options - parser = _ArgumentParser(allow_abbrev=False, add_help=False) - add_module_args(parser) - module_options = parser.parse_known_args(args=args)[0] - - # identify modules to load - module_list_file = module_options.module_list - - # search first in the current directory - if module_list_file is None and os.path.exists("modules.txt"): - module_list_file = "modules.txt" - # search next in the inputs directory ('inputs' by default) - if module_list_file is None: - test_path = os.path.join(module_options.inputs_dir, "modules.txt") - if os.path.exists(test_path): - module_list_file = test_path - if module_list_file is None: - # note: this could be a RuntimeError, but then users can't do "switch solve --help" in a random directory - # (alternatively, we could provide no warning at all, since the user can specify --include-modules in the arguments) - print("WARNING: No module list found. Please create a modules.txt file with a list of modules to use for the model.") - modules = [] - else: - # if it exists, the module list contains one module name per row (no .py extension) - # we strip whitespace from either end (because those errors can be annoyingly hard to debug). - # We also omit blank lines and lines that start with "#" - # Otherwise take the module names as given. - with open(module_list_file) as f: - modules = [r.strip() for r in f.read().splitlines()] - modules = [m for m in modules if m and not m.startswith("#")] - - # adjust modules as requested by the user - # include_exclude_modules format: [('include', [mod1, mod2]), ('exclude', [mod3])] - for action, mods in module_options.include_exclude_modules: - if action == 'include': - for module_name in mods: - if module_name not in modules: # maybe we should raise an error if already present? - modules.append(module_name) - if action == 'exclude': - for module_name in mods: - try: - modules.remove(module_name) - except ValueError: - raise ValueError( # maybe we should just pass? - 'Unable to exclude module {} because it was not ' - 'previously included.'.format(module_name) - ) - - # add this module, since it has callbacks, e.g. define_arguments for iteration and suffixes - modules.append("switch_model.solve") - - return modules - - def get_iteration_list(m): # Identify modules to iterate until convergence (if any) iterate_list_file = m.options.iterate_list @@ -636,7 +860,8 @@ def get_iteration_list(m): iterate_modules = [re.sub("[ \t,]+", " ", r).split(" ") for r in iterate_rows] return iterate_modules -def get_option_file_args(dir='.', extra_args=[]): + +def get_option_file_args(dir=".", extra_args=[]): args = [] # retrieve base arguments from options.txt (if present) @@ -652,9 +877,11 @@ def get_option_file_args(dir='.', extra_args=[]): args.extend(extra_args) return args + # Generic argument-related code; could potentially be moved to utilities.py # if we want to make these standard parts of Switch. + def add_extra_suffixes(model): """ Add any suffix objects requested in the configuration options. @@ -669,39 +896,111 @@ def add_extra_suffixes(model): def solve(model): - if not hasattr(model, "solver"): + options_string = model.options.solver_options_string + method = model.options.solver_method + + # If we need warm start switch the solver to our augmented version that supports warm starting + solver_type = model.options.solver + gurobi_types = ("gurobi", "gurobi_direct", "gurobi_aug") + cplex_types = ("cplex", "cplex_direct") + + if model.options.warm_start is not None or model.options.save_warm_start: + if solver_type not in gurobi_types: + raise NotImplementedError( + "Warm start functionality requires --solver gurobi" + ) + model.options.solver = "gurobi_aug" + + # Method 1 (dual simplex) is required since it supports warm starting. + if model.options.warm_start is not None: + method = 1 + + if hasattr(model, "solver"): + solver = model.solver + solver_manager = model.solver_manager + else: # Create a solver object the first time in. We don't do this until a solve is # requested, because sometimes a different solve function may be used, # with its own solver object (e.g., with runph or a parallel solver server). # In those cases, we don't want to go through the expense of creating an # unused solver object, or get errors if the solver options are invalid. - model.solver = SolverFactory(model.options.solver, solver_io=model.options.solver_io) + # + # Note previously solver was saved in model however this is very memory inefficient. + solver = SolverFactory(solver_type, solver_io=model.options.solver_io) + solver_manager = SolverManagerFactory(model.options.solver_manager) + + if model.options.gurobi_find_iis and model.options.gurobi_make_mps: + raise Exception("Can't use --gurobi-find-iis with --gurobi-make-mps.") + + if model.options.gurobi_find_iis or model.options.gurobi_make_mps: + # If we are outputting a file we want to enable symbolic labels to help debugging + model.options.symbolic_solver_labels = True + + # If this option is enabled, gurobi will output an IIS to outputs\iis.ilp. + if model.options.gurobi_find_iis: + # Add to the solver options 'ResultFile=iis.ilp' + # https://stackoverflow.com/a/51994135/5864903 + model.options.solver_options_string += " ResultFile=iis.ilp" + if model.options.gurobi_make_mps: + # Output the input file and set time limit to zero to ensure it doesn't actually solve + model.options.solver_options_string += ( + f" ResultFile=problem.mps TimeLimit=0" + ) - # patch for Pyomo < 4.2 - # note: Pyomo added an options_string argument to solver.solve() in Pyomo 4.2 rev 10587. - # (See https://software.sandia.gov/trac/pyomo/browser/pyomo/trunk/pyomo/opt/base/solvers.py?rev=10587 ) - # This is misreported in the documentation as options=, but options= actually accepts a dictionary. - if model.options.solver_options_string and not hasattr(model.solver, "_options_string_to_dict"): - for k, v in _options_string_to_dict(model.options.solver_options_string).items(): - model.solver.options[k] = v + if model.options.no_crossover: + if solver_type in gurobi_types: + options_string += " crossover=0" + elif solver_type in cplex_types: + options_string = " solutiontype=2" + else: + raise NotImplementedError( + f"--no-crossover not implemented for solver {solver}" + ) - # import pdb; pdb.set_trace() - model.solver_manager = SolverManagerFactory(model.options.solver_manager) + if model.options.threads is not None: + options_string += f" threads={model.options.threads}" + + if method is not None: + if solver_type in gurobi_types: + if method == "barrier": + method = 2 + options_string += f" method={method}" + elif solver_type in cplex_types: + if method == "barrier": + method = 4 + options_string += f" LPMethod={method}" + else: + raise NotImplementedError( + f"Can't specify method {method} for solver {solver_type}" + ) # get solver arguments solver_args = dict( - options_string=model.options.solver_options_string, + options_string=options_string, keepfiles=model.options.keepfiles, tee=model.options.tee, - symbolic_solver_labels=model.options.symbolic_solver_labels + symbolic_solver_labels=model.options.symbolic_solver_labels, + save_results=model.options.save_solution + if isinstance(solver, DirectOrPersistentSolver) + else None, ) + + if model.options.warm_start_mip is not None or model.options.warm_start is not None: + solver_args["warmstart"] = True + + if model.options.warm_start is not None: + solver_args["read_warm_start"] = os.path.join( + model.options.warm_start, "outputs", "warm_start.pickle" + ) + + if model.options.save_warm_start: + solver_args["write_warm_start"] = os.path.join("outputs", "warm_start.pickle") + # drop all the unspecified options solver_args = {k: v for (k, v) in solver_args.items() if v is not None} # Automatically send all defined suffixes to the solver - solver_args["suffixes"] = [ - c.name for c in model.component_objects(ctype=Suffix) - ] + solver_args["suffixes"] = [c.name for c in model.component_objects(ctype=Suffix)] # note: the next few lines are faster than the line above, but seem risky: # i = m._ctypes.get(Suffix, [None])[0] @@ -710,10 +1009,6 @@ def solve(model): # c, i = m._decl_order[i] # solver_args[suffixes].append(c.name) - # patch for Pyomo < 4.2 - if not hasattr(model.solver, "_options_string_to_dict"): - solver_args.pop("options_string", "") - # patch Pyomo to retrieve MIP duals from cplex if needed if model.options.retrieve_cplex_mip_duals: retrieve_cplex_mip_duals() @@ -724,123 +1019,115 @@ def solve(model): print("Solving model...") if model.options.tempdir is not None: - # from https://software.sandia.gov/downloads/pub/pyomo/PyomoOnlineDocs.html#_changing_the_temporary_directory - from pyutilib.services import TempfileManager + if not os.path.exists(model.options.tempdir): + os.makedirs(model.options.tempdir) + + # from https://pyomo.readthedocs.io/en/stable/working_models.html#changing-the-temporary-directory + from pyomo.common.tempfiles import TempfileManager + TempfileManager.tempdir = model.options.tempdir - results = model.solver_manager.solve(model, opt=model.solver, **solver_args) - #import pdb; pdb.set_trace() + # Cleanup memory before entering solver to use up as little memory as possible. + gc.collect() + results = solver_manager.solve(model, opt=solver, **solver_args) if model.options.verbose: - print("Solved model. Total time spent in solver: {:2f} s.".format(timer.step_time())) - - # Treat infeasibility as an error, rather than trying to load and save the results - # (note: in this case, results.solver.status may be SolverStatus.warning instead of - # SolverStatus.error) - if (results.solver.termination_condition == TerminationCondition.infeasible): - if hasattr(model, "iis"): - print("Model was infeasible; irreducibly inconsistent set (IIS) returned by solver:") - print("\n".join(sorted(c.name for c in model.iis))) - else: - print("Model was infeasible; if the solver can generate an irreducibly inconsistent set (IIS),") - print("more information may be available by setting the appropriate flags in the ") - print('solver_options_string and calling this script with "--suffixes iis".') - raise RuntimeError("Infeasible model") - - # Raise an error if the solver failed to produce a solution - # Note that checking for results.solver.status in {SolverStatus.ok, - # SolverStatus.warning} is not enough because with a warning there will - # sometimes be a solution and sometimes not. - # Note: the results object originally contains values for model components - # in results.solution.variable, etc., but pyomo.solvers.solve erases it via - # result.solution.clear() after calling model.solutions.load_from() with it. - # load_from() loads values into the model.solutions._entry, so we check there. - # (See pyomo.PyomoModel.ModelSolutions.add_solution() for the code that - # actually creates _entry). - # Another option might be to check that model.solutions[-1].status (previously - # result.solution.status, but also cleared) is in - # pyomo.opt.SolutionStatus.['optimal', 'bestSoFar', 'feasible', 'globallyOptimal', 'locallyOptimal'], - # but this seems pretty foolproof (if undocumented). - if len(model.solutions[-1]._entry['variable']) == 0: - # no solution returned - print("Solver terminated without a solution.") - print(" Solver Status: ", results.solver.status) - print(" Solution Status: ", model.solutions[-1].status) - print(" Termination Condition: ", results.solver.termination_condition) - if model.options.solver == 'glpk' and results.solver.termination_condition == TerminationCondition.other: - print("Hint: glpk has been known to classify infeasible problems as 'other'.") - raise RuntimeError("Solver failed to find an optimal solution.") - - # Report any warnings; these are written to stderr so users can find them in - # error logs (e.g. on HPC systems). These can occur, e.g., if solver reaches - # time limit or iteration limit but still returns a valid solution - if results.solver.status == SolverStatus.warning: + print(f"Solved model. Total time spent in solver: {timer.step_time_as_str()}.") + + if model.options.enable_breakpoints: + print( + "Breaking after solving model. See " + "https://docs.python.org/3/library/pdb.html for instructions on using pdb." + ) + breakpoint() + + solver_status = results.solver.status + solver_message = results.solver.message + termination_condition = results.solver.termination_condition + solution_status = model.solutions[-1].status if len(model.solutions) != 0 else None + + if ( + solver_status != SolverStatus.ok + or termination_condition != TerminationCondition.optimal + ): warn( - "Solver terminated with warning.\n" - + " Solution Status: {}\n".format(model.solutions[-1].status) - + " Termination Condition: {}".format(results.solver.termination_condition) + f"Solver termination status is not 'ok' or not 'optimal':\n" + f"\t- Termination condition: {termination_condition}\n" + f"\t- Solver status: {solver_status}\n" + f"\t- Solver message: {solver_message}\n" + f"\t- Solution status: {solution_status}" ) - ### process and return solution ### + if ( + solution_status == SolutionStatus.feasible + and solver_status == SolverStatus.warning + ): + print( + "\nThis often happens when using --recommended-fast. If that's the case it's likely that you have a feasible" + " but sub-optimal solution.\nYou should compare the difference between the primal and dual objective to determine" + " whether the solution is close enough to the optimal solution for your purposes. The smaller the difference" + " the more accurate the solution.\nIf the solution is not accurate enough" + " you should try running switch solve again with --recommended instead of --recommended-fast.\n" + ) + + # Note the '\a' will make a noise on most OS' which is useful to get the person's attention + if query_yes_no( + "Do you want to abort and exit (without running post-solve)?\a", + default=None, + ): + raise SystemExit() + + if model.options.verbose: + print(f"\nOptimization termination condition was {termination_condition}.") + if str(solver_message) != "": + print(f"Solver message: {solver_message}") + print("") + + if model.options.save_solution: + if model.options.verbose: + timer.step_time() # restart counter for next step + save_results(model, model.options.outputs_dir) + if model.options.verbose: + print(f"Saved results in {timer.step_time_as_str()}.") + + # Save memory by not storing the solutions + del model.solutions + del results - # Cache a copy of the results object, to allow saving and restoring model - # solutions later. - model.last_results = results - return results def retrieve_cplex_mip_duals(): """patch Pyomo's solver to retrieve duals and reduced costs for MIPs from cplex lp solver. (This could be made permanent in pyomo.solvers.plugins.solvers.CPLEX.create_command_line).""" from pyomo.solvers.plugins.solvers.CPLEX import CPLEXSHELL + old_create_command_line = CPLEXSHELL.create_command_line + def new_create_command_line(*args, **kwargs): # call original command command = old_create_command_line(*args, **kwargs) # alter script - if hasattr(command, 'script') and 'optimize\n' in command.script: + if hasattr(command, "script") and "optimize\n" in command.script: command.script = command.script.replace( - 'optimize\n', - 'optimize\nchange problem fix\noptimize\n' + "optimize\n", + "optimize\nchange problem fix\noptimize\n" # see http://www-01.ibm.com/support/docview.wss?uid=swg21399941 # and http://www-01.ibm.com/support/docview.wss?uid=swg21400009 ) print("changed CPLEX solve script to the following:") print(command.script) else: - print ( + print( "Unable to patch CPLEX solver script to retrieve duals " "for MIP problems" ) return command + new_create_command_line.is_patched = True - if not getattr(CPLEXSHELL.create_command_line, 'is_patched', False): + if not getattr(CPLEXSHELL.create_command_line, "is_patched", False): CPLEXSHELL.create_command_line = new_create_command_line -# taken from https://software.sandia.gov/trac/pyomo/browser/pyomo/trunk/pyomo/opt/base/solvers.py?rev=10784 -# This can be removed when all users are on Pyomo 4.2 -import pyutilib -def _options_string_to_dict(istr): - ans = {} - istr = istr.strip() - if not istr: - return ans - if istr[0] == "'" or istr[0] == '"': - istr = eval(istr) - tokens = pyutilib.misc.quote_split('[ ]+',istr) - for token in tokens: - index = token.find('=') - if index is -1: - raise ValueError( - "Solver options must have the form option=value: '{}'".format(istr)) - try: - val = eval(token[(index+1):]) - except: - val = token[(index+1):] - ans[token[:index]] = val - return ans - def save_results(instance, outdir): """ Save model solution for later reuse. @@ -852,46 +1139,12 @@ def save_results(instance, outdir): # First, save the full solution data to the results object, because recent # versions of Pyomo only store execution metadata there by default. instance.solutions.store_to(instance.last_results) - with open(os.path.join(outdir, 'results.pickle'), 'wb') as fh: + with open(os.path.join(outdir, "results.pickle"), "wb") as fh: pickle.dump(instance.last_results, fh, protocol=-1) # remove the solution from the results object, to minimize long-term memory use instance.last_results.solution.clear() - -def query_yes_no(question, default="yes"): - """Ask a yes/no question via input() and return their answer. - - "question" is a string that is presented to the user. - "default" is the presumed answer if the user just hits . - It must be "yes" (the default), "no" or None (meaning - an answer is required of the user). - - The "answer" return value is True for "yes" or False for "no". - """ - valid = {"yes": True, "y": True, "ye": True, - "no": False, "n": False} - if default is None: - prompt = " [y/n] " - elif default == "yes": - prompt = " [Y/n] " - elif default == "no": - prompt = " [y/N] " - else: - raise ValueError("invalid default answer: '%s'" % default) - - while True: - sys.stdout.write(question + prompt) - choice = input().lower() - if default is not None and choice == '': - return valid[default] - elif choice in valid: - return valid[choice] - else: - sys.stdout.write("Please respond with 'yes' or 'no' " - "(or 'y' or 'n').\n") - - ############### if __name__ == "__main__": diff --git a/switch_model/solve_scenarios.py b/switch_model/solve_scenarios.py index fb4a0dcc2..963b37175 100755 --- a/switch_model/solve_scenarios.py +++ b/switch_model/solve_scenarios.py @@ -35,20 +35,26 @@ # Parse scenario-manager-related command-line arguments. # Other command-line arguments will be passed through to solve.py via scenario_cmd_line_args parser = _ArgumentParser( - allow_abbrev=False, description='Solve one or more Switch scenarios.' + allow_abbrev=False, description="Solve one or more Switch scenarios." ) parser.add_argument( - '--scenario', '--scenarios', nargs='+', dest='scenarios', - default=[], action='extend' + "--scenario", + "--scenarios", + nargs="+", + dest="scenarios", + default=[], + action="extend", ) -#parser.add_argument('--scenarios', nargs='+', default=[]) +# parser.add_argument('--scenarios', nargs='+', default=[]) parser.add_argument("--scenario-list", default="scenarios.txt") parser.add_argument("--scenario-queue", default="scenario_queue") parser.add_argument("--job-id", default=None) # import pdb; pdb.set_trace() # get a namespace object with successfully parsed scenario manager arguments -scenario_manager_args = parser.parse_known_args(args=option_file_args + cmd_line_args)[0] +scenario_manager_args = parser.parse_known_args(args=option_file_args + cmd_line_args)[ + 0 +] # get lists of other arguments to pass through to standard solve routine scenario_option_file_args = parser.parse_known_args(args=option_file_args)[1] scenario_cmd_line_args = parser.parse_known_args(args=cmd_line_args)[1] @@ -72,11 +78,11 @@ # If a job id is not specified, interrupted jobs will not be restarted. job_id = scenario_manager_args.job_id if job_id is None: - job_id = os.environ.get('SWITCH_JOB_ID') + job_id = os.environ.get("SWITCH_JOB_ID") if job_id is None: # this cannot be running in parallel with another task with the same pid on # the same host, so it's safe to requeue any jobs with this id - job_id = socket.gethostname() + '_' + str(os.getpid()) + job_id = socket.gethostname() + "_" + str(os.getpid()) # TODO: other options for requeueing jobs: # - use file locks on lockfiles: lock a @@ -127,12 +133,13 @@ # the DB), so users can restart scenarios by deleting the 'done' file. # But this requires synchronized clocks across workers... -running_scenarios_file = os.path.join(scenario_queue_dir, job_id+"_running.txt") +running_scenarios_file = os.path.join(scenario_queue_dir, job_id + "_running.txt") # list of scenarios currently being run by this job (always just one with the current code) running_scenarios = [] -#import pdb; pdb.set_trace() +# import pdb; pdb.set_trace() + def main(args=None): # make sure the scenario_queue_dir exists (marginally better to do this once @@ -140,7 +147,7 @@ def main(args=None): try: os.makedirs(scenario_queue_dir) except OSError: - pass # directory probably exists already + pass # directory probably exists already # remove lock directories for any scenarios that were # previously being solved by this job but were interrupted @@ -164,6 +171,7 @@ def main(args=None): mark_completed(scenario_name) + def scenarios_to_run(): """Generator function which returns argument lists for each scenario that should be run. @@ -180,13 +188,17 @@ def scenarios_to_run(): # just run them in the order specified, with no queue-management for scenario_name in requested_scenarios: completed = False - scenario_args = scenario_option_file_args + get_scenario_dict()[scenario_name] + scenario_cmd_line_args + scenario_args = ( + scenario_option_file_args + + get_scenario_dict()[scenario_name] + + scenario_cmd_line_args + ) # flag the scenario as being run; then run it whether or not it was previously run checkout(scenario_name, force=True) yield (scenario_name, scenario_args) # no more scenarios to run return - else: # no specific scenarios requested + else: # no specific scenarios requested # Run every scenario in the list, with queue management # This is done by repeatedly scanning the scenario list and choosing # the first scenario that hasn't been run. This way, users can edit the @@ -199,7 +211,9 @@ def scenarios_to_run(): # This list is found by retrieving the names of the lock-directories. already_run = {f for f in os.listdir(".") if os.path.isdir(f)} for scenario_name, base_args in get_scenario_dict().items(): - scenario_args = scenario_option_file_args + base_args + scenario_cmd_line_args + scenario_args = ( + scenario_option_file_args + base_args + scenario_cmd_line_args + ) if scenario_name not in already_run and checkout(scenario_name): # run this scenario, then start again at the top of the list ran.append(scenario_name) @@ -210,15 +224,20 @@ def scenarios_to_run(): if scenario_name not in skipped and scenario_name not in ran: skipped.append(scenario_name) if is_verbose(scenario_args): - print("Skipping {} because it was already run.".format(scenario_name)) + print( + "Skipping {} because it was already run.".format( + scenario_name + ) + ) # move on to the next candidate # no more scenarios to run if skipped and not ran: print( "Skipping all scenarios because they have already been solved. " "If you would like to run these scenarios again, " - "please remove the {sq} directory or its contents. (rm -rf {sq})" - .format(sq=scenario_queue_dir) + "please remove the {sq} directory or its contents. (rm -rf {sq})".format( + sq=scenario_queue_dir + ) ) return @@ -231,39 +250,48 @@ def parse_arg(arg, args=sys.argv[1:], **parse_kw): # (They have no reason to set the destination anyway.) # note: we use the term "option" so that parsing errors will make a little more # sense, e.g., if users call with "--suffixes " (instead of just omitting it) - parse_kw["dest"]="option" + parse_kw["dest"] = "option" parser.add_argument(arg, **parse_kw) return parser.parse_known_args(args)[0].option + def get_scenario_name(scenario_args): # use ad-hoc parsing to extract the scenario name from a scenario-definition string return parse_arg("--scenario-name", default=None, args=scenario_args) + def last_index(lst, val): try: return len(lst) - lst[::-1].index(val) - 1 except ValueError: return -1 + def is_verbose(scenario_args): # check options settings for --verbose flag # we can't use parse_arg, because we need to process both --verbose and --quiet # note: this duplicates settings in switch_model.solve, so it may fall out of date - return last_index(scenario_args, '--verbose') >= last_index(scenario_args, '--quiet') + return last_index(scenario_args, "--verbose") >= last_index( + scenario_args, "--quiet" + ) # return parse_arg("--verbose", action='store_true', default=False, args=scenario_args) + def get_scenario_dict(): # note: we read the list from the disk each time so that we get a fresher version # if the standard list is changed during a long solution effort. - with open(scenario_list_file, 'r') as f: + with open(scenario_list_file, "r") as f: scenario_list_text = [r.strip() for r in f.read().splitlines()] - scenario_list_text = [r for r in scenario_list_text if r and not r.startswith("#")] + scenario_list_text = [ + r for r in scenario_list_text if r and not r.startswith("#") + ] # note: text.splitlines() omits newlines and ignores presence/absence of \n at end of the text # shlex.split() breaks an command-line-style argument string into a list like sys.argv scenario_list = [shlex.split(r) for r in scenario_list_text] return OrderedDict((get_scenario_name(s), s) for s in scenario_list) + def checkout(scenario_name, force=False): # write a flag that we are solving this scenario, before actually trying to lock it # this way, if the job gets interrupted in the middle of this function, the @@ -277,7 +305,7 @@ def checkout(scenario_name, force=False): os.mkdir(os.path.join(scenario_queue_dir, scenario_name)) locked = True except OSError as e: - if e.errno != 17: # File exists + if e.errno != 17: # File exists raise locked = False if locked or force: @@ -288,6 +316,7 @@ def checkout(scenario_name, force=False): write_running_scenarios_file() return False + def mark_completed(scenario_name): # remove the scenario from the list of running scenarios (since it's been completed now) running_scenarios.remove(scenario_name) @@ -295,6 +324,7 @@ def mark_completed(scenario_name): # note: the scenario lock directory is left in place so the scenario won't get checked # out again + def write_running_scenarios_file(): # write the list of scenarios currently being run by this job to disk # so they can be released back to the queue if the job is interrupted and restarted @@ -307,16 +337,17 @@ def write_running_scenarios_file(): # done that actually haven't.) flags = "r+" if os.path.exists(running_scenarios_file) else "w" with open(running_scenarios_file, flags) as f: - f.write("\n".join(running_scenarios)+"\n") + f.write("\n".join(running_scenarios) + "\n") f.truncate() else: # remove the running_scenarios_file entirely if it would be empty try: os.remove(running_scenarios_file) except OSError as e: - if e.errno != 2: # no such file + if e.errno != 2: # no such file raise + def unlock_running_scenarios(): # called during startup to remove lockfiles for any scenarios that were still running # when this job was interrupted @@ -327,9 +358,10 @@ def unlock_running_scenarios(): try: os.rmdir(os.path.join(scenario_queue_dir, scenario_name)) except OSError as e: - if e.errno != 2: # no such file + if e.errno != 2: # no such file raise + # run the main function if called as a script if __name__ == "__main__": main() diff --git a/switch_model/test.py b/switch_model/test.py index b42692929..713d98160 100644 --- a/switch_model/test.py +++ b/switch_model/test.py @@ -1,13 +1,15 @@ from __future__ import print_function + # Copyright (c) 2015-2019 The Switch Authors. All rights reserved. # Licensed under the Apache License, Version 2.0, which is in the LICENSE file. import sys + def main(): print("running {} as {}.".format(__file__, __name__)) print("system path:") print("\n".join(sys.path)) + if __name__ == "__main__": main() - diff --git a/switch_model/timescales.py b/switch_model/timescales.py index 82a41b944..1f6d0171a 100644 --- a/switch_model/timescales.py +++ b/switch_model/timescales.py @@ -3,6 +3,27 @@ """ Defines timescales for investment and dispatch for the Switch model. + +INPUT DATA FORMAT + Import data for timescales from .csv files. The inputs_dir + should contain the following files with these columns. The + columns may be in any order and extra columns will be ignored. + + periods.csv + INVESTMENT_PERIOD, period_start, period_end + + timeseries.csv + TIMESERIES, period, ts_duration_of_tp, ts_num_tps, + ts_scale_to_period + + The order of rows in timepoints.csv indicates the order of the + timepoints per Pyomo and AMPL convention. To maintain your sanity, + we highly recommend that you sort your input file chronologically by + timestamp. Note: timestamp is solely used as a label and be in any + format. + + timepoints.csv + timepoint_id, timestamp, timeseries """ from __future__ import print_function from __future__ import absolute_import @@ -11,6 +32,7 @@ import os from pyomo.environ import * from . import utilities +from .reporting import write_table hours_per_year = 8766 @@ -227,59 +249,88 @@ def define_components(mod): """ - mod.PERIODS = Set(ordered=True) - mod.period_start = Param(mod.PERIODS, within=NonNegativeReals) - mod.period_end = Param(mod.PERIODS, within=NonNegativeReals) - mod.min_data_check('PERIODS', 'period_start', 'period_end') + mod.PERIODS = Set(ordered=True, dimen=1, input_file="periods.csv") + mod.period_start = Param( + mod.PERIODS, within=NonNegativeReals, input_file="periods.csv" + ) + mod.period_end = Param( + mod.PERIODS, within=NonNegativeReals, input_file="periods.csv" + ) + mod.min_data_check("PERIODS", "period_start", "period_end") - mod.TIMESERIES = Set(ordered=True) - mod.ts_period = Param(mod.TIMESERIES, within=mod.PERIODS) - mod.ts_duration_of_tp = Param(mod.TIMESERIES, within=PositiveReals) - mod.ts_num_tps = Param(mod.TIMESERIES, within=PositiveIntegers) - mod.ts_scale_to_period = Param(mod.TIMESERIES, within=PositiveReals) + mod.TIMESERIES = Set(ordered=True, dimen=1, input_file="timeseries.csv") + mod.ts_period = Param( + mod.TIMESERIES, within=mod.PERIODS, input_file="timeseries.csv" + ) + mod.ts_duration_of_tp = Param( + mod.TIMESERIES, within=PositiveReals, input_file="timeseries.csv" + ) + mod.ts_num_tps = Param( + mod.TIMESERIES, within=PositiveIntegers, input_file="timeseries.csv" + ) + mod.ts_scale_to_period = Param( + mod.TIMESERIES, within=PositiveReals, input_file="timeseries.csv" + ) mod.min_data_check( - 'TIMESERIES', 'ts_period', 'ts_duration_of_tp', 'ts_num_tps', - 'ts_scale_to_period') + "TIMESERIES", + "ts_period", + "ts_duration_of_tp", + "ts_num_tps", + "ts_scale_to_period", + ) - mod.TIMEPOINTS = Set(ordered=True) - mod.tp_ts = Param(mod.TIMEPOINTS, within=mod.TIMESERIES) - mod.min_data_check('TIMEPOINTS', 'tp_ts') - mod.tp_timestamp = Param(mod.TIMEPOINTS, default=lambda m, t: t) + mod.TIMEPOINTS = Set(ordered=True, dimen=1, input_file="timepoints.csv") + mod.tp_ts = Param( + mod.TIMEPOINTS, + within=mod.TIMESERIES, + input_file="timepoints.csv", + input_column="timeseries", + ) + mod.min_data_check("TIMEPOINTS", "tp_ts") + mod.tp_timestamp = Param( + mod.TIMEPOINTS, + default=lambda m, t: t, + input_file="timepoints.csv", + input_column="timestamp", + ) # Derived sets and parameters # note: the first five are calculated early so they # can be used for the add_one_to_period_end_rule mod.tp_duration_hrs = Param( - mod.TIMEPOINTS, - initialize=lambda m, t: m.ts_duration_of_tp[m.tp_ts[t]]) + mod.TIMEPOINTS, initialize=lambda m, t: m.ts_duration_of_tp[m.tp_ts[t]] + ) mod.tp_weight = Param( mod.TIMEPOINTS, within=PositiveReals, initialize=lambda m, t: ( - m.tp_duration_hrs[t] * m.ts_scale_to_period[m.tp_ts[t]])) + m.tp_duration_hrs[t] * m.ts_scale_to_period[m.tp_ts[t]] + ), + ) mod.TPS_IN_TS = Set( mod.TIMESERIES, ordered=True, within=mod.TIMEPOINTS, - initialize=lambda m, ts: [ - t for t in m.TIMEPOINTS if m.tp_ts[t] == ts]) + initialize=lambda m, ts: [t for t in m.TIMEPOINTS if m.tp_ts[t] == ts], + ) mod.tp_period = Param( mod.TIMEPOINTS, within=mod.PERIODS, - initialize=lambda m, t: m.ts_period[m.tp_ts[t]]) + initialize=lambda m, t: m.ts_period[m.tp_ts[t]], + ) mod.TS_IN_PERIOD = Set( mod.PERIODS, ordered=True, within=mod.TIMESERIES, - initialize=lambda m, p: [ - ts for ts in m.TIMESERIES if m.ts_period[ts] == p]) + initialize=lambda m, p: [ts for ts in m.TIMESERIES if m.ts_period[ts] == p], + ) mod.TPS_IN_PERIOD = Set( mod.PERIODS, ordered=True, within=mod.TIMEPOINTS, - initialize=lambda m, p: [ - t for t in m.TIMEPOINTS if m.tp_period[t] == p]) + initialize=lambda m, p: [t for t in m.TIMEPOINTS if m.tp_period[t] == p], + ) # Decide whether period_end values have been given as exact points in time # (e.g., 2020.0 means 2020-01-01 00:00:00), or as a label for a full @@ -288,45 +339,62 @@ def define_components(mod): # NOTE: we can't just check whether period_end[p] + 1 = period_start[p+1], # because that is undefined for single-period models. def add_one_to_period_end_rule(m): - hours_in_period = {p: sum(m.tp_weight[t] for t in m.TPS_IN_PERIOD[p]) for p in m.PERIODS} + hours_in_period = { + p: sum(m.tp_weight[t] for t in m.TPS_IN_PERIOD[p]) for p in m.PERIODS + } err_plain = sum( (m.period_end[p] - m.period_start[p]) * hours_per_year - hours_in_period[p] - for p in m.PERIODS) + for p in m.PERIODS + ) err_add_one = sum( - (m.period_end[p] + 1 - m.period_start[p]) * hours_per_year - hours_in_period[p] - for p in m.PERIODS) - add_one = (abs(err_add_one) < abs(err_plain)) + (m.period_end[p] + 1 - m.period_start[p]) * hours_per_year + - hours_in_period[p] + for p in m.PERIODS + ) + add_one = abs(err_add_one) < abs(err_plain) # print "add_one: {}".format(add_one) return add_one - mod.add_one_to_period_end = Param(within=Boolean, initialize=add_one_to_period_end_rule) + + mod.add_one_to_period_end = Param( + within=Boolean, initialize=add_one_to_period_end_rule + ) mod.period_length_years = Param( mod.PERIODS, - initialize=lambda m, p: m.period_end[p] - m.period_start[p] + (1 if m.add_one_to_period_end else 0)) + initialize=lambda m, p: m.period_end[p] + - m.period_start[p] + + (1 if m.add_one_to_period_end else 0), + ) mod.period_length_hours = Param( - mod.PERIODS, - initialize=lambda m, p: m.period_length_years[p] * hours_per_year) + mod.PERIODS, initialize=lambda m, p: m.period_length_years[p] * hours_per_year + ) mod.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD = Set( - mod.PERIODS, ordered=True, - initialize=lambda m, p: - [p2 for p2 in m.PERIODS if m.PERIODS.ord(p2) <= m.PERIODS.ord(p)] + mod.PERIODS, + ordered=True, + initialize=lambda m, p: [ + p2 for p2 in m.PERIODS if m.PERIODS.ord(p2) <= m.PERIODS.ord(p) + ], ) mod.ts_scale_to_year = Param( mod.TIMESERIES, initialize=lambda m, ts: ( - m.ts_scale_to_period[ts] / m.period_length_years[m.ts_period[ts]])) + m.ts_scale_to_period[ts] / m.period_length_years[m.ts_period[ts]] + ), + ) mod.ts_duration_hrs = Param( mod.TIMESERIES, - initialize=lambda m, ts: ( - m.ts_num_tps[ts] * m.ts_duration_of_tp[ts])) + initialize=lambda m, ts: (m.ts_num_tps[ts] * m.ts_duration_of_tp[ts]), + ) mod.tp_weight_in_year = Param( mod.TIMEPOINTS, within=PositiveReals, initialize=lambda m, t: ( - m.tp_weight[t] / m.period_length_years[m.tp_period[t]])) + m.tp_weight[t] / m.period_length_years[m.tp_period[t]] + ), + ) # Identify previous step for each timepoint, for use in tracking # unit commitment or storage. We use circular indexing (.prevw() method) # for the timepoints within a timeseries to give consistency between the @@ -335,24 +403,30 @@ def add_one_to_period_end_rule(m): mod.tp_previous = Param( mod.TIMEPOINTS, within=mod.TIMEPOINTS, - initialize=lambda m, t: m.TPS_IN_TS[m.tp_ts[t]].prevw(t)) + initialize=lambda m, t: m.TPS_IN_TS[m.tp_ts[t]].prevw(t), + ) def validate_time_weights_rule(m, p): hours_in_period = sum(m.tp_weight[t] for t in m.TPS_IN_PERIOD[p]) tol = 0.01 - if(hours_in_period > (1 + tol) * m.period_length_hours[p] or - hours_in_period < (1 - tol) * m.period_length_hours[p]): - print(("validate_time_weights_rule failed for period " + - "'{period:.0f}'. Expected {period_h:0.2f}, based on " + - "length in years, but the sum of timepoint weights " + - "is {ds_h:0.2f}.\n" - ).format(period=p, period_h=m.period_length_hours[p], - ds_h=hours_in_period)) + if ( + hours_in_period > (1 + tol) * m.period_length_hours[p] + or hours_in_period < (1 - tol) * m.period_length_hours[p] + ): + print( + ( + "validate_time_weights_rule failed for period " + + "'{period:.0f}'. Expected {period_h:0.2f}, based on " + + "length in years, but the sum of timepoint weights " + + "is {ds_h:0.2f}.\n" + ).format( + period=p, period_h=m.period_length_hours[p], ds_h=hours_in_period + ) + ) return 0 return 1 - mod.validate_time_weights = BuildCheck( - mod.PERIODS, - rule=validate_time_weights_rule) + + mod.validate_time_weights = BuildCheck(mod.PERIODS, rule=validate_time_weights_rule) def validate_period_lengths_rule(m, p): tol = 0.01 @@ -360,58 +434,36 @@ def validate_period_lengths_rule(m, p): p_end = m.period_start[p] + m.period_length_years[p] p_next = m.period_start[m.PERIODS.next(p)] if abs(p_next - p_end) > tol: - print(( - "validate_period_lengths_rule failed for period" - + "'{p:.0f}'. Period ends at {p_end}, but next period" - + "begins at {p_next}." - ).format(p=p, p_end=p_end, p_next=p_next)) + print( + ( + "validate_period_lengths_rule failed for period" + + "'{p:.0f}'. Period ends at {p_end}, but next period" + + "begins at {p_next}." + ).format(p=p, p_end=p_end, p_next=p_next) + ) return False return True + mod.validate_period_lengths = BuildCheck( - mod.PERIODS, - rule=validate_period_lengths_rule) + mod.PERIODS, rule=validate_period_lengths_rule + ) -def load_inputs(mod, switch_data, inputs_dir): +def post_solve(mod, outdir): """ - Import data for timescales from .csv files. The inputs_dir - should contain the following files with these columns. The - columns may be in any order and extra columns will be ignored. - - periods.csv - INVESTMENT_PERIOD, period_start, period_end - - timeseries.csv - TIMESERIES, period, ts_duration_of_tp, ts_num_tps, - ts_scale_to_period - - The order of rows in timepoints.csv indicates the order of the - timepoints per Pyomo and AMPL convention. To maintain your sanity, - we highly recommend that you sort your input file chronologically by - timestamp. Note: timestamp is solely used as a label and be in any - format. - - timepoints.csv - timepoint_id, timestamp, timeseries - + Output timepoints.csv where each row contains a timepoint, + its duration per year, its corresponding timeseries and period """ - # Include select in each load() function so that it will check out column - # names, be indifferent to column order, and throw an error message if - # some columns are not found. - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'periods.csv'), - select=('INVESTMENT_PERIOD', 'period_start', 'period_end'), - index=mod.PERIODS, - param=(mod.period_start, mod.period_end)) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'timeseries.csv'), - select=('TIMESERIES', 'ts_period', 'ts_duration_of_tp', - 'ts_num_tps', 'ts_scale_to_period'), - index=mod.TIMESERIES, - param=(mod.ts_period, mod.ts_duration_of_tp, - mod.ts_num_tps, mod.ts_scale_to_period)) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'timepoints.csv'), - select=('timepoint_id', 'timestamp', 'timeseries'), - index=mod.TIMEPOINTS, - param=(mod.tp_timestamp, mod.tp_ts)) + write_table( + mod, + mod.TIMEPOINTS, + output_file=os.path.join(outdir, "timestamps.csv"), + headings=("timepoint", "timestamp", "hours_per_year", "timeseries", "period"), + values=lambda m, t: ( + t, + m.tp_timestamp[t], + m.tp_weight_in_year[t], + m.tp_ts[t], + m.tp_period[t], + ), + ) diff --git a/switch_model/tools/__init__.py b/switch_model/tools/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/switch_model/tools/drop.py b/switch_model/tools/drop.py new file mode 100644 index 000000000..3d61d2639 --- /dev/null +++ b/switch_model/tools/drop.py @@ -0,0 +1,233 @@ +import os +import warnings + +import pandas +from switch_model.utilities import query_yes_no +from argparse import ArgumentParser, RawTextHelpFormatter + +""" +This file offers the command line utility 'switch drop'. +switch drop allows you to drop entire periods or load zones from +the input CSVs to form a smaller model that is easier to test. +Usage details can be found by running 'switch drop -h'. +""" + +# data_types is a dictionary where each key-value pair is a type of switch ID +# that we can filter out. For example, we can filter out load zones or periods. +# +# Each value in the dictionary is a tuple containing the primary file and a list +# of files to check. The primary file is the file containing the complete list +# of valid IDs for that data type. The list of files to check is a list of files +# through which we will remove rows where the ID is not found in the primary file. +# +# Each "file" is actually a tuple where the first element is the filename, and the +# second element is the relevant column name +data_types = { + "load_zones": ( + ("load_zones.csv", "LOAD_ZONE"), + [ + ("fuel_cost.csv", "load_zone"), + ("generation_projects_info.csv", "gen_load_zone"), + ("loads.csv", "LOAD_ZONE"), + ("rps_targets.csv", "load_zone"), + ("transmission_lines.csv", "trans_lz1"), + ("transmission_lines.csv", "trans_lz2"), + ("zone_balancing_areas.csv", "LOAD_ZONE"), + ("zone_to_regional_fuel_market.csv", "load_zone"), + ], + ), + "regional_fuel_markets": ( + ("zone_to_regional_fuel_market.csv", "regional_fuel_market"), + [ + ("fuel_supply_curves.csv", "regional_fuel_market"), + ("regional_fuel_markets.csv", "regional_fuel_market"), + ], + ), + "balancing_areas": ( + ("zone_balancing_areas.csv", "balancing_area"), + [("balancing_areas.csv", "BALANCING_AREAS")], + ), + "periods": ( + ("periods.csv", "INVESTMENT_PERIOD"), + [ + ("carbon_policies.csv", "PERIOD"), + ("fuel_cost.csv", "period"), + ("fuel_supply_curves.csv", "period"), + ("rps_targets.csv", "period"), + ("timeseries.csv", "ts_period"), + # It is impossible to know if a row in gen_build_costs.csv is for predetermined generation or for + # a period that was removed. So instead we don't touch it and let the user manually edit + # the input file. + ], + ), + "timeseries": ( + ("timeseries.csv", "TIMESERIES"), + [("hydro_timeseries.csv", "timeseries"), ("timepoints.csv", "timeseries")], + ), + "timepoints": ( + ("timepoints.csv", "timepoint_id"), + [ + ("loads.csv", "TIMEPOINT"), + ("variable_capacity_factors.csv", "timepoint"), + ("hydro_timepoints.csv", "timepoint_id"), + ], + ), + "projects": ( + ("generation_projects_info.csv", "GENERATION_PROJECT"), + [ + ("gen_build_costs.csv", "GENERATION_PROJECT"), + ("gen_build_predetermined.csv", "GENERATION_PROJECT"), + ("hydro_timeseries.csv", "hydro_project"), + ("variable_capacity_factors.csv", "GENERATION_PROJECT"), + ], + ), +} + + +def main(args=None): + # Setup parser & validate user input + parser = ArgumentParser( + description="Drops subsets of the input data to form a smaller model that is easier to debug.", + epilog="To use this command,\n" + "\t1) Remove the subset you wish to drop. For example, if you want to drop some load zones, " + "remove them from load_zones.csv. If you want to drop periods, remove them from periods.csv.\n\n" + "\t2) Run 'switch drop --run' to remove all the references to now missing keys. For example" + " if you've removed a load zone, all the projects, transmissions lines, etc. for that load " + "zone will be removed from the input files.", + formatter_class=RawTextHelpFormatter, + ) + + parser.add_argument( + "--run", default=False, action="store_true", help="Drop the data." + ) + parser.add_argument( + "--inputs-dir", + default="inputs", + help='Directory of the input files. Defaults to "inputs".', + ) + parser.add_argument( + "--silent", default=False, action="store_true", help="Suppress output" + ) + parser.add_argument( + "--no-confirm", + default=False, + action="store_true", + help="Skip confirmation prompts", + ) + args = parser.parse_args(args) + + if not args.run: + parser.print_help() + return + + if not os.path.isdir(args.inputs_dir): + raise NotADirectoryError("{} is not a directory".format(args.inputs_dir)) + + should_continue = args.no_confirm or query_yes_no( + "WARNING: This will permanently delete data from directory '{}' " + "WITHOUT backing it up. Are you sure you want to continue?".format( + args.inputs_dir + ) + ) + + if not should_continue: + print("Operation cancelled.") + return + + # We do multiple passes since one data type can remove a key from another data type which would only be + # Caught on a second pass + # We stop the passes when now rows have been removed. + total_rows_removed = 0 + warn_about_periods = False + pass_count = 0 + while pass_count == 0 or rows_removed_in_pass != 0: + if not args.silent: + print("Pass {}...".format(pass_count), flush=True) + rows_removed_in_pass = 0 + for name, data_type in data_types.items(): + if not args.silent: + print("Checking '{}'...".format(name), flush=True) + rows_removed = drop_data(data_type, args) + rows_removed_in_pass += rows_removed + + if name == "periods" and rows_removed != 0: + warn_about_periods = True + if not args.silent: + print("Removed {} rows during pass.".format(rows_removed_in_pass)) + + total_rows_removed += rows_removed_in_pass + pass_count += 1 + + if not args.silent: + print( + "\n\nRemove {} rows in total from the input files.".format( + total_rows_removed + ) + ) + print( + "\n\nNote: If SWITCH fails to load the model when solving it is possible that some input files were missed." + " If this is the case, please add the missing input files to 'data_types' in 'switch_model/tools/drop.py'." + ) + + # It is impossible to know if a row in gen_build_costs.csv is for predetermined generation or for + # a period that was removed. So instead we don't touch it and let the user manually edit + # the input file. + if warn_about_periods: + warnings.warn( + "\n\nCould not update gen_build_costs.csv. Please manually edit gen_build_costs.csv to remove " + "references to the removed periods." + ) + + +def drop_data(id_type, args): + primary_file, files_to_check = id_type + valid_ids = get_valid_ids(primary_file, args) + + if valid_ids is None: + return 0 + + rows_removed = 0 + for filename, foreign_key in files_to_check: + rows_removed += drop_from_file(filename, foreign_key, valid_ids, args) + return rows_removed + + +def get_valid_ids(primary_file, args): + filename, primary_key = primary_file + path = os.path.join(args.inputs_dir, filename) + + if not os.path.exists(path): + print("\n Warning: {} was not found.".format(filename)) + return None + + valid_ids = pandas.read_csv(path, dtype=str)[primary_key] + return valid_ids + + +def drop_from_file(filename, foreign_key, valid_ids, args): + path = os.path.join(args.inputs_dir, filename) + + if not os.path.exists(path): + return 0 + + df = pandas.read_csv(path, dtype=str) + count = len(df) + if foreign_key not in df.columns: + raise Exception(f"Column {foreign_key} not in file {filename}") + df = df[df[foreign_key].isin(valid_ids)] + rows_removed = count - len(df) + + if rows_removed != 0: + df.to_csv(path, index=False) + + if not args.silent: + print("Removed {} rows {}.".format(rows_removed, filename)) + if rows_removed == count: + if not args.silent: + print("WARNING: {} is now empty.".format(filename)) + + return rows_removed + + +if __name__ == "__main__": + main() diff --git a/switch_model/tools/graph/__init__.py b/switch_model/tools/graph/__init__.py new file mode 100644 index 000000000..4acec6286 --- /dev/null +++ b/switch_model/tools/graph/__init__.py @@ -0,0 +1 @@ +from .main import graph diff --git a/switch_model/tools/graph/cli.py b/switch_model/tools/graph/cli.py new file mode 100644 index 000000000..74bd025f9 --- /dev/null +++ b/switch_model/tools/graph/cli.py @@ -0,0 +1,65 @@ +from switch_model.utilities import StepTimer + +from switch_model.tools.graph.main import graph_scenarios + + +def add_arguments(parser): + parser.add_argument( + "--graph-dir", + type=str, + default=None, + help="Name of the folder where the graphs should be saved", + ) + parser.add_argument( + "--overwrite", + default=False, + action="store_true", + help="Don't prompt before overwriting the existing output folder", + ) + parser.add_argument( + "--skip-long", + default=False, + action="store_true", + help="Skips plots that take a long time to generate and have specified is_long=True.", + ) + parser.add_argument( + "--modules", + default=None, + nargs="+", + help="Modules to load the graphing functions for. " + "If not specified reads the modules from modules.txt.", + ) + parser.add_argument( + "-f", + "--figures", + default=None, + nargs="+", + help="Name of the figures to graph. Figure names are the first argument in the @graph() decorator." + " If unspecified graphs all the figures.", + ) + parser.add_argument( + "--ignore-modules-txt", + default=False, + action="store_true", + help="When true modules in modules txt are not loaded", + ) + + +def graph_scenarios_from_cli(scenarios, args): + if args.ignore_modules_txt: + if args.modules is None: + args.modules = [] # Provide an empty list of modules + + timer = StepTimer() + graph_scenarios( + scenarios, + graph_dir=args.graph_dir, + overwrite=args.overwrite, + module_names=args.modules, + figures=args.figures, + skip_long=args.skip_long, + ) + + # If more than 30 seconds have elapsed, send an audible notification to indicate completion. + if timer.step_time() > 30: + print("\a") diff --git a/switch_model/tools/graph/cli_compare.py b/switch_model/tools/graph/cli_compare.py new file mode 100644 index 000000000..a192bd281 --- /dev/null +++ b/switch_model/tools/graph/cli_compare.py @@ -0,0 +1,58 @@ +""" +Tool to generate graphs that compare multiple scenario outputs. +Run 'switch compare -h' for details. +""" + +import argparse, os +from switch_model.tools.graph.main import Scenario +from switch_model.tools.graph.cli import add_arguments, graph_scenarios_from_cli + + +def main(): + # Create the command line interface + parser = argparse.ArgumentParser( + description="Create graphs that compare multiple scenario outputs.", + epilog="Example:\n\nswitch compare low-vs-high-demand .\low-demand .\high-demand --names 'Low Demand' 'High Demand'" + "\n\nThis command will generate comparison graphs in a folder called 'low-vs-high-demand'. The graphs will be " + " based on the scenarios in folders ./low-demand and ./high-demand. The graphs will use 'Low Demand' and 'High Demand'" + "in the legends and where applicable.", + formatter_class=argparse.RawTextHelpFormatter, + ) + parser.add_argument( + "scenarios", nargs="+", help="Specify a list of runs to compare" + ) + parser.add_argument( + "--names", nargs="+", default=None, help="Names of the scenarios" + ) + add_arguments(parser) + # Parse the parameters + args = parser.parse_args() + + # Verify we're comparing at least 2 scenarios + if len(args.scenarios) < 2: + raise Exception("Didn't pass in enough scenarios to compare") + + # If names is not set, make the names the scenario path + if args.names is None: + args.names = list(map(lambda p: os.path.normpath(p), args.scenarios)) + print( + "NOTE: For better graphs, use the flag '--names' to specify descriptive scenario names (e.g. baseline)" + ) + else: + # If names was provided, verify the length matches the number of scenarios + if len(args.names) != len(args.scenarios): + raise Exception( + f"Gave {len(args.names)} scenario names but there were {len(args.scenarios)} scenarios." + ) + + # If graph_dir is not set, make it 'compare__to__to_...' + if args.graph_dir is None: + args.graph_dir = f"compare_{'_to_'.join(args.names)}" + + # Create a list of Scenario objects for each scenario + scenarios = [ + Scenario(rel_path, args.names[i]) for i, rel_path in enumerate(args.scenarios) + ] + + # Create the graphs! + graph_scenarios_from_cli(scenarios, args) diff --git a/switch_model/tools/graph/cli_graph.py b/switch_model/tools/graph/cli_graph.py new file mode 100644 index 000000000..302f6956f --- /dev/null +++ b/switch_model/tools/graph/cli_graph.py @@ -0,0 +1,25 @@ +""" +Tool to generate graphs for a scenario. + +Run "switch graph -h" for details. +""" + +import argparse + +from switch_model.tools.graph.main import Scenario +from switch_model.tools.graph.cli import add_arguments, graph_scenarios_from_cli + + +def main(args=None): + # Create the command line interface + parser = argparse.ArgumentParser( + description="Create graphs for a single set of SWITCH results." + ) + add_arguments(parser) + args = parser.parse_args(args) + + if args.graph_dir is None: + args.graph_dir = "graphs" + + # Create the graphs (with a single scenario) + graph_scenarios_from_cli(scenarios=[Scenario(rel_path=".", name="")], args=args) diff --git a/switch_model/tools/graph/main.py b/switch_model/tools/graph/main.py new file mode 100644 index 000000000..8d6c1abe0 --- /dev/null +++ b/switch_model/tools/graph/main.py @@ -0,0 +1,1008 @@ +""" +Code used by 'switch compare' and 'switch graph' to run the graphing functions. + +See docs/Graphs.md to learn how to add graphs. +""" +# Standard packages +import functools +import importlib +import os +import warnings +from typing import List, Dict, Optional + +# Third-party packages +import numpy as np +import pandas as pd +from PIL import Image +from matplotlib import pyplot as plt +import seaborn as sns +import matplotlib +import plotnine + +# Local imports +from switch_model.tools.graph.maps import GraphMapTools +from switch_model.utilities import ( + StepTimer, + get_module_list, + query_yes_no, + catch_exceptions, +) + +# When True exceptions that are thrown while graphing will be caught +# and outputted to console as a warning instead of an error +CATCH_EXCEPTIONS = True + + +# List of graphing functions. Every time a function uses the @graph() decorator, +# the function gets registered here. +registered_graphs = {} + + +def graph( + name, + title=None, + supports_multi_scenario=False, + requires_multi_scenario=False, + is_long=False, + note=None, +): + """ + This function should be used as a decorator to register a graphing function. + Graphing functions are functions that are run by 'switch graph' or 'switch compare'. + Graphing functions take one argument, an instance of GraphTools. + + @param name: name of the graph created by the decorated function. + This is used as the filename for the output.png file. + @param title: The title to be put on the graph. + @param supports_multi_scenario: If true, the function is responsible for graphing data from multiple scenarios. + @param requires_multi_scenario: If true, the graphing function will only be run when comparing multiple scenarios + @param is_long: If true, the --skip-long CLI flag will skip this function + @param note: Note to add to the bottom of the graph + """ + + def decorator(func): + @functools.wraps(func) + @catch_exceptions( + "Failed to run a graphing function.", should_catch=CATCH_EXCEPTIONS + ) + def wrapper(tools: GraphTools): + if tools.skip_long and is_long: + return + + if tools.num_scenarios < 2 and requires_multi_scenario: + return + + func(tools) + + wrapper.name = name + wrapper.multi_scenario = supports_multi_scenario or requires_multi_scenario + wrapper.title = title + wrapper.note = note + + if name in registered_graphs: + raise Exception( + f"Graph '{name}' already exists. Make sure to pick a unique name." + ) + + registered_graphs[name] = wrapper + return wrapper + + return decorator + + +class Scenario: + """ + Stores the information related to a scenario such as the scenario name (used while graphing) + and the scenario path. + + Also allows doing: + + with scenario: + # some operation + + Here, some operation will be run as if the working directory were the directory of the scenario + """ + + root_path = os.getcwd() + + def __init__(self, rel_path=".", name=""): + self.path = os.path.normpath(os.path.join(Scenario.root_path, rel_path)) + self.name = name + + if not os.path.isdir(self.path): + raise Exception(f"Directory does not exist: {self.path}") + + def __enter__(self): + os.chdir(self.path) + + def __exit__(self, exc_type, exc_val, exc_tb): + os.chdir(Scenario.root_path) + + +class TransformTools: + """ + Provides helper functions that transform dataframes + to add value. Can be accessed via tools.transform in graph() functions. + """ + + def __init__(self, graph_tools, time_zone="US/Pacific"): + self.time_zone = time_zone + self.tools = graph_tools + + def gen_type( + self, + df: pd.DataFrame, + map_name="default", + gen_tech_col="gen_tech", + energy_source_col="gen_energy_source", + drop_previous_col=True, + others=None, + ): + """ + Returns a dataframe that contains a column 'gen_type'. + + By default 'gen_type' is the aggregation of 'gen_tech' + 'gen_energy_source' + however this can be overidden in graph_tech_types.csv + """ + # If there's no mapping, we simply make the mapping the sum of both columns + # Read the tech_colors and tech_types csv files. + try: + cols = [ + "map_name", + "gen_type", + "gen_tech", + "energy_source", + "scenario_index", + ] + tech_types = self.tools.get_dataframe( + "graph_tech_types.csv", from_inputs=True, drop_scenario_info=False + )[cols] + except FileNotFoundError: + df["gen_type"] = df[gen_tech_col] + "_" + df[energy_source_col] + return df + tech_types = tech_types[tech_types["map_name"] == map_name].drop( + "map_name", axis=1 + ) + # If we got many scenarios "scenario_name" will exist in tech_types and in that case + # we want to merge by scenario + left_on = [gen_tech_col, energy_source_col] + right_on = ["gen_tech", "energy_source"] + if "scenario_index" in df: + left_on.append("scenario_index") + right_on.append("scenario_index") + else: + tech_types = tech_types.drop(columns=["scenario_index"]).drop_duplicates() + df = df.merge( + tech_types, + left_on=left_on, + right_on=right_on, + validate="many_to_one", + how="left", + ) + df["gen_type"] = df["gen_type"].fillna( + "Other" + ) # Fill with Other so the colors still work + if drop_previous_col: + df = df.drop([gen_tech_col, energy_source_col], axis=1) + if others is not None: + df["gen_type"] = df["gen_type"].replace(others, "Other") + return df + + def build_year(self, df, build_year_col="build_year"): + """ + Replaces all the build years that aren't a period with the value "Pre-existing". + """ + # Get list of valid periods + periods = self.tools.get_dataframe("periods", from_inputs=True)[ + "INVESTMENT_PERIOD" + ].astype("str") + df = df.copy() # Make copy to not modify source + df[build_year_col] = ( + df[build_year_col] + .apply(lambda b: str(b) if str(b) in periods.values else "Pre-existing") + .astype("category") + ) + return df + + def timestamp(self, df, key_col="timestamp", use_timepoint=False): + """ + Adds the following columns to the dataframe: + - time_row: by default the period but can be overridden by graph_timestamp_map.csv + - time_column: by default the timeseries but can be overridden by graph_timestamp_map.csv + - datetime: timestamp formatted as a US/Pacific Datetime object + - hour: The hour of the timestamp (US/Pacific timezone) + """ + timepoints = self.tools.get_dataframe( + filename="timepoints.csv", from_inputs=True, drop_scenario_info=False + ) + timeseries = self.tools.get_dataframe( + filename="timeseries.csv", from_inputs=True, drop_scenario_info=False + ) + + timepoints = timepoints.merge( + timeseries, + how="left", + left_on=["timeseries", "scenario_index"], + right_on=["TIMESERIES", "scenario_index"], + validate="many_to_one", + ) + timestamp_mapping = timepoints[ + [ + "timepoint_id", + "timestamp", + "ts_period", + "timeseries", + "ts_duration_of_tp", + ] + ].drop_duplicates() + timestamp_mapping = timestamp_mapping.rename( + { + "ts_period": "period", + "timepoint_id": "timepoint", + "ts_duration_of_tp": "tp_duration", + }, + axis=1, + ) + timestamp_mapping = timestamp_mapping.astype({"period": "category"}) + + if use_timepoint: + df = df.rename({key_col: "timepoint"}, axis=1) + df = df.merge(timestamp_mapping, how="left", on="timepoint") + else: + df = df.rename({key_col: "timestamp"}, axis=1) + df = df.merge( + timestamp_mapping, + how="left", + on="timestamp", + ) + + try: + # TODO support using graph_timestamp_map on multiple scenarios + df = df.merge( + self.tools.get_dataframe( + "graph_timestamp_map.csv", from_inputs=True, force_one_scenario=True + ), + how="left", + on="timestamp", + ) + except FileNotFoundError: + df["time_row"] = df["period"] + df["time_column"] = df["timeseries"] + + # Add datetime and hour column + df["datetime"] = ( + pd.to_datetime(df["timestamp"], format="%Y%m%d%H") + .dt.tz_localize("utc") + .dt.tz_convert(self.time_zone) + ) + df["hour"] = df["datetime"].dt.hour + season_map = {1: "Winter", 2: "Spring", 3: "Summer", 4: "Fall"} + df["season"] = df["datetime"].dt.quarter.apply(lambda x: season_map[x]) + + return df + + def load_zone(self, df, load_zone_col="load_zone"): + """ + Adds a 'region' column that is usually load_zone's state. + 'region' is what comes before the first underscore. If no underscores are present + defaults to just using the load_zone. + """ + df = df.copy() # Don't modify the source + df["region"] = df[load_zone_col].apply(lambda z: z.partition("_")[0]) + return df + + +class Figure: + """ + This class simply stores a Matplotlib figure and axes. It's only purpose + is to make code in FigureHandler more readable. + """ + + def __init__(self, fig, axes): + self.fig = fig + self.axes = axes + + def save_figure(self, path): + self.fig.savefig(path, bbox_inches="tight") + plt.close(self.fig) # Close figure to save on memory + + def add_note(self, note): + if note is not None: + self.fig.text( + 0.5, -0.1, note, wrap=True, horizontalalignment="center", fontsize=12 + ) + + +class FigureHandler: + """ + This class handles the storage of Matplotlib figures during graphing and is responsible for + saving these figures to .png files. + """ + + def __init__(self, output_dir: Optional[str], scenarios): + self._output_dir: Optional[str] = output_dir + self._scenarios: List[Scenario] = scenarios + + # This dictionary stores the figures. + # It is a map of file names to a list of figures for that file. + # If there are multiple figures for one files, the figures will be plotted side by side. + self._figures: Dict[str, List[Figure]] = {} + + # These properties will get set in reset() + self._default_filename = None + self._title = None + self._note = None + self._allow_multiple_figures = ( + None # If False there can only be one figure per file + ) + + def set_properties(self, default_filename, title, note, allow_multiple_figures): + """ + Called before running a graphing function to set the properties + """ + self._default_filename = default_filename + self._title = title + self._note = note if note is not None else "" + self._allow_multiple_figures = allow_multiple_figures + + def add_figure(self, fig, axes=None, filename=None, title=None): + # Use default name if unspecified + if filename is None: + filename = self._default_filename + if title is None: + title = self._title + + # Set a title for the figure + if title is not None: + fig.suptitle(title) + + # Create our figure + figure = Figure(fig, axes) + + # Add the Figure to our list of figures + if filename not in self._figures: + self._figures[filename] = [figure] + elif self._allow_multiple_figures: + self._figures[filename].append(figure) + else: + raise Exception( + f"A figure with name '{filename}' already exists and multiple figures are not allowed for" + f" {self._default_filename}." + ) + + def get_axes(self, name=None): + if name is None: + name = self._default_filename + if name not in self._figures: + return None + figures = self._figures[name] + if len(figures) > 1: + raise Exception("Can't call get_axes() when multiple figures exist.") + return figures[ + 0 + ].axes # We access the 0 index since we expect there to only be 1 figure + + def save_figures(self): + if self._output_dir is None: + raise Exception( + "Cannot call save_figures() when the output directory is None." + ) + for filename, figures in self._figures.items(): + # If we have a single figure just save it + if len(figures) == 1: + figures[0].add_note(self._note) + figures[0].save_figure(os.path.join(self._output_dir, filename)) + continue + + # If we have multiple figures, save each one to a separate file and then concat the files + for i, fig in enumerate(figures): + # Get note from self._note and the scenario name and add it to the figure + fig.add_note( + ("" if self._note is None else self._note) + + f"\nScenario: {self._scenarios[i].name}" + ) + fig.save_figure(os.path.join(self._output_dir, filename + "_" + str(i))) + + # If we have multiple figures, concat them into a single one + FigureHandler._concat_figures( + os.path.join(self._output_dir, filename), len(figures) + ) + + self._figures = {} # Reset our list of figures + + @staticmethod + def _concat_figures(basepath, n): + """ + This function merges n figures together side by side. + The figures must have the same base path and only differ in their suffix + (_0.png, _1.png, _2.png etc). + """ + # Get the paths of each image + image_paths = tuple(basepath + "_" + str(i) + ".png" for i in range(n)) + # Open each image + images = tuple(Image.open(path) for path in image_paths) + + # Get the dimension of our final figure + height = max(map(lambda x: x.size[1], images)) + width = sum(map(lambda x: x.size[0], images)) + + # Create our final figure + concated = Image.new("RGB", (width, height), "white") + + # For each image, paste it into + x = 0 + for image in images: + concated.paste(image, (x, 0)) + x += image.size[0] + + # Save the concated image + concated.save(basepath + ".png", "PNG") + + # Delete the individual images + for image_path in image_paths: + os.remove(image_path) + + +class DataHandler: + """ + This class handles accessing and caching csv files for graphing + """ + + # When True, csv files with the same name will only be loaded once and will then get cached + # in case they're needed again by another graphing function. + ENABLE_DF_CACHING = True + + def __init__(self, scenarios): + # Check that the scenario names are unique. This is required so that get_dataframe doesn't have conflicts + all_names = list(map(lambda s: s.name, scenarios)) + if len(all_names) > len( + set(all_names) + ): # set() drops duplicates, so if not unique len() will be less + raise Exception("Scenario names are not unique.") + + self._scenarios: List[Scenario] = scenarios + # If true the current function being run should only be run + # once with all the scenarios rather than re-run for each scenario + self._is_multi_scenario_func = None + self._active_scenario = 0 + + # Here we store a mapping of csv file names to their dataframes. + # Each dataframe has a column called 'scenario' that specifies which scenario + # a given row belongs to. + self._dfs: Dict[str, pd.DataFrame] = {} + + @property + def scenarios(self): + return self._scenarios + + def get_scenario_name(self, index): + """ + Returns the scenario_name given the scenario_index. + Can be used as follows to convert an scenario_index that's an + index in a Dataframe to the scenario names. + df.index = df.index.map(tools.get_scenario_name) + """ + return self._scenarios[index].name + + def get_dataframe( + self, + filename, + folder=None, + from_inputs=False, + convert_dot_to_na=False, + force_one_scenario=False, + drop_scenario_info=True, + usecols=None, + **kwargs, + ): + """ + Returns the dataframe for the active scenario. + + @param filename: Name of the csv file to read from + @param folder: Overrides which folder to read from. + @param from_inputs: If true, the csv file will be read from the inputs + @param convert_dot_to_na if True cells with "." will be replaced with na + @param force_one_scenario if True this will only return one scenario of data even if we are running + @param drop_scenario_info if True, we will drop the columns relating to the scenario when we are dealing with just one scenario + a multi-scenario function. + @param only return the following functions + """ + if not filename.endswith(".csv"): + filename += ".csv" + + path = self.get_file_path( + filename, folder, from_inputs, scenario_specific=False + ) + + # If doesn't exist, create it + if path not in self._dfs: + df = self._load_dataframe( + path, na_values="." if convert_dot_to_na else None, **kwargs + ) + if DataHandler.ENABLE_DF_CACHING: + self._dfs[ + path + ] = df.copy() # We save a copy so the source isn't modified + else: + df = self._dfs[path].copy() # We return a copy so the source isn't modified + + if not self._is_multi_scenario_func or force_one_scenario: + # Filter dataframe to only the current scenario + df = df[df["scenario_index"] == self._active_scenario] + # Drop the columns related to the scenario + if drop_scenario_info: + df = df.drop(["scenario_index", "scenario_name"], axis=1) + if usecols is not None: + df = df[usecols] + return df + + def get_file_path( + self, filename, folder=None, from_inputs=False, scenario_specific=True + ): + if folder is None: + folder = "inputs" if from_inputs else "outputs" + + path = os.path.join(folder, filename) + + if scenario_specific: + path = os.path.join(self._scenarios[self._active_scenario].path, path) + + return path + + def _load_dataframe(self, path, dtype=None, **kwargs) -> pd.DataFrame: + """ + Reads a csv file for every scenario and returns a single dataframe containing + the rows from every scenario with a column for the scenario name and index. + """ + if dtype is None: + dtype = { + "generation_project": str, + "gen_dbid": str, + "GENERATION_PROJECT": str, + } + + df_all_scenarios: List[pd.DataFrame] = [] + for i, scenario in enumerate(self._scenarios): + df = pd.read_csv( + os.path.join(scenario.path, path), + index_col=False, + # Fix: force the datatype to str for some columns to avoid warnings of mismatched types + dtype=dtype, + sep=",", + engine="c", + **kwargs, + ) + df["scenario_name"] = scenario.name + df["scenario_index"] = i + df_all_scenarios.append(df) + + return pd.concat(df_all_scenarios) + + +class GraphTools(DataHandler): + """ + This class provides utilities to make graphing easier and standardized. + An instance of this class gets passed as the first argument to any function that has the + @graph() annotation. + """ + + def __init__( + self, + scenarios: List[Scenario], + graph_dir: Optional[str] = None, + skip_long=False, + set_style=True, + ): + """ + @param scenarios list of scenarios that we should run graphing for + graph_dir directory where graphs should be saved + @param graph_dir folder where graphs should be outputed to + """ + super(GraphTools, self).__init__(scenarios) + + # Create our figure handler which handles saving figures + self._figure_handler = FigureHandler(graph_dir, scenarios) + self.skip_long = skip_long + + self.num_scenarios = len(scenarios) + + # When true our graphing function is comparing across possibly many scenarios + + # Provide link to useful libraries + self.sns = sns + self.pd = pd + self.np = np + self.plt = matplotlib + self.pn = plotnine + + if set_style: + # Set the style to Seaborn default style + sns.set() + # Don't show white outline around shapes to avoid confusion + plt.rcParams["patch.edgecolor"] = "none" + + # Disables pandas warnings that will occur since we are constantly returning only a slice of our master dataframe + pd.options.mode.chained_assignment = None + + self.transform = TransformTools(self) + self.maps = GraphMapTools(self) + + def _create_axes( + self, num_rows=1, size=(8, 5), ylabel=None, projection=None, **kwargs + ): + """ + Create a set of matplotlib axes + """ + num_columns = 1 if self._is_multi_scenario_func else self.num_scenarios + fig = GraphTools._create_figure(size=(size[0] * num_columns, size[1]), **kwargs) + ax = fig.subplots( + nrows=num_rows, + ncols=num_columns, + sharey="row", + squeeze=False, + subplot_kw=dict(projection=projection), + ) + + ax = [[ax[j][i] for j in range(num_rows)] for i in range(num_columns)] + + # Set a title to each subplot + for col, col_plots in enumerate(ax): + for row, a in enumerate(col_plots): + if num_columns > 1 and row == 0: + a.set_title(f"Scenario: {self._scenarios[col].name}") + if ylabel is not None: + if type(ylabel) == str: + a.set_ylabel(ylabel) + else: + a.set_ylabel(ylabel[row]) + + if num_rows == 1: + ax = [ax[i][0] for i in range(num_columns)] + + return fig, ax + + @staticmethod + def _create_figure(size=None, xlabel=None, ylabel=None, **kwargs): + fig = plt.figure(**kwargs) + + # Set figure size based on numbers of subplots + if size is not None: + fig.set_size_inches(size[0], size[1]) + + if xlabel is not None: + fig.text(0.5, 0.01, xlabel, ha="center") + if ylabel is not None: + fig.text(0.01, 0.5, ylabel, va="center", rotation="vertical") + + return fig + + def get_axes(self, filename=None, title=None, note=None, *args, **kwargs): + """ + Returns a set of matplotlib axes that can be used to graph. + + Internally this will handle returning a different set of axes depending on the scenario + that is active. + """ + axes = self._figure_handler.get_axes(filename) + if axes is None: + fig, axes = self._create_axes(*args, **kwargs) + self._figure_handler.add_figure(fig, axes, filename, title) + + ax = axes[self._active_scenario] + + if note is not None: + ax.text(0.5, -0.2, note, size=12, ha="center", transform=ax.transAxes) + + return ax + + def bar_label(self, filename=None): + """ + Adds labels to a barchart + """ + ax = self.get_axes(filename=filename) + for container in ax.containers: + ax.bar_label(container, fmt="%d", fontsize="x-small") + + def get_figure(self, *args, **kwargs): + # Create the figure + fig = GraphTools._create_figure(*args, **kwargs) + # Save it to the outputs + # Add the figure to the list of figures for that scenario + self._figure_handler.add_figure(fig) + # Return the figure + return fig + + def save_figure(self, fig, filename=None): + """ + Gets called directly from the code to save a plotnine figure or gets called from within get_figure() + """ + # Add the figure to the list of figures for that scenario + self._figure_handler.add_figure(fig, filename=filename) + + def pre_graphing(self, multi_scenario, name=None, title=None, note=None): + self._is_multi_scenario_func = multi_scenario + self._figure_handler.set_properties( + name, title, note, allow_multiple_figures=not self._is_multi_scenario_func + ) + + def post_graphing(self): + # Save the graphs + self._figure_handler.save_figures() + + def get_colors(self, n=None, map_name="default"): + """ + Returns an object that can be passed to color= when doing a bar plot. + @param n should be specified when using a stacked bar chart as the number of bars + @param map_name is the name of the technology mapping in use + """ + try: + tech_colors = self.get_dataframe( + filename="graph_tech_colors.csv", + from_inputs=True, + force_one_scenario=True, + ) + except: + return None + filtered_tech_colors = tech_colors[tech_colors["map_name"] == map_name] + if n is not None: + return { + r["gen_type"]: [r["color"]] * n + for _, r in filtered_tech_colors.iterrows() + } + else: + return { + r["gen_type"]: r["color"] for _, r in filtered_tech_colors.iterrows() + } + + def graph_time_matrix(self, df, value_column, ylabel): + # Add the technology type column and filter out unneeded columns + df = self.transform.gen_type(df) + # Keep only important columns + df = df[["gen_type", "timestamp", value_column]] + # Sum the values for all technology types and timepoints + df = df.groupby(["gen_type", "timestamp"], as_index=False).sum() + # Add the columns time_row and time_column + df = self.transform.timestamp(df) + # Sum across all technologies that are in the same hour and quarter + df = df.groupby( + ["hour", "gen_type", "time_column", "time_row"], as_index=False + ).mean() + self.graph_matrix(df, value_column, ylabel, "time_row", "time_column") + + def graph_scenario_matrix(self, df, value_column, ylabel): + # Add the technology type column and filter out unneeded columns + df = self.transform.gen_type(df) + # Keep only important columns + df = df[["gen_type", "timestamp", value_column, "scenario_name"]] + # Sum the values for all technology types and timepoints + df = df.groupby( + ["gen_type", "timestamp", "scenario_name"], as_index=False + ).sum() + # Add the columns time_row and time_column + df = self.transform.timestamp(df) + # Sum across all technologies that are in the same hour and scenario + df = df.groupby(["hour", "gen_type", "scenario_name"], as_index=False).mean() + # Plot curtailment + self.graph_matrix( + df, + value_column, + ylabel=ylabel, + col_specifier="scenario_name", + row_specifier=None, + ) + + def graph_matrix(self, df, value_column, ylabel, row_specifier, col_specifier): + # Change None values to a column which is all the same + df["empty_col"] = "-" + if row_specifier is None: + row_specifier = "empty_col" + if col_specifier is None: + col_specifier = "empty_col" + # Get rows + rows = df[row_specifier].drop_duplicates().sort_values() + # Count number of rows and number of columns + nrows = min(len(rows), 6) + ncols = 0 + for row in rows: + columns = df[df[row_specifier] == row][col_specifier].drop_duplicates() + ncols = max(ncols, len(columns)) + ncols = min(ncols, 8) + fig = self.get_figure( + size=(10 * ncols / nrows, 8), ylabel=ylabel, xlabel="Time of day (PST)" + ) + + ax = fig.subplots(nrows, ncols, sharey="row", sharex=False, squeeze=False) + + # Sort the technologies by standard deviation to have the smoothest ones at the bottom of the stacked area plot + df_all = df.pivot_table( + index="hour", columns="gen_type", values=value_column, aggfunc=np.sum + ) + ordered_columns = df_all.std().sort_values().index + + legend = {} + + # for each row... + for ri in range(nrows): + row = rows.iloc[ri] + df_row = df[df[row_specifier] == row] + columns = df_row[col_specifier].drop_duplicates().sort_values() + for ci in range(min(ncols, len(columns))): + column = columns.iloc[ci] + current_ax = ax[ri][ci] + # get the dispatch for that quarter + sub_df = df_row.loc[df[col_specifier] == column] + # Skip if no timepoints in quarter + if len(sub_df) == 0: + continue + # Make it into a proper dataframe + sub_df = sub_df.pivot( + index="hour", columns="gen_type", values=value_column + ) + sub_df = sub_df.reindex(columns=ordered_columns) + # # Fill hours with no data with zero so x-axis doesn't skip hours + # all_hours = tools.np.arange(0, 24, 1) + # missing_hours = all_hours[~tools.np.isin(all_hours, sub_df.index)] + # sub_df = sub_df.append(tools.pd.DataFrame(index=missing_hours)).sort_index().fillna(0) + # Get axes + + # Rename to make legend proper + sub_df = sub_df.rename_axis("Type", axis="columns") + # Plot + colors = self.get_colors() + if colors is None: + sub_df.plot.area( + ax=current_ax, + stacked=True, + xlabel=column, + ylabel=row, + xticks=[], + legend=False, + ) + else: + sub_df.plot.area( + ax=current_ax, + stacked=True, + color=colors, + xlabel=column, + ylabel=row, + xticks=[], + legend=False, + ) + # Get all the legend labels and add them to legend dictionary. + # Since it's a dictionary, duplicates are dropped + handles, labels = current_ax.get_legend_handles_labels() + for i in range(len(handles)): + legend[labels[i]] = handles[i] + # Remove space between subplot columns + fig.subplots_adjust(wspace=0) + # Add the legend + legend_pairs = legend.items() + fig.legend([h for _, h in legend_pairs], [l for l, _ in legend_pairs]) + + @staticmethod + def create_bin_labels(bins): + """Returns an array of labels representing te bins.""" + i = 1 + labels = [] + while i < len(bins): + low = bins[i - 1] + high = bins[i] + if low == float("-inf"): + labels.append(f"<{high}") + elif high == float("inf"): + labels.append(f"{low}+") + else: + labels.append(f"{low} - {high}") + i += 1 + return labels + + @staticmethod + def sort_build_years(x): + def val(v): + r = v if v != "Pre-existing" else "000" + return r + + xm = x.map(val) + return xm + + +def graph_scenarios( + scenarios: List[Scenario], + graph_dir, + overwrite=False, + module_names=None, + figures=None, + **kwargs, +): + # If directory already exists, verify we should overwrite its contents + if os.path.exists(graph_dir): + if not overwrite and not query_yes_no( + f"Folder '{graph_dir}' already exists. Some graphs may be overwritten. Continue?" + ): + return + # Otherwise create the directory + else: + os.mkdir(graph_dir) + + # Start a timer + timer = StepTimer() + + # If no module name specified we get them from modules.txt + if module_names is None: + module_names = read_modules(scenarios) + + # Import the modules + for module_name in module_names: + try: + importlib.import_module(module_name) + except ModuleNotFoundError: + warnings.warn( + f"Failed to load {module_name}. Graphs in this module will not be created." + ) + + # Initialize the graphing tool + graph_tools = GraphTools(scenarios=scenarios, graph_dir=graph_dir, **kwargs) + + # Loop through every graphing module + print(f"Graphing modules:") + if figures is None: + for graph_func in registered_graphs.values(): + run_graph_func(graph_tools, graph_func) + else: + for figure in figures: + try: + func = registered_graphs[figure] + except KeyError: + raise Exception( + f"{figures} not found in list of registered graphs. " + f"Make sure your graphing function is in a module." + ) + run_graph_func(graph_tools, func) + + print(f"\nTook {timer.step_time_as_str()} to generate all graphs.") + + +def run_graph_func(tools, func): + """Runs the graphing function""" + print(f"{func.name}", end=", ", flush=True) + tools.pre_graphing(func.multi_scenario, func.name, func.title, func.note) + if func.multi_scenario: + func(tools) + else: + # For each scenario + for i, scenario in enumerate(tools.scenarios): + # Set the active scenario index so that other functions behave properly + tools._active_scenario = i + # Call the graphing function + func(tools) + # Reset to 0 like it was before + tools._active_scenario = 0 + + tools.post_graphing() + + +def read_modules(scenarios): + """Reads all the modules found in modules.txt""" + + def read_modules_txt(scenario): + """Returns a sorted list of all the modules in a run folder (by reading modules.txt)""" + with scenario: + module_list = get_module_list(include_solve_module=False) + return np.sort(module_list) + + # Split compare_dirs into a base and a list of others + scenario_base, other_scenarios = scenarios[0], scenarios[1:] + module_names = read_modules_txt(scenario_base) + + # Check that all the compare_dirs have equivalent modules.txt + for scenario in other_scenarios: + scenario_module_names = read_modules_txt(scenario) + if not np.array_equal(module_names, scenario_module_names): + warnings.warn( + f"modules.txt is not equivalent between {scenario_base.name} (len={len(module_names)}) and " + f"{scenario.name} (len={len(scenario_module_names)}). " + f"We will use the modules.txt in {scenario_base.name} however this may result " + f"in missing graphs and/or errors." + ) + + return module_names diff --git a/switch_model/tools/graph/maps.py b/switch_model/tools/graph/maps.py new file mode 100644 index 000000000..d5299a5cf --- /dev/null +++ b/switch_model/tools/graph/maps.py @@ -0,0 +1,438 @@ +""" +Helper code to create maps of the WECC +""" + +import numpy as np +import warnings + + +class GraphMapTools: + def __init__(self, graph_tools): + """ + graph_tools is a reference to the parent tools object + """ + self._tools = graph_tools + self._loaded_dependencies = False + self._center_points = None + self._wecc_lz = None + self._shapely = None + self._geopandas = None + self._cartopy = None + self._projection = None + + @staticmethod + def can_make_maps(): + try: + import geopandas + import shapely + import cartopy + except ModuleNotFoundError: + warnings.warn( + "Packages geopandas, shapely or cartopy are missing, no maps will be created. " + "If on Windows make sure you install them through conda." + ) + return False + return True + + def get_projection(self): + self._load_maps() + return self._projection + + def _load_maps(self): + """ + Loads all the mapping files and dependencies needed for mapping. + """ + if self._loaded_dependencies: + return self._wecc_lz, self._center_points + + try: + import geopandas + import shapely + import cartopy + except ModuleNotFoundError: + raise Exception( + "Could not find package geopandas, shapely or cartopy. " + "If on Windows make sure you install them through conda." + ) + + self._shapely = shapely + self._cartopy = cartopy + self._geopandas = geopandas + self._projection = cartopy.crs.PlateCarree() + + # Read shape files + try: + self._wecc_lz = geopandas.read_file( + self._tools.get_file_path("maps/wecc_lz_4326.geojson", from_inputs=True) + ) + self._center_points = geopandas.read_file( + self._tools.get_file_path( + "maps/wecc_centroids_4326_3.geojson", from_inputs=True + ), + crs="epsg:4326", + ) + except FileNotFoundError: + raise Exception( + "Can't create maps, files are missing. Try running switch get_inputs." + ) + + self._wecc_lz = self._wecc_lz.rename({"LOAD_AREA": "gen_load_zone"}, axis=1) + self._center_points = self._center_points.rename( + {"LOAD_AREA": "gen_load_zone"}, axis=1 + ) + self._center_points = self._center_points[["gen_load_zone", "geometry"]] + + self._loaded_dependencies = True + return self._wecc_lz, self._center_points + + def draw_base_map(self, ax=None): + wecc_lz, center_points = self._load_maps() + + if ax is None: + ax = self._tools.get_axes(projection=self._projection) + + # We check that the axes are cartopy Axes. Otherwise .set_global() and .set_extent() + # will not be defined. + # Note we first need to check that self._cartopy.mpl exists since it starts out + # uninitialized. + if (not hasattr(self._cartopy, "mpl")) or type( + ax + ) != self._cartopy.mpl.geoaxes.GeoAxesSubplot: + raise Exception( + "Axes need to be create with 'projection=tools.maps.get_projection()'" + ) + + map_colors = { + "ocean": "lightblue", + "land": "whitesmoke", + } # Based on colors used in PyPSA + resolution = "50m" + ax.set_global() # Apply projection to features added + # Area of interest for WECC + ax.set_extent([-124, -102.5, 30.5, 51.5]) + + # Add land and ocean to map + ax.add_feature( + self._cartopy.feature.LAND.with_scale(resolution), + facecolor=map_colors["land"], + ) + # ax.add_feature( + # self._cartopy.feature.OCEAN.with_scale(resolution), facecolor=map_colors["ocean"] + # ) + + # Remove outer border + ax.spines["geo"].set_visible(False) + + # Add load zone borders + ax.add_geometries( + wecc_lz.geometry, + crs=self._projection, + facecolor="whitesmoke", + edgecolor="dimgray", + linewidth=0.25, + linestyle="--", + # alpha=0.5, + ) + + # Add state borders + ax.add_feature( + self._cartopy.feature.STATES, linewidth=0.25, edgecolor="dimgray" + ) + + # Add international borders + ax.add_feature( + self._cartopy.feature.BORDERS.with_scale(resolution), + linewidth=0.25, + edgecolor="dimgray", + ) + + return ax + + def _pie_plot(self, x, y, ratios, colors, size, ax): + # REFERENC: https://tinyurl.com/app/myurls + # determine arches + start = 0.0 + xy = [] + s = [] + for ratio in ratios: + x0 = [0] + np.cos( + np.linspace(2 * np.pi * start, 2 * np.pi * (start + ratio), 30) + ).tolist() # 30 + y0 = [0] + np.sin( + np.linspace(2 * np.pi * start, 2 * np.pi * (start + ratio), 30) + ).tolist() # 30 + + xy1 = np.column_stack([x0, y0]) + s1 = np.abs(xy1).max() + + xy.append(xy1) + s.append(s1) + start += ratio + + for xyi, si, c in zip(xy, s, colors): + ax.scatter( + [x], + [y], + marker=xyi, + s=size * si**2, + c=c, + edgecolor="dimgray", + transform=self._projection, + zorder=10, + linewidth=0.25, + ) + + def graph_pie_chart( + self, + df, + bins=(0, 10, 30, 60, float("inf")), + sizes=(100, 200, 300, 400), + ax=None, + title="Power Capacity (GW)", + legend=True, + ): + """ + Graphs the data from the dataframe to a map pie chart. + The dataframe should have 3 columns, gen_load_zone, gen_type and value. + """ + _, center_points = self._load_maps() + + if ax is None: + ax = self.draw_base_map() + df = df.merge(center_points, on="gen_load_zone") + + assert not df["gen_type"].isnull().values.any() + colors = self._tools.get_colors() + lz_values = df.groupby("gen_load_zone")[["value"]].sum() + if (lz_values["value"] == 0).any(): + raise NotImplementedError( + "Can't plot when some load zones have total value of 0" + ) + lz_values["size"] = self._tools.pd.cut(lz_values.value, bins=bins, labels=sizes) + if lz_values["size"].isnull().values.any(): + lz_values["size"] = 150 + warnings.warn( + "Not using variable pie chart size since values were out of bounds during cutting" + ) + for index, group in df.groupby("gen_load_zone"): + x, y = group["geometry"].iloc[0].x, group["geometry"].iloc[0].y + group_sum = group.groupby("gen_type")["value"].sum().sort_values() + group_sum = group_sum[group_sum != 0].copy() + + tech_color = [colors[tech] for tech in group_sum.index.values] + total_size = lz_values.loc[index]["size"] + ratios = (group_sum / group_sum.sum()).values + self._pie_plot(x, y, ratios, tech_color, total_size, ax) + + if legend: + legend_points = [] + for size, label in zip(sizes, self._tools.create_bin_labels(bins)): + legend_points.append( + ax.scatter([], [], c="k", alpha=0.5, s=size, label=str(label)) + ) + legend = ax.legend( + handles=legend_points, + title=title, + labelspacing=0.75, + bbox_to_anchor=(1, 0), + framealpha=0, + loc="lower left", + fontsize="small", + title_fontsize="small", + ) + ax.add_artist( + legend + ) # Required, see : https://matplotlib.org/stable/tutorials/intermediate/legend_guide.html#multiple-legends-on-the-same-axes + + legend_points = [] + for tech in df["gen_type"].unique(): + legend_points.append( + ax.scatter([], [], c=colors[tech], marker="s", label=tech) + ) + + legend = ax.legend( + handles=legend_points, + ncol=5, + loc="upper left", + bbox_to_anchor=(0, 0), + # framealpha=0, + fontsize="small", + title_fontsize="small", + labelspacing=0.3, + ) + ax.add_artist(legend) + + return ax + + def graph_duration( + self, + df, + bins=(0, 4, 6, 8, 10, float("inf")), + ax=None, + title="Storage duration (h)", + **kwargs + ): + return self.graph_points(df, bins=bins, ax=ax, title=title, **kwargs) + + def graph_points( + self, df, bins, cmap="RdPu", ax=None, size=30, title=None, legend=True + ): + """ + Graphs the data from the dataframe to a points on each cell. + The dataframe should have 2 columns, gen_load_zone and value. + """ + _, center_points = self._load_maps() + + if type(cmap) == str: + cmap = self._tools.plt.pyplot.get_cmap(cmap) + + if ax is None: + ax = self.draw_base_map() + df = df.merge(center_points, on="gen_load_zone", validate="one_to_one") + n = len(bins) + colors = [cmap(x / (n - 2)) for x in range(n - 1)] + df["color"] = self._tools.pd.cut(df.value, bins=bins, labels=colors) + if "size" not in df.columns: + df["size"] = size + for i, row in df.iterrows(): + x, y = row["geometry"].x, row["geometry"].y + ax.scatter( + x, + y, + s=row["size"], + color=row["color"], + transform=self._projection, + zorder=10, + linewidth=0.5, + edgecolor="dimgray", + ) + legend_handles = [ + self._tools.plt.lines.Line2D( + [], + [], + color=c, + marker=".", + markersize=7.5, + label=l, + linestyle="None", + markeredgewidth=0.5, + markeredgecolor="dimgray", + ) + for c, l in zip(colors, self._tools.create_bin_labels(bins)) + ] + if legend: + legend = ax.legend( + title=title, + handles=legend_handles, + bbox_to_anchor=(1, 1), + loc="upper left", + framealpha=0, + fontsize="small", + title_fontsize="small", + # labelspacing=1 + ) + ax.add_artist( + legend + ) # Required, see : https://matplotlib.org/stable/tutorials/intermediate/legend_guide.html#multiple-legends-on-the-same-axes + return legend_handles + + def graph_transmission_capacity( + self, df, bins=(0, 1, 5, 10, float("inf")), title="Tx Capacity (GW)", **kwargs + ): + self.graph_lines(df, bins=bins, title=title, **kwargs) + + def graph_load_zone_colors(self, colors, ax): + _, center_points = self._load_maps() + + if ax is None: + ax = self.draw_base_map() + + for _, lz in self._wecc_lz.iterrows(): + # Add load zone borders + ax.add_geometries( + lz.geometry, + crs=self._projection, + facecolor=colors.loc[lz.gen_load_zone], + edgecolor="dimgray", + linewidth=0.25, + linestyle="--", + # alpha=0.8, + ) + + def graph_lines( + self, + df, + bins, + ax=None, + legend=True, + widths=(0.25, 0.5, 1, 1.5), + color="red", + bbox_to_anchor=(1, 0.3), + title=None, + ): + """ + Graphs the data frame a dataframe onto a map. + The dataframe should have 4 columns: + - from: the load zone where we're starting from + - to: the load zone where we're going to + - value: the value to plot + """ + if ax is None: + ax = self.draw_base_map() + _, center_points = self._load_maps() + + # Merge duplicate rows if table was unidirectional + df[["from", "to"]] = df[["from", "to"]].apply( + sorted, axis=1, result_type="expand" + ) + df = df.groupby(["from", "to"], as_index=False)["value"].sum() + + df = df.merge( + center_points.add_prefix("from_"), + left_on="from", + right_on="from_gen_load_zone", + ).merge( + center_points.add_prefix("to_"), left_on="to", right_on="to_gen_load_zone" + )[ + ["from_geometry", "to_geometry", "value"] + ] + + def make_line(r): + return self._shapely.geometry.LineString( + [r["from_geometry"], r["to_geometry"]] + ) + + df["geometry"] = df.apply(make_line, axis=1) + df = df[df.value != 0] # Drop lines with no thickness + # Cast to GeoDataFrame + df = self._geopandas.GeoDataFrame( + df[["geometry", "value"]], geometry="geometry" + ) + df["width"] = self._tools.pd.cut(df.value, bins=bins, labels=widths) + if df["width"].isnull().values.any(): + df["width"] = 0.5 + warnings.warn( + "Not using variable widths for tx lines since values were out of bounds during binning" + ) + df.plot(ax=ax, legend=legend, lw=df["width"], color=color) + + if legend: + legend_points = [] + for width, label in zip(widths, self._tools.create_bin_labels(bins)): + legend_points.append( + ax.plot([], [], c=color, lw=width, label=str(label))[0] + ) + legend = ax.legend( + handles=legend_points, + title=title, + bbox_to_anchor=bbox_to_anchor, + framealpha=0, + loc="center left", + fontsize="small", + title_fontsize="small", + ) + ax.add_artist( + legend + ) # Required, see : https://matplotlib.org/stable/tutorials/intermediate/legend_guide.html#multiple-legends-on-the-same-axes + + return ax diff --git a/switch_model/tools/new.py b/switch_model/tools/new.py new file mode 100644 index 000000000..8eccc2521 --- /dev/null +++ b/switch_model/tools/new.py @@ -0,0 +1,49 @@ +""" +Script that prepares a folder to be used by switch. + +This script: +- Creates a template config.yaml file in the repository. +""" +import shutil +import os +import argparse +from switch_model.utilities import query_yes_no + + +def copy_template_to_workdir(template_name): + dest = os.path.join(os.getcwd(), template_name) + + if os.path.exists(dest) and not query_yes_no( + f"{template_name} already exists. Do you want to reset it?" + ): + return + + shutil.copyfile( + os.path.join(os.path.dirname(__file__), f"templates/{template_name}"), dest + ) + + +def create_run_config(): + copy_template_to_workdir("config.yaml") + print("IMPORTANT: Edit config.yaml to specify your options.") + + +def create_sampling_config(): + copy_template_to_workdir("sampling.yaml") + print("IMPORTANT: Edit sampling.yaml to specify your options.") + + +def main(): + parser = argparse.ArgumentParser( + description="Tool to setup either a new scenario folder or a new sampling config." + ) + parser.add_argument( + "type", + choices=["scenario", "sampling_config"], + help="Pick between setting up a new scenario folder or a sampling strategy.", + ) + args = parser.parse_args() + if args.type == "scenario": + create_run_config() + elif args.type == "sampling_config": + create_sampling_config() diff --git a/switch_model/tools/templates/config.yaml b/switch_model/tools/templates/config.yaml new file mode 100644 index 000000000..fea534248 --- /dev/null +++ b/switch_model/tools/templates/config.yaml @@ -0,0 +1,72 @@ +# This is a template for configuration file used by switch +# This is a test for the configuration file for the get_inputs +# For connecting to the database we need add the .env file where we place the environment +# variables for your own computer +--- + +# ------------------ +# General config +# ------------------ +version: 3.0 +inputs_dir: inputs + +# -------------------------------- +# Config used by switch get_inputs +# -------------------------------- +get_inputs: + # Database information + schema: switch + + # Scenario configuration + scenario_id: 176 + # the following parameters are optional and will override the defaults for that scenario + # this should only be used for preliminary exploration of scenarios or for testing + # if a scenario is part of research, it should be included in the database as a row in the scenarios table. + # + # -1 is equivalent to null + # study_timeframe_id: + # time_sample_id: + # demand_scenario_id: + # fuel_simple_price_scenario_id: + # generation_plant_scenario_id: + # generation_plant_cost_scenario_id: + # generation_plant_existing_and_planned_scenario_id: + # hydro_simple_scenario_id: + # carbon_cap_scenario_id: + # supply_curves_scenario_id: + # regional_fuel_market_scenario_id: + # rps_scenario_id: + # enable_dr: + # enable_ev: + # transmission_base_capital_cost_scenario_id: + # ca_policies_scenario_id: + # enable_planning_reserves: + # generation_plant_technologies_scenario_id: + # variable_o_m_cost_scenario_id: + # wind_to_solar_ratio: +post_process_steps: # The following post process steps will be run in order +# - add_storage # Used by Martin when studying LDES, likely shouldn't uncomment this line +# - aggregate_candidate_projects + - replace_plants_in_zone_all + - create_graph_files +# - energy_cost + - fix_prebuild_conflict +# - derate_hydro +# - only_california +# - reserve_technologies +post_process_config: +# add_storage was used by Martin when studying LDES you likely don't need to uncomment these parameters +# add_storage: +# costs_scenario: 0 +# plants_scenario: 0 +# constant_scenario: 0 +# minimums_scenario: 0 + +# When the following lines are uncommented all the Central_PV and Wind projects within the same load zone gets +# aggregated into a single project. This helps reduce the model complexity. +# cf_quantile is the percentile for the capacity factor to use. 1 will use the largest capacity factor +# of all the available candidate plants, 0.5 will use the median plant and 0 will use the worst plant. +# aggregate_candidate_projects: +# agg_techs: ["Central_PV"] +# cf_method: "file" # Other options are "weighted_mean" and "95_quantile" +# derate_hydro: 0.75 # Amount to de-rate the hydro by. diff --git a/switch_model/tools/templates/sampling.yaml b/switch_model/tools/templates/sampling.yaml new file mode 100644 index 000000000..d58de351f --- /dev/null +++ b/switch_model/tools/templates/sampling.yaml @@ -0,0 +1,45 @@ +# This is the test configuration file for the Sampling script +# We are moving away from a CLI approach to a configuration-file oriented +# +# Configuration of the sampling strategy +#------------------------ +# Sampling configuration +#------------------------ +# TODO make template more appropriate (don't hardcode specific values) +study_timeframe: + id: 10 + name: Testing + description: > + This is a test study timeframe id and example of how we can add multiple lines of text + to support the description of this document + +periods: + start_year: 2016 + end_year: 2055 + length: 10 + +sampling: + id: 9 # Add description to this ID + name: Peak and median + description: > + Template sampling config. + method: peak_median # Another option is year_round + # Only specify when using the year_round + year_round: + # Time delta between timepoints. + # Must be a divisor or 24. + # Therefore options are 1, 2, 3, 4, 6, 8, 12 + # Specifying 1 gives an 8760 run. + hours_per_tp: 4 + # Hour of the first timepoint (UTC). + # Must be less than hours_per_tp. Recommended is 0. + first_hour: 0 + # Decide if you should skip the first day. 1 for true, 0 for false. + # If true, it becomes a 364-day sampling. + # This is useful since some data may be missing for day 1 due to time zone conversions. + skip_day_one: 1 + # Only include when using the peak_median method + peak_median: + number_tps: 6 # Number of timepoints in a timeseries + # Load scenario to use to find peak and median days + demand_scenario_id: 115 diff --git a/switch_model/transmission/local_td.py b/switch_model/transmission/local_td.py index 26e451e8d..956fea634 100644 --- a/switch_model/transmission/local_td.py +++ b/switch_model/transmission/local_td.py @@ -8,14 +8,33 @@ distribution pathway that incurs distribution losses. Distributed Energy Resources (DER) impact the energy balance at the distribution node, avoiding losses from the distribution network. + +INPUT FILE FORMAT + Import local transmission & distribution data. The following files + are expected in the input directory. Both files will + contain additional columns that are used by the load_zones module + and transmission.transport.build module. + + load_zones.csv + load_zone, existing_local_td, local_td_annual_cost_per_mw + + trans_params.csv + distribution_loss_rate + + If distribution_loss_rate is not specified, or if trans_params.csv doesn't + exist, mod.distribution_loss_rate will default to 0.053. """ from __future__ import division import os from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials' +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", +) + def define_dynamic_lists(mod): """ @@ -119,60 +138,64 @@ def define_components(mod): """ # Local T&D - mod.existing_local_td = Param(mod.LOAD_ZONES, within=NonNegativeReals) - mod.min_data_check('existing_local_td') + mod.existing_local_td = Param( + mod.LOAD_ZONES, within=NonNegativeReals, input_file="load_zones.csv" + ) + mod.min_data_check("existing_local_td") - mod.BuildLocalTD = Var( - mod.LOAD_ZONES, mod.PERIODS, - within=NonNegativeReals) + mod.BuildLocalTD = Var(mod.LOAD_ZONES, mod.PERIODS, within=NonNegativeReals) mod.LocalTDCapacity = Expression( - mod.LOAD_ZONES, mod.PERIODS, - rule=lambda m, z, period: - m.existing_local_td[z] - + sum( - m.BuildLocalTD[z, bld_yr] - for bld_yr in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[period] - ) + mod.LOAD_ZONES, + mod.PERIODS, + rule=lambda m, z, period: m.existing_local_td[z] + + sum( + m.BuildLocalTD[z, bld_yr] + for bld_yr in m.CURRENT_AND_PRIOR_PERIODS_FOR_PERIOD[period] + ), ) - mod.distribution_loss_rate = Param(default=0.053) + mod.distribution_loss_rate = Param(default=0.053, input_file="trans_params.csv") mod.Meet_Local_TD = Constraint( mod.EXTERNAL_COINCIDENT_PEAK_DEMAND_ZONE_PERIODS, - rule=lambda m, z, period: - m.LocalTDCapacity[z, period] * (1-m.distribution_loss_rate) - >= - m.zone_expected_coincident_peak_demand[z, period] + rule=lambda m, z, period: m.LocalTDCapacity[z, period] + * (1 - m.distribution_loss_rate) + >= m.zone_expected_coincident_peak_demand[z, period], ) mod.local_td_annual_cost_per_mw = Param( - mod.LOAD_ZONES, - within=NonNegativeReals) - mod.min_data_check('local_td_annual_cost_per_mw') + mod.LOAD_ZONES, within=NonNegativeReals, input_file="load_zones.csv" + ) + mod.min_data_check("local_td_annual_cost_per_mw") mod.LocalTDFixedCosts = Expression( mod.PERIODS, doc="Summarize annual local T&D costs for the objective function.", rule=lambda m, p: sum( m.LocalTDCapacity[z, p] * m.local_td_annual_cost_per_mw[z] - for z in m.LOAD_ZONES)) - mod.Cost_Components_Per_Period.append('LocalTDFixedCosts') - + for z in m.LOAD_ZONES + ), + ) + mod.Cost_Components_Per_Period.append("LocalTDFixedCosts") # DISTRIBUTED NODE mod.WithdrawFromCentralGrid = Var( mod.ZONE_TIMEPOINTS, within=NonNegativeReals, - doc="Power withdrawn from a zone's central node sent over local T&D.") + doc="Power withdrawn from a zone's central node sent over local T&D.", + ) mod.Enforce_Local_TD_Capacity_Limit = Constraint( mod.ZONE_TIMEPOINTS, - rule=lambda m, z, t: - m.WithdrawFromCentralGrid[z,t] <= m.LocalTDCapacity[z,m.tp_period[t]]) + rule=lambda m, z, t: m.WithdrawFromCentralGrid[z, t] + <= m.LocalTDCapacity[z, m.tp_period[t]], + ) mod.InjectIntoDistributedGrid = Expression( mod.ZONE_TIMEPOINTS, doc="Describes WithdrawFromCentralGrid after line losses.", - rule=lambda m, z, t: m.WithdrawFromCentralGrid[z,t] * (1-m.distribution_loss_rate)) + rule=lambda m, z, t: m.WithdrawFromCentralGrid[z, t] + * (1 - m.distribution_loss_rate), + ) # Register energy injections & withdrawals - mod.Zone_Power_Withdrawals.append('WithdrawFromCentralGrid') - mod.Distributed_Power_Injections.append('InjectIntoDistributedGrid') + mod.Zone_Power_Withdrawals.append("WithdrawFromCentralGrid") + mod.Distributed_Power_Injections.append("InjectIntoDistributedGrid") def define_dynamic_components(mod): @@ -196,24 +219,10 @@ def define_dynamic_components(mod): sum( getattr(m, component)[z, t] for component in m.Distributed_Power_Injections - ) == sum( + ) + == sum( getattr(m, component)[z, t] - for component in m.Distributed_Power_Withdrawals))) - - -def load_inputs(mod, switch_data, inputs_dir): - """ - - Import local transmission & distribution data. The following files - are expected in the input directory. load_zones.csv will - contain additional columns that are used by the load_zones module. - - load_zones.csv - load_zone, existing_local_td, local_td_annual_cost_per_mw - - """ - - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'load_zones.csv'), - auto_select=True, - param=(mod.existing_local_td, mod.local_td_annual_cost_per_mw)) + for component in m.Distributed_Power_Withdrawals + ) + ), + ) diff --git a/switch_model/transmission/transport/__init__.py b/switch_model/transmission/transport/__init__.py index 4b66b6fa6..c62ef0aa6 100644 --- a/switch_model/transmission/transport/__init__.py +++ b/switch_model/transmission/transport/__init__.py @@ -9,5 +9,6 @@ """ core_modules = [ - 'switch_model.transmission.transport.build', - 'switch_model.transmission.transport.dispatch'] + "switch_model.transmission.transport.build", + "switch_model.transmission.transport.dispatch", +] diff --git a/switch_model/transmission/transport/build.py b/switch_model/transmission/transport/build.py index 11e20adb6..417242d79 100644 --- a/switch_model/transmission/transport/build.py +++ b/switch_model/transmission/transport/build.py @@ -3,15 +3,42 @@ """ Defines transmission build-outs. + +INPUT FILE FORMAT + Import data related to transmission builds. The following files are + expected in the input directory: + + transmission_lines.csv + TRANSMISSION_LINE, trans_lz1, trans_lz2, trans_length_km, + trans_efficiency, existing_trans_cap, trans_dbid, + trans_derating_factor, trans_terrain_multiplier, + trans_new_build_allowed + The last 4 columns of transmission_lines.csv are optional. If the + columns are missing or if cells contain a dot (.), those parameters + will be set to default values as described in documentation. + + Note that in the next file, parameter names are written on the first + row (as usual), and the single value for each parameter is written in + the second row. + + trans_params.csv + trans_capital_cost_per_mw_km, trans_lifetime_yrs, + trans_fixed_om_fraction """ import os from pyomo.environ import * from switch_model.financials import capital_recovery_factor as crf import pandas as pd +from switch_model.reporting import write_table +from switch_model.tools.graph import graph + +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", +) -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials' def define_components(mod): """ @@ -172,59 +199,99 @@ def define_components(mod): """ - mod.TRANSMISSION_LINES = Set() - mod.trans_lz1 = Param(mod.TRANSMISSION_LINES, within=mod.LOAD_ZONES) - mod.trans_lz2 = Param(mod.TRANSMISSION_LINES, within=mod.LOAD_ZONES) + mod.TRANSMISSION_LINES = Set(dimen=1, input_file="transmission_lines.csv") + mod.trans_lz1 = Param( + mod.TRANSMISSION_LINES, + within=mod.LOAD_ZONES, + input_file="transmission_lines.csv", + ) + mod.trans_lz2 = Param( + mod.TRANSMISSION_LINES, + within=mod.LOAD_ZONES, + input_file="transmission_lines.csv", + ) # we don't do a min_data_check for TRANSMISSION_LINES, because it may be empty for model # configurations that are sometimes run with interzonal transmission and sometimes not # (e.g., island interconnect scenarios). However, presence of this column will still be # checked by load_data_aug. - mod.min_data_check('trans_lz1', 'trans_lz2') - mod.trans_dbid = Param(mod.TRANSMISSION_LINES, default=lambda m, tx: tx) - mod.trans_length_km = Param(mod.TRANSMISSION_LINES, within=NonNegativeReals) + mod.min_data_check("trans_lz1", "trans_lz2") + mod.trans_dbid = Param( + mod.TRANSMISSION_LINES, + default=lambda m, tx: tx, + within=Any, + input_file="transmission_lines.csv", + ) + mod.trans_length_km = Param( + mod.TRANSMISSION_LINES, + within=NonNegativeReals, + input_file="transmission_lines.csv", + ) mod.trans_efficiency = Param( mod.TRANSMISSION_LINES, - within=PercentFraction) + within=PercentFraction, + input_file="transmission_lines.csv", + ) mod.existing_trans_cap = Param( mod.TRANSMISSION_LINES, - within=NonNegativeReals) - mod.min_data_check( - 'trans_length_km', 'trans_efficiency', 'existing_trans_cap') + within=NonNegativeReals, + input_file="transmission_lines.csv", + ) + mod.min_data_check("trans_length_km", "trans_efficiency", "existing_trans_cap") mod.trans_new_build_allowed = Param( - mod.TRANSMISSION_LINES, within=Boolean, default=True) + mod.TRANSMISSION_LINES, + within=Boolean, + default=True, + input_file="transmission_lines.csv", + ) + mod.trans_capital_cost_per_mw_km = Param( + within=NonNegativeReals, default=1000, input_file="trans_params.csv" + ) mod.TRANS_BLD_YRS = Set( dimen=2, initialize=mod.TRANSMISSION_LINES * mod.PERIODS, - filter=lambda m, tx, p: m.trans_new_build_allowed[tx]) + filter=lambda m, tx, p: m.trans_new_build_allowed[tx] + and m.trans_capital_cost_per_mw_km != float("inf"), + ) mod.BuildTx = Var(mod.TRANS_BLD_YRS, within=NonNegativeReals) - mod.TxCapacityNameplate = Expression( - mod.TRANSMISSION_LINES, mod.PERIODS, + mod.NewTxCapacity = Expression( + mod.TRANSMISSION_LINES, + mod.PERIODS, rule=lambda m, tx, period: sum( m.BuildTx[tx, bld_yr] for bld_yr in m.PERIODS if bld_yr <= period and (tx, bld_yr) in m.TRANS_BLD_YRS - ) + m.existing_trans_cap[tx]) + ), + ) + mod.TxCapacityNameplate = Expression( + mod.TRANSMISSION_LINES, + mod.PERIODS, + rule=lambda m, tx, p: m.NewTxCapacity[tx, p] + m.existing_trans_cap[tx], + ) mod.trans_derating_factor = Param( mod.TRANSMISSION_LINES, within=PercentFraction, - default=1) + default=1, + input_file="transmission_lines.csv", + ) mod.TxCapacityNameplateAvailable = Expression( - mod.TRANSMISSION_LINES, mod.PERIODS, + mod.TRANSMISSION_LINES, + mod.PERIODS, rule=lambda m, tx, period: ( - m.TxCapacityNameplate[tx, period] * m.trans_derating_factor[tx])) + m.TxCapacityNameplate[tx, period] * m.trans_derating_factor[tx] + ), + ) mod.trans_terrain_multiplier = Param( mod.TRANSMISSION_LINES, within=NonNegativeReals, - default=1) - mod.trans_capital_cost_per_mw_km = Param( - within=NonNegativeReals, - default=1000) + default=1, + input_file="transmission_lines.csv", + ) mod.trans_lifetime_yrs = Param( - within=NonNegativeReals, - default=20) + within=NonNegativeReals, default=20, input_file="trans_params.csv" + ) mod.trans_fixed_om_fraction = Param( - within=NonNegativeReals, - default=0.03) + within=NonNegativeReals, default=0.03, input_file="trans_params.csv" + ) # Total annual fixed costs for building new transmission lines... # Multiply capital costs by capital recover factor to get annual # payments. Add annual fixed O&M that are expressed as a fraction of @@ -233,21 +300,28 @@ def define_components(mod): mod.TRANSMISSION_LINES, within=NonNegativeReals, initialize=lambda m, tx: ( - m.trans_capital_cost_per_mw_km * m.trans_terrain_multiplier[tx] * - m.trans_length_km[tx] * (crf(m.interest_rate, m.trans_lifetime_yrs) + - m.trans_fixed_om_fraction))) + m.trans_capital_cost_per_mw_km + * m.trans_terrain_multiplier[tx] + * m.trans_length_km[tx] + * (crf(m.interest_rate, m.trans_lifetime_yrs) + m.trans_fixed_om_fraction) + ), + ) # An expression to summarize annual costs for the objective # function. Units should be total annual future costs in $base_year # real dollars. The objective function will convert these to # base_year Net Present Value in $base_year real dollars. + mod.TxLineCosts = Expression( + mod.TRANSMISSION_LINES, + mod.PERIODS, + rule=lambda m, tx, p: m.NewTxCapacity[tx, p] * m.trans_cost_annual[tx] + if (tx, p) in m.TRANS_BLD_YRS + else 0, + ) mod.TxFixedCosts = Expression( mod.PERIODS, - rule=lambda m, p: sum( - m.TxCapacityNameplate[tx, p] * m.trans_cost_annual[tx] - for tx in m.TRANSMISSION_LINES - ) + rule=lambda m, p: sum(m.TxLineCosts[tx, p] for tx in m.TRANSMISSION_LINES), ) - mod.Cost_Components_Per_Period.append('TxFixedCosts') + mod.Cost_Components_Per_Period.append("TxFixedCosts") def init_DIRECTIONAL_TX(model): tx_dir = set() @@ -255,99 +329,127 @@ def init_DIRECTIONAL_TX(model): tx_dir.add((model.trans_lz1[tx], model.trans_lz2[tx])) tx_dir.add((model.trans_lz2[tx], model.trans_lz1[tx])) return tx_dir - mod.DIRECTIONAL_TX = Set( - dimen=2, - initialize=init_DIRECTIONAL_TX) + + mod.DIRECTIONAL_TX = Set(dimen=2, initialize=init_DIRECTIONAL_TX) mod.TX_CONNECTIONS_TO_ZONE = Set( mod.LOAD_ZONES, + ordered=False, initialize=lambda m, lz: set( - z for z in m.LOAD_ZONES if (z,lz) in m.DIRECTIONAL_TX)) + z for z in m.LOAD_ZONES if (z, lz) in m.DIRECTIONAL_TX + ), + ) def init_trans_d_line(m, zone_from, zone_to): for tx in m.TRANSMISSION_LINES: - if((m.trans_lz1[tx] == zone_from and m.trans_lz2[tx] == zone_to) or - (m.trans_lz2[tx] == zone_from and m.trans_lz1[tx] == zone_to)): + if (m.trans_lz1[tx] == zone_from and m.trans_lz2[tx] == zone_to) or ( + m.trans_lz2[tx] == zone_from and m.trans_lz1[tx] == zone_to + ): return tx - mod.trans_d_line = Param( - mod.DIRECTIONAL_TX, - within=mod.TRANSMISSION_LINES, - initialize=init_trans_d_line) - - -def load_inputs(mod, switch_data, inputs_dir): - """ - - Import data related to transmission builds. The following files are - expected in the input directory: - - transmission_lines.csv - TRANSMISSION_LINE, trans_lz1, trans_lz2, trans_length_km, - trans_efficiency, existing_trans_cap, trans_dbid, - trans_derating_factor, trans_terrain_multiplier, - trans_new_build_allowed - The last 4 columns of transmission_lines.csv are optional. If the - columns are missing or if cells contain a dot (.), those parameters - will be set to default values as described in documentation. - Note that in the next file, parameter names are written on the first - row (as usual), and the single value for each parameter is written in - the second row. The distribution_loss_rate parameter is read by the - local_td module (if used). - - trans_params.csv - trans_capital_cost_per_mw_km, trans_lifetime_yrs, - trans_fixed_om_fraction, distribution_loss_rate - """ - - # TODO: send issue / pull request to Pyomo to allow .csv files with - # no rows after header (fix bugs in pyomo.core.plugins.data.text) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'transmission_lines.csv'), - select=( - 'TRANSMISSION_LINE', 'trans_lz1', 'trans_lz2', - 'trans_length_km', 'trans_efficiency', 'existing_trans_cap', - 'trans_dbid', 'trans_derating_factor', - 'trans_terrain_multiplier', 'trans_new_build_allowed' - ), - index=mod.TRANSMISSION_LINES, - optional_params=( - 'trans_dbid', 'trans_derating_factor', - 'trans_terrain_multiplier', 'trans_new_build_allowed' - ), - param=( - mod.trans_lz1, mod.trans_lz2, - mod.trans_length_km, mod.trans_efficiency, mod.existing_trans_cap, - mod.trans_dbid, mod.trans_derating_factor, - mod.trans_terrain_multiplier, mod.trans_new_build_allowed - ) - ) - switch_data.load_aug( - filename=os.path.join(inputs_dir, 'trans_params.csv'), - optional=True, auto_select=True, - param=( - mod.trans_capital_cost_per_mw_km, mod.trans_lifetime_yrs, - mod.trans_fixed_om_fraction, mod.distribution_loss_rate - ) + mod.trans_d_line = Param( + mod.DIRECTIONAL_TX, within=mod.TRANSMISSION_LINES, initialize=init_trans_d_line ) def post_solve(instance, outdir): mod = instance - normalized_dat = [ - { - "TRANSMISSION_LINE": tx, - "PERIOD": p, - "trans_lz1": mod.trans_lz1[tx], - "trans_lz2": mod.trans_lz2[tx], - "trans_dbid": mod.trans_dbid[tx], - "trans_length_km": mod.trans_length_km[tx], - "trans_efficiency": mod.trans_efficiency[tx], - "trans_derating_factor": mod.trans_derating_factor[tx], - "TxCapacityNameplate": value(mod.TxCapacityNameplate[tx,p]), - "TxCapacityNameplateAvailable": value(mod.TxCapacityNameplateAvailable[tx,p]), - "TotalAnnualCost": value(mod.TxCapacityNameplate[tx,p] * mod.trans_cost_annual[tx]) - } for tx, p in mod.TRANSMISSION_LINES * mod.PERIODS - ] - tx_build_df = pd.DataFrame(normalized_dat) + tx_build_df = pd.DataFrame( + [ + { + "TRANSMISSION_LINE": tx, + "PERIOD": p, + "trans_lz1": mod.trans_lz1[tx], + "trans_lz2": mod.trans_lz2[tx], + "trans_dbid": mod.trans_dbid[tx], + "trans_length_km": mod.trans_length_km[tx], + "trans_efficiency": mod.trans_efficiency[tx], + "trans_derating_factor": mod.trans_derating_factor[tx], + "existing_trans_cap": mod.existing_trans_cap[tx], + "BuildTx": value(mod.BuildTx[tx, p]) if (tx, p) in mod.BuildTx else ".", + "TxCapacityNameplate": value(mod.TxCapacityNameplate[tx, p]), + "TxCapacityNameplateAvailable": value( + mod.TxCapacityNameplateAvailable[tx, p] + ), + "TotalAnnualCost": value(mod.TxLineCosts[tx, p]), + } + for tx, p in mod.TRANSMISSION_LINES * mod.PERIODS + ] + ) tx_build_df.set_index(["TRANSMISSION_LINE", "PERIOD"], inplace=True) - tx_build_df.to_csv(os.path.join(outdir, "transmission.csv")) + write_table( + instance, df=tx_build_df, output_file=os.path.join(outdir, "transmission.csv") + ) + + +@graph("transmission_capacity", title="Transmission capacity per period") +def transmission_capacity(tools): + transmission = tools.get_dataframe( + "transmission.csv", convert_dot_to_na=True + ).fillna(0) + transmission = transmission.groupby("PERIOD", as_index=False).sum() + transmission["Existing Capacity"] = ( + transmission["TxCapacityNameplate"] - transmission["BuildTx"] + ) + transmission = transmission[["PERIOD", "Existing Capacity", "BuildTx"]] + transmission = transmission.set_index("PERIOD") + transmission = transmission.rename({"BuildTx": "New Capacity"}, axis=1) + transmission *= 1e-3 # Convert to GW + + transmission.plot( + kind="bar", + stacked=True, + ax=tools.get_axes(), + xlabel="Period", + ylabel="Transmission capacity (GW)", + ) + tools.bar_label() + + +@graph( + "transmission_map", + title="Total transmission capacity for the last period (in GW)", + note="Lines <1 GW not shown", +) +def transmission_map(tools): + if not tools.maps.can_make_maps(): + return + transmission = tools.get_dataframe( + "transmission.csv", convert_dot_to_na=True + ).fillna(0) + # Keep only the last period + last_period = transmission["PERIOD"].max() + transmission = transmission[transmission["PERIOD"] == last_period].drop( + "PERIOD", axis=1 + ) + # Rename the columns appropriately + transmission = transmission.rename( + {"trans_lz1": "from", "trans_lz2": "to", "TxCapacityNameplate": "value"}, axis=1 + ) + transmission = transmission[["from", "to", "value"]] + transmission.value *= 1e-3 + tools.maps.graph_transmission_capacity(transmission) + + +@graph( + "transmission_buildout", + title="New transmission capacity built across all periods (in GW)", + note="Lines with <0.1 GW built not shown.", +) +def transmission_map(tools): + if not tools.maps.can_make_maps(): + return + transmission = tools.get_dataframe( + "transmission.csv", convert_dot_to_na=True + ).fillna(0) + transmission = transmission.rename( + {"trans_lz1": "from", "trans_lz2": "to", "BuildTx": "value"}, axis=1 + ) + transmission = transmission[["from", "to", "value", "PERIOD"]] + transmission = ( + transmission.groupby(["from", "to", "PERIOD"], as_index=False) + .sum() + .drop("PERIOD", axis=1) + ) + # Rename the columns appropriately + transmission.value *= 1e-3 + tools.maps.graph_transmission_capacity(transmission) diff --git a/switch_model/transmission/transport/dispatch.py b/switch_model/transmission/transport/dispatch.py index 031afb24c..82fe8e124 100644 --- a/switch_model/transmission/transport/dispatch.py +++ b/switch_model/transmission/transport/dispatch.py @@ -5,11 +5,20 @@ Defines model components to describe transmission dispatch for the Switch model. """ - +import pandas as pd from pyomo.environ import * -dependencies = 'switch_model.timescales', 'switch_model.balancing.load_zones',\ - 'switch_model.financials', 'switch_model.transmission.transport.build' +import os +from switch_model.reporting import write_table +from switch_model.tools.graph import graph + +dependencies = ( + "switch_model.timescales", + "switch_model.balancing.load_zones", + "switch_model.financials", + "switch_model.transmission.transport.build", +) + def define_components(mod): """ @@ -49,36 +58,147 @@ def define_components(mod): """ mod.TRANS_TIMEPOINTS = Set( - dimen=3, - initialize=lambda m: m.DIRECTIONAL_TX * m.TIMEPOINTS + dimen=3, initialize=lambda m: m.DIRECTIONAL_TX * m.TIMEPOINTS ) mod.DispatchTx = Var(mod.TRANS_TIMEPOINTS, within=NonNegativeReals) mod.Maximum_DispatchTx = Constraint( mod.TRANS_TIMEPOINTS, rule=lambda m, zone_from, zone_to, tp: ( - m.DispatchTx[zone_from, zone_to, tp] <= - m.TxCapacityNameplateAvailable[m.trans_d_line[zone_from, zone_to], - m.tp_period[tp]])) + m.DispatchTx[zone_from, zone_to, tp] + <= m.TxCapacityNameplateAvailable[ + m.trans_d_line[zone_from, zone_to], m.tp_period[tp] + ] + ), + ) mod.TxPowerSent = Expression( mod.TRANS_TIMEPOINTS, - rule=lambda m, zone_from, zone_to, tp: ( - m.DispatchTx[zone_from, zone_to, tp])) + rule=lambda m, zone_from, zone_to, tp: (m.DispatchTx[zone_from, zone_to, tp]), + ) mod.TxPowerReceived = Expression( mod.TRANS_TIMEPOINTS, rule=lambda m, zone_from, zone_to, tp: ( - m.DispatchTx[zone_from, zone_to, tp] * - m.trans_efficiency[m.trans_d_line[zone_from, zone_to]])) + m.DispatchTx[zone_from, zone_to, tp] + * m.trans_efficiency[m.trans_d_line[zone_from, zone_to]] + ), + ) def TXPowerNet_calculation(m, z, tp): - return ( - sum(m.TxPowerReceived[zone_from, z, tp] - for zone_from in m.TX_CONNECTIONS_TO_ZONE[z]) - - sum(m.TxPowerSent[z, zone_to, tp] - for zone_to in m.TX_CONNECTIONS_TO_ZONE[z])) + return sum( + m.TxPowerReceived[zone_from, z, tp] + for zone_from in m.TX_CONNECTIONS_TO_ZONE[z] + ) - sum( + m.TxPowerSent[z, zone_to, tp] for zone_to in m.TX_CONNECTIONS_TO_ZONE[z] + ) + mod.TXPowerNet = Expression( - mod.LOAD_ZONES, mod.TIMEPOINTS, - rule=TXPowerNet_calculation) + mod.LOAD_ZONES, mod.TIMEPOINTS, rule=TXPowerNet_calculation + ) # Register net transmission as contributing to zonal energy balance - mod.Zone_Power_Injections.append('TXPowerNet') + mod.Zone_Power_Injections.append("TXPowerNet") + + +def post_solve(instance, outdir): + write_table( + instance, + instance.TRANS_TIMEPOINTS, + headings=( + "load_zone_from", + "load_zone_to", + "timestamp", + "transmission_dispatch", + "dispatch_limit", + "transmission_limit_dual", + ), + values=lambda m, zone_from, zone_to, t: ( + zone_from, + zone_to, + m.tp_timestamp[t], + m.DispatchTx[zone_from, zone_to, t], + m.TxCapacityNameplateAvailable[ + m.trans_d_line[zone_from, zone_to], m.tp_period[t] + ], + m.get_dual( + "Maximum_DispatchTx", + zone_from, + zone_to, + t, + divider=m.bring_timepoint_costs_to_base_year[t], + ), + ), + output_file=os.path.join(outdir, "transmission_dispatch.csv"), + ) + + +@graph( + "transmission_limit_duals", + title="Transmission limit duals per period", + note="Note: Outliers and zero-valued duals are ignored from box plot.", +) +def transmission_limits(tools): + dispatch = tools.get_dataframe("transmission_dispatch") + dispatch = tools.transform.timestamp(dispatch) + dispatch["transmission_limit_dual"] = tools.pd.to_numeric( + dispatch["transmission_limit_dual"], errors="coerce" + ) + dispatch = dispatch[["transmission_limit_dual", "time_row"]] + dispatch = dispatch.pivot(columns="time_row", values="transmission_limit_dual") + # Multiply the duals by -1 since the formulation gives negative duals + dispatch *= -1 + percent_of_zeroes = sum(dispatch == 0) / len(dispatch) * 100 + # Don't include the zero-valued duals. + dispatch = dispatch.replace(0, tools.np.nan) + if dispatch.count().sum() != 0: + dispatch.plot.box( + ax=tools.get_axes(note=f"{percent_of_zeroes:.1f}% of duals are zero"), + xlabel="Period", + ylabel="Transmission limit duals ($/MW)", + showfliers=False, + ) + + +@graph( + "transmission_dispatch", + title="Dispatched electricity over transmission lines during last period (in TWh)", + note="Blue dots are net importers, red dots are net exports, greener lines indicate more use. Lines carrying <1TWh total not shown.", +) +def transmission_dispatch(tools): + if not tools.maps.can_make_maps(): + return + dispatch = tools.get_dataframe("transmission_dispatch.csv") + dispatch = tools.transform.timestamp(dispatch).astype({"period": int}) + # Keep only the last period + last_period = dispatch["period"].max() + dispatch = dispatch[dispatch["period"] == last_period] + dispatch = dispatch.rename( + { + "load_zone_from": "from", + "load_zone_to": "to", + "transmission_dispatch": "value", + }, + axis=1, + ) + dispatch["value"] *= ( + dispatch["tp_duration"] * 1e-6 + ) # Change from power value to energy value + dispatch = dispatch.groupby(["from", "to"], as_index=False)["value"].sum() + ax = tools.maps.graph_lines( + dispatch, + bins=(0, 10, 100, 1000, float("inf")), + title="Transmission\nDispatch (TWh/yr)", + ) + exports = ( + dispatch[["from", "value"]].rename({"from": "gen_load_zone"}, axis=1).copy() + ) + imports = dispatch[["to", "value"]].rename({"to": "gen_load_zone"}, axis=1).copy() + imports["value"] *= -1 + exports = pd.concat([imports, exports]) + exports = exports.groupby("gen_load_zone", as_index=False).sum() + tools.maps.graph_points( + exports, + ax=ax, + bins=(float("-inf"), -100, -30, -10, 10, 30, 100, float("inf")), + cmap="coolwarm", + title="Exports (TWh)", + ) diff --git a/switch_model/upgrade/__init__.py b/switch_model/upgrade/__init__.py index d2ff07c52..1026e3761 100644 --- a/switch_model/upgrade/__init__.py +++ b/switch_model/upgrade/__init__.py @@ -23,8 +23,12 @@ """ # Public interface from .manager import ( - main, upgrade_inputs, scan_and_upgrade, - get_input_version, do_inputs_need_upgrade + main, + upgrade_inputs, + scan_and_upgrade, + get_input_version, + do_inputs_need_upgrade, ) + # Private utility functions for this upgrade sub-package from .manager import _backup, _write_input_version, print_verbose diff --git a/switch_model/upgrade/manager.py b/switch_model/upgrade/manager.py index 9c71b2169..30f681d18 100644 --- a/switch_model/upgrade/manager.py +++ b/switch_model/upgrade/manager.py @@ -28,7 +28,7 @@ upgrade_2_0_0b4, upgrade_2_0_1, upgrade_2_0_4, - upgrade_2_0_5 + upgrade_2_0_5, ] ] @@ -36,17 +36,22 @@ last_required_update = upgrade_plugins[-1][-1] code_version = StrictVersion(switch_model.__version__) -version_file = 'switch_inputs_version.txt' -#verbose = False +version_file = "switch_inputs_version.txt" +# verbose = False verbose = True -def scan_and_upgrade(top_dir, inputs_dir_name='inputs', backup=True, assign_current_version=False): + +def scan_and_upgrade( + top_dir, inputs_dir_name="inputs", backup=True, assign_current_version=False +): for dirpath, dirnames, filenames in os.walk(top_dir): for dirname in dirnames: path = os.path.join(dirpath, dirname) - if os.path.exists(os.path.join(path, inputs_dir_name, 'modules.txt')): + if os.path.exists(os.path.join(path, inputs_dir_name, "modules.txt")): # print_verbose('upgrading {}'.format(os.path.join(path, inputs_dir_name))) - upgrade_inputs(os.path.join(path, inputs_dir_name), backup, assign_current_version) + upgrade_inputs( + os.path.join(path, inputs_dir_name), backup, assign_current_version + ) def get_input_version(inputs_dir): @@ -61,27 +66,30 @@ def get_input_version(inputs_dir): """ version_path = os.path.join(inputs_dir, version_file) if os.path.isfile(version_path): - with open(version_path, 'r') as f: + with open(version_path, "r") as f: version = f.readline().strip() # Before we started storing version numbers in the inputs directory, we # had an input file named generator_info.tab. If that file exists, we are # dealing with version 2.0.0b0. - elif os.path.isfile(os.path.join(inputs_dir, 'generator_info.tab')): - version = '2.0.0b0' + elif os.path.isfile(os.path.join(inputs_dir, "generator_info.tab")): + version = "2.0.0b0" else: - raise ValueError(( - "Input directory {} is not recognized as a valid Switch input folder. " - "An input directory needs to contain a file named '{}' that stores the " - "version number of Switch that it was intended for. ").format( - inputs_dir, version_file)) + raise ValueError( + ( + "Input directory {} is not recognized as a valid Switch input folder. " + "An input directory needs to contain a file named '{}' that stores the " + "version number of Switch that it was intended for. " + ).format(inputs_dir, version_file) + ) return version def _write_input_version(inputs_dir, new_version): version_path = os.path.join(inputs_dir, version_file) - with open(version_path, 'w') as f: + with open(version_path, "w") as f: f.write(new_version + "\n") + def do_inputs_need_upgrade(inputs_dir): """ Determine if input directory can be upgraded with this script. @@ -100,10 +108,10 @@ def _backup(inputs_dir): """ Make a backup of the inputs_dir into a zip file, unless it already exists """ - inputs_backup = inputs_dir + '_v' + get_input_version(inputs_dir) + inputs_backup = inputs_dir + "_v" + get_input_version(inputs_dir) inputs_backup_path = inputs_backup + ".zip" if not os.path.isfile(inputs_backup_path): - shutil.make_archive(inputs_backup, 'zip', inputs_dir) + shutil.make_archive(inputs_backup, "zip", inputs_dir) def print_verbose(*args): @@ -116,9 +124,9 @@ def upgrade_inputs(inputs_dir, backup=True, assign_current_version=False): # This logic will grow over time as complexity evolves.. Don't overengineer upgraded = False if do_inputs_need_upgrade(inputs_dir): - print_verbose('Upgrading ' + inputs_dir) + print_verbose("Upgrading " + inputs_dir) if backup: - print_verbose('\tBacked up original inputs') + print_verbose("\tBacked up original inputs") _backup(inputs_dir) # Successively apply the upgrade scripts as needed. for (upgrader, v_from, v_to) in upgrade_plugins: @@ -126,21 +134,23 @@ def upgrade_inputs(inputs_dir, backup=True, assign_current_version=False): # note: the next line catches datasets created by/for versions of Switch that # didn't require input directory upgrades if StrictVersion(v_from) <= inputs_v < StrictVersion(v_to): - print_verbose('\tUpgrading from ' + v_from + ' to ' + v_to) + print_verbose("\tUpgrading from " + v_from + " to " + v_to) upgrader.upgrade_input_dir(inputs_dir) upgraded = True - if (StrictVersion(last_required_update) < StrictVersion(switch_model.__version__) - and assign_current_version): + if ( + StrictVersion(last_required_update) < StrictVersion(switch_model.__version__) + and assign_current_version + ): # user requested writing of current version number, even if no upgrade is needed # (useful for updating examples to track with new release of Switch) _write_input_version(inputs_dir, switch_model.__version__) upgraded = True if upgraded: - print_verbose('\tFinished upgrading ' + inputs_dir + '\n') + print_verbose("\tFinished upgrading " + inputs_dir + "\n") else: - print_verbose('Skipped ' + inputs_dir + '; it does not need upgrade.') + print_verbose("Skipped " + inputs_dir + "; it does not need upgrade.") def main(args=None): @@ -152,33 +162,67 @@ def main(args=None): args = parser.parse_args() set_verbose(args.verbose) if args.recursive: - scan_and_upgrade('.', args.inputs_dir_name, args.backup, args.assign_current_version) + scan_and_upgrade( + ".", args.inputs_dir_name, args.backup, args.assign_current_version + ) else: if not os.path.isdir(args.inputs_dir_name): - print("Error: Input directory {} does not exist.".format(args.inputs_dir_name)) + print( + "Error: Input directory {} does not exist.".format(args.inputs_dir_name) + ) return -1 - upgrade_inputs(os.path.normpath(args.inputs_dir_name), args.backup, args.assign_current_version) + upgrade_inputs( + os.path.normpath(args.inputs_dir_name), + args.backup, + args.assign_current_version, + ) + def set_verbose(verbosity): global verbose verbose = verbosity + def add_parser_args(parser): - parser.add_argument("--inputs-dir-name", type=str, default="inputs", - help='Input directory name (default is "inputs")') - parser.add_argument("--backup", action='store_true', default=True, - help='Make backup of inputs directory before upgrading (set true by default)') - parser.add_argument("--no-backup", action='store_false', dest='backup', - help='Do not make backup of inputs directory before upgrading') - parser.add_argument("--assign-current-version", dest='assign_current_version', - action='store_true', default=False, - help=('Update version number in inputs directory to match current version' - 'of Switch, even if data does not require an upgrade.')) - parser.add_argument("--recursive", dest="recursive", - default=False, action='store_true', - help=('Recursively scan the provided path for inputs directories ' - 'named "inputs", and upgrade each directory found. Note, this ' - 'requires each inputs directory to include modules.txt. This ' - 'will not work if modules.txt is in the parent directory.')) - parser.add_argument("--verbose", action='store_true', default=verbose) - parser.add_argument("--quiet", dest="verbose", action='store_false') + parser.add_argument( + "--inputs-dir-name", + type=str, + default="inputs", + help='Input directory name (default is "inputs")', + ) + parser.add_argument( + "--backup", + action="store_true", + default=True, + help="Make backup of inputs directory before upgrading (set true by default)", + ) + parser.add_argument( + "--no-backup", + action="store_false", + dest="backup", + help="Do not make backup of inputs directory before upgrading", + ) + parser.add_argument( + "--assign-current-version", + dest="assign_current_version", + action="store_true", + default=False, + help=( + "Update version number in inputs directory to match current version" + "of Switch, even if data does not require an upgrade." + ), + ) + parser.add_argument( + "--recursive", + dest="recursive", + default=False, + action="store_true", + help=( + "Recursively scan the provided path for inputs directories " + 'named "inputs", and upgrade each directory found. Note, this ' + "requires each inputs directory to include modules.txt. This " + "will not work if modules.txt is in the parent directory." + ), + ) + parser.add_argument("--verbose", action="store_true", default=verbose) + parser.add_argument("--quiet", dest="verbose", action="store_false") diff --git a/switch_model/upgrade/re_upgrade.py b/switch_model/upgrade/re_upgrade.py index f5cefb3fc..41b6474b4 100644 --- a/switch_model/upgrade/re_upgrade.py +++ b/switch_model/upgrade/re_upgrade.py @@ -2,15 +2,17 @@ import os from switch_model.upgrade.manager import upgrade_plugins + upgrade_module, upgrade_from, upgrade_to = upgrade_plugins[-1] -if __name__ == '__main__': +if __name__ == "__main__": print( - "Re-running upgrade from {} to {} for all subdirectories of current directory" - .format(upgrade_from, upgrade_to) + "Re-running upgrade from {} to {} for all subdirectories of current directory".format( + upgrade_from, upgrade_to + ) ) - for dirpath, dirnames, filenames in os.walk('.'): - if 'switch_inputs_version.txt' in filenames: - print('upgrading {}'.format(dirpath)) + for dirpath, dirnames, filenames in os.walk("."): + if "switch_inputs_version.txt" in filenames: + print("upgrading {}".format(dirpath)) upgrade_module.upgrade_input_dir(dirpath) diff --git a/switch_model/upgrade/upgrade_2_0_0b1.py b/switch_model/upgrade/upgrade_2_0_0b1.py index f0c0944c0..c0635b0bd 100644 --- a/switch_model/upgrade/upgrade_2_0_0b1.py +++ b/switch_model/upgrade/upgrade_2_0_0b1.py @@ -31,118 +31,115 @@ import argparse import switch_model.upgrade -upgrades_from = '2.0.0b0' -upgrades_to = '2.0.0b1' +upgrades_from = "2.0.0b0" +upgrades_to = "2.0.0b1" old_modules = { - 'switch_mod.balancing_areas', - 'switch_mod.export', - 'switch_mod.export.__init__', - 'switch_mod.export.dump', - 'switch_mod.export.example_export', - 'switch_mod.financials', - 'switch_mod.fuel_cost', - 'switch_mod.fuel_markets', - 'switch_mod.fuels', - 'switch_mod.gen_tech', - 'switch_mod.generators.hydro_simple', - 'switch_mod.generators.hydro_system', - 'switch_mod.generators.storage', - 'switch_mod.hawaii.batteries', - 'switch_mod.hawaii.batteries_fixed_calendar_life', - 'switch_mod.hawaii.constant_elasticity_demand_system', - 'switch_mod.hawaii.demand_response', - 'switch_mod.hawaii.demand_response_no_reserves', - 'switch_mod.hawaii.demand_response_simple', - 'switch_mod.hawaii.emission_rules', - 'switch_mod.hawaii.ev', - 'switch_mod.hawaii.fed_subsidies', - 'switch_mod.hawaii.fuel_markets_expansion', - 'switch_mod.hawaii.hydrogen', - 'switch_mod.hawaii.kalaeloa', - 'switch_mod.hawaii.lng_conversion', - 'switch_mod.hawaii.no_central_pv', - 'switch_mod.hawaii.no_onshore_wind', - 'switch_mod.hawaii.no_renewables', - 'switch_mod.hawaii.no_wind', - 'switch_mod.hawaii.psip', - 'switch_mod.hawaii.pumped_hydro', - 'switch_mod.hawaii.r_demand_system', - 'switch_mod.hawaii.reserves', - 'switch_mod.hawaii.rps', - 'switch_mod.hawaii.save_results', - 'switch_mod.hawaii.scenario_data', - 'switch_mod.hawaii.scenarios', - 'switch_mod.hawaii.smooth_dispatch', - 'switch_mod.hawaii.switch_patch', - 'switch_mod.hawaii.unserved_load', - 'switch_mod.hawaii.util', - 'switch_mod.load_zones', - 'switch_mod.local_td', - 'switch_mod.main', - 'switch_mod.project.build', - 'switch_mod.project.discrete_build', - 'switch_mod.project.dispatch', - 'switch_mod.project.no_commit', - 'switch_mod.project.unitcommit.commit', - 'switch_mod.project.unitcommit.discrete', - 'switch_mod.project.unitcommit.fuel_use', - 'switch_mod.solve', - 'switch_mod.solve_scenarios', - 'switch_mod.test', - 'switch_mod.timescales', - 'switch_mod.trans_build', - 'switch_mod.trans_dispatch', - 'switch_mod.utilities', - 'switch_mod.project', - 'switch_mod.project.unitcommit', + "switch_mod.balancing_areas", + "switch_mod.export", + "switch_mod.export.__init__", + "switch_mod.export.dump", + "switch_mod.export.example_export", + "switch_mod.financials", + "switch_mod.fuel_cost", + "switch_mod.fuel_markets", + "switch_mod.fuels", + "switch_mod.gen_tech", + "switch_mod.generators.hydro_simple", + "switch_mod.generators.hydro_system", + "switch_mod.generators.storage", + "switch_mod.hawaii.batteries", + "switch_mod.hawaii.batteries_fixed_calendar_life", + "switch_mod.hawaii.constant_elasticity_demand_system", + "switch_mod.hawaii.demand_response", + "switch_mod.hawaii.demand_response_no_reserves", + "switch_mod.hawaii.demand_response_simple", + "switch_mod.hawaii.emission_rules", + "switch_mod.hawaii.ev", + "switch_mod.hawaii.fed_subsidies", + "switch_mod.hawaii.fuel_markets_expansion", + "switch_mod.hawaii.hydrogen", + "switch_mod.hawaii.kalaeloa", + "switch_mod.hawaii.lng_conversion", + "switch_mod.hawaii.no_central_pv", + "switch_mod.hawaii.no_onshore_wind", + "switch_mod.hawaii.no_renewables", + "switch_mod.hawaii.no_wind", + "switch_mod.hawaii.psip", + "switch_mod.hawaii.pumped_hydro", + "switch_mod.hawaii.r_demand_system", + "switch_mod.hawaii.reserves", + "switch_mod.hawaii.rps", + "switch_mod.hawaii.save_results", + "switch_mod.hawaii.scenario_data", + "switch_mod.hawaii.scenarios", + "switch_mod.hawaii.smooth_dispatch", + "switch_mod.hawaii.switch_patch", + "switch_mod.hawaii.unserved_load", + "switch_mod.hawaii.util", + "switch_mod.load_zones", + "switch_mod.local_td", + "switch_mod.main", + "switch_mod.project.build", + "switch_mod.project.discrete_build", + "switch_mod.project.dispatch", + "switch_mod.project.no_commit", + "switch_mod.project.unitcommit.commit", + "switch_mod.project.unitcommit.discrete", + "switch_mod.project.unitcommit.fuel_use", + "switch_mod.solve", + "switch_mod.solve_scenarios", + "switch_mod.test", + "switch_mod.timescales", + "switch_mod.trans_build", + "switch_mod.trans_dispatch", + "switch_mod.utilities", + "switch_mod.project", + "switch_mod.project.unitcommit", } rename_modules = { - 'switch_mod.load_zones': 'switch_mod.balancing.load_zones', - 'switch_mod.fuels': 'switch_mod.energy_sources.properties', - 'switch_mod.trans_build': 'switch_mod.transmission.transport.build', - 'switch_mod.trans_dispatch': 'switch_mod.transmission.transport.dispatch', - 'switch_mod.project.build': 'switch_mod.generators.core.build', - 'switch_mod.project.discrete_build': 'switch_mod.generators.core.gen_discrete_build', - 'switch_mod.project.dispatch': 'switch_mod.generators.core.dispatch', - 'switch_mod.project.no_commit': 'switch_mod.generators.core.no_commit', - 'switch_mod.project.unitcommit.commit': 'switch_mod.generators.core.commit.operate', - 'switch_mod.project.unitcommit.fuel_use': 'switch_mod.generators.core.commit.fuel_use', - 'switch_mod.project.unitcommit.discrete': 'switch_mod.generators.core.commit.discrete', - 'switch_mod.fuel_cost': 'switch_mod.energy_sources.fuel_costs.simple', - 'switch_mod.fuel_markets': 'switch_mod.energy_sources.fuel_costs.markets', - 'switch_mod.export': 'switch_mod.reporting', - 'switch_mod.local_td': 'switch_mod.transmission.local_td', - 'switch_mod.balancing_areas': 'switch_mod.balancing.operating_reserves.areas', - 'switch_mod.export.dump': 'switch_mod.reporting.dump', - 'switch_mod.generators.hydro_simple': - 'switch_mod.generators.extensions.hydro_simple', - 'switch_mod.generators.hydro_system': - 'switch_mod.generators.extensions.hydro_system', - 'switch_mod.generators.storage': - 'switch_mod.generators.extensions.storage', + "switch_mod.load_zones": "switch_mod.balancing.load_zones", + "switch_mod.fuels": "switch_mod.energy_sources.properties", + "switch_mod.trans_build": "switch_mod.transmission.transport.build", + "switch_mod.trans_dispatch": "switch_mod.transmission.transport.dispatch", + "switch_mod.project.build": "switch_mod.generators.core.build", + "switch_mod.project.discrete_build": "switch_mod.generators.core.gen_discrete_build", + "switch_mod.project.dispatch": "switch_mod.generators.core.dispatch", + "switch_mod.project.no_commit": "switch_mod.generators.core.no_commit", + "switch_mod.project.unitcommit.commit": "switch_mod.generators.core.commit.operate", + "switch_mod.project.unitcommit.fuel_use": "switch_mod.generators.core.commit.fuel_use", + "switch_mod.project.unitcommit.discrete": "switch_mod.generators.core.commit.discrete", + "switch_mod.fuel_cost": "switch_mod.energy_sources.fuel_costs.simple", + "switch_mod.fuel_markets": "switch_mod.energy_sources.fuel_costs.markets", + "switch_mod.export": "switch_mod.reporting", + "switch_mod.local_td": "switch_mod.transmission.local_td", + "switch_mod.balancing_areas": "switch_mod.balancing.operating_reserves.areas", + "switch_mod.export.dump": "switch_mod.reporting.dump", + "switch_mod.generators.hydro_simple": "switch_mod.generators.extensions.hydro_simple", + "switch_mod.generators.hydro_system": "switch_mod.generators.extensions.hydro_system", + "switch_mod.generators.storage": "switch_mod.generators.extensions.storage", } -module_prefix = 'switch_mod.' -expand_modules = { # Old module name: [new module names] - 'switch_mod': [ - '### begin core modules ###', - 'switch_mod', - 'switch_mod.timescales', - 'switch_mod.financials', - 'switch_mod.balancing.load_zones', - 'switch_mod.energy_sources.properties', - 'switch_mod.generators.core.build', - 'switch_mod.generators.core.dispatch', - 'switch_mod.reporting', - '### end core modules ###' +module_prefix = "switch_mod." +expand_modules = { # Old module name: [new module names] + "switch_mod": [ + "### begin core modules ###", + "switch_mod", + "switch_mod.timescales", + "switch_mod.financials", + "switch_mod.balancing.load_zones", + "switch_mod.energy_sources.properties", + "switch_mod.generators.core.build", + "switch_mod.generators.core.dispatch", + "switch_mod.reporting", + "### end core modules ###", ], - 'switch_mod.project': [ - 'switch_mod.generators.core.build', - 'switch_mod.generators.core.dispatch' + "switch_mod.project": [ + "switch_mod.generators.core.build", + "switch_mod.generators.core.dispatch", ], - 'switch_mod.project.unitcommit': [ - 'switch_mod.generators.core.commit.operate', - 'switch_mod.generators.core.commit.fuel_use' + "switch_mod.project.unitcommit": [ + "switch_mod.generators.core.commit.operate", + "switch_mod.generators.core.commit.fuel_use", ], } @@ -163,19 +160,20 @@ def rename_column(file_name, old_col_name, new_col_name, optional_file=True): path = os.path.join(inputs_dir, file_name) if optional_file and not os.path.isfile(path): return - df = pandas.read_csv(path, na_values=['.'], sep=r"\s+", index_col=False) + df = pandas.read_csv(path, na_values=["."], sep=r"\s+", index_col=False) df.rename(columns={old_col_name: new_col_name}, inplace=True) - df.to_csv(path, sep='\t', na_rep='.', index=False) + df.to_csv(path, sep="\t", na_rep=".", index=False) - rename_file('modules', 'modules.txt') - modules_path = os.path.join(inputs_dir, 'modules.txt') + rename_file("modules", "modules.txt") + modules_path = os.path.join(inputs_dir, "modules.txt") if not os.path.isfile(modules_path): - modules_path = os.path.join(inputs_dir, '..', 'modules.txt') + modules_path = os.path.join(inputs_dir, "..", "modules.txt") if not os.path.isfile(modules_path): raise RuntimeError( "Unable to find modules or modules.txt file for input directory '{}'. " - "This file should be located in the input directory or its parent." - .format(inputs_dir) + "This file should be located in the input directory or its parent.".format( + inputs_dir + ) ) ### @@ -186,12 +184,14 @@ def rename_column(file_name, old_col_name, new_col_name, optional_file=True): # If the original file didn't specify either switch_mod or the list of # core modules, we need to insert switch_mod. - if not('switch_mod' in module_list or - 'timescales' in module_list or - 'switch_mod.timescales' in module_list): - module_list.insert(0, 'switch_mod') + if not ( + "switch_mod" in module_list + or "timescales" in module_list + or "switch_mod.timescales" in module_list + ): + module_list.insert(0, "switch_mod") - new_module_list=[] + new_module_list = [] for module in module_list: # add prefix if appropriate # (standardizes names for further processing) @@ -211,66 +211,73 @@ def rename_column(file_name, old_col_name, new_col_name, optional_file=True): if module not in final_module_list: final_module_list.append(module) - with open(modules_path, 'w') as f: - for module in final_module_list: + with open(modules_path, "w") as f: + for module in final_module_list: f.write(module + "\n") ### # Get load zone economic multipliers (if available), then drop that column. - load_zone_path = os.path.join(inputs_dir, 'load_zones.tab') - load_zone_df = pandas.read_csv(load_zone_path, na_values=['.'], sep=r'\s+') - if 'lz_cost_multipliers' in load_zone_df: - load_zone_df['lz_cost_multipliers'].fillna(1) + load_zone_path = os.path.join(inputs_dir, "load_zones.tab") + load_zone_df = pandas.read_csv(load_zone_path, na_values=["."], sep=r"\s+") + if "lz_cost_multipliers" in load_zone_df: + load_zone_df["lz_cost_multipliers"].fillna(1) else: - load_zone_df['lz_cost_multipliers'] = 1 - load_zone_keep_cols = [c for c in load_zone_df if c != 'lz_cost_multipliers'] - load_zone_df.to_csv(load_zone_path, sep='\t', na_rep='.', - index=False, columns=load_zone_keep_cols) + load_zone_df["lz_cost_multipliers"] = 1 + load_zone_keep_cols = [c for c in load_zone_df if c != "lz_cost_multipliers"] + load_zone_df.to_csv( + load_zone_path, sep="\t", na_rep=".", index=False, columns=load_zone_keep_cols + ) ### # Merge generator_info with project_info - gen_info_path = os.path.join(inputs_dir, 'generator_info.tab') - gen_info_df = pandas.read_csv(gen_info_path, na_values=['.'], sep=r'\s+') + gen_info_path = os.path.join(inputs_dir, "generator_info.tab") + gen_info_df = pandas.read_csv(gen_info_path, na_values=["."], sep=r"\s+") gen_info_col_renames = { - 'generation_technology': 'proj_gen_tech', - 'g_energy_source': 'proj_energy_source', - 'g_max_age': 'proj_max_age', - 'g_scheduled_outage_rate': 'proj_scheduled_outage_rate.default', - 'g_forced_outage_rate': 'proj_forced_outage_rate.default', - 'g_variable_o_m': 'proj_variable_om.default', - 'g_full_load_heat_rate': 'proj_full_load_heat_rate.default', - 'g_is_variable': 'proj_is_variable', - 'g_is_baseload': 'proj_is_baseload', - 'g_min_build_capacity': 'proj_min_build_capacity', - 'g_is_cogen': 'proj_is_cogen', - 'g_storage_efficiency': 'proj_storage_efficiency.default', - 'g_store_to_release_ratio': 'proj_store_to_release_ratio.default', - 'g_unit_size': 'proj_unit_size.default', - 'g_min_load_fraction': 'proj_min_load_fraction.default', - 'g_startup_fuel': 'proj_startup_fuel.default', - 'g_startup_om': 'proj_startup_om.default', - 'g_ccs_capture_efficiency': 'proj_ccs_capture_efficiency.default', - 'g_ccs_energy_load': 'proj_ccs_energy_load.default' + "generation_technology": "proj_gen_tech", + "g_energy_source": "proj_energy_source", + "g_max_age": "proj_max_age", + "g_scheduled_outage_rate": "proj_scheduled_outage_rate.default", + "g_forced_outage_rate": "proj_forced_outage_rate.default", + "g_variable_o_m": "proj_variable_om.default", + "g_full_load_heat_rate": "proj_full_load_heat_rate.default", + "g_is_variable": "proj_is_variable", + "g_is_baseload": "proj_is_baseload", + "g_min_build_capacity": "proj_min_build_capacity", + "g_is_cogen": "proj_is_cogen", + "g_storage_efficiency": "proj_storage_efficiency.default", + "g_store_to_release_ratio": "proj_store_to_release_ratio.default", + "g_unit_size": "proj_unit_size.default", + "g_min_load_fraction": "proj_min_load_fraction.default", + "g_startup_fuel": "proj_startup_fuel.default", + "g_startup_om": "proj_startup_om.default", + "g_ccs_capture_efficiency": "proj_ccs_capture_efficiency.default", + "g_ccs_energy_load": "proj_ccs_energy_load.default", } drop_cols = [c for c in gen_info_df if c not in gen_info_col_renames] for c in drop_cols: del gen_info_df[c] gen_info_df.rename(columns=gen_info_col_renames, inplace=True) - proj_info_path = os.path.join(inputs_dir, 'project_info.tab') - proj_info_df = pandas.read_csv(proj_info_path, na_values=['.'], sep=r'\s+') - proj_info_df = pandas.merge(proj_info_df, gen_info_df, on='proj_gen_tech', how='left') + proj_info_path = os.path.join(inputs_dir, "project_info.tab") + proj_info_df = pandas.read_csv(proj_info_path, na_values=["."], sep=r"\s+") + proj_info_df = pandas.merge( + proj_info_df, gen_info_df, on="proj_gen_tech", how="left" + ) # Factor in the load zone cost multipliers proj_info_df = pandas.merge( - load_zone_df[['LOAD_ZONE', 'lz_cost_multipliers']], proj_info_df, - left_on='LOAD_ZONE', right_on='proj_load_zone', how='right') - proj_info_df['proj_variable_om.default'] *= proj_info_df['lz_cost_multipliers'] - for c in ['LOAD_ZONE', 'lz_cost_multipliers']: + load_zone_df[["LOAD_ZONE", "lz_cost_multipliers"]], + proj_info_df, + left_on="LOAD_ZONE", + right_on="proj_load_zone", + how="right", + ) + proj_info_df["proj_variable_om.default"] *= proj_info_df["lz_cost_multipliers"] + for c in ["LOAD_ZONE", "lz_cost_multipliers"]: del proj_info_df[c] # An internal function to apply a column of default values to the actual column def update_cols_with_defaults(df, col_list): for col in col_list: - default_col = col + '.default' + default_col = col + ".default" if default_col not in df: continue if col not in df: @@ -279,151 +286,191 @@ def update_cols_with_defaults(df, col_list): df[col].fillna(df[default_col], inplace=True) del df[default_col] - columns_with_defaults = ['proj_scheduled_outage_rate', 'proj_forced_outage_rate', - 'proj_variable_om', 'proj_full_load_heat_rate', - 'proj_storage_efficiency', 'proj_store_to_release_ratio', - 'proj_unit_size', 'proj_min_load_fraction', - 'proj_startup_fuel', 'proj_startup_om', - 'proj_ccs_capture_efficiency', 'proj_ccs_energy_load'] + columns_with_defaults = [ + "proj_scheduled_outage_rate", + "proj_forced_outage_rate", + "proj_variable_om", + "proj_full_load_heat_rate", + "proj_storage_efficiency", + "proj_store_to_release_ratio", + "proj_unit_size", + "proj_min_load_fraction", + "proj_startup_fuel", + "proj_startup_om", + "proj_ccs_capture_efficiency", + "proj_ccs_energy_load", + ] update_cols_with_defaults(proj_info_df, columns_with_defaults) - proj_info_df.to_csv(proj_info_path, sep='\t', na_rep='.', index=False) + proj_info_df.to_csv(proj_info_path, sep="\t", na_rep=".", index=False) os.remove(gen_info_path) ### # Merge gen_new_build_costs into proj_build_costs # Translate default generator costs into costs for each project - gen_build_path = os.path.join(inputs_dir, 'gen_new_build_costs.tab') + gen_build_path = os.path.join(inputs_dir, "gen_new_build_costs.tab") if os.path.isfile(gen_build_path): - gen_build_df = pandas.read_csv(gen_build_path, na_values=['.'], sep=r'\s+') + gen_build_df = pandas.read_csv(gen_build_path, na_values=["."], sep=r"\s+") new_col_names = { - 'generation_technology': 'proj_gen_tech', - 'investment_period': 'build_year', - 'g_overnight_cost': 'proj_overnight_cost.default', - 'g_storage_energy_overnight_cost': 'proj_storage_energy_overnight_cost.default', - 'g_fixed_o_m': 'proj_fixed_om.default'} + "generation_technology": "proj_gen_tech", + "investment_period": "build_year", + "g_overnight_cost": "proj_overnight_cost.default", + "g_storage_energy_overnight_cost": "proj_storage_energy_overnight_cost.default", + "g_fixed_o_m": "proj_fixed_om.default", + } gen_build_df.rename(columns=new_col_names, inplace=True) new_g_builds = pandas.merge( - gen_build_df, proj_info_df[['PROJECT', 'proj_gen_tech', 'proj_load_zone']], - on='proj_gen_tech') + gen_build_df, + proj_info_df[["PROJECT", "proj_gen_tech", "proj_load_zone"]], + on="proj_gen_tech", + ) # Factor in the load zone cost multipliers new_g_builds = pandas.merge( - load_zone_df[['LOAD_ZONE', 'lz_cost_multipliers']], new_g_builds, - left_on='LOAD_ZONE', right_on='proj_load_zone', how='right') - new_g_builds['proj_overnight_cost.default'] *= new_g_builds['lz_cost_multipliers'] - new_g_builds['proj_fixed_om.default'] *= new_g_builds['lz_cost_multipliers'] + load_zone_df[["LOAD_ZONE", "lz_cost_multipliers"]], + new_g_builds, + left_on="LOAD_ZONE", + right_on="proj_load_zone", + how="right", + ) + new_g_builds["proj_overnight_cost.default"] *= new_g_builds[ + "lz_cost_multipliers" + ] + new_g_builds["proj_fixed_om.default"] *= new_g_builds["lz_cost_multipliers"] # Clean up - for drop_col in ['LOAD_ZONE', 'proj_gen_tech', 'proj_load_zone', - 'lz_cost_multipliers']: + for drop_col in [ + "LOAD_ZONE", + "proj_gen_tech", + "proj_load_zone", + "lz_cost_multipliers", + ]: del new_g_builds[drop_col] # Merge the expanded gen_new_build_costs data into proj_build_costs - project_build_path = os.path.join(inputs_dir, 'proj_build_costs.tab') + project_build_path = os.path.join(inputs_dir, "proj_build_costs.tab") if os.path.isfile(project_build_path): - project_build_df = pandas.read_csv(project_build_path, na_values=['.'], sep=r'\s+') - project_build_df = pandas.merge(project_build_df, new_g_builds, - on=['PROJECT', 'build_year'], how='outer') + project_build_df = pandas.read_csv( + project_build_path, na_values=["."], sep=r"\s+" + ) + project_build_df = pandas.merge( + project_build_df, + new_g_builds, + on=["PROJECT", "build_year"], + how="outer", + ) else: # Make sure the order of the columns is ok since merge won't ensuring that. - idx_cols = ['PROJECT', 'build_year'] + idx_cols = ["PROJECT", "build_year"] dat_cols = [c for c in new_g_builds if c not in idx_cols] col_order = idx_cols + dat_cols project_build_df = new_g_builds[col_order] - columns_with_defaults = ['proj_overnight_cost', 'proj_fixed_om', - 'proj_storage_energy_overnight_cost'] + columns_with_defaults = [ + "proj_overnight_cost", + "proj_fixed_om", + "proj_storage_energy_overnight_cost", + ] update_cols_with_defaults(project_build_df, columns_with_defaults) - project_build_df.to_csv(project_build_path, sep='\t', na_rep='.', index=False) + project_build_df.to_csv(project_build_path, sep="\t", na_rep=".", index=False) os.remove(gen_build_path) # Merge gen_inc_heat_rates.tab into proj_inc_heat_rates.tab - g_hr_path = os.path.join(inputs_dir, 'gen_inc_heat_rates.tab') + g_hr_path = os.path.join(inputs_dir, "gen_inc_heat_rates.tab") if os.path.isfile(g_hr_path): - g_hr_df = pandas.read_csv(g_hr_path, na_values=['.'], sep=r'\s+') - proj_hr_default = pandas.merge(g_hr_df, proj_info_df[['PROJECT', 'proj_gen_tech']], - left_on='generation_technology', - right_on='proj_gen_tech') + g_hr_df = pandas.read_csv(g_hr_path, na_values=["."], sep=r"\s+") + proj_hr_default = pandas.merge( + g_hr_df, + proj_info_df[["PROJECT", "proj_gen_tech"]], + left_on="generation_technology", + right_on="proj_gen_tech", + ) col_renames = { - 'PROJECT': 'project', - 'power_start_mw': 'power_start_mw.default', - 'power_end_mw': 'power_end_mw.default', - 'incremental_heat_rate_mbtu_per_mwhr': 'incremental_heat_rate_mbtu_per_mwhr.default', - 'fuel_use_rate_mmbtu_per_h': 'fuel_use_rate_mmbtu_per_h.default' + "PROJECT": "project", + "power_start_mw": "power_start_mw.default", + "power_end_mw": "power_end_mw.default", + "incremental_heat_rate_mbtu_per_mwhr": "incremental_heat_rate_mbtu_per_mwhr.default", + "fuel_use_rate_mmbtu_per_h": "fuel_use_rate_mmbtu_per_h.default", } proj_hr_default.rename(columns=col_renames, inplace=True) - proj_hr_path = os.path.join(inputs_dir, 'proj_inc_heat_rates.tab') + proj_hr_path = os.path.join(inputs_dir, "proj_inc_heat_rates.tab") if os.path.isfile(proj_hr_path): - proj_hr_df = pandas.read_csv(proj_hr_path, na_values=['.'], sep=r'\s+') - proj_hr_df = pandas.merge(proj_hr_df, proj_hr_default, on='proj_gen_tech', how='left') + proj_hr_df = pandas.read_csv(proj_hr_path, na_values=["."], sep=r"\s+") + proj_hr_df = pandas.merge( + proj_hr_df, proj_hr_default, on="proj_gen_tech", how="left" + ) else: proj_hr_df = proj_hr_default - columns_with_defaults = ['power_start_mw', 'power_end_mw', - 'incremental_heat_rate_mbtu_per_mwhr', - 'fuel_use_rate_mmbtu_per_h'] + columns_with_defaults = [ + "power_start_mw", + "power_end_mw", + "incremental_heat_rate_mbtu_per_mwhr", + "fuel_use_rate_mmbtu_per_h", + ] update_cols_with_defaults(proj_hr_df, columns_with_defaults) - cols = ['project', 'power_start_mw', 'power_end_mw', - 'incremental_heat_rate_mbtu_per_mwhr', 'fuel_use_rate_mmbtu_per_h'] - proj_hr_df.to_csv(proj_hr_path, sep='\t', na_rep='.', index=False, columns=cols) + cols = [ + "project", + "power_start_mw", + "power_end_mw", + "incremental_heat_rate_mbtu_per_mwhr", + "fuel_use_rate_mmbtu_per_h", + ] + proj_hr_df.to_csv(proj_hr_path, sep="\t", na_rep=".", index=False, columns=cols) os.remove(g_hr_path) # Done with restructuring. Now apply component renaming. old_new_file_names = { - 'proj_existing_builds.tab':'gen_build_predetermined.tab', - 'project_info.tab':'generation_projects_info.tab', - 'proj_build_costs.tab':'gen_build_costs.tab', - 'proj_inc_heat_rates.tab':'gen_inc_heat_rates.tab', - 'hydro_projects.tab':'hydro_generation_projects.tab', - 'lz_peak_loads.tab':'zone_coincident_peak_demand.tab', - 'lz_to_regional_fuel_market.tab':'zone_to_regional_fuel_market.tab' + "proj_existing_builds.tab": "gen_build_predetermined.tab", + "project_info.tab": "generation_projects_info.tab", + "proj_build_costs.tab": "gen_build_costs.tab", + "proj_inc_heat_rates.tab": "gen_inc_heat_rates.tab", + "hydro_projects.tab": "hydro_generation_projects.tab", + "lz_peak_loads.tab": "zone_coincident_peak_demand.tab", + "lz_to_regional_fuel_market.tab": "zone_to_regional_fuel_market.tab", } for old, new in old_new_file_names.items(): rename_file(old, new) old_new_column_names_in_file = { - 'gen_build_predetermined.tab':[ - ('proj_existing_cap','gen_predetermined_cap') + "gen_build_predetermined.tab": [("proj_existing_cap", "gen_predetermined_cap")], + "gen_build_costs.tab": [ + ("proj_overnight_cost", "gen_overnight_cost"), + ("proj_fixed_om", "gen_fixed_om"), + ("proj_storage_energy_overnight_cost", "gen_storage_energy_overnight_cost"), ], - 'gen_build_costs.tab':[ - ('proj_overnight_cost','gen_overnight_cost'), - ('proj_fixed_om','gen_fixed_om'), - ('proj_storage_energy_overnight_cost','gen_storage_energy_overnight_cost') + "generation_projects_info.tab": [ + ("proj_dbid", "gen_dbid"), + ("proj_gen_tech", "gen_tech"), + ("proj_load_zone", "gen_load_zone"), + ("proj_connect_cost_per_mw", "gen_connect_cost_per_mw"), + ("proj_capacity_limit_mw", "gen_capacity_limit_mw"), + ("proj_variable_om", "gen_variable_om"), + ("proj_max_age", "gen_max_age"), + ("proj_min_build_capacity", "gen_min_build_capacity"), + ("proj_scheduled_outage_rate", "gen_scheduled_outage_rate"), + ("proj_forced_outage_rate", "gen_forced_outage_rate"), + ("proj_is_variable", "gen_is_variable"), + ("proj_is_baseload", "gen_is_baseload"), + ("proj_is_cogen", "gen_is_cogen"), + ("proj_energy_source", "gen_energy_source"), + ("proj_full_load_heat_rate", "gen_full_load_heat_rate"), + ("proj_storage_efficiency", "gen_storage_efficiency"), + ("proj_min_load_fraction", "gen_min_load_fraction"), + ("proj_startup_fuel", "gen_startup_fuel"), + ("proj_startup_om", "gen_startup_om"), + ("proj_min_uptime", "gen_min_uptime"), + ("proj_min_downtime", "gen_min_downtime"), + ("proj_min_commit_fraction", "gen_min_commit_fraction"), + ("proj_max_commit_fraction", "gen_max_commit_fraction"), + ("proj_min_load_fraction_TP", "gen_min_load_fraction_TP"), + ("proj_unit_size", "gen_unit_size"), ], - 'generation_projects_info.tab':[ - ('proj_dbid','gen_dbid'),('proj_gen_tech','gen_tech'), - ('proj_load_zone','gen_load_zone'), - ('proj_connect_cost_per_mw','gen_connect_cost_per_mw'), - ('proj_capacity_limit_mw','gen_capacity_limit_mw'), - ('proj_variable_om','gen_variable_om'), - ('proj_max_age','gen_max_age'), - ('proj_min_build_capacity','gen_min_build_capacity'), - ('proj_scheduled_outage_rate','gen_scheduled_outage_rate'), - ('proj_forced_outage_rate','gen_forced_outage_rate'), - ('proj_is_variable','gen_is_variable'), - ('proj_is_baseload','gen_is_baseload'), - ('proj_is_cogen','gen_is_cogen'), - ('proj_energy_source','gen_energy_source'), - ('proj_full_load_heat_rate','gen_full_load_heat_rate'), - ('proj_storage_efficiency','gen_storage_efficiency'), - ('proj_min_load_fraction','gen_min_load_fraction'), - ('proj_startup_fuel','gen_startup_fuel'), - ('proj_startup_om','gen_startup_om'), - ('proj_min_uptime','gen_min_uptime'), - ('proj_min_downtime','gen_min_downtime'), - ('proj_min_commit_fraction','gen_min_commit_fraction'), - ('proj_max_commit_fraction','gen_max_commit_fraction'), - ('proj_min_load_fraction_TP','gen_min_load_fraction_TP'), - ('proj_unit_size','gen_unit_size') + "loads.tab": [("lz_demand_mw", "zone_demand_mw")], + "zone_coincident_peak_demand.tab": [ + ("peak_demand_mw", "zone_expected_coincident_peak_demand") ], - 'loads.tab':[ - ('lz_demand_mw','zone_demand_mw') + "variable_capacity_factors.tab": [ + ("proj_max_capacity_factor", "gen_max_capacity_factor") ], - 'zone_coincident_peak_demand.tab':[ - ('peak_demand_mw','zone_expected_coincident_peak_demand') - ], - 'variable_capacity_factors.tab':[ - ('proj_max_capacity_factor','gen_max_capacity_factor') - ] } for fname, old_new_pairs in old_new_column_names_in_file.items(): diff --git a/switch_model/upgrade/upgrade_2_0_0b2.py b/switch_model/upgrade/upgrade_2_0_0b2.py index cbcb5b5e7..c102d49af 100644 --- a/switch_model/upgrade/upgrade_2_0_0b2.py +++ b/switch_model/upgrade/upgrade_2_0_0b2.py @@ -11,8 +11,9 @@ import os import switch_model.upgrade -upgrades_from = '2.0.0b1' -upgrades_to = '2.0.0b2' +upgrades_from = "2.0.0b1" +upgrades_to = "2.0.0b2" + def upgrade_input_dir(inputs_dir): """ @@ -21,14 +22,15 @@ def upgrade_input_dir(inputs_dir): """ # Find modules.txt; it should be either in the inputs directory or in its # parent directory. - modules_path = os.path.join(inputs_dir, 'modules.txt') + modules_path = os.path.join(inputs_dir, "modules.txt") if not os.path.isfile(modules_path): - modules_path = os.path.join(inputs_dir, '..', 'modules.txt') + modules_path = os.path.join(inputs_dir, "..", "modules.txt") if not os.path.isfile(modules_path): raise RuntimeError( "Unable to find modules or modules.txt file for input directory '{}'. " - "This file should be located in the input directory or its parent." - .format(inputs_dir) + "This file should be located in the input directory or its parent.".format( + inputs_dir + ) ) # Replace switch_mod with switch_model in modules.txt @@ -41,13 +43,14 @@ def upgrade_input_dir(inputs_dir): with open(modules_path) as f: module_list = [line.strip() for line in f.read().splitlines()] final_module_list = [ - 'switch_model' + line[10:] if line.startswith('switch_mod.') or line == 'switch_mod' + "switch_model" + line[10:] + if line.startswith("switch_mod.") or line == "switch_mod" else line for line in module_list ] - with open(modules_path, 'w') as f: - for module in final_module_list: + with open(modules_path, "w") as f: + for module in final_module_list: f.write(module + "\n") # Write a new version text file. diff --git a/switch_model/upgrade/upgrade_2_0_0b4.py b/switch_model/upgrade/upgrade_2_0_0b4.py index 6cf0185e2..7ca1719d4 100644 --- a/switch_model/upgrade/upgrade_2_0_0b4.py +++ b/switch_model/upgrade/upgrade_2_0_0b4.py @@ -11,8 +11,9 @@ import pandas import switch_model.upgrade -upgrades_from = '2.0.0b2' -upgrades_to = '2.0.0b4' +upgrades_from = "2.0.0b2" +upgrades_to = "2.0.0b4" + def upgrade_input_dir(inputs_dir): """ @@ -30,12 +31,12 @@ def rename_column(file_name, old_col_name, new_col_name, optional_file=True): path = os.path.join(inputs_dir, file_name) if optional_file and not os.path.isfile(path): return - df = pandas.read_csv(path, na_values=['.'], sep=r"\s+", index_col=False) + df = pandas.read_csv(path, na_values=["."], sep=r"\s+", index_col=False) df.rename(columns={old_col_name: new_col_name}, inplace=True) - df.to_csv(path, sep='\t', na_rep='.', index=False) + df.to_csv(path, sep="\t", na_rep=".", index=False) old_new_column_names_in_file = { - 'gen_inc_heat_rates.tab': [('project', 'GENERATION_PROJECT')] + "gen_inc_heat_rates.tab": [("project", "GENERATION_PROJECT")] } for fname, old_new_pairs in old_new_column_names_in_file.items(): @@ -43,14 +44,16 @@ def rename_column(file_name, old_col_name, new_col_name, optional_file=True): rename_column(fname, old_col_name=old, new_col_name=new) # merge trans_optional_params.tab with transmission_lines.tab - trans_lines_path = os.path.join(inputs_dir, 'transmission_lines.tab') - trans_opt_path = os.path.join(inputs_dir, 'trans_optional_params.tab') + trans_lines_path = os.path.join(inputs_dir, "transmission_lines.tab") + trans_opt_path = os.path.join(inputs_dir, "trans_optional_params.tab") if os.path.isfile(trans_lines_path) and os.path.isfile(trans_lines_path): - trans_lines = pandas.read_csv(trans_lines_path, na_values=['.'], sep=r'\s+') + trans_lines = pandas.read_csv(trans_lines_path, na_values=["."], sep=r"\s+") if os.path.isfile(trans_opt_path): - trans_opt = pandas.read_csv(trans_opt_path, na_values=['.'], sep=r'\s+') - trans_lines = trans_lines.merge(trans_opt, on='TRANSMISSION_LINE', how='left') - trans_lines.to_csv(trans_lines_path, sep='\t', na_rep='.', index=False) + trans_opt = pandas.read_csv(trans_opt_path, na_values=["."], sep=r"\s+") + trans_lines = trans_lines.merge( + trans_opt, on="TRANSMISSION_LINE", how="left" + ) + trans_lines.to_csv(trans_lines_path, sep="\t", na_rep=".", index=False) if os.path.isfile(trans_opt_path): os.remove(trans_opt_path) diff --git a/switch_model/upgrade/upgrade_2_0_1.py b/switch_model/upgrade/upgrade_2_0_1.py index 1c1b33993..e033bb0b6 100644 --- a/switch_model/upgrade/upgrade_2_0_1.py +++ b/switch_model/upgrade/upgrade_2_0_1.py @@ -11,37 +11,37 @@ import pandas import switch_model.upgrade -upgrades_from = '2.0.0b4' -upgrades_to = '2.0.1' +upgrades_from = "2.0.0b4" +upgrades_to = "2.0.1" # note: we could keep switch_model.hawaii.reserves active, but then we would need special code to switch # the model to the main reserves module if and only if they are using the iterative demand response system # which seems unnecessarily complicated replace_modules = { - 'switch_model.hawaii.demand_response': - ['switch_model.balancing.demand_response.iterative'], - 'switch_model.hawaii.r_demand_system': - ['switch_model.balancing.demand_response.iterative.r_demand_system'], - 'switch_model.hawaii.reserves': [ - 'switch_model.balancing.operating_reserves.areas', - 'switch_model.balancing.operating_reserves.spinning_reserves', - ] + "switch_model.hawaii.demand_response": [ + "switch_model.balancing.demand_response.iterative" + ], + "switch_model.hawaii.r_demand_system": [ + "switch_model.balancing.demand_response.iterative.r_demand_system" + ], + "switch_model.hawaii.reserves": [ + "switch_model.balancing.operating_reserves.areas", + "switch_model.balancing.operating_reserves.spinning_reserves", + ], } module_messages = { # description of significant changes to particular modules (other than moving) # old_module: message - 'switch_model.hawaii.r_demand_system': - 'The switch_model.hawaii.r_demand_system module has been moved. Please update ' - 'the --dr-demand-module flag to point to the new location.', - 'switch_model.hawaii.demand_response': - 'The switch_model.hawaii.demand_response module has been moved. Please update ' - 'iterate.txt to refer to the new location.', - 'switch_model.hawaii.switch_patch': - 'The switch_model.hawaii.switch_patch module no longer patches ' - 'the cplex solver to generate dual values for mixed-integer programs. ' - 'Use the new --retrieve-cplex-mip-duals flag if you need this behavior.' + "switch_model.hawaii.r_demand_system": "The switch_model.hawaii.r_demand_system module has been moved. Please update " + "the --dr-demand-module flag to point to the new location.", + "switch_model.hawaii.demand_response": "The switch_model.hawaii.demand_response module has been moved. Please update " + "iterate.txt to refer to the new location.", + "switch_model.hawaii.switch_patch": "The switch_model.hawaii.switch_patch module no longer patches " + "the cplex solver to generate dual values for mixed-integer programs. " + "Use the new --retrieve-cplex-mip-duals flag if you need this behavior.", } + def upgrade_input_dir(inputs_dir): """ Upgrade the input directory. @@ -60,32 +60,36 @@ def rename_file(old_name, new_name, optional_file=True): return shutil.move(old_path, new_path) + def rename_column(file_name, old_col_name, new_col_name, optional_file=True): path = os.path.join(inputs_dir, file_name) if optional_file and not os.path.isfile(path): return - df = pandas.read_csv(path, na_values=['.'], sep=r"\s+", index_col=False) + df = pandas.read_csv(path, na_values=["."], sep=r"\s+", index_col=False) df.rename(columns={old_col_name: new_col_name}, inplace=True) - df.to_csv(path, sep='\t', na_rep='.', index=False) + df.to_csv(path, sep="\t", na_rep=".", index=False) + def item_list(items): """Generate normal-text version of list of items, with commas and "and" as needed.""" - return ' and '.join(', '.join(items).rsplit(', ', 1)) + return " and ".join(", ".join(items).rsplit(", ", 1)) + def update_modules(inputs_dir): """Rename modules in the module list if needed (list is sought in standard locations) and return list of alerts for user.""" - modules_path = os.path.join(inputs_dir, 'modules.txt') + modules_path = os.path.join(inputs_dir, "modules.txt") if not os.path.isfile(modules_path): - modules_path = os.path.join(inputs_dir, '..', 'modules.txt') + modules_path = os.path.join(inputs_dir, "..", "modules.txt") if not os.path.isfile(modules_path): raise RuntimeError( "Unable to find modules or modules.txt file for input directory '{}'. " - "This file should be located in the input directory or its parent." - .format(inputs_dir) + "This file should be located in the input directory or its parent.".format( + inputs_dir + ) ) - modules_path = os.path.normpath(modules_path) # tidy up for display later + modules_path = os.path.normpath(modules_path) # tidy up for display later # Upgrade module listings # Each line of the original file is either a module identifier or a comment @@ -93,13 +97,14 @@ def update_modules(inputs_dir): old_module_list = [line.strip() for line in f.read().splitlines()] # rename modules as needed - new_module_list=[] + new_module_list = [] for module in old_module_list: try: new_modules = replace_modules[module] - print ( - "Module {old} has been replaced by {new} in {file}." - .format(old=module, new=item_list(new_modules), file=modules_path) + print( + "Module {old} has been replaced by {new} in {file}.".format( + old=module, new=item_list(new_modules), file=modules_path + ) ) except KeyError: new_modules = [module] @@ -112,10 +117,10 @@ def update_modules(inputs_dir): # components defined by other modules, but # switch_model.balancing.operating_reserves.spinning_reserves should # load early so other modules can register reserves with it. - if 'switch_model.hawaii.reserves' in old_module_list: - new_spin = 'switch_model.balancing.operating_reserves.areas' + if "switch_model.hawaii.reserves" in old_module_list: + new_spin = "switch_model.balancing.operating_reserves.areas" try: - insert_pos = new_module_list.index('switch_model.balancing.load_zones') + 1 + insert_pos = new_module_list.index("switch_model.balancing.load_zones") + 1 if insert_pos < new_module_list.index(new_spin): new_module_list.remove(new_spin) new_module_list.insert(insert_pos, new_spin) @@ -126,17 +131,16 @@ def update_modules(inputs_dir): # ) except ValueError: # couldn't find the location to insert spinning reserves module - print ( - '{} module should be moved early in the module list, ' - 'before any modules that define reserve elements.' - .format(new_spin) + print( + "{} module should be moved early in the module list, " + "before any modules that define reserve elements.".format(new_spin) ) - #import pdb; pdb.set_trace() + # import pdb; pdb.set_trace() # write new modules list - with open(modules_path, 'w') as f: - for module in new_module_list: + with open(modules_path, "w") as f: + for module in new_module_list: f.write(module + "\n") # report any significant changes in the previously active modules diff --git a/switch_model/upgrade/upgrade_2_0_4.py b/switch_model/upgrade/upgrade_2_0_4.py index 72041af34..21ac58c07 100644 --- a/switch_model/upgrade/upgrade_2_0_4.py +++ b/switch_model/upgrade/upgrade_2_0_4.py @@ -11,8 +11,8 @@ import pandas import switch_model.upgrade -upgrades_from = '2.0.1' -upgrades_to = '2.0.4' +upgrades_from = "2.0.1" +upgrades_to = "2.0.4" replace_modules = { # no renames in this version @@ -21,26 +21,23 @@ module_messages = { # description of significant changes to particular modules (other than moving) # old_module: message - 'switch_model.transmission.local_td': - 'Switch 2.0.4 makes two changes to the local_td module. ' - '1. The carrying cost of pre-existing local transmission and ' - 'distribution is now included in the total system costs. ' - '2. The legacy transmission is no longer reported in the ' - 'BuildLocalTD.tab output file.', - 'switch_model.reporting': - 'Output files (*.tab) now use native line endings instead of ' - 'always using Unix-style line endings. On Windows systems, these ' - 'files will now use "\\r\\n" instead of "\\n".', - 'switch_model.reporting.basic_exports': - 'Output files (*.csv) now use native line endings instead of ' - 'always using Unix-style line endings. On Windows systems, these ' - 'files will now use "\\r\\n" instead of "\\n".', - 'switch_model.hawaii.save_results': - 'Output files (*.tsv) now use native line endings instead of ' - 'always using Unix-style line endings. On Windows systems, these ' - 'files will now use "\\r\\n" instead of "\\n".', + "switch_model.transmission.local_td": "Switch 2.0.4 makes two changes to the local_td module. " + "1. The carrying cost of pre-existing local transmission and " + "distribution is now included in the total system costs. " + "2. The legacy transmission is no longer reported in the " + "BuildLocalTD.tab output file.", + "switch_model.reporting": "Output files (*.tab) now use native line endings instead of " + "always using Unix-style line endings. On Windows systems, these " + 'files will now use "\\r\\n" instead of "\\n".', + "switch_model.reporting.basic_exports": "Output files (*.csv) now use native line endings instead of " + "always using Unix-style line endings. On Windows systems, these " + 'files will now use "\\r\\n" instead of "\\n".', + "switch_model.hawaii.save_results": "Output files (*.tsv) now use native line endings instead of " + "always using Unix-style line endings. On Windows systems, these " + 'files will now use "\\r\\n" instead of "\\n".', } + def upgrade_input_dir(inputs_dir): """ Upgrade the input directory. @@ -59,35 +56,37 @@ def rename_file(old_name, new_name, optional_file=True): return shutil.move(old_path, new_path) + def rename_column(file_name, old_col_name, new_col_name, optional_file=True): path = os.path.join(inputs_dir, file_name) if optional_file and not os.path.isfile(path): return - df = pandas.read_csv(path, na_values=['.'], sep=r"\s+", index_col=False) + df = pandas.read_csv(path, na_values=["."], sep=r"\s+", index_col=False) df.rename(columns={old_col_name: new_col_name}, inplace=True) - df.to_csv(path, sep='\t', na_rep='.', index=False) + df.to_csv(path, sep="\t", na_rep=".", index=False) + def item_list(items): """Generate normal-text version of list of items, with commas and "and" as needed.""" - return ' and '.join(', '.join(items).rsplit(', ', 1)) + return " and ".join(", ".join(items).rsplit(", ", 1)) + def update_modules(inputs_dir): """Rename modules in the module list if needed (list is sought in standard locations) and return list of alerts for user.""" - modules_path = os.path.join(inputs_dir, 'modules.txt') + modules_path = os.path.join(inputs_dir, "modules.txt") if not os.path.isfile(modules_path): - modules_path = os.path.join(inputs_dir, '..', 'modules.txt') + modules_path = os.path.join(inputs_dir, "..", "modules.txt") if not os.path.isfile(modules_path): - modules_path = 'modules.txt' + modules_path = "modules.txt" if not os.path.isfile(modules_path): raise RuntimeError( "Unable to find modules or modules.txt file for input directory '{}'. " "This file should be located in the input directory, its parent, or " - "the current working directory." - .format(inputs_dir) + "the current working directory.".format(inputs_dir) ) - modules_path = os.path.normpath(modules_path) # tidy up for display later + modules_path = os.path.normpath(modules_path) # tidy up for display later # Upgrade module listings # Each line of the original file is either a module identifier or a comment @@ -95,13 +94,14 @@ def update_modules(inputs_dir): old_module_list = [line.strip() for line in f.read().splitlines()] # rename modules as needed - new_module_list=[] + new_module_list = [] for module in old_module_list: try: new_modules = replace_modules[module] switch_model.upgrade.print_verbose( - "Module {old} has been replaced by {new} in {file}." - .format(old=module, new=item_list(new_modules), file=modules_path) + "Module {old} has been replaced by {new} in {file}.".format( + old=module, new=item_list(new_modules), file=modules_path + ) ) except KeyError: new_modules = [module] @@ -109,8 +109,8 @@ def update_modules(inputs_dir): if new_module_list != old_module_list: # write new modules list - with open(modules_path, 'w') as f: - for module in new_module_list: + with open(modules_path, "w") as f: + for module in new_module_list: f.write(module + "\n") # report any significant changes in the previously active modules diff --git a/switch_model/upgrade/upgrade_2_0_5.py b/switch_model/upgrade/upgrade_2_0_5.py index dd48829ef..e0d7436d0 100644 --- a/switch_model/upgrade/upgrade_2_0_5.py +++ b/switch_model/upgrade/upgrade_2_0_5.py @@ -13,8 +13,8 @@ from pyomo.environ import DataPortal -upgrades_from = '2.0.4' -upgrades_to = '2.0.5' +upgrades_from = "2.0.4" +upgrades_to = "2.0.5" replace_modules = { # no renames in this version @@ -23,11 +23,11 @@ module_messages = { # description of significant changes to particular modules (other than moving) # old_module: message - 'switch_model': - 'Beginning with Switch 2.0.5, all inputs must be in .csv files and all ' - 'outputs will be written to .csv files.', + "switch_model": "Beginning with Switch 2.0.5, all inputs must be in .csv files and all " + "outputs will be written to .csv files.", } + def upgrade_input_dir(inputs_dir): """ Upgrade the input directory. @@ -40,20 +40,25 @@ def upgrade_input_dir(inputs_dir): # Convert all .tab input files to .csv (maybe it should # work with a list of specific files instead?) - for old_path in glob.glob(os.path.join(inputs_dir, '*.tab')): - new_path = old_path[:-4] + '.csv' + for old_path in glob.glob(os.path.join(inputs_dir, "*.tab")): + new_path = old_path[:-4] + ".csv" convert_tab_to_csv(old_path, new_path) # Convert certain .tab input files to .csv # These are all simple ampl/pyomo files with only un-indexed parameters for f in [ - 'financials.dat', 'trans_params.dat', 'spillage_penalty.dat', - 'spinning_reserve_params.dat', 'lost_load_cost.dat', 'hydrogen.dat' - ]: + "financials.dat", + "trans_params.dat", + "spillage_penalty.dat", + "spinning_reserve_params.dat", + "lost_load_cost.dat", + "hydrogen.dat", + ]: old_path = os.path.join(inputs_dir, f) - new_path = old_path[:-4] + '.csv' + new_path = old_path[:-4] + ".csv" if os.path.exists(old_path): convert_dat_to_csv(old_path, new_path) + def convert_tab_to_csv(old_path, new_path): # Note: we assume the old file is a simple ampl/pyomo dat file, with only # non-indexed parameters (that is the case for all the ones listed above) @@ -61,23 +66,22 @@ def convert_tab_to_csv(old_path, new_path): # Allow any whitespace as a delimiter because that is how ampl/pyomo .tab # files work, and some of our older examples use spaces instead of tabs # (e.g., tests/upgrade_dat/copperplate1/inputs/variable_capacity_factors.tab). - df = pandas.read_csv(old_path, na_values=['.'], sep=r'\s+') - df.to_csv(new_path, sep=',', na_rep='.', index=False) + df = pandas.read_csv(old_path, na_values=["."], sep=r"\s+") + df.to_csv(new_path, sep=",", na_rep=".", index=False) os.remove(old_path) except Exception as e: - print( - '\nERROR converting {} to {}:\n{}' - .format(old_path, new_path, e.message) - ) + print("\nERROR converting {} to {}:\n{}".format(old_path, new_path, e.message)) raise + def convert_dat_to_csv(old_path, new_path): # define a dummy "model" where every "parameter" reports a dimension of 0. # otherwise Pyomo assumes they have dim=1 and looks for index values. - class DummyModel(): + class DummyModel: def __getattr__(self, pname): return DummyParam() - class DummyParam(): + + class DummyParam: def dim(self): return 0 @@ -86,15 +90,13 @@ def dim(self): data.load(filename=old_path) # this happens to be in a pandas-friendly format df = pandas.DataFrame(data.data()) - df.to_csv(new_path, sep=',', na_rep='.', index=False) + df.to_csv(new_path, sep=",", na_rep=".", index=False) os.remove(old_path) except Exception as e: - print( - '\nERROR converting {} to {}:\n{}' - .format(old_path, new_path, e.message) - ) + print("\nERROR converting {} to {}:\n{}".format(old_path, new_path, e.message)) raise + # These functions are not used in the 2.0.5 upgrade, but kept here for the future def rename_file(old_name, new_name, optional_file=True): old_path = os.path.join(inputs_dir, old_name) @@ -103,35 +105,37 @@ def rename_file(old_name, new_name, optional_file=True): return shutil.move(old_path, new_path) + def rename_column(file_name, old_col_name, new_col_name, optional_file=True): path = os.path.join(inputs_dir, file_name) if optional_file and not os.path.isfile(path): return - df = pandas.read_csv(path, na_values=['.'], sep=',') # for 2.0.5+ + df = pandas.read_csv(path, na_values=["."], sep=",") # for 2.0.5+ df.rename(columns={old_col_name: new_col_name}, inplace=True) - df.to_csv(path, sep=',', na_rep='.', index=False) + df.to_csv(path, sep=",", na_rep=".", index=False) + def item_list(items): """Generate normal-text version of list of items, with commas and "and" as needed.""" - return ' and '.join(', '.join(items).rsplit(', ', 1)) + return " and ".join(", ".join(items).rsplit(", ", 1)) + def update_modules(inputs_dir): """Rename modules in the module list if needed (list is sought in standard locations) and return list of alerts for user.""" - modules_path = os.path.join(inputs_dir, 'modules.txt') + modules_path = os.path.join(inputs_dir, "modules.txt") if not os.path.isfile(modules_path): - modules_path = os.path.join(inputs_dir, '..', 'modules.txt') + modules_path = os.path.join(inputs_dir, "..", "modules.txt") if not os.path.isfile(modules_path): - modules_path = 'modules.txt' + modules_path = "modules.txt" if not os.path.isfile(modules_path): raise RuntimeError( "Unable to find modules or modules.txt file for input directory '{}'. " "This file should be located in the input directory, its parent, or " - "the current working directory." - .format(inputs_dir) + "the current working directory.".format(inputs_dir) ) - modules_path = os.path.normpath(modules_path) # tidy up for display later + modules_path = os.path.normpath(modules_path) # tidy up for display later # Upgrade module listings # Each line of the original file is either a module identifier or a comment @@ -139,13 +143,14 @@ def update_modules(inputs_dir): old_module_list = [line.strip() for line in f.read().splitlines()] # rename modules as needed - new_module_list=[] + new_module_list = [] for module in old_module_list: try: new_modules = replace_modules[module] switch_model.upgrade.print_verbose( - "Module {old} has been replaced by {new} in {file}." - .format(old=module, new=item_list(new_modules), file=modules_path) + "Module {old} has been replaced by {new} in {file}.".format( + old=module, new=item_list(new_modules), file=modules_path + ) ) except KeyError: new_modules = [module] @@ -153,8 +158,8 @@ def update_modules(inputs_dir): if new_module_list != old_module_list: # write new modules list - with open(modules_path, 'w') as f: - for module in new_module_list: + with open(modules_path, "w") as f: + for module in new_module_list: f.write(module + "\n") # report any significant changes in the previously active modules diff --git a/switch_model/utilities.py b/switch_model/utilities.py deleted file mode 100644 index b6a0ea384..000000000 --- a/switch_model/utilities.py +++ /dev/null @@ -1,684 +0,0 @@ -# Copyright (c) 2015-2019 The Switch Authors. All rights reserved. -# Licensed under the Apache License, Version 2.0, which is in the LICENSE file. - -""" -Utility functions for Switch. -""" -from __future__ import print_function - -import os, types, importlib, re, sys, argparse, time, datetime -import __main__ as main -from pyomo.environ import * -import pyomo.opt - -# Define string_types (same as six.string_types). This is useful for -# distinguishing between strings and other iterables. -try: - # Python 2 - string_types = (basestring,) -except NameError: - # Python 3 - string_types = (str,) - -# Check whether this is an interactive session (determined by whether -# __main__ has a __file__ attribute). Scripts can check this value to -# determine what level of output to display. -interactive_session = not hasattr(main, '__file__') - -def define_AbstractModel(*module_list, **kwargs): - # stub to provide old functionality as we move to a simpler calling convention - args = kwargs.get("args", sys.argv[1:]) - return create_model(module_list, args) - -def create_model(module_list=None, args=sys.argv[1:]): - """ - - Construct a Pyomo AbstractModel using the Switch modules or packages - in the given list and return the model. The following utility methods - are attached to the model as class methods to simplify their use: - min_data_check(), load_inputs(), pre_solve(), post_solve(). - - This is implemented as calling the following functions for each module - that has them defined: - - define_dynamic_lists(model): Add lists to the model that other modules can - register with. Used for power balance equations, cost components of the - objective function, etc. - - define_components(model): Add components to the model object (parameters, - sets, decisions variables, expressions, and/or constraints). Also register - with relevant dynamic_lists. - - define_dynamic_components(model): Add dynamic components to the model that - depend on the contents of dyanmics lists. Power balance constraints and - the objective function are defined in this manner. - - See financials and balancing.load_zones for examples of dynamic definitions. - - All modules can request access to command line parameters and set their - default values for those options. If this codebase is being used more like - a library than a stand-alone executable, this behavior can cause problems. - For example, running this model with PySP's runph tool will cause errors - where a runph argument such as --instance-directory is unknown to the - switch modules, so parse_args() generates an error. This behavior can be - avoided calling this function with an empty list for args: - create_model(module_list, args=[]) - - """ - model = AbstractModel() - - # Load modules - if module_list is None: - import switch_model.solve - module_list = switch_model.solve.get_module_list(args) - model.module_list = module_list - for m in module_list: - importlib.import_module(m) - - # Bind utility functions to the model as class objects - # Should we be formally extending their class instead? - _add_min_data_check(model) - model.has_discrete_variables = types.MethodType(has_discrete_variables, model) - model.get_modules = types.MethodType(get_modules, model) - model.load_inputs = types.MethodType(load_inputs, model) - model.pre_solve = types.MethodType(pre_solve, model) - model.post_solve = types.MethodType(post_solve, model) - - # Define and parse model configuration options - argparser = _ArgumentParser(allow_abbrev=False) - for module in model.get_modules(): - if hasattr(module, 'define_arguments'): - module.define_arguments(argparser) - model.options = argparser.parse_args(args) - - # Define model components - for module in model.get_modules(): - if hasattr(module, 'define_dynamic_lists'): - module.define_dynamic_lists(model) - for module in model.get_modules(): - if hasattr(module, 'define_components'): - module.define_components(model) - for module in model.get_modules(): - if hasattr(module, 'define_dynamic_components'): - module.define_dynamic_components(model) - - return model - - -def get_modules(model): - """ Return a list of loaded module objects for this model. """ - for m in model.module_list: - yield sys.modules[m] - - -def make_iterable(item): - """Return an iterable for the one or more items passed.""" - if isinstance(item, string_types): - i = iter([item]) - else: - try: - # check if it's iterable - i = iter(item) - except TypeError: - i = iter([item]) - return i - -class StepTimer(object): - """ - Keep track of elapsed time for steps of a process. - Use timer = StepTimer() to create a timer, then retrieve elapsed time and/or - reset the timer at each step by calling timer.step_time() - """ - def __init__(self): - self.start_time = time.time() - def step_time(self): - """ - Reset timer to current time and return time elapsed since last step. - """ - last_start = self.start_time - self.start_time = now = time.time() - return now - last_start - -def load_inputs(model, inputs_dir=None, attach_data_portal=True): - """ - Load input data for an AbstractModel using the modules in the given - list and return a model instance. This is implemented as calling the - load_inputs() function of each module, if the module has that function. - """ - if inputs_dir is None: - inputs_dir = getattr(model.options, "inputs_dir", "inputs") - - # Load data; add a fancier load function to the data portal - timer = StepTimer() - data = DataPortal(model=model) - data.load_aug = types.MethodType(load_aug, data) - for module in model.get_modules(): - if hasattr(module, 'load_inputs'): - module.load_inputs(model, data, inputs_dir) - if model.options.verbose: - print("Data read in {:.2f} s.\n".format(timer.step_time())) - - # At some point, pyomo deprecated 'create' in favor of 'create_instance'. - # Determine which option is available and use that. - if hasattr(model, 'create_instance'): - instance = model.create_instance(data) - else: - instance = model.create(data) - if model.options.verbose: - print("Instance created from data in {:.2f} s.\n".format(timer.step_time())) - - if attach_data_portal: - instance.DataPortal = data - return instance - - -def save_inputs_as_dat(model, instance, save_path="inputs/complete_inputs.dat", - exclude=[], sorted_output=False): - """ - Save input data to a .dat file for use with PySP or other command line - tools that have not been fully integrated with DataPortal. - SYNOPSIS: - save_inputs_as_dat(model, instance, save_path) - """ - # helper function to convert values to strings, - # putting quotes around values that start as strings - quote_str = lambda v: '"{}"'.format(v) if isinstance(v, string_types) else '{}'.format(str(v)) - # helper function to create delimited lists from single items or iterables of any data type - from switch_model.reporting import make_iterable - join_space = lambda items: ' '.join(map(str, make_iterable(items))) # space-separated list - join_comma = lambda items: ','.join(map(str, make_iterable(items))) # comma-separated list - - with open(save_path, "w") as f: - for component_name in instance.DataPortal.data(): - if component_name in exclude: - continue # don't write data for components in exclude list - # (they're in scenario-specific files) - component = getattr(model, component_name) - comp_class = type(component).__name__ - component_data = instance.DataPortal.data(name=component_name) - if comp_class == 'SimpleSet' or comp_class == 'OrderedSimpleSet': - f.write( - "set {} := {};\n" - .format(component_name, join_space(component_data)) - ) - elif comp_class == 'IndexedParam': - if component_data: # omit components for which no data were provided - f.write("param {} := \n".format(component_name)) - for key, value in ( - sorted(iteritems(component_data)) - if sorted_output - else iteritems(component_data) - ): - f.write(" {} {}\n".format(join_space(key), quote_str(value))) - f.write(";\n") - elif comp_class == 'SimpleParam': - f.write("param {} := {};\n".format(component_name, component_data)) - elif comp_class == 'IndexedSet': - for key, vals in iteritems(component_data): - f.write( - "set {}[{}] := {};\n" - .format(component_name, join_comma(key), join_space(vals)) - ) - else: - raise ValueError( - "Error! Component type {} not recognized for model element '{}'.". - format(comp_class, component_name)) - -def pre_solve(instance, outputs_dir=None): - """ - Call pre-solve function (if present) in all modules used to compose this model. - This function can be used to adjust the instance after it is created and before it is solved. - """ - for module in instance.get_modules(): - if hasattr(module, 'pre_solve'): - module.pre_solve(instance) - -def post_solve(instance, outputs_dir=None): - """ - Call post-solve function (if present) in all modules used to compose this model. - This function can be used to report or save results from the solved model. - """ - if outputs_dir is None: - outputs_dir = getattr(instance.options, "outputs_dir", "outputs") - if not os.path.exists(outputs_dir): - os.makedirs(outputs_dir) - - # TODO: implement a check to call post solve functions only if - # solver termination condition is not 'infeasible' or 'unknown' - # (the latter may occur when there are problems with licenses, etc) - - for module in instance.get_modules(): - if hasattr(module, 'post_solve'): - module.post_solve(instance, outputs_dir) - - -def min_data_check(model, *mandatory_model_components): - """ - - This function checks that an instance of Pyomo abstract model has - mandatory components defined. If a user attempts to create an - instance without defining all of the necessary data, this will - produce fatal errors with clear messages stating specifically what - components have missing data. This function is attached to an - abstract model by the _add_min_data_check() function. See - _add_min_data_check() documentation for usage examples. - - Without this check, I would get fatal errors if I forgot to specify data - for a component that didn't have a default value, but the error message - was obscure and gave me a line number with the first snippet of code - that tried to reference the component with missing data. It took me a - little bit of time to figure out what was causing that failure, and I'm - a skilled programmer. I would like this model to be accessible to non- - programmers as well, so I felt it was important to use the BuildCheck - Pyomo function to validate data during construction of a model instance. - - I found that BuildCheck's message listed the name of the check that - failed, but did not provide mechanisms for printing a specific error - message. I tried printing to the screen, but that output tended to be - obscured or hidden. I've settled on raising a ValueError for now with a - clear and specific message. I could also use logging.error() or related - logger methods, and rely on BuildCheck to throw an error, but I've - already implemented this, and those other methods don't offer any clear - advantages that I can see. - - """ - model.__num_min_data_checks += 1 - new_data_check_name = "min_data_check_" + str(model.__num_min_data_checks) - setattr(model, new_data_check_name, BuildCheck( - rule=lambda m: check_mandatory_components( - m, *mandatory_model_components))) - - -def _add_min_data_check(model): - """ - Bind the min_data_check() method to an instance of a Pyomo AbstractModel - object if it has not already been added. Also add a counter to keep - track of what to name the next check that is added. - """ - if getattr(model, 'min_data_check', None) is None: - model.__num_min_data_checks = 0 - model.min_data_check = types.MethodType(min_data_check, model) - - -def has_discrete_variables(model): - all_elements = lambda v: v.itervalues() if v.is_indexed() else [v] - return any( - v.is_binary() or v.is_integer() - for variable in model.component_objects(Var, active=True) - for v in all_elements(variable) - ) - -def check_mandatory_components(model, *mandatory_model_components): - """ - Checks whether mandatory elements of a Pyomo model are populated, - and returns a clear error message if they don't exist. - - Typically, this method is not used directly. Instead, the - min_data_check() method will set up a BuildCheck that uses this - function. - - If an argument is a set, it must have non-zero length. - - If an argument is an indexed parameter, it must have a value for - every index in the indexed set. Do not use this for indexed params - that have default values. If the set indexing a param is not - mandatory and is empty, then the indexed parameter may be empty as - well. - - If an argument is a simple parameter, it must have a value. - - This does not work with indexed sets. - """ - - for component_name in mandatory_model_components: - obj = getattr(model, component_name) - o_class = type(obj).__name__ - if o_class == 'SimpleSet' or o_class == 'OrderedSimpleSet': - if len(obj) == 0: - raise ValueError( - "No data is defined for the mandatory set '{}'.". - format(component_name)) - elif o_class == 'IndexedParam': - if len(obj) != len(obj._index): - missing_index_elements = [v for v in set(obj._index) - set( obj.sparse_keys())] - raise ValueError( - "Values are not provided for every element of the " - "mandatory parameter '{}'. " - "Missing data for {} values, including: {}" - .format(component_name, len(missing_index_elements), missing_index_elements[:10]) - ) - elif o_class == 'IndexedSet': - if len(obj) != len(obj._index): - raise ValueError( - ("Sets are not defined for every index of " + - "the mandatory indexed set '{}'").format(component_name)) - elif o_class == 'SimpleParam': - if obj.value is None: - raise ValueError( - "Value not provided for mandatory parameter '{}'". - format(component_name)) - else: - raise ValueError( - "Error! Object type {} not recognized for model element '{}'.". - format(o_class, component_name)) - return True - - -class InputError(Exception): - """Exception raised for errors in the input. - - Attributes: - expression -- input expression in which the error occurred - message -- explanation of the error - """ - - def __init__(self, value): - self.value = value - - def __str__(self): - return repr(self.value) - - -def load_aug(switch_data, optional=False, auto_select=False, - optional_params=[], **kwds): - """ - This is a wrapper for the DataPortal object that accepts additional - keywords. This currently supports a flag for the file being optional. - The name load_aug() is not great and may be changed. - """ - # TODO: - # Allow user to specify filename when defining parameters and sets. - # Also allow user to specify the name(s) of the column(s) in each set. - # Then use those automatically to pull data from the right file (and to - # write correct index column names in the generic output files). - # This will simplify code and ease comprehension (user can see - # immediately where the data come from for each component). This can - # also support auto-documenting of parameters and input files. - - path = kwds['filename'] - # Skip if the file is missing - if optional and not os.path.isfile(path): - return - # If this is a .dat file, then skip the rest of this fancy business; we'll - # only check if the file is missing and optional for .csv files. - filename, extension = os.path.splitext(path) - if extension == '.dat': - switch_data.load(**kwds) - return - - # copy the optional_params to avoid side-effects when the list is altered below - optional_params=list(optional_params) - # Parse header and first row - with open(path) as infile: - headers_line = infile.readline() - second_line = infile.readline() - file_is_empty = (headers_line == '') - file_has_no_data_rows = (second_line == '') - suffix = path.split('.')[-1] - if suffix in {'tab', 'tsv'}: - separator = '\t' - elif suffix == 'csv': - separator = ',' - else: - raise switch_model.utilities.InputError('Unrecognized file type for input file {}'.format(path)) - # TODO: parse this more formally, e.g. using csv module - headers = headers_line.strip().split(separator) - # Skip if the file is empty. - if optional and file_is_empty: - return - # Try to get a list of parameters. If param was given as a - # singleton or a tuple, make it into a list that can be edited. - params = [] - if 'param' in kwds: - # Tuple -> list - if isinstance(kwds['param'], tuple): - kwds['param'] = list(kwds['param']) - # Singleton -> list - elif not isinstance(kwds['param'], list): - kwds['param'] = [kwds['param']] - params = kwds['param'] - # optional_params may include Param objects instead of names. In - # those cases, convert objects to names. - for (i, p) in enumerate(optional_params): - if not isinstance(p, string_types): - optional_params[i] = p.name - # Expand the list optional parameters to include any parameter that - # has default() defined. I need to allow an explicit list of default - # parameters to support optional parameters like gen_unit_size which - # don't have default value because it is undefined for generators - # for which it does not apply. - for p in params: - if p.default() is not None: - optional_params.append(p.name) - # How many index columns do we expect? - # Grab the dimensionality of the index param if it was provided. - if 'index' in kwds: - num_indexes = kwds['index'].dimen - # Next try the first parameter's index. - elif len(params) > 0: - try: - num_indexes = params[0].index_set().dimen - except (ValueError, AttributeError): - num_indexes = 0 - # Default to 0 if both methods failed. - else: - num_indexes = 0 - # Make a select list if requested. Assume the left-most columns are - # indexes and that other columns are named after their parameters. - # Maybe this could be extended to use a standard prefix for each data file? - # e.g., things related to regional fuel market supply tiers (indexed by RFM_SUPPLY_TIER) - # could all get the prefix "rfm_supply_tier_". Then they could get shorter names - # within the file (e.g., "cost" and "limit"). We could also require the data file - # to be called "rfm_supply_tier.csv" for greater consistency/predictability. - if auto_select: - if 'select' in kwds: - raise InputError('You may not specify a select parameter if ' + - 'auto_select is set to True.') - kwds['select'] = headers[0:num_indexes] - kwds['select'].extend([p.name for p in params]) - # Check to see if expected column names are in the file. If a column - # name is missing and its parameter is optional, then drop it from - # the select & param lists. - if 'select' in kwds: - if isinstance(kwds['select'], tuple): - kwds['select'] = list(kwds['select']) - del_items = [] - for (i, col) in enumerate(kwds['select']): - p_i = i - num_indexes - if col not in headers: - if(len(params) > p_i >= 0 and - params[p_i].name in optional_params): - del_items.append((i, p_i)) - else: - raise InputError( - 'Column {} not found in file {}.' - .format(col, path)) - # When deleting entries from select & param lists, go from last - # to first so that the indexes won't get messed up as we go. - del_items.sort(reverse=True) - for (i, p_i) in del_items: - del kwds['select'][i] - del kwds['param'][p_i] - - if optional and file_has_no_data_rows: - # Skip the file. Note that we are only doing this after having - # validated the file's column headings. - return - # All done with cleaning optional bits. Pass the updated arguments - # into the DataPortal.load() function. - switch_data.load(**kwds) - - -# Define an argument parser that accepts the allow_abbrev flag to -# prevent partial matches, even on versions of Python before 3.5. -# See https://bugs.python.org/issue14910 -# This is needed because the parser may sometimes be called with only a subset -# of the eventual argument list (e.g., to parse module-related arguments before -# loading the modules and adding their arguments to the list), and without this -# flag, the parser could match arguments that are meant to be used later -# (It's not likely, but for example if the user specifies a flag "--exclude", -# which will be consumed by one of their modules, the default parser would -# match that to "--exclude-modules" during the early, partial parse.) -if sys.version_info >= (3, 5): - _ArgumentParserAllowAbbrev = argparse.ArgumentParser -else: - # patch ArgumentParser to accept the allow_abbrev flag - # (works on Python 2.7 and maybe others) - class _ArgumentParserAllowAbbrev(argparse.ArgumentParser): - def __init__(self, *args, **kwargs): - if not kwargs.get("allow_abbrev", True): - if hasattr(self, "_get_option_tuples"): - # force self._get_option_tuples to return an empty list (of partial matches) - # see https://bugs.python.org/issue14910#msg204678 - def new_get_option_tuples(self, option_string): - return [] - self._get_option_tuples = types.MethodType(new_get_option_tuples, self) - else: - raise RuntimeError( - "Incompatible argparse module detected. This software requires " - "Python 3.5 or later, or an earlier version of argparse that defines " - "ArgumentParser._get_option_tuples()" - ) - # consume the allow_abbrev argument if present - kwargs.pop("allow_abbrev", None) - return argparse.ArgumentParser.__init__(self, *args, **kwargs) - -class ExtendAction(argparse.Action): - """Create or extend list with the provided items""" - # from https://stackoverflow.com/a/41153081/3830997 - def __call__(self, parser, namespace, values, option_string=None): - items = getattr(namespace, self.dest) or [] - items.extend(values) - setattr(namespace, self.dest, items) - -class IncludeAction(argparse.Action): - """Flag the specified items for inclusion in the model""" - def __call__(self, parser, namespace, values, option_string=None): - items = getattr(namespace, self.dest) or [] - items.append(('include', values)) - setattr(namespace, self.dest, items) -class ExcludeAction(argparse.Action): - """Flag the specified items for exclusion from the model""" - def __call__(self, parser, namespace, values, option_string=None): - items = getattr(namespace, self.dest) or [] - items.append(('exclude', values)) - setattr(namespace, self.dest, items) - -# Test whether we need to issue warnings about the Python parsing bug. -# (applies to at least Python 2.7.11 and 3.6.2) -# This bug messes up solve-scenarios if the user specifies -# --scenario x --solver-options-string="a=b c=d" -test_parser = argparse.ArgumentParser() -test_parser.add_argument('--arg1', nargs='+', default=[]) -bad_equal_parser = ( - len(test_parser.parse_known_args(['--arg1', 'a', '--arg2=a=1 b=2'])[1]) - == 0 -) - -# TODO: merge the _ArgumentParserAllowAbbrev code into this class -class _ArgumentParser(_ArgumentParserAllowAbbrev): - """ - Custom version of ArgumentParser: - - warns about a bug in standard Python ArgumentParser for --arg="some words" - - allows use of 'extend', 'include' and 'exclude' actions to accumulate lists - with multiple calls - """ - def __init__(self, *args, **kwargs): - super(_ArgumentParser, self).__init__(*args, **kwargs) - self.register('action', 'extend', ExtendAction) - self.register('action', 'include', IncludeAction) - self.register('action', 'exclude', ExcludeAction) - - def parse_known_args(self, args=None, namespace=None): - # parse_known_args parses arguments like --list-arg a b --other-arg="something with space" - # as list_arg=['a', 'b', '--other-arg="something with space"']. - # See https://bugs.python.org/issue34390. - # We issue a warning to avoid this. - if bad_equal_parser and args is not None: - for a in args: - if a.startswith('--') and '=' in a: - print( - "Warning: argument '{}' may be parsed incorrectly. It is " - "safer to use ' ' instead of '=' as a separator." - .format(a) - ) - time.sleep(2) # give users a chance to see it - return super(_ArgumentParser, self).parse_known_args(args, namespace) - - -def approx_equal(a, b, tolerance=0.01): - return abs(a-b) <= (abs(a) + abs(b)) / 2.0 * tolerance - - -def default_solver(): - return pyomo.opt.SolverFactory('glpk') - -def warn(message): - """ - Send warning message to sys.stderr. - Unlike warnings.warn, this does not add the current line of code to the message. - """ - sys.stderr.write("WARNING: " + message + '\n') - -class TeeStream(object): - """ - Virtual stream that writes output to both stream1 and stream2. Attributes - of stream1 will be reported to callers if needed. For example, specifying - `sys.stdout=TeeStream(sys.stdout, log_file_handle)` will copy - output destined for sys.stdout to log_file_handle as well. - """ - def __init__(self, stream1, stream2): - self.stream1 = stream1 - self.stream2 = stream2 - def __getattr__(self, *args, **kwargs): - """ - Provide stream1 attributes when attributes are requested for this class. - This supports code that assumes sys.stdout is an object with its own - methods, etc. - """ - return getattr(self.stream1, *args, **kwargs) - def write(self, *args, **kwargs): - self.stream1.write(*args, **kwargs) - self.stream2.write(*args, **kwargs) - def flush(self, *args, **kwargs): - self.stream1.flush(*args, **kwargs) - self.stream2.flush(*args, **kwargs) - -class LogOutput(object): - """ - Copy output sent to stdout or stderr to a log file in the specified directory. - Takes no action if directory is None. Log file is named based on the current - date and time. Directory will be created if needed, and file will be overwritten - if it already exists (unlikely). - """ - def __init__(self, logs_dir): - self.logs_dir = logs_dir - def __enter__(self): - """ start copying output to log file """ - if self.logs_dir is not None: - if not os.path.exists(self.logs_dir): - os.makedirs(self.logs_dir) - log_file_path = os.path.join( - self.logs_dir, - datetime.datetime.now().strftime('%Y-%m-%d_%H-%M-%S') + ".log" - ) - self.log_file = open(log_file_path, "w", buffering=1) - self.stdout = sys.stdout - self.stderr = sys.stderr - sys.stdout = TeeStream(sys.stdout, self.log_file) - sys.stderr = TeeStream(sys.stderr, self.log_file) - print("logging output to " + str(log_file_path)) - def __exit__(self, type, value, traceback): - """ restore original output streams and close log file """ - if self.logs_dir is not None: - sys.stdout = self.stdout - sys.stderr = self.stderr - self.log_file.close() - -def iteritems(obj): - """ Iterator of key, value pairs for obj; - equivalent to obj.items() on Python 3+ and obj.iteritems() on Python 2 """ - try: - return obj.iteritems() - except AttributeError: # Python 3+ - return obj.items() diff --git a/switch_model/utilities/__init__.py b/switch_model/utilities/__init__.py new file mode 100644 index 000000000..79a94102c --- /dev/null +++ b/switch_model/utilities/__init__.py @@ -0,0 +1,947 @@ +# Copyright (c) 2015-2019 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2.0, which is in the LICENSE file. + +""" +Utility functions for Switch. +""" +from __future__ import print_function + +import functools +import os, types, sys, argparse, time, datetime, traceback, subprocess +import warnings + +from pyomo.environ import * +from pyomo.dataportal import DataManagerFactory +from pyomo.dataportal.plugins.csv_table import CSVTable + +from switch_model.utilities.results_info import add_info, ResultsInfoSection +from switch_model.utilities.scaling import _ScaledVariable, _get_unscaled_expression +import pyomo.opt +from switch_model.utilities.load_data import load_registered_inputs, load_data + +# Define string_types (same as six.string_types). This is useful for +# distinguishing between strings and other iterables. +string_types = (str,) + + +class CustomModel(AbstractModel): + """ + Class that wraps pyomo's AbstractModel and adds custom features. + + Currently the only difference between this class and pyomo's AbstractModel + is that this class supports variable scaling. See utilities/scaling.py for + more details. + """ + + def __init__(self, *args, **kwargs): + super(CustomModel, self).__init__(*args, **kwargs) + self.can_use_duals = None + # We use a scaling factor for our objective function + # to improve the numerical properties + # of the model. The scaling factor was determined using trial + # and error and this tool https://github.com/staadecker/lp-analyzer. + # Learn more by reading the documentation on Numerical Issues. + self.objective_scaling_factor = 1e-3 + + def __setattr__(self, key, val): + # __setattr__ is called whenever we set an attribute + # to the model (e.g. model.some_key = some_value) + # We want to do as normal unless we try assigning a _ScaledVariable to the model. + if isinstance(val, _ScaledVariable): + # If we are assigning a _ScaledVariable to the model then we actually + # want to assign both a scaled variable and an unscaled expression to the model + # We want to assign the scaled variable to a key with a prefix '_scaled_' + # and the unscaled expression to the key without the prefix. + # This way throughout the SWITCH code the unscaled expression will be used however + # pyomo will be using the scaled variable when solving. + + # Set the unscaled_name of the variable + val.unscaled_name = key + # Set the name of the scaled variable + val.scaled_name = "_scaled_" + key + # Add the scaled variable to the model with the name we just found + super().__setattr__(val.scaled_name, val) + # Add the unscaled expression to the model with the original value provided by 'key' + super().__setattr__(key, _get_unscaled_expression(val)) + else: + super().__setattr__(key, val) + + def get_dual(self, component_name: str, *args, divider=None, invalid_return="."): + """ + Returns the dual value for the given component. + + @param component_name: Name of the constraint to return the dual value for + @param *args: Indexes of the component. For example, if the component is the energy + balance constraint, *args would be z, t for load_zone and timepoint + @param divider: How much to divide the dual by. This is useful since the undivided dual + represents the increase in cost after scaling costs to the base year. + Often however, we wish to know the increase in cost prior to scaling, + for example the increase in cost of just one timepoint. As such + divider is often m.bring_timepoint_costs_to_base_year[t] or + m.bring_annual_costs_to_base_year[p]. + @param invalid_return: is what to return when the dual value doesn't exist. Defaults to "." + since normally duals are being outputed to a file and "." is used for + missing values. + """ + # Get the component + component = getattr(self, component_name) + + # If can_use_duals has not been set, set it with by checking has_discrete_variables + if self.can_use_duals is None: + # If the model has discrete variables dual values aren't meaningful and therefore we don't produce them + self.can_use_duals = not has_discrete_variables(self) + + # Get the dual value if available + if self.can_use_duals and args in component and component[args] in self.dual: + # We divide by the scaling factor to undo the effects of it on the dual values + dual = self.dual[component[args]] / self.objective_scaling_factor + if divider: + dual /= divider + return dual + else: + return invalid_return + + def enable_duals(self): + """ + Enables duals if not already enabled + """ + if not hasattr(self, "dual"): + self.dual = Suffix(direction=Suffix.IMPORT) + + +def define_AbstractModel(*module_list, **kwargs): + # stub to provide old functionality as we move to a simpler calling convention + args = kwargs.get("args", sys.argv[1:]) + return create_model(module_list, args) + + +def create_model(module_list=None, args=sys.argv[1:]): + """ + + Construct a Pyomo AbstractModel using the Switch modules or packages + in the given list and return the model. The following utility methods + are attached to the model as class methods to simplify their use: + min_data_check(), load_inputs(), pre_solve(), post_solve(). + + This is implemented as calling the following functions for each module + that has them defined: + + define_dynamic_lists(model): Add lists to the model that other modules can + register with. Used for power balance equations, cost components of the + objective function, etc. + + define_components(model): Add components to the model object (parameters, + sets, decisions variables, expressions, and/or constraints). Also register + with relevant dynamic_lists. + + define_dynamic_components(model): Add dynamic components to the model that + depend on the contents of dyanmics lists. Power balance constraints and + the objective function are defined in this manner. + + See financials and balancing.load_zones for examples of dynamic definitions. + + All modules can request access to command line parameters and set their + default values for those options. If this codebase is being used more like + a library than a stand-alone executable, this behavior can cause problems. + For example, running this model with PySP's runph tool will cause errors + where a runph argument such as --instance-directory is unknown to the + switch modules, so parse_args() generates an error. This behavior can be + avoided calling this function with an empty list for args: + create_model(module_list, args=[]) + + """ + model = CustomModel() + + # Load modules + if module_list is None: + module_list = get_module_list(args) + model.module_list = module_list + for m in module_list: + importlib.import_module(m) + + # Bind utility functions to the model as class objects + # Should we be formally extending their class instead? + _add_min_data_check(model) + model.get_modules = types.MethodType(get_modules, model) + model.load_inputs = types.MethodType(load_inputs, model) + model.pre_solve = types.MethodType(pre_solve, model) + model.post_solve = types.MethodType(post_solve, model) + + # Define and parse model configuration options + argparser = _ArgumentParser(allow_abbrev=False) + for module in model.get_modules(): + if hasattr(module, "define_arguments"): + module.define_arguments(argparser) + model.options = argparser.parse_args(args) + + # Define model components + for module in model.get_modules(): + if hasattr(module, "define_dynamic_lists"): + module.define_dynamic_lists(model) + for module in model.get_modules(): + if hasattr(module, "define_components"): + module.define_components(model) + for module in model.get_modules(): + if hasattr(module, "define_dynamic_components"): + module.define_dynamic_components(model) + + return model + + +def get_modules(model): + """Return a list of loaded module objects for this model.""" + for m in model.module_list: + yield sys.modules[m] + + +def make_iterable(item): + """Return an iterable for the one or more items passed.""" + if isinstance(item, string_types): + i = iter([item]) + else: + try: + # check if it's iterable + i = iter(item) + except TypeError: + i = iter([item]) + return i + + +class StepTimer(object): + """ + Keep track of elapsed time for steps of a process. + Use timer = StepTimer() to create a timer, then retrieve elapsed time and/or + reset the timer at each step by calling timer.step_time() + """ + + def __init__(self, msg=None): + self.start_time = time.time() + if msg is not None: + print(msg) + + def step_time(self): + """ + Reset timer to current time and return time elapsed since last step. + """ + last_start = self.start_time + self.start_time = now = time.time() + return now - last_start + + def step_time_as_str(self): + """ + Reset timer to current time and return time elapsed since last step as a formatted string. + """ + return format_seconds(self.step_time()) + + +def format_seconds(seconds): + """ + Takes in a number of seconds and returns a string + representing the seconds broken into hours, minutes and seconds. + + For example, format_seconds(3750.4) returns '1 h 2 min 30.40 s'. + """ + minutes = int(seconds // 60) + hours = int(minutes // 60) + remainder_sec = seconds % 60 + remainder_min = minutes % 60 + + output_str = "" + + if hours != 0: + output_str += f"{hours} h " + if minutes != 0: + output_str += f"{remainder_min} min " + output_str += f"{remainder_sec:.2f} s" + + return output_str + + +def load_inputs(model, inputs_dir=None, attach_data_portal=False): + """ + Load input data for an AbstractModel using the modules in the given + list and return a model instance. This is implemented as calling the + load_inputs() function of each module, if the module has that function. + """ + if inputs_dir is None: + inputs_dir = getattr(model.options, "inputs_dir", "inputs") + + # Load data; add a fancier load function to the data portal + if model.options.verbose: + print("Reading data...") + timer = StepTimer() + data = DataPortal(model=model) + data.load_aug = types.MethodType(load_aug, data) + load_registered_inputs(data, inputs_dir) + for module in model.get_modules(): + if hasattr(module, "load_inputs"): + module.load_inputs(model, data, inputs_dir) + if model.options.verbose: + print(f"Data read in {timer.step_time_as_str()}.\n") + + # At some point, pyomo deprecated 'create' in favor of 'create_instance'. + # Determine which option is available and use that. + if model.options.verbose: + print("Creating instance...") + if hasattr(model, "create_instance"): + instance = model.create_instance(data) + # We want our functions from CustomModel to be accessible + # Somehow simply setting the class to CustomModel allows us to do this + # This is the same thing that happens in the Pyomo library at the end of + # model.create_instance(). Note that Pyomo's ConcreteModel is basically the same as + # our CustomModel so we're not causing any issues by changing from ConcreteModel + # to CustomModel + instance.__class__ = CustomModel + else: + instance = model.create(data) + if model.options.verbose: + print(f"Instance created from data in {timer.step_time_as_str()}.\n") + + if attach_data_portal: + instance.DataPortal = data + else: + del data + return instance + + +def save_inputs_as_dat( + model, + instance, + save_path="inputs/complete_inputs.dat", + exclude=[], + sorted_output=False, +): + """ + Save input data to a .dat file for use with PySP or other command line + tools that have not been fully integrated with DataPortal. + SYNOPSIS: + save_inputs_as_dat(model, instance, save_path) + """ + # helper function to convert values to strings, + # putting quotes around values that start as strings + quote_str = ( + lambda v: '"{}"'.format(v) + if isinstance(v, string_types) + else "{}".format(str(v)) + ) + # helper function to create delimited lists from single items or iterables of any data type + from switch_model.reporting import make_iterable + + join_space = lambda items: " ".join( + map(str, make_iterable(items)) + ) # space-separated list + join_comma = lambda items: ",".join( + map(str, make_iterable(items)) + ) # comma-separated list + + with open(save_path, "w") as f: + for component_name in instance.DataPortal.data(): + if component_name in exclude: + continue # don't write data for components in exclude list + # (they're in scenario-specific files) + component = getattr(model, component_name) + comp_class = type(component).__name__ + component_data = instance.DataPortal.data(name=component_name) + if comp_class in ( + "ScalarSet", + "OrderedScalarSet", + "AbstractOrderedScalarSet", + ): + f.write( + "set {} := {};\n".format(component_name, join_space(component_data)) + ) + elif comp_class == "IndexedParam": + if component_data: # omit components for which no data were provided + f.write("param {} := \n".format(component_name)) + for key, value in ( + sorted(component_data.items()) + if sorted_output + else component_data.items() + ): + f.write(" {} {}\n".format(join_space(key), quote_str(value))) + f.write(";\n") + elif comp_class == "ScalarParam": + f.write("param {} := {};\n".format(component_name, component_data)) + elif comp_class == "IndexedSet": + for key, vals in component_data.items(): + f.write( + "set {}[{}] := {};\n".format( + component_name, join_comma(key), join_space(vals) + ) + ) + else: + raise ValueError( + "Error! Component type {} not recognized for model element '{}'.".format( + comp_class, component_name + ) + ) + + +def pre_solve(instance, outputs_dir=None): + """ + Call pre-solve function (if present) in all modules used to compose this model. + This function can be used to adjust the instance after it is created and before it is solved. + """ + for module in instance.get_modules(): + if hasattr(module, "pre_solve"): + module.pre_solve(instance) + + +def post_solve(instance, outputs_dir=None): + """ + Call post-solve function (if present) in all modules used to compose this model. + This function can be used to report or save results from the solved model. + """ + if outputs_dir is None: + outputs_dir = getattr(instance.options, "outputs_dir", "outputs") + if not os.path.exists(outputs_dir): + os.makedirs(outputs_dir) + + # TODO: implement a check to call post solve functions only if + # solver termination condition is not 'infeasible' or 'unknown' + # (the latter may occur when there are problems with licenses, etc) + + for module in instance.get_modules(): + if hasattr(module, "post_solve"): + # Try-catch is so that if one module fails on post-solve + # the other modules still run + try: + module.post_solve(instance, outputs_dir) + except KeyboardInterrupt: + raise KeyboardInterrupt + except: + # Print the error that would normally be thrown with the + # full stack trace and an explanatory message + print( + f"ERROR: Module {module.__name__} threw an Exception while running post_solve(). " + f"Moving on to the next module.\n{traceback.format_exc()}" + ) + + +def min_data_check(model, *mandatory_model_components): + """ + + This function checks that an instance of Pyomo abstract model has + mandatory components defined. If a user attempts to create an + instance without defining all of the necessary data, this will + produce fatal errors with clear messages stating specifically what + components have missing data. This function is attached to an + abstract model by the _add_min_data_check() function. See + _add_min_data_check() documentation for usage examples. + + Without this check, I would get fatal errors if I forgot to specify data + for a component that didn't have a default value, but the error message + was obscure and gave me a line number with the first snippet of code + that tried to reference the component with missing data. It took me a + little bit of time to figure out what was causing that failure, and I'm + a skilled programmer. I would like this model to be accessible to non- + programmers as well, so I felt it was important to use the BuildCheck + Pyomo function to validate data during construction of a model instance. + + I found that BuildCheck's message listed the name of the check that + failed, but did not provide mechanisms for printing a specific error + message. I tried printing to the screen, but that output tended to be + obscured or hidden. I've settled on raising a ValueError for now with a + clear and specific message. I could also use logging.error() or related + logger methods, and rely on BuildCheck to throw an error, but I've + already implemented this, and those other methods don't offer any clear + advantages that I can see. + + """ + model.__num_min_data_checks += 1 + new_data_check_name = "min_data_check_" + str(model.__num_min_data_checks) + setattr( + model, + new_data_check_name, + BuildCheck( + rule=lambda m: check_mandatory_components(m, *mandatory_model_components) + ), + ) + + +def _add_min_data_check(model): + """ + Bind the min_data_check() method to an instance of a Pyomo AbstractModel + object if it has not already been added. Also add a counter to keep + track of what to name the next check that is added. + + >>> from switch_model.utilities import _add_min_data_check + >>> mod = AbstractModel() + >>> _add_min_data_check(mod) + >>> mod.set_A = Set(initialize=[1,2]) + >>> mod.paramA_full = Param(mod.set_A, initialize={1:'a',2:'b'}, within=Any) + >>> mod.paramA_empty = Param(mod.set_A) + >>> mod.min_data_check('set_A', 'paramA_full') + >>> if hasattr(mod, 'create_instance'): + ... instance_pass = mod.create_instance() + ... else: + ... instance_pass = mod.create() + >>> mod.min_data_check('set_A', 'paramA_empty') + """ + if getattr(model, "min_data_check", None) is None: + model.__num_min_data_checks = 0 + model.min_data_check = types.MethodType(min_data_check, model) + + +def has_discrete_variables(model): + return any( + v.is_binary() or v.is_integer() + for variable in model.component_objects(Var, active=True) + for v in (variable.values() if variable.is_indexed() else [variable]) + ) + + +def check_mandatory_components(model, *mandatory_model_components): + """ + Checks whether mandatory elements of a Pyomo model are populated, + and returns a clear error message if they don't exist. + + Typically, this method is not used directly. Instead, the + min_data_check() method will set up a BuildCheck that uses this + function. + + If an argument is a set, it must have non-zero length. + + If an argument is an indexed parameter, it must have a value for + every index in the indexed set. Do not use this for indexed params + that have default values. If the set indexing a param is not + mandatory and is empty, then the indexed parameter may be empty as + well. + + If an argument is a simple parameter, it must have a value. + + This does not work with indexed sets. + + EXAMPLE: + >>> from pyomo.environ import * + >>> import switch_model.utilities as utilities + >>> mod = ConcreteModel() + >>> mod.set_A = Set(initialize=[1,2]) + >>> mod.paramA_full = Param(mod.set_A, initialize={1:'a',2:'b'}, within=Any) + >>> mod.paramA_empty = Param(mod.set_A) + >>> mod.set_B = Set() + >>> mod.paramB_empty = Param(mod.set_B) + >>> mod.paramC = Param(initialize=1) + >>> mod.paramD = Param() + >>> utilities.check_mandatory_components(mod, 'set_A', 'paramA_full') + True + >>> utilities.check_mandatory_components(mod, 'paramB_empty') + True + >>> utilities.check_mandatory_components(mod, 'paramC') + True + >>> utilities.check_mandatory_components(\ + mod, 'set_A', 'paramA_empty') # doctest: +NORMALIZE_WHITESPACE + Traceback (most recent call last): + ... + ValueError: Values are not provided for every element of the mandatory parameter 'paramA_empty'. Missing data for 2 values, including: [1, 2] + >>> utilities.check_mandatory_components(mod, 'set_A', 'set_B') + Traceback (most recent call last): + ... + ValueError: No data is defined for the mandatory set 'set_B'. + + # Demonstration of incorporating this function into Pyomo's BuildCheck() + >>> mod.min_dat_pass = BuildCheck(\ + rule=lambda m: utilities.check_mandatory_components(\ + m, 'set_A', 'paramA_full','paramB_empty', 'paramC')) + """ + + for component_name in mandatory_model_components: + obj = getattr(model, component_name) + o_class = type(obj).__name__ + if o_class == "ScalarSet" or o_class == "OrderedScalarSet": + if len(obj) == 0: + raise ValueError( + "No data is defined for the mandatory set '{}'.".format( + component_name + ) + ) + elif o_class == "IndexedParam": + if len(obj) != len(obj._index): + missing_index_elements = [ + v for v in set(obj._index) - set(obj.sparse_keys()) + ] + raise ValueError( + "Values are not provided for every element of the " + "mandatory parameter '{}'. " + "Missing data for {} values, including: {}".format( + component_name, + len(missing_index_elements), + missing_index_elements[:10], + ) + ) + elif o_class == "IndexedSet": + if len(obj) != len(obj._index): + raise ValueError( + ( + "Sets are not defined for every index of " + + "the mandatory indexed set '{}'" + ).format(component_name) + ) + elif o_class == "ScalarParam": + if obj.value is None: + raise ValueError( + "Value not provided for mandatory parameter '{}'".format( + component_name + ) + ) + else: + raise ValueError( + "Error! Object type {} not recognized for model element '{}'.".format( + o_class, component_name + ) + ) + return True + + +def load_aug( + switch_data, optional=False, auto_select=False, optional_params=[], **kwds +): + """ + This is a wrapper for the DataPortal object that accepts additional + keywords. This currently supports a flag for the file being optional. + The name load_aug() is not great and may be changed. + """ + load_data(switch_data, optional, auto_select, optional_params, **kwds) + + +# Register a custom data manager that wraps the default CSVTable DataManager +# This data manager does the same as CSVTable but converts 'inf' to float("inf") +# This is necessary since Pyomo no longer converts inf to float('inf') and is +# now throwing errors when we it expects a number but we input inf. +@DataManagerFactory.register("switch_csv") +class SwitchCSVDataManger(CSVTable): + def process(self, model, data, default): + status = super().process(model, data, default) + self.convert_inf_to_float(data[self.options.namespace]) + return status + + @staticmethod + def convert_inf_to_float(data): + for values in data.values(): + for index, val in values.items(): + if val == "inf": + values[index] = float("inf") + + +class ExtendAction(argparse.Action): + """Create or extend list with the provided items""" + + # from https://stackoverflow.com/a/41153081/3830997 + def __call__(self, parser, namespace, values, option_string=None): + items = getattr(namespace, self.dest) or [] + items.extend(values) + setattr(namespace, self.dest, items) + + +class IncludeAction(argparse.Action): + """Flag the specified items for inclusion in the model""" + + def __call__(self, parser, namespace, values, option_string=None): + items = getattr(namespace, self.dest) or [] + items.append(("include", values)) + setattr(namespace, self.dest, items) + + +class ExcludeAction(argparse.Action): + """Flag the specified items for exclusion from the model""" + + def __call__(self, parser, namespace, values, option_string=None): + items = getattr(namespace, self.dest) or [] + items.append(("exclude", values)) + setattr(namespace, self.dest, items) + + +# Test whether we need to issue warnings about the Python parsing bug. +# (applies to at least Python 2.7.11 and 3.6.2) +# This bug messes up solve-scenarios if the user specifies +# --scenario x --solver-options-string="a=b c=d" +test_parser = argparse.ArgumentParser() +test_parser.add_argument("--arg1", nargs="+", default=[]) +bad_equal_parser = ( + len(test_parser.parse_known_args(["--arg1", "a", "--arg2=a=1 b=2"])[1]) == 0 +) + + +class _ArgumentParser(argparse.ArgumentParser): + """ + Custom version of ArgumentParser: + - warns about a bug in standard Python ArgumentParser for --arg="some words" + - allows use of 'extend', 'include' and 'exclude' actions to accumulate lists + with multiple calls + """ + + def __init__(self, *args, **kwargs): + super(_ArgumentParser, self).__init__(*args, **kwargs) + self.register("action", "extend", ExtendAction) + self.register("action", "include", IncludeAction) + self.register("action", "exclude", ExcludeAction) + + def parse_known_args(self, args=None, namespace=None): + # parse_known_args parses arguments like --list-arg a b --other-arg="something with space" + # as list_arg=['a', 'b', '--other-arg="something with space"']. + # See https://bugs.python.org/issue22433. + # We issue a warning to avoid this. + if bad_equal_parser and args is not None: + for a in args: + if a.startswith("--") and "=" in a: + print( + "Warning: argument '{}' may be parsed incorrectly. It is " + "safer to use ' ' instead of '=' as a separator.".format(a) + ) + time.sleep(2) # give users a chance to see it + return super(_ArgumentParser, self).parse_known_args(args, namespace) + + +def approx_equal(a, b, tolerance=0.01): + return abs(a - b) <= (abs(a) + abs(b)) / 2.0 * tolerance + + +def default_solver(): + return pyomo.opt.SolverFactory("glpk") + + +def warn(message): + """ + Send warning message to sys.stderr. + Unlike warnings.warn, this does not add the current line of code to the message. + """ + sys.stderr.write("WARNING: " + message + "\n") + + +class TeeStream(object): + """ + Virtual stream that writes output to both stream1 and stream2. Attributes + of stream1 will be reported to callers if needed. For example, specifying + `sys.stdout=TeeStream(sys.stdout, log_file_handle)` will copy + output destined for sys.stdout to log_file_handle as well. + """ + + def __init__(self, stream1, stream2): + self.stream1 = stream1 + self.stream2 = stream2 + + def __getattr__(self, *args, **kwargs): + """ + Provide stream1 attributes when attributes are requested for this class. + This supports code that assumes sys.stdout is an object with its own + methods, etc. + """ + return getattr(self.stream1, *args, **kwargs) + + def write(self, *args, **kwargs): + self.stream1.write(*args, **kwargs) + self.stream2.write(*args, **kwargs) + + def flush(self, *args, **kwargs): + self.stream1.flush(*args, **kwargs) + self.stream2.flush(*args, **kwargs) + + +class LogOutput(object): + """ + Copy output sent to stdout or stderr to a log file in the specified directory. + Takes no action if directory is None. Log file is named based on the current + date and time. Directory will be created if needed, and file will be overwritten + if it already exists (unlikely). + """ + + def __init__(self, logs_dir): + self.logs_dir = logs_dir + + def __enter__(self): + """start copying output to log file""" + if self.logs_dir is not None: + if not os.path.exists(self.logs_dir): + os.makedirs(self.logs_dir) + log_file_path = os.path.join( + self.logs_dir, + datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S") + ".log", + ) + self.log_file = open(log_file_path, "w", buffering=1) + self.stdout = sys.stdout + self.stderr = sys.stderr + sys.stdout = TeeStream(sys.stdout, self.log_file) + sys.stderr = TeeStream(sys.stderr, self.log_file) + print("logging output to " + str(log_file_path)) + + def __exit__(self, type, value, traceback): + """restore original output streams and close log file""" + if self.logs_dir is not None: + sys.stdout = self.stdout + sys.stderr = self.stderr + self.log_file.close() + + +def query_yes_no(question, default="yes"): + """Ask a yes/no question via input() and return their answer. + + "question" is a string that is presented to the user. + "default" is the presumed answer if the user just hits . + It must be "yes" (the default), "no" or None (meaning + an answer is required of the user). + + The "answer" return value is True for "yes" or False for "no". + """ + valid = {"yes": True, "y": True, "ye": True, "no": False, "n": False} + if default is None: + prompt = " [y/n] " + elif default == "yes": + prompt = " [Y/n] " + elif default == "no": + prompt = " [y/N] " + else: + raise ValueError("invalid default answer: '%s'" % default) + + while True: + sys.stdout.write(question + prompt) + choice = input().lower() + if default is not None and choice == "": + return valid[default] + elif choice in valid: + return valid[choice] + else: + sys.stdout.write("Please respond with 'yes' or 'no' " "(or 'y' or 'n').\n") + + +def catch_exceptions( + warning_msg="An exception was caught and ignored.", should_catch=True +): + """Decorator that catches exceptions.""" + + def decorator(func): + @functools.wraps(func) + def wrapper(*args, **kwargs): + if not should_catch: + return func(*args, **kwargs) + + try: + return func(*args, **kwargs) + except KeyboardInterrupt: + raise KeyboardInterrupt + except: + warnings.warn( + warning_msg + "\nDetailed error log: " + traceback.format_exc() + ) + + return wrapper + + return decorator + + +def run_command(command): + return ( + subprocess.check_output(command.split(" "), cwd=os.path.dirname(__file__)) + .strip() + .decode("UTF-8") + ) + + +@catch_exceptions("Failed to get Git Branch.") +def get_git_branch(): + return run_command("git rev-parse --abbrev-ref HEAD") + + +@catch_exceptions("Failed to get Git Commit Hash.") +def get_git_commit(): + return run_command("git rev-parse HEAD") + + +def add_git_info(): + commit_num = get_git_commit() + branch = get_git_branch() + if commit_num is not None: + add_info("Git Commit", commit_num, section=ResultsInfoSection.GENERAL) + if branch is not None: + add_info("Git Branch", branch, section=ResultsInfoSection.GENERAL) + + +def get_module_list(args=None, include_solve_module=True): + # parse module options + parser = _ArgumentParser(allow_abbrev=False, add_help=False) + add_module_args(parser) + module_options = parser.parse_known_args(args=args)[0] + + # identify modules to load + module_list_file = module_options.module_list + + # search first in the current directory + if module_list_file is None and os.path.exists("modules.txt"): + module_list_file = "modules.txt" + # search next in the inputs directory ('inputs' by default) + if module_list_file is None: + test_path = os.path.join(module_options.inputs_dir, "modules.txt") + if os.path.exists(test_path): + module_list_file = test_path + if module_list_file is None: + # note: this could be a RuntimeError, but then users can't do "switch solve --help" in a random directory + # (alternatively, we could provide no warning at all, since the user can specify --include-modules in the arguments) + print( + "WARNING: No module list found. Please create a modules.txt file with a list of modules to use for the model." + ) + modules = [] + else: + # if it exists, the module list contains one module name per row (no .py extension) + # we strip whitespace from either end (because those errors can be annoyingly hard to debug). + # We also omit blank lines and lines that start with "#" + # Otherwise take the module names as given. + with open(module_list_file) as f: + modules = [r.strip() for r in f.read().splitlines()] + modules = [m for m in modules if m and not m.startswith("#")] + + # adjust modules as requested by the user + # include_exclude_modules format: [('include', [mod1, mod2]), ('exclude', [mod3])] + for action, mods in module_options.include_exclude_modules: + if action == "include": + for module_name in mods: + if ( + module_name not in modules + ): # maybe we should raise an error if already present? + modules.append(module_name) + if action == "exclude": + for module_name in mods: + try: + modules.remove(module_name) + except ValueError: + raise ValueError( # maybe we should just pass? + "Unable to exclude module {} because it was not " + "previously included.".format(module_name) + ) + + # add this module, since it has callbacks, e.g. define_arguments for iteration and suffixes + if include_solve_module: + modules.append("switch_model.solve") + + return modules + + +def add_module_args(parser): + parser.add_argument( + "--module-list", + default=None, + help='Text file with a list of modules to include in the model (default is "modules.txt")', + ) + parser.add_argument( + "--include-modules", + "--include-module", + dest="include_exclude_modules", + nargs="+", + action="include", + default=[], + help="Module(s) to add to the model in addition to any specified with --module-list file", + ) + parser.add_argument( + "--exclude-modules", + "--exclude-module", + dest="include_exclude_modules", + nargs="+", + action="exclude", + default=[], + help="Module(s) to remove from the model after processing --module-list file and prior --include-modules arguments", + ) + # note: we define --inputs-dir here because it may be used to specify the location of + # the module list, which is needed before it is loaded. + parser.add_argument( + "--inputs-dir", + default="inputs", + help='Directory containing input files (default is "inputs")', + ) diff --git a/switch_model/utilities/gurobi_aug.py b/switch_model/utilities/gurobi_aug.py new file mode 100644 index 000000000..122a2de73 --- /dev/null +++ b/switch_model/utilities/gurobi_aug.py @@ -0,0 +1,264 @@ +""" +This file defines an augmented Gurobi solver interface which support warm starting for linear +programs. It extends Pyomo's GurobiDirect solver interface but adds the option to a) output +a pickle file containing the data needed to warm start a future run and b) load a warm start +file previously outputed to warm_start the current run. + +A few important notes: + +- Warm starting works best when all the variables and constraints existed in the previous run (that you're warm starting from) +- Warm starting only works with Gurobi's simplex method ("method=1") +- There are two modes to warm start. Both modes are supported. + 1) Warm staring from the simplex results. This is faster but only available if the previous run finished with Simplex (i.e. had crossover) + 2) Warm starting from the dual/primal results. +- By default we try to use the simplex mode if it is available. +""" +import warnings +from typing import List, Optional, Dict + +import numpy as np +import pickle + +from pyomo.solvers.plugins.solvers.gurobi_direct import GurobiDirect +from pyomo.environ import * + +from switch_model.utilities import StepTimer, catch_exceptions + + +class PicklableData: + """ + A class that is used to store and retrieve the VBasis and CBasis values + for warm starting. + + By leveraging numpy arrays, the class takes little space when pickled. + It stores a mapping of component names to values. + """ + + def __init__(self, n, val_dtype): + """ + @param n: The number of elements in the mapping. + @param val_dtype: The numpy data type of the values. + """ + self._names: List[str] = [""] * n # Initialize as empty string array + self._vals = np.empty(n, dtype=val_dtype) + self._dict: Optional[Dict[str, val_dtype]] = None + self._names_buffer: Dict = {} # Used to help save_component run faster + self._next_index: int = 0 + self.n: int = n + + def save_component(self, component, val): + """Add a Pyomo Component (e.g. Variable Data) to our object for later pickling""" + self._names[self._next_index] = component.getname( + fully_qualified=True, name_buffer=self._names_buffer + ) + self._vals[self._next_index] = val + self._next_index += 1 + + def _get_dict(self): + """Creates a dictionary based on the _names and _vals arrays.""" + if self._dict is None: + self._dict = {n: v for n, v in zip(self._names, self._vals)} + return self._dict + + def get_component(self, component): + """Retrieves a component from the data.""" + # Initialize the dictionary on the first call to this function + return self._get_dict()[ + component.getname(fully_qualified=True, name_buffer=self._names_buffer) + ] + + def __getstate__(self): + """Return value is what gets pickled.""" + if self._next_index != self.n: + warnings.warn( + "Pickling more data than necessary, n is greater than the number of components stored" + ) + return ( + np.array(self._names), + self._vals, + ) # Note, we cast self._names to a numpy array to save space. + + def __setstate__(self, state): + """Called when restoring the object from a pickle file.""" + self._names, self._vals = state + self._dict = None + self._names_buffer = {} + + def __repr__(self): + return str(self._get_dict()) + + +class CBasis(PicklableData): + """ + Small wrapper around PicklableData that sets the type as bool. + This is because the parameter CBasis can either be 0 (False) or -1 (True). + Note that when loading the component back from the file we unconvert the bool into 0 or -1. + """ + + def __init__(self, n): + super(CBasis, self).__init__(n, val_dtype="bool") + + def get_component(self, component): + return -1 if super(CBasis, self).get_component(component) else 0 + + +class VBasis(PicklableData): + """ + Small wrapper around PicklableData that sets the type to uint8. + This is because the parameter VBasis can either any value between -3 and 0 (incl.). + As such we multiply the value by -1 and then cast it into a uint8 element to save space. + """ + + def __init__(self, n): + super(VBasis, self).__init__(n, val_dtype="uint8") + + def save_component(self, component, val): + return super(VBasis, self).save_component(component, val * -1) + + def get_component(self, component): + return int(super(VBasis, self).get_component(component)) * -1 + + +class WarmStartData: + """Data that gets pickled""" + + def __init__(self, var_data, const_data, use_c_v_basis): + self.var_data = var_data + self.const_data = const_data + self.use_c_v_basis = use_c_v_basis + + +@SolverFactory.register( + "gurobi_aug", doc="Python interface to Gurobi that supports LP warm starting" +) +class GurobiAugmented(GurobiDirect): + CBASIS_DEFAULT = 0 # Corresponds to a basic constraint + VBASIS_DEFAULT = 0 # Corresponds to a basic variable + + def _presolve(self, *args, **kwds): + """Allows three additional parameters to be specified when calling solve() + + @param write_warm_start: file path of where the output warm start pickle file should be written + @param read_warm_start: file path of where to read the input warm start pickle file + @param save_c_v_basis: If true, we save the c_v_basis. if False we save the dual start end + """ + self._write_warm_start = kwds.pop("write_warm_start", None) + self._read_warm_start = kwds.pop("read_warm_start", None) + self._save_c_v_basis = kwds.pop("save_c_v_basis", None) + # Note we don't need to modify solver_symbolic_labels since we are working with Pyomo Var names, not Gurobi + return super(GurobiAugmented, self)._presolve(*args, **kwds) + + def _warm_start(self): + """Override the default _warm_start function that only works for MIP.""" + if self._solver_model.IsMIP: + return super(GurobiAugmented, self)._warm_start() + + time = StepTimer(msg="Loading warm start data...") + if self._read_warm_start is None: + raise Exception("Must specify warm_start_in= when running solve()") + + # For some reason this is required. Without it warnings get thrown. + # It seems like to set VBasis/CBasis the variables needs to already be in + # the Gurobi model (hence why we need to call update()). + self._update() + + # Load the basis information from a previous pickle file + with open(self._read_warm_start, "rb") as f: + warm_start_data = pickle.load(f) + + # Keep track of any variables or constraints that weren't in the pickle file + error = None + error_count = 0 + # Specify which Gurobi Attributes we should set depending on whether we are using C/V Basis or P/D Start. + if warm_start_data.use_c_v_basis: + var_attr = self._gurobipy.GRB.Attr.VBasis + const_attr = self._gurobipy.GRB.Attr.CBasis + var_default = GurobiAugmented.VBASIS_DEFAULT + const_default = GurobiAugmented.CBASIS_DEFAULT + else: + var_attr = self._gurobipy.GRB.Attr.PStart + const_attr = self._gurobipy.GRB.Attr.DStart + var_default = 0 + const_default = 0 + # Set the VBasis or PStart for each variable + for pyomo_var, gurobi_var in self._pyomo_var_to_solver_var_map.items(): + try: + val = warm_start_data.var_data.get_component(pyomo_var) + except KeyError as e: + val, error = var_default, e + error_count += 1 + gurobi_var.setAttr(var_attr, val) + + # Set the CBasis or DStart for each constraint + for pyomo_const, gurobi_const in self._pyomo_con_to_solver_con_map.items(): + try: + val = warm_start_data.const_data.get_component(pyomo_const) + except KeyError as e: + val, error = const_default, e + error_count += 1 + gurobi_const.setAttr(const_attr, val) + + if error is not None: + warnings.warn( + f"{error} and {error_count - 1} others were not found in warm start pickle file. " + f"If many variables or constraints are not found it may be more efficient to not use --warm-start." + ) + + print(f"Time spent warm starting: {time.step_time_as_str()}") + + def _postsolve(self): + """ + Called after solving. Add option to output the VBasis/CBasis information to a pickle file. + """ + results = super(GurobiAugmented, self)._postsolve() + if self._write_warm_start is not None: + if self._solver_model.IsMIP: + warnings.warn( + "--save-warm-start doesn't work for MIP models. Not creating a .pickle file." + ) + else: + timer = StepTimer(msg="Saving results to warm_start.pickle...") + self._save_warm_start(self._save_c_v_basis) + print(f"Created warm start pickle file in {timer.step_time_as_str()}") + return results + + @catch_exceptions(warning_msg="Failed to save warm start information.") + def _save_warm_start(self, save_c_v_basis): + """Create a pickle file containing the CBasis/VBasis information.""" + # Setup our data objects + n_var = len(self._pyomo_var_to_solver_var_map) + n_const = len(self._pyomo_con_to_solver_con_map) + + if save_c_v_basis is None: + save_c_v_basis = True + + if save_c_v_basis: + var_data = VBasis(n=n_var) + const_data = CBasis(n=n_const) + var_attr = self._gurobipy.GRB.Attr.VBasis + const_attr = self._gurobipy.GRB.Attr.CBasis + else: + var_data = PicklableData(n=n_var, val_dtype=float) + const_data = PicklableData(n=n_const, val_dtype=float) + var_attr = self._gurobipy.GRB.Attr.X + const_attr = self._gurobipy.GRB.Attr.Pi + + try: + # Save the variable data + for pyomo_var, gurobipy_var in self._pyomo_var_to_solver_var_map.items(): + var_data.save_component(pyomo_var, gurobipy_var.getAttr(var_attr)) + except AttributeError as e: + if save_c_v_basis: + # If we get an Attribute error and using c_v_basis it's probably cause + # there was no crossover. In this case we retry without c_v_basis + return self._save_warm_start(save_c_v_basis=False) + raise e + + # Save the constraint data + for pyomo_const, gurobipy_const in self._pyomo_con_to_solver_con_map.items(): + const_data.save_component(pyomo_const, gurobipy_const.getAttr(const_attr)) + + # Dump the data to a pickle file + with open(self._write_warm_start, "wb") as f: + data = WarmStartData(var_data, const_data, save_c_v_basis) + pickle.dump(data, f) diff --git a/switch_model/utilities/load_data.py b/switch_model/utilities/load_data.py new file mode 100644 index 000000000..f87af6e9c --- /dev/null +++ b/switch_model/utilities/load_data.py @@ -0,0 +1,237 @@ +""" +This file handles how data is loaded into SWITCH from the .csv files +""" +import os + +from pyomo.core.base.set import UnknownSetDimen +from pyomo.environ import * + +# Maps file names to Pyomo components. +# The mapping indicates which components should be loaded with data from which files. +_registered_components = {} + + +def register_component_for_loading( + component, input_file, input_column, input_optional, **kwargs +): + """ + Adds a component to the mapping + """ + # By default an input is optional if there is a default for that input already specified + if input_optional is None: + input_optional = "default" in kwargs + + # Add the column and optional parameters to the component + component.input_column = input_column + component.input_optional = input_optional + + # Add the component to the mapping + if input_file not in _registered_components: + _registered_components[input_file] = [component] + else: + _registered_components[input_file].append(component) + + +def load_registered_inputs(switch_data, inputs_dir): + """ + Gets called to load all the inputs that are registered. + """ + for file, components in _registered_components.items(): + # We use lists since load_aug is going to convert to a list in any case + params = [c for c in components if isinstance(c, Param)] + optional_params = [p for p in params if p.input_optional] + index = [c for c in components if isinstance(c, Set)] + + if len(index) + len(params) != len(components): + raise Exception( + "This should not happen. Did you specify an input file for an element that is not a Set or Param?" + ) + + kwargs = {"filename": os.path.join(inputs_dir, file)} + + if len(index) > 1: + raise Exception( + f"Can't define multiple sets from the same file. {str(index)}" + ) + elif len(index) == 1: + index = index[0] + optional = ( + index.input_optional + ) # entire file is optional if the index is optional + else: + index = None + optional = all( + c.input_optional for c in components + ) # file is optional if each param is optional and no index + + if len(params) == 0: + kwargs["set"] = index # when only defining the index, we must use 'set' + else: + kwargs["param"] = params + if index is not None: + kwargs["index"] = index + + # Load the data + load_data( + switch_data, + optional=optional, + auto_select=True, + optional_params=optional_params, + **kwargs, + ) + + # Remove all the elements to reset the dictionary + _registered_components.clear() + + +class InputError(Exception): + """Exception raised for errors in the input. + + Attributes: + expression -- input expression in which the error occurred + message -- explanation of the error + """ + + def __init__(self, value): + self.value = value + + def __str__(self): + return repr(self.value) + + +def load_data(switch_data, optional, auto_select, optional_params, **kwargs): + path = kwargs["filename"] + # Skip if the file is missing + if optional and not os.path.isfile(path): + return + # If this is a .dat file, then skip the rest of this fancy business; we'll + # only check if the file is missing and optional for .csv files. + filename, extension = os.path.splitext(path) + if extension == ".dat": + switch_data.load(**kwargs) + return + + # copy the optional_params to avoid side-effects when the list is altered below + optional_params = list(optional_params) + # Parse header and first row + with open(path) as infile: + headers_line = infile.readline() + second_line = infile.readline() + file_is_empty = headers_line == "" + file_has_no_data_rows = second_line == "" + suffix = path.split(".")[-1] + if suffix in {"tab", "tsv"}: + separator = "\t" + elif suffix == "csv": + separator = "," + else: + raise InputError(f"Unrecognized file type for input file {path}") + # TODO: parse this more formally, e.g. using csv module + headers = headers_line.strip().split(separator) + # Skip if the file is empty. + if optional and file_is_empty: + return + # Try to get a list of parameters. If param was given as a + # singleton or a tuple, make it into a list that can be edited. + params = [] + if "param" in kwargs: + # Tuple -> list + if isinstance(kwargs["param"], tuple): + kwargs["param"] = list(kwargs["param"]) + # Singleton -> list + elif not isinstance(kwargs["param"], list): + kwargs["param"] = [kwargs["param"]] + params = kwargs["param"] + # optional_params may include Param objects instead of names. In + # those cases, convert objects to names. + for (i, p) in enumerate(optional_params): + if not isinstance(p, str): + optional_params[i] = p.name + # Expand the list optional parameters to include any parameter that + # has default() defined. I need to allow an explicit list of default + # parameters to support optional parameters like gen_unit_size which + # don't have default value because it is undefined for generators + # for which it does not apply. + for p in params: + if p.default() is not None: + optional_params.append(p.name) + # How many index columns do we expect? + # Grab the dimensionality of the index param if it was provided. + if "index" in kwargs: + num_indexes = kwargs["index"].dimen + if num_indexes == UnknownSetDimen: + raise Exception( + f"Index {kwargs['index'].name} has unknown dimension. Specify dimen= during its creation." + ) + # Next try the first parameter's index. + elif len(params) > 0: + try: + indexed_set = params[0].index_set() + num_indexes = indexed_set.dimen + if num_indexes == UnknownSetDimen: + raise Exception( + f"{indexed_set.name} has unknown dimension. Specify dimen= during its creation." + ) + except (ValueError, AttributeError): + num_indexes = 0 + # Default to 0 if both methods failed. + else: + num_indexes = 0 + # Make a select list if requested. Assume the left-most columns are + # indexes and that other columns are named after their parameters. + # Maybe this could be extended to use a standard prefix for each data file? + # e.g., things related to regional fuel market supply tiers (indexed by RFM_SUPPLY_TIER) + # could all get the prefix "rfm_supply_tier_". Then they could get shorter names + # within the file (e.g., "cost" and "limit"). We could also require the data file + # to be called "rfm_supply_tier.csv" for greater consistency/predictability. + if auto_select: + if "select" in kwargs: + raise InputError( + "You may not specify a select parameter if " + + "auto_select is set to True." + ) + + def get_column_name(p): + if hasattr(p, "input_column") and p.input_column is not None: + return p.input_column + else: + return p.name + + kwargs["select"] = headers[0:num_indexes] + [get_column_name(p) for p in params] + # Check to see if expected column names are in the file. If a column + # name is missing and its parameter is optional, then drop it from + # the select & param lists. + if "select" in kwargs: + if isinstance(kwargs["select"], tuple): + kwargs["select"] = list(kwargs["select"]) + del_items = [] + for (i, col) in enumerate(kwargs["select"]): + p_i = i - num_indexes + if col not in headers: + if len(params) > p_i >= 0 and params[p_i].name in optional_params: + del_items.append((i, p_i)) + else: + raise InputError( + "Column {} not found in file {}.".format(col, path) + ) + # When deleting entries from select & param lists, go from last + # to first so that the indexes won't get messed up as we go. + del_items.sort(reverse=True) + for (i, p_i) in del_items: + del kwargs["select"][i] + del kwargs["param"][p_i] + + if optional and file_has_no_data_rows: + # Skip the file. Note that we are only doing this after having + # validated the file's column headings. + return + + # Use our custom DataManager to allow 'inf' in csvs. + if kwargs["filename"][-4:] == ".csv": + kwargs["using"] = "switch_csv" + # All done with cleaning optional bits. Pass the updated arguments + # into the DataPortal.load() function. + try: + switch_data.load(**kwargs) + except: + raise Exception(f"Failed to load data from file {path}.") diff --git a/switch_model/utilities/patches.py b/switch_model/utilities/patches.py new file mode 100644 index 000000000..378d42600 --- /dev/null +++ b/switch_model/utilities/patches.py @@ -0,0 +1,59 @@ +import textwrap +import types +from typing import Type + +from pyomo.environ import Set, Param + +from switch_model.utilities.load_data import register_component_for_loading + +_patched_pyomo = False + + +def patch_pyomo(): + global _patched_pyomo + + if _patched_pyomo: + return + + # Patch Set and Param to allow specifying input file location (via input_file="...") + extend_to_allow_loading(Set) + extend_to_allow_loading(Param) + + _patched_pyomo = True + + +def extend_to_allow_loading(cls: Type): + def new_init( + self, *args, input_file=None, input_column=None, input_optional=None, **kwargs + ): + self.__old_init__(*args, **kwargs) + if input_file is not None: + register_component_for_loading( + self, input_file, input_column, input_optional, **kwargs + ) + + cls.__old_init__ = cls.__init__ + cls.__init__ = new_init + + +def replace_method(class_ref, method_name, new_source_code): + """ + Replace specified class method with a compiled version of new_source_code. + This isn't be used at the moment but we are leaving it for reference + """ + orig_method = getattr(class_ref, method_name) + # compile code into a function + workspace = dict() + exec(textwrap.dedent(new_source_code), workspace) + new_method = workspace[method_name] + # create a new function with the same body, but using the old method's namespace + new_func = types.FunctionType( + new_method.__code__, + orig_method.__globals__, + orig_method.__name__, + orig_method.__defaults__, + orig_method.__closure__, + ) + # note: this normal function will be automatically converted to an unbound + # method when it is assigned as an attribute of a class + setattr(class_ref, method_name, new_func) diff --git a/switch_model/utilities/results_info.py b/switch_model/utilities/results_info.py new file mode 100644 index 000000000..9dbbeab81 --- /dev/null +++ b/switch_model/utilities/results_info.py @@ -0,0 +1,23 @@ +import enum + + +class ResultsInfoSection(enum.Enum): + GENERAL = "1. General" + RESULTS = "2. Results" + + +info = {} + + +def add_info(name: str, value="", section=ResultsInfoSection.RESULTS): + if section not in info: + info[section] = [] + + info[section].append(str(name) + ": " + str(value)) + + +def save_info(filepath): + with open(filepath, "w") as f: + for section, rows in sorted(info.items(), key=lambda x: x[0].value): + f.write(f"##########\n" f"{section.value}\n" f"##########\n\n") + f.write("\n".join(rows) + "\n\n") diff --git a/switch_model/utilities/scaling.py b/switch_model/utilities/scaling.py new file mode 100644 index 000000000..f3ba78921 --- /dev/null +++ b/switch_model/utilities/scaling.py @@ -0,0 +1,208 @@ +""" +Provides the classes and functions needed to support +variable scaling in Pyomo. + +Variable scaling is a technique used to resolve +numerical issues that occur when variable coefficients +are too large or too small in magnitude. +To understand variable scaling make sure to read in full the +section "Scaling our model to resolve numerical issues" +in doc/Numerical Solvers.md. + +Once you've read that section, you should understand +the purpose of scaling and the high level concept +of how we scale a variable. The following explains in detail +how we've implement variable scaling in SWITCH. + +Our goal is to provide a class (ScaledVariable) +that behaves identically to Pyomo's Var class, +but accepts a parameter scaling_factor that specifies +how much the variable (and its coefficients) should +be scaled before being solved. Here's the architecture +used to achieve this goal. + +1. We create the class ScaledVariable but ScaledVariable is +really just a "redirect". If scaling is disabled (via _ENABLE_SCALING) +or if the scaling factor is 1 (no scaling) then ScaledVariable +will just redirect us to Pyomo's Var. Otherwise, ScaledVariable +redirects us to _ScaledVariable. To redirect between these two +cases we override the __new__ function. + +2. _ScaledVariable is a child class of Pyomo's Var. This means +it behaves the same as Pyomo's Var except for a few key differences. +a) Upon creation the variable bounds are scaled according to the scaling_factor +b) Upon creation we define a few extra properties that are used later. + +Up to now we really haven't done much. Creating a ScaledVar instead of a Var +simply creates a _ScaledVar instance (if scaling is enabled) that behaves +in almost all the same ways as Var (except bounds are scaled). Here's where things change. + +3. We've overridden the __setattr__ property of Pyomo's AbstractModel to allow for special +behaviours when we assign a _ScaledVariable to the model (see _AbstractModel in switch_model.utilities.__init__.py). +For example, let's consider the following call. + +model.MyVariable = ScaledVariable(...) + +First we note that ScaledVariable will actually become an instance of _ScaledVariable. +Our modified __setattr__ method will detect this and behave as follows. + +a) _ScaledVariable will be added to the model but with the key _scaled_MyVariable rather than MyVariable +b) We will create an expression that depends on _ScaledVariable using get_unscaled_expression() +c) This expression will be assigned to the model where the _ScaledVariable should've been assigned, i.e. + with the key MyVariable. + +4. What's the result of this? Whenever we reference model.MyVariable elsewhere in our code +we will actually be accessing the expression that depends on our _ScaledVariable! Since we're always +referencing the unscaled expression we don't need to worry about the effects of scaling, while at +the same time, Pyomo is using the scaled variable when solving. +""" + +from pyomo.core import Var, Expression + +# Setting this to False will disable variable scaling throughout SWITCH +_ENABLE_SCALING = True + + +class ScaledVariable: + """ + Can be used the same way as pyomo's Var() + however now we can pass in an additional parameter named 'scaling_factor' + that will scale the variable automatically. + + That is if scaling_factor = 10, the solver will work with a variable + that is 10x ours, and so the variables coefficient's will be 1/10th + of ours. + """ + + def __new__(cls, *args, scaling_factor=1, **kwargs): + # If scaling is enabled and scaling_factor is not 1 + # return an instance of _ScaledVariable + if _ENABLE_SCALING and scaling_factor != 1: + return _ScaledVariable(*args, scaling_factor=scaling_factor, **kwargs) + # Otherwise return an instance of pyomo's normal Var + else: + return Var(*args, **kwargs) + # Note, we can't integrate ScaledVariable into _ScaledVariable + # because pyomo will try to duplicate _ScaledVariable and will + # call the constructor at which point unexpected behaviour + # arises since scaling_factor will not be defined by Pyomo. + + +class _ScaledVariable(Var): + """ + Wraps pyomo's Var and adds support for a scaling_factor. + + Internally, when this object is assigned to the model, + it gets assigned with a prefix "_scaled_" and an expression + representing the unscaled variable is put in its place. + """ + + def __init__(self, *args, scaling_factor, bounds=None, **kwargs): + # We store *args since we need to iterate over the same set when creating the unscaled expression + self.args = args + self.scaling_factor = scaling_factor + self.scaled_name = None # Gets set later by _AbstractModel + self.unscaled_name = ( + None # Gets set later when an unscaled expression is created + ) + + if bounds is None: + scaled_bounds = None + else: + # If the bounds are not None then we need to scale the bounds + # The bounds are a function that return a tuple with the bound values + # So we make a wrapper function that when called will call the original bound + # then scale the bound values and return the scaled bound values + def bound_scaling_wrapper(*bound_args): + # Get the original bounds + lower_bound, upper_bound = bounds(*bound_args) + # Scale the bounds that are not None + if lower_bound is not None: + lower_bound *= scaling_factor + if upper_bound is not None: + upper_bound *= scaling_factor + return lower_bound, upper_bound + + scaled_bounds = bound_scaling_wrapper + + # Initialize the variable with the scaled bounds + super().__init__(*args, bounds=scaled_bounds, **kwargs) + + +def _get_unscaled_expression(scaled_var: _ScaledVariable, **kwargs): + """ + Given a _ScaledVariable, return an Expression that equals the unscaled variable. + + The returned Expression will also have the attribute 'scaled_var_name' which is the + name of the matching scaled variable. + """ + scaled_var_name = scaled_var.scaled_name + + def unscaled_expression_rule(m, *inner_args): + """ + The rule that is called when retrieving the value of the expression. + Is equal to the value of the variable dividing by the scaling factor + as this "undoes" the scaling. We want to undo the scaling + because this expression should equal the unscaled variable. + """ + v = getattr(m, scaled_var_name) + return v[inner_args] / v.scaling_factor + + unscaled_expr = Expression( + *scaled_var.args, rule=unscaled_expression_rule, **kwargs + ) + unscaled_expr.scaled_var_name = scaled_var_name + return unscaled_expr + + +def get_assign_default_value_rule( + variable_name: str, default_value_parameter_name: str +): + """ + Returns a rule that sets a default value for a variable. + + @param variable_name: The name of the variable whose default should be set (as a string) + @param default_value_parameter_name: The name of the parameter that stores the default values (as a string) + @returns A rule that can be passed to a BuildAction(..., rule=<>) object. + + Example: + + mod.BuildGen_assign_default_value = BuildAction( + mod.PREDETERMINED_GEN_BLD_YRS, + rule=rule_assign_default_value("BuildGen", "gen_predetermined_cap") + ) + + The code above will iterate over BuildGen for all the elements in + PREDETERMINED_GEN_BLD_YRS and will set BuildGen's default value + to the respective value in gen_predetermined_cap. + """ + + def rule(m, *args): + """ + The rule that is returned by the parent function. + This inner function is called by pyomo when pyomo runs the rule. + """ + # First retrieve the variable we want to set a default value for + variable_to_set = getattr(m, variable_name) + # Then retrieve the default value + default_value = getattr(m, default_value_parameter_name)[args] + + # If the variable has the attribute, then we need to make two changes. + if hasattr(variable_to_set, "scaled_var_name"): + # First the default needs to be set on the _ScaledVariable not + # the unscaled expression. + variable_to_set = getattr(m, variable_to_set.scaled_var_name) + # Second the default value needs to be scaled accordingly. + default_value *= variable_to_set.scaling_factor + + # Set the variable to the default value + variable_to_set[args] = default_value + + return rule + + +def get_unscaled_var(model, var): + if not isinstance(var, _ScaledVariable): + return var + + return getattr(model, var.unscaled_name) diff --git a/switch_model/version.py b/switch_model/version.py index 577e69d3e..b520b7617 100644 --- a/switch_model/version.py +++ b/switch_model/version.py @@ -6,4 +6,4 @@ installed and executed in environments that don't have any dependencies installed. """ -__version__='2.0.5' +__version__ = "2.0.6" diff --git a/switch_model/wecc/HOW_TO_DEBUG.txt b/switch_model/wecc/HOW_TO_DEBUG.txt new file mode 100644 index 000000000..b92b0757f --- /dev/null +++ b/switch_model/wecc/HOW_TO_DEBUG.txt @@ -0,0 +1,43 @@ +ONE ROUTE FOR DEBUGGING SWITCH + +example: +for i in instance.HYDRO_GENS: print(i) +instance.hydro_avg_flow_mw[5000000, '2022_Winter_day'] + + +Loading results: model.solutions.load_from(results)) + +To print sets +In [3]: for i in model.RPS_ENERGY_SOURCES: print(i) +Electricity +Water +Geothermal +Solar +BioSolid +Wind + +In [4]: model.f_rps_eligible['ResidualFuelOil'] +Out[4]: 0 +In [5]: model.f_rps_eligible['BioSolid'] +Out[5]: 1 + + +Params: +In [2]: for i in model.f_rps_eligible: print(i) +ResidualFuelOil +DistillateFuelOil +Uranium +Coal +NaturalGas +BioSolid + + + +constraints: +print instance.Enforce_Dispatch_Upper_Limit[5000000,105944] +print(model.Enforce_Dispatch_Upper_Limit[5000000,105944].expr) # shows evaluated +print(model.Enforce_Hydro_Min_Flow[5000000,105944].expr) + +problems: +Enforce_Dispatch_Upper_Limit[5000000,105944] +Enforce_Hydro_Min_Flow[5000000,105944] \ No newline at end of file diff --git a/switch_model/wecc/__init__.py b/switch_model/wecc/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/switch_model/wecc/__main__.py b/switch_model/wecc/__main__.py new file mode 100644 index 000000000..1a6af5b71 --- /dev/null +++ b/switch_model/wecc/__main__.py @@ -0,0 +1,41 @@ +# Copyright (c) 2015-2019 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2.0, which is in the LICENSE file. + +"""Script to handle switch calls from the command line.""" +from __future__ import print_function + +import argparse +import importlib +import sys + + +def get_module_runner(module): + def runner(): + importlib.import_module(module).main() + + return runner + + +cmds = { + "sample": get_module_runner("switch_model.wecc.sampling.cli"), + "save_scenario": get_module_runner("switch_model.wecc.save_scenario"), +} + + +def main(args=None): + parser = argparse.ArgumentParser(add_help=False) + parser.add_argument( + "subcommand", choices=cmds.keys(), help="The possible switch subcommands" + ) + + args, remaining_args = parser.parse_known_args(args) + + # adjust the argument list to make it look like someone ran "python -m " directly + sys.argv[0] += " " + sys.argv[1] + del sys.argv[1] + + cmds[args.subcommand]() + + +if __name__ == "__main__": + main() diff --git a/switch_model/wecc/database/2021-06-11_add_ALL_load_zone.sql b/switch_model/wecc/database/2021-06-11_add_ALL_load_zone.sql new file mode 100644 index 000000000..a0416e01e --- /dev/null +++ b/switch_model/wecc/database/2021-06-11_add_ALL_load_zone.sql @@ -0,0 +1,18 @@ +/* +#################### +Add load zone: ALL + +Date applied: +Description: This script adds a load_zone called ALL. The all load_zone can be used +to specify that a plant should belong to all load zones. get_inputs.py will handle copying the plant +to all the load zones. +################# +*/ + +INSERT INTO switch.load_zone (load_zone_id, name, description) +VALUES ( + 51, + '_ALL_ZONES', + 'This zone can only be used to specify that a generation plant should be copied to all the other zones.' || + 'This zone will be filtered out during get_inputs and should never be read by SWITCH.' + ); \ No newline at end of file diff --git a/switch_model/wecc/database/2021-06-11_add_storage_params.sql b/switch_model/wecc/database/2021-06-11_add_storage_params.sql new file mode 100644 index 000000000..9ca7ac6f3 --- /dev/null +++ b/switch_model/wecc/database/2021-06-11_add_storage_params.sql @@ -0,0 +1,15 @@ +/* +#################### +Add Improved Storage Module columns + +Date applied: 2021-06-11 +Description: This script adds the columns daily_self_discharge_rate, discharge_efficiency and +land_use_rate to the generation_plant table. These columns were added as part of the +improvements to the storage module that Martin Staadecker completed when studying long-duration +energy storage. See REAM-lab pull request #42. +################# +*/ + +ALTER TABLE switch.generation_plant ADD COLUMN daily_self_discharge_rate real; +ALTER TABLE switch.generation_plant ADD COLUMN discharge_efficiency real; +ALTER TABLE switch.generation_plant ADD COLUMN land_use_rate real; \ No newline at end of file diff --git a/switch_model/wecc/database/2021-06-15_add_generation_plants_groups.sql b/switch_model/wecc/database/2021-06-15_add_generation_plants_groups.sql new file mode 100644 index 000000000..70fd03639 --- /dev/null +++ b/switch_model/wecc/database/2021-06-15_add_generation_plants_groups.sql @@ -0,0 +1,63 @@ +/* +#################### +Add generation plants groups + +Date applied: +Description: +This script adds the option to specify generation plant groups. +The generation groups are specified in the table generation_plant_group. +Plants are assigned to a group by adding them to the many-to-many table generation_plant_group_member. +Groups are assigned to a generation_plant_scenario_id by specifying them in generation_plant_scenario_group_member +################# +*/ + +CREATE TABLE switch.generation_plant_group +( + generation_plant_group_id serial NOT NULL, + description text NOT NULL, + name character varying(30) NOT NULL, + PRIMARY KEY (generation_plant_group_id) +); + +COMMENT ON TABLE switch.generation_plant_group + IS 'This table specifies all the generation plant groups. Every group has a set of generation plants (see generation_plant_group_member). Groups can be assigned to a generation_plant_scenario (see generation_plant_scenario_group_member).'; + +CREATE TABLE switch.generation_plant_group_member +( + generation_plant_group_id integer, + generation_plant_id integer, + PRIMARY KEY (generation_plant_group_id, generation_plant_id) +); + +ALTER TABLE switch.generation_plant_group_member + ADD CONSTRAINT generation_plant_group_member_group_id_fkey + FOREIGN KEY (generation_plant_group_id) + REFERENCES switch.generation_plant_group (generation_plant_group_id); + +ALTER TABLE switch.generation_plant_group_member + ADD CONSTRAINT generation_plant_group_member_generation_plant_id_fkey + FOREIGN KEY (generation_plant_id) + REFERENCES switch.generation_plant (generation_plant_id); + +COMMENT ON TABLE switch.generation_plant_group_member + IS 'This table is a many-to-many table that specifies the generation plants that are associated with a generation group.'; + +CREATE TABLE switch.generation_plant_scenario_group_member +( + generation_plant_scenario_id integer, + generation_plant_group_id integer, + PRIMARY KEY (generation_plant_scenario_id, generation_plant_group_id) +); + +ALTER TABLE switch.generation_plant_scenario_group_member + ADD CONSTRAINT generation_plant_scenario_group_member_scenario_id_fkey + FOREIGN KEY (generation_plant_scenario_id) + REFERENCES switch.generation_plant_scenario (generation_plant_scenario_id); + +ALTER TABLE switch.generation_plant_scenario_group_member + ADD CONSTRAINT generation_plant_scenario_group_member_group_id_fkey + FOREIGN KEY (generation_plant_group_id) + REFERENCES switch.generation_plant_group (generation_plant_group_id); + +COMMENT ON TABLE switch.generation_plant_scenario_group_member + IS 'This table is a many-to-many table that specifies which generation plant groups belong to which generation plant scenarios'; diff --git a/switch_model/wecc/database/2021-06-18_add_gen_store_energy_to_power_ratio.sql b/switch_model/wecc/database/2021-06-18_add_gen_store_energy_to_power_ratio.sql new file mode 100644 index 000000000..f314cc51c --- /dev/null +++ b/switch_model/wecc/database/2021-06-18_add_gen_store_energy_to_power_ratio.sql @@ -0,0 +1,13 @@ +/* +#################### +Add column gen_store_energy_to_power_ratio + +Date applied: 2021-06-18 +Description: +This script adds a column to the generation_plant +table called gen_storage_energy_to_power_ratio specifying +the storage duration +################# +*/ + +ALTER TABLE switch.generation_plant ADD COLUMN gen_storage_energy_to_power_ratio real; \ No newline at end of file diff --git a/switch_model/wecc/database/2021-06-24_add_transmission_options.sql b/switch_model/wecc/database/2021-06-24_add_transmission_options.sql new file mode 100644 index 000000000..ad4468e13 --- /dev/null +++ b/switch_model/wecc/database/2021-06-24_add_transmission_options.sql @@ -0,0 +1,19 @@ +/* +#################### +Add transmission options + +Date applied: 2021-06-23 +Description: +Adds two rows to table transmission_base_capital_cost_scenario_id +1. A scenario where transmission costs are zero. +2. A scenario where transmission costs are infinity (building not allowed). +################# +*/ + +INSERT INTO switch.transmission_base_capital_cost (transmission_base_capital_cost_scenario_id, + trans_capital_cost_per_mw_km, description) +VALUES (3, 'Infinity', 'For scenarios where building transmission is forbidden.'); + +INSERT INTO switch.transmission_base_capital_cost (transmission_base_capital_cost_scenario_id, + trans_capital_cost_per_mw_km, description) +VALUES (4, 0, 'For scenarios where transmission is unlimited.'); diff --git a/switch_model/wecc/database/2021-06-29_add_transmission_options_v2.sql b/switch_model/wecc/database/2021-06-29_add_transmission_options_v2.sql new file mode 100644 index 000000000..fa4c77251 --- /dev/null +++ b/switch_model/wecc/database/2021-06-29_add_transmission_options_v2.sql @@ -0,0 +1,13 @@ +/* +#################### +Add transmission options + +Date applied: 2021-06-29 +Description: +Adds an extra scenario to the database for a 10x increase in transmission costs. +################# +*/ + +INSERT INTO switch.transmission_base_capital_cost (transmission_base_capital_cost_scenario_id, + trans_capital_cost_per_mw_km, description) +VALUES (5, 9600, '10x the costs of scenario #2. Approximates the no TX case.'); diff --git a/switch_model/wecc/database/2021-07-07_add_wind_solar_ratio_column.sql b/switch_model/wecc/database/2021-07-07_add_wind_solar_ratio_column.sql new file mode 100644 index 000000000..b49e7dec0 --- /dev/null +++ b/switch_model/wecc/database/2021-07-07_add_wind_solar_ratio_column.sql @@ -0,0 +1,12 @@ +/* +#################### +Add wind_to_solar_ratio column + +Date applied: 2021-07-07 +Description: +Adds a column called wind_to_solar_ratio to the database which is used by +switch_model.policies.wind_to_solar_ratio +################# +*/ + +ALTER TABLE switch.scenario ADD COLUMN wind_to_solar_ratio real; \ No newline at end of file diff --git a/switch_model/wecc/database/2021-07-29_create_low_hydro_scenario.py b/switch_model/wecc/database/2021-07-29_create_low_hydro_scenario.py new file mode 100644 index 000000000..9a116840d --- /dev/null +++ b/switch_model/wecc/database/2021-07-29_create_low_hydro_scenario.py @@ -0,0 +1,154 @@ +""" +#################### +Create a low hydro scenario + +Date applied: 2021-07-29 +Description: +This script adds a scenario to the database for low hydro power. +The worst year for hydro is 2015. As such we use those values for every year unless a plant is missing +in 2015 in which case we use the lowest value in the other years for that plant. +################# +""" +import time + +from switch_model.utilities import query_yes_no, format_seconds +from switch_model.wecc.utilities import connect +import pandas as pd + +raw_data_scenario = 21 +all_plants_scenario = 23 +worst_year = 2015 + +new_start_year = 2020 +new_end_year = 2050 +new_scenario_id = 24 +new_scenario_name = ( + "Lowest year (2015) repeated. Using EIA and AMPL Canada and Mex data." +) +new_scenario_description = "Lowest year (2015) repeated from 2020 to 2050, based on data from id 21 (EIA + AMPL Canada & Mex)." + + +def main(): + db_conn = connect() + db_cursor = db_conn.cursor() + + # 1. Get all the hydro plants + db_cursor.execute( + f""" + SELECT DISTINCT generation_plant_id FROM hydro_historical_monthly_capacity_factors + WHERE hydro_simple_scenario_id={all_plants_scenario}; + """ + ) + hydro_plants = pd.DataFrame(db_cursor.fetchall(), columns=["generation_plant_id"])[ + "generation_plant_id" + ] + + # 2. Get all the hydro flow data for the worst year + db_cursor.execute( + f""" + SELECT generation_plant_id, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_historical_monthly_capacity_factors + WHERE hydro_simple_scenario_id={raw_data_scenario} and year={worst_year}; + """ + ) + worst_year_data = pd.DataFrame( + db_cursor.fetchall(), + columns=[ + "generation_plant_id", + "month", + "hydro_min_flow_mw", + "hydro_avg_flow_mw", + ], + ) + + # 3. Identify plants where data is missing + missing_hydro_plants = hydro_plants[ + ~hydro_plants.isin(worst_year_data["generation_plant_id"]) + ].values + + # 4. For each missing plant get the data for all the years + db_cursor.execute( + f""" + SELECT generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_historical_monthly_capacity_factors + WHERE hydro_simple_scenario_id={raw_data_scenario} and generation_plant_id in ({",".join(missing_hydro_plants.astype(str))}); + """ + ) + missing_plants_data = pd.DataFrame( + db_cursor.fetchall(), + columns=[ + "generation_plant_id", + "year", + "month", + "hydro_min_flow_mw", + "hydro_avg_flow_mw", + ], + ) + + # 5. Pick the year with the least flow + # Aggregate by year + missing_data_by_year = missing_plants_data.groupby( + ["generation_plant_id", "year"], as_index=False + )["hydro_avg_flow_mw"].mean() + # Select years where the flow is at its lowest + year_to_use = missing_data_by_year.loc[ + missing_data_by_year.groupby("generation_plant_id")[ + "hydro_avg_flow_mw" + ].idxmin() + ][["generation_plant_id", "year"]] + # Essentially filter missing_plants_data to only include keys from the right table, aka plants and years that are lowest + missing_plants_data = missing_plants_data.merge( + year_to_use, on=["generation_plant_id", "year"], how="right" + ).drop("year", axis=1) + + # 6. Add the missing data to our worst year data and verify we have data for all the plants + worst_year_data = pd.concat([worst_year_data, missing_plants_data]) + assert all(hydro_plants.isin(worst_year_data["generation_plant_id"])) + + # 7. Cross join the series with all the years from 2020 to 2050 + years = pd.Series(range(new_start_year, new_end_year + 1), name="year") + worst_year_data = worst_year_data.merge(years, how="cross") + worst_year_data["hydro_simple_scenario_id"] = new_scenario_id + + # 8. Complete some data checks + assert len(worst_year_data) == 12 * (new_end_year - new_start_year + 1) * len( + hydro_plants + ) + + # 9. Add data to database + print(f"hydro_simple_scenario: {new_scenario_id}") + print(f"name: {new_scenario_name}") + print(f"description: {new_scenario_description}") + print(f"Num hydro plants: {worst_year_data.generation_plant_id.nunique()}") + print(f"From year: {new_start_year}") + print(f"To year: {new_end_year}") + print(f"Example data:\n{worst_year_data.head()}") + + if not query_yes_no( + "\nAre you sure you want to add this data to the database?", default="no" + ): + raise SystemExit + + db_cursor.execute( + "INSERT INTO hydro_simple_scenario(hydro_simple_scenario_id, name, description) " + f"VALUES ('{new_scenario_id}','{new_scenario_name}','{new_scenario_description}')" + ) + + n = len(worst_year_data) + start_time = time.time() + for i, r in enumerate(worst_year_data.itertuples(index=False)): + if i != 0 and i % 1000 == 0: + print( + f"{i}/{n} inserts completed. Estimated time remaining {format_seconds((n - i) * (time.time() - start_time) / i)}" + ) + db_cursor.execute( + f"INSERT INTO hydro_historical_monthly_capacity_factors(hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) " + f"VALUES ({r.hydro_simple_scenario_id},{r.generation_plant_id},{r.year},{r.month},{r.hydro_min_flow_mw},{r.hydro_avg_flow_mw})" + ) + + db_conn.commit() + db_cursor.close() + db_conn.close() + print("Done.") + + +if __name__ == "__main__": + main() diff --git a/switch_model/wecc/database/2021-07-30_create_no_hydro_scenario.py b/switch_model/wecc/database/2021-07-30_create_no_hydro_scenario.py new file mode 100644 index 000000000..ff9c1f576 --- /dev/null +++ b/switch_model/wecc/database/2021-07-30_create_no_hydro_scenario.py @@ -0,0 +1,89 @@ +""" +#################### +Create a no hydro scenario + +Date applied: 2021-07-30 +Description: +This script adds a scenario to the database that effectively removes all hydro generation from the model. +################# +""" +import time + +from switch_model.utilities import query_yes_no, format_seconds +from switch_model.wecc.utilities import connect +import pandas as pd + +all_plants_scenario = 23 + +new_scenario_id = 25 +new_scenario_name = "No Hydro" +new_scenario_description = ( + "All average flows are zero effectively removing all hydro generation from the model." + " Represents as an extreme edge case of no hydro generation." +) + + +def main(): + db_conn = connect() + db_cursor = db_conn.cursor() + + # 1. Get all the hydro plants + db_cursor.execute( + f""" + SELECT DISTINCT generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_historical_monthly_capacity_factors + WHERE hydro_simple_scenario_id={all_plants_scenario}; + """ + ) + df = pd.DataFrame( + db_cursor.fetchall(), + columns=[ + "generation_plant_id", + "year", + "month", + "hydro_min_flow_mw", + "hydro_avg_flow_mw", + ], + ) + + # 2. Set all the flows to zero and set the scenario id + df["hydro_min_flow_mw"] = 0 + df["hydro_avg_flow_mw"] = 0 + df["hydro_simple_scenario_id"] = new_scenario_id + + # 3. Add data to database + print(f"hydro_simple_scenario: {new_scenario_id}") + print(f"name: {new_scenario_name}") + print(f"description: {new_scenario_description}") + print(f"Num hydro plants: {df.generation_plant_id.nunique()}") + print(f"Example data:\n{df.head()}") + + if not query_yes_no( + "\nAre you sure you want to add this data to the database?", default="no" + ): + raise SystemExit + + db_cursor.execute( + "INSERT INTO hydro_simple_scenario(hydro_simple_scenario_id, name, description) " + f"VALUES ('{new_scenario_id}','{new_scenario_name}','{new_scenario_description}')" + ) + + n = len(df) + start_time = time.time() + for i, r in enumerate(df.itertuples(index=False)): + if i != 0 and i % 1000 == 0: + print( + f"{i}/{n} inserts completed. Estimated time remaining {format_seconds((n - i) * (time.time() - start_time) / i)}" + ) + db_cursor.execute( + f"INSERT INTO hydro_historical_monthly_capacity_factors(hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) " + f"VALUES ({r.hydro_simple_scenario_id},{r.generation_plant_id},{r.year},{r.month},{r.hydro_min_flow_mw},{r.hydro_avg_flow_mw})" + ) + + db_conn.commit() + db_cursor.close() + db_conn.close() + print("Done.") + + +if __name__ == "__main__": + main() diff --git a/switch_model/wecc/database/2021-08-02_create_half_hydro_scenario.py b/switch_model/wecc/database/2021-08-02_create_half_hydro_scenario.py new file mode 100644 index 000000000..6bbef5e2b --- /dev/null +++ b/switch_model/wecc/database/2021-08-02_create_half_hydro_scenario.py @@ -0,0 +1,86 @@ +""" +#################### +Create a hydro scenario with only half the flow of the baseline + +Date applied: 2021-08-02 +Description: +This script adds a scenario to the database that makes all hydro flows half of the expected hydro flow. +################# +""" +import time + +from switch_model.utilities import query_yes_no, format_seconds +from switch_model.wecc.utilities import connect +import pandas as pd + +all_plants_scenario = 23 + +new_scenario_id = 26 +new_scenario_name = "50% of scenario 23" +new_scenario_description = "All average flows are halved to represent a scenario where hydro generation is low." + + +def main(): + db_conn = connect() + db_cursor = db_conn.cursor() + + # 1. Get all the hydro plants + db_cursor.execute( + f""" + SELECT DISTINCT generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_historical_monthly_capacity_factors + WHERE hydro_simple_scenario_id={all_plants_scenario}; + """ + ) + df = pd.DataFrame( + db_cursor.fetchall(), + columns=[ + "generation_plant_id", + "year", + "month", + "hydro_min_flow_mw", + "hydro_avg_flow_mw", + ], + ) + + # 2. Set all the flows to zero and set the scenario id + df["hydro_avg_flow_mw"] /= 2 + df["hydro_min_flow_mw"] = df[["hydro_min_flow_mw", "hydro_avg_flow_mw"]].min(axis=1) + df["hydro_simple_scenario_id"] = new_scenario_id + + # 3. Add data to database + print(f"hydro_simple_scenario: {new_scenario_id}") + print(f"name: {new_scenario_name}") + print(f"description: {new_scenario_description}") + print(f"Num hydro plants: {df.generation_plant_id.nunique()}") + print(f"Example data:\n{df.head()}") + + if not query_yes_no( + "\nAre you sure you want to add this data to the database?", default="no" + ): + raise SystemExit + + db_cursor.execute( + "INSERT INTO hydro_simple_scenario(hydro_simple_scenario_id, name, description) " + f"VALUES ('{new_scenario_id}','{new_scenario_name}','{new_scenario_description}')" + ) + + n = len(df) + start_time = time.time() + for i, r in enumerate(df.itertuples(index=False)): + if i != 0 and i % 1000 == 0: + print( + f"{i}/{n} inserts completed. Estimated time remaining {format_seconds((n - i) * (time.time() - start_time) / i)}" + ) + db_cursor.execute( + f"INSERT INTO hydro_historical_monthly_capacity_factors(hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) " + f"VALUES ({r.hydro_simple_scenario_id},{r.generation_plant_id},{r.year},{r.month},{r.hydro_min_flow_mw},{r.hydro_avg_flow_mw})" + ) + + db_conn.commit() + db_cursor.close() + db_conn.close() + print("Done.") + + +if __name__ == "__main__": + main() diff --git a/switch_model/wecc/database/2021-11-24_add_DOE_wave_scenario.sql b/switch_model/wecc/database/2021-11-24_add_DOE_wave_scenario.sql new file mode 100644 index 000000000..8b94706da --- /dev/null +++ b/switch_model/wecc/database/2021-11-24_add_DOE_wave_scenario.sql @@ -0,0 +1,142 @@ + + +-- Shiny + PHG, Nov 24th, 2021 +-- New scenario that includes wave energy candidates (23 locations from 2017 data) + + +-- Ran: +-- insert into switch.generation_plant_cost_scenario +-- values(26,'SWITCH 2020 Baseline costs from id 25. DOE_wave', +-- 'same costs as id 25, and added costs for wave candidates from 2017 data (Deborah S., Brian, PHG), +-- Shinys runs'); + +-- Ran: +-- select * from switch.generation_plant_cost_scenario; + +-- Ran: +-- insert into switch.generation_plant_cost +-- select 26 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +-- storage_energy_capacity_cost_per_mwh +-- from switch.generation_plant_cost +-- where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +-- union +-- select 26 as generation_plant_cost_scenario_id, t."GENERATION_PROJECT" as generation_plant_id, +-- build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +-- NULL as storage_energy_capacity_cost_per_mwh +-- from public.gen_build_costs_wave as t; + +-- reality check: ----------------------------------------------------------------------- +----------------------------------------------------------------------------------------- +-- select * from switch.generation_plant_cost +-- join switch.generation_plant using(generation_plant_id) +-- where generation_plant_cost_scenario_id=25; +-- and energy_source not in ('Wave'); + +-- select * +-- from switch.generation_plant_cost +-- where generation_plant_cost_scenario_id = 26; + + +-- -- 303495 rows +-- select 26 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +-- storage_energy_capacity_cost_per_mwh +-- from switch.generation_plant_cost +-- where generation_plant_cost_scenario_id = 25; + +-- -- 828 rows +-- select 26 as generation_plant_cost_scenario_id, t."GENERATION_PROJECT" as generation_plant_id, +-- build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +-- NULL as storage_energy_capacity_cost_per_mwh +-- from public.gen_build_costs_wave as t; + + +-- id 25: 303495 rows (2050-2010+1) + +-- wave (gen_ids, year) should be 828 rows + +-- id 26 should have 303495 + 828 = 304323 + +-- end of reality check ----------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------- + +-- Summary: tables updated: generation_plant_cost_scenario, generation_plant_cost + +-- delete from switch.generation_plant_scenario where generation_plant_scenario_id = 24; + +-- Ran: +-- insert into switch.generation_plant_scenario +-- values(24, +-- 'EIA-WECC Existing and Proposed 2018 + wave, AMPL Basecase for Canada and Mex, AMPL proposed non-wind plants (only best of solar), Env Screen Wind Cat 3, No CAES', +-- 'same as id 22 adding wave energy data from 2017 (Deborah, PHG, Brian), but no Compressed Air Energy Storage gen_tech among candidate generators' +-- ); + +select * from switch.generation_plant_scenario; + + +-- 10349 rows +-- insert into switch.generation_plant_scenario_member +-- select 24 as generation_plant_scenario_id, t1."GENERATION_PROJECT" as generation_plant_id +-- from public.generation_projects_info_wave as t1 +-- union +-- select 24 as generation_plant_scenario_id, generation_plant_id +-- from switch.generation_plant_scenario_member +-- where generation_plant_scenario_id=23; + + +select * from switch.generation_plant_scenario_member where generation_plant_scenario_id = 24; + + + + + + + + +-- __________________________________________________________________________________________________ +-- __________________________________________________________________________________________________ + +-- Ran: new table with wave capacity factors duplicated from 2006 for 2010-2060 +-- drop table public.test_variable_capacity_factors_wave; +-- create table public.test_variable_capacity_factors_wave( +-- generation_plant_id double precision, +-- capacity_factor double precision, +-- time_stamp_utc text); + + +-- Ran: +-- do +-- $$ +-- begin +-- for year in 2010..2060 loop +-- raise notice 'year: %', year; + +-- insert into public.test_variable_capacity_factors_wave +-- select t."GENERATION_PROJECT" as generation_plant_id, +-- gen_max_capacity_factor as capacity_factor, +-- CONCAT(year, TRIM(LEADING '2006' FROM timestamp)) as new_stamp +-- from public.variable_capacity_factors_wave as t; +-- end loop; +-- end; +-- $$ + +-- 26280 rows (=(2012-2010+1)*8760) +-- 10275480 rows ( = (2060-2010+1) * 8760 * 23 ) +-- select * from public.test_variable_capacity_factors_wave; + + + + +-- 359,400 (2011 - 2051) +-- select * from switch.variable_capacity_factors_exist_and_candidate_gen +-- where generation_plant_id = 1191183122 +-- order by timestamp_utc asc; + +-- continue here: +-- 8,260,680 rows = (2051-2011+1) * 8760 * 23 +insert into switch.variable_capacity_factors_exist_and_candidate_gen +select t.generation_plant_id as generation_plant_id, raw_timepoint_id, t2.timestamp_utc, +t.capacity_factor as capacity_factor, 1 as is_new_cap_factor +from public.test_variable_capacity_factors_wave as t +join switch.variable_capacity_factors_exist_and_candidate_gen as t2 on (t.time_stamp_utc=to_char(t2.timestamp_utc, 'YYYY-MM-DD HH24:MI:SS')) +where t2.generation_plant_id=1191183122 -- random plant_id chosen to match raw_timepoint_id +order by 1,2 desc; \ No newline at end of file diff --git a/switch_model/wecc/database/2022-10-12_Transmission_scenario_fix.sql b/switch_model/wecc/database/2022-10-12_Transmission_scenario_fix.sql new file mode 100644 index 000000000..4d6317dfc --- /dev/null +++ b/switch_model/wecc/database/2022-10-12_Transmission_scenario_fix.sql @@ -0,0 +1,78 @@ +-- October 12, 2022 +-- Author: pesap + +-- Reason: We detected a type in the transmission derating factor for all the transmission +-- lines for the WECC model. This is the description in the switch module of what the +-- transmission derate factor does: trans_derating_factor[tx in TRANSMISSION_LINES] is an +-- overall derating factor for each transmission line that can reflect forced outage +-- rates, stability or contingency limitations. This parameter is optional and defaults to +-- 1. This parameter should be in the range of 0 to 1, being 0 a value that disables the +-- line completely. +-- In our scenarios we have been using 0.59 for no apparent reason and this limited the +-- amount of electricity that flow throught the transmission line. The new value that we +-- will use for the scenarios is 0.95 or a 5% derate. + +alter table + switch.transmission_lines +add + column transmission_scenario_id int; + +alter table + switch.scenario +add + column transmission_scenario_id int; + +UPDATE switch.transmission_lines SET transmission_scenario_id = 1; +UPDATE switch.scenario SET transmission_scenario_id = 1; + +alter table switch.transmission_lines drop constraint transmission_lines_pkey; + +insert into switch.transmission_lines( + transmission_line_id, start_load_zone_id, + end_load_zone_id, trans_length_km, + trans_efficiency, existing_trans_cap_mw, + new_build_allowed, derating_factor, + terrain_multiplier, transmission_cost_econ_multiplier, + transmission_scenario_id +) +select + transmission_line_id, + start_load_zone_id, + end_load_zone_id, + trans_length_km, + trans_efficiency, + existing_trans_cap_mw, + new_build_allowed, + 0.95 as derating_factor, + terrain_multiplier, + transmission_cost_econ_multiplier, + 2 as transmission_scenario_id +from + switch.transmission_lines; + +insert into switch.scenario +values (179, + '[LDES and SWITCH_WEAP]', + 'Baseline scenario with 0 carbon cap for WECC and CA by 2045, 15% PRM, updated 2 days per month sampling and tranmission_line scenario', + 17, -- study_timeframe_id + 16, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 23, -- generation_plant_scenario_id + 25, -- generation_plant_cost_scenario_id + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 1, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL,--wind_to_solar_ratio + 2 --tranmission_scenario_id + ); diff --git a/switch_model/wecc/database/2022_04_19_New_wave_energy_and_offshore_wind_data_DOE.sql b/switch_model/wecc/database/2022_04_19_New_wave_energy_and_offshore_wind_data_DOE.sql new file mode 100644 index 000000000..9280fc1e7 --- /dev/null +++ b/switch_model/wecc/database/2022_04_19_New_wave_energy_and_offshore_wind_data_DOE.sql @@ -0,0 +1 @@ +select * from public.wave_colocation_cf; diff --git a/switch_model/wecc/database/2022_04_19_new_wave_energy_offshore_wind_sites.sql b/switch_model/wecc/database/2022_04_19_new_wave_energy_offshore_wind_sites.sql new file mode 100644 index 000000000..6b83ffd88 --- /dev/null +++ b/switch_model/wecc/database/2022_04_19_new_wave_energy_offshore_wind_sites.sql @@ -0,0 +1,41 @@ + +-- April 19, 2022 +-- DOE + +-- Importing new wave energy sites with hourly capacity factors +-- Source: +-- Description: + + +COPY public.wave_colocation_CF +FROM '/home/schoudhury/REAM_lab/newData/switch_wave_CF.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + +-- Quality control: +select * from public.wave_colocation_CF; + +select site, count(*) +from public.wave_colocation_CF +group by site +order by site; + + + + +-- Importing new offshore wind sites with hourly capacity factors +-- Source: +-- Description: + + + +COPY public.offshore_colocation_cf +FROM '/home/schoudhury/REAM_lab/newData/switch_offshore_CF.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + +select * from public.offshore_colocation_cf; + +select site, count(*) +from public.offshore_colocation_cf +group by site +order by site; + diff --git a/switch_model/wecc/database/2022_04_20_wave_offshore_data_switch.sql b/switch_model/wecc/database/2022_04_20_wave_offshore_data_switch.sql new file mode 100644 index 000000000..1a79987f6 --- /dev/null +++ b/switch_model/wecc/database/2022_04_20_wave_offshore_data_switch.sql @@ -0,0 +1,337 @@ +-- Ran: +insert into switch.generation_plant_cost_scenario +values(27,'SWITCH 2020 Baseline costs from id 25. DOE_wave', + 'same costs as id 25, and added costs for wave candidates from 2017 data (Deborah S., Brian, PHG), Shinys runs'); + +-- Ran: +create table public.shiny_v2_generation_project_info_wave_offshore_wind( +index bigint, +GENERATION_PROJECT double precision, +gen_capacity_limit_mw double precision, +gen_connect_cost_per_mw double precision, +gen_dbid double precision, +gen_energy_source text, +gen_forced_outage_rate double precision, +gen_full_load_heat_rate text, +gen_is_baseload boolean, +gen_is_cogen boolean, +gen_is_variable boolean, +gen_load_zone text, +gen_max_age double precision, +gen_min_build_capacity double precision, +gen_scheduled_outage_rate double precision, +gen_tech text, +gen_variable_om double precision, +lat double precision, +long double precision, +primary key (GENERATION_PROJECT, gen_tech) +); + + +select * from public.shiny_v2_generation_project_info_wave_offshore_wind; + + +--Ran: +create table public.shiny_v2_gen_build_cost_wave_offshore_wind( +index bigint, +GENERATION_PROJECT double precision, +build_year double precision, +gen_fixed_om double precision, +gen_overnight_cost double precision, +primary key (GENERATION_PROJECT, build_year) +); + + + +COPY public.shiny_v2_generation_project_info_wave_offshore_wind +FROM '/home/schoudhury/REAM_lab/newData/newWaveOffshorePlants.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + + +COPY public.shiny_v2_gen_build_cost_wave_offshore_wind +FROM '/home/schoudhury/REAM_lab/newData/newWaveOffshorePlants_cost.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + +-- QA/QC + +select generation_project, count(*) +from public.shiny_v2_gen_build_cost_wave_offshore_wind +group by generation_project +order by generation_project; + + + + +-- Wave at offshore wind sites +--SC: need to add capacity factor tables for both wave and offshore again in the exact format the wave table was from November implementation + +-- Delete once v3 is done ------------------------------------------ +create table public.wave_colocation_CF_v2( +GENERATION_PROJECT double precision, +gen_max_capacity_factor double precision, +site int, +timestamp text, +primary key (GENERATION_PROJECT, timestamp) +); + +COPY public.wave_colocation_CF_v2 +FROM '/home/schoudhury/REAM_lab/newData/switch_wave_CF.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; +-- End of Deleting block ------------------------------------------ + + +-- QA/QC: +select * from public.wave_colocation_CF_v2; + +select generation_project, count(*) +from wave_colocation_CF_v2 +group by 1 +order by 1; + + + +-- version 3 and final: +drop table public.wave_colocation_CF_v3; + +create table public.wave_colocation_CF_v3( +GENERATION_PROJECT double precision, +gen_max_capacity_factor double precision, +site int, +year text, +month text, +day text, +hour text, +primary key (GENERATION_PROJECT, year, month, day, hour) +); + +COPY public.wave_colocation_CF_v3 +FROM '/home/schoudhury/REAM_lab/newData/switch_wave_CF.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + +select * from public.wave_colocation_CF_v3; + + + + +-- Offshore wind +drop table public.offshore_colocation_CF_v3; + +create table public.offshore_colocation_CF_v3( +GENERATION_PROJECT double precision, +gen_max_capacity_factor double precision, +site int, +year text, +month text, +day text, +hour text, +primary key (GENERATION_PROJECT, year, month, day, hour) +); + +COPY public.offshore_colocation_CF_v3 +FROM '/home/schoudhury/REAM_lab/newData/switch_offshore_CF_v3.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + + +-- QA/QC: +select * from public.offshore_colocation_CF_v3; + +select generation_project, count(*) +from offshore_colocation_CF_v3 +group by 1 +order by 1; + + +-- ----------------------------------------------------------------------- + +insert into switch.generation_plant_scenario +values(25, +'EIA-WECC Existing and Proposed 2018 + colocated offshore wind and wave, AMPL Basecase for Canada and Mex, AMPL proposed non-wind plants (only best of solar), Env Screen Wind Cat 3, No CAES', +'same as id 22 adding new sites for colocated wave and offshore wind from Levi s and NREL reports (Shiny,PHG), but no Compressed Air Energy Storage gen_tech among candidate generators. No wave sites from Bryan and Deborah.' +); + + +insert into switch.generation_plant (generation_plant_id, name, gen_tech, load_zone_id, connect_cost_per_mw, variable_o_m, + forced_outage_rate, scheduled_outage_rate, max_age, min_build_capacity, is_variable, is_baseload, + is_cogen, energy_source, min_load_fraction, startup_fuel, startup_om) +select +t1.generation_project as generation_plant_id, concat(t1.generation_project, '_Wave') as name, +gen_tech, load_zone_id, gen_connect_cost_per_mw as connect_cost_per_mw, +gen_variable_om as variable_o_m, gen_forced_outage_rate as forced_outage_rate, gen_scheduled_outage_rate as scheduled_outage_rate, +gen_max_age as max_age, gen_min_build_capacity as min_build_capacity, gen_is_variable as is_variable, gen_is_baseload as is_baseload, gen_is_cogen as is_cogen, +gen_energy_source as energy_source, 0 as min_load_fraction, 0 as startup_fuel, 0 as startup_om +from public.shiny_v2_generation_project_info_wave_offshore_wind as t1 +join switch.load_zone as t2 on(t2.name=gen_load_zone); + + +insert into switch.generation_plant_scenario_member +select 25 as generation_plant_scenario_id, t1.generation_project as generation_plant_id +from public.shiny_v2_generation_project_info_wave_offshore_wind as t1 +union +select 25 as generation_plant_scenario_id, generation_plant_id +from switch.generation_plant_scenario_member +where generation_plant_scenario_id=23; + + + + +insert into switch.generation_plant_cost +select 27 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 27 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.shiny_v2_gen_build_cost_wave_offshore_wind as t; + + + +-- TO DO: QA/QC (as of april 25, 2022 it's still pending) +-- -- reality check: --------------NOT UPDATED--------------------------------------------------------- +-- ----------------------------------------------------------------------------------------- +-- 238800 rows retrieved +-- select * from switch.generation_plant_cost +-- join switch.generation_plant using(generation_plant_id) +-- where generation_plant_cost_scenario_id=25 +-- and energy_source not in ('Wave') +-- and energy_source not in ('Wind'); + +-- -- select * +-- -- from switch.generation_plant_cost +-- -- where generation_plant_cost_scenario_id = 27; + + +-- -- -- 303495 rows retrieved +-- select 27 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +-- storage_energy_capacity_cost_per_mwh +-- from switch.generation_plant_cost +-- where generation_plant_cost_scenario_id = 25; + +-- 1078 rows retrieved = number of rows in Shiny's notebook (OK!) +-- select 27 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +-- build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +-- NULL as storage_energy_capacity_cost_per_mwh +-- from public.shiny_v2_gen_build_cost_wave_offshore_wind as t; + + +-- -- id 25: 303495 rows (2050-2010+1) + + +-- -- end of reality check ----------------------------------------------------------------------------- +-- --------------------------------------------------------------------------------------------------- + + + + +-- Summary: tables updated: +-- generation_plant_cost_scenario, +-- generation_plant_scenario, +-- generation_plant, +-- generation_plant_scenario_member, +-- generation_plant_cost, + + + + + +----------------------checked--------------------------------------------------------------- +-- -- 10354 (current scenario) +-- select * from switch.generation_plant_scenario_member where generation_plant_scenario_id = 25; + +-- 10354 + 23 - 28 = 10349 (previous scenario with 23 old wave sites, +-- minus 28 new sites from generation_plant_scenario_id = 25) +select * from switch.generation_plant_scenario_member +where generation_plant_scenario_id = 24; +------------------------------------------------------------------------------------------ + + +-- __________________________________________________________________________________________________ +-- __________________________________________________________________________________________________ + +-- new table with WAVE capacity factors duplicated from 2010 for 2010-2060 + +-- to do: +DROP TABLE public.test_variable_capacity_factors_wave_shiny; + +create table public.test_variable_capacity_factors_wave_shiny( +generation_plant_id double precision, +capacity_factor double precision, +time_stamp_utc text); + +do +$$ +begin +for year_index in 2010..2060 loop +raise notice 'year: %', year_index; + +insert into public.test_variable_capacity_factors_wave_shiny +select t.generation_project as generation_plant_id, +gen_max_capacity_factor as capacity_factor, +concat(year_index, '-', month, '-', day, ' ', hour, ':00:00') as new_stamp +from public.wave_colocation_CF_v3 t; +end loop; +end; +$$ + +-- QA/QC: 14 sites * 8760 hours * (2060 - 2010 + 1) = 6254640 rows retrieved. OK! +select * from public.test_variable_capacity_factors_wave_shiny; + + + +select * from switch.variable_capacity_factors_exist_and_candidate_gen +where generation_plant_id = 1191183122 +order by timestamp_utc asc; + +-- Shiny: before inserting, make sure the number of rows adds to the number you expect for wave energy and offshore wind sites +-- The years with data should still be (2051-2011+1) because there is a join between the new tables you created and the SWITCH tables (which go from 2010 to 2051) +-- PHG checked: 5,028,240 rows = (2051-2011+1) * 8760 * 14 +insert into switch.variable_capacity_factors_exist_and_candidate_gen +select t.generation_plant_id as generation_plant_id, raw_timepoint_id, t2.timestamp_utc, +t.capacity_factor as capacity_factor, 1 as is_new_cap_factor +from public.test_variable_capacity_factors_wave_shiny as t +join switch.variable_capacity_factors_exist_and_candidate_gen as t2 on (t.time_stamp_utc=to_char(t2.timestamp_utc, 'YYYY-MM-DD HH24:MI:SS')) +where t2.generation_plant_id=1191183122 -- random plant_id chosen to match raw_timepoint_id +order by 1,2 desc; + + + + +-- -- TODO: new table with OFFSHORE WIND capacity factors duplicated from 2010 for 2010-2060 +create table public.test_variable_capacity_factors_offshore( +generation_plant_id double precision, +capacity_factor double precision, +time_stamp_utc text); + + +do +$$ +begin +for year_index in 2010..2060 loop +raise notice 'year: %', year_index; + +insert into public.test_variable_capacity_factors_offshore +select t.generation_project as generation_plant_id, +gen_max_capacity_factor as capacity_factor, +concat(year_index, '-', month, '-', day, ' ', hour, ':00:00') as new_stamp +from public.offshore_colocation_CF_v3 t; +end loop; +end; +$$ + +-- QA/QC: 14 sites * 8760 hours * (2060 - 2010 + 1) = 6254640 rows retrieved. OK! +select * from public.test_variable_capacity_factors_offshore; + + +-- -- select * from switch.variable_capacity_factors_exist_and_candidate_gen +-- -- where generation_plant_id = 1191183122 +-- -- order by timestamp_utc asc; + +-- 5028240 rows retrieved = (2051 - 2011 + 1)*14*8760. OK! +insert into switch.variable_capacity_factors_exist_and_candidate_gen +select t.generation_plant_id as generation_plant_id, raw_timepoint_id, t2.timestamp_utc, +t.capacity_factor as capacity_factor, 1 as is_new_cap_factor +from public.test_variable_capacity_factors_offshore as t +join switch.variable_capacity_factors_exist_and_candidate_gen as t2 on (t.time_stamp_utc=to_char(t2.timestamp_utc, 'YYYY-MM-DD HH24:MI:SS')) +where t2.generation_plant_id=1191183122 -- random plant_id chosen to match raw_timepoint_id +order by 1,2 desc; \ No newline at end of file diff --git a/switch_model/wecc/database/2022_07_14_wave_energy_offshore_wind_data_high_res.sql b/switch_model/wecc/database/2022_07_14_wave_energy_offshore_wind_data_high_res.sql new file mode 100644 index 000000000..dd8893149 --- /dev/null +++ b/switch_model/wecc/database/2022_07_14_wave_energy_offshore_wind_data_high_res.sql @@ -0,0 +1,360 @@ +-- Ran: +insert into switch.generation_plant_cost_scenario +values(28,'SWITCH 2020 Baseline costs from id 25. DOE_wave', + 'same costs as id 25, and added costs for wave energy and offshore wind candidates from 2017 data (Deborah S., Brian, PHG), Natalia and Paul runs'); + +-- Ran: +create table public.generation_project_info_wave_offshore_wind_industry_sites( +index bigint, +GENERATION_PROJECT double precision, +gen_capacity_limit_mw double precision, +gen_connect_cost_per_mw double precision, +gen_dbid double precision, +gen_energy_source text, +gen_forced_outage_rate double precision, +gen_full_load_heat_rate text, +gen_is_baseload boolean, +gen_is_cogen boolean, +gen_is_variable boolean, +gen_load_zone text, +gen_max_age double precision, +gen_min_build_capacity double precision, +gen_scheduled_outage_rate double precision, +gen_tech text, +gen_variable_om double precision, +lat double precision, +long double precision, +primary key (GENERATION_PROJECT, gen_tech) +); + + +select * from public.generation_project_info_wave_offshore_wind_industry_sites; + + +--Ran: +create table public.gen_build_cost_wave_offshore_wind_industry_sites( +index bigint, +GENERATION_PROJECT double precision, +build_year double precision, +gen_fixed_om double precision, +gen_overnight_cost double precision, +primary key (GENERATION_PROJECT, build_year) +); + + + +COPY public.generation_project_info_wave_offshore_wind_industry_sites +FROM '/home/n7gonzalez/switch/wave_energy/generation_project_info.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + + + +COPY public.gen_build_cost_wave_offshore_wind_industry_sites +FROM '/home/n7gonzalez/switch/wave_energy/nati_v1_gen_build_cost_wave_offshore_wind.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + +-- QA/QC + +select generation_project, count(*) +from public.gen_build_cost_wave_offshore_wind_industry_sites +group by generation_project +order by generation_project; + + + + +-- Wave energy sites (Ryan's sites of industry interest) + + +-- version 3 and final: +drop table public.wave_colocation_CF_v4; + +create table public.wave_colocation_CF_v4( +GENERATION_PROJECT double precision, +gen_max_capacity_factor double precision, +site int, +year text, +month text, +day text, +hour text, +primary key (GENERATION_PROJECT, year, month, day, hour) +); + +COPY public.wave_colocation_CF_v4 +FROM '/home/n7gonzalez/switch/wave_energy/nati_wave_colocation_cf_v1.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + + +-- QA/QC: +select * from public.wave_colocation_CF_v4; + +select generation_project, count(*) +from wave_colocation_CF_v4 +group by 1 +order by 1; + + + +-- Offshore wind +drop table public.offshore_colocation_CF_v4; + +create table public.offshore_colocation_CF_v4( +GENERATION_PROJECT double precision, +gen_max_capacity_factor double precision, +site int, +year text, +month text, +day text, +hour text, +primary key (GENERATION_PROJECT, year, month, day, hour) +); + +COPY public.offshore_colocation_CF_v4 +FROM '/home/n7gonzalez/switch/wave_energy/nati_offshore_wind_colocation_cf_v1.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + + +-- QA/QC: +select * from public.offshore_colocation_CF_v4; + +select generation_project, count(*) +from offshore_colocation_CF_v4 +group by 1 +order by 1; + + +-- ----------------------------------------------------------------------- + +insert into switch.generation_plant_scenario +values(26, +'EIA-WECC Existing and Proposed 2018 + colocated offshore wind and wave, AMPL Basecase for Canada and Mex, AMPL proposed non-wind plants (only best of solar), Env Screen Wind Cat 3, No CAES', +'same as id 22 adding (Calwave) Ryans industry sites for colocated wave and offshore wind (Natalia Paul Pedro PHG), but no Compressed Air Energy Storage gen_tech among candidate generators. No wave sites from Bryan and Deborah.' +); + + +insert into switch.generation_plant (generation_plant_id, name, gen_tech, load_zone_id, connect_cost_per_mw, variable_o_m, + forced_outage_rate, scheduled_outage_rate, max_age, min_build_capacity, is_variable, is_baseload, + is_cogen, energy_source, min_load_fraction, startup_fuel, startup_om) +select +t1.generation_project as generation_plant_id, concat(t1.generation_project, '_Proposed_industry_site') as name, +gen_tech, load_zone_id, gen_connect_cost_per_mw as connect_cost_per_mw, +gen_variable_om as variable_o_m, gen_forced_outage_rate as forced_outage_rate, gen_scheduled_outage_rate as scheduled_outage_rate, +gen_max_age as max_age, gen_min_build_capacity as min_build_capacity, gen_is_variable as is_variable, gen_is_baseload as is_baseload, gen_is_cogen as is_cogen, +gen_energy_source as energy_source, 0 as min_load_fraction, 0 as startup_fuel, 0 as startup_om +from public.generation_project_info_wave_offshore_wind_industry_sites as t1 +join switch.load_zone as t2 on(t2.name=gen_load_zone); + +-- Fixing bug (only query ran on July 17th, 2022): +update switch.generation_plant +set min_build_capacity = 0, +capacity_limit_mw = (select t1.gen_capacity_limit_mw + from public.generation_project_info_wave_offshore_wind_industry_sites as t1 + where t1.generation_project = generation_plant_id), +final_capacity_limit_mw = (select t1.gen_capacity_limit_mw + from public.generation_project_info_wave_offshore_wind_industry_sites as t1 + where t1.generation_project = generation_plant_id) +where generation_plant_id >= 1300000000 +and generation_plant_id <= 1300000200; + + +insert into switch.generation_plant_scenario_member +select 26 as generation_plant_scenario_id, t1.generation_project as generation_plant_id +from public.generation_project_info_wave_offshore_wind_industry_sites as t1 +union +select 26 as generation_plant_scenario_id, generation_plant_id +from switch.generation_plant_scenario_member +where generation_plant_scenario_id=23; + + + + +insert into switch.generation_plant_cost +select 28 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 28 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_wave_offshore_wind_industry_sites as t; + + +-- OLD code from April, 2022. Not updated to July 14, 2022: +-- TO DO: QA/QC (as of april 25, 2022 it's still pending) +-- -- reality check: --------------NOT UPDATED--------------------------------------------------------- +-- ----------------------------------------------------------------------------------------- +-- 238800 rows retrieved +-- select * from switch.generation_plant_cost +-- join switch.generation_plant using(generation_plant_id) +-- where generation_plant_cost_scenario_id=25 +-- and energy_source not in ('Wave') +-- and energy_source not in ('Wind'); + +-- -- select * +-- -- from switch.generation_plant_cost +-- -- where generation_plant_cost_scenario_id = 27; + + +-- -- -- 303495 rows retrieved +-- select 27 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +-- storage_energy_capacity_cost_per_mwh +-- from switch.generation_plant_cost +-- where generation_plant_cost_scenario_id = 25; + +-- 1078 rows retrieved = number of rows in Shiny's notebook (OK!) +-- select 27 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +-- build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +-- NULL as storage_energy_capacity_cost_per_mwh +-- from public.gen_build_cost_wave_offshore_wind_industry_sites as t; + + +-- -- id 25: 303495 rows (2050-2010+1) + + +-- -- end of reality check ----------------------------------------------------------------------------- +-- --------------------------------------------------------------------------------------------------- + + + + +-- Summary: tables updated: +-- generation_plant_cost_scenario, +-- generation_plant_scenario, +-- generation_plant, +-- generation_plant_scenario_member, +-- generation_plant_cost, + + + + + +----------------------checked--------------------------------------------------------------- +-- -- 10354 (current scenario) +-- select * from switch.generation_plant_scenario_member where generation_plant_scenario_id = 25; + +-- 10354 + 23 - 28 = 10349 (previous scenario with 23 old wave sites, +-- minus 28 new sites from generation_plant_scenario_id = 25) +select * from switch.generation_plant_scenario_member +where generation_plant_scenario_id = 24; +------------------------------------------------------------------------------------------ + + +-- __________________________________________________________________________________________________ +-- __________________________________________________________________________________________________ + +-- new table with WAVE capacity factors duplicated from 2010 for 2010-2060 + + +DROP TABLE public.test_variable_capacity_factors_wave_industry_sites; + +create table public.test_variable_capacity_factors_wave_industry_sites( +generation_plant_id double precision, +capacity_factor double precision, +time_stamp_utc text); + +do +$$ +begin +for year_index in 2010..2060 loop +raise notice 'year: %', year_index; + +insert into public.test_variable_capacity_factors_wave_industry_sites +select t.generation_project as generation_plant_id, +gen_max_capacity_factor as capacity_factor, +concat(year_index, '-', month, '-', day, ' ', hour, ':00:00') as new_stamp +from public.wave_colocation_CF_v4 t; +end loop; +end; +$$ + +-- QA/QC: 100 sites * 8760 hours * (2060 - 2010 + 1) = 44,676,000 rows retrieved. OK! +select * from public.test_variable_capacity_factors_wave_industry_sites; + + + +select * from switch.variable_capacity_factors_exist_and_candidate_gen +where generation_plant_id = 1191183122 +order by timestamp_utc asc; + +-- make sure the number of rows adds to the number you expect for wave energy and offshore wind sites +-- The years with data should still be (2051-2011+1) because there is a join between the new tables you created and the SWITCH tables (which go from 2010 to 2051) +-- PHG checked: 35,916,000 rows = (2051-2011+1) * 8760 * 100 +insert into switch.variable_capacity_factors_exist_and_candidate_gen +select t.generation_plant_id as generation_plant_id, raw_timepoint_id, t2.timestamp_utc, +t.capacity_factor as capacity_factor, 1 as is_new_cap_factor +from public.test_variable_capacity_factors_wave_industry_sites as t +join switch.variable_capacity_factors_exist_and_candidate_gen as t2 on (t.time_stamp_utc=to_char(t2.timestamp_utc, 'YYYY-MM-DD HH24:MI:SS')) +where t2.generation_plant_id=1191183122 -- random plant_id chosen to match raw_timepoint_id +order by 1,2 desc; + + + + +-- -- TODO: new table with OFFSHORE WIND capacity factors duplicated from 2010 for 2010-2060 +DROP TABLE public.test_variable_capacity_factors_wave_industry_sites; + +create table public.test_variable_capacity_factors_offshore_wind_industry_sites( +generation_plant_id double precision, +capacity_factor double precision, +time_stamp_utc text); + + +do +$$ +begin +for year_index in 2010..2060 loop +raise notice 'year: %', year_index; + +insert into public.test_variable_capacity_factors_offshore_wind_industry_sites +select t.generation_project as generation_plant_id, +gen_max_capacity_factor as capacity_factor, +concat(year_index, '-', month, '-', day, ' ', hour, ':00:00') as new_stamp +from public.offshore_colocation_CF_v4 t; +end loop; +end; +$$ + +-- QA/QC: 100 sites * 8760 hours * (2060 - 2010 + 1) = 44,676,000 rows retrieved. OK! +select * from public.test_variable_capacity_factors_offshore_wind_industry_sites; + + +-- -- select * from switch.variable_capacity_factors_exist_and_candidate_gen +-- -- where generation_plant_id = 1191183122 +-- -- order by timestamp_utc asc; + +-- 35,916,000 rows retrieved = (2051 - 2011 + 1) * 100 * 8760. OK! +insert into switch.variable_capacity_factors_exist_and_candidate_gen +select t.generation_plant_id as generation_plant_id, raw_timepoint_id, t2.timestamp_utc, +t.capacity_factor as capacity_factor, 1 as is_new_cap_factor +from public.test_variable_capacity_factors_offshore_wind_industry_sites as t +join switch.variable_capacity_factors_exist_and_candidate_gen as t2 on (t.time_stamp_utc=to_char(t2.timestamp_utc, 'YYYY-MM-DD HH24:MI:SS')) +where t2.generation_plant_id=1191183122 -- random plant_id chosen to match raw_timepoint_id +order by 1,2 desc; + +-- Not RAN, and won't: +-- insert into switch.scenario +-- values (179, +-- '[DOE wave energy] same178+wave offshore wind Ryan', +-- 'New: wave energy and offshore wind sites of industry Ryan. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', +-- 25, -- study_timeframe_id +-- 25, -- time_sample_id +-- 115, -- demand_scenario_id +-- 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve +-- 26, -- generation_plant_scenario_id +-- 28, -- generation_plant_cost_scenario_id +-- 21, -- generation_plant_existing_and_planned_scenario_id +-- 23, -- hydro_simple_scenario_id +-- 92, -- carbon_cap_scenario_id +-- 2, -- supply_curve_scenario_id +-- 1, -- regional_fuel_market_scenario_id +-- NULL, -- rps_scenario_id +-- NULL, --enable_dr +-- NULL, --enable_ev +-- 2, --transmission_base_capital_cost_scenario_id +-- NULL, --ca_policies_scenario_id +-- 0, --enable_planning_reserves +-- 2, --generation_plant_technologies_scenario_id +-- 3, --variable_o_m_cost_scenario_id +-- NULL --wind_to_solar_ratio +-- ); \ No newline at end of file diff --git a/switch_model/wecc/database/2022_07_15_wave_energy_offshore_wind_cost_scenarios.sql b/switch_model/wecc/database/2022_07_15_wave_energy_offshore_wind_cost_scenarios.sql new file mode 100644 index 000000000..d56c6bf97 --- /dev/null +++ b/switch_model/wecc/database/2022_07_15_wave_energy_offshore_wind_cost_scenarios.sql @@ -0,0 +1,552 @@ +-- Summer 2022, UC San Diego +-- New cost scenarios for DOE wave energy project +-- Natalia Gonzalez, Patricia Hidalgo-Gonzalez + + + +drop table public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites; + +create table public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites( +index bigint, +GENERATION_PROJECT double precision, +build_year double precision, +gen_fixed_om double precision, +gen_overnight_cost double precision, +scenario_id int, +primary key (scenario_id, GENERATION_PROJECT, build_year) +); + + + + +COPY public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites +FROM '/home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + + +-- previous scenario: +-- insert into switch.generation_plant_cost_scenario +-- values(28,'SWITCH 2020 Baseline costs from id 25. DOE_wave', +-- 'same costs as id 25, and added costs for wave energy and offshore wind candidates from 2017 data (Deborah S., Brian, PHG), Natalia and Paul runs'); + +-- -------------------------------------------------------------------------------- +-- scenario 1 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(29,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia), wave energy highest cost proj 2050, and offshore wind NREL ATB 2022 moderate (scenario_id = 1 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 29 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 29 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 1; + + +insert into switch.scenario +values (180, + '[DOE wave energy] scen 1 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=1 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 29, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + +-- -------------------------------------------------------------------------------- + +-- scenario 2 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(30,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind NREL ATB 2022 moderate (scenario_id = 2 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 30 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 30 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 2; + + +insert into switch.scenario +values (181, + '[DOE wave energy] scen 2 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=2 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 30, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + +-- -------------------------------------------------------------------------------- + +-- scenario 3 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(31,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind NREL ATB 2022 moderate (scenario_id = 3 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 31 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 31 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 3; + + +insert into switch.scenario +values (182, + '[DOE wave energy] scen 3 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=3 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 31, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + + +-- -------------------------------------------------------------------------------- + +-- scenario 4 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(32,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind NREL ATB 2022 moderate (scenario_id = 4 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 32 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 32 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 4; + + +insert into switch.scenario +values (183, + '[DOE wave energy] scen 4 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=4 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 32, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + +-- -------------------------------------------------------------------------------- + +-- scenario 5 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(33,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind NREL ATB 2022 moderate (scenario_id = 5 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 33 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 33 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 5; + + +insert into switch.scenario +values (184, + '[DOE wave energy] scen 5 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=5 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 33, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + +-- -------------------------------------------------------------------------------- + +-- scenario 6 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(34,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 6 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 34 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 34 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 6; + + +insert into switch.scenario +values (185, + '[DOE wave energy] scen 6 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=6 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 34, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + + + +-- -------------------------------------------------------------------------------- + +-- scenario 7 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(35,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 7 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 35 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 35 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 7; + + +insert into switch.scenario +values (186, + '[DOE wave energy] scen 7 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=7 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 35, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + + +-- -------------------------------------------------------------------------------- + +-- scenario 8 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(36,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 8 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 36 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 36 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 8; + + +insert into switch.scenario +values (187, + '[DOE wave energy] scen 8 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=8 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 36, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + +-- -------------------------------------------------------------------------------- + +-- scenario 9 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(37,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 9 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 37 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 37 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 9; + + +insert into switch.scenario +values (188, + '[DOE wave energy] scen 9 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=9 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 37, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + + +-- -------------------------------------------------------------------------------- + +-- scenario 10 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(38,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 10 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 38 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 38 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites as t +where t.scenario_id = 10; + + +insert into switch.scenario +values (189, + '[DOE wave energy] scen 10 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=10 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 25, -- study_timeframe_id + 25, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 38, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); \ No newline at end of file diff --git a/switch_model/wecc/database/2022_07_20_wave_energy_offshore_wind_cost_scenarios.sql b/switch_model/wecc/database/2022_07_20_wave_energy_offshore_wind_cost_scenarios.sql new file mode 100644 index 000000000..491a8a99a --- /dev/null +++ b/switch_model/wecc/database/2022_07_20_wave_energy_offshore_wind_cost_scenarios.sql @@ -0,0 +1,553 @@ +-- Summer 2022, UC San Diego +-- New cost scenarios for DOE wave energy project +-- Natalia Gonzalez, Patricia Hidalgo-Gonzalez + + +-- second version, with more competitive costs for wave energy + +-- drop table public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2; + +create table public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2( +index bigint, +GENERATION_PROJECT double precision, +build_year double precision, +gen_fixed_om double precision, +gen_overnight_cost double precision, +scenario_id int, +primary key (scenario_id, GENERATION_PROJECT, build_year) +); + + + + +COPY public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 +FROM '/home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + + +-- previous scenario: +-- insert into switch.generation_plant_cost_scenario +-- values(28,'SWITCH 2020 Baseline costs from id 25. DOE_wave', +-- 'same costs as id 25, and added costs for wave energy and offshore wind candidates from 2017 data (Deborah S., Brian, PHG), Natalia and Paul runs'); + +-- -------------------------------------------------------------------------------- +-- scenario 1 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(39,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia), wave energy highest cost proj 2050, and offshore wind NREL ATB 2022 moderate (scenario_id = 1 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 39 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 39 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 1; + + +insert into switch.scenario +values (190, + '[DOE wave energy] scen1v2 wave offwind Ryansites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=1 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 39, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + +-- -------------------------------------------------------------------------------- + +-- scenario 2 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(40,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind NREL ATB 2022 moderate (scenario_id = 2 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 40 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 40 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 2; + + +insert into switch.scenario +values (191, + '[DOE wave energy] scen2v2 wave offwind Ryansites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=2 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 40, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + +-- -------------------------------------------------------------------------------- + +-- scenario 3 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(41,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind NREL ATB 2022 moderate (scenario_id = 3 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 41 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 41 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 3; + + +insert into switch.scenario +values (192, + '[DOE wave energy] scen3v2 wave offwind Ryansites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=3 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 41, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + + +-- -------------------------------------------------------------------------------- + +-- scenario 4 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(42,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind NREL ATB 2022 moderate (scenario_id = 4 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 42 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 42 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 4; + + +insert into switch.scenario +values (193, + '[DOE wave energy] scen4v2 wave offwind Ryansites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=4 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 42, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + +-- -------------------------------------------------------------------------------- + +-- scenario 5 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(43,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind NREL ATB 2022 moderate (scenario_id = 5 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 43 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 43 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 5; + + +insert into switch.scenario +values (194, + '[DOE wave energy] sce5v2 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=5 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 43, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + +-- -------------------------------------------------------------------------------- + +-- scenario 6 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(44,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 6 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 44 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 44 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 6; + + +insert into switch.scenario +values (195, + '[DOE wave energy] sce6v2 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=6 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 44, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + + + +-- -------------------------------------------------------------------------------- + +-- scenario 7 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(45,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 7 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 45 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 45 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 7; + + +insert into switch.scenario +values (196, + '[DOE wave energy] sce7v2 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=7 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 45, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + + +-- -------------------------------------------------------------------------------- + +-- scenario 8 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(46,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 8 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 46 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 46 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 8; + + +insert into switch.scenario +values (197, + '[DOE wave energy] sce8v2 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=8 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 46, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + +-- -------------------------------------------------------------------------------- + +-- scenario 9 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(47,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 9 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 47 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 47 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 9; + + +insert into switch.scenario +values (198, + '[DOE wave energy] sce9v2 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=9 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 47, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + + +-- -------------------------------------------------------------------------------- + +-- scenario 10 from csv +-- /home/n7gonzalez/switch/wave_energy/all_scenarios_gen_build_cost_wave_offshore_wind.csv + +insert into switch.generation_plant_cost_scenario +values(48,'2020 BAU from id 25. DOE_wave highwave ATB offwind', + 'same costs as id 25, wave energy 2020 (RM6, Sandia) then projected, and offshore wind from NREL ATB 2022 moderate to land based wind NREL ATB (scenario_id = 10 from csv), Natalia and Paul runs'); + + + +-- One query per scenario +insert into switch.generation_plant_cost +select 48 as generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, +storage_energy_capacity_cost_per_mwh +from switch.generation_plant_cost +where generation_plant_cost_scenario_id = 25 -- 25 is the previous baseline scenario used for CEC LDES 2020-2022 +union +select 48 as generation_plant_cost_scenario_id, t.generation_project as generation_plant_id, +build_year, gen_fixed_om as fixed_o_m, gen_overnight_cost as overnight_cost, +NULL as storage_energy_capacity_cost_per_mwh +from public.gen_build_cost_scenarios_wave_offshore_wind_industry_sites_v2 as t +where t.scenario_id = 10; + + +insert into switch.scenario +values (199, + '[DOE wave energy] sce10v2 wave offwind Ryan sites', + 'New: wave energy and offshore wind sites of industry Ryan, highwave ATB offwind scenario_id=10 from Natis csv. Same: WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 3, -- study_timeframe_id + 3, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 26, -- generation_plant_scenario_id + 48, -- generation_plant_cost_scenario_id HEREEEEEEEEEEEEEEEEE + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 92, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); \ No newline at end of file diff --git a/switch_model/wecc/database/2022_09_09_GridLab_scenarios_2035.sql b/switch_model/wecc/database/2022_09_09_GridLab_scenarios_2035.sql new file mode 100644 index 000000000..d8d90d328 --- /dev/null +++ b/switch_model/wecc/database/2022_09_09_GridLab_scenarios_2035.sql @@ -0,0 +1,129 @@ + + +-- GridLab, 2022 +-- Paul ST and Patricia HG +-- Sept 9, 2022 + +insert into switch.scenario +values (200, + '[GridLab] scen 178, 2035, CO2 sce 9', + '2035 (2033 - 2037), year_round, WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 30, -- study_timeframe_id + 30, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 23, -- generation_plant_scenario_id + 25, -- generation_plant_cost_scenario_id + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 9, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + +select * from switch.scenario; + + +-- select * from switch.carbon_cap_scenarios; + +-- insert into switch.carbon_cap_scenarios +-- values (93, '[GridLab] Zero emissions for all years'); + +select * from switch.carbon_cap_scenarios; + + +-- insert into switch.carbon_cap +-- values(93, 2020, 0); + +insert into switch.carbon_cap +values(93, 2021, 0); +insert into switch.carbon_cap +values(93, 2022, 0); +insert into switch.carbon_cap +values(93, 2023, 0); +insert into switch.carbon_cap +values(93, 2024, 0); +insert into switch.carbon_cap +values(93, 2025, 0); +insert into switch.carbon_cap +values(93, 2026, 0); +insert into switch.carbon_cap +values(93, 2027, 0); +insert into switch.carbon_cap +values(93, 2028, 0); +insert into switch.carbon_cap +values(93, 2029, 0); +insert into switch.carbon_cap +values(93, 2030, 0); +insert into switch.carbon_cap +values(93, 2031, 0); +insert into switch.carbon_cap +values(93, 2032, 0); +insert into switch.carbon_cap +values(93, 2033, 0); +insert into switch.carbon_cap +values(93, 2034, 0); +insert into switch.carbon_cap +values(93, 2035, 0); +insert into switch.carbon_cap +values(93, 2036, 0); +insert into switch.carbon_cap +values(93, 2037, 0); +insert into switch.carbon_cap +values(93, 2038, 0); +insert into switch.carbon_cap +values(93, 2039, 0); +insert into switch.carbon_cap +values(93, 2040, 0); +insert into switch.carbon_cap +values(93, 2041, 0); +insert into switch.carbon_cap +values(93, 2042, 0); +insert into switch.carbon_cap +values(93, 2043, 0); +insert into switch.carbon_cap +values(93, 2044, 0); +insert into switch.carbon_cap +values(93, 2045, 0); +insert into switch.carbon_cap +values(93, 2046, 0); +insert into switch.carbon_cap +values(93, 2047, 0); +insert into switch.carbon_cap +values(93, 2048, 0); +insert into switch.carbon_cap +values(93, 2049, 0); +insert into switch.carbon_cap +values(93, 2050, 0); +insert into switch.carbon_cap +values(93, 2051, 0); +insert into switch.carbon_cap +values(93, 2052, 0); +insert into switch.carbon_cap +values(93, 2053, 0); +insert into switch.carbon_cap +values(93, 2054, 0); +insert into switch.carbon_cap +values(93, 2055, 0); +insert into switch.carbon_cap +values(93, 2056, 0); +insert into switch.carbon_cap +values(93, 2057, 0); +insert into switch.carbon_cap +values(93, 2058, 0); +insert into switch.carbon_cap +values(93, 2059, 0); +insert into switch.carbon_cap +values(93, 2060, 0); +insert into switch.carbon_cap +values(93, 2061, 0); diff --git a/switch_model/wecc/database/2022_09_23_new_demands_gridlab.sql b/switch_model/wecc/database/2022_09_23_new_demands_gridlab.sql new file mode 100644 index 000000000..293f7caae --- /dev/null +++ b/switch_model/wecc/database/2022_09_23_new_demands_gridlab.sql @@ -0,0 +1,72 @@ +-- Friday, Sept 23, 2020 +-- PHG + +-- First we create a draft table to receive the data from the csv: +-- Make sure to choose the next available demand_scenario_id for each scenario from evolved +-- The last scenario seems to be 152 (you can check by looking at switch.demand_scenario) +create table public.demands_from_evolved( +load_zone_id INT, +demand_scenario_id INT, -- change this for each scenario +raw_timepoint_id INT, +load_zone_name VARCHAR(30), +timestamp_utc timestamp without time zone, +demand_mw double precision, +primary key (load_zone_id, demand_scenario_id, raw_timepoint_id) +); + +-- Then we copy the data in the csv file (it is expecting headers) +COPY public.demands_from_evolved +FROM 'path_in_the_servwer_to_file_ending_in.csv' +DELIMITER ',' NULL AS 'NULL' CSV HEADER; + + +-- Create new demand scenario in the appropriate table: +-- Change the name and description so it reflects the scenario +INSERT INTO switch.demand_scenario +VALUES(153, '[GridLab] Reference scen', 'Write a description here'); + +-- Now we can insert the data into the official SWITCH table +INSERT INTO switch.demand_timeseries +SELECT * FROM public.demands_from_evolved; +-- WHERE demand_scenario_id = 154; -- I added this comment because it will help when you upload more scenarios + +-- Create new scenario to pull data using get_inputs: +-- edit ids to create the scenario of interest. +-- Edit the name and description text so you can recall the data it is pulling +-- (WECC emissions? zero or 80% reductions from 2005? RPS? etc) +INSERT INTO switch.scenario +VALUES (201, + '[GridLab] ...', + '2035 (2033 - 2037), year_round, WECC zero emissions, no RPS, NREL ATB 2020, updated gen listings (env cat 3), 2017 fuel costs from EIA, 2018 dollars, supply curve for Bio_Solid', + 30, -- study_timeframe_id + 30, -- time_sample_id + 115, -- demand_scenario_id + 4, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 23, -- generation_plant_scenario_id + 25, -- generation_plant_cost_scenario_id + 21, -- generation_plant_existing_and_planned_scenario_id + 23, -- hydro_simple_scenario_id + 9, -- carbon_cap_scenario_id + 2, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + NULL, -- rps_scenario_id + NULL, --enable_dr + NULL, --enable_ev + 2, --transmission_base_capital_cost_scenario_id + NULL, --ca_policies_scenario_id + 0, --enable_planning_reserves + 2, --generation_plant_technologies_scenario_id + 3, --variable_o_m_cost_scenario_id + NULL --wind_to_solar_ratio + ); + + + +-- Notes on what to change when you repeat this process for new scenarios: + +-- When you repeat this process for the other two demand scenarios, you should not run the CREATE +-- statement from line 7, as the table will already exist. +-- You need to change the demand_scenario_id in line 26. +-- In lines 29-30, when you insert the data, now you should add a WHERE statement so it only adds +-- the new rows you are copying into the public.demands_from_evolved table. +-- In line 38 onwards you need to edit accordingly \ No newline at end of file diff --git a/switch_model/wecc/database/README.md b/switch_model/wecc/database/README.md new file mode 100644 index 000000000..0a4eda082 --- /dev/null +++ b/switch_model/wecc/database/README.md @@ -0,0 +1,8 @@ +# Database folder + +This folder tracks changes done to the database. Whenever you make a new +change to the database, create a new script based on `TEMPLATE.sql`. +Name it using the convention `YYYY_MM_DD-.sql`. Then fill out the template +and include your SQL commands. + +For more details read [`docs/Database.md`](/docs/Database.md). \ No newline at end of file diff --git a/switch_model/wecc/database/TEMPLATE.sql b/switch_model/wecc/database/TEMPLATE.sql new file mode 100644 index 000000000..30152968c --- /dev/null +++ b/switch_model/wecc/database/TEMPLATE.sql @@ -0,0 +1,13 @@ +/* +#################### +TITLE + +Date applied: +Description: +... +... +... +################# +*/ + +-- SQL Code goes here \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/Add_proposed_generation_to_existing_gen.sql b/switch_model/wecc/database/baseline_creation/Add_proposed_generation_to_existing_gen.sql new file mode 100644 index 000000000..9602cde5d --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Add_proposed_generation_to_existing_gen.sql @@ -0,0 +1,93 @@ +-- Copy scenario 21 and make scenario 22. This scenario is the existing and planned EIA and AMPL (Canada and Mexico) +-- data for exisiting generators + the proposed generators from generation_plant scenario 14 + +-- Generation plant scenario + +-- Scenario mapping table (generation_plant_scenario_member, generation_plant_scenario_id) +-- 1. Add a new generation_plant_scenario and id into generation_plant_scenario_member scenario mapping table: + +INSERT INTO switch.generation_plant_scenario (generation_plant_scenario_id, name, description) +VALUES (22, 'EIA-WECC Existing and Proposed 2018, AMPL Basecase for Canada and Mex, AMPL proposed non-wind plants (only best of solar), Env Screen Wind Cat 3', 'existing gen same as id 21, but adding proposed from scenario 14') + +-- Data table (generation_plant_scenario, generation_plant_scenario_id) +-- 2. Then copy the generation_plant_scenario time series for scenario 19 into Data table: + +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) +SELECT 22 as generation_plant_scenario_id, generation_plant_id +FROM switch.generation_plant_scenario_member +WHERE generation_plant_scenario_id = 21 + +-- 3. Add into new generation_plant_scenario time series 21, the generation_plant_scenario time series from scenario 1, for the AMPL existing generation plant ids for Canada and Mexico + +-- proposed wind plants that are named +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) + +SELECT 22 as generation_plant_scenario_id, b.generation_plant_id +FROM switch.generation_plant_scenario_member a +JOIN generation_plant b +ON a.generation_plant_id = b.generation_plant_id +where a.generation_plant_scenario_id = 14 +and b.name != 'Proposed' +and b.gen_tech = 'Wind' + +-- proposed non-wind plants that are not named +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) + +SELECT 22 as generation_plant_scenario_id, a.generation_plant_id +FROM switch.generation_plant_scenario_member a +JOIN generation_plant b +ON a.generation_plant_id = b.generation_plant_id +WHERE a.generation_plant_scenario_id = 14 +and b.name = 'Proposed' + +-- Plant cost + +-- Generation plant cost scenario + +-- Scenario mapping table (generation_plant_cost_scenario, generation_plant_cost_scenario_id) +-- 1. Add a new generation_plant_cost_scenario row and id into the generation_plant_cost_scenario table + +INSERT INTO switch.generation_plant_cost_scenario (generation_plant_cost_scenario_id, name, description) +VALUES (22, 'EIA-WECC Existing and Proposed 2018, AMPL Basecase for Canada and Mex, AMPL candidate non-wind plants (only best of solar), Env Screen Wind Cat 3', 'existing gen same as id 21, but adding proposed from scenario 14') + +-- Data table (generation_plant_cost, generation_plant_cost_scenario_id) +-- 2. Then copy the generation_plant_cost time series for scenario 21: +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) + +SELECT 22 AS generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh +FROM switch.generation_plant_cost +WHERE generation_plant_cost_scenario_id = 21 + +-- 3. Add into new generation_plant_cost time series 22, the proposed generation_plant_cost time series from scenario 14 +-- The overnight costs are nonzero, unlike for the EIA data... + +-- First insert the 'Wind' generators + +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) + +SELECT 22 as generation_plant_cost_scenario_id, a.generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh +FROM switch.generation_plant_cost a +JOIN generation_plant b +ON a.generation_plant_id = b.generation_plant_id +JOIN generation_plant_scenario_member c +ON a.generation_plant_id = c.generation_plant_id +WHERE c.generation_plant_scenario_id = 14 +AND a.generation_plant_cost_scenario_id = 6 +AND b.name != 'Proposed' +AND b.gen_tech = 'Wind' + +-- Then insert the 'Proposed' aggregated generators by load zone + +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) + +SELECT 22 as generation_plant_cost_scenario_id, a.generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh +FROM switch.generation_plant_cost a +JOIN generation_plant b +ON a.generation_plant_id = b.generation_plant_id +JOIN generation_plant_scenario_member c +ON a.generation_plant_id = c.generation_plant_id +WHERE c.generation_plant_scenario_id = 14 +AND b.name = 'Proposed' +AND a.generation_plant_cost_scenario_id = 6 + + diff --git a/switch_model/wecc/database/baseline_creation/Adjust_var_cap_factors_and_hydro_for_retirements_full_model.Rmd b/switch_model/wecc/database/baseline_creation/Adjust_var_cap_factors_and_hydro_for_retirements_full_model.Rmd new file mode 100644 index 000000000..bc9769fdf --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Adjust_var_cap_factors_and_hydro_for_retirements_full_model.Rmd @@ -0,0 +1,197 @@ +--- +title: "analyze variable cap factor data baseline" +output: html_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + + +```{r Removing solar and wind variable capacity factors from var cap factors table after retirement year of existing renewable generators} + + +library(tidyverse) +library(lubridate) +library(stringr) +library(RColorBrewer) +library(httr) + +#high level directory +#MAC +directory <- "/Users/juliaszinai/Dropbox/Linux_work/switch/WECC/" + +setwd(directory) + +#read in variable_CF +variable_cf <-read.table(file=paste(directory,'id_171_WECC_2020_baseline_noWEAP/inputs/variable_capacity_factors.tab',sep=""), sep="\t", header=TRUE) + +#count the number of time points per generation_project, should all be the same (576) + +variable_cf_tp_counts <- variable_cf %>% group_by(GENERATION_PROJECT) %>% summarise(n = n()) + +#read in gen project list +generation_plant <-read.table(file=paste(directory,'id_171_WECC_2020_baseline_noWEAP_no_retired_vcf/inputs/generation_projects_info.tab',sep=""), sep="\t", header=TRUE) + +#join gen plant with vcf +gen_plant_vcf <- variable_cf %>% left_join(dplyr::select(generation_plant, GENERATION_PROJECT, gen_tech, gen_max_age, gen_energy_source, gen_is_variable) , by = c("GENERATION_PROJECT"="GENERATION_PROJECT")) + +# #filter the negative variable_cf +# gen_plant_vcf_negative <- gen_plant_vcf %>% filter(gen_max_capacity_factor < 0) +# +# table(gen_plant_vcf_negative$gen_tech) +# +# table(gen_plant_vcf$gen_tech) + +#read in the already built (existing) generators +pre_deter_gen_plant <-read.table(file=paste(directory,'id_171_WECC_2020_baseline_noWEAP_no_retired_vcf/inputs/gen_build_predetermined.tab',sep=""), sep="\t", header=TRUE) + +#checking how many build years there are per plant id +pre_deter_build_year_counts <- pre_deter_gen_plant %>% group_by(GENERATION_PROJECT) %>% summarise(n = n()) + +#finding the maximum (latest) build_year by plant +pre_deter_max_build_year <- pre_deter_gen_plant %>% group_by(GENERATION_PROJECT) %>% summarize(build_year_max = max(build_year), total_gen_predetermined_cap = sum(gen_predetermined_cap)) + +pre_deter_max_build_year_counts <- pre_deter_max_build_year %>% group_by(GENERATION_PROJECT) %>% summarise(n = n()) + +#join the latest build_year by plant with the variable cap factors +gen_plant_vcf_pre_deter <- left_join(gen_plant_vcf, pre_deter_max_build_year, by = c("GENERATION_PROJECT"="GENERATION_PROJECT")) + +#read in time points table that has timestamps +timepoints <-read.table(file=paste(directory,'id_171_WECC_2020_baseline_noWEAP_no_retired_vcf/inputs/timepoints.tab',sep=""), sep="\t", header=TRUE) + +#read in the periods to get the period start and end years, because the data should be kept if the period start year < retirement year, not the period mid_point year +#(for example, period start year is 2016 for period 2020, which runs from 2016 to 2025) +#read in periods table that has period start and end years and period year (ie 2020) +periods <-read.table(file=paste(directory,'id_171_WECC_2020_baseline_noWEAP_no_retired_vcf/inputs/periods.tab',sep=""), sep="\t", header=TRUE) + +#read in timeseries table that has the period corresponding to the timeseries that is in the hydro timeseries table +timeseries <-read.table(file=paste(directory,'id_171_WECC_2020_baseline_noWEAP_no_retired_vcf/inputs/timeseries.tab',sep=""), sep="\t", header=TRUE) + +#join the timeseries table with the periods to get start and end year +timeseries_period <- left_join(timeseries, periods, c("ts_period" = "INVESTMENT_PERIOD")) + +#join the timepoints with the timeseries and period data +timepoints_period <- timepoints %>% left_join(dplyr::select(timeseries_period, TIMESERIES, ts_period, period_start, period_end), by = c("timeseries" = "TIMESERIES")) + +#join time stamps with variable cap factors, max age from gen_plant, and build_year from pre_determined table +gen_plant_vcf_pre_deter_ts <- left_join(gen_plant_vcf_pre_deter, timepoints_period, by = c("timepoint" = "timepoint_id")) + +# gen_plant_vcf_pre_deter_ts$timepoint_year <- as.numeric(substr(gen_plant_vcf_pre_deter_ts$timestamp, 1, 4)) + +#calculating retirement year as latest build year + max age +gen_plant_vcf_pre_deter_ts$retire_year <- gen_plant_vcf_pre_deter_ts$gen_max_age + gen_plant_vcf_pre_deter_ts$build_year_max + +#flag time points as 1 if the period start year (not the timeseries year) is after retirement year +gen_plant_vcf_pre_deter_ts$cf_after_retirement <- ifelse(gen_plant_vcf_pre_deter_ts$period_start < gen_plant_vcf_pre_deter_ts$retire_year, 0, 1) + +#categorizing the candidate generators (with no retirement year) as 0 on after retirement +gen_plant_vcf_pre_deter_ts$cf_after_retirement2 <- ifelse(is.na(gen_plant_vcf_pre_deter_ts$cf_after_retirement), 0, gen_plant_vcf_pre_deter_ts$cf_after_retirement) + +#checking counts of retired time points by plant +gen_plant_vcf_retire_counts <- gen_plant_vcf_pre_deter_ts %>% group_by(GENERATION_PROJECT, cf_after_retirement2) %>% summarise(n = n()) +#checking total counts of retired time points +gen_plant_vcf_retire_counts2 <- gen_plant_vcf_pre_deter_ts %>% group_by(cf_after_retirement2) %>% summarise(n = n()) + +#for the time points with variable cap factors that happen after each generator's retirement year, set the variable capacity factor to 0 +variable_capacity_factors_no_retire <- gen_plant_vcf_pre_deter_ts + +variable_capacity_factors_no_retire$gen_max_capacity_factor <- ifelse(variable_capacity_factors_no_retire$cf_after_retirement2 == 1, 0, variable_capacity_factors_no_retire$gen_max_capacity_factor) + +# #filter out the time points with variable cap factors that happen after each generator's retirement year +# variable_capacity_factors_no_retire <- gen_plant_vcf_pre_deter_ts %>% filter(cf_after_retirement2 != 1) + +#just selecting the original columns and output as tab file +variable_capacity_factors_no_retire_clean <- variable_capacity_factors_no_retire %>% dplyr::select(GENERATION_PROJECT, timepoint, gen_max_capacity_factor) + +write.table(variable_capacity_factors_no_retire_clean, paste(directory,'id_171_WECC_2020_baseline_noWEAP_no_retired_vcf/inputs/variable_capacity_factors_no_retire_clean.tab',sep=""), row.names=FALSE, col.names=TRUE, quote=FALSE, sep="\t") + + +``` + + + +```{r Removing hydro capacity factors from hydro time series table after retirement year of existing hydropower} + +#high level directory +#MAC +directory <- "/Users/juliaszinai/Dropbox/Linux_work/switch/WECC/" + +setwd(directory) + +SWITCH_scenario <- "id_174_WECC_2020_baseline_AvgHydro_noCAES_no_WEAP" + +#read in hydro timeseries +hydro_timeseries <-read.table(file=paste(directory, SWITCH_scenario, '/inputs/hydro_timeseries.tab',sep=""), sep="\t", header=TRUE) + +#make a copy of the original timeseries +write.table(hydro_timeseries, paste(directory,SWITCH_scenario,'/inputs/hydro_timeseries_original.tab',sep=""), row.names=FALSE, col.names=TRUE, quote=FALSE, sep="\t") + + +#count the number of time points per generation_project, should all be the same (3) +hydro_timeseries_tp_counts <- hydro_timeseries %>% group_by(hydro_project) %>% summarise(n = n()) + +#read in gen project list +generation_plant <-read.table(file=paste(directory,SWITCH_scenario,'/inputs/generation_projects_info.tab',sep=""), sep="\t", header=TRUE) + +#join gen plant with hydro timeseries +gen_plant_hydro <- hydro_timeseries %>% left_join(dplyr::select(generation_plant, GENERATION_PROJECT, gen_tech, gen_max_age, gen_energy_source, gen_is_variable) , by = c("hydro_project"="GENERATION_PROJECT")) + +#read in the already built (existing) generators +pre_deter_gen_plant <-read.table(file=paste(directory,SWITCH_scenario,'/inputs/gen_build_predetermined.tab',sep=""), sep="\t", header=TRUE) + +#finding the maximum (latest) build_year by plant +pre_deter_max_build_year <- pre_deter_gen_plant %>% group_by(GENERATION_PROJECT) %>% summarize(build_year_max = max(build_year), total_gen_predetermined_cap = sum(gen_predetermined_cap)) + +pre_deter_max_build_year_counts <- pre_deter_max_build_year %>% group_by(GENERATION_PROJECT) %>% summarise(n = n()) + +#join the latest build_year by plant with the hydro timeseries +gen_plant_hydro_pre_deter <- left_join(gen_plant_hydro, pre_deter_max_build_year, by = c("hydro_project"="GENERATION_PROJECT")) + +#parse out the year from the timeseries for each plant +gen_plant_hydro_pre_deter$timeseries_year <- as.numeric(substr(gen_plant_hydro_pre_deter$timeseries, 1, 4)) + +#read in periods table that has period start and end years and period year (ie 2020) +periods <-read.table(file=paste(directory,SWITCH_scenario,'/inputs/periods.tab',sep=""), sep="\t", header=TRUE) + +#read in timeseries table that has the period corresponding to the timeseries that is in the hydro timeseries table +timeseries <-read.table(file=paste(directory,SWITCH_scenario,'/inputs/timeseries.tab',sep=""), sep="\t", header=TRUE) + +#join the timeseries table with the periods to get start and end year +timeseries_period <- left_join(timeseries, periods, c("ts_period" = "INVESTMENT_PERIOD")) + +#join the period info by time series with the hydro time series +gen_plant_hydro_pre_deter <- left_join(gen_plant_hydro_pre_deter, timeseries_period, by = c("timeseries" = "TIMESERIES")) + +#calculating retirement year as latest build year + max age +gen_plant_hydro_pre_deter$retire_year <- gen_plant_hydro_pre_deter$gen_max_age + gen_plant_hydro_pre_deter$build_year_max + +#flag time points as 1 if the period start year (not the timeseries year) is after retirement year +gen_plant_hydro_pre_deter$cf_after_retirement <- ifelse(gen_plant_hydro_pre_deter$period_start < gen_plant_hydro_pre_deter$retire_year, 0, 1) + +#categorizing the candidate generators (with no retirement year) as 0 on after retirement +gen_plant_hydro_pre_deter$cf_after_retirement2 <- ifelse(is.na(gen_plant_hydro_pre_deter$cf_after_retirement), 0, gen_plant_hydro_pre_deter$cf_after_retirement) + +#checking counts of retired time points by plant +gen_plant_hydro_retire_counts <- gen_plant_hydro_pre_deter %>% group_by(hydro_project, cf_after_retirement2) %>% summarise(n = n()) +#checking total counts of retired time points +gen_plant_hydro_retire_counts2 <- gen_plant_hydro_pre_deter %>% group_by(cf_after_retirement2) %>% summarise(n = n()) + +# #filter out the time points with hydro cap factors that happen after each generator's retirement year +hydro_timeseries_no_retire <- gen_plant_hydro_pre_deter + +hydro_timeseries_no_retire$hydro_min_flow_mw <- ifelse(hydro_timeseries_no_retire$cf_after_retirement2 == 1, 0, hydro_timeseries_no_retire$hydro_min_flow_mw) +hydro_timeseries_no_retire$hydro_avg_flow_mw <- ifelse(hydro_timeseries_no_retire$cf_after_retirement2 == 1, 0, hydro_timeseries_no_retire$hydro_avg_flow_mw) + +# #filter out the time points with hydro cap factors that happen after each generator's retirement year +# hydro_timeseries_no_retire <- gen_plant_hydro_pre_deter %>% filter(cf_after_retirement2 != 1) + +#just selecting the original columns and output as tab file +hydro_timeseries_no_retire_clean <- hydro_timeseries_no_retire %>% dplyr::select(hydro_project, timeseries, hydro_min_flow_mw, hydro_avg_flow_mw) + +write.table(hydro_timeseries_no_retire_clean, paste(directory,SWITCH_scenario,'/inputs/hydro_timeseries_no_retire_clean.tab',sep=""), row.names=FALSE, col.names=TRUE, quote=FALSE, sep="\t") + + + +``` + diff --git a/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/BC_and_Alberta_Total_Monthly_Hydro_gen.csv b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/BC_and_Alberta_Total_Monthly_Hydro_gen.csv new file mode 100644 index 000000000..f4aa1fa09 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/BC_and_Alberta_Total_Monthly_Hydro_gen.csv @@ -0,0 +1,153 @@ +"Electric power generation, monthly generation by type of electricity" 1 2 +"Monthly" +"Table: 25-10-0015-01 (formerly CANSIM 127-0002)" +"Geography: Canada, Province or territory" + +"","Alberta","British Columbia" +"","Total all classes of electricity producer","Total all classes of electricity producer" +"Reference period","Hydraulic turbine 3","Hydraulic turbine 3" +"","Megawatt hours", +"January 2008","135,167","6,123,235" +"February 2008","118,164","5,348,686" +"March 2008","138,036","4,993,921" +"April 2008","109,743","4,483,185" +"May 2008","146,529","4,158,428" +"June 2008","311,965","3,931,594" +"July 2008","295,147","5,006,423" +"August 2008","180,420","4,943,221" +"September 2008","138,396","4,203,684" +"October 2008","126,226","4,745,647" +"November 2008","121,148","4,752,093" +"December 2008","132,842","6,083,568" +"January 2009","142,557","5,620,226" +"February 2009","119,049","4,881,712" +"March 2009","121,120","4,797,734" +"April 2009","104,561","4,068,771" +"May 2009","116,879","4,384,511" +"June 2009","161,945","3,865,962" +"July 2009","146,291","4,420,719" +"August 2009","140,043","4,308,835" +"September 2009","132,414","3,871,741" +"October 2009","109,348","4,375,801" +"November 2009","109,134","4,849,449" +"December 2009","125,330","6,426,458" +"January 2010","121,062","5,992,976" +"February 2010","104,105","5,153,905" +"March 2010","103,517","4,529,791" +"April 2010","89,503","3,999,402" +"May 2010","121,556","3,731,960" +"June 2010","157,975","3,962,309" +"July 2010","162,651","3,825,123" +"August 2010","154,234","3,568,868" +"September 2010","139,217","3,085,094" +"October 2010","126,750","3,702,980" +"November 2010","130,698","5,059,655" +"December 2010","147,074","6,150,204" +"January 2011","141,046","5,471,879" +"February 2011","125,560","5,045,242" +"March 2011","138,975","5,226,356" +"April 2011","121,369","4,441,394" +"May 2011","139,809","4,414,419" +"June 2011","264,677","3,892,192" +"July 2011","292,175","4,729,566" +"August 2011","210,692","5,540,774" +"September 2011","170,949","5,015,166" +"October 2011","159,608","5,122,314" +"November 2011","146,256","5,732,541" +"December 2011","137,054","6,333,853" +"January 2012","139,964","6,291,255" +"February 2012","121,729","5,557,023" +"March 2012","135,467","5,209,949" +"April 2012","162,468","4,740,048" +"May 2012","187,251","5,213,327" +"June 2012","307,245","4,807,677" +"July 2012","411,757","5,691,315" +"August 2012","298,307","5,706,118" +"September 2012","152,104","4,781,854" +"October 2012","121,026","5,029,384" +"November 2012","114,992","5,410,708" +"December 2012","121,799","5,777,908" +"January 2013","126,474","6,447,107" +"February 2013","126,520","5,306,081" +"March 2013","123,212","5,467,137" +"April 2013","154,211","4,187,988" +"May 2013","194,610","4,336,846" +"June 2013","346,488","4,088,136" +"July 2013","354,546","4,317,891" +"August 2013","240,007","4,397,254" +"September 2013","202,680","4,292,678" +"October 2013","139,725","4,173,617" +"November 2013","129,098","4,970,098" +"December 2013","131,857","5,861,188" +"January 2014","136,132","5,695,227" +"February 2014","112,504","5,350,013" +"March 2014","137,472","4,783,412" +"April 2014","132,275","4,114,125" +"May 2014","196,687","3,984,680" +"June 2014","274,303","3,795,571" +"July 2014","271,363","4,232,795" +"August 2014","202,615","4,342,078" +"September 2014","143,375","3,994,705" +"October 2014","157,672","3,813,150" +"November 2014","131,510","4,689,913" +"December 2014","171,582","5,272,380" +"January 2015","141,866","5,519,789r" +"February 2015","136,161","4,249,024r" +"March 2015","149,701r","4,546,966r" +"April 2015","134,717r","5,072,146" +"May 2015","217,508","4,796,335" +"June 2015","237,399","4,591,190r" +"July 2015","189,958","4,612,721" +"August 2015","165,762","4,703,558" +"September 2015","157,797","4,478,994" +"October 2015","130,680","4,210,412r" +"November 2015","135,345","5,058,331" +"December 2015","148,488","5,534,895" +"January 2016","143,297","6,282,143" +"February 2016","133,727","4,884,000" +"March 2016","161,315","4,900,888" +"April 2016","162,970","4,187,028" +"May 2016","188,577","4,936,755" +"June 2016","177,870","5,029,095" +"July 2016","190,938","5,069,069" +"August 2016","212,118","4,741,565" +"September 2016","158,254","4,357,296" +"October 2016","141,251","4,666,684" +"November 2016","141,229","5,385,807" +"December 2016","140,515","7,250,720" +"January 2017","122,138","7,218,612" +"February 2017","133,353","5,599,015" +"March 2017","136,453","5,497,624" +"April 2017","176,015","4,740,312" +"May 2017","204,890","4,769,272" +"June 2017","366,920","4,757,497" +"July 2017","261,367","5,411,269" +"August 2017","182,821","5,788,968" +"September 2017","158,940","5,368,877" +"October 2017","115,172","5,159,770" +"November 2017","96,645","5,504,735" +"December 2017","95,188","6,694,208" +"January 2018","103,695","5,905,363" +"February 2018","102,802","5,307,636" +"March 2018","109,119","5,475,802" +"April 2018","129,920","4,234,580" +"May 2018","229,431","4,536,107" +"June 2018","234,825","4,607,841" +"July 2018","300,957","5,484,785" +"August 2018","243,550","5,163,032" +"September 2018","169,452","4,376,089" +"October 2018","127,016","5,210,615" +"November 2018","122,492","4,767,222" +"December 2018","124,332","5,364,967" + +Symbol legend: +r,revised, + +Footnotes: +1,"For monthly data prior to January 2008, please see table 25-10-0001-01 (terminated). For current monthly data on Electric power receipts and deliveries, see table 25-10-0016-01." +2,"The target population for the Monthly Electricity Supply and Disposition Survey has been expanded to improve coverage of renewable energy in Canada, particularly wind and solar power. As a result of this change, users will have to use caution when comparing data for historical purposes. For wind power, significant changes occurred in British Columbia, Alberta, Ontario, Quebec and Prince Edward Island. For solar power, significant changes occurred in Ontario." +3,"Electric power generated from a plant in which the turbine generators are driven by flowing water. Prior to January 2008, hydro included wind and tidal generation. From January 2008 on, wind and tidal generation are reported separately." + +"How to cite: Statistics Canada. Table 25-10-0015-01 Electric power generation, monthly generation by type of electricity" +https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=2510001501 +DOI: https://doi.org/10.25318/2510001501-eng \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/Canada_installed_capacity_2006_2017.csv b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/Canada_installed_capacity_2006_2017.csv new file mode 100644 index 000000000..9e62f1d81 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/Canada_installed_capacity_2006_2017.csv @@ -0,0 +1,3752 @@ +"REF_DATE","GEO","DGUID","Class of electricity producer","Type of electricity generation","UOM","UOM_ID","SCALAR_FACTOR","SCALAR_ID","VECTOR","COORDINATE","VALUE","STATUS","SYMBOL","TERMINATED","DECIMALS" +"2006","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","123003404","","","","0" +"2006","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","72644118","","","","0" +"2006","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","1470499","","","","0" +"2006","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","3700","","","","0" +"2006","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","48885087","","","","0" +"2006","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","25768798","","","","0" +"2006","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","13345000","","","","0" +"2006","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","9160533","","","","0" +"2006","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","610756","","","","0" +"2006","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","89836132","","","","0" +"2006","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","63585857","","","","0" +"2006","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","188480","","","","0" +"2006","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","26061795","","","","0" +"2006","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","14895180","","","","0" +"2006","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","8335000","","","","0" +"2006","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","2441170","","","","0" +"2006","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","390445","","","","0" +"2006","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","25104687","","","","0" +"2006","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4335621","","","","0" +"2006","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","1281419","","","","0" +"2006","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","3700","","","","0" +"2006","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","19483947","","","","0" +"2006","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","8974393","","","","0" +"2006","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","5010000","","","","0" +"2006","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","5365863","","","","0" +"2006","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","133691","","","","0" +"2006","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","8062585","","","","0" +"2006","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","4722640","","","","0" +"2006","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","600","","","","0" +"2006","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","3339345","","","","0" +"2006","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","1899225","","","","0" +"2006","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1353500","","","","0" +"2006","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","86620","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7492383","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6775450","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","716933","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","193000","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","33933","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","7081453","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6407520","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","673933","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","150000","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","33933","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","250880","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","250880","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","160050","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","117050","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","43000","","","","0" +"2006","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2006","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","130660","","","","0" +"2006","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","13560","","","","0" +"2006","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","117100","","","","0" +"2006","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","67100","","","","0" +"2006","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","50000","","","","0" +"2006","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","10560","","","","0" +"2006","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","10560","","","","0" +"2006","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","120100","","","","0" +"2006","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","3000","","","","0" +"2006","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","117100","","","","0" +"2006","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","67100","","","","0" +"2006","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","50000","","","","0" +"2006","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2463135","","","","0" +"2006","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","403750","","","","0" +"2006","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","49260","","","","0" +"2006","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","3700","","","","0" +"2006","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","2006425","","","","0" +"2006","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1686125","","","","0" +"2006","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320300","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2414375","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","398750","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","49260","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","3700","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1962665","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1642365","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320300","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","48760","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","5000","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","43760","","","","0" +"2006","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","43760","","","","0" +"2006","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4474108","","","","0" +"2006","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","933770","","","","0" +"2006","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","3540338","","","","0" +"2006","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","2088800","","","","0" +"2006","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","680000","","","","0" +"2006","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","768700","","","","0" +"2006","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","2838","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","4024368","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","891330","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","3133038","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1921500","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","680000","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","528700","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","2838","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","371640","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","31640","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","340000","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","100000","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","240000","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","78100","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","10800","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","67300","","","","0" +"2006","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","67300","","","","0" +"2006","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","40067801","","","","0" +"2006","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","36685549","","","","0" +"2006","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","321750","","","","0" +"2006","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","3060502","","","","0" +"2006","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","1124253","","","","0" +"2006","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","675000","","","","0" +"2006","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","1132247","","","","0" +"2006","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","129002","","","","0" +"2006","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","35235201","","","","0" +"2006","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","33013549","","","","0" +"2006","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","2250","","","","0" +"2006","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","2219402","","","","0" +"2006","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","660000","","","","0" +"2006","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","675000","","","","0" +"2006","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","761000","","","","0" +"2006","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","123402","","","","0" +"2006","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","1947150","","","","0" +"2006","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","943600","","","","0" +"2006","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","319500","","","","0" +"2006","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","684050","","","","0" +"2006","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","307203","","","","0" +"2006","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","371247","","","","0" +"2006","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","5600","","","","0" +"2006","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","2885450","","","","0" +"2006","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","2728400","","","","0" +"2006","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","157050","","","","0" +"2006","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","157050","","","","0" +"2006","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","32523392","","","","0" +"2006","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","8349242","","","","0" +"2006","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","413529","","","","0" +"2006","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","23760621","","","","0" +"2006","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","9808630","","","","0" +"2006","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","11990000","","","","0" +"2006","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","1887381","","","","0" +"2006","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","74610","","","","0" +"2006","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","22653817","","","","0" +"2006","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7091277","","","","0" +"2006","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","2400","","","","0" +"2006","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","15560140","","","","0" +"2006","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","8462680","","","","0" +"2006","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2006","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","84000","","","","0" +"2006","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","33460","","","","0" +"2006","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","9090270","","","","0" +"2006","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","986235","","","","0" +"2006","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","410529","","","","0" +"2006","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","7693506","","","","0" +"2006","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1051000","","","","0" +"2006","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","5010000","","","","0" +"2006","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","1604381","","","","0" +"2006","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","28125","","","","0" +"2006","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","779305","","","","0" +"2006","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","271730","","","","0" +"2006","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2006","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","506975","","","","0" +"2006","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","294950","","","","0" +"2006","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","199000","","","","0" +"2006","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","13025","","","","0" +"2006","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","5629007","","","","0" +"2006","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5024372","","","","0" +"2006","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","103950","","","","0" +"2006","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","500685","","","","0" +"2006","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","119500","","","","0" +"2006","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","371670","","","","0" +"2006","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","9515","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5503057","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5024372","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","478685","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","97500","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","371670","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","9515","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","103950","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","103950","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","22000","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","22000","","","","0" +"2006","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","22000","","","","0" +"2006","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","3878790","","","","0" +"2006","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","854660","","","","0" +"2006","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","171180","","","","0" +"2006","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","2852950","","","","0" +"2006","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2212950","","","","0" +"2006","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","640000","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3344120","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","854660","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2329500","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","2026500","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","303000","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","493220","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","11220","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","482000","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","337000","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","41450","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","41450","","","","0" +"2006","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2006","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","11163169","","","","0" +"2006","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","885228","","","","0" +"2006","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","396460","","","","0" +"2006","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","9881481","","","","0" +"2006","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","6388790","","","","0" +"2006","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","3384035","","","","0" +"2006","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","108656","","","","0" +"2006","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","465525","","","","0" +"2006","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","13400","","","","0" +"2006","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","12500","","","","0" +"2006","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","439625","","","","0" +"2006","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","287000","","","","0" +"2006","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","142100","","","","0" +"2006","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","10525","","","","0" +"2006","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","9076284","","","","0" +"2006","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","871828","","","","0" +"2006","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","383960","","","","0" +"2006","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","7820496","","","","0" +"2006","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","5477225","","","","0" +"2006","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","2259935","","","","0" +"2006","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","83336","","","","0" +"2006","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","1621360","","","","0" +"2006","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","1621360","","","","0" +"2006","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","624565","","","","0" +"2006","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","982000","","","","0" +"2006","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","14795","","","","0" +"2006","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","14867401","","","","0" +"2006","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","12613697","","","","0" +"2006","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","2253704","","","","0" +"2006","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","1782650","","","","0" +"2006","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","386000","","","","0" +"2006","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","85054","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","11288203","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","10172649","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","1115554","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","950000","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","93000","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","72554","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","1225988","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","851388","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","374600","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","184500","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","183000","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","7100","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2353210","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1589660","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","763550","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","648150","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","110000","","","","0" +"2006","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","5400","","","","0" +"2006","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","107960","","","","0" +"2006","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","76700","","","","0" +"2006","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","810","","","","0" +"2006","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","30450","","","","0" +"2006","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","30450","","","","0" +"2006","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","98610","","","","0" +"2006","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","75400","","","","0" +"2006","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","810","","","","0" +"2006","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","22400","","","","0" +"2006","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","22400","","","","0" +"2006","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","9350","","","","0" +"2006","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","1300","","","","0" +"2006","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","8050","","","","0" +"2006","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","8050","","","","0" +"2006","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","151323","","","","0" +"2006","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","41700","","","","0" +"2006","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","109623","","","","0" +"2006","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","27200","","","","0" +"2006","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","82423","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","76943","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","41700","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","35243","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","7700","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","27543","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","1480","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","1480","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","1480","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","72900","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","72900","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2006","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","53400","","","","0" +"2006","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","54275","","","","0" +"2006","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","54275","","","","0" +"2006","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","54275","","","","0" +"2006","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","54275","","","","0" +"2006","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","54275","","","","0" +"2006","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","54275","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","124348252","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","73442973","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","1824349","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","0","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","49060930","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","25987248","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","13345000","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","8988238","","","","0" +"2007","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","740444","","","","0" +"2007","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","91340192","","","","0" +"2007","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","63987689","","","","0" +"2007","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","206880","","","","0" +"2007","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","0","","","","0" +"2007","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","27145623","","","","0" +"2007","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","15093430","","","","0" +"2007","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","8335000","","","","0" +"2007","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","3354920","","","","0" +"2007","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","362273","","","","0" +"2007","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","24326765","","","","0" +"2007","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4393724","","","","0" +"2007","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","1562869","","","","0" +"2007","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2007","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","18350172","","","","0" +"2007","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","8996593","","","","0" +"2007","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","5010000","","","","0" +"2007","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","4217258","","","","0" +"2007","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","126321","","","","0" +"2007","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","8681295","","","","0" +"2007","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5061560","","","","0" +"2007","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","54600","","","","0" +"2007","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","3565135","","","","0" +"2007","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","1897225","","","","0" +"2007","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1416060","","","","0" +"2007","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","251850","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7333835","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6776800","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","0","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","557035","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","24035","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6940255","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6426220","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","514035","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","0","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","24035","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","252230","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","252230","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","0","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","141350","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","98350","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","43000","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2007","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","0","","","","0" +"2007","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","160660","","","","0" +"2007","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","43560","","","","0" +"2007","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","117100","","","","0" +"2007","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","67100","","","","0" +"2007","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","50000","","","","0" +"2007","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","40560","","","","0" +"2007","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","40560","","","","0" +"2007","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","120100","","","","0" +"2007","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","3000","","","","0" +"2007","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","117100","","","","0" +"2007","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","67100","","","","0" +"2007","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","50000","","","","0" +"2007","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2491885","","","","0" +"2007","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","403750","","","","0" +"2007","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","61710","","","","0" +"2007","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2007","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","2006425","","","","0" +"2007","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1686125","","","","0" +"2007","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320300","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","0","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","0","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2443125","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","398750","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","61710","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1962665","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1642365","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320300","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","48760","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","5000","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","43760","","","","0" +"2007","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","43760","","","","0" +"2007","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4533808","","","","0" +"2007","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","933470","","","","0" +"2007","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","0","","","","0" +"2007","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","3600338","","","","0" +"2007","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","2148800","","","","0" +"2007","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","680000","","","","0" +"2007","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","768700","","","","0" +"2007","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","2838","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","4034868","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","901830","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","0","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","3133038","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1921500","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","680000","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","528700","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","2838","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","371640","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","31640","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","0","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","340000","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","100000","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","240000","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","127300","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","0","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","127300","","","","0" +"2007","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","127300","","","","0" +"2007","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","40945076","","","","0" +"2007","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","37439617","","","","0" +"2007","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","321750","","","","0" +"2007","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","3183709","","","","0" +"2007","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","1127253","","","","0" +"2007","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","675000","","","","0" +"2007","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","1252277","","","","0" +"2007","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","129179","","","","0" +"2007","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","35718593","","","","0" +"2007","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","33344764","","","","0" +"2007","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","2250","","","","0" +"2007","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","2371579","","","","0" +"2007","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","692000","","","","0" +"2007","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","675000","","","","0" +"2007","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","881000","","","","0" +"2007","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","123579","","","","0" +"2007","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","1897333","","","","0" +"2007","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","922753","","","","0" +"2007","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","319500","","","","0" +"2007","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","655080","","","","0" +"2007","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","278203","","","","0" +"2007","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","371277","","","","0" +"2007","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","5600","","","","0" +"2007","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3329150","","","","0" +"2007","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3172100","","","","0" +"2007","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","157050","","","","0" +"2007","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","157050","","","","0" +"2007","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","32356192","","","","0" +"2007","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","8358102","","","","0" +"2007","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","602529","","","","0" +"2007","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","0","","","","0" +"2007","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","23395561","","","","0" +"2007","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","9708130","","","","0" +"2007","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","11990000","","","","0" +"2007","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","1631281","","","","0" +"2007","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","66150","","","","0" +"2007","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","22678672","","","","0" +"2007","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7100967","","","","0" +"2007","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","2400","","","","0" +"2007","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","0","","","","0" +"2007","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","15575305","","","","0" +"2007","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","8472680","","","","0" +"2007","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2007","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","84000","","","","0" +"2007","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","38625","","","","0" +"2007","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","8940370","","","","0" +"2007","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","986435","","","","0" +"2007","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","599529","","","","0" +"2007","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","7354406","","","","0" +"2007","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","976500","","","","0" +"2007","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","5010000","","","","0" +"2007","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","1348281","","","","0" +"2007","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","19625","","","","0" +"2007","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","737150","","","","0" +"2007","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","270700","","","","0" +"2007","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2007","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","465850","","","","0" +"2007","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","258950","","","","0" +"2007","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","199000","","","","0" +"2007","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","7900","","","","0" +"2007","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","5624438","","","","0" +"2007","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5025448","","","","0" +"2007","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","103950","","","","0" +"2007","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","495040","","","","0" +"2007","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","119250","","","","0" +"2007","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","365420","","","","0" +"2007","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","10370","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5498488","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5025448","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","473040","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","97250","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","365420","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","10370","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","103950","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","103950","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","22000","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","22000","","","","0" +"2007","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","22000","","","","0" +"2007","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","3878790","","","","0" +"2007","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","854660","","","","0" +"2007","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","171180","","","","0" +"2007","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","2852950","","","","0" +"2007","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2212950","","","","0" +"2007","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","640000","","","","0" +"2007","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","0","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3344120","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","854660","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2329500","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","2026500","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","303000","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","493220","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","11220","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","482000","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","337000","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","41450","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","41450","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2007","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","0","","","","0" +"2007","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","11817044","","","","0" +"2007","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","869328","","","","0" +"2007","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","518860","","","","0" +"2007","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","10428856","","","","0" +"2007","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","7608890","","","","0" +"2007","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","2546680","","","","0" +"2007","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","273286","","","","0" +"2007","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","1553800","","","","0" +"2007","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","12500","","","","0" +"2007","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","900","","","","0" +"2007","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1540400","","","","0" +"2007","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1393500","","","","0" +"2007","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","142100","","","","0" +"2007","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","4800","","","","0" +"2007","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","8374449","","","","0" +"2007","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","856828","","","","0" +"2007","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","463960","","","","0" +"2007","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","7053661","","","","0" +"2007","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","5602925","","","","0" +"2007","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","1367400","","","","0" +"2007","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","83336","","","","0" +"2007","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","1888795","","","","0" +"2007","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","54000","","","","0" +"2007","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","1834795","","","","0" +"2007","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","612465","","","","0" +"2007","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1037180","","","","0" +"2007","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","185150","","","","0" +"2007","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","14883409","","","","0" +"2007","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","12660898","","","","0" +"2007","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","0","","","","0" +"2007","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","2222511","","","","0" +"2007","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","818750","","","","0" +"2007","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","1343380","","","","0" +"2007","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","60381","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","11290751","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","10201700","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","1089051","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","0","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","1043000","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","46051","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","1320218","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","943788","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","0","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","376430","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","184500","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","183000","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","8930","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2272440","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1515410","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","757030","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","634250","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","117380","","","","0" +"2007","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","5400","","","","0" +"2007","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","110960","","","","0" +"2007","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","77900","","","","0" +"2007","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","810","","","","0" +"2007","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","32250","","","","0" +"2007","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","32250","","","","0" +"2007","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","102410","","","","0" +"2007","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","76600","","","","0" +"2007","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","810","","","","0" +"2007","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","25000","","","","0" +"2007","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","25000","","","","0" +"2007","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","8550","","","","0" +"2007","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","1300","","","","0" +"2007","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","7250","","","","0" +"2007","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","7250","","","","0" +"2007","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","157880","","","","0" +"2007","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","43000","","","","0" +"2007","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","114880","","","","0" +"2007","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","27200","","","","0" +"2007","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","87680","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","83400","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","43000","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","40400","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","7700","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","32700","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","1580","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","1580","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","1580","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","72900","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","72900","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2007","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","53400","","","","0" +"2007","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","54275","","","","0" +"2007","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","54275","","","","0" +"2007","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","54275","","","","0" +"2007","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","54275","","","","0" +"2007","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","54275","","","","0" +"2007","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","54275","","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","125334419","","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","74371981","","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","2228609","","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","","..","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","48713829","","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","25910768","","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","13345000","","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","8710726","","","","0" +"2008","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","747335","","","","0" +"2008","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","91926780","","","","0" +"2008","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","64884193","","","","0" +"2008","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","208480","","","","0" +"2008","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","","..","","","0" +"2008","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","26834107","","","","0" +"2008","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","14900350","","","","0" +"2008","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","8335000","","","","0" +"2008","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","3239908","","","","0" +"2008","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","358849","","","","0" +"2008","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","24758454","","","","0" +"2008","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4423728","","","","0" +"2008","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","1956529","","","","0" +"2008","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2008","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","18358197","","","","0" +"2008","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","9169293","","","","0" +"2008","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","5010000","","","","0" +"2008","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","4052758","","","","0" +"2008","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","126146","","","","0" +"2008","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","8649185","","","","0" +"2008","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5064060","","","","0" +"2008","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","63600","","","","0" +"2008","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","3521525","","","","0" +"2008","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","1841125","","","","0" +"2008","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1418060","","","","0" +"2008","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","262340","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7333835","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6776800","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","","..","","","0" +"2008","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","557035","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","24035","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6940255","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6426220","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","514035","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","","..","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","24035","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","252230","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","252230","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","","..","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","141350","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","98350","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","43000","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2008","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","","..","","","0" +"2008","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","189460","","","","0" +"2008","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","72360","","","","0" +"2008","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","117100","","","","0" +"2008","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","67100","","","","0" +"2008","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","50000","","","","0" +"2008","Prince Edward Island","2016A000211","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v87184282","3.1.10","","..","","","0" +"2008","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","40560","","","","0" +"2008","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","40560","","","","0" +"2008","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","148900","","","","0" +"2008","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","31800","","","","0" +"2008","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","117100","","","","0" +"2008","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","67100","","","","0" +"2008","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","50000","","","","0" +"2008","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2488485","","","","0" +"2008","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","403750","","","","0" +"2008","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","58310","","","","0" +"2008","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2008","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","2006425","","","","0" +"2008","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1686125","","","","0" +"2008","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320300","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","","..","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","","..","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2439725","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","398750","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","58310","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1962665","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1642365","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320300","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","48760","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","5000","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","43760","","","","0" +"2008","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","43760","","","","0" +"2008","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4612208","","","","0" +"2008","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","933470","","","","0" +"2008","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","96000","","","","0" +"2008","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","3582738","","","","0" +"2008","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","2131200","","","","0" +"2008","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","680000","","","","0" +"2008","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","768700","","","","0" +"2008","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","2838","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","4034868","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","901830","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","","..","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","3133038","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1921500","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","680000","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","528700","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","2838","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","467640","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","31640","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","96000","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","340000","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","100000","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","240000","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","109700","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","","..","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","109700","","","","0" +"2008","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","109700","","","","0" +"2008","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","41836467","","","","0" +"2008","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","38264765","","","","0" +"2008","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","420000","","","","0" +"2008","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","3151702","","","","0" +"2008","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","1126853","","","","0" +"2008","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","675000","","","","0" +"2008","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","1222965","","","","0" +"2008","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","126884","","","","0" +"2008","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","36487330","","","","0" +"2008","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","34145508","","","","0" +"2008","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","2250","","","","0" +"2008","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","2339572","","","","0" +"2008","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","691600","","","","0" +"2008","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","675000","","","","0" +"2008","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","851688","","","","0" +"2008","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","121284","","","","0" +"2008","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","2019987","","","","0" +"2008","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","947157","","","","0" +"2008","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","417750","","","","0" +"2008","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","655080","","","","0" +"2008","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","278203","","","","0" +"2008","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","371277","","","","0" +"2008","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","5600","","","","0" +"2008","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3329150","","","","0" +"2008","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3172100","","","","0" +"2008","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","157050","","","","0" +"2008","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","157050","","","","0" +"2008","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","32311852","","","","0" +"2008","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","8363642","","","","0" +"2008","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","782079","","","","0" +"2008","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","","..","","","0" +"2008","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","23166131","","","","0" +"2008","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","9517750","","","","0" +"2008","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","11990000","","","","0" +"2008","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","1591781","","","","0" +"2008","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","66600","","","","0" +"2008","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","22411982","","","","0" +"2008","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7094907","","","","0" +"2008","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","4000","","","","0" +"2008","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","","..","","","0" +"2008","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","15313075","","","","0" +"2008","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","8210000","","","","0" +"2008","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2008","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","84000","","","","0" +"2008","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","39075","","","","0" +"2008","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","9160220","","","","0" +"2008","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","995535","","","","0" +"2008","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","777479","","","","0" +"2008","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","7387206","","","","0" +"2008","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1048800","","","","0" +"2008","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","5010000","","","","0" +"2008","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","1308781","","","","0" +"2008","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","19625","","","","0" +"2008","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","739650","","","","0" +"2008","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","273200","","","","0" +"2008","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2008","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","465850","","","","0" +"2008","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","258950","","","","0" +"2008","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","199000","","","","0" +"2008","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","7900","","","","0" +"2008","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","5624358","","","","0" +"2008","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5025368","","","","0" +"2008","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","103950","","","","0" +"2008","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","495040","","","","0" +"2008","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","245250","","","","0" +"2008","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","239420","","","","0" +"2008","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","10370","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5498408","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5025368","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","473040","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","223250","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","239420","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","10370","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","103950","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","103950","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","22000","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","22000","","","","0" +"2008","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","22000","","","","0" +"2008","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","3839775","","","","0" +"2008","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","854660","","","","0" +"2008","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","171180","","","","0" +"2008","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","2813935","","","","0" +"2008","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2169450","","","","0" +"2008","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","640000","","","","0" +"2008","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","4485","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3300620","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","854660","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2286000","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","1983000","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","303000","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","493220","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","11220","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","482000","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","337000","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","45935","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","45935","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2008","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","4485","","","","0" +"2008","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","11849984","","","","0" +"2008","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","882878","","","","0" +"2008","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","523920","","","","0" +"2008","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","10443186","","","","0" +"2008","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","7696790","","","","0" +"2008","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","2471680","","","","0" +"2008","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","274716","","","","0" +"2008","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","1589300","","","","0" +"2008","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","12500","","","","0" +"2008","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","900","","","","0" +"2008","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1575900","","","","0" +"2008","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1381000","","","","0" +"2008","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","190100","","","","0" +"2008","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","4800","","","","0" +"2008","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","8359284","","","","0" +"2008","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","870378","","","","0" +"2008","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","460020","","","","0" +"2008","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","7028886","","","","0" +"2008","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","5703325","","","","0" +"2008","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","1242400","","","","0" +"2008","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","83161","","","","0" +"2008","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","1901400","","","","0" +"2008","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","63000","","","","0" +"2008","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","1838400","","","","0" +"2008","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","612465","","","","0" +"2008","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1039180","","","","0" +"2008","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","186755","","","","0" +"2008","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","14915462","","","","0" +"2008","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","12733048","","","","0" +"2008","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","","..","","","0" +"2008","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","2182414","","","","0" +"2008","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","780250","","","","0" +"2008","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","1343380","","","","0" +"2008","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","58784","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","11378354","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","10290900","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","1087454","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","","..","","","0" +"2008","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","1043000","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","44454","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","1303168","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","926738","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","","..","","","0" +"2008","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","376430","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","184500","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","183000","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","8930","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2233940","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1515410","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","718530","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","595750","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","117380","","","","0" +"2008","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","5400","","","","0" +"2008","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","110960","","","","0" +"2008","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","77900","","","","0" +"2008","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","810","","","","0" +"2008","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","32250","","","","0" +"2008","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","32250","","","","0" +"2008","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","102410","","","","0" +"2008","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","76600","","","","0" +"2008","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","810","","","","0" +"2008","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","25000","","","","0" +"2008","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","25000","","","","0" +"2008","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","8550","","","","0" +"2008","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","1300","","","","0" +"2008","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","7250","","","","0" +"2008","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","7250","","","","0" +"2008","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","167298","","","","0" +"2008","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","55700","","","","0" +"2008","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","111598","","","","0" +"2008","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","19500","","","","0" +"2008","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","92098","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","88418","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","55700","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","32718","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","","..","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","32718","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","1580","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","1580","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","1580","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","77300","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","77300","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2008","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","57800","","","","0" +"2008","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","54275","","","","0" +"2008","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","54275","","","","0" +"2008","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","54275","","","","0" +"2008","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","54275","","","","0" +"2008","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","54275","","","","0" +"2008","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","54275","","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","129616033","","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","74673138","","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","3026259","","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","","..","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","51896636","","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","27142193","","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","12665000","","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","11291696","","","","0" +"2009","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","797747","","","","0" +"2009","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","93760625","","","","0" +"2009","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","65381558","","","","0" +"2009","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","208480","","","","0" +"2009","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","","..","","","0" +"2009","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","28170587","","","","0" +"2009","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","15526450","","","","0" +"2009","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","7655000","","","","0" +"2009","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","4635208","","","","0" +"2009","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","353929","","","","0" +"2009","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","27064708","","","","0" +"2009","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4228410","","","","0" +"2009","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","2754179","","","","0" +"2009","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2009","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","20062119","","","","0" +"2009","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","9681743","","","","0" +"2009","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","5010000","","","","0" +"2009","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","5225428","","","","0" +"2009","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","144948","","","","0" +"2009","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","8790700","","","","0" +"2009","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5063170","","","","0" +"2009","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","63600","","","","0" +"2009","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","3663930","","","","0" +"2009","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","1934000","","","","0" +"2009","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1431060","","","","0" +"2009","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","298870","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7390050","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6781050","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","27000","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","582000","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","49000","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6940470","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6426220","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","514250","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","","..","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","24250","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","283480","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","256480","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","27000","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","166100","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","98350","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","67750","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2009","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","24750","","","","0" +"2009","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","266560","","","","0" +"2009","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","151560","","","","0" +"2009","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","115000","","","","0" +"2009","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","65000","","","","0" +"2009","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","50000","","","","0" +"2009","Prince Edward Island","2016A000211","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v87184282","3.1.10","","..","","","0" +"2009","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","40560","","","","0" +"2009","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","40560","","","","0" +"2009","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","226000","","","","0" +"2009","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","111000","","","","0" +"2009","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","115000","","","","0" +"2009","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","65000","","","","0" +"2009","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","50000","","","","0" +"2009","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2465635","","","","0" +"2009","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","403750","","","","0" +"2009","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","35460","","","","0" +"2009","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2009","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","2006425","","","","0" +"2009","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1686125","","","","0" +"2009","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320300","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","","..","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","","..","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2416875","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","398750","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","35460","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1962665","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1642365","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320300","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","48760","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","5000","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","43760","","","","0" +"2009","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","43760","","","","0" +"2009","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","3945668","","","","0" +"2009","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","949430","","","","0" +"2009","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","96000","","","","0" +"2009","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","2900238","","","","0" +"2009","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","2118700","","","","0" +"2009","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","","..","","","0" +"2009","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","778700","","","","0" +"2009","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","2838","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","3342368","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","901830","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","","..","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","2440538","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1909000","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","","..","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","528700","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","2838","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","493600","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","47600","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","96000","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","350000","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","100000","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","250000","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","109700","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","","..","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","109700","","","","0" +"2009","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","109700","","","","0" +"2009","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","42222976","","","","0" +"2009","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","38414050","","","","0" +"2009","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","657700","","","","0" +"2009","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","3151226","","","","0" +"2009","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","1125853","","","","0" +"2009","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","675000","","","","0" +"2009","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","1222965","","","","0" +"2009","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","127408","","","","0" +"2009","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","36882159","","","","0" +"2009","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","34540813","","","","0" +"2009","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","2250","","","","0" +"2009","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","2339096","","","","0" +"2009","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","690600","","","","0" +"2009","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","675000","","","","0" +"2009","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","851688","","","","0" +"2009","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","121808","","","","0" +"2009","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","2015567","","","","0" +"2009","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","705037","","","","0" +"2009","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","655450","","","","0" +"2009","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","655080","","","","0" +"2009","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","278203","","","","0" +"2009","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","371277","","","","0" +"2009","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","5600","","","","0" +"2009","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3325250","","","","0" +"2009","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3168200","","","","0" +"2009","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","157050","","","","0" +"2009","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","157050","","","","0" +"2009","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","35222662","","","","0" +"2009","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","8353212","","","","0" +"2009","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","1089029","","","","0" +"2009","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","","..","","","0" +"2009","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","25780421","","","","0" +"2009","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","10597900","","","","0" +"2009","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","11990000","","","","0" +"2009","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","3108551","","","","0" +"2009","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","83970","","","","0" +"2009","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","24018252","","","","0" +"2009","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7076407","","","","0" +"2009","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","4000","","","","0" +"2009","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","","..","","","0" +"2009","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","16937845","","","","0" +"2009","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","8849600","","","","0" +"2009","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2009","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","1067000","","","","0" +"2009","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","41245","","","","0" +"2009","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","10462750","","","","0" +"2009","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","1000595","","","","0" +"2009","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","1084429","","","","0" +"2009","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","8377726","","","","0" +"2009","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1503350","","","","0" +"2009","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","5010000","","","","0" +"2009","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","1829551","","","","0" +"2009","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","34825","","","","0" +"2009","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","741660","","","","0" +"2009","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","276210","","","","0" +"2009","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2009","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","464850","","","","0" +"2009","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","244950","","","","0" +"2009","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","212000","","","","0" +"2009","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","7900","","","","0" +"2009","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","5639918","","","","0" +"2009","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5040928","","","","0" +"2009","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","103950","","","","0" +"2009","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","495040","","","","0" +"2009","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","245250","","","","0" +"2009","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","239420","","","","0" +"2009","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","10370","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5513968","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5040928","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","473040","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","223250","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","239420","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","10370","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","103950","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","103950","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","22000","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","22000","","","","0" +"2009","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","22000","","","","0" +"2009","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","4042075","","","","0" +"2009","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","855960","","","","0" +"2009","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","171180","","","","0" +"2009","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","3014935","","","","0" +"2009","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2169450","","","","0" +"2009","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","841000","","","","0" +"2009","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","4485","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3502920","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","855960","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2487000","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","1983000","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","504000","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","493220","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","11220","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","482000","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","337000","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","45935","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","45935","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2009","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","4485","","","","0" +"2009","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","12835553","","","","0" +"2009","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","882910","","","","0" +"2009","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","589170","","","","0" +"2009","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","11363473","","","","0" +"2009","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","7752665","","","","0" +"2009","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","3324880","","","","0" +"2009","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","285928","","","","0" +"2009","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","1800600","","","","0" +"2009","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","12500","","","","0" +"2009","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","900","","","","0" +"2009","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1787200","","","","0" +"2009","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1381000","","","","0" +"2009","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","401400","","","","0" +"2009","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","4800","","","","0" +"2009","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","9139948","","","","0" +"2009","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","870410","","","","0" +"2009","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","525270","","","","0" +"2009","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","7744268","","","","0" +"2009","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","5763325","","","","0" +"2009","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","1884300","","","","0" +"2009","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","96643","","","","0" +"2009","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","1895005","","","","0" +"2009","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","63000","","","","0" +"2009","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","1832005","","","","0" +"2009","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","608340","","","","0" +"2009","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1039180","","","","0" +"2009","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","184485","","","","0" +"2009","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","15237953","","","","0" +"2009","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","12858248","","","","0" +"2009","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","104400","","","","0" +"2009","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","2275305","","","","0" +"2009","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","891250","","","","0" +"2009","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","1343380","","","","0" +"2009","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","40675","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","11474225","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","10394600","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","1079625","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","","..","","","0" +"2009","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","1043000","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","36625","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","1420138","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","948238","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","104400","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","367500","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","184500","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","183000","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","","..","","","0" +"2009","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2343590","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1515410","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","828180","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","706750","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","117380","","","","0" +"2009","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","4050","","","","0" +"2009","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","110010","","","","0" +"2009","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","77900","","","","0" +"2009","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","810","","","","0" +"2009","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","31300","","","","0" +"2009","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","31300","","","","0" +"2009","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","102410","","","","0" +"2009","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","76600","","","","0" +"2009","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","810","","","","0" +"2009","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","25000","","","","0" +"2009","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","25000","","","","0" +"2009","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","7600","","","","0" +"2009","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","1300","","","","0" +"2009","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","6300","","","","0" +"2009","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","6300","","","","0" +"2009","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","182698","","","","0" +"2009","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","55700","","","","0" +"2009","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","126998","","","","0" +"2009","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","19500","","","","0" +"2009","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","107498","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","88418","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","55700","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","32718","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","","..","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","32718","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","1580","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","1580","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","1580","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","92700","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","92700","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2009","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","73200","","","","0" +"2009","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","54275","","","","0" +"2009","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","54275","","","","0" +"2009","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","54275","","","","0" +"2009","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","54275","","","","0" +"2009","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","54275","","","","0" +"2009","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","54275","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","130528482","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","75062499","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","3972559","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","108400","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","51365024","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","25491031","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","12665000","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","12406238","","","","0" +"2010","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","802755","","","","0" +"2010","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","93910766","","","","0" +"2010","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","65800952","","","","0" +"2010","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","653730","","","","0" +"2010","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","108400","","","","0" +"2010","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","27347684","","","","0" +"2010","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","13794439","","","","0" +"2010","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","7655000","","","","0" +"2010","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","5538650","","","","0" +"2010","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","359595","","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","27705125","","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4174777","","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","3255229","","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775408","1.3.5","","..","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","20255119","","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","9759243","","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","5010000","","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","5344528","","","","0" +"2010","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","141348","","","","0" +"2010","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","8912591","","","","0" +"2010","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5086770","","","","0" +"2010","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","63600","","","","0" +"2010","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","3762221","","","","0" +"2010","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","1937349","","","","0" +"2010","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1523060","","","","0" +"2010","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","301812","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7392250","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6781050","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","27000","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","584200","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","51200","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6959020","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6444220","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","514800","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","","..","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","24800","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","265480","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","238480","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","27000","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v105775409","2.3.6","","..","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v105775410","2.3.7","","..","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","167750","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","98350","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","69400","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2010","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","26400","","","","0" +"2010","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","266560","","","","0" +"2010","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","151560","","","","0" +"2010","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","115000","","","","0" +"2010","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","65000","","","","0" +"2010","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","50000","","","","0" +"2010","Prince Edward Island","2016A000211","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v87184282","3.1.10","","..","","","0" +"2010","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","40560","","","","0" +"2010","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","40560","","","","0" +"2010","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","226000","","","","0" +"2010","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","111000","","","","0" +"2010","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","115000","","","","0" +"2010","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","65000","","","","0" +"2010","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","50000","","","","0" +"2010","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2593135","","","","0" +"2010","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","373750","","","","0" +"2010","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","192960","","","","0" +"2010","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2010","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","2006425","","","","0" +"2010","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1686125","","","","0" +"2010","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320300","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","","..","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","","..","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2544375","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","368750","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","192960","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1962665","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1642365","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320300","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","48760","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","5000","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","43760","","","","0" +"2010","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","43760","","","","0" +"2010","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4045348","","","","0" +"2010","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","947110","","","","0" +"2010","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","249000","","","","0" +"2010","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","2849238","","","","0" +"2010","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","2067700","","","","0" +"2010","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","","..","","","0" +"2010","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","778700","","","","0" +"2010","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","2838","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","3388048","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","899510","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","99000","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","2389538","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1858000","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","","..","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","528700","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","2838","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","547600","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","47600","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","150000","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","350000","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","100000","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","250000","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v105775411","5.3.10","","..","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","109700","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","","..","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","109700","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","109700","","","","0" +"2010","New Brunswick","2016A000213","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v105775412","5.4.10","","..","","","0" +"2010","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","42230993","","","","0" +"2010","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","38426460","","","","0" +"2010","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","786300","","","","0" +"2010","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","3018233","","","","0" +"2010","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","959382","","","","0" +"2010","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","675000","","","","0" +"2010","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","1252477","","","","0" +"2010","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","131374","","","","0" +"2010","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","36842447","","","","0" +"2010","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","34535773","","","","0" +"2010","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","99000","","","","0" +"2010","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","2207674","","","","0" +"2010","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","525700","","","","0" +"2010","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","675000","","","","0" +"2010","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","881200","","","","0" +"2010","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","125774","","","","0" +"2010","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","2064867","","","","0" +"2010","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","722487","","","","0" +"2010","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","687300","","","","0" +"2010","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","655080","","","","0" +"2010","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","278203","","","","0" +"2010","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","371277","","","","0" +"2010","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","5600","","","","0" +"2010","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3323679","","","","0" +"2010","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3168200","","","","0" +"2010","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","155479","","","","0" +"2010","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","155479","","","","0" +"2010","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","34826607","","","","0" +"2010","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","8405678","","","","0" +"2010","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","1378129","","","","0" +"2010","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","108400","","","","0" +"2010","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","24934400","","","","0" +"2010","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","9102969","","","","0" +"2010","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","11990000","","","","0" +"2010","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","3756161","","","","0" +"2010","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","85270","","","","0" +"2010","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","23508601","","","","0" +"2010","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7104377","","","","0" +"2010","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","253500","","","","0" +"2010","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","108400","","","","0" +"2010","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","16042324","","","","0" +"2010","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","7305169","","","","0" +"2010","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2010","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","1714610","","","","0" +"2010","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","42545","","","","0" +"2010","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","10552746","","","","0" +"2010","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","1001491","","","","0" +"2010","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","1124029","","","","0" +"2010","Ontario","2016A000235","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775413","7.3.5","","..","","","0" +"2010","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","8427226","","","","0" +"2010","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1552850","","","","0" +"2010","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","5010000","","","","0" +"2010","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","1829551","","","","0" +"2010","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","34825","","","","0" +"2010","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","765260","","","","0" +"2010","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","299810","","","","0" +"2010","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2010","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","464850","","","","0" +"2010","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","244950","","","","0" +"2010","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","212000","","","","0" +"2010","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","7900","","","","0" +"2010","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","5659340","","","","0" +"2010","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5054210","","","","0" +"2010","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","103950","","","","0" +"2010","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","501180","","","","0" +"2010","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","249570","","","","0" +"2010","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","241240","","","","0" +"2010","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","10370","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5533390","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5054210","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","479180","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","227570","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","241240","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","10370","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","103950","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","103950","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","22000","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","22000","","","","0" +"2010","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","22000","","","","0" +"2010","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","4185977","","","","0" +"2010","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","855960","","","","0" +"2010","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","171180","","","","0" +"2010","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","3158837","","","","0" +"2010","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2173450","","","","0" +"2010","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","980500","","","","0" +"2010","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","4887","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3646420","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","855960","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2630500","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","1987000","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","643500","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","493220","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","11220","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","482000","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","337000","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","46337","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","46337","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2010","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","4887","","","","0" +"2010","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","13390283","","","","0" +"2010","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","882910","","","","0" +"2010","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","805770","","","","0" +"2010","Alberta","2016A000248","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v105775414","10.1.5","","..","","","0" +"2010","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","11701603","","","","0" +"2010","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","7799585","","","","0" +"2010","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","3620980","","","","0" +"2010","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","281038","","","","0" +"2010","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","1905600","","","","0" +"2010","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","12500","","","","0" +"2010","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","900","","","","0" +"2010","Alberta","2016A000248","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v105775415","10.2.5","","..","","","0" +"2010","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1892200","","","","0" +"2010","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1401000","","","","0" +"2010","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","486400","","","","0" +"2010","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","4800","","","","0" +"2010","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","9497868","","","","0" +"2010","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","870410","","","","0" +"2010","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","741870","","","","0" +"2010","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","7885588","","","","0" +"2010","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","5791325","","","","0" +"2010","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","2003400","","","","0" +"2010","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","90863","","","","0" +"2010","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","1986815","","","","0" +"2010","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","63000","","","","0" +"2010","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","1923815","","","","0" +"2010","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","607260","","","","0" +"2010","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1131180","","","","0" +"2010","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","185375","","","","0" +"2010","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","15588826","","","","0" +"2010","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","13201771","","","","0" +"2010","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","105900","","","","0" +"2010","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","2281155","","","","0" +"2010","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","897250","","","","0" +"2010","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","1343380","","","","0" +"2010","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","40525","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","11841577","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","10762102","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","1079475","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","","..","","","0" +"2010","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","1043000","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","36475","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","1397659","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","924259","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","105900","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","367500","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","184500","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","183000","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","","..","","","0" +"2010","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2349590","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1515410","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","834180","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","712750","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","117380","","","","0" +"2010","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","4050","","","","0" +"2010","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","112190","","","","0" +"2010","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","77900","","","","0" +"2010","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","810","","","","0" +"2010","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","33480","","","","0" +"2010","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","33480","","","","0" +"2010","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","102410","","","","0" +"2010","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","76600","","","","0" +"2010","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","810","","","","0" +"2010","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","25000","","","","0" +"2010","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","25000","","","","0" +"2010","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","9780","","","","0" +"2010","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","1300","","","","0" +"2010","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","8480","","","","0" +"2010","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","8480","","","","0" +"2010","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","182698","","","","0" +"2010","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","55700","","","","0" +"2010","Northwest Territories","2016A000261","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v105775416","13.1.3","","..","","","0" +"2010","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","126998","","","","0" +"2010","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","19500","","","","0" +"2010","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","107498","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","88418","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","55700","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","32718","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","","..","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","32718","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","1580","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","1580","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","1580","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","92700","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v105775417","13.4.3","","..","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","92700","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2010","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","73200","","","","0" +"2010","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","54275","","","","0" +"2010","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","54275","","","","0" +"2010","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","54275","","","","0" +"2010","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","54275","","","","0" +"2010","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","54275","","","","0" +"2010","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","54275","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","130671821","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","75403484","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","4476709","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","143612","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","50628016","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","24732978","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","13345000","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","11746501","","","","0" +"2011","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","803537","","","","0" +"2011","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","94070930","","","","0" +"2011","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","66816485","","","","0" +"2011","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","633430","","","","0" +"2011","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","58612","","","","0" +"2011","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","26562403","","","","0" +"2011","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","13325739","","","","0" +"2011","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","8335000","","","","0" +"2011","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","4547550","","","","0" +"2011","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","354114","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","27691677","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","3500229","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","3779679","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775408","1.3.5","85000","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","20306769","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","9476390","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","5010000","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","5679051","","","","0" +"2011","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","141328","","","","0" +"2011","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","8909214","","","","0" +"2011","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5086770","","","","0" +"2011","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","63600","","","","0" +"2011","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","3758844","","","","0" +"2011","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","1930849","","","","0" +"2011","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1519900","","","","0" +"2011","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","308095","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7397803","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6788700","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","27000","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","582103","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","513800","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","25303","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6959523","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6444220","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","515303","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","","..","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","25303","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","296930","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","246130","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","27000","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v105775409","2.3.6","23800","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v105775410","2.3.7","23800","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","141350","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","98350","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","43000","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2011","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","","..","","","0" +"2011","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","280660","","","","0" +"2011","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","163560","","","","0" +"2011","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","117100","","","","0" +"2011","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","67100","","","","0" +"2011","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","50000","","","","0" +"2011","Prince Edward Island","2016A000211","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v87184282","3.1.10","","..","","","0" +"2011","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","52560","","","","0" +"2011","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","52560","","","","0" +"2011","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","228100","","","","0" +"2011","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","111000","","","","0" +"2011","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","117100","","","","0" +"2011","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","67100","","","","0" +"2011","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","50000","","","","0" +"2011","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2579365","","","","0" +"2011","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","375580","","","","0" +"2011","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","177360","","","","0" +"2011","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2011","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","2006425","","","","0" +"2011","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1686125","","","","0" +"2011","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320300","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","","..","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","","..","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2530605","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","370580","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","177360","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1962665","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1642365","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320300","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","48760","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","5000","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","43760","","","","0" +"2011","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","43760","","","","0" +"2011","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4630088","","","","0" +"2011","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","950550","","","","0" +"2011","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","150000","","","","0" +"2011","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","3529538","","","","0" +"2011","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","2067700","","","","0" +"2011","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","680000","","","","0" +"2011","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","779000","","","","0" +"2011","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","2838","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","3972788","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","902950","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","","..","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","3069838","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1858000","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","680000","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","529000","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","2838","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","547600","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","47600","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","150000","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","350000","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","100000","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","250000","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v105775411","5.3.10","","..","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","109700","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","","..","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","109700","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","109700","","","","0" +"2011","New Brunswick","2016A000213","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v105775412","5.4.10","","..","","","0" +"2011","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","41749225","","","","0" +"2011","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","38183753","","","","0" +"2011","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","1119900","","","","0" +"2011","Quebec","2016A000224","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v110824692","6.1.5","","..","","","0" +"2011","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","2445572","","","","0" +"2011","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","370579","","","","0" +"2011","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","675000","","","","0" +"2011","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","1268250","","","","0" +"2011","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","131743","","","","0" +"2011","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","36585209","","","","0" +"2011","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","34517266","","","","0" +"2011","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","354600","","","","0" +"2011","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","1713343","","","","0" +"2011","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","31000","","","","0" +"2011","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","675000","","","","0" +"2011","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","881200","","","","0" +"2011","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","126143","","","","0" +"2011","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","1920837","","","","0" +"2011","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","498287","","","","0" +"2011","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","765300","","","","0" +"2011","Quebec","2016A000224","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v110824693","6.3.5","","..","","","0" +"2011","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","657250","","","","0" +"2011","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","264600","","","","0" +"2011","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","387050","","","","0" +"2011","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","5600","","","","0" +"2011","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3243179","","","","0" +"2011","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3168200","","","","0" +"2011","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","74979","","","","0" +"2011","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","74979","","","","0" +"2011","Quebec","2016A000224","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v110824694","6.4.10","","..","","","0" +"2011","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","35586464","","","","0" +"2011","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","8428228","","","","0" +"2011","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","1677249","","","","0" +"2011","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","143612","","","","0" +"2011","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","25337375","","","","0" +"2011","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","9097819","","","","0" +"2011","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","11990000","","","","0" +"2011","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","4135611","","","","0" +"2011","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","113945","","","","0" +"2011","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","23285848","","","","0" +"2011","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7118577","","","","0" +"2011","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","64600","","","","0" +"2011","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","58612","","","","0" +"2011","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","16044059","","","","0" +"2011","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","7305169","","","","0" +"2011","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2011","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","1714610","","","","0" +"2011","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","44280","","","","0" +"2011","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","11480716","","","","0" +"2011","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","1009841","","","","0" +"2011","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","1612049","","","","0" +"2011","Ontario","2016A000235","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775413","7.3.5","85000","","","","0" +"2011","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","8773826","","","","0" +"2011","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1522700","","","","0" +"2011","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","5010000","","","","0" +"2011","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","2206301","","","","0" +"2011","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","34825","","","","0" +"2011","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","819900","","","","0" +"2011","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","299810","","","","0" +"2011","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2011","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","519490","","","","0" +"2011","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","269950","","","","0" +"2011","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","214700","","","","0" +"2011","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","34840","","","","0" +"2011","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","5693090","","","","0" +"2011","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5054210","","","","0" +"2011","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","103950","","","","0" +"2011","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","534930","","","","0" +"2011","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","283320","","","","0" +"2011","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","241240","","","","0" +"2011","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","10370","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5533390","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5054210","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","479180","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","227570","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","241240","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","10370","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","103950","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","103950","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","55750","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","55750","","","","0" +"2011","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","55750","","","","0" +"2011","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","4193357","","","","0" +"2011","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","855960","","","","0" +"2011","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","159960","","","","0" +"2011","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","3177437","","","","0" +"2011","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2173450","","","","0" +"2011","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","999100","","","","0" +"2011","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","4887","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3665020","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","855960","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2649100","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","1987000","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","662100","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","482000","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","","..","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","482000","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","337000","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","46337","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","46337","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2011","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","4887","","","","0" +"2011","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","13073087","","","","0" +"2011","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","943541","","","","0" +"2011","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","742020","","","","0" +"2011","Alberta","2016A000248","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v105775414","10.1.5","","..","","","0" +"2011","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","11387526","","","","0" +"2011","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","7557625","","","","0" +"2011","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","3543120","","","","0" +"2011","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","286781","","","","0" +"2011","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","1917600","","","","0" +"2011","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","12500","","","","0" +"2011","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","900","","","","0" +"2011","Alberta","2016A000248","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v105775415","10.2.5","","..","","","0" +"2011","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1904200","","","","0" +"2011","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1427000","","","","0" +"2011","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","472400","","","","0" +"2011","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","4800","","","","0" +"2011","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","9171749","","","","0" +"2011","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","931041","","","","0" +"2011","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","678120","","","","0" +"2011","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","7562588","","","","0" +"2011","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","5526325","","","","0" +"2011","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","1945400","","","","0" +"2011","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","90863","","","","0" +"2011","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","1983738","","","","0" +"2011","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","63000","","","","0" +"2011","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","1920738","","","","0" +"2011","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","604300","","","","0" +"2011","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1125320","","","","0" +"2011","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","191118","","","","0" +"2011","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","15122997","","","","0" +"2011","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","13672762","","","","0" +"2011","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","154900","","","","0" +"2011","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","1295335","","","","0" +"2011","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","915460","","","","0" +"2011","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","347380","","","","0" +"2011","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","32495","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","11836647","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","11761202","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v110824695","11.2.3","","..","","","0" +"2011","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","75445","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","","..","","","0" +"2011","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","47000","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","28445","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","918550","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","396150","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","154900","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","367500","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","184500","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","183000","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","","..","","","0" +"2011","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2367800","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1515410","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","852390","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","730960","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","117380","","","","0" +"2011","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","4050","","","","0" +"2011","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","128770","","","","0" +"2011","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","94500","","","","0" +"2011","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","810","","","","0" +"2011","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","33460","","","","0" +"2011","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","33460","","","","0" +"2011","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","119710","","","","0" +"2011","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","93900","","","","0" +"2011","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","810","","","","0" +"2011","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","25000","","","","0" +"2011","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","25000","","","","0" +"2011","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","9060","","","","0" +"2011","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","600","","","","0" +"2011","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","8460","","","","0" +"2011","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","8460","","","","0" +"2011","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","182640","","","","0" +"2011","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","55700","","","","0" +"2011","Northwest Territories","2016A000261","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v105775416","13.1.3","","..","","","0" +"2011","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","126940","","","","0" +"2011","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","19500","","","","0" +"2011","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","107440","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","88360","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","55700","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","32660","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","","..","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","32660","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","1580","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","1580","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","1580","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","92700","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v105775417","13.4.3","","..","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","92700","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2011","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","73200","","","","0" +"2011","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","54275","","","","0" +"2011","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","54275","","","","0" +"2011","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","54275","","","","0" +"2011","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","54275","","","","0" +"2011","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","54275","","","","0" +"2011","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","54275","","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","","..","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","","..","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","","..","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","","..","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","","..","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","","..","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","","..","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","","..","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","","..","","","0" +"2012","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775408","1.3.5","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851070","1.4.5","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","","..","","","0" +"2012","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v105775409","2.3.6","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v105775410","2.3.7","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","","..","","","0" +"2012","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","","..","","","0" +"2012","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","","..","","","0" +"2012","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","","..","","","0" +"2012","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","","..","","","0" +"2012","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","","..","","","0" +"2012","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","","..","","","0" +"2012","Prince Edward Island","2016A000211","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v87184282","3.1.10","","..","","","0" +"2012","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","","..","","","0" +"2012","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","","..","","","0" +"2012","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","","..","","","0" +"2012","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","","..","","","0" +"2012","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","","..","","","0" +"2012","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","","..","","","0" +"2012","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","","..","","","0" +"2012","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","","..","","","0" +"2012","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","","..","","","0" +"2012","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","","..","","","0" +"2012","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","","..","","","0" +"2012","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","","..","","","0" +"2012","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","","..","","","0" +"2012","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","","..","","","0" +"2012","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","","..","","","0" +"2012","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","","..","","","0" +"2012","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","","..","","","0" +"2012","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","","..","","","0" +"2012","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","","..","","","0" +"2012","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","","..","","","0" +"2012","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","","..","","","0" +"2012","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","","..","","","0" +"2012","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v105775411","5.3.10","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","","..","","","0" +"2012","New Brunswick","2016A000213","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v105775412","5.4.10","","..","","","0" +"2012","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","","..","","","0" +"2012","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","","..","","","0" +"2012","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","","..","","","0" +"2012","Quebec","2016A000224","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v110824692","6.1.5","","..","","","0" +"2012","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","","..","","","0" +"2012","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","","..","","","0" +"2012","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","","..","","","0" +"2012","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","","..","","","0" +"2012","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v110824693","6.3.5","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","","..","","","0" +"2012","Quebec","2016A000224","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v110824694","6.4.10","","..","","","0" +"2012","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","","..","","","0" +"2012","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","","..","","","0" +"2012","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","","..","","","0" +"2012","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","","..","","","0" +"2012","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","","..","","","0" +"2012","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","","..","","","0" +"2012","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","","..","","","0" +"2012","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","","..","","","0" +"2012","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775413","7.3.5","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851071","7.4.5","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","","..","","","0" +"2012","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","","..","","","0" +"2012","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","","..","","","0" +"2012","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","","..","","","0" +"2012","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","","..","","","0" +"2012","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","","..","","","0" +"2012","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","","..","","","0" +"2012","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","","..","","","0" +"2012","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","","..","","","0" +"2012","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","","..","","","0" +"2012","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","","..","","","0" +"2012","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","","..","","","0" +"2012","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","","..","","","0" +"2012","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","","..","","","0" +"2012","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","","..","","","0" +"2012","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","","..","","","0" +"2012","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","","..","","","0" +"2012","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","","..","","","0" +"2012","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","","..","","","0" +"2012","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","","..","","","0" +"2012","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","","..","","","0" +"2012","Alberta","2016A000248","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v105775414","10.1.5","","..","","","0" +"2012","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","","..","","","0" +"2012","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","","..","","","0" +"2012","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","","..","","","0" +"2012","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v105775415","10.2.5","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v120851072","10.3.5","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","","..","","","0" +"2012","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","","..","","","0" +"2012","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","","..","","","0" +"2012","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","","..","","","0" +"2012","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","","..","","","0" +"2012","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","","..","","","0" +"2012","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","","..","","","0" +"2012","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","","..","","","0" +"2012","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v110824695","11.2.3","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","","..","","","0" +"2012","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","","..","","","0" +"2012","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","","..","","","0" +"2012","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","","..","","","0" +"2012","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","","..","","","0" +"2012","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","","..","","","0" +"2012","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","","..","","","0" +"2012","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","","..","","","0" +"2012","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","","..","","","0" +"2012","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","","..","","","0" +"2012","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","","..","","","0" +"2012","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","","..","","","0" +"2012","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","","..","","","0" +"2012","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","","..","","","0" +"2012","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","","..","","","0" +"2012","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","","..","","","0" +"2012","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","","..","","","0" +"2012","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","","..","","","0" +"2012","Northwest Territories","2016A000261","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v105775416","13.1.3","","..","","","0" +"2012","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","","..","","","0" +"2012","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","","..","","","0" +"2012","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v105775417","13.4.3","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","","..","","","0" +"2012","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","","..","","","0" +"2012","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","","..","","","0" +"2012","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","","..","","","0" +"2012","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","","..","","","0" +"2012","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","","..","","","0" +"2012","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","","..","","","0" +"2012","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","","..","","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","130922302","","r","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","76520368","","r","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","6716982","","r","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","171112","","r","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","47493840","","r","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","20589158","","r","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","14033000","","r","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","11949596","","r","","0" +"2013","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","922086","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","89708574","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","66945364","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","880030","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","58612","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","21824568","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","9252729","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","7685000","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","4531140","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","355699","","","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","31899040","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4289494","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","5836352","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775408","1.3.5","112500","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","21640694","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","9245665","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","6348000","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","5797551","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","249478","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","9314688","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5285510","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","600","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851070","1.4.5","","..","","","0" +"2013","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","4028578","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","2090764","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1620905","","r","","0" +"2013","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","316909","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7420738","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6781050","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","54000","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","585688","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2013","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","52688","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6960508","","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6444220","","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","516288","","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","","..","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","26288","","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","292480","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","238480","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","54000","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v105775409","2.3.6","","..","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v105775410","2.3.7","","..","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","167750","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","98350","","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","69400","","r","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2013","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","26400","","r","","0" +"2013","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","280660","","r","","0" +"2013","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","163560","","","","0" +"2013","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","117100","","r","","0" +"2013","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","67100","","r","","0" +"2013","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","50000","","","","0" +"2013","Prince Edward Island","2016A000211","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v87184282","3.1.10","","..","","","0" +"2013","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","52560","","","","0" +"2013","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","52560","","","","0" +"2013","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","228100","","r","","0" +"2013","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","111000","","","","0" +"2013","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","117100","","r","","0" +"2013","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","67100","","r","","0" +"2013","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","50000","","","","0" +"2013","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2649715","","r","","0" +"2013","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","370580","","r","","0" +"2013","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","289010","","r","","0" +"2013","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2013","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","1970125","","r","","0" +"2013","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1650125","","r","","0" +"2013","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320000","","r","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","","..","","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","","..","","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2605955","","r","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","370580","","","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","289010","","r","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1926365","","r","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1606365","","r","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320000","","r","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","43760","","r","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","","..","","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","43760","","","","0" +"2013","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","43760","","","","0" +"2013","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4282388","","r","","0" +"2013","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","950550","","","","0" +"2013","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","195000","","r","","0" +"2013","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","3136838","","r","","0" +"2013","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","1652000","","r","","0" +"2013","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","705000","","","","0" +"2013","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","777000","","","","0" +"2013","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","2838","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","3679788","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","902950","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","","..","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","2776838","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1540000","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","705000","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","529000","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","2838","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","490600","","r","","0" +"2013","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","47600","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","195000","","r","","0" +"2013","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","248000","","r","","0" +"2013","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","","..","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","248000","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v105775411","5.3.10","","..","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","112000","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","","..","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","112000","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","112000","","","","0" +"2013","New Brunswick","2016A000213","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v105775412","5.4.10","","..","","","0" +"2013","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","42404078","","r","","0" +"2013","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","38584303","","r","","0" +"2013","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","1971588","","r","","0" +"2013","Quebec","2016A000224","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v110824692","6.1.5","","..","","","0" +"2013","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","1848187","","r","","0" +"2013","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","444194","","r","","0" +"2013","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","","..","","","0" +"2013","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","1272250","","","","0" +"2013","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","131743","","","","0" +"2013","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","35654009","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","34516666","","","","0" +"2013","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","99000","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","1038343","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","31000","","","","0" +"2013","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","","..","","","0" +"2013","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","881200","","","","0" +"2013","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","126143","","","","0" +"2013","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","3238775","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","674437","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","1872588","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v110824693","6.3.5","","..","","","0" +"2013","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","691750","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","295100","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","391050","","","","0" +"2013","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","5600","","","","0" +"2013","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3511294","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3393200","","","","0" +"2013","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","118094","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","118094","","r","","0" +"2013","Quebec","2016A000224","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v110824694","6.4.10","","..","","","0" +"2013","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","34358823","","r","","0" +"2013","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","8424297","","r","","0" +"2013","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","2201439","","r","","0" +"2013","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","171112","","r","","0" +"2013","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","23561975","","r","","0" +"2013","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","5413119","","r","","0" +"2013","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","13328000","","r","","0" +"2013","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","4733311","","r","","0" +"2013","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","87545","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","19966467","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7149196","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","424600","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","58612","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","12334059","","","","0" +"2013","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","3595169","","","","0" +"2013","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2013","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","1714610","","","","0" +"2013","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","44280","","","","0" +"2013","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","13561256","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","996491","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","1776239","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775413","7.3.5","112500","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","10676026","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1489600","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","6348000","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","2803601","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","34825","","","","0" +"2013","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","831100","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","278610","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2013","Ontario","2016A000235","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851071","7.4.5","","..","","","0" +"2013","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","551890","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","328350","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","215100","","r","","0" +"2013","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","8440","","r","","0" +"2013","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","6008380","","r","","0" +"2013","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5269270","","r","","0" +"2013","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","241950","","r","","0" +"2013","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","497160","","r","","0" +"2013","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","245160","","r","","0" +"2013","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","241630","","","","0" +"2013","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","10370","","","","0" +"2013","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5744430","","r","","0" +"2013","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5269270","","r","","0" +"2013","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","475160","","","","0" +"2013","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","223160","","","","0" +"2013","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","241630","","","","0" +"2013","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","10370","","","","0" +"2013","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","241950","","r","","0" +"2013","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","241950","","r","","0" +"2013","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","22000","","r","","0" +"2013","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","22000","","r","","0" +"2013","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","22000","","r","","0" +"2013","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","4125977","","r","","0" +"2013","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","865960","","","","0" +"2013","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","171180","","r","","0" +"2013","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","3088837","","","","0" +"2013","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2103450","","","","0" +"2013","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","980500","","","","0" +"2013","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","4887","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3586420","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","865960","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2560500","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","1917000","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","643500","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","493220","","r","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","11220","","r","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","482000","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","337000","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","46337","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","46337","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2013","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","4887","","","","0" +"2013","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","12821027","","r","","0" +"2013","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","896952","","r","","0" +"2013","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","1038745","","r","","0" +"2013","Alberta","2016A000248","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v105775414","10.1.5","","..","","","0" +"2013","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","10885330","","r","","0" +"2013","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","7422700","","r","","0" +"2013","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","3073405","","r","","0" +"2013","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","389225","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","1935300","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","22000","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","900","","","","0" +"2013","Alberta","2016A000248","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v105775415","10.2.5","","..","","","0" +"2013","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1912400","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1433400","","","","0" +"2013","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","474200","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","4800","","","","0" +"2013","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","8867760","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","874952","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","1037845","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v120851072","10.3.5","","..","","","0" +"2013","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","6954963","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","5392000","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","1372900","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","190063","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","2017967","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","","..","","","0" +"2013","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","2017967","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","597300","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1226305","","r","","0" +"2013","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","194362","","r","","0" +"2013","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","16201011","","r","","0" +"2013","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","14227206","","r","","0" +"2013","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","389700","","r","","0" +"2013","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","1584105","","r","","0" +"2013","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","1101310","","r","","0" +"2013","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","439000","","r","","0" +"2013","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","43795","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","11866747","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","11625502","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v110824695","11.2.3","142200","","","","0" +"2013","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","99045","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","23000","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","47000","","","","0" +"2013","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","29045","","","","0" +"2013","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","1868284","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","1086354","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","247500","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","534430","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","250500","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","275000","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","8930","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2465980","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1515350","","","","0" +"2013","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","950630","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","827810","","r","","0" +"2013","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","117000","","","","0" +"2013","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","5820","","r","","0" +"2013","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","128770","","","","0" +"2013","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","94500","","","","0" +"2013","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","810","","","","0" +"2013","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","33460","","","","0" +"2013","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","33460","","","","0" +"2013","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","119710","","","","0" +"2013","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","93900","","","","0" +"2013","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","810","","","","0" +"2013","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","25000","","","","0" +"2013","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","25000","","","","0" +"2013","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","9060","","","","0" +"2013","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","600","","","","0" +"2013","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","8460","","","","0" +"2013","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","8460","","","","0" +"2013","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","186460","","r","","0" +"2013","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","55700","","","","0" +"2013","Northwest Territories","2016A000261","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v105775416","13.1.3","","..","","","0" +"2013","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","130760","","r","","0" +"2013","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","19500","","","","0" +"2013","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","111260","","r","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","88360","","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","55700","","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","32660","","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","","..","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","32660","","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","1600","","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","1600","","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","1600","","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","96500","","r","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v105775417","13.4.3","","..","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","96500","","r","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2013","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","77000","","r","","0" +"2013","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","54275","","","","0" +"2013","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","54275","","","","0" +"2013","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","54275","","","","0" +"2013","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","54275","","","","0" +"2013","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","54275","","","","0" +"2013","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","54275","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","135088014","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","78570149","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","8495912","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","264659","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","47737294","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","21068218","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","14033000","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","11692141","","","","0" +"2014","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","943935","","","","0" +"2014","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","90411787","","","","0" +"2014","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","69106144","","","","0" +"2014","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","976520","","","","0" +"2014","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","23125","","","","0" +"2014","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","20305998","","","","0" +"2014","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","8764709","","","","0" +"2014","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","7685000","","","","0" +"2014","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","3474910","","","","0" +"2014","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","381379","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","35247539","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4221922","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","7509592","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775408","1.3.5","240777","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","23255248","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","10175445","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","6348000","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","6475526","","","","0" +"2014","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","256277","","","","0" +"2014","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","9428688","","","","0" +"2014","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5242083","","","","0" +"2014","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","9800","","","","0" +"2014","Canada","2016A000011124","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851070","1.4.5","757","","","","0" +"2014","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","4176048","","","","0" +"2014","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","2128064","","","","0" +"2014","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1741705","","","","0" +"2014","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","306279","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7405664","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6759905","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","54390","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","591369","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","58369","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6945914","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6423945","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","521969","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","","..","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","31969","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","292000","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","237610","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","54390","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v105775409","2.3.6","","..","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v105775410","2.3.7","","..","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","167750","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","98350","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","69400","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2014","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","26400","","","","0" +"2014","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","320660","","","","0" +"2014","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","203560","","","","0" +"2014","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","117100","","","","0" +"2014","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","67100","","","","0" +"2014","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","50000","","","","0" +"2014","Prince Edward Island","2016A000211","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v87184282","3.1.10","","..","","","0" +"2014","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","95560","","","","0" +"2014","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","95560","","","","0" +"2014","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","225100","","","","0" +"2014","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","108000","","","","0" +"2014","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","117100","","","","0" +"2014","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","67100","","","","0" +"2014","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","50000","","","","0" +"2014","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2712235","","","","0" +"2014","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","370800","","","","0" +"2014","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","351310","","","","0" +"2014","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2014","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","1970125","","","","0" +"2014","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1650125","","","","0" +"2014","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320000","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","","..","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","","..","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2668475","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","370800","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","351310","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1926365","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1606365","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320000","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","43760","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","","..","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","43760","","","","0" +"2014","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","43760","","","","0" +"2014","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4501488","","","","0" +"2014","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","950050","","","","0" +"2014","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","294000","","","","0" +"2014","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","3257438","","","","0" +"2014","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","1832000","","","","0" +"2014","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","705000","","","","0" +"2014","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","717000","","","","0" +"2014","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","3438","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","3679288","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","902450","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","","..","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","2776838","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1540000","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","705000","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","529000","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","2838","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","709600","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","47600","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","294000","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","368000","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","180000","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","188000","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v105775411","5.3.10","","..","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","112600","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","","..","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","112600","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","112000","","","","0" +"2014","New Brunswick","2016A000213","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v105775412","5.4.10","600","","","","0" +"2014","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","44151283","","","","0" +"2014","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","40054685","","","","0" +"2014","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","2766138","","","","0" +"2014","Quebec","2016A000224","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v110824692","6.1.5","","..","","","0" +"2014","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","1330460","","","","0" +"2014","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","426389","","","","0" +"2014","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","","..","","","0" +"2014","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","771200","","","","0" +"2014","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","132871","","","","0" +"2014","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","36880651","","","","0" +"2014","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","36158180","","","","0" +"2014","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","153000","","","","0" +"2014","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","569471","","","","0" +"2014","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","31000","","","","0" +"2014","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","","..","","","0" +"2014","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","411200","","","","0" +"2014","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","127271","","","","0" +"2014","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","3786775","","","","0" +"2014","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","512187","","","","0" +"2014","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","2613138","","","","0" +"2014","Quebec","2016A000224","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v110824693","6.3.5","","..","","","0" +"2014","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","661450","","","","0" +"2014","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","295850","","","","0" +"2014","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","360000","","","","0" +"2014","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","5600","","","","0" +"2014","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3483857","","","","0" +"2014","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3384318","","","","0" +"2014","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","99539","","","","0" +"2014","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","99539","","","","0" +"2014","Quebec","2016A000224","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v110824694","6.4.10","","..","","","0" +"2014","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","35322314","","","","0" +"2014","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","8860491","","","","0" +"2014","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","2711129","","","","0" +"2014","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","263659","","","","0" +"2014","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","23487035","","","","0" +"2014","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","5233884","","","","0" +"2014","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","13328000","","","","0" +"2014","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","4692911","","","","0" +"2014","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","232240","","","","0" +"2014","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","19270436","","","","0" +"2014","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7582607","","","","0" +"2014","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","424090","","","","0" +"2014","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","22125","","","","0" +"2014","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","11241614","","","","0" +"2014","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","3084169","","","","0" +"2014","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2014","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","1134410","","","","0" +"2014","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","43035","","","","0" +"2014","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","15160411","","","","0" +"2014","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","1033819","","","","0" +"2014","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","2286439","","","","0" +"2014","Ontario","2016A000235","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775413","7.3.5","240777","","","","0" +"2014","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","11599376","","","","0" +"2014","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1817650","","","","0" +"2014","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","6348000","","","","0" +"2014","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","3392601","","","","0" +"2014","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","41125","","","","0" +"2014","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","891467","","","","0" +"2014","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","244065","","","","0" +"2014","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2014","Ontario","2016A000235","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851071","7.4.5","757","","","","0" +"2014","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","646045","","","","0" +"2014","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","332065","","","","0" +"2014","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","165900","","","","0" +"2014","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","148080","","","","0" +"2014","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","6204160","","","","0" +"2014","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5395100","","","","0" +"2014","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","258450","","","","0" +"2014","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","550610","","","","0" +"2014","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","272640","","","","0" +"2014","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","267600","","","","0" +"2014","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","10370","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5901710","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5395100","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","506610","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","228640","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","267600","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","10370","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","258450","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","258450","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","44000","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","44000","","","","0" +"2014","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","44000","","","","0" +"2014","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","4133221","","","","0" +"2014","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","868360","","","","0" +"2014","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","197580","","","","0" +"2014","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","3067281","","","","0" +"2014","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2100950","","","","0" +"2014","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","950500","","","","0" +"2014","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","15831","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3556320","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","868360","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2528000","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","1914500","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","613500","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","519620","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","37620","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","482000","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","337000","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","57281","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","57281","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2014","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","15831","","","","0" +"2014","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","13908958","","","","0" +"2014","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","1135452","","","","0" +"2014","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","1160645","","","","0" +"2014","Alberta","2016A000248","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v105775414","10.1.5","1000","","","","0" +"2014","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","11611861","","","","0" +"2014","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","7970280","","","","0" +"2014","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","3423430","","","","0" +"2014","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","218151","","","","0" +"2014","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","1943800","","","","0" +"2014","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","9500","","","","0" +"2014","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","900","","","","0" +"2014","Alberta","2016A000248","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v105775415","10.2.5","1000","","","","0" +"2014","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1932400","","","","0" +"2014","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1453400","","","","0" +"2014","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","474200","","","","0" +"2014","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","4800","","","","0" +"2014","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","9915091","","","","0" +"2014","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","1125952","","","","0" +"2014","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","1159745","","","","0" +"2014","Alberta","2016A000248","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v120851072","10.3.5","","..","","","0" +"2014","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","7629394","","","","0" +"2014","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","5887480","","","","0" +"2014","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","1552925","","","","0" +"2014","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","188989","","","","0" +"2014","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","2050067","","","","0" +"2014","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","","..","","","0" +"2014","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","2050067","","","","0" +"2014","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","629400","","","","0" +"2014","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1396305","","","","0" +"2014","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","24362","","","","0" +"2014","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","16041738","","","","0" +"2014","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","14025106","","","","0" +"2014","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","488700","","","","0" +"2014","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","1527932","","","","0" +"2014","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","1024850","","","","0" +"2014","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","437000","","","","0" +"2014","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","66082","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","11874748","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","11616402","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v110824695","11.2.3","142200","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","116146","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","23000","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","45000","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","48146","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","1699784","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","893354","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","346500","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","459930","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","176000","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","275000","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","8930","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2467206","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1515350","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","951856","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","825850","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","117000","","","","0" +"2014","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","9006","","","","0" +"2014","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","129150","","","","0" +"2014","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","94500","","","","0" +"2014","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","810","","","","0" +"2014","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","33840","","","","0" +"2014","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","33840","","","","0" +"2014","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","119710","","","","0" +"2014","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","93900","","","","0" +"2014","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","810","","","","0" +"2014","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","25000","","","","0" +"2014","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","25000","","","","0" +"2014","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","9440","","","","0" +"2014","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","600","","","","0" +"2014","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","8840","","","","0" +"2014","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","8840","","","","0" +"2014","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","202868","","","","0" +"2014","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","55700","","","","0" +"2014","Northwest Territories","2016A000261","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v105775416","13.1.3","9200","","","","0" +"2014","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","137968","","","","0" +"2014","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","19500","","","","0" +"2014","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","118468","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","89375","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","55700","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","33675","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","","..","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","33675","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","2793","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","2793","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","2793","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","110700","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v105775417","13.4.3","9200","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","101500","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2014","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","82000","","","","0" +"2014","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","54275","","","","0" +"2014","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","54275","","","","0" +"2014","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","54275","","","","0" +"2014","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","54275","","","","0" +"2014","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","54275","","","","0" +"2014","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","54275","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","141396648","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","79213900","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","11128205","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","1874745","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","49159798","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","21293778","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","14033000","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","12724685","","","","0" +"2015","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","1108335","","","","0" +"2015","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","92124316","","","","0" +"2015","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","69710794","","","","0" +"2015","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","1341920","","","","0" +"2015","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","652369","","","","0" +"2015","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","20419233","","","","0" +"2015","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","8823569","","","","0" +"2015","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","7685000","","","","0" +"2015","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","3497910","","","","0" +"2015","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","412754","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","39908339","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4233149","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","9776485","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775408","1.3.5","1220203","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","24658502","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","10308645","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","6348000","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","7649075","","","","0" +"2015","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","352782","","","","0" +"2015","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","9363993","","","","0" +"2015","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5269957","","","","0" +"2015","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","9800","","","","0" +"2015","Canada","2016A000011124","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851070","1.4.5","2173","","","","0" +"2015","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","4082063","","","","0" +"2015","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","2161564","","","","0" +"2015","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1577700","","","","0" +"2015","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","342799","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7405874","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6760115","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","54390","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","591369","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","58369","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6945914","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6423945","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","521969","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","","..","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","31969","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","292210","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","237820","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","54390","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v105775409","2.3.6","","..","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v105775410","2.3.7","","..","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","167750","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","98350","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","69400","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2015","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","26400","","","","0" +"2015","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","333160","","","","0" +"2015","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","203560","","","","0" +"2015","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","129600","","","","0" +"2015","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","79600","","","","0" +"2015","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","50000","","","","0" +"2015","Prince Edward Island","2016A000211","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v87184282","3.1.10","","..","","","0" +"2015","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","95560","","","","0" +"2015","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","95560","","","","0" +"2015","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","237600","","","","0" +"2015","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","108000","","","","0" +"2015","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","129600","","","","0" +"2015","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","79600","","","","0" +"2015","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","50000","","","","0" +"2015","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2895175","","","","0" +"2015","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","370800","","","","0" +"2015","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","534250","","","","0" +"2015","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2015","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","1970125","","","","0" +"2015","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1650125","","","","0" +"2015","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320000","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","","..","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","","..","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2851415","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","370800","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","534250","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1926365","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1606365","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320000","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","43760","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","","..","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","43760","","","","0" +"2015","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","43760","","","","0" +"2015","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4505188","","","","0" +"2015","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","951750","","","","0" +"2015","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","294000","","","","0" +"2015","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","3259438","","","","0" +"2015","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","1832000","","","","0" +"2015","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","705000","","","","0" +"2015","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","717000","","","","0" +"2015","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","5438","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","3679288","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","902450","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","","..","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","2776838","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1540000","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","705000","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","529000","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","2838","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","711300","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","49300","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","294000","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","368000","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","180000","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","188000","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v105775411","5.3.10","","..","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","114600","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","","..","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","114600","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","112000","","","","0" +"2015","New Brunswick","2016A000213","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v105775412","5.4.10","2600","","","","0" +"2015","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","44563588","","","","0" +"2015","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","40027835","","","","0" +"2015","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","3156978","","","","0" +"2015","Quebec","2016A000224","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v110824692","6.1.5","","..","","","0" +"2015","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","1378775","","","","0" +"2015","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","399389","","","","0" +"2015","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","","..","","","0" +"2015","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","794200","","","","0" +"2015","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","185186","","","","0" +"2015","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","36881151","","","","0" +"2015","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","36158180","","","","0" +"2015","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","153000","","","","0" +"2015","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","569971","","","","0" +"2015","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","31000","","","","0" +"2015","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","","..","","","0" +"2015","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","411200","","","","0" +"2015","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","127771","","","","0" +"2015","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","4170190","","","","0" +"2015","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","485337","","","","0" +"2015","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","3003978","","","","0" +"2015","Quebec","2016A000224","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v110824693","6.3.5","","..","","","0" +"2015","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","680875","","","","0" +"2015","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","268850","","","","0" +"2015","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","383000","","","","0" +"2015","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","29025","","","","0" +"2015","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3512247","","","","0" +"2015","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3384318","","","","0" +"2015","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","127929","","","","0" +"2015","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","99539","","","","0" +"2015","Quebec","2016A000224","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v110824694","6.4.10","28390","","","","0" +"2015","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","39284031","","","","0" +"2015","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","9022917","","","","0" +"2015","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","4467722","","","","0" +"2015","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","1872995","","","","0" +"2015","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","23920397","","","","0" +"2015","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","5223284","","","","0" +"2015","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","13328000","","","","0" +"2015","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","5134710","","","","0" +"2015","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","234403","","","","0" +"2015","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","20312620","","","","0" +"2015","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7713897","","","","0" +"2015","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","789640","","","","0" +"2015","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","651369","","","","0" +"2015","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","11157714","","","","0" +"2015","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","3084169","","","","0" +"2015","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2015","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","1049410","","","","0" +"2015","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","44135","","","","0" +"2015","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","18017204","","","","0" +"2015","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","1037081","","","","0" +"2015","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","3677482","","","","0" +"2015","Ontario","2016A000235","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775413","7.3.5","1219453","","","","0" +"2015","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","12083188","","","","0" +"2015","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1780350","","","","0" +"2015","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","6348000","","","","0" +"2015","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","3912650","","","","0" +"2015","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","42188","","","","0" +"2015","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","954207","","","","0" +"2015","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","271939","","","","0" +"2015","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2015","Ontario","2016A000235","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851071","7.4.5","2173","","","","0" +"2015","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","679495","","","","0" +"2015","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","358765","","","","0" +"2015","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","172650","","","","0" +"2015","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","148080","","","","0" +"2015","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","6219780","","","","0" +"2015","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5401860","","","","0" +"2015","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","258450","","","","0" +"2015","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","559470","","","","0" +"2015","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","281500","","","","0" +"2015","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","267600","","","","0" +"2015","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","10370","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5917330","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5401860","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","515470","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","237500","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","267600","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","10370","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","258450","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","258450","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","44000","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","44000","","","","0" +"2015","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","44000","","","","0" +"2015","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","4278015","","","","0" +"2015","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","867460","","","","0" +"2015","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","197580","","","","0" +"2015","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","3212975","","","","0" +"2015","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2135950","","","","0" +"2015","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","1058500","","","","0" +"2015","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","18525","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3698420","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","867460","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2671000","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","1949500","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","721500","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","519620","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","37620","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","482000","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","337000","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","59975","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","59975","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2015","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","18525","","","","0" +"2015","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","15009978","","","","0" +"2015","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","1219452","","","","0" +"2015","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","1462715","","","","0" +"2015","Alberta","2016A000248","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v105775414","10.1.5","1750","","","","0" +"2015","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","12326061","","","","0" +"2015","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","8170280","","","","0" +"2015","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","3863175","","","","0" +"2015","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","292606","","","","0" +"2015","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","1976800","","","","0" +"2015","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","27500","","","","0" +"2015","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","900","","","","0" +"2015","Alberta","2016A000248","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v105775415","10.2.5","1000","","","","0" +"2015","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1947400","","","","0" +"2015","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1468400","","","","0" +"2015","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","474200","","","","0" +"2015","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","4800","","","","0" +"2015","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","11150430","","","","0" +"2015","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","1191952","","","","0" +"2015","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","1461815","","","","0" +"2015","Alberta","2016A000248","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v120851072","10.3.5","750","","","","0" +"2015","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","8495913","","","","0" +"2015","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","6072480","","","","0" +"2015","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","2163425","","","","0" +"2015","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","260008","","","","0" +"2015","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","1882748","","","","0" +"2015","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","","..","","","0" +"2015","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","1882748","","","","0" +"2015","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","629400","","","","0" +"2015","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1225550","","","","0" +"2015","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","27798","","","","0" +"2015","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","16493413","","","","0" +"2015","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","14440696","","","","0" +"2015","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","488700","","","","0" +"2015","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","1564017","","","","0" +"2015","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","1031650","","","","0" +"2015","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","457000","","","","0" +"2015","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","75367","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","12333533","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","12065902","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v110824695","11.2.3","142200","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","125431","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","23000","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","45000","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","57431","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","1685874","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","859444","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","346500","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","479930","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","176000","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","295000","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","8930","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2474006","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1515350","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","958656","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","832650","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","117000","","","","0" +"2015","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","9006","","","","0" +"2015","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","130335","","","","0" +"2015","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","95315","","","","0" +"2015","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","660","","","","0" +"2015","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","34360","","","","0" +"2015","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","34360","","","","0" +"2015","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","119360","","","","0" +"2015","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","93900","","","","0" +"2015","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","660","","","","0" +"2015","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","24800","","","","0" +"2015","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","24800","","","","0" +"2015","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","10975","","","","0" +"2015","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","1415","","","","0" +"2015","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","9560","","","","0" +"2015","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","9560","","","","0" +"2015","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","203146","","","","0" +"2015","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","55700","","","","0" +"2015","Northwest Territories","2016A000261","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v105775416","13.1.3","9200","","","","0" +"2015","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","138246","","","","0" +"2015","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","19500","","","","0" +"2015","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","118746","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","89375","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","55700","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","33675","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","","..","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","33675","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","3071","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","3071","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","3071","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","110700","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v105775417","13.4.3","9200","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","101500","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2015","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","82000","","","","0" +"2015","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","74965","","","","0" +"2015","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","74965","","","","0" +"2015","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","74965","","","","0" +"2015","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","74965","","","","0" +"2015","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","74965","","","","0" +"2015","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","74965","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","144375482","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","80448736","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","11974153","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","2085908","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","49846685","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","21469335","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","14033000","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","13167708","","","","0" +"2016","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","1176642","","","","0" +"2016","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","93672886","","","","0" +"2016","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","70938912","","","","0" +"2016","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","1317410","","","","0" +"2016","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","744088","","","","0" +"2016","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","20672476","","","","0" +"2016","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","8954700","","","","0" +"2016","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","7685000","","","","0" +"2016","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","3613200","","","","0" +"2016","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","419576","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","41537207","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4386457","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","10646943","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775408","1.3.5","1338539","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","25145268","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","10405190","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","6348000","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","7977728","","","","0" +"2016","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","414350","","","","0" +"2016","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","9165389","","","","0" +"2016","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5123367","","","","0" +"2016","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","9800","","","","0" +"2016","Canada","2016A000011124","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851070","1.4.5","3281","","","","0" +"2016","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","4028941","","","","0" +"2016","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","2109445","","","","0" +"2016","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1576780","","","","0" +"2016","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","342716","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7404514","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6761915","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","54390","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","588209","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","55209","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6942754","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6423945","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","518809","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518007","2.2.9","","..","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","28809","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","292010","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","237620","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","54390","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v105775409","2.3.6","","..","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v105775410","2.3.7","","..","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","169750","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","100350","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","69400","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2016","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","26400","","","","0" +"2016","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","309660","","","","0" +"2016","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","203560","","","","0" +"2016","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","106100","","","","0" +"2016","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","57100","","","","0" +"2016","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","49000","","","","0" +"2016","Prince Edward Island","2016A000211","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v87184282","3.1.10","","..","","","0" +"2016","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","95560","","","","0" +"2016","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","95560","","","","0" +"2016","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","214100","","","","0" +"2016","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","108000","","","","0" +"2016","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","106100","","","","0" +"2016","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","57100","","","","0" +"2016","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","49000","","","","0" +"2016","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2959030","","","","0" +"2016","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","369880","","","","0" +"2016","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","596390","","","","0" +"2016","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2016","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","1972760","","","","0" +"2016","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1652760","","","","0" +"2016","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320000","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","6440","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","6440","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2926390","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","369880","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","589950","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1946560","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1626560","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320000","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","26200","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518043","4.4.2","","..","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","26200","","","","0" +"2016","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","26200","","","","0" +"2016","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4501530","","","","0" +"2016","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","967500","","","","0" +"2016","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","294000","","","","0" +"2016","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","3240030","","","","0" +"2016","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","1815700","","","","0" +"2016","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","705000","","","","0" +"2016","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","716730","","","","0" +"2016","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","2600","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","3676950","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","902950","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259662","5.2.3","","..","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","2774000","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1540000","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","705000","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","529000","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518055","5.2.10","","..","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","726280","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","64550","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","294000","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","367730","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518065","5.3.7","180000","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","187730","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v105775411","5.3.10","","..","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","98300","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518068","5.4.2","","..","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","98300","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","95700","","","","0" +"2016","New Brunswick","2016A000213","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v105775412","5.4.10","2600","","","","0" +"2016","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","45237967","","","","0" +"2016","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","40375318","","","","0" +"2016","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","3407673","","","","0" +"2016","Quebec","2016A000224","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v110824692","6.1.5","","..","","","0" +"2016","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","1454976","","","","0" +"2016","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","466280","","","","0" +"2016","Quebec","2016A000224","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518077","6.1.8","","..","","","0" +"2016","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","796200","","","","0" +"2016","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","192496","","","","0" +"2016","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","37232180","","","","0" +"2016","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","36497549","","","","0" +"2016","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","153750","","","","0" +"2016","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","580881","","","","0" +"2016","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","31000","","","","0" +"2016","Quebec","2016A000224","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518085","6.2.8","","..","","","0" +"2016","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","413200","","","","0" +"2016","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","136681","","","","0" +"2016","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","4392399","","","","0" +"2016","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","493451","","","","0" +"2016","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","3253923","","","","0" +"2016","Quebec","2016A000224","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v110824693","6.3.5","","..","","","0" +"2016","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","645025","","","","0" +"2016","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","234600","","","","0" +"2016","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","383000","","","","0" +"2016","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","27425","","","","0" +"2016","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3613388","","","","0" +"2016","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3384318","","","","0" +"2016","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","229070","","","","0" +"2016","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","200680","","","","0" +"2016","Quebec","2016A000224","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v110824694","6.4.10","28390","","","","0" +"2016","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","40130748","","","","0" +"2016","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","9104982","","","","0" +"2016","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","4950235","","","","0" +"2016","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","2084158","","","","0" +"2016","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","23991373","","","","0" +"2016","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","5272015","","","","0" +"2016","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","13328000","","","","0" +"2016","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","5139018","","","","0" +"2016","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","252340","","","","0" +"2016","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","20661920","","","","0" +"2016","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7815132","","","","0" +"2016","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","714040","","","","0" +"2016","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","743088","","","","0" +"2016","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","11389660","","","","0" +"2016","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","3211300","","","","0" +"2016","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2016","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","1141800","","","","0" +"2016","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","56560","","","","0" +"2016","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","18613493","","","","0" +"2016","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","1123461","","","","0" +"2016","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","4235595","","","","0" +"2016","Ontario","2016A000235","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775413","7.3.5","1337789","","","","0" +"2016","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","11916648","","","","0" +"2016","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1697950","","","","0" +"2016","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","6348000","","","","0" +"2016","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","3830998","","","","0" +"2016","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","39700","","","","0" +"2016","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","855335","","","","0" +"2016","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","166389","","","","0" +"2016","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2016","Ontario","2016A000235","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851071","7.4.5","3281","","","","0" +"2016","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","685065","","","","0" +"2016","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","362765","","","","0" +"2016","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","166220","","","","0" +"2016","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","156080","","","","0" +"2016","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","6219780","","","","0" +"2016","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5401860","","","","0" +"2016","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","258450","","","","0" +"2016","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","559470","","","","0" +"2016","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","281500","","","","0" +"2016","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","267600","","","","0" +"2016","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","10370","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5917330","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5401860","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","515470","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","237500","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","267600","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","10370","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","258450","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","258450","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","44000","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","44000","","","","0" +"2016","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","44000","","","","0" +"2016","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","4619322","","","","0" +"2016","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","867400","","","","0" +"2016","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","197580","","","","0" +"2016","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","3554342","","","","0" +"2016","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2135950","","","","0" +"2016","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","1403900","","","","0" +"2016","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","14492","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3716960","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","867400","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2689600","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","1949500","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","740100","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","846420","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","37620","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","808800","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","663800","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","55942","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","55942","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2016","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","14492","","","","0" +"2016","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","15315104","","","","0" +"2016","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","1219252","","","","0" +"2016","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","1499815","","","","0" +"2016","Alberta","2016A000248","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v105775414","10.1.5","1750","","","","0" +"2016","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","12594287","","","","0" +"2016","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","8287080","","","","0" +"2016","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","3944400","","","","0" +"2016","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","362807","","","","0" +"2016","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","2005700","","","","0" +"2016","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","27300","","","","0" +"2016","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","29800","","","","0" +"2016","Alberta","2016A000248","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v105775415","10.2.5","1000","","","","0" +"2016","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1947600","","","","0" +"2016","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1468400","","","","0" +"2016","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","474200","","","","0" +"2016","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","5000","","","","0" +"2016","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","11531186","","","","0" +"2016","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","1191952","","","","0" +"2016","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","1470015","","","","0" +"2016","Alberta","2016A000248","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v120851072","10.3.5","750","","","","0" +"2016","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","8868469","","","","0" +"2016","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","6287980","","","","0" +"2016","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","2248200","","","","0" +"2016","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","332289","","","","0" +"2016","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","1778218","","","","0" +"2016","Alberta","2016A000248","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517928","10.4.3","","..","","","0" +"2016","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","1778218","","","","0" +"2016","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","530700","","","","0" +"2016","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1222000","","","","0" +"2016","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","25518","","","","0" +"2016","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","17265226","","","","0" +"2016","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","15229614","","","","0" +"2016","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","502200","","","","0" +"2016","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","1533412","","","","0" +"2016","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","1010950","","","","0" +"2016","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","468360","","","","0" +"2016","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","54102","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","13129942","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","12853176","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v110824695","11.2.3","157200","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","119566","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","27000","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","47300","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","45266","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","1721728","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","904128","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","345000","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","472600","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","176000","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","295000","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","1600","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2413556","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1472310","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","941246","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","807950","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","126060","","","","0" +"2016","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","7236","","","","0" +"2016","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","131040","","","","0" +"2016","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","95315","","","","0" +"2016","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","660","","","","0" +"2016","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","35065","","","","0" +"2016","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","35065","","","","0" +"2016","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","119360","","","","0" +"2016","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","93900","","","","0" +"2016","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","660","","","","0" +"2016","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","24800","","","","0" +"2016","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","24800","","","","0" +"2016","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","11680","","","","0" +"2016","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","1415","","","","0" +"2016","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","10265","","","","0" +"2016","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","10265","","","","0" +"2016","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","203146","","","","0" +"2016","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","55700","","","","0" +"2016","Northwest Territories","2016A000261","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v105775416","13.1.3","9200","","","","0" +"2016","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","138246","","","","0" +"2016","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","19500","","","","0" +"2016","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","118746","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","89375","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","55700","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","33675","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517981","13.2.9","","..","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","33675","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","3071","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","3071","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","3071","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","110700","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v105775417","13.4.3","9200","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","101500","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2016","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","82000","","","","0" +"2016","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","78415","","","","0" +"2016","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","78415","","","","0" +"2016","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","78415","","","","0" +"2016","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","78415","","","","0" +"2016","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","78415","","","","0" +"2016","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","78415","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517872","1.1.1","145213838","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517874","1.1.2","80763622","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517875","1.1.3","12402715","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53517876","1.1.4","20000","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259658","1.1.5","2297863","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517877","1.1.6","49729638","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517878","1.1.7","21295779","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53517879","1.1.8","14033000","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517880","1.1.9","13205566","","","","0" +"2017","Canada","2016A000011124","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517873","1.1.10","1195293","","","","0" +"2017","Canada","2016A000011124","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517881","1.2.1","93355848","","","","0" +"2017","Canada","2016A000011124","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517883","1.2.2","70652450","","","","0" +"2017","Canada","2016A000011124","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517884","1.2.3","1316810","","","","0" +"2017","Canada","2016A000011124","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259659","1.2.5","755344","","","","0" +"2017","Canada","2016A000011124","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517885","1.2.6","20631244","","","","0" +"2017","Canada","2016A000011124","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517886","1.2.7","8943800","","","","0" +"2017","Canada","2016A000011124","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517887","1.2.8","7685000","","","","0" +"2017","Canada","2016A000011124","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517888","1.2.9","3581400","","","","0" +"2017","Canada","2016A000011124","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517882","1.2.10","421044","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517889","1.3.1","42681003","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517891","1.3.2","4979515","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517892","1.3.3","11076105","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53517893","1.3.4","20000","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775408","1.3.5","1534757","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517894","1.3.6","25070626","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517895","1.3.7","10228190","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53517896","1.3.8","6348000","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517897","1.3.9","8057286","","","","0" +"2017","Canada","2016A000011124","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517890","1.3.10","437150","","","","0" +"2017","Canada","2016A000011124","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517898","1.4.1","9176987","","","","0" +"2017","Canada","2016A000011124","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517900","1.4.2","5131657","","","","0" +"2017","Canada","2016A000011124","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53517901","1.4.3","9800","","","","0" +"2017","Canada","2016A000011124","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851070","1.4.5","7762","","","","0" +"2017","Canada","2016A000011124","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517902","1.4.6","4027768","","","","0" +"2017","Canada","2016A000011124","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517903","1.4.7","2123789","","","","0" +"2017","Canada","2016A000011124","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517904","1.4.9","1566880","","","","0" +"2017","Canada","2016A000011124","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517899","1.4.10","337099","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517995","2.1.1","7404297","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517997","2.1.2","6761915","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517998","2.1.3","54390","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517999","2.1.6","587992","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518000","2.1.7","490000","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518001","2.1.9","43000","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517996","2.1.10","54992","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518002","2.2.1","6942537","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518004","2.2.2","6423945","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518005","2.2.6","518592","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518006","2.2.7","490000","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518003","2.2.10","28592","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518008","2.3.1","292010","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518009","2.3.2","237620","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518010","2.3.3","54390","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518011","2.4.1","169750","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518013","2.4.2","100350","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518014","2.4.6","69400","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518015","2.4.9","43000","","","","0" +"2017","Newfoundland and Labrador","2016A000210","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518012","2.4.10","26400","","","","0" +"2017","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518016","3.1.1","350110","","","","0" +"2017","Prince Edward Island","2016A000211","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518017","3.1.3","203560","","","","0" +"2017","Prince Edward Island","2016A000211","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518018","3.1.6","146550","","","","0" +"2017","Prince Edward Island","2016A000211","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518019","3.1.7","57100","","","","0" +"2017","Prince Edward Island","2016A000211","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518020","3.1.9","89450","","","","0" +"2017","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518021","3.2.1","95560","","","","0" +"2017","Prince Edward Island","2016A000211","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518022","3.2.3","95560","","","","0" +"2017","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518023","3.3.1","254550","","","","0" +"2017","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518024","3.3.3","108000","","","","0" +"2017","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518025","3.3.6","146550","","","","0" +"2017","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518026","3.3.7","57100","","","","0" +"2017","Prince Edward Island","2016A000211","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518027","3.3.9","89450","","","","0" +"2017","Nova Scotia","2016A000212","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518028","4.1.1","2976780","","","","0" +"2017","Nova Scotia","2016A000212","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518029","4.1.2","369880","","","","0" +"2017","Nova Scotia","2016A000212","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518030","4.1.3","614140","","","","0" +"2017","Nova Scotia","2016A000212","Total all classes of electricity producer","Tidal power turbine","Kilowatts","200","units ","0","v53518031","4.1.4","20000","","","","0" +"2017","Nova Scotia","2016A000212","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518032","4.1.6","1972760","","","","0" +"2017","Nova Scotia","2016A000212","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518033","4.1.7","1652760","","","","0" +"2017","Nova Scotia","2016A000212","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518034","4.1.9","320000","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v54259660","4.2.1","6440","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v54259661","4.2.3","6440","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518035","4.3.1","2944140","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518036","4.3.2","369880","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518037","4.3.3","607700","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Tidal power turbine","Kilowatts","200","units ","0","v53518038","4.3.4","20000","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518039","4.3.6","1946560","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518040","4.3.7","1626560","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518041","4.3.9","320000","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518042","4.4.1","26200","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518044","4.4.6","26200","","","","0" +"2017","Nova Scotia","2016A000212","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518045","4.4.7","26200","","","","0" +"2017","New Brunswick","2016A000213","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518046","5.1.1","4221530","","","","0" +"2017","New Brunswick","2016A000213","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518048","5.1.2","967500","","","","0" +"2017","New Brunswick","2016A000213","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518049","5.1.3","294000","","","","0" +"2017","New Brunswick","2016A000213","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518050","5.1.6","2960030","","","","0" +"2017","New Brunswick","2016A000213","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518051","5.1.7","1635700","","","","0" +"2017","New Brunswick","2016A000213","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518052","5.1.8","705000","","","","0" +"2017","New Brunswick","2016A000213","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518053","5.1.9","616730","","","","0" +"2017","New Brunswick","2016A000213","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518047","5.1.10","2600","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518054","5.2.1","3676950","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518056","5.2.2","902950","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518057","5.2.6","2774000","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518058","5.2.7","1540000","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518059","5.2.8","705000","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518060","5.2.9","529000","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518061","5.3.1","446280","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518062","5.3.2","64550","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518063","5.3.3","294000","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518064","5.3.6","87730","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518066","5.3.9","87730","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518067","5.4.1","98300","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518069","5.4.6","98300","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518070","5.4.7","95700","","","","0" +"2017","New Brunswick","2016A000213","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v105775412","5.4.10","2600","","","","0" +"2017","Quebec","2016A000224","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518071","6.1.1","45368827","","","","0" +"2017","Quebec","2016A000224","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518073","6.1.2","40437533","","","","0" +"2017","Quebec","2016A000224","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518074","6.1.3","3432273","","","","0" +"2017","Quebec","2016A000224","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518075","6.1.6","1499021","","","","0" +"2017","Quebec","2016A000224","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518076","6.1.7","483280","","","","0" +"2017","Quebec","2016A000224","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518078","6.1.9","823700","","","","0" +"2017","Quebec","2016A000224","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518072","6.1.10","192041","","","","0" +"2017","Quebec","2016A000224","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518079","6.2.1","37232080","","","","0" +"2017","Quebec","2016A000224","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518081","6.2.2","36497449","","","","0" +"2017","Quebec","2016A000224","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518082","6.2.3","153750","","","","0" +"2017","Quebec","2016A000224","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518083","6.2.6","580881","","","","0" +"2017","Quebec","2016A000224","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518084","6.2.7","31000","","","","0" +"2017","Quebec","2016A000224","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518086","6.2.9","413200","","","","0" +"2017","Quebec","2016A000224","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518080","6.2.10","136681","","","","0" +"2017","Quebec","2016A000224","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518087","6.3.1","4506814","","","","0" +"2017","Quebec","2016A000224","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518089","6.3.2","555766","","","","0" +"2017","Quebec","2016A000224","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518090","6.3.3","3278523","","","","0" +"2017","Quebec","2016A000224","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518091","6.3.6","672525","","","","0" +"2017","Quebec","2016A000224","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518092","6.3.7","234600","","","","0" +"2017","Quebec","2016A000224","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518093","6.3.9","410500","","","","0" +"2017","Quebec","2016A000224","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518088","6.3.10","27425","","","","0" +"2017","Quebec","2016A000224","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518094","6.4.1","3629933","","","","0" +"2017","Quebec","2016A000224","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518095","6.4.2","3384318","","","","0" +"2017","Quebec","2016A000224","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518096","6.4.6","245615","","","","0" +"2017","Quebec","2016A000224","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518097","6.4.7","217680","","","","0" +"2017","Quebec","2016A000224","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v110824694","6.4.10","27935","","","","0" +"2017","Ontario","2016A000235","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518098","7.1.1","40488920","","","","0" +"2017","Ontario","2016A000235","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518100","7.1.2","9122375","","","","0" +"2017","Ontario","2016A000235","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518101","7.1.3","5077113","","","","0" +"2017","Ontario","2016A000235","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v54259663","7.1.5","2295913","","","","0" +"2017","Ontario","2016A000235","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518102","7.1.6","23993519","","","","0" +"2017","Ontario","2016A000235","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518103","7.1.7","5269359","","","","0" +"2017","Ontario","2016A000235","Total all classes of electricity producer","Nuclear steam turbine","Kilowatts","200","units ","0","v53518104","7.1.8","13328000","","","","0" +"2017","Ontario","2016A000235","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518105","7.1.9","5153343","","","","0" +"2017","Ontario","2016A000235","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518099","7.1.10","242817","","","","0" +"2017","Ontario","2016A000235","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518106","7.2.1","20613679","","","","0" +"2017","Ontario","2016A000235","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518108","7.2.2","7755150","","","","0" +"2017","Ontario","2016A000235","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518109","7.2.3","713440","","","","0" +"2017","Ontario","2016A000235","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v54259664","7.2.5","754344","","","","0" +"2017","Ontario","2016A000235","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518110","7.2.6","11390745","","","","0" +"2017","Ontario","2016A000235","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518111","7.2.7","3211300","","","","0" +"2017","Ontario","2016A000235","Electricity producer, public electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518112","7.2.8","6980000","","","","0" +"2017","Ontario","2016A000235","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518113","7.2.9","1141800","","","","0" +"2017","Ontario","2016A000235","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518107","7.2.10","57645","","","","0" +"2017","Ontario","2016A000235","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518114","7.3.1","19043489","","","","0" +"2017","Ontario","2016A000235","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518116","7.3.2","1212236","","","","0" +"2017","Ontario","2016A000235","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518117","7.3.3","4363073","","","","0" +"2017","Ontario","2016A000235","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v105775413","7.3.5","1533807","","","","0" +"2017","Ontario","2016A000235","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518118","7.3.6","11934373","","","","0" +"2017","Ontario","2016A000235","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518119","7.3.7","1697950","","","","0" +"2017","Ontario","2016A000235","Electricity producer, private electric utilities","Nuclear steam turbine","Kilowatts","200","units ","0","v53518120","7.3.8","6348000","","","","0" +"2017","Ontario","2016A000235","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518121","7.3.9","3855223","","","","0" +"2017","Ontario","2016A000235","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518115","7.3.10","33200","","","","0" +"2017","Ontario","2016A000235","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518122","7.4.1","831752","","","","0" +"2017","Ontario","2016A000235","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53518124","7.4.2","154989","","","","0" +"2017","Ontario","2016A000235","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v53518125","7.4.3","600","","","","0" +"2017","Ontario","2016A000235","Electricity producer, industries","Solar power","Kilowatts","200","units ","0","v120851071","7.4.5","7762","","","","0" +"2017","Ontario","2016A000235","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518126","7.4.6","668401","","","","0" +"2017","Ontario","2016A000235","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518127","7.4.7","360109","","","","0" +"2017","Ontario","2016A000235","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53518128","7.4.9","156320","","","","0" +"2017","Ontario","2016A000235","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518123","7.4.10","151972","","","","0" +"2017","Manitoba","2016A000246","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518129","8.1.1","6287650","","","","0" +"2017","Manitoba","2016A000246","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518131","8.1.2","5461380","","","","0" +"2017","Manitoba","2016A000246","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518132","8.1.3","258450","","","","0" +"2017","Manitoba","2016A000246","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518133","8.1.6","567820","","","","0" +"2017","Manitoba","2016A000246","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518134","8.1.7","276000","","","","0" +"2017","Manitoba","2016A000246","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518135","8.1.9","280000","","","","0" +"2017","Manitoba","2016A000246","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518130","8.1.10","11820","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518136","8.2.1","5985200","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518138","8.2.2","5461380","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518139","8.2.6","523820","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518140","8.2.7","232000","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518141","8.2.9","280000","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53518137","8.2.10","11820","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518142","8.3.1","258450","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518143","8.3.3","258450","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518144","8.4.1","44000","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518145","8.4.6","44000","","","","0" +"2017","Manitoba","2016A000246","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518146","8.4.7","44000","","","","0" +"2017","Saskatchewan","2016A000247","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53518147","9.1.1","4642322","","","","0" +"2017","Saskatchewan","2016A000247","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53518149","9.1.2","867400","","","","0" +"2017","Saskatchewan","2016A000247","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53518150","9.1.3","220580","","","","0" +"2017","Saskatchewan","2016A000247","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53518151","9.1.6","3554342","","","","0" +"2017","Saskatchewan","2016A000247","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53518152","9.1.7","2135950","","","","0" +"2017","Saskatchewan","2016A000247","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53518153","9.1.9","1403900","","","","0" +"2017","Saskatchewan","2016A000247","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53518148","9.1.10","14492","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518154","9.2.1","3716960","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53518155","9.2.2","867400","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518156","9.2.3","159960","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53518157","9.2.6","2689600","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518158","9.2.7","1949500","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518159","9.2.9","740100","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53518160","9.3.1","869420","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53518161","9.3.3","60620","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53518162","9.3.6","808800","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53518163","9.3.7","145000","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53518164","9.3.9","663800","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53518165","9.4.1","55942","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53518167","9.4.6","55942","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53518168","9.4.7","41450","","","","0" +"2017","Saskatchewan","2016A000247","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53518166","9.4.10","14492","","","","0" +"2017","Alberta","2016A000248","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517905","10.1.1","15395469","","","","0" +"2017","Alberta","2016A000248","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517907","10.1.2","1217820","","","","0" +"2017","Alberta","2016A000248","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517908","10.1.3","1524449","","","","0" +"2017","Alberta","2016A000248","Total all classes of electricity producer","Solar power","Kilowatts","200","units ","0","v105775414","10.1.5","1950","","","","0" +"2017","Alberta","2016A000248","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517909","10.1.6","12651250","","","","0" +"2017","Alberta","2016A000248","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517910","10.1.7","8284680","","","","0" +"2017","Alberta","2016A000248","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517911","10.1.9","3975517","","","","0" +"2017","Alberta","2016A000248","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517906","10.1.10","391053","","","","0" +"2017","Alberta","2016A000248","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517912","10.2.1","1956100","","","","0" +"2017","Alberta","2016A000248","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517914","10.2.2","27300","","","","0" +"2017","Alberta","2016A000248","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517915","10.2.3","29800","","","","0" +"2017","Alberta","2016A000248","Electricity producer, public electric utilities","Solar power","Kilowatts","200","units ","0","v105775415","10.2.5","1000","","","","0" +"2017","Alberta","2016A000248","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517916","10.2.6","1898000","","","","0" +"2017","Alberta","2016A000248","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517917","10.2.7","1463000","","","","0" +"2017","Alberta","2016A000248","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517918","10.2.9","430000","","","","0" +"2017","Alberta","2016A000248","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517913","10.2.10","5000","","","","0" +"2017","Alberta","2016A000248","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517919","10.3.1","11662205","","","","0" +"2017","Alberta","2016A000248","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517921","10.3.2","1190520","","","","0" +"2017","Alberta","2016A000248","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517922","10.3.3","1494649","","","","0" +"2017","Alberta","2016A000248","Electricity producer, private electric utilities","Solar power","Kilowatts","200","units ","0","v120851072","10.3.5","950","","","","0" +"2017","Alberta","2016A000248","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517923","10.3.6","8976086","","","","0" +"2017","Alberta","2016A000248","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517924","10.3.7","6290980","","","","0" +"2017","Alberta","2016A000248","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517925","10.3.9","2323517","","","","0" +"2017","Alberta","2016A000248","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517920","10.3.10","361589","","","","0" +"2017","Alberta","2016A000248","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517926","10.4.1","1777164","","","","0" +"2017","Alberta","2016A000248","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517929","10.4.6","1777164","","","","0" +"2017","Alberta","2016A000248","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517930","10.4.7","530700","","","","0" +"2017","Alberta","2016A000248","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517931","10.4.9","1222000","","","","0" +"2017","Alberta","2016A000248","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517927","10.4.10","24464","","","","0" +"2017","British Columbia","2016A000259","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517932","11.1.1","17665332","","","","0" +"2017","British Columbia","2016A000259","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517934","11.1.2","15406804","","","","0" +"2017","British Columbia","2016A000259","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517935","11.1.3","713900","","","","0" +"2017","British Columbia","2016A000259","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517936","11.1.6","1544628","","","","0" +"2017","British Columbia","2016A000259","Total all classes of electricity producer","Conventional steam turbine","Kilowatts","200","units ","0","v53517937","11.1.7","1010950","","","","0" +"2017","British Columbia","2016A000259","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517938","11.1.9","480426","","","","0" +"2017","British Columbia","2016A000259","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517933","11.1.10","53252","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517939","11.2.1","12843192","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517941","11.2.2","12567276","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v110824695","11.2.3","157200","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517942","11.2.6","118716","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, public electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517943","11.2.7","27000","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, public electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517944","11.2.9","47300","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517940","11.2.10","44416","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517945","11.3.1","2388894","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517947","11.3.2","1347528","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, private electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517948","11.3.3","556700","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517949","11.3.6","484666","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, private electric utilities","Conventional steam turbine","Kilowatts","200","units ","0","v53517950","11.3.7","176000","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, private electric utilities","Combustion turbine","Kilowatts","200","units ","0","v53517951","11.3.9","307066","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517946","11.3.10","1600","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517952","11.4.1","2433246","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, industries","Hydraulic turbine","Kilowatts","200","units ","0","v53517954","11.4.2","1492000","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517955","11.4.6","941246","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, industries","Conventional steam turbine","Kilowatts","200","units ","0","v53517956","11.4.7","807950","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517957","11.4.9","126060","","","","0" +"2017","British Columbia","2016A000259","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517953","11.4.10","7236","","","","0" +"2017","Yukon","2016A000260","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517958","12.1.1","131040","","","","0" +"2017","Yukon","2016A000260","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517960","12.1.2","95315","","","","0" +"2017","Yukon","2016A000260","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v53517961","12.1.3","660","","","","0" +"2017","Yukon","2016A000260","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517962","12.1.6","35065","","","","0" +"2017","Yukon","2016A000260","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517959","12.1.10","35065","","","","0" +"2017","Yukon","2016A000260","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517963","12.2.1","119360","","","","0" +"2017","Yukon","2016A000260","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517965","12.2.2","93900","","","","0" +"2017","Yukon","2016A000260","Electricity producer, public electric utilities","Wind power turbine","Kilowatts","200","units ","0","v53517966","12.2.3","660","","","","0" +"2017","Yukon","2016A000260","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517967","12.2.6","24800","","","","0" +"2017","Yukon","2016A000260","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517964","12.2.10","24800","","","","0" +"2017","Yukon","2016A000260","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517968","12.3.1","11680","","","","0" +"2017","Yukon","2016A000260","Electricity producer, private electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517970","12.3.2","1415","","","","0" +"2017","Yukon","2016A000260","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517971","12.3.6","10265","","","","0" +"2017","Yukon","2016A000260","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517969","12.3.10","10265","","","","0" +"2017","Northwest Territories","2016A000261","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517972","13.1.1","203146","","","","0" +"2017","Northwest Territories","2016A000261","Total all classes of electricity producer","Hydraulic turbine","Kilowatts","200","units ","0","v53517974","13.1.2","55700","","","","0" +"2017","Northwest Territories","2016A000261","Total all classes of electricity producer","Wind power turbine","Kilowatts","200","units ","0","v105775416","13.1.3","9200","","","","0" +"2017","Northwest Territories","2016A000261","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517975","13.1.6","138246","","","","0" +"2017","Northwest Territories","2016A000261","Total all classes of electricity producer","Combustion turbine","Kilowatts","200","units ","0","v53517976","13.1.9","19500","","","","0" +"2017","Northwest Territories","2016A000261","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517973","13.1.10","118746","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517977","13.2.1","89375","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Hydraulic turbine","Kilowatts","200","units ","0","v53517979","13.2.2","55700","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517980","13.2.6","33675","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517978","13.2.10","33675","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517982","13.3.1","3071","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Total thermal","Kilowatts","200","units ","0","v53517984","13.3.6","3071","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, private electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517983","13.3.10","3071","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, industries","Total installed capacity","Kilowatts","200","units ","0","v53517985","13.4.1","110700","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, industries","Wind power turbine","Kilowatts","200","units ","0","v105775417","13.4.3","9200","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, industries","Total thermal","Kilowatts","200","units ","0","v53517987","13.4.6","101500","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, industries","Combustion turbine","Kilowatts","200","units ","0","v53517988","13.4.9","19500","","","","0" +"2017","Northwest Territories","2016A000261","Electricity producer, industries","Internal combustion turbine","Kilowatts","200","units ","0","v53517986","13.4.10","82000","","","","0" +"2017","Nunavut","2016A000262","Total all classes of electricity producer","Total installed capacity","Kilowatts","200","units ","0","v53517989","14.1.1","78415","","","","0" +"2017","Nunavut","2016A000262","Total all classes of electricity producer","Total thermal","Kilowatts","200","units ","0","v53517991","14.1.6","78415","","","","0" +"2017","Nunavut","2016A000262","Total all classes of electricity producer","Internal combustion turbine","Kilowatts","200","units ","0","v53517990","14.1.10","78415","","","","0" +"2017","Nunavut","2016A000262","Electricity producer, public electric utilities","Total installed capacity","Kilowatts","200","units ","0","v53517992","14.2.1","78415","","","","0" +"2017","Nunavut","2016A000262","Electricity producer, public electric utilities","Total thermal","Kilowatts","200","units ","0","v53517994","14.2.6","78415","","","","0" +"2017","Nunavut","2016A000262","Electricity producer, public electric utilities","Internal combustion turbine","Kilowatts","200","units ","0","v53517993","14.2.10","78415","","","","0" diff --git a/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/Compare Canada Installed Capacity with AMPL data.xlsx b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/Compare Canada Installed Capacity with AMPL data.xlsx new file mode 100644 index 000000000..d170563c3 Binary files /dev/null and b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/Compare Canada Installed Capacity with AMPL data.xlsx differ diff --git a/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/existing_plants_from_AMPL.tab.csv b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/existing_plants_from_AMPL.tab.csv new file mode 100644 index 000000000..c03658af0 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/existing_plants_from_AMPL.tab.csv @@ -0,0 +1,1921 @@ +project_id,load_area,technology,plant_name,eia_id,capacity_mw,heat_rate,cogen_thermal_demand_mmbtus_per_mwh,start_year,forced_retirement_year,overnight_cost,connect_cost_per_mw,fixed_o_m,variable_o_m +5000000,AZ_APS_N,Hydro_NonPumped_EP,Glen_Canyon_Dam,153,495,0,0,1965,9999,3619188,66201.59,15079.95,6.031979918 +5000001,AZ_APS_N,Hydro_NonPumped_EP,Glen_Canyon_Dam,153,322,0,0,1966,9999,3619188,66201.59,15079.95,6.031979918 +5000002,AZ_APS_N,Hydro_NonPumped_EP,Glen_Canyon_Dam,153,495,0,0,1964,9999,3619188,66201.59,15079.95,6.031979918 +5000003,AZ_APS_N,Hydro_Pumped_EP,Waddell,7164,40,0,0,1993,9999,2241890.5,66201.59,30964.164,0 +5000004,AZ_NM_N,Hydro_NonPumped_EP,Navajo_Dam,584,30,0,0,1989,9999,3696192,67610.225,15400.8,6.160319916 +5000005,AZ_NW,Hydro_NonPumped_EP,Davis_Dam,152,254.8,0,0,1951,9999,3696192,67610.225,15400.8,6.160319916 +5000006,AZ_PHX,Hydro_NonPumped_EP,Horse_Mesa,145,29.7,0,0,1927,9999,3619188,66201.59,15079.95,6.031979918 +5000007,AZ_PHX,Hydro_Pumped_EP,Horse_Mesa,145,99.8,0,0,1972,9999,2241890.5,66201.59,30964.164,0 +5000008,AZ_PHX,Hydro_NonPumped_EP,Mormon_Flat,148,9.2,0,0,1926,9999,3619188,66201.59,15079.95,6.031979918 +5000009,AZ_PHX,Hydro_Pumped_EP,Mormon_Flat,148,54.3,0,0,1971,9999,2241890.5,66201.59,30964.164,0 +5000010,AZ_PHX,Hydro_NonPumped_EP,Roosevelt,149,36,0,0,1973,9999,3619188,66201.59,15079.95,6.031979918 +5000011,AZ_PHX,Hydro_NonPumped_EP,South_Consolidated,100,1.4,0,0,1981,9999,3619188,66201.59,15079.95,6.031979918 +5000012,AZ_PHX,Hydro_NonPumped_EP,Stewart_Mountain,150,13,0,0,1930,9999,3619188,66201.59,15079.95,6.031979918 +5000013,CA_IID,Hydro_NonPumped_EP,Drop_1,585,5.7,0,0,1984,9999,4312224,78878.5,17967.6,7.187039902 +5000014,CA_IID,Hydro_NonPumped_EP,Drop_2,385,10,0,0,1953,9999,4312224,78878.5,17967.6,7.187039902 +5000015,CA_IID,Hydro_NonPumped_EP,Drop_3,386,4.8,0,0,1941,9999,4312224,78878.5,17967.6,7.187039902 +5000016,CA_IID,Hydro_NonPumped_EP,Drop_3,386,5,0,0,1966,9999,4312224,78878.5,17967.6,7.187039902 +5000017,CA_IID,Hydro_NonPumped_EP,Drop_4,387,10,0,0,1950,9999,4312224,78878.5,17967.6,7.187039902 +5000018,CA_IID,Hydro_NonPumped_EP,Drop_4,387,9.6,0,0,1941,9999,4312224,78878.5,17967.6,7.187039902 +5000019,CA_IID,Hydro_NonPumped_EP,Drop_5,314,4,0,0,1982,9999,4312224,78878.5,17967.6,7.187039902 +5000020,CA_IID,Hydro_NonPumped_EP,East_Highline,586,2.4,0,0,1984,9999,4312224,78878.5,17967.6,7.187039902 +5000021,CA_IID,Hydro_NonPumped_EP,Pilot_Knob,388,33,0,0,1957,9999,4312224,78878.5,17967.6,7.187039902 +5000022,CA_IID,Hydro_NonPumped_EP,Siphon_Drop_Power_Plant,57364,4.4,0,0,1987,9999,4312224,78878.5,17967.6,7.187039902 +5000023,CA_IID,Hydro_NonPumped_EP,Whitewater_Hydro_Plant,10162,1.3,0,0,1986,9999,4312224,78878.5,17967.6,7.187039902 +5000024,CA_LADWP,Hydro_NonPumped_EP,East_Portal_Generator,50375,1.2,0,0,1987,9999,4312224,78878.5,17967.6,7.187039902 +5000025,CA_LADWP,Hydro_NonPumped_EP,Franklin,397,2,0,0,1921,9999,4312224,78878.5,17967.6,7.187039902 +5000026,CA_LADWP,Hydro_NonPumped_EP,Greg_Avenue,6643,1,0,0,1979,9999,4312224,78878.5,17967.6,7.187039902 +5000027,CA_LADWP,Hydro_Pumped_EP,North_Hollywood,57854,5.4,0,0,1993,9999,2671185.5,78878.5,36893.472,0 +5000028,CA_LADWP,Hydro_NonPumped_EP,San_Fernando,403,5.6,0,0,1922,9999,4312224,78878.5,17967.6,7.187039902 +5000029,CA_LADWP,Hydro_NonPumped_EP,Sepulveda_Canyon,316,8.5,0,0,1982,9999,4312224,78878.5,17967.6,7.187039902 +5000030,CA_LADWP,Hydro_NonPumped_EP,Venice,72,10.1,0,0,1982,9999,4312224,78878.5,17967.6,7.187039902 +5000031,CA_PGE_CEN,Hydro_NonPumped_EP,A_G_Wishon,293,12.8,0,0,1910,9999,4196718,76765.72,17486.325,6.994529904 +5000032,CA_PGE_CEN,Hydro_NonPumped_EP,Angels,215,1.4,0,0,1940,9999,4196718,76765.72,17486.325,6.994529904 +5000033,CA_PGE_CEN,Hydro_NonPumped_EP,Balch_1,217,31,0,0,1927,9999,4196718,76765.72,17486.325,6.994529904 +5000034,CA_PGE_CEN,Hydro_NonPumped_EP,Balch_2,218,97.2,0,0,1958,9999,4196718,76765.72,17486.325,6.994529904 +5000035,CA_PGE_CEN,Hydro_NonPumped_EP,Beardsley,414,10,0,0,1957,9999,4196718,76765.72,17486.325,6.994529904 +5000036,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_1,317,31.2,0,0,1925,9999,4196718,76765.72,17486.325,6.994529904 +5000037,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_1,317,21.6,0,0,1923,9999,4196718,76765.72,17486.325,6.994529904 +5000038,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_1,317,35.5,0,0,1913,9999,4196718,76765.72,17486.325,6.994529904 +5000039,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_2,318,17.5,0,0,1921,9999,4196718,76765.72,17486.325,6.994529904 +5000040,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_2,318,17.5,0,0,1925,9999,4196718,76765.72,17486.325,6.994529904 +5000041,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_2,318,15.7,0,0,1913,9999,4196718,76765.72,17486.325,6.994529904 +5000042,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_2,318,15.7,0,0,1914,9999,4196718,76765.72,17486.325,6.994529904 +5000043,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_2A,322,110,0,0,1928,9999,4196718,76765.72,17486.325,6.994529904 +5000044,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_3,319,36,0,0,1948,9999,4196718,76765.72,17486.325,6.994529904 +5000045,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_3,319,102,0,0,1923,9999,4196718,76765.72,17486.325,6.994529904 +5000046,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_3,319,36.4,0,0,1980,9999,4196718,76765.72,17486.325,6.994529904 +5000047,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_4,320,100,0,0,1951,9999,4196718,76765.72,17486.325,6.994529904 +5000048,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_8,321,30,0,0,1921,9999,4196718,76765.72,17486.325,6.994529904 +5000049,CA_PGE_CEN,Hydro_NonPumped_EP,Big_Creek_8,321,45,0,0,1929,9999,4196718,76765.72,17486.325,6.994529904 +5000050,CA_PGE_CEN,Hydro_NonPumped_EP,Camanche,537,10.8,0,0,1983,9999,4196718,76765.72,17486.325,6.994529904 +5000051,CA_PGE_CEN,Hydro_NonPumped_EP,Collierville_Powerhouse,54555,253,0,0,1989,9999,4196718,76765.72,17486.325,6.994529904 +5000052,CA_PGE_CEN,Hydro_NonPumped_EP,Dion_R_Holm,380,156.8,0,0,1960,9999,4196718,76765.72,17486.325,6.994529904 +5000053,CA_PGE_CEN,Hydro_NonPumped_EP,Donnells,415,72,0,0,1957,9999,4196718,76765.72,17486.325,6.994529904 +5000054,CA_PGE_CEN,Hydro_NonPumped_EP,Don_Pedro,439,136.5,0,0,1971,9999,4196718,76765.72,17486.325,6.994529904 +5000055,CA_PGE_CEN,Hydro_NonPumped_EP,Don_Pedro,439,34.3,0,0,1989,9999,4196718,76765.72,17486.325,6.994529904 +5000056,CA_PGE_CEN,Hydro_NonPumped_EP,Electra,239,102.5,0,0,1948,9999,4196718,76765.72,17486.325,6.994529904 +5000057,CA_PGE_CEN,Hydro_NonPumped_EP,Exchequer,409,94.5,0,0,1967,9999,4196718,76765.72,17486.325,6.994529904 +5000058,CA_PGE_CEN,Hydro_NonPumped_EP,Frankenheimer_Power_Plant,50219,5.3,0,0,1983,9999,4196718,76765.72,17486.325,6.994529904 +5000059,CA_PGE_CEN,Hydro_NonPumped_EP,Friant_Hydro_Facility,50393,18.4,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000060,CA_PGE_CEN,Hydro_NonPumped_EP,Friant_Hydro_Facility,50393,12.2,0,0,1985,9999,4196718,76765.72,17486.325,6.994529904 +5000061,CA_PGE_CEN,Hydro_NonPumped_EP,Haas,240,135,0,0,1958,9999,4196718,76765.72,17486.325,6.994529904 +5000062,CA_PGE_CEN,Hydro_Pumped_EP,Helms_Pumped_Storage,6100,1053,0,0,1984,9999,2599632.5,76765.72,35905.254,0 +5000063,CA_PGE_CEN,Hydro_NonPumped_EP,Hickman,162,1,0,0,1979,9999,4196718,76765.72,17486.325,6.994529904 +5000064,CA_PGE_CEN,Hydro_Pumped_EP,J_S_Eastwood,104,199.8,0,0,1987,9999,2599632.5,76765.72,35905.254,0 +5000065,CA_PGE_CEN,Hydro_NonPumped_EP,Kerckhoff,250,22.6,0,0,1920,9999,4196718,76765.72,17486.325,6.994529904 +5000066,CA_PGE_CEN,Hydro_NonPumped_EP,Kerckhoff_2,682,139.5,0,0,1983,9999,4196718,76765.72,17486.325,6.994529904 +5000067,CA_PGE_CEN,Hydro_NonPumped_EP,Kings_River,254,48.6,0,0,1962,9999,4196718,76765.72,17486.325,6.994529904 +5000068,CA_PGE_CEN,Hydro_NonPumped_EP,La_Grange,440,4.5,0,0,1924,9999,4196718,76765.72,17486.325,6.994529904 +5000069,CA_PGE_CEN,Hydro_NonPumped_EP,Mammoth_Pool,344,190,0,0,1960,9999,4196718,76765.72,17486.325,6.994529904 +5000070,CA_PGE_CEN,Hydro_NonPumped_EP,McSwain,410,9,0,0,1967,9999,4196718,76765.72,17486.325,6.994529904 +5000071,CA_PGE_CEN,Hydro_NonPumped_EP,Merced_Falls,258,3.4,0,0,1930,9999,4196718,76765.72,17486.325,6.994529904 +5000072,CA_PGE_CEN,Hydro_NonPumped_EP,Moccasin,381,100,0,0,1969,9999,4196718,76765.72,17486.325,6.994529904 +5000073,CA_PGE_CEN,Hydro_NonPumped_EP,Moccasin_Low_Head_Hydro_Project,751,2.9,0,0,1987,9999,4196718,76765.72,17486.325,6.994529904 +5000074,CA_PGE_CEN,Hydro_NonPumped_EP,Murphys,261,4.5,0,0,1954,9999,4196718,76765.72,17486.325,6.994529904 +5000075,CA_PGE_CEN,Hydro_NonPumped_EP,New_Hogan_Power_Plant,50755,2.8,0,0,1989,9999,4196718,76765.72,17486.325,6.994529904 +5000076,CA_PGE_CEN,Hydro_NonPumped_EP,New_Melones,6158,300,0,0,1979,9999,4196718,76765.72,17486.325,6.994529904 +5000077,CA_PGE_CEN,Hydro_Pumped_EP,ONeill,446,12.6,0,0,1967,9999,2599632.5,76765.72,35905.254,0 +5000078,CA_PGE_CEN,Hydro_Pumped_EP,ONeill,446,12.6,0,0,1968,9999,2599632.5,76765.72,35905.254,0 +5000079,CA_PGE_CEN,Hydro_NonPumped_EP,Pardee,376,8.6,0,0,1983,9999,4196718,76765.72,17486.325,6.994529904 +5000080,CA_PGE_CEN,Hydro_NonPumped_EP,Pardee,376,15,0,0,1930,9999,4196718,76765.72,17486.325,6.994529904 +5000081,CA_PGE_CEN,Hydro_NonPumped_EP,Parker,428,2.7,0,0,1982,9999,4196718,76765.72,17486.325,6.994529904 +5000082,CA_PGE_CEN,Hydro_NonPumped_EP,Phoenix,264,1.6,0,0,1940,9999,4196718,76765.72,17486.325,6.994529904 +5000083,CA_PGE_CEN,Hydro_NonPumped_EP,Pine_Flat,7907,165,0,0,1984,9999,4196718,76765.72,17486.325,6.994529904 +5000084,CA_PGE_CEN,Hydro_NonPumped_EP,R_C_Kirkwood,382,36.5,0,0,1987,9999,4196718,76765.72,17486.325,6.994529904 +5000085,CA_PGE_CEN,Hydro_NonPumped_EP,R_C_Kirkwood,382,79,0,0,1967,9999,4196718,76765.72,17486.325,6.994529904 +5000086,CA_PGE_CEN,Hydro_NonPumped_EP,Salt_Springs,279,29.7,0,0,1953,9999,4196718,76765.72,17486.325,6.994529904 +5000087,CA_PGE_CEN,Hydro_NonPumped_EP,Salt_Springs,279,12.3,0,0,1931,9999,4196718,76765.72,17486.325,6.994529904 +5000088,CA_PGE_CEN,Hydro_NonPumped_EP,Sand_Bar_Power_Plant,50400,16.2,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000089,CA_PGE_CEN,Hydro_NonPumped_EP,San_Joaquin_2,276,2.8,0,0,1917,9999,4196718,76765.72,17486.325,6.994529904 +5000090,CA_PGE_CEN,Hydro_NonPumped_EP,San_Joaquin_3,277,4,0,0,1923,9999,4196718,76765.72,17486.325,6.994529904 +5000091,CA_PGE_CEN,Hydro_NonPumped_EP,Site_980_65,50322,2.1,0,0,1985,9999,4196718,76765.72,17486.325,6.994529904 +5000092,CA_PGE_CEN,Hydro_NonPumped_EP,Spicer_Meadow_Project,54554,5.9,0,0,1989,9999,4196718,76765.72,17486.325,6.994529904 +5000093,CA_PGE_CEN,Hydro_NonPumped_EP,Spring_Gap,284,6,0,0,1921,9999,4196718,76765.72,17486.325,6.994529904 +5000094,CA_PGE_CEN,Hydro_NonPumped_EP,Stanislaus,285,81.9,0,0,1963,9999,4196718,76765.72,17486.325,6.994529904 +5000095,CA_PGE_CEN,Hydro_NonPumped_EP,Tiger_Creek,287,52.2,0,0,1931,9999,4196718,76765.72,17486.325,6.994529904 +5000096,CA_PGE_CEN,Hydro_NonPumped_EP,Tulloch,416,17,0,0,1958,9999,4196718,76765.72,17486.325,6.994529904 +5000097,CA_PGE_CEN,Hydro_NonPumped_EP,Turlock_Lake,161,3.3,0,0,1980,9999,4196718,76765.72,17486.325,6.994529904 +5000098,CA_PGE_CEN,Hydro_NonPumped_EP,Upper_Dawson,489,4.4,0,0,1983,9999,4196718,76765.72,17486.325,6.994529904 +5000099,CA_PGE_CEN,Hydro_NonPumped_EP,West_Point,291,13.6,0,0,1948,9999,4196718,76765.72,17486.325,6.994529904 +5000100,CA_PGE_CEN,Hydro_NonPumped_EP,Woodward_Power_Plant,50218,2.8,0,0,1982,9999,4196718,76765.72,17486.325,6.994529904 +5000101,CA_PGE_CEN,Hydro_Pumped_EP,W_R_Gianelli,448,106,0,0,1968,9999,2599632.5,76765.72,35905.254,0 +5000102,CA_PGE_CEN,Hydro_Pumped_EP,W_R_Gianelli,448,318,0,0,1967,9999,2599632.5,76765.72,35905.254,0 +5000103,CA_PGE_N,Hydro_NonPumped_EP,Alta_Powerhouse,214,1,0,0,1902,9999,4196718,76765.72,17486.325,6.994529904 +5000104,CA_PGE_N,Hydro_NonPumped_EP,Bear_Creek,50156,3.2,0,0,1990,9999,4196718,76765.72,17486.325,6.994529904 +5000105,CA_PGE_N,Hydro_NonPumped_EP,Belden,219,117.9,0,0,1969,9999,4196718,76765.72,17486.325,6.994529904 +5000106,CA_PGE_N,Hydro_NonPumped_EP,Bidwell_Ditch_Project,10880,1.8,0,0,1987,9999,4196718,76765.72,17486.325,6.994529904 +5000107,CA_PGE_N,Hydro_NonPumped_EP,Big_Creek_Water_Works,10282,5,0,0,1987,9999,4196718,76765.72,17486.325,6.994529904 +5000108,CA_PGE_N,Hydro_NonPumped_EP,Black_Butte,7229,6.1,0,0,1988,9999,4196718,76765.72,17486.325,6.994529904 +5000109,CA_PGE_N,Hydro_NonPumped_EP,Bowman,50546,3.6,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000110,CA_PGE_N,Hydro_NonPumped_EP,Bucks_Creek,220,66,0,0,1928,9999,4196718,76765.72,17486.325,6.994529904 +5000111,CA_PGE_N,Hydro_NonPumped_EP,Burney_Creek,10706,3,0,0,1990,9999,4196718,76765.72,17486.325,6.994529904 +5000112,CA_PGE_N,Hydro_NonPumped_EP,Butt_Valley,221,40,0,0,1958,9999,4196718,76765.72,17486.325,6.994529904 +5000113,CA_PGE_N,Hydro_NonPumped_EP,Camino,430,78.9,0,0,1963,9999,4196718,76765.72,17486.325,6.994529904 +5000114,CA_PGE_N,Hydro_NonPumped_EP,Camino,430,78.9,0,0,1968,9999,4196718,76765.72,17486.325,6.994529904 +5000115,CA_PGE_N,Hydro_NonPumped_EP,Camp_Far_West,531,7.2,0,0,1985,9999,4196718,76765.72,17486.325,6.994529904 +5000116,CA_PGE_N,Hydro_NonPumped_EP,Caribou_1,222,25,0,0,1924,9999,4196718,76765.72,17486.325,6.994529904 +5000117,CA_PGE_N,Hydro_NonPumped_EP,Caribou_1,222,48.8,0,0,1921,9999,4196718,76765.72,17486.325,6.994529904 +5000118,CA_PGE_N,Hydro_NonPumped_EP,Caribou_2,223,117.9,0,0,1958,9999,4196718,76765.72,17486.325,6.994529904 +5000119,CA_PGE_N,Hydro_NonPumped_EP,Chicago_Park,412,44,0,0,1965,9999,4196718,76765.72,17486.325,6.994529904 +5000120,CA_PGE_N,Hydro_NonPumped_EP,Chili_Bar,225,7,0,0,1965,9999,4196718,76765.72,17486.325,6.994529904 +5000121,CA_PGE_N,Hydro_NonPumped_EP,Coleman,227,12.1,0,0,1979,9999,4196718,76765.72,17486.325,6.994529904 +5000122,CA_PGE_N,Hydro_NonPumped_EP,Colgate,454,315,0,0,1969,9999,4196718,76765.72,17486.325,6.994529904 +5000123,CA_PGE_N,Hydro_NonPumped_EP,Combie_South,846,1.5,0,0,1984,9999,4196718,76765.72,17486.325,6.994529904 +5000124,CA_PGE_N,Hydro_NonPumped_EP,Cove_Hydroelectric,10707,5,0,0,1990,9999,4196718,76765.72,17486.325,6.994529904 +5000125,CA_PGE_N,Hydro_NonPumped_EP,Cow_Creek,229,1.4,0,0,1907,9999,4196718,76765.72,17486.325,6.994529904 +5000126,CA_PGE_N,Hydro_NonPumped_EP,Cresta,231,36.9,0,0,1949,9999,4196718,76765.72,17486.325,6.994529904 +5000127,CA_PGE_N,Hydro_NonPumped_EP,Cresta,231,36.9,0,0,1950,9999,4196718,76765.72,17486.325,6.994529904 +5000128,CA_PGE_N,Hydro_NonPumped_EP,Deadwood_Creek,7507,2,0,0,1993,9999,4196718,76765.72,17486.325,6.994529904 +5000129,CA_PGE_N,Hydro_NonPumped_EP,Deer_Creek,233,5.5,0,0,1908,9999,4196718,76765.72,17486.325,6.994529904 +5000130,CA_PGE_N,Hydro_NonPumped_EP,De_Sabla,232,18.4,0,0,1963,9999,4196718,76765.72,17486.325,6.994529904 +5000131,CA_PGE_N,Hydro_NonPumped_EP,Drum_1,235,13.2,0,0,1928,9999,4196718,76765.72,17486.325,6.994529904 +5000132,CA_PGE_N,Hydro_NonPumped_EP,Drum_1,235,24,0,0,1913,9999,4196718,76765.72,17486.325,6.994529904 +5000133,CA_PGE_N,Hydro_NonPumped_EP,Drum_1,235,12,0,0,1922,9999,4196718,76765.72,17486.325,6.994529904 +5000134,CA_PGE_N,Hydro_NonPumped_EP,Drum_2,236,53.1,0,0,1965,9999,4196718,76765.72,17486.325,6.994529904 +5000135,CA_PGE_N,Hydro_NonPumped_EP,Dutch_Flat,237,22,0,0,1943,9999,4196718,76765.72,17486.325,6.994529904 +5000136,CA_PGE_N,Hydro_NonPumped_EP,Dutch_Flat_2,413,27.3,0,0,1965,9999,4196718,76765.72,17486.325,6.994529904 +5000137,CA_PGE_N,Hydro_NonPumped_EP,Edward_C_Hyatt,437,351,0,0,1968,9999,4196718,76765.72,17486.325,6.994529904 +5000138,CA_PGE_N,Hydro_NonPumped_EP,El_Dorado,238,20,0,0,1924,9999,4196718,76765.72,17486.325,6.994529904 +5000139,CA_PGE_N,Hydro_NonPumped_EP,Forbestown,417,41.9,0,0,1963,9999,4196718,76765.72,17486.325,6.994529904 +5000140,CA_PGE_N,Hydro_NonPumped_EP,Forks_of_Butte_Hydro_Project,50350,14.5,0,0,1992,9999,4196718,76765.72,17486.325,6.994529904 +5000141,CA_PGE_N,Hydro_NonPumped_EP,French_Meadows,424,15.3,0,0,1966,9999,4196718,76765.72,17486.325,6.994529904 +5000142,CA_PGE_N,Hydro_NonPumped_EP,Gosselin_Hydro_Plant,10128,2,0,0,1983,9999,4196718,76765.72,17486.325,6.994529904 +5000143,CA_PGE_N,Hydro_NonPumped_EP,Grizzly,7338,22,0,0,1993,9999,4196718,76765.72,17486.325,6.994529904 +5000144,CA_PGE_N,Hydro_NonPumped_EP,Halsey,241,13.6,0,0,1916,9999,4196718,76765.72,17486.325,6.994529904 +5000145,CA_PGE_N,Hydro_NonPumped_EP,Hamilton_Branch,242,5.3,0,0,1921,9999,4196718,76765.72,17486.325,6.994529904 +5000146,CA_PGE_N,Hydro_NonPumped_EP,Hatchet_Creek_Project,10882,6.8,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000147,CA_PGE_N,Hydro_NonPumped_EP,Hat_Creek_1,243,10,0,0,1921,9999,4196718,76765.72,17486.325,6.994529904 +5000148,CA_PGE_N,Hydro_NonPumped_EP,Hat_Creek_2,244,10,0,0,1921,9999,4196718,76765.72,17486.325,6.994529904 +5000149,CA_PGE_N,Hydro_NonPumped_EP,Haypress,10253,5,0,0,1988,9999,4196718,76765.72,17486.325,6.994529904 +5000150,CA_PGE_N,Hydro_NonPumped_EP,Haypress,10253,5,0,0,1989,9999,4196718,76765.72,17486.325,6.994529904 +5000151,CA_PGE_N,Hydro_NonPumped_EP,Indian_Valley_Dam_Hydro_Project,50129,3.7,0,0,1983,9999,4196718,76765.72,17486.325,6.994529904 +5000152,CA_PGE_N,Hydro_NonPumped_EP,Inskip,248,7.6,0,0,1979,9999,4196718,76765.72,17486.325,6.994529904 +5000153,CA_PGE_N,Hydro_NonPumped_EP,James_B_Black,249,83.5,0,0,1965,9999,4196718,76765.72,17486.325,6.994529904 +5000154,CA_PGE_N,Hydro_NonPumped_EP,James_B_Black,249,85.1,0,0,1966,9999,4196718,76765.72,17486.325,6.994529904 +5000155,CA_PGE_N,Hydro_NonPumped_EP,Jaybird,431,80.8,0,0,1962,9999,4196718,76765.72,17486.325,6.994529904 +5000156,CA_PGE_N,Hydro_NonPumped_EP,Jaybird,431,80.8,0,0,1961,9999,4196718,76765.72,17486.325,6.994529904 +5000157,CA_PGE_N,Hydro_NonPumped_EP,Jones_Fork,534,10,0,0,1985,9999,4196718,76765.72,17486.325,6.994529904 +5000158,CA_PGE_N,Hydro_NonPumped_EP,Judge_F_Carr,442,154.4,0,0,1963,9999,4196718,76765.72,17486.325,6.994529904 +5000159,CA_PGE_N,Hydro_NonPumped_EP,Kanaka,54653,1.1,0,0,1988,9999,4196718,76765.72,17486.325,6.994529904 +5000160,CA_PGE_N,Hydro_NonPumped_EP,Kekawaka_Power_House,54654,4.9,0,0,1989,9999,4196718,76765.72,17486.325,6.994529904 +5000161,CA_PGE_N,Hydro_NonPumped_EP,Kelly_Ridge,418,10,0,0,1963,9999,4196718,76765.72,17486.325,6.994529904 +5000162,CA_PGE_N,Hydro_NonPumped_EP,Keswick,443,39,0,0,1950,9999,4196718,76765.72,17486.325,6.994529904 +5000163,CA_PGE_N,Hydro_NonPumped_EP,Keswick,443,78,0,0,1949,9999,4196718,76765.72,17486.325,6.994529904 +5000164,CA_PGE_N,Hydro_NonPumped_EP,Kilarc,253,3,0,0,1904,9999,4196718,76765.72,17486.325,6.994529904 +5000165,CA_PGE_N,Hydro_NonPumped_EP,Lake_Mendocino,7489,3.5,0,0,1987,9999,4196718,76765.72,17486.325,6.994529904 +5000166,CA_PGE_N,Hydro_NonPumped_EP,Lime_Saddle,255,2,0,0,1906,9999,4196718,76765.72,17486.325,6.994529904 +5000167,CA_PGE_N,Hydro_NonPumped_EP,Loon_Lake,432,74.1,0,0,1971,9999,4196718,76765.72,17486.325,6.994529904 +5000168,CA_PGE_N,Hydro_NonPumped_EP,Middle_Fork,425,116.1,0,0,1966,9999,4196718,76765.72,17486.325,6.994529904 +5000169,CA_PGE_N,Hydro_NonPumped_EP,Montgomery_Creek_Hydro,55009,2.6,0,0,1987,9999,4196718,76765.72,17486.325,6.994529904 +5000170,CA_PGE_N,Hydro_NonPumped_EP,Monticello,7646,11.5,0,0,1983,9999,4196718,76765.72,17486.325,6.994529904 +5000171,CA_PGE_N,Hydro_NonPumped_EP,Muck_Valley_Hydroelectric,10458,29.9,0,0,1988,9999,4196718,76765.72,17486.325,6.994529904 +5000172,CA_PGE_N,Hydro_NonPumped_EP,Narrows,262,10.2,0,0,1942,9999,4196718,76765.72,17486.325,6.994529904 +5000173,CA_PGE_N,Hydro_NonPumped_EP,Narrows_2,455,46.7,0,0,1969,9999,4196718,76765.72,17486.325,6.994529904 +5000174,CA_PGE_N,Hydro_NonPumped_EP,Nelson_Creek,50223,1.2,0,0,1989,9999,4196718,76765.72,17486.325,6.994529904 +5000175,CA_PGE_N,Hydro_NonPumped_EP,Newcastle,632,12.7,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000176,CA_PGE_N,Hydro_NonPumped_EP,Oak_Flat,626,1.4,0,0,1985,9999,4196718,76765.72,17486.325,6.994529904 +5000177,CA_PGE_N,Hydro_NonPumped_EP,Olsen,50180,5,0,0,1990,9999,4196718,76765.72,17486.325,6.994529904 +5000178,CA_PGE_N,Hydro_NonPumped_EP,Oxbow,426,6.1,0,0,1966,9999,4196718,76765.72,17486.325,6.994529904 +5000179,CA_PGE_N,Hydro_NonPumped_EP,Pit_1,265,69.2,0,0,1922,9999,4196718,76765.72,17486.325,6.994529904 +5000180,CA_PGE_N,Hydro_NonPumped_EP,Pit_3,266,80.1,0,0,1925,9999,4196718,76765.72,17486.325,6.994529904 +5000181,CA_PGE_N,Hydro_NonPumped_EP,Pit_4,267,103.4,0,0,1955,9999,4196718,76765.72,17486.325,6.994529904 +5000182,CA_PGE_N,Hydro_NonPumped_EP,Pit_5,268,141.6,0,0,1944,9999,4196718,76765.72,17486.325,6.994529904 +5000183,CA_PGE_N,Hydro_NonPumped_EP,Pit_6,269,79.2,0,0,1965,9999,4196718,76765.72,17486.325,6.994529904 +5000184,CA_PGE_N,Hydro_NonPumped_EP,Pit_7,270,109.8,0,0,1965,9999,4196718,76765.72,17486.325,6.994529904 +5000185,CA_PGE_N,Hydro_NonPumped_EP,Poe,272,142.8,0,0,1958,9999,4196718,76765.72,17486.325,6.994529904 +5000186,CA_PGE_N,Hydro_NonPumped_EP,Ponderosa_Bailey_Creek,10709,1.1,0,0,1990,9999,4196718,76765.72,17486.325,6.994529904 +5000187,CA_PGE_N,Hydro_NonPumped_EP,Potter_Valley,274,2,0,0,1910,9999,4196718,76765.72,17486.325,6.994529904 +5000188,CA_PGE_N,Hydro_NonPumped_EP,Potter_Valley,274,4.4,0,0,1939,9999,4196718,76765.72,17486.325,6.994529904 +5000189,CA_PGE_N,Hydro_NonPumped_EP,Potter_Valley,274,3,0,0,1917,9999,4196718,76765.72,17486.325,6.994529904 +5000190,CA_PGE_N,Hydro_NonPumped_EP,Ralston,427,79.2,0,0,1966,9999,4196718,76765.72,17486.325,6.994529904 +5000191,CA_PGE_N,Hydro_NonPumped_EP,Roaring_Creek_Water_Power,10881,2,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000192,CA_PGE_N,Hydro_NonPumped_EP,Robbs_Peak,433,25.5,0,0,1965,9999,4196718,76765.72,17486.325,6.994529904 +5000193,CA_PGE_N,Hydro_NonPumped_EP,Rock_Creek,275,124.6,0,0,1950,9999,4196718,76765.72,17486.325,6.994529904 +5000194,CA_PGE_N,Hydro_NonPumped_EP,Rock_Creek_LP,50892,3,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000195,CA_PGE_N,Hydro_NonPumped_EP,Rollins,34,12.1,0,0,1980,9999,4196718,76765.72,17486.325,6.994529904 +5000196,CA_PGE_N,Hydro_NonPumped_EP,Scott_Flat,839,1,0,0,1985,9999,4196718,76765.72,17486.325,6.994529904 +5000197,CA_PGE_N,Hydro_NonPumped_EP,Shasta,445,142,0,0,1949,9999,4196718,76765.72,17486.325,6.994529904 +5000198,CA_PGE_N,Hydro_NonPumped_EP,Shasta,445,284,0,0,1948,9999,4196718,76765.72,17486.325,6.994529904 +5000199,CA_PGE_N,Hydro_NonPumped_EP,Shasta,445,288,0,0,1944,9999,4196718,76765.72,17486.325,6.994529904 +5000200,CA_PGE_N,Hydro_NonPumped_EP,Slate_Creek,50961,4.2,0,0,1990,9999,4196718,76765.72,17486.325,6.994529904 +5000201,CA_PGE_N,Hydro_NonPumped_EP,Sly_Creek,776,12.1,0,0,1983,9999,4196718,76765.72,17486.325,6.994529904 +5000202,CA_PGE_N,Hydro_NonPumped_EP,South,280,6.7,0,0,1979,9999,4196718,76765.72,17486.325,6.994529904 +5000203,CA_PGE_N,Hydro_NonPumped_EP,Spaulding_1,281,7,0,0,1928,9999,4196718,76765.72,17486.325,6.994529904 +5000204,CA_PGE_N,Hydro_NonPumped_EP,Spaulding_2,282,3.7,0,0,1928,9999,4196718,76765.72,17486.325,6.994529904 +5000205,CA_PGE_N,Hydro_NonPumped_EP,Spaulding_3,283,6.6,0,0,1929,9999,4196718,76765.72,17486.325,6.994529904 +5000206,CA_PGE_N,Hydro_NonPumped_EP,Spring_Creek,450,180,0,0,1964,9999,4196718,76765.72,17486.325,6.994529904 +5000207,CA_PGE_N,Hydro_NonPumped_EP,Stampede,7066,3.6,0,0,1988,9999,4196718,76765.72,17486.325,6.994529904 +5000208,CA_PGE_N,Hydro_NonPumped_EP,Stony_Gorge,7151,5,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000209,CA_PGE_N,Hydro_NonPumped_EP,Thermalito,438,32.6,0,0,1968,9999,4196718,76765.72,17486.325,6.994529904 +5000210,CA_PGE_N,Hydro_NonPumped_EP,Thermalito_Diverson_Dam,7129,3.4,0,0,1987,9999,4196718,76765.72,17486.325,6.994529904 +5000211,CA_PGE_N,Hydro_NonPumped_EP,Three_Forks_Water_Power_Project,54308,1.3,0,0,1984,9999,4196718,76765.72,17486.325,6.994529904 +5000212,CA_PGE_N,Hydro_NonPumped_EP,Toadtown,714,1.8,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000213,CA_PGE_N,Hydro_NonPumped_EP,Trinity,451,140,0,0,1964,9999,4196718,76765.72,17486.325,6.994529904 +5000214,CA_PGE_N,Hydro_NonPumped_EP,Union_Valley,6612,38.6,0,0,1963,9999,4196718,76765.72,17486.325,6.994529904 +5000215,CA_PGE_N,Hydro_NonPumped_EP,Volta_1,290,8.5,0,0,1980,9999,4196718,76765.72,17486.325,6.994529904 +5000216,CA_PGE_N,Hydro_NonPumped_EP,Volta_2,180,1,0,0,1981,9999,4196718,76765.72,17486.325,6.994529904 +5000217,CA_PGE_N,Hydro_NonPumped_EP,Warm_Springs_Hydro_Project,54261,2.7,0,0,1988,9999,4196718,76765.72,17486.325,6.994529904 +5000218,CA_PGE_N,Hydro_NonPumped_EP,Whiskeytown,7189,3.5,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000219,CA_PGE_N,Hydro_NonPumped_EP,White_Rock/Slab_Creek,435,266,0,0,1968,9999,4196718,76765.72,17486.325,6.994529904 +5000220,CA_PGE_N,Hydro_NonPumped_EP,Wise,292,13.6,0,0,1917,9999,4196718,76765.72,17486.325,6.994529904 +5000221,CA_PGE_N,Hydro_NonPumped_EP,Wise,292,2.8,0,0,1986,9999,4196718,76765.72,17486.325,6.994529904 +5000222,CA_PGE_N,Hydro_NonPumped_EP,Woodleaf,419,59,0,0,1963,9999,4196718,76765.72,17486.325,6.994529904 +5000223,CA_PGE_S,Hydro_NonPumped_EP,Kern_Canyon,7911,9.5,0,0,1921,9999,4042710,73948.68,16844.625,6.737849908 +5000224,CA_PGE_S,Hydro_NonPumped_EP,Kern_River_1,340,26,0,0,1907,9999,4042710,73948.68,16844.625,6.737849908 +5000225,CA_PGE_S,Hydro_NonPumped_EP,Nacimiento_Hydro_Project,50352,4.2,0,0,1987,9999,4042710,73948.68,16844.625,6.737849908 +5000226,CA_PGE_S,Hydro_NonPumped_EP,Rio_Bravo_Hydro_Project,50037,14,0,0,1989,9999,4042710,73948.68,16844.625,6.737849908 +5000227,CA_SCE_CEN,Hydro_NonPumped_EP,Alamo,905,19.6,0,0,1986,9999,4312224,78878.5,17967.6,7.187039902 +5000228,CA_SCE_CEN,Hydro_NonPumped_EP,Big_Pine,391,3.2,0,0,1925,9999,4312224,78878.5,17967.6,7.187039902 +5000229,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_2,323,2.3,0,0,1911,9999,4312224,78878.5,17967.6,7.187039902 +5000230,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_2,323,5,0,0,1908,9999,4312224,78878.5,17967.6,7.187039902 +5000231,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_3,324,7.7,0,0,1913,9999,4312224,78878.5,17967.6,7.187039902 +5000232,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_4,325,1.9,0,0,1909,9999,4312224,78878.5,17967.6,7.187039902 +5000233,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_4,325,1.9,0,0,1907,9999,4312224,78878.5,17967.6,7.187039902 +5000234,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_4,325,1.9,0,0,1906,9999,4312224,78878.5,17967.6,7.187039902 +5000235,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_4,325,2,0,0,1905,9999,4312224,78878.5,17967.6,7.187039902 +5000236,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_5,326,2.5,0,0,1919,9999,4312224,78878.5,17967.6,7.187039902 +5000237,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_5,326,2,0,0,1943,9999,4312224,78878.5,17967.6,7.187039902 +5000238,CA_SCE_CEN,Hydro_NonPumped_EP,Bishop_Creek_6,327,1.6,0,0,1913,9999,4312224,78878.5,17967.6,7.187039902 +5000239,CA_SCE_CEN,Hydro_NonPumped_EP,Borel,328,6,0,0,1932,9999,4312224,78878.5,17967.6,7.187039902 +5000240,CA_SCE_CEN,Hydro_NonPumped_EP,Borel,328,6,0,0,1904,9999,4312224,78878.5,17967.6,7.187039902 +5000241,CA_SCE_CEN,Hydro_Pumped_EP,Castaic,392,425,0,0,1978,9999,2671185.5,78878.5,36893.472,0 +5000242,CA_SCE_CEN,Hydro_Pumped_EP,Castaic,392,212.5,0,0,1974,9999,2671185.5,78878.5,36893.472,0 +5000243,CA_SCE_CEN,Hydro_Pumped_EP,Castaic,392,425,0,0,1977,9999,2671185.5,78878.5,36893.472,0 +5000244,CA_SCE_CEN,Hydro_Pumped_EP,Castaic,392,212.5,0,0,1973,9999,2671185.5,78878.5,36893.472,0 +5000245,CA_SCE_CEN,Hydro_NonPumped_EP,Control_Gorge,393,37.5,0,0,1952,9999,4312224,78878.5,17967.6,7.187039902 +5000246,CA_SCE_CEN,Hydro_NonPumped_EP,Cottonwood,394,1.2,0,0,1908,9999,4312224,78878.5,17967.6,7.187039902 +5000247,CA_SCE_CEN,Hydro_NonPumped_EP,Cottonwood,394,1.2,0,0,1909,9999,4312224,78878.5,17967.6,7.187039902 +5000248,CA_SCE_CEN,Hydro_NonPumped_EP,Foothill,396,11,0,0,1971,9999,4312224,78878.5,17967.6,7.187039902 +5000249,CA_SCE_CEN,Hydro_NonPumped_EP,Foothill_Feeder,6645,9,0,0,1981,9999,4312224,78878.5,17967.6,7.187039902 +5000250,CA_SCE_CEN,Hydro_NonPumped_EP,Haiwee,398,5.6,0,0,1927,9999,4312224,78878.5,17967.6,7.187039902 +5000251,CA_SCE_CEN,Hydro_NonPumped_EP,Isabella_Hydro_Project,10139,11.8,0,0,1990,9999,4312224,78878.5,17967.6,7.187039902 +5000252,CA_SCE_CEN,Hydro_NonPumped_EP,Kern_River_3,339,40.1,0,0,1921,9999,4312224,78878.5,17967.6,7.187039902 +5000253,CA_SCE_CEN,Hydro_NonPumped_EP,Lundy,342,1.5,0,0,1912,9999,4312224,78878.5,17967.6,7.187039902 +5000254,CA_SCE_CEN,Hydro_NonPumped_EP,Lundy,342,1.5,0,0,1911,9999,4312224,78878.5,17967.6,7.187039902 +5000255,CA_SCE_CEN,Hydro_NonPumped_EP,Middle_Gorge,401,37.5,0,0,1952,9999,4312224,78878.5,17967.6,7.187039902 +5000256,CA_SCE_CEN,Hydro_NonPumped_EP,Mojave_Siphon,7072,32.7,0,0,1996,9999,4312224,78878.5,17967.6,7.187039902 +5000257,CA_SCE_CEN,Hydro_NonPumped_EP,Pleasant_Valley,402,3.2,0,0,1958,9999,4312224,78878.5,17967.6,7.187039902 +5000258,CA_SCE_CEN,Hydro_NonPumped_EP,Poole,353,11.2,0,0,1924,9999,4312224,78878.5,17967.6,7.187039902 +5000259,CA_SCE_CEN,Hydro_NonPumped_EP,Portal,354,10.8,0,0,1956,9999,4312224,78878.5,17967.6,7.187039902 +5000260,CA_SCE_CEN,Hydro_NonPumped_EP,Rush_Creek,357,5.8,0,0,1916,9999,4312224,78878.5,17967.6,7.187039902 +5000261,CA_SCE_CEN,Hydro_NonPumped_EP,Rush_Creek,357,7.2,0,0,1917,9999,4312224,78878.5,17967.6,7.187039902 +5000262,CA_SCE_CEN,Hydro_NonPumped_EP,San_Dimas,6646,9.9,0,0,1981,9999,4312224,78878.5,17967.6,7.187039902 +5000263,CA_SCE_CEN,Hydro_NonPumped_EP,San_Francisquito_1,6479,25,0,0,1987,9999,4312224,78878.5,17967.6,7.187039902 +5000264,CA_SCE_CEN,Hydro_NonPumped_EP,San_Francisquito_1,6479,9.3,0,0,1917,9999,4312224,78878.5,17967.6,7.187039902 +5000265,CA_SCE_CEN,Hydro_NonPumped_EP,San_Francisquito_1,6479,25,0,0,1983,9999,4312224,78878.5,17967.6,7.187039902 +5000266,CA_SCE_CEN,Hydro_NonPumped_EP,San_Francisquito_1,6479,10,0,0,1923,9999,4312224,78878.5,17967.6,7.187039902 +5000267,CA_SCE_CEN,Hydro_NonPumped_EP,San_Francisquito_2,6480,14,0,0,1920,9999,4312224,78878.5,17967.6,7.187039902 +5000268,CA_SCE_CEN,Hydro_NonPumped_EP,San_Francisquito_2,6480,14,0,0,1932,9999,4312224,78878.5,17967.6,7.187039902 +5000269,CA_SCE_CEN,Hydro_NonPumped_EP,Santa_Ana_1,361,3.2,0,0,1900,9999,4312224,78878.5,17967.6,7.187039902 +5000270,CA_SCE_CEN,Hydro_NonPumped_EP,Upper_Gorge,407,37.5,0,0,1953,9999,4312224,78878.5,17967.6,7.187039902 +5000271,CA_SCE_CEN,Hydro_NonPumped_EP,W_E_Warne,6196,37.1,0,0,1982,9999,4312224,78878.5,17967.6,7.187039902 +5000272,CA_SCE_CEN,Hydro_NonPumped_EP,W_E_Warne,6196,37.1,0,0,1983,9999,4312224,78878.5,17967.6,7.187039902 +5000273,CA_SCE_S,Hydro_NonPumped_EP,Azusa,6449,3,0,0,1949,9999,4312224,78878.5,17967.6,7.187039902 +5000274,CA_SCE_S,Hydro_NonPumped_EP,Corona,480,2.9,0,0,1983,9999,4312224,78878.5,17967.6,7.187039902 +5000275,CA_SCE_S,Hydro_NonPumped_EP,Coyote_Creek,483,3.1,0,0,1984,9999,4312224,78878.5,17967.6,7.187039902 +5000276,CA_SCE_S,Hydro_NonPumped_EP,Devil_Canyon,436,59.8,0,0,1976,9999,4312224,78878.5,17967.6,7.187039902 +5000277,CA_SCE_S,Hydro_NonPumped_EP,Devil_Canyon,436,78.3,0,0,1992,9999,4312224,78878.5,17967.6,7.187039902 +5000278,CA_SCE_S,Hydro_NonPumped_EP,Devil_Canyon,436,78.3,0,0,1994,9999,4312224,78878.5,17967.6,7.187039902 +5000279,CA_SCE_S,Hydro_NonPumped_EP,Devil_Canyon,436,59.8,0,0,1972,9999,4312224,78878.5,17967.6,7.187039902 +5000280,CA_SCE_S,Hydro_NonPumped_EP,Diamond_Valley_Lake,7942,29.7,0,0,2001,9999,4312224,78878.5,17967.6,7.187039902 +5000281,CA_SCE_S,Hydro_NonPumped_EP,Etiwanda,745,23.9,0,0,1994,9999,4312224,78878.5,17967.6,7.187039902 +5000282,CA_SCE_S,Hydro_NonPumped_EP,Fontana,332,2.8,0,0,1917,9999,4312224,78878.5,17967.6,7.187039902 +5000283,CA_SCE_S,Hydro_NonPumped_EP,Lake_Mathews,6644,4.9,0,0,1980,9999,4312224,78878.5,17967.6,7.187039902 +5000284,CA_SCE_S,Hydro_NonPumped_EP,Mill_Creek_3,7147,1,0,0,1903,9999,4312224,78878.5,17967.6,7.187039902 +5000285,CA_SCE_S,Hydro_NonPumped_EP,Mill_Creek_3,7147,2,0,0,1904,9999,4312224,78878.5,17967.6,7.187039902 +5000286,CA_SCE_S,Hydro_NonPumped_EP,Perris,481,7.9,0,0,1983,9999,4312224,78878.5,17967.6,7.187039902 +5000287,CA_SCE_S,Hydro_NonPumped_EP,Rio_Hondo,482,1.9,0,0,1984,9999,4312224,78878.5,17967.6,7.187039902 +5000288,CA_SCE_S,Hydro_NonPumped_EP,San_Dimas_Wash_Generating_Station,50233,1,0,0,1986,9999,4312224,78878.5,17967.6,7.187039902 +5000289,CA_SCE_S,Hydro_NonPumped_EP,San_Gabriel_Hydro_Project,54017,5,0,0,1987,9999,4312224,78878.5,17967.6,7.187039902 +5000290,CA_SCE_S,Hydro_NonPumped_EP,Santa_Ana_3,363,3.1,0,0,1999,9999,4312224,78878.5,17967.6,7.187039902 +5000291,CA_SCE_S,Hydro_NonPumped_EP,Temescal,479,2.9,0,0,1983,9999,4312224,78878.5,17967.6,7.187039902 +5000292,CA_SCE_S,Hydro_NonPumped_EP,Valley_View,487,4.1,0,0,1985,9999,4312224,78878.5,17967.6,7.187039902 +5000293,CA_SCE_S,Hydro_NonPumped_EP,Yorba_Linda,6647,5.1,0,0,1981,9999,4312224,78878.5,17967.6,7.187039902 +5000294,CA_SCE_SE,Hydro_NonPumped_EP,Headgate_Rock,7179,19.5,0,0,1993,9999,4312224,78878.5,17967.6,7.187039902 +5000295,CA_SCE_SE,Hydro_NonPumped_EP,Parker_Dam,447,60,0,0,1943,9999,4312224,78878.5,17967.6,7.187039902 +5000296,CA_SCE_SE,Hydro_NonPumped_EP,Parker_Dam,447,60,0,0,1942,9999,4312224,78878.5,17967.6,7.187039902 +5000297,CA_SCE_VLY,Hydro_NonPumped_EP,Kaweah_1,337,2.2,0,0,1929,9999,4042710,73948.68,16844.625,6.737849908 +5000298,CA_SCE_VLY,Hydro_NonPumped_EP,Kaweah_2,336,1.8,0,0,1929,9999,4042710,73948.68,16844.625,6.737849908 +5000299,CA_SCE_VLY,Hydro_NonPumped_EP,Kaweah_3,338,4.8,0,0,1913,9999,4042710,73948.68,16844.625,6.737849908 +5000300,CA_SCE_VLY,Hydro_NonPumped_EP,Springville_Hydroelectric,56125,1,0,0,1994,9999,4042710,73948.68,16844.625,6.737849908 +5000301,CA_SCE_VLY,Hydro_NonPumped_EP,Terminus_Hydroelectric_Project,54343,20.1,0,0,1990,9999,4042710,73948.68,16844.625,6.737849908 +5000302,CA_SCE_VLY,Hydro_NonPumped_EP,Tulare_Success_Power_Project,10222,1.4,0,0,1989,9999,4042710,73948.68,16844.625,6.737849908 +5000303,CA_SCE_VLY,Hydro_NonPumped_EP,Tule_River,289,8.4,0,0,1914,9999,4042710,73948.68,16844.625,6.737849908 +5000304,CA_SDGE,Hydro_NonPumped_EP,Gas_Utilization_Facility,50492,1.5,0,0,2002,9999,4312224,78878.5,17967.6,7.187039902 +5000305,CA_SDGE,Hydro_NonPumped_EP,Rancho_Penasquitos,56615,4.6,0,0,2007,9999,4312224,78878.5,17967.6,7.187039902 +5000306,CA_SDGE,Hydro_NonPumped_EP,Red_Mountain,484,5.9,0,0,1985,9999,4312224,78878.5,17967.6,7.187039902 +5000307,CA_SMUD,Hydro_NonPumped_EP,Folsom,441,198.6,0,0,1955,9999,4196718,76765.72,17486.325,6.994529904 +5000308,CA_SMUD,Hydro_NonPumped_EP,Nimbus,444,13.4,0,0,1955,9999,4196718,76765.72,17486.325,6.994529904 +5000309,CO_DEN,Hydro_NonPumped_EP,Big_Thompson,515,4.5,0,0,1959,9999,3619188,66201.59,15079.95,6.031979918 +5000310,CO_DEN,Hydro_NonPumped_EP,Boulder_Canyon_Hydro,466,10,0,0,1911,9999,3619188,66201.59,15079.95,6.031979918 +5000311,CO_DEN,Hydro_NonPumped_EP,Boulder_City_Betasso_Hydroelectric_Plant,54680,3,0,0,1987,9999,3619188,66201.59,15079.95,6.031979918 +5000312,CO_DEN,Hydro_NonPumped_EP,Boulder_City_Lakewood_Hydro,54679,3.5,0,0,2004,9999,3619188,66201.59,15079.95,6.031979918 +5000313,CO_DEN,Hydro_NonPumped_EP,Boulder_City_Silver_Lake_Hydro,55931,3.3,0,0,2000,9999,3619188,66201.59,15079.95,6.031979918 +5000314,CO_DEN,Hydro_NonPumped_EP,Estes,513,45,0,0,1950,9999,3619188,66201.59,15079.95,6.031979918 +5000315,CO_DEN,Hydro_NonPumped_EP,Flatiron,518,86,0,0,1954,9999,3619188,66201.59,15079.95,6.031979918 +5000316,CO_DEN,Hydro_Pumped_EP,Flatiron,518,8.5,0,0,1954,9999,2241890.5,66201.59,30964.164,0 +5000317,CO_DEN,Hydro_NonPumped_EP,Foothills_Hydro_Plant,10070,3.1,0,0,1985,9999,3619188,66201.59,15079.95,6.031979918 +5000318,CO_DEN,Hydro_NonPumped_EP,Gross_Hydro_Plant,10424,7.8,0,0,2007,9999,3619188,66201.59,15079.95,6.031979918 +5000319,CO_DEN,Hydro_NonPumped_EP,Hillcrest_Pump_Station,54142,2,0,0,1993,9999,3619188,66201.59,15079.95,6.031979918 +5000320,CO_DEN,Hydro_NonPumped_EP,Marys_Lake,517,8.1,0,0,1951,9999,3619188,66201.59,15079.95,6.031979918 +5000321,CO_DEN,Hydro_NonPumped_EP,Pole_Hill,519,38.2,0,0,1954,9999,3619188,66201.59,15079.95,6.031979918 +5000322,CO_DEN,Hydro_NonPumped_EP,Strontia_Springs_Hydro_Plant,10081,1,0,0,1986,9999,3619188,66201.59,15079.95,6.031979918 +5000323,CO_E,Hydro_NonPumped_EP,Tesla,7233,27.6,0,0,1997,9999,3619188,66201.59,15079.95,6.031979918 +5000324,CO_NW,Hydro_Pumped_EP,Cabin_Creek,467,300,0,0,1967,9999,2241890.5,66201.59,30964.164,0 +5000325,CO_NW,Hydro_NonPumped_EP,Dillon_Hydro_Plant,10421,1.8,0,0,1987,9999,3619188,66201.59,15079.95,6.031979918 +5000326,CO_NW,Hydro_NonPumped_EP,Georgetown,472,0.6,0,0,1908,9999,3619188,66201.59,15079.95,6.031979918 +5000327,CO_NW,Hydro_NonPumped_EP,Georgetown,472,0.6,0,0,1906,9999,3619188,66201.59,15079.95,6.031979918 +5000328,CO_NW,Hydro_NonPumped_EP,Grand_Valley_Project_Power_Plant,473,3,0,0,1932,9999,3619188,66201.59,15079.95,6.031979918 +5000329,CO_NW,Hydro_NonPumped_EP,Green_Mountain,516,26,0,0,1943,9999,3619188,66201.59,15079.95,6.031979918 +5000330,CO_NW,Hydro_NonPumped_EP,Lower_Molina,520,4.8,0,0,1962,9999,3619188,66201.59,15079.95,6.031979918 +5000331,CO_NW,Hydro_NonPumped_EP,Manitou_Springs,494,2.5,0,0,1939,9999,3619188,66201.59,15079.95,6.031979918 +5000332,CO_NW,Hydro_NonPumped_EP,Manitou_Springs,494,2.5,0,0,1927,9999,3619188,66201.59,15079.95,6.031979918 +5000333,CO_NW,Hydro_NonPumped_EP,Manitou_Springs,494,1,0,0,2006,9999,3619188,66201.59,15079.95,6.031979918 +5000334,CO_NW,Hydro_Pumped_EP,Mount_Elbert,6208,100,0,0,1981,9999,2241890.5,66201.59,30964.164,0 +5000335,CO_NW,Hydro_Pumped_EP,Mount_Elbert,6208,100,0,0,1984,9999,2241890.5,66201.59,30964.164,0 +5000336,CO_NW,Hydro_NonPumped_EP,North_Fork_Hydro_Plant,10423,5.5,0,0,1988,9999,3619188,66201.59,15079.95,6.031979918 +5000337,CO_NW,Hydro_NonPumped_EP,Redlands_Water_&_Power,50267,1.4,0,0,1931,9999,3619188,66201.59,15079.95,6.031979918 +5000338,CO_NW,Hydro_NonPumped_EP,Ruedi,7458,5,0,0,1985,9999,3619188,66201.59,15079.95,6.031979918 +5000339,CO_NW,Hydro_NonPumped_EP,Shoshone,476,14.4,0,0,1909,9999,3619188,66201.59,15079.95,6.031979918 +5000340,CO_NW,Hydro_NonPumped_EP,Sugarloaf_Hydro_Plant,50435,2.5,0,0,1985,9999,3619188,66201.59,15079.95,6.031979918 +5000341,CO_NW,Hydro_NonPumped_EP,Taylor_Draw_Hydroelectric_Facility,54729,2.3,0,0,1993,9999,3619188,66201.59,15079.95,6.031979918 +5000342,CO_NW,Hydro_NonPumped_EP,Upper_Molina,521,8.6,0,0,1962,9999,3619188,66201.59,15079.95,6.031979918 +5000343,CO_SW,Hydro_NonPumped_EP,Ames_Hydro,6207,3.6,0,0,1906,9999,3619188,66201.59,15079.95,6.031979918 +5000344,CO_SW,Hydro_NonPumped_EP,Blue_Mesa,512,86.4,0,0,1967,9999,3619188,66201.59,15079.95,6.031979918 +5000345,CO_SW,Hydro_NonPumped_EP,Crystal,6159,28,0,0,1978,9999,3619188,66201.59,15079.95,6.031979918 +5000346,CO_SW,Hydro_NonPumped_EP,McPhee,7372,1.2,0,0,1992,9999,3619188,66201.59,15079.95,6.031979918 +5000347,CO_SW,Hydro_NonPumped_EP,Morrow_Point,514,86.6,0,0,1971,9999,3619188,66201.59,15079.95,6.031979918 +5000348,CO_SW,Hydro_NonPumped_EP,Morrow_Point,514,86.6,0,0,1970,9999,3619188,66201.59,15079.95,6.031979918 +5000349,CO_SW,Hydro_NonPumped_EP,Salida,474,0.6,0,0,1908,9999,3619188,66201.59,15079.95,6.031979918 +5000350,CO_SW,Hydro_NonPumped_EP,Salida,474,0.8,0,0,1929,9999,3619188,66201.59,15079.95,6.031979918 +5000351,CO_SW,Hydro_NonPumped_EP,Tacoma,6206,2.3,0,0,1905,9999,3619188,66201.59,15079.95,6.031979918 +5000352,CO_SW,Hydro_NonPumped_EP,Tacoma,6206,2.3,0,0,1906,9999,3619188,66201.59,15079.95,6.031979918 +5000353,CO_SW,Hydro_NonPumped_EP,Towaoc,7373,11.4,0,0,1993,9999,3619188,66201.59,15079.95,6.031979918 +5000354,CO_SW,Hydro_NonPumped_EP,Vallecito_Hydroelectric,50206,5.8,0,0,1989,9999,3619188,66201.59,15079.95,6.031979918 +5000355,ID_E,Hydro_NonPumped_EP,American_Falls,809,92.4,0,0,1978,9999,3657690,66905.85,15240.375,6.096149917 +5000356,ID_E,Hydro_NonPumped_EP,Ashton,825,2.8,0,0,1917,9999,3657690,66905.85,15240.375,6.096149917 +5000357,ID_E,Hydro_NonPumped_EP,Ashton,825,4,0,0,1925,9999,3657690,66905.85,15240.375,6.096149917 +5000358,ID_E,Hydro_NonPumped_EP,Birch_Creek_Power,10140,2.6,0,0,1986,9999,3657690,66905.85,15240.375,6.096149917 +5000359,ID_E,Hydro_NonPumped_EP,City_Power_Plant,841,8,0,0,1982,9999,3657690,66905.85,15240.375,6.096149917 +5000360,ID_E,Hydro_NonPumped_EP,Dry_Creek_Project,54394,3.6,0,0,1987,9999,3657690,66905.85,15240.375,6.096149917 +5000361,ID_E,Hydro_NonPumped_EP,Falls_River_Hydro,54668,9,0,0,1993,9999,3657690,66905.85,15240.375,6.096149917 +5000362,ID_E,Hydro_NonPumped_EP,Felt,6359,0.6,0,0,1946,9999,3657690,66905.85,15240.375,6.096149917 +5000363,ID_E,Hydro_NonPumped_EP,Felt,6359,0.7,0,0,1947,9999,3657690,66905.85,15240.375,6.096149917 +5000364,ID_E,Hydro_NonPumped_EP,Felt,6359,5.6,0,0,1986,9999,3657690,66905.85,15240.375,6.096149917 +5000365,ID_E,Hydro_NonPumped_EP,Felt_Hydroelectric_Plant,10028,2,0,0,1986,9999,3657690,66905.85,15240.375,6.096149917 +5000366,ID_E,Hydro_NonPumped_EP,Felt_Hydroelectric_Plant,10028,5.4,0,0,1985,9999,3657690,66905.85,15240.375,6.096149917 +5000367,ID_E,Hydro_NonPumped_EP,Gem_State,790,23.4,0,0,1988,9999,3657690,66905.85,15240.375,6.096149917 +5000368,ID_E,Hydro_NonPumped_EP,Grace,827,33,0,0,1923,9999,3657690,66905.85,15240.375,6.096149917 +5000369,ID_E,Hydro_NonPumped_EP,Island_Park,4204,4.8,0,0,1994,9999,3657690,66905.85,15240.375,6.096149917 +5000370,ID_E,Hydro_NonPumped_EP,Last_Chance,987,1.7,0,0,1984,9999,3657690,66905.85,15240.375,6.096149917 +5000371,ID_E,Hydro_NonPumped_EP,Little_Wood_Hydro_Project,54386,2.8,0,0,1985,9999,3657690,66905.85,15240.375,6.096149917 +5000372,ID_E,Hydro_NonPumped_EP,Lower_No_1,7012,8,0,0,1982,9999,3657690,66905.85,15240.375,6.096149917 +5000373,ID_E,Hydro_NonPumped_EP,Lower_No_2,843,3,0,0,1940,9999,3657690,66905.85,15240.375,6.096149917 +5000374,ID_E,Hydro_NonPumped_EP,Marsh_Valley_Development,50972,1.6,0,0,1993,9999,3657690,66905.85,15240.375,6.096149917 +5000375,ID_E,Hydro_NonPumped_EP,Mink_Creek_Hydro,10325,3.1,0,0,1986,9999,3657690,66905.85,15240.375,6.096149917 +5000376,ID_E,Hydro_NonPumped_EP,Oneida,829,10,0,0,1916,9999,3657690,66905.85,15240.375,6.096149917 +5000377,ID_E,Hydro_NonPumped_EP,Oneida,829,10,0,0,1915,9999,3657690,66905.85,15240.375,6.096149917 +5000378,ID_E,Hydro_NonPumped_EP,Oneida,829,10,0,0,1920,9999,3657690,66905.85,15240.375,6.096149917 +5000379,ID_E,Hydro_NonPumped_EP,Palisades,850,44.1,0,0,1958,9999,3657690,66905.85,15240.375,6.096149917 +5000380,ID_E,Hydro_NonPumped_EP,Palisades,850,132.3,0,0,1957,9999,3657690,66905.85,15240.375,6.096149917 +5000381,ID_E,Hydro_NonPumped_EP,Soda,831,14,0,0,1924,9999,3657690,66905.85,15240.375,6.096149917 +5000382,ID_E,Hydro_NonPumped_EP,Strawberry_Creek,6393,1.5,0,0,1951,9999,3657690,66905.85,15240.375,6.096149917 +5000383,ID_E,Hydro_NonPumped_EP,Swift_Creek,6394,0.9,0,0,2010,9999,3657690,66905.85,15240.375,6.096149917 +5000384,ID_E,Hydro_NonPumped_EP,Swift_Creek,6394,0.8,0,0,2009,9999,3657690,66905.85,15240.375,6.096149917 +5000385,ID_E,Hydro_NonPumped_EP,Upper_Power_Plant,844,8,0,0,1982,9999,3657690,66905.85,15240.375,6.096149917 +5000386,ID_S_OR_E,Hydro_NonPumped_EP,Anderson_Ranch,6395,20,0,0,1950,9999,3657690,66905.85,15240.375,6.096149917 +5000387,ID_S_OR_E,Hydro_NonPumped_EP,Anderson_Ranch,6395,20,0,0,1951,9999,3657690,66905.85,15240.375,6.096149917 +5000388,ID_S_OR_E,Hydro_NonPumped_EP,Arrowrock_Hydroelectric_Project,56997,15,0,0,2010,9999,3657690,66905.85,15240.375,6.096149917 +5000389,ID_S_OR_E,Hydro_NonPumped_EP,Barber_Dam,10735,4.1,0,0,1990,9999,3657690,66905.85,15240.375,6.096149917 +5000390,ID_S_OR_E,Hydro_NonPumped_EP,Black_Canyon,6396,10.2,0,0,1925,9999,3657690,66905.85,15240.375,6.096149917 +5000391,ID_S_OR_E,Hydro_NonPumped_EP,Blind_Canyon_Hydro,54514,1.3,0,0,1992,9999,3657690,66905.85,15240.375,6.096149917 +5000392,ID_S_OR_E,Hydro_NonPumped_EP,Bliss,810,25,0,0,1949,9999,3657690,66905.85,15240.375,6.096149917 +5000393,ID_S_OR_E,Hydro_NonPumped_EP,Bliss,810,50,0,0,1950,9999,3657690,66905.85,15240.375,6.096149917 +5000394,ID_S_OR_E,Hydro_NonPumped_EP,Boise_R_Diversion,6397,3.3,0,0,2004,9999,3657690,66905.85,15240.375,6.096149917 +5000395,ID_S_OR_E,Hydro_NonPumped_EP,Brownlee,811,90.1,0,0,1959,9999,3657690,66905.85,15240.375,6.096149917 +5000396,ID_S_OR_E,Hydro_NonPumped_EP,Brownlee,811,225,0,0,1980,9999,3657690,66905.85,15240.375,6.096149917 +5000397,ID_S_OR_E,Hydro_NonPumped_EP,Brownlee,811,270.3,0,0,1958,9999,3657690,66905.85,15240.375,6.096149917 +5000398,ID_S_OR_E,Hydro_NonPumped_EP,Bypass,50895,9.9,0,0,1987,9999,3657690,66905.85,15240.375,6.096149917 +5000399,ID_S_OR_E,Hydro_NonPumped_EP,Cascade,813,6.2,0,0,1984,9999,3657690,66905.85,15240.375,6.096149917 +5000400,ID_S_OR_E,Hydro_NonPumped_EP,Cascade,813,6.2,0,0,1983,9999,3657690,66905.85,15240.375,6.096149917 +5000401,ID_S_OR_E,Hydro_NonPumped_EP,C_J_Strike,812,82.8,0,0,1952,9999,3657690,66905.85,15240.375,6.096149917 +5000402,ID_S_OR_E,Hydro_NonPumped_EP,Clear_Lake,814,2.5,0,0,1937,9999,3657690,66905.85,15240.375,6.096149917 +5000403,ID_S_OR_E,Hydro_NonPumped_EP,Crystal_Springs,10806,2.3,0,0,1988,9999,3657690,66905.85,15240.375,6.096149917 +5000404,ID_S_OR_E,Hydro_NonPumped_EP,Dietrich_Drop,10807,4.8,0,0,1990,9999,3657690,66905.85,15240.375,6.096149917 +5000405,ID_S_OR_E,Hydro_NonPumped_EP,El_Dorado_Hydro_Elk_Creek,50891,2.6,0,0,1986,9999,3657690,66905.85,15240.375,6.096149917 +5000406,ID_S_OR_E,Hydro_NonPumped_EP,Hazelton_B_Hydro,54558,7.6,0,0,1993,9999,3657690,66905.85,15240.375,6.096149917 +5000407,ID_S_OR_E,Hydro_NonPumped_EP,Hells_Canyon,3013,391.5,0,0,1967,9999,3657690,66905.85,15240.375,6.096149917 +5000408,ID_S_OR_E,Hydro_NonPumped_EP,Horseshoe_Bend_Hydroelectric_Company,54524,9.4,0,0,1995,9999,3657690,66905.85,15240.375,6.096149917 +5000409,ID_S_OR_E,Hydro_NonPumped_EP,Koyle_Ranch_Hydroelectric_Project,10781,1.3,0,0,1983,9999,3657690,66905.85,15240.375,6.096149917 +5000410,ID_S_OR_E,Hydro_NonPumped_EP,K_W_Company,55007,0.5,0,0,1985,9999,3657690,66905.85,15240.375,6.096149917 +5000411,ID_S_OR_E,Hydro_NonPumped_EP,K_W_Company,55007,0.1,0,0,1997,9999,3657690,66905.85,15240.375,6.096149917 +5000412,ID_S_OR_E,Hydro_NonPumped_EP,K_W_Company,55007,0.8,0,0,1983,9999,3657690,66905.85,15240.375,6.096149917 +5000413,ID_S_OR_E,Hydro_NonPumped_EP,Lateral_10_Ventures,54753,2.4,0,0,1984,9999,3657690,66905.85,15240.375,6.096149917 +5000414,ID_S_OR_E,Hydro_NonPumped_EP,Little_Mac_Project,10049,1.5,0,0,1984,9999,3657690,66905.85,15240.375,6.096149917 +5000415,ID_S_OR_E,Hydro_NonPumped_EP,Lower_Malad,815,13.5,0,0,1948,9999,3657690,66905.85,15240.375,6.096149917 +5000416,ID_S_OR_E,Hydro_NonPumped_EP,Lower_Salmon,816,60,0,0,1949,9999,3657690,66905.85,15240.375,6.096149917 +5000417,ID_S_OR_E,Hydro_NonPumped_EP,Low_Line_Rapids,10808,2.8,0,0,1990,9999,3657690,66905.85,15240.375,6.096149917 +5000418,ID_S_OR_E,Hydro_NonPumped_EP,Lucky_Peak_Power_Plant_Project,10014,101.2,0,0,1988,9999,3657690,66905.85,15240.375,6.096149917 +5000419,ID_S_OR_E,Hydro_NonPumped_EP,Magic_Dam_Hydroelectric_Project,10740,9,0,0,1989,9999,3657690,66905.85,15240.375,6.096149917 +5000420,ID_S_OR_E,Hydro_NonPumped_EP,Marco_Ranch,50323,1.2,0,0,1985,9999,3657690,66905.85,15240.375,6.096149917 +5000421,ID_S_OR_E,Hydro_NonPumped_EP,Michell_Butte_Power_Project,50360,1.8,0,0,1989,9999,3657690,66905.85,15240.375,6.096149917 +5000422,ID_S_OR_E,Hydro_NonPumped_EP,Mile_28_Water_Power_Project,54812,1.4,0,0,1994,9999,3657690,66905.85,15240.375,6.096149917 +5000423,ID_S_OR_E,Hydro_NonPumped_EP,Milner_Hydro,7190,58.7,0,0,1992,9999,3657690,66905.85,15240.375,6.096149917 +5000424,ID_S_OR_E,Hydro_NonPumped_EP,Minidoka,6398,5,0,0,1942,9999,3657690,66905.85,15240.375,6.096149917 +5000425,ID_S_OR_E,Hydro_NonPumped_EP,Minidoka,6398,2.7,0,0,1927,9999,3657690,66905.85,15240.375,6.096149917 +5000426,ID_S_OR_E,Hydro_NonPumped_EP,Minidoka,6398,20,0,0,1997,9999,3657690,66905.85,15240.375,6.096149917 +5000427,ID_S_OR_E,Hydro_NonPumped_EP,Mora_Drop_Hydroelectric_Project,56498,1.7,0,0,2006,9999,3657690,66905.85,15240.375,6.096149917 +5000428,ID_S_OR_E,Hydro_NonPumped_EP,Notch_Butte_Hydro,50718,1,0,0,1986,9999,3657690,66905.85,15240.375,6.096149917 +5000429,ID_S_OR_E,Hydro_NonPumped_EP,Owyhee_Dam_Power_Project,50361,4.3,0,0,1985,9999,3657690,66905.85,15240.375,6.096149917 +5000430,ID_S_OR_E,Hydro_NonPumped_EP,Oxbow,3014,190,0,0,1961,9999,3657690,66905.85,15240.375,6.096149917 +5000431,ID_S_OR_E,Hydro_NonPumped_EP,Rock_Creek_I,50987,2.1,0,0,1983,9999,3657690,66905.85,15240.375,6.096149917 +5000432,ID_S_OR_E,Hydro_NonPumped_EP,Rock_Creek_II,10809,1.9,0,0,1990,9999,3657690,66905.85,15240.375,6.096149917 +5000433,ID_S_OR_E,Hydro_NonPumped_EP,S_E_Hazelton_A,50896,8.4,0,0,1990,9999,3657690,66905.85,15240.375,6.096149917 +5000434,ID_S_OR_E,Hydro_NonPumped_EP,Shoshone_Falls,818,0.4,0,0,1907,9999,3657690,66905.85,15240.375,6.096149917 +5000435,ID_S_OR_E,Hydro_NonPumped_EP,Shoshone_Falls,818,11.5,0,0,1921,9999,3657690,66905.85,15240.375,6.096149917 +5000436,ID_S_OR_E,Hydro_NonPumped_EP,Shoshone_Falls,818,0.6,0,0,1909,9999,3657690,66905.85,15240.375,6.096149917 +5000437,ID_S_OR_E,Hydro_NonPumped_EP,South_Forks_Hydro,10296,8,0,0,1984,9999,3657690,66905.85,15240.375,6.096149917 +5000438,ID_S_OR_E,Hydro_NonPumped_EP,Swan_Falls,819,25,0,0,1994,9999,3657690,66905.85,15240.375,6.096149917 +5000439,ID_S_OR_E,Hydro_NonPumped_EP,Thousand_Springs,820,6.8,0,0,1920,9999,3657690,66905.85,15240.375,6.096149917 +5000440,ID_S_OR_E,Hydro_NonPumped_EP,Tunnel_1_Power_Project,50362,7,0,0,1993,9999,3657690,66905.85,15240.375,6.096149917 +5000441,ID_S_OR_E,Hydro_NonPumped_EP,Twin_Falls,821,8.4,0,0,1935,9999,3657690,66905.85,15240.375,6.096149917 +5000442,ID_S_OR_E,Hydro_NonPumped_EP,Twin_Falls,821,44.3,0,0,1995,9999,3657690,66905.85,15240.375,6.096149917 +5000443,ID_S_OR_E,Hydro_NonPumped_EP,Upper_Malad,823,8.3,0,0,1948,9999,3657690,66905.85,15240.375,6.096149917 +5000444,ID_S_OR_E,Hydro_NonPumped_EP,Upper_Salmon_A,822,18,0,0,1937,9999,3657690,66905.85,15240.375,6.096149917 +5000445,ID_S_OR_E,Hydro_NonPumped_EP,Upper_Salmon_B,7079,16.5,0,0,1947,9999,3657690,66905.85,15240.375,6.096149917 +5000446,ID_S_OR_E,Hydro_NonPumped_EP,Wallowa_Falls,3041,1.1,0,0,1921,9999,3657690,66905.85,15240.375,6.096149917 +5000447,ID_S_OR_E,Hydro_NonPumped_EP,Wilson_Lake_Hydroelectric_Project,54306,8.4,0,0,1993,9999,3657690,66905.85,15240.375,6.096149917 +5000448,MT_NE,Hydro_NonPumped_EP,Black_Eagle,2181,16.8,0,0,1927,9999,3657690,66905.85,15240.375,6.096149917 +5000449,MT_NE,Hydro_NonPumped_EP,Cochrane,2182,60.4,0,0,1958,9999,3657690,66905.85,15240.375,6.096149917 +5000450,MT_NE,Hydro_NonPumped_EP,Holter,2186,38.4,0,0,1918,9999,3657690,66905.85,15240.375,6.096149917 +5000451,MT_NE,Hydro_NonPumped_EP,Morony,2191,45,0,0,1930,9999,3657690,66905.85,15240.375,6.096149917 +5000452,MT_NE,Hydro_NonPumped_EP,Rainbow,2193,25,0,0,1910,9999,3657690,66905.85,15240.375,6.096149917 +5000453,MT_NE,Hydro_NonPumped_EP,Rainbow,2193,11.6,0,0,1917,9999,3657690,66905.85,15240.375,6.096149917 +5000454,MT_NE,Hydro_NonPumped_EP,Ryan,2194,16,0,0,1916,9999,3657690,66905.85,15240.375,6.096149917 +5000455,MT_NE,Hydro_NonPumped_EP,Ryan,2194,32,0,0,1915,9999,3657690,66905.85,15240.375,6.096149917 +5000456,MT_NE,Hydro_NonPumped_EP,Tiber_Dam_Hydroelectric_Plant,56499,7.5,0,0,2004,9999,3657690,66905.85,15240.375,6.096149917 +5000457,MT_NE,Hydro_NonPumped_EP,Turnbull_Hydro,57690,13,0,0,2011,9999,3657690,66905.85,15240.375,6.096149917 +5000458,MT_NW,Hydro_NonPumped_EP,Big_Fork,6459,0.7,0,0,1910,9999,3696192,67610.225,15400.8,6.160319916 +5000459,MT_NW,Hydro_NonPumped_EP,Big_Fork,6459,1.7,0,0,1927,9999,3696192,67610.225,15400.8,6.160319916 +5000460,MT_NW,Hydro_NonPumped_EP,Big_Fork,6459,1.7,0,0,1928,9999,3696192,67610.225,15400.8,6.160319916 +5000461,MT_NW,Hydro_NonPumped_EP,Hungry_Horse,2203,214,0,0,1953,9999,3696192,67610.225,15400.8,6.160319916 +5000462,MT_NW,Hydro_NonPumped_EP,Hungry_Horse,2203,214,0,0,1952,9999,3696192,67610.225,15400.8,6.160319916 +5000463,MT_NW,Hydro_NonPumped_EP,Kerr,2188,50.4,0,0,1949,9999,3696192,67610.225,15400.8,6.160319916 +5000464,MT_NW,Hydro_NonPumped_EP,Kerr,2188,70.6,0,0,1938,9999,3696192,67610.225,15400.8,6.160319916 +5000465,MT_NW,Hydro_NonPumped_EP,Kerr,2188,86.6,0,0,1954,9999,3696192,67610.225,15400.8,6.160319916 +5000466,MT_NW,Hydro_NonPumped_EP,Libby,6172,105,0,0,1984,9999,3696192,67610.225,15400.8,6.160319916 +5000467,MT_NW,Hydro_NonPumped_EP,Libby,6172,210,0,0,1975,9999,3696192,67610.225,15400.8,6.160319916 +5000468,MT_NW,Hydro_NonPumped_EP,Libby,6172,210,0,0,1976,9999,3696192,67610.225,15400.8,6.160319916 +5000469,MT_NW,Hydro_NonPumped_EP,Noxon_Rapids,2199,304.6,0,0,1959,9999,3696192,67610.225,15400.8,6.160319916 +5000470,MT_NW,Hydro_NonPumped_EP,Noxon_Rapids,2199,113.8,0,0,1960,9999,3696192,67610.225,15400.8,6.160319916 +5000471,MT_NW,Hydro_NonPumped_EP,Noxon_Rapids,2199,114,0,0,1977,9999,3696192,67610.225,15400.8,6.160319916 +5000472,MT_NW,Hydro_NonPumped_EP,Thompson_Falls,2195,10,0,0,1916,9999,3696192,67610.225,15400.8,6.160319916 +5000473,MT_NW,Hydro_NonPumped_EP,Thompson_Falls,2195,10,0,0,1917,9999,3696192,67610.225,15400.8,6.160319916 +5000474,MT_NW,Hydro_NonPumped_EP,Thompson_Falls,2195,67.1,0,0,1915,9999,3696192,67610.225,15400.8,6.160319916 +5000475,MT_SE,Hydro_NonPumped_EP,Mystic,2192,12,0,0,1925,9999,3657690,66905.85,15240.375,6.096149917 +5000476,MT_SE,Hydro_NonPumped_EP,South_Dry_Creek_Hydro,10138,2,0,0,1985,9999,3657690,66905.85,15240.375,6.096149917 +5000477,MT_SE,Hydro_NonPumped_EP,Yellowtail,2204,250,0,0,1966,9999,3657690,66905.85,15240.375,6.096149917 +5000478,MT_SW,Hydro_NonPumped_EP,Broadwater_Power_Project,54006,9.7,0,0,1989,9999,3657690,66905.85,15240.375,6.096149917 +5000479,MT_SW,Hydro_NonPumped_EP,Canyon_Ferry,6400,16.6,0,0,1953,9999,3657690,66905.85,15240.375,6.096149917 +5000480,MT_SW,Hydro_NonPumped_EP,Canyon_Ferry,6400,33.2,0,0,1954,9999,3657690,66905.85,15240.375,6.096149917 +5000481,MT_SW,Hydro_NonPumped_EP,Hauser,2185,3,0,0,1915,9999,3657690,66905.85,15240.375,6.096149917 +5000482,MT_SW,Hydro_NonPumped_EP,Hauser,2185,14,0,0,1911,9999,3657690,66905.85,15240.375,6.096149917 +5000483,MT_SW,Hydro_NonPumped_EP,Madison,6422,2.2,0,0,1908,9999,3657690,66905.85,15240.375,6.096149917 +5000484,MT_SW,Hydro_NonPumped_EP,Madison,6422,6.6,0,0,1906,9999,3657690,66905.85,15240.375,6.096149917 +5000485,NM_N,Hydro_NonPumped_EP,Abiquiu_Dam,7789,3,0,0,2011,9999,3696192,67610.225,15400.8,6.160319916 +5000486,NM_N,Hydro_NonPumped_EP,Abiquiu_Dam,7789,12.6,0,0,1989,9999,3696192,67610.225,15400.8,6.160319916 +5000487,NM_N,Hydro_NonPumped_EP,Elephant_Butte,6402,27.9,0,0,1940,9999,3696192,67610.225,15400.8,6.160319916 +5000488,NM_N,Hydro_NonPumped_EP,El_Vado_Dam,7593,8,0,0,1988,9999,3696192,67610.225,15400.8,6.160319916 +5000489,NV_N,Hydro_NonPumped_EP,Fleish,6513,2,0,0,1914,9999,4042710,73948.68,16844.625,6.737849908 +5000490,NV_N,Hydro_NonPumped_EP,Lahontan,6521,1.8,0,0,1911,9999,4042710,73948.68,16844.625,6.737849908 +5000491,NV_N,Hydro_NonPumped_EP,New_Lahontan,50261,4,0,0,1989,9999,4042710,73948.68,16844.625,6.737849908 +5000492,NV_N,Hydro_NonPumped_EP,Verdi,6531,2.4,0,0,1911,9999,4042710,73948.68,16844.625,6.737849908 +5000493,NV_N,Hydro_NonPumped_EP,Washoe,6532,2.6,0,0,1904,9999,4042710,73948.68,16844.625,6.737849908 +5000494,NV_S,Hydro_NonPumped_EP,Hoover_Dam,8902,260,0,0,1939,9999,4042710,73948.68,16844.625,6.737849908 +5000495,NV_S,Hydro_NonPumped_EP,Hoover_Dam,154,130,0,0,1961,9999,4042710,73948.68,16844.625,6.737849908 +5000496,NV_S,Hydro_NonPumped_EP,Hoover_Dam,8902,61.5,0,0,1937,9999,4042710,73948.68,16844.625,6.737849908 +5000497,NV_S,Hydro_NonPumped_EP,Hoover_Dam,8902,2.4,0,0,1936,9999,4042710,73948.68,16844.625,6.737849908 +5000498,NV_S,Hydro_NonPumped_EP,Hoover_Dam,8902,127,0,0,1943,9999,4042710,73948.68,16844.625,6.737849908 +5000499,NV_S,Hydro_NonPumped_EP,Hoover_Dam,154,260,0,0,1938,9999,4042710,73948.68,16844.625,6.737849908 +5000500,NV_S,Hydro_NonPumped_EP,Hoover_Dam,154,127,0,0,1944,9999,4042710,73948.68,16844.625,6.737849908 +5000501,NV_S,Hydro_NonPumped_EP,Hoover_Dam,8902,328.5,0,0,1952,9999,4042710,73948.68,16844.625,6.737849908 +5000502,NV_S,Hydro_NonPumped_EP,Hoover_Dam,154,392.4,0,0,1936,9999,4042710,73948.68,16844.625,6.737849908 +5000503,NV_S,Hydro_NonPumped_EP,Hoover_Dam,8902,130,0,0,1941,9999,4042710,73948.68,16844.625,6.737849908 +5000504,NV_S,Hydro_NonPumped_EP,Hoover_Dam,8902,130,0,0,1942,9999,4042710,73948.68,16844.625,6.737849908 +5000505,NV_S,Hydro_NonPumped_EP,Hoover_Dam,154,130,0,0,1937,9999,4042710,73948.68,16844.625,6.737849908 +5000506,OR_E,Hydro_NonPumped_EP,Bend,6484,0.2,0,0,1913,9999,4004208,73244.305,16684.2,6.673679909 +5000507,OR_E,Hydro_NonPumped_EP,Bend,6484,0.6,0,0,1917,9999,4004208,73244.305,16684.2,6.673679909 +5000508,OR_E,Hydro_NonPumped_EP,Bend,6484,0.3,0,0,1916,9999,4004208,73244.305,16684.2,6.673679909 +5000509,OR_E,Hydro_NonPumped_EP,John_C_Boyle,3028,98.7,0,0,1958,9999,4004208,73244.305,16684.2,6.673679909 +5000510,OR_E,Hydro_NonPumped_EP,Juniper_Ridge_Hydroelectric_Project,57437,5,0,0,2010,9999,4004208,73244.305,16684.2,6.673679909 +5000511,OR_E,Hydro_NonPumped_EP,Siphon_Power_Project,50980,5.4,0,0,1989,9999,4004208,73244.305,16684.2,6.673679909 +5000512,OR_E,Hydro_NonPumped_EP,Sprague_Hydro,10737,1.2,0,0,1989,9999,4004208,73244.305,16684.2,6.673679909 +5000513,OR_PDX,Hydro_NonPumped_EP,Bonneville,3075,162,0,0,1941,9999,4004208,73244.305,16684.2,6.673679909 +5000514,OR_PDX,Hydro_NonPumped_EP,Bonneville,3075,54,0,0,1944,9999,4004208,73244.305,16684.2,6.673679909 +5000515,OR_PDX,Hydro_NonPumped_EP,Bonneville,3075,162,0,0,1943,9999,4004208,73244.305,16684.2,6.673679909 +5000516,OR_PDX,Hydro_NonPumped_EP,Bonneville,3075,54,0,0,1942,9999,4004208,73244.305,16684.2,6.673679909 +5000517,OR_PDX,Hydro_NonPumped_EP,Bonneville,3075,212.6,0,0,1981,9999,4004208,73244.305,16684.2,6.673679909 +5000518,OR_PDX,Hydro_NonPumped_EP,Bonneville,3075,345.6,0,0,1982,9999,4004208,73244.305,16684.2,6.673679909 +5000519,OR_PDX,Hydro_NonPumped_EP,Bonneville,3075,102.7,0,0,1938,9999,4004208,73244.305,16684.2,6.673679909 +5000520,OR_PDX,Hydro_NonPumped_EP,Faraday,3045,2.7,0,0,1908,9999,4004208,73244.305,16684.2,6.673679909 +5000521,OR_PDX,Hydro_NonPumped_EP,Faraday,3045,4,0,0,1910,9999,4004208,73244.305,16684.2,6.673679909 +5000522,OR_PDX,Hydro_NonPumped_EP,Faraday,3045,4.5,0,0,1909,9999,4004208,73244.305,16684.2,6.673679909 +5000523,OR_PDX,Hydro_NonPumped_EP,Faraday,3045,19.2,0,0,1958,9999,4004208,73244.305,16684.2,6.673679909 +5000524,OR_PDX,Hydro_NonPumped_EP,Faraday,3045,6.2,0,0,1907,9999,4004208,73244.305,16684.2,6.673679909 +5000525,OR_PDX,Hydro_NonPumped_EP,North_Fork,3047,40.8,0,0,1958,9999,4004208,73244.305,16684.2,6.673679909 +5000526,OR_PDX,Hydro_NonPumped_EP,Oak_Grove,6505,25.5,0,0,1931,9999,4004208,73244.305,16684.2,6.673679909 +5000527,OR_PDX,Hydro_NonPumped_EP,Oak_Grove,6505,25.5,0,0,1924,9999,4004208,73244.305,16684.2,6.673679909 +5000528,OR_PDX,Hydro_NonPumped_EP,PHP_1,4213,23.7,0,0,1982,9999,4004208,73244.305,16684.2,6.673679909 +5000529,OR_PDX,Hydro_NonPumped_EP,PHP_2,4214,11.8,0,0,1982,9999,4004208,73244.305,16684.2,6.673679909 +5000530,OR_PDX,Hydro_NonPumped_EP,River_Mill,3049,5,0,0,1952,9999,4004208,73244.305,16684.2,6.673679909 +5000531,OR_PDX,Hydro_NonPumped_EP,River_Mill,3049,3.9,0,0,1927,9999,4004208,73244.305,16684.2,6.673679909 +5000532,OR_PDX,Hydro_NonPumped_EP,River_Mill,3049,3.3,0,0,1912,9999,4004208,73244.305,16684.2,6.673679909 +5000533,OR_PDX,Hydro_NonPumped_EP,River_Mill,3049,6.6,0,0,1911,9999,4004208,73244.305,16684.2,6.673679909 +5000534,OR_PDX,Hydro_NonPumped_EP,Stone_Creek,7508,12,0,0,1994,9999,4004208,73244.305,16684.2,6.673679909 +5000535,OR_PDX,Hydro_NonPumped_EP,Sullivan,3053,14.4,0,0,1952,9999,4004208,73244.305,16684.2,6.673679909 +5000536,OR_PDX,Hydro_NonPumped_EP,Sullivan,3053,1,0,0,1924,9999,4004208,73244.305,16684.2,6.673679909 +5000537,OR_W,Hydro_NonPumped_EP,Big_Cliff,3074,18,0,0,1954,9999,4004208,73244.305,16684.2,6.673679909 +5000538,OR_W,Hydro_NonPumped_EP,Box_Canyon,50179,5,0,0,1986,9999,4004208,73244.305,16684.2,6.673679909 +5000539,OR_W,Hydro_NonPumped_EP,Carmen_Smith,3067,114.3,0,0,1963,9999,4004208,73244.305,16684.2,6.673679909 +5000540,OR_W,Hydro_NonPumped_EP,Clearwater_1,3020,15,0,0,1953,9999,4004208,73244.305,16684.2,6.673679909 +5000541,OR_W,Hydro_NonPumped_EP,Clearwater_2,3021,26,0,0,1953,9999,4004208,73244.305,16684.2,6.673679909 +5000542,OR_W,Hydro_NonPumped_EP,Copco_1,294,20,0,0,1918,9999,4004208,73244.305,16684.2,6.673679909 +5000543,OR_W,Hydro_NonPumped_EP,Copco_2,295,27,0,0,1925,9999,4004208,73244.305,16684.2,6.673679909 +5000544,OR_W,Hydro_NonPumped_EP,Cougar,3076,26,0,0,1964,9999,4004208,73244.305,16684.2,6.673679909 +5000545,OR_W,Hydro_NonPumped_EP,Detroit,3077,100,0,0,1953,9999,4004208,73244.305,16684.2,6.673679909 +5000546,OR_W,Hydro_NonPumped_EP,Dexter,3078,15,0,0,1955,9999,4004208,73244.305,16684.2,6.673679909 +5000547,OR_W,Hydro_NonPumped_EP,Eagle_Point,3024,2.8,0,0,1957,9999,4004208,73244.305,16684.2,6.673679909 +5000548,OR_W,Hydro_NonPumped_EP,Fall_Creek,296,0.4,0,0,1907,9999,4004208,73244.305,16684.2,6.673679909 +5000549,OR_W,Hydro_NonPumped_EP,Fall_Creek,296,0.5,0,0,1903,9999,4004208,73244.305,16684.2,6.673679909 +5000550,OR_W,Hydro_NonPumped_EP,Fall_Creek,296,1.2,0,0,1910,9999,4004208,73244.305,16684.2,6.673679909 +5000551,OR_W,Hydro_NonPumped_EP,Falls_Creek,52187,4.1,0,0,1984,9999,4004208,73244.305,16684.2,6.673679909 +5000552,OR_W,Hydro_NonPumped_EP,Fish_Creek,3026,11,0,0,1952,9999,4004208,73244.305,16684.2,6.673679909 +5000553,OR_W,Hydro_NonPumped_EP,Foster,6552,20,0,0,1968,9999,4004208,73244.305,16684.2,6.673679909 +5000554,OR_W,Hydro_NonPumped_EP,Galesville_Project,50938,1.6,0,0,1987,9999,4004208,73244.305,16684.2,6.673679909 +5000555,OR_W,Hydro_NonPumped_EP,Green_Peter,3080,80,0,0,1967,9999,4004208,73244.305,16684.2,6.673679909 +5000556,OR_W,Hydro_NonPumped_EP,Green_Springs,6403,17.2,0,0,1960,9999,4004208,73244.305,16684.2,6.673679909 +5000557,OR_W,Hydro_NonPumped_EP,Hills_Creek,3081,30,0,0,1962,9999,4004208,73244.305,16684.2,6.673679909 +5000558,OR_W,Hydro_NonPumped_EP,Iron_Gate,297,18,0,0,1962,9999,4004208,73244.305,16684.2,6.673679909 +5000559,OR_W,Hydro_NonPumped_EP,Lacomb_Irrigation_District,52155,1,0,0,1986,9999,4004208,73244.305,16684.2,6.673679909 +5000560,OR_W,Hydro_NonPumped_EP,Leaburg,3068,7.5,0,0,1950,9999,4004208,73244.305,16684.2,6.673679909 +5000561,OR_W,Hydro_NonPumped_EP,Leaburg,3068,8.4,0,0,1930,9999,4004208,73244.305,16684.2,6.673679909 +5000562,OR_W,Hydro_NonPumped_EP,Lemolo_1,3029,32.8,0,0,1955,9999,4004208,73244.305,16684.2,6.673679909 +5000563,OR_W,Hydro_NonPumped_EP,Lemolo_2,6421,33,0,0,1956,9999,4004208,73244.305,16684.2,6.673679909 +5000564,OR_W,Hydro_NonPumped_EP,Lookout_Point,3083,120,0,0,1955,9999,4004208,73244.305,16684.2,6.673679909 +5000565,OR_W,Hydro_NonPumped_EP,Lost_Creek,6174,49,0,0,1977,9999,4004208,73244.305,16684.2,6.673679909 +5000566,OR_W,Hydro_NonPumped_EP,Lost_Creek_I,10708,1.1,0,0,1989,9999,4004208,73244.305,16684.2,6.673679909 +5000567,OR_W,Hydro_NonPumped_EP,McNary_Dam_Fish_Attraction_Project,7511,10,0,0,1997,9999,4004208,73244.305,16684.2,6.673679909 +5000568,OR_W,Hydro_NonPumped_EP,Prospect_1,3032,3.8,0,0,1912,9999,4004208,73244.305,16684.2,6.673679909 +5000569,OR_W,Hydro_NonPumped_EP,Prospect_2,3033,32,0,0,1928,9999,4004208,73244.305,16684.2,6.673679909 +5000570,OR_W,Hydro_NonPumped_EP,Prospect_3,3034,7.2,0,0,1932,9999,4004208,73244.305,16684.2,6.673679909 +5000571,OR_W,Hydro_NonPumped_EP,Prospect_4,3035,1,0,0,1944,9999,4004208,73244.305,16684.2,6.673679909 +5000572,OR_W,Hydro_NonPumped_EP,Slide_Creek,3036,18,0,0,1951,9999,4004208,73244.305,16684.2,6.673679909 +5000573,OR_W,Hydro_NonPumped_EP,Soda_Springs,3037,11,0,0,1952,9999,4004208,73244.305,16684.2,6.673679909 +5000574,OR_W,Hydro_NonPumped_EP,Toketee_Falls,3040,28.4,0,0,1950,9999,4004208,73244.305,16684.2,6.673679909 +5000575,OR_W,Hydro_NonPumped_EP,Toketee_Falls,3040,14.2,0,0,1949,9999,4004208,73244.305,16684.2,6.673679909 +5000576,OR_W,Hydro_NonPumped_EP,Walterville,3071,8,0,0,1949,9999,4004208,73244.305,16684.2,6.673679909 +5000577,OR_WA_BPA,Hydro_NonPumped_EP,Chandler,6406,12,0,0,1956,9999,4004208,73244.305,16684.2,6.673679909 +5000578,OR_WA_BPA,Hydro_NonPumped_EP,Copper_Dam_Plant,10323,3,0,0,1986,9999,4004208,73244.305,16684.2,6.673679909 +5000579,OR_WA_BPA,Hydro_NonPumped_EP,Cowiche,50423,1.7,0,0,1987,9999,4004208,73244.305,16684.2,6.673679909 +5000580,OR_WA_BPA,Hydro_NonPumped_EP,Dalles_Dam_North_Fishway_Project,7431,6.5,0,0,1991,9999,4004208,73244.305,16684.2,6.673679909 +5000581,OR_WA_BPA,Hydro_NonPumped_EP,Drop_2,6507,2.5,0,0,1942,9999,4004208,73244.305,16684.2,6.673679909 +5000582,OR_WA_BPA,Hydro_NonPumped_EP,Drop_3,6508,1.6,0,0,1932,9999,4004208,73244.305,16684.2,6.673679909 +5000583,OR_WA_BPA,Hydro_NonPumped_EP,Eltopia_Branch_Canal_4.6,56696,2.2,0,0,1983,9999,4004208,73244.305,16684.2,6.673679909 +5000584,OR_WA_BPA,Hydro_NonPumped_EP,Ice_Harbor,3925,222,0,0,1975,9999,4004208,73244.305,16684.2,6.673679909 +5000585,OR_WA_BPA,Hydro_NonPumped_EP,Ice_Harbor,3925,270,0,0,1962,9999,4004208,73244.305,16684.2,6.673679909 +5000586,OR_WA_BPA,Hydro_NonPumped_EP,Ice_Harbor,3925,111,0,0,1976,9999,4004208,73244.305,16684.2,6.673679909 +5000587,OR_WA_BPA,Hydro_NonPumped_EP,John_Day,3082,405,0,0,1971,9999,4004208,73244.305,16684.2,6.673679909 +5000588,OR_WA_BPA,Hydro_NonPumped_EP,John_Day,3082,810,0,0,1969,9999,4004208,73244.305,16684.2,6.673679909 +5000589,OR_WA_BPA,Hydro_NonPumped_EP,John_Day,3082,405,0,0,1970,9999,4004208,73244.305,16684.2,6.673679909 +5000590,OR_WA_BPA,Hydro_NonPumped_EP,John_Day,3082,540,0,0,1968,9999,4004208,73244.305,16684.2,6.673679909 +5000591,OR_WA_BPA,Hydro_NonPumped_EP,Lower_Monumental,3927,270,0,0,1969,9999,4004208,73244.305,16684.2,6.673679909 +5000592,OR_WA_BPA,Hydro_NonPumped_EP,Lower_Monumental,3927,405,0,0,1979,9999,4004208,73244.305,16684.2,6.673679909 +5000593,OR_WA_BPA,Hydro_NonPumped_EP,Lower_Monumental,3927,135,0,0,1970,9999,4004208,73244.305,16684.2,6.673679909 +5000594,OR_WA_BPA,Hydro_NonPumped_EP,McNary,3084,210,0,0,1956,9999,4004208,73244.305,16684.2,6.673679909 +5000595,OR_WA_BPA,Hydro_NonPumped_EP,McNary,3084,280,0,0,1955,9999,4004208,73244.305,16684.2,6.673679909 +5000596,OR_WA_BPA,Hydro_NonPumped_EP,McNary,3084,280,0,0,1954,9999,4004208,73244.305,16684.2,6.673679909 +5000597,OR_WA_BPA,Hydro_NonPumped_EP,McNary,3084,150.5,0,0,1957,9999,4004208,73244.305,16684.2,6.673679909 +5000598,OR_WA_BPA,Hydro_NonPumped_EP,McNary,3084,70,0,0,1953,9999,4004208,73244.305,16684.2,6.673679909 +5000599,OR_WA_BPA,Hydro_NonPumped_EP,Middle_Fork_Irrigation_District,50917,3.3,0,0,1986,9999,4004208,73244.305,16684.2,6.673679909 +5000600,OR_WA_BPA,Hydro_NonPumped_EP,Opal_Springs_Hydro,54251,4.3,0,0,1985,9999,4004208,73244.305,16684.2,6.673679909 +5000601,OR_WA_BPA,Hydro_NonPumped_EP,Orchard_Avenue_1,50421,1.6,0,0,1987,9999,4004208,73244.305,16684.2,6.673679909 +5000602,OR_WA_BPA,Hydro_NonPumped_EP,Pelton,3048,45,0,0,1957,9999,4004208,73244.305,16684.2,6.673679909 +5000603,OR_WA_BPA,Hydro_NonPumped_EP,Pelton,3048,64.8,0,0,1958,9999,4004208,73244.305,16684.2,6.673679909 +5000604,OR_WA_BPA,Hydro_NonPumped_EP,Peters_Drive_Plant,10324,1.8,0,0,1987,9999,4004208,73244.305,16684.2,6.673679909 +5000605,OR_WA_BPA,Hydro_NonPumped_EP,Round_Butte,3050,246.9,0,0,1964,9999,4004208,73244.305,16684.2,6.673679909 +5000606,OR_WA_BPA,Hydro_NonPumped_EP,Russell_D_Smith,56694,6.1,0,0,1982,9999,4004208,73244.305,16684.2,6.673679909 +5000607,OR_WA_BPA,Hydro_NonPumped_EP,The_Dalles,3895,184,0,0,1957,9999,4004208,73244.305,16684.2,6.673679909 +5000608,OR_WA_BPA,Hydro_NonPumped_EP,The_Dalles,3895,323.7,0,0,1958,9999,4004208,73244.305,16684.2,6.673679909 +5000609,OR_WA_BPA,Hydro_NonPumped_EP,The_Dalles,3895,312,0,0,1960,9999,4004208,73244.305,16684.2,6.673679909 +5000610,OR_WA_BPA,Hydro_NonPumped_EP,The_Dalles,3895,312,0,0,1959,9999,4004208,73244.305,16684.2,6.673679909 +5000611,OR_WA_BPA,Hydro_NonPumped_EP,The_Dalles,3895,688,0,0,1973,9999,4004208,73244.305,16684.2,6.673679909 +5000612,OR_WA_BPA,Hydro_NonPumped_EP,Tieton_Dam_Hydro_Electric_Project,57496,13.8,0,0,2006,9999,4004208,73244.305,16684.2,6.673679909 +5000613,OR_WA_BPA,Hydro_NonPumped_EP,Twin_Reservoirs,50382,2.2,0,0,1988,9999,4004208,73244.305,16684.2,6.673679909 +5000614,OR_WA_BPA,Hydro_NonPumped_EP,Warm_Springs_Power_Enterprises,54721,19.6,0,0,1982,9999,4004208,73244.305,16684.2,6.673679909 +5000615,UT_N,Hydro_NonPumped_EP,Bartholomew,3688,1,0,0,1988,9999,3657690,66905.85,15240.375,6.096149917 +5000616,UT_N,Hydro_NonPumped_EP,Brigham_City,3666,1.2,0,0,1921,9999,3657690,66905.85,15240.375,6.096149917 +5000617,UT_N,Hydro_NonPumped_EP,Brigham_City,3666,0.6,0,0,1964,9999,3657690,66905.85,15240.375,6.096149917 +5000618,UT_N,Hydro_NonPumped_EP,Causey,7548,2.1,0,0,1998,9999,3657690,66905.85,15240.375,6.096149917 +5000619,UT_N,Hydro_NonPumped_EP,Cutler,3646,30,0,0,1927,9999,3657690,66905.85,15240.375,6.096149917 +5000620,UT_N,Hydro_NonPumped_EP,Deer_Creek,6404,4.8,0,0,1958,9999,3657690,66905.85,15240.375,6.096149917 +5000621,UT_N,Hydro_NonPumped_EP,Echo_Dam,4263,4.4,0,0,1987,9999,3657690,66905.85,15240.375,6.096149917 +5000622,UT_N,Hydro_NonPumped_EP,Flaming_Gorge,6405,101.2,0,0,1963,9999,3657690,66905.85,15240.375,6.096149917 +5000623,UT_N,Hydro_NonPumped_EP,Flaming_Gorge,6405,50.6,0,0,1964,9999,3657690,66905.85,15240.375,6.096149917 +5000624,UT_N,Hydro_NonPumped_EP,Gateway,3697,4,0,0,1958,9999,3657690,66905.85,15240.375,6.096149917 +5000625,UT_N,Hydro_NonPumped_EP,Granite,3651,2,0,0,1900,9999,3657690,66905.85,15240.375,6.096149917 +5000626,UT_N,Hydro_NonPumped_EP,Hydro_II,7034,6.6,0,0,1986,9999,3657690,66905.85,15240.375,6.096149917 +5000627,UT_N,Hydro_NonPumped_EP,Hydro_III,3675,0.1,0,0,1992,9999,3657690,66905.85,15240.375,6.096149917 +5000628,UT_N,Hydro_NonPumped_EP,Hydro_III,3675,1.4,0,0,1925,9999,3657690,66905.85,15240.375,6.096149917 +5000629,UT_N,Hydro_NonPumped_EP,Lake_Creek,159,1.5,0,0,1981,9999,3657690,66905.85,15240.375,6.096149917 +5000630,UT_N,Hydro_NonPumped_EP,Little_Cottonwood,6537,4.8,0,0,1983,9999,3657690,66905.85,15240.375,6.096149917 +5000631,UT_N,Hydro_NonPumped_EP,Olmstead,3655,4.8,0,0,1910,9999,3657690,66905.85,15240.375,6.096149917 +5000632,UT_N,Hydro_NonPumped_EP,Olmstead,3655,5.5,0,0,1922,9999,3657690,66905.85,15240.375,6.096149917 +5000633,UT_N,Hydro_NonPumped_EP,Pine_View_Dam,7132,1.8,0,0,1991,9999,3657690,66905.85,15240.375,6.096149917 +5000634,UT_N,Hydro_NonPumped_EP,Pioneer,3656,5,0,0,1910,9999,3657690,66905.85,15240.375,6.096149917 +5000635,UT_N,Hydro_NonPumped_EP,Snake_Creek,3658,1.2,0,0,1910,9999,3657690,66905.85,15240.375,6.096149917 +5000636,UT_N,Hydro_NonPumped_EP,Spanish_Fork,3691,3.4,0,0,1983,9999,3657690,66905.85,15240.375,6.096149917 +5000637,UT_N,Hydro_NonPumped_EP,Spanish_Fork,3691,0.2,0,0,1937,9999,3657690,66905.85,15240.375,6.096149917 +5000638,UT_N,Hydro_NonPumped_EP,Stairs,3659,1,0,0,1912,9999,3657690,66905.85,15240.375,6.096149917 +5000639,UT_N,Hydro_NonPumped_EP,Uintah,3704,0.6,0,0,1920,9999,3657690,66905.85,15240.375,6.096149917 +5000640,UT_N,Hydro_NonPumped_EP,Uintah,3704,0.6,0,0,1940,9999,3657690,66905.85,15240.375,6.096149917 +5000641,UT_N,Hydro_NonPumped_EP,Wanship,3698,1.9,0,0,1958,9999,3657690,66905.85,15240.375,6.096149917 +5000642,UT_N,Hydro_NonPumped_EP,Weber,3661,3.8,0,0,1911,9999,3657690,66905.85,15240.375,6.096149917 +5000643,UT_S,Hydro_NonPumped_EP,Boulder,3699,1.4,0,0,1961,9999,3657690,66905.85,15240.375,6.096149917 +5000644,UT_S,Hydro_NonPumped_EP,Boulder,3699,2.8,0,0,1958,9999,3657690,66905.85,15240.375,6.096149917 +5000645,UT_S,Hydro_NonPumped_EP,Hydro_Plant_No_3,925,2.8,0,0,1984,9999,3657690,66905.85,15240.375,6.096149917 +5000646,UT_S,Hydro_NonPumped_EP,Manti_Lower,1020,1.2,0,0,1989,9999,3657690,66905.85,15240.375,6.096149917 +5000647,UT_S,Hydro_NonPumped_EP,Manti_Upper,3676,1,0,0,1988,9999,3657690,66905.85,15240.375,6.096149917 +5000648,UT_S,Hydro_NonPumped_EP,Manti_Upper,3676,0.6,0,0,1939,9999,3657690,66905.85,15240.375,6.096149917 +5000649,UT_S,Hydro_NonPumped_EP,Quail_Creek_Hydro_Plant_#1,52039,2.3,0,0,1985,9999,3657690,66905.85,15240.375,6.096149917 +5000650,UT_S,Hydro_NonPumped_EP,Unit_4,7015,1.5,0,0,1993,9999,3657690,66905.85,15240.375,6.096149917 +5000651,UT_S,Hydro_NonPumped_EP,Upper_Beaver,3643,2.5,0,0,1907,9999,3657690,66905.85,15240.375,6.096149917 +5000652,WA_ID_AVA,Hydro_NonPumped_EP,Albeni_Falls,851,42,0,0,1955,9999,3696192,67610.225,15400.8,6.160319916 +5000653,WA_ID_AVA,Hydro_NonPumped_EP,Boundary,6433,200,0,0,1986,9999,3696192,67610.225,15400.8,6.160319916 +5000654,WA_ID_AVA,Hydro_NonPumped_EP,Boundary,6433,200,0,0,1985,9999,3696192,67610.225,15400.8,6.160319916 +5000655,WA_ID_AVA,Hydro_NonPumped_EP,Boundary,6433,639.8,0,0,1967,9999,3696192,67610.225,15400.8,6.160319916 +5000656,WA_ID_AVA,Hydro_NonPumped_EP,Box_Canyon,3891,60,0,0,1955,9999,3696192,67610.225,15400.8,6.160319916 +5000657,WA_ID_AVA,Hydro_NonPumped_EP,Cabinet_Gorge,833,132.6,0,0,1953,9999,3696192,67610.225,15400.8,6.160319916 +5000658,WA_ID_AVA,Hydro_NonPumped_EP,Cabinet_Gorge,833,132.6,0,0,1952,9999,3696192,67610.225,15400.8,6.160319916 +5000659,WA_ID_AVA,Hydro_NonPumped_EP,Dworshak,840,180,0,0,1975,9999,3696192,67610.225,15400.8,6.160319916 +5000660,WA_ID_AVA,Hydro_NonPumped_EP,Dworshak,840,220,0,0,1974,9999,3696192,67610.225,15400.8,6.160319916 +5000661,WA_ID_AVA,Hydro_NonPumped_EP,Ford_Hydro_LP,54674,1.2,0,0,1988,9999,3696192,67610.225,15400.8,6.160319916 +5000662,WA_ID_AVA,Hydro_NonPumped_EP,Little_Falls,3866,8,0,0,1911,9999,3696192,67610.225,15400.8,6.160319916 +5000663,WA_ID_AVA,Hydro_NonPumped_EP,Little_Falls,3866,24,0,0,1910,9999,3696192,67610.225,15400.8,6.160319916 +5000664,WA_ID_AVA,Hydro_NonPumped_EP,Little_Goose,3926,270,0,0,1970,9999,3696192,67610.225,15400.8,6.160319916 +5000665,WA_ID_AVA,Hydro_NonPumped_EP,Little_Goose,3926,405,0,0,1978,9999,3696192,67610.225,15400.8,6.160319916 +5000666,WA_ID_AVA,Hydro_NonPumped_EP,Little_Goose,3926,135,0,0,1971,9999,3696192,67610.225,15400.8,6.160319916 +5000667,WA_ID_AVA,Hydro_NonPumped_EP,Long_Lake,3867,35,0,0,1915,9999,3696192,67610.225,15400.8,6.160319916 +5000668,WA_ID_AVA,Hydro_NonPumped_EP,Long_Lake,3867,17.5,0,0,1919,9999,3696192,67610.225,15400.8,6.160319916 +5000669,WA_ID_AVA,Hydro_NonPumped_EP,Long_Lake,3867,17.5,0,0,1924,9999,3696192,67610.225,15400.8,6.160319916 +5000670,WA_ID_AVA,Hydro_NonPumped_EP,Lower_Granite,6175,405,0,0,1975,9999,3696192,67610.225,15400.8,6.160319916 +5000671,WA_ID_AVA,Hydro_NonPumped_EP,Lower_Granite,6175,405,0,0,1978,9999,3696192,67610.225,15400.8,6.160319916 +5000672,WA_ID_AVA,Hydro_NonPumped_EP,Meyers_Falls,3868,1.2,0,0,1915,9999,3696192,67610.225,15400.8,6.160319916 +5000673,WA_ID_AVA,Hydro_NonPumped_EP,Monroe_Street,9095,14.8,0,0,1992,9999,3696192,67610.225,15400.8,6.160319916 +5000674,WA_ID_AVA,Hydro_NonPumped_EP,Moyie_Springs,6506,0.4,0,0,1921,9999,3696192,67610.225,15400.8,6.160319916 +5000675,WA_ID_AVA,Hydro_NonPumped_EP,Moyie_Springs,6506,1,0,0,1941,9999,3696192,67610.225,15400.8,6.160319916 +5000676,WA_ID_AVA,Hydro_NonPumped_EP,Moyie_Springs,6506,1,0,0,1950,9999,3696192,67610.225,15400.8,6.160319916 +5000677,WA_ID_AVA,Hydro_NonPumped_EP,Moyie_Springs,6506,1.5,0,0,1982,9999,3696192,67610.225,15400.8,6.160319916 +5000678,WA_ID_AVA,Hydro_NonPumped_EP,Nine_Mile,3869,20,0,0,1994,9999,3696192,67610.225,15400.8,6.160319916 +5000679,WA_ID_AVA,Hydro_NonPumped_EP,Nine_Mile,3869,3.1,0,0,1908,9999,3696192,67610.225,15400.8,6.160319916 +5000680,WA_ID_AVA,Hydro_NonPumped_EP,Post_Falls,835,2.2,0,0,1907,9999,3696192,67610.225,15400.8,6.160319916 +5000681,WA_ID_AVA,Hydro_NonPumped_EP,Post_Falls,835,3.5,0,0,1980,9999,3696192,67610.225,15400.8,6.160319916 +5000682,WA_ID_AVA,Hydro_NonPumped_EP,Post_Falls,835,2.2,0,0,1908,9999,3696192,67610.225,15400.8,6.160319916 +5000683,WA_ID_AVA,Hydro_NonPumped_EP,Post_Falls,835,6.6,0,0,1906,9999,3696192,67610.225,15400.8,6.160319916 +5000684,WA_ID_AVA,Hydro_NonPumped_EP,Sheep_Creek_Hydro,50091,1.6,0,0,1986,9999,3696192,67610.225,15400.8,6.160319916 +5000685,WA_ID_AVA,Hydro_NonPumped_EP,Smith_Falls_Hydro_Project,54249,36,0,0,1990,9999,3696192,67610.225,15400.8,6.160319916 +5000686,WA_ID_AVA,Hydro_NonPumped_EP,Smith_Falls_Hydro_Project,54249,2.1,0,0,1989,9999,3696192,67610.225,15400.8,6.160319916 +5000687,WA_ID_AVA,Hydro_NonPumped_EP,Upper_Falls,9096,10,0,0,1922,9999,3696192,67610.225,15400.8,6.160319916 +5000688,WA_ID_AVA,Hydro_NonPumped_EP,Upriver_Dam_Hydro_Plant,50380,11.6,0,0,1984,9999,3696192,67610.225,15400.8,6.160319916 +5000689,WA_ID_AVA,Hydro_NonPumped_EP,Upriver_Dam_Hydro_Plant,50380,6,0,0,1936,9999,3696192,67610.225,15400.8,6.160319916 +5000690,WA_N_CEN,Hydro_NonPumped_EP,Chelan,6424,29.6,0,0,1927,9999,4042710,73948.68,16844.625,6.737849908 +5000691,WA_N_CEN,Hydro_NonPumped_EP,Chelan,6424,29.6,0,0,1928,9999,4042710,73948.68,16844.625,6.737849908 +5000692,WA_N_CEN,Hydro_NonPumped_EP,Chief_Joseph,3921,380,0,0,1978,9999,4042710,73948.68,16844.625,6.737849908 +5000693,WA_N_CEN,Hydro_NonPumped_EP,Chief_Joseph,3921,441,0,0,1957,9999,4042710,73948.68,16844.625,6.737849908 +5000694,WA_N_CEN,Hydro_NonPumped_EP,Chief_Joseph,3921,285,0,0,1977,9999,4042710,73948.68,16844.625,6.737849908 +5000695,WA_N_CEN,Hydro_NonPumped_EP,Chief_Joseph,3921,264.6,0,0,1956,9999,4042710,73948.68,16844.625,6.737849908 +5000696,WA_N_CEN,Hydro_NonPumped_EP,Chief_Joseph,3921,352.8,0,0,1958,9999,4042710,73948.68,16844.625,6.737849908 +5000697,WA_N_CEN,Hydro_NonPumped_EP,Chief_Joseph,3921,380,0,0,1979,9999,4042710,73948.68,16844.625,6.737849908 +5000698,WA_N_CEN,Hydro_NonPumped_EP,Chief_Joseph,3921,352.8,0,0,1955,9999,4042710,73948.68,16844.625,6.737849908 +5000699,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,125,0,0,1948,9999,4042710,73948.68,16844.625,6.737849908 +5000700,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,375,0,0,1943,9999,4042710,73948.68,16844.625,6.737849908 +5000701,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,375,0,0,1949,9999,4042710,73948.68,16844.625,6.737849908 +5000702,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,805,0,0,1979,9999,4042710,73948.68,16844.625,6.737849908 +5000703,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,1200,0,0,1976,9999,4042710,73948.68,16844.625,6.737849908 +5000704,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,805,0,0,1978,9999,4042710,73948.68,16844.625,6.737849908 +5000705,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,125,0,0,1944,9999,4042710,73948.68,16844.625,6.737849908 +5000706,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,385,0,0,1951,9999,4042710,73948.68,16844.625,6.737849908 +5000707,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,145,0,0,1941,9999,4042710,73948.68,16844.625,6.737849908 +5000708,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,375,0,0,1950,9999,4042710,73948.68,16844.625,6.737849908 +5000709,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,125,0,0,1947,9999,4042710,73948.68,16844.625,6.737849908 +5000710,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,600,0,0,1975,9999,4042710,73948.68,16844.625,6.737849908 +5000711,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,250,0,0,1942,9999,4042710,73948.68,16844.625,6.737849908 +5000712,WA_N_CEN,Hydro_NonPumped_EP,Grand_Coulee,6163,805,0,0,1980,9999,4042710,73948.68,16844.625,6.737849908 +5000713,WA_N_CEN,Hydro_Pumped_EP,Grand_Coulee,6163,100,0,0,1973,9999,2504240,73948.68,34587.63,0 +5000714,WA_N_CEN,Hydro_Pumped_EP,Grand_Coulee,6163,160.5,0,0,1983,9999,2504240,73948.68,34587.63,0 +5000715,WA_N_CEN,Hydro_Pumped_EP,Grand_Coulee,6163,53.5,0,0,1984,9999,2504240,73948.68,34587.63,0 +5000716,WA_N_CEN,Hydro_NonPumped_EP,Main_Canal_Headworks,56698,26.8,0,0,1987,9999,4042710,73948.68,16844.625,6.737849908 +5000717,WA_N_CEN,Hydro_NonPumped_EP,PEC_Headworks,7113,6.6,0,0,1990,9999,4042710,73948.68,16844.625,6.737849908 +5000718,WA_N_CEN,Hydro_NonPumped_EP,Potholes_East_Canal_66.0,56697,2.3,0,0,1985,9999,4042710,73948.68,16844.625,6.737849908 +5000719,WA_N_CEN,Hydro_NonPumped_EP,Priest_Rapids,3887,192.8,0,0,1961,9999,4042710,73948.68,16844.625,6.737849908 +5000720,WA_N_CEN,Hydro_NonPumped_EP,Priest_Rapids,3887,287.8,0,0,1959,9999,4042710,73948.68,16844.625,6.737849908 +5000721,WA_N_CEN,Hydro_NonPumped_EP,Priest_Rapids,3887,475,0,0,1960,9999,4042710,73948.68,16844.625,6.737849908 +5000722,WA_N_CEN,Hydro_NonPumped_EP,Quincy_Chute,917,9.4,0,0,1985,9999,4042710,73948.68,16844.625,6.737849908 +5000723,WA_N_CEN,Hydro_NonPumped_EP,Rock_Island,6200,205.2,0,0,1978,9999,4042710,73948.68,16844.625,6.737849908 +5000724,WA_N_CEN,Hydro_NonPumped_EP,Rock_Island,6200,67.5,0,0,1953,9999,4042710,73948.68,16844.625,6.737849908 +5000725,WA_N_CEN,Hydro_NonPumped_EP,Rock_Island,6200,35.7,0,0,1932,9999,4042710,73948.68,16844.625,6.737849908 +5000726,WA_N_CEN,Hydro_NonPumped_EP,Rock_Island,6200,42.6,0,0,1931,9999,4042710,73948.68,16844.625,6.737849908 +5000727,WA_N_CEN,Hydro_NonPumped_EP,Rock_Island,6200,205.2,0,0,1979,9999,4042710,73948.68,16844.625,6.737849908 +5000728,WA_N_CEN,Hydro_NonPumped_EP,Rock_Island,6200,67.5,0,0,1952,9999,4042710,73948.68,16844.625,6.737849908 +5000729,WA_N_CEN,Hydro_NonPumped_EP,Rocky_Reach,3883,250.8,0,0,1973,9999,4042710,73948.68,16844.625,6.737849908 +5000730,WA_N_CEN,Hydro_NonPumped_EP,Rocky_Reach,3883,250.8,0,0,1974,9999,4042710,73948.68,16844.625,6.737849908 +5000731,WA_N_CEN,Hydro_NonPumped_EP,Rocky_Reach,3883,798,0,0,1961,9999,4042710,73948.68,16844.625,6.737849908 +5000732,WA_N_CEN,Hydro_NonPumped_EP,Roza,6407,12.9,0,0,1958,9999,4042710,73948.68,16844.625,6.737849908 +5000733,WA_N_CEN,Hydro_NonPumped_EP,Summer_Falls_Power_Plant,56695,92,0,0,1985,9999,4042710,73948.68,16844.625,6.737849908 +5000734,WA_N_CEN,Hydro_NonPumped_EP,Wanapum,3888,122,0,0,2011,9999,4042710,73948.68,16844.625,6.737849908 +5000735,WA_N_CEN,Hydro_NonPumped_EP,Wanapum,3888,726.6,0,0,1963,9999,4042710,73948.68,16844.625,6.737849908 +5000736,WA_N_CEN,Hydro_NonPumped_EP,Wanapum,3888,103.8,0,0,1964,9999,4042710,73948.68,16844.625,6.737849908 +5000737,WA_N_CEN,Hydro_NonPumped_EP,Wells,3886,541.8,0,0,1967,9999,4042710,73948.68,16844.625,6.737849908 +5000738,WA_N_CEN,Hydro_NonPumped_EP,Wells,3886,154.8,0,0,1969,9999,4042710,73948.68,16844.625,6.737849908 +5000739,WA_N_CEN,Hydro_NonPumped_EP,Wells,3886,77.4,0,0,1968,9999,4042710,73948.68,16844.625,6.737849908 +5000740,WA_W,Hydro_NonPumped_EP,Alder,3913,25,0,0,1945,9999,4042710,73948.68,16844.625,6.737849908 +5000741,WA_W,Hydro_NonPumped_EP,Alder,3913,25,0,0,1947,9999,4042710,73948.68,16844.625,6.737849908 +5000742,WA_W,Hydro_NonPumped_EP,Black_Creek,54860,3.7,0,0,1994,9999,4042710,73948.68,16844.625,6.737849908 +5000743,WA_W,Hydro_NonPumped_EP,Cedar_Falls,6430,10,0,0,1921,9999,4042710,73948.68,16844.625,6.737849908 +5000744,WA_W,Hydro_NonPumped_EP,Cedar_Falls,6430,10,0,0,1929,9999,4042710,73948.68,16844.625,6.737849908 +5000745,WA_W,Hydro_NonPumped_EP,Cowlitz_Falls,7427,70,0,0,1994,9999,4042710,73948.68,16844.625,6.737849908 +5000746,WA_W,Hydro_NonPumped_EP,Cushman_1,3914,43.2,0,0,1926,9999,4042710,73948.68,16844.625,6.737849908 +5000747,WA_W,Hydro_NonPumped_EP,Cushman_2,3915,27,0,0,1931,9999,4042710,73948.68,16844.625,6.737849908 +5000748,WA_W,Hydro_NonPumped_EP,Cushman_2,3915,27,0,0,1930,9999,4042710,73948.68,16844.625,6.737849908 +5000749,WA_W,Hydro_NonPumped_EP,Cushman_2,3915,27,0,0,1952,9999,4042710,73948.68,16844.625,6.737849908 +5000750,WA_W,Hydro_NonPumped_EP,Diablo,6432,90,0,0,1937,9999,4042710,73948.68,16844.625,6.737849908 +5000751,WA_W,Hydro_NonPumped_EP,Diablo,6432,92.4,0,0,1936,9999,4042710,73948.68,16844.625,6.737849908 +5000752,WA_W,Hydro_NonPumped_EP,Electron,3854,7.5,0,0,1929,9999,4042710,73948.68,16844.625,6.737849908 +5000753,WA_W,Hydro_NonPumped_EP,Electron,3854,15.3,0,0,1904,9999,4042710,73948.68,16844.625,6.737849908 +5000754,WA_W,Hydro_NonPumped_EP,Elwha_Hydroelectric_Project,54051,6,0,0,1914,9999,4042710,73948.68,16844.625,6.737849908 +5000755,WA_W,Hydro_NonPumped_EP,Elwha_Hydroelectric_Project,54051,6.6,0,0,1922,9999,4042710,73948.68,16844.625,6.737849908 +5000756,WA_W,Hydro_NonPumped_EP,Glines_Hydroelectric_Project,54050,16.3,0,0,1927,9999,4042710,73948.68,16844.625,6.737849908 +5000757,WA_W,Hydro_NonPumped_EP,Gorge,6431,73.6,0,0,1924,9999,4042710,73948.68,16844.625,6.737849908 +5000758,WA_W,Hydro_NonPumped_EP,Gorge,6431,96.9,0,0,1951,9999,4042710,73948.68,16844.625,6.737849908 +5000759,WA_W,Hydro_NonPumped_EP,Gorge,6431,36.8,0,0,1929,9999,4042710,73948.68,16844.625,6.737849908 +5000760,WA_W,Hydro_NonPumped_EP,H_M_Jackson,7588,111.8,0,0,1984,9999,4042710,73948.68,16844.625,6.737849908 +5000761,WA_W,Hydro_NonPumped_EP,Koma_Kulshan_Associates,54267,12,0,0,1990,9999,4042710,73948.68,16844.625,6.737849908 +5000762,WA_W,Hydro_NonPumped_EP,LaGrande,3916,40,0,0,1945,9999,4042710,73948.68,16844.625,6.737849908 +5000763,WA_W,Hydro_NonPumped_EP,LaGrande,3916,24,0,0,1912,9999,4042710,73948.68,16844.625,6.737849908 +5000764,WA_W,Hydro_NonPumped_EP,Lower_Baker,3855,85,0,0,1960,9999,4042710,73948.68,16844.625,6.737849908 +5000765,WA_W,Hydro_NonPumped_EP,Mayfield,3917,40.5,0,0,1983,9999,4042710,73948.68,16844.625,6.737849908 +5000766,WA_W,Hydro_NonPumped_EP,Mayfield,3917,121.5,0,0,1963,9999,4042710,73948.68,16844.625,6.737849908 +5000767,WA_W,Hydro_NonPumped_EP,Merwin,3847,45,0,0,1958,9999,4042710,73948.68,16844.625,6.737849908 +5000768,WA_W,Hydro_NonPumped_EP,Merwin,3847,45,0,0,1932,9999,4042710,73948.68,16844.625,6.737849908 +5000769,WA_W,Hydro_NonPumped_EP,Merwin,3847,1,0,0,1931,9999,4042710,73948.68,16844.625,6.737849908 +5000770,WA_W,Hydro_NonPumped_EP,Merwin,3847,45,0,0,1949,9999,4042710,73948.68,16844.625,6.737849908 +5000771,WA_W,Hydro_NonPumped_EP,Mossyrock,3918,300,0,0,1968,9999,4042710,73948.68,16844.625,6.737849908 +5000772,WA_W,Hydro_NonPumped_EP,Newhalem,9842,2.3,0,0,1970,9999,4042710,73948.68,16844.625,6.737849908 +5000773,WA_W,Hydro_NonPumped_EP,Packwood,3929,27.5,0,0,1964,9999,4042710,73948.68,16844.625,6.737849908 +5000774,WA_W,Hydro_NonPumped_EP,Port_Townsend_Paper,50544,0.4,0,0,1982,9999,4042710,73948.68,16844.625,6.737849908 +5000775,WA_W,Hydro_NonPumped_EP,Rocky_Brook_Hydroelectric,50228,1.6,0,0,1985,9999,4042710,73948.68,16844.625,6.737849908 +5000776,WA_W,Hydro_NonPumped_EP,Ross,6202,112.5,0,0,1956,9999,4042710,73948.68,16844.625,6.737849908 +5000777,WA_W,Hydro_NonPumped_EP,Ross,6202,112.5,0,0,1953,9999,4042710,73948.68,16844.625,6.737849908 +5000778,WA_W,Hydro_NonPumped_EP,Ross,6202,112.5,0,0,1952,9999,4042710,73948.68,16844.625,6.737849908 +5000779,WA_W,Hydro_NonPumped_EP,Ross,6202,112.5,0,0,1954,9999,4042710,73948.68,16844.625,6.737849908 +5000780,WA_W,Hydro_NonPumped_EP,Skookumchuck,7259,1,0,0,1990,9999,4042710,73948.68,16844.625,6.737849908 +5000781,WA_W,Hydro_NonPumped_EP,South_Fork_Tolt,622,16.8,0,0,1995,9999,4042710,73948.68,16844.625,6.737849908 +5000782,WA_W,Hydro_NonPumped_EP,Swift_1,3850,240,0,0,1958,9999,4042710,73948.68,16844.625,6.737849908 +5000783,WA_W,Hydro_NonPumped_EP,Twin_Falls_Hydro,50827,24,0,0,1989,9999,4042710,73948.68,16844.625,6.737849908 +5000784,WA_W,Hydro_NonPumped_EP,Upper_Baker,3861,104.8,0,0,1959,9999,4042710,73948.68,16844.625,6.737849908 +5000785,WA_W,Hydro_NonPumped_EP,Weeks_Falls,54387,4.3,0,0,1990,9999,4042710,73948.68,16844.625,6.737849908 +5000786,WA_W,Hydro_NonPumped_EP,Wynoochee,7127,12.8,0,0,1994,9999,4042710,73948.68,16844.625,6.737849908 +5000787,WA_W,Hydro_NonPumped_EP,Yale,3852,134,0,0,1953,9999,4042710,73948.68,16844.625,6.737849908 +5000788,WA_W,Hydro_NonPumped_EP,Yelm,3878,6,0,0,1930,9999,4042710,73948.68,16844.625,6.737849908 +5000789,WA_W,Hydro_NonPumped_EP,Yelm,3878,6,0,0,1955,9999,4042710,73948.68,16844.625,6.737849908 +5000790,WA_W,Hydro_NonPumped_EP,Youngs_Creek_Hydroelectric_Project,57763,7.5,0,0,2011,9999,4042710,73948.68,16844.625,6.737849908 +5000791,WY_NW,Hydro_NonPumped_EP,Boysen,505,15,0,0,1952,9999,3773196,69018.745,15721.65,6.288659914 +5000792,WY_NW,Hydro_NonPumped_EP,Buffalo_Bill,7317,18,0,0,1992,9999,3773196,69018.745,15721.65,6.288659914 +5000793,WY_NW,Hydro_NonPumped_EP,Garland_Canal_Power_Plant,57551,2.9,0,0,1983,9999,3773196,69018.745,15721.65,6.288659914 +5000794,WY_NW,Hydro_NonPumped_EP,Heart_Mountain,6408,5,0,0,1948,9999,3773196,69018.745,15721.65,6.288659914 +5000795,WY_NW,Hydro_NonPumped_EP,Shoshone,4183,3,0,0,1922,9999,3773196,69018.745,15721.65,6.288659914 +5000796,WY_NW,Hydro_NonPumped_EP,Spirit_Mountain,7541,4.5,0,0,1994,9999,3773196,69018.745,15721.65,6.288659914 +5000797,WY_SE,Hydro_NonPumped_EP,Alcova,6409,41.4,0,0,1955,9999,3773196,69018.745,15721.65,6.288659914 +5000798,WY_SE,Hydro_NonPumped_EP,Fremont_Canyon,4176,33.4,0,0,1961,9999,3773196,69018.745,15721.65,6.288659914 +5000799,WY_SE,Hydro_NonPumped_EP,Fremont_Canyon,4176,33.4,0,0,1960,9999,3773196,69018.745,15721.65,6.288659914 +5000800,WY_SE,Hydro_NonPumped_EP,Glendo,4177,19,0,0,1958,9999,3773196,69018.745,15721.65,6.288659914 +5000801,WY_SE,Hydro_NonPumped_EP,Glendo,4177,19,0,0,1959,9999,3773196,69018.745,15721.65,6.288659914 +5000802,WY_SE,Hydro_NonPumped_EP,Guernsey,4178,3.2,0,0,1927,9999,3773196,69018.745,15721.65,6.288659914 +5000803,WY_SE,Hydro_NonPumped_EP,Guernsey,4178,3.2,0,0,1928,9999,3773196,69018.745,15721.65,6.288659914 +5000804,WY_SE,Hydro_NonPumped_EP,Kortes,4180,24,0,0,1950,9999,3773196,69018.745,15721.65,6.288659914 +5000805,WY_SE,Hydro_NonPumped_EP,Kortes,4180,12,0,0,1951,9999,3773196,69018.745,15721.65,6.288659914 +5000806,WY_SE,Hydro_NonPumped_EP,Seminoe,4182,51.6,0,0,1939,9999,3773196,69018.745,15721.65,6.288659914 +5000807,WY_SW,Hydro_NonPumped_EP,Fontenelle,4185,10,0,0,1968,9999,3657690,66905.85,15240.375,6.096149917 +5000808,CAN_ALB,Hydro_NonPumped_EP,Barrier,613822,11.3,0,0,1947,9999,4042710,73948.68,16844.625,6.737849908 +5000809,CAN_ALB,Hydro_NonPumped_EP,Bearspaw,613818,16,0,0,1954,9999,4042710,73948.68,16844.625,6.737849908 +5000810,CAN_ALB,Hydro_NonPumped_EP,Belly_River_CHD,914758,3,0,0,1991,9999,4042710,73948.68,16844.625,6.737849908 +5000811,CAN_ALB,Hydro_NonPumped_EP,Bighorn,608268,120,0,0,1972,9999,4042710,73948.68,16844.625,6.737849908 +5000812,CAN_ALB,Hydro_NonPumped_EP,Brazeau,608273,200,0,0,1967,9999,4042710,73948.68,16844.625,6.737849908 +5000813,CAN_ALB,Hydro_NonPumped_EP,Brazeau,608273,162,0,0,1965,9999,4042710,73948.68,16844.625,6.737849908 +5000814,CAN_ALB,Hydro_NonPumped_EP,Cascade_AB,613814,34,0,0,1942,9999,4042710,73948.68,16844.625,6.737849908 +5000815,CAN_ALB,Hydro_NonPumped_EP,Chin_Chute,608330,11,0,0,1957,9999,4042710,73948.68,16844.625,6.737849908 +5000816,CAN_ALB,Hydro_NonPumped_EP,Dickson_Dam,608403,16.8,0,0,1992,9999,4042710,73948.68,16844.625,6.737849908 +5000817,CAN_ALB,Hydro_NonPumped_EP,Ghost,613812,59,0,0,1954,9999,4042710,73948.68,16844.625,6.737849908 +5000818,CAN_ALB,Hydro_NonPumped_EP,Horseshoe,613801,18,0,0,1911,9999,4042710,73948.68,16844.625,6.737849908 +5000819,CAN_ALB,Hydro_NonPumped_EP,Interlakes,613797,5,0,0,1955,9999,4042710,73948.68,16844.625,6.737849908 +5000820,CAN_ALB,Hydro_NonPumped_EP,Irrican,587595,7,0,0,2004,9999,4042710,73948.68,16844.625,6.737849908 +5000821,CAN_ALB,Hydro_NonPumped_EP,Kananaskis,613792,16.8,0,0,1951,9999,4042710,73948.68,16844.625,6.737849908 +5000822,CAN_ALB,Hydro_NonPumped_EP,Oldman_River,618215,32.2,0,0,2003,9999,4042710,73948.68,16844.625,6.737849908 +5000823,CAN_ALB,Hydro_NonPumped_EP,Pocaterra,613786,12.5,0,0,1955,9999,4042710,73948.68,16844.625,6.737849908 +5000824,CAN_ALB,Hydro_NonPumped_EP,Raymond_Reservoir,608332,18,0,0,1994,9999,4042710,73948.68,16844.625,6.737849908 +5000825,CAN_ALB,Hydro_NonPumped_EP,Rundle,613779,47.3,0,0,1960,9999,4042710,73948.68,16844.625,6.737849908 +5000826,CAN_ALB,Hydro_NonPumped_EP,Spray,613726,104,0,0,1960,9999,4042710,73948.68,16844.625,6.737849908 +5000827,CAN_ALB,Hydro_NonPumped_EP,Taylor_Chute,608383,12.6,0,0,2000,9999,4042710,73948.68,16844.625,6.737849908 +5000828,CAN_ALB,Hydro_NonPumped_EP,Three_Sisters,613773,2.7,0,0,2000,9999,4042710,73948.68,16844.625,6.737849908 +5000829,CAN_ALB,Hydro_NonPumped_EP,Waterton_CHD,914761,2.8,0,0,1992,9999,4042710,73948.68,16844.625,6.737849908 +5000830,CAN_BC,Hydro_NonPumped_EP,Aberfeldie,608213,24,0,0,1953,9999,4042710,73948.68,16844.625,6.737849908 +5000831,CAN_BC,Hydro_NonPumped_EP,Akolkolex,676433,9,0,0,1995,9999,4042710,73948.68,16844.625,6.737849908 +5000832,CAN_BC,Hydro_NonPumped_EP,Alouette,608216,9,0,0,1928,9999,4042710,73948.68,16844.625,6.737849908 +5000833,CAN_BC,Hydro_NonPumped_EP,Arrow_Lakes,623245,166,0,0,2002,9999,4042710,73948.68,16844.625,6.737849908 +5000834,CAN_BC,Hydro_NonPumped_EP,Ashlu_Creek,1136905,49.8,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000835,CAN_BC,Hydro_NonPumped_EP,Ash_River,608218,27,0,0,1959,9999,4042710,73948.68,16844.625,6.737849908 +5000836,CAN_BC,Hydro_NonPumped_EP,Bone_Creek,632077,19,0,0,2011,9999,4042710,73948.68,16844.625,6.737849908 +5000837,CAN_BC,Hydro_NonPumped_EP,Brandywine,676442,6,0,0,2003,9999,4042710,73948.68,16844.625,6.737849908 +5000838,CAN_BC,Hydro_NonPumped_EP,Bridge_River_1,608220,200,0,0,1948,9999,4042710,73948.68,16844.625,6.737849908 +5000839,CAN_BC,Hydro_NonPumped_EP,Bridge_River_2,608225,280,0,0,1948,9999,4042710,73948.68,16844.625,6.737849908 +5000840,CAN_BC,Hydro_NonPumped_EP,Brilliant,587855,120,0,0,2009,9999,4042710,73948.68,16844.625,6.737849908 +5000841,CAN_BC,Hydro_NonPumped_EP,Brilliant,587855,160,0,0,1944,9999,4042710,73948.68,16844.625,6.737849908 +5000842,CAN_BC,Hydro_NonPumped_EP,Brown_Lake,676444,7.2,0,0,1996,9999,4042710,73948.68,16844.625,6.737849908 +5000843,CAN_BC,Hydro_NonPumped_EP,Buntzen_1,608176,55,0,0,1951,9999,4042710,73948.68,16844.625,6.737849908 +5000844,CAN_BC,Hydro_NonPumped_EP,Buntzen_2,608178,18,0,0,1951,9999,4042710,73948.68,16844.625,6.737849908 +5000845,CAN_BC,Hydro_NonPumped_EP,Canoe_Creek_Hydro_Project,1313147,5.5,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000846,CAN_BC,Hydro_NonPumped_EP,Cheakamus,608181,157,0,0,1957,9999,4042710,73948.68,16844.625,6.737849908 +5000847,CAN_BC,Hydro_NonPumped_EP,China_Creek,738002,6.5,0,0,2005,9999,4042710,73948.68,16844.625,6.737849908 +5000848,CAN_BC,Hydro_NonPumped_EP,Clayton_Falls,916066,0.7,0,0,1962,9999,4042710,73948.68,16844.625,6.737849908 +5000849,CAN_BC,Hydro_NonPumped_EP,Clayton_Falls,916066,1.3,0,0,1992,9999,4042710,73948.68,16844.625,6.737849908 +5000850,CAN_BC,Hydro_NonPumped_EP,Clowhom,608184,33,0,0,1957,9999,4042710,73948.68,16844.625,6.737849908 +5000851,CAN_BC,Hydro_NonPumped_EP,Corra_Linn,608203,40.8,0,0,1932,9999,4042710,73948.68,16844.625,6.737849908 +5000852,CAN_BC,Hydro_NonPumped_EP,Cypress_Creek_Hydro,918091,2.8,0,0,2009,9999,4042710,73948.68,16844.625,6.737849908 +5000853,CAN_BC,Hydro_NonPumped_EP,Doran_Taylor,676452,3,0,0,1996,9999,4042710,73948.68,16844.625,6.737849908 +5000854,CAN_BC,Hydro_NonPumped_EP,Douglas_Creek,875225,23,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000855,CAN_BC,Hydro_NonPumped_EP,Eagle_Lake,676459,0.2,0,0,2003,9999,4042710,73948.68,16844.625,6.737849908 +5000856,CAN_BC,Hydro_NonPumped_EP,East_Toba_River,663556,146.1,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000857,CAN_BC,Hydro_NonPumped_EP,Elko_BC,608186,12,0,0,1924,9999,4042710,73948.68,16844.625,6.737849908 +5000858,CAN_BC,Hydro_NonPumped_EP,Falls_River,608189,7,0,0,1930,9999,4042710,73948.68,16844.625,6.737849908 +5000859,CAN_BC,Hydro_NonPumped_EP,Fire_Creek,1149418,23,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000860,CAN_BC,Hydro_NonPumped_EP,Fitzsimmons_Creek_Hydro_Project,1197509,7.5,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000861,CAN_BC,Hydro_NonPumped_EP,Furry_Creek,874657,10.4,0,0,2004,9999,4042710,73948.68,16844.625,6.737849908 +5000862,CAN_BC,Hydro_NonPumped_EP,Gordon_M_Shrum,608192,2730,0,0,1968,9999,4042710,73948.68,16844.625,6.737849908 +5000863,CAN_BC,Hydro_NonPumped_EP,Hystad_Creek,608093,6,0,0,2002,9999,4042710,73948.68,16844.625,6.737849908 +5000864,CAN_BC,Hydro_NonPumped_EP,John_Hart,608151,126,0,0,1947,9999,4042710,73948.68,16844.625,6.737849908 +5000865,CAN_BC,Hydro_NonPumped_EP,Jordan_River,608158,170,0,0,1971,9999,4042710,73948.68,16844.625,6.737849908 +5000866,CAN_BC,Hydro_NonPumped_EP,Kemano,608076,148,0,0,1953,9999,4042710,73948.68,16844.625,6.737849908 +5000867,CAN_BC,Hydro_NonPumped_EP,Kootenay_Canal,608160,580,0,0,1975,9999,4042710,73948.68,16844.625,6.737849908 +5000868,CAN_BC,Hydro_NonPumped_EP,Ladore_Falls,608165,47,0,0,1956,9999,4042710,73948.68,16844.625,6.737849908 +5000869,CAN_BC,Hydro_NonPumped_EP,La_Joie,608168,25,0,0,1957,9999,4042710,73948.68,16844.625,6.737849908 +5000870,CAN_BC,Hydro_NonPumped_EP,Lamont_Creek,857413,28,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000871,CAN_BC,Hydro_NonPumped_EP,L_Bonnington,608237,47.8,0,0,1925,9999,4042710,73948.68,16844.625,6.737849908 +5000872,CAN_BC,Hydro_NonPumped_EP,Lois_Lake,628963,30,0,0,1930,9999,4042710,73948.68,16844.625,6.737849908 +5000873,CAN_BC,Hydro_NonPumped_EP,Lower_Clowhom,1148679,11,0,0,2009,9999,4042710,73948.68,16844.625,6.737849908 +5000874,CAN_BC,Hydro_NonPumped_EP,Mamquam_Hydro,629000,50,0,0,1996,9999,4042710,73948.68,16844.625,6.737849908 +5000875,CAN_BC,Hydro_NonPumped_EP,Marion_3_Creek_Hydro,874767,4.6,0,0,2005,9999,4042710,73948.68,16844.625,6.737849908 +5000876,CAN_BC,Hydro_NonPumped_EP,McNair_Creek_Hydro_Project,874904,9.8,0,0,2004,9999,4042710,73948.68,16844.625,6.737849908 +5000877,CAN_BC,Hydro_NonPumped_EP,Mears_Hydro,613313,3.8,0,0,2004,9999,4042710,73948.68,16844.625,6.737849908 +5000878,CAN_BC,Hydro_NonPumped_EP,Mica,608170,1780,0,0,1976,9999,4042710,73948.68,16844.625,6.737849908 +5000879,CAN_BC,Hydro_NonPumped_EP,Miller_Creek,626345,32.5,0,0,2003,9999,4042710,73948.68,16844.625,6.737849908 +5000880,CAN_BC,Hydro_NonPumped_EP,Montrose_Creek,663559,89,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000881,CAN_BC,Hydro_NonPumped_EP,Morehead_Creek,676465,0.1,0,0,1994,9999,4042710,73948.68,16844.625,6.737849908 +5000882,CAN_BC,Hydro_NonPumped_EP,Nelson_Hydro_Power_Plant,1358973,6,0,0,1949,9999,4042710,73948.68,16844.625,6.737849908 +5000883,CAN_BC,Hydro_NonPumped_EP,Nelson_Hydro_Power_Plant,1358973,7.5,0,0,1995,9999,4042710,73948.68,16844.625,6.737849908 +5000884,CAN_BC,Hydro_NonPumped_EP,Nelson_Hydro_Power_Plant,1358973,0.8,0,0,1908,9999,4042710,73948.68,16844.625,6.737849908 +5000885,CAN_BC,Hydro_NonPumped_EP,Ocean_Falls,917715,15,0,0,1922,9999,4042710,73948.68,16844.625,6.737849908 +5000886,CAN_BC,Hydro_NonPumped_EP,Peace_Canyon,608125,680,0,0,1980,9999,4042710,73948.68,16844.625,6.737849908 +5000887,CAN_BC,Hydro_NonPumped_EP,Pingston_Hydroelectric,588150,42,0,0,2003,9999,4042710,73948.68,16844.625,6.737849908 +5000888,CAN_BC,Hydro_NonPumped_EP,Powell_River,613780,40,0,0,1911,9999,4042710,73948.68,16844.625,6.737849908 +5000889,CAN_BC,Hydro_NonPumped_EP,Ptarmigan_Creek,676467,3.6,0,0,1993,9999,4042710,73948.68,16844.625,6.737849908 +5000890,CAN_BC,Hydro_NonPumped_EP,Puntledge,608128,24,0,0,1955,9999,4042710,73948.68,16844.625,6.737849908 +5000891,CAN_BC,Hydro_NonPumped_EP,Queen_Charlotte_Station,629004,5.7,0,0,1990,9999,4042710,73948.68,16844.625,6.737849908 +5000892,CAN_BC,Hydro_NonPumped_EP,Raging_River,676469,1.8,0,0,2002,9999,4042710,73948.68,16844.625,6.737849908 +5000893,CAN_BC,Hydro_NonPumped_EP,Revelstoke,608130,2480,0,0,1984,9999,4042710,73948.68,16844.625,6.737849908 +5000894,CAN_BC,Hydro_NonPumped_EP,Ruskin,608135,105,0,0,1930,9999,4042710,73948.68,16844.625,6.737849908 +5000895,CAN_BC,Hydro_NonPumped_EP,Rutherford_Creek_Hydro,588090,50,0,0,2004,9999,4042710,73948.68,16844.625,6.737849908 +5000896,CAN_BC,Hydro_NonPumped_EP,Scuzzy_Creek,676471,6,0,0,1995,9999,4042710,73948.68,16844.625,6.737849908 +5000897,CAN_BC,Hydro_NonPumped_EP,Seaton_Creek,676473,0.3,0,0,1997,9999,4042710,73948.68,16844.625,6.737849908 +5000898,CAN_BC,Hydro_NonPumped_EP,Sechelt_Creek,676475,12.5,0,0,1997,9999,4042710,73948.68,16844.625,6.737849908 +5000899,CAN_BC,Hydro_NonPumped_EP,Seton,608139,48,0,0,1956,9999,4042710,73948.68,16844.625,6.737849908 +5000900,CAN_BC,Hydro_NonPumped_EP,Seven_Mile,608141,780,0,0,1979,9999,4042710,73948.68,16844.625,6.737849908 +5000901,CAN_BC,Hydro_NonPumped_EP,Shuswap,608145,5.2,0,0,1929,9999,4042710,73948.68,16844.625,6.737849908 +5000902,CAN_BC,Hydro_NonPumped_EP,Skookum_Creek,892341,16,0,0,2013,9999,4042710,73948.68,16844.625,6.737849908 +5000903,CAN_BC,Hydro_NonPumped_EP,Soo_River,676506,10,0,0,1994,9999,4042710,73948.68,16844.625,6.737849908 +5000904,CAN_BC,Hydro_NonPumped_EP,South_Sutton_Creek_Hydro_Project,874908,5.5,0,0,2005,9999,4042710,73948.68,16844.625,6.737849908 +5000905,CAN_BC,Hydro_NonPumped_EP,Spillimacheen,608095,4,0,0,1955,9999,4042710,73948.68,16844.625,6.737849908 +5000906,CAN_BC,Hydro_NonPumped_EP,S_Slocan,608205,49.9,0,0,1928,9999,4042710,73948.68,16844.625,6.737849908 +5000907,CAN_BC,Hydro_NonPumped_EP,Stave_Falls,608097,90,0,0,1912,9999,4042710,73948.68,16844.625,6.737849908 +5000908,CAN_BC,Hydro_NonPumped_EP,St_Mary,914764,2.3,0,0,1992,9999,4042710,73948.68,16844.625,6.737849908 +5000909,CAN_BC,Hydro_NonPumped_EP,Stokke_Creek,1149425,23,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000910,CAN_BC,Hydro_NonPumped_EP,Strathcona,608100,64,0,0,1958,9999,4042710,73948.68,16844.625,6.737849908 +5000911,CAN_BC,Hydro_NonPumped_EP,Tennant_Lake,917633,3.1,0,0,1966,9999,4042710,73948.68,16844.625,6.737849908 +5000912,CAN_BC,Hydro_NonPumped_EP,Thelwood_Hydro,917636,8.2,0,0,1985,9999,4042710,73948.68,16844.625,6.737849908 +5000913,CAN_BC,Hydro_NonPumped_EP,Tipella_Creek,857408,16.6,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000914,CAN_BC,Hydro_NonPumped_EP,Tyson_Creek_Hydroelectric_Project,1515303,9.3,0,0,2009,9999,4042710,73948.68,16844.625,6.737849908 +5000915,CAN_BC,Hydro_NonPumped_EP,U_Bonnington,608241,57.3,0,0,1907,9999,4042710,73948.68,16844.625,6.737849908 +5000916,CAN_BC,Hydro_NonPumped_EP,Upper_Clowhom,1148682,11,0,0,2009,9999,4042710,73948.68,16844.625,6.737849908 +5000917,CAN_BC,Hydro_NonPumped_EP,Upper_Mamquam_Hydro,588075,25,0,0,2005,9999,4042710,73948.68,16844.625,6.737849908 +5000918,CAN_BC,Hydro_NonPumped_EP,Upper_Stave_Creek,857415,33.6,0,0,2010,9999,4042710,73948.68,16844.625,6.737849908 +5000919,CAN_BC,Hydro_NonPumped_EP,Wahleach,608103,60,0,0,1952,9999,4042710,73948.68,16844.625,6.737849908 +5000920,CAN_BC,Hydro_NonPumped_EP,Walden_CN,632200,15,0,0,1993,9999,4042710,73948.68,16844.625,6.737849908 +5000921,CAN_BC,Hydro_NonPumped_EP,Walter_Hardman,608105,8,0,0,1960,9999,4042710,73948.68,16844.625,6.737849908 +5000922,CAN_BC,Hydro_NonPumped_EP,Waneta,588069,453.8,0,0,1952,9999,4042710,73948.68,16844.625,6.737849908 +5000923,CAN_BC,Hydro_NonPumped_EP,Whatshan,608108,54,0,0,1972,9999,4042710,73948.68,16844.625,6.737849908 +1157628446,CA_SCE_CEN,Wind_EP,Wind_EP_63,0,120,0,0,2009,9999,2467555,78878.5,71870.4,0 +1157628447,CA_SCE_CEN,Wind_EP,Wind_EP_75,0,0.7,0,0,2005,9999,2467555,78878.5,71870.4,0 +1157628448,CA_SCE_CEN,Wind_EP,Wind_EP_76,0,6,0,0,2005,9999,2467555,78878.5,71870.4,0 +1157628449,CA_SCE_CEN,Wind_EP,Wind_EP_116,0,21.1,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628450,CA_SCE_CEN,Wind_EP,Wind_EP_117,0,1.3,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628451,CA_SCE_CEN,Wind_EP,Wind_EP_120,0,0.2,0,0,1986,9999,2467555,78878.5,71870.4,0 +1157628452,CA_SCE_CEN,Wind_EP,Wind_EP_113,0,76.9,0,0,1993,9999,2467555,78878.5,71870.4,0 +1157628453,CA_SCE_CEN,Wind_EP,Wind_EP_118,0,18,0,0,1989,9999,2467555,78878.5,71870.4,0 +1157628454,CA_SCE_CEN,Wind_EP,Wind_EP_83,0,8.6,0,0,2003,9999,2467555,78878.5,71870.4,0 +1157628455,CA_SCE_CEN,Wind_EP,Wind_EP_66,0,24,0,0,2008,9999,2467555,78878.5,71870.4,0 +1157628456,CA_SCE_CEN,Wind_EP,Wind_EP_122,0,12.8,0,0,1985,9999,2467555,78878.5,71870.4,0 +1157628457,CA_SCE_CEN,Wind_EP,Wind_EP_103,0,46.9,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628458,CA_SCE_CEN,Wind_EP,Wind_EP_98,0,56,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628459,CA_SCE_CEN,Wind_EP,Wind_EP_123,0,14,0,0,1985,9999,2467555,78878.5,71870.4,0 +1157628460,CA_SCE_CEN,Wind_EP,Wind_EP_115,0,29,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628461,CA_SCE_CEN,Wind_EP,Wind_EP_114,0,46,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628462,CA_SCE_CEN,Wind_EP,Wind_EP_124,0,0.2,0,0,1985,9999,2467555,78878.5,71870.4,0 +1157628463,CA_SCE_CEN,Wind_EP,Wind_EP_121,0,1.3,0,0,1985,9999,2467555,78878.5,71870.4,0 +1157628464,CA_SCE_CEN,Wind_EP,Wind_EP_102,0,23.1,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628465,CA_SCE_CEN,Wind_EP,Wind_EP_92,0,1.4,0,0,2002,9999,2467555,78878.5,71870.4,0 +1157628466,CA_SCE_CEN,Wind_EP,Wind_EP_110,0,4.2,0,0,1997,9999,2467555,78878.5,71870.4,0 +1157628467,CA_SCE_CEN,Wind_EP,Wind_EP_101,0,1.6,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628468,CA_SCE_CEN,Wind_EP,Wind_EP_91,0,0.8,0,0,2002,9999,2467555,78878.5,71870.4,0 +1157628469,CA_SCE_CEN,Wind_EP,Wind_EP_82,0,3,0,0,2003,9999,2467555,78878.5,71870.4,0 +1157628470,CA_SCE_CEN,Wind_EP,Wind_EP_72,0,10.5,0,0,2005,9999,2467555,78878.5,71870.4,0 +1157628471,CA_SCE_CEN,Wind_EP,Wind_EP_77,0,4.5,0,0,2004,9999,2467555,78878.5,71870.4,0 +1157628472,CA_SCE_CEN,Wind_EP,Wind_EP_90,0,35.4,0,0,2002,9999,2467555,78878.5,71870.4,0 +1157628473,CA_SCE_CEN,Wind_EP,Wind_EP_119,0,66.8,0,0,1989,9999,2467555,78878.5,71870.4,0 +1157628474,CA_SCE_CEN,Wind_EP,Wind_EP_80,0,60,0,0,2004,9999,2467555,78878.5,71870.4,0 +1157628475,CA_SCE_S,Wind_EP,Wind_EP_97,0,39.8,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628476,CA_SCE_S,Wind_EP,Wind_EP_67,0,45,0,0,2008,9999,2467555,78878.5,71870.4,0 +1157628477,CA_SCE_S,Wind_EP,Wind_EP_85,0,4.5,0,0,2003,9999,2467555,78878.5,71870.4,0 +1157628478,CA_SCE_S,Wind_EP,Wind_EP_88,0,4.5,0,0,2003,9999,2467555,78878.5,71870.4,0 +1157628479,CA_SCE_S,Wind_EP,Wind_EP_111,0,3,0,0,1995,9999,2467555,78878.5,71870.4,0 +1157628480,CA_SCE_S,Wind_EP,Wind_EP_109,0,4.2,0,0,1997,9999,2467555,78878.5,71870.4,0 +1157628481,CA_SCE_S,Wind_EP,Wind_EP_89,0,40.9,0,0,2002,9999,2467555,78878.5,71870.4,0 +1157628482,CA_SCE_S,Wind_EP,Wind_EP_93,0,61.5,0,0,2002,9999,2467555,78878.5,71870.4,0 +1157628483,CA_SCE_S,Wind_EP,Wind_EP_95,0,44.4,0,0,2001,9999,2467555,78878.5,71870.4,0 +1157628484,CA_SCE_S,Wind_EP,Wind_EP_94,0,22.2,0,0,2001,9999,2467555,78878.5,71870.4,0 +1157628485,CA_SCE_S,Wind_EP,Wind_EP_99,0,10,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628486,CA_SCE_S,Wind_EP,Wind_EP_104,0,2.1,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628487,CA_SCE_S,Wind_EP,Wind_EP_86,0,22.4,0,0,2003,9999,2467555,78878.5,71870.4,0 +1157628488,CA_SCE_S,Wind_EP,Wind_EP_106,0,43.4,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628489,CA_SCE_S,Wind_EP,Wind_EP_112,0,10,0,0,1994,9999,2467555,78878.5,71870.4,0 +1157628490,CA_SCE_S,Wind_EP,Wind_EP_107,0,1.5,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628491,CA_SCE_S,Wind_EP,Wind_EP_65,0,20,0,0,2008,9999,2467555,78878.5,71870.4,0 +1157628492,CA_SCE_S,Wind_EP,Wind_EP_100,0,16.5,0,0,1999,9999,2467555,78878.5,71870.4,0 +1157628493,CA_SCE_CEN,Wind_EP,Wind_EP_79,0,0.9,0,0,2004,9999,2467555,78878.5,71870.4,0 +1157628494,CA_SCE_CEN,Wind_EP,Wind_EP_74,0,0.8,0,0,2005,9999,2467555,78878.5,71870.4,0 +1157628495,CA_PGE_N,Wind_EP,Wind_EP_68,0,63,0,0,2007,9999,2401453,76765.72,69945.3,0 +1157628496,CA_PGE_N,Wind_EP,Wind_EP_64,0,150,0,0,2009,9999,2401453,76765.72,69945.3,0 +1157628497,CA_PGE_N,Wind_EP,Wind_EP_71,0,24,0,0,2006,9999,2401453,76765.72,69945.3,0 +1157628498,CA_PGE_N,Wind_EP,Wind_EP_84,0,162,0,0,2003,9999,2401453,76765.72,69945.3,0 +1157628499,CA_PGE_N,Wind_EP,Wind_EP_81,0,4.6,0,0,2004,9999,2401453,76765.72,69945.3,0 +1157628500,CA_PGE_N,Wind_EP,Wind_EP_105,0,0.7,0,0,1999,9999,2401453,76765.72,69945.3,0 +1157628501,CA_PGE_N,Wind_EP,Wind_EP_87,0,10.6,0,0,2003,9999,2401453,76765.72,69945.3,0 +1157628502,CA_PGE_N,Wind_EP,Wind_EP_125,0,60,0,0,1985,9999,2401453,76765.72,69945.3,0 +1157628503,CA_PGE_N,Wind_EP,Wind_EP_70,0,150,0,0,2006,9999,2401453,76765.72,69945.3,0 +1157628504,CA_SCE_S,Wind_EP,Wind_EP_162,0,5,0,0,1991,9999,2467555,78878.5,71870.4,0 +1157628505,CA_PGE_BAY,Wind_EP,Wind_EP_126,0,18,0,0,1985,9999,2753962.5,88034.11,80212.5,0 +1157628506,CA_PGE_BAY,Wind_EP,Wind_EP_69,0,38,0,0,2006,9999,2753962.5,88034.11,80212.5,0 +1157628507,CA_PGE_BAY,Wind_EP,Wind_EP_78,0,20.5,0,0,2004,9999,2753962.5,88034.11,80212.5,0 +1157628508,WY_SW,Wind_EP,Wind_EP_686,0,60.9,0,0,2008,9999,2093011.5,66905.85,60961.5,0 +1157628509,WY_SE,Wind_EP,Wind_EP_678,0,42,0,0,2009,9999,2159102,69018.745,62886.6,0 +1157628510,WY_SE,Wind_EP,Wind_EP_684,0,29.4,0,0,2008,9999,2159102,69018.745,62886.6,0 +1157628511,WY_SE,Wind_EP,Wind_EP_694,0,1.8,0,0,1999,9999,2159102,69018.745,62886.6,0 +1157628512,WY_SE,Wind_EP,Wind_EP_697,0,1.2,0,0,1998,9999,2159102,69018.745,62886.6,0 +1157628513,WY_SE,Wind_EP,Wind_EP_683,0,118.5,0,0,2008,9999,2159102,69018.745,62886.6,0 +1157628514,WY_SE,Wind_EP,Wind_EP_692,0,1.3,0,0,2000,9999,2159102,69018.745,62886.6,0 +1157628515,WY_SE,Wind_EP,Wind_EP_696,0,3.3,0,0,1999,9999,2159102,69018.745,62886.6,0 +1157628516,WY_SE,Wind_EP,Wind_EP_698,0,0.1,0,0,1996,9999,2159102,69018.745,62886.6,0 +1157628517,WY_SE,Wind_EP,Wind_EP_688,0,2.5,0,0,2005,9999,2159102,69018.745,62886.6,0 +1157628518,WY_SE,Wind_EP,Wind_EP_680,0,39,0,0,2009,9999,2159102,69018.745,62886.6,0 +1157628519,WY_SE,Wind_EP,Wind_EP_682,0,99,0,0,2008,9999,2159102,69018.745,62886.6,0 +1157628520,WY_SE,Wind_EP,Wind_EP_681,0,99,0,0,2009,9999,2159102,69018.745,62886.6,0 +1157628521,CA_SDGE,Wind_EP,Wind_EP_73,0,50,0,0,2005,9999,2467555,78878.5,71870.4,0 +1157628522,WY_SE,Wind_EP,Wind_EP_693,0,41.4,0,0,1999,9999,2159102,69018.745,62886.6,0 +1157628523,ID_E,Wind_EP,Wind_EP_203,0,64.5,0,0,2005,9999,2093011.5,66905.85,60961.5,0 +1157628524,WY_SE,Wind_EP,Wind_EP_423,0,10.5,0,0,2002,9999,2159102,69018.745,62886.6,0 +1157628525,WY_SE,Wind_EP,Wind_EP_679,0,2,0,0,2009,9999,2159102,69018.745,62886.6,0 +1157628526,WY_SE,Wind_EP,Wind_EP_687,0,1.3,0,0,2005,9999,2159102,69018.745,62886.6,0 +1157628527,WY_SE,Wind_EP,Wind_EP_691,0,16.8,0,0,2000,9999,2159102,69018.745,62886.6,0 +1157628528,WY_SE,Wind_EP,Wind_EP_690,0,50,0,0,2001,9999,2159102,69018.745,62886.6,0 +1157628529,WY_SE,Wind_EP,Wind_EP_676,0,99,0,0,2009,9999,2159102,69018.745,62886.6,0 +1157628530,WY_SE,Wind_EP,Wind_EP_677,0,28.5,0,0,2009,9999,2159102,69018.745,62886.6,0 +1157628531,WY_SE,Wind_EP,Wind_EP_695,0,24.8,0,0,1999,9999,2159102,69018.745,62886.6,0 +1157628532,CA_PGE_BAY,Wind_EP,Wind_EP_169,0,0.8,0,0,2001,9999,2753962.5,88034.11,80212.5,0 +1157628533,WY_SW,Wind_EP,Wind_EP_685,0,79.8,0,0,2008,9999,2093011.5,66905.85,60961.5,0 +1157628534,WY_SW,Wind_EP,Wind_EP_689,0,144,0,0,2003,9999,2093011.5,66905.85,60961.5,0 +1157628535,UT_N,Wind_EP,Wind_EP_642,0,18.9,0,0,2008,9999,2093011.5,66905.85,60961.5,0 +1157628536,UT_N,Wind_EP,Wind_EP_644,0,0.2,0,0,2000,9999,2093011.5,66905.85,60961.5,0 +1157628537,UT_N,Wind_EP,Wind_EP_643,0,0.7,0,0,2005,9999,2093011.5,66905.85,60961.5,0 +1157628538,MT_NE,Wind_EP,Wind_EP_418,0,135,0,0,2005,9999,2093011.5,66905.85,60961.5,0 +1157628539,MT_NE,Wind_EP,Wind_EP_414,0,106.5,0,0,2008,9999,2093011.5,66905.85,60961.5,0 +1157628540,MT_NE,Wind_EP,Wind_EP_417,0,9,0,0,2006,9999,2093011.5,66905.85,60961.5,0 +1157628541,MT_NE,Wind_EP,Wind_EP_420,0,0.1,0,0,1996,9999,2093011.5,66905.85,60961.5,0 +1157628542,MT_NE,Wind_EP,Wind_EP_419,0,1.4,0,0,2005,9999,2093011.5,66905.85,60961.5,0 +1157628543,OR_WA_BPA,Wind_EP,Wind_EP_514,0,75,0,0,2005,9999,2291294.5,73244.305,66736.8,0 +1157628544,OR_WA_BPA,Wind_EP,Wind_EP_518,0,24.6,0,0,2001,9999,2291294.5,73244.305,66736.8,0 +1157628545,OR_WA_BPA,Wind_EP,Wind_EP_506,0,76.5,0,0,2008,9999,2291294.5,73244.305,66736.8,0 +1157628546,OR_WA_BPA,Wind_EP,Wind_EP_503,0,98.7,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628547,OR_WA_BPA,Wind_EP,Wind_EP_500,0,72,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628548,OR_WA_BPA,Wind_EP,Wind_EP_652,0,94,0,0,2008,9999,2291294.5,73244.305,66736.8,0 +1157628549,OR_WA_BPA,Wind_EP,Wind_EP_515,0,41,0,0,2003,9999,2291294.5,73244.305,66736.8,0 +1157628550,OR_WA_BPA,Wind_EP,Wind_EP_511,0,101.2,0,0,2007,9999,2291294.5,73244.305,66736.8,0 +1157628551,OR_WA_BPA,Wind_EP,Wind_EP_512,0,120,0,0,2007,9999,2291294.5,73244.305,66736.8,0 +1157628552,OR_WA_BPA,Wind_EP,Wind_EP_513,0,100.5,0,0,2006,9999,2291294.5,73244.305,66736.8,0 +1157628553,OR_WA_BPA,Wind_EP,Wind_EP_505,0,102.9,0,0,2008,9999,2291294.5,73244.305,66736.8,0 +1157628554,OR_WA_BPA,Wind_EP,Wind_EP_654,0,204.7,0,0,2007,9999,2291294.5,73244.305,66736.8,0 +1157628555,OR_WA_BPA,Wind_EP,Wind_EP_509,0,125.4,0,0,2007,9999,2291294.5,73244.305,66736.8,0 +1157628556,OR_WA_BPA,Wind_EP,Wind_EP_516,0,25.2,0,0,2002,9999,2291294.5,73244.305,66736.8,0 +1157628557,OR_WA_BPA,Wind_EP,Wind_EP_659,0,15.6,0,0,2003,9999,2291294.5,73244.305,66736.8,0 +1157628558,OR_WA_BPA,Wind_EP,Wind_EP_653,0,32.2,0,0,2008,9999,2291294.5,73244.305,66736.8,0 +1157628559,OR_WA_BPA,Wind_EP,Wind_EP_660,0,48.1,0,0,2002,9999,2291294.5,73244.305,66736.8,0 +1157628560,OR_WA_BPA,Wind_EP,Wind_EP_519,0,24,0,0,2001,9999,2291294.5,73244.305,66736.8,0 +1157628561,OR_WA_BPA,Wind_EP,Wind_EP_504,0,96.6,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628562,OR_WA_BPA,Wind_EP,Wind_EP_497,0,149.5,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628563,OR_WA_BPA,Wind_EP,Wind_EP_501,0,44.5,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628564,OR_WA_BPA,Wind_EP,Wind_EP_499,0,9.9,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628565,OR_WA_BPA,Wind_EP,Wind_EP_498,0,20,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628566,OR_WA_BPA,Wind_EP,Wind_EP_502,0,100.8,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628567,OR_WA_BPA,Wind_EP,Wind_EP_656,0,199.5,0,0,2006,9999,2291294.5,73244.305,66736.8,0 +1157628568,OR_WA_BPA,Wind_EP,Wind_EP_649,0,72,0,0,2008,9999,2291294.5,73244.305,66736.8,0 +1157628569,OR_WA_BPA,Wind_EP,Wind_EP_647,0,40,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628570,OR_WA_BPA,Wind_EP,Wind_EP_648,0,96.6,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628571,OR_WA_BPA,Wind_EP,Wind_EP_646,0,29.9,0,0,2009,9999,2291294.5,73244.305,66736.8,0 +1157628572,OR_WA_BPA,Wind_EP,Wind_EP_661,0,176.9,0,0,2001,9999,2291294.5,73244.305,66736.8,0 +1157628573,OR_WA_BPA,Wind_EP,Wind_EP_517,0,39.6,0,0,2002,9999,2291294.5,73244.305,66736.8,0 +1157628574,OR_WA_BPA,Wind_EP,Wind_EP_520,0,83.2,0,0,2001,9999,2291294.5,73244.305,66736.8,0 +1157628575,OR_WA_BPA,Wind_EP,Wind_EP_521,0,25.1,0,0,1998,9999,2291294.5,73244.305,66736.8,0 +1157628576,OR_WA_BPA,Wind_EP,Wind_EP_508,0,2.4,0,0,2008,9999,2291294.5,73244.305,66736.8,0 +1157628577,ID_S_OR_E,Wind_EP,Wind_EP_202,0,10.5,0,0,2005,9999,2093011.5,66905.85,60961.5,0 +1157628578,ID_S_OR_E,Wind_EP,Wind_EP_204,0,0.2,0,0,2003,9999,2093011.5,66905.85,60961.5,0 +1157628579,ID_S_OR_E,Wind_EP,Wind_EP_200,0,42,0,0,2009,9999,2093011.5,66905.85,60961.5,0 +1157628580,ID_S_OR_E,Wind_EP,Wind_EP_199,0,29.4,0,0,2009,9999,2093011.5,66905.85,60961.5,0 +1157628581,ID_S_OR_E,Wind_EP,Wind_EP_510,0,97.3,0,0,2007,9999,2093011.5,66905.85,60961.5,0 +1157628582,ID_S_OR_E,Wind_EP,Wind_EP_507,0,3.3,0,0,2008,9999,2093011.5,66905.85,60961.5,0 +1157628583,NM_N,Wind_EP,Wind_EP_433,0,90,0,0,2006,9999,2115045.5,67610.225,61603.2,0 +1157628584,NM_N,Wind_EP,Wind_EP_431,0,100,0,0,2009,9999,2115045.5,67610.225,61603.2,0 +1157628585,AZ_APS_E,Wind_EP,Wind_EP_61,0,63,0,0,2009,9999,2070977.5,66201.59,60319.8,0 +1157628586,CO_E,Wind_EP,Wind_EP_182,0,0.9,0,0,2008,9999,2070977.5,66201.59,60319.8,0 +1157628587,CO_E,Wind_EP,Wind_EP_193,0,162,0,0,2003,9999,2070977.5,66201.59,60319.8,0 +1157628588,CO_E,Wind_EP,Wind_EP_188,0,60,0,0,2006,9999,2070977.5,66201.59,60319.8,0 +1157628589,CO_E,Wind_EP,Wind_EP_187,0,75,0,0,2007,9999,2070977.5,66201.59,60319.8,0 +1157628590,CO_E,Wind_EP,Wind_EP_192,0,4.5,0,0,2004,9999,2070977.5,66201.59,60319.8,0 +1157628591,CO_E,Wind_EP,Wind_EP_180,0,22.5,0,0,2009,9999,2070977.5,66201.59,60319.8,0 +1157628592,CO_E,Wind_EP,Wind_EP_181,0,151.8,0,0,2009,9999,2070977.5,66201.59,60319.8,0 +1157628593,CO_E,Wind_EP,Wind_EP_190,0,1.5,0,0,2004,9999,2070977.5,66201.59,60319.8,0 +1157628594,CO_E,Wind_EP,Wind_EP_191,0,1.5,0,0,2004,9999,2070977.5,66201.59,60319.8,0 +1157628595,CO_E,Wind_EP,Wind_EP_186,0,264,0,0,2007,9999,2070977.5,66201.59,60319.8,0 +1157628596,CO_E,Wind_EP,Wind_EP_185,0,136.5,0,0,2007,9999,2070977.5,66201.59,60319.8,0 +1157628597,CO_E,Wind_EP,Wind_EP_194,0,29.7,0,0,2001,9999,2070977.5,66201.59,60319.8,0 +1157628598,WA_N_CEN,Wind_EP,Wind_EP_657,0,228.6,0,0,2006,9999,2313328.5,73948.68,67378.5,0 +1157628599,CO_DEN,Wind_EP,Wind_EP_183,0,221,0,0,2007,9999,2070977.5,66201.59,60319.8,0 +1157628600,CO_DEN,Wind_EP,Wind_EP_184,0,79.5,0,0,2007,9999,2070977.5,66201.59,60319.8,0 +1157628601,CO_DEN,Wind_EP,Wind_EP_195,0,9.9,0,0,2001,9999,2070977.5,66201.59,60319.8,0 +1157628602,CO_DEN,Wind_EP,Wind_EP_189,0,0.1,0,0,2005,9999,2070977.5,66201.59,60319.8,0 +1157628603,CO_DEN,Wind_EP,Wind_EP_197,0,4.5,0,0,1999,9999,2070977.5,66201.59,60319.8,0 +1157628604,CO_DEN,Wind_EP,Wind_EP_196,0,16.5,0,0,1999,9999,2070977.5,66201.59,60319.8,0 +1157628605,CO_DEN,Wind_EP,Wind_EP_198,0,0.6,0,0,1999,9999,2070977.5,66201.59,60319.8,0 +1157628606,WA_ID_AVA,Wind_EP,Wind_EP_650,0,7.2,0,0,2008,9999,2115045.5,67610.225,61603.2,0 +1157628607,WA_ID_AVA,Wind_EP,Wind_EP_655,0,140.4,0,0,2007,9999,2115045.5,67610.225,61603.2,0 +1157628608,WA_ID_AVA,Wind_EP,Wind_EP_651,0,70.2,0,0,2008,9999,2115045.5,67610.225,61603.2,0 +1157628609,WA_ID_AVA,Wind_EP,Wind_EP_658,0,149.4,0,0,2005,9999,2115045.5,67610.225,61603.2,0 +1157628610,NM_S_TX_EPE,Wind_EP,Wind_EP_630,0,1.3,0,0,2001,9999,2115045.5,67610.225,61603.2,0 +1157628611,CA_SCE_CEN,Wind_EP,Wind_EP_1,0,15,0,0,2010,9999,2467555,78878.5,71870.4,0 +1157628612,CA_SCE_S,Wind_EP,Wind_EP_2,0,5,0,0,2010,9999,2467555,78878.5,71870.4,0 +1157628613,WY_SE,Wind_EP,Wind_EP_59,0,99,0,0,2010,9999,2159102,69018.745,62886.6,0 +1157628614,WY_SE,Wind_EP,Wind_EP_60,0,101.2,0,0,2010,9999,2159102,69018.745,62886.6,0 +1157628615,WY_SE,Wind_EP,Wind_EP_58,0,99,0,0,2010,9999,2159102,69018.745,62886.6,0 +1157628616,MT_NE,Wind_EP,Wind_EP_30,0,103.5,0,0,2010,9999,2093011.5,66905.85,60961.5,0 +1157628617,OR_WA_BPA,Wind_EP,Wind_EP_52,0,98.9,0,0,2010,9999,2291294.5,73244.305,66736.8,0 +1157628618,OR_WA_BPA,Wind_EP,Wind_EP_40,0,63,0,0,2010,9999,2291294.5,73244.305,66736.8,0 +1157628619,OR_WA_BPA,Wind_EP,Wind_EP_53,0,50,0,0,2010,9999,2291294.5,73244.305,66736.8,0 +1157628620,OR_WA_BPA,Wind_EP,Wind_EP_39,0,174.8,0,0,2010,9999,2291294.5,73244.305,66736.8,0 +1157628621,OR_WA_BPA,Wind_EP,Wind_EP_41,0,98.7,0,0,2010,9999,2291294.5,73244.305,66736.8,0 +1157628622,OR_WA_BPA,Wind_EP,Wind_EP_56,0,232.3,0,0,2010,9999,2291294.5,73244.305,66736.8,0 +1157628623,UT_S,Wind_EP,Wind_EP_50,0,58.5,0,0,2010,9999,2093011.5,66905.85,60961.5,0 +1157628624,UT_S,Wind_EP,Wind_EP_49,0,145,0,0,2010,9999,2093011.5,66905.85,60961.5,0 +1157628625,CO_E,Wind_EP,Wind_EP_3,0,51,0,0,2010,9999,2070977.5,66201.59,60319.8,0 +1157628626,WA_N_CEN,Wind_EP,Wind_EP_54,0,90,0,0,2010,9999,2313328.5,73948.68,67378.5,0 +1157628627,WA_N_CEN,Wind_EP,Wind_EP_55,0,44,0,0,2010,9999,2313328.5,73948.68,67378.5,0 +1157628628,CA_SCE_CEN,Wind_EP,Wind_EP_173,0,1,0,0,1996,9999,2467555,78878.5,71870.4,0 +1157628629,CA_SCE_CEN,Wind_EP,Wind_EP_154,0,4,0,0,1996,9999,2467555,78878.5,71870.4,0 +1157628630,CA_SCE_CEN,Wind_EP,Wind_EP_178,0,2.3,0,0,2005,9999,2467555,78878.5,71870.4,0 +1157628631,CA_SCE_CEN,Wind_EP,Wind_EP_128,0,64,0,0,1985,9999,2467555,78878.5,71870.4,0 +1157628632,CA_SCE_S,Wind_EP,Wind_EP_152,0,7.4,0,0,1991,9999,2467555,78878.5,71870.4,0 +1157628633,CA_SCE_S,Wind_EP,Wind_EP_132,0,9.4,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628634,CA_SCE_S,Wind_EP,Wind_EP_161,0,2,0,0,1996,9999,2467555,78878.5,71870.4,0 +1157628635,CA_SCE_S,Wind_EP,Wind_EP_179,0,29.9,0,0,2005,9999,2467555,78878.5,71870.4,0 +1157628636,CA_PGE_BAY,Wind_EP,Wind_EP_129,0,111.7,0,0,1991,9999,2753962.5,88034.11,80212.5,0 +1157628637,CA_PGE_BAY,Wind_EP,Wind_EP_176,0,96.7,0,0,1991,9999,2753962.5,88034.11,80212.5,0 +1157628638,CA_PGE_BAY,Wind_EP,Wind_EP_163,0,1,0,0,2005,9999,2753962.5,88034.11,80212.5,0 +1157628639,CA_PGE_BAY,Wind_EP,Wind_EP_164,0,11.6,0,0,2005,9999,2753962.5,88034.11,80212.5,0 +1157628640,CA_PGE_BAY,Wind_EP,Wind_EP_172,0,1.7,0,0,2005,9999,2753962.5,88034.11,80212.5,0 +1157628641,CA_PGE_BAY,Wind_EP,Wind_EP_174,0,1.7,0,0,2005,9999,2753962.5,88034.11,80212.5,0 +1157628642,CA_PGE_BAY,Wind_EP,Wind_EP_158,0,21.8,0,0,2005,9999,2753962.5,88034.11,80212.5,0 +1157628643,CA_SCE_CEN,Wind_EP,Wind_EP_127,0,24,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628644,CA_PGE_BAY,Wind_EP,Wind_EP_138,0,0.2,0,0,1990,9999,2753962.5,88034.11,80212.5,0 +1157628645,CA_PGE_BAY,Wind_EP,Wind_EP_147,0,12.3,0,0,1990,9999,2753962.5,88034.11,80212.5,0 +1157628646,CA_PGE_BAY,Wind_EP,Wind_EP_171,0,1.2,0,0,1990,9999,2753962.5,88034.11,80212.5,0 +1157628647,CA_SCE_CEN,Wind_EP,Wind_EP_177,0,14.3,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628648,CA_SCE_CEN,Wind_EP,Wind_EP_142,0,12.6,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628649,CA_SCE_CEN,Wind_EP,Wind_EP_141,0,0.9,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628650,CA_SCE_CEN,Wind_EP,Wind_EP_139,0,14.1,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628651,CA_SCE_CEN,Wind_EP,Wind_EP_140,0,4.5,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628652,CA_SCE_CEN,Wind_EP,Wind_EP_130,0,7,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628653,CA_SCE_CEN,Wind_EP,Wind_EP_155,0,3.5,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628654,CA_SCE_S,Wind_EP,Wind_EP_153,0,0.2,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628655,CA_SCE_S,Wind_EP,Wind_EP_131,0,18.7,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628656,CA_SCE_S,Wind_EP,Wind_EP_134,0,21.7,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628657,CA_SCE_S,Wind_EP,Wind_EP_143,0,12.4,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628658,CA_SCE_S,Wind_EP,Wind_EP_145,0,7.9,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628659,CA_SCE_S,Wind_EP,Wind_EP_159,0,26,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628660,CA_SCE_S,Wind_EP,Wind_EP_157,0,15.3,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628661,CA_SCE_S,Wind_EP,Wind_EP_146,0,14.5,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628662,CA_SCE_S,Wind_EP,Wind_EP_167,0,4.9,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628663,CA_SCE_S,Wind_EP,Wind_EP_156,0,4,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628664,CA_SCE_S,Wind_EP,Wind_EP_144,0,2.5,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628665,CA_SCE_S,Wind_EP,Wind_EP_160,0,3.2,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628666,CA_SCE_S,Wind_EP,Wind_EP_133,0,3.3,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628667,CA_SCE_S,Wind_EP,Wind_EP_166,0,5.5,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628668,CA_SCE_S,Wind_EP,Wind_EP_175,0,15.7,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628669,CA_SCE_S,Wind_EP,Wind_EP_165,0,26.2,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628670,CA_SCE_S,Wind_EP,Wind_EP_151,0,7.1,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628671,CA_SCE_S,Wind_EP,Wind_EP_150,0,30.3,0,0,1990,9999,2467555,78878.5,71870.4,0 +1157628672,CA_PGE_BAY,Wind_EP,Wind_EP_148,0,147.6,0,0,1990,9999,2753962.5,88034.11,80212.5,0 +1157628673,CA_PGE_BAY,Wind_EP,Wind_EP_168,0,28,0,0,1990,9999,2753962.5,88034.11,80212.5,0 +1157628674,CA_PGE_BAY,Wind_EP,Wind_EP_137,0,1.1,0,0,1990,9999,2753962.5,88034.11,80212.5,0 +1157628675,CA_PGE_BAY,Wind_EP,Wind_EP_136,0,36.9,0,0,1990,9999,2753962.5,88034.11,80212.5,0 +1157628676,CA_PGE_BAY,Wind_EP,Wind_EP_135,0,5.8,0,0,1990,9999,2753962.5,88034.11,80212.5,0 +1157628677,CA_PGE_CEN,Wind_EP,Wind_EP_149,0,15.9,0,0,1990,9999,2401453,76765.72,69945.3,0 +1157630402,NM_S_TX_EPE,Gas_Combustion_Turbine_EP,Copper,9,80.5,16.22960091,0,1980,9999,688929.35,67610.225,5400.546984,30.69892712 +1157630403,AZ_NM_N,Coal_Steam_Turbine_EP,Escalante,87,257,11.02219963,0,1984,9999,3121226.5,67610.225,23614.56,3.809131176 +1157630404,AZ_APS_E,Coal_Steam_Turbine_EP,Cholla,113,1128.8,10.52499962,0,1981,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630405,AZ_SE,DistillateFuelOil_Combustion_Turbine_EP,Douglas,114,21.4,18.88150024,0,1972,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630406,AZ_PHX,Gas_Combustion_Turbine_EP,Ocotillo,116,106.2,16.7682991,0,1973,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630407,AZ_PHX,Gas_Steam_Turbine_EP,Ocotillo,116,227.2,11.8071003,0,1960,9999,499949.85,66201.59,31890.74779,3.989499594 +1157630408,AZ_PHX,CCGT_EP,West_Phoenix,117,1100.6,8.336999893,0,2003,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630409,AZ_PHX,Gas_Combustion_Turbine_EP,West_Phoenix,117,106.2,17.23060036,0,1973,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630410,AZ_SE,Gas_Combustion_Turbine_EP,Saguaro,118,184.5,14.00319958,0,2002,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630411,AZ_SE,Gas_Steam_Turbine_EP,Saguaro,118,250,12.94890022,0,1955,9999,499949.85,66201.59,31890.74779,3.989499594 +1157630412,AZ_APS_SW,Gas_Combustion_Turbine_EP,Yucca,120,95.5,17.53129959,0,1973,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630413,AZ_APS_SW,Gas_Steam_Turbine_EP,Yucca,120,86.7,10.9321003,0,1959,9999,499949.85,66201.59,31890.74779,3.989499594 +1157630414,AZ_SE,Gas_Combustion_Turbine_EP,Demoss_Petrie,124,85,14.49639988,0,2001,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630415,AZ_SE,Gas_Combustion_Turbine_EP,H_Wilson_Sundt_Generating_Station,126,54,21.31760025,0,1972,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630416,AZ_SE,Coal_Steam_Turbine_EP,H_Wilson_Sundt_Generating_Station,126,173.3,11.02130032,0,1967,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630417,AZ_PHX,Gas_Combustion_Turbine_EP,Agua_Fria,141,222.9,18.74340057,0,1975,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630418,AZ_PHX,Gas_Steam_Turbine_EP,Agua_Fria,141,390.4,12.14719963,0,1961,9999,499949.85,66201.59,31890.74779,3.989499594 +1157630419,AZ_PHX,CCGT_EP,Kyrene,147,292,7.710440159,0,2002,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630420,AZ_PHX,Gas_Combustion_Turbine_EP,Kyrene,147,173.7,18.33650017,0,1973,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630421,CA_PGE_CEN,DistillateFuelOil_Combustion_Turbine_EP,McClure,151,142.4,17.21559906,0,1981,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630422,AZ_SE,Coal_Steam_Turbine_EP,Apache_Station,160,408,10.50930023,0,1979,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630423,CA_PGE_BAY,Gas_Steam_Turbine_EP,Contra_Costa,228,718,11.16100025,0,1964,2017,664826.5,88034.11,42407.9093,5.305185631 +1157630424,CA_PGE_N,Gas_Steam_Turbine_EP,Humboldt_Bay,246,102.4,13.48499966,0,1958,9999,579728.8,76765.72,36979.69691,4.62612187 +1157630425,CA_PGE_S,Gas_Steam_Turbine_EP,Dynegy_Morro_Bay_LLC,259,718,9.802009583,0,1963,2015,558454.95,73948.68,35622.64381,4.45635593 +1157630426,CA_PGE_CEN,CCGT_EP,Dynegy_Moss_Landing_Power_Plant,260,1398,7.1394701,0,2002,9999,1457188,76765.72,7355.913805,4.278320855 +1157630427,CA_PGE_CEN,Gas_Steam_Turbine_EP,Dynegy_Moss_Landing_Power_Plant,260,1404,10.14579964,0,1968,2017,579728.8,76765.72,36979.69691,4.62612187 +1157630428,CA_PGE_BAY,Gas_Steam_Turbine_EP,Pittsburg_Power,271,1403.9,11.87290001,0,1972,2017,664826.5,88034.11,42407.9093,5.305185631 +1157630429,CA_PGE_BAY,Gas_Steam_Turbine_EP,Potrero_Power,273,226,11.31470013,0,1965,9999,664826.5,88034.11,42407.9093,5.305185631 +1157630430,CA_PGE_N,Geothermal_EP,Geysers_Unit_5_20,286,1163,21.0170002,0,1985,9999,7274313.5,76765.72,0,36.1384049 +1157630431,UT_S,Geothermal_EP,Blundell,299,38.1,21.0170002,0,2007,9999,6339996,66905.85,0,31.49677492 +1157630432,CA_SDGE,Gas_Steam_Turbine_EP,Encina,302,982,12.61810017,0,1978,2017,595685.05,78878.5,37997.48673,4.753446325 +1157630433,CA_SDGE,DistillateFuelOil_Combustion_Turbine_EP,Dynergy_South_Bay_Power_Plant,310,15,14.95800018,0,1971,2011,803751.1,78878.5,6300.638148,35.81541498 +1157630434,CA_SDGE,Gas_Steam_Turbine_EP,Dynergy_South_Bay_Power_Plant,310,713.9,10.96199989,0,1971,2011,595685.05,78878.5,37997.48673,4.753446325 +1157630435,CA_SCE_S,Gas_Steam_Turbine_EP,AES_Alamitos_LLC,315,1922,11.08860016,0,1966,2020,595685.05,78878.5,37997.48673,4.753446325 +1157630436,CA_SCE_CEN,CCGT_EP,Coolwater,329,580,10.37919998,0,1978,9999,1497300,78878.5,7558.370148,4.396072805 +1157630437,CA_SCE_CEN,Gas_Steam_Turbine_EP,Coolwater,329,147.3,12.38869953,0,1962,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630438,CA_SCE_S,Gas_Steam_Turbine_EP,El_Segundo_Power,330,684,11.15799999,0,1965,2015,595685.05,78878.5,37997.48673,4.753446325 +1157630439,CA_SCE_S,Gas_Steam_Turbine_EP,Etiwanda_Generating_Station,331,666,11.87650013,0,1963,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630440,CA_SCE_S,Gas_Steam_Turbine_EP,AES_Huntington_Beach_LLC,335,888,11.21240044,0,1961,2020,595685.05,78878.5,37997.48673,4.753446325 +1157630441,CA_SCE_S,Gas_Combustion_Turbine_EP,Long_Beach_Generation_LLC,341,252,17.15660095,0,1976,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630442,CA_SCE_CEN,Gas_Combustion_Turbine_EP,Mandalay,345,138,10.51410007,0,1970,2020,803751.1,78878.5,6300.638148,35.81541498 +1157630443,CA_SCE_CEN,Gas_Steam_Turbine_EP,Mandalay,345,436,10.43080044,0,1959,2020,595685.05,78878.5,37997.48673,4.753446325 +1157630444,CA_SCE_CEN,Gas_Steam_Turbine_EP,Ormond_Beach,350,1612,10.29389954,0,1973,2020,595685.05,78878.5,37997.48673,4.753446325 +1157630445,CA_SCE_S,Gas_Steam_Turbine_EP,AES_Redondo_Beach_LLC,356,1316.4,10.37930012,0,1967,2020,595685.05,78878.5,37997.48673,4.753446325 +1157630446,CA_SCE_S,CCGT_EP,Mountainview_Power_LLC,358,1108.1,7.370930195,0,2006,9999,1497300,78878.5,7558.370148,4.396072805 +1157630447,CA_SDGE,Nuclear_EP,San_Onofre,360,2254,10.48499966,0,1984,2012,7462545.5,78878.5,152125.68,0 +1157630448,OR_WA_BPA,Nuclear_EP,Columbia_Generating_Station,371,1200,10.48499966,0,1984,9999,6929509,73244.305,141259.56,0 +1157630449,CA_SCE_S,CCGT_EP,Grayson,377,90,11.86489964,0,1977,9999,1497300,78878.5,7558.370148,4.396072805 +1157630450,CA_SCE_S,Gas_Combustion_Turbine_EP,Grayson,377,49.3,12.49979973,0,2004,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630451,CA_SCE_S,Bio_Gas_Steam_Turbine_EP,Grayson,377,108,14.47379971,0,1964,9999,2051508,78878.5,100369.171,17.96759975 +1157630452,CA_IID,CCGT_EP,El_Centro,389,124.4,10.23499966,0,1993,9999,1497300,78878.5,7558.370148,4.396072805 +1157630453,CA_IID,Gas_Steam_Turbine_EP,El_Centro,389,131.6,10.90130043,0,1968,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630454,CA_LADWP,CCGT_EP,Harbor,399,227,10.46940041,0,1994,2029,1497300,78878.5,7558.370148,4.396072805 +1157630455,CA_LADWP,Gas_Combustion_Turbine_EP,Harbor,399,235,10.74050045,0,2002,2029,803751.1,78878.5,6300.638148,35.81541498 +1157630456,CA_SCE_S,CCGT_EP,Haynes,400,604.3,8.267889977,0,2005,2029,1497300,78878.5,7558.370148,4.396072805 +1157630457,CA_SCE_S,Gas_Steam_Turbine_EP,Haynes,400,1146,8.811149597,0,1967,2013,595685.05,78878.5,37997.48673,4.753446325 +1157630458,CA_LADWP,Gas_Steam_Turbine_EP,Scattergood,404,823.2,11.00039959,0,1974,2015,595685.05,78878.5,37997.48673,4.753446325 +1157630459,CA_LADWP,CCGT_EP,Valley,408,741,7.229869843,0,2004,9999,1497300,78878.5,7558.370148,4.396072805 +1157630460,CA_LADWP,Gas_Combustion_Turbine_EP,Valley,408,47,7.244190216,0,2002,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630461,CA_SCE_S,Gas_Steam_Turbine_EP,Broadway,420,75,12.39890003,0,1965,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630462,CA_SCE_S,Gas_Combustion_Turbine_EP,Glenarm,422,178.6,10.49790001,0,2004,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630463,CO_E,DistillateFuelOil_Internal_Combustion_Engine_EP,Pueblo,460,10,10.97869968,0,1964,9999,505932.15,66201.59,3966.026956,30.05936614 +1157630464,CO_E,Gas_Steam_Turbine_EP,Pueblo,460,22.5,14.03759956,0,2001,9999,499949.85,66201.59,31890.74779,3.989499594 +1157630465,CO_SW,Coal_Steam_Turbine_EP,W_N_Clark,462,43.7,13.26539993,0,1959,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630466,CO_SW,Gas_Combustion_Turbine_EP,Alamosa,464,33,28.6970005,0,1977,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630467,CO_DEN,Coal_Steam_Turbine_EP,Arapahoe,465,160,12.27900028,0,1955,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630468,CO_NW,Coal_Steam_Turbine_EP,Cameo,468,66,14.60499954,0,1960,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630469,CO_DEN,Coal_Steam_Turbine_EP,Cherokee,469,801.2,10.32349968,0,1968,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630470,CO_E,Coal_Steam_Turbine_EP,Comanche,470,778.5,10.63239956,0,1975,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630471,CO_NW,Gas_Combustion_Turbine_EP,Fruita,471,18.6,35.76070023,0,1973,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630472,CO_DEN,Gas_Combustion_Turbine_EP,Valmont,477,45.2,13.72299957,0,1973,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630473,CO_DEN,Coal_Steam_Turbine_EP,Valmont,477,191.7,9.512180328,0,1964,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630474,CO_DEN,Gas_Steam_Turbine_EP,Zuni,478,115.2,30.23460007,0,1954,9999,499949.85,66201.59,31890.74779,3.989499594 +1157630475,CO_E,Coal_Steam_Turbine_EP,Martin_Drake,492,257,11.06289959,0,1974,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630476,CO_E,Gas_Steam_Turbine_EP,George_Birdsall,493,59.6,13.4744997,0,1957,9999,499949.85,66201.59,31890.74779,3.989499594 +1157630477,CO_SW,Gas_Internal_Combustion_Engine_EP,Delta,496,4.5,10.61460018,0,1956,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630478,CA_PGE_N,Geothermal_EP,Sonoma_California_Geothermal,510,78,21.0170002,0,1983,9999,7274313.5,76765.72,0,36.1384049 +1157630479,CO_E,DistillateFuelOil_Internal_Combustion_Engine_EP,Trinidad,511,5.4,10.60289955,0,1999,9999,505932.15,66201.59,3966.026956,30.05936614 +1157630480,CO_NW,Coal_Steam_Turbine_EP,Hayden,525,465.4,10.875,0,1976,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630481,CO_SW,Coal_Steam_Turbine_EP,Nucla,527,113.8,12.12419987,0,1991,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630482,CA_SMUD,Gas_Combustion_Turbine_EP,McClellan,535,77,14.16930008,0,1986,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630483,WA_ID_AVA,Bio_Solid_Steam_Turbine_EP,Kettle_Falls_Generating_Station,550,50.7,12.7677002,0,1983,9999,4127419,67610.225,97538.4,15.40079979 +1157630484,MT_SW,DistillateFuelOil_Internal_Combustion_Engine_EP,Salmon_Diesel,817,5,10.5223999,0,1967,9999,511314.15,66905.85,4008.218732,30.37914663 +1157630485,CA_PGE_N,Geothermal_EP,Bottle_Rock_Power,902,55,21.0170002,0,1985,9999,7274313.5,76765.72,0,36.1384049 +1157630486,MT_SE,Coal_Steam_Turbine_EP,J_E_Corette_Plant,2187,172.8,10.67730045,0,1968,9999,3088716,66905.85,23368.575,3.769452726 +1157630487,WY_SE,Gas_Internal_Combustion_Engine_EP,Sidney,2302,7.5,109.348999,0,1956,9999,703281.35,69018.745,5513.05838,31.33848811 +1157630488,NV_S,CCGT_EP,Clark,2322,578.8,9.91547966,0,1994,9999,1403713,73948.68,7085.972014,4.121318255 +1157630489,NV_S,Gas_Combustion_Turbine_EP,Clark,2322,72.4,14.42479992,0,1973,9999,753516.8,73948.68,5906.848264,33.57695154 +1157630490,NV_S,Coal_Steam_Turbine_EP,Reid_Gardner,2324,636.8,11.40859985,0,1983,9999,3413844,73948.68,25828.425,4.166237224 +1157630491,NV_S,Gas_Combustion_Turbine_EP,Sunrise,2326,85,14.4350996,0,1974,9999,753516.8,73948.68,5906.848264,33.57695154 +1157630492,NV_S,Gas_Steam_Turbine_EP,Sunrise,2326,81.6,11.90139961,0,1964,9999,558454.95,73948.68,35622.64381,4.45635593 +1157630493,NV_N,Gas_Steam_Turbine_EP,Fort_Churchill,2330,230,10.58479977,0,1971,9999,558454.95,73948.68,35622.64381,4.45635593 +1157630494,NV_N,CCGT_EP,Tracy,2336,69.7,8.354510307,0,1994,9999,1403713,73948.68,7085.972014,4.121318255 +1157630495,NV_N,Gas_Steam_Turbine_EP,Tracy,2336,244.8,11.89760017,0,1974,9999,558454.95,73948.68,35622.64381,4.45635593 +1157630496,AZ_NM_N,Coal_Steam_Turbine_EP,Four_Corners,2442,2269.6,10.19830036,0,1970,9999,3121226.5,67610.225,23614.56,3.809131176 +1157630497,NM_S_TX_EPE,Gas_Steam_Turbine_EP,Rio_Grande,2444,266.5,11.74300003,0,1972,9999,510587.35,67610.225,32569.27434,4.074382565 +1157630498,NM_N,Gas_Steam_Turbine_EP,Reeves,2450,154,12.91660023,0,1962,9999,510587.35,67610.225,32569.27434,4.074382565 +1157630499,AZ_NM_N,Coal_Steam_Turbine_EP,San_Juan,2451,1848,11.1885004,0,1982,9999,3121226.5,67610.225,23614.56,3.809131176 +1157630500,AZ_NM_N,CCGT_EP,Animas,2465,18.6,9.747969627,0,1994,9999,1283400,67610.225,6478.602984,3.768062405 +1157630501,NM_N,Gas_Internal_Combustion_Engine_EP,Raton,2468,8,9.011320114,0,2003,9999,688929.35,67610.225,5400.546984,30.69892712 +1157630502,WY_NE,Gas_Combustion_Turbine_EP,Ben_French,3325,100,17.69440079,0,1979,9999,645871.05,63384.55,5063.012798,28.78024418 +1157630503,WY_NE,Coal_Steam_Turbine_EP,Ben_French,3325,25,14.43929958,0,1961,9999,2926152,63384.55,22138.65,3.571060477 +1157630504,NM_S_TX_EPE,CCGT_EP,Newman,3456,170,9.827130318,0,1975,9999,1283400,67610.225,6478.602984,3.768062405 +1157630505,NM_S_TX_EPE,Gas_Steam_Turbine_EP,Newman,3456,285,11.11289978,0,1966,9999,510587.35,67610.225,32569.27434,4.074382565 +1157630506,UT_S,Coal_Steam_Turbine_EP,Carbon,3644,188.6,11.50809956,0,1957,9999,3088716,66905.85,23368.575,3.769452726 +1157630507,UT_N,Gas_Combustion_Turbine_EP,Gadsby,3648,141,12.0369997,0,2002,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630508,UT_N,Gas_Steam_Turbine_EP,Gadsby,3648,251.6,14.15540028,0,1955,9999,505268.6,66905.85,32230.01107,4.031941079 +1157630509,UT_N,Gas_Combustion_Turbine_EP,Bountiful_City,3665,5.2,11.9769001,0,2001,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630510,UT_N,Gas_Internal_Combustion_Engine_EP,Bountiful_City,3665,10.2,9.72424984,0,1986,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630511,UT_N,Gas_Internal_Combustion_Engine_EP,Provo,3686,10,12.26910019,0,1980,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630512,WA_W,CCGT_EP,Transalta_Centralia_Generation,3845,322,8.153829575,0,2002,9999,1403713,73948.68,7085.972014,4.121318255 +1157630513,WA_W,Coal_Steam_Turbine_EP,Transalta_Centralia_Generation,3845,1459.8,10.86480045,0,1973,9999,3413844,73948.68,25828.425,4.166237224 +1157630514,WY_NE,Coal_Steam_Turbine_EP,Neil_Simpson,4150,21.7,14.34150028,0,1969,9999,2926152,63384.55,22138.65,3.571060477 +1157630515,WY_NE,Coal_Steam_Turbine_EP,Osage,4151,34.5,16.20089912,0,1952,9999,2926152,63384.55,22138.65,3.571060477 +1157630516,WY_SE,Coal_Steam_Turbine_EP,Dave_Johnston,4158,816.7,11.42759991,0,1972,9999,3186259,69018.745,24106.53,3.888488075 +1157630517,WY_SW,Coal_Steam_Turbine_EP,Naughton,4162,707.2,10.8586998,0,1971,9999,3088716,66905.85,23368.575,3.769452726 +1157630518,UT_N,Gas_Combustion_Turbine_EP,Logan_City,4251,15.9,14.27810001,0,2002,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630519,CA_PGE_CEN,Gas_Combustion_Turbine_EP,Walnut,4256,49.8,43.33509827,0,1986,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630520,AZ_APS_N,Coal_Steam_Turbine_EP,Navajo,4941,2409.3,10.16819954,0,1976,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630521,AZ_APS_SW,Nuclear_EP,Palo_Verde,6008,4209.3,10.48499966,0,1988,9999,6263210.5,66201.59,127676.91,0 +1157630522,CO_NW,Coal_Steam_Turbine_EP,Craig,6021,1339.2,10.01720047,0,1984,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630523,CA_IID,Gas_Combustion_Turbine_EP,Coachella,6060,92.4,16.81669998,0,1976,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630524,MT_SE,Coal_Steam_Turbine_EP,Colstrip,6076,2272,10.77110004,0,1986,9999,3088716,66905.85,23368.575,3.769452726 +1157630525,AZ_SE,Gas_Combustion_Turbine_EP,North_Loop,6088,107.8,17.65040016,0,2001,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630526,CA_PGE_S,Nuclear_EP,Diablo_Canyon,6099,2323,10.48499966,0,1986,9999,6996140,73948.68,142617.825,0 +1157630527,WY_NE,Coal_Steam_Turbine_EP,Wyodak,6101,362,11.19320011,0,1978,9999,2926152,63384.55,22138.65,3.571060477 +1157630528,OR_WA_BPA,Coal_Steam_Turbine_EP,Boardman,6106,601,9.911569595,0,1980,9999,3381333.5,73244.305,25582.44,4.126558774 +1157630529,CO_DEN,CCGT_EP,Fort_St_Vrain,6112,742.6,7.62142992,0,2001,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630530,UT_S,Coal_Steam_Turbine_EP,Hunter,6165,1472.2,10.76990032,0,1983,9999,3088716,66905.85,23368.575,3.769452726 +1157630531,AZ_APS_E,Coal_Steam_Turbine_EP,Coronado,6177,821.8,10.33300018,0,1980,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630532,WY_SE,Coal_Steam_Turbine_EP,Laramie_River_Station,6204,1710,10.35179996,0,1982,9999,3186259,69018.745,24106.53,3.888488075 +1157630533,CA_PGE_BAY,DistillateFuelOil_Combustion_Turbine_EP,Dynergy_Oakland_Power_Plant,6211,223.5,13.68459988,0,1978,9999,897043.7,88034.11,7031.962219,39.97256136 +1157630534,CO_E,Coal_Steam_Turbine_EP,Pawnee,6248,552.3,10.61769962,0,1981,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630535,UT_S,Coal_Steam_Turbine_EP,Intermountain_Power_Project,6481,1640,9.497670174,0,1987,9999,3088716,66905.85,23368.575,3.769452726 +1157630536,NV_N,DistillateFuelOil_Internal_Combustion_Engine_EP,Brunswick,6510,6,134.552002,0,1960,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630537,AZ_SE,Gas_Combustion_Turbine_EP,Valencia,6515,20,24.60050011,0,2006,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630538,CO_E,DistillateFuelOil_Internal_Combustion_Engine_EP,Rocky_Ford,6516,10,11.63969994,0,1964,9999,505932.15,66201.59,3966.026956,30.05936614 +1157630539,NV_N,Gas_Combustion_Turbine_EP,Winnemucca,6533,14.9,108.7630005,0,1970,9999,753516.8,73948.68,5906.848264,33.57695154 +1157630540,UT_N,Gas_Combustion_Turbine_EP,Little_Mountain,6553,16,191.4219971,0,1971,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630541,CO_DEN,Gas_Combustion_Turbine_EP,Rawhide,6761,357.2,12.9382,0,2004,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630542,CO_DEN,Coal_Steam_Turbine_EP,Rawhide,6761,293.6,10.19309998,0,1984,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630543,NV_S,Gas_Combustion_Turbine_EP,Harry_Allen,7082,186.5,14.49250031,0,2006,9999,753516.8,73948.68,5906.848264,33.57695154 +1157630544,UT_N,Gas_Internal_Combustion_Engine_EP,Heber_City,7111,10.5,14.26280022,0,2004,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630545,CA_PGE_BAY,Gas_Combustion_Turbine_EP,Gianera,7231,64.6,15.74720001,0,1987,9999,897043.7,88034.11,7031.962219,39.97256136 +1157630546,CA_PGE_BAY,Gas_Combustion_Turbine_EP,Santa_Clara_Cogen,7232,7.8,16.14539909,0,1982,9999,897043.7,88034.11,7031.962219,39.97256136 +1157630547,CA_PGE_CEN,CCGT_EP,Woodland,7266,60.5,8.91726017,0,2003,9999,1457188,76765.72,7355.913805,4.278320855 +1157630548,CA_PGE_N,CCGT_EP,Redding_Power,7307,70,8.954850197,0,2002,9999,1457188,76765.72,7355.913805,4.278320855 +1157630549,CA_PGE_N,Gas_Combustion_Turbine_EP,Redding_Power,7307,65.6,12.82409954,0,1996,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630550,CA_PGE_CEN,Gas_Combustion_Turbine_EP,Almond_Power_Plant,7315,49.5,10.86180019,0,1996,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630551,CA_PGE_N,Geothermal_EP,Geothermal_1,7368,110,21.0170002,0,1983,9999,7274313.5,76765.72,0,36.1384049 +1157630552,CA_PGE_N,Geothermal_EP,Geothermal_2,7369,110,21.0170002,0,1986,9999,7274313.5,76765.72,0,36.1384049 +1157630553,UT_N,Gas_Internal_Combustion_Engine_EP,Payson,7408,9.7,8.37887001,0,1995,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630554,CA_PGE_CEN,Gas_Combustion_Turbine_EP,Combustion_Turbine_Project_No_2,7449,50,9.105480194,0,1996,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630555,WY_NE,Gas_Combustion_Turbine_EP,Neil_Simpson_II,7504,40,10.22649956,0,2000,9999,645871.05,63384.55,5063.012798,28.78024418 +1157630556,WY_NE,Coal_Steam_Turbine_EP,Neil_Simpson_II,7504,80,11.97570038,0,1995,9999,2926152,63384.55,22138.65,3.571060477 +1157630557,CA_SMUD,Gas_Combustion_Turbine_EP,Carson_Ice_Gen_Project,7527,54,11.11690044,0,1995,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630558,CA_SMUD,Gas_Combustion_Turbine_EP,SCA_Cogen_2,7551,44,10.57849979,0,2001,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630559,CA_SMUD,CCGT_Cogen_EP,SPA_Cogen_3,7552,173.9,8.089929581,0,1997,9999,1092895.6,76765.72,5516.93566,4.278320855 +1157630560,OR_PDX,CCGT_EP,River_Road_Gen_Plant,7605,248,7.273089886,0,1997,9999,1390350,73244.305,7018.486566,4.082067605 +1157630561,CA_SCE_S,Gas_Combustion_Turbine_EP,Anaheim_GT,7693,49.2,9.494130135,0,1991,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630562,OR_W,Bio_Gas_Internal_Combustion_Engine_EP,Coffin_Butte,7725,5.6,11.93910027,0,2007,9999,2098175,73244.305,63767.15536,15.88700635 +1157630563,UT_S,DistillateFuelOil_Internal_Combustion_Engine_EP,Bloomington_Power_Plant,7767,11.9,10.42739964,0,1999,9999,511314.15,66905.85,4008.218732,30.37914663 +1157630564,UT_N,Coal_Steam_Turbine_EP,Bonanza,7790,499.5,10.58699989,0,1986,9999,3088716,66905.85,23368.575,3.769452726 +1157630565,CA_IID,Gas_Combustion_Turbine_EP,Rockwood,7824,24.9,15.33170033,0,1979,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630566,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine_EP,Roosevelt_Biogas_1,7832,10.5,8.935400009,0,2000,9999,2098175,73244.305,63767.15536,15.88700635 +1157630567,OR_WA_BPA,CCGT_EP,Coyote_Springs_II,7931,287,7.025780201,0,2003,9999,1390350,73244.305,7018.486566,4.082067605 +1157630568,ID_S_OR_E,Gas_Combustion_Turbine_EP,Evander_Andrews_Power_Complex,7953,100,13.42660046,0,2001,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630569,NM_S_TX_EPE,Gas_Combustion_Turbine_EP,Lordsburg_Generating,7967,88,12.01150036,0,2002,9999,688929.35,67610.225,5400.546984,30.69892712 +1157630570,NM_S_TX_EPE,Gas_Combustion_Turbine_EP,Pyramid,7975,186,7.271289825,0,2003,9999,688929.35,67610.225,5400.546984,30.69892712 +1157630571,CA_SCE_S,Gas_Combustion_Turbine_EP,Lake,7987,60.5,10.72500038,0,2002,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630572,AZ_PHX,Bio_Gas_Internal_Combustion_Engine_EP,Tri_Cities,7998,5,4.24861002,0,2001,9999,1896430.5,66201.59,57635.69811,14.35940959 +1157630573,UT_N,Gas_Combustion_Turbine_EP,Murray_Turbine,8010,42,12.27579975,0,2002,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630574,WY_NE,Gas_Combustion_Turbine_EP,Hartzog,8026,22.5,14.0855999,0,2002,9999,645871.05,63384.55,5063.012798,28.78024418 +1157630575,WY_NE,Gas_Combustion_Turbine_EP,Arvada,8028,22.5,12.59080029,0,2002,9999,645871.05,63384.55,5063.012798,28.78024418 +1157630576,WY_NE,Gas_Combustion_Turbine_EP,Barber_Creek,8030,22.5,13.15359974,0,2002,9999,645871.05,63384.55,5063.012798,28.78024418 +1157630577,WY_SW,Coal_Steam_Turbine_EP,Jim_Bridger,8066,2317.7,10.35169983,0,1979,9999,3088716,66905.85,23368.575,3.769452726 +1157630578,CO_DEN,Gas_Combustion_Turbine_EP,Fort_Lupton,8067,78.4,12.47119999,0,1972,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630579,AZ_PHX,CCGT_EP,Santan,8068,1326,7.522610188,0,2006,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630580,UT_S,Coal_Steam_Turbine_EP,Huntington,8069,996,10.26130009,0,1977,9999,3088716,66905.85,23368.575,3.769452726 +1157630581,OR_PDX,CCGT_EP,Beaver,8073,409.8,9.934490204,0,1974,9999,1390350,73244.305,7018.486566,4.082067605 +1157630582,CA_SCE_CEN,Gas_Combustion_Turbine_EP,Ellwood,8076,58,13.93599987,0,1974,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630583,CO_E,Gas_Combustion_Turbine_EP,Ray_D_Nixon,8219,71.6,15.61200047,0,1999,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630584,CO_E,Coal_Steam_Turbine_EP,Ray_D_Nixon,8219,207,10.4914999,0,1980,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630585,AZ_APS_E,Coal_Steam_Turbine_EP,Springerville,8223,1299.6,10.47299957,0,2006,9999,3056205.5,66201.59,23122.59,3.729774276 +1157630586,NV_N,Coal_Steam_Turbine_EP,North_Valmy,8224,567,10.57870007,0,1985,9999,3413844,73948.68,25828.425,4.166237224 +1157630587,CA_SCE_CEN,Coal_Steam_Turbine_Cogen_EP,ACE_Cogeneration_Facility,10002,108,9.69204998,1.984599948,1990,9999,2731077.5,78878.5,20662.74,4.443986372 +1157630588,CO_DEN,Coal_Steam_Turbine_Cogen_EP,Colorado_Energy_Nations_Company,10003,35,5.768549919,27.24769974,1983,9999,2292157,66201.59,17341.9425,3.729774276 +1157630589,NV_N,Geothermal_EP,Desert_Peak_Power_Plant,10018,11,21.0170002,0,2006,9999,7007364,73948.68,0,34.81222491 +1157630590,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Encina_Water_Pollution_Control,10026,0.5,11.97340012,2.169039965,1984,9999,1694686,78878.5,51504.24213,17.10908376 +1157630591,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen_EP,General_Mills_Operations_Lodi,10031,4.6,4.611440182,14.29370022,1984,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630592,CA_PGE_BAY,CCGT_Cogen_EP,Gilroy_Power_Plant,10034,130,8.413209915,0.626749992,1987,9999,1253316,88034.11,6326.761078,4.906331256 +1157630593,CA_LADWP,Gas_Combustion_Turbine_Cogen_EP,Central_Utilities_Plant_LAX,10048,8,5.906589985,10.83969975,1985,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630594,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,Fairhaven_Power,10052,18.8,20.66580009,0,1986,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630595,CA_PGE_N,Bio_Liquid_Steam_Turbine_Cogen_EP,Pulp_Mill_Power_House,10074,20,7.814050198,29.12150002,1965,9999,3514756.5,76765.72,83060.04375,17.48632476 +1157630596,CA_SCE_S,Bio_Solid_Steam_Turbine_EP,Commerce_Refuse_To_Energy,10090,12,16.76119995,0,1986,9999,4815314.5,78878.5,113794.8,17.96759975 +1157630597,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Frito_Lay_Cogen_Plant,10110,6,5.024879932,27.86249924,1986,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630598,CA_SDGE,Gas_Combustion_Turbine_Cogen_EP,Grossmont_Hospital,10115,1.6,5.530660152,12.3604002,1983,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630599,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen_EP,Sierra_Pacific_Lincoln_Facility,10144,19.2,5.547530174,19.18379974,2004,9999,3514756.5,76765.72,83060.04375,17.48632476 +1157630600,CA_PGE_BAY,CCGT_Cogen_EP,Cardinal_Cogen,10168,42.1,10.88860035,0.279367,1987,9999,1253316,88034.11,6326.761078,4.906331256 +1157630601,CA_SCE_S,CCGT_Cogen_EP,Carson_Cogeneration,10169,45.3,8.705269814,0,1989,9999,1122975,78878.5,5668.777926,4.396072805 +1157630602,CA_SDGE,Gas_Combustion_Turbine_Cogen_EP,Childrens_Hospital,10175,3.5,12.18959999,4.17855978,2004,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630603,CO_DEN,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Metro_Wastewater_Reclamation_District,10180,7,7.156630039,10.61760044,2000,9999,1422320,66201.59,43226.77464,14.35940959 +1157630604,CA_PGE_N,Geothermal_EP,West_Ford_Flat_Power_Plant,10199,38,21.0170002,0,1988,9999,7274313.5,76765.72,0,36.1384049 +1157630605,CA_SCE_S,CCGT_Cogen_EP,Loma_Linda_University_Cogen,10206,10.4,19.1595993,7.330150127,1989,9999,1122975,78878.5,5668.777926,4.396072805 +1157630606,CA_SCE_S,CCGT_Cogen_EP,El_Segundo_Cogen,10213,134.2,4.45675993,7.175749779,1996,9999,1122975,78878.5,5668.777926,4.396072805 +1157630607,UT_N,Gas_Internal_Combustion_Engine_Cogen_EP,Snowbird_Power_Plant,10215,1.8,4.892720222,8.336150169,1986,9999,511314.15,66905.85,4008.218732,30.37914663 +1157630608,CA_SCE_S,CCGT_Cogen_EP,California_Institute_of_Technology,10262,13,7.328199863,4.850009918,2003,9999,1122975,78878.5,5668.777926,4.396072805 +1157630609,NV_N,Geothermal_EP,Beowawe_Power,10287,17,21.0170002,0,1985,9999,7007364,73948.68,0,34.81222491 +1157630610,CA_PGE_CEN,CCGT_Cogen_EP,King_City_Power_Plant,10294,133.2,8.588749886,0.237233996,1989,9999,1092895.6,76765.72,5516.93566,4.278320855 +1157630611,CA_IID,Bio_Solid_Steam_Turbine_EP,Mecca_Plant,10300,55.5,15.25529957,0,1991,9999,4815314.5,78878.5,113794.8,17.96759975 +1157630612,NM_N,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Southside_Water_Reclamation_Plant,10339,6.6,7.110139847,13.87559986,2002,9999,1452588,67610.225,44146.49325,14.66492894 +1157630613,CA_PGE_BAY,CCGT_Cogen_EP,Foster_Wheeler_Martinez,10342,113.5,8.502389908,1.283689976,1987,9999,1253316,88034.11,6326.761078,4.906331256 +1157630614,CA_PGE_N,Gas_Combustion_Turbine_Cogen_EP,Greenleaf_2_Power_Plant,10349,49.5,7.930580139,2.395800114,1989,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630615,CA_PGE_N,CCGT_Cogen_EP,Greenleaf_1_Power_Plant,10350,66,6.188020229,2.204220057,1989,9999,1092895.6,76765.72,5516.93566,4.278320855 +1157630616,CA_PGE_BAY,Coal_Steam_Turbine_EP,East_Third_Street_Power_Plant,10367,20.5,11.33090019,0,1990,9999,4064100,88034.11,30748.125,4.959806219 +1157630617,CA_PGE_BAY,Coal_Steam_Turbine_EP,Loveridge_Road_Power_Plant,10368,20.5,11.51150036,0,1989,9999,4064100,88034.11,30748.125,4.959806219 +1157630618,CA_PGE_BAY,Coal_Steam_Turbine_EP,Wilbur_West_Power_Plant,10369,20.5,11.38780022,0,1990,9999,4064100,88034.11,30748.125,4.959806219 +1157630619,CA_PGE_BAY,Coal_Steam_Turbine_EP,Wilbur_East_Power_Plant,10370,20.5,11.37860012,0,1989,9999,4064100,88034.11,30748.125,4.959806219 +1157630620,CA_PGE_BAY,Coal_Steam_Turbine_EP,Nichols_Road_Power_Plant,10371,20.5,11.3277998,0,1990,9999,4064100,88034.11,30748.125,4.959806219 +1157630621,CA_PGE_S,Coal_Steam_Turbine_EP,Hanford,10373,27,12.88430023,0,1990,9999,3413844,73948.68,25828.425,4.166237224 +1157630622,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_EP,San_Marcos,10386,1.8,10.51000023,0,1990,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630623,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_EP,Sycamore_San_Diego,10387,4.8,29.61190033,0,2004,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630624,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine_EP,Newby_Island_I,10388,2,16.82290077,0,1984,9999,2521846.5,88034.11,76643.21558,19.09495956 +1157630625,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine_EP,Newby_Island_II,10389,3.3,11.7177,0,1989,9999,2521846.5,88034.11,76643.21558,19.09495956 +1157630626,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine_EP,Guadalupe_Power_Plant,10390,2.6,20.50740051,0,1987,9999,2521846.5,88034.11,76643.21558,19.09495956 +1157630627,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine_EP,Marsh_Road_Power_Plant,10391,2,13.87899971,0,1982,9999,2521846.5,88034.11,76643.21558,19.09495956 +1157630628,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine_EP,American_Canyon_Power_Plant,10392,1.6,16.54260063,0,1985,9999,2199053,76765.72,66832.88398,16.65080473 +1157630629,CA_SCE_S,Bio_Gas_Steam_Turbine_EP,Coyote_Canyon_Steam_Plant,10395,20,16.7105999,0,1989,9999,2051508,78878.5,100369.171,17.96759975 +1157630630,CA_PGE_CEN,CCGT_Cogen_EP,Kingsburg_Cogen,10405,36.2,9.997719765,0.361667007,1990,9999,1092895.6,76765.72,5516.93566,4.278320855 +1157630631,CA_SCE_S,Gas_Combustion_Turbine_Cogen_EP,Inland_Ontario_Mill,10427,34,21.0170002,0,1985,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630632,CA_SCE_CEN,Gas_Steam_Turbine_EP,SEGS_I,10437,13.8,4.93693018,0,1984,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630633,CA_SCE_CEN,Gas_Steam_Turbine_EP,SEGS_II,10438,30,7.822889805,0,1985,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630634,CA_SCE_CEN,Gas_Steam_Turbine_EP,SEGS_III,10439,34.2,14.98169994,0,1986,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630635,CA_SCE_CEN,Gas_Steam_Turbine_EP,SEGS_IV,10440,34.2,15.91320038,0,1986,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630636,CA_SCE_CEN,Gas_Steam_Turbine_EP,SEGS_V,10441,34.2,14.72920036,0,1987,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630637,CA_SCE_CEN,Gas_Steam_Turbine_EP,SEGS_VI,10442,35,17.29579926,0,1988,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630638,CA_SCE_CEN,Gas_Steam_Turbine_EP,SEGS_VII,10443,35,12.94239998,0,1988,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630639,CA_SCE_CEN,Gas_Steam_Turbine_EP,SEGS_VIII,10444,92,14.67140007,0,1989,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630640,CA_SCE_CEN,Gas_Steam_Turbine_EP,SEGS_IX,10446,92,13.58259964,0,1990,9999,595685.05,78878.5,37997.48673,4.753446325 +1157630641,CA_PGE_N,Geothermal_EP,Bear_Canyon_Power_Plant,10469,24.4,21.0170002,0,1988,9999,7274313.5,76765.72,0,36.1384049 +1157630642,CA_SCE_S,Bio_Gas_Steam_Turbine_EP,Spadra_Landfill_Gas_to_Energy,10471,10.6,13.70590019,0,1990,9999,2051508,78878.5,100369.171,17.96759975 +1157630643,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_EP,Puente_Hills_Energy_Recovery,10472,2.8,37.15179825,0,1984,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630644,CA_SCE_S,Bio_Gas_Steam_Turbine_EP,Puente_Hills_Energy_Recovery,10472,50,11.46179962,0,1986,9999,2051508,78878.5,100369.171,17.96759975 +1157630645,CA_SCE_S,Bio_Gas_Steam_Turbine_EP,Palos_Verdes_Gas_to_Energy,10473,13,14.19239998,0,1988,9999,2051508,78878.5,100369.171,17.96759975 +1157630646,CA_SCE_CEN,CCGT_Cogen_EP,Pitchess_Cogen_Station,10478,28.3,6.71653986,1.966009974,1988,9999,1122975,78878.5,5668.777926,4.396072805 +1157630647,CA_SCE_CEN,Geothermal_EP,Ples_I,10479,15,21.0170002,0,1990,9999,7474517,78878.5,0,37.1330399 +1157630648,CA_SCE_CEN,Geothermal_EP,Mammoth_Pacific_I,10480,10,21.0170002,0,1984,9999,7474517,78878.5,0,37.1330399 +1157630649,CA_SCE_CEN,Geothermal_EP,Mammoth_Pacific_II,10481,30,21.0170002,0,1990,9999,7474517,78878.5,0,37.1330399 +1157630650,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Kern_River_Cogeneration,10496,300,4.668439865,7.671150208,1985,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630651,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Mid_Set_Cogeneration,10501,39.1,5.098070145,8.372650146,1989,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630652,CA_PGE_CEN,Bio_Solid_Steam_Turbine_EP,Thermal_Energy_Dev_Partnshp_LP,10502,23,9.731149673,0,1990,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630653,ID_S_OR_E,Coal_Steam_Turbine_Cogen_EP,Amalgamated_Sugar_Twin_Falls,10504,10.2,4.910759926,66.15029907,1994,9999,2316537,66905.85,17526.43125,3.769452726 +1157630654,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen_EP,San_Jose_Cogeneration,10548,6,6.225860119,9.772629738,1984,9999,672782.2,88034.11,5273.972015,39.97256136 +1157630655,CA_SDGE,Gas_Combustion_Turbine_Cogen_EP,Union_Tribune_Publishing,10600,3,18.39579964,28.66670036,1982,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630656,CA_SCE_CEN,Gas_Combustion_Turbine_EP,Centaur_Generator_Facility,10602,3.5,11.05799961,0,1988,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630657,CA_LADWP,CCGT_Cogen_EP,Civic_Center,10623,34.5,8.924830437,3.450900078,1989,9999,1122975,78878.5,5668.777926,4.396072805 +1157630658,CA_IID,Geothermal_EP,J_M_Leathers,10631,35.8,21.0170002,0,1989,9999,7474517,78878.5,0,37.1330399 +1157630659,CA_IID,Geothermal_EP,A_W_Hoch,10632,35.8,21.0170002,0,1988,9999,7474517,78878.5,0,37.1330399 +1157630660,CA_IID,Geothermal_EP,J_J_Elmore,10634,35.8,21.0170002,0,1988,9999,7474517,78878.5,0,37.1330399 +1157630661,CA_SCE_S,Gas_Combustion_Turbine_Cogen_EP,Corona_Cogen,10635,47,7.474540234,2.057960033,1988,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630662,CA_PGE_CEN,Coal_Steam_Turbine_Cogen_EP,Stockton_Cogen,10640,60,7.05671978,10.17350006,1988,9999,2657926,76765.72,20109.27375,4.324951023 +1157630663,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_EP,Olinda_Landfill_Gas_Recovery_Plant,10648,5.4,6.525839806,0,1985,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630664,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Bear_Mountain_Cogen,10649,46,7.357490063,1.647830009,1995,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630665,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Badger_Creek_Cogen,10650,46,7.099559784,2.132790089,1991,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630666,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen_EP,Burney_Forest_Products,10652,31,15.1097002,3.067229986,1989,9999,3514756.5,76765.72,83060.04375,17.48632476 +1157630667,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen_EP,Collins_Pine_Project,10661,12,8.529179573,22.35709953,1985,9999,3514756.5,76765.72,83060.04375,17.48632476 +1157630668,CO_E,CCGT_EP,Colorado_Power_Partners,10682,38,4.406779766,0,1990,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630669,CO_E,CCGT_Cogen_EP,BCP,10683,74,8.736989975,0.808319986,1994,9999,942496.3,66201.59,4757.724331,3.689561105 +1157630670,CA_SCE_CEN,Coal_Steam_Turbine_Cogen_EP,Argus_Cogen_Plant,10684,55,4.757319927,35.54230118,1978,9999,2731077.5,78878.5,20662.74,4.443986372 +1157630671,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen_EP,Westend_Facility,10685,20,5.603769779,11.22229958,1969,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630672,CA_SDGE,Gas_Internal_Combustion_Engine_Cogen_EP,Kyocera_America_Project,10720,3.2,7.007500172,5.697500229,1989,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630673,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Santa_Maria_Cogen_Plant,10733,9,11.09319973,8.918950081,1989,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630674,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_EP,Marina_Landfill_Gas,10748,4.4,11.30860043,0,2006,9999,2199053,76765.72,66832.88398,16.65080473 +1157630675,CO_NW,CCGT_EP,Rifle_Generating_Station,10755,108.3,8.76292038,0,1987,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630676,CA_IID,Geothermal_EP,Salton_Sea_Unit_3,10759,53.9,21.0170002,0,1989,9999,7474517,78878.5,0,37.1330399 +1157630677,NV_S,CCGT_Cogen_EP,Las_Vegas_Cogen_LP,10761,61.3,8.284489632,0,1994,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157630678,CA_IID,Geothermal_EP,Geo_East_Mesa_III,10763,8,21.0170002,0,2007,9999,7474517,78878.5,0,37.1330399 +1157630679,CA_PGE_CEN,Bio_Solid_Steam_Turbine_EP,Rio_Bravo_Fresno,10767,28,13.34000015,0,1988,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630680,CA_SCE_VLY,Coal_Steam_Turbine_Cogen_EP,Rio_Bravo_Jasmin,10768,38.2,10.71469975,1.736310005,1989,9999,2560383,73948.68,19371.31875,4.166237224 +1157630681,CA_PGE_S,Coal_Steam_Turbine_Cogen_EP,Rio_Bravo_Poso,10769,38.2,10.93270016,1.315500021,1989,9999,2560383,73948.68,19371.31875,4.166237224 +1157630682,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,Rio_Bravo_Rocklin,10772,27.9,16.15990067,0,1989,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630683,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen_EP,E_F_Oxnard_Energy_Facility,10776,48.5,7.841229916,1.306210041,1990,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630684,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,HL_Power,10777,36.2,14.84899998,0,1989,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630685,MT_SE,Coal_Steam_Turbine_EP,Colstrip_Energy_LP,10784,41.5,14.47159958,0,1990,9999,3088716,66905.85,23368.575,3.769452726 +1157630686,CA_SDGE,CCGT_Cogen_EP,NTC_MCRD_Energy_Facility,10810,25.6,7.702529907,2.732059956,1989,9999,1122975,78878.5,5668.777926,4.396072805 +1157630687,CA_SDGE,CCGT_Cogen_EP,Naval_Station_Energy_Facility,10811,55.1,7.965869904,2.398020029,2005,9999,1122975,78878.5,5668.777926,4.396072805 +1157630688,CA_SDGE,CCGT_Cogen_EP,North_Island_Energy_Facility,10812,38.5,6.788680077,4.027709961,1989,9999,1122975,78878.5,5668.777926,4.396072805 +1157630689,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Aliso_Water_Management_Agency,10820,1.2,4.650929928,6.797820091,1997,9999,1694686,78878.5,51504.24213,17.10908376 +1157630690,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,Woodland_Biomass_Power_Ltd,10836,28,17.02420044,0,1989,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630691,CA_PGE_CEN,Bio_Solid_Steam_Turbine_EP,Covanta_Mendota,10837,28,16.95420074,0,1989,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630692,CA_SCE_VLY,Bio_Solid_Steam_Turbine_EP,Delano_Energy,10840,57,17.78949928,0,1993,9999,4514359.5,73948.68,106682.625,16.84462477 +1157630693,CA_SCE_CEN,CCGT_Cogen_EP,Mojave_Cogen,10850,41.1,7.879220009,2.43482995,1990,9999,1122975,78878.5,5668.777926,4.396072805 +1157630694,OR_W,Bio_Solid_Steam_Turbine_Cogen_EP,Biomass_One_LP,10869,25,17.69029999,1.078150034,1985,9999,3353526.5,73244.305,79249.95,16.68419977 +1157630695,CA_SCE_CEN,Geothermal_EP,Coso_Finance_Partners,10873,92.2,21.0170002,0,1988,9999,7474517,78878.5,0,37.1330399 +1157630696,CA_SCE_CEN,Geothermal_EP,Coso_Power_Developers,10874,90,21.0170002,0,1989,9999,7474517,78878.5,0,37.1330399 +1157630697,CA_SCE_CEN,Geothermal_EP,Coso_Energy_Developers,10875,90,21.0170002,0,1989,9999,7474517,78878.5,0,37.1330399 +1157630698,CA_IID,Geothermal_EP,Salton_Sea_Unit_1,10878,10,21.0170002,0,1982,9999,7474517,78878.5,0,37.1330399 +1157630699,CA_IID,Geothermal_EP,Salton_Sea_Unit_2,10879,20,21.0170002,0,1990,9999,7474517,78878.5,0,37.1330399 +1157630700,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Chalk_Cliff_Cogen,50003,46,7.382890224,1.647359967,1990,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630701,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen_EP,Pacific_Lumber,50049,25,12.88210011,4.178609848,1998,9999,3514756.5,76765.72,83060.04375,17.48632476 +1157630702,CA_SDGE,CCGT_Cogen_EP,San_Diego_State_University,50061,14.3,5.473460197,6.23788023,2002,9999,1122975,78878.5,5668.777926,4.396072805 +1157630703,CA_PGE_CEN,Gas_Combustion_Turbine_EP,San_Joaquin_Cogen,50062,46,10.18879986,0,1990,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630704,CA_PGE_CEN,Gas_Internal_Combustion_Engine_Cogen_EP,Univ_of_Calif_Santa_Cruz_Cogeneration,50064,2.8,5.452189922,6.997330189,1988,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630705,CA_PGE_N,Geothermal_EP,Calistoga_Power_Plant,50066,176.4,21.0170002,0,1984,9999,7274313.5,76765.72,0,36.1384049 +1157630706,CA_SCE_VLY,Bio_Solid_Steam_Turbine_Cogen_EP,Sierra_Power,50068,7.5,13.98999977,6.566969872,1985,9999,3385772.5,73948.68,80011.96875,16.84462477 +1157630707,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen_EP,Univ_of_San_Francisco_Cogen,50089,1.5,6.156889915,6.065609932,1987,9999,672782.2,88034.11,5273.972015,39.97256136 +1157630708,ID_S_OR_E,Bio_Solid_Steam_Turbine_Cogen_EP,Tamarack_Energy_Partnership,50099,6.2,14.68120003,3.382050037,1983,9999,3063312.5,66905.85,72391.78125,15.24037479 +1157630709,CA_PGE_BAY,CCGT_Cogen_EP,United_Cogen,50104,31,10.01609993,0,1985,9999,1253316,88034.11,6326.761078,4.906331256 +1157630710,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen_EP,Sierra_Pacific_Burney_Facility,50110,20,5.863969803,17.53300095,1986,9999,3514756.5,76765.72,83060.04375,17.48632476 +1157630711,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,Sierra_Pacific_Loyalton_Facility,50111,20,20.86739922,0,1989,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630712,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen_EP,Sierra_Pacific_Quincy_Facility,50112,27.5,5.586760044,18.1697998,1999,9999,3514756.5,76765.72,83060.04375,17.48632476 +1157630713,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen_EP,US_Borax,50115,48.2,5.641230106,7.594029903,1984,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630714,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen_EP,ConocoPhillips_Rodeo_Refinery,50119,54.9,5.0009799,15.58590031,1987,9999,672782.2,88034.11,5273.972015,39.97256136 +1157630715,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Coalinga_Cogeneration,50131,38.4,5.054019928,7.932499886,1991,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630716,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Sycamore_Cogeneration,50134,300,4.690670013,7.551410198,1987,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630717,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Berry_Cogen,50170,38.7,5.176259995,8.998250008,1986,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630718,WA_W,Bio_Liquid_Steam_Turbine_Cogen_EP,Weyerhaeuser_Longview_WA,50187,28,4.776299953,45.44319916,1954,9999,3385772.5,73948.68,80011.96875,16.84462477 +1157630719,OR_W,Bio_Liquid_Steam_Turbine_Cogen_EP,Weyerhaeuser_Springfield_Oregon,50191,40,4.67373991,40.06019974,1976,9999,3353526.5,73244.305,79249.95,16.68419977 +1157630720,CA_SCE_S,Gas_Combustion_Turbine_Cogen_EP,B_Braun_Medical,50200,6.1,5.433030128,10.26580048,1995,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630721,CA_IID,Geothermal_EP,Vulcan,50210,39.6,21.0170002,0,1985,9999,7474517,78878.5,0,37.1330399 +1157630722,CA_SCE_S,CCGT_Cogen_EP,Watson_Cogeneration,50216,405,5.577819824,6.450329781,1988,9999,1122975,78878.5,5668.777926,4.396072805 +1157630723,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Oxnard_Wastewater_Treatment_Plant,50224,1.5,7.175320148,7.936570168,1981,9999,1694686,78878.5,51504.24213,17.10908376 +1157630724,OR_WA_BPA,Bio_Solid_Steam_Turbine_Cogen_EP,SDS_Lumber_Gorge_Energy_Division,50231,5,5.045949936,34.49489975,2002,9999,3353526.5,73244.305,79249.95,16.68419977 +1157630725,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen_EP,San_Antonio_Community_Hospital,50234,2.7,9.985480309,0,2001,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630726,CA_SCE_CEN,CCGT_Cogen_EP,ExxonMobil_Santa_Ynez_Facility,50270,49.3,6.192890167,4.836080074,1993,9999,1122975,78878.5,5668.777926,4.396072805 +1157630727,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,Wadham_Energy_LP,50293,28.6,13.29419994,0,1989,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630728,CA_PGE_N,Gas_Combustion_Turbine_EP,Wheelabrator_Lassen,50298,38.8,9.837439537,0,1983,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630729,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen_EP,Ripon_Mill,50299,49.5,8.054420471,1.761790037,1988,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630730,CA_SCE_S,Gas_Combustion_Turbine_Cogen_EP,San_Gabriel_Facility,50300,46,8.191619873,2.435810089,1985,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630731,CA_PGE_BAY,Coal_Steam_Turbine_Cogen_EP,Phillips_66_Carbon_Plant,50388,27.3,19.91889954,0,1983,9999,3048075,88034.11,23061.09375,4.959806219 +1157630732,OR_W,Bio_Solid_Steam_Turbine_Cogen_EP,Dillard_Complex,50396,40,6.320079803,15.99969959,1955,9999,3353526.5,73244.305,79249.95,16.68419977 +1157630733,OR_WA_BPA,Bio_Solid_Steam_Turbine_EP,Warm_Springs_Forest_Products,50426,6,42.08940125,0,1977,9999,4471361,73244.305,105666.6,16.68419977 +1157630734,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen_EP,Oxnard,50464,68.7,5.188419819,4.950469971,1989,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630735,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Gas_Utilization_Facility,50492,4.6,4.704999924,8.350469589,1985,9999,1694686,78878.5,51504.24213,17.10908376 +1157630736,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Double_C,50493,49.8,6.503069878,4.502240181,1989,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630737,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Kern_Front,50494,49.8,6.370830059,3.872380018,1989,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630738,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,High_Sierra,50495,49.8,6.651350021,3.654279947,1989,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630739,CA_LADWP,Gas_Combustion_Turbine_Cogen_EP,Equilon_Los_Angeles_Refining,50530,60,5.119919777,9.74876976,1982,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630740,CA_LADWP,Gas_Steam_Turbine_Cogen_EP,Equilon_Los_Angeles_Refining,50530,23,5.643799782,13.3696003,1991,9999,446763.5,78878.5,28498.11442,4.753446325 +1157630741,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen_EP,SRI_International_Cogen_Project,50537,6,5.859459877,8.616419792,1987,9999,672782.2,88034.11,5273.972015,39.97256136 +1157630742,CA_LADWP,CCGT_EP,Harbor_Cogen,50541,107.4,10.51410007,0,2001,9999,1497300,78878.5,7558.370148,4.396072805 +1157630743,WA_W,Bio_Liquid_Steam_Turbine_Cogen_EP,Port_Townsend_Paper,50544,10.5,4.863289833,135.1790009,1986,9999,3385772.5,73948.68,80011.96875,16.84462477 +1157630744,CA_SCE_CEN,Coal_Steam_Turbine_Cogen_EP,TXI_Riverside_Cement_Power_House,50557,24,4.817979813,40.73720169,1954,9999,2731077.5,78878.5,20662.74,4.443986372 +1157630745,CA_PGE_CEN,Bio_Solid_Steam_Turbine_EP,Pacific_Ultrapower_Chinese_Station,50560,25,21.01679993,0,1985,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630746,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine_EP,Altamont_Gas_Recovery,50571,8.6,18.01709938,0,2002,9999,2521846.5,88034.11,76643.21558,19.09495956 +1157630747,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,McKittrick_Cogen,50612,46,7.479430199,1.626029968,1991,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630748,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Berry_Cogen_Tanne_Hills_18,50622,17.6,5.013830185,8.644330025,1986,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630749,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen_EP,Gaviota_Oil_Plant,50623,10.5,7.795790195,18.49239922,1987,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630750,CA_SCE_S,Gas_Combustion_Turbine_Cogen_EP,ExxonMobil_Oil_Torrance_Refinery,50624,22.5,10.51500034,3.122879982,1988,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630751,OR_W,Bio_Solid_Steam_Turbine_Cogen_EP,Covanta_Marion_Inc,50630,13.1,18.95459938,0.0157209,1986,9999,3353526.5,73244.305,79249.95,16.68419977 +1157630752,CA_PGE_CEN,Bio_Solid_Steam_Turbine_EP,Covanta_Stanislaus_Energy,50632,24,18.76799965,0,1988,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630753,WA_ID_AVA,Bio_Liquid_Steam_Turbine_Cogen_EP,Potlatch_Idaho_Pulp_Paper,50637,93.8,12.93229961,30.78269958,1991,9999,3095558.5,67610.225,73153.8,15.40079979 +1157630754,NV_N,Geothermal_EP,"Steamboat_Hills,_L.P.",50654,5.5,21.0170002,0,2007,9999,7007364,73948.68,0,34.81222491 +1157630755,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen_EP,Municipal_Cogen_Plant,50674,1.2,11.00829983,2.390589952,1985,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630756,CO_DEN,CCGT_Cogen_EP,Thermo_Power_&_Electric,50676,110.8,6.247690201,2.657779932,1988,9999,942496.3,66201.59,4757.724331,3.689561105 +1157630757,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Plant_No_1,50696,7.5,8.421609879,3.436300039,1993,9999,1694686,78878.5,51504.24213,17.10908376 +1157630758,CO_DEN,CCGT_Cogen_EP,TCP_272,50707,386.5,9.03921032,0.036479,1994,9999,942496.3,66201.59,4757.724331,3.689561105 +1157630759,CO_DEN,Gas_Combustion_Turbine_Cogen_EP,Thermo_Greeley,50709,37,5.734250069,3.557660103,1996,9999,505932.15,66201.59,3966.026956,30.05936614 +1157630760,CA_PGE_BAY,CCGT_Cogen_EP,Agnews_Power_Plant,50748,32,8.379019737,0.252184987,1990,9999,1253316,88034.11,6326.761078,4.906331256 +1157630761,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen_EP,Coalinga_Cogeneration_Facility,50750,6.8,4.393859863,10.5394001,1988,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630762,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,South_Belridge_Cogeneration_Facility,50752,94.2,5.355350018,6.220310211,1986,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630763,NV_N,Geothermal_EP,Empire,50760,4.8,21.0170002,0,1987,9999,7007364,73948.68,0,34.81222491 +1157630764,CA_IID,Geothermal_EP,Ormesa_IH,50762,14.4,21.0170002,0,1989,9999,7474517,78878.5,0,37.1330399 +1157630765,CA_IID,Geothermal_EP,Ormesa_IE,50764,14.4,21.0170002,0,1988,9999,7474517,78878.5,0,37.1330399 +1157630766,NV_N,Geothermal_EP,Stillwater_Facility,50765,21,21.0170002,0,1989,9999,7007364,73948.68,0,34.81222491 +1157630767,CA_IID,Geothermal_EP,Ormesa_I,50766,31.2,21.0170002,0,1986,9999,7474517,78878.5,0,37.1330399 +1157630768,AZ_APS_E,Coal_Steam_Turbine_Cogen_EP,Abitibi_Consolidated_Snowflake,50805,70.5,5.759789944,15.66530037,1974,9999,2292157,66201.59,17341.9425,3.729774276 +1157630769,MT_NW,Bio_Liquid_Steam_Turbine_Cogen_EP,Stone_Container_Missoula_Mill,50814,17.3,4.516689777,84.15090179,1990,9999,3095558.5,67610.225,73153.8,15.40079979 +1157630770,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine_EP,Nove_Power_Plant,50831,3,10.8114996,0,1987,9999,2521846.5,88034.11,76643.21558,19.09495956 +1157630771,CA_SCE_S,Bio_Solid_Steam_Turbine_Cogen_EP,Southeast_Resource_Recovery,50837,35.6,18.04369926,1.249959946,1988,9999,3611483,78878.5,85346.1,17.96759975 +1157630772,CA_PGE_BAY,CCGT_Cogen_EP,PE_Berkeley,50849,28.5,4.990019798,7.296430111,1987,9999,1253316,88034.11,6326.761078,4.906331256 +1157630773,CA_SCE_S,CCGT_Cogen_EP,OLS_Energy_Chino,50850,30.8,7.128359795,1.780519962,1987,9999,1122975,78878.5,5668.777926,4.396072805 +1157630774,CA_SCE_CEN,CCGT_Cogen_EP,OLS_Energy_Camarillo,50851,31.1,7.668590069,0.935042024,1988,9999,1122975,78878.5,5668.777926,4.396072805 +1157630775,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen_EP,Sargent_Canyon_Cogeneration,50864,38.2,4.719439983,8.796970367,1991,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630776,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen_EP,Salinas_River_Cogeneration,50865,38.9,4.601019859,8.585519791,1991,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630777,CA_SCE_S,CCGT_Cogen_EP,Wheelabrator_Norwalk_Energy,50876,30.7,7.863659859,1.465340018,1988,9999,1122975,78878.5,5668.777926,4.396072805 +1157630778,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,Wheelabrator_Shasta,50881,62.7,21.25359917,0,2000,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630779,WA_ID_AVA,Bio_Solid_Steam_Turbine_EP,Wheelabrator_Spokane,50886,26,19.82550049,0,1991,9999,4127419,67610.225,97538.4,15.40079979 +1157630780,NM_N,Gas_Combustion_Turbine_Cogen_EP,Ford_Utilities_Center,50906,7,5.89207983,0,2005,9999,516697.3,67610.225,4050.410508,30.69892712 +1157630781,OR_E,Bio_Solid_Steam_Turbine_Cogen_EP,Co_Gen_LLC,50921,7.5,8.313260078,19.37899971,1986,9999,3353526.5,73244.305,79249.95,16.68419977 +1157630782,MT_SE,Coal_Steam_Turbine_Cogen_EP,Yellowstone_Energy_LP,50931,65,9.838069916,5.68862009,1995,9999,2316537,66905.85,17526.43125,3.769452726 +1157630783,UT_S,Coal_Steam_Turbine_EP,Sunnyside_Cogen_Associates,50951,58.1,12.26280022,0,1993,9999,3088716,66905.85,23368.575,3.769452726 +1157630784,CA_SDGE,Gas_Combustion_Turbine_Cogen_EP,Naval_Hospital_Medical_Center,50963,4.6,7.49985981,0,2003,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630785,CA_PGE_N,Geothermal_EP,Amedee_Geothermal_Venture_I,50964,3,21.0170002,0,1988,9999,7274313.5,76765.72,0,36.1384049 +1157630786,CA_PGE_CEN,CCGT_Cogen_EP,Watsonville_Power_Plant,50968,34.8,7.683619976,0.699356019,1990,9999,1092895.6,76765.72,5516.93566,4.278320855 +1157630787,CA_PGE_N,Gas_Internal_Combustion_Engine_Cogen_EP,Solano_County_Cogen_Plant,50985,2.8,12.24660015,1.184120059,2004,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630788,OR_W,Bio_Solid_Steam_Turbine_Cogen_EP,Co_Gen_II_LLC,50993,7.5,9.98859024,15.9197998,1987,9999,3353526.5,73244.305,79249.95,16.68419977 +1157630789,AZ_NM_N,Gas_Combustion_Turbine_Cogen_EP,Gallup_Refinery,50997,6,5.413159847,7.924479961,1990,9999,516697.3,67610.225,4050.410508,30.69892712 +1157630790,NV_N,Geothermal_EP,Caithness_Dixie_Valley,52015,60.5,21.0170002,0,1998,9999,7007364,73948.68,0,34.81222491 +1157630791,CA_PGE_BAY,Gas_Steam_Turbine_Cogen_EP,Martinez_Sulfuric_Acid_Regeneration_Plt,52063,4,5.162169933,44.53860092,1978,9999,498620.45,88034.11,31805.93127,5.305185631 +1157630792,CA_SCE_S,Gas_Steam_Turbine_Cogen_EP,Rhodia_Dominguez_Plant,52064,5,4.838510036,41.60570145,1976,9999,446763.5,78878.5,28498.11442,4.753446325 +1157630793,CA_LADWP,CCGT_Cogen_EP,UCLA_So_Campus_Central_Chill_Cogen_Proj,52073,43,6.042049885,10.26910019,1993,9999,1122975,78878.5,5668.777926,4.396072805 +1157630794,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Lost_Hills_Cogeneration_Plant,52077,10.5,4.480219841,11.81639957,1985,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630795,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen_EP,Concord_Cogen,52080,3,10.47630024,0.997501016,1988,9999,672782.2,88034.11,5273.972015,39.97256136 +1157630796,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen_EP,Berry_Placerita_Cogen,52096,42.8,4.840899944,6.228099823,1990,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630797,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Plant_No_2,52099,15,9.115739822,2.97468996,1993,9999,1694686,78878.5,51504.24213,17.10908376 +1157630798,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen_EP,Richmond_Cogen,52109,62.6,5.211070061,9.368390083,1992,9999,672782.2,88034.11,5273.972015,39.97256136 +1157630799,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen_EP,Corn_Products_Stockton_Plant,52115,2.8,5.396399975,9.885530472,1984,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630800,UT_N,Gas_Internal_Combustion_Engine_Cogen_EP,Primary_Childrens_Medical_Center,52119,1.8,5.506509781,4.834189892,1991,9999,511314.15,66905.85,4008.218732,30.37914663 +1157630801,CA_SDGE,Gas_Combustion_Turbine_Cogen_EP,C_P_Kelco_San_Diego_Plant,52147,28,5.304550171,7.287519932,1983,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630802,CA_PGE_N,Geothermal_EP,Aidlin_Geothermal_Power_Plant,52158,25,21.0170002,0,1989,9999,7274313.5,76765.72,0,36.1384049 +1157630803,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Midway_Sunset_Cogen,52169,234,4.746150017,7.039269924,1989,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630804,NV_N,Geothermal_EP,Soda_Lake_Geothermal_No_I_II,52174,26.1,21.0170002,0,1990,9999,7007364,73948.68,0,34.81222491 +1157630805,CA_PGE_N,Gas_Combustion_Turbine_Cogen_EP,Yuba_City_Cogen_Partners,52186,49,7.820199966,1.676890016,1990,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630806,CA_PGE_CEN,Gas_Internal_Combustion_Engine_Cogen_EP,JRW_Associates_LP,52198,7.8,6.529349804,7.73085022,1991,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630807,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen_EP,Ridgewood_Byron_Power_Partners,52199,6.5,14.13239956,0,1990,9999,672782.2,88034.11,5273.972015,39.97256136 +1157630808,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_EP,Otay,52204,6.9,13.81190014,0,2006,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630809,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_EP,Salinas,52205,1.4,12.48519993,0,1986,9999,2199053,76765.72,66832.88398,16.65080473 +1157630810,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine_EP,Oxnard,52206,5.4,14.30930042,0,1991,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630811,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen_EP,Pittsburg_Power_Plant,54001,74,5.661359787,9.551839828,1966,2017,672782.2,88034.11,5273.972015,39.97256136 +1157630812,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_EP,BKK_Landfill,54015,4.9,14.31669998,0,1999,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630813,CA_SCE_S,Bio_Gas_Steam_Turbine_EP,BKK_Landfill,54015,6.8,25.7614994,0,1993,9999,2051508,78878.5,100369.171,17.96759975 +1157630814,CA_IID,Geothermal_EP,Geo_East_Mesa_II,54038,20,21.0170002,0,1989,9999,7474517,78878.5,0,37.1330399 +1157630815,CA_IID,Geothermal_EP,Second_Imperial_Geothermal,54111,64,21.0170002,0,2006,9999,7474517,78878.5,0,37.1330399 +1157630816,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,Burney_Mountain_Power,54219,11.4,19.38330078,0,1985,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630817,CA_PGE_CEN,Coal_Steam_Turbine_Cogen_EP,Port_of_Stockton_District_Energy_Fac,54238,54,11.27540016,2.291179895,1987,9999,2657926,76765.72,20109.27375,4.324951023 +1157630818,WA_W,CCGT_Cogen_EP,March_Point_Cogeneration,54268,166.8,6.218349934,6.328219891,1993,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157630819,NV_S,CCGT_Cogen_EP,Saguaro_Power,54271,127.2,9.421770096,0.684489012,1991,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157630820,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen_EP,Biola_University,54296,2.2,10.42129993,0.783456981,2002,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630821,WY_SW,Coal_Steam_Turbine_Cogen_EP,General_Chemical,54318,30,4.948029995,56.40459824,1977,9999,2316537,66905.85,17526.43125,3.769452726 +1157630822,CA_LADWP,Bio_Gas_Internal_Combustion_Engine_EP,Penrose_Power_Station,54326,7.2,14.25039959,0,1986,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630823,CA_LADWP,Bio_Gas_Internal_Combustion_Engine_EP,Toyon_Power_Station,54327,3.6,16.28160095,0,1986,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630824,NV_S,CCGT_Cogen_EP,Nevada_Cogen_Associates_2_Black_Mountain,54349,96.3,6.614719868,2.672859907,1992,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157630825,NV_S,CCGT_Cogen_EP,Nevada_Cogen_Assoc_1_GarnetVly,54350,96.3,7.310500145,1.735810041,1992,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157630826,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Oildale_Cogen,54371,42.2,8.312170029,1.538370013,1984,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630827,CO_DEN,CCGT_Cogen_EP,University_of_Colorado,54372,33,7.163700104,27.44009972,1992,9999,942496.3,66201.59,4757.724331,3.689561105 +1157630828,WY_SE,Gas_Steam_Turbine_Cogen_EP,Sinclair_Oil_Refinery,54374,1.3,9.234880447,691.3179932,1954,9999,390918.35,69018.745,24935.85012,4.159265535 +1157630829,CA_PGE_S,CCGT_Cogen_EP,DAI_Oildale,54410,36,8.550310135,0.40527299,1990,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157630830,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Welport_Lease_Project,54447,5,8.159649849,6.265450001,1990,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630831,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Dome_Project,54449,6,7.763599873,14.55090046,1988,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630832,CA_LADWP,Gas_Combustion_Turbine_Cogen_EP,Los_Angeles_Refinery_Wilmington,54451,58.5,7.621749878,3.807739973,1988,9999,602812.75,78878.5,4725.478926,35.81541498 +1157630833,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,Mt_Lassen_Power,54468,11.4,19.30629921,0,1985,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630834,CA_PGE_N,Bio_Solid_Steam_Turbine_EP,Pacific_Oroville_Power_Inc,54469,18,21.22879982,0,1985,9999,4686330.5,76765.72,110746.725,17.48632476 +1157630835,WY_SW,Gas_Steam_Turbine_Cogen_EP,Simplot_Phosphates,54472,11.5,10.00010014,26.82530022,1986,9999,378951.45,66905.85,24172.50777,4.031941079 +1157630836,WA_W,CCGT_Cogen_EP,Sumas_Power_Plant,54476,125.5,7.261569977,1.692909956,1993,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157630837,CA_PGE_N,Gas_Internal_Combustion_Engine_Cogen_EP,Oroville_Cogeneration_LP,54477,7.7,14.47700024,0,1990,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630838,CA_PGE_CEN,Bio_Solid_Steam_Turbine_Cogen_EP,Sierra_Pacific_Sonora,54517,7.5,5.165840149,31.04170036,2001,9999,3514756.5,76765.72,83060.04375,17.48632476 +1157630839,WA_W,CCGT_Cogen_EP,Tenaska_Ferndale_Cogeneration_Station,54537,253.4,7.575560093,1.087949991,1994,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157630840,CA_PGE_BAY,CCGT_Cogen_EP,Jefferson_Smurfit_Santa_Clara_Mill,54561,27,5.76101017,5.803410053,1986,9999,1253316,88034.11,6326.761078,4.906331256 +1157630841,WA_W,Bio_Liquid_Steam_Turbine_Cogen_EP,Longview_Fibre,54562,55,5.444709778,128.7400055,1966,9999,3385772.5,73948.68,80011.96875,16.84462477 +1157630842,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine_EP,MM_Yolo_Power_LLC_Facility,54567,2.4,11.69229984,0,1993,9999,2199053,76765.72,66832.88398,16.65080473 +1157630843,ID_S_OR_E,CCGT_Cogen_EP,Glenns_Ferry_Cogen_Facility,54578,10.4,5.596059799,6.605500221,1996,9999,952523.15,66905.85,4808.338419,3.728811755 +1157630844,ID_S_OR_E,CCGT_Cogen_EP,Rupert_Cogen_Project,54579,10.4,6.733500004,5.050730228,1996,9999,952523.15,66905.85,4808.338419,3.728811755 +1157630845,CA_PGE_S,Coal_Steam_Turbine_Cogen_EP,Mt_Poso_Cogeneration,54626,62,10.47430038,1.235219955,1989,9999,2560383,73948.68,19371.31875,4.166237224 +1157630846,NM_S_TX_EPE,Gas_Combustion_Turbine_Cogen_EP,Phelps_Dodge_Refining,54628,12.6,6.354859829,8.66108036,1992,9999,516697.3,67610.225,4050.410508,30.69892712 +1157630847,CO_NW,Gas_Combustion_Turbine_Cogen_EP,American_Gypsum_Cogeneration,54630,6.4,14.56229973,3.997309923,1990,9999,505932.15,66201.59,3966.026956,30.05936614 +1157630848,NV_N,Geothermal_EP,Steamboat_II,54665,22.6,21.0170002,0,1992,9999,7007364,73948.68,0,34.81222491 +1157630849,NV_N,Geothermal_EP,Steamboat_III,54666,22.6,21.0170002,0,1992,9999,7007364,73948.68,0,34.81222491 +1157630850,NM_S_TX_EPE,CCGT_EP,Chino_Mines,54667,37.5,13.44239998,0,2001,9999,1283400,67610.225,6478.602984,3.768062405 +1157630851,CA_IID,Geothermal_EP,Heber_Geothermal,54689,10.5,21.0170002,0,2006,9999,7474517,78878.5,0,37.1330399 +1157630852,AZ_APS_SW,CCGT_Cogen_EP,Yuma_Cogeneration_Associates,54694,62.6,7.603990078,2.091579914,1994,9999,942496.3,66201.59,4757.724331,3.689561105 +1157630853,CA_IID,Geothermal_EP,Ormesa_II,54724,22.8,21.0170002,0,1987,9999,7474517,78878.5,0,37.1330399 +1157630854,CA_SDGE,CCGT_Cogen_EP,Goal_Line_LP,54749,41.2,7.77971983,0.897171974,1994,9999,1122975,78878.5,5668.777926,4.396072805 +1157630855,OR_WA_BPA,CCGT_Cogen_EP,Hermiston_Generating_Plant,54761,621.2,7.612800121,0,1996,9999,1042762.5,73244.305,5263.865217,4.082067605 +1157630856,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Live_Oak_Cogen,54768,46,7.385829926,1.692250013,1992,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630857,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen_EP,Saint_Agnes_Medical_Center,54800,7,5.45359993,8.256130219,2001,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630858,WA_SEATAC,Gas_Steam_Turbine_Cogen_EP,University_of_Washington_Power_Plant,54809,5,4.445580006,0.752014995,1969,9999,418841.5,73948.68,26716.98227,4.45635593 +1157630859,AZ_NM_N,Gas_Combustion_Turbine_Cogen_EP,Milagro_Cogeneration_Plant,54814,121.6,4.862110138,7.874740124,1996,9999,516697.3,67610.225,4050.410508,30.69892712 +1157630860,CA_PGE_BAY,CCGT_Cogen_EP,Martinez_Refining,54912,100,5.450689793,4.807660103,1996,9999,1253316,88034.11,6326.761078,4.906331256 +1157630861,OR_W,CCGT_Cogen_EP,Albany_Paper_Mill,54944,96,6.588600159,5.372360229,2000,9999,1042762.5,73244.305,5263.865217,4.082067605 +1157630862,OR_W,Gas_Steam_Turbine_Cogen_EP,Univ_of_Oregon_Central_Power_Station,54950,1.5,5.659699917,911.914978,1950,9999,414852.15,73244.305,26462.53482,4.413914445 +1157630863,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Monterey_Regional_Water_Cogen_Facility,54951,1.5,5.351630211,0,1991,9999,1649295.5,76765.72,50124.66421,16.65080473 +1157630864,NM_S_TX_EPE,Gas_Combustion_Turbine_Cogen_EP,New_Mexico_State_University,54975,4.7,12.25860023,1.142019987,1996,9999,516697.3,67610.225,4050.410508,30.69892712 +1157630865,CA_IID,Geothermal_EP,Salton_Sea_Unit_4,54996,51,21.0170002,0,1996,9999,7474517,78878.5,0,37.1330399 +1157630866,NM_N,Gas_Combustion_Turbine_EP,Delta_Person_LLC,55039,150,10.50699997,0,2000,9999,688929.35,67610.225,5400.546984,30.69892712 +1157630867,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen_EP,Sierra_Pacific_Anderson_Facility,55049,4,8.673330307,27.58860016,1999,9999,3514756.5,76765.72,83060.04375,17.48632476 +1157630868,NV_S,CCGT_EP,El_Dorado_Energy,55077,598,7.307020187,0,2000,9999,1403713,73948.68,7085.972014,4.121318255 +1157630869,CA_PGE_BAY,CCGT_Cogen_EP,Crockett_Cogen_Project,55084,247.4,5.961909771,5.657430172,1995,9999,1253316,88034.11,6326.761078,4.906331256 +1157630870,WA_ID_AVA,Bio_Solid_Steam_Turbine_Cogen_EP,Plummer_Cogen,55090,6.2,10.3597002,8.747039795,1982,9999,3095558.5,67610.225,73153.8,15.40079979 +1157630871,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Miramar_Landfill_Metro_Biosolids_Center,55094,6.4,11.72480011,0,1997,9999,1694686,78878.5,51504.24213,17.10908376 +1157630872,OR_E,CCGT_Cogen_EP,Klamath_Cogeneration_Plant,55103,323,6.905189991,0.546267986,2001,9999,1042762.5,73244.305,5263.865217,4.082067605 +1157630873,CA_PGE_N,CCGT_EP,Sutter_Energy_Center,55112,636,7.356490135,0,2001,9999,1457188,76765.72,7355.913805,4.278320855 +1157630874,AZ_NW,CCGT_EP,Griffith_Energy_LLC,55124,654.4,7.368010044,0,2002,9999,1283400,67610.225,6478.602984,3.768062405 +1157630875,CO_E,Gas_Combustion_Turbine_EP,Manchief_Electric_Generating_Station,55127,300,10.72799969,0,2000,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630876,AZ_SE,CCGT_EP,Desert_Basin,55129,646.1,7.484910011,0,2001,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630877,CA_PGE_S,CCGT_EP,La_Paloma_Generating_LLC,55151,1200,7.395770073,0,2003,9999,1403713,73948.68,7085.972014,4.121318255 +1157630878,CA_SCE_VLY,Bio_Gas_Internal_Combustion_Engine_EP,Visalia_Landfill_Gas_Utilization_Project,55160,1.8,12.8739996,0,1998,9999,2118357.5,73948.68,64380.30108,16.03976603 +1157630879,CA_LADWP,Bio_Gas_Internal_Combustion_Engine_EP,Lopez_Landfill_Gas_Utilization_Project,55161,6,11.70890045,0,1998,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630880,AZ_NW,CCGT_EP,South_Point_Energy_Center,55177,708,7.39703989,0,2001,9999,1283400,67610.225,6478.602984,3.768062405 +1157630881,WA_ID_AVA,CCGT_EP,Rathdrum_Power_LLC,55179,301.5,6.952660084,0,2001,9999,1283400,67610.225,6478.602984,3.768062405 +1157630882,CA_PGE_S,CCGT_EP,Sunrise_Power_LLC,55182,605.4,7.365610123,0,2003,9999,1403713,73948.68,7085.972014,4.121318255 +1157630883,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen_EP,Aera_San_Ardo_Cogen_Facility,55184,6.2,4.818309784,17.00390053,1989,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630884,CO_DEN,Gas_Combustion_Turbine_EP,Valmont_Combustion_Turbine_Project,55207,142.2,10.75759983,0,2001,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630885,NM_S_TX_EPE,CCGT_EP,Afton_Generating_Station,55210,177,9.999119759,0,2002,9999,1283400,67610.225,6478.602984,3.768062405 +1157630886,CA_PGE_BAY,CCGT_Cogen_EP,Los_Medanos_Energy_Center,55217,678.3,6.655509949,0.873906016,2001,9999,1253316,88034.11,6326.761078,4.906331256 +1157630887,AZ_SE,Gas_Internal_Combustion_Engine_Cogen_EP,Ina_Road_Water_Pollution_Control_Fac,55257,4.2,4.847899914,9.996390343,1977,9999,505932.15,66201.59,3966.026956,30.05936614 +1157630888,WY_NW,Gas_Combustion_Turbine_Cogen_EP,Beaver_Creek_Gas_Plant,55278,5,5.417300224,11.83230019,1992,9999,527461.3,69018.745,4134.79406,31.33848811 +1157630889,CO_E,CCGT_EP,Front_Range_Power_Project,55283,541,7.720399857,0,2003,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630890,CA_SCE_SE,CCGT_EP,Blythe_Energy_LLC,55295,591,7.575459957,0,2003,9999,1497300,78878.5,7558.370148,4.396072805 +1157630891,UT_N,Bio_Solid_Steam_Turbine_Cogen_EP,Wasatch_Energy_Systems_Energy_Recovery,55302,1.6,5.014110088,99.6352005,1986,9999,3063312.5,66905.85,72391.78125,15.24037479 +1157630892,AZ_APS_SW,CCGT_EP,Gila_River_Power_Station,55306,2476,6.982570171,0,2003,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630893,NV_S,CCGT_EP,Chuck_Lenzie_Generating_Station,55322,1264.1,7.147960186,0,2006,9999,1403713,73948.68,7085.972014,4.121318255 +1157630894,OR_WA_BPA,CCGT_EP,Hermiston_Power_Partnership,55328,689.4,7.215950012,0,2002,9999,1390350,73244.305,7018.486566,4.082067605 +1157630895,CA_PGE_BAY,CCGT_EP,Delta_Energy_Center,55333,943.5,7.39951992,0,2002,9999,1671088,88034.11,8435.680969,4.906331256 +1157630896,NM_S_TX_EPE,CCGT_EP,Luna_Energy_Facility,55343,350,7.056210041,0,2006,9999,1283400,67610.225,6478.602984,3.768062405 +1157630897,AZ_APS_SW,CCGT_EP,Harquahala_Generating_Project,55372,1325.1,6.316589832,0,2004,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630898,CA_PGE_BAY,CCGT_EP,Metcalf_Energy_Center,55393,635,7.093440056,0,2005,9999,1671088,88034.11,8435.680969,4.906331256 +1157630899,CA_PGE_S,CCGT_EP,Elk_Hills_Power_LLC,55400,623,7.061120033,0,2003,9999,1403713,73948.68,7085.972014,4.121318255 +1157630900,CO_E,Gas_Combustion_Turbine_EP,Fountain_Valley_Power_Facility,55453,228,10.72049999,0,2001,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630901,AZ_APS_SW,CCGT_EP,Red_Hawk,55455,1136,7.509200096,0,2002,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630902,WY_NE,Gas_Combustion_Turbine_EP,Neil_Simpson_Gas_Turbine__2,55477,40,9.720859528,0,2001,9999,645871.05,63384.55,5063.012798,28.78024418 +1157630903,WY_NE,Gas_Combustion_Turbine_EP,Lange_Gas_Turbines,55478,40,10.53909969,0,2002,9999,645871.05,63384.55,5063.012798,28.78024418 +1157630904,WY_NE,Coal_Steam_Turbine_EP,Wygen_1,55479,88,11.76159954,0,2003,9999,2926152,63384.55,22138.65,3.571060477 +1157630905,AZ_APS_SW,CCGT_EP,Mesquite_Generating_Station,55481,1383.2,7.188920021,0,2003,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630906,OR_WA_BPA,CCGT_EP,Goldendale_Generating_Station,55482,280.3,7.147910118,0,2004,9999,1390350,73244.305,7018.486566,4.082067605 +1157630907,NV_N,Gas_Combustion_Turbine_EP,Tri_Center_Naniwa_Energy,55494,380,15.74540043,0,2001,9999,753516.8,73948.68,5906.848264,33.57695154 +1157630908,CO_E,Gas_Combustion_Turbine_EP,Limon_Generating_Station,55504,154.2,12.0291996,0,2002,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630909,CO_DEN,Gas_Combustion_Turbine_EP,Frank_Knutson,55505,154.2,11.96100044,0,2002,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630910,NV_S,CCGT_EP,Apex_Generating_Station,55514,600.6,7.882540226,0,2003,9999,1403713,73948.68,7085.972014,4.121318255 +1157630911,CA_SCE_CEN,CCGT_EP,High_Desert_Power_Plant,55518,852,7.087619781,0,2003,9999,1497300,78878.5,7558.370148,4.396072805 +1157630912,AZ_SE,Gas_Combustion_Turbine_EP,Sundance,55522,450,10.02659988,0,2002,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630913,CA_SDGE,Gas_Combustion_Turbine_EP,Escondido_Power_Plant,55538,44,18.3404007,0,2001,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630914,CA_SDGE,Gas_Combustion_Turbine_EP,Chula_Vista_I,55540,44,17.65579987,0,2001,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630915,CA_SCE_S,Gas_Combustion_Turbine_EP,Indigo_Energy_Facility,55541,149.7,11.3441,0,2001,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630916,CA_SDGE,Gas_Combustion_Turbine_EP,Larkspur_Energy_Facility,55542,99.8,11.11390018,0,2001,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630917,OR_E,Gas_Combustion_Turbine_EP,Klamath_Expansion_Project,55544,117.6,10.99260044,0,2002,9999,746339.65,73244.305,5850.592566,33.25717105 +1157630918,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_EP,Prima_Desheha_Landfill,55601,6,13.09780025,0,1999,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630919,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_EP,North_City_Cogen_Facility,55602,3.6,14.78579998,0,1999,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630920,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine_EP,Tajiguas_Landfill,55603,3,11.50399971,0,2000,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630921,UT_N,Gas_Combustion_Turbine_EP,West_Valley_Generation_Project,55622,217,10.93560028,0,2002,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630922,CA_PGE_N,Gas_Combustion_Turbine_EP,Creed_Energy_Center,55625,47,10.20960045,0,2003,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630923,CA_PGE_N,Gas_Combustion_Turbine_EP,Lambie_Energy_Center,55626,47,10.11489964,0,2003,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630924,CA_PGE_N,Gas_Combustion_Turbine_EP,Goose_Haven_Energy_Center,55627,47,10.14669991,0,2003,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630925,CO_DEN,Gas_Combustion_Turbine_EP,Blue_Spruce_Energy_Center,55645,468,11.33390045,0,2003,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630926,CO_DEN,Gas_Internal_Combustion_Engine_EP,Plains_End,55650,114,9.505470276,0,2002,9999,674576.2,66201.59,5288.035589,30.05936614 +1157630927,CA_PGE_S,CCGT_EP,Pastoria_Energy_Facility_LLC,55656,779,7.274030209,0,2005,9999,1403713,73948.68,7085.972014,4.121318255 +1157630928,WA_W,CCGT_EP,Chehalis_Generating_Facility,55662,593.3,7.147490025,0,2003,9999,1403713,73948.68,7085.972014,4.121318255 +1157630929,NV_S,CCGT_EP,Bighorn_Electric_Generating_Station,55687,688.4,7.339640141,0,2004,9999,1403713,73948.68,7085.972014,4.121318255 +1157630930,CA_PGE_S,Gas_Combustion_Turbine_EP,Hanford_Energy_Park_Peaker,55698,92.2,11.09689999,0,2001,9999,753516.8,73948.68,5906.848264,33.57695154 +1157630931,ID_S_OR_E,Gas_Combustion_Turbine_EP,Bennett_Mountain,55733,172.8,10.72679996,0,2005,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630932,CA_PGE_BAY,Gas_Combustion_Turbine_EP,Los_Esteros_Critical_Energy_Center,55748,180,10.22789955,0,2003,9999,897043.7,88034.11,7031.962219,39.97256136 +1157630933,MT_SE,Coal_Steam_Turbine_EP,Hardin_Generator_Project,55749,115.7,12.77810001,0,2006,9999,3088716,66905.85,23368.575,3.769452726 +1157630934,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine_EP,Sonoma_Central_Landfill_Phase_I,55752,3.2,10.43459988,0,1993,9999,2199053,76765.72,66832.88398,16.65080473 +1157630935,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine_EP,Sonoma_Central_Landfill_Phase_II,55753,3.2,10.48919964,0,1996,9999,2199053,76765.72,66832.88398,16.65080473 +1157630936,CA_SMUD,Bio_Gas_Internal_Combustion_Engine_EP,Kiefer_Landfill,55766,9,14.16969967,0,1999,9999,2199053,76765.72,66832.88398,16.65080473 +1157630937,WA_SEATAC,Bio_Gas_Internal_Combustion_Engine_EP,P.E.R.C.,55772,2.7,20.4897995,0,1999,9999,2118357.5,73948.68,64380.30108,16.03976603 +1157630938,CA_PGE_S,Gas_Combustion_Turbine_EP,Henrietta_Peaker,55807,98,10.62370014,0,2002,9999,753516.8,73948.68,5906.848264,33.57695154 +1157630939,CA_PGE_BAY,Gas_Combustion_Turbine_EP,Gilroy_Peaking_Energy_Center,55810,135,10.43060017,0,2002,9999,897043.7,88034.11,7031.962219,39.97256136 +1157630940,CA_PGE_CEN,Gas_Combustion_Turbine_EP,King_City_Peaking,55811,47.3,9.733099937,0,2002,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630941,CA_PGE_N,Gas_Combustion_Turbine_EP,Yuba_City_Energy_Center,55813,47.3,10.2098999,0,2002,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630942,WA_W,CCGT_EP,Frederickson_Power_LP,55818,318.3,7.082449913,0,2002,9999,1403713,73948.68,7085.972014,4.121318255 +1157630943,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_EP,RCWMD_Badlands_Landfill_Gas_Project,55820,1.3,21.0170002,0,2001,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630944,CO_DEN,CCGT_EP,Rocky_Mountain_Energy_Center,55835,704.9,7.678299904,0,2004,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157630945,NV_S,CCGT_EP,Silverhawk,55841,664.7,7.468790054,0,2004,9999,1403713,73948.68,7085.972014,4.121318255 +1157630946,CA_PGE_N,Gas_Combustion_Turbine_EP,Feather_River_Energy_Center,55847,47,10.08230019,0,2003,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630947,CA_PGE_N,Gas_Combustion_Turbine_Cogen_EP,Valero_Refinery_Cogeneration_Unit_1,55851,51,5.591020107,4.301229954,2002,9999,586666.75,76765.72,4598.903597,34.85607351 +1157630948,CA_PGE_N,Gas_Combustion_Turbine_EP,Wolfskill_Energy_Center,55855,47,10.2517004,0,2003,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630949,MT_SW,Gas_Internal_Combustion_Engine_EP,Basin_Creek_Plant,55866,54.9,9.773889542,0,2006,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630950,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine_EP,Sonoma_Central_Landfill_Phase_III,55880,1.6,11.12049961,0,2004,9999,2199053,76765.72,66832.88398,16.65080473 +1157630951,WA_W,Bio_Solid_Steam_Turbine_Cogen_EP,Sierra_Pacific_Aberdeen,55882,18,4.785709858,21.22299957,2003,9999,3385772.5,73948.68,80011.96875,16.84462477 +1157630952,CA_PGE_CEN,Gas_Combustion_Turbine_EP,Tracy_Peaker,55933,168.8,12.51309967,0,2003,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630953,CA_SCE_S,Gas_Combustion_Turbine_EP,Century_Generating_Facility,55934,44.8,19.35510063,0,2001,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630954,CA_SCE_S,Gas_Combustion_Turbine_EP,Drews_Generating_Facility,55935,44.8,19.40439987,0,2001,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630955,CA_PGE_S,Gas_Combustion_Turbine_Cogen_EP,Elk_Hills_Cogen,55950,46.6,5.059289932,6.060480118,1994,9999,565137.6,73948.68,4430.136493,33.57695154 +1157630956,CA_SCE_S,Gas_Combustion_Turbine_EP,Agua_Mansa_Power_Plant,55951,60.5,10.59980011,0,2003,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630957,NV_S,CCGT_EP,Las_Vegas_Cogeneration_LP_II,55952,297.6,8.666279793,0,2003,9999,1403713,73948.68,7085.972014,4.121318255 +1157630958,CA_PGE_BAY,Gas_Combustion_Turbine_EP,Riverview_Energy_Center,55963,47,10.06569958,0,2003,9999,897043.7,88034.11,7031.962219,39.97256136 +1157630959,CA_SMUD,CCGT_EP,Cosumnes,55970,530,7.353129864,0,2006,9999,1457188,76765.72,7355.913805,4.278320855 +1157630960,AZ_NM_N,CCGT_EP,Bluffview,55977,67,8.012339592,0,2005,9999,1283400,67610.225,6478.602984,3.768062405 +1157630961,CA_IID,Geothermal_EP,Salton_Sea_Unit_5,55983,49.9,21.0170002,0,2000,9999,7474517,78878.5,0,37.1330399 +1157630962,CA_IID,Geothermal_EP,CE_Turbo,55984,11.5,21.0170002,0,2000,9999,7474517,78878.5,0,37.1330399 +1157630963,CA_SDGE,CCGT_EP,Palomar_Energy,55985,559,7.04129982,0,2006,9999,1497300,78878.5,7558.370148,4.396072805 +1157630964,NV_N,Geothermal_EP,Wabuska,55988,2.2,21.01709938,0,2002,9999,7007364,73948.68,0,34.81222491 +1157630965,NV_N,Geothermal_EP,Brady,55991,32.9,21.0170002,0,2002,9999,7007364,73948.68,0,34.81222491 +1157630966,CA_PGE_BAY,CCGT_EP,Donald_Von_Raesfeld_Power_Plant,56026,154,21.61910057,0,2005,9999,1671088,88034.11,8435.680969,4.906331256 +1157630967,CA_SCE_S,Gas_Combustion_Turbine_EP,H._Gonzales,56039,11.8,12.03909969,0,1987,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630968,CA_SCE_S,CCGT_EP,Malburg,56041,100,7.886459827,0,2005,9999,1497300,78878.5,7558.370148,4.396072805 +1157630969,CA_SCE_S,CCGT_EP,Magnolia_Power_Project,56046,387.6,7.453279972,0,2005,9999,1497300,78878.5,7558.370148,4.396072805 +1157630970,CA_SCE_S,Gas_Combustion_Turbine_EP,THUMS,56051,57.4,9.069970131,0,2003,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630971,CA_PGE_CEN,CCGT_EP,Walnut_Energy_Center,56078,189.8,7.888519764,0,2006,9999,1457188,76765.72,7355.913805,4.278320855 +1157630972,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen_EP,SJ_SC_WPCP,56080,14.4,11.97970009,6.003479958,1995,9999,672782.2,88034.11,5273.972015,39.97256136 +1157630973,CA_SCE_S,Gas_Combustion_Turbine_EP,Blacksand_Generating_Facility,56090,7.7,27.59480095,0,2000,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630974,UT_N,CCGT_EP,Currant_Creek,56102,566.9,7.221879959,0,2006,9999,1270037,66905.85,6411.117537,3.728811755 +1157630975,OR_W,Gas_Combustion_Turbine_Cogen_EP,SP_Newsprint__Newberg_Cogen,56124,54,5.592810154,5.722949982,2002,9999,559754.45,73244.305,4387.944717,33.25717105 +1157630976,OR_W,Bio_Solid_Steam_Turbine_Cogen_EP,SP_Newsprint__Newberg_Cogen,56124,55.3,18.56900024,1.970669985,1980,9999,3353526.5,73244.305,79249.95,16.68419977 +1157630977,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen_EP,Regional_Wastewater_Control_Facility,56134,3,5.316689968,16.15539932,2000,9999,1649295.5,76765.72,50124.66421,16.65080473 +1157630978,CA_PGE_CEN,Gas_Combustion_Turbine_EP,Ripon_Generation_Station,56135,121,12.4939003,0,2006,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630979,CA_SCE_S,Gas_Combustion_Turbine_EP,Riverside_Energy_Resource_Center,56143,100,9.51527977,0,2006,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630980,CA_SCE_S,Gas_Combustion_Turbine_EP,Springs_Generating_Station,56144,40,12.63490009,0,2002,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630981,UT_N,Coal_Steam_Turbine_EP,KUCC,56163,182,12.40260029,0,1958,9999,3088716,66905.85,23368.575,3.769452726 +1157630982,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_EP,Colton_Landfill,56167,1.3,12.9659996,0,2003,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630983,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_EP,Mid_Valley_Landfill,56170,2.6,11.81499958,0,2003,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630984,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_EP,Milliken_Landfill,56171,2.2,12.31630039,0,2003,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157630985,UT_N,CCGT_EP,Nebo_Power_Station,56177,140,7.636099815,0,2004,9999,1270037,66905.85,6411.117537,3.728811755 +1157630986,CA_PGE_N,Gas_Internal_Combustion_Engine_EP,Red_Bluff,56184,46.4,8.860600471,0,2001,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630987,CA_PGE_CEN,Gas_Internal_Combustion_Engine_EP,Chowchilla_II,56185,49.6,8.643799782,0,2001,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630988,OR_W,Gas_Steam_Turbine_Cogen_EP,Wauna_Mill,56192,36,4.822629929,8.49409008,1996,9999,414852.15,73244.305,26462.53482,4.413914445 +1157630989,OR_W,Bio_Solid_Steam_Turbine_Cogen_EP,Medford_Operation,56193,8.5,5.362639904,16.87509918,1965,9999,3353526.5,73244.305,79249.95,16.68419977 +1157630990,AZ_SE,CCGT_Cogen_EP,Cogeneration_1,56229,9,10.05010033,2.567090034,2002,9999,942496.3,66201.59,4757.724331,3.689561105 +1157630991,CA_SDGE,Gas_Combustion_Turbine_EP,Miramar,56232,53,9.912079811,0,2005,9999,803751.1,78878.5,6300.638148,35.81541498 +1157630992,UT_N,CCGT_EP,Lake_Side_Power_Plant,56237,568,5.078050137,0,2007,9999,1270037,66905.85,6411.117537,3.728811755 +1157630993,CA_PGE_CEN,Gas_Combustion_Turbine_EP,Kings_River,56239,121,9.768320084,0,2005,9999,782221.95,76765.72,6131.871055,34.85607351 +1157630994,UT_S,Gas_Combustion_Turbine_EP,Millcreek_Power_Generation,56253,40,9.822939873,0,2006,9999,681752.2,66905.85,5344.291287,30.37914663 +1157630995,CA_PGE_S,Gas_Steam_Turbine_EP,Santa_Maria_EPG,56284,5.8,16.46199989,0,1995,9999,558454.95,73948.68,35622.64381,4.45635593 +1157630996,WY_SW,Gas_Combustion_Turbine_Cogen_EP,Shute_Creek_Facility,56312,108,5.444129944,6.626540184,2005,9999,511314.15,66905.85,4008.218732,30.37914663 +1157630997,NV_N,Geothermal_EP,Richard_Burdette_Geothermal,56321,30,21.0170002,0,2005,9999,7007364,73948.68,0,34.81222491 +1157630998,NV_S,Gas_Steam_Turbine_EP,Nevada_Solar_One,56405,64,18.49099922,0,2007,9999,558454.95,73948.68,35622.64381,4.45635593 +1157630999,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_EP,AMERESCO_Santa_Cruz_Energy,56428,3,11.51850033,0,2006,9999,2199053,76765.72,66832.88398,16.65080473 +1157631000,CO_DEN,Gas_Combustion_Turbine_EP,Spindle_Hill_Energy_Center,56445,394,11.09029961,0,2007,9999,674576.2,66201.59,5288.035589,30.05936614 +1157631001,OR_W,Bio_Gas_Internal_Combustion_Engine_EP,Dry_Creek_Landfill_Gas_to_Energy_Project,56461,3.2,11.41489983,0,2007,9999,2098175,73244.305,63767.15536,15.88700635 +1157631002,CA_SCE_S,Gas_Combustion_Turbine_EP,Grapeland,56472,49.8,10.76309967,0,2007,9999,803751.1,78878.5,6300.638148,35.81541498 +1157631003,CA_SCE_S,Gas_Combustion_Turbine_EP,Mira_Loma_Substation,56473,49.8,11.13980007,0,2007,9999,803751.1,78878.5,6300.638148,35.81541498 +1157631004,CA_SCE_S,Gas_Combustion_Turbine_EP,Barre_Substation,56474,49.8,11.74400043,0,2007,9999,803751.1,78878.5,6300.638148,35.81541498 +1157631005,CA_SCE_S,Gas_Combustion_Turbine_EP,Center_Substation,56475,49.8,10.63630009,0,2007,9999,803751.1,78878.5,6300.638148,35.81541498 +1157631006,NV_N,Gas_Internal_Combustion_Engine_EP,Western_102_Power_Plant,56500,117.6,8.908519745,0,2005,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631007,UT_N,Gas_Combustion_Turbine_Cogen_EP,Tesoro_SLC_Cogeneration_Plant,56509,25,25.24399948,59.44729996,2004,9999,511314.15,66905.85,4008.218732,30.37914663 +1157631008,CA_LADWP,Bio_Gas_Internal_Combustion_Engine_EP,Bradley_Gas_Recovery,56533,6.5,20.58040047,0,2004,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157631009,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_EP,El_Sobrante_Gas_Recovery,56534,3.9,15.50640011,0,2004,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157631010,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine_EP,Simi_Valley,56535,2.6,13.25339985,0,2004,9999,2259577.5,78878.5,68672.32116,17.10908376 +1157631011,NV_N,Geothermal_EP,Galena_2,56540,13,21.0170002,0,2007,9999,7007364,73948.68,0,34.81222491 +1157631012,UT_N,Bio_Gas_Internal_Combustion_Engine_EP,Salt_Lake_Energy_Systems,56554,3.2,5.600409985,0,2006,9999,1916613,66905.85,58248.84384,14.51216926 +1157631013,CAN_ALB,CCGT_EP,Calgary1,0,158,7.099999905,0,2003,9999,1403713,73948.68,7085.972014,4.121318255 +1157631014,MEX_BAJA,CCGT_EP,CCCPrsd2,0,252.6,7.099999905,0,2001,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157631015,CAN_ALB,CCGT_Cogen_EP,ScotfordST,0,184,7.099999905,2.283829927,2004,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631016,CAN_ALB,CCGT_Cogen_EP,NovaJffr1A,0,170,7.099999905,2.283829927,2000,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631017,MEX_BAJA,CCGT_EP,LaRosit3,0,845,7.099999905,0,2003,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157631018,CAN_ALB,CCGT_EP,BearCrk1,0,52.3,7.099999905,0,2003,9999,1403713,73948.68,7085.972014,4.121318255 +1157631019,MEX_BAJA,CCGT_EP,LaRosit1,0,185.6,7.099999905,0,2003,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157631020,CAN_ALB,CCGT_Cogen_EP,NovaJffr1B,0,170,7.099999905,2.283829927,2000,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631021,MEX_BAJA,CCGT_EP,GenCC_CFE_1,0,233,7.099999905,0,2009,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157631022,CAN_BC,CCGT_EP,VICFT,0,293,7.099999905,0,2007,9999,1403713,73948.68,7085.972014,4.121318255 +1157631023,MEX_BAJA,CCGT_EP,CCCPrsd1,0,252.6,7.099999905,0,2001,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157631024,CAN_ALB,CCGT_Cogen_EP,JoffrCgnP,0,145,7.099999905,2.283829927,2000,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631025,CAN_BC,CCGT_EP,VancIsland2,0,67,6.800000191,0,1950,9999,1403713,73948.68,7085.972014,4.121318255 +1157631026,CAN_ALB,CCGT_Cogen_EP,DowChmcl2,0,110,7.099999905,2.283829927,1999,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631027,CAN_ALB,CCGT_Cogen_EP,DowChmcl1,0,110,7.099999905,2.283829927,1999,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631028,MEX_BAJA,CCGT_EP,PJX_3_1,0,259,7.099999905,0,2009,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157631029,CAN_BC,CCGT_Cogen_EP,IslndCgn,0,240,7.099999905,2.283829927,2002,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631030,CAN_ALB,CCGT_EP,DowABST,0,50,7.099999905,0,1999,9999,1403713,73948.68,7085.972014,4.121318255 +1157631031,CAN_ALB,CCGT_Cogen_EP,Cavalier1,0,40.8,7.099999905,2.283829927,2001,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631032,CAN_ALB,CCGT_Cogen_EP,AirLiqd1,0,89,7.099999905,2.283829927,2000,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631033,CAN_ALB,CCGT_Cogen_EP,Balzac1,0,40.8,7.099999905,2.283829927,2001,9999,1052789.35,73948.68,5314.479305,4.121318255 +1157631034,MEX_BAJA,CCGT_EP,BAJA-SL,0,223,7.099999905,0,2009,9999,1256662.5,66201.59,6343.632089,3.689561105 +1157631035,CAN_ALB,Coal_Steam_Turbine_EP,Wabamun4,0,290,11.64999962,0,1968,9999,3413844,73948.68,25828.425,4.166237224 +1157631036,CAN_ALB,Coal_Steam_Turbine_EP,Sundanc3,0,403,10.59000015,0,1976,9999,3413844,73948.68,25828.425,4.166237224 +1157631037,CAN_ALB,Coal_Steam_Turbine_EP,Sundanc4,0,403,10.59000015,0,1977,9999,3413844,73948.68,25828.425,4.166237224 +1157631038,CAN_ALB,Coal_Steam_Turbine_EP,Sundanc5,0,353,10.59000015,0,1978,9999,3413844,73948.68,25828.425,4.166237224 +1157631039,CAN_ALB,Coal_Steam_Turbine_EP,Sundanc6,0,406,10.59000015,0,1980,9999,3413844,73948.68,25828.425,4.166237224 +1157631040,CAN_ALB,Coal_Steam_Turbine_EP,Kephlls2,0,411,10.59000015,0,1984,9999,3413844,73948.68,25828.425,4.166237224 +1157631041,CAN_ALB,Coal_Steam_Turbine_EP,Kephlls1,0,411,10.59000015,0,1983,9999,3413844,73948.68,25828.425,4.166237224 +1157631042,CAN_ALB,Coal_Steam_Turbine_EP,Genesee1,0,384,10.59000015,0,1994,9999,3413844,73948.68,25828.425,4.166237224 +1157631043,CAN_ALB,Coal_Steam_Turbine_EP,BAT_#5_5,0,360,10.59000015,0,1981,9999,3413844,73948.68,25828.425,4.166237224 +1157631044,CAN_ALB,Coal_Steam_Turbine_EP,BAT_#3_3,0,158.5,10.59000015,0,1969,9999,3413844,73948.68,25828.425,4.166237224 +1157631045,CAN_ALB,Coal_Steam_Turbine_EP,BAT_#4_4,0,158.5,10.59000015,0,1975,9999,3413844,73948.68,25828.425,4.166237224 +1157631046,CAN_ALB,Coal_Steam_Turbine_EP,Genesee2,0,384,10.59000015,0,1989,9999,3413844,73948.68,25828.425,4.166237224 +1157631047,CAN_ALB,Coal_Steam_Turbine_EP,Shernss1,0,378,10.59000015,0,1986,9999,3413844,73948.68,25828.425,4.166237224 +1157631048,CAN_ALB,Coal_Steam_Turbine_EP,Sundanc1,0,280,10.59000015,0,1970,9999,3413844,73948.68,25828.425,4.166237224 +1157631049,CAN_ALB,Coal_Steam_Turbine_EP,Shernss2,0,378,10.59000015,0,1990,9999,3413844,73948.68,25828.425,4.166237224 +1157631050,CAN_ALB,Coal_Steam_Turbine_EP,Sundanc2,0,280,10.59000015,0,1973,9999,3413844,73948.68,25828.425,4.166237224 +1157631051,CAN_ALB,Coal_Steam_Turbine_Cogen_EP,Cancarb1,0,46,8.742830276,13.09249973,2000,9999,2560383,73948.68,19371.31875,4.166237224 +1157631052,CAN_ALB,Coal_Steam_Turbine_EP,Genesee3,0,470,8.890000343,0,2005,9999,3413844,73948.68,25828.425,4.166237224 +1157631053,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,SC_FirebagS3_2,0,80,6.130770206,6.748760223,2009,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631054,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,SC_FirebagS3_1,0,80,6.130770206,6.748760223,2009,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631055,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,SC_FirebagS2_1,0,80,6.130770206,6.748760223,2008,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631056,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,MuskgRvr1,0,75,6.130770206,6.748760223,2002,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631057,MEX_BAJA,Gas_Combustion_Turbine_EP,PdtJrzG3,0,152.5,10.64000034,0,1999,9999,674576.2,66201.59,5288.035589,30.05936614 +1157631058,CAN_ALB,Gas_Combustion_Turbine_EP,ON_LongLk2,0,85,10.64000034,0,2008,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631059,CAN_ALB,Gas_Combustion_Turbine_EP,EPCR_Clvrbr_3,0,100,10.64000034,0,2009,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631060,CAN_ALB,Gas_Combustion_Turbine_EP,ON_LongLk1,0,85,10.64000034,0,2008,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631061,CAN_ALB,Gas_Combustion_Turbine_EP,NrthPrairie1,0,99,10.64000034,0,2008,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631062,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,Primros1,0,95,6.130770206,6.748760223,1998,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631063,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,MuskgRvr2,0,75,6.130770206,6.748760223,2002,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631064,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,Mackay,0,170,6.130770206,6.748760223,2004,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631065,CAN_ALB,Gas_Combustion_Turbine_EP,ENMX_Crsfld_1,0,120,10.64000034,0,2009,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631066,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,ColdLake1,0,76.5,6.130770206,6.748760223,2002,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631067,CAN_ALB,Gas_Combustion_Turbine_EP,EPCR_Clvrbr_2,0,100,10.64000034,0,2008,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631068,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,ColdLake2,0,76.5,6.130770206,6.748760223,2002,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631069,CAN_ALB,Gas_Combustion_Turbine_EP,MedcnHt5,0,30,10.80000019,0,1975,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631070,CAN_BC,Gas_Combustion_Turbine_EP,RuprtGT1,0,33,10.80000019,0,1973,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631071,CAN_ALB,Gas_Combustion_Turbine_EP,MedcnHt8,0,44.9,10.80000019,0,1980,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631072,CAN_ALB,Gas_Combustion_Turbine_EP,MedcnHt9,0,44.9,10.80000019,0,1980,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631073,CAN_BC,Gas_Combustion_Turbine_EP,MillerCrk,0,32,10.80000019,0,1950,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631074,CAN_ALB,Gas_Combustion_Turbine_EP,MedcnHt7,0,30,10.80000019,0,1953,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631075,CAN_BC,Gas_Combustion_Turbine_EP,Riverside,0,30,10.80000019,0,1950,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631076,MEX_BAJA,Gas_Combustion_Turbine_EP,PdtJrzG2,0,30,10.80000019,0,1982,9999,674576.2,66201.59,5288.035589,30.05936614 +1157631077,CAN_BC,Gas_Combustion_Turbine_EP,RuprtGT2,0,33,10.80000019,0,1973,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631078,MEX_BAJA,Gas_Combustion_Turbine_EP,PdtJrzG1,0,30,10.80000019,0,1982,9999,674576.2,66201.59,5288.035589,30.05936614 +1157631079,CAN_BC,Gas_Combustion_Turbine_EP,Crestbrook,0,50,10.80000019,0,1950,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631080,CAN_BC,Gas_Combustion_Turbine_EP,Walden1,0,30,10.80000019,0,1950,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631081,CAN_BC,Gas_Combustion_Turbine_EP,Alkokolex,0,30,10.80000019,0,1950,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631082,CAN_BC,Gas_Combustion_Turbine_Cogen_EP,WstCstn1,0,69,6.130770206,6.748760223,1993,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631083,CAN_ALB,Gas_Combustion_Turbine_EP,ValleyView1,0,45,11.25,0,2001,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631084,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,Rainbw4,0,45,6.130770206,6.748760223,1999,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631085,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,Redwater,0,45,6.130770206,6.748760223,2001,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631086,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,Rainbw56,0,45,6.130770206,6.748760223,2001,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631087,CAN_BC,Gas_Combustion_Turbine_Cogen_EP,WstCstn2,0,69,6.130770206,6.748760223,1993,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631088,CAN_ALB,Gas_Combustion_Turbine_EP,Sturgeon2,0,30,11.25,0,1961,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631089,CAN_ALB,Gas_Combustion_Turbine_EP,Sturgeon1,0,30,11.25,0,1958,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631090,CAN_ALB,Gas_Combustion_Turbine_EP,Sturg3VV,0,45,11.25,0,2001,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631091,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,Carslnd1,0,45,6.130770206,6.748760223,2001,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631092,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,Carslnd2,0,45,6.130770206,6.748760223,2001,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631093,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,MedcnHt10,0,45,6.130770206,6.748760223,1993,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631094,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,Foster_Creek1,0,45,6.130770206,6.748760223,2003,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631095,CAN_ALB,Gas_Combustion_Turbine_EP,FrtNelsn1,0,49,11.25,0,1999,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631096,CAN_ALB,Gas_Combustion_Turbine_EP,PplrHll1,0,45,11.25,0,1998,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631097,CAN_ALB,Gas_Combustion_Turbine_EP,MedcnHt11,0,45,11.25,0,1993,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631098,CAN_ALB,Gas_Combustion_Turbine_EP,EPCR_Clvrbr_1,0,45,11.25,0,2007,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631099,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,Foster_Creek2,0,45,6.130770206,6.748760223,2003,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631100,MEX_BAJA,Geothermal_EP,CerroPrI1-2,0,35.7,0,0,1973,9999,6273261.5,66201.59,0,31.16522992 +1157631101,MEX_BAJA,Geothermal_EP,CerroPr2-2,0,104.5,0,0,1987,9999,6273261.5,66201.59,0,31.16522992 +1157631102,MEX_BAJA,Geothermal_EP,CerroPr3-1,0,104.5,0,0,1986,9999,6273261.5,66201.59,0,31.16522992 +1157631103,MEX_BAJA,Geothermal_EP,CerroPr3-2,0,104.5,0,0,1986,9999,6273261.5,66201.59,0,31.16522992 +1157631104,MEX_BAJA,Geothermal_EP,CerroPr2-1,0,104.5,0,0,1986,9999,6273261.5,66201.59,0,31.16522992 +1157631105,MEX_BAJA,Geothermal_EP,CerroPrI1-5,0,23.2,0,0,1981,9999,6273261.5,66201.59,0,31.16522992 +1157631106,MEX_BAJA,Geothermal_EP,CerroPrI1-4,0,35.7,0,0,1979,9999,6273261.5,66201.59,0,31.16522992 +1157631107,MEX_BAJA,Geothermal_EP,CerroPr4-1,0,28.8,0,0,2000,9999,6273261.5,66201.59,0,31.16522992 +1157631108,MEX_BAJA,Geothermal_EP,CerroPrI1-3,0,35.7,0,0,1979,9999,6273261.5,66201.59,0,31.16522992 +1157631109,MEX_BAJA,Geothermal_EP,CerroPr4-2,0,28.8,0,0,2000,9999,6273261.5,66201.59,0,31.16522992 +1157631110,MEX_BAJA,Geothermal_EP,CerroPr4-3,0,28.8,0,0,2000,9999,6273261.5,66201.59,0,31.16522992 +1157631111,MEX_BAJA,Geothermal_EP,CerroPrI1-1,0,35.7,0,0,1973,9999,6273261.5,66201.59,0,31.16522992 +1157631112,MEX_BAJA,Geothermal_EP,CerroPr4-4,0,28.8,0,0,2000,9999,6273261.5,66201.59,0,31.16522992 +1157631113,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,SYNC_UE5,0,48,3.951999903,6.748760223,2005,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631114,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,MACKAYG2,0,48,3.951999903,6.748760223,2008,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631115,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,MACKAYG3,0,48,3.951999903,6.748760223,2008,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631116,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,SYNC_UE4,0,48,3.951999903,6.748760223,2005,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631117,CAN_ALB,Gas_Combustion_Turbine_Cogen_EP,AUR_GTG2,0,48,3.951999903,6.748760223,2006,9999,565137.6,73948.68,4430.136493,33.57695154 +1157631118,CAN_ALB,Gas_Internal_Combustion_Engine_EP,ELMWORTH_5,0,8,10.11509991,0,2002,9999,753516.8,73948.68,5906.848264,33.57695154 +1157631119,CAN_BC,Gas_Steam_Turbine_EP,BrrrdTh1,0,150,10.11999989,0,1962,9999,558454.95,73948.68,35622.64381,4.45635593 +1157631120,CAN_BC,Gas_Steam_Turbine_EP,BrrrdTh2,0,150,10.11999989,0,1962,9999,558454.95,73948.68,35622.64381,4.45635593 +1157631121,CAN_BC,Gas_Steam_Turbine_EP,BrrrdTh3,0,150,10.11999989,0,1964,9999,558454.95,73948.68,35622.64381,4.45635593 +1157631122,CAN_BC,Gas_Steam_Turbine_EP,BrrrdTh4,0,150,10.11999989,0,1967,9999,558454.95,73948.68,35622.64381,4.45635593 +1157631123,CAN_BC,Gas_Steam_Turbine_Cogen_EP,BrrrdTh5,0,152,5.795949936,40.98860168,1968,9999,418841.5,73948.68,26716.98227,4.45635593 +1157631124,CAN_BC,Gas_Steam_Turbine_EP,BrrrdTh6,0,152,10.11999989,0,1975,9999,558454.95,73948.68,35622.64381,4.45635593 +1157631125,MEX_BAJA,Gas_Steam_Turbine_EP,PdtJrz-5,0,152,9.56000042,0,1991,9999,499949.85,66201.59,31890.74779,3.989499594 +1157631126,MEX_BAJA,Gas_Steam_Turbine_EP,PdtJrz-6,0,152,9.56000042,0,1992,9999,499949.85,66201.59,31890.74779,3.989499594 +1157631127,CAN_ALB,Gas_Steam_Turbine_EP,MedcnHt12,0,39.8,10.43999958,0,1996,9999,558454.95,73948.68,35622.64381,4.45635593 +1157631128,CAN_ALB,Gas_Steam_Turbine_Cogen_EP,Weldwood1,0,26,5.795949936,40.98860168,1958,9999,418841.5,73948.68,26716.98227,4.45635593 +1157631129,CAN_ALB,Gas_Steam_Turbine_Cogen_EP,Weldwood2,0,29,5.795949936,40.98860168,1990,9999,418841.5,73948.68,26716.98227,4.45635593 +1157631130,CAN_ALB,Gas_Steam_Turbine_EP,HORUP6_1,0,26,10.43999958,0,2007,9999,558454.95,73948.68,35622.64381,4.45635593 +1157631131,CAN_ALB,Gas_Steam_Turbine_EP,MedcnHt3,0,37.8,10.43999958,0,1974,9999,558454.95,73948.68,35622.64381,4.45635593 +1157631165,CAN_ALB,Wind_EP,Wind_EP_Can_1,0,0.6,0,0,1997,9999,2313328.5,73948.68,67378.5,0 +1157631166,CAN_ALB,Wind_EP,Wind_EP_Can_2,0,19.5,0,0,2001,9999,2313328.5,73948.68,67378.5,0 +1157631167,CAN_ALB,Wind_EP,Wind_EP_Can_3,0,30,0,0,2006,9999,2313328.5,73948.68,67378.5,0 +1157631168,CAN_ALB,Wind_EP,Wind_EP_Can_4,0,9,0,0,2006,9999,2313328.5,73948.68,67378.5,0 +1157631169,CAN_ALB,Wind_EP,Wind_EP_Can_5,0,54,0,0,2007,9999,2313328.5,73948.68,67378.5,0 +1157631170,CAN_ALB,Wind_EP,Wind_EP_Can_6,0,0.6,0,0,2001,9999,2313328.5,73948.68,67378.5,0 +1157631171,CAN_ALB,Wind_EP,Wind_EP_Can_7,0,30,0,0,2004,9999,2313328.5,73948.68,67378.5,0 +1157631172,CAN_ALB,Wind_EP,Wind_EP_Can_8,0,68.4,0,0,2003,9999,2313328.5,73948.68,67378.5,0 +1157631173,CAN_ALB,Wind_EP,Wind_EP_Can_9,0,0.6,0,0,2001,9999,2313328.5,73948.68,67378.5,0 +1157631174,CAN_ALB,Wind_EP,Wind_EP_Can_10,0,3.6,0,0,2007,9999,2313328.5,73948.68,67378.5,0 +1157631175,CAN_ALB,Wind_EP,Wind_EP_Can_11,0,6.5,0,0,2001,9999,2313328.5,73948.68,67378.5,0 +1157631176,CAN_ALB,Wind_EP,Wind_EP_Can_12,0,70.5,0,0,2006,9999,2313328.5,73948.68,67378.5,0 +1157631177,CAN_ALB,Wind_EP,Wind_EP_Can_13,0,1.8,0,0,2002,9999,2313328.5,73948.68,67378.5,0 +1157631178,CAN_ALB,Wind_EP,Wind_EP_Can_14,0,68.4,0,0,2004,9999,2313328.5,73948.68,67378.5,0 +1157631179,CAN_ALB,Wind_EP,Wind_EP_Can_15,0,81.4,0,0,2007,9999,2313328.5,73948.68,67378.5,0 +1157631180,CAN_ALB,Wind_EP,Wind_EP_Can_16,0,0.8,0,0,2004,9999,2313328.5,73948.68,67378.5,0 +1157631181,CAN_ALB,Wind_EP,Wind_EP_Can_17,0,3.4,0,0,2004,9999,2313328.5,73948.68,67378.5,0 +1157631182,CAN_ALB,Wind_EP,Wind_EP_Can_18,0,1.8,0,0,1998,9999,2313328.5,73948.68,67378.5,0 +1157631183,CAN_ALB,Wind_EP,Wind_EP_Can_19,0,0.7,0,0,2000,9999,2313328.5,73948.68,67378.5,0 +1157631184,CAN_ALB,Wind_EP,Wind_EP_Can_20,0,0.7,0,0,2001,9999,2313328.5,73948.68,67378.5,0 +1157631185,CAN_ALB,Wind_EP,Wind_EP_Can_21,0,0.7,0,0,2002,9999,2313328.5,73948.68,67378.5,0 +1157631186,CAN_ALB,Wind_EP,Wind_EP_Can_22,0,0.9,0,0,2001,9999,2313328.5,73948.68,67378.5,0 +1157631187,CAN_ALB,Wind_EP,Wind_EP_Can_23,0,9.9,0,0,2000,9999,2313328.5,73948.68,67378.5,0 +1157631188,CAN_ALB,Wind_EP,Wind_EP_Can_24,0,29,0,0,2001,9999,2313328.5,73948.68,67378.5,0 +1157631189,CAN_ALB,Wind_EP,Wind_EP_Can_25,0,21.4,0,0,1994,9999,2313328.5,73948.68,67378.5,0 +1157631190,CAN_ALB,Wind_EP,Wind_EP_Can_26,0,66,0,0,2009,9999,2313328.5,73948.68,67378.5,0 +1157631191,CAN_ALB,Wind_EP,Wind_EP_Can_27,0,66,0,0,2010,9999,2313328.5,73948.68,67378.5,0 +1157631192,CAN_ALB,Wind_EP,Wind_EP_Can_28,0,69,0,0,2011,9999,2313328.5,73948.68,67378.5,0 +1157631193,CAN_ALB,Wind_EP,Wind_EP_Can_29,0,81.6,0,0,2010,9999,2313328.5,73948.68,67378.5,0 +1157631194,CAN_ALB,Wind_EP,Wind_EP_Can_30,0,88,0,0,2011,9999,2313328.5,73948.68,67378.5,0 +1157631195,CAN_ALB,Wind_EP,Wind_EP_Can_31,0,0.2,0,0,1993,9999,2313328.5,73948.68,67378.5,0 +1157631196,CAN_BC,Wind_EP,Wind_EP_Can_32,0,102,0,0,2009,9999,2313328.5,73948.68,67378.5,0 +1157631197,CAN_BC,Wind_EP,Wind_EP_Can_33,0,1.5,0,0,2010,9999,2313328.5,73948.68,67378.5,0 +1157631198,CAN_BC,Wind_EP,Wind_EP_Can_34,0,144,0,0,2011,9999,2313328.5,73948.68,67378.5,0 \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/hydro_repeat_median_yr_query.xlsx b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/hydro_repeat_median_yr_query.xlsx new file mode 100644 index 000000000..312cc2f6d Binary files /dev/null and b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/hydro_repeat_median_yr_query.xlsx differ diff --git a/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/old and new generator ids .csv b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/old and new generator ids .csv new file mode 100644 index 000000000..2e753d0f6 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/old and new generator ids .csv @@ -0,0 +1,270 @@ +generation_plant_id,name,gen_tech,load_zone_id,connect_cost_per_mw,capacity_limit_mw,variable_o_m,forced_outage_rate,scheduled_outage_rate,full_load_heat_rate,hydro_efficiency,max_age,min_build_capacity,is_variable,is_baseload,is_cogen,energy_source,unit_size,storage_efficiency,store_to_release_ratio,min_load_fraction,startup_fuel,startup_om,ccs_capture_efficiency,ccs_energy_load,eia_plant_code,latitude,longitude,county,state,geom,substation_connection_geom,geom_area +5000808,Barrier,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000809,Bearspaw,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000810,Belly_River_CHD,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000811,Bighorn,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000812,Brazeau,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000813,Brazeau,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000814,Cascade_AB,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000815,Chin_Chute,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000816,Dickson_Dam,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000817,Ghost,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000818,Horseshoe,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000819,Interlakes,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000820,Irrican,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000821,Kananaskis,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000822,Oldman_River,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000823,Pocaterra,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000824,Raymond_Reservoir,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000825,Rundle,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000826,Spray,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000827,Taylor_Chute,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000828,Three_Sisters,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000829,Waterton_CHD,Hydro_NonPumped,8,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000830,Aberfeldie,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000831,Akolkolex,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000832,Alouette,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000833,Arrow_Lakes,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000834,Ashlu_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000835,Ash_River,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000836,Bone_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000837,Brandywine,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000838,Bridge_River_1,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000839,Bridge_River_2,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000840,Brilliant,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000841,Brilliant,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000842,Brown_Lake,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000843,Buntzen_1,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000844,Buntzen_2,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000845,Canoe_Creek_Hydro_Project,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000846,Cheakamus,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000847,China_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000848,Clayton_Falls,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000849,Clayton_Falls,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000850,Clowhom,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000851,Corra_Linn,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000852,Cypress_Creek_Hydro,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000853,Doran_Taylor,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000854,Douglas_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000855,Eagle_Lake,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000856,East_Toba_River,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000857,Elko_BC,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000858,Falls_River,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000859,Fire_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000860,Fitzsimmons_Creek_Hydro_Project,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000861,Furry_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000862,Gordon_M_Shrum,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000863,Hystad_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000864,John_Hart,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000865,Jordan_River,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000866,Kemano,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000867,Kootenay_Canal,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000868,Ladore_Falls,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000869,La_Joie,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000870,Lamont_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000871,L_Bonnington,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000872,Lois_Lake,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000873,Lower_Clowhom,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000874,Mamquam_Hydro,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000875,Marion_3_Creek_Hydro,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000876,McNair_Creek_Hydro_Project,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000877,Mears_Hydro,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000878,Mica,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000879,Miller_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000880,Montrose_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000881,Morehead_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000882,Nelson_Hydro_Power_Plant,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000883,Nelson_Hydro_Power_Plant,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000884,Nelson_Hydro_Power_Plant,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000885,Ocean_Falls,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000886,Peace_Canyon,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000887,Pingston_Hydroelectric,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000888,Powell_River,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000889,Ptarmigan_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000890,Puntledge,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000891,Queen_Charlotte_Station,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000892,Raging_River,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000893,Revelstoke,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000894,Ruskin,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000895,Rutherford_Creek_Hydro,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000896,Scuzzy_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000897,Seaton_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000898,Sechelt_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000899,Seton,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000900,Seven_Mile,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000901,Shuswap,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000902,Skookum_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000903,Soo_River,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000904,South_Sutton_Creek_Hydro_Project,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000905,Spillimacheen,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000906,S_Slocan,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000907,Stave_Falls,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000908,St_Mary,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000909,Stokke_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000910,Strathcona,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000911,Tennant_Lake,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000912,Thelwood_Hydro,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000913,Tipella_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000914,Tyson_Creek_Hydroelectric_Project,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000915,U_Bonnington,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000916,Upper_Clowhom,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000917,Upper_Mamquam_Hydro,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000918,Upper_Stave_Creek,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000919,Wahleach,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000920,Walden_CN,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000921,Walter_Hardman,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000922,Waneta,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +5000923,Whatshan,Hydro_NonPumped,9,73948.68,NULL,6.737849908,0.05,0.019,NULL,NULL,200,0,FALSE,FALSE,FALSE,Water,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631013,Calgary1,CCGT,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631014,CCCPrsd2,CCGT,28,66201.59,NULL,3.689561105,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631015,ScotfordST,CCGT_Cogen,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631016,NovaJffr1A,CCGT_Cogen,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631017,LaRosit3,CCGT,28,66201.59,NULL,3.689561105,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631018,BearCrk1,CCGT,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631019,LaRosit1,CCGT,28,66201.59,NULL,3.689561105,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631020,NovaJffr1B,CCGT_Cogen,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631021,GenCC_CFE_1,CCGT,28,66201.59,NULL,3.689561105,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631022,VICFT,CCGT,9,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631023,CCCPrsd1,CCGT,28,66201.59,NULL,3.689561105,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631024,JoffrCgnP,CCGT_Cogen,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631025,VancIsland2,CCGT,9,73948.68,NULL,4.121318255,0.04,0.06,6.800000191,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631026,DowChmcl2,CCGT_Cogen,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631027,DowChmcl1,CCGT_Cogen,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631028,PJX_3_1,CCGT,28,66201.59,NULL,3.689561105,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631029,IslndCgn,CCGT_Cogen,9,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631030,DowABST,CCGT,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631031,Cavalier1,CCGT_Cogen,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631032,AirLiqd1,CCGT_Cogen,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631033,Balzac1,CCGT_Cogen,8,73948.68,NULL,4.121318255,0.04,0.06,7.099999905,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631034,BAJA-SL,CCGT,28,66201.59,NULL,3.689561105,0.04,0.06,7.099999905,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,9.16,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631035,Wabamun4,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,11.64999962,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631036,Sundanc3,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631037,Sundanc4,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631038,Sundanc5,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631039,Sundanc6,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631040,Kephlls2,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631041,Kephlls1,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631042,Genesee1,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631043,BAT_#5_5,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631044,BAT_#3_3,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631045,BAT_#4_4,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631046,Genesee2,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631047,Shernss1,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631048,Sundanc1,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631049,Shernss2,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631050,Sundanc2,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,10.59000015,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631051,Cancarb1,Coal_Steam_Turbine_Cogen,8,73948.68,NULL,4.166237224,0.06,0.1,8.742830276,NULL,40,0,FALSE,TRUE,TRUE,Coal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631052,Genesee3,Coal_Steam_Turbine,8,73948.68,NULL,4.166237224,0.06,0.1,8.890000343,NULL,40,0,FALSE,FALSE,FALSE,Coal,NULL,NULL,NULL,0.7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631053,SC_FirebagS3_2,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631054,SC_FirebagS3_1,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631055,SC_FirebagS2_1,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631056,MuskgRvr1,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631057,PdtJrzG3,Gas_Combustion_Turbine,28,66201.59,NULL,30.05936614,0.03,0.05,10.64000034,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631058,ON_LongLk2,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.64000034,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631059,EPCR_Clvrbr_3,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.64000034,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631060,ON_LongLk1,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.64000034,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631061,NrthPrairie1,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.64000034,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631062,Primros1,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631063,MuskgRvr2,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631064,Mackay,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631065,ENMX_Crsfld_1,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.64000034,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631066,ColdLake1,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631067,EPCR_Clvrbr_2,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.64000034,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631068,ColdLake2,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631069,MedcnHt5,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631070,RuprtGT1,Gas_Combustion_Turbine,9,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631071,MedcnHt8,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631072,MedcnHt9,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631073,MillerCrk,Gas_Combustion_Turbine,9,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631074,MedcnHt7,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631075,Riverside,Gas_Combustion_Turbine,9,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631076,PdtJrzG2,Gas_Combustion_Turbine,28,66201.59,NULL,30.05936614,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631077,RuprtGT2,Gas_Combustion_Turbine,9,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631078,PdtJrzG1,Gas_Combustion_Turbine,28,66201.59,NULL,30.05936614,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631079,Crestbrook,Gas_Combustion_Turbine,9,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631080,Walden1,Gas_Combustion_Turbine,9,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631081,Alkokolex,Gas_Combustion_Turbine,9,73948.68,NULL,33.57695154,0.03,0.05,10.80000019,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631082,WstCstn1,Gas_Combustion_Turbine_Cogen,9,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631083,ValleyView1,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,11.25,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631084,Rainbw4,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631085,Redwater,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631086,Rainbw56,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631087,WstCstn2,Gas_Combustion_Turbine_Cogen,9,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631088,Sturgeon2,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,11.25,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631089,Sturgeon1,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,11.25,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631090,Sturg3VV,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,11.25,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631091,Carslnd1,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631092,Carslnd2,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631093,MedcnHt10,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631094,Foster_Creek1,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631095,FrtNelsn1,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,11.25,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631096,PplrHll1,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,11.25,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631097,MedcnHt11,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,11.25,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631098,EPCR_Clvrbr_1,Gas_Combustion_Turbine,8,73948.68,NULL,33.57695154,0.03,0.05,11.25,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631099,Foster_Creek2,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,6.130770206,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631100,CerroPrI1-2,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631101,CerroPr2-2,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631102,CerroPr3-1,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631103,CerroPr3-2,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631104,CerroPr2-1,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631105,CerroPrI1-5,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631106,CerroPrI1-4,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631107,CerroPr4-1,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631108,CerroPrI1-3,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631109,CerroPr4-2,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631110,CerroPr4-3,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631111,CerroPrI1-1,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631112,CerroPr4-4,Geothermal,28,66201.59,NULL,31.16522992,0.0075,0.0241,NULL,NULL,30,0,FALSE,TRUE,FALSE,Geothermal,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631113,SYNC_UE5,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,3.951999903,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631114,MACKAYG2,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,3.951999903,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631115,MACKAYG3,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,3.951999903,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631116,SYNC_UE4,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,3.951999903,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631117,AUR_GTG2,Gas_Combustion_Turbine_Cogen,8,73948.68,NULL,33.57695154,0.03,0.05,3.951999903,NULL,20,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631118,ELMWORTH_5,Gas_Internal_Combustion_Engine,8,73948.68,NULL,33.57695154,0.03,0.05,10.11509991,NULL,20,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0,0.22,0.989,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631119,BrrrdTh1,Gas_Steam_Turbine,9,73948.68,NULL,4.45635593,0.1288,0.0915,10.11999989,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631120,BrrrdTh2,Gas_Steam_Turbine,9,73948.68,NULL,4.45635593,0.1288,0.0915,10.11999989,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631121,BrrrdTh3,Gas_Steam_Turbine,9,73948.68,NULL,4.45635593,0.1288,0.0915,10.11999989,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631122,BrrrdTh4,Gas_Steam_Turbine,9,73948.68,NULL,4.45635593,0.1288,0.0915,10.11999989,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631123,BrrrdTh5,Gas_Steam_Turbine_Cogen,9,73948.68,NULL,4.45635593,0.1288,0.0915,5.795949936,NULL,40,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631124,BrrrdTh6,Gas_Steam_Turbine,9,73948.68,NULL,4.45635593,0.1288,0.0915,10.11999989,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631125,PdtJrz-5,Gas_Steam_Turbine,28,66201.59,NULL,3.989499594,0.1288,0.0915,9.56000042,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631126,PdtJrz-6,Gas_Steam_Turbine,28,66201.59,NULL,3.989499594,0.1288,0.0915,9.56000042,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631127,MedcnHt12,Gas_Steam_Turbine,8,73948.68,NULL,4.45635593,0.1288,0.0915,10.43999958,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631128,Weldwood1,Gas_Steam_Turbine_Cogen,8,73948.68,NULL,4.45635593,0.1288,0.0915,5.795949936,NULL,40,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631129,Weldwood2,Gas_Steam_Turbine_Cogen,8,73948.68,NULL,4.45635593,0.1288,0.0915,5.795949936,NULL,40,0,FALSE,TRUE,TRUE,Gas,NULL,NULL,NULL,1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631130,HORUP6_1,Gas_Steam_Turbine,8,73948.68,NULL,4.45635593,0.1288,0.0915,10.43999958,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631131,MedcnHt3,Gas_Steam_Turbine,8,73948.68,NULL,4.45635593,0.1288,0.0915,10.43999958,NULL,40,0,FALSE,FALSE,FALSE,Gas,NULL,NULL,NULL,0.4,8.92,11.845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631165,Wind_EP_Can_1,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631166,Wind_EP_Can_2,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631167,Wind_EP_Can_3,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631168,Wind_EP_Can_4,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631169,Wind_EP_Can_5,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631170,Wind_EP_Can_6,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631171,Wind_EP_Can_7,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631172,Wind_EP_Can_8,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631173,Wind_EP_Can_9,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631174,Wind_EP_Can_10,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631175,Wind_EP_Can_11,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631176,Wind_EP_Can_12,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631177,Wind_EP_Can_13,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631178,Wind_EP_Can_14,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631179,Wind_EP_Can_15,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631180,Wind_EP_Can_16,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631181,Wind_EP_Can_17,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631182,Wind_EP_Can_18,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631183,Wind_EP_Can_19,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631184,Wind_EP_Can_20,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631185,Wind_EP_Can_21,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631186,Wind_EP_Can_22,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631187,Wind_EP_Can_23,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631188,Wind_EP_Can_24,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631189,Wind_EP_Can_25,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631190,Wind_EP_Can_26,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631191,Wind_EP_Can_27,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631192,Wind_EP_Can_28,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631193,Wind_EP_Can_29,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631194,Wind_EP_Can_30,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631195,Wind_EP_Can_31,Wind,8,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631196,Wind_EP_Can_32,Wind,9,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631197,Wind_EP_Can_33,Wind,9,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL +1157631198,Wind_EP_Can_34,Wind,9,73948.68,NULL,0,0.05,0.006,NULL,NULL,30,0,TRUE,FALSE,FALSE,Wind,NULL,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/old and new generator ids from AMPL Canada and Mex gen.xlsx b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/old and new generator ids from AMPL Canada and Mex gen.xlsx new file mode 100644 index 000000000..2a678ff1d Binary files /dev/null and b/switch_model/wecc/database/baseline_creation/Canada_Mexico_data/old and new generator ids from AMPL Canada and Mex gen.xlsx differ diff --git a/switch_model/wecc/database/baseline_creation/Make_new_baseline_scenario_id.sql b/switch_model/wecc/database/baseline_creation/Make_new_baseline_scenario_id.sql new file mode 100644 index 000000000..2fb87790b --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Make_new_baseline_scenario_id.sql @@ -0,0 +1,69 @@ +-- create new baseline scenario in the Scenario table, by copying a previous scenario and updating some of the scenario ids based on the new scenarios created for the 2020 baseline + +insert into switch.scenario (scenario_id, name, description, study_timeframe_id, time_sample_id, demand_scenario_id, fuel_simple_price_scenario_id, generation_plant_scenario_id, generation_plant_cost_scenario_id, generation_plant_existing_and_planned_scenario_id, hydro_simple_scenario_id, carbon_cap_scenario_id, supply_curves_scenario_id, regional_fuel_market_scenario_id, zone_to_regional_fuel_market_scenario_id, rps_scenario_id, enable_dr, enable_ev) + +select 171 as scenario_id, s.name, s.description, s.study_timeframe_id, s.time_sample_id, s.demand_scenario_id, s.fuel_simple_price_scenario_id, s.generation_plant_scenario_id, s.generation_plant_cost_scenario_id, s.generation_plant_existing_and_planned_scenario_id, s.hydro_simple_scenario_id, s.carbon_cap_scenario_id, s.supply_curves_scenario_id, s.regional_fuel_market_scenario_id, s.zone_to_regional_fuel_market_scenario_id, s.rps_scenario_id, s.enable_dr, s.enable_ev +from switch.scenario s where +scenario_id=147; + +UPDATE switch.scenario SET +name = '[SWITCH_WEAP] Baseline_no_WEAP', +description = 'Baseline scenario with overnight costs from 2019 ATB in $2018, updated existing gen from EIA 2018 data, hydro 2002 - 2018 median year, candidate gen and load and carbon cap same as id 147, 60perc RPS by 2030 in CA, WECC 80perc reduced carbon cap', +fuel_simple_price_scenario_id = 4, +generation_plant_scenario_id = 22, +generation_plant_cost_scenario_id = 23, +generation_plant_existing_and_planned_scenario_id = 21, +hydro_simple_scenario_id = 22, +carbon_cap_scenario_id = 90, +supply_curves_scenario_id = 2, +rps_scenario_id = 6 +WHERE scenario_id=171; + + +-- create new toy baseline scenario in the Scenario table, by copying the full baseline scenario and changing the time sampling scenario ids to a smaller time frame + +insert into switch.scenario (scenario_id, name, description, study_timeframe_id, time_sample_id, demand_scenario_id, fuel_simple_price_scenario_id, generation_plant_scenario_id, generation_plant_cost_scenario_id, generation_plant_existing_and_planned_scenario_id, hydro_simple_scenario_id, carbon_cap_scenario_id, supply_curves_scenario_id, regional_fuel_market_scenario_id, zone_to_regional_fuel_market_scenario_id, rps_scenario_id, enable_dr, enable_ev) + +select 172 as scenario_id, s.name, s.description, s.study_timeframe_id, s.time_sample_id, s.demand_scenario_id, s.fuel_simple_price_scenario_id, s.generation_plant_scenario_id, s.generation_plant_cost_scenario_id, s.generation_plant_existing_and_planned_scenario_id, s.hydro_simple_scenario_id, s.carbon_cap_scenario_id, s.supply_curves_scenario_id, s.regional_fuel_market_scenario_id, s.zone_to_regional_fuel_market_scenario_id, s.rps_scenario_id, s.enable_dr, s.enable_ev +from switch.scenario s where +scenario_id=171; + +UPDATE switch.scenario SET +name = '[SWITCH_WEAP] Toy Baseline_no_WEAP', +description = 'Toy Baseline scenario same as 171 but with toy time sampling 2', +study_timeframe_id = 2, +time_sample_id = 2 +WHERE scenario_id = 172; + +-- create new baseline scenario in the Scenario table, by copying a previous scenario and updating some of the scenario ids based on the new scenarios created for the 2020 baseline + +-- CHANGING THE HYDROPOWER SIMPLE SCENARIO ID TO USE THE AVERAGE GENERATION INSTEAD OF MEDIAN YEAR GENERATION + +insert into switch.scenario (scenario_id, name, description, study_timeframe_id, time_sample_id, demand_scenario_id, fuel_simple_price_scenario_id, generation_plant_scenario_id, generation_plant_cost_scenario_id, generation_plant_existing_and_planned_scenario_id, hydro_simple_scenario_id, carbon_cap_scenario_id, supply_curves_scenario_id, regional_fuel_market_scenario_id, zone_to_regional_fuel_market_scenario_id, rps_scenario_id, enable_dr, enable_ev) + +select 173 as scenario_id, s.name, s.description, s.study_timeframe_id, s.time_sample_id, s.demand_scenario_id, s.fuel_simple_price_scenario_id, s.generation_plant_scenario_id, s.generation_plant_cost_scenario_id, s.generation_plant_existing_and_planned_scenario_id, s.hydro_simple_scenario_id, s.carbon_cap_scenario_id, s.supply_curves_scenario_id, s.regional_fuel_market_scenario_id, s.zone_to_regional_fuel_market_scenario_id, s.rps_scenario_id, s.enable_dr, s.enable_ev +from switch.scenario s where +scenario_id=171; + +UPDATE switch.scenario SET +name = '[SWITCH_WEAP] Baseline_no_WEAP_Hydro_Avg', +description = 'Baseline scenario with overnight costs from 2019 ATB in $2018, updated existing gen from EIA 2018 data, hydro monthly average of 2002 - 2018, candidate gen and load and carbon cap same as id 147, 60perc RPS by 2030 in CA, WECC 80perc reduced carbon cap', +hydro_simple_scenario_id = 23 +WHERE scenario_id=173; + + +-- CREATING A NEW SCENARIO THAT REMOVES COMPRESSED AIR ENERGY STORAGE (CAES) FROM THE CANDIDATE GENERATOR LIST AND COSTS + + +insert into switch.scenario (scenario_id, name, description, study_timeframe_id, time_sample_id, demand_scenario_id, fuel_simple_price_scenario_id, generation_plant_scenario_id, generation_plant_cost_scenario_id, generation_plant_existing_and_planned_scenario_id, hydro_simple_scenario_id, carbon_cap_scenario_id, supply_curves_scenario_id, regional_fuel_market_scenario_id, zone_to_regional_fuel_market_scenario_id, rps_scenario_id, enable_dr, enable_ev) + +select 174 as scenario_id, s.name, s.description, s.study_timeframe_id, s.time_sample_id, s.demand_scenario_id, s.fuel_simple_price_scenario_id, s.generation_plant_scenario_id, s.generation_plant_cost_scenario_id, s.generation_plant_existing_and_planned_scenario_id, s.hydro_simple_scenario_id, s.carbon_cap_scenario_id, s.supply_curves_scenario_id, s.regional_fuel_market_scenario_id, s.zone_to_regional_fuel_market_scenario_id, s.rps_scenario_id, s.enable_dr, s.enable_ev +from switch.scenario s where +scenario_id=173; + +UPDATE switch.scenario SET +name = '[SWITCH_WEAP] Baseline_no_WEAP_Hydro_Avg_no_CAES', +description = 'Baseline scenario with overnight costs from 2019 ATB in $2018, updated gen from EIA 2018 data, hydro monthly average of 2002 - 2018, candidate gen and load and carbon cap same as id 173 but no CAES candiate gen', +generation_plant_cost_scenario_id = 24, +generation_plant_scenario_id = 23 +WHERE scenario_id=174; \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/New_scenarios.sql b/switch_model/wecc/database/baseline_creation/New_scenarios.sql new file mode 100644 index 000000000..02671b480 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/New_scenarios.sql @@ -0,0 +1,48 @@ +-- Updates for 100% RPS paper +-- Patricia Hidalgo-Gonzalez, Julia Szinai +-- May 2020 + + + +insert into scenario +values (163, + '[100% RPS paper] toy zero carbon2025byhand, ID147', + 'WECC CA cap. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and near zero carbon cap', + 2, -- study_timeframe_id + 2, -- time_sample_id + 115, -- demand_scenario_id + 3, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 14, -- generation_plant_scenario_id + 6, -- generation_plant_cost_scenario_id + 3, -- generation_plant_existing_and_planned_scenario_id + 11, -- hydro_simple_scenario_id + 88, -- carbon_cap_scenario_id + 1, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + 1, -- zone_to_regional_fuel_market_scenario_id + 1 -- rps_scenario_id + ); + + +--delete from scenario where scenario_id=163; + +/* +insert into scenario +values (163, + '[100% RPS paper] toy as ID 147', + 'New toy timepoints that include 2050, the rest copied from scenario 147.', + 6, -- study_timeframe_id + 6, -- time_sample_id + 115, -- demand_scenario_id + 3, -- fuel_simple_price_scenario, without Bio_Solid costs, because they are provided by supply curve + 14, -- generation_plant_scenario_id + 6, -- generation_plant_cost_scenario_id + 3, -- generation_plant_existing_and_planned_scenario_id + 11, -- hydro_simple_scenario_id + 90, -- carbon_cap_scenario_id + 1, -- supply_curve_scenario_id + 1, -- regional_fuel_market_scenario_id + 1, -- zone_to_regional_fuel_market_scenario_id + 1 -- rps_scenario_id + ); + */ \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/Queries_to_copy_AMPL_Canada_Mex_attributes_to_new_gen_plant.sql b/switch_model/wecc/database/baseline_creation/Queries_to_copy_AMPL_Canada_Mex_attributes_to_new_gen_plant.sql new file mode 100644 index 000000000..34e4e1e39 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Queries_to_copy_AMPL_Canada_Mex_attributes_to_new_gen_plant.sql @@ -0,0 +1,5090 @@ +-- This script is the second of 2 sql scripts that create a new set of scenarios 21 which is a combination of the set of existing and planned generators from the EIA 2020 update (non-aggregated), scenario 19 and the existing generators from AMPL for Canada and Mexico + +-- 5 tables to adjust with these new generation_plant_ids: +--generation_plant_cost +--generation_plant_scenario_member +--generation_plant_existing_and_planned +--hydro_historical_monthly_capacity_factors +--variable_capacity_factors + +-- This script copies the attributes from the old AMPL generation_plant_ids to a new set of generation_plant_ids for the new SWITCH baseline, for Canada and Mexico existing plants. + +-- 1. First run this select statement to get the new ids of the generation_plants, to be able to match with the old ids of the same plants: + +SELECT a.generation_plant_id, name, gen_tech, load_zone_id, connect_cost_per_mw, capacity_limit_mw, variable_o_m, forced_outage_rate, +scheduled_outage_rate, full_load_heat_rate, hydro_efficiency, max_age, min_build_capacity, is_variable, is_baseload, is_cogen, energy_source, unit_size, +storage_efficiency, store_to_release_ratio, min_load_fraction, startup_fuel, startup_om, ccs_capture_efficiency, ccs_energy_load, eia_plant_code, +latitude, longitude, county, state, geom, substation_connection_geom, geom_area +FROM generation_plant a +WHERE a.load_zone_id in (8, 9, 28) +AND a.name != 'Proposed' +AND a.connect_cost_per_mw = 0; + +-- 2. Then copy the ids into an Excel sheet, along with the list of the old ids. +-- in the Excel sheet map the old to new ids after sorting by name +-- then concatenate these ids into queries for each of the tables below to automate and copy the queries here to run + +--3. With the old ids mapped to the new ids and the queries automatically constructed in Excel, update the following tables: + +--Generation_plant_cost table +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157846 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000830 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157959 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631032 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157847 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000831 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158008 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631081 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157848 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000832 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157849 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000833 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157851 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000835 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157850 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000834 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158044 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631117 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157961 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631034 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157960 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631033 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157824 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000808 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157971 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631044 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157972 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631045 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157970 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631043 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157945 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631018 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157825 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000809 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157826 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000810 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157827 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000811 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157852 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000836 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157853 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000837 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157828 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000812 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157829 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000813 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157854 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000838 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157855 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000839 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157856 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000840 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157857 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000841 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157858 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000842 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158046 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631119 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158047 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631120 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158048 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631121 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158049 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631122 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158050 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631123 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158051 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631124 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157859 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000843 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157860 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000844 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157940 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631013 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157978 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631051 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157861 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000845 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158018 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631091 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158019 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631092 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157830 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000814 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157958 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631031 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157950 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631023 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157941 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631014 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158031 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631104 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158028 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631101 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158029 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631102 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158030 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631103 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158034 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631107 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158036 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631109 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158037 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631110 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158039 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631112 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158038 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631111 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158027 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631100 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158035 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631108 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158033 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631106 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158032 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631105 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157862 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000846 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157831 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000815 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157863 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000847 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157864 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000848 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157865 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000849 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157866 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000850 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157993 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631066 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157995 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631068 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157867 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000851 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158006 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631079 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157868 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000852 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157832 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000816 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157869 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000853 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157870 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000854 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157957 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631030 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157954 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631027 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157953 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631026 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157871 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000855 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157872 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000856 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157873 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000857 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158045 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631118 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157992 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631065 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158025 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631098 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157994 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631067 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157986 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631059 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157874 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000858 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157875 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000859 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157876 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000860 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158021 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631094 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158026 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631099 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158022 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631095 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157877 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000861 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157948 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631021 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157969 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631042 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157973 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631046 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157979 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631052 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157833 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000817 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157878 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000862 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157834 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000818 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158057 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631130 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157879 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000863 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157835 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000819 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157836 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000820 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157956 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631029 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157951 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631024 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157880 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000864 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157881 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000865 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157837 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000821 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157882 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000866 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157968 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631041 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157967 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631040 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157883 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000867 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157887 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000871 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157885 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000869 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157884 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000868 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157886 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000870 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157946 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631019 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157944 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631017 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157888 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000872 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157889 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000873 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157991 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631064 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158041 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631114 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158042 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631115 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157890 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000874 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157891 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000875 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157892 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000876 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157893 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000877 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158020 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631093 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158024 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631097 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158054 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631127 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158058 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631131 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157996 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631069 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158001 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631074 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157998 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631071 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157999 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631072 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157894 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000878 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157895 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000879 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158000 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631073 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157896 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000880 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157897 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000881 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157983 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631056 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157990 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631063 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157898 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000882 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157899 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000883 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157900 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000884 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157943 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631016 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157947 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631020 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157988 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631061 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157901 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000885 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157838 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000822 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157987 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631060 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157985 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631058 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158052 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631125 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158053 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631126 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158005 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631078 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158003 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631076 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157984 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631057 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157902 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000886 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157903 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000887 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157955 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631028 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157839 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000823 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157904 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000888 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158023 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631096 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157989 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631062 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157905 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000889 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157906 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000890 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157907 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000891 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157908 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000892 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158011 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631084 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158013 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631086 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157840 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000824 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158012 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631085 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157909 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000893 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158002 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631075 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157841 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000825 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157997 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631070 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158004 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631077 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157910 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000894 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157911 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000895 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157922 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000906 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157982 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631055 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157981 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631054 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157980 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631053 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157942 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631015 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157912 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000896 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157913 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000897 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157914 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000898 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157915 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000899 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157916 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000900 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157974 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631047 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157976 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631049 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157917 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000901 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157918 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000902 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157919 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000903 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157920 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000904 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157921 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000905 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157842 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000826 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157924 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000908 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157923 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000907 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157925 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000909 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157926 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000910 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158017 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631090 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158016 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631089 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158015 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631088 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157975 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631048 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157977 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631050 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157963 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631036 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157964 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631037 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157965 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631038 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157966 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631039 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158043 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631116 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158040 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631113 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157843 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000827 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157927 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000911 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157928 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000912 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157844 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000828 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157929 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000913 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157930 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000914 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157931 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000915 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157932 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000916 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157933 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000917 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157934 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000918 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158010 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631083 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157952 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631025 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157949 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631022 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157962 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631035 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157935 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000919 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157936 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000920 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158007 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631080 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157937 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000921 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157938 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000922 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157845 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000829 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158055 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631128 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158056 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631129 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 157939 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 5000923 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158059 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631165 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158068 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631174 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158069 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631175 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158070 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631176 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158071 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631177 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158072 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631178 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158073 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631179 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158074 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631180 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158075 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631181 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158076 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631182 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158077 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631183 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158060 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631166 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158078 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631184 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158079 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631185 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158080 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631186 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158081 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631187 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158082 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631188 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158083 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631189 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158084 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631190 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158085 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631191 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158086 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631192 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158087 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631193 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158061 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631167 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158088 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631194 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158089 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631195 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158090 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631196 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158091 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631197 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158092 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631198 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158062 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631168 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158063 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631169 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158064 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631170 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158065 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631171 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158066 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631172 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158067 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631173 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158009 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631082 and generation_plant_cost_scenario_id=1; +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) SELECT 21 AS generation_plant_cost_scenario_id, 158014 as generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh FROM switch.generation_plant_cost where generation_plant_id = 1157631087 and generation_plant_cost_scenario_id=1; + +-- gen_plant_scenario_member + +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157846 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000830 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157959 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631032 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157847 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000831 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158008 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631081 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157848 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000832 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157849 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000833 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157851 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000835 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157850 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000834 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158044 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631117 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157961 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631034 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157960 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631033 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157824 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000808 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157971 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631044 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157972 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631045 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157970 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631043 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157945 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631018 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157825 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000809 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157826 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000810 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157827 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000811 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157852 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000836 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157853 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000837 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157828 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000812 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157829 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000813 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157854 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000838 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157855 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000839 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157856 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000840 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157857 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000841 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157858 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000842 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158046 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631119 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158047 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631120 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158048 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631121 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158049 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631122 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158050 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631123 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158051 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631124 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157859 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000843 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157860 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000844 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157940 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631013 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157978 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631051 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157861 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000845 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158018 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631091 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158019 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631092 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157830 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000814 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157958 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631031 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157950 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631023 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157941 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631014 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158031 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631104 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158028 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631101 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158029 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631102 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158030 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631103 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158034 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631107 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158036 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631109 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158037 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631110 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158039 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631112 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158038 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631111 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158027 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631100 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158035 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631108 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158033 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631106 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158032 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631105 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157862 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000846 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157831 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000815 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157863 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000847 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157864 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000848 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157865 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000849 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157866 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000850 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157993 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631066 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157995 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631068 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157867 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000851 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158006 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631079 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157868 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000852 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157832 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000816 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157869 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000853 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157870 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000854 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157957 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631030 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157954 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631027 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157953 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631026 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157871 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000855 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157872 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000856 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157873 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000857 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158045 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631118 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157992 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631065 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158025 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631098 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157994 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631067 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157986 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631059 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157874 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000858 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157875 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000859 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157876 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000860 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158021 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631094 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158026 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631099 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158022 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631095 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157877 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000861 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157948 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631021 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157969 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631042 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157973 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631046 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157979 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631052 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157833 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000817 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157878 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000862 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157834 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000818 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158057 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631130 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157879 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000863 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157835 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000819 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157836 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000820 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157956 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631029 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157951 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631024 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157880 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000864 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157881 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000865 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157837 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000821 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157882 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000866 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157968 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631041 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157967 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631040 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157883 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000867 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157887 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000871 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157885 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000869 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157884 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000868 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157886 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000870 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157946 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631019 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157944 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631017 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157888 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000872 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157889 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000873 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157991 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631064 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158041 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631114 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158042 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631115 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157890 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000874 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157891 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000875 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157892 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000876 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157893 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000877 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158020 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631093 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158024 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631097 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158054 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631127 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158058 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631131 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157996 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631069 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158001 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631074 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157998 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631071 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157999 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631072 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157894 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000878 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157895 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000879 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158000 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631073 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157896 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000880 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157897 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000881 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157983 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631056 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157990 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631063 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157898 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000882 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157899 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000883 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157900 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000884 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157943 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631016 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157947 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631020 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157988 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631061 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157901 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000885 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157838 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000822 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157987 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631060 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157985 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631058 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158052 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631125 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158053 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631126 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158005 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631078 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158003 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631076 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157984 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631057 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157902 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000886 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157903 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000887 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157955 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631028 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157839 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000823 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157904 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000888 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158023 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631096 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157989 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631062 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157905 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000889 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157906 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000890 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157907 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000891 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157908 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000892 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158011 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631084 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158013 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631086 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157840 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000824 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158012 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631085 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157909 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000893 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158002 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631075 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157841 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000825 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157997 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631070 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158004 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631077 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157910 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000894 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157911 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000895 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157922 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000906 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157982 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631055 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157981 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631054 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157980 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631053 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157942 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631015 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157912 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000896 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157913 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000897 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157914 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000898 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157915 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000899 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157916 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000900 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157974 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631047 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157976 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631049 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157917 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000901 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157918 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000902 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157919 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000903 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157920 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000904 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157921 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000905 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157842 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000826 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157924 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000908 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157923 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000907 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157925 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000909 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157926 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000910 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158017 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631090 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158016 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631089 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158015 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631088 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157975 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631048 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157977 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631050 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157963 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631036 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157964 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631037 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157965 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631038 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157966 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631039 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158043 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631116 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158040 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631113 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157843 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000827 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157927 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000911 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157928 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000912 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157844 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000828 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157929 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000913 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157930 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000914 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157931 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000915 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157932 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000916 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157933 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000917 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157934 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000918 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158010 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631083 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157952 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631025 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157949 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631022 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157962 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631035 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157935 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000919 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157936 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000920 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158007 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631080 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157937 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000921 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157938 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000922 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157845 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000829 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158055 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631128 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158056 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631129 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 157939 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 5000923 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158059 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631165 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158068 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631174 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158069 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631175 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158070 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631176 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158071 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631177 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158072 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631178 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158073 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631179 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158074 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631180 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158075 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631181 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158076 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631182 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158077 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631183 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158060 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631166 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158078 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631184 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158079 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631185 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158080 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631186 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158081 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631187 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158082 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631188 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158083 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631189 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158084 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631190 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158085 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631191 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158086 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631192 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158087 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631193 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158061 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631167 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158088 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631194 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158089 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631195 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158090 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631196 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158091 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631197 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158092 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631198 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158062 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631168 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158063 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631169 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158064 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631170 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158065 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631171 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158066 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631172 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158067 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631173 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158009 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631082 and generation_plant_scenario_id = 1; +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) SELECT 21 as generation_plant_scenario_id, 158014 as generation_plant_id FROM switch.generation_plant_scenario_member where generation_plant_id = 1157631087 and generation_plant_scenario_id = 1; + +--generation_plant_existing_and_planned +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157846 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000830 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157959 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631032 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157847 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000831 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158008 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631081 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157848 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000832 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157849 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000833 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157851 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000835 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157850 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000834 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158044 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631117 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157961 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631034 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157960 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631033 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157824 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000808 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157971 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631044 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157972 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631045 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157970 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631043 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157945 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631018 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157825 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000809 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157826 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000810 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157827 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000811 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157852 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000836 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157853 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000837 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157828 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000812 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157829 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000813 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157854 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000838 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157855 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000839 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157856 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000840 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157857 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000841 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157858 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000842 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158046 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631119 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158047 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631120 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158048 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631121 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158049 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631122 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158050 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631123 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158051 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631124 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157859 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000843 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157860 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000844 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157940 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631013 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157978 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631051 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157861 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000845 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158018 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631091 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158019 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631092 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157830 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000814 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157958 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631031 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157950 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631023 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157941 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631014 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158031 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631104 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158028 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631101 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158029 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631102 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158030 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631103 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158034 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631107 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158036 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631109 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158037 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631110 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158039 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631112 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158038 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631111 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158027 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631100 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158035 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631108 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158033 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631106 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158032 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631105 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157862 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000846 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157831 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000815 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157863 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000847 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157864 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000848 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157865 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000849 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157866 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000850 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157993 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631066 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157995 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631068 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157867 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000851 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158006 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631079 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157868 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000852 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157832 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000816 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157869 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000853 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157870 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000854 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157957 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631030 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157954 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631027 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157953 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631026 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157871 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000855 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157872 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000856 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157873 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000857 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158045 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631118 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157992 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631065 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158025 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631098 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157994 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631067 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157986 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631059 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157874 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000858 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157875 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000859 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157876 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000860 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158021 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631094 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158026 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631099 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158022 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631095 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157877 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000861 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157948 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631021 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157969 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631042 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157973 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631046 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157979 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631052 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157833 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000817 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157878 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000862 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157834 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000818 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158057 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631130 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157879 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000863 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157835 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000819 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157836 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000820 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157956 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631029 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157951 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631024 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157880 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000864 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157881 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000865 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157837 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000821 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157882 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000866 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157968 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631041 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157967 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631040 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157883 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000867 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157887 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000871 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157885 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000869 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157884 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000868 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157886 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000870 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157946 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631019 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157944 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631017 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157888 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000872 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157889 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000873 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157991 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631064 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158041 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631114 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158042 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631115 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157890 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000874 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157891 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000875 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157892 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000876 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157893 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000877 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158020 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631093 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158024 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631097 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158054 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631127 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158058 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631131 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157996 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631069 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158001 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631074 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157998 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631071 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157999 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631072 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157894 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000878 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157895 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000879 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158000 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631073 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157896 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000880 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157897 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000881 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157983 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631056 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157990 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631063 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157898 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000882 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157899 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000883 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157900 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000884 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157943 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631016 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157947 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631020 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157988 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631061 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157901 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000885 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157838 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000822 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157987 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631060 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157985 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631058 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158052 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631125 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158053 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631126 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158005 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631078 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158003 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631076 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157984 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631057 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157902 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000886 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157903 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000887 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157955 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631028 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157839 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000823 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157904 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000888 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158023 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631096 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157989 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631062 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157905 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000889 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157906 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000890 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157907 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000891 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157908 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000892 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158011 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631084 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158013 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631086 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157840 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000824 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158012 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631085 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157909 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000893 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158002 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631075 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157841 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000825 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157997 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631070 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158004 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631077 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157910 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000894 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157911 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000895 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157922 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000906 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157982 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631055 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157981 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631054 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157980 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631053 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157942 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631015 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157912 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000896 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157913 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000897 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157914 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000898 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157915 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000899 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157916 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000900 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157974 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631047 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157976 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631049 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157917 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000901 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157918 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000902 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157919 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000903 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157920 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000904 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157921 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000905 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157842 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000826 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157924 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000908 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157923 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000907 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157925 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000909 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157926 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000910 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158017 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631090 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158016 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631089 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158015 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631088 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157975 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631048 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157977 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631050 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157963 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631036 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157964 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631037 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157965 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631038 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157966 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631039 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158043 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631116 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158040 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631113 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157843 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000827 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157927 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000911 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157928 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000912 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157844 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000828 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157929 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000913 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157930 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000914 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157931 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000915 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157932 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000916 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157933 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000917 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157934 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000918 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158010 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631083 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157952 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631025 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157949 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631022 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157962 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631035 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157935 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000919 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157936 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000920 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158007 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631080 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157937 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000921 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157938 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000922 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157845 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000829 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158055 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631128 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158056 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631129 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 157939 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 5000923 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158059 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631165 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158068 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631174 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158069 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631175 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158070 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631176 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158071 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631177 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158072 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631178 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158073 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631179 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158074 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631180 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158075 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631181 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158076 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631182 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158077 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631183 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158060 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631166 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158078 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631184 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158079 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631185 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158080 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631186 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158081 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631187 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158082 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631188 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158083 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631189 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158084 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631190 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158085 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631191 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158086 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631192 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158087 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631193 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158061 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631167 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158088 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631194 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158089 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631195 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158090 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631196 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158091 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631197 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158092 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631198 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158062 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631168 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158063 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631169 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158064 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631170 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158065 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631171 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158066 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631172 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158067 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631173 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158009 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631082 AND generation_plant_existing_and_planned_scenario_id = 1; +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) SELECT 21 as generation_plant_existing_and_planned_scenario_id, 158014 as generation_plant_id, build_year, capacity FROM switch.generation_plant_existing_and_planned WHERE generation_plant_id = 1157631087 AND generation_plant_existing_and_planned_scenario_id = 1; + +--hydro historical cf 2004 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2004 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2005 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2005 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2006 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2006 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2007 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2007 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2008 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2008 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2009 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2009 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2010 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2011 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2012 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2013 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2014 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2015 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2016 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2017 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +--hydro historical cf 2018 +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157846 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000830 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157959 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631032 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157847 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000831 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158008 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631081 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157848 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000832 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157849 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000833 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157851 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000835 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157850 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000834 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158044 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631117 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157961 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631034 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157960 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631033 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157824 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000808 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157971 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631044 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157972 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631045 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157970 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631043 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157945 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631018 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157825 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000809 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157826 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000810 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157827 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000811 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157852 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000836 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157853 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000837 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157828 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000812 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157829 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000813 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157854 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000838 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157855 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000839 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157856 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000840 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157857 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000841 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157858 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000842 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158046 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631119 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158047 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631120 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158048 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631121 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158049 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631122 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158050 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631123 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158051 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631124 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157859 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000843 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157860 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000844 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157940 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631013 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157978 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631051 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157861 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000845 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158018 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631091 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158019 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631092 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157830 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000814 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157958 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631031 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157950 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631023 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157941 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631014 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158031 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631104 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158028 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631101 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158029 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631102 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158030 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631103 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158034 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631107 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158036 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631109 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158037 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631110 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158039 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631112 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158038 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631111 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158027 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631100 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158035 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631108 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158033 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631106 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158032 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631105 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157862 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000846 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157831 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000815 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157863 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000847 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157864 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000848 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157865 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000849 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157866 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000850 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157993 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631066 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157995 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631068 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157867 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000851 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158006 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631079 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157868 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000852 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157832 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000816 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157869 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000853 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157870 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000854 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157957 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631030 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157954 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631027 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157953 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631026 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157871 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000855 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157872 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000856 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157873 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000857 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158045 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631118 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157992 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631065 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158025 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631098 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157994 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631067 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157986 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631059 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157874 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000858 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157875 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000859 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157876 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000860 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158021 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631094 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158026 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631099 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158022 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631095 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157877 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000861 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157948 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631021 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157969 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631042 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157973 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631046 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157979 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631052 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157833 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000817 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157878 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000862 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157834 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000818 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158057 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631130 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157879 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000863 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157835 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000819 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157836 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000820 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157956 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631029 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157951 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631024 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157880 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000864 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157881 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000865 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157837 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000821 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157882 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000866 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157968 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631041 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157967 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631040 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157883 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000867 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157887 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000871 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157885 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000869 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157884 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000868 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157886 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000870 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157946 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631019 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157944 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631017 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157888 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000872 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157889 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000873 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157991 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631064 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158041 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631114 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158042 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631115 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157890 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000874 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157891 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000875 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157892 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000876 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157893 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000877 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158020 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631093 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158024 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631097 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158054 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631127 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158058 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631131 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157996 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631069 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158001 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631074 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157998 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631071 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157999 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631072 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157894 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000878 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157895 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000879 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158000 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631073 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157896 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000880 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157897 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000881 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157983 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631056 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157990 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631063 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157898 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000882 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157899 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000883 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157900 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000884 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157943 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631016 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157947 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631020 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157988 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631061 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157901 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000885 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157838 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000822 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157987 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631060 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157985 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631058 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158052 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631125 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158053 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631126 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158005 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631078 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158003 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631076 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157984 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631057 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157902 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000886 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157903 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000887 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157955 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631028 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157839 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000823 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157904 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000888 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158023 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631096 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157989 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631062 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157905 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000889 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157906 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000890 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157907 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000891 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157908 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000892 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158011 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631084 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158013 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631086 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157840 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000824 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158012 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631085 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157909 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000893 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158002 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631075 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157841 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000825 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157997 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631070 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158004 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631077 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157910 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000894 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157911 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000895 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157922 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000906 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157982 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631055 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157981 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631054 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157980 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631053 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157942 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631015 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157912 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000896 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157913 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000897 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157914 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000898 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157915 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000899 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157916 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000900 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157974 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631047 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157976 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631049 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157917 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000901 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157918 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000902 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157919 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000903 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157920 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000904 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157921 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000905 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157842 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000826 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157924 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000908 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157923 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000907 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157925 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000909 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157926 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000910 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158017 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631090 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158016 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631089 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158015 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631088 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157975 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631048 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157977 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631050 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157963 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631036 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157964 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631037 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157965 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631038 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157966 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631039 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158043 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631116 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158040 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631113 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157843 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000827 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157927 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000911 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157928 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000912 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157844 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000828 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157929 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000913 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157930 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000914 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157931 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000915 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157932 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000916 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157933 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000917 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157934 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000918 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158010 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631083 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157952 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631025 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157949 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631022 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157962 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631035 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157935 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000919 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157936 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000920 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158007 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631080 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157937 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000921 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157938 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000922 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157845 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000829 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158055 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631128 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158056 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631129 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 157939 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 5000923 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158059 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631165 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158068 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631174 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158069 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631175 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158070 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631176 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158071 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631177 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158072 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631178 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158073 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631179 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158074 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631180 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158075 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631181 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158076 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631182 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158077 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631183 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158060 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631166 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158078 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631184 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158079 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631185 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158080 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631186 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158081 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631187 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158082 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631188 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158083 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631189 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158084 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631190 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158085 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631191 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158086 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631192 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158087 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631193 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158061 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631167 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158088 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631194 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158089 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631195 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158090 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631196 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158091 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631197 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158092 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631198 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158062 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631168 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158063 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631169 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158064 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631170 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158065 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631171 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158066 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631172 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158067 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631173 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158009 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631082 AND hydro_simple_scenario_id = 1; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 21 as hydro_simple_scenario_id, 158014 as generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors WHERE generation_plant_id = 1157631087 AND hydro_simple_scenario_id = 1; + +-- variable capacity factors + +-- 1. Add variable capacity factors averaged by load zone 8 for WIND +INSERT INTO variable_capacity_factors +(SELECT generation_plant_id, timepoint_id, timestamp_utc, cap_factor, 1 +FROM generation_plant +JOIN generation_plant_scenario_member USING (generation_plant_id) +JOIN( +SELECT area_id, timepoint_id, timestamp_utc, avg(cap_factor) AS cap_factor, 1 +FROM temp_ampl__proposed_projects_v3 +JOIN temp_variable_capacity_factors_historical USING (project_id) +JOIN temp_load_scenario_historic_timepoints ON (hour=historic_hour) +JOIN raw_timepoint ON (timepoint_id = raw_timepoint_id) +WHERE area_id = 8 AND technology_id = 4 +GROUP BY 1,2,3 +ORDER BY 1,2 +) AS factors ON (area_id = load_zone_id) +WHERE gen_tech = 'Wind' +AND generation_plant_scenario_id IN (21)); + +-- 2. Add variable capacity factors averaged by load zone 9 for WIND +INSERT INTO variable_capacity_factors +(SELECT generation_plant_id, timepoint_id, timestamp_utc, cap_factor, 1 +FROM generation_plant +JOIN generation_plant_scenario_member USING (generation_plant_id) +JOIN( +SELECT area_id, timepoint_id, timestamp_utc, avg(cap_factor) AS cap_factor, 1 +FROM temp_ampl__proposed_projects_v3 +JOIN temp_variable_capacity_factors_historical USING (project_id) +JOIN temp_load_scenario_historic_timepoints ON (hour=historic_hour) +JOIN raw_timepoint ON (timepoint_id = raw_timepoint_id) +WHERE area_id = 9 AND technology_id = 4 +GROUP BY 1,2,3 +ORDER BY 1,2 +) AS factors ON (area_id = load_zone_id) +WHERE gen_tech = 'Wind' +AND generation_plant_scenario_id IN (21)); + +-- 3. Add variable capacity factors averaged by load zone 28 for WIND +INSERT INTO variable_capacity_factors +(SELECT generation_plant_id, timepoint_id, timestamp_utc, cap_factor, 1 +FROM generation_plant +JOIN generation_plant_scenario_member USING (generation_plant_id) +JOIN( +SELECT area_id, timepoint_id, timestamp_utc, avg(cap_factor) AS cap_factor, 1 +FROM temp_ampl__proposed_projects_v3 +JOIN temp_variable_capacity_factors_historical USING (project_id) +JOIN temp_load_scenario_historic_timepoints ON (hour=historic_hour) +JOIN raw_timepoint ON (timepoint_id = raw_timepoint_id) +WHERE area_id = 28 AND technology_id = 4 +GROUP BY 1,2,3 +ORDER BY 1,2 +) AS factors ON (area_id = load_zone_id) +WHERE gen_tech = 'Wind' +AND generation_plant_scenario_id IN (21)); + +-- 4. Add variable capacity factors averaged by load zone 8 for SOLAR +INSERT INTO variable_capacity_factors +(SELECT generation_plant_id, timepoint_id, timestamp_utc, cap_factor, 1 +FROM generation_plant +JOIN generation_plant_scenario_member USING (generation_plant_id) +JOIN( +SELECT area_id, timepoint_id, timestamp_utc, avg(cap_factor) AS cap_factor, 1 +FROM temp_ampl__proposed_projects_v3 +JOIN temp_variable_capacity_factors_historical USING (project_id) +JOIN temp_load_scenario_historic_timepoints ON (hour=historic_hour) +JOIN raw_timepoint ON (timepoint_id = raw_timepoint_id) +WHERE area_id = 8 AND technology_id IN (6,25,26) +GROUP BY 1,2,3 +ORDER BY 1,2 +) AS factors ON (area_id = load_zone_id) +WHERE gen_tech = 'PV' +AND generation_plant_scenario_id IN (21)); + +-- 5. Add variable capacity factors averaged by load zone 9 for SOLAR +INSERT INTO variable_capacity_factors +(SELECT generation_plant_id, timepoint_id, timestamp_utc, cap_factor, 1 +FROM generation_plant +JOIN generation_plant_scenario_member USING (generation_plant_id) +JOIN( +SELECT area_id, timepoint_id, timestamp_utc, avg(cap_factor) AS cap_factor, 1 +FROM temp_ampl__proposed_projects_v3 +JOIN temp_variable_capacity_factors_historical USING (project_id) +JOIN temp_load_scenario_historic_timepoints ON (hour=historic_hour) +JOIN raw_timepoint ON (timepoint_id = raw_timepoint_id) +WHERE area_id = 9 AND technology_id IN (6,25,26) +GROUP BY 1,2,3 +ORDER BY 1,2 +) AS factors ON (area_id = load_zone_id) +WHERE gen_tech = 'PV' +AND generation_plant_scenario_id IN (21)); + +-- 6. Add variable capacity factors averaged by load zone 28 for SOLAR +INSERT INTO variable_capacity_factors +(SELECT generation_plant_id, timepoint_id, timestamp_utc, cap_factor, 1 +FROM generation_plant +JOIN generation_plant_scenario_member USING (generation_plant_id) +JOIN( +SELECT area_id, timepoint_id, timestamp_utc, avg(cap_factor) AS cap_factor, 1 +FROM temp_ampl__proposed_projects_v3 +JOIN temp_variable_capacity_factors_historical USING (project_id) +JOIN temp_load_scenario_historic_timepoints ON (hour=historic_hour) +JOIN raw_timepoint ON (timepoint_id = raw_timepoint_id) +WHERE area_id = 28 AND technology_id IN (6,25,26) +GROUP BY 1,2,3 +ORDER BY 1,2 +) AS factors ON (area_id = load_zone_id) +WHERE gen_tech = 'PV' +AND generation_plant_scenario_id IN (21)); + +-- Update generation_plant table to include the total capacity_limit_mw for the Canadian and Mexican generation plant ids that were just added because they are missing from their original generation_plant rows. This is the sum of the capacity built across all years from the generation_plant_existing_and_planned table + +-- test on backup table first +-- CREATE TABLE switch.jsz_backup4_generation_plant (LIKE switch.generation_plant INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup4_generation_plant SELECT * FROM switch.generation_plant; + +-- WITH t AS +-- (SELECT a.generation_plant_id, a.name, a.gen_tech, a.load_zone_id, sum(b.capacity) as capacity_limit_mw +-- FROM jsz_backup4_generation_plant a +-- JOIN generation_plant_existing_and_planned b +-- ON a.generation_plant_id = b.generation_plant_id +-- WHERE generation_plant_existing_and_planned_scenario_id = 21 +-- AND a.load_zone_id IN (8, 9, 28) +-- group by a.generation_plant_id) + +-- UPDATE switch.jsz_backup4_generation_plant a +-- SET capacity_limit_mw = t.capacity_limit_mw +-- FROM t +-- WHERE a.generation_plant_id = t.generation_plant_id; + +-- Run on real generation_plant table +WITH t AS +(SELECT a.generation_plant_id, a.name, a.gen_tech, a.load_zone_id, sum(b.capacity) as capacity_limit_mw +FROM generation_plant a +JOIN generation_plant_existing_and_planned b +ON a.generation_plant_id = b.generation_plant_id +WHERE generation_plant_existing_and_planned_scenario_id = 21 +AND a.load_zone_id IN (8, 9, 28) +group by a.generation_plant_id) + +UPDATE switch.generation_plant a +SET capacity_limit_mw = t.capacity_limit_mw +FROM t +WHERE a.generation_plant_id = t.generation_plant_id; + +-- Set overnight cost and fixed O&M cost for the existing Canadian generators to 0 to be consistent with the EIA data for existing generators that have 0 overnight and fixed_O&M cost + +-- test on backup table first +-- CREATE TABLE switch.jsz_backup3_generation_plant_cost (LIKE switch.generation_plant_cost INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup3_generation_plant_cost SELECT * FROM switch.generation_plant_cost; + +-- WITH t AS +-- (SELECT a.generation_plant_id, a.name, a.load_zone_id +-- FROM generation_plant a +-- JOIN generation_plant_existing_and_planned b +-- ON a.generation_plant_id = b.generation_plant_id +-- JOIN jsz_backup3_generation_plant_cost c +-- ON b.generation_plant_id = c.generation_plant_id +-- WHERE generation_plant_existing_and_planned_scenario_id = 21 +-- AND generation_plant_cost_scenario_id = 23 +-- AND c.overnight_cost != 0) + +-- UPDATE switch.jsz_backup3_generation_plant_cost a +-- SET overnight_cost = 0, fixed_o_m = 0 +-- FROM t +-- WHERE a.generation_plant_id = t.generation_plant_id +-- AND a.generation_plant_cost_scenario_id = 23; + +-- Run on real generation_plant_cost table +WITH t AS +(SELECT a.generation_plant_id, a.name, a.load_zone_id +FROM generation_plant a +JOIN generation_plant_existing_and_planned b +ON a.generation_plant_id = b.generation_plant_id +JOIN generation_plant_cost c +ON b.generation_plant_id = c.generation_plant_id +WHERE generation_plant_existing_and_planned_scenario_id = 21 +AND generation_plant_cost_scenario_id = 23 +AND c.overnight_cost != 0) + +UPDATE switch.generation_plant_cost a +SET overnight_cost = 0, fixed_o_m = 0 +FROM t +WHERE a.generation_plant_id = t.generation_plant_id +AND a.generation_plant_cost_scenario_id = 23; \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/Queries_to_copy_hydro_avg_gen_2010_2070.sql b/switch_model/wecc/database/baseline_creation/Queries_to_copy_hydro_avg_gen_2010_2070.sql new file mode 100644 index 000000000..b7e52d716 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Queries_to_copy_hydro_avg_gen_2010_2070.sql @@ -0,0 +1,75 @@ +-- This query makes a new hydro_simple_scenario that is the average monthly generation from 2004 - 2018 by generation for all WECC hydropower generators, repeated for every year in the time horizon from 2010 to 2070 + +-- 1. create new hydro simple scenario id 23 in the hydro simple mapping table +--INSERT INTO switch.hydro_simple_scenario (hydro_simple_scenario_id, name, description) +--VALUES (23, 'Avg 2004 to 2018 monthly generation from EIA and AMPL Canada and Mex data repeated for each year', 'Monthly avg generation from 2004 to 2018 from EIA923 datasets, AMPL 2006 for Canada and Mexico repeated for 2010 through 2070, based on id 21'); + +-- 2. Then copy the hydro capacity factors time series of the average month generation from 2004 to 2018 from scenario 21 (2007) and repeat for each year 2010 to 2070 in the new scenario . + + +--INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) +--SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw +--FROM hydro_avg_monthly_gen_2004_2018 +--order by generation_plant_id, year, month; + +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2010 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2011 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2012 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2013 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2014 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2015 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2016 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2017 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2018 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2019 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2020 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2021 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2022 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2023 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2024 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2025 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2026 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2027 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2028 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2029 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2030 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2031 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2032 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2033 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2034 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2035 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2036 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2037 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2038 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2039 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2040 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2041 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2042 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2043 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2044 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2045 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2046 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2047 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2048 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2049 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2050 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2051 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2052 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2053 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2054 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2055 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2056 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2057 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2058 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2059 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2060 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2061 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2062 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2063 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2064 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2065 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2066 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2067 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2068 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2069 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 23 as hydro_simple_scenario_id, generation_plant_id, 2070 as year, month, hydro_min_flow_mw, hydro_avg_flow_mw FROM hydro_avg_monthly_gen_2004_2018 order by generation_plant_id, year, month; diff --git a/switch_model/wecc/database/baseline_creation/Queries_to_copy_hydro_median_year_2010_2070.sql b/switch_model/wecc/database/baseline_creation/Queries_to_copy_hydro_median_year_2010_2070.sql new file mode 100644 index 000000000..66691e90d --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Queries_to_copy_hydro_median_year_2010_2070.sql @@ -0,0 +1,71 @@ +-- This query makes a new hydro_simple_scenario that is the median year of all WECC hydropower generation, repeated for every year in the time horizon from 2010 to 2070 + +-- 1. create new hydro simple scenario id 22 in the hydro simple mapping table +--INSERT INTO switch.hydro_simple_scenario (hydro_simple_scenario_id, name, description) +--VALUES (22, 'Median year repeated of total annual WECC hydropower generation from EIA923 datasets 2004 until 2018, --AMPL 2006 for Canada and Mexico', 'Median year (2007) repeated for 2010 through 2070, based on id 21 of EIA 2004 to --2018 data plus AMPL 2006 Basecase Canada and Mex hydro cf repeated for 2004 to 2018'); + +-- 2. Then copy the hydro capacity factors time series of the median year from scenario 21 (2007) and repeat for each year 2010 to 2070 in the new scenario . +-- the median year (2007) is the year ranked 8 out of 15 total years of historical data (2004 to 2018) + +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2010 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2011 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2012 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2013 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2014 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2015 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2016 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2017 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2018 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2019 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2020 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2021 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2022 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2023 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2024 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2025 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2026 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2027 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2028 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2029 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2030 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2031 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2032 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2033 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2034 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2035 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2036 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2037 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2038 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2039 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2040 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2041 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2042 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2043 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2044 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2045 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2046 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2047 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2048 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2049 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2050 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2051 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2052 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2053 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2054 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2055 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2056 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2057 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2058 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2059 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2060 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2061 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2062 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2063 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2064 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2065 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2066 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2067 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2068 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2069 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) SELECT 22 as hydro_simple_scenario_id, a.generation_plant_id, 2070 as year, a.month, a.hydro_min_flow_mw, a.hydro_avg_flow_mw FROM switch.hydro_historical_monthly_capacity_factors a JOIN hydro_year_classification b ON a.year = b.year WHERE a.hydro_simple_scenario_id = 21 AND year_rank = 8; + diff --git a/switch_model/wecc/database/baseline_creation/Query_to_add_Canada_Mex_gen.sql b/switch_model/wecc/database/baseline_creation/Query_to_add_Canada_Mex_gen.sql new file mode 100644 index 000000000..75f62353a --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Query_to_add_Canada_Mex_gen.sql @@ -0,0 +1,102 @@ +-- This script is the first of 2 sql scripts that create a new set of scenarios 21 which is a combination of the set of existing and planned generators from the EIA 2020 update (non-aggregated), scenario 19 and the existing generators from AMPL for Canada and Mexico + +-- 5 tables to adjust with these new generation_plant_ids: +--generation_plant_cost +--generation_plant_scenario_member +--generation_plant_existing_and_planned +--hydro_historical_monthly_capacity_factors +--variable_capacity_factors + +-- 1. Generation Plant table: make a copy of the original AMPL generators in Canada and Mexico, and make the connect_cost_mw 0 + +INSERT INTO switch.generation_plant (name, gen_tech, load_zone_id, connect_cost_per_mw, capacity_limit_mw, variable_o_m, forced_outage_rate, +scheduled_outage_rate, full_load_heat_rate, hydro_efficiency, max_age, min_build_capacity, is_variable, is_baseload, is_cogen, energy_source, unit_size, +storage_efficiency, store_to_release_ratio, min_load_fraction, startup_fuel, startup_om, ccs_capture_efficiency, ccs_energy_load, eia_plant_code, +latitude, longitude, county, state, geom, substation_connection_geom, geom_area) +( +SELECT name, gen_tech, load_zone_id, 0 AS connect_cost_per_mw, capacity_limit_mw, variable_o_m, forced_outage_rate, +scheduled_outage_rate, full_load_heat_rate, hydro_efficiency, max_age, min_build_capacity, is_variable, is_baseload, is_cogen, energy_source, unit_size, +storage_efficiency, store_to_release_ratio, min_load_fraction, startup_fuel, startup_om, ccs_capture_efficiency, ccs_energy_load, eia_plant_code, +latitude, longitude, county, state, geom, substation_connection_geom, geom_area +FROM generation_plant a +JOIN generation_plant_existing_and_planned b +ON a.generation_plant_id = b.generation_plant_id +WHERE generation_plant_existing_and_planned_scenario_id = 1 +AND load_zone_id IN (8, 9, 28) +) + +-- Generation plant cost scenario + +-- Scenario mapping table (generation_plant_cost_scenario, generation_plant_cost_scenario_id) +-- 2. Add a new generation_plant_cost_scenario row and id into the generation_plant_cost_scenario table + +INSERT INTO switch.generation_plant_cost_scenario (generation_plant_cost_scenario_id, name, description) +VALUES (21, 'EIA-WECC Existing and Proposed 2018, AMPL Basecase for Canada and Mexico', 'same as id 19, EIA 2018 data plus AMPL Basecase Canada and Mex existing gen') + +-- Data table (generation_plant_cost, generation_plant_cost_scenario_id) +-- 2. Then copy the generation_plant_cost time series for scenario 19: + +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) +SELECT 21 AS generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh +FROM switch.generation_plant_cost +WHERE generation_plant_cost_scenario_id = 19 + +-- 3. Add into new generation_plant_cost time series 21, the generation_plant_cost time series from scenario 1, for the AMPL existing generation plant ids for Canada and Mexico +-- The overnight costs are nonzero, unlike for the EIA data... + +-- Generation plant scenario + +-- Scenario mapping table (generation_plant_scenario_member, generation_plant_scenario_id) +-- 1. Add a new generation_plant_scenario and id into generation_plant_scenario_member scenario mapping table: + +INSERT INTO switch.generation_plant_scenario (generation_plant_scenario_id, name, description) +VALUES (21, 'EIA-WECC Existing and Proposed 2018, AMPL Basecase for Canada and Mexico', 'same as id 19, EIA 2018 data plus AMPL Basecase Canada and Mex existing gen') + +-- Data table (generation_plant_scenario, generation_plant_scenario_id) +-- 2. Then copy the generation_plant_scenario time series for scenario 19 into Data table: + +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) +SELECT 21 as generation_plant_scenario_id, generation_plant_id +FROM switch.generation_plant_scenario_member +WHERE generation_plant_scenario_id = 19 + +-- 3. Add into new generation_plant_scenario time series 21, the generation_plant_scenario time series from scenario 1, for the AMPL existing generation plant ids for Canada and Mexico + +-- Existing and planned generation plant scenario + +-- Scenario mapping tables (generation_plant_existing_and_planned_scenario,generation_plant_existing_and_planned_scenario_id) +-- 1. Add a new generation_plant_existing_and_planned_scenario and id into generation_plant_existing_and_planned_scenario mapping table: +INSERT INTO switch.generation_plant_existing_and_planned_scenario (generation_plant_existing_and_planned_scenario_id, name, description) +VALUES (21, 'EIA-WECC Existing and Proposed 2018, AMPL Basecase for Canada and Mexico', 'same as id 19, EIA 2018 data plus AMPL Basecase Canada and Mex existing gen') + + +-- Data table (generation_plant_existing_and_planned, generation_plant_existing_and_planned_scenario_id) +-- 2. Then copy the generation_plant_existing_and_planned time series for scenario 19 into Data table: +INSERT INTO switch.generation_plant_existing_and_planned (generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity) +SELECT 21 as generation_plant_existing_and_planned_scenario_id, generation_plant_id, build_year, capacity +FROM switch.generation_plant_existing_and_planned +WHERE generation_plant_existing_and_planned_scenario_id = 19 + +-- 3. Add into new generation_plant_scenario time series 21, the generation_plant_scenario time series from scenario 1, for the AMPL existing generation plant ids for Canada and Mexico + +-- Hydro capacity factors + +-- Scenario mapping tables: +-- hydro_simple_scenario, hydro_simple_scenario_id +-- 1. create new hydro simple scenario id 21 in the hydro simple mapping table +INSERT INTO switch.hydro_simple_scenario (hydro_simple_scenario_id, name, description) +VALUES (21, 'EIA923 datasets 2004 until 2018, AMPL 2006 Basecase for Canada and Mexico repeated for 2004 to 2018', 'same as id 19, EIA 2004 to 2018 data plus AMPL 2006 Basecase Canada and Mex hydro cf repeated for 2004 to 2018') + +-- data table: +-- hydro_historical_monthly_capacity_factors, hydro_simple_scenario_id +-- 2. Then copy the hydro capacity factors time series for scenario 19 into Data table +INSERT INTO switch.hydro_historical_monthly_capacity_factors (hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw) +SELECT 21 as hydro_simple_scenario_id, generation_plant_id, year, month, hydro_min_flow_mw, hydro_avg_flow_mw +FROM switch.hydro_historical_monthly_capacity_factors +WHERE hydro_simple_scenario_id = 19 + +-- 3. Add into new hydro simple scenario time series 21, the hydro capacity factors time series from scenario 1, for the AMPL existing generation plant ids for Canada and Mexico. Since the AMPL data is only available for 2006, the 2006 data is repeated for 2004 to 2018 + +CREATE TABLE switch.jsz_backup4_generation_plant (LIKE switch.generation_plant INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup4_generation_plant SELECT * FROM switch.generation_plant; + +-- now run the 'Queries_to_copy_AMPL_Canada_Mex_attributes_to_new_gen_sql to copy the attributes of the original Canada and Mexico generation plants to the new ids for the same plant diff --git a/switch_model/wecc/database/baseline_creation/README.md b/switch_model/wecc/database/baseline_creation/README.md new file mode 100644 index 000000000..f6260161d --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/README.md @@ -0,0 +1,92 @@ +# wecc_2020inputs_update +Queries used to update inputs in 2020 for the WECC. + +Overall steps to create baseline scenario: + +1. Run scrape.py to scrape updated EIA data from EIA 860 and 923 forms + +2. Run database_interface.py to clean scraped data and copy into database tables as scenario 19, and scenario 20 (aggregated generators by load zone) + +3. Run the variable_capacity_factors function of database_interface.py as a set of sql queries run in a screen session (because this takes so long). This copies the variable capacity factors for the existing EIA generators into the variable_capacity_factors db table. + +4. Run Query_to_add_Canada_Mexico_gen.sql to create a new set of scenarios 21 which is a combination of the set of existing and planned generators from the EIA 2020 update (non-aggregated) scenario 19 and the existing generators from AMPL for Canada and Mexico (from scenario 1) + +5. Run Query_to_copy_AMPL_Canada_Mex_attributes_to_new_gen_plant.sql to: + +- copy the attributes from the old AMPL generation_plant_ids to a new set of generation_plant_ids for the new SWITCH baseline, for Canada and Mexico existing plants. Before running this script, create an Excel file that maps the new generation_plant_ids to the old generation_plant_ids that were copied. + +- Add in the capacity_mw values by generation_plant_id into the generation_plant table for the Canadian and Mexican existing generators that were added to the scenario, by summing the capacity across build_year for each generation_plant_id + +- Make the overnight cost and variable O&m cost for existing generators = 0 (the ones added in from Canada and Mexico) to be consistent with the costs of existing generators added from EIA + +6. Run Queries_to_copy_hydro_median_year_2010_2070.sql to copy the median year of hydropower capacity factors for each year of the simulation 2010 to 2070. +Do this by copying the sql file to db2 with rsync and then running the sql query from db2 as above. + +7. Run Add_proposed_generation_to_existing_gen.sql to create a new set of scenarios 22 which includes +the existing and proposed generation from EIA and AMPL for Canada and Mexico (21) and adds candidate generators from prior scenario data (proposed non-wind plants and proposed wind plants from scenario 14). + +8. Make a new backup table of generation_plant to preserve the new AMPL and EIA generation plants + +9. Run Standardize_gen_tech_names_between_EIA_and_AMPL_generators.sql to update the gen_tech of the EIA existing generators to match the gen_tech labels of the candidate generators (AMPL naming conventions) +- This runs the update statements to update the gen_tech for the generation_plant_ids that are in scenario 22 +- This adds 2 columns to the generation_plant_technologies table to document the mapping from gen_tech to gen_tech_AMPL and energy_source_AMPL + +Cost updates: + +10. Run the Update_costs_for_baseline.sql script, which for all generators (in generation_plant scenario 22), updates the connect_cost_per_mw and variable_o_m from $2016 to $2018 dollars with CPI multiplier (x1.05). Some of the variable o_m costs will be updated based on the gen_tech, but this makes sure that the technologies that are not updated are in the correct $2018. + +11. Make generation_plant_cost_scenario 23 a copy of the generation_plant_cost scenario 22 and update these overnight and fixed_o_m costs from $2016 to $2018 dollars with CPI multiplier: +https://www.bls.gov/data/inflation_calculator.htm +- Multiply $2016 costs by 1.05 + +12. Create a new table baseline_2020_generation_plant_cost_update with the overnight costs and fixed_o_m by gen_tech and build_year for the technologies being updated: Battery_Storage, Wind, Central_PV, Commercial_PV, Residential_PV, CSP_Trough_6h_Storage, CCGT, Gas_Combustion_Turbine,Geothermal +- For the candidate generators only in scenario 23 (not in existing_and_planned scenario 22), join the generator_plant_ids that have matching gen_tech and build_year with the new overnight and fixed_o_m costs in baseline_2020_generation_plant_cost_update. +- Do this update for all generators named 'Proposed' with matching gen_tech +- Do this update for all named Wind candidate generators (gen_tech = wind but not in existing and planned scenarios, and not named 'proposed') + +13. Update variable o_m costs by gen_tech for both existing and candidate generators. +- Create a new variable_o_m_costs table with average variable_o_m costs by energy source and gen_tech from the prior CEC generator_plant scenario 14 as scenario 1 in $2016, and as scenario 2 in $2018 dollars +- Make a copy of scenario 2 as scenario 3, update the gen_tech names with the standardized set of names, and replace the variable_o_m costs from NREL ATB data in $2018 with the technologies being updated: Battery_Storage, Wind, Central_PV, Commercial_PV, Residential_PV, CSP_Trough_6h_Storage, CCGT, Gas_Combustion_Turbine,Geothermal +- Update the get_inputs.py script to query from the new variable_o_m_costs table instead of generation_plant to get the variable_o_m costs. + +14. Copy the prior fuel costs scenario and update the costs from $2016 to $2018 dollars with CPI multiplier +- Update fuel_supply_curves: +Copy previous supply_curves_scenario_id 1 to supply_curves_scenario_id 2 +In new supply_curves_scenario_id 2, multiply unit_cost column * 1.05 to $2018 dollars +- Update fuel_simple_prices_yearly: +Copy previous fuel_simple_scenario_id 3 to supply_curves_scenario_id 4 +In new supply_curves_scenario_id 4, multiply fuel_price column * 1.05 to $2018 dollars + +15. Copy the variable capacity factors from variable_capacity_factors_historical into variable_capacity_factors_existing_and_candidate table +- Make a copy of the variable_capacity_factors table as variable_capacity_factors_existing_and_candidate +- Run query to insert into variable_capacity_factors_existing_and_candidate the data from the variable_capacity_factors_historical table for candidate generators in scenario 22 +- Update the get_inputs.py script to query the new variable_capacity_factors_existing_and_candidate table instead of variable_capacity_factors_historical + +16. Update the transmission costs in get_inputs.py from $2016 to $2018 dollars with CPI multiplier +- Updated the transmission costs to $1208 per MW per km from the previous $1150 which was in $2016 (multiplied by 1.05 CPI multiplier) + +17. Update both the discount and interest rate to 5%, and the base_financial_year to 2018 in get_inputs.py + +18. Double check the carbon cap scenario to use: +- Going to use the previous carbon_cap_scenario 90, where the WECC and CA have an 80% reduction by 2050 + +19. Run the make_new_rps_scenario.sql script to update the RPS scenario 1 to use 60% RPS in CA load zones by 2030 and beyond as a new scenario 6 to be consistent with SB 100: 44% by 2024, 47% by 2025, 50% by 2026, 52% by 2027, 55% for 2028, 27% by 2029, 60% by 2030 +- Text of the SB100 bill is here: https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB100 + +20. Run the Make_new_baseline_scenario_id.sql script to create new scenario 171 (copy of scenario 147 but with updated components to match new scenario ids): +Gen_cost_scenario: 23 +Gen_plant_scenario: 22 +Gen_plant_existing_and_planned: 21 +Hydro_simple: 22 +Carbon_cap_scenario: 90 (same as before) +Rps_scenario: 6 +Fuel_cost_scenario: 4 +Supply_curve_scenario: 2 +Run get_inputs.py with s=171 + +FUTURE REFINEMENT TO-DOs: + +Will test a CA carbon cap of 100% reduction by 2045 in the future + +Add fixed_o_m costs for all existing generators that should have had them (from EIA and AMPL data for Canada and Mexico) + diff --git a/switch_model/wecc/database/baseline_creation/Remaining_gen_plant_data_cleaning_steps.sql b/switch_model/wecc/database/baseline_creation/Remaining_gen_plant_data_cleaning_steps.sql new file mode 100644 index 000000000..00b88f8ff --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Remaining_gen_plant_data_cleaning_steps.sql @@ -0,0 +1,115 @@ +-- This script has a few final data cleaning queries to make sure the input data is in the format SWITCH wants and that the input data is properly loaded + + +-- change the full load heat rate to NULL for all Solar, Geothermal, and waste_heat, even if they have a ST as their gen_tech (59 rows should be updated) +with t as(select a.generation_plant_id, gen_tech, energy_source, full_load_heat_rate +from generation_plant as a +join generation_plant_scenario_member as b +on a.generation_plant_id = b.generation_plant_id +where generation_plant_scenario_id = 22 +and energy_source IN ('Solar','Geothermal', 'Waste_Heat') +and a.full_load_heat_rate IS NOT NULL +) + +update generation_plant c +set full_load_heat_rate = NULL +from t +where c.generation_plant_id = t.generation_plant_id + + +-- set all hydropower (water energy source) to be FALSE for the 'is variable' column (should be 590 rows) +with t as( +select a.generation_plant_id, gen_tech, energy_source, is_variable, name +from generation_plant as a +join generation_plant_scenario_member as b +on a.generation_plant_id = b.generation_plant_id +where generation_plant_scenario_id = 22 +and energy_source IN ('Water') +and is_variable = TRUE +) + +update generation_plant c +set is_variable = FALSE +from t +where c.generation_plant_id = t.generation_plant_id + +-- the heat rate for a plant in CA_SCE_S to 10.8325567423 where the gen_tech is 'OT' and energy source is 'Gas', because that is the heat rate calculated for the same plant in the prior input data + +with t as( +select a.generation_plant_id, load_zone_id, gen_tech, energy_source, full_load_heat_rate +from generation_plant as a +join generation_plant_scenario_member as b +on a.generation_plant_id = b.generation_plant_id +where generation_plant_scenario_id = 22 +and energy_source IN ('Gas') +and gen_tech = 'OT' +and load_zone_id = 17 +) + +update generation_plant c +set full_load_heat_rate = 10.8325567423 +from t +where c.generation_plant_id = t.generation_plant_id + + +-- for the existing battery storage, make sure the storage_energy_cost is 0 (already ran this) + +WITH t AS +(SELECT gp.generation_plant_id, gp.gen_tech, gp.energy_source, gc.storage_energy_capacity_cost_per_mwh +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +JOIN generation_plant_cost gc +on gc.generation_plant_id = gp.generation_plant_id +WHERE gp.gen_tech = 'Battery_Storage' +AND gp.energy_source = 'Electricity' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant_cost a +SET storage_energy_capacity_cost_per_mwh = 0 +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + + +---testing var cap factors: + +-- select * from +-- variable_capacity_factors_exist_and_candidate_gen +-- where generation_plant_id = 1100568 +-- and raw_timepoint_id IN (354917, 354038) + +-- select * from +-- variable_capacity_factors_historical +-- where generation_plant_id = 1100568 +-- and capacity_factor < 0 + + +-- select distinct(a.generation_plant_id), b.gen_tech, b.energy_source, b.name, c.generation_plant_scenario_id +-- from variable_capacity_factors_historical a +-- join generation_plan b +-- on a.generation_plant_id = b.generation_plant_id +-- join generation_plant_scenario_member +-- on a.generation_plant_id = c.generation_plant_id +-- where capacity_factor < 0 + +-- checking if cap factors are extending beyond generator retirement or max age +SELECT a.generation_plant_id, t.raw_timepoint_id, v.timestamp_utc, v.capacity_factor, max(c.build_year) AS max_build_year, a.max_age, sum(max_build_year, a.max_age) AS retire_year +FROM generation_plant AS a +JOIN variable_capacity_factors AS v ON (a.generation_plant_id = v.generation_plant_id) +JOIN generation_plant_existing_and_planned AS c ON (c.generation_plant_id = a.generation_plant_id) +JOIN generation_plant_scenario_member as gpsm ON (gpsm.generation_plant_id = a.generatin_plant_id) +JOIN sampled_timepoint AS t ON(t.raw_timepoint_id = v.raw_timepoint_id) +WHERE extract(YEAR FROM b.timestamp_utc) > retire_year +AND generation_plant_existing_and_planned_scenario_id = 21 +AND generation_plant_scenario_id = 22 +GROUP BY generation_plant_id + +-- adjusting hydro time series query +select generation_plant_id, +from hydro_historical_monthly_capacity_factors +join sampled_timeseries on(month = date_part('month', first_timepoint_utc) and year = date_part('year', first_timepoint_utc)) +join generation_plant using (generation_plant_id) +join generation_plant_scenario_member using(generation_plant_id) +where generation_plant_scenario_id = 22 +and hydro_simple_scenario_id=22 +and time_sample_id = 2; diff --git a/switch_model/wecc/database/baseline_creation/Remove_CAES_generators_and_costs.sql b/switch_model/wecc/database/baseline_creation/Remove_CAES_generators_and_costs.sql new file mode 100644 index 000000000..962eee927 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Remove_CAES_generators_and_costs.sql @@ -0,0 +1,37 @@ +--- This script makes a new scenario that does not include CAES (Compressed Air Energy Storage) as proposed generators + +-- 1. Make new generation_plant scenario based on copy of scenario 22 + +INSERT INTO switch.generation_plant_scenario (generation_plant_scenario_id, name, description) + +SELECT 23 AS generation_plant_scenario_id, 'EIA-WECC Existing and Proposed 2018, AMPL Basecase for Canada and Mex, AMPL proposed non-wind plants (only best of solar), Env Screen Wind Cat 3, No CAES' as name, 'same as id 22, but no Compressed Air Energy Storage gen_tech among candidate generators' as description +FROM switch.generation_plant_scenario +WHERE b.generation_plant_scenario_id = 22 + +-- 2. Make a copy of generation_plant_scenario 22 as scenario 23, without Compressed Air Energy Storage +INSERT INTO switch.generation_plant_scenario_member (generation_plant_scenario_id, generation_plant_id) + +SELECT 23 as generation_plant_scenario_id, a.generation_plant_id +FROM generation_plant_scenario_member a +JOIN generation_plant b +ON a.generation_plant_id = b.generation_plant_id +WHERE a.generation_plant_scenario_id = 22 +AND b.gen_tech != 'Compressed_Air_Energy_Storage' + +-- 3. Make new generation_plant_cost_scenario based on copy of scenario 23 +INSERT INTO switch.generation_plant_cost_scenario (generation_plant_cost_scenario_id, name, description) + +SELECT 24 AS generation_plant_cost_scenario_id, 'SWITCH 2020 Baseline costs without CAES' as name, 'same costs as id 23 (updated costs for solar, wind, battery, geothermal, csp, ccgt, gt from NREL ATB 2019) but no Compressed Air Energy Storage' as description +FROM switch.generation_plant_cost_scenario +WHERE generation_plant_cost_scenario_id = 23 + +-- 4. Make a copy of generation_plant_scenario 22 as scenario 23, without Compressed Air Energy Storage +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) + +SELECT 24 AS generation_plant_cost_scenario_id, a.generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh +FROM switch.generation_plant_cost a +JOIN switch.generation_plant b +ON a.generation_plant_id = b.generation_plant_id +WHERE a.generation_plant_cost_scenario_id = 23 +AND b.gen_tech != 'Compressed_Air_Energy_Storage' + diff --git a/switch_model/wecc/database/baseline_creation/Standardize_gen_tech_names_between_EIA_and_AMPL_generators.sql b/switch_model/wecc/database/baseline_creation/Standardize_gen_tech_names_between_EIA_and_AMPL_generators.sql new file mode 100644 index 000000000..c3e643afe --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Standardize_gen_tech_names_between_EIA_and_AMPL_generators.sql @@ -0,0 +1,368 @@ +-- These queries update the gen_tech labels in the generation plant table of the existing generators that were added from EIA data in 2020. This is designed to standardize the names of gen_tech bewteen the existing and candidate generation plants, and between EIA and AMPL data. + +-- At the end a column is added to the generation_plant_technologies table that maps these AMPL gen_tech names to the gen_tech from EIA that is listed there + +--'CC','Bio_Gas':'Bio_Gas','Bio_Gas', +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'CC' +AND gp.energy_source = 'Bio_Gas' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Bio_Gas' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'GT','Bio_Gas':'Bio_Gas','Bio_Gas', +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'GT' +AND gp.energy_source = 'Bio_Gas' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Bio_Gas' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'IC','Bio_Gas':'Bio_Gas_Internal_Combustion_Engine','Bio_Gas' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'IC' +AND gp.energy_source = 'Bio_Gas' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Bio_Gas_Internal_Combustion_Engine' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'ST','Bio_Gas':'Bio_Gas_Steam_Turbine','Bio_Gas' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'ST' +AND gp.energy_source = 'Bio_Gas' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Bio_Gas_Steam_Turbine' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'ST','Bio_Solid':'Bio_Solid_Steam_Turbine','Bio_Solid' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'ST' +AND gp.energy_source = 'Bio_Solid' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Bio_Solid_Steam_Turbine' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'ST','Coal':'Coal_Steam_Turbine','Coal' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'ST' +AND gp.energy_source = 'Coal' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Coal_Steam_Turbine' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'GT','DistillateFuelOil':'DistillateFuelOil_Combustion_Turbine','DistillateFuelOil' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'GT' +AND gp.energy_source = 'DistillateFuelOil' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'DistillateFuelOil_Combustion_Turbine' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'IC','DistillateFuelOil':'DistillateFuelOil_Internal_Combustion_Engine','DistillateFuelOil' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'IC' +AND gp.energy_source = 'DistillateFuelOil' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'DistillateFuelOil_Internal_Combustion_Engine' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'Battery_Storage','Electricity':'Battery_Storage','Electricity' +-- already matching, don't need to replace gen_tech + +-- WITH t AS +-- (SELECT gp.generation_plant_id +-- FROM generation_plant gp +-- JOIN generation_plant_existing_and_planned gep +-- ON gp.generation_plant_id = gep.generation_plant_id +-- WHERE gp.gen_tech = 'Battery_Storage' +-- AND gp.energy_source = 'Electricity' +-- AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +-- UPDATE switch.generation_plant a +-- SET gen_tech = 'Battery_Storage' +-- FROM t +-- WHERE a.generation_plant_id = t.generation_plant_id + +--'CC','Gas':'CCGT','Gas' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'CC' +AND gp.energy_source = 'Gas' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'CCGT' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'GT','Gas':'Gas_Combustion_Turbine','Gas' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'GT' +AND gp.energy_source = 'Gas' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Gas_Combustion_Turbine' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'IC','Gas':'Gas_Internal_Combustion_Engine','Gas', +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'IC' +AND gp.energy_source = 'Gas' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Gas_Internal_Combustion_Engine' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'ST','Gas':'Gas_Steam_Turbine','Gas' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'ST' +AND gp.energy_source = 'Gas' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Gas_Steam_Turbine' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'BT','Geothermal':'Geothermal','Geothermal' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'BT' +AND gp.energy_source = 'Geothermal' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Geothermal' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'ST','Geothermal':'Geothermal','Geothermal' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'ST' +AND gp.energy_source = 'Geothermal' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Geothermal' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'CP','Solar':'CSP_Trough_No_Storage','Solar' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'CP' +AND gp.energy_source = 'Solar' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'CSP_Trough_No_Storage' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'PV','Solar':'Central_PV','Solar' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'PV' +AND gp.energy_source = 'Solar' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Central_PV' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'ST','Uranium':'Nuclear','Uranium' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'ST' +AND gp.energy_source = 'Uranium' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Nuclear' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'HY','Water':'Hydro_NonPumped','Water' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'HY' +AND gp.energy_source = 'Water' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Hydro_NonPumped' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'PS','Water':'Hydro_Pumped','Water' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'PS' +AND gp.energy_source = 'Water' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Hydro_Pumped' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--'WT','Wind':'Wind','Wind' +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_existing_and_planned gep +ON gp.generation_plant_id = gep.generation_plant_id +WHERE gp.gen_tech = 'WT' +AND gp.energy_source = 'Wind' +AND gep.generation_plant_existing_and_planned_scenario_id = 21) + +UPDATE switch.generation_plant a +SET gen_tech = 'Wind' +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +-- Adding column into generation_plant_technologies table that documents the mapping +ALTER TABLE generation_plant_technologies +ADD COLUMN gen_tech_AMPL VARCHAR, +ADD COLUMN energy_source_AMPL VARCHAR; + +-- Adding mapping for each gen_tech, energy_source pair from EIA to AMPL names +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='CC' AND gp.energy_source = 'Bio_Gas') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Bio_Gas', energy_source_AMPL = 'Bio_Gas' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='GT' AND gp.energy_source = 'Bio_Gas') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Bio_Gas', energy_source_AMPL = 'Bio_Gas' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='IC' AND gp.energy_source = 'Bio_Gas') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Bio_Gas_Internal_Combustion_Engine', energy_source_AMPL = 'Bio_Gas' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='ST' AND gp.energy_source = 'Bio_Gas') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Bio_Gas_Steam_Turbine', energy_source_AMPL = 'Bio_Gas' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='ST' AND gp.energy_source = 'Bio_Solid') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Bio_Solid_Steam_Turbine', energy_source_AMPL = 'Bio_Solid' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='ST' AND gp.energy_source = 'Coal') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Coal_Steam_Turbine', energy_source_AMPL = 'Coal' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='GT' AND gp.energy_source = 'DistillateFuelOil') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'DistillateFuelOil_Combustion_Turbine', energy_source_AMPL = 'DistillateFuelOil' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='IC' AND gp.energy_source = 'DistillateFuelOil') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'DistillateFuelOil_Internal_Combustion_Engine', energy_source_AMPL = 'DistillateFuelOil' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='Battery_Storage' AND gp.energy_source = 'Electricity') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Battery_Storage', energy_source_AMPL = 'Electricity' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='CC' AND gp.energy_source = 'Gas') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'CCGT', energy_source_AMPL = 'Gas' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='GT' AND gp.energy_source = 'Gas') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Gas_Combustion_Turbine', energy_source_AMPL = 'Gas' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='IC' AND gp.energy_source = 'Gas') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Gas_Internal_Combustion_Engine', energy_source_AMPL = 'Gas' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='ST' AND gp.energy_source = 'Gas') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Gas_Steam_Turbine', energy_source_AMPL = 'Gas' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='BT' AND gp.energy_source = 'Geothermal') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Geothermal', energy_source_AMPL = 'Geothermal' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='ST' AND gp.energy_source = 'Geothermal') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Geothermal', energy_source_AMPL = 'Geothermal' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='CP' AND gp.energy_source = 'Solar') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'CSP_Trough_No_Storage', energy_source_AMPL = 'Solar' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='PV' AND gp.energy_source = 'Solar') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Central_PV', energy_source_AMPL = 'Solar' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='ST' AND gp.energy_source = 'Uranium') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Nuclear', energy_source_AMPL = 'Uranium' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='HY' AND gp.energy_source = 'Water') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Hydro_NonPumped', energy_source_AMPL = 'Water' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='PS' AND gp.energy_source = 'Water') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Hydro_Pumped', energy_source_AMPL = 'Water' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; + +WITH t AS (SELECT gp.gen_tech, gp.energy_source FROM generation_plant_technologies gp WHERE gp.gen_tech ='WT' AND gp.energy_source = 'Wind') UPDATE switch.generation_plant_technologies a SET gen_tech_AMPL = 'Wind', energy_source_AMPL = 'Wind' FROM t WHERE a.gen_tech = t.gen_tech and a.energy_source = t.energy_source; diff --git a/switch_model/wecc/database/baseline_creation/Table_for_WECC_avg_hydropower_2004_2018.sql b/switch_model/wecc/database/baseline_creation/Table_for_WECC_avg_hydropower_2004_2018.sql new file mode 100644 index 000000000..6ecc8338e --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Table_for_WECC_avg_hydropower_2004_2018.sql @@ -0,0 +1,21 @@ +-- This query creates a table to document the year classification of total WECC hydropower annual generation + +CREATE TABLE switch.hydro_avg_monthly_gen_2004_2018 ( +generation_plant_id int, +month int, +hydro_min_flow_mw double precision, +hydro_avg_flow_mw double precision, +notes VARCHAR, +primary key (generation_plant_id, month) +); + +-- This query sums all the hydropower generation across the WECC for each year of data in the baseline set of existing generators (scenario 21). Then it ranks the total WECC hydropower generation in descending order from highest year (1) to lowest year (15) + +INSERT INTO switch.hydro_avg_monthly_gen_2004_2018 +SELECT generation_plant_id, month, AVG(hydro_min_flow_mw) AS hydro_min_flow_mw, AVG(hydro_avg_flow_mw) AS hydro_avg_flow_mw +FROM hydro_historical_monthly_capacity_factors +WHERE hydro_simple_scenario_id = 21 +GROUP BY generation_plant_id, month + +UPDATE switch.hydro_avg_monthly_gen_2004_2018 +SET notes = 'Monthly avg gen from EIA 2004 to 2018, for ids in hydro_simple_scenario 21' \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/Table_for_WECC_hydropower_years.sql b/switch_model/wecc/database/baseline_creation/Table_for_WECC_hydropower_years.sql new file mode 100644 index 000000000..00428620c --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Table_for_WECC_hydropower_years.sql @@ -0,0 +1,22 @@ +-- This query creates a table to document the year classification of total WECC hydropower annual generation + +CREATE TABLE switch.hydro_year_classification ( +hydro_simple_scenario_id int, +year int, +total_WECC_hydro_gen_GWh double precision, +year_rank int, +primary key (hydro_simple_scenario_id, year) +); + +-- This query sums all the hydropower generation across the WECC for each year of data in the baseline set of existing generators (scenario 21). Then it ranks the total WECC hydropower generation in descending order from highest year (1) to lowest year (15) + +INSERT INTO switch.hydro_year_classification +SELECT 21 AS hydro_simple_scenario_id, year, SUM(hydro_avg_flow_mw * 24 * 30 )/1000 AS total_WECC_hydro_gen_GWh, + RANK () + OVER ( + ORDER BY SUM(hydro_avg_flow_mw * 24 * 30 )/1000 DESC + ) year_rank +FROM hydro_historical_monthly_capacity_factors +WHERE hydro_simple_scenario_id = 21 +GROUP BY year + diff --git a/switch_model/wecc/database/baseline_creation/Update variable_capacity_factors with candidate generators.sql b/switch_model/wecc/database/baseline_creation/Update variable_capacity_factors with candidate generators.sql new file mode 100644 index 000000000..58f621ee9 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Update variable_capacity_factors with candidate generators.sql @@ -0,0 +1,22 @@ +-- These queries select the variable capacity factors from 2006 for the candidate generators in scenario 23 from the variable_capacity_factors_historical table, and adds them to the variable_capacity_factors table repeated for 2011 to 2050 (the time horizon for the existing generators capacity factors in the table) + +-- make a copy of the variable_capacity_factors table +CREATE TABLE switch.variable_capacity_factors_exist_and_candidate_gen (LIKE switch.variable_capacity_factors INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.variable_capacity_factors_exist_and_candidate_gen SELECT * FROM switch.variable_capacity_factors; + + +-- run query to copy data from variable_capacity_factors_historical table for candidate generators into new table + + +INSERT INTO switch.variable_capacity_factors_exist_and_candidate_gen (generation_plant_id, raw_timepoint_id, timestamp_utc, capacity_factor, is_new_cap_factor) + +SELECT gps.generation_plant_id, rt.raw_timepoint_id, rt.timestamp_utc, v.capacity_factor, 0 as is_new_cap_factor +FROM variable_capacity_factors_historical v +JOIN projection_to_future_timepoint as pt ON(v.raw_timepoint_id = pt.historical_timepoint_id) +JOIN raw_timepoint as rt ON(rt.raw_timepoint_id = pt.future_timepoint_id) +JOIN generation_plant_scenario_member as gps USING(generation_plant_id) +LEFT JOIN generation_plant_existing_and_planned gep +ON gps.generation_plant_id = gep.generation_plant_id +WHERE gep.generation_plant_id IS NULL +AND gps.generation_plant_scenario_id = 22; + + diff --git a/switch_model/wecc/database/baseline_creation/Update_costs_for_baseline.sql b/switch_model/wecc/database/baseline_creation/Update_costs_for_baseline.sql new file mode 100644 index 000000000..7e224afc6 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/Update_costs_for_baseline.sql @@ -0,0 +1,485 @@ +--- This script imports new cost data for overnight, fixed O&M, variable O&M and adds them to the appropriate existing and proposed generators in the new baseline with EIA 2018 vintage existing generators, AMPL Canada and Mex existing generators, and AMPL candidate generators. + +-- For some established technologies, overnight costs are not updated. Prior data is copied and adjusted from $2016 to $2018 based on the CPI inflation multiplier (1.05) + +--- For fuel costs (supply curves and simple fuel prices) prior data is copied and adjusted from $2016 to $2018 based on the CPI inflation multiplier (1.05) + +-- 1. Updating fuel costs, starting with the supply curve data for Bio_Gas and Bio_Solid +-- $2016 to $2018 based on the CPI inflation multiplier +INSERT INTO switch.fuel_supply_curves (supply_curves_scenario_id, regional_fuel_market, fuel, year, tier, unit_cost, max_avail_at_cost, notes) + +SELECT 2 AS supply_curves_scenario_id, regional_fuel_market, fuel, year, tier, 1.05 * unit_cost as unit_cost, max_avail_at_cost, 'same as id 1, updated $2018 from $2016 with 1.05 CPI' as notes +FROM switch.fuel_supply_curves +WHERE supply_curves_scenario_id = 1 + +-- 2. Updating fuel costs, for the fuels using fuel_simple_scenario_id (all fuels other than Bio_Gas and Bio_Solid) +-- $2016 to $2018 based on the CPI inflation multiplier +INSERT INTO switch.fuel_simple_price_scenario (fuel_simple_price_scenario_id, name, description) + +SELECT 4 AS fuel_simple_price_scenario_id, 'SWITCH 2020 Basecase' as name, 'same as id 3 but updated to $2018 from $2016' as description +FROM switch.fuel_simple_price_scenario +WHERE fuel_simple_price_scenario_id = 3 + +INSERT INTO switch.fuel_simple_price_yearly (fuel_simple_scenario_id, load_zone_id, load_zone_name, fuel, projection_Year, fuel_price, notes, eai_region) + +SELECT 4 AS fuel_simple_scenario_id, load_zone_id, load_zone_name, fuel, projection_Year, 1.05 * fuel_price as fuel_price, 'same as id 3 but updated to 2018 $/MMBtu from $2016 with 1.05 CPI' as notes, eai_region +FROM switch.fuel_simple_price_yearly +WHERE fuel_simple_scenario_id = 3 + +--3. Update all connection_cost_per_mw, and variable_o_m in gen_plant table based on CPI inflation multiplier +WITH t AS +(SELECT gp.generation_plant_id +FROM generation_plant gp +JOIN generation_plant_scenario_member gps +ON gp.generation_plant_id = gps.generation_plant_id +WHERE gps.generation_plant_scenario_id = 22) + +UPDATE switch.generation_plant a +SET variable_o_m = a.variable_o_m * 1.05, +connect_cost_per_mw = a.connect_cost_per_mw * 1.05 +FROM t +WHERE a.generation_plant_id = t.generation_plant_id + +--4. Create a new generation_plant_cost scenario 23 (copying 22) but updating all overnight cost, and fixed o_m based on CPI inflation multiplier +INSERT INTO switch.generation_plant_cost_scenario (generation_plant_cost_scenario_id, name, description) + +SELECT 23 AS generation_plant_cost_scenario_id, 'SWITCH 2020 Basecase costs' as name, 'updated costs for solar, wind, battery, geothermal, csp, ccgt, gt from NREL ATB 2019, otherwise for all other tech same costs as id 6 for all generators in id 22 but updated to $2018 from $2016' as description +FROM switch.generation_plant_cost_scenario +WHERE generation_plant_cost_scenario_id = 22 + +INSERT INTO switch.generation_plant_cost (generation_plant_cost_scenario_id, generation_plant_id, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) + +SELECT 23 AS generation_plant_cost_scenario_id, generation_plant_id, build_year, 1.05 * fixed_o_m as fixed_o_m, 1.05 * overnight_cost as overnight_cost, 1.05 * storage_energy_capacity_cost_per_mwh as storage_energy_capacity_cost_per_mwh +FROM switch.generation_plant_cost +WHERE generation_plant_cost_scenario_id = 22 + +--5. Replace the overnight, fixed_o_m and variable_o_m costs for certain technologies + +-- add fixed o m and storage cost columns to the overnight cost update table +CREATE TABLE baseline_2020_generation_plant_cost_update ( + generation_plant_cost_scenario_id smallint, + gen_tech character VARYING(60), + build_year integer, + fixed_o_m double precision, + overnight_cost double precision, + storage_energy_capacity_cost_per_mwh double precision +) + +-- upload the new overnight, fixed_o_m and storage costs for certain technologies + +COPY baseline_2020_generation_plant_cost_update (generation_plant_cost_scenario_id, gen_tech, build_year, fixed_o_m, overnight_cost, storage_energy_capacity_cost_per_mwh) +FROM '/Users/juliaszinai/Dropbox/Linux_work/switch/WECC/Data for SWITCH_WECC_baseline/switch_costs_1_ptcitx_2.csv' +DELIMITER ',' +CSV HEADER; + +-- -- create backup table for testing +-- DROP TABLE switch.jsz_backup2_generation_plant_cost; CREATE TABLE switch.jsz_backup2_generation_plant_cost (LIKE switch.generation_plant_cost INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup2_generation_plant_cost SELECT * FROM switch.generation_plant_cost; + +-- update the overnight and fixed o_m costs for all the technologies and years that are in the overnight cost update table, for generation_plant cost scenario 23, candidate generators (named 'proposed') +WITH t AS +(SELECT gps.generation_plant_cost_scenario_id, gps.generation_plant_id, gp.name, gp.gen_tech, gps.build_year, oc.fixed_o_m, oc.overnight_cost, oc.storage_energy_capacity_cost_per_mwh +FROM generation_plant gp +JOIN generation_plant_cost gps +ON gp.generation_plant_id = gps.generation_plant_id +JOIN baseline_2020_generation_plant_cost_update oc +ON oc.gen_tech = gp.gen_tech +AND gps.build_year = oc.build_year +WHERE gps.generation_plant_cost_scenario_id = 23 +and gp.name = 'Proposed') + +UPDATE switch.generation_plant_cost a +SET overnight_cost = t.overnight_cost, +fixed_o_m = t.fixed_o_m, +storage_energy_capacity_cost_per_mwh = t.storage_energy_capacity_cost_per_mwh +FROM t +WHERE a.generation_plant_id = t.generation_plant_id +and a.build_year = t.build_year +and a.generation_plant_cost_scenario_id = t.generation_plant_cost_scenario_id + +-- update the overnight and fixed o_m costs for all the technologies and years that are in the overnight cost update table, for generation_plant cost scenario 23, candidate wind generators (that are named and not called 'proposed') +WITH t AS +(SELECT gps.generation_plant_cost_scenario_id, gps.generation_plant_id, gp.name, gp.gen_tech, gps.build_year, oc.fixed_o_m, oc.overnight_cost, oc.storage_energy_capacity_cost_per_mwh +FROM generation_plant gp +JOIN generation_plant_cost gps +ON gp.generation_plant_id = gps.generation_plant_id +JOIN baseline_2020_generation_plant_cost_update oc +ON oc.gen_tech = gp.gen_tech +AND gps.build_year = oc.build_year +LEFT JOIN generation_plant_existing_and_planned gep +ON gps.generation_plant_id = gep.generation_plant_id +WHERE gep.generation_plant_id IS NULL +AND gps.generation_plant_cost_scenario_id = 23 +AND gp.name != 'Proposed' +AND gp.gen_tech = 'Wind') + +UPDATE switch.generation_plant_cost a +SET overnight_cost = t.overnight_cost, +fixed_o_m = t.fixed_o_m, +storage_energy_capacity_cost_per_mwh = t.storage_energy_capacity_cost_per_mwh +FROM t +WHERE a.generation_plant_id = t.generation_plant_id +and a.build_year = t.build_year +and a.generation_plant_cost_scenario_id = t.generation_plant_cost_scenario_id + +--6. Update the variable_o_m costs for certain technologies + +-- Create a new table of the average variable_o_m costs that exist in the db in $2016, from the previous CEC runs (generation plant id = 14) +create table switch.variable_o_m_costs as +select 1 as variable_o_m_cost_scenario_id, gen_tech, energy_source, avg(variable_o_m)/1.05 as variable_o_m, 'gen_plant_cost_scenario_14 variable_o_m costs in $2016 dollars' as notes +from generation_plant a +join generation_plant_scenario_member b +on a.generation_plant_id = b.generation_plant_id +where generation_plant_scenario_id = 14 +group by gen_tech, energy_source +order by energy_source, gen_tech + +-- Create a scenario of the same average variable_o_m costs from the previous CEC runs genration_plant id 14, but in $2018 dollars +insert into switch.variable_o_m_costs (variable_o_m_cost_scenario_id, gen_tech, energy_source, variable_o_m, notes) + +select 2 as variable_o_m_cost_scenario_id, gen_tech, energy_source, variable_o_m * 1.05 as variable_o_m, 'gen_plant_cost_scenario_14 variable_o_m costs in $2018 dollars' as notes +from switch.variable_o_m_costs +where variable_o_m_cost_scenario_id = 1 + + +-- Copy the variable o_m costs from $2018 dollars and update the variable o and m costs for certain technologies based on the NREL ATB +insert into switch.variable_o_m_costs (variable_o_m_cost_scenario_id, gen_tech, energy_source, variable_o_m, notes) + +select 3 as variable_o_m_cost_scenario_id, gen_tech, energy_source, variable_o_m, 'CSP, CCGT, Gas CT, Geothermal, Battery, Wind, Solar costs updated from 2020 NREL ATB in $2018, otherwise gen_plant_cost_scenario_14 costs in $2018 dollars, ' as notes +from switch.variable_o_m_costs +where variable_o_m_cost_scenario_id = 2 + +-- rename the gen_tech to the updated gen_tech names in scenario 3 + +-- testing on backup table +---CREATE TABLE switch.jsz_backup_variable_o_m_costs (LIKE switch.variable_o_m_costs INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup_variable_o_m_costs SELECT * FROM switch.variable_o_m_costs; + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Bio_Gas' +-- WHERE a.gen_tech = 'GT' +-- AND a.energy_source = 'Bio_Gas' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Bio_Gas_Internal_Combustion_Engine' +-- WHERE a.gen_tech = 'IC' +-- AND a.energy_source = 'Bio_Gas' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Bio_Gas_Steam_Turbine' +-- WHERE a.gen_tech = 'ST' +-- AND a.energy_source = 'Bio_Gas' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Bio_Solid_Steam_Turbine' +-- WHERE a.gen_tech = 'ST' +-- AND a.energy_source = 'Bio_Solid' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Coal_Steam_Turbine' +-- WHERE a.gen_tech = 'ST' +-- AND a.energy_source = 'Coal' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'DistillateFuelOil_Combustion_Turbine' +-- WHERE a.gen_tech = 'GT' +-- AND a.energy_source = 'DistillateFuelOil' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'DistillateFuelOil_Internal_Combustion_Engine' +-- WHERE a.gen_tech = 'IC' +-- AND a.energy_source = 'DistillateFuelOil' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- --updating cost as well as gen_tech name +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Gas_Combustion_Turbine' +-- WHERE a.gen_tech = 'GT' +-- AND a.energy_source = 'Gas' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET variable_o_m = 2.161100196 +-- WHERE a.gen_tech = 'Gas_Combustion_Turbine' +-- AND a.energy_source = 'Gas' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'CCGT' +-- WHERE a.gen_tech = 'CC' +-- AND a.energy_source = 'Gas' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET variable_o_m = 4.499017682 +-- WHERE a.gen_tech = 'CCGT' +-- AND a.energy_source = 'Gas' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Gas_Internal_Combustion_Engine' +-- WHERE a.gen_tech = 'IC' +-- AND a.energy_source = 'Gas' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Gas_Steam_Turbine' +-- WHERE a.gen_tech = 'ST' +-- AND a.energy_source = 'Gas' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- --updating cost as well as gen_tech name +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Geothermal' +-- WHERE a.gen_tech = 'BT' +-- AND a.energy_source = 'Geothermal' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Geothermal' +-- WHERE a.gen_tech = 'ST' +-- AND a.energy_source = 'Geothermal' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET variable_o_m = 0 +-- WHERE a.gen_tech = 'Geothermal' +-- AND a.energy_source = 'Geothermal' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'CSP_Trough_No_Storage' +-- WHERE a.gen_tech = 'CP' +-- AND a.energy_source = 'Solar' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Central_PV' +-- WHERE a.gen_tech = 'PV' +-- AND a.energy_source = 'Solar' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Nuclear' +-- WHERE a.gen_tech = 'ST' +-- AND a.energy_source = 'Uranium' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Hydro_NonPumped' +-- WHERE a.gen_tech = 'HY' +-- AND a.energy_source = 'Water' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Hydro_Pumped' +-- WHERE a.gen_tech = 'PS' +-- AND a.energy_source = 'Water' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET gen_tech = 'Wind' +-- WHERE a.gen_tech = 'WT' +-- AND a.energy_source = 'Wind' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- -- updated just CSP variable om +-- UPDATE switch.jsz_backup_variable_o_m_costs a +-- SET variable_o_m = 3.5854875 +-- WHERE a.gen_tech = 'CSP_Trough_6h_Storage' +-- AND a.energy_source = 'Solar' +-- AND a.variable_o_m_cost_scenario_id = 3 + +-- Run queries to update variable o_m costs now on the real table for scenario 3 + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Bio_Gas' +WHERE a.gen_tech = 'CC' +AND a.energy_source = 'Bio_Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Bio_Gas' +WHERE a.gen_tech = 'GT' +AND a.energy_source = 'Bio_Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Bio_Gas_Internal_Combustion_Engine' +WHERE a.gen_tech = 'IC' +AND a.energy_source = 'Bio_Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Bio_Gas_Steam_Turbine' +WHERE a.gen_tech = 'ST' +AND a.energy_source = 'Bio_Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Bio_Solid_Steam_Turbine' +WHERE a.gen_tech = 'ST' +AND a.energy_source = 'Bio_Solid' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Coal_Steam_Turbine' +WHERE a.gen_tech = 'ST' +AND a.energy_source = 'Coal' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'DistillateFuelOil_Combustion_Turbine' +WHERE a.gen_tech = 'GT' +AND a.energy_source = 'DistillateFuelOil' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'DistillateFuelOil_Internal_Combustion_Engine' +WHERE a.gen_tech = 'IC' +AND a.energy_source = 'DistillateFuelOil' +AND a.variable_o_m_cost_scenario_id = 3; + +--updating cost as well as gen_tech name +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Gas_Combustion_Turbine' +WHERE a.gen_tech = 'GT' +AND a.energy_source = 'Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET variable_o_m = 2.161100196 +WHERE a.gen_tech = 'Gas_Combustion_Turbine' +AND a.energy_source = 'Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'CCGT' +WHERE a.gen_tech = 'CC' +AND a.energy_source = 'Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET variable_o_m = 4.499017682 +WHERE a.gen_tech = 'CCGT' +AND a.energy_source = 'Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Gas_Internal_Combustion_Engine' +WHERE a.gen_tech = 'IC' +AND a.energy_source = 'Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Gas_Steam_Turbine' +WHERE a.gen_tech = 'ST' +AND a.energy_source = 'Gas' +AND a.variable_o_m_cost_scenario_id = 3; + +--updating cost as well as gen_tech name +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Geothermal' +WHERE a.gen_tech = 'BT' +AND a.energy_source = 'Geothermal' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Geothermal' +WHERE a.gen_tech = 'ST' +AND a.energy_source = 'Geothermal' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET variable_o_m = 0 +WHERE a.gen_tech = 'Geothermal' +AND a.energy_source = 'Geothermal' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'CSP_Trough_No_Storage' +WHERE a.gen_tech = 'CP' +AND a.energy_source = 'Solar' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Central_PV' +WHERE a.gen_tech = 'PV' +AND a.energy_source = 'Solar' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Nuclear' +WHERE a.gen_tech = 'ST' +AND a.energy_source = 'Uranium' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Hydro_NonPumped' +WHERE a.gen_tech = 'HY' +AND a.energy_source = 'Water' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Hydro_Pumped' +WHERE a.gen_tech = 'PS' +AND a.energy_source = 'Water' +AND a.variable_o_m_cost_scenario_id = 3; + +UPDATE switch.variable_o_m_costs a +SET gen_tech = 'Wind' +WHERE a.gen_tech = 'WT' +AND a.energy_source = 'Wind' +AND a.variable_o_m_cost_scenario_id = 3; + +-- updated just CSP variable om +UPDATE switch.variable_o_m_costs a +SET variable_o_m = 3.5854875 +WHERE a.gen_tech = 'CSP_Trough_6h_Storage' +AND a.energy_source = 'Solar' +AND a.variable_o_m_cost_scenario_id = 3; + +-- re-averaging because some of the gen_tech rows are now repeated +WITH t AS +(SELECT gen_tech, energy_source, avg(variable_o_m) as variable_o_m, variable_o_m_cost_scenario_id +FROM variable_o_m_costs +WHERE variable_o_m_cost_scenario_id = 3 +group by variable_o_m_cost_scenario_id, gen_tech, energy_source) + +UPDATE switch.variable_o_m_costs a +SET variable_o_m = t.variable_o_m +FROM t +WHERE a.gen_tech = t.gen_tech +and a.energy_source = t.energy_source +and a.variable_o_m_cost_scenario_id = 3 + +-- removing duplicates in scenario 3 + +-- create a copy of the table with no duplicates +CREATE TABLE switch.variable_o_m_costs_new (LIKE switch.variable_o_m_costs INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); + +INSERT INTO switch.variable_o_m_costs_new + +select distinct on (variable_o_m_cost_scenario_id, gen_tech, energy_source, variable_o_m) * +from switch.variable_o_m_costs; + +-- rename old table +ALTER TABLE variable_o_m_costs +RENAME TO variable_o_m_costs_backup; + +-- rename new table as original name +ALTER TABLE variable_o_m_costs_new +RENAME TO variable_o_m_costs; + + + +--6. Add fixed_o_m costs to existing generators that don't have them (but are supposed to have them) + +--- Skipping this for now.... + + + diff --git a/switch_model/wecc/database/baseline_creation/carbon_cap_scenario_90.csv b/switch_model/wecc/database/baseline_creation/carbon_cap_scenario_90.csv new file mode 100644 index 000000000..d483876cc --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/carbon_cap_scenario_90.csv @@ -0,0 +1,92 @@ +carbon_cap_scenario_id,carbon_cap_scenario_name,year,carbon_cap_tco2_per_yr,carbon_cost_dollar_per_tco2,carbon_cap_tco2_per_yr_ca +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2010,360747616,NULL,62066830 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2011,353152000,NULL,60760000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2012,345556384,NULL,59453170 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2013,337963616,NULL,58146830 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2014,330368000,NULL,56840000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2015,322772384,NULL,55533170 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2016,315179616,NULL,54226830 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2017,307584000,NULL,52920000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2018,299988384,NULL,51613170 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2019,292395616,NULL,50306830 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2020,284800000,NULL,49000000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2021,276730761.6,NULL,47040000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2022,268661238.4,NULL,45080000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2023,260592000,NULL,43120000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2024,252522761.6,NULL,41160000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2025,244453238.4,NULL,39200000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2026,236384000,NULL,37240000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2027,228314761.6,NULL,35280000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2028,220245238.4,NULL,33320000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2029,212176000,NULL,31360000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2030,184106761.6,NULL,29400000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2031,177037238.4,NULL,28297500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2032,169968000,NULL,27195000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2033,162898761.6,NULL,26092500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2034,155829238.4,NULL,24990000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2035,148760000,NULL,23887500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2036,141690761.6,NULL,22785000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2037,134621238.4,NULL,21682500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2038,127552000,NULL,20580000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2039,120482761.6,NULL,19477500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2040,113413238.4,NULL,18375000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2041,106344000,NULL,17272500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2042,99274761.6,NULL,16170000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2043,92205238.4,NULL,15067500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2044,85136000,NULL,13965000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2045,78066761.6,NULL,12862500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2046,70997238.4,NULL,11760000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2047,63928000,NULL,10657500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2048,56858761.6,NULL,9555000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2049,49789238.4,NULL,8452500 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2050,42720000,NULL,7350000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2051,34650761.6,NULL,5961683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2052,26581238.4,NULL,4573317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2053,18512000,NULL,3185000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2054,10442761.6,NULL,1796683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2055,2373238.4,NULL,408317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2056,-5696000,NULL,-980000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2057,-13765238.4,NULL,-2368317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2058,-21834761.6,NULL,-3756683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2059,-29904000,NULL,-5145000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2060,-37973238.4,NULL,-6533317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2061,-46042761.6,NULL,-7921683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2062,-54112000,NULL,-9310000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2063,-62181238.4,NULL,-10698317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2064,-70250761.6,NULL,-12086683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2065,-78320000,NULL,-13475000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2066,-86389238.4,NULL,-14863317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2067,-94458761.6,NULL,-16251683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2068,-102528000,NULL,-17640000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2069,-110597238.4,NULL,-19028317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2070,-118666761.6,NULL,-20416683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2071,-126736000,NULL,-21805000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2072,-134805238.4,NULL,-23193317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2073,-142874761.6,NULL,-24581683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2074,-150944000,NULL,-25970000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2075,-159013238.4,NULL,-27358317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2076,-167082761.6,NULL,-28746683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2077,-175152000,NULL,-30135000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2078,-183221238.4,NULL,-31523317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2079,-191290761.6,NULL,-32911683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2080,-199360000,NULL,-34300000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2081,-207429238.4,NULL,-35688317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2082,-215498761.6,NULL,-37076683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2083,-223568000,NULL,-38465000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2084,-231637238.4,NULL,-39853317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2085,-239706761.6,NULL,-41241683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2086,-247776000,NULL,-42630000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2087,-255845238.4,NULL,-44018317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2088,-263914761.6,NULL,-45406683 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2089,-271984000,NULL,-46795000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2090,-280053238.4,NULL,-48183317 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2091,-288123616,NULL,-49571830 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2092,-296192000,NULL,-50960000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2093,-304260384,NULL,-52348170 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2094,-312331616,NULL,-53736830 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2095,-320400000,NULL,-55125000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2096,-328468384,NULL,-56513170 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2097,-336539616,NULL,-57901830 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2098,-344608000,NULL,-59290000 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2099,-352676384,NULL,-60678170 +90,"[CEC] WECC and CA, WECC: 15% by 2050 minus 20 mton/yr from industry, CA 60% by 2030",2100,-360747616,NULL,-62066830 \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/carbon_cap_scenario_91.csv b/switch_model/wecc/database/baseline_creation/carbon_cap_scenario_91.csv new file mode 100644 index 000000000..ed3654186 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/carbon_cap_scenario_91.csv @@ -0,0 +1,92 @@ +carbon_cap_scenario_id,carbon_cap_scenario_name,year,carbon_tco2_per_year,carbon_cost_dollar_per_tco2,carbon_cap_tco2_per_yr_ca +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2010,270447616,NULL,90300000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2011,263952000,NULL,89200000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2012,247396384,NULL,98160000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2013,246573616,NULL,91390000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2014,241518000,NULL,88850000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2015,237942384,NULL,84830000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2016,246609616,NULL,68570000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2017,245454000,NULL,62130000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2018,236878384,NULL,63110000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2019,231378116,NULL,61017500 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2020,225875000,NULL,58925000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2021,219898262,NULL,56832500 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2022,213921238,NULL,54740000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2023,207944500,NULL,52647500 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2024,201967762,NULL,50555000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2025,195990738,NULL,48462500 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2026,190014000,NULL,46370000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2027,184037262,NULL,44277500 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2028,178060238,NULL,42185000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2029,172083500,NULL,40092500 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2030,146106762,NULL,38000000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2031,141570572,NULL,35466667 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2032,137034667,NULL,32933333 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2033,132498762,NULL,30400000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2034,127962572,NULL,27866667 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2035,123426667,NULL,25333333 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2036,118890762,NULL,22800000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2037,114354572,NULL,20266667 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2038,109818667,NULL,17733333 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2039,105282762,NULL,15200000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2040,100746572,NULL,12666667 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2041,96210667,NULL,10133333 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2042,91674762,NULL,7600000 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2043,87138572,NULL,5066667 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2044,82602667,NULL,2533333 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2045,78066762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2046,70997238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2047,63928000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2048,56858762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2049,49789238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2050,42720000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2051,34650762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2052,26581238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2053,18512000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2054,10442762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2055,2373238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2056,-5696000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2057,-13765238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2058,-21834762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2059,-29904000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2060,-37973238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2061,-46042762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2062,-54112000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2063,-62181238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2064,-70250762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2065,-78320000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2066,-86389238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2067,-94458762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2068,-102528000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2069,-110597238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2070,-118666762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2071,-126736000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2072,-134805238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2073,-142874762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2074,-150944000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2075,-159013238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2076,-167082762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2077,-175152000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2078,-183221238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2079,-191290762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2080,-199360000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2081,-207429238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2082,-215498762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2083,-223568000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2084,-231637238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2085,-239706762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2086,-247776000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2087,-255845238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2088,-263914762,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2089,-271984000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2090,-280053238,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2091,-288123616,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2092,-296192000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2093,-304260384,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2094,-312331616,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2095,-320400000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2096,-328468384,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2097,-336539616,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2098,-344608000,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2099,-352676384,NULL,0 +91,"[LDES] WECC and CA, WECC: 15% of 1990 by 2050 minus 20 mton/yr from industry and CA, CA: 0% by 2045",2100,-360747616,NULL,0 \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/carbon_cap_scenario_91_new.xlsx b/switch_model/wecc/database/baseline_creation/carbon_cap_scenario_91_new.xlsx new file mode 100644 index 000000000..c72707f89 Binary files /dev/null and b/switch_model/wecc/database/baseline_creation/carbon_cap_scenario_91_new.xlsx differ diff --git a/switch_model/wecc/database/baseline_creation/get_inputs_good_JS_python2_baseline.py b/switch_model/wecc/database/baseline_creation/get_inputs_good_JS_python2_baseline.py new file mode 100644 index 000000000..f2dfc4d76 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/get_inputs_good_JS_python2_baseline.py @@ -0,0 +1,671 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright 2017 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. +# Renewable and Appropriate Energy Laboratory, UC Berkeley. +# Operations, Control and Markets laboratory at Pontificia Universidad +# Católica de Chile. +""" + +Retrieves data inputs for the Switch WECC model from the database. Data +is formatted into corresponding .tab or .dat files. + +""" + +import argparse +import getpass +import os +import sys +import time + +import psycopg2 +import sshtunnel + + +def write_tab(fname, headers, cursor): #This function coverts all the query results into tab separated value files + with open(fname + '.tab', 'w') as f: # Paty: open() opens file named fname and only allows us to (re)write on it ('w'). "with" keyword ensures the file is closed at the end of the function. + f.write('\t'.join(headers) + os.linesep) # Paty: str.join(headers) joins the strings in the sequence "headers" and separates them with string "str" + for row in cursor: #for each row returned by the query + # Replace None values with dots for Pyomo. Also turn all datatypes into strings + row_as_clean_strings = ['.' if element is None else str(element) for element in row] + f.write('\t'.join(row_as_clean_strings) + os.linesep) # concatenates "line" separated by tabs, and appends \n + + +#code to define shutdown procedure +db_cursor = None +db_connection = None +tunnel = None +def shutdown(): + global db_cursor + global db_connection + global tunnel + if db_cursor: + db_cursor.close() + db_cursor = None + if db_connection: + db_connection.close() + db_connection = None + # os.chdir('..') + if tunnel: + tunnel.stop() + tunnel = None +# Make sure the ssh tunnel is shutdown properly when python exits, even if an exception has been raised. +# Hmm. the ssh tunnel still manages to hang before atexit gets called. +# atexit.register(shutdown) + + +####MAIN CODE +def main(): + global db_cursor + global db_connection + global tunnel + start_time = time.time() + + parser = argparse.ArgumentParser( + usage='get_switch_pyomo_input_tables.py [--help] [options]', + description='Write SWITCH input files from database tables. Default \ + options asume an SSH tunnel has been opened between the local port 5432\ + and the Postgres port at the remote host where the database is stored.', + formatter_class=argparse.ArgumentDefaultsHelpFormatter) + parser.add_argument( + '-H', '--hostname', dest="host", type=str, + default='switch-db2.erg.berkeley.edu', metavar='hostname', + help='Database host address') + parser.add_argument( + '-P', '--port', dest="port", type=int, default=5432, metavar='port', + help='Database host port') + parser.add_argument( + '-U', '--user', dest='user', type=str, default=getpass.getuser(), metavar='username', + help='Database username') + parser.add_argument( + '-D', '--database', dest='database', type=str, default='switch_wecc', metavar='dbname', + help='Database name') + parser.add_argument( + '-s', type=int, required=True, metavar='scenario_id', + help='Scenario ID for the simulation') + parser.add_argument( + '-i', type=str, default='inputs', metavar='inputsdir', + help='Directory where the inputs will be built') + args = parser.parse_args() + + passw = getpass.getpass('Enter database password for user %s:' % args.user) + + # Connection settings are determined by parsed command line inputs + # Start an ssh tunnel because the database only permits local connections + tunnel = sshtunnel.SSHTunnelForwarder( + args.host, + ssh_username=args.user, + ssh_pkey=os.path.join(os.path.expanduser('~'), ".ssh", "id_rsa"), + remote_bind_address=('127.0.0.1', args.port) + ) + tunnel.start() + try: + db_connection = psycopg2.connect(database=args.database, user=args.user, host='127.0.0.1', + port=tunnel.local_bind_port, password=passw) + except: + tunnel.stop() + raise + print "Connection to database established..." + + if not os.path.exists(args.i): + os.makedirs(args.i) + print 'Inputs directory created...' + else: + print 'Inputs directory exists, so contents will be overwritten...' + + db_cursor = db_connection.cursor() + + # Test db connection for debugging... + # db_cursor.execute("select 1 + 1 as x;") + # print db_cursor.fetchone() + # shutdown() + # sys.exit("Finished our test") + + ############################################################################################################ + # These next variables determine which input data is used, though some are only for documentation and result exports. + + db_cursor.execute(""" + SELECT name, description, study_timeframe_id, time_sample_id, demand_scenario_id, + fuel_simple_price_scenario_id, generation_plant_scenario_id, + generation_plant_cost_scenario_id, + generation_plant_existing_and_planned_scenario_id, + hydro_simple_scenario_id, carbon_cap_scenario_id, + supply_curves_scenario_id, regional_fuel_market_scenario_id, + zone_to_regional_fuel_market_scenario_id, rps_scenario_id, + enable_dr, enable_ev + FROM switch.scenario WHERE scenario_id = %s""", + [args.s] + ) + s_details = db_cursor.fetchone() #this query selects all the ids for load, time period, fuel prices, etc that correspond with the master scenario id which is a user input of s = number + #name, description, sample_ts_scenario_id, hydro_scenario_meta_id, fuel_id, gen_costs_id, new_projects_id, carbon_tax_id, carbon_cap_id, rps_id, lz_hourly_demand_id, gen_info_id, load_zones_scenario_id, existing_projects_id, demand_growth_id = s_details[1], s_details[2], s_details[3], s_details[4], s_details[5], s_details[6], s_details[7], s_details[8], s_details[9], s_details[10], s_details[11], s_details[12], s_details[13], s_details[14], s_details[15] + name = s_details[0] + description = s_details[1] + study_timeframe_id = s_details[2] + time_sample_id = s_details[3] + demand_scenario_id = s_details[4] + fuel_simple_price_scenario_id = s_details[5] + generation_plant_scenario_id = s_details[6] + generation_plant_cost_scenario_id = s_details[7] + generation_plant_existing_and_planned_scenario_id = s_details[8] + hydro_simple_scenario_id = s_details[9] + carbon_cap_scenario_id = s_details[10] + supply_curves_scenario_id = s_details[11] + regional_fuel_market_scenario_id = s_details[12] + zone_to_regional_fuel_market_scenario_id = s_details[13] + rps_scenario_id = s_details[14] + enable_dr = s_details[15] + enable_ev = s_details[16] + + os.chdir(args.i) + + # The format for tab files is: + # col1_name col2_name ... + # [rows of data] + + # The format for dat files is the same as in AMPL dat files. + + print '\nStarting data copying from the database to input files for scenario: "%s"' % name + + # Write general scenario parameters into a documentation file + print 'Writing scenario documentation into scenario_params.txt.' + db_cursor.execute("SELECT * FROM switch.scenario WHERE scenario_id = %s", [args.s]) + s_details = db_cursor.fetchone() + colnames = [desc[0] for desc in db_cursor.description] + with open('scenario_params.txt', 'w') as f: + f.write('Scenario id: %s\n' % args.s) + f.write('Scenario name: %s\n' % name) + f.write('Scenario notes: %s\n' % description) + for i, col in enumerate(colnames): + f.write('{}: {}\n'.format(col, s_details[i])) + + ######################################################## + # Which input specification are we writing against? + with open('switch_inputs_version.txt', 'w') as f: + f.write('2.0.0b2' + os.linesep) + + ######################################################## + # TIMESCALES + + print ' periods.tab...' #query of investment periods from period table in db + db_cursor.execute(""" + select label, start_year as period_start, end_year as period_end + from period where study_timeframe_id=%s + order by 1;""", [study_timeframe_id]) + write_tab('periods', ['INVESTMENT_PERIOD', 'period_start', 'period_end'], db_cursor) + + print ' timeseries.tab...' #query of sampled time series (median and peak day of each month of a year in investment period), joins sampled time series with each investment period + timeseries_id_select = "date_part('year', first_timepoint_utc)|| '_' || replace(sampled_timeseries.name, ' ', '_') as timeseries" + db_cursor.execute(("""select {timeseries_id_select}, t.label as ts_period, + hours_per_tp as ts_duration_of_tp, num_timepoints as ts_num_tps, + scaling_to_period as ts_scale_to_period + from switch.sampled_timeseries + join period as t using(period_id) + where sampled_timeseries.time_sample_id={id} + order by label; + """).format(timeseries_id_select=timeseries_id_select, id=time_sample_id)) + write_tab('timeseries', ['TIMESERIES', 'ts_period', 'ts_duration_of_tp', 'ts_num_tps', 'ts_scale_to_period'], db_cursor) + + print ' timepoints.tab...' #query of sampled time points for each time series + db_cursor.execute(("""select raw_timepoint_id as timepoint_id, to_char(timestamp_utc, 'YYYYMMDDHH24') as timestamp, + {timeseries_id_select} + from sampled_timepoint as t + join sampled_timeseries using(sampled_timeseries_id) + where t.time_sample_id={id} + order by 1; + """).format(timeseries_id_select=timeseries_id_select, id=time_sample_id)) + write_tab('timepoints', ['timepoint_id','timestamp','timeseries'], db_cursor) + + ######################################################## + # LOAD ZONES + + #done + print ' load_zones.tab...' #query of load zones + db_cursor.execute("""SELECT name, ccs_distance_km as zone_ccs_distance_km, load_zone_id as zone_dbid + FROM switch.load_zone + ORDER BY 1; + """ ) + write_tab('load_zones',['LOAD_ZONE','zone_ccs_distance_km','zone_dbid'],db_cursor) + + print ' loads.tab...' #querying load time series for each sampled time point for all load zones, for a given demand scenario out of hourly load profiles from each load zone and scenario + db_cursor.execute(""" + select load_zone_name, t.raw_timepoint_id as timepoint, + CASE WHEN demand_mw < 0 THEN 0 ELSE demand_mw END as zone_demand_mw + from sampled_timepoint as t + join demand_timeseries as d using(raw_timepoint_id) + where t.time_sample_id=%(id)s + and demand_scenario_id=%(id2)s + order by 1,2; + """, + {'id': time_sample_id, 'id2': demand_scenario_id}) #only samples for the time sample and demand scenario corresponding with master scenario number s + write_tab('loads',['LOAD_ZONE','TIMEPOINT','zone_demand_mw'],db_cursor) + + ######################################################## + # BALANCING AREAS [Pending zone_coincident_peak_demand.tab] + + print ' balancing_areas.tab...' #query of balancing areas and related reserve requirements for quick start reserves and wind and solar fractions? + db_cursor.execute("""SELECT balancing_area, quickstart_res_load_frac, quickstart_res_wind_frac, quickstart_res_solar_frac,spinning_res_load_frac, + spinning_res_wind_frac, spinning_res_solar_frac + FROM switch.balancing_areas; + """) + write_tab('balancing_areas',['BALANCING_AREAS','quickstart_res_load_frac','quickstart_res_wind_frac','quickstart_res_solar_frac','spinning_res_load_frac','spinning_res_wind_frac','spinning_res_solar_frac'],db_cursor) + + print ' zone_balancing_areas.tab...' #specifying that the balancing area is the reserves area from the load zone table + db_cursor.execute("""SELECT name, reserves_area as balancing_area + FROM switch.load_zone; + """) + write_tab('zone_balancing_areas',['LOAD_ZONE','balancing_area'],db_cursor) + + #Paty: in this version of switch this tables is named zone_coincident_peak_demand.tab + #PATY: PENDING TAB! + # # For now, only taking 2014 peak demand and repeating it. + # print ' lz_peak_loads.tab' + # db_cursor.execute("""SELECT lzd.name, p.period_name, max(lz_demand_mwh) + # FROM switch.timescales_sample_timepoints tps + # JOIN switch.lz_hourly_demand lzd ON TO_CHAR(lzd.timestamp_cst,'MMDDHH24')=TO_CHAR(tps.timestamp,'MMDDHH24') + # JOIN switch.timescales_sample_timeseries sts USING (sample_ts_id) + # JOIN switch.timescales_population_timeseries pts ON sts.sampled_from_population_timeseries_id = pts.population_ts_id + # JOIN switch.timescales_periods p USING (period_id) + # WHERE sample_ts_scenario_id = %s + # AND lz_hourly_demand_id = %s + # AND load_zones_scenario_id = %s + # AND TO_CHAR(lzd.timestamp_cst,'YYYY') = '2014' + # GROUP BY lzd.name, p.period_name + # ORDER BY 1,2;""" % (sample_ts_scenario_id,lz_hourly_demand_id,load_zones_scenario_id)) + # write_tab('lz_peak_loads',['LOAD_ZONE','PERIOD','peak_demand_mw'],db_cursor) + + ######################################################## + # TRANSMISSION + + print ' transmission_lines.tab...' #query of existing transmission lines and mapping start and end load zone names onto line parameters + db_cursor.execute("""SELECT start_load_zone_id || '-' || end_load_zone_id, t1.name, t2.name, + trans_length_km, trans_efficiency, existing_trans_cap_mw + FROM switch.transmission_lines + join load_zone as t1 on(t1.load_zone_id=start_load_zone_id) + join load_zone as t2 on(t2.load_zone_id=end_load_zone_id) + ORDER BY 2,3; + """) + write_tab('transmission_lines',['TRANSMISSION_LINE','trans_lz1','trans_lz2','trans_length_km','trans_efficiency','existing_trans_cap'],db_cursor) + + print ' trans_optional_params.tab...' #query of characteristics for new transmission builds + db_cursor.execute("""SELECT start_load_zone_id || '-' || end_load_zone_id, transmission_line_id, derating_factor, terrain_multiplier, + new_build_allowed + FROM switch.transmission_lines + ORDER BY 1; + """) + write_tab('trans_optional_params',['TRANSMISSION_LINE','trans_dbid','trans_derating_factor','trans_terrain_multiplier','trans_new_build_allowed'],db_cursor) + + print ' trans_params.dat...' + with open('trans_params.dat','w') as f: + f.write("param trans_capital_cost_per_mw_km:=1208;\n") # $1208 as opposed to $1150 (in $2016) to reflect change to $2018, which was opposed to $1000 to reflect change to US$2016 + f.write("param trans_lifetime_yrs:=20;\n") # Paty: check what lifetime has been used for the wecc + f.write("param trans_fixed_om_fraction:=0.03;\n") + #f.write("param distribution_loss_rate:=0.0652;\n") + + ######################################################## + # FUEL + + print ' fuels.tab...' #query of fuel names, CO2 intensities for all fuels (renewables not included) + db_cursor.execute("""SELECT name, co2_intensity, upstream_co2_intensity + FROM switch.energy_source WHERE is_fuel IS TRUE; + """) + write_tab('fuels',['fuel','co2_intensity','upstream_co2_intensity'],db_cursor) + + print ' non_fuel_energy_sources.tab...' #query of remaining "fuels" for renewables like solar and wind + db_cursor.execute("""SELECT name + FROM switch.energy_source + WHERE is_fuel IS FALSE; + """) + write_tab('non_fuel_energy_sources',['energy_source'],db_cursor) + + # Fuel projections are yearly averages in the DB. For now, Switch only accepts fuel prices per period, so they are averaged. + print ' fuel_cost.tab' + db_cursor.execute("""select load_zone_name as load_zone, fuel, period, AVG(fuel_price) as fuel_cost + from + (select load_zone_name, fuel, fuel_price, projection_year, + (case when + projection_year >= period.start_year + and projection_year <= period.start_year + length_yrs -1 then label else 0 end) as period + from switch.fuel_simple_price_yearly + join switch.period on(projection_year>=start_year) + where study_timeframe_id = %s and fuel_simple_scenario_id = %s) as w + where period!=0 + group by load_zone_name, fuel, period + order by 1,2,3; + """ % (study_timeframe_id, fuel_simple_price_scenario_id)) + write_tab('fuel_cost',['load_zone','fuel','period','fuel_cost'],db_cursor) + + ######################################################## + # GENERATORS + + # Optional missing columns in generation_projects_info.tab: + # gen_unit_size, + # gen_ccs_energy_load, + # gen_ccs_capture_efficiency, + # gen_is_distributed + print ' generation_projects_info.tab...' + db_cursor.execute(( + """select + generation_plant_id, + t.gen_tech, + t.energy_source as gen_energy_source, + t2.name as gen_load_zone, + max_age as gen_max_age, + is_variable as gen_is_variable, + is_baseload as gen_is_baseload, + full_load_heat_rate as gen_full_load_heat_rate, + vom.variable_o_m as gen_variable_om, + connect_cost_per_mw as gen_connect_cost_per_mw, + generation_plant_id as gen_dbid, + scheduled_outage_rate as gen_scheduled_outage_rate, + forced_outage_rate as gen_forced_outage_rate, + capacity_limit_mw as gen_capacity_limit_mw, + min_build_capacity as gen_min_build_capacity, + is_cogen as gen_is_cogen, + storage_efficiency as gen_storage_efficiency, + store_to_release_ratio as gen_store_to_release_ratio + from generation_plant as t + join load_zone as t2 using(load_zone_id) + join generation_plant_scenario_member using(generation_plant_id) + join variable_o_m_costs as vom + on vom.gen_tech = t.gen_tech + and vom.energy_source = t.energy_source + where generation_plant_scenario_id={id1} + and variable_o_m_cost_scenario_id = 3 + order by gen_dbid; + """).format(id1=generation_plant_scenario_id)) + + write_tab('generation_projects_info',['GENERATION_PROJECT','gen_tech','gen_energy_source','gen_load_zone','gen_max_age','gen_is_variable','gen_is_baseload','gen_full_load_heat_rate','gen_variable_om','gen_connect_cost_per_mw','gen_dbid','gen_scheduled_outage_rate','gen_forced_outage_rate','gen_capacity_limit_mw', 'gen_min_build_capacity', 'gen_is_cogen', 'gen_storage_efficiency','gen_store_to_release_ratio'],db_cursor) + + print ' gen_build_predetermined.tab...' + db_cursor.execute(("""select generation_plant_id, build_year, capacity as gen_predetermined_cap + from generation_plant_existing_and_planned + join generation_plant as t using(generation_plant_id) + join generation_plant_scenario_member using(generation_plant_id) + where generation_plant_scenario_id={id1} + and generation_plant_existing_and_planned_scenario_id={id2} + ; + """).format(id1=generation_plant_scenario_id, id2=generation_plant_existing_and_planned_scenario_id)) + write_tab('gen_build_predetermined',['GENERATION_PROJECT','build_year','gen_predetermined_cap'],db_cursor) + + print ' gen_build_costs.tab...' + db_cursor.execute(""" + select generation_plant_id, generation_plant_cost.build_year, + overnight_cost as gen_overnight_cost, fixed_o_m as gen_fixed_om, + storage_energy_capacity_cost_per_mwh as gen_storage_energy_overnight_cost + FROM generation_plant_cost + JOIN generation_plant_existing_and_planned USING (generation_plant_id) + JOIN generation_plant_scenario_member using(generation_plant_id) + join generation_plant as t1 using(generation_plant_id) + WHERE generation_plant_scenario_id=%(gen_plant_scenario)s + AND generation_plant_cost.generation_plant_cost_scenario_id=%(cost_scenario)s + AND generation_plant_existing_and_planned_scenario_id=%(ep_id)s + UNION + SELECT generation_plant_id, period.label, + avg(overnight_cost) as gen_overnight_cost, avg(fixed_o_m) as gen_fixed_om, + avg(storage_energy_capacity_cost_per_mwh) as gen_storage_energy_overnight_cost + FROM generation_plant_cost + JOIN generation_plant using(generation_plant_id) + JOIN period on(build_year>=start_year and build_year<=end_year) + JOIN generation_plant_scenario_member using(generation_plant_id) + join generation_plant as t1 using(generation_plant_id) + WHERE generation_plant_scenario_id=%(gen_plant_scenario)s + AND period.study_timeframe_id=%(timeframe)s + AND generation_plant_cost.generation_plant_cost_scenario_id=%(cost_scenario)s + GROUP BY 1,2 + ORDER BY 1,2;""", + {'timeframe': study_timeframe_id, + 'cost_scenario': generation_plant_cost_scenario_id, + 'gen_plant_scenario': generation_plant_scenario_id, + 'ep_id': generation_plant_existing_and_planned_scenario_id + } + ) + write_tab('gen_build_costs',['GENERATION_PROJECT','build_year','gen_overnight_cost','gen_fixed_om', 'gen_storage_energy_overnight_cost'],db_cursor) + + ######################################################## + # FINANCIALS + + print ' financials.dat...' + with open('financials.dat','w') as f: + f.write("param base_financial_year := 2018;\n") #updated from $2016 + f.write("param interest_rate := .05;\n") #updated from 7% + f.write("param discount_rate := .05;\n") #updated from 7% + + ######################################################## + # VARIABLE CAPACITY FACTORS + + #Pyomo will raise an error if a capacity factor is defined for a project on a timepoint when it is no longer operational (i.e. Canela 1 was built on 2007 and has a 30 year max age, so for tp's ocurring later than 2037, its capacity factor must not be written in the table). + + + # print ' variable_capacity_factors.tab...' + # db_cursor.execute(""" + # select generation_plant_id, t.raw_timepoint_id, capacity_factor + # FROM variable_capacity_factors_historical v + # JOIN projection_to_future_timepoint ON(v.raw_timepoint_id = historical_timepoint_id) + # JOIN generation_plant_scenario_member USING(generation_plant_id) + # JOIN sampled_timepoint as t ON(t.raw_timepoint_id = future_timepoint_id) + # WHERE generation_plant_scenario_id = %(generation_plant_scenario)s + # AND t.time_sample_id=%(id)s + # """, { + # 'id': time_sample_id, + # 'generation_plant_scenario': generation_plant_scenario_id + # }) + # write_tab('variable_capacity_factors', + # ['GENERATION_PROJECT','timepoint','gen_max_capacity_factor'], db_cursor) + + print ' variable_capacity_factors.tab...' + #db_cursor.execute(""" + # select generation_plant_id, t.raw_timepoint_id, capacity_factor + # FROM variable_capacity_factors_exist_and_candidate_gen v + # JOIN generation_plant_scenario_member USING(generation_plant_id) + # JOIN sampled_timepoint as t ON(t.raw_timepoint_id = v.raw_timepoint_id) + # WHERE generation_plant_scenario_id = %(generation_plant_scenario)s + # AND t.time_sample_id=%(id)s + # """, { + # 'id': time_sample_id, + # 'generation_plant_scenario': generation_plant_scenario_id + # }) + # write_tab('variable_capacity_factors', + # ['GENERATION_PROJECT','timepoint','gen_max_capacity_factor'], db_cursor) + # db_cursor.execute(""" + from pprint import pprint + pprint( + """select generation_plant_id, t.raw_timepoint_id, capacity_factor + FROM variable_capacity_factors_exist_and_candidate_gen v + JOIN generation_plant_scenario_member USING(generation_plant_id) + JOIN sampled_timepoint as t ON(t.raw_timepoint_id = v.raw_timepoint_id) + WHERE generation_plant_scenario_id = %(generation_plant_scenario)s + AND t.time_sample_id=%(id)s + """.format({ + 'id': time_sample_id, + 'generation_plant_scenario': generation_plant_scenario_id + })) + + ######################################################## + # HYDROPOWER + + print ' hydro_timeseries.tab...' +# db_cursor.execute(("""select generation_plant_id as hydro_project, +# {timeseries_id_select}, +# hydro_min_flow_mw, hydro_avg_flow_mw +# from hydro_historical_monthly_capacity_factors +# join sampled_timeseries on(month = date_part('month', first_timepoint_utc)) +# where hydro_simple_scenario_id={id1} +# and time_sample_id = {id2}; +# """).format(timeseries_id_select=timeseries_id_select, id1=hydro_simple_scenario_id, id2=time_sample_id)) + # Work-around for some hydro plants having 100% capacity factors in a month, which exceeds their + # standard maintenance derating of 5%. These conditions arise periodically with individual hydro + # units, but rarely or never for virtual hydro units that aggregate all hydro in a zone or + # zone + watershed. Eventually, we may rethink this derating, but it is a reasonable + # approximation for a large hydro fleet where plant outages are individual random events. + # Negative flows are replaced by 0.01. + db_cursor.execute((""" + select generation_plant_id as hydro_project, + {timeseries_id_select}, + CASE WHEN hydro_min_flow_mw <= 0 THEN 0.01 + WHEN hydro_min_flow_mw > capacity_limit_mw*(1-forced_outage_rate) THEN capacity_limit_mw*(1-forced_outage_rate) + ELSE hydro_min_flow_mw END, + CASE WHEN hydro_avg_flow_mw <= 0 THEN 0.01 ELSE + least(hydro_avg_flow_mw, (capacity_limit_mw) * (1-forced_outage_rate)) END as hydro_avg_flow_mw + from hydro_historical_monthly_capacity_factors + join sampled_timeseries on(month = date_part('month', first_timepoint_utc) and year = date_part('year', first_timepoint_utc)) + join generation_plant using (generation_plant_id) + join generation_plant_scenario_member using(generation_plant_id) + where generation_plant_scenario_id = {id3} + and hydro_simple_scenario_id={id1} + and time_sample_id = {id2}; + """).format(timeseries_id_select=timeseries_id_select, id1=hydro_simple_scenario_id, id2=time_sample_id, id3=generation_plant_scenario_id)) + write_tab('hydro_timeseries',['hydro_project','timeseries','hydro_min_flow_mw', 'hydro_avg_flow_mw'],db_cursor) + + ######################################################## + # CARBON CAP + + # future work: join with table with carbon_cost_dollar_per_tco2 + print ' carbon_policies.tab...' + db_cursor.execute(("""select period, AVG(carbon_cap_tco2_per_yr) as carbon_cap_tco2_per_yr, AVG(carbon_cap_tco2_per_yr_CA) as carbon_cap_tco2_per_yr_CA, + '.' as carbon_cost_dollar_per_tco2 + from + (select carbon_cap_tco2_per_yr, carbon_cap_tco2_per_yr_CA, year, + (case when + year >= period.start_year + and year <= period.start_year + length_yrs -1 then label else 0 end) as period + from switch.carbon_cap + join switch.period on(year>=start_year) + where study_timeframe_id = {id1} and carbon_cap_scenario_id = {id2}) as w + where period!=0 + group by period + order by 1; + """).format(id1=study_timeframe_id, id2=carbon_cap_scenario_id)) + write_tab('carbon_policies',['PERIOD','carbon_cap_tco2_per_yr','carbon_cap_tco2_per_yr_CA','carbon_cost_dollar_per_tco2'],db_cursor) + + ######################################################## + # RPS + if rps_scenario_id is not None: + print ' rps_targets.tab...' + db_cursor.execute(("""select load_zone, w.period as period, avg(rps_target) as rps_target + from + (select load_zone, rps_target, + (case when + year >= period.start_year + and year <= period.start_year + length_yrs -1 then label else 0 end) as period + from switch.rps_target + join switch.period on(year>=start_year) + where study_timeframe_id = {id1} and rps_scenario_id = {id2}) as w + where period!=0 + group by load_zone, period + order by 1, 2; + """).format(id1=study_timeframe_id, id2=rps_scenario_id)) + write_tab('rps_targets',['load_zone','period','rps_target'],db_cursor) + + ######################################################## + # BIO_SOLID SUPPLY CURVE + + if supply_curves_scenario_id is not None: + print ' fuel_supply_curves.tab...' + db_cursor.execute((""" + select regional_fuel_market, label as period, tier, unit_cost, + (case when max_avail_at_cost is null then 'inf' + else max_avail_at_cost::varchar end) as max_avail_at_cost + from switch.fuel_supply_curves + join switch.period on(year>=start_year) + where year=FLOOR(period.start_year + length_yrs/2-1) + and study_timeframe_id = {id1} + and supply_curves_scenario_id = {id2}; + """).format(id1=study_timeframe_id, id2=supply_curves_scenario_id)) + write_tab('fuel_supply_curves',['regional_fuel_market','period','tier', 'unit_cost', 'max_avail_at_cost'],db_cursor) + + print ' regional_fuel_markets.tab...' + db_cursor.execute((""" + select regional_fuel_market, fuel + from switch.regional_fuel_market + where regional_fuel_market_scenario_id={id}; + """).format(id=regional_fuel_market_scenario_id)) + write_tab('regional_fuel_markets',['regional_fuel_market','fuel'],db_cursor) + + print ' zone_to_regional_fuel_market.tab...' + db_cursor.execute((""" + select load_zone, regional_fuel_market + from switch.zone_to_regional_fuel_market + where zone_to_regional_fuel_market_scenario_id={id}; + """).format(id=zone_to_regional_fuel_market_scenario_id)) + write_tab('zone_to_regional_fuel_market',['load_zone','regional_fuel_market'],db_cursor) + + + ######################################################## + # DEMAND RESPONSE + if enable_dr is not None: + print ' dr_data.tab...' + db_cursor.execute((""" + select load_zone_name as load_zone, sampled_timepoint.raw_timepoint_id AS timepoint, + case + when load_zone_id>=10 and load_zone_id<=21 and extract(year from sampled_timepoint.timestamp_utc)=2020 then 2/3.0*0.00754508*demand_mw + when load_zone_id>=10 and load_zone_id<=21 and extract(year from sampled_timepoint.timestamp_utc)=2030 then 2/3.0*0.045379091*demand_mw + when load_zone_id>=10 and load_zone_id<=21 and extract(year from sampled_timepoint.timestamp_utc)=2040 then 2/3.0*0.13360012*demand_mw + when load_zone_id>=10 and load_zone_id<=21 and extract(year from sampled_timepoint.timestamp_utc)=2050 then 2/3.0*0.206586443*demand_mw + when (load_zone_id<10 or load_zone_id>21) and extract(year from sampled_timepoint.timestamp_utc)=2020 then 2/3.0*0.001596991*demand_mw + when (load_zone_id<10 or load_zone_id>21) and extract(year from sampled_timepoint.timestamp_utc)=2030 then 2/3.0*0.013019135*demand_mw + when (load_zone_id<10 or load_zone_id>21) and extract(year from sampled_timepoint.timestamp_utc)=2040 then 2/3.0*0.048725149*demand_mw + when (load_zone_id<10 or load_zone_id>21) and extract(year from sampled_timepoint.timestamp_utc)=2050 then 2/3.0*0.12583359*demand_mw + end as dr_shift_down_limit, + NULL as dr_shift_up_limit + from sampled_timepoint + left join demand_timeseries on sampled_timepoint.raw_timepoint_id=demand_timeseries.raw_timepoint_id + where demand_scenario_id = {id1} + and study_timeframe_id = {id2} + order by demand_scenario_id, load_zone_id, sampled_timepoint.raw_timepoint_id; + """).format(id1=demand_scenario_id, id2=study_timeframe_id)) + write_tab('dr_data',['LOAD_ZONE','timepoint','dr_shift_down_limit', 'dr_shift_up_limit'],db_cursor) + + + ######################################################## + # ELECTRIC VEHICLES + if enable_ev is not None: + print ' ev_limits.tab...' + db_cursor.execute((""" + SELECT load_zone_name as load_zone, raw_timepoint_id as timepoint, + (CASE + WHEN raw_timepoint_id=max_raw_timepoint_id THEN ev_cumulative_charge_upper_mwh + ELSE ev_cumulative_charge_lower_mwh + END) AS ev_cumulative_charge_lower_mwh, + ev_cumulative_charge_upper_mwh, + ev_charge_limit as ev_charge_limit_mw + FROM( + --Table sample_points: with the sample points + SELECT + load_zone_id, + ev_profiles_per_timepoint_v3.raw_timepoint_id, + sampled_timeseries_id, + sampled_timepoint.timestamp_utc, + load_zone_name, + ev_cumulative_charge_lower_mwh, + ev_cumulative_charge_upper_mwh, + ev_charge_limit FROM ev_profiles_per_timepoint_v3 + LEFT JOIN sampled_timepoint + ON ev_profiles_per_timepoint_v3.raw_timepoint_id = sampled_timepoint.raw_timepoint_id + WHERE study_timeframe_id = {id} + --END sample_points + )AS sample_points + LEFT JOIN( + --Table max_raw: with max raw_timepoint_id per _sample_timesseries_id + SELECT + sampled_timeseries_id, + MAX(raw_timepoint_id) AS max_raw_timepoint_id + FROM sampled_timepoint + WHERE study_timeframe_id = {id} + GROUP BY sampled_timeseries_id + --END max_raw + )AS max_raw + ON max_raw.sampled_timeseries_id=sample_points.sampled_timeseries_id + ORDER BY load_zone_id, raw_timepoint_id ; + """).format(id=study_timeframe_id)) + write_tab('ev_limits',['LOAD_ZONE','timepoint','ev_cumulative_charge_lower_mwh', 'ev_cumulative_charge_upper_mwh', 'ev_charge_limit_mw'],db_cursor) + + + + end_time = time.time() + + print '\nScript took %s seconds building input tables.' % (end_time-start_time) + shutdown() + +#calls the main function +if __name__ == "__main__": + main() diff --git a/switch_model/wecc/database/baseline_creation/make_new_carbon_cap_scenario.sql b/switch_model/wecc/database/baseline_creation/make_new_carbon_cap_scenario.sql new file mode 100644 index 000000000..f722e31ae --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/make_new_carbon_cap_scenario.sql @@ -0,0 +1,18 @@ +-- Create a new carbon cap scenario 91 that updates the carbon cap for WECC and CA. The WECC cap is 80% of 1990 emissions by 2045 and subtracting out the cap for CA. The CA cap uses historical 2010 to 2018 actual emissions, and then reaches 0 by 2045 to meet SB100 goals +-- Text of the SB100 bill is here: https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB100 + +-- testing: +-- make a new backup table to keep backup copy of carbon cap table +--CREATE TABLE switch.jsz_backup_carbon_cap (LIKE switch.carbon_cap INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup_carbon_cap SELECT * FROM switch.carbon_cap; + +-- make a second backup table to test +--CREATE TABLE switch.jsz_backup2_carbon_cap (LIKE switch.carbon_cap INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup2_carbon_cap SELECT * FROM switch.carbon_cap; + +--import csv into second backup table: +-- use PGAdmin import wizard, which runs this command: +-- "/Applications/pgAdmin 4.app/Contents/SharedSupport/psql" --command " "\\copy switch.jsz_backup2_carbon_cap (carbon_cap_scenario_id, carbon_cap_scenario_name, year, carbon_cap_tco2_per_yr, carbon_cost_dollar_per_tco2, carbon_cap_tco2_per_yr_ca) FROM '/Users/juliaszinai/Dropbox/Linux_work/switch/WECC/Data for SWITCH_WECC_baseline/carbon_cap_scenario_91.csv' DELIMITER ',' CSV HEADER QUOTE '\"' NULL 'NULL' ESCAPE '''';"" +-- adding new data to real db table: + +-- import csv into rps_target table: +-- use PGAdmin import wizard, which runs this command: +"/Applications/pgAdmin 4.app/Contents/SharedSupport/psql" --command " "\\copy switch.carbon_cap (carbon_cap_scenario_id, carbon_cap_scenario_name, year, carbon_cap_tco2_per_yr, carbon_cost_dollar_per_tco2, carbon_cap_tco2_per_yr_ca) FROM '/Users/juliaszinai/Dropbox/Linux_work/switch/WECC/Data for SWITCH_WECC_baseline/carbon_cap_scenario_91.csv' DELIMITER ',' CSV HEADER QUOTE '\"' NULL 'NULL' ESCAPE '''';"" diff --git a/switch_model/wecc/database/baseline_creation/make_new_rps_scenario.sql b/switch_model/wecc/database/baseline_creation/make_new_rps_scenario.sql new file mode 100644 index 000000000..02ef4d81b --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/make_new_rps_scenario.sql @@ -0,0 +1,248 @@ +-- Create a new RPS scenario 6 that updates the RPS requirements for the California load zones to be consistent with SB 100: 44% by 2024, 47% by 2025, 50% by 2026, 52% by 2027, 55% for 2028, 27% by 2029, 60% by 2030 +-- Text of the SB100 bill is here: https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB100 + +-- create a copy of scenario 1 as scenario 6 +INSERT INTO switch.rps_target (rps_scenario_id, load_zone, year, rps_target) + +SELECT 6 AS rps_scenario_id, load_zone, year, rps_target +FROM switch.rps_target +WHERE rps_scenario_id = 1; + +-- update the percentages of RPS targets just for the CA load zones per the percentages consistent with SB 100: 44% by 2024, 47% by 2025, 50% by 2026, 52% by 2027, 55% for 2028, 27% by 2029, 60% by 2030 + +-- --testing on backup table first +-- DROP table switch.jsz_backup_rps_target; CREATE TABLE switch.jsz_backup_rps_target (LIKE switch.rps_target INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup_rps_target SELECT * FROM switch.rps_target; + +-- -- 44% by 2024 +-- WITH t AS +-- (SELECT rps_scenario_id, load_zone, year, rps_target +-- FROM jsz_backup_rps_target +-- WHERE rps_scenario_id = 6 +-- AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +-- AND year = 2024) + +-- UPDATE switch.jsz_backup_rps_target a +-- SET rps_target = 0.44 +-- FROM t +-- WHERE a.year = t.year +-- AND a.load_zone = t.load_zone +-- AND a.rps_scenario_id = t.rps_scenario_id + +-- -- 47% by 2025 +-- WITH t AS +-- (SELECT rps_scenario_id, load_zone, year, rps_target +-- FROM jsz_backup_rps_target +-- WHERE rps_scenario_id = 6 +-- AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +-- AND year = 2025) + +-- UPDATE switch.jsz_backup_rps_target a +-- SET rps_target = 0.47 +-- FROM t +-- WHERE a.year = t.year +-- AND a.load_zone = t.load_zone +-- AND a.rps_scenario_id = t.rps_scenario_id + +-- -- 50% by 2026 +-- WITH t AS +-- (SELECT rps_scenario_id, load_zone, year, rps_target +-- FROM jsz_backup_rps_target +-- WHERE rps_scenario_id = 6 +-- AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +-- AND year = 2026) + +-- UPDATE switch.jsz_backup_rps_target a +-- SET rps_target = 0.50 +-- FROM t +-- WHERE a.year = t.year +-- AND a.load_zone = t.load_zone +-- AND a.rps_scenario_id = t.rps_scenario_id + +-- -- 52% by 2027 +-- WITH t AS +-- (SELECT rps_scenario_id, load_zone, year, rps_target +-- FROM jsz_backup_rps_target +-- WHERE rps_scenario_id = 6 +-- AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +-- AND year = 2027) + +-- UPDATE switch.jsz_backup_rps_target a +-- SET rps_target = 0.52 +-- FROM t +-- WHERE a.year = t.year +-- AND a.load_zone = t.load_zone +-- AND a.rps_scenario_id = t.rps_scenario_id + +-- -- 55% by 2028 +-- WITH t AS +-- (SELECT rps_scenario_id, load_zone, year, rps_target +-- FROM jsz_backup_rps_target +-- WHERE rps_scenario_id = 6 +-- AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +-- AND year = 2028) + +-- UPDATE switch.jsz_backup_rps_target a +-- SET rps_target = 0.55 +-- FROM t +-- WHERE a.year = t.year +-- AND a.load_zone = t.load_zone +-- AND a.rps_scenario_id = t.rps_scenario_id + +-- -- 57% by 2029 +-- WITH t AS +-- (SELECT rps_scenario_id, load_zone, year, rps_target +-- FROM jsz_backup_rps_target +-- WHERE rps_scenario_id = 6 +-- AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +-- AND year = 2029) + +-- UPDATE switch.jsz_backup_rps_target a +-- SET rps_target = 0.57 +-- FROM t +-- WHERE a.year = t.year +-- AND a.load_zone = t.load_zone +-- AND a.rps_scenario_id = t.rps_scenario_id + +-- -- 60% by 2030 and beyond +-- WITH t AS +-- (SELECT rps_scenario_id, load_zone, year, rps_target +-- FROM jsz_backup_rps_target +-- WHERE rps_scenario_id = 6 +-- AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +-- AND year >= 2030) + +-- UPDATE switch.jsz_backup_rps_target a +-- SET rps_target = 0.60 +-- FROM t +-- WHERE a.year = t.year +-- AND a.load_zone = t.load_zone +-- AND a.rps_scenario_id = t.rps_scenario_id + + +-- Run queries on real rps_target table + +-- 44% by 2024 +WITH t AS +(SELECT rps_scenario_id, load_zone, year, rps_target +FROM rps_target +WHERE rps_scenario_id = 6 +AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +AND year = 2024) + +UPDATE switch.rps_target a +SET rps_target = 0.44 +FROM t +WHERE a.year = t.year +AND a.load_zone = t.load_zone +AND a.rps_scenario_id = t.rps_scenario_id + +-- 47% by 2025 +WITH t AS +(SELECT rps_scenario_id, load_zone, year, rps_target +FROM rps_target +WHERE rps_scenario_id = 6 +AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +AND year = 2025) + +UPDATE switch.rps_target a +SET rps_target = 0.47 +FROM t +WHERE a.year = t.year +AND a.load_zone = t.load_zone +AND a.rps_scenario_id = t.rps_scenario_id + +-- 50% by 2026 +WITH t AS +(SELECT rps_scenario_id, load_zone, year, rps_target +FROM rps_target +WHERE rps_scenario_id = 6 +AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +AND year = 2026) + +UPDATE switch.rps_target a +SET rps_target = 0.50 +FROM t +WHERE a.year = t.year +AND a.load_zone = t.load_zone +AND a.rps_scenario_id = t.rps_scenario_id + +-- 52% by 2027 +WITH t AS +(SELECT rps_scenario_id, load_zone, year, rps_target +FROM rps_target +WHERE rps_scenario_id = 6 +AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +AND year = 2027) + +UPDATE switch.rps_target a +SET rps_target = 0.52 +FROM t +WHERE a.year = t.year +AND a.load_zone = t.load_zone +AND a.rps_scenario_id = t.rps_scenario_id + +-- 55% by 2028 +WITH t AS +(SELECT rps_scenario_id, load_zone, year, rps_target +FROM rps_target +WHERE rps_scenario_id = 6 +AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +AND year = 2028) + +UPDATE switch.rps_target a +SET rps_target = 0.55 +FROM t +WHERE a.year = t.year +AND a.load_zone = t.load_zone +AND a.rps_scenario_id = t.rps_scenario_id + +-- 57% by 2029 +WITH t AS +(SELECT rps_scenario_id, load_zone, year, rps_target +FROM rps_target +WHERE rps_scenario_id = 6 +AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +AND year = 2029) + +UPDATE switch.rps_target a +SET rps_target = 0.57 +FROM t +WHERE a.year = t.year +AND a.load_zone = t.load_zone +AND a.rps_scenario_id = t.rps_scenario_id + +-- 60% by 2030 and beyond +WITH t AS +(SELECT rps_scenario_id, load_zone, year, rps_target +FROM rps_target +WHERE rps_scenario_id = 6 +AND load_zone IN ('CA_IID','CA_LADWP','CA_PGE_BAY','CA_PGE_CEN','CA_PGE_N','CA_PGE_S','CA_SCE_CEN','CA_SCE_S','CA_SCE_SE','CA_SCE_VLY','CA_SDGE','CA_SMUD') +AND year >= 2030) + +UPDATE switch.rps_target a +SET rps_target = 0.60 +FROM t +WHERE a.year = t.year +AND a.load_zone = t.load_zone +AND a.rps_scenario_id = t.rps_scenario_id + +-- Make a new scenario 7 that updates all RPS in the SWITCH load zones (including outside of CA) and imports those values from a csv 'rps_scenario_id_7_new.csv' +-- documentation on the percentages for each load zone is here: +-- https://docs.google.com/document/d/1YZwKxv8_WFYBBP5WauEnpXcCGrrn31Jy-kdYEY1xo5o/edit + +-- testing: +-- make a new backup table to keep backup copy of RPS target table +--CREATE TABLE switch.jsz_backup2_rps_target (LIKE switch.rps_target INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup2_rps_target SELECT * FROM switch.rps_target; + +-- make a second backup table to test +-- CREATE TABLE switch.jsz_backup3_rps_target (LIKE switch.rps_target INCLUDING INDEXES INCLUDING DEFAULTS INCLUDING CONSTRAINTS); INSERT INTO switch.jsz_backup3_rps_target SELECT * FROM switch.rps_target; + +--import csv into second backup table: +-- use PGAdmin import wizard, which runs this command: +-- "/Applications/pgAdmin 4.app/Contents/SharedSupport/psql" --command " "\\copy switch.jsz_backup3_rps_target (rps_scenario_id, load_zone, year, rps_target) FROM '/Users/juliaszinai/Dropbox/Linux_work/switch/WECC/Data for SWITCH_WECC_baseline/rps_scenario_id_7_new.csv' DELIMITER ',' CSV HEADER QUOTE '\"' ESCAPE '''';"" + +-- adding new data to real db table: + +-- import csv into rps_target table: +-- use PGAdmin import wizard, which runs this command: +"/Applications/pgAdmin 4.app/Contents/SharedSupport/psql" --command " "\\copy switch.rps_target (rps_scenario_id, load_zone, year, rps_target) FROM '/Users/juliaszinai/Dropbox/Linux_work/switch/WECC/Data for SWITCH_WECC_baseline/rps_scenario_id_7_new.csv' DELIMITER ',' CSV HEADER QUOTE '\"' ESCAPE '''';"" diff --git a/switch_model/wecc/database/baseline_creation/query_to_build_variable_cap_factor_inputs.sql b/switch_model/wecc/database/baseline_creation/query_to_build_variable_cap_factor_inputs.sql new file mode 100644 index 000000000..a8e88d26f --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/query_to_build_variable_cap_factor_inputs.sql @@ -0,0 +1,6 @@ +select generation_plant_id, t.raw_timepoint_id, capacity_factor +FROM variable_capacity_factors_exist_and_candidate_gen v +JOIN generation_plant_scenario_member USING(generation_plant_id) +JOIN sampled_timepoint as t ON(t.raw_timepoint_id = v.raw_timepoint_id) +WHERE generation_plant_scenario_id = 22 +AND t.time_sample_id=3; \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/rps_scenario_id_6.csv b/switch_model/wecc/database/baseline_creation/rps_scenario_id_6.csv new file mode 100644 index 000000000..4c52d21a4 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/rps_scenario_id_6.csv @@ -0,0 +1,3551 @@ +rps_scenario_id,load_zone,year,rps_target +6,AZ_APS_E,2010,0.025 +6,AZ_APS_E,2011,0.03 +6,AZ_APS_E,2012,0.035 +6,AZ_APS_E,2013,0.04 +6,AZ_APS_E,2014,0.045 +6,AZ_APS_E,2015,0.05 +6,AZ_APS_E,2016,0.06 +6,AZ_APS_E,2017,0.07 +6,AZ_APS_E,2018,0.08 +6,AZ_APS_E,2019,0.09 +6,AZ_APS_E,2020,0.1 +6,AZ_APS_E,2021,0.11 +6,AZ_APS_E,2022,0.12 +6,AZ_APS_E,2023,0.13 +6,AZ_APS_E,2024,0.14 +6,AZ_APS_E,2025,0.15 +6,AZ_APS_E,2026,0.15 +6,AZ_APS_E,2027,0.15 +6,AZ_APS_E,2028,0.15 +6,AZ_APS_E,2029,0.15 +6,AZ_APS_E,2030,0.15 +6,AZ_APS_E,2031,0.15 +6,AZ_APS_E,2032,0.15 +6,AZ_APS_E,2033,0.15 +6,AZ_APS_E,2034,0.15 +6,AZ_APS_E,2035,0.15 +6,AZ_APS_E,2036,0.15 +6,AZ_APS_E,2037,0.15 +6,AZ_APS_E,2038,0.15 +6,AZ_APS_E,2039,0.15 +6,AZ_APS_E,2040,0.15 +6,AZ_APS_E,2041,0.15 +6,AZ_APS_E,2042,0.15 +6,AZ_APS_E,2043,0.15 +6,AZ_APS_E,2044,0.15 +6,AZ_APS_E,2045,0.15 +6,AZ_APS_E,2046,0.15 +6,AZ_APS_E,2047,0.15 +6,AZ_APS_E,2048,0.15 +6,AZ_APS_E,2049,0.15 +6,AZ_APS_E,2050,0.15 +6,AZ_APS_E,2051,0.15 +6,AZ_APS_E,2052,0.15 +6,AZ_APS_E,2053,0.15 +6,AZ_APS_E,2054,0.15 +6,AZ_APS_E,2055,0.15 +6,AZ_APS_E,2056,0.15 +6,AZ_APS_E,2057,0.15 +6,AZ_APS_E,2058,0.15 +6,AZ_APS_E,2059,0.15 +6,AZ_APS_E,2060,0.15 +6,AZ_APS_E,2061,0.15 +6,AZ_APS_E,2062,0.15 +6,AZ_APS_E,2063,0.15 +6,AZ_APS_E,2064,0.15 +6,AZ_APS_E,2065,0.15 +6,AZ_APS_E,2066,0.15 +6,AZ_APS_E,2067,0.15 +6,AZ_APS_E,2068,0.15 +6,AZ_APS_E,2069,0.15 +6,AZ_APS_E,2070,0.15 +6,AZ_APS_E,2071,0.15 +6,AZ_APS_E,2072,0.15 +6,AZ_APS_E,2073,0.15 +6,AZ_APS_E,2074,0.15 +6,AZ_APS_E,2075,0.15 +6,AZ_APS_E,2076,0.15 +6,AZ_APS_E,2077,0.15 +6,AZ_APS_E,2078,0.15 +6,AZ_APS_E,2079,0.15 +6,AZ_APS_E,2080,0.15 +6,AZ_APS_N,2010,0.025 +6,AZ_APS_N,2011,0.03 +6,AZ_APS_N,2012,0.035 +6,AZ_APS_N,2013,0.04 +6,AZ_APS_N,2014,0.045 +6,AZ_APS_N,2015,0.05 +6,AZ_APS_N,2016,0.06 +6,AZ_APS_N,2017,0.07 +6,AZ_APS_N,2018,0.08 +6,AZ_APS_N,2019,0.09 +6,AZ_APS_N,2020,0.1 +6,AZ_APS_N,2021,0.11 +6,AZ_APS_N,2022,0.12 +6,AZ_APS_N,2023,0.13 +6,AZ_APS_N,2024,0.14 +6,AZ_APS_N,2025,0.15 +6,AZ_APS_N,2026,0.15 +6,AZ_APS_N,2027,0.15 +6,AZ_APS_N,2028,0.15 +6,AZ_APS_N,2029,0.15 +6,AZ_APS_N,2030,0.15 +6,AZ_APS_N,2031,0.15 +6,AZ_APS_N,2032,0.15 +6,AZ_APS_N,2033,0.15 +6,AZ_APS_N,2034,0.15 +6,AZ_APS_N,2035,0.15 +6,AZ_APS_N,2036,0.15 +6,AZ_APS_N,2037,0.15 +6,AZ_APS_N,2038,0.15 +6,AZ_APS_N,2039,0.15 +6,AZ_APS_N,2040,0.15 +6,AZ_APS_N,2041,0.15 +6,AZ_APS_N,2042,0.15 +6,AZ_APS_N,2043,0.15 +6,AZ_APS_N,2044,0.15 +6,AZ_APS_N,2045,0.15 +6,AZ_APS_N,2046,0.15 +6,AZ_APS_N,2047,0.15 +6,AZ_APS_N,2048,0.15 +6,AZ_APS_N,2049,0.15 +6,AZ_APS_N,2050,0.15 +6,AZ_APS_N,2051,0.15 +6,AZ_APS_N,2052,0.15 +6,AZ_APS_N,2053,0.15 +6,AZ_APS_N,2054,0.15 +6,AZ_APS_N,2055,0.15 +6,AZ_APS_N,2056,0.15 +6,AZ_APS_N,2057,0.15 +6,AZ_APS_N,2058,0.15 +6,AZ_APS_N,2059,0.15 +6,AZ_APS_N,2060,0.15 +6,AZ_APS_N,2061,0.15 +6,AZ_APS_N,2062,0.15 +6,AZ_APS_N,2063,0.15 +6,AZ_APS_N,2064,0.15 +6,AZ_APS_N,2065,0.15 +6,AZ_APS_N,2066,0.15 +6,AZ_APS_N,2067,0.15 +6,AZ_APS_N,2068,0.15 +6,AZ_APS_N,2069,0.15 +6,AZ_APS_N,2070,0.15 +6,AZ_APS_N,2071,0.15 +6,AZ_APS_N,2072,0.15 +6,AZ_APS_N,2073,0.15 +6,AZ_APS_N,2074,0.15 +6,AZ_APS_N,2075,0.15 +6,AZ_APS_N,2076,0.15 +6,AZ_APS_N,2077,0.15 +6,AZ_APS_N,2078,0.15 +6,AZ_APS_N,2079,0.15 +6,AZ_APS_N,2080,0.15 +6,AZ_APS_SW,2010,0.025 +6,AZ_APS_SW,2011,0.03 +6,AZ_APS_SW,2012,0.035 +6,AZ_APS_SW,2013,0.04 +6,AZ_APS_SW,2014,0.045 +6,AZ_APS_SW,2015,0.05 +6,AZ_APS_SW,2016,0.06 +6,AZ_APS_SW,2017,0.07 +6,AZ_APS_SW,2018,0.08 +6,AZ_APS_SW,2019,0.09 +6,AZ_APS_SW,2020,0.1 +6,AZ_APS_SW,2021,0.11 +6,AZ_APS_SW,2022,0.12 +6,AZ_APS_SW,2023,0.13 +6,AZ_APS_SW,2024,0.14 +6,AZ_APS_SW,2025,0.15 +6,AZ_APS_SW,2026,0.15 +6,AZ_APS_SW,2027,0.15 +6,AZ_APS_SW,2028,0.15 +6,AZ_APS_SW,2029,0.15 +6,AZ_APS_SW,2030,0.15 +6,AZ_APS_SW,2031,0.15 +6,AZ_APS_SW,2032,0.15 +6,AZ_APS_SW,2033,0.15 +6,AZ_APS_SW,2034,0.15 +6,AZ_APS_SW,2035,0.15 +6,AZ_APS_SW,2036,0.15 +6,AZ_APS_SW,2037,0.15 +6,AZ_APS_SW,2038,0.15 +6,AZ_APS_SW,2039,0.15 +6,AZ_APS_SW,2040,0.15 +6,AZ_APS_SW,2041,0.15 +6,AZ_APS_SW,2042,0.15 +6,AZ_APS_SW,2043,0.15 +6,AZ_APS_SW,2044,0.15 +6,AZ_APS_SW,2045,0.15 +6,AZ_APS_SW,2046,0.15 +6,AZ_APS_SW,2047,0.15 +6,AZ_APS_SW,2048,0.15 +6,AZ_APS_SW,2049,0.15 +6,AZ_APS_SW,2050,0.15 +6,AZ_APS_SW,2051,0.15 +6,AZ_APS_SW,2052,0.15 +6,AZ_APS_SW,2053,0.15 +6,AZ_APS_SW,2054,0.15 +6,AZ_APS_SW,2055,0.15 +6,AZ_APS_SW,2056,0.15 +6,AZ_APS_SW,2057,0.15 +6,AZ_APS_SW,2058,0.15 +6,AZ_APS_SW,2059,0.15 +6,AZ_APS_SW,2060,0.15 +6,AZ_APS_SW,2061,0.15 +6,AZ_APS_SW,2062,0.15 +6,AZ_APS_SW,2063,0.15 +6,AZ_APS_SW,2064,0.15 +6,AZ_APS_SW,2065,0.15 +6,AZ_APS_SW,2066,0.15 +6,AZ_APS_SW,2067,0.15 +6,AZ_APS_SW,2068,0.15 +6,AZ_APS_SW,2069,0.15 +6,AZ_APS_SW,2070,0.15 +6,AZ_APS_SW,2071,0.15 +6,AZ_APS_SW,2072,0.15 +6,AZ_APS_SW,2073,0.15 +6,AZ_APS_SW,2074,0.15 +6,AZ_APS_SW,2075,0.15 +6,AZ_APS_SW,2076,0.15 +6,AZ_APS_SW,2077,0.15 +6,AZ_APS_SW,2078,0.15 +6,AZ_APS_SW,2079,0.15 +6,AZ_APS_SW,2080,0.15 +6,AZ_NM_N,2010,0 +6,AZ_NM_N,2011,0 +6,AZ_NM_N,2012,0 +6,AZ_NM_N,2013,0 +6,AZ_NM_N,2014,0 +6,AZ_NM_N,2015,0 +6,AZ_NM_N,2016,0 +6,AZ_NM_N,2017,0 +6,AZ_NM_N,2018,0 +6,AZ_NM_N,2019,0 +6,AZ_NM_N,2020,0 +6,AZ_NM_N,2021,0 +6,AZ_NM_N,2022,0 +6,AZ_NM_N,2023,0 +6,AZ_NM_N,2024,0 +6,AZ_NM_N,2025,0 +6,AZ_NM_N,2026,0 +6,AZ_NM_N,2027,0 +6,AZ_NM_N,2028,0 +6,AZ_NM_N,2029,0 +6,AZ_NM_N,2030,0 +6,AZ_NM_N,2031,0 +6,AZ_NM_N,2032,0 +6,AZ_NM_N,2033,0 +6,AZ_NM_N,2034,0 +6,AZ_NM_N,2035,0 +6,AZ_NM_N,2036,0 +6,AZ_NM_N,2037,0 +6,AZ_NM_N,2038,0 +6,AZ_NM_N,2039,0 +6,AZ_NM_N,2040,0 +6,AZ_NM_N,2041,0 +6,AZ_NM_N,2042,0 +6,AZ_NM_N,2043,0 +6,AZ_NM_N,2044,0 +6,AZ_NM_N,2045,0 +6,AZ_NM_N,2046,0 +6,AZ_NM_N,2047,0 +6,AZ_NM_N,2048,0 +6,AZ_NM_N,2049,0 +6,AZ_NM_N,2050,0 +6,AZ_NM_N,2051,0 +6,AZ_NM_N,2052,0 +6,AZ_NM_N,2053,0 +6,AZ_NM_N,2054,0 +6,AZ_NM_N,2055,0 +6,AZ_NM_N,2056,0 +6,AZ_NM_N,2057,0 +6,AZ_NM_N,2058,0 +6,AZ_NM_N,2059,0 +6,AZ_NM_N,2060,0 +6,AZ_NM_N,2061,0 +6,AZ_NM_N,2062,0 +6,AZ_NM_N,2063,0 +6,AZ_NM_N,2064,0 +6,AZ_NM_N,2065,0 +6,AZ_NM_N,2066,0 +6,AZ_NM_N,2067,0 +6,AZ_NM_N,2068,0 +6,AZ_NM_N,2069,0 +6,AZ_NM_N,2070,0 +6,AZ_NM_N,2071,0 +6,AZ_NM_N,2072,0 +6,AZ_NM_N,2073,0 +6,AZ_NM_N,2074,0 +6,AZ_NM_N,2075,0 +6,AZ_NM_N,2076,0 +6,AZ_NM_N,2077,0 +6,AZ_NM_N,2078,0 +6,AZ_NM_N,2079,0 +6,AZ_NM_N,2080,0 +6,AZ_NW,2010,0.025013 +6,AZ_NW,2011,0.0300126 +6,AZ_NW,2012,0.0350123 +6,AZ_NW,2013,0.0400119 +6,AZ_NW,2014,0.0450127 +6,AZ_NW,2015,0.0500136 +6,AZ_NW,2016,0.0600141 +6,AZ_NW,2017,0.0700148 +6,AZ_NW,2018,0.0800156 +6,AZ_NW,2019,0.0900163 +6,AZ_NW,2020,0.100017 +6,AZ_NW,2021,0.110016 +6,AZ_NW,2022,0.120016 +6,AZ_NW,2023,0.130015 +6,AZ_NW,2024,0.140014 +6,AZ_NW,2025,0.150013 +6,AZ_NW,2026,0.150013 +6,AZ_NW,2027,0.150013 +6,AZ_NW,2028,0.150013 +6,AZ_NW,2029,0.150013 +6,AZ_NW,2030,0.150013 +6,AZ_NW,2031,0.150013 +6,AZ_NW,2032,0.150013 +6,AZ_NW,2033,0.150013 +6,AZ_NW,2034,0.150013 +6,AZ_NW,2035,0.150013 +6,AZ_NW,2036,0.150013 +6,AZ_NW,2037,0.150013 +6,AZ_NW,2038,0.150013 +6,AZ_NW,2039,0.150013 +6,AZ_NW,2040,0.150013 +6,AZ_NW,2041,0.150013 +6,AZ_NW,2042,0.150013 +6,AZ_NW,2043,0.150013 +6,AZ_NW,2044,0.150013 +6,AZ_NW,2045,0.150013 +6,AZ_NW,2046,0.150013 +6,AZ_NW,2047,0.150013 +6,AZ_NW,2048,0.150013 +6,AZ_NW,2049,0.150013 +6,AZ_NW,2050,0.150013 +6,AZ_NW,2051,0.150013 +6,AZ_NW,2052,0.150013 +6,AZ_NW,2053,0.150013 +6,AZ_NW,2054,0.150013 +6,AZ_NW,2055,0.150013 +6,AZ_NW,2056,0.150013 +6,AZ_NW,2057,0.150013 +6,AZ_NW,2058,0.150013 +6,AZ_NW,2059,0.150013 +6,AZ_NW,2060,0.150013 +6,AZ_NW,2061,0.150013 +6,AZ_NW,2062,0.150013 +6,AZ_NW,2063,0.150013 +6,AZ_NW,2064,0.150013 +6,AZ_NW,2065,0.150013 +6,AZ_NW,2066,0.150013 +6,AZ_NW,2067,0.150013 +6,AZ_NW,2068,0.150013 +6,AZ_NW,2069,0.150013 +6,AZ_NW,2070,0.150013 +6,AZ_NW,2071,0.150013 +6,AZ_NW,2072,0.150013 +6,AZ_NW,2073,0.150013 +6,AZ_NW,2074,0.150013 +6,AZ_NW,2075,0.150013 +6,AZ_NW,2076,0.150013 +6,AZ_NW,2077,0.150013 +6,AZ_NW,2078,0.150013 +6,AZ_NW,2079,0.150013 +6,AZ_NW,2080,0.150013 +6,AZ_PHX,2010,0.025 +6,AZ_PHX,2011,0.03 +6,AZ_PHX,2012,0.035 +6,AZ_PHX,2013,0.04 +6,AZ_PHX,2014,0.045 +6,AZ_PHX,2015,0.05 +6,AZ_PHX,2016,0.06 +6,AZ_PHX,2017,0.07 +6,AZ_PHX,2018,0.08 +6,AZ_PHX,2019,0.09 +6,AZ_PHX,2020,0.1 +6,AZ_PHX,2021,0.11 +6,AZ_PHX,2022,0.12 +6,AZ_PHX,2023,0.13 +6,AZ_PHX,2024,0.14 +6,AZ_PHX,2025,0.15 +6,AZ_PHX,2026,0.15 +6,AZ_PHX,2027,0.15 +6,AZ_PHX,2028,0.15 +6,AZ_PHX,2029,0.15 +6,AZ_PHX,2030,0.15 +6,AZ_PHX,2031,0.15 +6,AZ_PHX,2032,0.15 +6,AZ_PHX,2033,0.15 +6,AZ_PHX,2034,0.15 +6,AZ_PHX,2035,0.15 +6,AZ_PHX,2036,0.15 +6,AZ_PHX,2037,0.15 +6,AZ_PHX,2038,0.15 +6,AZ_PHX,2039,0.15 +6,AZ_PHX,2040,0.15 +6,AZ_PHX,2041,0.15 +6,AZ_PHX,2042,0.15 +6,AZ_PHX,2043,0.15 +6,AZ_PHX,2044,0.15 +6,AZ_PHX,2045,0.15 +6,AZ_PHX,2046,0.15 +6,AZ_PHX,2047,0.15 +6,AZ_PHX,2048,0.15 +6,AZ_PHX,2049,0.15 +6,AZ_PHX,2050,0.15 +6,AZ_PHX,2051,0.15 +6,AZ_PHX,2052,0.15 +6,AZ_PHX,2053,0.15 +6,AZ_PHX,2054,0.15 +6,AZ_PHX,2055,0.15 +6,AZ_PHX,2056,0.15 +6,AZ_PHX,2057,0.15 +6,AZ_PHX,2058,0.15 +6,AZ_PHX,2059,0.15 +6,AZ_PHX,2060,0.15 +6,AZ_PHX,2061,0.15 +6,AZ_PHX,2062,0.15 +6,AZ_PHX,2063,0.15 +6,AZ_PHX,2064,0.15 +6,AZ_PHX,2065,0.15 +6,AZ_PHX,2066,0.15 +6,AZ_PHX,2067,0.15 +6,AZ_PHX,2068,0.15 +6,AZ_PHX,2069,0.15 +6,AZ_PHX,2070,0.15 +6,AZ_PHX,2071,0.15 +6,AZ_PHX,2072,0.15 +6,AZ_PHX,2073,0.15 +6,AZ_PHX,2074,0.15 +6,AZ_PHX,2075,0.15 +6,AZ_PHX,2076,0.15 +6,AZ_PHX,2077,0.15 +6,AZ_PHX,2078,0.15 +6,AZ_PHX,2079,0.15 +6,AZ_PHX,2080,0.15 +6,AZ_SE,2010,0.025 +6,AZ_SE,2011,0.03 +6,AZ_SE,2012,0.035 +6,AZ_SE,2013,0.04 +6,AZ_SE,2014,0.045 +6,AZ_SE,2015,0.05 +6,AZ_SE,2016,0.06 +6,AZ_SE,2017,0.07 +6,AZ_SE,2018,0.08 +6,AZ_SE,2019,0.09 +6,AZ_SE,2020,0.1 +6,AZ_SE,2021,0.11 +6,AZ_SE,2022,0.12 +6,AZ_SE,2023,0.13 +6,AZ_SE,2024,0.14 +6,AZ_SE,2025,0.15 +6,AZ_SE,2026,0.15 +6,AZ_SE,2027,0.15 +6,AZ_SE,2028,0.15 +6,AZ_SE,2029,0.15 +6,AZ_SE,2030,0.15 +6,AZ_SE,2031,0.15 +6,AZ_SE,2032,0.15 +6,AZ_SE,2033,0.15 +6,AZ_SE,2034,0.15 +6,AZ_SE,2035,0.15 +6,AZ_SE,2036,0.15 +6,AZ_SE,2037,0.15 +6,AZ_SE,2038,0.15 +6,AZ_SE,2039,0.15 +6,AZ_SE,2040,0.15 +6,AZ_SE,2041,0.15 +6,AZ_SE,2042,0.15 +6,AZ_SE,2043,0.15 +6,AZ_SE,2044,0.15 +6,AZ_SE,2045,0.15 +6,AZ_SE,2046,0.15 +6,AZ_SE,2047,0.15 +6,AZ_SE,2048,0.15 +6,AZ_SE,2049,0.15 +6,AZ_SE,2050,0.15 +6,AZ_SE,2051,0.15 +6,AZ_SE,2052,0.15 +6,AZ_SE,2053,0.15 +6,AZ_SE,2054,0.15 +6,AZ_SE,2055,0.15 +6,AZ_SE,2056,0.15 +6,AZ_SE,2057,0.15 +6,AZ_SE,2058,0.15 +6,AZ_SE,2059,0.15 +6,AZ_SE,2060,0.15 +6,AZ_SE,2061,0.15 +6,AZ_SE,2062,0.15 +6,AZ_SE,2063,0.15 +6,AZ_SE,2064,0.15 +6,AZ_SE,2065,0.15 +6,AZ_SE,2066,0.15 +6,AZ_SE,2067,0.15 +6,AZ_SE,2068,0.15 +6,AZ_SE,2069,0.15 +6,AZ_SE,2070,0.15 +6,AZ_SE,2071,0.15 +6,AZ_SE,2072,0.15 +6,AZ_SE,2073,0.15 +6,AZ_SE,2074,0.15 +6,AZ_SE,2075,0.15 +6,AZ_SE,2076,0.15 +6,AZ_SE,2077,0.15 +6,AZ_SE,2078,0.15 +6,AZ_SE,2079,0.15 +6,AZ_SE,2080,0.15 +6,CA_IID,2010,0.2 +6,CA_IID,2011,0.2 +6,CA_IID,2012,0.2 +6,CA_IID,2013,0.2 +6,CA_IID,2014,0.216667 +6,CA_IID,2015,0.233333 +6,CA_IID,2016,0.25 +6,CA_IID,2017,0.27 +6,CA_IID,2018,0.29 +6,CA_IID,2019,0.31 +6,CA_IID,2020,0.33 +6,CA_IID,2021,0.347 +6,CA_IID,2022,0.364 +6,CA_IID,2023,0.381 +6,CA_IID,2024,0.44 +6,CA_IID,2025,0.47 +6,CA_IID,2026,0.5 +6,CA_IID,2027,0.52 +6,CA_IID,2028,0.55 +6,CA_IID,2029,0.57 +6,CA_IID,2030,0.6 +6,CA_IID,2031,0.6 +6,CA_IID,2032,0.6 +6,CA_IID,2033,0.6 +6,CA_IID,2034,0.6 +6,CA_IID,2035,0.6 +6,CA_IID,2036,0.6 +6,CA_IID,2037,0.6 +6,CA_IID,2038,0.6 +6,CA_IID,2039,0.6 +6,CA_IID,2040,0.6 +6,CA_IID,2041,0.6 +6,CA_IID,2042,0.6 +6,CA_IID,2043,0.6 +6,CA_IID,2044,0.6 +6,CA_IID,2045,0.6 +6,CA_IID,2046,0.6 +6,CA_IID,2047,0.6 +6,CA_IID,2048,0.6 +6,CA_IID,2049,0.6 +6,CA_IID,2050,0.6 +6,CA_IID,2051,0.6 +6,CA_IID,2052,0.6 +6,CA_IID,2053,0.6 +6,CA_IID,2054,0.6 +6,CA_IID,2055,0.6 +6,CA_IID,2056,0.6 +6,CA_IID,2057,0.6 +6,CA_IID,2058,0.6 +6,CA_IID,2059,0.6 +6,CA_IID,2060,0.6 +6,CA_IID,2061,0.6 +6,CA_IID,2062,0.6 +6,CA_IID,2063,0.6 +6,CA_IID,2064,0.6 +6,CA_IID,2065,0.6 +6,CA_IID,2066,0.6 +6,CA_IID,2067,0.6 +6,CA_IID,2068,0.6 +6,CA_IID,2069,0.6 +6,CA_IID,2070,0.6 +6,CA_IID,2071,0.6 +6,CA_IID,2072,0.6 +6,CA_IID,2073,0.6 +6,CA_IID,2074,0.6 +6,CA_IID,2075,0.6 +6,CA_IID,2076,0.6 +6,CA_IID,2077,0.6 +6,CA_IID,2078,0.6 +6,CA_IID,2079,0.6 +6,CA_IID,2080,0.6 +6,CA_LADWP,2010,0.2 +6,CA_LADWP,2011,0.2 +6,CA_LADWP,2012,0.2 +6,CA_LADWP,2013,0.2 +6,CA_LADWP,2014,0.216667 +6,CA_LADWP,2015,0.233333 +6,CA_LADWP,2016,0.25 +6,CA_LADWP,2017,0.27 +6,CA_LADWP,2018,0.29 +6,CA_LADWP,2019,0.31 +6,CA_LADWP,2020,0.33 +6,CA_LADWP,2021,0.347 +6,CA_LADWP,2022,0.364 +6,CA_LADWP,2023,0.381 +6,CA_LADWP,2024,0.44 +6,CA_LADWP,2025,0.47 +6,CA_LADWP,2026,0.5 +6,CA_LADWP,2027,0.52 +6,CA_LADWP,2028,0.55 +6,CA_LADWP,2029,0.57 +6,CA_LADWP,2030,0.6 +6,CA_LADWP,2031,0.6 +6,CA_LADWP,2032,0.6 +6,CA_LADWP,2033,0.6 +6,CA_LADWP,2034,0.6 +6,CA_LADWP,2035,0.6 +6,CA_LADWP,2036,0.6 +6,CA_LADWP,2037,0.6 +6,CA_LADWP,2038,0.6 +6,CA_LADWP,2039,0.6 +6,CA_LADWP,2040,0.6 +6,CA_LADWP,2041,0.6 +6,CA_LADWP,2042,0.6 +6,CA_LADWP,2043,0.6 +6,CA_LADWP,2044,0.6 +6,CA_LADWP,2045,0.6 +6,CA_LADWP,2046,0.6 +6,CA_LADWP,2047,0.6 +6,CA_LADWP,2048,0.6 +6,CA_LADWP,2049,0.6 +6,CA_LADWP,2050,0.6 +6,CA_LADWP,2051,0.6 +6,CA_LADWP,2052,0.6 +6,CA_LADWP,2053,0.6 +6,CA_LADWP,2054,0.6 +6,CA_LADWP,2055,0.6 +6,CA_LADWP,2056,0.6 +6,CA_LADWP,2057,0.6 +6,CA_LADWP,2058,0.6 +6,CA_LADWP,2059,0.6 +6,CA_LADWP,2060,0.6 +6,CA_LADWP,2061,0.6 +6,CA_LADWP,2062,0.6 +6,CA_LADWP,2063,0.6 +6,CA_LADWP,2064,0.6 +6,CA_LADWP,2065,0.6 +6,CA_LADWP,2066,0.6 +6,CA_LADWP,2067,0.6 +6,CA_LADWP,2068,0.6 +6,CA_LADWP,2069,0.6 +6,CA_LADWP,2070,0.6 +6,CA_LADWP,2071,0.6 +6,CA_LADWP,2072,0.6 +6,CA_LADWP,2073,0.6 +6,CA_LADWP,2074,0.6 +6,CA_LADWP,2075,0.6 +6,CA_LADWP,2076,0.6 +6,CA_LADWP,2077,0.6 +6,CA_LADWP,2078,0.6 +6,CA_LADWP,2079,0.6 +6,CA_LADWP,2080,0.6 +6,CAN_ALB,2010,0 +6,CAN_ALB,2011,0 +6,CAN_ALB,2012,0 +6,CAN_ALB,2013,0 +6,CAN_ALB,2014,0 +6,CAN_ALB,2015,0 +6,CAN_ALB,2016,0 +6,CAN_ALB,2017,0 +6,CAN_ALB,2018,0 +6,CAN_ALB,2019,0 +6,CAN_ALB,2020,0 +6,CAN_ALB,2021,0 +6,CAN_ALB,2022,0 +6,CAN_ALB,2023,0 +6,CAN_ALB,2024,0 +6,CAN_ALB,2025,0 +6,CAN_ALB,2026,0 +6,CAN_ALB,2027,0 +6,CAN_ALB,2028,0 +6,CAN_ALB,2029,0 +6,CAN_ALB,2030,0 +6,CAN_ALB,2031,0 +6,CAN_ALB,2032,0 +6,CAN_ALB,2033,0 +6,CAN_ALB,2034,0 +6,CAN_ALB,2035,0 +6,CAN_ALB,2036,0 +6,CAN_ALB,2037,0 +6,CAN_ALB,2038,0 +6,CAN_ALB,2039,0 +6,CAN_ALB,2040,0 +6,CAN_ALB,2041,0 +6,CAN_ALB,2042,0 +6,CAN_ALB,2043,0 +6,CAN_ALB,2044,0 +6,CAN_ALB,2045,0 +6,CAN_ALB,2046,0 +6,CAN_ALB,2047,0 +6,CAN_ALB,2048,0 +6,CAN_ALB,2049,0 +6,CAN_ALB,2050,0 +6,CAN_ALB,2051,0 +6,CAN_ALB,2052,0 +6,CAN_ALB,2053,0 +6,CAN_ALB,2054,0 +6,CAN_ALB,2055,0 +6,CAN_ALB,2056,0 +6,CAN_ALB,2057,0 +6,CAN_ALB,2058,0 +6,CAN_ALB,2059,0 +6,CAN_ALB,2060,0 +6,CAN_ALB,2061,0 +6,CAN_ALB,2062,0 +6,CAN_ALB,2063,0 +6,CAN_ALB,2064,0 +6,CAN_ALB,2065,0 +6,CAN_ALB,2066,0 +6,CAN_ALB,2067,0 +6,CAN_ALB,2068,0 +6,CAN_ALB,2069,0 +6,CAN_ALB,2070,0 +6,CAN_ALB,2071,0 +6,CAN_ALB,2072,0 +6,CAN_ALB,2073,0 +6,CAN_ALB,2074,0 +6,CAN_ALB,2075,0 +6,CAN_ALB,2076,0 +6,CAN_ALB,2077,0 +6,CAN_ALB,2078,0 +6,CAN_ALB,2079,0 +6,CAN_ALB,2080,0 +6,CAN_BC,2010,0 +6,CAN_BC,2011,0 +6,CAN_BC,2012,0 +6,CAN_BC,2013,0 +6,CAN_BC,2014,0 +6,CAN_BC,2015,0 +6,CAN_BC,2016,0 +6,CAN_BC,2017,0 +6,CAN_BC,2018,0 +6,CAN_BC,2019,0 +6,CAN_BC,2020,0 +6,CAN_BC,2021,0 +6,CAN_BC,2022,0 +6,CAN_BC,2023,0 +6,CAN_BC,2024,0 +6,CAN_BC,2025,0 +6,CAN_BC,2026,0 +6,CAN_BC,2027,0 +6,CAN_BC,2028,0 +6,CAN_BC,2029,0 +6,CAN_BC,2030,0 +6,CAN_BC,2031,0 +6,CAN_BC,2032,0 +6,CAN_BC,2033,0 +6,CAN_BC,2034,0 +6,CAN_BC,2035,0 +6,CAN_BC,2036,0 +6,CAN_BC,2037,0 +6,CAN_BC,2038,0 +6,CAN_BC,2039,0 +6,CAN_BC,2040,0 +6,CAN_BC,2041,0 +6,CAN_BC,2042,0 +6,CAN_BC,2043,0 +6,CAN_BC,2044,0 +6,CAN_BC,2045,0 +6,CAN_BC,2046,0 +6,CAN_BC,2047,0 +6,CAN_BC,2048,0 +6,CAN_BC,2049,0 +6,CAN_BC,2050,0 +6,CAN_BC,2051,0 +6,CAN_BC,2052,0 +6,CAN_BC,2053,0 +6,CAN_BC,2054,0 +6,CAN_BC,2055,0 +6,CAN_BC,2056,0 +6,CAN_BC,2057,0 +6,CAN_BC,2058,0 +6,CAN_BC,2059,0 +6,CAN_BC,2060,0 +6,CAN_BC,2061,0 +6,CAN_BC,2062,0 +6,CAN_BC,2063,0 +6,CAN_BC,2064,0 +6,CAN_BC,2065,0 +6,CAN_BC,2066,0 +6,CAN_BC,2067,0 +6,CAN_BC,2068,0 +6,CAN_BC,2069,0 +6,CAN_BC,2070,0 +6,CAN_BC,2071,0 +6,CAN_BC,2072,0 +6,CAN_BC,2073,0 +6,CAN_BC,2074,0 +6,CAN_BC,2075,0 +6,CAN_BC,2076,0 +6,CAN_BC,2077,0 +6,CAN_BC,2078,0 +6,CAN_BC,2079,0 +6,CAN_BC,2080,0 +6,CA_PGE_BAY,2010,0.2 +6,CA_PGE_BAY,2011,0.2 +6,CA_PGE_BAY,2012,0.2 +6,CA_PGE_BAY,2013,0.2 +6,CA_PGE_BAY,2014,0.216667 +6,CA_PGE_BAY,2015,0.233333 +6,CA_PGE_BAY,2016,0.25 +6,CA_PGE_BAY,2017,0.27 +6,CA_PGE_BAY,2018,0.29 +6,CA_PGE_BAY,2019,0.31 +6,CA_PGE_BAY,2020,0.33 +6,CA_PGE_BAY,2021,0.347 +6,CA_PGE_BAY,2022,0.364 +6,CA_PGE_BAY,2023,0.381 +6,CA_PGE_BAY,2024,0.44 +6,CA_PGE_BAY,2025,0.47 +6,CA_PGE_BAY,2026,0.5 +6,CA_PGE_BAY,2027,0.52 +6,CA_PGE_BAY,2028,0.55 +6,CA_PGE_BAY,2029,0.57 +6,CA_PGE_BAY,2030,0.6 +6,CA_PGE_BAY,2031,0.6 +6,CA_PGE_BAY,2032,0.6 +6,CA_PGE_BAY,2033,0.6 +6,CA_PGE_BAY,2034,0.6 +6,CA_PGE_BAY,2035,0.6 +6,CA_PGE_BAY,2036,0.6 +6,CA_PGE_BAY,2037,0.6 +6,CA_PGE_BAY,2038,0.6 +6,CA_PGE_BAY,2039,0.6 +6,CA_PGE_BAY,2040,0.6 +6,CA_PGE_BAY,2041,0.6 +6,CA_PGE_BAY,2042,0.6 +6,CA_PGE_BAY,2043,0.6 +6,CA_PGE_BAY,2044,0.6 +6,CA_PGE_BAY,2045,0.6 +6,CA_PGE_BAY,2046,0.6 +6,CA_PGE_BAY,2047,0.6 +6,CA_PGE_BAY,2048,0.6 +6,CA_PGE_BAY,2049,0.6 +6,CA_PGE_BAY,2050,0.6 +6,CA_PGE_BAY,2051,0.6 +6,CA_PGE_BAY,2052,0.6 +6,CA_PGE_BAY,2053,0.6 +6,CA_PGE_BAY,2054,0.6 +6,CA_PGE_BAY,2055,0.6 +6,CA_PGE_BAY,2056,0.6 +6,CA_PGE_BAY,2057,0.6 +6,CA_PGE_BAY,2058,0.6 +6,CA_PGE_BAY,2059,0.6 +6,CA_PGE_BAY,2060,0.6 +6,CA_PGE_BAY,2061,0.6 +6,CA_PGE_BAY,2062,0.6 +6,CA_PGE_BAY,2063,0.6 +6,CA_PGE_BAY,2064,0.6 +6,CA_PGE_BAY,2065,0.6 +6,CA_PGE_BAY,2066,0.6 +6,CA_PGE_BAY,2067,0.6 +6,CA_PGE_BAY,2068,0.6 +6,CA_PGE_BAY,2069,0.6 +6,CA_PGE_BAY,2070,0.6 +6,CA_PGE_BAY,2071,0.6 +6,CA_PGE_BAY,2072,0.6 +6,CA_PGE_BAY,2073,0.6 +6,CA_PGE_BAY,2074,0.6 +6,CA_PGE_BAY,2075,0.6 +6,CA_PGE_BAY,2076,0.6 +6,CA_PGE_BAY,2077,0.6 +6,CA_PGE_BAY,2078,0.6 +6,CA_PGE_BAY,2079,0.6 +6,CA_PGE_BAY,2080,0.6 +6,CA_PGE_CEN,2010,0.2 +6,CA_PGE_CEN,2011,0.2 +6,CA_PGE_CEN,2012,0.2 +6,CA_PGE_CEN,2013,0.2 +6,CA_PGE_CEN,2014,0.216667 +6,CA_PGE_CEN,2015,0.233333 +6,CA_PGE_CEN,2016,0.25 +6,CA_PGE_CEN,2017,0.27 +6,CA_PGE_CEN,2018,0.29 +6,CA_PGE_CEN,2019,0.31 +6,CA_PGE_CEN,2020,0.33 +6,CA_PGE_CEN,2021,0.347 +6,CA_PGE_CEN,2022,0.364 +6,CA_PGE_CEN,2023,0.381 +6,CA_PGE_CEN,2024,0.44 +6,CA_PGE_CEN,2025,0.47 +6,CA_PGE_CEN,2026,0.5 +6,CA_PGE_CEN,2027,0.52 +6,CA_PGE_CEN,2028,0.55 +6,CA_PGE_CEN,2029,0.57 +6,CA_PGE_CEN,2030,0.6 +6,CA_PGE_CEN,2031,0.6 +6,CA_PGE_CEN,2032,0.6 +6,CA_PGE_CEN,2033,0.6 +6,CA_PGE_CEN,2034,0.6 +6,CA_PGE_CEN,2035,0.6 +6,CA_PGE_CEN,2036,0.6 +6,CA_PGE_CEN,2037,0.6 +6,CA_PGE_CEN,2038,0.6 +6,CA_PGE_CEN,2039,0.6 +6,CA_PGE_CEN,2040,0.6 +6,CA_PGE_CEN,2041,0.6 +6,CA_PGE_CEN,2042,0.6 +6,CA_PGE_CEN,2043,0.6 +6,CA_PGE_CEN,2044,0.6 +6,CA_PGE_CEN,2045,0.6 +6,CA_PGE_CEN,2046,0.6 +6,CA_PGE_CEN,2047,0.6 +6,CA_PGE_CEN,2048,0.6 +6,CA_PGE_CEN,2049,0.6 +6,CA_PGE_CEN,2050,0.6 +6,CA_PGE_CEN,2051,0.6 +6,CA_PGE_CEN,2052,0.6 +6,CA_PGE_CEN,2053,0.6 +6,CA_PGE_CEN,2054,0.6 +6,CA_PGE_CEN,2055,0.6 +6,CA_PGE_CEN,2056,0.6 +6,CA_PGE_CEN,2057,0.6 +6,CA_PGE_CEN,2058,0.6 +6,CA_PGE_CEN,2059,0.6 +6,CA_PGE_CEN,2060,0.6 +6,CA_PGE_CEN,2061,0.6 +6,CA_PGE_CEN,2062,0.6 +6,CA_PGE_CEN,2063,0.6 +6,CA_PGE_CEN,2064,0.6 +6,CA_PGE_CEN,2065,0.6 +6,CA_PGE_CEN,2066,0.6 +6,CA_PGE_CEN,2067,0.6 +6,CA_PGE_CEN,2068,0.6 +6,CA_PGE_CEN,2069,0.6 +6,CA_PGE_CEN,2070,0.6 +6,CA_PGE_CEN,2071,0.6 +6,CA_PGE_CEN,2072,0.6 +6,CA_PGE_CEN,2073,0.6 +6,CA_PGE_CEN,2074,0.6 +6,CA_PGE_CEN,2075,0.6 +6,CA_PGE_CEN,2076,0.6 +6,CA_PGE_CEN,2077,0.6 +6,CA_PGE_CEN,2078,0.6 +6,CA_PGE_CEN,2079,0.6 +6,CA_PGE_CEN,2080,0.6 +6,CA_PGE_N,2010,0.2 +6,CA_PGE_N,2011,0.2 +6,CA_PGE_N,2012,0.2 +6,CA_PGE_N,2013,0.2 +6,CA_PGE_N,2014,0.216667 +6,CA_PGE_N,2015,0.233333 +6,CA_PGE_N,2016,0.25 +6,CA_PGE_N,2017,0.27 +6,CA_PGE_N,2018,0.29 +6,CA_PGE_N,2019,0.31 +6,CA_PGE_N,2020,0.33 +6,CA_PGE_N,2021,0.347 +6,CA_PGE_N,2022,0.364 +6,CA_PGE_N,2023,0.381 +6,CA_PGE_N,2024,0.44 +6,CA_PGE_N,2025,0.47 +6,CA_PGE_N,2026,0.5 +6,CA_PGE_N,2027,0.52 +6,CA_PGE_N,2028,0.55 +6,CA_PGE_N,2029,0.57 +6,CA_PGE_N,2030,0.6 +6,CA_PGE_N,2031,0.6 +6,CA_PGE_N,2032,0.6 +6,CA_PGE_N,2033,0.6 +6,CA_PGE_N,2034,0.6 +6,CA_PGE_N,2035,0.6 +6,CA_PGE_N,2036,0.6 +6,CA_PGE_N,2037,0.6 +6,CA_PGE_N,2038,0.6 +6,CA_PGE_N,2039,0.6 +6,CA_PGE_N,2040,0.6 +6,CA_PGE_N,2041,0.6 +6,CA_PGE_N,2042,0.6 +6,CA_PGE_N,2043,0.6 +6,CA_PGE_N,2044,0.6 +6,CA_PGE_N,2045,0.6 +6,CA_PGE_N,2046,0.6 +6,CA_PGE_N,2047,0.6 +6,CA_PGE_N,2048,0.6 +6,CA_PGE_N,2049,0.6 +6,CA_PGE_N,2050,0.6 +6,CA_PGE_N,2051,0.6 +6,CA_PGE_N,2052,0.6 +6,CA_PGE_N,2053,0.6 +6,CA_PGE_N,2054,0.6 +6,CA_PGE_N,2055,0.6 +6,CA_PGE_N,2056,0.6 +6,CA_PGE_N,2057,0.6 +6,CA_PGE_N,2058,0.6 +6,CA_PGE_N,2059,0.6 +6,CA_PGE_N,2060,0.6 +6,CA_PGE_N,2061,0.6 +6,CA_PGE_N,2062,0.6 +6,CA_PGE_N,2063,0.6 +6,CA_PGE_N,2064,0.6 +6,CA_PGE_N,2065,0.6 +6,CA_PGE_N,2066,0.6 +6,CA_PGE_N,2067,0.6 +6,CA_PGE_N,2068,0.6 +6,CA_PGE_N,2069,0.6 +6,CA_PGE_N,2070,0.6 +6,CA_PGE_N,2071,0.6 +6,CA_PGE_N,2072,0.6 +6,CA_PGE_N,2073,0.6 +6,CA_PGE_N,2074,0.6 +6,CA_PGE_N,2075,0.6 +6,CA_PGE_N,2076,0.6 +6,CA_PGE_N,2077,0.6 +6,CA_PGE_N,2078,0.6 +6,CA_PGE_N,2079,0.6 +6,CA_PGE_N,2080,0.6 +6,CA_PGE_S,2010,0.2 +6,CA_PGE_S,2011,0.2 +6,CA_PGE_S,2012,0.2 +6,CA_PGE_S,2013,0.2 +6,CA_PGE_S,2014,0.216667 +6,CA_PGE_S,2015,0.233333 +6,CA_PGE_S,2016,0.25 +6,CA_PGE_S,2017,0.27 +6,CA_PGE_S,2018,0.29 +6,CA_PGE_S,2019,0.31 +6,CA_PGE_S,2020,0.33 +6,CA_PGE_S,2021,0.347 +6,CA_PGE_S,2022,0.364 +6,CA_PGE_S,2023,0.381 +6,CA_PGE_S,2024,0.44 +6,CA_PGE_S,2025,0.47 +6,CA_PGE_S,2026,0.5 +6,CA_PGE_S,2027,0.52 +6,CA_PGE_S,2028,0.55 +6,CA_PGE_S,2029,0.57 +6,CA_PGE_S,2030,0.6 +6,CA_PGE_S,2031,0.6 +6,CA_PGE_S,2032,0.6 +6,CA_PGE_S,2033,0.6 +6,CA_PGE_S,2034,0.6 +6,CA_PGE_S,2035,0.6 +6,CA_PGE_S,2036,0.6 +6,CA_PGE_S,2037,0.6 +6,CA_PGE_S,2038,0.6 +6,CA_PGE_S,2039,0.6 +6,CA_PGE_S,2040,0.6 +6,CA_PGE_S,2041,0.6 +6,CA_PGE_S,2042,0.6 +6,CA_PGE_S,2043,0.6 +6,CA_PGE_S,2044,0.6 +6,CA_PGE_S,2045,0.6 +6,CA_PGE_S,2046,0.6 +6,CA_PGE_S,2047,0.6 +6,CA_PGE_S,2048,0.6 +6,CA_PGE_S,2049,0.6 +6,CA_PGE_S,2050,0.6 +6,CA_PGE_S,2051,0.6 +6,CA_PGE_S,2052,0.6 +6,CA_PGE_S,2053,0.6 +6,CA_PGE_S,2054,0.6 +6,CA_PGE_S,2055,0.6 +6,CA_PGE_S,2056,0.6 +6,CA_PGE_S,2057,0.6 +6,CA_PGE_S,2058,0.6 +6,CA_PGE_S,2059,0.6 +6,CA_PGE_S,2060,0.6 +6,CA_PGE_S,2061,0.6 +6,CA_PGE_S,2062,0.6 +6,CA_PGE_S,2063,0.6 +6,CA_PGE_S,2064,0.6 +6,CA_PGE_S,2065,0.6 +6,CA_PGE_S,2066,0.6 +6,CA_PGE_S,2067,0.6 +6,CA_PGE_S,2068,0.6 +6,CA_PGE_S,2069,0.6 +6,CA_PGE_S,2070,0.6 +6,CA_PGE_S,2071,0.6 +6,CA_PGE_S,2072,0.6 +6,CA_PGE_S,2073,0.6 +6,CA_PGE_S,2074,0.6 +6,CA_PGE_S,2075,0.6 +6,CA_PGE_S,2076,0.6 +6,CA_PGE_S,2077,0.6 +6,CA_PGE_S,2078,0.6 +6,CA_PGE_S,2079,0.6 +6,CA_PGE_S,2080,0.6 +6,CA_SCE_CEN,2010,0.2 +6,CA_SCE_CEN,2011,0.2 +6,CA_SCE_CEN,2012,0.2 +6,CA_SCE_CEN,2013,0.2 +6,CA_SCE_CEN,2014,0.216666 +6,CA_SCE_CEN,2015,0.233333 +6,CA_SCE_CEN,2016,0.25 +6,CA_SCE_CEN,2017,0.27 +6,CA_SCE_CEN,2018,0.29 +6,CA_SCE_CEN,2019,0.31 +6,CA_SCE_CEN,2020,0.33 +6,CA_SCE_CEN,2021,0.347 +6,CA_SCE_CEN,2022,0.364 +6,CA_SCE_CEN,2023,0.381 +6,CA_SCE_CEN,2024,0.44 +6,CA_SCE_CEN,2025,0.47 +6,CA_SCE_CEN,2026,0.5 +6,CA_SCE_CEN,2027,0.52 +6,CA_SCE_CEN,2028,0.55 +6,CA_SCE_CEN,2029,0.57 +6,CA_SCE_CEN,2030,0.6 +6,CA_SCE_CEN,2031,0.6 +6,CA_SCE_CEN,2032,0.6 +6,CA_SCE_CEN,2033,0.6 +6,CA_SCE_CEN,2034,0.6 +6,CA_SCE_CEN,2035,0.6 +6,CA_SCE_CEN,2036,0.6 +6,CA_SCE_CEN,2037,0.6 +6,CA_SCE_CEN,2038,0.6 +6,CA_SCE_CEN,2039,0.6 +6,CA_SCE_CEN,2040,0.6 +6,CA_SCE_CEN,2041,0.6 +6,CA_SCE_CEN,2042,0.6 +6,CA_SCE_CEN,2043,0.6 +6,CA_SCE_CEN,2044,0.6 +6,CA_SCE_CEN,2045,0.6 +6,CA_SCE_CEN,2046,0.6 +6,CA_SCE_CEN,2047,0.6 +6,CA_SCE_CEN,2048,0.6 +6,CA_SCE_CEN,2049,0.6 +6,CA_SCE_CEN,2050,0.6 +6,CA_SCE_CEN,2051,0.6 +6,CA_SCE_CEN,2052,0.6 +6,CA_SCE_CEN,2053,0.6 +6,CA_SCE_CEN,2054,0.6 +6,CA_SCE_CEN,2055,0.6 +6,CA_SCE_CEN,2056,0.6 +6,CA_SCE_CEN,2057,0.6 +6,CA_SCE_CEN,2058,0.6 +6,CA_SCE_CEN,2059,0.6 +6,CA_SCE_CEN,2060,0.6 +6,CA_SCE_CEN,2061,0.6 +6,CA_SCE_CEN,2062,0.6 +6,CA_SCE_CEN,2063,0.6 +6,CA_SCE_CEN,2064,0.6 +6,CA_SCE_CEN,2065,0.6 +6,CA_SCE_CEN,2066,0.6 +6,CA_SCE_CEN,2067,0.6 +6,CA_SCE_CEN,2068,0.6 +6,CA_SCE_CEN,2069,0.6 +6,CA_SCE_CEN,2070,0.6 +6,CA_SCE_CEN,2071,0.6 +6,CA_SCE_CEN,2072,0.6 +6,CA_SCE_CEN,2073,0.6 +6,CA_SCE_CEN,2074,0.6 +6,CA_SCE_CEN,2075,0.6 +6,CA_SCE_CEN,2076,0.6 +6,CA_SCE_CEN,2077,0.6 +6,CA_SCE_CEN,2078,0.6 +6,CA_SCE_CEN,2079,0.6 +6,CA_SCE_CEN,2080,0.6 +6,CA_SCE_S,2010,0.2 +6,CA_SCE_S,2011,0.2 +6,CA_SCE_S,2012,0.2 +6,CA_SCE_S,2013,0.2 +6,CA_SCE_S,2014,0.216666 +6,CA_SCE_S,2015,0.233333 +6,CA_SCE_S,2016,0.25 +6,CA_SCE_S,2017,0.27 +6,CA_SCE_S,2018,0.29 +6,CA_SCE_S,2019,0.31 +6,CA_SCE_S,2020,0.33 +6,CA_SCE_S,2021,0.347 +6,CA_SCE_S,2022,0.364 +6,CA_SCE_S,2023,0.381 +6,CA_SCE_S,2024,0.44 +6,CA_SCE_S,2025,0.47 +6,CA_SCE_S,2026,0.5 +6,CA_SCE_S,2027,0.52 +6,CA_SCE_S,2028,0.55 +6,CA_SCE_S,2029,0.57 +6,CA_SCE_S,2030,0.6 +6,CA_SCE_S,2031,0.6 +6,CA_SCE_S,2032,0.6 +6,CA_SCE_S,2033,0.6 +6,CA_SCE_S,2034,0.6 +6,CA_SCE_S,2035,0.6 +6,CA_SCE_S,2036,0.6 +6,CA_SCE_S,2037,0.6 +6,CA_SCE_S,2038,0.6 +6,CA_SCE_S,2039,0.6 +6,CA_SCE_S,2040,0.6 +6,CA_SCE_S,2041,0.6 +6,CA_SCE_S,2042,0.6 +6,CA_SCE_S,2043,0.6 +6,CA_SCE_S,2044,0.6 +6,CA_SCE_S,2045,0.6 +6,CA_SCE_S,2046,0.6 +6,CA_SCE_S,2047,0.6 +6,CA_SCE_S,2048,0.6 +6,CA_SCE_S,2049,0.6 +6,CA_SCE_S,2050,0.6 +6,CA_SCE_S,2051,0.6 +6,CA_SCE_S,2052,0.6 +6,CA_SCE_S,2053,0.6 +6,CA_SCE_S,2054,0.6 +6,CA_SCE_S,2055,0.6 +6,CA_SCE_S,2056,0.6 +6,CA_SCE_S,2057,0.6 +6,CA_SCE_S,2058,0.6 +6,CA_SCE_S,2059,0.6 +6,CA_SCE_S,2060,0.6 +6,CA_SCE_S,2061,0.6 +6,CA_SCE_S,2062,0.6 +6,CA_SCE_S,2063,0.6 +6,CA_SCE_S,2064,0.6 +6,CA_SCE_S,2065,0.6 +6,CA_SCE_S,2066,0.6 +6,CA_SCE_S,2067,0.6 +6,CA_SCE_S,2068,0.6 +6,CA_SCE_S,2069,0.6 +6,CA_SCE_S,2070,0.6 +6,CA_SCE_S,2071,0.6 +6,CA_SCE_S,2072,0.6 +6,CA_SCE_S,2073,0.6 +6,CA_SCE_S,2074,0.6 +6,CA_SCE_S,2075,0.6 +6,CA_SCE_S,2076,0.6 +6,CA_SCE_S,2077,0.6 +6,CA_SCE_S,2078,0.6 +6,CA_SCE_S,2079,0.6 +6,CA_SCE_S,2080,0.6 +6,CA_SCE_SE,2010,0.2 +6,CA_SCE_SE,2011,0.2 +6,CA_SCE_SE,2012,0.2 +6,CA_SCE_SE,2013,0.2 +6,CA_SCE_SE,2014,0.216666 +6,CA_SCE_SE,2015,0.233333 +6,CA_SCE_SE,2016,0.25 +6,CA_SCE_SE,2017,0.27 +6,CA_SCE_SE,2018,0.29 +6,CA_SCE_SE,2019,0.31 +6,CA_SCE_SE,2020,0.33 +6,CA_SCE_SE,2021,0.347 +6,CA_SCE_SE,2022,0.364 +6,CA_SCE_SE,2023,0.381 +6,CA_SCE_SE,2024,0.44 +6,CA_SCE_SE,2025,0.47 +6,CA_SCE_SE,2026,0.5 +6,CA_SCE_SE,2027,0.52 +6,CA_SCE_SE,2028,0.55 +6,CA_SCE_SE,2029,0.57 +6,CA_SCE_SE,2030,0.6 +6,CA_SCE_SE,2031,0.6 +6,CA_SCE_SE,2032,0.6 +6,CA_SCE_SE,2033,0.6 +6,CA_SCE_SE,2034,0.6 +6,CA_SCE_SE,2035,0.6 +6,CA_SCE_SE,2036,0.6 +6,CA_SCE_SE,2037,0.6 +6,CA_SCE_SE,2038,0.6 +6,CA_SCE_SE,2039,0.6 +6,CA_SCE_SE,2040,0.6 +6,CA_SCE_SE,2041,0.6 +6,CA_SCE_SE,2042,0.6 +6,CA_SCE_SE,2043,0.6 +6,CA_SCE_SE,2044,0.6 +6,CA_SCE_SE,2045,0.6 +6,CA_SCE_SE,2046,0.6 +6,CA_SCE_SE,2047,0.6 +6,CA_SCE_SE,2048,0.6 +6,CA_SCE_SE,2049,0.6 +6,CA_SCE_SE,2050,0.6 +6,CA_SCE_SE,2051,0.6 +6,CA_SCE_SE,2052,0.6 +6,CA_SCE_SE,2053,0.6 +6,CA_SCE_SE,2054,0.6 +6,CA_SCE_SE,2055,0.6 +6,CA_SCE_SE,2056,0.6 +6,CA_SCE_SE,2057,0.6 +6,CA_SCE_SE,2058,0.6 +6,CA_SCE_SE,2059,0.6 +6,CA_SCE_SE,2060,0.6 +6,CA_SCE_SE,2061,0.6 +6,CA_SCE_SE,2062,0.6 +6,CA_SCE_SE,2063,0.6 +6,CA_SCE_SE,2064,0.6 +6,CA_SCE_SE,2065,0.6 +6,CA_SCE_SE,2066,0.6 +6,CA_SCE_SE,2067,0.6 +6,CA_SCE_SE,2068,0.6 +6,CA_SCE_SE,2069,0.6 +6,CA_SCE_SE,2070,0.6 +6,CA_SCE_SE,2071,0.6 +6,CA_SCE_SE,2072,0.6 +6,CA_SCE_SE,2073,0.6 +6,CA_SCE_SE,2074,0.6 +6,CA_SCE_SE,2075,0.6 +6,CA_SCE_SE,2076,0.6 +6,CA_SCE_SE,2077,0.6 +6,CA_SCE_SE,2078,0.6 +6,CA_SCE_SE,2079,0.6 +6,CA_SCE_SE,2080,0.6 +6,CA_SCE_VLY,2010,0.2 +6,CA_SCE_VLY,2011,0.2 +6,CA_SCE_VLY,2012,0.2 +6,CA_SCE_VLY,2013,0.2 +6,CA_SCE_VLY,2014,0.216666 +6,CA_SCE_VLY,2015,0.233333 +6,CA_SCE_VLY,2016,0.25 +6,CA_SCE_VLY,2017,0.27 +6,CA_SCE_VLY,2018,0.29 +6,CA_SCE_VLY,2019,0.31 +6,CA_SCE_VLY,2020,0.33 +6,CA_SCE_VLY,2021,0.347 +6,CA_SCE_VLY,2022,0.364 +6,CA_SCE_VLY,2023,0.381 +6,CA_SCE_VLY,2024,0.44 +6,CA_SCE_VLY,2025,0.47 +6,CA_SCE_VLY,2026,0.5 +6,CA_SCE_VLY,2027,0.52 +6,CA_SCE_VLY,2028,0.55 +6,CA_SCE_VLY,2029,0.57 +6,CA_SCE_VLY,2030,0.6 +6,CA_SCE_VLY,2031,0.6 +6,CA_SCE_VLY,2032,0.6 +6,CA_SCE_VLY,2033,0.6 +6,CA_SCE_VLY,2034,0.6 +6,CA_SCE_VLY,2035,0.6 +6,CA_SCE_VLY,2036,0.6 +6,CA_SCE_VLY,2037,0.6 +6,CA_SCE_VLY,2038,0.6 +6,CA_SCE_VLY,2039,0.6 +6,CA_SCE_VLY,2040,0.6 +6,CA_SCE_VLY,2041,0.6 +6,CA_SCE_VLY,2042,0.6 +6,CA_SCE_VLY,2043,0.6 +6,CA_SCE_VLY,2044,0.6 +6,CA_SCE_VLY,2045,0.6 +6,CA_SCE_VLY,2046,0.6 +6,CA_SCE_VLY,2047,0.6 +6,CA_SCE_VLY,2048,0.6 +6,CA_SCE_VLY,2049,0.6 +6,CA_SCE_VLY,2050,0.6 +6,CA_SCE_VLY,2051,0.6 +6,CA_SCE_VLY,2052,0.6 +6,CA_SCE_VLY,2053,0.6 +6,CA_SCE_VLY,2054,0.6 +6,CA_SCE_VLY,2055,0.6 +6,CA_SCE_VLY,2056,0.6 +6,CA_SCE_VLY,2057,0.6 +6,CA_SCE_VLY,2058,0.6 +6,CA_SCE_VLY,2059,0.6 +6,CA_SCE_VLY,2060,0.6 +6,CA_SCE_VLY,2061,0.6 +6,CA_SCE_VLY,2062,0.6 +6,CA_SCE_VLY,2063,0.6 +6,CA_SCE_VLY,2064,0.6 +6,CA_SCE_VLY,2065,0.6 +6,CA_SCE_VLY,2066,0.6 +6,CA_SCE_VLY,2067,0.6 +6,CA_SCE_VLY,2068,0.6 +6,CA_SCE_VLY,2069,0.6 +6,CA_SCE_VLY,2070,0.6 +6,CA_SCE_VLY,2071,0.6 +6,CA_SCE_VLY,2072,0.6 +6,CA_SCE_VLY,2073,0.6 +6,CA_SCE_VLY,2074,0.6 +6,CA_SCE_VLY,2075,0.6 +6,CA_SCE_VLY,2076,0.6 +6,CA_SCE_VLY,2077,0.6 +6,CA_SCE_VLY,2078,0.6 +6,CA_SCE_VLY,2079,0.6 +6,CA_SCE_VLY,2080,0.6 +6,CA_SDGE,2010,0.2 +6,CA_SDGE,2011,0.2 +6,CA_SDGE,2012,0.2 +6,CA_SDGE,2013,0.2 +6,CA_SDGE,2014,0.216667 +6,CA_SDGE,2015,0.233333 +6,CA_SDGE,2016,0.25 +6,CA_SDGE,2017,0.27 +6,CA_SDGE,2018,0.29 +6,CA_SDGE,2019,0.31 +6,CA_SDGE,2020,0.33 +6,CA_SDGE,2021,0.347 +6,CA_SDGE,2022,0.364 +6,CA_SDGE,2023,0.381 +6,CA_SDGE,2024,0.44 +6,CA_SDGE,2025,0.47 +6,CA_SDGE,2026,0.5 +6,CA_SDGE,2027,0.52 +6,CA_SDGE,2028,0.55 +6,CA_SDGE,2029,0.57 +6,CA_SDGE,2030,0.6 +6,CA_SDGE,2031,0.6 +6,CA_SDGE,2032,0.6 +6,CA_SDGE,2033,0.6 +6,CA_SDGE,2034,0.6 +6,CA_SDGE,2035,0.6 +6,CA_SDGE,2036,0.6 +6,CA_SDGE,2037,0.6 +6,CA_SDGE,2038,0.6 +6,CA_SDGE,2039,0.6 +6,CA_SDGE,2040,0.6 +6,CA_SDGE,2041,0.6 +6,CA_SDGE,2042,0.6 +6,CA_SDGE,2043,0.6 +6,CA_SDGE,2044,0.6 +6,CA_SDGE,2045,0.6 +6,CA_SDGE,2046,0.6 +6,CA_SDGE,2047,0.6 +6,CA_SDGE,2048,0.6 +6,CA_SDGE,2049,0.6 +6,CA_SDGE,2050,0.6 +6,CA_SDGE,2051,0.6 +6,CA_SDGE,2052,0.6 +6,CA_SDGE,2053,0.6 +6,CA_SDGE,2054,0.6 +6,CA_SDGE,2055,0.6 +6,CA_SDGE,2056,0.6 +6,CA_SDGE,2057,0.6 +6,CA_SDGE,2058,0.6 +6,CA_SDGE,2059,0.6 +6,CA_SDGE,2060,0.6 +6,CA_SDGE,2061,0.6 +6,CA_SDGE,2062,0.6 +6,CA_SDGE,2063,0.6 +6,CA_SDGE,2064,0.6 +6,CA_SDGE,2065,0.6 +6,CA_SDGE,2066,0.6 +6,CA_SDGE,2067,0.6 +6,CA_SDGE,2068,0.6 +6,CA_SDGE,2069,0.6 +6,CA_SDGE,2070,0.6 +6,CA_SDGE,2071,0.6 +6,CA_SDGE,2072,0.6 +6,CA_SDGE,2073,0.6 +6,CA_SDGE,2074,0.6 +6,CA_SDGE,2075,0.6 +6,CA_SDGE,2076,0.6 +6,CA_SDGE,2077,0.6 +6,CA_SDGE,2078,0.6 +6,CA_SDGE,2079,0.6 +6,CA_SDGE,2080,0.6 +6,CA_SMUD,2010,0.2 +6,CA_SMUD,2011,0.2 +6,CA_SMUD,2012,0.2 +6,CA_SMUD,2013,0.2 +6,CA_SMUD,2014,0.216667 +6,CA_SMUD,2015,0.233333 +6,CA_SMUD,2016,0.25 +6,CA_SMUD,2017,0.27 +6,CA_SMUD,2018,0.29 +6,CA_SMUD,2019,0.31 +6,CA_SMUD,2020,0.33 +6,CA_SMUD,2021,0.347 +6,CA_SMUD,2022,0.364 +6,CA_SMUD,2023,0.381 +6,CA_SMUD,2024,0.44 +6,CA_SMUD,2025,0.47 +6,CA_SMUD,2026,0.5 +6,CA_SMUD,2027,0.52 +6,CA_SMUD,2028,0.55 +6,CA_SMUD,2029,0.57 +6,CA_SMUD,2030,0.6 +6,CA_SMUD,2031,0.6 +6,CA_SMUD,2032,0.6 +6,CA_SMUD,2033,0.6 +6,CA_SMUD,2034,0.6 +6,CA_SMUD,2035,0.6 +6,CA_SMUD,2036,0.6 +6,CA_SMUD,2037,0.6 +6,CA_SMUD,2038,0.6 +6,CA_SMUD,2039,0.6 +6,CA_SMUD,2040,0.6 +6,CA_SMUD,2041,0.6 +6,CA_SMUD,2042,0.6 +6,CA_SMUD,2043,0.6 +6,CA_SMUD,2044,0.6 +6,CA_SMUD,2045,0.6 +6,CA_SMUD,2046,0.6 +6,CA_SMUD,2047,0.6 +6,CA_SMUD,2048,0.6 +6,CA_SMUD,2049,0.6 +6,CA_SMUD,2050,0.6 +6,CA_SMUD,2051,0.6 +6,CA_SMUD,2052,0.6 +6,CA_SMUD,2053,0.6 +6,CA_SMUD,2054,0.6 +6,CA_SMUD,2055,0.6 +6,CA_SMUD,2056,0.6 +6,CA_SMUD,2057,0.6 +6,CA_SMUD,2058,0.6 +6,CA_SMUD,2059,0.6 +6,CA_SMUD,2060,0.6 +6,CA_SMUD,2061,0.6 +6,CA_SMUD,2062,0.6 +6,CA_SMUD,2063,0.6 +6,CA_SMUD,2064,0.6 +6,CA_SMUD,2065,0.6 +6,CA_SMUD,2066,0.6 +6,CA_SMUD,2067,0.6 +6,CA_SMUD,2068,0.6 +6,CA_SMUD,2069,0.6 +6,CA_SMUD,2070,0.6 +6,CA_SMUD,2071,0.6 +6,CA_SMUD,2072,0.6 +6,CA_SMUD,2073,0.6 +6,CA_SMUD,2074,0.6 +6,CA_SMUD,2075,0.6 +6,CA_SMUD,2076,0.6 +6,CA_SMUD,2077,0.6 +6,CA_SMUD,2078,0.6 +6,CA_SMUD,2079,0.6 +6,CA_SMUD,2080,0.6 +6,CO_DEN,2010,0.05 +6,CO_DEN,2011,0.12 +6,CO_DEN,2012,0.12 +6,CO_DEN,2013,0.12 +6,CO_DEN,2014,0.12 +6,CO_DEN,2015,0.2 +6,CO_DEN,2016,0.2 +6,CO_DEN,2017,0.2 +6,CO_DEN,2018,0.2 +6,CO_DEN,2019,0.2 +6,CO_DEN,2020,0.3 +6,CO_DEN,2021,0.3 +6,CO_DEN,2022,0.3 +6,CO_DEN,2023,0.3 +6,CO_DEN,2024,0.3 +6,CO_DEN,2025,0.3 +6,CO_DEN,2026,0.3 +6,CO_DEN,2027,0.3 +6,CO_DEN,2028,0.3 +6,CO_DEN,2029,0.3 +6,CO_DEN,2030,0.3 +6,CO_DEN,2031,0.3 +6,CO_DEN,2032,0.3 +6,CO_DEN,2033,0.3 +6,CO_DEN,2034,0.3 +6,CO_DEN,2035,0.3 +6,CO_DEN,2036,0.3 +6,CO_DEN,2037,0.3 +6,CO_DEN,2038,0.3 +6,CO_DEN,2039,0.3 +6,CO_DEN,2040,0.3 +6,CO_DEN,2041,0.3 +6,CO_DEN,2042,0.3 +6,CO_DEN,2043,0.3 +6,CO_DEN,2044,0.3 +6,CO_DEN,2045,0.3 +6,CO_DEN,2046,0.3 +6,CO_DEN,2047,0.3 +6,CO_DEN,2048,0.3 +6,CO_DEN,2049,0.3 +6,CO_DEN,2050,0.3 +6,CO_DEN,2051,0.3 +6,CO_DEN,2052,0.3 +6,CO_DEN,2053,0.3 +6,CO_DEN,2054,0.3 +6,CO_DEN,2055,0.3 +6,CO_DEN,2056,0.3 +6,CO_DEN,2057,0.3 +6,CO_DEN,2058,0.3 +6,CO_DEN,2059,0.3 +6,CO_DEN,2060,0.3 +6,CO_DEN,2061,0.3 +6,CO_DEN,2062,0.3 +6,CO_DEN,2063,0.3 +6,CO_DEN,2064,0.3 +6,CO_DEN,2065,0.3 +6,CO_DEN,2066,0.3 +6,CO_DEN,2067,0.3 +6,CO_DEN,2068,0.3 +6,CO_DEN,2069,0.3 +6,CO_DEN,2070,0.3 +6,CO_DEN,2071,0.3 +6,CO_DEN,2072,0.3 +6,CO_DEN,2073,0.3 +6,CO_DEN,2074,0.3 +6,CO_DEN,2075,0.3 +6,CO_DEN,2076,0.3 +6,CO_DEN,2077,0.3 +6,CO_DEN,2078,0.3 +6,CO_DEN,2079,0.3 +6,CO_DEN,2080,0.3 +6,CO_E,2010,0 +6,CO_E,2011,0 +6,CO_E,2012,0 +6,CO_E,2013,0 +6,CO_E,2014,0 +6,CO_E,2015,0 +6,CO_E,2016,0 +6,CO_E,2017,0 +6,CO_E,2018,0 +6,CO_E,2019,0 +6,CO_E,2020,0 +6,CO_E,2021,0 +6,CO_E,2022,0 +6,CO_E,2023,0 +6,CO_E,2024,0 +6,CO_E,2025,0 +6,CO_E,2026,0 +6,CO_E,2027,0 +6,CO_E,2028,0 +6,CO_E,2029,0 +6,CO_E,2030,0 +6,CO_E,2031,0 +6,CO_E,2032,0 +6,CO_E,2033,0 +6,CO_E,2034,0 +6,CO_E,2035,0 +6,CO_E,2036,0 +6,CO_E,2037,0 +6,CO_E,2038,0 +6,CO_E,2039,0 +6,CO_E,2040,0 +6,CO_E,2041,0 +6,CO_E,2042,0 +6,CO_E,2043,0 +6,CO_E,2044,0 +6,CO_E,2045,0 +6,CO_E,2046,0 +6,CO_E,2047,0 +6,CO_E,2048,0 +6,CO_E,2049,0 +6,CO_E,2050,0 +6,CO_E,2051,0 +6,CO_E,2052,0 +6,CO_E,2053,0 +6,CO_E,2054,0 +6,CO_E,2055,0 +6,CO_E,2056,0 +6,CO_E,2057,0 +6,CO_E,2058,0 +6,CO_E,2059,0 +6,CO_E,2060,0 +6,CO_E,2061,0 +6,CO_E,2062,0 +6,CO_E,2063,0 +6,CO_E,2064,0 +6,CO_E,2065,0 +6,CO_E,2066,0 +6,CO_E,2067,0 +6,CO_E,2068,0 +6,CO_E,2069,0 +6,CO_E,2070,0 +6,CO_E,2071,0 +6,CO_E,2072,0 +6,CO_E,2073,0 +6,CO_E,2074,0 +6,CO_E,2075,0 +6,CO_E,2076,0 +6,CO_E,2077,0 +6,CO_E,2078,0 +6,CO_E,2079,0 +6,CO_E,2080,0 +6,CO_NW,2010,0.05 +6,CO_NW,2011,0.12 +6,CO_NW,2012,0.12 +6,CO_NW,2013,0.12 +6,CO_NW,2014,0.12 +6,CO_NW,2015,0.2 +6,CO_NW,2016,0.2 +6,CO_NW,2017,0.2 +6,CO_NW,2018,0.2 +6,CO_NW,2019,0.2 +6,CO_NW,2020,0.3 +6,CO_NW,2021,0.3 +6,CO_NW,2022,0.3 +6,CO_NW,2023,0.3 +6,CO_NW,2024,0.3 +6,CO_NW,2025,0.3 +6,CO_NW,2026,0.3 +6,CO_NW,2027,0.3 +6,CO_NW,2028,0.3 +6,CO_NW,2029,0.3 +6,CO_NW,2030,0.3 +6,CO_NW,2031,0.3 +6,CO_NW,2032,0.3 +6,CO_NW,2033,0.3 +6,CO_NW,2034,0.3 +6,CO_NW,2035,0.3 +6,CO_NW,2036,0.3 +6,CO_NW,2037,0.3 +6,CO_NW,2038,0.3 +6,CO_NW,2039,0.3 +6,CO_NW,2040,0.3 +6,CO_NW,2041,0.3 +6,CO_NW,2042,0.3 +6,CO_NW,2043,0.3 +6,CO_NW,2044,0.3 +6,CO_NW,2045,0.3 +6,CO_NW,2046,0.3 +6,CO_NW,2047,0.3 +6,CO_NW,2048,0.3 +6,CO_NW,2049,0.3 +6,CO_NW,2050,0.3 +6,CO_NW,2051,0.3 +6,CO_NW,2052,0.3 +6,CO_NW,2053,0.3 +6,CO_NW,2054,0.3 +6,CO_NW,2055,0.3 +6,CO_NW,2056,0.3 +6,CO_NW,2057,0.3 +6,CO_NW,2058,0.3 +6,CO_NW,2059,0.3 +6,CO_NW,2060,0.3 +6,CO_NW,2061,0.3 +6,CO_NW,2062,0.3 +6,CO_NW,2063,0.3 +6,CO_NW,2064,0.3 +6,CO_NW,2065,0.3 +6,CO_NW,2066,0.3 +6,CO_NW,2067,0.3 +6,CO_NW,2068,0.3 +6,CO_NW,2069,0.3 +6,CO_NW,2070,0.3 +6,CO_NW,2071,0.3 +6,CO_NW,2072,0.3 +6,CO_NW,2073,0.3 +6,CO_NW,2074,0.3 +6,CO_NW,2075,0.3 +6,CO_NW,2076,0.3 +6,CO_NW,2077,0.3 +6,CO_NW,2078,0.3 +6,CO_NW,2079,0.3 +6,CO_NW,2080,0.3 +6,CO_SW,2010,0 +6,CO_SW,2011,0 +6,CO_SW,2012,0 +6,CO_SW,2013,0 +6,CO_SW,2014,0 +6,CO_SW,2015,0 +6,CO_SW,2016,0 +6,CO_SW,2017,0 +6,CO_SW,2018,0 +6,CO_SW,2019,0 +6,CO_SW,2020,0 +6,CO_SW,2021,0 +6,CO_SW,2022,0 +6,CO_SW,2023,0 +6,CO_SW,2024,0 +6,CO_SW,2025,0 +6,CO_SW,2026,0 +6,CO_SW,2027,0 +6,CO_SW,2028,0 +6,CO_SW,2029,0 +6,CO_SW,2030,0 +6,CO_SW,2031,0 +6,CO_SW,2032,0 +6,CO_SW,2033,0 +6,CO_SW,2034,0 +6,CO_SW,2035,0 +6,CO_SW,2036,0 +6,CO_SW,2037,0 +6,CO_SW,2038,0 +6,CO_SW,2039,0 +6,CO_SW,2040,0 +6,CO_SW,2041,0 +6,CO_SW,2042,0 +6,CO_SW,2043,0 +6,CO_SW,2044,0 +6,CO_SW,2045,0 +6,CO_SW,2046,0 +6,CO_SW,2047,0 +6,CO_SW,2048,0 +6,CO_SW,2049,0 +6,CO_SW,2050,0 +6,CO_SW,2051,0 +6,CO_SW,2052,0 +6,CO_SW,2053,0 +6,CO_SW,2054,0 +6,CO_SW,2055,0 +6,CO_SW,2056,0 +6,CO_SW,2057,0 +6,CO_SW,2058,0 +6,CO_SW,2059,0 +6,CO_SW,2060,0 +6,CO_SW,2061,0 +6,CO_SW,2062,0 +6,CO_SW,2063,0 +6,CO_SW,2064,0 +6,CO_SW,2065,0 +6,CO_SW,2066,0 +6,CO_SW,2067,0 +6,CO_SW,2068,0 +6,CO_SW,2069,0 +6,CO_SW,2070,0 +6,CO_SW,2071,0 +6,CO_SW,2072,0 +6,CO_SW,2073,0 +6,CO_SW,2074,0 +6,CO_SW,2075,0 +6,CO_SW,2076,0 +6,CO_SW,2077,0 +6,CO_SW,2078,0 +6,CO_SW,2079,0 +6,CO_SW,2080,0 +6,ID_E,2010,0.000290812 +6,ID_E,2011,0.000290812 +6,ID_E,2012,0.000290812 +6,ID_E,2013,0.000290812 +6,ID_E,2014,0.000290812 +6,ID_E,2015,0.000436218 +6,ID_E,2016,0.000436218 +6,ID_E,2017,0.000436218 +6,ID_E,2018,0.000436218 +6,ID_E,2019,0.000436218 +6,ID_E,2020,0.000436218 +6,ID_E,2021,0.000436218 +6,ID_E,2022,0.000436218 +6,ID_E,2023,0.000436218 +6,ID_E,2024,0.000436218 +6,ID_E,2025,0.000436218 +6,ID_E,2026,0.000436218 +6,ID_E,2027,0.000436218 +6,ID_E,2028,0.000436218 +6,ID_E,2029,0.000436218 +6,ID_E,2030,0.000436218 +6,ID_E,2031,0.000436218 +6,ID_E,2032,0.000436218 +6,ID_E,2033,0.000436218 +6,ID_E,2034,0.000436218 +6,ID_E,2035,0.000436218 +6,ID_E,2036,0.000436218 +6,ID_E,2037,0.000436218 +6,ID_E,2038,0.000436218 +6,ID_E,2039,0.000436218 +6,ID_E,2040,0.000436218 +6,ID_E,2041,0.000436218 +6,ID_E,2042,0.000436218 +6,ID_E,2043,0.000436218 +6,ID_E,2044,0.000436218 +6,ID_E,2045,0.000436218 +6,ID_E,2046,0.000436218 +6,ID_E,2047,0.000436218 +6,ID_E,2048,0.000436218 +6,ID_E,2049,0.000436218 +6,ID_E,2050,0.000436218 +6,ID_E,2051,0.000436218 +6,ID_E,2052,0.000436218 +6,ID_E,2053,0.000436218 +6,ID_E,2054,0.000436218 +6,ID_E,2055,0.000436218 +6,ID_E,2056,0.000436218 +6,ID_E,2057,0.000436218 +6,ID_E,2058,0.000436218 +6,ID_E,2059,0.000436218 +6,ID_E,2060,0.000436218 +6,ID_E,2061,0.000436218 +6,ID_E,2062,0.000436218 +6,ID_E,2063,0.000436218 +6,ID_E,2064,0.000436218 +6,ID_E,2065,0.000436218 +6,ID_E,2066,0.000436218 +6,ID_E,2067,0.000436218 +6,ID_E,2068,0.000436218 +6,ID_E,2069,0.000436218 +6,ID_E,2070,0.000436218 +6,ID_E,2071,0.000436218 +6,ID_E,2072,0.000436218 +6,ID_E,2073,0.000436218 +6,ID_E,2074,0.000436218 +6,ID_E,2075,0.000436218 +6,ID_E,2076,0.000436218 +6,ID_E,2077,0.000436218 +6,ID_E,2078,0.000436218 +6,ID_E,2079,0.000436218 +6,ID_E,2080,0.000436218 +6,ID_S_OR_E,2010,0 +6,ID_S_OR_E,2011,0.00470842 +6,ID_S_OR_E,2012,0.00470842 +6,ID_S_OR_E,2013,0.00470842 +6,ID_S_OR_E,2014,0.00470842 +6,ID_S_OR_E,2015,0.0141253 +6,ID_S_OR_E,2016,0.0141253 +6,ID_S_OR_E,2017,0.0141253 +6,ID_S_OR_E,2018,0.0141253 +6,ID_S_OR_E,2019,0.0141253 +6,ID_S_OR_E,2020,0.0188337 +6,ID_S_OR_E,2021,0.0188337 +6,ID_S_OR_E,2022,0.0188337 +6,ID_S_OR_E,2023,0.0188337 +6,ID_S_OR_E,2024,0.0188337 +6,ID_S_OR_E,2025,0.0235421 +6,ID_S_OR_E,2026,0.0235421 +6,ID_S_OR_E,2027,0.0235421 +6,ID_S_OR_E,2028,0.0235421 +6,ID_S_OR_E,2029,0.0235421 +6,ID_S_OR_E,2030,0.0235421 +6,ID_S_OR_E,2031,0.0235421 +6,ID_S_OR_E,2032,0.0235421 +6,ID_S_OR_E,2033,0.0235421 +6,ID_S_OR_E,2034,0.0235421 +6,ID_S_OR_E,2035,0.0235421 +6,ID_S_OR_E,2036,0.0235421 +6,ID_S_OR_E,2037,0.0235421 +6,ID_S_OR_E,2038,0.0235421 +6,ID_S_OR_E,2039,0.0235421 +6,ID_S_OR_E,2040,0.0235421 +6,ID_S_OR_E,2041,0.0235421 +6,ID_S_OR_E,2042,0.0235421 +6,ID_S_OR_E,2043,0.0235421 +6,ID_S_OR_E,2044,0.0235421 +6,ID_S_OR_E,2045,0.0235421 +6,ID_S_OR_E,2046,0.0235421 +6,ID_S_OR_E,2047,0.0235421 +6,ID_S_OR_E,2048,0.0235421 +6,ID_S_OR_E,2049,0.0235421 +6,ID_S_OR_E,2050,0.0235421 +6,ID_S_OR_E,2051,0.0235421 +6,ID_S_OR_E,2052,0.0235421 +6,ID_S_OR_E,2053,0.0235421 +6,ID_S_OR_E,2054,0.0235421 +6,ID_S_OR_E,2055,0.0235421 +6,ID_S_OR_E,2056,0.0235421 +6,ID_S_OR_E,2057,0.0235421 +6,ID_S_OR_E,2058,0.0235421 +6,ID_S_OR_E,2059,0.0235421 +6,ID_S_OR_E,2060,0.0235421 +6,ID_S_OR_E,2061,0.0235421 +6,ID_S_OR_E,2062,0.0235421 +6,ID_S_OR_E,2063,0.0235421 +6,ID_S_OR_E,2064,0.0235421 +6,ID_S_OR_E,2065,0.0235421 +6,ID_S_OR_E,2066,0.0235421 +6,ID_S_OR_E,2067,0.0235421 +6,ID_S_OR_E,2068,0.0235421 +6,ID_S_OR_E,2069,0.0235421 +6,ID_S_OR_E,2070,0.0235421 +6,ID_S_OR_E,2071,0.0235421 +6,ID_S_OR_E,2072,0.0235421 +6,ID_S_OR_E,2073,0.0235421 +6,ID_S_OR_E,2074,0.0235421 +6,ID_S_OR_E,2075,0.0235421 +6,ID_S_OR_E,2076,0.0235421 +6,ID_S_OR_E,2077,0.0235421 +6,ID_S_OR_E,2078,0.0235421 +6,ID_S_OR_E,2079,0.0235421 +6,ID_S_OR_E,2080,0.0235421 +6,MEX_BAJA,2010,0 +6,MEX_BAJA,2011,0 +6,MEX_BAJA,2012,0 +6,MEX_BAJA,2013,0 +6,MEX_BAJA,2014,0 +6,MEX_BAJA,2015,0 +6,MEX_BAJA,2016,0 +6,MEX_BAJA,2017,0 +6,MEX_BAJA,2018,0 +6,MEX_BAJA,2019,0 +6,MEX_BAJA,2020,0 +6,MEX_BAJA,2021,0 +6,MEX_BAJA,2022,0 +6,MEX_BAJA,2023,0 +6,MEX_BAJA,2024,0 +6,MEX_BAJA,2025,0 +6,MEX_BAJA,2026,0 +6,MEX_BAJA,2027,0 +6,MEX_BAJA,2028,0 +6,MEX_BAJA,2029,0 +6,MEX_BAJA,2030,0 +6,MEX_BAJA,2031,0 +6,MEX_BAJA,2032,0 +6,MEX_BAJA,2033,0 +6,MEX_BAJA,2034,0 +6,MEX_BAJA,2035,0 +6,MEX_BAJA,2036,0 +6,MEX_BAJA,2037,0 +6,MEX_BAJA,2038,0 +6,MEX_BAJA,2039,0 +6,MEX_BAJA,2040,0 +6,MEX_BAJA,2041,0 +6,MEX_BAJA,2042,0 +6,MEX_BAJA,2043,0 +6,MEX_BAJA,2044,0 +6,MEX_BAJA,2045,0 +6,MEX_BAJA,2046,0 +6,MEX_BAJA,2047,0 +6,MEX_BAJA,2048,0 +6,MEX_BAJA,2049,0 +6,MEX_BAJA,2050,0 +6,MEX_BAJA,2051,0 +6,MEX_BAJA,2052,0 +6,MEX_BAJA,2053,0 +6,MEX_BAJA,2054,0 +6,MEX_BAJA,2055,0 +6,MEX_BAJA,2056,0 +6,MEX_BAJA,2057,0 +6,MEX_BAJA,2058,0 +6,MEX_BAJA,2059,0 +6,MEX_BAJA,2060,0 +6,MEX_BAJA,2061,0 +6,MEX_BAJA,2062,0 +6,MEX_BAJA,2063,0 +6,MEX_BAJA,2064,0 +6,MEX_BAJA,2065,0 +6,MEX_BAJA,2066,0 +6,MEX_BAJA,2067,0 +6,MEX_BAJA,2068,0 +6,MEX_BAJA,2069,0 +6,MEX_BAJA,2070,0 +6,MEX_BAJA,2071,0 +6,MEX_BAJA,2072,0 +6,MEX_BAJA,2073,0 +6,MEX_BAJA,2074,0 +6,MEX_BAJA,2075,0 +6,MEX_BAJA,2076,0 +6,MEX_BAJA,2077,0 +6,MEX_BAJA,2078,0 +6,MEX_BAJA,2079,0 +6,MEX_BAJA,2080,0 +6,MT_NE,2010,0.1 +6,MT_NE,2011,0.1 +6,MT_NE,2012,0.1 +6,MT_NE,2013,0.1 +6,MT_NE,2014,0.1 +6,MT_NE,2015,0.15 +6,MT_NE,2016,0.15 +6,MT_NE,2017,0.15 +6,MT_NE,2018,0.15 +6,MT_NE,2019,0.15 +6,MT_NE,2020,0.15 +6,MT_NE,2021,0.15 +6,MT_NE,2022,0.15 +6,MT_NE,2023,0.15 +6,MT_NE,2024,0.15 +6,MT_NE,2025,0.15 +6,MT_NE,2026,0.15 +6,MT_NE,2027,0.15 +6,MT_NE,2028,0.15 +6,MT_NE,2029,0.15 +6,MT_NE,2030,0.15 +6,MT_NE,2031,0.15 +6,MT_NE,2032,0.15 +6,MT_NE,2033,0.15 +6,MT_NE,2034,0.15 +6,MT_NE,2035,0.15 +6,MT_NE,2036,0.15 +6,MT_NE,2037,0.15 +6,MT_NE,2038,0.15 +6,MT_NE,2039,0.15 +6,MT_NE,2040,0.15 +6,MT_NE,2041,0.15 +6,MT_NE,2042,0.15 +6,MT_NE,2043,0.15 +6,MT_NE,2044,0.15 +6,MT_NE,2045,0.15 +6,MT_NE,2046,0.15 +6,MT_NE,2047,0.15 +6,MT_NE,2048,0.15 +6,MT_NE,2049,0.15 +6,MT_NE,2050,0.15 +6,MT_NE,2051,0.15 +6,MT_NE,2052,0.15 +6,MT_NE,2053,0.15 +6,MT_NE,2054,0.15 +6,MT_NE,2055,0.15 +6,MT_NE,2056,0.15 +6,MT_NE,2057,0.15 +6,MT_NE,2058,0.15 +6,MT_NE,2059,0.15 +6,MT_NE,2060,0.15 +6,MT_NE,2061,0.15 +6,MT_NE,2062,0.15 +6,MT_NE,2063,0.15 +6,MT_NE,2064,0.15 +6,MT_NE,2065,0.15 +6,MT_NE,2066,0.15 +6,MT_NE,2067,0.15 +6,MT_NE,2068,0.15 +6,MT_NE,2069,0.15 +6,MT_NE,2070,0.15 +6,MT_NE,2071,0.15 +6,MT_NE,2072,0.15 +6,MT_NE,2073,0.15 +6,MT_NE,2074,0.15 +6,MT_NE,2075,0.15 +6,MT_NE,2076,0.15 +6,MT_NE,2077,0.15 +6,MT_NE,2078,0.15 +6,MT_NE,2079,0.15 +6,MT_NE,2080,0.15 +6,MT_NW,2010,0.1 +6,MT_NW,2011,0.1 +6,MT_NW,2012,0.1 +6,MT_NW,2013,0.1 +6,MT_NW,2014,0.1 +6,MT_NW,2015,0.15 +6,MT_NW,2016,0.15 +6,MT_NW,2017,0.15 +6,MT_NW,2018,0.15 +6,MT_NW,2019,0.15 +6,MT_NW,2020,0.15 +6,MT_NW,2021,0.15 +6,MT_NW,2022,0.15 +6,MT_NW,2023,0.15 +6,MT_NW,2024,0.15 +6,MT_NW,2025,0.15 +6,MT_NW,2026,0.15 +6,MT_NW,2027,0.15 +6,MT_NW,2028,0.15 +6,MT_NW,2029,0.15 +6,MT_NW,2030,0.15 +6,MT_NW,2031,0.15 +6,MT_NW,2032,0.15 +6,MT_NW,2033,0.15 +6,MT_NW,2034,0.15 +6,MT_NW,2035,0.15 +6,MT_NW,2036,0.15 +6,MT_NW,2037,0.15 +6,MT_NW,2038,0.15 +6,MT_NW,2039,0.15 +6,MT_NW,2040,0.15 +6,MT_NW,2041,0.15 +6,MT_NW,2042,0.15 +6,MT_NW,2043,0.15 +6,MT_NW,2044,0.15 +6,MT_NW,2045,0.15 +6,MT_NW,2046,0.15 +6,MT_NW,2047,0.15 +6,MT_NW,2048,0.15 +6,MT_NW,2049,0.15 +6,MT_NW,2050,0.15 +6,MT_NW,2051,0.15 +6,MT_NW,2052,0.15 +6,MT_NW,2053,0.15 +6,MT_NW,2054,0.15 +6,MT_NW,2055,0.15 +6,MT_NW,2056,0.15 +6,MT_NW,2057,0.15 +6,MT_NW,2058,0.15 +6,MT_NW,2059,0.15 +6,MT_NW,2060,0.15 +6,MT_NW,2061,0.15 +6,MT_NW,2062,0.15 +6,MT_NW,2063,0.15 +6,MT_NW,2064,0.15 +6,MT_NW,2065,0.15 +6,MT_NW,2066,0.15 +6,MT_NW,2067,0.15 +6,MT_NW,2068,0.15 +6,MT_NW,2069,0.15 +6,MT_NW,2070,0.15 +6,MT_NW,2071,0.15 +6,MT_NW,2072,0.15 +6,MT_NW,2073,0.15 +6,MT_NW,2074,0.15 +6,MT_NW,2075,0.15 +6,MT_NW,2076,0.15 +6,MT_NW,2077,0.15 +6,MT_NW,2078,0.15 +6,MT_NW,2079,0.15 +6,MT_NW,2080,0.15 +6,MT_SE,2010,0.0995343 +6,MT_SE,2011,0.0995343 +6,MT_SE,2012,0.0995343 +6,MT_SE,2013,0.0995343 +6,MT_SE,2014,0.0995343 +6,MT_SE,2015,0.149301 +6,MT_SE,2016,0.149301 +6,MT_SE,2017,0.149301 +6,MT_SE,2018,0.149301 +6,MT_SE,2019,0.149301 +6,MT_SE,2020,0.149301 +6,MT_SE,2021,0.149301 +6,MT_SE,2022,0.149301 +6,MT_SE,2023,0.149301 +6,MT_SE,2024,0.149301 +6,MT_SE,2025,0.149301 +6,MT_SE,2026,0.149301 +6,MT_SE,2027,0.149301 +6,MT_SE,2028,0.149301 +6,MT_SE,2029,0.149301 +6,MT_SE,2030,0.149301 +6,MT_SE,2031,0.149301 +6,MT_SE,2032,0.149301 +6,MT_SE,2033,0.149301 +6,MT_SE,2034,0.149301 +6,MT_SE,2035,0.149301 +6,MT_SE,2036,0.149301 +6,MT_SE,2037,0.149301 +6,MT_SE,2038,0.149301 +6,MT_SE,2039,0.149301 +6,MT_SE,2040,0.149301 +6,MT_SE,2041,0.149301 +6,MT_SE,2042,0.149301 +6,MT_SE,2043,0.149301 +6,MT_SE,2044,0.149301 +6,MT_SE,2045,0.149301 +6,MT_SE,2046,0.149301 +6,MT_SE,2047,0.149301 +6,MT_SE,2048,0.149301 +6,MT_SE,2049,0.149301 +6,MT_SE,2050,0.149301 +6,MT_SE,2051,0.149301 +6,MT_SE,2052,0.149301 +6,MT_SE,2053,0.149301 +6,MT_SE,2054,0.149301 +6,MT_SE,2055,0.149301 +6,MT_SE,2056,0.149301 +6,MT_SE,2057,0.149301 +6,MT_SE,2058,0.149301 +6,MT_SE,2059,0.149301 +6,MT_SE,2060,0.149301 +6,MT_SE,2061,0.149301 +6,MT_SE,2062,0.149301 +6,MT_SE,2063,0.149301 +6,MT_SE,2064,0.149301 +6,MT_SE,2065,0.149301 +6,MT_SE,2066,0.149301 +6,MT_SE,2067,0.149301 +6,MT_SE,2068,0.149301 +6,MT_SE,2069,0.149301 +6,MT_SE,2070,0.149301 +6,MT_SE,2071,0.149301 +6,MT_SE,2072,0.149301 +6,MT_SE,2073,0.149301 +6,MT_SE,2074,0.149301 +6,MT_SE,2075,0.149301 +6,MT_SE,2076,0.149301 +6,MT_SE,2077,0.149301 +6,MT_SE,2078,0.149301 +6,MT_SE,2079,0.149301 +6,MT_SE,2080,0.149301 +6,MT_SW,2010,0.0969268 +6,MT_SW,2011,0.0969268 +6,MT_SW,2012,0.0969268 +6,MT_SW,2013,0.0969268 +6,MT_SW,2014,0.0969268 +6,MT_SW,2015,0.14539 +6,MT_SW,2016,0.14539 +6,MT_SW,2017,0.14539 +6,MT_SW,2018,0.14539 +6,MT_SW,2019,0.14539 +6,MT_SW,2020,0.14539 +6,MT_SW,2021,0.14539 +6,MT_SW,2022,0.14539 +6,MT_SW,2023,0.14539 +6,MT_SW,2024,0.14539 +6,MT_SW,2025,0.14539 +6,MT_SW,2026,0.14539 +6,MT_SW,2027,0.14539 +6,MT_SW,2028,0.14539 +6,MT_SW,2029,0.14539 +6,MT_SW,2030,0.14539 +6,MT_SW,2031,0.14539 +6,MT_SW,2032,0.14539 +6,MT_SW,2033,0.14539 +6,MT_SW,2034,0.14539 +6,MT_SW,2035,0.14539 +6,MT_SW,2036,0.14539 +6,MT_SW,2037,0.14539 +6,MT_SW,2038,0.14539 +6,MT_SW,2039,0.14539 +6,MT_SW,2040,0.14539 +6,MT_SW,2041,0.14539 +6,MT_SW,2042,0.14539 +6,MT_SW,2043,0.14539 +6,MT_SW,2044,0.14539 +6,MT_SW,2045,0.14539 +6,MT_SW,2046,0.14539 +6,MT_SW,2047,0.14539 +6,MT_SW,2048,0.14539 +6,MT_SW,2049,0.14539 +6,MT_SW,2050,0.14539 +6,MT_SW,2051,0.14539 +6,MT_SW,2052,0.14539 +6,MT_SW,2053,0.14539 +6,MT_SW,2054,0.14539 +6,MT_SW,2055,0.14539 +6,MT_SW,2056,0.14539 +6,MT_SW,2057,0.14539 +6,MT_SW,2058,0.14539 +6,MT_SW,2059,0.14539 +6,MT_SW,2060,0.14539 +6,MT_SW,2061,0.14539 +6,MT_SW,2062,0.14539 +6,MT_SW,2063,0.14539 +6,MT_SW,2064,0.14539 +6,MT_SW,2065,0.14539 +6,MT_SW,2066,0.14539 +6,MT_SW,2067,0.14539 +6,MT_SW,2068,0.14539 +6,MT_SW,2069,0.14539 +6,MT_SW,2070,0.14539 +6,MT_SW,2071,0.14539 +6,MT_SW,2072,0.14539 +6,MT_SW,2073,0.14539 +6,MT_SW,2074,0.14539 +6,MT_SW,2075,0.14539 +6,MT_SW,2076,0.14539 +6,MT_SW,2077,0.14539 +6,MT_SW,2078,0.14539 +6,MT_SW,2079,0.14539 +6,MT_SW,2080,0.14539 +6,NM_N,2010,0 +6,NM_N,2011,0.1 +6,NM_N,2012,0.1 +6,NM_N,2013,0.1 +6,NM_N,2014,0.1 +6,NM_N,2015,0.15 +6,NM_N,2016,0.15 +6,NM_N,2017,0.15 +6,NM_N,2018,0.15 +6,NM_N,2019,0.15 +6,NM_N,2020,0.2 +6,NM_N,2021,0.2 +6,NM_N,2022,0.2 +6,NM_N,2023,0.2 +6,NM_N,2024,0.2 +6,NM_N,2025,0.2 +6,NM_N,2026,0.2 +6,NM_N,2027,0.2 +6,NM_N,2028,0.2 +6,NM_N,2029,0.2 +6,NM_N,2030,0.2 +6,NM_N,2031,0.2 +6,NM_N,2032,0.2 +6,NM_N,2033,0.2 +6,NM_N,2034,0.2 +6,NM_N,2035,0.2 +6,NM_N,2036,0.2 +6,NM_N,2037,0.2 +6,NM_N,2038,0.2 +6,NM_N,2039,0.2 +6,NM_N,2040,0.2 +6,NM_N,2041,0.2 +6,NM_N,2042,0.2 +6,NM_N,2043,0.2 +6,NM_N,2044,0.2 +6,NM_N,2045,0.2 +6,NM_N,2046,0.2 +6,NM_N,2047,0.2 +6,NM_N,2048,0.2 +6,NM_N,2049,0.2 +6,NM_N,2050,0.2 +6,NM_N,2051,0.2 +6,NM_N,2052,0.2 +6,NM_N,2053,0.2 +6,NM_N,2054,0.2 +6,NM_N,2055,0.2 +6,NM_N,2056,0.2 +6,NM_N,2057,0.2 +6,NM_N,2058,0.2 +6,NM_N,2059,0.2 +6,NM_N,2060,0.2 +6,NM_N,2061,0.2 +6,NM_N,2062,0.2 +6,NM_N,2063,0.2 +6,NM_N,2064,0.2 +6,NM_N,2065,0.2 +6,NM_N,2066,0.2 +6,NM_N,2067,0.2 +6,NM_N,2068,0.2 +6,NM_N,2069,0.2 +6,NM_N,2070,0.2 +6,NM_N,2071,0.2 +6,NM_N,2072,0.2 +6,NM_N,2073,0.2 +6,NM_N,2074,0.2 +6,NM_N,2075,0.2 +6,NM_N,2076,0.2 +6,NM_N,2077,0.2 +6,NM_N,2078,0.2 +6,NM_N,2079,0.2 +6,NM_N,2080,0.2 +6,NM_S_TX_EPE,2010,0.0184512 +6,NM_S_TX_EPE,2011,0.0565485 +6,NM_S_TX_EPE,2012,0.0565485 +6,NM_S_TX_EPE,2013,0.0611986 +6,NM_S_TX_EPE,2014,0.0611986 +6,NM_S_TX_EPE,2015,0.0802483 +6,NM_S_TX_EPE,2016,0.0802483 +6,NM_S_TX_EPE,2017,0.0802483 +6,NM_S_TX_EPE,2018,0.0802483 +6,NM_S_TX_EPE,2019,0.0802483 +6,NM_S_TX_EPE,2020,0.0968296 +6,NM_S_TX_EPE,2021,0.0968296 +6,NM_S_TX_EPE,2022,0.0968296 +6,NM_S_TX_EPE,2023,0.0968296 +6,NM_S_TX_EPE,2024,0.0968296 +6,NM_S_TX_EPE,2025,0.11147 +6,NM_S_TX_EPE,2026,0.11147 +6,NM_S_TX_EPE,2027,0.11147 +6,NM_S_TX_EPE,2028,0.11147 +6,NM_S_TX_EPE,2029,0.11147 +6,NM_S_TX_EPE,2030,0.11147 +6,NM_S_TX_EPE,2031,0.11147 +6,NM_S_TX_EPE,2032,0.11147 +6,NM_S_TX_EPE,2033,0.11147 +6,NM_S_TX_EPE,2034,0.11147 +6,NM_S_TX_EPE,2035,0.11147 +6,NM_S_TX_EPE,2036,0.11147 +6,NM_S_TX_EPE,2037,0.11147 +6,NM_S_TX_EPE,2038,0.11147 +6,NM_S_TX_EPE,2039,0.11147 +6,NM_S_TX_EPE,2040,0.11147 +6,NM_S_TX_EPE,2041,0.11147 +6,NM_S_TX_EPE,2042,0.11147 +6,NM_S_TX_EPE,2043,0.11147 +6,NM_S_TX_EPE,2044,0.11147 +6,NM_S_TX_EPE,2045,0.11147 +6,NM_S_TX_EPE,2046,0.11147 +6,NM_S_TX_EPE,2047,0.11147 +6,NM_S_TX_EPE,2048,0.11147 +6,NM_S_TX_EPE,2049,0.11147 +6,NM_S_TX_EPE,2050,0.11147 +6,NM_S_TX_EPE,2051,0.11147 +6,NM_S_TX_EPE,2052,0.11147 +6,NM_S_TX_EPE,2053,0.11147 +6,NM_S_TX_EPE,2054,0.11147 +6,NM_S_TX_EPE,2055,0.11147 +6,NM_S_TX_EPE,2056,0.11147 +6,NM_S_TX_EPE,2057,0.11147 +6,NM_S_TX_EPE,2058,0.11147 +6,NM_S_TX_EPE,2059,0.11147 +6,NM_S_TX_EPE,2060,0.11147 +6,NM_S_TX_EPE,2061,0.11147 +6,NM_S_TX_EPE,2062,0.11147 +6,NM_S_TX_EPE,2063,0.11147 +6,NM_S_TX_EPE,2064,0.11147 +6,NM_S_TX_EPE,2065,0.11147 +6,NM_S_TX_EPE,2066,0.11147 +6,NM_S_TX_EPE,2067,0.11147 +6,NM_S_TX_EPE,2068,0.11147 +6,NM_S_TX_EPE,2069,0.11147 +6,NM_S_TX_EPE,2070,0.11147 +6,NM_S_TX_EPE,2071,0.11147 +6,NM_S_TX_EPE,2072,0.11147 +6,NM_S_TX_EPE,2073,0.11147 +6,NM_S_TX_EPE,2074,0.11147 +6,NM_S_TX_EPE,2075,0.11147 +6,NM_S_TX_EPE,2076,0.11147 +6,NM_S_TX_EPE,2077,0.11147 +6,NM_S_TX_EPE,2078,0.11147 +6,NM_S_TX_EPE,2079,0.11147 +6,NM_S_TX_EPE,2080,0.11147 +6,NV_N,2010,0.120777 +6,NV_N,2011,0.150434 +6,NV_N,2012,0.150434 +6,NV_N,2013,0.180091 +6,NV_N,2014,0.18027 +6,NV_N,2015,0.200221 +6,NV_N,2016,0.2004 +6,NV_N,2017,0.200615 +6,NV_N,2018,0.20083 +6,NV_N,2019,0.201045 +6,NV_N,2020,0.221031 +6,NV_N,2021,0.221031 +6,NV_N,2022,0.221031 +6,NV_N,2023,0.221031 +6,NV_N,2024,0.221031 +6,NV_N,2025,0.250688 +6,NV_N,2026,0.250688 +6,NV_N,2027,0.250688 +6,NV_N,2028,0.250688 +6,NV_N,2029,0.250688 +6,NV_N,2030,0.250688 +6,NV_N,2031,0.250688 +6,NV_N,2032,0.250688 +6,NV_N,2033,0.250688 +6,NV_N,2034,0.250688 +6,NV_N,2035,0.250688 +6,NV_N,2036,0.250688 +6,NV_N,2037,0.250688 +6,NV_N,2038,0.250688 +6,NV_N,2039,0.250688 +6,NV_N,2040,0.250688 +6,NV_N,2041,0.250688 +6,NV_N,2042,0.250688 +6,NV_N,2043,0.250688 +6,NV_N,2044,0.250688 +6,NV_N,2045,0.250688 +6,NV_N,2046,0.250688 +6,NV_N,2047,0.250688 +6,NV_N,2048,0.250688 +6,NV_N,2049,0.250688 +6,NV_N,2050,0.250688 +6,NV_N,2051,0.250688 +6,NV_N,2052,0.250688 +6,NV_N,2053,0.250688 +6,NV_N,2054,0.250688 +6,NV_N,2055,0.250688 +6,NV_N,2056,0.250688 +6,NV_N,2057,0.250688 +6,NV_N,2058,0.250688 +6,NV_N,2059,0.250688 +6,NV_N,2060,0.250688 +6,NV_N,2061,0.250688 +6,NV_N,2062,0.250688 +6,NV_N,2063,0.250688 +6,NV_N,2064,0.250688 +6,NV_N,2065,0.250688 +6,NV_N,2066,0.250688 +6,NV_N,2067,0.250688 +6,NV_N,2068,0.250688 +6,NV_N,2069,0.250688 +6,NV_N,2070,0.250688 +6,NV_N,2071,0.250688 +6,NV_N,2072,0.250688 +6,NV_N,2073,0.250688 +6,NV_N,2074,0.250688 +6,NV_N,2075,0.250688 +6,NV_N,2076,0.250688 +6,NV_N,2077,0.250688 +6,NV_N,2078,0.250688 +6,NV_N,2079,0.250688 +6,NV_N,2080,0.250688 +6,NV_S,2010,0.120777 +6,NV_S,2011,0.150434 +6,NV_S,2012,0.150434 +6,NV_S,2013,0.180091 +6,NV_S,2014,0.18027 +6,NV_S,2015,0.200221 +6,NV_S,2016,0.2004 +6,NV_S,2017,0.200615 +6,NV_S,2018,0.20083 +6,NV_S,2019,0.201045 +6,NV_S,2020,0.221031 +6,NV_S,2021,0.221031 +6,NV_S,2022,0.221031 +6,NV_S,2023,0.221031 +6,NV_S,2024,0.221031 +6,NV_S,2025,0.250688 +6,NV_S,2026,0.250688 +6,NV_S,2027,0.250688 +6,NV_S,2028,0.250688 +6,NV_S,2029,0.250688 +6,NV_S,2030,0.250688 +6,NV_S,2031,0.250688 +6,NV_S,2032,0.250688 +6,NV_S,2033,0.250688 +6,NV_S,2034,0.250688 +6,NV_S,2035,0.250688 +6,NV_S,2036,0.250688 +6,NV_S,2037,0.250688 +6,NV_S,2038,0.250688 +6,NV_S,2039,0.250688 +6,NV_S,2040,0.250688 +6,NV_S,2041,0.250688 +6,NV_S,2042,0.250688 +6,NV_S,2043,0.250688 +6,NV_S,2044,0.250688 +6,NV_S,2045,0.250688 +6,NV_S,2046,0.250688 +6,NV_S,2047,0.250688 +6,NV_S,2048,0.250688 +6,NV_S,2049,0.250688 +6,NV_S,2050,0.250688 +6,NV_S,2051,0.250688 +6,NV_S,2052,0.250688 +6,NV_S,2053,0.250688 +6,NV_S,2054,0.250688 +6,NV_S,2055,0.250688 +6,NV_S,2056,0.250688 +6,NV_S,2057,0.250688 +6,NV_S,2058,0.250688 +6,NV_S,2059,0.250688 +6,NV_S,2060,0.250688 +6,NV_S,2061,0.250688 +6,NV_S,2062,0.250688 +6,NV_S,2063,0.250688 +6,NV_S,2064,0.250688 +6,NV_S,2065,0.250688 +6,NV_S,2066,0.250688 +6,NV_S,2067,0.250688 +6,NV_S,2068,0.250688 +6,NV_S,2069,0.250688 +6,NV_S,2070,0.250688 +6,NV_S,2071,0.250688 +6,NV_S,2072,0.250688 +6,NV_S,2073,0.250688 +6,NV_S,2074,0.250688 +6,NV_S,2075,0.250688 +6,NV_S,2076,0.250688 +6,NV_S,2077,0.250688 +6,NV_S,2078,0.250688 +6,NV_S,2079,0.250688 +6,NV_S,2080,0.250688 +6,OR_E,2010,0.0139459 +6,OR_E,2011,0.0604594 +6,OR_E,2012,0.0604594 +6,OR_E,2013,0.0604594 +6,OR_E,2014,0.0616216 +6,OR_E,2015,0.155811 +6,OR_E,2016,0.156973 +6,OR_E,2017,0.158368 +6,OR_E,2018,0.159762 +6,OR_E,2019,0.161157 +6,OR_E,2020,0.209065 +6,OR_E,2021,0.209065 +6,OR_E,2022,0.209065 +6,OR_E,2023,0.209065 +6,OR_E,2024,0.209065 +6,OR_E,2025,0.255578 +6,OR_E,2026,0.271873 +6,OR_E,2027,0.288168 +6,OR_E,2028,0.304462 +6,OR_E,2029,0.320757 +6,OR_E,2030,0.337052 +6,OR_E,2031,0.353347 +6,OR_E,2032,0.369642 +6,OR_E,2033,0.385936 +6,OR_E,2034,0.402231 +6,OR_E,2035,0.418526 +6,OR_E,2036,0.434821 +6,OR_E,2037,0.451116 +6,OR_E,2038,0.46741 +6,OR_E,2039,0.483705 +6,OR_E,2040,0.5 +6,OR_E,2041,0.5 +6,OR_E,2042,0.5 +6,OR_E,2043,0.5 +6,OR_E,2044,0.5 +6,OR_E,2045,0.5 +6,OR_E,2046,0.5 +6,OR_E,2047,0.5 +6,OR_E,2048,0.5 +6,OR_E,2049,0.5 +6,OR_E,2050,0.5 +6,OR_E,2051,0.5 +6,OR_E,2052,0.5 +6,OR_E,2053,0.5 +6,OR_E,2054,0.5 +6,OR_E,2055,0.5 +6,OR_E,2056,0.5 +6,OR_E,2057,0.5 +6,OR_E,2058,0.5 +6,OR_E,2059,0.5 +6,OR_E,2060,0.5 +6,OR_E,2061,0.5 +6,OR_E,2062,0.5 +6,OR_E,2063,0.5 +6,OR_E,2064,0.5 +6,OR_E,2065,0.5 +6,OR_E,2066,0.5 +6,OR_E,2067,0.5 +6,OR_E,2068,0.5 +6,OR_E,2069,0.5 +6,OR_E,2070,0.5 +6,OR_E,2071,0.5 +6,OR_E,2072,0.5 +6,OR_E,2073,0.5 +6,OR_E,2074,0.5 +6,OR_E,2075,0.5 +6,OR_E,2076,0.5 +6,OR_E,2077,0.5 +6,OR_E,2078,0.5 +6,OR_E,2079,0.5 +6,OR_E,2080,0.5 +6,OR_PDX,2010,0 +6,OR_PDX,2011,0.0409945 +6,OR_PDX,2012,0.0463978 +6,OR_PDX,2013,0.0463978 +6,OR_PDX,2014,0.0463978 +6,OR_PDX,2015,0.128387 +6,OR_PDX,2016,0.139193 +6,OR_PDX,2017,0.139193 +6,OR_PDX,2018,0.139193 +6,OR_PDX,2019,0.139193 +6,OR_PDX,2020,0.190995 +6,OR_PDX,2021,0.190995 +6,OR_PDX,2022,0.190995 +6,OR_PDX,2023,0.190995 +6,OR_PDX,2024,0.190995 +6,OR_PDX,2025,0.231989 +6,OR_PDX,2026,0.249856 +6,OR_PDX,2027,0.267724 +6,OR_PDX,2028,0.285591 +6,OR_PDX,2029,0.303459 +6,OR_PDX,2030,0.321326 +6,OR_PDX,2031,0.339193 +6,OR_PDX,2032,0.357061 +6,OR_PDX,2033,0.374928 +6,OR_PDX,2034,0.392796 +6,OR_PDX,2035,0.410663 +6,OR_PDX,2036,0.42853 +6,OR_PDX,2037,0.446398 +6,OR_PDX,2038,0.464265 +6,OR_PDX,2039,0.482133 +6,OR_PDX,2040,0.5 +6,OR_PDX,2041,0.5 +6,OR_PDX,2042,0.5 +6,OR_PDX,2043,0.5 +6,OR_PDX,2044,0.5 +6,OR_PDX,2045,0.5 +6,OR_PDX,2046,0.5 +6,OR_PDX,2047,0.5 +6,OR_PDX,2048,0.5 +6,OR_PDX,2049,0.5 +6,OR_PDX,2050,0.5 +6,OR_PDX,2051,0.5 +6,OR_PDX,2052,0.5 +6,OR_PDX,2053,0.5 +6,OR_PDX,2054,0.5 +6,OR_PDX,2055,0.5 +6,OR_PDX,2056,0.5 +6,OR_PDX,2057,0.5 +6,OR_PDX,2058,0.5 +6,OR_PDX,2059,0.5 +6,OR_PDX,2060,0.5 +6,OR_PDX,2061,0.5 +6,OR_PDX,2062,0.5 +6,OR_PDX,2063,0.5 +6,OR_PDX,2064,0.5 +6,OR_PDX,2065,0.5 +6,OR_PDX,2066,0.5 +6,OR_PDX,2067,0.5 +6,OR_PDX,2068,0.5 +6,OR_PDX,2069,0.5 +6,OR_PDX,2070,0.5 +6,OR_PDX,2071,0.5 +6,OR_PDX,2072,0.5 +6,OR_PDX,2073,0.5 +6,OR_PDX,2074,0.5 +6,OR_PDX,2075,0.5 +6,OR_PDX,2076,0.5 +6,OR_PDX,2077,0.5 +6,OR_PDX,2078,0.5 +6,OR_PDX,2079,0.5 +6,OR_PDX,2080,0.5 +6,OR_W,2010,0.00910818 +6,OR_W,2011,0.0568311 +6,OR_W,2012,0.0568311 +6,OR_W,2013,0.0568311 +6,OR_W,2014,0.0575902 +6,OR_W,2015,0.153795 +6,OR_W,2016,0.154554 +6,OR_W,2017,0.155465 +6,OR_W,2018,0.156376 +6,OR_W,2019,0.157287 +6,OR_W,2020,0.20592 +6,OR_W,2021,0.20592 +6,OR_W,2022,0.20592 +6,OR_W,2023,0.20592 +6,OR_W,2024,0.20592 +6,OR_W,2025,0.253643 +6,OR_W,2026,0.271873 +6,OR_W,2027,0.288168 +6,OR_W,2028,0.304462 +6,OR_W,2029,0.320757 +6,OR_W,2030,0.337052 +6,OR_W,2031,0.353347 +6,OR_W,2032,0.369642 +6,OR_W,2033,0.385936 +6,OR_W,2034,0.402231 +6,OR_W,2035,0.418526 +6,OR_W,2036,0.434821 +6,OR_W,2037,0.451116 +6,OR_W,2038,0.46741 +6,OR_W,2039,0.483705 +6,OR_W,2040,0.5 +6,OR_W,2041,0.5 +6,OR_W,2042,0.5 +6,OR_W,2043,0.5 +6,OR_W,2044,0.5 +6,OR_W,2045,0.5 +6,OR_W,2046,0.5 +6,OR_W,2047,0.5 +6,OR_W,2048,0.5 +6,OR_W,2049,0.5 +6,OR_W,2050,0.5 +6,OR_W,2051,0.5 +6,OR_W,2052,0.5 +6,OR_W,2053,0.5 +6,OR_W,2054,0.5 +6,OR_W,2055,0.5 +6,OR_W,2056,0.5 +6,OR_W,2057,0.5 +6,OR_W,2058,0.5 +6,OR_W,2059,0.5 +6,OR_W,2060,0.5 +6,OR_W,2061,0.5 +6,OR_W,2062,0.5 +6,OR_W,2063,0.5 +6,OR_W,2064,0.5 +6,OR_W,2065,0.5 +6,OR_W,2066,0.5 +6,OR_W,2067,0.5 +6,OR_W,2068,0.5 +6,OR_W,2069,0.5 +6,OR_W,2070,0.5 +6,OR_W,2071,0.5 +6,OR_W,2072,0.5 +6,OR_W,2073,0.5 +6,OR_W,2074,0.5 +6,OR_W,2075,0.5 +6,OR_W,2076,0.5 +6,OR_W,2077,0.5 +6,OR_W,2078,0.5 +6,OR_W,2079,0.5 +6,OR_W,2080,0.5 +6,OR_WA_BPA,2010,0 +6,OR_WA_BPA,2011,0.00993766 +6,OR_WA_BPA,2012,0.0339751 +6,OR_WA_BPA,2013,0.0339751 +6,OR_WA_BPA,2014,0.0339751 +6,OR_WA_BPA,2015,0.0538504 +6,OR_WA_BPA,2016,0.101925 +6,OR_WA_BPA,2017,0.101925 +6,OR_WA_BPA,2018,0.101925 +6,OR_WA_BPA,2019,0.101925 +6,OR_WA_BPA,2020,0.159938 +6,OR_WA_BPA,2021,0.159938 +6,OR_WA_BPA,2022,0.159938 +6,OR_WA_BPA,2023,0.159938 +6,OR_WA_BPA,2024,0.159938 +6,OR_WA_BPA,2025,0.169875 +6,OR_WA_BPA,2026,0.169875 +6,OR_WA_BPA,2027,0.169875 +6,OR_WA_BPA,2028,0.169875 +6,OR_WA_BPA,2029,0.169875 +6,OR_WA_BPA,2030,0.169875 +6,OR_WA_BPA,2031,0.169875 +6,OR_WA_BPA,2032,0.169875 +6,OR_WA_BPA,2033,0.169875 +6,OR_WA_BPA,2034,0.169875 +6,OR_WA_BPA,2035,0.169875 +6,OR_WA_BPA,2036,0.169875 +6,OR_WA_BPA,2037,0.169875 +6,OR_WA_BPA,2038,0.169875 +6,OR_WA_BPA,2039,0.169875 +6,OR_WA_BPA,2040,0.169875 +6,OR_WA_BPA,2041,0.169875 +6,OR_WA_BPA,2042,0.169875 +6,OR_WA_BPA,2043,0.169875 +6,OR_WA_BPA,2044,0.169875 +6,OR_WA_BPA,2045,0.169875 +6,OR_WA_BPA,2046,0.169875 +6,OR_WA_BPA,2047,0.169875 +6,OR_WA_BPA,2048,0.169875 +6,OR_WA_BPA,2049,0.169875 +6,OR_WA_BPA,2050,0.169875 +6,OR_WA_BPA,2051,0.169875 +6,OR_WA_BPA,2052,0.169875 +6,OR_WA_BPA,2053,0.169875 +6,OR_WA_BPA,2054,0.169875 +6,OR_WA_BPA,2055,0.169875 +6,OR_WA_BPA,2056,0.169875 +6,OR_WA_BPA,2057,0.169875 +6,OR_WA_BPA,2058,0.169875 +6,OR_WA_BPA,2059,0.169875 +6,OR_WA_BPA,2060,0.169875 +6,OR_WA_BPA,2061,0.169875 +6,OR_WA_BPA,2062,0.169875 +6,OR_WA_BPA,2063,0.169875 +6,OR_WA_BPA,2064,0.169875 +6,OR_WA_BPA,2065,0.169875 +6,OR_WA_BPA,2066,0.169875 +6,OR_WA_BPA,2067,0.169875 +6,OR_WA_BPA,2068,0.169875 +6,OR_WA_BPA,2069,0.169875 +6,OR_WA_BPA,2070,0.169875 +6,OR_WA_BPA,2071,0.169875 +6,OR_WA_BPA,2072,0.169875 +6,OR_WA_BPA,2073,0.169875 +6,OR_WA_BPA,2074,0.169875 +6,OR_WA_BPA,2075,0.169875 +6,OR_WA_BPA,2076,0.169875 +6,OR_WA_BPA,2077,0.169875 +6,OR_WA_BPA,2078,0.169875 +6,OR_WA_BPA,2079,0.169875 +6,OR_WA_BPA,2080,0.169875 +6,UT_N,2010,0 +6,UT_N,2011,0 +6,UT_N,2012,0 +6,UT_N,2013,0 +6,UT_N,2014,0 +6,UT_N,2015,0 +6,UT_N,2016,0 +6,UT_N,2017,0 +6,UT_N,2018,0 +6,UT_N,2019,0 +6,UT_N,2020,0 +6,UT_N,2021,0 +6,UT_N,2022,0 +6,UT_N,2023,0 +6,UT_N,2024,0 +6,UT_N,2025,0 +6,UT_N,2026,0 +6,UT_N,2027,0 +6,UT_N,2028,0 +6,UT_N,2029,0 +6,UT_N,2030,0 +6,UT_N,2031,0 +6,UT_N,2032,0 +6,UT_N,2033,0 +6,UT_N,2034,0 +6,UT_N,2035,0 +6,UT_N,2036,0 +6,UT_N,2037,0 +6,UT_N,2038,0 +6,UT_N,2039,0 +6,UT_N,2040,0 +6,UT_N,2041,0 +6,UT_N,2042,0 +6,UT_N,2043,0 +6,UT_N,2044,0 +6,UT_N,2045,0 +6,UT_N,2046,0 +6,UT_N,2047,0 +6,UT_N,2048,0 +6,UT_N,2049,0 +6,UT_N,2050,0 +6,UT_N,2051,0 +6,UT_N,2052,0 +6,UT_N,2053,0 +6,UT_N,2054,0 +6,UT_N,2055,0 +6,UT_N,2056,0 +6,UT_N,2057,0 +6,UT_N,2058,0 +6,UT_N,2059,0 +6,UT_N,2060,0 +6,UT_N,2061,0 +6,UT_N,2062,0 +6,UT_N,2063,0 +6,UT_N,2064,0 +6,UT_N,2065,0 +6,UT_N,2066,0 +6,UT_N,2067,0 +6,UT_N,2068,0 +6,UT_N,2069,0 +6,UT_N,2070,0 +6,UT_N,2071,0 +6,UT_N,2072,0 +6,UT_N,2073,0 +6,UT_N,2074,0 +6,UT_N,2075,0 +6,UT_N,2076,0 +6,UT_N,2077,0 +6,UT_N,2078,0 +6,UT_N,2079,0 +6,UT_N,2080,0 +6,UT_S,2010,0.000247836 +6,UT_S,2011,0.000594805 +6,UT_S,2012,0.000594805 +6,UT_S,2013,0.000594805 +6,UT_S,2014,0.000594805 +6,UT_S,2015,0.000991342 +6,UT_S,2016,0.000991342 +6,UT_S,2017,0.000991342 +6,UT_S,2018,0.000991342 +6,UT_S,2019,0.000991342 +6,UT_S,2020,0.00148701 +6,UT_S,2021,0.00148701 +6,UT_S,2022,0.00148701 +6,UT_S,2023,0.00148701 +6,UT_S,2024,0.00148701 +6,UT_S,2025,0.00148701 +6,UT_S,2026,0.00148701 +6,UT_S,2027,0.00148701 +6,UT_S,2028,0.00148701 +6,UT_S,2029,0.00148701 +6,UT_S,2030,0.00148701 +6,UT_S,2031,0.00148701 +6,UT_S,2032,0.00148701 +6,UT_S,2033,0.00148701 +6,UT_S,2034,0.00148701 +6,UT_S,2035,0.00148701 +6,UT_S,2036,0.00148701 +6,UT_S,2037,0.00148701 +6,UT_S,2038,0.00148701 +6,UT_S,2039,0.00148701 +6,UT_S,2040,0.00148701 +6,UT_S,2041,0.00148701 +6,UT_S,2042,0.00148701 +6,UT_S,2043,0.00148701 +6,UT_S,2044,0.00148701 +6,UT_S,2045,0.00148701 +6,UT_S,2046,0.00148701 +6,UT_S,2047,0.00148701 +6,UT_S,2048,0.00148701 +6,UT_S,2049,0.00148701 +6,UT_S,2050,0.00148701 +6,UT_S,2051,0.00148701 +6,UT_S,2052,0.00148701 +6,UT_S,2053,0.00148701 +6,UT_S,2054,0.00148701 +6,UT_S,2055,0.00148701 +6,UT_S,2056,0.00148701 +6,UT_S,2057,0.00148701 +6,UT_S,2058,0.00148701 +6,UT_S,2059,0.00148701 +6,UT_S,2060,0.00148701 +6,UT_S,2061,0.00148701 +6,UT_S,2062,0.00148701 +6,UT_S,2063,0.00148701 +6,UT_S,2064,0.00148701 +6,UT_S,2065,0.00148701 +6,UT_S,2066,0.00148701 +6,UT_S,2067,0.00148701 +6,UT_S,2068,0.00148701 +6,UT_S,2069,0.00148701 +6,UT_S,2070,0.00148701 +6,UT_S,2071,0.00148701 +6,UT_S,2072,0.00148701 +6,UT_S,2073,0.00148701 +6,UT_S,2074,0.00148701 +6,UT_S,2075,0.00148701 +6,UT_S,2076,0.00148701 +6,UT_S,2077,0.00148701 +6,UT_S,2078,0.00148701 +6,UT_S,2079,0.00148701 +6,UT_S,2080,0.00148701 +6,WA_ID_AVA,2010,0 +6,WA_ID_AVA,2011,0 +6,WA_ID_AVA,2012,0.0195436 +6,WA_ID_AVA,2013,0.0195436 +6,WA_ID_AVA,2014,0.0195436 +6,WA_ID_AVA,2015,0.0195436 +6,WA_ID_AVA,2016,0.0586308 +6,WA_ID_AVA,2017,0.0586308 +6,WA_ID_AVA,2018,0.0586308 +6,WA_ID_AVA,2019,0.0586308 +6,WA_ID_AVA,2020,0.097718 +6,WA_ID_AVA,2021,0.097718 +6,WA_ID_AVA,2022,0.097718 +6,WA_ID_AVA,2023,0.097718 +6,WA_ID_AVA,2024,0.097718 +6,WA_ID_AVA,2025,0.097718 +6,WA_ID_AVA,2026,0.097718 +6,WA_ID_AVA,2027,0.097718 +6,WA_ID_AVA,2028,0.097718 +6,WA_ID_AVA,2029,0.097718 +6,WA_ID_AVA,2030,0.097718 +6,WA_ID_AVA,2031,0.097718 +6,WA_ID_AVA,2032,0.097718 +6,WA_ID_AVA,2033,0.097718 +6,WA_ID_AVA,2034,0.097718 +6,WA_ID_AVA,2035,0.097718 +6,WA_ID_AVA,2036,0.097718 +6,WA_ID_AVA,2037,0.097718 +6,WA_ID_AVA,2038,0.097718 +6,WA_ID_AVA,2039,0.097718 +6,WA_ID_AVA,2040,0.097718 +6,WA_ID_AVA,2041,0.097718 +6,WA_ID_AVA,2042,0.097718 +6,WA_ID_AVA,2043,0.097718 +6,WA_ID_AVA,2044,0.097718 +6,WA_ID_AVA,2045,0.097718 +6,WA_ID_AVA,2046,0.097718 +6,WA_ID_AVA,2047,0.097718 +6,WA_ID_AVA,2048,0.097718 +6,WA_ID_AVA,2049,0.097718 +6,WA_ID_AVA,2050,0.097718 +6,WA_ID_AVA,2051,0.097718 +6,WA_ID_AVA,2052,0.097718 +6,WA_ID_AVA,2053,0.097718 +6,WA_ID_AVA,2054,0.097718 +6,WA_ID_AVA,2055,0.097718 +6,WA_ID_AVA,2056,0.097718 +6,WA_ID_AVA,2057,0.097718 +6,WA_ID_AVA,2058,0.097718 +6,WA_ID_AVA,2059,0.097718 +6,WA_ID_AVA,2060,0.097718 +6,WA_ID_AVA,2061,0.097718 +6,WA_ID_AVA,2062,0.097718 +6,WA_ID_AVA,2063,0.097718 +6,WA_ID_AVA,2064,0.097718 +6,WA_ID_AVA,2065,0.097718 +6,WA_ID_AVA,2066,0.097718 +6,WA_ID_AVA,2067,0.097718 +6,WA_ID_AVA,2068,0.097718 +6,WA_ID_AVA,2069,0.097718 +6,WA_ID_AVA,2070,0.097718 +6,WA_ID_AVA,2071,0.097718 +6,WA_ID_AVA,2072,0.097718 +6,WA_ID_AVA,2073,0.097718 +6,WA_ID_AVA,2074,0.097718 +6,WA_ID_AVA,2075,0.097718 +6,WA_ID_AVA,2076,0.097718 +6,WA_ID_AVA,2077,0.097718 +6,WA_ID_AVA,2078,0.097718 +6,WA_ID_AVA,2079,0.097718 +6,WA_ID_AVA,2080,0.097718 +6,WA_N_CEN,2010,0 +6,WA_N_CEN,2011,0 +6,WA_N_CEN,2012,0.03 +6,WA_N_CEN,2013,0.03 +6,WA_N_CEN,2014,0.03 +6,WA_N_CEN,2015,0.03 +6,WA_N_CEN,2016,0.09 +6,WA_N_CEN,2017,0.09 +6,WA_N_CEN,2018,0.09 +6,WA_N_CEN,2019,0.09 +6,WA_N_CEN,2020,0.15 +6,WA_N_CEN,2021,0.15 +6,WA_N_CEN,2022,0.15 +6,WA_N_CEN,2023,0.15 +6,WA_N_CEN,2024,0.15 +6,WA_N_CEN,2025,0.15 +6,WA_N_CEN,2026,0.15 +6,WA_N_CEN,2027,0.15 +6,WA_N_CEN,2028,0.15 +6,WA_N_CEN,2029,0.15 +6,WA_N_CEN,2030,0.15 +6,WA_N_CEN,2031,0.15 +6,WA_N_CEN,2032,0.15 +6,WA_N_CEN,2033,0.15 +6,WA_N_CEN,2034,0.15 +6,WA_N_CEN,2035,0.15 +6,WA_N_CEN,2036,0.15 +6,WA_N_CEN,2037,0.15 +6,WA_N_CEN,2038,0.15 +6,WA_N_CEN,2039,0.15 +6,WA_N_CEN,2040,0.15 +6,WA_N_CEN,2041,0.15 +6,WA_N_CEN,2042,0.15 +6,WA_N_CEN,2043,0.15 +6,WA_N_CEN,2044,0.15 +6,WA_N_CEN,2045,0.15 +6,WA_N_CEN,2046,0.15 +6,WA_N_CEN,2047,0.15 +6,WA_N_CEN,2048,0.15 +6,WA_N_CEN,2049,0.15 +6,WA_N_CEN,2050,0.15 +6,WA_N_CEN,2051,0.15 +6,WA_N_CEN,2052,0.15 +6,WA_N_CEN,2053,0.15 +6,WA_N_CEN,2054,0.15 +6,WA_N_CEN,2055,0.15 +6,WA_N_CEN,2056,0.15 +6,WA_N_CEN,2057,0.15 +6,WA_N_CEN,2058,0.15 +6,WA_N_CEN,2059,0.15 +6,WA_N_CEN,2060,0.15 +6,WA_N_CEN,2061,0.15 +6,WA_N_CEN,2062,0.15 +6,WA_N_CEN,2063,0.15 +6,WA_N_CEN,2064,0.15 +6,WA_N_CEN,2065,0.15 +6,WA_N_CEN,2066,0.15 +6,WA_N_CEN,2067,0.15 +6,WA_N_CEN,2068,0.15 +6,WA_N_CEN,2069,0.15 +6,WA_N_CEN,2070,0.15 +6,WA_N_CEN,2071,0.15 +6,WA_N_CEN,2072,0.15 +6,WA_N_CEN,2073,0.15 +6,WA_N_CEN,2074,0.15 +6,WA_N_CEN,2075,0.15 +6,WA_N_CEN,2076,0.15 +6,WA_N_CEN,2077,0.15 +6,WA_N_CEN,2078,0.15 +6,WA_N_CEN,2079,0.15 +6,WA_N_CEN,2080,0.15 +6,WA_SEATAC,2010,0 +6,WA_SEATAC,2011,0 +6,WA_SEATAC,2012,0.0297233 +6,WA_SEATAC,2013,0.0297233 +6,WA_SEATAC,2014,0.0297233 +6,WA_SEATAC,2015,0.0297233 +6,WA_SEATAC,2016,0.0891697 +6,WA_SEATAC,2017,0.0891697 +6,WA_SEATAC,2018,0.0891697 +6,WA_SEATAC,2019,0.0891697 +6,WA_SEATAC,2020,0.148616 +6,WA_SEATAC,2021,0.148616 +6,WA_SEATAC,2022,0.148616 +6,WA_SEATAC,2023,0.148616 +6,WA_SEATAC,2024,0.148616 +6,WA_SEATAC,2025,0.148616 +6,WA_SEATAC,2026,0.148616 +6,WA_SEATAC,2027,0.148616 +6,WA_SEATAC,2028,0.148616 +6,WA_SEATAC,2029,0.148616 +6,WA_SEATAC,2030,0.148616 +6,WA_SEATAC,2031,0.148616 +6,WA_SEATAC,2032,0.148616 +6,WA_SEATAC,2033,0.148616 +6,WA_SEATAC,2034,0.148616 +6,WA_SEATAC,2035,0.148616 +6,WA_SEATAC,2036,0.148616 +6,WA_SEATAC,2037,0.148616 +6,WA_SEATAC,2038,0.148616 +6,WA_SEATAC,2039,0.148616 +6,WA_SEATAC,2040,0.148616 +6,WA_SEATAC,2041,0.148616 +6,WA_SEATAC,2042,0.148616 +6,WA_SEATAC,2043,0.148616 +6,WA_SEATAC,2044,0.148616 +6,WA_SEATAC,2045,0.148616 +6,WA_SEATAC,2046,0.148616 +6,WA_SEATAC,2047,0.148616 +6,WA_SEATAC,2048,0.148616 +6,WA_SEATAC,2049,0.148616 +6,WA_SEATAC,2050,0.148616 +6,WA_SEATAC,2051,0.148616 +6,WA_SEATAC,2052,0.148616 +6,WA_SEATAC,2053,0.148616 +6,WA_SEATAC,2054,0.148616 +6,WA_SEATAC,2055,0.148616 +6,WA_SEATAC,2056,0.148616 +6,WA_SEATAC,2057,0.148616 +6,WA_SEATAC,2058,0.148616 +6,WA_SEATAC,2059,0.148616 +6,WA_SEATAC,2060,0.148616 +6,WA_SEATAC,2061,0.148616 +6,WA_SEATAC,2062,0.148616 +6,WA_SEATAC,2063,0.148616 +6,WA_SEATAC,2064,0.148616 +6,WA_SEATAC,2065,0.148616 +6,WA_SEATAC,2066,0.148616 +6,WA_SEATAC,2067,0.148616 +6,WA_SEATAC,2068,0.148616 +6,WA_SEATAC,2069,0.148616 +6,WA_SEATAC,2070,0.148616 +6,WA_SEATAC,2071,0.148616 +6,WA_SEATAC,2072,0.148616 +6,WA_SEATAC,2073,0.148616 +6,WA_SEATAC,2074,0.148616 +6,WA_SEATAC,2075,0.148616 +6,WA_SEATAC,2076,0.148616 +6,WA_SEATAC,2077,0.148616 +6,WA_SEATAC,2078,0.148616 +6,WA_SEATAC,2079,0.148616 +6,WA_SEATAC,2080,0.148616 +6,WA_W,2010,0 +6,WA_W,2011,0 +6,WA_W,2012,0.03 +6,WA_W,2013,0.03 +6,WA_W,2014,0.03 +6,WA_W,2015,0.03 +6,WA_W,2016,0.09 +6,WA_W,2017,0.09 +6,WA_W,2018,0.09 +6,WA_W,2019,0.09 +6,WA_W,2020,0.15 +6,WA_W,2021,0.15 +6,WA_W,2022,0.15 +6,WA_W,2023,0.15 +6,WA_W,2024,0.15 +6,WA_W,2025,0.15 +6,WA_W,2026,0.15 +6,WA_W,2027,0.15 +6,WA_W,2028,0.15 +6,WA_W,2029,0.15 +6,WA_W,2030,0.15 +6,WA_W,2031,0.15 +6,WA_W,2032,0.15 +6,WA_W,2033,0.15 +6,WA_W,2034,0.15 +6,WA_W,2035,0.15 +6,WA_W,2036,0.15 +6,WA_W,2037,0.15 +6,WA_W,2038,0.15 +6,WA_W,2039,0.15 +6,WA_W,2040,0.15 +6,WA_W,2041,0.15 +6,WA_W,2042,0.15 +6,WA_W,2043,0.15 +6,WA_W,2044,0.15 +6,WA_W,2045,0.15 +6,WA_W,2046,0.15 +6,WA_W,2047,0.15 +6,WA_W,2048,0.15 +6,WA_W,2049,0.15 +6,WA_W,2050,0.15 +6,WA_W,2051,0.15 +6,WA_W,2052,0.15 +6,WA_W,2053,0.15 +6,WA_W,2054,0.15 +6,WA_W,2055,0.15 +6,WA_W,2056,0.15 +6,WA_W,2057,0.15 +6,WA_W,2058,0.15 +6,WA_W,2059,0.15 +6,WA_W,2060,0.15 +6,WA_W,2061,0.15 +6,WA_W,2062,0.15 +6,WA_W,2063,0.15 +6,WA_W,2064,0.15 +6,WA_W,2065,0.15 +6,WA_W,2066,0.15 +6,WA_W,2067,0.15 +6,WA_W,2068,0.15 +6,WA_W,2069,0.15 +6,WA_W,2070,0.15 +6,WA_W,2071,0.15 +6,WA_W,2072,0.15 +6,WA_W,2073,0.15 +6,WA_W,2074,0.15 +6,WA_W,2075,0.15 +6,WA_W,2076,0.15 +6,WA_W,2077,0.15 +6,WA_W,2078,0.15 +6,WA_W,2079,0.15 +6,WA_W,2080,0.15 +6,WY_NE,2010,0.000710707 +6,WY_NE,2011,0.000710707 +6,WY_NE,2012,0.000710707 +6,WY_NE,2013,0.000710707 +6,WY_NE,2014,0.000710707 +6,WY_NE,2015,0.00106606 +6,WY_NE,2016,0.00106606 +6,WY_NE,2017,0.00106606 +6,WY_NE,2018,0.00106606 +6,WY_NE,2019,0.00106606 +6,WY_NE,2020,0.00106606 +6,WY_NE,2021,0.00106606 +6,WY_NE,2022,0.00106606 +6,WY_NE,2023,0.00106606 +6,WY_NE,2024,0.00106606 +6,WY_NE,2025,0.00106606 +6,WY_NE,2026,0.00106606 +6,WY_NE,2027,0.00106606 +6,WY_NE,2028,0.00106606 +6,WY_NE,2029,0.00106606 +6,WY_NE,2030,0.00106606 +6,WY_NE,2031,0.00106606 +6,WY_NE,2032,0.00106606 +6,WY_NE,2033,0.00106606 +6,WY_NE,2034,0.00106606 +6,WY_NE,2035,0.00106606 +6,WY_NE,2036,0.00106606 +6,WY_NE,2037,0.00106606 +6,WY_NE,2038,0.00106606 +6,WY_NE,2039,0.00106606 +6,WY_NE,2040,0.00106606 +6,WY_NE,2041,0.00106606 +6,WY_NE,2042,0.00106606 +6,WY_NE,2043,0.00106606 +6,WY_NE,2044,0.00106606 +6,WY_NE,2045,0.00106606 +6,WY_NE,2046,0.00106606 +6,WY_NE,2047,0.00106606 +6,WY_NE,2048,0.00106606 +6,WY_NE,2049,0.00106606 +6,WY_NE,2050,0.00106606 +6,WY_NE,2051,0.00106606 +6,WY_NE,2052,0.00106606 +6,WY_NE,2053,0.00106606 +6,WY_NE,2054,0.00106606 +6,WY_NE,2055,0.00106606 +6,WY_NE,2056,0.00106606 +6,WY_NE,2057,0.00106606 +6,WY_NE,2058,0.00106606 +6,WY_NE,2059,0.00106606 +6,WY_NE,2060,0.00106606 +6,WY_NE,2061,0.00106606 +6,WY_NE,2062,0.00106606 +6,WY_NE,2063,0.00106606 +6,WY_NE,2064,0.00106606 +6,WY_NE,2065,0.00106606 +6,WY_NE,2066,0.00106606 +6,WY_NE,2067,0.00106606 +6,WY_NE,2068,0.00106606 +6,WY_NE,2069,0.00106606 +6,WY_NE,2070,0.00106606 +6,WY_NE,2071,0.00106606 +6,WY_NE,2072,0.00106606 +6,WY_NE,2073,0.00106606 +6,WY_NE,2074,0.00106606 +6,WY_NE,2075,0.00106606 +6,WY_NE,2076,0.00106606 +6,WY_NE,2077,0.00106606 +6,WY_NE,2078,0.00106606 +6,WY_NE,2079,0.00106606 +6,WY_NE,2080,0.00106606 +6,WY_NW,2010,0 +6,WY_NW,2011,0 +6,WY_NW,2012,0 +6,WY_NW,2013,0 +6,WY_NW,2014,0 +6,WY_NW,2015,0 +6,WY_NW,2016,0 +6,WY_NW,2017,0 +6,WY_NW,2018,0 +6,WY_NW,2019,0 +6,WY_NW,2020,0 +6,WY_NW,2021,0 +6,WY_NW,2022,0 +6,WY_NW,2023,0 +6,WY_NW,2024,0 +6,WY_NW,2025,0 +6,WY_NW,2026,0 +6,WY_NW,2027,0 +6,WY_NW,2028,0 +6,WY_NW,2029,0 +6,WY_NW,2030,0 +6,WY_NW,2031,0 +6,WY_NW,2032,0 +6,WY_NW,2033,0 +6,WY_NW,2034,0 +6,WY_NW,2035,0 +6,WY_NW,2036,0 +6,WY_NW,2037,0 +6,WY_NW,2038,0 +6,WY_NW,2039,0 +6,WY_NW,2040,0 +6,WY_NW,2041,0 +6,WY_NW,2042,0 +6,WY_NW,2043,0 +6,WY_NW,2044,0 +6,WY_NW,2045,0 +6,WY_NW,2046,0 +6,WY_NW,2047,0 +6,WY_NW,2048,0 +6,WY_NW,2049,0 +6,WY_NW,2050,0 +6,WY_NW,2051,0 +6,WY_NW,2052,0 +6,WY_NW,2053,0 +6,WY_NW,2054,0 +6,WY_NW,2055,0 +6,WY_NW,2056,0 +6,WY_NW,2057,0 +6,WY_NW,2058,0 +6,WY_NW,2059,0 +6,WY_NW,2060,0 +6,WY_NW,2061,0 +6,WY_NW,2062,0 +6,WY_NW,2063,0 +6,WY_NW,2064,0 +6,WY_NW,2065,0 +6,WY_NW,2066,0 +6,WY_NW,2067,0 +6,WY_NW,2068,0 +6,WY_NW,2069,0 +6,WY_NW,2070,0 +6,WY_NW,2071,0 +6,WY_NW,2072,0 +6,WY_NW,2073,0 +6,WY_NW,2074,0 +6,WY_NW,2075,0 +6,WY_NW,2076,0 +6,WY_NW,2077,0 +6,WY_NW,2078,0 +6,WY_NW,2079,0 +6,WY_NW,2080,0 +6,WY_SE,2010,0 +6,WY_SE,2011,0 +6,WY_SE,2012,0 +6,WY_SE,2013,0 +6,WY_SE,2014,0 +6,WY_SE,2015,0 +6,WY_SE,2016,0 +6,WY_SE,2017,0 +6,WY_SE,2018,0 +6,WY_SE,2019,0 +6,WY_SE,2020,0 +6,WY_SE,2021,0 +6,WY_SE,2022,0 +6,WY_SE,2023,0 +6,WY_SE,2024,0 +6,WY_SE,2025,0 +6,WY_SE,2026,0 +6,WY_SE,2027,0 +6,WY_SE,2028,0 +6,WY_SE,2029,0 +6,WY_SE,2030,0 +6,WY_SE,2031,0 +6,WY_SE,2032,0 +6,WY_SE,2033,0 +6,WY_SE,2034,0 +6,WY_SE,2035,0 +6,WY_SE,2036,0 +6,WY_SE,2037,0 +6,WY_SE,2038,0 +6,WY_SE,2039,0 +6,WY_SE,2040,0 +6,WY_SE,2041,0 +6,WY_SE,2042,0 +6,WY_SE,2043,0 +6,WY_SE,2044,0 +6,WY_SE,2045,0 +6,WY_SE,2046,0 +6,WY_SE,2047,0 +6,WY_SE,2048,0 +6,WY_SE,2049,0 +6,WY_SE,2050,0 +6,WY_SE,2051,0 +6,WY_SE,2052,0 +6,WY_SE,2053,0 +6,WY_SE,2054,0 +6,WY_SE,2055,0 +6,WY_SE,2056,0 +6,WY_SE,2057,0 +6,WY_SE,2058,0 +6,WY_SE,2059,0 +6,WY_SE,2060,0 +6,WY_SE,2061,0 +6,WY_SE,2062,0 +6,WY_SE,2063,0 +6,WY_SE,2064,0 +6,WY_SE,2065,0 +6,WY_SE,2066,0 +6,WY_SE,2067,0 +6,WY_SE,2068,0 +6,WY_SE,2069,0 +6,WY_SE,2070,0 +6,WY_SE,2071,0 +6,WY_SE,2072,0 +6,WY_SE,2073,0 +6,WY_SE,2074,0 +6,WY_SE,2075,0 +6,WY_SE,2076,0 +6,WY_SE,2077,0 +6,WY_SE,2078,0 +6,WY_SE,2079,0 +6,WY_SE,2080,0 +6,WY_SW,2010,0 +6,WY_SW,2011,0 +6,WY_SW,2012,0 +6,WY_SW,2013,0 +6,WY_SW,2014,0 +6,WY_SW,2015,0 +6,WY_SW,2016,0 +6,WY_SW,2017,0 +6,WY_SW,2018,0 +6,WY_SW,2019,0 +6,WY_SW,2020,0 +6,WY_SW,2021,0 +6,WY_SW,2022,0 +6,WY_SW,2023,0 +6,WY_SW,2024,0 +6,WY_SW,2025,0 +6,WY_SW,2026,0 +6,WY_SW,2027,0 +6,WY_SW,2028,0 +6,WY_SW,2029,0 +6,WY_SW,2030,0 +6,WY_SW,2031,0 +6,WY_SW,2032,0 +6,WY_SW,2033,0 +6,WY_SW,2034,0 +6,WY_SW,2035,0 +6,WY_SW,2036,0 +6,WY_SW,2037,0 +6,WY_SW,2038,0 +6,WY_SW,2039,0 +6,WY_SW,2040,0 +6,WY_SW,2041,0 +6,WY_SW,2042,0 +6,WY_SW,2043,0 +6,WY_SW,2044,0 +6,WY_SW,2045,0 +6,WY_SW,2046,0 +6,WY_SW,2047,0 +6,WY_SW,2048,0 +6,WY_SW,2049,0 +6,WY_SW,2050,0 +6,WY_SW,2051,0 +6,WY_SW,2052,0 +6,WY_SW,2053,0 +6,WY_SW,2054,0 +6,WY_SW,2055,0 +6,WY_SW,2056,0 +6,WY_SW,2057,0 +6,WY_SW,2058,0 +6,WY_SW,2059,0 +6,WY_SW,2060,0 +6,WY_SW,2061,0 +6,WY_SW,2062,0 +6,WY_SW,2063,0 +6,WY_SW,2064,0 +6,WY_SW,2065,0 +6,WY_SW,2066,0 +6,WY_SW,2067,0 +6,WY_SW,2068,0 +6,WY_SW,2069,0 +6,WY_SW,2070,0 +6,WY_SW,2071,0 +6,WY_SW,2072,0 +6,WY_SW,2073,0 +6,WY_SW,2074,0 +6,WY_SW,2075,0 +6,WY_SW,2076,0 +6,WY_SW,2077,0 +6,WY_SW,2078,0 +6,WY_SW,2079,0 +6,WY_SW,2080,0 \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/rps_scenario_id_7_new.csv b/switch_model/wecc/database/baseline_creation/rps_scenario_id_7_new.csv new file mode 100644 index 000000000..aa0ff6d46 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/rps_scenario_id_7_new.csv @@ -0,0 +1,3551 @@ +rps_scenario_id,load_zone,year,rps_target +7,AZ_APS_E,2010,0.00 +7,AZ_APS_E,2011,0.01 +7,AZ_APS_E,2012,0.02 +7,AZ_APS_E,2013,0.03 +7,AZ_APS_E,2014,0.04 +7,AZ_APS_E,2015,0.05 +7,AZ_APS_E,2016,0.06 +7,AZ_APS_E,2017,0.07 +7,AZ_APS_E,2018,0.08 +7,AZ_APS_E,2019,0.09 +7,AZ_APS_E,2020,0.10 +7,AZ_APS_E,2021,0.11 +7,AZ_APS_E,2022,0.12 +7,AZ_APS_E,2023,0.13 +7,AZ_APS_E,2024,0.14 +7,AZ_APS_E,2025,0.15 +7,AZ_APS_E,2026,0.15 +7,AZ_APS_E,2027,0.15 +7,AZ_APS_E,2028,0.15 +7,AZ_APS_E,2029,0.15 +7,AZ_APS_E,2030,0.15 +7,AZ_APS_E,2031,0.15 +7,AZ_APS_E,2032,0.15 +7,AZ_APS_E,2033,0.15 +7,AZ_APS_E,2034,0.15 +7,AZ_APS_E,2035,0.15 +7,AZ_APS_E,2036,0.15 +7,AZ_APS_E,2037,0.15 +7,AZ_APS_E,2038,0.15 +7,AZ_APS_E,2039,0.15 +7,AZ_APS_E,2040,0.15 +7,AZ_APS_E,2041,0.15 +7,AZ_APS_E,2042,0.15 +7,AZ_APS_E,2043,0.15 +7,AZ_APS_E,2044,0.15 +7,AZ_APS_E,2045,0.15 +7,AZ_APS_E,2046,0.15 +7,AZ_APS_E,2047,0.15 +7,AZ_APS_E,2048,0.15 +7,AZ_APS_E,2049,0.15 +7,AZ_APS_E,2050,0.15 +7,AZ_APS_E,2051,0.15 +7,AZ_APS_E,2052,0.15 +7,AZ_APS_E,2053,0.15 +7,AZ_APS_E,2054,0.15 +7,AZ_APS_E,2055,0.15 +7,AZ_APS_E,2056,0.15 +7,AZ_APS_E,2057,0.15 +7,AZ_APS_E,2058,0.15 +7,AZ_APS_E,2059,0.15 +7,AZ_APS_E,2060,0.15 +7,AZ_APS_E,2061,0.15 +7,AZ_APS_E,2062,0.15 +7,AZ_APS_E,2063,0.15 +7,AZ_APS_E,2064,0.15 +7,AZ_APS_E,2065,0.15 +7,AZ_APS_E,2066,0.15 +7,AZ_APS_E,2067,0.15 +7,AZ_APS_E,2068,0.15 +7,AZ_APS_E,2069,0.15 +7,AZ_APS_E,2070,0.15 +7,AZ_APS_E,2071,0.15 +7,AZ_APS_E,2072,0.15 +7,AZ_APS_E,2073,0.15 +7,AZ_APS_E,2074,0.15 +7,AZ_APS_E,2075,0.15 +7,AZ_APS_E,2076,0.15 +7,AZ_APS_E,2077,0.15 +7,AZ_APS_E,2078,0.15 +7,AZ_APS_E,2079,0.15 +7,AZ_APS_E,2080,0.15 +7,AZ_APS_N,2010,0.00 +7,AZ_APS_N,2011,0.01 +7,AZ_APS_N,2012,0.02 +7,AZ_APS_N,2013,0.03 +7,AZ_APS_N,2014,0.04 +7,AZ_APS_N,2015,0.05 +7,AZ_APS_N,2016,0.06 +7,AZ_APS_N,2017,0.07 +7,AZ_APS_N,2018,0.08 +7,AZ_APS_N,2019,0.09 +7,AZ_APS_N,2020,0.10 +7,AZ_APS_N,2021,0.11 +7,AZ_APS_N,2022,0.12 +7,AZ_APS_N,2023,0.13 +7,AZ_APS_N,2024,0.14 +7,AZ_APS_N,2025,0.15 +7,AZ_APS_N,2026,0.15 +7,AZ_APS_N,2027,0.15 +7,AZ_APS_N,2028,0.15 +7,AZ_APS_N,2029,0.15 +7,AZ_APS_N,2030,0.15 +7,AZ_APS_N,2031,0.15 +7,AZ_APS_N,2032,0.15 +7,AZ_APS_N,2033,0.15 +7,AZ_APS_N,2034,0.15 +7,AZ_APS_N,2035,0.15 +7,AZ_APS_N,2036,0.15 +7,AZ_APS_N,2037,0.15 +7,AZ_APS_N,2038,0.15 +7,AZ_APS_N,2039,0.15 +7,AZ_APS_N,2040,0.15 +7,AZ_APS_N,2041,0.15 +7,AZ_APS_N,2042,0.15 +7,AZ_APS_N,2043,0.15 +7,AZ_APS_N,2044,0.15 +7,AZ_APS_N,2045,0.15 +7,AZ_APS_N,2046,0.15 +7,AZ_APS_N,2047,0.15 +7,AZ_APS_N,2048,0.15 +7,AZ_APS_N,2049,0.15 +7,AZ_APS_N,2050,0.15 +7,AZ_APS_N,2051,0.15 +7,AZ_APS_N,2052,0.15 +7,AZ_APS_N,2053,0.15 +7,AZ_APS_N,2054,0.15 +7,AZ_APS_N,2055,0.15 +7,AZ_APS_N,2056,0.15 +7,AZ_APS_N,2057,0.15 +7,AZ_APS_N,2058,0.15 +7,AZ_APS_N,2059,0.15 +7,AZ_APS_N,2060,0.15 +7,AZ_APS_N,2061,0.15 +7,AZ_APS_N,2062,0.15 +7,AZ_APS_N,2063,0.15 +7,AZ_APS_N,2064,0.15 +7,AZ_APS_N,2065,0.15 +7,AZ_APS_N,2066,0.15 +7,AZ_APS_N,2067,0.15 +7,AZ_APS_N,2068,0.15 +7,AZ_APS_N,2069,0.15 +7,AZ_APS_N,2070,0.15 +7,AZ_APS_N,2071,0.15 +7,AZ_APS_N,2072,0.15 +7,AZ_APS_N,2073,0.15 +7,AZ_APS_N,2074,0.15 +7,AZ_APS_N,2075,0.15 +7,AZ_APS_N,2076,0.15 +7,AZ_APS_N,2077,0.15 +7,AZ_APS_N,2078,0.15 +7,AZ_APS_N,2079,0.15 +7,AZ_APS_N,2080,0.15 +7,AZ_APS_SW,2010,0.00 +7,AZ_APS_SW,2011,0.01 +7,AZ_APS_SW,2012,0.02 +7,AZ_APS_SW,2013,0.03 +7,AZ_APS_SW,2014,0.04 +7,AZ_APS_SW,2015,0.05 +7,AZ_APS_SW,2016,0.06 +7,AZ_APS_SW,2017,0.07 +7,AZ_APS_SW,2018,0.08 +7,AZ_APS_SW,2019,0.09 +7,AZ_APS_SW,2020,0.10 +7,AZ_APS_SW,2021,0.11 +7,AZ_APS_SW,2022,0.12 +7,AZ_APS_SW,2023,0.13 +7,AZ_APS_SW,2024,0.14 +7,AZ_APS_SW,2025,0.15 +7,AZ_APS_SW,2026,0.15 +7,AZ_APS_SW,2027,0.15 +7,AZ_APS_SW,2028,0.15 +7,AZ_APS_SW,2029,0.15 +7,AZ_APS_SW,2030,0.15 +7,AZ_APS_SW,2031,0.15 +7,AZ_APS_SW,2032,0.15 +7,AZ_APS_SW,2033,0.15 +7,AZ_APS_SW,2034,0.15 +7,AZ_APS_SW,2035,0.15 +7,AZ_APS_SW,2036,0.15 +7,AZ_APS_SW,2037,0.15 +7,AZ_APS_SW,2038,0.15 +7,AZ_APS_SW,2039,0.15 +7,AZ_APS_SW,2040,0.15 +7,AZ_APS_SW,2041,0.15 +7,AZ_APS_SW,2042,0.15 +7,AZ_APS_SW,2043,0.15 +7,AZ_APS_SW,2044,0.15 +7,AZ_APS_SW,2045,0.15 +7,AZ_APS_SW,2046,0.15 +7,AZ_APS_SW,2047,0.15 +7,AZ_APS_SW,2048,0.15 +7,AZ_APS_SW,2049,0.15 +7,AZ_APS_SW,2050,0.15 +7,AZ_APS_SW,2051,0.15 +7,AZ_APS_SW,2052,0.15 +7,AZ_APS_SW,2053,0.15 +7,AZ_APS_SW,2054,0.15 +7,AZ_APS_SW,2055,0.15 +7,AZ_APS_SW,2056,0.15 +7,AZ_APS_SW,2057,0.15 +7,AZ_APS_SW,2058,0.15 +7,AZ_APS_SW,2059,0.15 +7,AZ_APS_SW,2060,0.15 +7,AZ_APS_SW,2061,0.15 +7,AZ_APS_SW,2062,0.15 +7,AZ_APS_SW,2063,0.15 +7,AZ_APS_SW,2064,0.15 +7,AZ_APS_SW,2065,0.15 +7,AZ_APS_SW,2066,0.15 +7,AZ_APS_SW,2067,0.15 +7,AZ_APS_SW,2068,0.15 +7,AZ_APS_SW,2069,0.15 +7,AZ_APS_SW,2070,0.15 +7,AZ_APS_SW,2071,0.15 +7,AZ_APS_SW,2072,0.15 +7,AZ_APS_SW,2073,0.15 +7,AZ_APS_SW,2074,0.15 +7,AZ_APS_SW,2075,0.15 +7,AZ_APS_SW,2076,0.15 +7,AZ_APS_SW,2077,0.15 +7,AZ_APS_SW,2078,0.15 +7,AZ_APS_SW,2079,0.15 +7,AZ_APS_SW,2080,0.15 +7,AZ_NM_N,2010,0.00 +7,AZ_NM_N,2011,0.03 +7,AZ_NM_N,2012,0.05 +7,AZ_NM_N,2013,0.08 +7,AZ_NM_N,2014,0.11 +7,AZ_NM_N,2015,0.13 +7,AZ_NM_N,2016,0.16 +7,AZ_NM_N,2017,0.19 +7,AZ_NM_N,2018,0.21 +7,AZ_NM_N,2019,0.24 +7,AZ_NM_N,2020,0.27 +7,AZ_NM_N,2021,0.29 +7,AZ_NM_N,2022,0.32 +7,AZ_NM_N,2023,0.35 +7,AZ_NM_N,2024,0.37 +7,AZ_NM_N,2025,0.40 +7,AZ_NM_N,2026,0.43 +7,AZ_NM_N,2027,0.45 +7,AZ_NM_N,2028,0.48 +7,AZ_NM_N,2029,0.51 +7,AZ_NM_N,2030,0.53 +7,AZ_NM_N,2031,0.56 +7,AZ_NM_N,2032,0.59 +7,AZ_NM_N,2033,0.61 +7,AZ_NM_N,2034,0.64 +7,AZ_NM_N,2035,0.67 +7,AZ_NM_N,2036,0.69 +7,AZ_NM_N,2037,0.72 +7,AZ_NM_N,2038,0.75 +7,AZ_NM_N,2039,0.77 +7,AZ_NM_N,2040,0.80 +7,AZ_NM_N,2041,0.84 +7,AZ_NM_N,2042,0.88 +7,AZ_NM_N,2043,0.92 +7,AZ_NM_N,2044,0.96 +7,AZ_NM_N,2045,1.00 +7,AZ_NM_N,2046,1.00 +7,AZ_NM_N,2047,1.00 +7,AZ_NM_N,2048,1.00 +7,AZ_NM_N,2049,1.00 +7,AZ_NM_N,2050,1.00 +7,AZ_NM_N,2051,1.00 +7,AZ_NM_N,2052,1.00 +7,AZ_NM_N,2053,1.00 +7,AZ_NM_N,2054,1.00 +7,AZ_NM_N,2055,1.00 +7,AZ_NM_N,2056,1.00 +7,AZ_NM_N,2057,1.00 +7,AZ_NM_N,2058,1.00 +7,AZ_NM_N,2059,1.00 +7,AZ_NM_N,2060,1.00 +7,AZ_NM_N,2061,1.00 +7,AZ_NM_N,2062,1.00 +7,AZ_NM_N,2063,1.00 +7,AZ_NM_N,2064,1.00 +7,AZ_NM_N,2065,1.00 +7,AZ_NM_N,2066,1.00 +7,AZ_NM_N,2067,1.00 +7,AZ_NM_N,2068,1.00 +7,AZ_NM_N,2069,1.00 +7,AZ_NM_N,2070,1.00 +7,AZ_NM_N,2071,1.00 +7,AZ_NM_N,2072,1.00 +7,AZ_NM_N,2073,1.00 +7,AZ_NM_N,2074,1.00 +7,AZ_NM_N,2075,1.00 +7,AZ_NM_N,2076,1.00 +7,AZ_NM_N,2077,1.00 +7,AZ_NM_N,2078,1.00 +7,AZ_NM_N,2079,1.00 +7,AZ_NM_N,2080,1.00 +7,AZ_NW,2010,0.00 +7,AZ_NW,2011,0.01 +7,AZ_NW,2012,0.02 +7,AZ_NW,2013,0.03 +7,AZ_NW,2014,0.04 +7,AZ_NW,2015,0.05 +7,AZ_NW,2016,0.06 +7,AZ_NW,2017,0.07 +7,AZ_NW,2018,0.08 +7,AZ_NW,2019,0.09 +7,AZ_NW,2020,0.10 +7,AZ_NW,2021,0.11 +7,AZ_NW,2022,0.12 +7,AZ_NW,2023,0.13 +7,AZ_NW,2024,0.14 +7,AZ_NW,2025,0.15 +7,AZ_NW,2026,0.15 +7,AZ_NW,2027,0.15 +7,AZ_NW,2028,0.15 +7,AZ_NW,2029,0.15 +7,AZ_NW,2030,0.15 +7,AZ_NW,2031,0.15 +7,AZ_NW,2032,0.15 +7,AZ_NW,2033,0.15 +7,AZ_NW,2034,0.15 +7,AZ_NW,2035,0.15 +7,AZ_NW,2036,0.15 +7,AZ_NW,2037,0.15 +7,AZ_NW,2038,0.15 +7,AZ_NW,2039,0.15 +7,AZ_NW,2040,0.15 +7,AZ_NW,2041,0.15 +7,AZ_NW,2042,0.15 +7,AZ_NW,2043,0.15 +7,AZ_NW,2044,0.15 +7,AZ_NW,2045,0.15 +7,AZ_NW,2046,0.15 +7,AZ_NW,2047,0.15 +7,AZ_NW,2048,0.15 +7,AZ_NW,2049,0.15 +7,AZ_NW,2050,0.15 +7,AZ_NW,2051,0.15 +7,AZ_NW,2052,0.15 +7,AZ_NW,2053,0.15 +7,AZ_NW,2054,0.15 +7,AZ_NW,2055,0.15 +7,AZ_NW,2056,0.15 +7,AZ_NW,2057,0.15 +7,AZ_NW,2058,0.15 +7,AZ_NW,2059,0.15 +7,AZ_NW,2060,0.15 +7,AZ_NW,2061,0.15 +7,AZ_NW,2062,0.15 +7,AZ_NW,2063,0.15 +7,AZ_NW,2064,0.15 +7,AZ_NW,2065,0.15 +7,AZ_NW,2066,0.15 +7,AZ_NW,2067,0.15 +7,AZ_NW,2068,0.15 +7,AZ_NW,2069,0.15 +7,AZ_NW,2070,0.15 +7,AZ_NW,2071,0.15 +7,AZ_NW,2072,0.15 +7,AZ_NW,2073,0.15 +7,AZ_NW,2074,0.15 +7,AZ_NW,2075,0.15 +7,AZ_NW,2076,0.15 +7,AZ_NW,2077,0.15 +7,AZ_NW,2078,0.15 +7,AZ_NW,2079,0.15 +7,AZ_NW,2080,0.15 +7,AZ_PHX,2010,0.00 +7,AZ_PHX,2011,0.01 +7,AZ_PHX,2012,0.02 +7,AZ_PHX,2013,0.03 +7,AZ_PHX,2014,0.04 +7,AZ_PHX,2015,0.05 +7,AZ_PHX,2016,0.06 +7,AZ_PHX,2017,0.07 +7,AZ_PHX,2018,0.08 +7,AZ_PHX,2019,0.09 +7,AZ_PHX,2020,0.10 +7,AZ_PHX,2021,0.11 +7,AZ_PHX,2022,0.12 +7,AZ_PHX,2023,0.13 +7,AZ_PHX,2024,0.14 +7,AZ_PHX,2025,0.15 +7,AZ_PHX,2026,0.15 +7,AZ_PHX,2027,0.15 +7,AZ_PHX,2028,0.15 +7,AZ_PHX,2029,0.15 +7,AZ_PHX,2030,0.15 +7,AZ_PHX,2031,0.15 +7,AZ_PHX,2032,0.15 +7,AZ_PHX,2033,0.15 +7,AZ_PHX,2034,0.15 +7,AZ_PHX,2035,0.15 +7,AZ_PHX,2036,0.15 +7,AZ_PHX,2037,0.15 +7,AZ_PHX,2038,0.15 +7,AZ_PHX,2039,0.15 +7,AZ_PHX,2040,0.15 +7,AZ_PHX,2041,0.15 +7,AZ_PHX,2042,0.15 +7,AZ_PHX,2043,0.15 +7,AZ_PHX,2044,0.15 +7,AZ_PHX,2045,0.15 +7,AZ_PHX,2046,0.15 +7,AZ_PHX,2047,0.15 +7,AZ_PHX,2048,0.15 +7,AZ_PHX,2049,0.15 +7,AZ_PHX,2050,0.15 +7,AZ_PHX,2051,0.15 +7,AZ_PHX,2052,0.15 +7,AZ_PHX,2053,0.15 +7,AZ_PHX,2054,0.15 +7,AZ_PHX,2055,0.15 +7,AZ_PHX,2056,0.15 +7,AZ_PHX,2057,0.15 +7,AZ_PHX,2058,0.15 +7,AZ_PHX,2059,0.15 +7,AZ_PHX,2060,0.15 +7,AZ_PHX,2061,0.15 +7,AZ_PHX,2062,0.15 +7,AZ_PHX,2063,0.15 +7,AZ_PHX,2064,0.15 +7,AZ_PHX,2065,0.15 +7,AZ_PHX,2066,0.15 +7,AZ_PHX,2067,0.15 +7,AZ_PHX,2068,0.15 +7,AZ_PHX,2069,0.15 +7,AZ_PHX,2070,0.15 +7,AZ_PHX,2071,0.15 +7,AZ_PHX,2072,0.15 +7,AZ_PHX,2073,0.15 +7,AZ_PHX,2074,0.15 +7,AZ_PHX,2075,0.15 +7,AZ_PHX,2076,0.15 +7,AZ_PHX,2077,0.15 +7,AZ_PHX,2078,0.15 +7,AZ_PHX,2079,0.15 +7,AZ_PHX,2080,0.15 +7,AZ_SE,2010,0.00 +7,AZ_SE,2011,0.01 +7,AZ_SE,2012,0.02 +7,AZ_SE,2013,0.03 +7,AZ_SE,2014,0.04 +7,AZ_SE,2015,0.05 +7,AZ_SE,2016,0.06 +7,AZ_SE,2017,0.07 +7,AZ_SE,2018,0.08 +7,AZ_SE,2019,0.09 +7,AZ_SE,2020,0.10 +7,AZ_SE,2021,0.11 +7,AZ_SE,2022,0.12 +7,AZ_SE,2023,0.13 +7,AZ_SE,2024,0.14 +7,AZ_SE,2025,0.15 +7,AZ_SE,2026,0.15 +7,AZ_SE,2027,0.15 +7,AZ_SE,2028,0.15 +7,AZ_SE,2029,0.15 +7,AZ_SE,2030,0.15 +7,AZ_SE,2031,0.15 +7,AZ_SE,2032,0.15 +7,AZ_SE,2033,0.15 +7,AZ_SE,2034,0.15 +7,AZ_SE,2035,0.15 +7,AZ_SE,2036,0.15 +7,AZ_SE,2037,0.15 +7,AZ_SE,2038,0.15 +7,AZ_SE,2039,0.15 +7,AZ_SE,2040,0.15 +7,AZ_SE,2041,0.15 +7,AZ_SE,2042,0.15 +7,AZ_SE,2043,0.15 +7,AZ_SE,2044,0.15 +7,AZ_SE,2045,0.15 +7,AZ_SE,2046,0.15 +7,AZ_SE,2047,0.15 +7,AZ_SE,2048,0.15 +7,AZ_SE,2049,0.15 +7,AZ_SE,2050,0.15 +7,AZ_SE,2051,0.15 +7,AZ_SE,2052,0.15 +7,AZ_SE,2053,0.15 +7,AZ_SE,2054,0.15 +7,AZ_SE,2055,0.15 +7,AZ_SE,2056,0.15 +7,AZ_SE,2057,0.15 +7,AZ_SE,2058,0.15 +7,AZ_SE,2059,0.15 +7,AZ_SE,2060,0.15 +7,AZ_SE,2061,0.15 +7,AZ_SE,2062,0.15 +7,AZ_SE,2063,0.15 +7,AZ_SE,2064,0.15 +7,AZ_SE,2065,0.15 +7,AZ_SE,2066,0.15 +7,AZ_SE,2067,0.15 +7,AZ_SE,2068,0.15 +7,AZ_SE,2069,0.15 +7,AZ_SE,2070,0.15 +7,AZ_SE,2071,0.15 +7,AZ_SE,2072,0.15 +7,AZ_SE,2073,0.15 +7,AZ_SE,2074,0.15 +7,AZ_SE,2075,0.15 +7,AZ_SE,2076,0.15 +7,AZ_SE,2077,0.15 +7,AZ_SE,2078,0.15 +7,AZ_SE,2079,0.15 +7,AZ_SE,2080,0.15 +7,CA_IID,2010,0.20 +7,CA_IID,2011,0.20 +7,CA_IID,2012,0.20 +7,CA_IID,2013,0.20 +7,CA_IID,2014,0.22 +7,CA_IID,2015,0.23 +7,CA_IID,2016,0.25 +7,CA_IID,2017,0.27 +7,CA_IID,2018,0.29 +7,CA_IID,2019,0.31 +7,CA_IID,2020,0.33 +7,CA_IID,2021,0.35 +7,CA_IID,2022,0.36 +7,CA_IID,2023,0.38 +7,CA_IID,2024,0.44 +7,CA_IID,2025,0.47 +7,CA_IID,2026,0.50 +7,CA_IID,2027,0.52 +7,CA_IID,2028,0.55 +7,CA_IID,2029,0.57 +7,CA_IID,2030,0.60 +7,CA_IID,2031,0.60 +7,CA_IID,2032,0.60 +7,CA_IID,2033,0.60 +7,CA_IID,2034,0.60 +7,CA_IID,2035,0.60 +7,CA_IID,2036,0.60 +7,CA_IID,2037,0.60 +7,CA_IID,2038,0.60 +7,CA_IID,2039,0.60 +7,CA_IID,2040,0.60 +7,CA_IID,2041,0.60 +7,CA_IID,2042,0.60 +7,CA_IID,2043,0.60 +7,CA_IID,2044,0.60 +7,CA_IID,2045,0.60 +7,CA_IID,2046,0.60 +7,CA_IID,2047,0.60 +7,CA_IID,2048,0.60 +7,CA_IID,2049,0.60 +7,CA_IID,2050,0.60 +7,CA_IID,2051,0.60 +7,CA_IID,2052,0.60 +7,CA_IID,2053,0.60 +7,CA_IID,2054,0.60 +7,CA_IID,2055,0.60 +7,CA_IID,2056,0.60 +7,CA_IID,2057,0.60 +7,CA_IID,2058,0.60 +7,CA_IID,2059,0.60 +7,CA_IID,2060,0.60 +7,CA_IID,2061,0.60 +7,CA_IID,2062,0.60 +7,CA_IID,2063,0.60 +7,CA_IID,2064,0.60 +7,CA_IID,2065,0.60 +7,CA_IID,2066,0.60 +7,CA_IID,2067,0.60 +7,CA_IID,2068,0.60 +7,CA_IID,2069,0.60 +7,CA_IID,2070,0.60 +7,CA_IID,2071,0.60 +7,CA_IID,2072,0.60 +7,CA_IID,2073,0.60 +7,CA_IID,2074,0.60 +7,CA_IID,2075,0.60 +7,CA_IID,2076,0.60 +7,CA_IID,2077,0.60 +7,CA_IID,2078,0.60 +7,CA_IID,2079,0.60 +7,CA_IID,2080,0.60 +7,CA_LADWP,2010,0.20 +7,CA_LADWP,2011,0.20 +7,CA_LADWP,2012,0.20 +7,CA_LADWP,2013,0.20 +7,CA_LADWP,2014,0.22 +7,CA_LADWP,2015,0.23 +7,CA_LADWP,2016,0.25 +7,CA_LADWP,2017,0.27 +7,CA_LADWP,2018,0.29 +7,CA_LADWP,2019,0.31 +7,CA_LADWP,2020,0.33 +7,CA_LADWP,2021,0.35 +7,CA_LADWP,2022,0.36 +7,CA_LADWP,2023,0.38 +7,CA_LADWP,2024,0.44 +7,CA_LADWP,2025,0.47 +7,CA_LADWP,2026,0.50 +7,CA_LADWP,2027,0.52 +7,CA_LADWP,2028,0.55 +7,CA_LADWP,2029,0.57 +7,CA_LADWP,2030,0.60 +7,CA_LADWP,2031,0.60 +7,CA_LADWP,2032,0.60 +7,CA_LADWP,2033,0.60 +7,CA_LADWP,2034,0.60 +7,CA_LADWP,2035,0.60 +7,CA_LADWP,2036,0.60 +7,CA_LADWP,2037,0.60 +7,CA_LADWP,2038,0.60 +7,CA_LADWP,2039,0.60 +7,CA_LADWP,2040,0.60 +7,CA_LADWP,2041,0.60 +7,CA_LADWP,2042,0.60 +7,CA_LADWP,2043,0.60 +7,CA_LADWP,2044,0.60 +7,CA_LADWP,2045,0.60 +7,CA_LADWP,2046,0.60 +7,CA_LADWP,2047,0.60 +7,CA_LADWP,2048,0.60 +7,CA_LADWP,2049,0.60 +7,CA_LADWP,2050,0.60 +7,CA_LADWP,2051,0.60 +7,CA_LADWP,2052,0.60 +7,CA_LADWP,2053,0.60 +7,CA_LADWP,2054,0.60 +7,CA_LADWP,2055,0.60 +7,CA_LADWP,2056,0.60 +7,CA_LADWP,2057,0.60 +7,CA_LADWP,2058,0.60 +7,CA_LADWP,2059,0.60 +7,CA_LADWP,2060,0.60 +7,CA_LADWP,2061,0.60 +7,CA_LADWP,2062,0.60 +7,CA_LADWP,2063,0.60 +7,CA_LADWP,2064,0.60 +7,CA_LADWP,2065,0.60 +7,CA_LADWP,2066,0.60 +7,CA_LADWP,2067,0.60 +7,CA_LADWP,2068,0.60 +7,CA_LADWP,2069,0.60 +7,CA_LADWP,2070,0.60 +7,CA_LADWP,2071,0.60 +7,CA_LADWP,2072,0.60 +7,CA_LADWP,2073,0.60 +7,CA_LADWP,2074,0.60 +7,CA_LADWP,2075,0.60 +7,CA_LADWP,2076,0.60 +7,CA_LADWP,2077,0.60 +7,CA_LADWP,2078,0.60 +7,CA_LADWP,2079,0.60 +7,CA_LADWP,2080,0.60 +7,CAN_ALB,2010,0.00 +7,CAN_ALB,2011,0.00 +7,CAN_ALB,2012,0.00 +7,CAN_ALB,2013,0.00 +7,CAN_ALB,2014,0.00 +7,CAN_ALB,2015,0.00 +7,CAN_ALB,2016,0.00 +7,CAN_ALB,2017,0.00 +7,CAN_ALB,2018,0.00 +7,CAN_ALB,2019,0.00 +7,CAN_ALB,2020,0.00 +7,CAN_ALB,2021,0.00 +7,CAN_ALB,2022,0.00 +7,CAN_ALB,2023,0.00 +7,CAN_ALB,2024,0.00 +7,CAN_ALB,2025,0.00 +7,CAN_ALB,2026,0.00 +7,CAN_ALB,2027,0.00 +7,CAN_ALB,2028,0.00 +7,CAN_ALB,2029,0.00 +7,CAN_ALB,2030,0.00 +7,CAN_ALB,2031,0.00 +7,CAN_ALB,2032,0.00 +7,CAN_ALB,2033,0.00 +7,CAN_ALB,2034,0.00 +7,CAN_ALB,2035,0.00 +7,CAN_ALB,2036,0.00 +7,CAN_ALB,2037,0.00 +7,CAN_ALB,2038,0.00 +7,CAN_ALB,2039,0.00 +7,CAN_ALB,2040,0.00 +7,CAN_ALB,2041,0.00 +7,CAN_ALB,2042,0.00 +7,CAN_ALB,2043,0.00 +7,CAN_ALB,2044,0.00 +7,CAN_ALB,2045,0.00 +7,CAN_ALB,2046,0.00 +7,CAN_ALB,2047,0.00 +7,CAN_ALB,2048,0.00 +7,CAN_ALB,2049,0.00 +7,CAN_ALB,2050,0.00 +7,CAN_ALB,2051,0.00 +7,CAN_ALB,2052,0.00 +7,CAN_ALB,2053,0.00 +7,CAN_ALB,2054,0.00 +7,CAN_ALB,2055,0.00 +7,CAN_ALB,2056,0.00 +7,CAN_ALB,2057,0.00 +7,CAN_ALB,2058,0.00 +7,CAN_ALB,2059,0.00 +7,CAN_ALB,2060,0.00 +7,CAN_ALB,2061,0.00 +7,CAN_ALB,2062,0.00 +7,CAN_ALB,2063,0.00 +7,CAN_ALB,2064,0.00 +7,CAN_ALB,2065,0.00 +7,CAN_ALB,2066,0.00 +7,CAN_ALB,2067,0.00 +7,CAN_ALB,2068,0.00 +7,CAN_ALB,2069,0.00 +7,CAN_ALB,2070,0.00 +7,CAN_ALB,2071,0.00 +7,CAN_ALB,2072,0.00 +7,CAN_ALB,2073,0.00 +7,CAN_ALB,2074,0.00 +7,CAN_ALB,2075,0.00 +7,CAN_ALB,2076,0.00 +7,CAN_ALB,2077,0.00 +7,CAN_ALB,2078,0.00 +7,CAN_ALB,2079,0.00 +7,CAN_ALB,2080,0.00 +7,CAN_BC,2010,0.00 +7,CAN_BC,2011,0.00 +7,CAN_BC,2012,0.00 +7,CAN_BC,2013,0.00 +7,CAN_BC,2014,0.00 +7,CAN_BC,2015,0.00 +7,CAN_BC,2016,0.00 +7,CAN_BC,2017,0.00 +7,CAN_BC,2018,0.00 +7,CAN_BC,2019,0.00 +7,CAN_BC,2020,0.00 +7,CAN_BC,2021,0.00 +7,CAN_BC,2022,0.00 +7,CAN_BC,2023,0.00 +7,CAN_BC,2024,0.00 +7,CAN_BC,2025,0.00 +7,CAN_BC,2026,0.00 +7,CAN_BC,2027,0.00 +7,CAN_BC,2028,0.00 +7,CAN_BC,2029,0.00 +7,CAN_BC,2030,0.00 +7,CAN_BC,2031,0.00 +7,CAN_BC,2032,0.00 +7,CAN_BC,2033,0.00 +7,CAN_BC,2034,0.00 +7,CAN_BC,2035,0.00 +7,CAN_BC,2036,0.00 +7,CAN_BC,2037,0.00 +7,CAN_BC,2038,0.00 +7,CAN_BC,2039,0.00 +7,CAN_BC,2040,0.00 +7,CAN_BC,2041,0.00 +7,CAN_BC,2042,0.00 +7,CAN_BC,2043,0.00 +7,CAN_BC,2044,0.00 +7,CAN_BC,2045,0.00 +7,CAN_BC,2046,0.00 +7,CAN_BC,2047,0.00 +7,CAN_BC,2048,0.00 +7,CAN_BC,2049,0.00 +7,CAN_BC,2050,0.00 +7,CAN_BC,2051,0.00 +7,CAN_BC,2052,0.00 +7,CAN_BC,2053,0.00 +7,CAN_BC,2054,0.00 +7,CAN_BC,2055,0.00 +7,CAN_BC,2056,0.00 +7,CAN_BC,2057,0.00 +7,CAN_BC,2058,0.00 +7,CAN_BC,2059,0.00 +7,CAN_BC,2060,0.00 +7,CAN_BC,2061,0.00 +7,CAN_BC,2062,0.00 +7,CAN_BC,2063,0.00 +7,CAN_BC,2064,0.00 +7,CAN_BC,2065,0.00 +7,CAN_BC,2066,0.00 +7,CAN_BC,2067,0.00 +7,CAN_BC,2068,0.00 +7,CAN_BC,2069,0.00 +7,CAN_BC,2070,0.00 +7,CAN_BC,2071,0.00 +7,CAN_BC,2072,0.00 +7,CAN_BC,2073,0.00 +7,CAN_BC,2074,0.00 +7,CAN_BC,2075,0.00 +7,CAN_BC,2076,0.00 +7,CAN_BC,2077,0.00 +7,CAN_BC,2078,0.00 +7,CAN_BC,2079,0.00 +7,CAN_BC,2080,0.00 +7,CA_PGE_BAY,2010,0.20 +7,CA_PGE_BAY,2011,0.20 +7,CA_PGE_BAY,2012,0.20 +7,CA_PGE_BAY,2013,0.20 +7,CA_PGE_BAY,2014,0.22 +7,CA_PGE_BAY,2015,0.23 +7,CA_PGE_BAY,2016,0.25 +7,CA_PGE_BAY,2017,0.27 +7,CA_PGE_BAY,2018,0.29 +7,CA_PGE_BAY,2019,0.31 +7,CA_PGE_BAY,2020,0.33 +7,CA_PGE_BAY,2021,0.35 +7,CA_PGE_BAY,2022,0.36 +7,CA_PGE_BAY,2023,0.38 +7,CA_PGE_BAY,2024,0.44 +7,CA_PGE_BAY,2025,0.47 +7,CA_PGE_BAY,2026,0.50 +7,CA_PGE_BAY,2027,0.52 +7,CA_PGE_BAY,2028,0.55 +7,CA_PGE_BAY,2029,0.57 +7,CA_PGE_BAY,2030,0.60 +7,CA_PGE_BAY,2031,0.60 +7,CA_PGE_BAY,2032,0.60 +7,CA_PGE_BAY,2033,0.60 +7,CA_PGE_BAY,2034,0.60 +7,CA_PGE_BAY,2035,0.60 +7,CA_PGE_BAY,2036,0.60 +7,CA_PGE_BAY,2037,0.60 +7,CA_PGE_BAY,2038,0.60 +7,CA_PGE_BAY,2039,0.60 +7,CA_PGE_BAY,2040,0.60 +7,CA_PGE_BAY,2041,0.60 +7,CA_PGE_BAY,2042,0.60 +7,CA_PGE_BAY,2043,0.60 +7,CA_PGE_BAY,2044,0.60 +7,CA_PGE_BAY,2045,0.60 +7,CA_PGE_BAY,2046,0.60 +7,CA_PGE_BAY,2047,0.60 +7,CA_PGE_BAY,2048,0.60 +7,CA_PGE_BAY,2049,0.60 +7,CA_PGE_BAY,2050,0.60 +7,CA_PGE_BAY,2051,0.60 +7,CA_PGE_BAY,2052,0.60 +7,CA_PGE_BAY,2053,0.60 +7,CA_PGE_BAY,2054,0.60 +7,CA_PGE_BAY,2055,0.60 +7,CA_PGE_BAY,2056,0.60 +7,CA_PGE_BAY,2057,0.60 +7,CA_PGE_BAY,2058,0.60 +7,CA_PGE_BAY,2059,0.60 +7,CA_PGE_BAY,2060,0.60 +7,CA_PGE_BAY,2061,0.60 +7,CA_PGE_BAY,2062,0.60 +7,CA_PGE_BAY,2063,0.60 +7,CA_PGE_BAY,2064,0.60 +7,CA_PGE_BAY,2065,0.60 +7,CA_PGE_BAY,2066,0.60 +7,CA_PGE_BAY,2067,0.60 +7,CA_PGE_BAY,2068,0.60 +7,CA_PGE_BAY,2069,0.60 +7,CA_PGE_BAY,2070,0.60 +7,CA_PGE_BAY,2071,0.60 +7,CA_PGE_BAY,2072,0.60 +7,CA_PGE_BAY,2073,0.60 +7,CA_PGE_BAY,2074,0.60 +7,CA_PGE_BAY,2075,0.60 +7,CA_PGE_BAY,2076,0.60 +7,CA_PGE_BAY,2077,0.60 +7,CA_PGE_BAY,2078,0.60 +7,CA_PGE_BAY,2079,0.60 +7,CA_PGE_BAY,2080,0.60 +7,CA_PGE_CEN,2010,0.20 +7,CA_PGE_CEN,2011,0.20 +7,CA_PGE_CEN,2012,0.20 +7,CA_PGE_CEN,2013,0.20 +7,CA_PGE_CEN,2014,0.22 +7,CA_PGE_CEN,2015,0.23 +7,CA_PGE_CEN,2016,0.25 +7,CA_PGE_CEN,2017,0.27 +7,CA_PGE_CEN,2018,0.29 +7,CA_PGE_CEN,2019,0.31 +7,CA_PGE_CEN,2020,0.33 +7,CA_PGE_CEN,2021,0.35 +7,CA_PGE_CEN,2022,0.36 +7,CA_PGE_CEN,2023,0.38 +7,CA_PGE_CEN,2024,0.44 +7,CA_PGE_CEN,2025,0.47 +7,CA_PGE_CEN,2026,0.50 +7,CA_PGE_CEN,2027,0.52 +7,CA_PGE_CEN,2028,0.55 +7,CA_PGE_CEN,2029,0.57 +7,CA_PGE_CEN,2030,0.60 +7,CA_PGE_CEN,2031,0.60 +7,CA_PGE_CEN,2032,0.60 +7,CA_PGE_CEN,2033,0.60 +7,CA_PGE_CEN,2034,0.60 +7,CA_PGE_CEN,2035,0.60 +7,CA_PGE_CEN,2036,0.60 +7,CA_PGE_CEN,2037,0.60 +7,CA_PGE_CEN,2038,0.60 +7,CA_PGE_CEN,2039,0.60 +7,CA_PGE_CEN,2040,0.60 +7,CA_PGE_CEN,2041,0.60 +7,CA_PGE_CEN,2042,0.60 +7,CA_PGE_CEN,2043,0.60 +7,CA_PGE_CEN,2044,0.60 +7,CA_PGE_CEN,2045,0.60 +7,CA_PGE_CEN,2046,0.60 +7,CA_PGE_CEN,2047,0.60 +7,CA_PGE_CEN,2048,0.60 +7,CA_PGE_CEN,2049,0.60 +7,CA_PGE_CEN,2050,0.60 +7,CA_PGE_CEN,2051,0.60 +7,CA_PGE_CEN,2052,0.60 +7,CA_PGE_CEN,2053,0.60 +7,CA_PGE_CEN,2054,0.60 +7,CA_PGE_CEN,2055,0.60 +7,CA_PGE_CEN,2056,0.60 +7,CA_PGE_CEN,2057,0.60 +7,CA_PGE_CEN,2058,0.60 +7,CA_PGE_CEN,2059,0.60 +7,CA_PGE_CEN,2060,0.60 +7,CA_PGE_CEN,2061,0.60 +7,CA_PGE_CEN,2062,0.60 +7,CA_PGE_CEN,2063,0.60 +7,CA_PGE_CEN,2064,0.60 +7,CA_PGE_CEN,2065,0.60 +7,CA_PGE_CEN,2066,0.60 +7,CA_PGE_CEN,2067,0.60 +7,CA_PGE_CEN,2068,0.60 +7,CA_PGE_CEN,2069,0.60 +7,CA_PGE_CEN,2070,0.60 +7,CA_PGE_CEN,2071,0.60 +7,CA_PGE_CEN,2072,0.60 +7,CA_PGE_CEN,2073,0.60 +7,CA_PGE_CEN,2074,0.60 +7,CA_PGE_CEN,2075,0.60 +7,CA_PGE_CEN,2076,0.60 +7,CA_PGE_CEN,2077,0.60 +7,CA_PGE_CEN,2078,0.60 +7,CA_PGE_CEN,2079,0.60 +7,CA_PGE_CEN,2080,0.60 +7,CA_PGE_N,2010,0.20 +7,CA_PGE_N,2011,0.20 +7,CA_PGE_N,2012,0.20 +7,CA_PGE_N,2013,0.20 +7,CA_PGE_N,2014,0.22 +7,CA_PGE_N,2015,0.23 +7,CA_PGE_N,2016,0.25 +7,CA_PGE_N,2017,0.27 +7,CA_PGE_N,2018,0.29 +7,CA_PGE_N,2019,0.31 +7,CA_PGE_N,2020,0.33 +7,CA_PGE_N,2021,0.35 +7,CA_PGE_N,2022,0.36 +7,CA_PGE_N,2023,0.38 +7,CA_PGE_N,2024,0.44 +7,CA_PGE_N,2025,0.47 +7,CA_PGE_N,2026,0.50 +7,CA_PGE_N,2027,0.52 +7,CA_PGE_N,2028,0.55 +7,CA_PGE_N,2029,0.57 +7,CA_PGE_N,2030,0.60 +7,CA_PGE_N,2031,0.60 +7,CA_PGE_N,2032,0.60 +7,CA_PGE_N,2033,0.60 +7,CA_PGE_N,2034,0.60 +7,CA_PGE_N,2035,0.60 +7,CA_PGE_N,2036,0.60 +7,CA_PGE_N,2037,0.60 +7,CA_PGE_N,2038,0.60 +7,CA_PGE_N,2039,0.60 +7,CA_PGE_N,2040,0.60 +7,CA_PGE_N,2041,0.60 +7,CA_PGE_N,2042,0.60 +7,CA_PGE_N,2043,0.60 +7,CA_PGE_N,2044,0.60 +7,CA_PGE_N,2045,0.60 +7,CA_PGE_N,2046,0.60 +7,CA_PGE_N,2047,0.60 +7,CA_PGE_N,2048,0.60 +7,CA_PGE_N,2049,0.60 +7,CA_PGE_N,2050,0.60 +7,CA_PGE_N,2051,0.60 +7,CA_PGE_N,2052,0.60 +7,CA_PGE_N,2053,0.60 +7,CA_PGE_N,2054,0.60 +7,CA_PGE_N,2055,0.60 +7,CA_PGE_N,2056,0.60 +7,CA_PGE_N,2057,0.60 +7,CA_PGE_N,2058,0.60 +7,CA_PGE_N,2059,0.60 +7,CA_PGE_N,2060,0.60 +7,CA_PGE_N,2061,0.60 +7,CA_PGE_N,2062,0.60 +7,CA_PGE_N,2063,0.60 +7,CA_PGE_N,2064,0.60 +7,CA_PGE_N,2065,0.60 +7,CA_PGE_N,2066,0.60 +7,CA_PGE_N,2067,0.60 +7,CA_PGE_N,2068,0.60 +7,CA_PGE_N,2069,0.60 +7,CA_PGE_N,2070,0.60 +7,CA_PGE_N,2071,0.60 +7,CA_PGE_N,2072,0.60 +7,CA_PGE_N,2073,0.60 +7,CA_PGE_N,2074,0.60 +7,CA_PGE_N,2075,0.60 +7,CA_PGE_N,2076,0.60 +7,CA_PGE_N,2077,0.60 +7,CA_PGE_N,2078,0.60 +7,CA_PGE_N,2079,0.60 +7,CA_PGE_N,2080,0.60 +7,CA_PGE_S,2010,0.20 +7,CA_PGE_S,2011,0.20 +7,CA_PGE_S,2012,0.20 +7,CA_PGE_S,2013,0.20 +7,CA_PGE_S,2014,0.22 +7,CA_PGE_S,2015,0.23 +7,CA_PGE_S,2016,0.25 +7,CA_PGE_S,2017,0.27 +7,CA_PGE_S,2018,0.29 +7,CA_PGE_S,2019,0.31 +7,CA_PGE_S,2020,0.33 +7,CA_PGE_S,2021,0.35 +7,CA_PGE_S,2022,0.36 +7,CA_PGE_S,2023,0.38 +7,CA_PGE_S,2024,0.44 +7,CA_PGE_S,2025,0.47 +7,CA_PGE_S,2026,0.50 +7,CA_PGE_S,2027,0.52 +7,CA_PGE_S,2028,0.55 +7,CA_PGE_S,2029,0.57 +7,CA_PGE_S,2030,0.60 +7,CA_PGE_S,2031,0.60 +7,CA_PGE_S,2032,0.60 +7,CA_PGE_S,2033,0.60 +7,CA_PGE_S,2034,0.60 +7,CA_PGE_S,2035,0.60 +7,CA_PGE_S,2036,0.60 +7,CA_PGE_S,2037,0.60 +7,CA_PGE_S,2038,0.60 +7,CA_PGE_S,2039,0.60 +7,CA_PGE_S,2040,0.60 +7,CA_PGE_S,2041,0.60 +7,CA_PGE_S,2042,0.60 +7,CA_PGE_S,2043,0.60 +7,CA_PGE_S,2044,0.60 +7,CA_PGE_S,2045,0.60 +7,CA_PGE_S,2046,0.60 +7,CA_PGE_S,2047,0.60 +7,CA_PGE_S,2048,0.60 +7,CA_PGE_S,2049,0.60 +7,CA_PGE_S,2050,0.60 +7,CA_PGE_S,2051,0.60 +7,CA_PGE_S,2052,0.60 +7,CA_PGE_S,2053,0.60 +7,CA_PGE_S,2054,0.60 +7,CA_PGE_S,2055,0.60 +7,CA_PGE_S,2056,0.60 +7,CA_PGE_S,2057,0.60 +7,CA_PGE_S,2058,0.60 +7,CA_PGE_S,2059,0.60 +7,CA_PGE_S,2060,0.60 +7,CA_PGE_S,2061,0.60 +7,CA_PGE_S,2062,0.60 +7,CA_PGE_S,2063,0.60 +7,CA_PGE_S,2064,0.60 +7,CA_PGE_S,2065,0.60 +7,CA_PGE_S,2066,0.60 +7,CA_PGE_S,2067,0.60 +7,CA_PGE_S,2068,0.60 +7,CA_PGE_S,2069,0.60 +7,CA_PGE_S,2070,0.60 +7,CA_PGE_S,2071,0.60 +7,CA_PGE_S,2072,0.60 +7,CA_PGE_S,2073,0.60 +7,CA_PGE_S,2074,0.60 +7,CA_PGE_S,2075,0.60 +7,CA_PGE_S,2076,0.60 +7,CA_PGE_S,2077,0.60 +7,CA_PGE_S,2078,0.60 +7,CA_PGE_S,2079,0.60 +7,CA_PGE_S,2080,0.60 +7,CA_SCE_CEN,2010,0.20 +7,CA_SCE_CEN,2011,0.20 +7,CA_SCE_CEN,2012,0.20 +7,CA_SCE_CEN,2013,0.20 +7,CA_SCE_CEN,2014,0.22 +7,CA_SCE_CEN,2015,0.23 +7,CA_SCE_CEN,2016,0.25 +7,CA_SCE_CEN,2017,0.27 +7,CA_SCE_CEN,2018,0.29 +7,CA_SCE_CEN,2019,0.31 +7,CA_SCE_CEN,2020,0.33 +7,CA_SCE_CEN,2021,0.35 +7,CA_SCE_CEN,2022,0.36 +7,CA_SCE_CEN,2023,0.38 +7,CA_SCE_CEN,2024,0.44 +7,CA_SCE_CEN,2025,0.47 +7,CA_SCE_CEN,2026,0.50 +7,CA_SCE_CEN,2027,0.52 +7,CA_SCE_CEN,2028,0.55 +7,CA_SCE_CEN,2029,0.57 +7,CA_SCE_CEN,2030,0.60 +7,CA_SCE_CEN,2031,0.60 +7,CA_SCE_CEN,2032,0.60 +7,CA_SCE_CEN,2033,0.60 +7,CA_SCE_CEN,2034,0.60 +7,CA_SCE_CEN,2035,0.60 +7,CA_SCE_CEN,2036,0.60 +7,CA_SCE_CEN,2037,0.60 +7,CA_SCE_CEN,2038,0.60 +7,CA_SCE_CEN,2039,0.60 +7,CA_SCE_CEN,2040,0.60 +7,CA_SCE_CEN,2041,0.60 +7,CA_SCE_CEN,2042,0.60 +7,CA_SCE_CEN,2043,0.60 +7,CA_SCE_CEN,2044,0.60 +7,CA_SCE_CEN,2045,0.60 +7,CA_SCE_CEN,2046,0.60 +7,CA_SCE_CEN,2047,0.60 +7,CA_SCE_CEN,2048,0.60 +7,CA_SCE_CEN,2049,0.60 +7,CA_SCE_CEN,2050,0.60 +7,CA_SCE_CEN,2051,0.60 +7,CA_SCE_CEN,2052,0.60 +7,CA_SCE_CEN,2053,0.60 +7,CA_SCE_CEN,2054,0.60 +7,CA_SCE_CEN,2055,0.60 +7,CA_SCE_CEN,2056,0.60 +7,CA_SCE_CEN,2057,0.60 +7,CA_SCE_CEN,2058,0.60 +7,CA_SCE_CEN,2059,0.60 +7,CA_SCE_CEN,2060,0.60 +7,CA_SCE_CEN,2061,0.60 +7,CA_SCE_CEN,2062,0.60 +7,CA_SCE_CEN,2063,0.60 +7,CA_SCE_CEN,2064,0.60 +7,CA_SCE_CEN,2065,0.60 +7,CA_SCE_CEN,2066,0.60 +7,CA_SCE_CEN,2067,0.60 +7,CA_SCE_CEN,2068,0.60 +7,CA_SCE_CEN,2069,0.60 +7,CA_SCE_CEN,2070,0.60 +7,CA_SCE_CEN,2071,0.60 +7,CA_SCE_CEN,2072,0.60 +7,CA_SCE_CEN,2073,0.60 +7,CA_SCE_CEN,2074,0.60 +7,CA_SCE_CEN,2075,0.60 +7,CA_SCE_CEN,2076,0.60 +7,CA_SCE_CEN,2077,0.60 +7,CA_SCE_CEN,2078,0.60 +7,CA_SCE_CEN,2079,0.60 +7,CA_SCE_CEN,2080,0.60 +7,CA_SCE_S,2010,0.20 +7,CA_SCE_S,2011,0.20 +7,CA_SCE_S,2012,0.20 +7,CA_SCE_S,2013,0.20 +7,CA_SCE_S,2014,0.22 +7,CA_SCE_S,2015,0.23 +7,CA_SCE_S,2016,0.25 +7,CA_SCE_S,2017,0.27 +7,CA_SCE_S,2018,0.29 +7,CA_SCE_S,2019,0.31 +7,CA_SCE_S,2020,0.33 +7,CA_SCE_S,2021,0.35 +7,CA_SCE_S,2022,0.36 +7,CA_SCE_S,2023,0.38 +7,CA_SCE_S,2024,0.44 +7,CA_SCE_S,2025,0.47 +7,CA_SCE_S,2026,0.50 +7,CA_SCE_S,2027,0.52 +7,CA_SCE_S,2028,0.55 +7,CA_SCE_S,2029,0.57 +7,CA_SCE_S,2030,0.60 +7,CA_SCE_S,2031,0.60 +7,CA_SCE_S,2032,0.60 +7,CA_SCE_S,2033,0.60 +7,CA_SCE_S,2034,0.60 +7,CA_SCE_S,2035,0.60 +7,CA_SCE_S,2036,0.60 +7,CA_SCE_S,2037,0.60 +7,CA_SCE_S,2038,0.60 +7,CA_SCE_S,2039,0.60 +7,CA_SCE_S,2040,0.60 +7,CA_SCE_S,2041,0.60 +7,CA_SCE_S,2042,0.60 +7,CA_SCE_S,2043,0.60 +7,CA_SCE_S,2044,0.60 +7,CA_SCE_S,2045,0.60 +7,CA_SCE_S,2046,0.60 +7,CA_SCE_S,2047,0.60 +7,CA_SCE_S,2048,0.60 +7,CA_SCE_S,2049,0.60 +7,CA_SCE_S,2050,0.60 +7,CA_SCE_S,2051,0.60 +7,CA_SCE_S,2052,0.60 +7,CA_SCE_S,2053,0.60 +7,CA_SCE_S,2054,0.60 +7,CA_SCE_S,2055,0.60 +7,CA_SCE_S,2056,0.60 +7,CA_SCE_S,2057,0.60 +7,CA_SCE_S,2058,0.60 +7,CA_SCE_S,2059,0.60 +7,CA_SCE_S,2060,0.60 +7,CA_SCE_S,2061,0.60 +7,CA_SCE_S,2062,0.60 +7,CA_SCE_S,2063,0.60 +7,CA_SCE_S,2064,0.60 +7,CA_SCE_S,2065,0.60 +7,CA_SCE_S,2066,0.60 +7,CA_SCE_S,2067,0.60 +7,CA_SCE_S,2068,0.60 +7,CA_SCE_S,2069,0.60 +7,CA_SCE_S,2070,0.60 +7,CA_SCE_S,2071,0.60 +7,CA_SCE_S,2072,0.60 +7,CA_SCE_S,2073,0.60 +7,CA_SCE_S,2074,0.60 +7,CA_SCE_S,2075,0.60 +7,CA_SCE_S,2076,0.60 +7,CA_SCE_S,2077,0.60 +7,CA_SCE_S,2078,0.60 +7,CA_SCE_S,2079,0.60 +7,CA_SCE_S,2080,0.60 +7,CA_SCE_SE,2010,0.20 +7,CA_SCE_SE,2011,0.20 +7,CA_SCE_SE,2012,0.20 +7,CA_SCE_SE,2013,0.20 +7,CA_SCE_SE,2014,0.22 +7,CA_SCE_SE,2015,0.23 +7,CA_SCE_SE,2016,0.25 +7,CA_SCE_SE,2017,0.27 +7,CA_SCE_SE,2018,0.29 +7,CA_SCE_SE,2019,0.31 +7,CA_SCE_SE,2020,0.33 +7,CA_SCE_SE,2021,0.35 +7,CA_SCE_SE,2022,0.36 +7,CA_SCE_SE,2023,0.38 +7,CA_SCE_SE,2024,0.44 +7,CA_SCE_SE,2025,0.47 +7,CA_SCE_SE,2026,0.50 +7,CA_SCE_SE,2027,0.52 +7,CA_SCE_SE,2028,0.55 +7,CA_SCE_SE,2029,0.57 +7,CA_SCE_SE,2030,0.60 +7,CA_SCE_SE,2031,0.60 +7,CA_SCE_SE,2032,0.60 +7,CA_SCE_SE,2033,0.60 +7,CA_SCE_SE,2034,0.60 +7,CA_SCE_SE,2035,0.60 +7,CA_SCE_SE,2036,0.60 +7,CA_SCE_SE,2037,0.60 +7,CA_SCE_SE,2038,0.60 +7,CA_SCE_SE,2039,0.60 +7,CA_SCE_SE,2040,0.60 +7,CA_SCE_SE,2041,0.60 +7,CA_SCE_SE,2042,0.60 +7,CA_SCE_SE,2043,0.60 +7,CA_SCE_SE,2044,0.60 +7,CA_SCE_SE,2045,0.60 +7,CA_SCE_SE,2046,0.60 +7,CA_SCE_SE,2047,0.60 +7,CA_SCE_SE,2048,0.60 +7,CA_SCE_SE,2049,0.60 +7,CA_SCE_SE,2050,0.60 +7,CA_SCE_SE,2051,0.60 +7,CA_SCE_SE,2052,0.60 +7,CA_SCE_SE,2053,0.60 +7,CA_SCE_SE,2054,0.60 +7,CA_SCE_SE,2055,0.60 +7,CA_SCE_SE,2056,0.60 +7,CA_SCE_SE,2057,0.60 +7,CA_SCE_SE,2058,0.60 +7,CA_SCE_SE,2059,0.60 +7,CA_SCE_SE,2060,0.60 +7,CA_SCE_SE,2061,0.60 +7,CA_SCE_SE,2062,0.60 +7,CA_SCE_SE,2063,0.60 +7,CA_SCE_SE,2064,0.60 +7,CA_SCE_SE,2065,0.60 +7,CA_SCE_SE,2066,0.60 +7,CA_SCE_SE,2067,0.60 +7,CA_SCE_SE,2068,0.60 +7,CA_SCE_SE,2069,0.60 +7,CA_SCE_SE,2070,0.60 +7,CA_SCE_SE,2071,0.60 +7,CA_SCE_SE,2072,0.60 +7,CA_SCE_SE,2073,0.60 +7,CA_SCE_SE,2074,0.60 +7,CA_SCE_SE,2075,0.60 +7,CA_SCE_SE,2076,0.60 +7,CA_SCE_SE,2077,0.60 +7,CA_SCE_SE,2078,0.60 +7,CA_SCE_SE,2079,0.60 +7,CA_SCE_SE,2080,0.60 +7,CA_SCE_VLY,2010,0.20 +7,CA_SCE_VLY,2011,0.20 +7,CA_SCE_VLY,2012,0.20 +7,CA_SCE_VLY,2013,0.20 +7,CA_SCE_VLY,2014,0.22 +7,CA_SCE_VLY,2015,0.23 +7,CA_SCE_VLY,2016,0.25 +7,CA_SCE_VLY,2017,0.27 +7,CA_SCE_VLY,2018,0.29 +7,CA_SCE_VLY,2019,0.31 +7,CA_SCE_VLY,2020,0.33 +7,CA_SCE_VLY,2021,0.35 +7,CA_SCE_VLY,2022,0.36 +7,CA_SCE_VLY,2023,0.38 +7,CA_SCE_VLY,2024,0.44 +7,CA_SCE_VLY,2025,0.47 +7,CA_SCE_VLY,2026,0.50 +7,CA_SCE_VLY,2027,0.52 +7,CA_SCE_VLY,2028,0.55 +7,CA_SCE_VLY,2029,0.57 +7,CA_SCE_VLY,2030,0.60 +7,CA_SCE_VLY,2031,0.60 +7,CA_SCE_VLY,2032,0.60 +7,CA_SCE_VLY,2033,0.60 +7,CA_SCE_VLY,2034,0.60 +7,CA_SCE_VLY,2035,0.60 +7,CA_SCE_VLY,2036,0.60 +7,CA_SCE_VLY,2037,0.60 +7,CA_SCE_VLY,2038,0.60 +7,CA_SCE_VLY,2039,0.60 +7,CA_SCE_VLY,2040,0.60 +7,CA_SCE_VLY,2041,0.60 +7,CA_SCE_VLY,2042,0.60 +7,CA_SCE_VLY,2043,0.60 +7,CA_SCE_VLY,2044,0.60 +7,CA_SCE_VLY,2045,0.60 +7,CA_SCE_VLY,2046,0.60 +7,CA_SCE_VLY,2047,0.60 +7,CA_SCE_VLY,2048,0.60 +7,CA_SCE_VLY,2049,0.60 +7,CA_SCE_VLY,2050,0.60 +7,CA_SCE_VLY,2051,0.60 +7,CA_SCE_VLY,2052,0.60 +7,CA_SCE_VLY,2053,0.60 +7,CA_SCE_VLY,2054,0.60 +7,CA_SCE_VLY,2055,0.60 +7,CA_SCE_VLY,2056,0.60 +7,CA_SCE_VLY,2057,0.60 +7,CA_SCE_VLY,2058,0.60 +7,CA_SCE_VLY,2059,0.60 +7,CA_SCE_VLY,2060,0.60 +7,CA_SCE_VLY,2061,0.60 +7,CA_SCE_VLY,2062,0.60 +7,CA_SCE_VLY,2063,0.60 +7,CA_SCE_VLY,2064,0.60 +7,CA_SCE_VLY,2065,0.60 +7,CA_SCE_VLY,2066,0.60 +7,CA_SCE_VLY,2067,0.60 +7,CA_SCE_VLY,2068,0.60 +7,CA_SCE_VLY,2069,0.60 +7,CA_SCE_VLY,2070,0.60 +7,CA_SCE_VLY,2071,0.60 +7,CA_SCE_VLY,2072,0.60 +7,CA_SCE_VLY,2073,0.60 +7,CA_SCE_VLY,2074,0.60 +7,CA_SCE_VLY,2075,0.60 +7,CA_SCE_VLY,2076,0.60 +7,CA_SCE_VLY,2077,0.60 +7,CA_SCE_VLY,2078,0.60 +7,CA_SCE_VLY,2079,0.60 +7,CA_SCE_VLY,2080,0.60 +7,CA_SDGE,2010,0.20 +7,CA_SDGE,2011,0.20 +7,CA_SDGE,2012,0.20 +7,CA_SDGE,2013,0.20 +7,CA_SDGE,2014,0.22 +7,CA_SDGE,2015,0.23 +7,CA_SDGE,2016,0.25 +7,CA_SDGE,2017,0.27 +7,CA_SDGE,2018,0.29 +7,CA_SDGE,2019,0.31 +7,CA_SDGE,2020,0.33 +7,CA_SDGE,2021,0.35 +7,CA_SDGE,2022,0.36 +7,CA_SDGE,2023,0.38 +7,CA_SDGE,2024,0.44 +7,CA_SDGE,2025,0.47 +7,CA_SDGE,2026,0.50 +7,CA_SDGE,2027,0.52 +7,CA_SDGE,2028,0.55 +7,CA_SDGE,2029,0.57 +7,CA_SDGE,2030,0.60 +7,CA_SDGE,2031,0.60 +7,CA_SDGE,2032,0.60 +7,CA_SDGE,2033,0.60 +7,CA_SDGE,2034,0.60 +7,CA_SDGE,2035,0.60 +7,CA_SDGE,2036,0.60 +7,CA_SDGE,2037,0.60 +7,CA_SDGE,2038,0.60 +7,CA_SDGE,2039,0.60 +7,CA_SDGE,2040,0.60 +7,CA_SDGE,2041,0.60 +7,CA_SDGE,2042,0.60 +7,CA_SDGE,2043,0.60 +7,CA_SDGE,2044,0.60 +7,CA_SDGE,2045,0.60 +7,CA_SDGE,2046,0.60 +7,CA_SDGE,2047,0.60 +7,CA_SDGE,2048,0.60 +7,CA_SDGE,2049,0.60 +7,CA_SDGE,2050,0.60 +7,CA_SDGE,2051,0.60 +7,CA_SDGE,2052,0.60 +7,CA_SDGE,2053,0.60 +7,CA_SDGE,2054,0.60 +7,CA_SDGE,2055,0.60 +7,CA_SDGE,2056,0.60 +7,CA_SDGE,2057,0.60 +7,CA_SDGE,2058,0.60 +7,CA_SDGE,2059,0.60 +7,CA_SDGE,2060,0.60 +7,CA_SDGE,2061,0.60 +7,CA_SDGE,2062,0.60 +7,CA_SDGE,2063,0.60 +7,CA_SDGE,2064,0.60 +7,CA_SDGE,2065,0.60 +7,CA_SDGE,2066,0.60 +7,CA_SDGE,2067,0.60 +7,CA_SDGE,2068,0.60 +7,CA_SDGE,2069,0.60 +7,CA_SDGE,2070,0.60 +7,CA_SDGE,2071,0.60 +7,CA_SDGE,2072,0.60 +7,CA_SDGE,2073,0.60 +7,CA_SDGE,2074,0.60 +7,CA_SDGE,2075,0.60 +7,CA_SDGE,2076,0.60 +7,CA_SDGE,2077,0.60 +7,CA_SDGE,2078,0.60 +7,CA_SDGE,2079,0.60 +7,CA_SDGE,2080,0.60 +7,CA_SMUD,2010,0.20 +7,CA_SMUD,2011,0.20 +7,CA_SMUD,2012,0.20 +7,CA_SMUD,2013,0.20 +7,CA_SMUD,2014,0.22 +7,CA_SMUD,2015,0.23 +7,CA_SMUD,2016,0.25 +7,CA_SMUD,2017,0.27 +7,CA_SMUD,2018,0.29 +7,CA_SMUD,2019,0.31 +7,CA_SMUD,2020,0.33 +7,CA_SMUD,2021,0.35 +7,CA_SMUD,2022,0.36 +7,CA_SMUD,2023,0.38 +7,CA_SMUD,2024,0.44 +7,CA_SMUD,2025,0.47 +7,CA_SMUD,2026,0.50 +7,CA_SMUD,2027,0.52 +7,CA_SMUD,2028,0.55 +7,CA_SMUD,2029,0.57 +7,CA_SMUD,2030,0.60 +7,CA_SMUD,2031,0.60 +7,CA_SMUD,2032,0.60 +7,CA_SMUD,2033,0.60 +7,CA_SMUD,2034,0.60 +7,CA_SMUD,2035,0.60 +7,CA_SMUD,2036,0.60 +7,CA_SMUD,2037,0.60 +7,CA_SMUD,2038,0.60 +7,CA_SMUD,2039,0.60 +7,CA_SMUD,2040,0.60 +7,CA_SMUD,2041,0.60 +7,CA_SMUD,2042,0.60 +7,CA_SMUD,2043,0.60 +7,CA_SMUD,2044,0.60 +7,CA_SMUD,2045,0.60 +7,CA_SMUD,2046,0.60 +7,CA_SMUD,2047,0.60 +7,CA_SMUD,2048,0.60 +7,CA_SMUD,2049,0.60 +7,CA_SMUD,2050,0.60 +7,CA_SMUD,2051,0.60 +7,CA_SMUD,2052,0.60 +7,CA_SMUD,2053,0.60 +7,CA_SMUD,2054,0.60 +7,CA_SMUD,2055,0.60 +7,CA_SMUD,2056,0.60 +7,CA_SMUD,2057,0.60 +7,CA_SMUD,2058,0.60 +7,CA_SMUD,2059,0.60 +7,CA_SMUD,2060,0.60 +7,CA_SMUD,2061,0.60 +7,CA_SMUD,2062,0.60 +7,CA_SMUD,2063,0.60 +7,CA_SMUD,2064,0.60 +7,CA_SMUD,2065,0.60 +7,CA_SMUD,2066,0.60 +7,CA_SMUD,2067,0.60 +7,CA_SMUD,2068,0.60 +7,CA_SMUD,2069,0.60 +7,CA_SMUD,2070,0.60 +7,CA_SMUD,2071,0.60 +7,CA_SMUD,2072,0.60 +7,CA_SMUD,2073,0.60 +7,CA_SMUD,2074,0.60 +7,CA_SMUD,2075,0.60 +7,CA_SMUD,2076,0.60 +7,CA_SMUD,2077,0.60 +7,CA_SMUD,2078,0.60 +7,CA_SMUD,2079,0.60 +7,CA_SMUD,2080,0.60 +7,CO_DEN,2010,0.00 +7,CO_DEN,2011,0.03 +7,CO_DEN,2012,0.06 +7,CO_DEN,2013,0.09 +7,CO_DEN,2014,0.12 +7,CO_DEN,2015,0.15 +7,CO_DEN,2016,0.18 +7,CO_DEN,2017,0.21 +7,CO_DEN,2018,0.24 +7,CO_DEN,2019,0.27 +7,CO_DEN,2020,0.30 +7,CO_DEN,2021,0.32 +7,CO_DEN,2022,0.35 +7,CO_DEN,2023,0.37 +7,CO_DEN,2024,0.39 +7,CO_DEN,2025,0.42 +7,CO_DEN,2026,0.44 +7,CO_DEN,2027,0.46 +7,CO_DEN,2028,0.49 +7,CO_DEN,2029,0.51 +7,CO_DEN,2030,0.53 +7,CO_DEN,2031,0.56 +7,CO_DEN,2032,0.58 +7,CO_DEN,2033,0.60 +7,CO_DEN,2034,0.63 +7,CO_DEN,2035,0.65 +7,CO_DEN,2036,0.67 +7,CO_DEN,2037,0.70 +7,CO_DEN,2038,0.72 +7,CO_DEN,2039,0.74 +7,CO_DEN,2040,0.77 +7,CO_DEN,2041,0.79 +7,CO_DEN,2042,0.81 +7,CO_DEN,2043,0.84 +7,CO_DEN,2044,0.86 +7,CO_DEN,2045,0.88 +7,CO_DEN,2046,0.91 +7,CO_DEN,2047,0.93 +7,CO_DEN,2048,0.95 +7,CO_DEN,2049,0.98 +7,CO_DEN,2050,1.00 +7,CO_DEN,2051,1.00 +7,CO_DEN,2052,1.00 +7,CO_DEN,2053,1.00 +7,CO_DEN,2054,1.00 +7,CO_DEN,2055,1.00 +7,CO_DEN,2056,1.00 +7,CO_DEN,2057,1.00 +7,CO_DEN,2058,1.00 +7,CO_DEN,2059,1.00 +7,CO_DEN,2060,1.00 +7,CO_DEN,2061,1.00 +7,CO_DEN,2062,1.00 +7,CO_DEN,2063,1.00 +7,CO_DEN,2064,1.00 +7,CO_DEN,2065,1.00 +7,CO_DEN,2066,1.00 +7,CO_DEN,2067,1.00 +7,CO_DEN,2068,1.00 +7,CO_DEN,2069,1.00 +7,CO_DEN,2070,1.00 +7,CO_DEN,2071,1.00 +7,CO_DEN,2072,1.00 +7,CO_DEN,2073,1.00 +7,CO_DEN,2074,1.00 +7,CO_DEN,2075,1.00 +7,CO_DEN,2076,1.00 +7,CO_DEN,2077,1.00 +7,CO_DEN,2078,1.00 +7,CO_DEN,2079,1.00 +7,CO_DEN,2080,1.00 +7,CO_E,2010,0.00 +7,CO_E,2011,0.03 +7,CO_E,2012,0.06 +7,CO_E,2013,0.09 +7,CO_E,2014,0.12 +7,CO_E,2015,0.15 +7,CO_E,2016,0.18 +7,CO_E,2017,0.21 +7,CO_E,2018,0.24 +7,CO_E,2019,0.27 +7,CO_E,2020,0.30 +7,CO_E,2021,0.30 +7,CO_E,2022,0.30 +7,CO_E,2023,0.30 +7,CO_E,2024,0.30 +7,CO_E,2025,0.30 +7,CO_E,2026,0.30 +7,CO_E,2027,0.30 +7,CO_E,2028,0.30 +7,CO_E,2029,0.30 +7,CO_E,2030,0.30 +7,CO_E,2031,0.30 +7,CO_E,2032,0.30 +7,CO_E,2033,0.30 +7,CO_E,2034,0.30 +7,CO_E,2035,0.30 +7,CO_E,2036,0.30 +7,CO_E,2037,0.30 +7,CO_E,2038,0.30 +7,CO_E,2039,0.30 +7,CO_E,2040,0.30 +7,CO_E,2041,0.30 +7,CO_E,2042,0.30 +7,CO_E,2043,0.30 +7,CO_E,2044,0.30 +7,CO_E,2045,0.30 +7,CO_E,2046,0.30 +7,CO_E,2047,0.30 +7,CO_E,2048,0.30 +7,CO_E,2049,0.30 +7,CO_E,2050,0.30 +7,CO_E,2051,0.30 +7,CO_E,2052,0.30 +7,CO_E,2053,0.30 +7,CO_E,2054,0.30 +7,CO_E,2055,0.30 +7,CO_E,2056,0.30 +7,CO_E,2057,0.30 +7,CO_E,2058,0.30 +7,CO_E,2059,0.30 +7,CO_E,2060,0.30 +7,CO_E,2061,0.30 +7,CO_E,2062,0.30 +7,CO_E,2063,0.30 +7,CO_E,2064,0.30 +7,CO_E,2065,0.30 +7,CO_E,2066,0.30 +7,CO_E,2067,0.30 +7,CO_E,2068,0.30 +7,CO_E,2069,0.30 +7,CO_E,2070,0.30 +7,CO_E,2071,0.30 +7,CO_E,2072,0.30 +7,CO_E,2073,0.30 +7,CO_E,2074,0.30 +7,CO_E,2075,0.30 +7,CO_E,2076,0.30 +7,CO_E,2077,0.30 +7,CO_E,2078,0.30 +7,CO_E,2079,0.30 +7,CO_E,2080,0.30 +7,CO_NW,2010,0.00 +7,CO_NW,2011,0.03 +7,CO_NW,2012,0.06 +7,CO_NW,2013,0.09 +7,CO_NW,2014,0.12 +7,CO_NW,2015,0.15 +7,CO_NW,2016,0.18 +7,CO_NW,2017,0.21 +7,CO_NW,2018,0.24 +7,CO_NW,2019,0.27 +7,CO_NW,2020,0.30 +7,CO_NW,2021,0.32 +7,CO_NW,2022,0.35 +7,CO_NW,2023,0.37 +7,CO_NW,2024,0.39 +7,CO_NW,2025,0.42 +7,CO_NW,2026,0.44 +7,CO_NW,2027,0.46 +7,CO_NW,2028,0.49 +7,CO_NW,2029,0.51 +7,CO_NW,2030,0.53 +7,CO_NW,2031,0.56 +7,CO_NW,2032,0.58 +7,CO_NW,2033,0.60 +7,CO_NW,2034,0.63 +7,CO_NW,2035,0.65 +7,CO_NW,2036,0.67 +7,CO_NW,2037,0.70 +7,CO_NW,2038,0.72 +7,CO_NW,2039,0.74 +7,CO_NW,2040,0.77 +7,CO_NW,2041,0.79 +7,CO_NW,2042,0.81 +7,CO_NW,2043,0.84 +7,CO_NW,2044,0.86 +7,CO_NW,2045,0.88 +7,CO_NW,2046,0.91 +7,CO_NW,2047,0.93 +7,CO_NW,2048,0.95 +7,CO_NW,2049,0.98 +7,CO_NW,2050,1.00 +7,CO_NW,2051,1.00 +7,CO_NW,2052,1.00 +7,CO_NW,2053,1.00 +7,CO_NW,2054,1.00 +7,CO_NW,2055,1.00 +7,CO_NW,2056,1.00 +7,CO_NW,2057,1.00 +7,CO_NW,2058,1.00 +7,CO_NW,2059,1.00 +7,CO_NW,2060,1.00 +7,CO_NW,2061,1.00 +7,CO_NW,2062,1.00 +7,CO_NW,2063,1.00 +7,CO_NW,2064,1.00 +7,CO_NW,2065,1.00 +7,CO_NW,2066,1.00 +7,CO_NW,2067,1.00 +7,CO_NW,2068,1.00 +7,CO_NW,2069,1.00 +7,CO_NW,2070,1.00 +7,CO_NW,2071,1.00 +7,CO_NW,2072,1.00 +7,CO_NW,2073,1.00 +7,CO_NW,2074,1.00 +7,CO_NW,2075,1.00 +7,CO_NW,2076,1.00 +7,CO_NW,2077,1.00 +7,CO_NW,2078,1.00 +7,CO_NW,2079,1.00 +7,CO_NW,2080,1.00 +7,CO_SW,2010,0.00 +7,CO_SW,2011,0.03 +7,CO_SW,2012,0.06 +7,CO_SW,2013,0.09 +7,CO_SW,2014,0.12 +7,CO_SW,2015,0.15 +7,CO_SW,2016,0.18 +7,CO_SW,2017,0.21 +7,CO_SW,2018,0.24 +7,CO_SW,2019,0.27 +7,CO_SW,2020,0.30 +7,CO_SW,2021,0.30 +7,CO_SW,2022,0.30 +7,CO_SW,2023,0.30 +7,CO_SW,2024,0.30 +7,CO_SW,2025,0.30 +7,CO_SW,2026,0.30 +7,CO_SW,2027,0.30 +7,CO_SW,2028,0.30 +7,CO_SW,2029,0.30 +7,CO_SW,2030,0.30 +7,CO_SW,2031,0.30 +7,CO_SW,2032,0.30 +7,CO_SW,2033,0.30 +7,CO_SW,2034,0.30 +7,CO_SW,2035,0.30 +7,CO_SW,2036,0.30 +7,CO_SW,2037,0.30 +7,CO_SW,2038,0.30 +7,CO_SW,2039,0.30 +7,CO_SW,2040,0.30 +7,CO_SW,2041,0.30 +7,CO_SW,2042,0.30 +7,CO_SW,2043,0.30 +7,CO_SW,2044,0.30 +7,CO_SW,2045,0.30 +7,CO_SW,2046,0.30 +7,CO_SW,2047,0.30 +7,CO_SW,2048,0.30 +7,CO_SW,2049,0.30 +7,CO_SW,2050,0.30 +7,CO_SW,2051,0.30 +7,CO_SW,2052,0.30 +7,CO_SW,2053,0.30 +7,CO_SW,2054,0.30 +7,CO_SW,2055,0.30 +7,CO_SW,2056,0.30 +7,CO_SW,2057,0.30 +7,CO_SW,2058,0.30 +7,CO_SW,2059,0.30 +7,CO_SW,2060,0.30 +7,CO_SW,2061,0.30 +7,CO_SW,2062,0.30 +7,CO_SW,2063,0.30 +7,CO_SW,2064,0.30 +7,CO_SW,2065,0.30 +7,CO_SW,2066,0.30 +7,CO_SW,2067,0.30 +7,CO_SW,2068,0.30 +7,CO_SW,2069,0.30 +7,CO_SW,2070,0.30 +7,CO_SW,2071,0.30 +7,CO_SW,2072,0.30 +7,CO_SW,2073,0.30 +7,CO_SW,2074,0.30 +7,CO_SW,2075,0.30 +7,CO_SW,2076,0.30 +7,CO_SW,2077,0.30 +7,CO_SW,2078,0.30 +7,CO_SW,2079,0.30 +7,CO_SW,2080,0.30 +7,ID_E,2010,0.00 +7,ID_E,2011,0.00 +7,ID_E,2012,0.00 +7,ID_E,2013,0.00 +7,ID_E,2014,0.00 +7,ID_E,2015,0.00 +7,ID_E,2016,0.00 +7,ID_E,2017,0.00 +7,ID_E,2018,0.00 +7,ID_E,2019,0.00 +7,ID_E,2020,0.00 +7,ID_E,2021,0.00 +7,ID_E,2022,0.00 +7,ID_E,2023,0.00 +7,ID_E,2024,0.00 +7,ID_E,2025,0.00 +7,ID_E,2026,0.00 +7,ID_E,2027,0.00 +7,ID_E,2028,0.00 +7,ID_E,2029,0.00 +7,ID_E,2030,0.00 +7,ID_E,2031,0.00 +7,ID_E,2032,0.00 +7,ID_E,2033,0.00 +7,ID_E,2034,0.00 +7,ID_E,2035,0.00 +7,ID_E,2036,0.00 +7,ID_E,2037,0.00 +7,ID_E,2038,0.00 +7,ID_E,2039,0.00 +7,ID_E,2040,0.00 +7,ID_E,2041,0.00 +7,ID_E,2042,0.00 +7,ID_E,2043,0.00 +7,ID_E,2044,0.00 +7,ID_E,2045,0.00 +7,ID_E,2046,0.00 +7,ID_E,2047,0.00 +7,ID_E,2048,0.00 +7,ID_E,2049,0.00 +7,ID_E,2050,0.00 +7,ID_E,2051,0.00 +7,ID_E,2052,0.00 +7,ID_E,2053,0.00 +7,ID_E,2054,0.00 +7,ID_E,2055,0.00 +7,ID_E,2056,0.00 +7,ID_E,2057,0.00 +7,ID_E,2058,0.00 +7,ID_E,2059,0.00 +7,ID_E,2060,0.00 +7,ID_E,2061,0.00 +7,ID_E,2062,0.00 +7,ID_E,2063,0.00 +7,ID_E,2064,0.00 +7,ID_E,2065,0.00 +7,ID_E,2066,0.00 +7,ID_E,2067,0.00 +7,ID_E,2068,0.00 +7,ID_E,2069,0.00 +7,ID_E,2070,0.00 +7,ID_E,2071,0.00 +7,ID_E,2072,0.00 +7,ID_E,2073,0.00 +7,ID_E,2074,0.00 +7,ID_E,2075,0.00 +7,ID_E,2076,0.00 +7,ID_E,2077,0.00 +7,ID_E,2078,0.00 +7,ID_E,2079,0.00 +7,ID_E,2080,0.00 +7,ID_S_OR_E,2010,0.00 +7,ID_S_OR_E,2011,0.00 +7,ID_S_OR_E,2012,0.00 +7,ID_S_OR_E,2013,0.00 +7,ID_S_OR_E,2014,0.00 +7,ID_S_OR_E,2015,0.00 +7,ID_S_OR_E,2016,0.00 +7,ID_S_OR_E,2017,0.00 +7,ID_S_OR_E,2018,0.00 +7,ID_S_OR_E,2019,0.00 +7,ID_S_OR_E,2020,0.00 +7,ID_S_OR_E,2021,0.00 +7,ID_S_OR_E,2022,0.00 +7,ID_S_OR_E,2023,0.00 +7,ID_S_OR_E,2024,0.00 +7,ID_S_OR_E,2025,0.00 +7,ID_S_OR_E,2026,0.00 +7,ID_S_OR_E,2027,0.00 +7,ID_S_OR_E,2028,0.00 +7,ID_S_OR_E,2029,0.00 +7,ID_S_OR_E,2030,0.00 +7,ID_S_OR_E,2031,0.00 +7,ID_S_OR_E,2032,0.00 +7,ID_S_OR_E,2033,0.00 +7,ID_S_OR_E,2034,0.00 +7,ID_S_OR_E,2035,0.00 +7,ID_S_OR_E,2036,0.00 +7,ID_S_OR_E,2037,0.00 +7,ID_S_OR_E,2038,0.00 +7,ID_S_OR_E,2039,0.00 +7,ID_S_OR_E,2040,0.00 +7,ID_S_OR_E,2041,0.00 +7,ID_S_OR_E,2042,0.00 +7,ID_S_OR_E,2043,0.00 +7,ID_S_OR_E,2044,0.00 +7,ID_S_OR_E,2045,0.00 +7,ID_S_OR_E,2046,0.00 +7,ID_S_OR_E,2047,0.00 +7,ID_S_OR_E,2048,0.00 +7,ID_S_OR_E,2049,0.00 +7,ID_S_OR_E,2050,0.00 +7,ID_S_OR_E,2051,0.00 +7,ID_S_OR_E,2052,0.00 +7,ID_S_OR_E,2053,0.00 +7,ID_S_OR_E,2054,0.00 +7,ID_S_OR_E,2055,0.00 +7,ID_S_OR_E,2056,0.00 +7,ID_S_OR_E,2057,0.00 +7,ID_S_OR_E,2058,0.00 +7,ID_S_OR_E,2059,0.00 +7,ID_S_OR_E,2060,0.00 +7,ID_S_OR_E,2061,0.00 +7,ID_S_OR_E,2062,0.00 +7,ID_S_OR_E,2063,0.00 +7,ID_S_OR_E,2064,0.00 +7,ID_S_OR_E,2065,0.00 +7,ID_S_OR_E,2066,0.00 +7,ID_S_OR_E,2067,0.00 +7,ID_S_OR_E,2068,0.00 +7,ID_S_OR_E,2069,0.00 +7,ID_S_OR_E,2070,0.00 +7,ID_S_OR_E,2071,0.00 +7,ID_S_OR_E,2072,0.00 +7,ID_S_OR_E,2073,0.00 +7,ID_S_OR_E,2074,0.00 +7,ID_S_OR_E,2075,0.00 +7,ID_S_OR_E,2076,0.00 +7,ID_S_OR_E,2077,0.00 +7,ID_S_OR_E,2078,0.00 +7,ID_S_OR_E,2079,0.00 +7,ID_S_OR_E,2080,0.00 +7,MEX_BAJA,2010,0.00 +7,MEX_BAJA,2011,0.00 +7,MEX_BAJA,2012,0.00 +7,MEX_BAJA,2013,0.00 +7,MEX_BAJA,2014,0.00 +7,MEX_BAJA,2015,0.00 +7,MEX_BAJA,2016,0.00 +7,MEX_BAJA,2017,0.00 +7,MEX_BAJA,2018,0.00 +7,MEX_BAJA,2019,0.00 +7,MEX_BAJA,2020,0.00 +7,MEX_BAJA,2021,0.00 +7,MEX_BAJA,2022,0.00 +7,MEX_BAJA,2023,0.00 +7,MEX_BAJA,2024,0.00 +7,MEX_BAJA,2025,0.00 +7,MEX_BAJA,2026,0.00 +7,MEX_BAJA,2027,0.00 +7,MEX_BAJA,2028,0.00 +7,MEX_BAJA,2029,0.00 +7,MEX_BAJA,2030,0.00 +7,MEX_BAJA,2031,0.00 +7,MEX_BAJA,2032,0.00 +7,MEX_BAJA,2033,0.00 +7,MEX_BAJA,2034,0.00 +7,MEX_BAJA,2035,0.00 +7,MEX_BAJA,2036,0.00 +7,MEX_BAJA,2037,0.00 +7,MEX_BAJA,2038,0.00 +7,MEX_BAJA,2039,0.00 +7,MEX_BAJA,2040,0.00 +7,MEX_BAJA,2041,0.00 +7,MEX_BAJA,2042,0.00 +7,MEX_BAJA,2043,0.00 +7,MEX_BAJA,2044,0.00 +7,MEX_BAJA,2045,0.00 +7,MEX_BAJA,2046,0.00 +7,MEX_BAJA,2047,0.00 +7,MEX_BAJA,2048,0.00 +7,MEX_BAJA,2049,0.00 +7,MEX_BAJA,2050,0.00 +7,MEX_BAJA,2051,0.00 +7,MEX_BAJA,2052,0.00 +7,MEX_BAJA,2053,0.00 +7,MEX_BAJA,2054,0.00 +7,MEX_BAJA,2055,0.00 +7,MEX_BAJA,2056,0.00 +7,MEX_BAJA,2057,0.00 +7,MEX_BAJA,2058,0.00 +7,MEX_BAJA,2059,0.00 +7,MEX_BAJA,2060,0.00 +7,MEX_BAJA,2061,0.00 +7,MEX_BAJA,2062,0.00 +7,MEX_BAJA,2063,0.00 +7,MEX_BAJA,2064,0.00 +7,MEX_BAJA,2065,0.00 +7,MEX_BAJA,2066,0.00 +7,MEX_BAJA,2067,0.00 +7,MEX_BAJA,2068,0.00 +7,MEX_BAJA,2069,0.00 +7,MEX_BAJA,2070,0.00 +7,MEX_BAJA,2071,0.00 +7,MEX_BAJA,2072,0.00 +7,MEX_BAJA,2073,0.00 +7,MEX_BAJA,2074,0.00 +7,MEX_BAJA,2075,0.00 +7,MEX_BAJA,2076,0.00 +7,MEX_BAJA,2077,0.00 +7,MEX_BAJA,2078,0.00 +7,MEX_BAJA,2079,0.00 +7,MEX_BAJA,2080,0.00 +7,MT_NE,2010,0.10 +7,MT_NE,2011,0.11 +7,MT_NE,2012,0.12 +7,MT_NE,2013,0.13 +7,MT_NE,2014,0.14 +7,MT_NE,2015,0.15 +7,MT_NE,2016,0.15 +7,MT_NE,2017,0.15 +7,MT_NE,2018,0.15 +7,MT_NE,2019,0.15 +7,MT_NE,2020,0.15 +7,MT_NE,2021,0.15 +7,MT_NE,2022,0.15 +7,MT_NE,2023,0.15 +7,MT_NE,2024,0.15 +7,MT_NE,2025,0.15 +7,MT_NE,2026,0.15 +7,MT_NE,2027,0.15 +7,MT_NE,2028,0.15 +7,MT_NE,2029,0.15 +7,MT_NE,2030,0.15 +7,MT_NE,2031,0.15 +7,MT_NE,2032,0.15 +7,MT_NE,2033,0.15 +7,MT_NE,2034,0.15 +7,MT_NE,2035,0.15 +7,MT_NE,2036,0.15 +7,MT_NE,2037,0.15 +7,MT_NE,2038,0.15 +7,MT_NE,2039,0.15 +7,MT_NE,2040,0.15 +7,MT_NE,2041,0.15 +7,MT_NE,2042,0.15 +7,MT_NE,2043,0.15 +7,MT_NE,2044,0.15 +7,MT_NE,2045,0.15 +7,MT_NE,2046,0.15 +7,MT_NE,2047,0.15 +7,MT_NE,2048,0.15 +7,MT_NE,2049,0.15 +7,MT_NE,2050,0.15 +7,MT_NE,2051,0.15 +7,MT_NE,2052,0.15 +7,MT_NE,2053,0.15 +7,MT_NE,2054,0.15 +7,MT_NE,2055,0.15 +7,MT_NE,2056,0.15 +7,MT_NE,2057,0.15 +7,MT_NE,2058,0.15 +7,MT_NE,2059,0.15 +7,MT_NE,2060,0.15 +7,MT_NE,2061,0.15 +7,MT_NE,2062,0.15 +7,MT_NE,2063,0.15 +7,MT_NE,2064,0.15 +7,MT_NE,2065,0.15 +7,MT_NE,2066,0.15 +7,MT_NE,2067,0.15 +7,MT_NE,2068,0.15 +7,MT_NE,2069,0.15 +7,MT_NE,2070,0.15 +7,MT_NE,2071,0.15 +7,MT_NE,2072,0.15 +7,MT_NE,2073,0.15 +7,MT_NE,2074,0.15 +7,MT_NE,2075,0.15 +7,MT_NE,2076,0.15 +7,MT_NE,2077,0.15 +7,MT_NE,2078,0.15 +7,MT_NE,2079,0.15 +7,MT_NE,2080,0.15 +7,MT_NW,2010,0.10 +7,MT_NW,2011,0.11 +7,MT_NW,2012,0.12 +7,MT_NW,2013,0.13 +7,MT_NW,2014,0.14 +7,MT_NW,2015,0.15 +7,MT_NW,2016,0.15 +7,MT_NW,2017,0.15 +7,MT_NW,2018,0.15 +7,MT_NW,2019,0.15 +7,MT_NW,2020,0.15 +7,MT_NW,2021,0.15 +7,MT_NW,2022,0.15 +7,MT_NW,2023,0.15 +7,MT_NW,2024,0.15 +7,MT_NW,2025,0.15 +7,MT_NW,2026,0.15 +7,MT_NW,2027,0.15 +7,MT_NW,2028,0.15 +7,MT_NW,2029,0.15 +7,MT_NW,2030,0.15 +7,MT_NW,2031,0.15 +7,MT_NW,2032,0.15 +7,MT_NW,2033,0.15 +7,MT_NW,2034,0.15 +7,MT_NW,2035,0.15 +7,MT_NW,2036,0.15 +7,MT_NW,2037,0.15 +7,MT_NW,2038,0.15 +7,MT_NW,2039,0.15 +7,MT_NW,2040,0.15 +7,MT_NW,2041,0.15 +7,MT_NW,2042,0.15 +7,MT_NW,2043,0.15 +7,MT_NW,2044,0.15 +7,MT_NW,2045,0.15 +7,MT_NW,2046,0.15 +7,MT_NW,2047,0.15 +7,MT_NW,2048,0.15 +7,MT_NW,2049,0.15 +7,MT_NW,2050,0.15 +7,MT_NW,2051,0.15 +7,MT_NW,2052,0.15 +7,MT_NW,2053,0.15 +7,MT_NW,2054,0.15 +7,MT_NW,2055,0.15 +7,MT_NW,2056,0.15 +7,MT_NW,2057,0.15 +7,MT_NW,2058,0.15 +7,MT_NW,2059,0.15 +7,MT_NW,2060,0.15 +7,MT_NW,2061,0.15 +7,MT_NW,2062,0.15 +7,MT_NW,2063,0.15 +7,MT_NW,2064,0.15 +7,MT_NW,2065,0.15 +7,MT_NW,2066,0.15 +7,MT_NW,2067,0.15 +7,MT_NW,2068,0.15 +7,MT_NW,2069,0.15 +7,MT_NW,2070,0.15 +7,MT_NW,2071,0.15 +7,MT_NW,2072,0.15 +7,MT_NW,2073,0.15 +7,MT_NW,2074,0.15 +7,MT_NW,2075,0.15 +7,MT_NW,2076,0.15 +7,MT_NW,2077,0.15 +7,MT_NW,2078,0.15 +7,MT_NW,2079,0.15 +7,MT_NW,2080,0.15 +7,MT_SE,2010,0.10 +7,MT_SE,2011,0.11 +7,MT_SE,2012,0.12 +7,MT_SE,2013,0.13 +7,MT_SE,2014,0.14 +7,MT_SE,2015,0.15 +7,MT_SE,2016,0.15 +7,MT_SE,2017,0.15 +7,MT_SE,2018,0.15 +7,MT_SE,2019,0.15 +7,MT_SE,2020,0.15 +7,MT_SE,2021,0.15 +7,MT_SE,2022,0.15 +7,MT_SE,2023,0.15 +7,MT_SE,2024,0.15 +7,MT_SE,2025,0.15 +7,MT_SE,2026,0.15 +7,MT_SE,2027,0.15 +7,MT_SE,2028,0.15 +7,MT_SE,2029,0.15 +7,MT_SE,2030,0.15 +7,MT_SE,2031,0.15 +7,MT_SE,2032,0.15 +7,MT_SE,2033,0.15 +7,MT_SE,2034,0.15 +7,MT_SE,2035,0.15 +7,MT_SE,2036,0.15 +7,MT_SE,2037,0.15 +7,MT_SE,2038,0.15 +7,MT_SE,2039,0.15 +7,MT_SE,2040,0.15 +7,MT_SE,2041,0.15 +7,MT_SE,2042,0.15 +7,MT_SE,2043,0.15 +7,MT_SE,2044,0.15 +7,MT_SE,2045,0.15 +7,MT_SE,2046,0.15 +7,MT_SE,2047,0.15 +7,MT_SE,2048,0.15 +7,MT_SE,2049,0.15 +7,MT_SE,2050,0.15 +7,MT_SE,2051,0.15 +7,MT_SE,2052,0.15 +7,MT_SE,2053,0.15 +7,MT_SE,2054,0.15 +7,MT_SE,2055,0.15 +7,MT_SE,2056,0.15 +7,MT_SE,2057,0.15 +7,MT_SE,2058,0.15 +7,MT_SE,2059,0.15 +7,MT_SE,2060,0.15 +7,MT_SE,2061,0.15 +7,MT_SE,2062,0.15 +7,MT_SE,2063,0.15 +7,MT_SE,2064,0.15 +7,MT_SE,2065,0.15 +7,MT_SE,2066,0.15 +7,MT_SE,2067,0.15 +7,MT_SE,2068,0.15 +7,MT_SE,2069,0.15 +7,MT_SE,2070,0.15 +7,MT_SE,2071,0.15 +7,MT_SE,2072,0.15 +7,MT_SE,2073,0.15 +7,MT_SE,2074,0.15 +7,MT_SE,2075,0.15 +7,MT_SE,2076,0.15 +7,MT_SE,2077,0.15 +7,MT_SE,2078,0.15 +7,MT_SE,2079,0.15 +7,MT_SE,2080,0.15 +7,MT_SW,2010,0.10 +7,MT_SW,2011,0.11 +7,MT_SW,2012,0.12 +7,MT_SW,2013,0.13 +7,MT_SW,2014,0.14 +7,MT_SW,2015,0.15 +7,MT_SW,2016,0.15 +7,MT_SW,2017,0.15 +7,MT_SW,2018,0.15 +7,MT_SW,2019,0.15 +7,MT_SW,2020,0.15 +7,MT_SW,2021,0.15 +7,MT_SW,2022,0.15 +7,MT_SW,2023,0.15 +7,MT_SW,2024,0.15 +7,MT_SW,2025,0.15 +7,MT_SW,2026,0.15 +7,MT_SW,2027,0.15 +7,MT_SW,2028,0.15 +7,MT_SW,2029,0.15 +7,MT_SW,2030,0.15 +7,MT_SW,2031,0.15 +7,MT_SW,2032,0.15 +7,MT_SW,2033,0.15 +7,MT_SW,2034,0.15 +7,MT_SW,2035,0.15 +7,MT_SW,2036,0.15 +7,MT_SW,2037,0.15 +7,MT_SW,2038,0.15 +7,MT_SW,2039,0.15 +7,MT_SW,2040,0.15 +7,MT_SW,2041,0.15 +7,MT_SW,2042,0.15 +7,MT_SW,2043,0.15 +7,MT_SW,2044,0.15 +7,MT_SW,2045,0.15 +7,MT_SW,2046,0.15 +7,MT_SW,2047,0.15 +7,MT_SW,2048,0.15 +7,MT_SW,2049,0.15 +7,MT_SW,2050,0.15 +7,MT_SW,2051,0.15 +7,MT_SW,2052,0.15 +7,MT_SW,2053,0.15 +7,MT_SW,2054,0.15 +7,MT_SW,2055,0.15 +7,MT_SW,2056,0.15 +7,MT_SW,2057,0.15 +7,MT_SW,2058,0.15 +7,MT_SW,2059,0.15 +7,MT_SW,2060,0.15 +7,MT_SW,2061,0.15 +7,MT_SW,2062,0.15 +7,MT_SW,2063,0.15 +7,MT_SW,2064,0.15 +7,MT_SW,2065,0.15 +7,MT_SW,2066,0.15 +7,MT_SW,2067,0.15 +7,MT_SW,2068,0.15 +7,MT_SW,2069,0.15 +7,MT_SW,2070,0.15 +7,MT_SW,2071,0.15 +7,MT_SW,2072,0.15 +7,MT_SW,2073,0.15 +7,MT_SW,2074,0.15 +7,MT_SW,2075,0.15 +7,MT_SW,2076,0.15 +7,MT_SW,2077,0.15 +7,MT_SW,2078,0.15 +7,MT_SW,2079,0.15 +7,MT_SW,2080,0.15 +7,NM_N,2010,0.00 +7,NM_N,2011,0.03 +7,NM_N,2012,0.05 +7,NM_N,2013,0.08 +7,NM_N,2014,0.11 +7,NM_N,2015,0.13 +7,NM_N,2016,0.16 +7,NM_N,2017,0.19 +7,NM_N,2018,0.21 +7,NM_N,2019,0.24 +7,NM_N,2020,0.27 +7,NM_N,2021,0.29 +7,NM_N,2022,0.32 +7,NM_N,2023,0.35 +7,NM_N,2024,0.37 +7,NM_N,2025,0.40 +7,NM_N,2026,0.43 +7,NM_N,2027,0.45 +7,NM_N,2028,0.48 +7,NM_N,2029,0.51 +7,NM_N,2030,0.53 +7,NM_N,2031,0.56 +7,NM_N,2032,0.59 +7,NM_N,2033,0.61 +7,NM_N,2034,0.64 +7,NM_N,2035,0.67 +7,NM_N,2036,0.69 +7,NM_N,2037,0.72 +7,NM_N,2038,0.75 +7,NM_N,2039,0.77 +7,NM_N,2040,0.80 +7,NM_N,2041,0.84 +7,NM_N,2042,0.88 +7,NM_N,2043,0.92 +7,NM_N,2044,0.96 +7,NM_N,2045,1.00 +7,NM_N,2046,1.00 +7,NM_N,2047,1.00 +7,NM_N,2048,1.00 +7,NM_N,2049,1.00 +7,NM_N,2050,1.00 +7,NM_N,2051,1.00 +7,NM_N,2052,1.00 +7,NM_N,2053,1.00 +7,NM_N,2054,1.00 +7,NM_N,2055,1.00 +7,NM_N,2056,1.00 +7,NM_N,2057,1.00 +7,NM_N,2058,1.00 +7,NM_N,2059,1.00 +7,NM_N,2060,1.00 +7,NM_N,2061,1.00 +7,NM_N,2062,1.00 +7,NM_N,2063,1.00 +7,NM_N,2064,1.00 +7,NM_N,2065,1.00 +7,NM_N,2066,1.00 +7,NM_N,2067,1.00 +7,NM_N,2068,1.00 +7,NM_N,2069,1.00 +7,NM_N,2070,1.00 +7,NM_N,2071,1.00 +7,NM_N,2072,1.00 +7,NM_N,2073,1.00 +7,NM_N,2074,1.00 +7,NM_N,2075,1.00 +7,NM_N,2076,1.00 +7,NM_N,2077,1.00 +7,NM_N,2078,1.00 +7,NM_N,2079,1.00 +7,NM_N,2080,1.00 +7,NM_S_TX_EPE,2010,0.00 +7,NM_S_TX_EPE,2011,0.03 +7,NM_S_TX_EPE,2012,0.05 +7,NM_S_TX_EPE,2013,0.08 +7,NM_S_TX_EPE,2014,0.11 +7,NM_S_TX_EPE,2015,0.13 +7,NM_S_TX_EPE,2016,0.16 +7,NM_S_TX_EPE,2017,0.19 +7,NM_S_TX_EPE,2018,0.21 +7,NM_S_TX_EPE,2019,0.24 +7,NM_S_TX_EPE,2020,0.27 +7,NM_S_TX_EPE,2021,0.29 +7,NM_S_TX_EPE,2022,0.32 +7,NM_S_TX_EPE,2023,0.35 +7,NM_S_TX_EPE,2024,0.37 +7,NM_S_TX_EPE,2025,0.40 +7,NM_S_TX_EPE,2026,0.43 +7,NM_S_TX_EPE,2027,0.45 +7,NM_S_TX_EPE,2028,0.48 +7,NM_S_TX_EPE,2029,0.51 +7,NM_S_TX_EPE,2030,0.53 +7,NM_S_TX_EPE,2031,0.56 +7,NM_S_TX_EPE,2032,0.59 +7,NM_S_TX_EPE,2033,0.61 +7,NM_S_TX_EPE,2034,0.64 +7,NM_S_TX_EPE,2035,0.67 +7,NM_S_TX_EPE,2036,0.69 +7,NM_S_TX_EPE,2037,0.72 +7,NM_S_TX_EPE,2038,0.75 +7,NM_S_TX_EPE,2039,0.77 +7,NM_S_TX_EPE,2040,0.80 +7,NM_S_TX_EPE,2041,0.84 +7,NM_S_TX_EPE,2042,0.88 +7,NM_S_TX_EPE,2043,0.92 +7,NM_S_TX_EPE,2044,0.96 +7,NM_S_TX_EPE,2045,1.00 +7,NM_S_TX_EPE,2046,1.00 +7,NM_S_TX_EPE,2047,1.00 +7,NM_S_TX_EPE,2048,1.00 +7,NM_S_TX_EPE,2049,1.00 +7,NM_S_TX_EPE,2050,1.00 +7,NM_S_TX_EPE,2051,1.00 +7,NM_S_TX_EPE,2052,1.00 +7,NM_S_TX_EPE,2053,1.00 +7,NM_S_TX_EPE,2054,1.00 +7,NM_S_TX_EPE,2055,1.00 +7,NM_S_TX_EPE,2056,1.00 +7,NM_S_TX_EPE,2057,1.00 +7,NM_S_TX_EPE,2058,1.00 +7,NM_S_TX_EPE,2059,1.00 +7,NM_S_TX_EPE,2060,1.00 +7,NM_S_TX_EPE,2061,1.00 +7,NM_S_TX_EPE,2062,1.00 +7,NM_S_TX_EPE,2063,1.00 +7,NM_S_TX_EPE,2064,1.00 +7,NM_S_TX_EPE,2065,1.00 +7,NM_S_TX_EPE,2066,1.00 +7,NM_S_TX_EPE,2067,1.00 +7,NM_S_TX_EPE,2068,1.00 +7,NM_S_TX_EPE,2069,1.00 +7,NM_S_TX_EPE,2070,1.00 +7,NM_S_TX_EPE,2071,1.00 +7,NM_S_TX_EPE,2072,1.00 +7,NM_S_TX_EPE,2073,1.00 +7,NM_S_TX_EPE,2074,1.00 +7,NM_S_TX_EPE,2075,1.00 +7,NM_S_TX_EPE,2076,1.00 +7,NM_S_TX_EPE,2077,1.00 +7,NM_S_TX_EPE,2078,1.00 +7,NM_S_TX_EPE,2079,1.00 +7,NM_S_TX_EPE,2080,1.00 +7,NV_N,2010,0.12 +7,NV_N,2011,0.14 +7,NV_N,2012,0.16 +7,NV_N,2013,0.18 +7,NV_N,2014,0.20 +7,NV_N,2015,0.22 +7,NV_N,2016,0.23 +7,NV_N,2017,0.25 +7,NV_N,2018,0.27 +7,NV_N,2019,0.29 +7,NV_N,2020,0.31 +7,NV_N,2021,0.33 +7,NV_N,2022,0.35 +7,NV_N,2023,0.37 +7,NV_N,2024,0.39 +7,NV_N,2025,0.41 +7,NV_N,2026,0.42 +7,NV_N,2027,0.44 +7,NV_N,2028,0.46 +7,NV_N,2029,0.48 +7,NV_N,2030,0.50 +7,NV_N,2031,0.50 +7,NV_N,2032,0.50 +7,NV_N,2033,0.50 +7,NV_N,2034,0.50 +7,NV_N,2035,0.50 +7,NV_N,2036,0.50 +7,NV_N,2037,0.50 +7,NV_N,2038,0.50 +7,NV_N,2039,0.50 +7,NV_N,2040,0.50 +7,NV_N,2041,0.50 +7,NV_N,2042,0.50 +7,NV_N,2043,0.50 +7,NV_N,2044,0.50 +7,NV_N,2045,0.50 +7,NV_N,2046,0.50 +7,NV_N,2047,0.50 +7,NV_N,2048,0.50 +7,NV_N,2049,0.50 +7,NV_N,2050,0.50 +7,NV_N,2051,0.50 +7,NV_N,2052,0.50 +7,NV_N,2053,0.50 +7,NV_N,2054,0.50 +7,NV_N,2055,0.50 +7,NV_N,2056,0.50 +7,NV_N,2057,0.50 +7,NV_N,2058,0.50 +7,NV_N,2059,0.50 +7,NV_N,2060,0.50 +7,NV_N,2061,0.50 +7,NV_N,2062,0.50 +7,NV_N,2063,0.50 +7,NV_N,2064,0.50 +7,NV_N,2065,0.50 +7,NV_N,2066,0.50 +7,NV_N,2067,0.50 +7,NV_N,2068,0.50 +7,NV_N,2069,0.50 +7,NV_N,2070,0.50 +7,NV_N,2071,0.50 +7,NV_N,2072,0.50 +7,NV_N,2073,0.50 +7,NV_N,2074,0.50 +7,NV_N,2075,0.50 +7,NV_N,2076,0.50 +7,NV_N,2077,0.50 +7,NV_N,2078,0.50 +7,NV_N,2079,0.50 +7,NV_N,2080,0.50 +7,NV_S,2010,0.12 +7,NV_S,2011,0.14 +7,NV_S,2012,0.16 +7,NV_S,2013,0.18 +7,NV_S,2014,0.20 +7,NV_S,2015,0.22 +7,NV_S,2016,0.23 +7,NV_S,2017,0.25 +7,NV_S,2018,0.27 +7,NV_S,2019,0.29 +7,NV_S,2020,0.31 +7,NV_S,2021,0.33 +7,NV_S,2022,0.35 +7,NV_S,2023,0.37 +7,NV_S,2024,0.39 +7,NV_S,2025,0.41 +7,NV_S,2026,0.42 +7,NV_S,2027,0.44 +7,NV_S,2028,0.46 +7,NV_S,2029,0.48 +7,NV_S,2030,0.50 +7,NV_S,2031,0.50 +7,NV_S,2032,0.50 +7,NV_S,2033,0.50 +7,NV_S,2034,0.50 +7,NV_S,2035,0.50 +7,NV_S,2036,0.50 +7,NV_S,2037,0.50 +7,NV_S,2038,0.50 +7,NV_S,2039,0.50 +7,NV_S,2040,0.50 +7,NV_S,2041,0.50 +7,NV_S,2042,0.50 +7,NV_S,2043,0.50 +7,NV_S,2044,0.50 +7,NV_S,2045,0.50 +7,NV_S,2046,0.50 +7,NV_S,2047,0.50 +7,NV_S,2048,0.50 +7,NV_S,2049,0.50 +7,NV_S,2050,0.50 +7,NV_S,2051,0.50 +7,NV_S,2052,0.50 +7,NV_S,2053,0.50 +7,NV_S,2054,0.50 +7,NV_S,2055,0.50 +7,NV_S,2056,0.50 +7,NV_S,2057,0.50 +7,NV_S,2058,0.50 +7,NV_S,2059,0.50 +7,NV_S,2060,0.50 +7,NV_S,2061,0.50 +7,NV_S,2062,0.50 +7,NV_S,2063,0.50 +7,NV_S,2064,0.50 +7,NV_S,2065,0.50 +7,NV_S,2066,0.50 +7,NV_S,2067,0.50 +7,NV_S,2068,0.50 +7,NV_S,2069,0.50 +7,NV_S,2070,0.50 +7,NV_S,2071,0.50 +7,NV_S,2072,0.50 +7,NV_S,2073,0.50 +7,NV_S,2074,0.50 +7,NV_S,2075,0.50 +7,NV_S,2076,0.50 +7,NV_S,2077,0.50 +7,NV_S,2078,0.50 +7,NV_S,2079,0.50 +7,NV_S,2080,0.50 +7,OR_E,2010,0.00 +7,OR_E,2011,0.02 +7,OR_E,2012,0.03 +7,OR_E,2013,0.05 +7,OR_E,2014,0.07 +7,OR_E,2015,0.08 +7,OR_E,2016,0.10 +7,OR_E,2017,0.12 +7,OR_E,2018,0.13 +7,OR_E,2019,0.15 +7,OR_E,2020,0.17 +7,OR_E,2021,0.18 +7,OR_E,2022,0.20 +7,OR_E,2023,0.22 +7,OR_E,2024,0.23 +7,OR_E,2025,0.25 +7,OR_E,2026,0.27 +7,OR_E,2027,0.28 +7,OR_E,2028,0.30 +7,OR_E,2029,0.32 +7,OR_E,2030,0.33 +7,OR_E,2031,0.35 +7,OR_E,2032,0.37 +7,OR_E,2033,0.38 +7,OR_E,2034,0.40 +7,OR_E,2035,0.42 +7,OR_E,2036,0.43 +7,OR_E,2037,0.45 +7,OR_E,2038,0.47 +7,OR_E,2039,0.48 +7,OR_E,2040,0.50 +7,OR_E,2041,0.50 +7,OR_E,2042,0.50 +7,OR_E,2043,0.50 +7,OR_E,2044,0.50 +7,OR_E,2045,0.50 +7,OR_E,2046,0.50 +7,OR_E,2047,0.50 +7,OR_E,2048,0.50 +7,OR_E,2049,0.50 +7,OR_E,2050,0.50 +7,OR_E,2051,0.50 +7,OR_E,2052,0.50 +7,OR_E,2053,0.50 +7,OR_E,2054,0.50 +7,OR_E,2055,0.50 +7,OR_E,2056,0.50 +7,OR_E,2057,0.50 +7,OR_E,2058,0.50 +7,OR_E,2059,0.50 +7,OR_E,2060,0.50 +7,OR_E,2061,0.50 +7,OR_E,2062,0.50 +7,OR_E,2063,0.50 +7,OR_E,2064,0.50 +7,OR_E,2065,0.50 +7,OR_E,2066,0.50 +7,OR_E,2067,0.50 +7,OR_E,2068,0.50 +7,OR_E,2069,0.50 +7,OR_E,2070,0.50 +7,OR_E,2071,0.50 +7,OR_E,2072,0.50 +7,OR_E,2073,0.50 +7,OR_E,2074,0.50 +7,OR_E,2075,0.50 +7,OR_E,2076,0.50 +7,OR_E,2077,0.50 +7,OR_E,2078,0.50 +7,OR_E,2079,0.50 +7,OR_E,2080,0.50 +7,OR_PDX,2010,0.00 +7,OR_PDX,2011,0.02 +7,OR_PDX,2012,0.03 +7,OR_PDX,2013,0.05 +7,OR_PDX,2014,0.07 +7,OR_PDX,2015,0.08 +7,OR_PDX,2016,0.10 +7,OR_PDX,2017,0.12 +7,OR_PDX,2018,0.13 +7,OR_PDX,2019,0.15 +7,OR_PDX,2020,0.17 +7,OR_PDX,2021,0.18 +7,OR_PDX,2022,0.20 +7,OR_PDX,2023,0.22 +7,OR_PDX,2024,0.23 +7,OR_PDX,2025,0.25 +7,OR_PDX,2026,0.27 +7,OR_PDX,2027,0.28 +7,OR_PDX,2028,0.30 +7,OR_PDX,2029,0.32 +7,OR_PDX,2030,0.33 +7,OR_PDX,2031,0.35 +7,OR_PDX,2032,0.37 +7,OR_PDX,2033,0.38 +7,OR_PDX,2034,0.40 +7,OR_PDX,2035,0.42 +7,OR_PDX,2036,0.43 +7,OR_PDX,2037,0.45 +7,OR_PDX,2038,0.47 +7,OR_PDX,2039,0.48 +7,OR_PDX,2040,0.50 +7,OR_PDX,2041,0.50 +7,OR_PDX,2042,0.50 +7,OR_PDX,2043,0.50 +7,OR_PDX,2044,0.50 +7,OR_PDX,2045,0.50 +7,OR_PDX,2046,0.50 +7,OR_PDX,2047,0.50 +7,OR_PDX,2048,0.50 +7,OR_PDX,2049,0.50 +7,OR_PDX,2050,0.50 +7,OR_PDX,2051,0.50 +7,OR_PDX,2052,0.50 +7,OR_PDX,2053,0.50 +7,OR_PDX,2054,0.50 +7,OR_PDX,2055,0.50 +7,OR_PDX,2056,0.50 +7,OR_PDX,2057,0.50 +7,OR_PDX,2058,0.50 +7,OR_PDX,2059,0.50 +7,OR_PDX,2060,0.50 +7,OR_PDX,2061,0.50 +7,OR_PDX,2062,0.50 +7,OR_PDX,2063,0.50 +7,OR_PDX,2064,0.50 +7,OR_PDX,2065,0.50 +7,OR_PDX,2066,0.50 +7,OR_PDX,2067,0.50 +7,OR_PDX,2068,0.50 +7,OR_PDX,2069,0.50 +7,OR_PDX,2070,0.50 +7,OR_PDX,2071,0.50 +7,OR_PDX,2072,0.50 +7,OR_PDX,2073,0.50 +7,OR_PDX,2074,0.50 +7,OR_PDX,2075,0.50 +7,OR_PDX,2076,0.50 +7,OR_PDX,2077,0.50 +7,OR_PDX,2078,0.50 +7,OR_PDX,2079,0.50 +7,OR_PDX,2080,0.50 +7,OR_W,2010,0.00 +7,OR_W,2011,0.02 +7,OR_W,2012,0.03 +7,OR_W,2013,0.05 +7,OR_W,2014,0.07 +7,OR_W,2015,0.08 +7,OR_W,2016,0.10 +7,OR_W,2017,0.12 +7,OR_W,2018,0.13 +7,OR_W,2019,0.15 +7,OR_W,2020,0.17 +7,OR_W,2021,0.18 +7,OR_W,2022,0.20 +7,OR_W,2023,0.22 +7,OR_W,2024,0.23 +7,OR_W,2025,0.25 +7,OR_W,2026,0.27 +7,OR_W,2027,0.28 +7,OR_W,2028,0.30 +7,OR_W,2029,0.32 +7,OR_W,2030,0.33 +7,OR_W,2031,0.35 +7,OR_W,2032,0.37 +7,OR_W,2033,0.38 +7,OR_W,2034,0.40 +7,OR_W,2035,0.42 +7,OR_W,2036,0.43 +7,OR_W,2037,0.45 +7,OR_W,2038,0.47 +7,OR_W,2039,0.48 +7,OR_W,2040,0.50 +7,OR_W,2041,0.50 +7,OR_W,2042,0.50 +7,OR_W,2043,0.50 +7,OR_W,2044,0.50 +7,OR_W,2045,0.50 +7,OR_W,2046,0.50 +7,OR_W,2047,0.50 +7,OR_W,2048,0.50 +7,OR_W,2049,0.50 +7,OR_W,2050,0.50 +7,OR_W,2051,0.50 +7,OR_W,2052,0.50 +7,OR_W,2053,0.50 +7,OR_W,2054,0.50 +7,OR_W,2055,0.50 +7,OR_W,2056,0.50 +7,OR_W,2057,0.50 +7,OR_W,2058,0.50 +7,OR_W,2059,0.50 +7,OR_W,2060,0.50 +7,OR_W,2061,0.50 +7,OR_W,2062,0.50 +7,OR_W,2063,0.50 +7,OR_W,2064,0.50 +7,OR_W,2065,0.50 +7,OR_W,2066,0.50 +7,OR_W,2067,0.50 +7,OR_W,2068,0.50 +7,OR_W,2069,0.50 +7,OR_W,2070,0.50 +7,OR_W,2071,0.50 +7,OR_W,2072,0.50 +7,OR_W,2073,0.50 +7,OR_W,2074,0.50 +7,OR_W,2075,0.50 +7,OR_W,2076,0.50 +7,OR_W,2077,0.50 +7,OR_W,2078,0.50 +7,OR_W,2079,0.50 +7,OR_W,2080,0.50 +7,OR_WA_BPA,2010,0.00 +7,OR_WA_BPA,2011,0.02 +7,OR_WA_BPA,2012,0.03 +7,OR_WA_BPA,2013,0.05 +7,OR_WA_BPA,2014,0.07 +7,OR_WA_BPA,2015,0.08 +7,OR_WA_BPA,2016,0.10 +7,OR_WA_BPA,2017,0.12 +7,OR_WA_BPA,2018,0.13 +7,OR_WA_BPA,2019,0.15 +7,OR_WA_BPA,2020,0.17 +7,OR_WA_BPA,2021,0.18 +7,OR_WA_BPA,2022,0.20 +7,OR_WA_BPA,2023,0.22 +7,OR_WA_BPA,2024,0.23 +7,OR_WA_BPA,2025,0.25 +7,OR_WA_BPA,2026,0.27 +7,OR_WA_BPA,2027,0.28 +7,OR_WA_BPA,2028,0.30 +7,OR_WA_BPA,2029,0.32 +7,OR_WA_BPA,2030,0.33 +7,OR_WA_BPA,2031,0.35 +7,OR_WA_BPA,2032,0.37 +7,OR_WA_BPA,2033,0.38 +7,OR_WA_BPA,2034,0.40 +7,OR_WA_BPA,2035,0.42 +7,OR_WA_BPA,2036,0.43 +7,OR_WA_BPA,2037,0.45 +7,OR_WA_BPA,2038,0.47 +7,OR_WA_BPA,2039,0.48 +7,OR_WA_BPA,2040,0.50 +7,OR_WA_BPA,2041,0.50 +7,OR_WA_BPA,2042,0.50 +7,OR_WA_BPA,2043,0.50 +7,OR_WA_BPA,2044,0.50 +7,OR_WA_BPA,2045,0.50 +7,OR_WA_BPA,2046,0.50 +7,OR_WA_BPA,2047,0.50 +7,OR_WA_BPA,2048,0.50 +7,OR_WA_BPA,2049,0.50 +7,OR_WA_BPA,2050,0.50 +7,OR_WA_BPA,2051,0.50 +7,OR_WA_BPA,2052,0.50 +7,OR_WA_BPA,2053,0.50 +7,OR_WA_BPA,2054,0.50 +7,OR_WA_BPA,2055,0.50 +7,OR_WA_BPA,2056,0.50 +7,OR_WA_BPA,2057,0.50 +7,OR_WA_BPA,2058,0.50 +7,OR_WA_BPA,2059,0.50 +7,OR_WA_BPA,2060,0.50 +7,OR_WA_BPA,2061,0.50 +7,OR_WA_BPA,2062,0.50 +7,OR_WA_BPA,2063,0.50 +7,OR_WA_BPA,2064,0.50 +7,OR_WA_BPA,2065,0.50 +7,OR_WA_BPA,2066,0.50 +7,OR_WA_BPA,2067,0.50 +7,OR_WA_BPA,2068,0.50 +7,OR_WA_BPA,2069,0.50 +7,OR_WA_BPA,2070,0.50 +7,OR_WA_BPA,2071,0.50 +7,OR_WA_BPA,2072,0.50 +7,OR_WA_BPA,2073,0.50 +7,OR_WA_BPA,2074,0.50 +7,OR_WA_BPA,2075,0.50 +7,OR_WA_BPA,2076,0.50 +7,OR_WA_BPA,2077,0.50 +7,OR_WA_BPA,2078,0.50 +7,OR_WA_BPA,2079,0.50 +7,OR_WA_BPA,2080,0.50 +7,UT_N,2010,0.00 +7,UT_N,2011,0.00 +7,UT_N,2012,0.00 +7,UT_N,2013,0.00 +7,UT_N,2014,0.00 +7,UT_N,2015,0.00 +7,UT_N,2016,0.00 +7,UT_N,2017,0.00 +7,UT_N,2018,0.00 +7,UT_N,2019,0.00 +7,UT_N,2020,0.00 +7,UT_N,2021,0.00 +7,UT_N,2022,0.00 +7,UT_N,2023,0.00 +7,UT_N,2024,0.00 +7,UT_N,2025,0.00 +7,UT_N,2026,0.00 +7,UT_N,2027,0.00 +7,UT_N,2028,0.00 +7,UT_N,2029,0.00 +7,UT_N,2030,0.00 +7,UT_N,2031,0.00 +7,UT_N,2032,0.00 +7,UT_N,2033,0.00 +7,UT_N,2034,0.00 +7,UT_N,2035,0.00 +7,UT_N,2036,0.00 +7,UT_N,2037,0.00 +7,UT_N,2038,0.00 +7,UT_N,2039,0.00 +7,UT_N,2040,0.00 +7,UT_N,2041,0.00 +7,UT_N,2042,0.00 +7,UT_N,2043,0.00 +7,UT_N,2044,0.00 +7,UT_N,2045,0.00 +7,UT_N,2046,0.00 +7,UT_N,2047,0.00 +7,UT_N,2048,0.00 +7,UT_N,2049,0.00 +7,UT_N,2050,0.00 +7,UT_N,2051,0.00 +7,UT_N,2052,0.00 +7,UT_N,2053,0.00 +7,UT_N,2054,0.00 +7,UT_N,2055,0.00 +7,UT_N,2056,0.00 +7,UT_N,2057,0.00 +7,UT_N,2058,0.00 +7,UT_N,2059,0.00 +7,UT_N,2060,0.00 +7,UT_N,2061,0.00 +7,UT_N,2062,0.00 +7,UT_N,2063,0.00 +7,UT_N,2064,0.00 +7,UT_N,2065,0.00 +7,UT_N,2066,0.00 +7,UT_N,2067,0.00 +7,UT_N,2068,0.00 +7,UT_N,2069,0.00 +7,UT_N,2070,0.00 +7,UT_N,2071,0.00 +7,UT_N,2072,0.00 +7,UT_N,2073,0.00 +7,UT_N,2074,0.00 +7,UT_N,2075,0.00 +7,UT_N,2076,0.00 +7,UT_N,2077,0.00 +7,UT_N,2078,0.00 +7,UT_N,2079,0.00 +7,UT_N,2080,0.00 +7,UT_S,2010,0.00 +7,UT_S,2011,0.00 +7,UT_S,2012,0.00 +7,UT_S,2013,0.00 +7,UT_S,2014,0.00 +7,UT_S,2015,0.00 +7,UT_S,2016,0.00 +7,UT_S,2017,0.00 +7,UT_S,2018,0.00 +7,UT_S,2019,0.00 +7,UT_S,2020,0.00 +7,UT_S,2021,0.00 +7,UT_S,2022,0.00 +7,UT_S,2023,0.00 +7,UT_S,2024,0.00 +7,UT_S,2025,0.00 +7,UT_S,2026,0.00 +7,UT_S,2027,0.00 +7,UT_S,2028,0.00 +7,UT_S,2029,0.00 +7,UT_S,2030,0.00 +7,UT_S,2031,0.00 +7,UT_S,2032,0.00 +7,UT_S,2033,0.00 +7,UT_S,2034,0.00 +7,UT_S,2035,0.00 +7,UT_S,2036,0.00 +7,UT_S,2037,0.00 +7,UT_S,2038,0.00 +7,UT_S,2039,0.00 +7,UT_S,2040,0.00 +7,UT_S,2041,0.00 +7,UT_S,2042,0.00 +7,UT_S,2043,0.00 +7,UT_S,2044,0.00 +7,UT_S,2045,0.00 +7,UT_S,2046,0.00 +7,UT_S,2047,0.00 +7,UT_S,2048,0.00 +7,UT_S,2049,0.00 +7,UT_S,2050,0.00 +7,UT_S,2051,0.00 +7,UT_S,2052,0.00 +7,UT_S,2053,0.00 +7,UT_S,2054,0.00 +7,UT_S,2055,0.00 +7,UT_S,2056,0.00 +7,UT_S,2057,0.00 +7,UT_S,2058,0.00 +7,UT_S,2059,0.00 +7,UT_S,2060,0.00 +7,UT_S,2061,0.00 +7,UT_S,2062,0.00 +7,UT_S,2063,0.00 +7,UT_S,2064,0.00 +7,UT_S,2065,0.00 +7,UT_S,2066,0.00 +7,UT_S,2067,0.00 +7,UT_S,2068,0.00 +7,UT_S,2069,0.00 +7,UT_S,2070,0.00 +7,UT_S,2071,0.00 +7,UT_S,2072,0.00 +7,UT_S,2073,0.00 +7,UT_S,2074,0.00 +7,UT_S,2075,0.00 +7,UT_S,2076,0.00 +7,UT_S,2077,0.00 +7,UT_S,2078,0.00 +7,UT_S,2079,0.00 +7,UT_S,2080,0.00 +7,WA_ID_AVA,2010,0.00 +7,WA_ID_AVA,2011,0.02 +7,WA_ID_AVA,2012,0.03 +7,WA_ID_AVA,2013,0.05 +7,WA_ID_AVA,2014,0.06 +7,WA_ID_AVA,2015,0.08 +7,WA_ID_AVA,2016,0.09 +7,WA_ID_AVA,2017,0.11 +7,WA_ID_AVA,2018,0.12 +7,WA_ID_AVA,2019,0.14 +7,WA_ID_AVA,2020,0.15 +7,WA_ID_AVA,2021,0.18 +7,WA_ID_AVA,2022,0.22 +7,WA_ID_AVA,2023,0.25 +7,WA_ID_AVA,2024,0.29 +7,WA_ID_AVA,2025,0.32 +7,WA_ID_AVA,2026,0.35 +7,WA_ID_AVA,2027,0.39 +7,WA_ID_AVA,2028,0.42 +7,WA_ID_AVA,2029,0.46 +7,WA_ID_AVA,2030,0.49 +7,WA_ID_AVA,2031,0.52 +7,WA_ID_AVA,2032,0.56 +7,WA_ID_AVA,2033,0.59 +7,WA_ID_AVA,2034,0.63 +7,WA_ID_AVA,2035,0.66 +7,WA_ID_AVA,2036,0.69 +7,WA_ID_AVA,2037,0.73 +7,WA_ID_AVA,2038,0.76 +7,WA_ID_AVA,2039,0.80 +7,WA_ID_AVA,2040,0.83 +7,WA_ID_AVA,2041,0.86 +7,WA_ID_AVA,2042,0.90 +7,WA_ID_AVA,2043,0.93 +7,WA_ID_AVA,2044,0.97 +7,WA_ID_AVA,2045,1.00 +7,WA_ID_AVA,2046,1.00 +7,WA_ID_AVA,2047,1.00 +7,WA_ID_AVA,2048,1.00 +7,WA_ID_AVA,2049,1.00 +7,WA_ID_AVA,2050,1.00 +7,WA_ID_AVA,2051,1.00 +7,WA_ID_AVA,2052,1.00 +7,WA_ID_AVA,2053,1.00 +7,WA_ID_AVA,2054,1.00 +7,WA_ID_AVA,2055,1.00 +7,WA_ID_AVA,2056,1.00 +7,WA_ID_AVA,2057,1.00 +7,WA_ID_AVA,2058,1.00 +7,WA_ID_AVA,2059,1.00 +7,WA_ID_AVA,2060,1.00 +7,WA_ID_AVA,2061,1.00 +7,WA_ID_AVA,2062,1.00 +7,WA_ID_AVA,2063,1.00 +7,WA_ID_AVA,2064,1.00 +7,WA_ID_AVA,2065,1.00 +7,WA_ID_AVA,2066,1.00 +7,WA_ID_AVA,2067,1.00 +7,WA_ID_AVA,2068,1.00 +7,WA_ID_AVA,2069,1.00 +7,WA_ID_AVA,2070,1.00 +7,WA_ID_AVA,2071,1.00 +7,WA_ID_AVA,2072,1.00 +7,WA_ID_AVA,2073,1.00 +7,WA_ID_AVA,2074,1.00 +7,WA_ID_AVA,2075,1.00 +7,WA_ID_AVA,2076,1.00 +7,WA_ID_AVA,2077,1.00 +7,WA_ID_AVA,2078,1.00 +7,WA_ID_AVA,2079,1.00 +7,WA_ID_AVA,2080,1.00 +7,WA_N_CEN,2010,0.00 +7,WA_N_CEN,2011,0.02 +7,WA_N_CEN,2012,0.03 +7,WA_N_CEN,2013,0.05 +7,WA_N_CEN,2014,0.06 +7,WA_N_CEN,2015,0.08 +7,WA_N_CEN,2016,0.09 +7,WA_N_CEN,2017,0.11 +7,WA_N_CEN,2018,0.12 +7,WA_N_CEN,2019,0.14 +7,WA_N_CEN,2020,0.15 +7,WA_N_CEN,2021,0.18 +7,WA_N_CEN,2022,0.22 +7,WA_N_CEN,2023,0.25 +7,WA_N_CEN,2024,0.29 +7,WA_N_CEN,2025,0.32 +7,WA_N_CEN,2026,0.35 +7,WA_N_CEN,2027,0.39 +7,WA_N_CEN,2028,0.42 +7,WA_N_CEN,2029,0.46 +7,WA_N_CEN,2030,0.49 +7,WA_N_CEN,2031,0.52 +7,WA_N_CEN,2032,0.56 +7,WA_N_CEN,2033,0.59 +7,WA_N_CEN,2034,0.63 +7,WA_N_CEN,2035,0.66 +7,WA_N_CEN,2036,0.69 +7,WA_N_CEN,2037,0.73 +7,WA_N_CEN,2038,0.76 +7,WA_N_CEN,2039,0.80 +7,WA_N_CEN,2040,0.83 +7,WA_N_CEN,2041,0.86 +7,WA_N_CEN,2042,0.90 +7,WA_N_CEN,2043,0.93 +7,WA_N_CEN,2044,0.97 +7,WA_N_CEN,2045,1.00 +7,WA_N_CEN,2046,1.00 +7,WA_N_CEN,2047,1.00 +7,WA_N_CEN,2048,1.00 +7,WA_N_CEN,2049,1.00 +7,WA_N_CEN,2050,1.00 +7,WA_N_CEN,2051,1.00 +7,WA_N_CEN,2052,1.00 +7,WA_N_CEN,2053,1.00 +7,WA_N_CEN,2054,1.00 +7,WA_N_CEN,2055,1.00 +7,WA_N_CEN,2056,1.00 +7,WA_N_CEN,2057,1.00 +7,WA_N_CEN,2058,1.00 +7,WA_N_CEN,2059,1.00 +7,WA_N_CEN,2060,1.00 +7,WA_N_CEN,2061,1.00 +7,WA_N_CEN,2062,1.00 +7,WA_N_CEN,2063,1.00 +7,WA_N_CEN,2064,1.00 +7,WA_N_CEN,2065,1.00 +7,WA_N_CEN,2066,1.00 +7,WA_N_CEN,2067,1.00 +7,WA_N_CEN,2068,1.00 +7,WA_N_CEN,2069,1.00 +7,WA_N_CEN,2070,1.00 +7,WA_N_CEN,2071,1.00 +7,WA_N_CEN,2072,1.00 +7,WA_N_CEN,2073,1.00 +7,WA_N_CEN,2074,1.00 +7,WA_N_CEN,2075,1.00 +7,WA_N_CEN,2076,1.00 +7,WA_N_CEN,2077,1.00 +7,WA_N_CEN,2078,1.00 +7,WA_N_CEN,2079,1.00 +7,WA_N_CEN,2080,1.00 +7,WA_SEATAC,2010,0.00 +7,WA_SEATAC,2011,0.02 +7,WA_SEATAC,2012,0.03 +7,WA_SEATAC,2013,0.05 +7,WA_SEATAC,2014,0.06 +7,WA_SEATAC,2015,0.08 +7,WA_SEATAC,2016,0.09 +7,WA_SEATAC,2017,0.11 +7,WA_SEATAC,2018,0.12 +7,WA_SEATAC,2019,0.14 +7,WA_SEATAC,2020,0.15 +7,WA_SEATAC,2021,0.18 +7,WA_SEATAC,2022,0.22 +7,WA_SEATAC,2023,0.25 +7,WA_SEATAC,2024,0.29 +7,WA_SEATAC,2025,0.32 +7,WA_SEATAC,2026,0.35 +7,WA_SEATAC,2027,0.39 +7,WA_SEATAC,2028,0.42 +7,WA_SEATAC,2029,0.46 +7,WA_SEATAC,2030,0.49 +7,WA_SEATAC,2031,0.52 +7,WA_SEATAC,2032,0.56 +7,WA_SEATAC,2033,0.59 +7,WA_SEATAC,2034,0.63 +7,WA_SEATAC,2035,0.66 +7,WA_SEATAC,2036,0.69 +7,WA_SEATAC,2037,0.73 +7,WA_SEATAC,2038,0.76 +7,WA_SEATAC,2039,0.80 +7,WA_SEATAC,2040,0.83 +7,WA_SEATAC,2041,0.86 +7,WA_SEATAC,2042,0.90 +7,WA_SEATAC,2043,0.93 +7,WA_SEATAC,2044,0.97 +7,WA_SEATAC,2045,1.00 +7,WA_SEATAC,2046,1.00 +7,WA_SEATAC,2047,1.00 +7,WA_SEATAC,2048,1.00 +7,WA_SEATAC,2049,1.00 +7,WA_SEATAC,2050,1.00 +7,WA_SEATAC,2051,1.00 +7,WA_SEATAC,2052,1.00 +7,WA_SEATAC,2053,1.00 +7,WA_SEATAC,2054,1.00 +7,WA_SEATAC,2055,1.00 +7,WA_SEATAC,2056,1.00 +7,WA_SEATAC,2057,1.00 +7,WA_SEATAC,2058,1.00 +7,WA_SEATAC,2059,1.00 +7,WA_SEATAC,2060,1.00 +7,WA_SEATAC,2061,1.00 +7,WA_SEATAC,2062,1.00 +7,WA_SEATAC,2063,1.00 +7,WA_SEATAC,2064,1.00 +7,WA_SEATAC,2065,1.00 +7,WA_SEATAC,2066,1.00 +7,WA_SEATAC,2067,1.00 +7,WA_SEATAC,2068,1.00 +7,WA_SEATAC,2069,1.00 +7,WA_SEATAC,2070,1.00 +7,WA_SEATAC,2071,1.00 +7,WA_SEATAC,2072,1.00 +7,WA_SEATAC,2073,1.00 +7,WA_SEATAC,2074,1.00 +7,WA_SEATAC,2075,1.00 +7,WA_SEATAC,2076,1.00 +7,WA_SEATAC,2077,1.00 +7,WA_SEATAC,2078,1.00 +7,WA_SEATAC,2079,1.00 +7,WA_SEATAC,2080,1.00 +7,WA_W,2010,0.00 +7,WA_W,2011,0.02 +7,WA_W,2012,0.03 +7,WA_W,2013,0.05 +7,WA_W,2014,0.06 +7,WA_W,2015,0.08 +7,WA_W,2016,0.09 +7,WA_W,2017,0.11 +7,WA_W,2018,0.12 +7,WA_W,2019,0.14 +7,WA_W,2020,0.15 +7,WA_W,2021,0.18 +7,WA_W,2022,0.22 +7,WA_W,2023,0.25 +7,WA_W,2024,0.29 +7,WA_W,2025,0.32 +7,WA_W,2026,0.35 +7,WA_W,2027,0.39 +7,WA_W,2028,0.42 +7,WA_W,2029,0.46 +7,WA_W,2030,0.49 +7,WA_W,2031,0.52 +7,WA_W,2032,0.56 +7,WA_W,2033,0.59 +7,WA_W,2034,0.63 +7,WA_W,2035,0.66 +7,WA_W,2036,0.69 +7,WA_W,2037,0.73 +7,WA_W,2038,0.76 +7,WA_W,2039,0.80 +7,WA_W,2040,0.83 +7,WA_W,2041,0.86 +7,WA_W,2042,0.90 +7,WA_W,2043,0.93 +7,WA_W,2044,0.97 +7,WA_W,2045,1.00 +7,WA_W,2046,1.00 +7,WA_W,2047,1.00 +7,WA_W,2048,1.00 +7,WA_W,2049,1.00 +7,WA_W,2050,1.00 +7,WA_W,2051,1.00 +7,WA_W,2052,1.00 +7,WA_W,2053,1.00 +7,WA_W,2054,1.00 +7,WA_W,2055,1.00 +7,WA_W,2056,1.00 +7,WA_W,2057,1.00 +7,WA_W,2058,1.00 +7,WA_W,2059,1.00 +7,WA_W,2060,1.00 +7,WA_W,2061,1.00 +7,WA_W,2062,1.00 +7,WA_W,2063,1.00 +7,WA_W,2064,1.00 +7,WA_W,2065,1.00 +7,WA_W,2066,1.00 +7,WA_W,2067,1.00 +7,WA_W,2068,1.00 +7,WA_W,2069,1.00 +7,WA_W,2070,1.00 +7,WA_W,2071,1.00 +7,WA_W,2072,1.00 +7,WA_W,2073,1.00 +7,WA_W,2074,1.00 +7,WA_W,2075,1.00 +7,WA_W,2076,1.00 +7,WA_W,2077,1.00 +7,WA_W,2078,1.00 +7,WA_W,2079,1.00 +7,WA_W,2080,1.00 +7,WY_NE,2010,0.00 +7,WY_NE,2011,0.00 +7,WY_NE,2012,0.00 +7,WY_NE,2013,0.00 +7,WY_NE,2014,0.00 +7,WY_NE,2015,0.00 +7,WY_NE,2016,0.00 +7,WY_NE,2017,0.00 +7,WY_NE,2018,0.00 +7,WY_NE,2019,0.00 +7,WY_NE,2020,0.00 +7,WY_NE,2021,0.00 +7,WY_NE,2022,0.00 +7,WY_NE,2023,0.00 +7,WY_NE,2024,0.00 +7,WY_NE,2025,0.00 +7,WY_NE,2026,0.00 +7,WY_NE,2027,0.00 +7,WY_NE,2028,0.00 +7,WY_NE,2029,0.00 +7,WY_NE,2030,0.00 +7,WY_NE,2031,0.00 +7,WY_NE,2032,0.00 +7,WY_NE,2033,0.00 +7,WY_NE,2034,0.00 +7,WY_NE,2035,0.00 +7,WY_NE,2036,0.00 +7,WY_NE,2037,0.00 +7,WY_NE,2038,0.00 +7,WY_NE,2039,0.00 +7,WY_NE,2040,0.00 +7,WY_NE,2041,0.00 +7,WY_NE,2042,0.00 +7,WY_NE,2043,0.00 +7,WY_NE,2044,0.00 +7,WY_NE,2045,0.00 +7,WY_NE,2046,0.00 +7,WY_NE,2047,0.00 +7,WY_NE,2048,0.00 +7,WY_NE,2049,0.00 +7,WY_NE,2050,0.00 +7,WY_NE,2051,0.00 +7,WY_NE,2052,0.00 +7,WY_NE,2053,0.00 +7,WY_NE,2054,0.00 +7,WY_NE,2055,0.00 +7,WY_NE,2056,0.00 +7,WY_NE,2057,0.00 +7,WY_NE,2058,0.00 +7,WY_NE,2059,0.00 +7,WY_NE,2060,0.00 +7,WY_NE,2061,0.00 +7,WY_NE,2062,0.00 +7,WY_NE,2063,0.00 +7,WY_NE,2064,0.00 +7,WY_NE,2065,0.00 +7,WY_NE,2066,0.00 +7,WY_NE,2067,0.00 +7,WY_NE,2068,0.00 +7,WY_NE,2069,0.00 +7,WY_NE,2070,0.00 +7,WY_NE,2071,0.00 +7,WY_NE,2072,0.00 +7,WY_NE,2073,0.00 +7,WY_NE,2074,0.00 +7,WY_NE,2075,0.00 +7,WY_NE,2076,0.00 +7,WY_NE,2077,0.00 +7,WY_NE,2078,0.00 +7,WY_NE,2079,0.00 +7,WY_NE,2080,0.00 +7,WY_NW,2010,0.00 +7,WY_NW,2011,0.00 +7,WY_NW,2012,0.00 +7,WY_NW,2013,0.00 +7,WY_NW,2014,0.00 +7,WY_NW,2015,0.00 +7,WY_NW,2016,0.00 +7,WY_NW,2017,0.00 +7,WY_NW,2018,0.00 +7,WY_NW,2019,0.00 +7,WY_NW,2020,0.00 +7,WY_NW,2021,0.00 +7,WY_NW,2022,0.00 +7,WY_NW,2023,0.00 +7,WY_NW,2024,0.00 +7,WY_NW,2025,0.00 +7,WY_NW,2026,0.00 +7,WY_NW,2027,0.00 +7,WY_NW,2028,0.00 +7,WY_NW,2029,0.00 +7,WY_NW,2030,0.00 +7,WY_NW,2031,0.00 +7,WY_NW,2032,0.00 +7,WY_NW,2033,0.00 +7,WY_NW,2034,0.00 +7,WY_NW,2035,0.00 +7,WY_NW,2036,0.00 +7,WY_NW,2037,0.00 +7,WY_NW,2038,0.00 +7,WY_NW,2039,0.00 +7,WY_NW,2040,0.00 +7,WY_NW,2041,0.00 +7,WY_NW,2042,0.00 +7,WY_NW,2043,0.00 +7,WY_NW,2044,0.00 +7,WY_NW,2045,0.00 +7,WY_NW,2046,0.00 +7,WY_NW,2047,0.00 +7,WY_NW,2048,0.00 +7,WY_NW,2049,0.00 +7,WY_NW,2050,0.00 +7,WY_NW,2051,0.00 +7,WY_NW,2052,0.00 +7,WY_NW,2053,0.00 +7,WY_NW,2054,0.00 +7,WY_NW,2055,0.00 +7,WY_NW,2056,0.00 +7,WY_NW,2057,0.00 +7,WY_NW,2058,0.00 +7,WY_NW,2059,0.00 +7,WY_NW,2060,0.00 +7,WY_NW,2061,0.00 +7,WY_NW,2062,0.00 +7,WY_NW,2063,0.00 +7,WY_NW,2064,0.00 +7,WY_NW,2065,0.00 +7,WY_NW,2066,0.00 +7,WY_NW,2067,0.00 +7,WY_NW,2068,0.00 +7,WY_NW,2069,0.00 +7,WY_NW,2070,0.00 +7,WY_NW,2071,0.00 +7,WY_NW,2072,0.00 +7,WY_NW,2073,0.00 +7,WY_NW,2074,0.00 +7,WY_NW,2075,0.00 +7,WY_NW,2076,0.00 +7,WY_NW,2077,0.00 +7,WY_NW,2078,0.00 +7,WY_NW,2079,0.00 +7,WY_NW,2080,0.00 +7,WY_SE,2010,0.00 +7,WY_SE,2011,0.00 +7,WY_SE,2012,0.00 +7,WY_SE,2013,0.00 +7,WY_SE,2014,0.00 +7,WY_SE,2015,0.00 +7,WY_SE,2016,0.00 +7,WY_SE,2017,0.00 +7,WY_SE,2018,0.00 +7,WY_SE,2019,0.00 +7,WY_SE,2020,0.00 +7,WY_SE,2021,0.00 +7,WY_SE,2022,0.00 +7,WY_SE,2023,0.00 +7,WY_SE,2024,0.00 +7,WY_SE,2025,0.00 +7,WY_SE,2026,0.00 +7,WY_SE,2027,0.00 +7,WY_SE,2028,0.00 +7,WY_SE,2029,0.00 +7,WY_SE,2030,0.00 +7,WY_SE,2031,0.00 +7,WY_SE,2032,0.00 +7,WY_SE,2033,0.00 +7,WY_SE,2034,0.00 +7,WY_SE,2035,0.00 +7,WY_SE,2036,0.00 +7,WY_SE,2037,0.00 +7,WY_SE,2038,0.00 +7,WY_SE,2039,0.00 +7,WY_SE,2040,0.00 +7,WY_SE,2041,0.00 +7,WY_SE,2042,0.00 +7,WY_SE,2043,0.00 +7,WY_SE,2044,0.00 +7,WY_SE,2045,0.00 +7,WY_SE,2046,0.00 +7,WY_SE,2047,0.00 +7,WY_SE,2048,0.00 +7,WY_SE,2049,0.00 +7,WY_SE,2050,0.00 +7,WY_SE,2051,0.00 +7,WY_SE,2052,0.00 +7,WY_SE,2053,0.00 +7,WY_SE,2054,0.00 +7,WY_SE,2055,0.00 +7,WY_SE,2056,0.00 +7,WY_SE,2057,0.00 +7,WY_SE,2058,0.00 +7,WY_SE,2059,0.00 +7,WY_SE,2060,0.00 +7,WY_SE,2061,0.00 +7,WY_SE,2062,0.00 +7,WY_SE,2063,0.00 +7,WY_SE,2064,0.00 +7,WY_SE,2065,0.00 +7,WY_SE,2066,0.00 +7,WY_SE,2067,0.00 +7,WY_SE,2068,0.00 +7,WY_SE,2069,0.00 +7,WY_SE,2070,0.00 +7,WY_SE,2071,0.00 +7,WY_SE,2072,0.00 +7,WY_SE,2073,0.00 +7,WY_SE,2074,0.00 +7,WY_SE,2075,0.00 +7,WY_SE,2076,0.00 +7,WY_SE,2077,0.00 +7,WY_SE,2078,0.00 +7,WY_SE,2079,0.00 +7,WY_SE,2080,0.00 +7,WY_SW,2010,0.00 +7,WY_SW,2011,0.00 +7,WY_SW,2012,0.00 +7,WY_SW,2013,0.00 +7,WY_SW,2014,0.00 +7,WY_SW,2015,0.00 +7,WY_SW,2016,0.00 +7,WY_SW,2017,0.00 +7,WY_SW,2018,0.00 +7,WY_SW,2019,0.00 +7,WY_SW,2020,0.00 +7,WY_SW,2021,0.00 +7,WY_SW,2022,0.00 +7,WY_SW,2023,0.00 +7,WY_SW,2024,0.00 +7,WY_SW,2025,0.00 +7,WY_SW,2026,0.00 +7,WY_SW,2027,0.00 +7,WY_SW,2028,0.00 +7,WY_SW,2029,0.00 +7,WY_SW,2030,0.00 +7,WY_SW,2031,0.00 +7,WY_SW,2032,0.00 +7,WY_SW,2033,0.00 +7,WY_SW,2034,0.00 +7,WY_SW,2035,0.00 +7,WY_SW,2036,0.00 +7,WY_SW,2037,0.00 +7,WY_SW,2038,0.00 +7,WY_SW,2039,0.00 +7,WY_SW,2040,0.00 +7,WY_SW,2041,0.00 +7,WY_SW,2042,0.00 +7,WY_SW,2043,0.00 +7,WY_SW,2044,0.00 +7,WY_SW,2045,0.00 +7,WY_SW,2046,0.00 +7,WY_SW,2047,0.00 +7,WY_SW,2048,0.00 +7,WY_SW,2049,0.00 +7,WY_SW,2050,0.00 +7,WY_SW,2051,0.00 +7,WY_SW,2052,0.00 +7,WY_SW,2053,0.00 +7,WY_SW,2054,0.00 +7,WY_SW,2055,0.00 +7,WY_SW,2056,0.00 +7,WY_SW,2057,0.00 +7,WY_SW,2058,0.00 +7,WY_SW,2059,0.00 +7,WY_SW,2060,0.00 +7,WY_SW,2061,0.00 +7,WY_SW,2062,0.00 +7,WY_SW,2063,0.00 +7,WY_SW,2064,0.00 +7,WY_SW,2065,0.00 +7,WY_SW,2066,0.00 +7,WY_SW,2067,0.00 +7,WY_SW,2068,0.00 +7,WY_SW,2069,0.00 +7,WY_SW,2070,0.00 +7,WY_SW,2071,0.00 +7,WY_SW,2072,0.00 +7,WY_SW,2073,0.00 +7,WY_SW,2074,0.00 +7,WY_SW,2075,0.00 +7,WY_SW,2076,0.00 +7,WY_SW,2077,0.00 +7,WY_SW,2078,0.00 +7,WY_SW,2079,0.00 +7,WY_SW,2080,0.00 \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/rps_scenario_id_7_new.xlsx b/switch_model/wecc/database/baseline_creation/rps_scenario_id_7_new.xlsx new file mode 100644 index 000000000..a0f3540d2 Binary files /dev/null and b/switch_model/wecc/database/baseline_creation/rps_scenario_id_7_new.xlsx differ diff --git a/switch_model/wecc/database/baseline_creation/switch_costs_1_ptcitx_2.csv b/switch_model/wecc/database/baseline_creation/switch_costs_1_ptcitx_2.csv new file mode 100644 index 000000000..362548073 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/switch_costs_1_ptcitx_2.csv @@ -0,0 +1,298 @@ +generation_plant_cost_scenario_id,gen_tech,build_year,fixed_o_m,overnight_cost,storage_energy_capacity_cost_per_mwh +23,Battery_Storage,2018,40835,291979,335353 +23,Battery_Storage,2019,38600,276000,317000 +23,Battery_Storage,2020,36365,260021,298647 +23,Battery_Storage,2021,34113,243914,280147 +23,Battery_Storage,2022,31860,227806,261647 +23,Battery_Storage,2023,29607,211699,243147 +23,Battery_Storage,2024,27355,195592,224647 +23,Battery_Storage,2025,25102,179485,206147 +23,Battery_Storage,2026,24168,172805,198475 +23,Battery_Storage,2027,23233,166125,190803 +23,Battery_Storage,2028,22299,159445,183131 +23,Battery_Storage,2029,21365,152765,175459 +23,Battery_Storage,2030,20431,146086,167787 +23,Battery_Storage,2031,20175,144260,165689 +23,Battery_Storage,2032,19920,142434,163592 +23,Battery_Storage,2033,19665,140607,161495 +23,Battery_Storage,2034,19409,138781,159397 +23,Battery_Storage,2035,19154,136955,157300 +23,Battery_Storage,2036,18899,135129,155203 +23,Battery_Storage,2037,18643,133303,153105 +23,Battery_Storage,2038,18388,131477,151008 +23,Battery_Storage,2039,18132,129651,148911 +23,Battery_Storage,2040,17877,127825,146813 +23,Battery_Storage,2041,17622,125999,144716 +23,Battery_Storage,2042,17366,124173,142619 +23,Battery_Storage,2043,17111,122347,140521 +23,Battery_Storage,2044,16855,120521,138424 +23,Battery_Storage,2045,16600,118695,136327 +23,Battery_Storage,2046,16345,116869,134229 +23,Battery_Storage,2047,16089,115042,132132 +23,Battery_Storage,2048,15834,113216,130035 +23,Battery_Storage,2049,15579,111390,127937 +23,Battery_Storage,2050,15323,109564,125840 +23,Wind,2018,43205,945988, +23,Wind,2019,42851,1104371, +23,Wind,2020,42496,837301, +23,Wind,2021,42142,1522564, +23,Wind,2022,41787,1493313, +23,Wind,2023,41432,1463156, +23,Wind,2024,41078,1432095, +23,Wind,2025,40723,1400128, +23,Wind,2026,40368,1367257, +23,Wind,2027,40014,1333480, +23,Wind,2028,39659,1298798, +23,Wind,2029,39305,1263210, +23,Wind,2030,38950,1226718, +23,Wind,2031,38658,1216900, +23,Wind,2032,38366,1207033, +23,Wind,2033,38074,1197116, +23,Wind,2034,37782,1187151, +23,Wind,2035,37489,1177137, +23,Wind,2036,37197,1167073, +23,Wind,2037,36905,1156961, +23,Wind,2038,36613,1146799, +23,Wind,2039,36321,1136588, +23,Wind,2040,36029,1126329, +23,Wind,2041,35737,1116020, +23,Wind,2042,35445,1105662, +23,Wind,2043,35152,1095255, +23,Wind,2044,34860,1084798, +23,Wind,2045,34568,1074293, +23,Wind,2046,34276,1063739, +23,Wind,2047,33984,1053135, +23,Wind,2048,33692,1042483, +23,Wind,2049,33400,1031781, +23,Wind,2050,33108,1021030, +23,Central_PV,2018,18760,1119931, +23,Central_PV,2019,16080,983681, +23,Central_PV,2020,15852,1001622, +23,Central_PV,2021,15246,1015425, +23,Central_PV,2022,14641,1125100, +23,Central_PV,2023,14035,1078556, +23,Central_PV,2024,13429,1032011, +23,Central_PV,2025,12824,985467, +23,Central_PV,2026,12218,938923, +23,Central_PV,2027,11612,892379, +23,Central_PV,2028,11007,845834, +23,Central_PV,2029,10401,799290, +23,Central_PV,2030,9795,752746, +23,Central_PV,2031,9708,746059, +23,Central_PV,2032,9621,739372, +23,Central_PV,2033,9534,732686, +23,Central_PV,2034,9447,725999, +23,Central_PV,2035,9360,719312, +23,Central_PV,2036,9273,712626, +23,Central_PV,2037,9186,705939, +23,Central_PV,2038,9099,699252, +23,Central_PV,2039,9012,692566, +23,Central_PV,2040,8925,685879, +23,Central_PV,2041,8838,679192, +23,Central_PV,2042,8751,672506, +23,Central_PV,2043,8664,665819, +23,Central_PV,2044,8577,659132, +23,Central_PV,2045,8490,652446, +23,Central_PV,2046,8403,645759, +23,Central_PV,2047,8316,639072, +23,Central_PV,2048,8229,632386, +23,Central_PV,2049,8142,625699, +23,Central_PV,2050,8055,619012, +23,Commercial_PV,2018,18000,1436472, +23,Commercial_PV,2019,13000,1268767, +23,Commercial_PV,2020,12491,1289121, +23,Commercial_PV,2021,11985,1303838, +23,Commercial_PV,2022,11480,1441006, +23,Commercial_PV,2023,10975,1377584, +23,Commercial_PV,2024,10470,1314163, +23,Commercial_PV,2025,9964,1250741, +23,Commercial_PV,2026,9459,1187319, +23,Commercial_PV,2027,8954,1123897, +23,Commercial_PV,2028,8448,1060476, +23,Commercial_PV,2029,7943,997054, +23,Commercial_PV,2030,7438,933632, +23,Commercial_PV,2031,7351,922763, +23,Commercial_PV,2032,7265,911895, +23,Commercial_PV,2033,7178,901026, +23,Commercial_PV,2034,7092,890157, +23,Commercial_PV,2035,7005,879289, +23,Commercial_PV,2036,6918,868420, +23,Commercial_PV,2037,6832,857551, +23,Commercial_PV,2038,6745,846683, +23,Commercial_PV,2039,6659,835814, +23,Commercial_PV,2040,6572,824945, +23,Commercial_PV,2041,6485,814077, +23,Commercial_PV,2042,6399,803208, +23,Commercial_PV,2043,6312,792339, +23,Commercial_PV,2044,6226,781471, +23,Commercial_PV,2045,6139,770602, +23,Commercial_PV,2046,6053,759733, +23,Commercial_PV,2047,5966,748865, +23,Commercial_PV,2048,5879,737996, +23,Commercial_PV,2049,5793,727127, +23,Commercial_PV,2050,5706,716258, +23,Residential_PV,2018,22000,2138023, +23,Residential_PV,2019,21000,1957372, +23,Residential_PV,2020,19832,1956766, +23,Residential_PV,2021,18692,1944004, +23,Residential_PV,2022,17553,2340346, +23,Residential_PV,2023,16413,2188379, +23,Residential_PV,2024,15273,2036413, +23,Residential_PV,2025,14133,1884447, +23,Residential_PV,2026,12994,1732480, +23,Residential_PV,2027,11854,1580514, +23,Residential_PV,2028,10714,1428547, +23,Residential_PV,2029,9574,1276581, +23,Residential_PV,2030,8435,1124615, +23,Residential_PV,2031,8335,1111267, +23,Residential_PV,2032,8234,1097919, +23,Residential_PV,2033,8134,1084571, +23,Residential_PV,2034,8034,1071223, +23,Residential_PV,2035,7934,1057875, +23,Residential_PV,2036,7834,1044527, +23,Residential_PV,2037,7734,1031179, +23,Residential_PV,2038,7634,1017832, +23,Residential_PV,2039,7534,1004484, +23,Residential_PV,2040,7434,991136, +23,Residential_PV,2041,7333,977788, +23,Residential_PV,2042,7233,964440, +23,Residential_PV,2043,7133,951092, +23,Residential_PV,2044,7033,937744, +23,Residential_PV,2045,6933,924396, +23,Residential_PV,2046,6833,911049, +23,Residential_PV,2047,6733,897701, +23,Residential_PV,2048,6633,884353, +23,Residential_PV,2049,6533,871005, +23,Residential_PV,2050,6432,857657, +23,CSP_Trough_6h_Storage,2018,67612,7834581, +23,CSP_Trough_6h_Storage,2019,67612,7472204, +23,CSP_Trough_6h_Storage,2020,67612,7109828, +23,CSP_Trough_6h_Storage,2021,67612,6747452, +23,CSP_Trough_6h_Storage,2022,65927,6391647, +23,CSP_Trough_6h_Storage,2023,64242,6157977, +23,CSP_Trough_6h_Storage,2024,62557,5931089, +23,CSP_Trough_6h_Storage,2025,60872,5723997, +23,CSP_Trough_6h_Storage,2026,59187,5532338, +23,CSP_Trough_6h_Storage,2027,57502,5357770, +23,CSP_Trough_6h_Storage,2028,55817,5199581, +23,CSP_Trough_6h_Storage,2029,54132,5053287, +23,CSP_Trough_6h_Storage,2030,52447,4922924, +23,CSP_Trough_6h_Storage,2031,52447,4805419, +23,CSP_Trough_6h_Storage,2032,52447,4700308, +23,CSP_Trough_6h_Storage,2033,52447,4607386, +23,CSP_Trough_6h_Storage,2034,52447,4523127, +23,CSP_Trough_6h_Storage,2035,52447,4450946, +23,CSP_Trough_6h_Storage,2036,52447,4386116, +23,CSP_Trough_6h_Storage,2037,52447,4329643, +23,CSP_Trough_6h_Storage,2038,52447,4281660, +23,CSP_Trough_6h_Storage,2039,52447,4239797, +23,CSP_Trough_6h_Storage,2040,52447,4203618, +23,CSP_Trough_6h_Storage,2041,52447,4171759, +23,CSP_Trough_6h_Storage,2042,52447,4144537, +23,CSP_Trough_6h_Storage,2043,52447,4121585, +23,CSP_Trough_6h_Storage,2044,52447,4100433, +23,CSP_Trough_6h_Storage,2045,52447,4080348, +23,CSP_Trough_6h_Storage,2046,52447,4062764, +23,CSP_Trough_6h_Storage,2047,52447,4043747, +23,CSP_Trough_6h_Storage,2048,52447,4025096, +23,CSP_Trough_6h_Storage,2049,52447,4005377, +23,CSP_Trough_6h_Storage,2050,52447,3982089, +23,CCGT,2018,12863,1088328, +23,CCGT,2019,12863,1077134, +23,CCGT,2020,12863,1065941, +23,CCGT,2021,12863,1054747, +23,CCGT,2022,12863,1043553, +23,CCGT,2023,12863,1032360, +23,CCGT,2024,12863,1018170, +23,CCGT,2025,12863,1008002, +23,CCGT,2026,12863,1001988, +23,CCGT,2027,12863,995377, +23,CCGT,2028,12863,990958, +23,CCGT,2029,12863,987737, +23,CCGT,2030,12863,983235, +23,CCGT,2031,12863,979320, +23,CCGT,2032,12863,975100, +23,CCGT,2033,12863,970372, +23,CCGT,2034,12863,966972, +23,CCGT,2035,12863,964264, +23,CCGT,2036,12863,960505, +23,CCGT,2037,12863,958148, +23,CCGT,2038,12863,955429, +23,CCGT,2039,12863,951965, +23,CCGT,2040,12863,948318, +23,CCGT,2041,12863,946332, +23,CCGT,2042,12863,943043, +23,CCGT,2043,12863,940403, +23,CCGT,2044,12863,937718, +23,CCGT,2045,12863,935560, +23,CCGT,2046,12863,931696, +23,CCGT,2047,12863,929062, +23,CCGT,2048,12863,926390, +23,CCGT,2049,12863,923698, +23,CCGT,2050,12863,913052, +23,Gas_Combustion_Turbine,2018,11395,982962, +23,Gas_Combustion_Turbine,2019,11395,978284, +23,Gas_Combustion_Turbine,2020,11395,973606, +23,Gas_Combustion_Turbine,2021,11395,968927, +23,Gas_Combustion_Turbine,2022,11395,964249, +23,Gas_Combustion_Turbine,2023,11395,953168, +23,Gas_Combustion_Turbine,2024,11395,936036, +23,Gas_Combustion_Turbine,2025,11395,924723, +23,Gas_Combustion_Turbine,2026,11395,917899, +23,Gas_Combustion_Turbine,2027,11395,910533, +23,Gas_Combustion_Turbine,2028,11395,905726, +23,Gas_Combustion_Turbine,2029,11395,902489, +23,Gas_Combustion_Turbine,2030,11395,897990, +23,Gas_Combustion_Turbine,2031,11395,894135, +23,Gas_Combustion_Turbine,2032,11395,890011, +23,Gas_Combustion_Turbine,2033,11395,885304, +23,Gas_Combustion_Turbine,2034,11395,881901, +23,Gas_Combustion_Turbine,2035,11395,879448, +23,Gas_Combustion_Turbine,2036,11395,876130, +23,Gas_Combustion_Turbine,2037,11395,874092, +23,Gas_Combustion_Turbine,2038,11395,871723, +23,Gas_Combustion_Turbine,2039,11395,868675, +23,Gas_Combustion_Turbine,2040,11395,865459, +23,Gas_Combustion_Turbine,2041,11395,863759, +23,Gas_Combustion_Turbine,2042,11395,860871, +23,Gas_Combustion_Turbine,2043,11395,858574, +23,Gas_Combustion_Turbine,2044,11395,856236, +23,Gas_Combustion_Turbine,2045,11395,854380, +23,Gas_Combustion_Turbine,2046,11395,850966, +23,Gas_Combustion_Turbine,2047,11395,848675, +23,Gas_Combustion_Turbine,2048,11395,846349, +23,Gas_Combustion_Turbine,2049,11395,844005, +23,Gas_Combustion_Turbine,2050,11395,834393, +23,Geothermal,2018,181458,8695151, +23,Geothermal,2019,180711,8604008, +23,Geothermal,2020,180011,8513624, +23,Geothermal,2021,179310,8423573, +23,Geothermal,2022,178610,8333855, +23,Geothermal,2023,177909,8244471, +23,Geothermal,2024,177209,8155419, +23,Geothermal,2025,176508,8066701, +23,Geothermal,2026,175808,7978316, +23,Geothermal,2027,175107,7890263, +23,Geothermal,2028,174407,7802544, +23,Geothermal,2029,173706,7715158, +23,Geothermal,2030,173105,7628105, +23,Geothermal,2031,173105,7589964, +23,Geothermal,2032,173105,7552015, +23,Geothermal,2033,173105,7514255, +23,Geothermal,2034,173105,7476683, +23,Geothermal,2035,173105,7439300, +23,Geothermal,2036,173105,7402103, +23,Geothermal,2037,173105,7365093, +23,Geothermal,2038,173105,7328267, +23,Geothermal,2039,173105,7291626, +23,Geothermal,2040,173105,7255168, +23,Geothermal,2041,173105,7218892, +23,Geothermal,2042,173105,7182798, +23,Geothermal,2043,173105,7146884, +23,Geothermal,2044,173105,7111149, +23,Geothermal,2045,173105,7075593, +23,Geothermal,2046,173105,7040216, +23,Geothermal,2047,173105,7005014, +23,Geothermal,2048,173105,6969989, +23,Geothermal,2049,173105,6935139, +23,Geothermal,2050,173105,6900464, \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/switch_costs_2.csv b/switch_model/wecc/database/baseline_creation/switch_costs_2.csv new file mode 100644 index 000000000..566eba7ef --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/switch_costs_2.csv @@ -0,0 +1,10 @@ +gen_tech,variable_om +Battery_Storage,0 +Wind,0 +Central_PV,0 +Commercial_PV,0 +Residential_PV,0 +CSP_Trough_6h_Storage,3.5854875 +CCGT,4.499017682 +Gas_Combustion_Turbine,2.161100196 +Geothermal,0 \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/testing/baseline_existing_and_candidate_generator_list_by_scenario.csv b/switch_model/wecc/database/baseline_creation/testing/baseline_existing_and_candidate_generator_list_by_scenario.csv new file mode 100644 index 000000000..83abcb1ed --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/testing/baseline_existing_and_candidate_generator_list_by_scenario.csv @@ -0,0 +1,10329 @@ +generation_plant_id,load_zone_id,generator_name,load_zone_name,gen_tech,energy_source,capacity_limit_mw,existing_or_candidate_generator,existing_generator +155563,15,Santa Maria EPG,CA_PGE_S,Gas_Steam_Turbine,Gas,5.5,23,existing_generator +1191184213,7,Proposed,AZ_SE,Wind,Wind,120,23,NULL +1191183939,27,Proposed,ID_S_OR_E,Wind,Wind,480,23,NULL +154493,10,Drop 3 (CA),CA_IID,Hydro_NonPumped,Water,9.2,23,existing_generator +155475,15,Hanford Energy Park Peaker,CA_PGE_S,Gas_Combustion_Turbine,Gas,92.2,23,existing_generator +156776,15,Verwey-Hanford Dairy Digester #1,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,23,existing_generator +1191183743,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1108125,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.980000019,23,NULL +1111696,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,17.02000046,23,NULL +154821,44,Grand Coulee,WA_N_CEN,Hydro_Pumped,Water,314,23,existing_generator +155926,39,Oregon State University Energy Center,OR_W,CCGT,Gas,6.5,23,existing_generator +1105616,30,Proposed,MT_NW,Central_PV,Solar,11.44999981,23,NULL +1112628,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,37.99000168,23,NULL +1113524,5,Proposed,AZ_NW,Central_PV,Solar,4.659999847,23,NULL +1116591,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,26.75,23,NULL +157976,8,Shernss2,CAN_ALB,Coal_Steam_Turbine,Coal,378,23,existing_generator +156254,42,SMPA Solar 1 Community Solar,UT_S,Central_PV,Solar,1,23,existing_generator +1108260,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.289999962,23,NULL +1105452,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,20.94000053,23,NULL +1191209183,23,Proposed,CO_E,Bio_Gas,Bio_Gas,NULL,23,NULL +1191209625,6,Proposed,AZ_PHX,Coal_Steam_Turbine,Coal,NULL,23,NULL +1104337,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,16.45000076,23,NULL +1110470,10,Proposed,CA_IID,Central_PV,Solar,2.950000048,23,NULL +1191185468,43,Proposed,WA_ID_AVA,Wind,Wind,1530,23,NULL +1001021,6,Proposed,AZ_PHX,Commercial_PV,Solar,100.2539978,23,NULL +1191183345,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +156987,12,Hellyer Solar Farm,CA_PGE_BAY,Central_PV,Solar,2.2,23,existing_generator +155783,17,Solar Photovoltaic Project #23,CA_SCE_S,Central_PV,Solar,2.5,23,existing_generator +1191183957,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1104297,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,3.089999914,23,NULL +1191182643,39,Proposed,OR_W,Wind,Wind,90,23,NULL +1116576,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,21.32999992,23,NULL +1117527,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,10.68999958,23,NULL +1191182693,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156451,16,SCE-Snowline-Duncan Road (North),CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1111749,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,50.93000031,23,NULL +1116768,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,52.5,23,NULL +1100300,33,Proposed,NM_N,Central_PV,Solar,208.5099945,23,NULL +1191210377,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,3.5,23,NULL +1105694,40,Proposed,OR_WA_BPA,Central_PV,Solar,8.399999619,23,NULL +1112682,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,103.5599976,23,NULL +1191210122,10,Proposed,CA_IID,Geothermal,Geothermal,39.59999847,23,NULL +1191210427,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,27.5,23,NULL +77398,16,SanBernardino_Lucerne: 479,CA_SCE_CEN,Wind,Wind,23,23,NULL +1191184775,33,Proposed,NM_N,Wind,Wind,150,23,NULL +1118333,4,Proposed,AZ_NM_N,Central_PV,Solar,19.81999969,23,NULL +156492,12,Apple Campus 2 PV,CA_PGE_BAY,Central_PV,Solar,14.4,23,existing_generator +156137,16,Newberry Solar 1 LLC,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +155735,42,Milford Wind Corridor I LLC,UT_S,Wind,Wind,203.5,23,existing_generator +154604,24,Green Mountain,CO_NW,Hydro_NonPumped,Water,26,23,existing_generator +155071,15,Kern River Cogeneration,CA_PGE_S,Gas_Combustion_Turbine,Gas,300,23,existing_generator +154677,30,Noxon Rapids,MT_NW,Hydro_NonPumped,Water,569.5,23,existing_generator +155592,27,Oregon Trail Wind Park,ID_S_OR_E,Wind,Wind,13.5,23,existing_generator +154754,41,Wanship,UT_N,Hydro_NonPumped,Water,1.9,23,existing_generator +154998,35,North Valmy,NV_N,Coal_Steam_Turbine,Coal,567,23,existing_generator +1191210107,10,Proposed,CA_IID,Geothermal,Geothermal,22.79999924,23,NULL +1191209761,42,Proposed,UT_S,Battery_Storage,Electricity,NULL,23,NULL +1101893,43,Proposed,WA_ID_AVA,Central_PV,Solar,39.72999954,23,NULL +1191182710,39,Proposed,OR_W,Wind,Wind,90,23,NULL +155941,22,DOE Golden NWTC Load Side,CO_DEN,Central_PV,Solar,1.1,23,existing_generator +1114418,16,Proposed,CA_SCE_CEN,Central_PV,Solar,36.31999969,23,NULL +1113318,20,Proposed,CA_SDGE,CSP_Trough_No_Storage,Solar,6.460000038,23,NULL +1000299,50,Proposed,WY_SW,Commercial_PV,Solar,195.8390045,23,NULL +1118770,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.519999981,23,NULL +1191209289,42,Proposed,UT_S,Geothermal,Geothermal,20,23,NULL +157974,8,Shernss1,CAN_ALB,Coal_Steam_Turbine,Coal,378,23,existing_generator +157903,9,Pingston_Hydroelectric,CAN_BC,Hydro_NonPumped,Water,42,23,existing_generator +1191184344,35,Proposed,NV_N,Wind,Wind,120,23,NULL +1116141,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.340000033,23,NULL +1114336,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,43.66999817,23,NULL +1191185509,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +154806,24,Craig (CO),CO_NW,Coal_Steam_Turbine,Coal,1427.6,23,existing_generator +1103250,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,485.8099976,23,NULL +1118710,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,18.70999908,23,NULL +155269,39,Co-Gen II LLC,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,7.5,23,existing_generator +156433,12,California PV Energy at ISD WWTP,CA_PGE_BAY,Central_PV,Solar,1,23,existing_generator +1118618,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,10.71000004,23,NULL +1113271,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,5.5,23,NULL +1105492,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,100.6399994,23,NULL +155527,14,High Winds LLC,CA_PGE_N,Wind,Wind,162,23,existing_generator +1116633,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,9.069999695,23,NULL +1106410,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.190000057,23,NULL +1191182676,39,Proposed,OR_W,Wind,Wind,30,23,NULL +155982,5,Kingman 1,AZ_NW,Central_PV,Solar,0.5,23,existing_generator +156482,3,SR85,AZ_APS_SW,Central_PV,Solar,10,23,existing_generator +1000833,33,Proposed,NM_N,Commercial_PV,Solar,41.49219894,23,NULL +1118706,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,20.53000069,23,NULL +1113142,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.340000153,23,NULL +155970,46,Coastal Energy Project,WA_W,Wind,Wind,6,23,existing_generator +156852,37,"OR Solar 5, LLC",OR_E,Central_PV,Solar,8,23,existing_generator +1001846,3,Proposed,AZ_APS_SW,Residential_PV,Solar,150.2279968,23,NULL +1191184090,9,Proposed,CAN_BC,Wind,Wind,30,23,NULL +1113141,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.340000153,23,NULL +1191183331,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191184012,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1191183794,40,Proposed,OR_WA_BPA,Wind,Wind,120,23,NULL +154863,16,San Francisquito 2,CA_SCE_CEN,Hydro_NonPumped,Water,32,23,existing_generator +1101933,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,162.9199982,23,NULL +154904,44,PEC Headworks,WA_N_CEN,Hydro_NonPumped,Water,6.6,23,existing_generator +1118881,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,18.84000015,23,NULL +157985,8,ON_LongLk2,CAN_ALB,Gas_Combustion_Turbine,Gas,85,23,existing_generator +1103972,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.869999886,23,NULL +1110469,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,92.20999908,23,NULL +154587,23,Martin Drake,CO_E,Coal_Steam_Turbine,Coal,207.3,23,existing_generator +1106722,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.619999886,23,NULL +155556,41,Lake Side Power Plant,UT_N,CCGT,Gas,1385,23,existing_generator +1116748,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,54.36000061,23,NULL +155568,27,Fossil Gulch,ID_S_OR_E,Wind,Wind,10.5,23,existing_generator +1100340,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,160.25,23,NULL +1106435,35,Proposed,NV_N,Central_PV,Solar,83,23,NULL +1114547,29,Proposed,MT_NE,Central_PV,Solar,1.75999999,23,NULL +1113537,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,4.059999943,23,NULL +1107607,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,34.47000122,23,NULL +1191183871,37,Proposed,OR_E,Wind,Wind,60,23,NULL +1191182416,26,Proposed,ID_E,Wind,Wind,30,23,NULL +77481,20,SanDiegoSouth: 604,CA_SDGE,Wind,Wind,35,23,NULL +154767,43,Little Falls (WA),WA_ID_AVA,Hydro_NonPumped,Water,34.8,23,existing_generator +155332,26,Little Wood Hydro Project,ID_E,Hydro_NonPumped,Water,2.8,23,existing_generator +1191185555,43,Proposed,WA_ID_AVA,Wind,Wind,90,23,NULL +155651,13,Ampersand Chowchilla Biomass LLC,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,12.5,23,existing_generator +157870,9,Douglas_Creek,CAN_BC,Hydro_NonPumped,Water,23,23,existing_generator +1111302,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,7.650000095,23,NULL +1113374,41,Proposed,UT_N,Central_PV,Solar,1.059999943,23,NULL +1191182622,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1100328,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,63.84000015,23,NULL +1191185491,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1106868,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.75,23,NULL +155707,17,Solar Photovoltaic Project #02,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1191182363,32,Proposed,MT_SW,Wind,Wind,90,23,NULL +154496,10,El Centro,CA_IID,Battery_Storage,Electricity,30,23,existing_generator +1112398,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,25.73999977,23,NULL +1191185354,44,Proposed,WA_N_CEN,Wind,Wind,240,23,NULL +156465,15,Shafter Solar LLC,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1112937,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,10.60999966,23,NULL +157022,38,Boring Solar LLC,OR_PDX,Central_PV,Solar,2.2,23,existing_generator +1113955,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.149999976,23,NULL +1102931,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.830000043,23,NULL +1107344,16,Proposed,CA_SCE_CEN,Central_PV,Solar,8.81000042,23,NULL +1118783,10,Proposed,CA_IID,Central_PV,Solar,1.960000038,23,NULL +1191182534,36,Proposed,NV_S,Wind,Wind,1110,23,NULL +1110839,36,Proposed,NV_S,Central_PV,Solar,12.63000011,23,NULL +155010,27,Little Mac Project,ID_S_OR_E,Hydro_NonPumped,Water,1.5,23,existing_generator +156731,20,Pala Energy Storage Yard,CA_SDGE,Battery_Storage,Electricity,1.5,23,existing_generator +1116131,36,Proposed,NV_S,Central_PV,Solar,48,23,NULL +155793,35,Crescent Dunes Solar Energy,NV_N,CSP_Trough_No_Storage,Solar,125,23,existing_generator +1001146,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,91.80599976,23,NULL +155696,49,Happy Jack Windpower Project,WY_SE,Wind,Wind,29.4,23,existing_generator +1002131,23,Proposed,CO_E,Commercial_PV,Solar,21.95000076,23,NULL +1191185330,44,Proposed,WA_N_CEN,Wind,Wind,180,23,NULL +77472,16,Tehachapi: 594,CA_SCE_CEN,Wind,Wind,37,23,NULL +1104984,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.440000057,23,NULL +1191209621,2,Proposed,AZ_APS_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +1106836,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,1.169999957,23,NULL +1191185196,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1115717,5,Proposed,AZ_NW,Central_PV,Solar,3.380000114,23,NULL +1191209308,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1107499,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,3.440000057,23,NULL +155497,14,Wolfskill Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,23,existing_generator +1191183201,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +156046,50,Genesis Alkali,WY_SW,Coal_Steam_Turbine,Coal,41,23,existing_generator +156486,20,Q Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,4.6,23,existing_generator +1110513,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,49.75,23,NULL +154854,32,Madison Dam,MT_SW,Hydro_NonPumped,Water,8.8,23,existing_generator +1108677,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,40.47999954,23,NULL +1191209734,15,Proposed,CA_PGE_S,Battery_Storage,Electricity,NULL,23,NULL +1191184217,7,Proposed,AZ_SE,Wind,Wind,60,23,NULL +1103525,26,Proposed,ID_E,Central_PV,Solar,224.7599945,23,NULL +1112253,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.800000191,23,NULL +1191209482,13,Proposed,CA_PGE_CEN,CCGT,Gas,NULL,23,NULL +1191184055,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191209223,27,Proposed,ID_S_OR_E,Bio_Gas,Bio_Gas,NULL,23,NULL +1191209292,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,23,NULL +155928,17,"Temescal Canyon RV, LLC",CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +157069,15,Henrietta D Energy Storage LLC,CA_PGE_S,Battery_Storage,Electricity,10,23,existing_generator +1110039,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,20.73999977,23,NULL +1105974,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,88.80000305,23,NULL +154605,22,Marys Lake,CO_DEN,Hydro_NonPumped,Water,8.1,23,existing_generator +155256,40,Middle Fork Irrigation District,OR_WA_BPA,Hydro_NonPumped,Water,3.3,23,existing_generator +158080,8,Wind_EP_Can_22,CAN_ALB,Wind,Wind,0.9,23,existing_generator +1105502,18,Proposed,CA_SCE_SE,Central_PV,Solar,26.56999969,23,NULL +1191185094,23,Proposed,CO_E,Wind,Wind,60,23,NULL +1191210395,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,3,23,NULL +155703,40,Sand Ranch Windfarm LLC,OR_WA_BPA,Wind,Wind,9.9,23,existing_generator +1191183257,50,Proposed,WY_SW,Wind,Wind,60,23,NULL +1103047,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.019999981,23,NULL +1191209608,39,Proposed,OR_W,Coal_IGCC,Coal,NULL,23,NULL +156167,19,Ivanhoe Solar,CA_SCE_VLY,Central_PV,Solar,3.5,23,existing_generator +1104294,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,17.92000008,23,NULL +1113104,35,Proposed,NV_N,Central_PV,Solar,28.97999954,23,NULL +157112,22,Oak Leaf Solar XXVIII LLC (CSG),CO_DEN,Central_PV,Solar,1.5,23,existing_generator +77347,16,Tehachapi: 15,CA_SCE_CEN,Wind,Wind,44,23,NULL +155080,10,Elmore Company,CA_IID,Geothermal,Geothermal,45.5,23,existing_generator +1115967,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,4.46999979,23,NULL +1191183289,41,Proposed,UT_N,Wind,Wind,60,23,NULL +1001230,35,Proposed,NV_N,Residential_PV,Solar,45.90299988,23,NULL +1000389,20,Proposed,CA_SDGE,Commercial_PV,Solar,35.01750183,23,NULL +1102073,2,Proposed,AZ_APS_N,Central_PV,Solar,138.3300018,23,NULL +1191210120,35,Proposed,NV_N,Geothermal,Geothermal,22.60000038,23,NULL +156284,16,Navajo Solar Power Generation Station 1 LLC,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1118781,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,70.59999847,23,NULL +1191209623,4,Proposed,AZ_NM_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191182725,47,Proposed,WY_NE,Wind,Wind,270,23,NULL +1191185432,22,Proposed,CO_DEN,Wind,Wind,120,23,NULL +1001631,23,Proposed,CO_E,Commercial_PV,Solar,9.921600342,23,NULL +155091,14,Ponderosa Bailey Creek,CA_PGE_N,Hydro_NonPumped,Water,1.1,23,existing_generator +1191184051,46,Proposed,WA_W,Wind,Wind,60,23,NULL +156305,46,LRI LFGTE Facility,WA_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.5,23,existing_generator +1109531,36,Proposed,NV_S,Central_PV,Solar,2.039999962,23,NULL +1117661,29,Proposed,MT_NE,Central_PV,Solar,22.70999908,23,NULL +1191210113,10,Proposed,CA_IID,Geothermal,Geothermal,51,23,NULL +1108729,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,44.56000137,23,NULL +155373,3,Yuma Cogeneration Associates,AZ_APS_SW,CCGT,Gas,62.6,23,existing_generator +1114406,5,Proposed,AZ_NW,Central_PV,Solar,15.43000031,23,NULL +1191182562,36,Proposed,NV_S,Wind,Wind,180,23,NULL +1001083,33,Proposed,NM_N,Commercial_PV,Solar,13.2816,23,NULL +154902,36,Harry Allen,NV_S,Gas_Combustion_Turbine,Gas,186.5,23,existing_generator +156466,16,"Madelyn Solar, LLC",CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1109382,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,1.529999971,23,NULL +1115719,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,3.380000114,23,NULL +1191210111,10,Proposed,CA_IID,Geothermal,Geothermal,20,23,NULL +156205,44,Swauk Wind LLC,WA_N_CEN,Wind,Wind,4.3,23,existing_generator +1191210492,17,Proposed,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,15,23,NULL +1115235,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,5.360000134,23,NULL +1108232,6,Proposed,AZ_PHX,Central_PV,Solar,127.6600037,23,NULL +155118,10,Salton Sea Power Gen Co Unit 1,CA_IID,Geothermal,Geothermal,10,23,existing_generator +154599,23,Trinidad (CO),CO_E,Gas_Internal_Combustion_Engine,Gas,3.8,23,existing_generator +1115295,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.720000029,23,NULL +156270,17,Cascade Solar,CA_SCE_S,Central_PV,Solar,18.5,23,existing_generator +154958,38,River Road Gen Plant,OR_PDX,CCGT,Gas,248,23,existing_generator +1112231,33,Proposed,NM_N,Central_PV,Solar,12.75,23,NULL +1107690,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,33.20000076,23,NULL +1114405,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,12.82999992,23,NULL +154946,38,Stone Creek,OR_PDX,Hydro_NonPumped,Water,12,23,existing_generator +155594,27,Salmon Falls Wind Park,ID_S_OR_E,Wind,Wind,21,23,existing_generator +154757,46,Transalta Centralia Generation,WA_W,Coal_Steam_Turbine,Coal,1459.8,23,existing_generator +1100513,33,Proposed,NM_N,Central_PV,Solar,626.75,23,NULL +1116128,2,Proposed,AZ_APS_N,Central_PV,Solar,14.35999966,23,NULL +1191182588,28,Proposed,MEX_BAJA,Wind,Wind,30,23,NULL +156800,20,Vanadium Redox Flow Battery Plant,CA_SDGE,Battery_Storage,Electricity,2,23,existing_generator +1191182520,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191182571,36,Proposed,NV_S,Wind,Wind,420,23,NULL +1102908,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,225.5599976,23,NULL +1100433,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,723.8400269,23,NULL +1105467,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,23.28000069,23,NULL +1191185132,23,Proposed,CO_E,Wind,Wind,30,23,NULL +157994,8,EPCR_Clvrbr_2,CAN_ALB,Gas_Combustion_Turbine,Gas,100,23,existing_generator +1113116,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.190000057,23,NULL +1106862,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,19.07999992,23,NULL +1101049,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,116.2799988,23,NULL +155569,50,Shute Creek Facility,WY_SW,Gas_Combustion_Turbine,Gas,144,23,existing_generator +1191185390,22,Proposed,CO_DEN,Wind,Wind,4440,23,NULL +1106193,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.28000021,23,NULL +155532,50,TransAlta Wyoming Wind,WY_SW,Wind,Wind,144,23,existing_generator +1110907,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.309999943,23,NULL +77415,16,Tehachapi: 516,CA_SCE_CEN,Wind,Wind,63,23,NULL +1106007,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,32.45000076,23,NULL +1191183803,6,Proposed,AZ_PHX,Wind,Wind,30,23,NULL +1115250,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.109999895,23,NULL +1113969,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,41.47999954,23,NULL +155859,20,NRG Solar Borrego I,CA_SDGE,Central_PV,Solar,26,23,existing_generator +154470,13,Mammoth Pool,CA_PGE_CEN,Hydro_NonPumped,Water,190,23,existing_generator +1191209406,26,Proposed,ID_E,Geothermal,Geothermal,10,23,NULL +1001191,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,16.37100029,23,NULL +1111192,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,11.05000019,23,NULL +155280,15,Taft 26C Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,12.4,23,existing_generator +1106339,35,Proposed,NV_N,Central_PV,Solar,4.71999979,23,NULL +1191182807,49,Proposed,WY_SE,Wind,Wind,60,23,NULL +156953,33,CNMEC Solar Energy Center,NM_N,Central_PV,Solar,2,23,existing_generator +1117515,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,19.34000015,23,NULL +1191184076,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155893,5,La Senita,AZ_NW,Central_PV,Solar,1,23,existing_generator +1113978,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,18.04999924,23,NULL +1117920,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.529999971,23,NULL +1100903,42,Proposed,UT_S,Central_PV,Solar,113.3799973,23,NULL +155658,40,Pebble Springs Wind LLC,OR_WA_BPA,Wind,Wind,98.7,23,existing_generator +1100460,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,219.7100067,23,NULL +1109496,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,44.88000107,23,NULL +1109265,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,1.200000048,23,NULL +1191183321,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +155394,13,Monterey One Water,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.8,23,existing_generator +155510,21,Cosumnes,CA_SMUD,CCGT,Gas,530,23,existing_generator +156956,40,NorWest Energy 9 LLC,OR_WA_BPA,Central_PV,Solar,8,23,existing_generator +155243,17,Southeast Resource Recovery,CA_SCE_S,Bio_Solid_Steam_Turbine,Bio_Solid,35.6,23,existing_generator +1110451,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,21.07999992,23,NULL +1102915,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,354.2000122,23,NULL +1191209470,28,Proposed,MEX_BAJA,Bio_Gas,Bio_Gas,NULL,23,NULL +1112482,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,31.05999947,23,NULL +1191209342,10,Proposed,CA_IID,Geothermal,Geothermal,1170,23,NULL +77400,14,RoundMountain: 501,CA_PGE_N,Wind,Wind,40,23,NULL +155721,40,Waste Management Columbia Ridge LFGTE,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,12.8,23,existing_generator +1115699,35,Proposed,NV_N,Central_PV,Solar,18.45999908,23,NULL +156300,19,Tulare 1 and 2,CA_SCE_VLY,Central_PV,Solar,3,23,existing_generator +1191182935,49,Proposed,WY_SE,Wind,Wind,15900,23,NULL +1118785,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.960000038,23,NULL +1103806,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.620000005,23,NULL +1191183280,41,Proposed,UT_N,Wind,Wind,150,23,NULL +1104937,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,51.06999969,23,NULL +1115683,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,37.04000092,23,NULL +1191209668,49,Proposed,WY_SE,Coal_Steam_Turbine,Coal,NULL,23,NULL +1106420,7,Proposed,AZ_SE,Central_PV,Solar,93.13999939,23,NULL +1109105,15,Proposed,CA_PGE_S,Central_PV,Solar,6.889999866,23,NULL +1114390,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,32.22999954,23,NULL +156395,16,EAFB - South Base,CA_SCE_CEN,Central_PV,Solar,1.1,23,existing_generator +1100322,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,65.13999939,23,NULL +154638,27,Lower Malad,ID_S_OR_E,Hydro_NonPumped,Water,13.5,23,existing_generator +156864,12,"CoreSite Real Estate 2972 Stender, L.P.",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,12,23,existing_generator +1107711,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,5.679999828,23,NULL +156628,18,"Blythe Solar II, LLC",CA_SCE_SE,Central_PV,Solar,131.2,23,existing_generator +1112653,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,49.72999954,23,NULL +1108710,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,15.06000042,23,NULL +154370,36,Hoover Dam (NV),NV_S,Hydro_NonPumped,Water,1039.4,23,existing_generator +155469,14,Goose Haven Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,23,existing_generator +1110531,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.450000048,23,NULL +1112095,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,20.84000015,23,NULL +1113530,3,Proposed,AZ_APS_SW,Central_PV,Solar,38.5,23,NULL +1191185325,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1191184485,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1105162,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,6.980000019,23,NULL +1107245,35,Proposed,NV_N,Central_PV,Solar,23.55999947,23,NULL +1191209416,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +1114805,4,Proposed,AZ_NM_N,Central_PV,Solar,12.47000027,23,NULL +77457,14,LassenNorth: 572,CA_PGE_N,Wind,Wind,88,23,NULL +1108397,33,Proposed,NM_N,Central_PV,Solar,1.399999976,23,NULL +1111699,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,2.910000086,23,NULL +156923,38,Colton Solar,OR_PDX,Central_PV,Solar,2.2,23,existing_generator +1116603,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,9.460000038,23,NULL +1191209197,13,Proposed,CA_PGE_CEN,Bio_Gas,Bio_Gas,NULL,23,NULL +1110106,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,57.97999954,23,NULL +1000577,20,Proposed,CA_SDGE,Commercial_PV,Solar,110.8040009,23,NULL +1111778,35,Proposed,NV_N,Central_PV,Solar,19.98999977,23,NULL +155316,17,Biola University,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,2.2,23,existing_generator +1115328,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,36.79000092,23,NULL +155482,12,Los Esteros Critical Energy Center,CA_PGE_BAY,CCGT,Gas,306.1,23,existing_generator +156627,16,"Kingbird B Solar, LLC",CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1112699,4,Proposed,AZ_NM_N,Central_PV,Solar,135.9199982,23,NULL +154458,16,Bishop Creek 5,CA_SCE_CEN,Hydro_NonPumped,Water,4.5,23,existing_generator +1117423,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,8.899999619,23,NULL +157895,9,Miller_Creek,CAN_BC,Hydro_NonPumped,Water,32.5,23,existing_generator +1191210078,28,Proposed,MEX_BAJA,Geothermal,Geothermal,28.79999924,23,NULL +156232,13,Bear Creek Solar,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +1110505,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,5.75,23,NULL +1112644,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.399999976,23,NULL +1106635,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,3.75999999,23,NULL +1103881,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,46.34000015,23,NULL +1191209218,15,Proposed,CA_PGE_S,Bio_Gas,Bio_Gas,NULL,23,NULL +156546,24,Sunnyside Ranch Community Solar Array,CO_NW,Central_PV,Solar,1.5,23,existing_generator +1101725,27,Proposed,ID_S_OR_E,Central_PV,Solar,244.5099945,23,NULL +1105470,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,20.70999908,23,NULL +1112683,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,103.5599976,23,NULL +156509,14,Putah Creek Solar Farm,CA_PGE_N,Central_PV,Solar,2,23,existing_generator +155792,12,Marsh Landing Generating Station,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,828,23,existing_generator +155524,17,Malburg,CA_SCE_S,CCGT,Gas,130,23,existing_generator +154661,16,Alamo,CA_SCE_CEN,Hydro_NonPumped,Water,19.6,23,existing_generator +1109222,2,Proposed,AZ_APS_N,Central_PV,Solar,15.61999989,23,NULL +1111782,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,69.94000244,23,NULL +154415,14,Pit 3,CA_PGE_N,Hydro_NonPumped,Water,80.1,23,existing_generator +1191209591,22,Proposed,CO_DEN,Coal_IGCC,Coal,NULL,23,NULL +1191183926,27,Proposed,ID_S_OR_E,Wind,Wind,90,23,NULL +1108290,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,7.570000172,23,NULL +1112530,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,29.85000038,23,NULL +1191182403,32,Proposed,MT_SW,Wind,Wind,30,23,NULL +1191182522,36,Proposed,NV_S,Wind,Wind,180,23,NULL +1117293,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,46.41999817,23,NULL +1112357,30,Proposed,MT_NW,Central_PV,Solar,3.650000095,23,NULL +1113119,2,Proposed,AZ_APS_N,Central_PV,Solar,19.59000015,23,NULL +158079,8,Wind_EP_Can_21,CAN_ALB,Wind,Wind,0.7,23,existing_generator +1116171,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,14.53999996,23,NULL +1191209603,34,Proposed,NM_S_TX_EPE,Coal_IGCC,Coal,NULL,23,NULL +1111746,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,68.47000122,23,NULL +1118865,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,13.27000046,23,NULL +1191185413,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1102919,35,Proposed,NV_N,Central_PV,Solar,2.029999971,23,NULL +156804,15,Bakersfield Industrial PV 1,CA_PGE_S,Central_PV,Solar,1,23,existing_generator +1191209259,42,Proposed,UT_S,Geothermal,Geothermal,10,23,NULL +1115120,35,Proposed,NV_N,Central_PV,Solar,12.78999996,23,NULL +155124,15,Chalk Cliff Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,23,existing_generator +155649,44,Main Canal Headworks,WA_N_CEN,Hydro_NonPumped,Water,26.8,23,existing_generator +1001788,35,Proposed,NV_N,Residential_PV,Solar,30.60199928,23,NULL +1191182641,39,Proposed,OR_W,Wind,Wind,30,23,NULL +155634,47,Wygen III,WY_NE,Coal_Steam_Turbine,Coal,116,23,existing_generator +1110860,33,Proposed,NM_N,Central_PV,Solar,1.379999995,23,NULL +1191209323,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1191210485,4,Proposed,AZ_NM_N,Gas_Combustion_Turbine_Cogen,Gas,6,23,NULL +156171,35,"Patua Acquisition Project, LLC",NV_N,Central_PV,Solar,10.6,23,existing_generator +1000831,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,20.90329933,23,NULL +155682,32,Dave Gates Generating Station,MT_SW,Gas_Combustion_Turbine,Gas,203.1,23,existing_generator +1100965,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,128.0500031,23,NULL +155372,27,Amalgamated Sugar LLC Nampa,ID_S_OR_E,Gas_Steam_Turbine,Gas,8.2,23,existing_generator +155955,12,City of Palo Alto,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,4.4,23,existing_generator +157871,9,Eagle_Lake,CAN_BC,Hydro_NonPumped,Water,0.2,23,existing_generator +1104915,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,17.85000038,23,NULL +1102267,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,304.3500061,23,NULL +1104551,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.789999962,23,NULL +1108281,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,59.97000122,23,NULL +1117847,4,Proposed,AZ_NM_N,Central_PV,Solar,3.769999981,23,NULL +155020,26,Birch Creek Power,ID_E,Hydro_NonPumped,Water,2.6,23,existing_generator +156424,13,Hollister Solar LLC,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +1114011,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,42.52999878,23,NULL +1118812,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,8.550000191,23,NULL +1191210497,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,234,23,NULL +1191183285,41,Proposed,UT_N,Wind,Wind,60,23,NULL +1111785,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,6.289999962,23,NULL +155347,46,Ferndale Generating Station,WA_W,CCGT,Gas,285.5,23,existing_generator +155694,7,Coolidge Generation Station,AZ_SE,Gas_Combustion_Turbine,Gas,726,23,existing_generator +1113060,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,51.95999908,23,NULL +1191209307,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1110334,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,12.56999969,23,NULL +157972,8,BAT_#4_4,CAN_ALB,Coal_Steam_Turbine,Coal,158.5,23,existing_generator +1191182575,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1115659,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,20.31999969,23,NULL +156090,23,Western Sugar Coop- Ft Morgan,CO_E,Coal_Steam_Turbine,Coal,3,23,existing_generator +1110527,35,Proposed,NV_N,Central_PV,Solar,39.02999878,23,NULL +1191185508,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1102613,14,Proposed,CA_PGE_N,Central_PV,Solar,68.87999725,23,NULL +1104959,2,Proposed,AZ_APS_N,Central_PV,Solar,4.869999886,23,NULL +154766,46,Upper Baker,WA_W,Hydro_NonPumped,Water,104.8,23,existing_generator +154488,17,Grayson,CA_SCE_S,Gas_Steam_Turbine,Gas,100,23,existing_generator +1113538,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,4.059999943,23,NULL +1107792,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,6.28000021,23,NULL +1191185677,39,Proposed,OR_W,Offshore_Wind,Wind,30,23,NULL +156042,43,Fighting Creek LFGTE Plant,WA_ID_AVA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1119074,9,Proposed,CAN_BC,Central_PV,Solar,23.11000061,23,NULL +154775,44,Wanapum,WA_N_CEN,Hydro_NonPumped,Water,1098,23,existing_generator +1104893,7,Proposed,AZ_SE,Central_PV,Solar,9.479999542,23,NULL +1106164,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.659999967,23,NULL +155525,17,Magnolia Power Project,CA_SCE_S,CCGT,Gas,387.6,23,existing_generator +1001917,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,9.199199677,23,NULL +1001918,23,Proposed,CO_E,Residential_PV,Solar,47.29399872,23,NULL +154708,39,Slide Creek,OR_W,Hydro_NonPumped,Water,18,23,existing_generator +1107805,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,6.340000153,23,NULL +1117463,33,Proposed,NM_N,Central_PV,Solar,5,23,NULL +156929,31,"Stillwater Wind, LLC",MT_SE,Wind,Wind,80,23,existing_generator +1106013,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.809999943,23,NULL +1191210510,22,Proposed,CO_DEN,CCGT_Cogen,Gas,33,23,NULL +1104840,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,5.840000153,23,NULL +1118869,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,6.210000038,23,NULL +1104075,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1650.280029,23,NULL +155127,14,Humboldt Sawmill Company,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,32.5,23,existing_generator +1115426,14,Proposed,CA_PGE_N,Central_PV,Solar,2.579999924,23,NULL +1111335,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,4.400000095,23,NULL +1191209599,30,Proposed,MT_NW,Coal_IGCC,Coal,NULL,23,NULL +1109163,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,27.36000061,23,NULL +1111715,4,Proposed,AZ_NM_N,Central_PV,Solar,57.34999847,23,NULL +1191182551,36,Proposed,NV_S,Wind,Wind,300,23,NULL +1191184010,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1191184952,36,Proposed,NV_S,Wind,Wind,180,23,NULL +155117,16,Coso Energy Developers,CA_SCE_CEN,Geothermal,Geothermal,90,23,existing_generator +1100334,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,184.2400055,23,NULL +1112689,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,38.79999924,23,NULL +77521,10,PalmSprings: 1921,CA_IID,Wind,Wind,47,23,NULL +1114414,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,13.86999989,23,NULL +155065,16,SEGS IX,CA_SCE_CEN,ST,Solar,92,23,existing_generator +1191183324,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191184224,7,Proposed,AZ_SE,Wind,Wind,60,23,NULL +1106423,2,Proposed,AZ_APS_N,Central_PV,Solar,16.87999916,23,NULL +1191183114,36,Proposed,NV_S,Wind,Wind,150,23,NULL +155946,21,Aerojet I,CA_SMUD,Central_PV,Solar,3,23,existing_generator +1108571,41,Proposed,UT_N,Central_PV,Solar,1.299999952,23,NULL +1191183775,40,Proposed,OR_WA_BPA,Wind,Wind,150,23,NULL +1110951,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.159999967,23,NULL +154436,13,West Point PH,CA_PGE_CEN,Hydro_NonPumped,Water,13.6,23,existing_generator +1109176,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,8.020000458,23,NULL +155797,16,Alta Wind Energy Center III,CA_SCE_CEN,Wind,Wind,150,23,existing_generator +155731,29,NaturEner Glacier Wind Energy 2,MT_NE,Wind,Wind,103.5,23,existing_generator +1117743,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,35.81000137,23,NULL +156390,13,Enerparc CA1 LLC,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +154734,34,Newman,NM_S_TX_EPE,CCGT,Gas,597,23,existing_generator +1103050,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,6.199999809,23,NULL +154988,42,Huntington,UT_S,Coal_Steam_Turbine,Coal,1037.3,23,existing_generator +155966,17,North Palm Springs 1A,CA_SCE_S,Central_PV,Solar,2.5,23,existing_generator +156625,16,AVS Lancaster 1,CA_SCE_CEN,Central_PV,Solar,3.7,23,existing_generator +1191183231,41,Proposed,UT_N,Wind,Wind,30,23,NULL +154518,11,Scattergood,CA_LADWP,Gas_Steam_Turbine,Gas,326.4,23,existing_generator +1116093,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,9.520000458,23,NULL +1106431,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,15.14999962,23,NULL +155585,36,Nevada Solar One,NV_S,ST,Solar,75.7,23,existing_generator +154475,17,AES Redondo Beach LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,821.4,23,existing_generator +1112705,2,Proposed,AZ_APS_N,Central_PV,Solar,19.75,23,NULL +1000973,11,Proposed,CA_LADWP,Commercial_PV,Solar,42.05319977,23,NULL +1105400,10,Proposed,CA_IID,Central_PV,Solar,4.449999809,23,NULL +1113552,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,32.59999847,23,NULL +156792,12,Marin Clean Energy Solar One,CA_PGE_BAY,Central_PV,Solar,10.5,23,existing_generator +1118347,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,26.71999931,23,NULL +157929,9,Tipella_Creek,CAN_BC,Hydro_NonPumped,Water,16.6,23,existing_generator +1108703,4,Proposed,AZ_NM_N,Central_PV,Solar,3.24000001,23,NULL +1191185090,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1107285,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.300000191,23,NULL +1191209506,37,Proposed,OR_E,CCGT,Gas,NULL,23,NULL +1191185397,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +155110,27,Dietrich Drop,ID_S_OR_E,Hydro_NonPumped,Water,4.8,23,existing_generator +1105448,36,Proposed,NV_S,Central_PV,Solar,4.059999943,23,NULL +1110343,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,11.5,23,NULL +77404,14,RoundMountain: 505,CA_PGE_N,Wind,Wind,34,23,NULL +156125,7,Prairie Fire,AZ_SE,Central_PV,Solar,4.5,23,existing_generator +1191182646,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +156676,7,Red Horse III,AZ_SE,Central_PV,Solar,30,23,existing_generator +1000864,22,Proposed,CO_DEN,Residential_PV,Solar,16.69199944,23,NULL +155663,13,CSU Fresno Solar Project,CA_PGE_CEN,Central_PV,Solar,1,23,existing_generator +1101984,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,87.25,23,NULL +155409,15,La Paloma Generating Plant,CA_PGE_S,CCGT,Gas,1200,23,existing_generator +77447,16,Tehachapi: 560,CA_SCE_CEN,Wind,Wind,98,23,NULL +1191183930,27,Proposed,ID_S_OR_E,Wind,Wind,90,23,NULL +1191185453,43,Proposed,WA_ID_AVA,Wind,Wind,330,23,NULL +77500,14,Solano: 1888,CA_PGE_N,Wind,Wind,37,23,NULL +1111221,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,31.70000076,23,NULL +1103982,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,111.0999985,23,NULL +1106422,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,93.13999939,23,NULL +1191210541,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,247.3999939,23,NULL +1191209739,20,Proposed,CA_SDGE,Battery_Storage,Electricity,NULL,23,NULL +1191210094,14,Proposed,CA_PGE_N,Geothermal,Geothermal,110,23,NULL +155851,27,Cold Springs Windfarm,ID_S_OR_E,Wind,Wind,23,23,existing_generator +1101551,47,Proposed,WY_NE,Central_PV,Solar,3.619999886,23,NULL +1107703,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,6.110000134,23,NULL +156485,20,P Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,9.2,23,existing_generator +1105355,25,Proposed,CO_SW,Central_PV,Solar,12.92000008,23,NULL +1116033,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,20.62999916,23,NULL +1001349,33,Proposed,NM_N,Commercial_PV,Solar,6.56069994,23,NULL +1191183916,27,Proposed,ID_S_OR_E,Wind,Wind,90,23,NULL +1191210462,22,Proposed,CO_DEN,CCGT_Cogen,Gas,110.8000031,23,NULL +1107181,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,5.21999979,23,NULL +1000575,20,Proposed,CA_SDGE,Commercial_PV,Solar,24.92420006,23,NULL +1102867,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.460000038,23,NULL +155046,26,Mink Creek Hydro,ID_E,Hydro_NonPumped,Water,3.1,23,existing_generator +156406,23,Sterling PV 3,CO_E,Central_PV,Solar,1.6,23,existing_generator +1103133,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,4.550000191,23,NULL +1106894,16,Proposed,CA_SCE_CEN,Central_PV,Solar,36.95000076,23,NULL +1117887,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,7.960000038,23,NULL +154942,14,Lake Mendocino,CA_PGE_N,Hydro_NonPumped,Water,3.5,23,existing_generator +156008,21,RE McKenzie 3,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1110065,2,Proposed,AZ_APS_N,Central_PV,Solar,75.48000336,23,NULL +1107291,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,52.93999863,23,NULL +1100399,3,Proposed,AZ_APS_SW,Central_PV,Solar,184.0599976,23,NULL +1191210386,14,Proposed,CA_PGE_N,Gas_Combustion_Turbine_Cogen,Gas,49.5,23,NULL +1191210451,11,Proposed,CA_LADWP,Gas_Steam_Turbine_Cogen,Gas,23,23,NULL +1112661,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,7.159999847,23,NULL +154467,15,Kern River 1,CA_PGE_S,Hydro_NonPumped,Water,26.4,23,existing_generator +154718,39,Carmen Smith,OR_W,Hydro_NonPumped,Water,114.3,23,existing_generator +155546,41,Nebo Power Station,UT_N,CCGT,Gas,140,23,existing_generator +1104504,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,105.9899979,23,NULL +1112728,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,14.93999958,23,NULL +156637,33,"Broadview Energy JN, LLC",NM_N,Wind,Wind,181.7,23,existing_generator +157063,15,"CA Flats Solar 150, LLC",CA_PGE_S,Central_PV,Solar,150,23,existing_generator +1101138,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,74.91000366,23,NULL +1110807,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,7.309999943,23,NULL +1118922,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,29.71999931,23,NULL +1191209252,34,Proposed,NM_S_TX_EPE,Geothermal,Geothermal,20,23,NULL +1191182631,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1191210109,35,Proposed,NV_N,Geothermal,Geothermal,30,23,NULL +1110739,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,15.07999992,23,NULL +1191184255,48,Proposed,WY_NW,Wind,Wind,60,23,NULL +1191210877,8,Proposed,CAN_ALB,Wind,Wind,8814.299805,23,NULL +1112993,41,Proposed,UT_N,Central_PV,Solar,51.00999832,23,NULL +1191184442,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1107794,16,Proposed,CA_SCE_CEN,Central_PV,Solar,13.13000011,23,NULL +1116615,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.510000229,23,NULL +1108243,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,9.31000042,23,NULL +155064,16,SEGS VIII,CA_SCE_CEN,ST,Solar,92,23,existing_generator +156893,15,CDCR (CA) - Corcoran State Prison,CA_PGE_S,Central_PV,Solar,5,23,existing_generator +156551,3,Gila River Power Block 3,AZ_APS_SW,CCGT,Gas,619,23,existing_generator +1112618,42,Proposed,UT_S,Central_PV,Solar,2.74000001,23,NULL +1116556,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,18.29000092,23,NULL +1103217,38,Proposed,OR_PDX,CSP_Trough_No_Storage,Solar,47.27999878,23,NULL +1115327,16,Proposed,CA_SCE_CEN,Central_PV,Solar,36.79000092,23,NULL +155522,12,WWTP Power Generation Station,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,6.6,23,existing_generator +1001849,1,Proposed,AZ_APS_E,Commercial_PV,Solar,9.906399727,23,NULL +1105455,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.900000095,23,NULL +1191185694,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,23,NULL +1117918,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,8.800000191,23,NULL +155493,22,Rocky Mountain Energy Center,CO_DEN,CCGT,Gas,685.1,23,existing_generator +158024,8,MedcnHt11,CAN_ALB,Gas_Combustion_Turbine,Gas,45,23,existing_generator +158042,8,MACKAYG3,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,existing_generator +1117500,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,18.12000084,23,NULL +77420,16,SanBernardino_Lucerne: 521,CA_SCE_CEN,Wind,Wind,49,23,NULL +155389,16,Tehachapi Wind Resource II,CA_SCE_CEN,Wind,Wind,21.9,23,existing_generator +1117132,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,108.7300034,23,NULL +1191209272,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1114629,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,7.440000057,23,NULL +1191183783,40,Proposed,OR_WA_BPA,Wind,Wind,60,23,NULL +154409,13,Merced Falls,CA_PGE_CEN,Hydro_NonPumped,Water,3.4,23,existing_generator +1115907,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,10.31999969,23,NULL +156249,34,Silver City WWTP PV Project,NM_S_TX_EPE,Central_PV,Solar,1,23,existing_generator +1106433,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.720000029,23,NULL +154696,27,Oxbow (OR),ID_S_OR_E,Hydro_NonPumped,Water,190,23,existing_generator +1106404,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,50.40000153,23,NULL +1101778,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,402.0499878,23,NULL +1191209369,9,Proposed,CAN_BC,Geothermal,Geothermal,45,23,NULL +1108220,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.650000095,23,NULL +1107339,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,37.09999847,23,NULL +1112114,41,Proposed,UT_N,Central_PV,Solar,10.90999985,23,NULL +1191185191,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1191183911,27,Proposed,ID_S_OR_E,Wind,Wind,150,23,NULL +157141,44,Rattlesnake,WA_N_CEN,Wind,Wind,144,23,existing_generator +1000122,40,Proposed,OR_WA_BPA,Residential_PV,Solar,150.2279968,23,NULL +156293,16,Western Antelope Blue Sky Ranch A,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1191183412,4,Proposed,AZ_NM_N,Wind,Wind,30,23,NULL +156613,15,"Cuyama Solar, LLC",CA_PGE_S,Central_PV,Solar,40,23,existing_generator +1000579,5,Proposed,AZ_NW,Commercial_PV,Solar,14.18550014,23,NULL +1191183334,24,Proposed,CO_NW,Wind,Wind,270,23,NULL +1191210556,13,Proposed,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,3,23,NULL +1102950,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,11.71000004,23,NULL +1107606,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,34.47000122,23,NULL +1114388,2,Proposed,AZ_APS_N,Central_PV,Solar,32.22999954,23,NULL +1107305,1,Proposed,AZ_APS_E,Central_PV,Solar,33.83000183,23,NULL +77401,14,RoundMountain: 502,CA_PGE_N,Wind,Wind,64,23,NULL +1113471,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,50.11000061,23,NULL +156848,10,Valencia 1 Solar CA,CA_IID,Central_PV,Solar,3,23,existing_generator +1109003,26,Proposed,ID_E,Central_PV,Solar,17.01000023,23,NULL +1106224,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,4.119999886,23,NULL +1001920,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,20.86499977,23,NULL +1109528,36,Proposed,NV_S,Central_PV,Solar,58.56999969,23,NULL +1112112,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,85.27999878,23,NULL +1100882,25,Proposed,CO_SW,Central_PV,Solar,9,23,NULL +1191210368,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,4.599999905,23,NULL +1000172,42,Proposed,UT_S,Residential_PV,Solar,2562.219971,23,NULL +1118031,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,1.179999948,23,NULL +1104981,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.589999914,23,NULL +155311,14,Warm Springs Hydro Project,CA_PGE_N,Hydro_NonPumped,Water,2.7,23,existing_generator +155465,49,Foote Creek IV,WY_SE,Wind,Wind,16.8,23,existing_generator +1105481,3,Proposed,AZ_APS_SW,Central_PV,Solar,219.0700073,23,NULL +155121,14,Roaring Creek Water Power,CA_PGE_N,Hydro_NonPumped,Water,2,23,existing_generator +1100400,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,184.0599976,23,NULL +155294,14,Aidlin Geothermal Power Plant,CA_PGE_N,Geothermal,Geothermal,25,23,existing_generator +1108148,2,Proposed,AZ_APS_N,Central_PV,Solar,59.22999954,23,NULL +155033,17,El Segundo Cogen,CA_SCE_S,CCGT,Gas,180.1,23,existing_generator +1100124,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,1723.819946,23,NULL +1191185443,43,Proposed,WA_ID_AVA,Wind,Wind,1290,23,NULL +1107235,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,32.04000092,23,NULL +1109209,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,3.559999943,23,NULL +1000000,10,Proposed,CA_IID,Residential_PV,Solar,2996.209961,23,NULL +1116598,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,72.87000275,23,NULL +154427,14,Spaulding 1,CA_PGE_N,Hydro_NonPumped,Water,7,23,existing_generator +1108689,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,26.04000092,23,NULL +1118173,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,18.67000008,23,NULL +1191185534,43,Proposed,WA_ID_AVA,Wind,Wind,90,23,NULL +1191209537,18,Proposed,CA_SCE_SE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +156585,14,Potrero Hills Energy Producers,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,8,23,existing_generator +1191182469,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1191185415,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +155384,45,University of Washington Power Plant,WA_SEATAC,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,23,existing_generator +1114863,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.419999957,23,NULL +1191184006,38,Proposed,OR_PDX,Wind,Wind,90,23,NULL +156409,19,Porterville 6 and 7,CA_SCE_VLY,Central_PV,Solar,3,23,existing_generator +1191183298,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1001845,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,6.722199917,23,NULL +1111347,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,71.63999939,23,NULL +1191185479,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1114993,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,15.76000023,23,NULL +1118132,49,Proposed,WY_SE,Central_PV,Solar,75.43000031,23,NULL +77520,17,PalmSprings: 1920,CA_SCE_S,Wind,Wind,85,23,NULL +1104153,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,2.089999914,23,NULL +1118911,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,1.049999952,23,NULL +1111631,13,Proposed,CA_PGE_CEN,Central_PV,Solar,31.67000008,23,NULL +1191185533,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1112198,35,Proposed,NV_N,Central_PV,Solar,1.360000014,23,NULL +1001632,3,Proposed,AZ_APS_SW,Residential_PV,Solar,45.90299988,23,NULL +1102516,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.470000029,23,NULL +1100957,3,Proposed,AZ_APS_SW,Central_PV,Solar,226.9900055,23,NULL +156877,33,Facebook 1 Solar Energy Center,NM_N,Central_PV,Solar,10,23,existing_generator +155589,27,Burley Butte Windpark,ID_S_OR_E,Wind,Wind,21.3,23,existing_generator +1113218,30,Proposed,MT_NW,Central_PV,Solar,53.18000031,23,NULL +1001229,6,Proposed,AZ_PHX,Commercial_PV,Solar,26.9333992,23,NULL +1101596,27,Proposed,ID_S_OR_E,Central_PV,Solar,141.0899963,23,NULL +1104064,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.419999957,23,NULL +1111551,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,14.64000034,23,NULL +1106446,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,42.29999924,23,NULL +1191183915,27,Proposed,ID_S_OR_E,Wind,Wind,540,23,NULL +1103697,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,205.9799957,23,NULL +1100955,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,343.1300049,23,NULL +1113964,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.819999933,23,NULL +154874,35,Verdi,NV_N,Hydro_NonPumped,Water,2.4,23,existing_generator +1111226,13,Proposed,CA_PGE_CEN,Central_PV,Solar,8.159999847,23,NULL +155688,40,Threemile Canyon,OR_WA_BPA,Wind,Wind,9.9,23,existing_generator +1105441,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,36.97999954,23,NULL +1191210841,6,Proposed,AZ_PHX,CCGT,Gas,NULL,23,NULL +154695,27,Hells Canyon,ID_S_OR_E,Hydro_NonPumped,Water,391.5,23,existing_generator +1191209721,2,Proposed,AZ_APS_N,Battery_Storage,Electricity,NULL,23,NULL +1000801,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,10.76879978,23,NULL +155968,27,Sawtooth Wind Project,ID_S_OR_E,Wind,Wind,22.4,23,existing_generator +1191185428,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1100826,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,905.6500244,23,NULL +1113098,4,Proposed,AZ_NM_N,Central_PV,Solar,39.59999847,23,NULL +1111299,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.720000029,23,NULL +1104853,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.039999962,23,NULL +1191209390,26,Proposed,ID_E,Geothermal,Geothermal,10,23,NULL +156228,3,Gillespie 1,AZ_APS_SW,Central_PV,Solar,15,23,existing_generator +1191209329,14,Proposed,CA_PGE_N,Geothermal,Geothermal,8,23,NULL +154635,27,C J Strike,ID_S_OR_E,Hydro_NonPumped,Water,82.8,23,existing_generator +156618,27,Grand View Solar Two,ID_S_OR_E,Central_PV,Solar,80,23,existing_generator +155732,16,Ivanpah 2,CA_SCE_CEN,ST,Solar,133.4,23,existing_generator +154476,17,AES Redondo Beach LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,821.4,23,existing_generator +1191183753,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191185495,30,Proposed,MT_NW,Wind,Wind,60,23,NULL +1000088,4,Proposed,AZ_NM_N,Residential_PV,Solar,54.24900055,23,NULL +155715,18,SunEdison Ironwood State Prison,CA_SCE_SE,Central_PV,Solar,1,23,existing_generator +1191185363,22,Proposed,CO_DEN,Wind,Wind,120,23,NULL +156787,20,Lindberg Field Solar 2,CA_SDGE,Central_PV,Solar,1.9,23,existing_generator +156334,7,Cogenra - TEP,AZ_SE,Central_PV,Solar,1,23,existing_generator +1107491,21,Proposed,CA_SMUD,Central_PV,Solar,11.52999973,23,NULL +1001221,23,Proposed,CO_E,Commercial_PV,Solar,12.1590004,23,NULL +1191209370,14,Proposed,CA_PGE_N,Geothermal,Geothermal,8,23,NULL +1107776,1,Proposed,AZ_APS_E,Central_PV,Solar,17.51000023,23,NULL +1191209644,25,Proposed,CO_SW,Coal_Steam_Turbine,Coal,NULL,23,NULL +1118707,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,20.53000069,23,NULL +1191183904,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1117785,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,48.91999817,23,NULL +1191210595,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,NULL +155173,17,AltaGas Pomona Energy Inc.,CA_SCE_S,Battery_Storage,Electricity,20,23,existing_generator +154817,46,Whitehorn,WA_W,Gas_Combustion_Turbine,Gas,169.2,23,existing_generator +155964,34,SPS4 Monument,NM_S_TX_EPE,Central_PV,Solar,10.1,23,existing_generator +1113114,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,10.85000038,23,NULL +155134,43,Sheep Creek Hydro,WA_ID_AVA,Hydro_NonPumped,Water,1.6,23,existing_generator +1104058,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.170000076,23,NULL +1113011,24,Proposed,CO_NW,Central_PV,Solar,12.05000019,23,NULL +1117031,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.809999943,23,NULL +156151,38,Port Westward Unit 2,OR_PDX,Gas_Internal_Combustion_Engine,Gas,225.6,23,existing_generator +1191210388,13,Proposed,CA_PGE_CEN,CCGT_Cogen,Gas,36.20000076,23,NULL +1107780,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,15.84000015,23,NULL +1191209251,10,Proposed,CA_IID,Geothermal,Geothermal,49.90000153,23,NULL +1191209301,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,23,NULL +1191209186,19,Proposed,CA_SCE_VLY,Bio_Gas,Bio_Gas,NULL,23,NULL +1001006,11,Proposed,CA_LADWP,Residential_PV,Solar,724.7109985,23,NULL +1114802,42,Proposed,UT_S,Central_PV,Solar,21.85000038,23,NULL +1191184216,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +77344,16,Tehachapi: 12,CA_SCE_CEN,Wind,Wind,64,23,NULL +77490,16,MountainPass: 1555,CA_SCE_CEN,Wind,Wind,60,23,NULL +156019,16,Pinyon Pine II,CA_SCE_CEN,Wind,Wind,132,23,existing_generator +1110929,36,Proposed,NV_S,Central_PV,Solar,16.07999992,23,NULL +1118566,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,14.72999954,23,NULL +1105503,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,26.56999969,23,NULL +156960,22,Oak Leaf Solar XXV LLC (CSG),CO_DEN,Central_PV,Solar,1.5,23,existing_generator +154965,10,Rockwood,CA_IID,Gas_Combustion_Turbine,Gas,24.9,23,existing_generator +156456,42,"Enterprise Solar, LLC",UT_S,Central_PV,Solar,80,23,existing_generator +1118736,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,42.91999817,23,NULL +1108708,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.809999943,23,NULL +154338,11,Venice Hydro,CA_LADWP,Hydro_NonPumped,Water,10.1,23,existing_generator +155853,15,California Valley Solar Ranch,CA_PGE_S,Central_PV,Solar,249.8,23,existing_generator +1191209572,3,Proposed,AZ_APS_SW,Coal_IGCC,Coal,NULL,23,NULL +1001353,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,546.9550171,23,NULL +1000420,38,Proposed,OR_PDX,Residential_PV,Solar,30.60199928,23,NULL +1112561,17,Proposed,CA_SCE_S,Central_PV,Solar,2.119999886,23,NULL +1191183122,5,Proposed,AZ_NW,Wind,Wind,30,23,NULL +154612,14,Camp Far West,CA_PGE_N,Hydro_NonPumped,Water,7.2,23,existing_generator +1191210069,42,Proposed,UT_S,Geothermal,Geothermal,38.09999847,23,NULL +1113117,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.190000057,23,NULL +1115756,35,Proposed,NV_N,Central_PV,Solar,60.43000031,23,NULL +156309,15,ABEC Bidart-Old River LLC,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2,23,existing_generator +1191185669,28,Proposed,MEX_BAJA,Offshore_Wind,Wind,60,23,NULL +1191184330,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1191209254,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,26,23,NULL +1191209355,35,Proposed,NV_N,Geothermal,Geothermal,12,23,NULL +1107668,2,Proposed,AZ_APS_N,Central_PV,Solar,7.769999981,23,NULL +1108575,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,396.6400146,23,NULL +155473,46,Chehalis Generating Facility,WA_W,CCGT,Gas,698,23,existing_generator +156057,14,Butte College Main Campus Solar,CA_PGE_N,Central_PV,Solar,3.5,23,existing_generator +154987,6,Santan,AZ_PHX,CCGT,Gas,1326,23,existing_generator +1114192,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,4.449999809,23,NULL +1116986,33,Proposed,NM_N,Central_PV,Solar,39.58000183,23,NULL +1102754,1,Proposed,AZ_APS_E,Central_PV,Solar,1795.140015,23,NULL +1191184028,46,Proposed,WA_W,Wind,Wind,60,23,NULL +155800,16,Alpine Solar,CA_SCE_CEN,Central_PV,Solar,66,23,existing_generator +1191210456,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,17.60000038,23,NULL +1191183818,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1191185396,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1116119,2,Proposed,AZ_APS_N,Central_PV,Solar,17.25,23,NULL +1112741,2,Proposed,AZ_APS_N,Central_PV,Solar,93.95999908,23,NULL +156458,42,"Escalante Solar II, LLC",UT_S,Central_PV,Solar,80,23,existing_generator +155048,33,Southside Water Reclamation Plant,NM_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,23,existing_generator +1115271,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,119.1299973,23,NULL +1108256,35,Proposed,NV_N,Central_PV,Solar,3.380000114,23,NULL +1113958,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.429999948,23,NULL +1116164,3,Proposed,AZ_APS_SW,Central_PV,Solar,18.65999985,23,NULL +1191185471,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +156091,16,PRC-Desoto Intl/PPG Aerospace,CA_SCE_CEN,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.5,23,existing_generator +1191185285,25,Proposed,CO_SW,Wind,Wind,90,23,NULL +156686,27,"Grove Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,6,23,existing_generator +1100331,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,178.5399933,23,NULL +158076,8,Wind_EP_Can_18,CAN_ALB,Wind,Wind,1.8,23,existing_generator +154968,46,Snoqualmie 2,WA_W,Hydro_NonPumped,Water,38.7,23,existing_generator +1109200,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,15.43999958,23,NULL +156386,16,Division 2,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1111083,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,2.420000076,23,NULL +1191185082,23,Proposed,CO_E,Wind,Wind,1410,23,NULL +1104518,35,Proposed,NV_N,Central_PV,Solar,30.13999939,23,NULL +1191209240,35,Proposed,NV_N,Geothermal,Geothermal,30,23,NULL +1191210471,17,Proposed,CA_SCE_S,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,35.59999847,23,NULL +155487,33,Valencia Energy Facility,NM_N,Gas_Combustion_Turbine,Gas,159.5,23,existing_generator +1107735,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.529999971,23,NULL +1112735,10,Proposed,CA_IID,Central_PV,Solar,5.75,23,NULL +155115,16,Coso Finance Partners,CA_SCE_CEN,Geothermal,Geothermal,92.2,23,existing_generator +1191209298,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,23,NULL +1001088,38,Proposed,OR_PDX,Residential_PV,Solar,47.29399872,23,NULL +156606,22,SR Jenkins Ft Lupton,CO_DEN,Central_PV,Solar,13,23,existing_generator +156373,15,Woodmere Solar Farm,CA_PGE_S,Central_PV,Solar,15,23,existing_generator +1112861,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,4.820000172,23,NULL +1191209754,35,Proposed,NV_N,Battery_Storage,Electricity,NULL,23,NULL +1000835,6,Proposed,AZ_PHX,Commercial_PV,Solar,1635.119995,23,NULL +155562,16,ZCO,CA_SCE_CEN,Wind,Wind,1.6,23,existing_generator +156329,25,South Canal Hydro-1,CO_SW,Hydro_NonPumped,Water,4,23,existing_generator +156978,12,Preferred Freezer San Leandro,CA_PGE_BAY,Central_PV,Solar,2,23,existing_generator +1106856,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,13.77999973,23,NULL +155327,36,Nevada Cogen Assoc#1 GarnetVly,NV_S,CCGT,Gas,94.8,23,existing_generator +154640,32,Salmon Diesel,MT_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5,23,existing_generator +1001400,33,Proposed,NM_N,Residential_PV,Solar,344.9679871,23,NULL +1107135,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,10.75,23,NULL +1106362,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,107.8099976,23,NULL +155983,5,Kingman 1,AZ_NW,Wind,Wind,10,23,existing_generator +77506,14,Solano: 1906,CA_PGE_N,Wind,Wind,32,23,NULL +1191182521,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1111326,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,17.05999947,23,NULL +1113144,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,6.880000114,23,NULL +1118262,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,6.360000134,23,NULL +1001405,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,27.17760086,23,NULL +157877,9,Furry_Creek,CAN_BC,Hydro_NonPumped,Water,10.4,23,existing_generator +1191185489,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +155107,27,Koyle Ranch Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,1.3,23,existing_generator +155640,27,Mountain Home,ID_S_OR_E,Wind,Wind,21,23,existing_generator +77372,16,Tehachapi: 43,CA_SCE_CEN,Wind,Wind,21,23,NULL +155112,27,Rock Creek II,ID_S_OR_E,Hydro_NonPumped,Water,1.9,23,existing_generator +1191185297,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +154503,16,Cottonwood,CA_SCE_CEN,Hydro_NonPumped,Water,1.6,23,existing_generator +154477,17,AES Redondo Beach LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,821.4,23,existing_generator +1112216,2,Proposed,AZ_APS_N,Central_PV,Solar,119.3499985,23,NULL +154486,17,Grayson,CA_SCE_S,Gas_Combustion_Turbine,Gas,57.4,23,existing_generator +1191182613,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1113143,10,Proposed,CA_IID,Central_PV,Solar,6.880000114,23,NULL +157890,9,Mamquam_Hydro,CAN_BC,Hydro_NonPumped,Water,50,23,existing_generator +1191210572,8,Proposed,CAN_ALB,Coal_Steam_Turbine_Cogen,Coal,46,23,NULL +155008,12,Gilroy Power Plant,CA_PGE_BAY,CCGT,Gas,130,23,existing_generator +1110842,4,Proposed,AZ_NM_N,Central_PV,Solar,5.269999981,23,NULL +1105158,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,12.63000011,23,NULL +1118090,39,Proposed,OR_W,Central_PV,Solar,2.460000038,23,NULL +154845,33,Elephant Butte,NM_N,Hydro_NonPumped,Water,27.9,23,existing_generator +1105512,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,19.19000053,23,NULL +1191182936,49,Proposed,WY_SE,Wind,Wind,9420,23,NULL +1105987,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.00999999,23,NULL +1116123,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,3.700000048,23,NULL +1109201,3,Proposed,AZ_APS_SW,Central_PV,Solar,1.220000029,23,NULL +156479,16,"Adelanto Solar II, LLC",CA_SCE_CEN,Central_PV,Solar,7,23,existing_generator +1191184160,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1001623,23,Proposed,CO_E,Commercial_PV,Solar,42.05020142,23,NULL +1106207,14,Proposed,CA_PGE_N,Central_PV,Solar,22.28000069,23,NULL +1106998,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,5.159999847,23,NULL +1191209649,30,Proposed,MT_NW,Coal_Steam_Turbine,Coal,NULL,23,NULL +1105826,15,Proposed,CA_PGE_S,Central_PV,Solar,5.650000095,23,NULL +1110933,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,36.5,23,NULL +1191185133,23,Proposed,CO_E,Wind,Wind,180,23,NULL +1117912,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,15.88000011,23,NULL +1116399,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,3.339999914,23,NULL +155266,37,Siphon Power Project,OR_E,Hydro_NonPumped,Water,5.4,23,existing_generator +1115693,18,Proposed,CA_SCE_SE,Central_PV,Solar,7.320000172,23,NULL +155101,10,Geo East Mesa III,CA_IID,Geothermal,Geothermal,8,23,existing_generator +1115205,20,Proposed,CA_SDGE,CSP_Trough_No_Storage,Solar,14.03999996,23,NULL +1191185451,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +155042,27,South Forks Hydro,ID_S_OR_E,Hydro_NonPumped,Water,8,23,existing_generator +1191185141,23,Proposed,CO_E,Wind,Wind,1470,23,NULL +1110016,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,12.14999962,23,NULL +1191210459,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,13.10000038,23,NULL +154627,14,Toadtown,CA_PGE_N,Hydro_NonPumped,Water,1.8,23,existing_generator +1115290,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,28.76000023,23,NULL +155554,7,Cogeneration 1,AZ_SE,CCGT,Gas,9,23,existing_generator +1001250,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,36.16600037,23,NULL +1191209376,37,Proposed,OR_E,Geothermal,Geothermal,16,23,NULL +1113769,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,8.899999619,23,NULL +1191210528,3,Proposed,AZ_APS_SW,CCGT_Cogen,Gas,62.59999847,23,NULL +1105770,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,4.730000019,23,NULL +1191182633,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1191185550,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191183374,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1114786,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,15.18999958,23,NULL +156678,34,Holloman Solar Facility,NM_S_TX_EPE,Central_PV,Solar,5,23,existing_generator +1104621,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,7.769999981,23,NULL +1104009,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,3.579999924,23,NULL +155986,21,RE Dillard 2,CA_SMUD,Central_PV,Solar,3,23,existing_generator +1105662,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,3.539999962,23,NULL +155224,17,San Gorgonio Westwinds II LLC,CA_SCE_S,Wind,Wind,43.4,23,existing_generator +1115695,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,7.320000172,23,NULL +156734,20,El Cajon Energy Storage,CA_SDGE,Battery_Storage,Electricity,7.5,23,existing_generator +155633,29,Horseshoe Bend Wind Park,MT_NE,Wind,Wind,9,23,existing_generator +157122,23,Crossing Trails Wind Farm,CO_E,Wind,Wind,104,23,existing_generator +1109565,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,11.44999981,23,NULL +156741,23,Rush Creek Wind,CO_E,Wind,Wind,600,23,existing_generator +1107170,14,Proposed,CA_PGE_N,Central_PV,Solar,61.29999924,23,NULL +1115238,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.930000067,23,NULL +1105519,38,Proposed,OR_PDX,CSP_Trough_6h_Storage,Solar,9.93999958,23,NULL +156649,33,Santa Fe Solar Energy Center,NM_N,Central_PV,Solar,9.5,23,existing_generator +1116604,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,9.460000038,23,NULL +1109517,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,2.019999981,23,NULL +1191209481,12,Proposed,CA_PGE_BAY,CCGT,Gas,NULL,23,NULL +156412,16,Rising Tree Wind Farm III,CA_SCE_CEN,Wind,Wind,99,23,existing_generator +1106905,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.049999952,23,NULL +1105459,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,9.270000458,23,NULL +1191183314,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1100323,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,65.13999939,23,NULL +1191182540,36,Proposed,NV_S,Wind,Wind,1230,23,NULL +1191182489,36,Proposed,NV_S,Wind,Wind,90,23,NULL +1118698,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,25.44000053,23,NULL +1110455,3,Proposed,AZ_APS_SW,Central_PV,Solar,16.30999947,23,NULL +1115674,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,48.00999832,23,NULL +1117301,24,Proposed,CO_NW,Central_PV,Solar,49.36999893,23,NULL +1191209618,49,Proposed,WY_SE,Coal_IGCC,Coal,NULL,23,NULL +1114787,35,Proposed,NV_N,Central_PV,Solar,35.04000092,23,NULL +1116934,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.539999962,23,NULL +154484,13,Pardee,CA_PGE_CEN,Hydro_NonPumped,Water,23.6,23,existing_generator +1001847,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,32.6556015,23,NULL +1105157,32,Proposed,MT_SW,Central_PV,Solar,12.63000011,23,NULL +1116967,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.519999981,23,NULL +1117523,16,Proposed,CA_SCE_CEN,Central_PV,Solar,8.840000153,23,NULL +155249,43,Spokane Waste to Energy,WA_ID_AVA,Bio_Solid_Steam_Turbine,Bio_Solid,26,23,existing_generator +1112690,42,Proposed,UT_S,Central_PV,Solar,81.76999664,23,NULL +1191183933,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1110491,2,Proposed,AZ_APS_N,Central_PV,Solar,122.6900024,23,NULL +1111345,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,36.29000092,23,NULL +1112662,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,7.159999847,23,NULL +1191182734,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +155976,3,Arizona Western College PV,AZ_APS_SW,Central_PV,Solar,4.7,23,existing_generator +1111756,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.360000014,23,NULL +1119046,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,3,23,NULL +1113455,42,Proposed,UT_S,Central_PV,Solar,47.56000137,23,NULL +1191209484,15,Proposed,CA_PGE_S,CCGT,Gas,NULL,23,NULL +155963,34,SPS3 Lea,NM_S_TX_EPE,Central_PV,Solar,10,23,existing_generator +156322,16,Summer Solar C2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1191184025,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191209343,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1107826,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,2.690000057,23,NULL +1191210869,8,Proposed,CAN_ALB,Wind,Wind,1960.150024,23,NULL +1191182475,36,Proposed,NV_S,Wind,Wind,150,23,NULL +1118896,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.089999914,23,NULL +155548,13,Chowchilla II,CA_PGE_CEN,Gas_Internal_Combustion_Engine,Gas,49.6,23,existing_generator +1001354,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,23.64699936,23,NULL +155565,14,Roseville Energy Park,CA_PGE_N,CCGT,Gas,164,23,existing_generator +1000866,11,Proposed,CA_LADWP,Residential_PV,Solar,1562.089966,23,NULL +1118763,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,7.059999943,23,NULL +1101770,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1268.27002,23,NULL +1100202,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,124.1600037,23,NULL +1110109,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.690000057,23,NULL +1115660,25,Proposed,CO_SW,Central_PV,Solar,80.83999634,23,NULL +1114425,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,148.8600006,23,NULL +1118303,4,Proposed,AZ_NM_N,Central_PV,Solar,1.889999986,23,NULL +1110943,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,6.860000134,23,NULL +1116774,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,22.20999908,23,NULL +154429,14,Spaulding 3,CA_PGE_N,Hydro_NonPumped,Water,6.6,23,existing_generator +1105701,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,116.0999985,23,NULL +155994,14,Foundation AB,CA_PGE_N,Wind,Wind,1.5,23,existing_generator +1117450,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,10.43999958,23,NULL +1104546,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,21.12000084,23,NULL +1118934,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,133.6999969,23,NULL +156044,39,Roseburg LFG,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +1001237,1,Proposed,AZ_APS_E,Commercial_PV,Solar,64.76599884,23,NULL +1117878,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,8.970000267,23,NULL +154390,14,Cresta,CA_PGE_N,Hydro_NonPumped,Water,73.8,23,existing_generator +1118711,42,Proposed,UT_S,Central_PV,Solar,5.929999828,23,NULL +1000979,24,Proposed,CO_NW,Commercial_PV,Solar,14.50049973,23,NULL +1112938,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,10.60999966,23,NULL +1115696,7,Proposed,AZ_SE,Central_PV,Solar,46.65000153,23,NULL +157860,9,Buntzen_2,CAN_BC,Hydro_NonPumped,Water,18,23,existing_generator +1112201,4,Proposed,AZ_NM_N,Central_PV,Solar,46.34999847,23,NULL +1191185421,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +154943,47,Neil Simpson II,WY_NE,Gas_Combustion_Turbine,Gas,40,23,existing_generator +1191185652,46,Proposed,WA_W,Offshore_Wind,Wind,30,23,NULL +1118875,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.849999905,23,NULL +1191182736,47,Proposed,WY_NE,Wind,Wind,390,23,NULL +155676,21,Sacramento Soleil LLC,CA_SMUD,Central_PV,Solar,1,23,existing_generator +155226,46,Lilliwaup Falls Generating,WA_W,Hydro_NonPumped,Water,1.4,23,existing_generator +1101875,2,Proposed,AZ_APS_N,Central_PV,Solar,191.6900024,23,NULL +155656,13,CalRenew-1,CA_PGE_CEN,Central_PV,Solar,5,23,existing_generator +156288,12,Transamerica Pyramid,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,1,23,existing_generator +1101985,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,87.25,23,NULL +157949,9,VICFT,CAN_BC,CCGT,Gas,293,23,existing_generator +157986,8,EPCR_Clvrbr_3,CAN_ALB,Gas_Combustion_Turbine,Gas,100,23,existing_generator +1107576,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,36.00999832,23,NULL +1108261,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.289999962,23,NULL +1106890,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,44.83000183,23,NULL +1191209203,49,Proposed,WY_SE,Bio_Gas,Bio_Gas,NULL,23,NULL +156443,20,Golden Acorn Casino,CA_SDGE,Wind,Wind,1,23,existing_generator +157882,9,Kemano,CAN_BC,Hydro_NonPumped,Water,148,23,existing_generator +1191184047,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155099,10,Salton Sea Power Gen Co - Unit 3,CA_IID,Geothermal,Geothermal,53.9,23,existing_generator +154551,14,Keswick,CA_PGE_N,Hydro_NonPumped,Water,117,23,existing_generator +1117531,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.389999986,23,NULL +154985,50,Jim Bridger,WY_SW,Coal_Steam_Turbine,Coal,2441.9,23,existing_generator +1106387,33,Proposed,NM_N,Central_PV,Solar,1.919999957,23,NULL +1118316,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,10.57999992,23,NULL +157891,9,Marion_3_Creek_Hydro,CAN_BC,Hydro_NonPumped,Water,4.6,23,existing_generator +1191184984,23,Proposed,CO_E,Wind,Wind,30,23,NULL +157923,9,Stave_Falls,CAN_BC,Hydro_NonPumped,Water,90,23,existing_generator +1191185680,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,23,NULL +156553,42,Fiddler's Canyon #1,UT_S,Central_PV,Solar,3,23,existing_generator +1108781,3,Proposed,AZ_APS_SW,Central_PV,Solar,88.45999908,23,NULL +1114368,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.429999828,23,NULL +1116610,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,65.27999878,23,NULL +1106605,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,11.55000019,23,NULL +1191183353,24,Proposed,CO_NW,Wind,Wind,90,23,NULL +1114402,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.130000114,23,NULL +1110489,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,49.54999924,23,NULL +1103469,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,34.13000107,23,NULL +1107151,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,32.56999969,23,NULL +1117891,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,11.61999989,23,NULL +1191209554,35,Proposed,NV_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1109248,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2,23,NULL +1110517,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.799999952,23,NULL +1111560,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,45.16999817,23,NULL +1117399,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,9.430000305,23,NULL +1100523,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,1919.560059,23,NULL +1191209576,7,Proposed,AZ_SE,Coal_IGCC,Coal,NULL,23,NULL +1100993,18,Proposed,CA_SCE_SE,Central_PV,Solar,65.22000122,23,NULL +1108789,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,29.95000076,23,NULL +1191209366,39,Proposed,OR_W,Geothermal,Geothermal,45,23,NULL +1108265,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.809999943,23,NULL +154700,37,East Side,OR_E,Hydro_NonPumped,Water,3.2,23,existing_generator +1117003,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.059999943,23,NULL +155210,17,Edom Hills Project 1 LLC,CA_SCE_S,Wind,Wind,20,23,existing_generator +156564,5,Mohave Electric at Fort Mohave,AZ_NW,Central_PV,Solar,14.4,23,existing_generator +1107168,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.00999999,23,NULL +1191182934,49,Proposed,WY_SE,Wind,Wind,2160,23,NULL +1100359,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,2578.290039,23,NULL +1109552,36,Proposed,NV_S,Central_PV,Solar,1.539999962,23,NULL +1191182952,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1114714,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,27.04999924,23,NULL +155412,5,South Point Energy Center,AZ_NW,CCGT,Gas,708,23,existing_generator +1001855,23,Proposed,CO_E,Commercial_PV,Solar,19.21920013,23,NULL +155419,12,Los Medanos Energy Center,CA_PGE_BAY,CCGT,Gas,678.3,23,existing_generator +157033,10,Citizens Imperial Solar,CA_IID,Central_PV,Solar,30,23,existing_generator +1191185365,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +156712,27,ID Solar,ID_S_OR_E,Central_PV,Solar,40,23,existing_generator +1110895,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,95.91000366,23,NULL +1191183653,29,Proposed,MT_NE,Wind,Wind,30,23,NULL +156643,17,Freeway Springs,CA_SCE_S,Central_PV,Solar,2,23,existing_generator +1111361,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,137.9400024,23,NULL +1112743,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,93.95999908,23,NULL +1191209493,24,Proposed,CO_NW,CCGT,Gas,NULL,23,NULL +155895,12,Sunset Reservoir North Basin,CA_PGE_BAY,Central_PV,Solar,4.5,23,existing_generator +1191184056,46,Proposed,WA_W,Wind,Wind,30,23,NULL +156611,17,Tequesquite Landfill Solar PV Project,CA_SCE_S,Central_PV,Solar,7.3,23,existing_generator +1191183382,24,Proposed,CO_NW,Wind,Wind,150,23,NULL +155476,46,Mint Farm Generating Station,WA_W,CCGT,Gas,319,23,existing_generator +1104773,13,Proposed,CA_PGE_CEN,Central_PV,Solar,3.630000114,23,NULL +155775,17,Solar Photovoltaic Project #10,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +1100079,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,48.13999939,23,NULL +1109266,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,1.200000048,23,NULL +1191185676,39,Proposed,OR_W,Offshore_Wind,Wind,30,23,NULL +154525,14,Dutch Flat 2,CA_PGE_N,Hydro_NonPumped,Water,27.3,23,existing_generator +1117882,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,21.53000069,23,NULL +1191183935,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +155128,20,San Diego State University,CA_SDGE,CCGT,Gas,14.3,23,existing_generator +156192,13,Ameresco Johnson Canyon,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.4,23,existing_generator +1191183308,50,Proposed,WY_SW,Wind,Wind,840,23,NULL +1112897,32,Proposed,MT_SW,Central_PV,Solar,1.220000029,23,NULL +156040,17,Solar Photovoltaic Project #48,CA_SCE_S,Central_PV,Solar,5,23,existing_generator +156599,25,Hooper Solar,CO_SW,Central_PV,Solar,52,23,existing_generator +156202,13,Ameresco San Joaquin,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.4,23,existing_generator +1108040,35,Proposed,NV_N,Central_PV,Solar,1.350000024,23,NULL +1191209550,31,Proposed,MT_SE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +155713,14,Mariani Packing Vacaville Solar,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +1104091,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,4.519999981,23,NULL +1106060,39,Proposed,OR_W,Central_PV,Solar,1.909999967,23,NULL +1191210476,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,38.90000153,23,NULL +1115319,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,7.590000153,23,NULL +155749,27,Camp Reed,ID_S_OR_E,Wind,Wind,22.5,23,existing_generator +1113059,35,Proposed,NV_N,Central_PV,Solar,51.95999908,23,NULL +1111362,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,137.9400024,23,NULL +1111750,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,50.93000031,23,NULL +1191182600,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1101514,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,3732.449951,23,NULL +1101805,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,307.3699951,23,NULL +1000284,15,Proposed,CA_PGE_S,Residential_PV,Solar,286.54599,23,NULL +155278,15,Cymric 31X Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,6.8,23,existing_generator +155821,34,Roadrunner Solar,NM_S_TX_EPE,Central_PV,Solar,20.2,23,existing_generator +155848,27,Hammett Hill Windfarm,ID_S_OR_E,Wind,Wind,23,23,existing_generator +154771,46,Yelm,WA_W,Hydro_NonPumped,Water,12,23,existing_generator +1104010,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,3.579999924,23,NULL +1117294,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,46.41999817,23,NULL +1116122,35,Proposed,NV_N,Central_PV,Solar,3.700000048,23,NULL +1111718,1,Proposed,AZ_APS_E,Central_PV,Solar,1.419999957,23,NULL +1108340,35,Proposed,NV_N,Central_PV,Solar,1.350000024,23,NULL +1118620,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,10.71000004,23,NULL +1191184029,46,Proposed,WA_W,Wind,Wind,30,23,NULL +156370,15,"RE Kent South, LLC",CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1191183722,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1191184826,1,Proposed,AZ_APS_E,Wind,Wind,30,23,NULL +1191185416,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1102746,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.070000172,23,NULL +1110496,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,13.34000015,23,NULL +156299,21,Sacramento Fairbain Water Treatment Plan,CA_SMUD,Central_PV,Solar,1,23,existing_generator +1112406,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,15.27999973,23,NULL +156219,36,Las Vegas WPCF Solar Plant,NV_S,Central_PV,Solar,3.3,23,existing_generator +1191209352,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1191210564,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,170,23,NULL +155597,22,Spindle Hill Energy Center,CO_DEN,Gas_Combustion_Turbine,Gas,420,23,existing_generator +1116859,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,1.190000057,23,NULL +1191184397,35,Proposed,NV_N,Wind,Wind,1680,23,NULL +77365,16,Tehachapi: 36,CA_SCE_CEN,Wind,Wind,114,23,NULL +1103819,35,Proposed,NV_N,Central_PV,Solar,1.940000057,23,NULL +1191209332,35,Proposed,NV_N,Geothermal,Geothermal,16,23,NULL +154704,39,Prospect 1,OR_W,Hydro_NonPumped,Water,3.8,23,existing_generator +156570,16,Kingbird A Solar LLC,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +155079,10,Del Ranch Company,CA_IID,Geothermal,Geothermal,45.5,23,existing_generator +1103974,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.869999886,23,NULL +1108061,33,Proposed,NM_N,Central_PV,Solar,176.6399994,23,NULL +156033,6,Queen Creek Solar Farm,AZ_PHX,Central_PV,Solar,19,23,existing_generator +1106419,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,18.17000008,23,NULL +1116592,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,26.75,23,NULL +1191183343,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1111491,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,3.289999962,23,NULL +1102494,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,1583.569946,23,NULL +1118396,30,Proposed,MT_NW,Central_PV,Solar,1.440000057,23,NULL +1000316,41,Proposed,UT_N,Residential_PV,Solar,59.81299973,23,NULL +156483,7,Valencia Solar,AZ_SE,Central_PV,Solar,10,23,existing_generator +156784,17,CSUF State College,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1191183318,24,Proposed,CO_NW,Wind,Wind,210,23,NULL +1191185457,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1101666,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,516.8300171,23,NULL +1112468,33,Proposed,NM_N,Central_PV,Solar,2.829999924,23,NULL +1191185340,44,Proposed,WA_N_CEN,Wind,Wind,420,23,NULL +1001342,35,Proposed,NV_N,Residential_PV,Solar,122.4079971,23,NULL +155150,46,Nippon Dynawave Packaging Longview WA,WA_W,ST,Bio_Liquid,31,23,existing_generator +154705,39,Prospect 2,OR_W,Hydro_NonPumped,Water,32,23,existing_generator +1114356,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.880000114,23,NULL +1109171,35,Proposed,NV_N,Central_PV,Solar,14.21000004,23,NULL +1111652,23,Proposed,CO_E,Central_PV,Solar,79.98000336,23,NULL +1116569,2,Proposed,AZ_APS_N,Central_PV,Solar,11.28999996,23,NULL +1191209294,26,Proposed,ID_E,Geothermal,Geothermal,20,23,NULL +154862,16,San Francisquito 1,CA_SCE_CEN,Hydro_NonPumped,Water,65.5,23,existing_generator +1191182455,36,Proposed,NV_S,Wind,Wind,30,23,NULL +154633,27,Bliss,ID_S_OR_E,Hydro_NonPumped,Water,75,23,existing_generator +1118769,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.519999981,23,NULL +1191185518,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1110941,35,Proposed,NV_N,Central_PV,Solar,6.860000134,23,NULL +155571,47,Wygen 2,WY_NE,Coal_Steam_Turbine,Coal,95,23,existing_generator +1103114,2,Proposed,AZ_APS_N,Central_PV,Solar,1.049999952,23,NULL +1191182545,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1191185324,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +155246,16,CSUCI Site Authority,CA_SCE_CEN,CCGT,Gas,31.1,23,existing_generator +1111284,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,11.11999989,23,NULL +1191209602,33,Proposed,NM_N,Coal_IGCC,Coal,NULL,23,NULL +1117862,25,Proposed,CO_SW,Central_PV,Solar,20.55999947,23,NULL +154549,21,Folsom,CA_SMUD,Hydro_NonPumped,Water,198.6,23,existing_generator +1191209510,41,Proposed,UT_N,CCGT,Gas,NULL,23,NULL +155023,13,Fresno Cogen Partners,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,22.3,23,existing_generator +154435,14,Volta 1,CA_PGE_N,Hydro_NonPumped,Water,8.5,23,existing_generator +155891,23,AFA Solar Farm,CO_E,Central_PV,Solar,5.5,23,existing_generator +156391,12,CSD 2- Freedom High,CA_PGE_BAY,Central_PV,Solar,1.1,23,existing_generator +157828,8,Brazeau,CAN_ALB,Hydro_NonPumped,Water,200,23,existing_generator +1107327,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,86.19000244,23,NULL +1118760,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.470000029,23,NULL +1001075,35,Proposed,NV_N,Commercial_PV,Solar,6.998400211,23,NULL +156903,27,North Gooding Main Hydro,ID_S_OR_E,Hydro_NonPumped,Water,1.3,23,existing_generator +77357,16,Tehachapi: 25,CA_SCE_CEN,Wind,Wind,63,23,NULL +1112027,41,Proposed,UT_N,Central_PV,Solar,1.289999962,23,NULL +156180,15,White River Solar,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1117884,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,75.5,23,NULL +1191182711,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191209732,13,Proposed,CA_PGE_CEN,Battery_Storage,Electricity,NULL,23,NULL +1115152,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,57.11000061,23,NULL +1191183349,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +156313,13,North Star Solar,CA_PGE_CEN,Central_PV,Solar,62.5,23,existing_generator +1109483,33,Proposed,NM_N,Central_PV,Solar,20.43000031,23,NULL +157938,9,Waneta,CAN_BC,Hydro_NonPumped,Water,453.8,23,existing_generator +156662,22,Valley View Solar,CO_DEN,Central_PV,Solar,4,23,existing_generator +156181,15,Corcoran Solar,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1117902,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,52.15000153,23,NULL +1111325,2,Proposed,AZ_APS_N,Central_PV,Solar,17.05999947,23,NULL +1191182572,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1104547,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,21.12000084,23,NULL +1000871,11,Proposed,CA_LADWP,Commercial_PV,Solar,15.78719997,23,NULL +154374,7,Apache Station,AZ_SE,Coal_Steam_Turbine,Coal,204,23,existing_generator +154789,49,Dave Johnston,WY_SE,Coal_Steam_Turbine,Coal,922.2,23,existing_generator +154925,48,Buffalo Bill,WY_NW,Hydro_NonPumped,Water,18,23,existing_generator +156278,42,Milford Flat Solar Plant,UT_S,Central_PV,Solar,3,23,existing_generator +1107724,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,80.16999817,23,NULL +1106834,6,Proposed,AZ_PHX,Central_PV,Solar,1.169999957,23,NULL +1191210460,43,Proposed,WA_ID_AVA,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,93.80000305,23,NULL +1103175,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,97.84999847,23,NULL +156623,19,CED Ducor 4,CA_SCE_VLY,Central_PV,Solar,20,23,existing_generator +154939,14,Roseville,CA_PGE_N,Gas_Combustion_Turbine,Gas,54.8,23,existing_generator +1103729,14,Proposed,CA_PGE_N,Central_PV,Solar,1.669999957,23,NULL +1002018,23,Proposed,CO_E,Residential_PV,Solar,27.81999969,23,NULL +1191185507,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191182648,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +155815,6,Copper Crossing Solar LLC,AZ_PHX,Central_PV,Solar,20,23,existing_generator +154980,41,Murray Turbine,UT_N,Gas_Combustion_Turbine,Gas,42,23,existing_generator +1115764,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,36.79999924,23,NULL +154609,24,Lower Molina,CO_NW,Hydro_NonPumped,Water,5.6,23,existing_generator +1117763,39,Proposed,OR_W,Central_PV,Solar,22.09000015,23,NULL +1117888,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,7.960000038,23,NULL +1102856,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,226.8500061,23,NULL +1191185612,34,Proposed,NM_S_TX_EPE,Wind,Wind,30,23,NULL +1191183787,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1111227,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,8.159999847,23,NULL +155403,37,Klamath Cogeneration Plant,OR_E,CCGT,Gas,501.5,23,existing_generator +1102459,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,1.299999952,23,NULL +1191209315,35,Proposed,NV_N,Geothermal,Geothermal,40,23,NULL +1117502,5,Proposed,AZ_NW,Central_PV,Solar,77.58999634,23,NULL +1000312,15,Proposed,CA_PGE_S,Residential_PV,Solar,55.63999939,23,NULL +154362,6,Mormon Flat,AZ_PHX,Hydro_NonPumped,Water,9.2,23,existing_generator +155747,17,UCI Facilities Management Central Plant,CA_SCE_S,CCGT,Gas,19,23,existing_generator +156581,16,Morgan Lancaster 1,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1104540,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.359999895,23,NULL +155340,17,San Gorgonio Windplant WPP1993,CA_SCE_S,Wind,Wind,49.5,23,existing_generator +1001008,11,Proposed,CA_LADWP,Residential_PV,Solar,5305.27002,23,NULL +157844,8,Three_Sisters,CAN_ALB,Hydro_NonPumped,Water,2.7,23,existing_generator +1103322,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,333.3699951,23,NULL +1107270,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,12.22000027,23,NULL +1114408,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,15.43000031,23,NULL +155761,44,Vantage Wind Energy LLC,WA_N_CEN,Wind,Wind,90,23,existing_generator +1106871,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,27.68000031,23,NULL +1112899,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,1.220000029,23,NULL +1106020,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,13.61999989,23,NULL +154499,16,Big Pine Creek,CA_SCE_CEN,Hydro_NonPumped,Water,3.2,23,existing_generator +1000390,20,Proposed,CA_SDGE,Residential_PV,Solar,75.11399841,23,NULL +1191209766,47,Proposed,WY_NE,Battery_Storage,Electricity,NULL,23,NULL +1112382,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,3.579999924,23,NULL +157987,8,ON_LongLk1,CAN_ALB,Gas_Combustion_Turbine,Gas,85,23,existing_generator +1113130,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,18.01000023,23,NULL +1116084,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,21.21999931,23,NULL +1115321,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.5,23,NULL +155211,13,Pacific-Ultrapower Chinese Station,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,25,23,existing_generator +156469,15,Algonquin SKIC20 Solar LLC,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +156099,26,Meadow Creek Project Company,ID_E,Wind,Wind,119.7,23,existing_generator +77412,16,Tehachapi: 513,CA_SCE_CEN,Wind,Wind,34,23,NULL +156902,10,USG 2,CA_IID,Central_PV,Solar,1,23,existing_generator +1191183761,40,Proposed,OR_WA_BPA,Wind,Wind,180,23,NULL +156796,16,Foundation CDCR LAC,CA_SCE_CEN,Wind,Wind,1.9,23,existing_generator +157835,8,Interlakes,CAN_ALB,Hydro_NonPumped,Water,5,23,existing_generator +1110036,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,255.2100067,23,NULL +1191182684,39,Proposed,OR_W,Wind,Wind,270,23,NULL +1191210474,16,Proposed,CA_SCE_CEN,CCGT_Cogen,Gas,31.10000038,23,NULL +1191185539,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1191185144,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1109175,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,8.020000458,23,NULL +1112237,2,Proposed,AZ_APS_N,Central_PV,Solar,119.9400024,23,NULL +155253,27,S E Hazelton A,ID_S_OR_E,Hydro_NonPumped,Water,8.4,23,existing_generator +1109737,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,459.6600037,23,NULL +77374,16,Barstow: 45,CA_SCE_CEN,Wind,Wind,87,23,NULL +156269,33,Rio Rancho High School,NM_N,Central_PV,Solar,1,23,existing_generator +1000019,41,Proposed,UT_N,Commercial_PV,Solar,34.18799973,23,NULL +157010,15,Verwey-Hanford Dairy Digester #2,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,23,existing_generator +1191182687,39,Proposed,OR_W,Wind,Wind,30,23,NULL +154759,46,Merwin,WA_W,Hydro_NonPumped,Water,136,23,existing_generator +1110939,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,33.41999817,23,NULL +1191182611,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +154922,14,Redding Power,CA_PGE_N,CCGT,Gas,109.3,23,existing_generator +1100867,2,Proposed,AZ_APS_N,Central_PV,Solar,261.2000122,23,NULL +1110019,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,5.650000095,23,NULL +156875,41,Provo Power Plant,UT_N,Gas_Internal_Combustion_Engine,Gas,12,23,existing_generator +1110869,36,Proposed,NV_S,Central_PV,Solar,3,23,NULL +154698,39,Clearwater 2,OR_W,Hydro_NonPumped,Water,26,23,existing_generator +154855,44,Chelan,WA_N_CEN,Hydro_NonPumped,Water,59.2,23,existing_generator +1107233,4,Proposed,AZ_NM_N,Central_PV,Solar,32.04000092,23,NULL +1115742,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,50.77999878,23,NULL +1191210433,46,Proposed,WA_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,28,23,NULL +155451,7,Sundance,AZ_SE,Gas_Combustion_Turbine,Gas,605,23,existing_generator +1109457,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.170000076,23,NULL +155701,40,Oregon Trail Windfarm LLC,OR_WA_BPA,Wind,Wind,9.9,23,existing_generator +1001322,23,Proposed,CO_E,Residential_PV,Solar,59.81299973,23,NULL +154432,14,Geysers Unit 5-20,CA_PGE_N,Geothermal,Geothermal,1163,23,existing_generator +154895,41,Hydro II,UT_N,Hydro_NonPumped,Water,6.6,23,existing_generator +1114879,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.119999886,23,NULL +1117033,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.809999943,23,NULL +1000576,41,Proposed,UT_N,Residential_PV,Solar,178.0480042,23,NULL +154344,7,Douglas,AZ_SE,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,26.1,23,existing_generator +158007,9,Walden1,CAN_BC,Gas_Combustion_Turbine,Gas,30,23,existing_generator +1113498,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,5.320000172,23,NULL +1001080,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,65.3769989,23,NULL +1114729,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,8.859999657,23,NULL +1191185314,25,Proposed,CO_SW,Wind,Wind,60,23,NULL +1116193,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,3.980000019,23,NULL +155056,22,Gross Hydro Plant,CO_DEN,Hydro_NonPumped,Water,7.8,23,existing_generator +1191210883,8,Proposed,CAN_ALB,Wind,Wind,3213.830078,23,NULL +157074,36,Townsite Solar Project,NV_S,Battery_Storage,Electricity,20,23,existing_generator +1115886,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,8.5,23,NULL +155540,13,Ripon Generation Station,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,121,23,existing_generator +1113126,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,105.1299973,23,NULL +155354,7,University of Arizona - Biosphere 2,AZ_SE,Gas_Internal_Combustion_Engine,Gas,1.6,23,existing_generator +1114832,6,Proposed,AZ_PHX,Central_PV,Solar,62.86999893,23,NULL +1191184756,33,Proposed,NM_N,Wind,Wind,30,23,NULL +156363,15,Henrietta Solar Project,CA_PGE_S,Central_PV,Solar,102,23,existing_generator +1114174,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,1.179999948,23,NULL +158058,8,MedcnHt3,CAN_ALB,Gas_Steam_Turbine,Gas,37.8,23,existing_generator +1000286,15,Proposed,CA_PGE_S,Residential_PV,Solar,75.11399841,23,NULL +1114419,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,36.31999969,23,NULL +1108733,42,Proposed,UT_S,Central_PV,Solar,21.81999969,23,NULL +154593,48,Boysen,WY_NW,Hydro_NonPumped,Water,15,23,existing_generator +155457,11,Wilmington Hydrogen Plant,CA_LADWP,ST,Waste_Heat,31.9,23,existing_generator +1117013,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.309999943,23,NULL +157873,9,Elko_BC,CAN_BC,Hydro_NonPumped,Water,12,23,existing_generator +1116609,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,65.27999878,23,NULL +1100100,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,1274.949951,23,NULL +154834,43,Northeast (WA),WA_ID_AVA,Gas_Combustion_Turbine,Gas,61.8,23,existing_generator +156727,46,Hancock Creek Hydroelectric Project,WA_W,Hydro_NonPumped,Water,6,23,existing_generator +1108169,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.46999979,23,NULL +1118643,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,33.56000137,23,NULL +1104886,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,12.81000042,23,NULL +1114407,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,15.43000031,23,NULL +1110870,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3,23,NULL +1100099,31,Proposed,MT_SE,Central_PV,Solar,1274.949951,23,NULL +1103820,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.940000057,23,NULL +1191185124,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1118751,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,25.36000061,23,NULL +1191209277,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1191185347,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1110026,18,Proposed,CA_SCE_SE,Central_PV,Solar,31.60000038,23,NULL +1000865,11,Proposed,CA_LADWP,Commercial_PV,Solar,7.528800011,23,NULL +1191183408,4,Proposed,AZ_NM_N,Wind,Wind,60,23,NULL +156095,16,Foundation Cemex River Plant,CA_SCE_CEN,Wind,Wind,3.2,23,existing_generator +1102721,15,Proposed,CA_PGE_S,Central_PV,Solar,2.109999895,23,NULL +1106801,4,Proposed,AZ_NM_N,Central_PV,Solar,1.129999995,23,NULL +1191209419,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +1106263,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,47.00999832,23,NULL +156805,42,Quichapa 1,UT_S,Central_PV,Solar,3,23,existing_generator +154679,31,Yellowtail,MT_SE,Hydro_NonPumped,Water,268.8,23,existing_generator +156616,20,Lindberg FIeld Solar,CA_SDGE,Central_PV,Solar,3.2,23,existing_generator +1107631,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,12.84000015,23,NULL +1110781,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,9.850000381,23,NULL +1191185607,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +1112230,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,106.3600006,23,NULL +1191183335,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +155897,3,Cotton Center Solar,AZ_APS_SW,Central_PV,Solar,17,23,existing_generator +1104916,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,17.85000038,23,NULL +1101788,33,Proposed,NM_N,Central_PV,Solar,213.0899963,23,NULL +1109194,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.170000076,23,NULL +1118891,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.529999971,23,NULL +1102887,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,125.4700012,23,NULL +1110974,39,Proposed,OR_W,Central_PV,Solar,6.090000153,23,NULL +155598,12,Buena Vista Energy LLC,CA_PGE_BAY,Wind,Wind,38,23,existing_generator +1001369,1,Proposed,AZ_APS_E,Commercial_PV,Solar,373.6149902,23,NULL +1111228,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,8.159999847,23,NULL +155410,19,MM Tulare Energy,CA_SCE_VLY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.8,23,existing_generator +156150,3,Badger 1,AZ_APS_SW,Central_PV,Solar,14.8,23,existing_generator +158050,9,BrrrdTh5,CAN_BC,Gas_Steam_Turbine_Cogen,Gas,152,23,existing_generator +1111768,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,3.380000114,23,NULL +155114,39,Biomass One LP,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,40,23,existing_generator +155772,17,Solar Photovoltaic Project #07,CA_SCE_S,Central_PV,Solar,2.5,23,existing_generator +1191183919,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +77491,17,PalmSprings: 1556,CA_SCE_S,Wind,Wind,38,23,NULL +1001848,33,Proposed,NM_N,Residential_PV,Solar,23.64699936,23,NULL +1109336,40,Proposed,OR_WA_BPA,Central_PV,Solar,42.34999847,23,NULL +1191184482,27,Proposed,ID_S_OR_E,Wind,Wind,60,23,NULL +1191182625,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1191183909,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1191185545,43,Proposed,WA_ID_AVA,Wind,Wind,180,23,NULL +155494,36,Silverhawk,NV_S,CCGT,Gas,664.7,23,existing_generator +1114236,21,Proposed,CA_SMUD,CSP_Trough_No_Storage,Solar,15.76000023,23,NULL +1118877,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.929999948,23,NULL +157019,13,Elkhorn Battery Energy Storage System,CA_PGE_CEN,Battery_Storage,Electricity,182.5,23,existing_generator +1108154,42,Proposed,UT_S,Central_PV,Solar,313.25,23,NULL +1191209324,10,Proposed,CA_IID,Geothermal,Geothermal,32,23,NULL +1191209271,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1116332,12,Proposed,CA_PGE_BAY,Central_PV,Solar,1.940000057,23,NULL +1191184189,35,Proposed,NV_N,Wind,Wind,900,23,NULL +1000870,11,Proposed,CA_LADWP,Residential_PV,Solar,37.55699921,23,NULL +1001362,37,Proposed,OR_E,Residential_PV,Solar,34.77500153,23,NULL +1191209415,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +1116100,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,43.34000015,23,NULL +156428,16,Victor Mesa Linda E2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +155915,14,Shiloh III Wind Project LLC,CA_PGE_N,Wind,Wind,102.5,23,existing_generator +1001086,1,Proposed,AZ_APS_E,Residential_PV,Solar,173.875,23,NULL +1116632,39,Proposed,OR_W,Central_PV,Solar,9.069999695,23,NULL +1113505,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,45.27999878,23,NULL +1104563,3,Proposed,AZ_APS_SW,Central_PV,Solar,6.610000134,23,NULL +1114337,36,Proposed,NV_S,Central_PV,Solar,6.340000153,23,NULL +1107435,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,3.940000057,23,NULL +1106062,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,1.909999967,23,NULL +1111869,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,3.019999981,23,NULL +1116159,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,13.39999962,23,NULL +1108760,33,Proposed,NM_N,Central_PV,Solar,110.3600006,23,NULL +154520,11,Valley (CA),CA_LADWP,CCGT,Gas,630,23,existing_generator +155261,42,Sunnyside Cogen Associates,UT_S,Coal_Steam_Turbine,Coal,58.1,23,existing_generator +1102920,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.029999971,23,NULL +1103863,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,3.970000029,23,NULL +155802,49,Dunlap,WY_SE,Wind,Wind,111,23,existing_generator +1111282,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,2.440000057,23,NULL +1191184312,35,Proposed,NV_N,Wind,Wind,210,23,NULL +155185,16,Windland,CA_SCE_CEN,Wind,Wind,15.3,23,existing_generator +1110526,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.519999981,23,NULL +1191184516,37,Proposed,OR_E,Wind,Wind,120,23,NULL +1191182723,47,Proposed,WY_NE,Wind,Wind,60,23,NULL +1108287,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.010000229,23,NULL +1191210871,9,Proposed,CAN_BC,Wind,Wind,1058.910034,23,NULL +154760,46,Swift 1,WA_W,Hydro_NonPumped,Water,240,23,existing_generator +157909,9,Revelstoke,CAN_BC,Hydro_NonPumped,Water,2480,23,existing_generator +1106586,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,3.339999914,23,NULL +1118743,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,37.79999924,23,NULL +154566,24,Cabin Creek,CO_NW,Hydro_Pumped,Water,300,23,existing_generator +158009,9,WstCstn1,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,69,23,existing_generator +156494,27,Benson Creek Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,23,existing_generator +1105937,25,Proposed,CO_SW,Central_PV,Solar,17.56999969,23,NULL +1112264,2,Proposed,AZ_APS_N,Central_PV,Solar,60.49000168,23,NULL +1113977,10,Proposed,CA_IID,Central_PV,Solar,18.04999924,23,NULL +1106416,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,12.14000034,23,NULL +154448,11,Sepulveda Canyon,CA_LADWP,Hydro_NonPumped,Water,8.5,23,existing_generator +1000507,35,Proposed,NV_N,Commercial_PV,Solar,9769.330078,23,NULL +1102633,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,311.9100037,23,NULL +1114796,35,Proposed,NV_N,Central_PV,Solar,29.36000061,23,NULL +1191185143,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1114410,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,15.82999992,23,NULL +155918,16,Rising Tree Wind Farm,CA_SCE_CEN,Wind,Wind,79.2,23,existing_generator +1110444,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,17.89999962,23,NULL +1115885,26,Proposed,ID_E,Central_PV,Solar,8.5,23,NULL +1117442,42,Proposed,UT_S,Central_PV,Solar,72.04000092,23,NULL +1102933,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.830000043,23,NULL +1191184063,46,Proposed,WA_W,Wind,Wind,30,23,NULL +156262,13,Sonora 1,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +154836,23,Pawnee,CO_E,Coal_Steam_Turbine,Coal,552.3,23,existing_generator +1191182695,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191185215,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1100131,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,258.6900024,23,NULL +157075,36,Townsite Solar Project,NV_S,Central_PV,Solar,180,23,existing_generator +1191185673,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,23,NULL +1191210838,3,Proposed,AZ_APS_SW,CCGT,Gas,NULL,23,NULL +156744,7,Amphitheater High School Solar,AZ_SE,Central_PV,Solar,1,23,existing_generator +1100262,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,63.90999985,23,NULL +77364,16,Tehachapi: 35,CA_SCE_CEN,Wind,Wind,73,23,NULL +1191210396,11,Proposed,CA_LADWP,CCGT_Cogen,Gas,34.5,23,NULL +77458,14,LassenNorth: 573,CA_PGE_N,Wind,Wind,35,23,NULL +155239,16,Mojave 16,CA_SCE_CEN,Wind,Wind,48,23,existing_generator +155371,10,Heber Geothermal,CA_IID,Geothermal,Geothermal,52,23,existing_generator +154981,43,Boulder Park,WA_ID_AVA,Gas_Internal_Combustion_Engine,Gas,24.6,23,existing_generator +1001633,39,Proposed,OR_W,Commercial_PV,Solar,20.69759941,23,NULL +1110838,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,3.859999895,23,NULL +155254,33,Ford Utilities Center,NM_N,Gas_Combustion_Turbine,Gas,13.7,23,existing_generator +156901,10,USG 1,CA_IID,Central_PV,Solar,1,23,existing_generator +154864,42,Intermountain Power Project,UT_S,Coal_Steam_Turbine,Coal,1640,23,existing_generator +1106634,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,3.75999999,23,NULL +1191182677,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1108286,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.010000229,23,NULL +1110643,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,27.12000084,23,NULL +154917,24,Tesla,CO_NW,Hydro_NonPumped,Water,26.6,23,existing_generator +1106655,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,3.190000057,23,NULL +1191184477,27,Proposed,ID_S_OR_E,Wind,Wind,60,23,NULL +156119,37,Black Cap Solar Plant,OR_E,Central_PV,Solar,2,23,existing_generator +1191182683,39,Proposed,OR_W,Wind,Wind,30,23,NULL +154508,11,Harbor,CA_LADWP,Gas_Combustion_Turbine,Gas,302.5,23,existing_generator +1105961,2,Proposed,AZ_APS_N,Central_PV,Solar,1.399999976,23,NULL +155844,3,Northwest Regional,AZ_APS_SW,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1001093,23,Proposed,CO_E,Commercial_PV,Solar,70.73560333,23,NULL +1115697,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,46.65000153,23,NULL +1117742,41,Proposed,UT_N,Central_PV,Solar,35.81000137,23,NULL +1111784,17,Proposed,CA_SCE_S,Central_PV,Solar,6.289999962,23,NULL +1106849,42,Proposed,UT_S,Central_PV,Solar,43.43000031,23,NULL +1115163,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,6.989999771,23,NULL +1191209720,1,Proposed,AZ_APS_E,Battery_Storage,Electricity,NULL,23,NULL +1191185480,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191184209,7,Proposed,AZ_SE,Wind,Wind,180,23,NULL +1191185371,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1104968,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.730000019,23,NULL +1191209727,8,Proposed,CAN_ALB,Battery_Storage,Electricity,NULL,23,NULL +1104255,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.109999895,23,NULL +155907,34,Alamogordo Solar Energy Center,NM_S_TX_EPE,Central_PV,Solar,5,23,existing_generator +1108259,2,Proposed,AZ_APS_N,Central_PV,Solar,2.289999962,23,NULL +1191185042,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +156281,42,Granite Peak Solar Plant,UT_S,Central_PV,Solar,3,23,existing_generator +1191185374,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1191182624,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +155818,49,Top of the World Windpower Project,WY_SE,Wind,Wind,200,23,existing_generator +1001853,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,51.26200104,23,NULL +1118177,24,Proposed,CO_NW,Central_PV,Solar,4.630000114,23,NULL +1111252,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,2840.090088,23,NULL +156380,40,Chopin Wind LLC,OR_WA_BPA,Wind,Wind,10,23,existing_generator +1106378,35,Proposed,NV_N,Central_PV,Solar,15.48999977,23,NULL +1107704,5,Proposed,AZ_NW,Central_PV,Solar,48.34000015,23,NULL +1113504,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,45.27999878,23,NULL +1101748,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,299.0499878,23,NULL +1111293,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,16.23999977,23,NULL +1102748,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.400000095,23,NULL +1103447,31,Proposed,MT_SE,Central_PV,Solar,1148.22998,23,NULL +1191210553,12,Proposed,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen,Gas,14.39999962,23,NULL +155785,33,Cimarron Solar Facility,NM_N,Central_PV,Solar,30.6,23,existing_generator +1104556,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,38.11000061,23,NULL +1191182413,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1191183372,24,Proposed,CO_NW,Wind,Wind,90,23,NULL +154915,12,Gianera,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,64.6,23,existing_generator +1108118,42,Proposed,UT_S,Central_PV,Solar,11.02000046,23,NULL +1118092,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,2.460000038,23,NULL +156730,20,Borrego Springs Energy Storage,CA_SDGE,Battery_Storage,Electricity,1.5,23,existing_generator +1191182651,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +155750,27,Yahoo Creek,ID_S_OR_E,Wind,Wind,21,23,existing_generator +156962,37,Bly Solar Center,OR_E,Central_PV,Solar,8,23,existing_generator +1115973,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,10.97999954,23,NULL +1118704,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,9.079999924,23,NULL +1118851,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.099999905,23,NULL +155144,11,Linde Wilmington,CA_LADWP,CCGT,Gas,31,23,existing_generator +156276,42,Cedar Valley Solar Plant,UT_S,Central_PV,Solar,3,23,existing_generator +157947,8,NovaJffr1B,CAN_ALB,CCGT_Cogen,Gas,170,23,existing_generator +1105976,36,Proposed,NV_S,Central_PV,Solar,8.239999771,23,NULL +1117400,36,Proposed,NV_S,Central_PV,Solar,15.75,23,NULL +1104494,42,Proposed,UT_S,Central_PV,Solar,11.68000031,23,NULL +1108002,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.980000019,23,NULL +1191184081,46,Proposed,WA_W,Wind,Wind,60,23,NULL +1117239,19,Proposed,CA_SCE_VLY,CSP_Trough_No_Storage,Solar,36.15999985,23,NULL +1191185341,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +1102705,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,596.1599731,23,NULL +155406,40,Vansycle,OR_WA_BPA,Wind,Wind,25,23,existing_generator +158038,28,CerroPrI1-1,MEX_BAJA,Geothermal,Geothermal,35.7,23,existing_generator +1113071,4,Proposed,AZ_NM_N,Central_PV,Solar,2.099999905,23,NULL +155312,46,Koma Kulshan Associates,WA_W,Hydro_NonPumped,Water,12,23,existing_generator +1110023,2,Proposed,AZ_APS_N,Central_PV,Solar,2.75999999,23,NULL +1191184094,46,Proposed,WA_W,Wind,Wind,60,23,NULL +155288,48,Elk Basin Gasoline Plant,WY_NW,Gas_Steam_Turbine,Gas,2,23,existing_generator +156411,16,Rising Tree Wind Farm II,CA_SCE_CEN,Wind,Wind,19.8,23,existing_generator +156880,37,Woodline Solar,OR_E,Central_PV,Solar,8,23,existing_generator +1116503,25,Proposed,CO_SW,Central_PV,Solar,81.93000031,23,NULL +156190,16,Alta Wind X,CA_SCE_CEN,Wind,Wind,138,23,existing_generator +156719,16,"Bayshore Solar A, LLC",CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +156324,16,Summer North Solar,CA_SCE_CEN,Central_PV,Solar,6.5,23,existing_generator +1104078,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.49000001,23,NULL +1191184948,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1104089,2,Proposed,AZ_APS_N,Central_PV,Solar,4.519999981,23,NULL +1118676,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.360000014,23,NULL +1191209299,26,Proposed,ID_E,Geothermal,Geothermal,20,23,NULL +154511,17,Haynes,CA_SCE_S,Gas_Steam_Turbine,Gas,460,23,existing_generator +1113953,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.149999976,23,NULL +1117908,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,25.92000008,23,NULL +1191185517,30,Proposed,MT_NW,Wind,Wind,60,23,NULL +1104384,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,2.670000076,23,NULL +1101525,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,3984.929932,23,NULL +1108722,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.119999886,23,NULL +1109101,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,46.20999908,23,NULL +1191210502,13,Proposed,CA_PGE_CEN,Coal_Steam_Turbine_Cogen,Coal,54,23,NULL +155461,16,Tajiguas Plant,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,23,existing_generator +155769,17,Solar Photovoltaic Project #03,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1107283,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,5.510000229,23,NULL +1112642,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.399999976,23,NULL +1116577,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,21.32999992,23,NULL +1191185430,22,Proposed,CO_DEN,Wind,Wind,1710,23,NULL +1191210534,4,Proposed,AZ_NM_N,Gas_Combustion_Turbine_Cogen,Gas,121.5999985,23,NULL +1113962,35,Proposed,NV_N,Central_PV,Solar,2.819999933,23,NULL +1110003,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,3.880000114,23,NULL +1114366,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.450000048,23,NULL +1101041,8,Proposed,CAN_ALB,Central_PV,Solar,868.6500244,23,NULL +1191182719,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191209179,4,Proposed,AZ_NM_N,Bio_Gas,Bio_Gas,NULL,23,NULL +156292,12,Santa Rita Jail,CA_PGE_BAY,Central_PV,Solar,1.5,23,existing_generator +1109447,15,Proposed,CA_PGE_S,Central_PV,Solar,7.829999924,23,NULL +1117875,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,41.24000168,23,NULL +1191185502,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1191182714,39,Proposed,OR_W,Wind,Wind,390,23,NULL +1102632,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,311.9100037,23,NULL +154928,14,Geothermal 1,CA_PGE_N,Geothermal,Geothermal,110,23,existing_generator +155386,27,Mile 28 Water Power Project,ID_S_OR_E,Hydro_NonPumped,Water,1.4,23,existing_generator +1115704,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,49.18999863,23,NULL +1116053,33,Proposed,NM_N,Central_PV,Solar,11.53999996,23,NULL +1000873,38,Proposed,OR_PDX,Commercial_PV,Solar,129.0019989,23,NULL +1109034,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,1.850000024,23,NULL +1109983,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,5.099999905,23,NULL +1104567,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.649999976,23,NULL +1112573,24,Proposed,CO_NW,Central_PV,Solar,26.85000038,23,NULL +1116085,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,21.21999931,23,NULL +1191183137,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191210563,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,170,23,NULL +154877,39,Foster,OR_W,Hydro_NonPumped,Water,20,23,existing_generator +156085,17,MillerCoors Irwindale Brewery,CA_SCE_S,Central_PV,Solar,2.5,23,existing_generator +1117401,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,15.75,23,NULL +156064,34,SunE EPE1 LLC,NM_S_TX_EPE,Central_PV,Solar,10,23,existing_generator +1101136,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.480000019,23,NULL +155094,27,Barber Dam,ID_S_OR_E,Hydro_NonPumped,Water,4.1,23,existing_generator +155197,15,Kern Front Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,49.8,23,existing_generator +1191182430,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1191209548,29,Proposed,MT_NE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1106033,36,Proposed,NV_S,Central_PV,Solar,3.809999943,23,NULL +1191183772,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +155691,18,NRG Solar Blythe LLC,CA_SCE_SE,Central_PV,Solar,21,23,existing_generator +1191183283,41,Proposed,UT_N,Wind,Wind,30,23,NULL +154354,7,H Wilson Sundt Generating Station,AZ_SE,Gas_Steam_Turbine,Gas,286.9,23,existing_generator +154547,13,Don Pedro,CA_PGE_CEN,Hydro_NonPumped,Water,170.8,23,existing_generator +154906,14,Thermalito Diverson Dam,CA_PGE_N,Hydro_NonPumped,Water,3.4,23,existing_generator +1113137,35,Proposed,NV_N,Central_PV,Solar,16.64999962,23,NULL +156326,16,Expressway Solar B,CA_SCE_CEN,Central_PV,Solar,2,23,existing_generator +1191185578,1,Proposed,AZ_APS_E,Wind,Wind,30,23,NULL +1191185661,13,Proposed,CA_PGE_CEN,Offshore_Wind,Wind,90,23,NULL +155516,35,Brady,NV_N,Geothermal,Geothermal,21.5,23,existing_generator +155615,40,Biglow Canyon Wind Farm,OR_WA_BPA,Wind,Wind,449.7,23,existing_generator +1112245,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,177.1100006,23,NULL +1114704,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,3.50999999,23,NULL +154875,35,Washoe,NV_N,Hydro_NonPumped,Water,2.6,23,existing_generator +1102876,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,78.55000305,23,NULL +1104688,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,14.38000011,23,NULL +1000078,41,Proposed,UT_N,Residential_PV,Solar,87.63300323,23,NULL +1103828,41,Proposed,UT_N,Central_PV,Solar,125.8600006,23,NULL +1110890,36,Proposed,NV_S,Central_PV,Solar,4.139999866,23,NULL +158030,28,CerroPr3-2,MEX_BAJA,Geothermal,Geothermal,104.5,23,existing_generator +1110878,33,Proposed,NM_N,Central_PV,Solar,7.690000057,23,NULL +1118665,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,27.63999939,23,NULL +154351,3,Yucca,AZ_APS_SW,Gas_Steam_Turbine,Gas,86.7,23,existing_generator +156303,42,Utah Red Hills Renewable Energy Park,UT_S,Central_PV,Solar,80,23,existing_generator +1191209348,35,Proposed,NV_N,Geothermal,Geothermal,32,23,NULL +1191183820,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +155234,13,New Hogan Power Plant,CA_PGE_CEN,Hydro_NonPumped,Water,3,23,existing_generator +1109223,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,15.61999989,23,NULL +1110936,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,17.52000046,23,NULL +1191183325,24,Proposed,CO_NW,Wind,Wind,330,23,NULL +1103097,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,24.89999962,23,NULL +1112414,7,Proposed,AZ_SE,Central_PV,Solar,15.61999989,23,NULL +1115249,36,Proposed,NV_S,Central_PV,Solar,3.109999895,23,NULL +1000314,15,Proposed,CA_PGE_S,Residential_PV,Solar,275.4179993,23,NULL +1191209472,8,Proposed,CAN_ALB,Bio_Gas,Bio_Gas,NULL,23,NULL +155988,21,RE Dillard 3,CA_SMUD,Central_PV,Solar,3,23,existing_generator +1191210376,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,45.29999924,23,NULL +157014,3,"Sun Streams, LLC",AZ_APS_SW,Central_PV,Solar,150,23,existing_generator +1107524,13,Proposed,CA_PGE_CEN,Central_PV,Solar,37.22999954,23,NULL +1191210076,28,Proposed,MEX_BAJA,Geothermal,Geothermal,104.5,23,NULL +1118755,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,35.13000107,23,NULL +156052,20,Desert Green Solar Farm LLC,CA_SDGE,Central_PV,Solar,6.3,23,existing_generator +1104519,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,30.13999939,23,NULL +155850,27,Desert Meadow Windfarm,ID_S_OR_E,Wind,Wind,23,23,existing_generator +1000793,18,Proposed,CA_SCE_SE,Commercial_PV,Solar,48.5603981,23,NULL +1118321,36,Proposed,NV_S,Central_PV,Solar,12.23999977,23,NULL +1115694,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,7.320000172,23,NULL +1191183319,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +158089,8,Wind_EP_Can_31,CAN_ALB,Wind,Wind,0.2,23,existing_generator +1117319,15,Proposed,CA_PGE_S,Central_PV,Solar,30.77000046,23,NULL +1000289,10,Proposed,CA_IID,Commercial_PV,Solar,3088.919922,23,NULL +1100656,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,389.75,23,NULL +157031,12,Gavilan District College Solar Project,CA_PGE_BAY,Battery_Storage,Electricity,0.5,23,existing_generator +156043,17,San Antonio West Solar Rooftop,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +1102449,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,1.320000052,23,NULL +1191210562,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,184,23,NULL +1191210495,41,Proposed,UT_N,Gas_Internal_Combustion_Engine_Cogen,Gas,1.799999952,23,NULL +154584,17,Valley View,CA_SCE_S,Hydro_NonPumped,Water,4.1,23,existing_generator +155392,20,Richard J Donovan Correctional Facility,CA_SDGE,Gas_Combustion_Turbine,Gas,2.6,23,existing_generator +155050,14,Greenleaf 2 Power Plant,CA_PGE_N,Gas_Combustion_Turbine,Gas,49.5,23,existing_generator +1102782,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,185.0899963,23,NULL +155436,3,Red Hawk,AZ_APS_SW,CCGT,Gas,1140.3,23,existing_generator +1116571,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,11.28999996,23,NULL +1117820,16,Proposed,CA_SCE_CEN,Central_PV,Solar,11.55000019,23,NULL +1116567,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,21.89999962,23,NULL +1113548,35,Proposed,NV_N,Central_PV,Solar,2.029999971,23,NULL +1191185429,22,Proposed,CO_DEN,Wind,Wind,90,23,NULL +1110021,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,18.13999939,23,NULL +1110873,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,59.75,23,NULL +1191209365,37,Proposed,OR_E,Geothermal,Geothermal,8,23,NULL +1105969,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,26.11000061,23,NULL +1112636,36,Proposed,NV_S,Central_PV,Solar,54.11999893,23,NULL +1118344,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.350000024,23,NULL +1105984,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,93.70999908,23,NULL +1111212,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,6.039999962,23,NULL +1111772,2,Proposed,AZ_APS_N,Central_PV,Solar,34.38999939,23,NULL +156574,13,Oro Loma,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +156907,17,HEBT Irvine 2,CA_SCE_S,Battery_Storage,Electricity,5.8,23,existing_generator +1191185512,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1105517,38,Proposed,OR_PDX,Central_PV,Solar,9.93999958,23,NULL +1117877,4,Proposed,AZ_NM_N,Central_PV,Solar,8.970000267,23,NULL +1191182669,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1114859,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,58.58000183,23,NULL +1117519,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,14.43999958,23,NULL +1191184780,33,Proposed,NM_N,Wind,Wind,30,23,NULL +1115655,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,6.289999962,23,NULL +1118797,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,106.3600006,23,NULL +157995,8,ColdLake2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,76.5,23,existing_generator +1115576,4,Proposed,AZ_NM_N,Central_PV,Solar,4.96999979,23,NULL +1191182654,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156963,15,Liberty HS Solar Project,CA_PGE_S,Central_PV,Solar,1.5,23,existing_generator +1103471,8,Proposed,CAN_ALB,Central_PV,Solar,335.8599854,23,NULL +155767,26,Goshen Phase II,ID_E,Wind,Wind,124.5,23,existing_generator +1110042,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,25.10000038,23,NULL +155002,46,Newhalem,WA_W,Hydro_NonPumped,Water,2.3,23,existing_generator +156384,10,Calipatria Solar Farm,CA_IID,Central_PV,Solar,20,23,existing_generator +1106656,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,3.190000057,23,NULL +1112725,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,26.10000038,23,NULL +1106036,35,Proposed,NV_N,Central_PV,Solar,5.289999962,23,NULL +1117398,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,9.430000305,23,NULL +154813,47,Wyodak,WY_NE,Coal_Steam_Turbine,Coal,402.3,23,existing_generator +1113985,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,73.01000214,23,NULL +1116526,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,41.95999908,23,NULL +1191210861,8,Proposed,CAN_ALB,Wind,Wind,5547.580078,23,NULL +1117518,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,14.43999958,23,NULL +1191183750,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1191182606,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191210103,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,30,23,NULL +1191210576,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,75,23,NULL +156580,42,"Iron Springs Solar, LLC",UT_S,Central_PV,Solar,80,23,existing_generator +1109901,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,38.61000061,23,NULL +1191183908,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +154556,13,W R Gianelli,CA_PGE_CEN,Hydro_Pumped,Water,424,23,existing_generator +1101526,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,3984.929932,23,NULL +1106887,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,12.76000023,23,NULL +1108757,41,Proposed,UT_N,Central_PV,Solar,2.619999886,23,NULL +156722,15,Redwood 4 Solar Farm,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +155653,41,Spanish Fork Wind Park 2 LLC,UT_N,Wind,Wind,18.9,23,existing_generator +157991,8,Mackay,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,170,23,existing_generator +1104934,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,5.159999847,23,NULL +1110915,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,21.45000076,23,NULL +1191183718,40,Proposed,OR_WA_BPA,Wind,Wind,90,23,NULL +155006,35,Desert Peak Power Plant,NV_N,Geothermal,Geothermal,26,23,existing_generator +1104063,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.419999957,23,NULL +1112197,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,10.18000031,23,NULL +154947,40,McNary Dam Fish Attraction Project,OR_WA_BPA,Hydro_NonPumped,Water,10,23,existing_generator +155213,11,Saint Johns Health Center,CA_LADWP,Gas_Combustion_Turbine,Gas,1.2,23,existing_generator +156155,6,Jewish Community Center PV,AZ_PHX,Central_PV,Solar,1.1,23,existing_generator +1107517,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,14.35999966,23,NULL +1114570,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,1.789999962,23,NULL +155830,15,Sun City Project LLC,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1118872,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.160000086,23,NULL +1191183239,41,Proposed,UT_N,Wind,Wind,30,23,NULL +156316,14,North Bay Solar 1,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +1107311,10,Proposed,CA_IID,Central_PV,Solar,14.17000008,23,NULL +156175,16,Radiance Solar 4,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1191184057,46,Proposed,WA_W,Wind,Wind,60,23,NULL +155519,43,Grimes Way,WA_ID_AVA,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.8,23,existing_generator +1191182433,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1107740,1,Proposed,AZ_APS_E,Central_PV,Solar,38,23,NULL +1000160,41,Proposed,UT_N,Residential_PV,Solar,20.86499977,23,NULL +1100401,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,184.0599976,23,NULL +1191184487,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1100345,33,Proposed,NM_N,Central_PV,Solar,136.2799988,23,NULL +1118291,35,Proposed,NV_N,Central_PV,Solar,49.77000046,23,NULL +156602,26,American Falls Solar,ID_E,Central_PV,Solar,20,23,existing_generator +1000302,49,Proposed,WY_SE,Residential_PV,Solar,37.55699921,23,NULL +1106462,36,Proposed,NV_S,Central_PV,Solar,11.02000046,23,NULL +1109217,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,8.029999733,23,NULL +1191183333,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1117404,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,22.47999954,23,NULL +157070,15,"American Kings Solar, LLC",CA_PGE_S,Central_PV,Solar,123,23,existing_generator +158026,8,Foster_Creek2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,existing_generator +1116334,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,1.940000057,23,NULL +155639,27,Elkhorn Valley Wind Farm,ID_S_OR_E,Wind,Wind,100.7,23,existing_generator +156153,18,Venable Solar 1,CA_SCE_SE,Central_PV,Solar,1.5,23,existing_generator +1001363,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,7.596600056,23,NULL +1104929,35,Proposed,NV_N,Central_PV,Solar,113.4100037,23,NULL +1191209267,35,Proposed,NV_N,Geothermal,Geothermal,115,23,NULL +1110448,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.389999986,23,NULL +1191182673,39,Proposed,OR_W,Wind,Wind,60,23,NULL +156674,16,Central Antelope Dry Ranch B LLC,CA_SCE_CEN,Central_PV,Solar,3,23,existing_generator +156829,16,Antelope Expansion 2,CA_SCE_CEN,Central_PV,Solar,105,23,existing_generator +1107306,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,33.83000183,23,NULL +156682,16,"Portal Ridge Solar B, LLC",CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1109409,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,1.279999971,23,NULL +1115283,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,13.18999958,23,NULL +155665,22,Denver Int Airport,CO_DEN,Central_PV,Solar,1.9,23,existing_generator +1191183717,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1191209758,39,Proposed,OR_W,Battery_Storage,Electricity,NULL,23,NULL +1104450,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,39.40000153,23,NULL +1103321,8,Proposed,CAN_ALB,Central_PV,Solar,333.3699951,23,NULL +77361,16,SanBernardino_Lucerne: 29,CA_SCE_CEN,Wind,Wind,63,23,NULL +1104144,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,1.399999976,23,NULL +1191183264,41,Proposed,UT_N,Wind,Wind,60,23,NULL +155660,17,Dillon Wind LLC,CA_SCE_S,Wind,Wind,45,23,existing_generator +1112740,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.919999957,23,NULL +154480,16,Santa Ana 1,CA_SCE_CEN,Hydro_NonPumped,Water,3.2,23,existing_generator +1191210856,8,Proposed,CAN_ALB,Wind,Wind,7411.419922,23,NULL +156598,15,Morelos del Sol,CA_PGE_S,Central_PV,Solar,15,23,existing_generator +1109202,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.220000029,23,NULL +1109989,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,2.099999905,23,NULL +155289,16,Mojave 4,CA_SCE_CEN,Wind,Wind,29,23,existing_generator +1191183306,50,Proposed,WY_SW,Wind,Wind,30,23,NULL +154764,46,Lower Baker,WA_W,Hydro_NonPumped,Water,111.2,23,existing_generator +156697,36,"Boulder Solar Power, LLC",NV_S,Central_PV,Solar,100,23,existing_generator +1104079,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.49000001,23,NULL +1115758,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,60.43000031,23,NULL +1107770,5,Proposed,AZ_NW,Central_PV,Solar,22.04000092,23,NULL +1191183367,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +154649,26,Oneida,ID_E,Hydro_NonPumped,Water,30,23,existing_generator +1110440,17,Proposed,CA_SCE_S,Central_PV,Solar,10.25,23,NULL +1118754,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,35.13000107,23,NULL +154774,44,Priest Rapids,WA_N_CEN,Hydro_NonPumped,Water,955.6,23,existing_generator +156143,17,West Valley High School Solar,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1106411,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.680000067,23,NULL +1114322,36,Proposed,NV_S,Central_PV,Solar,51.27999878,23,NULL +1191185433,22,Proposed,CO_DEN,Wind,Wind,90,23,NULL +1103951,30,Proposed,MT_NW,Central_PV,Solar,39.11000061,23,NULL +154866,37,Bend,OR_E,Hydro_NonPumped,Water,1.1,23,existing_generator +154343,1,Cholla,AZ_APS_E,Coal_Steam_Turbine,Coal,839.9,23,existing_generator +154554,13,ONeill,CA_PGE_CEN,Hydro_Pumped,Water,25.2,23,existing_generator +1102917,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,4.349999905,23,NULL +1191185383,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +77505,14,Solano: 1905,CA_PGE_N,Wind,Wind,64,23,NULL +1105457,3,Proposed,AZ_APS_SW,Central_PV,Solar,9.270000458,23,NULL +1117764,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,22.09000015,23,NULL +1100349,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,829.7600098,23,NULL +1191182609,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +155990,21,RE Bruceville 1,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1191183154,31,Proposed,MT_SE,Wind,Wind,690,23,NULL +157850,9,Ashlu_Creek,CAN_BC,Hydro_NonPumped,Water,49.8,23,existing_generator +1105471,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,20.70999908,23,NULL +1191185411,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +77459,14,LassenNorth: 574,CA_PGE_N,Wind,Wind,56,23,NULL +156708,12,CA Dept of Public Health at Richmond,CA_PGE_BAY,Central_PV,Solar,2.2,23,existing_generator +1113993,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,3.220000029,23,NULL +1191185295,25,Proposed,CO_SW,Wind,Wind,330,23,NULL +1100432,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,723.8400269,23,NULL +1104889,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.110000134,23,NULL +1110511,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,14.81999969,23,NULL +1102505,35,Proposed,NV_N,Central_PV,Solar,6.699999809,23,NULL +1191182461,36,Proposed,NV_S,Wind,Wind,270,23,NULL +1110349,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,3.069999933,23,NULL +1191185431,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1191209767,48,Proposed,WY_NW,Battery_Storage,Electricity,NULL,23,NULL +156066,18,"Desert Sunlight 300, LLC",CA_SCE_SE,Central_PV,Solar,313.7,23,existing_generator +1107289,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.470000029,23,NULL +77515,16,MountainPass: 1915,CA_SCE_CEN,Wind,Wind,61,23,NULL +1109224,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,15.61999989,23,NULL +155335,15,Western Power & Steam Inc,CA_PGE_S,Gas_Combustion_Turbine,Gas,27.7,23,existing_generator +1191209204,6,Proposed,AZ_PHX,Bio_Gas,Bio_Gas,NULL,23,NULL +1105454,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.900000095,23,NULL +154949,21,Carson Ice-Gen Project,CA_SMUD,CCGT,Gas,71.5,23,existing_generator +155773,17,Solar Photovoltaic Project #08,CA_SCE_S,Central_PV,Solar,2,23,existing_generator +1115665,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.859999895,23,NULL +1191210102,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,10,23,NULL +1191210410,15,Proposed,CA_PGE_S,Coal_Steam_Turbine_Cogen,Coal,38.20000076,23,NULL +1106455,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.559999943,23,NULL +1107523,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,51.50999832,23,NULL +1114193,40,Proposed,OR_WA_BPA,Central_PV,Solar,29.45000076,23,NULL +1191183703,50,Proposed,WY_SW,Wind,Wind,90,23,NULL +1113532,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,38.5,23,NULL +155367,22,Boulder City Lakewood Hydro,CO_DEN,Hydro_NonPumped,Water,3.5,23,existing_generator +156017,16,Alta Wind VIII,CA_SCE_CEN,Wind,Wind,150,23,existing_generator +155318,16,Coram Energy LLC (ECT),CA_SCE_CEN,Wind,Wind,7.5,23,existing_generator +156835,32,"Green Meadow Solar, LLC",MT_SW,Central_PV,Solar,3,23,existing_generator +155690,27,Cassia Gulch,ID_S_OR_E,Wind,Wind,18.9,23,existing_generator +1100357,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,2578.290039,23,NULL +1103934,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,330.3900146,23,NULL +1191209759,40,Proposed,OR_WA_BPA,Battery_Storage,Electricity,NULL,23,NULL +1111283,4,Proposed,AZ_NM_N,Central_PV,Solar,11.11999989,23,NULL +1116874,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,26.04999924,23,NULL +1191209753,34,Proposed,NM_S_TX_EPE,Battery_Storage,Electricity,NULL,23,NULL +157911,9,Rutherford_Creek_Hydro,CAN_BC,Hydro_NonPumped,Water,50,23,existing_generator +1111760,35,Proposed,NV_N,Central_PV,Solar,64.69999695,23,NULL +156265,14,Sierra Nevada Brewing Co,CA_PGE_N,Battery_Storage,Electricity,0.5,23,existing_generator +156666,34,Alta Luna,NM_S_TX_EPE,Central_PV,Solar,28.1,23,existing_generator +156216,18,McCoy Solar Energy Project,CA_SCE_SE,Central_PV,Solar,270.6,23,existing_generator +1191182628,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1105160,16,Proposed,CA_SCE_CEN,Central_PV,Solar,6.980000019,23,NULL +156521,33,Cibola,NM_N,Central_PV,Solar,7.6,23,existing_generator +1112038,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,9,23,NULL +1115726,35,Proposed,NV_N,Central_PV,Solar,2.529999971,23,NULL +1117998,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,2.420000076,23,NULL +1111364,18,Proposed,CA_SCE_SE,Central_PV,Solar,22.46999931,23,NULL +156089,16,Edwards Air Force Base,CA_SCE_CEN,Central_PV,Solar,3,23,existing_generator +1000795,41,Proposed,UT_N,Commercial_PV,Solar,9.70359993,23,NULL +1191184283,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1104459,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,11.19999981,23,NULL +1191183177,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +155876,23,Carson Solar I,CO_E,Central_PV,Solar,2,23,existing_generator +1113513,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.429999828,23,NULL +1100379,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,257.6099854,23,NULL +1105661,43,Proposed,WA_ID_AVA,Central_PV,Solar,3.539999962,23,NULL +155012,22,Foothills Hydro Plant,CO_DEN,Hydro_NonPumped,Water,3.1,23,existing_generator +1191209414,9,Proposed,CAN_BC,Geothermal,Geothermal,45,23,NULL +77389,16,Tehachapi: 63,CA_SCE_CEN,Wind,Wind,18,23,NULL +1191182783,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +154978,23,Airport Industrial,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,23,existing_generator +155679,12,Ameresco Keller Canyon,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.8,23,existing_generator +1191183559,29,Proposed,MT_NE,Wind,Wind,30,23,NULL +1111300,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.720000029,23,NULL +1112254,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.800000191,23,NULL +155645,40,Russell D Smith,OR_WA_BPA,Hydro_NonPumped,Water,6.1,23,existing_generator +1100389,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,193.6499939,23,NULL +156197,11,CSU Northridge Plant,CA_LADWP,Central_PV,Solar,0.6,23,existing_generator +1110020,3,Proposed,AZ_APS_SW,Central_PV,Solar,18.13999939,23,NULL +154931,25,Towaoc,CO_SW,Hydro_NonPumped,Water,11.4,23,existing_generator +1105432,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,13.01000023,23,NULL +1107758,35,Proposed,NV_N,Central_PV,Solar,14.76000023,23,NULL +154807,24,Craig (CO),CO_NW,Coal_Steam_Turbine,Coal,1427.6,23,existing_generator +1191183224,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +1107180,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,5.21999979,23,NULL +1111316,35,Proposed,NV_N,Central_PV,Solar,26.73999977,23,NULL +1191210584,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,NULL +77353,16,Tehachapi: 21,CA_SCE_CEN,Wind,Wind,31,23,NULL +154778,46,Alder,WA_W,Hydro_NonPumped,Water,50,23,existing_generator +1105265,17,Proposed,CA_SCE_S,Central_PV,Solar,1.950000048,23,NULL +1105353,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,78.19000244,23,NULL +1100236,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,5124.25,23,NULL +1107701,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,6.110000134,23,NULL +156385,16,Division 1,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +156703,7,Bonnybrooke PV,AZ_SE,Central_PV,Solar,50,23,existing_generator +157935,9,Wahleach,CAN_BC,Hydro_NonPumped,Water,60,23,existing_generator +1191209310,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1118718,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.339999914,23,NULL +1191209198,39,Proposed,OR_W,Bio_Gas,Bio_Gas,NULL,23,NULL +1191183749,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +1191184300,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1114875,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,33.95999908,23,NULL +155625,14,Colusa Generating Station,CA_PGE_N,CCGT,Gas,712.4,23,existing_generator +1109513,6,Proposed,AZ_PHX,Central_PV,Solar,3.970000029,23,NULL +1118882,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.949999809,23,NULL +1191185685,16,Proposed,CA_SCE_CEN,Offshore_Wind,Wind,30,23,NULL +155951,49,Cheyenne Prairie Generating Station,WY_SE,CCGT,Gas,100,23,existing_generator +1115993,13,Proposed,CA_PGE_CEN,Central_PV,Solar,41.13999939,23,NULL +1118634,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,41.70000076,23,NULL +155301,39,Falls Creek,OR_W,Hydro_NonPumped,Water,4.1,23,existing_generator +1104096,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,124.1200027,23,NULL +155500,13,Panoche Peaker,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,49.9,23,existing_generator +1191183286,41,Proposed,UT_N,Wind,Wind,30,23,NULL +154516,11,Scattergood,CA_LADWP,Gas_Combustion_Turbine,Gas,213.8,23,existing_generator +1112262,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.849999905,23,NULL +156408,19,Farmersville,CA_SCE_VLY,Central_PV,Solar,4.5,23,existing_generator +1115658,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,20.31999969,23,NULL +1118831,10,Proposed,CA_IID,Central_PV,Solar,1.059999943,23,NULL +1191210405,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,20,23,NULL +1113947,2,Proposed,AZ_APS_N,Central_PV,Solar,5.139999866,23,NULL +1191209574,5,Proposed,AZ_NW,Coal_IGCC,Coal,NULL,23,NULL +156271,10,Solar Gen 2,CA_IID,Central_PV,Solar,155.1,23,existing_generator +1001078,43,Proposed,WA_ID_AVA,Residential_PV,Solar,15.30099964,23,NULL +1110071,18,Proposed,CA_SCE_SE,Central_PV,Solar,15.30000019,23,NULL +1191185114,23,Proposed,CO_E,Wind,Wind,90,23,NULL +154692,33,Reeves,NM_N,Gas_Steam_Turbine,Gas,154,23,existing_generator +157044,15,Blackwell Solar Park,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +154891,26,Lower No 1,ID_E,Hydro_NonPumped,Water,8,23,existing_generator +1101981,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,569.6799927,23,NULL +1104118,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,77.84999847,23,NULL +1191185486,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +157128,40,Wheatridge,OR_WA_BPA,Central_PV,Solar,50,23,existing_generator +1113269,40,Proposed,OR_WA_BPA,Central_PV,Solar,5.5,23,NULL +1109216,5,Proposed,AZ_NW,Central_PV,Solar,8.029999733,23,NULL +1117898,2,Proposed,AZ_APS_N,Central_PV,Solar,5.130000114,23,NULL +1191182608,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191182780,49,Proposed,WY_SE,Wind,Wind,25860,23,NULL +1104550,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,17.27000046,23,NULL +1191185372,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +154823,30,Libby,MT_NW,Hydro_NonPumped,Water,525,23,existing_generator +1191209269,37,Proposed,OR_E,Geothermal,Geothermal,32,23,NULL +1109530,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,58.56999969,23,NULL +154688,34,Rio Grande,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,131.8,23,existing_generator +1117430,36,Proposed,NV_S,Central_PV,Solar,15.14000034,23,NULL +155892,20,Pio Pico Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,395.4,23,existing_generator +1111739,42,Proposed,UT_S,Central_PV,Solar,48.99000168,23,NULL +1191183124,5,Proposed,AZ_NW,Wind,Wind,60,23,NULL +1111271,16,Proposed,CA_SCE_CEN,Central_PV,Solar,12.26000023,23,NULL +77429,14,SacramentoRiverValley: 539,CA_PGE_N,Wind,Wind,40,23,NULL +1191185126,23,Proposed,CO_E,Wind,Wind,450,23,NULL +154576,24,Shoshone (CO),CO_NW,Hydro_NonPumped,Water,14.4,23,existing_generator +156786,13,NextEra Westside PV,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +156958,22,Oak Leaf Solar XXI (CSG),CO_DEN,Central_PV,Solar,1.5,23,existing_generator +158060,8,Wind_EP_Can_2,CAN_ALB,Wind,Wind,19.5,23,existing_generator +155906,33,Las Vegas Solar Energy Center,NM_N,Central_PV,Solar,5,23,existing_generator +1108249,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,12.55000019,23,NULL +1191209274,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +156951,39,Labish Solar LLC,OR_W,Central_PV,Solar,2.2,23,existing_generator +1103987,8,Proposed,CAN_ALB,Central_PV,Solar,337.3999939,23,NULL +1001703,39,Proposed,OR_W,Commercial_PV,Solar,143.3760071,23,NULL +1100329,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,63.84000015,23,NULL +1118730,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,27.53000069,23,NULL +157964,8,Sundanc4,CAN_ALB,Coal_Steam_Turbine,Coal,403,23,existing_generator +154722,38,Bonneville,OR_PDX,Hydro_NonPumped,Water,1162,23,existing_generator +157875,9,Fire_Creek,CAN_BC,Hydro_NonPumped,Water,23,23,existing_generator +154637,27,Clear Lake,ID_S_OR_E,Hydro_NonPumped,Water,2.5,23,existing_generator +1107280,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,15.96000004,23,NULL +1106417,3,Proposed,AZ_APS_SW,Central_PV,Solar,18.17000008,23,NULL +156834,31,"South Mills Solar, LLC",MT_SE,Central_PV,Solar,3,23,existing_generator +1110052,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,14.90999985,23,NULL +1114867,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,34.15000153,23,NULL +1191210101,10,Proposed,CA_IID,Geothermal,Geothermal,35.79999924,23,NULL +1112504,41,Proposed,UT_N,Central_PV,Solar,6.019999981,23,NULL +154580,17,Perris,CA_SCE_S,Hydro_NonPumped,Water,7.9,23,existing_generator +154761,46,Yale,WA_W,Hydro_NonPumped,Water,134,23,existing_generator +1111322,2,Proposed,AZ_APS_N,Central_PV,Solar,3.470000029,23,NULL +1117461,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,74.13999939,23,NULL +1117469,4,Proposed,AZ_NM_N,Central_PV,Solar,14.44999981,23,NULL +77455,37,SiskiyouCounty_Partial: 570,OR_E,Wind,Wind,41,23,NULL +155559,43,Hopkins Ridge Wind,WA_ID_AVA,Wind,Wind,156.6,23,existing_generator +157054,31,"Mud Springs Wind Project, LLC",MT_SE,Wind,Wind,80,23,existing_generator +158081,8,Wind_EP_Can_23,CAN_ALB,Wind,Wind,9.9,23,existing_generator +1108743,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,15.78999996,23,NULL +155917,13,Teichert Materials-Teichert Vernalis,CA_PGE_CEN,Wind,Wind,1,23,existing_generator +156421,16,Lancaster Little Rock,CA_SCE_CEN,Central_PV,Solar,5,23,existing_generator +1118679,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,50.22000122,23,NULL +1191185366,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1103807,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.680000067,23,NULL +1110946,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,49.59999847,23,NULL +1191209232,35,Proposed,NV_N,Geothermal,Geothermal,48,23,NULL +157933,9,Upper_Mamquam_Hydro,CAN_BC,Hydro_NonPumped,Water,25,23,existing_generator +154433,13,Tiger Creek,CA_PGE_CEN,Hydro_NonPumped,Water,52.2,23,existing_generator +155681,2,IRC Generator Facility,AZ_APS_N,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,3,23,existing_generator +156335,7,Red Horse 2,AZ_SE,Central_PV,Solar,51,23,existing_generator +1191184170,42,Proposed,UT_S,Wind,Wind,180,23,NULL +156610,15,"CA Flats Solar 130, LLC",CA_PGE_S,Central_PV,Solar,130,23,existing_generator +1111748,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,50.93000031,23,NULL +1104992,18,Proposed,CA_SCE_SE,Central_PV,Solar,6.130000114,23,NULL +156111,42,Blue Mountain Biogas,UT_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1106360,6,Proposed,AZ_PHX,Central_PV,Solar,107.8099976,23,NULL +154961,42,Bloomington Power Plant,UT_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10.2,23,existing_generator +1106412,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.680000067,23,NULL +1191210380,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,134.1999969,23,NULL +1112200,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.360000014,23,NULL +1118804,18,Proposed,CA_SCE_SE,Central_PV,Solar,7.150000095,23,NULL +1103657,33,Proposed,NM_N,Central_PV,Solar,2.170000076,23,NULL +1114601,12,Proposed,CA_PGE_BAY,Central_PV,Solar,12.65999985,23,NULL +1115923,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.390000105,23,NULL +156098,14,Foundation Wal-Mart Red Bluff,CA_PGE_N,Wind,Wind,1,23,existing_generator +158034,28,CerroPr4-1,MEX_BAJA,Geothermal,Geothermal,28.8,23,existing_generator +157888,9,Lois_Lake,CAN_BC,Hydro_NonPumped,Water,30,23,existing_generator +156242,30,Stoltze CoGen1,MT_NW,Bio_Solid_Steam_Turbine,Bio_Solid,2.8,23,existing_generator +156780,7,Apache Solar 1,AZ_SE,Central_PV,Solar,20,23,existing_generator +1112685,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,88.91999817,23,NULL +154818,13,New Melones,CA_PGE_CEN,Hydro_NonPumped,Water,300,23,existing_generator +1107267,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,27.10000038,23,NULL +1115127,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,18.96999931,23,NULL +1107299,7,Proposed,AZ_SE,Central_PV,Solar,1.340000033,23,NULL +1106432,36,Proposed,NV_S,Central_PV,Solar,2.720000029,23,NULL +1109736,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,459.6600037,23,NULL +154395,14,Dutch Flat,CA_PGE_N,Hydro_NonPumped,Water,22,23,existing_generator +1191183923,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +155705,40,Ward Butte Windfarm LLC,OR_WA_BPA,Wind,Wind,6.6,23,existing_generator +1191209187,32,Proposed,MT_SW,Bio_Gas,Bio_Gas,NULL,23,NULL +1191209542,23,Proposed,CO_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191183738,40,Proposed,OR_WA_BPA,Wind,Wind,90,23,NULL +1191210487,17,Proposed,CA_SCE_S,Gas_Steam_Turbine_Cogen,Gas,5,23,NULL +155849,27,Mainline Windfarm,ID_S_OR_E,Wind,Wind,23,23,existing_generator +1109818,21,Proposed,CA_SMUD,CSP_Trough_6h_Storage,Solar,55.11999893,23,NULL +1103627,35,Proposed,NV_N,Central_PV,Solar,2.710000038,23,NULL +1191184079,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1112646,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,14.09000015,23,NULL +1115610,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,33.66999817,23,NULL +1101052,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,155.6000061,23,NULL +1118910,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,1.049999952,23,NULL +1191185316,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1110078,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,30.38999939,23,NULL +1191209725,6,Proposed,AZ_PHX,Battery_Storage,Electricity,NULL,23,NULL +156487,20,W Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,4.6,23,existing_generator +1101782,33,Proposed,NM_N,Central_PV,Solar,501.6600037,23,NULL +1191209547,28,Proposed,MEX_BAJA,Gas_Combustion_Turbine,Gas,NULL,23,NULL +157071,15,Mustang Two,CA_PGE_S,Central_PV,Solar,150,23,existing_generator +1106885,16,Proposed,CA_SCE_CEN,Central_PV,Solar,12.76000023,23,NULL +1112748,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,13.14999962,23,NULL +1109183,33,Proposed,NM_N,Central_PV,Solar,26.29000092,23,NULL +1110477,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,11.75,23,NULL +155857,35,McGinness Hills,NV_N,Geothermal,Geothermal,100,23,existing_generator +1119041,30,Proposed,MT_NW,Central_PV,Solar,2.839999914,23,NULL +156895,20,Kilroy Solar,CA_SDGE,Central_PV,Solar,1.1,23,existing_generator +155019,16,Isabella Hydro Project,CA_SCE_CEN,Hydro_NonPumped,Water,11.8,23,existing_generator +1110528,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,39.02999878,23,NULL +1191209385,26,Proposed,ID_E,Geothermal,Geothermal,10,23,NULL +156231,18,Chuckawalla Solar,CA_SCE_SE,Central_PV,Solar,4,23,existing_generator +1104482,35,Proposed,NV_N,Central_PV,Solar,13.35000038,23,NULL +1191185524,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +157927,9,Tennant_Lake,CAN_BC,Hydro_NonPumped,Water,3.1,23,existing_generator +157977,8,Sundanc2,CAN_ALB,Coal_Steam_Turbine,Coal,280,23,existing_generator +156177,15,Atwell Island,CA_PGE_S,Central_PV,Solar,20.2,23,existing_generator +1111211,41,Proposed,UT_N,Central_PV,Solar,6.039999962,23,NULL +154857,46,Gorge,WA_W,Hydro_NonPumped,Water,207.3,23,existing_generator +1112875,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.389999986,23,NULL +1114821,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,57.72999954,23,NULL +1102457,47,Proposed,WY_NE,Central_PV,Solar,1.299999952,23,NULL +1108681,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,9.640000343,23,NULL +1191182904,49,Proposed,WY_SE,Wind,Wind,210,23,NULL +156031,12,Santa Cruz Energy,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +77499,14,Solano: 1887,CA_PGE_N,Wind,Wind,73,23,NULL +154792,49,Glendo,WY_SE,Hydro_NonPumped,Water,38,23,existing_generator +1000421,50,Proposed,WY_SW,Commercial_PV,Solar,15.76739979,23,NULL +1112036,26,Proposed,ID_E,Central_PV,Solar,9,23,NULL +156106,19,Delano Energy Center,CA_SCE_VLY,Gas_Combustion_Turbine,Gas,48.5,23,existing_generator +1108248,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,12.55000019,23,NULL +1000416,20,Proposed,CA_SDGE,Residential_PV,Solar,44.51200104,23,NULL +1103318,31,Proposed,MT_SE,Central_PV,Solar,796.9400024,23,NULL +1191183945,27,Proposed,ID_S_OR_E,Wind,Wind,60,23,NULL +1100995,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,65.22000122,23,NULL +1109075,17,Proposed,CA_SCE_S,Central_PV,Solar,5.670000076,23,NULL +1103803,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,1.059999943,23,NULL +1118398,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,1.440000057,23,NULL +154699,39,Eagle Point,OR_W,Hydro_NonPumped,Water,2.8,23,existing_generator +1191185566,43,Proposed,WA_ID_AVA,Wind,Wind,90,23,NULL +1104500,4,Proposed,AZ_NM_N,Central_PV,Solar,2.099999905,23,NULL +157089,40,Lund Hill,OR_WA_BPA,Wind,Wind,60,23,existing_generator +1107498,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,3.440000057,23,NULL +1000158,41,Proposed,UT_N,Residential_PV,Solar,47.29399872,23,NULL +155405,5,Griffith Energy LLC,AZ_NW,CCGT,Gas,655,23,existing_generator +1109092,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,5.829999924,23,NULL +1109168,7,Proposed,AZ_SE,Central_PV,Solar,37.65000153,23,NULL +156399,22,Brighton PV Solar Plant,CO_DEN,Central_PV,Solar,1.8,23,existing_generator +1104927,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,13.39999962,23,NULL +1113802,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,1.549999952,23,NULL +1118193,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,3.019999981,23,NULL +1100130,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,258.6900024,23,NULL +1102900,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,1.25,23,NULL +1191185318,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +155346,27,Horseshoe Bend Hydroelectric Co,ID_S_OR_E,Hydro_NonPumped,Water,9.4,23,existing_generator +1191209733,14,Proposed,CA_PGE_N,Battery_Storage,Electricity,NULL,23,NULL +1117374,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,58.83000183,23,NULL +157035,14,Windsor Floating Solar,CA_PGE_N,Central_PV,Solar,1.5,23,existing_generator +1191182402,32,Proposed,MT_SW,Wind,Wind,60,23,NULL +1108754,3,Proposed,AZ_APS_SW,Central_PV,Solar,36.54000092,23,NULL +155274,17,Dominguez Plant,CA_SCE_S,ST,Waste_Heat,5,23,existing_generator +157085,17,Orange County Energy Storage 3,CA_SCE_S,Battery_Storage,Electricity,6,23,existing_generator +1102450,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,1.320000052,23,NULL +1191210580,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,76.5,23,NULL +156100,39,Georgia-Pacific Toledo Mill,OR_W,ST,Bio_Liquid,18.8,23,existing_generator +156253,10,Community Solar 1,CA_IID,Central_PV,Solar,5.7,23,existing_generator +1102865,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1.460000038,23,NULL +154583,20,Red Mountain,CA_SDGE,Hydro_NonPumped,Water,5.9,23,existing_generator +1116540,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,64.44999695,23,NULL +1107734,42,Proposed,UT_S,Central_PV,Solar,2.529999971,23,NULL +1105418,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.480000019,23,NULL +1106895,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,36.95000076,23,NULL +1191209559,40,Proposed,OR_WA_BPA,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191182729,47,Proposed,WY_NE,Wind,Wind,510,23,NULL +1191183946,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1191209295,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,23,NULL +1191183944,27,Proposed,ID_S_OR_E,Wind,Wind,60,23,NULL +1191183297,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191209276,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +158022,8,FrtNelsn1,CAN_ALB,Gas_Combustion_Turbine,Gas,49,23,existing_generator +1109449,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,7.829999924,23,NULL +1191183782,40,Proposed,OR_WA_BPA,Wind,Wind,150,23,NULL +156243,12,City of Hayward WWTP,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.1,23,existing_generator +1116148,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,109.0400009,23,NULL +1102903,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,173.9600067,23,NULL +1116136,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.090000153,23,NULL +1112630,6,Proposed,AZ_PHX,Central_PV,Solar,71.95999908,23,NULL +155710,23,Pueblo Airport Generating Station,CO_E,Gas_Combustion_Turbine,Gas,240,23,existing_generator +156510,13,Vega Solar,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +1118920,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,28.18000031,23,NULL +1191182494,36,Proposed,NV_S,Wind,Wind,60,23,NULL +157826,8,Belly_River_CHD,CAN_ALB,Hydro_NonPumped,Water,3,23,existing_generator +155617,31,Phillips 66 Billings Refinery,MT_SE,Gas_Steam_Turbine,Gas,1.6,23,existing_generator +1191183819,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1105623,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,4.059999943,23,NULL +156267,14,Sierra Nevada Brewing Co,CA_PGE_N,Central_PV,Solar,1.7,23,existing_generator +155608,17,Mira Loma Peaker,CA_SCE_S,Gas_Combustion_Turbine,Gas,49.8,23,existing_generator +156836,22,SR Kersey,CO_DEN,Central_PV,Solar,3.5,23,existing_generator +158064,8,Wind_EP_Can_6,CAN_ALB,Wind,Wind,0.6,23,existing_generator +154953,21,SCA Cogen 2,CA_SMUD,CCGT,Gas,149.4,23,existing_generator +1118846,42,Proposed,UT_S,Central_PV,Solar,3.140000105,23,NULL +154377,14,Volta 2,CA_PGE_N,Hydro_NonPumped,Water,1,23,existing_generator +1106427,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,4.369999886,23,NULL +1191183135,5,Proposed,AZ_NW,Wind,Wind,60,23,NULL +156369,16,"RE Columbia Two, LLC",CA_SCE_CEN,Central_PV,Solar,15,23,existing_generator +1110641,43,Proposed,WA_ID_AVA,Central_PV,Solar,27.12000084,23,NULL +1112695,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,35.24000168,23,NULL +1118670,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,7.159999847,23,NULL +1191209562,43,Proposed,WA_ID_AVA,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1111806,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,105.4800034,23,NULL +1114628,4,Proposed,AZ_NM_N,Central_PV,Solar,7.440000057,23,NULL +1105968,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,26.11000061,23,NULL +156688,27,"Open Range Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,10,23,existing_generator +1191182518,36,Proposed,NV_S,Wind,Wind,240,23,NULL +1191209333,35,Proposed,NV_N,Geothermal,Geothermal,12,23,NULL +156266,14,Sierra Nevada Brewing Co,CA_PGE_N,Gas_Combustion_Turbine,Gas,2,23,existing_generator +1109570,16,Proposed,CA_SCE_CEN,Central_PV,Solar,40.02000046,23,NULL +1110984,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,7.400000095,23,NULL +158033,28,CerroPrI1-4,MEX_BAJA,Geothermal,Geothermal,35.7,23,existing_generator +1001223,29,Proposed,MT_NE,Commercial_PV,Solar,12.08549976,23,NULL +1001361,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,5.524799824,23,NULL +1105640,12,Proposed,CA_PGE_BAY,Central_PV,Solar,2.079999924,23,NULL +1191210085,28,Proposed,MEX_BAJA,Geothermal,Geothermal,35.70000076,23,NULL +1106222,10,Proposed,CA_IID,Central_PV,Solar,4.119999886,23,NULL +1191182539,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1000157,15,Proposed,CA_PGE_S,Commercial_PV,Solar,8.331600189,23,NULL +1118318,1,Proposed,AZ_APS_E,Central_PV,Solar,13.47999954,23,NULL +1191184045,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155230,15,Coalinga Cogeneration Facility,CA_PGE_S,Gas_Combustion_Turbine,Gas,6.8,23,existing_generator +155287,12,Richmond Cogen,CA_PGE_BAY,CCGT,Gas,155.6,23,existing_generator +1109519,2,Proposed,AZ_APS_N,Central_PV,Solar,45.43000031,23,NULL +1114007,18,Proposed,CA_SCE_SE,Central_PV,Solar,8.369999886,23,NULL +1118299,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,27.82999992,23,NULL +1191185439,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +155708,27,Arrowrock Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,15,23,existing_generator +1100988,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,288.3800049,23,NULL +154945,14,Deadwood Creek,CA_PGE_N,Hydro_NonPumped,Water,2,23,existing_generator +1001325,1,Proposed,AZ_APS_E,Commercial_PV,Solar,26.14410019,23,NULL +1101343,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,2436.719971,23,NULL +1104906,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,1.279999971,23,NULL +1112976,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,2.269999981,23,NULL +1191185350,44,Proposed,WA_N_CEN,Wind,Wind,60,23,NULL +1000089,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,25.47520065,23,NULL +1107688,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,75.08999634,23,NULL +155248,14,Wheelabrator Shasta,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,54.9,23,existing_generator +1106444,2,Proposed,AZ_APS_N,Central_PV,Solar,42.29999924,23,NULL +1191182706,39,Proposed,OR_W,Wind,Wind,30,23,NULL +155184,40,Twin Reservoirs,OR_WA_BPA,Hydro_NonPumped,Water,2.2,23,existing_generator +1105959,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,89.06999969,23,NULL +157131,15,ORNI 34 LLC,CA_PGE_S,Battery_Storage,Electricity,10,23,existing_generator +1104137,35,Proposed,NV_N,Central_PV,Solar,3.289999962,23,NULL +1191182552,36,Proposed,NV_S,Wind,Wind,60,23,NULL +156513,33,Springer Solar 1,NM_N,Central_PV,Solar,1,23,existing_generator +156023,21,Green Acres Solar Facility 2,CA_SMUD,Central_PV,Solar,1,23,existing_generator +156345,20,Ramona 1,CA_SDGE,Central_PV,Solar,2,23,existing_generator +1104128,2,Proposed,AZ_APS_N,Central_PV,Solar,78.98999786,23,NULL +156789,7,Iron Horse Battery Storage,AZ_SE,Battery_Storage,Electricity,10,23,existing_generator +1191209303,35,Proposed,NV_N,Geothermal,Geothermal,32,23,NULL +154741,41,Gadsby,UT_N,Gas_Steam_Turbine,Gas,279.1,23,existing_generator +156782,13,Whitney Point Solar,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +1101410,21,Proposed,CA_SMUD,Central_PV,Solar,852.9400024,23,NULL +1191209752,33,Proposed,NM_N,Battery_Storage,Electricity,NULL,23,NULL +156133,13,J.R. Simplot Company,CA_PGE_CEN,ST,Waste_Heat,4,23,existing_generator +157868,9,Cypress_Creek_Hydro,CAN_BC,Hydro_NonPumped,Water,2.8,23,existing_generator +1191183108,5,Proposed,AZ_NW,Wind,Wind,30,23,NULL +1113497,6,Proposed,AZ_PHX,Central_PV,Solar,5.320000172,23,NULL +1114777,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,11.77999973,23,NULL +1115564,50,Proposed,WY_SW,Central_PV,Solar,11.78999996,23,NULL +1116172,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,14.53999996,23,NULL +1191209497,28,Proposed,MEX_BAJA,CCGT,Gas,NULL,23,NULL +156833,31,"River Bend Solar, LLC",MT_SE,Central_PV,Solar,2,23,existing_generator +1191183276,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191185417,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +157881,9,Jordan_River,CAN_BC,Hydro_NonPumped,Water,170,23,existing_generator +155388,46,Black Creek,WA_W,Hydro_NonPumped,Water,3.7,23,existing_generator +1104273,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,7.570000172,23,NULL +1108709,6,Proposed,AZ_PHX,Central_PV,Solar,15.06000042,23,NULL +1191182492,36,Proposed,NV_S,Wind,Wind,1560,23,NULL +1191183116,36,Proposed,NV_S,Wind,Wind,30,23,NULL +155967,29,Gordon Butte Wind LLC,MT_NE,Wind,Wind,9.6,23,existing_generator +1191182850,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1191183360,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1112085,19,Proposed,CA_SCE_VLY,CSP_Trough_No_Storage,Solar,17.12999916,23,NULL +1112174,25,Proposed,CO_SW,Central_PV,Solar,22.04000092,23,NULL +1102834,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,204.7599945,23,NULL +1104881,35,Proposed,NV_N,Central_PV,Solar,18.14999962,23,NULL +1114682,39,Proposed,OR_W,Central_PV,Solar,5.380000114,23,NULL +1110025,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.75999999,23,NULL +1117465,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,5,23,NULL +154632,26,American Falls,ID_E,Hydro_NonPumped,Water,92.4,23,existing_generator +1114431,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.460000038,23,NULL +1106835,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,1.169999957,23,NULL +1108740,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.420000076,23,NULL +1191209724,5,Proposed,AZ_NW,Battery_Storage,Electricity,NULL,23,NULL +1118186,24,Proposed,CO_NW,Central_PV,Solar,24.75,23,NULL +1104478,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,5.139999866,23,NULL +156394,16,EAFB - North Base,CA_SCE_CEN,Central_PV,Solar,1.1,23,existing_generator +156528,33,City of Truth or Consequences PV,NM_N,Central_PV,Solar,1.9,23,existing_generator +1191185127,23,Proposed,CO_E,Wind,Wind,210,23,NULL +1118171,41,Proposed,UT_N,Central_PV,Solar,18.67000008,23,NULL +1104167,38,Proposed,OR_PDX,Central_PV,Solar,2.319999933,23,NULL +1105624,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,4.059999943,23,NULL +1116531,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,19.29999924,23,NULL +157078,36,Techren Solar III LLC,NV_S,Central_PV,Solar,25,23,existing_generator +1001150,23,Proposed,CO_E,Residential_PV,Solar,38.94800186,23,NULL +155250,27,El Dorado Hydro Elk Creek,ID_S_OR_E,Hydro_NonPumped,Water,2.6,23,existing_generator +1191185477,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1102905,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,433.8999939,23,NULL +1191185385,22,Proposed,CO_DEN,Wind,Wind,240,23,NULL +1102695,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,2.269999981,23,NULL +1191185163,23,Proposed,CO_E,Wind,Wind,390,23,NULL +155520,43,Grimes Way,WA_ID_AVA,Gas_Internal_Combustion_Engine,Gas,2.2,23,existing_generator +1191182496,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191185542,43,Proposed,WA_ID_AVA,Wind,Wind,90,23,NULL +1104945,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,12.27000046,23,NULL +1113990,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.809999943,23,NULL +154469,16,Lundy,CA_SCE_CEN,Hydro_NonPumped,Water,3,23,existing_generator +1117516,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,19.34000015,23,NULL +156477,36,NRG Solar Las Vegas MB-1,NV_S,Central_PV,Solar,5,23,existing_generator +156328,23,Spring Canyon Expansion Wind Energy Ctr,CO_E,Wind,Wind,62.6,23,existing_generator +1109088,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,10.13000011,23,NULL +1116956,25,Proposed,CO_SW,Central_PV,Solar,76.25,23,NULL +1191210862,9,Proposed,CAN_BC,Wind,Wind,208.3910065,23,NULL +1107402,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.659999967,23,NULL +157123,23,Palmer Solar,CO_E,Central_PV,Solar,60,23,existing_generator +1100986,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,161.6799927,23,NULL +1115093,19,Proposed,CA_SCE_VLY,Central_PV,Solar,34.31999969,23,NULL +1191210574,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,23,NULL +1110976,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,6.090000153,23,NULL +155193,16,Oxnard,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,68.7,23,existing_generator +156319,16,Rodeo Solar D2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1191182717,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1105771,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.730000019,23,NULL +1107670,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.769999981,23,NULL +1108181,6,Proposed,AZ_PHX,Central_PV,Solar,74.66999817,23,NULL +1191185123,23,Proposed,CO_E,Wind,Wind,30,23,NULL +156567,23,Pikes Peak Solar Garden 1 LLC,CO_E,Central_PV,Solar,2,23,existing_generator +1115575,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,14.11999989,23,NULL +155659,40,Hay Canyon Wind Power LLC,OR_WA_BPA,Wind,Wind,100.8,23,existing_generator +1105461,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.340000033,23,NULL +1106873,1,Proposed,AZ_APS_E,Central_PV,Solar,2.930000067,23,NULL +156454,15,"Wildwood Solar I, LLC",CA_PGE_S,Central_PV,Solar,19.5,23,existing_generator +1102139,16,Proposed,CA_SCE_CEN,Central_PV,Solar,133.9100037,23,NULL +1104141,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.169999957,23,NULL +156879,33,Facebook 3 Solar Energy Center,NM_N,Central_PV,Solar,10,23,existing_generator +1001129,29,Proposed,MT_NE,Commercial_PV,Solar,24.85449982,23,NULL +1118885,18,Proposed,CA_SCE_SE,Central_PV,Solar,31.20999908,23,NULL +77388,16,SanBernardino_Lucerne: 61,CA_SCE_CEN,Wind,Wind,44,23,NULL +1103931,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,1.409999967,23,NULL +1191185095,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1191185392,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +156652,21,Strata Roof 1,CA_SMUD,Central_PV,Solar,1,23,existing_generator +1116775,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,22.20999908,23,NULL +1118758,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,56.20999908,23,NULL +1191183351,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1105266,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.950000048,23,NULL +1109264,30,Proposed,MT_NW,Central_PV,Solar,1.200000048,23,NULL +1191210431,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,300,23,NULL +155936,22,City of Boulder WWTP,CO_DEN,Central_PV,Solar,1,23,existing_generator +158003,28,PdtJrzG2,MEX_BAJA,Gas_Combustion_Turbine,Gas,30,23,existing_generator +1113145,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,6.880000114,23,NULL +1115698,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,46.65000153,23,NULL +155199,11,Equilon Los Angeles Refining,CA_LADWP,Gas_Combustion_Turbine,Gas,60,23,existing_generator +1001793,33,Proposed,NM_N,Commercial_PV,Solar,12.40849972,23,NULL +154811,15,Diablo Canyon,CA_PGE_S,Nuclear,Uranium,2323,23,existing_generator +1115285,35,Proposed,NV_N,Central_PV,Solar,20.87999916,23,NULL +1108726,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,11.03999996,23,NULL +1191185386,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +157027,10,"Blythe Solar IV, LLC",CA_IID,Central_PV,Solar,124.8,23,existing_generator +1191182533,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1106373,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,28.61000061,23,NULL +1116480,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,1.299999952,23,NULL +1117921,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.529999971,23,NULL +155754,40,Eurus Combine Hills Turbine Ranch 2,OR_WA_BPA,Wind,Wind,63,23,existing_generator +1104344,41,Proposed,UT_N,Central_PV,Solar,10.43000031,23,NULL +1000578,15,Proposed,CA_PGE_S,Residential_PV,Solar,22.25600052,23,NULL +1112655,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,35.74000168,23,NULL +1117793,15,Proposed,CA_PGE_S,Central_PV,Solar,6.630000114,23,NULL +1103986,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,1066.77002,23,NULL +1113520,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,2.910000086,23,NULL +1191183270,41,Proposed,UT_N,Wind,Wind,30,23,NULL +156543,13,Citizen B,CA_PGE_CEN,Central_PV,Solar,5,23,existing_generator +1191210475,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,38.20000076,23,NULL +156593,23,Carousel Wind Farm LLC,CO_E,Wind,Wind,150,23,existing_generator +1118263,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,6.360000134,23,NULL +1191182720,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1108277,36,Proposed,NV_S,Central_PV,Solar,6.269999981,23,NULL +154557,14,Spring Creek,CA_PGE_N,Hydro_NonPumped,Water,180,23,existing_generator +1191185362,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +154601,22,Estes,CO_DEN,Hydro_NonPumped,Water,45,23,existing_generator +1108763,35,Proposed,NV_N,Central_PV,Solar,1.379999995,23,NULL +1118282,25,Proposed,CO_SW,Central_PV,Solar,152.8399963,23,NULL +1108731,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,9.770000458,23,NULL +1118832,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.059999943,23,NULL +155755,22,RV CSU Power LLC,CO_DEN,Central_PV,Solar,1.9,23,existing_generator +156924,39,Interstate Solar,OR_W,Central_PV,Solar,2.2,23,existing_generator +1111770,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,39.41999817,23,NULL +156481,16,"TA-Acacia, LLC",CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1000805,1,Proposed,AZ_APS_E,Commercial_PV,Solar,25.59600067,23,NULL +1191209367,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +155693,33,High Lonesome Mesa LLC,NM_N,Wind,Wind,100,23,existing_generator +154443,42,Blundell,UT_S,Geothermal,Geothermal,44.8,23,existing_generator +1001253,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,437.1119995,23,NULL +156922,39,Sheep Solar,OR_W,Central_PV,Solar,2.2,23,existing_generator +1191183312,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191209560,41,Proposed,UT_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191209612,43,Proposed,WA_ID_AVA,Coal_IGCC,Coal,NULL,23,NULL +1106804,1,Proposed,AZ_APS_E,Central_PV,Solar,34.52000046,23,NULL +1116613,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,37.18000031,23,NULL +1191183200,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +1100778,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,185.6900024,23,NULL +1191210540,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,4,23,NULL +155055,24,North Fork Hydro Plant,CO_NW,Hydro_NonPumped,Water,5.5,23,existing_generator +156105,21,Depot Park Solar System,CA_SMUD,Central_PV,Solar,3,23,existing_generator +1116554,17,Proposed,CA_SCE_S,Central_PV,Solar,18.29000092,23,NULL +154743,41,Pioneer,UT_N,Hydro_NonPumped,Water,5,23,existing_generator +155438,47,Lange Gas Turbines,WY_NE,Gas_Combustion_Turbine,Gas,40,23,existing_generator +156499,13,Giffen Solar Park,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +156803,15,Bakersfield PV 1,CA_PGE_S,Central_PV,Solar,5.3,23,existing_generator +1110425,4,Proposed,AZ_NM_N,Central_PV,Solar,29.11000061,23,NULL +1115076,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,57.70000076,23,NULL +154781,46,LaGrande,WA_W,Hydro_NonPumped,Water,64,23,existing_generator +155472,15,"Pastoria Energy Facility, LLC",CA_PGE_S,CCGT,Gas,779,23,existing_generator +157026,10,"Blythe Solar III, LLC",CA_IID,Central_PV,Solar,124.8,23,existing_generator +1104932,2,Proposed,AZ_APS_N,Central_PV,Solar,5.159999847,23,NULL +1111775,35,Proposed,NV_N,Central_PV,Solar,7.369999886,23,NULL +155507,15,Elk Hills Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,46.6,23,existing_generator +1112100,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,5.610000134,23,NULL +155030,16,Tehachapi Wind Resource I,CA_SCE_CEN,Wind,Wind,8.7,23,existing_generator +155570,27,Raft River Geothermal Power Plant,ID_S_OR_E,Geothermal,Geothermal,18,23,existing_generator +1115743,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,50.77999878,23,NULL +154921,13,Woodland,CA_PGE_CEN,Gas_Internal_Combustion_Engine,Gas,50.4,23,existing_generator +1106599,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,1.179999948,23,NULL +1107557,20,Proposed,CA_SDGE,Central_PV,Solar,3.25999999,23,NULL +1191209309,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +154994,23,Ray D Nixon,CO_E,Coal_Steam_Turbine,Coal,207,23,existing_generator +1001725,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,5088.819824,23,NULL +156128,6,Arizona State University CHP,AZ_PHX,CCGT,Gas,9.2,23,existing_generator +1104067,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.200000048,23,NULL +155483,31,Hardin Generator Project,MT_SE,Coal_Steam_Turbine,Coal,115.7,23,existing_generator +1104272,43,Proposed,WA_ID_AVA,Central_PV,Solar,7.570000172,23,NULL +1113565,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,5.940000057,23,NULL +1002102,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,16.69199944,23,NULL +155674,16,Bolthouse S&P and Rowen Farms Solar,CA_SCE_CEN,Central_PV,Solar,1.2,23,existing_generator +157978,8,Cancarb1,CAN_ALB,Coal_Steam_Turbine_Cogen,Coal,46,23,existing_generator +158072,8,Wind_EP_Can_14,CAN_ALB,Wind,Wind,68.4,23,existing_generator +1101781,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,705.7600098,23,NULL +155560,12,Diablo Winds LLC,CA_PGE_BAY,Wind,Wind,18,23,existing_generator +158049,9,BrrrdTh4,CAN_BC,Gas_Steam_Turbine,Gas,150,23,existing_generator +154972,40,Nine Canyon,OR_WA_BPA,Wind,Wind,95.9,23,existing_generator +156751,22,Xcel Adams 2 Community Solar Array,CO_DEN,Central_PV,Solar,1.5,23,existing_generator +158027,28,CerroPrI1-2,MEX_BAJA,Geothermal,Geothermal,35.7,23,existing_generator +1191185659,39,Proposed,OR_W,Offshore_Wind,Wind,120,23,NULL +1109562,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.070000172,23,NULL +1191210491,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,42.79999924,23,NULL +1116858,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,1.190000057,23,NULL +1105445,42,Proposed,UT_S,Central_PV,Solar,4.690000057,23,NULL +1111250,33,Proposed,NM_N,Central_PV,Solar,2840.090088,23,NULL +1116153,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,41.54000092,23,NULL +1104663,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,5.989999771,23,NULL +157114,24,Trout Creek Solar,CO_NW,Central_PV,Solar,2,23,existing_generator +1110112,46,Proposed,WA_W,CSP_Trough_6h_Storage,Solar,3.230000019,23,NULL +156845,11,Westmont 400B,CA_LADWP,Central_PV,Solar,2.2,23,existing_generator +157012,17,AES Huntington Beach Energy Project,CA_SCE_S,CCGT,Gas,678,23,existing_generator +155051,20,Sycamore Energy 1,CA_SDGE,Bio_Gas,Bio_Gas,5.4,23,existing_generator +1111559,14,Proposed,CA_PGE_N,Central_PV,Solar,45.16999817,23,NULL +1107059,26,Proposed,ID_E,Central_PV,Solar,3.619999886,23,NULL +1191182547,36,Proposed,NV_S,Wind,Wind,30,23,NULL +154859,43,Boundary,WA_ID_AVA,Hydro_NonPumped,Water,1118.6,23,existing_generator +157902,9,Peace_Canyon,CAN_BC,Hydro_NonPumped,Water,680,23,existing_generator +1119061,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,3,23,NULL +1101826,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,3488.889893,23,NULL +1001368,1,Proposed,AZ_APS_E,Residential_PV,Solar,1716.48999,23,NULL +1191183304,41,Proposed,UT_N,Wind,Wind,150,23,NULL +1116304,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,1.330000043,23,NULL +1118695,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,22.63999939,23,NULL +154571,23,Comanche (CO),CO_E,Coal_Steam_Turbine,Coal,1635.3,23,existing_generator +1001894,3,Proposed,AZ_APS_SW,Residential_PV,Solar,23.64699936,23,NULL +155909,13,Robert O Schulz Solar Farm,CA_PGE_CEN,Central_PV,Solar,1.3,23,existing_generator +1002029,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,26.75099945,23,NULL +1191183906,27,Proposed,ID_S_OR_E,Wind,Wind,120,23,NULL +155236,35,Stillwater Facility,NV_N,Central_PV,Solar,22,23,existing_generator +1105161,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,6.980000019,23,NULL +1114728,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,8.859999657,23,NULL +1115431,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,9,23,NULL +1191185083,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1191209530,11,Proposed,CA_LADWP,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1105977,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,8.239999771,23,NULL +1106241,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,5.070000172,23,NULL +1116845,13,Proposed,CA_PGE_CEN,Central_PV,Solar,11.35000038,23,NULL +1119064,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,2.900000095,23,NULL +1191185287,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +156519,17,"AP North Lake I, LP",CA_SCE_S,Central_PV,Solar,20,23,existing_generator +1112329,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,6.179999828,23,NULL +1116095,4,Proposed,AZ_NM_N,Central_PV,Solar,66.01999664,23,NULL +155195,20,Gas Utilization Facility,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.6,23,existing_generator +155353,7,University of Arizona - Biosphere 2,AZ_SE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.5,23,existing_generator +156383,15,"Cottonwood Solar, LLC (City of Corcoran)",CA_PGE_S,Central_PV,Solar,12,23,existing_generator +1114404,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,12.82999992,23,NULL +1191184992,23,Proposed,CO_E,Wind,Wind,60,23,NULL +1116418,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,5.460000038,23,NULL +154832,25,Ames Hydro,CO_SW,Hydro_NonPumped,Water,3.6,23,existing_generator +1118768,36,Proposed,NV_S,Central_PV,Solar,1.519999981,23,NULL +155485,14,Sonoma Central Landfill Phase II,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +156844,11,Westmont 400A,CA_LADWP,Central_PV,Solar,2.3,23,existing_generator +157104,44,Penstemon Solar Project,WA_N_CEN,Central_PV,Solar,5,23,existing_generator +1000118,14,Proposed,CA_PGE_N,Residential_PV,Solar,23.64699936,23,NULL +1191183381,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191210533,45,Proposed,WA_SEATAC,Gas_Steam_Turbine_Cogen,Gas,5,23,NULL +155807,11,Maclay Solar Project,CA_LADWP,Central_PV,Solar,2.2,23,existing_generator +156927,20,SeaWorld Aquatica,CA_SDGE,Central_PV,Solar,1,23,existing_generator +1106512,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,2.99000001,23,NULL +1114400,5,Proposed,AZ_NW,Central_PV,Solar,2.130000114,23,NULL +1000737,23,Proposed,CO_E,Commercial_PV,Solar,16.01670074,23,NULL +1001081,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,26.20159912,23,NULL +1113871,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,56.54999924,23,NULL +1117303,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,49.36999893,23,NULL +157960,8,Balzac1,CAN_ALB,CCGT_Cogen,Gas,40.8,23,existing_generator +1001364,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,77.89600372,23,NULL +1191184015,38,Proposed,OR_PDX,Wind,Wind,60,23,NULL +1191185194,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1000836,22,Proposed,CO_DEN,Residential_PV,Solar,72.33200073,23,NULL +1108035,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,9.43999958,23,NULL +1112863,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,4.820000172,23,NULL +1114845,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.950000048,23,NULL +1115151,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,57.11000061,23,NULL +1115322,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.5,23,NULL +1103323,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,333.3699951,23,NULL +1191210114,10,Proposed,CA_IID,Geothermal,Geothermal,49.90000153,23,NULL +1115288,2,Proposed,AZ_APS_N,Central_PV,Solar,28.76000023,23,NULL +1106437,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,83,23,NULL +1111320,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.539999962,23,NULL +1107752,7,Proposed,AZ_SE,Central_PV,Solar,66.38999939,23,NULL +1111351,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.409999967,23,NULL +1108234,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,127.6600037,23,NULL +1102662,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.190000057,23,NULL +1191209347,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1102986,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1081.449951,23,NULL +1106879,5,Proposed,AZ_NW,Central_PV,Solar,13.97999954,23,NULL +1113963,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.819999933,23,NULL +1191210870,9,Proposed,CAN_BC,Wind,Wind,251.2890015,23,NULL +155268,27,Rock Creek I,ID_S_OR_E,Hydro_NonPumped,Water,2.1,23,existing_generator +1191185449,43,Proposed,WA_ID_AVA,Wind,Wind,8370,23,NULL +154479,17,Mountainview Generating Station,CA_SCE_S,CCGT,Gas,1036.8,23,existing_generator +1000506,50,Proposed,WY_SW,Residential_PV,Solar,19841.19922,23,NULL +1108803,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,21.68000031,23,NULL +1111733,2,Proposed,AZ_APS_N,Central_PV,Solar,1.409999967,23,NULL +1114822,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,57.72999954,23,NULL +1117019,36,Proposed,NV_S,Central_PV,Solar,36.58000183,23,NULL +1113549,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.029999971,23,NULL +1191184016,38,Proposed,OR_PDX,Wind,Wind,90,23,NULL +1118719,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.339999914,23,NULL +1103980,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.579999924,23,NULL +1116634,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,9.069999695,23,NULL +1191209536,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191209237,37,Proposed,OR_E,Geothermal,Geothermal,180,23,NULL +1102252,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,61.68999863,23,NULL +1001340,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,23.64699936,23,NULL +1191185398,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +155582,14,Shiloh I Wind Project,CA_PGE_N,Wind,Wind,150,23,existing_generator +156766,10,Valley Sanitary District WTP Solar,CA_IID,Central_PV,Solar,1,23,existing_generator +1115260,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.630000114,23,NULL +1191209611,42,Proposed,UT_S,Coal_IGCC,Coal,NULL,23,NULL +155603,40,Klondike Windpower III,OR_WA_BPA,Wind,Wind,297.5,23,existing_generator +1100825,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,905.6500244,23,NULL +1191182694,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191185389,22,Proposed,CO_DEN,Wind,Wind,750,23,NULL +1112679,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,103.3700027,23,NULL +1115994,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,41.13999939,23,NULL +1191185496,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +157849,9,Arrow_Lakes,CAN_BC,Hydro_NonPumped,Water,166,23,existing_generator +1191182679,39,Proposed,OR_W,Wind,Wind,30,23,NULL +154541,14,Loon Lake,CA_PGE_N,Hydro_NonPumped,Water,74.1,23,existing_generator +156736,20,North City Cogeneration Facility,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +1000090,4,Proposed,AZ_NM_N,Residential_PV,Solar,82.06900024,23,NULL +1116138,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,2.890000105,23,NULL +1191183770,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +155738,49,Casper Wind Farm,WY_SE,Wind,Wind,17,23,existing_generator +156488,17,"Bowerman Power LFG, LLC",CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,23.8,23,existing_generator +1118662,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.690000057,23,NULL +1191209208,5,Proposed,AZ_NW,Bio_Gas,Bio_Gas,NULL,23,NULL +1100003,39,Proposed,OR_W,Central_PV,Solar,109.2699966,23,NULL +1111222,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,31.70000076,23,NULL +1191182565,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191184004,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1112111,50,Proposed,WY_SW,Central_PV,Solar,85.27999878,23,NULL +1116715,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,5.820000172,23,NULL +1107282,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,5.510000229,23,NULL +1106366,7,Proposed,AZ_SE,Central_PV,Solar,15.81000042,23,NULL +1109243,16,Proposed,CA_SCE_CEN,Central_PV,Solar,18.26000023,23,NULL +154483,40,Columbia Generating Station,OR_WA_BPA,Nuclear,Uranium,1200,23,existing_generator +1191209394,35,Proposed,NV_N,Geothermal,Geothermal,10,23,NULL +1100324,25,Proposed,CO_SW,Central_PV,Solar,123.8600006,23,NULL +1001679,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,25.98570061,23,NULL +1191185547,43,Proposed,WA_ID_AVA,Wind,Wind,240,23,NULL +1114015,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,95.65000153,23,NULL +1191183942,27,Proposed,ID_S_OR_E,Wind,Wind,120,23,NULL +1104944,2,Proposed,AZ_APS_N,Central_PV,Solar,12.27000046,23,NULL +155292,20,C P Kelco San Diego Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,18,23,existing_generator +156010,21,RE McKenzie 5,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1191182635,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +155561,16,Helzel & Schwarzhoff 86,CA_SCE_CEN,Wind,Wind,2.4,23,existing_generator +156039,42,Hurricane City Power,UT_S,Gas_Internal_Combustion_Engine,Gas,10,23,existing_generator +154844,32,Canyon Ferry,MT_SW,Hydro_NonPumped,Water,49.8,23,existing_generator +155989,21,RE Kammerer 3,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1111774,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,34.38999939,23,NULL +156634,48,Big Sand Draw Plant,WY_NW,Gas_Internal_Combustion_Engine,Gas,8,23,existing_generator +157057,35,Sunshine Valley Solar,NV_N,Central_PV,Solar,103.4,23,existing_generator +1107475,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,20.51000023,23,NULL +1100461,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,219.7100067,23,NULL +1191210097,10,Proposed,CA_IID,Geothermal,Geothermal,8,23,NULL +155164,17,San Dimas Wash Generating Station,CA_SCE_S,Hydro_NonPumped,Water,1,23,existing_generator +157913,9,Seaton_Creek,CAN_BC,Hydro_NonPumped,Water,0.3,23,existing_generator +154872,14,Kings Beach,CA_PGE_N,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,15,23,existing_generator +1191210477,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,30.70000076,23,NULL +154979,46,Grays Harbor Energy Facility,WA_W,CCGT,Gas,697.8,23,existing_generator +156344,20,Valley Center 2,CA_SDGE,Central_PV,Solar,5,23,existing_generator +1111220,15,Proposed,CA_PGE_S,Central_PV,Solar,31.70000076,23,NULL +1117448,35,Proposed,NV_N,Central_PV,Solar,10.43999958,23,NULL +1100203,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,124.1600037,23,NULL +1191184781,33,Proposed,NM_N,Wind,Wind,30,23,NULL +1191209255,37,Proposed,OR_E,Geothermal,Geothermal,10,23,NULL +155873,13,Westside Solar Station,CA_PGE_CEN,Central_PV,Solar,15,23,existing_generator +1117899,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,5.130000114,23,NULL +77442,16,Tehachapi: 555,CA_SCE_CEN,Wind,Wind,24,23,NULL +157094,14,American Canyon Solar,CA_PGE_N,Central_PV,Solar,3,23,existing_generator +1109999,33,Proposed,NM_N,Central_PV,Solar,14.82999992,23,NULL +1191182503,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1191209597,28,Proposed,MEX_BAJA,Coal_IGCC,Coal,NULL,23,NULL +155789,17,Solar Photovoltaic Project #28,CA_SCE_S,Central_PV,Solar,3.5,23,existing_generator +1109987,15,Proposed,CA_PGE_S,Central_PV,Solar,2.099999905,23,NULL +1191209499,30,Proposed,MT_NW,CCGT,Gas,NULL,23,NULL +1109179,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.089999914,23,NULL +1191182517,36,Proposed,NV_S,Wind,Wind,120,23,NULL +1109828,41,Proposed,UT_N,Central_PV,Solar,5.130000114,23,NULL +1114235,21,Proposed,CA_SMUD,Central_PV,Solar,15.76000023,23,NULL +1112069,41,Proposed,UT_N,Central_PV,Solar,1.960000038,23,NULL +1191183929,27,Proposed,ID_S_OR_E,Wind,Wind,60,23,NULL +1113850,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,7.670000076,23,NULL +1191184221,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +1106827,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,9.550000191,23,NULL +1106400,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,51.33000183,23,NULL +1191182370,32,Proposed,MT_SW,Wind,Wind,270,23,NULL +1191182911,49,Proposed,WY_SE,Wind,Wind,90,23,NULL +156589,16,Central Antelope Dry Ranch C,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +154491,13,R C Kirkwood,CA_PGE_CEN,Hydro_NonPumped,Water,115.5,23,existing_generator +156476,14,Baker Creek Hydroelectric,CA_PGE_N,Hydro_NonPumped,Water,1.5,23,existing_generator +1116599,35,Proposed,NV_N,Central_PV,Solar,4.710000038,23,NULL +155593,27,Pilgrim Stage Wind Park,ID_S_OR_E,Wind,Wind,10.5,23,existing_generator +156208,16,Arrache 8083,CA_SCE_CEN,Central_PV,Solar,4,23,existing_generator +1104130,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,78.98999786,23,NULL +1108202,4,Proposed,AZ_NM_N,Central_PV,Solar,25.59000015,23,NULL +1191185348,44,Proposed,WA_N_CEN,Wind,Wind,210,23,NULL +1101860,16,Proposed,CA_SCE_CEN,Central_PV,Solar,15,23,NULL +1105354,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,78.19000244,23,NULL +1109573,36,Proposed,NV_S,Central_PV,Solar,34.34999847,23,NULL +1115164,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,6.989999771,23,NULL +1108153,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,19.29999924,23,NULL +1191184147,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1191185514,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1111613,15,Proposed,CA_PGE_S,Central_PV,Solar,7.670000076,23,NULL +1101342,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,2436.719971,23,NULL +1117867,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.739999771,23,NULL +1191185355,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +1191182737,47,Proposed,WY_NE,Wind,Wind,150,23,NULL +1104852,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.039999962,23,NULL +155298,15,Midway Sunset Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,234,23,existing_generator +156573,15,Corcoran Solar 3,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1117446,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,75.41999817,23,NULL +156537,14,"Cottonwood Solar, LLC Cottonwood Carport",CA_PGE_N,Central_PV,Solar,1,23,existing_generator +157088,33,La Joya NM,NM_N,Wind,Wind,166,23,existing_generator +1105929,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,8.550000191,23,NULL +1191185521,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +156653,12,Zero Waste Energy Development Co LLC,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +157932,9,Upper_Clowhom,CAN_BC,Hydro_NonPumped,Water,11,23,existing_generator +1104935,4,Proposed,AZ_NM_N,Central_PV,Solar,51.06999969,23,NULL +1110490,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,49.54999924,23,NULL +1117765,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,22.09000015,23,NULL +157878,9,Gordon_M_Shrum,CAN_BC,Hydro_NonPumped,Water,2730,23,existing_generator +1113123,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,15.64000034,23,NULL +1191183879,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1115685,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,4.710000038,23,NULL +1108242,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,9.31000042,23,NULL +1114622,14,Proposed,CA_PGE_N,Central_PV,Solar,12.80000019,23,NULL +1116590,42,Proposed,UT_S,Central_PV,Solar,26.75,23,NULL +1107717,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,12.71000004,23,NULL +1191185275,25,Proposed,CO_SW,Wind,Wind,600,23,NULL +1191182497,36,Proposed,NV_S,Wind,Wind,30,23,NULL +157886,9,Lamont_Creek,CAN_BC,Hydro_NonPumped,Water,28,23,existing_generator +1105973,25,Proposed,CO_SW,Central_PV,Solar,88.80000305,23,NULL +1191209498,29,Proposed,MT_NE,CCGT,Gas,NULL,23,NULL +1110074,35,Proposed,NV_N,Central_PV,Solar,87.19999695,23,NULL +1115293,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,24.23999977,23,NULL +1116594,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,33.61999893,23,NULL +1105494,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.74000001,23,NULL +1113492,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,28.34000015,23,NULL +156908,10,Wistaria Ranch Solar,CA_IID,Central_PV,Solar,106.7,23,existing_generator +1110911,35,Proposed,NV_N,Central_PV,Solar,6.050000191,23,NULL +1191185452,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191185571,7,Proposed,AZ_SE,Wind,Wind,210,23,NULL +154482,19,Lower Tule River,CA_SCE_VLY,Hydro_NonPumped,Water,2.6,23,existing_generator +155484,14,Sonoma Central Landfill Phase I,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +155512,10,Salton Sea Power LLC - Unit 5,CA_IID,Geothermal,Geothermal,58.3,23,existing_generator +156357,14,Laguna Water Reclamation Facility,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.4,23,existing_generator +156830,4,Kayenta Solar Project,AZ_NM_N,Central_PV,Solar,27.3,23,existing_generator +158008,9,Alkokolex,CAN_BC,Gas_Combustion_Turbine,Gas,30,23,existing_generator +1191183299,41,Proposed,UT_N,Wind,Wind,60,23,NULL +77482,20,SanDiegoSouth: 605,CA_SDGE,Wind,Wind,21,23,NULL +154376,13,Hickman,CA_PGE_CEN,Hydro_NonPumped,Water,1,23,existing_generator +1191185655,39,Proposed,OR_W,Offshore_Wind,Wind,810,23,NULL +1103922,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.350000024,23,NULL +154348,7,Saguaro,AZ_SE,Gas_Combustion_Turbine,Gas,184.5,23,existing_generator +1110917,2,Proposed,AZ_APS_N,Central_PV,Solar,10.27000046,23,NULL +156362,19,White River Solar 2,CA_SCE_VLY,Central_PV,Solar,19.8,23,existing_generator +156790,7,Iron Horse Battery Storage,AZ_SE,Central_PV,Solar,2,23,existing_generator +1001011,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,3086.98999,23,NULL +1191183955,27,Proposed,ID_S_OR_E,Wind,Wind,300,23,NULL +154660,43,Albeni Falls,WA_ID_AVA,Hydro_NonPumped,Water,42,23,existing_generator +155765,36,CM48,NV_S,Central_PV,Solar,48,23,existing_generator +156417,15,Wildwood Solar II,CA_PGE_S,Central_PV,Solar,15,23,existing_generator +1191182660,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1118859,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,9.909999847,23,NULL +1191183275,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191209316,35,Proposed,NV_N,Geothermal,Geothermal,24,23,NULL +156839,29,"Black Eagle Solar, LLC",MT_NE,Central_PV,Solar,3,23,existing_generator +1115228,3,Proposed,AZ_APS_SW,Central_PV,Solar,50.04999924,23,NULL +1110919,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,10.27000046,23,NULL +1000091,15,Proposed,CA_PGE_S,Commercial_PV,Solar,55.35839844,23,NULL +1109670,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,1.279999971,23,NULL +154892,42,Unit 4,UT_S,Hydro_NonPumped,Water,1.5,23,existing_generator +1105402,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,4.449999809,23,NULL +155395,34,New Mexico State University,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,4.7,23,existing_generator +1191185516,30,Proposed,MT_NW,Wind,Wind,120,23,NULL +1106348,35,Proposed,NV_N,Central_PV,Solar,13.88000011,23,NULL +1110434,4,Proposed,AZ_NM_N,Central_PV,Solar,23.01000023,23,NULL +77452,16,Tehachapi: 565,CA_SCE_CEN,Wind,Wind,44,23,NULL +1191185528,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1191210447,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,49.79999924,23,NULL +1105510,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,18.59000015,23,NULL +1102870,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,92.02999878,23,NULL +1191182500,36,Proposed,NV_S,Wind,Wind,540,23,NULL +157982,8,SC_FirebagS2_1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,23,existing_generator +1002016,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,25.03800011,23,NULL +1102444,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.739999771,23,NULL +1191209239,10,Proposed,CA_IID,Geothermal,Geothermal,180,23,NULL +1111754,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.360000014,23,NULL +1115841,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,2.029999971,23,NULL +154732,47,Ben French,WY_NE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,23,existing_generator +156735,20,Escondido Energy Storage,CA_SDGE,Battery_Storage,Electricity,30,23,existing_generator +1118852,18,Proposed,CA_SCE_SE,Central_PV,Solar,20.54000092,23,NULL +1000298,10,Proposed,CA_IID,Residential_PV,Solar,560.572998,23,NULL +155587,13,Ameresco Santa Cruz Energy,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,23,existing_generator +1117492,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,10.17000008,23,NULL +1118255,25,Proposed,CO_SW,Central_PV,Solar,33.27000046,23,NULL +1191183934,27,Proposed,ID_S_OR_E,Wind,Wind,9540,23,NULL +156863,15,Vandenberg Solar Project,CA_PGE_S,Central_PV,Solar,22.5,23,existing_generator +1106037,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,5.289999962,23,NULL +1108227,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1901.920044,23,NULL +1110737,12,Proposed,CA_PGE_BAY,Central_PV,Solar,15.07999992,23,NULL +1113482,42,Proposed,UT_S,Central_PV,Solar,53.47999954,23,NULL +1114028,36,Proposed,NV_S,Central_PV,Solar,22.96999931,23,NULL +1191185499,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191209627,8,Proposed,CAN_ALB,Coal_Steam_Turbine,Coal,NULL,23,NULL +1113956,36,Proposed,NV_S,Central_PV,Solar,1.429999948,23,NULL +1113075,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,14.97000027,23,NULL +154582,17,Coyote Creek,CA_SCE_S,Hydro_NonPumped,Water,3.1,23,existing_generator +154810,7,North Loop,AZ_SE,Gas_Combustion_Turbine,Gas,107.8,23,existing_generator +157996,8,MedcnHt5,CAN_ALB,Gas_Combustion_Turbine,Gas,30,23,existing_generator +1110046,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,2.460000038,23,NULL +157134,37,Blue Marmot VIII,OR_E,Central_PV,Solar,10,23,existing_generator +1112729,33,Proposed,NM_N,Central_PV,Solar,18.77000046,23,NULL +155829,15,Avenal Park,CA_PGE_S,Central_PV,Solar,6,23,existing_generator +157064,17,"Portal Ridge Solar A, LLC",CA_SCE_S,Central_PV,Solar,18.5,23,existing_generator +1117165,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,6.039999962,23,NULL +77512,12,Solano: 1912,CA_PGE_BAY,Wind,Wind,78,23,NULL +1191183785,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1191185387,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +156038,42,Hurricane City Power,UT_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5.1,23,existing_generator +1116523,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,4.46999979,23,NULL +154822,42,Hunter,UT_S,Coal_Steam_Turbine,Coal,1577.2,23,existing_generator +156568,22,Adams Community Solar Garden LLC,CO_DEN,Central_PV,Solar,1.2,23,existing_generator +1001087,44,Proposed,WA_N_CEN,Commercial_PV,Solar,68.1835022,23,NULL +1115456,14,Proposed,CA_PGE_N,Central_PV,Solar,31.26000023,23,NULL +1191183171,31,Proposed,MT_SE,Wind,Wind,840,23,NULL +1104564,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,6.610000134,23,NULL +1108186,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,2.299999952,23,NULL +155459,20,Prima Plant,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,6,23,existing_generator +1107473,43,Proposed,WA_ID_AVA,Central_PV,Solar,20.51000023,23,NULL +154364,6,Roosevelt,AZ_PHX,Hydro_NonPumped,Water,36,23,existing_generator +155460,20,MM San Diego-North City,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.6,23,existing_generator +1113430,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,22.04999924,23,NULL +156172,14,G2 Energy Hay Rd,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +1112185,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.590000033,23,NULL +1001828,23,Proposed,CO_E,Residential_PV,Solar,47.29399872,23,NULL +1191210453,46,Proposed,WA_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,10.5,23,NULL +1112025,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,20.42000008,23,NULL +155756,40,Harvest Wind Project,OR_WA_BPA,Wind,Wind,98.9,23,existing_generator +155877,10,Ocotillo Express LLC,CA_IID,Wind,Wind,265.4,23,existing_generator +1104524,7,Proposed,AZ_SE,Central_PV,Solar,50.04000092,23,NULL +155610,17,Center Peaker,CA_SCE_S,Battery_Storage,Electricity,10,23,existing_generator +158047,9,BrrrdTh2,CAN_BC,Gas_Steam_Turbine,Gas,150,23,existing_generator +1113107,42,Proposed,UT_S,Central_PV,Solar,26.09000015,23,NULL +1103698,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,205.9799957,23,NULL +1109204,17,Proposed,CA_SCE_S,Central_PV,Solar,19.86000061,23,NULL +156075,27,High Mesa,ID_S_OR_E,Wind,Wind,40,23,existing_generator +1191209411,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +1112239,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,119.9400024,23,NULL +1118890,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.700000048,23,NULL +157021,14,Blue Shld Of Cal- El Dorado Hlls Mtr B,CA_PGE_N,Central_PV,Solar,2.1,23,existing_generator +1102918,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,4.349999905,23,NULL +1117915,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,9.649999619,23,NULL +1101772,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1268.27002,23,NULL +156815,25,Drop 5,CO_SW,Hydro_NonPumped,Water,2.4,23,existing_generator +154353,7,H Wilson Sundt Generating Station,AZ_SE,Gas_Combustion_Turbine,Gas,54,23,existing_generator +1112746,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.470000029,23,NULL +1113112,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,7.380000114,23,NULL +1115741,2,Proposed,AZ_APS_N,Central_PV,Solar,50.77999878,23,NULL +1113083,33,Proposed,NM_N,Central_PV,Solar,9.699999809,23,NULL +1111938,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,12.34000015,23,NULL +1191185513,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1107710,2,Proposed,AZ_APS_N,Central_PV,Solar,5.679999828,23,NULL +156268,33,Sue Cleveland High School,NM_N,Central_PV,Solar,1,23,existing_generator +1118300,35,Proposed,NV_N,Central_PV,Solar,11.36999989,23,NULL +155093,20,Kyocera America Project,CA_SDGE,Gas_Internal_Combustion_Engine,Gas,3.8,23,existing_generator +1104224,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.449999809,23,NULL +1105832,24,Proposed,CO_NW,Central_PV,Solar,34.15999985,23,NULL +1107536,41,Proposed,UT_N,Central_PV,Solar,6.909999847,23,NULL +155600,39,Dry Creek LFG to Energy Project,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +156934,1,Punkin Center Battery Storage,AZ_APS_E,Battery_Storage,Electricity,2,23,existing_generator +1108505,41,Proposed,UT_N,Central_PV,Solar,2.609999895,23,NULL +1191210544,37,Proposed,OR_E,CCGT_Cogen,Gas,323,23,NULL +1114868,1,Proposed,AZ_APS_E,Central_PV,Solar,16.61000061,23,NULL +1108694,33,Proposed,NM_N,Central_PV,Solar,56.84999847,23,NULL +1191185657,39,Proposed,OR_W,Offshore_Wind,Wind,90,23,NULL +1191210503,46,Proposed,WA_W,CCGT_Cogen,Gas,166.8000031,23,NULL +156529,23,Comanche Solar,CO_E,Central_PV,Solar,120,23,existing_generator +1105814,14,Proposed,CA_PGE_N,Central_PV,Solar,2.220000029,23,NULL +155396,10,Salton Sea Power Gen Co - Unit 4,CA_IID,Geothermal,Geothermal,47.5,23,existing_generator +1113556,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,17.95000076,23,NULL +1114836,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,28.37000084,23,NULL +1191209388,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +1191183746,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +156604,45,MESA 1,WA_SEATAC,Battery_Storage,Electricity,2,23,existing_generator +1105772,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.49000001,23,NULL +1100900,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,447.5599976,23,NULL +1109230,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.710000038,23,NULL +1118210,14,Proposed,CA_PGE_N,Central_PV,Solar,7.909999847,23,NULL +1001082,23,Proposed,CO_E,Residential_PV,Solar,33.38399887,23,NULL +1001357,35,Proposed,NV_N,Commercial_PV,Solar,5.524799824,23,NULL +1002141,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,50.97700119,23,NULL +1113435,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,1.279999971,23,NULL +155100,36,Las Vegas Generating Station,NV_S,CCGT,Gas,358.9,23,existing_generator +1109516,4,Proposed,AZ_NM_N,Central_PV,Solar,2.019999981,23,NULL +1109952,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,9.119999886,23,NULL +1191182453,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1104872,33,Proposed,NM_N,Central_PV,Solar,23.89999962,23,NULL +1113050,25,Proposed,CO_SW,Central_PV,Solar,18.54000092,23,NULL +1191210429,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,54.90000153,23,NULL +156891,15,Stenner Creek Solar,CA_PGE_S,Central_PV,Solar,4.5,23,existing_generator +1115316,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,9.420000076,23,NULL +1115721,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,21.55999947,23,NULL +1104456,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.859999895,23,NULL +1110934,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,36.5,23,NULL +1191210882,8,Proposed,CAN_ALB,Wind,Wind,1558.569946,23,NULL +157113,22,"Mountain Breeze Wind, LLC",CO_DEN,Wind,Wind,170,23,existing_generator +1104298,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,3.089999914,23,NULL +1191210398,13,Proposed,CA_PGE_CEN,Coal_Steam_Turbine_Cogen,Coal,60,23,NULL +1191182531,36,Proposed,NV_S,Wind,Wind,90,23,NULL +1110368,14,Proposed,CA_PGE_N,Central_PV,Solar,168.6000061,23,NULL +1111084,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.420000076,23,NULL +1191185315,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1112796,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,3.170000076,23,NULL +1191209409,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +155477,17,Mountain View I&2,CA_SCE_S,Wind,Wind,66.6,23,existing_generator +157862,9,Cheakamus,CAN_BC,Hydro_NonPumped,Water,157,23,existing_generator +1107332,16,Proposed,CA_SCE_CEN,Central_PV,Solar,14.65999985,23,NULL +1191185293,25,Proposed,CO_SW,Wind,Wind,990,23,NULL +1191185563,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1105941,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,9.510000229,23,NULL +1191183759,40,Proposed,OR_WA_BPA,Wind,Wind,120,23,NULL +1191183807,35,Proposed,NV_N,Wind,Wind,60,23,NULL +1110837,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,3.859999895,23,NULL +157894,9,Mica,CAN_BC,Hydro_NonPumped,Water,1780,23,existing_generator +1118814,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1.5,23,NULL +155949,14,Montezuma Wind II,CA_PGE_N,Wind,Wind,78.2,23,existing_generator +1104910,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.610000014,23,NULL +1191184054,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1104989,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.800000191,23,NULL +156132,3,Saddle Mountain Solar I,AZ_APS_SW,Central_PV,Solar,15,23,existing_generator +1112697,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.190000057,23,NULL +1110662,26,Proposed,ID_E,Central_PV,Solar,5.909999847,23,NULL +1114387,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,193.1999969,23,NULL +1102614,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,68.87999725,23,NULL +1105379,35,Proposed,NV_N,Central_PV,Solar,22.54000092,23,NULL +156694,41,"Hill AFB LFG Facility, Bldg #737",UT_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.3,23,existing_generator +154653,14,Scott Flat,CA_PGE_N,Hydro_NonPumped,Water,1,23,existing_generator +156446,14,Anheuser-Busch #2,CA_PGE_N,Wind,Wind,1.6,23,existing_generator +155427,40,Hermiston Power Partnership,OR_WA_BPA,CCGT,Gas,689.4,23,existing_generator +1118862,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,10.57999992,23,NULL +1110874,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,59.75,23,NULL +1116611,36,Proposed,NV_S,Central_PV,Solar,37.18000031,23,NULL +1191210369,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,130,23,NULL +1191209722,3,Proposed,AZ_APS_SW,Battery_Storage,Electricity,NULL,23,NULL +1112623,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,4.159999847,23,NULL +155045,40,Peters Drive Plant,OR_WA_BPA,Hydro_NonPumped,Water,1.8,23,existing_generator +1191185349,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +1105622,33,Proposed,NM_N,Central_PV,Solar,4.059999943,23,NULL +1115309,1,Proposed,AZ_APS_E,Central_PV,Solar,14.02000046,23,NULL +1110806,14,Proposed,CA_PGE_N,Central_PV,Solar,7.309999943,23,NULL +1191184483,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +156533,16,Tehachapi Energy Storage Project,CA_SCE_CEN,Battery_Storage,Electricity,8,23,existing_generator +1113398,35,Proposed,NV_N,Central_PV,Solar,4.71999979,23,NULL +1191184008,38,Proposed,OR_PDX,Wind,Wind,90,23,NULL +1113080,25,Proposed,CO_SW,Central_PV,Solar,7.119999886,23,NULL +1117869,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,45.65000153,23,NULL +1101595,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,23.40999985,23,NULL +1110049,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,3.950000048,23,NULL +1114432,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.460000038,23,NULL +1106807,35,Proposed,NV_N,Central_PV,Solar,42.61999893,23,NULL +1112495,13,Proposed,CA_PGE_CEN,Central_PV,Solar,15.34000015,23,NULL +1191209613,44,Proposed,WA_N_CEN,Coal_IGCC,Coal,NULL,23,NULL +1107271,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,12.22000027,23,NULL +1111614,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,7.670000076,23,NULL +1107295,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,30.29999924,23,NULL +157082,17,HEBT WLA 1,CA_SCE_S,Battery_Storage,Electricity,27.8,23,existing_generator +1115329,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,36.79000092,23,NULL +1191209389,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,15,23,NULL +1117874,1,Proposed,AZ_APS_E,Central_PV,Solar,41.24000168,23,NULL +1191184697,33,Proposed,NM_N,Wind,Wind,60,23,NULL +1001358,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,27.81999969,23,NULL +1109165,42,Proposed,UT_S,Central_PV,Solar,17.45000076,23,NULL +1111870,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,3.019999981,23,NULL +1191185310,25,Proposed,CO_SW,Wind,Wind,60,23,NULL +1102011,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,3.660000086,23,NULL +1115267,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.640000105,23,NULL +77471,16,Tehachapi: 593,CA_SCE_CEN,Wind,Wind,31,23,NULL +1111195,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,4.260000229,23,NULL +1113767,14,Proposed,CA_PGE_N,Central_PV,Solar,8.899999619,23,NULL +1191209413,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +154424,13,San Joaquin 3,CA_PGE_CEN,Hydro_NonPumped,Water,4,23,existing_generator +1191182566,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191185688,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,150,23,NULL +155435,23,Fountain Valley Power Facility,CO_E,Gas_Combustion_Turbine,Gas,228,23,existing_generator +157117,12,Little Bear 5,CA_PGE_BAY,Central_PV,Solar,50,23,existing_generator +157934,9,Upper_Stave_Creek,CAN_BC,Hydro_NonPumped,Water,33.6,23,existing_generator +1191210885,8,Proposed,CAN_ALB,Wind,Wind,4641.299805,23,NULL +1103013,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,85.66000366,23,NULL +156656,21,"Rancho Seco Solar, LLC",CA_SMUD,Central_PV,Solar,10.8,23,existing_generator +1106409,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.190000057,23,NULL +1112739,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.919999957,23,NULL +1191182645,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1104970,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.730000019,23,NULL +1107774,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,41.11999893,23,NULL +1191183240,41,Proposed,UT_N,Wind,Wind,30,23,NULL +155358,24,American Gypsum Cogeneration,CO_NW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,3.2,23,existing_generator +155445,13,CalPeak Power Panoche Peaker Plant,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,60.5,23,existing_generator +156359,16,Las Virgenes Municipal Water District,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1118307,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,5.130000114,23,NULL +1191183369,24,Proposed,CO_NW,Wind,Wind,150,23,NULL +155026,20,Childrens Hospital,CA_SDGE,Gas_Combustion_Turbine,Gas,4.8,23,existing_generator +156149,21,FAA NorCal TRACON,CA_SMUD,Central_PV,Solar,1,23,existing_generator +1107110,41,Proposed,UT_N,Central_PV,Solar,21.85000038,23,NULL +156122,17,CSUF Trigeneration,CA_SCE_S,Gas_Combustion_Turbine,Gas,4.6,23,existing_generator +1110957,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,13.06000042,23,NULL +156147,33,Los Alamos PV Site,NM_N,Central_PV,Solar,1,23,existing_generator +1113559,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,14.19999981,23,NULL +155324,20,NRG Energy San Diego,CA_SDGE,Gas_Internal_Combustion_Engine,Gas,1.6,23,existing_generator +156449,13,Quinto Solar PV Project,CA_PGE_CEN,Central_PV,Solar,108,23,existing_generator +1191209646,27,Proposed,ID_S_OR_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +1115673,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,48.00999832,23,NULL +1191185484,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1111346,3,Proposed,AZ_APS_SW,Central_PV,Solar,71.63999939,23,NULL +1111971,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,28.86000061,23,NULL +155182,11,East Portal Generator,CA_LADWP,Hydro_NonPumped,Water,1.2,23,existing_generator +77446,16,Tehachapi: 559,CA_SCE_CEN,Wind,Wind,32,23,NULL +1105630,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,38.18000031,23,NULL +156665,17,Weymouth Solar Plant,CA_SCE_S,Central_PV,Solar,3,23,existing_generator +1114623,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,12.80000019,23,NULL +154940,43,Rathdrum,WA_ID_AVA,Gas_Combustion_Turbine,Gas,166.4,23,existing_generator +1108003,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.980000019,23,NULL +1108790,42,Proposed,UT_S,Central_PV,Solar,2.619999886,23,NULL +155965,34,SPS5 Hopi,NM_S_TX_EPE,Central_PV,Solar,10.1,23,existing_generator +155450,16,High Desert Power Plant,CA_SCE_CEN,CCGT,Gas,852,23,existing_generator +77373,16,SanBernardino_Lucerne: 44,CA_SCE_CEN,Wind,Wind,61,23,NULL +1001680,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,101.5429993,23,NULL +1100869,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,261.2000122,23,NULL +1106238,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,11.71000004,23,NULL +1191210473,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,30.79999924,23,NULL +154678,30,Hungry Horse,MT_NW,Hydro_NonPumped,Water,428,23,existing_generator +158025,8,EPCR_Clvrbr_1,CAN_ALB,Gas_Combustion_Turbine,Gas,45,23,existing_generator +155741,45,WestRock (WA),WA_SEATAC,ST,Bio_Liquid,64,23,existing_generator +154812,13,Helms Pumped Storage,CA_PGE_CEN,Hydro_Pumped,Water,702,23,existing_generator +1110032,4,Proposed,AZ_NM_N,Central_PV,Solar,64.69999695,23,NULL +1191209485,16,Proposed,CA_SCE_CEN,CCGT,Gas,NULL,23,NULL +1191210118,35,Proposed,NV_N,Geothermal,Geothermal,5.5,23,NULL +1107436,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,3.940000057,23,NULL +1110529,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,39.02999878,23,NULL +154687,4,Four Corners,AZ_NM_N,Coal_Steam_Turbine,Coal,1636.2,23,existing_generator +154737,34,Newman,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,285,23,existing_generator +155939,36,Goodsprings Waste Heat Recovery,NV_S,ST,Waste_Heat,7.5,23,existing_generator +156531,14,SPI Anderson 2,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,30.2,23,existing_generator +1102932,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.830000043,23,NULL +1191184296,48,Proposed,WY_NW,Wind,Wind,30,23,NULL +155059,16,SEGS III,CA_SCE_CEN,ST,Solar,34.2,23,existing_generator +1110495,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,13.34000015,23,NULL +155054,24,Williams Fork Hydro Plant,CO_NW,Hydro_NonPumped,Water,3.5,23,existing_generator +1114245,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,11.01000023,23,NULL +1191209345,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1191209596,27,Proposed,ID_S_OR_E,Coal_IGCC,Coal,NULL,23,NULL +155987,21,RE Kammerer 2,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1116568,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,21.89999962,23,NULL +154932,41,Payson,UT_N,Gas_Internal_Combustion_Engine,Gas,9.7,23,existing_generator +1107582,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,18.36000061,23,NULL +1191209395,42,Proposed,UT_S,Geothermal,Geothermal,25,23,NULL +154799,38,PHP 1,OR_PDX,Hydro_NonPumped,Water,23.7,23,existing_generator +156294,16,Western Antelope Dry Ranch,CA_SCE_CEN,Central_PV,Solar,10,23,existing_generator +1107227,18,Proposed,CA_SCE_SE,Central_PV,Solar,13.19999981,23,NULL +1191183801,6,Proposed,AZ_PHX,Wind,Wind,30,23,NULL +154920,13,Woodland,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,50.4,23,existing_generator +1107516,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,14.35999966,23,NULL +1191210472,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,28.5,23,NULL +1105438,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,23.70000076,23,NULL +1103632,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,11.85999966,23,NULL +1117152,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,2.890000105,23,NULL +1108205,35,Proposed,NV_N,Central_PV,Solar,67.66000366,23,NULL +1000972,43,Proposed,WA_ID_AVA,Residential_PV,Solar,121.0169983,23,NULL +1108607,15,Proposed,CA_PGE_S,Central_PV,Solar,9.909999847,23,NULL +1102895,35,Proposed,NV_N,Central_PV,Solar,3.359999895,23,NULL +1104962,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.609999895,23,NULL +1103916,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.080000043,23,NULL +1109130,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,20.48999977,23,NULL +1116966,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.519999981,23,NULL +1112158,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,1.919999957,23,NULL +1100655,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,389.75,23,NULL +1105460,7,Proposed,AZ_SE,Central_PV,Solar,1.340000033,23,NULL +1191210481,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,4.599999905,23,NULL +1116994,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.180000067,23,NULL +77395,14,LassenNorth: 475,CA_PGE_N,Wind,Wind,26,23,NULL +1107591,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,1.370000005,23,NULL +1191210571,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,40.79999924,23,NULL +77354,16,Tehachapi: 22,CA_SCE_CEN,Wind,Wind,34,23,NULL +154837,26,Felt,ID_E,Hydro_NonPumped,Water,7.4,23,existing_generator +154512,16,Middle Gorge,CA_SCE_CEN,Hydro_NonPumped,Water,37.5,23,existing_generator +1106874,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,2.930000067,23,NULL +156389,16,Kettering Solar 2,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1101727,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,244.5099945,23,NULL +1102904,7,Proposed,AZ_SE,Central_PV,Solar,433.8999939,23,NULL +1108706,2,Proposed,AZ_APS_N,Central_PV,Solar,1.809999943,23,NULL +1113095,36,Proposed,NV_S,Central_PV,Solar,2.25999999,23,NULL +157095,13,"Cascade Energy Storage, LLC",CA_PGE_CEN,Battery_Storage,Electricity,25,23,existing_generator +1118591,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,33.75,23,NULL +1001220,3,Proposed,AZ_APS_SW,Residential_PV,Solar,55.63999939,23,NULL +156061,23,Busch Ranch Wind Energy Farm,CO_E,Wind,Wind,29,23,existing_generator +156079,3,Buckeye Union HS District 201,AZ_APS_SW,Central_PV,Solar,3.3,23,existing_generator +1115711,36,Proposed,NV_S,Central_PV,Solar,9.100000381,23,NULL +1117851,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,13.77000046,23,NULL +1106047,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,31,23,NULL +1107764,16,Proposed,CA_SCE_CEN,Central_PV,Solar,12.73999977,23,NULL +1191210599,8,Proposed,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,29,23,NULL +154883,16,Foothill Feeder,CA_SCE_CEN,Hydro_NonPumped,Water,9,23,existing_generator +1108157,25,Proposed,CO_SW,Central_PV,Solar,47.58000183,23,NULL +1109892,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,49.59000015,23,NULL +1115297,42,Proposed,UT_S,Central_PV,Solar,9.909999847,23,NULL +1191209617,48,Proposed,WY_NW,Coal_IGCC,Coal,NULL,23,NULL +1191209504,35,Proposed,NV_N,CCGT,Gas,NULL,23,NULL +1109560,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,53.86999893,23,NULL +1111812,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.639999986,23,NULL +1191209662,43,Proposed,WA_ID_AVA,Coal_Steam_Turbine,Coal,NULL,23,NULL +1110487,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,8.180000305,23,NULL +1118438,43,Proposed,WA_ID_AVA,Central_PV,Solar,2.839999914,23,NULL +155167,24,Redlands Water & Power,CO_NW,Hydro_NonPumped,Water,1.4,23,existing_generator +155743,15,J&A-Santa Maria II LLC,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.4,23,existing_generator +1108748,39,Proposed,OR_W,Central_PV,Solar,2.359999895,23,NULL +1104359,27,Proposed,ID_S_OR_E,Central_PV,Solar,1.830000043,23,NULL +1109410,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,1.279999971,23,NULL +156185,3,Hyder II,AZ_APS_SW,Central_PV,Solar,14,23,existing_generator +156617,7,Avalon Solar II,AZ_SE,Central_PV,Solar,16,23,existing_generator +1110763,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,6.119999886,23,NULL +1000806,24,Proposed,CO_NW,Residential_PV,Solar,84.85099792,23,NULL +1106192,36,Proposed,NV_S,Central_PV,Solar,5.28000021,23,NULL +154459,16,Bishop Creek 6,CA_SCE_CEN,Hydro_NonPumped,Water,1.6,23,existing_generator +154970,13,Pine Flat,CA_PGE_CEN,Hydro_NonPumped,Water,165,23,existing_generator +1102495,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,1583.569946,23,NULL +1191185672,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,23,NULL +1108690,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,26.04000092,23,NULL +1117131,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,108.7300034,23,NULL +1100335,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,184.2400055,23,NULL +1118593,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,33.75,23,NULL +1104913,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,44.66999817,23,NULL +1114781,35,Proposed,NV_N,Central_PV,Solar,39.54999924,23,NULL +154574,24,Grand Valley Project Power Plant,CO_NW,Hydro_NonPumped,Water,1.5,23,existing_generator +1106902,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,28.95000076,23,NULL +156182,12,Oakley Solar Project,CA_PGE_BAY,Central_PV,Solar,1.5,23,existing_generator +155613,25,SunE Alamosa,CO_SW,Central_PV,Solar,8.2,23,existing_generator +1116593,5,Proposed,AZ_NW,Central_PV,Solar,33.61999893,23,NULL +1002042,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,51.46699905,23,NULL +1106425,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,16.87999916,23,NULL +155526,17,THUMS,CA_SCE_S,Gas_Combustion_Turbine,Gas,57.4,23,existing_generator +154893,41,Whitehead,UT_N,Gas_Internal_Combustion_Engine,Gas,31,23,existing_generator +1191183456,8,Proposed,CAN_ALB,Wind,Wind,30,23,NULL +154730,40,McNary,OR_WA_BPA,Hydro_NonPumped,Water,990.5,23,existing_generator +1102251,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,61.68999863,23,NULL +1191210407,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,9,23,NULL +1106891,2,Proposed,AZ_APS_N,Central_PV,Solar,7,23,NULL +1113496,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,5.440000057,23,NULL +156947,14,Roseville Solar,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +156050,7,Walmart Casa Grande,AZ_SE,Central_PV,Solar,2,23,existing_generator +1000317,15,Proposed,CA_PGE_S,Commercial_PV,Solar,14.52960014,23,NULL +1191210091,35,Proposed,NV_N,Geothermal,Geothermal,11,23,NULL +157109,22,Oak Leaf Solar XXII LLC (CSG),CO_DEN,Central_PV,Solar,1.5,23,existing_generator +1104097,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,124.1200027,23,NULL +156899,7,Pinal Central Energy Center,AZ_SE,Battery_Storage,Electricity,10,23,existing_generator +1100263,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,63.90999985,23,NULL +1191209654,35,Proposed,NV_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +154703,39,Lemolo 1,OR_W,Hydro_NonPumped,Water,32,23,existing_generator +1191182431,26,Proposed,ID_E,Wind,Wind,60,23,NULL +155860,35,San Emidio,NV_N,Geothermal,Geothermal,11.8,23,existing_generator +1111636,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,1.320000052,23,NULL +1191182555,36,Proposed,NV_S,Wind,Wind,900,23,NULL +1191185401,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1112246,36,Proposed,NV_S,Central_PV,Solar,1.730000019,23,NULL +1191210508,36,Proposed,NV_S,CCGT_Cogen,Gas,96.30000305,23,NULL +156503,16,Springbok Solar Farm 1,CA_SCE_CEN,Central_PV,Solar,105,23,existing_generator +1102199,16,Proposed,CA_SCE_CEN,Central_PV,Solar,69.01999664,23,NULL +1115138,50,Proposed,WY_SW,Central_PV,Solar,72.55999756,23,NULL +1191185335,44,Proposed,WA_N_CEN,Wind,Wind,5250,23,NULL +158020,8,MedcnHt10,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,existing_generator +1191184210,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +1116152,2,Proposed,AZ_APS_N,Central_PV,Solar,41.54000092,23,NULL +1191183815,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1001842,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,34.77500153,23,NULL +1105518,38,Proposed,OR_PDX,CSP_Trough_No_Storage,Solar,9.93999958,23,NULL +1110949,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,24.17000008,23,NULL +1116516,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,6.119999886,23,NULL +1107779,3,Proposed,AZ_APS_SW,Central_PV,Solar,15.84000015,23,NULL +154606,22,Flatiron,CO_DEN,Hydro_NonPumped,Water,86,23,existing_generator +1102224,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,120,23,NULL +1191184256,48,Proposed,WY_NW,Wind,Wind,60,23,NULL +155355,15,Mt Poso Cogeneration,CA_PGE_S,Bio_Solid_Steam_Turbine,Bio_Solid,62,23,existing_generator +77498,14,Solano: 1886,CA_PGE_N,Wind,Wind,61,23,NULL +1103731,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,1.669999957,23,NULL +158092,9,Wind_EP_Can_34,CAN_BC,Wind,Wind,144,23,existing_generator +1107784,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,38.38000107,23,NULL +1191183960,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +155319,16,Coram Energy LLC,CA_SCE_CEN,Wind,Wind,3,23,existing_generator +156069,15,Alpaugh North,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +158043,8,SYNC_UE4,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,existing_generator +77394,20,SanDiegoSouth: 473,CA_SDGE,Wind,Wind,16,23,NULL +154639,27,Lower Salmon,ID_S_OR_E,Hydro_NonPumped,Water,60,23,existing_generator +1108222,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.650000095,23,NULL +1002032,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,23.64699936,23,NULL +1116139,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,2.890000105,23,NULL +1101977,33,Proposed,NM_N,Central_PV,Solar,290.7900085,23,NULL +1114362,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,20,23,NULL +1191185693,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,23,NULL +1191210457,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,10.5,23,NULL +1191209648,29,Proposed,MT_NE,Coal_Steam_Turbine,Coal,NULL,23,NULL +155646,44,Summer Falls Power Plant,WA_N_CEN,Hydro_NonPumped,Water,92,23,existing_generator +1118854,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,20.54000092,23,NULL +155751,14,G2 Energy Ostrom Road LLC,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.5,23,existing_generator +1109567,3,Proposed,AZ_APS_SW,Central_PV,Solar,7.440000057,23,NULL +156339,14,Beringer,CA_PGE_N,Central_PV,Solar,1.2,23,existing_generator +1100101,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,1274.949951,23,NULL +1100104,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.120000005,23,NULL +1117844,4,Proposed,AZ_NM_N,Central_PV,Solar,10.03999996,23,NULL +1191184211,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +155067,17,Puente Hills Energy Recovery,CA_SCE_S,Bio_Gas_Steam_Turbine,Bio_Gas,50,23,existing_generator +1100989,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,288.3800049,23,NULL +1191210434,39,Proposed,OR_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,40,23,NULL +155356,34,Phelps Dodge Refining,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,12.6,23,existing_generator +1102514,7,Proposed,AZ_SE,Central_PV,Solar,1.470000029,23,NULL +154393,14,Drum 1,CA_PGE_N,Hydro_NonPumped,Water,49.2,23,existing_generator +1107790,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,84.69999695,23,NULL +1117530,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.389999986,23,NULL +1000173,47,Proposed,WY_NE,Commercial_PV,Solar,1251.300049,23,NULL +1117238,19,Proposed,CA_SCE_VLY,Central_PV,Solar,36.15999985,23,NULL +1191209628,9,Proposed,CAN_BC,Coal_Steam_Turbine,Coal,NULL,23,NULL +1103805,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.620000005,23,NULL +1115306,2,Proposed,AZ_APS_N,Central_PV,Solar,2.170000076,23,NULL +1110452,35,Proposed,NV_N,Central_PV,Solar,3.549999952,23,NULL +1191183026,35,Proposed,NV_N,Wind,Wind,2820,23,NULL +155377,34,Freeport McMoRan,NM_S_TX_EPE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,30.4,23,existing_generator +1111766,2,Proposed,AZ_APS_N,Central_PV,Solar,3.380000114,23,NULL +1113915,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,10.69999981,23,NULL +1116083,3,Proposed,AZ_APS_SW,Central_PV,Solar,21.21999931,23,NULL +1102886,6,Proposed,AZ_PHX,Central_PV,Solar,125.4700012,23,NULL +156338,14,ASTI,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +156748,23,Logan 1 Community Solar Array,CO_E,Central_PV,Solar,1.7,23,existing_generator +1102443,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.739999771,23,NULL +155478,27,Bennett Mountain,ID_S_OR_E,Gas_Combustion_Turbine,Gas,172.8,23,existing_generator +156716,7,Red Rock,AZ_SE,Central_PV,Solar,40,23,existing_generator +1000974,11,Proposed,CA_LADWP,Residential_PV,Solar,36.16600037,23,NULL +1118221,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.75,23,NULL +1191184061,46,Proposed,WA_W,Wind,Wind,30,23,NULL +156304,40,Finley Buttes Landfill Gas,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,23,existing_generator +1113507,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,12.38000011,23,NULL +154446,17,AES Alamitos LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,1115,23,existing_generator +157024,10,Alta Mesa Project Phase IV,CA_IID,Wind,Wind,40,23,existing_generator +154350,3,Yucca,AZ_APS_SW,Gas_Combustion_Turbine,Gas,240.6,23,existing_generator +1000422,24,Proposed,CO_NW,Residential_PV,Solar,68.15899658,23,NULL +1191182615,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +156022,21,Green Acres Solar Facility 1,CA_SMUD,Central_PV,Solar,3,23,existing_generator +1109569,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,7.440000057,23,NULL +1112745,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.470000029,23,NULL +1114602,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,12.65999985,23,NULL +1191185501,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1104946,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,12.27000046,23,NULL +1191182659,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191185541,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +154860,17,Azusa,CA_SCE_S,Hydro_NonPumped,Water,3,23,existing_generator +1105626,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,10.48999977,23,NULL +1112795,30,Proposed,MT_NW,Central_PV,Solar,3.170000076,23,NULL +156795,37,Solar Star Oregon II,OR_E,Central_PV,Solar,56.3,23,existing_generator +158036,28,CerroPr4-2,MEX_BAJA,Geothermal,Geothermal,28.8,23,existing_generator +156763,23,BHE Pueblo 2 Community Solar Array,CO_E,Central_PV,Solar,1.5,23,existing_generator +1111330,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,66.02999878,23,NULL +1118325,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,19.52000046,23,NULL +1191183771,38,Proposed,OR_PDX,Wind,Wind,60,23,NULL +157884,9,Ladore_Falls,CAN_BC,Hydro_NonPumped,Water,47,23,existing_generator +1105731,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,11.25,23,NULL +1191210370,11,Proposed,CA_LADWP,Gas_Combustion_Turbine_Cogen,Gas,8,23,NULL +1118304,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.889999986,23,NULL +155175,27,Marco Ranch,ID_S_OR_E,Hydro_NonPumped,Water,1.2,23,existing_generator +1118823,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,12.55000019,23,NULL +1191185375,22,Proposed,CO_DEN,Wind,Wind,120,23,NULL +155794,16,Alta Wind Energy Center I,CA_SCE_CEN,Wind,Wind,150,23,existing_generator +1107771,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,22.04000092,23,NULL +1118673,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.269999981,23,NULL +1191185404,22,Proposed,CO_DEN,Wind,Wind,1860,23,NULL +1191185394,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1191185520,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +154437,14,Wise,CA_PGE_N,Hydro_NonPumped,Water,16.4,23,existing_generator +158074,8,Wind_EP_Can_16,CAN_ALB,Wind,Wind,0.8,23,existing_generator +154776,43,Box Canyon,WA_ID_AVA,Hydro_NonPumped,Water,90,23,existing_generator +1001079,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,6.278800011,23,NULL +1117510,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,29.01000023,23,NULL +155768,35,ENEL Salt Wells LLC,NV_N,Geothermal,Geothermal,23.6,23,existing_generator +155455,20,Larkspur Energy Facility,CA_SDGE,Gas_Combustion_Turbine,Gas,99.8,23,existing_generator +1107687,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,75.08999634,23,NULL +1191184707,33,Proposed,NM_N,Wind,Wind,60,23,NULL +1191183317,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1112551,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,4.429999828,23,NULL +1104077,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1.49000001,23,NULL +155068,16,Ples I,CA_SCE_CEN,Geothermal,Geothermal,15,23,existing_generator +156273,21,DGS Central Utility Plant,CA_SMUD,Gas_Steam_Turbine,Gas,2.9,23,existing_generator +1000807,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,31.05699921,23,NULL +154976,34,Pyramid,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,186,23,existing_generator +156933,35,McGinness Hills 3,NV_N,Geothermal,Geothermal,74,23,existing_generator +1000813,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,153.1009979,23,NULL +1109084,15,Proposed,CA_PGE_S,Central_PV,Solar,15.35999966,23,NULL +1191185615,34,Proposed,NM_S_TX_EPE,Wind,Wind,30,23,NULL +1113554,35,Proposed,NV_N,Central_PV,Solar,17.95000076,23,NULL +1191209359,37,Proposed,OR_E,Geothermal,Geothermal,16,23,NULL +1191210552,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46.59999847,23,NULL +77493,14,Solano: 1881,CA_PGE_N,Wind,Wind,73,23,NULL +1001613,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,16.87050056,23,NULL +156681,3,"Mesquite Solar 3, LLC",AZ_APS_SW,Central_PV,Solar,150,23,existing_generator +1191209320,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +156999,42,Bloomington Solar I,UT_S,Central_PV,Solar,2,23,existing_generator +1107515,12,Proposed,CA_PGE_BAY,Central_PV,Solar,14.35999966,23,NULL +157116,41,Sage Solar I-III,UT_N,Central_PV,Solar,57.6,23,existing_generator +155531,17,Blacksand Generating Facility,CA_SCE_S,Gas_Combustion_Turbine,Gas,8,23,existing_generator +1118183,2,Proposed,AZ_APS_N,Central_PV,Solar,47.59999847,23,NULL +1104533,3,Proposed,AZ_APS_SW,Central_PV,Solar,68.55000305,23,NULL +155122,14,Hatchet Creek Project,CA_PGE_N,Hydro_NonPumped,Water,6.8,23,existing_generator +155564,20,Kumeyaay Wind,CA_SDGE,Wind,Wind,50,23,existing_generator +1118211,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,7.909999847,23,NULL +1102217,4,Proposed,AZ_NM_N,Central_PV,Solar,3.450000048,23,NULL +158006,9,Crestbrook,CAN_BC,Gas_Combustion_Turbine,Gas,50,23,existing_generator +1104491,33,Proposed,NM_N,Central_PV,Solar,45.38000107,23,NULL +1114878,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.119999886,23,NULL +1191185203,2,Proposed,AZ_APS_N,Wind,Wind,2640,23,NULL +1110953,36,Proposed,NV_S,Central_PV,Solar,44.04999924,23,NULL +77390,20,SanDiegoNorthCentral: 64,CA_SDGE,Wind,Wind,96,23,NULL +156906,17,HEBT Irvine 1,CA_SCE_S,Battery_Storage,Electricity,5.5,23,existing_generator +156376,3,Gila Bend,AZ_APS_SW,Central_PV,Solar,32,23,existing_generator +1100606,42,Proposed,UT_S,Central_PV,Solar,96.11000061,23,NULL +157092,21,Folsom SP and CSP Sacramento,CA_SMUD,Central_PV,Solar,1.3,23,existing_generator +155673,44,Sagebrush Power Partners,WA_N_CEN,Wind,Wind,100.7,23,existing_generator +1191185666,39,Proposed,OR_W,Offshore_Wind,Wind,60,23,NULL +156857,22,Panasonic Carport Solar,CO_DEN,Battery_Storage,Electricity,1,23,existing_generator +1191183342,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191210371,14,Proposed,CA_PGE_N,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,20,23,NULL +156726,20,Granger,CA_SDGE,Central_PV,Solar,3,23,existing_generator +1000740,23,Proposed,CO_E,Residential_PV,Solar,86.24199677,23,NULL +1104361,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,1.830000043,23,NULL +1191183129,5,Proposed,AZ_NW,Wind,Wind,180,23,NULL +1191184065,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1108568,41,Proposed,UT_N,Central_PV,Solar,5.519999981,23,NULL +154489,13,Dion R Holm,CA_PGE_CEN,Hydro_NonPumped,Water,156.8,23,existing_generator +1105676,33,Proposed,NM_N,Central_PV,Solar,21.93000031,23,NULL +154399,14,Halsey,CA_PGE_N,Hydro_NonPumped,Water,13.6,23,existing_generator +156402,7,Avalon Solar,AZ_SE,Central_PV,Solar,29,23,existing_generator +1191183921,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +154977,17,Lake One,CA_SCE_S,Gas_Combustion_Turbine,Gas,60.5,23,existing_generator +1104476,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,5.139999866,23,NULL +1107751,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,22.46999931,23,NULL +156314,15,Orion Solar I,CA_PGE_S,Central_PV,Solar,12,23,existing_generator +157830,8,Cascade_AB,CAN_ALB,Hydro_NonPumped,Water,34,23,existing_generator +1109035,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,1.850000024,23,NULL +1107785,42,Proposed,UT_S,Central_PV,Solar,1.360000014,23,NULL +1108712,6,Proposed,AZ_PHX,Central_PV,Solar,5.579999924,23,NULL +154560,14,Narrows 2,CA_PGE_N,Hydro_NonPumped,Water,46.7,23,existing_generator +1102703,33,Proposed,NM_N,Central_PV,Solar,596.1599731,23,NULL +1102186,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,168.2700043,23,NULL +1116910,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,2.670000076,23,NULL +1191182476,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191183729,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1118687,35,Proposed,NV_N,Central_PV,Solar,2.00999999,23,NULL +1191182564,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1102833,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,204.7599945,23,NULL +1105477,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,18.59000015,23,NULL +1110891,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.139999866,23,NULL +1191209279,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1108145,33,Proposed,NM_N,Central_PV,Solar,45.43000031,23,NULL +1118717,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.339999914,23,NULL +1118895,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.089999914,23,NULL +1117997,30,Proposed,MT_NW,Central_PV,Solar,2.420000076,23,NULL +1191182434,26,Proposed,ID_E,Wind,Wind,210,23,NULL +1191182493,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1101987,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,121.0199966,23,NULL +1112022,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,8.909999847,23,NULL +157944,28,LaRosit3,MEX_BAJA,CCGT,Gas,845,23,existing_generator +1105695,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,8.399999619,23,NULL +1109508,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,63.58000183,23,NULL +1109549,35,Proposed,NV_N,Central_PV,Solar,18.12000084,23,NULL +1117821,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,11.55000019,23,NULL +1191183913,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +155359,16,TPC Windfarms LLC,CA_SCE_CEN,Wind,Wind,28.7,23,existing_generator +1118853,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,20.54000092,23,NULL +155799,16,Alta Wind Energy Center V,CA_SCE_CEN,Wind,Wind,168,23,existing_generator +1191209283,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1191209563,44,Proposed,WA_N_CEN,Gas_Combustion_Turbine,Gas,NULL,23,NULL +155881,15,Huron Solar Station,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1110492,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,122.6900024,23,NULL +1113140,36,Proposed,NV_S,Central_PV,Solar,4.340000153,23,NULL +1191210365,16,Proposed,CA_SCE_CEN,Coal_Steam_Turbine_Cogen,Coal,108,23,NULL +1110892,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.139999866,23,NULL +155090,14,Lost Creek I,CA_PGE_N,Hydro_NonPumped,Water,1.1,23,existing_generator +156669,38,Durham AWTF,OR_PDX,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +1100426,26,Proposed,ID_E,Central_PV,Solar,76.69000244,23,NULL +1100905,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,113.3799973,23,NULL +1109980,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,29.79000092,23,NULL +1110291,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.019999981,23,NULL +1191210413,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,55.09999847,23,NULL +155823,27,Cargill B6 Biofactory,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,23,existing_generator +156126,41,US Magnesium,UT_N,Gas_Combustion_Turbine,Gas,48,23,existing_generator +156082,13,Vitro Flat Glass LLC,CA_PGE_CEN,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,3.3,23,existing_generator +156285,16,Powhatan Solar Power Generation Station 1 LLC,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1107326,3,Proposed,AZ_APS_SW,Central_PV,Solar,86.19000244,23,NULL +1191183274,41,Proposed,UT_N,Wind,Wind,120,23,NULL +1191209606,37,Proposed,OR_E,Coal_IGCC,Coal,NULL,23,NULL +1001085,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,95.60320282,23,NULL +1107796,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,13.13000011,23,NULL +1191183326,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191209491,22,Proposed,CO_DEN,CCGT,Gas,NULL,23,NULL +1116983,35,Proposed,NV_N,Central_PV,Solar,24.87999916,23,NULL +155513,10,CE Turbo LLC,CA_IID,Geothermal,Geothermal,11.5,23,existing_generator +1115334,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,59.97999954,23,NULL +1191182735,47,Proposed,WY_NE,Wind,Wind,210,23,NULL +155049,12,Foster Wheeler Martinez,CA_PGE_BAY,CCGT,Gas,113.5,23,existing_generator +1101047,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,116.2799988,23,NULL +1105444,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,10.52000046,23,NULL +1191185560,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1191182558,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1117029,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.929999948,23,NULL +156398,22,Front Range Project,CO_DEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1107768,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,40.84000015,23,NULL +154820,44,Grand Coulee,WA_N_CEN,Hydro_NonPumped,Water,6495,23,existing_generator +1104985,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.440000057,23,NULL +1117497,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,22.67000008,23,NULL +154553,14,Shasta,CA_PGE_N,Hydro_NonPumped,Water,714,23,existing_generator +156252,36,Mountain View Solar,NV_S,Central_PV,Solar,20,23,existing_generator +1102250,3,Proposed,AZ_APS_SW,Central_PV,Solar,61.68999863,23,NULL +1191210419,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,25,23,NULL +155700,40,Four Mile Canyon Windfarm LLC,OR_WA_BPA,Wind,Wind,10,23,existing_generator +154372,7,Apache Station,AZ_SE,Gas_Combustion_Turbine,Gas,171.1,23,existing_generator +154848,41,Flaming Gorge,UT_N,Hydro_NonPumped,Water,151.8,23,existing_generator +1191185553,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191209663,44,Proposed,WA_N_CEN,Coal_Steam_Turbine,Coal,NULL,23,NULL +1115611,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,33.66999817,23,NULL +1118878,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.929999948,23,NULL +1191184135,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1191209291,26,Proposed,ID_E,Geothermal,Geothermal,20,23,NULL +156869,12,"CoreSite Real Estate 3032 Coronado, L.P.",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,30,23,existing_generator +1102898,5,Proposed,AZ_NW,Central_PV,Solar,1.25,23,NULL +1191209373,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +77496,14,Solano: 1884,CA_PGE_N,Wind,Wind,90,23,NULL +1108271,5,Proposed,AZ_NW,Central_PV,Solar,12.27000046,23,NULL +1112660,17,Proposed,CA_SCE_S,Central_PV,Solar,7.159999847,23,NULL +1108639,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,39.81999969,23,NULL +1105240,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,257.6300049,23,NULL +1191182620,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +154500,16,Castaic,CA_SCE_CEN,Hydro_NonPumped,Water,56,23,existing_generator +155579,40,Klondike Windpower II,OR_WA_BPA,Wind,Wind,75,23,existing_generator +1108342,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.350000024,23,NULL +1191182614,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1113972,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,8.609999657,23,NULL +155379,16,Coram Tehachapi,CA_SCE_CEN,Wind,Wind,6.5,23,existing_generator +157880,9,John_Hart,CAN_BC,Hydro_NonPumped,Water,126,23,existing_generator +1102520,49,Proposed,WY_SE,Central_PV,Solar,3,23,NULL +1113018,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,27.63999939,23,NULL +156873,15,ABEC #3 dba Lakeview Dairy,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,23,existing_generator +1109816,21,Proposed,CA_SMUD,Central_PV,Solar,55.11999893,23,NULL +1191184481,27,Proposed,ID_S_OR_E,Wind,Wind,60,23,NULL +1107508,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.059999943,23,NULL +1191185299,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1103446,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,64.80000305,23,NULL +1117845,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,10.03999996,23,NULL +156957,20,County of San Diego SBRC,CA_SDGE,Central_PV,Solar,1.3,23,existing_generator +1117865,35,Proposed,NV_N,Central_PV,Solar,4.739999771,23,NULL +1115305,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,53.49000168,23,NULL +157906,9,Puntledge,CAN_BC,Hydro_NonPumped,Water,24,23,existing_generator +1108750,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,2.359999895,23,NULL +157963,8,Sundanc3,CAN_ALB,Coal_Steam_Turbine,Coal,403,23,existing_generator +1191182557,36,Proposed,NV_S,Wind,Wind,720,23,NULL +154966,40,Roosevelt Biogas 1,OR_WA_BPA,Bio_Gas,Bio_Gas,26,23,existing_generator +1105275,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.970000029,23,NULL +1191183786,40,Proposed,OR_WA_BPA,Wind,Wind,90,23,NULL +1191209737,18,Proposed,CA_SCE_SE,Battery_Storage,Electricity,NULL,23,NULL +1191184279,48,Proposed,WY_NW,Wind,Wind,240,23,NULL +156455,37,Paisley Geothermal Generating Plant,OR_E,Geothermal,Geothermal,3.7,23,existing_generator +1191209322,35,Proposed,NV_N,Geothermal,Geothermal,20,23,NULL +154973,17,Diamond Valley Lake,CA_SCE_S,Hydro_NonPumped,Water,29.7,23,existing_generator +1112241,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,41.91999817,23,NULL +155505,17,Century Generating Facility,CA_SCE_S,Gas_Combustion_Turbine,Gas,44.8,23,existing_generator +1191184066,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155149,46,Cosmo Specialty Fibers Plant,WA_W,ST,Bio_Liquid,15,23,existing_generator +156415,15,Rio Bravo Solar 1 LLC,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1115299,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,9.909999847,23,NULL +1191185240,2,Proposed,AZ_APS_N,Wind,Wind,30,23,NULL +1000085,41,Proposed,UT_N,Commercial_PV,Solar,44.63610077,23,NULL +1108276,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,11.36999989,23,NULL +1118792,42,Proposed,UT_S,Central_PV,Solar,2.539999962,23,NULL +1191185319,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +155595,27,Thousand Springs Wind Park,ID_S_OR_E,Wind,Wind,12,23,existing_generator +156310,6,Phoenix Airport East Economy Lot,AZ_PHX,Central_PV,Solar,1.1,23,existing_generator +1107743,2,Proposed,AZ_APS_N,Central_PV,Solar,51.68000031,23,NULL +1116289,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,3.650000095,23,NULL +1191210421,13,Proposed,CA_PGE_CEN,Gas_Internal_Combustion_Engine_Cogen,Gas,2.799999952,23,NULL +155177,14,Forks of Butte Hydro Project,CA_PGE_N,Hydro_NonPumped,Water,14.5,23,existing_generator +1001225,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,12.0291996,23,NULL +1001854,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,41.72999954,23,NULL +1117913,35,Proposed,NV_N,Central_PV,Solar,9.649999619,23,NULL +154533,17,Glenarm,CA_SCE_S,Gas_Combustion_Turbine,Gas,178.6,23,existing_generator +158062,8,Wind_EP_Can_4,CAN_ALB,Wind,Wind,9,23,existing_generator +1105620,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,8.18999958,23,NULL +1106853,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,35.54000092,23,NULL +155031,17,Loma Linda University Cogen,CA_SCE_S,Gas_Combustion_Turbine,Gas,10.4,23,existing_generator +1117525,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.840000153,23,NULL +157971,8,BAT_#3_3,CAN_ALB,Coal_Steam_Turbine,Coal,158.5,23,existing_generator +155039,35,Beowawe Power,NV_N,Geothermal,Geothermal,3.6,23,existing_generator +1112472,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,14.14999962,23,NULL +155418,34,Afton Generating Station,NM_S_TX_EPE,CCGT,Gas,287,23,existing_generator +1116600,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.710000038,23,NULL +156229,16,Columbia 3,CA_SCE_CEN,Central_PV,Solar,10,23,existing_generator +1113930,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.630000114,23,NULL +1116401,41,Proposed,UT_N,Central_PV,Solar,10.68000031,23,NULL +156576,36,Nellis Solar PV II,NV_S,Central_PV,Solar,15,23,existing_generator +1101978,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,290.7900085,23,NULL +1118666,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,36.24000168,23,NULL +1191210489,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,10.5,23,NULL +157885,9,La_Joie,CAN_BC,Hydro_NonPumped,Water,25,23,existing_generator +1191209500,31,Proposed,MT_SE,CCGT,Gas,NULL,23,NULL +155387,36,Sun Peak Generating Station,NV_S,Gas_Combustion_Turbine,Gas,222,23,existing_generator +155776,17,Solar Photovoltaic Project #11,CA_SCE_S,Central_PV,Solar,3.5,23,existing_generator +155872,13,Five Points Solar Station,CA_PGE_CEN,Central_PV,Solar,15,23,existing_generator +154514,11,San Fernando,CA_LADWP,Hydro_NonPumped,Water,5.6,23,existing_generator +1191185515,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +156366,13,"RE Adams East, LLC",CA_PGE_CEN,Central_PV,Solar,19,23,existing_generator +1111808,36,Proposed,NV_S,Central_PV,Solar,6.210000038,23,NULL +1114713,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,27.04999924,23,NULL +1111724,35,Proposed,NV_N,Central_PV,Solar,201.4600067,23,NULL +1114331,4,Proposed,AZ_NM_N,Central_PV,Solar,15.47999954,23,NULL +1191209565,46,Proposed,WA_W,Gas_Combustion_Turbine,Gas,NULL,23,NULL +154694,4,Animas,AZ_NM_N,Gas_Combustion_Turbine,Gas,18.6,23,existing_generator +1191183927,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1100338,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,89.91000366,23,NULL +1103851,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.120000005,23,NULL +1108649,35,Proposed,NV_N,Central_PV,Solar,30.75,23,NULL +1191185463,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191185002,23,Proposed,CO_E,Wind,Wind,30,23,NULL +154982,47,Hartzog,WY_NE,Gas_Combustion_Turbine,Gas,22.5,23,existing_generator +155622,41,Tesoro SLC Cogeneration Plant,UT_N,Gas_Combustion_Turbine,Gas,30.4,23,existing_generator +1113139,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,16.64999962,23,NULL +1191209215,29,Proposed,MT_NE,Bio_Gas,Bio_Gas,NULL,23,NULL +155370,10,Heber Geothermal,CA_IID,Geothermal,Geothermal,29.5,23,existing_generator +1191209260,25,Proposed,CO_SW,Geothermal,Geothermal,10,23,NULL +1191209284,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1116982,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,4.519999981,23,NULL +155158,13,Woodward Power Plant,CA_PGE_CEN,Hydro_NonPumped,Water,2.8,23,existing_generator +156062,15,Meridian Vineyards,CA_PGE_S,Central_PV,Solar,1.1,23,existing_generator +1001211,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,11.48349953,23,NULL +1191182418,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1107296,18,Proposed,CA_SCE_SE,Central_PV,Solar,21.63999939,23,NULL +1110465,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,79.12999725,23,NULL +1191210099,10,Proposed,CA_IID,Geothermal,Geothermal,10.5,23,NULL +1191183272,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191209391,42,Proposed,UT_S,Geothermal,Geothermal,10,23,NULL +1000802,43,Proposed,WA_ID_AVA,Residential_PV,Solar,94.58799744,23,NULL +1000837,44,Proposed,WA_N_CEN,Commercial_PV,Solar,35.19599915,23,NULL +1100304,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,994.5800171,23,NULL +155025,17,Carson Cogeneration,CA_SCE_S,CCGT,Gas,55.8,23,existing_generator +156896,37,"Chiloquin Solar, LLC",OR_E,Central_PV,Solar,9.9,23,existing_generator +1191182420,26,Proposed,ID_E,Wind,Wind,30,23,NULL +156615,39,"Steel Bridge Solar, LLC",OR_W,Central_PV,Solar,2.3,23,existing_generator +1114385,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,193.1999969,23,NULL +77351,16,Tehachapi: 19,CA_SCE_CEN,Wind,Wind,72,23,NULL +156571,14,UC Davis South Campus,CA_PGE_N,Central_PV,Solar,13,23,existing_generator +1103864,17,Proposed,CA_SCE_S,Central_PV,Solar,23.10000038,23,NULL +1119036,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,24.90999985,23,NULL +1102859,4,Proposed,AZ_NM_N,Central_PV,Solar,57.61000061,23,NULL +1108609,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,9.909999847,23,NULL +157000,3,Gila Bend Power Generation Station,AZ_APS_SW,CCGT,Gas,900,23,existing_generator +1110457,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,16.30999947,23,NULL +1102871,1,Proposed,AZ_APS_E,Central_PV,Solar,369.4200134,23,NULL +1191185342,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +1105549,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,1.25999999,23,NULL +1114827,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,8.010000229,23,NULL +154903,41,Heber City,UT_N,Gas_Internal_Combustion_Engine,Gas,14.1,23,existing_generator +1000582,14,Proposed,CA_PGE_N,Residential_PV,Solar,1265.810059,23,NULL +77453,16,Barstow: 566,CA_SCE_CEN,Wind,Wind,73,23,NULL +1116150,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.260000229,23,NULL +1110954,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,44.04999924,23,NULL +1191209757,38,Proposed,OR_PDX,Battery_Storage,Electricity,NULL,23,NULL +1191183347,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +1191184776,33,Proposed,NM_N,Wind,Wind,30,23,NULL +1191210074,28,Proposed,MEX_BAJA,Geothermal,Geothermal,104.5,23,NULL +154689,34,Rio Grande,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,266.5,23,existing_generator +1107313,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,14.17000008,23,NULL +1117236,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.75,23,NULL +156592,23,Golden West Power Partners LLC,CO_E,Wind,Wind,250,23,existing_generator +1191182472,36,Proposed,NV_S,Wind,Wind,750,23,NULL +1191185164,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1109522,35,Proposed,NV_N,Central_PV,Solar,9.899999619,23,NULL +155334,26,Dry Creek Project,ID_E,Hydro_NonPumped,Water,3.6,23,existing_generator +1115703,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,49.18999863,23,NULL +154974,27,Evander Andrews Power Complex,ID_S_OR_E,Gas_Combustion_Turbine,Gas,270.9,23,existing_generator +156055,31,Musselshell Wind Project Two LLC,MT_SE,Wind,Wind,10,23,existing_generator +1000162,8,Proposed,CAN_ALB,Residential_PV,Solar,63.98600006,23,NULL +1191185280,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1101137,7,Proposed,AZ_SE,Central_PV,Solar,74.91000366,23,NULL +1117916,35,Proposed,NV_N,Central_PV,Solar,8.800000191,23,NULL +154935,40,Dalles Dam North Fishway Project,OR_WA_BPA,Hydro_NonPumped,Water,6.5,23,existing_generator +77359,16,SanBernardino_Lucerne: 27,CA_SCE_CEN,Wind,Wind,34,23,NULL +1117895,40,Proposed,OR_WA_BPA,Central_PV,Solar,3.039999962,23,NULL +1191209544,25,Proposed,CO_SW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1114361,10,Proposed,CA_IID,Central_PV,Solar,20,23,NULL +154442,39,Iron Gate,OR_W,Hydro_NonPumped,Water,18,23,existing_generator +157076,36,Techren,NV_S,Central_PV,Solar,100,23,existing_generator +157983,8,MuskgRvr1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,75,23,existing_generator +1115261,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,27.62999916,23,NULL +154795,49,Seminoe,WY_SE,Hydro_NonPumped,Water,51.6,23,existing_generator +156967,31,Western Sugar Cooperative - Billings,MT_SE,Coal_Steam_Turbine,Coal,1.5,23,existing_generator +154846,39,Green Springs,OR_W,Hydro_NonPumped,Water,17.2,23,existing_generator +155670,41,Trans-Jordan Generating Station,UT_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,23,existing_generator +1100477,10,Proposed,CA_IID,Central_PV,Solar,1061.619995,23,NULL +1000094,15,Proposed,CA_PGE_S,Residential_PV,Solar,26.42900085,23,NULL +1105267,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.950000048,23,NULL +1109962,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.409999967,23,NULL +1106604,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,11.55000019,23,NULL +1118800,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.50999999,23,NULL +1109982,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,5.099999905,23,NULL +1112407,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,15.27999973,23,NULL +155880,13,Cantua Solar Station,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +1103831,2,Proposed,AZ_APS_N,Central_PV,Solar,2.779999971,23,NULL +1191184512,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1112752,46,Proposed,WA_W,CSP_Trough_6h_Storage,Solar,1,23,NULL +1108231,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,14.40999985,23,NULL +1104813,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.480000019,23,NULL +1191182802,49,Proposed,WY_SE,Wind,Wind,120,23,NULL +1191184182,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1109918,41,Proposed,UT_N,Central_PV,Solar,1.080000043,23,NULL +1110076,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,87.19999695,23,NULL +155140,12,Phillips 66 Rodeo Refinery,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,54.9,23,existing_generator +1105873,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,9.319999695,23,NULL +1191209614,45,Proposed,WA_SEATAC,Coal_IGCC,Coal,NULL,23,NULL +1105493,36,Proposed,NV_S,Central_PV,Solar,2.74000001,23,NULL +1191184195,42,Proposed,UT_S,Wind,Wind,750,23,NULL +1102892,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,8.029999733,23,NULL +156347,17,Santa Fe Springs Rooftop Solar BLDG M,CA_SCE_S,Central_PV,Solar,1.8,23,existing_generator +154744,41,Snake Creek,UT_N,Hydro_NonPumped,Water,1.2,23,existing_generator +1103445,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,64.80000305,23,NULL +1106430,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,15.14999962,23,NULL +155329,49,Sinclair Oil Refinery,WY_SE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.1,23,existing_generator +1112180,33,Proposed,NM_N,Central_PV,Solar,4.53000021,23,NULL +1191209375,35,Proposed,NV_N,Geothermal,Geothermal,12,23,NULL +158053,28,PdtJrz-6,MEX_BAJA,Gas_Steam_Turbine,Gas,152,23,existing_generator +1104093,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,28.05999947,23,NULL +1107302,3,Proposed,AZ_APS_SW,Central_PV,Solar,2.569999933,23,NULL +156018,16,L-8 Solar Project,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +154539,14,Camino,CA_PGE_N,Hydro_NonPumped,Water,157.8,23,existing_generator +156698,7,Sulphur Springs,AZ_SE,Central_PV,Solar,20,23,existing_generator +156728,37,"NorWest Energy 2, LLC",OR_E,Central_PV,Solar,9.9,23,existing_generator +1114389,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,32.22999954,23,NULL +155480,49,Rock River I LLC,WY_SE,Wind,Wind,50,23,existing_generator +1101861,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,15,23,NULL +157900,9,Nelson_Hydro_Power_Plant,CAN_BC,Hydro_NonPumped,Water,0.8,23,existing_generator +1118681,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,15.43999958,23,NULL +77432,14,PlumasCounty: 544,CA_PGE_N,Wind,Wind,87,23,NULL +1104888,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.110000134,23,NULL +157898,9,Nelson_Hydro_Power_Plant,CAN_BC,Hydro_NonPumped,Water,6,23,existing_generator +1107298,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,21.63999939,23,NULL +1113777,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,4.820000172,23,NULL +1117658,17,Proposed,CA_SCE_S,Central_PV,Solar,1.200000048,23,NULL +1106061,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,1.909999967,23,NULL +1110018,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,5.650000095,23,NULL +154414,14,Pit 1,CA_PGE_N,Hydro_NonPumped,Water,69.2,23,existing_generator +1001404,23,Proposed,CO_E,Residential_PV,Solar,123.7990036,23,NULL +1191183730,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1103686,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3249.830078,23,NULL +1118315,5,Proposed,AZ_NW,Central_PV,Solar,10.57999992,23,NULL +1109553,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.539999962,23,NULL +1104561,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,46.99000168,23,NULL +1191185564,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1106721,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.619999886,23,NULL +1191185420,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1117388,35,Proposed,NV_N,Central_PV,Solar,11.56999969,23,NULL +1100596,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,211.6000061,23,NULL +1107182,37,Proposed,OR_E,Central_PV,Solar,25.88999939,23,NULL +156470,15,Corcoran Solar 2,CA_PGE_S,Central_PV,Solar,19.8,23,existing_generator +1112737,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,5.75,23,NULL +1109938,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,11.88000011,23,NULL +1106015,36,Proposed,NV_S,Central_PV,Solar,4.25,23,NULL +1111462,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,45.75999832,23,NULL +1113377,17,Proposed,CA_SCE_S,Central_PV,Solar,1.409999967,23,NULL +1191210499,13,Proposed,CA_PGE_CEN,Gas_Internal_Combustion_Engine_Cogen,Gas,7.800000191,23,NULL +156831,5,Gray Hawk Solar,AZ_NW,Central_PV,Solar,55,23,existing_generator +1104335,39,Proposed,OR_W,Central_PV,Solar,16.45000076,23,NULL +156311,6,Phoenix Airport Rental Car Center,AZ_PHX,Central_PV,Solar,1.6,23,existing_generator +1113113,3,Proposed,AZ_APS_SW,Central_PV,Solar,10.85000038,23,NULL +156331,33,Storrie Lake Solar Project,NM_N,Central_PV,Solar,1.9,23,existing_generator +1106382,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,28.55999947,23,NULL +1000425,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,14.77439976,23,NULL +1191210592,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,NULL +1001914,3,Proposed,AZ_APS_SW,Residential_PV,Solar,31.99300003,23,NULL +1115513,26,Proposed,ID_E,Central_PV,Solar,3.829999924,23,NULL +1107286,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.300000191,23,NULL +1112706,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,19.75,23,NULL +1112634,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,7.53000021,23,NULL +1191183328,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +154411,13,Murphys,CA_PGE_CEN,Hydro_NonPumped,Water,3.6,23,existing_generator +155901,16,GE - Tehachapi,CA_SCE_CEN,Wind,Wind,5.3,23,existing_generator +1106035,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.809999943,23,NULL +1115294,36,Proposed,NV_S,Central_PV,Solar,3.720000029,23,NULL +1191182414,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1115528,41,Proposed,UT_N,Central_PV,Solar,8.119999886,23,NULL +77456,14,LassenNorth: 571,CA_PGE_N,Wind,Wind,40,23,NULL +1191210579,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,170,23,NULL +1103921,35,Proposed,NV_N,Central_PV,Solar,1.350000024,23,NULL +1117020,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,36.58000183,23,NULL +1000869,11,Proposed,CA_LADWP,Commercial_PV,Solar,6.572500229,23,NULL +1101746,41,Proposed,UT_N,Central_PV,Solar,299.0499878,23,NULL +1107493,21,Proposed,CA_SMUD,CSP_Trough_6h_Storage,Solar,11.52999973,23,NULL +1111813,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.639999986,23,NULL +1112156,6,Proposed,AZ_PHX,Central_PV,Solar,1.919999957,23,NULL +1191185546,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191183123,5,Proposed,AZ_NW,Wind,Wind,360,23,NULL +1191209264,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,30,23,NULL +1110461,33,Proposed,NM_N,Central_PV,Solar,3.50999999,23,NULL +156668,36,Playa Solar 2,NV_S,Central_PV,Solar,100,23,existing_generator +1117455,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,49.79000092,23,NULL +1118738,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,35.95000076,23,NULL +154397,13,Electra,CA_PGE_CEN,Hydro_NonPumped,Water,102.5,23,existing_generator +77485,16,MountainPass: 1544,CA_SCE_CEN,Wind,Wind,38,23,NULL +155390,12,Martinez Refining,CA_PGE_BAY,CCGT,Gas,100,23,existing_generator +155391,16,Ridgetop,CA_SCE_CEN,Wind,Wind,46.8,23,existing_generator +1000303,41,Proposed,UT_N,Commercial_PV,Solar,11.60879993,23,NULL +1115735,2,Proposed,AZ_APS_N,Central_PV,Solar,166.6499939,23,NULL +1118352,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,18.17000008,23,NULL +154815,22,Fort St Vrain,CO_DEN,CCGT,Gas,867.9,23,existing_generator +1102832,6,Proposed,AZ_PHX,Central_PV,Solar,204.7599945,23,NULL +1116882,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,3.710000038,23,NULL +154938,13,Lodi,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,27.4,23,existing_generator +1101771,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1268.27002,23,NULL +1191182658,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191182664,39,Proposed,OR_W,Wind,Wind,30,23,NULL +155812,11,Los Angeles Harbor College,CA_LADWP,Central_PV,Solar,1.2,23,existing_generator +1110859,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,11.17000008,23,NULL +1116102,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.390000105,23,NULL +1191209571,2,Proposed,AZ_APS_N,Coal_IGCC,Coal,NULL,23,NULL +1106449,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,30.27000046,23,NULL +1104963,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.609999895,23,NULL +1111460,30,Proposed,MT_NW,Central_PV,Solar,45.75999832,23,NULL +1113931,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.630000114,23,NULL +154929,14,Geothermal 2,CA_PGE_N,Geothermal,Geothermal,110,23,existing_generator +155937,13,City of Madera WWTP,CA_PGE_CEN,Central_PV,Solar,1.2,23,existing_generator +1108183,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,74.66999817,23,NULL +77360,16,SanBernardino_Lucerne: 28,CA_SCE_CEN,Wind,Wind,58,23,NULL +155573,35,Richard Burdette Geothermal,NV_N,Geothermal,Geothermal,30,23,existing_generator +155400,12,Crockett Cogen Project,CA_PGE_BAY,CCGT,Gas,247.4,23,existing_generator +1113923,35,Proposed,NV_N,Central_PV,Solar,1.330000043,23,NULL +1191185493,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1113768,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,8.899999619,23,NULL +1191185269,25,Proposed,CO_SW,Wind,Wind,1470,23,NULL +157879,9,Hystad_Creek,CAN_BC,Hydro_NonPumped,Water,6,23,existing_generator +156007,21,RE McKenzie 2,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1111488,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,7.170000076,23,NULL +155207,46,Port Townsend Paper,WA_W,ST,Bio_Liquid,7.5,23,existing_generator +1101135,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.480000019,23,NULL +156739,5,Jacobson 5 MW Solar,AZ_NW,Central_PV,Solar,4.4,23,existing_generator +1191182721,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156333,15,Redcrest Solar Farm,CA_PGE_S,Central_PV,Solar,16.6,23,existing_generator +1104942,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,147.4700012,23,NULL +1118731,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,27.53000069,23,NULL +1191183657,29,Proposed,MT_NE,Wind,Wind,180,23,NULL +1191184187,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1114834,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,62.86999893,23,NULL +155357,24,American Gypsum Cogeneration,CO_NW,Gas_Combustion_Turbine,Gas,6.4,23,existing_generator +155889,40,Horseshoe Bend Wind LLC,OR_WA_BPA,Wind,Wind,290,23,existing_generator +1108238,3,Proposed,AZ_APS_SW,Central_PV,Solar,51.90000153,23,NULL +154952,41,Causey,UT_N,Hydro_NonPumped,Water,2.1,23,existing_generator +155142,15,Sycamore Cogeneration,CA_PGE_S,Gas_Combustion_Turbine,Gas,300,23,existing_generator +1102522,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,3,23,NULL +1104109,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,3.299999952,23,NULL +1191182867,22,Proposed,CO_DEN,Wind,Wind,930,23,NULL +1101024,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,1554.72998,23,NULL +1000800,24,Proposed,CO_NW,Residential_PV,Solar,29.21100044,23,NULL +1111752,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,25.15999985,23,NULL +1108698,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,3.220000029,23,NULL +1110056,1,Proposed,AZ_APS_E,Central_PV,Solar,51.70000076,23,NULL +1191185446,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1118747,18,Proposed,CA_SCE_SE,Central_PV,Solar,34.81000137,23,NULL +1191185691,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,330,23,NULL +155864,10,John L. Featherstone Plant,CA_IID,Geothermal,Geothermal,55,23,existing_generator +1191209667,48,Proposed,WY_NW,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191182803,49,Proposed,WY_SE,Wind,Wind,2610,23,NULL +1108749,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,2.359999895,23,NULL +1112244,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,177.1100006,23,NULL +1113406,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,15.10999966,23,NULL +155365,26,Falls River Hydro,ID_E,Hydro_NonPumped,Water,9,23,existing_generator +1102861,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,57.61000061,23,NULL +1104041,33,Proposed,NM_N,Central_PV,Solar,178.5399933,23,NULL +1104514,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.670000076,23,NULL +1117447,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,75.41999817,23,NULL +1191182924,49,Proposed,WY_SE,Wind,Wind,13080,23,NULL +1191183922,27,Proposed,ID_S_OR_E,Wind,Wind,90,23,NULL +155805,16,Adelanto Solar Project,CA_SCE_CEN,Central_PV,Solar,10,23,existing_generator +154563,25,Alamosa,CO_SW,Gas_Combustion_Turbine,Gas,53.2,23,existing_generator +1191183740,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +155845,14,Yolo County Solar Project,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +1191209568,49,Proposed,WY_SE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +154613,14,Jones Fork,CA_PGE_N,Hydro_NonPumped,Water,10,23,existing_generator +1104149,3,Proposed,AZ_APS_SW,Central_PV,Solar,1.220000029,23,NULL +1106826,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,9.550000191,23,NULL +1191183362,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +1191185462,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +155038,14,Big Creek Water Works,CA_PGE_N,Hydro_NonPumped,Water,5,23,existing_generator +1108070,15,Proposed,CA_PGE_S,Central_PV,Solar,2.890000105,23,NULL +1191183948,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1103830,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,125.8600006,23,NULL +1109497,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,44.88000107,23,NULL +1105988,3,Proposed,AZ_APS_SW,Central_PV,Solar,80.94000244,23,NULL +1109510,4,Proposed,AZ_NM_N,Central_PV,Solar,22.23999977,23,NULL +1191209340,35,Proposed,NV_N,Geothermal,Geothermal,32,23,NULL +1104488,33,Proposed,NM_N,Central_PV,Solar,2.809999943,23,NULL +1104977,2,Proposed,AZ_APS_N,Central_PV,Solar,236.6300049,23,NULL +1191182649,38,Proposed,OR_PDX,Wind,Wind,60,23,NULL +1191183230,31,Proposed,MT_SE,Wind,Wind,60,23,NULL +155399,36,Desert Star Energy Center,NV_S,CCGT,Gas,536,23,existing_generator +1000283,15,Proposed,CA_PGE_S,Commercial_PV,Solar,89.98400116,23,NULL +1118856,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.24000001,23,NULL +1191182579,36,Proposed,NV_S,Wind,Wind,30,23,NULL +154736,34,Newman,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,285,23,existing_generator +156964,15,Frontier HS Solar Project,CA_PGE_S,Central_PV,Solar,1.4,23,existing_generator +1115169,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,18.55999947,23,NULL +154706,39,Prospect 3,OR_W,Hydro_NonPumped,Water,7.2,23,existing_generator +1118827,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,6.730000019,23,NULL +1119076,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,23.11000061,23,NULL +1101726,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,244.5099945,23,NULL +156661,15,"Algonquin SKIC 10 Solar, LLC",CA_PGE_S,Central_PV,Solar,10,23,existing_generator +1100904,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,113.3799973,23,NULL +1108592,41,Proposed,UT_N,Central_PV,Solar,40.27000046,23,NULL +1191185281,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1191184214,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +157953,8,DowChmcl2,CAN_ALB,CCGT_Cogen,Gas,110,23,existing_generator +1117823,25,Proposed,CO_SW,Central_PV,Solar,51.97999954,23,NULL +154758,46,Transalta Centralia Generation,WA_W,Coal_Steam_Turbine,Coal,1459.8,23,existing_generator +155242,12,Nove Power Plant,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,23,existing_generator +1105680,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,72.19000244,23,NULL +1191210569,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,40.79999924,23,NULL +1191182512,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1191182501,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1111365,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,22.46999931,23,NULL +156612,13,Frontier Solar LLC,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +1000811,50,Proposed,WY_SW,Commercial_PV,Solar,48.91669846,23,NULL +1191183918,27,Proposed,ID_S_OR_E,Wind,Wind,120,23,NULL +1110952,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.159999967,23,NULL +1118805,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,7.150000095,23,NULL +156073,34,WSMR I,NM_S_TX_EPE,Central_PV,Solar,4.6,23,existing_generator +1107788,36,Proposed,NV_S,Central_PV,Solar,84.69999695,23,NULL +1116546,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.549999952,23,NULL +1191183190,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1191183769,40,Proposed,OR_WA_BPA,Wind,Wind,450,23,NULL +77494,14,Solano: 1882,CA_PGE_N,Wind,Wind,58,23,NULL +157908,9,Raging_River,CAN_BC,Hydro_NonPumped,Water,1.8,23,existing_generator +1106864,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.710000038,23,NULL +154339,4,Escalante,AZ_NM_N,Coal_Steam_Turbine,Coal,257,23,existing_generator +155491,14,Yuba City Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47.3,23,existing_generator +155425,3,Gila River Power Block 4,AZ_APS_SW,CCGT,Gas,619,23,existing_generator +1106846,4,Proposed,AZ_NM_N,Central_PV,Solar,51.11000061,23,NULL +1191185695,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,23,NULL +154959,14,Monticello Dam,CA_PGE_N,Hydro_NonPumped,Water,11.5,23,existing_generator +1107722,16,Proposed,CA_SCE_CEN,Central_PV,Solar,80.16999817,23,NULL +1111593,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,3.660000086,23,NULL +1113535,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,4.610000134,23,NULL +1118801,42,Proposed,UT_S,Central_PV,Solar,7.5,23,NULL +1191209349,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1113115,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,10.85000038,23,NULL +1108721,16,Proposed,CA_SCE_CEN,Central_PV,Solar,8.119999886,23,NULL +157922,9,S_Slocan,CAN_BC,Hydro_NonPumped,Water,49.9,23,existing_generator +1100952,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,237.2100067,23,NULL +1104537,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,3.359999895,23,NULL +1118835,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,12.40999985,23,NULL +1118888,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.700000048,23,NULL +155489,12,Gilroy Peaking Energy Center,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,135,23,existing_generator +1191184196,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1110894,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,95.91000366,23,NULL +77369,16,Tehachapi: 40,CA_SCE_CEN,Wind,Wind,27,23,NULL +155444,22,Frank Knutson,CO_DEN,Gas_Combustion_Turbine,Gas,154.2,23,existing_generator +157893,9,Mears_Hydro,CAN_BC,Hydro_NonPumped,Water,3.8,23,existing_generator +1191185302,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1108023,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.119999886,23,NULL +1117128,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,1.019999981,23,NULL +155602,12,Russell City Energy Center,CA_PGE_BAY,CCGT,Gas,655,23,existing_generator +1107525,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,37.22999954,23,NULL +1111985,44,Proposed,WA_N_CEN,Central_PV,Solar,44.99000168,23,NULL +1191210568,9,Proposed,CAN_BC,CCGT_Cogen,Gas,240,23,NULL +1106162,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.659999967,23,NULL +1112648,35,Proposed,NV_N,Central_PV,Solar,7.710000038,23,NULL +1115255,18,Proposed,CA_SCE_SE,Central_PV,Solar,53.13000107,23,NULL +155138,14,Sierra Pacific Quincy Facility,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,35.2,23,existing_generator +1110884,36,Proposed,NV_S,Central_PV,Solar,6.150000095,23,NULL +1102751,2,Proposed,AZ_APS_N,Central_PV,Solar,1.320000052,23,NULL +1191209273,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +155103,13,Rio Bravo Fresno,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,28,23,existing_generator +1118699,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.680000067,23,NULL +1191184073,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1112698,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.190000057,23,NULL +1113546,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,22.85000038,23,NULL +1191209202,2,Proposed,AZ_APS_N,Bio_Gas,Bio_Gas,NULL,23,NULL +1105495,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.74000001,23,NULL +1118290,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,29.88999939,23,NULL +1114027,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,25.03000069,23,NULL +1104956,7,Proposed,AZ_SE,Central_PV,Solar,79.88999939,23,NULL +1191185119,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1112236,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,68.61000061,23,NULL +1116494,33,Proposed,NM_N,Central_PV,Solar,7.690000057,23,NULL +155929,7,Avra Valley Solar,AZ_SE,Central_PV,Solar,26.5,23,existing_generator +1108795,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.410000086,23,NULL +1110506,5,Proposed,AZ_NW,Central_PV,Solar,11.05000019,23,NULL +154909,14,Stony Gorge,CA_PGE_N,Hydro_NonPumped,Water,5,23,existing_generator +155832,10,Siphon Drop Power Plant,CA_IID,Hydro_NonPumped,Water,4.4,23,existing_generator +154355,6,Agua Fria,AZ_PHX,Gas_Combustion_Turbine,Gas,222.9,23,existing_generator +1191209235,35,Proposed,NV_N,Geothermal,Geothermal,245,23,NULL +1117491,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,10.17000008,23,NULL +1116545,36,Proposed,NV_S,Central_PV,Solar,2.549999952,23,NULL +1191210548,48,Proposed,WY_NW,Gas_Combustion_Turbine_Cogen,Gas,5,23,NULL +1106867,35,Proposed,NV_N,Central_PV,Solar,4.75,23,NULL +156131,15,West Gates Solar Station,CA_PGE_S,Central_PV,Solar,10,23,existing_generator +1191182709,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1191184486,27,Proposed,ID_S_OR_E,Wind,Wind,60,23,NULL +1191185469,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1100981,3,Proposed,AZ_APS_SW,Central_PV,Solar,179.0899963,23,NULL +1108274,16,Proposed,CA_SCE_CEN,Central_PV,Solar,11.36999989,23,NULL +155492,45,Frederickson Power LP,WA_SEATAC,CCGT,Gas,318.3,23,existing_generator +157965,8,Sundanc5,CAN_ALB,Coal_Steam_Turbine,Coal,353,23,existing_generator +1115265,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.960000038,23,NULL +1191184802,33,Proposed,NM_N,Wind,Wind,30,23,NULL +155727,14,Vaca Dixon Solar Station,CA_PGE_N,Central_PV,Solar,2,23,existing_generator +1105641,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,2.079999924,23,NULL +1191209653,34,Proposed,NM_S_TX_EPE,Coal_Steam_Turbine,Coal,NULL,23,NULL +1106607,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,2.900000095,23,NULL +1118819,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,2.380000114,23,NULL +1191210445,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,68.69999695,23,NULL +1191210551,46,Proposed,WA_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,18,23,NULL +154581,17,Rio Hondo,CA_SCE_S,Hydro_NonPumped,Water,1.9,23,existing_generator +1108228,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1901.920044,23,NULL +1114358,2,Proposed,AZ_APS_N,Central_PV,Solar,2.079999924,23,NULL +1117022,16,Proposed,CA_SCE_CEN,Central_PV,Solar,58.18000031,23,NULL +156866,12,CoreSite Real Estate 55 S. Market Street,CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,8,23,existing_generator +1113254,40,Proposed,OR_WA_BPA,Central_PV,Solar,2.230000019,23,NULL +1115754,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,91.87999725,23,NULL +1191185305,23,Proposed,CO_E,Wind,Wind,210,23,NULL +1191185458,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191185467,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +155024,17,Whitewater Hydro Plant,CA_SCE_S,Hydro_NonPumped,Water,1.3,23,existing_generator +156838,32,"Great Divide Solar, LLC",MT_SW,Central_PV,Solar,3,23,existing_generator +77370,16,Kramer: 41,CA_SCE_CEN,Wind,Wind,32,23,NULL +1191184019,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155535,49,Kimball Wind,WY_SE,Wind,Wind,30,23,existing_generator +155913,20,University of California San Diego,CA_SDGE,CCGT,Gas,33,23,existing_generator +1110914,35,Proposed,NV_N,Central_PV,Solar,21.45000076,23,NULL +1100823,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,388.7999878,23,NULL +1108217,7,Proposed,AZ_SE,Central_PV,Solar,2.069999933,23,NULL +154358,6,Horse Mesa,AZ_PHX,Hydro_NonPumped,Water,29.7,23,existing_generator +1114847,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,36.81000137,23,NULL +1118355,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,5.289999962,23,NULL +1191183969,27,Proposed,ID_S_OR_E,Wind,Wind,840,23,NULL +1114191,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,4.449999809,23,NULL +155904,12,CCCSD Wastewater Treatment Plnt,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,3.5,23,existing_generator +1191185562,43,Proposed,WA_ID_AVA,Wind,Wind,90,23,NULL +1105955,35,Proposed,NV_N,Central_PV,Solar,34.72999954,23,NULL +1108176,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.450000048,23,NULL +156931,24,Bar D,CO_NW,Central_PV,Solar,4,23,existing_generator +1191182601,30,Proposed,MT_NW,Wind,Wind,60,23,NULL +1191185543,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +77474,20,SanDiegoSouth: 596,CA_SDGE,Wind,Wind,34,23,NULL +1110053,25,Proposed,CO_SW,Central_PV,Solar,115.5899963,23,NULL +1111303,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,7.650000095,23,NULL +1118833,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.059999943,23,NULL +1102857,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,226.8500061,23,NULL +1118341,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,8.600000381,23,NULL +154898,16,Mojave Siphon,CA_SCE_CEN,Hydro_NonPumped,Water,32.7,23,existing_generator +1101988,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,121.0199966,23,NULL +156341,33,Prosperity Energy Storage Facility,NM_N,Central_PV,Solar,0.5,23,existing_generator +1191209622,3,Proposed,AZ_APS_SW,Coal_Steam_Turbine,Coal,NULL,23,NULL +1105436,7,Proposed,AZ_SE,Central_PV,Solar,23.70000076,23,NULL +1108439,32,Proposed,MT_SW,Central_PV,Solar,5.710000038,23,NULL +156419,12,Yerba Buena,CA_PGE_BAY,Battery_Storage,Electricity,4,23,existing_generator +155276,15,McKittrick Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,12,23,existing_generator +156203,13,Ameresco Forward,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.4,23,existing_generator +1110902,33,Proposed,NM_N,Central_PV,Solar,12.15999985,23,NULL +1112629,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,37.99000168,23,NULL +1102340,40,Proposed,OR_WA_BPA,Central_PV,Solar,1.830000043,23,NULL +1110908,33,Proposed,NM_N,Central_PV,Solar,32.70999908,23,NULL +1112734,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,20.70000076,23,NULL +1115313,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,13.40999985,23,NULL +77441,14,SierraCounty: 554,CA_PGE_N,Wind,Wind,34,23,NULL +156215,40,45 Mile Hydroelectric Project,OR_WA_BPA,Hydro_NonPumped,Water,3,23,existing_generator +1191182426,26,Proposed,ID_E,Wind,Wind,210,23,NULL +1105427,17,Proposed,CA_SCE_S,Central_PV,Solar,7.940000057,23,NULL +1106039,36,Proposed,NV_S,Central_PV,Solar,1.730000019,23,NULL +1106705,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.899999976,23,NULL +1191210531,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,23,NULL +154670,30,Selis Ksanka Qlispe,MT_NW,Hydro_NonPumped,Water,207.6,23,existing_generator +1114367,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.429999828,23,NULL +1112638,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,54.11999893,23,NULL +1191209181,35,Proposed,NV_N,Bio_Gas,Bio_Gas,NULL,23,NULL +158067,8,Wind_EP_Can_9,CAN_ALB,Wind,Wind,0.6,23,existing_generator +1107624,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,10.06999969,23,NULL +155111,27,Low Line Rapids,ID_S_OR_E,Hydro_NonPumped,Water,2.8,23,existing_generator +1114837,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,28.37000084,23,NULL +155858,35,Tuscarora Geothermal Power Plant,NV_N,Geothermal,Geothermal,32,23,existing_generator +157861,9,Canoe_Creek_Hydro_Project,CAN_BC,Hydro_NonPumped,Water,5.5,23,existing_generator +1115774,16,Proposed,CA_SCE_CEN,Central_PV,Solar,9.420000076,23,NULL +1117853,33,Proposed,NM_N,Central_PV,Solar,11.32999992,23,NULL +155251,14,Rock Creek LP,CA_PGE_N,Hydro_NonPumped,Water,3,23,existing_generator +155544,41,Kennecott Power Plant,UT_N,ST,Waste_Heat,31.8,23,existing_generator +1104814,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.480000019,23,NULL +1105511,36,Proposed,NV_S,Central_PV,Solar,19.19000053,23,NULL +1109518,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,2.019999981,23,NULL +1109432,27,Proposed,ID_S_OR_E,Central_PV,Solar,41.40999985,23,NULL +1191182515,36,Proposed,NV_S,Wind,Wind,30,23,NULL +156865,25,San Luis Solar Garden,CO_SW,Central_PV,Solar,1.2,23,existing_generator +1110858,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,11.17000008,23,NULL +1113547,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,22.85000038,23,NULL +1103880,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,46.34000015,23,NULL +1106377,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,3.910000086,23,NULL +1110530,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.450000048,23,NULL +1112115,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,10.90999985,23,NULL +1191185531,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1191209383,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +77428,14,RoundMountain: 538,CA_PGE_N,Wind,Wind,26,23,NULL +1116137,4,Proposed,AZ_NM_N,Central_PV,Solar,2.890000105,23,NULL +1116242,2,Proposed,AZ_APS_N,Central_PV,Solar,1.389999986,23,NULL +156689,27,"Railroad Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,4.5,23,existing_generator +1104538,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,3.359999895,23,NULL +1107592,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,1.370000005,23,NULL +1191185500,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1107208,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,25.14999962,23,NULL +155723,17,Canyon Power Plant,CA_SCE_S,Gas_Combustion_Turbine,Gas,200,23,existing_generator +1102490,43,Proposed,WA_ID_AVA,Central_PV,Solar,62.45000076,23,NULL +1117018,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,56.36999893,23,NULL +155005,27,Lucky Peak Power Plant Project,ID_S_OR_E,Hydro_NonPumped,Water,101.2,23,existing_generator +1102764,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,5.110000134,23,NULL +1191210083,28,Proposed,MEX_BAJA,Geothermal,Geothermal,35.70000076,23,NULL +1116166,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,18.65999985,23,NULL +1191210837,2,Proposed,AZ_APS_N,CCGT,Gas,NULL,23,NULL +154404,14,Inskip,CA_PGE_N,Hydro_NonPumped,Water,7.6,23,existing_generator +158029,28,CerroPr3-1,MEX_BAJA,Geothermal,Geothermal,104.5,23,existing_generator +1106464,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,11.02000046,23,NULL +1001128,40,Proposed,OR_WA_BPA,Residential_PV,Solar,38.94800186,23,NULL +1110498,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,6.980000019,23,NULL +1114855,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,30.84000015,23,NULL +1102136,44,Proposed,WA_N_CEN,Central_PV,Solar,1730.550049,23,NULL +1103048,3,Proposed,AZ_APS_SW,Central_PV,Solar,6.199999809,23,NULL +1191184563,35,Proposed,NV_N,Wind,Wind,30,23,NULL +156088,17,SEPV 2,CA_SCE_S,Central_PV,Solar,2,23,existing_generator +77463,14,SierraCounty: 579,CA_PGE_N,Wind,Wind,31,23,NULL +1114910,16,Proposed,CA_SCE_CEN,Central_PV,Solar,116.0999985,23,NULL +1001458,37,Proposed,OR_E,Residential_PV,Solar,301.8469849,23,NULL +1117024,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,58.18000031,23,NULL +1191185306,25,Proposed,CO_SW,Wind,Wind,540,23,NULL +1191184129,42,Proposed,UT_S,Wind,Wind,30,23,NULL +154654,43,Dworshak,WA_ID_AVA,Hydro_NonPumped,Water,465,23,existing_generator +1000315,15,Proposed,CA_PGE_S,Commercial_PV,Solar,66.19879913,23,NULL +1000736,10,Proposed,CA_IID,Residential_PV,Solar,30.60199928,23,NULL +154577,22,Valmont,CO_DEN,Gas_Combustion_Turbine,Gas,59.3,23,existing_generator +1107793,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,6.28000021,23,NULL +156124,17,Crafton Hills College Solar Farm,CA_SCE_S,Central_PV,Solar,1.3,23,existing_generator +1104470,33,Proposed,NM_N,Central_PV,Solar,155.6100006,23,NULL +1115429,30,Proposed,MT_NW,Central_PV,Solar,9,23,NULL +1001724,39,Proposed,OR_W,Residential_PV,Solar,11822.09961,23,NULL +1117014,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,5.309999943,23,NULL +1000087,29,Proposed,MT_NE,Commercial_PV,Solar,69.38880157,23,NULL +1191209569,50,Proposed,WY_SW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +154623,14,Oak Flat,CA_PGE_N,Hydro_NonPumped,Water,1.4,23,existing_generator +154886,17,Pebbly Beach,CA_SCE_S,Battery_Storage,Electricity,1,23,existing_generator +156701,16,RE Barren Ridge 1,CA_SCE_CEN,Central_PV,Solar,60,23,existing_generator +1191182825,49,Proposed,WY_SE,Wind,Wind,150,23,NULL +154592,23,Julesburg,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.8,23,existing_generator +1100118,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,103.1600037,23,NULL +1191183293,41,Proposed,UT_N,Wind,Wind,60,23,NULL +1191185436,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +156239,34,Otero Solar,NM_S_TX_EPE,Central_PV,Solar,8,23,existing_generator +1110525,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.519999981,23,NULL +1114009,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,8.369999886,23,NULL +1104143,5,Proposed,AZ_NW,Central_PV,Solar,1.399999976,23,NULL +1106870,6,Proposed,AZ_PHX,Central_PV,Solar,27.68000031,23,NULL +1191210550,14,Proposed,CA_PGE_N,Gas_Combustion_Turbine_Cogen,Gas,51,23,NULL +155212,12,Altamont Gas Recovery,CA_PGE_BAY,Bio_Gas,Bio_Gas,6,23,existing_generator +157058,13,"Little Bear Solar 1, LLC",CA_PGE_CEN,Central_PV,Solar,40,23,existing_generator +1191209765,46,Proposed,WA_W,Battery_Storage,Electricity,NULL,23,NULL +154805,17,Olive,CA_SCE_S,Gas_Steam_Turbine,Gas,109.7,23,existing_generator +154568,22,Cherokee,CO_DEN,Gas_Steam_Turbine,Gas,380.8,23,existing_generator +1191182568,36,Proposed,NV_S,Wind,Wind,150,23,NULL +1191182457,36,Proposed,NV_S,Wind,Wind,270,23,NULL +1104385,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,2.670000076,23,NULL +156094,15,Kern Oil & Refining Co,CA_PGE_S,Gas_Combustion_Turbine,Gas,4.5,23,existing_generator +1116849,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,27.40999985,23,NULL +1191184468,27,Proposed,ID_S_OR_E,Wind,Wind,90,23,NULL +1191185289,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1116862,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,15.46000004,23,NULL +156801,13,Manteca Land PV,CA_PGE_CEN,Central_PV,Solar,1,23,existing_generator +1103989,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,337.3999939,23,NULL +1103045,35,Proposed,NV_N,Central_PV,Solar,2.019999981,23,NULL +1105957,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,34.72999954,23,NULL +1116549,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,3.349999905,23,NULL +1191209532,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191185665,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,60,23,NULL +1105681,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,72.19000244,23,NULL +1112397,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,25.73999977,23,NULL +1117879,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,8.970000267,23,NULL +1191185128,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1191209417,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +155086,23,Brush Generation Facility,CO_E,Gas_Combustion_Turbine,Gas,23.8,23,existing_generator +1111737,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,27.07999992,23,NULL +1103216,38,Proposed,OR_PDX,Central_PV,Solar,47.27999878,23,NULL +1110070,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,34.84999847,23,NULL +1117520,42,Proposed,UT_S,Central_PV,Solar,3.200000048,23,NULL +1105453,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,20.94000053,23,NULL +1110464,10,Proposed,CA_IID,Central_PV,Solar,79.12999725,23,NULL +1191185193,22,Proposed,CO_DEN,Wind,Wind,90,23,NULL +155778,17,Solar Photovoltaic Project #13,CA_SCE_S,Central_PV,Solar,3.5,23,existing_generator +1113545,16,Proposed,CA_SCE_CEN,Central_PV,Solar,22.85000038,23,NULL +1118838,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,4.949999809,23,NULL +1191210364,21,Proposed,CA_SMUD,CCGT_Cogen,Gas,173.8999939,23,NULL +77380,16,Tehachapi: 53,CA_SCE_CEN,Wind,Wind,17,23,NULL +1118867,18,Proposed,CA_SCE_SE,Central_PV,Solar,6.210000038,23,NULL +156778,16,Owens Valley Solar Project 11,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1103821,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.940000057,23,NULL +1112977,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,2.269999981,23,NULL +1001226,38,Proposed,OR_PDX,Residential_PV,Solar,31.99300003,23,NULL +154419,14,Pit 7,CA_PGE_N,Hydro_NonPumped,Water,109.8,23,existing_generator +155053,24,Dillon Hydro Plant,CO_NW,Hydro_NonPumped,Water,1.8,23,existing_generator +154865,42,Intermountain Power Project,UT_S,Coal_Steam_Turbine,Coal,1640,23,existing_generator +1113341,2,Proposed,AZ_APS_N,Central_PV,Solar,2.140000105,23,NULL +155216,17,"Torrance Refining Company, LLC",CA_SCE_S,Gas_Combustion_Turbine,Gas,22.5,23,existing_generator +154662,44,Quincy Chute,WA_N_CEN,Hydro_NonPumped,Water,9.4,23,existing_generator +156663,22,Skylark,CO_DEN,Central_PV,Solar,4,23,existing_generator +1191210518,14,Proposed,CA_PGE_N,Gas_Internal_Combustion_Engine_Cogen,Gas,7.699999809,23,NULL +154381,13,Balch 2,CA_PGE_CEN,Hydro_NonPumped,Water,97.2,23,existing_generator +157102,44,Urtica Solar Project,WA_N_CEN,Central_PV,Solar,5,23,existing_generator +155668,49,Rolling Hills,WY_SE,Wind,Wind,99,23,existing_generator +1191184194,42,Proposed,UT_S,Wind,Wind,30,23,NULL +156887,11,Westmont 301,CA_LADWP,Central_PV,Solar,1.8,23,existing_generator +1100822,3,Proposed,AZ_APS_SW,Central_PV,Solar,388.7999878,23,NULL +1191209356,37,Proposed,OR_E,Geothermal,Geothermal,8,23,NULL +154474,16,Portal,CA_SCE_CEN,Hydro_NonPumped,Water,10.8,23,existing_generator +155009,19,Kaweah Delta District Hospital,CA_SCE_VLY,Gas_Combustion_Turbine,Gas,3.5,23,existing_generator +1103082,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,161.4499969,23,NULL +1191209231,9,Proposed,CAN_BC,Geothermal,Geothermal,200,23,NULL +154861,30,Big Fork,MT_NW,Hydro_NonPumped,Water,4.1,23,existing_generator +154839,26,Swift Creek,ID_E,Hydro_NonPumped,Water,1.7,23,existing_generator +1106598,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,1.179999948,23,NULL +1107648,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,2.109999895,23,NULL +1118807,3,Proposed,AZ_APS_SW,Central_PV,Solar,52.93000031,23,NULL +1113997,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,45.66999817,23,NULL +1115747,32,Proposed,MT_SW,Central_PV,Solar,7.159999847,23,NULL +1191210468,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,94.19999695,23,NULL +1191209358,37,Proposed,OR_E,Geothermal,Geothermal,8,23,NULL +1110201,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,8.130000114,23,NULL +156563,41,Tooele Army Depot,UT_N,Wind,Wind,1.7,23,existing_generator +1191185290,25,Proposed,CO_SW,Wind,Wind,660,23,NULL +155671,40,Wheat Field Wind Power Project,OR_WA_BPA,Wind,Wind,97,23,existing_generator +155423,23,Front Range Power Plant,CO_E,CCGT,Gas,554.3,23,existing_generator +1114793,42,Proposed,UT_S,Central_PV,Solar,25.79999924,23,NULL +1110472,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.950000048,23,NULL +1114569,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,1.789999962,23,NULL +1105833,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,34.15999985,23,NULL +1191210488,11,Proposed,CA_LADWP,CCGT_Cogen,Gas,43,23,NULL +1107340,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,37.09999847,23,NULL +1115620,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,4.309999943,23,NULL +77511,12,Solano: 1911,CA_PGE_BAY,Wind,Wind,26,23,NULL +1115707,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,1.399999976,23,NULL +1191209549,30,Proposed,MT_NW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1111327,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,17.05999947,23,NULL +1115150,41,Proposed,UT_N,Central_PV,Solar,57.11000061,23,NULL +1191209751,32,Proposed,MT_SW,Battery_Storage,Electricity,NULL,23,NULL +1191210876,8,Proposed,CAN_ALB,Wind,Wind,3091.879883,23,NULL +155105,16,E F Oxnard Energy Facility,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,48.5,23,existing_generator +1105618,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,11.44999981,23,NULL +1116950,2,Proposed,AZ_APS_N,Central_PV,Solar,12.27999973,23,NULL +1109408,12,Proposed,CA_PGE_BAY,Central_PV,Solar,1.279999971,23,NULL +77451,16,SanBernardino_Lucerne: 564,CA_SCE_CEN,Wind,Wind,96,23,NULL +1107290,1,Proposed,AZ_APS_E,Central_PV,Solar,52.93999863,23,NULL +1118716,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,4.099999905,23,NULL +1191185291,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +157916,9,Seven_Mile,CAN_BC,Hydro_NonPumped,Water,780,23,existing_generator +155225,17,Plant No 1 Orange County,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,7.5,23,existing_generator +1105451,16,Proposed,CA_SCE_CEN,Central_PV,Solar,20.94000053,23,NULL +1116089,6,Proposed,AZ_PHX,Central_PV,Solar,16.76000023,23,NULL +1191185379,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1001826,33,Proposed,NM_N,Residential_PV,Solar,47.29399872,23,NULL +1115266,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.960000038,23,NULL +1112731,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,18.77000046,23,NULL +1191210479,37,Proposed,OR_E,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,23,NULL +77371,16,Tehachapi: 42,CA_SCE_CEN,Wind,Wind,17,23,NULL +1191210483,14,Proposed,CA_PGE_N,Gas_Internal_Combustion_Engine_Cogen,Gas,2.799999952,23,NULL +1113992,17,Proposed,CA_SCE_S,Central_PV,Solar,3.220000029,23,NULL +156115,27,Rock Creek Dairy,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1101872,33,Proposed,NM_N,Central_PV,Solar,372.769989,23,NULL +1106842,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,22.07999992,23,NULL +154341,6,South Consolidated,AZ_PHX,Hydro_NonPumped,Water,1.4,23,existing_generator +1002017,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,12.02560043,23,NULL +154962,33,Abiquiu Dam,NM_N,Hydro_NonPumped,Water,15.6,23,existing_generator +1118849,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.099999905,23,NULL +156773,36,"Boulder Solar II, LLC",NV_S,Central_PV,Solar,50,23,existing_generator +1106391,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,20.60000038,23,NULL +1113436,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,1.279999971,23,NULL +1117529,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.389999986,23,NULL +155416,22,Arapahoe Combustion Turbine Project,CO_DEN,CCGT,Gas,194,23,existing_generator +1107629,17,Proposed,CA_SCE_S,Central_PV,Solar,12.84000015,23,NULL +155349,13,Collierville Powerhouse,CA_PGE_CEN,Hydro_NonPumped,Water,253,23,existing_generator +155498,32,Basin Creek Plant,MT_SW,Gas_Internal_Combustion_Engine,Gas,54.9,23,existing_generator +1191210507,36,Proposed,NV_S,CCGT_Cogen,Gas,96.30000305,23,NULL +154610,24,Upper Molina,CO_NW,Hydro_NonPumped,Water,9.9,23,existing_generator +155028,22,Metro Wastewater Reclamation District,CO_DEN,Bio_Gas,Bio_Gas,7,23,existing_generator +1001076,40,Proposed,OR_WA_BPA,Residential_PV,Solar,31.99300003,23,NULL +1001232,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,322.7120056,23,NULL +1105482,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,219.0700073,23,NULL +1114876,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,33.95999908,23,NULL +1191209300,26,Proposed,ID_E,Geothermal,Geothermal,20,23,NULL +1191185478,43,Proposed,WA_ID_AVA,Wind,Wind,120,23,NULL +1191210089,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,92.19999695,23,NULL +157853,9,Brandywine,CAN_BC,Hydro_NonPumped,Water,6,23,existing_generator +1117473,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,41.24000168,23,NULL +155730,29,NaturEner Glacier Wind Energy 1,MT_NE,Wind,Wind,106.5,23,existing_generator +1109233,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,28.87000084,23,NULL +1115778,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.599999905,23,NULL +1115686,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,4.710000038,23,NULL +1116908,24,Proposed,CO_NW,Central_PV,Solar,2.670000076,23,NULL +154597,14,Sonoma California Geothermal,CA_PGE_N,Geothermal,Geothermal,78,23,existing_generator +1191183267,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191209665,46,Proposed,WA_W,Coal_Steam_Turbine,Coal,NULL,23,NULL +154450,13,Big Creek 2,CA_PGE_CEN,Hydro_NonPumped,Water,66.6,23,existing_generator +1106863,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,19.07999992,23,NULL +1191183936,27,Proposed,ID_S_OR_E,Wind,Wind,60,23,NULL +1102195,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,91.75,23,NULL +1112012,14,Proposed,CA_PGE_N,Central_PV,Solar,8.899999619,23,NULL +1191183765,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1105440,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,36.97999954,23,NULL +1107750,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,22.46999931,23,NULL +1191210560,50,Proposed,WY_SW,Gas_Combustion_Turbine_Cogen,Gas,108,23,NULL +1191210567,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,110,23,NULL +156970,4,City of Gallup Solar,AZ_NM_N,Central_PV,Solar,8,23,existing_generator +1114871,36,Proposed,NV_S,Central_PV,Solar,7.159999847,23,NULL +155530,12,SJ/SC WPCP,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,8.4,23,existing_generator +1191185522,43,Proposed,WA_ID_AVA,Wind,Wind,120,23,NULL +157066,17,Antelope DSR 3,CA_SCE_S,Central_PV,Solar,20,23,existing_generator +77417,16,Tehachapi: 518,CA_SCE_CEN,Wind,Wind,34,23,NULL +1107757,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,24.65999985,23,NULL +1116560,35,Proposed,NV_N,Central_PV,Solar,23.53000069,23,NULL +1106239,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,11.71000004,23,NULL +1191209190,11,Proposed,CA_LADWP,Bio_Gas,Bio_Gas,NULL,23,NULL +1105799,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.090000033,23,NULL +155159,13,Frankenheimer Power Plant,CA_PGE_CEN,Hydro_NonPumped,Water,5.3,23,existing_generator +155647,40,Eltopia Branch Canal 4.6,OR_WA_BPA,Hydro_NonPumped,Water,2.2,23,existing_generator +1001095,44,Proposed,WA_N_CEN,Commercial_PV,Solar,927.0180054,23,NULL +1113491,6,Proposed,AZ_PHX,Central_PV,Solar,28.34000015,23,NULL +154995,1,Springerville,AZ_APS_E,Central_PV,Solar,13.4,23,existing_generator +155264,14,Amedee Geothermal Venture I,CA_PGE_N,Geothermal,Geothermal,3,23,existing_generator +1112327,12,Proposed,CA_PGE_BAY,Central_PV,Solar,6.179999828,23,NULL +1191185011,22,Proposed,CO_DEN,Wind,Wind,330,23,NULL +1191209553,34,Proposed,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +155229,12,Agnews Power Plant,CA_PGE_BAY,CCGT,Gas,32,23,existing_generator +1111763,35,Proposed,NV_N,Central_PV,Solar,4.039999962,23,NULL +1104560,5,Proposed,AZ_NW,Central_PV,Solar,46.99000168,23,NULL +1106854,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,35.54000092,23,NULL +1001320,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,243.4250031,23,NULL +77362,16,SanBernardino_Lucerne: 30,CA_SCE_CEN,Wind,Wind,35,23,NULL +157852,9,Bone_Creek,CAN_BC,Hydro_NonPumped,Water,19,23,existing_generator +1191210415,20,Proposed,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,1.200000048,23,NULL +154417,14,Pit 5,CA_PGE_N,Hydro_NonPumped,Water,141.6,23,existing_generator +1000123,15,Proposed,CA_PGE_S,Commercial_PV,Solar,65.87000275,23,NULL +156883,37,"Tumbleweed Solar, LLC",OR_E,Central_PV,Solar,9.9,23,existing_generator +1111319,36,Proposed,NV_S,Central_PV,Solar,4.539999962,23,NULL +155085,23,Brush Generation Facility,CO_E,CCGT,Gas,273.4,23,existing_generator +156984,22,Quincy Solar,CO_DEN,Central_PV,Solar,1.5,23,existing_generator +157043,33,"Gallegos Wind Farm, Phase 1",NM_N,Wind,Wind,180,23,existing_generator +1100713,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,31.54999924,23,NULL +154440,39,Copco 2,OR_W,Hydro_NonPumped,Water,27,23,existing_generator +155154,25,Williams Ignacio Natural Gas Plant,CO_SW,ST,Waste_Heat,6.1,23,existing_generator +1104525,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,50.04000092,23,NULL +1117032,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.809999943,23,NULL +1101536,8,Proposed,CAN_ALB,Central_PV,Solar,175,23,NULL +1109927,17,Proposed,CA_SCE_S,Central_PV,Solar,39.40000153,23,NULL +1108262,36,Proposed,NV_S,Central_PV,Solar,2.710000038,23,NULL +1118921,9,Proposed,CAN_BC,Central_PV,Solar,29.71999931,23,NULL +1001836,1,Proposed,AZ_APS_E,Residential_PV,Solar,31.99300003,23,NULL +1112992,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,22.38999939,23,NULL +155714,14,Walgreens Woodland Distribution Center,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +156078,15,Nickel 1 Solar Facility,CA_PGE_S,Central_PV,Solar,1.5,23,existing_generator +154462,17,AES Huntington Beach LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,218,23,existing_generator +154762,46,Crystal Mountain,WA_W,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.7,23,existing_generator +154790,50,Naughton,WY_SW,Coal_Steam_Turbine,Coal,832,23,existing_generator +1109203,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.220000029,23,NULL +156006,21,RE McKenzie 1,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1108253,42,Proposed,UT_S,Central_PV,Solar,46.22000122,23,NULL +1117422,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,8.899999619,23,NULL +154396,14,El Dorado,CA_PGE_N,Hydro_NonPumped,Water,20,23,existing_generator +1117501,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,18.12000084,23,NULL +1104446,2,Proposed,AZ_APS_N,Central_PV,Solar,7.670000076,23,NULL +1191183962,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +155914,16,Oxnard Paper Mill,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,29,23,existing_generator +1106436,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,83,23,NULL +1108791,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.619999886,23,NULL +1118748,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,34.81000137,23,NULL +156584,15,Bakersfield 111,CA_PGE_S,Central_PV,Solar,1.4,23,existing_generator +1114603,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,12.65999985,23,NULL +1191210865,9,Proposed,CAN_BC,Wind,Wind,499.276001,23,NULL +1110348,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,3.069999933,23,NULL +1111329,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,66.02999878,23,NULL +1000121,35,Proposed,NV_N,Commercial_PV,Solar,1079.060059,23,NULL +1114712,36,Proposed,NV_S,Central_PV,Solar,27.04999924,23,NULL +155147,39,Box Canyon Dam,OR_W,Hydro_NonPumped,Water,5,23,existing_generator +1001915,23,Proposed,CO_E,Commercial_PV,Solar,16.16650009,23,NULL +1191185435,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1001366,38,Proposed,OR_PDX,Residential_PV,Solar,55.63999939,23,NULL +1191183849,27,Proposed,ID_S_OR_E,Wind,Wind,120,23,NULL +157915,9,Seton,CAN_BC,Hydro_NonPumped,Water,48,23,existing_generator +1111294,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,16.23999977,23,NULL +1112576,41,Proposed,UT_N,Central_PV,Solar,1.629999995,23,NULL +1113979,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,18.04999924,23,NULL +155969,21,SMUD at Lawrence,CA_SMUD,Central_PV,Solar,1,23,existing_generator +156353,14,2127 Harris Solar Project,CA_PGE_N,Central_PV,Solar,1.3,23,existing_generator +155146,15,Berry Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,38.7,23,existing_generator +156692,10,Midway Solar Farm 1,CA_IID,Central_PV,Solar,50,23,existing_generator +1118172,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,18.67000008,23,NULL +154983,47,Arvada,WY_NE,Gas_Combustion_Turbine,Gas,22.5,23,existing_generator +156915,35,"EGP Stillwater Solar PV II, LLC",NV_N,Central_PV,Solar,20,23,existing_generator +1112726,35,Proposed,NV_N,Central_PV,Solar,14.93999958,23,NULL +1101876,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,191.6900024,23,NULL +1108646,4,Proposed,AZ_NM_N,Central_PV,Solar,9.489999771,23,NULL +1109100,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,46.20999908,23,NULL +1111492,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,3.289999962,23,NULL +1114036,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.370000005,23,NULL +1118715,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,4.099999905,23,NULL +157108,24,Oak Leaf Solar XXXII (CSG),CO_NW,Central_PV,Solar,1.5,23,existing_generator +1191183931,27,Proposed,ID_S_OR_E,Wind,Wind,210,23,NULL +1109537,42,Proposed,UT_S,Central_PV,Solar,10.56000042,23,NULL +1116578,35,Proposed,NV_N,Central_PV,Solar,22.27000046,23,NULL +1191182739,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +154498,10,El Centro,CA_IID,Gas_Steam_Turbine,Gas,81.6,23,existing_generator +155616,40,White Creek Wind Farm,OR_WA_BPA,Wind,Wind,204,23,existing_generator +1110449,33,Proposed,NM_N,Central_PV,Solar,21.07999992,23,NULL +1191209645,26,Proposed,ID_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191209538,19,Proposed,CA_SCE_VLY,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191210466,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,32,23,NULL +157073,15,Aquamarine,CA_PGE_S,Central_PV,Solar,250,23,existing_generator +1100127,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,105.7600021,23,NULL +155315,17,Biola University,CA_SCE_S,Battery_Storage,Electricity,0.3,23,existing_generator +1104094,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,28.05999947,23,NULL +1111331,10,Proposed,CA_IID,Central_PV,Solar,108.8099976,23,NULL +1116094,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,9.520000458,23,NULL +156030,11,2555 E Olympic Bl,CA_LADWP,Central_PV,Solar,1,23,existing_generator +156769,21,US GSA - Sacramento,CA_SMUD,Central_PV,Solar,1.1,23,existing_generator +157056,31,"Horse Thief Wind Project, LLC",MT_SE,Wind,Wind,80,23,existing_generator +1001487,27,Proposed,ID_S_OR_E,Commercial_PV,Solar,22.57939911,23,NULL +1116103,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.390000105,23,NULL +1100478,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1061.619995,23,NULL +1000469,22,Proposed,CO_DEN,Commercial_PV,Solar,1227.949951,23,NULL +1117498,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,22.67000008,23,NULL +77350,16,Tehachapi: 18,CA_SCE_CEN,Wind,Wind,34,23,NULL +1191182724,47,Proposed,WY_NE,Wind,Wind,330,23,NULL +154384,14,Butt Valley,CA_PGE_N,Hydro_NonPumped,Water,40,23,existing_generator +1109546,2,Proposed,AZ_APS_N,Central_PV,Solar,16.5,23,NULL +77425,14,LassenNorth: 528,CA_PGE_N,Wind,Wind,43,23,NULL +156725,23,Clear Spring Ranch PV Project,CO_E,Central_PV,Solar,10,23,existing_generator +1104510,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,3.430000067,23,NULL +1115025,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,7.090000153,23,NULL +1191183301,41,Proposed,UT_N,Wind,Wind,30,23,NULL +156938,13,Pacific Ethanol Madera Solar Array,CA_PGE_CEN,Central_PV,Solar,4.3,23,existing_generator +1101594,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,23.40999985,23,NULL +1191184399,35,Proposed,NV_N,Wind,Wind,390,23,NULL +1107346,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.81000042,23,NULL +1118683,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,15.43999958,23,NULL +1100524,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,1919.560059,23,NULL +155452,20,Escondido Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,49.9,23,existing_generator +1107605,41,Proposed,UT_N,Central_PV,Solar,34.47000122,23,NULL +1103865,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,23.10000038,23,NULL +1104568,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.649999976,23,NULL +1105949,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.569999933,23,NULL +1191210501,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,74,23,NULL +155898,3,Paloma Solar,AZ_APS_SW,Central_PV,Solar,17.6,23,existing_generator +157100,22,Oak Leaf Solar XXIII LLC (CSG),CO_DEN,Central_PV,Solar,1.5,23,existing_generator +1191185370,22,Proposed,CO_DEN,Wind,Wind,150,23,NULL +1106045,35,Proposed,NV_N,Central_PV,Solar,31,23,NULL +155837,35,Jersey Valley Geothermal Power Plant,NV_N,Geothermal,Geothermal,23.5,23,existing_generator +1115279,33,Proposed,NM_N,Central_PV,Solar,22.44000053,23,NULL +1115310,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,14.02000046,23,NULL +1191209256,35,Proposed,NV_N,Geothermal,Geothermal,14,23,NULL +77409,16,Tehachapi: 510,CA_SCE_CEN,Wind,Wind,50,23,NULL +155258,31,Yellowstone Energy LP,MT_SE,Coal_Steam_Turbine,Coal,68,23,existing_generator +154954,21,SCA Cogen 2,CA_SMUD,Gas_Combustion_Turbine,Gas,44,23,existing_generator +155302,20,"Otay Landfill Gas, LLC",CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,10.5,23,existing_generator +1114430,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.460000038,23,NULL +1118722,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,63.66999817,23,NULL +155882,7,Roger Road WWTP,AZ_SE,Central_PV,Solar,1.1,23,existing_generator +1100341,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,160.25,23,NULL +1191209418,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +1191209656,37,Proposed,OR_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +1104925,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,6.46999979,23,NULL +1109988,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,2.099999905,23,NULL +1191184226,7,Proposed,AZ_SE,Wind,Wind,570,23,NULL +158002,9,Riverside,CAN_BC,Gas_Combustion_Turbine,Gas,30,23,existing_generator +1104057,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.170000076,23,NULL +1111317,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,26.73999977,23,NULL +77503,14,Solano: 1891,CA_PGE_N,Wind,Wind,20,23,NULL +1115030,48,Proposed,WY_NW,Central_PV,Solar,1.25,23,NULL +1110478,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,11.75,23,NULL +1117327,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,62.47999954,23,NULL +156761,17,SunAnza,CA_SCE_S,Central_PV,Solar,2,23,existing_generator +1106452,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,26.26000023,23,NULL +1114382,7,Proposed,AZ_SE,Central_PV,Solar,6.550000191,23,NULL +1191185001,23,Proposed,CO_E,Wind,Wind,30,23,NULL +154991,16,Ellwood,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,58,23,existing_generator +156919,39,Dayton Cutoff Solar,OR_W,Central_PV,Solar,2.2,23,existing_generator +1103628,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.710000038,23,NULL +1108670,1,Proposed,AZ_APS_E,Central_PV,Solar,1845.01001,23,NULL +1111744,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,6.550000191,23,NULL +1102706,17,Proposed,CA_SCE_S,Central_PV,Solar,1.99000001,23,NULL +1191210117,14,Proposed,CA_PGE_N,Geothermal,Geothermal,78,23,NULL +155883,40,North Hurlburt Wind LLC,OR_WA_BPA,Wind,Wind,265,23,existing_generator +1191209182,14,Proposed,CA_PGE_N,Bio_Gas,Bio_Gas,NULL,23,NULL +155082,15,Badger Creek Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,23,existing_generator +156603,26,American Falls Solar II,ID_E,Central_PV,Solar,20,23,existing_generator +77421,20,SanDiegoSouth: 522,CA_SDGE,Wind,Wind,49,23,NULL +155000,43,Monroe Street,WA_ID_AVA,Hydro_NonPumped,Water,14.8,23,existing_generator +157007,13,North Fork Community Power,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2,23,existing_generator +1112029,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,1.289999962,23,NULL +1191209741,22,Proposed,CO_DEN,Battery_Storage,Electricity,NULL,23,NULL +1109568,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,7.440000057,23,NULL +1112263,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.849999905,23,NULL +1191183954,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1109434,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,41.40999985,23,NULL +156952,15,Berry NMW Cogens,CA_PGE_S,Gas_Combustion_Turbine,Gas,9.6,23,existing_generator +1108718,1,Proposed,AZ_APS_E,Central_PV,Solar,22.54000092,23,NULL +1113536,42,Proposed,UT_S,Central_PV,Solar,4.059999943,23,NULL +155169,17,Wintec Energy Ltd,CA_SCE_S,Wind,Wind,5.9,23,existing_generator +1104146,1,Proposed,AZ_APS_E,Central_PV,Solar,196.0700073,23,NULL +1109221,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,44.52999878,23,NULL +1109091,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,5.829999924,23,NULL +156759,35,Tungsten Mountain,NV_N,Geothermal,Geothermal,37,23,existing_generator +157136,37,Blue Marmot VI,OR_E,Central_PV,Solar,10,23,existing_generator +155285,15,Cymric 36W Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,12.4,23,existing_generator +1001399,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,47.33760071,23,NULL +1002129,39,Proposed,OR_W,Commercial_PV,Solar,31.5053997,23,NULL +1114424,36,Proposed,NV_S,Central_PV,Solar,148.8600006,23,NULL +155956,20,Watkins Manufacturing Co.,CA_SDGE,Gas_Internal_Combustion_Engine,Gas,2,23,existing_generator +155120,14,Bidwell Ditch Project,CA_PGE_N,Hydro_NonPumped,Water,1.8,23,existing_generator +155503,22,Boulder City Silver Lake Hydro,CO_DEN,Hydro_NonPumped,Water,3.3,23,existing_generator +1191209478,9,Proposed,CAN_BC,CCGT,Gas,NULL,23,NULL +1115574,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,14.11999989,23,NULL +1107781,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,15.84000015,23,NULL +1110913,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,6.050000191,23,NULL +155856,27,Two Ponds Windfarm,ID_S_OR_E,Wind,Wind,23,23,existing_generator +156867,12,"CoreSite Real Estate 1656 McCarthy, L.P.",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5,23,existing_generator +156230,40,Carty Generating Station,OR_WA_BPA,CCGT,Gas,500,23,existing_generator +1191183281,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191209744,25,Proposed,CO_SW,Battery_Storage,Electricity,NULL,23,NULL +1117906,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,32.68000031,23,NULL +1191183799,6,Proposed,AZ_PHX,Wind,Wind,30,23,NULL +155922,22,City & County of Denver at Denver Int'l,CO_DEN,Central_PV,Solar,3.4,23,existing_generator +156392,12,CSD 2 - Heritage High,CA_PGE_BAY,Central_PV,Solar,1.3,23,existing_generator +1117861,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.019999981,23,NULL +1001091,1,Proposed,AZ_APS_E,Commercial_PV,Solar,6.759600163,23,NULL +1118684,35,Proposed,NV_N,Central_PV,Solar,5.900000095,23,NULL +1103702,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.319999933,23,NULL +155381,40,Hermiston Generating Plant,OR_WA_BPA,CCGT,Gas,621.2,23,existing_generator +1116857,12,Proposed,CA_PGE_BAY,Central_PV,Solar,1.190000057,23,NULL +154652,43,Post Falls,WA_ID_AVA,Hydro_NonPumped,Water,14.5,23,existing_generator +1118443,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,4.829999924,23,NULL +1118863,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,10.57999992,23,NULL +155066,14,Muck Valley Hydroelectric,CA_PGE_N,Hydro_NonPumped,Water,29.9,23,existing_generator +155296,16,85 B,CA_SCE_CEN,Wind,Wind,21.2,23,existing_generator +155003,22,Colorado Energy Nations Company,CO_DEN,Gas_Steam_Turbine,Gas,35,23,existing_generator +155536,17,Mountain View III,CA_SCE_S,Wind,Wind,22.4,23,existing_generator +157907,9,Queen_Charlotte_Station,CAN_BC,Hydro_NonPumped,Water,5.7,23,existing_generator +154840,27,Anderson Ranch,ID_S_OR_E,Hydro_NonPumped,Water,40,23,existing_generator +1103049,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,6.199999809,23,NULL +156890,23,Vilas Solar Array,CO_E,Central_PV,Solar,4,23,existing_generator +1113553,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,32.59999847,23,NULL +154490,13,Moccasin,CA_PGE_CEN,Hydro_NonPumped,Water,100,23,existing_generator +158073,8,Wind_EP_Can_15,CAN_ALB,Wind,Wind,81.4,23,existing_generator +1100103,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.120000005,23,NULL +1104467,25,Proposed,CO_SW,Central_PV,Solar,51.34000015,23,NULL +1110882,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,53.43999863,23,NULL +1002140,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,136.3179932,23,NULL +1110104,36,Proposed,NV_S,Central_PV,Solar,57.97999954,23,NULL +1108221,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.650000095,23,NULL +1191183821,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +155947,21,Aerojet II,CA_SMUD,Central_PV,Solar,2.7,23,existing_generator +1104891,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,30.23999977,23,NULL +1191185120,23,Proposed,CO_E,Wind,Wind,870,23,NULL +1117023,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,58.18000031,23,NULL +155771,17,Solar Photovoltaic Project #06,CA_SCE_S,Central_PV,Solar,2,23,existing_generator +1191209575,6,Proposed,AZ_PHX,Coal_IGCC,Coal,NULL,23,NULL +157020,13,Foundation Dole Fresh Vegetables,CA_PGE_CEN,Wind,Wind,5.6,23,existing_generator +1114874,16,Proposed,CA_SCE_CEN,Central_PV,Solar,33.95999908,23,NULL +1191184075,46,Proposed,WA_W,Wind,Wind,30,23,NULL +156407,24,Mesa PV1,CO_NW,Central_PV,Solar,1.6,23,existing_generator +1191184034,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191185519,43,Proposed,WA_ID_AVA,Wind,Wind,90,23,NULL +155165,17,San Antonio Regional Hospital,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,2.7,23,existing_generator +1112621,2,Proposed,AZ_APS_N,Central_PV,Solar,4.159999847,23,NULL +1113989,10,Proposed,CA_IID,Central_PV,Solar,1.809999943,23,NULL +1116416,17,Proposed,CA_SCE_S,Central_PV,Solar,5.460000038,23,NULL +156093,33,El Cabo Wind,NM_N,Wind,Wind,298,23,existing_generator +1115728,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.529999971,23,NULL +1118753,5,Proposed,AZ_NW,Central_PV,Solar,35.13000107,23,NULL +1191184839,3,Proposed,AZ_APS_SW,Wind,Wind,30,23,NULL +1112195,5,Proposed,AZ_NW,Central_PV,Solar,10.18000031,23,NULL +1191183315,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +155586,46,Sierra Pacific Burlington Facility,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,28,23,existing_generator +1114824,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,4.75,23,NULL +1116088,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,8.68999958,23,NULL +1109186,33,Proposed,NM_N,Central_PV,Solar,49.84000015,23,NULL +156892,14,CDCR (CA) - Solano State Prison,CA_PGE_N,Central_PV,Solar,1.1,23,existing_generator +77484,16,MountainPass: 1543,CA_SCE_CEN,Wind,Wind,47,23,NULL +156552,42,Fiddler's Canyon #2,UT_S,Central_PV,Solar,3,23,existing_generator +1100326,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,123.8600006,23,NULL +1118741,18,Proposed,CA_SCE_SE,Central_PV,Solar,37.79999924,23,NULL +154617,43,Kettle Falls Generating Station,WA_ID_AVA,Bio_Solid_Steam_Turbine,Bio_Solid,50.7,23,existing_generator +155428,12,Delta Energy Center,CA_PGE_BAY,CCGT,Gas,943.5,23,existing_generator +77366,16,Tehachapi: 37,CA_SCE_CEN,Wind,Wind,116,23,NULL +1105947,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,27.94000053,23,NULL +1191184297,48,Proposed,WY_NW,Wind,Wind,750,23,NULL +1000341,1,Proposed,AZ_APS_E,Commercial_PV,Solar,32.45819855,23,NULL +1191185356,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +156754,10,SEPV Imperial Dixieland East,CA_IID,Central_PV,Solar,2,23,existing_generator +156358,37,Oregon University System OIT Klamath Fal,OR_E,Central_PV,Solar,2,23,existing_generator +1118661,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.690000057,23,NULL +1104083,1,Proposed,AZ_APS_E,Central_PV,Solar,163.1399994,23,NULL +1112206,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,60.97999954,23,NULL +157067,17,San Pablo Raceway,CA_SCE_S,Central_PV,Solar,100,23,existing_generator +1191209552,33,Proposed,NM_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +77426,14,RoundMountain: 530,CA_PGE_N,Wind,Wind,43,23,NULL +1191209399,42,Proposed,UT_S,Geothermal,Geothermal,20,23,NULL +1114865,1,Proposed,AZ_APS_E,Central_PV,Solar,34.15000153,23,NULL +1116963,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,26.18000031,23,NULL +1104974,2,Proposed,AZ_APS_N,Central_PV,Solar,20.07999992,23,NULL +155657,39,Evergreen BioPower LLC,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,21,23,existing_generator +1117936,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,15.18000031,23,NULL +1191210557,39,Proposed,OR_W,Gas_Steam_Turbine_Cogen,Gas,36,23,NULL +1110881,1,Proposed,AZ_APS_E,Central_PV,Solar,53.43999863,23,NULL +1117320,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,30.77000046,23,NULL +155543,41,Kennecott Power Plant,UT_N,Gas_Combustion_Turbine,Gas,6.4,23,existing_generator +1109076,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,5.670000076,23,NULL +1002120,39,Proposed,OR_W,Residential_PV,Solar,251.7709961,23,NULL +155430,20,Otay Mesa Generating Project,CA_SDGE,CCGT,Gas,688.5,23,existing_generator +154816,22,Fort St Vrain,CO_DEN,Gas_Combustion_Turbine,Gas,280.6,23,existing_generator +157101,22,Amazon Denver DEN3,CO_DEN,Central_PV,Solar,4.6,23,existing_generator +1191185378,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1191182559,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191185424,22,Proposed,CO_DEN,Wind,Wind,90,23,NULL +1191210858,8,Proposed,CAN_ALB,Wind,Wind,6706.220215,23,NULL +1191185110,23,Proposed,CO_E,Wind,Wind,150,23,NULL +1107278,2,Proposed,AZ_APS_N,Central_PV,Solar,15.96000004,23,NULL +154713,38,North Fork,OR_PDX,Hydro_NonPumped,Water,40.8,23,existing_generator +155366,43,Ford Hydro LP,WA_ID_AVA,Hydro_NonPumped,Water,1.2,23,existing_generator +156405,15,"CID Solar, LLC",CA_PGE_S,Central_PV,Solar,20,23,existing_generator +77348,16,Tehachapi: 16,CA_SCE_CEN,Wind,Wind,96,23,NULL +1110093,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.049999952,23,NULL +1191185292,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1112235,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,68.61000061,23,NULL +1191185470,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1191185334,44,Proposed,WA_N_CEN,Wind,Wind,60,23,NULL +156770,21,Dept of General Services -FTB,CA_SMUD,Central_PV,Solar,2.7,23,existing_generator +1116092,10,Proposed,CA_IID,Central_PV,Solar,9.520000458,23,NULL +1113458,35,Proposed,NV_N,Central_PV,Solar,12.96000004,23,NULL +1191182818,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1191184557,35,Proposed,NV_N,Wind,Wind,330,23,NULL +1191210071,35,Proposed,NV_N,Geothermal,Geothermal,32.90000153,23,NULL +156072,17,Brea Expansion Plant,CA_SCE_S,Bio_Gas,Bio_Gas,35.7,23,existing_generator +1113053,2,Proposed,AZ_APS_N,Central_PV,Solar,23.81999969,23,NULL +156594,16,RE Astoria,CA_SCE_CEN,Central_PV,Solar,100,23,existing_generator +1102745,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.070000172,23,NULL +156048,7,Arzon Solar UASTP Solar Power Station,AZ_SE,Central_PV,Solar,1.9,23,existing_generator +157135,37,Blue Marmot VII,OR_E,Central_PV,Solar,10,23,existing_generator +1102913,7,Proposed,AZ_SE,Central_PV,Solar,354.2000122,23,NULL +1112265,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,60.49000168,23,NULL +77438,16,Tehachapi: 551,CA_SCE_CEN,Wind,Wind,20,23,NULL +156138,17,SEPV9 Power Plant,CA_SCE_S,Central_PV,Solar,9,23,existing_generator +77507,12,Solano: 1907,CA_PGE_BAY,Wind,Wind,32,23,NULL +1100979,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,155.5599976,23,NULL +1191210387,14,Proposed,CA_PGE_N,CCGT_Cogen,Gas,66,23,NULL +77338,16,Tehachapi: 6,CA_SCE_CEN,Wind,Wind,72,23,NULL +1108042,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.350000024,23,NULL +1191182638,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1115762,2,Proposed,AZ_APS_N,Central_PV,Solar,36.79999924,23,NULL +154914,14,Black Butte,CA_PGE_N,Hydro_NonPumped,Water,6.1,23,existing_generator +154536,14,Oxbow (CA),CA_PGE_N,Hydro_NonPumped,Water,6.1,23,existing_generator +77407,16,Tehachapi: 508,CA_SCE_CEN,Wind,Wind,46,23,NULL +1001791,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,49.31520081,23,NULL +155973,26,Power County Wind Park North,ID_E,Wind,Wind,22.5,23,existing_generator +155331,49,Sinclair Oil Refinery,WY_SE,Gas_Steam_Turbine,Gas,1.7,23,existing_generator +155722,39,Riverbend Landfill,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,23,existing_generator +1116143,17,Proposed,CA_SCE_S,Central_PV,Solar,11.06999969,23,NULL +155836,3,Agua Caliente Solar Project,AZ_APS_SW,Central_PV,Solar,347.7,23,existing_generator +1000797,10,Proposed,CA_IID,Commercial_PV,Solar,316.6549988,23,NULL +1191185692,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,23,NULL +1107434,40,Proposed,OR_WA_BPA,Central_PV,Solar,3.940000057,23,NULL +1191210385,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,113.5,23,NULL +1103534,39,Proposed,OR_W,Central_PV,Solar,1.870000005,23,NULL +1191183322,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191185472,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +156364,13,Central Valley Ag Power,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.5,23,existing_generator +155328,22,University of Colorado,CO_DEN,CCGT,Gas,33,23,existing_generator +155886,17,Solar Photovoltaic Project #33,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1000093,15,Proposed,CA_PGE_S,Commercial_PV,Solar,13.63249969,23,NULL +1108252,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,64.66000366,23,NULL +1118671,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,7.159999847,23,NULL +1113125,5,Proposed,AZ_NW,Central_PV,Solar,105.1299973,23,NULL +1107747,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,47.29000092,23,NULL +1103629,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.710000038,23,NULL +1106872,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,27.68000031,23,NULL +1191183928,27,Proposed,ID_S_OR_E,Wind,Wind,90,23,NULL +156642,17,Dulles,CA_SCE_S,Central_PV,Solar,2,23,existing_generator +1116580,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,22.27000046,23,NULL +1000418,50,Proposed,WY_SW,Residential_PV,Solar,172.4839935,23,NULL +1114372,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,9.789999962,23,NULL +154481,16,Santa Ana 3,CA_SCE_CEN,Hydro_NonPumped,Water,3.1,23,existing_generator +1104498,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,34.52000046,23,NULL +1000300,33,Proposed,NM_N,Residential_PV,Solar,23.64699936,23,NULL +155194,20,Gas Utilization Facility,CA_SDGE,Hydro_NonPumped,Water,1.5,23,existing_generator +1100367,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,146.1000061,23,NULL +1113425,14,Proposed,CA_PGE_N,Central_PV,Solar,2.849999905,23,NULL +1191183329,24,Proposed,CO_NW,Wind,Wind,120,23,NULL +1001092,4,Proposed,AZ_NM_N,Residential_PV,Solar,173.875,23,NULL +1118649,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,44.86000061,23,NULL +1115281,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,22.44000053,23,NULL +157847,9,Akolkolex,CAN_BC,Hydro_NonPumped,Water,9,23,existing_generator +1107317,18,Proposed,CA_SCE_SE,Central_PV,Solar,39.79000092,23,NULL +154368,5,Davis Dam,AZ_NW,Hydro_NonPumped,Water,254.8,23,existing_generator +1103473,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,335.8599854,23,NULL +154996,1,Springerville,AZ_APS_E,Coal_Steam_Turbine,Coal,1765.8,23,existing_generator +1109493,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.480000019,23,NULL +155277,15,Lost Hills Cogeneration Plant,CA_PGE_S,Gas_Combustion_Turbine,Gas,10.5,23,existing_generator +1118619,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,10.71000004,23,NULL +1000199,22,Proposed,CO_DEN,Commercial_PV,Solar,3821.610107,23,NULL +1114808,42,Proposed,UT_S,Central_PV,Solar,88.23999786,23,NULL +157140,35,Lovelock Solar,NV_N,Central_PV,Solar,190,23,existing_generator +1000867,11,Proposed,CA_LADWP,Commercial_PV,Solar,692.6209717,23,NULL +1191209520,1,Proposed,AZ_APS_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +77378,16,Tehachapi: 51,CA_SCE_CEN,Wind,Wind,17,23,NULL +1191184157,42,Proposed,UT_S,Wind,Wind,1530,23,NULL +156226,16,Rosamond Two,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1191183330,24,Proposed,CO_NW,Wind,Wind,180,23,NULL +1106383,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,28.55999947,23,NULL +1117380,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,15.15999985,23,NULL +1191183940,27,Proposed,ID_S_OR_E,Wind,Wind,420,23,NULL +1191185309,33,Proposed,NM_N,Wind,Wind,30,23,NULL +155375,10,Ormesa II,CA_IID,Geothermal,Geothermal,24,23,existing_generator +155486,21,Kiefer Landfill,CA_SMUD,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,9,23,existing_generator +156178,14,Gridley Main,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +156693,33,Wal-Mart Truth or Consequences PV,NM_N,Central_PV,Solar,1,23,existing_generator +1191183277,41,Proposed,UT_N,Wind,Wind,30,23,NULL +156237,7,Union HS at Casa Grande,AZ_SE,Central_PV,Solar,1.6,23,existing_generator +156565,36,Playa Solar,NV_S,Central_PV,Solar,79,23,existing_generator +1117909,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,25.92000008,23,NULL +77468,16,Barstow: 590,CA_SCE_CEN,Wind,Wind,23,23,NULL +1110147,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,2.869999886,23,NULL +1108767,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,12.43999958,23,NULL +1000305,4,Proposed,AZ_NM_N,Commercial_PV,Solar,36.24969864,23,NULL +1105230,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,24.72999954,23,NULL +156516,19,Tropico Solar PV Plant,CA_SCE_VLY,Central_PV,Solar,14,23,existing_generator +154391,14,De Sabla,CA_PGE_N,Hydro_NonPumped,Water,18.4,23,existing_generator +157968,8,Kephlls1,CAN_ALB,Coal_Steam_Turbine,Coal,411,23,existing_generator +155011,14,Fairhaven Power,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,18.8,23,existing_generator +1104552,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.789999962,23,NULL +155888,40,South Hurlburt Wind LLC,OR_WA_BPA,Wind,Wind,290,23,existing_generator +156954,22,Oak Leaf Solar XXVII LLC,CO_DEN,Central_PV,Solar,1.5,23,existing_generator +1106006,16,Proposed,CA_SCE_CEN,Central_PV,Solar,32.45000076,23,NULL +1110094,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.049999952,23,NULL +1117454,6,Proposed,AZ_PHX,Central_PV,Solar,49.79000092,23,NULL +1110522,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,5.739999771,23,NULL +1113100,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,39.59999847,23,NULL +1191182840,49,Proposed,WY_SE,Wind,Wind,60,23,NULL +1109219,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,44.52999878,23,NULL +1114826,42,Proposed,UT_S,Central_PV,Solar,8.010000229,23,NULL +1191182509,36,Proposed,NV_S,Wind,Wind,1320,23,NULL +1114106,36,Proposed,NV_S,Central_PV,Solar,7.329999924,23,NULL +155998,17,Golden Springs Building C-1,CA_SCE_S,Central_PV,Solar,1.2,23,existing_generator +157876,9,Fitzsimmons_Creek_Hydro_Project,CAN_BC,Hydro_NonPumped,Water,7.5,23,existing_generator +158023,8,PplrHll1,CAN_ALB,Gas_Combustion_Turbine,Gas,45,23,existing_generator +1100499,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,92.94000244,23,NULL +1111736,36,Proposed,NV_S,Central_PV,Solar,27.07999992,23,NULL +1104464,4,Proposed,AZ_NM_N,Central_PV,Solar,2.400000095,23,NULL +156870,40,Adams Solar Center,OR_WA_BPA,Central_PV,Solar,10,23,existing_generator +156874,15,ABEC #4 dba CE&S Dairy,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,23,existing_generator +1191210839,4,Proposed,AZ_NM_N,CCGT,Gas,NULL,23,NULL +1103459,32,Proposed,MT_SW,Central_PV,Solar,156.0899963,23,NULL +1104903,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,16.30999947,23,NULL +1107303,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,2.569999933,23,NULL +154487,17,Grayson,CA_SCE_S,Bio_Gas_Steam_Turbine,Bio_Gas,23,23,existing_generator +1110944,36,Proposed,NV_S,Central_PV,Solar,49.59999847,23,NULL +1191209302,26,Proposed,ID_E,Geothermal,Geothermal,20,23,NULL +155591,27,Milner Dam Wind Park LLC,ID_S_OR_E,Wind,Wind,19.5,23,existing_generator +1101162,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,1897.189941,23,NULL +1000149,35,Proposed,NV_N,Commercial_PV,Solar,347.526001,23,NULL +1113525,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,4.659999847,23,NULL +1112328,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,6.179999828,23,NULL +1108175,36,Proposed,NV_S,Central_PV,Solar,2.450000048,23,NULL +1112675,42,Proposed,UT_S,Central_PV,Solar,11.81000042,23,NULL +1103704,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.319999933,23,NULL +1105439,2,Proposed,AZ_APS_N,Central_PV,Solar,36.97999954,23,NULL +1112663,35,Proposed,NV_N,Central_PV,Solar,1.309999943,23,NULL +1115714,35,Proposed,NV_N,Central_PV,Solar,19.31999969,23,NULL +1102676,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.279999971,23,NULL +1107804,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,6.340000153,23,NULL +154963,41,Bonanza,UT_N,Coal_Steam_Turbine,Coal,499.5,23,existing_generator +156368,15,"RE Old River One, LLC",CA_PGE_S,Central_PV,Solar,20,23,existing_generator +155695,40,Willow Creek Energy Center,OR_WA_BPA,Wind,Wind,72,23,existing_generator +1108724,35,Proposed,NV_N,Central_PV,Solar,11.03999996,23,NULL +155271,35,Terra-Gen Dixie Valley,NV_N,Geothermal,Geothermal,64.7,23,existing_generator +1109247,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2,23,NULL +1191184840,3,Proposed,AZ_APS_SW,Wind,Wind,30,23,NULL +1110105,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,57.97999954,23,NULL +1113957,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.429999948,23,NULL +1102863,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,40.84000015,23,NULL +1191184268,48,Proposed,WY_NW,Wind,Wind,30,23,NULL +156638,17,Building F,CA_SCE_S,Central_PV,Solar,1.3,23,existing_generator +1109574,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,34.34999847,23,NULL +1191210545,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,6.199999809,23,NULL +155495,14,Feather River Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,23,existing_generator +154342,13,J S Eastwood,CA_PGE_CEN,Hydro_Pumped,Water,199.8,23,existing_generator +154453,13,Big Creek 8,CA_PGE_CEN,Hydro_NonPumped,Water,75,23,existing_generator +156650,33,Santolina Solar Energy Center,NM_N,Central_PV,Solar,10.5,23,existing_generator +1106014,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.809999943,23,NULL +1191183373,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +1101113,47,Proposed,WY_NE,Central_PV,Solar,66.62000275,23,NULL +1113473,33,Proposed,NM_N,Central_PV,Solar,33.20999908,23,NULL +1116105,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,76.84999847,23,NULL +1191183406,4,Proposed,AZ_NM_N,Wind,Wind,90,23,NULL +1104526,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,50.04000092,23,NULL +1102974,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,77.68000031,23,NULL +1191209326,35,Proposed,NV_N,Geothermal,Geothermal,24,23,NULL +1191209604,35,Proposed,NV_N,Coal_IGCC,Coal,NULL,23,NULL +1113521,42,Proposed,UT_S,Central_PV,Solar,42.95000076,23,NULL +1104795,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,5.860000134,23,NULL +1106194,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.28000021,23,NULL +1191209398,26,Proposed,ID_E,Geothermal,Geothermal,10,23,NULL +157081,17,DESI-1 Battery Energy Storage Facility,CA_SCE_S,Battery_Storage,Electricity,2.4,23,existing_generator +1111738,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,27.07999992,23,NULL +156840,29,"Magpie Solar, LLC",MT_NE,Central_PV,Solar,3,23,existing_generator +155401,43,Plummer Cogen,WA_ID_AVA,Bio_Solid_Steam_Turbine,Bio_Solid,6.2,23,existing_generator +155801,45,Cedar Hills,WA_SEATAC,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,5.4,23,existing_generator +156868,12,"CoreSite Real Estate 2901 Coronado, L.P.",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,23,existing_generator +1110762,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,6.119999886,23,NULL +156241,13,Madera Community Hospital,CA_PGE_CEN,Central_PV,Solar,1,23,existing_generator +1191210591,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,NULL +1191210543,20,Proposed,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,6.400000095,23,NULL +1114864,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.419999957,23,NULL +1108713,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,5.579999924,23,NULL +1108245,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,57.09999847,23,NULL +157061,13,EDPR CA Solar Park VI LLC (CA),CA_PGE_CEN,Battery_Storage,Electricity,40,23,existing_generator +1103977,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.309999943,23,NULL +1111344,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,36.29000092,23,NULL +1117706,41,Proposed,UT_N,Central_PV,Solar,48.41999817,23,NULL +156912,39,Douglas County Forest Products,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,6.3,23,existing_generator +1191183613,29,Proposed,MT_NE,Wind,Wind,30,23,NULL +155293,39,Lacomb Irrigation District,OR_W,Hydro_NonPumped,Water,1,23,existing_generator +156525,15,Coronal Lost Hills,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1118839,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,4.949999809,23,NULL +1000198,42,Proposed,UT_S,Residential_PV,Solar,7841.069824,23,NULL +1191210092,35,Proposed,NV_N,Geothermal,Geothermal,4.800000191,23,NULL +1110920,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.559999943,23,NULL +1100261,15,Proposed,CA_PGE_S,Central_PV,Solar,63.90999985,23,NULL +1113836,35,Proposed,NV_N,Central_PV,Solar,2.029999971,23,NULL +1115779,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.599999905,23,NULL +155744,17,Whittier LFG Power Plant #1,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,23,existing_generator +1117431,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,15.14000034,23,NULL +1191182470,36,Proposed,NV_S,Wind,Wind,30,23,NULL +155227,22,JM Shafer Generating Station,CO_DEN,CCGT,Gas,396.9,23,existing_generator +1116987,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,39.58000183,23,NULL +1191183905,27,Proposed,ID_S_OR_E,Wind,Wind,120,23,NULL +154492,10,Drop 2 (CA),CA_IID,Hydro_NonPumped,Water,10,23,existing_generator +157998,8,MedcnHt8,CAN_ALB,Gas_Combustion_Turbine,Gas,44.9,23,existing_generator +155241,46,Twin Falls Hydro,WA_W,Hydro_NonPumped,Water,24,23,existing_generator +1191182822,49,Proposed,WY_SE,Wind,Wind,450,23,NULL +1103030,8,Proposed,CAN_ALB,Central_PV,Solar,871.1799927,23,NULL +1115651,25,Proposed,CO_SW,Central_PV,Solar,130.4199982,23,NULL +154522,13,Exchequer,CA_PGE_CEN,Hydro_NonPumped,Water,94.5,23,existing_generator +1106880,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,13.97999954,23,NULL +156549,15,CDCR (CA) - Pleasant Valley State Prison,CA_PGE_S,Central_PV,Solar,1.2,23,existing_generator +156917,17,Target Shafter,CA_SCE_S,Central_PV,Solar,3,23,existing_generator +1108024,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.119999886,23,NULL +155119,10,Salton Sea Power Gen Co - Unit 2,CA_IID,Geothermal,Geothermal,20,23,existing_generator +1117931,16,Proposed,CA_SCE_CEN,Central_PV,Solar,18.30999947,23,NULL +1191209641,22,Proposed,CO_DEN,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191182459,36,Proposed,NV_S,Wind,Wind,120,23,NULL +1104539,35,Proposed,NV_N,Central_PV,Solar,2.359999895,23,NULL +1115229,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,50.04999924,23,NULL +1191185654,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,150,23,NULL +157897,9,Morehead_Creek,CAN_BC,Hydro_NonPumped,Water,0.1,23,existing_generator +155061,16,SEGS V,CA_SCE_CEN,ST,Solar,34.2,23,existing_generator +1191185675,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,23,NULL +154870,7,Valencia,AZ_SE,Gas_Combustion_Turbine,Gas,108,23,existing_generator +1113902,35,Proposed,NV_N,Central_PV,Solar,15.56000042,23,NULL +1118510,27,Proposed,ID_S_OR_E,Central_PV,Solar,35.77999878,23,NULL +1191183802,6,Proposed,AZ_PHX,Wind,Wind,30,23,NULL +154666,29,Black Eagle,MT_NE,Hydro_NonPumped,Water,24,23,existing_generator +155152,39,IP Springfield Oregon,OR_W,ST,Bio_Liquid,40,23,existing_generator +1103764,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.069999933,23,NULL +1112666,1,Proposed,AZ_APS_E,Central_PV,Solar,58.68999863,23,NULL +155574,44,Wild Horse,WA_N_CEN,Central_PV,Solar,0.5,23,existing_generator +1109213,3,Proposed,AZ_APS_SW,Central_PV,Solar,7.110000134,23,NULL +1114107,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,7.329999924,23,NULL +1104082,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,44.47999954,23,NULL +1191183241,41,Proposed,UT_N,Wind,Wind,60,23,NULL +154618,4,Navajo Dam,AZ_NM_N,Hydro_NonPumped,Water,30,23,existing_generator +1191185145,23,Proposed,CO_E,Wind,Wind,1080,23,NULL +1112909,44,Proposed,WA_N_CEN,Central_PV,Solar,2.059999943,23,NULL +1115775,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,9.420000076,23,NULL +155509,12,Riverview Energy Center,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,47,23,existing_generator +156224,36,Spectrum Solar PV Power Project,NV_S,Central_PV,Solar,30,23,existing_generator +1107706,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,48.34000015,23,NULL +1108654,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,2.809999943,23,NULL +1000148,8,Proposed,CAN_ALB,Residential_PV,Solar,744.1849976,23,NULL +1103981,6,Proposed,AZ_PHX,Central_PV,Solar,111.0999985,23,NULL +155148,14,Olsen,CA_PGE_N,Hydro_NonPumped,Water,5,23,existing_generator +1105398,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,43.16999817,23,NULL +1114554,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,3435.02002,23,NULL +1191184005,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +155263,20,Naval Hospital Medical Center,CA_SDGE,Gas_Combustion_Turbine,Gas,5.3,23,existing_generator +1111753,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,25.15999985,23,NULL +1117826,35,Proposed,NV_N,Central_PV,Solar,58.25,23,NULL +154463,19,Kaweah 2,CA_SCE_VLY,Hydro_NonPumped,Water,1.8,23,existing_generator +1118845,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,10.02000046,23,NULL +155924,15,Adobe Solar,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +157119,33,Rio De Oro Solar Energy Center,NM_N,Central_PV,Solar,10,23,existing_generator +1106438,36,Proposed,NV_S,Central_PV,Solar,4.090000153,23,NULL +1191185406,22,Proposed,CO_DEN,Wind,Wind,300,23,NULL +156550,7,Davis Monthan AFB (AZ) West Airfield,AZ_SE,Central_PV,Solar,12.6,23,existing_generator +1107699,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,61.47999954,23,NULL +1191183963,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1191210500,12,Proposed,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen,Gas,6.5,23,NULL +1118830,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,6.190000057,23,NULL +154964,10,Rockwood,CA_IID,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,24.9,23,existing_generator +156871,40,Elbe Solar Center,OR_WA_BPA,Central_PV,Solar,10,23,existing_generator +77406,14,LassenNorth: 507,CA_PGE_N,Wind,Wind,63,23,NULL +156554,39,Oregon University System Rabbit Field,OR_W,Central_PV,Solar,1.2,23,existing_generator +1114022,2,Proposed,AZ_APS_N,Central_PV,Solar,35.65000153,23,NULL +1191209578,9,Proposed,CAN_BC,Coal_IGCC,Coal,NULL,23,NULL +1191210596,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,NULL +155126,14,Humboldt Sawmill Company,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,32.5,23,existing_generator +156374,15,Hayworth Solar,CA_PGE_S,Central_PV,Solar,27,23,existing_generator +157125,42,Sigurd Solar LLC,UT_S,Central_PV,Solar,80,23,existing_generator +1107777,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,17.51000023,23,NULL +155338,11,Los Angeles Refinery Wilmington,CA_LADWP,Gas_Combustion_Turbine,Gas,58.5,23,existing_generator +1110073,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,15.30000019,23,NULL +154385,14,Caribou 1,CA_PGE_N,Hydro_NonPumped,Water,73.8,23,existing_generator +1106671,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,40.16999817,23,NULL +1107236,33,Proposed,NM_N,Central_PV,Solar,8.260000229,23,NULL +157040,41,Tooele Army Depot,UT_N,Central_PV,Solar,1.5,23,existing_generator +1106664,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,7.559999943,23,NULL +1107558,20,Proposed,CA_SDGE,CSP_Trough_No_Storage,Solar,3.25999999,23,NULL +1110057,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,51.70000076,23,NULL +1116563,16,Proposed,CA_SCE_CEN,Central_PV,Solar,51.91999817,23,NULL +1104620,37,Proposed,OR_E,Central_PV,Solar,7.769999981,23,NULL +1191183361,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1000156,47,Proposed,WY_NE,Residential_PV,Solar,16.69199944,23,NULL +1102752,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.320000052,23,NULL +1191210532,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,7,23,NULL +155757,40,Windy Flats Wind Project,OR_WA_BPA,Wind,Wind,262.2,23,existing_generator +154890,22,Rawhide,CO_DEN,Coal_Steam_Turbine,Coal,293.6,23,existing_generator +1108226,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1901.920044,23,NULL +156129,16,RE Victor Phelan Solar One LLC,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1109902,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,38.61000061,23,NULL +1118656,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,44.38000107,23,NULL +1113984,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,73.01000214,23,NULL +1118757,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,56.20999908,23,NULL +1191185332,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +156542,13,Aspiration G,CA_PGE_CEN,Central_PV,Solar,9,23,existing_generator +1118811,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,8.550000191,23,NULL +156307,46,Nooksack Hydro,WA_W,Hydro_NonPumped,Water,1.5,23,existing_generator +155506,17,Drews Generating Facility,CA_SCE_S,Gas_Combustion_Turbine,Gas,44.8,23,existing_generator +155558,42,Millcreek Power Generation,UT_S,Gas_Combustion_Turbine,Gas,80,23,existing_generator +1191185395,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1191210422,19,Proposed,CA_SCE_VLY,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,23,NULL +154336,34,Copper,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,86.9,23,existing_generator +1000975,24,Proposed,CO_NW,Commercial_PV,Solar,12.6644001,23,NULL +1191210066,10,Proposed,CA_IID,Geothermal,Geothermal,35.79999924,23,NULL +1115650,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.289999962,23,NULL +1191183323,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +156184,40,Threemile Digester,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,23,existing_generator +1191185113,23,Proposed,CO_E,Wind,Wind,180,23,NULL +1191185368,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1191185662,13,Proposed,CA_PGE_CEN,Offshore_Wind,Wind,30,23,NULL +154625,13,Kerckhoff 2,CA_PGE_CEN,Hydro_NonPumped,Water,139.5,23,existing_generator +1108806,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.309999943,23,NULL +1191209647,28,Proposed,MEX_BAJA,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191209743,24,Proposed,CO_NW,Battery_Storage,Electricity,NULL,23,NULL +154642,27,Swan Falls,ID_S_OR_E,Hydro_NonPumped,Water,25,23,existing_generator +1115241,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,5.050000191,23,NULL +1191210105,10,Proposed,CA_IID,Geothermal,Geothermal,14.39999962,23,NULL +1118032,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,1.179999948,23,NULL +1191185425,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1191209250,10,Proposed,CA_IID,Geothermal,Geothermal,200,23,NULL +155032,17,Loma Linda University Cogen,CA_SCE_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.7,23,existing_generator +1191210884,8,Proposed,CAN_ALB,Wind,Wind,3676.320068,23,NULL +1113543,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,14.86999989,23,NULL +1105779,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,31.87000084,23,NULL +1191209241,14,Proposed,CA_PGE_N,Geothermal,Geothermal,10,23,NULL +154719,39,Leaburg,OR_W,Hydro_NonPumped,Water,15.9,23,existing_generator +1107318,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,39.79000092,23,NULL +156783,37,"OSLH, LLC",OR_E,Central_PV,Solar,9.9,23,existing_generator +157954,8,DowChmcl1,CAN_ALB,CCGT_Cogen,Gas,110,23,existing_generator +1110347,17,Proposed,CA_SCE_S,Central_PV,Solar,3.069999933,23,NULL +1112116,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,10.90999985,23,NULL +77439,14,LassenNorth: 552,CA_PGE_N,Wind,Wind,122,23,NULL +1116555,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,18.29000092,23,NULL +1116953,4,Proposed,AZ_NM_N,Central_PV,Solar,4.449999809,23,NULL +156591,42,Latigo Wind Park,UT_S,Wind,Wind,62.1,23,existing_generator +1191182561,35,Proposed,NV_N,Wind,Wind,390,23,NULL +1001228,33,Proposed,NM_N,Residential_PV,Solar,123.7990036,23,NULL +1106996,13,Proposed,CA_PGE_CEN,Central_PV,Solar,5.159999847,23,NULL +1101412,21,Proposed,CA_SMUD,CSP_Trough_6h_Storage,Solar,852.9400024,23,NULL +155339,14,EDF Renewable Windfarm V Inc,CA_PGE_N,Wind,Wind,15.5,23,existing_generator +1113129,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,18.01000023,23,NULL +1106841,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,22.07999992,23,NULL +156911,16,SunSelect1,CA_SCE_CEN,Gas_Internal_Combustion_Engine,Gas,6.6,23,existing_generator +1191209194,48,Proposed,WY_NW,Bio_Gas,Bio_Gas,NULL,23,NULL +1191209317,35,Proposed,NV_N,Geothermal,Geothermal,32,23,NULL +158035,28,CerroPrI1-3,MEX_BAJA,Geothermal,Geothermal,35.7,23,existing_generator +1115664,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.859999895,23,NULL +1191184225,7,Proposed,AZ_SE,Wind,Wind,60,23,NULL +1000429,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,4.711200237,23,NULL +1109433,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,41.40999985,23,NULL +1110088,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,35.45999908,23,NULL +155155,25,Vallecito Hydroelectric,CO_SW,Hydro_NonPumped,Water,5.8,23,existing_generator +1105486,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.760000229,23,NULL +156941,13,UC Merced Solar,CA_PGE_CEN,Central_PV,Solar,4.5,23,existing_generator +1108774,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,10.39999962,23,NULL +1191183943,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +156416,15,Rio Bravo Solar II LLC,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +156811,31,Big Timber Wind Farm,MT_SE,Wind,Wind,25,23,existing_generator +77517,16,MountainPass: 1917,CA_SCE_CEN,Wind,Wind,49,23,NULL +1110167,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.819999933,23,NULL +158016,8,Sturgeon1,CAN_ALB,Gas_Combustion_Turbine,Gas,30,23,existing_generator +1191210082,28,Proposed,MEX_BAJA,Geothermal,Geothermal,35.70000076,23,NULL +156274,41,HTW Plant 303 COGEN,UT_N,Gas_Combustion_Turbine,Gas,7.4,23,existing_generator +1113428,17,Proposed,CA_SCE_S,Central_PV,Solar,22.04999924,23,NULL +155650,40,Tuolumne Wind Project,OR_WA_BPA,Wind,Wind,136.3,23,existing_generator +157025,10,Desert Quartzite,CA_IID,Central_PV,Solar,580,23,existing_generator +1109383,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,1.529999971,23,NULL +156297,13,Monterey Regional Water Pollution Contro,CA_PGE_CEN,Central_PV,Solar,1,23,existing_generator +1117866,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.739999771,23,NULL +156826,12,Golden Hills North Wind Energy Center,CA_PGE_BAY,Wind,Wind,46,23,existing_generator +1191183925,27,Proposed,ID_S_OR_E,Wind,Wind,330,23,NULL +155422,3,Arlington Valley Energy Facility,AZ_APS_SW,CCGT,Gas,713,23,existing_generator +1111350,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.409999967,23,NULL +1118919,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,28.18000031,23,NULL +156767,10,Colgreen North Shore Solar Farm,CA_IID,Central_PV,Solar,74.8,23,existing_generator +1116570,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,11.28999996,23,NULL +1100325,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,123.8600006,23,NULL +1100902,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,447.5599976,23,NULL +156685,22,Jeffco Community Solar Gardens LLC,CO_DEN,Central_PV,Solar,1.2,23,existing_generator +1107795,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,13.13000011,23,NULL +154425,13,Salt Springs,CA_PGE_CEN,Hydro_NonPumped,Water,42,23,existing_generator +156474,16,SCE-Snowline-White Road (North),CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1112266,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,60.49000168,23,NULL +154434,19,Tule River,CA_SCE_VLY,Hydro_NonPumped,Water,8.4,23,existing_generator +155291,16,Mojave 5,CA_SCE_CEN,Wind,Wind,22.5,23,existing_generator +1191183263,41,Proposed,UT_N,Wind,Wind,570,23,NULL +1191185556,43,Proposed,WA_ID_AVA,Wind,Wind,180,23,NULL +1104788,14,Proposed,CA_PGE_N,Central_PV,Solar,1.929999948,23,NULL +155997,3,RE Ajo 1 LLC,AZ_APS_SW,Central_PV,Solar,4.5,23,existing_generator +1191209650,31,Proposed,MT_SE,Coal_Steam_Turbine,Coal,NULL,23,NULL +154960,39,Coffin Butte,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,5.6,23,existing_generator +1104107,35,Proposed,NV_N,Central_PV,Solar,3.299999952,23,NULL +1113434,5,Proposed,AZ_NW,Central_PV,Solar,1.279999971,23,NULL +155780,17,Solar Photovoltaic Project #16,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +1106044,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.460000038,23,NULL +1000465,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,200.2449951,23,NULL +156201,12,Ameresco Vasco Road,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.4,23,existing_generator +1111338,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,28.69000053,23,NULL +1115968,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,4.46999979,23,NULL +1191183350,24,Proposed,CO_NW,Wind,Wind,1200,23,NULL +1110774,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,61.08000183,23,NULL +1114335,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,43.66999817,23,NULL +154542,14,Robbs Peak,CA_PGE_N,Hydro_NonPumped,Water,25.5,23,existing_generator +155517,17,Cabazon Wind Partners,CA_SCE_S,Wind,Wind,41,23,existing_generator +1191182925,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1191184150,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1114026,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,25.03000069,23,NULL +154608,22,Pole Hill,CO_DEN,Hydro_NonPumped,Water,38.2,23,existing_generator +1113540,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,39.33000183,23,NULL +1117011,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.279999971,23,NULL +1108329,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,1.049999952,23,NULL +1191183719,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +157958,8,Cavalier1,CAN_ALB,CCGT_Cogen,Gas,40.8,23,existing_generator +1191209226,42,Proposed,UT_S,Geothermal,Geothermal,25,23,NULL +1118847,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,3.140000105,23,NULL +1104511,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,3.430000067,23,NULL +1109663,30,Proposed,MT_NW,Central_PV,Solar,1,23,NULL +1191182563,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1191209396,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +1104958,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,79.88999939,23,NULL +154461,17,Fontana,CA_SCE_S,Hydro_NonPumped,Water,3,23,existing_generator +1191185197,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1112898,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,1.220000029,23,NULL +77478,16,SanBernardino_Lucerne: 600,CA_SCE_CEN,Wind,Wind,38,23,NULL +1109033,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.850000024,23,NULL +1191185671,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,23,NULL +1191209726,7,Proposed,AZ_SE,Battery_Storage,Electricity,NULL,23,NULL +1115200,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.630000114,23,NULL +1118750,3,Proposed,AZ_APS_SW,Central_PV,Solar,25.36000061,23,NULL +1191210448,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,49.79999924,23,NULL +1001837,33,Proposed,NM_N,Commercial_PV,Solar,6.906000137,23,NULL +1191210854,8,Proposed,CAN_ALB,Wind,Wind,5556.470215,23,NULL +77497,14,Solano: 1885,CA_PGE_N,Wind,Wind,87,23,NULL +155481,23,Ridge Crest Wind Partners,CO_E,Wind,Wind,29.7,23,existing_generator +1118815,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1.5,23,NULL +1111729,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.940000057,23,NULL +1191182536,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191184229,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +1108184,33,Proposed,NM_N,Central_PV,Solar,2.299999952,23,NULL +1191182451,36,Proposed,NV_S,Wind,Wind,180,23,NULL +1115734,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.690000057,23,NULL +1115960,17,Proposed,CA_SCE_S,Central_PV,Solar,17.5,23,NULL +154616,43,Kettle Falls Generating Station,WA_ID_AVA,Gas_Combustion_Turbine,Gas,7.2,23,existing_generator +157127,40,Wheatridge,OR_WA_BPA,Battery_Storage,Electricity,30,23,existing_generator +1191183344,24,Proposed,CO_NW,Wind,Wind,210,23,NULL +1191185561,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1100366,2,Proposed,AZ_APS_N,Central_PV,Solar,146.1000061,23,NULL +1113076,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,14.97000027,23,NULL +155323,50,General Chemical,WY_SW,Coal_Steam_Turbine,Coal,30,23,existing_generator +156846,50,Sweetwater Solar,WY_SW,Central_PV,Solar,92,23,existing_generator +156086,10,Imperial Valley Solar Company 1 LLC,CA_IID,Central_PV,Solar,23,23,existing_generator +157855,9,Bridge_River_2,CAN_BC,Hydro_NonPumped,Water,280,23,existing_generator +157966,8,Sundanc6,CAN_ALB,Coal_Steam_Turbine,Coal,406,23,existing_generator +1191182920,49,Proposed,WY_SE,Wind,Wind,720,23,NULL +1191183747,44,Proposed,WA_N_CEN,Wind,Wind,60,23,NULL +155635,47,Dry Fork Station,WY_NE,Coal_Steam_Turbine,Coal,483.7,23,existing_generator +156965,11,Xebec 1,CA_LADWP,Central_PV,Solar,1.9,23,existing_generator +157099,22,"Pioneer Solar (CO), LLC",CO_DEN,Central_PV,Solar,80,23,existing_generator +1106005,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,41.70000076,23,NULL +1113379,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.409999967,23,NULL +1110089,16,Proposed,CA_SCE_CEN,Central_PV,Solar,8.409999847,23,NULL +1191210597,9,Proposed,CAN_BC,Gas_Steam_Turbine_Cogen,Gas,152,23,NULL +1110779,24,Proposed,CO_NW,Central_PV,Solar,9.850000381,23,NULL +1111298,4,Proposed,AZ_NM_N,Central_PV,Solar,1.720000029,23,NULL +1111366,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,22.46999931,23,NULL +1191184040,46,Proposed,WA_W,Wind,Wind,60,23,NULL +1191185447,30,Proposed,MT_NW,Wind,Wind,60,23,NULL +156714,42,Pavant Solar II LLC,UT_S,Central_PV,Solar,50,23,existing_generator +1109198,7,Proposed,AZ_SE,Central_PV,Solar,15.43999958,23,NULL +155583,23,Cedar Creek Wind,CO_E,Wind,Wind,300.5,23,existing_generator +1111592,14,Proposed,CA_PGE_N,Central_PV,Solar,3.660000086,23,NULL +156944,17,CSU Long Beach Lots 7 & 14,CA_SCE_S,Central_PV,Solar,4.5,23,existing_generator +1108714,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,5.579999924,23,NULL +1118799,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.50999999,23,NULL +1191210558,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,8.5,23,NULL +1000306,35,Proposed,NV_N,Residential_PV,Solar,25.03800011,23,NULL +77509,14,Solano: 1909,CA_PGE_N,Wind,Wind,34,23,NULL +1108582,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,2.380000114,23,NULL +1117780,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,9.329999924,23,NULL +1191183800,6,Proposed,AZ_PHX,Wind,Wind,30,23,NULL +1191184046,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155259,39,Galesville Project,OR_W,Hydro_NonPumped,Water,1.6,23,existing_generator +1115705,5,Proposed,AZ_NW,Central_PV,Solar,1.399999976,23,NULL +1191183383,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +1191185663,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,330,23,NULL +77419,16,Tehachapi: 520,CA_SCE_CEN,Wind,Wind,43,23,NULL +156881,39,Eagle Point Solar,OR_W,Central_PV,Solar,9.9,23,existing_generator +1113571,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.96999979,23,NULL +1109190,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,69.61000061,23,NULL +1117008,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,17.64999962,23,NULL +1103536,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,1.870000005,23,NULL +154648,26,Grace,ID_E,Hydro_NonPumped,Water,33,23,existing_generator +1104150,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.220000029,23,NULL +1119043,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,2.839999914,23,NULL +1191183413,4,Proposed,AZ_NM_N,Wind,Wind,150,23,NULL +1106608,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,2.900000095,23,NULL +156949,17,Chaffey College Rancho Cucamonga Campus,CA_SCE_S,Central_PV,Solar,4,23,existing_generator +1191183941,27,Proposed,ID_S_OR_E,Wind,Wind,120,23,NULL +157925,9,Stokke_Creek,CAN_BC,Hydro_NonPumped,Water,23,23,existing_generator +1118817,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,25.28000069,23,NULL +157080,36,Techren Solar V,NV_S,Central_PV,Solar,50,23,existing_generator +1104895,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,9.479999542,23,NULL +1107228,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,13.19999981,23,NULL +1117659,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.200000048,23,NULL +1101480,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,1506.310059,23,NULL +156342,25,Tri-County Water Hydropower Project,CO_SW,Hydro_NonPumped,Water,8,23,existing_generator +1103098,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,24.89999962,23,NULL +1102422,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,3.140000105,23,NULL +1106882,18,Proposed,CA_SCE_SE,Central_PV,Solar,34.43000031,23,NULL +1117860,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.019999981,23,NULL +1106414,33,Proposed,NM_N,Central_PV,Solar,12.14000034,23,NULL +1116538,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,55.02999878,23,NULL +1116579,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,22.27000046,23,NULL +1191185504,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +155325,19,Terminus Hydroelectric Project,CA_SCE_VLY,Hydro_NonPumped,Water,20.1,23,existing_generator +1002033,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,11.3696003,23,NULL +154430,13,Spring Gap,CA_PGE_CEN,Hydro_NonPumped,Water,6,23,existing_generator +154944,47,Neil Simpson II,WY_NE,Coal_Steam_Turbine,Coal,90,23,existing_generator +155637,20,Rancho Penasquitos,CA_SDGE,Hydro_NonPumped,Water,4.6,23,existing_generator +1191183404,4,Proposed,AZ_NM_N,Wind,Wind,150,23,NULL +156524,7,Sandstone Solar,AZ_SE,Central_PV,Solar,45,23,existing_generator +154897,14,Stampede,CA_PGE_N,Hydro_NonPumped,Water,3.6,23,existing_generator +1104941,18,Proposed,CA_SCE_SE,Central_PV,Solar,147.4700012,23,NULL +1110901,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,22.19000053,23,NULL +1118778,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,5.78000021,23,NULL +1191183774,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +155689,27,Cassia Wind,ID_S_OR_E,Wind,Wind,10.5,23,existing_generator +157979,8,Genesee3,CAN_ALB,Coal_Steam_Turbine,Coal,470,23,existing_generator +1107575,27,Proposed,ID_S_OR_E,Central_PV,Solar,36.00999832,23,NULL +1114838,24,Proposed,CO_NW,Central_PV,Solar,15.28999996,23,NULL +1191184624,33,Proposed,NM_N,Wind,Wind,30,23,NULL +155238,17,East Winds Project,CA_SCE_S,Wind,Wind,3,23,existing_generator +1191182731,47,Proposed,WY_NE,Wind,Wind,90,23,NULL +1106025,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,271.1099854,23,NULL +1191209357,37,Proposed,OR_E,Geothermal,Geothermal,16,23,NULL +158090,9,Wind_EP_Can_32,CAN_BC,Wind,Wind,102,23,existing_generator +1105975,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,88.80000305,23,NULL +1113127,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,105.1299973,23,NULL +1118694,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,22.63999939,23,NULL +157132,12,Shelter Creek Condominiums Solar,CA_PGE_BAY,Central_PV,Solar,2.5,23,existing_generator +1110983,39,Proposed,OR_W,Central_PV,Solar,7.400000095,23,NULL +1116968,36,Proposed,NV_S,Central_PV,Solar,21.20000076,23,NULL +1191185044,22,Proposed,CO_DEN,Wind,Wind,210,23,NULL +1191209350,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1115961,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,17.5,23,NULL +156396,20,SDCCD - Miramar,CA_SDGE,Central_PV,Solar,1.1,23,existing_generator +1104950,16,Proposed,CA_SCE_CEN,Central_PV,Solar,6.510000229,23,NULL +77461,14,LassenNorth: 576,CA_PGE_N,Wind,Wind,35,23,NULL +1105420,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.480000019,23,NULL +1191182399,32,Proposed,MT_SW,Wind,Wind,30,23,NULL +1102631,2,Proposed,AZ_APS_N,Central_PV,Solar,311.9100037,23,NULL +1118843,3,Proposed,AZ_APS_SW,Central_PV,Solar,10.02000046,23,NULL +1104955,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,11.38000011,23,NULL +156979,20,PFMG Solar Grossmont Helix LLC,CA_SDGE,Central_PV,Solar,1.2,23,existing_generator +1191184291,48,Proposed,WY_NW,Wind,Wind,30,23,NULL +1191184421,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1109210,2,Proposed,AZ_APS_N,Central_PV,Solar,3.24000001,23,NULL +1100346,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,136.2799988,23,NULL +154659,26,Palisades Dam,ID_E,Hydro_NonPumped,Water,176.4,23,existing_generator +1109937,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,11.88000011,23,NULL +1191210494,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,2.799999952,23,NULL +1110055,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,115.5899963,23,NULL +1113493,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,28.34000015,23,NULL +1115128,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,18.96999931,23,NULL +1191210590,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,NULL +1105986,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.00999999,23,NULL +155779,17,Solar Photovoltaic Project #15,CA_SCE_S,Central_PV,Solar,3.5,23,existing_generator +158066,8,Wind_EP_Can_8,CAN_ALB,Wind,Wind,68.4,23,existing_generator +1100281,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,6838.299805,23,NULL +1112242,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,41.91999817,23,NULL +156664,12,Silicon Valley Clean Water,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.2,23,existing_generator +1106889,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,44.83000183,23,NULL +1191209207,12,Proposed,CA_PGE_BAY,Bio_Gas,Bio_Gas,NULL,23,NULL +1104383,24,Proposed,CO_NW,Central_PV,Solar,2.670000076,23,NULL +156850,13,Merced 1 PV,CA_PGE_CEN,Central_PV,Solar,3,23,existing_generator +156950,39,Ballston Solar LLC,OR_W,Central_PV,Solar,2.2,23,existing_generator +1106368,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,15.81000042,23,NULL +1000313,15,Proposed,CA_PGE_S,Commercial_PV,Solar,13.06960011,23,NULL +1108280,36,Proposed,NV_S,Central_PV,Solar,59.97000122,23,NULL +1111727,10,Proposed,CA_IID,Central_PV,Solar,2.940000057,23,NULL +156928,41,Jordanelle Dam Hydroelectric Project,UT_N,Hydro_NonPumped,Water,13,23,existing_generator +154497,10,El Centro,CA_IID,CCGT,Gas,276.7,23,existing_generator +1191209471,9,Proposed,CAN_BC,Bio_Gas,Bio_Gas,NULL,23,NULL +1118776,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,65.55999756,23,NULL +1191184626,33,Proposed,NM_N,Wind,Wind,30,23,NULL +1115278,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,58.29999924,23,NULL +1116616,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.510000229,23,NULL +154602,25,Morrow Point,CO_SW,Hydro_NonPumped,Water,173.2,23,existing_generator +1106042,36,Proposed,NV_S,Central_PV,Solar,2.460000038,23,NULL +155407,23,Manchief Electric Generating Station,CO_E,Gas_Combustion_Turbine,Gas,300,23,existing_generator +1101478,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,1566.280029,23,NULL +1107649,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,2.109999895,23,NULL +1106603,30,Proposed,MT_NW,Central_PV,Solar,11.55000019,23,NULL +1115654,33,Proposed,NM_N,Central_PV,Solar,6.289999962,23,NULL +1119059,9,Proposed,CAN_BC,Central_PV,Solar,3,23,NULL +1110048,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,3.950000048,23,NULL +1114846,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.950000048,23,NULL +156142,33,Kit Carson,NM_N,Central_PV,Solar,1.3,23,existing_generator +1117924,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,6.800000191,23,NULL +1103470,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,34.13000107,23,NULL +155330,49,Sinclair Oil Refinery,WY_SE,Gas_Internal_Combustion_Engine,Gas,3.9,23,existing_generator +1106019,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,13.61999989,23,NULL +154614,21,McClellan (CA),CA_SMUD,Gas_Combustion_Turbine,Gas,77,23,existing_generator +156639,33,"Broadview Energy KW, LLC",NM_N,Wind,Wind,142.6,23,existing_generator +1107080,17,Proposed,CA_SCE_S,Central_PV,Solar,15.68999958,23,NULL +1110940,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,33.41999817,23,NULL +156367,15,"RE Kansas Solar, LLC",CA_PGE_S,Central_PV,Solar,20,23,existing_generator +156717,16,"Bayshore Solar B, LLC",CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1105871,6,Proposed,AZ_PHX,Central_PV,Solar,9.319999695,23,NULL +1110514,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,49.75,23,NULL +77383,16,Tehachapi: 56,CA_SCE_CEN,Wind,Wind,23,23,NULL +1113120,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,19.59000015,23,NULL +1116090,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,16.76000023,23,NULL +1191183166,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1115095,19,Proposed,CA_SCE_VLY,CSP_Trough_6h_Storage,Solar,34.31999969,23,NULL +1191183733,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +154594,23,La Junta,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,17.2,23,existing_generator +157829,8,Brazeau,CAN_ALB,Hydro_NonPumped,Water,162,23,existing_generator +1112273,46,Proposed,WA_W,Central_PV,Solar,6.510000229,23,NULL +1112677,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,11.81000042,23,NULL +1106028,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,65.31999969,23,NULL +1191182872,22,Proposed,CO_DEN,Wind,Wind,480,23,NULL +156781,17,Glendale Battery Energy Storage System,CA_SCE_S,Battery_Storage,Electricity,2,23,existing_generator +1106734,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,48.43000031,23,NULL +1114197,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,17.45000076,23,NULL +1119044,9,Proposed,CAN_BC,Central_PV,Solar,3,23,NULL +157969,8,Genesee1,CAN_ALB,Coal_Steam_Turbine,Coal,384,23,existing_generator +1111349,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.409999967,23,NULL +1191185098,23,Proposed,CO_E,Wind,Wind,1080,23,NULL +1191183445,29,Proposed,MT_NE,Wind,Wind,630,23,NULL +1191182342,32,Proposed,MT_SW,Wind,Wind,30,23,NULL +1191209486,17,Proposed,CA_SCE_S,CCGT,Gas,NULL,23,NULL +1001790,33,Proposed,NM_N,Residential_PV,Solar,134.927002,23,NULL +154460,16,Borel,CA_SCE_CEN,Hydro_NonPumped,Water,12,23,existing_generator +1191209374,35,Proposed,NV_N,Geothermal,Geothermal,20,23,NULL +155704,40,Wagon Trail LLC,OR_WA_BPA,Wind,Wind,3.3,23,existing_generator +1191209735,16,Proposed,CA_SCE_CEN,Battery_Storage,Electricity,NULL,23,NULL +158017,8,Sturg3VV,CAN_ALB,Gas_Combustion_Turbine,Gas,45,23,existing_generator +1118668,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,36.24000168,23,NULL +154573,24,Georgetown Hydro,CO_NW,Hydro_NonPumped,Water,1.2,23,existing_generator +156437,16,Beacon Solar Plant Site 2,CA_SCE_CEN,Central_PV,Solar,47.3,23,existing_generator +156067,29,NaturEner Rim Rock Energy,MT_NE,Wind,Wind,189,23,existing_generator +156183,15,Cold Canyon 1,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.5,23,existing_generator +1116596,3,Proposed,AZ_APS_SW,Central_PV,Solar,72.87000275,23,NULL +1191182682,39,Proposed,OR_W,Wind,Wind,30,23,NULL +155187,13,Friant Hydro Facility,CA_PGE_CEN,Hydro_NonPumped,Water,37.5,23,existing_generator +1106893,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7,23,NULL +1100375,3,Proposed,AZ_APS_SW,Central_PV,Solar,170.1999969,23,NULL +1117779,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,9.329999924,23,NULL +1118726,3,Proposed,AZ_APS_SW,Central_PV,Solar,5.119999886,23,NULL +1104986,16,Proposed,CA_SCE_CEN,Central_PV,Solar,24.87000084,23,NULL +1191184036,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191184994,23,Proposed,CO_E,Wind,Wind,150,23,NULL +1104542,42,Proposed,UT_S,Central_PV,Solar,25.35000038,23,NULL +1112639,35,Proposed,NV_N,Central_PV,Solar,12,23,NULL +1113778,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,4.820000172,23,NULL +1118841,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,33.52999878,23,NULL +155984,21,RE Dillard 1,CA_SMUD,Central_PV,Solar,3,23,existing_generator +1115723,2,Proposed,AZ_APS_N,Central_PV,Solar,6.300000191,23,NULL +1106884,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,34.43000031,23,NULL +1191183953,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +157943,8,NovaJffr1A,CAN_ALB,CCGT_Cogen,Gas,170,23,existing_generator +1191183950,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1191184842,3,Proposed,AZ_APS_SW,Wind,Wind,30,23,NULL +1191210449,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,49.79999924,23,NULL +158071,8,Wind_EP_Can_13,CAN_ALB,Wind,Wind,1.8,23,existing_generator +1108240,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,51.90000153,23,NULL +77467,16,Tehachapi: 588,CA_SCE_CEN,Wind,Wind,46,23,NULL +1100309,4,Proposed,AZ_NM_N,Central_PV,Solar,146.0899963,23,NULL +1102493,31,Proposed,MT_SE,Central_PV,Solar,1583.569946,23,NULL +1107559,20,Proposed,CA_SDGE,CSP_Trough_6h_Storage,Solar,3.25999999,23,NULL +1191183884,37,Proposed,OR_E,Wind,Wind,30,23,NULL +157945,8,BearCrk1,CAN_ALB,CCGT,Gas,52.3,23,existing_generator +1115715,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,19.31999969,23,NULL +156212,16,Ma,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1107338,10,Proposed,CA_IID,Central_PV,Solar,37.09999847,23,NULL +1108543,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,17.61000061,23,NULL +1112719,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,86.15000153,23,NULL +155995,17,Foundation IE,CA_SCE_S,Wind,Wind,1,23,existing_generator +1106012,3,Proposed,AZ_APS_SW,Central_PV,Solar,1.809999943,23,NULL +155209,17,GPS Cabazon Wind LLC,CA_SCE_S,Wind,Wind,38.9,23,existing_generator +155342,46,Sumas Power Plant,WA_W,CCGT,Gas,125.5,23,existing_generator +1117904,18,Proposed,CA_SCE_SE,Central_PV,Solar,32.68000031,23,NULL +1105396,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,23.51000023,23,NULL +1114856,36,Proposed,NV_S,Central_PV,Solar,4.769999981,23,NULL +1118942,28,Proposed,MEX_BAJA,Central_PV,Solar,1.200000048,23,NULL +156706,42,Veyo Heat Recovery Project,UT_S,ST,Waste_Heat,9.5,23,existing_generator +1112750,46,Proposed,WA_W,Central_PV,Solar,1,23,NULL +1191183937,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +154619,10,Drop 1,CA_IID,Hydro_NonPumped,Water,5.7,23,existing_generator +1191182656,39,Proposed,OR_W,Wind,Wind,120,23,NULL +1102753,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.320000052,23,NULL +155932,21,SMUD at Fleshman,CA_SMUD,Central_PV,Solar,2.9,23,existing_generator +1102201,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,69.01999664,23,NULL +1109777,40,Proposed,OR_WA_BPA,Central_PV,Solar,9.170000076,23,NULL +156631,38,Oregon Convention Center,OR_PDX,Central_PV,Solar,1.4,23,existing_generator +1101825,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,3488.889893,23,NULL +1109458,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.170000076,23,NULL +156244,12,City of Hayward WWTP,CA_PGE_BAY,Central_PV,Solar,1,23,existing_generator +1110485,10,Proposed,CA_IID,Central_PV,Solar,8.180000305,23,NULL +1111773,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,34.38999939,23,NULL +1100987,35,Proposed,NV_N,Central_PV,Solar,288.3800049,23,NULL +1105960,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,89.06999969,23,NULL +155631,10,Niland Gas Turbine Plant,CA_IID,Gas_Combustion_Turbine,Gas,121,23,existing_generator +1111987,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,44.99000168,23,NULL +1115318,35,Proposed,NV_N,Central_PV,Solar,7.590000153,23,NULL +1116608,3,Proposed,AZ_APS_SW,Central_PV,Solar,65.27999878,23,NULL +1117127,9,Proposed,CAN_BC,Central_PV,Solar,1.019999981,23,NULL +1106223,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,4.119999886,23,NULL +1105985,5,Proposed,AZ_NW,Central_PV,Solar,2.00999999,23,NULL +1191182642,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1116106,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,76.84999847,23,NULL +1117000,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,9.5,23,NULL +1113495,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,5.440000057,23,NULL +1109090,13,Proposed,CA_PGE_CEN,Central_PV,Solar,5.829999924,23,NULL +1117917,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,8.800000191,23,NULL +154908,17,Mill Creek 3,CA_SCE_S,Hydro_NonPumped,Water,3,23,existing_generator +1115672,16,Proposed,CA_SCE_CEN,Central_PV,Solar,48.00999832,23,NULL +1191184479,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +154919,13,Woodland,CA_PGE_CEN,CCGT,Gas,98.2,23,existing_generator +156240,33,Manzano Solar,NM_N,Central_PV,Solar,8.4,23,existing_generator +1191184413,35,Proposed,NV_N,Wind,Wind,120,23,NULL +1191183310,41,Proposed,UT_N,Wind,Wind,30,23,NULL +156047,10,Spreckels Sugar Company,CA_IID,Gas_Steam_Turbine,Gas,8.9,23,existing_generator +1191183912,27,Proposed,ID_S_OR_E,Wind,Wind,90,23,NULL +1191210523,27,Proposed,ID_S_OR_E,CCGT_Cogen,Gas,10.39999962,23,NULL +1191185405,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +154426,14,South,CA_PGE_N,Hydro_NonPumped,Water,6.7,23,existing_generator +1191184088,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191210892,9,Proposed,CAN_BC,Wind,Wind,448.1140137,23,NULL +1191183395,4,Proposed,AZ_NM_N,Wind,Wind,540,23,NULL +156827,11,Westmont 300A,CA_LADWP,Central_PV,Solar,2.9,23,existing_generator +1191185644,34,Proposed,NM_S_TX_EPE,Wind,Wind,11310,23,NULL +156755,27,Simcoe Solar,ID_S_OR_E,Central_PV,Solar,20,23,existing_generator +1113870,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,56.54999924,23,NULL +1118858,5,Proposed,AZ_NW,Central_PV,Solar,9.909999847,23,NULL +1113138,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,16.64999962,23,NULL +1115140,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,72.55999756,23,NULL +1191183894,39,Proposed,OR_W,Wind,Wind,90,23,NULL +1114684,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,5.380000114,23,NULL +1118822,18,Proposed,CA_SCE_SE,Central_PV,Solar,12.55000019,23,NULL +156442,21,Sacramento (SMUD),CA_SMUD,Central_PV,Solar,1.5,23,existing_generator +154579,17,Corona,CA_SCE_S,Hydro_NonPumped,Water,2.9,23,existing_generator +1116991,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,284.1700134,23,NULL +1106027,10,Proposed,CA_IID,Central_PV,Solar,65.31999969,23,NULL +1000319,20,Proposed,CA_SDGE,Commercial_PV,Solar,94.03949738,23,NULL +1112637,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,54.11999893,23,NULL +1105491,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,100.6399994,23,NULL +156597,12,"Columbia Solar Energy, LLC",CA_PGE_BAY,Central_PV,Solar,19.2,23,existing_generator +1113849,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,7.670000076,23,NULL +1191184294,48,Proposed,WY_NW,Wind,Wind,210,23,NULL +1002043,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,22.65119934,23,NULL +154728,40,John Day,OR_WA_BPA,Hydro_NonPumped,Water,2025,23,existing_generator +154950,21,Carson Ice-Gen Project,CA_SMUD,Gas_Combustion_Turbine,Gas,54,23,existing_generator +1118326,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,19.52000046,23,NULL +1113068,35,Proposed,NV_N,Central_PV,Solar,38.70999908,23,NULL +156107,33,Quay County,NM_N,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,27,23,existing_generator +156444,13,City of Soledad Water Reclamation,CA_PGE_CEN,Wind,Wind,1,23,existing_generator +1109526,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,80.87999725,23,NULL +1112492,2,Proposed,AZ_APS_N,Central_PV,Solar,9.960000038,23,NULL +155871,13,Stroud Solar Station,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +156378,14,Vacaville,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +1101934,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,162.9199982,23,NULL +155490,13,King City Peaking,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,47.3,23,existing_generator +1100980,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,155.5599976,23,NULL +1105406,1,Proposed,AZ_APS_E,Central_PV,Solar,24.70000076,23,NULL +1109985,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,31.77000046,23,NULL +1112249,3,Proposed,AZ_APS_SW,Central_PV,Solar,66.30000305,23,NULL +156001,21,RE Dillard 4,CA_SMUD,Central_PV,Solar,0.4,23,existing_generator +1109169,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,37.65000153,23,NULL +1118351,36,Proposed,NV_S,Central_PV,Solar,18.17000008,23,NULL +154746,41,Weber,UT_N,Hydro_NonPumped,Water,3.8,23,existing_generator +1118825,10,Proposed,CA_IID,Central_PV,Solar,6.730000019,23,NULL +158001,8,MedcnHt7,CAN_ALB,Gas_Combustion_Turbine,Gas,30,23,existing_generator +1110043,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,25.10000038,23,NULL +1106034,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.809999943,23,NULL +1191183292,41,Proposed,UT_N,Wind,Wind,60,23,NULL +1116873,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,26.04999924,23,NULL +154791,49,Fremont Canyon,WY_SE,Hydro_NonPumped,Water,66.8,23,existing_generator +155027,20,Childrens Hospital,CA_SDGE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,6.5,23,existing_generator +1111703,33,Proposed,NM_N,Central_PV,Solar,42.93999863,23,NULL +1116566,7,Proposed,AZ_SE,Central_PV,Solar,21.89999962,23,NULL +155630,36,Nellis Air Force Base Solar Array,NV_S,Central_PV,Solar,14,23,existing_generator +1115206,20,Proposed,CA_SDGE,CSP_Trough_6h_Storage,Solar,14.03999996,23,NULL +156356,21,Intel Folsom Phase 2,CA_SMUD,Central_PV,Solar,1,23,existing_generator +1106186,33,Proposed,NM_N,Central_PV,Solar,2.619999886,23,NULL +155942,22,DOE Golden NWTC Turbine Side,CO_DEN,Wind,Wind,5.8,23,existing_generator +1108187,35,Proposed,NV_N,Central_PV,Solar,74.76999664,23,NULL +156640,17,Building G,CA_SCE_S,Central_PV,Solar,1.2,23,existing_generator +1118354,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.289999962,23,NULL +1115311,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,14.02000046,23,NULL +1110270,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,7.75,23,NULL +156860,13,Foundation SaIinas Valley State Prison,CA_PGE_CEN,Wind,Wind,1.8,23,existing_generator +1105686,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,31.73999977,23,NULL +77510,12,Solano: 1910,CA_PGE_BAY,Wind,Wind,40,23,NULL +1114025,36,Proposed,NV_S,Central_PV,Solar,25.03000069,23,NULL +1115720,2,Proposed,AZ_APS_N,Central_PV,Solar,21.55999947,23,NULL +1001213,4,Proposed,AZ_NM_N,Commercial_PV,Solar,13.69200039,23,NULL +1113035,15,Proposed,CA_PGE_S,Central_PV,Solar,1.269999981,23,NULL +1191185092,23,Proposed,CO_E,Wind,Wind,210,23,NULL +156939,12,Gavilan District College Solar Project,CA_PGE_BAY,Central_PV,Solar,1.4,23,existing_generator +1105769,14,Proposed,CA_PGE_N,Central_PV,Solar,4.730000019,23,NULL +1106679,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,5.059999943,23,NULL +1103480,48,Proposed,WY_NW,Central_PV,Solar,345.4599915,23,NULL +1000159,15,Proposed,CA_PGE_S,Commercial_PV,Solar,22.5258007,23,NULL +1191183773,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1104457,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.859999895,23,NULL +1102678,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.279999971,23,NULL +156684,10,Midway Solar Farm III,CA_IID,Central_PV,Solar,20,23,existing_generator +156569,22,Adams Community Solar Garden III LLC,CO_DEN,Central_PV,Solar,1.2,23,existing_generator +1191185000,23,Proposed,CO_E,Wind,Wind,30,23,NULL +157037,20,Kearny Mesa Storage LLC,CA_SDGE,Battery_Storage,Electricity,1,23,existing_generator +1117784,41,Proposed,UT_N,Central_PV,Solar,48.91999817,23,NULL +1105437,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,23.70000076,23,NULL +1107783,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,38.38000107,23,NULL +1110885,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.150000095,23,NULL +1106374,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,28.61000061,23,NULL +156793,13,Pacific Ethanol Stockton Cogen Plant,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,4.8,23,existing_generator +1115258,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.630000114,23,NULL +1191209201,33,Proposed,NM_N,Bio_Gas,Bio_Gas,NULL,23,NULL +154373,7,Apache Station,AZ_SE,Gas_Steam_Turbine,Gas,285.6,23,existing_generator +1191185483,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1117835,33,Proposed,NM_N,Central_PV,Solar,264.4100037,23,NULL +1191182454,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1100332,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,178.5399933,23,NULL +1191185407,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1103113,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,274.3900146,23,NULL +1108275,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,11.36999989,23,NULL +1191184271,48,Proposed,WY_NW,Wind,Wind,210,23,NULL +154611,24,Hayden,CO_NW,Coal_Steam_Turbine,Coal,465.4,23,existing_generator +1116550,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,3.349999905,23,NULL +1119063,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,2.900000095,23,NULL +1107712,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,5.679999828,23,NULL +1109381,14,Proposed,CA_PGE_N,Central_PV,Solar,1.529999971,23,NULL +154501,16,Castaic,CA_SCE_CEN,Hydro_Pumped,Water,1626,23,existing_generator +155205,17,BP Carson Refinery,CA_SCE_S,OT,Gas,12,23,existing_generator +1191183419,29,Proposed,MT_NE,Wind,Wind,270,23,NULL +1102749,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.400000095,23,NULL +1191182592,28,Proposed,MEX_BAJA,Wind,Wind,60,23,NULL +1103952,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,39.11000061,23,NULL +1106393,2,Proposed,AZ_APS_N,Central_PV,Solar,42.47000122,23,NULL +1113111,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,7.380000114,23,NULL +157077,36,Techren Solar II LLC,NV_S,Central_PV,Solar,200,23,existing_generator +1105506,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.129999995,23,NULL +1191183739,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1108152,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,19.29999924,23,NULL +1113542,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,14.86999989,23,NULL +1114032,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.99000001,23,NULL +1191185473,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +155557,13,Malaga Power LLC,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,121,23,existing_generator +156659,16,RE Garland,CA_SCE_CEN,Central_PV,Solar,185,23,existing_generator +1191184301,48,Proposed,WY_NW,Wind,Wind,30,23,NULL +1113715,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.799999952,23,NULL +154452,13,Big Creek 4,CA_PGE_CEN,Hydro_NonPumped,Water,100,23,existing_generator +154735,34,Newman,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,285,23,existing_generator +155364,34,Chino Mines,NM_S_TX_EPE,CCGT,Gas,54,23,existing_generator +1191182623,39,Proposed,OR_W,Wind,Wind,180,23,NULL +1107744,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,51.68000031,23,NULL +154712,38,Faraday,OR_PDX,Hydro_NonPumped,Water,19.2,23,existing_generator +155869,10,Imperial Solar Energy Center West,CA_IID,Central_PV,Solar,148.7,23,existing_generator +156029,19,Castle Rock Vineyards,CA_SCE_VLY,Central_PV,Solar,1,23,existing_generator +1111342,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,21.77000046,23,NULL +1191183327,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1115730,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,10.11999989,23,NULL +156577,42,Fiddler's Canyon 3,UT_S,Central_PV,Solar,3,23,existing_generator +1001018,44,Proposed,WA_N_CEN,Residential_PV,Solar,75.11399841,23,NULL +1110886,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.150000095,23,NULL +1117778,17,Proposed,CA_SCE_S,Central_PV,Solar,9.329999924,23,NULL +156690,27,"Thunderegg Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,10,23,existing_generator +1109241,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,26.95999908,23,NULL +1115291,35,Proposed,NV_N,Central_PV,Solar,24.23999977,23,NULL +77375,16,Barstow: 46,CA_SCE_CEN,Wind,Wind,31,23,NULL +1102635,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1.820000052,23,NULL +1103220,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,78.90000153,23,NULL +1104061,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.049999952,23,NULL +157098,32,Crazy Mountain Wind LLC,MT_SW,Wind,Wind,80,23,existing_generator +156000,27,Lime Wind,ID_S_OR_E,Wind,Wind,3,23,existing_generator +154535,14,Middle Fork,CA_PGE_N,Hydro_NonPumped,Water,122.4,23,existing_generator +1110110,46,Proposed,WA_W,Central_PV,Solar,3.230000019,23,NULL +1191184067,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1116162,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,32.00999832,23,NULL +1002015,23,Proposed,CO_E,Commercial_PV,Solar,39.66040039,23,NULL +156452,16,SCE-Snowline-Duncan Road (South),CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +158039,28,CerroPr4-4,MEX_BAJA,Geothermal,Geothermal,28.8,23,existing_generator +1191182703,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1000419,5,Proposed,AZ_NW,Commercial_PV,Solar,88.54799652,23,NULL +155153,17,B Braun Medical,CA_SCE_S,Gas_Combustion_Turbine,Gas,6.1,23,existing_generator +1114412,16,Proposed,CA_SCE_CEN,Central_PV,Solar,13.86999989,23,NULL +1191209750,31,Proposed,MT_SE,Battery_Storage,Electricity,NULL,23,NULL +1102169,39,Proposed,OR_W,Central_PV,Solar,46.65000153,23,NULL +1107630,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,12.84000015,23,NULL +1108282,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,59.97000122,23,NULL +1108291,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,7.570000172,23,NULL +1191183243,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191209541,22,Proposed,CO_DEN,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191210513,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,5,23,NULL +155129,20,San Diego State University,CA_SDGE,Central_PV,Solar,0.8,23,existing_generator +155746,42,Milford Wind Corridor Stage II LLC,UT_S,Wind,Wind,102,23,existing_generator +1104549,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,17.27000046,23,NULL +1112688,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,38.79999924,23,NULL +1191182419,26,Proposed,ID_E,Wind,Wind,30,23,NULL +155537,16,Springville Hydroelectric,CA_SCE_CEN,Hydro_NonPumped,Water,1,23,existing_generator +1112991,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,22.38999939,23,NULL +156361,7,Fort Huachuca Solar PV Project,AZ_SE,Central_PV,Solar,17.7,23,existing_generator +1108452,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,22.37000084,23,NULL +156468,16,"Mitchell Solar, LLC",CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1106720,17,Proposed,CA_SCE_S,Central_PV,Solar,2.619999886,23,NULL +155912,20,University of California San Diego,CA_SDGE,Battery_Storage,Electricity,2.5,23,existing_generator +155921,23,"Vestas Towers America, Inc.",CO_E,Wind,Wind,1.8,23,existing_generator +1105687,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,31.73999977,23,NULL +1191210461,17,Proposed,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen,Gas,1.200000048,23,NULL +154585,13,Upper Dawson,CA_PGE_CEN,Hydro_NonPumped,Water,4.4,23,existing_generator +155456,37,Klamath Expansion Project,OR_E,Gas_Combustion_Turbine,Gas,117.6,23,existing_generator +1112684,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,88.91999817,23,NULL +1191185021,23,Proposed,CO_E,Wind,Wind,180,23,NULL +1112694,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,35.24000168,23,NULL +1116544,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,50.00999832,23,NULL +1107184,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,25.88999939,23,NULL +1191185650,46,Proposed,WA_W,Wind,Wind,60,23,NULL +154379,13,Angels,CA_PGE_CEN,Hydro_NonPumped,Water,1.4,23,existing_generator +1191209346,35,Proposed,NV_N,Geothermal,Geothermal,12,23,NULL +1113220,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,53.18000031,23,NULL +1105683,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,2.400000095,23,NULL +77449,16,Tehachapi: 562,CA_SCE_CEN,Wind,Wind,35,23,NULL +1191183384,24,Proposed,CO_NW,Wind,Wind,90,23,NULL +154830,49,Laramie River Station,WY_SE,Coal_Steam_Turbine,Coal,1710,23,existing_generator +1191185422,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1105678,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,21.93000031,23,NULL +1191182604,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191210116,35,Proposed,NV_N,Geothermal,Geothermal,26.10000038,23,NULL +1110510,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,14.81999969,23,NULL +1118860,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,9.909999847,23,NULL +1191185272,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +154578,17,Temescal,CA_SCE_S,Hydro_NonPumped,Water,2.9,23,existing_generator +1106837,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,37.43999863,23,NULL +1116007,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,1.720000029,23,NULL +1116191,30,Proposed,MT_NW,Central_PV,Solar,3.980000019,23,NULL +1105425,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,38.65000153,23,NULL +1191209609,40,Proposed,OR_WA_BPA,Coal_IGCC,Coal,NULL,23,NULL +155831,15,Sand Drag LLC,CA_PGE_S,Central_PV,Solar,19,23,existing_generator +155022,13,Fresno Cogen Partners,CA_PGE_CEN,CCGT,Gas,60.3,23,existing_generator +155083,14,Burney Forest Products,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,31,23,existing_generator +156435,19,Hanford 1 and 2,CA_SCE_VLY,Central_PV,Solar,3,23,existing_generator +156822,21,Sacramento Regional County Sanitation PV,CA_SMUD,Central_PV,Solar,3.5,23,existing_generator +1001895,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,5.637800217,23,NULL +155385,45,University of Washington Power Plant,WA_SEATAC,Gas_Steam_Turbine,Gas,5,23,existing_generator +155748,27,Payne's Ferry,ID_S_OR_E,Wind,Wind,21,23,existing_generator +156849,16,One Ten Partners PV,CA_SCE_CEN,Central_PV,Solar,2,23,existing_generator +156210,16,Rutan,CA_SCE_CEN,Central_PV,Solar,4,23,existing_generator +156945,14,Santa Rosa Junior College Petaluma Solar,CA_PGE_N,Central_PV,Solar,1.2,23,existing_generator +155257,37,Co-Gen LLC,OR_E,Bio_Solid_Steam_Turbine,Bio_Solid,7.5,23,existing_generator +77342,16,Tehachapi: 10,CA_SCE_CEN,Wind,Wind,52,23,NULL +1112730,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,18.77000046,23,NULL +1114568,32,Proposed,MT_SW,Central_PV,Solar,1.789999962,23,NULL +1191210496,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,28,23,NULL +1112606,4,Proposed,AZ_NM_N,Central_PV,Solar,1.970000029,23,NULL +1111781,36,Proposed,NV_S,Central_PV,Solar,69.94000244,23,NULL +154389,14,Cow Creek,CA_PGE_N,Hydro_NonPumped,Water,1.4,23,existing_generator +1000161,15,Proposed,CA_PGE_S,Commercial_PV,Solar,10.23900032,23,NULL +1000982,45,Proposed,WA_SEATAC,Residential_PV,Solar,22.25600052,23,NULL +1001089,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,18.5855999,23,NULL +1191182637,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1118298,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,27.82999992,23,NULL +1118728,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,5.119999886,23,NULL +1112692,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,81.76999664,23,NULL +1191185343,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +156260,24,Eagle Valley Clean Energy LLC Biomass,CO_NW,Bio_Solid_Steam_Turbine,Bio_Solid,12.6,23,existing_generator +1001630,38,Proposed,OR_PDX,Residential_PV,Solar,23.64699936,23,NULL +1104501,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,2.099999905,23,NULL +1117021,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,36.58000183,23,NULL +1191183295,41,Proposed,UT_N,Wind,Wind,90,23,NULL +1191183827,37,Proposed,OR_E,Wind,Wind,30,23,NULL +155037,17,California Institute of Technology,CA_SCE_S,CCGT,Gas,13,23,existing_generator +156586,42,Milford 2,UT_S,Central_PV,Solar,3,23,existing_generator +156765,6,Intel - Ocotillo Campus Solar,AZ_PHX,Central_PV,Solar,4.2,23,existing_generator +1109062,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,71.70999908,23,NULL +1113338,13,Proposed,CA_PGE_CEN,Central_PV,Solar,8.470000267,23,NULL +1191210408,36,Proposed,NV_S,CCGT_Cogen,Gas,61.29999924,23,NULL +154686,35,Tracy,NV_N,Gas_Steam_Turbine,Gas,119.8,23,existing_generator +155822,13,Panoche Valley Solar Farm,CA_PGE_CEN,Central_PV,Solar,140,23,existing_generator +1115199,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.630000114,23,NULL +1107674,4,Proposed,AZ_NM_N,Central_PV,Solar,4.869999886,23,NULL +1191182691,39,Proposed,OR_W,Wind,Wind,600,23,NULL +1116005,14,Proposed,CA_PGE_N,Central_PV,Solar,1.720000029,23,NULL +1191184695,33,Proposed,NM_N,Wind,Wind,33510,23,NULL +1116403,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,10.68000031,23,NULL +154788,46,Packwood,WA_W,Hydro_NonPumped,Water,27.5,23,existing_generator +1118678,18,Proposed,CA_SCE_SE,Central_PV,Solar,50.22000122,23,NULL +154631,26,Gem State,ID_E,Hydro_NonPumped,Water,23.4,23,existing_generator +1116623,16,Proposed,CA_SCE_CEN,Central_PV,Solar,70.61000061,23,NULL +156021,17,ISH Solar Hospital Downey,CA_SCE_S,Central_PV,Solar,1.1,23,existing_generator +1191182529,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191210439,17,Proposed,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen,Gas,2.700000048,23,NULL +155041,13,King City Power Plant,CA_PGE_CEN,CCGT,Gas,133.2,23,existing_generator +1117464,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,5,23,NULL +1107492,21,Proposed,CA_SMUD,CSP_Trough_No_Storage,Solar,11.52999973,23,NULL +1108805,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.309999943,23,NULL +1114381,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,93.23000336,23,NULL +77403,14,RoundMountain: 504,CA_PGE_N,Wind,Wind,56,23,NULL +1001359,38,Proposed,OR_PDX,Commercial_PV,Solar,6.215400219,23,NULL +1191183238,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1115777,36,Proposed,NV_S,Central_PV,Solar,5.599999905,23,NULL +1106046,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,31,23,NULL +155795,23,Northern Colorado Wind LLC,CO_E,Wind,Wind,174.3,23,existing_generator +1191210425,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,31,23,NULL +1102952,33,Proposed,NM_N,Central_PV,Solar,2858.620117,23,NULL +1109960,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.409999967,23,NULL +155313,46,March Point Cogeneration,WA_W,Gas_Combustion_Turbine,Gas,139.8,23,existing_generator +1191210437,16,Proposed,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,1.5,23,NULL +154530,14,Kelly Ridge,CA_PGE_N,Hydro_NonPumped,Water,10,23,existing_generator +1110060,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,130.0099945,23,NULL +1114403,16,Proposed,CA_SCE_CEN,Central_PV,Solar,12.82999992,23,NULL +1105442,2,Proposed,AZ_APS_N,Central_PV,Solar,10.52000046,23,NULL +1117876,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,41.24000168,23,NULL +1191209362,39,Proposed,OR_W,Geothermal,Geothermal,45,23,NULL +1118737,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,42.91999817,23,NULL +1191185674,39,Proposed,OR_W,Offshore_Wind,Wind,30,23,NULL +155496,14,Valero Refinery Cogeneration Unit 1,CA_PGE_N,Gas_Combustion_Turbine,Gas,51,23,existing_generator +156614,12,Golden Hills Wind,CA_PGE_BAY,Wind,Wind,85.9,23,existing_generator +1106670,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,40.16999817,23,NULL +1102491,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,62.45000076,23,NULL +154918,46,Skookumchuck,WA_W,Hydro_NonPumped,Water,1,23,existing_generator +156512,33,Sandoval Solar Energy Center,NM_N,Central_PV,Solar,6.1,23,existing_generator +1100380,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,257.6099854,23,NULL +1113096,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.25999999,23,NULL +1191182556,36,Proposed,NV_S,Wind,Wind,60,23,NULL +156771,38,Timothy Lake Powerhouse,OR_PDX,Hydro_NonPumped,Water,1.2,23,existing_generator +1115194,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,4.789999962,23,NULL +1116533,4,Proposed,AZ_NM_N,Central_PV,Solar,50.00999832,23,NULL +1102665,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.49000001,23,NULL +1107179,41,Proposed,UT_N,Central_PV,Solar,5.21999979,23,NULL +1107312,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,14.17000008,23,NULL +154957,33,El Vado Dam,NM_N,Hydro_NonPumped,Water,8,23,existing_generator +1116151,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.260000229,23,NULL +155652,13,El Nido Facility,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,12.5,23,existing_generator +156926,39,Grand Ronde Solar,OR_W,Central_PV,Solar,2.2,23,existing_generator +1106392,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,20.60000038,23,NULL +1112622,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.159999847,23,NULL +1191209306,35,Proposed,NV_N,Geothermal,Geothermal,22.5,23,NULL +1191184423,35,Proposed,NV_N,Wind,Wind,60,23,NULL +1191185426,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +155443,23,Limon Generating Station,CO_E,Gas_Combustion_Turbine,Gas,154.2,23,existing_generator +1191185494,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +154596,23,Lamar Plant,CO_E,Wind,Wind,6,23,existing_generator +154969,46,Encogen,WA_W,CCGT,Gas,176.4,23,existing_generator +1116537,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,55.02999878,23,NULL +1115842,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.029999971,23,NULL +1191183228,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +1191185490,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +157962,8,Wabamun4,CAN_ALB,Coal_Steam_Turbine,Coal,290,23,existing_generator +1000872,11,Proposed,CA_LADWP,Residential_PV,Solar,304.6289978,23,NULL +1103249,8,Proposed,CAN_ALB,Central_PV,Solar,485.8099976,23,NULL +1112248,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.730000019,23,NULL +1116713,24,Proposed,CO_NW,Central_PV,Solar,5.820000172,23,NULL +77355,16,Tehachapi: 23,CA_SCE_CEN,Wind,Wind,69,23,NULL +1100327,10,Proposed,CA_IID,Central_PV,Solar,63.84000015,23,NULL +77410,16,Tehachapi: 511,CA_SCE_CEN,Wind,Wind,44,23,NULL +1114024,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,35.65000153,23,NULL +1116984,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,24.87999916,23,NULL +155345,13,Sierra Pacific Sonora,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,7.5,23,existing_generator +1110447,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.389999986,23,NULL +1113146,36,Proposed,NV_S,Central_PV,Solar,6.980000019,23,NULL +1191183977,27,Proposed,ID_S_OR_E,Wind,Wind,1050,23,NULL +1191210587,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,NULL +154827,16,W E Warne,CA_SCE_CEN,Hydro_NonPumped,Water,74.2,23,existing_generator +156986,12,Malech Solar Farm,CA_PGE_BAY,Central_PV,Solar,3.1,23,existing_generator +1101842,43,Proposed,WA_ID_AVA,Central_PV,Solar,18.32999992,23,NULL +1114624,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,12.80000019,23,NULL +1191185653,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,23,NULL +1191182634,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1191184812,33,Proposed,NM_N,Wind,Wind,60,23,NULL +156074,36,Copper Mountain Solar 2,NV_S,Central_PV,Solar,154,23,existing_generator +1109363,14,Proposed,CA_PGE_N,Central_PV,Solar,9.079999924,23,NULL +1101050,10,Proposed,CA_IID,Central_PV,Solar,155.6000061,23,NULL +154455,16,Bishop Creek 2,CA_SCE_CEN,Hydro_NonPumped,Water,7.3,23,existing_generator +156135,29,Spion Kop Wind Farm,MT_NE,Wind,Wind,40,23,existing_generator +1191183683,50,Proposed,WY_SW,Wind,Wind,120,23,NULL +156434,14,Waste Mangement Redwood LFGTE,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4,23,existing_generator +1106886,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,12.76000023,23,NULL +1107698,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,61.47999954,23,NULL +1191210441,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,49.5,23,NULL +156084,17,MillerCoors Irwindale Brewery,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,23,existing_generator +1109438,13,Proposed,CA_PGE_CEN,Central_PV,Solar,6.400000095,23,NULL +157863,9,China_Creek,CAN_BC,Hydro_NonPumped,Water,6.5,23,existing_generator +1102906,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,433.8999939,23,NULL +1116518,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.769999981,23,NULL +155992,21,RE Bruceville 3,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1106424,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,16.87999916,23,NULL +1113539,7,Proposed,AZ_SE,Central_PV,Solar,39.33000183,23,NULL +1115296,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.720000029,23,NULL +154570,23,Comanche (CO),CO_E,Coal_Steam_Turbine,Coal,1635.3,23,existing_generator +1191209505,36,Proposed,NV_S,CCGT,Gas,NULL,23,NULL +1191183179,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +1110905,2,Proposed,AZ_APS_N,Central_PV,Solar,1.309999943,23,NULL +1191182665,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1110515,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.799999952,23,NULL +154669,29,Holter,MT_NE,Hydro_NonPumped,Water,38.4,23,existing_generator +156777,20,Jacumba Solar Farm,CA_SDGE,Central_PV,Solar,20,23,existing_generator +156959,24,Oak Leaf Solar XXXI LLC (CSG),CO_NW,Central_PV,Solar,1.5,23,existing_generator +1117852,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,13.77000046,23,NULL +155341,50,Simplot Phosphates,WY_SW,Gas_Steam_Turbine,Gas,11.5,23,existing_generator +156028,27,Hidden Hollow Energy,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1002118,44,Proposed,WA_N_CEN,Residential_PV,Solar,218.3869934,23,NULL +1111972,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,28.86000061,23,NULL +155910,14,Broadridge Cogen,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,4.2,23,existing_generator +1000830,24,Proposed,CO_NW,Residential_PV,Solar,47.29399872,23,NULL +1112733,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,20.70000076,23,NULL +1191209191,36,Proposed,NV_S,Bio_Gas,Bio_Gas,NULL,23,NULL +158014,9,WstCstn2,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,69,23,existing_generator +1102615,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,68.87999725,23,NULL +1191183970,27,Proposed,ID_S_OR_E,Wind,Wind,300,23,NULL +156675,22,SR Mavericks,CO_DEN,Central_PV,Solar,7.8,23,existing_generator +1103226,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,255.6999969,23,NULL +1191209573,4,Proposed,AZ_NM_N,Coal_IGCC,Coal,NULL,23,NULL +157946,28,LaRosit1,MEX_BAJA,CCGT,Gas,185.6,23,existing_generator +1115712,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,9.100000381,23,NULL +1191210575,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,23,NULL +1109533,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.039999962,23,NULL +1117999,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,2.420000076,23,NULL +1191183376,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1116165,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,18.65999985,23,NULL +156097,14,Foundation Superior Farms,CA_PGE_N,Wind,Wind,1,23,existing_generator +1105142,40,Proposed,OR_WA_BPA,Central_PV,Solar,5.230000019,23,NULL +77427,14,RoundMountain: 532,CA_PGE_N,Wind,Wind,27,23,NULL +1118767,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.160000086,23,NULL +1101163,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,1897.189941,23,NULL +1107304,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,2.569999933,23,NULL +1109535,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,65.81999969,23,NULL +1112528,41,Proposed,UT_N,Central_PV,Solar,29.85000038,23,NULL +1108144,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.599999905,23,NULL +1115248,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,17.73999977,23,NULL +1191210578,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,75,23,NULL +156087,16,SEPV 1,CA_SCE_CEN,Central_PV,Solar,2,23,existing_generator +1191185199,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +156104,13,La Joya Del Sol,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +1112014,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,8.899999619,23,NULL +1118194,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,3.019999981,23,NULL +1114854,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,30.84000015,23,NULL +154356,6,Agua Fria,AZ_PHX,Central_PV,Solar,0.2,23,existing_generator +155075,16,Ridgetop Energy LLC,CA_SCE_CEN,Wind,Wind,29,23,existing_generator +156049,21,Solar Star California II LLC,CA_SMUD,Central_PV,Solar,2,23,existing_generator +1191182629,39,Proposed,OR_W,Wind,Wind,30,23,NULL +77450,16,SanBernardino_Lucerne: 563,CA_SCE_CEN,Wind,Wind,47,23,NULL +77483,20,SanDiegoSouth: 606,CA_SDGE,Wind,Wind,14,23,NULL +1191183262,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1191185586,1,Proposed,AZ_APS_E,Wind,Wind,60,23,NULL +1118897,5,Proposed,AZ_NW,Central_PV,Solar,2.829999924,23,NULL +1108742,3,Proposed,AZ_APS_SW,Central_PV,Solar,15.78999996,23,NULL +1109180,35,Proposed,NV_N,Central_PV,Solar,58.02999878,23,NULL +77480,20,SanDiegoNorthCentral: 602,CA_SDGE,Wind,Wind,53,23,NULL +155618,27,Mora Drop Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,1.7,23,existing_generator +157827,8,Bighorn,CAN_ALB,Hydro_NonPumped,Water,120,23,existing_generator +1118309,4,Proposed,AZ_NM_N,Central_PV,Solar,13.18999958,23,NULL +1000171,47,Proposed,WY_NE,Commercial_PV,Solar,223.4680023,23,NULL +1116969,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,21.20000076,23,NULL +155948,12,Vasco Winds,CA_PGE_BAY,Wind,Wind,78.2,23,existing_generator +157034,14,Cloverdale Solar Center,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +1000430,29,Proposed,MT_NE,Residential_PV,Solar,7945.390137,23,NULL +1114411,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,15.82999992,23,NULL +1191183732,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +155724,27,Langley Gulch Power Plant,ID_S_OR_E,CCGT,Gas,318.5,23,existing_generator +156742,17,Mira Loma Energy Storage Facility,CA_SCE_S,Battery_Storage,Electricity,20,23,existing_generator +1114640,13,Proposed,CA_PGE_CEN,Central_PV,Solar,16.69000053,23,NULL +154783,46,Mossyrock,WA_W,Hydro_NonPumped,Water,300,23,existing_generator +154833,24,Mount Elbert,CO_NW,Hydro_Pumped,Water,200,23,existing_generator +1191182671,39,Proposed,OR_W,Wind,Wind,30,23,NULL +155944,15,Topaz Solar Farm,CA_PGE_S,Central_PV,Solar,585.9,23,existing_generator +1105469,16,Proposed,CA_SCE_CEN,Central_PV,Solar,20.70999908,23,NULL +1109664,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,1,23,NULL +1191183405,4,Proposed,AZ_NM_N,Wind,Wind,30,23,NULL +156127,12,Parnassus Central Utility Plant,CA_PGE_BAY,CCGT,Gas,13.4,23,existing_generator +157919,9,Soo_River,CAN_BC,Hydro_NonPumped,Water,10,23,existing_generator +1191184091,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1109199,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,15.43999958,23,NULL +1116562,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,23.53000069,23,NULL +1191185466,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191209477,8,Proposed,CAN_ALB,CCGT,Gas,NULL,23,NULL +1104065,35,Proposed,NV_N,Central_PV,Solar,1.200000048,23,NULL +1116135,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.090000153,23,NULL +1191185423,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1102010,10,Proposed,CA_IID,Central_PV,Solar,3.660000086,23,NULL +1191209514,45,Proposed,WA_SEATAC,CCGT,Gas,NULL,23,NULL +1113663,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,18.32999992,23,NULL +1117508,35,Proposed,NV_N,Central_PV,Solar,29.01000023,23,NULL +1191185200,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1100479,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1061.619995,23,NULL +1000799,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,19.53980064,23,NULL +1105430,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,13.01000023,23,NULL +154796,48,Shoshone (WY),WY_NW,Hydro_NonPumped,Water,3,23,existing_generator +157036,20,Rugged Solar LLC,CA_SDGE,Central_PV,Solar,80,23,existing_generator +1116417,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,5.460000038,23,NULL +1107288,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.470000029,23,NULL +1105828,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,5.650000095,23,NULL +1106445,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,42.29999924,23,NULL +1109817,21,Proposed,CA_SMUD,CSP_Trough_No_Storage,Solar,55.11999893,23,NULL +156450,39,Dorena Hydro-Electric Facility,OR_W,Hydro_NonPumped,Water,7.5,23,existing_generator +1114352,42,Proposed,UT_S,Central_PV,Solar,1.99000001,23,NULL +1101590,14,Proposed,CA_PGE_N,Central_PV,Solar,345.3500061,23,NULL +1102327,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,1.179999948,23,NULL +1191210406,20,Proposed,CA_SDGE,Gas_Internal_Combustion_Engine_Cogen,Gas,3.200000048,23,NULL +1191185617,34,Proposed,NM_S_TX_EPE,Wind,Wind,330,23,NULL +1191210527,24,Proposed,CO_NW,Gas_Combustion_Turbine_Cogen,Gas,6.400000095,23,NULL +1191183130,5,Proposed,AZ_NW,Wind,Wind,600,23,NULL +1108794,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.410000086,23,NULL +1191210404,16,Proposed,CA_SCE_CEN,Coal_Steam_Turbine_Cogen,Coal,55,23,NULL +1103012,8,Proposed,CAN_ALB,Central_PV,Solar,85.66000366,23,NULL +1119067,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,4.159999847,23,NULL +1191183895,39,Proposed,OR_W,Wind,Wind,2040,23,NULL +1110298,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.670000076,23,NULL +1001398,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,87.63300323,23,NULL +1118664,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,27.63999939,23,NULL +1191182713,39,Proposed,OR_W,Wind,Wind,1770,23,NULL +155044,40,Copper Dam Plant,OR_WA_BPA,Hydro_NonPumped,Water,2.6,23,existing_generator +1191183816,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +156414,24,Eagle Springs Solar LLC,CO_NW,Central_PV,Solar,1,23,existing_generator +156980,36,NVSS-II,NV_S,Central_PV,Solar,15,23,existing_generator +157859,9,Buntzen_1,CAN_BC,Hydro_NonPumped,Water,55,23,existing_generator +155453,20,Chula Vista Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,44,23,existing_generator +1000832,35,Proposed,NV_N,Residential_PV,Solar,90.41500092,23,NULL +1114912,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,116.0999985,23,NULL +1114860,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,58.58000183,23,NULL +1191185361,49,Proposed,WY_SE,Wind,Wind,210,23,NULL +1112415,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,15.61999989,23,NULL +1191209594,25,Proposed,CO_SW,Coal_IGCC,Coal,NULL,23,NULL +154871,23,Rocky Ford,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,23,existing_generator +156629,18,"Blythe Solar 110, LLC",CA_SCE_SE,Central_PV,Solar,109.8,23,existing_generator +1106892,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7,23,NULL +1106843,33,Proposed,NM_N,Central_PV,Solar,3.359999895,23,NULL +156065,14,Lincoln Landfill,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,23,existing_generator +1110297,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.670000076,23,NULL +1103477,26,Proposed,ID_E,Central_PV,Solar,63.52000046,23,NULL +77346,16,Tehachapi: 14,CA_SCE_CEN,Wind,Wind,49,23,NULL +158082,8,Wind_EP_Can_24,CAN_ALB,Wind,Wind,29,23,existing_generator +1117870,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,45.65000153,23,NULL +1111213,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,6.039999962,23,NULL +1116612,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,37.18000031,23,NULL +1117512,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.379999995,23,NULL +157138,37,Blue Marmot IX,OR_E,Central_PV,Solar,10,23,existing_generator +1108730,3,Proposed,AZ_APS_SW,Central_PV,Solar,9.770000458,23,NULL +155431,3,Harquahala Generating Project,AZ_APS_SW,CCGT,Gas,1325.1,23,existing_generator +1105621,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,8.18999958,23,NULL +1114369,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.429999828,23,NULL +156497,27,Willow Spring Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,23,existing_generator +1191209328,35,Proposed,NV_N,Geothermal,Geothermal,12,23,NULL +155432,12,Metcalf Energy Center,CA_PGE_BAY,CCGT,Gas,635,23,existing_generator +1191184069,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1104957,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,79.88999939,23,NULL +1112615,25,Proposed,CO_SW,Central_PV,Solar,12.27999973,23,NULL +1111688,42,Proposed,UT_S,Central_PV,Solar,1.629999995,23,NULL +1108041,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.350000024,23,NULL +156349,16,MCAGCC Cogen Plant,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,16.4,23,existing_generator +1114396,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,91.25,23,NULL +1115168,15,Proposed,CA_PGE_S,Central_PV,Solar,18.55999947,23,NULL +1191184252,26,Proposed,ID_E,Wind,Wind,30,23,NULL +156715,15,Corcoran,CA_PGE_S,Central_PV,Solar,1.1,23,existing_generator +1191209479,10,Proposed,CA_IID,CCGT,Gas,NULL,23,NULL +1001852,23,Proposed,CO_E,Residential_PV,Solar,114.0619965,23,NULL +1113944,1,Proposed,AZ_APS_E,Central_PV,Solar,37.15999985,23,NULL +157928,9,Thelwood_Hydro,CAN_BC,Hydro_NonPumped,Water,8.2,23,existing_generator +1191182473,36,Proposed,NV_S,Wind,Wind,540,23,NULL +1191210070,14,Proposed,CA_PGE_N,Geothermal,Geothermal,55,23,NULL +154828,44,Rock Island,WA_N_CEN,Hydro_NonPumped,Water,567.3,23,existing_generator +157047,15,"Windhub Solar B, LLC",CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1111758,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.399999976,23,NULL +1191182959,49,Proposed,WY_SE,Wind,Wind,1380,23,NULL +1191182627,39,Proposed,OR_W,Wind,Wind,30,23,NULL +154956,46,H M Jackson,WA_W,Hydro_NonPumped,Water,111.8,23,existing_generator +1000838,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,70.94100189,23,NULL +1116909,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,2.670000076,23,NULL +1191210561,41,Proposed,UT_N,Gas_Combustion_Turbine_Cogen,Gas,25,23,NULL +1110906,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.309999943,23,NULL +1116543,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,50.00999832,23,NULL +156646,16,Antelope DSR 2,CA_SCE_CEN,Central_PV,Solar,5,23,existing_generator +156575,17,SunE- E Philadelphia Ontario,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +156515,17,"Colton Solar Two, LLC",CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1108246,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,57.09999847,23,NULL +1191183938,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1191209229,14,Proposed,CA_PGE_N,Geothermal,Geothermal,80,23,NULL +1191209341,35,Proposed,NV_N,Geothermal,Geothermal,41,23,NULL +155231,15,Southeast Kern River Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,24,23,existing_generator +1116626,46,Proposed,WA_W,Central_PV,Solar,2.119999886,23,NULL +1001827,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,21.8987999,23,NULL +1117445,35,Proposed,NV_N,Central_PV,Solar,75.41999817,23,NULL +1108580,14,Proposed,CA_PGE_N,Central_PV,Solar,2.380000114,23,NULL +1113517,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.049999952,23,NULL +1104507,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,5.110000134,23,NULL +1118322,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,12.23999977,23,NULL +1191182605,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191182715,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191183352,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +154951,48,Spirit Mountain,WY_NW,Hydro_NonPumped,Water,4.5,23,existing_generator +154502,16,Control Gorge,CA_SCE_CEN,Hydro_NonPumped,Water,37.5,23,existing_generator +1104295,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,17.92000008,23,NULL +77414,16,Tehachapi: 515,CA_SCE_CEN,Wind,Wind,34,23,NULL +1191209335,35,Proposed,NV_N,Geothermal,Geothermal,20,23,NULL +1114820,18,Proposed,CA_SCE_SE,Central_PV,Solar,57.72999954,23,NULL +1104948,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,41.00999832,23,NULL +1191210378,22,Proposed,CO_DEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,7,23,NULL +154847,41,Deer Creek (UT),UT_N,Hydro_NonPumped,Water,4.8,23,existing_generator +1105319,41,Proposed,UT_N,Central_PV,Solar,1.320000052,23,NULL +155719,18,Chuckawalla Valley State Prison,CA_SCE_SE,Central_PV,Solar,1,23,existing_generator +156713,15,E&B Resources,CA_PGE_S,Central_PV,Solar,1,23,existing_generator +1100567,33,Proposed,NM_N,Central_PV,Solar,432.8599854,23,NULL +156032,38,Baldock Solar Highway,OR_PDX,Central_PV,Solar,1.7,23,existing_generator +1191209620,1,Proposed,AZ_APS_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191210555,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,55.29999924,23,NULL +1108165,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,5.940000057,23,NULL +155088,14,Burney Creek,CA_PGE_N,Hydro_NonPumped,Water,3,23,existing_generator +1106439,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.090000153,23,NULL +1108691,33,Proposed,NM_N,Central_PV,Solar,12.85000038,23,NULL +1191185384,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1105827,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,5.650000095,23,NULL +1112205,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,60.97999954,23,NULL +1109515,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,3.970000029,23,NULL +1114843,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,44.02000046,23,NULL +1118336,42,Proposed,UT_S,Central_PV,Solar,10.14999962,23,NULL +1191209492,23,Proposed,CO_E,CCGT,Gas,NULL,23,NULL +1118855,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.24000001,23,NULL +1104973,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,14.35000038,23,NULL +1191182923,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +155398,33,Rio Bravo,NM_N,Gas_Combustion_Turbine,Gas,150,23,existing_generator +1104994,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,6.130000114,23,NULL +1191209192,43,Proposed,WA_ID_AVA,Bio_Gas,Bio_Gas,NULL,23,NULL +1115861,32,Proposed,MT_SW,Central_PV,Solar,3.039999962,23,NULL +1191210110,10,Proposed,CA_IID,Geothermal,Geothermal,10,23,NULL +1191183346,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +156526,11,"Forever 21 Retail, Inc.",CA_LADWP,Central_PV,Solar,1.6,23,existing_generator +1000079,50,Proposed,WY_SW,Commercial_PV,Solar,41.9131012,23,NULL +1105490,3,Proposed,AZ_APS_SW,Central_PV,Solar,100.6399994,23,NULL +1191183313,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191185380,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1001252,4,Proposed,AZ_NM_N,Residential_PV,Solar,854.0739746,23,NULL +1191182756,49,Proposed,WY_SE,Wind,Wind,780,23,NULL +1105970,42,Proposed,UT_S,Central_PV,Solar,2.279999971,23,NULL +1109529,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,58.56999969,23,NULL +156548,36,River Mountains Solar,NV_S,Central_PV,Solar,14.4,23,existing_generator +1107136,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,10.75,23,NULL +155176,46,West Point Treatment Plant,WA_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.6,23,existing_generator +156154,18,Venable Solar 2,CA_SCE_SE,Central_PV,Solar,1.5,23,existing_generator +158091,9,Wind_EP_Can_33,CAN_BC,Wind,Wind,1.5,23,existing_generator +155538,13,Regional Wastewater Control Facility,CA_PGE_CEN,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.8,23,existing_generator +1107321,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,5.420000076,23,NULL +156905,11,Aerolease,CA_LADWP,Central_PV,Solar,1.5,23,existing_generator +1101774,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,1825.209961,23,NULL +1115262,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,27.62999916,23,NULL +155596,27,Tuana Gulch Wind Park,ID_S_OR_E,Wind,Wind,10.5,23,existing_generator +1110080,18,Proposed,CA_SCE_SE,Central_PV,Solar,23.67000008,23,NULL +1115193,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,4.789999962,23,NULL +1191183181,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +1001019,2,Proposed,AZ_APS_N,Commercial_PV,Solar,33.63909912,23,NULL +1107736,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.529999971,23,NULL +1113417,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,4.619999886,23,NULL +1191209381,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,15,23,NULL +1191210514,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,6,23,NULL +1191210506,50,Proposed,WY_SW,Coal_Steam_Turbine_Cogen,Coal,30,23,NULL +1000423,44,Proposed,WA_N_CEN,Commercial_PV,Solar,16.56900024,23,NULL +1108756,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,36.54000092,23,NULL +1118635,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,41.70000076,23,NULL +1110950,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.159999967,23,NULL +1191182456,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1111986,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,44.99000168,23,NULL +1117856,35,Proposed,NV_N,Central_PV,Solar,18.87000084,23,NULL +156886,16,Voyager Wind IV,CA_SCE_CEN,Wind,Wind,21.6,23,existing_generator +1191184259,48,Proposed,WY_NW,Wind,Wind,30,23,NULL +1191209535,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,NULL,23,NULL +155162,46,Rocky Brook Hydroelectric,WA_W,Hydro_NonPumped,Water,1.6,23,existing_generator +1109229,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.710000038,23,NULL +1104988,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,24.87000084,23,NULL +1191184831,1,Proposed,AZ_APS_E,Wind,Wind,30,23,NULL +1118861,18,Proposed,CA_SCE_SE,Central_PV,Solar,10.57999992,23,NULL +1191184070,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1116125,42,Proposed,UT_S,Central_PV,Solar,2.089999914,23,NULL +1001020,2,Proposed,AZ_APS_N,Residential_PV,Solar,205.8679962,23,NULL +1191184013,38,Proposed,OR_PDX,Wind,Wind,60,23,NULL +1103219,39,Proposed,OR_W,Central_PV,Solar,78.90000153,23,NULL +1191209555,36,Proposed,NV_S,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191209512,43,Proposed,WA_ID_AVA,CCGT,Gas,NULL,23,NULL +1103957,25,Proposed,CO_SW,Central_PV,Solar,5.989999771,23,NULL +1191182498,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1109120,15,Proposed,CA_PGE_S,Central_PV,Solar,6.5,23,NULL +1116614,36,Proposed,NV_S,Central_PV,Solar,5.510000229,23,NULL +1191185492,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +155131,14,Calistoga Power Plant,CA_PGE_N,Geothermal,Geothermal,176.4,23,existing_generator +1191185367,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +154881,11,Greg Avenue,CA_LADWP,Hydro_NonPumped,Water,1,23,existing_generator +156635,15,Lemoore 1,CA_PGE_S,Central_PV,Solar,1.5,23,existing_generator +1112101,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,5.610000134,23,NULL +1191209379,42,Proposed,UT_S,Geothermal,Geothermal,10,23,NULL +156134,14,Grassland 1&2 Solar Project,CA_PGE_N,Central_PV,Solar,2.5,23,existing_generator +1115757,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,60.43000031,23,NULL +1191183113,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1116142,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.340000033,23,NULL +154589,23,Manitou Springs,CO_E,Hydro_NonPumped,Water,5.6,23,existing_generator +156348,17,Santa Fe Springs Rooftop Solar BLDG H,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +156387,16,Division 3,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +156545,16,SEPV Mojave West,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1104505,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,105.9899979,23,NULL +1109178,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.089999914,23,NULL +1112199,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.360000014,23,NULL +1191182580,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1001396,38,Proposed,OR_PDX,Residential_PV,Solar,141.8820038,23,NULL +1111783,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,69.94000244,23,NULL +1104544,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,25.35000038,23,NULL +155977,26,Rockland Wind Farm,ID_E,Wind,Wind,79.2,23,existing_generator +1191183189,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1191185333,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +155434,15,Elk Hills Power LLC,CA_PGE_S,CCGT,Gas,623,23,existing_generator +155550,40,Combine Hills I,OR_WA_BPA,Wind,Wind,41,23,existing_generator +1116080,4,Proposed,AZ_NM_N,Central_PV,Solar,1.549999952,23,NULL +1104971,10,Proposed,CA_IID,Central_PV,Solar,14.35000038,23,NULL +156961,14,Target Woodland Solar Project,CA_PGE_N,Central_PV,Solar,2.3,23,existing_generator +154680,36,Clark (NVE),NV_S,CCGT,Gas,578.8,23,existing_generator +1112676,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,11.81000042,23,NULL +1110054,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,115.5899963,23,NULL +1115964,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,14.89000034,23,NULL +154683,35,Fort Churchill,NV_N,Gas_Steam_Turbine,Gas,230,23,existing_generator +155518,17,Whitewater Hill Wind Partners,CA_SCE_S,Wind,Wind,61.5,23,existing_generator +1108233,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,127.6600037,23,NULL +1191185336,44,Proposed,WA_N_CEN,Wind,Wind,90,23,NULL +155433,17,Green Power I,CA_SCE_S,Wind,Wind,16.5,23,existing_generator +155782,17,Solar Photovoltaic Project #18,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +157065,17,"AES ES ALAMITOS, LLC",CA_SCE_S,Battery_Storage,Electricity,100,23,existing_generator +1110532,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.450000048,23,NULL +1191183260,41,Proposed,UT_N,Wind,Wind,120,23,NULL +1001841,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,22.78980064,23,NULL +155950,17,Signal Hill West Unit,CA_SCE_S,Gas_Combustion_Turbine,Gas,5.7,23,existing_generator +1000304,49,Proposed,WY_SE,Residential_PV,Solar,146.0549927,23,NULL +155711,20,El Cajon Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,49.9,23,existing_generator +1105995,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,5.400000095,23,NULL +1100333,4,Proposed,AZ_NM_N,Central_PV,Solar,184.2400055,23,NULL +1108211,33,Proposed,NM_N,Central_PV,Solar,19.18000031,23,NULL +1191209626,7,Proposed,AZ_SE,Coal_Steam_Turbine,Coal,NULL,23,NULL +1118175,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,11.59000015,23,NULL +157016,7,Pima Community College,AZ_SE,Central_PV,Solar,1.1,23,existing_generator +1113494,4,Proposed,AZ_NM_N,Central_PV,Solar,5.440000057,23,NULL +1191209421,9,Proposed,CAN_BC,Geothermal,Geothermal,90,23,NULL +1100962,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,456.5100098,23,NULL +1191209392,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +1113087,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,114.8499985,23,NULL +1191209528,9,Proposed,CAN_BC,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1103985,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,1066.77002,23,NULL +1105547,39,Proposed,OR_W,Central_PV,Solar,1.25999999,23,NULL +156862,22,SR Platte Solar Farm,CO_DEN,Central_PV,Solar,16,23,existing_generator +1002096,24,Proposed,CO_NW,Residential_PV,Solar,22.25600052,23,NULL +1105993,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,29.37000084,23,NULL +1102075,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,138.3300018,23,NULL +1107229,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,13.19999981,23,NULL +1191185093,23,Proposed,CO_E,Wind,Wind,30,23,NULL +154565,22,Boulder Canyon Hydro,CO_DEN,Hydro_NonPumped,Water,5,23,existing_generator +1116995,33,Proposed,NM_N,Central_PV,Solar,3.539999962,23,NULL +1117486,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,118.4800034,23,NULL +1191185658,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,60,23,NULL +1106440,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.090000153,23,NULL +1118887,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,31.20999908,23,NULL +1191210077,28,Proposed,MEX_BAJA,Geothermal,Geothermal,104.5,23,NULL +1191209185,41,Proposed,UT_N,Bio_Gas,Bio_Gas,NULL,23,NULL +1191182833,49,Proposed,WY_SE,Wind,Wind,18600,23,NULL +154634,27,Brownlee,ID_S_OR_E,Hydro_NonPumped,Water,675,23,existing_generator +156671,15,Castor Solar,CA_PGE_S,Central_PV,Solar,1.5,23,existing_generator +154410,13,Dynegy Moss Landing Power Plant,CA_PGE_CEN,CCGT,Gas,1398,23,existing_generator +1114334,6,Proposed,AZ_PHX,Central_PV,Solar,43.66999817,23,NULL +155601,43,Marengo Wind Plant,WA_ID_AVA,Wind,Wind,210.6,23,existing_generator +1100501,25,Proposed,CO_SW,Central_PV,Solar,123.2699966,23,NULL +154733,34,Newman,NM_S_TX_EPE,CCGT,Gas,597,23,existing_generator +154751,41,Bartholomew,UT_N,Hydro_NonPumped,Water,1,23,existing_generator +1001350,33,Proposed,NM_N,Residential_PV,Solar,182.220993,23,NULL +1114380,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,93.23000336,23,NULL +1191182937,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1191183242,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1101139,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,74.91000366,23,NULL +1110524,36,Proposed,NV_S,Central_PV,Solar,2.519999981,23,NULL +1191209403,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +1191210521,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,27,23,NULL +1109231,36,Proposed,NV_S,Central_PV,Solar,28.87000084,23,NULL +1112094,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,20.84000015,23,NULL +1191209566,47,Proposed,WY_NE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1103933,2,Proposed,AZ_APS_N,Central_PV,Solar,330.3900146,23,NULL +1117873,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,11.31000042,23,NULL +1105485,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.760000229,23,NULL +1105468,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,23.28000069,23,NULL +1116104,35,Proposed,NV_N,Central_PV,Solar,76.84999847,23,NULL +1117002,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.059999943,23,NULL +1112911,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,2.059999943,23,NULL +1191183169,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +155446,20,CalPeak Power Border Peaker Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,60.5,23,existing_generator +1191182636,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1115298,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,9.909999847,23,NULL +156921,39,Silverton Solar,OR_W,Central_PV,Solar,2.2,23,existing_generator +1110923,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.349999905,23,NULL +156318,16,Rodeo Solar C2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1191183193,31,Proposed,MT_SE,Wind,Wind,660,23,NULL +1100421,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,215.0500031,23,NULL +1191185412,22,Proposed,CO_DEN,Wind,Wind,120,23,NULL +1191209330,35,Proposed,NV_N,Geothermal,Geothermal,20,23,NULL +1106454,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.559999943,23,NULL +1119042,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,2.839999914,23,NULL +1118622,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,4.420000076,23,NULL +155739,40,Star Point Wind Project LLC,OR_WA_BPA,Wind,Wind,98.7,23,existing_generator +1110292,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.019999981,23,NULL +1191185455,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +156014,16,Heliocentric,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1103975,7,Proposed,AZ_SE,Central_PV,Solar,1.309999943,23,NULL +155980,18,Palo Verde College,CA_SCE_SE,Central_PV,Solar,1.2,23,existing_generator +155958,14,Shiloh IV Wind Project LLC,CA_PGE_N,Wind,Wind,102.5,23,existing_generator +155179,27,Michell Butte Power Project,ID_S_OR_E,Hydro_NonPumped,Water,1.8,23,existing_generator +1110476,4,Proposed,AZ_NM_N,Central_PV,Solar,11.75,23,NULL +1191183198,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +77466,14,SierraCounty: 582,CA_PGE_N,Wind,Wind,31,23,NULL +154532,17,Glenarm,CA_SCE_S,CCGT,Gas,87,23,existing_generator +1104885,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,12.81000042,23,NULL +1104954,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,11.38000011,23,NULL +1191183336,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +155940,29,Turnbull Hydro,MT_NE,Hydro_NonPumped,Water,13,23,existing_generator +156601,27,Orchard Ranch Solar,ID_S_OR_E,Central_PV,Solar,20,23,existing_generator +1191210486,12,Proposed,CA_PGE_BAY,Gas_Steam_Turbine_Cogen,Gas,4,23,NULL +1102768,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.200000048,23,NULL +154835,12,Dynegy Oakland Power Plant,CA_PGE_BAY,GT,ResidualFuelOil,223.5,23,existing_generator +154990,38,Beaver,OR_PDX,Gas_Combustion_Turbine,Gas,24.5,23,existing_generator +155089,14,Cove Hydroelectric,CA_PGE_N,Hydro_NonPumped,Water,5,23,existing_generator +155920,40,Linden Wind Energy Project,OR_WA_BPA,Wind,Wind,50,23,existing_generator +1115776,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,9.420000076,23,NULL +1191210430,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,38.40000153,23,NULL +1191210450,11,Proposed,CA_LADWP,Gas_Combustion_Turbine_Cogen,Gas,60,23,NULL +1115963,39,Proposed,OR_W,Central_PV,Solar,14.89000034,23,NULL +1191209293,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,23,NULL +1108328,30,Proposed,MT_NW,Central_PV,Solar,1.049999952,23,NULL +1112211,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.220000029,23,NULL +1115663,10,Proposed,CA_IID,Central_PV,Solar,2.859999895,23,NULL +1106881,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,13.97999954,23,NULL +1111285,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,11.11999989,23,NULL +155962,34,SPS2 Jal,NM_S_TX_EPE,Central_PV,Solar,10,23,existing_generator +1191209616,47,Proposed,WY_NE,Coal_IGCC,Coal,NULL,23,NULL +1191209503,34,Proposed,NM_S_TX_EPE,CCGT,Gas,NULL,23,NULL +1100711,32,Proposed,MT_SW,Central_PV,Solar,31.54999924,23,NULL +1108574,22,Proposed,CO_DEN,Central_PV,Solar,396.6400146,23,NULL +1116542,1,Proposed,AZ_APS_E,Central_PV,Solar,50.00999832,23,NULL +1113551,35,Proposed,NV_N,Central_PV,Solar,32.59999847,23,NULL +1107281,1,Proposed,AZ_APS_E,Central_PV,Solar,5.510000229,23,NULL +1108652,33,Proposed,NM_N,Central_PV,Solar,2.809999943,23,NULL +1191182662,39,Proposed,OR_W,Wind,Wind,60,23,NULL +156011,21,RE McKenzie 6,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1191185690,39,Proposed,OR_W,Offshore_Wind,Wind,30,23,NULL +1108288,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.010000229,23,NULL +1108746,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,48.54999924,23,NULL +1118725,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,9.720000267,23,NULL +1191182871,49,Proposed,WY_SE,Wind,Wind,30780,23,NULL +1191209248,41,Proposed,UT_N,Geothermal,Geothermal,96,23,NULL +77384,17,TwentyninePalms: 57,CA_SCE_S,Wind,Wind,101,23,NULL +1114992,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,15.76000023,23,NULL +1118765,10,Proposed,CA_IID,Central_PV,Solar,2.160000086,23,NULL +1000146,15,Proposed,CA_PGE_S,Residential_PV,Solar,506.3240051,23,NULL +1103251,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,485.8099976,23,NULL +1112723,1,Proposed,AZ_APS_E,Central_PV,Solar,26.10000038,23,NULL +1106004,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,41.70000076,23,NULL +1110450,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,21.07999992,23,NULL +1113488,33,Proposed,NM_N,Central_PV,Solar,1.399999976,23,NULL +1114349,4,Proposed,AZ_NM_N,Central_PV,Solar,8.350000381,23,NULL +1191183266,41,Proposed,UT_N,Wind,Wind,30,23,NULL +157009,4,"Concord Blue Eagar, LLC",AZ_NM_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.2,23,existing_generator +1106461,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,60.54000092,23,NULL +157904,9,Powell_River,CAN_BC,Hydro_NonPumped,Water,40,23,existing_generator +1104972,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,14.35000038,23,NULL +155677,26,Chester Diversion Hydroelectric Project,ID_E,Hydro_NonPumped,Water,3.6,23,existing_generator +155702,40,Pacific Canyon Windfarm LLC,OR_WA_BPA,Wind,Wind,8.3,23,existing_generator +1191184203,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +1191210079,28,Proposed,MEX_BAJA,Geothermal,Geothermal,28.79999924,23,NULL +157002,12,SJ/SC WPCP,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,14,23,existing_generator +1113101,35,Proposed,NV_N,Central_PV,Solar,2.039999962,23,NULL +1108769,42,Proposed,UT_S,Central_PV,Solar,1.220000029,23,NULL +156489,22,Denver Intl Airport IV Solar,CO_DEN,Central_PV,Solar,1.5,23,existing_generator +1000287,50,Proposed,WY_SW,Commercial_PV,Solar,36.43000031,23,NULL +1114850,35,Proposed,NV_N,Central_PV,Solar,158.0899963,23,NULL +1191185686,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,210,23,NULL +1110942,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.860000134,23,NULL +155109,27,Crystal Springs,ID_S_OR_E,Hydro_NonPumped,Water,2.3,23,existing_generator +158052,28,PdtJrz-5,MEX_BAJA,Gas_Steam_Turbine,Gas,152,23,existing_generator +154808,10,Coachella,CA_IID,Gas_Combustion_Turbine,Gas,92.4,23,existing_generator +155326,36,Nevada Cogen Associates 2 Black Mountain,NV_S,CCGT,Gas,96.3,23,existing_generator +155697,40,Butter Creek Power LLC,OR_WA_BPA,Wind,Wind,5,23,existing_generator +155885,17,Solar Photovoltaic Project #32,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +1100315,25,Proposed,CO_SW,Central_PV,Solar,180.5700073,23,NULL +1110502,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,26.70999908,23,NULL +1108224,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,8.289999962,23,NULL +1191210115,10,Proposed,CA_IID,Geothermal,Geothermal,64,23,NULL +1191209221,10,Proposed,CA_IID,Bio_Gas,Bio_Gas,NULL,23,NULL +1110471,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.950000048,23,NULL +1114551,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,16.18000031,23,NULL +1191185160,23,Proposed,CO_E,Wind,Wind,30,23,NULL +157989,8,Primros1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,95,23,existing_generator +1100388,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,193.6499939,23,NULL +1113106,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,28.97999954,23,NULL +1117521,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,3.200000048,23,NULL +1191210505,17,Proposed,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen,Gas,2.200000048,23,NULL +1000391,14,Proposed,CA_PGE_N,Commercial_PV,Solar,32.29980087,23,NULL +1107526,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,37.22999954,23,NULL +1191183411,4,Proposed,AZ_NM_N,Wind,Wind,30,23,NULL +156427,16,Victor Mesa Linda D2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1116960,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,36.97999954,23,NULL +1117153,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.890000105,23,NULL +1191209404,32,Proposed,MT_SW,Geothermal,Geothermal,10,23,NULL +1191210886,9,Proposed,CAN_BC,Wind,Wind,2782.070068,23,NULL +154558,14,Trinity,CA_PGE_N,Hydro_NonPumped,Water,140,23,existing_generator +1110926,35,Proposed,NV_N,Central_PV,Solar,13.35999966,23,NULL +1117526,36,Proposed,NV_S,Central_PV,Solar,10.68999958,23,NULL +1113869,41,Proposed,UT_N,Central_PV,Solar,56.54999924,23,NULL +1116767,43,Proposed,WA_ID_AVA,Central_PV,Solar,52.5,23,NULL +1191210573,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,23,NULL +1191183194,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +154753,41,Gateway,UT_N,Hydro_NonPumped,Water,4,23,existing_generator +1116481,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,1.299999952,23,NULL +156648,33,South Valley Solar Energy Center,NM_N,Central_PV,Solar,10,23,existing_generator +155502,46,Sierra Pacific Aberdeen,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,18,23,existing_generator +156136,17,Hoag Hospital Cogen Plant,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,4.5,23,existing_generator +1000417,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,24.18639946,23,NULL +154782,46,Mayfield,WA_W,Hydro_NonPumped,Water,162,23,existing_generator +157980,8,SC_FirebagS3_2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,23,existing_generator +1102747,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.070000172,23,NULL +1191209387,26,Proposed,ID_E,Geothermal,Geothermal,10,23,NULL +77381,16,Tehachapi: 54,CA_SCE_CEN,Wind,Wind,14,23,NULL +157042,49,Chokecherry and Sierra Madre Wind,WY_SE,Wind,Wind,3000,23,existing_generator +1109215,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,7.110000134,23,NULL +1104907,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,1.279999971,23,NULL +1191182700,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1113533,3,Proposed,AZ_APS_SW,Central_PV,Solar,4.610000134,23,NULL +156636,23,Peak View Wind Farm,CO_E,Wind,Wind,60.8,23,existing_generator +1100982,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,179.0899963,23,NULL +77397,14,LassenNorth: 477,CA_PGE_N,Wind,Wind,18,23,NULL +1102171,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,46.65000153,23,NULL +1191209287,42,Proposed,UT_S,Geothermal,Geothermal,20,23,NULL +156872,15,ABEC #2 dba West-Star Dairy,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,23,existing_generator +1191182657,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156346,20,Ramona 2,CA_SDGE,Central_PV,Solar,5,23,existing_generator +156702,16,Munro Valley Solar,CA_SCE_CEN,Central_PV,Solar,4,23,existing_generator +154449,13,Big Creek 1,CA_PGE_CEN,Hydro_NonPumped,Water,88.4,23,existing_generator +154924,13,Almond Power Plant,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,223.5,23,existing_generator +156189,32,Flint Creek Hydroelectric LLC,MT_SW,Hydro_NonPumped,Water,2,23,existing_generator +1100280,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,6838.299805,23,NULL +1108766,36,Proposed,NV_S,Central_PV,Solar,12.43999958,23,NULL +1191183780,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +154447,17,AES Alamitos LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,1115,23,existing_generator +1000080,49,Proposed,WY_SE,Residential_PV,Solar,180.8300018,23,NULL +1112229,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,106.3600006,23,NULL +77518,16,MountainPass: 1918,CA_SCE_CEN,Wind,Wind,31,23,NULL +1191209502,33,Proposed,NM_N,CCGT,Gas,NULL,23,NULL +1103988,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,337.3999939,23,NULL +1110938,36,Proposed,NV_S,Central_PV,Solar,33.41999817,23,NULL +1103834,33,Proposed,NM_N,Central_PV,Solar,76.43000031,23,NULL +1191209516,47,Proposed,WY_NE,CCGT,Gas,NULL,23,NULL +155717,17,Kohls San Bernardino Solar Facility,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +157848,9,Alouette,CAN_BC,Hydro_NonPumped,Water,9,23,existing_generator +1191209242,35,Proposed,NV_N,Geothermal,Geothermal,50,23,NULL +1191209534,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine,Gas,NULL,23,NULL +157896,9,Montrose_Creek,CAN_BC,Hydro_NonPumped,Water,89,23,existing_generator +1113914,18,Proposed,CA_SCE_SE,Central_PV,Solar,10.69999981,23,NULL +155417,22,Valmont Combustion Turbine Project,CO_DEN,Gas_Combustion_Turbine,Gas,142.2,23,existing_generator +1191184452,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1110648,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,5.159999847,23,NULL +155136,14,Sierra Pacific Burney Facility,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,20,23,existing_generator +1100953,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,237.2100067,23,NULL +1103685,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3249.830078,23,NULL +1118308,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,5.130000114,23,NULL +1102750,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.400000095,23,NULL +1191182685,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1106384,4,Proposed,AZ_NM_N,Central_PV,Solar,23.70999908,23,NULL +156245,10,Crown Cooling Facility,CA_IID,Central_PV,Solar,1,23,existing_generator +156645,16,Antelope DSR 1,CA_SCE_CEN,Central_PV,Solar,50,23,existing_generator +157838,8,Oldman_River,CAN_ALB,Hydro_NonPumped,Water,32.2,23,existing_generator +1191209263,35,Proposed,NV_N,Geothermal,Geothermal,97,23,NULL +1191210412,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,25.60000038,23,NULL +154386,14,Caribou 2,CA_PGE_N,Hydro_NonPumped,Water,117.9,23,existing_generator +77382,16,Tehachapi: 55,CA_SCE_CEN,Wind,Wind,20,23,NULL +158019,8,Carslnd2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,existing_generator +1108975,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,6.679999828,23,NULL +1001863,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,10.59300041,23,NULL +1106000,3,Proposed,AZ_APS_SW,Central_PV,Solar,9.380000114,23,NULL +1104767,49,Proposed,WY_SE,Central_PV,Solar,36.45999908,23,NULL +1110782,24,Proposed,CO_NW,Central_PV,Solar,1.340000033,23,NULL +1117786,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,48.91999817,23,NULL +1112416,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,15.61999989,23,NULL +156797,13,Foundation Scheid Vineyards,CA_PGE_CEN,Wind,Wind,1.9,23,existing_generator +1191184089,9,Proposed,CAN_BC,Wind,Wind,30,23,NULL +1106001,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,9.380000114,23,NULL +1116287,44,Proposed,WA_N_CEN,Central_PV,Solar,3.650000095,23,NULL +1191209354,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1191184800,33,Proposed,NM_N,Wind,Wind,30,23,NULL +1100004,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,109.2699966,23,NULL +1107506,14,Proposed,CA_PGE_N,Central_PV,Solar,4.059999943,23,NULL +1107741,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,38,23,NULL +1191182680,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156753,10,SEPV Imperial Dixieland West,CA_IID,Central_PV,Solar,3,23,existing_generator +1191184240,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1191210098,14,Proposed,CA_PGE_N,Geothermal,Geothermal,1163,23,NULL +155143,20,R E Badger Filtration Plant,CA_SDGE,Hydro_NonPumped,Water,1.4,23,existing_generator +156250,18,"Desert Sunlight 250, LLC",CA_SCE_SE,Central_PV,Solar,249.7,23,existing_generator +157981,8,SC_FirebagS3_1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,23,existing_generator +1115314,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,13.40999985,23,NULL +1191184001,38,Proposed,OR_PDX,Wind,Wind,60,23,NULL +1001921,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,4.336800098,23,NULL +1112086,19,Proposed,CA_SCE_VLY,CSP_Trough_6h_Storage,Solar,17.12999916,23,NULL +1105274,2,Proposed,AZ_APS_N,Central_PV,Solar,2.970000029,23,NULL +1191182821,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1191209487,18,Proposed,CA_SCE_SE,CCGT,Gas,NULL,23,NULL +155621,35,Western 102 Power Plant,NV_N,Central_PV,Solar,1,23,existing_generator +1104517,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.730000019,23,NULL +1191185527,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +155204,12,SRI International Cogen Project,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,6,23,existing_generator +1102909,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,225.5599976,23,NULL +154509,17,Haynes,CA_SCE_S,CCGT,Gas,629.9,23,existing_generator +1104092,42,Proposed,UT_S,Central_PV,Solar,28.05999947,23,NULL +1114841,1,Proposed,AZ_APS_E,Central_PV,Solar,44.02000046,23,NULL +155303,32,Broadwater Power Project,MT_SW,Hydro_NonPumped,Water,9.7,23,existing_generator +156168,19,Lindsay Solar,CA_SCE_VLY,Central_PV,Solar,4,23,existing_generator +156352,13,2081 Terzian Solar Project,CA_PGE_CEN,Central_PV,Solar,1.2,23,existing_generator +1101235,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.029999971,23,NULL +1191209220,34,Proposed,NM_S_TX_EPE,Bio_Gas,Bio_Gas,NULL,23,NULL +157824,8,Barrier,CAN_ALB,Hydro_NonPumped,Water,11.3,23,existing_generator +1114246,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,11.01000023,23,NULL +1116515,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,6.119999886,23,NULL +155058,16,Sunray 3,CA_SCE_CEN,Central_PV,Solar,13.8,23,existing_generator +1191185150,23,Proposed,CO_E,Wind,Wind,30,23,NULL +157052,15,"Valentine Solar, LLC",CA_PGE_S,Central_PV,Solar,111.2,23,existing_generator +1118288,35,Proposed,NV_N,Central_PV,Solar,29.88999939,23,NULL +156757,22,Victory Solar LLC,CO_DEN,Central_PV,Solar,12.8,23,existing_generator +156898,34,Carrizozo Solar,NM_S_TX_EPE,Central_PV,Solar,3,23,existing_generator +154406,14,Kilarc,CA_PGE_N,Hydro_NonPumped,Water,1.5,23,existing_generator +1191209401,43,Proposed,WA_ID_AVA,Geothermal,Geothermal,10,23,NULL +155076,17,Tesoro Wilmington Calciner,CA_SCE_S,ST,Waste_Heat,34,23,existing_generator +155470,22,Blue Spruce Energy Center,CO_DEN,Gas_Combustion_Turbine,Gas,397.8,23,existing_generator +154337,14,Rollins,CA_PGE_N,Hydro_NonPumped,Water,12.1,23,existing_generator +155824,27,Cargill Dry Creek Biofactory,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.4,23,existing_generator +154731,47,Ben French,WY_NE,Gas_Combustion_Turbine,Gas,100,23,existing_generator +1117886,7,Proposed,AZ_SE,Central_PV,Solar,7.960000038,23,NULL +1191183115,5,Proposed,AZ_NW,Wind,Wind,210,23,NULL +1191185418,22,Proposed,CO_DEN,Wind,Wind,90,23,NULL +1000170,47,Proposed,WY_NE,Residential_PV,Solar,461.8120117,23,NULL +1109900,41,Proposed,UT_N,Central_PV,Solar,38.61000061,23,NULL +1114199,4,Proposed,AZ_NM_N,Central_PV,Solar,1.50999999,23,NULL +157055,31,"Pryor Caves Wind Project, LLC",MT_SE,Wind,Wind,80,23,existing_generator +155283,17,Plant No 2 Orange County,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,15,23,existing_generator +154624,14,Newcastle,CA_PGE_N,Hydro_NonPumped,Water,12.7,23,existing_generator +155015,15,Frito-Lay Cogen Plant,CA_PGE_S,Gas_Combustion_Turbine,Gas,6,23,existing_generator +155698,40,Big Top LLC,OR_WA_BPA,Wind,Wind,1.7,23,existing_generator +1191209180,26,Proposed,ID_E,Bio_Gas,Bio_Gas,NULL,23,NULL +1100500,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,92.94000244,23,NULL +1105456,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.900000095,23,NULL +1108250,35,Proposed,NV_N,Central_PV,Solar,64.66000366,23,NULL +1191183348,22,Proposed,CO_DEN,Wind,Wind,210,23,NULL +1117672,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,38.65000153,23,NULL +155868,10,Imperial Solar Energy Center South,CA_IID,Central_PV,Solar,128.9,23,existing_generator +154729,39,Lookout Point,OR_W,Hydro_NonPumped,Water,120,23,existing_generator +1112691,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,81.76999664,23,NULL +1191182730,47,Proposed,WY_NE,Wind,Wind,60,23,NULL +155361,14,Kekawaka Power House,CA_PGE_N,Hydro_NonPumped,Water,4.9,23,existing_generator +154471,16,Ormond Beach,CA_SCE_CEN,Gas_Steam_Turbine,Gas,1612,23,existing_generator +1102032,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,144.0200043,23,NULL +156463,17,Diamond Valley Solar Project,CA_SCE_S,Central_PV,Solar,1.3,23,existing_generator +1112645,35,Proposed,NV_N,Central_PV,Solar,14.09000015,23,NULL +1105231,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,24.72999954,23,NULL +1100976,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,180.0200043,23,NULL +1104964,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.609999895,23,NULL +1112862,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,4.820000172,23,NULL +1117850,2,Proposed,AZ_APS_N,Central_PV,Solar,13.77000046,23,NULL +1191185408,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +154529,14,Forbestown,CA_PGE_N,Hydro_NonPumped,Water,41.9,23,existing_generator +1191184476,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +154916,12,Santa Clara Cogen,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,7.8,23,existing_generator +1103348,8,Proposed,CAN_ALB,Central_PV,Solar,91.37999725,23,NULL +1112250,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,66.30000305,23,NULL +1107950,3,Proposed,AZ_APS_SW,Central_PV,Solar,6.619999886,23,NULL +1191185606,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +1191184030,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1000839,37,Proposed,OR_E,Commercial_PV,Solar,34.11299896,23,NULL +1109191,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,69.61000061,23,NULL +154360,6,Kyrene,AZ_PHX,CCGT,Gas,292,23,existing_generator +155232,15,South Belridge Cogeneration Facility,CA_PGE_S,Gas_Combustion_Turbine,Gas,94.2,23,existing_generator +1107201,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,3.670000076,23,NULL +1104983,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.440000057,23,NULL +1191183258,41,Proposed,UT_N,Wind,Wind,120,23,NULL +1191184011,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1117483,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.260000229,23,NULL +156360,29,Fairfield Wind,MT_NE,Wind,Wind,10,23,existing_generator +156475,16,SCE-Snowline-White Rd (Central),CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1103214,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1145.22998,23,NULL +155820,40,Leaning Juniper Wind Power II,OR_WA_BPA,Wind,Wind,201,23,existing_generator +1102850,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.170000076,23,NULL +154814,40,Boardman,OR_WA_BPA,Coal_Steam_Turbine,Coal,642.2,23,existing_generator +1191184227,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +1106390,5,Proposed,AZ_NW,Central_PV,Solar,20.60000038,23,NULL +1109532,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.039999962,23,NULL +1191183269,41,Proposed,UT_N,Wind,Wind,30,23,NULL +157053,13,Wright Solar Park,CA_PGE_CEN,Central_PV,Solar,200,23,existing_generator +1113968,6,Proposed,AZ_PHX,Central_PV,Solar,41.47999954,23,NULL +1109205,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,19.86000061,23,NULL +156745,7,Canyon Del Oro High School Solar,AZ_SE,Central_PV,Solar,1.5,23,existing_generator +1110081,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,23.67000008,23,NULL +156332,14,Shasta Solar Farm,CA_PGE_N,Central_PV,Solar,3,23,existing_generator +1191209669,50,Proposed,WY_SW,Coal_Steam_Turbine,Coal,NULL,23,NULL +1111273,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,12.26000023,23,NULL +156256,3,Mesquite Generating Station Block 1,AZ_APS_SW,CCGT,Gas,691.6,23,existing_generator +156439,16,Hecate Energy Beacon Solar 3,CA_SCE_CEN,Central_PV,Solar,56,23,existing_generator +155106,14,HL Power,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,36.2,23,existing_generator +156507,17,Rancho Cucamonga Dist #1,CA_SCE_S,Central_PV,Solar,1.8,23,existing_generator +1000583,5,Proposed,AZ_NW,Commercial_PV,Solar,800.3839722,23,NULL +1001074,44,Proposed,WA_N_CEN,Residential_PV,Solar,18.08300018,23,NULL +1191183356,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +1108798,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,27.34000015,23,NULL +1104497,16,Proposed,CA_SCE_CEN,Central_PV,Solar,34.52000046,23,NULL +155383,13,Saint Agnes Medical Center,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,7,23,existing_generator +1191209321,35,Proposed,NV_N,Geothermal,Geothermal,12,23,NULL +155206,11,Harbor Cogen,CA_LADWP,CCGT,Gas,107.4,23,existing_generator +1102767,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.200000048,23,NULL +1115667,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,140.0099945,23,NULL +1191183302,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1114773,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,30.32999992,23,NULL +1104812,36,Proposed,NV_S,Central_PV,Solar,3.480000019,23,NULL +1105276,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.970000029,23,NULL +1191210493,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,62.59999847,23,NULL +1103976,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.309999943,23,NULL +77391,16,Tehachapi: 66,CA_SCE_CEN,Wind,Wind,82,23,NULL +1112359,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,3.650000095,23,NULL +1191210542,43,Proposed,WA_ID_AVA,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,6.199999809,23,NULL +154955,21,SPA Cogen 3,CA_SMUD,CCGT,Gas,173.9,23,existing_generator +1107760,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,14.76000023,23,NULL +155817,40,Juniper Canyon I Wind Project,OR_WA_BPA,Wind,Wind,151.2,23,existing_generator +1106706,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,1.899999976,23,NULL +158084,8,Wind_EP_Can_26,CAN_ALB,Wind,Wind,66,23,existing_generator +156882,22,Denver Metro Solar,CO_DEN,Central_PV,Solar,1.6,23,existing_generator +1191210880,8,Proposed,CAN_ALB,Wind,Wind,1270.290039,23,NULL +154651,43,Cabinet Gorge,WA_ID_AVA,Hydro_NonPumped,Water,265.2,23,existing_generator +154993,23,Ray D Nixon,CO_E,Gas_Combustion_Turbine,Gas,75.6,23,existing_generator +1001209,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,115.038002,23,NULL +1191182527,36,Proposed,NV_S,Wind,Wind,3000,23,NULL +77387,16,SanBernardino_Lucerne: 60,CA_SCE_CEN,Wind,Wind,27,23,NULL +154717,38,Sullivan,OR_PDX,Hydro_NonPumped,Water,15.4,23,existing_generator +1119065,9,Proposed,CAN_BC,Central_PV,Solar,4.159999847,23,NULL +1002119,38,Proposed,OR_PDX,Commercial_PV,Solar,87.87120056,23,NULL +154930,25,McPhee,CO_SW,Hydro_NonPumped,Water,1.2,23,existing_generator +156758,3,Gila River Power Block 2,AZ_APS_SW,CCGT,Gas,619,23,existing_generator +156878,33,Facebook 2 Solar Energy Center,NM_N,Central_PV,Solar,10,23,existing_generator +1108541,26,Proposed,ID_E,Central_PV,Solar,17.61000061,23,NULL +1113509,2,Proposed,AZ_APS_N,Central_PV,Solar,2.569999933,23,NULL +1115075,13,Proposed,CA_PGE_CEN,Central_PV,Solar,57.70000076,23,NULL +155974,46,Youngs Creek Hydroelectric Project,WA_W,Hydro_NonPumped,Water,7.5,23,existing_generator +156955,25,Oak Leaf Solar XXX LLC (CSG),CO_SW,Central_PV,Solar,1.5,23,existing_generator +1107345,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.81000042,23,NULL +154905,46,Wynoochee,WA_W,Hydro_NonPumped,Water,12.8,23,existing_generator +154967,40,Roosevelt Biogas 1,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,10.5,23,existing_generator +1106904,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.049999952,23,NULL +155580,40,Leaning Juniper,OR_WA_BPA,Wind,Wind,100.5,23,existing_generator +1191185437,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1191185682,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,180,23,NULL +154739,41,Cutler Hydro,UT_N,Hydro_NonPumped,Water,30,23,existing_generator +1100964,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,128.0500031,23,NULL +1114016,35,Proposed,NV_N,Central_PV,Solar,33.65999985,23,NULL +1118714,5,Proposed,AZ_NW,Central_PV,Solar,4.099999905,23,NULL +1191185238,2,Proposed,AZ_APS_N,Wind,Wind,30,23,NULL +154421,14,Potter Valley,CA_PGE_N,Hydro_NonPumped,Water,9.4,23,existing_generator +156457,42,"Escalante Solar I, LLC",UT_S,Central_PV,Solar,80,23,existing_generator +1104566,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.649999976,23,NULL +1001222,37,Proposed,OR_E,Residential_PV,Solar,55.63999939,23,NULL +1001614,1,Proposed,AZ_APS_E,Residential_PV,Solar,41.72999954,23,NULL +1118940,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,20.20000076,23,NULL +1191209400,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +1107322,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,5.420000076,23,NULL +1108163,18,Proposed,CA_SCE_SE,Central_PV,Solar,5.940000057,23,NULL +1114833,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,62.86999893,23,NULL +1191185402,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +155102,10,Geo East Mesa III,CA_IID,Geothermal,Geothermal,21.6,23,existing_generator +1107149,41,Proposed,UT_N,Central_PV,Solar,32.56999969,23,NULL +156523,15,Kettleman Solar -Centaurus,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1107417,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,11.23999977,23,NULL +1001403,38,Proposed,OR_PDX,Commercial_PV,Solar,27.41200066,23,NULL +1118946,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,687.4199829,23,NULL +1191184093,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1108711,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,15.06000042,23,NULL +1191184064,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1116998,4,Proposed,AZ_NM_N,Central_PV,Solar,9.5,23,NULL +156103,17,Foundation NWNA,CA_SCE_S,Wind,Wind,5.1,23,existing_generator +1108807,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.309999943,23,NULL +1113558,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,14.19999981,23,NULL +157111,22,Oak Leaf Solar XXIV LLC (CSG),CO_DEN,Central_PV,Solar,1.5,23,existing_generator +77460,14,LassenNorth: 575,CA_PGE_N,Wind,Wind,32,23,NULL +156620,19,CED Ducor 1,CA_SCE_VLY,Central_PV,Solar,20,23,existing_generator +1118442,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,4.829999924,23,NULL +1191182510,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1101743,41,Proposed,UT_N,Central_PV,Solar,132.4100037,23,NULL +1191209557,38,Proposed,OR_PDX,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1107951,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,6.619999886,23,NULL +1191182639,39,Proposed,OR_W,Wind,Wind,30,23,NULL +77470,16,Tehachapi: 592,CA_SCE_CEN,Wind,Wind,32,23,NULL +1191209729,10,Proposed,CA_IID,Battery_Storage,Electricity,NULL,23,NULL +157137,37,Blue Marmot V,OR_E,Central_PV,Solar,10,23,existing_generator +155549,39,Georgia-Pacific Wauna Mill,OR_W,ST,Bio_Liquid,36,23,existing_generator +1110738,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,15.07999992,23,NULL +1113544,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,14.86999989,23,NULL +1107268,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,27.10000038,23,NULL +155016,20,Grossmont Hospital,CA_SDGE,Gas_Combustion_Turbine,Gas,4.5,23,existing_generator +1106421,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,93.13999939,23,NULL +1191182616,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191209305,37,Proposed,OR_E,Geothermal,Geothermal,12,23,NULL +77475,16,SanBernardino_Lucerne: 597,CA_SCE_CEN,Wind,Wind,38,23,NULL +1103852,35,Proposed,NV_N,Central_PV,Solar,4.71999979,23,NULL +1114550,32,Proposed,MT_SW,Central_PV,Solar,16.18000031,23,NULL +1104990,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.800000191,23,NULL +1117671,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,38.65000153,23,NULL +1110467,35,Proposed,NV_N,Central_PV,Solar,92.20999908,23,NULL +154423,13,San Joaquin 2,CA_PGE_CEN,Hydro_NonPumped,Water,2.8,23,existing_generator +157041,46,Coyote Crest Wind Farm,WA_W,Wind,Wind,127.5,23,existing_generator +1115736,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,166.6499939,23,NULL +1191209281,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +155468,14,Lambie Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,23,existing_generator +156375,34,Macho Springs,NM_S_TX_EPE,Central_PV,Solar,52.2,23,existing_generator +1101932,33,Proposed,NM_N,Central_PV,Solar,162.9199982,23,NULL +1191183712,50,Proposed,WY_SW,Wind,Wind,210,23,NULL +1104897,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,33.52000046,23,NULL +1114727,17,Proposed,CA_SCE_S,Central_PV,Solar,8.859999657,23,NULL +1191182537,36,Proposed,NV_S,Wind,Wind,240,23,NULL +1191184059,45,Proposed,WA_SEATAC,Wind,Wind,60,23,NULL +1108241,36,Proposed,NV_S,Central_PV,Solar,9.31000042,23,NULL +1117015,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,5.309999943,23,NULL +77431,16,Tehachapi: 543,CA_SCE_CEN,Wind,Wind,27,23,NULL +156500,13,Five Points Solar Park,CA_PGE_CEN,Central_PV,Solar,60,23,existing_generator +1104991,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.800000191,23,NULL +1111937,32,Proposed,MT_SW,Central_PV,Solar,12.34000015,23,NULL +154375,13,Turlock Lake,CA_PGE_CEN,Hydro_NonPumped,Water,3.3,23,existing_generator +1114776,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,11.77999973,23,NULL +1102033,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,144.0200043,23,NULL +1113077,35,Proposed,NV_N,Central_PV,Solar,58.02999878,23,NULL +1102326,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,1.179999948,23,NULL +1118623,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,4.420000076,23,NULL +154786,43,Little Goose,WA_ID_AVA,Hydro_NonPumped,Water,675,23,existing_generator +155279,15,Cymric 6Z Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,6.8,23,existing_generator +156587,16,Western Antelope Blue Sky B,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1100267,23,Proposed,CO_E,Central_PV,Solar,269.6400146,23,NULL +156169,19,Porterville Solar,CA_SCE_VLY,Central_PV,Solar,3.5,23,existing_generator +1111341,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,21.77000046,23,NULL +155215,15,Berry Cogen Tanne Hills 18,CA_PGE_S,Gas_Combustion_Turbine,Gas,17.6,23,existing_generator +158005,28,PdtJrzG1,MEX_BAJA,Gas_Combustion_Turbine,Gas,30,23,existing_generator +1105296,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,13.90999985,23,NULL +1001190,1,Proposed,AZ_APS_E,Residential_PV,Solar,23.64699936,23,NULL +1117009,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,17.64999962,23,NULL +1117499,35,Proposed,NV_N,Central_PV,Solar,18.12000084,23,NULL +1106883,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,34.43000031,23,NULL +155069,16,Mammoth Pacific I,CA_SCE_CEN,Geothermal,Geothermal,10,23,existing_generator +1108679,36,Proposed,NV_S,Central_PV,Solar,9.640000343,23,NULL +155222,35,Steamboat Hills LP,NV_N,Geothermal,Geothermal,16.3,23,existing_generator +156732,20,Ortega Highway Energy Storage,CA_SDGE,Battery_Storage,Electricity,2,23,existing_generator +1112797,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,3.170000076,23,NULL +155333,46,Weeks Falls,WA_W,Hydro_NonPumped,Water,4.3,23,existing_generator +1103687,48,Proposed,WY_NW,Central_PV,Solar,1.25,23,NULL +156264,17,Oltmans SCE at Jurupa,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +154887,17,Pebbly Beach,CA_SCE_S,Gas_Combustion_Turbine,Gas,2.3,23,existing_generator +1107726,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,4.079999924,23,NULL +1116034,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,20.62999916,23,NULL +155247,13,Salinas River Cogeneration,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,38.9,23,existing_generator +155791,33,Texico Wind Ranch LP,NM_N,Wind,Wind,1.9,23,existing_generator +156791,21,SCDA Solar 1,CA_SMUD,Central_PV,Solar,7,23,existing_generator +155380,27,Lateral 10 Ventures,ID_S_OR_E,Hydro_NonPumped,Water,2.4,23,existing_generator +1001919,23,Proposed,CO_E,Commercial_PV,Solar,10.51539993,23,NULL +155854,19,Solar Photovoltaic Project #42,CA_SCE_VLY,Central_PV,Solar,5,23,existing_generator +155462,49,Foote Creek I,WY_SE,Wind,Wind,41.4,23,existing_generator +1191184085,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155655,50,Mountain Wind Power II LLC,WY_SW,Wind,Wind,80,23,existing_generator +156327,16,Expressway Solar C2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1110910,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,32.70999908,23,NULL +1191210866,9,Proposed,CAN_BC,Wind,Wind,70.38809967,23,NULL +1106406,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,8.489999771,23,NULL +1110041,2,Proposed,AZ_APS_N,Central_PV,Solar,25.10000038,23,NULL +1115307,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.170000076,23,NULL +155139,16,US Borax,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,48.2,23,existing_generator +1102170,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,46.65000153,23,NULL +1106448,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,30.27000046,23,NULL +1115520,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,2.589999914,23,NULL +1114853,2,Proposed,AZ_APS_N,Central_PV,Solar,30.84000015,23,NULL +1001193,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,12.46280003,23,NULL +1107769,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,40.84000015,23,NULL +1117424,33,Proposed,NM_N,Central_PV,Solar,5.880000114,23,NULL +157825,8,Bearspaw,CAN_ALB,Hydro_NonPumped,Water,16,23,existing_generator +157106,44,Camas Solar Project,WA_N_CEN,Central_PV,Solar,5,23,existing_generator +1112700,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,135.9199982,23,NULL +1116471,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,6.28000021,23,NULL +1102325,40,Proposed,OR_WA_BPA,Central_PV,Solar,1.179999948,23,NULL +155842,27,Big Sky Dairy Digester,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +156280,42,Greenville Solar Plant,UT_S,Central_PV,Solar,2.2,23,existing_generator +1108016,14,Proposed,CA_PGE_N,Central_PV,Solar,3.809999943,23,NULL +1116303,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,1.330000043,23,NULL +1111632,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,31.67000008,23,NULL +155479,40,Condon Windpower LLC,OR_WA_BPA,Wind,Wind,49.8,23,existing_generator +1102677,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.279999971,23,NULL +155861,39,Seneca Sustainable Energy LLC,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,19.8,23,existing_generator +1116288,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,3.650000095,23,NULL +155464,49,Foote Creek III,WY_SE,Wind,Wind,24.8,23,existing_generator +1191210529,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,41.20000076,23,NULL +157842,8,Spray,CAN_ALB,Hydro_NonPumped,Water,104,23,existing_generator +154876,41,Little Cottonwood,UT_N,Hydro_NonPumped,Water,4.8,23,existing_generator +155265,26,Marsh Valley Development,ID_E,Hydro_NonPumped,Water,1.6,23,existing_generator +1191210537,39,Proposed,OR_W,Gas_Steam_Turbine_Cogen,Gas,1.5,23,NULL +1112720,17,Proposed,CA_SCE_S,Central_PV,Solar,1.24000001,23,NULL +1113255,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,2.230000019,23,NULL +155953,3,Mesquite Solar 1,AZ_APS_SW,Central_PV,Solar,170,23,existing_generator +1000790,38,Proposed,OR_PDX,Residential_PV,Solar,54.24900055,23,NULL +1113319,20,Proposed,CA_SDGE,CSP_Trough_6h_Storage,Solar,6.460000038,23,NULL +155393,39,Univ of Oregon Central Power Station,OR_W,CCGT,Gas,11,23,existing_generator +1103213,28,Proposed,MEX_BAJA,Central_PV,Solar,1145.22998,23,NULL +1108258,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,3.380000114,23,NULL +1118228,15,Proposed,CA_PGE_S,Central_PV,Solar,2.109999895,23,NULL +155809,11,1420 Coil Av #C,CA_LADWP,Central_PV,Solar,1.3,23,existing_generator +156624,13,Fresno Solar,CA_PGE_CEN,Central_PV,Solar,3,23,existing_generator +1106402,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,50.40000153,23,NULL +1191210467,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,6.800000191,23,NULL +1191184723,33,Proposed,NM_N,Wind,Wind,480,23,NULL +1109189,2,Proposed,AZ_APS_N,Central_PV,Solar,69.61000061,23,NULL +1109575,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,34.34999847,23,NULL +1117872,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,11.31000042,23,NULL +1110466,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,79.12999725,23,NULL +158055,8,Weldwood1,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,26,23,existing_generator +1110145,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,65.37000275,23,NULL +1191185338,44,Proposed,WA_N_CEN,Wind,Wind,720,23,NULL +156490,16,Alamo Solar,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +156888,11,Westmont 401,CA_LADWP,Central_PV,Solar,2.9,23,existing_generator +1191182705,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1100305,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,994.5800171,23,NULL +1106395,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,42.47000122,23,NULL +1105872,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,9.319999695,23,NULL +1115308,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.170000076,23,NULL +157930,9,Tyson_Creek_Hydroelectric_Project,CAN_BC,Hydro_NonPumped,Water,9.3,23,existing_generator +156493,27,Jett Creek Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,23,existing_generator +1191182369,32,Proposed,MT_SW,Wind,Wind,1110,23,NULL +156263,17,Oltmans SCE at Champagne,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +156856,16,Beacon BESS 1,CA_SCE_CEN,Battery_Storage,Electricity,20,23,existing_generator +1118941,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,20.20000076,23,NULL +154869,35,Fleish,NV_N,Hydro_NonPumped,Water,2,23,existing_generator +155441,40,Goldendale Generating Station,OR_WA_BPA,CCGT,Gas,284.3,23,existing_generator +156579,13,"Great Valley Solar Portfolio Holdings, LLC",CA_PGE_CEN,Central_PV,Solar,305.3,23,existing_generator +1116980,33,Proposed,NM_N,Central_PV,Solar,4.519999981,23,NULL +156114,41,Central Energy Plant USU,UT_N,Gas_Combustion_Turbine,Gas,5,23,existing_generator +1191209664,45,Proposed,WA_SEATAC,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191210522,46,Proposed,WA_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,55,23,NULL +155781,17,Solar Photovoltaic Project #17,CA_SCE_S,Central_PV,Solar,3.5,23,existing_generator +1191183282,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1117321,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,30.77000046,23,NULL +156658,20,Genentech-Oceanside,CA_SDGE,Central_PV,Solar,4.5,23,existing_generator +1115237,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.930000067,23,NULL +1117226,13,Proposed,CA_PGE_CEN,Central_PV,Solar,29.93000031,23,NULL +1105982,7,Proposed,AZ_SE,Central_PV,Solar,93.70999908,23,NULL +1114030,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,22.96999931,23,NULL +1114705,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,3.50999999,23,NULL +1102914,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,354.2000122,23,NULL +1112238,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,119.9400024,23,NULL +1102731,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,2907.580078,23,NULL +156518,15,"Maricopa West Solar PV, LLC",CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1110441,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,10.25,23,NULL +1108608,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,9.909999847,23,NULL +1191183136,36,Proposed,NV_S,Wind,Wind,60,23,NULL +155672,40,Arlington Wind Power Project,OR_WA_BPA,Wind,Wind,103,23,existing_generator +1191183120,5,Proposed,AZ_NW,Wind,Wind,30,23,NULL +1191209325,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1106838,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,37.43999863,23,NULL +1109563,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,4.070000172,23,NULL +154439,39,Copco 1,OR_W,Hydro_NonPumped,Water,20,23,existing_generator +1113256,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.230000019,23,NULL +1191209509,40,Proposed,OR_WA_BPA,CCGT,Gas,NULL,23,NULL +1104894,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,9.479999542,23,NULL +1191209643,24,Proposed,CO_NW,Coal_Steam_Turbine,Coal,NULL,23,NULL +1104769,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,36.45999908,23,NULL +1113124,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,15.64000034,23,NULL +1191209407,41,Proposed,UT_N,Geothermal,Geothermal,10,23,NULL +1110079,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,30.38999939,23,NULL +1191182712,39,Proposed,OR_W,Wind,Wind,30,23,NULL +155237,10,Ormesa I,CA_IID,Geothermal,Geothermal,26.4,23,existing_generator +1117470,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,14.44999981,23,NULL +1106467,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,34.36000061,23,NULL +157121,42,Cove Mountain Solar 2,UT_S,Central_PV,Solar,122,23,existing_generator +1104520,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,30.13999939,23,NULL +1115684,4,Proposed,AZ_NM_N,Central_PV,Solar,4.710000038,23,NULL +156166,19,Exeter Solar,CA_SCE_VLY,Central_PV,Solar,3.5,23,existing_generator +155133,12,Univ of San Francisco Cogen,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,1.5,23,existing_generator +1113234,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,7.96999979,23,NULL +1191209216,42,Proposed,UT_S,Bio_Gas,Bio_Gas,NULL,23,NULL +154628,17,Etiwanda,CA_SCE_S,Hydro_NonPumped,Water,23.9,23,existing_generator +1102148,40,Proposed,OR_WA_BPA,Central_PV,Solar,181.1199951,23,NULL +1191185427,22,Proposed,CO_DEN,Wind,Wind,90,23,NULL +1104902,16,Proposed,CA_SCE_CEN,Central_PV,Solar,16.30999947,23,NULL +1114683,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,5.380000114,23,NULL +1117433,42,Proposed,UT_S,Central_PV,Solar,40.40999985,23,NULL +1118655,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,44.38000107,23,NULL +1107669,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.769999981,23,NULL +1110442,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,10.25,23,NULL +1115280,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,22.44000053,23,NULL +1118879,10,Proposed,CA_IID,Central_PV,Solar,18.84000015,23,NULL +1111787,16,Proposed,CA_SCE_CEN,Central_PV,Solar,10.18000031,23,NULL +1117494,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,52.43000031,23,NULL +156141,17,SEPV 8,CA_SCE_S,Central_PV,Solar,12,23,existing_generator +1112212,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.220000029,23,NULL +1191210379,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,10.39999962,23,NULL +157059,13,Little Bear 3,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +1191183180,31,Proposed,MT_SE,Wind,Wind,90,23,NULL +155740,1,Dry Lake Wind LLC,AZ_APS_E,Wind,Wind,63,23,existing_generator +1104274,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,7.570000172,23,NULL +1109559,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,53.86999893,23,NULL +1191210498,14,Proposed,CA_PGE_N,Gas_Combustion_Turbine_Cogen,Gas,49,23,NULL +1103850,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.120000005,23,NULL +1191210121,35,Proposed,NV_N,Geothermal,Geothermal,21,23,NULL +1001610,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,165.529007,23,NULL +1110370,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,168.6000061,23,NULL +154564,25,Alamosa,CO_SW,Gas_Combustion_Turbine,Gas,53.2,23,existing_generator +1191209736,17,Proposed,CA_SCE_S,Battery_Storage,Electricity,NULL,23,NULL +155178,15,Nacimiento Hydro Project,CA_PGE_S,Hydro_NonPumped,Water,4.4,23,existing_generator +155866,12,Mariposa Energy Project,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,199.6,23,existing_generator +155448,20,CalPeak Power Enterprise Peaker Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,58.9,23,existing_generator +1191183209,47,Proposed,WY_NE,Wind,Wind,60,23,NULL +1117883,3,Proposed,AZ_APS_SW,Central_PV,Solar,75.5,23,NULL +157997,9,RuprtGT1,CAN_BC,Gas_Combustion_Turbine,Gas,33,23,existing_generator +1116541,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,64.44999695,23,NULL +155172,13,AltaGas Ripon Energy Inc.,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,49.5,23,existing_generator +1100985,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,161.6799927,23,NULL +1000165,47,Proposed,WY_NE,Commercial_PV,Solar,21.8987999,23,NULL +155310,40,Opal Springs Hydro,OR_WA_BPA,Hydro_NonPumped,Water,4.3,23,existing_generator +1001401,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,73.18499756,23,NULL +1110050,36,Proposed,NV_S,Central_PV,Solar,14.90999985,23,NULL +1191185460,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1001486,27,Proposed,ID_S_OR_E,Residential_PV,Solar,36.16600037,23,NULL +1191210515,11,Proposed,CA_LADWP,Gas_Combustion_Turbine_Cogen,Gas,58.5,23,NULL +1191182490,36,Proposed,NV_S,Wind,Wind,690,23,NULL +1191185268,25,Proposed,CO_SW,Wind,Wind,180,23,NULL +77464,14,LassenNorth: 580,CA_PGE_N,Wind,Wind,15,23,NULL +1118700,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.680000067,23,NULL +1001341,35,Proposed,NV_N,Commercial_PV,Solar,5.179500103,23,NULL +1118697,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,25.44000053,23,NULL +156108,23,Limon Wind I,CO_E,Wind,Wind,200,23,existing_generator +1100569,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,432.8599854,23,NULL +1191182578,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1108190,4,Proposed,AZ_NM_N,Central_PV,Solar,43.11999893,23,NULL +1112656,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,35.74000168,23,NULL +1191182491,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191209278,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1191209768,49,Proposed,WY_SE,Battery_Storage,Electricity,NULL,23,NULL +1001907,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,4.528800011,23,NULL +1191184508,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1191184080,46,Proposed,WA_W,Wind,Wind,90,23,NULL +1110027,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,31.60000038,23,NULL +1110642,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,27.12000084,23,NULL +1110893,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,95.91000366,23,NULL +156206,16,Arrache 4006,CA_SCE_CEN,Central_PV,Solar,2,23,existing_generator +1191185381,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1191209296,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1191185351,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1104136,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,4.380000114,23,NULL +1109524,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,9.899999619,23,NULL +1191185377,22,Proposed,CO_DEN,Wind,Wind,150,23,NULL +1110937,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,17.52000046,23,NULL +155203,16,Sky River LLC,CA_SCE_CEN,Wind,Wind,76.9,23,existing_generator +1191209313,35,Proposed,NV_N,Geothermal,Geothermal,180,23,NULL +1191182602,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +156467,16,"Rudy Solar, LLC",CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1001916,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,40.3390007,23,NULL +156760,17,"PVN Milliken, LLC",CA_SCE_S,Central_PV,Solar,3,23,existing_generator +158040,8,SYNC_UE5,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,existing_generator +1102442,36,Proposed,NV_S,Central_PV,Solar,6.739999771,23,NULL +1191184018,46,Proposed,WA_W,Wind,Wind,60,23,NULL +154933,39,Short Mountain,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +156851,13,Madera 1 PV,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +1117791,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,3.200000048,23,NULL +1191182667,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1116473,42,Proposed,UT_S,Central_PV,Solar,2.400000095,23,NULL +1110017,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,5.650000095,23,NULL +1191183796,40,Proposed,OR_WA_BPA,Wind,Wind,1620,23,NULL +1191210402,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,12,23,NULL +154841,27,Black Canyon,ID_S_OR_E,Hydro_NonPumped,Water,10.2,23,existing_generator +156774,42,Pavant Solar III,UT_S,Central_PV,Solar,20,23,existing_generator +1117934,36,Proposed,NV_S,Central_PV,Solar,15.18000031,23,NULL +1103978,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.579999924,23,NULL +1117880,36,Proposed,NV_S,Central_PV,Solar,21.53000069,23,NULL +1118874,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.849999905,23,NULL +1191210504,36,Proposed,NV_S,CCGT_Cogen,Gas,127.1999969,23,NULL +156174,46,McKinley Paper Co. - Washington Mill,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,20,23,existing_generator +1109220,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,44.52999878,23,NULL +1114338,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.340000153,23,NULL +1191184207,6,Proposed,AZ_PHX,Wind,Wind,30,23,NULL +155217,17,"Torrance Refining Company, LLC",CA_SCE_S,ST,Waste_Heat,26.8,23,existing_generator +77392,17,TwentyninePalms: 67,CA_SCE_S,Wind,Wind,50,23,NULL +156547,15,DSH (CA) - Coalinga State Hospital,CA_PGE_S,Central_PV,Solar,2,23,existing_generator +1191183958,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +155113,14,Woodland Biomass Power Ltd,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,28,23,existing_generator +1191182618,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191182672,39,Proposed,OR_W,Wind,Wind,60,23,NULL +156283,16,Industry Solar Power Generation Station 1 LLC,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +157864,9,Clayton_Falls,CAN_BC,Hydro_NonPumped,Water,0.7,23,existing_generator +1107272,25,Proposed,CO_SW,Central_PV,Solar,246.2700043,23,NULL +1110482,16,Proposed,CA_SCE_CEN,Central_PV,Solar,51.68999863,23,NULL +156508,17,Terra Francesco,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +155360,17,Swanmill Windfarm I,CA_SCE_S,Wind,Wind,18.7,23,existing_generator +156041,17,El Segundo Energy Center LLC,CA_SCE_S,CCGT,Gas,537.4,23,existing_generator +77479,17,RiversideCounty_Partial: 601,CA_SCE_S,Wind,Wind,3,23,NULL +1104477,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,5.139999866,23,NULL +1112275,46,Proposed,WA_W,CSP_Trough_6h_Storage,Solar,6.510000229,23,NULL +1000978,24,Proposed,CO_NW,Residential_PV,Solar,45.90299988,23,NULL +1100901,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,447.5599976,23,NULL +157832,8,Dickson_Dam,CAN_ALB,Hydro_NonPumped,Water,16.8,23,existing_generator +1108759,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,2.619999886,23,NULL +1106398,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,6.699999809,23,NULL +1191182452,36,Proposed,NV_S,Wind,Wind,60,23,NULL +154768,43,Long Lake,WA_ID_AVA,Hydro_NonPumped,Water,70,23,existing_generator +1117726,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,3.569999933,23,NULL +1113569,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.96999979,23,NULL +156673,16,Summer Solar LLC,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1113714,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.799999952,23,NULL +1191183311,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +157926,9,Strathcona,CAN_BC,Hydro_NonPumped,Water,64,23,existing_generator +156102,17,Foundation RRM,CA_SCE_S,Wind,Wind,2,23,existing_generator +1113664,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,18.32999992,23,NULL +1108278,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.269999981,23,NULL +1191185006,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1117900,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,5.130000114,23,NULL +1191183964,35,Proposed,NV_N,Wind,Wind,120,23,NULL +1002014,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,76.50499725,23,NULL +1191185511,30,Proposed,MT_NW,Wind,Wind,90,23,NULL +1107787,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,1.360000014,23,NULL +1000116,33,Proposed,NM_N,Residential_PV,Solar,19.47400093,23,NULL +1001355,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,5.179500103,23,NULL +154779,46,Cushman 1,WA_W,Hydro_NonPumped,Water,43.2,23,existing_generator +1104485,35,Proposed,NV_N,Central_PV,Solar,19.20000076,23,NULL +156733,20,Canyon Crest Academy,CA_SDGE,Battery_Storage,Electricity,1,23,existing_generator +1191210581,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,76.5,23,NULL +154851,48,Heart Mountain,WY_NW,Hydro_NonPumped,Water,5,23,existing_generator +156056,46,Darrington,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,4.5,23,existing_generator +156448,3,Gila River Power Block 1,AZ_APS_SW,CCGT,Gas,619,23,existing_generator +1191184043,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191210478,33,Proposed,NM_N,Gas_Combustion_Turbine_Cogen,Gas,7,23,NULL +1191209595,26,Proposed,ID_E,Coal_IGCC,Coal,NULL,23,NULL +1191185664,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,60,23,NULL +1191184002,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +156762,36,"CC Landfill Energy, LLC",NV_S,Bio_Gas,Bio_Gas,12,23,existing_generator +157883,9,Kootenay_Canal,CAN_BC,Hydro_NonPumped,Water,580,23,existing_generator +1191185535,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191184175,42,Proposed,UT_S,Wind,Wind,30,23,NULL +158012,8,Redwater,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,existing_generator +1101089,39,Proposed,OR_W,Central_PV,Solar,162.4700012,23,NULL +1105318,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,69.08000183,23,NULL +1191182718,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156506,17,Park Meridian #1,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +154422,14,Rock Creek,CA_PGE_N,Hydro_NonPumped,Water,126,23,existing_generator +1191184215,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +1113270,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,5.5,23,NULL +1118889,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.700000048,23,NULL +1191209410,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +156683,16,"Portal Ridge Solar C, LLC",CA_SCE_CEN,Central_PV,Solar,11.4,23,existing_generator +1104516,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.730000019,23,NULL +1108239,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,51.90000153,23,NULL +1115729,35,Proposed,NV_N,Central_PV,Solar,10.11999989,23,NULL +1103221,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,78.90000153,23,NULL +1114384,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,6.550000191,23,NULL +155577,16,Bear Valley Power Plant,CA_SCE_CEN,Gas_Internal_Combustion_Engine,Gas,8.4,23,existing_generator +1104066,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.200000048,23,NULL +1116098,17,Proposed,CA_SCE_S,Central_PV,Solar,43.34000015,23,NULL +154540,14,Jaybird,CA_PGE_N,Hydro_NonPumped,Water,161.6,23,existing_generator +156854,22,Coyote Ridge Community Solar,CO_DEN,Central_PV,Solar,1.5,23,existing_generator +1191185277,25,Proposed,CO_SW,Wind,Wind,90,23,NULL +1108462,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,24.53000069,23,NULL +1115521,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,2.589999914,23,NULL +1191183291,41,Proposed,UT_N,Wind,Wind,30,23,NULL +155260,41,Lagoon Cogeneration Facility,UT_N,Gas_Internal_Combustion_Engine,Gas,3,23,existing_generator +1107265,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.949999809,23,NULL +1110066,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,75.48000336,23,NULL +1104129,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,78.98999786,23,NULL +1104928,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,13.39999962,23,NULL +1114307,33,Proposed,NM_N,Central_PV,Solar,101.5899963,23,NULL +1191209234,35,Proposed,NV_N,Geothermal,Geothermal,73.5,23,NULL +1191209351,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1105935,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.720000029,23,NULL +1114013,35,Proposed,NV_N,Central_PV,Solar,95.65000153,23,NULL +1100330,4,Proposed,AZ_NM_N,Central_PV,Solar,178.5399933,23,NULL +1109986,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,31.77000046,23,NULL +1117001,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.059999943,23,NULL +1117403,25,Proposed,CO_SW,Central_PV,Solar,22.47999954,23,NULL +1191184782,33,Proposed,NM_N,Wind,Wind,30,23,NULL +1191210399,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,23,NULL +1117790,15,Proposed,CA_PGE_S,Central_PV,Solar,3.200000048,23,NULL +155827,42,Thermo No 1,UT_S,Geothermal,Geothermal,14,23,existing_generator +1108576,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,396.6400146,23,NULL +156491,35,Ft. Churchill PV,NV_N,Central_PV,Solar,19.9,23,existing_generator +1113219,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,53.18000031,23,NULL +1114840,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,15.28999996,23,NULL +1191183172,31,Proposed,MT_SE,Wind,Wind,60,23,NULL +154975,34,Lordsburg Generating,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,88,23,existing_generator +1107081,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,15.68999958,23,NULL +156677,34,Montana Solar Facility,NM_S_TX_EPE,Central_PV,Solar,3,23,existing_generator +1000464,33,Proposed,NM_N,Residential_PV,Solar,433.9920044,23,NULL +1102663,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.190000057,23,NULL +1104256,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.109999895,23,NULL +1105159,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,12.63000011,23,NULL +1107680,35,Proposed,NV_N,Central_PV,Solar,33.27999878,23,NULL +1109228,35,Proposed,NV_N,Central_PV,Solar,2.710000038,23,NULL +154763,46,Electron,WA_W,Hydro_NonPumped,Water,22.8,23,existing_generator +155726,49,High Plains,WY_SE,Wind,Wind,99,23,existing_generator +1110833,35,Proposed,NV_N,Central_PV,Solar,23.04000092,23,NULL +1191182528,36,Proposed,NV_S,Wind,Wind,30,23,NULL +156729,18,Solar Blythe 2,CA_SCE_SE,Central_PV,Solar,20,23,existing_generator +1001857,33,Proposed,NM_N,Commercial_PV,Solar,186.3359985,23,NULL +156504,16,Coronus Adelanto West 1,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1118369,2,Proposed,AZ_APS_N,Central_PV,Solar,337.8299866,23,NULL +1118939,9,Proposed,CAN_BC,Central_PV,Solar,20.20000076,23,NULL +1108143,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.599999905,23,NULL +155218,39,Covanta Marion Inc,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,13.1,23,existing_generator +155684,20,Orange Grove Peaking Facility,CA_SDGE,Gas_Combustion_Turbine,Gas,118,23,existing_generator +155337,15,Dome Project,CA_PGE_S,Gas_Combustion_Turbine,Gas,6,23,existing_generator +1111755,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.360000014,23,NULL +155528,13,Walnut Energy Center,CA_PGE_CEN,CCGT,Gas,300.6,23,existing_generator +1105458,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,9.270000458,23,NULL +1113515,42,Proposed,UT_S,Central_PV,Solar,2.049999952,23,NULL +1104056,35,Proposed,NV_N,Central_PV,Solar,4.170000076,23,NULL +1116207,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,16.06999969,23,NULL +1191182650,39,Proposed,OR_W,Wind,Wind,90,23,NULL +1191209311,35,Proposed,NV_N,Geothermal,Geothermal,16,23,NULL +77334,16,Tehachapi: 2,CA_SCE_CEN,Wind,Wind,50,23,NULL +1107759,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,14.76000023,23,NULL +1115549,41,Proposed,UT_N,Central_PV,Solar,18.92000008,23,NULL +1115965,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,14.89000034,23,NULL +1103112,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,274.3900146,23,NULL +1104909,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.610000014,23,NULL +1105462,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.340000033,23,NULL +1118808,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,52.93000031,23,NULL +1191184832,1,Proposed,AZ_APS_E,Wind,Wind,90,23,NULL +1191209380,26,Proposed,ID_E,Geothermal,Geothermal,10,23,NULL +157921,9,Spillimacheen,CAN_BC,Hydro_NonPumped,Water,4,23,existing_generator +1100422,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,215.0500031,23,NULL +1109963,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,5.679999828,23,NULL +1112243,7,Proposed,AZ_SE,Central_PV,Solar,177.1100006,23,NULL +1103162,41,Proposed,UT_N,Central_PV,Solar,5.610000134,23,NULL +1113235,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,7.96999979,23,NULL +1000310,35,Proposed,NV_N,Residential_PV,Solar,38.94800186,23,NULL +154510,17,Haynes,CA_SCE_S,Gas_Combustion_Turbine,Gas,649.2,23,existing_generator +155382,15,Live Oak Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,23,existing_generator +1116977,4,Proposed,AZ_NM_N,Central_PV,Solar,55.08000183,23,NULL +1118663,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,27.63999939,23,NULL +155925,39,Yamhill Solar LLC,OR_W,Central_PV,Solar,1,23,existing_generator +156884,16,Voyager Wind II,CA_SCE_CEN,Wind,Wind,128.7,23,existing_generator +1191184086,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1100318,33,Proposed,NM_N,Central_PV,Solar,167.5700073,23,NULL +1108739,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.420000076,23,NULL +1191209517,48,Proposed,WY_NW,CCGT,Gas,NULL,23,NULL +1002103,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,7.76760006,23,NULL +1191182548,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191184797,33,Proposed,NM_N,Wind,Wind,120,23,NULL +1105764,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,2.5,23,NULL +1113074,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,14.97000027,23,NULL +1115732,35,Proposed,NV_N,Central_PV,Solar,2.690000057,23,NULL +1106810,33,Proposed,NM_N,Central_PV,Solar,2.450000048,23,NULL +1109929,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,39.40000153,23,NULL +1101803,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,307.3699951,23,NULL +1117524,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.840000153,23,NULL +1108196,7,Proposed,AZ_SE,Central_PV,Solar,10.03999996,23,NULL +157867,9,Corra_Linn,CAN_BC,Hydro_NonPumped,Water,40.8,23,existing_generator +1110004,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,3.880000114,23,NULL +1191184039,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191182617,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191209657,38,Proposed,OR_PDX,Coal_Steam_Turbine,Coal,NULL,23,NULL +155191,40,Cowiche,OR_WA_BPA,Hydro_NonPumped,Water,1.7,23,existing_generator +156910,22,Imboden Solar Garden,CO_DEN,Central_PV,Solar,3,23,existing_generator +1191209244,14,Proposed,CA_PGE_N,Geothermal,Geothermal,25.5,23,NULL +1000001,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,1144.589966,23,NULL +1191183379,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +154647,26,Ashton,ID_E,Hydro_NonPumped,Water,6.7,23,existing_generator +155981,16,Windstar 1,CA_SCE_CEN,Wind,Wind,120,23,existing_generator +154948,14,Solano Wind,CA_PGE_N,Wind,Wind,228.2,23,existing_generator +1118918,28,Proposed,MEX_BAJA,Central_PV,Solar,28.18000031,23,NULL +1116144,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,11.06999969,23,NULL +1191210403,23,Proposed,CO_E,CCGT_Cogen,Gas,74,23,NULL +1191183850,27,Proposed,ID_S_OR_E,Wind,Wind,1110,23,NULL +1110045,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,2.460000038,23,NULL +156251,6,"Gilbert Solar Facility I, LLC",AZ_PHX,Central_PV,Solar,2.5,23,existing_generator +1191209731,12,Proposed,CA_PGE_BAY,Battery_Storage,Electricity,NULL,23,NULL +155281,15,Coalinga 25D Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,13.6,23,existing_generator +155620,35,Western 102 Power Plant,NV_N,Gas_Internal_Combustion_Engine,Gas,117.6,23,existing_generator +1104933,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,5.159999847,23,NULL +1107705,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,48.34000015,23,NULL +154418,14,Pit 6,CA_PGE_N,Hydro_NonPumped,Water,79.2,23,existing_generator +1104664,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,5.989999771,23,NULL +156379,12,"SC 1 Data Center, Phase 2",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,92.7,23,existing_generator +1191182495,36,Proposed,NV_S,Wind,Wind,60,23,NULL +155208,14,Bowman,CA_PGE_N,Hydro_NonPumped,Water,3.6,23,existing_generator +1191210123,35,Proposed,NV_N,Geothermal,Geothermal,2.200000048,23,NULL +1114857,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.769999981,23,NULL +1118340,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,8.600000381,23,NULL +1191185241,2,Proposed,AZ_APS_N,Wind,Wind,30,23,NULL +155413,43,Rathdrum Power LLC,WA_ID_AVA,CCGT,Gas,301.5,23,existing_generator +1115236,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,5.360000134,23,NULL +157955,28,PJX_3_1,MEX_BAJA,CCGT,Gas,259,23,existing_generator +1113118,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.190000057,23,NULL +155852,37,Juniper Ridge Hydroelectric Project,OR_E,Hydro_NonPumped,Water,5,23,existing_generator +1191183924,27,Proposed,ID_S_OR_E,Wind,Wind,600,23,NULL +155466,41,West Valley Generation Project,UT_N,Gas_Combustion_Turbine,Gas,217,23,existing_generator +1191209265,42,Proposed,UT_S,Geothermal,Geothermal,20,23,NULL +1191185681,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,23,NULL +1104976,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,20.07999992,23,NULL +1109572,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,40.02000046,23,NULL +1191210397,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,47,23,NULL +156429,16,SEPV Palmdale East,CA_SCE_CEN,Central_PV,Solar,10,23,existing_generator +1191182542,35,Proposed,NV_N,Wind,Wind,30,23,NULL +156213,16,Horn,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +156562,36,"Copper Mountain Solar 4, LLC",NV_S,Central_PV,Solar,93.6,23,existing_generator +157948,28,GenCC_CFE_1,MEX_BAJA,CCGT,Gas,233,23,existing_generator +1191182607,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1115170,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,18.55999947,23,NULL +1191185088,23,Proposed,CO_E,Wind,Wind,7290,23,NULL +1106270,22,Proposed,CO_DEN,Central_PV,Solar,31.90999985,23,NULL +1191185538,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1100348,7,Proposed,AZ_SE,Central_PV,Solar,829.7600098,23,NULL +1191209601,32,Proposed,MT_SW,Coal_IGCC,Coal,NULL,23,NULL +156371,20,Carlsbad Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,659,23,existing_generator +1109448,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,7.829999924,23,NULL +1001318,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,40.3390007,23,NULL +155135,27,Tamarack Energy Partnership,ID_S_OR_E,Bio_Solid_Steam_Turbine,Bio_Solid,6.2,23,existing_generator +1115908,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,10.31999969,23,NULL +1107169,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.00999999,23,NULL +1116561,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,23.53000069,23,NULL +1000163,47,Proposed,WY_NE,Commercial_PV,Solar,29.75849915,23,NULL +1100337,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,89.91000366,23,NULL +1116989,1,Proposed,AZ_APS_E,Central_PV,Solar,284.1700134,23,NULL +1191185552,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +157858,9,Brown_Lake,CAN_BC,Hydro_NonPumped,Water,7.2,23,existing_generator +1112738,10,Proposed,CA_IID,Central_PV,Solar,1.919999957,23,NULL +1191182702,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191209749,30,Proposed,MT_NW,Battery_Storage,Electricity,NULL,23,NULL +1191210096,10,Proposed,CA_IID,Geothermal,Geothermal,20,23,NULL +1191185115,23,Proposed,CO_E,Wind,Wind,30,23,NULL +156081,5,Black Mountain Solar LLC,AZ_NW,Central_PV,Solar,9,23,existing_generator +156214,16,Watts 3115,CA_SCE_CEN,Central_PV,Solar,2,23,existing_generator +1000098,41,Proposed,UT_N,Residential_PV,Solar,2249.25,23,NULL +155523,17,H. Gonzales,CA_SCE_S,Gas_Combustion_Turbine,Gas,11.8,23,existing_generator +155575,44,Wild Horse,WA_N_CEN,Wind,Wind,272.6,23,existing_generator +157133,42,Milford Solar 1,UT_S,Central_PV,Solar,99,23,existing_generator +1117513,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.379999995,23,NULL +154801,41,Logan City,UT_N,Gas_Combustion_Turbine,Gas,15.9,23,existing_generator +156258,42,Enel Cove Fort,UT_S,Geothermal,Geothermal,25,23,existing_generator +1000791,1,Proposed,AZ_APS_E,Commercial_PV,Solar,22.1882,23,NULL +1191209543,24,Proposed,CO_NW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191209344,35,Proposed,NV_N,Geothermal,Geothermal,12,23,NULL +1106296,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,3.559999943,23,NULL +1191184223,7,Proposed,AZ_SE,Wind,Wind,120,23,NULL +154756,41,Uintah,UT_N,Hydro_NonPumped,Water,1.2,23,existing_generator +156401,16,Lancaster Solar 1,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1105948,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,27.94000053,23,NULL +1111388,41,Proposed,UT_N,Central_PV,Solar,1.320000052,23,NULL +1191209556,37,Proposed,OR_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191209661,42,Proposed,UT_S,Coal_Steam_Turbine,Coal,NULL,23,NULL +1001360,1,Proposed,AZ_APS_E,Residential_PV,Solar,25.03800011,23,NULL +1108244,35,Proposed,NV_N,Central_PV,Solar,57.09999847,23,NULL +1113996,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,45.66999817,23,NULL +156538,39,"Shell New Energies, Junction City",OR_W,Bio_Gas,Bio_Gas,1.6,23,existing_generator +1118657,35,Proposed,NV_N,Central_PV,Solar,60.06999969,23,NULL +1108104,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,45.56000137,23,NULL +1109060,27,Proposed,ID_S_OR_E,Central_PV,Solar,71.70999908,23,NULL +157093,14,Pacific Union College BESS,CA_PGE_N,Battery_Storage,Electricity,1,23,existing_generator +154709,39,Soda Springs,OR_W,Hydro_NonPumped,Water,11,23,existing_generator +1108979,29,Proposed,MT_NE,Central_PV,Solar,44.86000061,23,NULL +1115573,7,Proposed,AZ_SE,Central_PV,Solar,14.11999989,23,NULL +77516,16,MountainPass: 1916,CA_SCE_CEN,Wind,Wind,38,23,NULL +1113472,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,50.11000061,23,NULL +155078,10,CE Leathers,CA_IID,Geothermal,Geothermal,45.5,23,existing_generator +1117402,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,15.75,23,NULL +1191209290,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,23,NULL +1118644,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,33.56000137,23,NULL +1191210539,34,Proposed,NM_S_TX_EPE,Gas_Combustion_Turbine_Cogen,Gas,4.699999809,23,NULL +155043,10,Desert View Power,CA_IID,Bio_Solid_Steam_Turbine,Bio_Solid,55.5,23,existing_generator +1105447,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,4.690000057,23,NULL +1106418,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,18.17000008,23,NULL +1112028,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,1.289999962,23,NULL +77454,37,LassenNorth: 567,OR_E,Wind,Wind,73,23,NULL +1106450,36,Proposed,NV_S,Central_PV,Solar,26.26000023,23,NULL +1109494,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.480000019,23,NULL +1191182722,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1109235,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.440000057,23,NULL +1108330,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,1.049999952,23,NULL +156943,12,Stanford Campus Solar,CA_PGE_BAY,Central_PV,Solar,3.4,23,existing_generator +1104152,7,Proposed,AZ_SE,Central_PV,Solar,2.089999914,23,NULL +1101797,33,Proposed,NM_N,Central_PV,Solar,2.099999905,23,NULL +1191209188,37,Proposed,OR_E,Bio_Gas,Bio_Gas,NULL,23,NULL +1117413,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,39.58000183,23,NULL +1110069,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,34.84999847,23,NULL +1103218,38,Proposed,OR_PDX,CSP_Trough_6h_Storage,Solar,47.27999878,23,NULL +156027,17,Industry MetroLink PV 1,CA_SCE_S,Central_PV,Solar,1.5,23,existing_generator +157957,8,DowABST,CAN_ALB,CCGT,Gas,50,23,existing_generator +154664,26,Last Chance,ID_E,Hydro_NonPumped,Water,1.7,23,existing_generator +1100201,27,Proposed,ID_S_OR_E,Central_PV,Solar,124.1600037,23,NULL +1000285,15,Proposed,CA_PGE_S,Commercial_PV,Solar,140.8320007,23,NULL +1191185321,25,Proposed,CO_SW,Wind,Wind,300,23,NULL +1113974,33,Proposed,NM_N,Central_PV,Solar,53.33000183,23,NULL +1191183127,5,Proposed,AZ_NW,Wind,Wind,480,23,NULL +1191209495,26,Proposed,ID_E,CCGT,Gas,NULL,23,NULL +156998,33,RC Energy AA LLC Solar Facility,NM_N,Central_PV,Solar,1,23,existing_generator +157142,29,South Peak Wind,MT_NE,Wind,Wind,80,23,existing_generator +1001348,35,Proposed,NV_N,Residential_PV,Solar,29.21100044,23,NULL +1112722,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.24000001,23,NULL +156832,37,Bear Creek Solar Center,OR_E,Central_PV,Solar,10,23,existing_generator +1000462,25,Proposed,CO_SW,Residential_PV,Solar,1132.27002,23,NULL +1191185169,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +154357,6,Agua Fria,AZ_PHX,Gas_Steam_Turbine,Gas,390.4,23,existing_generator +156913,14,Stage Gulch Solar,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +154674,29,Ryan,MT_NE,Hydro_NonPumped,Water,52.8,23,existing_generator +1110921,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.559999943,23,NULL +1110468,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,92.20999908,23,NULL +1109527,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,80.87999725,23,NULL +154797,50,Fontenelle,WY_SW,Hydro_NonPumped,Water,10,23,existing_generator +1106361,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,107.8099976,23,NULL +155499,40,Klondike Wind Power,OR_WA_BPA,Wind,Wind,24.5,23,existing_generator +1118820,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,2.380000114,23,NULL +1191182666,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156885,16,Voyager Wind III,CA_SCE_CEN,Wind,Wind,43.2,23,existing_generator +1001702,3,Proposed,AZ_APS_SW,Residential_PV,Solar,283.7640076,23,NULL +1191209213,22,Proposed,CO_DEN,Bio_Gas,Bio_Gas,NULL,23,NULL +156530,10,"Imperial Valley Solar Co (IVSC) 2, LLC",CA_IID,Central_PV,Solar,20,23,existing_generator +157833,8,Ghost,CAN_ALB,Hydro_NonPumped,Water,59,23,existing_generator +1101025,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,1554.72998,23,NULL +1114866,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,34.15000153,23,NULL +1191185323,25,Proposed,CO_SW,Wind,Wind,60,23,NULL +1107230,4,Proposed,AZ_NM_N,Central_PV,Solar,8.390000343,23,NULL +154398,13,Haas,CA_PGE_CEN,Hydro_NonPumped,Water,135,23,existing_generator +1103849,17,Proposed,CA_SCE_S,Central_PV,Solar,1.120000005,23,NULL +1115380,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.690000057,23,NULL +1191185331,44,Proposed,WA_N_CEN,Wind,Wind,120,23,NULL +156756,17,Millikan BESS,CA_SCE_S,Battery_Storage,Electricity,2,23,existing_generator +1104080,6,Proposed,AZ_PHX,Central_PV,Solar,44.47999954,23,NULL +1115317,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,9.420000076,23,NULL +1108697,5,Proposed,AZ_NW,Central_PV,Solar,3.220000029,23,NULL +1113317,20,Proposed,CA_SDGE,Central_PV,Solar,6.460000038,23,NULL +156413,16,Lone Valley Solar Park II LLC,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1118691,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,7.829999924,23,NULL +1191185526,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1104898,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,33.52000046,23,NULL +1113121,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,19.59000015,23,NULL +156453,37,Old Mill Solar,OR_E,Central_PV,Solar,5,23,existing_generator +156473,16,SCE-Snowline-White Road (South),CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1116624,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,70.61000061,23,NULL +1191209755,36,Proposed,NV_S,Battery_Storage,Electricity,NULL,23,NULL +1106429,3,Proposed,AZ_APS_SW,Central_PV,Solar,15.14999962,23,NULL +1116371,13,Proposed,CA_PGE_CEN,Central_PV,Solar,13.17000008,23,NULL +1118775,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,65.55999756,23,NULL +1112189,33,Proposed,NM_N,Central_PV,Solar,18.71999931,23,NULL +155314,36,Saguaro Power,NV_S,CCGT,Gas,127.2,23,existing_generator +1117302,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,49.36999893,23,NULL +1191184192,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +156672,16,Antelope Big Sky Ranch,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1109564,10,Proposed,CA_IID,Central_PV,Solar,11.44999981,23,NULL +1113988,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,40.99000168,23,NULL +1114033,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.99000001,23,NULL +1105696,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,8.399999619,23,NULL +156517,19,Nicolis Solar PV Plant,CA_SCE_VLY,Central_PV,Solar,20,23,existing_generator +154504,11,Foothill,CA_LADWP,Hydro_NonPumped,Water,10.1,23,existing_generator +154727,39,Hills Creek,OR_W,Hydro_NonPumped,Water,30,23,existing_generator +157866,9,Clowhom,CAN_BC,Hydro_NonPumped,Water,33,23,existing_generator +1102054,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,324.9400024,23,NULL +1118633,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,41.70000076,23,NULL +1118790,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,4.539999962,23,NULL +156315,15,Orion Solar II,CA_PGE_S,Central_PV,Solar,8,23,existing_generator +1000424,6,Proposed,AZ_PHX,Residential_PV,Solar,62.59500122,23,NULL +1191182640,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191184758,33,Proposed,NM_N,Wind,Wind,30,23,NULL +1191210889,9,Proposed,CAN_BC,Wind,Wind,57.67250061,23,NULL +154359,6,Horse Mesa,AZ_PHX,Hydro_Pumped,Water,99.8,23,existing_generator +1117493,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,52.43000031,23,NULL +155867,16,Manzana Wind LLC,CA_SCE_CEN,Wind,Wind,189,23,existing_generator +156600,27,Murphy Flat Solar,ID_S_OR_E,Central_PV,Solar,20,23,existing_generator +1105316,41,Proposed,UT_N,Central_PV,Solar,69.08000183,23,NULL +1191182549,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1117794,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,6.630000114,23,NULL +1116126,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.089999914,23,NULL +156495,27,Durbin Creek Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,23,existing_generator +1000834,40,Proposed,OR_WA_BPA,Residential_PV,Solar,2877.97998,23,NULL +154505,11,Franklin (CA),CA_LADWP,Hydro_NonPumped,Water,2,23,existing_generator +155614,5,Black Mountain Generating Station,AZ_NW,Gas_Combustion_Turbine,Gas,121,23,existing_generator +155971,16,Pacific Wind LLC,CA_SCE_CEN,Wind,Wind,151.7,23,existing_generator +1000808,2,Proposed,AZ_APS_N,Residential_PV,Solar,107.1070023,23,NULL +1111265,4,Proposed,AZ_NM_N,Central_PV,Solar,9.770000458,23,NULL +1191184074,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191185698,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,23,NULL +155151,46,Nippon Dynawave Packaging Longview WA,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,31.4,23,existing_generator +155458,40,FPL Energy Vansycle LLC (WA),OR_WA_BPA,Wind,Wind,176.9,23,existing_generator +1108707,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.809999943,23,NULL +1113088,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,114.8499985,23,NULL +1191210414,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,38.5,23,NULL +1107263,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.949999809,23,NULL +1108177,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.450000048,23,NULL +1191182701,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191209531,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1115648,2,Proposed,AZ_APS_N,Central_PV,Solar,7.289999962,23,NULL +1191182550,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1191185273,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +155825,26,"Kettle Butte Digester, LLC",ID_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.8,23,existing_generator +156514,17,"Colton Solar One, LLC",CA_SCE_S,Central_PV,Solar,2.5,23,existing_generator +1104050,42,Proposed,UT_S,Central_PV,Solar,8.170000076,23,NULL +1105956,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,34.72999954,23,NULL +1116333,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,1.940000057,23,NULL +1106017,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.25,23,NULL +1191210401,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,31,23,NULL +154367,13,McClure,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,71.2,23,existing_generator +1110956,36,Proposed,NV_S,Central_PV,Solar,13.06000042,23,NULL +1115325,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,14.56000042,23,NULL +1191210438,40,Proposed,OR_WA_BPA,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,5,23,NULL +1100358,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,2578.290039,23,NULL +155183,43,Upriver Dam Hydro Plant,WA_ID_AVA,Hydro_NonPumped,Water,17.6,23,existing_generator +1104336,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,16.45000076,23,NULL +1101091,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,162.4700012,23,NULL +154545,14,Edward C Hyatt,CA_PGE_N,Hydro_NonPumped,Water,351,23,existing_generator +1001313,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,124.2210007,23,NULL +155763,43,Lower Snake River Wind Energy Project,WA_ID_AVA,Wind,Wind,342.7,23,existing_generator +154889,22,Rawhide,CO_DEN,Gas_Combustion_Turbine,Gas,506.8,23,existing_generator +1110503,18,Proposed,CA_SCE_SE,Central_PV,Solar,5.75,23,NULL +1105443,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,10.52000046,23,NULL +1103703,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.319999933,23,NULL +1104982,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.589999914,23,NULL +1102951,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,11.71000004,23,NULL +155678,12,Ameresco Ox Mountain,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,11.4,23,existing_generator +77399,20,SanDiegoSouth: 480,CA_SDGE,Wind,Wind,24,23,NULL +154682,35,Fort Churchill,NV_N,Gas_Steam_Turbine,Gas,230,23,existing_generator +1118419,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.279999971,23,NULL +1108223,2,Proposed,AZ_APS_N,Central_PV,Solar,8.289999962,23,NULL +1116557,35,Proposed,NV_N,Central_PV,Solar,6.119999886,23,NULL +156718,16,"Bayshore Solar C, LLC",CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +157999,8,MedcnHt9,CAN_ALB,Gas_Combustion_Turbine,Gas,44.9,23,existing_generator +1109534,2,Proposed,AZ_APS_N,Central_PV,Solar,65.81999969,23,NULL +156520,33,Meadow Lake Solar Energy Center,NM_N,Central_PV,Solar,9.1,23,existing_generator +1107497,13,Proposed,CA_PGE_CEN,Central_PV,Solar,3.440000057,23,NULL +154715,38,River Mill,OR_PDX,Hydro_NonPumped,Water,18.8,23,existing_generator +1104912,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,44.66999817,23,NULL +156068,3,Foothills Solar Plant,AZ_APS_SW,Central_PV,Solar,35,23,existing_generator +1119037,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,24.90999985,23,NULL +154403,14,Humboldt Bay,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,167,23,existing_generator +157937,9,Walter_Hardman,CAN_BC,Hydro_NonPumped,Water,8,23,existing_generator +1191182733,47,Proposed,WY_NE,Wind,Wind,210,23,NULL +1191209233,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,63,23,NULL +1119062,9,Proposed,CAN_BC,Central_PV,Solar,2.900000095,23,NULL +1191209610,41,Proposed,UT_N,Coal_IGCC,Coal,NULL,23,NULL +154388,14,Coleman PH,CA_PGE_N,Hydro_NonPumped,Water,12.1,23,existing_generator +1102853,33,Proposed,NM_N,Central_PV,Solar,141.0099945,23,NULL +1113418,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.619999886,23,NULL +1116601,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.710000038,23,NULL +1100568,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,432.8599854,23,NULL +1111740,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,48.99000168,23,NULL +1102336,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,1.429999948,23,NULL +1111340,5,Proposed,AZ_NW,Central_PV,Solar,21.77000046,23,NULL +1114426,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,148.8600006,23,NULL +1112234,7,Proposed,AZ_SE,Central_PV,Solar,68.61000061,23,NULL +157096,13,"Sierra Energy Storage, LLC",CA_PGE_CEN,Battery_Storage,Electricity,10,23,existing_generator +1191185045,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +155034,41,Snowbird Power Plant,UT_N,Gas_Internal_Combustion_Engine,Gas,1.8,23,existing_generator +154910,2,Waddell,AZ_APS_N,Hydro_Pumped,Water,40,23,existing_generator +156679,23,"San Isabel Solar, LLC",CO_E,Central_PV,Solar,30,23,existing_generator +1191182554,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1191184946,36,Proposed,NV_S,Wind,Wind,420,23,NULL +1108762,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,110.3600006,23,NULL +1117387,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.230000019,23,NULL +1191209651,32,Proposed,MT_SW,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191183378,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1109558,2,Proposed,AZ_APS_N,Central_PV,Solar,53.86999893,23,NULL +1102430,2,Proposed,AZ_APS_N,Central_PV,Solar,173.6999969,23,NULL +1191182525,36,Proposed,NV_S,Wind,Wind,30,23,NULL +156608,13,Adera Solar,CA_PGE_CEN,Central_PV,Solar,20,23,existing_generator +156855,37,"OR Solar 6, LLC",OR_E,Central_PV,Solar,10,23,existing_generator +1117471,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,14.44999981,23,NULL +1105508,16,Proposed,CA_SCE_CEN,Central_PV,Solar,18.59000015,23,NULL +1112026,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,20.42000008,23,NULL +156236,17,Desert Hot Springs Solar,CA_SCE_S,Central_PV,Solar,2.3,23,existing_generator +1104254,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.109999895,23,NULL +1191209561,42,Proposed,UT_S,Gas_Combustion_Turbine,Gas,NULL,23,NULL +157139,16,Acorn I Energy Storage LLC,CA_SCE_CEN,Battery_Storage,Electricity,2,23,existing_generator +1114237,21,Proposed,CA_SMUD,CSP_Trough_6h_Storage,Solar,15.76000023,23,NULL +154850,40,Roza,OR_WA_BPA,Hydro_NonPumped,Water,12.9,23,existing_generator +1109965,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,5.679999828,23,NULL +155902,33,Albuquerque Solar Energy Center,NM_N,Central_PV,Solar,2,23,existing_generator +156024,11,North Hollywood,CA_LADWP,Hydro_NonPumped,Water,6.7,23,existing_generator +158056,8,Weldwood2,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,29,23,existing_generator +155322,14,Three Forks Water Power Project,CA_PGE_N,Hydro_NonPumped,Water,1.3,23,existing_generator +1002034,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,66.76799774,23,NULL +1115706,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,1.399999976,23,NULL +156080,13,Axium Modesto Solar,CA_PGE_CEN,Central_PV,Solar,25,23,existing_generator +156221,23,CSU Pueblo,CO_E,Central_PV,Solar,1,23,existing_generator +77473,17,RiversideCounty_Partial: 595,CA_SCE_S,Wind,Wind,10,23,NULL +157872,9,East_Toba_River,CAN_BC,Hydro_NonPumped,Water,146.1,23,existing_generator +1102661,35,Proposed,NV_N,Central_PV,Solar,1.190000057,23,NULL +1104622,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,7.769999981,23,NULL +1106413,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.680000067,23,NULL +1118923,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,29.71999931,23,NULL +1191184007,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +158044,8,AUR_GTG2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,existing_generator +1001789,33,Proposed,NM_N,Commercial_PV,Solar,11.42679977,23,NULL +1106026,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,271.1099854,23,NULL +1191185256,2,Proposed,AZ_APS_N,Wind,Wind,390,23,NULL +156788,20,Ramona Solar Energy,CA_SDGE,Central_PV,Solar,4.3,23,existing_generator +155916,34,"Hatch Solar Energy Center I, LLC",NM_S_TX_EPE,Central_PV,Solar,5,23,existing_generator +1191210875,9,Proposed,CAN_BC,Wind,Wind,265.3169861,23,NULL +1108804,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,21.68000031,23,NULL +1110925,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.349999905,23,NULL +1102225,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,120,23,NULL +1109245,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,18.26000023,23,NULL +1191209408,26,Proposed,ID_E,Geothermal,Geothermal,10,23,NULL +1191210455,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,23,NULL +155908,40,PaTu Wind Farm LLC,OR_WA_BPA,Wind,Wind,9,23,existing_generator +1112021,3,Proposed,AZ_APS_SW,Central_PV,Solar,8.909999847,23,NULL +1118682,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,15.43999958,23,NULL +1105505,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.129999995,23,NULL +1116933,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.539999962,23,NULL +1107728,35,Proposed,NV_N,Central_PV,Solar,2.029999971,23,NULL +1113508,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,12.38000011,23,NULL +157039,29,Jawbone Wind Project,MT_NE,Wind,Wind,80,23,existing_generator +1191210409,19,Proposed,CA_SCE_VLY,Coal_Steam_Turbine_Cogen,Coal,38.20000076,23,NULL +1100868,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,261.2000122,23,NULL +1191209570,1,Proposed,AZ_APS_E,Coal_IGCC,Coal,NULL,23,NULL +1104919,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,26.31999969,23,NULL +1106858,35,Proposed,NV_N,Central_PV,Solar,5.800000191,23,NULL +1191183134,5,Proposed,AZ_NW,Wind,Wind,30,23,NULL +1191210535,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,100,23,NULL +1106018,42,Proposed,UT_S,Central_PV,Solar,13.61999989,23,NULL +1114363,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,20,23,NULL +156343,20,Valley Center 1,CA_SDGE,Central_PV,Solar,2.5,23,existing_generator +1191183268,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191184037,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155900,13,Algonquin Power Sanger LLC,CA_PGE_CEN,CCGT,Gas,61.5,23,existing_generator +1118834,5,Proposed,AZ_NW,Central_PV,Solar,12.40999985,23,NULL +1109944,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,7.090000153,23,NULL +157854,9,Bridge_River_1,CAN_BC,Hydro_NonPumped,Water,200,23,existing_generator +1115324,16,Proposed,CA_SCE_CEN,Central_PV,Solar,14.56000042,23,NULL +1191210536,39,Proposed,OR_W,CCGT_Cogen,Gas,96,23,NULL +77408,16,Tehachapi: 509,CA_SCE_CEN,Wind,Wind,67,23,NULL +156813,25,Shavano Falls Hydro,CO_SW,Hydro_NonPumped,Water,2.8,23,existing_generator +1001484,3,Proposed,AZ_APS_SW,Residential_PV,Solar,73.72299957,23,NULL +1110277,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,13.53999996,23,NULL +77405,14,LassenNorth: 506,CA_PGE_N,Wind,Wind,44,23,NULL +1112084,19,Proposed,CA_SCE_VLY,Central_PV,Solar,17.12999916,23,NULL +154598,23,Trinidad (CO),CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5.4,23,existing_generator +1001144,33,Proposed,NM_N,Residential_PV,Solar,34.77500153,23,NULL +1110909,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,32.70999908,23,NULL +1109232,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,28.87000084,23,NULL +156121,2,Perrin Ranch Wind LLC,AZ_APS_N,Wind,Wind,99.2,23,existing_generator +156425,16,Victor Mesa Linda B2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1102141,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,133.9100037,23,NULL +1118752,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,25.36000061,23,NULL +1104119,1,Proposed,AZ_APS_E,Central_PV,Solar,524.8300171,23,NULL +1115277,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,58.29999924,23,NULL +1102634,28,Proposed,MEX_BAJA,Central_PV,Solar,1.820000052,23,NULL +1111323,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,3.470000029,23,NULL +1000083,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,8.4708004,23,NULL +1191183792,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +155174,13,Site 980 65,CA_PGE_CEN,Hydro_NonPumped,Water,2.1,23,existing_generator +1106040,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.730000019,23,NULL +155166,35,New Lahontan,NV_N,Hydro_NonPumped,Water,4,23,existing_generator +158087,8,Wind_EP_Can_29,CAN_ALB,Wind,Wind,81.6,23,existing_generator +1108341,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.350000024,23,NULL +158063,8,Wind_EP_Can_5,CAN_ALB,Wind,Wind,54,23,existing_generator +1114877,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.119999886,23,NULL +155414,15,Sunrise Power LLC,CA_PGE_S,CCGT,Gas,605.4,23,existing_generator +1107716,7,Proposed,AZ_SE,Central_PV,Solar,12.71000004,23,NULL +1117822,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,11.55000019,23,NULL +156282,12,One Market Plaza,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,1.5,23,existing_generator +1100960,4,Proposed,AZ_NM_N,Central_PV,Solar,456.5100098,23,NULL +1108964,35,Proposed,NV_N,Central_PV,Solar,34.90000153,23,NULL +1191209545,26,Proposed,ID_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1119035,9,Proposed,CAN_BC,Central_PV,Solar,24.90999985,23,NULL +157045,15,Windhub Solar A LLC,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1104145,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,1.399999976,23,NULL +1117457,33,Proposed,NM_N,Central_PV,Solar,70.15000153,23,NULL +155764,14,FPL Energy Montezuma Winds LLC,CA_PGE_N,Wind,Wind,36.8,23,existing_generator +157079,36,Techren Solar IV LLC,NV_S,Central_PV,Solar,25,23,existing_generator +1110168,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.819999933,23,NULL +155137,14,Sierra Pacific Loyalton Facility,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,20,23,existing_generator +156988,12,Guadalupe Solar Farm,CA_PGE_BAY,Central_PV,Solar,1.7,23,existing_generator +155648,40,Potholes East Canal 66.0,OR_WA_BPA,Hydro_NonPumped,Water,2.3,23,existing_generator +1191209285,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +156737,16,"Golden Fields Solar I, LLC",CA_SCE_CEN,Central_PV,Solar,54,23,existing_generator +1191183186,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1191209382,26,Proposed,ID_E,Geothermal,Geothermal,15,23,NULL +1101982,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,569.6799927,23,NULL +155096,27,Magic Dam Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,9,23,existing_generator +1109492,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.480000019,23,NULL +1110108,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.690000057,23,NULL +156841,39,Mill Creek Solar (OR),OR_W,Central_PV,Solar,2.2,23,existing_generator +1103227,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,255.6999969,23,NULL +1191185465,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +154400,14,Hamilton Branch,CA_PGE_N,Hydro_NonPumped,Water,2.7,23,existing_generator +1106038,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,5.289999962,23,NULL +1112157,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,1.919999957,23,NULL +155440,3,Mesquite Generating Station Block 2,AZ_APS_SW,CCGT,Gas,691.6,23,existing_generator +1106585,30,Proposed,MT_NW,Central_PV,Solar,3.339999914,23,NULL +1107293,35,Proposed,NV_N,Central_PV,Solar,30.29999924,23,NULL +1191184193,42,Proposed,UT_S,Wind,Wind,30,23,NULL +156711,46,Glacier Battery Storage,WA_W,Battery_Storage,Electricity,2,23,existing_generator +1191183305,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +156188,16,Solar Star 2,CA_SCE_CEN,Central_PV,Solar,279,23,existing_generator +156696,22,Bison Solar LLC,CO_DEN,Central_PV,Solar,30,23,existing_generator +156070,15,Alpaugh 50,CA_PGE_S,Central_PV,Solar,50,23,existing_generator +157892,9,McNair_Creek_Hydro_Project,CAN_BC,Hydro_NonPumped,Water,9.8,23,existing_generator +1191182460,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1106798,35,Proposed,NV_N,Central_PV,Solar,80.09999847,23,NULL +1109218,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,8.029999733,23,NULL +1191209507,38,Proposed,OR_PDX,CCGT,Gas,NULL,23,NULL +156071,41,Salt Palace Solar Gen Plant,UT_N,Central_PV,Solar,1.3,23,existing_generator +1107746,17,Proposed,CA_SCE_S,Central_PV,Solar,47.29000092,23,NULL +1103763,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.069999933,23,NULL +1106587,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,3.339999914,23,NULL +1112721,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.24000001,23,NULL +1109440,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,6.400000095,23,NULL +1191209225,18,Proposed,CA_SCE_SE,Bio_Gas,Bio_Gas,NULL,23,NULL +1110931,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,16.07999992,23,NULL +1116133,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,48,23,NULL +1110947,36,Proposed,NV_S,Central_PV,Solar,24.17000008,23,NULL +157961,28,BAJA-SL,MEX_BAJA,CCGT,Gas,223,23,existing_generator +1191210848,9,Proposed,CAN_BC,Wind,Wind,769.3579712,23,NULL +156535,27,"Mt. Home Solar 1, LLC",ID_S_OR_E,Central_PV,Solar,20,23,existing_generator +155420,48,Beaver Creek Gas Plant,WY_NW,Gas_Combustion_Turbine,Gas,5,23,existing_generator +1191183866,37,Proposed,OR_E,Wind,Wind,510,23,NULL +1106396,7,Proposed,AZ_SE,Central_PV,Solar,6.699999809,23,NULL +77487,17,PalmSprings: 1549,CA_SCE_S,Wind,Wind,101,23,NULL +1115733,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.690000057,23,NULL +156914,14,Lavio Solar,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +154852,49,Alcova,WY_SE,Hydro_NonPumped,Water,41.4,23,existing_generator +1191182696,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191183307,50,Proposed,WY_SW,Wind,Wind,30,23,NULL +77476,16,SanBernardino_Lucerne: 598,CA_SCE_CEN,Wind,Wind,23,23,NULL +1108787,16,Proposed,CA_SCE_CEN,Central_PV,Solar,29.95000076,23,NULL +1116463,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,1.389999986,23,NULL +155219,13,Covanta Stanislaus Energy,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,24,23,existing_generator +1116470,17,Proposed,CA_SCE_S,Central_PV,Solar,6.28000021,23,NULL +1103762,17,Proposed,CA_SCE_S,Central_PV,Solar,2.069999933,23,NULL +1191210374,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,19.20000076,23,NULL +155270,35,Terra-Gen Dixie Valley,NV_N,Geothermal,Geothermal,6.2,23,existing_generator +1191183741,40,Proposed,OR_WA_BPA,Wind,Wind,90,23,NULL +1113110,18,Proposed,CA_SCE_SE,Central_PV,Solar,7.380000114,23,NULL +1191209666,47,Proposed,WY_NE,Coal_Steam_Turbine,Coal,NULL,23,NULL +157051,15,Voyager Wind I,CA_PGE_S,Wind,Wind,131.1,23,existing_generator +1113516,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.049999952,23,NULL +1103979,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.579999924,23,NULL +1108741,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.420000076,23,NULL +1115887,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,8.5,23,NULL +1001862,33,Proposed,NM_N,Residential_PV,Solar,19.47400093,23,NULL +77465,14,PlumasCounty: 581,CA_PGE_N,Wind,Wind,35,23,NULL +1114825,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,4.75,23,NULL +154567,22,Cherokee,CO_DEN,CCGT,Gas,625.6,23,existing_generator +1117386,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.230000019,23,NULL +157843,8,Taylor_Chute,CAN_ALB,Hydro_NonPumped,Water,12.6,23,existing_generator +1118740,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,35.95000076,23,NULL +1111777,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,7.369999886,23,NULL +1117846,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,10.03999996,23,NULL +155933,6,Macys Goodyear,AZ_PHX,Central_PV,Solar,3.5,23,existing_generator +156498,26,BYUI Central Energy Facility,ID_E,Gas_Combustion_Turbine,Gas,5.6,23,existing_generator +1104040,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,411.7099915,23,NULL +1115731,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,10.11999989,23,NULL +1105765,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,2.5,23,NULL +156193,10,Heber Solar,CA_IID,Central_PV,Solar,10.9,23,existing_generator +156199,10,Centinela Solar Energy,CA_IID,Central_PV,Solar,174.8,23,existing_generator +1100956,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,343.1300049,23,NULL +1116243,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.389999986,23,NULL +156257,34,Montana Power Station,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,527.2,23,existing_generator +154451,13,Big Creek 3,CA_PGE_CEN,Hydro_NonPumped,Water,174.5,23,existing_generator +1106819,4,Proposed,AZ_NM_N,Central_PV,Solar,21.86000061,23,NULL +1110051,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,14.90999985,23,NULL +1001339,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,4.834199905,23,NULL +1191185448,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1106272,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,31.90999985,23,NULL +1102200,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,69.01999664,23,NULL +1106465,36,Proposed,NV_S,Central_PV,Solar,34.36000061,23,NULL +1104291,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,256.2900085,23,NULL +1000099,15,Proposed,CA_PGE_S,Commercial_PV,Solar,880.3170166,23,NULL +1104674,43,Proposed,WA_ID_AVA,Central_PV,Solar,13.68000031,23,NULL +1191185440,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +157940,8,Calgary1,CAN_ALB,CCGT,Gas,158,23,existing_generator +1191210068,35,Proposed,NV_N,Geothermal,Geothermal,17,23,NULL +156045,20,Tule Wind LLC,CA_SDGE,Wind,Wind,143,23,existing_generator +156330,25,South Canal Hydro-3,CO_SW,Hydro_NonPumped,Water,3.5,23,existing_generator +1103866,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,23.10000038,23,NULL +1115289,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,28.76000023,23,NULL +1100368,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,146.1000061,23,NULL +1115718,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,3.380000114,23,NULL +1191185171,23,Proposed,CO_E,Wind,Wind,30,23,NULL +156220,34,SEV NM Phase 2,NM_S_TX_EPE,Central_PV,Solar,2,23,existing_generator +1115024,43,Proposed,WA_ID_AVA,Central_PV,Solar,7.090000153,23,NULL +1111310,2,Proposed,AZ_APS_N,Central_PV,Solar,33.75999832,23,NULL +1115649,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.289999962,23,NULL +1191209655,36,Proposed,NV_S,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191183959,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +155095,37,Sprague Hydro,OR_E,Hydro_NonPumped,Water,1.2,23,existing_generator +155192,24,Sugarloaf Hydro Plant,CO_NW,Hydro_NonPumped,Water,2.5,23,existing_generator +155404,14,Sutter Energy Center,CA_PGE_N,CCGT,Gas,636,23,existing_generator +155471,22,Plains End,CO_DEN,Gas_Internal_Combustion_Engine,Gas,114,23,existing_generator +157914,9,Sechelt_Creek,CAN_BC,Hydro_NonPumped,Water,12.5,23,existing_generator +1102265,1,Proposed,AZ_APS_E,Central_PV,Solar,304.3500061,23,NULL +156859,13,Foundation California Training Facility,CA_PGE_CEN,Wind,Wind,1.8,23,existing_generator +1191182471,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191184204,7,Proposed,AZ_SE,Wind,Wind,60,23,NULL +1191209195,3,Proposed,AZ_APS_SW,Bio_Gas,Bio_Gas,NULL,23,NULL +156156,6,Paradise Valley H.S. PV,AZ_PHX,Central_PV,Solar,1.3,23,existing_generator +1108201,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,3.5,23,NULL +1118702,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,9.079999924,23,NULL +1107683,33,Proposed,NM_N,Central_PV,Solar,5.559999943,23,NULL +154691,34,Rio Grande,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,266.5,23,existing_generator +1106008,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,32.45000076,23,NULL +1107297,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,21.63999939,23,NULL +1118192,41,Proposed,UT_N,Central_PV,Solar,3.019999981,23,NULL +1191182499,36,Proposed,NV_S,Wind,Wind,30,23,NULL +155841,7,UASTP I,AZ_SE,Central_PV,Solar,1.2,23,existing_generator +1191185696,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,23,NULL +155017,14,Gosselin Hydro Plant,CA_PGE_N,Hydro_NonPumped,Water,2,23,existing_generator +154697,39,Clearwater 1,OR_W,Hydro_NonPumped,Water,15,23,existing_generator +157975,8,Sundanc1,CAN_ALB,Coal_Steam_Turbine,Coal,280,23,existing_generator +1002028,23,Proposed,CO_E,Residential_PV,Solar,62.59500122,23,NULL +1102838,33,Proposed,NM_N,Central_PV,Solar,646.4099731,23,NULL +156211,16,Vinam,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +157889,9,Lower_Clowhom,CAN_BC,Hydro_NonPumped,Water,11,23,existing_generator +1113527,42,Proposed,UT_S,Central_PV,Solar,5.210000038,23,NULL +156112,37,Outback Solar At Christmas Valley,OR_E,Central_PV,Solar,4.4,23,existing_generator +1107416,29,Proposed,MT_NE,Central_PV,Solar,11.23999977,23,NULL +1112686,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,88.91999817,23,NULL +1104296,13,Proposed,CA_PGE_CEN,Central_PV,Solar,3.089999914,23,NULL +1001352,3,Proposed,AZ_APS_SW,Residential_PV,Solar,2512.149902,23,NULL +1102916,17,Proposed,CA_SCE_S,Central_PV,Solar,4.349999905,23,NULL +1113429,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,22.04999924,23,NULL +1191182697,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1111792,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,23.85000038,23,NULL +1111281,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,2.440000057,23,NULL +154989,38,Beaver,OR_PDX,CCGT,Gas,586.2,23,existing_generator +155228,27,Notch Butte Hydro,ID_S_OR_E,Hydro_NonPumped,Water,1,23,existing_generator +1113526,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,4.659999847,23,NULL +1102448,39,Proposed,OR_W,Central_PV,Solar,1.320000052,23,NULL +1191210594,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,NULL +155060,16,SEGS IV,CA_SCE_CEN,ST,Solar,34.2,23,existing_generator +1108747,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,48.54999924,23,NULL +1191184103,42,Proposed,UT_S,Wind,Wind,2070,23,NULL +156148,11,Central Utilities Plant LAX 2,CA_LADWP,Gas_Combustion_Turbine,Gas,9.2,23,existing_generator +156279,42,Laho Solar Plant,UT_S,Central_PV,Solar,3,23,existing_generator +1116992,17,Proposed,CA_SCE_S,Central_PV,Solar,2.180000067,23,NULL +1105429,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,7.940000057,23,NULL +1191184450,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +154485,17,Grayson,CA_SCE_S,CCGT,Gas,120.5,23,existing_generator +155189,13,Sand Bar Power Plant,CA_PGE_CEN,Hydro_NonPumped,Water,16.2,23,existing_generator +1115239,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.930000067,23,NULL +156847,13,Amazon - Patterson PV,CA_PGE_CEN,Central_PV,Solar,2.5,23,existing_generator +1191210509,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,42.20000076,23,NULL +1191209257,42,Proposed,UT_S,Geothermal,Geothermal,110,23,NULL +156667,49,"Pioneer Wind Park, LLC",WY_SE,Wind,Wind,80,23,existing_generator +1106852,10,Proposed,CA_IID,Central_PV,Solar,35.54000092,23,NULL +1191210428,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,48.20000076,23,NULL +155299,35,Soda Lake Geothermal No I II,NV_N,Geothermal,Geothermal,21,23,existing_generator +1106022,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,33.88000107,23,NULL +1191209519,50,Proposed,WY_SW,CCGT,Gas,NULL,23,NULL +154431,13,Stanislaus,CA_PGE_CEN,Hydro_NonPumped,Water,81.9,23,existing_generator +1110086,16,Proposed,CA_SCE_CEN,Central_PV,Solar,35.45999908,23,NULL +1191210559,7,Proposed,AZ_SE,CCGT_Cogen,Gas,9,23,NULL +154668,32,Hauser,MT_SW,Hydro_NonPumped,Water,14.2,23,existing_generator +154831,25,Tacoma,CO_SW,Hydro_NonPumped,Water,4.6,23,existing_generator +1107578,27,Proposed,ID_S_OR_E,Central_PV,Solar,7.349999905,23,NULL +1110068,16,Proposed,CA_SCE_CEN,Central_PV,Solar,34.84999847,23,NULL +1116170,16,Proposed,CA_SCE_CEN,Central_PV,Solar,14.53999996,23,NULL +156812,34,Columbus Solar Project,NM_S_TX_EPE,Central_PV,Solar,1.9,23,existing_generator +1115210,33,Proposed,NM_N,Central_PV,Solar,7.289999962,23,NULL +1191182632,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191182663,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191209270,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1191185399,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1107754,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,66.38999939,23,NULL +1191210064,14,Proposed,CA_PGE_N,Geothermal,Geothermal,25,23,NULL +155125,15,Rio Bravo Hydro Project,CA_PGE_S,Hydro_NonPumped,Water,14,23,existing_generator +155605,16,McGrath Peaker,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,49.8,23,existing_generator +1114869,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,16.61000061,23,NULL +156626,16,US-TOPCO (Soccer Center),CA_SCE_CEN,Central_PV,Solar,3,23,existing_generator +156660,10,Midway Solar Farm II,CA_IID,Central_PV,Solar,30,23,existing_generator +1108594,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,40.27000046,23,NULL +156351,36,Copper Mountain Solar 3,NV_S,Central_PV,Solar,255,23,existing_generator +1103083,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,161.4499969,23,NULL +1116522,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,4.46999979,23,NULL +1000868,11,Proposed,CA_LADWP,Residential_PV,Solar,16.69199944,23,NULL +1118777,18,Proposed,CA_SCE_SE,Central_PV,Solar,5.78000021,23,NULL +155847,27,Ryegrass Windfarm,ID_S_OR_E,Wind,Wind,23,23,existing_generator +155437,47,Neil Simpson Gas Turbine #2,WY_NE,Gas_Combustion_Turbine,Gas,40,23,existing_generator +1103862,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,3.970000029,23,NULL +1116145,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,11.06999969,23,NULL +155521,12,Donald Von Raesfeld Power Plant,CA_PGE_BAY,CCGT,Gas,154,23,existing_generator +1106002,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,9.380000114,23,NULL +155777,17,Solar Photovoltaic Project #12,CA_SCE_S,Central_PV,Solar,0.5,23,existing_generator +155305,16,San Gabriel Hydro Project,CA_SCE_CEN,Hydro_NonPumped,Water,5,23,existing_generator +1191210463,17,Proposed,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,7.5,23,NULL +154412,14,Narrows PH,CA_PGE_N,Hydro_NonPumped,Water,10.2,23,existing_generator +157011,15,Verwey-Hanford Dairy Digester #3,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,23,existing_generator +1110333,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,12.56999969,23,NULL +1191210859,9,Proposed,CAN_BC,Wind,Wind,170.3930054,23,NULL +1109206,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,19.86000061,23,NULL +1111646,24,Proposed,CO_NW,Central_PV,Solar,3.930000067,23,NULL +1111805,35,Proposed,NV_N,Central_PV,Solar,105.4800034,23,NULL +1191184009,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1191185450,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1191182577,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1114018,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,33.65999985,23,NULL +1001485,27,Proposed,ID_S_OR_E,Commercial_PV,Solar,47.32709885,23,NULL +1102166,40,Proposed,OR_WA_BPA,Central_PV,Solar,329.8299866,23,NULL +1102707,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.99000001,23,NULL +156920,39,Valley Creek Solar,OR_W,Central_PV,Solar,2.2,23,existing_generator +157004,14,Buckeye Geothermal Power Plant,CA_PGE_N,Geothermal,Geothermal,56.9,23,existing_generator +155759,35,Waste Management Lockwood LFGTE,NV_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1118680,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,50.22000122,23,NULL +1107725,4,Proposed,AZ_NM_N,Central_PV,Solar,4.079999924,23,NULL +1191184180,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1001004,11,Proposed,CA_LADWP,Residential_PV,Solar,1039.079956,23,NULL +1117030,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.929999948,23,NULL +154725,39,Dexter,OR_W,Hydro_NonPumped,Water,15,23,existing_generator +1114785,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,15.18999958,23,NULL +1118824,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,12.55000019,23,NULL +154665,42,Manti Lower,UT_S,Hydro_NonPumped,Water,1.2,23,existing_generator +1115972,14,Proposed,CA_PGE_N,Central_PV,Solar,10.97999954,23,NULL +1110780,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,9.850000381,23,NULL +1191185633,34,Proposed,NM_S_TX_EPE,Wind,Wind,7440,23,NULL +157028,10,"Desert Harvest, LLC",CA_IID,Central_PV,Solar,150,23,existing_generator +157029,10,"Maverick Solar, LLC",CA_IID,Central_PV,Solar,225,23,existing_generator +156381,23,Limon III Wind LLC,CO_E,Wind,Wind,200.6,23,existing_generator +1107266,1,Proposed,AZ_APS_E,Central_PV,Solar,27.10000038,23,NULL +1108685,1,Proposed,AZ_APS_E,Central_PV,Solar,61.58000183,23,NULL +154880,29,Fort Peck,MT_NE,Hydro_NonPumped,Water,167,23,existing_generator +1115645,25,Proposed,CO_SW,Central_PV,Solar,35.18000031,23,NULL +157856,9,Brilliant,CAN_BC,Hydro_NonPumped,Water,120,23,existing_generator +1110091,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.409999847,23,NULL +1191182350,26,Proposed,ID_E,Wind,Wind,90,23,NULL +1113399,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.71999979,23,NULL +154526,13,Beardsley,CA_PGE_CEN,Hydro_NonPumped,Water,10,23,existing_generator +1117012,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.279999971,23,NULL +1100005,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,109.2699966,23,NULL +1191209245,35,Proposed,NV_N,Geothermal,Geothermal,65,23,NULL +1000798,49,Proposed,WY_SE,Residential_PV,Solar,48.68500137,23,NULL +1102710,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,3591.429932,23,NULL +1191210375,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,42.09999847,23,NULL +1107702,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,6.110000134,23,NULL +1106405,10,Proposed,CA_IID,Central_PV,Solar,8.489999771,23,NULL +1191183453,8,Proposed,CAN_ALB,Wind,Wind,1230,23,NULL +155534,41,Currant Creek,UT_N,CCGT,Gas,649,23,existing_generator +1191183781,40,Proposed,OR_WA_BPA,Wind,Wind,510,23,NULL +1111790,16,Proposed,CA_SCE_CEN,Central_PV,Solar,23.85000038,23,NULL +1191184148,42,Proposed,UT_S,Wind,Wind,60,23,NULL +1117421,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,8.899999619,23,NULL +1191185551,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1114173,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,1.179999948,23,NULL +1108349,35,Proposed,NV_N,Central_PV,Solar,63.88000107,23,NULL +1000092,15,Proposed,CA_PGE_S,Residential_PV,Solar,19.47400093,23,NULL +1109236,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.440000057,23,NULL +1103861,13,Proposed,CA_PGE_CEN,Central_PV,Solar,3.970000029,23,NULL +1107279,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,15.96000004,23,NULL +1110928,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,13.35999966,23,NULL +154809,31,Colstrip,MT_SE,Coal_Steam_Turbine,Coal,1647.4,23,existing_generator +156012,13,Dinuba Wastewater Treatment Plant,CA_PGE_CEN,Central_PV,Solar,1,23,existing_generator +157941,28,CCCPrsd2,MEX_BAJA,CCGT,Gas,252.6,23,existing_generator +1112506,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,6.019999981,23,NULL +1118091,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,2.460000038,23,NULL +1191210570,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,89,23,NULL +1118868,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,6.210000038,23,NULL +1100779,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,185.6900024,23,NULL +1191209546,27,Proposed,ID_S_OR_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1113378,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.409999967,23,NULL +1191209297,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,23,NULL +155993,2,RE Bagdad Solar I LLC,AZ_APS_N,Central_PV,Solar,16.6,23,existing_generator +155798,16,Alta Wind Energy Center IV,CA_SCE_CEN,Wind,Wind,102,23,existing_generator +1110507,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,11.05000019,23,NULL +1191209592,23,Proposed,CO_E,Coal_IGCC,Coal,NULL,23,NULL +1105904,24,Proposed,CO_NW,Central_PV,Solar,2.910000086,23,NULL +1106029,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,65.31999969,23,NULL +1191209230,35,Proposed,NV_N,Geothermal,Geothermal,12,23,NULL +1110501,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,26.70999908,23,NULL +1112612,33,Proposed,NM_N,Central_PV,Solar,34.27999878,23,NULL +1114688,13,Proposed,CA_PGE_CEN,Central_PV,Solar,54.45000076,23,NULL +1191183830,37,Proposed,OR_E,Wind,Wind,2010,23,NULL +1191209261,36,Proposed,NV_S,Geothermal,Geothermal,250,23,NULL +155308,13,Stockton Biomass,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,54,23,existing_generator +1109214,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,7.110000134,23,NULL +1118692,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,7.829999924,23,NULL +1191209488,19,Proposed,CA_SCE_VLY,CCGT,Gas,NULL,23,NULL +1113519,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,2.910000086,23,NULL +77504,14,Solano: 1904,CA_PGE_N,Wind,Wind,76,23,NULL +156480,16,"Adelanto Solar, LLC",CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1105513,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,19.19000053,23,NULL +1115333,39,Proposed,OR_W,Central_PV,Solar,59.97999954,23,NULL +1191183779,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +155938,17,"Staples La Mirada, CA",CA_SCE_S,Central_PV,Solar,1.1,23,existing_generator +1106434,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.720000029,23,NULL +1111689,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,1.629999995,23,NULL +1118447,43,Proposed,WA_ID_AVA,Central_PV,Solar,6.920000076,23,NULL +1105548,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,1.25999999,23,NULL +1100977,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,180.0200043,23,NULL +1107183,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,25.88999939,23,NULL +155352,14,MM Yolo Power,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,23,existing_generator +1191209659,40,Proposed,OR_WA_BPA,Coal_Steam_Turbine,Coal,NULL,23,NULL +156238,7,Vista Grande HS at Casa Grande,AZ_SE,Central_PV,Solar,1.8,23,existing_generator +1105883,33,Proposed,NM_N,Central_PV,Solar,1.169999957,23,NULL +154868,43,Moyie Springs,WA_ID_AVA,Hydro_NonPumped,Water,3.9,23,existing_generator +1117415,25,Proposed,CO_SW,Central_PV,Solar,35.70999908,23,NULL +154345,6,Ocotillo,AZ_PHX,Gas_Combustion_Turbine,Gas,106.2,23,existing_generator +157130,40,"Orchard Windfarm, LLC",OR_WA_BPA,Wind,Wind,40,23,existing_generator +155903,33,Los Lunas Solar Energy Center,NM_N,Central_PV,Solar,7,23,existing_generator +1111276,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,35.18000031,23,NULL +156225,16,Rosamond One,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1191182732,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1108974,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,6.679999828,23,NULL +1115737,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,166.6499939,23,NULL +1117907,33,Proposed,NM_N,Central_PV,Solar,25.92000008,23,NULL +155200,11,Equilon Los Angeles Refining,CA_LADWP,Gas_Steam_Turbine,Gas,23,23,existing_generator +1001856,23,Proposed,CO_E,Residential_PV,Solar,385.3070068,23,NULL +1117419,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,33.81000137,23,NULL +155810,11,Occidental College Solar Project,CA_LADWP,Central_PV,Solar,1,23,existing_generator +157062,13,EDPR CA Solar Park VI LLC (CA),CA_PGE_CEN,Central_PV,Solar,201,23,existing_generator +1100377,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,170.1999969,23,NULL +1100978,3,Proposed,AZ_APS_SW,Central_PV,Solar,155.5599976,23,NULL +1108105,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,45.56000137,23,NULL +1102989,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,137.7200012,23,NULL +1112252,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.800000191,23,NULL +155156,10,Vulcan-BN Geothermal Power Company,CA_IID,Geothermal,Geothermal,39.6,23,existing_generator +1110290,35,Proposed,NV_N,Central_PV,Solar,4.019999981,23,NULL +154750,42,Manti Upper,UT_S,Hydro_NonPumped,Water,1.6,23,existing_generator +154755,42,Boulder,UT_S,Hydro_NonPumped,Water,4.2,23,existing_generator +1191182805,49,Proposed,WY_SE,Wind,Wind,540,23,NULL +1191209525,6,Proposed,AZ_PHX,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191182544,36,Proposed,NV_S,Wind,Wind,360,23,NULL +1102052,43,Proposed,WA_ID_AVA,Central_PV,Solar,324.9400024,23,NULL +1110082,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,23.67000008,23,NULL +1116506,35,Proposed,NV_N,Central_PV,Solar,37.86000061,23,NULL +155875,22,RV CSU Power II LLC,CO_DEN,Central_PV,Solar,3,23,existing_generator +155181,27,Tunnel 1 Power Project,ID_S_OR_E,Hydro_NonPumped,Water,7,23,existing_generator +1110927,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,13.35999966,23,NULL +1102184,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,168.2700043,23,NULL +1191209214,40,Proposed,OR_WA_BPA,Bio_Gas,Bio_Gas,NULL,23,NULL +77422,20,SanDiegoSouth: 523,CA_SDGE,Wind,Wind,70,23,NULL +1191183682,50,Proposed,WY_SW,Wind,Wind,180,23,NULL +77436,16,Tehachapi: 549,CA_SCE_CEN,Wind,Wind,21,23,NULL +1106408,4,Proposed,AZ_NM_N,Central_PV,Solar,1.190000057,23,NULL +156749,25,Conejos 1 Community Solar Array,CO_SW,Central_PV,Solar,1.5,23,existing_generator +158075,8,Wind_EP_Can_17,CAN_ALB,Wind,Wind,3.4,23,existing_generator +1111728,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.940000057,23,NULL +1191184049,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155627,35,Galena 3 Geothermal Power Plant,NV_N,Geothermal,Geothermal,30,23,existing_generator +154765,46,Snoqualmie,WA_W,Hydro_NonPumped,Water,12.8,23,existing_generator +1106375,5,Proposed,AZ_NW,Central_PV,Solar,3.910000086,23,NULL +155943,22,DOE Golden NREL Main Campus,CO_DEN,Central_PV,Solar,3.3,23,existing_generator +155999,17,Golden Springs Building D,CA_SCE_S,Central_PV,Solar,1.3,23,existing_generator +1191182424,26,Proposed,ID_E,Wind,Wind,60,23,NULL +1112480,14,Proposed,CA_PGE_N,Central_PV,Solar,31.05999947,23,NULL +1117240,19,Proposed,CA_SCE_VLY,CSP_Trough_6h_Storage,Solar,36.15999985,23,NULL +1118212,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,7.909999847,23,NULL +155004,13,Dinosaur Point,CA_PGE_CEN,Wind,Wind,17.4,23,existing_generator +1111324,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,3.470000029,23,NULL +1109566,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,11.44999981,23,NULL +1110040,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,20.73999977,23,NULL +1100434,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,723.8400269,23,NULL +1191183422,29,Proposed,MT_NE,Wind,Wind,30,23,NULL +1113122,35,Proposed,NV_N,Central_PV,Solar,15.64000034,23,NULL +1102858,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,226.8500061,23,NULL +1103879,30,Proposed,MT_NW,Central_PV,Solar,46.34000015,23,NULL +1101048,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,116.2799988,23,NULL +157003,10,CE&P Imperial Valley 1,CA_IID,CCGT,Gas,50,23,existing_generator +1000318,20,Proposed,CA_SDGE,Residential_PV,Solar,350.5320129,23,NULL +1191210454,16,Proposed,CA_SCE_CEN,Coal_Steam_Turbine_Cogen,Coal,24,23,NULL +156799,7,Pima Community College - East Campus,AZ_SE,Central_PV,Solar,1.3,23,existing_generator +1191209412,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +155628,41,Salt Lake Energy Systems,UT_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1112736,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,5.75,23,NULL +1191210392,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,39.09999847,23,NULL +1191184041,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1102869,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,92.02999878,23,NULL +1191209275,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +154885,17,Yorba Linda,CA_SCE_S,Hydro_NonPumped,Water,5.1,23,existing_generator +1191210857,9,Proposed,CAN_BC,Wind,Wind,117.2129974,23,NULL +1111571,48,Proposed,WY_NW,Central_PV,Solar,2.24000001,23,NULL +1191185503,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1118346,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,26.71999931,23,NULL +1191184841,3,Proposed,AZ_APS_SW,Wind,Wind,60,23,NULL +1191184212,7,Proposed,AZ_SE,Wind,Wind,60,23,NULL +155972,26,Power County Wind Park South,ID_E,Wind,Wind,22.5,23,existing_generator +157990,8,MuskgRvr2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,75,23,existing_generator +1109244,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,18.26000023,23,NULL +1117871,5,Proposed,AZ_NW,Central_PV,Solar,11.31000042,23,NULL +1118342,10,Proposed,CA_IID,Central_PV,Solar,1.350000024,23,NULL +1191210400,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,23,NULL +77340,16,Barstow: 8,CA_SCE_CEN,Wind,Wind,44,23,NULL +1110955,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,44.04999924,23,NULL +1191209209,44,Proposed,WA_N_CEN,Bio_Gas,Bio_Gas,NULL,23,NULL +1191209577,8,Proposed,CAN_ALB,Coal_IGCC,Coal,NULL,23,NULL +156179,14,Gridley Main Two,CA_PGE_N,Central_PV,Solar,2.5,23,existing_generator +155081,15,Bear Mountain Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,23,existing_generator +1191210586,9,Proposed,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,69,23,NULL +1109979,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,29.79000092,23,NULL +1116575,36,Proposed,NV_S,Central_PV,Solar,21.32999992,23,NULL +1116517,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,6.119999886,23,NULL +155170,17,San Gorgonio Farms Wind Farm,CA_SCE_S,Wind,Wind,31,23,existing_generator +157869,9,Doran_Taylor,CAN_BC,Hydro_NonPumped,Water,3,23,existing_generator +1113563,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.940000057,23,NULL +1118642,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,33.56000137,23,NULL +155662,3,Solana Generating Station,AZ_APS_SW,CSP_Trough_No_Storage,Solar,280,23,existing_generator +156195,16,Victor Dry Farm Ranch A,CA_SCE_CEN,Central_PV,Solar,5,23,existing_generator +156246,17,Garnet Solar Generation Station I LLC,CA_SCE_S,Central_PV,Solar,4,23,existing_generator +156969,11,CFW Solar X LLC - Vaughn,CA_LADWP,Central_PV,Solar,1.6,23,existing_generator +1116208,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,16.06999969,23,NULL +1191210872,9,Proposed,CAN_BC,Wind,Wind,327.5329895,23,NULL +1110087,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,35.45999908,23,NULL +1191183278,41,Proposed,UT_N,Wind,Wind,60,23,NULL +1191185684,39,Proposed,OR_W,Offshore_Wind,Wind,150,23,NULL +155198,15,High Sierra Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,49.8,23,existing_generator +156630,13,Dinuba Energy,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,11.5,23,existing_generator +156918,36,Dignity - Siena Campus,NV_S,Central_PV,Solar,1.4,23,existing_generator +1191184801,33,Proposed,NM_N,Wind,Wind,150,23,NULL +1191210093,35,Proposed,NV_N,Geothermal,Geothermal,13,23,NULL +155975,16,Naval Air Weapons Station China Lake,CA_SCE_CEN,Central_PV,Solar,11.1,23,existing_generator +156321,16,Summer Solar B2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1191183914,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1112852,43,Proposed,WA_ID_AVA,Central_PV,Solar,1.190000057,23,NULL +1104892,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,30.23999977,23,NULL +156691,27,"Vale Air Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,10,23,existing_generator +157103,44,Typha Solar Project,WA_N_CEN,Central_PV,Solar,5,23,existing_generator +156060,13,Lodi Energy Center,CA_PGE_CEN,CCGT,Gas,288.9,23,existing_generator +1191185282,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1191209598,29,Proposed,MT_NE,Coal_IGCC,Coal,NULL,23,NULL +1191210394,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,6,23,NULL +155240,16,Mojave 18,CA_SCE_CEN,Wind,Wind,40.5,23,existing_generator +155839,16,AV Solar Ranch One,CA_SCE_CEN,Central_PV,Solar,253,23,existing_generator +156462,36,Searchlight Solar,NV_S,Central_PV,Solar,17.5,23,existing_generator +1001343,23,Proposed,CO_E,Commercial_PV,Solar,26.58810043,23,NULL +1116872,39,Proposed,OR_W,Central_PV,Solar,26.04999924,23,NULL +1191209764,45,Proposed,WA_SEATAC,Battery_Storage,Electricity,NULL,23,NULL +155072,27,Amalgamated Sugar Twin Falls,ID_S_OR_E,Coal_Steam_Turbine,Coal,10.2,23,existing_generator +1106261,22,Proposed,CO_DEN,Central_PV,Solar,47.00999832,23,NULL +1107952,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,6.619999886,23,NULL +1117922,35,Proposed,NV_N,Central_PV,Solar,6.800000191,23,NULL +1108725,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,11.03999996,23,NULL +1191184385,35,Proposed,NV_N,Wind,Wind,120,23,NULL +1191209228,35,Proposed,NV_N,Geothermal,Geothermal,27,23,NULL +1117932,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,18.30999947,23,NULL +155666,10,North Brawley Geothermal Plant,CA_IID,Geothermal,Geothermal,64,23,existing_generator +1191209199,45,Proposed,WA_SEATAC,Bio_Gas,Bio_Gas,NULL,23,NULL +156820,37,"OR Solar 3, LLC",OR_E,Central_PV,Solar,10,23,existing_generator +1103730,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,1.669999957,23,NULL +1104074,4,Proposed,AZ_NM_N,Central_PV,Solar,1650.280029,23,NULL +1112744,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.470000029,23,NULL +1112000,47,Proposed,WY_NE,Central_PV,Solar,315,23,NULL +1116981,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,4.519999981,23,NULL +154693,4,San Juan,AZ_NM_N,Coal_Steam_Turbine,Coal,924,23,existing_generator +156704,46,Calligan Creek Hydroelectric Project,WA_W,Hydro_NonPumped,Water,6,23,existing_generator +157865,9,Clayton_Falls,CAN_BC,Hydro_NonPumped,Water,1.3,23,existing_generator +1191184784,25,Proposed,CO_SW,Wind,Wind,90,23,NULL +1116520,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.769999981,23,NULL +1191182674,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1191210517,46,Proposed,WA_W,CCGT_Cogen,Gas,125.5,23,NULL +1191184022,46,Proposed,WA_W,Wind,Wind,30,23,NULL +157083,17,DESI-2 Battery Storage Facility,CA_SCE_S,Battery_Storage,Electricity,1.4,23,existing_generator +1105449,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.059999943,23,NULL +1191185459,43,Proposed,WA_ID_AVA,Wind,Wind,210,23,NULL +156144,11,Pierce College,CA_LADWP,Central_PV,Solar,1.9,23,existing_generator +1001365,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,16.91970062,23,NULL +154392,14,Deer Creek PH,CA_PGE_N,Hydro_NonPumped,Water,5.5,23,existing_generator +1110090,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.409999847,23,NULL +1110342,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,11.5,23,NULL +1112732,36,Proposed,NV_S,Central_PV,Solar,20.70000076,23,NULL +156966,11,Francisco St. Solar,CA_LADWP,Central_PV,Solar,1.2,23,existing_generator +1102694,13,Proposed,CA_PGE_CEN,Central_PV,Solar,2.269999981,23,NULL +1102708,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.99000001,23,NULL +1112477,14,Proposed,CA_PGE_N,Central_PV,Solar,51.88000107,23,NULL +1114872,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,7.159999847,23,NULL +155295,16,85 A,CA_SCE_CEN,Wind,Wind,14.1,23,existing_generator +1107413,32,Proposed,MT_SW,Central_PV,Solar,1.710000038,23,NULL +1107242,35,Proposed,NV_N,Central_PV,Solar,202.0599976,23,NULL +1191183804,6,Proposed,AZ_PHX,Wind,Wind,30,23,NULL +156724,20,Valley Center,CA_SDGE,Central_PV,Solar,3,23,existing_generator +1117517,35,Proposed,NV_N,Central_PV,Solar,14.43999958,23,NULL +1001893,23,Proposed,CO_E,Commercial_PV,Solar,25.80480003,23,NULL +1117495,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,52.43000031,23,NULL +1191184190,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +155307,22,Hillcrest Pump Station,CO_DEN,Hydro_NonPumped,Water,2,23,existing_generator +1101979,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,290.7900085,23,NULL +1115690,36,Proposed,NV_S,Central_PV,Solar,15.21000004,23,NULL +1117381,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,15.15999985,23,NULL +1191209319,35,Proposed,NV_N,Geothermal,Geothermal,16,23,NULL +1113426,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,2.849999905,23,NULL +156277,42,Buckhorn Solar Plant,UT_S,Central_PV,Solar,3,23,existing_generator +1114401,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.130000114,23,NULL +1111318,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,26.73999977,23,NULL +1116462,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,1.389999986,23,NULL +156372,29,Two Dot Wind Farm,MT_NE,Wind,Wind,9.7,23,existing_generator +1191184478,27,Proposed,ID_S_OR_E,Wind,Wind,180,23,NULL +1108058,2,Proposed,AZ_APS_N,Central_PV,Solar,2.829999924,23,NULL +1191209189,24,Proposed,CO_NW,Bio_Gas,Bio_Gas,NULL,23,NULL +1191183290,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191185303,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1110445,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,17.89999962,23,NULL +1115738,2,Proposed,AZ_APS_N,Central_PV,Solar,16.14999962,23,NULL +1191210469,1,Proposed,AZ_APS_E,Coal_Steam_Turbine_Cogen,Coal,70.5,23,NULL +1113148,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.980000019,23,NULL +1118343,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.350000024,23,NULL +77437,14,RoundMountain: 550,CA_PGE_N,Wind,Wind,43,23,NULL +156853,37,"OR Solar 8, LLC",OR_E,Central_PV,Solar,10,23,existing_generator +1100543,25,Proposed,CO_SW,Central_PV,Solar,774.2199707,23,NULL +1113941,35,Proposed,NV_N,Central_PV,Solar,9.050000191,23,NULL +1001844,3,Proposed,AZ_APS_SW,Residential_PV,Solar,29.21100044,23,NULL +1191182567,36,Proposed,NV_S,Wind,Wind,30,23,NULL +77448,16,SanBernardino_Lucerne: 561,CA_SCE_CEN,Wind,Wind,88,23,NULL +1191184197,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1107731,2,Proposed,AZ_APS_N,Central_PV,Solar,12.35999966,23,NULL +1114029,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,22.96999931,23,NULL +156400,15,RE Mustang LLC,CA_PGE_S,Central_PV,Solar,100,23,existing_generator +1113128,7,Proposed,AZ_SE,Central_PV,Solar,18.01000023,23,NULL +1191183788,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +155529,12,SJ/SC WPCP,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,8.4,23,existing_generator +1191184026,46,Proposed,WA_W,Wind,Wind,60,23,NULL +1191209540,21,Proposed,CA_SMUD,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1112717,3,Proposed,AZ_APS_SW,Central_PV,Solar,86.15000153,23,NULL +156286,16,Otoe Solar Power Generation Station 1 LL,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1112184,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.590000033,23,NULL +1191210440,16,Proposed,CA_SCE_CEN,CCGT_Cogen,Gas,49.29999924,23,NULL +1191210416,16,Proposed,CA_SCE_CEN,CCGT_Cogen,Gas,41.09999847,23,NULL +1106381,17,Proposed,CA_SCE_S,Central_PV,Solar,28.55999947,23,NULL +155290,16,Mojave 3,CA_SCE_CEN,Wind,Wind,23.5,23,existing_generator +158013,8,Rainbw56,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,existing_generator +1108198,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,10.03999996,23,NULL +1105617,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,11.44999981,23,NULL +1111286,4,Proposed,AZ_NM_N,Central_PV,Solar,13.30000019,23,NULL +1115763,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,36.79999924,23,NULL +1110275,13,Proposed,CA_PGE_CEN,Central_PV,Solar,13.53999996,23,NULL +1113973,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,8.609999657,23,NULL +1104541,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.359999895,23,NULL +1106407,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,8.489999771,23,NULL +1191185294,25,Proposed,CO_SW,Wind,Wind,90,23,NULL +154803,41,Echo Dam,UT_N,Hydro_NonPumped,Water,4.4,23,existing_generator +1114911,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,116.0999985,23,NULL +155642,13,Midway Peaking LLC,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,139.8,23,existing_generator +1103081,43,Proposed,WA_ID_AVA,Central_PV,Solar,161.4499969,23,NULL +1115234,35,Proposed,NV_N,Central_PV,Solar,5.360000134,23,NULL +155052,13,Kingsburg Cogen,CA_PGE_CEN,CCGT,Gas,36.2,23,existing_generator +1100420,3,Proposed,AZ_APS_SW,Central_PV,Solar,215.0500031,23,NULL +1109439,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,6.400000095,23,NULL +154657,26,Upper Power Plant,ID_E,Hydro_NonPumped,Water,8,23,existing_generator +1107333,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,14.65999985,23,NULL +1111594,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,3.660000086,23,NULL +154798,26,Island Park,ID_E,Hydro_NonPumped,Water,4.8,23,existing_generator +158077,8,Wind_EP_Can_19,CAN_ALB,Wind,Wind,0.7,23,existing_generator +1191210546,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,678.2999878,23,NULL +155317,17,Biola University,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,2.2,23,existing_generator +155636,23,Logan Wind Energy,CO_E,Wind,Wind,201,23,existing_generator +157831,8,Chin_Chute,CAN_ALB,Hydro_NonPumped,Water,11,23,existing_generator +1108772,2,Proposed,AZ_APS_N,Central_PV,Solar,10.39999962,23,NULL +1107328,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,86.19000244,23,NULL +1108022,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.119999886,23,NULL +1118866,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,13.27000046,23,NULL +1191183424,29,Proposed,MT_NE,Wind,Wind,30,23,NULL +77519,17,PalmSprings: 1919,CA_SCE_S,Wind,Wind,82,23,NULL +154879,23,Burlington (CO),CO_E,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,129.4,23,existing_generator +1116587,7,Proposed,AZ_SE,Central_PV,Solar,47.90000153,23,NULL +1104117,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,77.84999847,23,NULL +1105148,12,Proposed,CA_PGE_BAY,Central_PV,Solar,1.370000005,23,NULL +1110483,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,51.68999863,23,NULL +1191185337,44,Proposed,WA_N_CEN,Wind,Wind,1620,23,NULL +156139,17,Tahquitz High School,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1112997,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,28.03000069,23,NULL +1118795,3,Proposed,AZ_APS_SW,Central_PV,Solar,106.3600006,23,NULL +1112910,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,2.059999943,23,NULL +1191209217,21,Proposed,CA_SMUD,Bio_Gas,Bio_Gas,NULL,23,NULL +155132,16,Santa Felicia Dam,CA_SCE_CEN,Hydro_NonPumped,Water,1.3,23,existing_generator +1110985,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,7.400000095,23,NULL +155040,35,Beowawe Power,NV_N,Geothermal,Geothermal,17,23,existing_generator +1001312,37,Proposed,OR_E,Residential_PV,Solar,168.3110046,23,NULL +1102835,25,Proposed,CO_SW,Central_PV,Solar,67.13999939,23,NULL +155447,20,Cuyamaca Peak Energy Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,48.7,23,existing_generator +156536,42,"Pavant Solar, LLC",UT_S,Central_PV,Solar,50,23,existing_generator +1113991,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.809999943,23,NULL +157841,8,Rundle,CAN_ALB,Hydro_NonPumped,Water,47.3,23,existing_generator +1100303,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,994.5800171,23,NULL +1105682,12,Proposed,CA_PGE_BAY,Central_PV,Solar,2.400000095,23,NULL +1112219,35,Proposed,NV_N,Central_PV,Solar,45.54999924,23,NULL +155745,17,Whittier LFG Power Plant #1,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,23,existing_generator +1111251,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,2840.090088,23,NULL +1191183377,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1108717,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,2.039999962,23,NULL +1191209660,41,Proposed,UT_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191185660,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,60,23,NULL +1191210836,1,Proposed,AZ_APS_E,CCGT,Gas,NULL,23,NULL +1114357,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.880000114,23,NULL +1114409,35,Proposed,NV_N,Central_PV,Solar,15.82999992,23,NULL +1102185,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,168.2700043,23,NULL +1101344,40,Proposed,OR_WA_BPA,Central_PV,Solar,40.41999817,23,NULL +1191183731,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1191210390,16,Proposed,CA_SCE_CEN,CCGT_Cogen,Gas,28.29999924,23,NULL +154710,39,Toketee Falls,OR_W,Hydro_NonPumped,Water,42.6,23,existing_generator +1191184205,7,Proposed,AZ_SE,Wind,Wind,120,23,NULL +1191209760,41,Proposed,UT_N,Battery_Storage,Electricity,NULL,23,NULL +1191182626,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156484,7,Tech Park Solar,AZ_SE,Central_PV,Solar,5,23,existing_generator +156582,42,"Granite Mountain Solar West, LLC",UT_S,Central_PV,Solar,50.4,23,existing_generator +1115656,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,6.289999962,23,NULL +1113427,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,2.849999905,23,NULL +157060,13,Little Bear 4,CA_PGE_CEN,Central_PV,Solar,50,23,existing_generator +154603,22,Big Thompson,CO_DEN,Hydro_NonPumped,Water,4.5,23,existing_generator +156930,36,Dignity - San Martin,NV_S,Central_PV,Solar,1.7,23,existing_generator +1118873,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.849999905,23,NULL +155297,16,Helzel & Schwarzhoff 88 Wind Farm,CA_SCE_CEN,Wind,Wind,1.8,23,existing_generator +1108289,36,Proposed,NV_S,Central_PV,Solar,7.570000172,23,NULL +1114379,3,Proposed,AZ_APS_SW,Central_PV,Solar,93.23000336,23,NULL +1109129,15,Proposed,CA_PGE_S,Central_PV,Solar,20.48999977,23,NULL +1115165,23,Proposed,CO_E,Central_PV,Solar,240.8899994,23,NULL +1191184027,40,Proposed,OR_WA_BPA,Wind,Wind,90,23,NULL +1115315,16,Proposed,CA_SCE_CEN,Central_PV,Solar,9.420000076,23,NULL +154888,17,Pebbly Beach,CA_SCE_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,9.4,23,existing_generator +155927,15,Bakersfield College Solar 01,CA_PGE_S,Central_PV,Solar,1.1,23,existing_generator +156227,16,Rio Grande Solar,CA_SCE_CEN,Central_PV,Solar,5,23,existing_generator +1101986,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,121.0199966,23,NULL +1110456,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,16.30999947,23,NULL +1111389,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,1.320000052,23,NULL +1191185136,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1113512,2,Proposed,AZ_APS_N,Central_PV,Solar,4.429999828,23,NULL +154667,29,Cochrane,MT_NE,Hydro_NonPumped,Water,60.4,23,existing_generator +157118,33,Vista Solar Energy Center,NM_N,Central_PV,Solar,10,23,existing_generator +1109942,17,Proposed,CA_SCE_S,Central_PV,Solar,7.090000153,23,NULL +1116627,46,Proposed,WA_W,CSP_Trough_No_Storage,Solar,2.119999886,23,NULL +1105295,13,Proposed,CA_PGE_CEN,Central_PV,Solar,13.90999985,23,NULL +1108279,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.269999981,23,NULL +1115639,35,Proposed,NV_N,Central_PV,Solar,1.320000052,23,NULL +155454,17,Indigo Energy Facility,CA_SCE_S,Gas_Combustion_Turbine,Gas,149.7,23,existing_generator +1104449,36,Proposed,NV_S,Central_PV,Solar,39.40000153,23,NULL +154826,1,Coronado,AZ_APS_E,Coal_Steam_Turbine,Coal,821.8,23,existing_generator +155788,17,Solar Photovoltaic Project #27,CA_SCE_S,Central_PV,Solar,2,23,existing_generator +1115765,36,Proposed,NV_S,Central_PV,Solar,3.440000057,23,NULL +1191183187,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1191185276,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1002097,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,10.27709961,23,NULL +1112037,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,9,23,NULL +1113893,33,Proposed,NM_N,Central_PV,Solar,9.270000458,23,NULL +1000164,47,Proposed,WY_NE,Residential_PV,Solar,47.29399872,23,NULL +1115618,7,Proposed,AZ_SE,Central_PV,Solar,4.309999943,23,NULL +1113903,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,15.56000042,23,NULL +1117449,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,10.43999958,23,NULL +1101051,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,155.6000061,23,NULL +155813,23,Cedar Point Wind,CO_E,Wind,Wind,252,23,existing_generator +1114386,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,193.1999969,23,NULL +1117890,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,11.61999989,23,NULL +1105466,36,Proposed,NV_S,Central_PV,Solar,23.28000069,23,NULL +1118592,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,33.75,23,NULL +156534,13,Sun Harvest Solar NDP1,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +1100153,49,Proposed,WY_SE,Central_PV,Solar,112.0599976,23,NULL +1117228,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,29.93000031,23,NULL +1000018,22,Proposed,CO_DEN,Residential_PV,Solar,47.29399872,23,NULL +1191185540,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +157924,9,St_Mary,CAN_BC,Hydro_NonPumped,Water,2.3,23,existing_generator +77489,10,PalmSprings: 1552,CA_IID,Wind,Wind,18,23,NULL +156145,11,VA Sepulveda Ambulatory Care Center,CA_LADWP,Central_PV,Solar,3.5,23,existing_generator +1115284,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,13.18999958,23,NULL +1104554,5,Proposed,AZ_NW,Central_PV,Solar,38.11000061,23,NULL +1191183482,29,Proposed,MT_NE,Wind,Wind,330,23,NULL +1001347,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,4.143599987,23,NULL +1105409,35,Proposed,NV_N,Central_PV,Solar,24.01000023,23,NULL +1116842,27,Proposed,ID_S_OR_E,Central_PV,Solar,10.05000019,23,NULL +154591,23,Holly,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.9,23,existing_generator +156750,22,Arapahoe 3 Community Solar Array,CO_DEN,Central_PV,Solar,1.8,23,existing_generator +1107319,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,39.79000092,23,NULL +1191185497,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1104953,2,Proposed,AZ_APS_N,Central_PV,Solar,11.38000011,23,NULL +155262,39,Slate Creek,OR_W,Hydro_NonPumped,Water,4.2,23,existing_generator +155551,35,TS Power Plant,NV_N,Coal_Steam_Turbine,Coal,242,23,existing_generator +156687,27,"Hyline Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,9,23,existing_generator +1117834,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,5.579999924,23,NULL +1191184138,42,Proposed,UT_S,Wind,Wind,150,23,NULL +155654,50,Mountain Wind Power LLC,WY_SW,Wind,Wind,61,23,existing_generator +155687,43,Biotech LS 0836,WA_ID_AVA,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1,23,existing_generator +1102223,6,Proposed,AZ_PHX,Central_PV,Solar,120,23,NULL +1191185382,22,Proposed,CO_DEN,Wind,Wind,960,23,NULL +77443,16,Tehachapi: 556,CA_SCE_CEN,Wind,Wind,24,23,NULL +1108001,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.980000019,23,NULL +1113557,2,Proposed,AZ_APS_N,Central_PV,Solar,14.19999981,23,NULL +1104936,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,51.06999969,23,NULL +1114630,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,7.440000057,23,NULL +1191183363,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191184208,7,Proposed,AZ_SE,Wind,Wind,270,23,NULL +1110432,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,23.72999954,23,NULL +1191209730,11,Proposed,CA_LADWP,Battery_Storage,Electricity,NULL,23,NULL +156186,27,Fargo Drop,ID_S_OR_E,Hydro_NonPumped,Water,1.1,23,existing_generator +1105919,35,Proposed,NV_N,Central_PV,Solar,8.979999542,23,NULL +1191209593,24,Proposed,CO_NW,Coal_IGCC,Coal,NULL,23,NULL +1001224,4,Proposed,AZ_NM_N,Residential_PV,Solar,52.85800171,23,NULL +154468,17,Long Beach Generation LLC,CA_SCE_S,Gas_Combustion_Turbine,Gas,252,23,existing_generator +1112196,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,10.18000031,23,NULL +157084,17,Orange County Energy Storage 2,CA_SCE_S,Battery_Storage,Electricity,9,23,existing_generator +1000120,38,Proposed,OR_PDX,Residential_PV,Solar,4956.129883,23,NULL +1110930,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,16.07999992,23,NULL +1116032,13,Proposed,CA_PGE_CEN,Central_PV,Solar,20.62999916,23,NULL +1106861,33,Proposed,NM_N,Central_PV,Solar,19.07999992,23,NULL +1104090,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.519999981,23,NULL +154528,13,Tulloch,CA_PGE_CEN,Hydro_NonPumped,Water,24.2,23,existing_generator +1108247,18,Proposed,CA_SCE_SE,Central_PV,Solar,12.55000019,23,NULL +1109170,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,37.65000153,23,NULL +1191210391,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,300,23,NULL +155104,14,Rio Bravo Rocklin,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,27.9,23,existing_generator +1105154,14,Proposed,CA_PGE_N,Central_PV,Solar,3.930000067,23,NULL +158048,9,BrrrdTh3,CAN_BC,Gas_Steam_Turbine,Gas,150,23,existing_generator +1102266,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,304.3500061,23,NULL +1114555,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,3435.02002,23,NULL +1191184449,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1111690,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,1.629999995,23,NULL +1191209515,46,Proposed,WA_W,CCGT,Gas,NULL,23,NULL +156026,36,Moapa Southern Paiute,NV_S,Central_PV,Solar,250,23,existing_generator +1116087,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,8.68999958,23,NULL +1117905,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,32.68000031,23,NULL +155770,17,Solar Photovoltaic Project #05,CA_SCE_S,Central_PV,Solar,2.5,23,existing_generator +1001149,50,Proposed,WY_SW,Commercial_PV,Solar,7.355400085,23,NULL +157015,3,AES ES GILBERT,AZ_APS_SW,Battery_Storage,Electricity,10,23,existing_generator +156644,16,Solverde 1,CA_SCE_CEN,Central_PV,Solar,85,23,existing_generator +1101234,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.029999971,23,NULL +1106701,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,11.07999992,23,NULL +1110072,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,15.30000019,23,NULL +1191185476,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +157845,8,Waterton_CHD,CAN_ALB,Hydro_NonPumped,Water,2.8,23,existing_generator +1107773,2,Proposed,AZ_APS_N,Central_PV,Solar,41.11999893,23,NULL +155865,17,"Sentinel Energy Center, LLC",CA_SCE_S,Gas_Combustion_Turbine,Gas,800,23,existing_generator +1108727,1,Proposed,AZ_APS_E,Central_PV,Solar,44.56000137,23,NULL +154858,46,Diablo,WA_W,Hydro_NonPumped,Water,182.4,23,existing_generator +155641,27,Bennett Creek Windfarm LLC - Mountain Home,ID_S_OR_E,Wind,Wind,21,23,existing_generator +1191183663,29,Proposed,MT_NE,Wind,Wind,30,23,NULL +1108723,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.119999886,23,NULL +1191210384,33,Proposed,NM_N,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,6.599999905,23,NULL +155774,17,Solar Photovoltaic Project #09,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1000097,15,Proposed,CA_PGE_S,Commercial_PV,Solar,21.53540039,23,NULL +155784,17,Solar Photovoltaic Project #22,CA_SCE_S,Central_PV,Solar,2,23,existing_generator +156403,16,Lancaster Solar 2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1101357,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,1959.689941,23,NULL +1106447,1,Proposed,AZ_APS_E,Central_PV,Solar,30.27000046,23,NULL +1001346,37,Proposed,OR_E,Residential_PV,Solar,18.08300018,23,NULL +1108792,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.619999886,23,NULL +1115974,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,10.97999954,23,NULL +1001336,38,Proposed,OR_PDX,Residential_PV,Solar,26.42900085,23,NULL +1191183370,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1102709,23,Proposed,CO_E,Central_PV,Solar,3591.429932,23,NULL +1117496,35,Proposed,NV_N,Central_PV,Solar,22.67000008,23,NULL +1102711,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,3591.429932,23,NULL +1107300,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.340000033,23,NULL +155833,25,Cogentrix of Alamosa,CO_SW,Central_PV,Solar,30,23,existing_generator +1113514,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,4.429999828,23,NULL +1191184381,35,Proposed,NV_N,Wind,Wind,30,23,NULL +155843,18,Genesis Solar Energy Project,CA_SCE_SE,ST,Solar,250,23,existing_generator +1111807,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,105.4800034,23,NULL +1111272,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,12.26000023,23,NULL +1104142,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.169999957,23,NULL +1191210367,20,Proposed,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,0.5,23,NULL +1114858,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.769999981,23,NULL +1191184788,33,Proposed,NM_N,Wind,Wind,90,23,NULL +1191182603,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1118417,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1.279999971,23,NULL +155442,14,CalPeak Power Vaca Dixon Peaker Plant,CA_PGE_N,Gas_Combustion_Turbine,Gas,60.5,23,existing_generator +1191183410,4,Proposed,AZ_NM_N,Wind,Wind,60,23,NULL +1100378,16,Proposed,CA_SCE_CEN,Central_PV,Solar,257.6099854,23,NULL +1109936,2,Proposed,AZ_APS_N,Central_PV,Solar,11.88000011,23,NULL +1191183320,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +154673,29,Rainbow (MT),MT_NE,Hydro_NonPumped,Water,59,23,existing_generator +154901,36,Harry Allen,NV_S,CCGT,Gas,558.5,23,existing_generator +155626,35,Galena 2 Geothermal Power Plant,NV_N,Geothermal,Geothermal,13.5,23,existing_generator +1118943,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1.200000048,23,NULL +1118723,18,Proposed,CA_SCE_SE,Central_PV,Solar,9.720000267,23,NULL +155683,13,Gap Pacific Distribution Center,CA_PGE_CEN,Central_PV,Solar,1.2,23,existing_generator +1191185158,23,Proposed,CO_E,Wind,Wind,2760,23,NULL +154441,39,Fall Creek,OR_W,Hydro_NonPumped,Water,2.1,23,existing_generator +1191182421,26,Proposed,ID_E,Wind,Wind,630,23,NULL +1191185288,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +155411,11,MM Lopez Energy,CA_LADWP,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,23,existing_generator +1191182532,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1191209600,31,Proposed,MT_SE,Coal_IGCC,Coal,NULL,23,NULL +154646,27,Upper Malad,ID_S_OR_E,Hydro_NonPumped,Water,8.3,23,existing_generator +1103590,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,2.5,23,NULL +1191210381,41,Proposed,UT_N,Gas_Internal_Combustion_Engine_Cogen,Gas,1.799999952,23,NULL +1191183316,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +156209,16,Nunn,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +155186,12,Phillips 66 Carbon Plant,CA_PGE_BAY,Coal_Steam_Turbine,Coal,27.3,23,existing_generator +155533,33,New Mexico Wind Energy Center,NM_N,Wind,Wind,204,23,existing_generator +1114010,10,Proposed,CA_IID,Central_PV,Solar,42.52999878,23,NULL +1108453,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,22.37000084,23,NULL +77513,12,Solano: 1913,CA_PGE_BAY,Wind,Wind,37,23,NULL +154934,46,Cowlitz Falls,WA_W,Hydro_NonPumped,Water,70,23,existing_generator +1110945,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,49.59999847,23,NULL +154723,39,Cougar,OR_W,Hydro_NonPumped,Water,26,23,existing_generator +1107753,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,66.38999939,23,NULL +156478,16,Sierra Solar Greenworks,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1191185505,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1191209501,32,Proposed,MT_SW,CCGT,Gas,NULL,23,NULL +1191185474,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1112742,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,93.95999908,23,NULL +155804,17,Garnet Wind Energy Center,CA_SCE_S,Wind,Wind,6.5,23,existing_generator +1118739,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,35.95000076,23,NULL +77495,14,Solano: 1883,CA_PGE_N,Wind,Wind,98,23,NULL +154785,40,Ice Harbor,OR_WA_BPA,Hydro_NonPumped,Water,603,23,existing_generator +1001611,35,Proposed,NV_N,Commercial_PV,Solar,75.89279938,23,NULL +1102921,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.029999971,23,NULL +1103468,16,Proposed,CA_SCE_CEN,Central_PV,Solar,34.13000107,23,NULL +1115519,39,Proposed,OR_W,Central_PV,Solar,2.589999914,23,NULL +155611,17,Center Peaker,CA_SCE_S,Gas_Combustion_Turbine,Gas,49.8,23,existing_generator +157836,8,Irrican,CAN_ALB,Hydro_NonPumped,Water,7,23,existing_generator +77469,16,Tehachapi: 591,CA_SCE_CEN,Wind,Wind,21,23,NULL +1000463,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,525.3610229,23,NULL +1111390,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,1.320000052,23,NULL +1001838,1,Proposed,AZ_APS_E,Residential_PV,Solar,22.25600052,23,NULL +156566,16,Springbok Solar Farm 2,CA_SCE_CEN,Central_PV,Solar,155,23,existing_generator +154724,39,Detroit,OR_W,Hydro_NonPumped,Water,100,23,existing_generator +1191182466,42,Proposed,UT_S,Wind,Wind,270,23,NULL +1110077,2,Proposed,AZ_APS_N,Central_PV,Solar,30.38999939,23,NULL +157001,7,H Wilson Sundt Generating Station,AZ_SE,Gas_Internal_Combustion_Engine,Gas,235,23,existing_generator +1100336,1,Proposed,AZ_APS_E,Central_PV,Solar,89.91000366,23,NULL +1108267,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.809999943,23,NULL +156083,17,MillerCoors Irwindale Brewery,CA_SCE_S,Gas_Combustion_Turbine,Gas,10.4,23,existing_generator +1191183968,27,Proposed,ID_S_OR_E,Wind,Wind,900,23,NULL +1116869,24,Proposed,CO_NW,Central_PV,Solar,12.63000011,23,NULL +1191210465,22,Proposed,CO_DEN,Gas_Combustion_Turbine_Cogen,Gas,37,23,NULL +1111970,1,Proposed,AZ_APS_E,Central_PV,Solar,28.86000061,23,NULL +1191185403,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1104168,38,Proposed,OR_PDX,CSP_Trough_No_Storage,Solar,2.319999933,23,NULL +1105238,50,Proposed,WY_SW,Central_PV,Solar,257.6300049,23,NULL +1108164,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,5.940000057,23,NULL +1116147,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,109.0400009,23,NULL +1105431,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,13.01000023,23,NULL +1107251,2,Proposed,AZ_APS_N,Central_PV,Solar,12.81999969,23,NULL +1108782,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,88.45999908,23,NULL +1191182553,36,Proposed,NV_S,Wind,Wind,150,23,NULL +155667,49,Glenrock,WY_SE,Wind,Wind,138,23,existing_generator +1191209489,20,Proposed,CA_SDGE,CCGT,Gas,NULL,23,NULL +1191182699,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1001227,23,Proposed,CO_E,Commercial_PV,Solar,6.906000137,23,NULL +1116947,33,Proposed,NM_N,Central_PV,Solar,12.23999977,23,NULL +1191209227,42,Proposed,UT_S,Geothermal,Geothermal,65,23,NULL +155624,22,DADS Gas Recovery,CO_DEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1191183380,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +154562,23,Pueblo,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,8,23,existing_generator +156325,16,Expressway Solar A,CA_SCE_CEN,Central_PV,Solar,2,23,existing_generator +155467,14,Creed Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,23,existing_generator +1107766,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,12.73999977,23,NULL +1191182707,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156054,31,Musselshell Wind Project,MT_SE,Wind,Wind,10,23,existing_generator +1100117,12,Proposed,CA_PGE_BAY,Central_PV,Solar,103.1600037,23,NULL +1191182610,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191182653,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1111533,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,7.460000038,23,NULL +1191209642,23,Proposed,CO_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +1191210873,8,Proposed,CAN_ALB,Wind,Wind,5130.060059,23,NULL +1107202,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,3.670000076,23,NULL +1191184830,1,Proposed,AZ_APS_E,Wind,Wind,60,23,NULL +1191209312,35,Proposed,NV_N,Geothermal,Geothermal,40,23,NULL +155376,24,Taylor Draw Hydroelectric Facility,CO_NW,Hydro_NonPumped,Water,2.3,23,existing_generator +1113971,4,Proposed,AZ_NM_N,Central_PV,Solar,8.609999657,23,NULL +1191185264,25,Proposed,CO_SW,Wind,Wind,60,23,NULL +1115256,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,53.13000107,23,NULL +154600,25,Blue Mesa,CO_SW,Hydro_NonPumped,Water,86.4,23,existing_generator +155245,17,OLS Energy Chino,CA_SCE_S,CCGT,Gas,30.8,23,existing_generator +1113562,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.860000134,23,NULL +1191209397,41,Proposed,UT_N,Geothermal,Geothermal,10,23,NULL +155553,2,Prescott Airport,AZ_APS_N,Central_PV,Solar,2.1,23,existing_generator +1001231,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,10.26019955,23,NULL +1111809,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.210000038,23,NULL +1114873,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,7.159999847,23,NULL +1118842,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,33.52999878,23,NULL +1191184032,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155607,17,Grapeland Peaker,CA_SCE_S,Gas_Combustion_Turbine,Gas,49.8,23,existing_generator +1103983,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,111.0999985,23,NULL +154347,6,West Phoenix,AZ_PHX,Gas_Combustion_Turbine,Gas,106.2,23,existing_generator +156670,15,Westside Solar Power PV1,CA_PGE_S,Central_PV,Solar,2,23,existing_generator +1191210417,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,25,23,NULL +156076,27,Neal Hot Springs Geothermal Project,ID_S_OR_E,Geothermal,Geothermal,33,23,existing_generator +1002045,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,49.65299988,23,NULL +1102901,7,Proposed,AZ_SE,Central_PV,Solar,173.9600067,23,NULL +1114383,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,6.550000191,23,NULL +1118806,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,7.150000095,23,NULL +1110002,17,Proposed,CA_SCE_S,Central_PV,Solar,3.880000114,23,NULL +155013,22,Strontia Springs Hydro Plant,CO_DEN,Hydro_NonPumped,Water,1,23,existing_generator +157049,15,"Willow Spring Solar 3, LLC",CA_PGE_S,Central_PV,Solar,75,23,existing_generator +1191185329,25,Proposed,CO_SW,Wind,Wind,120,23,NULL +155734,16,Ivanpah 3,CA_SCE_CEN,ST,Solar,133.4,23,existing_generator +156721,29,Greenfield Wind - MT,MT_NE,Wind,Wind,25,23,existing_generator +157874,9,Falls_River,CAN_BC,Hydro_NonPumped,Water,7,23,existing_generator +1118761,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.470000029,23,NULL +1191210480,31,Proposed,MT_SE,Coal_Steam_Turbine_Cogen,Coal,65,23,NULL +154607,22,Flatiron,CO_DEN,Hydro_Pumped,Water,8.5,23,existing_generator +155572,23,Spring Canyon,CO_E,Wind,Wind,60,23,existing_generator +1116597,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,72.87000275,23,NULL +1191183279,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1114371,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,9.789999962,23,NULL +1112749,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,13.14999962,23,NULL +1191209331,35,Proposed,NV_N,Geothermal,Geothermal,16,23,NULL +1116970,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,21.20000076,23,NULL +1118129,14,Proposed,CA_PGE_N,Central_PV,Solar,4.099999905,23,NULL +1115257,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,53.13000107,23,NULL +1107082,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,15.68999958,23,NULL +1191182675,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1001005,11,Proposed,CA_LADWP,Commercial_PV,Solar,512.1380005,23,NULL +1108115,25,Proposed,CO_SW,Central_PV,Solar,1.659999967,23,NULL +1118810,18,Proposed,CA_SCE_SE,Central_PV,Solar,8.550000191,23,NULL +77411,16,Tehachapi: 512,CA_SCE_CEN,Wind,Wind,35,23,NULL +77445,16,Tehachapi: 558,CA_SCE_CEN,Wind,Wind,50,23,NULL +1104918,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,26.31999969,23,NULL +156802,15,Delano Land 1,CA_PGE_S,Central_PV,Solar,1,23,existing_generator +155063,16,SEGS VII,CA_SCE_CEN,ST,Solar,35,23,existing_generator +1102862,4,Proposed,AZ_NM_N,Central_PV,Solar,40.84000015,23,NULL +1104508,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,5.110000134,23,NULL +1108254,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,46.22000122,23,NULL +77434,14,LassenNorth: 547,CA_PGE_N,Wind,Wind,14,23,NULL +157086,17,Hecate Energy Johanna Facility,CA_SCE_S,Battery_Storage,Electricity,15,23,existing_generator +1102783,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,185.0899963,23,NULL +1105629,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,38.18000031,23,NULL +154413,13,Phoenix,CA_PGE_CEN,Hydro_NonPumped,Water,1.6,23,existing_generator +1104827,15,Proposed,CA_PGE_S,Central_PV,Solar,3.269999981,23,NULL +1114848,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,36.81000137,23,NULL +1191183259,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191185668,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,60,23,NULL +1118305,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.889999986,23,NULL +1102902,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,173.9600067,23,NULL +1110341,41,Proposed,UT_N,Central_PV,Solar,11.5,23,NULL +1118796,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,106.3600006,23,NULL +1191185461,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1117885,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,75.5,23,NULL +1191182546,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1114772,35,Proposed,NV_N,Central_PV,Solar,30.32999992,23,NULL +154663,42,Hydro Plant No 3,UT_S,Hydro_NonPumped,Water,2.8,23,existing_generator +1191185510,30,Proposed,MT_NW,Wind,Wind,60,23,NULL +1191209607,38,Proposed,OR_PDX,Coal_IGCC,Coal,NULL,23,NULL +1191182519,36,Proposed,NV_S,Wind,Wind,60,23,NULL +156823,16,Green Beanworks C PV,CA_SCE_CEN,Central_PV,Solar,3,23,existing_generator +1001701,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,23.22839928,23,NULL +1102888,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,125.4700012,23,NULL +1001892,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,102.9339981,23,NULL +1113801,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,1.549999952,23,NULL +157023,16,Waterman Turnout Hydroelectric,CA_SCE_CEN,Hydro_NonPumped,Water,1,23,existing_generator +155786,23,Kit Carson Windpower,CO_E,Wind,Wind,51,23,existing_generator +1105426,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,38.65000153,23,NULL +1116117,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.549999952,23,NULL +1111295,33,Proposed,NM_N,Central_PV,Solar,15.17000008,23,NULL +1191183966,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +154506,16,Haiwee,CA_SCE_CEN,Hydro_NonPumped,Water,5.6,23,existing_generator +1116588,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,47.90000153,23,NULL +155709,23,Pueblo Airport Generating Station,CO_E,CCGT,Gas,200,23,existing_generator +1110918,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,10.27000046,23,NULL +1107254,33,Proposed,NM_N,Central_PV,Solar,38.52000046,23,NULL +1109943,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,7.090000153,23,NULL +1102696,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,2.269999981,23,NULL +1115247,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,17.73999977,23,NULL +1000803,41,Proposed,UT_N,Commercial_PV,Solar,36.15840149,23,NULL +77368,16,Tehachapi: 39,CA_SCE_CEN,Wind,Wind,37,23,NULL +155160,14,Nelson Creek,CA_PGE_N,Hydro_NonPumped,Water,1.2,23,existing_generator +157840,8,Raymond_Reservoir,CAN_ALB,Hydro_NonPumped,Water,18,23,existing_generator +1114365,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.450000048,23,NULL +1191209529,10,Proposed,CA_IID,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1118798,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.50999999,23,NULL +154853,39,Lemolo 2,OR_W,Hydro_NonPumped,Water,38.5,23,existing_generator +156828,11,USPS PV,CA_LADWP,Central_PV,Solar,10.7,23,existing_generator +1112113,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,85.27999878,23,NULL +1118826,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,6.730000019,23,NULL +158046,9,BrrrdTh1,CAN_BC,Gas_Steam_Turbine,Gas,150,23,existing_generator +1191209262,35,Proposed,NV_N,Geothermal,Geothermal,54,23,NULL +156336,7,Red Horse 2,AZ_SE,Wind,Wind,30,23,existing_generator +1106839,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,37.43999863,23,NULL +1117663,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,22.70999908,23,NULL +154748,41,Brigham City,UT_N,Hydro_NonPumped,Water,1.8,23,existing_generator +1105419,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.480000019,23,NULL +1106163,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.659999967,23,NULL +1118220,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.75,23,NULL +1191185079,23,Proposed,CO_E,Wind,Wind,30,23,NULL +158037,28,CerroPr4-3,MEX_BAJA,Geothermal,Geothermal,28.8,23,existing_generator +1191184050,46,Proposed,WA_W,Wind,Wind,30,23,NULL +154726,39,Green Peter,OR_W,Hydro_NonPumped,Water,80,23,existing_generator +1100983,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,179.0899963,23,NULL +1191185444,43,Proposed,WA_ID_AVA,Wind,Wind,90,23,NULL +1191209762,43,Proposed,WA_ID_AVA,Battery_Storage,Electricity,NULL,23,NULL +1000431,44,Proposed,WA_N_CEN,Commercial_PV,Solar,1821.290039,23,NULL +1110975,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,6.090000153,23,NULL +1191209558,39,Proposed,OR_W,Gas_Combustion_Turbine,Gas,NULL,23,NULL +154849,40,Chandler,OR_WA_BPA,Hydro_NonPumped,Water,12,23,existing_generator +1115230,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,50.04999924,23,NULL +155275,11,UCLA So Campus Cogen Project,CA_LADWP,CCGT,Gas,43,23,existing_generator +155828,33,Red Mesa Wind LLC,NM_N,Wind,Wind,102.4,23,existing_generator +1001612,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,33.38399887,23,NULL +1117028,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.929999948,23,NULL +156940,13,UC Merced Solar,CA_PGE_CEN,Battery_Storage,Electricity,0.5,23,existing_generator +157018,13,Foundation Mann Packing,CA_PGE_CEN,Wind,Wind,1.8,23,existing_generator +1109996,4,Proposed,AZ_NM_N,Central_PV,Solar,1.370000005,23,NULL +1191183227,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +1191183104,5,Proposed,AZ_NW,Wind,Wind,30,23,NULL +1191185506,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191209184,17,Proposed,CA_SCE_S,Bio_Gas,Bio_Gas,NULL,23,NULL +1001323,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,19.75239944,23,NULL +1110332,22,Proposed,CO_DEN,Central_PV,Solar,12.56999969,23,NULL +1100961,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,456.5100098,23,NULL +1191210067,14,Proposed,CA_PGE_N,Geothermal,Geothermal,24.39999962,23,NULL +1103984,1,Proposed,AZ_APS_E,Central_PV,Solar,1066.77002,23,NULL +155991,21,RE Bruceville 2,CA_SMUD,Central_PV,Solar,5,23,existing_generator +156222,7,"Picture Rocks Solar, LLC",AZ_SE,Central_PV,Solar,20,23,existing_generator +1104046,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,75.34999847,23,NULL +154622,46,South Fork Tolt,WA_W,Hydro_NonPumped,Water,16.8,23,existing_generator +155675,14,Shiloh Wind Project 2 LLC,CA_PGE_N,Wind,Wind,150,23,existing_generator +77358,16,Tehachapi: 26,CA_SCE_CEN,Wind,Wind,31,23,NULL +1102949,41,Proposed,UT_N,Central_PV,Solar,11.71000004,23,NULL +1104360,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,1.830000043,23,NULL +1108160,4,Proposed,AZ_NM_N,Central_PV,Solar,23.26000023,23,NULL +1118871,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.160000086,23,NULL +156700,16,RE Garland A,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +157050,15,Springbok 3 Solar Farm,CA_PGE_S,Central_PV,Solar,90,23,existing_generator +1115292,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,24.23999977,23,NULL +1113534,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,4.610000134,23,NULL +1001843,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,7.783599854,23,NULL +1105239,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,257.6300049,23,NULL +1118674,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.269999981,23,NULL +1191184228,7,Proposed,AZ_SE,Wind,Wind,270,23,NULL +154543,14,White Rock/Slab Creek,CA_PGE_N,Hydro_NonPumped,Water,266.5,23,existing_generator +155408,7,Desert Basin,AZ_SE,CCGT,Gas,646.1,23,existing_generator +1117503,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,77.58999634,23,NULL +1118773,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,24.12000084,23,NULL +1118894,36,Proposed,NV_S,Central_PV,Solar,2.089999914,23,NULL +1191209196,20,Proposed,CA_SDGE,Bio_Gas,Bio_Gas,NULL,23,NULL +1116539,2,Proposed,AZ_APS_N,Central_PV,Solar,64.44999695,23,NULL +1191185498,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1113916,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,10.69999981,23,NULL +1115630,35,Proposed,NV_N,Central_PV,Solar,9.430000305,23,NULL +1107775,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,41.11999893,23,NULL +1117660,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.200000048,23,NULL +154769,43,Meyers Falls,WA_ID_AVA,Hydro_NonPumped,Water,1.6,23,existing_generator +154884,17,San Dimas,CA_SCE_S,Hydro_NonPumped,Water,9.9,23,existing_generator +1108251,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,64.66000366,23,NULL +1106016,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.25,23,NULL +1110015,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,12.14999962,23,NULL +1191183398,4,Proposed,AZ_NM_N,Wind,Wind,30,23,NULL +77343,16,Tehachapi: 11,CA_SCE_CEN,Wind,Wind,40,23,NULL +157973,8,Genesee2,CAN_ALB,Coal_Steam_Turbine,Coal,384,23,existing_generator +1191185532,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +154752,41,Spanish Fork,UT_N,Hydro_NonPumped,Water,3.6,23,existing_generator +1111788,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,10.18000031,23,NULL +1115272,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,119.1299973,23,NULL +1191184095,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191183357,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1115379,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.690000057,23,NULL +1191182870,49,Proposed,WY_SE,Wind,Wind,90,23,NULL +77430,14,LassenNorth: 541,CA_PGE_N,Wind,Wind,27,23,NULL +1100994,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,65.22000122,23,NULL +158088,8,Wind_EP_Can_30,CAN_ALB,Wind,Wind,88,23,existing_generator +1102756,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,1795.140015,23,NULL +1105416,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,10.46000004,23,NULL +1116961,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,36.97999954,23,NULL +155474,36,Higgins Generating Station,NV_S,CCGT,Gas,688.4,23,existing_generator +155304,17,MM West Covina,CA_SCE_S,Bio_Gas_Steam_Turbine,Bio_Gas,6.8,23,existing_generator +1001634,37,Proposed,OR_E,Residential_PV,Solar,19.47400093,23,NULL +1108638,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,39.81999969,23,NULL +1191210072,35,Proposed,NV_N,Geothermal,Geothermal,60.5,23,NULL +1117016,3,Proposed,AZ_APS_SW,Central_PV,Solar,56.36999893,23,NULL +1118944,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1.200000048,23,NULL +1106024,2,Proposed,AZ_APS_N,Central_PV,Solar,271.1099854,23,NULL +1191184218,7,Proposed,AZ_SE,Wind,Wind,30,23,NULL +1001142,22,Proposed,CO_DEN,Residential_PV,Solar,25.03800011,23,NULL +1191184042,46,Proposed,WA_W,Wind,Wind,30,23,NULL +156308,17,Mira Loma,CA_SCE_S,Central_PV,Solar,3,23,existing_generator +1191185485,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1110512,16,Proposed,CA_SCE_CEN,Central_PV,Solar,49.75,23,NULL +156605,45,MESA 2,WA_SEATAC,Battery_Storage,Electricity,2.4,23,existing_generator +1191182681,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1112874,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.389999986,23,NULL +155787,17,Solar Photovoltaic Project #26,CA_SCE_S,Central_PV,Solar,6,23,existing_generator +1101411,21,Proposed,CA_SMUD,CSP_Trough_No_Storage,Solar,852.9400024,23,NULL +1191184082,46,Proposed,WA_W,Wind,Wind,60,23,NULL +1191182845,49,Proposed,WY_SE,Wind,Wind,390,23,NULL +1191183385,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +154454,13,Big Creek 2A,CA_PGE_CEN,Hydro_NonPumped,Water,110,23,existing_generator +156152,33,La Luz Energy Center,NM_N,Gas_Combustion_Turbine,Gas,42.3,23,existing_generator +1112481,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,31.05999947,23,NULL +1112562,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.119999886,23,NULL +1191183368,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191210588,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,NULL +1114819,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,6.840000153,23,NULL +1109234,36,Proposed,NV_S,Central_PV,Solar,5.440000057,23,NULL +154595,23,Las Animas,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5.6,23,existing_generator +1101090,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,162.4700012,23,NULL +1112631,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,71.95999908,23,NULL +1109131,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,20.48999977,23,NULL +1191185304,23,Proposed,CO_E,Wind,Wind,30,23,NULL +156808,21,Intel Folsom Phase 3,CA_SMUD,Central_PV,Solar,5.2,23,existing_generator +1103993,8,Proposed,CAN_ALB,Central_PV,Solar,333.4200134,23,NULL +1104502,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,2.099999905,23,NULL +1104952,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,6.510000229,23,NULL +1114861,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,58.58000183,23,NULL +1110932,3,Proposed,AZ_APS_SW,Central_PV,Solar,36.5,23,NULL +1117432,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,15.14000034,23,NULL +154366,13,McClure,CA_PGE_CEN,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,71.2,23,existing_generator +1107789,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,84.69999695,23,NULL +1104513,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.670000076,23,NULL +1191184420,35,Proposed,NV_N,Wind,Wind,90,23,NULL +1191210860,9,Proposed,CAN_BC,Wind,Wind,343.8630066,23,NULL +1106208,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,22.28000069,23,NULL +1114763,35,Proposed,NV_N,Central_PV,Solar,2.329999924,23,NULL +1115766,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.440000057,23,NULL +156120,16,North Sky River Energy LLC,CA_SCE_CEN,Wind,Wind,162,23,existing_generator +154495,10,Pilot Knob,CA_IID,Hydro_NonPumped,Water,33,23,existing_generator +1108793,36,Proposed,NV_S,Central_PV,Solar,2.410000086,23,NULL +1103935,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,330.3900146,23,NULL +1114818,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,6.840000153,23,NULL +1191210444,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,40,23,NULL +1191209200,46,Proposed,WA_W,Bio_Gas,Bio_Gas,NULL,23,NULL +1108768,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,12.43999958,23,NULL +1109964,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,5.679999828,23,NULL +1110038,7,Proposed,AZ_SE,Central_PV,Solar,20.73999977,23,NULL +1111339,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,28.69000053,23,NULL +1191209539,20,Proposed,CA_SDGE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +155555,20,Miramar Energy Facility,CA_SDGE,Gas_Combustion_Turbine,Gas,106,23,existing_generator +1113904,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,15.56000042,23,NULL +77501,14,Solano: 1889,CA_PGE_N,Wind,Wind,18,23,NULL +1111489,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,7.170000076,23,NULL +1117434,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,40.40999985,23,NULL +1191209247,37,Proposed,OR_E,Geothermal,Geothermal,40,23,NULL +1107334,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,14.65999985,23,NULL +1191183917,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +154894,41,Whitehead,UT_N,Gas_Internal_Combustion_Engine,Gas,31,23,existing_generator +1113686,43,Proposed,WA_ID_AVA,Central_PV,Solar,268.7900085,23,NULL +1115320,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,7.590000153,23,NULL +1191210511,49,Proposed,WY_SE,Gas_Steam_Turbine_Cogen,Gas,1.299999952,23,NULL +1002130,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,34.77500153,23,NULL +1191209193,25,Proposed,CO_SW,Bio_Gas,Bio_Gas,NULL,23,NULL +156946,16,Lancaster,CA_SCE_CEN,Central_PV,Solar,3,23,existing_generator +1191182726,47,Proposed,WY_NE,Wind,Wind,420,23,NULL +1191209210,50,Proposed,WY_SW,Bio_Gas,Bio_Gas,NULL,23,NULL +1191210525,15,Proposed,CA_PGE_S,Coal_Steam_Turbine_Cogen,Coal,62,23,NULL +155255,33,Ford Utilities Center,NM_N,Gas_Steam_Turbine,Gas,1.1,23,existing_generator +155362,35,Steamboat II,NV_N,Geothermal,Geothermal,18.2,23,existing_generator +1115739,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,16.14999962,23,NULL +1117462,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,74.13999939,23,NULL +154675,30,Thompson Falls,MT_NW,Hydro_NonPumped,Water,98.1,23,existing_generator +1102423,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,3.140000105,23,NULL +155930,21,SMUD at Grundman,CA_SMUD,Central_PV,Solar,17,23,existing_generator +1191183711,50,Proposed,WY_SW,Wind,Wind,30,23,NULL +156710,39,Salem Smart Power Center,OR_W,Battery_Storage,Electricity,5,23,existing_generator +154416,14,Pit 4,CA_PGE_N,Hydro_NonPumped,Water,103.4,23,existing_generator +1116163,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,32.00999832,23,NULL +1191210852,9,Proposed,CAN_BC,Wind,Wind,492.3940125,23,NULL +1000282,38,Proposed,OR_PDX,Residential_PV,Solar,132.1450043,23,NULL +1103953,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,39.11000061,23,NULL +1104225,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,5.449999809,23,NULL +1111275,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,35.18000031,23,NULL +1118724,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,9.720000267,23,NULL +1191184003,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1117881,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,21.53000069,23,NULL +1104081,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,44.47999954,23,NULL +156897,20,Vista Energy Storage System ,CA_SDGE,Battery_Storage,Electricity,40,23,existing_generator +1000804,31,Proposed,MT_SE,Residential_PV,Solar,70.94100189,23,NULL +1109671,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,1.279999971,23,NULL +1191183798,6,Proposed,AZ_PHX,Wind,Wind,30,23,NULL +1191209524,5,Proposed,AZ_NW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1105399,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,43.16999817,23,NULL +1191183287,41,Proposed,UT_N,Wind,Wind,120,23,NULL +1191209567,48,Proposed,WY_NW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191209728,9,Proposed,CAN_BC,Battery_Storage,Electricity,NULL,23,NULL +1110061,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,130.0099945,23,NULL +1191182513,36,Proposed,NV_S,Wind,Wind,210,23,NULL +154380,13,Balch 1,CA_PGE_CEN,Hydro_NonPumped,Water,31,23,existing_generator +154749,41,Hydro III,UT_N,Hydro_NonPumped,Water,1.4,23,existing_generator +1106840,35,Proposed,NV_N,Central_PV,Solar,22.07999992,23,NULL +1191185353,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +156123,17,CSUF Trigeneration,CA_SCE_S,Central_PV,Solar,3.9,23,existing_generator +1101455,13,Proposed,CA_PGE_CEN,Central_PV,Solar,110.6399994,23,NULL +1191184033,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1001009,11,Proposed,CA_LADWP,Commercial_PV,Solar,2516.26001,23,NULL +1116861,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,15.46000004,23,NULL +1112524,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,71.73999786,23,NULL +1191209288,39,Proposed,OR_W,Geothermal,Geothermal,45,23,NULL +1105149,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,1.370000005,23,NULL +1108178,1,Proposed,AZ_APS_E,Central_PV,Solar,1.75999999,23,NULL +1111780,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,19.98999977,23,NULL +155284,17,Plant No 2 Orange County,CA_SCE_S,Bio_Gas_Steam_Turbine,Bio_Gas,1,23,existing_generator +1102864,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,40.84000015,23,NULL +1191209243,35,Proposed,NV_N,Geothermal,Geothermal,30,23,NULL +1110916,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,21.45000076,23,NULL +156904,10,IVC Solar,CA_IID,Central_PV,Solar,3,23,existing_generator +1105210,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,4.380000114,23,NULL +1191182630,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156460,33,Eubank Landfill Solar Array,NM_N,Central_PV,Solar,2,23,existing_generator +1103225,39,Proposed,OR_W,Central_PV,Solar,255.6999969,23,NULL +154408,14,Lime Saddle,CA_PGE_N,Hydro_NonPumped,Water,2,23,existing_generator +157857,9,Brilliant,CAN_BC,Hydro_NonPumped,Water,160,23,existing_generator +1191183724,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1191182511,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191183694,26,Proposed,ID_E,Wind,Wind,660,23,NULL +1105352,14,Proposed,CA_PGE_N,Central_PV,Solar,78.19000244,23,NULL +1191185656,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,270,23,NULL +155758,16,Calabasas Gas to Energy Facility,CA_SCE_CEN,Bio_Gas,Bio_Gas,9.2,23,existing_generator +155819,16,Mojave Solar Project,CA_SCE_CEN,ST,Solar,280,23,existing_generator +1106828,4,Proposed,AZ_NM_N,Central_PV,Solar,4.150000095,23,NULL +1191209236,35,Proposed,NV_N,Geothermal,Geothermal,30,23,NULL +1118857,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.24000001,23,NULL +155074,16,Cameron Ridge LLC,CA_SCE_CEN,Wind,Wind,59.6,23,existing_generator +155130,13,Univ of Calif Santa Cruz Cogeneration,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,4.4,23,existing_generator +156020,20,ISH Solar Hospital SDMC,CA_SDGE,Central_PV,Solar,1.1,23,existing_generator +1109536,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,65.81999969,23,NULL +1111194,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,4.260000229,23,NULL +1191182514,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1191183296,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1100824,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,388.7999878,23,NULL +1105395,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,23.51000023,23,NULL +1118353,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,18.17000008,23,NULL +158085,8,Wind_EP_Can_27,CAN_ALB,Wind,Wind,66,23,existing_generator +1191182422,26,Proposed,ID_E,Wind,Wind,30,23,NULL +77396,14,LassenNorth: 476,CA_PGE_N,Wind,Wind,38,23,NULL +1002026,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,326.8850098,23,NULL +1107762,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,58.61999893,23,NULL +155588,16,Pine Tree Wind Power Project,CA_SCE_CEN,Wind,Wind,135,23,existing_generator +1106165,29,Proposed,MT_NE,Central_PV,Solar,55.61999893,23,NULL +154559,14,Colgate,CA_PGE_N,Hydro_NonPumped,Water,315,23,existing_generator +155961,34,SPS1 Dollarhide,NM_S_TX_EPE,Central_PV,Solar,10,23,existing_generator +1111695,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,17.02000046,23,NULL +1191185445,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +157068,3,White Wing Solar,AZ_APS_SW,Central_PV,Solar,200,23,existing_generator +155321,27,Wilson Lake Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,8.4,23,existing_generator +1113499,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,5.320000172,23,NULL +156925,17,Soboba Community Solar Project,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1106021,42,Proposed,UT_S,Central_PV,Solar,33.88000107,23,NULL +1191183185,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1100896,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,1506.5,23,NULL +1106460,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,60.54000092,23,NULL +1191183965,27,Proposed,ID_S_OR_E,Wind,Wind,90,23,NULL +1191185559,43,Proposed,WA_ID_AVA,Wind,Wind,150,23,NULL +155223,17,Municipal Cogen Plant,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,1.2,23,existing_generator +1001148,38,Proposed,OR_PDX,Residential_PV,Solar,18.08300018,23,NULL +155878,17,Walnut Creek Energy Park,CA_SCE_S,Gas_Combustion_Turbine,Gas,500,23,existing_generator +1191182619,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191185300,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1191185585,1,Proposed,AZ_APS_E,Wind,Wind,30,23,NULL +77341,16,Barstow: 9,CA_SCE_CEN,Wind,Wind,37,23,NULL +1110516,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.799999952,23,NULL +1114031,17,Proposed,CA_SCE_S,Central_PV,Solar,1.99000001,23,NULL +1106903,36,Proposed,NV_S,Central_PV,Solar,2.049999952,23,NULL +1113500,35,Proposed,NV_N,Central_PV,Solar,11.60000038,23,NULL +155855,36,Silver State Solar Power North,NV_S,Central_PV,Solar,52,23,existing_generator +77433,14,LassenNorth: 545,CA_PGE_N,Wind,Wind,40,23,NULL +1001321,33,Proposed,NM_N,Commercial_PV,Solar,82.49099731,23,NULL +1104761,41,Proposed,UT_N,Central_PV,Solar,23.54000092,23,NULL +156170,35,"Patua Acquisition Project, LLC",NV_N,Geothermal,Geothermal,48,23,existing_generator +158011,8,Rainbw4,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,existing_generator +1100984,1,Proposed,AZ_APS_E,Central_PV,Solar,161.6799927,23,NULL +1191182738,47,Proposed,WY_NE,Wind,Wind,240,23,NULL +1191209224,7,Proposed,AZ_SE,Bio_Gas,Bio_Gas,NULL,23,NULL +1114774,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,30.32999992,23,NULL +77349,16,Tehachapi: 17,CA_SCE_CEN,Wind,Wind,47,23,NULL +1116132,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,48,23,NULL +1191182541,36,Proposed,NV_S,Wind,Wind,120,23,NULL +1104993,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,6.130000114,23,NULL +1191210446,20,Proposed,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,4.599999905,23,NULL +155344,27,Blind Canyon Hydro,ID_S_OR_E,Hydro_NonPumped,Water,1.3,23,existing_generator +1001397,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,75.33000183,23,NULL +1118870,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.160000086,23,NULL +1191182728,47,Proposed,WY_NE,Wind,Wind,390,23,NULL +1191183417,4,Proposed,AZ_NM_N,Wind,Wind,60,23,NULL +154464,19,Kaweah 1,CA_SCE_VLY,Hydro_NonPumped,Water,2.3,23,existing_generator +1105401,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,4.449999809,23,NULL +1114814,4,Proposed,AZ_NM_N,Central_PV,Solar,3.720000029,23,NULL +1118880,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,18.84000015,23,NULL +156234,13,Kettleman Solar Project,CA_PGE_CEN,Central_PV,Solar,1,23,existing_generator +156817,7,Pima Energy Storage System,AZ_SE,Battery_Storage,Electricity,10,23,existing_generator +1191183359,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +157834,8,Horseshoe,CAN_ALB,Hydro_NonPumped,Water,18,23,existing_generator +154513,16,Pleasant Valley Hydro,CA_SCE_CEN,Hydro_NonPumped,Water,3.2,23,existing_generator +154658,14,Combie South,CA_PGE_N,Hydro_NonPumped,Water,1.5,23,existing_generator +154913,27,Milner Hydro,ID_S_OR_E,Hydro_NonPumped,Water,59.5,23,existing_generator +157846,9,Aberfeldie,CAN_BC,Hydro_NonPumped,Water,24,23,existing_generator +157905,9,Ptarmigan_Creek,CAN_BC,Hydro_NonPumped,Water,3.6,23,existing_generator +1108802,16,Proposed,CA_SCE_CEN,Central_PV,Solar,21.68000031,23,NULL +1191183947,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1191210418,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,23,NULL +1105952,33,Proposed,NM_N,Central_PV,Solar,1.730000019,23,NULL +1191184038,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1001402,38,Proposed,OR_PDX,Residential_PV,Solar,125.1900024,23,NULL +155368,22,Boulder City Betasso Hydro Plant,CO_DEN,Hydro_NonPumped,Water,3,23,existing_generator +1104904,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,16.30999947,23,NULL +1105483,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,219.0700073,23,NULL +1111751,3,Proposed,AZ_APS_SW,Central_PV,Solar,25.15999985,23,NULL +1118762,18,Proposed,CA_SCE_SE,Central_PV,Solar,7.059999943,23,NULL +1104555,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,38.11000061,23,NULL +1111292,3,Proposed,AZ_APS_SW,Central_PV,Solar,16.23999977,23,NULL +1116525,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,41.95999908,23,NULL +1001236,40,Proposed,OR_WA_BPA,Residential_PV,Solar,140.4909973,23,NULL +1117482,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.260000229,23,NULL +156619,15,CED Avenal,CA_PGE_S,Central_PV,Solar,15.8,23,existing_generator +1115268,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.640000105,23,NULL +1102755,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,1795.140015,23,NULL +1191210582,9,Proposed,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,69,23,NULL +154466,16,Kern River 3,CA_SCE_CEN,Hydro_NonPumped,Water,40.3,23,existing_generator +1191185414,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1116472,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,6.28000021,23,NULL +1191210382,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,13,23,NULL +156247,35,Don A Campbell 1 Geothermal,NV_N,Geothermal,Geothermal,22.5,23,existing_generator +1102421,12,Proposed,CA_PGE_BAY,Central_PV,Solar,3.140000105,23,NULL +1191209206,30,Proposed,MT_NW,Bio_Gas,Bio_Gas,NULL,23,NULL +154369,2,Glen Canyon Dam,AZ_APS_N,Hydro_NonPumped,Water,1312,23,existing_generator +1112975,27,Proposed,ID_S_OR_E,Central_PV,Solar,2.269999981,23,NULL +1191182647,38,Proposed,OR_PDX,Wind,Wind,120,23,NULL +1191209476,7,Proposed,AZ_SE,CCGT,Gas,NULL,23,NULL +155545,23,Colorado Green Holdings LLC,CO_E,Wind,Wind,162,23,existing_generator +1191209314,35,Proposed,NV_N,Geothermal,Geothermal,16,23,NULL +157110,22,Oak Leaf Solar XXVI LLC,CO_DEN,Central_PV,Solar,1.5,23,existing_generator +1101980,33,Proposed,NM_N,Central_PV,Solar,569.6799927,23,NULL +1115755,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,91.87999725,23,NULL +1191183300,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1105751,22,Proposed,CO_DEN,Central_PV,Solar,4.559999943,23,NULL +1111698,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,2.910000086,23,NULL +1117504,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,77.58999634,23,NULL +1191209266,35,Proposed,NV_N,Geothermal,Geothermal,144,23,NULL +156015,16,Mustang Hills LLC,CA_SCE_CEN,Wind,Wind,150,23,existing_generator +156058,12,SF Southeast Cogen Plant,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.1,23,existing_generator +156501,16,NRG Solar Oasis LLC,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +156935,33,Casa Mesa Wind Energy Center,NM_N,Battery_Storage,Electricity,1,23,existing_generator +1191209304,35,Proposed,NV_N,Geothermal,Geothermal,100,23,NULL +1115026,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,7.090000153,23,NULL +154590,24,Ruxton Park,CO_NW,Hydro_NonPumped,Water,1,23,existing_generator +1106469,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.760000229,23,NULL +1108182,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,74.66999817,23,NULL +1112632,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,71.95999908,23,NULL +1105942,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,9.510000229,23,NULL +154546,14,Edward C Hyatt,CA_PGE_N,Hydro_Pumped,Water,293.1,23,existing_generator +155421,48,Beaver Creek Gas Plant,WY_NW,ST,Waste_Heat,0.9,23,existing_generator +1104980,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.589999914,23,NULL +1118883,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.949999809,23,NULL +1113713,5,Proposed,AZ_NW,Central_PV,Solar,2.799999952,23,NULL +1191210106,10,Proposed,CA_IID,Geothermal,Geothermal,14.39999962,23,NULL +1104060,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.049999952,23,NULL +1191185373,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1104960,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.869999886,23,NULL +1191209658,39,Proposed,OR_W,Coal_Steam_Turbine,Coal,NULL,23,NULL +77337,16,Tehachapi: 5,CA_SCE_CEN,Wind,Wind,66,23,NULL +157005,14,Wild Horse Power Plant,CA_PGE_N,Geothermal,Geothermal,48,23,existing_generator +155890,48,Garland Canal Power Plant,WY_NW,Hydro_NonPumped,Water,2.9,23,existing_generator +156723,22,SR Skylark B,CO_DEN,Central_PV,Solar,2,23,existing_generator +77418,16,Tehachapi: 519,CA_SCE_CEN,Wind,Wind,64,23,NULL +1191210565,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,145,23,NULL +1191210482,13,Proposed,CA_PGE_CEN,CCGT_Cogen,Gas,34.79999924,23,NULL +1107623,41,Proposed,UT_N,Central_PV,Solar,10.06999969,23,NULL +1191183795,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +155643,14,Hatchet Ridge Wind Project,CA_PGE_N,Wind,Wind,101.2,23,existing_generator +1191210081,28,Proposed,MEX_BAJA,Geothermal,Geothermal,28.79999924,23,NULL +1109665,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,1,23,NULL +1115725,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,6.300000191,23,NULL +1191209533,14,Proposed,CA_PGE_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +154507,11,Harbor,CA_LADWP,CCGT,Gas,245.6,23,existing_generator +1001084,35,Proposed,NV_N,Residential_PV,Solar,253.1620026,23,NULL +1100387,3,Proposed,AZ_APS_SW,Central_PV,Solar,193.6499939,23,NULL +1104562,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,46.99000168,23,NULL +1116988,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,39.58000183,23,NULL +154711,27,Wallowa Falls,ID_S_OR_E,Hydro_NonPumped,Water,1.1,23,existing_generator +156441,15,Pumpjack Solar I,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +156035,15,Guernsey Solar Station,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +156176,16,Radiance Solar 5,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1191184202,7,Proposed,AZ_SE,Wind,Wind,60,23,NULL +1106081,33,Proposed,NM_N,Central_PV,Solar,1.919999957,23,NULL +156092,21,Intel Folsom,CA_SMUD,Central_PV,Solar,1,23,existing_generator +1115252,25,Proposed,CO_SW,Central_PV,Solar,46.06999969,23,NULL +1116589,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,47.90000153,23,NULL +155157,17,Watson Cogeneration,CA_SCE_S,CCGT,Gas,405,23,existing_generator +158086,8,Wind_EP_Can_28,CAN_ALB,Wind,Wind,69,23,existing_generator +1102765,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,5.110000134,23,NULL +155070,16,Mammoth Pacific II,CA_SCE_CEN,Geothermal,Geothermal,15,23,existing_generator +1191185262,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1109077,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,5.670000076,23,NULL +1113105,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,28.97999954,23,NULL +155369,16,Difwind Farms Ltd VI,CA_SCE_CEN,Wind,Wind,27.1,23,existing_generator +1002121,22,Proposed,CO_DEN,Commercial_PV,Solar,103.6699982,23,NULL +1191184133,42,Proposed,UT_S,Wind,Wind,30,23,NULL +77440,16,Tehachapi: 553,CA_SCE_CEN,Wind,Wind,18,23,NULL +1111811,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.639999986,23,NULL +157931,9,U_Bonnington,CAN_BC,Hydro_NonPumped,Water,57.3,23,existing_generator +1107693,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,66.56999969,23,NULL +154896,32,Lake (WY),MT_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.7,23,existing_generator +1106242,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,5.070000172,23,NULL +1106351,42,Proposed,UT_S,Central_PV,Solar,150.0200043,23,NULL +1116564,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,51.91999817,23,NULL +1191183251,41,Proposed,UT_N,Wind,Wind,60,23,NULL +1103809,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.680000067,23,NULL +1191209746,27,Proposed,ID_S_OR_E,Battery_Storage,Electricity,NULL,23,NULL +156814,25,Shavano Falls Hydro Drop 4,CO_SW,Hydro_NonPumped,Water,4.8,23,existing_generator +1104774,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,3.630000114,23,NULL +1191209372,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +158068,8,Wind_EP_Can_10,CAN_ALB,Wind,Wind,3.6,23,existing_generator +158018,8,Carslnd1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,existing_generator +1117305,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,6.070000172,23,NULL +1108796,36,Proposed,NV_S,Central_PV,Solar,27.34000015,23,NULL +1191210470,30,Proposed,MT_NW,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,17.29999924,23,NULL +154907,41,Pine View Dam,UT_N,Hydro_NonPumped,Water,1.8,23,existing_generator +156651,33,Rio Communities Solar Energy Center,NM_N,Central_PV,Solar,10,23,existing_generator +155018,31,South Dry Creek Hydro,MT_SE,Hydro_NonPumped,Water,2,23,existing_generator +156539,10,Seville 1,CA_IID,Central_PV,Solar,20,23,existing_generator +1104545,35,Proposed,NV_N,Central_PV,Solar,21.12000084,23,NULL +1191183748,44,Proposed,WA_N_CEN,Wind,Wind,60,23,NULL +1106451,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,26.26000023,23,NULL +1000574,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,40.3390007,23,NULL +154644,27,Twin Falls (ID),ID_S_OR_E,Hydro_NonPumped,Water,52.7,23,existing_generator +1102912,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.49000001,23,NULL +1118749,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,34.81000137,23,NULL +1191185391,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +155712,17,SunEdison Walgreens Moreno Valley,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1112681,2,Proposed,AZ_APS_N,Central_PV,Solar,103.5599976,23,NULL +1118350,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,17.67000008,23,NULL +1102575,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,62.27999878,23,NULL +1191183371,24,Proposed,CO_NW,Wind,Wind,540,23,NULL +1108272,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,12.27000046,23,NULL +1116006,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,1.720000029,23,NULL +1191183386,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +155685,10,"Imperial Valley Solar, LLC",CA_IID,Central_PV,Solar,199.9,23,existing_generator +1000288,45,Proposed,WA_SEATAC,Residential_PV,Solar,6466.759766,23,NULL +1002047,23,Proposed,CO_E,Commercial_PV,Solar,839.875,23,NULL +1112006,14,Proposed,CA_PGE_N,Central_PV,Solar,4.320000172,23,NULL +77402,14,RoundMountain: 503,CA_PGE_N,Wind,Wind,82,23,NULL +154802,13,Walnut,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,49.8,23,existing_generator +1104535,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,68.55000305,23,NULL +156932,13,National Raisin,CA_PGE_CEN,Central_PV,Solar,2.9,23,existing_generator +1191184077,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191185475,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191209615,46,Proposed,WA_W,Coal_IGCC,Coal,NULL,23,NULL +1103932,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,1.409999967,23,NULL +1001233,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,70.44120026,23,NULL +1191209402,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,23,NULL +157887,9,L_Bonnington,CAN_BC,Hydro_NonPumped,Water,47.8,23,existing_generator +1191210840,5,Proposed,AZ_NW,CCGT,Gas,NULL,23,NULL +156680,3,"Mesquite Solar 2, LLC",AZ_APS_SW,Central_PV,Solar,100,23,existing_generator +157126,22,Lafayette Horizon Solar CSG LLC,CO_DEN,Central_PV,Solar,1.6,23,existing_generator +156471,15,Atwell Island West Solar,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1105684,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,2.400000095,23,NULL +1111333,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,108.8099976,23,NULL +1191183403,4,Proposed,AZ_NM_N,Wind,Wind,30,23,NULL +156165,13,Kingsburg Solar,CA_PGE_CEN,Central_PV,Solar,3.7,23,existing_generator +155760,23,Colorado Highlands Wind,CO_E,Wind,Wind,96.1,23,existing_generator +154456,16,Bishop Creek 3,CA_SCE_CEN,Hydro_NonPumped,Water,8.4,23,existing_generator +1191182668,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156794,23,Twin Buttes II Wind,CO_E,Wind,Wind,75,23,existing_generator +1102763,10,Proposed,CA_IID,Central_PV,Solar,5.110000134,23,NULL +1115282,10,Proposed,CA_IID,Central_PV,Solar,13.18999958,23,NULL +1191210366,22,Proposed,CO_DEN,Coal_Steam_Turbine_Cogen,Coal,35,23,NULL +157942,8,ScotfordST,CAN_ALB,CCGT_Cogen,Gas,184,23,existing_generator +1116962,42,Proposed,UT_S,Central_PV,Solar,26.18000031,23,NULL +1118935,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,133.6999969,23,NULL +1191182727,47,Proposed,WY_NE,Wind,Wind,300,23,NULL +1115668,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,140.0099945,23,NULL +154473,16,Poole,CA_SCE_CEN,Hydro_NonPumped,Water,11.3,23,existing_generator +1191182573,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1100609,33,Proposed,NM_N,Central_PV,Solar,436.1499939,23,NULL +1001314,23,Proposed,CO_E,Residential_PV,Solar,65.3769989,23,NULL +1191210436,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,405,23,NULL +154999,36,Hoover Dam (AZ),NV_S,Hydro_NonPumped,Water,1039.4,23,existing_generator +156496,27,Prospector Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,23,existing_generator +158078,8,Wind_EP_Can_20,CAN_ALB,Wind,Wind,0.7,23,existing_generator +155084,14,Collins Pine Project,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,12,23,existing_generator +1113994,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,3.220000029,23,NULL +156077,15,IKEA Tejon 345,CA_PGE_S,Central_PV,Solar,1.5,23,existing_generator +1001700,1,Proposed,AZ_APS_E,Residential_PV,Solar,45.90299988,23,NULL +156632,24,Granby Hydro,CO_NW,Hydro_NonPumped,Water,1.2,23,existing_generator +1117017,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,56.36999893,23,NULL +154346,6,West Phoenix,AZ_PHX,CCGT,Gas,1101.2,23,existing_generator +1103176,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,97.84999847,23,NULL +155599,23,Twin Buttes Wind Project,CO_E,Wind,Wind,75,23,existing_generator +155669,49,Seven Mile Hill,WY_SE,Wind,Wind,118.5,23,existing_generator +1104151,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.220000029,23,NULL +1111939,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,12.34000015,23,NULL +1191184053,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191183949,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1104719,40,Proposed,OR_WA_BPA,Central_PV,Solar,34.72999954,23,NULL +1191183768,40,Proposed,OR_WA_BPA,Wind,Wind,150,23,NULL +1118397,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,1.440000057,23,NULL +154899,27,Upper Salmon B,ID_S_OR_E,Hydro_NonPumped,Water,16.5,23,existing_generator +154702,37,John C Boyle,OR_E,Hydro_NonPumped,Water,98.7,23,existing_generator +1191184092,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191185208,42,Proposed,UT_S,Wind,Wind,180,23,NULL +156738,16,"Solar Star California, XLI, LLC",CA_SCE_CEN,Central_PV,Solar,54,23,existing_generator +1103041,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,4.190000057,23,NULL +154636,27,Cascade Dam,ID_S_OR_E,Hydro_NonPumped,Water,12.4,23,existing_generator +1116127,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.089999914,23,NULL +1001208,38,Proposed,OR_PDX,Residential_PV,Solar,242.0339966,23,NULL +1114355,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.880000114,23,NULL +1191183961,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +156798,35,Luning Energy,NV_N,Central_PV,Solar,50,23,existing_generator +1100958,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,226.9900055,23,NULL +1191183195,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +1191184990,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1109893,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,49.59000015,23,NULL +1118818,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,25.28000069,23,NULL +156622,19,CED Ducor 3,CA_SCE_VLY,Central_PV,Solar,15,23,existing_generator +1105663,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,3.539999962,23,NULL +1191183138,5,Proposed,AZ_NW,Wind,Wind,3060,23,NULL +158057,8,HORUP6_1,CAN_ALB,Gas_Steam_Turbine,Gas,26,23,existing_generator +1104943,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,147.4700012,23,NULL +155762,35,Spring Valley Wind Project,NV_N,Wind,Wind,150,23,existing_generator +1191183978,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +157120,42,Cove Mountain Solar,UT_S,Central_PV,Solar,58,23,existing_generator +155424,18,Blythe Energy Inc,CA_SCE_SE,CCGT,Gas,591,23,existing_generator +1191209496,27,Proposed,ID_S_OR_E,CCGT,Gas,NULL,23,NULL +156561,22,Airport 1 Solar (DIA),CO_DEN,Central_PV,Solar,1.5,23,existing_generator +154878,14,Union Valley,CA_PGE_N,Hydro_NonPumped,Water,38.6,23,existing_generator +1191182458,36,Proposed,NV_S,Wind,Wind,240,23,NULL +1191209745,26,Proposed,ID_E,Battery_Storage,Electricity,NULL,23,NULL +1108542,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,17.61000061,23,NULL +1113086,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,114.8499985,23,NULL +1110295,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,20.54000092,23,NULL +155439,47,Wygen 1,WY_NE,Coal_Steam_Turbine,Coal,90,23,existing_generator +1001077,33,Proposed,NM_N,Commercial_PV,Solar,13.2986002,23,NULL +1111764,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.039999962,23,NULL +1106376,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,3.910000086,23,NULL +1104135,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,4.380000114,23,NULL +1000082,5,Proposed,AZ_NW,Residential_PV,Solar,18.08300018,23,NULL +1191209742,23,Proposed,CO_E,Battery_Storage,Electricity,NULL,23,NULL +1100595,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,211.6000061,23,NULL +1103829,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,125.8600006,23,NULL +1191182425,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1191183354,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1100306,4,Proposed,AZ_NM_N,Central_PV,Solar,141.4600067,23,NULL +1111633,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,31.67000008,23,NULL +1113770,49,Proposed,WY_SE,Central_PV,Solar,1.460000038,23,NULL +1191210073,14,Proposed,CA_PGE_N,Geothermal,Geothermal,176.3999939,23,NULL +154742,41,Granite,UT_N,Hydro_NonPumped,Water,2,23,existing_generator +156720,16,"Longboat Solar, LLC",CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1111761,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,64.69999695,23,NULL +156275,42,Beryl Solar Plant,UT_S,Central_PV,Solar,3,23,existing_generator +1113550,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.029999971,23,NULL +1115204,20,Proposed,CA_SDGE,Central_PV,Solar,14.03999996,23,NULL +156034,26,"Horse Butte Wind I, LLC",ID_E,Wind,Wind,57.6,23,existing_generator +1111767,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,3.380000114,23,NULL +1100119,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,103.1600037,23,NULL +157046,15,North Rosamond Solar LLC,CA_PGE_S,Central_PV,Solar,151,23,existing_generator +155686,24,WWRF Solar Plant,CO_NW,Central_PV,Solar,1.5,23,existing_generator +1109525,42,Proposed,UT_S,Central_PV,Solar,80.87999725,23,NULL +1110836,5,Proposed,AZ_NW,Central_PV,Solar,3.859999895,23,NULL +1118667,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,36.24000168,23,NULL +1118876,10,Proposed,CA_IID,Central_PV,Solar,1.929999948,23,NULL +1191183364,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191184843,3,Proposed,AZ_APS_SW,Wind,Wind,30,23,NULL +1117670,31,Proposed,MT_SE,Central_PV,Solar,38.65000153,23,NULL +1191209286,42,Proposed,UT_S,Geothermal,Geothermal,20,23,NULL +1191210095,14,Proposed,CA_PGE_N,Geothermal,Geothermal,110,23,NULL +156816,36,IKEA Las Vegas 462,NV_S,Central_PV,Solar,1,23,existing_generator +1106003,3,Proposed,AZ_APS_SW,Central_PV,Solar,41.70000076,23,NULL +155001,43,Upper Falls,WA_ID_AVA,Hydro_NonPumped,Water,10,23,existing_generator +1106043,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.460000038,23,NULL +1191210524,27,Proposed,ID_S_OR_E,CCGT_Cogen,Gas,10.39999962,23,NULL +1112701,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,135.9199982,23,NULL +1104548,36,Proposed,NV_S,Central_PV,Solar,17.27000046,23,NULL +1191210432,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,38.70000076,23,NULL +156596,14,"Enerparc CA2, LLC",CA_PGE_N,Central_PV,Solar,1.5,23,existing_generator +1108171,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.46999979,23,NULL +1105150,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,1.370000005,23,NULL +1110437,25,Proposed,CO_SW,Central_PV,Solar,51.40000153,23,NULL +1191183030,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1107403,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.659999967,23,NULL +1191210389,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,34,23,NULL +156459,42,"Escalante Solar III, LLC",UT_S,Central_PV,Solar,80,23,existing_generator +156522,42,South Milford Solar Plant,UT_S,Central_PV,Solar,2.9,23,existing_generator +1002035,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,30.92849922,23,NULL +1191210411,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,48.5,23,NULL +1105450,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.059999943,23,NULL +155826,36,CityCenter Central Plant Cogen Units,NV_S,Gas_Combustion_Turbine,Gas,8.6,23,existing_generator +1001459,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,148.1340027,23,NULL +1110948,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,24.17000008,23,NULL +1191209624,5,Proposed,AZ_NW,Coal_Steam_Turbine,Coal,NULL,23,NULL +156207,16,Arrache 4013,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1101804,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,307.3699951,23,NULL +1110924,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.349999905,23,NULL +1116602,18,Proposed,CA_SCE_SE,Central_PV,Solar,9.460000038,23,NULL +1191184139,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1191210086,28,Proposed,MEX_BAJA,Geothermal,Geothermal,23.20000076,23,NULL +156295,34,"Lightning Dock Geothermal HI-01, LLC",NM_S_TX_EPE,Geothermal,Geothermal,19.2,23,existing_generator +1191184122,42,Proposed,UT_S,Wind,Wind,30,23,NULL +155814,25,San Luis Valley Solar Ranch,CO_SW,Central_PV,Solar,35,23,existing_generator +154478,16,Rush Creek,CA_SCE_CEN,Hydro_NonPumped,Water,13.1,23,existing_generator +155402,20,MM San Diego-Miramar,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,6.4,23,existing_generator +1114017,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,33.65999985,23,NULL +1191209280,37,Proposed,OR_E,Geothermal,Geothermal,384,23,NULL +157851,9,Ash_River,CAN_BC,Hydro_NonPumped,Water,27,23,existing_generator +1105297,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,13.90999985,23,NULL +154572,24,Fruita,CO_NW,Gas_Combustion_Turbine,Gas,26.6,23,existing_generator +1107727,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,4.079999924,23,NULL +1001337,38,Proposed,OR_PDX,Commercial_PV,Solar,5.870100021,23,NULL +1113099,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,39.59999847,23,NULL +158051,9,BrrrdTh6,CAN_BC,Gas_Steam_Turbine,Gas,152,23,existing_generator +154527,13,Donnells,CA_PGE_CEN,Hydro_NonPumped,Water,72,23,existing_generator +1191209420,9,Proposed,CAN_BC,Geothermal,Geothermal,45,23,NULL +1103111,39,Proposed,OR_W,Central_PV,Solar,274.3900146,23,NULL +158059,8,Wind_EP_Can_1,CAN_ALB,Wind,Wind,0.6,23,existing_generator +154747,41,Bountiful City,UT_N,Gas_Combustion_Turbine,Gas,30.4,23,existing_generator +1101597,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,141.0899963,23,NULL +1112563,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.119999886,23,NULL +1116402,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,10.68000031,23,NULL +1191210519,13,Proposed,CA_PGE_CEN,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,23,NULL +155737,49,Silver Sage Windpower,WY_SE,Wind,Wind,42,23,existing_generator +155171,14,Wadham Energy LP,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,29.1,23,existing_generator +156287,15,Westlands Solar PV Farm,CA_PGE_S,Central_PV,Solar,18,23,existing_generator +154402,14,Hat Creek 2,CA_PGE_N,Hydro_NonPumped,Water,10,23,existing_generator +1109021,13,Proposed,CA_PGE_CEN,Central_PV,Solar,5.260000229,23,NULL +1191210878,8,Proposed,CAN_ALB,Wind,Wind,1672.900024,23,NULL +154927,40,Coyote Springs,OR_WA_BPA,CCGT,Gas,266.3,23,existing_generator +1112654,7,Proposed,AZ_SE,Central_PV,Solar,35.74000168,23,NULL +156876,37,Klamath Falls Solar 2 CSG,OR_E,Central_PV,Solar,2.9,23,existing_generator +154701,39,Fish Creek,OR_W,Hydro_NonPumped,Water,11,23,existing_generator +1106428,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,4.369999886,23,NULL +1002128,50,Proposed,WY_SW,Residential_PV,Solar,101.5429993,23,NULL +1100653,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,2271.879883,23,NULL +1191209337,35,Proposed,NV_N,Geothermal,Geothermal,16,23,NULL +154937,12,Alameda,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,54.8,23,existing_generator +1116521,3,Proposed,AZ_APS_SW,Central_PV,Solar,4.46999979,23,NULL +1117460,2,Proposed,AZ_APS_N,Central_PV,Solar,74.13999939,23,NULL +77339,16,Barstow: 7,CA_SCE_CEN,Wind,Wind,38,23,NULL +1104543,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,25.35000038,23,NULL +1106453,3,Proposed,AZ_APS_SW,Central_PV,Solar,1.559999943,23,NULL +1106896,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,36.95000076,23,NULL +1191210589,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,NULL +154643,27,Thousand Springs,ID_S_OR_E,Hydro_NonPumped,Water,6.8,23,existing_generator +77335,16,Tehachapi: 3,CA_SCE_CEN,Wind,Wind,49,23,NULL +1104553,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.789999962,23,NULL +1114575,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,67.90000153,23,NULL +1118677,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.360000014,23,NULL +1000086,8,Proposed,CAN_ALB,Residential_PV,Solar,148.8370056,23,NULL +1104884,33,Proposed,NM_N,Central_PV,Solar,12.81000042,23,NULL +1115335,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,59.97999954,23,NULL +77345,16,Tehachapi: 13,CA_SCE_CEN,Wind,Wind,81,23,NULL +1117901,3,Proposed,AZ_APS_SW,Central_PV,Solar,52.15000153,23,NULL +1191210566,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,110,23,NULL +155604,39,Roseburg Forest Products Biomass,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,13.4,23,existing_generator +155911,14,Broadridge Cogen,CA_PGE_N,Central_PV,Solar,0.8,23,existing_generator +1191209378,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +155957,17,North Palm Springs 4A,CA_SCE_S,Central_PV,Solar,4,23,existing_generator +1117522,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,3.200000048,23,NULL +154550,14,Judge F Carr,CA_PGE_N,Hydro_NonPumped,Water,154.4,23,existing_generator +155567,16,Oasis Wind,CA_SCE_CEN,Wind,Wind,59,23,existing_generator +1106876,2,Proposed,AZ_APS_N,Central_PV,Solar,53.02999878,23,NULL +1191185400,22,Proposed,CO_DEN,Wind,Wind,150,23,NULL +1112023,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,8.909999847,23,NULL +1115753,3,Proposed,AZ_APS_SW,Central_PV,Solar,91.87999725,23,NULL +1191184123,42,Proposed,UT_S,Wind,Wind,30,23,NULL +158041,8,MACKAYG2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,existing_generator +1104914,5,Proposed,AZ_NW,Central_PV,Solar,17.85000038,23,NULL +1110037,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,255.2100067,23,NULL +156909,22,Quincy II Solar Garden,CO_DEN,Central_PV,Solar,1.5,23,existing_generator +1118771,5,Proposed,AZ_NW,Central_PV,Solar,24.12000084,23,NULL +1001681,1,Proposed,AZ_APS_E,Commercial_PV,Solar,60.48649979,23,NULL +154401,14,Hat Creek 1,CA_PGE_N,Hydro_NonPumped,Water,10,23,existing_generator +1115430,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,9,23,NULL +1105834,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,34.15999985,23,NULL +1102636,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1.820000052,23,NULL +154420,14,Poe,CA_PGE_N,Hydro_NonPumped,Water,142.8,23,existing_generator +1113987,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,40.99000168,23,NULL +1191184185,42,Proposed,UT_S,Wind,Wind,2520,23,NULL +1116559,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,6.119999886,23,NULL +1191185558,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191209212,31,Proposed,MT_SE,Bio_Gas,Bio_Gas,NULL,23,NULL +155163,40,SDS Lumber Gorge Energy Division,OR_WA_BPA,Bio_Solid_Steam_Turbine,Bio_Solid,10,23,existing_generator +1100915,33,Proposed,NM_N,Central_PV,Solar,474.5400085,23,NULL +1114842,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,44.02000046,23,NULL +1107347,16,Proposed,CA_SCE_CEN,Central_PV,Solar,20.23999977,23,NULL +1116628,46,Proposed,WA_W,CSP_Trough_6h_Storage,Solar,2.119999886,23,NULL +1191185557,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191185678,46,Proposed,WA_W,Offshore_Wind,Wind,30,23,NULL +1111700,35,Proposed,NV_N,Central_PV,Solar,134.1999969,23,NULL +1191209511,42,Proposed,UT_S,CCGT,Gas,NULL,23,NULL +1191185487,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +156426,16,Victor Mesa Linda C2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1106901,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,28.95000076,23,NULL +1110899,3,Proposed,AZ_APS_SW,Central_PV,Solar,22.19000053,23,NULL +155351,46,Longview Fibre,WA_W,ST,Bio_Liquid,45,23,existing_generator +1114008,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,8.369999886,23,NULL +1191182530,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1101237,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,4.300000191,23,NULL +156824,16,Green Beanworks D PV,CA_SCE_CEN,Central_PV,Solar,3,23,existing_generator +1109174,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,8.020000458,23,NULL +1108678,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,40.47999954,23,NULL +155718,14,SunEdison Anheuser Busch Fairfield,CA_PGE_N,Central_PV,Solar,1,23,existing_generator +1118345,2,Proposed,AZ_APS_N,Central_PV,Solar,26.71999931,23,NULL +1114296,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,37.25999832,23,NULL +1118809,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,52.93000031,23,NULL +1191210484,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,23,NULL +1104226,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,5.449999809,23,NULL +1118348,18,Proposed,CA_SCE_SE,Central_PV,Solar,17.67000008,23,NULL +157091,35,Battle Mountain Solar Project,NV_N,Central_PV,Solar,101,23,existing_generator +1118829,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,6.190000057,23,NULL +1191209360,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,24,23,NULL +156337,7,"Gato Montes Solar, LLC",AZ_SE,Central_PV,Solar,5,23,existing_generator +1001367,1,Proposed,AZ_APS_E,Commercial_PV,Solar,12.08549976,23,NULL +1101233,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.029999971,23,NULL +1102074,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,138.3300018,23,NULL +1111490,32,Proposed,MT_SW,Central_PV,Solar,3.289999962,23,NULL +1116302,14,Proposed,CA_PGE_N,Central_PV,Solar,1.330000043,23,NULL +1109225,29,Proposed,MT_NE,Central_PV,Solar,1.75999999,23,NULL +1111786,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,6.289999962,23,NULL +1118789,10,Proposed,CA_IID,Central_PV,Solar,4.539999962,23,NULL +1101862,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,15,23,NULL +157837,8,Kananaskis,CAN_ALB,Hydro_NonPumped,Water,16.8,23,existing_generator +1112652,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,49.72999954,23,NULL +1191182951,49,Proposed,WY_SE,Wind,Wind,360,23,NULL +1108034,13,Proposed,CA_PGE_CEN,Central_PV,Solar,9.43999958,23,NULL +155514,20,Palomar Energy,CA_SDGE,CCGT,Gas,559,23,existing_generator +1100102,36,Proposed,NV_S,Central_PV,Solar,1.120000005,23,NULL +156320,16,Summer Solar A2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1108170,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.46999979,23,NULL +1191185344,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +1191210075,28,Proposed,MEX_BAJA,Geothermal,Geothermal,104.5,23,NULL +1191210520,46,Proposed,WA_W,CCGT_Cogen,Gas,253.3999939,23,NULL +154716,40,Round Butte,OR_WA_BPA,Hydro_NonPumped,Water,372.5,23,existing_generator +156981,6,AZ State University - Tempe Campus Solar,AZ_PHX,Central_PV,Solar,2.3,23,existing_generator +1107625,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,10.06999969,23,NULL +1104536,35,Proposed,NV_N,Central_PV,Solar,3.359999895,23,NULL +154548,13,La Grange,CA_PGE_CEN,Hydro_NonPumped,Water,4.5,23,existing_generator +1112360,29,Proposed,MT_NE,Central_PV,Solar,2.279999971,23,NULL +1191184790,25,Proposed,CO_SW,Wind,Wind,60,23,NULL +1191209205,38,Proposed,OR_PDX,Bio_Gas,Bio_Gas,NULL,23,NULL +1104534,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,68.55000305,23,NULL +1116990,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,284.1700134,23,NULL +1191184031,46,Proposed,WA_W,Wind,Wind,30,23,NULL +155415,13,Aera San Ardo Cogen Facility,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,6.2,23,existing_generator +1109242,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,26.95999908,23,NULL +155320,16,CTV Power Purchase Contract Trust,CA_SCE_CEN,Wind,Wind,4.5,23,existing_generator +1191210894,8,Proposed,CAN_ALB,Wind,Wind,321.3850098,23,NULL +1191185327,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +157992,8,ENMX_Crsfld_1,CAN_ALB,Gas_Combustion_Turbine,Gas,120,23,existing_generator +154971,40,Coyote Springs II,OR_WA_BPA,CCGT,Gas,287,23,existing_generator +156063,34,SunE EPE2 LLC,NM_S_TX_EPE,Central_PV,Solar,12,23,existing_generator +156505,16,Coronus Adelanto West 2,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1110499,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,6.980000019,23,NULL +1108214,33,Proposed,NM_N,Central_PV,Solar,5.650000095,23,NULL +1112261,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.849999905,23,NULL +1114172,32,Proposed,MT_SW,Central_PV,Solar,1.179999948,23,NULL +1117488,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,3.400000095,23,NULL +1191182477,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1191210530,40,Proposed,OR_WA_BPA,CCGT_Cogen,Gas,621.2000122,23,NULL +1117427,1,Proposed,AZ_APS_E,Central_PV,Solar,150.9799957,23,NULL +1191185438,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +154684,35,Tracy,NV_N,CCGT,Gas,743.1,23,existing_generator +1191209353,35,Proposed,NV_N,Geothermal,Geothermal,16,23,NULL +155077,11,Civic Center,CA_LADWP,CCGT,Gas,34.5,23,existing_generator +156743,13,San Joaquin Solar,CA_PGE_CEN,Central_PV,Solar,19.8,23,existing_generator +1191183814,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1000340,20,Proposed,CA_SDGE,Residential_PV,Solar,148.8370056,23,NULL +1110047,33,Proposed,NM_N,Central_PV,Solar,3.950000048,23,NULL +1191184062,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1001147,29,Proposed,MT_NE,Commercial_PV,Solar,40.81999969,23,NULL +1106240,39,Proposed,OR_W,Central_PV,Solar,5.070000172,23,NULL +1106023,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,33.88000107,23,NULL +157959,8,AirLiqd1,CAN_ALB,CCGT_Cogen,Gas,89,23,existing_generator +1116192,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,3.980000019,23,NULL +155584,29,Judith Gap Wind Energy Center,MT_NE,Wind,Wind,135,23,existing_generator +157951,8,JoffrCgnP,CAN_ALB,CCGT_Cogen,Gas,145,23,existing_generator +1109193,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.170000076,23,NULL +1118886,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,31.20999908,23,NULL +77462,14,PlumasCounty: 577,CA_PGE_N,Wind,Wind,31,23,NULL +156404,16,Hesperia,CA_SCE_CEN,Central_PV,Solar,1.5,23,existing_generator +1112724,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,26.10000038,23,NULL +1191182415,26,Proposed,ID_E,Wind,Wind,180,23,NULL +155374,40,Warm Springs Power Enterprises,OR_WA_BPA,Hydro_NonPumped,Water,19.6,23,existing_generator +156983,22,Gilcrest Solar,CO_DEN,Central_PV,Solar,1.5,23,existing_generator +1000792,50,Proposed,WY_SW,Residential_PV,Solar,95.97899628,23,NULL +1107216,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,83.62999725,23,NULL +1108745,10,Proposed,CA_IID,Central_PV,Solar,48.54999924,23,NULL +1114370,4,Proposed,AZ_NM_N,Central_PV,Solar,9.789999962,23,NULL +1115966,17,Proposed,CA_SCE_S,Central_PV,Solar,4.46999979,23,NULL +1191210891,8,Proposed,CAN_ALB,Wind,Wind,1241.280029,23,NULL +154365,6,Stewart Mountain,AZ_PHX,Hydro_NonPumped,Water,13,23,existing_generator +1110935,35,Proposed,NV_N,Central_PV,Solar,17.52000046,23,NULL +1101134,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.480000019,23,NULL +1191184060,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1105317,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,69.08000183,23,NULL +1113866,41,Proposed,UT_N,Central_PV,Solar,68.31999969,23,NULL +1191185322,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +1112678,3,Proposed,AZ_APS_SW,Central_PV,Solar,103.3700027,23,NULL +155680,16,Ameresco Chiquita Canyon,CA_SCE_CEN,Bio_Gas,Bio_Gas,9.2,23,existing_generator +1103802,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,1.059999943,23,NULL +1191210585,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,NULL +1111328,7,Proposed,AZ_SE,Central_PV,Solar,66.02999878,23,NULL +1191185159,23,Proposed,CO_E,Wind,Wind,840,23,NULL +1191210112,10,Proposed,CA_IID,Geothermal,Geothermal,53.90000153,23,NULL +154655,26,City Power Plant,ID_E,Hydro_NonPumped,Water,8,23,existing_generator +1102012,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,3.660000086,23,NULL +1110369,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,168.6000061,23,NULL +1191210893,8,Proposed,CAN_ALB,Wind,Wind,7286.899902,23,NULL +1104839,37,Proposed,OR_E,Central_PV,Solar,5.840000153,23,NULL +77502,14,Solano: 1890,CA_PGE_N,Wind,Wind,26,23,NULL +157030,10,Wildcat I Energy Storage LLC,CA_IID,Battery_Storage,Electricity,3,23,existing_generator +155190,40,Orchard Avenue 1,OR_WA_BPA,Hydro_NonPumped,Water,1.6,23,existing_generator +1117414,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,39.58000183,23,NULL +1191209748,29,Proposed,MT_NE,Battery_Storage,Electricity,NULL,23,NULL +154538,13,Parker,CA_PGE_CEN,Hydro_NonPumped,Water,2.7,23,existing_generator +155511,4,Bluffview,AZ_NM_N,CCGT,Gas,67,23,existing_generator +1104875,42,Proposed,UT_S,Central_PV,Solar,9.350000381,23,NULL +155087,16,Argus Cogen Plant,CA_SCE_CEN,Coal_Steam_Turbine,Coal,62.5,23,existing_generator +1103163,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,5.610000134,23,NULL +1191182538,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1110508,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,11.05000019,23,NULL +1001877,23,Proposed,CO_E,Commercial_PV,Solar,17.32419968,23,NULL +1109121,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,6.5,23,NULL +1001210,35,Proposed,NV_N,Residential_PV,Solar,25.03800011,23,NULL +154445,17,AES Alamitos LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,1115,23,existing_generator +154552,21,Nimbus,CA_SMUD,Hydro_NonPumped,Water,13.4,23,existing_generator +1191183339,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1110871,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3,23,NULL +1191185454,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1000809,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,40.73759842,23,NULL +1191210090,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,90,23,NULL +1119060,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,3,23,NULL +156842,16,Green Beanworks B PV,CA_SCE_CEN,Central_PV,Solar,3,23,existing_generator +1106707,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,1.899999976,23,NULL +1191209738,19,Proposed,CA_SCE_VLY,Battery_Storage,Electricity,NULL,23,NULL +1191182716,39,Proposed,OR_W,Wind,Wind,30,23,NULL +154770,43,Nine Mile,WA_ID_AVA,Hydro_NonPumped,Water,37.6,23,existing_generator +154534,14,French Meadows,CA_PGE_N,Hydro_NonPumped,Water,15.3,23,existing_generator +1000147,15,Proposed,CA_PGE_S,Commercial_PV,Solar,229.2380066,23,NULL +154561,20,Bear Valley,CA_SDGE,Hydro_NonPumped,Water,1.4,23,existing_generator +1191209361,38,Proposed,OR_PDX,Geothermal,Geothermal,45,23,NULL +1001212,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,30.60199928,23,NULL +1000114,42,Proposed,UT_S,Residential_PV,Solar,577.2650146,23,NULL +1191183337,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +154824,39,Lost Creek,OR_W,Hydro_NonPumped,Water,49,23,existing_generator +1117489,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,3.400000095,23,NULL +155870,40,Tieton Dam Hydro Electric Project,OR_WA_BPA,Hydro_NonPumped,Water,13.8,23,existing_generator +1000742,23,Proposed,CO_E,Residential_PV,Solar,1521.75,23,NULL +1191182954,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1191210108,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,15,23,NULL +155214,15,McKittrick Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,23,existing_generator +156217,10,Campo Verde Solar,CA_IID,Central_PV,Solar,147.4,23,existing_generator +154794,49,Kortes,WY_SE,Hydro_NonPumped,Water,36,23,existing_generator +1117485,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,118.4800034,23,NULL +154685,35,Tracy,NV_N,Gas_Combustion_Turbine,Gas,170,23,existing_generator +1191184539,35,Proposed,NV_N,Wind,Wind,2970,23,NULL +1116140,35,Proposed,NV_N,Central_PV,Solar,1.340000033,23,NULL +155539,13,Regional Wastewater Control Facility,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,23,existing_generator +155606,17,Grapeland Peaker,CA_SCE_S,Battery_Storage,Electricity,10,23,existing_generator +1100703,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,219.4400024,23,NULL +155816,40,Big Horn Wind II,OR_WA_BPA,Wind,Wind,50,23,existing_generator +155578,17,Clearwater Power Plant,CA_SCE_S,CCGT,Gas,49,23,existing_generator +1191183735,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1103808,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.680000067,23,NULL +1118323,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,12.23999977,23,NULL +1191183358,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +157917,9,Shuswap,CAN_BC,Hydro_NonPumped,Water,5.2,23,existing_generator +1107264,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.949999809,23,NULL +1001094,33,Proposed,NM_N,Residential_PV,Solar,2217.25,23,NULL +155905,34,Deming Solar Energy Center,NM_S_TX_EPE,Central_PV,Solar,9,23,existing_generator +1191182505,36,Proposed,NV_S,Wind,Wind,150,23,NULL +155979,14,Ameresco Butte County,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.3,23,existing_generator +1109099,15,Proposed,CA_PGE_S,Central_PV,Solar,46.20999908,23,NULL +1191182502,35,Proposed,NV_N,Wind,Wind,30,23,NULL +155796,16,Alta Wind Energy Center II,CA_SCE_CEN,Wind,Wind,150,23,existing_generator +1103535,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,1.870000005,23,NULL +1117509,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,29.01000023,23,NULL +1105504,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,26.56999969,23,NULL +155838,25,Greater Sandhill I,CO_SW,Central_PV,Solar,19,23,existing_generator +1108581,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,2.380000114,23,NULL +154524,14,Chicago Park,CA_PGE_N,Hydro_NonPumped,Water,44,23,existing_generator +1191209605,36,Proposed,NV_S,Coal_IGCC,Coal,NULL,23,NULL +1111779,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,19.98999977,23,NULL +155692,36,CM10,NV_S,Central_PV,Solar,10,23,existing_generator +1107590,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.370000005,23,NULL +1115323,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.5,23,NULL +1104455,10,Proposed,CA_IID,Central_PV,Solar,2.859999895,23,NULL +1116077,35,Proposed,NV_N,Central_PV,Solar,85.58999634,23,NULL +1106295,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,3.559999943,23,NULL +1191209318,35,Proposed,NV_N,Geothermal,Geothermal,12,23,NULL +1111769,2,Proposed,AZ_APS_N,Central_PV,Solar,39.41999817,23,NULL +1191209652,33,Proposed,NM_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +1113017,41,Proposed,UT_N,Central_PV,Solar,27.63999939,23,NULL +155123,11,Olive View Medical Center,CA_LADWP,Gas_Combustion_Turbine,Gas,5.6,23,existing_generator +156889,25,San Luis Valley Solar Array,CO_SW,Central_PV,Solar,2.7,23,existing_generator +1191209238,35,Proposed,NV_N,Geothermal,Geothermal,31.5,23,NULL +154780,46,Cushman 2,WA_W,Hydro_NonPumped,Water,84.6,23,existing_generator +155644,40,Goodnoe Hills,OR_WA_BPA,Wind,Wind,94,23,existing_generator +1102194,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,91.75,23,NULL +1104487,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,19.20000076,23,NULL +156445,13,Taylor Farms,CA_PGE_CEN,Wind,Wind,1,23,existing_generator +1106875,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,2.930000067,23,NULL +1105415,33,Proposed,NM_N,Central_PV,Solar,10.46000004,23,NULL +1111336,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,4.400000095,23,NULL +1112102,48,Proposed,WY_NW,Central_PV,Solar,3.75,23,NULL +157048,15,"Willow Spring Solar, LLC",CA_PGE_S,Central_PV,Solar,100,23,existing_generator +1191184264,48,Proposed,WY_NW,Wind,Wind,90,23,NULL +156025,20,Univ of California San Diego Solar,CA_SDGE,Central_PV,Solar,1.2,23,existing_generator +155449,36,Apex Generating Station,NV_S,CCGT,Gas,600.6,23,existing_generator +77486,16,MountainPass: 1548,CA_SCE_CEN,Wind,Wind,31,23,NULL +1115713,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,9.100000381,23,NULL +1191209364,39,Proposed,OR_W,Geothermal,Geothermal,45,23,NULL +1116964,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,26.18000031,23,NULL +1110024,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.75999999,23,NULL +1001635,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,8.283599854,23,NULL +1191183920,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1105989,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,80.94000244,23,NULL +1191182429,26,Proposed,ID_E,Wind,Wind,60,23,NULL +155336,15,Welport Lease Project,CA_PGE_S,Gas_Combustion_Turbine,Gas,5,23,existing_generator +1191183805,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1107763,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,58.61999893,23,NULL +1104045,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,75.34999847,23,NULL +1108758,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,2.619999886,23,NULL +156109,23,Limon Wind II,CO_E,Wind,Wind,200,23,existing_generator +154992,23,Springfield (CO),CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.7,23,existing_generator +1115222,2,Proposed,AZ_APS_N,Central_PV,Solar,6.190000057,23,NULL +1191185697,13,Proposed,CA_PGE_CEN,Offshore_Wind,Wind,30,23,NULL +1118287,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,10.39999962,23,NULL +1191184078,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1102515,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.470000029,23,NULL +77336,16,Tehachapi: 4,CA_SCE_CEN,Wind,Wind,92,23,NULL +1101930,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,223.5299988,23,NULL +1001622,23,Proposed,CO_E,Residential_PV,Solar,90.41500092,23,NULL +1101033,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,202.4199982,23,NULL +1191185152,23,Proposed,CO_E,Wind,Wind,720,23,NULL +1118828,18,Proposed,CA_SCE_SE,Central_PV,Solar,6.190000057,23,NULL +1001319,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,13.79189968,23,NULL +1105992,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,29.37000084,23,NULL +1191185554,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1191182621,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191209249,10,Proposed,CA_IID,Geothermal,Geothermal,20,23,NULL +1191210887,9,Proposed,CAN_BC,Wind,Wind,2375.620117,23,NULL +1191210423,12,Proposed,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen,Gas,1.5,23,NULL +154457,16,Bishop Creek 4,CA_SCE_CEN,Hydro_NonPumped,Water,8.2,23,existing_generator +1000095,41,Proposed,UT_N,Commercial_PV,Solar,18.27249908,23,NULL +156301,36,Silver State Solar Power South,NV_S,Central_PV,Solar,250,23,existing_generator +1000117,2,Proposed,AZ_APS_N,Commercial_PV,Solar,4.143599987,23,NULL +156621,19,CED Ducor 2,CA_SCE_VLY,Central_PV,Solar,20,23,existing_generator +1191209211,16,Proposed,CA_SCE_CEN,Bio_Gas,Bio_Gas,NULL,23,NULL +1117514,36,Proposed,NV_S,Central_PV,Solar,19.34000015,23,NULL +1115682,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,37.04000092,23,NULL +156173,40,Vansycle II Wind Energy Center,OR_WA_BPA,Wind,Wind,98.9,23,existing_generator +1102911,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.49000001,23,NULL +1001829,23,Proposed,CO_E,Commercial_PV,Solar,22.03079987,23,NULL +1118709,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,18.70999908,23,NULL +1118893,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.529999971,23,NULL +1105476,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,18.59000015,23,NULL +1104499,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,34.52000046,23,NULL +1115716,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,19.31999969,23,NULL +1109509,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,63.58000183,23,NULL +1100704,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,219.4400024,23,NULL +1114413,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,13.86999989,23,NULL +1118933,28,Proposed,MEX_BAJA,Central_PV,Solar,133.6999969,23,NULL +156289,10,Sol Orchard El Centro PV,CA_IID,Central_PV,Solar,20,23,existing_generator +1000976,24,Proposed,CO_NW,Residential_PV,Solar,29.21100044,23,NULL +1117307,37,Proposed,OR_E,Central_PV,Solar,87.91999817,23,NULL +154523,13,McSwain,CA_PGE_CEN,Hydro_NonPumped,Water,9,23,existing_generator +1103801,15,Proposed,CA_PGE_S,Central_PV,Solar,1.059999943,23,NULL +1110488,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,49.54999924,23,NULL +1105475,18,Proposed,CA_SCE_SE,Central_PV,Solar,18.59000015,23,NULL +1108257,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,3.380000114,23,NULL +1108264,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.710000038,23,NULL +156130,14,Grassland 3&4 Solar Project,CA_PGE_N,Central_PV,Solar,2.5,23,existing_generator +1191210853,9,Proposed,CAN_BC,Wind,Wind,201.352005,23,NULL +1109735,8,Proposed,CAN_ALB,Central_PV,Solar,459.6600037,23,NULL +1191182670,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1111771,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,39.41999817,23,NULL +1000096,41,Proposed,UT_N,Residential_PV,Solar,30.60199928,23,NULL +156772,16,"Solar Star California, XLIV, LLC",CA_SCE_CEN,Central_PV,Solar,9.5,23,existing_generator +1191185482,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1107150,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,32.56999969,23,NULL +1191182688,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1107786,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,1.360000014,23,NULL +1113061,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,51.95999908,23,NULL +156298,16,Lancaster Baptist Church,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1113147,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.980000019,23,NULL +1118813,28,Proposed,MEX_BAJA,Central_PV,Solar,1.5,23,NULL +1110518,36,Proposed,NV_S,Central_PV,Solar,28.63999939,23,NULL +1118312,42,Proposed,UT_S,Central_PV,Solar,8.489999771,23,NULL +1101358,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,1959.689941,23,NULL +156806,42,Quichapa 2,UT_S,Central_PV,Solar,3,23,existing_generator +1109089,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,10.13000011,23,NULL +158032,28,CerroPrI1-5,MEX_BAJA,Geothermal,Geothermal,23.2,23,existing_generator +1101877,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,191.6900024,23,NULL +156900,7,Pinal Central Energy Center,AZ_SE,Central_PV,Solar,20,23,existing_generator +155286,15,Kern River Eastridge Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,48.8,23,existing_generator +156218,37,C-Drop Hydro,OR_E,Hydro_NonPumped,Water,1.1,23,existing_generator +1191184799,33,Proposed,NM_N,Wind,Wind,150,23,NULL +1191183465,32,Proposed,MT_SW,Wind,Wind,30,23,NULL +1106606,26,Proposed,ID_E,Central_PV,Solar,2.900000095,23,NULL +1107167,17,Proposed,CA_SCE_S,Central_PV,Solar,1.00999999,23,NULL +77477,17,SanBernardino_Lucerne: 599,CA_SCE_S,Wind,Wind,40,23,NULL +158065,8,Wind_EP_Can_7,CAN_ALB,Wind,Wind,30,23,existing_generator +1112643,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.399999976,23,NULL +77363,16,SanBernardino_Lucerne: 31,CA_SCE_CEN,Wind,Wind,72,23,NULL +1191185689,16,Proposed,CA_SCE_CEN,Offshore_Wind,Wind,30,23,NULL +1118721,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,63.66999817,23,NULL +155073,12,San Jose Cogeneration,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,6,23,existing_generator +1118130,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,4.099999905,23,NULL +156059,14,High Sierra Cogeneration Plant,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,6,23,existing_generator +1191185565,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +154517,11,Scattergood,CA_LADWP,Gas_Steam_Turbine,Gas,326.4,23,existing_generator +154544,17,Devil Canyon,CA_SCE_S,Hydro_NonPumped,Water,276.2,23,existing_generator +156290,22,Carter Hydro,CO_DEN,Hydro_NonPumped,Water,2.6,23,existing_generator +1115273,42,Proposed,UT_S,Central_PV,Solar,4.610000134,23,NULL +155429,34,Luna Energy Facility,NM_S_TX_EPE,CCGT,Gas,650,23,existing_generator +1111757,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.399999976,23,NULL +156785,17,CSUF Nutwood Solar,CA_SCE_S,Central_PV,Solar,1.9,23,existing_generator +156746,34,Four Peaks Camino Real,NM_S_TX_EPE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1000119,24,Proposed,CO_NW,Commercial_PV,Solar,5.179500103,23,NULL +1109207,33,Proposed,NM_N,Central_PV,Solar,3.559999943,23,NULL +158083,8,Wind_EP_Can_25,CAN_ALB,Wind,Wind,21.4,23,existing_generator +1191210490,12,Proposed,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen,Gas,3,23,NULL +1191185441,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1001678,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,41.72999954,23,NULL +1112707,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,19.75,23,NULL +1002046,44,Proposed,WA_N_CEN,Residential_PV,Solar,1969.660034,23,NULL +1110484,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,51.68999863,23,NULL +155629,23,Peetz Table Wind Energy,CO_E,Wind,Wind,199.5,23,existing_generator +157950,28,CCCPrsd1,MEX_BAJA,CCGT,Gas,252.6,23,existing_generator +1101931,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,223.5299988,23,NULL +1001923,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,8.35130024,23,NULL +1191210088,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,90,23,NULL +1108487,33,Proposed,NM_N,Central_PV,Solar,3.5,23,NULL +155935,3,Arlington Valley Solar Energy II,AZ_APS_SW,Central_PV,Solar,129,23,existing_generator +1191182690,39,Proposed,OR_W,Wind,Wind,150,23,NULL +154363,6,Mormon Flat,AZ_PHX,Hydro_Pumped,Water,54.3,23,existing_generator +157967,8,Kephlls2,CAN_ALB,Coal_Steam_Turbine,Coal,411,23,existing_generator +1000983,11,Proposed,CA_LADWP,Commercial_PV,Solar,11.78190041,23,NULL +1113561,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.860000134,23,NULL +1117227,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,29.93000031,23,NULL +1117472,1,Proposed,AZ_APS_E,Central_PV,Solar,41.24000168,23,NULL +1102031,33,Proposed,NM_N,Central_PV,Solar,144.0200043,23,NULL +1113848,3,Proposed,AZ_APS_SW,Central_PV,Solar,7.670000076,23,NULL +155196,15,Double C Generation Limited Partnership,CA_PGE_S,Gas_Combustion_Turbine,Gas,49.8,23,existing_generator +154519,16,Upper Gorge,CA_SCE_CEN,Hydro_NonPumped,Water,37.5,23,existing_generator +154912,14,Whiskeytown,CA_PGE_N,Hydro_NonPumped,Water,3.5,23,existing_generator +1103915,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.080000043,23,NULL +156447,16,"Catalina Solar 2, LLC",CA_SCE_CEN,Central_PV,Solar,18,23,existing_generator +1107474,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,20.51000023,23,NULL +1191183112,5,Proposed,AZ_NW,Wind,Wind,240,23,NULL +156116,2,Prescott Solar Plant,AZ_APS_N,Central_PV,Solar,10.8,23,existing_generator +154569,23,Comanche (CO),CO_E,Coal_Steam_Turbine,Coal,1635.3,23,existing_generator +1117911,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,15.88000011,23,NULL +1000977,24,Proposed,CO_NW,Commercial_PV,Solar,9.218000412,23,NULL +1100963,39,Proposed,OR_W,Central_PV,Solar,128.0500031,23,NULL +1191184808,33,Proposed,NM_N,Wind,Wind,30,23,NULL +1191209377,37,Proposed,OR_E,Geothermal,Geothermal,16,23,NULL +1191182576,36,Proposed,NV_S,Wind,Wind,90,23,NULL +1106041,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.730000019,23,NULL +1108036,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,9.43999958,23,NULL +156590,16,Elevation Solar C,CA_SCE_CEN,Central_PV,Solar,40,23,existing_generator +1117490,5,Proposed,AZ_NW,Central_PV,Solar,10.17000008,23,NULL +1104768,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,36.45999908,23,NULL +1106700,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,11.07999992,23,NULL +1112550,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,4.429999828,23,NULL +1116496,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,7.690000057,23,NULL +1001010,11,Proposed,CA_LADWP,Residential_PV,Solar,6042.5,23,NULL +1106665,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,7.559999943,23,NULL +157008,17,AES Alamitos Energy Center,CA_SCE_S,CCGT,Gas,678,23,existing_generator +156013,6,Glendale Energy Power Plant,AZ_PHX,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.8,23,existing_generator +156187,16,Solar Star 1,CA_SCE_CEN,Central_PV,Solar,318,23,existing_generator +158004,9,RuprtGT2,CAN_BC,Gas_Combustion_Turbine,Gas,33,23,existing_generator +1109022,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,5.260000229,23,NULL +1191209490,21,Proposed,CA_SMUD,CCGT,Gas,NULL,23,NULL +154740,41,Gadsby,UT_N,Gas_Combustion_Turbine,Gas,213,23,existing_generator +1117919,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.529999971,23,NULL +1118821,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,2.380000114,23,NULL +154984,47,Barber Creek,WY_NE,Gas_Combustion_Turbine,Gas,22.5,23,existing_generator +1111348,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,71.63999939,23,NULL +1191182504,35,Proposed,NV_N,Wind,Wind,600,23,NULL +1105507,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.129999995,23,NULL +1100376,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,170.1999969,23,NULL +154378,14,Alta Powerhouse,CA_PGE_N,Hydro_NonPumped,Water,1,23,existing_generator +1109548,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,16.5,23,NULL +1118898,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.829999924,23,NULL +1112502,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,2.589999914,23,NULL +1117903,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,52.15000153,23,NULL +1191183288,41,Proposed,UT_N,Wind,Wind,30,23,NULL +156752,22,Xcel Adams 1 Community Solar Array,CO_DEN,Central_PV,Solar,1.8,23,existing_generator +1191182782,49,Proposed,WY_SE,Wind,Wind,60,23,NULL +1191209740,21,Proposed,CA_SMUD,Battery_Storage,Electricity,NULL,23,NULL +1000396,14,Proposed,CA_PGE_N,Residential_PV,Solar,1026.560059,23,NULL +1107583,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,18.36000061,23,NULL +1107745,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,51.68000031,23,NULL +1118899,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.829999924,23,NULL +1191183284,41,Proposed,UT_N,Wind,Wind,60,23,NULL +156397,20,SDCWA - Twin Oaks,CA_SDGE,Central_PV,Solar,1.1,23,existing_generator +1117481,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.260000229,23,NULL +1191209522,3,Proposed,AZ_APS_SW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1113400,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.71999979,23,NULL +1111747,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,68.47000122,23,NULL +1108680,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,9.640000343,23,NULL +1001315,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,48.16199875,23,NULL +155244,12,PE Berkeley,CA_PGE_BAY,CCGT,Gas,28.5,23,existing_generator +1105971,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.279999971,23,NULL +155221,35,Steamboat Hills LP,NV_N,Geothermal,Geothermal,5.5,23,existing_generator +1111343,36,Proposed,NV_S,Central_PV,Solar,36.29000092,23,NULL +155952,49,Cheyenne Prairie Generating Station,WY_SE,Gas_Combustion_Turbine,Gas,40,23,existing_generator +156418,14,Vaca Dixon Battery Storage System,CA_PGE_N,Battery_Storage,Electricity,2,23,existing_generator +1112529,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,29.85000038,23,NULL +1107348,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,20.23999977,23,NULL +156578,13,RE Tranquillity,CA_PGE_CEN,Central_PV,Solar,205.3,23,existing_generator +1191210420,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,14.30000019,23,NULL +1114703,15,Proposed,CA_PGE_S,Central_PV,Solar,3.50999999,23,NULL +1191185081,23,Proposed,CO_E,Wind,Wind,30,23,NULL +77435,16,Tehachapi: 548,CA_SCE_CEN,Wind,Wind,69,23,NULL +1191183365,24,Proposed,CO_NW,Wind,Wind,60,23,NULL +1114378,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,24.36000061,23,NULL +1106399,7,Proposed,AZ_SE,Central_PV,Solar,51.33000183,23,NULL +1116595,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,33.61999893,23,NULL +155488,15,Henrietta Peaker,CA_PGE_S,Gas_Combustion_Turbine,Gas,98,23,existing_generator +1104486,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,19.20000076,23,NULL +1107700,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,61.47999954,23,NULL +156464,34,Newman Solar,NM_S_TX_EPE,Central_PV,Solar,10.5,23,existing_generator +156779,11,Hyperion Treatment Plant CHP Plant,CA_LADWP,Bio_Gas,Bio_Gas,33,23,existing_generator +156948,33,Syncarpha Eagle Nest,NM_N,Central_PV,Solar,1,23,existing_generator +1191184035,46,Proposed,WA_W,Wind,Wind,90,23,NULL +1001151,23,Proposed,CO_E,Commercial_PV,Solar,14.67179966,23,NULL +1191183767,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1106463,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,11.02000046,23,NULL +154629,13,Moccasin Low Head Hydro Project,CA_PGE_CEN,Hydro_NonPumped,Water,2.9,23,existing_generator +155233,16,Oak Creek Energy Systems I,CA_SCE_CEN,Wind,Wind,34.5,23,existing_generator +154923,14,Redding Power,CA_PGE_N,Gas_Combustion_Turbine,Gas,73.8,23,existing_generator +1108172,4,Proposed,AZ_NM_N,Central_PV,Solar,2.769999981,23,NULL +157115,37,"NorWest Energy 4, LLC",OR_E,Central_PV,Solar,5.6,23,existing_generator +1118654,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,44.38000107,23,NULL +1118693,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,22.63999939,23,NULL +154494,10,Drop 4,CA_IID,Hydro_NonPumped,Water,19.6,23,existing_generator +1116558,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.119999886,23,NULL +1191185352,44,Proposed,WA_N_CEN,Wind,Wind,150,23,NULL +1115675,33,Proposed,NM_N,Central_PV,Solar,25.81999969,23,NULL +156942,17,UC Riverside Lots 30 & 32,CA_SCE_S,Central_PV,Solar,4,23,existing_generator +1109768,40,Proposed,OR_WA_BPA,Central_PV,Solar,14.30000019,23,NULL +1191182644,39,Proposed,OR_W,Wind,Wind,30,23,NULL +1115139,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,72.55999756,23,NULL +1106466,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,34.36000061,23,NULL +1101034,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,202.4199982,23,NULL +154555,18,Parker Dam,CA_SCE_SE,Hydro_NonPumped,Water,120,23,existing_generator +1191185481,43,Proposed,WA_ID_AVA,Wind,Wind,2370,23,NULL +1100516,33,Proposed,NM_N,Central_PV,Solar,139.4199982,23,NULL +1191185116,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1103804,4,Proposed,AZ_NM_N,Central_PV,Solar,1.620000005,23,NULL +154777,40,The Dalles,OR_WA_BPA,Hydro_NonPumped,Water,1819.7,23,existing_generator +157899,9,Nelson_Hydro_Power_Plant,CAN_BC,Hydro_NonPumped,Water,7.5,23,existing_generator +1191183184,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1107707,25,Proposed,CO_SW,Central_PV,Solar,39.91999817,23,NULL +1107742,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,38,23,NULL +77377,16,Barstow: 48,CA_SCE_CEN,Wind,Wind,55,23,NULL +158061,8,Wind_EP_Can_3,CAN_ALB,Wind,Wind,30,23,existing_generator +156695,36,"NRG Solar Las Vegas MB 2, LLC",NV_S,Central_PV,Solar,1.9,23,existing_generator +1191184222,7,Proposed,AZ_SE,Wind,Wind,60,23,NULL +156894,15,CDCR (CA) - Wasco State Prison,CA_PGE_S,Central_PV,Solar,1.5,23,existing_generator +1112647,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,14.09000015,23,NULL +155716,16,SunEdison Procter & Gamble Oxnard,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1110523,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,5.739999771,23,NULL +154615,13,Camanche,CA_PGE_CEN,Hydro_NonPumped,Water,10.8,23,existing_generator +1110520,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,28.63999939,23,NULL +1111661,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,10.78999996,23,NULL +155300,14,Yuba City Cogen Partners,CA_PGE_N,Gas_Combustion_Turbine,Gas,49,23,existing_generator +1191210881,8,Proposed,CAN_ALB,Wind,Wind,1636.079956,23,NULL +1191183236,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191183784,40,Proposed,OR_WA_BPA,Wind,Wind,90,23,NULL +156272,21,DGS Central Utility Plant,CA_SMUD,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1,23,existing_generator +156527,11,Nordhoff Place,CA_LADWP,Central_PV,Solar,1.2,23,existing_generator +156296,7,Actus Lend Lease DMAFB,AZ_SE,Central_PV,Solar,3,23,existing_generator +1191183271,41,Proposed,UT_N,Wind,Wind,30,23,NULL +157936,9,Walden_CN,CAN_BC,Hydro_NonPumped,Water,15,23,existing_generator +1191185138,23,Proposed,CO_E,Wind,Wind,60,23,NULL +156259,43,Tucannon River Wind Farm,WA_ID_AVA,Wind,Wind,266.8,23,existing_generator +1106669,49,Proposed,WY_SE,Central_PV,Solar,40.16999817,23,NULL +1191184274,26,Proposed,ID_E,Wind,Wind,90,23,NULL +1191209508,39,Proposed,OR_W,CCGT,Gas,NULL,23,NULL +1109953,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,9.119999886,23,NULL +154428,14,Spaulding 2,CA_PGE_N,Hydro_NonPumped,Water,3.7,23,existing_generator +1002044,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,116.8440018,23,NULL +1104969,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.730000019,23,NULL +155612,12,Gateway Generating Station,CA_PGE_BAY,CCGT,Gas,619.7,23,existing_generator +1104134,7,Proposed,AZ_SE,Central_PV,Solar,4.380000114,23,NULL +1000810,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,95.97899628,23,NULL +1103039,15,Proposed,CA_PGE_S,Central_PV,Solar,4.190000057,23,NULL +1108124,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1.980000019,23,NULL +156377,7,Rio Rico Solar,AZ_SE,Central_PV,Solar,6,23,existing_generator +1108797,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,27.34000015,23,NULL +1191182432,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1111332,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,108.8099976,23,NULL +1116154,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,41.54000092,23,NULL +154690,34,Rio Grande,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,266.5,23,existing_generator +1106403,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,50.40000153,23,NULL +1116488,4,Proposed,AZ_NM_N,Central_PV,Solar,4.190000057,23,NULL +1117528,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,10.68999958,23,NULL +1118339,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,8.600000381,23,NULL +1102664,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.49000001,23,NULL +1114839,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,15.28999996,23,NULL +1102875,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,78.55000305,23,NULL +157984,28,PdtJrzG3,MEX_BAJA,Gas_Combustion_Turbine,Gas,152.5,23,existing_generator +155733,16,Ivanpah 1,CA_SCE_CEN,ST,Solar,133,23,existing_generator +156607,16,Little Rock Pham Solar,CA_SCE_CEN,Central_PV,Solar,3,23,existing_generator +1107307,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,33.83000183,23,NULL +1110958,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,13.06000042,23,NULL +1000081,37,Proposed,OR_E,Commercial_PV,Solar,84.91139984,23,NULL +1103923,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.350000024,23,NULL +1108773,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,10.39999962,23,NULL +1191182526,36,Proposed,NV_S,Wind,Wind,120,23,NULL +155806,16,Pine Tree Solar Project,CA_SCE_CEN,Central_PV,Solar,8.5,23,existing_generator +1104987,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,24.87000084,23,NULL +1114420,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,36.31999969,23,NULL +156440,16,Hecate Energy Beacon Solar 4,CA_SCE_CEN,Central_PV,Solar,50,23,existing_generator +1113950,4,Proposed,AZ_NM_N,Central_PV,Solar,49.33000183,23,NULL +1114014,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,95.65000153,23,NULL +1111561,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,45.16999817,23,NULL +155188,39,Dillard Complex,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,40,23,existing_generator +1000311,49,Proposed,WY_SE,Commercial_PV,Solar,9.314399719,23,NULL +155632,16,Terra-Gen VG Wind LLC,CA_SCE_CEN,Wind,Wind,7.4,23,existing_generator +1113485,25,Proposed,CO_SW,Central_PV,Solar,135.0200043,23,NULL +155954,16,Catalina Solar LLC,CA_SCE_CEN,Central_PV,Solar,110,23,existing_generator +156118,16,TA-High Desert LLC,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1191185536,43,Proposed,WA_ID_AVA,Wind,Wind,690,23,NULL +1191209334,10,Proposed,CA_IID,Geothermal,Geothermal,32,23,NULL +155803,17,Dutch Wind Energy,CA_SCE_S,Wind,Wind,8,23,existing_generator +1114862,7,Proposed,AZ_SE,Central_PV,Solar,1.419999957,23,NULL +154745,41,Stairs,UT_N,Hydro_NonPumped,Water,1,23,existing_generator +155552,38,Port Westward,OR_PDX,CCGT,Gas,483,23,existing_generator +1191182933,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1110144,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,65.37000275,23,NULL +1112727,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,14.93999958,23,NULL +1191183332,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1191184024,46,Proposed,WA_W,Wind,Wind,60,23,NULL +1191185567,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1102899,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,1.25,23,NULL +1108230,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,14.40999985,23,NULL +155501,14,Sonoma Central Landfill Phase III,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +157038,20,Don Lee BESS 1 LLC,CA_SDGE,Battery_Storage,Electricity,6.5,23,existing_generator +155098,24,Rifle Generating Station,CO_NW,CCGT,Gas,84,23,existing_generator +1191210087,10,Proposed,CA_IID,Geothermal,Geothermal,11.5,23,NULL +1105446,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,4.690000057,23,NULL +1100342,2,Proposed,AZ_APS_N,Central_PV,Solar,1608.51001,23,NULL +154772,44,Rocky Reach,WA_N_CEN,Hydro_NonPumped,Water,1299.6,23,existing_generator +1102140,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,133.9100037,23,NULL +1106997,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,5.159999847,23,NULL +1115724,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,6.300000191,23,NULL +1100235,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,5124.25,23,NULL +155267,14,Solano County Cogen Plant,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,2.8,23,existing_generator +1118565,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,14.72999954,23,NULL +1191182817,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1108788,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,29.95000076,23,NULL +1105642,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,2.079999924,23,NULL +1102975,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,77.68000031,23,NULL +1113332,14,Proposed,CA_PGE_N,Central_PV,Solar,23.86000061,23,NULL +1109156,25,Proposed,CO_SW,Central_PV,Solar,5.679999828,23,NULL +1191210426,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,20,23,NULL +156317,16,Lancaster Dry Farm Ranch B,CA_SCE_CEN,Central_PV,Solar,5,23,existing_generator +154714,40,Pelton,OR_WA_BPA,Hydro_NonPumped,Water,109.8,23,existing_generator +155201,16,Victory Garden (Tehachapi),CA_SCE_CEN,Wind,Wind,18.8,23,existing_generator +1116161,3,Proposed,AZ_APS_SW,Central_PV,Solar,32.00999832,23,NULL +1000812,44,Proposed,WA_N_CEN,Residential_PV,Solar,310.1929932,23,NULL +1191210080,28,Proposed,MEX_BAJA,Geothermal,Geothermal,28.79999924,23,NULL +1118844,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,10.02000046,23,NULL +155202,17,Mesa Wind Power Corp,CA_SCE_S,Wind,Wind,29.9,23,existing_generator +1114849,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,36.81000137,23,NULL +155180,27,Owyhee Dam Power Project,ID_S_OR_E,Hydro_NonPumped,Water,4.3,23,existing_generator +1105978,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,8.239999771,23,NULL +1111277,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,5.320000172,23,NULL +154676,32,Old Faithful,MT_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2,23,existing_generator +155664,17,ELACC Photovoltaic Power Facility,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +154819,25,Crystal,CO_SW,Hydro_NonPumped,Water,28,23,existing_generator +1115497,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,11.80000019,23,NULL +1191185364,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1110912,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.050000191,23,NULL +1114012,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,42.52999878,23,NULL +1118701,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.680000067,23,NULL +1117662,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,22.70999908,23,NULL +1115722,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,21.55999947,23,NULL +1191182686,39,Proposed,OR_W,Wind,Wind,300,23,NULL +156355,14,Cloverdale Solar I,CA_PGE_N,Central_PV,Solar,1.5,23,existing_generator +1000743,31,Proposed,MT_SE,Commercial_PV,Solar,755.3259888,23,NULL +1107778,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,17.51000023,23,NULL +1113066,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.800000191,23,NULL +1191185339,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +1105972,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.279999971,23,NULL +1112346,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.099999905,23,NULL +1191210874,9,Proposed,CAN_BC,Wind,Wind,175.4019928,23,NULL +1117707,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,48.41999817,23,NULL +1191183309,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +154707,39,Prospect 4,OR_W,Hydro_NonPumped,Water,1,23,existing_generator +1113405,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,15.10999966,23,NULL +154681,36,Clark (NVE),NV_S,Gas_Combustion_Turbine,Gas,796.8,23,existing_generator +1117923,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.800000191,23,NULL +1114377,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,24.36000061,23,NULL +1115995,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,41.13999939,23,NULL +1191183173,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +1114576,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,67.90000153,23,NULL +157956,9,IslndCgn,CAN_BC,CCGT_Cogen,Gas,240,23,existing_generator +156740,37,BC Solar,OR_E,Central_PV,Solar,8,23,existing_generator +155306,10,Second Imperial Geothermal,CA_IID,Geothermal,Geothermal,80,23,existing_generator +155145,14,Bear Creek,CA_PGE_N,Hydro_NonPumped,Water,3.2,23,existing_generator +1001922,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,37.55699921,23,NULL +1112347,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.099999905,23,NULL +1119045,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,3,23,NULL +1107287,36,Proposed,NV_S,Central_PV,Solar,1.470000029,23,NULL +155566,26,Wolverine Creek,ID_E,Wind,Wind,64.5,23,existing_generator +1118791,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,4.539999962,23,NULL +1104292,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,256.2900085,23,NULL +1191209253,39,Proposed,OR_W,Geothermal,Geothermal,120,23,NULL +157072,15,Almond,CA_PGE_S,Central_PV,Solar,19.9,23,existing_generator +1111776,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,7.369999886,23,NULL +1107791,16,Proposed,CA_SCE_CEN,Central_PV,Solar,6.28000021,23,NULL +1100951,35,Proposed,NV_N,Central_PV,Solar,237.2100067,23,NULL +156388,16,Kettering Solar 1,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1107320,35,Proposed,NV_N,Central_PV,Solar,5.420000076,23,NULL +156968,22,I25 Battery Storage,CO_DEN,Battery_Storage,Electricity,4,23,existing_generator +1105209,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,4.380000114,23,NULL +1113970,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,41.47999954,23,NULL +1191182661,39,Proposed,OR_W,Wind,Wind,30,23,NULL +156194,16,Lone Valley Solar Park I LLC,CA_SCE_CEN,Central_PV,Solar,10,23,existing_generator +1191209219,1,Proposed,AZ_APS_E,Bio_Gas,Bio_Gas,NULL,23,NULL +1191210100,10,Proposed,CA_IID,Geothermal,Geothermal,35.79999924,23,NULL +1104951,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,6.510000229,23,NULL +155899,3,Hyder Solar,AZ_APS_SW,Central_PV,Solar,22,23,existing_generator +156146,11,CBS Television City,CA_LADWP,Central_PV,Solar,1.6,23,existing_generator +158028,28,CerroPr2-2,MEX_BAJA,Geothermal,Geothermal,104.5,23,existing_generator +154997,35,North Valmy,NV_N,Coal_Steam_Turbine,Coal,567,23,existing_generator +1001007,11,Proposed,CA_LADWP,Commercial_PV,Solar,332.6940002,23,NULL +1113416,14,Proposed,CA_PGE_N,Central_PV,Solar,4.619999886,23,NULL +1118669,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,7.159999847,23,NULL +155623,22,Plains End II LLC,CO_DEN,Gas_Internal_Combustion_Engine,Gas,117.6,23,existing_generator +1000084,38,Proposed,OR_PDX,Residential_PV,Solar,100.1520004,23,NULL +1107718,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,12.71000004,23,NULL +1108266,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.809999943,23,NULL +154656,26,Lower No 2,ID_E,Hydro_NonPumped,Water,3,23,existing_generator +1118892,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.529999971,23,NULL +157901,9,Ocean_Falls,CAN_BC,Hydro_NonPumped,Water,15,23,existing_generator +1104154,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,2.089999914,23,NULL +1105229,16,Proposed,CA_SCE_CEN,Central_PV,Solar,24.72999954,23,NULL +1191185223,42,Proposed,UT_S,Wind,Wind,30,23,NULL +1191210443,12,Proposed,CA_PGE_BAY,Coal_Steam_Turbine_Cogen,Coal,27.29999924,23,NULL +1191182417,26,Proposed,ID_E,Wind,Wind,150,23,NULL +1191185529,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +155014,11,Total Energy Facilities,CA_LADWP,Bio_Gas,Bio_Gas,38.4,23,existing_generator +1118884,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.949999809,23,NULL +1191210598,8,Proposed,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,26,23,NULL +1110775,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,61.08000183,23,NULL +1191183952,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +155752,23,OREG 4 Peetz,CO_E,OT,Waste_Heat,4.5,23,existing_generator +1191184293,26,Proposed,ID_E,Wind,Wind,90,23,NULL +157939,9,Whatshan,CAN_BC,Hydro_NonPumped,Water,54,23,existing_generator +1105677,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,21.93000031,23,NULL +1116113,33,Proposed,NM_N,Central_PV,Solar,6.21999979,23,NULL +1001792,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,31.99300003,23,NULL +1117933,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,18.30999947,23,NULL +1118230,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,2.109999895,23,NULL +1107349,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,20.23999977,23,NULL +1001890,3,Proposed,AZ_APS_SW,Residential_PV,Solar,4861.540039,23,NULL +1100945,33,Proposed,NM_N,Central_PV,Solar,63.68999863,23,NULL +1109961,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.409999967,23,NULL +1115740,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,16.14999962,23,NULL +1115243,4,Proposed,AZ_NM_N,Central_PV,Solar,31.37999916,23,NULL +1191184084,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1001876,3,Proposed,AZ_APS_SW,Residential_PV,Solar,55.63999939,23,NULL +156861,16,RE Gaskell West 1 LLC,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1114844,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.950000048,23,NULL +1118848,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,3.140000105,23,NULL +1106257,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,1.840000033,23,NULL +1191184295,48,Proposed,WY_NW,Wind,Wind,570,23,NULL +1191185409,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1101667,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,516.8300171,23,NULL +1110647,12,Proposed,CA_PGE_BAY,Central_PV,Solar,5.159999847,23,NULL +1114108,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,7.329999924,23,NULL +154838,26,Strawberry Creek,ID_E,Hydro_NonPumped,Water,1.5,23,existing_generator +154787,40,Lower Monumental,OR_WA_BPA,Hydro_NonPumped,Water,810,23,existing_generator +156709,42,Three Peaks Power,UT_S,Central_PV,Solar,80,23,existing_generator +1107713,4,Proposed,AZ_NM_N,Central_PV,Solar,56.18999863,23,NULL +1109136,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,72.56999969,23,NULL +1115378,5,Proposed,AZ_NW,Central_PV,Solar,2.690000057,23,NULL +1115708,2,Proposed,AZ_APS_N,Central_PV,Solar,17.87000084,23,NULL +1191183303,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1191209523,4,Proposed,AZ_NM_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1118285,33,Proposed,NM_N,Central_PV,Solar,10.39999962,23,NULL +1191209405,26,Proposed,ID_E,Geothermal,Geothermal,10,23,NULL +1112274,46,Proposed,WA_W,CSP_Trough_No_Storage,Solar,6.510000229,23,NULL +1108676,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,40.47999954,23,NULL +154793,49,Guernsey,WY_SE,Hydro_NonPumped,Water,6.4,23,existing_generator +1102722,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,2.109999895,23,NULL +1109246,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2,23,NULL +1110521,10,Proposed,CA_IID,Central_PV,Solar,5.739999771,23,NULL +158021,8,Foster_Creek1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,existing_generator +77444,14,LassenNorth: 557,CA_PGE_N,Wind,Wind,66,23,NULL +1117910,3,Proposed,AZ_APS_SW,Central_PV,Solar,15.88000011,23,NULL +1108755,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,36.54000092,23,NULL +1106733,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,48.43000031,23,NULL +1116091,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,16.76000023,23,NULL +154645,27,Upper Salmon A,ID_S_OR_E,Hydro_NonPumped,Water,18,23,existing_generator +1191184023,46,Proposed,WA_W,Wind,Wind,30,23,NULL +156101,14,Foundation Cemex Madison,CA_PGE_N,Wind,Wind,1,23,existing_generator +77423,20,SanDiegoSouth: 524,CA_SDGE,Wind,Wind,35,23,NULL +155007,20,Encina Water Pollution Control,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +1191209386,41,Proposed,UT_N,Geothermal,Geothermal,10,23,NULL +154672,32,Mystic,MT_SW,Hydro_NonPumped,Water,12,23,existing_generator +155808,11,Pacific Cruise Ship Terminals Berth 93,CA_LADWP,Central_PV,Solar,1.1,23,existing_generator +1104851,36,Proposed,NV_S,Central_PV,Solar,2.039999962,23,NULL +1104148,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,196.0700073,23,NULL +1106394,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,42.47000122,23,NULL +1191210554,39,Proposed,OR_W,Gas_Combustion_Turbine_Cogen,Gas,54,23,NULL +156843,40,WyEast Solar,OR_WA_BPA,Central_PV,Solar,10,23,existing_generator +1116965,36,Proposed,NV_S,Central_PV,Solar,4.519999981,23,NULL +156595,16,RE Astoria 2,CA_SCE_CEN,Central_PV,Solar,75,23,existing_generator +1001822,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,235.0789948,23,NULL +158031,28,CerroPr2-1,MEX_BAJA,Geothermal,Geothermal,104.5,23,existing_generator +154941,24,Basalt,CO_NW,Hydro_NonPumped,Water,5,23,existing_generator +155378,20,Goal Line LP,CA_SDGE,CCGT,Gas,51.4,23,existing_generator +157087,35,Tungsten Mountain,NV_N,Central_PV,Solar,7.3,23,existing_generator +1000301,49,Proposed,WY_SE,Commercial_PV,Solar,7.524000168,23,NULL +156140,17,Wagner Wind LLC,CA_SCE_S,Wind,Wind,6,23,existing_generator +156382,15,"Cottonwood Solar, LLC (Goose Lake)",CA_PGE_S,Central_PV,Solar,12,23,existing_generator +156436,16,Beacon Solar Plant Site 5,CA_SCE_CEN,Central_PV,Solar,37.8,23,existing_generator +1107207,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,25.14999962,23,NULL +1108185,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,2.299999952,23,NULL +1191185530,43,Proposed,WA_ID_AVA,Wind,Wind,90,23,NULL +154800,38,PHP 2,OR_PDX,Hydro_NonPumped,Water,11.8,23,existing_generator +156422,13,Merced Solar LLC,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +156768,14,Genentech Vacaville Meter #1,CA_PGE_N,Central_PV,Solar,6.1,23,existing_generator +77386,16,Tehachapi: 59,CA_SCE_CEN,Wind,Wind,35,23,NULL +1116985,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,24.87999916,23,NULL +156036,15,Gates Solar Station,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +1110900,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,22.19000053,23,NULL +1191185089,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1191184206,7,Proposed,AZ_SE,Wind,Wind,90,23,NULL +154720,39,Walterville,OR_W,Hydro_NonPumped,Water,8,23,existing_generator +1191185135,23,Proposed,CO_E,Wind,Wind,30,23,NULL +1100959,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,226.9900055,23,NULL +1100347,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,136.2799988,23,NULL +77424,20,SanDiegoSouth: 525,CA_SDGE,Wind,Wind,50,23,NULL +1112247,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.730000019,23,NULL +1100827,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,905.6500244,23,NULL +1108200,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,3.5,23,NULL +1191182612,30,Proposed,MT_NW,Wind,Wind,150,23,NULL +155062,16,SEGS VI,CA_SCE_CEN,ST,Solar,35,23,existing_generator +155879,13,Giffen,CA_PGE_CEN,Central_PV,Solar,10,23,existing_generator +1000307,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,7.738699913,23,NULL +1002019,23,Proposed,CO_E,Commercial_PV,Solar,13.12380028,23,NULL +1118766,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.160000086,23,NULL +1191210104,10,Proposed,CA_IID,Geothermal,Geothermal,31.20000076,23,NULL +158010,8,ValleyView1,CAN_ALB,Gas_Combustion_Turbine,Gas,45,23,existing_generator +155720,16,SunEdison Walmart Apple Valley DC,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1118317,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,10.57999992,23,NULL +1109571,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,40.02000046,23,NULL +1111461,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,45.75999832,23,NULL +1001840,23,Proposed,CO_E,Residential_PV,Solar,104.3249969,23,NULL +1110209,32,Proposed,MT_SW,Central_PV,Solar,1.440000057,23,NULL +156764,41,Weber State University - Davis Campus PV,UT_N,Central_PV,Solar,1.3,23,existing_generator +1106367,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,15.81000042,23,NULL +1191183399,4,Proposed,AZ_NM_N,Wind,Wind,90,23,NULL +1191209756,37,Proposed,OR_E,Battery_Storage,Electricity,NULL,23,NULL +1191185456,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +154531,14,Woodleaf,CA_PGE_N,Hydro_NonPumped,Water,67.2,23,existing_generator +156937,44,Adams Nielson Solar,WA_N_CEN,Central_PV,Solar,19.2,23,existing_generator +1115259,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.630000114,23,NULL +1107522,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,51.50999832,23,NULL +1117484,2,Proposed,AZ_APS_N,Central_PV,Solar,118.4800034,23,NULL +1118850,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.099999905,23,NULL +1113564,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,5.940000057,23,NULL +1115106,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,24.48999977,23,NULL +155252,27,Bypass,ID_S_OR_E,Hydro_NonPumped,Water,9.9,23,existing_generator +1106900,36,Proposed,NV_S,Central_PV,Solar,28.95000076,23,NULL +1191209551,32,Proposed,MT_SW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +77385,16,SanBernardino_Lucerne: 58,CA_SCE_CEN,Wind,Wind,15,23,NULL +1112507,22,Proposed,CO_DEN,Central_PV,Solar,28.27000046,23,NULL +157920,9,South_Sutton_Creek_Hydro_Project,CAN_BC,Hydro_NonPumped,Water,5.5,23,existing_generator +1000115,5,Proposed,AZ_NW,Commercial_PV,Solar,129.5480042,23,NULL +155576,33,Aragonne Wind LLC,NM_N,Wind,Wind,90,23,existing_generator +1111334,5,Proposed,AZ_NW,Central_PV,Solar,4.400000095,23,NULL +1105936,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.720000029,23,NULL +156837,11,Port of LA Solar FiT Project,CA_LADWP,Central_PV,Solar,1.1,23,existing_generator +1191183910,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +156051,34,Macho Springs Power I,NM_S_TX_EPE,Wind,Wind,50.4,23,existing_generator +155790,16,Victor Valley CC CPV Solar,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1191182560,35,Proposed,NV_N,Wind,Wind,240,23,NULL +154521,11,Valley (CA),CA_LADWP,Gas_Combustion_Turbine,Gas,60.5,23,existing_generator +155884,43,Palouse,WA_ID_AVA,Wind,Wind,105.3,23,existing_generator +1111741,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,48.99000168,23,NULL +155840,1,Dry Lake Wind II LLC,AZ_APS_E,Wind,Wind,65.1,23,existing_generator +156583,42,"Granite Mountain Solar East, LLC",UT_S,Central_PV,Solar,80,23,existing_generator +158054,8,MedcnHt12,CAN_ALB,Gas_Steam_Turbine,Gas,39.8,23,existing_generator +1104924,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,6.46999979,23,NULL +155619,29,Tiber Dam Hydroelectric Plant,MT_NE,Hydro_NonPumped,Water,7.5,23,existing_generator +1191184389,35,Proposed,NV_N,Wind,Wind,540,23,NULL +1108699,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,3.220000029,23,NULL +1191183142,31,Proposed,MT_SE,Wind,Wind,30,23,NULL +155959,20,Lake Hodges Hydroelectric Facility,CA_SDGE,Hydro_Pumped,Water,42,23,existing_generator +1191183261,41,Proposed,UT_N,Wind,Wind,30,23,NULL +1104949,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,41.00999832,23,NULL +1113954,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.149999976,23,NULL +157129,40,Wheatridge,OR_WA_BPA,Wind,Wind,300,23,existing_generator +1107461,44,Proposed,WA_N_CEN,Central_PV,Solar,34.54999924,23,NULL +1191184999,23,Proposed,CO_E,Wind,Wind,120,23,NULL +1117420,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,33.81000137,23,NULL +1107507,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,4.059999943,23,NULL +1115767,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.440000057,23,NULL +1191182844,49,Proposed,WY_SE,Wind,Wind,21570,23,NULL +1112099,13,Proposed,CA_PGE_CEN,Central_PV,Solar,5.610000134,23,NULL +1001356,38,Proposed,OR_PDX,Residential_PV,Solar,26.42900085,23,NULL +156775,11,Westmont 300B,CA_LADWP,Central_PV,Solar,3,23,existing_generator +1001090,1,Proposed,AZ_APS_E,Residential_PV,Solar,18.08300018,23,NULL +157124,42,Hunter Solar LLC,UT_S,Central_PV,Solar,100,23,existing_generator +1118782,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,70.59999847,23,NULL +1117237,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.75,23,NULL +1191185346,44,Proposed,WA_N_CEN,Wind,Wind,30,23,NULL +1191209480,11,Proposed,CA_LADWP,CCGT,Gas,NULL,23,NULL +155343,14,Oroville Cogeneration LP,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,7.7,23,existing_generator +1191209338,35,Proposed,NV_N,Geothermal,Geothermal,16,23,NULL +1107284,2,Proposed,AZ_APS_N,Central_PV,Solar,7.300000191,23,NULL +1191184414,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1191183178,31,Proposed,MT_SE,Wind,Wind,90,23,NULL +1191210512,15,Proposed,CA_PGE_S,CCGT_Cogen,Gas,36,23,NULL +1116519,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.769999981,23,NULL +1115304,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,53.49000168,23,NULL +1107767,33,Proposed,NM_N,Central_PV,Solar,40.84000015,23,NULL +155985,21,RE Kammerer 1,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1191182698,39,Proposed,OR_W,Wind,Wind,60,23,NULL +155725,49,McFadden Ridge,WY_SE,Wind,Wind,28.5,23,existing_generator +154867,38,Oak Grove,OR_PDX,Hydro_NonPumped,Water,51,23,existing_generator +1001344,38,Proposed,OR_PDX,Residential_PV,Solar,18.08300018,23,NULL +1111953,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,11.75,23,NULL +1107691,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,33.20000076,23,NULL +1191183907,27,Proposed,ID_S_OR_E,Wind,Wind,240,23,NULL +1191209339,35,Proposed,NV_N,Geothermal,Geothermal,16,23,NULL +1115681,10,Proposed,CA_IID,Central_PV,Solar,37.04000092,23,NULL +1112503,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,2.589999914,23,NULL +156302,16,Stateline Solar,CA_SCE_CEN,Central_PV,Solar,299.5,23,existing_generator +1191210424,27,Proposed,ID_S_OR_E,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,6.199999809,23,NULL +154349,3,Yucca,AZ_APS_SW,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,97.7,23,existing_generator +1104469,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,51.34000015,23,NULL +1191209723,4,Proposed,AZ_NM_N,Battery_Storage,Electricity,NULL,23,NULL +155463,49,Foote Creek II,WY_SE,Wind,Wind,1.8,23,existing_generator +1191182543,36,Proposed,NV_S,Wind,Wind,30,23,NULL +1117935,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,15.18000031,23,NULL +1105428,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,7.940000057,23,NULL +155057,16,Sunray 2,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1114690,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,54.45000076,23,NULL +1118779,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,5.78000021,23,NULL +156532,42,Washington City Electric Generation,UT_S,Gas_Internal_Combustion_Engine,Gas,6,23,existing_generator +1118349,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,17.67000008,23,NULL +156255,23,Huerfano River Wind,CO_E,Wind,Wind,8,23,existing_generator +155541,17,Riverside Energy Resource Center,CA_SCE_S,Gas_Combustion_Turbine,Gas,196,23,existing_generator +1115195,33,Proposed,NM_N,Central_PV,Solar,1.529999971,23,NULL +1001145,6,Proposed,AZ_PHX,Commercial_PV,Solar,18.08729935,23,NULL +1106397,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,6.699999809,23,NULL +156117,15,RE Kansas South LLC,CA_PGE_S,Central_PV,Solar,20,23,existing_generator +156461,19,City of Tulare Water Facility,CA_SCE_VLY,Central_PV,Solar,1,23,existing_generator +157006,40,Perennial Wind Chaser Station,OR_WA_BPA,Gas_Combustion_Turbine,Gas,424,23,existing_generator +1108361,35,Proposed,NV_N,Central_PV,Solar,2.690000057,23,NULL +1111363,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,137.9400024,23,NULL +154873,35,Lahontan,NV_N,Hydro_NonPumped,Water,1.8,23,existing_generator +1191209246,35,Proposed,NV_N,Geothermal,Geothermal,18,23,NULL +155141,14,Indian Valley Dam Hydro Project,CA_PGE_N,Hydro_NonPumped,Water,2.9,23,existing_generator +1114395,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,91.25,23,NULL +1102666,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.49000001,23,NULL +1118837,5,Proposed,AZ_NW,Central_PV,Solar,4.949999809,23,NULL +1191210065,14,Proposed,CA_PGE_N,Geothermal,Geothermal,3,23,NULL +77508,12,Solano: 1908,CA_PGE_BAY,Wind,Wind,32,23,NULL +1108643,25,Proposed,CO_SW,Central_PV,Solar,78.30000305,23,NULL +154382,14,Belden,CA_PGE_N,Hydro_NonPumped,Water,117.9,23,existing_generator +154515,11,Scattergood,CA_LADWP,CCGT,Gas,335.8,23,existing_generator +1104169,38,Proposed,OR_PDX,CSP_Trough_6h_Storage,Solar,2.319999933,23,NULL +1113541,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,39.33000183,23,NULL +1107761,5,Proposed,AZ_NW,Central_PV,Solar,58.61999893,23,NULL +1109514,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,3.970000029,23,NULL +1112251,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,66.30000305,23,NULL +155736,49,Campbell Hill Windpower,WY_SE,Wind,Wind,99,23,existing_generator +1108255,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,46.22000122,23,NULL +1111743,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,6.550000191,23,NULL +156540,10,Seville 2,CA_IID,Central_PV,Solar,30,23,existing_generator +1108018,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,3.809999943,23,NULL +154407,13,Kings River PH,CA_PGE_CEN,Hydro_NonPumped,Water,48.6,23,existing_generator +1119075,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,23.11000061,23,NULL +1191210458,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,22.5,23,NULL +155609,17,Barre Peaker,CA_SCE_S,Gas_Combustion_Turbine,Gas,49.8,23,existing_generator +155161,16,Oxnard Wastewater Treatment Plant,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.5,23,existing_generator +154926,14,Grizzly,CA_PGE_N,Hydro_NonPumped,Water,22,23,existing_generator +1116547,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.549999952,23,NULL +1116099,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,43.34000015,23,NULL +1117487,42,Proposed,UT_S,Central_PV,Solar,3.400000095,23,NULL +1112693,35,Proposed,NV_N,Central_PV,Solar,35.24000168,23,NULL +1107825,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,2.690000057,23,NULL +154588,23,George Birdsall,CO_E,Gas_Steam_Turbine,Gas,61.1,23,existing_generator +1106888,2,Proposed,AZ_APS_N,Central_PV,Solar,44.83000183,23,NULL +157910,9,Ruskin,CAN_BC,Hydro_NonPumped,Water,105,23,existing_generator +1110808,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,7.309999943,23,NULL +1191185010,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1106470,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.760000229,23,NULL +1191183375,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +1104687,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,14.38000011,23,NULL +1105780,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,31.87000084,23,NULL +1101747,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,299.0499878,23,NULL +1108744,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,15.78999996,23,NULL +155547,14,Red Bluff,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,46.4,23,existing_generator +77376,16,SanBernardino_Lucerne: 47,CA_SCE_CEN,Wind,Wind,23,23,NULL +155029,22,Metro Wastewater Reclamation District,CO_DEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4,23,existing_generator +1102766,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.200000048,23,NULL +1110111,46,Proposed,WA_W,CSP_Trough_No_Storage,Solar,3.230000019,23,NULL +156821,10,Mount Signal Solar Farm V,CA_IID,Central_PV,Solar,252.3,23,existing_generator +1112381,43,Proposed,WA_ID_AVA,Central_PV,Solar,3.579999924,23,NULL +1191210373,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,1.600000024,23,NULL +1110200,29,Proposed,MT_NE,Central_PV,Solar,8.130000114,23,NULL +1116769,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,52.5,23,NULL +77514,17,PalmSprings: 1914,CA_SCE_S,Wind,Wind,14,23,NULL +1191185687,16,Proposed,CA_SCE_CEN,Offshore_Wind,Wind,420,23,NULL +1191184087,46,Proposed,WA_W,Wind,Wind,30,23,NULL +77333,16,Tehachapi: 1,CA_SCE_CEN,Wind,Wind,43,23,NULL +155542,17,Springs Generating Station,CA_SCE_S,Gas_Combustion_Turbine,Gas,40,23,existing_generator +154394,14,Drum 2,CA_PGE_N,Hydro_NonPumped,Water,53.1,23,existing_generator +158015,8,Sturgeon2,CAN_ALB,Gas_Combustion_Turbine,Gas,30,23,existing_generator +1191185140,23,Proposed,CO_E,Wind,Wind,60,23,NULL +1191185548,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +155035,19,Tulare Success Power Project,CA_SCE_VLY,Hydro_NonPumped,Water,1.4,23,existing_generator +1109712,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,3429.459961,23,NULL +156016,16,Pinyon Pine I,CA_SCE_CEN,Wind,Wind,168,23,existing_generator +156423,13,Mission Solar LLC,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +1101477,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,1566.280029,23,NULL +156936,33,Casa Mesa Wind Energy Center,NM_N,Wind,Wind,50.9,23,existing_generator +157912,9,Scuzzy_Creek,CAN_BC,Hydro_NonPumped,Water,6,23,existing_generator +157952,9,VancIsland2,CAN_BC,CCGT,Gas,67,23,existing_generator +1191183932,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1118418,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.279999971,23,NULL +1101032,28,Proposed,MEX_BAJA,Central_PV,Solar,202.4199982,23,NULL +1191182678,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1111759,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.399999976,23,NULL +1001338,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,22.25600052,23,NULL +1117914,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,9.649999619,23,NULL +1191209327,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1100894,23,Proposed,CO_E,Central_PV,Solar,1506.5,23,NULL +1112523,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,71.73999786,23,NULL +1110092,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.049999952,23,NULL +1102868,2,Proposed,AZ_APS_N,Central_PV,Solar,92.02999878,23,NULL +1107301,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.340000033,23,NULL +155894,12,Sunnyvale City of WPCP,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +1105991,2,Proposed,AZ_APS_N,Central_PV,Solar,29.37000084,23,NULL +1111721,2,Proposed,AZ_APS_N,Central_PV,Solar,18.60000038,23,NULL +1191210593,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,23,NULL +1118703,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,9.079999924,23,NULL +154641,27,Shoshone Falls,ID_S_OR_E,Hydro_NonPumped,Water,11.5,23,existing_generator +1108761,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,110.3600006,23,NULL +1191209393,42,Proposed,UT_S,Geothermal,Geothermal,10,23,NULL +1110067,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,75.48000336,23,NULL +155742,15,Santa Maria LFG Power Plant,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.1,23,existing_generator +1103696,3,Proposed,AZ_APS_SW,Central_PV,Solar,205.9799957,23,NULL +1108151,35,Proposed,NV_N,Central_PV,Solar,19.29999924,23,NULL +77379,16,Tehachapi: 52,CA_SCE_CEN,Wind,Wind,18,23,NULL +1119066,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,4.159999847,23,NULL +1191184048,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1104565,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,6.610000134,23,NULL +155273,12,Martinez Sulfuric Acid Regeneration Plt,CA_PGE_BAY,ST,Waste_Heat,4,23,existing_generator +1102990,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,137.7200012,23,NULL +157970,8,BAT_#5_5,CAN_ALB,Coal_Steam_Turbine,Coal,360,23,existing_generator +1191209483,14,Proposed,CA_PGE_N,CCGT,Gas,NULL,23,NULL +1191184058,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1108593,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,40.27000046,23,NULL +1117326,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,62.47999954,23,NULL +155835,39,Bellevue Solar Project,OR_W,Central_PV,Solar,1.6,23,existing_generator +154842,27,Boise R Diversion,ID_S_OR_E,Hydro_NonPumped,Water,3.3,23,existing_generator +154882,17,Lake Mathews,CA_SCE_S,Hydro_NonPumped,Water,4.9,23,existing_generator +1108783,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,88.45999908,23,NULL +156009,21,RE McKenzie 4,CA_SMUD,Central_PV,Solar,5,23,existing_generator +1102866,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.460000038,23,NULL +1116244,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.389999986,23,NULL +1117129,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,1.019999981,23,NULL +1103444,43,Proposed,WA_ID_AVA,Central_PV,Solar,64.80000305,23,NULL +1118289,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,29.88999939,23,NULL +1104975,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,20.07999992,23,NULL +155426,36,Chuck Lenzie Generating Station,NV_S,CCGT,Gas,1465.6,23,existing_generator +1107765,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,12.73999977,23,NULL +1108640,4,Proposed,AZ_NM_N,Central_PV,Solar,55.45000076,23,NULL +155350,27,Hazelton B Hydro,ID_S_OR_E,Hydro_NonPumped,Water,7.6,23,existing_generator +1109085,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,15.35999966,23,NULL +1110276,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,13.53999996,23,NULL +157090,29,Fresno Dam Site Water Power Project,MT_NE,Hydro_NonPumped,Water,1,23,existing_generator +1112505,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,6.019999981,23,NULL +1106459,36,Proposed,NV_S,Central_PV,Solar,60.54000092,23,NULL +1103472,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,335.8599854,23,NULL +156191,16,Alta Wind XI,CA_SCE_CEN,Wind,Wind,90,23,existing_generator +1115094,19,Proposed,CA_SCE_VLY,CSP_Trough_No_Storage,Solar,34.31999969,23,NULL +154383,14,Bucks Creek,CA_PGE_N,Hydro_NonPumped,Water,66,23,existing_generator +155168,26,Simplot Leasing Don Plant,ID_E,ST,Waste_Heat,15.9,23,existing_generator +155699,40,Four Corners Windfarm LLC,OR_WA_BPA,Wind,Wind,10,23,existing_generator +1103096,9,Proposed,CAN_BC,Central_PV,Solar,24.89999962,23,NULL +1191184424,35,Proposed,NV_N,Wind,Wind,420,23,NULL +1191209564,45,Proposed,WA_SEATAC,Gas_Combustion_Turbine,Gas,NULL,23,NULL +156657,20,Genentech-Oceanside,CA_SDGE,Battery_Storage,Electricity,2,23,existing_generator +1108263,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.710000038,23,NULL +1110486,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,8.180000305,23,NULL +1191182570,36,Proposed,NV_S,Wind,Wind,30,23,NULL +155272,42,Quail Creek Hydro Plant #1,UT_S,Hydro_NonPumped,Water,2.3,23,existing_generator +1107292,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,52.93999863,23,NULL +1191210464,22,Proposed,CO_DEN,CCGT_Cogen,Gas,386.5,23,NULL +1103917,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.080000043,23,NULL +1191185537,43,Proposed,WA_ID_AVA,Wind,Wind,90,23,NULL +1103631,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,11.85999966,23,NULL +1103930,15,Proposed,CA_PGE_S,Central_PV,Solar,1.409999967,23,NULL +1191184071,46,Proposed,WA_W,Wind,Wind,90,23,NULL +156323,16,Summer Solar D2,CA_SCE_CEN,Central_PV,Solar,1,23,existing_generator +1112462,41,Proposed,UT_N,Central_PV,Solar,3.25,23,NULL +1191185525,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1191209619,50,Proposed,WY_SW,Coal_IGCC,Coal,NULL,23,NULL +1191210383,13,Proposed,CA_PGE_CEN,CCGT_Cogen,Gas,133.1999969,23,NULL +156312,15,Lost Hills/Blackwell,CA_PGE_S,Central_PV,Solar,32,23,existing_generator +1111694,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,17.02000046,23,NULL +1106869,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.75,23,NULL +155397,14,Montgomery Creek Hydro,CA_PGE_N,Hydro_NonPumped,Water,2.6,23,existing_generator +1111615,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,7.670000076,23,NULL +1115326,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,14.56000042,23,NULL +1111487,35,Proposed,NV_N,Central_PV,Solar,7.170000076,23,NULL +155092,17,Karen Avenue Wind Farm,CA_SCE_S,Wind,Wind,11.7,23,existing_generator +1100712,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,31.54999924,23,NULL +155638,1,Novo BioPower Plant,AZ_APS_E,Bio_Solid_Steam_Turbine,Bio_Solid,27.2,23,existing_generator +1102732,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,2907.580078,23,NULL +1191184068,46,Proposed,WA_W,Wind,Wind,60,23,NULL +155834,33,Questa Solar Facility,NM_N,Central_PV,Solar,1,23,existing_generator +1000428,40,Proposed,OR_WA_BPA,Residential_PV,Solar,20.86499977,23,NULL +1109061,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,71.70999908,23,NULL +1191182358,32,Proposed,MT_SW,Wind,Wind,30,23,NULL +1191209769,50,Proposed,WY_SW,Battery_Storage,Electricity,NULL,23,NULL +1118134,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,75.43000031,23,NULL +1108460,40,Proposed,OR_WA_BPA,Central_PV,Solar,24.53000069,23,NULL +1191182652,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1118772,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,24.12000084,23,NULL +154575,25,Salida,CO_SW,Hydro_NonPumped,Water,0.6,23,existing_generator +1100339,33,Proposed,NM_N,Central_PV,Solar,160.25,23,NULL +1108273,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,12.27000046,23,NULL +156261,34,GSE NM1,NM_S_TX_EPE,Central_PV,Solar,2.3,23,existing_generator +1111791,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,23.85000038,23,NULL +1116134,2,Proposed,AZ_APS_N,Central_PV,Solar,7.090000153,23,NULL +154825,43,Lower Granite,WA_ID_AVA,Hydro_NonPumped,Water,810,23,existing_generator +1000794,20,Proposed,CA_SDGE,Residential_PV,Solar,19.47400093,23,NULL +1103973,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.869999886,23,NULL +1118330,1,Proposed,AZ_APS_E,Central_PV,Solar,26.37000084,23,NULL +155753,27,Tuana Springs,ID_S_OR_E,Wind,Wind,16.8,23,existing_generator +1191182506,36,Proposed,NV_S,Wind,Wind,30,23,NULL +154626,49,Medicine Bow,WY_SE,Wind,Wind,6.1,23,existing_generator +1191184511,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +157017,13,Dynegy Moss Landing Power Plant,CA_PGE_CEN,Battery_Storage,Electricity,300,23,existing_generator +1108126,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.980000019,23,NULL +1113342,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.140000105,23,NULL +1191182655,39,Proposed,OR_W,Wind,Wind,150,23,NULL +157013,3,Estrella Mountain PV,AZ_APS_SW,Central_PV,Solar,1.8,23,existing_generator +156410,7,Cogeneration 2,AZ_SE,CCGT,Gas,6,23,existing_generator +1102034,47,Proposed,WY_NE,Central_PV,Solar,2.150000095,23,NULL +1111868,39,Proposed,OR_W,Central_PV,Solar,3.019999981,23,NULL +1104095,6,Proposed,AZ_PHX,Central_PV,Solar,124.1200027,23,NULL +1112635,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,7.53000021,23,NULL +1001906,23,Proposed,CO_E,Residential_PV,Solar,19.47400093,23,NULL +1191209384,42,Proposed,UT_S,Geothermal,Geothermal,50,23,NULL +154371,41,Lake Creek Dam,UT_N,Hydro_NonPumped,Water,1.5,23,existing_generator +1001823,1,Proposed,AZ_APS_E,Commercial_PV,Solar,114.2900009,23,NULL +1191183793,40,Proposed,OR_WA_BPA,Wind,Wind,30,23,NULL +1191185388,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1104841,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,5.840000153,23,NULL +1191182955,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1105509,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,18.59000015,23,NULL +1110504,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,5.75,23,NULL +155896,2,Chino Solar Valley,AZ_APS_N,Central_PV,Solar,19,23,existing_generator +1115201,25,Proposed,CO_SW,Central_PV,Solar,4.070000172,23,NULL +154843,27,Minidoka,ID_S_OR_E,Hydro_NonPumped,Water,27.7,23,existing_generator +154936,13,Combustion Turbine Project No 2,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,50,23,existing_generator +1102053,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,324.9400024,23,NULL +157993,8,ColdLake1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,76.5,23,existing_generator +156235,18,Ironwood Solar LLC,CA_SCE_SE,Central_PV,Solar,4,23,existing_generator +1115264,4,Proposed,AZ_NM_N,Central_PV,Solar,1.960000038,23,NULL +156555,11,Colon PV,CA_LADWP,Central_PV,Solar,1.3,23,existing_generator +1114376,1,Proposed,AZ_APS_E,Central_PV,Solar,24.36000061,23,NULL +1001192,50,Proposed,WY_SW,Residential_PV,Solar,19.47400093,23,NULL +1117164,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,6.039999962,23,NULL +1000796,20,Proposed,CA_SDGE,Residential_PV,Solar,639.8599854,23,NULL +1191210435,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,6.099999905,23,NULL +154387,14,Chili Bar,CA_PGE_N,Hydro_NonPumped,Water,7,23,existing_generator +1118756,10,Proposed,CA_IID,Central_PV,Solar,56.20999908,23,NULL +1112240,33,Proposed,NM_N,Central_PV,Solar,41.91999817,23,NULL +1112396,43,Proposed,WA_ID_AVA,Central_PV,Solar,25.73999977,23,NULL +155862,17,Mountain View IV,CA_SCE_S,Wind,Wind,49,23,existing_generator +155945,12,Power Generation Station (PGS) 2,CA_PGE_BAY,Bio_Gas,Bio_Gas,4.6,23,existing_generator +1191183366,24,Proposed,CO_NW,Wind,Wind,120,23,NULL +154630,14,Sly Creek,CA_PGE_N,Hydro_NonPumped,Water,12.1,23,existing_generator +1118650,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,44.86000061,23,NULL +1117007,36,Proposed,NV_S,Central_PV,Solar,17.64999962,23,NULL +157032,12,"Solar Star Palo Alto I, LLC",CA_PGE_BAY,Central_PV,Solar,1.3,23,existing_generator +1115269,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.640000105,23,NULL +1191185345,44,Proposed,WA_N_CEN,Wind,Wind,150,23,NULL +77492,14,Solano: 1880,CA_PGE_N,Wind,Wind,52,23,NULL +1115263,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,27.62999916,23,NULL +1191185683,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,270,23,NULL +1105943,4,Proposed,AZ_NM_N,Central_PV,Solar,25.14999962,23,NULL +1118732,35,Proposed,NV_N,Central_PV,Solar,23.48999977,23,NULL +1100350,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,829.7600098,23,NULL +154784,44,Chief Joseph,WA_N_CEN,Hydro_NonPumped,Water,2456.2,23,existing_generator +155874,21,FRV SI Transport Solar LP,CA_SMUD,Central_PV,Solar,1,23,existing_generator +1109561,2,Proposed,AZ_APS_N,Central_PV,Solar,4.070000172,23,NULL +1191209258,35,Proposed,NV_N,Geothermal,Geothermal,40,23,NULL +1001839,1,Proposed,AZ_APS_E,Commercial_PV,Solar,4.834199905,23,NULL +1191184021,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191185523,43,Proposed,WA_ID_AVA,Wind,Wind,60,23,NULL +1108716,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,2.039999962,23,NULL +1112751,46,Proposed,WA_W,CSP_Trough_No_Storage,Solar,1,23,NULL +1107294,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,30.29999924,23,NULL +1110761,41,Proposed,UT_N,Central_PV,Solar,6.119999886,23,NULL +154620,10,East Highline,CA_IID,Hydro_NonPumped,Water,2.4,23,existing_generator +155309,43,Smith Falls Hydro Project,WA_ID_AVA,Hydro_NonPumped,Water,38.1,23,existing_generator +1106732,24,Proposed,CO_NW,Central_PV,Solar,48.43000031,23,NULL +156037,15,Improvement Dst No. 4,CA_PGE_S,Central_PV,Solar,1.1,23,existing_generator +1111730,1,Proposed,AZ_APS_E,Central_PV,Solar,38.65999985,23,NULL +1101929,4,Proposed,AZ_NM_N,Central_PV,Solar,223.5299988,23,NULL +156588,16,North Lancaster Ranch,CA_SCE_CEN,Central_PV,Solar,20,23,existing_generator +1191185670,46,Proposed,WA_W,Offshore_Wind,Wind,60,23,NULL +155116,16,Coso Power Developers,CA_SCE_CEN,Geothermal,Geothermal,90,23,existing_generator +1000741,23,Proposed,CO_E,Commercial_PV,Solar,43.23450089,23,NULL +1118909,9,Proposed,CAN_BC,Central_PV,Solar,1.049999952,23,NULL +1191210549,41,Proposed,UT_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,1.600000024,23,NULL +1113343,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.140000105,23,NULL +155363,35,Steamboat III,NV_N,Geothermal,Geothermal,18.2,23,existing_generator +155923,15,Regulus Solar Project,CA_PGE_S,Central_PV,Solar,60,23,existing_generator +1110294,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,20.54000092,23,NULL +1107772,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,22.04000092,23,NULL +77356,16,Tehachapi: 24,CA_SCE_CEN,Wind,Wind,58,23,NULL +77393,14,LassenNorth: 472,CA_PGE_N,Wind,Wind,93,23,NULL +156609,17,SunE Rochester,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +1191183418,29,Proposed,MT_NE,Wind,Wind,300,23,NULL +1191209222,47,Proposed,WY_NE,Bio_Gas,Bio_Gas,NULL,23,NULL +1107748,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,47.29000092,23,NULL +1115727,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.529999971,23,NULL +1191183956,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1106354,35,Proposed,NV_N,Central_PV,Solar,38.11999893,23,NULL +1111789,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,10.18000031,23,NULL +1191182523,36,Proposed,NV_S,Wind,Wind,120,23,NULL +1101023,8,Proposed,CAN_ALB,Central_PV,Solar,1554.72998,23,NULL +1191184258,48,Proposed,WY_NW,Wind,Wind,90,23,NULL +155515,40,FPL Energy Vansycle LLC (OR),OR_WA_BPA,Wind,Wind,122.8,23,existing_generator +1110075,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,87.19999695,23,NULL +1110419,35,Proposed,NV_N,Central_PV,Solar,7.769999981,23,NULL +1102860,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,57.61000061,23,NULL +1113404,24,Proposed,CO_NW,Central_PV,Solar,15.10999966,23,NULL +1191185360,49,Proposed,WY_SE,Wind,Wind,30,23,NULL +1191183206,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +1116395,41,Proposed,UT_N,Central_PV,Solar,2.930000067,23,NULL +157839,8,Pocaterra,CAN_ALB,Hydro_NonPumped,Water,12.5,23,existing_generator +1191210526,34,Proposed,NM_S_TX_EPE,Gas_Combustion_Turbine_Cogen,Gas,12.60000038,23,NULL +1112522,27,Proposed,ID_S_OR_E,Central_PV,Solar,71.73999786,23,NULL +1114035,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.370000005,23,NULL +1110497,2,Proposed,AZ_APS_N,Central_PV,Solar,6.980000019,23,NULL +1117833,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,5.579999924,23,NULL +1111191,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,11.05000019,23,NULL +155047,33,Southside Water Reclamation Plant,NM_N,Gas_Internal_Combustion_Engine,Gas,4.4,23,existing_generator +156707,17,RCWD PV Project,CA_SCE_S,Central_PV,Solar,5,23,existing_generator +1110649,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,5.159999847,23,NULL +1100895,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,1506.5,23,NULL +1104785,50,Proposed,WY_SW,Central_PV,Solar,147.4600067,23,NULL +1111321,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.539999962,23,NULL +1191210547,7,Proposed,AZ_SE,Gas_Internal_Combustion_Engine_Cogen,Gas,4.199999809,23,NULL +1105808,27,Proposed,ID_S_OR_E,Central_PV,Solar,66.40000153,23,NULL +1110143,35,Proposed,NV_N,Central_PV,Solar,65.37000275,23,NULL +1112718,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,86.15000153,23,NULL +1117325,37,Proposed,OR_E,Central_PV,Solar,62.47999954,23,NULL +156096,16,Foundation Cemex BMQ,CA_SCE_CEN,Wind,Wind,3,23,existing_generator +1112747,16,Proposed,CA_SCE_CEN,Central_PV,Solar,13.14999962,23,NULL +1114784,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,15.18999958,23,NULL +1116160,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,13.39999962,23,NULL +154472,16,Ormond Beach,CA_SCE_CEN,Gas_Steam_Turbine,Gas,1612,23,existing_generator +156365,16,RE Camelot LLC,CA_SCE_CEN,Central_PV,Solar,45,23,existing_generator +1110107,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.690000057,23,NULL +156641,17,Buidling L,CA_SCE_S,Central_PV,Solar,1,23,existing_generator +154361,6,Kyrene,AZ_PHX,Gas_Combustion_Turbine,Gas,173.7,23,existing_generator +156747,22,Weld 1 Community Solar Array,CO_DEN,Central_PV,Solar,1.5,23,existing_generator +1108017,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,3.809999943,23,NULL +1109951,35,Proposed,NV_N,Central_PV,Solar,9.119999886,23,NULL +157107,27,Clif Bar Bakery of Twin Falls,ID_S_OR_E,Central_PV,Solar,2,23,existing_generator +1191209494,25,Proposed,CO_SW,CCGT,Gas,NULL,23,NULL +156472,17,Anaheim Solar Energy Plant,CA_SCE_S,Central_PV,Solar,2.1,23,existing_generator +1191210516,50,Proposed,WY_SW,Gas_Steam_Turbine_Cogen,Gas,11.5,23,NULL +1191184020,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1106401,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,51.33000183,23,NULL +1191183766,40,Proposed,OR_WA_BPA,Wind,Wind,8460,23,NULL +155919,13,Foundation ST,CA_PGE_CEN,Wind,Wind,2,23,existing_generator +1118356,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,5.289999962,23,NULL +154438,13,A G Wishon,CA_PGE_CEN,Hydro_NonPumped,Water,12.8,23,existing_generator +1108732,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,9.770000458,23,NULL +1109994,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,30.10000038,23,NULL +155348,13,Spicer Meadow Project,CA_PGE_CEN,Hydro_NonPumped,Water,5.9,23,existing_generator +155235,35,Stillwater Facility,NV_N,Geothermal,Geothermal,47.2,23,existing_generator +1114297,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,37.25999832,23,NULL +1118836,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,12.40999985,23,NULL +154738,42,Upper Beaver,UT_S,Hydro_NonPumped,Water,2.5,23,existing_generator +156807,42,Quichapa 3,UT_S,Central_PV,Solar,3,23,existing_generator +1111337,2,Proposed,AZ_APS_N,Central_PV,Solar,28.69000053,23,NULL +158070,8,Wind_EP_Can_12,CAN_ALB,Wind,Wind,70.5,23,existing_generator +1191185544,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +154465,19,Kaweah 3,CA_SCE_VLY,Hydro_NonPumped,Water,4.8,23,existing_generator +1116158,36,Proposed,NV_S,Central_PV,Solar,13.39999962,23,NULL +1191210393,27,Proposed,ID_S_OR_E,Coal_Steam_Turbine_Cogen,Coal,10.19999981,23,NULL +1112696,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.190000057,23,NULL +156541,16,SEPV 18,CA_SCE_CEN,Central_PV,Solar,2,23,existing_generator +1102988,28,Proposed,MEX_BAJA,Central_PV,Solar,137.7200012,23,NULL +1107723,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,80.16999817,23,NULL +1191183176,31,Proposed,MT_SE,Wind,Wind,60,23,NULL +1191182535,36,Proposed,NV_S,Wind,Wind,60,23,NULL +1191185488,43,Proposed,WA_ID_AVA,Wind,Wind,360,23,NULL +1107782,3,Proposed,AZ_APS_SW,Central_PV,Solar,38.38000107,23,NULL +1114829,4,Proposed,AZ_NM_N,Central_PV,Solar,18.63999939,23,NULL +1001251,33,Proposed,NM_N,Commercial_PV,Solar,12.3416996,23,NULL +1191183355,22,Proposed,CO_DEN,Wind,Wind,60,23,NULL +1101775,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,1825.209961,23,NULL +1110271,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,7.75,23,NULL +1191210124,14,Proposed,CA_PGE_N,Geothermal,Geothermal,38,23,NULL +1001891,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,1579.77002,23,NULL +1110028,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,31.60000038,23,NULL +1112990,1,Proposed,AZ_APS_E,Central_PV,Solar,22.38999939,23,NULL +1118727,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,5.119999886,23,NULL +154671,29,Morony,MT_NE,Hydro_NonPumped,Water,63,23,existing_generator +1116714,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,5.820000172,23,NULL +1191184244,47,Proposed,WY_NE,Wind,Wind,150,23,NULL +1000397,49,Proposed,WY_SE,Commercial_PV,Solar,232.9380035,23,NULL +1191185667,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,270,23,NULL +1105990,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,80.94000244,23,NULL +155097,13,Marina Landfill Gas,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4,23,existing_generator +1191210442,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,46,23,NULL +154537,14,Ralston,CA_PGE_N,Hydro_NonPumped,Water,79.2,23,existing_generator +1118764,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,7.059999943,23,NULL +1191209527,8,Proposed,CAN_ALB,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1191182427,26,Proposed,ID_E,Wind,Wind,60,23,NULL +1115162,16,Proposed,CA_SCE_CEN,Central_PV,Solar,6.989999771,23,NULL +155590,27,Golden Valley Wind Park LLC,ID_S_OR_E,Wind,Wind,12,23,existing_generator +1110493,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,122.6900024,23,NULL +1000388,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,79.28700256,23,NULL +1105484,36,Proposed,NV_S,Central_PV,Solar,6.760000229,23,NULL +155766,23,Cedar Creek II,CO_E,Wind,Wind,248.3,23,existing_generator +1191185004,23,Proposed,CO_E,Wind,Wind,90,23,NULL +1113531,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,38.5,23,NULL +1109928,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,39.40000153,23,NULL +1103215,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1145.22998,23,NULL +1191209763,44,Proposed,WA_N_CEN,Battery_Storage,Electricity,NULL,23,NULL +1191184014,38,Proposed,OR_PDX,Wind,Wind,30,23,NULL +1191185419,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1191210372,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,6,23,NULL +156819,6,T0588 Phoenix - AZ,AZ_PHX,Central_PV,Solar,1.2,23,existing_generator +1191185679,39,Proposed,OR_W,Offshore_Wind,Wind,1380,23,NULL +1001143,22,Proposed,CO_DEN,Commercial_PV,Solar,12.50129986,23,NULL +1105208,41,Proposed,UT_N,Central_PV,Solar,4.380000114,23,NULL +1105996,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,5.400000095,23,NULL +1113560,36,Proposed,NV_S,Central_PV,Solar,6.860000134,23,NULL +1191184044,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1110519,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,28.63999939,23,NULL +1113063,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,20.94000053,23,NULL +155504,13,Tracy Combined Cycle Power Plant,CA_PGE_CEN,CCGT,Gas,336.1,23,existing_generator +156233,15,Vintner Solar,CA_PGE_S,Central_PV,Solar,1.5,23,existing_generator +1191185283,25,Proposed,CO_SW,Wind,Wind,120,23,NULL +1110022,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,18.13999939,23,NULL +154911,18,Headgate Rock,CA_SCE_SE,Hydro_NonPumped,Water,19.5,23,existing_generator +1107647,15,Proposed,CA_PGE_S,Central_PV,Solar,2.109999895,23,NULL +1100498,15,Proposed,CA_PGE_S,Central_PV,Solar,92.94000244,23,NULL +1191184083,46,Proposed,WA_W,Wind,Wind,30,23,NULL +154986,22,Fort Lupton,CO_DEN,Gas_Combustion_Turbine,Gas,100.8,23,existing_generator +1191184388,35,Proposed,NV_N,Wind,Wind,30,23,NULL +1002027,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,125.3740005,23,NULL +1112680,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,103.3700027,23,NULL +1104515,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.730000019,23,NULL +1114689,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,54.45000076,23,NULL +1191183188,47,Proposed,WY_NE,Wind,Wind,30,23,NULL +155931,21,SMUD at Van Conett,CA_SMUD,Central_PV,Solar,2.9,23,existing_generator +1102193,13,Proposed,CA_PGE_CEN,Central_PV,Solar,91.75,23,NULL +1109240,3,Proposed,AZ_APS_SW,Central_PV,Solar,26.95999908,23,NULL +1115619,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,4.309999943,23,NULL +1001615,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,21.07430077,23,NULL +1106857,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,13.77999973,23,NULL +154650,26,Soda,ID_E,Hydro_NonPumped,Water,14.5,23,existing_generator +1108461,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,24.53000069,23,NULL +1191185170,23,Proposed,CO_E,Wind,Wind,300,23,NULL +1109523,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,9.899999619,23,NULL +1191209422,9,Proposed,CAN_BC,Geothermal,Geothermal,16,23,NULL +1108948,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.53000021,23,NULL +1191184017,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191209368,9,Proposed,CAN_BC,Geothermal,Geothermal,90,23,NULL +1191185464,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1117859,35,Proposed,NV_N,Central_PV,Solar,2.019999981,23,NULL +1000468,33,Proposed,NM_N,Residential_PV,Solar,2980.909912,23,NULL +156858,22,Panasonic Carport Solar,CO_DEN,Central_PV,Solar,1.3,23,existing_generator +156354,13,2097 Helton Solar Project,CA_PGE_CEN,Central_PV,Solar,1.5,23,existing_generator +1108658,33,Proposed,NM_N,Central_PV,Solar,63.56000137,23,NULL +157105,44,Fumaria Solar Project,WA_N_CEN,Central_PV,Solar,5,23,existing_generator +1116883,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,3.710000038,23,NULL +1191185190,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1191209282,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +156248,2,Lake Pleasant WTP,AZ_APS_N,Central_PV,Solar,6.5,23,existing_generator +1100777,3,Proposed,AZ_APS_SW,Central_PV,Solar,185.6900024,23,NULL +1104796,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,5.860000134,23,NULL +154405,14,James B Black,CA_PGE_N,Hydro_NonPumped,Water,168.6,23,existing_generator +1114023,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,35.65000153,23,NULL +1191210851,8,Proposed,CAN_ALB,Wind,Wind,2281.159912,23,NULL +156825,27,Head of U Canal Hydro Project,ID_S_OR_E,Hydro_NonPumped,Water,1.2,23,existing_generator +156223,36,Apex Solar PV Power Project,NV_S,Central_PV,Solar,20,23,existing_generator +1191209336,35,Proposed,NV_N,Geothermal,Geothermal,8,23,NULL +1109554,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.539999962,23,NULL +1116993,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.180000067,23,NULL +1191183951,27,Proposed,ID_S_OR_E,Wind,Wind,30,23,NULL +1118252,35,Proposed,NV_N,Central_PV,Solar,55.22999954,23,NULL +1191182599,30,Proposed,MT_NW,Wind,Wind,30,23,NULL +1191183872,37,Proposed,OR_E,Wind,Wind,60,23,NULL +1109192,2,Proposed,AZ_APS_N,Central_PV,Solar,2.170000076,23,NULL +1114034,36,Proposed,NV_S,Central_PV,Solar,1.370000005,23,NULL +1191185320,25,Proposed,CO_SW,Wind,Wind,30,23,NULL +154900,42,St George Red Rock,UT_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,14,23,existing_generator +1109547,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,16.5,23,NULL +156200,16,Houweling Nurseries,CA_SCE_CEN,Gas_Internal_Combustion_Engine,Gas,13.2,23,existing_generator +1105930,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,8.550000191,23,NULL +1191182367,32,Proposed,MT_SW,Wind,Wind,570,23,NULL +1114339,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.340000153,23,NULL +1107803,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,6.340000153,23,NULL +1106262,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,47.00999832,23,NULL +1191183338,24,Proposed,CO_NW,Wind,Wind,30,23,NULL +156647,12,Whitethorn Solar LLC,CA_PGE_BAY,Central_PV,Solar,3.3,23,existing_generator +1191182704,39,Proposed,OR_W,Wind,Wind,30,23,NULL +77352,16,Tehachapi: 20,CA_SCE_CEN,Wind,Wind,82,23,NULL +1191184072,46,Proposed,WA_W,Wind,Wind,30,23,NULL +77488,10,PalmSprings: 1550,CA_IID,Wind,Wind,32,23,NULL +1113097,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.25999999,23,NULL +1191185434,22,Proposed,CO_DEN,Wind,Wind,30,23,NULL +1107234,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,32.04000092,23,NULL +1116999,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,9.5,23,NULL +1191210084,28,Proposed,MEX_BAJA,Geothermal,Geothermal,35.70000076,23,NULL +1191209518,49,Proposed,WY_SE,CCGT,Gas,NULL,23,NULL +1110922,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.559999943,23,NULL +154340,46,Frederickson,WA_W,Gas_Combustion_Turbine,Gas,177.8,23,existing_generator +155282,16,Berry Placerita Cogen,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,42.8,23,existing_generator +1191209371,9,Proposed,CAN_BC,Geothermal,Geothermal,45,23,NULL +1191209521,2,Proposed,AZ_APS_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +156350,16,MCAGCC Cogen Plant,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,16.4,23,existing_generator +1110509,2,Proposed,AZ_APS_N,Central_PV,Solar,14.81999969,23,NULL +154829,46,Ross,WA_W,Hydro_NonPumped,Water,450,23,existing_generator +1110169,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.819999933,23,NULL +1111304,35,Proposed,NV_N,Central_PV,Solar,48.52000046,23,NULL +1111634,41,Proposed,UT_N,Central_PV,Solar,1.320000052,23,NULL +156502,26,Bannock County LFG to Energy,ID_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +1191185369,22,Proposed,CO_DEN,Wind,Wind,510,23,NULL +156705,35,Don A Campbell 2 Geothermal,NV_N,Geothermal,Geothermal,25,23,existing_generator +1109993,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,30.10000038,23,NULL +155706,35,NGP Blue Mountain I LLC,NV_N,Geothermal,Geothermal,63.9,23,existing_generator +155661,13,Panoche Energy Center,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,432,23,existing_generator +1191209513,44,Proposed,WA_N_CEN,CCGT,Gas,NULL,23,NULL +1117292,41,Proposed,UT_N,Central_PV,Solar,46.41999817,23,NULL +156306,33,Blue Sky One,NM_N,Central_PV,Solar,1.3,23,existing_generator +1108197,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,10.03999996,23,NULL +157988,8,NrthPrairie1,CAN_ALB,Gas_Combustion_Turbine,Gas,99,23,existing_generator +77413,16,Tehachapi: 514,CA_SCE_CEN,Wind,Wind,31,23,NULL +1114343,4,Proposed,AZ_NM_N,Central_PV,Solar,2.789999962,23,NULL +154444,10,Drop 5,CA_IID,Hydro_NonPumped,Water,4,23,existing_generator +1113464,4,Proposed,AZ_NM_N,Central_PV,Solar,19.28000069,23,NULL +154856,46,Cedar Falls (WA),WA_W,Hydro_NonPumped,Water,30,23,existing_generator +1191182804,49,Proposed,WY_SE,Wind,Wind,17280,23,NULL +1191184052,46,Proposed,WA_W,Wind,Wind,30,23,NULL +1191210538,13,Proposed,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,1.5,23,NULL +1191182708,39,Proposed,OR_W,Wind,Wind,60,23,NULL +1104147,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,196.0700073,23,NULL +1191182428,26,Proposed,ID_E,Wind,Wind,30,23,NULL +1191183401,4,Proposed,AZ_NM_N,Wind,Wind,90,23,NULL +1191184379,35,Proposed,NV_N,Wind,Wind,30,23,NULL +77416,16,Tehachapi: 517,CA_SCE_CEN,Wind,Wind,44,23,NULL +1117010,17,Proposed,CA_SCE_S,Central_PV,Solar,2.279999971,23,NULL +1118784,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.960000038,23,NULL +156196,16,Victor Dry Farm Ranch B,CA_SCE_CEN,Central_PV,Solar,5,23,existing_generator +1001351,6,Proposed,AZ_PHX,Commercial_PV,Solar,39.70949936,23,NULL +1116625,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,70.61000061,23,NULL +1191209747,28,Proposed,MEX_BAJA,Battery_Storage,Electricity,NULL,23,NULL +1100128,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,105.7600021,23,NULL +156438,16,Hecate Energy Beacon Solar 1,CA_SCE_CEN,Central_PV,Solar,56,23,existing_generator +156340,33,Prosperity Energy Storage Facility,NM_N,Battery_Storage,Electricity,0.8,23,existing_generator +1102987,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1081.449951,23,NULL +1106633,32,Proposed,MT_SW,Central_PV,Solar,3.75999999,23,NULL +1117511,36,Proposed,NV_S,Central_PV,Solar,1.379999995,23,NULL +156053,16,Brookfield Tehachapi 1,CA_SCE_CEN,Wind,Wind,102,23,existing_generator +1106468,36,Proposed,NV_S,Central_PV,Solar,4.760000229,23,NULL +1001345,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,4.143599987,23,NULL +155581,40,Big Horn Wind Project,OR_WA_BPA,Wind,Wind,199,23,existing_generator +156916,22,Titan Solar,CO_DEN,Central_PV,Solar,50,23,existing_generator +1103014,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,85.66000366,23,NULL +1108728,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,44.56000137,23,NULL +1191209363,37,Proposed,OR_E,Geothermal,Geothermal,16,23,NULL +1105619,32,Proposed,MT_SW,Central_PV,Solar,8.18999958,23,NULL +156544,16,Lancaster WAD B,CA_SCE_CEN,Central_PV,Solar,5,23,existing_generator +1110197,35,Proposed,NV_N,Central_PV,Solar,21.42000008,23,NULL +1113555,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,17.95000076,23,NULL +1191185549,43,Proposed,WA_ID_AVA,Wind,Wind,30,23,NULL +1116565,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,51.91999817,23,NULL +1191210577,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,95,23,NULL +154804,3,Palo Verde,AZ_APS_SW,Nuclear,Uranium,4209.6,23,existing_generator +157918,9,Skookum_Creek,CAN_BC,Hydro_NonPumped,Water,16,23,existing_generator +154721,39,Big Cliff,OR_W,Hydro_NonPumped,Water,18,23,existing_generator +1117474,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,41.24000168,23,NULL +158000,9,MillerCrk,CAN_BC,Gas_Combustion_Turbine,Gas,32,23,existing_generator +1113019,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,27.63999939,23,NULL +1111810,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.210000038,23,NULL +1191209526,7,Proposed,AZ_SE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1105983,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,93.70999908,23,NULL +1112501,39,Proposed,OR_W,Central_PV,Solar,2.589999914,23,NULL +154773,44,Wells,WA_N_CEN,Hydro_NonPumped,Water,696.6,23,existing_generator +1118131,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.099999905,23,NULL +1108225,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,8.289999962,23,NULL +1191182927,49,Proposed,WY_SE,Wind,Wind,90,23,NULL +1191210119,35,Proposed,NV_N,Geothermal,Geothermal,22.60000038,23,NULL +1104085,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,163.1399994,23,NULL +1105417,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,10.46000004,23,NULL +1118742,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,37.79999924,23,NULL +1114870,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,16.61000061,23,NULL +1102458,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,1.299999952,23,NULL +1107756,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,24.65999985,23,NULL +154352,7,Demoss Petrie,AZ_SE,Gas_Combustion_Turbine,Gas,85,23,existing_generator +1113570,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.96999979,23,NULL +1191183235,41,Proposed,UT_N,Wind,Wind,90,23,NULL +1106256,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,1.840000033,23,NULL +155108,31,Colstrip Energy LP,MT_SE,Coal_Steam_Turbine,Coal,46.1,23,existing_generator +1116532,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,19.29999924,23,NULL +1117439,35,Proposed,NV_N,Central_PV,Solar,28.11000061,23,NULL +156198,16,Sunshine Gas Producers,CA_SCE_CEN,Bio_Gas,Bio_Gas,23,23,existing_generator +155021,14,Sierra Pacific Lincoln Facility,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,19.2,23,existing_generator +1191210583,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,23,NULL +1117375,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,58.83000183,23,NULL +1191182474,36,Proposed,NV_S,Wind,Wind,30,23,NULL +154621,46,Fredonia,WA_W,Gas_Combustion_Turbine,Gas,376,23,existing_generator +1191185651,46,Proposed,WA_W,Offshore_Wind,Wind,30,23,NULL +155811,11,Metro Support Services Center Solar,CA_LADWP,Central_PV,Solar,1.2,23,existing_generator +158045,8,ELMWORTH_5,CAN_ALB,Gas_Internal_Combustion_Engine,Gas,8,23,existing_generator +1103040,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,4.190000057,23,NULL +1116461,15,Proposed,CA_PGE_S,Central_PV,Solar,1.389999986,23,NULL +155508,17,Agua Mansa Power Plant,CA_SCE_S,Gas_Combustion_Turbine,Gas,60.5,23,existing_generator +155036,14,Haypress,CA_PGE_N,Hydro_NonPumped,Water,10,23,existing_generator +155220,43,Clearwater Paper IPP Lewiston,WA_ID_AVA,ST,Bio_Liquid,93.8,23,existing_generator +1118229,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,2.109999895,23,NULL +1117456,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,49.79000092,23,NULL +1191185125,23,Proposed,CO_E,Wind,Wind,60,23,NULL +1191184099,42,Proposed,UT_S,Wind,Wind,300,23,NULL +1191210452,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,6,23,NULL +154586,25,Center,CO_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.5,23,existing_generator +158069,8,Wind_EP_Can_11,CAN_ALB,Wind,Wind,6.5,23,existing_generator +1112358,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,3.650000095,23,NULL +1105994,2,Proposed,AZ_APS_N,Central_PV,Solar,5.400000095,23,NULL +1115312,5,Proposed,AZ_NW,Central_PV,Solar,13.40999985,23,NULL +1191209268,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,40,23,NULL +1115962,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,17.5,23,NULL +77367,16,Tehachapi: 38,CA_SCE_CEN,Wind,Wind,27,23,NULL +1102521,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,3,23,NULL \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/testing/baseline_existing_and_candidate_generator_list_by_scenario_additional_params.csv b/switch_model/wecc/database/baseline_creation/testing/baseline_existing_and_candidate_generator_list_by_scenario_additional_params.csv new file mode 100644 index 000000000..3f985fd6b --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/testing/baseline_existing_and_candidate_generator_list_by_scenario_additional_params.csv @@ -0,0 +1,10329 @@ +generation_plant_id,load_zone_id,generator_name,load_zone_name,gen_tech,energy_source,capacity_limit_mw, connect_cost_per_mw ,variable_o_m,max_age,forced_outage_rate,scheduled_outage_rate,full_load_heat_rate,existing_or_candidate_generator,existing_generator, +155563,15,Santa Maria EPG,CA_PGE_S,Gas_Steam_Turbine,Gas,5.5,0,6.0375,60,0.04,0.06,12.219,23,existing_generator, +1191184213,7,Proposed,AZ_SE,Wind,Wind,120,49362.35944,0,30,0.05,0.006,NULL,23,NULL, +1191183939,27,Proposed,ID_S_OR_E,Wind,Wind,480,42971.78361,0,30,0.05,0.006,NULL,23,NULL, +154493,10,Drop 3 (CA),CA_IID,Hydro_NonPumped,Water,9.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155475,15,Hanford Energy Park Peaker,CA_PGE_S,Gas_Combustion_Turbine,Gas,92.2,0,6.0375,40,0.04,0.06,11.631,23,existing_generator, +156776,15,Verwey-Hanford Dairy Digester #1,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,0,6.0375,20,0.04,0.06,10.439,23,existing_generator, +1191183743,40,Proposed,OR_WA_BPA,Wind,Wind,30,77810.33306,0,30,0.05,0.006,NULL,23,NULL, +1108125,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.980000019,85710.28389,0,20,0.06,0,NULL,23,NULL, +1111696,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,17.02000046,99468.77473,0,20,0.06,0,NULL,23,NULL, +154821,44,Grand Coulee,WA_N_CEN,Hydro_Pumped,Water,314,0,0,200,0.05,0.05,NULL,23,existing_generator, +155926,39,Oregon State University Energy Center,OR_W,CCGT,Gas,6.5,0,5.9409,40,0.04,0.06,8.283,23,existing_generator, +1105616,30,Proposed,MT_NW,Central_PV,Solar,11.44999981,48789.88181,0,20,0,0.02,NULL,23,NULL, +1112628,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,37.99000168,39982.86264,0,20,0.06,0,NULL,23,NULL, +1113524,5,Proposed,AZ_NW,Central_PV,Solar,4.659999847,89118.20736,0,20,0,0.02,NULL,23,NULL, +1116591,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,26.75,206957.0475,0,20,0.06,0,NULL,23,NULL, +157976,8,Shernss2,CAN_ALB,Coal_Steam_Turbine,Coal,378,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +156254,42,SMPA Solar 1 Community Solar,UT_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1108260,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.289999962,81032.42889,0,20,0.06,0,NULL,23,NULL, +1105452,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,20.94000053,62821.63556,0,20,0.06,0,NULL,23,NULL, +1191209183,23,Proposed,CO_E,Bio_Gas,Bio_Gas,NULL,69511.67139,16.0398,20,0.11,0.04,13.5,23,NULL, +1191209625,6,Proposed,AZ_PHX,Coal_Steam_Turbine,Coal,NULL,69511.67139,4.166232,40,0.06,0.1,9,23,NULL, +1104337,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,16.45000076,57387.88556,0,20,0.06,0,NULL,23,NULL, +1110470,10,Proposed,CA_IID,Central_PV,Solar,2.950000048,73250.81306,0,20,0,0.02,NULL,23,NULL, +1191185468,43,Proposed,WA_ID_AVA,Wind,Wind,1530,41686.15931,0,30,0.05,0.006,NULL,23,NULL, +1001021,6,Proposed,AZ_PHX,Commercial_PV,Solar,100.2539978,0,0,20,0,0.02,NULL,23,NULL, +1191183345,24,Proposed,CO_NW,Wind,Wind,30,57896.36569,0,30,0.05,0.006,NULL,23,NULL, +156987,12,Hellyer Solar Farm,CA_PGE_BAY,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +155783,17,Solar Photovoltaic Project #23,CA_SCE_S,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1191183957,27,Proposed,ID_S_OR_E,Wind,Wind,30,71175.60639,0,30,0.05,0.006,NULL,23,NULL, +1104297,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,3.089999914,54945.59889,0,20,0.06,0,NULL,23,NULL, +1191182643,39,Proposed,OR_W,Wind,Wind,90,48345.40389,0,30,0.05,0.006,NULL,23,NULL, +1116576,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,21.32999992,70045.99014,0,20,0.06,0,NULL,23,NULL, +1117527,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,10.68999958,110065.9174,0,20,0.06,0,NULL,23,NULL, +1191182693,39,Proposed,OR_W,Wind,Wind,30,68626.81444,0,30,0.05,0.006,NULL,23,NULL, +156451,16,SCE-Snowline-Duncan Road (North),CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1111749,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,50.93000031,68989.90875,0,20,0.06,0,NULL,23,NULL, +1116768,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,52.5,43273.41806,0,20,0.06,0,NULL,23,NULL, +1100300,33,Proposed,NM_N,Central_PV,Solar,208.5099945,84920.21098,0,20,0,0.02,NULL,23,NULL, +1191210377,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,3.5,0,33.5769,20,0.03,0.05,12.1896,23,NULL, +1105694,40,Proposed,OR_WA_BPA,Central_PV,Solar,8.399999619,46441.29431,0,20,0,0.02,NULL,23,NULL, +1112682,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,103.5599976,105724.2285,0,20,0.06,0,NULL,23,NULL, +1191210122,10,Proposed,CA_IID,Geothermal,Geothermal,39.59999847,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210427,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,27.5,0,16.844625,40,0.1288,0.0915,5.58676,23,NULL, +77398,16,SanBernardino_Lucerne: 479,CA_SCE_CEN,Wind,Wind,23,39027.45,0,30,0.05,0.006,NULL,23,NULL, +1191184775,33,Proposed,NM_N,Wind,Wind,150,65526.67611,0,30,0.05,0.006,NULL,23,NULL, +1118333,4,Proposed,AZ_NM_N,Central_PV,Solar,19.81999969,112098.1399,0,20,0,0.02,NULL,23,NULL, +156492,12,Apple Campus 2 PV,CA_PGE_BAY,Central_PV,Solar,14.4,0,0,20,0,0,NULL,23,existing_generator, +156137,16,Newberry Solar 1 LLC,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +155735,42,Milford Wind Corridor I LLC,UT_S,Wind,Wind,203.5,0,0,20,0,0,NULL,23,existing_generator, +154604,24,Green Mountain,CO_NW,Hydro_NonPumped,Water,26,0,0,200,0.05,0.05,NULL,23,existing_generator, +155071,15,Kern River Cogeneration,CA_PGE_S,Gas_Combustion_Turbine,Gas,300,0,6.0375,40,0.04,0.06,14.192,23,existing_generator, +154677,30,Noxon Rapids,MT_NW,Hydro_NonPumped,Water,569.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155592,27,Oregon Trail Wind Park,ID_S_OR_E,Wind,Wind,13.5,0,0,20,0,0,NULL,23,existing_generator, +154754,41,Wanship,UT_N,Hydro_NonPumped,Water,1.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +154998,35,North Valmy,NV_N,Coal_Steam_Turbine,Coal,567,0,5.2164,40,0.04,0.06,11.373,23,existing_generator, +1191210107,10,Proposed,CA_IID,Geothermal,Geothermal,22.79999924,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209761,42,Proposed,UT_S,Battery_Storage,Electricity,NULL,70251.1425,0,10,0.02,0.0055,NULL,23,NULL, +1101893,43,Proposed,WA_ID_AVA,Central_PV,Solar,39.72999954,48279.83569,0,20,0,0.02,NULL,23,NULL, +1191182710,39,Proposed,OR_W,Wind,Wind,90,50320.38806,0,30,0.05,0.006,NULL,23,NULL, +155941,22,DOE Golden NWTC Load Side,CO_DEN,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1114418,16,Proposed,CA_SCE_CEN,Central_PV,Solar,36.31999969,44560.00931,0,20,0,0.02,NULL,23,NULL, +1113318,20,Proposed,CA_SDGE,CSP_Trough_No_Storage,Solar,6.460000038,101201.5372,0,20,0.06,0,NULL,23,NULL, +1000299,50,Proposed,WY_SW,Commercial_PV,Solar,195.8390045,0,0,20,0,0.02,NULL,23,NULL, +1118770,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.519999981,46941.32194,0,20,0.06,0,NULL,23,NULL, +1191209289,42,Proposed,UT_S,Geothermal,Geothermal,20,38935.23375,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157974,8,Shernss1,CAN_ALB,Coal_Steam_Turbine,Coal,378,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +157903,9,Pingston_Hydroelectric,CAN_BC,Hydro_NonPumped,Water,42,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191184344,35,Proposed,NV_N,Wind,Wind,120,42168.19236,0,30,0.05,0.006,NULL,23,NULL, +1116141,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.340000033,84433.10736,0,20,0.06,0,NULL,23,NULL, +1114336,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,43.66999817,43604.27306,0,20,0.06,0,NULL,23,NULL, +1191185509,43,Proposed,WA_ID_AVA,Wind,Wind,30,63138.00056,0,30,0.05,0.006,NULL,23,NULL, +154806,24,Craig (CO),CO_NW,Coal_Steam_Turbine,Coal,1427.6,0,5.2164,40,0.04,0.06,15.712,23,existing_generator, +1103250,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,485.8099976,92398.62639,0,20,0.06,0,NULL,23,NULL, +1118710,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,18.70999908,47902.00611,0,20,0.06,0,NULL,23,NULL, +155269,39,Co-Gen II LLC,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,7.5,0,13.35495,20,0.04,0.06,11.967,23,existing_generator, +156433,12,California PV Energy at ISD WWTP,CA_PGE_BAY,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1118618,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,10.71000004,55816.81014,0,20,0,0.02,NULL,23,NULL, +1113271,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,5.5,44100.07444,0,20,0.06,0,NULL,23,NULL, +1105492,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,100.6399994,48106.67736,0,20,0.06,0,NULL,23,NULL, +155527,14,High Winds LLC,CA_PGE_N,Wind,Wind,162,0,0,20,0,0,NULL,23,existing_generator, +1116633,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,9.069999695,47755.29486,0,20,0.06,0,NULL,23,NULL, +1106410,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.190000057,101012.4503,0,20,0.06,0,NULL,23,NULL, +1191182676,39,Proposed,OR_W,Wind,Wind,30,48924.75861,0,30,0.05,0.006,NULL,23,NULL, +155982,5,Kingman 1,AZ_NW,Central_PV,Solar,0.5,0,0,20,0,0,NULL,23,existing_generator, +156482,3,SR85,AZ_APS_SW,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1000833,33,Proposed,NM_N,Commercial_PV,Solar,41.49219894,0,0,20,0,0.02,NULL,23,NULL, +1118706,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,20.53000069,138122.3025,0,20,0.06,0,NULL,23,NULL, +1113142,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.340000153,47930.38236,0,20,0.06,0,NULL,23,NULL, +155970,46,Coastal Energy Project,WA_W,Wind,Wind,6,0,0,20,0,0,NULL,23,existing_generator, +156852,37,"OR Solar 5, LLC",OR_E,Central_PV,Solar,8,0,0,20,0,0,NULL,23,existing_generator, +1001846,3,Proposed,AZ_APS_SW,Residential_PV,Solar,150.2279968,0,0,20,0,0.02,NULL,23,NULL, +1191184090,9,Proposed,CAN_BC,Wind,Wind,30,63206.82806,0,30,0.05,0.006,NULL,23,NULL, +1113141,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.340000153,47930.38236,0,20,0.06,0,NULL,23,NULL, +1191183331,24,Proposed,CO_NW,Wind,Wind,30,40696.85361,0,30,0.05,0.006,NULL,23,NULL, +1191184012,38,Proposed,OR_PDX,Wind,Wind,30,50892.98361,0,30,0.05,0.006,NULL,23,NULL, +1191183794,40,Proposed,OR_WA_BPA,Wind,Wind,120,74784.46069,0,30,0.05,0.006,NULL,23,NULL, +154863,16,San Francisquito 2,CA_SCE_CEN,Hydro_NonPumped,Water,32,0,0,200,0.05,0.05,NULL,23,existing_generator, +1101933,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,162.9199982,51093.55125,0,20,0.06,0,NULL,23,NULL, +154904,44,PEC Headworks,WA_N_CEN,Hydro_NonPumped,Water,6.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118881,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,18.84000015,67995.40986,0,20,0.06,0,NULL,23,NULL, +157985,8,ON_LongLk2,CAN_ALB,Gas_Combustion_Turbine,Gas,85,0,35.25579912,20,0.03,0.05,10.64000034,23,existing_generator, +1103972,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.869999886,78546.42694,0,20,0,0.02,NULL,23,NULL, +1110469,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,92.20999908,175401.45,0,20,0.06,0,NULL,23,NULL, +154587,23,Martin Drake,CO_E,Coal_Steam_Turbine,Coal,207.3,0,5.2164,40,0.04,0.06,11.598,23,existing_generator, +1106722,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.619999886,46158.86194,0,20,0.06,0,NULL,23,NULL, +155556,41,Lake Side Power Plant,UT_N,CCGT,Gas,1385,0,5.9409,40,0.04,0.06,11.508,23,existing_generator, +1116748,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,54.36000061,174581.5575,0,20,0.06,0,NULL,23,NULL, +155568,27,Fossil Gulch,ID_S_OR_E,Wind,Wind,10.5,0,0,20,0,0,NULL,23,existing_generator, +1100340,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,160.25,73956.35625,0,20,0.06,0,NULL,23,NULL, +1106435,35,Proposed,NV_N,Central_PV,Solar,83,216473.355,0,20,0,0.02,NULL,23,NULL, +1114547,29,Proposed,MT_NE,Central_PV,Solar,1.75999999,69077.21194,0,20,0,0.02,NULL,23,NULL, +1113537,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,4.059999943,70751.17014,0,20,0.06,0,NULL,23,NULL, +1107607,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,34.47000122,89292.81375,0,20,0.06,0,NULL,23,NULL, +1191183871,37,Proposed,OR_E,Wind,Wind,60,77668.08861,0,30,0.05,0.006,NULL,23,NULL, +1191182416,26,Proposed,ID_E,Wind,Wind,30,56927.71014,0,30,0.05,0.006,NULL,23,NULL, +77481,20,SanDiegoSouth: 604,CA_SDGE,Wind,Wind,35,115299.45,0,30,0.05,0.006,NULL,23,NULL, +154767,43,Little Falls (WA),WA_ID_AVA,Hydro_NonPumped,Water,34.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155332,26,Little Wood Hydro Project,ID_E,Hydro_NonPumped,Water,2.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185555,43,Proposed,WA_ID_AVA,Wind,Wind,90,46169.60681,0,30,0.05,0.006,NULL,23,NULL, +155651,13,Ampersand Chowchilla Biomass LLC,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,12.5,0,13.35495,20,0.04,0.06,12.012,23,existing_generator, +157870,9,Douglas_Creek,CAN_BC,Hydro_NonPumped,Water,23,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1111302,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,7.650000095,44885.31264,0,20,0.06,0,NULL,23,NULL, +1113374,41,Proposed,UT_N,Central_PV,Solar,1.059999943,91051.78277,0,20,0,0.02,NULL,23,NULL, +1191182622,39,Proposed,OR_W,Wind,Wind,30,41582.43694,0,30,0.05,0.006,NULL,23,NULL, +1100328,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,63.84000015,59509.70361,0,20,0.06,0,NULL,23,NULL, +1191185491,43,Proposed,WA_ID_AVA,Wind,Wind,30,70757.92931,0,30,0.05,0.006,NULL,23,NULL, +1106868,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.75,59584.45069,0,20,0.06,0,NULL,23,NULL, +155707,17,Solar Photovoltaic Project #02,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191182363,32,Proposed,MT_SW,Wind,Wind,90,88680.0075,0,30,0.05,0.006,NULL,23,NULL, +154496,10,El Centro,CA_IID,Battery_Storage,Electricity,30,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1112398,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,25.73999977,57134.79639,0,20,0.06,0,NULL,23,NULL, +1191185354,44,Proposed,WA_N_CEN,Wind,Wind,240,56016.40611,0,30,0.05,0.006,NULL,23,NULL, +156465,15,Shafter Solar LLC,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1112937,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,10.60999966,45802.40889,0,20,0.06,0,NULL,23,NULL, +157022,38,Boring Solar LLC,OR_PDX,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1113955,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.149999976,76948.54125,0,20,0.06,0,NULL,23,NULL, +1102931,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.830000043,73136.70431,0,20,0,0.02,NULL,23,NULL, +1107344,16,Proposed,CA_SCE_CEN,Central_PV,Solar,8.81000042,56008.55736,0,20,0,0.02,NULL,23,NULL, +1118783,10,Proposed,CA_IID,Central_PV,Solar,1.960000038,53783.49806,0,20,0,0.02,NULL,23,NULL, +1191182534,36,Proposed,NV_S,Wind,Wind,1110,168342.405,0,30,0.05,0.006,NULL,23,NULL, +1110839,36,Proposed,NV_S,Central_PV,Solar,12.63000011,145246.5525,0,20,0,0.02,NULL,23,NULL, +155010,27,Little Mac Project,ID_S_OR_E,Hydro_NonPumped,Water,1.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156731,20,Pala Energy Storage Yard,CA_SDGE,Battery_Storage,Electricity,1.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1116131,36,Proposed,NV_S,Central_PV,Solar,48,53098.12389,0,20,0,0.02,NULL,23,NULL, +155793,35,Crescent Dunes Solar Energy,NV_N,CSP_Trough_No_Storage,Solar,125,0,0,20,0,0,NULL,23,existing_generator, +1001146,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,91.80599976,0,0,20,0,0.02,NULL,23,NULL, +155696,49,Happy Jack Windpower Project,WY_SE,Wind,Wind,29.4,0,0,20,0,0,NULL,23,existing_generator, +1002131,23,Proposed,CO_E,Commercial_PV,Solar,21.95000076,0,0,20,0,0.02,NULL,23,NULL, +1191185330,44,Proposed,WA_N_CEN,Wind,Wind,180,43524.21486,0,30,0.05,0.006,NULL,23,NULL, +77472,16,Tehachapi: 594,CA_SCE_CEN,Wind,Wind,37,52276.35,0,30,0.05,0.006,NULL,23,NULL, +1104984,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.440000057,80468.52639,0,20,0.06,0,NULL,23,NULL, +1191209621,2,Proposed,AZ_APS_N,Coal_Steam_Turbine,Coal,NULL,69511.67139,4.166232,40,0.06,0.1,9,23,NULL, +1106836,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,1.169999957,94287.15639,0,20,0.06,0,NULL,23,NULL, +1191185196,22,Proposed,CO_DEN,Wind,Wind,60,65167.5675,0,30,0.05,0.006,NULL,23,NULL, +1115717,5,Proposed,AZ_NW,Central_PV,Solar,3.380000114,75993.53139,0,20,0,0.02,NULL,23,NULL, +1191209308,35,Proposed,NV_N,Geothermal,Geothermal,8,82765.54986,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1107499,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,3.440000057,64030.22514,0,20,0.06,0,NULL,23,NULL, +155497,14,Wolfskill Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,0,6.0375,40,0.04,0.06,11.131,23,existing_generator, +1191183201,31,Proposed,MT_SE,Wind,Wind,30,48767.78361,0,30,0.05,0.006,NULL,23,NULL, +156046,50,Genesis Alkali,WY_SW,Coal_Steam_Turbine,Coal,41,0,5.2164,40,0.04,0.06,11.438,23,existing_generator, +156486,20,Q Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,4.6,0,6.0375,40,0.04,0.06,8.571,23,existing_generator, +1110513,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,49.75,58039.33181,0,20,0.06,0,NULL,23,NULL, +154854,32,Madison Dam,MT_SW,Hydro_NonPumped,Water,8.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108677,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,40.47999954,54157.10139,0,20,0.06,0,NULL,23,NULL, +1191209734,15,Proposed,CA_PGE_S,Battery_Storage,Electricity,NULL,77646.11306,0,10,0.02,0.0055,NULL,23,NULL, +1191184217,7,Proposed,AZ_SE,Wind,Wind,60,47328.92944,0,30,0.05,0.006,NULL,23,NULL, +1103525,26,Proposed,ID_E,Central_PV,Solar,224.7599945,62809.80111,0,20,0,0.02,NULL,23,NULL, +1112253,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.800000191,85346.58111,0,20,0.06,0,NULL,23,NULL, +1191209482,13,Proposed,CA_PGE_CEN,CCGT,Gas,NULL," 80,604.00 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1191184055,46,Proposed,WA_W,Wind,Wind,30,58262.71931,0,30,0.05,0.006,NULL,23,NULL, +1191209223,27,Proposed,ID_S_OR_E,Bio_Gas,Bio_Gas,NULL,70251.1425,16.0398,20,0.11,0.04,13.5,23,NULL, +1191209292,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,111515.2853,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155928,17,"Temescal Canyon RV, LLC",CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +157069,15,Henrietta D Energy Storage LLC,CA_PGE_S,Battery_Storage,Electricity,10,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1110039,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,20.73999977,39966.67931,0,20,0.06,0,NULL,23,NULL, +1105974,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,88.80000305,70917.92306,0,20,0.06,0,NULL,23,NULL, +154605,22,Marys Lake,CO_DEN,Hydro_NonPumped,Water,8.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155256,40,Middle Fork Irrigation District,OR_WA_BPA,Hydro_NonPumped,Water,3.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +158080,8,Wind_EP_Can_22,CAN_ALB,Wind,Wind,0.9,0,0,30,0.05,0.006,NULL,23,existing_generator, +1105502,18,Proposed,CA_SCE_SE,Central_PV,Solar,26.56999969,62948.42306,0,20,0,0.02,NULL,23,NULL, +1191185094,23,Proposed,CO_E,Wind,Wind,60,95152.33014,0,30,0.05,0.006,NULL,23,NULL, +1191210395,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,3,0,33.5769,20,0.03,0.05,18.3958,23,NULL, +155703,40,Sand Ranch Windfarm LLC,OR_WA_BPA,Wind,Wind,9.9,0,0,20,0,0,NULL,23,existing_generator, +1191183257,50,Proposed,WY_SW,Wind,Wind,60,98334.09264,0,30,0.05,0.006,NULL,23,NULL, +1103047,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.019999981,175999.1625,0,20,0.06,0,NULL,23,NULL, +1191209608,39,Proposed,OR_W,Coal_IGCC,Coal,NULL,76906.51931,7.3442565,40,0.08,0.12,7.95,23,NULL, +156167,19,Ivanhoe Solar,CA_SCE_VLY,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +1104294,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,17.92000008,49099.84611,0,20,0.06,0,NULL,23,NULL, +1113104,35,Proposed,NV_N,Central_PV,Solar,28.97999954,73007.38389,0,20,0,0.02,NULL,23,NULL, +157112,22,Oak Leaf Solar XXVIII LLC (CSG),CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +77347,16,Tehachapi: 15,CA_SCE_CEN,Wind,Wind,44,86790.9,0,30,0.05,0.006,NULL,23,NULL, +155080,10,Elmore Company,CA_IID,Geothermal,Geothermal,45.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1115967,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,4.46999979,45896.83444,0,20,0.06,0,NULL,23,NULL, +1191183289,41,Proposed,UT_N,Wind,Wind,60,93268.63014,0,30,0.05,0.006,NULL,23,NULL, +1001230,35,Proposed,NV_N,Residential_PV,Solar,45.90299988,0,0,20,0,0.02,NULL,23,NULL, +1000389,20,Proposed,CA_SDGE,Commercial_PV,Solar,35.01750183,0,0,20,0,0.02,NULL,23,NULL, +1102073,2,Proposed,AZ_APS_N,Central_PV,Solar,138.3300018,103766.6351,0,20,0,0.02,NULL,23,NULL, +1191210120,35,Proposed,NV_N,Geothermal,Geothermal,22.60000038,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156284,16,Navajo Solar Power Generation Station 1 LLC,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1118781,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,70.59999847,43283.31861,0,20,0.06,0,NULL,23,NULL, +1191209623,4,Proposed,AZ_NM_N,Coal_Steam_Turbine,Coal,NULL,70990.73625,4.166232,40,0.06,0.1,9,23,NULL, +1191182725,47,Proposed,WY_NE,Wind,Wind,270,149728.7925,0,30,0.05,0.006,NULL,23,NULL, +1191185432,22,Proposed,CO_DEN,Wind,Wind,120,41218.13514,0,30,0.05,0.006,NULL,23,NULL, +1001631,23,Proposed,CO_E,Commercial_PV,Solar,9.921600342,0,0,20,0,0.02,NULL,23,NULL, +155091,14,Ponderosa Bailey Creek,CA_PGE_N,Hydro_NonPumped,Water,1.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191184051,46,Proposed,WA_W,Wind,Wind,60,53874.06056,0,30,0.05,0.006,NULL,23,NULL, +156305,46,LRI LFGTE Facility,WA_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.5,0,6.0375,20,0.04,0.06,9.434,23,existing_generator, +1109531,36,Proposed,NV_S,Central_PV,Solar,2.039999962,186434.3775,0,20,0,0.02,NULL,23,NULL, +1117661,29,Proposed,MT_NE,Central_PV,Solar,22.70999908,52229.93139,0,20,0,0.02,NULL,23,NULL, +1191210113,10,Proposed,CA_IID,Geothermal,Geothermal,51,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1108729,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,44.56000137," 77,550.84 ",0,20,0.06,0,NULL,23,NULL, +155373,3,Yuma Cogeneration Associates,AZ_APS_SW,CCGT,Gas,62.6,0,5.9409,40,0.04,0.06,9.4,23,existing_generator, +1114406,5,Proposed,AZ_NW,Central_PV,Solar,15.43000031,82748.89014,0,20,0,0.02,NULL,23,NULL, +1191182562,36,Proposed,NV_S,Wind,Wind,180,172546.92,0,30,0.05,0.006,NULL,23,NULL, +1001083,33,Proposed,NM_N,Commercial_PV,Solar,13.2816,0,0,20,0,0.02,NULL,23,NULL, +154902,36,Harry Allen,NV_S,Gas_Combustion_Turbine,Gas,186.5,0,6.0375,40,0.04,0.06,13.852,23,existing_generator, +156466,16,"Madelyn Solar, LLC",CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1109382,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,1.529999971,65629.55889,0,20,0.06,0,NULL,23,NULL, +1115719,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,3.380000114,75993.53139,0,20,0.06,0,NULL,23,NULL, +1191210111,10,Proposed,CA_IID,Geothermal,Geothermal,20,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156205,44,Swauk Wind LLC,WA_N_CEN,Wind,Wind,4.3,0,0,20,0,0,NULL,23,existing_generator, +1191210492,17,Proposed,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,15,0,16.0398,20,0.11,0.04,9.11574,23,NULL, +1115235,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,5.360000134,100854.9847,0,20,0.06,0,NULL,23,NULL, +1108232,6,Proposed,AZ_PHX,Central_PV,Solar,127.6600037,49183.52681,0,20,0,0.02,NULL,23,NULL, +155118,10,Salton Sea Power Gen Co Unit 1,CA_IID,Geothermal,Geothermal,10,0,36.2145,20,0,0,NULL,23,existing_generator, +154599,23,Trinidad (CO),CO_E,Gas_Internal_Combustion_Engine,Gas,3.8,0,33.579,20,0.04,0.06,12.618,23,existing_generator, +1115295,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.720000029,50011.0275,0,20,0.06,0,NULL,23,NULL, +156270,17,Cascade Solar,CA_SCE_S,Central_PV,Solar,18.5,0,0,20,0,0,NULL,23,existing_generator, +154958,38,River Road Gen Plant,OR_PDX,CCGT,Gas,248,0,5.9409,40,0.04,0.06,9.888,23,existing_generator, +1112231,33,Proposed,NM_N,Central_PV,Solar,12.75,111362.4139,0,20,0,0.02,NULL,23,NULL, +1107690,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,33.20000076,46384.30125,0,20,0.06,0,NULL,23,NULL, +1114405,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,12.82999992,84391.44861,0,20,0.06,0,NULL,23,NULL, +154946,38,Stone Creek,OR_PDX,Hydro_NonPumped,Water,12,0,0,200,0.05,0.05,NULL,23,existing_generator, +155594,27,Salmon Falls Wind Park,ID_S_OR_E,Wind,Wind,21,0,0,20,0,0,NULL,23,existing_generator, +154757,46,Transalta Centralia Generation,WA_W,Coal_Steam_Turbine,Coal,1459.8,0,5.2164,48,0.04,0.06,10.803,23,existing_generator, +1100513,33,Proposed,NM_N,Central_PV,Solar,626.75,74934.91236,0,20,0,0.02,NULL,23,NULL, +1116128,2,Proposed,AZ_APS_N,Central_PV,Solar,14.35999966,91472.35125,0,20,0,0.02,NULL,23,NULL, +1191182588,28,Proposed,MEX_BAJA,Wind,Wind,30,93566.27889,0,30,0.05,0.006,NULL,23,NULL, +156800,20,Vanadium Redox Flow Battery Plant,CA_SDGE,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191182520,36,Proposed,NV_S,Wind,Wind,30,110822.8972,0,30,0.05,0.006,NULL,23,NULL, +1191182571,36,Proposed,NV_S,Wind,Wind,420,147308.9625,0,30,0.05,0.006,NULL,23,NULL, +1102908,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,225.5599976,58658.66139,0,20,0.06,0,NULL,23,NULL, +1100433,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,723.8400269,80845.62486,0,20,0.06,0,NULL,23,NULL, +1105467,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,23.28000069,68944.6275,0,20,0.06,0,NULL,23,NULL, +1191185132,23,Proposed,CO_E,Wind,Wind,30,86596.46625,0,30,0.05,0.006,NULL,23,NULL, +157994,8,EPCR_Clvrbr_2,CAN_ALB,Gas_Combustion_Turbine,Gas,100,0,35.25579912,20,0.03,0.05,10.64000034,23,existing_generator, +1113116,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.190000057,45682.38056,0,20,0,0.02,NULL,23,NULL, +1106862,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,19.07999992,80972.17652,0,20,0.06,0,NULL,23,NULL, +1101049,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,116.2799988,72137.86125,0,20,0.06,0,NULL,23,NULL, +155569,50,Shute Creek Facility,WY_SW,Gas_Combustion_Turbine,Gas,144,0,6.0375,40,0.04,0.06,12.604,23,existing_generator, +1191185390,22,Proposed,CO_DEN,Wind,Wind,4440,38130.67556,0,30,0.05,0.006,NULL,23,NULL, +1106193,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.28000021,153764.2575,0,20,0.06,0,NULL,23,NULL, +155532,50,TransAlta Wyoming Wind,WY_SW,Wind,Wind,144,0,0,20,0,0,NULL,23,existing_generator, +1110907,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.309999943,91986.01986,0,20,0.06,0,NULL,23,NULL, +77415,16,Tehachapi: 516,CA_SCE_CEN,Wind,Wind,63,42595.35,0,30,0.05,0.006,NULL,23,NULL, +1106007,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,32.45000076,79441.30236,0,20,0.06,0,NULL,23,NULL, +1191183803,6,Proposed,AZ_PHX,Wind,Wind,30,45160.37736,0,30,0.05,0.006,NULL,23,NULL, +1115250,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.109999895,45195.15431,0,20,0.06,0,NULL,23,NULL, +1113969,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,41.47999954,49606.03389,0,20,0.06,0,NULL,23,NULL, +155859,20,NRG Solar Borrego I,CA_SDGE,Central_PV,Solar,26,0,0,20,0,0,NULL,23,existing_generator, +154470,13,Mammoth Pool,CA_PGE_CEN,Hydro_NonPumped,Water,190,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209406,26,Proposed,ID_E,Geothermal,Geothermal,10,97887.07236,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1001191,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,16.37100029,0,0,20,0,0.02,NULL,23,NULL, +1111192,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,11.05000019,58719.64014,0,20,0.06,0,NULL,23,NULL, +155280,15,Taft 26C Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,12.4,0,6.0375,40,0.04,0.06,11.108,23,existing_generator, +1106339,35,Proposed,NV_N,Central_PV,Solar,4.71999979,62183.35389,0,20,0,0.02,NULL,23,NULL, +1191182807,49,Proposed,WY_SE,Wind,Wind,60,76446.09861,0,30,0.05,0.006,NULL,23,NULL, +156953,33,CNMEC Solar Energy Center,NM_N,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1117515,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,19.34000015,49007.595,0,20,0.06,0,NULL,23,NULL, +1191184076,46,Proposed,WA_W,Wind,Wind,30,59367.70444,0,30,0.05,0.006,NULL,23,NULL, +155893,5,La Senita,AZ_NW,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1113978,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,18.04999924,46431.9975,0,20,0.06,0,NULL,23,NULL, +1117920,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.529999971,76216.55569,0,20,0.06,0,NULL,23,NULL, +1100903,42,Proposed,UT_S,Central_PV,Solar,113.3799973,113257.5851,0,20,0,0.02,NULL,23,NULL, +155658,40,Pebble Springs Wind LLC,OR_WA_BPA,Wind,Wind,98.7,0,0,20,0,0,NULL,23,existing_generator, +1100460,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,219.7100067,50171.02125,0,20,0.06,0,NULL,23,NULL, +1109496,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,44.88000107,72308.35931,0,20,0.06,0,NULL,23,NULL, +1109265,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,1.200000048,78832.72236,0,20,0.06,0,NULL,23,NULL, +1191183321,24,Proposed,CO_NW,Wind,Wind,60,64018.99444,0,30,0.05,0.006,NULL,23,NULL, +155394,13,Monterey One Water,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.8,0,6.0375,20,0.04,0.06,7.148,23,existing_generator, +155510,21,Cosumnes,CA_SMUD,CCGT,Gas,530,0,5.9409,40,0.04,0.06,9.651,23,existing_generator, +156956,40,NorWest Energy 9 LLC,OR_WA_BPA,Central_PV,Solar,8,0,0,20,0,0,NULL,23,existing_generator, +155243,17,Southeast Resource Recovery,CA_SCE_S,Bio_Solid_Steam_Turbine,Bio_Solid,35.6,0,13.35495,20,0.04,0.06,11.935,23,existing_generator, +1110451,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,21.07999992,41159.92986,0,20,0.06,0,NULL,23,NULL, +1102915,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,354.2000122,68670.04389,0,20,0.06,0,NULL,23,NULL, +1191209470,28,Proposed,MEX_BAJA,Bio_Gas,Bio_Gas,NULL,69511.67139,16.0398,20,0.11,0.04,13.5,23,NULL, +1112482,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,31.05999947,64639.28625,0,20,0.06,0,NULL,23,NULL, +1191209342,10,Proposed,CA_IID,Geothermal,Geothermal,1170,62627.59125,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77400,14,RoundMountain: 501,CA_PGE_N,Wind,Wind,40,52658.55,0,30,0.05,0.006,NULL,23,NULL, +155721,40,Waste Management Columbia Ridge LFGTE,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,12.8,0,6.0375,20,0.04,0.06,7.212,23,existing_generator, +1115699,35,Proposed,NV_N,Central_PV,Solar,18.45999908,202285.23,0,20,0,0.02,NULL,23,NULL, +156300,19,Tulare 1 and 2,CA_SCE_VLY,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191182935,49,Proposed,WY_SE,Wind,Wind,15900,48658.02375,0,30,0.05,0.006,NULL,23,NULL, +1118785,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.960000038,53783.49806,0,20,0.06,0,NULL,23,NULL, +1103806,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.620000005,73208.79111,0,20,0.06,0,NULL,23,NULL, +1191183280,41,Proposed,UT_N,Wind,Wind,150,60926.34639,0,30,0.05,0.006,NULL,23,NULL, +1104937,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,51.06999969,45559.70139,0,20,0.06,0,NULL,23,NULL, +1115683,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,37.04000092,85556.32764,0,20,0.06,0,NULL,23,NULL, +1191209668,49,Proposed,WY_SE,Coal_Steam_Turbine,Coal,NULL,72469.68319,4.166232,40,0.06,0.1,9,23,NULL, +1106420,7,Proposed,AZ_SE,Central_PV,Solar,93.13999939,57615.01819,0,20,0,0.02,NULL,23,NULL, +1109105,15,Proposed,CA_PGE_S,Central_PV,Solar,6.889999866,41821.88514,0,20,0,0.02,NULL,23,NULL, +1114390,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,32.22999954,47930.86819,0,20,0.06,0,NULL,23,NULL, +156395,16,EAFB - South Base,CA_SCE_CEN,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1100322,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,65.13999939,121892.295,0,20,0.06,0,NULL,23,NULL, +154638,27,Lower Malad,ID_S_OR_E,Hydro_NonPumped,Water,13.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156864,12,"CoreSite Real Estate 2972 Stender, L.P.",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,12,0,33.579,20,0.04,0.06,8.848,23,existing_generator, +1107711,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,5.679999828,83718.99375,0,20,0.06,0,NULL,23,NULL, +156628,18,"Blythe Solar II, LLC",CA_SCE_SE,Central_PV,Solar,131.2,0,0,20,0,0,NULL,23,existing_generator, +1112653,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,49.72999954,58291.09556,0,20,0.06,0,NULL,23,NULL, +1108710,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,15.06000042,39557.33681,0,20,0.06,0,NULL,23,NULL, +154370,36,Hoover Dam (NV),NV_S,Hydro_NonPumped,Water,1039.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +155469,14,Goose Haven Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,0,6.0375,40,0.04,0.06,6.809,23,existing_generator, +1110531,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.450000048,72116.00361,0,20,0.06,0,NULL,23,NULL, +1112095,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,20.84000015,56498.68444,0,20,0.06,0,NULL,23,NULL, +1113530,3,Proposed,AZ_APS_SW,Central_PV,Solar,38.5,47376.86625,0,20,0,0.02,NULL,23,NULL, +1191185325,25,Proposed,CO_SW,Wind,Wind,30,67794.00264,0,30,0.05,0.006,NULL,23,NULL, +1191184485,27,Proposed,ID_S_OR_E,Wind,Wind,30,140876.61,0,30,0.05,0.006,NULL,23,NULL, +1105162,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,6.980000019,51156.70444,0,20,0.06,0,NULL,23,NULL, +1107245,35,Proposed,NV_N,Central_PV,Solar,23.55999947,140957.5125,0,20,0,0.02,NULL,23,NULL, +1191209416,9,Proposed,CAN_BC,Geothermal,Geothermal,16,50684.44931,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1114805,4,Proposed,AZ_NM_N,Central_PV,Solar,12.47000027,82575.13277,0,20,0,0.02,NULL,23,NULL, +77457,14,LassenNorth: 572,CA_PGE_N,Wind,Wind,88,105772.8,0,30,0.05,0.006,NULL,23,NULL, +1108397,33,Proposed,NM_N,Central_PV,Solar,1.399999976,45377.72736,0,20,0,0.02,NULL,23,NULL, +1111699,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,2.910000086,61161.56361,0,20,0.06,0,NULL,23,NULL, +156923,38,Colton Solar,OR_PDX,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1116603,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,9.460000038,97424.7225,0,20,0.06,0,NULL,23,NULL, +1191209197,13,Proposed,CA_PGE_CEN,Bio_Gas,Bio_Gas,NULL,80604.00223,16.0398,20,0.11,0.04,13.5,23,NULL, +1110106,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,57.97999954,50293.82306,0,20,0.06,0,NULL,23,NULL, +1000577,20,Proposed,CA_SDGE,Commercial_PV,Solar,110.8040009,0,0,20,0,0.02,NULL,23,NULL, +1111778,35,Proposed,NV_N,Central_PV,Solar,19.98999977,110603.9813,0,20,0,0.02,NULL,23,NULL, +155316,17,Biola University,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,2.2,0,33.579,29,0.04,0.06,11.366,23,existing_generator, +1115328,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,36.79000092,65180.24625,0,20,0.06,0,NULL,23,NULL, +155482,12,Los Esteros Critical Energy Center,CA_PGE_BAY,CCGT,Gas,306.1,0,5.9409,40,0.04,0.06,11.157,23,existing_generator, +156627,16,"Kingbird B Solar, LLC",CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1112699,4,Proposed,AZ_NM_N,Central_PV,Solar,135.9199982,60256.665,0,20,0,0.02,NULL,23,NULL, +154458,16,Bishop Creek 5,CA_SCE_CEN,Hydro_NonPumped,Water,4.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117423,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,8.899999619,72878.42194,0,20,0.06,0,NULL,23,NULL, +157895,9,Miller_Creek,CAN_BC,Hydro_NonPumped,Water,32.5,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191210078,28,Proposed,MEX_BAJA,Geothermal,Geothermal,28.79999924,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156232,13,Bear Creek Solar,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1110505,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,5.75,52933.54069,0,20,0.06,0,NULL,23,NULL, +1112644,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.399999976,45061.00389,0,20,0.06,0,NULL,23,NULL, +1106635,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,3.75999999,62247.70986,0,20,0.06,0,NULL,23,NULL, +1103881,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,46.34000015,42945.21861,0,20,0.06,0,NULL,23,NULL, +1191209218,15,Proposed,CA_PGE_S,Bio_Gas,Bio_Gas,NULL,77646.11306,16.0398,20,0.11,0.04,13.5,23,NULL, +156546,24,Sunnyside Ranch Community Solar Array,CO_NW,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1101725,27,Proposed,ID_S_OR_E,Central_PV,Solar,244.5099945,44559.28764,0,20,0,0.02,NULL,23,NULL, +1105470,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,20.70999908,49414.88569,0,20,0.06,0,NULL,23,NULL, +1112683,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,103.5599976,105724.2285,0,20,0.06,0,NULL,23,NULL, +156509,14,Putah Creek Solar Farm,CA_PGE_N,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +155792,12,Marsh Landing Generating Station,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,828,0,6.0375,40,0.04,0.06,10.857,23,existing_generator, +155524,17,Malburg,CA_SCE_S,CCGT,Gas,130,0,5.9409,40,0.04,0.06,11.305,23,existing_generator, +154661,16,Alamo,CA_SCE_CEN,Hydro_NonPumped,Water,19.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109222,2,Proposed,AZ_APS_N,Central_PV,Solar,15.61999989,82196.81736,0,20,0,0.02,NULL,23,NULL, +1111782,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,69.94000244,48357.83736,0,20,0.06,0,NULL,23,NULL, +154415,14,Pit 3,CA_PGE_N,Hydro_NonPumped,Water,80.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209591,22,Proposed,CO_DEN,Coal_IGCC,Coal,NULL,69511.67139,7.3442565,40,0.08,0.12,7.95,23,NULL, +1191183926,27,Proposed,ID_S_OR_E,Wind,Wind,90,44342.17819,0,30,0.05,0.006,NULL,23,NULL, +1108290,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,7.570000172,70462.455,0,20,0.06,0,NULL,23,NULL, +1112530,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,29.85000038,64430.02556,0,20,0.06,0,NULL,23,NULL, +1191182403,32,Proposed,MT_SW,Wind,Wind,30,48561.06056,0,30,0.05,0.006,NULL,23,NULL, +1191182522,36,Proposed,NV_S,Wind,Wind,180,116246.5061,0,30,0.05,0.006,NULL,23,NULL, +1117293,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,46.41999817,70500.61389,0,20,0.06,0,NULL,23,NULL, +1112357,30,Proposed,MT_NW,Central_PV,Solar,3.650000095,41000.29931,0,20,0,0.02,NULL,23,NULL, +1113119,2,Proposed,AZ_APS_N,Central_PV,Solar,19.59000015,83037.71848,0,20,0,0.02,NULL,23,NULL, +158079,8,Wind_EP_Can_21,CAN_ALB,Wind,Wind,0.7,0,0,30,0.05,0.006,NULL,23,existing_generator, +1116171,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,14.53999996,53229.015,0,20,0.06,0,NULL,23,NULL, +1191209603,34,Proposed,NM_S_TX_EPE,Coal_IGCC,Coal,NULL,70990.73625,7.3442565,40,0.08,0.12,7.95,23,NULL, +1111746,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,68.47000122,54831.73069,0,20,0.06,0,NULL,23,NULL, +1118865,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,13.27000046,100028.0925,0,20,0.06,0,NULL,23,NULL, +1191185413,22,Proposed,CO_DEN,Wind,Wind,30,39782.05444,0,30,0.05,0.006,NULL,23,NULL, +1102919,35,Proposed,NV_N,Central_PV,Solar,2.029999971,63196.32375,0,20,0,0.02,NULL,23,NULL, +156804,15,Bakersfield Industrial PV 1,CA_PGE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191209259,42,Proposed,UT_S,Geothermal,Geothermal,10,39463.515,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1115120,35,Proposed,NV_N,Central_PV,Solar,12.78999996,173570.88,0,20,0,0.02,NULL,23,NULL, +155124,15,Chalk Cliff Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,0,6.0375,40,0.04,0.06,6.833,23,existing_generator, +155649,44,Main Canal Headworks,WA_N_CEN,Hydro_NonPumped,Water,26.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001788,35,Proposed,NV_N,Residential_PV,Solar,30.60199928,0,0,20,0,0.02,NULL,23,NULL, +1191182641,39,Proposed,OR_W,Wind,Wind,30,65911.14694,0,30,0.05,0.006,NULL,23,NULL, +155634,47,Wygen III,WY_NE,Coal_Steam_Turbine,Coal,116,0,5.2164,40,0.04,0.06,11.876,23,existing_generator, +1110860,33,Proposed,NM_N,Central_PV,Solar,1.379999995,83204.84402,0,20,0,0.02,NULL,23,NULL, +1191209323,35,Proposed,NV_N,Geothermal,Geothermal,8,133997.4825,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210485,4,Proposed,AZ_NM_N,Gas_Combustion_Turbine_Cogen,Gas,6,0,33.5769,20,0.03,0.05,5.41316,23,NULL, +156171,35,"Patua Acquisition Project, LLC",NV_N,Central_PV,Solar,10.6,0,0,20,0,0,NULL,23,existing_generator, +1000831,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,20.90329933,0,0,20,0,0.02,NULL,23,NULL, +155682,32,Dave Gates Generating Station,MT_SW,Gas_Combustion_Turbine,Gas,203.1,0,6.0375,40,0.04,0.06,11.275,23,existing_generator, +1100965,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,128.0500031,42845.84514,0,20,0.06,0,NULL,23,NULL, +155372,27,Amalgamated Sugar LLC Nampa,ID_S_OR_E,Gas_Steam_Turbine,Gas,8.2,0,6.0375,60,0.04,0.06,11.407,23,existing_generator, +155955,12,City of Palo Alto,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,4.4,0,33.579,20,0.04,0.06,12.248,23,existing_generator, +157871,9,Eagle_Lake,CAN_BC,Hydro_NonPumped,Water,0.2,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1104915,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,17.85000038,86431.51986,0,20,0.06,0,NULL,23,NULL, +1102267,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,304.3500061," 127,091.79 ",0,20,0.06,0,NULL,23,NULL, +1104551,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.789999962,112703.8238,0,20,0,0.02,NULL,23,NULL, +1108281,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,59.97000122,56379.50514,0,20,0.06,0,NULL,23,NULL, +1117847,4,Proposed,AZ_NM_N,Central_PV,Solar,3.769999981,143098.41,0,20,0,0.02,NULL,23,NULL, +155020,26,Birch Creek Power,ID_E,Hydro_NonPumped,Water,2.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +156424,13,Hollister Solar LLC,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1114011,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,42.52999878,125152.545,0,20,0.06,0,NULL,23,NULL, +1118812,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,8.550000191,72476.565,0,20,0.06,0,NULL,23,NULL, +1191210497,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,234,0,33.5769,20,0.03,0.05,4.74615,23,NULL, +1191183285,41,Proposed,UT_N,Wind,Wind,60,82040.32348,0,30,0.05,0.006,NULL,23,NULL, +1111785,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,6.289999962,70718.68556,0,20,0.06,0,NULL,23,NULL, +155347,46,Ferndale Generating Station,WA_W,CCGT,Gas,285.5,0,5.9409,40,0.04,0.06,15.153,23,existing_generator, +155694,7,Coolidge Generation Station,AZ_SE,Gas_Combustion_Turbine,Gas,726,0,6.0375,40,0.04,0.06,11.07,23,existing_generator, +1113060,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,51.95999908,72768.53944,0,20,0.06,0,NULL,23,NULL, +1191209307,35,Proposed,NV_N,Geothermal,Geothermal,8,45278.47181,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110334,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,12.56999969,40243.68264,0,20,0.06,0,NULL,23,NULL, +157972,8,BAT_#4_4,CAN_ALB,Coal_Steam_Turbine,Coal,158.5,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +1191182575,36,Proposed,NV_S,Wind,Wind,30,142960.755,0,30,0.05,0.006,NULL,23,NULL, +1115659,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,20.31999969,43984.395,0,20,0.06,0,NULL,23,NULL, +156090,23,Western Sugar Coop- Ft Morgan,CO_E,Coal_Steam_Turbine,Coal,3,0,5.2164,40,0.04,0.06,9.593,23,existing_generator, +1110527,35,Proposed,NV_N,Central_PV,Solar,39.02999878,109792.296,0,20,0,0.02,NULL,23,NULL, +1191185508,43,Proposed,WA_ID_AVA,Wind,Wind,30,64427.61056,0,30,0.05,0.006,NULL,23,NULL, +1102613,14,Proposed,CA_PGE_N,Central_PV,Solar,68.87999725,52456.69611,0,20,0,0.02,NULL,23,NULL, +1104959,2,Proposed,AZ_APS_N,Central_PV,Solar,4.869999886,57118.24986,0,20,0,0.02,NULL,23,NULL, +154766,46,Upper Baker,WA_W,Hydro_NonPumped,Water,104.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +154488,17,Grayson,CA_SCE_S,Gas_Steam_Turbine,Gas,100,0,6.0375,60,0.04,0.06,11.669,23,existing_generator, +1113538,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,4.059999943,70751.17014,0,20,0.06,0,NULL,23,NULL, +1107792,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,6.28000021,67054.89,0,20,0.06,0,NULL,23,NULL, +1191185677,39,Proposed,OR_W,Offshore_Wind,Wind,30,72612.77194,0,30,0.05,0.006,NULL,23,NULL, +156042,43,Fighting Creek LFGTE Plant,WA_ID_AVA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,13.895,23,existing_generator, +1119074,9,Proposed,CAN_BC,Central_PV,Solar,23.11000061,101463.81,0,20,0,0.02,NULL,23,NULL, +154775,44,Wanapum,WA_N_CEN,Hydro_NonPumped,Water,1098,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104893,7,Proposed,AZ_SE,Central_PV,Solar,9.479999542,52306.96611,0,20,0,0.02,NULL,23,NULL, +1106164,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.659999967,101820.9847,0,20,0.06,0,NULL,23,NULL, +155525,17,Magnolia Power Project,CA_SCE_S,CCGT,Gas,387.6,0,5.9409,40,0.04,0.06,16.289,23,existing_generator, +1001917,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,9.199199677,0,0,20,0,0.02,NULL,23,NULL, +1001918,23,Proposed,CO_E,Residential_PV,Solar,47.29399872,0,0,20,0,0.02,NULL,23,NULL, +154708,39,Slide Creek,OR_W,Hydro_NonPumped,Water,18,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107805,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,6.340000153,46962.33056,0,20,0.06,0,NULL,23,NULL, +1117463,33,Proposed,NM_N,Central_PV,Solar,5,87057.60861,0,20,0,0.02,NULL,23,NULL, +156929,31,"Stillwater Wind, LLC",MT_SE,Wind,Wind,80,0,0,20,0,0,NULL,23,existing_generator, +1106013,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.809999943,56086.20056,0,20,0.06,0,NULL,23,NULL, +1191210510,22,Proposed,CO_DEN,CCGT_Cogen,Gas,33,0,4.1213235,20,0.04,0.06,7.1637,23,NULL, +1104840,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,5.840000153,139712.58,0,20,0.06,0,NULL,23,NULL, +1118869,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,6.210000038,71385.58875,0,20,0.06,0,NULL,23,NULL, +1104075,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1650.280029,47499.18694,0,20,0.06,0,NULL,23,NULL, +155127,14,Humboldt Sawmill Company,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,32.5,0,13.35495,20,0.04,0.06,13.688,23,existing_generator, +1115426,14,Proposed,CA_PGE_N,Central_PV,Solar,2.579999924,48441.40014,0,20,0,0.02,NULL,23,NULL, +1111335,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,4.400000095,109473.6386,0,20,0.06,0,NULL,23,NULL, +1191209599,30,Proposed,MT_NW,Coal_IGCC,Coal,NULL,70990.73625,7.3442565,40,0.08,0.12,7.95,23,NULL, +1109163,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,27.36000061,53317.52569,0,20,0.06,0,NULL,23,NULL, +1111715,4,Proposed,AZ_NM_N,Central_PV,Solar,57.34999847,51484.30014,0,20,0,0.02,NULL,23,NULL, +1191182551,36,Proposed,NV_S,Wind,Wind,300,143969.0175,0,30,0.05,0.006,NULL,23,NULL, +1191184010,38,Proposed,OR_PDX,Wind,Wind,30,62938.15931,0,30,0.05,0.006,NULL,23,NULL, +1191184952,36,Proposed,NV_S,Wind,Wind,180,96295.71,0,30,0.05,0.006,NULL,23,NULL, +155117,16,Coso Energy Developers,CA_SCE_CEN,Geothermal,Geothermal,90,0,36.2145,20,0,0,NULL,23,existing_generator, +1100334,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,184.2400055,82193.3175,0,20,0.06,0,NULL,23,NULL, +1112689,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,38.79999924,49397.85806,0,20,0.06,0,NULL,23,NULL, +77521,10,PalmSprings: 1921,CA_IID,Wind,Wind,47,44325.75,0,30,0.05,0.006,NULL,23,NULL, +1114414,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,13.86999989,63312.60694,0,20,0.06,0,NULL,23,NULL, +155065,16,SEGS IX,CA_SCE_CEN,ST,Solar,92,0,0,20,0,0,NULL,23,existing_generator, +1191183324,24,Proposed,CO_NW,Wind,Wind,30,55216.43736,0,30,0.05,0.006,NULL,23,NULL, +1191184224,7,Proposed,AZ_SE,Wind,Wind,60,83866.78986,0,30,0.05,0.006,NULL,23,NULL, +1106423,2,Proposed,AZ_APS_N,Central_PV,Solar,16.87999916,46164.41361,0,20,0,0.02,NULL,23,NULL, +1191183114,36,Proposed,NV_S,Wind,Wind,150,80954.66777,0,30,0.05,0.006,NULL,23,NULL, +155946,21,Aerojet I,CA_SMUD,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1108571,41,Proposed,UT_N,Central_PV,Solar,1.299999952,105543.8299,0,20,0,0.02,NULL,23,NULL, +1191183775,40,Proposed,OR_WA_BPA,Wind,Wind,150,111162.5726,0,30,0.05,0.006,NULL,23,NULL, +1110951,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.159999967,78088.05806,0,20,0.06,0,NULL,23,NULL, +154436,13,West Point PH,CA_PGE_CEN,Hydro_NonPumped,Water,13.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109176,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,8.020000458,42978.5475,0,20,0.06,0,NULL,23,NULL, +155797,16,Alta Wind Energy Center III,CA_SCE_CEN,Wind,Wind,150,0,0,20,0,0,NULL,23,existing_generator, +155731,29,NaturEner Glacier Wind Energy 2,MT_NE,Wind,Wind,103.5,0,0,20,0,0,NULL,23,existing_generator, +1117743,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,35.81000137,83864.25223,0,20,0.06,0,NULL,23,NULL, +156390,13,Enerparc CA1 LLC,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154734,34,Newman,NM_S_TX_EPE,CCGT,Gas,597,0,5.9409,40,0.04,0.06,72.544,23,existing_generator, +1103050,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,6.199999809,58565.19806,0,20,0.06,0,NULL,23,NULL, +154988,42,Huntington,UT_S,Coal_Steam_Turbine,Coal,1037.3,0,5.2164,40,0.04,0.06,11.55,23,existing_generator, +155966,17,North Palm Springs 1A,CA_SCE_S,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +156625,16,AVS Lancaster 1,CA_SCE_CEN,Central_PV,Solar,3.7,0,0,20,0,0,NULL,23,existing_generator, +1191183231,41,Proposed,UT_N,Wind,Wind,30,89525.98389,0,30,0.05,0.006,NULL,23,NULL, +154518,11,Scattergood,CA_LADWP,Gas_Steam_Turbine,Gas,326.4,0,6.0375,65,0.04,0.06,9.759,23,existing_generator, +1116093,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,9.520000458,57015.25389,0,20,0.06,0,NULL,23,NULL, +1106431,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,15.14999962,43624.43736,0,20,0.06,0,NULL,23,NULL, +155585,36,Nevada Solar One,NV_S,ST,Solar,75.7,0,0,20,0,0,NULL,23,existing_generator, +154475,17,AES Redondo Beach LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,821.4,0,6.0375,66,0.04,0.06,11.588,23,existing_generator, +1112705,2,Proposed,AZ_APS_N,Central_PV,Solar,19.75,87888.97236,0,20,0,0.02,NULL,23,NULL, +1000973,11,Proposed,CA_LADWP,Commercial_PV,Solar,42.05319977,0,0,20,0,0.02,NULL,23,NULL, +1105400,10,Proposed,CA_IID,Central_PV,Solar,4.449999809,81945.29889,0,20,0,0.02,NULL,23,NULL, +1113552,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,32.59999847,183413.2125,0,20,0.06,0,NULL,23,NULL, +156792,12,Marin Clean Energy Solar One,CA_PGE_BAY,Central_PV,Solar,10.5,0,0,20,0,0,NULL,23,existing_generator, +1118347,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,26.71999931,50678.41181,0,20,0.06,0,NULL,23,NULL, +157929,9,Tipella_Creek,CAN_BC,Hydro_NonPumped,Water,16.6,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1108703,4,Proposed,AZ_NM_N,Central_PV,Solar,3.24000001,124406.31,0,20,0,0.02,NULL,23,NULL, +1191185090,23,Proposed,CO_E,Wind,Wind,30,62085.30111,0,30,0.05,0.006,NULL,23,NULL, +1107285,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.300000191,65462.43806,0,20,0.06,0,NULL,23,NULL, +1191209506,37,Proposed,OR_E,CCGT,Gas,NULL," 76,906.52 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1191185397,22,Proposed,CO_DEN,Wind,Wind,30,39608.77819,0,30,0.05,0.006,NULL,23,NULL, +155110,27,Dietrich Drop,ID_S_OR_E,Hydro_NonPumped,Water,4.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105448,36,Proposed,NV_S,Central_PV,Solar,4.059999943,44490.94125,0,20,0,0.02,NULL,23,NULL, +1110343,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,11.5,47837.04639,0,20,0.06,0,NULL,23,NULL, +77404,14,RoundMountain: 505,CA_PGE_N,Wind,Wind,34,52758.3,0,30,0.05,0.006,NULL,23,NULL, +156125,7,Prairie Fire,AZ_SE,Central_PV,Solar,4.5,0,0,20,0,0,NULL,23,existing_generator, +1191182646,38,Proposed,OR_PDX,Wind,Wind,30,69402.51056,0,30,0.05,0.006,NULL,23,NULL, +156676,7,Red Horse III,AZ_SE,Central_PV,Solar,30,0,0,20,0,0,NULL,23,existing_generator, +1000864,22,Proposed,CO_DEN,Residential_PV,Solar,16.69199944,0,0,20,0,0.02,NULL,23,NULL, +155663,13,CSU Fresno Solar Project,CA_PGE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1101984,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,87.25,59178.24486,0,20,0.06,0,NULL,23,NULL, +155409,15,La Paloma Generating Plant,CA_PGE_S,CCGT,Gas,1200,0,5.9409,40,0.04,0.06,15.612,23,existing_generator, +77447,16,Tehachapi: 560,CA_SCE_CEN,Wind,Wind,98,50891.4,0,30,0.05,0.006,NULL,23,NULL, +1191183930,27,Proposed,ID_S_OR_E,Wind,Wind,90,71683.84125,0,30,0.05,0.006,NULL,23,NULL, +1191185453,43,Proposed,WA_ID_AVA,Wind,Wind,330,39147.63347,0,30,0.05,0.006,NULL,23,NULL, +77500,14,Solano: 1888,CA_PGE_N,Wind,Wind,37,44941.05,0,30,0.05,0.006,NULL,23,NULL, +1111221,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,31.70000076,43844.92875,0,20,0.06,0,NULL,23,NULL, +1103982,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,111.0999985,41843.37486,0,20,0.06,0,NULL,23,NULL, +1106422,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,93.13999939,57615.01819,0,20,0.06,0,NULL,23,NULL, +1191210541,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,247.3999939,0,4.1213235,20,0.04,0.06,5.96191,23,NULL, +1191209739,20,Proposed,CA_SDGE,Battery_Storage,Electricity,NULL,82822.425,0,10,0.02,0.0055,NULL,23,NULL, +1191210094,14,Proposed,CA_PGE_N,Geothermal,Geothermal,110,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155851,27,Cold Springs Windfarm,ID_S_OR_E,Wind,Wind,23,0,0,20,0,0,NULL,23,existing_generator, +1101551,47,Proposed,WY_NE,Central_PV,Solar,3.619999886,82705.77861,0,20,0,0.02,NULL,23,NULL, +1107703,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,6.110000134,45195.88069,0,20,0.06,0,NULL,23,NULL, +156485,20,P Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,9.2,0,6.0375,40,0.04,0.06,11.482,23,existing_generator, +1105355,25,Proposed,CO_SW,Central_PV,Solar,12.92000008,50156.77181,0,20,0,0.02,NULL,23,NULL, +1116033,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,20.62999916,99992.95236,0,20,0.06,0,NULL,23,NULL, +1001349,33,Proposed,NM_N,Commercial_PV,Solar,6.56069994,0,0,20,0,0.02,NULL,23,NULL, +1191183916,27,Proposed,ID_S_OR_E,Wind,Wind,90,49228.5675,0,30,0.05,0.006,NULL,23,NULL, +1191210462,22,Proposed,CO_DEN,CCGT_Cogen,Gas,110.8000031,0,4.1213235,20,0.04,0.06,6.24769,23,NULL, +1107181,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,5.21999979,81362.68014,0,20,0.06,0,NULL,23,NULL, +1000575,20,Proposed,CA_SDGE,Commercial_PV,Solar,24.92420006,0,0,20,0,0.02,NULL,23,NULL, +1102867,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.460000038,54225.92889,0,20,0.06,0,NULL,23,NULL, +155046,26,Mink Creek Hydro,ID_E,Hydro_NonPumped,Water,3.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +156406,23,Sterling PV 3,CO_E,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +1103133,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,4.550000191,66565.61194,0,20,0.06,0,NULL,23,NULL, +1106894,16,Proposed,CA_SCE_CEN,Central_PV,Solar,36.95000076,57681.0675,0,20,0,0.02,NULL,23,NULL, +1117887,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,7.960000038,43308.31764,0,20,0.06,0,NULL,23,NULL, +154942,14,Lake Mendocino,CA_PGE_N,Hydro_NonPumped,Water,3.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156008,21,RE McKenzie 3,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1110065,2,Proposed,AZ_APS_N,Central_PV,Solar,75.48000336,71276.67319,0,20,0,0.02,NULL,23,NULL, +1107291,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,52.93999863," 42,515.47 ",0,20,0.06,0,NULL,23,NULL, +1100399,3,Proposed,AZ_APS_SW,Central_PV,Solar,184.0599976,104022.7478,0,20,0,0.02,NULL,23,NULL, +1191210386,14,Proposed,CA_PGE_N,Gas_Combustion_Turbine_Cogen,Gas,49.5,0,33.5769,20,0.03,0.05,7.93058,23,NULL, +1191210451,11,Proposed,CA_LADWP,Gas_Steam_Turbine_Cogen,Gas,23,0,4.456347,40,0.1288,0.0915,5.6438,23,NULL, +1112661,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,7.159999847,49980.23625,0,20,0.06,0,NULL,23,NULL, +154467,15,Kern River 1,CA_PGE_S,Hydro_NonPumped,Water,26.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +154718,39,Carmen Smith,OR_W,Hydro_NonPumped,Water,114.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +155546,41,Nebo Power Station,UT_N,CCGT,Gas,140,0,5.9409,40,0.04,0.06,11.038,23,existing_generator, +1104504,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,105.9899979,39926.95444,0,20,0.06,0,NULL,23,NULL, +1112728,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,14.93999958,179374.125,0,20,0.06,0,NULL,23,NULL, +156637,33,"Broadview Energy JN, LLC",NM_N,Wind,Wind,181.7,0,0,20,0,0,NULL,23,existing_generator, +157063,15,"CA Flats Solar 150, LLC",CA_PGE_S,Central_PV,Solar,150,0,0,20,0,0,NULL,23,existing_generator, +1101138,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,74.91000366,88621.80223,0,20,0.06,0,NULL,23,NULL, +1110807,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,7.309999943,70376.84514,0,20,0.06,0,NULL,23,NULL, +1118922,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,29.71999931,51790.8825,0,20,0.06,0,NULL,23,NULL, +1191209252,34,Proposed,NM_S_TX_EPE,Geothermal,Geothermal,20,71676.11514,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191182631,39,Proposed,OR_W,Wind,Wind,60,53892.53625,0,30,0.05,0.006,NULL,23,NULL, +1191210109,35,Proposed,NV_N,Geothermal,Geothermal,30,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110739,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,15.07999992,51736.18181,0,20,0.06,0,NULL,23,NULL, +1191184255,48,Proposed,WY_NW,Wind,Wind,60,96964.91027,0,30,0.05,0.006,NULL,23,NULL, +1191210877,8,Proposed,CAN_ALB,Wind,Wind,8814.299805,42903.07875,0,30,0.05,0.006,NULL,23,NULL, +1112993,41,Proposed,UT_N,Central_PV,Solar,51.00999832,126347.97,0,20,0,0.02,NULL,23,NULL, +1191184442,35,Proposed,NV_N,Wind,Wind,30,130699.8,0,30,0.05,0.006,NULL,23,NULL, +1107794,16,Proposed,CA_SCE_CEN,Central_PV,Solar,13.13000011,58629.79931,0,20,0,0.02,NULL,23,NULL, +1116615,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.510000229,72522.32736,0,20,0.06,0,NULL,23,NULL, +1108243,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,9.31000042,48484.02111,0,20,0.06,0,NULL,23,NULL, +155064,16,SEGS VIII,CA_SCE_CEN,ST,Solar,92,0,0,20,0,0,NULL,23,existing_generator, +156893,15,CDCR (CA) - Corcoran State Prison,CA_PGE_S,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156551,3,Gila River Power Block 3,AZ_APS_SW,CCGT,Gas,619,0,5.9409,40,0.04,0.06,8.501,23,existing_generator, +1112618,42,Proposed,UT_S,Central_PV,Solar,2.74000001,85631.55111,0,20,0,0.02,NULL,23,NULL, +1116556,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,18.29000092,122144.6625,0,20,0.06,0,NULL,23,NULL, +1103217,38,Proposed,OR_PDX,CSP_Trough_No_Storage,Solar,47.27999878,49890.2775,0,20,0.06,0,NULL,23,NULL, +1115327,16,Proposed,CA_SCE_CEN,Central_PV,Solar,36.79000092,65180.24625,0,20,0,0.02,NULL,23,NULL, +155522,12,WWTP Power Generation Station,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,6.6,0,6.0375,20,0.04,0.06,7.218,23,existing_generator, +1001849,1,Proposed,AZ_APS_E,Commercial_PV,Solar,9.906399727, - ,0,20,0,0.02,NULL,23,NULL, +1105455,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.900000095,79103.80611,0,20,0.06,0,NULL,23,NULL, +1191185694,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,70973.2275,0,30,0.05,0.006,NULL,23,NULL, +1117918,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,8.800000191,222612.285,0,20,0.06,0,NULL,23,NULL, +155493,22,Rocky Mountain Energy Center,CO_DEN,CCGT,Gas,685.1,0,5.9409,40,0.04,0.06,11.038,23,existing_generator, +158024,8,MedcnHt11,CAN_ALB,Gas_Combustion_Turbine,Gas,45,0,35.25579912,20,0.03,0.05,11.25,23,existing_generator, +158042,8,MACKAYG3,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,35.25579912,20,0.03,0.05,3.951999903,23,existing_generator, +1117500,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,18.12000084,72883.4925,0,20,0.06,0,NULL,23,NULL, +77420,16,SanBernardino_Lucerne: 521,CA_SCE_CEN,Wind,Wind,49,39033.75,0,30,0.05,0.006,NULL,23,NULL, +155389,16,Tehachapi Wind Resource II,CA_SCE_CEN,Wind,Wind,21.9,0,0,20,0,0,NULL,23,existing_generator, +1117132,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,108.7300034,63167.9475,0,20,0.06,0,NULL,23,NULL, +1191209272,35,Proposed,NV_N,Geothermal,Geothermal,8,103584.5385,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1114629,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,7.440000057,74602.9725,0,20,0.06,0,NULL,23,NULL, +1191183783,40,Proposed,OR_WA_BPA,Wind,Wind,60,64081.90236,0,30,0.05,0.006,NULL,23,NULL, +154409,13,Merced Falls,CA_PGE_CEN,Hydro_NonPumped,Water,3.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115907,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,10.31999969,49629.09431,0,20,0.06,0,NULL,23,NULL, +156249,34,Silver City WWTP PV Project,NM_S_TX_EPE,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1106433,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.720000029,50927.88319,0,20,0.06,0,NULL,23,NULL, +154696,27,Oxbow (OR),ID_S_OR_E,Hydro_NonPumped,Water,190,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106404,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,50.40000153,52318.68264,0,20,0.06,0,NULL,23,NULL, +1101778,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,402.0499878,138619.7925,0,20,0.06,0,NULL,23,NULL, +1191209369,9,Proposed,CAN_BC,Geothermal,Geothermal,45,116610.8126,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1108220,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.650000095,67685.205,0,20,0,0.02,NULL,23,NULL, +1107339,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,37.09999847,65861.39889,0,20,0.06,0,NULL,23,NULL, +1112114,41,Proposed,UT_N,Central_PV,Solar,10.90999985,64554.88389,0,20,0,0.02,NULL,23,NULL, +1191185191,23,Proposed,CO_E,Wind,Wind,30,47571.8775,0,30,0.05,0.006,NULL,23,NULL, +1191183911,27,Proposed,ID_S_OR_E,Wind,Wind,150,69775.99125,0,30,0.05,0.006,NULL,23,NULL, +157141,44,Rattlesnake,WA_N_CEN,Wind,Wind,144,0,0,20,0,0,NULL,23,existing_generator, +1000122,40,Proposed,OR_WA_BPA,Residential_PV,Solar,150.2279968,0,0,20,0,0.02,NULL,23,NULL, +156293,16,Western Antelope Blue Sky Ranch A,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191183412,4,Proposed,AZ_NM_N,Wind,Wind,30,94768.46777,0,30,0.05,0.006,NULL,23,NULL, +156613,15,"Cuyama Solar, LLC",CA_PGE_S,Central_PV,Solar,40,0,0,20,0,0,NULL,23,existing_generator, +1000579,5,Proposed,AZ_NW,Commercial_PV,Solar,14.18550014,0,0,20,0,0.02,NULL,23,NULL, +1191183334,24,Proposed,CO_NW,Wind,Wind,270,46250.02819,0,30,0.05,0.006,NULL,23,NULL, +1191210556,13,Proposed,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,3,0,16.0398,20,0.11,0.04,5.31669,23,NULL, +1102950,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,11.71000004,73191.28236,0,20,0.06,0,NULL,23,NULL, +1107606,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,34.47000122,89292.81375,0,20,0.06,0,NULL,23,NULL, +1114388,2,Proposed,AZ_APS_N,Central_PV,Solar,32.22999954,47930.86819,0,20,0,0.02,NULL,23,NULL, +1107305,1,Proposed,AZ_APS_E,Central_PV,Solar,33.83000183," 68,730.66 ",0,20,0,0.02,NULL,23,NULL, +77401,14,RoundMountain: 502,CA_PGE_N,Wind,Wind,64,52758.3,0,30,0.05,0.006,NULL,23,NULL, +1113471,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,50.11000061,71424.59194,0,20,0.06,0,NULL,23,NULL, +156848,10,Valencia 1 Solar CA,CA_IID,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1109003,26,Proposed,ID_E,Central_PV,Solar,17.01000023,141236.445,0,20,0,0.02,NULL,23,NULL, +1106224,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,4.119999886,85097.47764,0,20,0.06,0,NULL,23,NULL, +1001920,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,20.86499977,0,0,20,0,0.02,NULL,23,NULL, +1109528,36,Proposed,NV_S,Central_PV,Solar,58.56999969,173027.505,0,20,0,0.02,NULL,23,NULL, +1112112,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,85.27999878,64876.43736,0,20,0.06,0,NULL,23,NULL, +1100882,25,Proposed,CO_SW,Central_PV,Solar,9,78743.00889,0,20,0,0.02,NULL,23,NULL, +1191210368,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,4.599999905,0,33.5769,20,0.03,0.05,4.61144,23,NULL, +1000172,42,Proposed,UT_S,Residential_PV,Solar,2562.219971,0,0,20,0,0.02,NULL,23,NULL, +1118031,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,1.179999948,60959.06681,0,20,0.06,0,NULL,23,NULL, +1104981,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.589999914,95704.88402,0,20,0.06,0,NULL,23,NULL, +155311,14,Warm Springs Hydro Project,CA_PGE_N,Hydro_NonPumped,Water,2.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +155465,49,Foote Creek IV,WY_SE,Wind,Wind,16.8,0,0,20,0,0,NULL,23,existing_generator, +1105481,3,Proposed,AZ_APS_SW,Central_PV,Solar,219.0700073,40662.5625,0,20,0,0.02,NULL,23,NULL, +155121,14,Roaring Creek Water Power,CA_PGE_N,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1100400,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,184.0599976,104022.7478,0,20,0.06,0,NULL,23,NULL, +155294,14,Aidlin Geothermal Power Plant,CA_PGE_N,Geothermal,Geothermal,25,0,36.2145,20,0,0,NULL,23,existing_generator, +1108148,2,Proposed,AZ_APS_N,Central_PV,Solar,59.22999954,96923.36473,0,20,0,0.02,NULL,23,NULL, +155033,17,El Segundo Cogen,CA_SCE_S,CCGT,Gas,180.1,0,5.9409,40,0.04,0.06,9.104,23,existing_generator, +1100124,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,1723.819946,42265.03764,0,20,0.06,0,NULL,23,NULL, +1191185443,43,Proposed,WA_ID_AVA,Wind,Wind,1290,54681.15639,0,30,0.05,0.006,NULL,23,NULL, +1107235,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,32.04000092,72584.51361,0,20,0.06,0,NULL,23,NULL, +1109209,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,3.559999943,116205.3285,0,20,0.06,0,NULL,23,NULL, +1000000,10,Proposed,CA_IID,Residential_PV,Solar,2996.209961,0,0,20,0,0.02,NULL,23,NULL, +1116598,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,72.87000275,66329.05986,0,20,0.06,0,NULL,23,NULL, +154427,14,Spaulding 1,CA_PGE_N,Hydro_NonPumped,Water,7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108689,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,26.04000092,60316.55889,0,20,0.06,0,NULL,23,NULL, +1118173,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,18.67000008,66824.2575,0,20,0.06,0,NULL,23,NULL, +1191185534,43,Proposed,WA_ID_AVA,Wind,Wind,90,49302.46556,0,30,0.05,0.006,NULL,23,NULL, +1191209537,18,Proposed,CA_SCE_SE,Gas_Combustion_Turbine,Gas,NULL,82822.425,33.5769,20,0.03,0.05,10.39,23,NULL, +156585,14,Potrero Hills Energy Producers,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,8,0,6.0375,20,0.04,0.06,8.147,23,existing_generator, +1191182469,36,Proposed,NV_S,Wind,Wind,60,168063.4725,0,30,0.05,0.006,NULL,23,NULL, +1191185415,22,Proposed,CO_DEN,Wind,Wind,30,40973.85694,0,30,0.05,0.006,NULL,23,NULL, +155384,45,University of Washington Power Plant,WA_SEATAC,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,0,33.579,20,0.04,0.06,9.263,23,existing_generator, +1114863,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.419999957,53418.11139,0,20,0.06,0,NULL,23,NULL, +1191184006,38,Proposed,OR_PDX,Wind,Wind,90,49255.49569,0,30,0.05,0.006,NULL,23,NULL, +156409,19,Porterville 6 and 7,CA_SCE_VLY,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191183298,41,Proposed,UT_N,Wind,Wind,30,43177.66236,0,30,0.05,0.006,NULL,23,NULL, +1001845,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,6.722199917,0,0,20,0,0.02,NULL,23,NULL, +1111347,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,71.63999939,79202.58527,0,20,0.06,0,NULL,23,NULL, +1191185479,43,Proposed,WA_ID_AVA,Wind,Wind,60,59765.93889,0,30,0.05,0.006,NULL,23,NULL, +1114993,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,15.76000023,70194.14944,0,20,0.06,0,NULL,23,NULL, +1118132,49,Proposed,WY_SE,Central_PV,Solar,75.43000031,82996.42764,0,20,0,0.02,NULL,23,NULL, +77520,17,PalmSprings: 1920,CA_SCE_S,Wind,Wind,85,45110.1,0,30,0.05,0.006,NULL,23,NULL, +1104153,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,2.089999914,56688.86569,0,20,0.06,0,NULL,23,NULL, +1118911,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,1.049999952,52796.48944,0,20,0.06,0,NULL,23,NULL, +1111631,13,Proposed,CA_PGE_CEN,Central_PV,Solar,31.67000008,65798.48625,0,20,0,0.02,NULL,23,NULL, +1191185533,43,Proposed,WA_ID_AVA,Wind,Wind,30,69691.10306,0,30,0.05,0.006,NULL,23,NULL, +1112198,35,Proposed,NV_N,Central_PV,Solar,1.360000014,191160.5325,0,20,0,0.02,NULL,23,NULL, +1001632,3,Proposed,AZ_APS_SW,Residential_PV,Solar,45.90299988,0,0,20,0,0.02,NULL,23,NULL, +1102516,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.470000029,57016.81986,0,20,0.06,0,NULL,23,NULL, +1100957,3,Proposed,AZ_APS_SW,Central_PV,Solar,226.9900055,61968.65944,0,20,0,0.02,NULL,23,NULL, +156877,33,Facebook 1 Solar Energy Center,NM_N,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +155589,27,Burley Butte Windpark,ID_S_OR_E,Wind,Wind,21.3,0,0,20,0,0,NULL,23,existing_generator, +1113218,30,Proposed,MT_NW,Central_PV,Solar,53.18000031,46330.32694,0,20,0,0.02,NULL,23,NULL, +1001229,6,Proposed,AZ_PHX,Commercial_PV,Solar,26.9333992,0,0,20,0,0.02,NULL,23,NULL, +1101596,27,Proposed,ID_S_OR_E,Central_PV,Solar,141.0899963,40959.12639,0,20,0,0.02,NULL,23,NULL, +1104064,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.419999957,83174.05277,0,20,0.06,0,NULL,23,NULL, +1111551,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,14.64000034,50746.03181,0,20,0.06,0,NULL,23,NULL, +1106446,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,42.29999924,81154.74486,0,20,0.06,0,NULL,23,NULL, +1191183915,27,Proposed,ID_S_OR_E,Wind,Wind,540,45368.55319,0,30,0.05,0.006,NULL,23,NULL, +1103697,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,205.9799957,50663.55861,0,20,0.06,0,NULL,23,NULL, +1100955,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,343.1300049,45907.9425,0,20,0.06,0,NULL,23,NULL, +1113964,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.819999933,70684.99819,0,20,0.06,0,NULL,23,NULL, +154874,35,Verdi,NV_N,Hydro_NonPumped,Water,2.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1111226,13,Proposed,CA_PGE_CEN,Central_PV,Solar,8.159999847,87261.07236,0,20,0,0.02,NULL,23,NULL, +155688,40,Threemile Canyon,OR_WA_BPA,Wind,Wind,9.9,0,0,20,0,0,NULL,23,existing_generator, +1105441,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,36.97999954,59486.76111,0,20,0.06,0,NULL,23,NULL, +1191210841,6,Proposed,AZ_PHX,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +154695,27,Hells Canyon,ID_S_OR_E,Hydro_NonPumped,Water,391.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209721,2,Proposed,AZ_APS_N,Battery_Storage,Electricity,NULL,69511.67139,0,10,0.02,0.0055,NULL,23,NULL, +1000801,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,10.76879978,0,0,20,0,0.02,NULL,23,NULL, +155968,27,Sawtooth Wind Project,ID_S_OR_E,Wind,Wind,22.4,0,0,20,0,0,NULL,23,existing_generator, +1191185428,22,Proposed,CO_DEN,Wind,Wind,30,42874.7025,0,30,0.05,0.006,NULL,23,NULL, +1100826,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,905.6500244,65810.80181,0,20,0.06,0,NULL,23,NULL, +1113098,4,Proposed,AZ_NM_N,Central_PV,Solar,39.59999847,60920.06361,0,20,0,0.02,NULL,23,NULL, +1111299,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.720000029,48560.82,0,20,0.06,0,NULL,23,NULL, +1104853,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.039999962,186105.9375,0,20,0.06,0,NULL,23,NULL, +1191209390,26,Proposed,ID_E,Geothermal,Geothermal,10,44066.14181,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156228,3,Gillespie 1,AZ_APS_SW,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +1191209329,14,Proposed,CA_PGE_N,Geothermal,Geothermal,8,135628.815,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154635,27,C J Strike,ID_S_OR_E,Hydro_NonPumped,Water,82.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +156618,27,Grand View Solar Two,ID_S_OR_E,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +155732,16,Ivanpah 2,CA_SCE_CEN,ST,Solar,133.4,0,0,20,0,0,NULL,23,existing_generator, +154476,17,AES Redondo Beach LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,821.4,0,6.0375,63,0.04,0.06,11.588,23,existing_generator, +1191183753,43,Proposed,WA_ID_AVA,Wind,Wind,30,49526.33889,0,30,0.05,0.006,NULL,23,NULL, +1191185495,30,Proposed,MT_NW,Wind,Wind,60,88081.44598,0,30,0.05,0.006,NULL,23,NULL, +1000088,4,Proposed,AZ_NM_N,Residential_PV,Solar,54.24900055,0,0,20,0,0.02,NULL,23,NULL, +155715,18,SunEdison Ironwood State Prison,CA_SCE_SE,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191185363,22,Proposed,CO_DEN,Wind,Wind,120,37981.54931,0,30,0.05,0.006,NULL,23,NULL, +156787,20,Lindberg Field Solar 2,CA_SDGE,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +156334,7,Cogenra - TEP,AZ_SE,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1107491,21,Proposed,CA_SMUD,Central_PV,Solar,11.52999973,52673.20181,0,20,0,0.02,NULL,23,NULL, +1001221,23,Proposed,CO_E,Commercial_PV,Solar,12.1590004,0,0,20,0,0.02,NULL,23,NULL, +1191209370,14,Proposed,CA_PGE_N,Geothermal,Geothermal,8,147125.4225,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1107776,1,Proposed,AZ_APS_E,Central_PV,Solar,17.51000023," 92,284.88 ",0,20,0,0.02,NULL,23,NULL, +1191209644,25,Proposed,CO_SW,Coal_Steam_Turbine,Coal,NULL,69511.67139,4.166232,40,0.06,0.1,9,23,NULL, +1118707,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,20.53000069,138122.3025,0,20,0.06,0,NULL,23,NULL, +1191183904,43,Proposed,WA_ID_AVA,Wind,Wind,30,92884.88098,0,30,0.05,0.006,NULL,23,NULL, +1117785,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,48.91999817,69408.91125,0,20,0.06,0,NULL,23,NULL, +1191210595,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,33.5769,20,0.03,0.05,3.952,23,NULL, +155173,17,AltaGas Pomona Energy Inc.,CA_SCE_S,Battery_Storage,Electricity,20,0,0,10,0.02,0.0055,NULL,23,existing_generator, +154817,46,Whitehorn,WA_W,Gas_Combustion_Turbine,Gas,169.2,0,6.0375,40,0.04,0.06,10.084,23,existing_generator, +155964,34,SPS4 Monument,NM_S_TX_EPE,Central_PV,Solar,10.1,0,0,20,0,0,NULL,23,existing_generator, +1113114,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,10.85000038,54099.25931,0,20,0.06,0,NULL,23,NULL, +155134,43,Sheep Creek Hydro,WA_ID_AVA,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104058,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.170000076,66104.22431,0,20,0.06,0,NULL,23,NULL, +1113011,24,Proposed,CO_NW,Central_PV,Solar,12.05000019,68165.06361,0,20,0,0.02,NULL,23,NULL, +1117031,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.809999943,71370.13181,0,20,0,0.02,NULL,23,NULL, +156151,38,Port Westward Unit 2,OR_PDX,Gas_Internal_Combustion_Engine,Gas,225.6,0,33.579,20,0.04,0.06,11.718,23,existing_generator, +1191210388,13,Proposed,CA_PGE_CEN,CCGT_Cogen,Gas,36.20000076,0,4.1213235,20,0.04,0.06,9.99772,23,NULL, +1107780,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,15.84000015,78089.025,0,20,0.06,0,NULL,23,NULL, +1191209251,10,Proposed,CA_IID,Geothermal,Geothermal,49.90000153,76974.98361,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209301,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,96115.7925,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209186,19,Proposed,CA_SCE_VLY,Bio_Gas,Bio_Gas,NULL,77646.11306,16.0398,20,0.11,0.04,13.5,23,NULL, +1001006,11,Proposed,CA_LADWP,Residential_PV,Solar,724.7109985,0,0,20,0,0.02,NULL,23,NULL, +1114802,42,Proposed,UT_S,Central_PV,Solar,21.85000038,203064.0675,0,20,0,0.02,NULL,23,NULL, +1191184216,7,Proposed,AZ_SE,Wind,Wind,30,99080.08236,0,30,0.05,0.006,NULL,23,NULL, +77344,16,Tehachapi: 12,CA_SCE_CEN,Wind,Wind,64,86801.4,0,30,0.05,0.006,NULL,23,NULL, +77490,16,MountainPass: 1555,CA_SCE_CEN,Wind,Wind,60,43470,0,30,0.05,0.006,NULL,23,NULL, +156019,16,Pinyon Pine II,CA_SCE_CEN,Wind,Wind,132,0,0,20,0,0,NULL,23,existing_generator, +1110929,36,Proposed,NV_S,Central_PV,Solar,16.07999992,53866.45236,0,20,0,0.02,NULL,23,NULL, +1118566,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,14.72999954,67604.06194,0,20,0.06,0,NULL,23,NULL, +1105503,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,26.56999969,62948.42306,0,20,0.06,0,NULL,23,NULL, +156960,22,Oak Leaf Solar XXV LLC (CSG),CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154965,10,Rockwood,CA_IID,Gas_Combustion_Turbine,Gas,24.9,0,6.0375,40,0.04,0.06,11.003,23,existing_generator, +156456,42,"Enterprise Solar, LLC",UT_S,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +1118736,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,42.91999817,46391.78681,0,20,0.06,0,NULL,23,NULL, +1108708,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.809999943,53072.40319,0,20,0.06,0,NULL,23,NULL, +154338,11,Venice Hydro,CA_LADWP,Hydro_NonPumped,Water,10.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155853,15,California Valley Solar Ranch,CA_PGE_S,Central_PV,Solar,249.8,0,0,20,0,0,NULL,23,existing_generator, +1191209572,3,Proposed,AZ_APS_SW,Coal_IGCC,Coal,NULL,69511.67139,7.3442565,40,0.08,0.12,7.95,23,NULL, +1001353,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,546.9550171,0,0,20,0,0.02,NULL,23,NULL, +1000420,38,Proposed,OR_PDX,Residential_PV,Solar,30.60199928,0,0,20,0,0.02,NULL,23,NULL, +1112561,17,Proposed,CA_SCE_S,Central_PV,Solar,2.119999886,55444.17375,0,20,0,0.02,NULL,23,NULL, +1191183122,5,Proposed,AZ_NW,Wind,Wind,30,97078.29264,0,30,0.05,0.006,NULL,23,NULL, +154612,14,Camp Far West,CA_PGE_N,Hydro_NonPumped,Water,7.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191210069,42,Proposed,UT_S,Geothermal,Geothermal,38.09999847,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1113117,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.190000057,45682.38056,0,20,0.06,0,NULL,23,NULL, +1115756,35,Proposed,NV_N,Central_PV,Solar,60.43000031,73954.42236,0,20,0,0.02,NULL,23,NULL, +156309,15,ABEC Bidart-Old River LLC,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2,0,6.0375,20,0.04,0.06,11.427,23,existing_generator, +1191185669,28,Proposed,MEX_BAJA,Offshore_Wind,Wind,60,74154.99,0,30,0.05,0.006,NULL,23,NULL, +1191184330,35,Proposed,NV_N,Wind,Wind,30,59522.14181,0,30,0.05,0.006,NULL,23,NULL, +1191209254,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,26,81791.82375,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209355,35,Proposed,NV_N,Geothermal,Geothermal,12,87120.04014,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1107668,2,Proposed,AZ_APS_N,Central_PV,Solar,7.769999981,93317.28861,0,20,0,0.02,NULL,23,NULL, +1108575,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,396.6400146,40999.69556,0,20,0.06,0,NULL,23,NULL, +155473,46,Chehalis Generating Facility,WA_W,CCGT,Gas,698,0,5.9409,40,0.04,0.06,10.627,23,existing_generator, +156057,14,Butte College Main Campus Solar,CA_PGE_N,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +154987,6,Santan,AZ_PHX,CCGT,Gas,1326,0,5.9409,40,0.04,0.06,8.7,23,existing_generator, +1114192,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,4.449999809,56871.91986,0,20,0.06,0,NULL,23,NULL, +1116986,33,Proposed,NM_N,Central_PV,Solar,39.58000183,82963.09875,0,20,0,0.02,NULL,23,NULL, +1102754,1,Proposed,AZ_APS_E,Central_PV,Solar,1795.140015," 49,986.03 ",0,20,0,0.02,NULL,23,NULL, +1191184028,46,Proposed,WA_W,Wind,Wind,60,45573.82819,0,30,0.05,0.006,NULL,23,NULL, +155800,16,Alpine Solar,CA_SCE_CEN,Central_PV,Solar,66,0,0,20,0,0,NULL,23,existing_generator, +1191210456,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,17.60000038,0,33.5769,20,0.03,0.05,5.01383,23,NULL, +1191183818,40,Proposed,OR_WA_BPA,Wind,Wind,30,170373.42,0,30,0.05,0.006,NULL,23,NULL, +1191185396,22,Proposed,CO_DEN,Wind,Wind,30,44818.7775,0,30,0.05,0.006,NULL,23,NULL, +1116119,2,Proposed,AZ_APS_N,Central_PV,Solar,17.25,72005.88056,0,20,0,0.02,NULL,23,NULL, +1112741,2,Proposed,AZ_APS_N,Central_PV,Solar,93.95999908,85946.95389,0,20,0,0.02,NULL,23,NULL, +156458,42,"Escalante Solar II, LLC",UT_S,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +155048,33,Southside Water Reclamation Plant,NM_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,0,6.0375,20,0.04,0.06,33.712,23,existing_generator, +1115271,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,119.1299973,98468.72889,0,20,0.06,0,NULL,23,NULL, +1108256,35,Proposed,NV_N,Central_PV,Solar,3.380000114,89086.935,0,20,0,0.02,NULL,23,NULL, +1113958,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.429999948,62395.62861,0,20,0.06,0,NULL,23,NULL, +1116164,3,Proposed,AZ_APS_SW,Central_PV,Solar,18.65999985,62058.255,0,20,0,0.02,NULL,23,NULL, +1191185471,43,Proposed,WA_ID_AVA,Wind,Wind,30,60654.41361,0,30,0.05,0.006,NULL,23,NULL, +156091,16,PRC-Desoto Intl/PPG Aerospace,CA_SCE_CEN,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.5,0,33.579,20,0.04,0.06,9.169,23,existing_generator, +1191185285,25,Proposed,CO_SW,Wind,Wind,90,57373.03236,0,30,0.05,0.006,NULL,23,NULL, +156686,27,"Grove Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,6,0,0,20,0,0,NULL,23,existing_generator, +1100331,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,178.5399933,100107.1838,0,20,0.06,0,NULL,23,NULL, +158076,8,Wind_EP_Can_18,CAN_ALB,Wind,Wind,1.8,0,0,30,0.05,0.006,NULL,23,existing_generator, +154968,46,Snoqualmie 2,WA_W,Hydro_NonPumped,Water,38.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109200,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,15.43999958,86111.17389,0,20,0.06,0,NULL,23,NULL, +156386,16,Division 2,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1111083,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,2.420000076,57491.12681,0,20,0.06,0,NULL,23,NULL, +1191185082,23,Proposed,CO_E,Wind,Wind,1410,63746.70319,0,30,0.05,0.006,NULL,23,NULL, +1104518,35,Proposed,NV_N,Central_PV,Solar,30.13999939,138720.015,0,20,0,0.02,NULL,23,NULL, +1191209240,35,Proposed,NV_N,Geothermal,Geothermal,30,106374.1088,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210471,17,Proposed,CA_SCE_S,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,35.59999847,0,16.844625,40,0.1288,0.0915,18.0437,23,NULL, +155487,33,Valencia Energy Facility,NM_N,Gas_Combustion_Turbine,Gas,159.5,0,6.0375,40,0.04,0.06,10.299,23,existing_generator, +1107735,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.529999971,106005.0949,0,20,0.06,0,NULL,23,NULL, +1112735,10,Proposed,CA_IID,Central_PV,Solar,5.75,55313.16,0,20,0,0.02,NULL,23,NULL, +155115,16,Coso Finance Partners,CA_SCE_CEN,Geothermal,Geothermal,92.2,0,36.2145,20,0,0,NULL,23,existing_generator, +1191209298,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,100295.799,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1001088,38,Proposed,OR_PDX,Residential_PV,Solar,47.29399872,0,0,20,0,0.02,NULL,23,NULL, +156606,22,SR Jenkins Ft Lupton,CO_DEN,Central_PV,Solar,13,0,0,20,0,0,NULL,23,existing_generator, +156373,15,Woodmere Solar Farm,CA_PGE_S,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +1112861,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,4.820000172,93121.1925,0,20,0,0.02,NULL,23,NULL, +1191209754,35,Proposed,NV_N,Battery_Storage,Electricity,NULL,77646.11306,0,10,0.02,0.0055,NULL,23,NULL, +1000835,6,Proposed,AZ_PHX,Commercial_PV,Solar,1635.119995,0,0,20,0,0.02,NULL,23,NULL, +155562,16,ZCO,CA_SCE_CEN,Wind,Wind,1.6,0,0,20,0,0,NULL,23,existing_generator, +156329,25,South Canal Hydro-1,CO_SW,Hydro_NonPumped,Water,4,0,0,200,0.05,0.05,NULL,23,existing_generator, +156978,12,Preferred Freezer San Leandro,CA_PGE_BAY,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1106856,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,13.77999973,116644.7453,0,20,0.06,0,NULL,23,NULL, +155327,36,Nevada Cogen Assoc#1 GarnetVly,NV_S,CCGT,Gas,94.8,0,5.9409,31,0.04,0.06,12.005,23,existing_generator, +154640,32,Salmon Diesel,MT_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5,0,33.579,20,0.04,0.06,11.522,23,existing_generator, +1001400,33,Proposed,NM_N,Residential_PV,Solar,344.9679871,0,0,20,0,0.02,NULL,23,NULL, +1107135,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,10.75,56645.27306,0,20,0.06,0,NULL,23,NULL, +1106362,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,107.8099976,52905.52764,0,20,0.06,0,NULL,23,NULL, +155983,5,Kingman 1,AZ_NW,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +77506,14,Solano: 1906,CA_PGE_N,Wind,Wind,32,44941.05,0,30,0.05,0.006,NULL,23,NULL, +1191182521,36,Proposed,NV_S,Wind,Wind,60,100047.5351,0,30,0.05,0.006,NULL,23,NULL, +1111326,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,17.05999947,64573.11431,0,20,0.06,0,NULL,23,NULL, +1113144,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,6.880000114,106290.9139,0,20,0.06,0,NULL,23,NULL, +1118262,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,6.360000134,55448.88111,0,20,0.06,0,NULL,23,NULL, +1001405,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,27.17760086,0,0,20,0,0.02,NULL,23,NULL, +157877,9,Furry_Creek,CAN_BC,Hydro_NonPumped,Water,10.4,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191185489,43,Proposed,WA_ID_AVA,Wind,Wind,30,79229.86723,0,30,0.05,0.006,NULL,23,NULL, +155107,27,Koyle Ranch Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,1.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +155640,27,Mountain Home,ID_S_OR_E,Wind,Wind,21,0,0,20,0,0,NULL,23,existing_generator, +77372,16,Tehachapi: 43,CA_SCE_CEN,Wind,Wind,21,86869.65,0,30,0.05,0.006,NULL,23,NULL, +155112,27,Rock Creek II,ID_S_OR_E,Hydro_NonPumped,Water,1.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185297,25,Proposed,CO_SW,Wind,Wind,30,70176.03694,0,30,0.05,0.006,NULL,23,NULL, +154503,16,Cottonwood,CA_SCE_CEN,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +154477,17,AES Redondo Beach LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,821.4,0,6.0375,53,0.04,0.06,11.588,23,existing_generator, +1112216,2,Proposed,AZ_APS_N,Central_PV,Solar,119.3499985,84206.82375,0,20,0,0.02,NULL,23,NULL, +154486,17,Grayson,CA_SCE_S,Gas_Combustion_Turbine,Gas,57.4,0,6.0375,40,0.04,0.06,10.467,23,existing_generator, +1191182613,30,Proposed,MT_NW,Wind,Wind,30,43717.17431,0,30,0.05,0.006,NULL,23,NULL, +1113143,10,Proposed,CA_IID,Central_PV,Solar,6.880000114,106290.9139,0,20,0,0.02,NULL,23,NULL, +157890,9,Mamquam_Hydro,CAN_BC,Hydro_NonPumped,Water,50,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191210572,8,Proposed,CAN_ALB,Coal_Steam_Turbine_Cogen,Coal,46,0,4.166232,40,0.06,0.1,8.74283,23,NULL, +155008,12,Gilroy Power Plant,CA_PGE_BAY,CCGT,Gas,130,0,5.9409,40,0.04,0.06,8.017,23,existing_generator, +1110842,4,Proposed,AZ_NM_N,Central_PV,Solar,5.269999981,59303.70694,0,20,0,0.02,NULL,23,NULL, +1105158,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,12.63000011,40936.90556,0,20,0.06,0,NULL,23,NULL, +1118090,39,Proposed,OR_W,Central_PV,Solar,2.460000038,63412.10306,0,20,0,0.02,NULL,23,NULL, +154845,33,Elephant Butte,NM_N,Hydro_NonPumped,Water,27.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105512,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,19.19000053,71339.82639,0,20,0.06,0,NULL,23,NULL, +1191182936,49,Proposed,WY_SE,Wind,Wind,9420,47742.61611,0,30,0.05,0.006,NULL,23,NULL, +1105987,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.00999999,104555.3685,0,20,0.06,0,NULL,23,NULL, +1116123,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,3.700000048,62303.25486,0,20,0.06,0,NULL,23,NULL, +1109201,3,Proposed,AZ_APS_SW,Central_PV,Solar,1.220000029,167270.145,0,20,0,0.02,NULL,23,NULL, +156479,16,"Adelanto Solar II, LLC",CA_SCE_CEN,Central_PV,Solar,7,0,0,20,0,0,NULL,23,existing_generator, +1191184160,42,Proposed,UT_S,Wind,Wind,30,47936.78306,0,30,0.05,0.006,NULL,23,NULL, +1001623,23,Proposed,CO_E,Commercial_PV,Solar,42.05020142,0,0,20,0,0.02,NULL,23,NULL, +1106207,14,Proposed,CA_PGE_N,Central_PV,Solar,22.28000069,49060.96556,0,20,0,0.02,NULL,23,NULL, +1106998,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,5.159999847,54896.81306,0,20,0.06,0,NULL,23,NULL, +1191209649,30,Proposed,MT_NW,Coal_Steam_Turbine,Coal,NULL,70990.73625,4.166232,40,0.06,0.1,9,23,NULL, +1105826,15,Proposed,CA_PGE_S,Central_PV,Solar,5.650000095,71126.58,0,20,0,0.02,NULL,23,NULL, +1110933,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,36.5,65358.83361,0,20,0.06,0,NULL,23,NULL, +1191185133,23,Proposed,CO_E,Wind,Wind,180,69742.42181,0,30,0.05,0.006,NULL,23,NULL, +1117912,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,15.88000011,47449.19361,0,20,0.06,0,NULL,23,NULL, +1116399,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,3.339999914,78543.88931,0,20,0.06,0,NULL,23,NULL, +155266,37,Siphon Power Project,OR_E,Hydro_NonPumped,Water,5.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115693,18,Proposed,CA_SCE_SE,Central_PV,Solar,7.320000172,114736.8953,0,20,0,0.02,NULL,23,NULL, +155101,10,Geo East Mesa III,CA_IID,Geothermal,Geothermal,8,0,36.2145,20,0,0,NULL,23,existing_generator, +1115205,20,Proposed,CA_SDGE,CSP_Trough_No_Storage,Solar,14.03999996,99134.78777,0,20,0.06,0,NULL,23,NULL, +1191185451,43,Proposed,WA_ID_AVA,Wind,Wind,30,41771.89181,0,30,0.05,0.006,NULL,23,NULL, +155042,27,South Forks Hydro,ID_S_OR_E,Hydro_NonPumped,Water,8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185141,23,Proposed,CO_E,Wind,Wind,1470,73612.69986,0,30,0.05,0.006,NULL,23,NULL, +1110016,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,12.14999962,71977.99014,0,20,0.06,0,NULL,23,NULL, +1191210459,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,13.10000038,0,16.844625,40,0.1288,0.0915,18.9546,23,NULL, +154627,14,Toadtown,CA_PGE_N,Hydro_NonPumped,Water,1.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115290,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,28.76000023,45740.94431,0,20,0.06,0,NULL,23,NULL, +155554,7,Cogeneration 1,AZ_SE,CCGT,Gas,9,0,5.9409,40,0.04,0.06,8.687,23,existing_generator, +1001250,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,36.16600037,0,0,20,0,0.02,NULL,23,NULL, +1191209376,37,Proposed,OR_E,Geothermal,Geothermal,16,42602.28861,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1113769,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,8.899999619,63537.68306,0,20,0.06,0,NULL,23,NULL, +1191210528,3,Proposed,AZ_APS_SW,CCGT_Cogen,Gas,62.59999847,0,4.1213235,20,0.04,0.06,7.60399,23,NULL, +1105770,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,4.730000019,65979.37069,0,20,0.06,0,NULL,23,NULL, +1191182633,38,Proposed,OR_PDX,Wind,Wind,30,70915.63069,0,30,0.05,0.006,NULL,23,NULL, +1191185550,43,Proposed,WA_ID_AVA,Wind,Wind,30,55845.18639,0,30,0.05,0.006,NULL,23,NULL, +1191183374,24,Proposed,CO_NW,Wind,Wind,30,67056.82389,0,30,0.05,0.006,NULL,23,NULL, +1114786,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,15.18999958,59749.87819,0,20,0.06,0,NULL,23,NULL, +156678,34,Holloman Solar Facility,NM_S_TX_EPE,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1104621,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,7.769999981,113338.0065,0,20,0.06,0,NULL,23,NULL, +1104009,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,3.579999924,53923.93125,0,20,0.06,0,NULL,23,NULL, +155986,21,RE Dillard 2,CA_SMUD,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1105662,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,3.539999962,49976.97694,0,20,0.06,0,NULL,23,NULL, +155224,17,San Gorgonio Westwinds II LLC,CA_SCE_S,Wind,Wind,43.4,0,0,20,0,0,NULL,23,existing_generator, +1115695,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,7.320000172,114736.8953,0,20,0.06,0,NULL,23,NULL, +156734,20,El Cajon Energy Storage,CA_SDGE,Battery_Storage,Electricity,7.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +155633,29,Horseshoe Bend Wind Park,MT_NE,Wind,Wind,9,0,0,20,0,0,NULL,23,existing_generator, +157122,23,Crossing Trails Wind Farm,CO_E,Wind,Wind,104,0,0,20,0,0,NULL,23,existing_generator, +1109565,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,11.44999981,48683.14069,0,20,0.06,0,NULL,23,NULL, +156741,23,Rush Creek Wind,CO_E,Wind,Wind,600,0,0,20,0,0,NULL,23,existing_generator, +1107170,14,Proposed,CA_PGE_N,Central_PV,Solar,61.29999924,55676.49486,0,20,0,0.02,NULL,23,NULL, +1115238,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.930000067,80822.92764,0,20,0.06,0,NULL,23,NULL, +1105519,38,Proposed,OR_PDX,CSP_Trough_6h_Storage,Solar,9.93999958,53520.0225,0,20,0.06,0,NULL,23,NULL, +156649,33,Santa Fe Solar Energy Center,NM_N,Central_PV,Solar,9.5,0,0,20,0,0,NULL,23,existing_generator, +1116604,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,9.460000038,97424.7225,0,20,0.06,0,NULL,23,NULL, +1109517,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,2.019999981,69180.33056,0,20,0.06,0,NULL,23,NULL, +1191209481,12,Proposed,CA_PGE_BAY,CCGT,Gas,NULL," 92,435.81 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +156412,16,Rising Tree Wind Farm III,CA_SCE_CEN,Wind,Wind,99,0,0,20,0,0,NULL,23,existing_generator, +1106905,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.049999952,155592.4125,0,20,0.06,0,NULL,23,NULL, +1105459,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,9.270000458,57133.70681,0,20,0.06,0,NULL,23,NULL, +1191183314,24,Proposed,CO_NW,Wind,Wind,30,87614.03027,0,30,0.05,0.006,NULL,23,NULL, +1100323,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,65.13999939,121892.295,0,20,0.06,0,NULL,23,NULL, +1191182540,36,Proposed,NV_S,Wind,Wind,1230,45485.68069,0,30,0.05,0.006,NULL,23,NULL, +1191182489,36,Proposed,NV_S,Wind,Wind,90,54553.88306,0,30,0.05,0.006,NULL,23,NULL, +1118698,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,25.44000053,153881.385,0,20,0.06,0,NULL,23,NULL, +1110455,3,Proposed,AZ_APS_SW,Central_PV,Solar,16.30999947,51765.16181,0,20,0,0.02,NULL,23,NULL, +1115674,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,48.00999832,54103.84875,0,20,0.06,0,NULL,23,NULL, +1117301,24,Proposed,CO_NW,Central_PV,Solar,49.36999893,44125.79514,0,20,0,0.02,NULL,23,NULL, +1191209618,49,Proposed,WY_SE,Coal_IGCC,Coal,NULL,72469.68319,7.3442565,40,0.08,0.12,7.95,23,NULL, +1114787,35,Proposed,NV_N,Central_PV,Solar,35.04000092,81228.40236,0,20,0,0.02,NULL,23,NULL, +1116934,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.539999962,79332.99527,0,20,0.06,0,NULL,23,NULL, +154484,13,Pardee,CA_PGE_CEN,Hydro_NonPumped,Water,23.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001847,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,32.6556015,0,0,20,0,0.02,NULL,23,NULL, +1105157,32,Proposed,MT_SW,Central_PV,Solar,12.63000011,40936.90556,0,20,0,0.02,NULL,23,NULL, +1116967,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.519999981,63419.95181,0,20,0.06,0,NULL,23,NULL, +1117523,16,Proposed,CA_SCE_CEN,Central_PV,Solar,8.840000153,66538.68375,0,20,0,0.02,NULL,23,NULL, +155249,43,Spokane Waste to Energy,WA_ID_AVA,Bio_Solid_Steam_Turbine,Bio_Solid,26,0,13.35495,20,0.04,0.06,11.535,23,existing_generator, +1112690,42,Proposed,UT_S,Central_PV,Solar,81.76999664,158287.5525,0,20,0,0.02,NULL,23,NULL, +1191183933,27,Proposed,ID_S_OR_E,Wind,Wind,30,71460.81694,0,30,0.05,0.006,NULL,23,NULL, +1110491,2,Proposed,AZ_APS_N,Central_PV,Solar,122.6900024,44285.90681,0,20,0,0.02,NULL,23,NULL, +1111345,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,36.29000092,58190.50986,0,20,0.06,0,NULL,23,NULL, +1112662,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,7.159999847,49980.23625,0,20,0.06,0,NULL,23,NULL, +1191182734,47,Proposed,WY_NE,Wind,Wind,30,43519.63014,0,30,0.05,0.006,NULL,23,NULL, +155976,3,Arizona Western College PV,AZ_APS_SW,Central_PV,Solar,4.7,0,0,20,0,0,NULL,23,existing_generator, +1111756,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.360000014,55628.19486,0,20,0.06,0,NULL,23,NULL, +1119046,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,3,48894.93431,0,20,0.06,0,NULL,23,NULL, +1113455,42,Proposed,UT_S,Central_PV,Solar,47.56000137,85235.01,0,20,0,0.02,NULL,23,NULL, +1191209484,15,Proposed,CA_PGE_S,CCGT,Gas,NULL," 77,646.11 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +155963,34,SPS3 Lea,NM_S_TX_EPE,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +156322,16,Summer Solar C2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191184025,46,Proposed,WA_W,Wind,Wind,30,53458.07681,0,30,0.05,0.006,NULL,23,NULL, +1191209343,35,Proposed,NV_N,Geothermal,Geothermal,8,102267.7597,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1107826,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,2.690000057,52828.48819,0,20,0.06,0,NULL,23,NULL, +1191210869,8,Proposed,CAN_ALB,Wind,Wind,1960.150024,53929.60556,0,30,0.05,0.006,NULL,23,NULL, +1191182475,36,Proposed,NV_S,Wind,Wind,150,147840.2625,0,30,0.05,0.006,NULL,23,NULL, +1118896,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.089999914,82128.83889,0,20,0.06,0,NULL,23,NULL, +155548,13,Chowchilla II,CA_PGE_CEN,Gas_Internal_Combustion_Engine,Gas,49.6,0,33.579,20,0.04,0.06,10.254,23,existing_generator, +1001354,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,23.64699936,0,0,20,0,0.02,NULL,23,NULL, +155565,14,Roseville Energy Park,CA_PGE_N,CCGT,Gas,164,0,5.9409,40,0.04,0.06,11.845,23,existing_generator, +1000866,11,Proposed,CA_LADWP,Residential_PV,Solar,1562.089966,0,0,20,0,0.02,NULL,23,NULL, +1118763,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,7.059999943,69665.505,0,20,0.06,0,NULL,23,NULL, +1101770,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1268.27002,142582.8075,0,20,0,0.02,NULL,23,NULL, +1100202,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,124.1600037,46582.33125,0,20,0.06,0,NULL,23,NULL, +1110109,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.690000057,99778.74375,0,20,0.06,0,NULL,23,NULL, +1115660,25,Proposed,CO_SW,Central_PV,Solar,80.83999634,43097.48625,0,20,0,0.02,NULL,23,NULL, +1114425,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,148.8600006,49379.505,0,20,0.06,0,NULL,23,NULL, +1118303,4,Proposed,AZ_NM_N,Central_PV,Solar,1.889999986,85974.96223,0,20,0,0.02,NULL,23,NULL, +1110943,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,6.860000134,58294.11431,0,20,0.06,0,NULL,23,NULL, +1116774,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,22.20999908,59148.78375,0,20,0.06,0,NULL,23,NULL, +154429,14,Spaulding 3,CA_PGE_N,Hydro_NonPumped,Water,6.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105701,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,116.0999985,56730.03861,0,20,0.06,0,NULL,23,NULL, +155994,14,Foundation AB,CA_PGE_N,Wind,Wind,1.5,0,0,20,0,0,NULL,23,existing_generator, +1117450,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,10.43999958,89366.34861,0,20,0.06,0,NULL,23,NULL, +1104546,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,21.12000084,102221.3936,0,20,0.06,0,NULL,23,NULL, +1118934,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,133.6999969,118855.5551,0,20,0.06,0,NULL,23,NULL, +156044,39,Roseburg LFG,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,11.475,23,existing_generator, +1001237,1,Proposed,AZ_APS_E,Commercial_PV,Solar,64.76599884, - ,0,20,0,0.02,NULL,23,NULL, +1117878,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,8.970000267,82922.40223,0,20,0.06,0,NULL,23,NULL, +154390,14,Cresta,CA_PGE_N,Hydro_NonPumped,Water,73.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118711,42,Proposed,UT_S,Central_PV,Solar,5.929999828,121815.015,0,20,0,0.02,NULL,23,NULL, +1000979,24,Proposed,CO_NW,Commercial_PV,Solar,14.50049973,0,0,20,0,0.02,NULL,23,NULL, +1112938,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,10.60999966,45802.40889,0,20,0.06,0,NULL,23,NULL, +1115696,7,Proposed,AZ_SE,Central_PV,Solar,46.65000153,56129.79319,0,20,0,0.02,NULL,23,NULL, +157860,9,Buntzen_2,CAN_BC,Hydro_NonPumped,Water,18,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1112201,4,Proposed,AZ_NM_N,Central_PV,Solar,46.34999847,133743.9075,0,20,0,0.02,NULL,23,NULL, +1191185421,22,Proposed,CO_DEN,Wind,Wind,30,43490.89069,0,30,0.05,0.006,NULL,23,NULL, +154943,47,Neil Simpson II,WY_NE,Gas_Combustion_Turbine,Gas,40,0,6.0375,40,0.04,0.06,9.578,23,existing_generator, +1191185652,46,Proposed,WA_W,Offshore_Wind,Wind,30,60816.70444,0,30,0.05,0.006,NULL,23,NULL, +1118875,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.849999905,61385.91806,0,20,0.06,0,NULL,23,NULL, +1191182736,47,Proposed,WY_NE,Wind,Wind,390,47112.18319,0,30,0.05,0.006,NULL,23,NULL, +155676,21,Sacramento Soleil LLC,CA_SMUD,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +155226,46,Lilliwaup Falls Generating,WA_W,Hydro_NonPumped,Water,1.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1101875,2,Proposed,AZ_APS_N,Central_PV,Solar,191.6900024,74117.68014,0,20,0,0.02,NULL,23,NULL, +155656,13,CalRenew-1,CA_PGE_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156288,12,Transamerica Pyramid,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,1,0,33.579,20,0.04,0.06,9.89,23,existing_generator, +1101985,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,87.25,59178.24486,0,20,0.06,0,NULL,23,NULL, +157949,9,VICFT,CAN_BC,CCGT,Gas,293,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +157986,8,EPCR_Clvrbr_3,CAN_ALB,Gas_Combustion_Turbine,Gas,100,0,35.25579912,20,0.03,0.05,10.64000034,23,existing_generator, +1107576,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,36.00999832,50132.86236,0,20,0.06,0,NULL,23,NULL, +1108261,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.289999962,81032.42889,0,20,0.06,0,NULL,23,NULL, +1106890,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,44.83000183,55231.89431,0,20,0.06,0,NULL,23,NULL, +1191209203,49,Proposed,WY_SE,Bio_Gas,Bio_Gas,NULL,72469.68319,16.0398,20,0.11,0.04,13.5,23,NULL, +156443,20,Golden Acorn Casino,CA_SDGE,Wind,Wind,1,0,0,20,0,0,NULL,23,existing_generator, +157882,9,Kemano,CAN_BC,Hydro_NonPumped,Water,148,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191184047,46,Proposed,WA_W,Wind,Wind,30,55192.53264,0,30,0.05,0.006,NULL,23,NULL, +155099,10,Salton Sea Power Gen Co - Unit 3,CA_IID,Geothermal,Geothermal,53.9,0,36.2145,20,0,0,NULL,23,existing_generator, +154551,14,Keswick,CA_PGE_N,Hydro_NonPumped,Water,117,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117531,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.389999986,69587.0175,0,20,0.06,0,NULL,23,NULL, +154985,50,Jim Bridger,WY_SW,Coal_Steam_Turbine,Coal,2441.9,0,5.2164,40,0.04,0.06,12,23,existing_generator, +1106387,33,Proposed,NM_N,Central_PV,Solar,1.919999957,108972.045,0,20,0,0.02,NULL,23,NULL, +1118316,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,10.57999992,106919.4176,0,20,0.06,0,NULL,23,NULL, +157891,9,Marion_3_Creek_Hydro,CAN_BC,Hydro_NonPumped,Water,4.6,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191184984,23,Proposed,CO_E,Wind,Wind,30,50145.66375,0,30,0.05,0.006,NULL,23,NULL, +157923,9,Stave_Falls,CAN_BC,Hydro_NonPumped,Water,90,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191185680,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,457234.365,0,30,0.05,0.006,NULL,23,NULL, +156553,42,Fiddler's Canyon #1,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1108781,3,Proposed,AZ_APS_SW,Central_PV,Solar,88.45999908,41760.66111,0,20,0,0.02,NULL,23,NULL, +1114368,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.429999828,63238.82681,0,20,0.06,0,NULL,23,NULL, +1116610,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,65.27999878,86911.37848,0,20,0.06,0,NULL,23,NULL, +1106605,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,11.55000019,46852.33014,0,20,0.06,0,NULL,23,NULL, +1191183353,24,Proposed,CO_NW,Wind,Wind,90,63040.67889,0,30,0.05,0.006,NULL,23,NULL, +1114402,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.130000114,77856.34069,0,20,0.06,0,NULL,23,NULL, +1110489,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,49.54999924,68273.86125,0,20,0.06,0,NULL,23,NULL, +1103469,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,34.13000107,46298.08764,0,20,0.06,0,NULL,23,NULL, +1107151,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,32.56999969,76474.96069,0,20,0.06,0,NULL,23,NULL, +1117891,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,11.61999989,71878.00819,0,20,0.06,0,NULL,23,NULL, +1191209554,35,Proposed,NV_N,Gas_Combustion_Turbine,Gas,NULL,77646.11306,33.5769,20,0.03,0.05,10.39,23,NULL, +1109248,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2,67164.89514,0,20,0.06,0,NULL,23,NULL, +1110517,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.799999952,77308.01306,0,20,0.06,0,NULL,23,NULL, +1111560,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,45.16999817,50548.12444,0,20,0.06,0,NULL,23,NULL, +1117399,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,9.430000305,64180.07306,0,20,0.06,0,NULL,23,NULL, +1100523,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,1919.560059,55037.12361,0,20,0.06,0,NULL,23,NULL, +1191209576,7,Proposed,AZ_SE,Coal_IGCC,Coal,NULL,69511.67139,7.3442565,40,0.08,0.12,7.95,23,NULL, +1100993,18,Proposed,CA_SCE_SE,Central_PV,Solar,65.22000122,57263.63569,0,20,0,0.02,NULL,23,NULL, +1108789,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,29.95000076,71469.38736,0,20,0.06,0,NULL,23,NULL, +1191209366,39,Proposed,OR_W,Geothermal,Geothermal,45,66448.725,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1108265,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.809999943,69755.46375,0,20,0,0.02,NULL,23,NULL, +154700,37,East Side,OR_E,Hydro_NonPumped,Water,3.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117003,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.059999943,79618.07848,0,20,0.06,0,NULL,23,NULL, +155210,17,Edom Hills Project 1 LLC,CA_SCE_S,Wind,Wind,20,0,0,20,0,0,NULL,23,existing_generator, +156564,5,Mohave Electric at Fort Mohave,AZ_NW,Central_PV,Solar,14.4,0,0,20,0,0,NULL,23,existing_generator, +1107168,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.00999999,52012.69931,0,20,0.06,0,NULL,23,NULL, +1191182934,49,Proposed,WY_SE,Wind,Wind,2160,66286.19361,0,30,0.05,0.006,NULL,23,NULL, +1100359,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,2578.290039,44159.4825,0,20,0.06,0,NULL,23,NULL, +1109552,36,Proposed,NV_S,Central_PV,Solar,1.539999962,64273.53639,0,20,0,0.02,NULL,23,NULL, +1191182952,49,Proposed,WY_SE,Wind,Wind,30,81900.74402,0,30,0.05,0.006,NULL,23,NULL, +1114714,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,27.04999924,67876.35319,0,20,0.06,0,NULL,23,NULL, +155412,5,South Point Energy Center,AZ_NW,CCGT,Gas,708,0,5.9409,40,0.04,0.06,7.008,23,existing_generator, +1001855,23,Proposed,CO_E,Commercial_PV,Solar,19.21920013,0,0,20,0,0.02,NULL,23,NULL, +155419,12,Los Medanos Energy Center,CA_PGE_BAY,CCGT,Gas,678.3,0,5.9409,40,0.04,0.06,7.414,23,existing_generator, +157033,10,Citizens Imperial Solar,CA_IID,Central_PV,Solar,30,0,0,20,0,0,NULL,23,existing_generator, +1191185365,22,Proposed,CO_DEN,Wind,Wind,60,46644.99861,0,30,0.05,0.006,NULL,23,NULL, +156712,27,ID Solar,ID_S_OR_E,Central_PV,Solar,40,0,0,20,0,0,NULL,23,existing_generator, +1110895,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,95.91000366,58615.91306,0,20,0.06,0,NULL,23,NULL, +1191183653,29,Proposed,MT_NE,Wind,Wind,30,91848.4875,0,30,0.05,0.006,NULL,23,NULL, +156643,17,Freeway Springs,CA_SCE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1111361,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,137.9400024,69255.92194,0,20,0,0.02,NULL,23,NULL, +1112743,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,93.95999908,85946.95389,0,20,0.06,0,NULL,23,NULL, +1191209493,24,Proposed,CO_NW,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +155895,12,Sunset Reservoir North Basin,CA_PGE_BAY,Central_PV,Solar,4.5,0,0,20,0,0,NULL,23,existing_generator, +1191184056,46,Proposed,WA_W,Wind,Wind,30,67430.18194,0,30,0.05,0.006,NULL,23,NULL, +156611,17,Tequesquite Landfill Solar PV Project,CA_SCE_S,Central_PV,Solar,7.3,0,0,20,0,0,NULL,23,existing_generator, +1191183382,24,Proposed,CO_NW,Wind,Wind,150,38820.03778,0,30,0.05,0.006,NULL,23,NULL, +155476,46,Mint Farm Generating Station,WA_W,CCGT,Gas,319,0,5.9409,40,0.04,0.06,14.119,23,existing_generator, +1104773,13,Proposed,CA_PGE_CEN,Central_PV,Solar,3.630000114,48818.62125,0,20,0,0.02,NULL,23,NULL, +155775,17,Solar Photovoltaic Project #10,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1100079,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,48.13999939,43115.11764,0,20,0.06,0,NULL,23,NULL, +1109266,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,1.200000048,78832.72236,0,20,0.06,0,NULL,23,NULL, +1191185676,39,Proposed,OR_W,Offshore_Wind,Wind,30,70427.31486,0,30,0.05,0.006,NULL,23,NULL, +154525,14,Dutch Flat 2,CA_PGE_N,Hydro_NonPumped,Water,27.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117882,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,21.53000069,51582.82931,0,20,0.06,0,NULL,23,NULL, +1191183935,27,Proposed,ID_S_OR_E,Wind,Wind,30,47303.20875,0,30,0.05,0.006,NULL,23,NULL, +155128,20,San Diego State University,CA_SDGE,CCGT,Gas,14.3,0,5.9409,40,0.04,0.06,10.324,23,existing_generator, +156192,13,Ameresco Johnson Canyon,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.4,0,6.0375,20,0.04,0.06,18.575,23,existing_generator, +1191183308,50,Proposed,WY_SW,Wind,Wind,840,76781.54306,0,30,0.05,0.006,NULL,23,NULL, +1112897,32,Proposed,MT_SW,Central_PV,Solar,1.220000029,41684.1075,0,20,0,0.02,NULL,23,NULL, +156040,17,Solar Photovoltaic Project #48,CA_SCE_S,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156599,25,Hooper Solar,CO_SW,Central_PV,Solar,52,0,0,20,0,0,NULL,23,existing_generator, +156202,13,Ameresco San Joaquin,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.4,0,6.0375,20,0.04,0.06,11.27,23,existing_generator, +1108040,35,Proposed,NV_N,Central_PV,Solar,1.350000024,64617.79181,0,20,0,0.02,NULL,23,NULL, +1191209550,31,Proposed,MT_SE,Gas_Combustion_Turbine,Gas,NULL,70251.1425,33.5769,20,0.03,0.05,10.39,23,NULL, +155713,14,Mariani Packing Vacaville Solar,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1104091,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,4.519999981,51266.34639,0,20,0.06,0,NULL,23,NULL, +1106060,39,Proposed,OR_W,Central_PV,Solar,1.909999967,70025.21736,0,20,0,0.02,NULL,23,NULL, +1191210476,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,38.90000153,0,33.5769,20,0.03,0.05,4.60102,23,NULL, +1115319,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,7.590000153,71700.62361,0,20,0.06,0,NULL,23,NULL, +155749,27,Camp Reed,ID_S_OR_E,Wind,Wind,22.5,0,0,20,0,0,NULL,23,existing_generator, +1113059,35,Proposed,NV_N,Central_PV,Solar,51.95999908,72768.53944,0,20,0,0.02,NULL,23,NULL, +1111362,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,137.9400024,69255.92194,0,20,0.06,0,NULL,23,NULL, +1111750,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,50.93000031,68989.90875,0,20,0.06,0,NULL,23,NULL, +1191182600,30,Proposed,MT_NW,Wind,Wind,30,53083.99236,0,30,0.05,0.006,NULL,23,NULL, +1101514,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,3732.449951,69789.75486,0,20,0.06,0,NULL,23,NULL, +1101805,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,307.3699951,50041.57819,0,20,0.06,0,NULL,23,NULL, +1000284,15,Proposed,CA_PGE_S,Residential_PV,Solar,286.54599,0,0,20,0,0.02,NULL,23,NULL, +155278,15,Cymric 31X Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,6.8,0,6.0375,40,0.04,0.06,7.733,23,existing_generator, +155821,34,Roadrunner Solar,NM_S_TX_EPE,Central_PV,Solar,20.2,0,0,20,0,0,NULL,23,existing_generator, +155848,27,Hammett Hill Windfarm,ID_S_OR_E,Wind,Wind,23,0,0,20,0,0,NULL,23,existing_generator, +154771,46,Yelm,WA_W,Hydro_NonPumped,Water,12,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104010,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,3.579999924,53923.93125,0,20,0.06,0,NULL,23,NULL, +1117294,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,46.41999817,70500.61389,0,20,0.06,0,NULL,23,NULL, +1116122,35,Proposed,NV_N,Central_PV,Solar,3.700000048,62303.25486,0,20,0,0.02,NULL,23,NULL, +1111718,1,Proposed,AZ_APS_E,Central_PV,Solar,1.419999957," 64,773.44 ",0,20,0,0.02,NULL,23,NULL, +1108340,35,Proposed,NV_N,Central_PV,Solar,1.350000024,53479.57125,0,20,0,0.02,NULL,23,NULL, +1118620,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,10.71000004,55816.81014,0,20,0.06,0,NULL,23,NULL, +1191184029,46,Proposed,WA_W,Wind,Wind,30,73470.57806,0,30,0.05,0.006,NULL,23,NULL, +156370,15,"RE Kent South, LLC",CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191183722,40,Proposed,OR_WA_BPA,Wind,Wind,30,69367.49306,0,30,0.05,0.006,NULL,23,NULL, +1191184826,1,Proposed,AZ_APS_E,Wind,Wind,30," 87,593.86 ",0,30,0.05,0.006,NULL,23,NULL, +1191185416,22,Proposed,CO_DEN,Wind,Wind,30,48130.34625,0,30,0.05,0.006,NULL,23,NULL, +1102746,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.070000172,93266.33777,0,20,0.06,0,NULL,23,NULL, +1110496,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,13.34000015,73593.26194,0,20,0.06,0,NULL,23,NULL, +156299,21,Sacramento Fairbain Water Treatment Plan,CA_SMUD,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1112406,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,15.27999973,55337.55056,0,20,0.06,0,NULL,23,NULL, +156219,36,Las Vegas WPCF Solar Plant,NV_S,Central_PV,Solar,3.3,0,0,20,0,0,NULL,23,existing_generator, +1191209352,35,Proposed,NV_N,Geothermal,Geothermal,8,141036,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210564,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,170,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +155597,22,Spindle Hill Energy Center,CO_DEN,Gas_Combustion_Turbine,Gas,420,0,6.0375,40,0.04,0.06,11.672,23,existing_generator, +1116859,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,1.190000057,57867.38569,0,20,0.06,0,NULL,23,NULL, +1191184397,35,Proposed,NV_N,Wind,Wind,1680,131516.07,0,30,0.05,0.006,NULL,23,NULL, +77365,16,Tehachapi: 36,CA_SCE_CEN,Wind,Wind,114,86894.85,0,30,0.05,0.006,NULL,23,NULL, +1103819,35,Proposed,NV_N,Central_PV,Solar,1.940000057,91055.64111,0,20,0,0.02,NULL,23,NULL, +1191209332,35,Proposed,NV_N,Geothermal,Geothermal,16,89642.385,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154704,39,Prospect 1,OR_W,Hydro_NonPumped,Water,3.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +156570,16,Kingbird A Solar LLC,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +155079,10,Del Ranch Company,CA_IID,Geothermal,Geothermal,45.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1103974,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.869999886,78546.42694,0,20,0.06,0,NULL,23,NULL, +1108061,33,Proposed,NM_N,Central_PV,Solar,176.6399994,109859.0764,0,20,0,0.02,NULL,23,NULL, +156033,6,Queen Creek Solar Farm,AZ_PHX,Central_PV,Solar,19,0,0,20,0,0,NULL,23,existing_generator, +1106419,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,18.17000008,61336.65111,0,20,0.06,0,NULL,23,NULL, +1116592,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,26.75,206957.0475,0,20,0.06,0,NULL,23,NULL, +1191183343,24,Proposed,CO_NW,Wind,Wind,30,62715.135,0,30,0.05,0.006,NULL,23,NULL, +1111491,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,3.289999962,40438.81181,0,20,0.06,0,NULL,23,NULL, +1102494,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,1583.569946,222292.2975,0,20,0.06,0,NULL,23,NULL, +1118396,30,Proposed,MT_NW,Central_PV,Solar,1.440000057,85496.67902,0,20,0,0.02,NULL,23,NULL, +1000316,41,Proposed,UT_N,Residential_PV,Solar,59.81299973,0,0,20,0,0.02,NULL,23,NULL, +156483,7,Valencia Solar,AZ_SE,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +156784,17,CSUF State College,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191183318,24,Proposed,CO_NW,Wind,Wind,210,60508.55139,0,30,0.05,0.006,NULL,23,NULL, +1191185457,43,Proposed,WA_ID_AVA,Wind,Wind,30,41547.53736,0,30,0.05,0.006,NULL,23,NULL, +1101666,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,516.8300171,55551.0375,0,20,0.06,0,NULL,23,NULL, +1112468,33,Proposed,NM_N,Central_PV,Solar,2.829999924,114253.65,0,20,0,0.02,NULL,23,NULL, +1191185340,44,Proposed,WA_N_CEN,Wind,Wind,420,64170.41306,0,30,0.05,0.006,NULL,23,NULL, +1001342,35,Proposed,NV_N,Residential_PV,Solar,122.4079971,0,0,20,0,0.02,NULL,23,NULL, +155150,46,Nippon Dynawave Packaging Longview WA,WA_W,ST,Bio_Liquid,31,0,13.35495,20,0.04,0.06,10.506,23,existing_generator, +154705,39,Prospect 2,OR_W,Hydro_NonPumped,Water,32,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114356,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.880000114,69780.09486,0,20,0.06,0,NULL,23,NULL, +1109171,35,Proposed,NV_N,Central_PV,Solar,14.21000004,48729.87,0,20,0,0.02,NULL,23,NULL, +1111652,23,Proposed,CO_E,Central_PV,Solar,79.98000336,78030.09806,0,20,0,0.02,NULL,23,NULL, +1116569,2,Proposed,AZ_APS_N,Central_PV,Solar,11.28999996,80327.37152,0,20,0,0.02,NULL,23,NULL, +1191209294,26,Proposed,ID_E,Geothermal,Geothermal,20,47304.77944,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154862,16,San Francisquito 1,CA_SCE_CEN,Hydro_NonPumped,Water,65.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182455,36,Proposed,NV_S,Wind,Wind,30,53965.83056,0,30,0.05,0.006,NULL,23,NULL, +154633,27,Bliss,ID_S_OR_E,Hydro_NonPumped,Water,75,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118769,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.519999981,46941.32194,0,20,0.06,0,NULL,23,NULL, +1191185518,43,Proposed,WA_ID_AVA,Wind,Wind,30,50995.50319,0,30,0.05,0.006,NULL,23,NULL, +1110941,35,Proposed,NV_N,Central_PV,Solar,6.860000134,58294.11431,0,20,0,0.02,NULL,23,NULL, +155571,47,Wygen 2,WY_NE,Coal_Steam_Turbine,Coal,95,0,5.2164,40,0.04,0.06,12.339,23,existing_generator, +1103114,2,Proposed,AZ_APS_N,Central_PV,Solar,1.049999952,67921.63444,0,20,0,0.02,NULL,23,NULL, +1191182545,35,Proposed,NV_N,Wind,Wind,30,170787.5925,0,30,0.05,0.006,NULL,23,NULL, +1191185324,25,Proposed,CO_SW,Wind,Wind,30,83958.07875,0,30,0.05,0.006,NULL,23,NULL, +155246,16,CSUCI Site Authority,CA_SCE_CEN,CCGT,Gas,31.1,0,5.9409,40,0.04,0.06,9.807,23,existing_generator, +1111284,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,11.11999989,67444.06819,0,20,0.06,0,NULL,23,NULL, +1191209602,33,Proposed,NM_N,Coal_IGCC,Coal,NULL,70990.73625,7.3442565,40,0.08,0.12,7.95,23,NULL, +1117862,25,Proposed,CO_SW,Central_PV,Solar,20.55999947,64342.36389,0,20,0,0.02,NULL,23,NULL, +154549,21,Folsom,CA_SMUD,Hydro_NonPumped,Water,198.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209510,41,Proposed,UT_N,CCGT,Gas,NULL," 70,251.14 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +155023,13,Fresno Cogen Partners,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,22.3,0,6.0375,40,0.04,0.06,10.152,23,existing_generator, +154435,14,Volta 1,CA_PGE_N,Hydro_NonPumped,Water,8.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155891,23,AFA Solar Farm,CO_E,Central_PV,Solar,5.5,0,0,20,0,0,NULL,23,existing_generator, +156391,12,CSD 2- Freedom High,CA_PGE_BAY,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +157828,8,Brazeau,CAN_ALB,Hydro_NonPumped,Water,200,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1107327,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,86.19000244,87661.12277,0,20,0.06,0,NULL,23,NULL, +1118760,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.470000029,101362.1347,0,20,0.06,0,NULL,23,NULL, +1001075,35,Proposed,NV_N,Commercial_PV,Solar,6.998400211,0,0,20,0,0.02,NULL,23,NULL, +156903,27,North Gooding Main Hydro,ID_S_OR_E,Hydro_NonPumped,Water,1.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +77357,16,Tehachapi: 25,CA_SCE_CEN,Wind,Wind,63,56919.45,0,30,0.05,0.006,NULL,23,NULL, +1112027,41,Proposed,UT_N,Central_PV,Solar,1.289999962,104948.1739,0,20,0,0.02,NULL,23,NULL, +156180,15,White River Solar,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1117884,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,75.5,88601.16152,0,20,0.06,0,NULL,23,NULL, +1191182711,39,Proposed,OR_W,Wind,Wind,30,62016.35569,0,30,0.05,0.006,NULL,23,NULL, +1191209732,13,Proposed,CA_PGE_CEN,Battery_Storage,Electricity,NULL,80604.00223,0,10,0.02,0.0055,NULL,23,NULL, +1115152,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,57.11000061,86501.55486,0,20,0.06,0,NULL,23,NULL, +1191183349,24,Proposed,CO_NW,Wind,Wind,30,41688.9375,0,30,0.05,0.006,NULL,23,NULL, +156313,13,North Star Solar,CA_PGE_CEN,Central_PV,Solar,62.5,0,0,20,0,0,NULL,23,existing_generator, +1109483,33,Proposed,NM_N,Central_PV,Solar,20.43000031,64447.53431,0,20,0,0.02,NULL,23,NULL, +157938,9,Waneta,CAN_BC,Hydro_NonPumped,Water,453.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +156662,22,Valley View Solar,CO_DEN,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +156181,15,Corcoran Solar,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1117902,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,52.15000153,52206.38514,0,20,0.06,0,NULL,23,NULL, +1111325,2,Proposed,AZ_APS_N,Central_PV,Solar,17.05999947,64573.11431,0,20,0,0.02,NULL,23,NULL, +1191182572,36,Proposed,NV_S,Wind,Wind,60,57247.21181,0,30,0.05,0.006,NULL,23,NULL, +1104547,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,21.12000084,102221.3936,0,20,0.06,0,NULL,23,NULL, +1000871,11,Proposed,CA_LADWP,Commercial_PV,Solar,15.78719997,0,0,20,0,0.02,NULL,23,NULL, +154374,7,Apache Station,AZ_SE,Coal_Steam_Turbine,Coal,204,0,5.2164,40,0.04,0.06,13.86,23,existing_generator, +154789,49,Dave Johnston,WY_SE,Coal_Steam_Turbine,Coal,922.2,0,5.2164,40,0.04,0.06,11.522,23,existing_generator, +154925,48,Buffalo Bill,WY_NW,Hydro_NonPumped,Water,18,0,0,200,0.05,0.05,NULL,23,existing_generator, +156278,42,Milford Flat Solar Plant,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1107724,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,80.16999817,67821.6525,0,20,0.06,0,NULL,23,NULL, +1106834,6,Proposed,AZ_PHX,Central_PV,Solar,1.169999957,94287.15639,0,20,0,0.02,NULL,23,NULL, +1191210460,43,Proposed,WA_ID_AVA,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,93.80000305,0,16.844625,40,0.1288,0.0915,12.9323,23,NULL, +1103175,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,97.84999847,53129.63681,0,20,0.06,0,NULL,23,NULL, +156623,19,CED Ducor 4,CA_SCE_VLY,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +154939,14,Roseville,CA_PGE_N,Gas_Combustion_Turbine,Gas,54.8,0,6.0375,40,0.04,0.06,9.701,23,existing_generator, +1103729,14,Proposed,CA_PGE_N,Central_PV,Solar,1.669999957,45845.87889,0,20,0,0.02,NULL,23,NULL, +1002018,23,Proposed,CO_E,Residential_PV,Solar,27.81999969,0,0,20,0,0.02,NULL,23,NULL, +1191185507,43,Proposed,WA_ID_AVA,Wind,Wind,30,59122.94514,0,30,0.05,0.006,NULL,23,NULL, +1191182648,38,Proposed,OR_PDX,Wind,Wind,30,64930.17111,0,30,0.05,0.006,NULL,23,NULL, +155815,6,Copper Crossing Solar LLC,AZ_PHX,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +154980,41,Murray Turbine,UT_N,Gas_Combustion_Turbine,Gas,42,0,6.0375,40,0.04,0.06,11.649,23,existing_generator, +1115764,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,36.79999924,96457.99611,0,20,0.06,0,NULL,23,NULL, +154609,24,Lower Molina,CO_NW,Hydro_NonPumped,Water,5.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117763,39,Proposed,OR_W,Central_PV,Solar,22.09000015,50504.16861,0,20,0,0.02,NULL,23,NULL, +1117888,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,7.960000038,43308.31764,0,20,0.06,0,NULL,23,NULL, +1102856,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,226.8500061,69814.63125,0,20,0,0.02,NULL,23,NULL, +1191185612,34,Proposed,NM_S_TX_EPE,Wind,Wind,30,103753.9564,0,30,0.05,0.006,NULL,23,NULL, +1191183787,38,Proposed,OR_PDX,Wind,Wind,30,62656.57125,0,30,0.05,0.006,NULL,23,NULL, +1111227,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,8.159999847,87261.07236,0,20,0.06,0,NULL,23,NULL, +155403,37,Klamath Cogeneration Plant,OR_E,CCGT,Gas,501.5,0,5.9409,40,0.04,0.06,6.857,23,existing_generator, +1102459,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,1.299999952,75727.75875,0,20,0.06,0,NULL,23,NULL, +1191209315,35,Proposed,NV_N,Geothermal,Geothermal,40,76261.83694,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1117502,5,Proposed,AZ_NW,Central_PV,Solar,77.58999634,62259.54431,0,20,0,0.02,NULL,23,NULL, +1000312,15,Proposed,CA_PGE_S,Residential_PV,Solar,55.63999939,0,0,20,0,0.02,NULL,23,NULL, +154362,6,Mormon Flat,AZ_PHX,Hydro_NonPumped,Water,9.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155747,17,UCI Facilities Management Central Plant,CA_SCE_S,CCGT,Gas,19,0,5.9409,40,0.04,0.06,9.184,23,existing_generator, +156581,16,Morgan Lancaster 1,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1104540,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.359999895,160347.5475,0,20,0.06,0,NULL,23,NULL, +155340,17,San Gorgonio Windplant WPP1993,CA_SCE_S,Wind,Wind,49.5,0,0,20,0,0,NULL,23,existing_generator, +1001008,11,Proposed,CA_LADWP,Residential_PV,Solar,5305.27002,0,0,20,0,0.02,NULL,23,NULL, +157844,8,Three_Sisters,CAN_ALB,Hydro_NonPumped,Water,2.7,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1103322,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,333.3699951,89496.63598,0,20,0.06,0,NULL,23,NULL, +1107270,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,12.22000027,99215.08652,0,20,0.06,0,NULL,23,NULL, +1114408,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,15.43000031,82748.89014,0,20,0.06,0,NULL,23,NULL, +155761,44,Vantage Wind Energy LLC,WA_N_CEN,Wind,Wind,90,0,0,20,0,0,NULL,23,existing_generator, +1106871,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,27.68000031,43458.65139,0,20,0.06,0,NULL,23,NULL, +1112899,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,1.220000029,41684.1075,0,20,0.06,0,NULL,23,NULL, +1106020,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,13.61999989,97101.71625,0,20,0.06,0,NULL,23,NULL, +154499,16,Big Pine Creek,CA_SCE_CEN,Hydro_NonPumped,Water,3.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000390,20,Proposed,CA_SDGE,Residential_PV,Solar,75.11399841,0,0,20,0,0.02,NULL,23,NULL, +1191209766,47,Proposed,WY_NE,Battery_Storage,Electricity,NULL,66553.7775,0,10,0.02,0.0055,NULL,23,NULL, +1112382,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,3.579999924,40986.65361,0,20,0.06,0,NULL,23,NULL, +157987,8,ON_LongLk1,CAN_ALB,Gas_Combustion_Turbine,Gas,85,0,35.25579912,20,0.03,0.05,10.64000034,23,existing_generator, +1113130,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,18.01000023,69899.63736,0,20,0.06,0,NULL,23,NULL, +1116084,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,21.21999931,45631.06181,0,20,0.06,0,NULL,23,NULL, +1115321,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.5,67096.06764,0,20,0,0.02,NULL,23,NULL, +155211,13,Pacific-Ultrapower Chinese Station,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,25,0,13.35495,20,0.04,0.06,12.361,23,existing_generator, +156469,15,Algonquin SKIC20 Solar LLC,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156099,26,Meadow Creek Project Company,ID_E,Wind,Wind,119.7,0,0,20,0,0,NULL,23,existing_generator, +77412,16,Tehachapi: 513,CA_SCE_CEN,Wind,Wind,34,86989.35,0,30,0.05,0.006,NULL,23,NULL, +156902,10,USG 2,CA_IID,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191183761,40,Proposed,OR_WA_BPA,Wind,Wind,180,56144.04264,0,30,0.05,0.006,NULL,23,NULL, +156796,16,Foundation CDCR LAC,CA_SCE_CEN,Wind,Wind,1.9,0,0,20,0,0,NULL,23,existing_generator, +157835,8,Interlakes,CAN_ALB,Hydro_NonPumped,Water,5,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1110036,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,255.2100067,50939.11389,0,20,0.06,0,NULL,23,NULL, +1191182684,39,Proposed,OR_W,Wind,Wind,270,55402.63764,0,30,0.05,0.006,NULL,23,NULL, +1191210474,16,Proposed,CA_SCE_CEN,CCGT_Cogen,Gas,31.10000038,0,4.1213235,20,0.04,0.06,7.66859,23,NULL, +1191185539,43,Proposed,WA_ID_AVA,Wind,Wind,60,58003.22944,0,30,0.05,0.006,NULL,23,NULL, +1191185144,23,Proposed,CO_E,Wind,Wind,30,80077.05111,0,30,0.05,0.006,NULL,23,NULL, +1109175,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,8.020000458,42978.5475,0,20,0.06,0,NULL,23,NULL, +1112237,2,Proposed,AZ_APS_N,Central_PV,Solar,119.9400024,66271.82625,0,20,0,0.02,NULL,23,NULL, +155253,27,S E Hazelton A,ID_S_OR_E,Hydro_NonPumped,Water,8.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109737,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,459.6600037,67544.05014,0,20,0.06,0,NULL,23,NULL, +77374,16,Barstow: 45,CA_SCE_CEN,Wind,Wind,87,55248.9,0,30,0.05,0.006,NULL,23,NULL, +156269,33,Rio Rancho High School,NM_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1000019,41,Proposed,UT_N,Commercial_PV,Solar,34.18799973,0,0,20,0,0.02,NULL,23,NULL, +157010,15,Verwey-Hanford Dairy Digester #2,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,0,6.0375,20,0.04,0.06,10.439,23,existing_generator, +1191182687,39,Proposed,OR_W,Wind,Wind,30,75797.06736,0,30,0.05,0.006,NULL,23,NULL, +154759,46,Merwin,WA_W,Hydro_NonPumped,Water,136,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110939,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,33.41999817,166906.6875,0,20,0.06,0,NULL,23,NULL, +1191182611,30,Proposed,MT_NW,Wind,Wind,30,49367.06681,0,30,0.05,0.006,NULL,23,NULL, +154922,14,Redding Power,CA_PGE_N,CCGT,Gas,109.3,0,5.9409,40,0.04,0.06,11.003,23,existing_generator, +1100867,2,Proposed,AZ_APS_N,Central_PV,Solar,261.2000122,98754.53848,0,20,0,0.02,NULL,23,NULL, +1110019,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,5.650000095,106078.1486,0,20,0.06,0,NULL,23,NULL, +156875,41,Provo Power Plant,UT_N,Gas_Internal_Combustion_Engine,Gas,12,0,33.579,20,0.04,0.06,11.726,23,existing_generator, +1110869,36,Proposed,NV_S,Central_PV,Solar,3,42943.04889,0,20,0,0.02,NULL,23,NULL, +154698,39,Clearwater 2,OR_W,Hydro_NonPumped,Water,26,0,0,200,0.05,0.05,NULL,23,existing_generator, +154855,44,Chelan,WA_N_CEN,Hydro_NonPumped,Water,59.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107233,4,Proposed,AZ_NM_N,Central_PV,Solar,32.04000092,72584.51361,0,20,0,0.02,NULL,23,NULL, +1115742,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,50.77999878,62785.29264,0,20,0.06,0,NULL,23,NULL, +1191210433,46,Proposed,WA_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,28,0,16.844625,40,0.1288,0.0915,4.7763,23,NULL, +155451,7,Sundance,AZ_SE,Gas_Combustion_Turbine,Gas,605,0,6.0375,40,0.04,0.06,10.845,23,existing_generator, +1109457,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.170000076,61422.26569,0,20,0.06,0,NULL,23,NULL, +155701,40,Oregon Trail Windfarm LLC,OR_WA_BPA,Wind,Wind,9.9,0,0,20,0,0,NULL,23,existing_generator, +1001322,23,Proposed,CO_E,Residential_PV,Solar,59.81299973,0,0,20,0,0.02,NULL,23,NULL, +154432,14,Geysers Unit 5-20,CA_PGE_N,Geothermal,Geothermal,1163,0,36.2145,20,0,0,NULL,23,existing_generator, +154895,41,Hydro II,UT_N,Hydro_NonPumped,Water,6.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114879,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.119999886,90519.63375,0,20,0.06,0,NULL,23,NULL, +1117033,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.809999943,71370.13181,0,20,0.06,0,NULL,23,NULL, +1000576,41,Proposed,UT_N,Residential_PV,Solar,178.0480042,0,0,20,0,0.02,NULL,23,NULL, +154344,7,Douglas,AZ_SE,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,26.1,0,6.0375,40,0.04,0.06,8.289,23,existing_generator, +158007,9,Walden1,CAN_BC,Gas_Combustion_Turbine,Gas,30,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1113498,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,5.320000172,63850.185,0,20,0.06,0,NULL,23,NULL, +1001080,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,65.3769989,0,0,20,0,0.02,NULL,23,NULL, +1114729,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,8.859999657,45410.81569,0,20,0.06,0,NULL,23,NULL, +1191185314,25,Proposed,CO_SW,Wind,Wind,60,55989.84111,0,30,0.05,0.006,NULL,23,NULL, +1116193,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,3.980000019,62163.67069,0,20,0.06,0,NULL,23,NULL, +155056,22,Gross Hydro Plant,CO_DEN,Hydro_NonPumped,Water,7.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191210883,8,Proposed,CAN_ALB,Wind,Wind,3213.830078,42596.85486,0,30,0.05,0.006,NULL,23,NULL, +157074,36,Townsite Solar Project,NV_S,Battery_Storage,Electricity,20,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1115886,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,8.5,51727.36611,0,20,0.06,0,NULL,23,NULL, +155540,13,Ripon Generation Station,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,121,0,6.0375,40,0.04,0.06,7.417,23,existing_generator, +1113126,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,105.1299973,67629.29681,0,20,0.06,0,NULL,23,NULL, +155354,7,University of Arizona - Biosphere 2,AZ_SE,Gas_Internal_Combustion_Engine,Gas,1.6,0,33.579,20,0.04,0.06,14.835,23,existing_generator, +1114832,6,Proposed,AZ_PHX,Central_PV,Solar,62.86999893,42784.01736,0,20,0,0.02,NULL,23,NULL, +1191184756,33,Proposed,NM_N,Wind,Wind,30,50315.3175,0,30,0.05,0.006,NULL,23,NULL, +156363,15,Henrietta Solar Project,CA_PGE_S,Central_PV,Solar,102,0,0,20,0,0,NULL,23,existing_generator, +1114174,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,1.179999948,73538.80181,0,20,0.06,0,NULL,23,NULL, +158058,8,MedcnHt3,CAN_ALB,Gas_Steam_Turbine,Gas,37.8,0,4.679173726,40,0.1288,0.0915,10.43999958,23,existing_generator, +1000286,15,Proposed,CA_PGE_S,Residential_PV,Solar,75.11399841,0,0,20,0,0.02,NULL,23,NULL, +1114419,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,36.31999969,44560.00931,0,20,0.06,0,NULL,23,NULL, +1108733,42,Proposed,UT_S,Central_PV,Solar,21.81999969,158508.525,0,20,0,0.02,NULL,23,NULL, +154593,48,Boysen,WY_NW,Hydro_NonPumped,Water,15,0,0,200,0.05,0.05,NULL,23,existing_generator, +155457,11,Wilmington Hydrogen Plant,CA_LADWP,ST,Waste_Heat,31.9,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +1117013,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.309999943,107098.3635,0,20,0,0.02,NULL,23,NULL, +157873,9,Elko_BC,CAN_BC,Hydro_NonPumped,Water,12,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1116609,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,65.27999878,86911.37848,0,20,0.06,0,NULL,23,NULL, +1100100,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,1274.949951,154365.5925,0,20,0.06,0,NULL,23,NULL, +154834,43,Northeast (WA),WA_ID_AVA,Gas_Combustion_Turbine,Gas,61.8,0,6.0375,40,0.04,0.06,10.455,23,existing_generator, +156727,46,Hancock Creek Hydroelectric Project,WA_W,Hydro_NonPumped,Water,6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108169,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.46999979,78329.79861,0,20,0,0.02,NULL,23,NULL, +1118643,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,33.56000137,91591.53527,0,20,0.06,0,NULL,23,NULL, +1104886,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,12.81000042,81221.40264,0,20,0.06,0,NULL,23,NULL, +1114407,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,15.43000031,82748.89014,0,20,0.06,0,NULL,23,NULL, +1110870,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3,42943.04889,0,20,0.06,0,NULL,23,NULL, +1100099,31,Proposed,MT_SE,Central_PV,Solar,1274.949951,154365.5925,0,20,0,0.02,NULL,23,NULL, +1103820,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.940000057,91055.64111,0,20,0.06,0,NULL,23,NULL, +1191185124,23,Proposed,CO_E,Wind,Wind,30,125025.7575,0,30,0.05,0.006,NULL,23,NULL, +1118751,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,25.36000061,60719.01486,0,20,0.06,0,NULL,23,NULL, +1191209277,35,Proposed,NV_N,Geothermal,Geothermal,8,127091.79,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191185347,46,Proposed,WA_W,Wind,Wind,30,102193.3853,0,30,0.05,0.006,NULL,23,NULL, +1110026,18,Proposed,CA_SCE_SE,Central_PV,Solar,31.60000038,59525.52375,0,20,0,0.02,NULL,23,NULL, +1000865,11,Proposed,CA_LADWP,Commercial_PV,Solar,7.528800011,0,0,20,0,0.02,NULL,23,NULL, +1191183408,4,Proposed,AZ_NM_N,Wind,Wind,60,56985.5475,0,30,0.05,0.006,NULL,23,NULL, +156095,16,Foundation Cemex River Plant,CA_SCE_CEN,Wind,Wind,3.2,0,0,20,0,0,NULL,23,existing_generator, +1102721,15,Proposed,CA_PGE_S,Central_PV,Solar,2.109999895,57992.6025,0,20,0,0.02,NULL,23,NULL, +1106801,4,Proposed,AZ_NM_N,Central_PV,Solar,1.129999995,65826.49931,0,20,0,0.02,NULL,23,NULL, +1191209419,9,Proposed,CAN_BC,Geothermal,Geothermal,16,51357.63056,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1106263,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,47.00999832,51047.54361,0,20,0.06,0,NULL,23,NULL, +156805,42,Quichapa 1,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +154679,31,Yellowtail,MT_SE,Hydro_NonPumped,Water,268.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +156616,20,Lindberg FIeld Solar,CA_SDGE,Central_PV,Solar,3.2,0,0,20,0,0,NULL,23,existing_generator, +1107631,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,12.84000015,47407.17639,0,20,0.06,0,NULL,23,NULL, +1110781,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,9.850000381,56287.73514,0,20,0.06,0,NULL,23,NULL, +1191185607,7,Proposed,AZ_SE,Wind,Wind,30,123023.7225,0,30,0.05,0.006,NULL,23,NULL, +1112230,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,106.3600006,41672.39569,0,20,0.06,0,NULL,23,NULL, +1191183335,24,Proposed,CO_NW,Wind,Wind,30,50495.47556,0,30,0.05,0.006,NULL,23,NULL, +155897,3,Cotton Center Solar,AZ_APS_SW,Central_PV,Solar,17,0,0,20,0,0,NULL,23,existing_generator, +1104916,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,17.85000038,86431.51986,0,20,0.06,0,NULL,23,NULL, +1101788,33,Proposed,NM_N,Central_PV,Solar,213.0899963,90947.56986,0,20,0,0.02,NULL,23,NULL, +1109194,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.170000076,154713.3525,0,20,0.06,0,NULL,23,NULL, +1118891,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.529999971,77001.79389,0,20,0,0.02,NULL,23,NULL, +1102887,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,125.4700012,43974.735,0,20,0.06,0,NULL,23,NULL, +1110974,39,Proposed,OR_W,Central_PV,Solar,6.090000153,50893.10625,0,20,0,0.02,NULL,23,NULL, +155598,12,Buena Vista Energy LLC,CA_PGE_BAY,Wind,Wind,38,0,0,20,0,0,NULL,23,existing_generator, +1001369,1,Proposed,AZ_APS_E,Commercial_PV,Solar,373.6149902, - ,0,20,0,0.02,NULL,23,NULL, +1111228,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,8.159999847,87261.07236,0,20,0.06,0,NULL,23,NULL, +155410,19,MM Tulare Energy,CA_SCE_VLY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.8,0,6.0375,20,0.04,0.06,11.854,23,existing_generator, +156150,3,Badger 1,AZ_APS_SW,Central_PV,Solar,14.8,0,0,20,0,0,NULL,23,existing_generator, +158050,9,BrrrdTh5,CAN_BC,Gas_Steam_Turbine_Cogen,Gas,152,0,4.679173726,40,0.1288,0.0915,5.795949936,23,existing_generator, +1111768,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,3.380000114,39399.15431,0,20,0.06,0,NULL,23,NULL, +155114,39,Biomass One LP,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,40,0,13.35495,20,0.04,0.06,11.672,23,existing_generator, +155772,17,Solar Photovoltaic Project #07,CA_SCE_S,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1191183919,27,Proposed,ID_S_OR_E,Wind,Wind,30,54955.13625,0,30,0.05,0.006,NULL,23,NULL, +77491,17,PalmSprings: 1556,CA_SCE_S,Wind,Wind,38,48784.05,0,30,0.05,0.006,NULL,23,NULL, +1001848,33,Proposed,NM_N,Residential_PV,Solar,23.64699936,0,0,20,0,0.02,NULL,23,NULL, +1109336,40,Proposed,OR_WA_BPA,Central_PV,Solar,42.34999847,59217.85181,0,20,0,0.02,NULL,23,NULL, +1191184482,27,Proposed,ID_S_OR_E,Wind,Wind,60,128656.71,0,30,0.05,0.006,NULL,23,NULL, +1191182625,39,Proposed,OR_W,Wind,Wind,60,65928.89625,0,30,0.05,0.006,NULL,23,NULL, +1191183909,27,Proposed,ID_S_OR_E,Wind,Wind,30,60023.01375,0,30,0.05,0.006,NULL,23,NULL, +1191185545,43,Proposed,WA_ID_AVA,Wind,Wind,180,70725.08625,0,30,0.05,0.006,NULL,23,NULL, +155494,36,Silverhawk,NV_S,CCGT,Gas,664.7,0,5.9409,40,0.04,0.06,10.011,23,existing_generator, +1114236,21,Proposed,CA_SMUD,CSP_Trough_No_Storage,Solar,15.76000023,47965.64514,0,20,0.06,0,NULL,23,NULL, +1118877,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.929999948,77831.10111,0,20,0.06,0,NULL,23,NULL, +157019,13,Elkhorn Battery Energy Storage System,CA_PGE_CEN,Battery_Storage,Electricity,182.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1108154,42,Proposed,UT_S,Central_PV,Solar,313.25,54630.31875,0,20,0,0.02,NULL,23,NULL, +1191209324,10,Proposed,CA_IID,Geothermal,Geothermal,32,47472.38139,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209271,35,Proposed,NV_N,Geothermal,Geothermal,8,140986.4925,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1116332,12,Proposed,CA_PGE_BAY,Central_PV,Solar,1.940000057,50186.47819,0,20,0,0.02,NULL,23,NULL, +1191184189,35,Proposed,NV_N,Wind,Wind,900,147246.1725,0,30,0.05,0.006,NULL,23,NULL, +1000870,11,Proposed,CA_LADWP,Residential_PV,Solar,37.55699921,0,0,20,0,0.02,NULL,23,NULL, +1001362,37,Proposed,OR_E,Residential_PV,Solar,34.77500153,0,0,20,0,0.02,NULL,23,NULL, +1191209415,9,Proposed,CAN_BC,Geothermal,Geothermal,16,99865.80639,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1116100,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,43.34000015,100101.0236,0,20,0.06,0,NULL,23,NULL, +156428,16,Victor Mesa Linda E2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +155915,14,Shiloh III Wind Project LLC,CA_PGE_N,Wind,Wind,102.5,0,0,20,0,0,NULL,23,existing_generator, +1001086,1,Proposed,AZ_APS_E,Residential_PV,Solar,173.875, - ,0,20,0,0.02,NULL,23,NULL, +1116632,39,Proposed,OR_W,Central_PV,Solar,9.069999695,47755.29486,0,20,0,0.02,NULL,23,NULL, +1113505,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,45.27999878,55988.51569,0,20,0.06,0,NULL,23,NULL, +1104563,3,Proposed,AZ_APS_SW,Central_PV,Solar,6.610000134,68076.435,0,20,0,0.02,NULL,23,NULL, +1114337,36,Proposed,NV_S,Central_PV,Solar,6.340000153,58782.67069,0,20,0,0.02,NULL,23,NULL, +1107435,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,3.940000057,51442.39611,0,20,0.06,0,NULL,23,NULL, +1106062,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,1.909999967,70025.21736,0,20,0.06,0,NULL,23,NULL, +1111869,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,3.019999981,66918.68306,0,20,0.06,0,NULL,23,NULL, +1116159,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,13.39999962,201155.01,0,20,0.06,0,NULL,23,NULL, +1108760,33,Proposed,NM_N,Central_PV,Solar,110.3600006,52658.23069,0,20,0,0.02,NULL,23,NULL, +154520,11,Valley (CA),CA_LADWP,CCGT,Gas,630,0,5.9409,40,0.04,0.06,8.673,23,existing_generator, +155261,42,Sunnyside Cogen Associates,UT_S,Coal_Steam_Turbine,Coal,58.1,0,5.2164,40,0.04,0.06,11.452,23,existing_generator, +1102920,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.029999971,63196.32375,0,20,0.06,0,NULL,23,NULL, +1103863,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,3.970000029,91413.06111,0,20,0.06,0,NULL,23,NULL, +155802,49,Dunlap,WY_SE,Wind,Wind,111,0,0,20,0,0,NULL,23,existing_generator, +1111282,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,2.440000057,89565.105,0,20,0.06,0,NULL,23,NULL, +1191184312,35,Proposed,NV_N,Wind,Wind,210,48928.74431,0,30,0.05,0.006,NULL,23,NULL, +155185,16,Windland,CA_SCE_CEN,Wind,Wind,15.3,0,0,20,0,0,NULL,23,existing_generator, +1110526,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.519999981,60371.74069,0,20,0.06,0,NULL,23,NULL, +1191184516,37,Proposed,OR_E,Wind,Wind,120,148498.35,0,30,0.05,0.006,NULL,23,NULL, +1191182723,47,Proposed,WY_NE,Wind,Wind,60,58134.96486,0,30,0.05,0.006,NULL,23,NULL, +1108287,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.010000229,63945.21431,0,20,0.06,0,NULL,23,NULL, +1191210871,9,Proposed,CAN_BC,Wind,Wind,1058.910034,324124.395,0,30,0.05,0.006,NULL,23,NULL, +154760,46,Swift 1,WA_W,Hydro_NonPumped,Water,240,0,0,200,0.05,0.05,NULL,23,existing_generator, +157909,9,Revelstoke,CAN_BC,Hydro_NonPumped,Water,2480,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1106586,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,3.339999914,65784.23681,0,20,0.06,0,NULL,23,NULL, +1118743,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,37.79999924,57222.45806,0,20,0.06,0,NULL,23,NULL, +154566,24,Cabin Creek,CO_NW,Hydro_Pumped,Water,300,0,0,200,0.05,0.05,NULL,23,existing_generator, +158009,9,WstCstn1,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,69,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +156494,27,Benson Creek Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +1105937,25,Proposed,CO_SW,Central_PV,Solar,17.56999969,57831.76444,0,20,0,0.02,NULL,23,NULL, +1112264,2,Proposed,AZ_APS_N,Central_PV,Solar,60.49000168,71030.82431,0,20,0,0.02,NULL,23,NULL, +1113977,10,Proposed,CA_IID,Central_PV,Solar,18.04999924,46431.9975,0,20,0,0.02,NULL,23,NULL, +1106416,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,12.14000034,119215.1449,0,20,0.06,0,NULL,23,NULL, +154448,11,Sepulveda Canyon,CA_LADWP,Hydro_NonPumped,Water,8.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000507,35,Proposed,NV_N,Commercial_PV,Solar,9769.330078,0,0,20,0,0.02,NULL,23,NULL, +1102633,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,311.9100037,73002.30861,0,20,0.06,0,NULL,23,NULL, +1114796,35,Proposed,NV_N,Central_PV,Solar,29.36000061,169564.395,0,20,0,0.02,NULL,23,NULL, +1191185143,23,Proposed,CO_E,Wind,Wind,30,83213.17389,0,30,0.05,0.006,NULL,23,NULL, +1114410,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,15.82999992,53231.30736,0,20,0.06,0,NULL,23,NULL, +155918,16,Rising Tree Wind Farm,CA_SCE_CEN,Wind,Wind,79.2,0,0,20,0,0,NULL,23,existing_generator, +1110444,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,17.89999962,72553.11861,0,20,0.06,0,NULL,23,NULL, +1115885,26,Proposed,ID_E,Central_PV,Solar,8.5,51727.36611,0,20,0,0.02,NULL,23,NULL, +1117442,42,Proposed,UT_S,Central_PV,Solar,72.04000092,67518.44736,0,20,0,0.02,NULL,23,NULL, +1102933,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.830000043,73136.70431,0,20,0.06,0,NULL,23,NULL, +1191184063,46,Proposed,WA_W,Wind,Wind,30,56684.03569,0,30,0.05,0.006,NULL,23,NULL, +156262,13,Sonora 1,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154836,23,Pawnee,CO_E,Coal_Steam_Turbine,Coal,552.3,0,5.2164,40,0.04,0.06,12.21,23,existing_generator, +1191182695,39,Proposed,OR_W,Wind,Wind,30,58807.30181,0,30,0.05,0.006,NULL,23,NULL, +1191185215,36,Proposed,NV_S,Wind,Wind,30,111576.8678,0,30,0.05,0.006,NULL,23,NULL, +1100131,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,258.6900024,55878.14736,0,20,0.06,0,NULL,23,NULL, +157075,36,Townsite Solar Project,NV_S,Central_PV,Solar,180,0,0,20,0,0,NULL,23,existing_generator, +1191185673,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,124409.9325,0,30,0.05,0.006,NULL,23,NULL, +1191210838,3,Proposed,AZ_APS_SW,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +156744,7,Amphitheater High School Solar,AZ_SE,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1100262,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,63.90999985,53152.57931,0,20,0.06,0,NULL,23,NULL, +77364,16,Tehachapi: 35,CA_SCE_CEN,Wind,Wind,73,86799.3,0,30,0.05,0.006,NULL,23,NULL, +1191210396,11,Proposed,CA_LADWP,CCGT_Cogen,Gas,34.5,0,4.1213235,20,0.04,0.06,8.92483,23,NULL, +77458,14,LassenNorth: 573,CA_PGE_N,Wind,Wind,35,79895.55,0,30,0.05,0.006,NULL,23,NULL, +155239,16,Mojave 16,CA_SCE_CEN,Wind,Wind,48,0,0,20,0,0,NULL,23,existing_generator, +155371,10,Heber Geothermal,CA_IID,Geothermal,Geothermal,52,0,36.2145,20,0,0,NULL,23,existing_generator, +154981,43,Boulder Park,WA_ID_AVA,Gas_Internal_Combustion_Engine,Gas,24.6,0,33.579,20,0.04,0.06,23.119,23,existing_generator, +1001633,39,Proposed,OR_W,Commercial_PV,Solar,20.69759941,0,0,20,0,0.02,NULL,23,NULL, +1110838,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,3.859999895,81931.89375,0,20,0.06,0,NULL,23,NULL, +155254,33,Ford Utilities Center,NM_N,Gas_Combustion_Turbine,Gas,13.7,0,6.0375,40,0.04,0.06,11.38,23,existing_generator, +156901,10,USG 1,CA_IID,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +154864,42,Intermountain Power Project,UT_S,Coal_Steam_Turbine,Coal,1640,0,5.2164,41,0.04,0.06,11.005,23,existing_generator, +1106634,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,3.75999999,62247.70986,0,20,0.06,0,NULL,23,NULL, +1191182677,39,Proposed,OR_W,Wind,Wind,30,54814.33986,0,30,0.05,0.006,NULL,23,NULL, +1108286,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.010000229,63945.21431,0,20,0,0.02,NULL,23,NULL, +1110643,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,27.12000084,57935.97264,0,20,0.06,0,NULL,23,NULL, +154917,24,Tesla,CO_NW,Hydro_NonPumped,Water,26.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106655,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,3.190000057,40960.45181,0,20,0.06,0,NULL,23,NULL, +1191184477,27,Proposed,ID_S_OR_E,Wind,Wind,60,127364.685,0,30,0.05,0.006,NULL,23,NULL, +156119,37,Black Cap Solar Plant,OR_E,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191182683,39,Proposed,OR_W,Wind,Wind,30,60365.09944,0,30,0.05,0.006,NULL,23,NULL, +154508,11,Harbor,CA_LADWP,Gas_Combustion_Turbine,Gas,302.5,0,6.0375,40,0.04,0.06,11.327,23,existing_generator, +1105961,2,Proposed,AZ_APS_N,Central_PV,Solar,1.399999976,77622.68944,0,20,0,0.02,NULL,23,NULL, +155844,3,Northwest Regional,AZ_APS_SW,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,12.912,23,existing_generator, +1001093,23,Proposed,CO_E,Commercial_PV,Solar,70.73560333,0,0,20,0,0.02,NULL,23,NULL, +1115697,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,46.65000153,56129.79319,0,20,0.06,0,NULL,23,NULL, +1117742,41,Proposed,UT_N,Central_PV,Solar,35.81000137,83864.25223,0,20,0,0.02,NULL,23,NULL, +1111784,17,Proposed,CA_SCE_S,Central_PV,Solar,6.289999962,70718.68556,0,20,0,0.02,NULL,23,NULL, +1106849,42,Proposed,UT_S,Central_PV,Solar,43.43000031,70372.61889,0,20,0,0.02,NULL,23,NULL, +1115163,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,6.989999771,66384.12375,0,20,0.06,0,NULL,23,NULL, +1191209720,1,Proposed,AZ_APS_E,Battery_Storage,Electricity,NULL," 69,511.67 ",0,10,0.02,0.0055,NULL,23,NULL, +1191185480,43,Proposed,WA_ID_AVA,Wind,Wind,30,40041.06319,0,30,0.05,0.006,NULL,23,NULL, +1191184209,7,Proposed,AZ_SE,Wind,Wind,180,56216.97375,0,30,0.05,0.006,NULL,23,NULL, +1191185371,22,Proposed,CO_DEN,Wind,Wind,30,49436.73861,0,30,0.05,0.006,NULL,23,NULL, +1104968,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.730000019,69122.85639,0,20,0,0.02,NULL,23,NULL, +1191209727,8,Proposed,CAN_ALB,Battery_Storage,Electricity,NULL,77646.11306,0,10,0.02,0.0055,NULL,23,NULL, +1104255,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.109999895,64650.15375,0,20,0.06,0,NULL,23,NULL, +155907,34,Alamogordo Solar Energy Center,NM_S_TX_EPE,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1108259,2,Proposed,AZ_APS_N,Central_PV,Solar,2.289999962,81032.42889,0,20,0,0.02,NULL,23,NULL, +1191185042,22,Proposed,CO_DEN,Wind,Wind,60,40632.85611,0,30,0.05,0.006,NULL,23,NULL, +156281,42,Granite Peak Solar Plant,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191185374,22,Proposed,CO_DEN,Wind,Wind,30,48645.46764,0,30,0.05,0.006,NULL,23,NULL, +1191182624,38,Proposed,OR_PDX,Wind,Wind,30,68600.36736,0,30,0.05,0.006,NULL,23,NULL, +155818,49,Top of the World Windpower Project,WY_SE,Wind,Wind,200,0,0,20,0,0,NULL,23,existing_generator, +1001853,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,51.26200104,0,0,20,0,0.02,NULL,23,NULL, +1118177,24,Proposed,CO_NW,Central_PV,Solar,4.630000114,57153.02681,0,20,0,0.02,NULL,23,NULL, +1111252,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,2840.090088,85409.24848,0,20,0.06,0,NULL,23,NULL, +156380,40,Chopin Wind LLC,OR_WA_BPA,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +1106378,35,Proposed,NV_N,Central_PV,Solar,15.48999977,73916.98986,0,20,0,0.02,NULL,23,NULL, +1107704,5,Proposed,AZ_NW,Central_PV,Solar,48.34000015,84268.28361,0,20,0,0.02,NULL,23,NULL, +1113504,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,45.27999878,55988.51569,0,20,0.06,0,NULL,23,NULL, +1101748,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,299.0499878,54809.02875,0,20,0.06,0,NULL,23,NULL, +1111293,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,16.23999977,62749.42611,0,20,0.06,0,NULL,23,NULL, +1102748,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.400000095,71630.23014,0,20,0,0.02,NULL,23,NULL, +1103447,31,Proposed,MT_SE,Central_PV,Solar,1148.22998,59601.59625,0,20,0,0.02,NULL,23,NULL, +1191210553,12,Proposed,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen,Gas,14.39999962,0,33.5769,20,0.03,0.05,11.9797,23,NULL, +155785,33,Cimarron Solar Facility,NM_N,Central_PV,Solar,30.6,0,0,20,0,0,NULL,23,existing_generator, +1104556,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,38.11000061,84286.03764,0,20,0.06,0,NULL,23,NULL, +1191182413,26,Proposed,ID_E,Wind,Wind,30,61455.23139,0,30,0.05,0.006,NULL,23,NULL, +1191183372,24,Proposed,CO_NW,Wind,Wind,90,39912.34181,0,30,0.05,0.006,NULL,23,NULL, +154915,12,Gianera,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,64.6,0,6.0375,40,0.04,0.06,7.306,23,existing_generator, +1108118,42,Proposed,UT_S,Central_PV,Solar,11.02000046,146431.11,0,20,0,0.02,NULL,23,NULL, +1118092,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,2.460000038,63412.10306,0,20,0.06,0,NULL,23,NULL, +156730,20,Borrego Springs Energy Storage,CA_SDGE,Battery_Storage,Electricity,1.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191182651,38,Proposed,OR_PDX,Wind,Wind,30,62337.1875,0,30,0.05,0.006,NULL,23,NULL, +155750,27,Yahoo Creek,ID_S_OR_E,Wind,Wind,21,0,0,20,0,0,NULL,23,existing_generator, +156962,37,Bly Solar Center,OR_E,Central_PV,Solar,8,0,0,20,0,0,NULL,23,existing_generator, +1115973,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,10.97999954,49862.98611,0,20,0.06,0,NULL,23,NULL, +1118704,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,9.079999924,114354.9574,0,20,0.06,0,NULL,23,NULL, +1118851,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.099999905,82640.33777,0,20,0.06,0,NULL,23,NULL, +155144,11,Linde Wilmington,CA_LADWP,CCGT,Gas,31,0,5.9409,40,0.04,0.06,9.807,23,existing_generator, +156276,42,Cedar Valley Solar Plant,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +157947,8,NovaJffr1B,CAN_ALB,CCGT_Cogen,Gas,170,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1105976,36,Proposed,NV_S,Central_PV,Solar,8.239999771,77789.44236,0,20,0,0.02,NULL,23,NULL, +1117400,36,Proposed,NV_S,Central_PV,Solar,15.75,97080.10389,0,20,0,0.02,NULL,23,NULL, +1104494,42,Proposed,UT_S,Central_PV,Solar,11.68000031,140189.5425,0,20,0,0.02,NULL,23,NULL, +1108002,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.980000019,69054.51,0,20,0.06,0,NULL,23,NULL, +1191184081,46,Proposed,WA_W,Wind,Wind,60,47418.16181,0,30,0.05,0.006,NULL,23,NULL, +1117239,19,Proposed,CA_SCE_VLY,CSP_Trough_No_Storage,Solar,36.15999985,45727.90236,0,20,0.06,0,NULL,23,NULL, +1191185341,44,Proposed,WA_N_CEN,Wind,Wind,30,59093.60194,0,30,0.05,0.006,NULL,23,NULL, +1102705,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,596.1599731,66717.15319,0,20,0.06,0,NULL,23,NULL, +155406,40,Vansycle,OR_WA_BPA,Wind,Wind,25,0,0,20,0,0,NULL,23,existing_generator, +158038,28,CerroPrI1-1,MEX_BAJA,Geothermal,Geothermal,35.7,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +1113071,4,Proposed,AZ_NM_N,Central_PV,Solar,2.099999905,100710.9338,0,20,0,0.02,NULL,23,NULL, +155312,46,Koma Kulshan Associates,WA_W,Hydro_NonPumped,Water,12,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110023,2,Proposed,AZ_APS_N,Central_PV,Solar,2.75999999,61215.54264,0,20,0,0.02,NULL,23,NULL, +1191184094,46,Proposed,WA_W,Wind,Wind,60,54676.32639,0,30,0.05,0.006,NULL,23,NULL, +155288,48,Elk Basin Gasoline Plant,WY_NW,Gas_Steam_Turbine,Gas,2,0,6.0375,60,0.04,0.06,16.124,23,existing_generator, +156411,16,Rising Tree Wind Farm II,CA_SCE_CEN,Wind,Wind,19.8,0,0,20,0,0,NULL,23,existing_generator, +156880,37,Woodline Solar,OR_E,Central_PV,Solar,8,0,0,20,0,0,NULL,23,existing_generator, +1116503,25,Proposed,CO_SW,Central_PV,Solar,81.93000031,83088.92402,0,20,0,0.02,NULL,23,NULL, +156190,16,Alta Wind X,CA_SCE_CEN,Wind,Wind,138,0,0,20,0,0,NULL,23,existing_generator, +156719,16,"Bayshore Solar A, LLC",CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156324,16,Summer North Solar,CA_SCE_CEN,Central_PV,Solar,6.5,0,0,20,0,0,NULL,23,existing_generator, +1104078,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.49000001,96626.81027,0,20,0.06,0,NULL,23,NULL, +1191184948,36,Proposed,NV_S,Wind,Wind,30,63550.24389,0,30,0.05,0.006,NULL,23,NULL, +1104089,2,Proposed,AZ_APS_N,Central_PV,Solar,4.519999981,51266.34639,0,20,0,0.02,NULL,23,NULL, +1118676,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.360000014,165874.275,0,20,0.06,0,NULL,23,NULL, +1191209299,26,Proposed,ID_E,Geothermal,Geothermal,20,55557.43819,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154511,17,Haynes,CA_SCE_S,Gas_Steam_Turbine,Gas,460,0,6.0375,60,0.04,0.06,11.036,23,existing_generator, +1113953,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.149999976,76948.54125,0,20,0,0.02,NULL,23,NULL, +1117908,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,25.92000008,90117.05514,0,20,0.06,0,NULL,23,NULL, +1191185517,30,Proposed,MT_NW,Wind,Wind,60,70191.13069,0,30,0.05,0.006,NULL,23,NULL, +1104384,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,2.670000076,57038.80014,0,20,0.06,0,NULL,23,NULL, +1101525,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,3984.929932,88992.99527,0,20,0.06,0,NULL,23,NULL, +1108722,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.119999886,80173.17,0,20,0.06,0,NULL,23,NULL, +1109101,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,46.20999908,54321.8025,0,20,0.06,0,NULL,23,NULL, +1191210502,13,Proposed,CA_PGE_CEN,Coal_Steam_Turbine_Cogen,Coal,54,0,4.166232,40,0.06,0.1,11.2754,23,NULL, +155461,16,Tajiguas Plant,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,0,6.0375,20,0.04,0.06,12.539,23,existing_generator, +155769,17,Solar Photovoltaic Project #03,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1107283,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,5.510000229," 100,646.21 ",0,20,0.06,0,NULL,23,NULL, +1112642,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.399999976,45061.00389,0,20,0,0.02,NULL,23,NULL, +1116577,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,21.32999992,70045.99014,0,20,0.06,0,NULL,23,NULL, +1191185430,22,Proposed,CO_DEN,Wind,Wind,1710,65831.6925,0,30,0.05,0.006,NULL,23,NULL, +1191210534,4,Proposed,AZ_NM_N,Gas_Combustion_Turbine_Cogen,Gas,121.5999985,0,33.5769,20,0.03,0.05,4.86211,23,NULL, +1113962,35,Proposed,NV_N,Central_PV,Solar,2.819999933,70684.99819,0,20,0,0.02,NULL,23,NULL, +1110003,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,3.880000114,51776.99625,0,20,0.06,0,NULL,23,NULL, +1114366,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.450000048,45287.76861,0,20,0.06,0,NULL,23,NULL, +1101041,8,Proposed,CAN_ALB,Central_PV,Solar,868.6500244,55370.39361,0,20,0,0.02,NULL,23,NULL, +1191182719,39,Proposed,OR_W,Wind,Wind,30,67060.68694,0,30,0.05,0.006,NULL,23,NULL, +1191209179,4,Proposed,AZ_NM_N,Bio_Gas,Bio_Gas,NULL,70990.73625,16.0398,20,0.11,0.04,13.5,23,NULL, +156292,12,Santa Rita Jail,CA_PGE_BAY,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1109447,15,Proposed,CA_PGE_S,Central_PV,Solar,7.829999924,47929.66069,0,20,0,0.02,NULL,23,NULL, +1117875,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,41.24000168," 51,451.09 ",0,20,0.06,0,NULL,23,NULL, +1191185502,43,Proposed,WA_ID_AVA,Wind,Wind,60,43400.44611,0,30,0.05,0.006,NULL,23,NULL, +1191182714,39,Proposed,OR_W,Wind,Wind,390,52063.90014,0,30,0.05,0.006,NULL,23,NULL, +1102632,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,311.9100037,73002.30861,0,20,0.06,0,NULL,23,NULL, +154928,14,Geothermal 1,CA_PGE_N,Geothermal,Geothermal,110,0,36.2145,20,0,0,NULL,23,existing_generator, +155386,27,Mile 28 Water Power Project,ID_S_OR_E,Hydro_NonPumped,Water,1.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115704,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,49.18999863,40952.72569,0,20,0.06,0,NULL,23,NULL, +1116053,33,Proposed,NM_N,Central_PV,Solar,11.53999996,109029.4013,0,20,0,0.02,NULL,23,NULL, +1000873,38,Proposed,OR_PDX,Commercial_PV,Solar,129.0019989,0,0,20,0,0.02,NULL,23,NULL, +1109034,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,1.850000024,70966.10514,0,20,0.06,0,NULL,23,NULL, +1109983,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,5.099999905,60595.24611,0,20,0.06,0,NULL,23,NULL, +1104567,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.649999976,92802.16723,0,20,0.06,0,NULL,23,NULL, +1112573,24,Proposed,CO_NW,Central_PV,Solar,26.85000038,65495.04056,0,20,0,0.02,NULL,23,NULL, +1116085,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,21.21999931,45631.06181,0,20,0.06,0,NULL,23,NULL, +1191183137,36,Proposed,NV_S,Wind,Wind,30,122054.1,0,30,0.05,0.006,NULL,23,NULL, +1191210563,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,170,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +154877,39,Foster,OR_W,Hydro_NonPumped,Water,20,0,0,200,0.05,0.05,NULL,23,existing_generator, +156085,17,MillerCoors Irwindale Brewery,CA_SCE_S,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1117401,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,15.75,97080.10389,0,20,0.06,0,NULL,23,NULL, +156064,34,SunE EPE1 LLC,NM_S_TX_EPE,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1101136,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.480000019,96972.87223,0,20,0.06,0,NULL,23,NULL, +155094,27,Barber Dam,ID_S_OR_E,Hydro_NonPumped,Water,4.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155197,15,Kern Front Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,49.8,0,6.0375,40,0.04,0.06,11.672,23,existing_generator, +1191182430,26,Proposed,ID_E,Wind,Wind,30,53106.93486,0,30,0.05,0.006,NULL,23,NULL, +1191209548,29,Proposed,MT_NE,Gas_Combustion_Turbine,Gas,NULL,70251.1425,33.5769,20,0.03,0.05,10.39,23,NULL, +1106033,36,Proposed,NV_S,Central_PV,Solar,3.809999943,56315.62556,0,20,0,0.02,NULL,23,NULL, +1191183772,38,Proposed,OR_PDX,Wind,Wind,30,69786.61819,0,30,0.05,0.006,NULL,23,NULL, +155691,18,NRG Solar Blythe LLC,CA_SCE_SE,Central_PV,Solar,21,0,0,20,0,0,NULL,23,existing_generator, +1191183283,41,Proposed,UT_N,Wind,Wind,30,46876.23486,0,30,0.05,0.006,NULL,23,NULL, +154354,7,H Wilson Sundt Generating Station,AZ_SE,Gas_Steam_Turbine,Gas,286.9,0,6.0375,60,0.04,0.06,9.794,23,existing_generator, +154547,13,Don Pedro,CA_PGE_CEN,Hydro_NonPumped,Water,170.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +154906,14,Thermalito Diverson Dam,CA_PGE_N,Hydro_NonPumped,Water,3.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1113137,35,Proposed,NV_N,Central_PV,Solar,16.64999962,122843.805,0,20,0,0.02,NULL,23,NULL, +156326,16,Expressway Solar B,CA_SCE_CEN,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191185578,1,Proposed,AZ_APS_E,Wind,Wind,30," 112,843.29 ",0,30,0.05,0.006,NULL,23,NULL, +1191185661,13,Proposed,CA_PGE_CEN,Offshore_Wind,Wind,90,70904.76319,0,30,0.05,0.006,NULL,23,NULL, +155516,35,Brady,NV_N,Geothermal,Geothermal,21.5,0,36.2145,20,0,0,NULL,23,existing_generator, +155615,40,Biglow Canyon Wind Farm,OR_WA_BPA,Wind,Wind,449.7,0,0,20,0,0,NULL,23,existing_generator, +1112245,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,177.1100006,44977.92694,0,20,0.06,0,NULL,23,NULL, +1114704,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,3.50999999,60446.11986,0,20,0.06,0,NULL,23,NULL, +154875,35,Washoe,NV_N,Hydro_NonPumped,Water,2.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102876,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,78.55000305,52753.62319,0,20,0.06,0,NULL,23,NULL, +1104688,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,14.38000011,61793.08611,0,20,0.06,0,NULL,23,NULL, +1000078,41,Proposed,UT_N,Residential_PV,Solar,87.63300323,0,0,20,0,0.02,NULL,23,NULL, +1103828,41,Proposed,UT_N,Central_PV,Solar,125.8600006,77689.82361,0,20,0,0.02,NULL,23,NULL, +1110890,36,Proposed,NV_S,Central_PV,Solar,4.139999866,67244.4675,0,20,0,0.02,NULL,23,NULL, +158030,28,CerroPr3-2,MEX_BAJA,Geothermal,Geothermal,104.5,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +1110878,33,Proposed,NM_N,Central_PV,Solar,7.690000057,57762.81431,0,20,0,0.02,NULL,23,NULL, +1118665,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,27.63999939,50818.845,0,20,0.06,0,NULL,23,NULL, +154351,3,Yucca,AZ_APS_SW,Gas_Steam_Turbine,Gas,86.7,0,6.0375,60,0.04,0.06,10.374,23,existing_generator, +156303,42,Utah Red Hills Renewable Energy Park,UT_S,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +1191209348,35,Proposed,NV_N,Geothermal,Geothermal,32,106985.4622,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191183820,40,Proposed,OR_WA_BPA,Wind,Wind,30,153363.3675,0,30,0.05,0.006,NULL,23,NULL, +155234,13,New Hogan Power Plant,CA_PGE_CEN,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109223,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,15.61999989,82196.81736,0,20,0.06,0,NULL,23,NULL, +1110936,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,17.52000046,48727.33236,0,20,0.06,0,NULL,23,NULL, +1191183325,24,Proposed,CO_NW,Wind,Wind,330,49410.77736,0,30,0.05,0.006,NULL,23,NULL, +1103097,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,24.89999962,45852.76069,0,20,0.06,0,NULL,23,NULL, +1112414,7,Proposed,AZ_SE,Central_PV,Solar,15.61999989,73647.47681,0,20,0,0.02,NULL,23,NULL, +1115249,36,Proposed,NV_S,Central_PV,Solar,3.109999895,45195.15431,0,20,0,0.02,NULL,23,NULL, +1000314,15,Proposed,CA_PGE_S,Residential_PV,Solar,275.4179993,0,0,20,0,0.02,NULL,23,NULL, +1191209472,8,Proposed,CAN_ALB,Bio_Gas,Bio_Gas,NULL,77646.11306,16.0398,20,0.11,0.04,13.5,23,NULL, +155988,21,RE Dillard 3,CA_SMUD,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191210376,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,45.29999924,0,4.1213235,20,0.04,0.06,8.70527,23,NULL, +157014,3,"Sun Streams, LLC",AZ_APS_SW,Central_PV,Solar,150,0,0,20,0,0,NULL,23,existing_generator, +1107524,13,Proposed,CA_PGE_CEN,Central_PV,Solar,37.22999954,46948.8075,0,20,0,0.02,NULL,23,NULL, +1191210076,28,Proposed,MEX_BAJA,Geothermal,Geothermal,104.5,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1118755,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,35.13000107,63114.94014,0,20,0.06,0,NULL,23,NULL, +156052,20,Desert Green Solar Farm LLC,CA_SDGE,Central_PV,Solar,6.3,0,0,20,0,0,NULL,23,existing_generator, +1104519,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,30.13999939,138720.015,0,20,0.06,0,NULL,23,NULL, +155850,27,Desert Meadow Windfarm,ID_S_OR_E,Wind,Wind,23,0,0,20,0,0,NULL,23,existing_generator, +1000793,18,Proposed,CA_SCE_SE,Commercial_PV,Solar,48.5603981,0,0,20,0,0.02,NULL,23,NULL, +1118321,36,Proposed,NV_S,Central_PV,Solar,12.23999977,54749.49806,0,20,0,0.02,NULL,23,NULL, +1115694,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,7.320000172,114736.8953,0,20,0.06,0,NULL,23,NULL, +1191183319,24,Proposed,CO_NW,Wind,Wind,30,42688.50694,0,30,0.05,0.006,NULL,23,NULL, +158089,8,Wind_EP_Can_31,CAN_ALB,Wind,Wind,0.2,0,0,30,0.05,0.006,NULL,23,existing_generator, +1117319,15,Proposed,CA_PGE_S,Central_PV,Solar,30.77000046,59803.61194,0,20,0,0.02,NULL,23,NULL, +1000289,10,Proposed,CA_IID,Commercial_PV,Solar,3088.919922,0,0,20,0,0.02,NULL,23,NULL, +1100656,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,389.75,43948.41056,0,20,0.06,0,NULL,23,NULL, +157031,12,Gavilan District College Solar Project,CA_PGE_BAY,Battery_Storage,Electricity,0.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +156043,17,San Antonio West Solar Rooftop,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1102449,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,1.320000052,44189.91056,0,20,0.06,0,NULL,23,NULL, +1191210562,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,184,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +1191210495,41,Proposed,UT_N,Gas_Internal_Combustion_Engine_Cogen,Gas,1.799999952,0,33.5769,20,0.03,0.05,5.50651,23,NULL, +154584,17,Valley View,CA_SCE_S,Hydro_NonPumped,Water,4.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155392,20,Richard J Donovan Correctional Facility,CA_SDGE,Gas_Combustion_Turbine,Gas,2.6,0,6.0375,40,0.04,0.06,18.193,23,existing_generator, +155050,14,Greenleaf 2 Power Plant,CA_PGE_N,Gas_Combustion_Turbine,Gas,49.5,0,6.0375,30,0.04,0.06,11.044,23,existing_generator, +1102782,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,185.0899963,51594.18264,0,20,0.06,0,NULL,23,NULL, +155436,3,Red Hawk,AZ_APS_SW,CCGT,Gas,1140.3,0,5.9409,40,0.04,0.06,7.999,23,existing_generator, +1116571,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,11.28999996,80327.37152,0,20,0.06,0,NULL,23,NULL, +1117820,16,Proposed,CA_SCE_CEN,Central_PV,Solar,11.55000019,68191.27014,0,20,0,0.02,NULL,23,NULL, +1116567,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,21.89999962,117059.6347,0,20,0.06,0,NULL,23,NULL, +1113548,35,Proposed,NV_N,Central_PV,Solar,2.029999971,193577.9475,0,20,0,0.02,NULL,23,NULL, +1191185429,22,Proposed,CO_DEN,Wind,Wind,90,76843.85194,0,30,0.05,0.006,NULL,23,NULL, +1110021,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,18.13999939,57301.18611,0,20,0.06,0,NULL,23,NULL, +1110873,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,59.75,47148.40819,0,20,0.06,0,NULL,23,NULL, +1191209365,37,Proposed,OR_E,Geothermal,Geothermal,8,63699.2475,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1105969,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,26.11000061,51304.98639,0,20,0.06,0,NULL,23,NULL, +1112636,36,Proposed,NV_S,Central_PV,Solar,54.11999893,100439.1236,0,20,0,0.02,NULL,23,NULL, +1118344,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.350000024,85440.285,0,20,0.06,0,NULL,23,NULL, +1105984,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,93.70999908,42734.6325,0,20,0.06,0,NULL,23,NULL, +1111212,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,6.039999962,89440.60986,0,20,0.06,0,NULL,23,NULL, +1111772,2,Proposed,AZ_APS_N,Central_PV,Solar,34.38999939,68096.59931,0,20,0,0.02,NULL,23,NULL, +156574,13,Oro Loma,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156907,17,HEBT Irvine 2,CA_SCE_S,Battery_Storage,Electricity,5.8,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191185512,43,Proposed,WA_ID_AVA,Wind,Wind,30,42010.49569,0,30,0.05,0.006,NULL,23,NULL, +1105517,38,Proposed,OR_PDX,Central_PV,Solar,9.93999958,53520.0225,0,20,0,0.02,NULL,23,NULL, +1117877,4,Proposed,AZ_NM_N,Central_PV,Solar,8.970000267,82922.40223,0,20,0,0.02,NULL,23,NULL, +1191182669,39,Proposed,OR_W,Wind,Wind,30,55975.83694,0,30,0.05,0.006,NULL,23,NULL, +1114859,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,58.58000183,65868.39861,0,20,0,0.02,NULL,23,NULL, +1117519,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,14.43999958,90708.73014,0,20,0.06,0,NULL,23,NULL, +1191184780,33,Proposed,NM_N,Wind,Wind,30,68611.11694,0,30,0.05,0.006,NULL,23,NULL, +1115655,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,6.289999962,70817.70056,0,20,0.06,0,NULL,23,NULL, +1118797,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,106.3600006,67438.39389,0,20,0.06,0,NULL,23,NULL, +157995,8,ColdLake2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,76.5,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1115576,4,Proposed,AZ_NM_N,Central_PV,Solar,4.96999979,94489.77111,0,20,0,0.02,NULL,23,NULL, +1191182654,39,Proposed,OR_W,Wind,Wind,30,66633.4725,0,30,0.05,0.006,NULL,23,NULL, +156963,15,Liberty HS Solar Project,CA_PGE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1103471,8,Proposed,CAN_ALB,Central_PV,Solar,335.8599854,55202.79639,0,20,0,0.02,NULL,23,NULL, +155767,26,Goshen Phase II,ID_E,Wind,Wind,124.5,0,0,20,0,0,NULL,23,existing_generator, +1110042,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,25.10000038,40483.8525,0,20,0.06,0,NULL,23,NULL, +155002,46,Newhalem,WA_W,Hydro_NonPumped,Water,2.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +156384,10,Calipatria Solar Farm,CA_IID,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1106656,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,3.190000057,40960.45181,0,20,0.06,0,NULL,23,NULL, +1112725,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,26.10000038," 78,373.63 ",0,20,0.06,0,NULL,23,NULL, +1106036,35,Proposed,NV_N,Central_PV,Solar,5.289999962,86074.58098,0,20,0,0.02,NULL,23,NULL, +1117398,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,9.430000305,64180.07306,0,20,0.06,0,NULL,23,NULL, +154813,47,Wyodak,WY_NE,Coal_Steam_Turbine,Coal,402.3,0,5.2164,40,0.04,0.06,12.617,23,existing_generator, +1113985,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,73.01000214,54940.64625,0,20,0.06,0,NULL,23,NULL, +1116526,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,41.95999908,40667.15194,0,20,0.06,0,NULL,23,NULL, +1191210861,8,Proposed,CAN_ALB,Wind,Wind,5547.580078,48070.09389,0,30,0.05,0.006,NULL,23,NULL, +1117518,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,14.43999958,90708.73014,0,20,0.06,0,NULL,23,NULL, +1191183750,40,Proposed,OR_WA_BPA,Wind,Wind,30,76886.71819,0,30,0.05,0.006,NULL,23,NULL, +1191182606,30,Proposed,MT_NW,Wind,Wind,30,49481.17556,0,30,0.05,0.006,NULL,23,NULL, +1191210103,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,30,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210576,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,75,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +156580,42,"Iron Springs Solar, LLC",UT_S,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +1109901,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,38.61000061,58815.03264,0,20,0.06,0,NULL,23,NULL, +1191183908,27,Proposed,ID_S_OR_E,Wind,Wind,30,63372.85931,0,30,0.05,0.006,NULL,23,NULL, +154556,13,W R Gianelli,CA_PGE_CEN,Hydro_Pumped,Water,424,0,0,200,0.05,0.05,NULL,23,existing_generator, +1101526,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,3984.929932,88992.99527,0,20,0.06,0,NULL,23,NULL, +1106887,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,12.76000023,55078.30125,0,20,0.06,0,NULL,23,NULL, +1108757,41,Proposed,UT_N,Central_PV,Solar,2.619999886,91809.97014,0,20,0,0.02,NULL,23,NULL, +156722,15,Redwood 4 Solar Farm,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +155653,41,Spanish Fork Wind Park 2 LLC,UT_N,Wind,Wind,18.9,0,0,20,0,0,NULL,23,existing_generator, +157991,8,Mackay,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,170,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1104934,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,5.159999847,76688.08444,0,20,0.06,0,NULL,23,NULL, +1110915,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,21.45000076,149053.8,0,20,0.06,0,NULL,23,NULL, +1191183718,40,Proposed,OR_WA_BPA,Wind,Wind,90,68507.87569,0,30,0.05,0.006,NULL,23,NULL, +155006,35,Desert Peak Power Plant,NV_N,Geothermal,Geothermal,26,0,36.2145,20,0,0,NULL,23,existing_generator, +1104063,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.419999957,83174.05277,0,20,0.06,0,NULL,23,NULL, +1112197,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,10.18000031,39565.18556,0,20,0.06,0,NULL,23,NULL, +154947,40,McNary Dam Fish Attraction Project,OR_WA_BPA,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +155213,11,Saint Johns Health Center,CA_LADWP,Gas_Combustion_Turbine,Gas,1.2,0,6.0375,40,0.04,0.06,11.017,23,existing_generator, +156155,6,Jewish Community Center PV,AZ_PHX,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1107517,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,14.35999966,54007.97514,0,20,0.06,0,NULL,23,NULL, +1114570,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,1.789999962,62782.39181,0,20,0.06,0,NULL,23,NULL, +155830,15,Sun City Project LLC,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1118872,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.160000086,67982.12736,0,20,0.06,0,NULL,23,NULL, +1191183239,41,Proposed,UT_N,Wind,Wind,30,48841.68639,0,30,0.05,0.006,NULL,23,NULL, +156316,14,North Bay Solar 1,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1107311,10,Proposed,CA_IID,Central_PV,Solar,14.17000008,92107.13777,0,20,0,0.02,NULL,23,NULL, +156175,16,Radiance Solar 4,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191184057,46,Proposed,WA_W,Wind,Wind,60,47086.09931,0,30,0.05,0.006,NULL,23,NULL, +155519,43,Grimes Way,WA_ID_AVA,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.8,0,33.579,20,0.04,0.06,7.326,23,existing_generator, +1191182433,26,Proposed,ID_E,Wind,Wind,30,42989.415,0,30,0.05,0.006,NULL,23,NULL, +1107740,1,Proposed,AZ_APS_E,Central_PV,Solar,38," 85,239.24 ",0,20,0,0.02,NULL,23,NULL, +1000160,41,Proposed,UT_N,Residential_PV,Solar,20.86499977,0,0,20,0,0.02,NULL,23,NULL, +1100401,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,184.0599976,104022.7478,0,20,0.06,0,NULL,23,NULL, +1191184487,27,Proposed,ID_S_OR_E,Wind,Wind,30,123521.2125,0,30,0.05,0.006,NULL,23,NULL, +1100345,33,Proposed,NM_N,Central_PV,Solar,136.2799988,79785.20402,0,20,0,0.02,NULL,23,NULL, +1118291,35,Proposed,NV_N,Central_PV,Solar,49.77000046,157745.385,0,20,0,0.02,NULL,23,NULL, +156602,26,American Falls Solar,ID_E,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1000302,49,Proposed,WY_SE,Residential_PV,Solar,37.55699921,0,0,20,0,0.02,NULL,23,NULL, +1106462,36,Proposed,NV_S,Central_PV,Solar,11.02000046,89835.94348,0,20,0,0.02,NULL,23,NULL, +1109217,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,8.029999733,81547.42764,0,20,0.06,0,NULL,23,NULL, +1191183333,24,Proposed,CO_NW,Wind,Wind,30,40817.84889,0,30,0.05,0.006,NULL,23,NULL, +1117404,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,22.47999954,57507.1875,0,20,0.06,0,NULL,23,NULL, +157070,15,"American Kings Solar, LLC",CA_PGE_S,Central_PV,Solar,123,0,0,20,0,0,NULL,23,existing_generator, +158026,8,Foster_Creek2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1116334,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,1.940000057,50186.47819,0,20,0.06,0,NULL,23,NULL, +155639,27,Elkhorn Valley Wind Farm,ID_S_OR_E,Wind,Wind,100.7,0,0,20,0,0,NULL,23,existing_generator, +156153,18,Venable Solar 1,CA_SCE_SE,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1001363,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,7.596600056,0,0,20,0,0.02,NULL,23,NULL, +1104929,35,Proposed,NV_N,Central_PV,Solar,113.4100037,162193.815,0,20,0,0.02,NULL,23,NULL, +1191209267,35,Proposed,NV_N,Geothermal,Geothermal,115,57143.48944,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110448,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.389999986,46751.50389,0,20,0.06,0,NULL,23,NULL, +1191182673,39,Proposed,OR_W,Wind,Wind,60,61869.885,0,30,0.05,0.006,NULL,23,NULL, +156674,16,Central Antelope Dry Ranch B LLC,CA_SCE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +156829,16,Antelope Expansion 2,CA_SCE_CEN,Central_PV,Solar,105,0,0,20,0,0,NULL,23,existing_generator, +1107306,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,33.83000183," 68,730.66 ",0,20,0.06,0,NULL,23,NULL, +156682,16,"Portal Ridge Solar B, LLC",CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1109409,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,1.279999971,53972.35389,0,20,0.06,0,NULL,23,NULL, +1115283,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,13.18999958,83844.81902,0,20,0.06,0,NULL,23,NULL, +155665,22,Denver Int Airport,CO_DEN,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +1191183717,40,Proposed,OR_WA_BPA,Wind,Wind,30,64149.16389,0,30,0.05,0.006,NULL,23,NULL, +1191209758,39,Proposed,OR_W,Battery_Storage,Electricity,NULL,76906.51931,0,10,0.02,0.0055,NULL,23,NULL, +1104450,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,39.40000153,80170.39652,0,20,0.06,0,NULL,23,NULL, +1103321,8,Proposed,CAN_ALB,Central_PV,Solar,333.3699951,89496.63598,0,20,0,0.02,NULL,23,NULL, +77361,16,SanBernardino_Lucerne: 29,CA_SCE_CEN,Wind,Wind,63,39036.9,0,30,0.05,0.006,NULL,23,NULL, +1104144,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,1.399999976,81731.44875,0,20,0.06,0,NULL,23,NULL, +1191183264,41,Proposed,UT_N,Wind,Wind,60,82806.48223,0,30,0.05,0.006,NULL,23,NULL, +155660,17,Dillon Wind LLC,CA_SCE_S,Wind,Wind,45,0,0,20,0,0,NULL,23,existing_generator, +1112740,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.919999957,90576.86736,0,20,0.06,0,NULL,23,NULL, +154480,16,Santa Ana 1,CA_SCE_CEN,Hydro_NonPumped,Water,3.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191210856,8,Proposed,CAN_ALB,Wind,Wind,7411.419922,41569.63556,0,30,0.05,0.006,NULL,23,NULL, +156598,15,Morelos del Sol,CA_PGE_S,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +1109202,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.220000029,167270.145,0,20,0.06,0,NULL,23,NULL, +1109989,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,2.099999905,83727.56889,0,20,0.06,0,NULL,23,NULL, +155289,16,Mojave 4,CA_SCE_CEN,Wind,Wind,29,0,0,20,0,0,NULL,23,existing_generator, +1191183306,50,Proposed,WY_SW,Wind,Wind,30,95842.04848,0,30,0.05,0.006,NULL,23,NULL, +154764,46,Lower Baker,WA_W,Hydro_NonPumped,Water,111.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156697,36,"Boulder Solar Power, LLC",NV_S,Central_PV,Solar,100,0,0,20,0,0,NULL,23,existing_generator, +1104079,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.49000001,96626.81027,0,20,0.06,0,NULL,23,NULL, +1115758,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,60.43000031,73954.42236,0,20,0.06,0,NULL,23,NULL, +1107770,5,Proposed,AZ_NW,Central_PV,Solar,22.04000092,55739.64806,0,20,0,0.02,NULL,23,NULL, +1191183367,24,Proposed,CO_NW,Wind,Wind,60,37749.46875,0,30,0.05,0.006,NULL,23,NULL, +154649,26,Oneida,ID_E,Hydro_NonPumped,Water,30,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110440,17,Proposed,CA_SCE_S,Central_PV,Solar,10.25,48578.9325,0,20,0,0.02,NULL,23,NULL, +1118754,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,35.13000107,63114.94014,0,20,0.06,0,NULL,23,NULL, +154774,44,Priest Rapids,WA_N_CEN,Hydro_NonPumped,Water,955.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +156143,17,West Valley High School Solar,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1106411,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.680000067,155858.0625,0,20,0,0.02,NULL,23,NULL, +1114322,36,Proposed,NV_S,Central_PV,Solar,51.27999878,193393.2,0,20,0,0.02,NULL,23,NULL, +1191185433,22,Proposed,CO_DEN,Wind,Wind,90,50139.62625,0,30,0.05,0.006,NULL,23,NULL, +1103951,30,Proposed,MT_NW,Central_PV,Solar,39.11000061,60391.54181,0,20,0,0.02,NULL,23,NULL, +154866,37,Bend,OR_E,Hydro_NonPumped,Water,1.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +154343,1,Cholla,AZ_APS_E,Coal_Steam_Turbine,Coal,839.9,0,5.2164,40,0.04,0.06,10.586,23,existing_generator, +154554,13,ONeill,CA_PGE_CEN,Hydro_Pumped,Water,25.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102917,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,4.349999905,93020.24361,0,20,0.06,0,NULL,23,NULL, +1191185383,22,Proposed,CO_DEN,Wind,Wind,30,44723.50764,0,30,0.05,0.006,NULL,23,NULL, +77505,14,Solano: 1905,CA_PGE_N,Wind,Wind,64,44935.8,0,30,0.05,0.006,NULL,23,NULL, +1105457,3,Proposed,AZ_APS_SW,Central_PV,Solar,9.270000458,57133.70681,0,20,0,0.02,NULL,23,NULL, +1117764,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,22.09000015,50504.16861,0,20,0.06,0,NULL,23,NULL, +1100349,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,829.7600098,45003.64764,0,20,0.06,0,NULL,23,NULL, +1191182609,30,Proposed,MT_NW,Wind,Wind,30,54637.32319,0,30,0.05,0.006,NULL,23,NULL, +155990,21,RE Bruceville 1,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1191183154,31,Proposed,MT_SE,Wind,Wind,690,82173.9975,0,30,0.05,0.006,NULL,23,NULL, +157850,9,Ashlu_Creek,CAN_BC,Hydro_NonPumped,Water,49.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1105471,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,20.70999908,49414.88569,0,20,0.06,0,NULL,23,NULL, +1191185411,22,Proposed,CO_DEN,Wind,Wind,60,61836.55611,0,30,0.05,0.006,NULL,23,NULL, +77459,14,LassenNorth: 574,CA_PGE_N,Wind,Wind,56,105750.75,0,30,0.05,0.006,NULL,23,NULL, +156708,12,CA Dept of Public Health at Richmond,CA_PGE_BAY,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1113993,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,3.220000029,48191.325,0,20,0.06,0,NULL,23,NULL, +1191185295,25,Proposed,CO_SW,Wind,Wind,330,38519.37028,0,30,0.05,0.006,NULL,23,NULL, +1100432,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,723.8400269,80845.62486,0,20,0,0.02,NULL,23,NULL, +1104889,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.110000134,62880.19931,0,20,0.06,0,NULL,23,NULL, +1110511,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,14.81999969,86402.05875,0,20,0.06,0,NULL,23,NULL, +1102505,35,Proposed,NV_N,Central_PV,Solar,6.699999809,137415.915,0,20,0,0.02,NULL,23,NULL, +1191182461,36,Proposed,NV_S,Wind,Wind,270,139359.99,0,30,0.05,0.006,NULL,23,NULL, +1110349,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,3.069999933,46754.15944,0,20,0.06,0,NULL,23,NULL, +1191185431,22,Proposed,CO_DEN,Wind,Wind,30,55601.7525,0,30,0.05,0.006,NULL,23,NULL, +1191209767,48,Proposed,WY_NW,Battery_Storage,Electricity,NULL,72469.68319,0,10,0.02,0.0055,NULL,23,NULL, +156066,18,"Desert Sunlight 300, LLC",CA_SCE_SE,Central_PV,Solar,313.7,0,0,20,0,0,NULL,23,existing_generator, +1107289,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.470000029,56354.75139,0,20,0.06,0,NULL,23,NULL, +77515,16,MountainPass: 1915,CA_SCE_CEN,Wind,Wind,61,43470,0,30,0.05,0.006,NULL,23,NULL, +1109224,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,15.61999989,82196.81736,0,20,0.06,0,NULL,23,NULL, +155335,15,Western Power & Steam Inc,CA_PGE_S,Gas_Combustion_Turbine,Gas,27.7,0,6.0375,40,0.04,0.06,10.868,23,existing_generator, +1191209204,6,Proposed,AZ_PHX,Bio_Gas,Bio_Gas,NULL,69511.67139,16.0398,20,0.11,0.04,13.5,23,NULL, +1105454,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.900000095,79103.80611,0,20,0,0.02,NULL,23,NULL, +154949,21,Carson Ice-Gen Project,CA_SMUD,CCGT,Gas,71.5,0,5.9409,40,0.04,0.06,11.642,23,existing_generator, +155773,17,Solar Photovoltaic Project #08,CA_SCE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1115665,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.859999895,54207.33056,0,20,0.06,0,NULL,23,NULL, +1191210102,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,10,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210410,15,Proposed,CA_PGE_S,Coal_Steam_Turbine_Cogen,Coal,38.20000076,0,4.166232,40,0.06,0.1,10.9327,23,NULL, +1106455,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.559999943,66847.80375,0,20,0.06,0,NULL,23,NULL, +1107523,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,51.50999832,58645.98264,0,20,0.06,0,NULL,23,NULL, +1114193,40,Proposed,OR_WA_BPA,Central_PV,Solar,29.45000076,64903.125,0,20,0,0.02,NULL,23,NULL, +1191183703,50,Proposed,WY_SW,Wind,Wind,90,77598.41681,0,30,0.05,0.006,NULL,23,NULL, +1113532,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,38.5,47376.86625,0,20,0.06,0,NULL,23,NULL, +155367,22,Boulder City Lakewood Hydro,CO_DEN,Hydro_NonPumped,Water,3.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156017,16,Alta Wind VIII,CA_SCE_CEN,Wind,Wind,150,0,0,20,0,0,NULL,23,existing_generator, +155318,16,Coram Energy LLC (ECT),CA_SCE_CEN,Wind,Wind,7.5,0,0,20,0,0,NULL,23,existing_generator, +156835,32,"Green Meadow Solar, LLC",MT_SW,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +155690,27,Cassia Gulch,ID_S_OR_E,Wind,Wind,18.9,0,0,20,0,0,NULL,23,existing_generator, +1100357,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,2578.290039,44159.4825,0,20,0,0.02,NULL,23,NULL, +1103934,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,330.3900146,86874.43652,0,20,0.06,0,NULL,23,NULL, +1191209759,40,Proposed,OR_WA_BPA,Battery_Storage,Electricity,NULL,76906.51931,0,10,0.02,0.0055,NULL,23,NULL, +1111283,4,Proposed,AZ_NM_N,Central_PV,Solar,11.11999989,67444.06819,0,20,0,0.02,NULL,23,NULL, +1116874,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,26.04999924,47878.5825,0,20,0.06,0,NULL,23,NULL, +1191209753,34,Proposed,NM_S_TX_EPE,Battery_Storage,Electricity,NULL,70990.73625,0,10,0.02,0.0055,NULL,23,NULL, +157911,9,Rutherford_Creek_Hydro,CAN_BC,Hydro_NonPumped,Water,50,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1111760,35,Proposed,NV_N,Central_PV,Solar,64.69999695,152549.5125,0,20,0,0.02,NULL,23,NULL, +156265,14,Sierra Nevada Brewing Co,CA_PGE_N,Battery_Storage,Electricity,0.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +156666,34,Alta Luna,NM_S_TX_EPE,Central_PV,Solar,28.1,0,0,20,0,0,NULL,23,existing_generator, +156216,18,McCoy Solar Energy Project,CA_SCE_SE,Central_PV,Solar,270.6,0,0,20,0,0,NULL,23,existing_generator, +1191182628,39,Proposed,OR_W,Wind,Wind,60,51430.92486,0,30,0.05,0.006,NULL,23,NULL, +1105160,16,Proposed,CA_SCE_CEN,Central_PV,Solar,6.980000019,51156.70444,0,20,0,0.02,NULL,23,NULL, +156521,33,Cibola,NM_N,Central_PV,Solar,7.6,0,0,20,0,0,NULL,23,existing_generator, +1112038,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,9,48624.69486,0,20,0.06,0,NULL,23,NULL, +1115726,35,Proposed,NV_N,Central_PV,Solar,2.529999971,88402.2825,0,20,0,0.02,NULL,23,NULL, +1117998,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,2.420000076,44555.06139,0,20,0.06,0,NULL,23,NULL, +1111364,18,Proposed,CA_SCE_SE,Central_PV,Solar,22.46999931,49711.5675,0,20,0,0.02,NULL,23,NULL, +156089,16,Edwards Air Force Base,CA_SCE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1000795,41,Proposed,UT_N,Commercial_PV,Solar,9.70359993,0,0,20,0,0.02,NULL,23,NULL, +1191184283,26,Proposed,ID_E,Wind,Wind,30,110493.1365,0,30,0.05,0.006,NULL,23,NULL, +1104459,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,11.19999981,49371.89681,0,20,0.06,0,NULL,23,NULL, +1191183177,31,Proposed,MT_SE,Wind,Wind,30,73455.72486,0,30,0.05,0.006,NULL,23,NULL, +155876,23,Carson Solar I,CO_E,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1113513,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.429999828,129707.235,0,20,0.06,0,NULL,23,NULL, +1100379,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,257.6099854,70504.7175,0,20,0.06,0,NULL,23,NULL, +1105661,43,Proposed,WA_ID_AVA,Central_PV,Solar,3.539999962,49976.97694,0,20,0,0.02,NULL,23,NULL, +155012,22,Foothills Hydro Plant,CO_DEN,Hydro_NonPumped,Water,3.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209414,9,Proposed,CAN_BC,Geothermal,Geothermal,45,196920.3075,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77389,16,Tehachapi: 63,CA_SCE_CEN,Wind,Wind,18,42080.85,0,30,0.05,0.006,NULL,23,NULL, +1191182783,49,Proposed,WY_SE,Wind,Wind,30,54327.47681,0,30,0.05,0.006,NULL,23,NULL, +154978,23,Airport Industrial,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,0,33.579,20,0.04,0.06,9.068,23,existing_generator, +155679,12,Ameresco Keller Canyon,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.8,0,6.0375,20,0.04,0.06,10.277,23,existing_generator, +1191183559,29,Proposed,MT_NE,Wind,Wind,30,91777.36764,0,30,0.05,0.006,NULL,23,NULL, +1111300,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.720000029,48560.82,0,20,0.06,0,NULL,23,NULL, +1112254,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.800000191,85346.58111,0,20,0.06,0,NULL,23,NULL, +155645,40,Russell D Smith,OR_WA_BPA,Hydro_NonPumped,Water,6.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1100389,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,193.6499939,49029.69319,0,20,0.06,0,NULL,23,NULL, +156197,11,CSU Northridge Plant,CA_LADWP,Central_PV,Solar,0.6,0,0,20,0,0,NULL,23,existing_generator, +1110020,3,Proposed,AZ_APS_SW,Central_PV,Solar,18.13999939,57301.18611,0,20,0,0.02,NULL,23,NULL, +154931,25,Towaoc,CO_SW,Hydro_NonPumped,Water,11.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105432,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,13.01000023,83958.6825,0,20,0.06,0,NULL,23,NULL, +1107758,35,Proposed,NV_N,Central_PV,Solar,14.76000023,104897.5815,0,20,0,0.02,NULL,23,NULL, +154807,24,Craig (CO),CO_NW,Coal_Steam_Turbine,Coal,1427.6,0,5.2164,45,0.04,0.06,15.712,23,existing_generator, +1191183224,31,Proposed,MT_SE,Wind,Wind,30,66837.17681,0,30,0.05,0.006,NULL,23,NULL, +1107180,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,5.21999979,81362.68014,0,20,0.06,0,NULL,23,NULL, +1111316,35,Proposed,NV_N,Central_PV,Solar,26.73999977,82651.20527,0,20,0,0.02,NULL,23,NULL, +1191210584,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +77353,16,Tehachapi: 21,CA_SCE_CEN,Wind,Wind,31,86899.05,0,30,0.05,0.006,NULL,23,NULL, +154778,46,Alder,WA_W,Hydro_NonPumped,Water,50,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105265,17,Proposed,CA_SCE_S,Central_PV,Solar,1.950000048,49852.60444,0,20,0,0.02,NULL,23,NULL, +1105353,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,78.19000244,83506.35111,0,20,0.06,0,NULL,23,NULL, +1100236,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,5124.25,46894.59264,0,20,0.06,0,NULL,23,NULL, +1107701,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,6.110000134,45195.88069,0,20,0,0.02,NULL,23,NULL, +156385,16,Division 1,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +156703,7,Bonnybrooke PV,AZ_SE,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +157935,9,Wahleach,CAN_BC,Hydro_NonPumped,Water,60,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191209310,35,Proposed,NV_N,Geothermal,Geothermal,8,101082.5985,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1118718,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.339999914,64569.25125,0,20,0.06,0,NULL,23,NULL, +1191209198,39,Proposed,OR_W,Bio_Gas,Bio_Gas,NULL,76906.51931,16.0398,20,0.11,0.04,13.5,23,NULL, +1191183749,44,Proposed,WA_N_CEN,Wind,Wind,30,41879.11875,0,30,0.05,0.006,NULL,23,NULL, +1191184300,26,Proposed,ID_E,Wind,Wind,30,117185.1015,0,30,0.05,0.006,NULL,23,NULL, +1114875,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,33.95999908,64001.96681,0,20,0.06,0,NULL,23,NULL, +155625,14,Colusa Generating Station,CA_PGE_N,CCGT,Gas,712.4,0,5.9409,40,0.04,0.06,10.111,23,existing_generator, +1109513,6,Proposed,AZ_PHX,Central_PV,Solar,3.970000029,58020.375,0,20,0,0.02,NULL,23,NULL, +1118882,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.949999809,92449.46402,0,20,0,0.02,NULL,23,NULL, +1191185685,16,Proposed,CA_SCE_CEN,Offshore_Wind,Wind,30,354765.915,0,30,0.05,0.006,NULL,23,NULL, +155951,49,Cheyenne Prairie Generating Station,WY_SE,CCGT,Gas,100,0,5.9409,40,0.04,0.06,12.364,23,existing_generator, +1115993,13,Proposed,CA_PGE_CEN,Central_PV,Solar,41.13999939,55933.21125,0,20,0,0.02,NULL,23,NULL, +1118634,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,41.70000076,55624.57236,0,20,0.06,0,NULL,23,NULL, +155301,39,Falls Creek,OR_W,Hydro_NonPumped,Water,4.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104096,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,124.1200027,41129.26125,0,20,0.06,0,NULL,23,NULL, +155500,13,Panoche Peaker,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,49.9,0,6.0375,40,0.04,0.06,14.758,23,existing_generator, +1191183286,41,Proposed,UT_N,Wind,Wind,30,82591.43402,0,30,0.05,0.006,NULL,23,NULL, +154516,11,Scattergood,CA_LADWP,Gas_Combustion_Turbine,Gas,213.8,0,6.0375,40,0.04,0.06,7.126,23,existing_generator, +1112262,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.849999905,94128.12486,0,20,0.06,0,NULL,23,NULL, +156408,19,Farmersville,CA_SCE_VLY,Central_PV,Solar,4.5,0,0,20,0,0,NULL,23,existing_generator, +1115658,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,20.31999969,43984.395,0,20,0.06,0,NULL,23,NULL, +1118831,10,Proposed,CA_IID,Central_PV,Solar,1.059999943,48229.84236,0,20,0,0.02,NULL,23,NULL, +1191210405,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,20,0,33.5769,20,0.03,0.05,5.60377,23,NULL, +1113947,2,Proposed,AZ_APS_N,Central_PV,Solar,5.139999866,62172.24111,0,20,0,0.02,NULL,23,NULL, +1191209574,5,Proposed,AZ_NW,Coal_IGCC,Coal,NULL,70990.73625,7.3442565,40,0.08,0.12,7.95,23,NULL, +156271,10,Solar Gen 2,CA_IID,Central_PV,Solar,155.1,0,0,20,0,0,NULL,23,existing_generator, +1001078,43,Proposed,WA_ID_AVA,Residential_PV,Solar,15.30099964,0,0,20,0,0.02,NULL,23,NULL, +1110071,18,Proposed,CA_SCE_SE,Central_PV,Solar,15.30000019,92681.90777,0,20,0,0.02,NULL,23,NULL, +1191185114,23,Proposed,CO_E,Wind,Wind,90,95399.62236,0,30,0.05,0.006,NULL,23,NULL, +154692,33,Reeves,NM_N,Gas_Steam_Turbine,Gas,154,0,6.0375,60,0.04,0.06,11.624,23,existing_generator, +157044,15,Blackwell Solar Park,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +154891,26,Lower No 1,ID_E,Hydro_NonPumped,Water,8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1101981,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,569.6799927,46058.39889,0,20,0.06,0,NULL,23,NULL, +1104118,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,77.84999847,46827.81694,0,20,0.06,0,NULL,23,NULL, +1191185486,43,Proposed,WA_ID_AVA,Wind,Wind,30,76061.26931,0,30,0.05,0.006,NULL,23,NULL, +157128,40,Wheatridge,OR_WA_BPA,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +1113269,40,Proposed,OR_WA_BPA,Central_PV,Solar,5.5,44100.07444,0,20,0,0.02,NULL,23,NULL, +1109216,5,Proposed,AZ_NW,Central_PV,Solar,8.029999733,81547.42764,0,20,0,0.02,NULL,23,NULL, +1117898,2,Proposed,AZ_APS_N,Central_PV,Solar,5.130000114,80111.71014,0,20,0,0.02,NULL,23,NULL, +1191182608,30,Proposed,MT_NW,Wind,Wind,30,70844.025,0,30,0.05,0.006,NULL,23,NULL, +1191182780,49,Proposed,WY_SE,Wind,Wind,25860,45591.5775,0,30,0.05,0.006,NULL,23,NULL, +1104550,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,17.27000046,50363.85806,0,20,0.06,0,NULL,23,NULL, +1191185372,22,Proposed,CO_DEN,Wind,Wind,30,40051.93069,0,30,0.05,0.006,NULL,23,NULL, +154823,30,Libby,MT_NW,Hydro_NonPumped,Water,525,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209269,37,Proposed,OR_E,Geothermal,Geothermal,32,56177.12625,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1109530,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,58.56999969,173027.505,0,20,0.06,0,NULL,23,NULL, +154688,34,Rio Grande,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,131.8,0,6.0375,40,0.04,0.06,9.509,23,existing_generator, +1117430,36,Proposed,NV_S,Central_PV,Solar,15.14000034,80098.18236,0,20,0,0.02,NULL,23,NULL, +155892,20,Pio Pico Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,395.4,0,6.0375,40,0.04,0.06,11.385,23,existing_generator, +1111739,42,Proposed,UT_S,Central_PV,Solar,48.99000168,49492.04306,0,20,0,0.02,NULL,23,NULL, +1191183124,5,Proposed,AZ_NW,Wind,Wind,60,116688.2153,0,30,0.05,0.006,NULL,23,NULL, +1111271,16,Proposed,CA_SCE_CEN,Central_PV,Solar,12.26000023,68365.50861,0,20,0,0.02,NULL,23,NULL, +77429,14,SacramentoRiverValley: 539,CA_PGE_N,Wind,Wind,40,66398.85,0,30,0.05,0.006,NULL,23,NULL, +1191185126,23,Proposed,CO_E,Wind,Wind,450,53443.82736,0,30,0.05,0.006,NULL,23,NULL, +154576,24,Shoshone (CO),CO_NW,Hydro_NonPumped,Water,14.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +156786,13,NextEra Westside PV,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156958,22,Oak Leaf Solar XXI (CSG),CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +158060,8,Wind_EP_Can_2,CAN_ALB,Wind,Wind,19.5,0,0,30,0.05,0.006,NULL,23,existing_generator, +155906,33,Las Vegas Solar Energy Center,NM_N,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1108249,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,12.55000019,83313.02848,0,20,0.06,0,NULL,23,NULL, +1191209274,35,Proposed,NV_N,Geothermal,Geothermal,8,58348.69236,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156951,39,Labish Solar LLC,OR_W,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1103987,8,Proposed,CAN_ALB,Central_PV,Solar,337.3999939,56298.96111,0,20,0,0.02,NULL,23,NULL, +1001703,39,Proposed,OR_W,Commercial_PV,Solar,143.3760071,0,0,20,0,0.02,NULL,23,NULL, +1100329,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,63.84000015,59509.70361,0,20,0.06,0,NULL,23,NULL, +1118730,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,27.53000069,39193.87931,0,20,0.06,0,NULL,23,NULL, +157964,8,Sundanc4,CAN_ALB,Coal_Steam_Turbine,Coal,403,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +154722,38,Bonneville,OR_PDX,Hydro_NonPumped,Water,1162,0,0,200,0.05,0.05,NULL,23,existing_generator, +157875,9,Fire_Creek,CAN_BC,Hydro_NonPumped,Water,23,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +154637,27,Clear Lake,ID_S_OR_E,Hydro_NonPumped,Water,2.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107280,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,15.96000004,90050.27473,0,20,0.06,0,NULL,23,NULL, +1106417,3,Proposed,AZ_APS_SW,Central_PV,Solar,18.17000008,61336.65111,0,20,0,0.02,NULL,23,NULL, +156834,31,"South Mills Solar, LLC",MT_SE,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1110052,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,14.90999985,111782.7465,0,20,0.06,0,NULL,23,NULL, +1114867,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,34.15000153," 96,553.76 ",0,20,0.06,0,NULL,23,NULL, +1191210101,10,Proposed,CA_IID,Geothermal,Geothermal,35.79999924,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1112504,41,Proposed,UT_N,Central_PV,Solar,6.019999981,76940.6925,0,20,0,0.02,NULL,23,NULL, +154580,17,Perris,CA_SCE_S,Hydro_NonPumped,Water,7.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +154761,46,Yale,WA_W,Hydro_NonPumped,Water,134,0,0,200,0.05,0.05,NULL,23,existing_generator, +1111322,2,Proposed,AZ_APS_N,Central_PV,Solar,3.470000029,103662.4222,0,20,0,0.02,NULL,23,NULL, +1117461,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,74.13999939,56394.23569,0,20,0.06,0,NULL,23,NULL, +1117469,4,Proposed,AZ_NM_N,Central_PV,Solar,14.44999981,114777.1013,0,20,0,0.02,NULL,23,NULL, +77455,37,SiskiyouCounty_Partial: 570,OR_E,Wind,Wind,41,84485.1,0,30,0.05,0.006,NULL,23,NULL, +155559,43,Hopkins Ridge Wind,WA_ID_AVA,Wind,Wind,156.6,0,0,20,0,0,NULL,23,existing_generator, +157054,31,"Mud Springs Wind Project, LLC",MT_SE,Wind,Wind,80,0,0,20,0,0,NULL,23,existing_generator, +158081,8,Wind_EP_Can_23,CAN_ALB,Wind,Wind,9.9,0,0,30,0.05,0.006,NULL,23,existing_generator, +1108743,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,15.78999996,168269.955,0,20,0.06,0,NULL,23,NULL, +155917,13,Teichert Materials-Teichert Vernalis,CA_PGE_CEN,Wind,Wind,1,0,0,20,0,0,NULL,23,existing_generator, +156421,16,Lancaster Little Rock,CA_SCE_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1118679,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,50.22000122,47442.43444,0,20,0.06,0,NULL,23,NULL, +1191185366,22,Proposed,CO_DEN,Wind,Wind,30,50231.51889,0,30,0.05,0.006,NULL,23,NULL, +1103807,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.680000067,109155.8303,0,20,0,0.02,NULL,23,NULL, +1110946,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,49.59999847,67483.31194,0,20,0.06,0,NULL,23,NULL, +1191209232,35,Proposed,NV_N,Geothermal,Geothermal,48,75285.45056,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157933,9,Upper_Mamquam_Hydro,CAN_BC,Hydro_NonPumped,Water,25,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +154433,13,Tiger Creek,CA_PGE_CEN,Hydro_NonPumped,Water,52.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155681,2,IRC Generator Facility,AZ_APS_N,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,3,0,33.579,20,0.04,0.06,12.375,23,existing_generator, +156335,7,Red Horse 2,AZ_SE,Central_PV,Solar,51,0,0,20,0,0,NULL,23,existing_generator, +1191184170,42,Proposed,UT_S,Wind,Wind,180,84692.8425,0,30,0.05,0.006,NULL,23,NULL, +156610,15,"CA Flats Solar 130, LLC",CA_PGE_S,Central_PV,Solar,130,0,0,20,0,0,NULL,23,existing_generator, +1111748,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,50.93000031,68989.90875,0,20,0,0.02,NULL,23,NULL, +1104992,18,Proposed,CA_SCE_SE,Central_PV,Solar,6.130000114,76562.26389,0,20,0,0.02,NULL,23,NULL, +156111,42,Blue Mountain Biogas,UT_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,9.739,23,existing_generator, +1106360,6,Proposed,AZ_PHX,Central_PV,Solar,107.8099976,52905.52764,0,20,0,0.02,NULL,23,NULL, +154961,42,Bloomington Power Plant,UT_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10.2,0,33.579,20,0.04,0.06,13.561,23,existing_generator, +1106412,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.680000067,155858.0625,0,20,0.06,0,NULL,23,NULL, +1191210380,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,134.1999969,0,4.1213235,20,0.04,0.06,4.45676,23,NULL, +1112200,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.360000014,191160.5325,0,20,0.06,0,NULL,23,NULL, +1118804,18,Proposed,CA_SCE_SE,Central_PV,Solar,7.150000095,64979.67861,0,20,0,0.02,NULL,23,NULL, +1103657,33,Proposed,NM_N,Central_PV,Solar,2.170000076,53056.82361,0,20,0,0.02,NULL,23,NULL, +1114601,12,Proposed,CA_PGE_BAY,Central_PV,Solar,12.65999985,52577.69139,0,20,0,0.02,NULL,23,NULL, +1115923,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.390000105,52296.09861,0,20,0.06,0,NULL,23,NULL, +156098,14,Foundation Wal-Mart Red Bluff,CA_PGE_N,Wind,Wind,1,0,0,20,0,0,NULL,23,existing_generator, +158034,28,CerroPr4-1,MEX_BAJA,Geothermal,Geothermal,28.8,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +157888,9,Lois_Lake,CAN_BC,Hydro_NonPumped,Water,30,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +156242,30,Stoltze CoGen1,MT_NW,Bio_Solid_Steam_Turbine,Bio_Solid,2.8,0,13.35495,20,0.04,0.06,7.041,23,existing_generator, +156780,7,Apache Solar 1,AZ_SE,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1112685,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,88.91999817,88481.49639,0,20,0.06,0,NULL,23,NULL, +154818,13,New Melones,CA_PGE_CEN,Hydro_NonPumped,Water,300,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107267,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,27.10000038," 41,120.81 ",0,20,0.06,0,NULL,23,NULL, +1115127,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,18.96999931,46918.86056,0,20,0.06,0,NULL,23,NULL, +1107299,7,Proposed,AZ_SE,Central_PV,Solar,1.340000033,67463.50611,0,20,0,0.02,NULL,23,NULL, +1106432,36,Proposed,NV_S,Central_PV,Solar,2.720000029,50927.88319,0,20,0,0.02,NULL,23,NULL, +1109736,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,459.6600037,67544.05014,0,20,0.06,0,NULL,23,NULL, +154395,14,Dutch Flat,CA_PGE_N,Hydro_NonPumped,Water,22,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191183923,27,Proposed,ID_S_OR_E,Wind,Wind,30,94355.50277,0,30,0.05,0.006,NULL,23,NULL, +155705,40,Ward Butte Windfarm LLC,OR_WA_BPA,Wind,Wind,6.6,0,0,20,0,0,NULL,23,existing_generator, +1191209187,32,Proposed,MT_SW,Bio_Gas,Bio_Gas,NULL,70251.1425,16.0398,20,0.11,0.04,13.5,23,NULL, +1191209542,23,Proposed,CO_E,Gas_Combustion_Turbine,Gas,NULL,69511.67139,33.5769,20,0.03,0.05,10.39,23,NULL, +1191183738,40,Proposed,OR_WA_BPA,Wind,Wind,90,106095.78,0,30,0.05,0.006,NULL,23,NULL, +1191210487,17,Proposed,CA_SCE_S,Gas_Steam_Turbine_Cogen,Gas,5,0,4.456347,40,0.1288,0.0915,4.83851,23,NULL, +155849,27,Mainline Windfarm,ID_S_OR_E,Wind,Wind,23,0,0,20,0,0,NULL,23,existing_generator, +1109818,21,Proposed,CA_SMUD,CSP_Trough_6h_Storage,Solar,55.11999893,63479.84569,0,20,0.06,0,NULL,23,NULL, +1103627,35,Proposed,NV_N,Central_PV,Solar,2.710000038,80349.71027,0,20,0,0.02,NULL,23,NULL, +1191184079,46,Proposed,WA_W,Wind,Wind,30,47835.35306,0,30,0.05,0.006,NULL,23,NULL, +1112646,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,14.09000015,102335.0213,0,20,0.06,0,NULL,23,NULL, +1115610,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,33.66999817,49358.25111,0,20,0.06,0,NULL,23,NULL, +1101052,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,155.6000061,144566.73,0,20,0.06,0,NULL,23,NULL, +1118910,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,1.049999952,52796.48944,0,20,0.06,0,NULL,23,NULL, +1191185316,25,Proposed,CO_SW,Wind,Wind,30,99674.65348,0,30,0.05,0.006,NULL,23,NULL, +1110078,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,30.38999939,107400.2385,0,20,0.06,0,NULL,23,NULL, +1191209725,6,Proposed,AZ_PHX,Battery_Storage,Electricity,NULL,69511.67139,0,10,0.02,0.0055,NULL,23,NULL, +156487,20,W Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,4.6,0,6.0375,40,0.04,0.06,12.851,23,existing_generator, +1101782,33,Proposed,NM_N,Central_PV,Solar,501.6600037,47721.24431,0,20,0,0.02,NULL,23,NULL, +1191209547,28,Proposed,MEX_BAJA,Gas_Combustion_Turbine,Gas,NULL,69511.67139,33.5769,20,0.03,0.05,10.39,23,NULL, +157071,15,Mustang Two,CA_PGE_S,Central_PV,Solar,150,0,0,20,0,0,NULL,23,existing_generator, +1106885,16,Proposed,CA_SCE_CEN,Central_PV,Solar,12.76000023,55078.30125,0,20,0,0.02,NULL,23,NULL, +1112748,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,13.14999962,71008.00444,0,20,0.06,0,NULL,23,NULL, +1109183,33,Proposed,NM_N,Central_PV,Solar,26.29000092,86320.91098,0,20,0,0.02,NULL,23,NULL, +1110477,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,11.75,113502.7076,0,20,0.06,0,NULL,23,NULL, +155857,35,McGinness Hills,NV_N,Geothermal,Geothermal,100,0,36.2145,20,0,0,NULL,23,existing_generator, +1119041,30,Proposed,MT_NW,Central_PV,Solar,2.839999914,92406.71098,0,20,0,0.02,NULL,23,NULL, +156895,20,Kilroy Solar,CA_SDGE,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +155019,16,Isabella Hydro Project,CA_SCE_CEN,Hydro_NonPumped,Water,11.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110528,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,39.02999878,109792.296,0,20,0.06,0,NULL,23,NULL, +1191209385,26,Proposed,ID_E,Geothermal,Geothermal,10,103470.675,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156231,18,Chuckawalla Solar,CA_SCE_SE,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +1104482,35,Proposed,NV_N,Central_PV,Solar,13.35000038,118928.3636,0,20,0,0.02,NULL,23,NULL, +1191185524,43,Proposed,WA_ID_AVA,Wind,Wind,30,53272.96611,0,30,0.05,0.006,NULL,23,NULL, +157927,9,Tennant_Lake,CAN_BC,Hydro_NonPumped,Water,3.1,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +157977,8,Sundanc2,CAN_ALB,Coal_Steam_Turbine,Coal,280,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +156177,15,Atwell Island,CA_PGE_S,Central_PV,Solar,20.2,0,0,20,0,0,NULL,23,existing_generator, +1111211,41,Proposed,UT_N,Central_PV,Solar,6.039999962,89440.60986,0,20,0,0.02,NULL,23,NULL, +154857,46,Gorge,WA_W,Hydro_NonPumped,Water,207.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1112875,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.389999986,42257.06625,0,20,0.06,0,NULL,23,NULL, +1114821,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,57.72999954,73530.23139,0,20,0.06,0,NULL,23,NULL, +1102457,47,Proposed,WY_NE,Central_PV,Solar,1.299999952,75727.75875,0,20,0,0.02,NULL,23,NULL, +1108681,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,9.640000343,60074.20986,0,20,0.06,0,NULL,23,NULL, +1191182904,49,Proposed,WY_SE,Wind,Wind,210,60794.36569,0,30,0.05,0.006,NULL,23,NULL, +156031,12,Santa Cruz Energy,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,11.521,23,existing_generator, +77499,14,Solano: 1887,CA_PGE_N,Wind,Wind,73,44935.8,0,30,0.05,0.006,NULL,23,NULL, +154792,49,Glendo,WY_SE,Hydro_NonPumped,Water,38,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000421,50,Proposed,WY_SW,Commercial_PV,Solar,15.76739979,0,0,20,0,0.02,NULL,23,NULL, +1112036,26,Proposed,ID_E,Central_PV,Solar,9,48624.69486,0,20,0,0.02,NULL,23,NULL, +156106,19,Delano Energy Center,CA_SCE_VLY,Gas_Combustion_Turbine,Gas,48.5,0,6.0375,40,0.04,0.06,12.051,23,existing_generator, +1108248,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,12.55000019,83313.02848,0,20,0.06,0,NULL,23,NULL, +1000416,20,Proposed,CA_SDGE,Residential_PV,Solar,44.51200104,0,0,20,0,0.02,NULL,23,NULL, +1103318,31,Proposed,MT_SE,Central_PV,Solar,796.9400024,81131.19861,0,20,0,0.02,NULL,23,NULL, +1191183945,27,Proposed,ID_S_OR_E,Wind,Wind,60,45398.01431,0,30,0.05,0.006,NULL,23,NULL, +1100995,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,65.22000122,57263.63569,0,20,0.06,0,NULL,23,NULL, +1109075,17,Proposed,CA_SCE_S,Central_PV,Solar,5.670000076,55044.36861,0,20,0,0.02,NULL,23,NULL, +1103803,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,1.059999943,70071.95139,0,20,0.06,0,NULL,23,NULL, +1118398,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,1.440000057,85496.67902,0,20,0.06,0,NULL,23,NULL, +154699,39,Eagle Point,OR_W,Hydro_NonPumped,Water,2.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185566,43,Proposed,WA_ID_AVA,Wind,Wind,90,60653.80986,0,30,0.05,0.006,NULL,23,NULL, +1104500,4,Proposed,AZ_NM_N,Central_PV,Solar,2.099999905,87368.41723,0,20,0,0.02,NULL,23,NULL, +157089,40,Lund Hill,OR_WA_BPA,Wind,Wind,60,0,0,20,0,0,NULL,23,existing_generator, +1107498,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,3.440000057,64030.22514,0,20,0.06,0,NULL,23,NULL, +1000158,41,Proposed,UT_N,Residential_PV,Solar,47.29399872,0,0,20,0,0.02,NULL,23,NULL, +155405,5,Griffith Energy LLC,AZ_NW,CCGT,Gas,655,0,5.9409,40,0.04,0.06,13.047,23,existing_generator, +1109092,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,5.829999924,61437.96319,0,20,0.06,0,NULL,23,NULL, +1109168,7,Proposed,AZ_SE,Central_PV,Solar,37.65000153,49395.68361,0,20,0,0.02,NULL,23,NULL, +156399,22,Brighton PV Solar Plant,CO_DEN,Central_PV,Solar,1.8,0,0,20,0,0,NULL,23,existing_generator, +1104927,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,13.39999962,49098.76125,0,20,0.06,0,NULL,23,NULL, +1113802,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,1.549999952,50955.65569,0,20,0.06,0,NULL,23,NULL, +1118193,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,3.019999981,61031.75736,0,20,0.06,0,NULL,23,NULL, +1100130,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,258.6900024,55878.14736,0,20,0.06,0,NULL,23,NULL, +1102900,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,1.25,57352.99069,0,20,0.06,0,NULL,23,NULL, +1191185318,25,Proposed,CO_SW,Wind,Wind,30,71297.80444,0,30,0.05,0.006,NULL,23,NULL, +155346,27,Horseshoe Bend Hydroelectric Co,ID_S_OR_E,Hydro_NonPumped,Water,9.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209733,14,Proposed,CA_PGE_N,Battery_Storage,Electricity,NULL,80604.00223,0,10,0.02,0.0055,NULL,23,NULL, +1117374,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,58.83000183,41710.79514,0,20,0.06,0,NULL,23,NULL, +157035,14,Windsor Floating Solar,CA_PGE_N,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191182402,32,Proposed,MT_SW,Wind,Wind,60,61464.28764,0,30,0.05,0.006,NULL,23,NULL, +1108754,3,Proposed,AZ_APS_SW,Central_PV,Solar,36.54000092,49016.28806,0,20,0,0.02,NULL,23,NULL, +155274,17,Dominguez Plant,CA_SCE_S,ST,Waste_Heat,5,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +157085,17,Orange County Energy Storage 3,CA_SCE_S,Battery_Storage,Electricity,6,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1102450,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,1.320000052,44189.91056,0,20,0.06,0,NULL,23,NULL, +1191210580,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,76.5,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +156100,39,Georgia-Pacific Toledo Mill,OR_W,ST,Bio_Liquid,18.8,0,13.35495,20,0.04,0.06,10.506,23,existing_generator, +156253,10,Community Solar 1,CA_IID,Central_PV,Solar,5.7,0,0,20,0,0,NULL,23,existing_generator, +1102865,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1.460000038,54225.92889,0,20,0,0.02,NULL,23,NULL, +154583,20,Red Mountain,CA_SDGE,Hydro_NonPumped,Water,5.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116540,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,64.44999695,70691.15361,0,20,0.06,0,NULL,23,NULL, +1107734,42,Proposed,UT_S,Central_PV,Solar,2.529999971,106005.0949,0,20,0,0.02,NULL,23,NULL, +1105418,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.480000019,83916.06152,0,20,0,0.02,NULL,23,NULL, +1106895,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,36.95000076,57681.0675,0,20,0.06,0,NULL,23,NULL, +1191209559,40,Proposed,OR_WA_BPA,Gas_Combustion_Turbine,Gas,NULL,76906.51931,33.5769,20,0.03,0.05,10.39,23,NULL, +1191182729,47,Proposed,WY_NE,Wind,Wind,510,139025.5125,0,30,0.05,0.006,NULL,23,NULL, +1191183946,27,Proposed,ID_S_OR_E,Wind,Wind,30,104841.4328,0,30,0.05,0.006,NULL,23,NULL, +1191209295,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,60689.55375,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191183944,27,Proposed,ID_S_OR_E,Wind,Wind,60,91137.51527,0,30,0.05,0.006,NULL,23,NULL, +1191183297,41,Proposed,UT_N,Wind,Wind,30,40880.99736,0,30,0.05,0.006,NULL,23,NULL, +1191209276,35,Proposed,NV_N,Geothermal,Geothermal,8,99506.32986,34.812225,30,0.0075,0.0241,NULL,23,NULL, +158022,8,FrtNelsn1,CAN_ALB,Gas_Combustion_Turbine,Gas,49,0,35.25579912,20,0.03,0.05,11.25,23,existing_generator, +1109449,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,7.829999924,47929.66069,0,20,0.06,0,NULL,23,NULL, +1191183782,40,Proposed,OR_WA_BPA,Wind,Wind,150,47813.13694,0,30,0.05,0.006,NULL,23,NULL, +156243,12,City of Hayward WWTP,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.1,0,6.0375,20,0.04,0.06,7.199,23,existing_generator, +1116148,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,109.0400009,80427.9525,0,20,0.06,0,NULL,23,NULL, +1102903,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,173.9600067,82713.99527,0,20,0.06,0,NULL,23,NULL, +1116136,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.090000153,66525.40125,0,20,0.06,0,NULL,23,NULL, +1112630,6,Proposed,AZ_PHX,Central_PV,Solar,71.95999908,44359.08319,0,20,0,0.02,NULL,23,NULL, +155710,23,Pueblo Airport Generating Station,CO_E,Gas_Combustion_Turbine,Gas,240,0,6.0375,40,0.04,0.06,10.13,23,existing_generator, +156510,13,Vega Solar,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1118920,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,28.18000031,52640.83986,0,20,0.06,0,NULL,23,NULL, +1191182494,36,Proposed,NV_S,Wind,Wind,60,50242.38639,0,30,0.05,0.006,NULL,23,NULL, +157826,8,Belly_River_CHD,CAN_ALB,Hydro_NonPumped,Water,3,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +155617,31,Phillips 66 Billings Refinery,MT_SE,Gas_Steam_Turbine,Gas,1.6,0,6.0375,60,0.04,0.06,12.219,23,existing_generator, +1191183819,40,Proposed,OR_WA_BPA,Wind,Wind,30,153923.6475,0,30,0.05,0.006,NULL,23,NULL, +1105623,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,4.059999943,55240.10625,0,20,0.06,0,NULL,23,NULL, +156267,14,Sierra Nevada Brewing Co,CA_PGE_N,Central_PV,Solar,1.7,0,0,20,0,0,NULL,23,existing_generator, +155608,17,Mira Loma Peaker,CA_SCE_S,Gas_Combustion_Turbine,Gas,49.8,0,6.0375,40,0.04,0.06,10.821,23,existing_generator, +156836,22,SR Kersey,CO_DEN,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +158064,8,Wind_EP_Can_6,CAN_ALB,Wind,Wind,0.6,0,0,30,0.05,0.006,NULL,23,existing_generator, +154953,21,SCA Cogen 2,CA_SMUD,CCGT,Gas,149.4,0,5.9409,40,0.04,0.06,14.64,23,existing_generator, +1118846,42,Proposed,UT_S,Central_PV,Solar,3.140000105,84189.43764,0,20,0,0.02,NULL,23,NULL, +154377,14,Volta 2,CA_PGE_N,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106427,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,4.369999886,57148.80056,0,20,0.06,0,NULL,23,NULL, +1191183135,5,Proposed,AZ_NW,Wind,Wind,60,44506.39819,0,30,0.05,0.006,NULL,23,NULL, +156369,16,"RE Columbia Two, LLC",CA_SCE_CEN,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +1110641,43,Proposed,WA_ID_AVA,Central_PV,Solar,27.12000084,57935.97264,0,20,0,0.02,NULL,23,NULL, +1112695,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,35.24000168,178245.1125,0,20,0.06,0,NULL,23,NULL, +1118670,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,7.159999847,170745.33,0,20,0.06,0,NULL,23,NULL, +1191209562,43,Proposed,WA_ID_AVA,Gas_Combustion_Turbine,Gas,NULL,70990.73625,33.5769,20,0.03,0.05,10.39,23,NULL, +1111806,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,105.4800034,93769.26152,0,20,0.06,0,NULL,23,NULL, +1114628,4,Proposed,AZ_NM_N,Central_PV,Solar,7.440000057,74602.9725,0,20,0,0.02,NULL,23,NULL, +1105968,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,26.11000061,51304.98639,0,20,0.06,0,NULL,23,NULL, +156688,27,"Open Range Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1191182518,36,Proposed,NV_S,Wind,Wind,240,165293.4675,0,30,0.05,0.006,NULL,23,NULL, +1191209333,35,Proposed,NV_N,Geothermal,Geothermal,12,87562.10777,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156266,14,Sierra Nevada Brewing Co,CA_PGE_N,Gas_Combustion_Turbine,Gas,2,0,6.0375,40,0.04,0.06,12.183,23,existing_generator, +1109570,16,Proposed,CA_SCE_CEN,Central_PV,Solar,40.02000046,72157.90764,0,20,0,0.02,NULL,23,NULL, +1110984,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,7.400000095,47022.465,0,20,0.06,0,NULL,23,NULL, +158033,28,CerroPrI1-4,MEX_BAJA,Geothermal,Geothermal,35.7,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +1001223,29,Proposed,MT_NE,Commercial_PV,Solar,12.08549976,0,0,20,0,0.02,NULL,23,NULL, +1001361,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,5.524799824,0,0,20,0,0.02,NULL,23,NULL, +1105640,12,Proposed,CA_PGE_BAY,Central_PV,Solar,2.079999924,50215.69875,0,20,0,0.02,NULL,23,NULL, +1191210085,28,Proposed,MEX_BAJA,Geothermal,Geothermal,35.70000076,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1106222,10,Proposed,CA_IID,Central_PV,Solar,4.119999886,85097.47764,0,20,0,0.02,NULL,23,NULL, +1191182539,36,Proposed,NV_S,Wind,Wind,60,48219.33806,0,30,0.05,0.006,NULL,23,NULL, +1000157,15,Proposed,CA_PGE_S,Commercial_PV,Solar,8.331600189,0,0,20,0,0.02,NULL,23,NULL, +1118318,1,Proposed,AZ_APS_E,Central_PV,Solar,13.47999954," 99,071.63 ",0,20,0,0.02,NULL,23,NULL, +1191184045,46,Proposed,WA_W,Wind,Wind,30,58531.99181,0,30,0.05,0.006,NULL,23,NULL, +155230,15,Coalinga Cogeneration Facility,CA_PGE_S,Gas_Combustion_Turbine,Gas,6.8,0,6.0375,40,0.04,0.06,11.596,23,existing_generator, +155287,12,Richmond Cogen,CA_PGE_BAY,CCGT,Gas,155.6,0,5.9409,40,0.04,0.06,10.788,23,existing_generator, +1109519,2,Proposed,AZ_APS_N,Central_PV,Solar,45.43000031,137402.6325,0,20,0,0.02,NULL,23,NULL, +1114007,18,Proposed,CA_SCE_SE,Central_PV,Solar,8.369999886,93571.46736,0,20,0,0.02,NULL,23,NULL, +1118299,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,27.82999992,51738.83736,0,20,0.06,0,NULL,23,NULL, +1191185439,22,Proposed,CO_DEN,Wind,Wind,30,46800.40764,0,30,0.05,0.006,NULL,23,NULL, +155708,27,Arrowrock Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,15,0,0,200,0.05,0.05,NULL,23,existing_generator, +1100988,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,288.3800049,79747.16777,0,20,0.06,0,NULL,23,NULL, +154945,14,Deadwood Creek,CA_PGE_N,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001325,1,Proposed,AZ_APS_E,Commercial_PV,Solar,26.14410019, - ,0,20,0,0.02,NULL,23,NULL, +1101343,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,2436.719971,63296.06514,0,20,0.06,0,NULL,23,NULL, +1104906,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,1.279999971,61921.08111,0,20,0.06,0,NULL,23,NULL, +1112976,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,2.269999981,46906.42236,0,20,0.06,0,NULL,23,NULL, +1191185350,44,Proposed,WA_N_CEN,Wind,Wind,60,75493.14056,0,30,0.05,0.006,NULL,23,NULL, +1000089,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,25.47520065,0,0,20,0,0.02,NULL,23,NULL, +1107688,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,75.08999634,97418.80764,0,20,0.06,0,NULL,23,NULL, +155248,14,Wheelabrator Shasta,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,54.9,0,13.35495,20,0.04,0.06,18.127,23,existing_generator, +1106444,2,Proposed,AZ_APS_N,Central_PV,Solar,42.29999924,81154.74486,0,20,0,0.02,NULL,23,NULL, +1191182706,39,Proposed,OR_W,Wind,Wind,30,86705.745,0,30,0.05,0.006,NULL,23,NULL, +155184,40,Twin Reservoirs,OR_WA_BPA,Hydro_NonPumped,Water,2.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105959,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,89.06999969,42138.36806,0,20,0.06,0,NULL,23,NULL, +157131,15,ORNI 34 LLC,CA_PGE_S,Battery_Storage,Electricity,10,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1104137,35,Proposed,NV_N,Central_PV,Solar,3.289999962,78104.24139,0,20,0,0.02,NULL,23,NULL, +1191182552,36,Proposed,NV_S,Wind,Wind,60,165615.87,0,30,0.05,0.006,NULL,23,NULL, +156513,33,Springer Solar 1,NM_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156023,21,Green Acres Solar Facility 2,CA_SMUD,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156345,20,Ramona 1,CA_SDGE,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1104128,2,Proposed,AZ_APS_N,Central_PV,Solar,78.98999786,55238.89875,0,20,0,0.02,NULL,23,NULL, +156789,7,Iron Horse Battery Storage,AZ_SE,Battery_Storage,Electricity,10,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191209303,35,Proposed,NV_N,Geothermal,Geothermal,32,62442.36264,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154741,41,Gadsby,UT_N,Gas_Steam_Turbine,Gas,279.1,0,6.0375,60,0.04,0.06,20.832,23,existing_generator, +156782,13,Whitney Point Solar,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1101410,21,Proposed,CA_SMUD,Central_PV,Solar,852.9400024,58096.08431,0,20,0,0.02,NULL,23,NULL, +1191209752,33,Proposed,NM_N,Battery_Storage,Electricity,NULL,70990.73625,0,10,0.02,0.0055,NULL,23,NULL, +156133,13,J.R. Simplot Company,CA_PGE_CEN,ST,Waste_Heat,4,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +157868,9,Cypress_Creek_Hydro,CAN_BC,Hydro_NonPumped,Water,2.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191183108,5,Proposed,AZ_NW,Wind,Wind,30,46473.65625,0,30,0.05,0.006,NULL,23,NULL, +1113497,6,Proposed,AZ_PHX,Central_PV,Solar,5.320000172,63850.185,0,20,0,0.02,NULL,23,NULL, +1114777,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,11.77999973,68955.85819,0,20,0.06,0,NULL,23,NULL, +1115564,50,Proposed,WY_SW,Central_PV,Solar,11.78999996,50120.91,0,20,0,0.02,NULL,23,NULL, +1116172,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,14.53999996,53229.015,0,20,0.06,0,NULL,23,NULL, +1191209497,28,Proposed,MEX_BAJA,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +156833,31,"River Bend Solar, LLC",MT_SE,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191183276,41,Proposed,UT_N,Wind,Wind,30,54476.3625,0,30,0.05,0.006,NULL,23,NULL, +1191185417,22,Proposed,CO_DEN,Wind,Wind,30,63310.19194,0,30,0.05,0.006,NULL,23,NULL, +157881,9,Jordan_River,CAN_BC,Hydro_NonPumped,Water,170,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +155388,46,Black Creek,WA_W,Hydro_NonPumped,Water,3.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104273,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,7.570000172,57901.55889,0,20,0.06,0,NULL,23,NULL, +1108709,6,Proposed,AZ_PHX,Central_PV,Solar,15.06000042,39557.33681,0,20,0,0.02,NULL,23,NULL, +1191182492,36,Proposed,NV_S,Wind,Wind,1560,49719.65681,0,30,0.05,0.006,NULL,23,NULL, +1191183116,36,Proposed,NV_S,Wind,Wind,30,118016.3426,0,30,0.05,0.006,NULL,23,NULL, +155967,29,Gordon Butte Wind LLC,MT_NE,Wind,Wind,9.6,0,0,20,0,0,NULL,23,existing_generator, +1191182850,49,Proposed,WY_SE,Wind,Wind,30,89691.04348,0,30,0.05,0.006,NULL,23,NULL, +1191183360,24,Proposed,CO_NW,Wind,Wind,30,77069.29125,0,30,0.05,0.006,NULL,23,NULL, +1112085,19,Proposed,CA_SCE_VLY,CSP_Trough_No_Storage,Solar,17.12999916,51143.42194,0,20,0.06,0,NULL,23,NULL, +1112174,25,Proposed,CO_SW,Central_PV,Solar,22.04000092,53719.38264,0,20,0,0.02,NULL,23,NULL, +1102834,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,204.7599945,42336.28014,0,20,0.06,0,NULL,23,NULL, +1104881,35,Proposed,NV_N,Central_PV,Solar,18.14999962,76630.60556,0,20,0,0.02,NULL,23,NULL, +1114682,39,Proposed,OR_W,Central_PV,Solar,5.380000114,46698.37389,0,20,0,0.02,NULL,23,NULL, +1110025,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.75999999,61215.54264,0,20,0.06,0,NULL,23,NULL, +1117465,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,5,87057.60861,0,20,0.06,0,NULL,23,NULL, +154632,26,American Falls,ID_E,Hydro_NonPumped,Water,92.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114431,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.460000038,55886.7225,0,20,0.06,0,NULL,23,NULL, +1106835,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,1.169999957,94287.15639,0,20,0.06,0,NULL,23,NULL, +1108740,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.420000076,56928.06861,0,20,0.06,0,NULL,23,NULL, +1191209724,5,Proposed,AZ_NW,Battery_Storage,Electricity,NULL,70990.73625,0,10,0.02,0.0055,NULL,23,NULL, +1118186,24,Proposed,CO_NW,Central_PV,Solar,24.75,67536.20139,0,20,0,0.02,NULL,23,NULL, +1104478,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,5.139999866,54321.67986,0,20,0.06,0,NULL,23,NULL, +156394,16,EAFB - North Base,CA_SCE_CEN,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +156528,33,City of Truth or Consequences PV,NM_N,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +1191185127,23,Proposed,CO_E,Wind,Wind,210,68113.26375,0,30,0.05,0.006,NULL,23,NULL, +1118171,41,Proposed,UT_N,Central_PV,Solar,18.67000008,66824.2575,0,20,0,0.02,NULL,23,NULL, +1104167,38,Proposed,OR_PDX,Central_PV,Solar,2.319999933,45344.40319,0,20,0,0.02,NULL,23,NULL, +1105624,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,4.059999943,55240.10625,0,20,0.06,0,NULL,23,NULL, +1116531,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,19.29999924,77672.80069,0,20,0.06,0,NULL,23,NULL, +157078,36,Techren Solar III LLC,NV_S,Central_PV,Solar,25,0,0,20,0,0,NULL,23,existing_generator, +1001150,23,Proposed,CO_E,Residential_PV,Solar,38.94800186,0,0,20,0,0.02,NULL,23,NULL, +155250,27,El Dorado Hydro Elk Creek,ID_S_OR_E,Hydro_NonPumped,Water,2.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185477,43,Proposed,WA_ID_AVA,Wind,Wind,30,41015.27514,0,30,0.05,0.006,NULL,23,NULL, +1102905,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,433.8999939,58911.51,0,20,0.06,0,NULL,23,NULL, +1191185385,22,Proposed,CO_DEN,Wind,Wind,240,38588.92181,0,30,0.05,0.006,NULL,23,NULL, +1102695,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,2.269999981,52703.99306,0,20,0.06,0,NULL,23,NULL, +1191185163,23,Proposed,CO_E,Wind,Wind,390,60364.73625,0,30,0.05,0.006,NULL,23,NULL, +155520,43,Grimes Way,WA_ID_AVA,Gas_Internal_Combustion_Engine,Gas,2.2,0,33.579,20,0.04,0.06,7.357,23,existing_generator, +1191182496,36,Proposed,NV_S,Wind,Wind,30,69576.15,0,30,0.05,0.006,NULL,23,NULL, +1191185542,43,Proposed,WA_ID_AVA,Wind,Wind,90,49122.54806,0,30,0.05,0.006,NULL,23,NULL, +1104945,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,12.27000046,83625.05402,0,20,0.06,0,NULL,23,NULL, +1113990,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.809999943,45853.72764,0,20,0.06,0,NULL,23,NULL, +154469,16,Lundy,CA_SCE_CEN,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117516,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,19.34000015,49007.595,0,20,0.06,0,NULL,23,NULL, +156477,36,NRG Solar Las Vegas MB-1,NV_S,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156328,23,Spring Canyon Expansion Wind Energy Ctr,CO_E,Wind,Wind,62.6,0,0,20,0,0,NULL,23,existing_generator, +1109088,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,10.13000011,62528.93944,0,20,0.06,0,NULL,23,NULL, +1116956,25,Proposed,CO_SW,Central_PV,Solar,76.25,82313.82223,0,20,0,0.02,NULL,23,NULL, +1191210862,9,Proposed,CAN_BC,Wind,Wind,208.3910065,226712.955,0,30,0.05,0.006,NULL,23,NULL, +1107402,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.659999967,92555.47875,0,20,0.06,0,NULL,23,NULL, +157123,23,Palmer Solar,CO_E,Central_PV,Solar,60,0,0,20,0,0,NULL,23,existing_generator, +1100986,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,161.6799927," 116,999.02 ",0,20,0.06,0,NULL,23,NULL, +1115093,19,Proposed,CA_SCE_VLY,Central_PV,Solar,34.31999969,54034.78069,0,20,0,0.02,NULL,23,NULL, +1191210574,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1110976,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,6.090000153,50893.10625,0,20,0.06,0,NULL,23,NULL, +155193,16,Oxnard,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,68.7,0,6.0375,40,0.04,0.06,11.062,23,existing_generator, +156319,16,Rodeo Solar D2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191182717,39,Proposed,OR_W,Wind,Wind,60,59372.17125,0,30,0.05,0.006,NULL,23,NULL, +1105771,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.730000019,65979.37069,0,20,0.06,0,NULL,23,NULL, +1107670,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.769999981,93317.28861,0,20,0.06,0,NULL,23,NULL, +1108181,6,Proposed,AZ_PHX,Central_PV,Solar,74.66999817,44669.77389,0,20,0,0.02,NULL,23,NULL, +1191185123,23,Proposed,CO_E,Wind,Wind,30,89965.39125,0,30,0.05,0.006,NULL,23,NULL, +156567,23,Pikes Peak Solar Garden 1 LLC,CO_E,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1115575,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,14.11999989,38605.82681,0,20,0.06,0,NULL,23,NULL, +155659,40,Hay Canyon Wind Power LLC,OR_WA_BPA,Wind,Wind,100.8,0,0,20,0,0,NULL,23,existing_generator, +1105461,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.340000033,82813.24611,0,20,0.06,0,NULL,23,NULL, +1106873,1,Proposed,AZ_APS_E,Central_PV,Solar,2.930000067," 106,069.46 ",0,20,0,0.02,NULL,23,NULL, +156454,15,"Wildwood Solar I, LLC",CA_PGE_S,Central_PV,Solar,19.5,0,0,20,0,0,NULL,23,existing_generator, +1102139,16,Proposed,CA_SCE_CEN,Central_PV,Solar,133.9100037,70211.53556,0,20,0,0.02,NULL,23,NULL, +1104141,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.169999957,60361.35431,0,20,0.06,0,NULL,23,NULL, +156879,33,Facebook 3 Solar Energy Center,NM_N,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1001129,29,Proposed,MT_NE,Commercial_PV,Solar,24.85449982,0,0,20,0,0.02,NULL,23,NULL, +1118885,18,Proposed,CA_SCE_SE,Central_PV,Solar,31.20999908,66747.70389,0,20,0,0.02,NULL,23,NULL, +77388,16,SanBernardino_Lucerne: 61,CA_SCE_CEN,Wind,Wind,44,39026.4,0,30,0.05,0.006,NULL,23,NULL, +1103931,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,1.409999967,80203.83861,0,20,0.06,0,NULL,23,NULL, +1191185095,23,Proposed,CO_E,Wind,Wind,30,81596.8125,0,30,0.05,0.006,NULL,23,NULL, +1191185392,22,Proposed,CO_DEN,Wind,Wind,60,57867.98944,0,30,0.05,0.006,NULL,23,NULL, +156652,21,Strata Roof 1,CA_SMUD,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1116775,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,22.20999908,59148.78375,0,20,0.06,0,NULL,23,NULL, +1118758,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,56.20999908,50515.28139,0,20,0.06,0,NULL,23,NULL, +1191183351,24,Proposed,CO_NW,Wind,Wind,30,62197.72125,0,30,0.05,0.006,NULL,23,NULL, +1105266,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.950000048,49852.60444,0,20,0.06,0,NULL,23,NULL, +1109264,30,Proposed,MT_NW,Central_PV,Solar,1.200000048,78832.72236,0,20,0,0.02,NULL,23,NULL, +1191210431,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,300,0,33.5769,20,0.03,0.05,4.69067,23,NULL, +155936,22,City of Boulder WWTP,CO_DEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +158003,28,PdtJrzG2,MEX_BAJA,Gas_Combustion_Turbine,Gas,30,0,31.56233445,20,0.03,0.05,10.80000019,23,existing_generator, +1113145,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,6.880000114,106290.9139,0,20,0.06,0,NULL,23,NULL, +1115698,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,46.65000153,56129.79319,0,20,0.06,0,NULL,23,NULL, +155199,11,Equilon Los Angeles Refining,CA_LADWP,Gas_Combustion_Turbine,Gas,60,0,6.0375,40,0.04,0.06,11.108,23,existing_generator, +1001793,33,Proposed,NM_N,Commercial_PV,Solar,12.40849972,0,0,20,0,0.02,NULL,23,NULL, +154811,15,Diablo Canyon,CA_PGE_S,Nuclear,Uranium,2323,0,0.567,39,0.04,0.06,13.203,23,existing_generator, +1115285,35,Proposed,NV_N,Central_PV,Solar,20.87999916,112134.4875,0,20,0,0.02,NULL,23,NULL, +1108726,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,11.03999996,76335.97556,0,20,0.06,0,NULL,23,NULL, +1191185386,22,Proposed,CO_DEN,Wind,Wind,60,58521.4875,0,30,0.05,0.006,NULL,23,NULL, +157027,10,"Blythe Solar IV, LLC",CA_IID,Central_PV,Solar,124.8,0,0,20,0,0,NULL,23,existing_generator, +1191182533,36,Proposed,NV_S,Wind,Wind,30,129183.18,0,30,0.05,0.006,NULL,23,NULL, +1106373,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,28.61000061,59079.59306,0,20,0.06,0,NULL,23,NULL, +1116480,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,1.299999952,168062.265,0,20,0.06,0,NULL,23,NULL, +1117921,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.529999971,76216.55569,0,20,0.06,0,NULL,23,NULL, +155754,40,Eurus Combine Hills Turbine Ranch 2,OR_WA_BPA,Wind,Wind,63,0,0,20,0,0,NULL,23,existing_generator, +1104344,41,Proposed,UT_N,Central_PV,Solar,10.43000031,100919.586,0,20,0,0.02,NULL,23,NULL, +1000578,15,Proposed,CA_PGE_S,Residential_PV,Solar,22.25600052,0,0,20,0,0.02,NULL,23,NULL, +1112655,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,35.74000168,50621.78194,0,20,0.06,0,NULL,23,NULL, +1117793,15,Proposed,CA_PGE_S,Central_PV,Solar,6.630000114,85708.95375,0,20,0,0.02,NULL,23,NULL, +1103986,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,1066.77002," 63,274.81 ",0,20,0.06,0,NULL,23,NULL, +1113520,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,2.910000086,58624.125,0,20,0.06,0,NULL,23,NULL, +1191183270,41,Proposed,UT_N,Wind,Wind,30,60736.64625,0,30,0.05,0.006,NULL,23,NULL, +156543,13,Citizen B,CA_PGE_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1191210475,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,38.20000076,0,33.5769,20,0.03,0.05,4.71944,23,NULL, +156593,23,Carousel Wind Farm LLC,CO_E,Wind,Wind,150,0,0,20,0,0,NULL,23,existing_generator, +1118263,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,6.360000134,55448.88111,0,20,0.06,0,NULL,23,NULL, +1191182720,39,Proposed,OR_W,Wind,Wind,30,61919.99625,0,30,0.05,0.006,NULL,23,NULL, +1108277,36,Proposed,NV_S,Central_PV,Solar,6.269999981,88069.37098,0,20,0,0.02,NULL,23,NULL, +154557,14,Spring Creek,CA_PGE_N,Hydro_NonPumped,Water,180,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185362,49,Proposed,WY_SE,Wind,Wind,30,101970.7147,0,30,0.05,0.006,NULL,23,NULL, +154601,22,Estes,CO_DEN,Hydro_NonPumped,Water,45,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108763,35,Proposed,NV_N,Central_PV,Solar,1.379999995,78474.09486,0,20,0,0.02,NULL,23,NULL, +1118282,25,Proposed,CO_SW,Central_PV,Solar,152.8399963,83998.53,0,20,0,0.02,NULL,23,NULL, +1108731,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,9.770000458,44272.62431,0,20,0.06,0,NULL,23,NULL, +1118832,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.059999943,48229.84236,0,20,0.06,0,NULL,23,NULL, +155755,22,RV CSU Power LLC,CO_DEN,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +156924,39,Interstate Solar,OR_W,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1111770,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,39.41999817,72027.61556,0,20,0.06,0,NULL,23,NULL, +156481,16,"TA-Acacia, LLC",CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1000805,1,Proposed,AZ_APS_E,Commercial_PV,Solar,25.59600067, - ,0,20,0,0.02,NULL,23,NULL, +1191209367,9,Proposed,CAN_BC,Geothermal,Geothermal,16,111115.2349,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155693,33,High Lonesome Mesa LLC,NM_N,Wind,Wind,100,0,0,20,0,0,NULL,23,existing_generator, +154443,42,Blundell,UT_S,Geothermal,Geothermal,44.8,0,36.2145,20,0,0,NULL,23,existing_generator, +1001253,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,437.1119995,0,0,20,0,0.02,NULL,23,NULL, +156922,39,Sheep Solar,OR_W,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1191183312,24,Proposed,CO_NW,Wind,Wind,30,65526.67611,0,30,0.05,0.006,NULL,23,NULL, +1191209560,41,Proposed,UT_N,Gas_Combustion_Turbine,Gas,NULL,70251.1425,33.5769,20,0.03,0.05,10.39,23,NULL, +1191209612,43,Proposed,WA_ID_AVA,Coal_IGCC,Coal,NULL,70990.73625,7.3442565,40,0.08,0.12,7.95,23,NULL, +1106804,1,Proposed,AZ_APS_E,Central_PV,Solar,34.52000046," 122,348.73 ",0,20,0,0.02,NULL,23,NULL, +1116613,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,37.18000031,68649.15319,0,20,0.06,0,NULL,23,NULL, +1191183200,31,Proposed,MT_SE,Wind,Wind,30,48545.72625,0,30,0.05,0.006,NULL,23,NULL, +1100778,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,185.6900024,109464.1013,0,20,0.06,0,NULL,23,NULL, +1191210540,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,4,0,16.844625,40,0.1288,0.0915,8.67333,23,NULL, +155055,24,North Fork Hydro Plant,CO_NW,Hydro_NonPumped,Water,5.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156105,21,Depot Park Solar System,CA_SMUD,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1116554,17,Proposed,CA_SCE_S,Central_PV,Solar,18.29000092,122144.6625,0,20,0,0.02,NULL,23,NULL, +154743,41,Pioneer,UT_N,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155438,47,Lange Gas Turbines,WY_NE,Gas_Combustion_Turbine,Gas,40,0,6.0375,40,0.04,0.06,13.542,23,existing_generator, +156499,13,Giffen Solar Park,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156803,15,Bakersfield PV 1,CA_PGE_S,Central_PV,Solar,5.3,0,0,20,0,0,NULL,23,existing_generator, +1110425,4,Proposed,AZ_NM_N,Central_PV,Solar,29.11000061,125666.94,0,20,0,0.02,NULL,23,NULL, +1115076,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,57.70000076,59251.42125,0,20,0.06,0,NULL,23,NULL, +154781,46,LaGrande,WA_W,Hydro_NonPumped,Water,64,0,0,200,0.05,0.05,NULL,23,existing_generator, +155472,15,"Pastoria Energy Facility, LLC",CA_PGE_S,CCGT,Gas,779,0,5.9409,40,0.04,0.06,8.668,23,existing_generator, +157026,10,"Blythe Solar III, LLC",CA_IID,Central_PV,Solar,124.8,0,0,20,0,0,NULL,23,existing_generator, +1104932,2,Proposed,AZ_APS_N,Central_PV,Solar,5.159999847,76688.08444,0,20,0,0.02,NULL,23,NULL, +1111775,35,Proposed,NV_N,Central_PV,Solar,7.369999886,73335.33806,0,20,0,0.02,NULL,23,NULL, +155507,15,Elk Hills Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,46.6,0,6.0375,40,0.04,0.06,9.382,23,existing_generator, +1112100,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,5.610000134,45808.68694,0,20,0.06,0,NULL,23,NULL, +155030,16,Tehachapi Wind Resource I,CA_SCE_CEN,Wind,Wind,8.7,0,0,20,0,0,NULL,23,existing_generator, +155570,27,Raft River Geothermal Power Plant,ID_S_OR_E,Geothermal,Geothermal,18,0,36.2145,20,0,0,NULL,23,existing_generator, +1115743,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,50.77999878,62785.29264,0,20,0.06,0,NULL,23,NULL, +154921,13,Woodland,CA_PGE_CEN,Gas_Internal_Combustion_Engine,Gas,50.4,0,33.579,20,0.04,0.06,9.476,23,existing_generator, +1106599,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,1.179999948,71874.14514,0,20,0.06,0,NULL,23,NULL, +1107557,20,Proposed,CA_SDGE,Central_PV,Solar,3.25999999,53479.69389,0,20,0,0.02,NULL,23,NULL, +1191209309,35,Proposed,NV_N,Geothermal,Geothermal,8,72736.90389,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154994,23,Ray D Nixon,CO_E,Coal_Steam_Turbine,Coal,207,0,5.2164,40,0.04,0.06,11.843,23,existing_generator, +1001725,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,5088.819824,0,0,20,0,0.02,NULL,23,NULL, +156128,6,Arizona State University CHP,AZ_PHX,CCGT,Gas,9.2,0,5.9409,40,0.04,0.06,10.788,23,existing_generator, +1104067,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.200000048,96769.89902,0,20,0.06,0,NULL,23,NULL, +155483,31,Hardin Generator Project,MT_SE,Coal_Steam_Turbine,Coal,115.7,0,5.2164,40,0.04,0.06,12.685,23,existing_generator, +1104272,43,Proposed,WA_ID_AVA,Central_PV,Solar,7.570000172,57901.55889,0,20,0,0.02,NULL,23,NULL, +1113565,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,5.940000057,79026.88931,0,20,0.06,0,NULL,23,NULL, +1002102,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,16.69199944,0,0,20,0,0.02,NULL,23,NULL, +155674,16,Bolthouse S&P and Rowen Farms Solar,CA_SCE_CEN,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +157978,8,Cancarb1,CAN_ALB,Coal_Steam_Turbine_Cogen,Coal,46,0,4.374549085,40,0.06,0.1,8.742830276,23,existing_generator, +158072,8,Wind_EP_Can_14,CAN_ALB,Wind,Wind,68.4,0,0,30,0.05,0.006,NULL,23,existing_generator, +1101781,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,705.7600098,70133.04806,0,20,0.06,0,NULL,23,NULL, +155560,12,Diablo Winds LLC,CA_PGE_BAY,Wind,Wind,18,0,0,20,0,0,NULL,23,existing_generator, +158049,9,BrrrdTh4,CAN_BC,Gas_Steam_Turbine,Gas,150,0,4.679173726,40,0.1288,0.0915,10.11999989,23,existing_generator, +154972,40,Nine Canyon,OR_WA_BPA,Wind,Wind,95.9,0,0,20,0,0,NULL,23,existing_generator, +156751,22,Xcel Adams 2 Community Solar Array,CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +158027,28,CerroPrI1-2,MEX_BAJA,Geothermal,Geothermal,35.7,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +1191185659,39,Proposed,OR_W,Offshore_Wind,Wind,120,65249.6775,0,30,0.05,0.006,NULL,23,NULL, +1109562,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.070000172,45312.76764,0,20,0.06,0,NULL,23,NULL, +1191210491,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,42.79999924,0,33.5769,20,0.03,0.05,4.8409,23,NULL, +1116858,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,1.190000057,57867.38569,0,20,0.06,0,NULL,23,NULL, +1105445,42,Proposed,UT_S,Central_PV,Solar,4.690000057,97208.82527,0,20,0,0.02,NULL,23,NULL, +1111250,33,Proposed,NM_N,Central_PV,Solar,2840.090088,85409.24848,0,20,0,0.02,NULL,23,NULL, +1116153,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,41.54000092,74863.31139,0,20,0.06,0,NULL,23,NULL, +1104663,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,5.989999771,64137.69264,0,20,0.06,0,NULL,23,NULL, +157114,24,Trout Creek Solar,CO_NW,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1110112,46,Proposed,WA_W,CSP_Trough_6h_Storage,Solar,3.230000019,50877.53139,0,20,0.06,0,NULL,23,NULL, +156845,11,Westmont 400B,CA_LADWP,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +157012,17,AES Huntington Beach Energy Project,CA_SCE_S,CCGT,Gas,678,0,5.9409,40,0.04,0.06,12.364,23,existing_generator, +155051,20,Sycamore Energy 1,CA_SDGE,Bio_Gas,Bio_Gas,5.4,0,6.0375,20,0.03,0.05,14.717,23,existing_generator, +1111559,14,Proposed,CA_PGE_N,Central_PV,Solar,45.16999817,50548.12444,0,20,0,0.02,NULL,23,NULL, +1107059,26,Proposed,ID_E,Central_PV,Solar,3.619999886,86558.91111,0,20,0,0.02,NULL,23,NULL, +1191182547,36,Proposed,NV_S,Wind,Wind,30,166090.4175,0,30,0.05,0.006,NULL,23,NULL, +154859,43,Boundary,WA_ID_AVA,Hydro_NonPumped,Water,1118.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +157902,9,Peace_Canyon,CAN_BC,Hydro_NonPumped,Water,680,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1119061,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,3,47984.96514,0,20,0.06,0,NULL,23,NULL, +1101826,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,3488.889893,120438.3424,0,20,0.06,0,NULL,23,NULL, +1001368,1,Proposed,AZ_APS_E,Residential_PV,Solar,1716.48999, - ,0,20,0,0.02,NULL,23,NULL, +1191183304,41,Proposed,UT_N,Wind,Wind,150,95686.64889,0,30,0.05,0.006,NULL,23,NULL, +1116304,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,1.330000043,50625.40444,0,20,0.06,0,NULL,23,NULL, +1118695,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,22.63999939,130039.2975,0,20,0.06,0,NULL,23,NULL, +154571,23,Comanche (CO),CO_E,Coal_Steam_Turbine,Coal,1635.3,0,5.2164,40,0.04,0.06,15.523,23,existing_generator, +1001894,3,Proposed,AZ_APS_SW,Residential_PV,Solar,23.64699936,0,0,20,0,0.02,NULL,23,NULL, +155909,13,Robert O Schulz Solar Farm,CA_PGE_CEN,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1002029,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,26.75099945,0,0,20,0,0.02,NULL,23,NULL, +1191183906,27,Proposed,ID_S_OR_E,Wind,Wind,120,66319.88569,0,30,0.05,0.006,NULL,23,NULL, +155236,35,Stillwater Facility,NV_N,Central_PV,Solar,22,0,0,20,0,0,NULL,23,existing_generator, +1105161,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,6.980000019,51156.70444,0,20,0.06,0,NULL,23,NULL, +1114728,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,8.859999657,45410.81569,0,20,0.06,0,NULL,23,NULL, +1115431,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,9,47137.78125,0,20,0.06,0,NULL,23,NULL, +1191185083,23,Proposed,CO_E,Wind,Wind,30,44750.55375,0,30,0.05,0.006,NULL,23,NULL, +1191209530,11,Proposed,CA_LADWP,Gas_Combustion_Turbine,Gas,NULL,82822.425,33.5769,20,0.03,0.05,10.39,23,NULL, +1105977,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,8.239999771,77789.44236,0,20,0.06,0,NULL,23,NULL, +1106241,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,5.070000172,48593.05931,0,20,0.06,0,NULL,23,NULL, +1116845,13,Proposed,CA_PGE_CEN,Central_PV,Solar,11.35000038,50733.59361,0,20,0,0.02,NULL,23,NULL, +1119064,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,2.900000095,94605.33264,0,20,0.06,0,NULL,23,NULL, +1191185287,25,Proposed,CO_SW,Wind,Wind,30,51354.85236,0,30,0.05,0.006,NULL,23,NULL, +156519,17,"AP North Lake I, LP",CA_SCE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1112329,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,6.179999828,77337.23361,0,20,0.06,0,NULL,23,NULL, +1116095,4,Proposed,AZ_NM_N,Central_PV,Solar,66.01999664,45582.52125,0,20,0,0.02,NULL,23,NULL, +155195,20,Gas Utilization Facility,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.6,0,6.0375,20,0.04,0.06,9.104,23,existing_generator, +155353,7,University of Arizona - Biosphere 2,AZ_SE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.5,0,33.579,20,0.04,0.06,9.485,23,existing_generator, +156383,15,"Cottonwood Solar, LLC (City of Corcoran)",CA_PGE_S,Central_PV,Solar,12,0,0,20,0,0,NULL,23,existing_generator, +1114404,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,12.82999992,84391.44861,0,20,0.06,0,NULL,23,NULL, +1191184992,23,Proposed,CO_E,Wind,Wind,60,40907.44444,0,30,0.05,0.006,NULL,23,NULL, +1116418,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,5.460000038,51897.74625,0,20,0.06,0,NULL,23,NULL, +154832,25,Ames Hydro,CO_SW,Hydro_NonPumped,Water,3.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118768,36,Proposed,NV_S,Central_PV,Solar,1.519999981,46941.32194,0,20,0,0.02,NULL,23,NULL, +155485,14,Sonoma Central Landfill Phase II,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,6.799,23,existing_generator, +156844,11,Westmont 400A,CA_LADWP,Central_PV,Solar,2.3,0,0,20,0,0,NULL,23,existing_generator, +157104,44,Penstemon Solar Project,WA_N_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1000118,14,Proposed,CA_PGE_N,Residential_PV,Solar,23.64699936,0,0,20,0,0.02,NULL,23,NULL, +1191183381,24,Proposed,CO_NW,Wind,Wind,30,43735.89056,0,30,0.05,0.006,NULL,23,NULL, +1191210533,45,Proposed,WA_SEATAC,Gas_Steam_Turbine_Cogen,Gas,5,0,4.456347,40,0.1288,0.0915,4.44558,23,NULL, +155807,11,Maclay Solar Project,CA_LADWP,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +156927,20,SeaWorld Aquatica,CA_SDGE,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1106512,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,2.99000001,60425.59236,0,20,0.06,0,NULL,23,NULL, +1114400,5,Proposed,AZ_NW,Central_PV,Solar,2.130000114,77856.34069,0,20,0,0.02,NULL,23,NULL, +1000737,23,Proposed,CO_E,Commercial_PV,Solar,16.01670074,0,0,20,0,0.02,NULL,23,NULL, +1001081,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,26.20159912,0,0,20,0,0.02,NULL,23,NULL, +1113871,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,56.54999924,83142.05402,0,20,0.06,0,NULL,23,NULL, +1117303,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,49.36999893,44125.79514,0,20,0.06,0,NULL,23,NULL, +157960,8,Balzac1,CAN_ALB,CCGT_Cogen,Gas,40.8,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1001364,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,77.89600372,0,0,20,0,0.02,NULL,23,NULL, +1191184015,38,Proposed,OR_PDX,Wind,Wind,60,59941.74806,0,30,0.05,0.006,NULL,23,NULL, +1191185194,22,Proposed,CO_DEN,Wind,Wind,30,52911.92361,0,30,0.05,0.006,NULL,23,NULL, +1000836,22,Proposed,CO_DEN,Residential_PV,Solar,72.33200073,0,0,20,0,0.02,NULL,23,NULL, +1108035,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,9.43999958,54592.52306,0,20,0.06,0,NULL,23,NULL, +1112863,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,4.820000172,93121.1925,0,20,0.06,0,NULL,23,NULL, +1114845,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.950000048,91555.31027,0,20,0.06,0,NULL,23,NULL, +1115151,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,57.11000061,86501.55486,0,20,0.06,0,NULL,23,NULL, +1115322,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.5,67096.06764,0,20,0.06,0,NULL,23,NULL, +1103323,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,333.3699951,89496.63598,0,20,0.06,0,NULL,23,NULL, +1191210114,10,Proposed,CA_IID,Geothermal,Geothermal,49.90000153,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1115288,2,Proposed,AZ_APS_N,Central_PV,Solar,28.76000023,45740.94431,0,20,0,0.02,NULL,23,NULL, +1106437,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,83,216473.355,0,20,0.06,0,NULL,23,NULL, +1111320,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.539999962,53901.35194,0,20,0.06,0,NULL,23,NULL, +1107752,7,Proposed,AZ_SE,Central_PV,Solar,66.38999939,78111.36375,0,20,0,0.02,NULL,23,NULL, +1111351,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.409999967,48848.32764,0,20,0.06,0,NULL,23,NULL, +1108234,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,127.6600037,49183.52681,0,20,0.06,0,NULL,23,NULL, +1102662,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.190000057,106096.7422,0,20,0.06,0,NULL,23,NULL, +1191209347,35,Proposed,NV_N,Geothermal,Geothermal,8,149717.925,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1102986,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1081.449951,49564.73361,0,20,0.06,0,NULL,23,NULL, +1106879,5,Proposed,AZ_NW,Central_PV,Solar,13.97999954,79980.81902,0,20,0,0.02,NULL,23,NULL, +1113963,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.819999933,70684.99819,0,20,0.06,0,NULL,23,NULL, +1191210870,9,Proposed,CAN_BC,Wind,Wind,251.2890015,485255.61,0,30,0.05,0.006,NULL,23,NULL, +155268,27,Rock Creek I,ID_S_OR_E,Hydro_NonPumped,Water,2.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185449,43,Proposed,WA_ID_AVA,Wind,Wind,8370,37883.86444,0,30,0.05,0.006,NULL,23,NULL, +154479,17,Mountainview Generating Station,CA_SCE_S,CCGT,Gas,1036.8,0,5.9409,40,0.04,0.06,10.165,23,existing_generator, +1000506,50,Proposed,WY_SW,Residential_PV,Solar,19841.19922,0,0,20,0,0.02,NULL,23,NULL, +1108803,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,21.68000031,59176.07514,0,20,0.06,0,NULL,23,NULL, +1111733,2,Proposed,AZ_APS_N,Central_PV,Solar,1.409999967,72290.85056,0,20,0,0.02,NULL,23,NULL, +1114822,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,57.72999954,73530.23139,0,20,0.06,0,NULL,23,NULL, +1117019,36,Proposed,NV_S,Central_PV,Solar,36.58000183,60561.68139,0,20,0,0.02,NULL,23,NULL, +1113549,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.029999971,193577.9475,0,20,0.06,0,NULL,23,NULL, +1191184016,38,Proposed,OR_PDX,Wind,Wind,90,50333.91111,0,30,0.05,0.006,NULL,23,NULL, +1118719,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.339999914,64569.25125,0,20,0.06,0,NULL,23,NULL, +1103980,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.579999924,74491.03819,0,20,0.06,0,NULL,23,NULL, +1116634,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,9.069999695,47755.29486,0,20,0.06,0,NULL,23,NULL, +1191209536,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine,Gas,NULL,82822.425,33.5769,20,0.03,0.05,10.39,23,NULL, +1191209237,37,Proposed,OR_E,Geothermal,Geothermal,180,54243.67819,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1102252,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,61.68999863,51243.04069,0,20,0.06,0,NULL,23,NULL, +1001340,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,23.64699936,0,0,20,0,0.02,NULL,23,NULL, +1191185398,22,Proposed,CO_DEN,Wind,Wind,30,65864.17236,0,30,0.05,0.006,NULL,23,NULL, +155582,14,Shiloh I Wind Project,CA_PGE_N,Wind,Wind,150,0,0,20,0,0,NULL,23,existing_generator, +156766,10,Valley Sanitary District WTP Solar,CA_IID,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1115260,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.630000114,82834.25473,0,20,0.06,0,NULL,23,NULL, +1191209611,42,Proposed,UT_S,Coal_IGCC,Coal,NULL,70251.1425,7.3442565,40,0.08,0.12,7.95,23,NULL, +155603,40,Klondike Windpower III,OR_WA_BPA,Wind,Wind,297.5,0,0,20,0,0,NULL,23,existing_generator, +1100825,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,905.6500244,65810.80181,0,20,0,0.02,NULL,23,NULL, +1191182694,39,Proposed,OR_W,Wind,Wind,30,92210.86014,0,30,0.05,0.006,NULL,23,NULL, +1191185389,22,Proposed,CO_DEN,Wind,Wind,750,46923.32736,0,30,0.05,0.006,NULL,23,NULL, +1112679,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,103.3700027,63948.59625,0,20,0.06,0,NULL,23,NULL, +1115994,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,41.13999939,55933.21125,0,20,0.06,0,NULL,23,NULL, +1191185496,43,Proposed,WA_ID_AVA,Wind,Wind,30,56132.57139,0,30,0.05,0.006,NULL,23,NULL, +157849,9,Arrow_Lakes,CAN_BC,Hydro_NonPumped,Water,166,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191182679,39,Proposed,OR_W,Wind,Wind,30,57495.47569,0,30,0.05,0.006,NULL,23,NULL, +154541,14,Loon Lake,CA_PGE_N,Hydro_NonPumped,Water,74.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +156736,20,North City Cogeneration Facility,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,9.436,23,existing_generator, +1000090,4,Proposed,AZ_NM_N,Residential_PV,Solar,82.06900024,0,0,20,0,0.02,NULL,23,NULL, +1116138,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,2.890000105,86405.80389,0,20,0.06,0,NULL,23,NULL, +1191183770,40,Proposed,OR_WA_BPA,Wind,Wind,30,70238.58639,0,30,0.05,0.006,NULL,23,NULL, +155738,49,Casper Wind Farm,WY_SE,Wind,Wind,17,0,0,20,0,0,NULL,23,existing_generator, +156488,17,"Bowerman Power LFG, LLC",CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,23.8,0,6.0375,20,0.04,0.06,12.705,23,existing_generator, +1118662,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.690000057,206920.8225,0,20,0.06,0,NULL,23,NULL, +1191209208,5,Proposed,AZ_NW,Bio_Gas,Bio_Gas,NULL,70990.73625,16.0398,20,0.11,0.04,13.5,23,NULL, +1100003,39,Proposed,OR_W,Central_PV,Solar,109.2699966,52114.01139,0,20,0,0.02,NULL,23,NULL, +1111222,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,31.70000076,43844.92875,0,20,0.06,0,NULL,23,NULL, +1191182565,36,Proposed,NV_S,Wind,Wind,30,144566.73,0,30,0.05,0.006,NULL,23,NULL, +1191184004,38,Proposed,OR_PDX,Wind,Wind,30,46604.79264,0,30,0.05,0.006,NULL,23,NULL, +1112111,50,Proposed,WY_SW,Central_PV,Solar,85.27999878,64876.43736,0,20,0,0.02,NULL,23,NULL, +1116715,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,5.820000172,77257.0575,0,20,0.06,0,NULL,23,NULL, +1107282,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,5.510000229," 100,646.21 ",0,20,0.06,0,NULL,23,NULL, +1106366,7,Proposed,AZ_SE,Central_PV,Solar,15.81000042,50299.86056,0,20,0,0.02,NULL,23,NULL, +1109243,16,Proposed,CA_SCE_CEN,Central_PV,Solar,18.26000023,74119.49139,0,20,0,0.02,NULL,23,NULL, +154483,40,Columbia Generating Station,OR_WA_BPA,Nuclear,Uranium,1200,0,0.567,80,0.04,0.06,12.087,23,existing_generator, +1191209394,35,Proposed,NV_N,Geothermal,Geothermal,10,126146.3175,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1100324,25,Proposed,CO_SW,Central_PV,Solar,123.8600006,67150.40514,0,20,0,0.02,NULL,23,NULL, +1001679,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,25.98570061,0,0,20,0,0.02,NULL,23,NULL, +1191185547,43,Proposed,WA_ID_AVA,Wind,Wind,240,44628.59625,0,30,0.05,0.006,NULL,23,NULL, +1114015,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,95.65000153,186930.66,0,20,0.06,0,NULL,23,NULL, +1191183942,27,Proposed,ID_S_OR_E,Wind,Wind,120,46064.19111,0,30,0.05,0.006,NULL,23,NULL, +1104944,2,Proposed,AZ_APS_N,Central_PV,Solar,12.27000046,83625.05402,0,20,0,0.02,NULL,23,NULL, +155292,20,C P Kelco San Diego Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,18,0,6.0375,40,0.04,0.06,10.033,23,existing_generator, +156010,21,RE McKenzie 5,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1191182635,38,Proposed,OR_PDX,Wind,Wind,30,45172.81556,0,30,0.05,0.006,NULL,23,NULL, +155561,16,Helzel & Schwarzhoff 86,CA_SCE_CEN,Wind,Wind,2.4,0,0,20,0,0,NULL,23,existing_generator, +156039,42,Hurricane City Power,UT_S,Gas_Internal_Combustion_Engine,Gas,10,0,33.579,20,0.04,0.06,10.304,23,existing_generator, +154844,32,Canyon Ferry,MT_SW,Hydro_NonPumped,Water,49.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155989,21,RE Kammerer 3,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1111774,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,34.38999939,68096.59931,0,20,0.06,0,NULL,23,NULL, +156634,48,Big Sand Draw Plant,WY_NW,Gas_Internal_Combustion_Engine,Gas,8,0,33.579,20,0.04,0.06,12.914,23,existing_generator, +157057,35,Sunshine Valley Solar,NV_N,Central_PV,Solar,103.4,0,0,20,0,0,NULL,23,existing_generator, +1107475,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,20.51000023,59945.00736,0,20,0.06,0,NULL,23,NULL, +1100461,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,219.7100067,50171.02125,0,20,0.06,0,NULL,23,NULL, +1191210097,10,Proposed,CA_IID,Geothermal,Geothermal,8,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155164,17,San Dimas Wash Generating Station,CA_SCE_S,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +157913,9,Seaton_Creek,CAN_BC,Hydro_NonPumped,Water,0.3,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +154872,14,Kings Beach,CA_PGE_N,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,15,0,33.579,20,0.04,0.06,9.86,23,existing_generator, +1191210477,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,30.70000076,0,4.1213235,20,0.04,0.06,7.86366,23,NULL, +154979,46,Grays Harbor Energy Facility,WA_W,CCGT,Gas,697.8,0,5.9409,40,0.04,0.06,10.08,23,existing_generator, +156344,20,Valley Center 2,CA_SDGE,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1111220,15,Proposed,CA_PGE_S,Central_PV,Solar,31.70000076,43844.92875,0,20,0,0.02,NULL,23,NULL, +1117448,35,Proposed,NV_N,Central_PV,Solar,10.43999958,89366.34861,0,20,0,0.02,NULL,23,NULL, +1100203,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,124.1600037,46582.33125,0,20,0.06,0,NULL,23,NULL, +1191184781,33,Proposed,NM_N,Wind,Wind,30,50356.24986,0,30,0.05,0.006,NULL,23,NULL, +1191209255,37,Proposed,OR_E,Geothermal,Geothermal,10,60443.22375,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155873,13,Westside Solar Station,CA_PGE_CEN,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +1117899,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,5.130000114,80111.71014,0,20,0.06,0,NULL,23,NULL, +77442,16,Tehachapi: 555,CA_SCE_CEN,Wind,Wind,24,86801.4,0,30,0.05,0.006,NULL,23,NULL, +157094,14,American Canyon Solar,CA_PGE_N,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1109999,33,Proposed,NM_N,Central_PV,Solar,14.82999992,44418.85444,0,20,0,0.02,NULL,23,NULL, +1191182503,35,Proposed,NV_N,Wind,Wind,30,174478.92,0,30,0.05,0.006,NULL,23,NULL, +1191209597,28,Proposed,MEX_BAJA,Coal_IGCC,Coal,NULL,69511.67139,7.3442565,40,0.08,0.12,7.95,23,NULL, +155789,17,Solar Photovoltaic Project #28,CA_SCE_S,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +1109987,15,Proposed,CA_PGE_S,Central_PV,Solar,2.099999905,83727.56889,0,20,0,0.02,NULL,23,NULL, +1191209499,30,Proposed,MT_NW,CCGT,Gas,NULL," 70,990.74 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1109179,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.089999914,94219.89486,0,20,0.06,0,NULL,23,NULL, +1191182517,36,Proposed,NV_S,Wind,Wind,120,186935.49,0,30,0.05,0.006,NULL,23,NULL, +1109828,41,Proposed,UT_N,Central_PV,Solar,5.130000114,67913.4225,0,20,0,0.02,NULL,23,NULL, +1114235,21,Proposed,CA_SMUD,Central_PV,Solar,15.76000023,47965.64514,0,20,0,0.02,NULL,23,NULL, +1112069,41,Proposed,UT_N,Central_PV,Solar,1.960000038,98692.5975,0,20,0,0.02,NULL,23,NULL, +1191183929,27,Proposed,ID_S_OR_E,Wind,Wind,60,60870.55611,0,30,0.05,0.006,NULL,23,NULL, +1113850,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,7.670000076,43227.89625,0,20,0.06,0,NULL,23,NULL, +1191184221,7,Proposed,AZ_SE,Wind,Wind,30,79010.10694,0,30,0.05,0.006,NULL,23,NULL, +1106827,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,9.550000191,115080.429,0,20,0.06,0,NULL,23,NULL, +1106400,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,51.33000183,52730.19486,0,20,0.06,0,NULL,23,NULL, +1191182370,32,Proposed,MT_SW,Wind,Wind,270,91290.01875,0,30,0.05,0.006,NULL,23,NULL, +1191182911,49,Proposed,WY_SE,Wind,Wind,90,84752.13264,0,30,0.05,0.006,NULL,23,NULL, +156589,16,Central Antelope Dry Ranch C,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +154491,13,R C Kirkwood,CA_PGE_CEN,Hydro_NonPumped,Water,115.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156476,14,Baker Creek Hydroelectric,CA_PGE_N,Hydro_NonPumped,Water,1.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116599,35,Proposed,NV_N,Central_PV,Solar,4.710000038,158004.9975,0,20,0,0.02,NULL,23,NULL, +155593,27,Pilgrim Stage Wind Park,ID_S_OR_E,Wind,Wind,10.5,0,0,20,0,0,NULL,23,existing_generator, +156208,16,Arrache 8083,CA_SCE_CEN,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +1104130,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,78.98999786,55238.89875,0,20,0.06,0,NULL,23,NULL, +1108202,4,Proposed,AZ_NM_N,Central_PV,Solar,25.59000015,105848.1199,0,20,0,0.02,NULL,23,NULL, +1191185348,44,Proposed,WA_N_CEN,Wind,Wind,210,51974.05931,0,30,0.05,0.006,NULL,23,NULL, +1101860,16,Proposed,CA_SCE_CEN,Central_PV,Solar,15,71773.07361,0,20,0,0.02,NULL,23,NULL, +1105354,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,78.19000244,83506.35111,0,20,0.06,0,NULL,23,NULL, +1109573,36,Proposed,NV_S,Central_PV,Solar,34.34999847,65792.68931,0,20,0,0.02,NULL,23,NULL, +1115164,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,6.989999771,66384.12375,0,20,0.06,0,NULL,23,NULL, +1108153,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,19.29999924,171759.63,0,20,0.06,0,NULL,23,NULL, +1191184147,42,Proposed,UT_S,Wind,Wind,30,44412.93486,0,30,0.05,0.006,NULL,23,NULL, +1191185514,30,Proposed,MT_NW,Wind,Wind,30,61869.15861,0,30,0.05,0.006,NULL,23,NULL, +1111613,15,Proposed,CA_PGE_S,Central_PV,Solar,7.670000076,82484.92875,0,20,0,0.02,NULL,23,NULL, +1101342,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,2436.719971,63296.06514,0,20,0.06,0,NULL,23,NULL, +1117867,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.739999771,229944.225,0,20,0.06,0,NULL,23,NULL, +1191185355,44,Proposed,WA_N_CEN,Wind,Wind,30,59253.2325,0,30,0.05,0.006,NULL,23,NULL, +1191182737,47,Proposed,WY_NE,Wind,Wind,150,58940.97111,0,30,0.05,0.006,NULL,23,NULL, +1104852,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.039999962,186105.9375,0,20,0.06,0,NULL,23,NULL, +155298,15,Midway Sunset Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,234,0,6.0375,40,0.04,0.06,14.952,23,existing_generator, +156573,15,Corcoran Solar 3,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1117446,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,75.41999817,67877.32014,0,20,0.06,0,NULL,23,NULL, +156537,14,"Cottonwood Solar, LLC Cottonwood Carport",CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +157088,33,La Joya NM,NM_N,Wind,Wind,166,0,0,20,0,0,NULL,23,existing_generator, +1105929,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,8.550000191,63597.21375,0,20,0.06,0,NULL,23,NULL, +1191185521,43,Proposed,WA_ID_AVA,Wind,Wind,30,38489.42569,0,30,0.05,0.006,NULL,23,NULL, +156653,12,Zero Waste Energy Development Co LLC,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,11.373,23,existing_generator, +157932,9,Upper_Clowhom,CAN_BC,Hydro_NonPumped,Water,11,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1104935,4,Proposed,AZ_NM_N,Central_PV,Solar,51.06999969,45559.70139,0,20,0,0.02,NULL,23,NULL, +1110490,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,49.54999924,68273.86125,0,20,0.06,0,NULL,23,NULL, +1117765,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,22.09000015,50504.16861,0,20,0.06,0,NULL,23,NULL, +157878,9,Gordon_M_Shrum,CAN_BC,Hydro_NonPumped,Water,2730,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1113123,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,15.64000034,206161.305,0,20,0.06,0,NULL,23,NULL, +1191183879,39,Proposed,OR_W,Wind,Wind,30,99346.81723,0,30,0.05,0.006,NULL,23,NULL, +1115685,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,4.710000038,76450.68806,0,20,0.06,0,NULL,23,NULL, +1108242,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,9.31000042,48484.02111,0,20,0.06,0,NULL,23,NULL, +1114622,14,Proposed,CA_PGE_N,Central_PV,Solar,12.80000019,74303.87569,0,20,0,0.02,NULL,23,NULL, +1116590,42,Proposed,UT_S,Central_PV,Solar,26.75,206957.0475,0,20,0,0.02,NULL,23,NULL, +1107717,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,12.71000004,48090.37611,0,20,0.06,0,NULL,23,NULL, +1191185275,25,Proposed,CO_SW,Wind,Wind,600,70558.93236,0,30,0.05,0.006,NULL,23,NULL, +1191182497,36,Proposed,NV_S,Wind,Wind,30,70035.48111,0,30,0.05,0.006,NULL,23,NULL, +157886,9,Lamont_Creek,CAN_BC,Hydro_NonPumped,Water,28,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1105973,25,Proposed,CO_SW,Central_PV,Solar,88.80000305,70917.92306,0,20,0,0.02,NULL,23,NULL, +1191209498,29,Proposed,MT_NE,CCGT,Gas,NULL," 70,251.14 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1110074,35,Proposed,NV_N,Central_PV,Solar,87.19999695,57777.06375,0,20,0,0.02,NULL,23,NULL, +1115293,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,24.23999977,72879.26625,0,20,0.06,0,NULL,23,NULL, +1116594,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,33.61999893,69703.90444,0,20,0.06,0,NULL,23,NULL, +1105494,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.74000001,64094.94431,0,20,0.06,0,NULL,23,NULL, +1113492,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,28.34000015,42648.05569,0,20,0.06,0,NULL,23,NULL, +156908,10,Wistaria Ranch Solar,CA_IID,Central_PV,Solar,106.7,0,0,20,0,0,NULL,23,existing_generator, +1110911,35,Proposed,NV_N,Central_PV,Solar,6.050000191,152571.2475,0,20,0,0.02,NULL,23,NULL, +1191185452,43,Proposed,WA_ID_AVA,Wind,Wind,30,57960,0,30,0.05,0.006,NULL,23,NULL, +1191185571,7,Proposed,AZ_SE,Wind,Wind,210,116374.1426,0,30,0.05,0.006,NULL,23,NULL, +154482,19,Lower Tule River,CA_SCE_VLY,Hydro_NonPumped,Water,2.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +155484,14,Sonoma Central Landfill Phase I,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,8.445,23,existing_generator, +155512,10,Salton Sea Power LLC - Unit 5,CA_IID,Geothermal,Geothermal,58.3,0,36.2145,20,0,0,NULL,23,existing_generator, +156357,14,Laguna Water Reclamation Facility,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.4,0,6.0375,20,0.04,0.06,15.94,23,existing_generator, +156830,4,Kayenta Solar Project,AZ_NM_N,Central_PV,Solar,27.3,0,0,20,0,0,NULL,23,existing_generator, +158008,9,Alkokolex,CAN_BC,Gas_Combustion_Turbine,Gas,30,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1191183299,41,Proposed,UT_N,Wind,Wind,60,72087.50944,0,30,0.05,0.006,NULL,23,NULL, +77482,20,SanDiegoSouth: 605,CA_SDGE,Wind,Wind,21,115314.15,0,30,0.05,0.006,NULL,23,NULL, +154376,13,Hickman,CA_PGE_CEN,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185655,39,Proposed,OR_W,Offshore_Wind,Wind,810,59264.82639,0,30,0.05,0.006,NULL,23,NULL, +1103922,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.350000024,80003.39361,0,20,0.06,0,NULL,23,NULL, +154348,7,Saguaro,AZ_SE,Gas_Combustion_Turbine,Gas,184.5,0,6.0375,40,0.04,0.06,10.505,23,existing_generator, +1110917,2,Proposed,AZ_APS_N,Central_PV,Solar,10.27000046,79897.86,0,20,0,0.02,NULL,23,NULL, +156362,19,White River Solar 2,CA_SCE_VLY,Central_PV,Solar,19.8,0,0,20,0,0,NULL,23,existing_generator, +156790,7,Iron Horse Battery Storage,AZ_SE,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1001011,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,3086.98999,0,0,20,0,0.02,NULL,23,NULL, +1191183955,27,Proposed,ID_S_OR_E,Wind,Wind,300,120593.025,0,30,0.05,0.006,NULL,23,NULL, +154660,43,Albeni Falls,WA_ID_AVA,Hydro_NonPumped,Water,42,0,0,200,0.05,0.05,NULL,23,existing_generator, +155765,36,CM48,NV_S,Central_PV,Solar,48,0,0,20,0,0,NULL,23,existing_generator, +156417,15,Wildwood Solar II,CA_PGE_S,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +1191182660,39,Proposed,OR_W,Wind,Wind,60,64773.19611,0,30,0.05,0.006,NULL,23,NULL, +1118859,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,9.909999847,72893.1525,0,20,0.06,0,NULL,23,NULL, +1191183275,41,Proposed,UT_N,Wind,Wind,30,38151.80681,0,30,0.05,0.006,NULL,23,NULL, +1191209316,35,Proposed,NV_N,Geothermal,Geothermal,24,56810.94111,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156839,29,"Black Eagle Solar, LLC",MT_NE,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1115228,3,Proposed,AZ_APS_SW,Central_PV,Solar,50.04999924,45023.08556,0,20,0,0.02,NULL,23,NULL, +1110919,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,10.27000046,79897.86,0,20,0.06,0,NULL,23,NULL, +1000091,15,Proposed,CA_PGE_S,Commercial_PV,Solar,55.35839844,0,0,20,0,0.02,NULL,23,NULL, +1109670,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,1.279999971,46303.39875,0,20,0.06,0,NULL,23,NULL, +154892,42,Unit 4,UT_S,Hydro_NonPumped,Water,1.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105402,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,4.449999809,81945.29889,0,20,0.06,0,NULL,23,NULL, +155395,34,New Mexico State University,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,4.7,0,6.0375,40,0.04,0.06,7.533,23,existing_generator, +1191185516,30,Proposed,MT_NW,Wind,Wind,120,70485.27486,0,30,0.05,0.006,NULL,23,NULL, +1106348,35,Proposed,NV_N,Central_PV,Solar,13.88000011,173989.8825,0,20,0,0.02,NULL,23,NULL, +1110434,4,Proposed,AZ_NM_N,Central_PV,Solar,23.01000023,136544.1,0,20,0,0.02,NULL,23,NULL, +77452,16,Tehachapi: 565,CA_SCE_CEN,Wind,Wind,44,42265.65,0,30,0.05,0.006,NULL,23,NULL, +1191185528,43,Proposed,WA_ID_AVA,Wind,Wind,60,72460.74486,0,30,0.05,0.006,NULL,23,NULL, +1191210447,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,49.79999924,0,33.5769,20,0.03,0.05,6.50307,23,NULL, +1105510,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,18.59000015,71438.59611,0,20,0.06,0,NULL,23,NULL, +1102870,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,92.02999878,55621.79889,0,20,0.06,0,NULL,23,NULL, +1191182500,36,Proposed,NV_S,Wind,Wind,540,42017.98125,0,30,0.05,0.006,NULL,23,NULL, +157982,8,SC_FirebagS2_1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1002016,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,25.03800011,0,0,20,0,0.02,NULL,23,NULL, +1102444,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.739999771,53662.26694,0,20,0.06,0,NULL,23,NULL, +1191209239,10,Proposed,CA_IID,Geothermal,Geothermal,180,48294.92944,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1111754,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.360000014,55628.19486,0,20,0,0.02,NULL,23,NULL, +1115841,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,2.029999971,49922.75736,0,20,0.06,0,NULL,23,NULL, +154732,47,Ben French,WY_NE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,0,33.579,20,0.04,0.06,9.612,23,existing_generator, +156735,20,Escondido Energy Storage,CA_SDGE,Battery_Storage,Electricity,30,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1118852,18,Proposed,CA_SCE_SE,Central_PV,Solar,20.54000092,60732.29736,0,20,0,0.02,NULL,23,NULL, +1000298,10,Proposed,CA_IID,Residential_PV,Solar,560.572998,0,0,20,0,0.02,NULL,23,NULL, +155587,13,Ameresco Santa Cruz Energy,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,0,6.0375,20,0.04,0.06,10.769,23,existing_generator, +1117492,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,10.17000008,60329.47819,0,20,0.06,0,NULL,23,NULL, +1118255,25,Proposed,CO_SW,Central_PV,Solar,33.27000046,67365.2175,0,20,0,0.02,NULL,23,NULL, +1191183934,27,Proposed,ID_S_OR_E,Wind,Wind,9540,89549.28486,0,30,0.05,0.006,NULL,23,NULL, +156863,15,Vandenberg Solar Project,CA_PGE_S,Central_PV,Solar,22.5,0,0,20,0,0,NULL,23,existing_generator, +1106037,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,5.289999962,86074.58098,0,20,0.06,0,NULL,23,NULL, +1108227,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1901.920044,48919.81069,0,20,0.06,0,NULL,23,NULL, +1110737,12,Proposed,CA_PGE_BAY,Central_PV,Solar,15.07999992,51736.18181,0,20,0,0.02,NULL,23,NULL, +1113482,42,Proposed,UT_S,Central_PV,Solar,53.47999954,59543.75889,0,20,0,0.02,NULL,23,NULL, +1114028,36,Proposed,NV_S,Central_PV,Solar,22.96999931,176322.7725,0,20,0,0.02,NULL,23,NULL, +1191185499,43,Proposed,WA_ID_AVA,Wind,Wind,30,39253.16944,0,30,0.05,0.006,NULL,23,NULL, +1191209627,8,Proposed,CAN_ALB,Coal_Steam_Turbine,Coal,NULL,77646.11306,4.166232,40,0.06,0.1,9,23,NULL, +1113956,36,Proposed,NV_S,Central_PV,Solar,1.429999948,62395.62861,0,20,0,0.02,NULL,23,NULL, +1113075,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,14.97000027,122826.9,0,20,0.06,0,NULL,23,NULL, +154582,17,Coyote Creek,CA_SCE_S,Hydro_NonPumped,Water,3.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +154810,7,North Loop,AZ_SE,Gas_Combustion_Turbine,Gas,107.8,0,6.0375,40,0.04,0.06,10.323,23,existing_generator, +157996,8,MedcnHt5,CAN_ALB,Gas_Combustion_Turbine,Gas,30,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1110046,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,2.460000038,66214.10681,0,20,0.06,0,NULL,23,NULL, +157134,37,Blue Marmot VIII,OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1112729,33,Proposed,NM_N,Central_PV,Solar,18.77000046,61092.98139,0,20,0,0.02,NULL,23,NULL, +155829,15,Avenal Park,CA_PGE_S,Central_PV,Solar,6,0,0,20,0,0,NULL,23,existing_generator, +157064,17,"Portal Ridge Solar A, LLC",CA_SCE_S,Central_PV,Solar,18.5,0,0,20,0,0,NULL,23,existing_generator, +1117165,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,6.039999962,52501.85944,0,20,0.06,0,NULL,23,NULL, +77512,12,Solano: 1912,CA_PGE_BAY,Wind,Wind,78,49275.45,0,30,0.05,0.006,NULL,23,NULL, +1191183785,40,Proposed,OR_WA_BPA,Wind,Wind,30,82930.49625,0,30,0.05,0.006,NULL,23,NULL, +1191185387,22,Proposed,CO_DEN,Wind,Wind,30,56152.49514,0,30,0.05,0.006,NULL,23,NULL, +156038,42,Hurricane City Power,UT_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5.1,0,33.579,20,0.04,0.06,9.497,23,existing_generator, +1116523,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,4.46999979,90381.25236,0,20,0.06,0,NULL,23,NULL, +154822,42,Hunter,UT_S,Coal_Steam_Turbine,Coal,1577.2,0,5.2164,40,0.04,0.06,9.414,23,existing_generator, +156568,22,Adams Community Solar Garden LLC,CO_DEN,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1001087,44,Proposed,WA_N_CEN,Commercial_PV,Solar,68.1835022,0,0,20,0,0.02,NULL,23,NULL, +1115456,14,Proposed,CA_PGE_N,Central_PV,Solar,31.26000023,46372.10361,0,20,0,0.02,NULL,23,NULL, +1191183171,31,Proposed,MT_SE,Wind,Wind,840,46426.32319,0,30,0.05,0.006,NULL,23,NULL, +1104564,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,6.610000134,68076.435,0,20,0.06,0,NULL,23,NULL, +1108186,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,2.299999952,91736.79375,0,20,0.06,0,NULL,23,NULL, +155459,20,Prima Plant,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,6,0,6.0375,20,0.04,0.06,11.857,23,existing_generator, +1107473,43,Proposed,WA_ID_AVA,Central_PV,Solar,20.51000023,59945.00736,0,20,0,0.02,NULL,23,NULL, +154364,6,Roosevelt,AZ_PHX,Hydro_NonPumped,Water,36,0,0,200,0.05,0.05,NULL,23,existing_generator, +155460,20,MM San Diego-North City,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.6,0,6.0375,20,0.04,0.06,17.133,23,existing_generator, +1113430,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,22.04999924,51085.57986,0,20,0.06,0,NULL,23,NULL, +156172,14,G2 Energy Hay Rd,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,12.894,23,existing_generator, +1112185,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.590000033,43077.08139,0,20,0.06,0,NULL,23,NULL, +1001828,23,Proposed,CO_E,Residential_PV,Solar,47.29399872,0,0,20,0,0.02,NULL,23,NULL, +1191210453,46,Proposed,WA_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,10.5,0,16.844625,40,0.1288,0.0915,4.86329,23,NULL, +1112025,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,20.42000008,57498.00861,0,20,0.06,0,NULL,23,NULL, +155756,40,Harvest Wind Project,OR_WA_BPA,Wind,Wind,98.9,0,0,20,0,0,NULL,23,existing_generator, +155877,10,Ocotillo Express LLC,CA_IID,Wind,Wind,265.4,0,0,20,0,0,NULL,23,existing_generator, +1104524,7,Proposed,AZ_SE,Central_PV,Solar,50.04000092,62599.69611,0,20,0,0.02,NULL,23,NULL, +155610,17,Center Peaker,CA_SCE_S,Battery_Storage,Electricity,10,0,0,10,0.02,0.0055,NULL,23,existing_generator, +158047,9,BrrrdTh2,CAN_BC,Gas_Steam_Turbine,Gas,150,0,4.679173726,40,0.1288,0.0915,10.11999989,23,existing_generator, +1113107,42,Proposed,UT_S,Central_PV,Solar,26.09000015,141514.17,0,20,0,0.02,NULL,23,NULL, +1103698,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,205.9799957,50663.55861,0,20,0.06,0,NULL,23,NULL, +1109204,17,Proposed,CA_SCE_S,Central_PV,Solar,19.86000061,101687.556,0,20,0,0.02,NULL,23,NULL, +156075,27,High Mesa,ID_S_OR_E,Wind,Wind,40,0,0,20,0,0,NULL,23,existing_generator, +1191209411,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,68400.64875,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1112239,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,119.9400024,66271.82625,0,20,0.06,0,NULL,23,NULL, +1118890,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.700000048,72716.8575,0,20,0.06,0,NULL,23,NULL, +157021,14,Blue Shld Of Cal- El Dorado Hlls Mtr B,CA_PGE_N,Central_PV,Solar,2.1,0,0,20,0,0,NULL,23,existing_generator, +1102918,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,4.349999905,93020.24361,0,20,0.06,0,NULL,23,NULL, +1117915,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,9.649999619,65848.35694,0,20,0.06,0,NULL,23,NULL, +1101772,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1268.27002,142582.8075,0,20,0.06,0,NULL,23,NULL, +156815,25,Drop 5,CO_SW,Hydro_NonPumped,Water,2.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +154353,7,H Wilson Sundt Generating Station,AZ_SE,Gas_Combustion_Turbine,Gas,54,0,6.0375,40,0.04,0.06,9.925,23,existing_generator, +1112746,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.470000029,87316.49473,0,20,0.06,0,NULL,23,NULL, +1113112,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,7.380000114,90159.79875,0,20,0.06,0,NULL,23,NULL, +1115741,2,Proposed,AZ_APS_N,Central_PV,Solar,50.77999878,62785.29264,0,20,0,0.02,NULL,23,NULL, +1113083,33,Proposed,NM_N,Central_PV,Solar,9.699999809,78790.21931,0,20,0,0.02,NULL,23,NULL, +1111938,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,12.34000015,47847.42806,0,20,0.06,0,NULL,23,NULL, +1191185513,43,Proposed,WA_ID_AVA,Wind,Wind,60,44330.58431,0,30,0.05,0.006,NULL,23,NULL, +1107710,2,Proposed,AZ_APS_N,Central_PV,Solar,5.679999828,83718.99375,0,20,0,0.02,NULL,23,NULL, +156268,33,Sue Cleveland High School,NM_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1118300,35,Proposed,NV_N,Central_PV,Solar,11.36999989,124822.8975,0,20,0,0.02,NULL,23,NULL, +155093,20,Kyocera America Project,CA_SDGE,Gas_Internal_Combustion_Engine,Gas,3.8,0,33.579,20,0.04,0.06,18.891,23,existing_generator, +1104224,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.449999809,56651.55111,0,20,0,0.02,NULL,23,NULL, +1105832,24,Proposed,CO_NW,Central_PV,Solar,34.15999985,86457.60375,0,20,0,0.02,NULL,23,NULL, +1107536,41,Proposed,UT_N,Central_PV,Solar,6.909999847,78073.45014,0,20,0,0.02,NULL,23,NULL, +155600,39,Dry Creek LFG to Energy Project,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,10.132,23,existing_generator, +156934,1,Punkin Center Battery Storage,AZ_APS_E,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1108505,41,Proposed,UT_N,Central_PV,Solar,2.609999895,104334.6413,0,20,0,0.02,NULL,23,NULL, +1191210544,37,Proposed,OR_E,CCGT_Cogen,Gas,323,0,4.1213235,20,0.04,0.06,6.90519,23,NULL, +1114868,1,Proposed,AZ_APS_E,Central_PV,Solar,16.61000061," 75,407.29 ",0,20,0,0.02,NULL,23,NULL, +1108694,33,Proposed,NM_N,Central_PV,Solar,56.84999847,42150.07986,0,20,0,0.02,NULL,23,NULL, +1191185657,39,Proposed,OR_W,Offshore_Wind,Wind,90,52452.35194,0,30,0.05,0.006,NULL,23,NULL, +1191210503,46,Proposed,WA_W,CCGT_Cogen,Gas,166.8000031,0,4.1213235,20,0.04,0.06,6.21835,23,NULL, +156529,23,Comanche Solar,CO_E,Central_PV,Solar,120,0,0,20,0,0,NULL,23,existing_generator, +1105814,14,Proposed,CA_PGE_N,Central_PV,Solar,2.220000029,95580.26625,0,20,0,0.02,NULL,23,NULL, +155396,10,Salton Sea Power Gen Co - Unit 4,CA_IID,Geothermal,Geothermal,47.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1113556,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,17.95000076,43805.685,0,20,0.06,0,NULL,23,NULL, +1114836,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,28.37000084,89398.59264,0,20,0.06,0,NULL,23,NULL, +1191209388,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,47289.44514,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191183746,40,Proposed,OR_WA_BPA,Wind,Wind,30,74907.13986,0,30,0.05,0.006,NULL,23,NULL, +156604,45,MESA 1,WA_SEATAC,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1105772,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.49000001,55082.04639,0,20,0,0.02,NULL,23,NULL, +1100900,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,447.5599976,46051.27181,0,20,0,0.02,NULL,23,NULL, +1109230,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.710000038,65947.85306,0,20,0.06,0,NULL,23,NULL, +1118210,14,Proposed,CA_PGE_N,Central_PV,Solar,7.909999847,45857.2275,0,20,0,0.02,NULL,23,NULL, +1001082,23,Proposed,CO_E,Residential_PV,Solar,33.38399887,0,0,20,0,0.02,NULL,23,NULL, +1001357,35,Proposed,NV_N,Commercial_PV,Solar,5.524799824,0,0,20,0,0.02,NULL,23,NULL, +1002141,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,50.97700119,0,0,20,0,0.02,NULL,23,NULL, +1113435,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,1.279999971,71028.29139,0,20,0.06,0,NULL,23,NULL, +155100,36,Las Vegas Generating Station,NV_S,CCGT,Gas,358.9,0,5.9409,40,0.04,0.06,26.805,23,existing_generator, +1109516,4,Proposed,AZ_NM_N,Central_PV,Solar,2.019999981,69180.33056,0,20,0,0.02,NULL,23,NULL, +1109952,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,9.119999886,81072.27639,0,20,0.06,0,NULL,23,NULL, +1191182453,36,Proposed,NV_S,Wind,Wind,30,41911.48069,0,30,0.05,0.006,NULL,23,NULL, +1104872,33,Proposed,NM_N,Central_PV,Solar,23.89999962,109302.9,0,20,0,0.02,NULL,23,NULL, +1113050,25,Proposed,CO_SW,Central_PV,Solar,18.54000092,41719.125,0,20,0,0.02,NULL,23,NULL, +1191210429,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,54.90000153,0,33.5769,20,0.03,0.05,5.00098,23,NULL, +156891,15,Stenner Creek Solar,CA_PGE_S,Central_PV,Solar,4.5,0,0,20,0,0,NULL,23,existing_generator, +1115316,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,9.420000076,61430.11444,0,20,0.06,0,NULL,23,NULL, +1115721,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,21.55999947,74355.91611,0,20,0.06,0,NULL,23,NULL, +1104456,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.859999895,50711.85861,0,20,0.06,0,NULL,23,NULL, +1110934,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,36.5,65358.83361,0,20,0.06,0,NULL,23,NULL, +1191210882,8,Proposed,CAN_ALB,Wind,Wind,1558.569946,41669.6175,0,30,0.05,0.006,NULL,23,NULL, +157113,22,"Mountain Breeze Wind, LLC",CO_DEN,Wind,Wind,170,0,0,20,0,0,NULL,23,existing_generator, +1104298,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,3.089999914,54945.59889,0,20,0.06,0,NULL,23,NULL, +1191210398,13,Proposed,CA_PGE_CEN,Coal_Steam_Turbine_Cogen,Coal,60,0,4.166232,40,0.06,0.1,7.05672,23,NULL, +1191182531,36,Proposed,NV_S,Wind,Wind,90,106798.4224,0,30,0.05,0.006,NULL,23,NULL, +1110368,14,Proposed,CA_PGE_N,Central_PV,Solar,168.6000061,78990.54639,0,20,0,0.02,NULL,23,NULL, +1111084,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.420000076,57491.12681,0,20,0.06,0,NULL,23,NULL, +1191185315,25,Proposed,CO_SW,Wind,Wind,30,53566.03014,0,30,0.05,0.006,NULL,23,NULL, +1112796,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,3.170000076,61748.16806,0,20,0.06,0,NULL,23,NULL, +1191209409,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,46051.15389,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155477,17,Mountain View I&2,CA_SCE_S,Wind,Wind,66.6,0,0,20,0,0,NULL,23,existing_generator, +157862,9,Cheakamus,CAN_BC,Hydro_NonPumped,Water,157,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1107332,16,Proposed,CA_SCE_CEN,Central_PV,Solar,14.65999985,58371.15375,0,20,0,0.02,NULL,23,NULL, +1191185293,25,Proposed,CO_SW,Wind,Wind,990,80110.02152,0,30,0.05,0.006,NULL,23,NULL, +1191185563,43,Proposed,WA_ID_AVA,Wind,Wind,30,57683.96361,0,30,0.05,0.006,NULL,23,NULL, +1105941,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,9.510000229,67724.68931,0,20,0.06,0,NULL,23,NULL, +1191183759,40,Proposed,OR_WA_BPA,Wind,Wind,120,55434.87694,0,30,0.05,0.006,NULL,23,NULL, +1191183807,35,Proposed,NV_N,Wind,Wind,60,80197.92375,0,30,0.05,0.006,NULL,23,NULL, +1110837,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,3.859999895,81931.89375,0,20,0.06,0,NULL,23,NULL, +157894,9,Mica,CAN_BC,Hydro_NonPumped,Water,1780,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1118814,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1.5,45901.66444,0,20,0.06,0,NULL,23,NULL, +155949,14,Montezuma Wind II,CA_PGE_N,Wind,Wind,78.2,0,0,20,0,0,NULL,23,existing_generator, +1104910,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.610000014,52856.62389,0,20,0.06,0,NULL,23,NULL, +1191184054,46,Proposed,WA_W,Wind,Wind,30,72370.90875,0,30,0.05,0.006,NULL,23,NULL, +1104989,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.800000191,56342.43111,0,20,0,0.02,NULL,23,NULL, +156132,3,Saddle Mountain Solar I,AZ_APS_SW,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +1112697,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.190000057,76443.32514,0,20,0.06,0,NULL,23,NULL, +1110662,26,Proposed,ID_E,Central_PV,Solar,5.909999847,122525.025,0,20,0,0.02,NULL,23,NULL, +1114387,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,193.1999969,86399.88902,0,20,0.06,0,NULL,23,NULL, +1102614,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,68.87999725,52456.69611,0,20,0.06,0,NULL,23,NULL, +1105379,35,Proposed,NV_N,Central_PV,Solar,22.54000092,95650.905,0,20,0,0.02,NULL,23,NULL, +156694,41,"Hill AFB LFG Facility, Bldg #737",UT_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.3,0,6.0375,20,0.04,0.06,10.778,23,existing_generator, +154653,14,Scott Flat,CA_PGE_N,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +156446,14,Anheuser-Busch #2,CA_PGE_N,Wind,Wind,1.6,0,0,20,0,0,NULL,23,existing_generator, +155427,40,Hermiston Power Partnership,OR_WA_BPA,CCGT,Gas,689.4,0,5.9409,40,0.04,0.06,11.456,23,existing_generator, +1118862,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,10.57999992,73991.9775,0,20,0.06,0,NULL,23,NULL, +1110874,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,59.75,47148.40819,0,20,0.06,0,NULL,23,NULL, +1116611,36,Proposed,NV_S,Central_PV,Solar,37.18000031,68649.15319,0,20,0,0.02,NULL,23,NULL, +1191210369,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,130,0,4.1213235,20,0.04,0.06,8.41321,23,NULL, +1191209722,3,Proposed,AZ_APS_SW,Battery_Storage,Electricity,NULL,69511.67139,0,10,0.02,0.0055,NULL,23,NULL, +1112623,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,4.159999847,153647.13,0,20,0.06,0,NULL,23,NULL, +155045,40,Peters Drive Plant,OR_WA_BPA,Hydro_NonPumped,Water,1.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185349,44,Proposed,WA_N_CEN,Wind,Wind,30,71023.46139,0,30,0.05,0.006,NULL,23,NULL, +1105622,33,Proposed,NM_N,Central_PV,Solar,4.059999943,55240.10625,0,20,0,0.02,NULL,23,NULL, +1115309,1,Proposed,AZ_APS_E,Central_PV,Solar,14.02000046," 46,647.66 ",0,20,0,0.02,NULL,23,NULL, +1110806,14,Proposed,CA_PGE_N,Central_PV,Solar,7.309999943,70376.84514,0,20,0,0.02,NULL,23,NULL, +1191184483,27,Proposed,ID_S_OR_E,Wind,Wind,30,138876.99,0,30,0.05,0.006,NULL,23,NULL, +156533,16,Tehachapi Energy Storage Project,CA_SCE_CEN,Battery_Storage,Electricity,8,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1113398,35,Proposed,NV_N,Central_PV,Solar,4.71999979,72675.19875,0,20,0,0.02,NULL,23,NULL, +1191184008,38,Proposed,OR_PDX,Wind,Wind,90,56134.38264,0,30,0.05,0.006,NULL,23,NULL, +1113080,25,Proposed,CO_SW,Central_PV,Solar,7.119999886,58554.09,0,20,0,0.02,NULL,23,NULL, +1117869,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,45.65000153,63315.86625,0,20,0.06,0,NULL,23,NULL, +1101595,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,23.40999985,46514.23014,0,20,0.06,0,NULL,23,NULL, +1110049,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,3.950000048,45130.18986,0,20,0.06,0,NULL,23,NULL, +1114432,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.460000038,55886.7225,0,20,0.06,0,NULL,23,NULL, +1106807,35,Proposed,NV_N,Central_PV,Solar,42.61999893,50284.76681,0,20,0,0.02,NULL,23,NULL, +1112495,13,Proposed,CA_PGE_CEN,Central_PV,Solar,15.34000015,63378.65625,0,20,0,0.02,NULL,23,NULL, +1191209613,44,Proposed,WA_N_CEN,Coal_IGCC,Coal,NULL,77646.11306,7.3442565,40,0.08,0.12,7.95,23,NULL, +1107271,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,12.22000027,99215.08652,0,20,0.06,0,NULL,23,NULL, +1111614,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,7.670000076,82484.92875,0,20,0.06,0,NULL,23,NULL, +1107295,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,30.29999924,89620.40473,0,20,0.06,0,NULL,23,NULL, +157082,17,HEBT WLA 1,CA_SCE_S,Battery_Storage,Electricity,27.8,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1115329,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,36.79000092,65180.24625,0,20,0.06,0,NULL,23,NULL, +1191209389,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,15,66394.99125,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1117874,1,Proposed,AZ_APS_E,Central_PV,Solar,41.24000168," 51,451.09 ",0,20,0,0.02,NULL,23,NULL, +1191184697,33,Proposed,NM_N,Wind,Wind,60,77337.96,0,30,0.05,0.006,NULL,23,NULL, +1001358,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,27.81999969,0,0,20,0,0.02,NULL,23,NULL, +1109165,42,Proposed,UT_S,Central_PV,Solar,17.45000076,58997.00194,0,20,0,0.02,NULL,23,NULL, +1111870,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,3.019999981,66918.68306,0,20,0.06,0,NULL,23,NULL, +1191185310,25,Proposed,CO_SW,Wind,Wind,60,69536.06194,0,30,0.05,0.006,NULL,23,NULL, +1102011,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,3.660000086,54126.42806,0,20,0.06,0,NULL,23,NULL, +1115267,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.640000105,74873.4525,0,20,0,0.02,NULL,23,NULL, +77471,16,Tehachapi: 593,CA_SCE_CEN,Wind,Wind,31,44871.75,0,30,0.05,0.006,NULL,23,NULL, +1111195,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,4.260000229,72027.61556,0,20,0.06,0,NULL,23,NULL, +1113767,14,Proposed,CA_PGE_N,Central_PV,Solar,8.899999619,63537.68306,0,20,0,0.02,NULL,23,NULL, +1191209413,9,Proposed,CAN_BC,Geothermal,Geothermal,16,65669.52431,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154424,13,San Joaquin 3,CA_PGE_CEN,Hydro_NonPumped,Water,4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182566,36,Proposed,NV_S,Wind,Wind,30,156970.17,0,30,0.05,0.006,NULL,23,NULL, +1191185688,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,150,56241.96806,0,30,0.05,0.006,NULL,23,NULL, +155435,23,Fountain Valley Power Facility,CO_E,Gas_Combustion_Turbine,Gas,228,0,6.0375,40,0.04,0.06,7.394,23,existing_generator, +157117,12,Little Bear 5,CA_PGE_BAY,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +157934,9,Upper_Stave_Creek,CAN_BC,Hydro_NonPumped,Water,33.6,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191210885,8,Proposed,CAN_ALB,Wind,Wind,4641.299805,43148.07861,0,30,0.05,0.006,NULL,23,NULL, +1103013,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,85.66000366,94264.33652,0,20,0.06,0,NULL,23,NULL, +156656,21,"Rancho Seco Solar, LLC",CA_SMUD,Central_PV,Solar,10.8,0,0,20,0,0,NULL,23,existing_generator, +1106409,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.190000057,101012.4503,0,20,0.06,0,NULL,23,NULL, +1112739,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.919999957,90576.86736,0,20,0.06,0,NULL,23,NULL, +1191182645,38,Proposed,OR_PDX,Wind,Wind,30,64103.03361,0,30,0.05,0.006,NULL,23,NULL, +1104970,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.730000019,69122.85639,0,20,0.06,0,NULL,23,NULL, +1107774,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,41.11999893,57849.87694,0,20,0.06,0,NULL,23,NULL, +1191183240,41,Proposed,UT_N,Wind,Wind,30,57064.035,0,30,0.05,0.006,NULL,23,NULL, +155358,24,American Gypsum Cogeneration,CO_NW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,3.2,0,33.579,20,0.04,0.06,9.485,23,existing_generator, +155445,13,CalPeak Power Panoche Peaker Plant,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,60.5,0,6.0375,40,0.04,0.06,13.604,23,existing_generator, +156359,16,Las Virgenes Municipal Water District,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1118307,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,5.130000114,94335.45639,0,20,0.06,0,NULL,23,NULL, +1191183369,24,Proposed,CO_NW,Wind,Wind,150,43331.37806,0,30,0.05,0.006,NULL,23,NULL, +155026,20,Childrens Hospital,CA_SDGE,Gas_Combustion_Turbine,Gas,4.8,0,6.0375,40,0.04,0.06,12.016,23,existing_generator, +156149,21,FAA NorCal TRACON,CA_SMUD,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1107110,41,Proposed,UT_N,Central_PV,Solar,21.85000038,94159.16139,0,20,0,0.02,NULL,23,NULL, +156122,17,CSUF Trigeneration,CA_SCE_S,Gas_Combustion_Turbine,Gas,4.6,0,6.0375,40,0.04,0.06,12.381,23,existing_generator, +1110957,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,13.06000042,50004.86736,0,20,0.06,0,NULL,23,NULL, +156147,33,Los Alamos PV Site,NM_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1113559,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,14.19999981,97631.68611,0,20,0.06,0,NULL,23,NULL, +155324,20,NRG Energy San Diego,CA_SDGE,Gas_Internal_Combustion_Engine,Gas,1.6,0,33.579,20,0.04,0.06,9.482,23,existing_generator, +156449,13,Quinto Solar PV Project,CA_PGE_CEN,Central_PV,Solar,108,0,0,20,0,0,NULL,23,existing_generator, +1191209646,27,Proposed,ID_S_OR_E,Coal_Steam_Turbine,Coal,NULL,70251.1425,4.166232,40,0.06,0.1,9,23,NULL, +1115673,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,48.00999832,54103.84875,0,20,0.06,0,NULL,23,NULL, +1191185484,43,Proposed,WA_ID_AVA,Wind,Wind,30,83157.02514,0,30,0.05,0.006,NULL,23,NULL, +1111346,3,Proposed,AZ_APS_SW,Central_PV,Solar,71.63999939,79202.58527,0,20,0,0.02,NULL,23,NULL, +1111971,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,28.86000061," 84,571.85 ",0,20,0.06,0,NULL,23,NULL, +155182,11,East Portal Generator,CA_LADWP,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +77446,16,Tehachapi: 559,CA_SCE_CEN,Wind,Wind,32,42911.4,0,30,0.05,0.006,NULL,23,NULL, +1105630,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,38.18000031,162531.915,0,20,0.06,0,NULL,23,NULL, +156665,17,Weymouth Solar Plant,CA_SCE_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1114623,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,12.80000019,74303.87569,0,20,0.06,0,NULL,23,NULL, +154940,43,Rathdrum,WA_ID_AVA,Gas_Combustion_Turbine,Gas,166.4,0,6.0375,40,0.04,0.06,10.583,23,existing_generator, +1108003,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.980000019,69054.51,0,20,0.06,0,NULL,23,NULL, +1108790,42,Proposed,UT_S,Central_PV,Solar,2.619999886,176998.9725,0,20,0,0.02,NULL,23,NULL, +155965,34,SPS5 Hopi,NM_S_TX_EPE,Central_PV,Solar,10.1,0,0,20,0,0,NULL,23,existing_generator, +155450,16,High Desert Power Plant,CA_SCE_CEN,CCGT,Gas,852,0,5.9409,40,0.04,0.06,11.571,23,existing_generator, +77373,16,SanBernardino_Lucerne: 44,CA_SCE_CEN,Wind,Wind,61,39042.15,0,30,0.05,0.006,NULL,23,NULL, +1001680,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,101.5429993,0,0,20,0,0.02,NULL,23,NULL, +1100869,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,261.2000122,98754.53848,0,20,0.06,0,NULL,23,NULL, +1106238,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,11.71000004,55325.47556,0,20,0.06,0,NULL,23,NULL, +1191210473,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,30.79999924,0,4.1213235,20,0.04,0.06,7.12836,23,NULL, +154678,30,Hungry Horse,MT_NW,Hydro_NonPumped,Water,428,0,0,200,0.05,0.05,NULL,23,existing_generator, +158025,8,EPCR_Clvrbr_1,CAN_ALB,Gas_Combustion_Turbine,Gas,45,0,35.25579912,20,0.03,0.05,11.25,23,existing_generator, +155741,45,WestRock (WA),WA_SEATAC,ST,Bio_Liquid,64,0,13.35495,20,0.04,0.06,7.265,23,existing_generator, +154812,13,Helms Pumped Storage,CA_PGE_CEN,Hydro_Pumped,Water,702,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110032,4,Proposed,AZ_NM_N,Central_PV,Solar,64.69999695,50024.67319,0,20,0,0.02,NULL,23,NULL, +1191209485,16,Proposed,CA_SCE_CEN,CCGT,Gas,NULL," 82,822.43 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1191210118,35,Proposed,NV_N,Geothermal,Geothermal,5.5,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1107436,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,3.940000057,51442.39611,0,20,0.06,0,NULL,23,NULL, +1110529,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,39.02999878,109792.296,0,20,0.06,0,NULL,23,NULL, +154687,4,Four Corners,AZ_NM_N,Coal_Steam_Turbine,Coal,1636.2,0,5.2164,40,0.04,0.06,10.751,23,existing_generator, +154737,34,Newman,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,285,0,6.0375,60,0.04,0.06,9.994,23,existing_generator, +155939,36,Goodsprings Waste Heat Recovery,NV_S,ST,Waste_Heat,7.5,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +156531,14,SPI Anderson 2,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,30.2,0,13.35495,20,0.04,0.06,15.151,23,existing_generator, +1102932,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.830000043,73136.70431,0,20,0.06,0,NULL,23,NULL, +1191184296,48,Proposed,WY_NW,Wind,Wind,30,99240.8025,0,30,0.05,0.006,NULL,23,NULL, +155059,16,SEGS III,CA_SCE_CEN,ST,Solar,34.2,0,0,20,0,0,NULL,23,existing_generator, +1110495,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,13.34000015,73593.26194,0,20,0.06,0,NULL,23,NULL, +155054,24,Williams Fork Hydro Plant,CO_NW,Hydro_NonPumped,Water,3.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114245,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,11.01000023,58350.0225,0,20,0.06,0,NULL,23,NULL, +1191209345,35,Proposed,NV_N,Geothermal,Geothermal,8,64318.33181,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209596,27,Proposed,ID_S_OR_E,Coal_IGCC,Coal,NULL,70251.1425,7.3442565,40,0.08,0.12,7.95,23,NULL, +155987,21,RE Kammerer 2,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1116568,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,21.89999962,117059.6347,0,20,0.06,0,NULL,23,NULL, +154932,41,Payson,UT_N,Gas_Internal_Combustion_Engine,Gas,9.7,0,33.579,20,0.04,0.06,7.037,23,existing_generator, +1107582,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,18.36000061,66198.7725,0,20,0.06,0,NULL,23,NULL, +1191209395,42,Proposed,UT_S,Geothermal,Geothermal,25,81083.98348,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154799,38,PHP 1,OR_PDX,Hydro_NonPumped,Water,23.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +156294,16,Western Antelope Dry Ranch,CA_SCE_CEN,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1107227,18,Proposed,CA_SCE_SE,Central_PV,Solar,13.19999981,70891.48069,0,20,0,0.02,NULL,23,NULL, +1191183801,6,Proposed,AZ_PHX,Wind,Wind,30,47895.00639,0,30,0.05,0.006,NULL,23,NULL, +154920,13,Woodland,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,50.4,0,6.0375,40,0.04,0.06,8.341,23,existing_generator, +1107516,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,14.35999966,54007.97514,0,20,0.06,0,NULL,23,NULL, +1191210472,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,28.5,0,4.1213235,20,0.04,0.06,4.99002,23,NULL, +1105438,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,23.70000076,80310.57973,0,20,0.06,0,NULL,23,NULL, +1103632,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,11.85999966,56154.06111,0,20,0.06,0,NULL,23,NULL, +1117152,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,2.890000105,48943.11639,0,20,0.06,0,NULL,23,NULL, +1108205,35,Proposed,NV_N,Central_PV,Solar,67.66000366,148288.245,0,20,0,0.02,NULL,23,NULL, +1000972,43,Proposed,WA_ID_AVA,Residential_PV,Solar,121.0169983,0,0,20,0,0.02,NULL,23,NULL, +1108607,15,Proposed,CA_PGE_S,Central_PV,Solar,9.909999847,60189.045,0,20,0,0.02,NULL,23,NULL, +1102895,35,Proposed,NV_N,Central_PV,Solar,3.359999895,74577.37444,0,20,0,0.02,NULL,23,NULL, +1104962,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.609999895,79721.20652,0,20,0,0.02,NULL,23,NULL, +1103916,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.080000043,47863.48875,0,20,0.06,0,NULL,23,NULL, +1109130,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,20.48999977,53710.56694,0,20,0.06,0,NULL,23,NULL, +1116966,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.519999981,63419.95181,0,20,0.06,0,NULL,23,NULL, +1112158,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,1.919999957,40168.93556,0,20,0.06,0,NULL,23,NULL, +1100655,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,389.75,43948.41056,0,20,0.06,0,NULL,23,NULL, +1105460,7,Proposed,AZ_SE,Central_PV,Solar,1.340000033,82813.24611,0,20,0,0.02,NULL,23,NULL, +1191210481,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,4.599999905,0,33.5769,20,0.03,0.05,7.49986,23,NULL, +1116994,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.180000067,91827.83736,0,20,0.06,0,NULL,23,NULL, +77395,14,LassenNorth: 475,CA_PGE_N,Wind,Wind,26,110172.3,0,30,0.05,0.006,NULL,23,NULL, +1107591,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,1.370000005,60579.79389,0,20,0.06,0,NULL,23,NULL, +1191210571,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,40.79999924,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +77354,16,Tehachapi: 22,CA_SCE_CEN,Wind,Wind,34,86862.3,0,30,0.05,0.006,NULL,23,NULL, +154837,26,Felt,ID_E,Hydro_NonPumped,Water,7.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +154512,16,Middle Gorge,CA_SCE_CEN,Hydro_NonPumped,Water,37.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106874,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,2.930000067," 106,069.46 ",0,20,0.06,0,NULL,23,NULL, +156389,16,Kettering Solar 2,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1101727,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,244.5099945,44559.28764,0,20,0.06,0,NULL,23,NULL, +1102904,7,Proposed,AZ_SE,Central_PV,Solar,433.8999939,58911.51,0,20,0,0.02,NULL,23,NULL, +1108706,2,Proposed,AZ_APS_N,Central_PV,Solar,1.809999943,53072.40319,0,20,0,0.02,NULL,23,NULL, +1113095,36,Proposed,NV_S,Central_PV,Solar,2.25999999,218037.0675,0,20,0,0.02,NULL,23,NULL, +157095,13,"Cascade Energy Storage, LLC",CA_PGE_CEN,Battery_Storage,Electricity,25,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1118591,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,33.75,83979.81375,0,20,0,0.02,NULL,23,NULL, +1001220,3,Proposed,AZ_APS_SW,Residential_PV,Solar,55.63999939,0,0,20,0,0.02,NULL,23,NULL, +156061,23,Busch Ranch Wind Energy Farm,CO_E,Wind,Wind,29,0,0,20,0,0,NULL,23,existing_generator, +156079,3,Buckeye Union HS District 201,AZ_APS_SW,Central_PV,Solar,3.3,0,0,20,0,0,NULL,23,existing_generator, +1115711,36,Proposed,NV_S,Central_PV,Solar,9.100000381,45885.60375,0,20,0,0.02,NULL,23,NULL, +1117851,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,13.77000046,61290.16236,0,20,0.06,0,NULL,23,NULL, +1106047,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,31,67846.76944,0,20,0.06,0,NULL,23,NULL, +1107764,16,Proposed,CA_SCE_CEN,Central_PV,Solar,12.73999977,69828.03639,0,20,0,0.02,NULL,23,NULL, +1191210599,8,Proposed,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,29,0,4.456347,40,0.1288,0.0915,5.79595,23,NULL, +154883,16,Foothill Feeder,CA_SCE_CEN,Hydro_NonPumped,Water,9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108157,25,Proposed,CO_SW,Central_PV,Solar,47.58000183,73290.54264,0,20,0,0.02,NULL,23,NULL, +1109892,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,49.59000015,80232.58277,0,20,0.06,0,NULL,23,NULL, +1115297,42,Proposed,UT_S,Central_PV,Solar,9.909999847,122348.73,0,20,0,0.02,NULL,23,NULL, +1191209617,48,Proposed,WY_NW,Coal_IGCC,Coal,NULL,72469.68319,7.3442565,40,0.08,0.12,7.95,23,NULL, +1191209504,35,Proposed,NV_N,CCGT,Gas,NULL," 77,646.11 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1109560,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,53.86999893,61608.82444,0,20,0.06,0,NULL,23,NULL, +1111812,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.639999986,74050.41861,0,20,0.06,0,NULL,23,NULL, +1191209662,43,Proposed,WA_ID_AVA,Coal_Steam_Turbine,Coal,NULL,70990.73625,4.166232,40,0.06,0.1,9,23,NULL, +1110487,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,8.180000305,69174.17514,0,20,0.06,0,NULL,23,NULL, +1118438,43,Proposed,WA_ID_AVA,Central_PV,Solar,2.839999914,91236.40764,0,20,0,0.02,NULL,23,NULL, +155167,24,Redlands Water & Power,CO_NW,Hydro_NonPumped,Water,1.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +155743,15,J&A-Santa Maria II LLC,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.4,0,6.0375,20,0.04,0.06,11.411,23,existing_generator, +1108748,39,Proposed,OR_W,Central_PV,Solar,2.359999895,47015.46056,0,20,0,0.02,NULL,23,NULL, +1104359,27,Proposed,ID_S_OR_E,Central_PV,Solar,1.830000043,38534.10319,0,20,0,0.02,NULL,23,NULL, +1109410,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,1.279999971,53972.35389,0,20,0.06,0,NULL,23,NULL, +156185,3,Hyder II,AZ_APS_SW,Central_PV,Solar,14,0,0,20,0,0,NULL,23,existing_generator, +156617,7,Avalon Solar II,AZ_SE,Central_PV,Solar,16,0,0,20,0,0,NULL,23,existing_generator, +1110763,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,6.119999886,43112.94319,0,20,0.06,0,NULL,23,NULL, +1000806,24,Proposed,CO_NW,Residential_PV,Solar,84.85099792,0,0,20,0,0.02,NULL,23,NULL, +1106192,36,Proposed,NV_S,Central_PV,Solar,5.28000021,153764.2575,0,20,0,0.02,NULL,23,NULL, +154459,16,Bishop Creek 6,CA_SCE_CEN,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +154970,13,Pine Flat,CA_PGE_CEN,Hydro_NonPumped,Water,165,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102495,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,1583.569946,222292.2975,0,20,0.06,0,NULL,23,NULL, +1191185672,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,145515.825,0,30,0.05,0.006,NULL,23,NULL, +1108690,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,26.04000092,60316.55889,0,20,0.06,0,NULL,23,NULL, +1117131,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,108.7300034,63167.9475,0,20,0.06,0,NULL,23,NULL, +1100335,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,184.2400055,82193.3175,0,20,0.06,0,NULL,23,NULL, +1118593,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,33.75,83979.81375,0,20,0.06,0,NULL,23,NULL, +1104913,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,44.66999817,56907.54111,0,20,0.06,0,NULL,23,NULL, +1114781,35,Proposed,NV_N,Central_PV,Solar,39.54999924,116154.6135,0,20,0,0.02,NULL,23,NULL, +154574,24,Grand Valley Project Power Plant,CO_NW,Hydro_NonPumped,Water,1.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106902,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,28.95000076,46315.11056,0,20,0.06,0,NULL,23,NULL, +156182,12,Oakley Solar Project,CA_PGE_BAY,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +155613,25,SunE Alamosa,CO_SW,Central_PV,Solar,8.2,0,0,20,0,0,NULL,23,existing_generator, +1116593,5,Proposed,AZ_NW,Central_PV,Solar,33.61999893,69703.90444,0,20,0,0.02,NULL,23,NULL, +1002042,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,51.46699905,0,0,20,0,0.02,NULL,23,NULL, +1106425,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,16.87999916,46164.41361,0,20,0.06,0,NULL,23,NULL, +155526,17,THUMS,CA_SCE_S,Gas_Combustion_Turbine,Gas,57.4,0,6.0375,40,0.04,0.06,11.825,23,existing_generator, +154893,41,Whitehead,UT_N,Gas_Internal_Combustion_Engine,Gas,31,0,33.579,20,0.04,0.06,14.865,23,existing_generator, +1191183456,8,Proposed,CAN_ALB,Wind,Wind,30,101594.7011,0,30,0.05,0.006,NULL,23,NULL, +154730,40,McNary,OR_WA_BPA,Hydro_NonPumped,Water,990.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102251,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,61.68999863,51243.04069,0,20,0.06,0,NULL,23,NULL, +1191210407,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,9,0,33.5769,20,0.03,0.05,11.0932,23,NULL, +1106891,2,Proposed,AZ_APS_N,Central_PV,Solar,7,55354.09236,0,20,0,0.02,NULL,23,NULL, +1113496,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,5.440000057,73318.43306,0,20,0.06,0,NULL,23,NULL, +156947,14,Roseville Solar,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156050,7,Walmart Casa Grande,AZ_SE,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1000317,15,Proposed,CA_PGE_S,Commercial_PV,Solar,14.52960014,0,0,20,0,0.02,NULL,23,NULL, +1191210091,35,Proposed,NV_N,Geothermal,Geothermal,11,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157109,22,Oak Leaf Solar XXII LLC (CSG),CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1104097,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,124.1200027,41129.26125,0,20,0.06,0,NULL,23,NULL, +156899,7,Pinal Central Energy Center,AZ_SE,Battery_Storage,Electricity,10,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1100263,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,63.90999985,53152.57931,0,20,0.06,0,NULL,23,NULL, +1191209654,35,Proposed,NV_N,Coal_Steam_Turbine,Coal,NULL,77646.11306,4.166232,40,0.06,0.1,9,23,NULL, +154703,39,Lemolo 1,OR_W,Hydro_NonPumped,Water,32,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182431,26,Proposed,ID_E,Wind,Wind,60,52554.86681,0,30,0.05,0.006,NULL,23,NULL, +155860,35,San Emidio,NV_N,Geothermal,Geothermal,11.8,0,36.2145,20,0,0,NULL,23,existing_generator, +1111636,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,1.320000052,65313.79764,0,20,0.06,0,NULL,23,NULL, +1191182555,36,Proposed,NV_S,Wind,Wind,900,157572.7125,0,30,0.05,0.006,NULL,23,NULL, +1191185401,22,Proposed,CO_DEN,Wind,Wind,30,53960.88264,0,30,0.05,0.006,NULL,23,NULL, +1112246,36,Proposed,NV_S,Central_PV,Solar,1.730000019,145773.0225,0,20,0,0.02,NULL,23,NULL, +1191210508,36,Proposed,NV_S,CCGT_Cogen,Gas,96.30000305,0,4.1213235,20,0.04,0.06,7.3105,23,NULL, +156503,16,Springbok Solar Farm 1,CA_SCE_CEN,Central_PV,Solar,105,0,0,20,0,0,NULL,23,existing_generator, +1102199,16,Proposed,CA_SCE_CEN,Central_PV,Solar,69.01999664,44991.32736,0,20,0,0.02,NULL,23,NULL, +1115138,50,Proposed,WY_SW,Central_PV,Solar,72.55999756,87653.38723,0,20,0,0.02,NULL,23,NULL, +1191185335,44,Proposed,WA_N_CEN,Wind,Wind,5250,45072.71569,0,30,0.05,0.006,NULL,23,NULL, +158020,8,MedcnHt10,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1191184210,7,Proposed,AZ_SE,Wind,Wind,30,52384.12819,0,30,0.05,0.006,NULL,23,NULL, +1116152,2,Proposed,AZ_APS_N,Central_PV,Solar,41.54000092,74863.31139,0,20,0,0.02,NULL,23,NULL, +1191183815,40,Proposed,OR_WA_BPA,Wind,Wind,30,168201.1275,0,30,0.05,0.006,NULL,23,NULL, +1001842,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,34.77500153,0,0,20,0,0.02,NULL,23,NULL, +1105518,38,Proposed,OR_PDX,CSP_Trough_No_Storage,Solar,9.93999958,53520.0225,0,20,0.06,0,NULL,23,NULL, +1110949,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,24.17000008,160019.1075,0,20,0.06,0,NULL,23,NULL, +1116516,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,6.119999886,88264.98598,0,20,0.06,0,NULL,23,NULL, +1107779,3,Proposed,AZ_APS_SW,Central_PV,Solar,15.84000015,78089.025,0,20,0,0.02,NULL,23,NULL, +154606,22,Flatiron,CO_DEN,Hydro_NonPumped,Water,86,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102224,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,120,41855.69514,0,20,0.06,0,NULL,23,NULL, +1191184256,48,Proposed,WY_NW,Wind,Wind,60,88603.935,0,30,0.05,0.006,NULL,23,NULL, +155355,15,Mt Poso Cogeneration,CA_PGE_S,Bio_Solid_Steam_Turbine,Bio_Solid,62,0,13.35495,20,0.04,0.06,11.535,23,existing_generator, +77498,14,Solano: 1886,CA_PGE_N,Wind,Wind,61,44941.05,0,30,0.05,0.006,NULL,23,NULL, +1103731,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,1.669999957,45845.87889,0,20,0.06,0,NULL,23,NULL, +158092,9,Wind_EP_Can_34,CAN_BC,Wind,Wind,144,0,0,30,0.05,0.006,NULL,23,existing_generator, +1107784,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,38.38000107,68057.95931,0,20,0.06,0,NULL,23,NULL, +1191183960,27,Proposed,ID_S_OR_E,Wind,Wind,30,67964.98181,0,30,0.05,0.006,NULL,23,NULL, +155319,16,Coram Energy LLC,CA_SCE_CEN,Wind,Wind,3,0,0,20,0,0,NULL,23,existing_generator, +156069,15,Alpaugh North,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +158043,8,SYNC_UE4,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,35.25579912,20,0.03,0.05,3.951999903,23,existing_generator, +77394,20,SanDiegoSouth: 473,CA_SDGE,Wind,Wind,16,115299.45,0,30,0.05,0.006,NULL,23,NULL, +154639,27,Lower Salmon,ID_S_OR_E,Hydro_NonPumped,Water,60,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108222,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.650000095,67685.205,0,20,0.06,0,NULL,23,NULL, +1002032,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,23.64699936,0,0,20,0,0.02,NULL,23,NULL, +1116139,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,2.890000105,86405.80389,0,20,0.06,0,NULL,23,NULL, +1101977,33,Proposed,NM_N,Central_PV,Solar,290.7900085,42341.35069,0,20,0,0.02,NULL,23,NULL, +1114362,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,20,79309.08111,0,20,0.06,0,NULL,23,NULL, +1191185693,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,346477.635,0,30,0.05,0.006,NULL,23,NULL, +1191210457,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,10.5,0,33.5769,20,0.03,0.05,7.79579,23,NULL, +1191209648,29,Proposed,MT_NE,Coal_Steam_Turbine,Coal,NULL,70251.1425,4.166232,40,0.06,0.1,9,23,NULL, +155646,44,Summer Falls Power Plant,WA_N_CEN,Hydro_NonPumped,Water,92,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118854,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,20.54000092,60732.29736,0,20,0.06,0,NULL,23,NULL, +155751,14,G2 Energy Ostrom Road LLC,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.5,0,6.0375,20,0.04,0.06,11.478,23,existing_generator, +1109567,3,Proposed,AZ_APS_SW,Central_PV,Solar,7.440000057,53954.7225,0,20,0,0.02,NULL,23,NULL, +156339,14,Beringer,CA_PGE_N,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1100101,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,1274.949951,154365.5925,0,20,0.06,0,NULL,23,NULL, +1100104,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.120000005,53865.12694,0,20,0.06,0,NULL,23,NULL, +1117844,4,Proposed,AZ_NM_N,Central_PV,Solar,10.03999996,76243.48389,0,20,0,0.02,NULL,23,NULL, +1191184211,7,Proposed,AZ_SE,Wind,Wind,30,73699.88514,0,30,0.05,0.006,NULL,23,NULL, +155067,17,Puente Hills Energy Recovery,CA_SCE_S,Bio_Gas_Steam_Turbine,Bio_Gas,50,0,6.0375,20,0.1288,0.0915,8.4,23,existing_generator, +1100989,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,288.3800049,79747.16777,0,20,0.06,0,NULL,23,NULL, +1191210434,39,Proposed,OR_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,40,0,16.844625,40,0.1288,0.0915,4.67374,23,NULL, +155356,34,Phelps Dodge Refining,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,12.6,0,6.0375,40,0.04,0.06,11.017,23,existing_generator, +1102514,7,Proposed,AZ_SE,Central_PV,Solar,1.470000029,57016.81986,0,20,0,0.02,NULL,23,NULL, +154393,14,Drum 1,CA_PGE_N,Hydro_NonPumped,Water,49.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107790,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,84.69999695,198648.24,0,20,0.06,0,NULL,23,NULL, +1117530,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.389999986,69587.0175,0,20,0.06,0,NULL,23,NULL, +1000173,47,Proposed,WY_NE,Commercial_PV,Solar,1251.300049,0,0,20,0,0.02,NULL,23,NULL, +1117238,19,Proposed,CA_SCE_VLY,Central_PV,Solar,36.15999985,45727.90236,0,20,0,0.02,NULL,23,NULL, +1191209628,9,Proposed,CAN_BC,Coal_Steam_Turbine,Coal,NULL,77646.11306,4.166232,40,0.06,0.1,9,23,NULL, +1103805,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.620000005,73208.79111,0,20,0.06,0,NULL,23,NULL, +1115306,2,Proposed,AZ_APS_N,Central_PV,Solar,2.170000076,94519.35486,0,20,0,0.02,NULL,23,NULL, +1110452,35,Proposed,NV_N,Central_PV,Solar,3.549999952,76966.89431,0,20,0,0.02,NULL,23,NULL, +1191183026,35,Proposed,NV_N,Wind,Wind,2820,42948.96375,0,30,0.05,0.006,NULL,23,NULL, +155377,34,Freeport McMoRan,NM_S_TX_EPE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,30.4,0,33.579,20,0.04,0.06,10.493,23,existing_generator, +1111766,2,Proposed,AZ_APS_N,Central_PV,Solar,3.380000114,39399.15431,0,20,0,0.02,NULL,23,NULL, +1113915,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,10.69999981,75297.285,0,20,0.06,0,NULL,23,NULL, +1116083,3,Proposed,AZ_APS_SW,Central_PV,Solar,21.21999931,45631.06181,0,20,0,0.02,NULL,23,NULL, +1102886,6,Proposed,AZ_PHX,Central_PV,Solar,125.4700012,43974.735,0,20,0,0.02,NULL,23,NULL, +156338,14,ASTI,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156748,23,Logan 1 Community Solar Array,CO_E,Central_PV,Solar,1.7,0,0,20,0,0,NULL,23,existing_generator, +1102443,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.739999771,53662.26694,0,20,0.06,0,NULL,23,NULL, +155478,27,Bennett Mountain,ID_S_OR_E,Gas_Combustion_Turbine,Gas,172.8,0,6.0375,40,0.04,0.06,15.295,23,existing_generator, +156716,7,Red Rock,AZ_SE,Central_PV,Solar,40,0,0,20,0,0,NULL,23,existing_generator, +1000974,11,Proposed,CA_LADWP,Residential_PV,Solar,36.16600037,0,0,20,0,0.02,NULL,23,NULL, +1118221,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.75,62832.98889,0,20,0.06,0,NULL,23,NULL, +1191184061,46,Proposed,WA_W,Wind,Wind,30,57481.10361,0,30,0.05,0.006,NULL,23,NULL, +156304,40,Finley Buttes Landfill Gas,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,0,6.0375,20,0.04,0.06,10.498,23,existing_generator, +1113507,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,12.38000011,38153.98125,0,20,0.06,0,NULL,23,NULL, +154446,17,AES Alamitos LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,1115,0,6.0375,58,0.04,0.06,11.814,23,existing_generator, +157024,10,Alta Mesa Project Phase IV,CA_IID,Wind,Wind,40,0,0,20,0,0,NULL,23,existing_generator, +154350,3,Yucca,AZ_APS_SW,Gas_Combustion_Turbine,Gas,240.6,0,6.0375,40,0.04,0.06,12.111,23,existing_generator, +1000422,24,Proposed,CO_NW,Residential_PV,Solar,68.15899658,0,0,20,0,0.02,NULL,23,NULL, +1191182615,30,Proposed,MT_NW,Wind,Wind,30,76343.46111,0,30,0.05,0.006,NULL,23,NULL, +156022,21,Green Acres Solar Facility 1,CA_SMUD,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1109569,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,7.440000057,53954.7225,0,20,0.06,0,NULL,23,NULL, +1112745,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.470000029,87316.49473,0,20,0.06,0,NULL,23,NULL, +1114602,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,12.65999985,52577.69139,0,20,0.06,0,NULL,23,NULL, +1191185501,43,Proposed,WA_ID_AVA,Wind,Wind,30,64418.55431,0,30,0.05,0.006,NULL,23,NULL, +1104946,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,12.27000046,83625.05402,0,20,0.06,0,NULL,23,NULL, +1191182659,39,Proposed,OR_W,Wind,Wind,30,56686.0875,0,30,0.05,0.006,NULL,23,NULL, +1191185541,43,Proposed,WA_ID_AVA,Wind,Wind,30,43961.57514,0,30,0.05,0.006,NULL,23,NULL, +154860,17,Azusa,CA_SCE_S,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105626,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,10.48999977,41529.5475,0,20,0.06,0,NULL,23,NULL, +1112795,30,Proposed,MT_NW,Central_PV,Solar,3.170000076,61748.16806,0,20,0,0.02,NULL,23,NULL, +156795,37,Solar Star Oregon II,OR_E,Central_PV,Solar,56.3,0,0,20,0,0,NULL,23,existing_generator, +158036,28,CerroPr4-2,MEX_BAJA,Geothermal,Geothermal,28.8,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +156763,23,BHE Pueblo 2 Community Solar Array,CO_E,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1111330,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,66.02999878,94110.61611,0,20,0.06,0,NULL,23,NULL, +1118325,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,19.52000046,94387.50152,0,20,0.06,0,NULL,23,NULL, +1191183771,38,Proposed,OR_PDX,Wind,Wind,60,70871.19375,0,30,0.05,0.006,NULL,23,NULL, +157884,9,Ladore_Falls,CAN_BC,Hydro_NonPumped,Water,47,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1105731,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,11.25,51243.40389,0,20,0.06,0,NULL,23,NULL, +1191210370,11,Proposed,CA_LADWP,Gas_Combustion_Turbine_Cogen,Gas,8,0,33.5769,20,0.03,0.05,5.90659,23,NULL, +1118304,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.889999986,85974.96223,0,20,0.06,0,NULL,23,NULL, +155175,27,Marco Ranch,ID_S_OR_E,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118823,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,12.55000019,60417.38514,0,20,0.06,0,NULL,23,NULL, +1191185375,22,Proposed,CO_DEN,Wind,Wind,120,37647.435,0,30,0.05,0.006,NULL,23,NULL, +155794,16,Alta Wind Energy Center I,CA_SCE_CEN,Wind,Wind,150,0,0,20,0,0,NULL,23,existing_generator, +1107771,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,22.04000092,55739.64806,0,20,0.06,0,NULL,23,NULL, +1118673,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.269999981,196722.2775,0,20,0.06,0,NULL,23,NULL, +1191185404,22,Proposed,CO_DEN,Wind,Wind,1860,56838.10986,0,30,0.05,0.006,NULL,23,NULL, +1191185394,22,Proposed,CO_DEN,Wind,Wind,30,38284.39125,0,30,0.05,0.006,NULL,23,NULL, +1191185520,43,Proposed,WA_ID_AVA,Wind,Wind,30,42315.50736,0,30,0.05,0.006,NULL,23,NULL, +154437,14,Wise,CA_PGE_N,Hydro_NonPumped,Water,16.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +158074,8,Wind_EP_Can_16,CAN_ALB,Wind,Wind,0.8,0,0,30,0.05,0.006,NULL,23,existing_generator, +154776,43,Box Canyon,WA_ID_AVA,Hydro_NonPumped,Water,90,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001079,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,6.278800011,0,0,20,0,0.02,NULL,23,NULL, +1117510,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,29.01000023,54023.55,0,20,0.06,0,NULL,23,NULL, +155768,35,ENEL Salt Wells LLC,NV_N,Geothermal,Geothermal,23.6,0,36.2145,20,0,0,NULL,23,existing_generator, +155455,20,Larkspur Energy Facility,CA_SDGE,Gas_Combustion_Turbine,Gas,99.8,0,6.0375,40,0.04,0.06,7.711,23,existing_generator, +1107687,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,75.08999634,97418.80764,0,20,0.06,0,NULL,23,NULL, +1191184707,33,Proposed,NM_N,Wind,Wind,60,52464.18639,0,30,0.05,0.006,NULL,23,NULL, +1191183317,24,Proposed,CO_NW,Wind,Wind,30,86099.70264,0,30,0.05,0.006,NULL,23,NULL, +1112551,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,4.429999828,50073.33639,0,20,0.06,0,NULL,23,NULL, +1104077,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1.49000001,96626.81027,0,20,0,0.02,NULL,23,NULL, +155068,16,Ples I,CA_SCE_CEN,Geothermal,Geothermal,15,0,36.2145,20,0,0,NULL,23,existing_generator, +156273,21,DGS Central Utility Plant,CA_SMUD,Gas_Steam_Turbine,Gas,2.9,0,6.0375,60,0.04,0.06,7.211,23,existing_generator, +1000807,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,31.05699921,0,0,20,0,0.02,NULL,23,NULL, +154976,34,Pyramid,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,186,0,6.0375,40,0.04,0.06,8.736,23,existing_generator, +156933,35,McGinness Hills 3,NV_N,Geothermal,Geothermal,74,0,36.2145,20,0,0,NULL,23,existing_generator, +1000813,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,153.1009979,0,0,20,0,0.02,NULL,23,NULL, +1109084,15,Proposed,CA_PGE_S,Central_PV,Solar,15.35999966,55677.46181,0,20,0,0.02,NULL,23,NULL, +1191185615,34,Proposed,NM_S_TX_EPE,Wind,Wind,30,71079.36486,0,30,0.05,0.006,NULL,23,NULL, +1113554,35,Proposed,NV_N,Central_PV,Solar,17.95000076,43805.685,0,20,0,0.02,NULL,23,NULL, +1191209359,37,Proposed,OR_E,Geothermal,Geothermal,16,74708.62875,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210552,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46.59999847,0,33.5769,20,0.03,0.05,5.05929,23,NULL, +77493,14,Solano: 1881,CA_PGE_N,Wind,Wind,73,44935.8,0,30,0.05,0.006,NULL,23,NULL, +1001613,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,16.87050056,0,0,20,0,0.02,NULL,23,NULL, +156681,3,"Mesquite Solar 3, LLC",AZ_APS_SW,Central_PV,Solar,150,0,0,20,0,0,NULL,23,existing_generator, +1191209320,35,Proposed,NV_N,Geothermal,Geothermal,8,81253.8825,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156999,42,Bloomington Solar I,UT_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1107515,12,Proposed,CA_PGE_BAY,Central_PV,Solar,14.35999966,54007.97514,0,20,0,0.02,NULL,23,NULL, +157116,41,Sage Solar I-III,UT_N,Central_PV,Solar,57.6,0,0,20,0,0,NULL,23,existing_generator, +155531,17,Blacksand Generating Facility,CA_SCE_S,Gas_Combustion_Turbine,Gas,8,0,6.0375,40,0.04,0.06,22.577,23,existing_generator, +1118183,2,Proposed,AZ_APS_N,Central_PV,Solar,47.59999847,105267.1897,0,20,0,0.02,NULL,23,NULL, +1104533,3,Proposed,AZ_APS_SW,Central_PV,Solar,68.55000305,79519.66723,0,20,0,0.02,NULL,23,NULL, +155122,14,Hatchet Creek Project,CA_PGE_N,Hydro_NonPumped,Water,6.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155564,20,Kumeyaay Wind,CA_SDGE,Wind,Wind,50,0,0,20,0,0,NULL,23,existing_generator, +1118211,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,7.909999847,45857.2275,0,20,0.06,0,NULL,23,NULL, +1102217,4,Proposed,AZ_NM_N,Central_PV,Solar,3.450000048,71528.80014,0,20,0,0.02,NULL,23,NULL, +158006,9,Crestbrook,CAN_BC,Gas_Combustion_Turbine,Gas,50,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1104491,33,Proposed,NM_N,Central_PV,Solar,45.38000107,94616.32277,0,20,0,0.02,NULL,23,NULL, +1114878,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.119999886,90519.63375,0,20,0.06,0,NULL,23,NULL, +1191185203,2,Proposed,AZ_APS_N,Wind,Wind,2640,53313.41736,0,30,0.05,0.006,NULL,23,NULL, +1110953,36,Proposed,NV_S,Central_PV,Solar,44.04999924,62976.68139,0,20,0,0.02,NULL,23,NULL, +77390,20,SanDiegoNorthCentral: 64,CA_SDGE,Wind,Wind,96,74495.4,0,30,0.05,0.006,NULL,23,NULL, +156906,17,HEBT Irvine 1,CA_SCE_S,Battery_Storage,Electricity,5.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +156376,3,Gila Bend,AZ_APS_SW,Central_PV,Solar,32,0,0,20,0,0,NULL,23,existing_generator, +1100606,42,Proposed,UT_S,Central_PV,Solar,96.11000061,118089.0285,0,20,0,0.02,NULL,23,NULL, +157092,21,Folsom SP and CSP Sacramento,CA_SMUD,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +155673,44,Sagebrush Power Partners,WA_N_CEN,Wind,Wind,100.7,0,0,20,0,0,NULL,23,existing_generator, +1191185666,39,Proposed,OR_W,Offshore_Wind,Wind,60,61515.00264,0,30,0.05,0.006,NULL,23,NULL, +156857,22,Panasonic Carport Solar,CO_DEN,Battery_Storage,Electricity,1,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191183342,24,Proposed,CO_NW,Wind,Wind,30,48589.92264,0,30,0.05,0.006,NULL,23,NULL, +1191210371,14,Proposed,CA_PGE_N,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,20,0,16.844625,40,0.1288,0.0915,7.81405,23,NULL, +156726,20,Granger,CA_SDGE,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1000740,23,Proposed,CO_E,Residential_PV,Solar,86.24199677,0,0,20,0,0.02,NULL,23,NULL, +1104361,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,1.830000043,38534.10319,0,20,0.06,0,NULL,23,NULL, +1191183129,5,Proposed,AZ_NW,Wind,Wind,180,57065.11986,0,30,0.05,0.006,NULL,23,NULL, +1191184065,46,Proposed,WA_W,Wind,Wind,30,50593.76889,0,30,0.05,0.006,NULL,23,NULL, +1108568,41,Proposed,UT_N,Central_PV,Solar,5.519999981,63133.41111,0,20,0,0.02,NULL,23,NULL, +154489,13,Dion R Holm,CA_PGE_CEN,Hydro_NonPumped,Water,156.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105676,33,Proposed,NM_N,Central_PV,Solar,21.93000031,46586.19431,0,20,0,0.02,NULL,23,NULL, +154399,14,Halsey,CA_PGE_N,Hydro_NonPumped,Water,13.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +156402,7,Avalon Solar,AZ_SE,Central_PV,Solar,29,0,0,20,0,0,NULL,23,existing_generator, +1191183921,27,Proposed,ID_S_OR_E,Wind,Wind,30,70417.7775,0,30,0.05,0.006,NULL,23,NULL, +154977,17,Lake One,CA_SCE_S,Gas_Combustion_Turbine,Gas,60.5,0,6.0375,40,0.04,0.06,11.054,23,existing_generator, +1104476,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,5.139999866,54321.67986,0,20,0,0.02,NULL,23,NULL, +1107751,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,22.46999931,53508.07014,0,20,0.06,0,NULL,23,NULL, +156314,15,Orion Solar I,CA_PGE_S,Central_PV,Solar,12,0,0,20,0,0,NULL,23,existing_generator, +157830,8,Cascade_AB,CAN_ALB,Hydro_NonPumped,Water,34,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1109035,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,1.850000024,70966.10514,0,20,0.06,0,NULL,23,NULL, +1107785,42,Proposed,UT_S,Central_PV,Solar,1.360000014,101812.9001,0,20,0,0.02,NULL,23,NULL, +1108712,6,Proposed,AZ_PHX,Central_PV,Solar,5.579999924,44043.92569,0,20,0,0.02,NULL,23,NULL, +154560,14,Narrows 2,CA_PGE_N,Hydro_NonPumped,Water,46.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102703,33,Proposed,NM_N,Central_PV,Solar,596.1599731,66717.15319,0,20,0,0.02,NULL,23,NULL, +1102186,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,168.2700043,49656.62625,0,20,0.06,0,NULL,23,NULL, +1116910,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,2.670000076,67020.83944,0,20,0.06,0,NULL,23,NULL, +1191182476,36,Proposed,NV_S,Wind,Wind,30,141822.0825,0,30,0.05,0.006,NULL,23,NULL, +1191183729,40,Proposed,OR_WA_BPA,Wind,Wind,30,71169.80944,0,30,0.05,0.006,NULL,23,NULL, +1118687,35,Proposed,NV_N,Central_PV,Solar,2.00999999,158262.195,0,20,0,0.02,NULL,23,NULL, +1191182564,36,Proposed,NV_S,Wind,Wind,30,130094.8425,0,30,0.05,0.006,NULL,23,NULL, +1102833,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,204.7599945,42336.28014,0,20,0.06,0,NULL,23,NULL, +1105477,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,18.59000015,98026.53861,0,20,0.06,0,NULL,23,NULL, +1110891,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.139999866,67244.4675,0,20,0.06,0,NULL,23,NULL, +1191209279,35,Proposed,NV_N,Geothermal,Geothermal,8,49902.3525,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1108145,33,Proposed,NM_N,Central_PV,Solar,45.43000031,72227.45681,0,20,0,0.02,NULL,23,NULL, +1118717,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.339999914,64569.25125,0,20,0,0.02,NULL,23,NULL, +1118895,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.089999914,82128.83889,0,20,0.06,0,NULL,23,NULL, +1117997,30,Proposed,MT_NW,Central_PV,Solar,2.420000076,44555.06139,0,20,0,0.02,NULL,23,NULL, +1191182434,26,Proposed,ID_E,Wind,Wind,210,70615.44431,0,30,0.05,0.006,NULL,23,NULL, +1191182493,36,Proposed,NV_S,Wind,Wind,30,69977.04,0,30,0.05,0.006,NULL,23,NULL, +1101987,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,121.0199966,55865.83181,0,20,0.06,0,NULL,23,NULL, +1112022,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,8.909999847,53262.70236,0,20,0.06,0,NULL,23,NULL, +157944,28,LaRosit3,MEX_BAJA,CCGT,Gas,845,0,3.87403916,20,0.04,0.06,7.099999905,23,existing_generator, +1105695,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,8.399999619,46441.29431,0,20,0.06,0,NULL,23,NULL, +1109508,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,63.58000183,60397.33875,0,20,0.06,0,NULL,23,NULL, +1109549,35,Proposed,NV_N,Central_PV,Solar,18.12000084,160865.565,0,20,0,0.02,NULL,23,NULL, +1117821,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,11.55000019,68191.27014,0,20,0.06,0,NULL,23,NULL, +1191183913,27,Proposed,ID_S_OR_E,Wind,Wind,30,51863.69569,0,30,0.05,0.006,NULL,23,NULL, +155359,16,TPC Windfarms LLC,CA_SCE_CEN,Wind,Wind,28.7,0,0,20,0,0,NULL,23,existing_generator, +1118853,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,20.54000092,60732.29736,0,20,0.06,0,NULL,23,NULL, +155799,16,Alta Wind Energy Center V,CA_SCE_CEN,Wind,Wind,168,0,0,20,0,0,NULL,23,existing_generator, +1191209283,35,Proposed,NV_N,Geothermal,Geothermal,8,44784.12319,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209563,44,Proposed,WA_N_CEN,Gas_Combustion_Turbine,Gas,NULL,77646.11306,33.5769,20,0.03,0.05,10.39,23,NULL, +155881,15,Huron Solar Station,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1110492,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,122.6900024,44285.90681,0,20,0.06,0,NULL,23,NULL, +1113140,36,Proposed,NV_S,Central_PV,Solar,4.340000153,47930.38236,0,20,0,0.02,NULL,23,NULL, +1191210365,16,Proposed,CA_SCE_CEN,Coal_Steam_Turbine_Cogen,Coal,108,0,4.166232,40,0.06,0.1,9.69205,23,NULL, +1110892,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.139999866,67244.4675,0,20,0.06,0,NULL,23,NULL, +155090,14,Lost Creek I,CA_PGE_N,Hydro_NonPumped,Water,1.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +156669,38,Durham AWTF,OR_PDX,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,19.169,23,existing_generator, +1100426,26,Proposed,ID_E,Central_PV,Solar,76.69000244,105995.199,0,20,0,0.02,NULL,23,NULL, +1100905,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,113.3799973,113257.5851,0,20,0.06,0,NULL,23,NULL, +1109980,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,29.79000092,50043.75264,0,20,0.06,0,NULL,23,NULL, +1110291,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.019999981,85552.33723,0,20,0.06,0,NULL,23,NULL, +1191210413,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,55.09999847,0,4.1213235,20,0.04,0.06,7.96587,23,NULL, +155823,27,Cargill B6 Biofactory,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,0,6.0375,20,0.04,0.06,9.187,23,existing_generator, +156126,41,US Magnesium,UT_N,Gas_Combustion_Turbine,Gas,48,0,6.0375,40,0.04,0.06,12.755,23,existing_generator, +156082,13,Vitro Flat Glass LLC,CA_PGE_CEN,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,3.3,0,33.579,20,0.04,0.06,9.456,23,existing_generator, +156285,16,Powhatan Solar Power Generation Station 1 LLC,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1107326,3,Proposed,AZ_APS_SW,Central_PV,Solar,86.19000244,87661.12277,0,20,0,0.02,NULL,23,NULL, +1191183274,41,Proposed,UT_N,Wind,Wind,120,90660.91125,0,30,0.05,0.006,NULL,23,NULL, +1191209606,37,Proposed,OR_E,Coal_IGCC,Coal,NULL,76906.51931,7.3442565,40,0.08,0.12,7.95,23,NULL, +1001085,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,95.60320282,0,0,20,0,0.02,NULL,23,NULL, +1107796,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,13.13000011,58629.79931,0,20,0.06,0,NULL,23,NULL, +1191183326,24,Proposed,CO_NW,Wind,Wind,30,66995.7225,0,30,0.05,0.006,NULL,23,NULL, +1191209491,22,Proposed,CO_DEN,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1116983,35,Proposed,NV_N,Central_PV,Solar,24.87999916,56996.05181,0,20,0,0.02,NULL,23,NULL, +155513,10,CE Turbo LLC,CA_IID,Geothermal,Geothermal,11.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1115334,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,59.97999954,60073.125,0,20,0.06,0,NULL,23,NULL, +1191182735,47,Proposed,WY_NE,Wind,Wind,210,79378.99348,0,30,0.05,0.006,NULL,23,NULL, +155049,12,Foster Wheeler Martinez,CA_PGE_BAY,CCGT,Gas,113.5,0,5.9409,40,0.04,0.06,10.291,23,existing_generator, +1101047,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,116.2799988,72137.86125,0,20,0,0.02,NULL,23,NULL, +1105444,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,10.52000046,47223.27319,0,20,0.06,0,NULL,23,NULL, +1191185560,43,Proposed,WA_ID_AVA,Wind,Wind,60,42077.51194,0,30,0.05,0.006,NULL,23,NULL, +1191182558,36,Proposed,NV_S,Wind,Wind,30,161067.2175,0,30,0.05,0.006,NULL,23,NULL, +1117029,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.929999948,59892.84431,0,20,0.06,0,NULL,23,NULL, +156398,22,Front Range Project,CO_DEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,12.463,23,existing_generator, +1107768,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,40.84000015,90135.29027,0,20,0.06,0,NULL,23,NULL, +154820,44,Grand Coulee,WA_N_CEN,Hydro_NonPumped,Water,6495,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104985,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.440000057,80468.52639,0,20,0.06,0,NULL,23,NULL, +1117497,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,22.67000008,54386.16319,0,20,0.06,0,NULL,23,NULL, +154553,14,Shasta,CA_PGE_N,Hydro_NonPumped,Water,714,0,0,200,0.05,0.05,NULL,23,existing_generator, +156252,36,Mountain View Solar,NV_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1102250,3,Proposed,AZ_APS_SW,Central_PV,Solar,61.68999863,51243.04069,0,20,0,0.02,NULL,23,NULL, +1191210419,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,25,0,16.844625,40,0.1288,0.0915,12.8821,23,NULL, +155700,40,Four Mile Canyon Windfarm LLC,OR_WA_BPA,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +154372,7,Apache Station,AZ_SE,Gas_Combustion_Turbine,Gas,171.1,0,6.0375,40,0.04,0.06,13.783,23,existing_generator, +154848,41,Flaming Gorge,UT_N,Hydro_NonPumped,Water,151.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185553,43,Proposed,WA_ID_AVA,Wind,Wind,30,55651.98639,0,30,0.05,0.006,NULL,23,NULL, +1191209663,44,Proposed,WA_N_CEN,Coal_Steam_Turbine,Coal,NULL,77646.11306,4.166232,40,0.06,0.1,9,23,NULL, +1115611,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,33.66999817,49358.25111,0,20,0.06,0,NULL,23,NULL, +1118878,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.929999948,77831.10111,0,20,0.06,0,NULL,23,NULL, +1191184135,42,Proposed,UT_S,Wind,Wind,30,69446.34375,0,30,0.05,0.006,NULL,23,NULL, +1191209291,26,Proposed,ID_E,Geothermal,Geothermal,20,148970.4825,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156869,12,"CoreSite Real Estate 3032 Coronado, L.P.",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,30,0,33.579,20,0.04,0.06,9.293,23,existing_generator, +1102898,5,Proposed,AZ_NW,Central_PV,Solar,1.25,57352.99069,0,20,0,0.02,NULL,23,NULL, +1191209373,9,Proposed,CAN_BC,Geothermal,Geothermal,16,70310.31,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77496,14,Solano: 1884,CA_PGE_N,Wind,Wind,90,44935.8,0,30,0.05,0.006,NULL,23,NULL, +1108271,5,Proposed,AZ_NW,Central_PV,Solar,12.27000046,50524.69611,0,20,0,0.02,NULL,23,NULL, +1112660,17,Proposed,CA_SCE_S,Central_PV,Solar,7.159999847,49980.23625,0,20,0,0.02,NULL,23,NULL, +1108639,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,39.81999969,148552.6875,0,20,0.06,0,NULL,23,NULL, +1105240,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,257.6300049,65024.84194,0,20,0.06,0,NULL,23,NULL, +1191182620,30,Proposed,MT_NW,Wind,Wind,30,57352.50486,0,30,0.05,0.006,NULL,23,NULL, +154500,16,Castaic,CA_SCE_CEN,Hydro_NonPumped,Water,56,0,0,200,0.05,0.05,NULL,23,existing_generator, +155579,40,Klondike Windpower II,OR_WA_BPA,Wind,Wind,75,0,0,20,0,0,NULL,23,existing_generator, +1108342,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.350000024,53479.57125,0,20,0.06,0,NULL,23,NULL, +1191182614,30,Proposed,MT_NW,Wind,Wind,30,44913.68889,0,30,0.05,0.006,NULL,23,NULL, +1113972,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,8.609999657,106993.6789,0,20,0.06,0,NULL,23,NULL, +155379,16,Coram Tehachapi,CA_SCE_CEN,Wind,Wind,6.5,0,0,20,0,0,NULL,23,existing_generator, +157880,9,John_Hart,CAN_BC,Hydro_NonPumped,Water,126,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1102520,49,Proposed,WY_SE,Central_PV,Solar,3,49411.86694,0,20,0,0.02,NULL,23,NULL, +1113018,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,27.63999939,76342.61681,0,20,0.06,0,NULL,23,NULL, +156873,15,ABEC #3 dba Lakeview Dairy,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,0,6.0375,20,0.04,0.06,10.439,23,existing_generator, +1109816,21,Proposed,CA_SMUD,Central_PV,Solar,55.11999893,63479.84569,0,20,0,0.02,NULL,23,NULL, +1191184481,27,Proposed,ID_S_OR_E,Wind,Wind,60,137942.385,0,30,0.05,0.006,NULL,23,NULL, +1107508,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.059999943,53876.47556,0,20,0.06,0,NULL,23,NULL, +1191185299,25,Proposed,CO_SW,Wind,Wind,30,70948.23319,0,30,0.05,0.006,NULL,23,NULL, +1103446,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,64.80000305,49533.94236,0,20,0.06,0,NULL,23,NULL, +1117845,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,10.03999996,76243.48389,0,20,0.06,0,NULL,23,NULL, +156957,20,County of San Diego SBRC,CA_SDGE,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1117865,35,Proposed,NV_N,Central_PV,Solar,4.739999771,229944.225,0,20,0,0.02,NULL,23,NULL, +1115305,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,53.49000168,40346.1975,0,20,0.06,0,NULL,23,NULL, +157906,9,Puntledge,CAN_BC,Hydro_NonPumped,Water,24,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1108750,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,2.359999895,47015.46056,0,20,0.06,0,NULL,23,NULL, +157963,8,Sundanc3,CAN_ALB,Coal_Steam_Turbine,Coal,403,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +1191182557,36,Proposed,NV_S,Wind,Wind,720,52598.7,0,30,0.05,0.006,NULL,23,NULL, +154966,40,Roosevelt Biogas 1,OR_WA_BPA,Bio_Gas,Bio_Gas,26,0,6.0375,20,0.04,0.06,7.692,23,existing_generator, +1105275,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.970000029,59588.55431,0,20,0.06,0,NULL,23,NULL, +1191183786,40,Proposed,OR_WA_BPA,Wind,Wind,90,111921.3638,0,30,0.05,0.006,NULL,23,NULL, +1191209737,18,Proposed,CA_SCE_SE,Battery_Storage,Electricity,NULL,82822.425,0,10,0.02,0.0055,NULL,23,NULL, +1191184279,48,Proposed,WY_NW,Wind,Wind,240,63555.43236,0,30,0.05,0.006,NULL,23,NULL, +156455,37,Paisley Geothermal Generating Plant,OR_E,Geothermal,Geothermal,3.7,0,36.2145,20,0,0,NULL,23,existing_generator, +1191209322,35,Proposed,NV_N,Geothermal,Geothermal,20,71377.74,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154973,17,Diamond Valley Lake,CA_SCE_S,Hydro_NonPumped,Water,29.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1112241,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,41.91999817,88084.95527,0,20,0.06,0,NULL,23,NULL, +155505,17,Century Generating Facility,CA_SCE_S,Gas_Combustion_Turbine,Gas,44.8,0,6.0375,40,0.04,0.06,18.678,23,existing_generator, +1191184066,46,Proposed,WA_W,Wind,Wind,30,79784.95875,0,30,0.05,0.006,NULL,23,NULL, +155149,46,Cosmo Specialty Fibers Plant,WA_W,ST,Bio_Liquid,15,0,13.35495,20,0.04,0.06,10.506,23,existing_generator, +156415,15,Rio Bravo Solar 1 LLC,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1115299,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,9.909999847,122348.73,0,20,0.06,0,NULL,23,NULL, +1191185240,2,Proposed,AZ_APS_N,Wind,Wind,30,137489.5725,0,30,0.05,0.006,NULL,23,NULL, +1000085,41,Proposed,UT_N,Commercial_PV,Solar,44.63610077,0,0,20,0,0.02,NULL,23,NULL, +1108276,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,11.36999989,50448.01986,0,20,0.06,0,NULL,23,NULL, +1118792,42,Proposed,UT_S,Central_PV,Solar,2.539999962,115572.4853,0,20,0,0.02,NULL,23,NULL, +1191185319,25,Proposed,CO_SW,Wind,Wind,30,65380.56861,0,30,0.05,0.006,NULL,23,NULL, +155595,27,Thousand Springs Wind Park,ID_S_OR_E,Wind,Wind,12,0,0,20,0,0,NULL,23,existing_generator, +156310,6,Phoenix Airport East Economy Lot,AZ_PHX,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1107743,2,Proposed,AZ_APS_N,Central_PV,Solar,51.68000031,69580.49889,0,20,0,0.02,NULL,23,NULL, +1116289,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,3.650000095,50520.22931,0,20,0.06,0,NULL,23,NULL, +1191210421,13,Proposed,CA_PGE_CEN,Gas_Internal_Combustion_Engine_Cogen,Gas,2.799999952,0,33.5769,20,0.03,0.05,5.45219,23,NULL, +155177,14,Forks of Butte Hydro Project,CA_PGE_N,Hydro_NonPumped,Water,14.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001225,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,12.0291996,0,0,20,0,0.02,NULL,23,NULL, +1001854,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,41.72999954,0,0,20,0,0.02,NULL,23,NULL, +1117913,35,Proposed,NV_N,Central_PV,Solar,9.649999619,65848.35694,0,20,0,0.02,NULL,23,NULL, +154533,17,Glenarm,CA_SCE_S,Gas_Combustion_Turbine,Gas,178.6,0,6.0375,40,0.04,0.06,13.458,23,existing_generator, +158062,8,Wind_EP_Can_4,CAN_ALB,Wind,Wind,9,0,0,30,0.05,0.006,NULL,23,existing_generator, +1105620,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,8.18999958,87412.73625,0,20,0.06,0,NULL,23,NULL, +1106853,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,35.54000092,47600.98014,0,20,0.06,0,NULL,23,NULL, +155031,17,Loma Linda University Cogen,CA_SCE_S,Gas_Combustion_Turbine,Gas,10.4,0,6.0375,40,0.04,0.06,9.104,23,existing_generator, +1117525,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.840000153,66538.68375,0,20,0.06,0,NULL,23,NULL, +157971,8,BAT_#3_3,CAN_ALB,Coal_Steam_Turbine,Coal,158.5,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +155039,35,Beowawe Power,NV_N,Geothermal,Geothermal,3.6,0,36.2145,20,0,0,NULL,23,existing_generator, +1112472,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,14.14999962,44900.40639,0,20,0.06,0,NULL,23,NULL, +155418,34,Afton Generating Station,NM_S_TX_EPE,CCGT,Gas,287,0,5.9409,40,0.04,0.06,10.56,23,existing_generator, +1116600,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.710000038,158004.9975,0,20,0.06,0,NULL,23,NULL, +156229,16,Columbia 3,CA_SCE_CEN,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1113930,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.630000114,73187.7825,0,20,0.06,0,NULL,23,NULL, +1116401,41,Proposed,UT_N,Central_PV,Solar,10.68000031,127487.85,0,20,0,0.02,NULL,23,NULL, +156576,36,Nellis Solar PV II,NV_S,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +1101978,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,290.7900085,42341.35069,0,20,0.06,0,NULL,23,NULL, +1118666,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,36.24000168,70766.745,0,20,0,0.02,NULL,23,NULL, +1191210489,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,10.5,0,33.5769,20,0.03,0.05,4.48022,23,NULL, +157885,9,La_Joie,CAN_BC,Hydro_NonPumped,Water,25,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191209500,31,Proposed,MT_SE,CCGT,Gas,NULL," 70,251.14 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +155387,36,Sun Peak Generating Station,NV_S,Gas_Combustion_Turbine,Gas,222,0,6.0375,40,0.04,0.06,17.401,23,existing_generator, +155776,17,Solar Photovoltaic Project #11,CA_SCE_S,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +155872,13,Five Points Solar Station,CA_PGE_CEN,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +154514,11,San Fernando,CA_LADWP,Hydro_NonPumped,Water,5.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185515,30,Proposed,MT_NW,Wind,Wind,30,82588.65111,0,30,0.05,0.006,NULL,23,NULL, +156366,13,"RE Adams East, LLC",CA_PGE_CEN,Central_PV,Solar,19,0,0,20,0,0,NULL,23,existing_generator, +1111808,36,Proposed,NV_S,Central_PV,Solar,6.210000038,56156.96194,0,20,0,0.02,NULL,23,NULL, +1114713,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,27.04999924,67876.35319,0,20,0.06,0,NULL,23,NULL, +1111724,35,Proposed,NV_N,Central_PV,Solar,201.4600067,130161.255,0,20,0,0.02,NULL,23,NULL, +1114331,4,Proposed,AZ_NM_N,Central_PV,Solar,15.47999954,49508.34431,0,20,0,0.02,NULL,23,NULL, +1191209565,46,Proposed,WA_W,Gas_Combustion_Turbine,Gas,NULL,77646.11306,33.5769,20,0.03,0.05,10.39,23,NULL, +154694,4,Animas,AZ_NM_N,Gas_Combustion_Turbine,Gas,18.6,0,6.0375,40,0.04,0.06,16.743,23,existing_generator, +1191183927,27,Proposed,ID_S_OR_E,Wind,Wind,30,55090.73944,0,30,0.05,0.006,NULL,23,NULL, +1100338,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,89.91000366," 81,058.87 ",0,20,0.06,0,NULL,23,NULL, +1103851,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.120000005,44909.82111,0,20,0.06,0,NULL,23,NULL, +1108649,35,Proposed,NV_N,Central_PV,Solar,30.75,74513.6175,0,20,0,0.02,NULL,23,NULL, +1191185463,43,Proposed,WA_ID_AVA,Wind,Wind,30,73456.08806,0,30,0.05,0.006,NULL,23,NULL, +1191185002,23,Proposed,CO_E,Wind,Wind,30,53371.98111,0,30,0.05,0.006,NULL,23,NULL, +154982,47,Hartzog,WY_NE,Gas_Combustion_Turbine,Gas,22.5,0,6.0375,40,0.04,0.06,16.875,23,existing_generator, +155622,41,Tesoro SLC Cogeneration Plant,UT_N,Gas_Combustion_Turbine,Gas,30.4,0,6.0375,40,0.04,0.06,13.815,23,existing_generator, +1113139,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,16.64999962,122843.805,0,20,0.06,0,NULL,23,NULL, +1191209215,29,Proposed,MT_NE,Bio_Gas,Bio_Gas,NULL,70251.1425,16.0398,20,0.11,0.04,13.5,23,NULL, +155370,10,Heber Geothermal,CA_IID,Geothermal,Geothermal,29.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1191209260,25,Proposed,CO_SW,Geothermal,Geothermal,10,63995.56611,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209284,35,Proposed,NV_N,Geothermal,Geothermal,8,91845.11027,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1116982,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,4.519999981,92836.2225,0,20,0.06,0,NULL,23,NULL, +155158,13,Woodward Power Plant,CA_PGE_CEN,Hydro_NonPumped,Water,2.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +156062,15,Meridian Vineyards,CA_PGE_S,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1001211,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,11.48349953,0,0,20,0,0.02,NULL,23,NULL, +1191182418,26,Proposed,ID_E,Wind,Wind,30,80603.88902,0,30,0.05,0.006,NULL,23,NULL, +1107296,18,Proposed,CA_SCE_SE,Central_PV,Solar,21.63999939,74129.02875,0,20,0,0.02,NULL,23,NULL, +1110465,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,79.12999725,77814.44139,0,20,0.06,0,NULL,23,NULL, +1191210099,10,Proposed,CA_IID,Geothermal,Geothermal,10.5,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191183272,41,Proposed,UT_N,Wind,Wind,30,49122.91125,0,30,0.05,0.006,NULL,23,NULL, +1191209391,42,Proposed,UT_S,Geothermal,Geothermal,10,72606.24861,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1000802,43,Proposed,WA_ID_AVA,Residential_PV,Solar,94.58799744,0,0,20,0,0.02,NULL,23,NULL, +1000837,44,Proposed,WA_N_CEN,Commercial_PV,Solar,35.19599915,0,0,20,0,0.02,NULL,23,NULL, +1100304,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,994.5800171,97818.84861,0,20,0.06,0,NULL,23,NULL, +155025,17,Carson Cogeneration,CA_SCE_S,CCGT,Gas,55.8,0,5.9409,40,0.04,0.06,10.316,23,existing_generator, +156896,37,"Chiloquin Solar, LLC",OR_E,Central_PV,Solar,9.9,0,0,20,0,0,NULL,23,existing_generator, +1191182420,26,Proposed,ID_E,Wind,Wind,30,60970.2975,0,30,0.05,0.006,NULL,23,NULL, +156615,39,"Steel Bridge Solar, LLC",OR_W,Central_PV,Solar,2.3,0,0,20,0,0,NULL,23,existing_generator, +1114385,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,193.1999969,86399.88902,0,20,0,0.02,NULL,23,NULL, +77351,16,Tehachapi: 19,CA_SCE_CEN,Wind,Wind,72,86836.05,0,30,0.05,0.006,NULL,23,NULL, +156571,14,UC Davis South Campus,CA_PGE_N,Central_PV,Solar,13,0,0,20,0,0,NULL,23,existing_generator, +1103864,17,Proposed,CA_SCE_S,Central_PV,Solar,23.10000038,47899.59111,0,20,0,0.02,NULL,23,NULL, +1119036,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,24.90999985,59314.93764,0,20,0.06,0,NULL,23,NULL, +1102859,4,Proposed,AZ_NM_N,Central_PV,Solar,57.61000061,119907.2876,0,20,0,0.02,NULL,23,NULL, +1108609,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,9.909999847,60189.045,0,20,0.06,0,NULL,23,NULL, +157000,3,Gila Bend Power Generation Station,AZ_APS_SW,CCGT,Gas,900,0,5.9409,40,0.04,0.06,12.364,23,existing_generator, +1110457,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,16.30999947,51765.16181,0,20,0.06,0,NULL,23,NULL, +1102871,1,Proposed,AZ_APS_E,Central_PV,Solar,369.4200134," 91,626.67 ",0,20,0,0.02,NULL,23,NULL, +1191185342,44,Proposed,WA_N_CEN,Wind,Wind,30,58762.26111,0,30,0.05,0.006,NULL,23,NULL, +1105549,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,1.25999999,49268.77819,0,20,0.06,0,NULL,23,NULL, +1114827,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,8.010000229,87616.44527,0,20,0.06,0,NULL,23,NULL, +154903,41,Heber City,UT_N,Gas_Internal_Combustion_Engine,Gas,14.1,0,33.579,20,0.04,0.06,9.104,23,existing_generator, +1000582,14,Proposed,CA_PGE_N,Residential_PV,Solar,1265.810059,0,0,20,0,0.02,NULL,23,NULL, +77453,16,Barstow: 566,CA_SCE_CEN,Wind,Wind,73,55288.8,0,30,0.05,0.006,NULL,23,NULL, +1116150,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.260000229,44187.61819,0,20,0.06,0,NULL,23,NULL, +1110954,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,44.04999924,62976.68139,0,20,0.06,0,NULL,23,NULL, +1191209757,38,Proposed,OR_PDX,Battery_Storage,Electricity,NULL,76906.51931,0,10,0.02,0.0055,NULL,23,NULL, +1191183347,24,Proposed,CO_NW,Wind,Wind,60,79220.32986,0,30,0.05,0.006,NULL,23,NULL, +1191184776,33,Proposed,NM_N,Wind,Wind,30,59339.93194,0,30,0.05,0.006,NULL,23,NULL, +1191210074,28,Proposed,MEX_BAJA,Geothermal,Geothermal,104.5,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154689,34,Rio Grande,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,266.5,0,6.0375,65,0.04,0.06,11.223,23,existing_generator, +1107313,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,14.17000008,92107.13777,0,20,0.06,0,NULL,23,NULL, +1117236,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.75,52775.59875,0,20,0.06,0,NULL,23,NULL, +156592,23,Golden West Power Partners LLC,CO_E,Wind,Wind,250,0,0,20,0,0,NULL,23,existing_generator, +1191182472,36,Proposed,NV_S,Wind,Wind,750,93917.41611,0,30,0.05,0.006,NULL,23,NULL, +1191185164,23,Proposed,CO_E,Wind,Wind,30,88945.05375,0,30,0.05,0.006,NULL,23,NULL, +1109522,35,Proposed,NV_N,Central_PV,Solar,9.899999619,69496.81819,0,20,0,0.02,NULL,23,NULL, +155334,26,Dry Creek Project,ID_E,Hydro_NonPumped,Water,3.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115703,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,49.18999863,40952.72569,0,20,0.06,0,NULL,23,NULL, +154974,27,Evander Andrews Power Complex,ID_S_OR_E,Gas_Combustion_Turbine,Gas,270.9,0,6.0375,40,0.04,0.06,10.383,23,existing_generator, +156055,31,Musselshell Wind Project Two LLC,MT_SE,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +1000162,8,Proposed,CAN_ALB,Residential_PV,Solar,63.98600006,0,0,20,0,0.02,NULL,23,NULL, +1191185280,25,Proposed,CO_SW,Wind,Wind,30,69961.46514,0,30,0.05,0.006,NULL,23,NULL, +1101137,7,Proposed,AZ_SE,Central_PV,Solar,74.91000366,88621.80223,0,20,0,0.02,NULL,23,NULL, +1117916,35,Proposed,NV_N,Central_PV,Solar,8.800000191,222612.285,0,20,0,0.02,NULL,23,NULL, +154935,40,Dalles Dam North Fishway Project,OR_WA_BPA,Hydro_NonPumped,Water,6.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +77359,16,SanBernardino_Lucerne: 27,CA_SCE_CEN,Wind,Wind,34,39037.95,0,30,0.05,0.006,NULL,23,NULL, +1117895,40,Proposed,OR_WA_BPA,Central_PV,Solar,3.039999962,67523.88111,0,20,0,0.02,NULL,23,NULL, +1191209544,25,Proposed,CO_SW,Gas_Combustion_Turbine,Gas,NULL,69511.67139,33.5769,20,0.03,0.05,10.39,23,NULL, +1114361,10,Proposed,CA_IID,Central_PV,Solar,20,79309.08111,0,20,0,0.02,NULL,23,NULL, +154442,39,Iron Gate,OR_W,Hydro_NonPumped,Water,18,0,0,200,0.05,0.05,NULL,23,existing_generator, +157076,36,Techren,NV_S,Central_PV,Solar,100,0,0,20,0,0,NULL,23,existing_generator, +157983,8,MuskgRvr1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,75,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1115261,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,27.62999916,91062.405,0,20,0,0.02,NULL,23,NULL, +154795,49,Seminoe,WY_SE,Hydro_NonPumped,Water,51.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +156967,31,Western Sugar Cooperative - Billings,MT_SE,Coal_Steam_Turbine,Coal,1.5,0,5.2164,40,0.04,0.06,12.776,23,existing_generator, +154846,39,Green Springs,OR_W,Hydro_NonPumped,Water,17.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155670,41,Trans-Jordan Generating Station,UT_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,0,6.0375,20,0.04,0.06,11.684,23,existing_generator, +1100477,10,Proposed,CA_IID,Central_PV,Solar,1061.619995,68474.78736,0,20,0,0.02,NULL,23,NULL, +1000094,15,Proposed,CA_PGE_S,Residential_PV,Solar,26.42900085,0,0,20,0,0.02,NULL,23,NULL, +1105267,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.950000048,49852.60444,0,20,0.06,0,NULL,23,NULL, +1109962,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.409999967,83891.30777,0,20,0.06,0,NULL,23,NULL, +1106604,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,11.55000019,46852.33014,0,20,0.06,0,NULL,23,NULL, +1118800,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.50999999,96757.70139,0,20,0.06,0,NULL,23,NULL, +1109982,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,5.099999905,60595.24611,0,20,0.06,0,NULL,23,NULL, +1112407,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,15.27999973,55337.55056,0,20,0.06,0,NULL,23,NULL, +155880,13,Cantua Solar Station,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1103831,2,Proposed,AZ_APS_N,Central_PV,Solar,2.779999971,64541.35611,0,20,0,0.02,NULL,23,NULL, +1191184512,27,Proposed,ID_S_OR_E,Wind,Wind,30,128179.7475,0,30,0.05,0.006,NULL,23,NULL, +1112752,46,Proposed,WA_W,CSP_Trough_6h_Storage,Solar,1,43286.09681,0,20,0.06,0,NULL,23,NULL, +1108231,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,14.40999985,49030.90069,0,20,0.06,0,NULL,23,NULL, +1104813,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.480000019,51376.22889,0,20,0.06,0,NULL,23,NULL, +1191182802,49,Proposed,WY_SE,Wind,Wind,120,48132.1575,0,30,0.05,0.006,NULL,23,NULL, +1191184182,42,Proposed,UT_S,Wind,Wind,30,67856.42944,0,30,0.05,0.006,NULL,23,NULL, +1109918,41,Proposed,UT_N,Central_PV,Solar,1.080000043,117415.3661,0,20,0,0.02,NULL,23,NULL, +1110076,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,87.19999695,57777.06375,0,20,0.06,0,NULL,23,NULL, +155140,12,Phillips 66 Rodeo Refinery,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,54.9,0,6.0375,40,0.04,0.06,10.879,23,existing_generator, +1105873,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,9.319999695,63141.62306,0,20,0.06,0,NULL,23,NULL, +1191209614,45,Proposed,WA_SEATAC,Coal_IGCC,Coal,NULL,77646.11306,7.3442565,40,0.08,0.12,7.95,23,NULL, +1105493,36,Proposed,NV_S,Central_PV,Solar,2.74000001,64094.94431,0,20,0,0.02,NULL,23,NULL, +1191184195,42,Proposed,UT_S,Wind,Wind,750,61211.07111,0,30,0.05,0.006,NULL,23,NULL, +1102892,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,8.029999733,98219.98389,0,20,0,0.02,NULL,23,NULL, +156347,17,Santa Fe Springs Rooftop Solar BLDG M,CA_SCE_S,Central_PV,Solar,1.8,0,0,20,0,0,NULL,23,existing_generator, +154744,41,Snake Creek,UT_N,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103445,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,64.80000305,49533.94236,0,20,0.06,0,NULL,23,NULL, +1106430,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,15.14999962,43624.43736,0,20,0.06,0,NULL,23,NULL, +155329,49,Sinclair Oil Refinery,WY_SE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.1,0,33.579,20,0.04,0.06,15.129,23,existing_generator, +1112180,33,Proposed,NM_N,Central_PV,Solar,4.53000021,62331.87639,0,20,0,0.02,NULL,23,NULL, +1191209375,35,Proposed,NV_N,Geothermal,Geothermal,12,102311.3524,34.812225,30,0.0075,0.0241,NULL,23,NULL, +158053,28,PdtJrz-6,MEX_BAJA,Gas_Steam_Turbine,Gas,152,0,4.188974574,40,0.1288,0.0915,9.56000042,23,existing_generator, +1104093,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,28.05999947,71767.52194,0,20,0.06,0,NULL,23,NULL, +1107302,3,Proposed,AZ_APS_SW,Central_PV,Solar,2.569999933,51883.98264,0,20,0,0.02,NULL,23,NULL, +156018,16,L-8 Solar Project,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154539,14,Camino,CA_PGE_N,Hydro_NonPumped,Water,157.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +156698,7,Sulphur Springs,AZ_SE,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156728,37,"NorWest Energy 2, LLC",OR_E,Central_PV,Solar,9.9,0,0,20,0,0,NULL,23,existing_generator, +1114389,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,32.22999954,47930.86819,0,20,0.06,0,NULL,23,NULL, +155480,49,Rock River I LLC,WY_SE,Wind,Wind,50,0,0,20,0,0,NULL,23,existing_generator, +1101861,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,15,71773.07361,0,20,0.06,0,NULL,23,NULL, +157900,9,Nelson_Hydro_Power_Plant,CAN_BC,Hydro_NonPumped,Water,0.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1118681,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,15.43999958,144292.6275,0,20,0,0.02,NULL,23,NULL, +77432,14,PlumasCounty: 544,CA_PGE_N,Wind,Wind,87,111311.55,0,30,0.05,0.006,NULL,23,NULL, +1104888,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.110000134,62880.19931,0,20,0.06,0,NULL,23,NULL, +157898,9,Nelson_Hydro_Power_Plant,CAN_BC,Hydro_NonPumped,Water,6,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1107298,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,21.63999939,74129.02875,0,20,0.06,0,NULL,23,NULL, +1113777,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,4.820000172,44947.73944,0,20,0.06,0,NULL,23,NULL, +1117658,17,Proposed,CA_SCE_S,Central_PV,Solar,1.200000048,47234.14069,0,20,0,0.02,NULL,23,NULL, +1106061,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,1.909999967,70025.21736,0,20,0.06,0,NULL,23,NULL, +1110018,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,5.650000095,106078.1486,0,20,0.06,0,NULL,23,NULL, +154414,14,Pit 1,CA_PGE_N,Hydro_NonPumped,Water,69.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001404,23,Proposed,CO_E,Residential_PV,Solar,123.7990036,0,0,20,0,0.02,NULL,23,NULL, +1191183730,40,Proposed,OR_WA_BPA,Wind,Wind,30,61055.66681,0,30,0.05,0.006,NULL,23,NULL, +1103686,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3249.830078,170572.6575,0,20,0.06,0,NULL,23,NULL, +1118315,5,Proposed,AZ_NW,Central_PV,Solar,10.57999992,106919.4176,0,20,0,0.02,NULL,23,NULL, +1109553,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.539999962,64273.53639,0,20,0.06,0,NULL,23,NULL, +1104561,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,46.99000168,52953.10125,0,20,0.06,0,NULL,23,NULL, +1191185564,43,Proposed,WA_ID_AVA,Wind,Wind,30,39944.46319,0,30,0.05,0.006,NULL,23,NULL, +1106721,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.619999886,46158.86194,0,20,0.06,0,NULL,23,NULL, +1191185420,22,Proposed,CO_DEN,Wind,Wind,60,37835.56444,0,30,0.05,0.006,NULL,23,NULL, +1117388,35,Proposed,NV_N,Central_PV,Solar,11.56999969,77383.72236,0,20,0,0.02,NULL,23,NULL, +1100596,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,211.6000061,52050.25444,0,20,0.06,0,NULL,23,NULL, +1107182,37,Proposed,OR_E,Central_PV,Solar,25.88999939,149609.25,0,20,0,0.02,NULL,23,NULL, +156470,15,Corcoran Solar 2,CA_PGE_S,Central_PV,Solar,19.8,0,0,20,0,0,NULL,23,existing_generator, +1112737,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,5.75,55313.16,0,20,0.06,0,NULL,23,NULL, +1109938,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,11.88000011,56686.0875,0,20,0.06,0,NULL,23,NULL, +1106015,36,Proposed,NV_S,Central_PV,Solar,4.25,95923.92264,0,20,0,0.02,NULL,23,NULL, +1111462,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,45.75999832,44977.44111,0,20,0.06,0,NULL,23,NULL, +1113377,17,Proposed,CA_SCE_S,Central_PV,Solar,1.409999967,46986.96639,0,20,0,0.02,NULL,23,NULL, +1191210499,13,Proposed,CA_PGE_CEN,Gas_Internal_Combustion_Engine_Cogen,Gas,7.800000191,0,33.5769,20,0.03,0.05,6.52935,23,NULL, +156831,5,Gray Hawk Solar,AZ_NW,Central_PV,Solar,55,0,0,20,0,0,NULL,23,existing_generator, +1104335,39,Proposed,OR_W,Central_PV,Solar,16.45000076,57387.88556,0,20,0,0.02,NULL,23,NULL, +156311,6,Phoenix Airport Rental Car Center,AZ_PHX,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +1113113,3,Proposed,AZ_APS_SW,Central_PV,Solar,10.85000038,54099.25931,0,20,0,0.02,NULL,23,NULL, +156331,33,Storrie Lake Solar Project,NM_N,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +1106382,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,28.55999947,96645.885,0,20,0.06,0,NULL,23,NULL, +1000425,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,14.77439976,0,0,20,0,0.02,NULL,23,NULL, +1191210592,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,33.5769,20,0.03,0.05,3.952,23,NULL, +1001914,3,Proposed,AZ_APS_SW,Residential_PV,Solar,31.99300003,0,0,20,0,0.02,NULL,23,NULL, +1115513,26,Proposed,ID_E,Central_PV,Solar,3.829999924,43647.74306,0,20,0,0.02,NULL,23,NULL, +1107286,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.300000191,65462.43806,0,20,0.06,0,NULL,23,NULL, +1112706,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,19.75,87888.97236,0,20,0.06,0,NULL,23,NULL, +1112634,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,7.53000021,38447.40375,0,20,0.06,0,NULL,23,NULL, +1191183328,24,Proposed,CO_NW,Wind,Wind,60,81772.50375,0,30,0.05,0.006,NULL,23,NULL, +154411,13,Murphys,CA_PGE_CEN,Hydro_NonPumped,Water,3.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +155901,16,GE - Tehachapi,CA_SCE_CEN,Wind,Wind,5.3,0,0,20,0,0,NULL,23,existing_generator, +1106035,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.809999943,56315.62556,0,20,0.06,0,NULL,23,NULL, +1115294,36,Proposed,NV_S,Central_PV,Solar,3.720000029,50011.0275,0,20,0,0.02,NULL,23,NULL, +1191182414,26,Proposed,ID_E,Wind,Wind,30,84493.48236,0,30,0.05,0.006,NULL,23,NULL, +1115528,41,Proposed,UT_N,Central_PV,Solar,8.119999886,96232.92,0,20,0,0.02,NULL,23,NULL, +77456,14,LassenNorth: 571,CA_PGE_N,Wind,Wind,40,107186.1,0,30,0.05,0.006,NULL,23,NULL, +1191210579,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,170,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1103921,35,Proposed,NV_N,Central_PV,Solar,1.350000024,80003.39361,0,20,0,0.02,NULL,23,NULL, +1117020,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,36.58000183,60561.68139,0,20,0.06,0,NULL,23,NULL, +1000869,11,Proposed,CA_LADWP,Commercial_PV,Solar,6.572500229,0,0,20,0,0.02,NULL,23,NULL, +1101746,41,Proposed,UT_N,Central_PV,Solar,299.0499878,54809.02875,0,20,0,0.02,NULL,23,NULL, +1107493,21,Proposed,CA_SMUD,CSP_Trough_6h_Storage,Solar,11.52999973,52673.20181,0,20,0.06,0,NULL,23,NULL, +1111813,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.639999986,74050.41861,0,20,0.06,0,NULL,23,NULL, +1112156,6,Proposed,AZ_PHX,Central_PV,Solar,1.919999957,40168.93556,0,20,0,0.02,NULL,23,NULL, +1191185546,43,Proposed,WA_ID_AVA,Wind,Wind,30,46910.29014,0,30,0.05,0.006,NULL,23,NULL, +1191183123,5,Proposed,AZ_NW,Wind,Wind,360,99339.57223,0,30,0.05,0.006,NULL,23,NULL, +1191209264,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,30,44302.69389,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110461,33,Proposed,NM_N,Central_PV,Solar,3.50999999,41360.62014,0,20,0,0.02,NULL,23,NULL, +156668,36,Playa Solar 2,NV_S,Central_PV,Solar,100,0,0,20,0,0,NULL,23,existing_generator, +1117455,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,49.79000092,77351.48306,0,20,0.06,0,NULL,23,NULL, +1118738,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,35.95000076,42220.84125,0,20,0,0.02,NULL,23,NULL, +154397,13,Electra,CA_PGE_CEN,Hydro_NonPumped,Water,102.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +77485,16,MountainPass: 1544,CA_SCE_CEN,Wind,Wind,38,43470,0,30,0.05,0.006,NULL,23,NULL, +155390,12,Martinez Refining,CA_PGE_BAY,CCGT,Gas,100,0,5.9409,40,0.04,0.06,7.417,23,existing_generator, +155391,16,Ridgetop,CA_SCE_CEN,Wind,Wind,46.8,0,0,20,0,0,NULL,23,existing_generator, +1000303,41,Proposed,UT_N,Commercial_PV,Solar,11.60879993,0,0,20,0,0.02,NULL,23,NULL, +1115735,2,Proposed,AZ_APS_N,Central_PV,Solar,166.6499939,72135.92736,0,20,0,0.02,NULL,23,NULL, +1118352,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,18.17000008,70768.19306,0,20,0.06,0,NULL,23,NULL, +154815,22,Fort St Vrain,CO_DEN,CCGT,Gas,867.9,0,5.9409,40,0.04,0.06,9.913,23,existing_generator, +1102832,6,Proposed,AZ_PHX,Central_PV,Solar,204.7599945,42336.28014,0,20,0,0.02,NULL,23,NULL, +1116882,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,3.710000038,68981.33361,0,20,0.06,0,NULL,23,NULL, +154938,13,Lodi,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,27.4,0,6.0375,40,0.04,0.06,13.401,23,existing_generator, +1101771,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1268.27002,142582.8075,0,20,0.06,0,NULL,23,NULL, +1191182658,39,Proposed,OR_W,Wind,Wind,30,41837.33736,0,30,0.05,0.006,NULL,23,NULL, +1191182664,39,Proposed,OR_W,Wind,Wind,30,45898.76361,0,30,0.05,0.006,NULL,23,NULL, +155812,11,Los Angeles Harbor College,CA_LADWP,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1110859,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,11.17000008,42946.78931,0,20,0.06,0,NULL,23,NULL, +1116102,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.390000105,71068.98319,0,20,0.06,0,NULL,23,NULL, +1191209571,2,Proposed,AZ_APS_N,Coal_IGCC,Coal,NULL,69511.67139,7.3442565,40,0.08,0.12,7.95,23,NULL, +1106449,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,30.27000046," 86,063.48 ",0,20,0.06,0,NULL,23,NULL, +1104963,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.609999895,79721.20652,0,20,0.06,0,NULL,23,NULL, +1111460,30,Proposed,MT_NW,Central_PV,Solar,45.75999832,44977.44111,0,20,0,0.02,NULL,23,NULL, +1113931,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.630000114,73187.7825,0,20,0.06,0,NULL,23,NULL, +154929,14,Geothermal 2,CA_PGE_N,Geothermal,Geothermal,110,0,36.2145,20,0,0,NULL,23,existing_generator, +155937,13,City of Madera WWTP,CA_PGE_CEN,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1108183,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,74.66999817,44669.77389,0,20,0.06,0,NULL,23,NULL, +77360,16,SanBernardino_Lucerne: 28,CA_SCE_CEN,Wind,Wind,58,39040.05,0,30,0.05,0.006,NULL,23,NULL, +155573,35,Richard Burdette Geothermal,NV_N,Geothermal,Geothermal,30,0,36.2145,20,0,0,NULL,23,existing_generator, +155400,12,Crockett Cogen Project,CA_PGE_BAY,CCGT,Gas,247.4,0,5.9409,40,0.04,0.06,11.523,23,existing_generator, +1113923,35,Proposed,NV_N,Central_PV,Solar,1.330000043,106436.7761,0,20,0,0.02,NULL,23,NULL, +1191185493,43,Proposed,WA_ID_AVA,Wind,Wind,30,62244.57319,0,30,0.05,0.006,NULL,23,NULL, +1113768,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,8.899999619,63537.68306,0,20,0.06,0,NULL,23,NULL, +1191185269,25,Proposed,CO_SW,Wind,Wind,1470,64397.66361,0,30,0.05,0.006,NULL,23,NULL, +157879,9,Hystad_Creek,CAN_BC,Hydro_NonPumped,Water,6,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +156007,21,RE McKenzie 2,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1111488,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,7.170000076,61346.07056,0,20,0.06,0,NULL,23,NULL, +155207,46,Port Townsend Paper,WA_W,ST,Bio_Liquid,7.5,0,13.35495,20,0.04,0.06,10.506,23,existing_generator, +1101135,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.480000019,96972.87223,0,20,0.06,0,NULL,23,NULL, +156739,5,Jacobson 5 MW Solar,AZ_NW,Central_PV,Solar,4.4,0,0,20,0,0,NULL,23,existing_generator, +1191182721,39,Proposed,OR_W,Wind,Wind,30,49830.02514,0,30,0.05,0.006,NULL,23,NULL, +156333,15,Redcrest Solar Farm,CA_PGE_S,Central_PV,Solar,16.6,0,0,20,0,0,NULL,23,existing_generator, +1104942,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,147.4700012,53894.58806,0,20,0.06,0,NULL,23,NULL, +1118731,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,27.53000069,39193.87931,0,20,0.06,0,NULL,23,NULL, +1191183657,29,Proposed,MT_NE,Wind,Wind,180,88012.38264,0,30,0.05,0.006,NULL,23,NULL, +1191184187,42,Proposed,UT_S,Wind,Wind,30,132674.0625,0,30,0.05,0.006,NULL,23,NULL, +1114834,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,62.86999893,42784.01736,0,20,0.06,0,NULL,23,NULL, +155357,24,American Gypsum Cogeneration,CO_NW,Gas_Combustion_Turbine,Gas,6.4,0,6.0375,40,0.04,0.06,8.026,23,existing_generator, +155889,40,Horseshoe Bend Wind LLC,OR_WA_BPA,Wind,Wind,290,0,0,20,0,0,NULL,23,existing_generator, +1108238,3,Proposed,AZ_APS_SW,Central_PV,Solar,51.90000153,79372.72014,0,20,0,0.02,NULL,23,NULL, +154952,41,Causey,UT_N,Hydro_NonPumped,Water,2.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155142,15,Sycamore Cogeneration,CA_PGE_S,Gas_Combustion_Turbine,Gas,300,0,6.0375,40,0.04,0.06,10.879,23,existing_generator, +1102522,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,3,49411.86694,0,20,0.06,0,NULL,23,NULL, +1104109,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,3.299999952,180684.2625,0,20,0.06,0,NULL,23,NULL, +1191182867,22,Proposed,CO_DEN,Wind,Wind,930,50700.14681,0,30,0.05,0.006,NULL,23,NULL, +1101024,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,1554.72998,137136.9825,0,20,0.06,0,NULL,23,NULL, +1000800,24,Proposed,CO_NW,Residential_PV,Solar,29.21100044,0,0,20,0,0.02,NULL,23,NULL, +1111752,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,25.15999985,73188.26361,0,20,0.06,0,NULL,23,NULL, +1108698,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,3.220000029,55664.41986,0,20,0.06,0,NULL,23,NULL, +1110056,1,Proposed,AZ_APS_E,Central_PV,Solar,51.70000076," 111,294.07 ",0,20,0,0.02,NULL,23,NULL, +1191185446,43,Proposed,WA_ID_AVA,Wind,Wind,60,46129.75931,0,30,0.05,0.006,NULL,23,NULL, +1118747,18,Proposed,CA_SCE_SE,Central_PV,Solar,34.81000137,85269.17848,0,20,0,0.02,NULL,23,NULL, +1191185691,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,330,95115.37875,0,30,0.05,0.006,NULL,23,NULL, +155864,10,John L. Featherstone Plant,CA_IID,Geothermal,Geothermal,55,0,36.2145,20,0,0,NULL,23,existing_generator, +1191209667,48,Proposed,WY_NW,Coal_Steam_Turbine,Coal,NULL,72469.68319,4.166232,40,0.06,0.1,9,23,NULL, +1191182803,49,Proposed,WY_SE,Wind,Wind,2610,55463.49375,0,30,0.05,0.006,NULL,23,NULL, +1108749,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,2.359999895,47015.46056,0,20,0.06,0,NULL,23,NULL, +1112244,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,177.1100006,44977.92694,0,20,0.06,0,NULL,23,NULL, +1113406,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,15.10999966,74382.36319,0,20,0.06,0,NULL,23,NULL, +155365,26,Falls River Hydro,ID_E,Hydro_NonPumped,Water,9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102861,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,57.61000061,119907.2876,0,20,0.06,0,NULL,23,NULL, +1104041,33,Proposed,NM_N,Central_PV,Solar,178.5399933,49359.45861,0,20,0,0.02,NULL,23,NULL, +1104514,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.670000076,80698.91361,0,20,0.06,0,NULL,23,NULL, +1117447,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,75.41999817,67877.32014,0,20,0.06,0,NULL,23,NULL, +1191182924,49,Proposed,WY_SE,Wind,Wind,13080,45309.98944,0,30,0.05,0.006,NULL,23,NULL, +1191183922,27,Proposed,ID_S_OR_E,Wind,Wind,90,73037.81194,0,30,0.05,0.006,NULL,23,NULL, +155805,16,Adelanto Solar Project,CA_SCE_CEN,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +154563,25,Alamosa,CO_SW,Gas_Combustion_Turbine,Gas,53.2,0,6.0375,53,0.04,0.06,21.156,23,existing_generator, +1191183740,40,Proposed,OR_WA_BPA,Wind,Wind,30,42177.24861,0,30,0.05,0.006,NULL,23,NULL, +155845,14,Yolo County Solar Project,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191209568,49,Proposed,WY_SE,Gas_Combustion_Turbine,Gas,NULL,72469.68319,33.5769,20,0.03,0.05,10.39,23,NULL, +154613,14,Jones Fork,CA_PGE_N,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104149,3,Proposed,AZ_APS_SW,Central_PV,Solar,1.220000029,99719.82152,0,20,0,0.02,NULL,23,NULL, +1106826,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,9.550000191,115080.429,0,20,0.06,0,NULL,23,NULL, +1191183362,24,Proposed,CO_NW,Wind,Wind,60,50571.43014,0,30,0.05,0.006,NULL,23,NULL, +1191185462,43,Proposed,WA_ID_AVA,Wind,Wind,60,60972.47194,0,30,0.05,0.006,NULL,23,NULL, +155038,14,Big Creek Water Works,CA_PGE_N,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108070,15,Proposed,CA_PGE_S,Central_PV,Solar,2.890000105,46287.57861,0,20,0,0.02,NULL,23,NULL, +1191183948,27,Proposed,ID_S_OR_E,Wind,Wind,30,86556.74139,0,30,0.05,0.006,NULL,23,NULL, +1103830,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,125.8600006,77689.82361,0,20,0.06,0,NULL,23,NULL, +1109497,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,44.88000107,72308.35931,0,20,0.06,0,NULL,23,NULL, +1105988,3,Proposed,AZ_APS_SW,Central_PV,Solar,80.94000244,46799.44069,0,20,0,0.02,NULL,23,NULL, +1109510,4,Proposed,AZ_NM_N,Central_PV,Solar,22.23999977,104918.109,0,20,0,0.02,NULL,23,NULL, +1191209340,35,Proposed,NV_N,Geothermal,Geothermal,32,75182.5725,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1104488,33,Proposed,NM_N,Central_PV,Solar,2.809999943,53748.48056,0,20,0,0.02,NULL,23,NULL, +1104977,2,Proposed,AZ_APS_N,Central_PV,Solar,236.6300049,96002.76861,0,20,0,0.02,NULL,23,NULL, +1191182649,38,Proposed,OR_PDX,Wind,Wind,60,55498.27069,0,30,0.05,0.006,NULL,23,NULL, +1191183230,31,Proposed,MT_SE,Wind,Wind,60,57168.84694,0,30,0.05,0.006,NULL,23,NULL, +155399,36,Desert Star Energy Center,NV_S,CCGT,Gas,536,0,5.9409,40,0.04,0.06,10.461,23,existing_generator, +1000283,15,Proposed,CA_PGE_S,Commercial_PV,Solar,89.98400116,0,0,20,0,0.02,NULL,23,NULL, +1118856,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.24000001,52937.64431,0,20,0.06,0,NULL,23,NULL, +1191182579,36,Proposed,NV_S,Wind,Wind,30,150756.375,0,30,0.05,0.006,NULL,23,NULL, +154736,34,Newman,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,285,0,6.0375,59,0.04,0.06,9.994,23,existing_generator, +156964,15,Frontier HS Solar Project,CA_PGE_S,Central_PV,Solar,1.4,0,0,20,0,0,NULL,23,existing_generator, +1115169,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,18.55999947,59353.09181,0,20,0.06,0,NULL,23,NULL, +154706,39,Prospect 3,OR_W,Hydro_NonPumped,Water,7.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118827,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,6.730000019,61468.15069,0,20,0.06,0,NULL,23,NULL, +1119076,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,23.11000061,101463.81,0,20,0.06,0,NULL,23,NULL, +1101726,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,244.5099945,44559.28764,0,20,0.06,0,NULL,23,NULL, +156661,15,"Algonquin SKIC 10 Solar, LLC",CA_PGE_S,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1100904,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,113.3799973,113257.5851,0,20,0.06,0,NULL,23,NULL, +1108592,41,Proposed,UT_N,Central_PV,Solar,40.27000046,57255.54639,0,20,0,0.02,NULL,23,NULL, +1191185281,25,Proposed,CO_SW,Wind,Wind,30,64259.28694,0,30,0.05,0.006,NULL,23,NULL, +1191184214,7,Proposed,AZ_SE,Wind,Wind,30,59958.53514,0,30,0.05,0.006,NULL,23,NULL, +157953,8,DowChmcl2,CAN_ALB,CCGT_Cogen,Gas,110,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1117823,25,Proposed,CO_SW,Central_PV,Solar,51.97999954,97502.12514,0,20,0,0.02,NULL,23,NULL, +154758,46,Transalta Centralia Generation,WA_W,Coal_Steam_Turbine,Coal,1459.8,0,5.2164,52,0.04,0.06,10.803,23,existing_generator, +155242,12,Nove Power Plant,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,0,6.0375,20,0.04,0.06,72.544,23,existing_generator, +1105680,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,72.19000244,53547.67236,0,20,0.06,0,NULL,23,NULL, +1191210569,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,40.79999924,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +1191182512,36,Proposed,NV_S,Wind,Wind,60,103522.7201,0,30,0.05,0.006,NULL,23,NULL, +1191182501,36,Proposed,NV_S,Wind,Wind,30,55613.34639,0,30,0.05,0.006,NULL,23,NULL, +1111365,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,22.46999931,49711.5675,0,20,0.06,0,NULL,23,NULL, +156612,13,Frontier Solar LLC,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1000811,50,Proposed,WY_SW,Commercial_PV,Solar,48.91669846,0,0,20,0,0.02,NULL,23,NULL, +1191183918,27,Proposed,ID_S_OR_E,Wind,Wind,120,43614.53681,0,30,0.05,0.006,NULL,23,NULL, +1110952,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.159999967,78088.05806,0,20,0.06,0,NULL,23,NULL, +1118805,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,7.150000095,64979.67861,0,20,0.06,0,NULL,23,NULL, +156073,34,WSMR I,NM_S_TX_EPE,Central_PV,Solar,4.6,0,0,20,0,0,NULL,23,existing_generator, +1107788,36,Proposed,NV_S,Central_PV,Solar,84.69999695,198648.24,0,20,0,0.02,NULL,23,NULL, +1116546,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.549999952,42039.95681,0,20,0.06,0,NULL,23,NULL, +1191183190,47,Proposed,WY_NE,Wind,Wind,30,69285.1425,0,30,0.05,0.006,NULL,23,NULL, +1191183769,40,Proposed,OR_WA_BPA,Wind,Wind,450,97998.40764,0,30,0.05,0.006,NULL,23,NULL, +77494,14,Solano: 1882,CA_PGE_N,Wind,Wind,58,44935.8,0,30,0.05,0.006,NULL,23,NULL, +157908,9,Raging_River,CAN_BC,Hydro_NonPumped,Water,1.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1106864,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.710000038,95776.36236,0,20,0,0.02,NULL,23,NULL, +154339,4,Escalante,AZ_NM_N,Coal_Steam_Turbine,Coal,257,0,5.2164,40,0.04,0.06,13.069,23,existing_generator, +155491,14,Yuba City Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47.3,0,6.0375,40,0.04,0.06,11.954,23,existing_generator, +155425,3,Gila River Power Block 4,AZ_APS_SW,CCGT,Gas,619,0,5.9409,40,0.04,0.06,6.799,23,existing_generator, +1106846,4,Proposed,AZ_NM_N,Central_PV,Solar,51.11000061,74274.29194,0,20,0,0.02,NULL,23,NULL, +1191185695,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,66700.85194,0,30,0.05,0.006,NULL,23,NULL, +154959,14,Monticello Dam,CA_PGE_N,Hydro_NonPumped,Water,11.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107722,16,Proposed,CA_SCE_CEN,Central_PV,Solar,80.16999817,67821.6525,0,20,0,0.02,NULL,23,NULL, +1111593,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,3.660000086,61831.84875,0,20,0.06,0,NULL,23,NULL, +1113535,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,4.610000134,40088.51889,0,20,0.06,0,NULL,23,NULL, +1118801,42,Proposed,UT_S,Central_PV,Solar,7.5,73162.66556,0,20,0,0.02,NULL,23,NULL, +1191209349,35,Proposed,NV_N,Geothermal,Geothermal,8,54399.0825,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1113115,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,10.85000038,54099.25931,0,20,0.06,0,NULL,23,NULL, +1108721,16,Proposed,CA_SCE_CEN,Central_PV,Solar,8.119999886,80173.17,0,20,0,0.02,NULL,23,NULL, +157922,9,S_Slocan,CAN_BC,Hydro_NonPumped,Water,49.9,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1100952,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,237.2100067,175390.5825,0,20,0.06,0,NULL,23,NULL, +1104537,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,3.359999895,67995.16931,0,20,0.06,0,NULL,23,NULL, +1118835,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,12.40999985,47784.03431,0,20,0.06,0,NULL,23,NULL, +1118888,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.700000048,72716.8575,0,20,0,0.02,NULL,23,NULL, +155489,12,Gilroy Peaking Energy Center,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,135,0,6.0375,40,0.04,0.06,10.665,23,existing_generator, +1191184196,42,Proposed,UT_S,Wind,Wind,30,73092.39,0,30,0.05,0.006,NULL,23,NULL, +1110894,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,95.91000366,58615.91306,0,20,0.06,0,NULL,23,NULL, +77369,16,Tehachapi: 40,CA_SCE_CEN,Wind,Wind,27,87075.45,0,30,0.05,0.006,NULL,23,NULL, +155444,22,Frank Knutson,CO_DEN,Gas_Combustion_Turbine,Gas,154.2,0,6.0375,40,0.04,0.06,22.723,23,existing_generator, +157893,9,Mears_Hydro,CAN_BC,Hydro_NonPumped,Water,3.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191185302,23,Proposed,CO_E,Wind,Wind,30,77968.63819,0,30,0.05,0.006,NULL,23,NULL, +1108023,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.119999886,62190.23569,0,20,0.06,0,NULL,23,NULL, +1117128,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,1.019999981,62131.30875,0,20,0.06,0,NULL,23,NULL, +155602,12,Russell City Energy Center,CA_PGE_BAY,CCGT,Gas,655,0,5.9409,40,0.04,0.06,12.559,23,existing_generator, +1107525,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,37.22999954,46948.8075,0,20,0.06,0,NULL,23,NULL, +1111985,44,Proposed,WA_N_CEN,Central_PV,Solar,44.99000168,49775.80556,0,20,0,0.02,NULL,23,NULL, +1191210568,9,Proposed,CAN_BC,CCGT_Cogen,Gas,240,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +1106162,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.659999967,101820.9847,0,20,0,0.02,NULL,23,NULL, +1112648,35,Proposed,NV_N,Central_PV,Solar,7.710000038,188989.4475,0,20,0,0.02,NULL,23,NULL, +1115255,18,Proposed,CA_SCE_SE,Central_PV,Solar,53.13000107,83590.87611,0,20,0,0.02,NULL,23,NULL, +155138,14,Sierra Pacific Quincy Facility,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,35.2,0,13.35495,20,0.04,0.06,53.716,23,existing_generator, +1110884,36,Proposed,NV_S,Central_PV,Solar,6.150000095,157595.655,0,20,0,0.02,NULL,23,NULL, +1102751,2,Proposed,AZ_APS_N,Central_PV,Solar,1.320000052,93086.42027,0,20,0,0.02,NULL,23,NULL, +1191209273,35,Proposed,NV_N,Geothermal,Geothermal,8,78659.44611,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155103,13,Rio Bravo Fresno,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,28,0,13.35495,20,0.04,0.06,9,23,existing_generator, +1118699,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.680000067,143628.5025,0,20,0,0.02,NULL,23,NULL, +1191184073,46,Proposed,WA_W,Wind,Wind,30,97121.51736,0,30,0.05,0.006,NULL,23,NULL, +1112698,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.190000057,76443.32514,0,20,0.06,0,NULL,23,NULL, +1113546,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,22.85000038,71332.82194,0,20,0.06,0,NULL,23,NULL, +1191209202,2,Proposed,AZ_APS_N,Bio_Gas,Bio_Gas,NULL,69511.67139,16.0398,20,0.11,0.04,13.5,23,NULL, +1105495,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.74000001,64094.94431,0,20,0.06,0,NULL,23,NULL, +1118290,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,29.88999939,202390.2825,0,20,0.06,0,NULL,23,NULL, +1114027,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,25.03000069,53971.02375,0,20,0.06,0,NULL,23,NULL, +1104956,7,Proposed,AZ_SE,Central_PV,Solar,79.88999939,66033.46764,0,20,0,0.02,NULL,23,NULL, +1191185119,23,Proposed,CO_E,Wind,Wind,30,135840.1275,0,30,0.05,0.006,NULL,23,NULL, +1112236,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,68.61000061,82480.45723,0,20,0.06,0,NULL,23,NULL, +1116494,33,Proposed,NM_N,Central_PV,Solar,7.690000057,42133.77861,0,20,0,0.02,NULL,23,NULL, +155929,7,Avra Valley Solar,AZ_SE,Central_PV,Solar,26.5,0,0,20,0,0,NULL,23,existing_generator, +1108795,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.410000086,55176.10875,0,20,0.06,0,NULL,23,NULL, +1110506,5,Proposed,AZ_NW,Central_PV,Solar,11.05000019,55371.84639,0,20,0,0.02,NULL,23,NULL, +154909,14,Stony Gorge,CA_PGE_N,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155832,10,Siphon Drop Power Plant,CA_IID,Hydro_NonPumped,Water,4.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +154355,6,Agua Fria,AZ_PHX,Gas_Combustion_Turbine,Gas,222.9,0,6.0375,40,0.04,0.06,35.316,23,existing_generator, +1191209235,35,Proposed,NV_N,Geothermal,Geothermal,245,43615.98486,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1117491,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,10.17000008,60329.47819,0,20,0.06,0,NULL,23,NULL, +1116545,36,Proposed,NV_S,Central_PV,Solar,2.549999952,42039.95681,0,20,0,0.02,NULL,23,NULL, +1191210548,48,Proposed,WY_NW,Gas_Combustion_Turbine_Cogen,Gas,5,0,33.5769,20,0.03,0.05,5.4173,23,NULL, +1106867,35,Proposed,NV_N,Central_PV,Solar,4.75,59584.45069,0,20,0,0.02,NULL,23,NULL, +156131,15,West Gates Solar Station,CA_PGE_S,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1191182709,39,Proposed,OR_W,Wind,Wind,60,56457.50681,0,30,0.05,0.006,NULL,23,NULL, +1191184486,27,Proposed,ID_S_OR_E,Wind,Wind,60,116516.9861,0,30,0.05,0.006,NULL,23,NULL, +1191185469,43,Proposed,WA_ID_AVA,Wind,Wind,30,62267.27514,0,30,0.05,0.006,NULL,23,NULL, +1100981,3,Proposed,AZ_APS_SW,Central_PV,Solar,179.0899963,78221.24625,0,20,0,0.02,NULL,23,NULL, +1108274,16,Proposed,CA_SCE_CEN,Central_PV,Solar,11.36999989,50448.01986,0,20,0,0.02,NULL,23,NULL, +155492,45,Frederickson Power LP,WA_SEATAC,CCGT,Gas,318.3,0,5.9409,40,0.04,0.06,10.498,23,existing_generator, +157965,8,Sundanc5,CAN_ALB,Coal_Steam_Turbine,Coal,353,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +1115265,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,1.960000038,101976.3938,0,20,0.06,0,NULL,23,NULL, +1191184802,33,Proposed,NM_N,Wind,Wind,30,64382.93306,0,30,0.05,0.006,NULL,23,NULL, +155727,14,Vaca Dixon Solar Station,CA_PGE_N,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1105641,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,2.079999924,50215.69875,0,20,0.06,0,NULL,23,NULL, +1191209653,34,Proposed,NM_S_TX_EPE,Coal_Steam_Turbine,Coal,NULL,70990.73625,4.166232,40,0.06,0.1,9,23,NULL, +1106607,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,2.900000095,43235.26389,0,20,0.06,0,NULL,23,NULL, +1118819,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,2.380000114,90412.28889,0,20,0,0.02,NULL,23,NULL, +1191210445,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,68.69999695,0,33.5769,20,0.03,0.05,5.18842,23,NULL, +1191210551,46,Proposed,WA_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,18,0,16.844625,40,0.1288,0.0915,4.78571,23,NULL, +154581,17,Rio Hondo,CA_SCE_S,Hydro_NonPumped,Water,1.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108228,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1901.920044,48919.81069,0,20,0.06,0,NULL,23,NULL, +1114358,2,Proposed,AZ_APS_N,Central_PV,Solar,2.079999924,146283.795,0,20,0,0.02,NULL,23,NULL, +1117022,16,Proposed,CA_SCE_CEN,Central_PV,Solar,58.18000031,67954.35486,0,20,0,0.02,NULL,23,NULL, +156866,12,CoreSite Real Estate 55 S. Market Street,CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,8,0,33.579,20,0.04,0.06,8.848,23,existing_generator, +1113254,40,Proposed,OR_WA_BPA,Central_PV,Solar,2.230000019,57556.45444,0,20,0,0.02,NULL,23,NULL, +1115754,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,91.87999725,45036.25014,0,20,0.06,0,NULL,23,NULL, +1191185305,23,Proposed,CO_E,Wind,Wind,210,80747.33625,0,30,0.05,0.006,NULL,23,NULL, +1191185458,43,Proposed,WA_ID_AVA,Wind,Wind,30,44560.13194,0,30,0.05,0.006,NULL,23,NULL, +1191185467,43,Proposed,WA_ID_AVA,Wind,Wind,30,56704.2,0,30,0.05,0.006,NULL,23,NULL, +155024,17,Whitewater Hydro Plant,CA_SCE_S,Hydro_NonPumped,Water,1.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +156838,32,"Great Divide Solar, LLC",MT_SW,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +77370,16,Kramer: 41,CA_SCE_CEN,Wind,Wind,32,87020.85,0,30,0.05,0.006,NULL,23,NULL, +1191184019,46,Proposed,WA_W,Wind,Wind,30,55207.62639,0,30,0.05,0.006,NULL,23,NULL, +155535,49,Kimball Wind,WY_SE,Wind,Wind,30,0,0,20,0,0,NULL,23,existing_generator, +155913,20,University of California San Diego,CA_SDGE,CCGT,Gas,33,0,5.9409,40,0.04,0.06,10.516,23,existing_generator, +1110914,35,Proposed,NV_N,Central_PV,Solar,21.45000076,149053.8,0,20,0,0.02,NULL,23,NULL, +1100823,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,388.7999878,52549.43306,0,20,0.06,0,NULL,23,NULL, +1108217,7,Proposed,AZ_SE,Central_PV,Solar,2.069999933,103401.3664,0,20,0,0.02,NULL,23,NULL, +154358,6,Horse Mesa,AZ_PHX,Hydro_NonPumped,Water,29.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114847,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,36.81000137,59332.32375,0,20,0,0.02,NULL,23,NULL, +1118355,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,5.289999962,75665.33194,0,20,0.06,0,NULL,23,NULL, +1191183969,27,Proposed,ID_S_OR_E,Wind,Wind,840,63878.80181,0,30,0.05,0.006,NULL,23,NULL, +1114191,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,4.449999809,56871.91986,0,20,0.06,0,NULL,23,NULL, +155904,12,CCCSD Wastewater Treatment Plnt,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,3.5,0,6.0375,40,0.04,0.06,10.561,23,existing_generator, +1191185562,43,Proposed,WA_ID_AVA,Wind,Wind,90,77907.17361,0,30,0.05,0.006,NULL,23,NULL, +1105955,35,Proposed,NV_N,Central_PV,Solar,34.72999954,191604.8925,0,20,0,0.02,NULL,23,NULL, +1108176,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.450000048,44919.72639,0,20,0.06,0,NULL,23,NULL, +156931,24,Bar D,CO_NW,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +1191182601,30,Proposed,MT_NW,Wind,Wind,60,66567.42319,0,30,0.05,0.006,NULL,23,NULL, +1191185543,43,Proposed,WA_ID_AVA,Wind,Wind,30,70471.38861,0,30,0.05,0.006,NULL,23,NULL, +77474,20,SanDiegoSouth: 596,CA_SDGE,Wind,Wind,34,115314.15,0,30,0.05,0.006,NULL,23,NULL, +1110053,25,Proposed,CO_SW,Central_PV,Solar,115.5899963,58171.07194,0,20,0,0.02,NULL,23,NULL, +1111303,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,7.650000095,44885.31264,0,20,0.06,0,NULL,23,NULL, +1118833,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.059999943,48229.84236,0,20,0.06,0,NULL,23,NULL, +1102857,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,226.8500061,69814.63125,0,20,0.06,0,NULL,23,NULL, +1118341,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,8.600000381,102828.4076,0,20,0.06,0,NULL,23,NULL, +154898,16,Mojave Siphon,CA_SCE_CEN,Hydro_NonPumped,Water,32.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1101988,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,121.0199966,55865.83181,0,20,0.06,0,NULL,23,NULL, +156341,33,Prosperity Energy Storage Facility,NM_N,Central_PV,Solar,0.5,0,0,20,0,0,NULL,23,existing_generator, +1191209622,3,Proposed,AZ_APS_SW,Coal_Steam_Turbine,Coal,NULL,69511.67139,4.166232,40,0.06,0.1,9,23,NULL, +1105436,7,Proposed,AZ_SE,Central_PV,Solar,23.70000076,80310.57973,0,20,0,0.02,NULL,23,NULL, +1108439,32,Proposed,MT_SW,Central_PV,Solar,5.710000038,74765.25861,0,20,0,0.02,NULL,23,NULL, +156419,12,Yerba Buena,CA_PGE_BAY,Battery_Storage,Electricity,4,0,0,10,0.02,0.0055,NULL,23,existing_generator, +155276,15,McKittrick Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,12,0,6.0375,40,0.04,0.06,11.112,23,existing_generator, +156203,13,Ameresco Forward,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.4,0,6.0375,20,0.04,0.06,11.27,23,existing_generator, +1110902,33,Proposed,NM_N,Central_PV,Solar,12.15999985,106504.0376,0,20,0,0.02,NULL,23,NULL, +1112629,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,37.99000168,39982.86264,0,20,0.06,0,NULL,23,NULL, +1102340,40,Proposed,OR_WA_BPA,Central_PV,Solar,1.830000043,72605.28639,0,20,0,0.02,NULL,23,NULL, +1110908,33,Proposed,NM_N,Central_PV,Solar,32.70999908,81265.47639,0,20,0,0.02,NULL,23,NULL, +1112734,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,20.70000076,95079.27639,0,20,0.06,0,NULL,23,NULL, +1115313,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,13.40999985,114979.3575,0,20,0.06,0,NULL,23,NULL, +77441,14,SierraCounty: 554,CA_PGE_N,Wind,Wind,34,70119,0,30,0.05,0.006,NULL,23,NULL, +156215,40,45 Mile Hydroelectric Project,OR_WA_BPA,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182426,26,Proposed,ID_E,Wind,Wind,210,53520.26306,0,30,0.05,0.006,NULL,23,NULL, +1105427,17,Proposed,CA_SCE_S,Central_PV,Solar,7.940000057,109691.9603,0,20,0,0.02,NULL,23,NULL, +1106039,36,Proposed,NV_S,Central_PV,Solar,1.730000019,46457.95875,0,20,0,0.02,NULL,23,NULL, +1106705,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.899999976,77438.78625,0,20,0,0.02,NULL,23,NULL, +1191210531,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,0,33.5769,20,0.03,0.05,7.38583,23,NULL, +154670,30,Selis Ksanka Qlispe,MT_NW,Hydro_NonPumped,Water,207.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114367,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.429999828,63238.82681,0,20,0,0.02,NULL,23,NULL, +1112638,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,54.11999893,100439.1236,0,20,0.06,0,NULL,23,NULL, +1191209181,35,Proposed,NV_N,Bio_Gas,Bio_Gas,NULL,77646.11306,16.0398,20,0.11,0.04,13.5,23,NULL, +158067,8,Wind_EP_Can_9,CAN_ALB,Wind,Wind,0.6,0,0,30,0.05,0.006,NULL,23,existing_generator, +1107624,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,10.06999969,87503.65723,0,20,0.06,0,NULL,23,NULL, +155111,27,Low Line Rapids,ID_S_OR_E,Hydro_NonPumped,Water,2.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114837,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,28.37000084,89398.59264,0,20,0.06,0,NULL,23,NULL, +155858,35,Tuscarora Geothermal Power Plant,NV_N,Geothermal,Geothermal,32,0,36.2145,20,0,0,NULL,23,existing_generator, +157861,9,Canoe_Creek_Hydro_Project,CAN_BC,Hydro_NonPumped,Water,5.5,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1115774,16,Proposed,CA_SCE_CEN,Central_PV,Solar,9.420000076,48425.45736,0,20,0,0.02,NULL,23,NULL, +1117853,33,Proposed,NM_N,Central_PV,Solar,11.32999992,119152.836,0,20,0,0.02,NULL,23,NULL, +155251,14,Rock Creek LP,CA_PGE_N,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +155544,41,Kennecott Power Plant,UT_N,ST,Waste_Heat,31.8,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +1104814,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.480000019,51376.22889,0,20,0.06,0,NULL,23,NULL, +1105511,36,Proposed,NV_S,Central_PV,Solar,19.19000053,71339.82639,0,20,0,0.02,NULL,23,NULL, +1109518,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,2.019999981,69180.33056,0,20,0.06,0,NULL,23,NULL, +1109432,27,Proposed,ID_S_OR_E,Central_PV,Solar,41.40999985,44925.88181,0,20,0,0.02,NULL,23,NULL, +1191182515,36,Proposed,NV_S,Wind,Wind,30,151457.9325,0,30,0.05,0.006,NULL,23,NULL, +156865,25,San Luis Solar Garden,CO_SW,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1110858,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,11.17000008,42946.78931,0,20,0.06,0,NULL,23,NULL, +1113547,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,22.85000038,71332.82194,0,20,0.06,0,NULL,23,NULL, +1103880,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,46.34000015,42945.21861,0,20,0.06,0,NULL,23,NULL, +1106377,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,3.910000086,75828.46236,0,20,0.06,0,NULL,23,NULL, +1110530,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.450000048,72116.00361,0,20,0,0.02,NULL,23,NULL, +1112115,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,10.90999985,64554.88389,0,20,0.06,0,NULL,23,NULL, +1191185531,43,Proposed,WA_ID_AVA,Wind,Wind,60,73077.17361,0,30,0.05,0.006,NULL,23,NULL, +1191209383,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,101279.1851,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77428,14,RoundMountain: 538,CA_PGE_N,Wind,Wind,26,52758.3,0,30,0.05,0.006,NULL,23,NULL, +1116137,4,Proposed,AZ_NM_N,Central_PV,Solar,2.890000105,86405.80389,0,20,0,0.02,NULL,23,NULL, +1116242,2,Proposed,AZ_APS_N,Central_PV,Solar,1.389999986,83631.80848,0,20,0,0.02,NULL,23,NULL, +156689,27,"Railroad Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,4.5,0,0,20,0,0,NULL,23,existing_generator, +1104538,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,3.359999895,67995.16931,0,20,0.06,0,NULL,23,NULL, +1107592,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,1.370000005,60579.79389,0,20,0.06,0,NULL,23,NULL, +1191185500,43,Proposed,WA_ID_AVA,Wind,Wind,30,62732.28056,0,30,0.05,0.006,NULL,23,NULL, +1107208,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,25.14999962,159418.98,0,20,0.06,0,NULL,23,NULL, +155723,17,Canyon Power Plant,CA_SCE_S,Gas_Combustion_Turbine,Gas,200,0,6.0375,40,0.04,0.06,10.73,23,existing_generator, +1102490,43,Proposed,WA_ID_AVA,Central_PV,Solar,62.45000076,47587.45236,0,20,0,0.02,NULL,23,NULL, +1117018,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,56.36999893,46548.64389,0,20,0.06,0,NULL,23,NULL, +155005,27,Lucky Peak Power Plant Project,ID_S_OR_E,Hydro_NonPumped,Water,101.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102764,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,5.110000134,58977.9225,0,20,0.06,0,NULL,23,NULL, +1191210083,28,Proposed,MEX_BAJA,Geothermal,Geothermal,35.70000076,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1116166,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,18.65999985,62058.255,0,20,0.06,0,NULL,23,NULL, +1191210837,2,Proposed,AZ_APS_N,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +154404,14,Inskip,CA_PGE_N,Hydro_NonPumped,Water,7.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +158029,28,CerroPr3-1,MEX_BAJA,Geothermal,Geothermal,104.5,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +1106464,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,11.02000046,89835.94348,0,20,0.06,0,NULL,23,NULL, +1001128,40,Proposed,OR_WA_BPA,Residential_PV,Solar,38.94800186,0,0,20,0,0.02,NULL,23,NULL, +1110498,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,6.980000019,50635.06444,0,20,0.06,0,NULL,23,NULL, +1114855,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,30.84000015,98565.81,0,20,0.06,0,NULL,23,NULL, +1102136,44,Proposed,WA_N_CEN,Central_PV,Solar,1730.550049,56606.02931,0,20,0,0.02,NULL,23,NULL, +1103048,3,Proposed,AZ_APS_SW,Central_PV,Solar,6.199999809,58565.19806,0,20,0,0.02,NULL,23,NULL, +1191184563,35,Proposed,NV_N,Wind,Wind,30,88234.79848,0,30,0.05,0.006,NULL,23,NULL, +156088,17,SEPV 2,CA_SCE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +77463,14,SierraCounty: 579,CA_PGE_N,Wind,Wind,31,70083.3,0,30,0.05,0.006,NULL,23,NULL, +1114910,16,Proposed,CA_SCE_CEN,Central_PV,Solar,116.0999985,58245.93694,0,20,0,0.02,NULL,23,NULL, +1001458,37,Proposed,OR_E,Residential_PV,Solar,301.8469849,0,0,20,0,0.02,NULL,23,NULL, +1117024,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,58.18000031,67954.35486,0,20,0.06,0,NULL,23,NULL, +1191185306,25,Proposed,CO_SW,Wind,Wind,540,89579.47236,0,30,0.05,0.006,NULL,23,NULL, +1191184129,42,Proposed,UT_S,Wind,Wind,30,120361.4303,0,30,0.05,0.006,NULL,23,NULL, +154654,43,Dworshak,WA_ID_AVA,Hydro_NonPumped,Water,465,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000315,15,Proposed,CA_PGE_S,Commercial_PV,Solar,66.19879913,0,0,20,0,0.02,NULL,23,NULL, +1000736,10,Proposed,CA_IID,Residential_PV,Solar,30.60199928,0,0,20,0,0.02,NULL,23,NULL, +154577,22,Valmont,CO_DEN,Gas_Combustion_Turbine,Gas,59.3,0,6.0375,53,0.04,0.06,15.525,23,existing_generator, +1107793,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,6.28000021,67054.89,0,20,0.06,0,NULL,23,NULL, +156124,17,Crafton Hills College Solar Farm,CA_SCE_S,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1104470,33,Proposed,NM_N,Central_PV,Solar,155.6100006,52309.62639,0,20,0,0.02,NULL,23,NULL, +1115429,30,Proposed,MT_NW,Central_PV,Solar,9,47137.78125,0,20,0,0.02,NULL,23,NULL, +1001724,39,Proposed,OR_W,Residential_PV,Solar,11822.09961,0,0,20,0,0.02,NULL,23,NULL, +1117014,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,5.309999943,107098.3635,0,20,0.06,0,NULL,23,NULL, +1000087,29,Proposed,MT_NE,Commercial_PV,Solar,69.38880157,0,0,20,0,0.02,NULL,23,NULL, +1191209569,50,Proposed,WY_SW,Gas_Combustion_Turbine,Gas,NULL,70251.1425,33.5769,20,0.03,0.05,10.39,23,NULL, +154623,14,Oak Flat,CA_PGE_N,Hydro_NonPumped,Water,1.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +154886,17,Pebbly Beach,CA_SCE_S,Battery_Storage,Electricity,1,0,0,10,0.02,0.0055,NULL,23,existing_generator, +156701,16,RE Barren Ridge 1,CA_SCE_CEN,Central_PV,Solar,60,0,0,20,0,0,NULL,23,existing_generator, +1191182825,49,Proposed,WY_SE,Wind,Wind,150,84465.58723,0,30,0.05,0.006,NULL,23,NULL, +154592,23,Julesburg,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.8,0,33.579,20,0.04,0.06,8.487,23,existing_generator, +1100118,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,103.1600037,54608.22056,0,20,0.06,0,NULL,23,NULL, +1191183293,41,Proposed,UT_N,Wind,Wind,60,101678.8676,0,30,0.05,0.006,NULL,23,NULL, +1191185436,22,Proposed,CO_DEN,Wind,Wind,30,37965.85181,0,30,0.05,0.006,NULL,23,NULL, +156239,34,Otero Solar,NM_S_TX_EPE,Central_PV,Solar,8,0,0,20,0,0,NULL,23,existing_generator, +1110525,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.519999981,60371.74069,0,20,0.06,0,NULL,23,NULL, +1114009,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,8.369999886,93571.46736,0,20,0.06,0,NULL,23,NULL, +1104143,5,Proposed,AZ_NW,Central_PV,Solar,1.399999976,81731.44875,0,20,0,0.02,NULL,23,NULL, +1106870,6,Proposed,AZ_PHX,Central_PV,Solar,27.68000031,43458.65139,0,20,0,0.02,NULL,23,NULL, +1191210550,14,Proposed,CA_PGE_N,Gas_Combustion_Turbine_Cogen,Gas,51,0,33.5769,20,0.03,0.05,5.59102,23,NULL, +155212,12,Altamont Gas Recovery,CA_PGE_BAY,Bio_Gas,Bio_Gas,6,0,6.0375,20,0.03,0.05,6.966,23,existing_generator, +157058,13,"Little Bear Solar 1, LLC",CA_PGE_CEN,Central_PV,Solar,40,0,0,20,0,0,NULL,23,existing_generator, +1191209765,46,Proposed,WA_W,Battery_Storage,Electricity,NULL,77646.11306,0,10,0.02,0.0055,NULL,23,NULL, +154805,17,Olive,CA_SCE_S,Gas_Steam_Turbine,Gas,109.7,0,6.0375,60,0.04,0.06,9.931,23,existing_generator, +154568,22,Cherokee,CO_DEN,Gas_Steam_Turbine,Gas,380.8,0,6.0375,59,0.04,0.06,11.529,23,existing_generator, +1191182568,36,Proposed,NV_S,Wind,Wind,150,154087.8675,0,30,0.05,0.006,NULL,23,NULL, +1191182457,36,Proposed,NV_S,Wind,Wind,270,44788.34944,0,30,0.05,0.006,NULL,23,NULL, +1104385,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,2.670000076,57038.80014,0,20,0.06,0,NULL,23,NULL, +156094,15,Kern Oil & Refining Co,CA_PGE_S,Gas_Combustion_Turbine,Gas,4.5,0,6.0375,40,0.04,0.06,7.24,23,existing_generator, +1116849,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,27.40999985,43197.83139,0,20,0.06,0,NULL,23,NULL, +1191184468,27,Proposed,ID_S_OR_E,Wind,Wind,90,122078.25,0,30,0.05,0.006,NULL,23,NULL, +1191185289,25,Proposed,CO_SW,Wind,Wind,30,68354.03736,0,30,0.05,0.006,NULL,23,NULL, +1116862,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,15.46000004,57505.98,0,20,0.06,0,NULL,23,NULL, +156801,13,Manteca Land PV,CA_PGE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1103989,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,337.3999939,56298.96111,0,20,0.06,0,NULL,23,NULL, +1103045,35,Proposed,NV_N,Central_PV,Solar,2.019999981,175999.1625,0,20,0,0.02,NULL,23,NULL, +1105957,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,34.72999954,191604.8925,0,20,0.06,0,NULL,23,NULL, +1116549,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,3.349999905,52324.96069,0,20,0.06,0,NULL,23,NULL, +1191209532,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,NULL,80604.00223,33.5769,20,0.03,0.05,10.39,23,NULL, +1191185665,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,60,114783.1388,0,30,0.05,0.006,NULL,23,NULL, +1105681,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,72.19000244,53547.67236,0,20,0.06,0,NULL,23,NULL, +1112397,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,25.73999977,57134.79639,0,20,0.06,0,NULL,23,NULL, +1117879,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,8.970000267,82922.40223,0,20,0.06,0,NULL,23,NULL, +1191185128,23,Proposed,CO_E,Wind,Wind,30,130447.4325,0,30,0.05,0.006,NULL,23,NULL, +1191209417,9,Proposed,CAN_BC,Geothermal,Geothermal,16,202229.685,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155086,23,Brush Generation Facility,CO_E,Gas_Combustion_Turbine,Gas,23.8,0,6.0375,40,0.04,0.06,11.373,23,existing_generator, +1111737,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,27.07999992,226037.9625,0,20,0.06,0,NULL,23,NULL, +1103216,38,Proposed,OR_PDX,Central_PV,Solar,47.27999878,49890.2775,0,20,0,0.02,NULL,23,NULL, +1110070,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,34.84999847,97880.91223,0,20,0.06,0,NULL,23,NULL, +1117520,42,Proposed,UT_S,Central_PV,Solar,3.200000048,94137.30375,0,20,0,0.02,NULL,23,NULL, +1105453,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,20.94000053,62821.63556,0,20,0.06,0,NULL,23,NULL, +1110464,10,Proposed,CA_IID,Central_PV,Solar,79.12999725,77814.44139,0,20,0,0.02,NULL,23,NULL, +1191185193,22,Proposed,CO_DEN,Wind,Wind,90,53799.92194,0,30,0.05,0.006,NULL,23,NULL, +155778,17,Solar Photovoltaic Project #13,CA_SCE_S,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +1113545,16,Proposed,CA_SCE_CEN,Central_PV,Solar,22.85000038,71332.82194,0,20,0,0.02,NULL,23,NULL, +1118838,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,4.949999809,65860.91306,0,20,0.06,0,NULL,23,NULL, +1191210364,21,Proposed,CA_SMUD,CCGT_Cogen,Gas,173.8999939,0,4.1213235,20,0.04,0.06,8.08993,23,NULL, +77380,16,Tehachapi: 53,CA_SCE_CEN,Wind,Wind,17,86862.3,0,30,0.05,0.006,NULL,23,NULL, +1118867,18,Proposed,CA_SCE_SE,Central_PV,Solar,6.210000038,71385.58875,0,20,0,0.02,NULL,23,NULL, +156778,16,Owens Valley Solar Project 11,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1103821,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.940000057,91055.64111,0,20,0.06,0,NULL,23,NULL, +1112977,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,2.269999981,46906.42236,0,20,0.06,0,NULL,23,NULL, +1001226,38,Proposed,OR_PDX,Residential_PV,Solar,31.99300003,0,0,20,0,0.02,NULL,23,NULL, +154419,14,Pit 7,CA_PGE_N,Hydro_NonPumped,Water,109.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155053,24,Dillon Hydro Plant,CO_NW,Hydro_NonPumped,Water,1.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +154865,42,Intermountain Power Project,UT_S,Coal_Steam_Turbine,Coal,1640,0,5.2164,40,0.04,0.06,11.005,23,existing_generator, +1113341,2,Proposed,AZ_APS_N,Central_PV,Solar,2.140000105,61673.78889,0,20,0,0.02,NULL,23,NULL, +155216,17,"Torrance Refining Company, LLC",CA_SCE_S,Gas_Combustion_Turbine,Gas,22.5,0,6.0375,40,0.04,0.06,10.755,23,existing_generator, +154662,44,Quincy Chute,WA_N_CEN,Hydro_NonPumped,Water,9.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +156663,22,Skylark,CO_DEN,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +1191210518,14,Proposed,CA_PGE_N,Gas_Internal_Combustion_Engine_Cogen,Gas,7.699999809,0,33.5769,20,0.03,0.05,14.477,23,NULL, +154381,13,Balch 2,CA_PGE_CEN,Hydro_NonPumped,Water,97.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +157102,44,Urtica Solar Project,WA_N_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +155668,49,Rolling Hills,WY_SE,Wind,Wind,99,0,0,20,0,0,NULL,23,existing_generator, +1191184194,42,Proposed,UT_S,Wind,Wind,30,72606.61181,0,30,0.05,0.006,NULL,23,NULL, +156887,11,Westmont 301,CA_LADWP,Central_PV,Solar,1.8,0,0,20,0,0,NULL,23,existing_generator, +1100822,3,Proposed,AZ_APS_SW,Central_PV,Solar,388.7999878,52549.43306,0,20,0,0.02,NULL,23,NULL, +1191209356,37,Proposed,OR_E,Geothermal,Geothermal,8,79003.70625,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154474,16,Portal,CA_SCE_CEN,Hydro_NonPumped,Water,10.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155009,19,Kaweah Delta District Hospital,CA_SCE_VLY,Gas_Combustion_Turbine,Gas,3.5,0,6.0375,40,0.04,0.06,10.266,23,existing_generator, +1103082,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,161.4499969,66144.67556,0,20,0.06,0,NULL,23,NULL, +1191209231,9,Proposed,CAN_BC,Geothermal,Geothermal,200,106238.9914,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154861,30,Big Fork,MT_NW,Hydro_NonPumped,Water,4.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +154839,26,Swift Creek,ID_E,Hydro_NonPumped,Water,1.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106598,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,1.179999948,71874.14514,0,20,0.06,0,NULL,23,NULL, +1107648,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,2.109999895,83660.55264,0,20,0.06,0,NULL,23,NULL, +1118807,3,Proposed,AZ_APS_SW,Central_PV,Solar,52.93000031,53517.00375,0,20,0,0.02,NULL,23,NULL, +1113997,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,45.66999817,46337.57194,0,20,0.06,0,NULL,23,NULL, +1115747,32,Proposed,MT_SW,Central_PV,Solar,7.159999847,45364.5675,0,20,0,0.02,NULL,23,NULL, +1191210468,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,94.19999695,0,33.5769,20,0.03,0.05,5.35535,23,NULL, +1191209358,37,Proposed,OR_E,Geothermal,Geothermal,8,49041.52764,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110201,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,8.130000114,58576.42875,0,20,0.06,0,NULL,23,NULL, +156563,41,Tooele Army Depot,UT_N,Wind,Wind,1.7,0,0,20,0,0,NULL,23,existing_generator, +1191185290,25,Proposed,CO_SW,Wind,Wind,660,44818.05111,0,30,0.05,0.006,NULL,23,NULL, +155671,40,Wheat Field Wind Power Project,OR_WA_BPA,Wind,Wind,97,0,0,20,0,0,NULL,23,existing_generator, +155423,23,Front Range Power Plant,CO_E,CCGT,Gas,554.3,0,5.9409,40,0.04,0.06,12.934,23,existing_generator, +1114793,42,Proposed,UT_S,Central_PV,Solar,25.79999924,105519.9251,0,20,0,0.02,NULL,23,NULL, +1110472,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.950000048,73250.81306,0,20,0.06,0,NULL,23,NULL, +1114569,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,1.789999962,62782.39181,0,20,0.06,0,NULL,23,NULL, +1105833,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,34.15999985,86457.60375,0,20,0.06,0,NULL,23,NULL, +1191210488,11,Proposed,CA_LADWP,CCGT_Cogen,Gas,43,0,4.1213235,20,0.04,0.06,6.04205,23,NULL, +1107340,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,37.09999847,65861.39889,0,20,0.06,0,NULL,23,NULL, +1115620,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,4.309999943,75919.02486,0,20,0.06,0,NULL,23,NULL, +77511,12,Solano: 1911,CA_PGE_BAY,Wind,Wind,26,44941.05,0,30,0.05,0.006,NULL,23,NULL, +1115707,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,1.399999976,67594.88306,0,20,0.06,0,NULL,23,NULL, +1191209549,30,Proposed,MT_NW,Gas_Combustion_Turbine,Gas,NULL,70990.73625,33.5769,20,0.03,0.05,10.39,23,NULL, +1111327,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,17.05999947,64573.11431,0,20,0.06,0,NULL,23,NULL, +1115150,41,Proposed,UT_N,Central_PV,Solar,57.11000061,86501.55486,0,20,0,0.02,NULL,23,NULL, +1191209751,32,Proposed,MT_SW,Battery_Storage,Electricity,NULL,70251.1425,0,10,0.02,0.0055,NULL,23,NULL, +1191210876,8,Proposed,CAN_ALB,Wind,Wind,3091.879883,51355.81931,0,30,0.05,0.006,NULL,23,NULL, +155105,16,E F Oxnard Energy Facility,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,48.5,0,6.0375,40,0.04,0.06,12.168,23,existing_generator, +1105618,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,11.44999981,48789.88181,0,20,0.06,0,NULL,23,NULL, +1116950,2,Proposed,AZ_APS_N,Central_PV,Solar,12.27999973,94101.55986,0,20,0,0.02,NULL,23,NULL, +1109408,12,Proposed,CA_PGE_BAY,Central_PV,Solar,1.279999971,53972.35389,0,20,0,0.02,NULL,23,NULL, +77451,16,SanBernardino_Lucerne: 564,CA_SCE_CEN,Wind,Wind,96,39035.85,0,30,0.05,0.006,NULL,23,NULL, +1107290,1,Proposed,AZ_APS_E,Central_PV,Solar,52.93999863," 42,515.47 ",0,20,0,0.02,NULL,23,NULL, +1118716,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,4.099999905,83275.48277,0,20,0.06,0,NULL,23,NULL, +1191185291,25,Proposed,CO_SW,Wind,Wind,30,78434.24736,0,30,0.05,0.006,NULL,23,NULL, +157916,9,Seven_Mile,CAN_BC,Hydro_NonPumped,Water,780,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +155225,17,Plant No 1 Orange County,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,7.5,0,6.0375,20,0.04,0.06,11.197,23,existing_generator, +1105451,16,Proposed,CA_SCE_CEN,Central_PV,Solar,20.94000053,62821.63556,0,20,0,0.02,NULL,23,NULL, +1116089,6,Proposed,AZ_PHX,Central_PV,Solar,16.76000023,43056.67181,0,20,0,0.02,NULL,23,NULL, +1191185379,22,Proposed,CO_DEN,Wind,Wind,30,42756.97125,0,30,0.05,0.006,NULL,23,NULL, +1001826,33,Proposed,NM_N,Residential_PV,Solar,47.29399872,0,0,20,0,0.02,NULL,23,NULL, +1115266,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.960000038,101976.3938,0,20,0.06,0,NULL,23,NULL, +1112731,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,18.77000046,61092.98139,0,20,0.06,0,NULL,23,NULL, +1191210479,37,Proposed,OR_E,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,0,16.844625,40,0.1288,0.0915,8.31326,23,NULL, +77371,16,Tehachapi: 42,CA_SCE_CEN,Wind,Wind,17,87088.05,0,30,0.05,0.006,NULL,23,NULL, +1191210483,14,Proposed,CA_PGE_N,Gas_Internal_Combustion_Engine_Cogen,Gas,2.799999952,0,33.5769,20,0.03,0.05,12.2466,23,NULL, +1113992,17,Proposed,CA_SCE_S,Central_PV,Solar,3.220000029,48191.325,0,20,0,0.02,NULL,23,NULL, +156115,27,Rock Creek Dairy,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,11.192,23,existing_generator, +1101872,33,Proposed,NM_N,Central_PV,Solar,372.769989,107104.0425,0,20,0,0.02,NULL,23,NULL, +1106842,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,22.07999992,118173.3176,0,20,0.06,0,NULL,23,NULL, +154341,6,South Consolidated,AZ_PHX,Hydro_NonPumped,Water,1.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1002017,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,12.02560043,0,0,20,0,0.02,NULL,23,NULL, +154962,33,Abiquiu Dam,NM_N,Hydro_NonPumped,Water,15.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118849,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.099999905,82640.33777,0,20,0,0.02,NULL,23,NULL, +156773,36,"Boulder Solar II, LLC",NV_S,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +1106391,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,20.60000038,70225.90764,0,20,0.06,0,NULL,23,NULL, +1113436,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,1.279999971,71028.29139,0,20,0.06,0,NULL,23,NULL, +1117529,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.389999986,69587.0175,0,20,0,0.02,NULL,23,NULL, +155416,22,Arapahoe Combustion Turbine Project,CO_DEN,CCGT,Gas,194,0,5.9409,40,0.04,0.06,10.498,23,existing_generator, +1107629,17,Proposed,CA_SCE_S,Central_PV,Solar,12.84000015,47407.17639,0,20,0,0.02,NULL,23,NULL, +155349,13,Collierville Powerhouse,CA_PGE_CEN,Hydro_NonPumped,Water,253,0,0,200,0.05,0.05,NULL,23,existing_generator, +155498,32,Basin Creek Plant,MT_SW,Gas_Internal_Combustion_Engine,Gas,54.9,0,33.579,20,0.04,0.06,11.461,23,existing_generator, +1191210507,36,Proposed,NV_S,CCGT_Cogen,Gas,96.30000305,0,4.1213235,20,0.04,0.06,6.61472,23,NULL, +154610,24,Upper Molina,CO_NW,Hydro_NonPumped,Water,9.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +155028,22,Metro Wastewater Reclamation District,CO_DEN,Bio_Gas,Bio_Gas,7,0,6.0375,20,0.03,0.05,10.161,23,existing_generator, +1001076,40,Proposed,OR_WA_BPA,Residential_PV,Solar,31.99300003,0,0,20,0,0.02,NULL,23,NULL, +1001232,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,322.7120056,0,0,20,0,0.02,NULL,23,NULL, +1105482,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,219.0700073,40662.5625,0,20,0.06,0,NULL,23,NULL, +1114876,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,33.95999908,64001.96681,0,20,0.06,0,NULL,23,NULL, +1191209300,26,Proposed,ID_E,Geothermal,Geothermal,20,49805.02611,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191185478,43,Proposed,WA_ID_AVA,Wind,Wind,120,38078.39222,0,30,0.05,0.006,NULL,23,NULL, +1191210089,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,92.19999695,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157853,9,Brandywine,CAN_BC,Hydro_NonPumped,Water,6,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1117473,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,41.24000168," 74,194.60 ",0,20,0.06,0,NULL,23,NULL, +155730,29,NaturEner Glacier Wind Energy 1,MT_NE,Wind,Wind,106.5,0,0,20,0,0,NULL,23,existing_generator, +1109233,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,28.87000084,83472.30527,0,20,0.06,0,NULL,23,NULL, +1115778,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.599999905,77041.88194,0,20,0.06,0,NULL,23,NULL, +1115686,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,4.710000038,76450.68806,0,20,0.06,0,NULL,23,NULL, +1116908,24,Proposed,CO_NW,Central_PV,Solar,2.670000076,67020.83944,0,20,0,0.02,NULL,23,NULL, +154597,14,Sonoma California Geothermal,CA_PGE_N,Geothermal,Geothermal,78,0,36.2145,20,0,0,NULL,23,existing_generator, +1191183267,41,Proposed,UT_N,Wind,Wind,30,60982.24986,0,30,0.05,0.006,NULL,23,NULL, +1191209665,46,Proposed,WA_W,Coal_Steam_Turbine,Coal,NULL,77646.11306,4.166232,40,0.06,0.1,9,23,NULL, +154450,13,Big Creek 2,CA_PGE_CEN,Hydro_NonPumped,Water,66.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106863,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,19.07999992,80972.17652,0,20,0.06,0,NULL,23,NULL, +1191183936,27,Proposed,ID_S_OR_E,Wind,Wind,60,131724.9675,0,30,0.05,0.006,NULL,23,NULL, +1102195,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,91.75,56063.14014,0,20,0.06,0,NULL,23,NULL, +1112012,14,Proposed,CA_PGE_N,Central_PV,Solar,8.899999619,113775.6026,0,20,0,0.02,NULL,23,NULL, +1191183765,40,Proposed,OR_WA_BPA,Wind,Wind,30,107187.9638,0,30,0.05,0.006,NULL,23,NULL, +1105440,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,36.97999954,59486.76111,0,20,0.06,0,NULL,23,NULL, +1107750,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,22.46999931,53508.07014,0,20,0.06,0,NULL,23,NULL, +1191210560,50,Proposed,WY_SW,Gas_Combustion_Turbine_Cogen,Gas,108,0,33.5769,20,0.03,0.05,5.44413,23,NULL, +1191210567,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,110,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +156970,4,City of Gallup Solar,AZ_NM_N,Central_PV,Solar,8,0,0,20,0,0,NULL,23,existing_generator, +1114871,36,Proposed,NV_S,Central_PV,Solar,7.159999847,90762.82236,0,20,0,0.02,NULL,23,NULL, +155530,12,SJ/SC WPCP,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,8.4,0,33.579,25,0.04,0.06,11.959,23,existing_generator, +1191185522,43,Proposed,WA_ID_AVA,Wind,Wind,120,51920.44819,0,30,0.05,0.006,NULL,23,NULL, +157066,17,Antelope DSR 3,CA_SCE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +77417,16,Tehachapi: 518,CA_SCE_CEN,Wind,Wind,34,42595.35,0,30,0.05,0.006,NULL,23,NULL, +1107757,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,24.65999985,66938.24361,0,20,0.06,0,NULL,23,NULL, +1116560,35,Proposed,NV_N,Central_PV,Solar,23.53000069,140557.83,0,20,0,0.02,NULL,23,NULL, +1106239,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,11.71000004,55325.47556,0,20,0.06,0,NULL,23,NULL, +1191209190,11,Proposed,CA_LADWP,Bio_Gas,Bio_Gas,NULL,82822.425,16.0398,20,0.11,0.04,13.5,23,NULL, +1105799,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.090000033,59822.80931,0,20,0,0.02,NULL,23,NULL, +155159,13,Frankenheimer Power Plant,CA_PGE_CEN,Hydro_NonPumped,Water,5.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +155647,40,Eltopia Branch Canal 4.6,OR_WA_BPA,Hydro_NonPumped,Water,2.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001095,44,Proposed,WA_N_CEN,Commercial_PV,Solar,927.0180054,0,0,20,0,0.02,NULL,23,NULL, +1113491,6,Proposed,AZ_PHX,Central_PV,Solar,28.34000015,42648.05569,0,20,0,0.02,NULL,23,NULL, +154995,1,Springerville,AZ_APS_E,Central_PV,Solar,13.4,0,0,20,0,0,NULL,23,existing_generator, +155264,14,Amedee Geothermal Venture I,CA_PGE_N,Geothermal,Geothermal,3,0,36.2145,20,0,0,NULL,23,existing_generator, +1112327,12,Proposed,CA_PGE_BAY,Central_PV,Solar,6.179999828,77337.23361,0,20,0,0.02,NULL,23,NULL, +1191185011,22,Proposed,CO_DEN,Wind,Wind,330,45995.00514,0,30,0.05,0.006,NULL,23,NULL, +1191209553,34,Proposed,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,NULL,70990.73625,33.5769,20,0.03,0.05,10.39,23,NULL, +155229,12,Agnews Power Plant,CA_PGE_BAY,CCGT,Gas,32,0,5.9409,40,0.04,0.06,8.711,23,existing_generator, +1111763,35,Proposed,NV_N,Central_PV,Solar,4.039999962,65618.32819,0,20,0,0.02,NULL,23,NULL, +1104560,5,Proposed,AZ_NW,Central_PV,Solar,46.99000168,52953.10125,0,20,0,0.02,NULL,23,NULL, +1106854,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,35.54000092,47600.98014,0,20,0.06,0,NULL,23,NULL, +1001320,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,243.4250031,0,0,20,0,0.02,NULL,23,NULL, +77362,16,SanBernardino_Lucerne: 30,CA_SCE_CEN,Wind,Wind,35,39039,0,30,0.05,0.006,NULL,23,NULL, +157852,9,Bone_Creek,CAN_BC,Hydro_NonPumped,Water,19,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191210415,20,Proposed,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,1.200000048,0,16.0398,20,0.11,0.04,4.65093,23,NULL, +154417,14,Pit 5,CA_PGE_N,Hydro_NonPumped,Water,141.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000123,15,Proposed,CA_PGE_S,Commercial_PV,Solar,65.87000275,0,0,20,0,0.02,NULL,23,NULL, +156883,37,"Tumbleweed Solar, LLC",OR_E,Central_PV,Solar,9.9,0,0,20,0,0,NULL,23,existing_generator, +1111319,36,Proposed,NV_S,Central_PV,Solar,4.539999962,53901.35194,0,20,0,0.02,NULL,23,NULL, +155085,23,Brush Generation Facility,CO_E,CCGT,Gas,273.4,0,5.9409,40,0.04,0.06,10.183,23,existing_generator, +156984,22,Quincy Solar,CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +157043,33,"Gallegos Wind Farm, Phase 1",NM_N,Wind,Wind,180,0,0,20,0,0,NULL,23,existing_generator, +1100713,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,31.54999924,67872.49014,0,20,0.06,0,NULL,23,NULL, +154440,39,Copco 2,OR_W,Hydro_NonPumped,Water,27,0,0,200,0.05,0.05,NULL,23,existing_generator, +155154,25,Williams Ignacio Natural Gas Plant,CO_SW,ST,Waste_Heat,6.1,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +1104525,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,50.04000092,62599.69611,0,20,0.06,0,NULL,23,NULL, +1117032,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.809999943,71370.13181,0,20,0.06,0,NULL,23,NULL, +1101536,8,Proposed,CAN_ALB,Central_PV,Solar,175,113647.2397,0,20,0,0.02,NULL,23,NULL, +1109927,17,Proposed,CA_SCE_S,Central_PV,Solar,39.40000153,52388.47236,0,20,0,0.02,NULL,23,NULL, +1108262,36,Proposed,NV_S,Central_PV,Solar,2.710000038,78469.3875,0,20,0,0.02,NULL,23,NULL, +1118921,9,Proposed,CAN_BC,Central_PV,Solar,29.71999931,51790.8825,0,20,0,0.02,NULL,23,NULL, +1001836,1,Proposed,AZ_APS_E,Residential_PV,Solar,31.99300003, - ,0,20,0,0.02,NULL,23,NULL, +1112992,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,22.38999939," 75,311.17 ",0,20,0.06,0,NULL,23,NULL, +155714,14,Walgreens Woodland Distribution Center,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156078,15,Nickel 1 Solar Facility,CA_PGE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154462,17,AES Huntington Beach LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,218,0,6.0375,62,0.04,0.06,12.676,23,existing_generator, +154762,46,Crystal Mountain,WA_W,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.7,0,33.579,20,0.04,0.06,11.013,23,existing_generator, +154790,50,Naughton,WY_SW,Coal_Steam_Turbine,Coal,832,0,5.2164,40,0.04,0.06,11.691,23,existing_generator, +1109203,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.220000029,167270.145,0,20,0.06,0,NULL,23,NULL, +156006,21,RE McKenzie 1,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1108253,42,Proposed,UT_S,Central_PV,Solar,46.22000122,152485.515,0,20,0,0.02,NULL,23,NULL, +1117422,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,8.899999619,72878.42194,0,20,0.06,0,NULL,23,NULL, +154396,14,El Dorado,CA_PGE_N,Hydro_NonPumped,Water,20,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117501,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,18.12000084,72883.4925,0,20,0.06,0,NULL,23,NULL, +1104446,2,Proposed,AZ_APS_N,Central_PV,Solar,7.670000076,56649.38139,0,20,0,0.02,NULL,23,NULL, +1191183962,27,Proposed,ID_S_OR_E,Wind,Wind,30,132880.545,0,30,0.05,0.006,NULL,23,NULL, +155914,16,Oxnard Paper Mill,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,29,0,6.0375,40,0.04,0.06,13.123,23,existing_generator, +1106436,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,83,216473.355,0,20,0.06,0,NULL,23,NULL, +1108791,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.619999886,176998.9725,0,20,0.06,0,NULL,23,NULL, +1118748,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,34.81000137,85269.17848,0,20,0.06,0,NULL,23,NULL, +156584,15,Bakersfield 111,CA_PGE_S,Central_PV,Solar,1.4,0,0,20,0,0,NULL,23,existing_generator, +1114603,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,12.65999985,52577.69139,0,20,0.06,0,NULL,23,NULL, +1191210865,9,Proposed,CAN_BC,Wind,Wind,499.276001,55496.57736,0,30,0.05,0.006,NULL,23,NULL, +1110348,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,3.069999933,46754.15944,0,20,0.06,0,NULL,23,NULL, +1111329,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,66.02999878,94110.61611,0,20,0.06,0,NULL,23,NULL, +1000121,35,Proposed,NV_N,Commercial_PV,Solar,1079.060059,0,0,20,0,0.02,NULL,23,NULL, +1114712,36,Proposed,NV_S,Central_PV,Solar,27.04999924,67876.35319,0,20,0,0.02,NULL,23,NULL, +155147,39,Box Canyon Dam,OR_W,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001915,23,Proposed,CO_E,Commercial_PV,Solar,16.16650009,0,0,20,0,0.02,NULL,23,NULL, +1191185435,22,Proposed,CO_DEN,Wind,Wind,30,97273.05861,0,30,0.05,0.006,NULL,23,NULL, +1001366,38,Proposed,OR_PDX,Residential_PV,Solar,55.63999939,0,0,20,0,0.02,NULL,23,NULL, +1191183849,27,Proposed,ID_S_OR_E,Wind,Wind,120,154058.8875,0,30,0.05,0.006,NULL,23,NULL, +157915,9,Seton,CAN_BC,Hydro_NonPumped,Water,48,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1111294,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,16.23999977,62749.42611,0,20,0.06,0,NULL,23,NULL, +1112576,41,Proposed,UT_N,Central_PV,Solar,1.629999995,84629.44875,0,20,0,0.02,NULL,23,NULL, +1113979,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,18.04999924,46431.9975,0,20,0.06,0,NULL,23,NULL, +155969,21,SMUD at Lawrence,CA_SMUD,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156353,14,2127 Harris Solar Project,CA_PGE_N,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +155146,15,Berry Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,38.7,0,6.0375,40,0.04,0.06,10.589,23,existing_generator, +156692,10,Midway Solar Farm 1,CA_IID,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +1118172,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,18.67000008,66824.2575,0,20,0.06,0,NULL,23,NULL, +154983,47,Arvada,WY_NE,Gas_Combustion_Turbine,Gas,22.5,0,6.0375,40,0.04,0.06,11.685,23,existing_generator, +156915,35,"EGP Stillwater Solar PV II, LLC",NV_N,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1112726,35,Proposed,NV_N,Central_PV,Solar,14.93999958,179374.125,0,20,0,0.02,NULL,23,NULL, +1101876,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,191.6900024,74117.68014,0,20,0.06,0,NULL,23,NULL, +1108646,4,Proposed,AZ_NM_N,Central_PV,Solar,9.489999771,60253.52361,0,20,0,0.02,NULL,23,NULL, +1109100,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,46.20999908,54321.8025,0,20,0.06,0,NULL,23,NULL, +1111492,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,3.289999962,40438.81181,0,20,0.06,0,NULL,23,NULL, +1114036,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.370000005,108467.0647,0,20,0.06,0,NULL,23,NULL, +1118715,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,4.099999905,83275.48277,0,20,0.06,0,NULL,23,NULL, +157108,24,Oak Leaf Solar XXXII (CSG),CO_NW,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191183931,27,Proposed,ID_S_OR_E,Wind,Wind,210,65897.86444,0,30,0.05,0.006,NULL,23,NULL, +1109537,42,Proposed,UT_S,Central_PV,Solar,10.56000042,51257.04486,0,20,0,0.02,NULL,23,NULL, +1116578,35,Proposed,NV_N,Central_PV,Solar,22.27000046,111649.7989,0,20,0,0.02,NULL,23,NULL, +1191182739,47,Proposed,WY_NE,Wind,Wind,30,48218.49375,0,30,0.05,0.006,NULL,23,NULL, +154498,10,El Centro,CA_IID,Gas_Steam_Turbine,Gas,81.6,0,6.0375,60,0.04,0.06,7.002,23,existing_generator, +155616,40,White Creek Wind Farm,OR_WA_BPA,Wind,Wind,204,0,0,20,0,0,NULL,23,existing_generator, +1110449,33,Proposed,NM_N,Central_PV,Solar,21.07999992,41159.92986,0,20,0,0.02,NULL,23,NULL, +1191209645,26,Proposed,ID_E,Coal_Steam_Turbine,Coal,NULL,70251.1425,4.166232,40,0.06,0.1,9,23,NULL, +1191209538,19,Proposed,CA_SCE_VLY,Gas_Combustion_Turbine,Gas,NULL,77646.11306,33.5769,20,0.03,0.05,10.39,23,NULL, +1191210466,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,32,0,4.1213235,20,0.04,0.06,8.37902,23,NULL, +157073,15,Aquamarine,CA_PGE_S,Central_PV,Solar,250,0,0,20,0,0,NULL,23,existing_generator, +1100127,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,105.7600021,52303.34361,0,20,0.06,0,NULL,23,NULL, +155315,17,Biola University,CA_SCE_S,Battery_Storage,Electricity,0.3,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1104094,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,28.05999947,71767.52194,0,20,0.06,0,NULL,23,NULL, +1111331,10,Proposed,CA_IID,Central_PV,Solar,108.8099976,60815.7375,0,20,0,0.02,NULL,23,NULL, +1116094,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,9.520000458,57015.25389,0,20,0.06,0,NULL,23,NULL, +156030,11,2555 E Olympic Bl,CA_LADWP,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156769,21,US GSA - Sacramento,CA_SMUD,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +157056,31,"Horse Thief Wind Project, LLC",MT_SE,Wind,Wind,80,0,0,20,0,0,NULL,23,existing_generator, +1001487,27,Proposed,ID_S_OR_E,Commercial_PV,Solar,22.57939911,0,0,20,0,0.02,NULL,23,NULL, +1116103,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.390000105,71068.98319,0,20,0.06,0,NULL,23,NULL, +1100478,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1061.619995,68474.78736,0,20,0.06,0,NULL,23,NULL, +1000469,22,Proposed,CO_DEN,Commercial_PV,Solar,1227.949951,0,0,20,0,0.02,NULL,23,NULL, +1117498,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,22.67000008,54386.16319,0,20,0.06,0,NULL,23,NULL, +77350,16,Tehachapi: 18,CA_SCE_CEN,Wind,Wind,34,87046.05,0,30,0.05,0.006,NULL,23,NULL, +1191182724,47,Proposed,WY_NE,Wind,Wind,330,114648.7478,0,30,0.05,0.006,NULL,23,NULL, +154384,14,Butt Valley,CA_PGE_N,Hydro_NonPumped,Water,40,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109546,2,Proposed,AZ_APS_N,Central_PV,Solar,16.5,71935.48236,0,20,0,0.02,NULL,23,NULL, +77425,14,LassenNorth: 528,CA_PGE_N,Wind,Wind,43,111388.2,0,30,0.05,0.006,NULL,23,NULL, +156725,23,Clear Spring Ranch PV Project,CO_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1104510,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,3.430000067,50736.49444,0,20,0.06,0,NULL,23,NULL, +1115025,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,7.090000153,54373.36181,0,20,0.06,0,NULL,23,NULL, +1191183301,41,Proposed,UT_N,Wind,Wind,30,44475.48431,0,30,0.05,0.006,NULL,23,NULL, +156938,13,Pacific Ethanol Madera Solar Array,CA_PGE_CEN,Central_PV,Solar,4.3,0,0,20,0,0,NULL,23,existing_generator, +1101594,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,23.40999985,46514.23014,0,20,0.06,0,NULL,23,NULL, +1191184399,35,Proposed,NV_N,Wind,Wind,390,111504.1725,0,30,0.05,0.006,NULL,23,NULL, +1107346,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.81000042,56008.55736,0,20,0.06,0,NULL,23,NULL, +1118683,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,15.43999958,144292.6275,0,20,0.06,0,NULL,23,NULL, +1100524,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,1919.560059,55037.12361,0,20,0.06,0,NULL,23,NULL, +155452,20,Escondido Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,49.9,0,6.0375,40,0.04,0.06,6.946,23,existing_generator, +1107605,41,Proposed,UT_N,Central_PV,Solar,34.47000122,89292.81375,0,20,0,0.02,NULL,23,NULL, +1103865,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,23.10000038,47899.59111,0,20,0.06,0,NULL,23,NULL, +1104568,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.649999976,92802.16723,0,20,0.06,0,NULL,23,NULL, +1105949,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.569999933,85075.97848,0,20,0,0.02,NULL,23,NULL, +1191210501,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,74,0,33.5769,20,0.03,0.05,5.66136,23,NULL, +155898,3,Paloma Solar,AZ_APS_SW,Central_PV,Solar,17.6,0,0,20,0,0,NULL,23,existing_generator, +157100,22,Oak Leaf Solar XXIII LLC (CSG),CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191185370,22,Proposed,CO_DEN,Wind,Wind,150,38302.14056,0,30,0.05,0.006,NULL,23,NULL, +1106045,35,Proposed,NV_N,Central_PV,Solar,31,67846.76944,0,20,0,0.02,NULL,23,NULL, +155837,35,Jersey Valley Geothermal Power Plant,NV_N,Geothermal,Geothermal,23.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1115279,33,Proposed,NM_N,Central_PV,Solar,22.44000053,53613.60375,0,20,0,0.02,NULL,23,NULL, +1115310,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,14.02000046," 46,647.66 ",0,20,0.06,0,NULL,23,NULL, +1191209256,35,Proposed,NV_N,Geothermal,Geothermal,14,76563.10819,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77409,16,Tehachapi: 510,CA_SCE_CEN,Wind,Wind,50,86785.65,0,30,0.05,0.006,NULL,23,NULL, +155258,31,Yellowstone Energy LP,MT_SE,Coal_Steam_Turbine,Coal,68,0,5.2164,40,0.04,0.06,11.452,23,existing_generator, +154954,21,SCA Cogen 2,CA_SMUD,Gas_Combustion_Turbine,Gas,44,0,6.0375,40,0.04,0.06,10.635,23,existing_generator, +155302,20,"Otay Landfill Gas, LLC",CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,10.5,0,6.0375,20,0.04,0.06,16.753,23,existing_generator, +1114430,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.460000038,55886.7225,0,20,0,0.02,NULL,23,NULL, +1118722,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,63.66999817,68253.69694,0,20,0.06,0,NULL,23,NULL, +155882,7,Roger Road WWTP,AZ_SE,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1100341,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,160.25,73956.35625,0,20,0.06,0,NULL,23,NULL, +1191209418,9,Proposed,CAN_BC,Geothermal,Geothermal,16,55286.71764,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209656,37,Proposed,OR_E,Coal_Steam_Turbine,Coal,NULL,76906.51931,4.166232,40,0.06,0.1,9,23,NULL, +1104925,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,6.46999979,48488.12944,0,20,0.06,0,NULL,23,NULL, +1109988,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,2.099999905,83727.56889,0,20,0.06,0,NULL,23,NULL, +1191184226,7,Proposed,AZ_SE,Wind,Wind,570,83378.83723,0,30,0.05,0.006,NULL,23,NULL, +158002,9,Riverside,CAN_BC,Gas_Combustion_Turbine,Gas,30,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1104057,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.170000076,66104.22431,0,20,0.06,0,NULL,23,NULL, +1111317,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,26.73999977,82651.20527,0,20,0.06,0,NULL,23,NULL, +77503,14,Solano: 1891,CA_PGE_N,Wind,Wind,20,44935.8,0,30,0.05,0.006,NULL,23,NULL, +1115030,48,Proposed,WY_NW,Central_PV,Solar,1.25,112674.7211,0,20,0,0.02,NULL,23,NULL, +1110478,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,11.75,113502.7076,0,20,0.06,0,NULL,23,NULL, +1117327,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,62.47999954,137054.8725,0,20,0.06,0,NULL,23,NULL, +156761,17,SunAnza,CA_SCE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1106452,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,26.26000023,74648.61694,0,20,0.06,0,NULL,23,NULL, +1114382,7,Proposed,AZ_SE,Central_PV,Solar,6.550000191,50593.76889,0,20,0,0.02,NULL,23,NULL, +1191185001,23,Proposed,CO_E,Wind,Wind,30,39116.59931,0,30,0.05,0.006,NULL,23,NULL, +154991,16,Ellwood,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,58,0,6.0375,46,0.04,0.06,9.369,23,existing_generator, +156919,39,Dayton Cutoff Solar,OR_W,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1103628,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.710000038,80349.71027,0,20,0.06,0,NULL,23,NULL, +1108670,1,Proposed,AZ_APS_E,Central_PV,Solar,1845.01001," 131,623.54 ",0,20,0,0.02,NULL,23,NULL, +1111744,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,6.550000191,52300.92861,0,20,0.06,0,NULL,23,NULL, +1102706,17,Proposed,CA_SCE_S,Central_PV,Solar,1.99000001,47302.84556,0,20,0,0.02,NULL,23,NULL, +1191210117,14,Proposed,CA_PGE_N,Geothermal,Geothermal,78,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155883,40,North Hurlburt Wind LLC,OR_WA_BPA,Wind,Wind,265,0,0,20,0,0,NULL,23,existing_generator, +1191209182,14,Proposed,CA_PGE_N,Bio_Gas,Bio_Gas,NULL,80604.00223,16.0398,20,0.11,0.04,13.5,23,NULL, +155082,15,Badger Creek Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,0,6.0375,40,0.04,0.06,10.767,23,existing_generator, +156603,26,American Falls Solar II,ID_E,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +77421,20,SanDiegoSouth: 522,CA_SDGE,Wind,Wind,49,115299.45,0,30,0.05,0.006,NULL,23,NULL, +155000,43,Monroe Street,WA_ID_AVA,Hydro_NonPumped,Water,14.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +157007,13,North Fork Community Power,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2,0,6.0375,20,0.04,0.06,10.439,23,existing_generator, +1112029,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,1.289999962,104948.1739,0,20,0.06,0,NULL,23,NULL, +1191209741,22,Proposed,CO_DEN,Battery_Storage,Electricity,NULL,69511.67139,0,10,0.02,0.0055,NULL,23,NULL, +1109568,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,7.440000057,53954.7225,0,20,0.06,0,NULL,23,NULL, +1112263,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.849999905,94128.12486,0,20,0.06,0,NULL,23,NULL, +1191183954,27,Proposed,ID_S_OR_E,Wind,Wind,30,94228.95111,0,30,0.05,0.006,NULL,23,NULL, +1109434,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,41.40999985,44925.88181,0,20,0.06,0,NULL,23,NULL, +156952,15,Berry NMW Cogens,CA_PGE_S,Gas_Combustion_Turbine,Gas,9.6,0,6.0375,40,0.04,0.06,12.958,23,existing_generator, +1108718,1,Proposed,AZ_APS_E,Central_PV,Solar,22.54000092," 92,211.70 ",0,20,0,0.02,NULL,23,NULL, +1113536,42,Proposed,UT_S,Central_PV,Solar,4.059999943,70751.17014,0,20,0,0.02,NULL,23,NULL, +155169,17,Wintec Energy Ltd,CA_SCE_S,Wind,Wind,5.9,0,0,20,0,0,NULL,23,existing_generator, +1104146,1,Proposed,AZ_APS_E,Central_PV,Solar,196.0700073," 102,366.54 ",0,20,0,0.02,NULL,23,NULL, +1109221,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,44.52999878,39087.13819,0,20,0.06,0,NULL,23,NULL, +1109091,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,5.829999924,61437.96319,0,20,0.06,0,NULL,23,NULL, +156759,35,Tungsten Mountain,NV_N,Geothermal,Geothermal,37,0,36.2145,20,0,0,NULL,23,existing_generator, +157136,37,Blue Marmot VI,OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +155285,15,Cymric 36W Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,12.4,0,6.0375,40,0.04,0.06,11.108,23,existing_generator, +1001399,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,47.33760071,0,0,20,0,0.02,NULL,23,NULL, +1002129,39,Proposed,OR_W,Commercial_PV,Solar,31.5053997,0,0,20,0,0.02,NULL,23,NULL, +1114424,36,Proposed,NV_S,Central_PV,Solar,148.8600006,49379.505,0,20,0,0.02,NULL,23,NULL, +155956,20,Watkins Manufacturing Co.,CA_SDGE,Gas_Internal_Combustion_Engine,Gas,2,0,33.579,20,0.04,0.06,13.464,23,existing_generator, +155120,14,Bidwell Ditch Project,CA_PGE_N,Hydro_NonPumped,Water,1.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155503,22,Boulder City Silver Lake Hydro,CO_DEN,Hydro_NonPumped,Water,3.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209478,9,Proposed,CAN_BC,CCGT,Gas,NULL," 77,646.11 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1115574,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,14.11999989,38605.82681,0,20,0.06,0,NULL,23,NULL, +1107781,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,15.84000015,78089.025,0,20,0.06,0,NULL,23,NULL, +1110913,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,6.050000191,152571.2475,0,20,0.06,0,NULL,23,NULL, +155856,27,Two Ponds Windfarm,ID_S_OR_E,Wind,Wind,23,0,0,20,0,0,NULL,23,existing_generator, +156867,12,"CoreSite Real Estate 1656 McCarthy, L.P.",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5,0,33.579,20,0.04,0.06,9.477,23,existing_generator, +156230,40,Carty Generating Station,OR_WA_BPA,CCGT,Gas,500,0,5.9409,40,0.04,0.06,11.306,23,existing_generator, +1191183281,41,Proposed,UT_N,Wind,Wind,30,85205.30361,0,30,0.05,0.006,NULL,23,NULL, +1191209744,25,Proposed,CO_SW,Battery_Storage,Electricity,NULL,69511.67139,0,10,0.02,0.0055,NULL,23,NULL, +1117906,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,32.68000031,70632.23139,0,20,0.06,0,NULL,23,NULL, +1191183799,6,Proposed,AZ_PHX,Wind,Wind,30,54441.58556,0,30,0.05,0.006,NULL,23,NULL, +155922,22,City & County of Denver at Denver Int'l,CO_DEN,Central_PV,Solar,3.4,0,0,20,0,0,NULL,23,existing_generator, +156392,12,CSD 2 - Heritage High,CA_PGE_BAY,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1117861,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.019999981,51764.07694,0,20,0.06,0,NULL,23,NULL, +1001091,1,Proposed,AZ_APS_E,Commercial_PV,Solar,6.759600163, - ,0,20,0,0.02,NULL,23,NULL, +1118684,35,Proposed,NV_N,Central_PV,Solar,5.900000095,154317.2925,0,20,0,0.02,NULL,23,NULL, +1103702,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.319999933,72980.57361,0,20,0,0.02,NULL,23,NULL, +155381,40,Hermiston Generating Plant,OR_WA_BPA,CCGT,Gas,621.2,0,5.9409,40,0.04,0.06,11.729,23,existing_generator, +1116857,12,Proposed,CA_PGE_BAY,Central_PV,Solar,1.190000057,57867.38569,0,20,0,0.02,NULL,23,NULL, +154652,43,Post Falls,WA_ID_AVA,Hydro_NonPumped,Water,14.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118443,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,4.829999924,156092.3175,0,20,0.06,0,NULL,23,NULL, +1118863,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,10.57999992,73991.9775,0,20,0.06,0,NULL,23,NULL, +155066,14,Muck Valley Hydroelectric,CA_PGE_N,Hydro_NonPumped,Water,29.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +155296,16,85 B,CA_SCE_CEN,Wind,Wind,21.2,0,0,20,0,0,NULL,23,existing_generator, +155003,22,Colorado Energy Nations Company,CO_DEN,Gas_Steam_Turbine,Gas,35,0,6.0375,60,0.04,0.06,13.338,23,existing_generator, +155536,17,Mountain View III,CA_SCE_S,Wind,Wind,22.4,0,0,20,0,0,NULL,23,existing_generator, +157907,9,Queen_Charlotte_Station,CAN_BC,Hydro_NonPumped,Water,5.7,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +154840,27,Anderson Ranch,ID_S_OR_E,Hydro_NonPumped,Water,40,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103049,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,6.199999809,58565.19806,0,20,0.06,0,NULL,23,NULL, +156890,23,Vilas Solar Array,CO_E,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +1113553,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,32.59999847,183413.2125,0,20,0.06,0,NULL,23,NULL, +154490,13,Moccasin,CA_PGE_CEN,Hydro_NonPumped,Water,100,0,0,200,0.05,0.05,NULL,23,existing_generator, +158073,8,Wind_EP_Can_15,CAN_ALB,Wind,Wind,81.4,0,0,30,0.05,0.006,NULL,23,existing_generator, +1100103,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.120000005,53865.12694,0,20,0.06,0,NULL,23,NULL, +1104467,25,Proposed,CO_SW,Central_PV,Solar,51.34000015,64848.30639,0,20,0,0.02,NULL,23,NULL, +1110882,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,53.43999863," 74,172.14 ",0,20,0.06,0,NULL,23,NULL, +1002140,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,136.3179932,0,0,20,0,0.02,NULL,23,NULL, +1110104,36,Proposed,NV_S,Central_PV,Solar,57.97999954,50293.82306,0,20,0,0.02,NULL,23,NULL, +1108221,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.650000095,67685.205,0,20,0.06,0,NULL,23,NULL, +1191183821,40,Proposed,OR_WA_BPA,Wind,Wind,30,151042.5525,0,30,0.05,0.006,NULL,23,NULL, +155947,21,Aerojet II,CA_SMUD,Central_PV,Solar,2.7,0,0,20,0,0,NULL,23,existing_generator, +1104891,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,30.23999977,52671.63111,0,20,0.06,0,NULL,23,NULL, +1191185120,23,Proposed,CO_E,Wind,Wind,870,51973.94139,0,30,0.05,0.006,NULL,23,NULL, +1117023,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,58.18000031,67954.35486,0,20,0.06,0,NULL,23,NULL, +155771,17,Solar Photovoltaic Project #06,CA_SCE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191209575,6,Proposed,AZ_PHX,Coal_IGCC,Coal,NULL,69511.67139,7.3442565,40,0.08,0.12,7.95,23,NULL, +157020,13,Foundation Dole Fresh Vegetables,CA_PGE_CEN,Wind,Wind,5.6,0,0,20,0,0,NULL,23,existing_generator, +1114874,16,Proposed,CA_SCE_CEN,Central_PV,Solar,33.95999908,64001.96681,0,20,0,0.02,NULL,23,NULL, +1191184075,46,Proposed,WA_W,Wind,Wind,30,44740.04944,0,30,0.05,0.006,NULL,23,NULL, +156407,24,Mesa PV1,CO_NW,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +1191184034,46,Proposed,WA_W,Wind,Wind,30,76452.38139,0,30,0.05,0.006,NULL,23,NULL, +1191185519,43,Proposed,WA_ID_AVA,Wind,Wind,90,52037.08986,0,30,0.05,0.006,NULL,23,NULL, +155165,17,San Antonio Regional Hospital,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,2.7,0,33.579,20,0.04,0.06,9.224,23,existing_generator, +1112621,2,Proposed,AZ_APS_N,Central_PV,Solar,4.159999847,153647.13,0,20,0,0.02,NULL,23,NULL, +1113989,10,Proposed,CA_IID,Central_PV,Solar,1.809999943,45853.72764,0,20,0,0.02,NULL,23,NULL, +1116416,17,Proposed,CA_SCE_S,Central_PV,Solar,5.460000038,51897.74625,0,20,0,0.02,NULL,23,NULL, +156093,33,El Cabo Wind,NM_N,Wind,Wind,298,0,0,20,0,0,NULL,23,existing_generator, +1115728,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.529999971,88402.2825,0,20,0.06,0,NULL,23,NULL, +1118753,5,Proposed,AZ_NW,Central_PV,Solar,35.13000107,63114.94014,0,20,0,0.02,NULL,23,NULL, +1191184839,3,Proposed,AZ_APS_SW,Wind,Wind,30,69179.12306,0,30,0.05,0.006,NULL,23,NULL, +1112195,5,Proposed,AZ_NW,Central_PV,Solar,10.18000031,39565.18556,0,20,0,0.02,NULL,23,NULL, +1191183315,24,Proposed,CO_NW,Wind,Wind,30,45723.55819,0,30,0.05,0.006,NULL,23,NULL, +155586,46,Sierra Pacific Burlington Facility,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,28,0,13.35495,20,0.04,0.06,9.314,23,existing_generator, +1114824,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,4.75,50043.87056,0,20,0.06,0,NULL,23,NULL, +1116088,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,8.68999958,65435.87306,0,20,0.06,0,NULL,23,NULL, +1109186,33,Proposed,NM_N,Central_PV,Solar,49.84000015,43133.34806,0,20,0,0.02,NULL,23,NULL, +156892,14,CDCR (CA) - Solano State Prison,CA_PGE_N,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +77484,16,MountainPass: 1543,CA_SCE_CEN,Wind,Wind,47,43470,0,30,0.05,0.006,NULL,23,NULL, +156552,42,Fiddler's Canyon #2,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1100326,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,123.8600006,67150.40514,0,20,0.06,0,NULL,23,NULL, +1118741,18,Proposed,CA_SCE_SE,Central_PV,Solar,37.79999924,57222.45806,0,20,0,0.02,NULL,23,NULL, +154617,43,Kettle Falls Generating Station,WA_ID_AVA,Bio_Solid_Steam_Turbine,Bio_Solid,50.7,0,13.35495,20,0.04,0.06,11.761,23,existing_generator, +155428,12,Delta Energy Center,CA_PGE_BAY,CCGT,Gas,943.5,0,5.9409,40,0.04,0.06,6.97,23,existing_generator, +77366,16,Tehachapi: 37,CA_SCE_CEN,Wind,Wind,116,87088.05,0,30,0.05,0.006,NULL,23,NULL, +1105947,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,27.94000053,48934.30069,0,20,0.06,0,NULL,23,NULL, +1191184297,48,Proposed,WY_NW,Wind,Wind,750,113633.1176,0,30,0.05,0.006,NULL,23,NULL, +1000341,1,Proposed,AZ_APS_E,Commercial_PV,Solar,32.45819855, - ,0,20,0,0.02,NULL,23,NULL, +1191185356,49,Proposed,WY_SE,Wind,Wind,30,94902.00973,0,30,0.05,0.006,NULL,23,NULL, +156754,10,SEPV Imperial Dixieland East,CA_IID,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +156358,37,Oregon University System OIT Klamath Fal,OR_E,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1118661,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.690000057,206920.8225,0,20,0.06,0,NULL,23,NULL, +1104083,1,Proposed,AZ_APS_E,Central_PV,Solar,163.1399994," 95,718.28 ",0,20,0,0.02,NULL,23,NULL, +1112206,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,60.97999954,52589.28056,0,20,0.06,0,NULL,23,NULL, +157067,17,San Pablo Raceway,CA_SCE_S,Central_PV,Solar,100,0,0,20,0,0,NULL,23,existing_generator, +1191209552,33,Proposed,NM_N,Gas_Combustion_Turbine,Gas,NULL,70990.73625,33.5769,20,0.03,0.05,10.39,23,NULL, +77426,14,RoundMountain: 530,CA_PGE_N,Wind,Wind,43,52658.55,0,30,0.05,0.006,NULL,23,NULL, +1191209399,42,Proposed,UT_S,Geothermal,Geothermal,20,54048.54431,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1114865,1,Proposed,AZ_APS_E,Central_PV,Solar,34.15000153," 96,553.76 ",0,20,0,0.02,NULL,23,NULL, +1116963,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,26.18000031,123902.7825,0,20,0.06,0,NULL,23,NULL, +1104974,2,Proposed,AZ_APS_N,Central_PV,Solar,20.07999992,66774.38681,0,20,0,0.02,NULL,23,NULL, +155657,39,Evergreen BioPower LLC,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,21,0,13.35495,20,0.04,0.06,21.731,23,existing_generator, +1117936,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,15.18000031,57426.40764,0,20,0.06,0,NULL,23,NULL, +1191210557,39,Proposed,OR_W,Gas_Steam_Turbine_Cogen,Gas,36,0,4.456347,40,0.1288,0.0915,4.82263,23,NULL, +1110881,1,Proposed,AZ_APS_E,Central_PV,Solar,53.43999863," 74,172.14 ",0,20,0,0.02,NULL,23,NULL, +1117320,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,30.77000046,59803.61194,0,20,0.06,0,NULL,23,NULL, +155543,41,Kennecott Power Plant,UT_N,Gas_Combustion_Turbine,Gas,6.4,0,6.0375,40,0.04,0.06,11.006,23,existing_generator, +1109076,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,5.670000076,55044.36861,0,20,0.06,0,NULL,23,NULL, +1002120,39,Proposed,OR_W,Residential_PV,Solar,251.7709961,0,0,20,0,0.02,NULL,23,NULL, +155430,20,Otay Mesa Generating Project,CA_SDGE,CCGT,Gas,688.5,0,5.9409,40,0.04,0.06,7.818,23,existing_generator, +154816,22,Fort St Vrain,CO_DEN,Gas_Combustion_Turbine,Gas,280.6,0,6.0375,40,0.04,0.06,11.336,23,existing_generator, +157101,22,Amazon Denver DEN3,CO_DEN,Central_PV,Solar,4.6,0,0,20,0,0,NULL,23,existing_generator, +1191185378,22,Proposed,CO_DEN,Wind,Wind,30,42218.78944,0,30,0.05,0.006,NULL,23,NULL, +1191182559,36,Proposed,NV_S,Wind,Wind,30,80935.95152,0,30,0.05,0.006,NULL,23,NULL, +1191185424,22,Proposed,CO_DEN,Wind,Wind,90,43996.47,0,30,0.05,0.006,NULL,23,NULL, +1191210858,8,Proposed,CAN_ALB,Wind,Wind,6706.220215,51865.62486,0,30,0.05,0.006,NULL,23,NULL, +1191185110,23,Proposed,CO_E,Wind,Wind,150,62937.91875,0,30,0.05,0.006,NULL,23,NULL, +1107278,2,Proposed,AZ_APS_N,Central_PV,Solar,15.96000004,90050.27473,0,20,0,0.02,NULL,23,NULL, +154713,38,North Fork,OR_PDX,Hydro_NonPumped,Water,40.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155366,43,Ford Hydro LP,WA_ID_AVA,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156405,15,"CID Solar, LLC",CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +77348,16,Tehachapi: 16,CA_SCE_CEN,Wind,Wind,96,86827.65,0,30,0.05,0.006,NULL,23,NULL, +1110093,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.049999952,70290.26361,0,20,0.06,0,NULL,23,NULL, +1191185292,25,Proposed,CO_SW,Wind,Wind,30,42300.41361,0,30,0.05,0.006,NULL,23,NULL, +1112235,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,68.61000061,82480.45723,0,20,0.06,0,NULL,23,NULL, +1191185470,43,Proposed,WA_ID_AVA,Wind,Wind,60,64040.36625,0,30,0.05,0.006,NULL,23,NULL, +1191185334,44,Proposed,WA_N_CEN,Wind,Wind,60,67186.14431,0,30,0.05,0.006,NULL,23,NULL, +156770,21,Dept of General Services -FTB,CA_SMUD,Central_PV,Solar,2.7,0,0,20,0,0,NULL,23,existing_generator, +1116092,10,Proposed,CA_IID,Central_PV,Solar,9.520000458,57015.25389,0,20,0,0.02,NULL,23,NULL, +1113458,35,Proposed,NV_N,Central_PV,Solar,12.96000004,100789.0628,0,20,0,0.02,NULL,23,NULL, +1191182818,49,Proposed,WY_SE,Wind,Wind,30,80493.51598,0,30,0.05,0.006,NULL,23,NULL, +1191184557,35,Proposed,NV_N,Wind,Wind,330,50200.00125,0,30,0.05,0.006,NULL,23,NULL, +1191210071,35,Proposed,NV_N,Geothermal,Geothermal,32.90000153,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156072,17,Brea Expansion Plant,CA_SCE_S,Bio_Gas,Bio_Gas,35.7,0,6.0375,20,0.04,0.06,9.334,23,existing_generator, +1113053,2,Proposed,AZ_APS_N,Central_PV,Solar,23.81999969,72780.97764,0,20,0,0.02,NULL,23,NULL, +156594,16,RE Astoria,CA_SCE_CEN,Central_PV,Solar,100,0,0,20,0,0,NULL,23,existing_generator, +1102745,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.070000172,93266.33777,0,20,0,0.02,NULL,23,NULL, +156048,7,Arzon Solar UASTP Solar Power Station,AZ_SE,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +157135,37,Blue Marmot VII,OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1102913,7,Proposed,AZ_SE,Central_PV,Solar,354.2000122,68670.04389,0,20,0,0.02,NULL,23,NULL, +1112265,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,60.49000168,71030.82431,0,20,0.06,0,NULL,23,NULL, +77438,16,Tehachapi: 551,CA_SCE_CEN,Wind,Wind,20,42595.35,0,30,0.05,0.006,NULL,23,NULL, +156138,17,SEPV9 Power Plant,CA_SCE_S,Central_PV,Solar,9,0,0,20,0,0,NULL,23,existing_generator, +77507,12,Solano: 1907,CA_PGE_BAY,Wind,Wind,32,49277.55,0,30,0.05,0.006,NULL,23,NULL, +1100979,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,155.5599976,57449.70861,0,20,0.06,0,NULL,23,NULL, +1191210387,14,Proposed,CA_PGE_N,CCGT_Cogen,Gas,66,0,4.1213235,20,0.04,0.06,6.18802,23,NULL, +77338,16,Tehachapi: 6,CA_SCE_CEN,Wind,Wind,72,87088.05,0,30,0.05,0.006,NULL,23,NULL, +1108042,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.350000024,64617.79181,0,20,0.06,0,NULL,23,NULL, +1191182638,39,Proposed,OR_W,Wind,Wind,30,54151.78556,0,30,0.05,0.006,NULL,23,NULL, +1115762,2,Proposed,AZ_APS_N,Central_PV,Solar,36.79999924,96457.99611,0,20,0,0.02,NULL,23,NULL, +154914,14,Black Butte,CA_PGE_N,Hydro_NonPumped,Water,6.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +154536,14,Oxbow (CA),CA_PGE_N,Hydro_NonPumped,Water,6.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +77407,16,Tehachapi: 508,CA_SCE_CEN,Wind,Wind,46,86785.65,0,30,0.05,0.006,NULL,23,NULL, +1001791,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,49.31520081,0,0,20,0,0.02,NULL,23,NULL, +155973,26,Power County Wind Park North,ID_E,Wind,Wind,22.5,0,0,20,0,0,NULL,23,existing_generator, +155331,49,Sinclair Oil Refinery,WY_SE,Gas_Steam_Turbine,Gas,1.7,0,6.0375,60,0.04,0.06,16.454,23,existing_generator, +155722,39,Riverbend Landfill,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,0,6.0375,20,0.04,0.06,9.104,23,existing_generator, +1116143,17,Proposed,CA_SCE_S,Central_PV,Solar,11.06999969,95652.47098,0,20,0,0.02,NULL,23,NULL, +155836,3,Agua Caliente Solar Project,AZ_APS_SW,Central_PV,Solar,347.7,0,0,20,0,0,NULL,23,existing_generator, +1000797,10,Proposed,CA_IID,Commercial_PV,Solar,316.6549988,0,0,20,0,0.02,NULL,23,NULL, +1191185692,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,340435.305,0,30,0.05,0.006,NULL,23,NULL, +1107434,40,Proposed,OR_WA_BPA,Central_PV,Solar,3.940000057,51442.39611,0,20,0,0.02,NULL,23,NULL, +1191210385,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,113.5,0,4.1213235,20,0.04,0.06,8.50239,23,NULL, +1103534,39,Proposed,OR_W,Central_PV,Solar,1.870000005,44023.27556,0,20,0,0.02,NULL,23,NULL, +1191183322,24,Proposed,CO_NW,Wind,Wind,30,62163.43014,0,30,0.05,0.006,NULL,23,NULL, +1191185472,43,Proposed,WA_ID_AVA,Wind,Wind,30,67236.74139,0,30,0.05,0.006,NULL,23,NULL, +156364,13,Central Valley Ag Power,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.5,0,6.0375,20,0.04,0.06,7.927,23,existing_generator, +155328,22,University of Colorado,CO_DEN,CCGT,Gas,33,0,5.9409,40,0.04,0.06,12.005,23,existing_generator, +155886,17,Solar Photovoltaic Project #33,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1000093,15,Proposed,CA_PGE_S,Commercial_PV,Solar,13.63249969,0,0,20,0,0.02,NULL,23,NULL, +1108252,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,64.66000366,47795.62819,0,20,0.06,0,NULL,23,NULL, +1118671,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,7.159999847,170745.33,0,20,0.06,0,NULL,23,NULL, +1113125,5,Proposed,AZ_NW,Central_PV,Solar,105.1299973,67629.29681,0,20,0,0.02,NULL,23,NULL, +1107747,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,47.29000092,103196.5725,0,20,0.06,0,NULL,23,NULL, +1103629,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.710000038,80349.71027,0,20,0.06,0,NULL,23,NULL, +1106872,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,27.68000031,43458.65139,0,20,0.06,0,NULL,23,NULL, +1191183928,27,Proposed,ID_S_OR_E,Wind,Wind,90,48857.26125,0,30,0.05,0.006,NULL,23,NULL, +156642,17,Dulles,CA_SCE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1116580,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,22.27000046,111649.7989,0,20,0.06,0,NULL,23,NULL, +1000418,50,Proposed,WY_SW,Residential_PV,Solar,172.4839935,0,0,20,0,0.02,NULL,23,NULL, +1114372,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,9.789999962,84689.46527,0,20,0.06,0,NULL,23,NULL, +154481,16,Santa Ana 3,CA_SCE_CEN,Hydro_NonPumped,Water,3.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104498,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,34.52000046,55986.70444,0,20,0.06,0,NULL,23,NULL, +1000300,33,Proposed,NM_N,Residential_PV,Solar,23.64699936,0,0,20,0,0.02,NULL,23,NULL, +155194,20,Gas Utilization Facility,CA_SDGE,Hydro_NonPumped,Water,1.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1100367,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,146.1000061,73312.27764,0,20,0.06,0,NULL,23,NULL, +1113425,14,Proposed,CA_PGE_N,Central_PV,Solar,2.849999905,59738.28431,0,20,0,0.02,NULL,23,NULL, +1191183329,24,Proposed,CO_NW,Wind,Wind,120,42080.40806,0,30,0.05,0.006,NULL,23,NULL, +1001092,4,Proposed,AZ_NM_N,Residential_PV,Solar,173.875,0,0,20,0,0.02,NULL,23,NULL, +1118649,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,44.86000061,54555.69431,0,20,0.06,0,NULL,23,NULL, +1115281,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,22.44000053,53613.60375,0,20,0.06,0,NULL,23,NULL, +157847,9,Akolkolex,CAN_BC,Hydro_NonPumped,Water,9,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1107317,18,Proposed,CA_SCE_SE,Central_PV,Solar,39.79000092,101789.9576,0,20,0,0.02,NULL,23,NULL, +154368,5,Davis Dam,AZ_NW,Hydro_NonPumped,Water,254.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103473,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,335.8599854,55202.79639,0,20,0.06,0,NULL,23,NULL, +154996,1,Springerville,AZ_APS_E,Coal_Steam_Turbine,Coal,1765.8,0,5.2164,40,0.04,0.06,11.843,23,existing_generator, +1109493,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.480000019,86886.62473,0,20,0.06,0,NULL,23,NULL, +155277,15,Lost Hills Cogeneration Plant,CA_PGE_S,Gas_Combustion_Turbine,Gas,10.5,0,6.0375,40,0.04,0.06,8.495,23,existing_generator, +1118619,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,10.71000004,55816.81014,0,20,0.06,0,NULL,23,NULL, +1000199,22,Proposed,CO_DEN,Commercial_PV,Solar,3821.610107,0,0,20,0,0.02,NULL,23,NULL, +1114808,42,Proposed,UT_S,Central_PV,Solar,88.23999786,71404.18236,0,20,0,0.02,NULL,23,NULL, +157140,35,Lovelock Solar,NV_N,Central_PV,Solar,190,0,0,20,0,0,NULL,23,existing_generator, +1000867,11,Proposed,CA_LADWP,Commercial_PV,Solar,692.6209717,0,0,20,0,0.02,NULL,23,NULL, +1191209520,1,Proposed,AZ_APS_E,Gas_Combustion_Turbine,Gas,NULL," 69,511.67 ",33.5769,20,0.03,0.05,10.39,23,NULL, +77378,16,Tehachapi: 51,CA_SCE_CEN,Wind,Wind,17,86953.65,0,30,0.05,0.006,NULL,23,NULL, +1191184157,42,Proposed,UT_S,Wind,Wind,1530,78929.68556,0,30,0.05,0.006,NULL,23,NULL, +156226,16,Rosamond Two,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191183330,24,Proposed,CO_NW,Wind,Wind,180,47357.18306,0,30,0.05,0.006,NULL,23,NULL, +1106383,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,28.55999947,96645.885,0,20,0.06,0,NULL,23,NULL, +1117380,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,15.15999985,77660.3625,0,20,0.06,0,NULL,23,NULL, +1191183940,27,Proposed,ID_S_OR_E,Wind,Wind,420,71863.51819,0,30,0.05,0.006,NULL,23,NULL, +1191185309,33,Proposed,NM_N,Wind,Wind,30,75511.13514,0,30,0.05,0.006,NULL,23,NULL, +155375,10,Ormesa II,CA_IID,Geothermal,Geothermal,24,0,36.2145,20,0,0,NULL,23,existing_generator, +155486,21,Kiefer Landfill,CA_SMUD,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,9,0,6.0375,20,0.04,0.06,11.857,23,existing_generator, +156178,14,Gridley Main,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156693,33,Wal-Mart Truth or Consequences PV,NM_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191183277,41,Proposed,UT_N,Wind,Wind,30,87997.64736,0,30,0.05,0.006,NULL,23,NULL, +156237,7,Union HS at Casa Grande,AZ_SE,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +156565,36,Playa Solar,NV_S,Central_PV,Solar,79,0,0,20,0,0,NULL,23,existing_generator, +1117909,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,25.92000008,90117.05514,0,20,0.06,0,NULL,23,NULL, +77468,16,Barstow: 590,CA_SCE_CEN,Wind,Wind,23,55286.7,0,30,0.05,0.006,NULL,23,NULL, +1110147,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,2.869999886,80599.4175,0,20,0.06,0,NULL,23,NULL, +1108767,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,12.43999958,68748.40875,0,20,0.06,0,NULL,23,NULL, +1000305,4,Proposed,AZ_NM_N,Commercial_PV,Solar,36.24969864,0,0,20,0,0.02,NULL,23,NULL, +1105230,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,24.72999954,66835.24764,0,20,0.06,0,NULL,23,NULL, +156516,19,Tropico Solar PV Plant,CA_SCE_VLY,Central_PV,Solar,14,0,0,20,0,0,NULL,23,existing_generator, +154391,14,De Sabla,CA_PGE_N,Hydro_NonPumped,Water,18.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +157968,8,Kephlls1,CAN_ALB,Coal_Steam_Turbine,Coal,411,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +155011,14,Fairhaven Power,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,18.8,0,13.35495,20,0.04,0.06,11.413,23,existing_generator, +1104552,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.789999962,112703.8238,0,20,0.06,0,NULL,23,NULL, +155888,40,South Hurlburt Wind LLC,OR_WA_BPA,Wind,Wind,290,0,0,20,0,0,NULL,23,existing_generator, +156954,22,Oak Leaf Solar XXVII LLC,CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1106006,16,Proposed,CA_SCE_CEN,Central_PV,Solar,32.45000076,79441.30236,0,20,0,0.02,NULL,23,NULL, +1110094,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.049999952,70290.26361,0,20,0.06,0,NULL,23,NULL, +1117454,6,Proposed,AZ_PHX,Central_PV,Solar,49.79000092,77351.48306,0,20,0,0.02,NULL,23,NULL, +1110522,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,5.739999771,81761.63625,0,20,0.06,0,NULL,23,NULL, +1113100,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,39.59999847,60920.06361,0,20,0.06,0,NULL,23,NULL, +1191182840,49,Proposed,WY_SE,Wind,Wind,60,57080.81736,0,30,0.05,0.006,NULL,23,NULL, +1109219,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,44.52999878,39087.13819,0,20,0,0.02,NULL,23,NULL, +1114826,42,Proposed,UT_S,Central_PV,Solar,8.010000229,87616.44527,0,20,0,0.02,NULL,23,NULL, +1191182509,36,Proposed,NV_S,Wind,Wind,1320,46781.80931,0,30,0.05,0.006,NULL,23,NULL, +1114106,36,Proposed,NV_S,Central_PV,Solar,7.329999924,68316.7275,0,20,0,0.02,NULL,23,NULL, +155998,17,Golden Springs Building C-1,CA_SCE_S,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +157876,9,Fitzsimmons_Creek_Hydro_Project,CAN_BC,Hydro_NonPumped,Water,7.5,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +158023,8,PplrHll1,CAN_ALB,Gas_Combustion_Turbine,Gas,45,0,35.25579912,20,0.03,0.05,11.25,23,existing_generator, +1100499,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,92.94000244,75747.07875,0,20,0.06,0,NULL,23,NULL, +1111736,36,Proposed,NV_S,Central_PV,Solar,27.07999992,226037.9625,0,20,0,0.02,NULL,23,NULL, +1104464,4,Proposed,AZ_NM_N,Central_PV,Solar,2.400000095,65075.07111,0,20,0,0.02,NULL,23,NULL, +156870,40,Adams Solar Center,OR_WA_BPA,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +156874,15,ABEC #4 dba CE&S Dairy,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,0,6.0375,20,0.04,0.06,10.439,23,existing_generator, +1191210839,4,Proposed,AZ_NM_N,CCGT,Gas,NULL," 70,990.74 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1103459,32,Proposed,MT_SW,Central_PV,Solar,156.0899963,61403.06361,0,20,0,0.02,NULL,23,NULL, +1104903,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,16.30999947,50529.77139,0,20,0.06,0,NULL,23,NULL, +1107303,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,2.569999933,51883.98264,0,20,0.06,0,NULL,23,NULL, +154487,17,Grayson,CA_SCE_S,Bio_Gas_Steam_Turbine,Bio_Gas,23,0,6.0375,20,0.1288,0.0915,7.894,23,existing_generator, +1110944,36,Proposed,NV_S,Central_PV,Solar,49.59999847,67483.31194,0,20,0,0.02,NULL,23,NULL, +1191209302,26,Proposed,ID_E,Geothermal,Geothermal,20,71324.00625,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155591,27,Milner Dam Wind Park LLC,ID_S_OR_E,Wind,Wind,19.5,0,0,20,0,0,NULL,23,existing_generator, +1101162,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,1897.189941,114772.3939,0,20,0.06,0,NULL,23,NULL, +1000149,35,Proposed,NV_N,Commercial_PV,Solar,347.526001,0,0,20,0,0.02,NULL,23,NULL, +1113525,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,4.659999847,89118.20736,0,20,0.06,0,NULL,23,NULL, +1112328,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,6.179999828,77337.23361,0,20,0.06,0,NULL,23,NULL, +1108175,36,Proposed,NV_S,Central_PV,Solar,2.450000048,44919.72639,0,20,0,0.02,NULL,23,NULL, +1112675,42,Proposed,UT_S,Central_PV,Solar,11.81000042,63343.035,0,20,0,0.02,NULL,23,NULL, +1103704,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.319999933,72980.57361,0,20,0.06,0,NULL,23,NULL, +1105439,2,Proposed,AZ_APS_N,Central_PV,Solar,36.97999954,59486.76111,0,20,0,0.02,NULL,23,NULL, +1112663,35,Proposed,NV_N,Central_PV,Solar,1.309999943,89378.06514,0,20,0,0.02,NULL,23,NULL, +1115714,35,Proposed,NV_N,Central_PV,Solar,19.31999969,77044.90069,0,20,0,0.02,NULL,23,NULL, +1102676,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.279999971,58272.61986,0,20,0,0.02,NULL,23,NULL, +1107804,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,6.340000153,46962.33056,0,20,0.06,0,NULL,23,NULL, +154963,41,Bonanza,UT_N,Coal_Steam_Turbine,Coal,499.5,0,5.2164,40,0.04,0.06,11.457,23,existing_generator, +156368,15,"RE Old River One, LLC",CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +155695,40,Willow Creek Energy Center,OR_WA_BPA,Wind,Wind,72,0,0,20,0,0,NULL,23,existing_generator, +1108724,35,Proposed,NV_N,Central_PV,Solar,11.03999996,76335.97556,0,20,0,0.02,NULL,23,NULL, +155271,35,Terra-Gen Dixie Valley,NV_N,Geothermal,Geothermal,64.7,0,36.2145,20,0,0,NULL,23,existing_generator, +1109247,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2,67164.89514,0,20,0.06,0,NULL,23,NULL, +1191184840,3,Proposed,AZ_APS_SW,Wind,Wind,30,77410.53264,0,30,0.05,0.006,NULL,23,NULL, +1110105,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,57.97999954,50293.82306,0,20,0.06,0,NULL,23,NULL, +1113957,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.429999948,62395.62861,0,20,0.06,0,NULL,23,NULL, +1102863,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,40.84000015,87214.58361,0,20,0.06,0,NULL,23,NULL, +1191184268,48,Proposed,WY_NW,Wind,Wind,30,97376.17723,0,30,0.05,0.006,NULL,23,NULL, +156638,17,Building F,CA_SCE_S,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1109574,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,34.34999847,65792.68931,0,20,0.06,0,NULL,23,NULL, +1191210545,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,6.199999809,0,33.5769,20,0.03,0.05,4.81831,23,NULL, +155495,14,Feather River Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,0,6.0375,40,0.04,0.06,8.536,23,existing_generator, +154342,13,J S Eastwood,CA_PGE_CEN,Hydro_Pumped,Water,199.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +154453,13,Big Creek 8,CA_PGE_CEN,Hydro_NonPumped,Water,75,0,0,200,0.05,0.05,NULL,23,existing_generator, +156650,33,Santolina Solar Energy Center,NM_N,Central_PV,Solar,10.5,0,0,20,0,0,NULL,23,existing_generator, +1106014,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.809999943,56086.20056,0,20,0.06,0,NULL,23,NULL, +1191183373,24,Proposed,CO_NW,Wind,Wind,60,56588.28,0,30,0.05,0.006,NULL,23,NULL, +1101113,47,Proposed,WY_NE,Central_PV,Solar,66.62000275,44862.61069,0,20,0,0.02,NULL,23,NULL, +1113473,33,Proposed,NM_N,Central_PV,Solar,33.20999908,80658.94348,0,20,0,0.02,NULL,23,NULL, +1116105,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,76.84999847,174579.1425,0,20,0.06,0,NULL,23,NULL, +1191183406,4,Proposed,AZ_NM_N,Wind,Wind,90,95620.35902,0,30,0.05,0.006,NULL,23,NULL, +1104526,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,50.04000092,62599.69611,0,20,0.06,0,NULL,23,NULL, +1102974,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,77.68000031,46728.07556,0,20,0.06,0,NULL,23,NULL, +1191209326,35,Proposed,NV_N,Geothermal,Geothermal,24,72823.24014,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209604,35,Proposed,NV_N,Coal_IGCC,Coal,NULL,77646.11306,7.3442565,40,0.08,0.12,7.95,23,NULL, +1113521,42,Proposed,UT_S,Central_PV,Solar,42.95000076,154992.285,0,20,0,0.02,NULL,23,NULL, +1104795,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,5.860000134,97186.96764,0,20,0.06,0,NULL,23,NULL, +1106194,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.28000021,153764.2575,0,20,0.06,0,NULL,23,NULL, +1191209398,26,Proposed,ID_E,Geothermal,Geothermal,10,155942.5875,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157081,17,DESI-1 Battery Energy Storage Facility,CA_SCE_S,Battery_Storage,Electricity,2.4,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1111738,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,27.07999992,226037.9625,0,20,0.06,0,NULL,23,NULL, +156840,29,"Magpie Solar, LLC",MT_NE,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +155401,43,Plummer Cogen,WA_ID_AVA,Bio_Solid_Steam_Turbine,Bio_Solid,6.2,0,13.35495,20,0.04,0.06,10.29,23,existing_generator, +155801,45,Cedar Hills,WA_SEATAC,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,5.4,0,6.0375,20,0.04,0.06,8.522,23,existing_generator, +156868,12,"CoreSite Real Estate 2901 Coronado, L.P.",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,0,33.579,20,0.04,0.06,8.848,23,existing_generator, +1110762,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,6.119999886,43112.94319,0,20,0.06,0,NULL,23,NULL, +156241,13,Madera Community Hospital,CA_PGE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191210591,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1191210543,20,Proposed,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,6.400000095,0,16.0398,20,0.11,0.04,11.7248,23,NULL, +1114864,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.419999957,53418.11139,0,20,0.06,0,NULL,23,NULL, +1108713,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,5.579999924,44043.92569,0,20,0.06,0,NULL,23,NULL, +1108245,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,57.09999847,149203.53,0,20,0.06,0,NULL,23,NULL, +157061,13,EDPR CA Solar Park VI LLC (CA),CA_PGE_CEN,Battery_Storage,Electricity,40,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1103977,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.309999943,66884.15139,0,20,0.06,0,NULL,23,NULL, +1111344,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,36.29000092,58190.50986,0,20,0.06,0,NULL,23,NULL, +1117706,41,Proposed,UT_N,Central_PV,Solar,48.41999817,89932.185,0,20,0,0.02,NULL,23,NULL, +156912,39,Douglas County Forest Products,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,6.3,0,13.35495,20,0.04,0.06,12.934,23,existing_generator, +1191183613,29,Proposed,MT_NE,Wind,Wind,30,133175.175,0,30,0.05,0.006,NULL,23,NULL, +155293,39,Lacomb Irrigation District,OR_W,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +156525,15,Coronal Lost Hills,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1118839,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,4.949999809,65860.91306,0,20,0.06,0,NULL,23,NULL, +1000198,42,Proposed,UT_S,Residential_PV,Solar,7841.069824,0,0,20,0,0.02,NULL,23,NULL, +1191210092,35,Proposed,NV_N,Geothermal,Geothermal,4.800000191,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110920,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.559999943,94463.9325,0,20,0,0.02,NULL,23,NULL, +1100261,15,Proposed,CA_PGE_S,Central_PV,Solar,63.90999985,53152.57931,0,20,0,0.02,NULL,23,NULL, +1113836,35,Proposed,NV_N,Central_PV,Solar,2.029999971,91173.13652,0,20,0,0.02,NULL,23,NULL, +1115779,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.599999905,77041.88194,0,20,0.06,0,NULL,23,NULL, +155744,17,Whittier LFG Power Plant #1,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,0,6.0375,20,0.04,0.06,11.452,23,existing_generator, +1117431,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,15.14000034,80098.18236,0,20,0.06,0,NULL,23,NULL, +1191182470,36,Proposed,NV_S,Wind,Wind,30,208426.575,0,30,0.05,0.006,NULL,23,NULL, +155227,22,JM Shafer Generating Station,CO_DEN,CCGT,Gas,396.9,0,5.9409,40,0.04,0.06,11.535,23,existing_generator, +1116987,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,39.58000183,82963.09875,0,20,0.06,0,NULL,23,NULL, +1191183905,27,Proposed,ID_S_OR_E,Wind,Wind,120,39516.76528,0,30,0.05,0.006,NULL,23,NULL, +154492,10,Drop 2 (CA),CA_IID,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +157998,8,MedcnHt8,CAN_ALB,Gas_Combustion_Turbine,Gas,44.9,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +155241,46,Twin Falls Hydro,WA_W,Hydro_NonPumped,Water,24,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182822,49,Proposed,WY_SE,Wind,Wind,450,80472.02625,0,30,0.05,0.006,NULL,23,NULL, +1103030,8,Proposed,CAN_ALB,Central_PV,Solar,871.1799927,52290.54694,0,20,0,0.02,NULL,23,NULL, +1115651,25,Proposed,CO_SW,Central_PV,Solar,130.4199982,69642.08139,0,20,0,0.02,NULL,23,NULL, +154522,13,Exchequer,CA_PGE_CEN,Hydro_NonPumped,Water,94.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106880,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,13.97999954,79980.81902,0,20,0.06,0,NULL,23,NULL, +156549,15,CDCR (CA) - Pleasant Valley State Prison,CA_PGE_S,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +156917,17,Target Shafter,CA_SCE_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1108024,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.119999886,62190.23569,0,20,0.06,0,NULL,23,NULL, +155119,10,Salton Sea Power Gen Co - Unit 2,CA_IID,Geothermal,Geothermal,20,0,36.2145,20,0,0,NULL,23,existing_generator, +1117931,16,Proposed,CA_SCE_CEN,Central_PV,Solar,18.30999947,66390.52444,0,20,0,0.02,NULL,23,NULL, +1191209641,22,Proposed,CO_DEN,Coal_Steam_Turbine,Coal,NULL,69511.67139,4.166232,40,0.06,0.1,9,23,NULL, +1191182459,36,Proposed,NV_S,Wind,Wind,120,50354.68389,0,30,0.05,0.006,NULL,23,NULL, +1104539,35,Proposed,NV_N,Central_PV,Solar,2.359999895,160347.5475,0,20,0,0.02,NULL,23,NULL, +1115229,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,50.04999924,45023.08556,0,20,0.06,0,NULL,23,NULL, +1191185654,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,150,121107.42,0,30,0.05,0.006,NULL,23,NULL, +157897,9,Morehead_Creek,CAN_BC,Hydro_NonPumped,Water,0.1,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +155061,16,SEGS V,CA_SCE_CEN,ST,Solar,34.2,0,0,20,0,0,NULL,23,existing_generator, +1191185675,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,121816.2225,0,30,0.05,0.006,NULL,23,NULL, +154870,7,Valencia,AZ_SE,Gas_Combustion_Turbine,Gas,108,0,6.0375,40,0.04,0.06,11.427,23,existing_generator, +1113902,35,Proposed,NV_N,Central_PV,Solar,15.56000042,188103.1425,0,20,0,0.02,NULL,23,NULL, +1118510,27,Proposed,ID_S_OR_E,Central_PV,Solar,35.77999878,120372.7789,0,20,0,0.02,NULL,23,NULL, +1191183802,6,Proposed,AZ_PHX,Wind,Wind,30,42409.93764,0,30,0.05,0.006,NULL,23,NULL, +154666,29,Black Eagle,MT_NE,Hydro_NonPumped,Water,24,0,0,200,0.05,0.05,NULL,23,existing_generator, +155152,39,IP Springfield Oregon,OR_W,ST,Bio_Liquid,40,0,13.35495,20,0.04,0.06,10.506,23,existing_generator, +1103764,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.069999933,90875.84625,0,20,0.06,0,NULL,23,NULL, +1112666,1,Proposed,AZ_APS_E,Central_PV,Solar,58.68999863," 85,207.84 ",0,20,0,0.02,NULL,23,NULL, +155574,44,Wild Horse,WA_N_CEN,Central_PV,Solar,0.5,0,0,20,0,0,NULL,23,existing_generator, +1109213,3,Proposed,AZ_APS_SW,Central_PV,Solar,7.110000134,53562.40764,0,20,0,0.02,NULL,23,NULL, +1114107,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,7.329999924,68316.7275,0,20,0.06,0,NULL,23,NULL, +1104082,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,44.47999954,50701.84014,0,20,0.06,0,NULL,23,NULL, +1191183241,41,Proposed,UT_N,Wind,Wind,60,45663.78694,0,30,0.05,0.006,NULL,23,NULL, +154618,4,Navajo Dam,AZ_NM_N,Hydro_NonPumped,Water,30,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185145,23,Proposed,CO_E,Wind,Wind,1080,68760.48375,0,30,0.05,0.006,NULL,23,NULL, +1112909,44,Proposed,WA_N_CEN,Central_PV,Solar,2.059999943,44269.72819,0,20,0,0.02,NULL,23,NULL, +1115775,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,9.420000076,48425.45736,0,20,0.06,0,NULL,23,NULL, +155509,12,Riverview Energy Center,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,47,0,6.0375,40,0.04,0.06,11.551,23,existing_generator, +156224,36,Spectrum Solar PV Power Project,NV_S,Central_PV,Solar,30,0,0,20,0,0,NULL,23,existing_generator, +1107706,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,48.34000015,84268.28361,0,20,0.06,0,NULL,23,NULL, +1108654,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,2.809999943,77443.37569,0,20,0.06,0,NULL,23,NULL, +1000148,8,Proposed,CAN_ALB,Residential_PV,Solar,744.1849976,0,0,20,0,0.02,NULL,23,NULL, +1103981,6,Proposed,AZ_PHX,Central_PV,Solar,111.0999985,41843.37486,0,20,0,0.02,NULL,23,NULL, +155148,14,Olsen,CA_PGE_N,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105398,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,43.16999817,52601.59611,0,20,0.06,0,NULL,23,NULL, +1114554,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,3435.02002,71041.57389,0,20,0.06,0,NULL,23,NULL, +1191184005,38,Proposed,OR_PDX,Wind,Wind,30,59142.01986,0,30,0.05,0.006,NULL,23,NULL, +155263,20,Naval Hospital Medical Center,CA_SDGE,Gas_Combustion_Turbine,Gas,5.3,0,6.0375,40,0.04,0.06,11.825,23,existing_generator, +1111753,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,25.15999985,73188.26361,0,20,0.06,0,NULL,23,NULL, +1117826,35,Proposed,NV_N,Central_PV,Solar,58.25,145721.1,0,20,0,0.02,NULL,23,NULL, +154463,19,Kaweah 2,CA_SCE_VLY,Hydro_NonPumped,Water,1.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118845,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,10.02000046,70367.18514,0,20,0.06,0,NULL,23,NULL, +155924,15,Adobe Solar,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +157119,33,Rio De Oro Solar Energy Center,NM_N,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1106438,36,Proposed,NV_S,Central_PV,Solar,4.090000153,164532.7425,0,20,0,0.02,NULL,23,NULL, +1191185406,22,Proposed,CO_DEN,Wind,Wind,300,39996.26306,0,30,0.05,0.006,NULL,23,NULL, +156550,7,Davis Monthan AFB (AZ) West Airfield,AZ_SE,Central_PV,Solar,12.6,0,0,20,0,0,NULL,23,existing_generator, +1107699,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,61.47999954,46568.08181,0,20,0.06,0,NULL,23,NULL, +1191183963,35,Proposed,NV_N,Wind,Wind,30,148197.6825,0,30,0.05,0.006,NULL,23,NULL, +1191210500,12,Proposed,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen,Gas,6.5,0,33.5769,20,0.03,0.05,14.1324,23,NULL, +1118830,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,6.190000057,82354.87723,0,20,0.06,0,NULL,23,NULL, +154964,10,Rockwood,CA_IID,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,24.9,0,6.0375,40,0.04,0.06,13.517,23,existing_generator, +156871,40,Elbe Solar Center,OR_WA_BPA,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +77406,14,LassenNorth: 507,CA_PGE_N,Wind,Wind,63,110172.3,0,30,0.05,0.006,NULL,23,NULL, +156554,39,Oregon University System Rabbit Field,OR_W,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1114022,2,Proposed,AZ_APS_N,Central_PV,Solar,35.65000153,66926.29125,0,20,0,0.02,NULL,23,NULL, +1191209578,9,Proposed,CAN_BC,Coal_IGCC,Coal,NULL,77646.11306,7.3442565,40,0.08,0.12,7.95,23,NULL, +1191210596,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,33.5769,20,0.03,0.05,3.952,23,NULL, +155126,14,Humboldt Sawmill Company,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,32.5,0,13.35495,20,0.04,0.06,13.688,23,existing_generator, +156374,15,Hayworth Solar,CA_PGE_S,Central_PV,Solar,27,0,0,20,0,0,NULL,23,existing_generator, +157125,42,Sigurd Solar LLC,UT_S,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +1107777,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,17.51000023," 92,284.88 ",0,20,0.06,0,NULL,23,NULL, +155338,11,Los Angeles Refinery Wilmington,CA_LADWP,Gas_Combustion_Turbine,Gas,58.5,0,6.0375,40,0.04,0.06,9.911,23,existing_generator, +1110073,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,15.30000019,92681.90777,0,20,0.06,0,NULL,23,NULL, +154385,14,Caribou 1,CA_PGE_N,Hydro_NonPumped,Water,73.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106671,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,40.16999817,55865.46861,0,20,0.06,0,NULL,23,NULL, +1107236,33,Proposed,NM_N,Central_PV,Solar,8.260000229,50930.66139,0,20,0,0.02,NULL,23,NULL, +157040,41,Tooele Army Depot,UT_N,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1106664,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,7.559999943,40592.89069,0,20,0.06,0,NULL,23,NULL, +1107558,20,Proposed,CA_SDGE,CSP_Trough_No_Storage,Solar,3.25999999,53479.69389,0,20,0.06,0,NULL,23,NULL, +1110057,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,51.70000076," 111,294.07 ",0,20,0.06,0,NULL,23,NULL, +1116563,16,Proposed,CA_SCE_CEN,Central_PV,Solar,51.91999817,67858.48125,0,20,0,0.02,NULL,23,NULL, +1104620,37,Proposed,OR_E,Central_PV,Solar,7.769999981,113338.0065,0,20,0,0.02,NULL,23,NULL, +1191183361,24,Proposed,CO_NW,Wind,Wind,30,74462.77986,0,30,0.05,0.006,NULL,23,NULL, +1000156,47,Proposed,WY_NE,Residential_PV,Solar,16.69199944,0,0,20,0,0.02,NULL,23,NULL, +1102752,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.320000052,93086.42027,0,20,0.06,0,NULL,23,NULL, +1191210532,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,7,0,33.5769,20,0.03,0.05,5.4536,23,NULL, +155757,40,Windy Flats Wind Project,OR_WA_BPA,Wind,Wind,262.2,0,0,20,0,0,NULL,23,existing_generator, +154890,22,Rawhide,CO_DEN,Coal_Steam_Turbine,Coal,293.6,0,5.2164,40,0.04,0.06,9.447,23,existing_generator, +1108226,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1901.920044,48919.81069,0,20,0,0.02,NULL,23,NULL, +156129,16,RE Victor Phelan Solar One LLC,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1109902,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,38.61000061,58815.03264,0,20,0.06,0,NULL,23,NULL, +1118656,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,44.38000107,52554.98944,0,20,0.06,0,NULL,23,NULL, +1113984,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,73.01000214,54940.64625,0,20,0.06,0,NULL,23,NULL, +1118757,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,56.20999908,50515.28139,0,20,0.06,0,NULL,23,NULL, +1191185332,44,Proposed,WA_N_CEN,Wind,Wind,30,60089.18569,0,30,0.05,0.006,NULL,23,NULL, +156542,13,Aspiration G,CA_PGE_CEN,Central_PV,Solar,9,0,0,20,0,0,NULL,23,existing_generator, +1118811,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,8.550000191,72476.565,0,20,0.06,0,NULL,23,NULL, +156307,46,Nooksack Hydro,WA_W,Hydro_NonPumped,Water,1.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155506,17,Drews Generating Facility,CA_SCE_S,Gas_Combustion_Turbine,Gas,44.8,0,6.0375,40,0.04,0.06,11.631,23,existing_generator, +155558,42,Millcreek Power Generation,UT_S,Gas_Combustion_Turbine,Gas,80,0,6.0375,40,0.04,0.06,8.799,23,existing_generator, +1191185395,22,Proposed,CO_DEN,Wind,Wind,60,41216.805,0,30,0.05,0.006,NULL,23,NULL, +1191210422,19,Proposed,CA_SCE_VLY,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,0,16.844625,40,0.1288,0.0915,13.99,23,NULL, +154336,34,Copper,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,86.9,0,6.0375,40,0.04,0.06,16.514,23,existing_generator, +1000975,24,Proposed,CO_NW,Commercial_PV,Solar,12.6644001,0,0,20,0,0.02,NULL,23,NULL, +1191210066,10,Proposed,CA_IID,Geothermal,Geothermal,35.79999924,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1115650,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.289999962,39469.67278,0,20,0.06,0,NULL,23,NULL, +1191183323,24,Proposed,CO_NW,Wind,Wind,30,81653.68764,0,30,0.05,0.006,NULL,23,NULL, +156184,40,Threemile Digester,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,0,6.0375,20,0.04,0.06,12.726,23,existing_generator, +1191185113,23,Proposed,CO_E,Wind,Wind,180,51388.66236,0,30,0.05,0.006,NULL,23,NULL, +1191185368,22,Proposed,CO_DEN,Wind,Wind,30,38074.52681,0,30,0.05,0.006,NULL,23,NULL, +1191185662,13,Proposed,CA_PGE_CEN,Offshore_Wind,Wind,30,67093.28944,0,30,0.05,0.006,NULL,23,NULL, +154625,13,Kerckhoff 2,CA_PGE_CEN,Hydro_NonPumped,Water,139.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108806,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.309999943,114906.549,0,20,0.06,0,NULL,23,NULL, +1191209647,28,Proposed,MEX_BAJA,Coal_Steam_Turbine,Coal,NULL,69511.67139,4.166232,40,0.06,0.1,9,23,NULL, +1191209743,24,Proposed,CO_NW,Battery_Storage,Electricity,NULL,69511.67139,0,10,0.02,0.0055,NULL,23,NULL, +154642,27,Swan Falls,ID_S_OR_E,Hydro_NonPumped,Water,25,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115241,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,5.050000191,54111.82014,0,20,0.06,0,NULL,23,NULL, +1191210105,10,Proposed,CA_IID,Geothermal,Geothermal,14.39999962,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1118032,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,1.179999948,60959.06681,0,20,0.06,0,NULL,23,NULL, +1191185425,49,Proposed,WY_SE,Wind,Wind,30,86632.56861,0,30,0.05,0.006,NULL,23,NULL, +1191209250,10,Proposed,CA_IID,Geothermal,Geothermal,200,72816.59889,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155032,17,Loma Linda University Cogen,CA_SCE_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.7,0,33.579,20,0.04,0.06,9.104,23,existing_generator, +1191210884,8,Proposed,CAN_ALB,Wind,Wind,3676.320068,57298.16736,0,30,0.05,0.006,NULL,23,NULL, +1113543,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,14.86999989,71785.51181,0,20,0.06,0,NULL,23,NULL, +1105779,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,31.87000084,42374.07111,0,20,0.06,0,NULL,23,NULL, +1191209241,14,Proposed,CA_PGE_N,Geothermal,Geothermal,10,132769.455,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154719,39,Leaburg,OR_W,Hydro_NonPumped,Water,15.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107318,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,39.79000092,101789.9576,0,20,0.06,0,NULL,23,NULL, +156783,37,"OSLH, LLC",OR_E,Central_PV,Solar,9.9,0,0,20,0,0,NULL,23,existing_generator, +157954,8,DowChmcl1,CAN_ALB,CCGT_Cogen,Gas,110,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1110347,17,Proposed,CA_SCE_S,Central_PV,Solar,3.069999933,46754.15944,0,20,0,0.02,NULL,23,NULL, +1112116,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,10.90999985,64554.88389,0,20,0.06,0,NULL,23,NULL, +77439,14,LassenNorth: 552,CA_PGE_N,Wind,Wind,122,105777,0,30,0.05,0.006,NULL,23,NULL, +1116555,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,18.29000092,122144.6625,0,20,0.06,0,NULL,23,NULL, +1116953,4,Proposed,AZ_NM_N,Central_PV,Solar,4.449999809,120007.3875,0,20,0,0.02,NULL,23,NULL, +156591,42,Latigo Wind Park,UT_S,Wind,Wind,62.1,0,0,20,0,0,NULL,23,existing_generator, +1191182561,35,Proposed,NV_N,Wind,Wind,390,166691.7525,0,30,0.05,0.006,NULL,23,NULL, +1001228,33,Proposed,NM_N,Residential_PV,Solar,123.7990036,0,0,20,0,0.02,NULL,23,NULL, +1106996,13,Proposed,CA_PGE_CEN,Central_PV,Solar,5.159999847,54896.81306,0,20,0,0.02,NULL,23,NULL, +1101412,21,Proposed,CA_SMUD,CSP_Trough_6h_Storage,Solar,852.9400024,58096.08431,0,20,0.06,0,NULL,23,NULL, +155339,14,EDF Renewable Windfarm V Inc,CA_PGE_N,Wind,Wind,15.5,0,0,20,0,0,NULL,23,existing_generator, +1113129,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,18.01000023,69899.63736,0,20,0.06,0,NULL,23,NULL, +1106841,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,22.07999992,118173.3176,0,20,0.06,0,NULL,23,NULL, +156911,16,SunSelect1,CA_SCE_CEN,Gas_Internal_Combustion_Engine,Gas,6.6,0,33.579,20,0.04,0.06,11.726,23,existing_generator, +1191209194,48,Proposed,WY_NW,Bio_Gas,Bio_Gas,NULL,72469.68319,16.0398,20,0.11,0.04,13.5,23,NULL, +1191209317,35,Proposed,NV_N,Geothermal,Geothermal,32,90265.57764,34.812225,30,0.0075,0.0241,NULL,23,NULL, +158035,28,CerroPrI1-3,MEX_BAJA,Geothermal,Geothermal,35.7,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +1115664,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.859999895,54207.33056,0,20,0.06,0,NULL,23,NULL, +1191184225,7,Proposed,AZ_SE,Wind,Wind,60,77053.83431,0,30,0.05,0.006,NULL,23,NULL, +1000429,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,4.711200237,0,0,20,0,0.02,NULL,23,NULL, +1109433,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,41.40999985,44925.88181,0,20,0.06,0,NULL,23,NULL, +1110088,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,35.45999908,66971.69514,0,20,0.06,0,NULL,23,NULL, +155155,25,Vallecito Hydroelectric,CO_SW,Hydro_NonPumped,Water,5.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105486,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.760000229,72149.69569,0,20,0.06,0,NULL,23,NULL, +156941,13,UC Merced Solar,CA_PGE_CEN,Central_PV,Solar,4.5,0,0,20,0,0,NULL,23,existing_generator, +1108774,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,10.39999962,87752.28902,0,20,0.06,0,NULL,23,NULL, +1191183943,27,Proposed,ID_S_OR_E,Wind,Wind,30,41188.66931,0,30,0.05,0.006,NULL,23,NULL, +156416,15,Rio Bravo Solar II LLC,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156811,31,Big Timber Wind Farm,MT_SE,Wind,Wind,25,0,0,20,0,0,NULL,23,existing_generator, +77517,16,MountainPass: 1917,CA_SCE_CEN,Wind,Wind,49,43470,0,30,0.05,0.006,NULL,23,NULL, +1110167,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.819999933,80668.84875,0,20,0,0.02,NULL,23,NULL, +158016,8,Sturgeon1,CAN_ALB,Gas_Combustion_Turbine,Gas,30,0,35.25579912,20,0.03,0.05,11.25,23,existing_generator, +1191210082,28,Proposed,MEX_BAJA,Geothermal,Geothermal,35.70000076,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156274,41,HTW Plant 303 COGEN,UT_N,Gas_Combustion_Turbine,Gas,7.4,0,6.0375,40,0.04,0.06,10.266,23,existing_generator, +1113428,17,Proposed,CA_SCE_S,Central_PV,Solar,22.04999924,51085.57986,0,20,0,0.02,NULL,23,NULL, +155650,40,Tuolumne Wind Project,OR_WA_BPA,Wind,Wind,136.3,0,0,20,0,0,NULL,23,existing_generator, +157025,10,Desert Quartzite,CA_IID,Central_PV,Solar,580,0,0,20,0,0,NULL,23,existing_generator, +1109383,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,1.529999971,65629.55889,0,20,0.06,0,NULL,23,NULL, +156297,13,Monterey Regional Water Pollution Contro,CA_PGE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1117866,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.739999771,229944.225,0,20,0.06,0,NULL,23,NULL, +156826,12,Golden Hills North Wind Energy Center,CA_PGE_BAY,Wind,Wind,46,0,0,20,0,0,NULL,23,existing_generator, +1191183925,27,Proposed,ID_S_OR_E,Wind,Wind,330,37515.45431,0,30,0.05,0.006,NULL,23,NULL, +155422,3,Arlington Valley Energy Facility,AZ_APS_SW,CCGT,Gas,713,0,5.9409,40,0.04,0.06,7.251,23,existing_generator, +1111350,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.409999967,48848.32764,0,20,0.06,0,NULL,23,NULL, +1118919,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,28.18000031,52640.83986,0,20,0.06,0,NULL,23,NULL, +156767,10,Colgreen North Shore Solar Farm,CA_IID,Central_PV,Solar,74.8,0,0,20,0,0,NULL,23,existing_generator, +1116570,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,11.28999996,80327.37152,0,20,0.06,0,NULL,23,NULL, +1100325,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,123.8600006,67150.40514,0,20,0.06,0,NULL,23,NULL, +1100902,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,447.5599976,46051.27181,0,20,0.06,0,NULL,23,NULL, +156685,22,Jeffco Community Solar Gardens LLC,CO_DEN,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1107795,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,13.13000011,58629.79931,0,20,0.06,0,NULL,23,NULL, +154425,13,Salt Springs,CA_PGE_CEN,Hydro_NonPumped,Water,42,0,0,200,0.05,0.05,NULL,23,existing_generator, +156474,16,SCE-Snowline-White Road (North),CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1112266,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,60.49000168,71030.82431,0,20,0.06,0,NULL,23,NULL, +154434,19,Tule River,CA_SCE_VLY,Hydro_NonPumped,Water,8.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +155291,16,Mojave 5,CA_SCE_CEN,Wind,Wind,22.5,0,0,20,0,0,NULL,23,existing_generator, +1191183263,41,Proposed,UT_N,Wind,Wind,570,66016.56264,0,30,0.05,0.006,NULL,23,NULL, +1191185556,43,Proposed,WA_ID_AVA,Wind,Wind,180,38445.83306,0,30,0.05,0.006,NULL,23,NULL, +1104788,14,Proposed,CA_PGE_N,Central_PV,Solar,1.929999948,70528.38639,0,20,0,0.02,NULL,23,NULL, +155997,3,RE Ajo 1 LLC,AZ_APS_SW,Central_PV,Solar,4.5,0,0,20,0,0,NULL,23,existing_generator, +1191209650,31,Proposed,MT_SE,Coal_Steam_Turbine,Coal,NULL,70251.1425,4.166232,40,0.06,0.1,9,23,NULL, +154960,39,Coffin Butte,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,5.6,0,6.0375,20,0.04,0.06,6.93,23,existing_generator, +1104107,35,Proposed,NV_N,Central_PV,Solar,3.299999952,180684.2625,0,20,0,0.02,NULL,23,NULL, +1113434,5,Proposed,AZ_NW,Central_PV,Solar,1.279999971,71028.29139,0,20,0,0.02,NULL,23,NULL, +155780,17,Solar Photovoltaic Project #16,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1106044,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.460000038,148803.8475,0,20,0.06,0,NULL,23,NULL, +1000465,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,200.2449951,0,0,20,0,0.02,NULL,23,NULL, +156201,12,Ameresco Vasco Road,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.4,0,6.0375,20,0.04,0.06,11.227,23,existing_generator, +1111338,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,28.69000053,72459.29681,0,20,0.06,0,NULL,23,NULL, +1115968,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,4.46999979,45896.83444,0,20,0.06,0,NULL,23,NULL, +1191183350,24,Proposed,CO_NW,Wind,Wind,1200,55436.20236,0,30,0.05,0.006,NULL,23,NULL, +1110774,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,61.08000183,87045.29777,0,20,0.06,0,NULL,23,NULL, +1114335,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,43.66999817,43604.27306,0,20,0.06,0,NULL,23,NULL, +154542,14,Robbs Peak,CA_PGE_N,Hydro_NonPumped,Water,25.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155517,17,Cabazon Wind Partners,CA_SCE_S,Wind,Wind,41,0,0,20,0,0,NULL,23,existing_generator, +1191182925,49,Proposed,WY_SE,Wind,Wind,30,47513.9175,0,30,0.05,0.006,NULL,23,NULL, +1191184150,42,Proposed,UT_S,Wind,Wind,30,51798.60861,0,30,0.05,0.006,NULL,23,NULL, +1114026,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,25.03000069,53971.02375,0,20,0.06,0,NULL,23,NULL, +154608,22,Pole Hill,CO_DEN,Hydro_NonPumped,Water,38.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1113540,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,39.33000183,107096.0711,0,20,0.06,0,NULL,23,NULL, +1117011,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.279999971,58658.53875,0,20,0.06,0,NULL,23,NULL, +1108329,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,1.049999952,73476.49764,0,20,0.06,0,NULL,23,NULL, +1191183719,40,Proposed,OR_WA_BPA,Wind,Wind,30,53188.20056,0,30,0.05,0.006,NULL,23,NULL, +157958,8,Cavalier1,CAN_ALB,CCGT_Cogen,Gas,40.8,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1191209226,42,Proposed,UT_S,Geothermal,Geothermal,25,37440.71194,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1118847,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,3.140000105,84189.43764,0,20,0.06,0,NULL,23,NULL, +1104511,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,3.430000067,50736.49444,0,20,0.06,0,NULL,23,NULL, +1109663,30,Proposed,MT_NW,Central_PV,Solar,1,93700.7925,0,20,0,0.02,NULL,23,NULL, +1191182563,35,Proposed,NV_N,Wind,Wind,30,167431.95,0,30,0.05,0.006,NULL,23,NULL, +1191209396,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,89356.33014,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1104958,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,79.88999939,66033.46764,0,20,0.06,0,NULL,23,NULL, +154461,17,Fontana,CA_SCE_S,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185197,22,Proposed,CO_DEN,Wind,Wind,60,57301.78986,0,30,0.05,0.006,NULL,23,NULL, +1112898,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,1.220000029,41684.1075,0,20,0.06,0,NULL,23,NULL, +77478,16,SanBernardino_Lucerne: 600,CA_SCE_CEN,Wind,Wind,38,39027.45,0,30,0.05,0.006,NULL,23,NULL, +1109033,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.850000024,70966.10514,0,20,0,0.02,NULL,23,NULL, +1191185671,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,88998.18375,0,30,0.05,0.006,NULL,23,NULL, +1191209726,7,Proposed,AZ_SE,Battery_Storage,Electricity,NULL,69511.67139,0,10,0.02,0.0055,NULL,23,NULL, +1115200,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.630000114,47909.49639,0,20,0.06,0,NULL,23,NULL, +1118750,3,Proposed,AZ_APS_SW,Central_PV,Solar,25.36000061,60719.01486,0,20,0,0.02,NULL,23,NULL, +1191210448,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,49.79999924,0,33.5769,20,0.03,0.05,6.37083,23,NULL, +1001837,33,Proposed,NM_N,Commercial_PV,Solar,6.906000137,0,0,20,0,0.02,NULL,23,NULL, +1191210854,8,Proposed,CAN_ALB,Wind,Wind,5556.470215,41406.50514,0,30,0.05,0.006,NULL,23,NULL, +77497,14,Solano: 1885,CA_PGE_N,Wind,Wind,87,44935.8,0,30,0.05,0.006,NULL,23,NULL, +155481,23,Ridge Crest Wind Partners,CO_E,Wind,Wind,29.7,0,0,20,0,0,NULL,23,existing_generator, +1118815,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1.5,45901.66444,0,20,0.06,0,NULL,23,NULL, +1111729,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.940000057,53963.05236,0,20,0.06,0,NULL,23,NULL, +1191182536,36,Proposed,NV_S,Wind,Wind,30,138662.055,0,30,0.05,0.006,NULL,23,NULL, +1191184229,7,Proposed,AZ_SE,Wind,Wind,30,104548.1235,0,30,0.05,0.006,NULL,23,NULL, +1108184,33,Proposed,NM_N,Central_PV,Solar,2.299999952,91736.79375,0,20,0,0.02,NULL,23,NULL, +1191182451,36,Proposed,NV_S,Wind,Wind,180,143443.755,0,30,0.05,0.006,NULL,23,NULL, +1115734,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.690000057,79939.16027,0,20,0.06,0,NULL,23,NULL, +1115960,17,Proposed,CA_SCE_S,Central_PV,Solar,17.5,49485.64236,0,20,0,0.02,NULL,23,NULL, +154616,43,Kettle Falls Generating Station,WA_ID_AVA,Gas_Combustion_Turbine,Gas,7.2,0,6.0375,40,0.04,0.06,11.389,23,existing_generator, +157127,40,Wheatridge,OR_WA_BPA,Battery_Storage,Electricity,30,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191183344,24,Proposed,CO_NW,Wind,Wind,210,61766.88431,0,30,0.05,0.006,NULL,23,NULL, +1191185561,43,Proposed,WA_ID_AVA,Wind,Wind,60,47792.24625,0,30,0.05,0.006,NULL,23,NULL, +1100366,2,Proposed,AZ_APS_N,Central_PV,Solar,146.1000061,73312.27764,0,20,0,0.02,NULL,23,NULL, +1113076,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,14.97000027,122826.9,0,20,0.06,0,NULL,23,NULL, +155323,50,General Chemical,WY_SW,Coal_Steam_Turbine,Coal,30,0,5.2164,40,0.04,0.06,11.647,23,existing_generator, +156846,50,Sweetwater Solar,WY_SW,Central_PV,Solar,92,0,0,20,0,0,NULL,23,existing_generator, +156086,10,Imperial Valley Solar Company 1 LLC,CA_IID,Central_PV,Solar,23,0,0,20,0,0,NULL,23,existing_generator, +157855,9,Bridge_River_2,CAN_BC,Hydro_NonPumped,Water,280,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +157966,8,Sundanc6,CAN_ALB,Coal_Steam_Turbine,Coal,406,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +1191182920,49,Proposed,WY_SE,Wind,Wind,720,71774.04056,0,30,0.05,0.006,NULL,23,NULL, +1191183747,44,Proposed,WA_N_CEN,Wind,Wind,60,44897.265,0,30,0.05,0.006,NULL,23,NULL, +155635,47,Dry Fork Station,WY_NE,Coal_Steam_Turbine,Coal,483.7,0,5.2164,40,0.04,0.06,11.862,23,existing_generator, +156965,11,Xebec 1,CA_LADWP,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +157099,22,"Pioneer Solar (CO), LLC",CO_DEN,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +1106005,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,41.70000076,55521.33111,0,20,0.06,0,NULL,23,NULL, +1113379,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.409999967,46986.96639,0,20,0.06,0,NULL,23,NULL, +1110089,16,Proposed,CA_SCE_CEN,Central_PV,Solar,8.409999847,70644.06111,0,20,0,0.02,NULL,23,NULL, +1191210597,9,Proposed,CAN_BC,Gas_Steam_Turbine_Cogen,Gas,152,0,4.456347,40,0.1288,0.0915,5.79595,23,NULL, +1110779,24,Proposed,CO_NW,Central_PV,Solar,9.850000381,56287.73514,0,20,0,0.02,NULL,23,NULL, +1111298,4,Proposed,AZ_NM_N,Central_PV,Solar,1.720000029,48560.82,0,20,0,0.02,NULL,23,NULL, +1111366,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,22.46999931,49711.5675,0,20,0.06,0,NULL,23,NULL, +1191184040,46,Proposed,WA_W,Wind,Wind,60,66830.77611,0,30,0.05,0.006,NULL,23,NULL, +1191185447,30,Proposed,MT_NW,Wind,Wind,60,71261.09361,0,30,0.05,0.006,NULL,23,NULL, +156714,42,Pavant Solar II LLC,UT_S,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +1109198,7,Proposed,AZ_SE,Central_PV,Solar,15.43999958,86111.17389,0,20,0,0.02,NULL,23,NULL, +155583,23,Cedar Creek Wind,CO_E,Wind,Wind,300.5,0,0,20,0,0,NULL,23,existing_generator, +1111592,14,Proposed,CA_PGE_N,Central_PV,Solar,3.660000086,61831.84875,0,20,0,0.02,NULL,23,NULL, +156944,17,CSU Long Beach Lots 7 & 14,CA_SCE_S,Central_PV,Solar,4.5,0,0,20,0,0,NULL,23,existing_generator, +1108714,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,5.579999924,44043.92569,0,20,0.06,0,NULL,23,NULL, +1118799,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.50999999,96757.70139,0,20,0.06,0,NULL,23,NULL, +1191210558,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,8.5,0,16.844625,40,0.1288,0.0915,5.36264,23,NULL, +1000306,35,Proposed,NV_N,Residential_PV,Solar,25.03800011,0,0,20,0,0.02,NULL,23,NULL, +77509,14,Solano: 1909,CA_PGE_N,Wind,Wind,34,44935.8,0,30,0.05,0.006,NULL,23,NULL, +1108582,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,2.380000114,64525.78125,0,20,0.06,0,NULL,23,NULL, +1117780,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,9.329999924,50860.86694,0,20,0.06,0,NULL,23,NULL, +1191183800,6,Proposed,AZ_PHX,Wind,Wind,30,38067.52472,0,30,0.05,0.006,NULL,23,NULL, +1191184046,46,Proposed,WA_W,Wind,Wind,30,67398.30111,0,30,0.05,0.006,NULL,23,NULL, +155259,39,Galesville Project,OR_W,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115705,5,Proposed,AZ_NW,Central_PV,Solar,1.399999976,67594.88306,0,20,0,0.02,NULL,23,NULL, +1191183383,24,Proposed,CO_NW,Wind,Wind,60,47800.33556,0,30,0.05,0.006,NULL,23,NULL, +1191185663,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,330,85333.17598,0,30,0.05,0.006,NULL,23,NULL, +77419,16,Tehachapi: 520,CA_SCE_CEN,Wind,Wind,43,42265.65,0,30,0.05,0.006,NULL,23,NULL, +156881,39,Eagle Point Solar,OR_W,Central_PV,Solar,9.9,0,0,20,0,0,NULL,23,existing_generator, +1113571,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.96999979,56124.6,0,20,0.06,0,NULL,23,NULL, +1109190,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,69.61000061,63413.07,0,20,0.06,0,NULL,23,NULL, +1117008,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,17.64999962,52852.275,0,20,0.06,0,NULL,23,NULL, +1103536,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,1.870000005,44023.27556,0,20,0.06,0,NULL,23,NULL, +154648,26,Grace,ID_E,Hydro_NonPumped,Water,33,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104150,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.220000029,99719.82152,0,20,0.06,0,NULL,23,NULL, +1119043,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,2.839999914,92406.71098,0,20,0.06,0,NULL,23,NULL, +1191183413,4,Proposed,AZ_NM_N,Wind,Wind,150,95529.42861,0,30,0.05,0.006,NULL,23,NULL, +1106608,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,2.900000095,43235.26389,0,20,0.06,0,NULL,23,NULL, +156949,17,Chaffey College Rancho Cucamonga Campus,CA_SCE_S,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +1191183941,27,Proposed,ID_S_OR_E,Wind,Wind,120,41590.52625,0,30,0.05,0.006,NULL,23,NULL, +157925,9,Stokke_Creek,CAN_BC,Hydro_NonPumped,Water,23,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1118817,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,25.28000069,38915.67319,0,20,0.06,0,NULL,23,NULL, +157080,36,Techren Solar V,NV_S,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +1104895,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,9.479999542,52306.96611,0,20,0.06,0,NULL,23,NULL, +1107228,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,13.19999981,70891.48069,0,20,0.06,0,NULL,23,NULL, +1117659,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.200000048,47234.14069,0,20,0.06,0,NULL,23,NULL, +1101480,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,1506.310059,52667.89069,0,20,0.06,0,NULL,23,NULL, +156342,25,Tri-County Water Hydropower Project,CO_SW,Hydro_NonPumped,Water,8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103098,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,24.89999962,45852.76069,0,20,0.06,0,NULL,23,NULL, +1102422,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,3.140000105,54575.3775,0,20,0.06,0,NULL,23,NULL, +1106882,18,Proposed,CA_SCE_SE,Central_PV,Solar,34.43000031,86280.45973,0,20,0,0.02,NULL,23,NULL, +1117860,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.019999981,51764.07694,0,20,0.06,0,NULL,23,NULL, +1106414,33,Proposed,NM_N,Central_PV,Solar,12.14000034,119215.1449,0,20,0,0.02,NULL,23,NULL, +1116538,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,55.02999878,45348.62944,0,20,0.06,0,NULL,23,NULL, +1116579,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,22.27000046,111649.7989,0,20,0.06,0,NULL,23,NULL, +1191185504,43,Proposed,WA_ID_AVA,Wind,Wind,30,39588.73181,0,30,0.05,0.006,NULL,23,NULL, +155325,19,Terminus Hydroelectric Project,CA_SCE_VLY,Hydro_NonPumped,Water,20.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1002033,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,11.3696003,0,0,20,0,0.02,NULL,23,NULL, +154430,13,Spring Gap,CA_PGE_CEN,Hydro_NonPumped,Water,6,0,0,200,0.05,0.05,NULL,23,existing_generator, +154944,47,Neil Simpson II,WY_NE,Coal_Steam_Turbine,Coal,90,0,5.2164,40,0.04,0.06,9.082,23,existing_generator, +155637,20,Rancho Penasquitos,CA_SDGE,Hydro_NonPumped,Water,4.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191183404,4,Proposed,AZ_NM_N,Wind,Wind,150,86715.65027,0,30,0.05,0.006,NULL,23,NULL, +156524,7,Sandstone Solar,AZ_SE,Central_PV,Solar,45,0,0,20,0,0,NULL,23,existing_generator, +154897,14,Stampede,CA_PGE_N,Hydro_NonPumped,Water,3.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104941,18,Proposed,CA_SCE_SE,Central_PV,Solar,147.4700012,53894.58806,0,20,0,0.02,NULL,23,NULL, +1110901,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,22.19000053,77084.62556,0,20,0.06,0,NULL,23,NULL, +1118778,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,5.78000021,54841.87181,0,20,0.06,0,NULL,23,NULL, +1191183774,38,Proposed,OR_PDX,Wind,Wind,30,75125.82,0,30,0.05,0.006,NULL,23,NULL, +155689,27,Cassia Wind,ID_S_OR_E,Wind,Wind,10.5,0,0,20,0,0,NULL,23,existing_generator, +157979,8,Genesee3,CAN_ALB,Coal_Steam_Turbine,Coal,470,0,4.374549085,40,0.06,0.1,8.890000343,23,existing_generator, +1107575,27,Proposed,ID_S_OR_E,Central_PV,Solar,36.00999832,50132.86236,0,20,0,0.02,NULL,23,NULL, +1114838,24,Proposed,CO_NW,Central_PV,Solar,15.28999996,58067.94861,0,20,0,0.02,NULL,23,NULL, +1191184624,33,Proposed,NM_N,Wind,Wind,30,125192.3925,0,30,0.05,0.006,NULL,23,NULL, +155238,17,East Winds Project,CA_SCE_S,Wind,Wind,3,0,0,20,0,0,NULL,23,existing_generator, +1191182731,47,Proposed,WY_NE,Wind,Wind,90,57795.90264,0,30,0.05,0.006,NULL,23,NULL, +1106025,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,271.1099854,80018.85527,0,20,0.06,0,NULL,23,NULL, +1191209357,37,Proposed,OR_E,Geothermal,Geothermal,16,49971.54319,34.812225,30,0.0075,0.0241,NULL,23,NULL, +158090,9,Wind_EP_Can_32,CAN_BC,Wind,Wind,102,0,0,30,0.05,0.006,NULL,23,existing_generator, +1105975,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,88.80000305,70917.92306,0,20,0.06,0,NULL,23,NULL, +1113127,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,105.1299973,67629.29681,0,20,0.06,0,NULL,23,NULL, +1118694,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,22.63999939,130039.2975,0,20,0.06,0,NULL,23,NULL, +157132,12,Shelter Creek Condominiums Solar,CA_PGE_BAY,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1110983,39,Proposed,OR_W,Central_PV,Solar,7.400000095,47022.465,0,20,0,0.02,NULL,23,NULL, +1116968,36,Proposed,NV_S,Central_PV,Solar,21.20000076,110219.8736,0,20,0,0.02,NULL,23,NULL, +1191185044,22,Proposed,CO_DEN,Wind,Wind,210,37101.88556,0,30,0.05,0.006,NULL,23,NULL, +1191209350,35,Proposed,NV_N,Geothermal,Geothermal,8,48375.10556,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1115961,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,17.5,49485.64236,0,20,0.06,0,NULL,23,NULL, +156396,20,SDCCD - Miramar,CA_SDGE,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1104950,16,Proposed,CA_SCE_CEN,Central_PV,Solar,6.510000229,51084.85819,0,20,0,0.02,NULL,23,NULL, +77461,14,LassenNorth: 576,CA_PGE_N,Wind,Wind,35,105795.9,0,30,0.05,0.006,NULL,23,NULL, +1105420,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.480000019,83916.06152,0,20,0.06,0,NULL,23,NULL, +1191182399,32,Proposed,MT_SW,Wind,Wind,30,95711.88375,0,30,0.05,0.006,NULL,23,NULL, +1102631,2,Proposed,AZ_APS_N,Central_PV,Solar,311.9100037,73002.30861,0,20,0,0.02,NULL,23,NULL, +1118843,3,Proposed,AZ_APS_SW,Central_PV,Solar,10.02000046,70367.18514,0,20,0,0.02,NULL,23,NULL, +1104955,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,11.38000011,94557.15527,0,20,0.06,0,NULL,23,NULL, +156979,20,PFMG Solar Grossmont Helix LLC,CA_SDGE,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1191184291,48,Proposed,WY_NW,Wind,Wind,30,109838.181,0,30,0.05,0.006,NULL,23,NULL, +1191184421,35,Proposed,NV_N,Wind,Wind,30,111340.6789,0,30,0.05,0.006,NULL,23,NULL, +1109210,2,Proposed,AZ_APS_N,Central_PV,Solar,3.24000001,151326.315,0,20,0,0.02,NULL,23,NULL, +1100346,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,136.2799988,79785.20402,0,20,0.06,0,NULL,23,NULL, +154659,26,Palisades Dam,ID_E,Hydro_NonPumped,Water,176.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109937,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,11.88000011,56686.0875,0,20,0.06,0,NULL,23,NULL, +1191210494,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,2.799999952,0,33.5769,20,0.03,0.05,5.3964,23,NULL, +1110055,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,115.5899963,58171.07194,0,20,0.06,0,NULL,23,NULL, +1113493,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,28.34000015,42648.05569,0,20,0.06,0,NULL,23,NULL, +1115128,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,18.96999931,46918.86056,0,20,0.06,0,NULL,23,NULL, +1191210590,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1105986,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.00999999,104555.3685,0,20,0.06,0,NULL,23,NULL, +155779,17,Solar Photovoltaic Project #15,CA_SCE_S,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +158066,8,Wind_EP_Can_8,CAN_ALB,Wind,Wind,68.4,0,0,30,0.05,0.006,NULL,23,existing_generator, +1100281,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,6838.299805,165038.685,0,20,0.06,0,NULL,23,NULL, +1112242,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,41.91999817,88084.95527,0,20,0.06,0,NULL,23,NULL, +156664,12,Silicon Valley Clean Water,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.2,0,6.0375,20,0.04,0.06,8.8,23,existing_generator, +1106889,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,44.83000183,55231.89431,0,20,0.06,0,NULL,23,NULL, +1191209207,12,Proposed,CA_PGE_BAY,Bio_Gas,Bio_Gas,NULL,92435.81361,16.0398,20,0.11,0.04,13.5,23,NULL, +1104383,24,Proposed,CO_NW,Central_PV,Solar,2.670000076,57038.80014,0,20,0,0.02,NULL,23,NULL, +156850,13,Merced 1 PV,CA_PGE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +156950,39,Ballston Solar LLC,OR_W,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1106368,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,15.81000042,50299.86056,0,20,0.06,0,NULL,23,NULL, +1000313,15,Proposed,CA_PGE_S,Commercial_PV,Solar,13.06960011,0,0,20,0,0.02,NULL,23,NULL, +1108280,36,Proposed,NV_S,Central_PV,Solar,59.97000122,56379.50514,0,20,0,0.02,NULL,23,NULL, +1111727,10,Proposed,CA_IID,Central_PV,Solar,2.940000057,53963.05236,0,20,0,0.02,NULL,23,NULL, +156928,41,Jordanelle Dam Hydroelectric Project,UT_N,Hydro_NonPumped,Water,13,0,0,200,0.05,0.05,NULL,23,existing_generator, +154497,10,El Centro,CA_IID,CCGT,Gas,276.7,0,5.9409,40,0.04,0.06,11.185,23,existing_generator, +1191209471,9,Proposed,CAN_BC,Bio_Gas,Bio_Gas,NULL,77646.11306,16.0398,20,0.11,0.04,13.5,23,NULL, +1118776,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,65.55999756,47819.89611,0,20,0.06,0,NULL,23,NULL, +1191184626,33,Proposed,NM_N,Wind,Wind,30,129801.42,0,30,0.05,0.006,NULL,23,NULL, +1115278,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,58.29999924,112591.5263,0,20,0.06,0,NULL,23,NULL, +1116616,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.510000229,72522.32736,0,20,0.06,0,NULL,23,NULL, +154602,25,Morrow Point,CO_SW,Hydro_NonPumped,Water,173.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106042,36,Proposed,NV_S,Central_PV,Solar,2.460000038,148803.8475,0,20,0,0.02,NULL,23,NULL, +155407,23,Manchief Electric Generating Station,CO_E,Gas_Combustion_Turbine,Gas,300,0,6.0375,40,0.04,0.06,10.647,23,existing_generator, +1101478,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,1566.280029,54166.15764,0,20,0.06,0,NULL,23,NULL, +1107649,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,2.109999895,83660.55264,0,20,0.06,0,NULL,23,NULL, +1106603,30,Proposed,MT_NW,Central_PV,Solar,11.55000019,46852.33014,0,20,0,0.02,NULL,23,NULL, +1115654,33,Proposed,NM_N,Central_PV,Solar,6.289999962,70817.70056,0,20,0,0.02,NULL,23,NULL, +1119059,9,Proposed,CAN_BC,Central_PV,Solar,3,47984.96514,0,20,0,0.02,NULL,23,NULL, +1110048,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,3.950000048,45130.18986,0,20,0.06,0,NULL,23,NULL, +1114846,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.950000048,91555.31027,0,20,0.06,0,NULL,23,NULL, +156142,33,Kit Carson,NM_N,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1117924,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,6.800000191,171747.555,0,20,0.06,0,NULL,23,NULL, +1103470,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,34.13000107,46298.08764,0,20,0.06,0,NULL,23,NULL, +155330,49,Sinclair Oil Refinery,WY_SE,Gas_Internal_Combustion_Engine,Gas,3.9,0,33.579,20,0.04,0.06,7.038,23,existing_generator, +1106019,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,13.61999989,97101.71625,0,20,0.06,0,NULL,23,NULL, +154614,21,McClellan (CA),CA_SMUD,Gas_Combustion_Turbine,Gas,77,0,6.0375,40,0.04,0.06,10.624,23,existing_generator, +156639,33,"Broadview Energy KW, LLC",NM_N,Wind,Wind,142.6,0,0,20,0,0,NULL,23,existing_generator, +1107080,17,Proposed,CA_SCE_S,Central_PV,Solar,15.68999958,51432.73611,0,20,0,0.02,NULL,23,NULL, +1110940,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,33.41999817,166906.6875,0,20,0.06,0,NULL,23,NULL, +156367,15,"RE Kansas Solar, LLC",CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156717,16,"Bayshore Solar B, LLC",CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1105871,6,Proposed,AZ_PHX,Central_PV,Solar,9.319999695,63141.62306,0,20,0,0.02,NULL,23,NULL, +1110514,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,49.75,58039.33181,0,20,0.06,0,NULL,23,NULL, +77383,16,Tehachapi: 56,CA_SCE_CEN,Wind,Wind,23,56919.45,0,30,0.05,0.006,NULL,23,NULL, +1113120,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,19.59000015,83037.71848,0,20,0.06,0,NULL,23,NULL, +1116090,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,16.76000023,43056.67181,0,20,0.06,0,NULL,23,NULL, +1191183166,47,Proposed,WY_NE,Wind,Wind,30,60801.72861,0,30,0.05,0.006,NULL,23,NULL, +1115095,19,Proposed,CA_SCE_VLY,CSP_Trough_6h_Storage,Solar,34.31999969,54034.78069,0,20,0.06,0,NULL,23,NULL, +1191183733,40,Proposed,OR_WA_BPA,Wind,Wind,30,67211.62444,0,30,0.05,0.006,NULL,23,NULL, +154594,23,La Junta,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,17.2,0,33.579,20,0.04,0.06,8.927,23,existing_generator, +157829,8,Brazeau,CAN_ALB,Hydro_NonPumped,Water,162,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1112273,46,Proposed,WA_W,Central_PV,Solar,6.510000229,46043.05986,0,20,0,0.02,NULL,23,NULL, +1112677,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,11.81000042,63343.035,0,20,0.06,0,NULL,23,NULL, +1106028,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,65.31999969,61542.17139,0,20,0.06,0,NULL,23,NULL, +1191182872,22,Proposed,CO_DEN,Wind,Wind,480,37793.5425,0,30,0.05,0.006,NULL,23,NULL, +156781,17,Glendale Battery Energy Storage System,CA_SCE_S,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1106734,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,48.43000031,58905.95361,0,20,0.06,0,NULL,23,NULL, +1114197,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,17.45000076,38664.63347,0,20,0.06,0,NULL,23,NULL, +1119044,9,Proposed,CAN_BC,Central_PV,Solar,3,48894.93431,0,20,0,0.02,NULL,23,NULL, +157969,8,Genesee1,CAN_ALB,Coal_Steam_Turbine,Coal,384,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +1111349,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.409999967,48848.32764,0,20,0,0.02,NULL,23,NULL, +1191185098,23,Proposed,CO_E,Wind,Wind,1080,61805.40639,0,30,0.05,0.006,NULL,23,NULL, +1191183445,29,Proposed,MT_NE,Wind,Wind,630,53397.46125,0,30,0.05,0.006,NULL,23,NULL, +1191182342,32,Proposed,MT_SW,Wind,Wind,30,59348.74764,0,30,0.05,0.006,NULL,23,NULL, +1191209486,17,Proposed,CA_SCE_S,CCGT,Gas,NULL," 82,822.43 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1001790,33,Proposed,NM_N,Residential_PV,Solar,134.927002,0,0,20,0,0.02,NULL,23,NULL, +154460,16,Borel,CA_SCE_CEN,Hydro_NonPumped,Water,12,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209374,35,Proposed,NV_N,Geothermal,Geothermal,20,64850.59875,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155704,40,Wagon Trail LLC,OR_WA_BPA,Wind,Wind,3.3,0,0,20,0,0,NULL,23,existing_generator, +1191209735,16,Proposed,CA_SCE_CEN,Battery_Storage,Electricity,NULL,82822.425,0,10,0.02,0.0055,NULL,23,NULL, +158017,8,Sturg3VV,CAN_ALB,Gas_Combustion_Turbine,Gas,45,0,35.25579912,20,0.03,0.05,11.25,23,existing_generator, +1118668,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,36.24000168,70766.745,0,20,0.06,0,NULL,23,NULL, +154573,24,Georgetown Hydro,CO_NW,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156437,16,Beacon Solar Plant Site 2,CA_SCE_CEN,Central_PV,Solar,47.3,0,0,20,0,0,NULL,23,existing_generator, +156067,29,NaturEner Rim Rock Energy,MT_NE,Wind,Wind,189,0,0,20,0,0,NULL,23,existing_generator, +156183,15,Cold Canyon 1,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.5,0,6.0375,20,0.04,0.06,9.788,23,existing_generator, +1116596,3,Proposed,AZ_APS_SW,Central_PV,Solar,72.87000275,66329.05986,0,20,0,0.02,NULL,23,NULL, +1191182682,39,Proposed,OR_W,Wind,Wind,30,72616.39444,0,30,0.05,0.006,NULL,23,NULL, +155187,13,Friant Hydro Facility,CA_PGE_CEN,Hydro_NonPumped,Water,37.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106893,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7,55354.09236,0,20,0.06,0,NULL,23,NULL, +1100375,3,Proposed,AZ_APS_SW,Central_PV,Solar,170.1999969,68401.2525,0,20,0,0.02,NULL,23,NULL, +1117779,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,9.329999924,50860.86694,0,20,0.06,0,NULL,23,NULL, +1118726,3,Proposed,AZ_APS_SW,Central_PV,Solar,5.119999886,69040.14264,0,20,0,0.02,NULL,23,NULL, +1104986,16,Proposed,CA_SCE_CEN,Central_PV,Solar,24.87000084,52517.07111,0,20,0,0.02,NULL,23,NULL, +1191184036,46,Proposed,WA_W,Wind,Wind,30,42480.57639,0,30,0.05,0.006,NULL,23,NULL, +1191184994,23,Proposed,CO_E,Wind,Wind,150,37206.93806,0,30,0.05,0.006,NULL,23,NULL, +1104542,42,Proposed,UT_S,Central_PV,Solar,25.35000038,90881.15736,0,20,0,0.02,NULL,23,NULL, +1112639,35,Proposed,NV_N,Central_PV,Solar,12,111814.5,0,20,0,0.02,NULL,23,NULL, +1113778,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,4.820000172,44947.73944,0,20,0.06,0,NULL,23,NULL, +1118841,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,33.52999878,40273.50694,0,20,0.06,0,NULL,23,NULL, +155984,21,RE Dillard 1,CA_SMUD,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1115723,2,Proposed,AZ_APS_N,Central_PV,Solar,6.300000191,114570.864,0,20,0,0.02,NULL,23,NULL, +1106884,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,34.43000031,86280.45973,0,20,0.06,0,NULL,23,NULL, +1191183953,27,Proposed,ID_S_OR_E,Wind,Wind,30,56198.01694,0,30,0.05,0.006,NULL,23,NULL, +157943,8,NovaJffr1A,CAN_ALB,CCGT_Cogen,Gas,170,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1191183950,27,Proposed,ID_S_OR_E,Wind,Wind,30,46045.11639,0,30,0.05,0.006,NULL,23,NULL, +1191184842,3,Proposed,AZ_APS_SW,Wind,Wind,30,97114.75348,0,30,0.05,0.006,NULL,23,NULL, +1191210449,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,49.79999924,0,33.5769,20,0.03,0.05,6.65135,23,NULL, +158071,8,Wind_EP_Can_13,CAN_ALB,Wind,Wind,1.8,0,0,30,0.05,0.006,NULL,23,existing_generator, +1108240,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,51.90000153,79372.72014,0,20,0.06,0,NULL,23,NULL, +77467,16,Tehachapi: 588,CA_SCE_CEN,Wind,Wind,46,47586,0,30,0.05,0.006,NULL,23,NULL, +1100309,4,Proposed,AZ_NM_N,Central_PV,Solar,146.0899963,48502.86,0,20,0,0.02,NULL,23,NULL, +1102493,31,Proposed,MT_SE,Central_PV,Solar,1583.569946,222292.2975,0,20,0,0.02,NULL,23,NULL, +1107559,20,Proposed,CA_SDGE,CSP_Trough_6h_Storage,Solar,3.25999999,53479.69389,0,20,0.06,0,NULL,23,NULL, +1191183884,37,Proposed,OR_E,Wind,Wind,30,54514.87986,0,30,0.05,0.006,NULL,23,NULL, +157945,8,BearCrk1,CAN_ALB,CCGT,Gas,52.3,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1115715,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,19.31999969,77044.90069,0,20,0.06,0,NULL,23,NULL, +156212,16,Ma,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1107338,10,Proposed,CA_IID,Central_PV,Solar,37.09999847,65861.39889,0,20,0,0.02,NULL,23,NULL, +1108543,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,17.61000061,70120.60986,0,20,0.06,0,NULL,23,NULL, +1112719,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,86.15000153,49729.19889,0,20,0.06,0,NULL,23,NULL, +155995,17,Foundation IE,CA_SCE_S,Wind,Wind,1,0,0,20,0,0,NULL,23,existing_generator, +1106012,3,Proposed,AZ_APS_SW,Central_PV,Solar,1.809999943,56086.20056,0,20,0,0.02,NULL,23,NULL, +155209,17,GPS Cabazon Wind LLC,CA_SCE_S,Wind,Wind,38.9,0,0,20,0,0,NULL,23,existing_generator, +155342,46,Sumas Power Plant,WA_W,CCGT,Gas,125.5,0,5.9409,40,0.04,0.06,12.197,23,existing_generator, +1117904,18,Proposed,CA_SCE_SE,Central_PV,Solar,32.68000031,70632.23139,0,20,0,0.02,NULL,23,NULL, +1105396,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,23.51000023,80345.59723,0,20,0.06,0,NULL,23,NULL, +1114856,36,Proposed,NV_S,Central_PV,Solar,4.769999981,173128.935,0,20,0,0.02,NULL,23,NULL, +1118942,28,Proposed,MEX_BAJA,Central_PV,Solar,1.200000048,114539.1011,0,20,0,0.02,NULL,23,NULL, +156706,42,Veyo Heat Recovery Project,UT_S,ST,Waste_Heat,9.5,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +1112750,46,Proposed,WA_W,Central_PV,Solar,1,43286.09681,0,20,0,0.02,NULL,23,NULL, +1191183937,27,Proposed,ID_S_OR_E,Wind,Wind,30,90220.41902,0,30,0.05,0.006,NULL,23,NULL, +154619,10,Drop 1,CA_IID,Hydro_NonPumped,Water,5.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182656,39,Proposed,OR_W,Wind,Wind,120,42243.54319,0,30,0.05,0.006,NULL,23,NULL, +1102753,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.320000052,93086.42027,0,20,0.06,0,NULL,23,NULL, +155932,21,SMUD at Fleshman,CA_SMUD,Central_PV,Solar,2.9,0,0,20,0,0,NULL,23,existing_generator, +1102201,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,69.01999664,44991.32736,0,20,0.06,0,NULL,23,NULL, +1109777,40,Proposed,OR_WA_BPA,Central_PV,Solar,9.170000076,83133.23361,0,20,0,0.02,NULL,23,NULL, +156631,38,Oregon Convention Center,OR_PDX,Central_PV,Solar,1.4,0,0,20,0,0,NULL,23,existing_generator, +1101825,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,3488.889893,120438.3424,0,20,0.06,0,NULL,23,NULL, +1109458,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.170000076,61422.26569,0,20,0.06,0,NULL,23,NULL, +156244,12,City of Hayward WWTP,CA_PGE_BAY,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1110485,10,Proposed,CA_IID,Central_PV,Solar,8.180000305,69174.17514,0,20,0,0.02,NULL,23,NULL, +1111773,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,34.38999939,68096.59931,0,20,0.06,0,NULL,23,NULL, +1100987,35,Proposed,NV_N,Central_PV,Solar,288.3800049,79747.16777,0,20,0,0.02,NULL,23,NULL, +1105960,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,89.06999969,42138.36806,0,20,0.06,0,NULL,23,NULL, +155631,10,Niland Gas Turbine Plant,CA_IID,Gas_Combustion_Turbine,Gas,121,0,6.0375,40,0.04,0.06,12.063,23,existing_generator, +1111987,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,44.99000168,49775.80556,0,20,0.06,0,NULL,23,NULL, +1115318,35,Proposed,NV_N,Central_PV,Solar,7.590000153,71700.62361,0,20,0,0.02,NULL,23,NULL, +1116608,3,Proposed,AZ_APS_SW,Central_PV,Solar,65.27999878,86911.37848,0,20,0,0.02,NULL,23,NULL, +1117127,9,Proposed,CAN_BC,Central_PV,Solar,1.019999981,62131.30875,0,20,0,0.02,NULL,23,NULL, +1106223,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,4.119999886,85097.47764,0,20,0.06,0,NULL,23,NULL, +1105985,5,Proposed,AZ_NW,Central_PV,Solar,2.00999999,104555.3685,0,20,0,0.02,NULL,23,NULL, +1191182642,39,Proposed,OR_W,Wind,Wind,30,66429.52764,0,30,0.05,0.006,NULL,23,NULL, +1116106,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,76.84999847,174579.1425,0,20,0.06,0,NULL,23,NULL, +1117000,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,9.5,87195.50889,0,20,0.06,0,NULL,23,NULL, +1113495,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,5.440000057,73318.43306,0,20,0.06,0,NULL,23,NULL, +1109090,13,Proposed,CA_PGE_CEN,Central_PV,Solar,5.829999924,61437.96319,0,20,0,0.02,NULL,23,NULL, +1117917,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,8.800000191,222612.285,0,20,0.06,0,NULL,23,NULL, +154908,17,Mill Creek 3,CA_SCE_S,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115672,16,Proposed,CA_SCE_CEN,Central_PV,Solar,48.00999832,54103.84875,0,20,0,0.02,NULL,23,NULL, +1191184479,27,Proposed,ID_S_OR_E,Wind,Wind,30,136540.4775,0,30,0.05,0.006,NULL,23,NULL, +154919,13,Woodland,CA_PGE_CEN,CCGT,Gas,98.2,0,5.9409,40,0.04,0.06,10.594,23,existing_generator, +156240,33,Manzano Solar,NM_N,Central_PV,Solar,8.4,0,0,20,0,0,NULL,23,existing_generator, +1191184413,35,Proposed,NV_N,Wind,Wind,120,100180.9639,0,30,0.05,0.006,NULL,23,NULL, +1191183310,41,Proposed,UT_N,Wind,Wind,30,97850.61152,0,30,0.05,0.006,NULL,23,NULL, +156047,10,Spreckels Sugar Company,CA_IID,Gas_Steam_Turbine,Gas,8.9,0,6.0375,60,0.04,0.06,11.243,23,existing_generator, +1191183912,27,Proposed,ID_S_OR_E,Wind,Wind,90,52397.28806,0,30,0.05,0.006,NULL,23,NULL, +1191210523,27,Proposed,ID_S_OR_E,CCGT_Cogen,Gas,10.39999962,0,4.1213235,20,0.04,0.06,5.59606,23,NULL, +1191185405,22,Proposed,CO_DEN,Wind,Wind,30,38459.23819,0,30,0.05,0.006,NULL,23,NULL, +154426,14,South,CA_PGE_N,Hydro_NonPumped,Water,6.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191184088,46,Proposed,WA_W,Wind,Wind,30,66329.90889,0,30,0.05,0.006,NULL,23,NULL, +1191210892,9,Proposed,CAN_BC,Wind,Wind,448.1140137,282926.91,0,30,0.05,0.006,NULL,23,NULL, +1191183395,4,Proposed,AZ_NM_N,Wind,Wind,540,64292.25264,0,30,0.05,0.006,NULL,23,NULL, +156827,11,Westmont 300A,CA_LADWP,Central_PV,Solar,2.9,0,0,20,0,0,NULL,23,existing_generator, +1191185644,34,Proposed,NM_S_TX_EPE,Wind,Wind,11310,131717.7225,0,30,0.05,0.006,NULL,23,NULL, +156755,27,Simcoe Solar,ID_S_OR_E,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1113870,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,56.54999924,83142.05402,0,20,0.06,0,NULL,23,NULL, +1118858,5,Proposed,AZ_NW,Central_PV,Solar,9.909999847,72893.1525,0,20,0,0.02,NULL,23,NULL, +1113138,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,16.64999962,122843.805,0,20,0.06,0,NULL,23,NULL, +1115140,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,72.55999756,87653.38723,0,20,0.06,0,NULL,23,NULL, +1191183894,39,Proposed,OR_W,Wind,Wind,90,86145.34236,0,30,0.05,0.006,NULL,23,NULL, +1114684,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,5.380000114,46698.37389,0,20,0.06,0,NULL,23,NULL, +1118822,18,Proposed,CA_SCE_SE,Central_PV,Solar,12.55000019,60417.38514,0,20,0,0.02,NULL,23,NULL, +156442,21,Sacramento (SMUD),CA_SMUD,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154579,17,Corona,CA_SCE_S,Hydro_NonPumped,Water,2.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116991,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,284.1700134," 82,544.95 ",0,20,0.06,0,NULL,23,NULL, +1106027,10,Proposed,CA_IID,Central_PV,Solar,65.31999969,61542.17139,0,20,0,0.02,NULL,23,NULL, +1000319,20,Proposed,CA_SDGE,Commercial_PV,Solar,94.03949738,0,0,20,0,0.02,NULL,23,NULL, +1112637,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,54.11999893,100439.1236,0,20,0.06,0,NULL,23,NULL, +1105491,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,100.6399994,48106.67736,0,20,0.06,0,NULL,23,NULL, +156597,12,"Columbia Solar Energy, LLC",CA_PGE_BAY,Central_PV,Solar,19.2,0,0,20,0,0,NULL,23,existing_generator, +1113849,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,7.670000076,43227.89625,0,20,0.06,0,NULL,23,NULL, +1191184294,48,Proposed,WY_NW,Wind,Wind,210,99378.70277,0,30,0.05,0.006,NULL,23,NULL, +1002043,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,22.65119934,0,0,20,0,0.02,NULL,23,NULL, +154728,40,John Day,OR_WA_BPA,Hydro_NonPumped,Water,2025,0,0,200,0.05,0.05,NULL,23,existing_generator, +154950,21,Carson Ice-Gen Project,CA_SMUD,Gas_Combustion_Turbine,Gas,54,0,6.0375,40,0.04,0.06,11.634,23,existing_generator, +1118326,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,19.52000046,94387.50152,0,20,0.06,0,NULL,23,NULL, +1113068,35,Proposed,NV_N,Central_PV,Solar,38.70999908,161402.9025,0,20,0,0.02,NULL,23,NULL, +156107,33,Quay County,NM_N,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,27,0,6.0375,21,0.04,0.06,21.342,23,existing_generator, +156444,13,City of Soledad Water Reclamation,CA_PGE_CEN,Wind,Wind,1,0,0,20,0,0,NULL,23,existing_generator, +1109526,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,80.87999725,118373.64,0,20,0.06,0,NULL,23,NULL, +1112492,2,Proposed,AZ_APS_N,Central_PV,Solar,9.960000038,57823.42986,0,20,0,0.02,NULL,23,NULL, +155871,13,Stroud Solar Station,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156378,14,Vacaville,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1101934,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,162.9199982,51093.55125,0,20,0.06,0,NULL,23,NULL, +155490,13,King City Peaking,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,47.3,0,6.0375,40,0.04,0.06,9.171,23,existing_generator, +1100980,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,155.5599976,57449.70861,0,20,0.06,0,NULL,23,NULL, +1105406,1,Proposed,AZ_APS_E,Central_PV,Solar,24.70000076," 118,660.30 ",0,20,0,0.02,NULL,23,NULL, +1109985,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,31.77000046,67401.31986,0,20,0.06,0,NULL,23,NULL, +1112249,3,Proposed,AZ_APS_SW,Central_PV,Solar,66.30000305,72497.33306,0,20,0,0.02,NULL,23,NULL, +156001,21,RE Dillard 4,CA_SMUD,Central_PV,Solar,0.4,0,0,20,0,0,NULL,23,existing_generator, +1109169,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,37.65000153,49395.68361,0,20,0.06,0,NULL,23,NULL, +1118351,36,Proposed,NV_S,Central_PV,Solar,18.17000008,70768.19306,0,20,0,0.02,NULL,23,NULL, +154746,41,Weber,UT_N,Hydro_NonPumped,Water,3.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118825,10,Proposed,CA_IID,Central_PV,Solar,6.730000019,61468.15069,0,20,0,0.02,NULL,23,NULL, +158001,8,MedcnHt7,CAN_ALB,Gas_Combustion_Turbine,Gas,30,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1110043,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,25.10000038,40483.8525,0,20,0.06,0,NULL,23,NULL, +1106034,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.809999943,56315.62556,0,20,0.06,0,NULL,23,NULL, +1191183292,41,Proposed,UT_N,Wind,Wind,60,110449.176,0,30,0.05,0.006,NULL,23,NULL, +1116873,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,26.04999924,47878.5825,0,20,0.06,0,NULL,23,NULL, +154791,49,Fremont Canyon,WY_SE,Hydro_NonPumped,Water,66.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155027,20,Childrens Hospital,CA_SDGE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,6.5,0,33.579,20,0.04,0.06,9.042,23,existing_generator, +1111703,33,Proposed,NM_N,Central_PV,Solar,42.93999863,65255.95556,0,20,0,0.02,NULL,23,NULL, +1116566,7,Proposed,AZ_SE,Central_PV,Solar,21.89999962,117059.6347,0,20,0,0.02,NULL,23,NULL, +155630,36,Nellis Air Force Base Solar Array,NV_S,Central_PV,Solar,14,0,0,20,0,0,NULL,23,existing_generator, +1115206,20,Proposed,CA_SDGE,CSP_Trough_6h_Storage,Solar,14.03999996,99134.78777,0,20,0.06,0,NULL,23,NULL, +156356,21,Intel Folsom Phase 2,CA_SMUD,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1106186,33,Proposed,NM_N,Central_PV,Solar,2.619999886,84948.95514,0,20,0,0.02,NULL,23,NULL, +155942,22,DOE Golden NWTC Turbine Side,CO_DEN,Wind,Wind,5.8,0,0,20,0,0,NULL,23,existing_generator, +1108187,35,Proposed,NV_N,Central_PV,Solar,74.76999664,136890.6525,0,20,0,0.02,NULL,23,NULL, +156640,17,Building G,CA_SCE_S,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1118354,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.289999962,75665.33194,0,20,0,0.02,NULL,23,NULL, +1115311,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,14.02000046," 46,647.66 ",0,20,0.06,0,NULL,23,NULL, +1110270,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,7.75,53882.39514,0,20,0.06,0,NULL,23,NULL, +156860,13,Foundation SaIinas Valley State Prison,CA_PGE_CEN,Wind,Wind,1.8,0,0,20,0,0,NULL,23,existing_generator, +1105686,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,31.73999977,43983.06486,0,20,0.06,0,NULL,23,NULL, +77510,12,Solano: 1910,CA_PGE_BAY,Wind,Wind,40,49272.3,0,30,0.05,0.006,NULL,23,NULL, +1114025,36,Proposed,NV_S,Central_PV,Solar,25.03000069,53971.02375,0,20,0,0.02,NULL,23,NULL, +1115720,2,Proposed,AZ_APS_N,Central_PV,Solar,21.55999947,74355.91611,0,20,0,0.02,NULL,23,NULL, +1001213,4,Proposed,AZ_NM_N,Commercial_PV,Solar,13.69200039,0,0,20,0,0.02,NULL,23,NULL, +1113035,15,Proposed,CA_PGE_S,Central_PV,Solar,1.269999981,81657.31014,0,20,0,0.02,NULL,23,NULL, +1191185092,23,Proposed,CO_E,Wind,Wind,210,85295.63027,0,30,0.05,0.006,NULL,23,NULL, +156939,12,Gavilan District College Solar Project,CA_PGE_BAY,Central_PV,Solar,1.4,0,0,20,0,0,NULL,23,existing_generator, +1105769,14,Proposed,CA_PGE_N,Central_PV,Solar,4.730000019,65979.37069,0,20,0,0.02,NULL,23,NULL, +1106679,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,5.059999943,51726.52181,0,20,0.06,0,NULL,23,NULL, +1103480,48,Proposed,WY_NW,Central_PV,Solar,345.4599915,123628.68,0,20,0,0.02,NULL,23,NULL, +1000159,15,Proposed,CA_PGE_S,Commercial_PV,Solar,22.5258007,0,0,20,0,0.02,NULL,23,NULL, +1191183773,38,Proposed,OR_PDX,Wind,Wind,30,73361.42194,0,30,0.05,0.006,NULL,23,NULL, +1104457,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.859999895,50711.85861,0,20,0.06,0,NULL,23,NULL, +1102678,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.279999971,58272.61986,0,20,0.06,0,NULL,23,NULL, +156684,10,Midway Solar Farm III,CA_IID,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156569,22,Adams Community Solar Garden III LLC,CO_DEN,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1191185000,23,Proposed,CO_E,Wind,Wind,30,59918.565,0,30,0.05,0.006,NULL,23,NULL, +157037,20,Kearny Mesa Storage LLC,CA_SDGE,Battery_Storage,Electricity,1,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1117784,41,Proposed,UT_N,Central_PV,Solar,48.91999817,69408.91125,0,20,0,0.02,NULL,23,NULL, +1105437,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,23.70000076,80310.57973,0,20,0.06,0,NULL,23,NULL, +1107783,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,38.38000107,68057.95931,0,20,0.06,0,NULL,23,NULL, +1110885,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.150000095,157595.655,0,20,0.06,0,NULL,23,NULL, +1106374,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,28.61000061,59079.59306,0,20,0.06,0,NULL,23,NULL, +156793,13,Pacific Ethanol Stockton Cogen Plant,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,4.8,0,6.0375,40,0.04,0.06,12.183,23,existing_generator, +1115258,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.630000114,82834.25473,0,20,0,0.02,NULL,23,NULL, +1191209201,33,Proposed,NM_N,Bio_Gas,Bio_Gas,NULL,70990.73625,16.0398,20,0.11,0.04,13.5,23,NULL, +154373,7,Apache Station,AZ_SE,Gas_Steam_Turbine,Gas,285.6,0,6.0375,60,0.04,0.06,13.86,23,existing_generator, +1191185483,43,Proposed,WA_ID_AVA,Wind,Wind,60,109971.2513,0,30,0.05,0.006,NULL,23,NULL, +1117835,33,Proposed,NM_N,Central_PV,Solar,264.4100037,100712.4997,0,20,0,0.02,NULL,23,NULL, +1191182454,36,Proposed,NV_S,Wind,Wind,30,48677.10319,0,30,0.05,0.006,NULL,23,NULL, +1100332,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,178.5399933,100107.1838,0,20,0.06,0,NULL,23,NULL, +1191185407,22,Proposed,CO_DEN,Wind,Wind,30,44998.09125,0,30,0.05,0.006,NULL,23,NULL, +1103113,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,274.3900146,53218.62861,0,20,0.06,0,NULL,23,NULL, +1108275,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,11.36999989,50448.01986,0,20,0.06,0,NULL,23,NULL, +1191184271,48,Proposed,WY_NW,Wind,Wind,210,100756.9414,0,30,0.05,0.006,NULL,23,NULL, +154611,24,Hayden,CO_NW,Coal_Steam_Turbine,Coal,465.4,0,5.2164,40,0.04,0.06,14.65,23,existing_generator, +1116550,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,3.349999905,52324.96069,0,20,0.06,0,NULL,23,NULL, +1119063,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,2.900000095,94605.33264,0,20,0.06,0,NULL,23,NULL, +1107712,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,5.679999828,83718.99375,0,20,0.06,0,NULL,23,NULL, +1109381,14,Proposed,CA_PGE_N,Central_PV,Solar,1.529999971,65629.55889,0,20,0,0.02,NULL,23,NULL, +154501,16,Castaic,CA_SCE_CEN,Hydro_Pumped,Water,1626,0,0,200,0.05,0.05,NULL,23,existing_generator, +155205,17,BP Carson Refinery,CA_SCE_S,OT,Gas,12,0,6.0375,40,0.04,0.06,10.83255674,23,existing_generator, +1191183419,29,Proposed,MT_NE,Wind,Wind,270,89630.18736,0,30,0.05,0.006,NULL,23,NULL, +1102749,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.400000095,71630.23014,0,20,0.06,0,NULL,23,NULL, +1191182592,28,Proposed,MEX_BAJA,Wind,Wind,60,81608.64223,0,30,0.05,0.006,NULL,23,NULL, +1103952,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,39.11000061,60391.54181,0,20,0.06,0,NULL,23,NULL, +1106393,2,Proposed,AZ_APS_N,Central_PV,Solar,42.47000122,72664.09069,0,20,0,0.02,NULL,23,NULL, +1113111,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,7.380000114,90159.79875,0,20,0.06,0,NULL,23,NULL, +157077,36,Techren Solar II LLC,NV_S,Central_PV,Solar,200,0,0,20,0,0,NULL,23,existing_generator, +1105506,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.129999995,61148.28111,0,20,0.06,0,NULL,23,NULL, +1191183739,40,Proposed,OR_WA_BPA,Wind,Wind,30,101319.5138,0,30,0.05,0.006,NULL,23,NULL, +1108152,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,19.29999924,171759.63,0,20,0.06,0,NULL,23,NULL, +1113542,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,14.86999989,71785.51181,0,20,0,0.02,NULL,23,NULL, +1114032,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.99000001,64284.52181,0,20,0.06,0,NULL,23,NULL, +1191185473,43,Proposed,WA_ID_AVA,Wind,Wind,30,54019.08319,0,30,0.05,0.006,NULL,23,NULL, +155557,13,Malaga Power LLC,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,121,0,6.0375,40,0.04,0.06,13.074,23,existing_generator, +156659,16,RE Garland,CA_SCE_CEN,Central_PV,Solar,185,0,0,20,0,0,NULL,23,existing_generator, +1191184301,48,Proposed,WY_NW,Wind,Wind,30,113596.2889,0,30,0.05,0.006,NULL,23,NULL, +1113715,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.799999952,73956.96,0,20,0.06,0,NULL,23,NULL, +154452,13,Big Creek 4,CA_PGE_CEN,Hydro_NonPumped,Water,100,0,0,200,0.05,0.05,NULL,23,existing_generator, +154735,34,Newman,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,285,0,6.0375,62,0.04,0.06,9.994,23,existing_generator, +155364,34,Chino Mines,NM_S_TX_EPE,CCGT,Gas,54,0,5.9409,40,0.04,0.06,10.516,23,existing_generator, +1191182623,39,Proposed,OR_W,Wind,Wind,180,57961.08486,0,30,0.05,0.006,NULL,23,NULL, +1107744,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,51.68000031,69580.49889,0,20,0.06,0,NULL,23,NULL, +154712,38,Faraday,OR_PDX,Hydro_NonPumped,Water,19.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155869,10,Imperial Solar Energy Center West,CA_IID,Central_PV,Solar,148.7,0,0,20,0,0,NULL,23,existing_generator, +156029,19,Castle Rock Vineyards,CA_SCE_VLY,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1111342,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,21.77000046,79085.81625,0,20,0.06,0,NULL,23,NULL, +1191183327,24,Proposed,CO_NW,Wind,Wind,30,58608.79069,0,30,0.05,0.006,NULL,23,NULL, +1115730,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,10.11999989,78300.70069,0,20,0.06,0,NULL,23,NULL, +156577,42,Fiddler's Canyon 3,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1001018,44,Proposed,WA_N_CEN,Residential_PV,Solar,75.11399841,0,0,20,0,0.02,NULL,23,NULL, +1110886,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.150000095,157595.655,0,20,0.06,0,NULL,23,NULL, +1117778,17,Proposed,CA_SCE_S,Central_PV,Solar,9.329999924,50860.86694,0,20,0,0.02,NULL,23,NULL, +156690,27,"Thunderegg Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1109241,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,26.95999908,53130.72639,0,20,0.06,0,NULL,23,NULL, +1115291,35,Proposed,NV_N,Central_PV,Solar,24.23999977,72879.26625,0,20,0,0.02,NULL,23,NULL, +77375,16,Barstow: 46,CA_SCE_CEN,Wind,Wind,31,55249.95,0,30,0.05,0.006,NULL,23,NULL, +1102635,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1.820000052,63332.64861,0,20,0.06,0,NULL,23,NULL, +1103220,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,78.90000153,42030.29681,0,20,0.06,0,NULL,23,NULL, +1104061,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.049999952,59627.68014,0,20,0.06,0,NULL,23,NULL, +157098,32,Crazy Mountain Wind LLC,MT_SW,Wind,Wind,80,0,0,20,0,0,NULL,23,existing_generator, +156000,27,Lime Wind,ID_S_OR_E,Wind,Wind,3,0,0,20,0,0,NULL,23,existing_generator, +154535,14,Middle Fork,CA_PGE_N,Hydro_NonPumped,Water,122.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110110,46,Proposed,WA_W,Central_PV,Solar,3.230000019,50877.53139,0,20,0,0.02,NULL,23,NULL, +1191184067,46,Proposed,WA_W,Wind,Wind,30,98599.13889,0,30,0.05,0.006,NULL,23,NULL, +1116162,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,32.00999832,54643.96444,0,20,0.06,0,NULL,23,NULL, +1002015,23,Proposed,CO_E,Commercial_PV,Solar,39.66040039,0,0,20,0,0.02,NULL,23,NULL, +156452,16,SCE-Snowline-Duncan Road (South),CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +158039,28,CerroPr4-4,MEX_BAJA,Geothermal,Geothermal,28.8,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +1191182703,39,Proposed,OR_W,Wind,Wind,30,63025.58514,0,30,0.05,0.006,NULL,23,NULL, +1000419,5,Proposed,AZ_NW,Commercial_PV,Solar,88.54799652,0,0,20,0,0.02,NULL,23,NULL, +155153,17,B Braun Medical,CA_SCE_S,Gas_Combustion_Turbine,Gas,6.1,0,6.0375,40,0.04,0.06,9.103,23,existing_generator, +1114412,16,Proposed,CA_SCE_CEN,Central_PV,Solar,13.86999989,63312.60694,0,20,0,0.02,NULL,23,NULL, +1191209750,31,Proposed,MT_SE,Battery_Storage,Electricity,NULL,70251.1425,0,10,0.02,0.0055,NULL,23,NULL, +1102169,39,Proposed,OR_W,Central_PV,Solar,46.65000153,42386.14611,0,20,0,0.02,NULL,23,NULL, +1107630,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,12.84000015,47407.17639,0,20,0.06,0,NULL,23,NULL, +1108282,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,59.97000122,56379.50514,0,20,0.06,0,NULL,23,NULL, +1108291,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,7.570000172,70462.455,0,20,0.06,0,NULL,23,NULL, +1191183243,41,Proposed,UT_N,Wind,Wind,30,70379.01486,0,30,0.05,0.006,NULL,23,NULL, +1191209541,22,Proposed,CO_DEN,Gas_Combustion_Turbine,Gas,NULL,69511.67139,33.5769,20,0.03,0.05,10.39,23,NULL, +1191210513,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,5,0,33.5769,20,0.03,0.05,8.15965,23,NULL, +155129,20,San Diego State University,CA_SDGE,Central_PV,Solar,0.8,0,0,20,0,0,NULL,23,existing_generator, +155746,42,Milford Wind Corridor Stage II LLC,UT_S,Wind,Wind,102,0,0,20,0,0,NULL,23,existing_generator, +1104549,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,17.27000046,50363.85806,0,20,0.06,0,NULL,23,NULL, +1112688,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,38.79999924,49397.85806,0,20,0.06,0,NULL,23,NULL, +1191182419,26,Proposed,ID_E,Wind,Wind,30,78333.06264,0,30,0.05,0.006,NULL,23,NULL, +155537,16,Springville Hydroelectric,CA_SCE_CEN,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1112991,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,22.38999939," 75,311.17 ",0,20,0.06,0,NULL,23,NULL, +156361,7,Fort Huachuca Solar PV Project,AZ_SE,Central_PV,Solar,17.7,0,0,20,0,0,NULL,23,existing_generator, +1108452,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,22.37000084,52589.40319,0,20,0.06,0,NULL,23,NULL, +156468,16,"Mitchell Solar, LLC",CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1106720,17,Proposed,CA_SCE_S,Central_PV,Solar,2.619999886,46158.86194,0,20,0,0.02,NULL,23,NULL, +155912,20,University of California San Diego,CA_SDGE,Battery_Storage,Electricity,2.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +155921,23,"Vestas Towers America, Inc.",CO_E,Wind,Wind,1.8,0,0,20,0,0,NULL,23,existing_generator, +1105687,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,31.73999977,43983.06486,0,20,0.06,0,NULL,23,NULL, +1191210461,17,Proposed,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen,Gas,1.200000048,0,33.5769,20,0.03,0.05,11.0083,23,NULL, +154585,13,Upper Dawson,CA_PGE_CEN,Hydro_NonPumped,Water,4.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +155456,37,Klamath Expansion Project,OR_E,Gas_Combustion_Turbine,Gas,117.6,0,6.0375,40,0.04,0.06,12.464,23,existing_generator, +1112684,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,88.91999817,88481.49639,0,20,0,0.02,NULL,23,NULL, +1191185021,23,Proposed,CO_E,Wind,Wind,180,52053.39111,0,30,0.05,0.006,NULL,23,NULL, +1112694,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,35.24000168,178245.1125,0,20,0.06,0,NULL,23,NULL, +1116544,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,50.00999832," 68,842.11 ",0,20,0.06,0,NULL,23,NULL, +1107184,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,25.88999939,149609.25,0,20,0.06,0,NULL,23,NULL, +1191185650,46,Proposed,WA_W,Wind,Wind,60,63639.11306,0,30,0.05,0.006,NULL,23,NULL, +154379,13,Angels,CA_PGE_CEN,Hydro_NonPumped,Water,1.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209346,35,Proposed,NV_N,Geothermal,Geothermal,12,45788.76319,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1113220,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,53.18000031,46330.32694,0,20,0.06,0,NULL,23,NULL, +1105683,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,2.400000095,59737.92111,0,20,0.06,0,NULL,23,NULL, +77449,16,Tehachapi: 562,CA_SCE_CEN,Wind,Wind,35,41660.85,0,30,0.05,0.006,NULL,23,NULL, +1191183384,24,Proposed,CO_NW,Wind,Wind,90,43461.91069,0,30,0.05,0.006,NULL,23,NULL, +154830,49,Laramie River Station,WY_SE,Coal_Steam_Turbine,Coal,1710,0,5.2164,40,0.04,0.06,10.638,23,existing_generator, +1191185422,22,Proposed,CO_DEN,Wind,Wind,60,58455.80139,0,30,0.05,0.006,NULL,23,NULL, +1105678,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,21.93000031,46586.19431,0,20,0.06,0,NULL,23,NULL, +1191182604,30,Proposed,MT_NW,Wind,Wind,30,43129.24444,0,30,0.05,0.006,NULL,23,NULL, +1191210116,35,Proposed,NV_N,Geothermal,Geothermal,26.10000038,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110510,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,14.81999969,86402.05875,0,20,0.06,0,NULL,23,NULL, +1118860,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,9.909999847,72893.1525,0,20,0.06,0,NULL,23,NULL, +1191185272,25,Proposed,CO_SW,Wind,Wind,30,73662.69319,0,30,0.05,0.006,NULL,23,NULL, +154578,17,Temescal,CA_SCE_S,Hydro_NonPumped,Water,2.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106837,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,37.43999863,44322.01389,0,20,0,0.02,NULL,23,NULL, +1116007,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,1.720000029,74850.51,0,20,0.06,0,NULL,23,NULL, +1116191,30,Proposed,MT_NW,Central_PV,Solar,3.980000019,62163.67069,0,20,0,0.02,NULL,23,NULL, +1105425,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,38.65000153,41723.47389,0,20,0.06,0,NULL,23,NULL, +1191209609,40,Proposed,OR_WA_BPA,Coal_IGCC,Coal,NULL,76906.51931,7.3442565,40,0.08,0.12,7.95,23,NULL, +155831,15,Sand Drag LLC,CA_PGE_S,Central_PV,Solar,19,0,0,20,0,0,NULL,23,existing_generator, +155022,13,Fresno Cogen Partners,CA_PGE_CEN,CCGT,Gas,60.3,0,5.9409,40,0.04,0.06,11.038,23,existing_generator, +155083,14,Burney Forest Products,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,31,0,13.35495,20,0.04,0.06,11.535,23,existing_generator, +156435,19,Hanford 1 and 2,CA_SCE_VLY,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +156822,21,Sacramento Regional County Sanitation PV,CA_SMUD,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +1001895,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,5.637800217,0,0,20,0,0.02,NULL,23,NULL, +155385,45,University of Washington Power Plant,WA_SEATAC,Gas_Steam_Turbine,Gas,5,0,6.0375,60,0.04,0.06,7.722,23,existing_generator, +155748,27,Payne's Ferry,ID_S_OR_E,Wind,Wind,21,0,0,20,0,0,NULL,23,existing_generator, +156849,16,One Ten Partners PV,CA_SCE_CEN,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +156210,16,Rutan,CA_SCE_CEN,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +156945,14,Santa Rosa Junior College Petaluma Solar,CA_PGE_N,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +155257,37,Co-Gen LLC,OR_E,Bio_Solid_Steam_Turbine,Bio_Solid,7.5,0,13.35495,20,0.04,0.06,9.478,23,existing_generator, +77342,16,Tehachapi: 10,CA_SCE_CEN,Wind,Wind,52,86989.35,0,30,0.05,0.006,NULL,23,NULL, +1112730,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,18.77000046,61092.98139,0,20,0.06,0,NULL,23,NULL, +1114568,32,Proposed,MT_SW,Central_PV,Solar,1.789999962,62782.39181,0,20,0,0.02,NULL,23,NULL, +1191210496,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,28,0,33.5769,20,0.03,0.05,5.30455,23,NULL, +1112606,4,Proposed,AZ_NM_N,Central_PV,Solar,1.970000029,61344.49986,0,20,0,0.02,NULL,23,NULL, +1111781,36,Proposed,NV_S,Central_PV,Solar,69.94000244,48357.83736,0,20,0,0.02,NULL,23,NULL, +154389,14,Cow Creek,CA_PGE_N,Hydro_NonPumped,Water,1.4,0,0,113,0.05,0.05,NULL,23,existing_generator, +1000161,15,Proposed,CA_PGE_S,Commercial_PV,Solar,10.23900032,0,0,20,0,0.02,NULL,23,NULL, +1000982,45,Proposed,WA_SEATAC,Residential_PV,Solar,22.25600052,0,0,20,0,0.02,NULL,23,NULL, +1001089,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,18.5855999,0,0,20,0,0.02,NULL,23,NULL, +1191182637,39,Proposed,OR_W,Wind,Wind,30,49556.52639,0,30,0.05,0.006,NULL,23,NULL, +1118298,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,27.82999992,51738.83736,0,20,0.06,0,NULL,23,NULL, +1118728,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,5.119999886,69040.14264,0,20,0.06,0,NULL,23,NULL, +1112692,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,81.76999664,158287.5525,0,20,0.06,0,NULL,23,NULL, +1191185343,44,Proposed,WA_N_CEN,Wind,Wind,30,67077.59194,0,30,0.05,0.006,NULL,23,NULL, +156260,24,Eagle Valley Clean Energy LLC Biomass,CO_NW,Bio_Solid_Steam_Turbine,Bio_Solid,12.6,0,13.35495,20,0.04,0.06,10.916,23,existing_generator, +1001630,38,Proposed,OR_PDX,Residential_PV,Solar,23.64699936,0,0,20,0,0.02,NULL,23,NULL, +1104501,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,2.099999905,87368.41723,0,20,0.06,0,NULL,23,NULL, +1117021,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,36.58000183,60561.68139,0,20,0.06,0,NULL,23,NULL, +1191183295,41,Proposed,UT_N,Wind,Wind,90,124525.8525,0,30,0.05,0.006,NULL,23,NULL, +1191183827,37,Proposed,OR_E,Wind,Wind,30,67782.53139,0,30,0.05,0.006,NULL,23,NULL, +155037,17,California Institute of Technology,CA_SCE_S,CCGT,Gas,13,0,5.9409,40,0.04,0.06,14.305,23,existing_generator, +156586,42,Milford 2,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +156765,6,Intel - Ocotillo Campus Solar,AZ_PHX,Central_PV,Solar,4.2,0,0,20,0,0,NULL,23,existing_generator, +1109062,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,71.70999908,42487.57611,0,20,0.06,0,NULL,23,NULL, +1113338,13,Proposed,CA_PGE_CEN,Central_PV,Solar,8.470000267,44168.29819,0,20,0,0.02,NULL,23,NULL, +1191210408,36,Proposed,NV_S,CCGT_Cogen,Gas,61.29999924,0,4.1213235,20,0.04,0.06,8.28449,23,NULL, +154686,35,Tracy,NV_N,Gas_Steam_Turbine,Gas,119.8,0,6.0375,60,0.04,0.06,17.454,23,existing_generator, +155822,13,Panoche Valley Solar Farm,CA_PGE_CEN,Central_PV,Solar,140,0,0,20,0,0,NULL,23,existing_generator, +1115199,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.630000114,47909.49639,0,20,0.06,0,NULL,23,NULL, +1107674,4,Proposed,AZ_NM_N,Central_PV,Solar,4.869999886,74879.85319,0,20,0,0.02,NULL,23,NULL, +1191182691,39,Proposed,OR_W,Wind,Wind,600,41932.61194,0,30,0.05,0.006,NULL,23,NULL, +1116005,14,Proposed,CA_PGE_N,Central_PV,Solar,1.720000029,74850.51,0,20,0,0.02,NULL,23,NULL, +1191184695,33,Proposed,NM_N,Wind,Wind,33510,38724.04153,0,30,0.05,0.006,NULL,23,NULL, +1116403,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,10.68000031,127487.85,0,20,0.06,0,NULL,23,NULL, +154788,46,Packwood,WA_W,Hydro_NonPumped,Water,27.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118678,18,Proposed,CA_SCE_SE,Central_PV,Solar,50.22000122,47442.43444,0,20,0,0.02,NULL,23,NULL, +154631,26,Gem State,ID_E,Hydro_NonPumped,Water,23.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116623,16,Proposed,CA_SCE_CEN,Central_PV,Solar,70.61000061,67862.46694,0,20,0,0.02,NULL,23,NULL, +156021,17,ISH Solar Hospital Downey,CA_SCE_S,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1191182529,36,Proposed,NV_S,Wind,Wind,30,154905.345,0,30,0.05,0.006,NULL,23,NULL, +1191210439,17,Proposed,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen,Gas,2.700000048,0,33.5769,20,0.03,0.05,9.98548,23,NULL, +155041,13,King City Power Plant,CA_PGE_CEN,CCGT,Gas,133.2,0,5.9409,40,0.04,0.06,10.291,23,existing_generator, +1117464,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,5,87057.60861,0,20,0.06,0,NULL,23,NULL, +1107492,21,Proposed,CA_SMUD,CSP_Trough_No_Storage,Solar,11.52999973,52673.20181,0,20,0.06,0,NULL,23,NULL, +1108805,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.309999943,114906.549,0,20,0,0.02,NULL,23,NULL, +1114381,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,93.23000336,45643.25944,0,20,0.06,0,NULL,23,NULL, +77403,14,RoundMountain: 504,CA_PGE_N,Wind,Wind,56,52758.3,0,30,0.05,0.006,NULL,23,NULL, +1001359,38,Proposed,OR_PDX,Commercial_PV,Solar,6.215400219,0,0,20,0,0.02,NULL,23,NULL, +1191183238,41,Proposed,UT_N,Wind,Wind,30,58500.23361,0,30,0.05,0.006,NULL,23,NULL, +1115777,36,Proposed,NV_S,Central_PV,Solar,5.599999905,77041.88194,0,20,0,0.02,NULL,23,NULL, +1106046,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,31,67846.76944,0,20,0.06,0,NULL,23,NULL, +155795,23,Northern Colorado Wind LLC,CO_E,Wind,Wind,174.3,0,0,20,0,0,NULL,23,existing_generator, +1191210425,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,31,0,4.1213235,20,0.04,0.06,10.0161,23,NULL, +1102952,33,Proposed,NM_N,Central_PV,Solar,2858.620117,63348.46875,0,20,0,0.02,NULL,23,NULL, +1109960,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.409999967,83891.30777,0,20,0,0.02,NULL,23,NULL, +155313,46,March Point Cogeneration,WA_W,Gas_Combustion_Turbine,Gas,139.8,0,6.0375,40,0.04,0.06,7.55,23,existing_generator, +1191210437,16,Proposed,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,1.5,0,16.0398,20,0.11,0.04,7.17532,23,NULL, +154530,14,Kelly Ridge,CA_PGE_N,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110060,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,130.0099945,86216.95277,0,20,0.06,0,NULL,23,NULL, +1114403,16,Proposed,CA_SCE_CEN,Central_PV,Solar,12.82999992,84391.44861,0,20,0,0.02,NULL,23,NULL, +1105442,2,Proposed,AZ_APS_N,Central_PV,Solar,10.52000046,47223.27319,0,20,0,0.02,NULL,23,NULL, +1117876,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,41.24000168," 51,451.09 ",0,20,0.06,0,NULL,23,NULL, +1191209362,39,Proposed,OR_W,Geothermal,Geothermal,45,45280.64625,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1118737,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,42.91999817,46391.78681,0,20,0.06,0,NULL,23,NULL, +1191185674,39,Proposed,OR_W,Offshore_Wind,Wind,30,70019.42514,0,30,0.05,0.006,NULL,23,NULL, +155496,14,Valero Refinery Cogeneration Unit 1,CA_PGE_N,Gas_Combustion_Turbine,Gas,51,0,6.0375,40,0.04,0.06,16.133,23,existing_generator, +156614,12,Golden Hills Wind,CA_PGE_BAY,Wind,Wind,85.9,0,0,20,0,0,NULL,23,existing_generator, +1106670,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,40.16999817,55865.46861,0,20,0.06,0,NULL,23,NULL, +1102491,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,62.45000076,47587.45236,0,20,0.06,0,NULL,23,NULL, +154918,46,Skookumchuck,WA_W,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +156512,33,Sandoval Solar Energy Center,NM_N,Central_PV,Solar,6.1,0,0,20,0,0,NULL,23,existing_generator, +1100380,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,257.6099854,70504.7175,0,20,0.06,0,NULL,23,NULL, +1113096,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.25999999,218037.0675,0,20,0.06,0,NULL,23,NULL, +1191182556,36,Proposed,NV_S,Wind,Wind,60,158130.5775,0,30,0.05,0.006,NULL,23,NULL, +156771,38,Timothy Lake Powerhouse,OR_PDX,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115194,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,4.789999962,47837.40486,0,20,0.06,0,NULL,23,NULL, +1116533,4,Proposed,AZ_NM_N,Central_PV,Solar,50.00999832,93175.28473,0,20,0,0.02,NULL,23,NULL, +1102665,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.49000001,75695.27889,0,20,0.06,0,NULL,23,NULL, +1107179,41,Proposed,UT_N,Central_PV,Solar,5.21999979,81362.68014,0,20,0,0.02,NULL,23,NULL, +1107312,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,14.17000008,92107.13777,0,20,0.06,0,NULL,23,NULL, +154957,33,El Vado Dam,NM_N,Hydro_NonPumped,Water,8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116151,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,7.260000229,44187.61819,0,20,0.06,0,NULL,23,NULL, +155652,13,El Nido Facility,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,12.5,0,13.35495,20,0.04,0.06,12.012,23,existing_generator, +156926,39,Grand Ronde Solar,OR_W,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1106392,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,20.60000038,70225.90764,0,20,0.06,0,NULL,23,NULL, +1112622,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.159999847,153647.13,0,20,0.06,0,NULL,23,NULL, +1191209306,35,Proposed,NV_N,Geothermal,Geothermal,22.5,72447.10389,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191184423,35,Proposed,NV_N,Wind,Wind,60,53150.76806,0,30,0.05,0.006,NULL,23,NULL, +1191185426,49,Proposed,WY_SE,Wind,Wind,30,83792.0475,0,30,0.05,0.006,NULL,23,NULL, +155443,23,Limon Generating Station,CO_E,Gas_Combustion_Turbine,Gas,154.2,0,6.0375,40,0.04,0.06,13.809,23,existing_generator, +1191185494,43,Proposed,WA_ID_AVA,Wind,Wind,60,66611.25639,0,30,0.05,0.006,NULL,23,NULL, +154596,23,Lamar Plant,CO_E,Wind,Wind,6,0,0,20,0,0,NULL,23,existing_generator, +154969,46,Encogen,WA_W,CCGT,Gas,176.4,0,5.9409,40,0.04,0.06,12.603,23,existing_generator, +1116537,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,55.02999878,45348.62944,0,20,0.06,0,NULL,23,NULL, +1115842,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.029999971,49922.75736,0,20,0.06,0,NULL,23,NULL, +1191183228,31,Proposed,MT_SE,Wind,Wind,30,62995.87875,0,30,0.05,0.006,NULL,23,NULL, +1191185490,43,Proposed,WA_ID_AVA,Wind,Wind,30,70688.73861,0,30,0.05,0.006,NULL,23,NULL, +157962,8,Wabamun4,CAN_ALB,Coal_Steam_Turbine,Coal,290,0,4.374549085,40,0.06,0.1,11.64999962,23,existing_generator, +1000872,11,Proposed,CA_LADWP,Residential_PV,Solar,304.6289978,0,0,20,0,0.02,NULL,23,NULL, +1103249,8,Proposed,CAN_ALB,Central_PV,Solar,485.8099976,92398.62639,0,20,0,0.02,NULL,23,NULL, +1112248,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.730000019,145773.0225,0,20,0.06,0,NULL,23,NULL, +1116713,24,Proposed,CO_NW,Central_PV,Solar,5.820000172,77257.0575,0,20,0,0.02,NULL,23,NULL, +77355,16,Tehachapi: 23,CA_SCE_CEN,Wind,Wind,69,52132.5,0,30,0.05,0.006,NULL,23,NULL, +1100327,10,Proposed,CA_IID,Central_PV,Solar,63.84000015,59509.70361,0,20,0,0.02,NULL,23,NULL, +77410,16,Tehachapi: 511,CA_SCE_CEN,Wind,Wind,44,86752.05,0,30,0.05,0.006,NULL,23,NULL, +1114024,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,35.65000153,66926.29125,0,20,0.06,0,NULL,23,NULL, +1116984,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,24.87999916,56996.05181,0,20,0.06,0,NULL,23,NULL, +155345,13,Sierra Pacific Sonora,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,7.5,0,13.35495,20,0.04,0.06,11.197,23,existing_generator, +1110447,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.389999986,46751.50389,0,20,0.06,0,NULL,23,NULL, +1113146,36,Proposed,NV_S,Central_PV,Solar,6.980000019,44501.08236,0,20,0,0.02,NULL,23,NULL, +1191183977,27,Proposed,ID_S_OR_E,Wind,Wind,1050,93800.89236,0,30,0.05,0.006,NULL,23,NULL, +1191210587,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +154827,16,W E Warne,CA_SCE_CEN,Hydro_NonPumped,Water,74.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156986,12,Malech Solar Farm,CA_PGE_BAY,Central_PV,Solar,3.1,0,0,20,0,0,NULL,23,existing_generator, +1101842,43,Proposed,WA_ID_AVA,Central_PV,Solar,18.32999992,43662.59625,0,20,0,0.02,NULL,23,NULL, +1114624,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,12.80000019,74303.87569,0,20,0.06,0,NULL,23,NULL, +1191185653,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,117301.6253,0,30,0.05,0.006,NULL,23,NULL, +1191182634,39,Proposed,OR_W,Wind,Wind,60,66268.8075,0,30,0.05,0.006,NULL,23,NULL, +1191184812,33,Proposed,NM_N,Wind,Wind,60,65241.70611,0,30,0.05,0.006,NULL,23,NULL, +156074,36,Copper Mountain Solar 2,NV_S,Central_PV,Solar,154,0,0,20,0,0,NULL,23,existing_generator, +1109363,14,Proposed,CA_PGE_N,Central_PV,Solar,9.079999924,44052.98194,0,20,0,0.02,NULL,23,NULL, +1101050,10,Proposed,CA_IID,Central_PV,Solar,155.6000061,144566.73,0,20,0,0.02,NULL,23,NULL, +154455,16,Bishop Creek 2,CA_SCE_CEN,Hydro_NonPumped,Water,7.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +156135,29,Spion Kop Wind Farm,MT_NE,Wind,Wind,40,0,0,20,0,0,NULL,23,existing_generator, +1191183683,50,Proposed,WY_SW,Wind,Wind,120,71423.50236,0,30,0.05,0.006,NULL,23,NULL, +156434,14,Waste Mangement Redwood LFGTE,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4,0,6.0375,20,0.04,0.06,12.039,23,existing_generator, +1106886,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,12.76000023,55078.30125,0,20,0.06,0,NULL,23,NULL, +1107698,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,61.47999954,46568.08181,0,20,0,0.02,NULL,23,NULL, +1191210441,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,49.5,0,33.5769,20,0.03,0.05,8.05442,23,NULL, +156084,17,MillerCoors Irwindale Brewery,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,0,6.0375,20,0.04,0.06,11.167,23,existing_generator, +1109438,13,Proposed,CA_PGE_CEN,Central_PV,Solar,6.400000095,67201.47861,0,20,0,0.02,NULL,23,NULL, +157863,9,China_Creek,CAN_BC,Hydro_NonPumped,Water,6.5,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1102906,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,433.8999939,58911.51,0,20,0.06,0,NULL,23,NULL, +1116518,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.769999981,79933.83973,0,20,0,0.02,NULL,23,NULL, +155992,21,RE Bruceville 3,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1106424,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,16.87999916,46164.41361,0,20,0.06,0,NULL,23,NULL, +1113539,7,Proposed,AZ_SE,Central_PV,Solar,39.33000183,107096.0711,0,20,0,0.02,NULL,23,NULL, +1115296,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.720000029,50011.0275,0,20,0.06,0,NULL,23,NULL, +154570,23,Comanche (CO),CO_E,Coal_Steam_Turbine,Coal,1635.3,0,5.2164,50,0.04,0.06,15.523,23,existing_generator, +1191209505,36,Proposed,NV_S,CCGT,Gas,NULL," 77,646.11 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1191183179,31,Proposed,MT_SE,Wind,Wind,30,70101.17194,0,30,0.05,0.006,NULL,23,NULL, +1110905,2,Proposed,AZ_APS_N,Central_PV,Solar,1.309999943,91986.01986,0,20,0,0.02,NULL,23,NULL, +1191182665,39,Proposed,OR_W,Wind,Wind,30,42615.21264,0,30,0.05,0.006,NULL,23,NULL, +1110515,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.799999952,77308.01306,0,20,0,0.02,NULL,23,NULL, +154669,29,Holter,MT_NE,Hydro_NonPumped,Water,38.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +156777,20,Jacumba Solar Farm,CA_SDGE,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156959,24,Oak Leaf Solar XXXI LLC (CSG),CO_NW,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1117852,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,13.77000046,61290.16236,0,20,0.06,0,NULL,23,NULL, +155341,50,Simplot Phosphates,WY_SW,Gas_Steam_Turbine,Gas,11.5,0,6.0375,60,0.04,0.06,14.826,23,existing_generator, +156028,27,Hidden Hollow Energy,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,20.375,23,existing_generator, +1002118,44,Proposed,WA_N_CEN,Residential_PV,Solar,218.3869934,0,0,20,0,0.02,NULL,23,NULL, +1111972,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,28.86000061," 84,571.85 ",0,20,0.06,0,NULL,23,NULL, +155910,14,Broadridge Cogen,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,4.2,0,33.579,20,0.04,0.06,10.569,23,existing_generator, +1000830,24,Proposed,CO_NW,Residential_PV,Solar,47.29399872,0,0,20,0,0.02,NULL,23,NULL, +1112733,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,20.70000076,95079.27639,0,20,0.06,0,NULL,23,NULL, +1191209191,36,Proposed,NV_S,Bio_Gas,Bio_Gas,NULL,77646.11306,16.0398,20,0.11,0.04,13.5,23,NULL, +158014,9,WstCstn2,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,69,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1102615,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,68.87999725,52456.69611,0,20,0.06,0,NULL,23,NULL, +1191183970,27,Proposed,ID_S_OR_E,Wind,Wind,300,124121.34,0,30,0.05,0.006,NULL,23,NULL, +156675,22,SR Mavericks,CO_DEN,Central_PV,Solar,7.8,0,0,20,0,0,NULL,23,existing_generator, +1103226,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,255.6999969,50599.68375,0,20,0.06,0,NULL,23,NULL, +1191209573,4,Proposed,AZ_NM_N,Coal_IGCC,Coal,NULL,70990.73625,7.3442565,40,0.08,0.12,7.95,23,NULL, +157946,28,LaRosit1,MEX_BAJA,CCGT,Gas,185.6,0,3.87403916,20,0.04,0.06,7.099999905,23,existing_generator, +1115712,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,9.100000381,45885.60375,0,20,0.06,0,NULL,23,NULL, +1191210575,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1109533,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.039999962,186434.3775,0,20,0.06,0,NULL,23,NULL, +1117999,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,2.420000076,44555.06139,0,20,0.06,0,NULL,23,NULL, +1191183376,24,Proposed,CO_NW,Wind,Wind,30,67046.91861,0,30,0.05,0.006,NULL,23,NULL, +1116165,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,18.65999985,62058.255,0,20,0.06,0,NULL,23,NULL, +156097,14,Foundation Superior Farms,CA_PGE_N,Wind,Wind,1,0,0,20,0,0,NULL,23,existing_generator, +1105142,40,Proposed,OR_WA_BPA,Central_PV,Solar,5.230000019,62781.18431,0,20,0,0.02,NULL,23,NULL, +77427,14,RoundMountain: 532,CA_PGE_N,Wind,Wind,27,52658.55,0,30,0.05,0.006,NULL,23,NULL, +1118767,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,2.160000086,55835.40375,0,20,0.06,0,NULL,23,NULL, +1101163,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,1897.189941,114772.3939,0,20,0.06,0,NULL,23,NULL, +1107304,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,2.569999933,51883.98264,0,20,0.06,0,NULL,23,NULL, +1109535,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,65.81999969,63863.10431,0,20,0.06,0,NULL,23,NULL, +1112528,41,Proposed,UT_N,Central_PV,Solar,29.85000038,64430.02556,0,20,0,0.02,NULL,23,NULL, +1108144,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.599999905,96673.6575,0,20,0.06,0,NULL,23,NULL, +1115248,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,17.73999977,51453.99,0,20,0.06,0,NULL,23,NULL, +1191210578,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,75,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +156087,16,SEPV 1,CA_SCE_CEN,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191185199,22,Proposed,CO_DEN,Wind,Wind,30,46895.80014,0,30,0.05,0.006,NULL,23,NULL, +156104,13,La Joya Del Sol,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1112014,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,8.899999619,113775.6026,0,20,0.06,0,NULL,23,NULL, +1118194,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,3.019999981,61031.75736,0,20,0.06,0,NULL,23,NULL, +1114854,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,30.84000015,98565.81,0,20,0.06,0,NULL,23,NULL, +154356,6,Agua Fria,AZ_PHX,Central_PV,Solar,0.2,0,0,20,0,0,NULL,23,existing_generator, +155075,16,Ridgetop Energy LLC,CA_SCE_CEN,Wind,Wind,29,0,0,20,0,0,NULL,23,existing_generator, +156049,21,Solar Star California II LLC,CA_SMUD,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191182629,39,Proposed,OR_W,Wind,Wind,30,47485.66389,0,30,0.05,0.006,NULL,23,NULL, +77450,16,SanBernardino_Lucerne: 563,CA_SCE_CEN,Wind,Wind,47,39036.9,0,30,0.05,0.006,NULL,23,NULL, +77483,20,SanDiegoSouth: 606,CA_SDGE,Wind,Wind,14,115309.95,0,30,0.05,0.006,NULL,23,NULL, +1191183262,42,Proposed,UT_S,Wind,Wind,30,67400.71611,0,30,0.05,0.006,NULL,23,NULL, +1191185586,1,Proposed,AZ_APS_E,Wind,Wind,60," 116,344.79 ",0,30,0.05,0.006,NULL,23,NULL, +1118897,5,Proposed,AZ_NW,Central_PV,Solar,2.829999924,49580.31319,0,20,0,0.02,NULL,23,NULL, +1108742,3,Proposed,AZ_APS_SW,Central_PV,Solar,15.78999996,168269.955,0,20,0,0.02,NULL,23,NULL, +1109180,35,Proposed,NV_N,Central_PV,Solar,58.02999878,90286.10514,0,20,0,0.02,NULL,23,NULL, +77480,20,SanDiegoNorthCentral: 602,CA_SDGE,Wind,Wind,53,74495.4,0,30,0.05,0.006,NULL,23,NULL, +155618,27,Mora Drop Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,1.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +157827,8,Bighorn,CAN_ALB,Hydro_NonPumped,Water,120,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1118309,4,Proposed,AZ_NM_N,Central_PV,Solar,13.18999958,78302.51194,0,20,0,0.02,NULL,23,NULL, +1000171,47,Proposed,WY_NE,Commercial_PV,Solar,223.4680023,0,0,20,0,0.02,NULL,23,NULL, +1116969,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,21.20000076,110219.8736,0,20,0.06,0,NULL,23,NULL, +155948,12,Vasco Winds,CA_PGE_BAY,Wind,Wind,78.2,0,0,20,0,0,NULL,23,existing_generator, +157034,14,Cloverdale Solar Center,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1000430,29,Proposed,MT_NE,Residential_PV,Solar,7945.390137,0,0,20,0,0.02,NULL,23,NULL, +1114411,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,15.82999992,53231.30736,0,20,0.06,0,NULL,23,NULL, +1191183732,40,Proposed,OR_WA_BPA,Wind,Wind,30,72350.985,0,30,0.05,0.006,NULL,23,NULL, +155724,27,Langley Gulch Power Plant,ID_S_OR_E,CCGT,Gas,318.5,0,5.9409,40,0.04,0.06,9.68,23,existing_generator, +156742,17,Mira Loma Energy Storage Facility,CA_SCE_S,Battery_Storage,Electricity,20,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1114640,13,Proposed,CA_PGE_CEN,Central_PV,Solar,16.69000053,49579.58681,0,20,0,0.02,NULL,23,NULL, +154783,46,Mossyrock,WA_W,Hydro_NonPumped,Water,300,0,0,200,0.05,0.05,NULL,23,existing_generator, +154833,24,Mount Elbert,CO_NW,Hydro_Pumped,Water,200,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182671,39,Proposed,OR_W,Wind,Wind,30,71187.92194,0,30,0.05,0.006,NULL,23,NULL, +155944,15,Topaz Solar Farm,CA_PGE_S,Central_PV,Solar,585.9,0,0,20,0,0,NULL,23,existing_generator, +1105469,16,Proposed,CA_SCE_CEN,Central_PV,Solar,20.70999908,49414.88569,0,20,0,0.02,NULL,23,NULL, +1109664,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,1,93700.7925,0,20,0.06,0,NULL,23,NULL, +1191183405,4,Proposed,AZ_NM_N,Wind,Wind,30,93168.285,0,30,0.05,0.006,NULL,23,NULL, +156127,12,Parnassus Central Utility Plant,CA_PGE_BAY,CCGT,Gas,13.4,0,5.9409,40,0.04,0.06,11.729,23,existing_generator, +157919,9,Soo_River,CAN_BC,Hydro_NonPumped,Water,10,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191184091,46,Proposed,WA_W,Wind,Wind,30,58633.18125,0,30,0.05,0.006,NULL,23,NULL, +1109199,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,15.43999958,86111.17389,0,20,0.06,0,NULL,23,NULL, +1116562,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,23.53000069,140557.83,0,20,0.06,0,NULL,23,NULL, +1191185466,43,Proposed,WA_ID_AVA,Wind,Wind,30,55911.95736,0,30,0.05,0.006,NULL,23,NULL, +1191209477,8,Proposed,CAN_ALB,CCGT,Gas,NULL," 77,646.11 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1104065,35,Proposed,NV_N,Central_PV,Solar,1.200000048,96769.89902,0,20,0,0.02,NULL,23,NULL, +1116135,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.090000153,66525.40125,0,20,0.06,0,NULL,23,NULL, +1191185423,22,Proposed,CO_DEN,Wind,Wind,60,57042.17736,0,30,0.05,0.006,NULL,23,NULL, +1102010,10,Proposed,CA_IID,Central_PV,Solar,3.660000086,54126.42806,0,20,0,0.02,NULL,23,NULL, +1191209514,45,Proposed,WA_SEATAC,CCGT,Gas,NULL," 77,646.11 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1113663,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,18.32999992,166153.2075,0,20,0.06,0,NULL,23,NULL, +1117508,35,Proposed,NV_N,Central_PV,Solar,29.01000023,54023.55,0,20,0,0.02,NULL,23,NULL, +1191185200,22,Proposed,CO_DEN,Wind,Wind,30,61991.71986,0,30,0.05,0.006,NULL,23,NULL, +1100479,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1061.619995,68474.78736,0,20,0.06,0,NULL,23,NULL, +1000799,40,Proposed,OR_WA_BPA,Commercial_PV,Solar,19.53980064,0,0,20,0,0.02,NULL,23,NULL, +1105430,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,13.01000023,83958.6825,0,20,0,0.02,NULL,23,NULL, +154796,48,Shoshone (WY),WY_NW,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +157036,20,Rugged Solar LLC,CA_SDGE,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +1116417,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,5.460000038,51897.74625,0,20,0.06,0,NULL,23,NULL, +1107288,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.470000029,56354.75139,0,20,0.06,0,NULL,23,NULL, +1105828,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,5.650000095,71126.58,0,20,0.06,0,NULL,23,NULL, +1106445,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,42.29999924,81154.74486,0,20,0.06,0,NULL,23,NULL, +1109817,21,Proposed,CA_SMUD,CSP_Trough_No_Storage,Solar,55.11999893,63479.84569,0,20,0.06,0,NULL,23,NULL, +156450,39,Dorena Hydro-Electric Facility,OR_W,Hydro_NonPumped,Water,7.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114352,42,Proposed,UT_S,Central_PV,Solar,1.99000001,82481.42889,0,20,0,0.02,NULL,23,NULL, +1101590,14,Proposed,CA_PGE_N,Central_PV,Solar,345.3500061,60945.30319,0,20,0,0.02,NULL,23,NULL, +1102327,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,1.179999948,42735.71736,0,20,0.06,0,NULL,23,NULL, +1191210406,20,Proposed,CA_SDGE,Gas_Internal_Combustion_Engine_Cogen,Gas,3.200000048,0,33.5769,20,0.03,0.05,7.0075,23,NULL, +1191185617,34,Proposed,NM_S_TX_EPE,Wind,Wind,330,68228.94319,0,30,0.05,0.006,NULL,23,NULL, +1191210527,24,Proposed,CO_NW,Gas_Combustion_Turbine_Cogen,Gas,6.400000095,0,33.5769,20,0.03,0.05,14.5623,23,NULL, +1191183130,5,Proposed,AZ_NW,Wind,Wind,600,107431.6335,0,30,0.05,0.006,NULL,23,NULL, +1108794,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.410000086,55176.10875,0,20,0.06,0,NULL,23,NULL, +1191210404,16,Proposed,CA_SCE_CEN,Coal_Steam_Turbine_Cogen,Coal,55,0,4.166232,40,0.06,0.1,4.75732,23,NULL, +1103012,8,Proposed,CAN_ALB,Central_PV,Solar,85.66000366,94264.33652,0,20,0,0.02,NULL,23,NULL, +1119067,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,4.159999847,42796.69611,0,20,0.06,0,NULL,23,NULL, +1191183895,39,Proposed,OR_W,Wind,Wind,2040,64208.68986,0,30,0.05,0.006,NULL,23,NULL, +1110298,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.670000076,50404.06875,0,20,0.06,0,NULL,23,NULL, +1001398,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,87.63300323,0,0,20,0,0.02,NULL,23,NULL, +1118664,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,27.63999939,50818.845,0,20,0.06,0,NULL,23,NULL, +1191182713,39,Proposed,OR_W,Wind,Wind,1770,44790.64181,0,30,0.05,0.006,NULL,23,NULL, +155044,40,Copper Dam Plant,OR_WA_BPA,Hydro_NonPumped,Water,2.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191183816,40,Proposed,OR_WA_BPA,Wind,Wind,30,167072.115,0,30,0.05,0.006,NULL,23,NULL, +156414,24,Eagle Springs Solar LLC,CO_NW,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156980,36,NVSS-II,NV_S,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +157859,9,Buntzen_1,CAN_BC,Hydro_NonPumped,Water,55,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +155453,20,Chula Vista Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,44,0,6.0375,40,0.04,0.06,7.374,23,existing_generator, +1000832,35,Proposed,NV_N,Residential_PV,Solar,90.41500092,0,0,20,0,0.02,NULL,23,NULL, +1114912,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,116.0999985,58245.93694,0,20,0.06,0,NULL,23,NULL, +1114860,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,58.58000183,65868.39861,0,20,0.06,0,NULL,23,NULL, +1191185361,49,Proposed,WY_SE,Wind,Wind,210,92103.14736,0,30,0.05,0.006,NULL,23,NULL, +1112415,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,15.61999989,73647.47681,0,20,0.06,0,NULL,23,NULL, +1191209594,25,Proposed,CO_SW,Coal_IGCC,Coal,NULL,69511.67139,7.3442565,40,0.08,0.12,7.95,23,NULL, +154871,23,Rocky Ford,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,0,33.579,20,0.04,0.06,9.612,23,existing_generator, +156629,18,"Blythe Solar 110, LLC",CA_SCE_SE,Central_PV,Solar,109.8,0,0,20,0,0,NULL,23,existing_generator, +1106892,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7,55354.09236,0,20,0.06,0,NULL,23,NULL, +1106843,33,Proposed,NM_N,Central_PV,Solar,3.359999895,74425.83319,0,20,0,0.02,NULL,23,NULL, +156065,14,Lincoln Landfill,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.8,0,6.0375,20,0.04,0.06,10.563,23,existing_generator, +1110297,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.670000076,50404.06875,0,20,0.06,0,NULL,23,NULL, +1103477,26,Proposed,ID_E,Central_PV,Solar,63.52000046,113701.0961,0,20,0,0.02,NULL,23,NULL, +77346,16,Tehachapi: 14,CA_SCE_CEN,Wind,Wind,49,87034.5,0,30,0.05,0.006,NULL,23,NULL, +158082,8,Wind_EP_Can_24,CAN_ALB,Wind,Wind,29,0,0,30,0.05,0.006,NULL,23,existing_generator, +1117870,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,45.65000153,63315.86625,0,20,0.06,0,NULL,23,NULL, +1111213,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,6.039999962,89440.60986,0,20,0.06,0,NULL,23,NULL, +1116612,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,37.18000031,68649.15319,0,20,0.06,0,NULL,23,NULL, +1117512,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.379999995,80936.91375,0,20,0.06,0,NULL,23,NULL, +157138,37,Blue Marmot IX,OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1108730,3,Proposed,AZ_APS_SW,Central_PV,Solar,9.770000458,44272.62431,0,20,0,0.02,NULL,23,NULL, +155431,3,Harquahala Generating Project,AZ_APS_SW,CCGT,Gas,1325.1,0,5.9409,40,0.04,0.06,11.356,23,existing_generator, +1105621,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,8.18999958,87412.73625,0,20,0.06,0,NULL,23,NULL, +1114369,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.429999828,63238.82681,0,20,0.06,0,NULL,23,NULL, +156497,27,Willow Spring Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +1191209328,35,Proposed,NV_N,Geothermal,Geothermal,12,55454.31486,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155432,12,Metcalf Energy Center,CA_PGE_BAY,CCGT,Gas,635,0,5.9409,40,0.04,0.06,10.496,23,existing_generator, +1191184069,46,Proposed,WA_W,Wind,Wind,30,85849.98598,0,30,0.05,0.006,NULL,23,NULL, +1104957,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,79.88999939,66033.46764,0,20,0.06,0,NULL,23,NULL, +1112615,25,Proposed,CO_SW,Central_PV,Solar,12.27999973,61473.22125,0,20,0,0.02,NULL,23,NULL, +1111688,42,Proposed,UT_S,Central_PV,Solar,1.629999995,55371.84639,0,20,0,0.02,NULL,23,NULL, +1108041,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.350000024,64617.79181,0,20,0.06,0,NULL,23,NULL, +156349,16,MCAGCC Cogen Plant,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,16.4,0,6.0375,40,0.04,0.06,9.663,23,existing_generator, +1114396,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,91.25,103006.146,0,20,0.06,0,NULL,23,NULL, +1115168,15,Proposed,CA_PGE_S,Central_PV,Solar,18.55999947,59353.09181,0,20,0,0.02,NULL,23,NULL, +1191184252,26,Proposed,ID_E,Wind,Wind,30,113220.1526,0,30,0.05,0.006,NULL,23,NULL, +156715,15,Corcoran,CA_PGE_S,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1191209479,10,Proposed,CA_IID,CCGT,Gas,NULL," 82,822.43 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1001852,23,Proposed,CO_E,Residential_PV,Solar,114.0619965,0,0,20,0,0.02,NULL,23,NULL, +1113944,1,Proposed,AZ_APS_E,Central_PV,Solar,37.15999985," 101,760.37 ",0,20,0,0.02,NULL,23,NULL, +157928,9,Thelwood_Hydro,CAN_BC,Hydro_NonPumped,Water,8.2,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191182473,36,Proposed,NV_S,Wind,Wind,540,155300.1975,0,30,0.05,0.006,NULL,23,NULL, +1191210070,14,Proposed,CA_PGE_N,Geothermal,Geothermal,55,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154828,44,Rock Island,WA_N_CEN,Hydro_NonPumped,Water,567.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +157047,15,"Windhub Solar B, LLC",CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1111758,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.399999976,88836.37875,0,20,0.06,0,NULL,23,NULL, +1191182959,49,Proposed,WY_SE,Wind,Wind,1380,57801.57694,0,30,0.05,0.006,NULL,23,NULL, +1191182627,39,Proposed,OR_W,Wind,Wind,30,47766.52556,0,30,0.05,0.006,NULL,23,NULL, +154956,46,H M Jackson,WA_W,Hydro_NonPumped,Water,111.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000838,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,70.94100189,0,0,20,0,0.02,NULL,23,NULL, +1116909,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,2.670000076,67020.83944,0,20,0.06,0,NULL,23,NULL, +1191210561,41,Proposed,UT_N,Gas_Combustion_Turbine_Cogen,Gas,25,0,33.5769,20,0.03,0.05,25.244,23,NULL, +1110906,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.309999943,91986.01986,0,20,0.06,0,NULL,23,NULL, +1116543,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,50.00999832," 68,842.11 ",0,20,0.06,0,NULL,23,NULL, +156646,16,Antelope DSR 2,CA_SCE_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156575,17,SunE- E Philadelphia Ontario,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156515,17,"Colton Solar Two, LLC",CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1108246,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,57.09999847,149203.53,0,20,0.06,0,NULL,23,NULL, +1191183938,27,Proposed,ID_S_OR_E,Wind,Wind,30,50710.89639,0,30,0.05,0.006,NULL,23,NULL, +1191209229,14,Proposed,CA_PGE_N,Geothermal,Geothermal,80,43110.64611,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209341,35,Proposed,NV_N,Geothermal,Geothermal,41,44257.16736,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155231,15,Southeast Kern River Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,24,0,6.0375,40,0.04,0.06,9.104,23,existing_generator, +1116626,46,Proposed,WA_W,Central_PV,Solar,2.119999886,45624.54319,0,20,0,0.02,NULL,23,NULL, +1001827,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,21.8987999,0,0,20,0,0.02,NULL,23,NULL, +1117445,35,Proposed,NV_N,Central_PV,Solar,75.41999817,67877.32014,0,20,0,0.02,NULL,23,NULL, +1108580,14,Proposed,CA_PGE_N,Central_PV,Solar,2.380000114,64525.78125,0,20,0,0.02,NULL,23,NULL, +1113517,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.049999952,68882.07806,0,20,0.06,0,NULL,23,NULL, +1104507,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,5.110000134,89339.05723,0,20,0.06,0,NULL,23,NULL, +1118322,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,12.23999977,54749.49806,0,20,0.06,0,NULL,23,NULL, +1191182605,30,Proposed,MT_NW,Wind,Wind,30,80979.05361,0,30,0.05,0.006,NULL,23,NULL, +1191182715,39,Proposed,OR_W,Wind,Wind,30,81110.19,0,30,0.05,0.006,NULL,23,NULL, +1191183352,24,Proposed,CO_NW,Wind,Wind,30,60587.76056,0,30,0.05,0.006,NULL,23,NULL, +154951,48,Spirit Mountain,WY_NW,Hydro_NonPumped,Water,4.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +154502,16,Control Gorge,CA_SCE_CEN,Hydro_NonPumped,Water,37.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104295,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,17.92000008,49099.84611,0,20,0.06,0,NULL,23,NULL, +77414,16,Tehachapi: 515,CA_SCE_CEN,Wind,Wind,34,86827.65,0,30,0.05,0.006,NULL,23,NULL, +1191209335,35,Proposed,NV_N,Geothermal,Geothermal,20,61853.58375,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1114820,18,Proposed,CA_SCE_SE,Central_PV,Solar,57.72999954,73530.23139,0,20,0,0.02,NULL,23,NULL, +1104948,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,41.00999832,80741.42139,0,20,0.06,0,NULL,23,NULL, +1191210378,22,Proposed,CO_DEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,7,0,16.0398,20,0.11,0.04,7.15663,23,NULL, +154847,41,Deer Creek (UT),UT_N,Hydro_NonPumped,Water,4.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105319,41,Proposed,UT_N,Central_PV,Solar,1.320000052,90316.41527,0,20,0,0.02,NULL,23,NULL, +155719,18,Chuckawalla Valley State Prison,CA_SCE_SE,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156713,15,E&B Resources,CA_PGE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1100567,33,Proposed,NM_N,Central_PV,Solar,432.8599854,51794.505,0,20,0,0.02,NULL,23,NULL, +156032,38,Baldock Solar Highway,OR_PDX,Central_PV,Solar,1.7,0,0,20,0,0,NULL,23,existing_generator, +1191209620,1,Proposed,AZ_APS_E,Coal_Steam_Turbine,Coal,NULL," 69,511.67 ",4.166232,40,0.06,0.1,9,23,NULL, +1191210555,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,55.29999924,0,16.844625,40,0.1288,0.0915,18.569,23,NULL, +1108165,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,5.940000057,59725.24236,0,20,0.06,0,NULL,23,NULL, +155088,14,Burney Creek,CA_PGE_N,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106439,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.090000153,164532.7425,0,20,0.06,0,NULL,23,NULL, +1108691,33,Proposed,NM_N,Central_PV,Solar,12.85000038,125808.2175,0,20,0,0.02,NULL,23,NULL, +1191185384,22,Proposed,CO_DEN,Wind,Wind,30,37393.86,0,30,0.05,0.006,NULL,23,NULL, +1105827,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,5.650000095,71126.58,0,20,0.06,0,NULL,23,NULL, +1112205,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,60.97999954,52589.28056,0,20,0.06,0,NULL,23,NULL, +1109515,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,3.970000029,58020.375,0,20,0.06,0,NULL,23,NULL, +1114843,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,44.02000046," 53,821.17 ",0,20,0.06,0,NULL,23,NULL, +1118336,42,Proposed,UT_S,Central_PV,Solar,10.14999962,142575.5625,0,20,0,0.02,NULL,23,NULL, +1191209492,23,Proposed,CO_E,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1118855,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.24000001,52937.64431,0,20,0,0.02,NULL,23,NULL, +1104973,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,14.35000038,48431.37694,0,20,0.06,0,NULL,23,NULL, +1191182923,49,Proposed,WY_SE,Wind,Wind,30,55951.08319,0,30,0.05,0.006,NULL,23,NULL, +155398,33,Rio Bravo,NM_N,Gas_Combustion_Turbine,Gas,150,0,6.0375,40,0.04,0.06,7.311,23,existing_generator, +1104994,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,6.130000114,76562.26389,0,20,0.06,0,NULL,23,NULL, +1191209192,43,Proposed,WA_ID_AVA,Bio_Gas,Bio_Gas,NULL,70990.73625,16.0398,20,0.11,0.04,13.5,23,NULL, +1115861,32,Proposed,MT_SW,Central_PV,Solar,3.039999962,41127.32736,0,20,0,0.02,NULL,23,NULL, +1191210110,10,Proposed,CA_IID,Geothermal,Geothermal,10,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191183346,24,Proposed,CO_NW,Wind,Wind,30,57751.34306,0,30,0.05,0.006,NULL,23,NULL, +156526,11,"Forever 21 Retail, Inc.",CA_LADWP,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +1000079,50,Proposed,WY_SW,Commercial_PV,Solar,41.9131012,0,0,20,0,0.02,NULL,23,NULL, +1105490,3,Proposed,AZ_APS_SW,Central_PV,Solar,100.6399994,48106.67736,0,20,0,0.02,NULL,23,NULL, +1191183313,24,Proposed,CO_NW,Wind,Wind,30,89053.24764,0,30,0.05,0.006,NULL,23,NULL, +1191185380,22,Proposed,CO_DEN,Wind,Wind,30,42083.06361,0,30,0.05,0.006,NULL,23,NULL, +1001252,4,Proposed,AZ_NM_N,Residential_PV,Solar,854.0739746,0,0,20,0,0.02,NULL,23,NULL, +1191182756,49,Proposed,WY_SE,Wind,Wind,780,78451.275,0,30,0.05,0.006,NULL,23,NULL, +1105970,42,Proposed,UT_S,Central_PV,Solar,2.279999971,84952.57764,0,20,0,0.02,NULL,23,NULL, +1109529,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,58.56999969,173027.505,0,20,0.06,0,NULL,23,NULL, +156548,36,River Mountains Solar,NV_S,Central_PV,Solar,14.4,0,0,20,0,0,NULL,23,existing_generator, +1107136,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,10.75,56645.27306,0,20,0.06,0,NULL,23,NULL, +155176,46,West Point Treatment Plant,WA_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.6,0,6.0375,20,0.04,0.06,8.091,23,existing_generator, +156154,18,Venable Solar 2,CA_SCE_SE,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +158091,9,Wind_EP_Can_33,CAN_BC,Wind,Wind,1.5,0,0,30,0.05,0.006,NULL,23,existing_generator, +155538,13,Regional Wastewater Control Facility,CA_PGE_CEN,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.8,0,33.579,20,0.04,0.06,8.503,23,existing_generator, +1107321,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,5.420000076,89146.22514,0,20,0.06,0,NULL,23,NULL, +156905,11,Aerolease,CA_LADWP,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1101774,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,1825.209961,90414.33598,0,20,0.06,0,NULL,23,NULL, +1115262,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,27.62999916,91062.405,0,20,0.06,0,NULL,23,NULL, +155596,27,Tuana Gulch Wind Park,ID_S_OR_E,Wind,Wind,10.5,0,0,20,0,0,NULL,23,existing_generator, +1110080,18,Proposed,CA_SCE_SE,Central_PV,Solar,23.67000008,107061.1763,0,20,0,0.02,NULL,23,NULL, +1115193,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,4.789999962,47837.40486,0,20,0.06,0,NULL,23,NULL, +1191183181,31,Proposed,MT_SE,Wind,Wind,30,54852.73931,0,30,0.05,0.006,NULL,23,NULL, +1001019,2,Proposed,AZ_APS_N,Commercial_PV,Solar,33.63909912,0,0,20,0,0.02,NULL,23,NULL, +1107736,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.529999971,106005.0949,0,20,0.06,0,NULL,23,NULL, +1113417,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,4.619999886,67704.28444,0,20,0.06,0,NULL,23,NULL, +1191209381,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,15,58104.53681,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210514,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,6,0,33.5769,20,0.03,0.05,7.7636,23,NULL, +1191210506,50,Proposed,WY_SW,Coal_Steam_Turbine_Cogen,Coal,30,0,4.166232,40,0.06,0.1,4.94803,23,NULL, +1000423,44,Proposed,WA_N_CEN,Commercial_PV,Solar,16.56900024,0,0,20,0,0.02,NULL,23,NULL, +1108756,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,36.54000092,49016.28806,0,20,0.06,0,NULL,23,NULL, +1118635,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,41.70000076,55624.57236,0,20,0.06,0,NULL,23,NULL, +1110950,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.159999967,78088.05806,0,20,0,0.02,NULL,23,NULL, +1191182456,36,Proposed,NV_S,Wind,Wind,60,56055.16875,0,30,0.05,0.006,NULL,23,NULL, +1111986,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,44.99000168,49775.80556,0,20,0.06,0,NULL,23,NULL, +1117856,35,Proposed,NV_N,Central_PV,Solar,18.87000084,119719.2761,0,20,0,0.02,NULL,23,NULL, +156886,16,Voyager Wind IV,CA_SCE_CEN,Wind,Wind,21.6,0,0,20,0,0,NULL,23,existing_generator, +1191184259,48,Proposed,WY_NW,Wind,Wind,30,88499.36361,0,30,0.05,0.006,NULL,23,NULL, +1191209535,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,NULL,82822.425,33.5769,20,0.03,0.05,10.39,23,NULL, +155162,46,Rocky Brook Hydroelectric,WA_W,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109229,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.710000038,65947.85306,0,20,0.06,0,NULL,23,NULL, +1104988,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,24.87000084,52517.07111,0,20,0.06,0,NULL,23,NULL, +1191184831,1,Proposed,AZ_APS_E,Wind,Wind,30," 86,459.66 ",0,30,0.05,0.006,NULL,23,NULL, +1118861,18,Proposed,CA_SCE_SE,Central_PV,Solar,10.57999992,73991.9775,0,20,0,0.02,NULL,23,NULL, +1191184070,46,Proposed,WA_W,Wind,Wind,30,67405.79139,0,30,0.05,0.006,NULL,23,NULL, +1116125,42,Proposed,UT_S,Central_PV,Solar,2.089999914,151000.29,0,20,0,0.02,NULL,23,NULL, +1001020,2,Proposed,AZ_APS_N,Residential_PV,Solar,205.8679962,0,0,20,0,0.02,NULL,23,NULL, +1191184013,38,Proposed,OR_PDX,Wind,Wind,60,64762.32861,0,30,0.05,0.006,NULL,23,NULL, +1103219,39,Proposed,OR_W,Central_PV,Solar,78.90000153,42030.29681,0,20,0,0.02,NULL,23,NULL, +1191209555,36,Proposed,NV_S,Gas_Combustion_Turbine,Gas,NULL,77646.11306,33.5769,20,0.03,0.05,10.39,23,NULL, +1191209512,43,Proposed,WA_ID_AVA,CCGT,Gas,NULL," 70,990.74 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1103957,25,Proposed,CO_SW,Central_PV,Solar,5.989999771,40213.24986,0,20,0,0.02,NULL,23,NULL, +1191182498,36,Proposed,NV_S,Wind,Wind,60,63135.82611,0,30,0.05,0.006,NULL,23,NULL, +1109120,15,Proposed,CA_PGE_S,Central_PV,Solar,6.5,47586.12694,0,20,0,0.02,NULL,23,NULL, +1116614,36,Proposed,NV_S,Central_PV,Solar,5.510000229,72522.32736,0,20,0,0.02,NULL,23,NULL, +1191185492,43,Proposed,WA_ID_AVA,Wind,Wind,30,48088.08375,0,30,0.05,0.006,NULL,23,NULL, +155131,14,Calistoga Power Plant,CA_PGE_N,Geothermal,Geothermal,176.4,0,36.2145,20,0,0,NULL,23,existing_generator, +1191185367,22,Proposed,CO_DEN,Wind,Wind,30,52834.64361,0,30,0.05,0.006,NULL,23,NULL, +154881,11,Greg Avenue,CA_LADWP,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +156635,15,Lemoore 1,CA_PGE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1112101,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,5.610000134,45808.68694,0,20,0.06,0,NULL,23,NULL, +1191209379,42,Proposed,UT_S,Geothermal,Geothermal,10,57627.21111,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156134,14,Grassland 1&2 Solar Project,CA_PGE_N,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1115757,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,60.43000031,73954.42236,0,20,0.06,0,NULL,23,NULL, +1191183113,36,Proposed,NV_S,Wind,Wind,60,80791.65527,0,30,0.05,0.006,NULL,23,NULL, +1116142,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.340000033,84433.10736,0,20,0.06,0,NULL,23,NULL, +154589,23,Manitou Springs,CO_E,Hydro_NonPumped,Water,5.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +156348,17,Santa Fe Springs Rooftop Solar BLDG H,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +156387,16,Division 3,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156545,16,SEPV Mojave West,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1104505,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,105.9899979,39926.95444,0,20,0.06,0,NULL,23,NULL, +1109178,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.089999914,94219.89486,0,20,0.06,0,NULL,23,NULL, +1112199,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.360000014,191160.5325,0,20,0.06,0,NULL,23,NULL, +1191182580,36,Proposed,NV_S,Wind,Wind,30,125123.565,0,30,0.05,0.006,NULL,23,NULL, +1001396,38,Proposed,OR_PDX,Residential_PV,Solar,141.8820038,0,0,20,0,0.02,NULL,23,NULL, +1111783,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,69.94000244,48357.83736,0,20,0.06,0,NULL,23,NULL, +1104544,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,25.35000038,90881.15736,0,20,0.06,0,NULL,23,NULL, +155977,26,Rockland Wind Farm,ID_E,Wind,Wind,79.2,0,0,20,0,0,NULL,23,existing_generator, +1191183189,47,Proposed,WY_NE,Wind,Wind,30,74786.99361,0,30,0.05,0.006,NULL,23,NULL, +1191185333,44,Proposed,WA_N_CEN,Wind,Wind,30,57379.67361,0,30,0.05,0.006,NULL,23,NULL, +155434,15,Elk Hills Power LLC,CA_PGE_S,CCGT,Gas,623,0,5.9409,40,0.04,0.06,10.627,23,existing_generator, +155550,40,Combine Hills I,OR_WA_BPA,Wind,Wind,41,0,0,20,0,0,NULL,23,existing_generator, +1116080,4,Proposed,AZ_NM_N,Central_PV,Solar,1.549999952,101063.1653,0,20,0,0.02,NULL,23,NULL, +1104971,10,Proposed,CA_IID,Central_PV,Solar,14.35000038,48431.37694,0,20,0,0.02,NULL,23,NULL, +156961,14,Target Woodland Solar Project,CA_PGE_N,Central_PV,Solar,2.3,0,0,20,0,0,NULL,23,existing_generator, +154680,36,Clark (NVE),NV_S,CCGT,Gas,578.8,0,5.9409,40,0.04,0.06,10,23,existing_generator, +1112676,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,11.81000042,63343.035,0,20,0.06,0,NULL,23,NULL, +1110054,25,Proposed,CO_SW,CSP_Trough_No_Storage,Solar,115.5899963,58171.07194,0,20,0.06,0,NULL,23,NULL, +1115964,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,14.89000034,64754.47986,0,20,0.06,0,NULL,23,NULL, +154683,35,Fort Churchill,NV_N,Gas_Steam_Turbine,Gas,230,0,6.0375,50,0.04,0.06,7.982,23,existing_generator, +155518,17,Whitewater Hill Wind Partners,CA_SCE_S,Wind,Wind,61.5,0,0,20,0,0,NULL,23,existing_generator, +1108233,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,127.6600037,49183.52681,0,20,0.06,0,NULL,23,NULL, +1191185336,44,Proposed,WA_N_CEN,Wind,Wind,90,52703.38931,0,30,0.05,0.006,NULL,23,NULL, +155433,17,Green Power I,CA_SCE_S,Wind,Wind,16.5,0,0,20,0,0,NULL,23,existing_generator, +155782,17,Solar Photovoltaic Project #18,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +157065,17,"AES ES ALAMITOS, LLC",CA_SCE_S,Battery_Storage,Electricity,100,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1110532,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.450000048,72116.00361,0,20,0.06,0,NULL,23,NULL, +1191183260,41,Proposed,UT_N,Wind,Wind,120,76297.69875,0,30,0.05,0.006,NULL,23,NULL, +1001841,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,22.78980064,0,0,20,0,0.02,NULL,23,NULL, +155950,17,Signal Hill West Unit,CA_SCE_S,Gas_Combustion_Turbine,Gas,5.7,0,6.0375,40,0.04,0.06,12.016,23,existing_generator, +1000304,49,Proposed,WY_SE,Residential_PV,Solar,146.0549927,0,0,20,0,0.02,NULL,23,NULL, +155711,20,El Cajon Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,49.9,0,6.0375,40,0.04,0.06,10.29,23,existing_generator, +1105995,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,5.400000095,72671.09514,0,20,0.06,0,NULL,23,NULL, +1100333,4,Proposed,AZ_NM_N,Central_PV,Solar,184.2400055,82193.3175,0,20,0,0.02,NULL,23,NULL, +1108211,33,Proposed,NM_N,Central_PV,Solar,19.18000031,65271.28986,0,20,0,0.02,NULL,23,NULL, +1191209626,7,Proposed,AZ_SE,Coal_Steam_Turbine,Coal,NULL,69511.67139,4.166232,40,0.06,0.1,9,23,NULL, +1118175,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,11.59000015,67248.33056,0,20,0.06,0,NULL,23,NULL, +157016,7,Pima Community College,AZ_SE,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1113494,4,Proposed,AZ_NM_N,Central_PV,Solar,5.440000057,73318.43306,0,20,0,0.02,NULL,23,NULL, +1191209421,9,Proposed,CAN_BC,Geothermal,Geothermal,90,162056.16,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1100962,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,456.5100098,46200.88389,0,20,0.06,0,NULL,23,NULL, +1191209392,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,89547.11514,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1113087,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,114.8499985,72208.74056,0,20,0.06,0,NULL,23,NULL, +1191209528,9,Proposed,CAN_BC,Gas_Combustion_Turbine,Gas,NULL,77646.11306,33.5769,20,0.03,0.05,10.39,23,NULL, +1103985,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,1066.77002," 63,274.81 ",0,20,0.06,0,NULL,23,NULL, +1105547,39,Proposed,OR_W,Central_PV,Solar,1.25999999,49268.77819,0,20,0,0.02,NULL,23,NULL, +156862,22,SR Platte Solar Farm,CO_DEN,Central_PV,Solar,16,0,0,20,0,0,NULL,23,existing_generator, +1002096,24,Proposed,CO_NW,Residential_PV,Solar,22.25600052,0,0,20,0,0.02,NULL,23,NULL, +1105993,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,29.37000084,59853.11944,0,20,0.06,0,NULL,23,NULL, +1102075,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,138.3300018,103766.6351,0,20,0.06,0,NULL,23,NULL, +1107229,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,13.19999981,70891.48069,0,20,0.06,0,NULL,23,NULL, +1191185093,23,Proposed,CO_E,Wind,Wind,30,61522.96931,0,30,0.05,0.006,NULL,23,NULL, +154565,22,Boulder Canyon Hydro,CO_DEN,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116995,33,Proposed,NM_N,Central_PV,Solar,3.539999962,116256.0435,0,20,0,0.02,NULL,23,NULL, +1117486,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,118.4800034,43413.97389,0,20,0.06,0,NULL,23,NULL, +1191185658,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,60,57835.6275,0,30,0.05,0.006,NULL,23,NULL, +1106440,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.090000153,164532.7425,0,20,0.06,0,NULL,23,NULL, +1118887,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,31.20999908,66747.70389,0,20,0.06,0,NULL,23,NULL, +1191210077,28,Proposed,MEX_BAJA,Geothermal,Geothermal,104.5,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209185,41,Proposed,UT_N,Bio_Gas,Bio_Gas,NULL,70251.1425,16.0398,20,0.11,0.04,13.5,23,NULL, +1191182833,49,Proposed,WY_SE,Wind,Wind,18600,41397.93,0,30,0.05,0.006,NULL,23,NULL, +154634,27,Brownlee,ID_S_OR_E,Hydro_NonPumped,Water,675,0,0,200,0.05,0.05,NULL,23,existing_generator, +156671,15,Castor Solar,CA_PGE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154410,13,Dynegy Moss Landing Power Plant,CA_PGE_CEN,CCGT,Gas,1398,0,5.9409,40,0.04,0.06,9.104,23,existing_generator, +1114334,6,Proposed,AZ_PHX,Central_PV,Solar,43.66999817,43604.27306,0,20,0,0.02,NULL,23,NULL, +155601,43,Marengo Wind Plant,WA_ID_AVA,Wind,Wind,210.6,0,0,20,0,0,NULL,23,existing_generator, +1100501,25,Proposed,CO_SW,Central_PV,Solar,123.2699966,90741.33264,0,20,0,0.02,NULL,23,NULL, +154733,34,Newman,NM_S_TX_EPE,CCGT,Gas,597,0,5.9409,51,0.04,0.06,72.544,23,existing_generator, +154751,41,Bartholomew,UT_N,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001350,33,Proposed,NM_N,Residential_PV,Solar,182.220993,0,0,20,0,0.02,NULL,23,NULL, +1114380,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,93.23000336,45643.25944,0,20,0.06,0,NULL,23,NULL, +1191182937,49,Proposed,WY_SE,Wind,Wind,30,86356.29639,0,30,0.05,0.006,NULL,23,NULL, +1191183242,41,Proposed,UT_N,Wind,Wind,30,44055.6375,0,30,0.05,0.006,NULL,23,NULL, +1101139,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,74.91000366,88621.80223,0,20,0.06,0,NULL,23,NULL, +1110524,36,Proposed,NV_S,Central_PV,Solar,2.519999981,60371.74069,0,20,0,0.02,NULL,23,NULL, +1191209403,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,70412.58431,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210521,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,27,0,4.1213235,20,0.04,0.06,5.76101,23,NULL, +1109231,36,Proposed,NV_S,Central_PV,Solar,28.87000084,83472.30527,0,20,0,0.02,NULL,23,NULL, +1112094,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,20.84000015,56498.68444,0,20,0.06,0,NULL,23,NULL, +1191209566,47,Proposed,WY_NE,Gas_Combustion_Turbine,Gas,NULL,66553.7775,33.5769,20,0.03,0.05,10.39,23,NULL, +1103933,2,Proposed,AZ_APS_N,Central_PV,Solar,330.3900146,86874.43652,0,20,0,0.02,NULL,23,NULL, +1117873,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,11.31000042,64275.95139,0,20,0.06,0,NULL,23,NULL, +1105485,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.760000229,72149.69569,0,20,0.06,0,NULL,23,NULL, +1105468,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,23.28000069,68944.6275,0,20,0.06,0,NULL,23,NULL, +1116104,35,Proposed,NV_N,Central_PV,Solar,76.84999847,174579.1425,0,20,0,0.02,NULL,23,NULL, +1117002,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.059999943,79618.07848,0,20,0.06,0,NULL,23,NULL, +1112911,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,2.059999943,44269.72819,0,20,0.06,0,NULL,23,NULL, +1191183169,31,Proposed,MT_SE,Wind,Wind,30,65889.6525,0,30,0.05,0.006,NULL,23,NULL, +155446,20,CalPeak Power Border Peaker Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,60.5,0,6.0375,40,0.04,0.06,10.853,23,existing_generator, +1191182636,38,Proposed,OR_PDX,Wind,Wind,30,58446.49986,0,30,0.05,0.006,NULL,23,NULL, +1115298,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,9.909999847,122348.73,0,20,0.06,0,NULL,23,NULL, +156921,39,Silverton Solar,OR_W,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1110923,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.349999905,96954.64652,0,20,0,0.02,NULL,23,NULL, +156318,16,Rodeo Solar C2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191183193,31,Proposed,MT_SE,Wind,Wind,660,48944.20125,0,30,0.05,0.006,NULL,23,NULL, +1100421,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,215.0500031,55443.81056,0,20,0.06,0,NULL,23,NULL, +1191185412,22,Proposed,CO_DEN,Wind,Wind,120,51828.07444,0,30,0.05,0.006,NULL,23,NULL, +1191209330,35,Proposed,NV_N,Geothermal,Geothermal,20,76629.1575,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1106454,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.559999943,66847.80375,0,20,0.06,0,NULL,23,NULL, +1119042,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,2.839999914,92406.71098,0,20,0.06,0,NULL,23,NULL, +1118622,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,4.420000076,180947.4975,0,20,0.06,0,NULL,23,NULL, +155739,40,Star Point Wind Project LLC,OR_WA_BPA,Wind,Wind,98.7,0,0,20,0,0,NULL,23,existing_generator, +1110292,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.019999981,85552.33723,0,20,0.06,0,NULL,23,NULL, +1191185455,43,Proposed,WA_ID_AVA,Wind,Wind,30,47804.80236,0,30,0.05,0.006,NULL,23,NULL, +156014,16,Heliocentric,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1103975,7,Proposed,AZ_SE,Central_PV,Solar,1.309999943,66884.15139,0,20,0,0.02,NULL,23,NULL, +155980,18,Palo Verde College,CA_SCE_SE,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +155958,14,Shiloh IV Wind Project LLC,CA_PGE_N,Wind,Wind,102.5,0,0,20,0,0,NULL,23,existing_generator, +155179,27,Michell Butte Power Project,ID_S_OR_E,Hydro_NonPumped,Water,1.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110476,4,Proposed,AZ_NM_N,Central_PV,Solar,11.75,113502.7076,0,20,0,0.02,NULL,23,NULL, +1191183198,31,Proposed,MT_SE,Wind,Wind,30,53153.18306,0,30,0.05,0.006,NULL,23,NULL, +77466,14,SierraCounty: 582,CA_PGE_N,Wind,Wind,31,70125.3,0,30,0.05,0.006,NULL,23,NULL, +154532,17,Glenarm,CA_SCE_S,CCGT,Gas,87,0,5.9409,40,0.04,0.06,15.78,23,existing_generator, +1104885,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,12.81000042,81221.40264,0,20,0.06,0,NULL,23,NULL, +1104954,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,11.38000011,94557.15527,0,20,0.06,0,NULL,23,NULL, +1191183336,24,Proposed,CO_NW,Wind,Wind,30,38090.22431,0,30,0.05,0.006,NULL,23,NULL, +155940,29,Turnbull Hydro,MT_NE,Hydro_NonPumped,Water,13,0,0,200,0.05,0.05,NULL,23,existing_generator, +156601,27,Orchard Ranch Solar,ID_S_OR_E,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191210486,12,Proposed,CA_PGE_BAY,Gas_Steam_Turbine_Cogen,Gas,4,0,4.456347,40,0.1288,0.0915,5.16217,23,NULL, +1102768,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.200000048,78690.84111,0,20,0.06,0,NULL,23,NULL, +154835,12,Dynegy Oakland Power Plant,CA_PGE_BAY,GT,ResidualFuelOil,223.5,0,6.0375,40,0.04,0.06,11.682,23,existing_generator, +154990,38,Beaver,OR_PDX,Gas_Combustion_Turbine,Gas,24.5,0,6.0375,40,0.04,0.06,14.476,23,existing_generator, +155089,14,Cove Hydroelectric,CA_PGE_N,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155920,40,Linden Wind Energy Project,OR_WA_BPA,Wind,Wind,50,0,0,20,0,0,NULL,23,existing_generator, +1115776,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,9.420000076,48425.45736,0,20,0.06,0,NULL,23,NULL, +1191210430,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,38.40000153,0,33.5769,20,0.03,0.05,5.05402,23,NULL, +1191210450,11,Proposed,CA_LADWP,Gas_Combustion_Turbine_Cogen,Gas,60,0,33.5769,20,0.03,0.05,5.11992,23,NULL, +1115963,39,Proposed,OR_W,Central_PV,Solar,14.89000034,64754.47986,0,20,0,0.02,NULL,23,NULL, +1191209293,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,140254.7475,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1108328,30,Proposed,MT_NW,Central_PV,Solar,1.049999952,73476.49764,0,20,0,0.02,NULL,23,NULL, +1112211,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.220000029,57398.03139,0,20,0.06,0,NULL,23,NULL, +1115663,10,Proposed,CA_IID,Central_PV,Solar,2.859999895,54207.33056,0,20,0,0.02,NULL,23,NULL, +1106881,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,13.97999954,79980.81902,0,20,0.06,0,NULL,23,NULL, +1111285,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,11.11999989,67444.06819,0,20,0.06,0,NULL,23,NULL, +155962,34,SPS2 Jal,NM_S_TX_EPE,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1191209616,47,Proposed,WY_NE,Coal_IGCC,Coal,NULL,66553.7775,7.3442565,40,0.08,0.12,7.95,23,NULL, +1191209503,34,Proposed,NM_S_TX_EPE,CCGT,Gas,NULL," 70,990.74 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1100711,32,Proposed,MT_SW,Central_PV,Solar,31.54999924,67872.49014,0,20,0,0.02,NULL,23,NULL, +1108574,22,Proposed,CO_DEN,Central_PV,Solar,396.6400146,40999.69556,0,20,0,0.02,NULL,23,NULL, +1116542,1,Proposed,AZ_APS_E,Central_PV,Solar,50.00999832," 68,842.11 ",0,20,0,0.02,NULL,23,NULL, +1113551,35,Proposed,NV_N,Central_PV,Solar,32.59999847,183413.2125,0,20,0,0.02,NULL,23,NULL, +1107281,1,Proposed,AZ_APS_E,Central_PV,Solar,5.510000229," 100,646.21 ",0,20,0,0.02,NULL,23,NULL, +1108652,33,Proposed,NM_N,Central_PV,Solar,2.809999943,77443.37569,0,20,0,0.02,NULL,23,NULL, +1191182662,39,Proposed,OR_W,Wind,Wind,60,46126.98111,0,30,0.05,0.006,NULL,23,NULL, +156011,21,RE McKenzie 6,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1191185690,39,Proposed,OR_W,Offshore_Wind,Wind,30,50339.70806,0,30,0.05,0.006,NULL,23,NULL, +1108288,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.010000229,63945.21431,0,20,0.06,0,NULL,23,NULL, +1108746,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,48.54999924,51353.64486,0,20,0.06,0,NULL,23,NULL, +1118725,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,9.720000267,53730.85389,0,20,0.06,0,NULL,23,NULL, +1191182871,49,Proposed,WY_SE,Wind,Wind,30780,44306.67486,0,30,0.05,0.006,NULL,23,NULL, +1191209248,41,Proposed,UT_N,Geothermal,Geothermal,96,39994.93764,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77384,17,TwentyninePalms: 57,CA_SCE_S,Wind,Wind,101,48884.85,0,30,0.05,0.006,NULL,23,NULL, +1114992,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,15.76000023,70194.14944,0,20,0.06,0,NULL,23,NULL, +1118765,10,Proposed,CA_IID,Central_PV,Solar,2.160000086,55835.40375,0,20,0,0.02,NULL,23,NULL, +1000146,15,Proposed,CA_PGE_S,Residential_PV,Solar,506.3240051,0,0,20,0,0.02,NULL,23,NULL, +1103251,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,485.8099976,92398.62639,0,20,0.06,0,NULL,23,NULL, +1112723,1,Proposed,AZ_APS_E,Central_PV,Solar,26.10000038," 78,373.63 ",0,20,0,0.02,NULL,23,NULL, +1106004,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,41.70000076,55521.33111,0,20,0.06,0,NULL,23,NULL, +1110450,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,21.07999992,41159.92986,0,20,0.06,0,NULL,23,NULL, +1113488,33,Proposed,NM_N,Central_PV,Solar,1.399999976,57127.66931,0,20,0,0.02,NULL,23,NULL, +1114349,4,Proposed,AZ_NM_N,Central_PV,Solar,8.350000381,49073.64431,0,20,0,0.02,NULL,23,NULL, +1191183266,41,Proposed,UT_N,Wind,Wind,30,58923.70764,0,30,0.05,0.006,NULL,23,NULL, +157009,4,"Concord Blue Eagar, LLC",AZ_NM_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.2,0,6.0375,20,0.04,0.06,10.439,23,existing_generator, +1106461,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,60.54000092,177942.03,0,20,0.06,0,NULL,23,NULL, +157904,9,Powell_River,CAN_BC,Hydro_NonPumped,Water,40,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1104972,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,14.35000038,48431.37694,0,20,0.06,0,NULL,23,NULL, +155677,26,Chester Diversion Hydroelectric Project,ID_E,Hydro_NonPumped,Water,3.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +155702,40,Pacific Canyon Windfarm LLC,OR_WA_BPA,Wind,Wind,8.3,0,0,20,0,0,NULL,23,existing_generator, +1191184203,7,Proposed,AZ_SE,Wind,Wind,30,52702.66764,0,30,0.05,0.006,NULL,23,NULL, +1191210079,28,Proposed,MEX_BAJA,Geothermal,Geothermal,28.79999924,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157002,12,SJ/SC WPCP,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,14,0,6.0375,20,0.04,0.06,10.439,23,existing_generator, +1113101,35,Proposed,NV_N,Central_PV,Solar,2.039999962,96893.90361,0,20,0,0.02,NULL,23,NULL, +1108769,42,Proposed,UT_S,Central_PV,Solar,1.220000029,93773.84625,0,20,0,0.02,NULL,23,NULL, +156489,22,Denver Intl Airport IV Solar,CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1000287,50,Proposed,WY_SW,Commercial_PV,Solar,36.43000031,0,0,20,0,0.02,NULL,23,NULL, +1114850,35,Proposed,NV_N,Central_PV,Solar,158.0899963,153289.71,0,20,0,0.02,NULL,23,NULL, +1191185686,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,210,104584.2353,0,30,0.05,0.006,NULL,23,NULL, +1110942,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.860000134,58294.11431,0,20,0.06,0,NULL,23,NULL, +155109,27,Crystal Springs,ID_S_OR_E,Hydro_NonPumped,Water,2.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +158052,28,PdtJrz-5,MEX_BAJA,Gas_Steam_Turbine,Gas,152,0,4.188974574,40,0.1288,0.0915,9.56000042,23,existing_generator, +154808,10,Coachella,CA_IID,Gas_Combustion_Turbine,Gas,92.4,0,6.0375,40,0.04,0.06,10.764,23,existing_generator, +155326,36,Nevada Cogen Associates 2 Black Mountain,NV_S,CCGT,Gas,96.3,0,5.9409,31,0.04,0.06,8.192,23,existing_generator, +155697,40,Butter Creek Power LLC,OR_WA_BPA,Wind,Wind,5,0,0,20,0,0,NULL,23,existing_generator, +155885,17,Solar Photovoltaic Project #32,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1100315,25,Proposed,CO_SW,Central_PV,Solar,180.5700073,62341.89486,0,20,0,0.02,NULL,23,NULL, +1110502,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,26.70999908,55763.31694,0,20,0.06,0,NULL,23,NULL, +1108224,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,8.289999962,71276.18736,0,20,0.06,0,NULL,23,NULL, +1191210115,10,Proposed,CA_IID,Geothermal,Geothermal,64,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209221,10,Proposed,CA_IID,Bio_Gas,Bio_Gas,NULL,82822.425,16.0398,20,0.11,0.04,13.5,23,NULL, +1110471,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.950000048,73250.81306,0,20,0.06,0,NULL,23,NULL, +1114551,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,16.18000031,52136.59069,0,20,0.06,0,NULL,23,NULL, +1191185160,23,Proposed,CO_E,Wind,Wind,30,66919.52736,0,30,0.05,0.006,NULL,23,NULL, +157989,8,Primros1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,95,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1100388,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,193.6499939,49029.69319,0,20,0.06,0,NULL,23,NULL, +1113106,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,28.97999954,73007.38389,0,20,0.06,0,NULL,23,NULL, +1117521,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,3.200000048,94137.30375,0,20,0.06,0,NULL,23,NULL, +1191210505,17,Proposed,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen,Gas,2.200000048,0,33.5769,20,0.03,0.05,10.4213,23,NULL, +1000391,14,Proposed,CA_PGE_N,Commercial_PV,Solar,32.29980087,0,0,20,0,0.02,NULL,23,NULL, +1107526,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,37.22999954,46948.8075,0,20,0.06,0,NULL,23,NULL, +1191183411,4,Proposed,AZ_NM_N,Wind,Wind,30,102129.7463,0,30,0.05,0.006,NULL,23,NULL, +156427,16,Victor Mesa Linda D2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1116960,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,36.97999954,133585.725,0,20,0.06,0,NULL,23,NULL, +1117153,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.890000105,48943.11639,0,20,0.06,0,NULL,23,NULL, +1191209404,32,Proposed,MT_SW,Geothermal,Geothermal,10,94146.11473,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210886,9,Proposed,CAN_BC,Wind,Wind,2782.070068,46583.53875,0,30,0.05,0.006,NULL,23,NULL, +154558,14,Trinity,CA_PGE_N,Hydro_NonPumped,Water,140,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110926,35,Proposed,NV_N,Central_PV,Solar,13.35999966,52569.72,0,20,0,0.02,NULL,23,NULL, +1117526,36,Proposed,NV_S,Central_PV,Solar,10.68999958,110065.9174,0,20,0,0.02,NULL,23,NULL, +1113869,41,Proposed,UT_N,Central_PV,Solar,56.54999924,83142.05402,0,20,0,0.02,NULL,23,NULL, +1116767,43,Proposed,WA_ID_AVA,Central_PV,Solar,52.5,43273.41806,0,20,0,0.02,NULL,23,NULL, +1191210573,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1191183194,31,Proposed,MT_SE,Wind,Wind,30,46091.96361,0,30,0.05,0.006,NULL,23,NULL, +154753,41,Gateway,UT_N,Hydro_NonPumped,Water,4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116481,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,1.299999952,168062.265,0,20,0.06,0,NULL,23,NULL, +156648,33,South Valley Solar Energy Center,NM_N,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +155502,46,Sierra Pacific Aberdeen,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,18,0,13.35495,20,0.04,0.06,9.861,23,existing_generator, +156136,17,Hoag Hospital Cogen Plant,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,4.5,0,33.579,20,0.04,0.06,9.183,23,existing_generator, +1000417,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,24.18639946,0,0,20,0,0.02,NULL,23,NULL, +154782,46,Mayfield,WA_W,Hydro_NonPumped,Water,162,0,0,200,0.05,0.05,NULL,23,existing_generator, +157980,8,SC_FirebagS3_2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1102747,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.070000172,93266.33777,0,20,0.06,0,NULL,23,NULL, +1191209387,26,Proposed,ID_E,Geothermal,Geothermal,10,124930.365,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77381,16,Tehachapi: 54,CA_SCE_CEN,Wind,Wind,14,57103.2,0,30,0.05,0.006,NULL,23,NULL, +157042,49,Chokecherry and Sierra Madre Wind,WY_SE,Wind,Wind,3000,0,0,20,0,0,NULL,23,existing_generator, +1109215,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,7.110000134,53562.40764,0,20,0.06,0,NULL,23,NULL, +1104907,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,1.279999971,61921.08111,0,20,0.06,0,NULL,23,NULL, +1191182700,39,Proposed,OR_W,Wind,Wind,30,63799.71056,0,30,0.05,0.006,NULL,23,NULL, +1113533,3,Proposed,AZ_APS_SW,Central_PV,Solar,4.610000134,40088.51889,0,20,0,0.02,NULL,23,NULL, +156636,23,Peak View Wind Farm,CO_E,Wind,Wind,60.8,0,0,20,0,0,NULL,23,existing_generator, +1100982,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,179.0899963,78221.24625,0,20,0.06,0,NULL,23,NULL, +77397,14,LassenNorth: 477,CA_PGE_N,Wind,Wind,18,100217.25,0,30,0.05,0.006,NULL,23,NULL, +1102171,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,46.65000153,42386.14611,0,20,0.06,0,NULL,23,NULL, +1191209287,42,Proposed,UT_S,Geothermal,Geothermal,20,39531.61847,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156872,15,ABEC #2 dba West-Star Dairy,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,0,6.0375,20,0.04,0.06,10.439,23,existing_generator, +1191182657,39,Proposed,OR_W,Wind,Wind,30,51867.79931,0,30,0.05,0.006,NULL,23,NULL, +156346,20,Ramona 2,CA_SDGE,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156702,16,Munro Valley Solar,CA_SCE_CEN,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +154449,13,Big Creek 1,CA_PGE_CEN,Hydro_NonPumped,Water,88.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +154924,13,Almond Power Plant,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,223.5,0,6.0375,40,0.04,0.06,8.801,23,existing_generator, +156189,32,Flint Creek Hydroelectric LLC,MT_SW,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1100280,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,6838.299805,165038.685,0,20,0.06,0,NULL,23,NULL, +1108766,36,Proposed,NV_S,Central_PV,Solar,12.43999958,68748.40875,0,20,0,0.02,NULL,23,NULL, +1191183780,40,Proposed,OR_WA_BPA,Wind,Wind,30,81756.92889,0,30,0.05,0.006,NULL,23,NULL, +154447,17,AES Alamitos LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,1115,0,6.0375,56,0.04,0.06,11.814,23,existing_generator, +1000080,49,Proposed,WY_SE,Residential_PV,Solar,180.8300018,0,0,20,0,0.02,NULL,23,NULL, +1112229,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,106.3600006,41672.39569,0,20,0.06,0,NULL,23,NULL, +77518,16,MountainPass: 1918,CA_SCE_CEN,Wind,Wind,31,43470,0,30,0.05,0.006,NULL,23,NULL, +1191209502,33,Proposed,NM_N,CCGT,Gas,NULL," 70,990.74 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1103988,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,337.3999939,56298.96111,0,20,0.06,0,NULL,23,NULL, +1110938,36,Proposed,NV_S,Central_PV,Solar,33.41999817,166906.6875,0,20,0,0.02,NULL,23,NULL, +1103834,33,Proposed,NM_N,Central_PV,Solar,76.43000031,116110.785,0,20,0,0.02,NULL,23,NULL, +1191209516,47,Proposed,WY_NE,CCGT,Gas,NULL," 66,553.78 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +155717,17,Kohls San Bernardino Solar Facility,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +157848,9,Alouette,CAN_BC,Hydro_NonPumped,Water,9,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191209242,35,Proposed,NV_N,Geothermal,Geothermal,50,80685.50848,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209534,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine,Gas,NULL,77646.11306,33.5769,20,0.03,0.05,10.39,23,NULL, +157896,9,Montrose_Creek,CAN_BC,Hydro_NonPumped,Water,89,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1113914,18,Proposed,CA_SCE_SE,Central_PV,Solar,10.69999981,75297.285,0,20,0,0.02,NULL,23,NULL, +155417,22,Valmont Combustion Turbine Project,CO_DEN,Gas_Combustion_Turbine,Gas,142.2,0,6.0375,40,0.04,0.06,7.238,23,existing_generator, +1191184452,27,Proposed,ID_S_OR_E,Wind,Wind,30,104958.315,0,30,0.05,0.006,NULL,23,NULL, +1110648,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,5.159999847,55324.99444,0,20,0.06,0,NULL,23,NULL, +155136,14,Sierra Pacific Burney Facility,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,20,0,13.35495,20,0.04,0.06,11.413,23,existing_generator, +1100953,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,237.2100067,175390.5825,0,20,0.06,0,NULL,23,NULL, +1103685,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3249.830078,170572.6575,0,20,0.06,0,NULL,23,NULL, +1118308,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,5.130000114,94335.45639,0,20,0.06,0,NULL,23,NULL, +1102750,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.400000095,71630.23014,0,20,0.06,0,NULL,23,NULL, +1191182685,39,Proposed,OR_W,Wind,Wind,30,57235.01889,0,30,0.05,0.006,NULL,23,NULL, +1106384,4,Proposed,AZ_NM_N,Central_PV,Solar,23.70999908,91385.89236,0,20,0,0.02,NULL,23,NULL, +156245,10,Crown Cooling Facility,CA_IID,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156645,16,Antelope DSR 1,CA_SCE_CEN,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +157838,8,Oldman_River,CAN_ALB,Hydro_NonPumped,Water,32.2,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191209263,35,Proposed,NV_N,Geothermal,Geothermal,97,58589.47069,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210412,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,25.60000038,0,4.1213235,20,0.04,0.06,7.70253,23,NULL, +154386,14,Caribou 2,CA_PGE_N,Hydro_NonPumped,Water,117.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +77382,16,Tehachapi: 55,CA_SCE_CEN,Wind,Wind,20,86869.65,0,30,0.05,0.006,NULL,23,NULL, +158019,8,Carslnd2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1108975,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,6.679999828,62505.51111,0,20,0.06,0,NULL,23,NULL, +1001863,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,10.59300041,0,0,20,0,0.02,NULL,23,NULL, +1106000,3,Proposed,AZ_APS_SW,Central_PV,Solar,9.380000114,51567.73556,0,20,0,0.02,NULL,23,NULL, +1104767,49,Proposed,WY_SE,Central_PV,Solar,36.45999908,78389.81514,0,20,0,0.02,NULL,23,NULL, +1110782,24,Proposed,CO_NW,Central_PV,Solar,1.340000033,52174.50431,0,20,0,0.02,NULL,23,NULL, +1117786,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,48.91999817,69408.91125,0,20,0.06,0,NULL,23,NULL, +1112416,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,15.61999989,73647.47681,0,20,0.06,0,NULL,23,NULL, +156797,13,Foundation Scheid Vineyards,CA_PGE_CEN,Wind,Wind,1.9,0,0,20,0,0,NULL,23,existing_generator, +1191184089,9,Proposed,CAN_BC,Wind,Wind,30,66949.59694,0,30,0.05,0.006,NULL,23,NULL, +1106001,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,9.380000114,51567.73556,0,20,0.06,0,NULL,23,NULL, +1116287,44,Proposed,WA_N_CEN,Central_PV,Solar,3.650000095,50520.22931,0,20,0,0.02,NULL,23,NULL, +1191209354,35,Proposed,NV_N,Geothermal,Geothermal,8,50122.24014,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191184800,33,Proposed,NM_N,Wind,Wind,30,70724.35986,0,30,0.05,0.006,NULL,23,NULL, +1100004,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,109.2699966,52114.01139,0,20,0.06,0,NULL,23,NULL, +1107506,14,Proposed,CA_PGE_N,Central_PV,Solar,4.059999943,53876.47556,0,20,0,0.02,NULL,23,NULL, +1107741,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,38," 85,239.24 ",0,20,0.06,0,NULL,23,NULL, +1191182680,39,Proposed,OR_W,Wind,Wind,30,51740.1675,0,30,0.05,0.006,NULL,23,NULL, +156753,10,SEPV Imperial Dixieland West,CA_IID,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191184240,47,Proposed,WY_NE,Wind,Wind,30,84204.88986,0,30,0.05,0.006,NULL,23,NULL, +1191210098,14,Proposed,CA_PGE_N,Geothermal,Geothermal,1163,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155143,20,R E Badger Filtration Plant,CA_SDGE,Hydro_NonPumped,Water,1.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +156250,18,"Desert Sunlight 250, LLC",CA_SCE_SE,Central_PV,Solar,249.7,0,0,20,0,0,NULL,23,existing_generator, +157981,8,SC_FirebagS3_1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,80,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1115314,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,13.40999985,114979.3575,0,20,0.06,0,NULL,23,NULL, +1191184001,38,Proposed,OR_PDX,Wind,Wind,60,46840.00986,0,30,0.05,0.006,NULL,23,NULL, +1001921,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,4.336800098,0,0,20,0,0.02,NULL,23,NULL, +1112086,19,Proposed,CA_SCE_VLY,CSP_Trough_6h_Storage,Solar,17.12999916,51143.42194,0,20,0.06,0,NULL,23,NULL, +1105274,2,Proposed,AZ_APS_N,Central_PV,Solar,2.970000029,59588.55431,0,20,0,0.02,NULL,23,NULL, +1191182821,49,Proposed,WY_SE,Wind,Wind,30,88402.52777,0,30,0.05,0.006,NULL,23,NULL, +1191209487,18,Proposed,CA_SCE_SE,CCGT,Gas,NULL," 82,822.43 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +155621,35,Western 102 Power Plant,NV_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1104517,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.730000019,59177.16,0,20,0.06,0,NULL,23,NULL, +1191185527,43,Proposed,WA_ID_AVA,Wind,Wind,30,71149.15931,0,30,0.05,0.006,NULL,23,NULL, +155204,12,SRI International Cogen Project,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,6,0,6.0375,40,0.04,0.06,10.879,23,existing_generator, +1102909,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,225.5599976,58658.66139,0,20,0.06,0,NULL,23,NULL, +154509,17,Haynes,CA_SCE_S,CCGT,Gas,629.9,0,5.9409,40,0.04,0.06,7.015,23,existing_generator, +1104092,42,Proposed,UT_S,Central_PV,Solar,28.05999947,71767.52194,0,20,0,0.02,NULL,23,NULL, +1114841,1,Proposed,AZ_APS_E,Central_PV,Solar,44.02000046," 53,821.17 ",0,20,0,0.02,NULL,23,NULL, +155303,32,Broadwater Power Project,MT_SW,Hydro_NonPumped,Water,9.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +156168,19,Lindsay Solar,CA_SCE_VLY,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +156352,13,2081 Terzian Solar Project,CA_PGE_CEN,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1101235,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.029999971,59780.91,0,20,0.06,0,NULL,23,NULL, +1191209220,34,Proposed,NM_S_TX_EPE,Bio_Gas,Bio_Gas,NULL,70990.73625,16.0398,20,0.11,0.04,13.5,23,NULL, +157824,8,Barrier,CAN_ALB,Hydro_NonPumped,Water,11.3,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1114246,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,11.01000023,58350.0225,0,20,0.06,0,NULL,23,NULL, +1116515,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,6.119999886,88264.98598,0,20,0,0.02,NULL,23,NULL, +155058,16,Sunray 3,CA_SCE_CEN,Central_PV,Solar,13.8,0,0,20,0,0,NULL,23,existing_generator, +1191185150,23,Proposed,CO_E,Wind,Wind,30,80625.62402,0,30,0.05,0.006,NULL,23,NULL, +157052,15,"Valentine Solar, LLC",CA_PGE_S,Central_PV,Solar,111.2,0,0,20,0,0,NULL,23,existing_generator, +1118288,35,Proposed,NV_N,Central_PV,Solar,29.88999939,202390.2825,0,20,0,0.02,NULL,23,NULL, +156757,22,Victory Solar LLC,CO_DEN,Central_PV,Solar,12.8,0,0,20,0,0,NULL,23,existing_generator, +156898,34,Carrizozo Solar,NM_S_TX_EPE,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +154406,14,Kilarc,CA_PGE_N,Hydro_NonPumped,Water,1.5,0,0,117,0.05,0.05,NULL,23,existing_generator, +1191209401,43,Proposed,WA_ID_AVA,Geothermal,Geothermal,10,121747.395,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155076,17,Tesoro Wilmington Calciner,CA_SCE_S,ST,Waste_Heat,34,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +155470,22,Blue Spruce Energy Center,CO_DEN,Gas_Combustion_Turbine,Gas,397.8,0,6.0375,40,0.04,0.06,11.5,23,existing_generator, +154337,14,Rollins,CA_PGE_N,Hydro_NonPumped,Water,12.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155824,27,Cargill Dry Creek Biofactory,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.4,0,6.0375,20,0.04,0.06,11.754,23,existing_generator, +154731,47,Ben French,WY_NE,Gas_Combustion_Turbine,Gas,100,0,6.0375,40,0.04,0.06,11.948,23,existing_generator, +1117886,7,Proposed,AZ_SE,Central_PV,Solar,7.960000038,43308.31764,0,20,0,0.02,NULL,23,NULL, +1191183115,5,Proposed,AZ_NW,Wind,Wind,210,79840.02264,0,30,0.05,0.006,NULL,23,NULL, +1191185418,22,Proposed,CO_DEN,Wind,Wind,90,46217.30306,0,30,0.05,0.006,NULL,23,NULL, +1000170,47,Proposed,WY_NE,Residential_PV,Solar,461.8120117,0,0,20,0,0.02,NULL,23,NULL, +1109900,41,Proposed,UT_N,Central_PV,Solar,38.61000061,58815.03264,0,20,0,0.02,NULL,23,NULL, +1114199,4,Proposed,AZ_NM_N,Central_PV,Solar,1.50999999,118921.1186,0,20,0,0.02,NULL,23,NULL, +157055,31,"Pryor Caves Wind Project, LLC",MT_SE,Wind,Wind,80,0,0,20,0,0,NULL,23,existing_generator, +155283,17,Plant No 2 Orange County,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,15,0,6.0375,20,0.04,0.06,11.197,23,existing_generator, +154624,14,Newcastle,CA_PGE_N,Hydro_NonPumped,Water,12.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +155015,15,Frito-Lay Cogen Plant,CA_PGE_S,Gas_Combustion_Turbine,Gas,6,0,6.0375,40,0.04,0.06,11.969,23,existing_generator, +155698,40,Big Top LLC,OR_WA_BPA,Wind,Wind,1.7,0,0,20,0,0,NULL,23,existing_generator, +1191209180,26,Proposed,ID_E,Bio_Gas,Bio_Gas,NULL,70251.1425,16.0398,20,0.11,0.04,13.5,23,NULL, +1100500,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,92.94000244,75747.07875,0,20,0.06,0,NULL,23,NULL, +1105456,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.900000095,79103.80611,0,20,0.06,0,NULL,23,NULL, +1108250,35,Proposed,NV_N,Central_PV,Solar,64.66000366,47795.62819,0,20,0,0.02,NULL,23,NULL, +1191183348,22,Proposed,CO_DEN,Wind,Wind,210,54293.66681,0,30,0.05,0.006,NULL,23,NULL, +1117672,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,38.65000153,101770.515,0,20,0.06,0,NULL,23,NULL, +155868,10,Imperial Solar Energy Center South,CA_IID,Central_PV,Solar,128.9,0,0,20,0,0,NULL,23,existing_generator, +154729,39,Lookout Point,OR_W,Hydro_NonPumped,Water,120,0,0,200,0.05,0.05,NULL,23,existing_generator, +1112691,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,81.76999664,158287.5525,0,20,0.06,0,NULL,23,NULL, +1191182730,47,Proposed,WY_NE,Wind,Wind,60,63562.55944,0,30,0.05,0.006,NULL,23,NULL, +155361,14,Kekawaka Power House,CA_PGE_N,Hydro_NonPumped,Water,4.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +154471,16,Ormond Beach,CA_SCE_CEN,Gas_Steam_Turbine,Gas,1612,0,6.0375,50,0.04,0.06,10.455,23,existing_generator, +1102032,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,144.0200043,68528.40319,0,20,0.06,0,NULL,23,NULL, +156463,17,Diamond Valley Solar Project,CA_SCE_S,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1112645,35,Proposed,NV_N,Central_PV,Solar,14.09000015,102335.0213,0,20,0,0.02,NULL,23,NULL, +1105231,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,24.72999954,66835.24764,0,20,0.06,0,NULL,23,NULL, +1100976,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,180.0200043,57268.34306,0,20,0.06,0,NULL,23,NULL, +1104964,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.609999895,79721.20652,0,20,0.06,0,NULL,23,NULL, +1112862,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,4.820000172,93121.1925,0,20,0.06,0,NULL,23,NULL, +1117850,2,Proposed,AZ_APS_N,Central_PV,Solar,13.77000046,61290.16236,0,20,0,0.02,NULL,23,NULL, +1191185408,22,Proposed,CO_DEN,Wind,Wind,30,45801.6825,0,30,0.05,0.006,NULL,23,NULL, +154529,14,Forbestown,CA_PGE_N,Hydro_NonPumped,Water,41.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191184476,27,Proposed,ID_S_OR_E,Wind,Wind,30,102633.2738,0,30,0.05,0.006,NULL,23,NULL, +154916,12,Santa Clara Cogen,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,7.8,0,6.0375,40,0.04,0.06,9.796,23,existing_generator, +1103348,8,Proposed,CAN_ALB,Central_PV,Solar,91.37999725,125432.685,0,20,0,0.02,NULL,23,NULL, +1112250,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,66.30000305,72497.33306,0,20,0.06,0,NULL,23,NULL, +1107950,3,Proposed,AZ_APS_SW,Central_PV,Solar,6.619999886,113457.9075,0,20,0,0.02,NULL,23,NULL, +1191185606,7,Proposed,AZ_SE,Wind,Wind,30,144901.2075,0,30,0.05,0.006,NULL,23,NULL, +1191184030,46,Proposed,WA_W,Wind,Wind,30,71053.76681,0,30,0.05,0.006,NULL,23,NULL, +1000839,37,Proposed,OR_E,Commercial_PV,Solar,34.11299896,0,0,20,0,0.02,NULL,23,NULL, +1109191,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,69.61000061,63413.07,0,20,0.06,0,NULL,23,NULL, +154360,6,Kyrene,AZ_PHX,CCGT,Gas,292,0,5.9409,40,0.04,0.06,18.171,23,existing_generator, +155232,15,South Belridge Cogeneration Facility,CA_PGE_S,Gas_Combustion_Turbine,Gas,94.2,0,6.0375,40,0.04,0.06,8.496,23,existing_generator, +1107201,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,3.670000076,58817.56556,0,20,0.06,0,NULL,23,NULL, +1104983,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.440000057,80468.52639,0,20,0,0.02,NULL,23,NULL, +1191183258,41,Proposed,UT_N,Wind,Wind,120,57916.40736,0,30,0.05,0.006,NULL,23,NULL, +1191184011,38,Proposed,OR_PDX,Wind,Wind,30,49965.26514,0,30,0.05,0.006,NULL,23,NULL, +1117483,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.260000229,60496.35375,0,20,0.06,0,NULL,23,NULL, +156360,29,Fairfield Wind,MT_NE,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +156475,16,SCE-Snowline-White Rd (Central),CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1103214,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1145.22998,57774.40819,0,20,0.06,0,NULL,23,NULL, +155820,40,Leaning Juniper Wind Power II,OR_WA_BPA,Wind,Wind,201,0,0,20,0,0,NULL,23,existing_generator, +1102850,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.170000076,60636.30111,0,20,0,0.02,NULL,23,NULL, +154814,40,Boardman,OR_WA_BPA,Coal_Steam_Turbine,Coal,642.2,0,5.2164,41,0.04,0.06,15.229,23,existing_generator, +1191184227,7,Proposed,AZ_SE,Wind,Wind,30,80151.31236,0,30,0.05,0.006,NULL,23,NULL, +1106390,5,Proposed,AZ_NW,Central_PV,Solar,20.60000038,70225.90764,0,20,0,0.02,NULL,23,NULL, +1109532,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.039999962,186434.3775,0,20,0.06,0,NULL,23,NULL, +1191183269,41,Proposed,UT_N,Wind,Wind,30,67824.79389,0,30,0.05,0.006,NULL,23,NULL, +157053,13,Wright Solar Park,CA_PGE_CEN,Central_PV,Solar,200,0,0,20,0,0,NULL,23,existing_generator, +1113968,6,Proposed,AZ_PHX,Central_PV,Solar,41.47999954,49606.03389,0,20,0,0.02,NULL,23,NULL, +1109205,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,19.86000061,101687.556,0,20,0.06,0,NULL,23,NULL, +156745,7,Canyon Del Oro High School Solar,AZ_SE,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1110081,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,23.67000008,107061.1763,0,20,0.06,0,NULL,23,NULL, +156332,14,Shasta Solar Farm,CA_PGE_N,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191209669,50,Proposed,WY_SW,Coal_Steam_Turbine,Coal,NULL,70251.1425,4.166232,40,0.06,0.1,9,23,NULL, +1111273,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,12.26000023,68365.50861,0,20,0.06,0,NULL,23,NULL, +156256,3,Mesquite Generating Station Block 1,AZ_APS_SW,CCGT,Gas,691.6,0,5.9409,40,0.04,0.06,10.627,23,existing_generator, +156439,16,Hecate Energy Beacon Solar 3,CA_SCE_CEN,Central_PV,Solar,56,0,0,20,0,0,NULL,23,existing_generator, +155106,14,HL Power,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,36.2,0,13.35495,20,0.04,0.06,11.535,23,existing_generator, +156507,17,Rancho Cucamonga Dist #1,CA_SCE_S,Central_PV,Solar,1.8,0,0,20,0,0,NULL,23,existing_generator, +1000583,5,Proposed,AZ_NW,Commercial_PV,Solar,800.3839722,0,0,20,0,0.02,NULL,23,NULL, +1001074,44,Proposed,WA_N_CEN,Residential_PV,Solar,18.08300018,0,0,20,0,0.02,NULL,23,NULL, +1191183356,24,Proposed,CO_NW,Wind,Wind,60,51149.82264,0,30,0.05,0.006,NULL,23,NULL, +1108798,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,27.34000015,76398.16181,0,20,0.06,0,NULL,23,NULL, +1104497,16,Proposed,CA_SCE_CEN,Central_PV,Solar,34.52000046,55986.70444,0,20,0,0.02,NULL,23,NULL, +155383,13,Saint Agnes Medical Center,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,7,0,6.0375,40,0.04,0.06,11.631,23,existing_generator, +1191209321,35,Proposed,NV_N,Geothermal,Geothermal,12,45005.69944,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155206,11,Harbor Cogen,CA_LADWP,CCGT,Gas,107.4,0,5.9409,40,0.04,0.06,10.516,23,existing_generator, +1102767,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.200000048,78690.84111,0,20,0.06,0,NULL,23,NULL, +1115667,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,140.0099945,50909.4075,0,20,0.06,0,NULL,23,NULL, +1191183302,41,Proposed,UT_N,Wind,Wind,30,51888.32681,0,30,0.05,0.006,NULL,23,NULL, +1114773,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,30.32999992,69493.67681,0,20,0.06,0,NULL,23,NULL, +1104812,36,Proposed,NV_S,Central_PV,Solar,3.480000019,51376.22889,0,20,0,0.02,NULL,23,NULL, +1105276,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.970000029,59588.55431,0,20,0.06,0,NULL,23,NULL, +1191210493,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,62.59999847,0,33.5769,20,0.03,0.05,5.21107,23,NULL, +1103976,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.309999943,66884.15139,0,20,0.06,0,NULL,23,NULL, +77391,16,Tehachapi: 66,CA_SCE_CEN,Wind,Wind,82,86759.4,0,30,0.05,0.006,NULL,23,NULL, +1112359,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,3.650000095,41000.29931,0,20,0.06,0,NULL,23,NULL, +1191210542,43,Proposed,WA_ID_AVA,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,6.199999809,0,16.844625,40,0.1288,0.0915,10.3597,23,NULL, +154955,21,SPA Cogen 3,CA_SMUD,CCGT,Gas,173.9,0,5.9409,40,0.04,0.06,6.799,23,existing_generator, +1107760,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,14.76000023,104897.5815,0,20,0.06,0,NULL,23,NULL, +155817,40,Juniper Canyon I Wind Project,OR_WA_BPA,Wind,Wind,151.2,0,0,20,0,0,NULL,23,existing_generator, +1106706,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,1.899999976,77438.78625,0,20,0.06,0,NULL,23,NULL, +158084,8,Wind_EP_Can_26,CAN_ALB,Wind,Wind,66,0,0,30,0.05,0.006,NULL,23,existing_generator, +156882,22,Denver Metro Solar,CO_DEN,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +1191210880,8,Proposed,CAN_ALB,Wind,Wind,1270.290039,41765.25056,0,30,0.05,0.006,NULL,23,NULL, +154651,43,Cabinet Gorge,WA_ID_AVA,Hydro_NonPumped,Water,265.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +154993,23,Ray D Nixon,CO_E,Gas_Combustion_Turbine,Gas,75.6,0,6.0375,40,0.04,0.06,11.214,23,existing_generator, +1001209,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,115.038002,0,0,20,0,0.02,NULL,23,NULL, +1191182527,36,Proposed,NV_S,Wind,Wind,3000,45627.07611,0,30,0.05,0.006,NULL,23,NULL, +77387,16,SanBernardino_Lucerne: 60,CA_SCE_CEN,Wind,Wind,27,39037.95,0,30,0.05,0.006,NULL,23,NULL, +154717,38,Sullivan,OR_PDX,Hydro_NonPumped,Water,15.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1119065,9,Proposed,CAN_BC,Central_PV,Solar,4.159999847,42796.69611,0,20,0,0.02,NULL,23,NULL, +1002119,38,Proposed,OR_PDX,Commercial_PV,Solar,87.87120056,0,0,20,0,0.02,NULL,23,NULL, +154930,25,McPhee,CO_SW,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156758,3,Gila River Power Block 2,AZ_APS_SW,CCGT,Gas,619,0,5.9409,40,0.04,0.06,10.627,23,existing_generator, +156878,33,Facebook 2 Solar Energy Center,NM_N,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1108541,26,Proposed,ID_E,Central_PV,Solar,17.61000061,70120.60986,0,20,0,0.02,NULL,23,NULL, +1113509,2,Proposed,AZ_APS_N,Central_PV,Solar,2.569999933,100948.9339,0,20,0,0.02,NULL,23,NULL, +1115075,13,Proposed,CA_PGE_CEN,Central_PV,Solar,57.70000076,59251.42125,0,20,0,0.02,NULL,23,NULL, +155974,46,Youngs Creek Hydroelectric Project,WA_W,Hydro_NonPumped,Water,7.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156955,25,Oak Leaf Solar XXX LLC (CSG),CO_SW,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1107345,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.81000042,56008.55736,0,20,0.06,0,NULL,23,NULL, +154905,46,Wynoochee,WA_W,Hydro_NonPumped,Water,12.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +154967,40,Roosevelt Biogas 1,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,10.5,0,6.0375,20,0.04,0.06,13.397,23,existing_generator, +1106904,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.049999952,155592.4125,0,20,0.06,0,NULL,23,NULL, +155580,40,Leaning Juniper,OR_WA_BPA,Wind,Wind,100.5,0,0,20,0,0,NULL,23,existing_generator, +1191185437,22,Proposed,CO_DEN,Wind,Wind,60,57167.75736,0,30,0.05,0.006,NULL,23,NULL, +1191185682,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,180,375515.595,0,30,0.05,0.006,NULL,23,NULL, +154739,41,Cutler Hydro,UT_N,Hydro_NonPumped,Water,30,0,0,200,0.05,0.05,NULL,23,existing_generator, +1100964,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,128.0500031,42845.84514,0,20,0.06,0,NULL,23,NULL, +1114016,35,Proposed,NV_N,Central_PV,Solar,33.65999985,60055.37569,0,20,0,0.02,NULL,23,NULL, +1118714,5,Proposed,AZ_NW,Central_PV,Solar,4.099999905,83275.48277,0,20,0,0.02,NULL,23,NULL, +1191185238,2,Proposed,AZ_APS_N,Wind,Wind,30,141696.5025,0,30,0.05,0.006,NULL,23,NULL, +154421,14,Potter Valley,CA_PGE_N,Hydro_NonPumped,Water,9.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +156457,42,"Escalante Solar I, LLC",UT_S,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +1104566,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.649999976,92802.16723,0,20,0,0.02,NULL,23,NULL, +1001222,37,Proposed,OR_E,Residential_PV,Solar,55.63999939,0,0,20,0,0.02,NULL,23,NULL, +1001614,1,Proposed,AZ_APS_E,Residential_PV,Solar,41.72999954, - ,0,20,0,0.02,NULL,23,NULL, +1118940,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,20.20000076,55136.02069,0,20,0.06,0,NULL,23,NULL, +1191209400,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,61053.73764,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1107322,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,5.420000076,89146.22514,0,20,0.06,0,NULL,23,NULL, +1108163,18,Proposed,CA_SCE_SE,Central_PV,Solar,5.940000057,59725.24236,0,20,0,0.02,NULL,23,NULL, +1114833,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,62.86999893,42784.01736,0,20,0.06,0,NULL,23,NULL, +1191185402,22,Proposed,CO_DEN,Wind,Wind,30,52296.46181,0,30,0.05,0.006,NULL,23,NULL, +155102,10,Geo East Mesa III,CA_IID,Geothermal,Geothermal,21.6,0,36.2145,20,0,0,NULL,23,existing_generator, +1107149,41,Proposed,UT_N,Central_PV,Solar,32.56999969,76474.96069,0,20,0,0.02,NULL,23,NULL, +156523,15,Kettleman Solar -Centaurus,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1107417,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,11.23999977,164992.8,0,20,0.06,0,NULL,23,NULL, +1001403,38,Proposed,OR_PDX,Commercial_PV,Solar,27.41200066,0,0,20,0,0.02,NULL,23,NULL, +1118946,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,687.4199829,66780.42431,0,20,0.06,0,NULL,23,NULL, +1191184093,46,Proposed,WA_W,Wind,Wind,30,69671.41986,0,30,0.05,0.006,NULL,23,NULL, +1108711,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,15.06000042,39557.33681,0,20,0.06,0,NULL,23,NULL, +1191184064,46,Proposed,WA_W,Wind,Wind,30,70285.07514,0,30,0.05,0.006,NULL,23,NULL, +1116998,4,Proposed,AZ_NM_N,Central_PV,Solar,9.5,87195.50889,0,20,0,0.02,NULL,23,NULL, +156103,17,Foundation NWNA,CA_SCE_S,Wind,Wind,5.1,0,0,20,0,0,NULL,23,existing_generator, +1108807,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.309999943,114906.549,0,20,0.06,0,NULL,23,NULL, +1113558,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,14.19999981,97631.68611,0,20,0.06,0,NULL,23,NULL, +157111,22,Oak Leaf Solar XXIV LLC (CSG),CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +77460,14,LassenNorth: 575,CA_PGE_N,Wind,Wind,32,79901.85,0,30,0.05,0.006,NULL,23,NULL, +156620,19,CED Ducor 1,CA_SCE_VLY,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1118442,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,4.829999924,156092.3175,0,20,0.06,0,NULL,23,NULL, +1191182510,36,Proposed,NV_S,Wind,Wind,30,67691.2425,0,30,0.05,0.006,NULL,23,NULL, +1101743,41,Proposed,UT_N,Central_PV,Solar,132.4100037,43931.62819,0,20,0,0.02,NULL,23,NULL, +1191209557,38,Proposed,OR_PDX,Gas_Combustion_Turbine,Gas,NULL,76906.51931,33.5769,20,0.03,0.05,10.39,23,NULL, +1107951,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,6.619999886,113457.9075,0,20,0.06,0,NULL,23,NULL, +1191182639,39,Proposed,OR_W,Wind,Wind,30,49127.37806,0,30,0.05,0.006,NULL,23,NULL, +77470,16,Tehachapi: 592,CA_SCE_CEN,Wind,Wind,32,48587.7,0,30,0.05,0.006,NULL,23,NULL, +1191209729,10,Proposed,CA_IID,Battery_Storage,Electricity,NULL,82822.425,0,10,0.02,0.0055,NULL,23,NULL, +157137,37,Blue Marmot V,OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +155549,39,Georgia-Pacific Wauna Mill,OR_W,ST,Bio_Liquid,36,0,13.35495,20,0.04,0.06,11.048,23,existing_generator, +1110738,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,15.07999992,51736.18181,0,20,0.06,0,NULL,23,NULL, +1113544,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,14.86999989,71785.51181,0,20,0.06,0,NULL,23,NULL, +1107268,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,27.10000038," 41,120.81 ",0,20,0.06,0,NULL,23,NULL, +155016,20,Grossmont Hospital,CA_SDGE,Gas_Combustion_Turbine,Gas,4.5,0,6.0375,40,0.04,0.06,12.183,23,existing_generator, +1106421,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,93.13999939,57615.01819,0,20,0.06,0,NULL,23,NULL, +1191182616,30,Proposed,MT_NW,Wind,Wind,30,71654.49806,0,30,0.05,0.006,NULL,23,NULL, +1191209305,37,Proposed,OR_E,Geothermal,Geothermal,12,75761.69139,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77475,16,SanBernardino_Lucerne: 597,CA_SCE_CEN,Wind,Wind,38,38447.85,0,30,0.05,0.006,NULL,23,NULL, +1103852,35,Proposed,NV_N,Central_PV,Solar,4.71999979,45959.13861,0,20,0,0.02,NULL,23,NULL, +1114550,32,Proposed,MT_SW,Central_PV,Solar,16.18000031,52136.59069,0,20,0,0.02,NULL,23,NULL, +1104990,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.800000191,56342.43111,0,20,0.06,0,NULL,23,NULL, +1117671,31,Proposed,MT_SE,CSP_Trough_No_Storage,Solar,38.65000153,101770.515,0,20,0.06,0,NULL,23,NULL, +1110467,35,Proposed,NV_N,Central_PV,Solar,92.20999908,175401.45,0,20,0,0.02,NULL,23,NULL, +154423,13,San Joaquin 2,CA_PGE_CEN,Hydro_NonPumped,Water,2.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +157041,46,Coyote Crest Wind Farm,WA_W,Wind,Wind,127.5,0,0,20,0,0,NULL,23,existing_generator, +1115736,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,166.6499939,72135.92736,0,20,0.06,0,NULL,23,NULL, +1191209281,35,Proposed,NV_N,Geothermal,Geothermal,8,68286.29944,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155468,14,Lambie Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,0,6.0375,40,0.04,0.06,10.788,23,existing_generator, +156375,34,Macho Springs,NM_S_TX_EPE,Central_PV,Solar,52.2,0,0,20,0,0,NULL,23,existing_generator, +1101932,33,Proposed,NM_N,Central_PV,Solar,162.9199982,51093.55125,0,20,0,0.02,NULL,23,NULL, +1191183712,50,Proposed,WY_SW,Wind,Wind,210,68799.24639,0,30,0.05,0.006,NULL,23,NULL, +1104897,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,33.52000046,40877.13431,0,20,0.06,0,NULL,23,NULL, +1114727,17,Proposed,CA_SCE_S,Central_PV,Solar,8.859999657,45410.81569,0,20,0,0.02,NULL,23,NULL, +1191182537,36,Proposed,NV_S,Wind,Wind,240,77825.91264,0,30,0.05,0.006,NULL,23,NULL, +1191184059,45,Proposed,WA_SEATAC,Wind,Wind,60,58865.38444,0,30,0.05,0.006,NULL,23,NULL, +1108241,36,Proposed,NV_S,Central_PV,Solar,9.31000042,48484.02111,0,20,0,0.02,NULL,23,NULL, +1117015,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,5.309999943,107098.3635,0,20,0.06,0,NULL,23,NULL, +77431,16,Tehachapi: 543,CA_SCE_CEN,Wind,Wind,27,86827.65,0,30,0.05,0.006,NULL,23,NULL, +156500,13,Five Points Solar Park,CA_PGE_CEN,Central_PV,Solar,60,0,0,20,0,0,NULL,23,existing_generator, +1104991,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.800000191,56342.43111,0,20,0.06,0,NULL,23,NULL, +1111937,32,Proposed,MT_SW,Central_PV,Solar,12.34000015,47847.42806,0,20,0,0.02,NULL,23,NULL, +154375,13,Turlock Lake,CA_PGE_CEN,Hydro_NonPumped,Water,3.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114776,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,11.77999973,68955.85819,0,20,0.06,0,NULL,23,NULL, +1102033,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,144.0200043,68528.40319,0,20,0.06,0,NULL,23,NULL, +1113077,35,Proposed,NV_N,Central_PV,Solar,58.02999878,158277.8925,0,20,0,0.02,NULL,23,NULL, +1102326,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,1.179999948,42735.71736,0,20,0.06,0,NULL,23,NULL, +1118623,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,4.420000076,180947.4975,0,20,0.06,0,NULL,23,NULL, +154786,43,Little Goose,WA_ID_AVA,Hydro_NonPumped,Water,675,0,0,200,0.05,0.05,NULL,23,existing_generator, +155279,15,Cymric 6Z Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,6.8,0,6.0375,40,0.04,0.06,10.589,23,existing_generator, +156587,16,Western Antelope Blue Sky B,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1100267,23,Proposed,CO_E,Central_PV,Solar,269.6400146,53255.45736,0,20,0,0.02,NULL,23,NULL, +156169,19,Porterville Solar,CA_SCE_VLY,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +1111341,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,21.77000046,79085.81625,0,20,0.06,0,NULL,23,NULL, +155215,15,Berry Cogen Tanne Hills 18,CA_PGE_S,Gas_Combustion_Turbine,Gas,17.6,0,6.0375,40,0.04,0.06,10.589,23,existing_generator, +158005,28,PdtJrzG1,MEX_BAJA,Gas_Combustion_Turbine,Gas,30,0,31.56233445,20,0.03,0.05,10.80000019,23,existing_generator, +1105296,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,13.90999985,74114.53875,0,20,0.06,0,NULL,23,NULL, +1001190,1,Proposed,AZ_APS_E,Residential_PV,Solar,23.64699936, - ,0,20,0,0.02,NULL,23,NULL, +1117009,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,17.64999962,52852.275,0,20,0.06,0,NULL,23,NULL, +1117499,35,Proposed,NV_N,Central_PV,Solar,18.12000084,72883.4925,0,20,0,0.02,NULL,23,NULL, +1106883,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,34.43000031,86280.45973,0,20,0.06,0,NULL,23,NULL, +155069,16,Mammoth Pacific I,CA_SCE_CEN,Geothermal,Geothermal,10,0,36.2145,20,0,0,NULL,23,existing_generator, +1108679,36,Proposed,NV_S,Central_PV,Solar,9.640000343,60074.20986,0,20,0,0.02,NULL,23,NULL, +155222,35,Steamboat Hills LP,NV_N,Geothermal,Geothermal,16.3,0,36.2145,20,0,0,NULL,23,existing_generator, +156732,20,Ortega Highway Energy Storage,CA_SDGE,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1112797,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,3.170000076,61748.16806,0,20,0.06,0,NULL,23,NULL, +155333,46,Weeks Falls,WA_W,Hydro_NonPumped,Water,4.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103687,48,Proposed,WY_NW,Central_PV,Solar,1.25,84330.95098,0,20,0,0.02,NULL,23,NULL, +156264,17,Oltmans SCE at Jurupa,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154887,17,Pebbly Beach,CA_SCE_S,Gas_Combustion_Turbine,Gas,2.3,0,6.0375,40,0.04,0.06,15.245,23,existing_generator, +1107726,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,4.079999924,157176.6525,0,20,0.06,0,NULL,23,NULL, +1116034,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,20.62999916,99992.95236,0,20,0.06,0,NULL,23,NULL, +155247,13,Salinas River Cogeneration,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,38.9,0,6.0375,40,0.04,0.06,11.701,23,existing_generator, +155791,33,Texico Wind Ranch LP,NM_N,Wind,Wind,1.9,0,0,20,0,0,NULL,23,existing_generator, +156791,21,SCDA Solar 1,CA_SMUD,Central_PV,Solar,7,0,0,20,0,0,NULL,23,existing_generator, +155380,27,Lateral 10 Ventures,ID_S_OR_E,Hydro_NonPumped,Water,2.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001919,23,Proposed,CO_E,Commercial_PV,Solar,10.51539993,0,0,20,0,0.02,NULL,23,NULL, +155854,19,Solar Photovoltaic Project #42,CA_SCE_VLY,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +155462,49,Foote Creek I,WY_SE,Wind,Wind,41.4,0,0,20,0,0,NULL,23,existing_generator, +1191184085,46,Proposed,WA_W,Wind,Wind,30,65807.30194,0,30,0.05,0.006,NULL,23,NULL, +155655,50,Mountain Wind Power II LLC,WY_SW,Wind,Wind,80,0,0,20,0,0,NULL,23,existing_generator, +156327,16,Expressway Solar C2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1110910,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,32.70999908,81265.47639,0,20,0.06,0,NULL,23,NULL, +1191210866,9,Proposed,CAN_BC,Wind,Wind,70.38809967,84696.71027,0,30,0.05,0.006,NULL,23,NULL, +1106406,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,8.489999771,47904.54375,0,20,0.06,0,NULL,23,NULL, +1110041,2,Proposed,AZ_APS_N,Central_PV,Solar,25.10000038,40483.8525,0,20,0,0.02,NULL,23,NULL, +1115307,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.170000076,94519.35486,0,20,0.06,0,NULL,23,NULL, +155139,16,US Borax,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,48.2,0,6.0375,40,0.04,0.06,10.348,23,existing_generator, +1102170,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,46.65000153,42386.14611,0,20,0.06,0,NULL,23,NULL, +1106448,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,30.27000046," 86,063.48 ",0,20,0.06,0,NULL,23,NULL, +1115520,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,2.589999914,51477.17306,0,20,0.06,0,NULL,23,NULL, +1114853,2,Proposed,AZ_APS_N,Central_PV,Solar,30.84000015,98565.81,0,20,0,0.02,NULL,23,NULL, +1001193,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,12.46280003,0,0,20,0,0.02,NULL,23,NULL, +1107769,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,40.84000015,90135.29027,0,20,0.06,0,NULL,23,NULL, +1117424,33,Proposed,NM_N,Central_PV,Solar,5.880000114,84725.19973,0,20,0,0.02,NULL,23,NULL, +157825,8,Bearspaw,CAN_ALB,Hydro_NonPumped,Water,16,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +157106,44,Camas Solar Project,WA_N_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1112700,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,135.9199982,60256.665,0,20,0.06,0,NULL,23,NULL, +1116471,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,6.28000021,44793.78319,0,20,0.06,0,NULL,23,NULL, +1102325,40,Proposed,OR_WA_BPA,Central_PV,Solar,1.179999948,42735.71736,0,20,0,0.02,NULL,23,NULL, +155842,27,Big Sky Dairy Digester,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,11.227,23,existing_generator, +156280,42,Greenville Solar Plant,UT_S,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1108016,14,Proposed,CA_PGE_N,Central_PV,Solar,3.809999943,74145.57056,0,20,0,0.02,NULL,23,NULL, +1116303,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,1.330000043,50625.40444,0,20,0.06,0,NULL,23,NULL, +1111632,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,31.67000008,65798.48625,0,20,0.06,0,NULL,23,NULL, +155479,40,Condon Windpower LLC,OR_WA_BPA,Wind,Wind,49.8,0,0,20,0,0,NULL,23,existing_generator, +1102677,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.279999971,58272.61986,0,20,0.06,0,NULL,23,NULL, +155861,39,Seneca Sustainable Energy LLC,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,19.8,0,13.35495,20,0.04,0.06,11.594,23,existing_generator, +1116288,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,3.650000095,50520.22931,0,20,0.06,0,NULL,23,NULL, +155464,49,Foote Creek III,WY_SE,Wind,Wind,24.8,0,0,20,0,0,NULL,23,existing_generator, +1191210529,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,41.20000076,0,4.1213235,20,0.04,0.06,7.77972,23,NULL, +157842,8,Spray,CAN_ALB,Hydro_NonPumped,Water,104,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +154876,41,Little Cottonwood,UT_N,Hydro_NonPumped,Water,4.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155265,26,Marsh Valley Development,ID_E,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191210537,39,Proposed,OR_W,Gas_Steam_Turbine_Cogen,Gas,1.5,0,4.456347,40,0.1288,0.0915,5.6597,23,NULL, +1112720,17,Proposed,CA_SCE_S,Central_PV,Solar,1.24000001,49846.20375,0,20,0,0.02,NULL,23,NULL, +1113255,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,2.230000019,57556.45444,0,20,0.06,0,NULL,23,NULL, +155953,3,Mesquite Solar 1,AZ_APS_SW,Central_PV,Solar,170,0,0,20,0,0,NULL,23,existing_generator, +1000790,38,Proposed,OR_PDX,Residential_PV,Solar,54.24900055,0,0,20,0,0.02,NULL,23,NULL, +1113319,20,Proposed,CA_SDGE,CSP_Trough_6h_Storage,Solar,6.460000038,101201.5372,0,20,0.06,0,NULL,23,NULL, +155393,39,Univ of Oregon Central Power Station,OR_W,CCGT,Gas,11,0,5.9409,40,0.04,0.06,16.533,23,existing_generator, +1103213,28,Proposed,MEX_BAJA,Central_PV,Solar,1145.22998,57774.40819,0,20,0,0.02,NULL,23,NULL, +1108258,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,3.380000114,89086.935,0,20,0.06,0,NULL,23,NULL, +1118228,15,Proposed,CA_PGE_S,Central_PV,Solar,2.109999895,52470.10125,0,20,0,0.02,NULL,23,NULL, +155809,11,1420 Coil Av #C,CA_LADWP,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +156624,13,Fresno Solar,CA_PGE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1106402,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,50.40000153,52318.68264,0,20,0,0.02,NULL,23,NULL, +1191210467,13,Proposed,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,6.800000191,0,33.5769,20,0.03,0.05,4.39386,23,NULL, +1191184723,33,Proposed,NM_N,Wind,Wind,480,96713.14652,0,30,0.05,0.006,NULL,23,NULL, +1109189,2,Proposed,AZ_APS_N,Central_PV,Solar,69.61000061,63413.07,0,20,0,0.02,NULL,23,NULL, +1109575,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,34.34999847,65792.68931,0,20,0.06,0,NULL,23,NULL, +1117872,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,11.31000042,64275.95139,0,20,0.06,0,NULL,23,NULL, +1110466,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,79.12999725,77814.44139,0,20,0.06,0,NULL,23,NULL, +158055,8,Weldwood1,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,26,0,4.679173726,40,0.1288,0.0915,5.795949936,23,existing_generator, +1110145,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,65.37000275,52764.60861,0,20,0.06,0,NULL,23,NULL, +1191185338,44,Proposed,WA_N_CEN,Wind,Wind,720,48688.57444,0,30,0.05,0.006,NULL,23,NULL, +156490,16,Alamo Solar,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156888,11,Westmont 401,CA_LADWP,Central_PV,Solar,2.9,0,0,20,0,0,NULL,23,existing_generator, +1191182705,39,Proposed,OR_W,Wind,Wind,30,53316.07764,0,30,0.05,0.006,NULL,23,NULL, +1100305,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,994.5800171,97818.84861,0,20,0.06,0,NULL,23,NULL, +1106395,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,42.47000122,72664.09069,0,20,0.06,0,NULL,23,NULL, +1105872,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,9.319999695,63141.62306,0,20,0.06,0,NULL,23,NULL, +1115308,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.170000076,94519.35486,0,20,0.06,0,NULL,23,NULL, +157930,9,Tyson_Creek_Hydroelectric_Project,CAN_BC,Hydro_NonPumped,Water,9.3,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +156493,27,Jett Creek Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +1191182369,32,Proposed,MT_SW,Wind,Wind,1110,51192.92944,0,30,0.05,0.006,NULL,23,NULL, +156263,17,Oltmans SCE at Champagne,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156856,16,Beacon BESS 1,CA_SCE_CEN,Battery_Storage,Electricity,20,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1118941,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,20.20000076,55136.02069,0,20,0.06,0,NULL,23,NULL, +154869,35,Fleish,NV_N,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155441,40,Goldendale Generating Station,OR_WA_BPA,CCGT,Gas,284.3,0,5.9409,40,0.04,0.06,10.913,23,existing_generator, +156579,13,"Great Valley Solar Portfolio Holdings, LLC",CA_PGE_CEN,Central_PV,Solar,305.3,0,0,20,0,0,NULL,23,existing_generator, +1116980,33,Proposed,NM_N,Central_PV,Solar,4.519999981,92836.2225,0,20,0,0.02,NULL,23,NULL, +156114,41,Central Energy Plant USU,UT_N,Gas_Combustion_Turbine,Gas,5,0,6.0375,40,0.04,0.06,18.725,23,existing_generator, +1191209664,45,Proposed,WA_SEATAC,Coal_Steam_Turbine,Coal,NULL,77646.11306,4.166232,40,0.06,0.1,9,23,NULL, +1191210522,46,Proposed,WA_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,55,0,16.844625,40,0.1288,0.0915,5.44471,23,NULL, +155781,17,Solar Photovoltaic Project #17,CA_SCE_S,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +1191183282,41,Proposed,UT_N,Wind,Wind,30,53184.70069,0,30,0.05,0.006,NULL,23,NULL, +1117321,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,30.77000046,59803.61194,0,20,0.06,0,NULL,23,NULL, +156658,20,Genentech-Oceanside,CA_SDGE,Central_PV,Solar,4.5,0,0,20,0,0,NULL,23,existing_generator, +1115237,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.930000067,80822.92764,0,20,0,0.02,NULL,23,NULL, +1117226,13,Proposed,CA_PGE_CEN,Central_PV,Solar,29.93000031,52528.18389,0,20,0,0.02,NULL,23,NULL, +1105982,7,Proposed,AZ_SE,Central_PV,Solar,93.70999908,42734.6325,0,20,0,0.02,NULL,23,NULL, +1114030,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,22.96999931,176322.7725,0,20,0.06,0,NULL,23,NULL, +1114705,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,3.50999999,60446.11986,0,20,0.06,0,NULL,23,NULL, +1102914,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,354.2000122,68670.04389,0,20,0.06,0,NULL,23,NULL, +1112238,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,119.9400024,66271.82625,0,20,0.06,0,NULL,23,NULL, +1102731,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,2907.580078,88893.25389,0,20,0.06,0,NULL,23,NULL, +156518,15,"Maricopa West Solar PV, LLC",CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1110441,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,10.25,48578.9325,0,20,0.06,0,NULL,23,NULL, +1108608,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,9.909999847,60189.045,0,20,0.06,0,NULL,23,NULL, +1191183136,36,Proposed,NV_S,Wind,Wind,60,117227.1188,0,30,0.05,0.006,NULL,23,NULL, +155672,40,Arlington Wind Power Project,OR_WA_BPA,Wind,Wind,103,0,0,20,0,0,NULL,23,existing_generator, +1191183120,5,Proposed,AZ_NW,Wind,Wind,30,59278.46736,0,30,0.05,0.006,NULL,23,NULL, +1191209325,35,Proposed,NV_N,Geothermal,Geothermal,8,49107.09111,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1106838,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,37.43999863,44322.01389,0,20,0.06,0,NULL,23,NULL, +1109563,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,4.070000172,45312.76764,0,20,0.06,0,NULL,23,NULL, +154439,39,Copco 1,OR_W,Hydro_NonPumped,Water,20,0,0,200,0.05,0.05,NULL,23,existing_generator, +1113256,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,2.230000019,57556.45444,0,20,0.06,0,NULL,23,NULL, +1191209509,40,Proposed,OR_WA_BPA,CCGT,Gas,NULL," 76,906.52 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1104894,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,9.479999542,52306.96611,0,20,0.06,0,NULL,23,NULL, +1191209643,24,Proposed,CO_NW,Coal_Steam_Turbine,Coal,NULL,69511.67139,4.166232,40,0.06,0.1,9,23,NULL, +1104769,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,36.45999908,78389.81514,0,20,0.06,0,NULL,23,NULL, +1113124,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,15.64000034,206161.305,0,20,0.06,0,NULL,23,NULL, +1191209407,41,Proposed,UT_N,Geothermal,Geothermal,10,38038.90556,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110079,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,30.38999939,107400.2385,0,20,0.06,0,NULL,23,NULL, +1191182712,39,Proposed,OR_W,Wind,Wind,30,74211.26139,0,30,0.05,0.006,NULL,23,NULL, +155237,10,Ormesa I,CA_IID,Geothermal,Geothermal,26.4,0,36.2145,20,0,0,NULL,23,existing_generator, +1117470,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,14.44999981,114777.1013,0,20,0.06,0,NULL,23,NULL, +1106467,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,34.36000061,45801.44194,0,20,0.06,0,NULL,23,NULL, +157121,42,Cove Mountain Solar 2,UT_S,Central_PV,Solar,122,0,0,20,0,0,NULL,23,existing_generator, +1104520,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,30.13999939,138720.015,0,20,0.06,0,NULL,23,NULL, +1115684,4,Proposed,AZ_NM_N,Central_PV,Solar,4.710000038,76450.68806,0,20,0,0.02,NULL,23,NULL, +156166,19,Exeter Solar,CA_SCE_VLY,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +155133,12,Univ of San Francisco Cogen,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,1.5,0,33.579,20,0.04,0.06,12.001,23,existing_generator, +1113234,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,7.96999979,56906.45625,0,20,0.06,0,NULL,23,NULL, +1191209216,42,Proposed,UT_S,Bio_Gas,Bio_Gas,NULL,70251.1425,16.0398,20,0.11,0.04,13.5,23,NULL, +154628,17,Etiwanda,CA_SCE_S,Hydro_NonPumped,Water,23.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102148,40,Proposed,OR_WA_BPA,Central_PV,Solar,181.1199951,65187.25069,0,20,0,0.02,NULL,23,NULL, +1191185427,22,Proposed,CO_DEN,Wind,Wind,90,88653.68777,0,30,0.05,0.006,NULL,23,NULL, +1104902,16,Proposed,CA_SCE_CEN,Central_PV,Solar,16.30999947,50529.77139,0,20,0,0.02,NULL,23,NULL, +1114683,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,5.380000114,46698.37389,0,20,0.06,0,NULL,23,NULL, +1117433,42,Proposed,UT_S,Central_PV,Solar,40.40999985,93207.04764,0,20,0,0.02,NULL,23,NULL, +1118655,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,44.38000107,52554.98944,0,20,0.06,0,NULL,23,NULL, +1107669,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.769999981,93317.28861,0,20,0.06,0,NULL,23,NULL, +1110442,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,10.25,48578.9325,0,20,0.06,0,NULL,23,NULL, +1115280,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,22.44000053,53613.60375,0,20,0.06,0,NULL,23,NULL, +1118879,10,Proposed,CA_IID,Central_PV,Solar,18.84000015,67995.40986,0,20,0,0.02,NULL,23,NULL, +1111787,16,Proposed,CA_SCE_CEN,Central_PV,Solar,10.18000031,57268.46569,0,20,0,0.02,NULL,23,NULL, +1117494,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,52.43000031,66886.20319,0,20,0.06,0,NULL,23,NULL, +156141,17,SEPV 8,CA_SCE_S,Central_PV,Solar,12,0,0,20,0,0,NULL,23,existing_generator, +1112212,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.220000029,57398.03139,0,20,0.06,0,NULL,23,NULL, +1191210379,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,10.39999962,0,4.1213235,20,0.04,0.06,19.1596,23,NULL, +157059,13,Little Bear 3,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191183180,31,Proposed,MT_SE,Wind,Wind,90,62928.8625,0,30,0.05,0.006,NULL,23,NULL, +155740,1,Dry Lake Wind LLC,AZ_APS_E,Wind,Wind,63,0,0,20,0,0,NULL,23,existing_generator, +1104274,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,7.570000172,57901.55889,0,20,0.06,0,NULL,23,NULL, +1109559,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,53.86999893,61608.82444,0,20,0.06,0,NULL,23,NULL, +1191210498,14,Proposed,CA_PGE_N,Gas_Combustion_Turbine_Cogen,Gas,49,0,33.5769,20,0.03,0.05,7.8202,23,NULL, +1103850,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.120000005,44909.82111,0,20,0.06,0,NULL,23,NULL, +1191210121,35,Proposed,NV_N,Geothermal,Geothermal,21,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1001610,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,165.529007,0,0,20,0,0.02,NULL,23,NULL, +1110370,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,168.6000061,78990.54639,0,20,0.06,0,NULL,23,NULL, +154564,25,Alamosa,CO_SW,Gas_Combustion_Turbine,Gas,53.2,0,6.0375,49,0.04,0.06,21.156,23,existing_generator, +1191209736,17,Proposed,CA_SCE_S,Battery_Storage,Electricity,NULL,82822.425,0,10,0.02,0.0055,NULL,23,NULL, +155178,15,Nacimiento Hydro Project,CA_PGE_S,Hydro_NonPumped,Water,4.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +155866,12,Mariposa Energy Project,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,199.6,0,6.0375,40,0.04,0.06,11.112,23,existing_generator, +155448,20,CalPeak Power Enterprise Peaker Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,58.9,0,6.0375,40,0.04,0.06,10.234,23,existing_generator, +1191183209,47,Proposed,WY_NE,Wind,Wind,60,74145.08944,0,30,0.05,0.006,NULL,23,NULL, +1117883,3,Proposed,AZ_APS_SW,Central_PV,Solar,75.5,88601.16152,0,20,0,0.02,NULL,23,NULL, +157997,9,RuprtGT1,CAN_BC,Gas_Combustion_Turbine,Gas,33,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1116541,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,64.44999695,70691.15361,0,20,0.06,0,NULL,23,NULL, +155172,13,AltaGas Ripon Energy Inc.,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,49.5,0,6.0375,40,0.04,0.06,10.416,23,existing_generator, +1100985,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,161.6799927," 116,999.02 ",0,20,0.06,0,NULL,23,NULL, +1000165,47,Proposed,WY_NE,Commercial_PV,Solar,21.8987999,0,0,20,0,0.02,NULL,23,NULL, +155310,40,Opal Springs Hydro,OR_WA_BPA,Hydro_NonPumped,Water,4.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001401,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,73.18499756,0,0,20,0,0.02,NULL,23,NULL, +1110050,36,Proposed,NV_S,Central_PV,Solar,14.90999985,111782.7465,0,20,0,0.02,NULL,23,NULL, +1191185460,43,Proposed,WA_ID_AVA,Wind,Wind,30,46140.50889,0,30,0.05,0.006,NULL,23,NULL, +1001486,27,Proposed,ID_S_OR_E,Residential_PV,Solar,36.16600037,0,0,20,0,0.02,NULL,23,NULL, +1191210515,11,Proposed,CA_LADWP,Gas_Combustion_Turbine_Cogen,Gas,58.5,0,33.5769,20,0.03,0.05,7.62175,23,NULL, +1191182490,36,Proposed,NV_S,Wind,Wind,690,45247.56264,0,30,0.05,0.006,NULL,23,NULL, +1191185268,25,Proposed,CO_SW,Wind,Wind,180,65308.60444,0,30,0.05,0.006,NULL,23,NULL, +77464,14,LassenNorth: 580,CA_PGE_N,Wind,Wind,15,100304.4,0,30,0.05,0.006,NULL,23,NULL, +1118700,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.680000067,143628.5025,0,20,0.06,0,NULL,23,NULL, +1001341,35,Proposed,NV_N,Commercial_PV,Solar,5.179500103,0,0,20,0,0.02,NULL,23,NULL, +1118697,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,25.44000053,153881.385,0,20,0.06,0,NULL,23,NULL, +156108,23,Limon Wind I,CO_E,Wind,Wind,200,0,0,20,0,0,NULL,23,existing_generator, +1100569,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,432.8599854,51794.505,0,20,0.06,0,NULL,23,NULL, +1191182578,36,Proposed,NV_S,Wind,Wind,30,116467.356,0,30,0.05,0.006,NULL,23,NULL, +1108190,4,Proposed,AZ_NM_N,Central_PV,Solar,43.11999893,148165.08,0,20,0,0.02,NULL,23,NULL, +1112656,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,35.74000168,50621.78194,0,20,0.06,0,NULL,23,NULL, +1191182491,36,Proposed,NV_S,Wind,Wind,30,49646.3625,0,30,0.05,0.006,NULL,23,NULL, +1191209278,35,Proposed,NV_N,Geothermal,Geothermal,8,91683.54111,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209768,49,Proposed,WY_SE,Battery_Storage,Electricity,NULL,72469.68319,0,10,0.02,0.0055,NULL,23,NULL, +1001907,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,4.528800011,0,0,20,0,0.02,NULL,23,NULL, +1191184508,35,Proposed,NV_N,Wind,Wind,30,88728.18486,0,30,0.05,0.006,NULL,23,NULL, +1191184080,46,Proposed,WA_W,Wind,Wind,90,69777.19875,0,30,0.05,0.006,NULL,23,NULL, +1110027,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,31.60000038,59525.52375,0,20,0.06,0,NULL,23,NULL, +1110642,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,27.12000084,57935.97264,0,20,0.06,0,NULL,23,NULL, +1110893,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,95.91000366,58615.91306,0,20,0,0.02,NULL,23,NULL, +156206,16,Arrache 4006,CA_SCE_CEN,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191185381,22,Proposed,CO_DEN,Wind,Wind,30,42301.50319,0,30,0.05,0.006,NULL,23,NULL, +1191209296,35,Proposed,NV_N,Geothermal,Geothermal,8,75849.95681,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191185351,46,Proposed,WA_W,Wind,Wind,30,96955.96723,0,30,0.05,0.006,NULL,23,NULL, +1104136,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,4.380000114,53350.00556,0,20,0.06,0,NULL,23,NULL, +1109524,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,9.899999619,69496.81819,0,20,0.06,0,NULL,23,NULL, +1191185377,22,Proposed,CO_DEN,Wind,Wind,150,49668.82389,0,30,0.05,0.006,NULL,23,NULL, +1110937,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,17.52000046,48727.33236,0,20,0.06,0,NULL,23,NULL, +155203,16,Sky River LLC,CA_SCE_CEN,Wind,Wind,76.9,0,0,20,0,0,NULL,23,existing_generator, +1191209313,35,Proposed,NV_N,Geothermal,Geothermal,180,44875.53,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191182602,30,Proposed,MT_NW,Wind,Wind,30,80083.21125,0,30,0.05,0.006,NULL,23,NULL, +156467,16,"Rudy Solar, LLC",CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1001916,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,40.3390007,0,0,20,0,0.02,NULL,23,NULL, +156760,17,"PVN Milliken, LLC",CA_SCE_S,Central_PV,Solar,3,0,0,30,0,0,NULL,23,existing_generator, +158040,8,SYNC_UE5,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,35.25579912,20,0.03,0.05,3.951999903,23,existing_generator, +1102442,36,Proposed,NV_S,Central_PV,Solar,6.739999771,53662.26694,0,20,0,0.02,NULL,23,NULL, +1191184018,46,Proposed,WA_W,Wind,Wind,60,63552.53625,0,30,0.05,0.006,NULL,23,NULL, +154933,39,Short Mountain,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,14.706,23,existing_generator, +156851,13,Madera 1 PV,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1117791,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,3.200000048,92729.9625,0,20,0.06,0,NULL,23,NULL, +1191182667,39,Proposed,OR_W,Wind,Wind,30,60192.42694,0,30,0.05,0.006,NULL,23,NULL, +1116473,42,Proposed,UT_S,Central_PV,Solar,2.400000095,172776.345,0,20,0,0.02,NULL,23,NULL, +1110017,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,5.650000095,106078.1486,0,20,0,0.02,NULL,23,NULL, +1191183796,40,Proposed,OR_WA_BPA,Wind,Wind,1620,90718.99389,0,30,0.05,0.006,NULL,23,NULL, +1191210402,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,12,0,16.844625,40,0.1288,0.0915,8.52918,23,NULL, +154841,27,Black Canyon,ID_S_OR_E,Hydro_NonPumped,Water,10.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156774,42,Pavant Solar III,UT_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1117934,36,Proposed,NV_S,Central_PV,Solar,15.18000031,57426.40764,0,20,0,0.02,NULL,23,NULL, +1103978,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.579999924,74491.03819,0,20,0,0.02,NULL,23,NULL, +1117880,36,Proposed,NV_S,Central_PV,Solar,21.53000069,51582.82931,0,20,0,0.02,NULL,23,NULL, +1118874,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.849999905,61385.91806,0,20,0.06,0,NULL,23,NULL, +1191210504,36,Proposed,NV_S,CCGT_Cogen,Gas,127.1999969,0,4.1213235,20,0.04,0.06,9.42177,23,NULL, +156174,46,McKinley Paper Co. - Washington Mill,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,20,0,13.35495,20,0.04,0.06,16.23,23,existing_generator, +1109220,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,44.52999878,39087.13819,0,20,0.06,0,NULL,23,NULL, +1114338,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.340000153,58782.67069,0,20,0.06,0,NULL,23,NULL, +1191184207,6,Proposed,AZ_PHX,Wind,Wind,30,64881.51264,0,30,0.05,0.006,NULL,23,NULL, +155217,17,"Torrance Refining Company, LLC",CA_SCE_S,ST,Waste_Heat,26.8,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +77392,17,TwentyninePalms: 67,CA_SCE_S,Wind,Wind,50,48884.85,0,30,0.05,0.006,NULL,23,NULL, +156547,15,DSH (CA) - Coalinga State Hospital,CA_PGE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191183958,27,Proposed,ID_S_OR_E,Wind,Wind,30,85670.19111,0,30,0.05,0.006,NULL,23,NULL, +155113,14,Woodland Biomass Power Ltd,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,28,0,13.35495,20,0.04,0.06,11.535,23,existing_generator, +1191182618,30,Proposed,MT_NW,Wind,Wind,30,55396.35486,0,30,0.05,0.006,NULL,23,NULL, +1191182672,39,Proposed,OR_W,Wind,Wind,60,41333.9325,0,30,0.05,0.006,NULL,23,NULL, +156283,16,Industry Solar Power Generation Station 1 LLC,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +157864,9,Clayton_Falls,CAN_BC,Hydro_NonPumped,Water,0.7,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1107272,25,Proposed,CO_SW,Central_PV,Solar,246.2700043,60282.50361,0,20,0,0.02,NULL,23,NULL, +1110482,16,Proposed,CA_SCE_CEN,Central_PV,Solar,51.68999863,55576.395,0,20,0,0.02,NULL,23,NULL, +156508,17,Terra Francesco,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +155360,17,Swanmill Windfarm I,CA_SCE_S,Wind,Wind,18.7,0,0,20,0,0,NULL,23,existing_generator, +156041,17,El Segundo Energy Center LLC,CA_SCE_S,CCGT,Gas,537.4,0,5.9409,40,0.04,0.06,16.397,23,existing_generator, +77479,17,RiversideCounty_Partial: 601,CA_SCE_S,Wind,Wind,3,44993.55,0,30,0.05,0.006,NULL,23,NULL, +1104477,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,5.139999866,54321.67986,0,20,0.06,0,NULL,23,NULL, +1112275,46,Proposed,WA_W,CSP_Trough_6h_Storage,Solar,6.510000229,46043.05986,0,20,0.06,0,NULL,23,NULL, +1000978,24,Proposed,CO_NW,Residential_PV,Solar,45.90299988,0,0,20,0,0.02,NULL,23,NULL, +1100901,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,447.5599976,46051.27181,0,20,0.06,0,NULL,23,NULL, +157832,8,Dickson_Dam,CAN_ALB,Hydro_NonPumped,Water,16.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1108759,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,2.619999886,91809.97014,0,20,0.06,0,NULL,23,NULL, +1106398,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,6.699999809,65937.47139,0,20,0.06,0,NULL,23,NULL, +1191182452,36,Proposed,NV_S,Wind,Wind,60,44872.14806,0,30,0.05,0.006,NULL,23,NULL, +154768,43,Long Lake,WA_ID_AVA,Hydro_NonPumped,Water,70,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117726,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,3.569999933,63041.40056,0,20,0.06,0,NULL,23,NULL, +1113569,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.96999979,56124.6,0,20,0,0.02,NULL,23,NULL, +156673,16,Summer Solar LLC,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1113714,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.799999952,73956.96,0,20,0.06,0,NULL,23,NULL, +1191183311,24,Proposed,CO_NW,Wind,Wind,60,81362.07639,0,30,0.05,0.006,NULL,23,NULL, +157926,9,Strathcona,CAN_BC,Hydro_NonPumped,Water,64,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +156102,17,Foundation RRM,CA_SCE_S,Wind,Wind,2,0,0,20,0,0,NULL,23,existing_generator, +1113664,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,18.32999992,166153.2075,0,20,0.06,0,NULL,23,NULL, +1108278,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.269999981,88069.37098,0,20,0.06,0,NULL,23,NULL, +1191185006,22,Proposed,CO_DEN,Wind,Wind,60,48329.58375,0,30,0.05,0.006,NULL,23,NULL, +1117900,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,5.130000114,80111.71014,0,20,0.06,0,NULL,23,NULL, +1191183964,35,Proposed,NV_N,Wind,Wind,120,127126.8075,0,30,0.05,0.006,NULL,23,NULL, +1002014,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,76.50499725,0,0,20,0,0.02,NULL,23,NULL, +1191185511,30,Proposed,MT_NW,Wind,Wind,90,73717.51181,0,30,0.05,0.006,NULL,23,NULL, +1107787,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,1.360000014,101812.9001,0,20,0.06,0,NULL,23,NULL, +1000116,33,Proposed,NM_N,Residential_PV,Solar,19.47400093,0,0,20,0,0.02,NULL,23,NULL, +1001355,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,5.179500103,0,0,20,0,0.02,NULL,23,NULL, +154779,46,Cushman 1,WA_W,Hydro_NonPumped,Water,43.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104485,35,Proposed,NV_N,Central_PV,Solar,19.20000076,56979.87319,0,20,0,0.02,NULL,23,NULL, +156733,20,Canyon Crest Academy,CA_SDGE,Battery_Storage,Electricity,1,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191210581,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,76.5,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +154851,48,Heart Mountain,WY_NW,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156056,46,Darrington,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,4.5,0,13.35495,20,0.04,0.06,10.088,23,existing_generator, +156448,3,Gila River Power Block 1,AZ_APS_SW,CCGT,Gas,619,0,5.9409,40,0.04,0.06,10.627,23,existing_generator, +1191184043,46,Proposed,WA_W,Wind,Wind,30,71878.61194,0,30,0.05,0.006,NULL,23,NULL, +1191210478,33,Proposed,NM_N,Gas_Combustion_Turbine_Cogen,Gas,7,0,33.5769,20,0.03,0.05,5.89208,23,NULL, +1191209595,26,Proposed,ID_E,Coal_IGCC,Coal,NULL,70251.1425,7.3442565,40,0.08,0.12,7.95,23,NULL, +1191185664,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,60,115691.7825,0,30,0.05,0.006,NULL,23,NULL, +1191184002,38,Proposed,OR_PDX,Wind,Wind,30,50854.82944,0,30,0.05,0.006,NULL,23,NULL, +156762,36,"CC Landfill Energy, LLC",NV_S,Bio_Gas,Bio_Gas,12,0,6.0375,20,0.03,0.05,10.205,23,existing_generator, +157883,9,Kootenay_Canal,CAN_BC,Hydro_NonPumped,Water,580,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191185535,43,Proposed,WA_ID_AVA,Wind,Wind,30,65334.07986,0,30,0.05,0.006,NULL,23,NULL, +1191184175,42,Proposed,UT_S,Wind,Wind,30,107060.214,0,30,0.05,0.006,NULL,23,NULL, +158012,8,Redwater,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1101089,39,Proposed,OR_W,Central_PV,Solar,162.4700012,48420.26889,0,20,0,0.02,NULL,23,NULL, +1105318,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,69.08000183,58770.95889,0,20,0.06,0,NULL,23,NULL, +1191182718,39,Proposed,OR_W,Wind,Wind,30,66926.895,0,30,0.05,0.006,NULL,23,NULL, +156506,17,Park Meridian #1,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154422,14,Rock Creek,CA_PGE_N,Hydro_NonPumped,Water,126,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191184215,7,Proposed,AZ_SE,Wind,Wind,30,50579.27889,0,30,0.05,0.006,NULL,23,NULL, +1113270,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,5.5,44100.07444,0,20,0.06,0,NULL,23,NULL, +1118889,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.700000048,72716.8575,0,20,0.06,0,NULL,23,NULL, +1191209410,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,64423.38431,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156683,16,"Portal Ridge Solar C, LLC",CA_SCE_CEN,Central_PV,Solar,11.4,0,0,20,0,0,NULL,23,existing_generator, +1104516,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.730000019,59177.16,0,20,0.06,0,NULL,23,NULL, +1108239,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,51.90000153,79372.72014,0,20,0.06,0,NULL,23,NULL, +1115729,35,Proposed,NV_N,Central_PV,Solar,10.11999989,78300.70069,0,20,0,0.02,NULL,23,NULL, +1103221,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,78.90000153,42030.29681,0,20,0.06,0,NULL,23,NULL, +1114384,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,6.550000191,50593.76889,0,20,0.06,0,NULL,23,NULL, +155577,16,Bear Valley Power Plant,CA_SCE_CEN,Gas_Internal_Combustion_Engine,Gas,8.4,0,33.579,20,0.04,0.06,7.147,23,existing_generator, +1104066,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.200000048,96769.89902,0,20,0.06,0,NULL,23,NULL, +1116098,17,Proposed,CA_SCE_S,Central_PV,Solar,43.34000015,100101.0236,0,20,0,0.02,NULL,23,NULL, +154540,14,Jaybird,CA_PGE_N,Hydro_NonPumped,Water,161.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +156854,22,Coyote Ridge Community Solar,CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191185277,25,Proposed,CO_SW,Wind,Wind,90,69377.39361,0,30,0.05,0.006,NULL,23,NULL, +1108462,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,24.53000069,46962.57111,0,20,0.06,0,NULL,23,NULL, +1115521,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,2.589999914,51477.17306,0,20,0.06,0,NULL,23,NULL, +1191183291,41,Proposed,UT_N,Wind,Wind,30,52719.20944,0,30,0.05,0.006,NULL,23,NULL, +155260,41,Lagoon Cogeneration Facility,UT_N,Gas_Internal_Combustion_Engine,Gas,3,0,33.579,20,0.04,0.06,11.185,23,existing_generator, +1107265,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.949999809,82108.66986,0,20,0.06,0,NULL,23,NULL, +1110066,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,75.48000336,71276.67319,0,20,0.06,0,NULL,23,NULL, +1104129,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,78.98999786,55238.89875,0,20,0.06,0,NULL,23,NULL, +1104928,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,13.39999962,49098.76125,0,20,0.06,0,NULL,23,NULL, +1114307,33,Proposed,NM_N,Central_PV,Solar,101.5899963,116011.4115,0,20,0,0.02,NULL,23,NULL, +1191209234,35,Proposed,NV_N,Geothermal,Geothermal,73.5,89464.27875,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209351,35,Proposed,NV_N,Geothermal,Geothermal,8,82864.44223,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1105935,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.720000029,52770.76875,0,20,0.06,0,NULL,23,NULL, +1114013,35,Proposed,NV_N,Central_PV,Solar,95.65000153,186930.66,0,20,0,0.02,NULL,23,NULL, +1100330,4,Proposed,AZ_NM_N,Central_PV,Solar,178.5399933,100107.1838,0,20,0,0.02,NULL,23,NULL, +1109986,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,31.77000046,67401.31986,0,20,0.06,0,NULL,23,NULL, +1117001,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.059999943,79618.07848,0,20,0,0.02,NULL,23,NULL, +1117403,25,Proposed,CO_SW,Central_PV,Solar,22.47999954,57507.1875,0,20,0,0.02,NULL,23,NULL, +1191184782,33,Proposed,NM_N,Wind,Wind,30,73664.50444,0,30,0.05,0.006,NULL,23,NULL, +1191210399,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,0,33.5769,20,0.03,0.05,7.35749,23,NULL, +1117790,15,Proposed,CA_PGE_S,Central_PV,Solar,3.200000048,92729.9625,0,20,0,0.02,NULL,23,NULL, +155827,42,Thermo No 1,UT_S,Geothermal,Geothermal,14,0,36.2145,20,0,0,NULL,23,existing_generator, +1108576,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,396.6400146,40999.69556,0,20,0.06,0,NULL,23,NULL, +156491,35,Ft. Churchill PV,NV_N,Central_PV,Solar,19.9,0,0,20,0,0,NULL,23,existing_generator, +1113219,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,53.18000031,46330.32694,0,20,0.06,0,NULL,23,NULL, +1114840,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,15.28999996,58067.94861,0,20,0.06,0,NULL,23,NULL, +1191183172,31,Proposed,MT_SE,Wind,Wind,60,77684.63514,0,30,0.05,0.006,NULL,23,NULL, +154975,34,Lordsburg Generating,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,88,0,6.0375,40,0.04,0.06,9.739,23,existing_generator, +1107081,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,15.68999958,51432.73611,0,20,0.06,0,NULL,23,NULL, +156677,34,Montana Solar Facility,NM_S_TX_EPE,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1000464,33,Proposed,NM_N,Residential_PV,Solar,433.9920044,0,0,20,0,0.02,NULL,23,NULL, +1102663,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.190000057,106096.7422,0,20,0.06,0,NULL,23,NULL, +1104256,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.109999895,64650.15375,0,20,0.06,0,NULL,23,NULL, +1105159,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,12.63000011,40936.90556,0,20,0.06,0,NULL,23,NULL, +1107680,35,Proposed,NV_N,Central_PV,Solar,33.27999878,119108.4038,0,20,0,0.02,NULL,23,NULL, +1109228,35,Proposed,NV_N,Central_PV,Solar,2.710000038,65947.85306,0,20,0,0.02,NULL,23,NULL, +154763,46,Electron,WA_W,Hydro_NonPumped,Water,22.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155726,49,High Plains,WY_SE,Wind,Wind,99,0,0,20,0,0,NULL,23,existing_generator, +1110833,35,Proposed,NV_N,Central_PV,Solar,23.04000092,230649.405,0,20,0,0.02,NULL,23,NULL, +1191182528,36,Proposed,NV_S,Wind,Wind,30,167894.4225,0,30,0.05,0.006,NULL,23,NULL, +156729,18,Solar Blythe 2,CA_SCE_SE,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1001857,33,Proposed,NM_N,Commercial_PV,Solar,186.3359985,0,0,20,0,0.02,NULL,23,NULL, +156504,16,Coronus Adelanto West 1,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1118369,2,Proposed,AZ_APS_N,Central_PV,Solar,337.8299866,106554.1489,0,20,0,0.02,NULL,23,NULL, +1118939,9,Proposed,CAN_BC,Central_PV,Solar,20.20000076,55136.02069,0,20,0,0.02,NULL,23,NULL, +1108143,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.599999905,96673.6575,0,20,0.06,0,NULL,23,NULL, +155218,39,Covanta Marion Inc,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,13.1,0,13.35495,20,0.04,0.06,11.413,23,existing_generator, +155684,20,Orange Grove Peaking Facility,CA_SDGE,Gas_Combustion_Turbine,Gas,118,0,6.0375,40,0.04,0.06,8.731,23,existing_generator, +155337,15,Dome Project,CA_PGE_S,Gas_Combustion_Turbine,Gas,6,0,6.0375,40,0.04,0.06,10.755,23,existing_generator, +1111755,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.360000014,55628.19486,0,20,0.06,0,NULL,23,NULL, +155528,13,Walnut Energy Center,CA_PGE_CEN,CCGT,Gas,300.6,0,5.9409,40,0.04,0.06,11.847,23,existing_generator, +1105458,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,9.270000458,57133.70681,0,20,0.06,0,NULL,23,NULL, +1113515,42,Proposed,UT_S,Central_PV,Solar,2.049999952,68882.07806,0,20,0,0.02,NULL,23,NULL, +1104056,35,Proposed,NV_N,Central_PV,Solar,4.170000076,66104.22431,0,20,0,0.02,NULL,23,NULL, +1116207,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,16.06999969,39281.90653,0,20,0.06,0,NULL,23,NULL, +1191182650,39,Proposed,OR_W,Wind,Wind,90,44519.68069,0,30,0.05,0.006,NULL,23,NULL, +1191209311,35,Proposed,NV_N,Geothermal,Geothermal,16,59367.34125,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77334,16,Tehachapi: 2,CA_SCE_CEN,Wind,Wind,50,87075.45,0,30,0.05,0.006,NULL,23,NULL, +1107759,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,14.76000023,104897.5815,0,20,0.06,0,NULL,23,NULL, +1115549,41,Proposed,UT_N,Central_PV,Solar,18.92000008,111811.1228,0,20,0,0.02,NULL,23,NULL, +1115965,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,14.89000034,64754.47986,0,20,0.06,0,NULL,23,NULL, +1103112,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,274.3900146,53218.62861,0,20,0.06,0,NULL,23,NULL, +1104909,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.610000014,52856.62389,0,20,0.06,0,NULL,23,NULL, +1105462,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.340000033,82813.24611,0,20,0.06,0,NULL,23,NULL, +1118808,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,52.93000031,53517.00375,0,20,0.06,0,NULL,23,NULL, +1191184832,1,Proposed,AZ_APS_E,Wind,Wind,90," 96,912.99 ",0,30,0.05,0.006,NULL,23,NULL, +1191209380,26,Proposed,ID_E,Geothermal,Geothermal,10,41559.735,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157921,9,Spillimacheen,CAN_BC,Hydro_NonPumped,Water,4,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1100422,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,215.0500031,55443.81056,0,20,0.06,0,NULL,23,NULL, +1109963,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,5.679999828,85470.83098,0,20,0,0.02,NULL,23,NULL, +1112243,7,Proposed,AZ_SE,Central_PV,Solar,177.1100006,44977.92694,0,20,0,0.02,NULL,23,NULL, +1103162,41,Proposed,UT_N,Central_PV,Solar,5.610000134,77541.90486,0,20,0,0.02,NULL,23,NULL, +1113235,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,7.96999979,56906.45625,0,20,0.06,0,NULL,23,NULL, +1000310,35,Proposed,NV_N,Residential_PV,Solar,38.94800186,0,0,20,0,0.02,NULL,23,NULL, +154510,17,Haynes,CA_SCE_S,Gas_Combustion_Turbine,Gas,649.2,0,6.0375,40,0.04,0.06,8.987,23,existing_generator, +155382,15,Live Oak Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,0,6.0375,40,0.04,0.06,10.324,23,existing_generator, +1116977,4,Proposed,AZ_NM_N,Central_PV,Solar,55.08000183,95492.36402,0,20,0,0.02,NULL,23,NULL, +1118663,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,27.63999939,50818.845,0,20,0,0.02,NULL,23,NULL, +155925,39,Yamhill Solar LLC,OR_W,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156884,16,Voyager Wind II,CA_SCE_CEN,Wind,Wind,128.7,0,0,20,0,0,NULL,23,existing_generator, +1191184086,46,Proposed,WA_W,Wind,Wind,30,61434.70389,0,30,0.05,0.006,NULL,23,NULL, +1100318,33,Proposed,NM_N,Central_PV,Solar,167.5700073,56152.00931,0,20,0,0.02,NULL,23,NULL, +1108739,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.420000076,56928.06861,0,20,0,0.02,NULL,23,NULL, +1191209517,48,Proposed,WY_NW,CCGT,Gas,NULL," 72,469.68 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1002103,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,7.76760006,0,0,20,0,0.02,NULL,23,NULL, +1191182548,36,Proposed,NV_S,Wind,Wind,30,132655.95,0,30,0.05,0.006,NULL,23,NULL, +1191184797,33,Proposed,NM_N,Wind,Wind,120,69144.83194,0,30,0.05,0.006,NULL,23,NULL, +1105764,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,2.5,42372.98625,0,20,0.06,0,NULL,23,NULL, +1113074,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,14.97000027,122826.9,0,20,0,0.02,NULL,23,NULL, +1115732,35,Proposed,NV_N,Central_PV,Solar,2.690000057,79939.16027,0,20,0,0.02,NULL,23,NULL, +1106810,33,Proposed,NM_N,Central_PV,Solar,2.450000048,41870.90681,0,20,0,0.02,NULL,23,NULL, +1109929,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,39.40000153,52388.47236,0,20,0.06,0,NULL,23,NULL, +1101803,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,307.3699951,50041.57819,0,20,0,0.02,NULL,23,NULL, +1117524,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.840000153,66538.68375,0,20,0.06,0,NULL,23,NULL, +1108196,7,Proposed,AZ_SE,Central_PV,Solar,10.03999996,47395.94569,0,20,0,0.02,NULL,23,NULL, +157867,9,Corra_Linn,CAN_BC,Hydro_NonPumped,Water,40.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1110004,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,3.880000114,51776.99625,0,20,0.06,0,NULL,23,NULL, +1191184039,46,Proposed,WA_W,Wind,Wind,30,45215.56389,0,30,0.05,0.006,NULL,23,NULL, +1191182617,30,Proposed,MT_NW,Wind,Wind,30,60494.5425,0,30,0.05,0.006,NULL,23,NULL, +1191209657,38,Proposed,OR_PDX,Coal_Steam_Turbine,Coal,NULL,76906.51931,4.166232,40,0.06,0.1,9,23,NULL, +155191,40,Cowiche,OR_WA_BPA,Hydro_NonPumped,Water,1.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +156910,22,Imboden Solar Garden,CO_DEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191209244,14,Proposed,CA_PGE_N,Geothermal,Geothermal,25.5,46634.01319,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1000001,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,1144.589966,0,0,20,0,0.02,NULL,23,NULL, +1191183379,24,Proposed,CO_NW,Wind,Wind,30,37525.11431,0,30,0.05,0.006,NULL,23,NULL, +154647,26,Ashton,ID_E,Hydro_NonPumped,Water,6.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +155981,16,Windstar 1,CA_SCE_CEN,Wind,Wind,120,0,0,20,0,0,NULL,23,existing_generator, +154948,14,Solano Wind,CA_PGE_N,Wind,Wind,228.2,0,0,20,0,0,NULL,23,existing_generator, +1118918,28,Proposed,MEX_BAJA,Central_PV,Solar,28.18000031,52640.83986,0,20,0,0.02,NULL,23,NULL, +1116144,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,11.06999969,95652.47098,0,20,0.06,0,NULL,23,NULL, +1191210403,23,Proposed,CO_E,CCGT_Cogen,Gas,74,0,4.1213235,20,0.04,0.06,8.73699,23,NULL, +1191183850,27,Proposed,ID_S_OR_E,Wind,Wind,1110,120639.6364,0,30,0.05,0.006,NULL,23,NULL, +1110045,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,2.460000038,66214.10681,0,20,0.06,0,NULL,23,NULL, +156251,6,"Gilbert Solar Facility I, LLC",AZ_PHX,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1191209731,12,Proposed,CA_PGE_BAY,Battery_Storage,Electricity,NULL,92435.81361,0,10,0.02,0.0055,NULL,23,NULL, +155281,15,Coalinga 25D Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,13.6,0,6.0375,40,0.04,0.06,10.734,23,existing_generator, +155620,35,Western 102 Power Plant,NV_N,Gas_Internal_Combustion_Engine,Gas,117.6,0,33.579,20,0.04,0.06,10.841,23,existing_generator, +1104933,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,5.159999847,76688.08444,0,20,0.06,0,NULL,23,NULL, +1107705,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,48.34000015,84268.28361,0,20,0.06,0,NULL,23,NULL, +154418,14,Pit 6,CA_PGE_N,Hydro_NonPumped,Water,79.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104664,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,5.989999771,64137.69264,0,20,0.06,0,NULL,23,NULL, +156379,12,"SC 1 Data Center, Phase 2",CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,92.7,0,33.579,20,0.04,0.06,9.124,23,existing_generator, +1191182495,36,Proposed,NV_S,Wind,Wind,60,46734.95736,0,30,0.05,0.006,NULL,23,NULL, +155208,14,Bowman,CA_PGE_N,Hydro_NonPumped,Water,3.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191210123,35,Proposed,NV_N,Geothermal,Geothermal,2.200000048,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1114857,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.769999981,173128.935,0,20,0.06,0,NULL,23,NULL, +1118340,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,8.600000381,102828.4076,0,20,0.06,0,NULL,23,NULL, +1191185241,2,Proposed,AZ_APS_N,Wind,Wind,30,141777.405,0,30,0.05,0.006,NULL,23,NULL, +155413,43,Rathdrum Power LLC,WA_ID_AVA,CCGT,Gas,301.5,0,5.9409,40,0.04,0.06,7.283,23,existing_generator, +1115236,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,5.360000134,100854.9847,0,20,0.06,0,NULL,23,NULL, +157955,28,PJX_3_1,MEX_BAJA,CCGT,Gas,259,0,3.87403916,20,0.04,0.06,7.099999905,23,existing_generator, +1113118,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.190000057,45682.38056,0,20,0.06,0,NULL,23,NULL, +155852,37,Juniper Ridge Hydroelectric Project,OR_E,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191183924,27,Proposed,ID_S_OR_E,Wind,Wind,600,48529.06181,0,30,0.05,0.006,NULL,23,NULL, +155466,41,West Valley Generation Project,UT_N,Gas_Combustion_Turbine,Gas,217,0,6.0375,40,0.04,0.06,21.469,23,existing_generator, +1191209265,42,Proposed,UT_S,Geothermal,Geothermal,20,69103.89486,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191185681,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,435545.25,0,30,0.05,0.006,NULL,23,NULL, +1104976,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,20.07999992,66774.38681,0,20,0.06,0,NULL,23,NULL, +1109572,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,40.02000046,72157.90764,0,20,0.06,0,NULL,23,NULL, +1191210397,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,47,0,33.5769,20,0.03,0.05,7.47454,23,NULL, +156429,16,SEPV Palmdale East,CA_SCE_CEN,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1191182542,35,Proposed,NV_N,Wind,Wind,30,165612.2475,0,30,0.05,0.006,NULL,23,NULL, +156213,16,Horn,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +156562,36,"Copper Mountain Solar 4, LLC",NV_S,Central_PV,Solar,93.6,0,0,20,0,0,NULL,23,existing_generator, +157948,28,GenCC_CFE_1,MEX_BAJA,CCGT,Gas,233,0,3.87403916,20,0.04,0.06,7.099999905,23,existing_generator, +1191182607,30,Proposed,MT_NW,Wind,Wind,30,74427.28125,0,30,0.05,0.006,NULL,23,NULL, +1115170,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,18.55999947,59353.09181,0,20,0.06,0,NULL,23,NULL, +1191185088,23,Proposed,CO_E,Wind,Wind,7290,41920.7775,0,30,0.05,0.006,NULL,23,NULL, +1106270,22,Proposed,CO_DEN,Central_PV,Solar,31.90999985,45111.83681,0,20,0,0.02,NULL,23,NULL, +1191185538,43,Proposed,WA_ID_AVA,Wind,Wind,60,54688.40139,0,30,0.05,0.006,NULL,23,NULL, +1100348,7,Proposed,AZ_SE,Central_PV,Solar,829.7600098,45003.64764,0,20,0,0.02,NULL,23,NULL, +1191209601,32,Proposed,MT_SW,Coal_IGCC,Coal,NULL,70251.1425,7.3442565,40,0.08,0.12,7.95,23,NULL, +156371,20,Carlsbad Energy Center,CA_SDGE,Gas_Combustion_Turbine,Gas,659,0,6.0375,40,0.04,0.06,16.029,23,existing_generator, +1109448,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,7.829999924,47929.66069,0,20,0.06,0,NULL,23,NULL, +1001318,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,40.3390007,0,0,20,0,0.02,NULL,23,NULL, +155135,27,Tamarack Energy Partnership,ID_S_OR_E,Bio_Solid_Steam_Turbine,Bio_Solid,6.2,0,13.35495,20,0.04,0.06,9.975,23,existing_generator, +1115908,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,10.31999969,49629.09431,0,20,0.06,0,NULL,23,NULL, +1107169,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.00999999,52012.69931,0,20,0.06,0,NULL,23,NULL, +1116561,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,23.53000069,140557.83,0,20,0.06,0,NULL,23,NULL, +1000163,47,Proposed,WY_NE,Commercial_PV,Solar,29.75849915,0,0,20,0,0.02,NULL,23,NULL, +1100337,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,89.91000366," 81,058.87 ",0,20,0.06,0,NULL,23,NULL, +1116989,1,Proposed,AZ_APS_E,Central_PV,Solar,284.1700134," 82,544.95 ",0,20,0,0.02,NULL,23,NULL, +1191185552,43,Proposed,WA_ID_AVA,Wind,Wind,30,46798.11056,0,30,0.05,0.006,NULL,23,NULL, +157858,9,Brown_Lake,CAN_BC,Hydro_NonPumped,Water,7.2,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1112738,10,Proposed,CA_IID,Central_PV,Solar,1.919999957,90576.86736,0,20,0,0.02,NULL,23,NULL, +1191182702,39,Proposed,OR_W,Wind,Wind,30,56198.01694,0,30,0.05,0.006,NULL,23,NULL, +1191209749,30,Proposed,MT_NW,Battery_Storage,Electricity,NULL,70990.73625,0,10,0.02,0.0055,NULL,23,NULL, +1191210096,10,Proposed,CA_IID,Geothermal,Geothermal,20,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191185115,23,Proposed,CO_E,Wind,Wind,30,83235.39,0,30,0.05,0.006,NULL,23,NULL, +156081,5,Black Mountain Solar LLC,AZ_NW,Central_PV,Solar,9,0,0,20,0,0,NULL,23,existing_generator, +156214,16,Watts 3115,CA_SCE_CEN,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1000098,41,Proposed,UT_N,Residential_PV,Solar,2249.25,0,0,20,0,0.02,NULL,23,NULL, +155523,17,H. Gonzales,CA_SCE_S,Gas_Combustion_Turbine,Gas,11.8,0,6.0375,40,0.04,0.06,10.789,23,existing_generator, +155575,44,Wild Horse,WA_N_CEN,Wind,Wind,272.6,0,0,20,0,0,NULL,23,existing_generator, +157133,42,Milford Solar 1,UT_S,Central_PV,Solar,99,0,0,20,0,0,NULL,23,existing_generator, +1117513,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.379999995,80936.91375,0,20,0.06,0,NULL,23,NULL, +154801,41,Logan City,UT_N,Gas_Combustion_Turbine,Gas,15.9,0,6.0375,40,0.04,0.06,13.508,23,existing_generator, +156258,42,Enel Cove Fort,UT_S,Geothermal,Geothermal,25,0,36.2145,20,0,0,NULL,23,existing_generator, +1000791,1,Proposed,AZ_APS_E,Commercial_PV,Solar,22.1882, - ,0,20,0,0.02,NULL,23,NULL, +1191209543,24,Proposed,CO_NW,Gas_Combustion_Turbine,Gas,NULL,69511.67139,33.5769,20,0.03,0.05,10.39,23,NULL, +1191209344,35,Proposed,NV_N,Geothermal,Geothermal,12,63311.39944,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1106296,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,3.559999943,65218.2825,0,20,0.06,0,NULL,23,NULL, +1191184223,7,Proposed,AZ_SE,Wind,Wind,120,65019.52611,0,30,0.05,0.006,NULL,23,NULL, +154756,41,Uintah,UT_N,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156401,16,Lancaster Solar 1,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1105948,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,27.94000053,48934.30069,0,20,0.06,0,NULL,23,NULL, +1111388,41,Proposed,UT_N,Central_PV,Solar,1.320000052,100349.7686,0,20,0,0.02,NULL,23,NULL, +1191209556,37,Proposed,OR_E,Gas_Combustion_Turbine,Gas,NULL,76906.51931,33.5769,20,0.03,0.05,10.39,23,NULL, +1191209661,42,Proposed,UT_S,Coal_Steam_Turbine,Coal,NULL,70251.1425,4.166232,40,0.06,0.1,9,23,NULL, +1001360,1,Proposed,AZ_APS_E,Residential_PV,Solar,25.03800011, - ,0,20,0,0.02,NULL,23,NULL, +1108244,35,Proposed,NV_N,Central_PV,Solar,57.09999847,149203.53,0,20,0,0.02,NULL,23,NULL, +1113996,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,45.66999817,46337.57194,0,20,0.06,0,NULL,23,NULL, +156538,39,"Shell New Energies, Junction City",OR_W,Bio_Gas,Bio_Gas,1.6,0,6.0375,20,0.03,0.05,9.346,23,existing_generator, +1118657,35,Proposed,NV_N,Central_PV,Solar,60.06999969,134469.615,0,20,0,0.02,NULL,23,NULL, +1108104,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,45.56000137,52898.16,0,20,0.06,0,NULL,23,NULL, +1109060,27,Proposed,ID_S_OR_E,Central_PV,Solar,71.70999908,42487.57611,0,20,0,0.02,NULL,23,NULL, +157093,14,Pacific Union College BESS,CA_PGE_N,Battery_Storage,Electricity,1,0,0,10,0.02,0.0055,NULL,23,existing_generator, +154709,39,Soda Springs,OR_W,Hydro_NonPumped,Water,11,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108979,29,Proposed,MT_NE,Central_PV,Solar,44.86000061,58606.73889,0,20,0,0.02,NULL,23,NULL, +1115573,7,Proposed,AZ_SE,Central_PV,Solar,14.11999989,38605.82681,0,20,0,0.02,NULL,23,NULL, +77516,16,MountainPass: 1916,CA_SCE_CEN,Wind,Wind,38,43470,0,30,0.05,0.006,NULL,23,NULL, +1113472,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,50.11000061,71424.59194,0,20,0.06,0,NULL,23,NULL, +155078,10,CE Leathers,CA_IID,Geothermal,Geothermal,45.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1117402,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,15.75,97080.10389,0,20,0.06,0,NULL,23,NULL, +1191209290,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,88598.37861,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1118644,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,33.56000137,91591.53527,0,20,0.06,0,NULL,23,NULL, +1191210539,34,Proposed,NM_S_TX_EPE,Gas_Combustion_Turbine_Cogen,Gas,4.699999809,0,33.5769,20,0.03,0.05,12.2586,23,NULL, +155043,10,Desert View Power,CA_IID,Bio_Solid_Steam_Turbine,Bio_Solid,55.5,0,13.35495,20,0.04,0.06,7.106,23,existing_generator, +1105447,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,4.690000057,97208.82527,0,20,0.06,0,NULL,23,NULL, +1106418,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,18.17000008,61336.65111,0,20,0.06,0,NULL,23,NULL, +1112028,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,1.289999962,104948.1739,0,20,0.06,0,NULL,23,NULL, +77454,37,LassenNorth: 567,OR_E,Wind,Wind,73,103036.5,0,30,0.05,0.006,NULL,23,NULL, +1106450,36,Proposed,NV_S,Central_PV,Solar,26.26000023,74648.61694,0,20,0,0.02,NULL,23,NULL, +1109494,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.480000019,86886.62473,0,20,0.06,0,NULL,23,NULL, +1191182722,47,Proposed,WY_NE,Wind,Wind,30,57759.555,0,30,0.05,0.006,NULL,23,NULL, +1109235,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,5.440000057,52519.48611,0,20,0.06,0,NULL,23,NULL, +1108330,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,1.049999952,73476.49764,0,20,0.06,0,NULL,23,NULL, +156943,12,Stanford Campus Solar,CA_PGE_BAY,Central_PV,Solar,3.4,0,0,20,0,0,NULL,23,existing_generator, +1104152,7,Proposed,AZ_SE,Central_PV,Solar,2.089999914,56688.86569,0,20,0,0.02,NULL,23,NULL, +1101797,33,Proposed,NM_N,Central_PV,Solar,2.099999905,69809.67861,0,20,0,0.02,NULL,23,NULL, +1191209188,37,Proposed,OR_E,Bio_Gas,Bio_Gas,NULL,76906.51931,16.0398,20,0.11,0.04,13.5,23,NULL, +1117413,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,39.58000183,45138.28389,0,20,0.06,0,NULL,23,NULL, +1110069,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,34.84999847,97880.91223,0,20,0.06,0,NULL,23,NULL, +1103218,38,Proposed,OR_PDX,CSP_Trough_6h_Storage,Solar,47.27999878,49890.2775,0,20,0.06,0,NULL,23,NULL, +156027,17,Industry MetroLink PV 1,CA_SCE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +157957,8,DowABST,CAN_ALB,CCGT,Gas,50,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +154664,26,Last Chance,ID_E,Hydro_NonPumped,Water,1.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1100201,27,Proposed,ID_S_OR_E,Central_PV,Solar,124.1600037,46582.33125,0,20,0,0.02,NULL,23,NULL, +1000285,15,Proposed,CA_PGE_S,Commercial_PV,Solar,140.8320007,0,0,20,0,0.02,NULL,23,NULL, +1191185321,25,Proposed,CO_SW,Wind,Wind,300,47848.63556,0,30,0.05,0.006,NULL,23,NULL, +1113974,33,Proposed,NM_N,Central_PV,Solar,53.33000183,115899.831,0,20,0,0.02,NULL,23,NULL, +1191183127,5,Proposed,AZ_NW,Wind,Wind,480,77748.26944,0,30,0.05,0.006,NULL,23,NULL, +1191209495,26,Proposed,ID_E,CCGT,Gas,NULL," 70,251.14 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +156998,33,RC Energy AA LLC Solar Facility,NM_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +157142,29,South Peak Wind,MT_NE,Wind,Wind,80,0,0,20,0,0,NULL,23,existing_generator, +1001348,35,Proposed,NV_N,Residential_PV,Solar,29.21100044,0,0,20,0,0.02,NULL,23,NULL, +1112722,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.24000001,49846.20375,0,20,0.06,0,NULL,23,NULL, +156832,37,Bear Creek Solar Center,OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1000462,25,Proposed,CO_SW,Residential_PV,Solar,1132.27002,0,0,20,0,0.02,NULL,23,NULL, +1191185169,25,Proposed,CO_SW,Wind,Wind,30,96229.65598,0,30,0.05,0.006,NULL,23,NULL, +154357,6,Agua Fria,AZ_PHX,Gas_Steam_Turbine,Gas,390.4,0,6.0375,60,0.04,0.06,18.15,23,existing_generator, +156913,14,Stage Gulch Solar,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +154674,29,Ryan,MT_NE,Hydro_NonPumped,Water,52.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110921,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.559999943,94463.9325,0,20,0.06,0,NULL,23,NULL, +1110468,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,92.20999908,175401.45,0,20,0.06,0,NULL,23,NULL, +1109527,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,80.87999725,118373.64,0,20,0.06,0,NULL,23,NULL, +154797,50,Fontenelle,WY_SW,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106361,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,107.8099976,52905.52764,0,20,0.06,0,NULL,23,NULL, +155499,40,Klondike Wind Power,OR_WA_BPA,Wind,Wind,24.5,0,0,20,0,0,NULL,23,existing_generator, +1118820,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,2.380000114,90412.28889,0,20,0.06,0,NULL,23,NULL, +1191182666,39,Proposed,OR_W,Wind,Wind,30,66038.05236,0,30,0.05,0.006,NULL,23,NULL, +156885,16,Voyager Wind III,CA_SCE_CEN,Wind,Wind,43.2,0,0,20,0,0,NULL,23,existing_generator, +1001702,3,Proposed,AZ_APS_SW,Residential_PV,Solar,283.7640076,0,0,20,0,0.02,NULL,23,NULL, +1191209213,22,Proposed,CO_DEN,Bio_Gas,Bio_Gas,NULL,69511.67139,16.0398,20,0.11,0.04,13.5,23,NULL, +156530,10,"Imperial Valley Solar Co (IVSC) 2, LLC",CA_IID,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +157833,8,Ghost,CAN_ALB,Hydro_NonPumped,Water,59,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1101025,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,1554.72998,137136.9825,0,20,0.06,0,NULL,23,NULL, +1114866,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,34.15000153," 96,553.76 ",0,20,0.06,0,NULL,23,NULL, +1191185323,25,Proposed,CO_SW,Wind,Wind,60,40809.15111,0,30,0.05,0.006,NULL,23,NULL, +1107230,4,Proposed,AZ_NM_N,Central_PV,Solar,8.390000343,47641.30875,0,20,0,0.02,NULL,23,NULL, +154398,13,Haas,CA_PGE_CEN,Hydro_NonPumped,Water,135,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103849,17,Proposed,CA_SCE_S,Central_PV,Solar,1.120000005,44909.82111,0,20,0,0.02,NULL,23,NULL, +1115380,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.690000057,105374.7799,0,20,0.06,0,NULL,23,NULL, +1191185331,44,Proposed,WA_N_CEN,Wind,Wind,120,42751.17431,0,30,0.05,0.006,NULL,23,NULL, +156756,17,Millikan BESS,CA_SCE_S,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1104080,6,Proposed,AZ_PHX,Central_PV,Solar,44.47999954,50701.84014,0,20,0,0.02,NULL,23,NULL, +1115317,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,9.420000076,61430.11444,0,20,0.06,0,NULL,23,NULL, +1108697,5,Proposed,AZ_NW,Central_PV,Solar,3.220000029,55664.41986,0,20,0,0.02,NULL,23,NULL, +1113317,20,Proposed,CA_SDGE,Central_PV,Solar,6.460000038,101201.5372,0,20,0,0.02,NULL,23,NULL, +156413,16,Lone Valley Solar Park II LLC,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1118691,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,7.829999924,177292.395,0,20,0.06,0,NULL,23,NULL, +1191185526,43,Proposed,WA_ID_AVA,Wind,Wind,30,54811.56639,0,30,0.05,0.006,NULL,23,NULL, +1104898,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,33.52000046,40877.13431,0,20,0.06,0,NULL,23,NULL, +1113121,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,19.59000015,83037.71848,0,20,0.06,0,NULL,23,NULL, +156453,37,Old Mill Solar,OR_E,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156473,16,SCE-Snowline-White Road (South),CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1116624,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,70.61000061,67862.46694,0,20,0.06,0,NULL,23,NULL, +1191209755,36,Proposed,NV_S,Battery_Storage,Electricity,NULL,77646.11306,0,10,0.02,0.0055,NULL,23,NULL, +1106429,3,Proposed,AZ_APS_SW,Central_PV,Solar,15.14999962,43624.43736,0,20,0,0.02,NULL,23,NULL, +1116371,13,Proposed,CA_PGE_CEN,Central_PV,Solar,13.17000008,45305.03681,0,20,0,0.02,NULL,23,NULL, +1118775,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,65.55999756,47819.89611,0,20,0.06,0,NULL,23,NULL, +1112189,33,Proposed,NM_N,Central_PV,Solar,18.71999931,62246.02125,0,20,0,0.02,NULL,23,NULL, +155314,36,Saguaro Power,NV_S,CCGT,Gas,127.2,0,5.9409,40,0.04,0.06,13.192,23,existing_generator, +1117302,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,49.36999893,44125.79514,0,20,0.06,0,NULL,23,NULL, +1191184192,24,Proposed,CO_NW,Wind,Wind,60,102840.2374,0,30,0.05,0.006,NULL,23,NULL, +156672,16,Antelope Big Sky Ranch,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1109564,10,Proposed,CA_IID,Central_PV,Solar,11.44999981,48683.14069,0,20,0,0.02,NULL,23,NULL, +1113988,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,40.99000168,43957.58944,0,20,0.06,0,NULL,23,NULL, +1114033,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.99000001,64284.52181,0,20,0.06,0,NULL,23,NULL, +1105696,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,8.399999619,46441.29431,0,20,0.06,0,NULL,23,NULL, +156517,19,Nicolis Solar PV Plant,CA_SCE_VLY,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +154504,11,Foothill,CA_LADWP,Hydro_NonPumped,Water,10.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +154727,39,Hills Creek,OR_W,Hydro_NonPumped,Water,30,0,0,200,0.05,0.05,NULL,23,existing_generator, +157866,9,Clowhom,CAN_BC,Hydro_NonPumped,Water,33,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1102054,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,324.9400024,49733.3025,0,20,0.06,0,NULL,23,NULL, +1118633,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,41.70000076,55624.57236,0,20,0,0.02,NULL,23,NULL, +1118790,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,4.539999962,52054.1175,0,20,0.06,0,NULL,23,NULL, +156315,15,Orion Solar II,CA_PGE_S,Central_PV,Solar,8,0,0,20,0,0,NULL,23,existing_generator, +1000424,6,Proposed,AZ_PHX,Residential_PV,Solar,62.59500122,0,0,20,0,0.02,NULL,23,NULL, +1191182640,39,Proposed,OR_W,Wind,Wind,30,53230.34514,0,30,0.05,0.006,NULL,23,NULL, +1191184758,33,Proposed,NM_N,Wind,Wind,30,63470.78944,0,30,0.05,0.006,NULL,23,NULL, +1191210889,9,Proposed,CAN_BC,Wind,Wind,57.67250061,157407.285,0,30,0.05,0.006,NULL,23,NULL, +154359,6,Horse Mesa,AZ_PHX,Hydro_Pumped,Water,99.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117493,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,52.43000031,66886.20319,0,20,0,0.02,NULL,23,NULL, +155867,16,Manzana Wind LLC,CA_SCE_CEN,Wind,Wind,189,0,0,20,0,0,NULL,23,existing_generator, +156600,27,Murphy Flat Solar,ID_S_OR_E,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1105316,41,Proposed,UT_N,Central_PV,Solar,69.08000183,58770.95889,0,20,0,0.02,NULL,23,NULL, +1191182549,36,Proposed,NV_S,Wind,Wind,60,158188.5375,0,30,0.05,0.006,NULL,23,NULL, +1117794,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,6.630000114,85708.95375,0,20,0.06,0,NULL,23,NULL, +1116126,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.089999914,151000.29,0,20,0.06,0,NULL,23,NULL, +156495,27,Durbin Creek Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +1000834,40,Proposed,OR_WA_BPA,Residential_PV,Solar,2877.97998,0,0,20,0,0.02,NULL,23,NULL, +154505,11,Franklin (CA),CA_LADWP,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155614,5,Black Mountain Generating Station,AZ_NW,Gas_Combustion_Turbine,Gas,121,0,6.0375,40,0.04,0.06,9.822,23,existing_generator, +155971,16,Pacific Wind LLC,CA_SCE_CEN,Wind,Wind,151.7,0,0,20,0,0,NULL,23,existing_generator, +1000808,2,Proposed,AZ_APS_N,Residential_PV,Solar,107.1070023,0,0,20,0,0.02,NULL,23,NULL, +1111265,4,Proposed,AZ_NM_N,Central_PV,Solar,9.770000458,54810.71736,0,20,0,0.02,NULL,23,NULL, +1191184074,46,Proposed,WA_W,Wind,Wind,30,48907.73569,0,30,0.05,0.006,NULL,23,NULL, +1191185698,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,30,292560.345,0,30,0.05,0.006,NULL,23,NULL, +155151,46,Nippon Dynawave Packaging Longview WA,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,31.4,0,13.35495,20,0.04,0.06,11.511,23,existing_generator, +155458,40,FPL Energy Vansycle LLC (WA),OR_WA_BPA,Wind,Wind,176.9,0,0,20,0,0,NULL,23,existing_generator, +1108707,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.809999943,53072.40319,0,20,0.06,0,NULL,23,NULL, +1113088,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,114.8499985,72208.74056,0,20,0.06,0,NULL,23,NULL, +1191210414,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,38.5,0,4.1213235,20,0.04,0.06,6.78868,23,NULL, +1107263,16,Proposed,CA_SCE_CEN,Central_PV,Solar,4.949999809,82108.66986,0,20,0,0.02,NULL,23,NULL, +1108177,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.450000048,44919.72639,0,20,0.06,0,NULL,23,NULL, +1191182701,39,Proposed,OR_W,Wind,Wind,30,93698.25486,0,30,0.05,0.006,NULL,23,NULL, +1191209531,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,NULL,92435.81361,33.5769,20,0.03,0.05,10.39,23,NULL, +1115648,2,Proposed,AZ_APS_N,Central_PV,Solar,7.289999962,39469.67278,0,20,0,0.02,NULL,23,NULL, +1191182550,36,Proposed,NV_S,Wind,Wind,60,159810.21,0,30,0.05,0.006,NULL,23,NULL, +1191185273,25,Proposed,CO_SW,Wind,Wind,30,55133.72361,0,30,0.05,0.006,NULL,23,NULL, +155825,26,"Kettle Butte Digester, LLC",ID_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.8,0,6.0375,20,0.04,0.06,11.333,23,existing_generator, +156514,17,"Colton Solar One, LLC",CA_SCE_S,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1104050,42,Proposed,UT_S,Central_PV,Solar,8.170000076,48965.3325,0,20,0,0.02,NULL,23,NULL, +1105956,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,34.72999954,191604.8925,0,20,0.06,0,NULL,23,NULL, +1116333,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,1.940000057,50186.47819,0,20,0.06,0,NULL,23,NULL, +1106017,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.25,95923.92264,0,20,0.06,0,NULL,23,NULL, +1191210401,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,31,0,16.844625,40,0.1288,0.0915,15.1097,23,NULL, +154367,13,McClure,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,71.2,0,6.0375,40,0.04,0.06,11.075,23,existing_generator, +1110956,36,Proposed,NV_S,Central_PV,Solar,13.06000042,50004.86736,0,20,0,0.02,NULL,23,NULL, +1115325,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,14.56000042,65376.82819,0,20,0.06,0,NULL,23,NULL, +1191210438,40,Proposed,OR_WA_BPA,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,5,0,16.844625,40,0.1288,0.0915,5.04595,23,NULL, +1100358,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,2578.290039,44159.4825,0,20,0.06,0,NULL,23,NULL, +155183,43,Upriver Dam Hydro Plant,WA_ID_AVA,Hydro_NonPumped,Water,17.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104336,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,16.45000076,57387.88556,0,20,0.06,0,NULL,23,NULL, +1101091,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,162.4700012,48420.26889,0,20,0.06,0,NULL,23,NULL, +154545,14,Edward C Hyatt,CA_PGE_N,Hydro_NonPumped,Water,351,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001313,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,124.2210007,0,0,20,0,0.02,NULL,23,NULL, +155763,43,Lower Snake River Wind Energy Project,WA_ID_AVA,Wind,Wind,342.7,0,0,20,0,0,NULL,23,existing_generator, +154889,22,Rawhide,CO_DEN,Gas_Combustion_Turbine,Gas,506.8,0,6.0375,40,0.04,0.06,6.91,23,existing_generator, +1110503,18,Proposed,CA_SCE_SE,Central_PV,Solar,5.75,52933.54069,0,20,0,0.02,NULL,23,NULL, +1105443,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,10.52000046,47223.27319,0,20,0.06,0,NULL,23,NULL, +1103703,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.319999933,72980.57361,0,20,0.06,0,NULL,23,NULL, +1104982,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.589999914,95704.88402,0,20,0.06,0,NULL,23,NULL, +1102951,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,11.71000004,73191.28236,0,20,0.06,0,NULL,23,NULL, +155678,12,Ameresco Ox Mountain,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,11.4,0,6.0375,20,0.04,0.06,11.184,23,existing_generator, +77399,20,SanDiegoSouth: 480,CA_SDGE,Wind,Wind,24,115299.45,0,30,0.05,0.006,NULL,23,NULL, +154682,35,Fort Churchill,NV_N,Gas_Steam_Turbine,Gas,230,0,6.0375,57,0.04,0.06,7.982,23,existing_generator, +1118419,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.279999971,63533.45681,0,20,0.06,0,NULL,23,NULL, +1108223,2,Proposed,AZ_APS_N,Central_PV,Solar,8.289999962,71276.18736,0,20,0,0.02,NULL,23,NULL, +1116557,35,Proposed,NV_N,Central_PV,Solar,6.119999886,65955.33861,0,20,0,0.02,NULL,23,NULL, +156718,16,"Bayshore Solar C, LLC",CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +157999,8,MedcnHt9,CAN_ALB,Gas_Combustion_Turbine,Gas,44.9,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1109534,2,Proposed,AZ_APS_N,Central_PV,Solar,65.81999969,63863.10431,0,20,0,0.02,NULL,23,NULL, +156520,33,Meadow Lake Solar Energy Center,NM_N,Central_PV,Solar,9.1,0,0,20,0,0,NULL,23,existing_generator, +1107497,13,Proposed,CA_PGE_CEN,Central_PV,Solar,3.440000057,64030.22514,0,20,0,0.02,NULL,23,NULL, +154715,38,River Mill,OR_PDX,Hydro_NonPumped,Water,18.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104912,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,44.66999817,56907.54111,0,20,0.06,0,NULL,23,NULL, +156068,3,Foothills Solar Plant,AZ_APS_SW,Central_PV,Solar,35,0,0,20,0,0,NULL,23,existing_generator, +1119037,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,24.90999985,59314.93764,0,20,0.06,0,NULL,23,NULL, +154403,14,Humboldt Bay,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,167,0,33.579,20,0.04,0.06,10.319,23,existing_generator, +157937,9,Walter_Hardman,CAN_BC,Hydro_NonPumped,Water,8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191182733,47,Proposed,WY_NE,Wind,Wind,210,50771.51194,0,30,0.05,0.006,NULL,23,NULL, +1191209233,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,63,89447.37375,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1119062,9,Proposed,CAN_BC,Central_PV,Solar,2.900000095,94605.33264,0,20,0,0.02,NULL,23,NULL, +1191209610,41,Proposed,UT_N,Coal_IGCC,Coal,NULL,70251.1425,7.3442565,40,0.08,0.12,7.95,23,NULL, +154388,14,Coleman PH,CA_PGE_N,Hydro_NonPumped,Water,12.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102853,33,Proposed,NM_N,Central_PV,Solar,141.0099945,90374.61111,0,20,0,0.02,NULL,23,NULL, +1113418,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.619999886,67704.28444,0,20,0.06,0,NULL,23,NULL, +1116601,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.710000038,158004.9975,0,20,0.06,0,NULL,23,NULL, +1100568,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,432.8599854,51794.505,0,20,0.06,0,NULL,23,NULL, +1111740,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,48.99000168,49492.04306,0,20,0.06,0,NULL,23,NULL, +1102336,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,1.429999948,59425.42389,0,20,0.06,0,NULL,23,NULL, +1111340,5,Proposed,AZ_NW,Central_PV,Solar,21.77000046,79085.81625,0,20,0,0.02,NULL,23,NULL, +1114426,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,148.8600006,49379.505,0,20,0.06,0,NULL,23,NULL, +1112234,7,Proposed,AZ_SE,Central_PV,Solar,68.61000061,82480.45723,0,20,0,0.02,NULL,23,NULL, +157096,13,"Sierra Energy Storage, LLC",CA_PGE_CEN,Battery_Storage,Electricity,10,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191185045,22,Proposed,CO_DEN,Wind,Wind,60,41721.54,0,30,0.05,0.006,NULL,23,NULL, +155034,41,Snowbird Power Plant,UT_N,Gas_Internal_Combustion_Engine,Gas,1.8,0,33.579,20,0.04,0.06,9.104,23,existing_generator, +154910,2,Waddell,AZ_APS_N,Hydro_Pumped,Water,40,0,0,200,0.05,0.05,NULL,23,existing_generator, +156679,23,"San Isabel Solar, LLC",CO_E,Central_PV,Solar,30,0,0,20,0,0,NULL,23,existing_generator, +1191182554,36,Proposed,NV_S,Wind,Wind,60,146076.105,0,30,0.05,0.006,NULL,23,NULL, +1191184946,36,Proposed,NV_S,Wind,Wind,420,58759.84611,0,30,0.05,0.006,NULL,23,NULL, +1108762,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,110.3600006,52658.23069,0,20,0.06,0,NULL,23,NULL, +1117387,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.230000019,99158.08875,0,20,0.06,0,NULL,23,NULL, +1191209651,32,Proposed,MT_SW,Coal_Steam_Turbine,Coal,NULL,70251.1425,4.166232,40,0.06,0.1,9,23,NULL, +1191183378,24,Proposed,CO_NW,Wind,Wind,30,42319.01194,0,30,0.05,0.006,NULL,23,NULL, +1109558,2,Proposed,AZ_APS_N,Central_PV,Solar,53.86999893,61608.82444,0,20,0,0.02,NULL,23,NULL, +1102430,2,Proposed,AZ_APS_N,Central_PV,Solar,173.6999969,89197.42125,0,20,0,0.02,NULL,23,NULL, +1191182525,36,Proposed,NV_S,Wind,Wind,30,88901.22527,0,30,0.05,0.006,NULL,23,NULL, +156608,13,Adera Solar,CA_PGE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156855,37,"OR Solar 6, LLC",OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1117471,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,14.44999981,114777.1013,0,20,0.06,0,NULL,23,NULL, +1105508,16,Proposed,CA_SCE_CEN,Central_PV,Solar,18.59000015,71438.59611,0,20,0,0.02,NULL,23,NULL, +1112026,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,20.42000008,57498.00861,0,20,0.06,0,NULL,23,NULL, +156236,17,Desert Hot Springs Solar,CA_SCE_S,Central_PV,Solar,2.3,0,0,20,0,0,NULL,23,existing_generator, +1104254,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.109999895,64650.15375,0,20,0,0.02,NULL,23,NULL, +1191209561,42,Proposed,UT_S,Gas_Combustion_Turbine,Gas,NULL,70251.1425,33.5769,20,0.03,0.05,10.39,23,NULL, +157139,16,Acorn I Energy Storage LLC,CA_SCE_CEN,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1114237,21,Proposed,CA_SMUD,CSP_Trough_6h_Storage,Solar,15.76000023,47965.64514,0,20,0.06,0,NULL,23,NULL, +154850,40,Roza,OR_WA_BPA,Hydro_NonPumped,Water,12.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109965,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,5.679999828,85470.83098,0,20,0.06,0,NULL,23,NULL, +155902,33,Albuquerque Solar Energy Center,NM_N,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +156024,11,North Hollywood,CA_LADWP,Hydro_NonPumped,Water,6.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +158056,8,Weldwood2,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,29,0,4.679173726,40,0.1288,0.0915,5.795949936,23,existing_generator, +155322,14,Three Forks Water Power Project,CA_PGE_N,Hydro_NonPumped,Water,1.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1002034,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,66.76799774,0,0,20,0,0.02,NULL,23,NULL, +1115706,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,1.399999976,67594.88306,0,20,0.06,0,NULL,23,NULL, +156080,13,Axium Modesto Solar,CA_PGE_CEN,Central_PV,Solar,25,0,0,20,0,0,NULL,23,existing_generator, +156221,23,CSU Pueblo,CO_E,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +77473,17,RiversideCounty_Partial: 595,CA_SCE_S,Wind,Wind,10,44993.55,0,30,0.05,0.006,NULL,23,NULL, +157872,9,East_Toba_River,CAN_BC,Hydro_NonPumped,Water,146.1,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1102661,35,Proposed,NV_N,Central_PV,Solar,1.190000057,106096.7422,0,20,0,0.02,NULL,23,NULL, +1104622,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,7.769999981,113338.0065,0,20,0.06,0,NULL,23,NULL, +1106413,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.680000067,155858.0625,0,20,0.06,0,NULL,23,NULL, +1118923,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,29.71999931,51790.8825,0,20,0.06,0,NULL,23,NULL, +1191184007,38,Proposed,OR_PDX,Wind,Wind,30,47529.97819,0,30,0.05,0.006,NULL,23,NULL, +158044,8,AUR_GTG2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,35.25579912,20,0.03,0.05,3.951999903,23,existing_generator, +1001789,33,Proposed,NM_N,Commercial_PV,Solar,11.42679977,0,0,20,0,0.02,NULL,23,NULL, +1106026,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,271.1099854,80018.85527,0,20,0.06,0,NULL,23,NULL, +1191185256,2,Proposed,AZ_APS_N,Wind,Wind,390,37738.48097,0,30,0.05,0.006,NULL,23,NULL, +156788,20,Ramona Solar Energy,CA_SDGE,Central_PV,Solar,4.3,0,0,20,0,0,NULL,23,existing_generator, +155916,34,"Hatch Solar Energy Center I, LLC",NM_S_TX_EPE,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1191210875,9,Proposed,CAN_BC,Wind,Wind,265.3169861,192371.655,0,30,0.05,0.006,NULL,23,NULL, +1108804,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,21.68000031,59176.07514,0,20,0.06,0,NULL,23,NULL, +1110925,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,3.349999905,96954.64652,0,20,0.06,0,NULL,23,NULL, +1102225,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,120,41855.69514,0,20,0.06,0,NULL,23,NULL, +1109245,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,18.26000023,74119.49139,0,20,0.06,0,NULL,23,NULL, +1191209408,26,Proposed,ID_E,Geothermal,Geothermal,10,130847.115,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210455,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,0,33.5769,20,0.03,0.05,7.47943,23,NULL, +155908,40,PaTu Wind Farm LLC,OR_WA_BPA,Wind,Wind,9,0,0,20,0,0,NULL,23,existing_generator, +1112021,3,Proposed,AZ_APS_SW,Central_PV,Solar,8.909999847,53262.70236,0,20,0,0.02,NULL,23,NULL, +1118682,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,15.43999958,144292.6275,0,20,0.06,0,NULL,23,NULL, +1105505,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.129999995,61148.28111,0,20,0,0.02,NULL,23,NULL, +1116933,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.539999962,79332.99527,0,20,0.06,0,NULL,23,NULL, +1107728,35,Proposed,NV_N,Central_PV,Solar,2.029999971,188942.355,0,20,0,0.02,NULL,23,NULL, +1113508,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,12.38000011,38153.98125,0,20,0.06,0,NULL,23,NULL, +157039,29,Jawbone Wind Project,MT_NE,Wind,Wind,80,0,0,20,0,0,NULL,23,existing_generator, +1191210409,19,Proposed,CA_SCE_VLY,Coal_Steam_Turbine_Cogen,Coal,38.20000076,0,4.166232,40,0.06,0.1,10.7147,23,NULL, +1100868,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,261.2000122,98754.53848,0,20,0.06,0,NULL,23,NULL, +1191209570,1,Proposed,AZ_APS_E,Coal_IGCC,Coal,NULL," 69,511.67 ",7.3442565,40,0.08,0.12,7.95,23,NULL, +1104919,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,26.31999969,76852.06389,0,20,0.06,0,NULL,23,NULL, +1106858,35,Proposed,NV_N,Central_PV,Solar,5.800000191,65635.35111,0,20,0,0.02,NULL,23,NULL, +1191183134,5,Proposed,AZ_NW,Wind,Wind,30,43787.09139,0,30,0.05,0.006,NULL,23,NULL, +1191210535,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,100,0,4.1213235,20,0.04,0.06,5.45069,23,NULL, +1106018,42,Proposed,UT_S,Central_PV,Solar,13.61999989,97101.71625,0,20,0,0.02,NULL,23,NULL, +1114363,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,20,79309.08111,0,20,0.06,0,NULL,23,NULL, +156343,20,Valley Center 1,CA_SDGE,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1191183268,41,Proposed,UT_N,Wind,Wind,30,72213.20736,0,30,0.05,0.006,NULL,23,NULL, +1191184037,46,Proposed,WA_W,Wind,Wind,30,92573.83652,0,30,0.05,0.006,NULL,23,NULL, +155900,13,Algonquin Power Sanger LLC,CA_PGE_CEN,CCGT,Gas,61.5,0,5.9409,40,0.04,0.06,12.957,23,existing_generator, +1118834,5,Proposed,AZ_NW,Central_PV,Solar,12.40999985,47784.03431,0,20,0,0.02,NULL,23,NULL, +1109944,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,7.090000153,46531.61625,0,20,0.06,0,NULL,23,NULL, +157854,9,Bridge_River_1,CAN_BC,Hydro_NonPumped,Water,200,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1115324,16,Proposed,CA_SCE_CEN,Central_PV,Solar,14.56000042,65376.82819,0,20,0,0.02,NULL,23,NULL, +1191210536,39,Proposed,OR_W,CCGT_Cogen,Gas,96,0,4.1213235,20,0.04,0.06,6.5886,23,NULL, +77408,16,Tehachapi: 509,CA_SCE_CEN,Wind,Wind,67,86744.7,0,30,0.05,0.006,NULL,23,NULL, +156813,25,Shavano Falls Hydro,CO_SW,Hydro_NonPumped,Water,2.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001484,3,Proposed,AZ_APS_SW,Residential_PV,Solar,73.72299957,0,0,20,0,0.02,NULL,23,NULL, +1110277,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,13.53999996,58045.36931,0,20,0.06,0,NULL,23,NULL, +77405,14,LassenNorth: 506,CA_PGE_N,Wind,Wind,44,111022.8,0,30,0.05,0.006,NULL,23,NULL, +1112084,19,Proposed,CA_SCE_VLY,Central_PV,Solar,17.12999916,51143.42194,0,20,0,0.02,NULL,23,NULL, +154598,23,Trinidad (CO),CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5.4,0,33.579,20,0.04,0.06,7.315,23,existing_generator, +1001144,33,Proposed,NM_N,Residential_PV,Solar,34.77500153,0,0,20,0,0.02,NULL,23,NULL, +1110909,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,32.70999908,81265.47639,0,20,0.06,0,NULL,23,NULL, +1109232,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,28.87000084,83472.30527,0,20,0.06,0,NULL,23,NULL, +156121,2,Perrin Ranch Wind LLC,AZ_APS_N,Wind,Wind,99.2,0,0,20,0,0,NULL,23,existing_generator, +156425,16,Victor Mesa Linda B2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1102141,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,133.9100037,70211.53556,0,20,0.06,0,NULL,23,NULL, +1118752,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,25.36000061,60719.01486,0,20,0.06,0,NULL,23,NULL, +1104119,1,Proposed,AZ_APS_E,Central_PV,Solar,524.8300171," 47,502.08 ",0,20,0,0.02,NULL,23,NULL, +1115277,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,58.29999924,112591.5263,0,20,0.06,0,NULL,23,NULL, +1102634,28,Proposed,MEX_BAJA,Central_PV,Solar,1.820000052,63332.64861,0,20,0,0.02,NULL,23,NULL, +1111323,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,3.470000029,103662.4222,0,20,0.06,0,NULL,23,NULL, +1000083,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,8.4708004,0,0,20,0,0.02,NULL,23,NULL, +1191183792,40,Proposed,OR_WA_BPA,Wind,Wind,30,74163.80569,0,30,0.05,0.006,NULL,23,NULL, +155174,13,Site 980 65,CA_PGE_CEN,Hydro_NonPumped,Water,2.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106040,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.730000019,46457.95875,0,20,0.06,0,NULL,23,NULL, +155166,35,New Lahontan,NV_N,Hydro_NonPumped,Water,4,0,0,200,0.05,0.05,NULL,23,existing_generator, +158087,8,Wind_EP_Can_29,CAN_ALB,Wind,Wind,81.6,0,0,30,0.05,0.006,NULL,23,existing_generator, +1108341,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,1.350000024,53479.57125,0,20,0.06,0,NULL,23,NULL, +158063,8,Wind_EP_Can_5,CAN_ALB,Wind,Wind,54,0,0,30,0.05,0.006,NULL,23,existing_generator, +1114877,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.119999886,90519.63375,0,20,0,0.02,NULL,23,NULL, +155414,15,Sunrise Power LLC,CA_PGE_S,CCGT,Gas,605.4,0,5.9409,40,0.04,0.06,13.184,23,existing_generator, +1107716,7,Proposed,AZ_SE,Central_PV,Solar,12.71000004,48090.37611,0,20,0,0.02,NULL,23,NULL, +1117822,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,11.55000019,68191.27014,0,20,0.06,0,NULL,23,NULL, +156282,12,One Market Plaza,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,1.5,0,33.579,20,0.04,0.06,10.384,23,existing_generator, +1100960,4,Proposed,AZ_NM_N,Central_PV,Solar,456.5100098,46200.88389,0,20,0,0.02,NULL,23,NULL, +1108964,35,Proposed,NV_N,Central_PV,Solar,34.90000153,140592.8475,0,20,0,0.02,NULL,23,NULL, +1191209545,26,Proposed,ID_E,Gas_Combustion_Turbine,Gas,NULL,70251.1425,33.5769,20,0.03,0.05,10.39,23,NULL, +1119035,9,Proposed,CAN_BC,Central_PV,Solar,24.90999985,59314.93764,0,20,0,0.02,NULL,23,NULL, +157045,15,Windhub Solar A LLC,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1104145,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,1.399999976,81731.44875,0,20,0.06,0,NULL,23,NULL, +1117457,33,Proposed,NM_N,Central_PV,Solar,70.15000153,113787.4324,0,20,0,0.02,NULL,23,NULL, +155764,14,FPL Energy Montezuma Winds LLC,CA_PGE_N,Wind,Wind,36.8,0,0,20,0,0,NULL,23,existing_generator, +157079,36,Techren Solar IV LLC,NV_S,Central_PV,Solar,25,0,0,20,0,0,NULL,23,existing_generator, +1110168,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.819999933,80668.84875,0,20,0.06,0,NULL,23,NULL, +155137,14,Sierra Pacific Loyalton Facility,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,20,0,13.35495,20,0.04,0.06,11.535,23,existing_generator, +156988,12,Guadalupe Solar Farm,CA_PGE_BAY,Central_PV,Solar,1.7,0,0,20,0,0,NULL,23,existing_generator, +155648,40,Potholes East Canal 66.0,OR_WA_BPA,Hydro_NonPumped,Water,2.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209285,9,Proposed,CAN_BC,Geothermal,Geothermal,16,119520.6424,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156737,16,"Golden Fields Solar I, LLC",CA_SCE_CEN,Central_PV,Solar,54,0,0,20,0,0,NULL,23,existing_generator, +1191183186,47,Proposed,WY_NE,Wind,Wind,30,79062.39264,0,30,0.05,0.006,NULL,23,NULL, +1191209382,26,Proposed,ID_E,Geothermal,Geothermal,15,55767.54319,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1101982,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,569.6799927,46058.39889,0,20,0.06,0,NULL,23,NULL, +155096,27,Magic Dam Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109492,18,Proposed,CA_SCE_SE,Central_PV,Solar,4.480000019,86886.62473,0,20,0,0.02,NULL,23,NULL, +1110108,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.690000057,99778.74375,0,20,0.06,0,NULL,23,NULL, +156841,39,Mill Creek Solar (OR),OR_W,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +1103227,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,255.6999969,50599.68375,0,20,0.06,0,NULL,23,NULL, +1191185465,43,Proposed,WA_ID_AVA,Wind,Wind,30,59406.70764,0,30,0.05,0.006,NULL,23,NULL, +154400,14,Hamilton Branch,CA_PGE_N,Hydro_NonPumped,Water,2.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106038,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,5.289999962,86074.58098,0,20,0.06,0,NULL,23,NULL, +1112157,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,1.919999957,40168.93556,0,20,0.06,0,NULL,23,NULL, +155440,3,Mesquite Generating Station Block 2,AZ_APS_SW,CCGT,Gas,691.6,0,5.9409,40,0.04,0.06,12.126,23,existing_generator, +1106585,30,Proposed,MT_NW,Central_PV,Solar,3.339999914,65784.23681,0,20,0,0.02,NULL,23,NULL, +1107293,35,Proposed,NV_N,Central_PV,Solar,30.29999924,89620.40473,0,20,0,0.02,NULL,23,NULL, +1191184193,42,Proposed,UT_S,Wind,Wind,30,68420.81306,0,30,0.05,0.006,NULL,23,NULL, +156711,46,Glacier Battery Storage,WA_W,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191183305,24,Proposed,CO_NW,Wind,Wind,30,70582.60125,0,30,0.05,0.006,NULL,23,NULL, +156188,16,Solar Star 2,CA_SCE_CEN,Central_PV,Solar,279,0,0,20,0,0,NULL,23,existing_generator, +156696,22,Bison Solar LLC,CO_DEN,Central_PV,Solar,30,0,0,20,0,0,NULL,23,existing_generator, +156070,15,Alpaugh 50,CA_PGE_S,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +157892,9,McNair_Creek_Hydro_Project,CAN_BC,Hydro_NonPumped,Water,9.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191182460,36,Proposed,NV_S,Wind,Wind,30,49142.23125,0,30,0.05,0.006,NULL,23,NULL, +1106798,35,Proposed,NV_N,Central_PV,Solar,80.09999847,131013.75,0,20,0,0.02,NULL,23,NULL, +1109218,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,8.029999733,81547.42764,0,20,0.06,0,NULL,23,NULL, +1191209507,38,Proposed,OR_PDX,CCGT,Gas,NULL," 76,906.52 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +156071,41,Salt Palace Solar Gen Plant,UT_N,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1107746,17,Proposed,CA_SCE_S,Central_PV,Solar,47.29000092,103196.5725,0,20,0,0.02,NULL,23,NULL, +1103763,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.069999933,90875.84625,0,20,0.06,0,NULL,23,NULL, +1106587,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,3.339999914,65784.23681,0,20,0.06,0,NULL,23,NULL, +1112721,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.24000001,49846.20375,0,20,0.06,0,NULL,23,NULL, +1109440,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,6.400000095,67201.47861,0,20,0.06,0,NULL,23,NULL, +1191209225,18,Proposed,CA_SCE_SE,Bio_Gas,Bio_Gas,NULL,82822.425,16.0398,20,0.11,0.04,13.5,23,NULL, +1110931,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,16.07999992,53866.45236,0,20,0.06,0,NULL,23,NULL, +1116133,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,48,53098.12389,0,20,0.06,0,NULL,23,NULL, +1110947,36,Proposed,NV_S,Central_PV,Solar,24.17000008,160019.1075,0,20,0,0.02,NULL,23,NULL, +157961,28,BAJA-SL,MEX_BAJA,CCGT,Gas,223,0,3.87403916,20,0.04,0.06,7.099999905,23,existing_generator, +1191210848,9,Proposed,CAN_BC,Wind,Wind,769.3579712,266480.76,0,30,0.05,0.006,NULL,23,NULL, +156535,27,"Mt. Home Solar 1, LLC",ID_S_OR_E,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +155420,48,Beaver Creek Gas Plant,WY_NW,Gas_Combustion_Turbine,Gas,5,0,6.0375,40,0.04,0.06,10.525,23,existing_generator, +1191183866,37,Proposed,OR_E,Wind,Wind,510,79883.97375,0,30,0.05,0.006,NULL,23,NULL, +1106396,7,Proposed,AZ_SE,Central_PV,Solar,6.699999809,65937.47139,0,20,0,0.02,NULL,23,NULL, +77487,17,PalmSprings: 1549,CA_SCE_S,Wind,Wind,101,48784.05,0,30,0.05,0.006,NULL,23,NULL, +1115733,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.690000057,79939.16027,0,20,0.06,0,NULL,23,NULL, +156914,14,Lavio Solar,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +154852,49,Alcova,WY_SE,Hydro_NonPumped,Water,41.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182696,39,Proposed,OR_W,Wind,Wind,30,56199.58764,0,30,0.05,0.006,NULL,23,NULL, +1191183307,50,Proposed,WY_SW,Wind,Wind,30,92742.51861,0,30,0.05,0.006,NULL,23,NULL, +77476,16,SanBernardino_Lucerne: 598,CA_SCE_CEN,Wind,Wind,23,39027.45,0,30,0.05,0.006,NULL,23,NULL, +1108787,16,Proposed,CA_SCE_CEN,Central_PV,Solar,29.95000076,71469.38736,0,20,0,0.02,NULL,23,NULL, +1116463,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,1.389999986,92847.09,0,20,0.06,0,NULL,23,NULL, +155219,13,Covanta Stanislaus Energy,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,24,0,13.35495,20,0.04,0.06,11.935,23,existing_generator, +1116470,17,Proposed,CA_SCE_S,Central_PV,Solar,6.28000021,44793.78319,0,20,0,0.02,NULL,23,NULL, +1103762,17,Proposed,CA_SCE_S,Central_PV,Solar,2.069999933,90875.84625,0,20,0,0.02,NULL,23,NULL, +1191210374,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,19.20000076,0,16.844625,40,0.1288,0.0915,5.54753,23,NULL, +155270,35,Terra-Gen Dixie Valley,NV_N,Geothermal,Geothermal,6.2,0,36.2145,20,0,0,NULL,23,existing_generator, +1191183741,40,Proposed,OR_WA_BPA,Wind,Wind,90,63339.4125,0,30,0.05,0.006,NULL,23,NULL, +1113110,18,Proposed,CA_SCE_SE,Central_PV,Solar,7.380000114,90159.79875,0,20,0,0.02,NULL,23,NULL, +1191209666,47,Proposed,WY_NE,Coal_Steam_Turbine,Coal,NULL,66553.7775,4.166232,40,0.06,0.1,9,23,NULL, +157051,15,Voyager Wind I,CA_PGE_S,Wind,Wind,131.1,0,0,20,0,0,NULL,23,existing_generator, +1113516,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.049999952,68882.07806,0,20,0.06,0,NULL,23,NULL, +1103979,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.579999924,74491.03819,0,20,0.06,0,NULL,23,NULL, +1108741,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.420000076,56928.06861,0,20,0.06,0,NULL,23,NULL, +1115887,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,8.5,51727.36611,0,20,0.06,0,NULL,23,NULL, +1001862,33,Proposed,NM_N,Residential_PV,Solar,19.47400093,0,0,20,0,0.02,NULL,23,NULL, +77465,14,PlumasCounty: 581,CA_PGE_N,Wind,Wind,35,50749.65,0,30,0.05,0.006,NULL,23,NULL, +1114825,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,4.75,50043.87056,0,20,0.06,0,NULL,23,NULL, +154567,22,Cherokee,CO_DEN,CCGT,Gas,625.6,0,5.9409,40,0.04,0.06,11.612,23,existing_generator, +1117386,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.230000019,99158.08875,0,20,0.06,0,NULL,23,NULL, +157843,8,Taylor_Chute,CAN_ALB,Hydro_NonPumped,Water,12.6,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1118740,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,35.95000076,42220.84125,0,20,0.06,0,NULL,23,NULL, +1111777,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,7.369999886,73335.33806,0,20,0.06,0,NULL,23,NULL, +1117846,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,10.03999996,76243.48389,0,20,0.06,0,NULL,23,NULL, +155933,6,Macys Goodyear,AZ_PHX,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +156498,26,BYUI Central Energy Facility,ID_E,Gas_Combustion_Turbine,Gas,5.6,0,6.0375,40,0.04,0.06,11.379,23,existing_generator, +1104040,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,411.7099915,78571.42125,0,20,0.06,0,NULL,23,NULL, +1115731,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,10.11999989,78300.70069,0,20,0.06,0,NULL,23,NULL, +1105765,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,2.5,42372.98625,0,20,0.06,0,NULL,23,NULL, +156193,10,Heber Solar,CA_IID,Central_PV,Solar,10.9,0,0,20,0,0,NULL,23,existing_generator, +156199,10,Centinela Solar Energy,CA_IID,Central_PV,Solar,174.8,0,0,20,0,0,NULL,23,existing_generator, +1100956,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,343.1300049,45907.9425,0,20,0.06,0,NULL,23,NULL, +1116243,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,1.389999986,83631.80848,0,20,0.06,0,NULL,23,NULL, +156257,34,Montana Power Station,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,527.2,0,6.0375,40,0.04,0.06,10,23,existing_generator, +154451,13,Big Creek 3,CA_PGE_CEN,Hydro_NonPumped,Water,174.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106819,4,Proposed,AZ_NM_N,Central_PV,Solar,21.86000061,114947.9625,0,20,0,0.02,NULL,23,NULL, +1110051,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,14.90999985,111782.7465,0,20,0.06,0,NULL,23,NULL, +1001339,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,4.834199905,0,0,20,0,0.02,NULL,23,NULL, +1191185448,43,Proposed,WA_ID_AVA,Wind,Wind,60,52617.17569,0,30,0.05,0.006,NULL,23,NULL, +1106272,22,Proposed,CO_DEN,CSP_Trough_6h_Storage,Solar,31.90999985,45111.83681,0,20,0.06,0,NULL,23,NULL, +1102200,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,69.01999664,44991.32736,0,20,0.06,0,NULL,23,NULL, +1106465,36,Proposed,NV_S,Central_PV,Solar,34.36000061,45801.44194,0,20,0,0.02,NULL,23,NULL, +1104291,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,256.2900085,47944.02806,0,20,0.06,0,NULL,23,NULL, +1000099,15,Proposed,CA_PGE_S,Commercial_PV,Solar,880.3170166,0,0,20,0,0.02,NULL,23,NULL, +1104674,43,Proposed,WA_ID_AVA,Central_PV,Solar,13.68000031,43640.62069,0,20,0,0.02,NULL,23,NULL, +1191185440,22,Proposed,CO_DEN,Wind,Wind,30,61915.16625,0,30,0.05,0.006,NULL,23,NULL, +157940,8,Calgary1,CAN_ALB,CCGT,Gas,158,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1191210068,35,Proposed,NV_N,Geothermal,Geothermal,17,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156045,20,Tule Wind LLC,CA_SDGE,Wind,Wind,143,0,0,20,0,0,NULL,23,existing_generator, +156330,25,South Canal Hydro-3,CO_SW,Hydro_NonPumped,Water,3.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103866,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,23.10000038,47899.59111,0,20,0.06,0,NULL,23,NULL, +1115289,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,28.76000023,45740.94431,0,20,0.06,0,NULL,23,NULL, +1100368,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,146.1000061,73312.27764,0,20,0.06,0,NULL,23,NULL, +1115718,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,3.380000114,75993.53139,0,20,0.06,0,NULL,23,NULL, +1191185171,23,Proposed,CO_E,Wind,Wind,30,57636.14944,0,30,0.05,0.006,NULL,23,NULL, +156220,34,SEV NM Phase 2,NM_S_TX_EPE,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1115024,43,Proposed,WA_ID_AVA,Central_PV,Solar,7.090000153,54373.36181,0,20,0,0.02,NULL,23,NULL, +1111310,2,Proposed,AZ_APS_N,Central_PV,Solar,33.75999832,71882.71556,0,20,0,0.02,NULL,23,NULL, +1115649,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,7.289999962,39469.67278,0,20,0.06,0,NULL,23,NULL, +1191209655,36,Proposed,NV_S,Coal_Steam_Turbine,Coal,NULL,77646.11306,4.166232,40,0.06,0.1,9,23,NULL, +1191183959,27,Proposed,ID_S_OR_E,Wind,Wind,30,117082.0961,0,30,0.05,0.006,NULL,23,NULL, +155095,37,Sprague Hydro,OR_E,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155192,24,Sugarloaf Hydro Plant,CO_NW,Hydro_NonPumped,Water,2.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155404,14,Sutter Energy Center,CA_PGE_N,CCGT,Gas,636,0,5.9409,40,0.04,0.06,7.315,23,existing_generator, +155471,22,Plains End,CO_DEN,Gas_Internal_Combustion_Engine,Gas,114,0,33.579,20,0.04,0.06,9.509,23,existing_generator, +157914,9,Sechelt_Creek,CAN_BC,Hydro_NonPumped,Water,12.5,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1102265,1,Proposed,AZ_APS_E,Central_PV,Solar,304.3500061," 127,091.79 ",0,20,0,0.02,NULL,23,NULL, +156859,13,Foundation California Training Facility,CA_PGE_CEN,Wind,Wind,1.8,0,0,20,0,0,NULL,23,existing_generator, +1191182471,36,Proposed,NV_S,Wind,Wind,30,158589.4275,0,30,0.05,0.006,NULL,23,NULL, +1191184204,7,Proposed,AZ_SE,Wind,Wind,60,51119.75306,0,30,0.05,0.006,NULL,23,NULL, +1191209195,3,Proposed,AZ_APS_SW,Bio_Gas,Bio_Gas,NULL,69511.67139,16.0398,20,0.11,0.04,13.5,23,NULL, +156156,6,Paradise Valley H.S. PV,AZ_PHX,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1108201,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,3.5,52831.87014,0,20,0.06,0,NULL,23,NULL, +1118702,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,9.079999924,114354.9574,0,20,0,0.02,NULL,23,NULL, +1107683,33,Proposed,NM_N,Central_PV,Solar,5.559999943,62249.64375,0,20,0,0.02,NULL,23,NULL, +154691,34,Rio Grande,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,266.5,0,6.0375,60,0.04,0.06,11.223,23,existing_generator, +1106008,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,32.45000076,79441.30236,0,20,0.06,0,NULL,23,NULL, +1107297,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,21.63999939,74129.02875,0,20,0.06,0,NULL,23,NULL, +1118192,41,Proposed,UT_N,Central_PV,Solar,3.019999981,61031.75736,0,20,0,0.02,NULL,23,NULL, +1191182499,36,Proposed,NV_S,Wind,Wind,30,43225.35861,0,30,0.05,0.006,NULL,23,NULL, +155841,7,UASTP I,AZ_SE,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1191185696,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,30,61440.25556,0,30,0.05,0.006,NULL,23,NULL, +155017,14,Gosselin Hydro Plant,CA_PGE_N,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +154697,39,Clearwater 1,OR_W,Hydro_NonPumped,Water,15,0,0,200,0.05,0.05,NULL,23,existing_generator, +157975,8,Sundanc1,CAN_ALB,Coal_Steam_Turbine,Coal,280,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +1002028,23,Proposed,CO_E,Residential_PV,Solar,62.59500122,0,0,20,0,0.02,NULL,23,NULL, +1102838,33,Proposed,NM_N,Central_PV,Solar,646.4099731,63138.00056,0,20,0,0.02,NULL,23,NULL, +156211,16,Vinam,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +157889,9,Lower_Clowhom,CAN_BC,Hydro_NonPumped,Water,11,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1113527,42,Proposed,UT_S,Central_PV,Solar,5.210000038,53010.58014,0,20,0,0.02,NULL,23,NULL, +156112,37,Outback Solar At Christmas Valley,OR_E,Central_PV,Solar,4.4,0,0,20,0,0,NULL,23,existing_generator, +1107416,29,Proposed,MT_NE,Central_PV,Solar,11.23999977,164992.8,0,20,0,0.02,NULL,23,NULL, +1112686,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,88.91999817,88481.49639,0,20,0.06,0,NULL,23,NULL, +1104296,13,Proposed,CA_PGE_CEN,Central_PV,Solar,3.089999914,54945.59889,0,20,0,0.02,NULL,23,NULL, +1001352,3,Proposed,AZ_APS_SW,Residential_PV,Solar,2512.149902,0,0,20,0,0.02,NULL,23,NULL, +1102916,17,Proposed,CA_SCE_S,Central_PV,Solar,4.349999905,93020.24361,0,20,0,0.02,NULL,23,NULL, +1113429,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,22.04999924,51085.57986,0,20,0.06,0,NULL,23,NULL, +1191182697,39,Proposed,OR_W,Wind,Wind,60,56383.24556,0,30,0.05,0.006,NULL,23,NULL, +1111792,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,23.85000038,62073.9525,0,20,0.06,0,NULL,23,NULL, +1111281,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,2.440000057,89565.105,0,20,0.06,0,NULL,23,NULL, +154989,38,Beaver,OR_PDX,CCGT,Gas,586.2,0,5.9409,40,0.04,0.06,26.151,23,existing_generator, +155228,27,Notch Butte Hydro,ID_S_OR_E,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1113526,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,4.659999847,89118.20736,0,20,0.06,0,NULL,23,NULL, +1102448,39,Proposed,OR_W,Central_PV,Solar,1.320000052,44189.91056,0,20,0,0.02,NULL,23,NULL, +1191210594,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,33.5769,20,0.03,0.05,3.952,23,NULL, +155060,16,SEGS IV,CA_SCE_CEN,ST,Solar,34.2,0,0,20,0,0,NULL,23,existing_generator, +1108747,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,48.54999924,51353.64486,0,20,0.06,0,NULL,23,NULL, +1191184103,42,Proposed,UT_S,Wind,Wind,2070,104987.0497,0,30,0.05,0.006,NULL,23,NULL, +156148,11,Central Utilities Plant LAX 2,CA_LADWP,Gas_Combustion_Turbine,Gas,9.2,0,6.0375,40,0.04,0.06,10.461,23,existing_generator, +156279,42,Laho Solar Plant,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1116992,17,Proposed,CA_SCE_S,Central_PV,Solar,2.180000067,91827.83736,0,20,0,0.02,NULL,23,NULL, +1105429,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,7.940000057,109691.9603,0,20,0.06,0,NULL,23,NULL, +1191184450,27,Proposed,ID_S_OR_E,Wind,Wind,30,109546.4565,0,30,0.05,0.006,NULL,23,NULL, +154485,17,Grayson,CA_SCE_S,CCGT,Gas,120.5,0,5.9409,40,0.04,0.06,12.087,23,existing_generator, +155189,13,Sand Bar Power Plant,CA_PGE_CEN,Hydro_NonPumped,Water,16.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115239,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.930000067,80822.92764,0,20,0.06,0,NULL,23,NULL, +156847,13,Amazon - Patterson PV,CA_PGE_CEN,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1191210509,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,42.20000076,0,33.5769,20,0.03,0.05,8.31217,23,NULL, +1191209257,42,Proposed,UT_S,Geothermal,Geothermal,110,64615.13625,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156667,49,"Pioneer Wind Park, LLC",WY_SE,Wind,Wind,80,0,0,20,0,0,NULL,23,existing_generator, +1106852,10,Proposed,CA_IID,Central_PV,Solar,35.54000092,47600.98014,0,20,0,0.02,NULL,23,NULL, +1191210428,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,48.20000076,0,33.5769,20,0.03,0.05,5.64123,23,NULL, +155299,35,Soda Lake Geothermal No I II,NV_N,Geothermal,Geothermal,21,0,36.2145,20,0,0,NULL,23,existing_generator, +1106022,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,33.88000107,172241.4225,0,20,0.06,0,NULL,23,NULL, +1191209519,50,Proposed,WY_SW,CCGT,Gas,NULL," 70,251.14 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +154431,13,Stanislaus,CA_PGE_CEN,Hydro_NonPumped,Water,81.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110086,16,Proposed,CA_SCE_CEN,Central_PV,Solar,35.45999908,66971.69514,0,20,0,0.02,NULL,23,NULL, +1191210559,7,Proposed,AZ_SE,CCGT_Cogen,Gas,9,0,4.1213235,20,0.04,0.06,10.0501,23,NULL, +154668,32,Hauser,MT_SW,Hydro_NonPumped,Water,14.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +154831,25,Tacoma,CO_SW,Hydro_NonPumped,Water,4.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107578,27,Proposed,ID_S_OR_E,Central_PV,Solar,7.349999905,41579.29556,0,20,0,0.02,NULL,23,NULL, +1110068,16,Proposed,CA_SCE_CEN,Central_PV,Solar,34.84999847,97880.91223,0,20,0,0.02,NULL,23,NULL, +1116170,16,Proposed,CA_SCE_CEN,Central_PV,Solar,14.53999996,53229.015,0,20,0,0.02,NULL,23,NULL, +156812,34,Columbus Solar Project,NM_S_TX_EPE,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +1115210,33,Proposed,NM_N,Central_PV,Solar,7.289999962,93422.58639,0,20,0,0.02,NULL,23,NULL, +1191182632,39,Proposed,OR_W,Wind,Wind,30,57689.88319,0,30,0.05,0.006,NULL,23,NULL, +1191182663,39,Proposed,OR_W,Wind,Wind,30,46365.34444,0,30,0.05,0.006,NULL,23,NULL, +1191209270,35,Proposed,NV_N,Geothermal,Geothermal,8,85711.9725,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191185399,22,Proposed,CO_DEN,Wind,Wind,30,91940.01223,0,30,0.05,0.006,NULL,23,NULL, +1107754,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,66.38999939,78111.36375,0,20,0.06,0,NULL,23,NULL, +1191210064,14,Proposed,CA_PGE_N,Geothermal,Geothermal,25,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155125,15,Rio Bravo Hydro Project,CA_PGE_S,Hydro_NonPumped,Water,14,0,0,200,0.05,0.05,NULL,23,existing_generator, +155605,16,McGrath Peaker,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,49.8,0,6.0375,40,0.04,0.06,11.112,23,existing_generator, +1114869,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,16.61000061," 75,407.29 ",0,20,0.06,0,NULL,23,NULL, +156626,16,US-TOPCO (Soccer Center),CA_SCE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +156660,10,Midway Solar Farm II,CA_IID,Central_PV,Solar,30,0,0,20,0,0,NULL,23,existing_generator, +1108594,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,40.27000046,57255.54639,0,20,0.06,0,NULL,23,NULL, +156351,36,Copper Mountain Solar 3,NV_S,Central_PV,Solar,255,0,0,20,0,0,NULL,23,existing_generator, +1103083,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,161.4499969,66144.67556,0,20,0.06,0,NULL,23,NULL, +1116522,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,4.46999979,90381.25236,0,20,0.06,0,NULL,23,NULL, +1000868,11,Proposed,CA_LADWP,Residential_PV,Solar,16.69199944,0,0,20,0,0.02,NULL,23,NULL, +1118777,18,Proposed,CA_SCE_SE,Central_PV,Solar,5.78000021,54841.87181,0,20,0,0.02,NULL,23,NULL, +155847,27,Ryegrass Windfarm,ID_S_OR_E,Wind,Wind,23,0,0,20,0,0,NULL,23,existing_generator, +155437,47,Neil Simpson Gas Turbine #2,WY_NE,Gas_Combustion_Turbine,Gas,40,0,6.0375,40,0.04,0.06,6.971,23,existing_generator, +1103862,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,3.970000029,91413.06111,0,20,0.06,0,NULL,23,NULL, +1116145,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,11.06999969,95652.47098,0,20,0.06,0,NULL,23,NULL, +155521,12,Donald Von Raesfeld Power Plant,CA_PGE_BAY,CCGT,Gas,154,0,5.9409,40,0.04,0.06,15.048,23,existing_generator, +1106002,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,9.380000114,51567.73556,0,20,0.06,0,NULL,23,NULL, +155777,17,Solar Photovoltaic Project #12,CA_SCE_S,Central_PV,Solar,0.5,0,0,20,0,0,NULL,23,existing_generator, +155305,16,San Gabriel Hydro Project,CA_SCE_CEN,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191210463,17,Proposed,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,7.5,0,16.0398,20,0.11,0.04,8.42161,23,NULL, +154412,14,Narrows PH,CA_PGE_N,Hydro_NonPumped,Water,10.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +157011,15,Verwey-Hanford Dairy Digester #3,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1,0,6.0375,20,0.04,0.06,10.439,23,existing_generator, +1110333,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,12.56999969,40243.68264,0,20,0.06,0,NULL,23,NULL, +1191210859,9,Proposed,CAN_BC,Wind,Wind,170.3930054,236897.01,0,30,0.05,0.006,NULL,23,NULL, +1109206,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,19.86000061,101687.556,0,20,0.06,0,NULL,23,NULL, +1111646,24,Proposed,CO_NW,Central_PV,Solar,3.930000067,66985.09556,0,20,0,0.02,NULL,23,NULL, +1111805,35,Proposed,NV_N,Central_PV,Solar,105.4800034,93769.26152,0,20,0,0.02,NULL,23,NULL, +1191184009,38,Proposed,OR_PDX,Wind,Wind,30,60794.84681,0,30,0.05,0.006,NULL,23,NULL, +1191185450,43,Proposed,WA_ID_AVA,Wind,Wind,60,42526.46139,0,30,0.05,0.006,NULL,23,NULL, +1191182577,36,Proposed,NV_S,Wind,Wind,30,140249.9175,0,30,0.05,0.006,NULL,23,NULL, +1114018,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,33.65999985,60055.37569,0,20,0.06,0,NULL,23,NULL, +1001485,27,Proposed,ID_S_OR_E,Commercial_PV,Solar,47.32709885,0,0,20,0,0.02,NULL,23,NULL, +1102166,40,Proposed,OR_WA_BPA,Central_PV,Solar,329.8299866,54566.08069,0,20,0,0.02,NULL,23,NULL, +1102707,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.99000001,47302.84556,0,20,0.06,0,NULL,23,NULL, +156920,39,Valley Creek Solar,OR_W,Central_PV,Solar,2.2,0,0,20,0,0,NULL,23,existing_generator, +157004,14,Buckeye Geothermal Power Plant,CA_PGE_N,Geothermal,Geothermal,56.9,0,36.2145,20,0,0,NULL,23,existing_generator, +155759,35,Waste Management Lockwood LFGTE,NV_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,10.256,23,existing_generator, +1118680,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,50.22000122,47442.43444,0,20,0.06,0,NULL,23,NULL, +1107725,4,Proposed,AZ_NM_N,Central_PV,Solar,4.079999924,157176.6525,0,20,0,0.02,NULL,23,NULL, +1191184180,42,Proposed,UT_S,Wind,Wind,30,63213.8325,0,30,0.05,0.006,NULL,23,NULL, +1001004,11,Proposed,CA_LADWP,Residential_PV,Solar,1039.079956,0,0,20,0,0.02,NULL,23,NULL, +1117030,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.929999948,59892.84431,0,20,0.06,0,NULL,23,NULL, +154725,39,Dexter,OR_W,Hydro_NonPumped,Water,15,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114785,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,15.18999958,59749.87819,0,20,0.06,0,NULL,23,NULL, +1118824,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,12.55000019,60417.38514,0,20,0.06,0,NULL,23,NULL, +154665,42,Manti Lower,UT_S,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115972,14,Proposed,CA_PGE_N,Central_PV,Solar,10.97999954,49862.98611,0,20,0,0.02,NULL,23,NULL, +1110780,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,9.850000381,56287.73514,0,20,0.06,0,NULL,23,NULL, +1191185633,34,Proposed,NM_S_TX_EPE,Wind,Wind,7440,71035.53639,0,30,0.05,0.006,NULL,23,NULL, +157028,10,"Desert Harvest, LLC",CA_IID,Central_PV,Solar,150,0,0,20,0,0,NULL,23,existing_generator, +157029,10,"Maverick Solar, LLC",CA_IID,Central_PV,Solar,225,0,0,20,0,0,NULL,23,existing_generator, +156381,23,Limon III Wind LLC,CO_E,Wind,Wind,200.6,0,0,20,0,0,NULL,23,existing_generator, +1107266,1,Proposed,AZ_APS_E,Central_PV,Solar,27.10000038," 41,120.81 ",0,20,0,0.02,NULL,23,NULL, +1108685,1,Proposed,AZ_APS_E,Central_PV,Solar,61.58000183," 87,103.97 ",0,20,0,0.02,NULL,23,NULL, +154880,29,Fort Peck,MT_NE,Hydro_NonPumped,Water,167,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115645,25,Proposed,CO_SW,Central_PV,Solar,35.18000031,60045.71569,0,20,0,0.02,NULL,23,NULL, +157856,9,Brilliant,CAN_BC,Hydro_NonPumped,Water,120,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1110091,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.409999847,70644.06111,0,20,0.06,0,NULL,23,NULL, +1191182350,26,Proposed,ID_E,Wind,Wind,90,92549.56389,0,30,0.05,0.006,NULL,23,NULL, +1113399,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.71999979,72675.19875,0,20,0.06,0,NULL,23,NULL, +154526,13,Beardsley,CA_PGE_CEN,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117012,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.279999971,58658.53875,0,20,0.06,0,NULL,23,NULL, +1100005,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,109.2699966,52114.01139,0,20,0.06,0,NULL,23,NULL, +1191209245,35,Proposed,NV_N,Geothermal,Geothermal,65,68035.74319,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1000798,49,Proposed,WY_SE,Residential_PV,Solar,48.68500137,0,0,20,0,0.02,NULL,23,NULL, +1102710,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,3591.429932,119824.3286,0,20,0.06,0,NULL,23,NULL, +1191210375,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,42.09999847,0,4.1213235,20,0.04,0.06,10.8886,23,NULL, +1107702,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,6.110000134,45195.88069,0,20,0.06,0,NULL,23,NULL, +1106405,10,Proposed,CA_IID,Central_PV,Solar,8.489999771,47904.54375,0,20,0,0.02,NULL,23,NULL, +1191183453,8,Proposed,CAN_ALB,Wind,Wind,1230,90814.62223,0,30,0.05,0.006,NULL,23,NULL, +155534,41,Currant Creek,UT_N,CCGT,Gas,649,0,5.9409,40,0.04,0.06,10.711,23,existing_generator, +1191183781,40,Proposed,OR_WA_BPA,Wind,Wind,510,54391.23375,0,30,0.05,0.006,NULL,23,NULL, +1111790,16,Proposed,CA_SCE_CEN,Central_PV,Solar,23.85000038,62073.9525,0,20,0,0.02,NULL,23,NULL, +1191184148,42,Proposed,UT_S,Wind,Wind,60,41006.33681,0,30,0.05,0.006,NULL,23,NULL, +1117421,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,8.899999619,72878.42194,0,20,0,0.02,NULL,23,NULL, +1191185551,43,Proposed,WA_ID_AVA,Wind,Wind,60,50476.27819,0,30,0.05,0.006,NULL,23,NULL, +1114173,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,1.179999948,73538.80181,0,20,0.06,0,NULL,23,NULL, +1108349,35,Proposed,NV_N,Central_PV,Solar,63.88000107,100160.6722,0,20,0,0.02,NULL,23,NULL, +1000092,15,Proposed,CA_PGE_S,Residential_PV,Solar,19.47400093,0,0,20,0,0.02,NULL,23,NULL, +1109236,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,5.440000057,52519.48611,0,20,0.06,0,NULL,23,NULL, +1103861,13,Proposed,CA_PGE_CEN,Central_PV,Solar,3.970000029,91413.06111,0,20,0,0.02,NULL,23,NULL, +1107279,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,15.96000004,90050.27473,0,20,0.06,0,NULL,23,NULL, +1110928,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,13.35999966,52569.72,0,20,0.06,0,NULL,23,NULL, +154809,31,Colstrip,MT_SE,Coal_Steam_Turbine,Coal,1647.4,0,5.2164,40,0.04,0.06,9.831,23,existing_generator, +156012,13,Dinuba Wastewater Treatment Plant,CA_PGE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +157941,28,CCCPrsd2,MEX_BAJA,CCGT,Gas,252.6,0,3.87403916,20,0.04,0.06,7.099999905,23,existing_generator, +1112506,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,6.019999981,76940.6925,0,20,0.06,0,NULL,23,NULL, +1118091,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,2.460000038,63412.10306,0,20,0.06,0,NULL,23,NULL, +1191210570,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,89,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +1118868,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,6.210000038,71385.58875,0,20,0.06,0,NULL,23,NULL, +1100779,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,185.6900024,109464.1013,0,20,0.06,0,NULL,23,NULL, +1191209546,27,Proposed,ID_S_OR_E,Gas_Combustion_Turbine,Gas,NULL,70251.1425,33.5769,20,0.03,0.05,10.39,23,NULL, +1113378,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,1.409999967,46986.96639,0,20,0.06,0,NULL,23,NULL, +1191209297,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,20,128583.0525,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155993,2,RE Bagdad Solar I LLC,AZ_APS_N,Central_PV,Solar,16.6,0,0,20,0,0,NULL,23,existing_generator, +155798,16,Alta Wind Energy Center IV,CA_SCE_CEN,Wind,Wind,102,0,0,20,0,0,NULL,23,existing_generator, +1110507,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,11.05000019,55371.84639,0,20,0.06,0,NULL,23,NULL, +1191209592,23,Proposed,CO_E,Coal_IGCC,Coal,NULL,69511.67139,7.3442565,40,0.08,0.12,7.95,23,NULL, +1105904,24,Proposed,CO_NW,Central_PV,Solar,2.910000086,39932.38819,0,20,0,0.02,NULL,23,NULL, +1106029,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,65.31999969,61542.17139,0,20,0.06,0,NULL,23,NULL, +1191209230,35,Proposed,NV_N,Geothermal,Geothermal,12,59217.97444,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110501,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,26.70999908,55763.31694,0,20,0.06,0,NULL,23,NULL, +1112612,33,Proposed,NM_N,Central_PV,Solar,34.27999878,70533.82014,0,20,0,0.02,NULL,23,NULL, +1114688,13,Proposed,CA_PGE_CEN,Central_PV,Solar,54.45000076,61487.95181,0,20,0,0.02,NULL,23,NULL, +1191183830,37,Proposed,OR_E,Wind,Wind,2010,73447.15444,0,30,0.05,0.006,NULL,23,NULL, +1191209261,36,Proposed,NV_S,Geothermal,Geothermal,250,42297.03639,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155308,13,Stockton Biomass,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,54,0,13.35495,20,0.04,0.06,11.373,23,existing_generator, +1109214,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,7.110000134,53562.40764,0,20,0.06,0,NULL,23,NULL, +1118692,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,7.829999924,177292.395,0,20,0.06,0,NULL,23,NULL, +1191209488,19,Proposed,CA_SCE_VLY,CCGT,Gas,NULL," 77,646.11 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1113519,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,2.910000086,58624.125,0,20,0.06,0,NULL,23,NULL, +77504,14,Solano: 1904,CA_PGE_N,Wind,Wind,76,44941.05,0,30,0.05,0.006,NULL,23,NULL, +156480,16,"Adelanto Solar, LLC",CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1105513,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,19.19000053,71339.82639,0,20,0.06,0,NULL,23,NULL, +1115333,39,Proposed,OR_W,Central_PV,Solar,59.97999954,60073.125,0,20,0,0.02,NULL,23,NULL, +1191183779,40,Proposed,OR_WA_BPA,Wind,Wind,30,66537.59889,0,30,0.05,0.006,NULL,23,NULL, +155938,17,"Staples La Mirada, CA",CA_SCE_S,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1106434,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.720000029,50927.88319,0,20,0.06,0,NULL,23,NULL, +1111689,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,1.629999995,55371.84639,0,20,0.06,0,NULL,23,NULL, +1118447,43,Proposed,WA_ID_AVA,Central_PV,Solar,6.920000076,54861.79556,0,20,0,0.02,NULL,23,NULL, +1105548,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,1.25999999,49268.77819,0,20,0.06,0,NULL,23,NULL, +1100977,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,180.0200043,57268.34306,0,20,0.06,0,NULL,23,NULL, +1107183,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,25.88999939,149609.25,0,20,0.06,0,NULL,23,NULL, +155352,14,MM Yolo Power,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,0,6.0375,20,0.04,0.06,17.931,23,existing_generator, +1191209659,40,Proposed,OR_WA_BPA,Coal_Steam_Turbine,Coal,NULL,76906.51931,4.166232,40,0.06,0.1,9,23,NULL, +156238,7,Vista Grande HS at Casa Grande,AZ_SE,Central_PV,Solar,1.8,0,0,20,0,0,NULL,23,existing_generator, +1105883,33,Proposed,NM_N,Central_PV,Solar,1.169999957,75604.71639,0,20,0,0.02,NULL,23,NULL, +154868,43,Moyie Springs,WA_ID_AVA,Hydro_NonPumped,Water,3.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117415,25,Proposed,CO_SW,Central_PV,Solar,35.70999908,98296.17902,0,20,0,0.02,NULL,23,NULL, +154345,6,Ocotillo,AZ_PHX,Gas_Combustion_Turbine,Gas,106.2,0,6.0375,40,0.04,0.06,17.167,23,existing_generator, +157130,40,"Orchard Windfarm, LLC",OR_WA_BPA,Wind,Wind,40,0,0,20,0,0,NULL,23,existing_generator, +155903,33,Los Lunas Solar Energy Center,NM_N,Central_PV,Solar,7,0,0,20,0,0,NULL,23,existing_generator, +1111276,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,35.18000031,168963.06,0,20,0.06,0,NULL,23,NULL, +156225,16,Rosamond One,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191182732,47,Proposed,WY_NE,Wind,Wind,30,46345.42069,0,30,0.05,0.006,NULL,23,NULL, +1108974,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,6.679999828,62505.51111,0,20,0.06,0,NULL,23,NULL, +1115737,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,166.6499939,72135.92736,0,20,0.06,0,NULL,23,NULL, +1117907,33,Proposed,NM_N,Central_PV,Solar,25.92000008,90117.05514,0,20,0,0.02,NULL,23,NULL, +155200,11,Equilon Los Angeles Refining,CA_LADWP,Gas_Steam_Turbine,Gas,23,0,6.0375,60,0.04,0.06,18.7,23,existing_generator, +1001856,23,Proposed,CO_E,Residential_PV,Solar,385.3070068,0,0,20,0,0.02,NULL,23,NULL, +1117419,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,33.81000137,63625.59,0,20,0.06,0,NULL,23,NULL, +155810,11,Occidental College Solar Project,CA_LADWP,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +157062,13,EDPR CA Solar Park VI LLC (CA),CA_PGE_CEN,Central_PV,Solar,201,0,0,20,0,0,NULL,23,existing_generator, +1100377,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,170.1999969,68401.2525,0,20,0.06,0,NULL,23,NULL, +1100978,3,Proposed,AZ_APS_SW,Central_PV,Solar,155.5599976,57449.70861,0,20,0,0.02,NULL,23,NULL, +1108105,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,45.56000137,52898.16,0,20,0.06,0,NULL,23,NULL, +1102989,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,137.7200012,102451.2997,0,20,0.06,0,NULL,23,NULL, +1112252,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.800000191,85346.58111,0,20,0,0.02,NULL,23,NULL, +155156,10,Vulcan-BN Geothermal Power Company,CA_IID,Geothermal,Geothermal,39.6,0,36.2145,20,0,0,NULL,23,existing_generator, +1110290,35,Proposed,NV_N,Central_PV,Solar,4.019999981,85552.33723,0,20,0,0.02,NULL,23,NULL, +154750,42,Manti Upper,UT_S,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +154755,42,Boulder,UT_S,Hydro_NonPumped,Water,4.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182805,49,Proposed,WY_SE,Wind,Wind,540,45516.23139,0,30,0.05,0.006,NULL,23,NULL, +1191209525,6,Proposed,AZ_PHX,Gas_Combustion_Turbine,Gas,NULL,69511.67139,33.5769,20,0.03,0.05,10.39,23,NULL, +1191182544,36,Proposed,NV_S,Wind,Wind,360,135029.895,0,30,0.05,0.006,NULL,23,NULL, +1102052,43,Proposed,WA_ID_AVA,Central_PV,Solar,324.9400024,49733.3025,0,20,0,0.02,NULL,23,NULL, +1110082,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,23.67000008,107061.1763,0,20,0.06,0,NULL,23,NULL, +1116506,35,Proposed,NV_N,Central_PV,Solar,37.86000061,120124.2697,0,20,0,0.02,NULL,23,NULL, +155875,22,RV CSU Power II LLC,CO_DEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +155181,27,Tunnel 1 Power Project,ID_S_OR_E,Hydro_NonPumped,Water,7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110927,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,13.35999966,52569.72,0,20,0.06,0,NULL,23,NULL, +1102184,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,168.2700043,49656.62625,0,20,0,0.02,NULL,23,NULL, +1191209214,40,Proposed,OR_WA_BPA,Bio_Gas,Bio_Gas,NULL,76906.51931,16.0398,20,0.11,0.04,13.5,23,NULL, +77422,20,SanDiegoSouth: 523,CA_SDGE,Wind,Wind,70,115299.45,0,30,0.05,0.006,NULL,23,NULL, +1191183682,50,Proposed,WY_SW,Wind,Wind,180,62585.9325,0,30,0.05,0.006,NULL,23,NULL, +77436,16,Tehachapi: 549,CA_SCE_CEN,Wind,Wind,21,86715.3,0,30,0.05,0.006,NULL,23,NULL, +1106408,4,Proposed,AZ_NM_N,Central_PV,Solar,1.190000057,101012.4503,0,20,0,0.02,NULL,23,NULL, +156749,25,Conejos 1 Community Solar Array,CO_SW,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +158075,8,Wind_EP_Can_17,CAN_ALB,Wind,Wind,3.4,0,0,30,0.05,0.006,NULL,23,existing_generator, +1111728,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.940000057,53963.05236,0,20,0.06,0,NULL,23,NULL, +1191184049,46,Proposed,WA_W,Wind,Wind,30,56677.99819,0,30,0.05,0.006,NULL,23,NULL, +155627,35,Galena 3 Geothermal Power Plant,NV_N,Geothermal,Geothermal,30,0,36.2145,20,0,0,NULL,23,existing_generator, +154765,46,Snoqualmie,WA_W,Hydro_NonPumped,Water,12.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106375,5,Proposed,AZ_NW,Central_PV,Solar,3.910000086,75828.46236,0,20,0,0.02,NULL,23,NULL, +155943,22,DOE Golden NREL Main Campus,CO_DEN,Central_PV,Solar,3.3,0,0,20,0,0,NULL,23,existing_generator, +155999,17,Golden Springs Building D,CA_SCE_S,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1191182424,26,Proposed,ID_E,Wind,Wind,60,58206.20736,0,30,0.05,0.006,NULL,23,NULL, +1112480,14,Proposed,CA_PGE_N,Central_PV,Solar,31.05999947,64639.28625,0,20,0,0.02,NULL,23,NULL, +1117240,19,Proposed,CA_SCE_VLY,CSP_Trough_6h_Storage,Solar,36.15999985,45727.90236,0,20,0.06,0,NULL,23,NULL, +1118212,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,7.909999847,45857.2275,0,20,0.06,0,NULL,23,NULL, +155004,13,Dinosaur Point,CA_PGE_CEN,Wind,Wind,17.4,0,0,20,0,0,NULL,23,existing_generator, +1111324,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,3.470000029,103662.4222,0,20,0.06,0,NULL,23,NULL, +1109566,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,11.44999981,48683.14069,0,20,0.06,0,NULL,23,NULL, +1110040,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,20.73999977,39966.67931,0,20,0.06,0,NULL,23,NULL, +1100434,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,723.8400269,80845.62486,0,20,0.06,0,NULL,23,NULL, +1191183422,29,Proposed,MT_NE,Wind,Wind,30,66561.98944,0,30,0.05,0.006,NULL,23,NULL, +1113122,35,Proposed,NV_N,Central_PV,Solar,15.64000034,206161.305,0,20,0,0.02,NULL,23,NULL, +1102858,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,226.8500061,69814.63125,0,20,0.06,0,NULL,23,NULL, +1103879,30,Proposed,MT_NW,Central_PV,Solar,46.34000015,42945.21861,0,20,0,0.02,NULL,23,NULL, +1101048,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,116.2799988,72137.86125,0,20,0.06,0,NULL,23,NULL, +157003,10,CE&P Imperial Valley 1,CA_IID,CCGT,Gas,50,0,5.9409,40,0.04,0.06,11.892,23,existing_generator, +1000318,20,Proposed,CA_SDGE,Residential_PV,Solar,350.5320129,0,0,20,0,0.02,NULL,23,NULL, +1191210454,16,Proposed,CA_SCE_CEN,Coal_Steam_Turbine_Cogen,Coal,24,0,4.166232,40,0.06,0.1,4.81798,23,NULL, +156799,7,Pima Community College - East Campus,AZ_SE,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1191209412,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,103436.016,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155628,41,Salt Lake Energy Systems,UT_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,7.022,23,existing_generator, +1112736,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,5.75,55313.16,0,20,0.06,0,NULL,23,NULL, +1191210392,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,39.09999847,0,33.5769,20,0.03,0.05,5.09807,23,NULL, +1191184041,46,Proposed,WA_W,Wind,Wind,30,64179.70986,0,30,0.05,0.006,NULL,23,NULL, +1102869,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,92.02999878,55621.79889,0,20,0.06,0,NULL,23,NULL, +1191209275,35,Proposed,NV_N,Geothermal,Geothermal,8,74664.07389,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154885,17,Yorba Linda,CA_SCE_S,Hydro_NonPumped,Water,5.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191210857,9,Proposed,CAN_BC,Wind,Wind,117.2129974,102983.8072,0,30,0.05,0.006,NULL,23,NULL, +1111571,48,Proposed,WY_NW,Central_PV,Solar,2.24000001,75345.34444,0,20,0,0.02,NULL,23,NULL, +1191185503,43,Proposed,WA_ID_AVA,Wind,Wind,30,42264.55181,0,30,0.05,0.006,NULL,23,NULL, +1118346,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,26.71999931,50678.41181,0,20,0.06,0,NULL,23,NULL, +1191184841,3,Proposed,AZ_APS_SW,Wind,Wind,60,81784.09764,0,30,0.05,0.006,NULL,23,NULL, +1191184212,7,Proposed,AZ_SE,Wind,Wind,60,66427.47111,0,30,0.05,0.006,NULL,23,NULL, +155972,26,Power County Wind Park South,ID_E,Wind,Wind,22.5,0,0,20,0,0,NULL,23,existing_generator, +157990,8,MuskgRvr2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,75,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1109244,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,18.26000023,74119.49139,0,20,0.06,0,NULL,23,NULL, +1117871,5,Proposed,AZ_NW,Central_PV,Solar,11.31000042,64275.95139,0,20,0,0.02,NULL,23,NULL, +1118342,10,Proposed,CA_IID,Central_PV,Solar,1.350000024,85440.285,0,20,0,0.02,NULL,23,NULL, +1191210400,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,0,33.5769,20,0.03,0.05,7.09956,23,NULL, +77340,16,Barstow: 8,CA_SCE_CEN,Wind,Wind,44,55288.8,0,30,0.05,0.006,NULL,23,NULL, +1110955,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,44.04999924,62976.68139,0,20,0.06,0,NULL,23,NULL, +1191209209,44,Proposed,WA_N_CEN,Bio_Gas,Bio_Gas,NULL,77646.11306,16.0398,20,0.11,0.04,13.5,23,NULL, +1191209577,8,Proposed,CAN_ALB,Coal_IGCC,Coal,NULL,77646.11306,7.3442565,40,0.08,0.12,7.95,23,NULL, +156179,14,Gridley Main Two,CA_PGE_N,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +155081,15,Bear Mountain Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,0,6.0375,40,0.04,0.06,10.561,23,existing_generator, +1191210586,9,Proposed,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,69,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1109979,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,29.79000092,50043.75264,0,20,0.06,0,NULL,23,NULL, +1116575,36,Proposed,NV_S,Central_PV,Solar,21.32999992,70045.99014,0,20,0,0.02,NULL,23,NULL, +1116517,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,6.119999886,88264.98598,0,20,0.06,0,NULL,23,NULL, +155170,17,San Gorgonio Farms Wind Farm,CA_SCE_S,Wind,Wind,31,0,0,20,0,0,NULL,23,existing_generator, +157869,9,Doran_Taylor,CAN_BC,Hydro_NonPumped,Water,3,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1113563,16,Proposed,CA_SCE_CEN,Central_PV,Solar,5.940000057,79026.88931,0,20,0,0.02,NULL,23,NULL, +1118642,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,33.56000137,91591.53527,0,20,0,0.02,NULL,23,NULL, +155662,3,Solana Generating Station,AZ_APS_SW,CSP_Trough_No_Storage,Solar,280,0,0,20,0,0,NULL,23,existing_generator, +156195,16,Victor Dry Farm Ranch A,CA_SCE_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156246,17,Garnet Solar Generation Station I LLC,CA_SCE_S,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +156969,11,CFW Solar X LLC - Vaughn,CA_LADWP,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +1116208,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,16.06999969,39281.90653,0,20,0.06,0,NULL,23,NULL, +1191210872,9,Proposed,CAN_BC,Wind,Wind,327.5329895,198534.735,0,30,0.05,0.006,NULL,23,NULL, +1110087,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,35.45999908,66971.69514,0,20,0.06,0,NULL,23,NULL, +1191183278,41,Proposed,UT_N,Wind,Wind,60,56728.35,0,30,0.05,0.006,NULL,23,NULL, +1191185684,39,Proposed,OR_W,Offshore_Wind,Wind,150,73711.23375,0,30,0.05,0.006,NULL,23,NULL, +155198,15,High Sierra Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,49.8,0,6.0375,40,0.04,0.06,18.986,23,existing_generator, +156630,13,Dinuba Energy,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,11.5,0,13.35495,20,0.04,0.06,9.588,23,existing_generator, +156918,36,Dignity - Siena Campus,NV_S,Central_PV,Solar,1.4,0,0,20,0,0,NULL,23,existing_generator, +1191184801,33,Proposed,NM_N,Wind,Wind,150,69793.86319,0,30,0.05,0.006,NULL,23,NULL, +1191210093,35,Proposed,NV_N,Geothermal,Geothermal,13,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155975,16,Naval Air Weapons Station China Lake,CA_SCE_CEN,Central_PV,Solar,11.1,0,0,20,0,0,NULL,23,existing_generator, +156321,16,Summer Solar B2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191183914,27,Proposed,ID_S_OR_E,Wind,Wind,30,54694.07569,0,30,0.05,0.006,NULL,23,NULL, +1112852,43,Proposed,WA_ID_AVA,Central_PV,Solar,1.190000057,45596.77069,0,20,0,0.02,NULL,23,NULL, +1104892,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,30.23999977,52671.63111,0,20,0.06,0,NULL,23,NULL, +156691,27,"Vale Air Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +157103,44,Typha Solar Project,WA_N_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156060,13,Lodi Energy Center,CA_PGE_CEN,CCGT,Gas,288.9,0,5.9409,40,0.04,0.06,15.842,23,existing_generator, +1191185282,25,Proposed,CO_SW,Wind,Wind,30,46185.06375,0,30,0.05,0.006,NULL,23,NULL, +1191209598,29,Proposed,MT_NE,Coal_IGCC,Coal,NULL,70251.1425,7.3442565,40,0.08,0.12,7.95,23,NULL, +1191210394,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,6,0,33.5769,20,0.03,0.05,6.22586,23,NULL, +155240,16,Mojave 18,CA_SCE_CEN,Wind,Wind,40.5,0,0,20,0,0,NULL,23,existing_generator, +155839,16,AV Solar Ranch One,CA_SCE_CEN,Central_PV,Solar,253,0,0,20,0,0,NULL,23,existing_generator, +156462,36,Searchlight Solar,NV_S,Central_PV,Solar,17.5,0,0,20,0,0,NULL,23,existing_generator, +1001343,23,Proposed,CO_E,Commercial_PV,Solar,26.58810043,0,0,20,0,0.02,NULL,23,NULL, +1116872,39,Proposed,OR_W,Central_PV,Solar,26.04999924,47878.5825,0,20,0,0.02,NULL,23,NULL, +1191209764,45,Proposed,WA_SEATAC,Battery_Storage,Electricity,NULL,77646.11306,0,10,0.02,0.0055,NULL,23,NULL, +155072,27,Amalgamated Sugar Twin Falls,ID_S_OR_E,Coal_Steam_Turbine,Coal,10.2,0,5.2164,40,0.04,0.06,14.426,23,existing_generator, +1106261,22,Proposed,CO_DEN,Central_PV,Solar,47.00999832,51047.54361,0,20,0,0.02,NULL,23,NULL, +1107952,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,6.619999886,113457.9075,0,20,0.06,0,NULL,23,NULL, +1117922,35,Proposed,NV_N,Central_PV,Solar,6.800000191,171747.555,0,20,0,0.02,NULL,23,NULL, +1108725,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,11.03999996,76335.97556,0,20,0.06,0,NULL,23,NULL, +1191184385,35,Proposed,NV_N,Wind,Wind,120,101753.4874,0,30,0.05,0.006,NULL,23,NULL, +1191209228,35,Proposed,NV_N,Geothermal,Geothermal,27,160627.6875,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1117932,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,18.30999947,66390.52444,0,20,0.06,0,NULL,23,NULL, +155666,10,North Brawley Geothermal Plant,CA_IID,Geothermal,Geothermal,64,0,36.2145,20,0,0,NULL,23,existing_generator, +1191209199,45,Proposed,WA_SEATAC,Bio_Gas,Bio_Gas,NULL,77646.11306,16.0398,20,0.11,0.04,13.5,23,NULL, +156820,37,"OR Solar 3, LLC",OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1103730,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,1.669999957,45845.87889,0,20,0.06,0,NULL,23,NULL, +1104074,4,Proposed,AZ_NM_N,Central_PV,Solar,1650.280029,47499.18694,0,20,0,0.02,NULL,23,NULL, +1112744,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.470000029,87316.49473,0,20,0,0.02,NULL,23,NULL, +1112000,47,Proposed,WY_NE,Central_PV,Solar,315,68435.66625,0,20,0,0.02,NULL,23,NULL, +1116981,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,4.519999981,92836.2225,0,20,0.06,0,NULL,23,NULL, +154693,4,San Juan,AZ_NM_N,Coal_Steam_Turbine,Coal,924,0,5.2164,40,0.04,0.06,10.618,23,existing_generator, +156704,46,Calligan Creek Hydroelectric Project,WA_W,Hydro_NonPumped,Water,6,0,0,200,0.05,0.05,NULL,23,existing_generator, +157865,9,Clayton_Falls,CAN_BC,Hydro_NonPumped,Water,1.3,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191184784,25,Proposed,CO_SW,Wind,Wind,90,110426.724,0,30,0.05,0.006,NULL,23,NULL, +1116520,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.769999981,79933.83973,0,20,0.06,0,NULL,23,NULL, +1191182674,39,Proposed,OR_W,Wind,Wind,30,58172.52,0,30,0.05,0.006,NULL,23,NULL, +1191210517,46,Proposed,WA_W,CCGT_Cogen,Gas,125.5,0,4.1213235,20,0.04,0.06,7.26157,23,NULL, +1191184022,46,Proposed,WA_W,Wind,Wind,30,76956.51264,0,30,0.05,0.006,NULL,23,NULL, +157083,17,DESI-2 Battery Storage Facility,CA_SCE_S,Battery_Storage,Electricity,1.4,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1105449,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.059999943,44490.94125,0,20,0.06,0,NULL,23,NULL, +1191185459,43,Proposed,WA_ID_AVA,Wind,Wind,210,45750.60431,0,30,0.05,0.006,NULL,23,NULL, +156144,11,Pierce College,CA_LADWP,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +1001365,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,16.91970062,0,0,20,0,0.02,NULL,23,NULL, +154392,14,Deer Creek PH,CA_PGE_N,Hydro_NonPumped,Water,5.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110090,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,8.409999847,70644.06111,0,20,0.06,0,NULL,23,NULL, +1110342,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,11.5,47837.04639,0,20,0.06,0,NULL,23,NULL, +1112732,36,Proposed,NV_S,Central_PV,Solar,20.70000076,95079.27639,0,20,0,0.02,NULL,23,NULL, +156966,11,Francisco St. Solar,CA_LADWP,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1102694,13,Proposed,CA_PGE_CEN,Central_PV,Solar,2.269999981,52703.99306,0,20,0,0.02,NULL,23,NULL, +1102708,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.99000001,47302.84556,0,20,0.06,0,NULL,23,NULL, +1112477,14,Proposed,CA_PGE_N,Central_PV,Solar,51.88000107,47106.02306,0,20,0,0.02,NULL,23,NULL, +1114872,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,7.159999847,90762.82236,0,20,0.06,0,NULL,23,NULL, +155295,16,85 A,CA_SCE_CEN,Wind,Wind,14.1,0,0,20,0,0,NULL,23,existing_generator, +1107413,32,Proposed,MT_SW,Central_PV,Solar,1.710000038,55045.45819,0,20,0,0.02,NULL,23,NULL, +1107242,35,Proposed,NV_N,Central_PV,Solar,202.0599976,168125.055,0,20,0,0.02,NULL,23,NULL, +1191183804,6,Proposed,AZ_PHX,Wind,Wind,30,41811.97986,0,30,0.05,0.006,NULL,23,NULL, +156724,20,Valley Center,CA_SDGE,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1117517,35,Proposed,NV_N,Central_PV,Solar,14.43999958,90708.73014,0,20,0,0.02,NULL,23,NULL, +1001893,23,Proposed,CO_E,Commercial_PV,Solar,25.80480003,0,0,20,0,0.02,NULL,23,NULL, +1117495,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,52.43000031,66886.20319,0,20,0.06,0,NULL,23,NULL, +1191184190,24,Proposed,CO_NW,Wind,Wind,60,99368.31639,0,30,0.05,0.006,NULL,23,NULL, +155307,22,Hillcrest Pump Station,CO_DEN,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1101979,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,290.7900085,42341.35069,0,20,0.06,0,NULL,23,NULL, +1115690,36,Proposed,NV_S,Central_PV,Solar,15.21000004,228359.985,0,20,0,0.02,NULL,23,NULL, +1117381,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,15.15999985,77660.3625,0,20,0.06,0,NULL,23,NULL, +1191209319,35,Proposed,NV_N,Geothermal,Geothermal,16,167864.235,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1113426,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,2.849999905,59738.28431,0,20,0.06,0,NULL,23,NULL, +156277,42,Buckhorn Solar Plant,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1114401,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.130000114,77856.34069,0,20,0.06,0,NULL,23,NULL, +1111318,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,26.73999977,82651.20527,0,20,0.06,0,NULL,23,NULL, +1116462,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,1.389999986,92847.09,0,20,0.06,0,NULL,23,NULL, +156372,29,Two Dot Wind Farm,MT_NE,Wind,Wind,9.7,0,0,20,0,0,NULL,23,existing_generator, +1191184478,27,Proposed,ID_S_OR_E,Wind,Wind,180,136090.08,0,30,0.05,0.006,NULL,23,NULL, +1108058,2,Proposed,AZ_APS_N,Central_PV,Solar,2.829999924,64279.69181,0,20,0,0.02,NULL,23,NULL, +1191209189,24,Proposed,CO_NW,Bio_Gas,Bio_Gas,NULL,69511.67139,16.0398,20,0.11,0.04,13.5,23,NULL, +1191183290,41,Proposed,UT_N,Wind,Wind,30,78657.7575,0,30,0.05,0.006,NULL,23,NULL, +1191185303,23,Proposed,CO_E,Wind,Wind,30,84552.52723,0,30,0.05,0.006,NULL,23,NULL, +1110445,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,17.89999962,72553.11861,0,20,0.06,0,NULL,23,NULL, +1115738,2,Proposed,AZ_APS_N,Central_PV,Solar,16.14999962,67151.24944,0,20,0,0.02,NULL,23,NULL, +1191210469,1,Proposed,AZ_APS_E,Coal_Steam_Turbine_Cogen,Coal,70.5, - ,4.166232,40,0.06,0.1,5.75979,23,NULL, +1113148,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.980000019,44501.08236,0,20,0.06,0,NULL,23,NULL, +1118343,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.350000024,85440.285,0,20,0.06,0,NULL,23,NULL, +77437,14,RoundMountain: 550,CA_PGE_N,Wind,Wind,43,52658.55,0,30,0.05,0.006,NULL,23,NULL, +156853,37,"OR Solar 8, LLC",OR_E,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1100543,25,Proposed,CO_SW,Central_PV,Solar,774.2199707,52478.07264,0,20,0,0.02,NULL,23,NULL, +1113941,35,Proposed,NV_N,Central_PV,Solar,9.050000191,78099.16611,0,20,0,0.02,NULL,23,NULL, +1001844,3,Proposed,AZ_APS_SW,Residential_PV,Solar,29.21100044,0,0,20,0,0.02,NULL,23,NULL, +1191182567,36,Proposed,NV_S,Wind,Wind,30,151783.9575,0,30,0.05,0.006,NULL,23,NULL, +77448,16,SanBernardino_Lucerne: 561,CA_SCE_CEN,Wind,Wind,88,38446.8,0,30,0.05,0.006,NULL,23,NULL, +1191184197,41,Proposed,UT_N,Wind,Wind,30,99027.075,0,30,0.05,0.006,NULL,23,NULL, +1107731,2,Proposed,AZ_APS_N,Central_PV,Solar,12.35999966,45674.05069,0,20,0,0.02,NULL,23,NULL, +1114029,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,22.96999931,176322.7725,0,20,0.06,0,NULL,23,NULL, +156400,15,RE Mustang LLC,CA_PGE_S,Central_PV,Solar,100,0,0,20,0,0,NULL,23,existing_generator, +1113128,7,Proposed,AZ_SE,Central_PV,Solar,18.01000023,69899.63736,0,20,0,0.02,NULL,23,NULL, +1191183788,40,Proposed,OR_WA_BPA,Wind,Wind,30,57172.10625,0,30,0.05,0.006,NULL,23,NULL, +155529,12,SJ/SC WPCP,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,8.4,0,33.579,35,0.04,0.06,11.959,23,existing_generator, +1191184026,46,Proposed,WA_W,Wind,Wind,60,75614.13111,0,30,0.05,0.006,NULL,23,NULL, +1191209540,21,Proposed,CA_SMUD,Gas_Combustion_Turbine,Gas,NULL,80604.00223,33.5769,20,0.03,0.05,10.39,23,NULL, +1112717,3,Proposed,AZ_APS_SW,Central_PV,Solar,86.15000153,49729.19889,0,20,0,0.02,NULL,23,NULL, +156286,16,Otoe Solar Power Generation Station 1 LL,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1112184,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.590000033,43077.08139,0,20,0.06,0,NULL,23,NULL, +1191210440,16,Proposed,CA_SCE_CEN,CCGT_Cogen,Gas,49.29999924,0,4.1213235,20,0.04,0.06,6.19289,23,NULL, +1191210416,16,Proposed,CA_SCE_CEN,CCGT_Cogen,Gas,41.09999847,0,4.1213235,20,0.04,0.06,7.87922,23,NULL, +1106381,17,Proposed,CA_SCE_S,Central_PV,Solar,28.55999947,96645.885,0,20,0,0.02,NULL,23,NULL, +155290,16,Mojave 3,CA_SCE_CEN,Wind,Wind,23.5,0,0,20,0,0,NULL,23,existing_generator, +158013,8,Rainbw56,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1108198,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,10.03999996,47395.94569,0,20,0.06,0,NULL,23,NULL, +1105617,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,11.44999981,48789.88181,0,20,0.06,0,NULL,23,NULL, +1111286,4,Proposed,AZ_NM_N,Central_PV,Solar,13.30000019,118272.0874,0,20,0,0.02,NULL,23,NULL, +1115763,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,36.79999924,96457.99611,0,20,0.06,0,NULL,23,NULL, +1110275,13,Proposed,CA_PGE_CEN,Central_PV,Solar,13.53999996,58045.36931,0,20,0,0.02,NULL,23,NULL, +1113973,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,8.609999657,106993.6789,0,20,0.06,0,NULL,23,NULL, +1104541,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.359999895,160347.5475,0,20,0.06,0,NULL,23,NULL, +1106407,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,8.489999771,47904.54375,0,20,0.06,0,NULL,23,NULL, +1191185294,25,Proposed,CO_SW,Wind,Wind,90,46002.97181,0,30,0.05,0.006,NULL,23,NULL, +154803,41,Echo Dam,UT_N,Hydro_NonPumped,Water,4.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114911,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,116.0999985,58245.93694,0,20,0.06,0,NULL,23,NULL, +155642,13,Midway Peaking LLC,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,139.8,0,6.0375,40,0.04,0.06,7.297,23,existing_generator, +1103081,43,Proposed,WA_ID_AVA,Central_PV,Solar,161.4499969,66144.67556,0,20,0,0.02,NULL,23,NULL, +1115234,35,Proposed,NV_N,Central_PV,Solar,5.360000134,100854.9847,0,20,0,0.02,NULL,23,NULL, +155052,13,Kingsburg Cogen,CA_PGE_CEN,CCGT,Gas,36.2,0,5.9409,40,0.04,0.06,10.73,23,existing_generator, +1100420,3,Proposed,AZ_APS_SW,Central_PV,Solar,215.0500031,55443.81056,0,20,0,0.02,NULL,23,NULL, +1109439,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,6.400000095,67201.47861,0,20,0.06,0,NULL,23,NULL, +154657,26,Upper Power Plant,ID_E,Hydro_NonPumped,Water,8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107333,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,14.65999985,58371.15375,0,20,0.06,0,NULL,23,NULL, +1111594,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,3.660000086,61831.84875,0,20,0.06,0,NULL,23,NULL, +154798,26,Island Park,ID_E,Hydro_NonPumped,Water,4.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +158077,8,Wind_EP_Can_19,CAN_ALB,Wind,Wind,0.7,0,0,30,0.05,0.006,NULL,23,existing_generator, +1191210546,12,Proposed,CA_PGE_BAY,CCGT_Cogen,Gas,678.2999878,0,4.1213235,20,0.04,0.06,6.65551,23,NULL, +155317,17,Biola University,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,2.2,0,33.579,20,0.04,0.06,11.366,23,existing_generator, +155636,23,Logan Wind Energy,CO_E,Wind,Wind,201,0,0,20,0,0,NULL,23,existing_generator, +157831,8,Chin_Chute,CAN_ALB,Hydro_NonPumped,Water,11,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1108772,2,Proposed,AZ_APS_N,Central_PV,Solar,10.39999962,87752.28902,0,20,0,0.02,NULL,23,NULL, +1107328,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,86.19000244,87661.12277,0,20,0.06,0,NULL,23,NULL, +1108022,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.119999886,62190.23569,0,20,0,0.02,NULL,23,NULL, +1118866,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,13.27000046,100028.0925,0,20,0.06,0,NULL,23,NULL, +1191183424,29,Proposed,MT_NE,Wind,Wind,30,67582.44486,0,30,0.05,0.006,NULL,23,NULL, +77519,17,PalmSprings: 1919,CA_SCE_S,Wind,Wind,82,45300.15,0,30,0.05,0.006,NULL,23,NULL, +154879,23,Burlington (CO),CO_E,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,129.4,0,6.0375,40,0.04,0.06,12.52,23,existing_generator, +1116587,7,Proposed,AZ_SE,Central_PV,Solar,47.90000153,68415.13875,0,20,0,0.02,NULL,23,NULL, +1104117,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,77.84999847,46827.81694,0,20,0.06,0,NULL,23,NULL, +1105148,12,Proposed,CA_PGE_BAY,Central_PV,Solar,1.370000005,58929.74514,0,20,0,0.02,NULL,23,NULL, +1110483,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,51.68999863,55576.395,0,20,0.06,0,NULL,23,NULL, +1191185337,44,Proposed,WA_N_CEN,Wind,Wind,1620,54740.20125,0,30,0.05,0.006,NULL,23,NULL, +156139,17,Tahquitz High School,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1112997,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,28.03000069,44786.41556,0,20,0.06,0,NULL,23,NULL, +1118795,3,Proposed,AZ_APS_SW,Central_PV,Solar,106.3600006,67438.39389,0,20,0,0.02,NULL,23,NULL, +1112910,44,Proposed,WA_N_CEN,CSP_Trough_No_Storage,Solar,2.059999943,44269.72819,0,20,0.06,0,NULL,23,NULL, +1191209217,21,Proposed,CA_SMUD,Bio_Gas,Bio_Gas,NULL,80604.00223,16.0398,20,0.11,0.04,13.5,23,NULL, +155132,16,Santa Felicia Dam,CA_SCE_CEN,Hydro_NonPumped,Water,1.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110985,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,7.400000095,47022.465,0,20,0.06,0,NULL,23,NULL, +155040,35,Beowawe Power,NV_N,Geothermal,Geothermal,17,0,36.2145,20,0,0,NULL,23,existing_generator, +1001312,37,Proposed,OR_E,Residential_PV,Solar,168.3110046,0,0,20,0,0.02,NULL,23,NULL, +1102835,25,Proposed,CO_SW,Central_PV,Solar,67.13999939,72733.88514,0,20,0,0.02,NULL,23,NULL, +155447,20,Cuyamaca Peak Energy Plant,CA_SDGE,Gas_Combustion_Turbine,Gas,48.7,0,6.0375,40,0.04,0.06,19.82,23,existing_generator, +156536,42,"Pavant Solar, LLC",UT_S,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +1113991,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,1.809999943,45853.72764,0,20,0.06,0,NULL,23,NULL, +157841,8,Rundle,CAN_ALB,Hydro_NonPumped,Water,47.3,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1100303,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,994.5800171,97818.84861,0,20,0,0.02,NULL,23,NULL, +1105682,12,Proposed,CA_PGE_BAY,Central_PV,Solar,2.400000095,59737.92111,0,20,0,0.02,NULL,23,NULL, +1112219,35,Proposed,NV_N,Central_PV,Solar,45.54999924,46937.69944,0,20,0,0.02,NULL,23,NULL, +155745,17,Whittier LFG Power Plant #1,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,0,6.0375,20,0.04,0.06,11.452,23,existing_generator, +1111251,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,2840.090088,85409.24848,0,20,0.06,0,NULL,23,NULL, +1191183377,24,Proposed,CO_NW,Wind,Wind,30,64545.10125,0,30,0.05,0.006,NULL,23,NULL, +1108717,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,2.039999962,88611.66111,0,20,0.06,0,NULL,23,NULL, +1191209660,41,Proposed,UT_N,Coal_Steam_Turbine,Coal,NULL,70251.1425,4.166232,40,0.06,0.1,9,23,NULL, +1191185660,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,60,72275.99736,0,30,0.05,0.006,NULL,23,NULL, +1191210836,1,Proposed,AZ_APS_E,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1114357,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.880000114,69780.09486,0,20,0.06,0,NULL,23,NULL, +1114409,35,Proposed,NV_N,Central_PV,Solar,15.82999992,53231.30736,0,20,0,0.02,NULL,23,NULL, +1102185,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,168.2700043,49656.62625,0,20,0.06,0,NULL,23,NULL, +1101344,40,Proposed,OR_WA_BPA,Central_PV,Solar,40.41999817,51418.00556,0,20,0,0.02,NULL,23,NULL, +1191183731,40,Proposed,OR_WA_BPA,Wind,Wind,30,76665.98625,0,30,0.05,0.006,NULL,23,NULL, +1191210390,16,Proposed,CA_SCE_CEN,CCGT_Cogen,Gas,28.29999924,0,4.1213235,20,0.04,0.06,6.71654,23,NULL, +154710,39,Toketee Falls,OR_W,Hydro_NonPumped,Water,42.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191184205,7,Proposed,AZ_SE,Wind,Wind,120,52405.62264,0,30,0.05,0.006,NULL,23,NULL, +1191209760,41,Proposed,UT_N,Battery_Storage,Electricity,NULL,70251.1425,0,10,0.02,0.0055,NULL,23,NULL, +1191182626,39,Proposed,OR_W,Wind,Wind,30,51087.03264,0,30,0.05,0.006,NULL,23,NULL, +156484,7,Tech Park Solar,AZ_SE,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156582,42,"Granite Mountain Solar West, LLC",UT_S,Central_PV,Solar,50.4,0,0,20,0,0,NULL,23,existing_generator, +1115656,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,6.289999962,70817.70056,0,20,0.06,0,NULL,23,NULL, +1113427,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,2.849999905,59738.28431,0,20,0.06,0,NULL,23,NULL, +157060,13,Little Bear 4,CA_PGE_CEN,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +154603,22,Big Thompson,CO_DEN,Hydro_NonPumped,Water,4.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156930,36,Dignity - San Martin,NV_S,Central_PV,Solar,1.7,0,0,20,0,0,NULL,23,existing_generator, +1118873,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.849999905,61385.91806,0,20,0,0.02,NULL,23,NULL, +155297,16,Helzel & Schwarzhoff 88 Wind Farm,CA_SCE_CEN,Wind,Wind,1.8,0,0,20,0,0,NULL,23,existing_generator, +1108289,36,Proposed,NV_S,Central_PV,Solar,7.570000172,70462.455,0,20,0,0.02,NULL,23,NULL, +1114379,3,Proposed,AZ_APS_SW,Central_PV,Solar,93.23000336,45643.25944,0,20,0,0.02,NULL,23,NULL, +1109129,15,Proposed,CA_PGE_S,Central_PV,Solar,20.48999977,53710.56694,0,20,0,0.02,NULL,23,NULL, +1115165,23,Proposed,CO_E,Central_PV,Solar,240.8899994,92764.01777,0,20,0,0.02,NULL,23,NULL, +1191184027,40,Proposed,OR_WA_BPA,Wind,Wind,90,72777.2325,0,30,0.05,0.006,NULL,23,NULL, +1115315,16,Proposed,CA_SCE_CEN,Central_PV,Solar,9.420000076,61430.11444,0,20,0,0.02,NULL,23,NULL, +154888,17,Pebbly Beach,CA_SCE_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,9.4,0,33.579,20,0.04,0.06,6.967,23,existing_generator, +155927,15,Bakersfield College Solar 01,CA_PGE_S,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +156227,16,Rio Grande Solar,CA_SCE_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1101986,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,121.0199966,55865.83181,0,20,0,0.02,NULL,23,NULL, +1110456,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,16.30999947,51765.16181,0,20,0.06,0,NULL,23,NULL, +1111389,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,1.320000052,100349.7686,0,20,0.06,0,NULL,23,NULL, +1191185136,23,Proposed,CO_E,Wind,Wind,30,56480.20875,0,30,0.05,0.006,NULL,23,NULL, +1113512,2,Proposed,AZ_APS_N,Central_PV,Solar,4.429999828,129707.235,0,20,0,0.02,NULL,23,NULL, +154667,29,Cochrane,MT_NE,Hydro_NonPumped,Water,60.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +157118,33,Vista Solar Energy Center,NM_N,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1109942,17,Proposed,CA_SCE_S,Central_PV,Solar,7.090000153,46531.61625,0,20,0,0.02,NULL,23,NULL, +1116627,46,Proposed,WA_W,CSP_Trough_No_Storage,Solar,2.119999886,45624.54319,0,20,0.06,0,NULL,23,NULL, +1105295,13,Proposed,CA_PGE_CEN,Central_PV,Solar,13.90999985,74114.53875,0,20,0,0.02,NULL,23,NULL, +1108279,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.269999981,88069.37098,0,20,0.06,0,NULL,23,NULL, +1115639,35,Proposed,NV_N,Central_PV,Solar,1.320000052,47712.42861,0,20,0,0.02,NULL,23,NULL, +155454,17,Indigo Energy Facility,CA_SCE_S,Gas_Combustion_Turbine,Gas,149.7,0,6.0375,40,0.04,0.06,11.631,23,existing_generator, +1104449,36,Proposed,NV_S,Central_PV,Solar,39.40000153,80170.39652,0,20,0,0.02,NULL,23,NULL, +154826,1,Coronado,AZ_APS_E,Coal_Steam_Turbine,Coal,821.8,0,5.2164,40,0.04,0.06,9.858,23,existing_generator, +155788,17,Solar Photovoltaic Project #27,CA_SCE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1115765,36,Proposed,NV_S,Central_PV,Solar,3.440000057,44252.33736,0,20,0,0.02,NULL,23,NULL, +1191183187,47,Proposed,WY_NE,Wind,Wind,30,51301.36389,0,30,0.05,0.006,NULL,23,NULL, +1191185276,25,Proposed,CO_SW,Wind,Wind,30,67211.02069,0,30,0.05,0.006,NULL,23,NULL, +1002097,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,10.27709961,0,0,20,0,0.02,NULL,23,NULL, +1112037,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,9,48624.69486,0,20,0.06,0,NULL,23,NULL, +1113893,33,Proposed,NM_N,Central_PV,Solar,9.270000458,92763.04611,0,20,0,0.02,NULL,23,NULL, +1000164,47,Proposed,WY_NE,Residential_PV,Solar,47.29399872,0,0,20,0,0.02,NULL,23,NULL, +1115618,7,Proposed,AZ_SE,Central_PV,Solar,4.309999943,75919.02486,0,20,0,0.02,NULL,23,NULL, +1113903,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,15.56000042,188103.1425,0,20,0.06,0,NULL,23,NULL, +1117449,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,10.43999958,89366.34861,0,20,0.06,0,NULL,23,NULL, +1101051,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,155.6000061,144566.73,0,20,0.06,0,NULL,23,NULL, +155813,23,Cedar Point Wind,CO_E,Wind,Wind,252,0,0,20,0,0,NULL,23,existing_generator, +1114386,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,193.1999969,86399.88902,0,20,0.06,0,NULL,23,NULL, +1117890,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,11.61999989,71878.00819,0,20,0.06,0,NULL,23,NULL, +1105466,36,Proposed,NV_S,Central_PV,Solar,23.28000069,68944.6275,0,20,0,0.02,NULL,23,NULL, +1118592,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,33.75,83979.81375,0,20,0.06,0,NULL,23,NULL, +156534,13,Sun Harvest Solar NDP1,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1100153,49,Proposed,WY_SE,Central_PV,Solar,112.0599976,73379.775,0,20,0,0.02,NULL,23,NULL, +1117228,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,29.93000031,52528.18389,0,20,0.06,0,NULL,23,NULL, +1000018,22,Proposed,CO_DEN,Residential_PV,Solar,47.29399872,0,0,20,0,0.02,NULL,23,NULL, +1191185540,43,Proposed,WA_ID_AVA,Wind,Wind,30,87682.13139,0,30,0.05,0.006,NULL,23,NULL, +157924,9,St_Mary,CAN_BC,Hydro_NonPumped,Water,2.3,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +77489,10,PalmSprings: 1552,CA_IID,Wind,Wind,18,44325.75,0,30,0.05,0.006,NULL,23,NULL, +156145,11,VA Sepulveda Ambulatory Care Center,CA_LADWP,Central_PV,Solar,3.5,0,0,20,0,0,NULL,23,existing_generator, +1115284,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,13.18999958,83844.81902,0,20,0.06,0,NULL,23,NULL, +1104554,5,Proposed,AZ_NW,Central_PV,Solar,38.11000061,84286.03764,0,20,0,0.02,NULL,23,NULL, +1191183482,29,Proposed,MT_NE,Wind,Wind,330,88512.165,0,30,0.05,0.006,NULL,23,NULL, +1001347,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,4.143599987,0,0,20,0,0.02,NULL,23,NULL, +1105409,35,Proposed,NV_N,Central_PV,Solar,24.01000023,112439.8624,0,20,0,0.02,NULL,23,NULL, +1116842,27,Proposed,ID_S_OR_E,Central_PV,Solar,10.05000019,93255.70611,0,20,0,0.02,NULL,23,NULL, +154591,23,Holly,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.9,0,33.579,20,0.04,0.06,9.104,23,existing_generator, +156750,22,Arapahoe 3 Community Solar Array,CO_DEN,Central_PV,Solar,1.8,0,0,20,0,0,NULL,23,existing_generator, +1107319,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,39.79000092,101789.9576,0,20,0.06,0,NULL,23,NULL, +1191185497,43,Proposed,WA_ID_AVA,Wind,Wind,30,64104.36375,0,30,0.05,0.006,NULL,23,NULL, +1104953,2,Proposed,AZ_APS_N,Central_PV,Solar,11.38000011,94557.15527,0,20,0,0.02,NULL,23,NULL, +155262,39,Slate Creek,OR_W,Hydro_NonPumped,Water,4.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155551,35,TS Power Plant,NV_N,Coal_Steam_Turbine,Coal,242,0,5.2164,40,0.04,0.06,12.685,23,existing_generator, +156687,27,"Hyline Solar Center, LLC",ID_S_OR_E,Central_PV,Solar,9,0,0,20,0,0,NULL,23,existing_generator, +1117834,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,5.579999924,52957.93125,0,20,0.06,0,NULL,23,NULL, +1191184138,42,Proposed,UT_S,Wind,Wind,150,123696.3,0,30,0.05,0.006,NULL,23,NULL, +155654,50,Mountain Wind Power LLC,WY_SW,Wind,Wind,61,0,0,20,0,0,NULL,23,existing_generator, +155687,43,Biotech LS 0836,WA_ID_AVA,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1,0,33.579,20,0.04,0.06,9.104,23,existing_generator, +1102223,6,Proposed,AZ_PHX,Central_PV,Solar,120,41855.69514,0,20,0,0.02,NULL,23,NULL, +1191185382,22,Proposed,CO_DEN,Wind,Wind,960,39890.12569,0,30,0.05,0.006,NULL,23,NULL, +77443,16,Tehachapi: 556,CA_SCE_CEN,Wind,Wind,24,86664.9,0,30,0.05,0.006,NULL,23,NULL, +1108001,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.980000019,69054.51,0,20,0,0.02,NULL,23,NULL, +1113557,2,Proposed,AZ_APS_N,Central_PV,Solar,14.19999981,97631.68611,0,20,0,0.02,NULL,23,NULL, +1104936,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,51.06999969,45559.70139,0,20,0.06,0,NULL,23,NULL, +1114630,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,7.440000057,74602.9725,0,20,0.06,0,NULL,23,NULL, +1191183363,24,Proposed,CO_NW,Wind,Wind,30,76031.32236,0,30,0.05,0.006,NULL,23,NULL, +1191184208,7,Proposed,AZ_SE,Wind,Wind,270,50963.50444,0,30,0.05,0.006,NULL,23,NULL, +1110432,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,23.72999954,66284.86819,0,20,0.06,0,NULL,23,NULL, +1191209730,11,Proposed,CA_LADWP,Battery_Storage,Electricity,NULL,82822.425,0,10,0.02,0.0055,NULL,23,NULL, +156186,27,Fargo Drop,ID_S_OR_E,Hydro_NonPumped,Water,1.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105919,35,Proposed,NV_N,Central_PV,Solar,8.979999542,128441.775,0,20,0,0.02,NULL,23,NULL, +1191209593,24,Proposed,CO_NW,Coal_IGCC,Coal,NULL,69511.67139,7.3442565,40,0.08,0.12,7.95,23,NULL, +1001224,4,Proposed,AZ_NM_N,Residential_PV,Solar,52.85800171,0,0,20,0,0.02,NULL,23,NULL, +154468,17,Long Beach Generation LLC,CA_SCE_S,Gas_Combustion_Turbine,Gas,252,0,6.0375,40,0.04,0.06,7.837,23,existing_generator, +1112196,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,10.18000031,39565.18556,0,20,0.06,0,NULL,23,NULL, +157084,17,Orange County Energy Storage 2,CA_SCE_S,Battery_Storage,Electricity,9,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1000120,38,Proposed,OR_PDX,Residential_PV,Solar,4956.129883,0,0,20,0,0.02,NULL,23,NULL, +1110930,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,16.07999992,53866.45236,0,20,0.06,0,NULL,23,NULL, +1116032,13,Proposed,CA_PGE_CEN,Central_PV,Solar,20.62999916,99992.95236,0,20,0,0.02,NULL,23,NULL, +1106861,33,Proposed,NM_N,Central_PV,Solar,19.07999992,80972.17652,0,20,0,0.02,NULL,23,NULL, +1104090,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.519999981,51266.34639,0,20,0.06,0,NULL,23,NULL, +154528,13,Tulloch,CA_PGE_CEN,Hydro_NonPumped,Water,24.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108247,18,Proposed,CA_SCE_SE,Central_PV,Solar,12.55000019,83313.02848,0,20,0,0.02,NULL,23,NULL, +1109170,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,37.65000153,49395.68361,0,20,0.06,0,NULL,23,NULL, +1191210391,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,300,0,33.5769,20,0.03,0.05,4.66844,23,NULL, +155104,14,Rio Bravo Rocklin,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,27.9,0,13.35495,20,0.04,0.06,11.535,23,existing_generator, +1105154,14,Proposed,CA_PGE_N,Central_PV,Solar,3.930000067,47932.67944,0,20,0,0.02,NULL,23,NULL, +158048,9,BrrrdTh3,CAN_BC,Gas_Steam_Turbine,Gas,150,0,4.679173726,40,0.1288,0.0915,10.11999989,23,existing_generator, +1102266,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,304.3500061," 127,091.79 ",0,20,0.06,0,NULL,23,NULL, +1114555,31,Proposed,MT_SE,CSP_Trough_6h_Storage,Solar,3435.02002,71041.57389,0,20,0.06,0,NULL,23,NULL, +1191184449,35,Proposed,NV_N,Wind,Wind,30,105185.9288,0,30,0.05,0.006,NULL,23,NULL, +1111690,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,1.629999995,55371.84639,0,20,0.06,0,NULL,23,NULL, +1191209515,46,Proposed,WA_W,CCGT,Gas,NULL," 77,646.11 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +156026,36,Moapa Southern Paiute,NV_S,Central_PV,Solar,250,0,0,20,0,0,NULL,23,existing_generator, +1116087,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,8.68999958,65435.87306,0,20,0.06,0,NULL,23,NULL, +1117905,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,32.68000031,70632.23139,0,20,0.06,0,NULL,23,NULL, +155770,17,Solar Photovoltaic Project #05,CA_SCE_S,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1001149,50,Proposed,WY_SW,Commercial_PV,Solar,7.355400085,0,0,20,0,0.02,NULL,23,NULL, +157015,3,AES ES GILBERT,AZ_APS_SW,Battery_Storage,Electricity,10,0,0,10,0.02,0.0055,NULL,23,existing_generator, +156644,16,Solverde 1,CA_SCE_CEN,Central_PV,Solar,85,0,0,20,0,0,NULL,23,existing_generator, +1101234,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.029999971,59780.91,0,20,0.06,0,NULL,23,NULL, +1106701,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,11.07999992,48032.29819,0,20,0.06,0,NULL,23,NULL, +1110072,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,15.30000019,92681.90777,0,20,0.06,0,NULL,23,NULL, +1191185476,43,Proposed,WA_ID_AVA,Wind,Wind,30,79506.63,0,30,0.05,0.006,NULL,23,NULL, +157845,8,Waterton_CHD,CAN_ALB,Hydro_NonPumped,Water,2.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1107773,2,Proposed,AZ_APS_N,Central_PV,Solar,41.11999893,57849.87694,0,20,0,0.02,NULL,23,NULL, +155865,17,"Sentinel Energy Center, LLC",CA_SCE_S,Gas_Combustion_Turbine,Gas,800,0,6.0375,40,0.04,0.06,12.051,23,existing_generator, +1108727,1,Proposed,AZ_APS_E,Central_PV,Solar,44.56000137," 77,550.84 ",0,20,0,0.02,NULL,23,NULL, +154858,46,Diablo,WA_W,Hydro_NonPumped,Water,182.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +155641,27,Bennett Creek Windfarm LLC - Mountain Home,ID_S_OR_E,Wind,Wind,21,0,0,20,0,0,NULL,23,existing_generator, +1191183663,29,Proposed,MT_NE,Wind,Wind,30,78242.74069,0,30,0.05,0.006,NULL,23,NULL, +1108723,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,8.119999886,80173.17,0,20,0.06,0,NULL,23,NULL, +1191210384,33,Proposed,NM_N,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,6.599999905,0,16.0398,20,0.11,0.04,7.11014,23,NULL, +155774,17,Solar Photovoltaic Project #09,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1000097,15,Proposed,CA_PGE_S,Commercial_PV,Solar,21.53540039,0,0,20,0,0.02,NULL,23,NULL, +155784,17,Solar Photovoltaic Project #22,CA_SCE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +156403,16,Lancaster Solar 2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1101357,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,1959.689941,62747.37431,0,20,0.06,0,NULL,23,NULL, +1106447,1,Proposed,AZ_APS_E,Central_PV,Solar,30.27000046," 86,063.48 ",0,20,0,0.02,NULL,23,NULL, +1001346,37,Proposed,OR_E,Residential_PV,Solar,18.08300018,0,0,20,0,0.02,NULL,23,NULL, +1108792,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.619999886,176998.9725,0,20,0.06,0,NULL,23,NULL, +1115974,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,10.97999954,49862.98611,0,20,0.06,0,NULL,23,NULL, +1001336,38,Proposed,OR_PDX,Residential_PV,Solar,26.42900085,0,0,20,0,0.02,NULL,23,NULL, +1191183370,24,Proposed,CO_NW,Wind,Wind,30,42461.97806,0,30,0.05,0.006,NULL,23,NULL, +1102709,23,Proposed,CO_E,Central_PV,Solar,3591.429932,119824.3286,0,20,0,0.02,NULL,23,NULL, +1117496,35,Proposed,NV_N,Central_PV,Solar,22.67000008,54386.16319,0,20,0,0.02,NULL,23,NULL, +1102711,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,3591.429932,119824.3286,0,20,0.06,0,NULL,23,NULL, +1107300,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.340000033,67463.50611,0,20,0.06,0,NULL,23,NULL, +155833,25,Cogentrix of Alamosa,CO_SW,Central_PV,Solar,30,0,0,20,0,0,NULL,23,existing_generator, +1113514,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,4.429999828,129707.235,0,20,0.06,0,NULL,23,NULL, +1191184381,35,Proposed,NV_N,Wind,Wind,30,101382.549,0,30,0.05,0.006,NULL,23,NULL, +155843,18,Genesis Solar Energy Project,CA_SCE_SE,ST,Solar,250,0,0,20,0,0,NULL,23,existing_generator, +1111807,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,105.4800034,93769.26152,0,20,0.06,0,NULL,23,NULL, +1111272,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,12.26000023,68365.50861,0,20,0.06,0,NULL,23,NULL, +1104142,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.169999957,60361.35431,0,20,0.06,0,NULL,23,NULL, +1191210367,20,Proposed,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,0.5,0,16.0398,20,0.11,0.04,11.9734,23,NULL, +1114858,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.769999981,173128.935,0,20,0.06,0,NULL,23,NULL, +1191184788,33,Proposed,NM_N,Wind,Wind,90,57674.42625,0,30,0.05,0.006,NULL,23,NULL, +1191182603,30,Proposed,MT_NW,Wind,Wind,30,43811.7225,0,30,0.05,0.006,NULL,23,NULL, +1118417,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1.279999971,63533.45681,0,20,0,0.02,NULL,23,NULL, +155442,14,CalPeak Power Vaca Dixon Peaker Plant,CA_PGE_N,Gas_Combustion_Turbine,Gas,60.5,0,6.0375,40,0.04,0.06,8.348,23,existing_generator, +1191183410,4,Proposed,AZ_NM_N,Wind,Wind,60,102066.9563,0,30,0.05,0.006,NULL,23,NULL, +1100378,16,Proposed,CA_SCE_CEN,Central_PV,Solar,257.6099854,70504.7175,0,20,0,0.02,NULL,23,NULL, +1109936,2,Proposed,AZ_APS_N,Central_PV,Solar,11.88000011,56686.0875,0,20,0,0.02,NULL,23,NULL, +1191183320,24,Proposed,CO_NW,Wind,Wind,30,40742.2575,0,30,0.05,0.006,NULL,23,NULL, +154673,29,Rainbow (MT),MT_NE,Hydro_NonPumped,Water,59,0,0,200,0.05,0.05,NULL,23,existing_generator, +154901,36,Harry Allen,NV_S,CCGT,Gas,558.5,0,5.9409,40,0.04,0.06,8.326,23,existing_generator, +155626,35,Galena 2 Geothermal Power Plant,NV_N,Geothermal,Geothermal,13.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1118943,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,1.200000048,114539.1011,0,20,0.06,0,NULL,23,NULL, +1118723,18,Proposed,CA_SCE_SE,Central_PV,Solar,9.720000267,53730.85389,0,20,0,0.02,NULL,23,NULL, +155683,13,Gap Pacific Distribution Center,CA_PGE_CEN,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1191185158,23,Proposed,CO_E,Wind,Wind,2760,46584.74625,0,30,0.05,0.006,NULL,23,NULL, +154441,39,Fall Creek,OR_W,Hydro_NonPumped,Water,2.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182421,26,Proposed,ID_E,Wind,Wind,630,59399.21736,0,30,0.05,0.006,NULL,23,NULL, +1191185288,25,Proposed,CO_SW,Wind,Wind,30,86637.87973,0,30,0.05,0.006,NULL,23,NULL, +155411,11,MM Lopez Energy,CA_LADWP,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,0,6.0375,20,0.04,0.06,11.295,23,existing_generator, +1191182532,36,Proposed,NV_S,Wind,Wind,60,146807.85,0,30,0.05,0.006,NULL,23,NULL, +1191209600,31,Proposed,MT_SE,Coal_IGCC,Coal,NULL,70251.1425,7.3442565,40,0.08,0.12,7.95,23,NULL, +154646,27,Upper Malad,ID_S_OR_E,Hydro_NonPumped,Water,8.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103590,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,2.5,58390.71431,0,20,0.06,0,NULL,23,NULL, +1191210381,41,Proposed,UT_N,Gas_Internal_Combustion_Engine_Cogen,Gas,1.799999952,0,33.5769,20,0.03,0.05,4.89272,23,NULL, +1191183316,24,Proposed,CO_NW,Wind,Wind,60,70481.775,0,30,0.05,0.006,NULL,23,NULL, +156209,16,Nunn,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +155186,12,Phillips 66 Carbon Plant,CA_PGE_BAY,Coal_Steam_Turbine,Coal,27.3,0,5.2164,40,0.04,0.06,17.98,23,existing_generator, +155533,33,New Mexico Wind Energy Center,NM_N,Wind,Wind,204,0,0,20,0,0,NULL,23,existing_generator, +1114010,10,Proposed,CA_IID,Central_PV,Solar,42.52999878,125152.545,0,20,0,0.02,NULL,23,NULL, +1108453,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,22.37000084,52589.40319,0,20,0.06,0,NULL,23,NULL, +77513,12,Solano: 1913,CA_PGE_BAY,Wind,Wind,37,49291.2,0,30,0.05,0.006,NULL,23,NULL, +154934,46,Cowlitz Falls,WA_W,Hydro_NonPumped,Water,70,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110945,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,49.59999847,67483.31194,0,20,0.06,0,NULL,23,NULL, +154723,39,Cougar,OR_W,Hydro_NonPumped,Water,26,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107753,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,66.38999939,78111.36375,0,20,0.06,0,NULL,23,NULL, +156478,16,Sierra Solar Greenworks,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191185505,43,Proposed,WA_ID_AVA,Wind,Wind,60,55933.57444,0,30,0.05,0.006,NULL,23,NULL, +1191209501,32,Proposed,MT_SW,CCGT,Gas,NULL," 70,251.14 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1191185474,43,Proposed,WA_ID_AVA,Wind,Wind,30,46391.42361,0,30,0.05,0.006,NULL,23,NULL, +1112742,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,93.95999908,85946.95389,0,20,0.06,0,NULL,23,NULL, +155804,17,Garnet Wind Energy Center,CA_SCE_S,Wind,Wind,6.5,0,0,20,0,0,NULL,23,existing_generator, +1118739,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,35.95000076,42220.84125,0,20,0.06,0,NULL,23,NULL, +77495,14,Solano: 1883,CA_PGE_N,Wind,Wind,98,44941.05,0,30,0.05,0.006,NULL,23,NULL, +154785,40,Ice Harbor,OR_WA_BPA,Hydro_NonPumped,Water,603,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001611,35,Proposed,NV_N,Commercial_PV,Solar,75.89279938,0,0,20,0,0.02,NULL,23,NULL, +1102921,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.029999971,63196.32375,0,20,0.06,0,NULL,23,NULL, +1103468,16,Proposed,CA_SCE_CEN,Central_PV,Solar,34.13000107,46298.08764,0,20,0,0.02,NULL,23,NULL, +1115519,39,Proposed,OR_W,Central_PV,Solar,2.589999914,51477.17306,0,20,0,0.02,NULL,23,NULL, +155611,17,Center Peaker,CA_SCE_S,Gas_Combustion_Turbine,Gas,49.8,0,6.0375,40,0.04,0.06,11.173,23,existing_generator, +157836,8,Irrican,CAN_ALB,Hydro_NonPumped,Water,7,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +77469,16,Tehachapi: 591,CA_SCE_CEN,Wind,Wind,21,86953.65,0,30,0.05,0.006,NULL,23,NULL, +1000463,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,525.3610229,0,0,20,0,0.02,NULL,23,NULL, +1111390,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,1.320000052,100349.7686,0,20,0.06,0,NULL,23,NULL, +1001838,1,Proposed,AZ_APS_E,Residential_PV,Solar,22.25600052, - ,0,20,0,0.02,NULL,23,NULL, +156566,16,Springbok Solar Farm 2,CA_SCE_CEN,Central_PV,Solar,155,0,0,20,0,0,NULL,23,existing_generator, +154724,39,Detroit,OR_W,Hydro_NonPumped,Water,100,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182466,42,Proposed,UT_S,Wind,Wind,270,154005.7575,0,30,0.05,0.006,NULL,23,NULL, +1110077,2,Proposed,AZ_APS_N,Central_PV,Solar,30.38999939,107400.2385,0,20,0,0.02,NULL,23,NULL, +157001,7,H Wilson Sundt Generating Station,AZ_SE,Gas_Internal_Combustion_Engine,Gas,235,0,33.579,20,0.04,0.06,11.726,23,existing_generator, +1100336,1,Proposed,AZ_APS_E,Central_PV,Solar,89.91000366," 81,058.87 ",0,20,0,0.02,NULL,23,NULL, +1108267,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.809999943,69755.46375,0,20,0.06,0,NULL,23,NULL, +156083,17,MillerCoors Irwindale Brewery,CA_SCE_S,Gas_Combustion_Turbine,Gas,10.4,0,6.0375,40,0.04,0.06,11.685,23,existing_generator, +1191183968,27,Proposed,ID_S_OR_E,Wind,Wind,900,108291.864,0,30,0.05,0.006,NULL,23,NULL, +1116869,24,Proposed,CO_NW,Central_PV,Solar,12.63000011,63061.44694,0,20,0,0.02,NULL,23,NULL, +1191210465,22,Proposed,CO_DEN,Gas_Combustion_Turbine_Cogen,Gas,37,0,33.5769,20,0.03,0.05,5.73425,23,NULL, +1111970,1,Proposed,AZ_APS_E,Central_PV,Solar,28.86000061," 84,571.85 ",0,20,0,0.02,NULL,23,NULL, +1191185403,22,Proposed,CO_DEN,Wind,Wind,30,51346.76306,0,30,0.05,0.006,NULL,23,NULL, +1104168,38,Proposed,OR_PDX,CSP_Trough_No_Storage,Solar,2.319999933,45344.40319,0,20,0.06,0,NULL,23,NULL, +1105238,50,Proposed,WY_SW,Central_PV,Solar,257.6300049,65024.84194,0,20,0,0.02,NULL,23,NULL, +1108164,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,5.940000057,59725.24236,0,20,0.06,0,NULL,23,NULL, +1116147,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,109.0400009,80427.9525,0,20,0.06,0,NULL,23,NULL, +1105431,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,13.01000023,83958.6825,0,20,0.06,0,NULL,23,NULL, +1107251,2,Proposed,AZ_APS_N,Central_PV,Solar,12.81999969,64339.82625,0,20,0,0.02,NULL,23,NULL, +1108782,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,88.45999908,41760.66111,0,20,0.06,0,NULL,23,NULL, +1191182553,36,Proposed,NV_S,Wind,Wind,150,154898.1,0,30,0.05,0.006,NULL,23,NULL, +155667,49,Glenrock,WY_SE,Wind,Wind,138,0,0,20,0,0,NULL,23,existing_generator, +1191209489,20,Proposed,CA_SDGE,CCGT,Gas,NULL," 82,822.43 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1191182699,39,Proposed,OR_W,Wind,Wind,30,70646.59875,0,30,0.05,0.006,NULL,23,NULL, +1001227,23,Proposed,CO_E,Commercial_PV,Solar,6.906000137,0,0,20,0,0.02,NULL,23,NULL, +1116947,33,Proposed,NM_N,Central_PV,Solar,12.23999977,61061.82694,0,20,0,0.02,NULL,23,NULL, +1191209227,42,Proposed,UT_S,Geothermal,Geothermal,65,39197.98528,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155624,22,DADS Gas Recovery,CO_DEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,12,23,existing_generator, +1191183380,24,Proposed,CO_NW,Wind,Wind,30,46865.61264,0,30,0.05,0.006,NULL,23,NULL, +154562,23,Pueblo,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,8,0,33.579,20,0.04,0.06,9.612,23,existing_generator, +156325,16,Expressway Solar A,CA_SCE_CEN,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +155467,14,Creed Energy Center,CA_PGE_N,Gas_Combustion_Turbine,Gas,47,0,6.0375,40,0.04,0.06,10.273,23,existing_generator, +1107766,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,12.73999977,69828.03639,0,20,0.06,0,NULL,23,NULL, +1191182707,39,Proposed,OR_W,Wind,Wind,30,67410.13556,0,30,0.05,0.006,NULL,23,NULL, +156054,31,Musselshell Wind Project,MT_SE,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +1100117,12,Proposed,CA_PGE_BAY,Central_PV,Solar,103.1600037,54608.22056,0,20,0,0.02,NULL,23,NULL, +1191182610,30,Proposed,MT_NW,Wind,Wind,30,46633.77264,0,30,0.05,0.006,NULL,23,NULL, +1191182653,39,Proposed,OR_W,Wind,Wind,30,56735.47236,0,30,0.05,0.006,NULL,23,NULL, +1111533,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,7.460000038,85672.125,0,20,0.06,0,NULL,23,NULL, +1191209642,23,Proposed,CO_E,Coal_Steam_Turbine,Coal,NULL,69511.67139,4.166232,40,0.06,0.1,9,23,NULL, +1191210873,8,Proposed,CAN_ALB,Wind,Wind,5130.060059,44239.41806,0,30,0.05,0.006,NULL,23,NULL, +1107202,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,3.670000076,58817.56556,0,20,0.06,0,NULL,23,NULL, +1191184830,1,Proposed,AZ_APS_E,Wind,Wind,60," 94,054.84 ",0,30,0.05,0.006,NULL,23,NULL, +1191209312,35,Proposed,NV_N,Geothermal,Geothermal,40,90674.67486,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155376,24,Taylor Draw Hydroelectric Facility,CO_NW,Hydro_NonPumped,Water,2.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1113971,4,Proposed,AZ_NM_N,Central_PV,Solar,8.609999657,106993.6789,0,20,0,0.02,NULL,23,NULL, +1191185264,25,Proposed,CO_SW,Wind,Wind,60,56061.56944,0,30,0.05,0.006,NULL,23,NULL, +1115256,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,53.13000107,83590.87611,0,20,0.06,0,NULL,23,NULL, +154600,25,Blue Mesa,CO_SW,Hydro_NonPumped,Water,86.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +155245,17,OLS Energy Chino,CA_SCE_S,CCGT,Gas,30.8,0,5.9409,40,0.04,0.06,10.291,23,existing_generator, +1113562,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.860000134,62994.19014,0,20,0.06,0,NULL,23,NULL, +1191209397,41,Proposed,UT_N,Geothermal,Geothermal,10,39524.13056,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155553,2,Prescott Airport,AZ_APS_N,Central_PV,Solar,2.1,0,0,20,0,0,NULL,23,existing_generator, +1001231,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,10.26019955,0,0,20,0,0.02,NULL,23,NULL, +1111809,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.210000038,56156.96194,0,20,0.06,0,NULL,23,NULL, +1114873,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,7.159999847,90762.82236,0,20,0.06,0,NULL,23,NULL, +1118842,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,33.52999878,40273.50694,0,20,0.06,0,NULL,23,NULL, +1191184032,46,Proposed,WA_W,Wind,Wind,30,58424.8875,0,30,0.05,0.006,NULL,23,NULL, +155607,17,Grapeland Peaker,CA_SCE_S,Gas_Combustion_Turbine,Gas,49.8,0,6.0375,40,0.04,0.06,7.721,23,existing_generator, +1103983,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,111.0999985,41843.37486,0,20,0.06,0,NULL,23,NULL, +154347,6,West Phoenix,AZ_PHX,Gas_Combustion_Turbine,Gas,106.2,0,6.0375,40,0.04,0.06,11.273,23,existing_generator, +156670,15,Westside Solar Power PV1,CA_PGE_S,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191210417,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,25,0,16.844625,40,0.1288,0.0915,17.6903,23,NULL, +156076,27,Neal Hot Springs Geothermal Project,ID_S_OR_E,Geothermal,Geothermal,33,0,36.2145,20,0,0,NULL,23,existing_generator, +1002045,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,49.65299988,0,0,20,0,0.02,NULL,23,NULL, +1102901,7,Proposed,AZ_SE,Central_PV,Solar,173.9600067,82713.99527,0,20,0,0.02,NULL,23,NULL, +1114383,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,6.550000191,50593.76889,0,20,0.06,0,NULL,23,NULL, +1118806,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,7.150000095,64979.67861,0,20,0.06,0,NULL,23,NULL, +1110002,17,Proposed,CA_SCE_S,Central_PV,Solar,3.880000114,51776.99625,0,20,0,0.02,NULL,23,NULL, +155013,22,Strontia Springs Hydro Plant,CO_DEN,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +157049,15,"Willow Spring Solar 3, LLC",CA_PGE_S,Central_PV,Solar,75,0,0,20,0,0,NULL,23,existing_generator, +1191185329,25,Proposed,CO_SW,Wind,Wind,120,74002.24125,0,30,0.05,0.006,NULL,23,NULL, +155734,16,Ivanpah 3,CA_SCE_CEN,ST,Solar,133.4,0,0,20,0,0,NULL,23,existing_generator, +156721,29,Greenfield Wind - MT,MT_NE,Wind,Wind,25,0,0,20,0,0,NULL,23,existing_generator, +157874,9,Falls_River,CAN_BC,Hydro_NonPumped,Water,7,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1118761,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.470000029,101362.1347,0,20,0.06,0,NULL,23,NULL, +1191210480,31,Proposed,MT_SE,Coal_Steam_Turbine_Cogen,Coal,65,0,4.166232,40,0.06,0.1,9.83807,23,NULL, +154607,22,Flatiron,CO_DEN,Hydro_Pumped,Water,8.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155572,23,Spring Canyon,CO_E,Wind,Wind,60,0,0,20,0,0,NULL,23,existing_generator, +1116597,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,72.87000275,66329.05986,0,20,0.06,0,NULL,23,NULL, +1191183279,41,Proposed,UT_N,Wind,Wind,30,85521.43277,0,30,0.05,0.006,NULL,23,NULL, +1114371,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,9.789999962,84689.46527,0,20,0.06,0,NULL,23,NULL, +1112749,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,13.14999962,71008.00444,0,20,0.06,0,NULL,23,NULL, +1191209331,35,Proposed,NV_N,Geothermal,Geothermal,16,84477.30375,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1116970,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,21.20000076,110219.8736,0,20,0.06,0,NULL,23,NULL, +1118129,14,Proposed,CA_PGE_N,Central_PV,Solar,4.099999905,73567.78181,0,20,0,0.02,NULL,23,NULL, +1115257,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,53.13000107,83590.87611,0,20,0.06,0,NULL,23,NULL, +1107082,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,15.68999958,51432.73611,0,20,0.06,0,NULL,23,NULL, +1191182675,39,Proposed,OR_W,Wind,Wind,30,49997.26389,0,30,0.05,0.006,NULL,23,NULL, +1001005,11,Proposed,CA_LADWP,Commercial_PV,Solar,512.1380005,0,0,20,0,0.02,NULL,23,NULL, +1108115,25,Proposed,CO_SW,Central_PV,Solar,1.659999967,65398.80375,0,20,0,0.02,NULL,23,NULL, +1118810,18,Proposed,CA_SCE_SE,Central_PV,Solar,8.550000191,72476.565,0,20,0,0.02,NULL,23,NULL, +77411,16,Tehachapi: 512,CA_SCE_CEN,Wind,Wind,35,86779.35,0,30,0.05,0.006,NULL,23,NULL, +77445,16,Tehachapi: 558,CA_SCE_CEN,Wind,Wind,50,41534.85,0,30,0.05,0.006,NULL,23,NULL, +1104918,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,26.31999969,76852.06389,0,20,0.06,0,NULL,23,NULL, +156802,15,Delano Land 1,CA_PGE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +155063,16,SEGS VII,CA_SCE_CEN,ST,Solar,35,0,0,20,0,0,NULL,23,existing_generator, +1102862,4,Proposed,AZ_NM_N,Central_PV,Solar,40.84000015,87214.58361,0,20,0,0.02,NULL,23,NULL, +1104508,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,5.110000134,89339.05723,0,20,0.06,0,NULL,23,NULL, +1108254,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,46.22000122,152485.515,0,20,0.06,0,NULL,23,NULL, +77434,14,LassenNorth: 547,CA_PGE_N,Wind,Wind,14,109124.4,0,30,0.05,0.006,NULL,23,NULL, +157086,17,Hecate Energy Johanna Facility,CA_SCE_S,Battery_Storage,Electricity,15,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1102783,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,185.0899963,51594.18264,0,20,0.06,0,NULL,23,NULL, +1105629,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,38.18000031,162531.915,0,20,0.06,0,NULL,23,NULL, +154413,13,Phoenix,CA_PGE_CEN,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104827,15,Proposed,CA_PGE_S,Central_PV,Solar,3.269999981,47895.72806,0,20,0,0.02,NULL,23,NULL, +1114848,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,36.81000137,59332.32375,0,20,0.06,0,NULL,23,NULL, +1191183259,41,Proposed,UT_N,Wind,Wind,30,64987.04625,0,30,0.05,0.006,NULL,23,NULL, +1191185668,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,60,120954.0675,0,30,0.05,0.006,NULL,23,NULL, +1118305,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1.889999986,85974.96223,0,20,0.06,0,NULL,23,NULL, +1102902,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,173.9600067,82713.99527,0,20,0.06,0,NULL,23,NULL, +1110341,41,Proposed,UT_N,Central_PV,Solar,11.5,47837.04639,0,20,0,0.02,NULL,23,NULL, +1118796,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,106.3600006,67438.39389,0,20,0.06,0,NULL,23,NULL, +1191185461,43,Proposed,WA_ID_AVA,Wind,Wind,30,48321.97556,0,30,0.05,0.006,NULL,23,NULL, +1117885,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,75.5,88601.16152,0,20,0.06,0,NULL,23,NULL, +1191182546,36,Proposed,NV_S,Wind,Wind,30,145526.6925,0,30,0.05,0.006,NULL,23,NULL, +1114772,35,Proposed,NV_N,Central_PV,Solar,30.32999992,69493.67681,0,20,0,0.02,NULL,23,NULL, +154663,42,Hydro Plant No 3,UT_S,Hydro_NonPumped,Water,2.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185510,30,Proposed,MT_NW,Wind,Wind,60,72416.19,0,30,0.05,0.006,NULL,23,NULL, +1191209607,38,Proposed,OR_PDX,Coal_IGCC,Coal,NULL,76906.51931,7.3442565,40,0.08,0.12,7.95,23,NULL, +1191182519,36,Proposed,NV_S,Wind,Wind,60,150560.76,0,30,0.05,0.006,NULL,23,NULL, +156823,16,Green Beanworks C PV,CA_SCE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1001701,3,Proposed,AZ_APS_SW,Commercial_PV,Solar,23.22839928,0,0,20,0,0.02,NULL,23,NULL, +1102888,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,125.4700012,43974.735,0,20,0.06,0,NULL,23,NULL, +1001892,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,102.9339981,0,0,20,0,0.02,NULL,23,NULL, +1113801,48,Proposed,WY_NW,CSP_Trough_No_Storage,Solar,1.549999952,50955.65569,0,20,0.06,0,NULL,23,NULL, +157023,16,Waterman Turnout Hydroelectric,CA_SCE_CEN,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155786,23,Kit Carson Windpower,CO_E,Wind,Wind,51,0,0,20,0,0,NULL,23,existing_generator, +1105426,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,38.65000153,41723.47389,0,20,0.06,0,NULL,23,NULL, +1116117,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.549999952,65466.06056,0,20,0.06,0,NULL,23,NULL, +1111295,33,Proposed,NM_N,Central_PV,Solar,15.17000008,54043.95486,0,20,0,0.02,NULL,23,NULL, +1191183966,27,Proposed,ID_S_OR_E,Wind,Wind,30,96582.73652,0,30,0.05,0.006,NULL,23,NULL, +154506,16,Haiwee,CA_SCE_CEN,Hydro_NonPumped,Water,5.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116588,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,47.90000153,68415.13875,0,20,0.06,0,NULL,23,NULL, +155709,23,Pueblo Airport Generating Station,CO_E,CCGT,Gas,200,0,5.9409,40,0.04,0.06,10.626,23,existing_generator, +1110918,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,10.27000046,79897.86,0,20,0.06,0,NULL,23,NULL, +1107254,33,Proposed,NM_N,Central_PV,Solar,38.52000046,45886.08486,0,20,0,0.02,NULL,23,NULL, +1109943,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,7.090000153,46531.61625,0,20,0.06,0,NULL,23,NULL, +1102696,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,2.269999981,52703.99306,0,20,0.06,0,NULL,23,NULL, +1115247,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,17.73999977,51453.99,0,20,0.06,0,NULL,23,NULL, +1000803,41,Proposed,UT_N,Commercial_PV,Solar,36.15840149,0,0,20,0,0.02,NULL,23,NULL, +77368,16,Tehachapi: 39,CA_SCE_CEN,Wind,Wind,37,87089.1,0,30,0.05,0.006,NULL,23,NULL, +155160,14,Nelson Creek,CA_PGE_N,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +157840,8,Raymond_Reservoir,CAN_ALB,Hydro_NonPumped,Water,18,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1114365,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.450000048,45287.76861,0,20,0.06,0,NULL,23,NULL, +1191209529,10,Proposed,CA_IID,Gas_Combustion_Turbine,Gas,NULL,82822.425,33.5769,20,0.03,0.05,10.39,23,NULL, +1118798,18,Proposed,CA_SCE_SE,Central_PV,Solar,3.50999999,96757.70139,0,20,0,0.02,NULL,23,NULL, +154853,39,Lemolo 2,OR_W,Hydro_NonPumped,Water,38.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156828,11,USPS PV,CA_LADWP,Central_PV,Solar,10.7,0,0,20,0,0,NULL,23,existing_generator, +1112113,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,85.27999878,64876.43736,0,20,0.06,0,NULL,23,NULL, +1118826,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,6.730000019,61468.15069,0,20,0.06,0,NULL,23,NULL, +158046,9,BrrrdTh1,CAN_BC,Gas_Steam_Turbine,Gas,150,0,4.679173726,40,0.1288,0.0915,10.11999989,23,existing_generator, +1191209262,35,Proposed,NV_N,Geothermal,Geothermal,54,100223.9528,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156336,7,Red Horse 2,AZ_SE,Wind,Wind,30,0,0,20,0,0,NULL,23,existing_generator, +1106839,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,37.43999863,44322.01389,0,20,0.06,0,NULL,23,NULL, +1117663,29,Proposed,MT_NE,CSP_Trough_6h_Storage,Solar,22.70999908,52229.93139,0,20,0.06,0,NULL,23,NULL, +154748,41,Brigham City,UT_N,Hydro_NonPumped,Water,1.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105419,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,3.480000019,83916.06152,0,20,0.06,0,NULL,23,NULL, +1106163,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.659999967,101820.9847,0,20,0.06,0,NULL,23,NULL, +1118220,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.75,62832.98889,0,20,0.06,0,NULL,23,NULL, +1191185079,23,Proposed,CO_E,Wind,Wind,30,118557.4253,0,30,0.05,0.006,NULL,23,NULL, +158037,28,CerroPr4-3,MEX_BAJA,Geothermal,Geothermal,28.8,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +1191184050,46,Proposed,WA_W,Wind,Wind,30,49489.51014,0,30,0.05,0.006,NULL,23,NULL, +154726,39,Green Peter,OR_W,Hydro_NonPumped,Water,80,0,0,200,0.05,0.05,NULL,23,existing_generator, +1100983,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,179.0899963,78221.24625,0,20,0.06,0,NULL,23,NULL, +1191185444,43,Proposed,WA_ID_AVA,Wind,Wind,90,66304.42875,0,30,0.05,0.006,NULL,23,NULL, +1191209762,43,Proposed,WA_ID_AVA,Battery_Storage,Electricity,NULL,70990.73625,0,10,0.02,0.0055,NULL,23,NULL, +1000431,44,Proposed,WA_N_CEN,Commercial_PV,Solar,1821.290039,0,0,20,0,0.02,NULL,23,NULL, +1110975,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,6.090000153,50893.10625,0,20,0.06,0,NULL,23,NULL, +1191209558,39,Proposed,OR_W,Gas_Combustion_Turbine,Gas,NULL,76906.51931,33.5769,20,0.03,0.05,10.39,23,NULL, +154849,40,Chandler,OR_WA_BPA,Hydro_NonPumped,Water,12,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115230,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,50.04999924,45023.08556,0,20,0.06,0,NULL,23,NULL, +155275,11,UCLA So Campus Cogen Project,CA_LADWP,CCGT,Gas,43,0,5.9409,40,0.04,0.06,12.197,23,existing_generator, +155828,33,Red Mesa Wind LLC,NM_N,Wind,Wind,102.4,0,0,20,0,0,NULL,23,existing_generator, +1001612,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,33.38399887,0,0,20,0,0.02,NULL,23,NULL, +1117028,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.929999948,59892.84431,0,20,0,0.02,NULL,23,NULL, +156940,13,UC Merced Solar,CA_PGE_CEN,Battery_Storage,Electricity,0.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +157018,13,Foundation Mann Packing,CA_PGE_CEN,Wind,Wind,1.8,0,0,20,0,0,NULL,23,existing_generator, +1109996,4,Proposed,AZ_NM_N,Central_PV,Solar,1.370000005,70836.65736,0,20,0,0.02,NULL,23,NULL, +1191183227,31,Proposed,MT_SE,Wind,Wind,30,62749.18556,0,30,0.05,0.006,NULL,23,NULL, +1191183104,5,Proposed,AZ_NW,Wind,Wind,30,42699.615,0,30,0.05,0.006,NULL,23,NULL, +1191185506,43,Proposed,WA_ID_AVA,Wind,Wind,30,39410.98875,0,30,0.05,0.006,NULL,23,NULL, +1191209184,17,Proposed,CA_SCE_S,Bio_Gas,Bio_Gas,NULL,82822.425,16.0398,20,0.11,0.04,13.5,23,NULL, +1001323,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,19.75239944,0,0,20,0,0.02,NULL,23,NULL, +1110332,22,Proposed,CO_DEN,Central_PV,Solar,12.56999969,40243.68264,0,20,0,0.02,NULL,23,NULL, +1100961,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,456.5100098,46200.88389,0,20,0.06,0,NULL,23,NULL, +1191210067,14,Proposed,CA_PGE_N,Geothermal,Geothermal,24.39999962,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1103984,1,Proposed,AZ_APS_E,Central_PV,Solar,1066.77002," 63,274.81 ",0,20,0,0.02,NULL,23,NULL, +155991,21,RE Bruceville 2,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +156222,7,"Picture Rocks Solar, LLC",AZ_SE,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1104046,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,75.34999847,91114.80861,0,20,0.06,0,NULL,23,NULL, +154622,46,South Fork Tolt,WA_W,Hydro_NonPumped,Water,16.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155675,14,Shiloh Wind Project 2 LLC,CA_PGE_N,Wind,Wind,150,0,0,20,0,0,NULL,23,existing_generator, +77358,16,Tehachapi: 26,CA_SCE_CEN,Wind,Wind,31,56812.35,0,30,0.05,0.006,NULL,23,NULL, +1102949,41,Proposed,UT_N,Central_PV,Solar,11.71000004,73191.28236,0,20,0,0.02,NULL,23,NULL, +1104360,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,1.830000043,38534.10319,0,20,0.06,0,NULL,23,NULL, +1108160,4,Proposed,AZ_NM_N,Central_PV,Solar,23.26000023,81282.01348,0,20,0,0.02,NULL,23,NULL, +1118871,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.160000086,67982.12736,0,20,0.06,0,NULL,23,NULL, +156700,16,RE Garland A,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +157050,15,Springbok 3 Solar Farm,CA_PGE_S,Central_PV,Solar,90,0,0,20,0,0,NULL,23,existing_generator, +1115292,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,24.23999977,72879.26625,0,20,0.06,0,NULL,23,NULL, +1113534,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,4.610000134,40088.51889,0,20,0.06,0,NULL,23,NULL, +1001843,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,7.783599854,0,0,20,0,0.02,NULL,23,NULL, +1105239,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,257.6300049,65024.84194,0,20,0.06,0,NULL,23,NULL, +1118674,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.269999981,196722.2775,0,20,0.06,0,NULL,23,NULL, +1191184228,7,Proposed,AZ_SE,Wind,Wind,270,80175.33973,0,30,0.05,0.006,NULL,23,NULL, +154543,14,White Rock/Slab Creek,CA_PGE_N,Hydro_NonPumped,Water,266.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155408,7,Desert Basin,AZ_SE,CCGT,Gas,646.1,0,5.9409,40,0.04,0.06,7.407,23,existing_generator, +1117503,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,77.58999634,62259.54431,0,20,0.06,0,NULL,23,NULL, +1118773,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,24.12000084,58418.48681,0,20,0.06,0,NULL,23,NULL, +1118894,36,Proposed,NV_S,Central_PV,Solar,2.089999914,82128.83889,0,20,0,0.02,NULL,23,NULL, +1191209196,20,Proposed,CA_SDGE,Bio_Gas,Bio_Gas,NULL,82822.425,16.0398,20,0.11,0.04,13.5,23,NULL, +1116539,2,Proposed,AZ_APS_N,Central_PV,Solar,64.44999695,70691.15361,0,20,0,0.02,NULL,23,NULL, +1191185498,43,Proposed,WA_ID_AVA,Wind,Wind,30,51472.46569,0,30,0.05,0.006,NULL,23,NULL, +1113916,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,10.69999981,75297.285,0,20,0.06,0,NULL,23,NULL, +1115630,35,Proposed,NV_N,Central_PV,Solar,9.430000305,174034.56,0,20,0,0.02,NULL,23,NULL, +1107775,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,41.11999893,57849.87694,0,20,0.06,0,NULL,23,NULL, +1117660,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,1.200000048,47234.14069,0,20,0.06,0,NULL,23,NULL, +154769,43,Meyers Falls,WA_ID_AVA,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +154884,17,San Dimas,CA_SCE_S,Hydro_NonPumped,Water,9.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108251,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,64.66000366,47795.62819,0,20,0.06,0,NULL,23,NULL, +1106016,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.25,95923.92264,0,20,0.06,0,NULL,23,NULL, +1110015,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,12.14999962,71977.99014,0,20,0.06,0,NULL,23,NULL, +1191183398,4,Proposed,AZ_NM_N,Wind,Wind,30,88563.48375,0,30,0.05,0.006,NULL,23,NULL, +77343,16,Tehachapi: 11,CA_SCE_CEN,Wind,Wind,40,86779.35,0,30,0.05,0.006,NULL,23,NULL, +157973,8,Genesee2,CAN_ALB,Coal_Steam_Turbine,Coal,384,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +1191185532,43,Proposed,WA_ID_AVA,Wind,Wind,30,74143.39611,0,30,0.05,0.006,NULL,23,NULL, +154752,41,Spanish Fork,UT_N,Hydro_NonPumped,Water,3.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1111788,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,10.18000031,57268.46569,0,20,0.06,0,NULL,23,NULL, +1115272,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,119.1299973,98468.72889,0,20,0.06,0,NULL,23,NULL, +1191184095,46,Proposed,WA_W,Wind,Wind,30,57260.37639,0,30,0.05,0.006,NULL,23,NULL, +1191183357,24,Proposed,CO_NW,Wind,Wind,30,55577.72514,0,30,0.05,0.006,NULL,23,NULL, +1115379,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.690000057,105374.7799,0,20,0.06,0,NULL,23,NULL, +1191182870,49,Proposed,WY_SE,Wind,Wind,90,64418.55431,0,30,0.05,0.006,NULL,23,NULL, +77430,14,LassenNorth: 541,CA_PGE_N,Wind,Wind,27,110172.3,0,30,0.05,0.006,NULL,23,NULL, +1100994,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,65.22000122,57263.63569,0,20,0.06,0,NULL,23,NULL, +158088,8,Wind_EP_Can_30,CAN_ALB,Wind,Wind,88,0,0,30,0.05,0.006,NULL,23,existing_generator, +1102756,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,1795.140015," 49,986.03 ",0,20,0.06,0,NULL,23,NULL, +1105416,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,10.46000004,52805.54569,0,20,0.06,0,NULL,23,NULL, +1116961,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,36.97999954,133585.725,0,20,0.06,0,NULL,23,NULL, +155474,36,Higgins Generating Station,NV_S,CCGT,Gas,688.4,0,5.9409,40,0.04,0.06,9.104,23,existing_generator, +155304,17,MM West Covina,CA_SCE_S,Bio_Gas_Steam_Turbine,Bio_Gas,6.8,0,6.0375,20,0.1288,0.0915,49.987,23,existing_generator, +1001634,37,Proposed,OR_E,Residential_PV,Solar,19.47400093,0,0,20,0,0.02,NULL,23,NULL, +1108638,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,39.81999969,148552.6875,0,20,0.06,0,NULL,23,NULL, +1191210072,35,Proposed,NV_N,Geothermal,Geothermal,60.5,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1117016,3,Proposed,AZ_APS_SW,Central_PV,Solar,56.36999893,46548.64389,0,20,0,0.02,NULL,23,NULL, +1118944,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1.200000048,114539.1011,0,20,0.06,0,NULL,23,NULL, +1106024,2,Proposed,AZ_APS_N,Central_PV,Solar,271.1099854,80018.85527,0,20,0,0.02,NULL,23,NULL, +1191184218,7,Proposed,AZ_SE,Wind,Wind,30,74993.11764,0,30,0.05,0.006,NULL,23,NULL, +1001142,22,Proposed,CO_DEN,Residential_PV,Solar,25.03800011,0,0,20,0,0.02,NULL,23,NULL, +1191184042,46,Proposed,WA_W,Wind,Wind,30,67404.82444,0,30,0.05,0.006,NULL,23,NULL, +156308,17,Mira Loma,CA_SCE_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191185485,43,Proposed,WA_ID_AVA,Wind,Wind,30,109738.3264,0,30,0.05,0.006,NULL,23,NULL, +1110512,16,Proposed,CA_SCE_CEN,Central_PV,Solar,49.75,58039.33181,0,20,0,0.02,NULL,23,NULL, +156605,45,MESA 2,WA_SEATAC,Battery_Storage,Electricity,2.4,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191182681,39,Proposed,OR_W,Wind,Wind,60,64464.07611,0,30,0.05,0.006,NULL,23,NULL, +1112874,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.389999986,42257.06625,0,20,0.06,0,NULL,23,NULL, +155787,17,Solar Photovoltaic Project #26,CA_SCE_S,Central_PV,Solar,6,0,0,20,0,0,NULL,23,existing_generator, +1101411,21,Proposed,CA_SMUD,CSP_Trough_No_Storage,Solar,852.9400024,58096.08431,0,20,0.06,0,NULL,23,NULL, +1191184082,46,Proposed,WA_W,Wind,Wind,60,75730.41431,0,30,0.05,0.006,NULL,23,NULL, +1191182845,49,Proposed,WY_SE,Wind,Wind,390,79495.63986,0,30,0.05,0.006,NULL,23,NULL, +1191183385,24,Proposed,CO_NW,Wind,Wind,30,42304.88514,0,30,0.05,0.006,NULL,23,NULL, +154454,13,Big Creek 2A,CA_PGE_CEN,Hydro_NonPumped,Water,110,0,0,200,0.05,0.05,NULL,23,existing_generator, +156152,33,La Luz Energy Center,NM_N,Gas_Combustion_Turbine,Gas,42.3,0,6.0375,40,0.04,0.06,31.59,23,existing_generator, +1112481,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,31.05999947,64639.28625,0,20,0.06,0,NULL,23,NULL, +1112562,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.119999886,55444.17375,0,20,0.06,0,NULL,23,NULL, +1191183368,24,Proposed,CO_NW,Wind,Wind,30,48777.92944,0,30,0.05,0.006,NULL,23,NULL, +1191210588,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1114819,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,6.840000153,79301.10973,0,20,0.06,0,NULL,23,NULL, +1109234,36,Proposed,NV_S,Central_PV,Solar,5.440000057,52519.48611,0,20,0,0.02,NULL,23,NULL, +154595,23,Las Animas,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5.6,0,33.579,20,0.04,0.06,10.665,23,existing_generator, +1101090,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,162.4700012,48420.26889,0,20,0.06,0,NULL,23,NULL, +1112631,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,71.95999908,44359.08319,0,20,0.06,0,NULL,23,NULL, +1109131,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,20.48999977,53710.56694,0,20,0.06,0,NULL,23,NULL, +1191185304,23,Proposed,CO_E,Wind,Wind,30,75348.96694,0,30,0.05,0.006,NULL,23,NULL, +156808,21,Intel Folsom Phase 3,CA_SMUD,Central_PV,Solar,5.2,0,0,20,0,0,NULL,23,existing_generator, +1103993,8,Proposed,CAN_ALB,Central_PV,Solar,333.4200134,101933.2822,0,20,0,0.02,NULL,23,NULL, +1104502,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,2.099999905,87368.41723,0,20,0.06,0,NULL,23,NULL, +1104952,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,6.510000229,51084.85819,0,20,0.06,0,NULL,23,NULL, +1114861,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,58.58000183,65868.39861,0,20,0.06,0,NULL,23,NULL, +1110932,3,Proposed,AZ_APS_SW,Central_PV,Solar,36.5,65358.83361,0,20,0,0.02,NULL,23,NULL, +1117432,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,15.14000034,80098.18236,0,20,0.06,0,NULL,23,NULL, +154366,13,McClure,CA_PGE_CEN,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,71.2,0,6.0375,40,0.04,0.06,11.075,23,existing_generator, +1107789,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,84.69999695,198648.24,0,20,0.06,0,NULL,23,NULL, +1104513,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.670000076,80698.91361,0,20,0.06,0,NULL,23,NULL, +1191184420,35,Proposed,NV_N,Wind,Wind,90,143926.755,0,30,0.05,0.006,NULL,23,NULL, +1191210860,9,Proposed,CAN_BC,Wind,Wind,343.8630066,182004.06,0,30,0.05,0.006,NULL,23,NULL, +1106208,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,22.28000069,49060.96556,0,20,0.06,0,NULL,23,NULL, +1114763,35,Proposed,NV_N,Central_PV,Solar,2.329999924,88068.16348,0,20,0,0.02,NULL,23,NULL, +1115766,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,3.440000057,44252.33736,0,20,0.06,0,NULL,23,NULL, +156120,16,North Sky River Energy LLC,CA_SCE_CEN,Wind,Wind,162,0,0,20,0,0,NULL,23,existing_generator, +154495,10,Pilot Knob,CA_IID,Hydro_NonPumped,Water,33,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108793,36,Proposed,NV_S,Central_PV,Solar,2.410000086,55176.10875,0,20,0,0.02,NULL,23,NULL, +1103935,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,330.3900146,86874.43652,0,20,0.06,0,NULL,23,NULL, +1114818,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,6.840000153,79301.10973,0,20,0.06,0,NULL,23,NULL, +1191210444,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,40,0,16.844625,40,0.1288,0.0915,6.32008,23,NULL, +1191209200,46,Proposed,WA_W,Bio_Gas,Bio_Gas,NULL,77646.11306,16.0398,20,0.11,0.04,13.5,23,NULL, +1108768,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,12.43999958,68748.40875,0,20,0.06,0,NULL,23,NULL, +1109964,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,5.679999828,85470.83098,0,20,0.06,0,NULL,23,NULL, +1110038,7,Proposed,AZ_SE,Central_PV,Solar,20.73999977,39966.67931,0,20,0,0.02,NULL,23,NULL, +1111339,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,28.69000053,72459.29681,0,20,0.06,0,NULL,23,NULL, +1191209539,20,Proposed,CA_SDGE,Gas_Combustion_Turbine,Gas,NULL,82822.425,33.5769,20,0.03,0.05,10.39,23,NULL, +155555,20,Miramar Energy Facility,CA_SDGE,Gas_Combustion_Turbine,Gas,106,0,6.0375,40,0.04,0.06,12.375,23,existing_generator, +1113904,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,15.56000042,188103.1425,0,20,0.06,0,NULL,23,NULL, +77501,14,Solano: 1889,CA_PGE_N,Wind,Wind,18,44935.8,0,30,0.05,0.006,NULL,23,NULL, +1111489,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,7.170000076,61346.07056,0,20,0.06,0,NULL,23,NULL, +1117434,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,40.40999985,93207.04764,0,20,0.06,0,NULL,23,NULL, +1191209247,37,Proposed,OR_E,Geothermal,Geothermal,40,67128.42486,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1107334,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,14.65999985,58371.15375,0,20,0.06,0,NULL,23,NULL, +1191183917,27,Proposed,ID_S_OR_E,Wind,Wind,30,48571.08375,0,30,0.05,0.006,NULL,23,NULL, +154894,41,Whitehead,UT_N,Gas_Internal_Combustion_Engine,Gas,31,0,33.579,20,0.04,0.06,14.865,23,existing_generator, +1113686,43,Proposed,WA_ID_AVA,Central_PV,Solar,268.7900085,47194.89694,0,20,0,0.02,NULL,23,NULL, +1115320,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,7.590000153,71700.62361,0,20,0.06,0,NULL,23,NULL, +1191210511,49,Proposed,WY_SE,Gas_Steam_Turbine_Cogen,Gas,1.299999952,0,4.456347,40,0.1288,0.0915,9.23488,23,NULL, +1002130,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,34.77500153,0,0,20,0,0.02,NULL,23,NULL, +1191209193,25,Proposed,CO_SW,Bio_Gas,Bio_Gas,NULL,69511.67139,16.0398,20,0.11,0.04,13.5,23,NULL, +156946,16,Lancaster,CA_SCE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191182726,47,Proposed,WY_NE,Wind,Wind,420,144472.545,0,30,0.05,0.006,NULL,23,NULL, +1191209210,50,Proposed,WY_SW,Bio_Gas,Bio_Gas,NULL,70251.1425,16.0398,20,0.11,0.04,13.5,23,NULL, +1191210525,15,Proposed,CA_PGE_S,Coal_Steam_Turbine_Cogen,Coal,62,0,4.166232,40,0.06,0.1,10.4743,23,NULL, +155255,33,Ford Utilities Center,NM_N,Gas_Steam_Turbine,Gas,1.1,0,6.0375,60,0.04,0.06,12.219,23,existing_generator, +155362,35,Steamboat II,NV_N,Geothermal,Geothermal,18.2,0,36.2145,20,0,0,NULL,23,existing_generator, +1115739,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,16.14999962,67151.24944,0,20,0.06,0,NULL,23,NULL, +1117462,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,74.13999939,56394.23569,0,20,0.06,0,NULL,23,NULL, +154675,30,Thompson Falls,MT_NW,Hydro_NonPumped,Water,98.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102423,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,3.140000105,54575.3775,0,20,0.06,0,NULL,23,NULL, +155930,21,SMUD at Grundman,CA_SMUD,Central_PV,Solar,17,0,0,20,0,0,NULL,23,existing_generator, +1191183711,50,Proposed,WY_SW,Wind,Wind,30,77182.43306,0,30,0.05,0.006,NULL,23,NULL, +156710,39,Salem Smart Power Center,OR_W,Battery_Storage,Electricity,5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +154416,14,Pit 4,CA_PGE_N,Hydro_NonPumped,Water,103.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116163,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,32.00999832,54643.96444,0,20,0.06,0,NULL,23,NULL, +1191210852,9,Proposed,CAN_BC,Wind,Wind,492.3940125,232174.4775,0,30,0.05,0.006,NULL,23,NULL, +1000282,38,Proposed,OR_PDX,Residential_PV,Solar,132.1450043,0,0,20,0,0.02,NULL,23,NULL, +1103953,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,39.11000061,60391.54181,0,20,0.06,0,NULL,23,NULL, +1104225,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,5.449999809,56651.55111,0,20,0.06,0,NULL,23,NULL, +1111275,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,35.18000031,168963.06,0,20,0.06,0,NULL,23,NULL, +1118724,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,9.720000267,53730.85389,0,20,0.06,0,NULL,23,NULL, +1191184003,38,Proposed,OR_PDX,Wind,Wind,30,51237.8475,0,30,0.05,0.006,NULL,23,NULL, +1117881,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,21.53000069,51582.82931,0,20,0.06,0,NULL,23,NULL, +1104081,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,44.47999954,50701.84014,0,20,0.06,0,NULL,23,NULL, +156897,20,Vista Energy Storage System ,CA_SDGE,Battery_Storage,Electricity,40,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1000804,31,Proposed,MT_SE,Residential_PV,Solar,70.94100189,0,0,20,0,0.02,NULL,23,NULL, +1109671,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,1.279999971,46303.39875,0,20,0.06,0,NULL,23,NULL, +1191183798,6,Proposed,AZ_PHX,Wind,Wind,30,41041.7175,0,30,0.05,0.006,NULL,23,NULL, +1191209524,5,Proposed,AZ_NW,Gas_Combustion_Turbine,Gas,NULL,70990.73625,33.5769,20,0.03,0.05,10.39,23,NULL, +1105399,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,43.16999817,52601.59611,0,20,0.06,0,NULL,23,NULL, +1191183287,41,Proposed,UT_N,Wind,Wind,120,95117.19,0,30,0.05,0.006,NULL,23,NULL, +1191209567,48,Proposed,WY_NW,Gas_Combustion_Turbine,Gas,NULL,72469.68319,33.5769,20,0.03,0.05,10.39,23,NULL, +1191209728,9,Proposed,CAN_BC,Battery_Storage,Electricity,NULL,77646.11306,0,10,0.02,0.0055,NULL,23,NULL, +1110061,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,130.0099945,86216.95277,0,20,0.06,0,NULL,23,NULL, +1191182513,36,Proposed,NV_S,Wind,Wind,210,127492.68,0,30,0.05,0.006,NULL,23,NULL, +154380,13,Balch 1,CA_PGE_CEN,Hydro_NonPumped,Water,31,0,0,200,0.05,0.05,NULL,23,existing_generator, +154749,41,Hydro III,UT_N,Hydro_NonPumped,Water,1.4,0,0,98,0.05,0.05,NULL,23,existing_generator, +1106840,35,Proposed,NV_N,Central_PV,Solar,22.07999992,118173.3176,0,20,0,0.02,NULL,23,NULL, +1191185353,44,Proposed,WA_N_CEN,Wind,Wind,30,58542.61875,0,30,0.05,0.006,NULL,23,NULL, +156123,17,CSUF Trigeneration,CA_SCE_S,Central_PV,Solar,3.9,0,0,20,0,0,NULL,23,existing_generator, +1101455,13,Proposed,CA_PGE_CEN,Central_PV,Solar,110.6399994,52807.23431,0,20,0,0.02,NULL,23,NULL, +1191184033,46,Proposed,WA_W,Wind,Wind,30,63937.85139,0,30,0.05,0.006,NULL,23,NULL, +1001009,11,Proposed,CA_LADWP,Commercial_PV,Solar,2516.26001,0,0,20,0,0.02,NULL,23,NULL, +1116861,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,15.46000004,57505.98,0,20,0.06,0,NULL,23,NULL, +1112524,27,Proposed,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,71.73999786,49290.87639,0,20,0.06,0,NULL,23,NULL, +1191209288,39,Proposed,OR_W,Geothermal,Geothermal,45,60154.15014,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1105149,12,Proposed,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,1.370000005,58929.74514,0,20,0.06,0,NULL,23,NULL, +1108178,1,Proposed,AZ_APS_E,Central_PV,Solar,1.75999999," 119,802.11 ",0,20,0,0.02,NULL,23,NULL, +1111780,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,19.98999977,110603.9813,0,20,0.06,0,NULL,23,NULL, +155284,17,Plant No 2 Orange County,CA_SCE_S,Bio_Gas_Steam_Turbine,Bio_Gas,1,0,6.0375,20,0.1288,0.0915,22.094,23,existing_generator, +1102864,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,40.84000015,87214.58361,0,20,0.06,0,NULL,23,NULL, +1191209243,35,Proposed,NV_N,Geothermal,Geothermal,30,68659.6575,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110916,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,21.45000076,149053.8,0,20,0.06,0,NULL,23,NULL, +156904,10,IVC Solar,CA_IID,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1105210,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,4.380000114,64919.54889,0,20,0.06,0,NULL,23,NULL, +1191182630,39,Proposed,OR_W,Wind,Wind,30,62897.70806,0,30,0.05,0.006,NULL,23,NULL, +156460,33,Eubank Landfill Solar Array,NM_N,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1103225,39,Proposed,OR_W,Central_PV,Solar,255.6999969,50599.68375,0,20,0,0.02,NULL,23,NULL, +154408,14,Lime Saddle,CA_PGE_N,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +157857,9,Brilliant,CAN_BC,Hydro_NonPumped,Water,160,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191183724,40,Proposed,OR_WA_BPA,Wind,Wind,30,67422.93694,0,30,0.05,0.006,NULL,23,NULL, +1191182511,36,Proposed,NV_S,Wind,Wind,30,142029.7725,0,30,0.05,0.006,NULL,23,NULL, +1191183694,26,Proposed,ID_E,Wind,Wind,660,89694.66598,0,30,0.05,0.006,NULL,23,NULL, +1105352,14,Proposed,CA_PGE_N,Central_PV,Solar,78.19000244,83506.35111,0,20,0,0.02,NULL,23,NULL, +1191185656,15,Proposed,CA_PGE_S,Offshore_Wind,Wind,270,348677.7,0,30,0.05,0.006,NULL,23,NULL, +155758,16,Calabasas Gas to Energy Facility,CA_SCE_CEN,Bio_Gas,Bio_Gas,9.2,0,6.0375,20,0.03,0.05,7.732,23,existing_generator, +155819,16,Mojave Solar Project,CA_SCE_CEN,ST,Solar,280,0,0,20,0,0,NULL,23,existing_generator, +1106828,4,Proposed,AZ_NM_N,Central_PV,Solar,4.150000095,117853.4528,0,20,0,0.02,NULL,23,NULL, +1191209236,35,Proposed,NV_N,Geothermal,Geothermal,30,61416.22819,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1118857,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.24000001,52937.64431,0,20,0.06,0,NULL,23,NULL, +155074,16,Cameron Ridge LLC,CA_SCE_CEN,Wind,Wind,59.6,0,0,20,0,0,NULL,23,existing_generator, +155130,13,Univ of Calif Santa Cruz Cogeneration,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,4.4,0,6.0375,40,0.04,0.06,11.264,23,existing_generator, +156020,20,ISH Solar Hospital SDMC,CA_SDGE,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1109536,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,65.81999969,63863.10431,0,20,0.06,0,NULL,23,NULL, +1111194,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,4.260000229,72027.61556,0,20,0.06,0,NULL,23,NULL, +1191182514,36,Proposed,NV_S,Wind,Wind,60,138123.51,0,30,0.05,0.006,NULL,23,NULL, +1191183296,41,Proposed,UT_N,Wind,Wind,30,50438.00139,0,30,0.05,0.006,NULL,23,NULL, +1100824,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,388.7999878,52549.43306,0,20,0.06,0,NULL,23,NULL, +1105395,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,23.51000023,80345.59723,0,20,0.06,0,NULL,23,NULL, +1118353,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,18.17000008,70768.19306,0,20,0.06,0,NULL,23,NULL, +158085,8,Wind_EP_Can_27,CAN_ALB,Wind,Wind,66,0,0,30,0.05,0.006,NULL,23,existing_generator, +1191182422,26,Proposed,ID_E,Wind,Wind,30,59026.82625,0,30,0.05,0.006,NULL,23,NULL, +77396,14,LassenNorth: 476,CA_PGE_N,Wind,Wind,38,110172.3,0,30,0.05,0.006,NULL,23,NULL, +1002026,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,326.8850098,0,0,20,0,0.02,NULL,23,NULL, +1107762,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,58.61999893,90842.64,0,20,0.06,0,NULL,23,NULL, +155588,16,Pine Tree Wind Power Project,CA_SCE_CEN,Wind,Wind,135,0,0,20,0,0,NULL,23,existing_generator, +1106165,29,Proposed,MT_NE,Central_PV,Solar,55.61999893,122215.905,0,20,0,0.02,NULL,23,NULL, +154559,14,Colgate,CA_PGE_N,Hydro_NonPumped,Water,315,0,0,200,0.05,0.05,NULL,23,existing_generator, +155961,34,SPS1 Dollarhide,NM_S_TX_EPE,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1111695,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,17.02000046,99468.77473,0,20,0.06,0,NULL,23,NULL, +1191185445,43,Proposed,WA_ID_AVA,Wind,Wind,30,69092.54625,0,30,0.05,0.006,NULL,23,NULL, +157068,3,White Wing Solar,AZ_APS_SW,Central_PV,Solar,200,0,0,20,0,0,NULL,23,existing_generator, +155321,27,Wilson Lake Hydroelectric Project,ID_S_OR_E,Hydro_NonPumped,Water,8.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1113499,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,5.320000172,63850.185,0,20,0.06,0,NULL,23,NULL, +156925,17,Soboba Community Solar Project,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1106021,42,Proposed,UT_S,Central_PV,Solar,33.88000107,172241.4225,0,20,0,0.02,NULL,23,NULL, +1191183185,47,Proposed,WY_NE,Wind,Wind,30,66489.29889,0,30,0.05,0.006,NULL,23,NULL, +1100896,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,1506.5,78887.30514,0,20,0.06,0,NULL,23,NULL, +1106460,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,60.54000092,177942.03,0,20,0.06,0,NULL,23,NULL, +1191183965,27,Proposed,ID_S_OR_E,Wind,Wind,90,93738.58348,0,30,0.05,0.006,NULL,23,NULL, +1191185559,43,Proposed,WA_ID_AVA,Wind,Wind,150,45334.13944,0,30,0.05,0.006,NULL,23,NULL, +155223,17,Municipal Cogen Plant,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,1.2,0,33.579,20,0.04,0.06,11.629,23,existing_generator, +1001148,38,Proposed,OR_PDX,Residential_PV,Solar,18.08300018,0,0,20,0,0.02,NULL,23,NULL, +155878,17,Walnut Creek Energy Park,CA_SCE_S,Gas_Combustion_Turbine,Gas,500,0,6.0375,40,0.04,0.06,12.131,23,existing_generator, +1191182619,30,Proposed,MT_NW,Wind,Wind,30,44265.7425,0,30,0.05,0.006,NULL,23,NULL, +1191185300,25,Proposed,CO_SW,Wind,Wind,30,64627.69236,0,30,0.05,0.006,NULL,23,NULL, +1191185585,1,Proposed,AZ_APS_E,Wind,Wind,30," 129,247.18 ",0,30,0.05,0.006,NULL,23,NULL, +77341,16,Barstow: 9,CA_SCE_CEN,Wind,Wind,37,55288.8,0,30,0.05,0.006,NULL,23,NULL, +1110516,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.799999952,77308.01306,0,20,0.06,0,NULL,23,NULL, +1114031,17,Proposed,CA_SCE_S,Central_PV,Solar,1.99000001,64284.52181,0,20,0,0.02,NULL,23,NULL, +1106903,36,Proposed,NV_S,Central_PV,Solar,2.049999952,155592.4125,0,20,0,0.02,NULL,23,NULL, +1113500,35,Proposed,NV_N,Central_PV,Solar,11.60000038,161049.105,0,20,0,0.02,NULL,23,NULL, +155855,36,Silver State Solar Power North,NV_S,Central_PV,Solar,52,0,0,20,0,0,NULL,23,existing_generator, +77433,14,LassenNorth: 545,CA_PGE_N,Wind,Wind,40,79027.2,0,30,0.05,0.006,NULL,23,NULL, +1001321,33,Proposed,NM_N,Commercial_PV,Solar,82.49099731,0,0,20,0,0.02,NULL,23,NULL, +1104761,41,Proposed,UT_N,Central_PV,Solar,23.54000092,105069.0465,0,20,0,0.02,NULL,23,NULL, +156170,35,"Patua Acquisition Project, LLC",NV_N,Geothermal,Geothermal,48,0,36.2145,20,0,0,NULL,23,existing_generator, +158011,8,Rainbw4,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1100984,1,Proposed,AZ_APS_E,Central_PV,Solar,161.6799927," 116,999.02 ",0,20,0,0.02,NULL,23,NULL, +1191182738,47,Proposed,WY_NE,Wind,Wind,240,39791.71444,0,30,0.05,0.006,NULL,23,NULL, +1191209224,7,Proposed,AZ_SE,Bio_Gas,Bio_Gas,NULL,69511.67139,16.0398,20,0.11,0.04,13.5,23,NULL, +1114774,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,30.32999992,69493.67681,0,20,0.06,0,NULL,23,NULL, +77349,16,Tehachapi: 17,CA_SCE_CEN,Wind,Wind,47,86827.65,0,30,0.05,0.006,NULL,23,NULL, +1116132,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,48,53098.12389,0,20,0.06,0,NULL,23,NULL, +1191182541,36,Proposed,NV_S,Wind,Wind,120,163755.1125,0,30,0.05,0.006,NULL,23,NULL, +1104993,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,6.130000114,76562.26389,0,20,0.06,0,NULL,23,NULL, +1191210446,20,Proposed,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,4.599999905,0,16.0398,20,0.11,0.04,4.705,23,NULL, +155344,27,Blind Canyon Hydro,ID_S_OR_E,Hydro_NonPumped,Water,1.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001397,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,75.33000183,0,0,20,0,0.02,NULL,23,NULL, +1118870,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.160000086,67982.12736,0,20,0,0.02,NULL,23,NULL, +1191182728,47,Proposed,WY_NE,Wind,Wind,390,109619.0197,0,30,0.05,0.006,NULL,23,NULL, +1191183417,4,Proposed,AZ_NM_N,Wind,Wind,60,101134.8889,0,30,0.05,0.006,NULL,23,NULL, +154464,19,Kaweah 1,CA_SCE_VLY,Hydro_NonPumped,Water,2.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105401,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,4.449999809,81945.29889,0,20,0.06,0,NULL,23,NULL, +1114814,4,Proposed,AZ_NM_N,Central_PV,Solar,3.720000029,76008.37986,0,20,0,0.02,NULL,23,NULL, +1118880,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,18.84000015,67995.40986,0,20,0.06,0,NULL,23,NULL, +156234,13,Kettleman Solar Project,CA_PGE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +156817,7,Pima Energy Storage System,AZ_SE,Battery_Storage,Electricity,10,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191183359,24,Proposed,CO_NW,Wind,Wind,30,82029.0975,0,30,0.05,0.006,NULL,23,NULL, +157834,8,Horseshoe,CAN_ALB,Hydro_NonPumped,Water,18,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +154513,16,Pleasant Valley Hydro,CA_SCE_CEN,Hydro_NonPumped,Water,3.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +154658,14,Combie South,CA_PGE_N,Hydro_NonPumped,Water,1.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +154913,27,Milner Hydro,ID_S_OR_E,Hydro_NonPumped,Water,59.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +157846,9,Aberfeldie,CAN_BC,Hydro_NonPumped,Water,24,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +157905,9,Ptarmigan_Creek,CAN_BC,Hydro_NonPumped,Water,3.6,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1108802,16,Proposed,CA_SCE_CEN,Central_PV,Solar,21.68000031,59176.07514,0,20,0,0.02,NULL,23,NULL, +1191183947,27,Proposed,ID_S_OR_E,Wind,Wind,30,90733.00277,0,30,0.05,0.006,NULL,23,NULL, +1191210418,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,46,0,33.5769,20,0.03,0.05,7.38289,23,NULL, +1105952,33,Proposed,NM_N,Central_PV,Solar,1.730000019,57786.36056,0,20,0,0.02,NULL,23,NULL, +1191184038,46,Proposed,WA_W,Wind,Wind,30,65908.12819,0,30,0.05,0.006,NULL,23,NULL, +1001402,38,Proposed,OR_PDX,Residential_PV,Solar,125.1900024,0,0,20,0,0.02,NULL,23,NULL, +155368,22,Boulder City Betasso Hydro Plant,CO_DEN,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104904,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,16.30999947,50529.77139,0,20,0.06,0,NULL,23,NULL, +1105483,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,219.0700073,40662.5625,0,20,0.06,0,NULL,23,NULL, +1111751,3,Proposed,AZ_APS_SW,Central_PV,Solar,25.15999985,73188.26361,0,20,0,0.02,NULL,23,NULL, +1118762,18,Proposed,CA_SCE_SE,Central_PV,Solar,7.059999943,69665.505,0,20,0,0.02,NULL,23,NULL, +1104555,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,38.11000061,84286.03764,0,20,0.06,0,NULL,23,NULL, +1111292,3,Proposed,AZ_APS_SW,Central_PV,Solar,16.23999977,62749.42611,0,20,0,0.02,NULL,23,NULL, +1116525,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,41.95999908,40667.15194,0,20,0.06,0,NULL,23,NULL, +1001236,40,Proposed,OR_WA_BPA,Residential_PV,Solar,140.4909973,0,0,20,0,0.02,NULL,23,NULL, +1117482,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.260000229,60496.35375,0,20,0.06,0,NULL,23,NULL, +156619,15,CED Avenal,CA_PGE_S,Central_PV,Solar,15.8,0,0,20,0,0,NULL,23,existing_generator, +1115268,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.640000105,74873.4525,0,20,0.06,0,NULL,23,NULL, +1102755,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,1795.140015," 49,986.03 ",0,20,0.06,0,NULL,23,NULL, +1191210582,9,Proposed,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,69,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +154466,16,Kern River 3,CA_SCE_CEN,Hydro_NonPumped,Water,40.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185414,22,Proposed,CO_DEN,Wind,Wind,60,45275.69361,0,30,0.05,0.006,NULL,23,NULL, +1116472,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,6.28000021,44793.78319,0,20,0.06,0,NULL,23,NULL, +1191210382,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,13,0,4.1213235,20,0.04,0.06,7.3282,23,NULL, +156247,35,Don A Campbell 1 Geothermal,NV_N,Geothermal,Geothermal,22.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1102421,12,Proposed,CA_PGE_BAY,Central_PV,Solar,3.140000105,54575.3775,0,20,0,0.02,NULL,23,NULL, +1191209206,30,Proposed,MT_NW,Bio_Gas,Bio_Gas,NULL,70990.73625,16.0398,20,0.11,0.04,13.5,23,NULL, +154369,2,Glen Canyon Dam,AZ_APS_N,Hydro_NonPumped,Water,1312,0,0,200,0.05,0.05,NULL,23,existing_generator, +1112975,27,Proposed,ID_S_OR_E,Central_PV,Solar,2.269999981,46906.42236,0,20,0,0.02,NULL,23,NULL, +1191182647,38,Proposed,OR_PDX,Wind,Wind,120,58606.25306,0,30,0.05,0.006,NULL,23,NULL, +1191209476,7,Proposed,AZ_SE,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +155545,23,Colorado Green Holdings LLC,CO_E,Wind,Wind,162,0,0,20,0,0,NULL,23,existing_generator, +1191209314,35,Proposed,NV_N,Geothermal,Geothermal,16,144764.76,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157110,22,Oak Leaf Solar XXVI LLC,CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1101980,33,Proposed,NM_N,Central_PV,Solar,569.6799927,46058.39889,0,20,0,0.02,NULL,23,NULL, +1115755,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,91.87999725,45036.25014,0,20,0.06,0,NULL,23,NULL, +1191183300,41,Proposed,UT_N,Wind,Wind,30,86223.82986,0,30,0.05,0.006,NULL,23,NULL, +1105751,22,Proposed,CO_DEN,Central_PV,Solar,4.559999943,46034.36681,0,20,0,0.02,NULL,23,NULL, +1111698,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,2.910000086,61161.56361,0,20,0.06,0,NULL,23,NULL, +1117504,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,77.58999634,62259.54431,0,20,0.06,0,NULL,23,NULL, +1191209266,35,Proposed,NV_N,Geothermal,Geothermal,144,78791.42681,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156015,16,Mustang Hills LLC,CA_SCE_CEN,Wind,Wind,150,0,0,20,0,0,NULL,23,existing_generator, +156058,12,SF Southeast Cogen Plant,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.1,0,6.0375,20,0.04,0.06,11.224,23,existing_generator, +156501,16,NRG Solar Oasis LLC,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156935,33,Casa Mesa Wind Energy Center,NM_N,Battery_Storage,Electricity,1,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1191209304,35,Proposed,NV_N,Geothermal,Geothermal,100,83710.54125,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1115026,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,7.090000153,54373.36181,0,20,0.06,0,NULL,23,NULL, +154590,24,Ruxton Park,CO_NW,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106469,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,4.760000229,186029.865,0,20,0.06,0,NULL,23,NULL, +1108182,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,74.66999817,44669.77389,0,20,0.06,0,NULL,23,NULL, +1112632,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,71.95999908,44359.08319,0,20,0.06,0,NULL,23,NULL, +1105942,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,9.510000229,67724.68931,0,20,0.06,0,NULL,23,NULL, +154546,14,Edward C Hyatt,CA_PGE_N,Hydro_Pumped,Water,293.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155421,48,Beaver Creek Gas Plant,WY_NW,ST,Waste_Heat,0.9,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +1104980,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.589999914,95704.88402,0,20,0,0.02,NULL,23,NULL, +1118883,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.949999809,92449.46402,0,20,0.06,0,NULL,23,NULL, +1113713,5,Proposed,AZ_NW,Central_PV,Solar,2.799999952,73956.96,0,20,0,0.02,NULL,23,NULL, +1191210106,10,Proposed,CA_IID,Geothermal,Geothermal,14.39999962,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1104060,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.049999952,59627.68014,0,20,0.06,0,NULL,23,NULL, +1191185373,22,Proposed,CO_DEN,Wind,Wind,30,41130.46875,0,30,0.05,0.006,NULL,23,NULL, +1104960,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,4.869999886,57118.24986,0,20,0.06,0,NULL,23,NULL, +1191209658,39,Proposed,OR_W,Coal_Steam_Turbine,Coal,NULL,76906.51931,4.166232,40,0.06,0.1,9,23,NULL, +77337,16,Tehachapi: 5,CA_SCE_CEN,Wind,Wind,66,87089.1,0,30,0.05,0.006,NULL,23,NULL, +157005,14,Wild Horse Power Plant,CA_PGE_N,Geothermal,Geothermal,48,0,36.2145,20,0,0,NULL,23,existing_generator, +155890,48,Garland Canal Power Plant,WY_NW,Hydro_NonPumped,Water,2.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +156723,22,SR Skylark B,CO_DEN,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +77418,16,Tehachapi: 519,CA_SCE_CEN,Wind,Wind,64,42265.65,0,30,0.05,0.006,NULL,23,NULL, +1191210565,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,145,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +1191210482,13,Proposed,CA_PGE_CEN,CCGT_Cogen,Gas,34.79999924,0,4.1213235,20,0.04,0.06,7.68362,23,NULL, +1107623,41,Proposed,UT_N,Central_PV,Solar,10.06999969,87503.65723,0,20,0,0.02,NULL,23,NULL, +1191183795,40,Proposed,OR_WA_BPA,Wind,Wind,30,77802.36639,0,30,0.05,0.006,NULL,23,NULL, +155643,14,Hatchet Ridge Wind Project,CA_PGE_N,Wind,Wind,101.2,0,0,20,0,0,NULL,23,existing_generator, +1191210081,28,Proposed,MEX_BAJA,Geothermal,Geothermal,28.79999924,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1109665,30,Proposed,MT_NW,CSP_Trough_6h_Storage,Solar,1,93700.7925,0,20,0.06,0,NULL,23,NULL, +1115725,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,6.300000191,114570.864,0,20,0.06,0,NULL,23,NULL, +1191209533,14,Proposed,CA_PGE_N,Gas_Combustion_Turbine,Gas,NULL,80604.00223,33.5769,20,0.03,0.05,10.39,23,NULL, +154507,11,Harbor,CA_LADWP,CCGT,Gas,245.6,0,5.9409,40,0.04,0.06,9.224,23,existing_generator, +1001084,35,Proposed,NV_N,Residential_PV,Solar,253.1620026,0,0,20,0,0.02,NULL,23,NULL, +1100387,3,Proposed,AZ_APS_SW,Central_PV,Solar,193.6499939,49029.69319,0,20,0,0.02,NULL,23,NULL, +1104562,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,46.99000168,52953.10125,0,20,0.06,0,NULL,23,NULL, +1116988,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,39.58000183,82963.09875,0,20,0.06,0,NULL,23,NULL, +154711,27,Wallowa Falls,ID_S_OR_E,Hydro_NonPumped,Water,1.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +156441,15,Pumpjack Solar I,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156035,15,Guernsey Solar Station,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156176,16,Radiance Solar 5,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191184202,7,Proposed,AZ_SE,Wind,Wind,60,52275.57111,0,30,0.05,0.006,NULL,23,NULL, +1106081,33,Proposed,NM_N,Central_PV,Solar,1.919999957,82973.3625,0,20,0,0.02,NULL,23,NULL, +156092,21,Intel Folsom,CA_SMUD,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1115252,25,Proposed,CO_SW,Central_PV,Solar,46.06999969,51443.84889,0,20,0,0.02,NULL,23,NULL, +1116589,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,47.90000153,68415.13875,0,20,0.06,0,NULL,23,NULL, +155157,17,Watson Cogeneration,CA_SCE_S,CCGT,Gas,405,0,5.9409,40,0.04,0.06,9.104,23,existing_generator, +158086,8,Wind_EP_Can_28,CAN_ALB,Wind,Wind,69,0,0,30,0.05,0.006,NULL,23,existing_generator, +1102765,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,5.110000134,58977.9225,0,20,0.06,0,NULL,23,NULL, +155070,16,Mammoth Pacific II,CA_SCE_CEN,Geothermal,Geothermal,15,0,36.2145,20,0,0,NULL,23,existing_generator, +1191185262,25,Proposed,CO_SW,Wind,Wind,30,48217.16361,0,30,0.05,0.006,NULL,23,NULL, +1109077,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,5.670000076,55044.36861,0,20,0.06,0,NULL,23,NULL, +1113105,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,28.97999954,73007.38389,0,20,0.06,0,NULL,23,NULL, +155369,16,Difwind Farms Ltd VI,CA_SCE_CEN,Wind,Wind,27.1,0,0,20,0,0,NULL,23,existing_generator, +1002121,22,Proposed,CO_DEN,Commercial_PV,Solar,103.6699982,0,0,20,0,0.02,NULL,23,NULL, +1191184133,42,Proposed,UT_S,Wind,Wind,30,50757.38514,0,30,0.05,0.006,NULL,23,NULL, +77440,16,Tehachapi: 553,CA_SCE_CEN,Wind,Wind,18,86808.75,0,30,0.05,0.006,NULL,23,NULL, +1111811,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.639999986,74050.41861,0,20,0,0.02,NULL,23,NULL, +157931,9,U_Bonnington,CAN_BC,Hydro_NonPumped,Water,57.3,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1107693,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,66.56999969,90387.53514,0,20,0.06,0,NULL,23,NULL, +154896,32,Lake (WY),MT_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.7,0,33.579,20,0.04,0.06,13.065,23,existing_generator, +1106242,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,5.070000172,48593.05931,0,20,0.06,0,NULL,23,NULL, +1106351,42,Proposed,UT_S,Central_PV,Solar,150.0200043,72310.77431,0,20,0,0.02,NULL,23,NULL, +1116564,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,51.91999817,67858.48125,0,20,0.06,0,NULL,23,NULL, +1191183251,41,Proposed,UT_N,Wind,Wind,60,66300.56569,0,30,0.05,0.006,NULL,23,NULL, +1103809,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.680000067,109155.8303,0,20,0.06,0,NULL,23,NULL, +1191209746,27,Proposed,ID_S_OR_E,Battery_Storage,Electricity,NULL,70251.1425,0,10,0.02,0.0055,NULL,23,NULL, +156814,25,Shavano Falls Hydro Drop 4,CO_SW,Hydro_NonPumped,Water,4.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1104774,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,3.630000114,48818.62125,0,20,0.06,0,NULL,23,NULL, +1191209372,9,Proposed,CAN_BC,Geothermal,Geothermal,16,75762.04986,34.812225,30,0.0075,0.0241,NULL,23,NULL, +158068,8,Wind_EP_Can_10,CAN_ALB,Wind,Wind,3.6,0,0,30,0.05,0.006,NULL,23,existing_generator, +158018,8,Carslnd1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +1117305,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,6.070000172,83510.09625,0,20,0.06,0,NULL,23,NULL, +1108796,36,Proposed,NV_S,Central_PV,Solar,27.34000015,76398.16181,0,20,0,0.02,NULL,23,NULL, +1191210470,30,Proposed,MT_NW,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,17.29999924,0,16.844625,40,0.1288,0.0915,4.51669,23,NULL, +154907,41,Pine View Dam,UT_N,Hydro_NonPumped,Water,1.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +156651,33,Rio Communities Solar Energy Center,NM_N,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +155018,31,South Dry Creek Hydro,MT_SE,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156539,10,Seville 1,CA_IID,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1104545,35,Proposed,NV_N,Central_PV,Solar,21.12000084,102221.3936,0,20,0,0.02,NULL,23,NULL, +1191183748,44,Proposed,WA_N_CEN,Wind,Wind,60,45238.86486,0,30,0.05,0.006,NULL,23,NULL, +1106451,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,26.26000023,74648.61694,0,20,0.06,0,NULL,23,NULL, +1000574,13,Proposed,CA_PGE_CEN,Residential_PV,Solar,40.3390007,0,0,20,0,0.02,NULL,23,NULL, +154644,27,Twin Falls (ID),ID_S_OR_E,Hydro_NonPumped,Water,52.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102912,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.49000001,100813.0901,0,20,0.06,0,NULL,23,NULL, +1118749,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,34.81000137,85269.17848,0,20,0.06,0,NULL,23,NULL, +1191185391,22,Proposed,CO_DEN,Wind,Wind,30,43499.58375,0,30,0.05,0.006,NULL,23,NULL, +155712,17,SunEdison Walgreens Moreno Valley,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1112681,2,Proposed,AZ_APS_N,Central_PV,Solar,103.5599976,105724.2285,0,20,0,0.02,NULL,23,NULL, +1118350,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,17.67000008,60710.32181,0,20,0.06,0,NULL,23,NULL, +1102575,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,62.27999878,60356.52431,0,20,0.06,0,NULL,23,NULL, +1191183371,24,Proposed,CO_NW,Wind,Wind,540,41719.00236,0,30,0.05,0.006,NULL,23,NULL, +1108272,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,12.27000046,50524.69611,0,20,0.06,0,NULL,23,NULL, +1116006,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,1.720000029,74850.51,0,20,0.06,0,NULL,23,NULL, +1191183386,24,Proposed,CO_NW,Wind,Wind,30,74044.26319,0,30,0.05,0.006,NULL,23,NULL, +155685,10,"Imperial Valley Solar, LLC",CA_IID,Central_PV,Solar,199.9,0,0,20,0,0,NULL,23,existing_generator, +1000288,45,Proposed,WA_SEATAC,Residential_PV,Solar,6466.759766,0,0,20,0,0.02,NULL,23,NULL, +1002047,23,Proposed,CO_E,Commercial_PV,Solar,839.875,0,0,20,0,0.02,NULL,23,NULL, +1112006,14,Proposed,CA_PGE_N,Central_PV,Solar,4.320000172,47506.30931,0,20,0,0.02,NULL,23,NULL, +77402,14,RoundMountain: 503,CA_PGE_N,Wind,Wind,82,52758.3,0,30,0.05,0.006,NULL,23,NULL, +154802,13,Walnut,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,49.8,0,6.0375,40,0.04,0.06,13.511,23,existing_generator, +1104535,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,68.55000305,79519.66723,0,20,0.06,0,NULL,23,NULL, +156932,13,National Raisin,CA_PGE_CEN,Central_PV,Solar,2.9,0,0,20,0,0,NULL,23,existing_generator, +1191184077,46,Proposed,WA_W,Wind,Wind,30,65620.98375,0,30,0.05,0.006,NULL,23,NULL, +1191185475,43,Proposed,WA_ID_AVA,Wind,Wind,30,68515.60181,0,30,0.05,0.006,NULL,23,NULL, +1191209615,46,Proposed,WA_W,Coal_IGCC,Coal,NULL,77646.11306,7.3442565,40,0.08,0.12,7.95,23,NULL, +1103932,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,1.409999967,80203.83861,0,20,0.06,0,NULL,23,NULL, +1001233,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,70.44120026,0,0,20,0,0.02,NULL,23,NULL, +1191209402,27,Proposed,ID_S_OR_E,Geothermal,Geothermal,10,89861.54625,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157887,9,L_Bonnington,CAN_BC,Hydro_NonPumped,Water,47.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191210840,5,Proposed,AZ_NW,CCGT,Gas,NULL," 70,990.74 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +156680,3,"Mesquite Solar 2, LLC",AZ_APS_SW,Central_PV,Solar,100,0,0,20,0,0,NULL,23,existing_generator, +157126,22,Lafayette Horizon Solar CSG LLC,CO_DEN,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +156471,15,Atwell Island West Solar,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1105684,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,2.400000095,59737.92111,0,20,0.06,0,NULL,23,NULL, +1111333,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,108.8099976,60815.7375,0,20,0.06,0,NULL,23,NULL, +1191183403,4,Proposed,AZ_NM_N,Wind,Wind,30,92046.76277,0,30,0.05,0.006,NULL,23,NULL, +156165,13,Kingsburg Solar,CA_PGE_CEN,Central_PV,Solar,3.7,0,0,20,0,0,NULL,23,existing_generator, +155760,23,Colorado Highlands Wind,CO_E,Wind,Wind,96.1,0,0,20,0,0,NULL,23,existing_generator, +154456,16,Bishop Creek 3,CA_SCE_CEN,Hydro_NonPumped,Water,8.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182668,39,Proposed,OR_W,Wind,Wind,30,55541.98125,0,30,0.05,0.006,NULL,23,NULL, +156794,23,Twin Buttes II Wind,CO_E,Wind,Wind,75,0,0,20,0,0,NULL,23,existing_generator, +1102763,10,Proposed,CA_IID,Central_PV,Solar,5.110000134,58977.9225,0,20,0,0.02,NULL,23,NULL, +1115282,10,Proposed,CA_IID,Central_PV,Solar,13.18999958,83844.81902,0,20,0,0.02,NULL,23,NULL, +1191210366,22,Proposed,CO_DEN,Coal_Steam_Turbine_Cogen,Coal,35,0,4.166232,40,0.06,0.1,5.76855,23,NULL, +157942,8,ScotfordST,CAN_ALB,CCGT_Cogen,Gas,184,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1116962,42,Proposed,UT_S,Central_PV,Solar,26.18000031,123902.7825,0,20,0,0.02,NULL,23,NULL, +1118935,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,133.6999969,118855.5551,0,20,0.06,0,NULL,23,NULL, +1191182727,47,Proposed,WY_NE,Wind,Wind,300,116521.5803,0,30,0.05,0.006,NULL,23,NULL, +1115668,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,140.0099945,50909.4075,0,20,0.06,0,NULL,23,NULL, +154473,16,Poole,CA_SCE_CEN,Hydro_NonPumped,Water,11.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182573,36,Proposed,NV_S,Wind,Wind,30,132699.42,0,30,0.05,0.006,NULL,23,NULL, +1100609,33,Proposed,NM_N,Central_PV,Solar,436.1499939,117263.7022,0,20,0,0.02,NULL,23,NULL, +1001314,23,Proposed,CO_E,Residential_PV,Solar,65.3769989,0,0,20,0,0.02,NULL,23,NULL, +1191210436,17,Proposed,CA_SCE_S,CCGT_Cogen,Gas,405,0,4.1213235,20,0.04,0.06,5.57782,23,NULL, +154999,36,Hoover Dam (AZ),NV_S,Hydro_NonPumped,Water,1039.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +156496,27,Prospector Windfarm (Burnt River),ID_S_OR_E,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +158078,8,Wind_EP_Can_20,CAN_ALB,Wind,Wind,0.7,0,0,30,0.05,0.006,NULL,23,existing_generator, +155084,14,Collins Pine Project,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,12,0,13.35495,20,0.04,0.06,9.059,23,existing_generator, +1113994,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,3.220000029,48191.325,0,20,0.06,0,NULL,23,NULL, +156077,15,IKEA Tejon 345,CA_PGE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1001700,1,Proposed,AZ_APS_E,Residential_PV,Solar,45.90299988, - ,0,20,0,0.02,NULL,23,NULL, +156632,24,Granby Hydro,CO_NW,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117017,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,56.36999893,46548.64389,0,20,0.06,0,NULL,23,NULL, +154346,6,West Phoenix,AZ_PHX,CCGT,Gas,1101.2,0,5.9409,40,0.04,0.06,11.273,23,existing_generator, +1103176,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,97.84999847,53129.63681,0,20,0.06,0,NULL,23,NULL, +155599,23,Twin Buttes Wind Project,CO_E,Wind,Wind,75,0,0,20,0,0,NULL,23,existing_generator, +155669,49,Seven Mile Hill,WY_SE,Wind,Wind,118.5,0,0,20,0,0,NULL,23,existing_generator, +1104151,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.220000029,99719.82152,0,20,0.06,0,NULL,23,NULL, +1111939,32,Proposed,MT_SW,CSP_Trough_6h_Storage,Solar,12.34000015,47847.42806,0,20,0.06,0,NULL,23,NULL, +1191184053,46,Proposed,WA_W,Wind,Wind,30,62388.50625,0,30,0.05,0.006,NULL,23,NULL, +1191183949,27,Proposed,ID_S_OR_E,Wind,Wind,30,44393.49694,0,30,0.05,0.006,NULL,23,NULL, +1104719,40,Proposed,OR_WA_BPA,Central_PV,Solar,34.72999954,65159.95931,0,20,0,0.02,NULL,23,NULL, +1191183768,40,Proposed,OR_WA_BPA,Wind,Wind,150,67461.69486,0,30,0.05,0.006,NULL,23,NULL, +1118397,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,1.440000057,85496.67902,0,20,0.06,0,NULL,23,NULL, +154899,27,Upper Salmon B,ID_S_OR_E,Hydro_NonPumped,Water,16.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +154702,37,John C Boyle,OR_E,Hydro_NonPumped,Water,98.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191184092,46,Proposed,WA_W,Wind,Wind,30,61497.85236,0,30,0.05,0.006,NULL,23,NULL, +1191185208,42,Proposed,UT_S,Wind,Wind,180,79253.78139,0,30,0.05,0.006,NULL,23,NULL, +156738,16,"Solar Star California, XLI, LLC",CA_SCE_CEN,Central_PV,Solar,54,0,0,20,0,0,NULL,23,existing_generator, +1103041,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,4.190000057,76227.42319,0,20,0.06,0,NULL,23,NULL, +154636,27,Cascade Dam,ID_S_OR_E,Hydro_NonPumped,Water,12.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116127,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.089999914,151000.29,0,20,0.06,0,NULL,23,NULL, +1001208,38,Proposed,OR_PDX,Residential_PV,Solar,242.0339966,0,0,20,0,0.02,NULL,23,NULL, +1114355,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.880000114,69780.09486,0,20,0,0.02,NULL,23,NULL, +1191183961,27,Proposed,ID_S_OR_E,Wind,Wind,30,135482.7075,0,30,0.05,0.006,NULL,23,NULL, +156798,35,Luning Energy,NV_N,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +1100958,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,226.9900055,61968.65944,0,20,0.06,0,NULL,23,NULL, +1191183195,31,Proposed,MT_SE,Wind,Wind,30,60392.98986,0,30,0.05,0.006,NULL,23,NULL, +1191184990,23,Proposed,CO_E,Wind,Wind,30,38519.37028,0,30,0.05,0.006,NULL,23,NULL, +1109893,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,49.59000015,80232.58277,0,20,0.06,0,NULL,23,NULL, +1118818,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,25.28000069,38915.67319,0,20,0.06,0,NULL,23,NULL, +156622,19,CED Ducor 3,CA_SCE_VLY,Central_PV,Solar,15,0,0,20,0,0,NULL,23,existing_generator, +1105663,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,3.539999962,49976.97694,0,20,0.06,0,NULL,23,NULL, +1191183138,5,Proposed,AZ_NW,Wind,Wind,3060,50100.62306,0,30,0.05,0.006,NULL,23,NULL, +158057,8,HORUP6_1,CAN_ALB,Gas_Steam_Turbine,Gas,26,0,4.679173726,40,0.1288,0.0915,10.43999958,23,existing_generator, +1104943,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,147.4700012,53894.58806,0,20,0.06,0,NULL,23,NULL, +155762,35,Spring Valley Wind Project,NV_N,Wind,Wind,150,0,0,20,0,0,NULL,23,existing_generator, +1191183978,27,Proposed,ID_S_OR_E,Wind,Wind,30,97293.95402,0,30,0.05,0.006,NULL,23,NULL, +157120,42,Cove Mountain Solar,UT_S,Central_PV,Solar,58,0,0,20,0,0,NULL,23,existing_generator, +155424,18,Blythe Energy Inc,CA_SCE_SE,CCGT,Gas,591,0,5.9409,40,0.04,0.06,7.18,23,existing_generator, +1191209496,27,Proposed,ID_S_OR_E,CCGT,Gas,NULL," 70,251.14 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +156561,22,Airport 1 Solar (DIA),CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +154878,14,Union Valley,CA_PGE_N,Hydro_NonPumped,Water,38.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182458,36,Proposed,NV_S,Wind,Wind,240,43246.6125,0,30,0.05,0.006,NULL,23,NULL, +1191209745,26,Proposed,ID_E,Battery_Storage,Electricity,NULL,70251.1425,0,10,0.02,0.0055,NULL,23,NULL, +1108542,26,Proposed,ID_E,CSP_Trough_No_Storage,Solar,17.61000061,70120.60986,0,20,0.06,0,NULL,23,NULL, +1113086,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,114.8499985,72208.74056,0,20,0,0.02,NULL,23,NULL, +1110295,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,20.54000092,59480.00194,0,20,0.06,0,NULL,23,NULL, +155439,47,Wygen 1,WY_NE,Coal_Steam_Turbine,Coal,90,0,5.2164,40,0.04,0.06,12.053,23,existing_generator, +1001077,33,Proposed,NM_N,Commercial_PV,Solar,13.2986002,0,0,20,0,0.02,NULL,23,NULL, +1111764,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,4.039999962,65618.32819,0,20,0.06,0,NULL,23,NULL, +1106376,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,3.910000086,75828.46236,0,20,0.06,0,NULL,23,NULL, +1104135,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,4.380000114,53350.00556,0,20,0.06,0,NULL,23,NULL, +1000082,5,Proposed,AZ_NW,Residential_PV,Solar,18.08300018,0,0,20,0,0.02,NULL,23,NULL, +1191209742,23,Proposed,CO_E,Battery_Storage,Electricity,NULL,69511.67139,0,10,0.02,0.0055,NULL,23,NULL, +1100595,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,211.6000061,52050.25444,0,20,0.06,0,NULL,23,NULL, +1103829,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,125.8600006,77689.82361,0,20,0.06,0,NULL,23,NULL, +1191182425,26,Proposed,ID_E,Wind,Wind,30,85789.85625,0,30,0.05,0.006,NULL,23,NULL, +1191183354,24,Proposed,CO_NW,Wind,Wind,30,45313.12611,0,30,0.05,0.006,NULL,23,NULL, +1100306,4,Proposed,AZ_NM_N,Central_PV,Solar,141.4600067,66555.58875,0,20,0,0.02,NULL,23,NULL, +1111633,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,31.67000008,65798.48625,0,20,0.06,0,NULL,23,NULL, +1113770,49,Proposed,WY_SE,Central_PV,Solar,1.460000038,65158.75181,0,20,0,0.02,NULL,23,NULL, +1191210073,14,Proposed,CA_PGE_N,Geothermal,Geothermal,176.3999939,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154742,41,Granite,UT_N,Hydro_NonPumped,Water,2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156720,16,"Longboat Solar, LLC",CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1111761,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,64.69999695,152549.5125,0,20,0.06,0,NULL,23,NULL, +156275,42,Beryl Solar Plant,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1113550,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,2.029999971,193577.9475,0,20,0.06,0,NULL,23,NULL, +1115204,20,Proposed,CA_SDGE,Central_PV,Solar,14.03999996,99134.78777,0,20,0,0.02,NULL,23,NULL, +156034,26,"Horse Butte Wind I, LLC",ID_E,Wind,Wind,57.6,0,0,20,0,0,NULL,23,existing_generator, +1111767,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,3.380000114,39399.15431,0,20,0.06,0,NULL,23,NULL, +1100119,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,103.1600037,54608.22056,0,20,0.06,0,NULL,23,NULL, +157046,15,North Rosamond Solar LLC,CA_PGE_S,Central_PV,Solar,151,0,0,20,0,0,NULL,23,existing_generator, +155686,24,WWRF Solar Plant,CO_NW,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1109525,42,Proposed,UT_S,Central_PV,Solar,80.87999725,118373.64,0,20,0,0.02,NULL,23,NULL, +1110836,5,Proposed,AZ_NW,Central_PV,Solar,3.859999895,81931.89375,0,20,0,0.02,NULL,23,NULL, +1118667,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,36.24000168,70766.745,0,20,0.06,0,NULL,23,NULL, +1118876,10,Proposed,CA_IID,Central_PV,Solar,1.929999948,77831.10111,0,20,0,0.02,NULL,23,NULL, +1191183364,24,Proposed,CO_NW,Wind,Wind,30,84812.50764,0,30,0.05,0.006,NULL,23,NULL, +1191184843,3,Proposed,AZ_APS_SW,Wind,Wind,30,53955.08569,0,30,0.05,0.006,NULL,23,NULL, +1117670,31,Proposed,MT_SE,Central_PV,Solar,38.65000153,101770.515,0,20,0,0.02,NULL,23,NULL, +1191209286,42,Proposed,UT_S,Geothermal,Geothermal,20,72805.005,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210095,14,Proposed,CA_PGE_N,Geothermal,Geothermal,110,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156816,36,IKEA Las Vegas 462,NV_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1106003,3,Proposed,AZ_APS_SW,Central_PV,Solar,41.70000076,55521.33111,0,20,0,0.02,NULL,23,NULL, +155001,43,Upper Falls,WA_ID_AVA,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106043,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.460000038,148803.8475,0,20,0.06,0,NULL,23,NULL, +1191210524,27,Proposed,ID_S_OR_E,CCGT_Cogen,Gas,10.39999962,0,4.1213235,20,0.04,0.06,6.7335,23,NULL, +1112701,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,135.9199982,60256.665,0,20,0.06,0,NULL,23,NULL, +1104548,36,Proposed,NV_S,Central_PV,Solar,17.27000046,50363.85806,0,20,0,0.02,NULL,23,NULL, +1191210432,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,38.70000076,0,33.5769,20,0.03,0.05,5.17626,23,NULL, +156596,14,"Enerparc CA2, LLC",CA_PGE_N,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1108171,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.46999979,78329.79861,0,20,0.06,0,NULL,23,NULL, +1105150,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,1.370000005,58929.74514,0,20,0.06,0,NULL,23,NULL, +1110437,25,Proposed,CO_SW,Central_PV,Solar,51.40000153,57199.275,0,20,0,0.02,NULL,23,NULL, +1191183030,39,Proposed,OR_W,Wind,Wind,30,70256.45361,0,30,0.05,0.006,NULL,23,NULL, +1107403,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.659999967,92555.47875,0,20,0.06,0,NULL,23,NULL, +1191210389,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,34,0,33.5769,20,0.03,0.05,21.017,23,NULL, +156459,42,"Escalante Solar III, LLC",UT_S,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +156522,42,South Milford Solar Plant,UT_S,Central_PV,Solar,2.9,0,0,20,0,0,NULL,23,existing_generator, +1002035,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,30.92849922,0,0,20,0,0.02,NULL,23,NULL, +1191210411,16,Proposed,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,48.5,0,33.5769,20,0.03,0.05,7.84123,23,NULL, +1105450,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.059999943,44490.94125,0,20,0.06,0,NULL,23,NULL, +155826,36,CityCenter Central Plant Cogen Units,NV_S,Gas_Combustion_Turbine,Gas,8.6,0,6.0375,40,0.04,0.06,8.863,23,existing_generator, +1001459,13,Proposed,CA_PGE_CEN,Commercial_PV,Solar,148.1340027,0,0,20,0,0.02,NULL,23,NULL, +1110948,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,24.17000008,160019.1075,0,20,0.06,0,NULL,23,NULL, +1191209624,5,Proposed,AZ_NW,Coal_Steam_Turbine,Coal,NULL,70990.73625,4.166232,40,0.06,0.1,9,23,NULL, +156207,16,Arrache 4013,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1101804,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,307.3699951,50041.57819,0,20,0.06,0,NULL,23,NULL, +1110924,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,3.349999905,96954.64652,0,20,0.06,0,NULL,23,NULL, +1116602,18,Proposed,CA_SCE_SE,Central_PV,Solar,9.460000038,97424.7225,0,20,0,0.02,NULL,23,NULL, +1191184139,42,Proposed,UT_S,Wind,Wind,30,87877.37848,0,30,0.05,0.006,NULL,23,NULL, +1191210086,28,Proposed,MEX_BAJA,Geothermal,Geothermal,23.20000076,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156295,34,"Lightning Dock Geothermal HI-01, LLC",NM_S_TX_EPE,Geothermal,Geothermal,19.2,0,36.2145,20,0,0,NULL,23,existing_generator, +1191184122,42,Proposed,UT_S,Wind,Wind,30,107168.7664,0,30,0.05,0.006,NULL,23,NULL, +155814,25,San Luis Valley Solar Ranch,CO_SW,Central_PV,Solar,35,0,0,20,0,0,NULL,23,existing_generator, +154478,16,Rush Creek,CA_SCE_CEN,Hydro_NonPumped,Water,13.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155402,20,MM San Diego-Miramar,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,6.4,0,6.0375,20,0.04,0.06,7.383,23,existing_generator, +1114017,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,33.65999985,60055.37569,0,20,0.06,0,NULL,23,NULL, +1191209280,37,Proposed,OR_E,Geothermal,Geothermal,384,105206.7015,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157851,9,Ash_River,CAN_BC,Hydro_NonPumped,Water,27,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1105297,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,13.90999985,74114.53875,0,20,0.06,0,NULL,23,NULL, +154572,24,Fruita,CO_NW,Gas_Combustion_Turbine,Gas,26.6,0,6.0375,53,0.04,0.06,14.758,23,existing_generator, +1107727,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,4.079999924,157176.6525,0,20,0.06,0,NULL,23,NULL, +1001337,38,Proposed,OR_PDX,Commercial_PV,Solar,5.870100021,0,0,20,0,0.02,NULL,23,NULL, +1113099,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,39.59999847,60920.06361,0,20,0.06,0,NULL,23,NULL, +158051,9,BrrrdTh6,CAN_BC,Gas_Steam_Turbine,Gas,152,0,4.679173726,40,0.1288,0.0915,10.11999989,23,existing_generator, +154527,13,Donnells,CA_PGE_CEN,Hydro_NonPumped,Water,72,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209420,9,Proposed,CAN_BC,Geothermal,Geothermal,45,119939.0411,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1103111,39,Proposed,OR_W,Central_PV,Solar,274.3900146,53218.62861,0,20,0,0.02,NULL,23,NULL, +158059,8,Wind_EP_Can_1,CAN_ALB,Wind,Wind,0.6,0,0,30,0.05,0.006,NULL,23,existing_generator, +154747,41,Bountiful City,UT_N,Gas_Combustion_Turbine,Gas,30.4,0,6.0375,40,0.04,0.06,12.336,23,existing_generator, +1101597,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,141.0899963,40959.12639,0,20,0.06,0,NULL,23,NULL, +1112563,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,2.119999886,55444.17375,0,20,0.06,0,NULL,23,NULL, +1116402,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,10.68000031,127487.85,0,20,0.06,0,NULL,23,NULL, +1191210519,13,Proposed,CA_PGE_CEN,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,0,16.844625,40,0.1288,0.0915,5.16584,23,NULL, +155737,49,Silver Sage Windpower,WY_SE,Wind,Wind,42,0,0,20,0,0,NULL,23,existing_generator, +155171,14,Wadham Energy LP,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,29.1,0,13.35495,20,0.04,0.06,9.486,23,existing_generator, +156287,15,Westlands Solar PV Farm,CA_PGE_S,Central_PV,Solar,18,0,0,20,0,0,NULL,23,existing_generator, +154402,14,Hat Creek 2,CA_PGE_N,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109021,13,Proposed,CA_PGE_CEN,Central_PV,Solar,5.260000229,54491.69681,0,20,0,0.02,NULL,23,NULL, +1191210878,8,Proposed,CAN_ALB,Wind,Wind,1672.900024,43136.24889,0,30,0.05,0.006,NULL,23,NULL, +154927,40,Coyote Springs,OR_WA_BPA,CCGT,Gas,266.3,0,5.9409,40,0.04,0.06,11.568,23,existing_generator, +1112654,7,Proposed,AZ_SE,Central_PV,Solar,35.74000168,50621.78194,0,20,0,0.02,NULL,23,NULL, +156876,37,Klamath Falls Solar 2 CSG,OR_E,Central_PV,Solar,2.9,0,0,20,0,0,NULL,23,existing_generator, +154701,39,Fish Creek,OR_W,Hydro_NonPumped,Water,11,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106428,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,4.369999886,57148.80056,0,20,0.06,0,NULL,23,NULL, +1002128,50,Proposed,WY_SW,Residential_PV,Solar,101.5429993,0,0,20,0,0.02,NULL,23,NULL, +1100653,23,Proposed,CO_E,CSP_Trough_6h_Storage,Solar,2271.879883,42367.5525,0,20,0.06,0,NULL,23,NULL, +1191209337,35,Proposed,NV_N,Geothermal,Geothermal,16,95184.93264,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154937,12,Alameda,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,54.8,0,6.0375,40,0.04,0.06,9.183,23,existing_generator, +1116521,3,Proposed,AZ_APS_SW,Central_PV,Solar,4.46999979,90381.25236,0,20,0,0.02,NULL,23,NULL, +1117460,2,Proposed,AZ_APS_N,Central_PV,Solar,74.13999939,56394.23569,0,20,0,0.02,NULL,23,NULL, +77339,16,Barstow: 7,CA_SCE_CEN,Wind,Wind,38,55266.75,0,30,0.05,0.006,NULL,23,NULL, +1104543,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,25.35000038,90881.15736,0,20,0.06,0,NULL,23,NULL, +1106453,3,Proposed,AZ_APS_SW,Central_PV,Solar,1.559999943,66847.80375,0,20,0,0.02,NULL,23,NULL, +1106896,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,36.95000076,57681.0675,0,20,0.06,0,NULL,23,NULL, +1191210589,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +154643,27,Thousand Springs,ID_S_OR_E,Hydro_NonPumped,Water,6.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +77335,16,Tehachapi: 3,CA_SCE_CEN,Wind,Wind,49,87080.7,0,30,0.05,0.006,NULL,23,NULL, +1104553,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.789999962,112703.8238,0,20,0.06,0,NULL,23,NULL, +1114575,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,67.90000153,62232.61611,0,20,0.06,0,NULL,23,NULL, +1118677,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.360000014,165874.275,0,20,0.06,0,NULL,23,NULL, +1000086,8,Proposed,CAN_ALB,Residential_PV,Solar,148.8370056,0,0,20,0,0.02,NULL,23,NULL, +1104884,33,Proposed,NM_N,Central_PV,Solar,12.81000042,81221.40264,0,20,0,0.02,NULL,23,NULL, +1115335,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,59.97999954,60073.125,0,20,0.06,0,NULL,23,NULL, +77345,16,Tehachapi: 13,CA_SCE_CEN,Wind,Wind,81,86816.1,0,30,0.05,0.006,NULL,23,NULL, +1117901,3,Proposed,AZ_APS_SW,Central_PV,Solar,52.15000153,52206.38514,0,20,0,0.02,NULL,23,NULL, +1191210566,8,Proposed,CAN_ALB,CCGT_Cogen,Gas,110,0,4.1213235,20,0.04,0.06,7.1,23,NULL, +155604,39,Roseburg Forest Products Biomass,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,13.4,0,13.35495,20,0.04,0.06,11.001,23,existing_generator, +155911,14,Broadridge Cogen,CA_PGE_N,Central_PV,Solar,0.8,0,0,20,0,0,NULL,23,existing_generator, +1191209378,35,Proposed,NV_N,Geothermal,Geothermal,8,112743.7939,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155957,17,North Palm Springs 4A,CA_SCE_S,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +1117522,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,3.200000048,94137.30375,0,20,0.06,0,NULL,23,NULL, +154550,14,Judge F Carr,CA_PGE_N,Hydro_NonPumped,Water,154.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +155567,16,Oasis Wind,CA_SCE_CEN,Wind,Wind,59,0,0,20,0,0,NULL,23,existing_generator, +1106876,2,Proposed,AZ_APS_N,Central_PV,Solar,53.02999878,94994.98723,0,20,0,0.02,NULL,23,NULL, +1191185400,22,Proposed,CO_DEN,Wind,Wind,150,40745.03569,0,30,0.05,0.006,NULL,23,NULL, +1112023,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,8.909999847,53262.70236,0,20,0.06,0,NULL,23,NULL, +1115753,3,Proposed,AZ_APS_SW,Central_PV,Solar,91.87999725,45036.25014,0,20,0,0.02,NULL,23,NULL, +1191184123,42,Proposed,UT_S,Wind,Wind,30,126625.695,0,30,0.05,0.006,NULL,23,NULL, +158041,8,MACKAYG2,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,35.25579912,20,0.03,0.05,3.951999903,23,existing_generator, +1104914,5,Proposed,AZ_NW,Central_PV,Solar,17.85000038,86431.51986,0,20,0,0.02,NULL,23,NULL, +1110037,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,255.2100067,50939.11389,0,20,0.06,0,NULL,23,NULL, +156909,22,Quincy II Solar Garden,CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1118771,5,Proposed,AZ_NW,Central_PV,Solar,24.12000084,58418.48681,0,20,0,0.02,NULL,23,NULL, +1001681,1,Proposed,AZ_APS_E,Commercial_PV,Solar,60.48649979, - ,0,20,0,0.02,NULL,23,NULL, +154401,14,Hat Creek 1,CA_PGE_N,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115430,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,9,47137.78125,0,20,0.06,0,NULL,23,NULL, +1105834,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,34.15999985,86457.60375,0,20,0.06,0,NULL,23,NULL, +1102636,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1.820000052,63332.64861,0,20,0.06,0,NULL,23,NULL, +154420,14,Poe,CA_PGE_N,Hydro_NonPumped,Water,142.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1113987,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,40.99000168,43957.58944,0,20,0.06,0,NULL,23,NULL, +1191184185,42,Proposed,UT_S,Wind,Wind,2520,118444.524,0,30,0.05,0.006,NULL,23,NULL, +1116559,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,6.119999886,65955.33861,0,20,0.06,0,NULL,23,NULL, +1191185558,43,Proposed,WA_ID_AVA,Wind,Wind,30,41277.18,0,30,0.05,0.006,NULL,23,NULL, +1191209212,31,Proposed,MT_SE,Bio_Gas,Bio_Gas,NULL,70251.1425,16.0398,20,0.11,0.04,13.5,23,NULL, +155163,40,SDS Lumber Gorge Energy Division,OR_WA_BPA,Bio_Solid_Steam_Turbine,Bio_Solid,10,0,13.35495,20,0.04,0.06,9.491,23,existing_generator, +1100915,33,Proposed,NM_N,Central_PV,Solar,474.5400085,68224.23111,0,20,0,0.02,NULL,23,NULL, +1114842,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,44.02000046," 53,821.17 ",0,20,0.06,0,NULL,23,NULL, +1107347,16,Proposed,CA_SCE_CEN,Central_PV,Solar,20.23999977,50596.06125,0,20,0,0.02,NULL,23,NULL, +1116628,46,Proposed,WA_W,CSP_Trough_6h_Storage,Solar,2.119999886,45624.54319,0,20,0.06,0,NULL,23,NULL, +1191185557,43,Proposed,WA_ID_AVA,Wind,Wind,30,57717.41514,0,30,0.05,0.006,NULL,23,NULL, +1191185678,46,Proposed,WA_W,Offshore_Wind,Wind,30,138443.4975,0,30,0.05,0.006,NULL,23,NULL, +1111700,35,Proposed,NV_N,Central_PV,Solar,134.1999969,112504.2278,0,20,0,0.02,NULL,23,NULL, +1191209511,42,Proposed,UT_S,CCGT,Gas,NULL," 70,251.14 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1191185487,27,Proposed,ID_S_OR_E,Wind,Wind,30,84407.14611,0,30,0.05,0.006,NULL,23,NULL, +156426,16,Victor Mesa Linda C2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1106901,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,28.95000076,46315.11056,0,20,0.06,0,NULL,23,NULL, +1110899,3,Proposed,AZ_APS_SW,Central_PV,Solar,22.19000053,77084.62556,0,20,0,0.02,NULL,23,NULL, +155351,46,Longview Fibre,WA_W,ST,Bio_Liquid,45,0,13.35495,20,0.04,0.06,10.506,23,existing_generator, +1114008,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,8.369999886,93571.46736,0,20,0.06,0,NULL,23,NULL, +1191182530,36,Proposed,NV_S,Wind,Wind,60,88950.24223,0,30,0.05,0.006,NULL,23,NULL, +1101237,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,4.300000191,103252.7213,0,20,0.06,0,NULL,23,NULL, +156824,16,Green Beanworks D PV,CA_SCE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1109174,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,8.020000458,42978.5475,0,20,0,0.02,NULL,23,NULL, +1108678,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,40.47999954,54157.10139,0,20,0.06,0,NULL,23,NULL, +155718,14,SunEdison Anheuser Busch Fairfield,CA_PGE_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1118345,2,Proposed,AZ_APS_N,Central_PV,Solar,26.71999931,50678.41181,0,20,0,0.02,NULL,23,NULL, +1114296,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,37.25999832,68452.93444,0,20,0.06,0,NULL,23,NULL, +1118809,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,52.93000031,53517.00375,0,20,0.06,0,NULL,23,NULL, +1191210484,39,Proposed,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,0,16.844625,40,0.1288,0.0915,9.98859,23,NULL, +1104226,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,5.449999809,56651.55111,0,20,0.06,0,NULL,23,NULL, +1118348,18,Proposed,CA_SCE_SE,Central_PV,Solar,17.67000008,60710.32181,0,20,0,0.02,NULL,23,NULL, +157091,35,Battle Mountain Solar Project,NV_N,Central_PV,Solar,101,0,0,20,0,0,NULL,23,existing_generator, +1118829,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,6.190000057,82354.87723,0,20,0.06,0,NULL,23,NULL, +1191209360,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,24,58687.64139,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156337,7,"Gato Montes Solar, LLC",AZ_SE,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1001367,1,Proposed,AZ_APS_E,Commercial_PV,Solar,12.08549976, - ,0,20,0,0.02,NULL,23,NULL, +1101233,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.029999971,59780.91,0,20,0,0.02,NULL,23,NULL, +1102074,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,138.3300018,103766.6351,0,20,0.06,0,NULL,23,NULL, +1111490,32,Proposed,MT_SW,Central_PV,Solar,3.289999962,40438.81181,0,20,0,0.02,NULL,23,NULL, +1116302,14,Proposed,CA_PGE_N,Central_PV,Solar,1.330000043,50625.40444,0,20,0,0.02,NULL,23,NULL, +1109225,29,Proposed,MT_NE,Central_PV,Solar,1.75999999,113445.7099,0,20,0,0.02,NULL,23,NULL, +1111786,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,6.289999962,70718.68556,0,20,0.06,0,NULL,23,NULL, +1118789,10,Proposed,CA_IID,Central_PV,Solar,4.539999962,52054.1175,0,20,0,0.02,NULL,23,NULL, +1101862,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,15,71773.07361,0,20,0.06,0,NULL,23,NULL, +157837,8,Kananaskis,CAN_ALB,Hydro_NonPumped,Water,16.8,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1112652,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,49.72999954,58291.09556,0,20,0.06,0,NULL,23,NULL, +1191182951,49,Proposed,WY_SE,Wind,Wind,360,82791.75639,0,30,0.05,0.006,NULL,23,NULL, +1108034,13,Proposed,CA_PGE_CEN,Central_PV,Solar,9.43999958,54592.52306,0,20,0,0.02,NULL,23,NULL, +155514,20,Palomar Energy,CA_SDGE,CCGT,Gas,559,0,5.9409,40,0.04,0.06,10.788,23,existing_generator, +1100102,36,Proposed,NV_S,Central_PV,Solar,1.120000005,53865.12694,0,20,0,0.02,NULL,23,NULL, +156320,16,Summer Solar A2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1108170,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.46999979,78329.79861,0,20,0.06,0,NULL,23,NULL, +1191185344,44,Proposed,WA_N_CEN,Wind,Wind,30,72456.0375,0,30,0.05,0.006,NULL,23,NULL, +1191210075,28,Proposed,MEX_BAJA,Geothermal,Geothermal,104.5,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210520,46,Proposed,WA_W,CCGT_Cogen,Gas,253.3999939,0,4.1213235,20,0.04,0.06,7.57556,23,NULL, +154716,40,Round Butte,OR_WA_BPA,Hydro_NonPumped,Water,372.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156981,6,AZ State University - Tempe Campus Solar,AZ_PHX,Central_PV,Solar,2.3,0,0,20,0,0,NULL,23,existing_generator, +1107625,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,10.06999969,87503.65723,0,20,0.06,0,NULL,23,NULL, +1104536,35,Proposed,NV_N,Central_PV,Solar,3.359999895,67995.16931,0,20,0,0.02,NULL,23,NULL, +154548,13,La Grange,CA_PGE_CEN,Hydro_NonPumped,Water,4.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1112360,29,Proposed,MT_NE,Central_PV,Solar,2.279999971,72454.83,0,20,0,0.02,NULL,23,NULL, +1191184790,25,Proposed,CO_SW,Wind,Wind,60,111712.1078,0,30,0.05,0.006,NULL,23,NULL, +1191209205,38,Proposed,OR_PDX,Bio_Gas,Bio_Gas,NULL,76906.51931,16.0398,20,0.11,0.04,13.5,23,NULL, +1104534,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,68.55000305,79519.66723,0,20,0.06,0,NULL,23,NULL, +1116990,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,284.1700134," 82,544.95 ",0,20,0.06,0,NULL,23,NULL, +1191184031,46,Proposed,WA_W,Wind,Wind,30,53538.25764,0,30,0.05,0.006,NULL,23,NULL, +155415,13,Aera San Ardo Cogen Facility,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,6.2,0,6.0375,40,0.04,0.06,7.091,23,existing_generator, +1109242,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,26.95999908,53130.72639,0,20,0.06,0,NULL,23,NULL, +155320,16,CTV Power Purchase Contract Trust,CA_SCE_CEN,Wind,Wind,4.5,0,0,20,0,0,NULL,23,existing_generator, +1191210894,8,Proposed,CAN_ALB,Wind,Wind,321.3850098,59189.59819,0,30,0.05,0.006,NULL,23,NULL, +1191185327,25,Proposed,CO_SW,Wind,Wind,30,77593.82736,0,30,0.05,0.006,NULL,23,NULL, +157992,8,ENMX_Crsfld_1,CAN_ALB,Gas_Combustion_Turbine,Gas,120,0,35.25579912,20,0.03,0.05,10.64000034,23,existing_generator, +154971,40,Coyote Springs II,OR_WA_BPA,CCGT,Gas,287,0,5.9409,40,0.04,0.06,11.185,23,existing_generator, +156063,34,SunE EPE2 LLC,NM_S_TX_EPE,Central_PV,Solar,12,0,0,20,0,0,NULL,23,existing_generator, +156505,16,Coronus Adelanto West 2,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1110499,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,6.980000019,50635.06444,0,20,0.06,0,NULL,23,NULL, +1108214,33,Proposed,NM_N,Central_PV,Solar,5.650000095,95189.88527,0,20,0,0.02,NULL,23,NULL, +1112261,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,3.849999905,94128.12486,0,20,0,0.02,NULL,23,NULL, +1114172,32,Proposed,MT_SW,Central_PV,Solar,1.179999948,73538.80181,0,20,0,0.02,NULL,23,NULL, +1117488,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,3.400000095,118308.7935,0,20,0.06,0,NULL,23,NULL, +1191182477,36,Proposed,NV_S,Wind,Wind,30,159850.0575,0,30,0.05,0.006,NULL,23,NULL, +1191210530,40,Proposed,OR_WA_BPA,CCGT_Cogen,Gas,621.2000122,0,4.1213235,20,0.04,0.06,7.6128,23,NULL, +1117427,1,Proposed,AZ_APS_E,Central_PV,Solar,150.9799957," 100,905.70 ",0,20,0,0.02,NULL,23,NULL, +1191185438,22,Proposed,CO_DEN,Wind,Wind,60,59466.11569,0,30,0.05,0.006,NULL,23,NULL, +154684,35,Tracy,NV_N,CCGT,Gas,743.1,0,5.9409,40,0.04,0.06,8.043,23,existing_generator, +1191209353,35,Proposed,NV_N,Geothermal,Geothermal,16,109349.8699,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155077,11,Civic Center,CA_LADWP,CCGT,Gas,34.5,0,5.9409,40,0.04,0.06,12.099,23,existing_generator, +156743,13,San Joaquin Solar,CA_PGE_CEN,Central_PV,Solar,19.8,0,0,20,0,0,NULL,23,existing_generator, +1191183814,40,Proposed,OR_WA_BPA,Wind,Wind,30,157855.2675,0,30,0.05,0.006,NULL,23,NULL, +1000340,20,Proposed,CA_SDGE,Residential_PV,Solar,148.8370056,0,0,20,0,0.02,NULL,23,NULL, +1110047,33,Proposed,NM_N,Central_PV,Solar,3.950000048,45130.18986,0,20,0,0.02,NULL,23,NULL, +1191184062,46,Proposed,WA_W,Wind,Wind,30,52084.305,0,30,0.05,0.006,NULL,23,NULL, +1001147,29,Proposed,MT_NE,Commercial_PV,Solar,40.81999969,0,0,20,0,0.02,NULL,23,NULL, +1106240,39,Proposed,OR_W,Central_PV,Solar,5.070000172,48593.05931,0,20,0,0.02,NULL,23,NULL, +1106023,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,33.88000107,172241.4225,0,20,0.06,0,NULL,23,NULL, +157959,8,AirLiqd1,CAN_ALB,CCGT_Cogen,Gas,89,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1116192,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,3.980000019,62163.67069,0,20,0.06,0,NULL,23,NULL, +155584,29,Judith Gap Wind Energy Center,MT_NE,Wind,Wind,135,0,0,20,0,0,NULL,23,existing_generator, +157951,8,JoffrCgnP,CAN_ALB,CCGT_Cogen,Gas,145,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +1109193,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.170000076,154713.3525,0,20,0.06,0,NULL,23,NULL, +1118886,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,31.20999908,66747.70389,0,20,0.06,0,NULL,23,NULL, +77462,14,PlumasCounty: 577,CA_PGE_N,Wind,Wind,31,50749.65,0,30,0.05,0.006,NULL,23,NULL, +156404,16,Hesperia,CA_SCE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1112724,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,26.10000038," 78,373.63 ",0,20,0.06,0,NULL,23,NULL, +1191182415,26,Proposed,ID_E,Wind,Wind,180,56484.435,0,30,0.05,0.006,NULL,23,NULL, +155374,40,Warm Springs Power Enterprises,OR_WA_BPA,Hydro_NonPumped,Water,19.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +156983,22,Gilcrest Solar,CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1000792,50,Proposed,WY_SW,Residential_PV,Solar,95.97899628,0,0,20,0,0.02,NULL,23,NULL, +1107216,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,83.62999725,60624.34875,0,20,0.06,0,NULL,23,NULL, +1108745,10,Proposed,CA_IID,Central_PV,Solar,48.54999924,51353.64486,0,20,0,0.02,NULL,23,NULL, +1114370,4,Proposed,AZ_NM_N,Central_PV,Solar,9.789999962,84689.46527,0,20,0,0.02,NULL,23,NULL, +1115966,17,Proposed,CA_SCE_S,Central_PV,Solar,4.46999979,45896.83444,0,20,0,0.02,NULL,23,NULL, +1191210891,8,Proposed,CAN_ALB,Wind,Wind,1241.280029,55791.81111,0,30,0.05,0.006,NULL,23,NULL, +154365,6,Stewart Mountain,AZ_PHX,Hydro_NonPumped,Water,13,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110935,35,Proposed,NV_N,Central_PV,Solar,17.52000046,48727.33236,0,20,0,0.02,NULL,23,NULL, +1101134,18,Proposed,CA_SCE_SE,Central_PV,Solar,2.480000019,96972.87223,0,20,0,0.02,NULL,23,NULL, +1191184060,46,Proposed,WA_W,Wind,Wind,30,49183.64944,0,30,0.05,0.006,NULL,23,NULL, +1105317,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,69.08000183,58770.95889,0,20,0.06,0,NULL,23,NULL, +1113866,41,Proposed,UT_N,Central_PV,Solar,68.31999969,84055.2825,0,20,0,0.02,NULL,23,NULL, +1191185322,25,Proposed,CO_SW,Wind,Wind,30,43368.93319,0,30,0.05,0.006,NULL,23,NULL, +1112678,3,Proposed,AZ_APS_SW,Central_PV,Solar,103.3700027,63948.59625,0,20,0,0.02,NULL,23,NULL, +155680,16,Ameresco Chiquita Canyon,CA_SCE_CEN,Bio_Gas,Bio_Gas,9.2,0,6.0375,20,0.03,0.05,10.849,23,existing_generator, +1103802,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,1.059999943,70071.95139,0,20,0.06,0,NULL,23,NULL, +1191210585,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1111328,7,Proposed,AZ_SE,Central_PV,Solar,66.02999878,94110.61611,0,20,0,0.02,NULL,23,NULL, +1191185159,23,Proposed,CO_E,Wind,Wind,840,66135.13819,0,30,0.05,0.006,NULL,23,NULL, +1191210112,10,Proposed,CA_IID,Geothermal,Geothermal,53.90000153,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154655,26,City Power Plant,ID_E,Hydro_NonPumped,Water,8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102012,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,3.660000086,54126.42806,0,20,0.06,0,NULL,23,NULL, +1110369,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,168.6000061,78990.54639,0,20,0.06,0,NULL,23,NULL, +1191210893,8,Proposed,CAN_ALB,Wind,Wind,7286.899902,67057.90875,0,30,0.05,0.006,NULL,23,NULL, +1104839,37,Proposed,OR_E,Central_PV,Solar,5.840000153,139712.58,0,20,0,0.02,NULL,23,NULL, +77502,14,Solano: 1890,CA_PGE_N,Wind,Wind,26,44941.05,0,30,0.05,0.006,NULL,23,NULL, +157030,10,Wildcat I Energy Storage LLC,CA_IID,Battery_Storage,Electricity,3,0,0,10,0.02,0.0055,NULL,23,existing_generator, +155190,40,Orchard Avenue 1,OR_WA_BPA,Hydro_NonPumped,Water,1.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117414,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,39.58000183,45138.28389,0,20,0.06,0,NULL,23,NULL, +1191209748,29,Proposed,MT_NE,Battery_Storage,Electricity,NULL,70251.1425,0,10,0.02,0.0055,NULL,23,NULL, +154538,13,Parker,CA_PGE_CEN,Hydro_NonPumped,Water,2.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +155511,4,Bluffview,AZ_NM_N,CCGT,Gas,67,0,5.9409,40,0.04,0.06,12.688,23,existing_generator, +1104875,42,Proposed,UT_S,Central_PV,Solar,9.350000381,60387.19764,0,20,0,0.02,NULL,23,NULL, +155087,16,Argus Cogen Plant,CA_SCE_CEN,Coal_Steam_Turbine,Coal,62.5,0,5.2164,40,0.04,0.06,8.705,23,existing_generator, +1103163,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,5.610000134,77541.90486,0,20,0.06,0,NULL,23,NULL, +1191182538,36,Proposed,NV_S,Wind,Wind,30,174529.635,0,30,0.05,0.006,NULL,23,NULL, +1110508,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,11.05000019,55371.84639,0,20,0.06,0,NULL,23,NULL, +1001877,23,Proposed,CO_E,Commercial_PV,Solar,17.32419968,0,0,20,0,0.02,NULL,23,NULL, +1109121,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,6.5,47586.12694,0,20,0.06,0,NULL,23,NULL, +1001210,35,Proposed,NV_N,Residential_PV,Solar,25.03800011,0,0,20,0,0.02,NULL,23,NULL, +154445,17,AES Alamitos LLC,CA_SCE_S,Gas_Steam_Turbine,Gas,1115,0,6.0375,59,0.04,0.06,11.814,23,existing_generator, +154552,21,Nimbus,CA_SMUD,Hydro_NonPumped,Water,13.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191183339,24,Proposed,CO_NW,Wind,Wind,30,66627.55764,0,30,0.05,0.006,NULL,23,NULL, +1110871,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3,42943.04889,0,20,0.06,0,NULL,23,NULL, +1191185454,43,Proposed,WA_ID_AVA,Wind,Wind,30,53188.08264,0,30,0.05,0.006,NULL,23,NULL, +1000809,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,40.73759842,0,0,20,0,0.02,NULL,23,NULL, +1191210090,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,90,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1119060,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,3,47984.96514,0,20,0.06,0,NULL,23,NULL, +156842,16,Green Beanworks B PV,CA_SCE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1106707,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,1.899999976,77438.78625,0,20,0.06,0,NULL,23,NULL, +1191209738,19,Proposed,CA_SCE_VLY,Battery_Storage,Electricity,NULL,77646.11306,0,10,0.02,0.0055,NULL,23,NULL, +1191182716,39,Proposed,OR_W,Wind,Wind,30,55970.76639,0,30,0.05,0.006,NULL,23,NULL, +154770,43,Nine Mile,WA_ID_AVA,Hydro_NonPumped,Water,37.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +154534,14,French Meadows,CA_PGE_N,Hydro_NonPumped,Water,15.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000147,15,Proposed,CA_PGE_S,Commercial_PV,Solar,229.2380066,0,0,20,0,0.02,NULL,23,NULL, +154561,20,Bear Valley,CA_SDGE,Hydro_NonPumped,Water,1.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209361,38,Proposed,OR_PDX,Geothermal,Geothermal,45,81712.25139,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1001212,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,30.60199928,0,0,20,0,0.02,NULL,23,NULL, +1000114,42,Proposed,UT_S,Residential_PV,Solar,577.2650146,0,0,20,0,0.02,NULL,23,NULL, +1191183337,24,Proposed,CO_NW,Wind,Wind,30,58567.97625,0,30,0.05,0.006,NULL,23,NULL, +154824,39,Lost Creek,OR_W,Hydro_NonPumped,Water,49,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117489,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,3.400000095,118308.7935,0,20,0.06,0,NULL,23,NULL, +155870,40,Tieton Dam Hydro Electric Project,OR_WA_BPA,Hydro_NonPumped,Water,13.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000742,23,Proposed,CO_E,Residential_PV,Solar,1521.75,0,0,20,0,0.02,NULL,23,NULL, +1191182954,49,Proposed,WY_SE,Wind,Wind,30,77940.26194,0,30,0.05,0.006,NULL,23,NULL, +1191210108,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,15,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155214,15,McKittrick Limited,CA_PGE_S,Gas_Combustion_Turbine,Gas,46,0,6.0375,40,0.04,0.06,10.767,23,existing_generator, +156217,10,Campo Verde Solar,CA_IID,Central_PV,Solar,147.4,0,0,20,0,0,NULL,23,existing_generator, +154794,49,Kortes,WY_SE,Hydro_NonPumped,Water,36,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117485,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,118.4800034,43413.97389,0,20,0.06,0,NULL,23,NULL, +154685,35,Tracy,NV_N,Gas_Combustion_Turbine,Gas,170,0,6.0375,40,0.04,0.06,17.346,23,existing_generator, +1191184539,35,Proposed,NV_N,Wind,Wind,2970,133817.565,0,30,0.05,0.006,NULL,23,NULL, +1116140,35,Proposed,NV_N,Central_PV,Solar,1.340000033,84433.10736,0,20,0,0.02,NULL,23,NULL, +155539,13,Regional Wastewater Control Facility,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,0,6.0375,20,0.04,0.06,7.794,23,existing_generator, +155606,17,Grapeland Peaker,CA_SCE_S,Battery_Storage,Electricity,10,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1100703,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,219.4400024,41811.62139,0,20,0.06,0,NULL,23,NULL, +155816,40,Big Horn Wind II,OR_WA_BPA,Wind,Wind,50,0,0,20,0,0,NULL,23,existing_generator, +155578,17,Clearwater Power Plant,CA_SCE_S,CCGT,Gas,49,0,5.9409,40,0.04,0.06,11.404,23,existing_generator, +1191183735,40,Proposed,OR_WA_BPA,Wind,Wind,30,59550.15486,0,30,0.05,0.006,NULL,23,NULL, +1103808,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.680000067,109155.8303,0,20,0.06,0,NULL,23,NULL, +1118323,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,12.23999977,54749.49806,0,20,0.06,0,NULL,23,NULL, +1191183358,24,Proposed,CO_NW,Wind,Wind,30,77186.29611,0,30,0.05,0.006,NULL,23,NULL, +157917,9,Shuswap,CAN_BC,Hydro_NonPumped,Water,5.2,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1107264,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.949999809,82108.66986,0,20,0.06,0,NULL,23,NULL, +1001094,33,Proposed,NM_N,Residential_PV,Solar,2217.25,0,0,20,0,0.02,NULL,23,NULL, +155905,34,Deming Solar Energy Center,NM_S_TX_EPE,Central_PV,Solar,9,0,0,20,0,0,NULL,23,existing_generator, +1191182505,36,Proposed,NV_S,Wind,Wind,150,53792.19111,0,30,0.05,0.006,NULL,23,NULL, +155979,14,Ameresco Butte County,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.3,0,6.0375,20,0.04,0.06,10.152,23,existing_generator, +1109099,15,Proposed,CA_PGE_S,Central_PV,Solar,46.20999908,54321.8025,0,20,0,0.02,NULL,23,NULL, +1191182502,35,Proposed,NV_N,Wind,Wind,30,172604.88,0,30,0.05,0.006,NULL,23,NULL, +155796,16,Alta Wind Energy Center II,CA_SCE_CEN,Wind,Wind,150,0,0,20,0,0,NULL,23,existing_generator, +1103535,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,1.870000005,44023.27556,0,20,0.06,0,NULL,23,NULL, +1117509,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,29.01000023,54023.55,0,20,0.06,0,NULL,23,NULL, +1105504,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,26.56999969,62948.42306,0,20,0.06,0,NULL,23,NULL, +155838,25,Greater Sandhill I,CO_SW,Central_PV,Solar,19,0,0,20,0,0,NULL,23,existing_generator, +1108581,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,2.380000114,64525.78125,0,20,0.06,0,NULL,23,NULL, +154524,14,Chicago Park,CA_PGE_N,Hydro_NonPumped,Water,44,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209605,36,Proposed,NV_S,Coal_IGCC,Coal,NULL,77646.11306,7.3442565,40,0.08,0.12,7.95,23,NULL, +1111779,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,19.98999977,110603.9813,0,20,0.06,0,NULL,23,NULL, +155692,36,CM10,NV_S,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1107590,13,Proposed,CA_PGE_CEN,Central_PV,Solar,1.370000005,60579.79389,0,20,0,0.02,NULL,23,NULL, +1115323,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,3.5,67096.06764,0,20,0.06,0,NULL,23,NULL, +1104455,10,Proposed,CA_IID,Central_PV,Solar,2.859999895,50711.85861,0,20,0,0.02,NULL,23,NULL, +1116077,35,Proposed,NV_N,Central_PV,Solar,85.58999634,152002.515,0,20,0,0.02,NULL,23,NULL, +1106295,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,3.559999943,65218.2825,0,20,0.06,0,NULL,23,NULL, +1191209318,35,Proposed,NV_N,Geothermal,Geothermal,12,174411.3,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1111769,2,Proposed,AZ_APS_N,Central_PV,Solar,39.41999817,72027.61556,0,20,0,0.02,NULL,23,NULL, +1191209652,33,Proposed,NM_N,Coal_Steam_Turbine,Coal,NULL,70990.73625,4.166232,40,0.06,0.1,9,23,NULL, +1113017,41,Proposed,UT_N,Central_PV,Solar,27.63999939,76342.61681,0,20,0,0.02,NULL,23,NULL, +155123,11,Olive View Medical Center,CA_LADWP,Gas_Combustion_Turbine,Gas,5.6,0,6.0375,40,0.04,0.06,10.879,23,existing_generator, +156889,25,San Luis Valley Solar Array,CO_SW,Central_PV,Solar,2.7,0,0,20,0,0,NULL,23,existing_generator, +1191209238,35,Proposed,NV_N,Geothermal,Geothermal,31.5,56712.04875,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154780,46,Cushman 2,WA_W,Hydro_NonPumped,Water,84.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +155644,40,Goodnoe Hills,OR_WA_BPA,Wind,Wind,94,0,0,20,0,0,NULL,23,existing_generator, +1102194,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,91.75,56063.14014,0,20,0.06,0,NULL,23,NULL, +1104487,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,19.20000076,56979.87319,0,20,0.06,0,NULL,23,NULL, +156445,13,Taylor Farms,CA_PGE_CEN,Wind,Wind,1,0,0,20,0,0,NULL,23,existing_generator, +1106875,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,2.930000067," 106,069.46 ",0,20,0.06,0,NULL,23,NULL, +1105415,33,Proposed,NM_N,Central_PV,Solar,10.46000004,52805.54569,0,20,0,0.02,NULL,23,NULL, +1111336,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,4.400000095,109473.6386,0,20,0.06,0,NULL,23,NULL, +1112102,48,Proposed,WY_NW,Central_PV,Solar,3.75,83436.31611,0,20,0,0.02,NULL,23,NULL, +157048,15,"Willow Spring Solar, LLC",CA_PGE_S,Central_PV,Solar,100,0,0,20,0,0,NULL,23,existing_generator, +1191184264,48,Proposed,WY_NW,Wind,Wind,90,87446.90473,0,30,0.05,0.006,NULL,23,NULL, +156025,20,Univ of California San Diego Solar,CA_SDGE,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +155449,36,Apex Generating Station,NV_S,CCGT,Gas,600.6,0,5.9409,40,0.04,0.06,10.627,23,existing_generator, +77486,16,MountainPass: 1548,CA_SCE_CEN,Wind,Wind,31,43470,0,30,0.05,0.006,NULL,23,NULL, +1115713,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,9.100000381,45885.60375,0,20,0.06,0,NULL,23,NULL, +1191209364,39,Proposed,OR_W,Geothermal,Geothermal,45,84790.04625,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1116964,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,26.18000031,123902.7825,0,20,0.06,0,NULL,23,NULL, +1110024,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.75999999,61215.54264,0,20,0.06,0,NULL,23,NULL, +1001635,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,8.283599854,0,0,20,0,0.02,NULL,23,NULL, +1191183920,27,Proposed,ID_S_OR_E,Wind,Wind,30,76596.07389,0,30,0.05,0.006,NULL,23,NULL, +1105989,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,80.94000244,46799.44069,0,20,0.06,0,NULL,23,NULL, +1191182429,26,Proposed,ID_E,Wind,Wind,60,65650.69014,0,30,0.05,0.006,NULL,23,NULL, +155336,15,Welport Lease Project,CA_PGE_S,Gas_Combustion_Turbine,Gas,5,0,6.0375,40,0.04,0.06,9.104,23,existing_generator, +1191183805,35,Proposed,NV_N,Wind,Wind,30,79567.85402,0,30,0.05,0.006,NULL,23,NULL, +1107763,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,58.61999893,90842.64,0,20,0.06,0,NULL,23,NULL, +1104045,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,75.34999847,91114.80861,0,20,0.06,0,NULL,23,NULL, +1108758,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,2.619999886,91809.97014,0,20,0.06,0,NULL,23,NULL, +156109,23,Limon Wind II,CO_E,Wind,Wind,200,0,0,20,0,0,NULL,23,existing_generator, +154992,23,Springfield (CO),CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.7,0,33.579,20,0.04,0.06,9.568,23,existing_generator, +1115222,2,Proposed,AZ_APS_N,Central_PV,Solar,6.190000057,68575.1325,0,20,0,0.02,NULL,23,NULL, +1191185697,13,Proposed,CA_PGE_CEN,Offshore_Wind,Wind,30,79633.17223,0,30,0.05,0.006,NULL,23,NULL, +1118287,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,10.39999962,83546.67973,0,20,0.06,0,NULL,23,NULL, +1191184078,46,Proposed,WA_W,Wind,Wind,30,76363.87069,0,30,0.05,0.006,NULL,23,NULL, +1102515,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,1.470000029,57016.81986,0,20,0.06,0,NULL,23,NULL, +77336,16,Tehachapi: 4,CA_SCE_CEN,Wind,Wind,92,87088.05,0,30,0.05,0.006,NULL,23,NULL, +1101930,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,223.5299988,127433.5125,0,20,0.06,0,NULL,23,NULL, +1001622,23,Proposed,CO_E,Residential_PV,Solar,90.41500092,0,0,20,0,0.02,NULL,23,NULL, +1101033,28,Proposed,MEX_BAJA,CSP_Trough_No_Storage,Solar,202.4199982,75723.89569,0,20,0.06,0,NULL,23,NULL, +1191185152,23,Proposed,CO_E,Wind,Wind,720,39352.90847,0,30,0.05,0.006,NULL,23,NULL, +1118828,18,Proposed,CA_SCE_SE,Central_PV,Solar,6.190000057,82354.87723,0,20,0,0.02,NULL,23,NULL, +1001319,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,13.79189968,0,0,20,0,0.02,NULL,23,NULL, +1105992,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,29.37000084,59853.11944,0,20,0.06,0,NULL,23,NULL, +1191185554,43,Proposed,WA_ID_AVA,Wind,Wind,30,41155.82625,0,30,0.05,0.006,NULL,23,NULL, +1191182621,30,Proposed,MT_NW,Wind,Wind,30,59379.53889,0,30,0.05,0.006,NULL,23,NULL, +1191209249,10,Proposed,CA_IID,Geothermal,Geothermal,20,60538.37569,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191210887,9,Proposed,CAN_BC,Wind,Wind,2375.620117,49471.39764,0,30,0.05,0.006,NULL,23,NULL, +1191210423,12,Proposed,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen,Gas,1.5,0,33.5769,20,0.03,0.05,6.15689,23,NULL, +154457,16,Bishop Creek 4,CA_SCE_CEN,Hydro_NonPumped,Water,8.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000095,41,Proposed,UT_N,Commercial_PV,Solar,18.27249908,0,0,20,0,0.02,NULL,23,NULL, +156301,36,Silver State Solar Power South,NV_S,Central_PV,Solar,250,0,0,20,0,0,NULL,23,existing_generator, +1000117,2,Proposed,AZ_APS_N,Commercial_PV,Solar,4.143599987,0,0,20,0,0.02,NULL,23,NULL, +156621,19,CED Ducor 2,CA_SCE_VLY,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191209211,16,Proposed,CA_SCE_CEN,Bio_Gas,Bio_Gas,NULL,82822.425,16.0398,20,0.11,0.04,13.5,23,NULL, +1117514,36,Proposed,NV_S,Central_PV,Solar,19.34000015,49007.595,0,20,0,0.02,NULL,23,NULL, +1115682,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,37.04000092,85556.32764,0,20,0.06,0,NULL,23,NULL, +156173,40,Vansycle II Wind Energy Center,OR_WA_BPA,Wind,Wind,98.9,0,0,20,0,0,NULL,23,existing_generator, +1102911,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,1.49000001,100813.0901,0,20,0.06,0,NULL,23,NULL, +1001829,23,Proposed,CO_E,Commercial_PV,Solar,22.03079987,0,0,20,0,0.02,NULL,23,NULL, +1118709,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,18.70999908,47902.00611,0,20,0.06,0,NULL,23,NULL, +1118893,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,3.529999971,77001.79389,0,20,0.06,0,NULL,23,NULL, +1105476,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,18.59000015,98026.53861,0,20,0.06,0,NULL,23,NULL, +1104499,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,34.52000046,55986.70444,0,20,0.06,0,NULL,23,NULL, +1115716,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,19.31999969,77044.90069,0,20,0.06,0,NULL,23,NULL, +1109509,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,63.58000183,60397.33875,0,20,0.06,0,NULL,23,NULL, +1100704,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,219.4400024,41811.62139,0,20,0.06,0,NULL,23,NULL, +1114413,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,13.86999989,63312.60694,0,20,0.06,0,NULL,23,NULL, +1118933,28,Proposed,MEX_BAJA,Central_PV,Solar,133.6999969,118855.5551,0,20,0,0.02,NULL,23,NULL, +156289,10,Sol Orchard El Centro PV,CA_IID,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1000976,24,Proposed,CO_NW,Residential_PV,Solar,29.21100044,0,0,20,0,0.02,NULL,23,NULL, +1117307,37,Proposed,OR_E,Central_PV,Solar,87.91999817,111978.5974,0,20,0,0.02,NULL,23,NULL, +154523,13,McSwain,CA_PGE_CEN,Hydro_NonPumped,Water,9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103801,15,Proposed,CA_PGE_S,Central_PV,Solar,1.059999943,70071.95139,0,20,0,0.02,NULL,23,NULL, +1110488,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,49.54999924,68273.86125,0,20,0,0.02,NULL,23,NULL, +1105475,18,Proposed,CA_SCE_SE,Central_PV,Solar,18.59000015,98026.53861,0,20,0,0.02,NULL,23,NULL, +1108257,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,3.380000114,89086.935,0,20,0.06,0,NULL,23,NULL, +1108264,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.710000038,78469.3875,0,20,0.06,0,NULL,23,NULL, +156130,14,Grassland 3&4 Solar Project,CA_PGE_N,Central_PV,Solar,2.5,0,0,20,0,0,NULL,23,existing_generator, +1191210853,9,Proposed,CAN_BC,Wind,Wind,201.352005,151520.7225,0,30,0.05,0.006,NULL,23,NULL, +1109735,8,Proposed,CAN_ALB,Central_PV,Solar,459.6600037,67544.05014,0,20,0,0.02,NULL,23,NULL, +1191182670,39,Proposed,OR_W,Wind,Wind,30,43954.33014,0,30,0.05,0.006,NULL,23,NULL, +1111771,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,39.41999817,72027.61556,0,20,0.06,0,NULL,23,NULL, +1000096,41,Proposed,UT_N,Residential_PV,Solar,30.60199928,0,0,20,0,0.02,NULL,23,NULL, +156772,16,"Solar Star California, XLIV, LLC",CA_SCE_CEN,Central_PV,Solar,9.5,0,0,20,0,0,NULL,23,existing_generator, +1191185482,43,Proposed,WA_ID_AVA,Wind,Wind,60,48430.04681,0,30,0.05,0.006,NULL,23,NULL, +1107150,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,32.56999969,76474.96069,0,20,0.06,0,NULL,23,NULL, +1191182688,39,Proposed,OR_W,Wind,Wind,30,81602.72736,0,30,0.05,0.006,NULL,23,NULL, +1107786,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,1.360000014,101812.9001,0,20,0.06,0,NULL,23,NULL, +1113061,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,51.95999908,72768.53944,0,20,0.06,0,NULL,23,NULL, +156298,16,Lancaster Baptist Church,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1113147,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.980000019,44501.08236,0,20,0.06,0,NULL,23,NULL, +1118813,28,Proposed,MEX_BAJA,Central_PV,Solar,1.5,45901.66444,0,20,0,0.02,NULL,23,NULL, +1110518,36,Proposed,NV_S,Central_PV,Solar,28.63999939,181356.84,0,20,0,0.02,NULL,23,NULL, +1118312,42,Proposed,UT_S,Central_PV,Solar,8.489999771,119158.0339,0,20,0,0.02,NULL,23,NULL, +1101358,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,1959.689941,62747.37431,0,20,0.06,0,NULL,23,NULL, +156806,42,Quichapa 2,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1109089,50,Proposed,WY_SW,CSP_Trough_6h_Storage,Solar,10.13000011,62528.93944,0,20,0.06,0,NULL,23,NULL, +158032,28,CerroPrI1-5,MEX_BAJA,Geothermal,Geothermal,23.2,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +1101877,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,191.6900024,74117.68014,0,20,0.06,0,NULL,23,NULL, +156900,7,Pinal Central Energy Center,AZ_SE,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +155286,15,Kern River Eastridge Cogen,CA_PGE_S,Gas_Combustion_Turbine,Gas,48.8,0,6.0375,40,0.04,0.06,10.755,23,existing_generator, +156218,37,C-Drop Hydro,OR_E,Hydro_NonPumped,Water,1.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191184799,33,Proposed,NM_N,Wind,Wind,150,47960.32931,0,30,0.05,0.006,NULL,23,NULL, +1191183465,32,Proposed,MT_SW,Wind,Wind,30,94714.36611,0,30,0.05,0.006,NULL,23,NULL, +1106606,26,Proposed,ID_E,Central_PV,Solar,2.900000095,43235.26389,0,20,0,0.02,NULL,23,NULL, +1107167,17,Proposed,CA_SCE_S,Central_PV,Solar,1.00999999,52012.69931,0,20,0,0.02,NULL,23,NULL, +77477,17,SanBernardino_Lucerne: 599,CA_SCE_S,Wind,Wind,40,48800.85,0,30,0.05,0.006,NULL,23,NULL, +158065,8,Wind_EP_Can_7,CAN_ALB,Wind,Wind,30,0,0,30,0.05,0.006,NULL,23,existing_generator, +1112643,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.399999976,45061.00389,0,20,0.06,0,NULL,23,NULL, +77363,16,SanBernardino_Lucerne: 31,CA_SCE_CEN,Wind,Wind,72,39036.9,0,30,0.05,0.006,NULL,23,NULL, +1191185689,16,Proposed,CA_SCE_CEN,Offshore_Wind,Wind,30,330811.53,0,30,0.05,0.006,NULL,23,NULL, +1118721,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,63.66999817,68253.69694,0,20,0.06,0,NULL,23,NULL, +155073,12,San Jose Cogeneration,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,6,0,6.0375,40,0.04,0.06,10.348,23,existing_generator, +1118130,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,4.099999905,73567.78181,0,20,0.06,0,NULL,23,NULL, +156059,14,High Sierra Cogeneration Plant,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,6,0,33.579,20,0.04,0.06,10.828,23,existing_generator, +1191185565,43,Proposed,WA_ID_AVA,Wind,Wind,30,63218.90306,0,30,0.05,0.006,NULL,23,NULL, +154517,11,Scattergood,CA_LADWP,Gas_Steam_Turbine,Gas,326.4,0,6.0375,66,0.04,0.06,9.759,23,existing_generator, +154544,17,Devil Canyon,CA_SCE_S,Hydro_NonPumped,Water,276.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156290,22,Carter Hydro,CO_DEN,Hydro_NonPumped,Water,2.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115273,42,Proposed,UT_S,Central_PV,Solar,4.610000134,115216.1501,0,20,0,0.02,NULL,23,NULL, +155429,34,Luna Energy Facility,NM_S_TX_EPE,CCGT,Gas,650,0,5.9409,40,0.04,0.06,10.668,23,existing_generator, +1111757,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.399999976,88836.37875,0,20,0,0.02,NULL,23,NULL, +156785,17,CSUF Nutwood Solar,CA_SCE_S,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +156746,34,Four Peaks Camino Real,NM_S_TX_EPE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,11.373,23,existing_generator, +1000119,24,Proposed,CO_NW,Commercial_PV,Solar,5.179500103,0,0,20,0,0.02,NULL,23,NULL, +1109207,33,Proposed,NM_N,Central_PV,Solar,3.559999943,116205.3285,0,20,0,0.02,NULL,23,NULL, +158083,8,Wind_EP_Can_25,CAN_ALB,Wind,Wind,21.4,0,0,30,0.05,0.006,NULL,23,existing_generator, +1191210490,12,Proposed,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen,Gas,3,0,33.5769,20,0.03,0.05,10.4763,23,NULL, +1191185441,22,Proposed,CO_DEN,Wind,Wind,30,53665.64889,0,30,0.05,0.006,NULL,23,NULL, +1001678,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,41.72999954,0,0,20,0,0.02,NULL,23,NULL, +1112707,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,19.75,87888.97236,0,20,0.06,0,NULL,23,NULL, +1002046,44,Proposed,WA_N_CEN,Residential_PV,Solar,1969.660034,0,0,20,0,0.02,NULL,23,NULL, +1110484,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,51.68999863,55576.395,0,20,0.06,0,NULL,23,NULL, +155629,23,Peetz Table Wind Energy,CO_E,Wind,Wind,199.5,0,0,20,0,0,NULL,23,existing_generator, +157950,28,CCCPrsd1,MEX_BAJA,CCGT,Gas,252.6,0,3.87403916,20,0.04,0.06,7.099999905,23,existing_generator, +1101931,4,Proposed,AZ_NM_N,CSP_Trough_6h_Storage,Solar,223.5299988,127433.5125,0,20,0.06,0,NULL,23,NULL, +1001923,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,8.35130024,0,0,20,0,0.02,NULL,23,NULL, +1191210088,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,90,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1108487,33,Proposed,NM_N,Central_PV,Solar,3.5,43762.94139,0,20,0,0.02,NULL,23,NULL, +155935,3,Arlington Valley Solar Energy II,AZ_APS_SW,Central_PV,Solar,129,0,0,20,0,0,NULL,23,existing_generator, +1191182690,39,Proposed,OR_W,Wind,Wind,150,77626.91569,0,30,0.05,0.006,NULL,23,NULL, +154363,6,Mormon Flat,AZ_PHX,Hydro_Pumped,Water,54.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +157967,8,Kephlls2,CAN_ALB,Coal_Steam_Turbine,Coal,411,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +1000983,11,Proposed,CA_LADWP,Commercial_PV,Solar,11.78190041,0,0,20,0,0.02,NULL,23,NULL, +1113561,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,6.860000134,62994.19014,0,20,0.06,0,NULL,23,NULL, +1117227,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,29.93000031,52528.18389,0,20,0.06,0,NULL,23,NULL, +1117472,1,Proposed,AZ_APS_E,Central_PV,Solar,41.24000168," 74,194.60 ",0,20,0,0.02,NULL,23,NULL, +1102031,33,Proposed,NM_N,Central_PV,Solar,144.0200043,68528.40319,0,20,0,0.02,NULL,23,NULL, +1113848,3,Proposed,AZ_APS_SW,Central_PV,Solar,7.670000076,43227.89625,0,20,0,0.02,NULL,23,NULL, +155196,15,Double C Generation Limited Partnership,CA_PGE_S,Gas_Combustion_Turbine,Gas,49.8,0,6.0375,40,0.04,0.06,10.784,23,existing_generator, +154519,16,Upper Gorge,CA_SCE_CEN,Hydro_NonPumped,Water,37.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +154912,14,Whiskeytown,CA_PGE_N,Hydro_NonPumped,Water,3.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1103915,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.080000043,47863.48875,0,20,0,0.02,NULL,23,NULL, +156447,16,"Catalina Solar 2, LLC",CA_SCE_CEN,Central_PV,Solar,18,0,0,20,0,0,NULL,23,existing_generator, +1107474,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,20.51000023,59945.00736,0,20,0.06,0,NULL,23,NULL, +1191183112,5,Proposed,AZ_NW,Wind,Wind,240,91698.03111,0,30,0.05,0.006,NULL,23,NULL, +156116,2,Prescott Solar Plant,AZ_APS_N,Central_PV,Solar,10.8,0,0,20,0,0,NULL,23,existing_generator, +154569,23,Comanche (CO),CO_E,Coal_Steam_Turbine,Coal,1635.3,0,5.2164,49,0.04,0.06,15.523,23,existing_generator, +1117911,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,15.88000011,47449.19361,0,20,0.06,0,NULL,23,NULL, +1000977,24,Proposed,CO_NW,Commercial_PV,Solar,9.218000412,0,0,20,0,0.02,NULL,23,NULL, +1100963,39,Proposed,OR_W,Central_PV,Solar,128.0500031,42845.84514,0,20,0,0.02,NULL,23,NULL, +1191184808,33,Proposed,NM_N,Wind,Wind,30,61379.27681,0,30,0.05,0.006,NULL,23,NULL, +1191209377,37,Proposed,OR_E,Geothermal,Geothermal,16,77854.40681,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191182576,36,Proposed,NV_S,Wind,Wind,90,142627.485,0,30,0.05,0.006,NULL,23,NULL, +1106041,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.730000019,46457.95875,0,20,0.06,0,NULL,23,NULL, +1108036,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,9.43999958,54592.52306,0,20,0.06,0,NULL,23,NULL, +156590,16,Elevation Solar C,CA_SCE_CEN,Central_PV,Solar,40,0,0,20,0,0,NULL,23,existing_generator, +1117490,5,Proposed,AZ_NW,Central_PV,Solar,10.17000008,60329.47819,0,20,0,0.02,NULL,23,NULL, +1104768,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,36.45999908,78389.81514,0,20,0.06,0,NULL,23,NULL, +1106700,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,11.07999992,48032.29819,0,20,0.06,0,NULL,23,NULL, +1112550,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,4.429999828,50073.33639,0,20,0.06,0,NULL,23,NULL, +1116496,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,7.690000057,42133.77861,0,20,0.06,0,NULL,23,NULL, +1001010,11,Proposed,CA_LADWP,Residential_PV,Solar,6042.5,0,0,20,0,0.02,NULL,23,NULL, +1106665,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,7.559999943,40592.89069,0,20,0.06,0,NULL,23,NULL, +157008,17,AES Alamitos Energy Center,CA_SCE_S,CCGT,Gas,678,0,5.9409,40,0.04,0.06,12.364,23,existing_generator, +156013,6,Glendale Energy Power Plant,AZ_PHX,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.8,0,6.0375,20,0.04,0.06,13.174,23,existing_generator, +156187,16,Solar Star 1,CA_SCE_CEN,Central_PV,Solar,318,0,0,20,0,0,NULL,23,existing_generator, +158004,9,RuprtGT2,CAN_BC,Gas_Combustion_Turbine,Gas,33,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1109022,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,5.260000229,54491.69681,0,20,0.06,0,NULL,23,NULL, +1191209490,21,Proposed,CA_SMUD,CCGT,Gas,NULL," 80,604.00 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +154740,41,Gadsby,UT_N,Gas_Combustion_Turbine,Gas,213,0,6.0375,40,0.04,0.06,16.226,23,existing_generator, +1117919,18,Proposed,CA_SCE_SE,Central_PV,Solar,1.529999971,76216.55569,0,20,0,0.02,NULL,23,NULL, +1118821,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,2.380000114,90412.28889,0,20,0.06,0,NULL,23,NULL, +154984,47,Barber Creek,WY_NE,Gas_Combustion_Turbine,Gas,22.5,0,6.0375,40,0.04,0.06,11.685,23,existing_generator, +1111348,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,71.63999939,79202.58527,0,20,0.06,0,NULL,23,NULL, +1191182504,35,Proposed,NV_N,Wind,Wind,600,160688.0625,0,30,0.05,0.006,NULL,23,NULL, +1105507,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1.129999995,61148.28111,0,20,0.06,0,NULL,23,NULL, +1100376,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,170.1999969,68401.2525,0,20,0.06,0,NULL,23,NULL, +154378,14,Alta Powerhouse,CA_PGE_N,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109548,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,16.5,71935.48236,0,20,0.06,0,NULL,23,NULL, +1118898,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,2.829999924,49580.31319,0,20,0.06,0,NULL,23,NULL, +1112502,39,Proposed,OR_W,CSP_Trough_No_Storage,Solar,2.589999914,78709.80264,0,20,0.06,0,NULL,23,NULL, +1117903,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,52.15000153,52206.38514,0,20,0.06,0,NULL,23,NULL, +1191183288,41,Proposed,UT_N,Wind,Wind,30,77603.12889,0,30,0.05,0.006,NULL,23,NULL, +156752,22,Xcel Adams 1 Community Solar Array,CO_DEN,Central_PV,Solar,1.8,0,0,20,0,0,NULL,23,existing_generator, +1191182782,49,Proposed,WY_SE,Wind,Wind,60,74935.87931,0,30,0.05,0.006,NULL,23,NULL, +1191209740,21,Proposed,CA_SMUD,Battery_Storage,Electricity,NULL,80604.00223,0,10,0.02,0.0055,NULL,23,NULL, +1000396,14,Proposed,CA_PGE_N,Residential_PV,Solar,1026.560059,0,0,20,0,0.02,NULL,23,NULL, +1107583,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,18.36000061,66198.7725,0,20,0.06,0,NULL,23,NULL, +1107745,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,51.68000031,69580.49889,0,20,0.06,0,NULL,23,NULL, +1118899,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,2.829999924,49580.31319,0,20,0.06,0,NULL,23,NULL, +1191183284,41,Proposed,UT_N,Wind,Wind,60,82541.0775,0,30,0.05,0.006,NULL,23,NULL, +156397,20,SDCWA - Twin Oaks,CA_SDGE,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1117481,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.260000229,60496.35375,0,20,0,0.02,NULL,23,NULL, +1191209522,3,Proposed,AZ_APS_SW,Gas_Combustion_Turbine,Gas,NULL,69511.67139,33.5769,20,0.03,0.05,10.39,23,NULL, +1113400,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.71999979,72675.19875,0,20,0.06,0,NULL,23,NULL, +1111747,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,68.47000122,54831.73069,0,20,0.06,0,NULL,23,NULL, +1108680,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,9.640000343,60074.20986,0,20,0.06,0,NULL,23,NULL, +1001315,19,Proposed,CA_SCE_VLY,Commercial_PV,Solar,48.16199875,0,0,20,0,0.02,NULL,23,NULL, +155244,12,PE Berkeley,CA_PGE_BAY,CCGT,Gas,28.5,0,5.9409,40,0.04,0.06,10.291,23,existing_generator, +1105971,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,2.279999971,84952.57764,0,20,0.06,0,NULL,23,NULL, +155221,35,Steamboat Hills LP,NV_N,Geothermal,Geothermal,5.5,0,36.2145,20,0,0,NULL,23,existing_generator, +1111343,36,Proposed,NV_S,Central_PV,Solar,36.29000092,58190.50986,0,20,0,0.02,NULL,23,NULL, +155952,49,Cheyenne Prairie Generating Station,WY_SE,Gas_Combustion_Turbine,Gas,40,0,6.0375,40,0.04,0.06,11.703,23,existing_generator, +156418,14,Vaca Dixon Battery Storage System,CA_PGE_N,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1112529,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,29.85000038,64430.02556,0,20,0.06,0,NULL,23,NULL, +1107348,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,20.23999977,50596.06125,0,20,0.06,0,NULL,23,NULL, +156578,13,RE Tranquillity,CA_PGE_CEN,Central_PV,Solar,205.3,0,0,20,0,0,NULL,23,existing_generator, +1191210420,20,Proposed,CA_SDGE,CCGT_Cogen,Gas,14.30000019,0,4.1213235,20,0.04,0.06,5.47346,23,NULL, +1114703,15,Proposed,CA_PGE_S,Central_PV,Solar,3.50999999,60446.11986,0,20,0,0.02,NULL,23,NULL, +1191185081,23,Proposed,CO_E,Wind,Wind,30,67674.09694,0,30,0.05,0.006,NULL,23,NULL, +77435,16,Tehachapi: 548,CA_SCE_CEN,Wind,Wind,69,86739.45,0,30,0.05,0.006,NULL,23,NULL, +1191183365,24,Proposed,CO_NW,Wind,Wind,60,77468.37,0,30,0.05,0.006,NULL,23,NULL, +1114378,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,24.36000061," 54,628.63 ",0,20,0.06,0,NULL,23,NULL, +1106399,7,Proposed,AZ_SE,Central_PV,Solar,51.33000183,52730.19486,0,20,0,0.02,NULL,23,NULL, +1116595,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,33.61999893,69703.90444,0,20,0.06,0,NULL,23,NULL, +155488,15,Henrietta Peaker,CA_PGE_S,Gas_Combustion_Turbine,Gas,98,0,6.0375,40,0.04,0.06,10.364,23,existing_generator, +1104486,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,19.20000076,56979.87319,0,20,0.06,0,NULL,23,NULL, +1107700,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,61.47999954,46568.08181,0,20,0.06,0,NULL,23,NULL, +156464,34,Newman Solar,NM_S_TX_EPE,Central_PV,Solar,10.5,0,0,20,0,0,NULL,23,existing_generator, +156779,11,Hyperion Treatment Plant CHP Plant,CA_LADWP,Bio_Gas,Bio_Gas,33,0,6.0375,20,0.03,0.05,10.662,23,existing_generator, +156948,33,Syncarpha Eagle Nest,NM_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191184035,46,Proposed,WA_W,Wind,Wind,90,79641.62473,0,30,0.05,0.006,NULL,23,NULL, +1001151,23,Proposed,CO_E,Commercial_PV,Solar,14.67179966,0,0,20,0,0.02,NULL,23,NULL, +1191183767,40,Proposed,OR_WA_BPA,Wind,Wind,30,66276.29306,0,30,0.05,0.006,NULL,23,NULL, +1106463,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,11.02000046,89835.94348,0,20,0.06,0,NULL,23,NULL, +154629,13,Moccasin Low Head Hydro Project,CA_PGE_CEN,Hydro_NonPumped,Water,2.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +155233,16,Oak Creek Energy Systems I,CA_SCE_CEN,Wind,Wind,34.5,0,0,20,0,0,NULL,23,existing_generator, +154923,14,Redding Power,CA_PGE_N,Gas_Combustion_Turbine,Gas,73.8,0,6.0375,40,0.04,0.06,9.263,23,existing_generator, +1108172,4,Proposed,AZ_NM_N,Central_PV,Solar,2.769999981,105529.821,0,20,0,0.02,NULL,23,NULL, +157115,37,"NorWest Energy 4, LLC",OR_E,Central_PV,Solar,5.6,0,0,20,0,0,NULL,23,existing_generator, +1118654,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,44.38000107,52554.98944,0,20,0,0.02,NULL,23,NULL, +1118693,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,22.63999939,130039.2975,0,20,0,0.02,NULL,23,NULL, +154494,10,Drop 4,CA_IID,Hydro_NonPumped,Water,19.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116558,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.119999886,65955.33861,0,20,0.06,0,NULL,23,NULL, +1191185352,44,Proposed,WA_N_CEN,Wind,Wind,150,49785.46556,0,30,0.05,0.006,NULL,23,NULL, +1115675,33,Proposed,NM_N,Central_PV,Solar,25.81999969,77127.01069,0,20,0,0.02,NULL,23,NULL, +156942,17,UC Riverside Lots 30 & 32,CA_SCE_S,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +1109768,40,Proposed,OR_WA_BPA,Central_PV,Solar,14.30000019,69783.96264,0,20,0,0.02,NULL,23,NULL, +1191182644,39,Proposed,OR_W,Wind,Wind,30,48209.80069,0,30,0.05,0.006,NULL,23,NULL, +1115139,50,Proposed,WY_SW,CSP_Trough_No_Storage,Solar,72.55999756,87653.38723,0,20,0.06,0,NULL,23,NULL, +1106466,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,34.36000061,45801.44194,0,20,0.06,0,NULL,23,NULL, +1101034,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,202.4199982,75723.89569,0,20,0.06,0,NULL,23,NULL, +154555,18,Parker Dam,CA_SCE_SE,Hydro_NonPumped,Water,120,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185481,43,Proposed,WA_ID_AVA,Wind,Wind,2370,51439.5,0,30,0.05,0.006,NULL,23,NULL, +1100516,33,Proposed,NM_N,Central_PV,Solar,139.4199982,69998.29389,0,20,0,0.02,NULL,23,NULL, +1191185116,23,Proposed,CO_E,Wind,Wind,30,90415.66611,0,30,0.05,0.006,NULL,23,NULL, +1103804,4,Proposed,AZ_NM_N,Central_PV,Solar,1.620000005,73208.79111,0,20,0,0.02,NULL,23,NULL, +154777,40,The Dalles,OR_WA_BPA,Hydro_NonPumped,Water,1819.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +157899,9,Nelson_Hydro_Power_Plant,CAN_BC,Hydro_NonPumped,Water,7.5,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191183184,47,Proposed,WY_NE,Wind,Wind,30,56588.15736,0,30,0.05,0.006,NULL,23,NULL, +1107707,25,Proposed,CO_SW,Central_PV,Solar,39.91999817,53732.66514,0,20,0,0.02,NULL,23,NULL, +1107742,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,38," 85,239.24 ",0,20,0.06,0,NULL,23,NULL, +77377,16,Barstow: 48,CA_SCE_CEN,Wind,Wind,55,55249.95,0,30,0.05,0.006,NULL,23,NULL, +158061,8,Wind_EP_Can_3,CAN_ALB,Wind,Wind,30,0,0,30,0.05,0.006,NULL,23,existing_generator, +156695,36,"NRG Solar Las Vegas MB 2, LLC",NV_S,Central_PV,Solar,1.9,0,0,20,0,0,NULL,23,existing_generator, +1191184222,7,Proposed,AZ_SE,Wind,Wind,60,72775.54389,0,30,0.05,0.006,NULL,23,NULL, +156894,15,CDCR (CA) - Wasco State Prison,CA_PGE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1112647,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,14.09000015,102335.0213,0,20,0.06,0,NULL,23,NULL, +155716,16,SunEdison Procter & Gamble Oxnard,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1110523,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,5.739999771,81761.63625,0,20,0.06,0,NULL,23,NULL, +154615,13,Camanche,CA_PGE_CEN,Hydro_NonPumped,Water,10.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110520,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,28.63999939,181356.84,0,20,0.06,0,NULL,23,NULL, +1111661,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,10.78999996,69037.36444,0,20,0,0.02,NULL,23,NULL, +155300,14,Yuba City Cogen Partners,CA_PGE_N,Gas_Combustion_Turbine,Gas,49,0,6.0375,40,0.04,0.06,8.76,23,existing_generator, +1191210881,8,Proposed,CAN_ALB,Wind,Wind,1636.079956,41549.71181,0,30,0.05,0.006,NULL,23,NULL, +1191183236,41,Proposed,UT_N,Wind,Wind,30,73957.44111,0,30,0.05,0.006,NULL,23,NULL, +1191183784,40,Proposed,OR_WA_BPA,Wind,Wind,90,77633.43431,0,30,0.05,0.006,NULL,23,NULL, +156272,21,DGS Central Utility Plant,CA_SMUD,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1,0,33.579,20,0.04,0.06,8.848,23,existing_generator, +156527,11,Nordhoff Place,CA_LADWP,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +156296,7,Actus Lend Lease DMAFB,AZ_SE,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1191183271,41,Proposed,UT_N,Wind,Wind,30,76905.55236,0,30,0.05,0.006,NULL,23,NULL, +157936,9,Walden_CN,CAN_BC,Hydro_NonPumped,Water,15,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191185138,23,Proposed,CO_E,Wind,Wind,60,83941.29639,0,30,0.05,0.006,NULL,23,NULL, +156259,43,Tucannon River Wind Farm,WA_ID_AVA,Wind,Wind,266.8,0,0,20,0,0,NULL,23,existing_generator, +1106669,49,Proposed,WY_SE,Central_PV,Solar,40.16999817,55865.46861,0,20,0,0.02,NULL,23,NULL, +1191184274,26,Proposed,ID_E,Wind,Wind,90,124159.98,0,30,0.05,0.006,NULL,23,NULL, +1191209508,39,Proposed,OR_W,CCGT,Gas,NULL," 76,906.52 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1109953,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,9.119999886,81072.27639,0,20,0.06,0,NULL,23,NULL, +154428,14,Spaulding 2,CA_PGE_N,Hydro_NonPumped,Water,3.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1002044,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,116.8440018,0,0,20,0,0.02,NULL,23,NULL, +1104969,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.730000019,69122.85639,0,20,0.06,0,NULL,23,NULL, +155612,12,Gateway Generating Station,CA_PGE_BAY,CCGT,Gas,619.7,0,5.9409,40,0.04,0.06,9.242,23,existing_generator, +1104134,7,Proposed,AZ_SE,Central_PV,Solar,4.380000114,53350.00556,0,20,0,0.02,NULL,23,NULL, +1000810,19,Proposed,CA_SCE_VLY,Residential_PV,Solar,95.97899628,0,0,20,0,0.02,NULL,23,NULL, +1103039,15,Proposed,CA_PGE_S,Central_PV,Solar,4.190000057,76227.42319,0,20,0,0.02,NULL,23,NULL, +1108124,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,1.980000019,85710.28389,0,20,0,0.02,NULL,23,NULL, +156377,7,Rio Rico Solar,AZ_SE,Central_PV,Solar,6,0,0,20,0,0,NULL,23,existing_generator, +1108797,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,27.34000015,76398.16181,0,20,0.06,0,NULL,23,NULL, +1191182432,26,Proposed,ID_E,Wind,Wind,30,71194.07736,0,30,0.05,0.006,NULL,23,NULL, +1111332,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,108.8099976,60815.7375,0,20,0.06,0,NULL,23,NULL, +1116154,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,41.54000092,74863.31139,0,20,0.06,0,NULL,23,NULL, +154690,34,Rio Grande,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,266.5,0,6.0375,64,0.04,0.06,11.223,23,existing_generator, +1106403,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,50.40000153,52318.68264,0,20,0.06,0,NULL,23,NULL, +1116488,4,Proposed,AZ_NM_N,Central_PV,Solar,4.190000057,45604.25625,0,20,0,0.02,NULL,23,NULL, +1117528,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,10.68999958,110065.9174,0,20,0.06,0,NULL,23,NULL, +1118339,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,8.600000381,102828.4076,0,20,0,0.02,NULL,23,NULL, +1102664,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.49000001,75695.27889,0,20,0,0.02,NULL,23,NULL, +1114839,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,15.28999996,58067.94861,0,20,0.06,0,NULL,23,NULL, +1102875,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,78.55000305,52753.62319,0,20,0.06,0,NULL,23,NULL, +157984,28,PdtJrzG3,MEX_BAJA,Gas_Combustion_Turbine,Gas,152.5,0,31.56233445,20,0.03,0.05,10.64000034,23,existing_generator, +155733,16,Ivanpah 1,CA_SCE_CEN,ST,Solar,133,0,0,20,0,0,NULL,23,existing_generator, +156607,16,Little Rock Pham Solar,CA_SCE_CEN,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1107307,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,33.83000183," 68,730.66 ",0,20,0.06,0,NULL,23,NULL, +1110958,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,13.06000042,50004.86736,0,20,0.06,0,NULL,23,NULL, +1000081,37,Proposed,OR_E,Commercial_PV,Solar,84.91139984,0,0,20,0,0.02,NULL,23,NULL, +1103923,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,1.350000024,80003.39361,0,20,0.06,0,NULL,23,NULL, +1108773,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,10.39999962,87752.28902,0,20,0.06,0,NULL,23,NULL, +1191182526,36,Proposed,NV_S,Wind,Wind,120,96839.20764,0,30,0.05,0.006,NULL,23,NULL, +155806,16,Pine Tree Solar Project,CA_SCE_CEN,Central_PV,Solar,8.5,0,0,20,0,0,NULL,23,existing_generator, +1104987,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,24.87000084,52517.07111,0,20,0.06,0,NULL,23,NULL, +1114420,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,36.31999969,44560.00931,0,20,0.06,0,NULL,23,NULL, +156440,16,Hecate Energy Beacon Solar 4,CA_SCE_CEN,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +1113950,4,Proposed,AZ_NM_N,Central_PV,Solar,49.33000183,104460.825,0,20,0,0.02,NULL,23,NULL, +1114014,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,95.65000153,186930.66,0,20,0.06,0,NULL,23,NULL, +1111561,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,45.16999817,50548.12444,0,20,0.06,0,NULL,23,NULL, +155188,39,Dillard Complex,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,40,0,13.35495,20,0.04,0.06,10.85,23,existing_generator, +1000311,49,Proposed,WY_SE,Commercial_PV,Solar,9.314399719,0,0,20,0,0.02,NULL,23,NULL, +155632,16,Terra-Gen VG Wind LLC,CA_SCE_CEN,Wind,Wind,7.4,0,0,20,0,0,NULL,23,existing_generator, +1113485,25,Proposed,CO_SW,Central_PV,Solar,135.0200043,84827.35611,0,20,0,0.02,NULL,23,NULL, +155954,16,Catalina Solar LLC,CA_SCE_CEN,Central_PV,Solar,110,0,0,20,0,0,NULL,23,existing_generator, +156118,16,TA-High Desert LLC,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191185536,43,Proposed,WA_ID_AVA,Wind,Wind,690,76794.70764,0,30,0.05,0.006,NULL,23,NULL, +1191209334,10,Proposed,CA_IID,Geothermal,Geothermal,32,56452.91736,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155803,17,Dutch Wind Energy,CA_SCE_S,Wind,Wind,8,0,0,20,0,0,NULL,23,existing_generator, +1114862,7,Proposed,AZ_SE,Central_PV,Solar,1.419999957,53418.11139,0,20,0,0.02,NULL,23,NULL, +154745,41,Stairs,UT_N,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +155552,38,Port Westward,OR_PDX,CCGT,Gas,483,0,5.9409,40,0.04,0.06,11.884,23,existing_generator, +1191182933,49,Proposed,WY_SE,Wind,Wind,30,85783.69611,0,30,0.05,0.006,NULL,23,NULL, +1110144,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,65.37000275,52764.60861,0,20,0.06,0,NULL,23,NULL, +1112727,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,14.93999958,179374.125,0,20,0.06,0,NULL,23,NULL, +1191183332,24,Proposed,CO_NW,Wind,Wind,30,58677.61819,0,30,0.05,0.006,NULL,23,NULL, +1191184024,46,Proposed,WA_W,Wind,Wind,60,41469.89889,0,30,0.05,0.006,NULL,23,NULL, +1191185567,43,Proposed,WA_ID_AVA,Wind,Wind,30,46306.29486,0,30,0.05,0.006,NULL,23,NULL, +1102899,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,1.25,57352.99069,0,20,0.06,0,NULL,23,NULL, +1108230,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,14.40999985,49030.90069,0,20,0.06,0,NULL,23,NULL, +155501,14,Sonoma Central Landfill Phase III,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,11.166,23,existing_generator, +157038,20,Don Lee BESS 1 LLC,CA_SDGE,Battery_Storage,Electricity,6.5,0,0,10,0.02,0.0055,NULL,23,existing_generator, +155098,24,Rifle Generating Station,CO_NW,CCGT,Gas,84,0,5.9409,40,0.04,0.06,10.291,23,existing_generator, +1191210087,10,Proposed,CA_IID,Geothermal,Geothermal,11.5,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1105446,42,Proposed,UT_S,CSP_Trough_No_Storage,Solar,4.690000057,97208.82527,0,20,0.06,0,NULL,23,NULL, +1100342,2,Proposed,AZ_APS_N,Central_PV,Solar,1608.51001,101297.0524,0,20,0,0.02,NULL,23,NULL, +154772,44,Rocky Reach,WA_N_CEN,Hydro_NonPumped,Water,1299.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102140,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,133.9100037,70211.53556,0,20,0.06,0,NULL,23,NULL, +1106997,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,5.159999847,54896.81306,0,20,0.06,0,NULL,23,NULL, +1115724,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,6.300000191,114570.864,0,20,0.06,0,NULL,23,NULL, +1100235,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,5124.25,46894.59264,0,20,0.06,0,NULL,23,NULL, +155267,14,Solano County Cogen Plant,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,2.8,0,33.579,20,0.04,0.06,10.828,23,existing_generator, +1118565,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,14.72999954,67604.06194,0,20,0.06,0,NULL,23,NULL, +1191182817,49,Proposed,WY_SE,Wind,Wind,30,86201.97223,0,30,0.05,0.006,NULL,23,NULL, +1108788,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,29.95000076,71469.38736,0,20,0.06,0,NULL,23,NULL, +1105642,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,2.079999924,50215.69875,0,20,0.06,0,NULL,23,NULL, +1102975,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,77.68000031,46728.07556,0,20,0.06,0,NULL,23,NULL, +1113332,14,Proposed,CA_PGE_N,Central_PV,Solar,23.86000061,120992.7075,0,20,0,0.02,NULL,23,NULL, +1109156,25,Proposed,CO_SW,Central_PV,Solar,5.679999828,61154.56389,0,20,0,0.02,NULL,23,NULL, +1191210426,14,Proposed,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,20,0,16.844625,40,0.1288,0.0915,5.86397,23,NULL, +156317,16,Lancaster Dry Farm Ranch B,CA_SCE_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +154714,40,Pelton,OR_WA_BPA,Hydro_NonPumped,Water,109.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +155201,16,Victory Garden (Tehachapi),CA_SCE_CEN,Wind,Wind,18.8,0,0,20,0,0,NULL,23,existing_generator, +1116161,3,Proposed,AZ_APS_SW,Central_PV,Solar,32.00999832,54643.96444,0,20,0,0.02,NULL,23,NULL, +1000812,44,Proposed,WA_N_CEN,Residential_PV,Solar,310.1929932,0,0,20,0,0.02,NULL,23,NULL, +1191210080,28,Proposed,MEX_BAJA,Geothermal,Geothermal,28.79999924,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1118844,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,10.02000046,70367.18514,0,20,0.06,0,NULL,23,NULL, +155202,17,Mesa Wind Power Corp,CA_SCE_S,Wind,Wind,29.9,0,0,20,0,0,NULL,23,existing_generator, +1114849,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,36.81000137,59332.32375,0,20,0.06,0,NULL,23,NULL, +155180,27,Owyhee Dam Power Project,ID_S_OR_E,Hydro_NonPumped,Water,4.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1105978,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,8.239999771,77789.44236,0,20,0.06,0,NULL,23,NULL, +1111277,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,5.320000172,141764.1225,0,20,0,0.02,NULL,23,NULL, +154676,32,Old Faithful,MT_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2,0,33.579,20,0.04,0.06,10.434,23,existing_generator, +155664,17,ELACC Photovoltaic Power Facility,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +154819,25,Crystal,CO_SW,Hydro_NonPumped,Water,28,0,0,200,0.05,0.05,NULL,23,existing_generator, +1115497,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,11.80000019,54589.38639,0,20,0.06,0,NULL,23,NULL, +1191185364,22,Proposed,CO_DEN,Wind,Wind,30,58324.54236,0,30,0.05,0.006,NULL,23,NULL, +1110912,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.050000191,152571.2475,0,20,0.06,0,NULL,23,NULL, +1114012,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,42.52999878,125152.545,0,20,0.06,0,NULL,23,NULL, +1118701,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.680000067,143628.5025,0,20,0.06,0,NULL,23,NULL, +1117662,29,Proposed,MT_NE,CSP_Trough_No_Storage,Solar,22.70999908,52229.93139,0,20,0.06,0,NULL,23,NULL, +1115722,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,21.55999947,74355.91611,0,20,0.06,0,NULL,23,NULL, +1191182686,39,Proposed,OR_W,Wind,Wind,300,88297.47527,0,30,0.05,0.006,NULL,23,NULL, +156355,14,Cloverdale Solar I,CA_PGE_N,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1000743,31,Proposed,MT_SE,Commercial_PV,Solar,755.3259888,0,0,20,0,0.02,NULL,23,NULL, +1107778,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,17.51000023," 92,284.88 ",0,20,0.06,0,NULL,23,NULL, +1113066,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.800000191,74375.59931,0,20,0.06,0,NULL,23,NULL, +1191185339,44,Proposed,WA_N_CEN,Wind,Wind,30,66125.84139,0,30,0.05,0.006,NULL,23,NULL, +1105972,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,2.279999971,84952.57764,0,20,0.06,0,NULL,23,NULL, +1112346,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.099999905,60035.6925,0,20,0.06,0,NULL,23,NULL, +1191210874,9,Proposed,CAN_BC,Wind,Wind,175.4019928,285351.57,0,30,0.05,0.006,NULL,23,NULL, +1117707,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,48.41999817,89932.185,0,20,0.06,0,NULL,23,NULL, +1191183309,24,Proposed,CO_NW,Wind,Wind,30,63260.68444,0,30,0.05,0.006,NULL,23,NULL, +154707,39,Prospect 4,OR_W,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1113405,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,15.10999966,74382.36319,0,20,0.06,0,NULL,23,NULL, +154681,36,Clark (NVE),NV_S,Gas_Combustion_Turbine,Gas,796.8,0,6.0375,40,0.04,0.06,11.389,23,existing_generator, +1117923,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,6.800000191,171747.555,0,20,0.06,0,NULL,23,NULL, +1114377,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,24.36000061," 54,628.63 ",0,20,0.06,0,NULL,23,NULL, +1115995,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,41.13999939,55933.21125,0,20,0.06,0,NULL,23,NULL, +1191183173,31,Proposed,MT_SE,Wind,Wind,30,63106.84611,0,30,0.05,0.006,NULL,23,NULL, +1114576,40,Proposed,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,67.90000153,62232.61611,0,20,0.06,0,NULL,23,NULL, +157956,9,IslndCgn,CAN_BC,CCGT_Cogen,Gas,240,0,4.327384168,20,0.04,0.06,7.099999905,23,existing_generator, +156740,37,BC Solar,OR_E,Central_PV,Solar,8,0,0,20,0,0,NULL,23,existing_generator, +155306,10,Second Imperial Geothermal,CA_IID,Geothermal,Geothermal,80,0,36.2145,20,0,0,NULL,23,existing_generator, +155145,14,Bear Creek,CA_PGE_N,Hydro_NonPumped,Water,3.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001922,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,37.55699921,0,0,20,0,0.02,NULL,23,NULL, +1112347,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,7.099999905,60035.6925,0,20,0.06,0,NULL,23,NULL, +1119045,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,3,48894.93431,0,20,0.06,0,NULL,23,NULL, +1107287,36,Proposed,NV_S,Central_PV,Solar,1.470000029,56354.75139,0,20,0,0.02,NULL,23,NULL, +155566,26,Wolverine Creek,ID_E,Wind,Wind,64.5,0,0,20,0,0,NULL,23,existing_generator, +1118791,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,4.539999962,52054.1175,0,20,0.06,0,NULL,23,NULL, +1104292,44,Proposed,WA_N_CEN,CSP_Trough_6h_Storage,Solar,256.2900085,47944.02806,0,20,0.06,0,NULL,23,NULL, +1191209253,39,Proposed,OR_W,Geothermal,Geothermal,120,50804.355,34.812225,30,0.0075,0.0241,NULL,23,NULL, +157072,15,Almond,CA_PGE_S,Central_PV,Solar,19.9,0,0,20,0,0,NULL,23,existing_generator, +1111776,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,7.369999886,73335.33806,0,20,0.06,0,NULL,23,NULL, +1107791,16,Proposed,CA_SCE_CEN,Central_PV,Solar,6.28000021,67054.89,0,20,0,0.02,NULL,23,NULL, +1100951,35,Proposed,NV_N,Central_PV,Solar,237.2100067,175390.5825,0,20,0,0.02,NULL,23,NULL, +156388,16,Kettering Solar 1,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1107320,35,Proposed,NV_N,Central_PV,Solar,5.420000076,89146.22514,0,20,0,0.02,NULL,23,NULL, +156968,22,I25 Battery Storage,CO_DEN,Battery_Storage,Electricity,4,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1105209,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,4.380000114,64919.54889,0,20,0.06,0,NULL,23,NULL, +1113970,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,41.47999954,49606.03389,0,20,0.06,0,NULL,23,NULL, +1191182661,39,Proposed,OR_W,Wind,Wind,30,46284.6825,0,30,0.05,0.006,NULL,23,NULL, +156194,16,Lone Valley Solar Park I LLC,CA_SCE_CEN,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1191209219,1,Proposed,AZ_APS_E,Bio_Gas,Bio_Gas,NULL," 69,511.67 ",16.0398,20,0.11,0.04,13.5,23,NULL, +1191210100,10,Proposed,CA_IID,Geothermal,Geothermal,35.79999924,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1104951,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,6.510000229,51084.85819,0,20,0.06,0,NULL,23,NULL, +155899,3,Hyder Solar,AZ_APS_SW,Central_PV,Solar,22,0,0,20,0,0,NULL,23,existing_generator, +156146,11,CBS Television City,CA_LADWP,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +158028,28,CerroPr2-2,MEX_BAJA,Geothermal,Geothermal,104.5,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +154997,35,North Valmy,NV_N,Coal_Steam_Turbine,Coal,567,0,5.2164,44,0.04,0.06,11.373,23,existing_generator, +1001007,11,Proposed,CA_LADWP,Commercial_PV,Solar,332.6940002,0,0,20,0,0.02,NULL,23,NULL, +1113416,14,Proposed,CA_PGE_N,Central_PV,Solar,4.619999886,67704.28444,0,20,0,0.02,NULL,23,NULL, +1118669,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,7.159999847,170745.33,0,20,0,0.02,NULL,23,NULL, +155623,22,Plains End II LLC,CO_DEN,Gas_Internal_Combustion_Engine,Gas,117.6,0,33.579,20,0.04,0.06,11.077,23,existing_generator, +1000084,38,Proposed,OR_PDX,Residential_PV,Solar,100.1520004,0,0,20,0,0.02,NULL,23,NULL, +1107718,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,12.71000004,48090.37611,0,20,0.06,0,NULL,23,NULL, +1108266,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2.809999943,69755.46375,0,20,0.06,0,NULL,23,NULL, +154656,26,Lower No 2,ID_E,Hydro_NonPumped,Water,3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118892,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,3.529999971,77001.79389,0,20,0.06,0,NULL,23,NULL, +157901,9,Ocean_Falls,CAN_BC,Hydro_NonPumped,Water,15,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1104154,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,2.089999914,56688.86569,0,20,0.06,0,NULL,23,NULL, +1105229,16,Proposed,CA_SCE_CEN,Central_PV,Solar,24.72999954,66835.24764,0,20,0,0.02,NULL,23,NULL, +1191185223,42,Proposed,UT_S,Wind,Wind,30,69882.97764,0,30,0.05,0.006,NULL,23,NULL, +1191210443,12,Proposed,CA_PGE_BAY,Coal_Steam_Turbine_Cogen,Coal,27.29999924,0,4.166232,40,0.06,0.1,19.9189,23,NULL, +1191182417,26,Proposed,ID_E,Wind,Wind,150,65858.73861,0,30,0.05,0.006,NULL,23,NULL, +1191185529,43,Proposed,WA_ID_AVA,Wind,Wind,30,67594.27931,0,30,0.05,0.006,NULL,23,NULL, +155014,11,Total Energy Facilities,CA_LADWP,Bio_Gas,Bio_Gas,38.4,0,6.0375,20,0.04,0.06,10.976,23,existing_generator, +1118884,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,4.949999809,92449.46402,0,20,0.06,0,NULL,23,NULL, +1191210598,8,Proposed,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,26,0,4.456347,40,0.1288,0.0915,5.79595,23,NULL, +1110775,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,61.08000183,87045.29777,0,20,0.06,0,NULL,23,NULL, +1191183952,27,Proposed,ID_S_OR_E,Wind,Wind,30,47853.82875,0,30,0.05,0.006,NULL,23,NULL, +155752,23,OREG 4 Peetz,CO_E,OT,Waste_Heat,4.5,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +1191184293,26,Proposed,ID_E,Wind,Wind,90,130894.2075,0,30,0.05,0.006,NULL,23,NULL, +157939,9,Whatshan,CAN_BC,Hydro_NonPumped,Water,54,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1105677,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,21.93000031,46586.19431,0,20,0.06,0,NULL,23,NULL, +1116113,33,Proposed,NM_N,Central_PV,Solar,6.21999979,53992.27764,0,20,0,0.02,NULL,23,NULL, +1001792,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,31.99300003,0,0,20,0,0.02,NULL,23,NULL, +1117933,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,18.30999947,66390.52444,0,20,0.06,0,NULL,23,NULL, +1118230,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,2.109999895,52470.10125,0,20,0.06,0,NULL,23,NULL, +1107349,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,20.23999977,50596.06125,0,20,0.06,0,NULL,23,NULL, +1001890,3,Proposed,AZ_APS_SW,Residential_PV,Solar,4861.540039,0,0,20,0,0.02,NULL,23,NULL, +1100945,33,Proposed,NM_N,Central_PV,Solar,63.68999863,52338.96486,0,20,0,0.02,NULL,23,NULL, +1109961,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,1.409999967,83891.30777,0,20,0.06,0,NULL,23,NULL, +1115740,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,16.14999962,67151.24944,0,20,0.06,0,NULL,23,NULL, +1115243,4,Proposed,AZ_NM_N,Central_PV,Solar,31.37999916,44196.79236,0,20,0,0.02,NULL,23,NULL, +1191184084,46,Proposed,WA_W,Wind,Wind,30,63941.71444,0,30,0.05,0.006,NULL,23,NULL, +1001876,3,Proposed,AZ_APS_SW,Residential_PV,Solar,55.63999939,0,0,20,0,0.02,NULL,23,NULL, +156861,16,RE Gaskell West 1 LLC,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1114844,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.950000048,91555.31027,0,20,0,0.02,NULL,23,NULL, +1118848,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,3.140000105,84189.43764,0,20,0.06,0,NULL,23,NULL, +1106257,24,Proposed,CO_NW,CSP_Trough_6h_Storage,Solar,1.840000033,38848.29375,0,20,0.06,0,NULL,23,NULL, +1191184295,48,Proposed,WY_NW,Wind,Wind,570,94730.79,0,30,0.05,0.006,NULL,23,NULL, +1191185409,22,Proposed,CO_DEN,Wind,Wind,30,41324.2725,0,30,0.05,0.006,NULL,23,NULL, +1101667,48,Proposed,WY_NW,CSP_Trough_6h_Storage,Solar,516.8300171,55551.0375,0,20,0.06,0,NULL,23,NULL, +1110647,12,Proposed,CA_PGE_BAY,Central_PV,Solar,5.159999847,55324.99444,0,20,0,0.02,NULL,23,NULL, +1114108,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,7.329999924,68316.7275,0,20,0.06,0,NULL,23,NULL, +154838,26,Strawberry Creek,ID_E,Hydro_NonPumped,Water,1.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +154787,40,Lower Monumental,OR_WA_BPA,Hydro_NonPumped,Water,810,0,0,200,0.05,0.05,NULL,23,existing_generator, +156709,42,Three Peaks Power,UT_S,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +1107713,4,Proposed,AZ_NM_N,Central_PV,Solar,56.18999863,64810.75125,0,20,0,0.02,NULL,23,NULL, +1109136,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,72.56999969,42378.05681,0,20,0.06,0,NULL,23,NULL, +1115378,5,Proposed,AZ_NW,Central_PV,Solar,2.690000057,105374.7799,0,20,0,0.02,NULL,23,NULL, +1115708,2,Proposed,AZ_APS_N,Central_PV,Solar,17.87000084,50803.02486,0,20,0,0.02,NULL,23,NULL, +1191183303,41,Proposed,UT_N,Wind,Wind,30,38116.42847,0,30,0.05,0.006,NULL,23,NULL, +1191209523,4,Proposed,AZ_NM_N,Gas_Combustion_Turbine,Gas,NULL,70990.73625,33.5769,20,0.03,0.05,10.39,23,NULL, +1118285,33,Proposed,NM_N,Central_PV,Solar,10.39999962,83546.67973,0,20,0,0.02,NULL,23,NULL, +1191209405,26,Proposed,ID_E,Geothermal,Geothermal,10,94120.39875,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1112274,46,Proposed,WA_W,CSP_Trough_No_Storage,Solar,6.510000229,46043.05986,0,20,0.06,0,NULL,23,NULL, +1108676,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,40.47999954,54157.10139,0,20,0,0.02,NULL,23,NULL, +154793,49,Guernsey,WY_SE,Hydro_NonPumped,Water,6.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1102722,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,2.109999895,57992.6025,0,20,0.06,0,NULL,23,NULL, +1109246,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2,67164.89514,0,20,0,0.02,NULL,23,NULL, +1110521,10,Proposed,CA_IID,Central_PV,Solar,5.739999771,81761.63625,0,20,0,0.02,NULL,23,NULL, +158021,8,Foster_Creek1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +77444,14,LassenNorth: 557,CA_PGE_N,Wind,Wind,66,101014.2,0,30,0.05,0.006,NULL,23,NULL, +1117910,3,Proposed,AZ_APS_SW,Central_PV,Solar,15.88000011,47449.19361,0,20,0,0.02,NULL,23,NULL, +1108755,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,36.54000092,49016.28806,0,20,0.06,0,NULL,23,NULL, +1106733,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,48.43000031,58905.95361,0,20,0.06,0,NULL,23,NULL, +1116091,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,16.76000023,43056.67181,0,20,0.06,0,NULL,23,NULL, +154645,27,Upper Salmon A,ID_S_OR_E,Hydro_NonPumped,Water,18,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191184023,46,Proposed,WA_W,Wind,Wind,30,47841.99431,0,30,0.05,0.006,NULL,23,NULL, +156101,14,Foundation Cemex Madison,CA_PGE_N,Wind,Wind,1,0,0,20,0,0,NULL,23,existing_generator, +77423,20,SanDiegoSouth: 524,CA_SDGE,Wind,Wind,35,115299.45,0,30,0.05,0.006,NULL,23,NULL, +155007,20,Encina Water Pollution Control,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,0,6.0375,20,0.04,0.06,15.827,23,existing_generator, +1191209386,41,Proposed,UT_N,Geothermal,Geothermal,10,49435.89431,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154672,32,Mystic,MT_SW,Hydro_NonPumped,Water,12,0,0,200,0.05,0.05,NULL,23,existing_generator, +155808,11,Pacific Cruise Ship Terminals Berth 93,CA_LADWP,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1104851,36,Proposed,NV_S,Central_PV,Solar,2.039999962,186105.9375,0,20,0,0.02,NULL,23,NULL, +1104148,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,196.0700073," 102,366.54 ",0,20,0.06,0,NULL,23,NULL, +1106394,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,42.47000122,72664.09069,0,20,0.06,0,NULL,23,NULL, +1191210554,39,Proposed,OR_W,Gas_Combustion_Turbine_Cogen,Gas,54,0,33.5769,20,0.03,0.05,5.59281,23,NULL, +156843,40,WyEast Solar,OR_WA_BPA,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1116965,36,Proposed,NV_S,Central_PV,Solar,4.519999981,63419.95181,0,20,0,0.02,NULL,23,NULL, +156595,16,RE Astoria 2,CA_SCE_CEN,Central_PV,Solar,75,0,0,20,0,0,NULL,23,existing_generator, +1001822,34,Proposed,NM_S_TX_EPE,Residential_PV,Solar,235.0789948,0,0,20,0,0.02,NULL,23,NULL, +158031,28,CerroPr2-1,MEX_BAJA,Geothermal,Geothermal,104.5,0,32.72349141,30,0.0075,0.0241,NULL,23,existing_generator, +154941,24,Basalt,CO_NW,Hydro_NonPumped,Water,5,0,0,200,0.05,0.05,NULL,23,existing_generator, +155378,20,Goal Line LP,CA_SDGE,CCGT,Gas,51.4,0,5.9409,40,0.04,0.06,11.728,23,existing_generator, +157087,35,Tungsten Mountain,NV_N,Central_PV,Solar,7.3,0,0,20,0,0,NULL,23,existing_generator, +1000301,49,Proposed,WY_SE,Commercial_PV,Solar,7.524000168,0,0,20,0,0.02,NULL,23,NULL, +156140,17,Wagner Wind LLC,CA_SCE_S,Wind,Wind,6,0,0,20,0,0,NULL,23,existing_generator, +156382,15,"Cottonwood Solar, LLC (Goose Lake)",CA_PGE_S,Central_PV,Solar,12,0,0,20,0,0,NULL,23,existing_generator, +156436,16,Beacon Solar Plant Site 5,CA_SCE_CEN,Central_PV,Solar,37.8,0,0,20,0,0,NULL,23,existing_generator, +1107207,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,25.14999962,159418.98,0,20,0.06,0,NULL,23,NULL, +1108185,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,2.299999952,91736.79375,0,20,0.06,0,NULL,23,NULL, +1191185530,43,Proposed,WA_ID_AVA,Wind,Wind,90,38045.54681,0,30,0.05,0.006,NULL,23,NULL, +154800,38,PHP 2,OR_PDX,Hydro_NonPumped,Water,11.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +156422,13,Merced Solar LLC,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +156768,14,Genentech Vacaville Meter #1,CA_PGE_N,Central_PV,Solar,6.1,0,0,20,0,0,NULL,23,existing_generator, +77386,16,Tehachapi: 59,CA_SCE_CEN,Wind,Wind,35,42265.65,0,30,0.05,0.006,NULL,23,NULL, +1116985,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,24.87999916,56996.05181,0,20,0.06,0,NULL,23,NULL, +156036,15,Gates Solar Station,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1110900,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,22.19000053,77084.62556,0,20,0.06,0,NULL,23,NULL, +1191185089,23,Proposed,CO_E,Wind,Wind,30,88819.71902,0,30,0.05,0.006,NULL,23,NULL, +1191184206,7,Proposed,AZ_SE,Wind,Wind,90,75664.60556,0,30,0.05,0.006,NULL,23,NULL, +154720,39,Walterville,OR_W,Hydro_NonPumped,Water,8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191185135,23,Proposed,CO_E,Wind,Wind,30,133640.0625,0,30,0.05,0.006,NULL,23,NULL, +1100959,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,226.9900055,61968.65944,0,20,0.06,0,NULL,23,NULL, +1100347,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,136.2799988,79785.20402,0,20,0.06,0,NULL,23,NULL, +77424,20,SanDiegoSouth: 525,CA_SDGE,Wind,Wind,50,115299.45,0,30,0.05,0.006,NULL,23,NULL, +1112247,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.730000019,145773.0225,0,20,0.06,0,NULL,23,NULL, +1100827,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,905.6500244,65810.80181,0,20,0.06,0,NULL,23,NULL, +1108200,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,3.5,52831.87014,0,20,0.06,0,NULL,23,NULL, +1191182612,30,Proposed,MT_NW,Wind,Wind,150,72919.47694,0,30,0.05,0.006,NULL,23,NULL, +155062,16,SEGS VI,CA_SCE_CEN,ST,Solar,35,0,0,20,0,0,NULL,23,existing_generator, +155879,13,Giffen,CA_PGE_CEN,Central_PV,Solar,10,0,0,20,0,0,NULL,23,existing_generator, +1000307,43,Proposed,WA_ID_AVA,Commercial_PV,Solar,7.738699913,0,0,20,0,0.02,NULL,23,NULL, +1002019,23,Proposed,CO_E,Commercial_PV,Solar,13.12380028,0,0,20,0,0.02,NULL,23,NULL, +1118766,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,2.160000086,55835.40375,0,20,0.06,0,NULL,23,NULL, +1191210104,10,Proposed,CA_IID,Geothermal,Geothermal,31.20000076,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +158010,8,ValleyView1,CAN_ALB,Gas_Combustion_Turbine,Gas,45,0,35.25579912,20,0.03,0.05,11.25,23,existing_generator, +155720,16,SunEdison Walmart Apple Valley DC,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1118317,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,10.57999992,106919.4176,0,20,0.06,0,NULL,23,NULL, +1109571,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,40.02000046,72157.90764,0,20,0.06,0,NULL,23,NULL, +1111461,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,45.75999832,44977.44111,0,20,0.06,0,NULL,23,NULL, +1001840,23,Proposed,CO_E,Residential_PV,Solar,104.3249969,0,0,20,0,0.02,NULL,23,NULL, +1110209,32,Proposed,MT_SW,Central_PV,Solar,1.440000057,43839.85819,0,20,0,0.02,NULL,23,NULL, +156764,41,Weber State University - Davis Campus PV,UT_N,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1106367,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,15.81000042,50299.86056,0,20,0.06,0,NULL,23,NULL, +1191183399,4,Proposed,AZ_NM_N,Wind,Wind,90,105004.9264,0,30,0.05,0.006,NULL,23,NULL, +1191209756,37,Proposed,OR_E,Battery_Storage,Electricity,NULL,76906.51931,0,10,0.02,0.0055,NULL,23,NULL, +1191185456,43,Proposed,WA_ID_AVA,Wind,Wind,30,64052.92236,0,30,0.05,0.006,NULL,23,NULL, +154531,14,Woodleaf,CA_PGE_N,Hydro_NonPumped,Water,67.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156937,44,Adams Nielson Solar,WA_N_CEN,Central_PV,Solar,19.2,0,0,20,0,0,NULL,23,existing_generator, +1115259,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,7.630000114,82834.25473,0,20,0.06,0,NULL,23,NULL, +1107522,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,51.50999832,58645.98264,0,20,0.06,0,NULL,23,NULL, +1117484,2,Proposed,AZ_APS_N,Central_PV,Solar,118.4800034,43413.97389,0,20,0,0.02,NULL,23,NULL, +1118850,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,4.099999905,82640.33777,0,20,0.06,0,NULL,23,NULL, +1113564,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,5.940000057,79026.88931,0,20,0.06,0,NULL,23,NULL, +1115106,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,24.48999977,72450.72639,0,20,0.06,0,NULL,23,NULL, +155252,27,Bypass,ID_S_OR_E,Hydro_NonPumped,Water,9.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106900,36,Proposed,NV_S,Central_PV,Solar,28.95000076,46315.11056,0,20,0,0.02,NULL,23,NULL, +1191209551,32,Proposed,MT_SW,Gas_Combustion_Turbine,Gas,NULL,70251.1425,33.5769,20,0.03,0.05,10.39,23,NULL, +77385,16,SanBernardino_Lucerne: 58,CA_SCE_CEN,Wind,Wind,15,39033.75,0,30,0.05,0.006,NULL,23,NULL, +1112507,22,Proposed,CO_DEN,Central_PV,Solar,28.27000046,40780.17111,0,20,0,0.02,NULL,23,NULL, +157920,9,South_Sutton_Creek_Hydro_Project,CAN_BC,Hydro_NonPumped,Water,5.5,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1000115,5,Proposed,AZ_NW,Commercial_PV,Solar,129.5480042,0,0,20,0,0.02,NULL,23,NULL, +155576,33,Aragonne Wind LLC,NM_N,Wind,Wind,90,0,0,20,0,0,NULL,23,existing_generator, +1111334,5,Proposed,AZ_NW,Central_PV,Solar,4.400000095,109473.6386,0,20,0,0.02,NULL,23,NULL, +1105936,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.720000029,52770.76875,0,20,0.06,0,NULL,23,NULL, +156837,11,Port of LA Solar FiT Project,CA_LADWP,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1191183910,27,Proposed,ID_S_OR_E,Wind,Wind,30,57237.79236,0,30,0.05,0.006,NULL,23,NULL, +156051,34,Macho Springs Power I,NM_S_TX_EPE,Wind,Wind,50.4,0,0,20,0,0,NULL,23,existing_generator, +155790,16,Victor Valley CC CPV Solar,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191182560,35,Proposed,NV_N,Wind,Wind,240,166897.0275,0,30,0.05,0.006,NULL,23,NULL, +154521,11,Valley (CA),CA_LADWP,Gas_Combustion_Turbine,Gas,60.5,0,6.0375,40,0.04,0.06,11.607,23,existing_generator, +155884,43,Palouse,WA_ID_AVA,Wind,Wind,105.3,0,0,20,0,0,NULL,23,existing_generator, +1111741,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,48.99000168,49492.04306,0,20,0.06,0,NULL,23,NULL, +155840,1,Dry Lake Wind II LLC,AZ_APS_E,Wind,Wind,65.1,0,0,20,0,0,NULL,23,existing_generator, +156583,42,"Granite Mountain Solar East, LLC",UT_S,Central_PV,Solar,80,0,0,20,0,0,NULL,23,existing_generator, +158054,8,MedcnHt12,CAN_ALB,Gas_Steam_Turbine,Gas,39.8,0,4.679173726,40,0.1288,0.0915,10.43999958,23,existing_generator, +1104924,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,6.46999979,48488.12944,0,20,0.06,0,NULL,23,NULL, +155619,29,Tiber Dam Hydroelectric Plant,MT_NE,Hydro_NonPumped,Water,7.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191184389,35,Proposed,NV_N,Wind,Wind,540,83750.14348,0,30,0.05,0.006,NULL,23,NULL, +1108699,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,3.220000029,55664.41986,0,20,0.06,0,NULL,23,NULL, +1191183142,31,Proposed,MT_SE,Wind,Wind,30,82289.19111,0,30,0.05,0.006,NULL,23,NULL, +155959,20,Lake Hodges Hydroelectric Facility,CA_SDGE,Hydro_Pumped,Water,42,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191183261,41,Proposed,UT_N,Wind,Wind,30,58133.63944,0,30,0.05,0.006,NULL,23,NULL, +1104949,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,41.00999832,80741.42139,0,20,0.06,0,NULL,23,NULL, +1113954,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1.149999976,76948.54125,0,20,0.06,0,NULL,23,NULL, +157129,40,Wheatridge,OR_WA_BPA,Wind,Wind,300,0,0,20,0,0,NULL,23,existing_generator, +1107461,44,Proposed,WA_N_CEN,Central_PV,Solar,34.54999924,57117.165,0,20,0,0.02,NULL,23,NULL, +1191184999,23,Proposed,CO_E,Wind,Wind,120,53326.8225,0,30,0.05,0.006,NULL,23,NULL, +1117420,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,33.81000137,63625.59,0,20,0.06,0,NULL,23,NULL, +1107507,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,4.059999943,53876.47556,0,20,0.06,0,NULL,23,NULL, +1115767,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,3.440000057,44252.33736,0,20,0.06,0,NULL,23,NULL, +1191182844,49,Proposed,WY_SE,Wind,Wind,21570,40043.84139,0,30,0.05,0.006,NULL,23,NULL, +1112099,13,Proposed,CA_PGE_CEN,Central_PV,Solar,5.610000134,45808.68694,0,20,0,0.02,NULL,23,NULL, +1001356,38,Proposed,OR_PDX,Residential_PV,Solar,26.42900085,0,0,20,0,0.02,NULL,23,NULL, +156775,11,Westmont 300B,CA_LADWP,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1001090,1,Proposed,AZ_APS_E,Residential_PV,Solar,18.08300018, - ,0,20,0,0.02,NULL,23,NULL, +157124,42,Hunter Solar LLC,UT_S,Central_PV,Solar,100,0,0,20,0,0,NULL,23,existing_generator, +1118782,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,70.59999847,43283.31861,0,20,0.06,0,NULL,23,NULL, +1117237,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,1.75,52775.59875,0,20,0.06,0,NULL,23,NULL, +1191185346,44,Proposed,WA_N_CEN,Wind,Wind,30,60914.87514,0,30,0.05,0.006,NULL,23,NULL, +1191209480,11,Proposed,CA_LADWP,CCGT,Gas,NULL," 82,822.43 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +155343,14,Oroville Cogeneration LP,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,7.7,0,33.579,30,0.04,0.06,13.946,23,existing_generator, +1191209338,35,Proposed,NV_N,Geothermal,Geothermal,16,99554.39402,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1107284,2,Proposed,AZ_APS_N,Central_PV,Solar,7.300000191,65462.43806,0,20,0,0.02,NULL,23,NULL, +1191184414,35,Proposed,NV_N,Wind,Wind,30,63424.17806,0,30,0.05,0.006,NULL,23,NULL, +1191183178,31,Proposed,MT_SE,Wind,Wind,90,59182.11264,0,30,0.05,0.006,NULL,23,NULL, +1191210512,15,Proposed,CA_PGE_S,CCGT_Cogen,Gas,36,0,4.1213235,20,0.04,0.06,8.55031,23,NULL, +1116519,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,3.769999981,79933.83973,0,20,0.06,0,NULL,23,NULL, +1115304,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,53.49000168,40346.1975,0,20,0.06,0,NULL,23,NULL, +1107767,33,Proposed,NM_N,Central_PV,Solar,40.84000015,90135.29027,0,20,0,0.02,NULL,23,NULL, +155985,21,RE Kammerer 1,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1191182698,39,Proposed,OR_W,Wind,Wind,60,65980.57819,0,30,0.05,0.006,NULL,23,NULL, +155725,49,McFadden Ridge,WY_SE,Wind,Wind,28.5,0,0,20,0,0,NULL,23,existing_generator, +154867,38,Oak Grove,OR_PDX,Hydro_NonPumped,Water,51,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001344,38,Proposed,OR_PDX,Residential_PV,Solar,18.08300018,0,0,20,0,0.02,NULL,23,NULL, +1111953,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,11.75,55236.00264,0,20,0.06,0,NULL,23,NULL, +1107691,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,33.20000076,46384.30125,0,20,0.06,0,NULL,23,NULL, +1191183907,27,Proposed,ID_S_OR_E,Wind,Wind,240,54074.99139,0,30,0.05,0.006,NULL,23,NULL, +1191209339,35,Proposed,NV_N,Geothermal,Geothermal,16,94605.45527,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1115681,10,Proposed,CA_IID,Central_PV,Solar,37.04000092,85556.32764,0,20,0,0.02,NULL,23,NULL, +1112503,39,Proposed,OR_W,CSP_Trough_6h_Storage,Solar,2.589999914,78709.80264,0,20,0.06,0,NULL,23,NULL, +156302,16,Stateline Solar,CA_SCE_CEN,Central_PV,Solar,299.5,0,0,20,0,0,NULL,23,existing_generator, +1191210424,27,Proposed,ID_S_OR_E,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,6.199999809,0,16.844625,40,0.1288,0.0915,14.6812,23,NULL, +154349,3,Yucca,AZ_APS_SW,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,97.7,0,6.0375,40,0.04,0.06,16.563,23,existing_generator, +1104469,25,Proposed,CO_SW,CSP_Trough_6h_Storage,Solar,51.34000015,64848.30639,0,20,0.06,0,NULL,23,NULL, +1191209723,4,Proposed,AZ_NM_N,Battery_Storage,Electricity,NULL,70990.73625,0,10,0.02,0.0055,NULL,23,NULL, +155463,49,Foote Creek II,WY_SE,Wind,Wind,1.8,0,0,20,0,0,NULL,23,existing_generator, +1191182543,36,Proposed,NV_S,Wind,Wind,30,153720.7875,0,30,0.05,0.006,NULL,23,NULL, +1117935,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,15.18000031,57426.40764,0,20,0.06,0,NULL,23,NULL, +1105428,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,7.940000057,109691.9603,0,20,0.06,0,NULL,23,NULL, +155057,16,Sunray 2,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1114690,13,Proposed,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,54.45000076,61487.95181,0,20,0.06,0,NULL,23,NULL, +1118779,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,5.78000021,54841.87181,0,20,0.06,0,NULL,23,NULL, +156532,42,Washington City Electric Generation,UT_S,Gas_Internal_Combustion_Engine,Gas,6,0,33.579,20,0.04,0.06,9.871,23,existing_generator, +1118349,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,17.67000008,60710.32181,0,20,0.06,0,NULL,23,NULL, +156255,23,Huerfano River Wind,CO_E,Wind,Wind,8,0,0,20,0,0,NULL,23,existing_generator, +155541,17,Riverside Energy Resource Center,CA_SCE_S,Gas_Combustion_Turbine,Gas,196,0,6.0375,40,0.04,0.06,13.282,23,existing_generator, +1115195,33,Proposed,NM_N,Central_PV,Solar,1.529999971,85764.25348,0,20,0,0.02,NULL,23,NULL, +1001145,6,Proposed,AZ_PHX,Commercial_PV,Solar,18.08729935,0,0,20,0,0.02,NULL,23,NULL, +1106397,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,6.699999809,65937.47139,0,20,0.06,0,NULL,23,NULL, +156117,15,RE Kansas South LLC,CA_PGE_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +156461,19,City of Tulare Water Facility,CA_SCE_VLY,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +157006,40,Perennial Wind Chaser Station,OR_WA_BPA,Gas_Combustion_Turbine,Gas,424,0,6.0375,40,0.04,0.06,11.886,23,existing_generator, +1108361,35,Proposed,NV_N,Central_PV,Solar,2.690000057,104900.9588,0,20,0,0.02,NULL,23,NULL, +1111363,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,137.9400024,69255.92194,0,20,0.06,0,NULL,23,NULL, +154873,35,Lahontan,NV_N,Hydro_NonPumped,Water,1.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191209246,35,Proposed,NV_N,Geothermal,Geothermal,18,94405.24611,34.812225,30,0.0075,0.0241,NULL,23,NULL, +155141,14,Indian Valley Dam Hydro Project,CA_PGE_N,Hydro_NonPumped,Water,2.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114395,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,91.25,103006.146,0,20,0.06,0,NULL,23,NULL, +1102666,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2.49000001,75695.27889,0,20,0.06,0,NULL,23,NULL, +1118837,5,Proposed,AZ_NW,Central_PV,Solar,4.949999809,65860.91306,0,20,0,0.02,NULL,23,NULL, +1191210065,14,Proposed,CA_PGE_N,Geothermal,Geothermal,3,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +77508,12,Solano: 1908,CA_PGE_BAY,Wind,Wind,32,46323.9,0,30,0.05,0.006,NULL,23,NULL, +1108643,25,Proposed,CO_SW,Central_PV,Solar,78.30000305,93726.87639,0,20,0,0.02,NULL,23,NULL, +154382,14,Belden,CA_PGE_N,Hydro_NonPumped,Water,117.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +154515,11,Scattergood,CA_LADWP,CCGT,Gas,335.8,0,5.9409,40,0.04,0.06,9.765,23,existing_generator, +1104169,38,Proposed,OR_PDX,CSP_Trough_6h_Storage,Solar,2.319999933,45344.40319,0,20,0.06,0,NULL,23,NULL, +1113541,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,39.33000183,107096.0711,0,20,0.06,0,NULL,23,NULL, +1107761,5,Proposed,AZ_NW,Central_PV,Solar,58.61999893,90842.64,0,20,0,0.02,NULL,23,NULL, +1109514,6,Proposed,AZ_PHX,CSP_Trough_No_Storage,Solar,3.970000029,58020.375,0,20,0.06,0,NULL,23,NULL, +1112251,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,66.30000305,72497.33306,0,20,0.06,0,NULL,23,NULL, +155736,49,Campbell Hill Windpower,WY_SE,Wind,Wind,99,0,0,20,0,0,NULL,23,existing_generator, +1108255,42,Proposed,UT_S,CSP_Trough_6h_Storage,Solar,46.22000122,152485.515,0,20,0.06,0,NULL,23,NULL, +1111743,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,6.550000191,52300.92861,0,20,0.06,0,NULL,23,NULL, +156540,10,Seville 2,CA_IID,Central_PV,Solar,30,0,0,20,0,0,NULL,23,existing_generator, +1108018,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,3.809999943,74145.57056,0,20,0.06,0,NULL,23,NULL, +154407,13,Kings River PH,CA_PGE_CEN,Hydro_NonPumped,Water,48.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1119075,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,23.11000061,101463.81,0,20,0.06,0,NULL,23,NULL, +1191210458,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,22.5,0,33.5769,20,0.03,0.05,10.515,23,NULL, +155609,17,Barre Peaker,CA_SCE_S,Gas_Combustion_Turbine,Gas,49.8,0,6.0375,40,0.04,0.06,7.202,23,existing_generator, +155161,16,Oxnard Wastewater Treatment Plant,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.5,0,6.0375,20,0.04,0.06,40.353,23,existing_generator, +154926,14,Grizzly,CA_PGE_N,Hydro_NonPumped,Water,22,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116547,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.549999952,42039.95681,0,20,0.06,0,NULL,23,NULL, +1116099,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,43.34000015,100101.0236,0,20,0.06,0,NULL,23,NULL, +1117487,42,Proposed,UT_S,Central_PV,Solar,3.400000095,118308.7935,0,20,0,0.02,NULL,23,NULL, +1112693,35,Proposed,NV_N,Central_PV,Solar,35.24000168,178245.1125,0,20,0,0.02,NULL,23,NULL, +1107825,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,2.690000057,52828.48819,0,20,0.06,0,NULL,23,NULL, +154588,23,George Birdsall,CO_E,Gas_Steam_Turbine,Gas,61.1,0,6.0375,60,0.04,0.06,15.425,23,existing_generator, +1106888,2,Proposed,AZ_APS_N,Central_PV,Solar,44.83000183,55231.89431,0,20,0,0.02,NULL,23,NULL, +157910,9,Ruskin,CAN_BC,Hydro_NonPumped,Water,105,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1110808,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,7.309999943,70376.84514,0,20,0.06,0,NULL,23,NULL, +1191185010,22,Proposed,CO_DEN,Wind,Wind,60,48495.13389,0,30,0.05,0.006,NULL,23,NULL, +1106470,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.760000229,186029.865,0,20,0.06,0,NULL,23,NULL, +1191183375,24,Proposed,CO_NW,Wind,Wind,30,68310.93056,0,30,0.05,0.006,NULL,23,NULL, +1104687,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,14.38000011,61793.08611,0,20,0.06,0,NULL,23,NULL, +1105780,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,31.87000084,42374.07111,0,20,0.06,0,NULL,23,NULL, +1101747,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,299.0499878,54809.02875,0,20,0.06,0,NULL,23,NULL, +1108744,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,15.78999996,168269.955,0,20,0.06,0,NULL,23,NULL, +155547,14,Red Bluff,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,46.4,0,33.579,20,0.04,0.06,15.424,23,existing_generator, +77376,16,SanBernardino_Lucerne: 47,CA_SCE_CEN,Wind,Wind,23,39033.75,0,30,0.05,0.006,NULL,23,NULL, +155029,22,Metro Wastewater Reclamation District,CO_DEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4,0,6.0375,20,0.04,0.06,40.353,23,existing_generator, +1102766,3,Proposed,AZ_APS_SW,Central_PV,Solar,3.200000048,78690.84111,0,20,0,0.02,NULL,23,NULL, +1110111,46,Proposed,WA_W,CSP_Trough_No_Storage,Solar,3.230000019,50877.53139,0,20,0.06,0,NULL,23,NULL, +156821,10,Mount Signal Solar Farm V,CA_IID,Central_PV,Solar,252.3,0,0,20,0,0,NULL,23,existing_generator, +1112381,43,Proposed,WA_ID_AVA,Central_PV,Solar,3.579999924,40986.65361,0,20,0,0.02,NULL,23,NULL, +1191210373,20,Proposed,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,1.600000024,0,33.5769,20,0.03,0.05,5.53066,23,NULL, +1110200,29,Proposed,MT_NE,Central_PV,Solar,8.130000114,58576.42875,0,20,0,0.02,NULL,23,NULL, +1116769,43,Proposed,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,52.5,43273.41806,0,20,0.06,0,NULL,23,NULL, +77514,17,PalmSprings: 1914,CA_SCE_S,Wind,Wind,14,45415.65,0,30,0.05,0.006,NULL,23,NULL, +1191185687,16,Proposed,CA_SCE_CEN,Offshore_Wind,Wind,420,448128.6075,0,30,0.05,0.006,NULL,23,NULL, +1191184087,46,Proposed,WA_W,Wind,Wind,30,55356.50736,0,30,0.05,0.006,NULL,23,NULL, +77333,16,Tehachapi: 1,CA_SCE_CEN,Wind,Wind,43,87089.1,0,30,0.05,0.006,NULL,23,NULL, +155542,17,Springs Generating Station,CA_SCE_S,Gas_Combustion_Turbine,Gas,40,0,6.0375,40,0.04,0.06,8.901,23,existing_generator, +154394,14,Drum 2,CA_PGE_N,Hydro_NonPumped,Water,53.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +158015,8,Sturgeon2,CAN_ALB,Gas_Combustion_Turbine,Gas,30,0,35.25579912,20,0.03,0.05,11.25,23,existing_generator, +1191185140,23,Proposed,CO_E,Wind,Wind,60,66638.66569,0,30,0.05,0.006,NULL,23,NULL, +1191185548,43,Proposed,WA_ID_AVA,Wind,Wind,30,71647.37569,0,30,0.05,0.006,NULL,23,NULL, +155035,19,Tulare Success Power Project,CA_SCE_VLY,Hydro_NonPumped,Water,1.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109712,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,3429.459961,157808.175,0,20,0.06,0,NULL,23,NULL, +156016,16,Pinyon Pine I,CA_SCE_CEN,Wind,Wind,168,0,0,20,0,0,NULL,23,existing_generator, +156423,13,Mission Solar LLC,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1101477,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,1566.280029,54166.15764,0,20,0.06,0,NULL,23,NULL, +156936,33,Casa Mesa Wind Energy Center,NM_N,Wind,Wind,50.9,0,0,20,0,0,NULL,23,existing_generator, +157912,9,Scuzzy_Creek,CAN_BC,Hydro_NonPumped,Water,6,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +157952,9,VancIsland2,CAN_BC,CCGT,Gas,67,0,4.327384168,20,0.04,0.06,6.800000191,23,existing_generator, +1191183932,27,Proposed,ID_S_OR_E,Wind,Wind,30,55593.90375,0,30,0.05,0.006,NULL,23,NULL, +1118418,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.279999971,63533.45681,0,20,0.06,0,NULL,23,NULL, +1101032,28,Proposed,MEX_BAJA,Central_PV,Solar,202.4199982,75723.89569,0,20,0,0.02,NULL,23,NULL, +1191182678,39,Proposed,OR_W,Wind,Wind,60,58807.06125,0,30,0.05,0.006,NULL,23,NULL, +1111759,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.399999976,88836.37875,0,20,0.06,0,NULL,23,NULL, +1001338,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,22.25600052,0,0,20,0,0.02,NULL,23,NULL, +1117914,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,9.649999619,65848.35694,0,20,0.06,0,NULL,23,NULL, +1191209327,35,Proposed,NV_N,Geothermal,Geothermal,8,53262.22125,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1100894,23,Proposed,CO_E,Central_PV,Solar,1506.5,78887.30514,0,20,0,0.02,NULL,23,NULL, +1112523,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,71.73999786,49290.87639,0,20,0.06,0,NULL,23,NULL, +1110092,16,Proposed,CA_SCE_CEN,Central_PV,Solar,2.049999952,70290.26361,0,20,0,0.02,NULL,23,NULL, +1102868,2,Proposed,AZ_APS_N,Central_PV,Solar,92.02999878,55621.79889,0,20,0,0.02,NULL,23,NULL, +1107301,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,1.340000033,67463.50611,0,20,0.06,0,NULL,23,NULL, +155894,12,Sunnyvale City of WPCP,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,11.357,23,existing_generator, +1105991,2,Proposed,AZ_APS_N,Central_PV,Solar,29.37000084,59853.11944,0,20,0,0.02,NULL,23,NULL, +1111721,2,Proposed,AZ_APS_N,Central_PV,Solar,18.60000038,71641.33819,0,20,0,0.02,NULL,23,NULL, +1191210593,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,48,0,33.5769,20,0.03,0.05,3.952,23,NULL, +1118703,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,9.079999924,114354.9574,0,20,0.06,0,NULL,23,NULL, +154641,27,Shoshone Falls,ID_S_OR_E,Hydro_NonPumped,Water,11.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108761,33,Proposed,NM_N,CSP_Trough_No_Storage,Solar,110.3600006,52658.23069,0,20,0.06,0,NULL,23,NULL, +1191209393,42,Proposed,UT_S,Geothermal,Geothermal,10,64795.29431,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1110067,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,75.48000336,71276.67319,0,20,0.06,0,NULL,23,NULL, +155742,15,Santa Maria LFG Power Plant,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.1,0,6.0375,20,0.04,0.06,11.184,23,existing_generator, +1103696,3,Proposed,AZ_APS_SW,Central_PV,Solar,205.9799957,50663.55861,0,20,0,0.02,NULL,23,NULL, +1108151,35,Proposed,NV_N,Central_PV,Solar,19.29999924,171759.63,0,20,0,0.02,NULL,23,NULL, +77379,16,Tehachapi: 52,CA_SCE_CEN,Wind,Wind,18,86974.65,0,30,0.05,0.006,NULL,23,NULL, +1119066,9,Proposed,CAN_BC,CSP_Trough_No_Storage,Solar,4.159999847,42796.69611,0,20,0.06,0,NULL,23,NULL, +1191184048,46,Proposed,WA_W,Wind,Wind,30,47976.02681,0,30,0.05,0.006,NULL,23,NULL, +1104565,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,6.610000134,68076.435,0,20,0.06,0,NULL,23,NULL, +155273,12,Martinez Sulfuric Acid Regeneration Plt,CA_PGE_BAY,ST,Waste_Heat,4,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +1102990,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,137.7200012,102451.2997,0,20,0.06,0,NULL,23,NULL, +157970,8,BAT_#5_5,CAN_ALB,Coal_Steam_Turbine,Coal,360,0,4.374549085,40,0.06,0.1,10.59000015,23,existing_generator, +1191209483,14,Proposed,CA_PGE_N,CCGT,Gas,NULL," 80,604.00 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1191184058,46,Proposed,WA_W,Wind,Wind,30,56000.83125,0,30,0.05,0.006,NULL,23,NULL, +1108593,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,40.27000046,57255.54639,0,20,0.06,0,NULL,23,NULL, +1117326,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,62.47999954,137054.8725,0,20,0.06,0,NULL,23,NULL, +155835,39,Bellevue Solar Project,OR_W,Central_PV,Solar,1.6,0,0,20,0,0,NULL,23,existing_generator, +154842,27,Boise R Diversion,ID_S_OR_E,Hydro_NonPumped,Water,3.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +154882,17,Lake Mathews,CA_SCE_S,Hydro_NonPumped,Water,4.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108783,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,88.45999908,41760.66111,0,20,0.06,0,NULL,23,NULL, +156009,21,RE McKenzie 4,CA_SMUD,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1102866,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,1.460000038,54225.92889,0,20,0.06,0,NULL,23,NULL, +1116244,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,1.389999986,83631.80848,0,20,0.06,0,NULL,23,NULL, +1117129,9,Proposed,CAN_BC,CSP_Trough_6h_Storage,Solar,1.019999981,62131.30875,0,20,0.06,0,NULL,23,NULL, +1103444,43,Proposed,WA_ID_AVA,Central_PV,Solar,64.80000305,49533.94236,0,20,0,0.02,NULL,23,NULL, +1118289,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,29.88999939,202390.2825,0,20,0.06,0,NULL,23,NULL, +1104975,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,20.07999992,66774.38681,0,20,0.06,0,NULL,23,NULL, +155426,36,Chuck Lenzie Generating Station,NV_S,CCGT,Gas,1465.6,0,5.9409,40,0.04,0.06,11.034,23,existing_generator, +1107765,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,12.73999977,69828.03639,0,20,0.06,0,NULL,23,NULL, +1108640,4,Proposed,AZ_NM_N,Central_PV,Solar,55.45000076,81396.00902,0,20,0,0.02,NULL,23,NULL, +155350,27,Hazelton B Hydro,ID_S_OR_E,Hydro_NonPumped,Water,7.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1109085,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,15.35999966,55677.46181,0,20,0.06,0,NULL,23,NULL, +1110276,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,13.53999996,58045.36931,0,20,0.06,0,NULL,23,NULL, +157090,29,Fresno Dam Site Water Power Project,MT_NE,Hydro_NonPumped,Water,1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1112505,41,Proposed,UT_N,CSP_Trough_No_Storage,Solar,6.019999981,76940.6925,0,20,0.06,0,NULL,23,NULL, +1106459,36,Proposed,NV_S,Central_PV,Solar,60.54000092,177942.03,0,20,0,0.02,NULL,23,NULL, +1103472,8,Proposed,CAN_ALB,CSP_Trough_No_Storage,Solar,335.8599854,55202.79639,0,20,0.06,0,NULL,23,NULL, +156191,16,Alta Wind XI,CA_SCE_CEN,Wind,Wind,90,0,0,20,0,0,NULL,23,existing_generator, +1115094,19,Proposed,CA_SCE_VLY,CSP_Trough_No_Storage,Solar,34.31999969,54034.78069,0,20,0.06,0,NULL,23,NULL, +154383,14,Bucks Creek,CA_PGE_N,Hydro_NonPumped,Water,66,0,0,200,0.05,0.05,NULL,23,existing_generator, +155168,26,Simplot Leasing Don Plant,ID_E,ST,Waste_Heat,15.9,0,6.0375,40,0.04,0.06,NULL,23,existing_generator, +155699,40,Four Corners Windfarm LLC,OR_WA_BPA,Wind,Wind,10,0,0,20,0,0,NULL,23,existing_generator, +1103096,9,Proposed,CAN_BC,Central_PV,Solar,24.89999962,45852.76069,0,20,0,0.02,NULL,23,NULL, +1191184424,35,Proposed,NV_N,Wind,Wind,420,95431.26264,0,30,0.05,0.006,NULL,23,NULL, +1191209564,45,Proposed,WA_SEATAC,Gas_Combustion_Turbine,Gas,NULL,77646.11306,33.5769,20,0.03,0.05,10.39,23,NULL, +156657,20,Genentech-Oceanside,CA_SDGE,Battery_Storage,Electricity,2,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1108263,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,2.710000038,78469.3875,0,20,0.06,0,NULL,23,NULL, +1110486,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,8.180000305,69174.17514,0,20,0.06,0,NULL,23,NULL, +1191182570,36,Proposed,NV_S,Wind,Wind,30,54433.61889,0,30,0.05,0.006,NULL,23,NULL, +155272,42,Quail Creek Hydro Plant #1,UT_S,Hydro_NonPumped,Water,2.3,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107292,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,52.93999863," 42,515.47 ",0,20,0.06,0,NULL,23,NULL, +1191210464,22,Proposed,CO_DEN,CCGT_Cogen,Gas,386.5,0,4.1213235,20,0.04,0.06,9.03921,23,NULL, +1103917,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,1.080000043,47863.48875,0,20,0.06,0,NULL,23,NULL, +1191185537,43,Proposed,WA_ID_AVA,Wind,Wind,90,48611.05389,0,30,0.05,0.006,NULL,23,NULL, +1103631,37,Proposed,OR_E,CSP_Trough_No_Storage,Solar,11.85999966,56154.06111,0,20,0.06,0,NULL,23,NULL, +1103930,15,Proposed,CA_PGE_S,Central_PV,Solar,1.409999967,80203.83861,0,20,0,0.02,NULL,23,NULL, +1191184071,46,Proposed,WA_W,Wind,Wind,90,67064.18681,0,30,0.05,0.006,NULL,23,NULL, +156323,16,Summer Solar D2,CA_SCE_CEN,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1112462,41,Proposed,UT_N,Central_PV,Solar,3.25,48508.29375,0,20,0,0.02,NULL,23,NULL, +1191185525,43,Proposed,WA_ID_AVA,Wind,Wind,60,54717.8625,0,30,0.05,0.006,NULL,23,NULL, +1191209619,50,Proposed,WY_SW,Coal_IGCC,Coal,NULL,70251.1425,7.3442565,40,0.08,0.12,7.95,23,NULL, +1191210383,13,Proposed,CA_PGE_CEN,CCGT_Cogen,Gas,133.1999969,0,4.1213235,20,0.04,0.06,8.58875,23,NULL, +156312,15,Lost Hills/Blackwell,CA_PGE_S,Central_PV,Solar,32,0,0,20,0,0,NULL,23,existing_generator, +1111694,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,17.02000046,99468.77473,0,20,0,0.02,NULL,23,NULL, +1106869,35,Proposed,NV_N,CSP_Trough_6h_Storage,Solar,4.75,59584.45069,0,20,0.06,0,NULL,23,NULL, +155397,14,Montgomery Creek Hydro,CA_PGE_N,Hydro_NonPumped,Water,2.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1111615,15,Proposed,CA_PGE_S,CSP_Trough_6h_Storage,Solar,7.670000076,82484.92875,0,20,0.06,0,NULL,23,NULL, +1115326,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,14.56000042,65376.82819,0,20,0.06,0,NULL,23,NULL, +1111487,35,Proposed,NV_N,Central_PV,Solar,7.170000076,61346.07056,0,20,0,0.02,NULL,23,NULL, +155092,17,Karen Avenue Wind Farm,CA_SCE_S,Wind,Wind,11.7,0,0,20,0,0,NULL,23,existing_generator, +1100712,32,Proposed,MT_SW,CSP_Trough_No_Storage,Solar,31.54999924,67872.49014,0,20,0.06,0,NULL,23,NULL, +155638,1,Novo BioPower Plant,AZ_APS_E,Bio_Solid_Steam_Turbine,Bio_Solid,27.2,0,13.35495,20,0.04,0.06,6.916,23,existing_generator, +1102732,47,Proposed,WY_NE,CSP_Trough_6h_Storage,Solar,2907.580078,88893.25389,0,20,0.06,0,NULL,23,NULL, +1191184068,46,Proposed,WA_W,Wind,Wind,60,70338.56361,0,30,0.05,0.006,NULL,23,NULL, +155834,33,Questa Solar Facility,NM_N,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1000428,40,Proposed,OR_WA_BPA,Residential_PV,Solar,20.86499977,0,0,20,0,0.02,NULL,23,NULL, +1109061,27,Proposed,ID_S_OR_E,CSP_Trough_No_Storage,Solar,71.70999908,42487.57611,0,20,0.06,0,NULL,23,NULL, +1191182358,32,Proposed,MT_SW,Wind,Wind,30,89929.77,0,30,0.05,0.006,NULL,23,NULL, +1191209769,50,Proposed,WY_SW,Battery_Storage,Electricity,NULL,70251.1425,0,10,0.02,0.0055,NULL,23,NULL, +1118134,49,Proposed,WY_SE,CSP_Trough_6h_Storage,Solar,75.43000031,82996.42764,0,20,0.06,0,NULL,23,NULL, +1108460,40,Proposed,OR_WA_BPA,Central_PV,Solar,24.53000069,46962.57111,0,20,0,0.02,NULL,23,NULL, +1191182652,39,Proposed,OR_W,Wind,Wind,60,68443.39236,0,30,0.05,0.006,NULL,23,NULL, +1118772,5,Proposed,AZ_NW,CSP_Trough_No_Storage,Solar,24.12000084,58418.48681,0,20,0.06,0,NULL,23,NULL, +154575,25,Salida,CO_SW,Hydro_NonPumped,Water,0.6,0,0,119,0.05,0.05,NULL,23,existing_generator, +1100339,33,Proposed,NM_N,Central_PV,Solar,160.25,73956.35625,0,20,0,0.02,NULL,23,NULL, +1108273,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,12.27000046,50524.69611,0,20,0.06,0,NULL,23,NULL, +156261,34,GSE NM1,NM_S_TX_EPE,Central_PV,Solar,2.3,0,0,20,0,0,NULL,23,existing_generator, +1111791,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,23.85000038,62073.9525,0,20,0.06,0,NULL,23,NULL, +1116134,2,Proposed,AZ_APS_N,Central_PV,Solar,7.090000153,66525.40125,0,20,0,0.02,NULL,23,NULL, +154825,43,Lower Granite,WA_ID_AVA,Hydro_NonPumped,Water,810,0,0,200,0.05,0.05,NULL,23,existing_generator, +1000794,20,Proposed,CA_SDGE,Residential_PV,Solar,19.47400093,0,0,20,0,0.02,NULL,23,NULL, +1103973,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,2.869999886,78546.42694,0,20,0.06,0,NULL,23,NULL, +1118330,1,Proposed,AZ_APS_E,Central_PV,Solar,26.37000084," 112,672.91 ",0,20,0,0.02,NULL,23,NULL, +155753,27,Tuana Springs,ID_S_OR_E,Wind,Wind,16.8,0,0,20,0,0,NULL,23,existing_generator, +1191182506,36,Proposed,NV_S,Wind,Wind,30,50700.02889,0,30,0.05,0.006,NULL,23,NULL, +154626,49,Medicine Bow,WY_SE,Wind,Wind,6.1,0,0,20,0,0,NULL,23,existing_generator, +1191184511,27,Proposed,ID_S_OR_E,Wind,Wind,30,136587.57,0,30,0.05,0.006,NULL,23,NULL, +157017,13,Dynegy Moss Landing Power Plant,CA_PGE_CEN,Battery_Storage,Electricity,300,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1108126,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,1.980000019,85710.28389,0,20,0.06,0,NULL,23,NULL, +1113342,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,2.140000105,61673.78889,0,20,0.06,0,NULL,23,NULL, +1191182655,39,Proposed,OR_W,Wind,Wind,150,45488.21361,0,30,0.05,0.006,NULL,23,NULL, +157013,3,Estrella Mountain PV,AZ_APS_SW,Central_PV,Solar,1.8,0,0,20,0,0,NULL,23,existing_generator, +156410,7,Cogeneration 2,AZ_SE,CCGT,Gas,6,0,5.9409,40,0.04,0.06,10.087,23,existing_generator, +1102034,47,Proposed,WY_NE,Central_PV,Solar,2.150000095,89794.53,0,20,0,0.02,NULL,23,NULL, +1111868,39,Proposed,OR_W,Central_PV,Solar,3.019999981,66918.68306,0,20,0,0.02,NULL,23,NULL, +1104095,6,Proposed,AZ_PHX,Central_PV,Solar,124.1200027,41129.26125,0,20,0,0.02,NULL,23,NULL, +1112635,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,7.53000021,38447.40375,0,20,0.06,0,NULL,23,NULL, +1001906,23,Proposed,CO_E,Residential_PV,Solar,19.47400093,0,0,20,0,0.02,NULL,23,NULL, +1191209384,42,Proposed,UT_S,Geothermal,Geothermal,50,99944.17125,34.812225,30,0.0075,0.0241,NULL,23,NULL, +154371,41,Lake Creek Dam,UT_N,Hydro_NonPumped,Water,1.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1001823,1,Proposed,AZ_APS_E,Commercial_PV,Solar,114.2900009, - ,0,20,0,0.02,NULL,23,NULL, +1191183793,40,Proposed,OR_WA_BPA,Wind,Wind,30,79864.29527,0,30,0.05,0.006,NULL,23,NULL, +1191185388,22,Proposed,CO_DEN,Wind,Wind,30,48943.72014,0,30,0.05,0.006,NULL,23,NULL, +1104841,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,5.840000153,139712.58,0,20,0.06,0,NULL,23,NULL, +1191182955,49,Proposed,WY_SE,Wind,Wind,30,74749.80639,0,30,0.05,0.006,NULL,23,NULL, +1105509,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,18.59000015,71438.59611,0,20,0.06,0,NULL,23,NULL, +1110504,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,5.75,52933.54069,0,20,0.06,0,NULL,23,NULL, +155896,2,Chino Solar Valley,AZ_APS_N,Central_PV,Solar,19,0,0,20,0,0,NULL,23,existing_generator, +1115201,25,Proposed,CO_SW,Central_PV,Solar,4.070000172,67031.9475,0,20,0,0.02,NULL,23,NULL, +154843,27,Minidoka,ID_S_OR_E,Hydro_NonPumped,Water,27.7,0,0,200,0.05,0.05,NULL,23,existing_generator, +154936,13,Combustion Turbine Project No 2,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,50,0,6.0375,40,0.04,0.06,7.158,23,existing_generator, +1102053,43,Proposed,WA_ID_AVA,CSP_Trough_No_Storage,Solar,324.9400024,49733.3025,0,20,0.06,0,NULL,23,NULL, +157993,8,ColdLake1,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,76.5,0,35.25579912,20,0.03,0.05,6.130770206,23,existing_generator, +156235,18,Ironwood Solar LLC,CA_SCE_SE,Central_PV,Solar,4,0,0,20,0,0,NULL,23,existing_generator, +1115264,4,Proposed,AZ_NM_N,Central_PV,Solar,1.960000038,101976.3938,0,20,0,0.02,NULL,23,NULL, +156555,11,Colon PV,CA_LADWP,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1114376,1,Proposed,AZ_APS_E,Central_PV,Solar,24.36000061," 54,628.63 ",0,20,0,0.02,NULL,23,NULL, +1001192,50,Proposed,WY_SW,Residential_PV,Solar,19.47400093,0,0,20,0,0.02,NULL,23,NULL, +1117164,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,6.039999962,52501.85944,0,20,0.06,0,NULL,23,NULL, +1000796,20,Proposed,CA_SDGE,Residential_PV,Solar,639.8599854,0,0,20,0,0.02,NULL,23,NULL, +1191210435,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,6.099999905,0,33.5769,20,0.03,0.05,5.43303,23,NULL, +154387,14,Chili Bar,CA_PGE_N,Hydro_NonPumped,Water,7,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118756,10,Proposed,CA_IID,Central_PV,Solar,56.20999908,50515.28139,0,20,0,0.02,NULL,23,NULL, +1112240,33,Proposed,NM_N,Central_PV,Solar,41.91999817,88084.95527,0,20,0,0.02,NULL,23,NULL, +1112396,43,Proposed,WA_ID_AVA,Central_PV,Solar,25.73999977,57134.79639,0,20,0,0.02,NULL,23,NULL, +155862,17,Mountain View IV,CA_SCE_S,Wind,Wind,49,0,0,20,0,0,NULL,23,existing_generator, +155945,12,Power Generation Station (PGS) 2,CA_PGE_BAY,Bio_Gas,Bio_Gas,4.6,0,6.0375,20,0.03,0.05,6.799,23,existing_generator, +1191183366,24,Proposed,CO_NW,Wind,Wind,120,71061.01181,0,30,0.05,0.006,NULL,23,NULL, +154630,14,Sly Creek,CA_PGE_N,Hydro_NonPumped,Water,12.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118650,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,44.86000061,54555.69431,0,20,0.06,0,NULL,23,NULL, +1117007,36,Proposed,NV_S,Central_PV,Solar,17.64999962,52852.275,0,20,0,0.02,NULL,23,NULL, +157032,12,"Solar Star Palo Alto I, LLC",CA_PGE_BAY,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1115269,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,3.640000105,74873.4525,0,20,0.06,0,NULL,23,NULL, +1191185345,44,Proposed,WA_N_CEN,Wind,Wind,150,49713.01556,0,30,0.05,0.006,NULL,23,NULL, +77492,14,Solano: 1880,CA_PGE_N,Wind,Wind,52,44941.05,0,30,0.05,0.006,NULL,23,NULL, +1115263,34,Proposed,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,27.62999916,91062.405,0,20,0.06,0,NULL,23,NULL, +1191185683,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,270,116664.0653,0,30,0.05,0.006,NULL,23,NULL, +1105943,4,Proposed,AZ_NM_N,Central_PV,Solar,25.14999962,46640.41389,0,20,0,0.02,NULL,23,NULL, +1118732,35,Proposed,NV_N,Central_PV,Solar,23.48999977,164853.9375,0,20,0,0.02,NULL,23,NULL, +1100350,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,829.7600098,45003.64764,0,20,0.06,0,NULL,23,NULL, +154784,44,Chief Joseph,WA_N_CEN,Hydro_NonPumped,Water,2456.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +155874,21,FRV SI Transport Solar LP,CA_SMUD,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1109561,2,Proposed,AZ_APS_N,Central_PV,Solar,4.070000172,45312.76764,0,20,0,0.02,NULL,23,NULL, +1191209258,35,Proposed,NV_N,Geothermal,Geothermal,40,41799.18319,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1001839,1,Proposed,AZ_APS_E,Commercial_PV,Solar,4.834199905, - ,0,20,0,0.02,NULL,23,NULL, +1191184021,46,Proposed,WA_W,Wind,Wind,30,51880.36014,0,30,0.05,0.006,NULL,23,NULL, +1191185523,43,Proposed,WA_ID_AVA,Wind,Wind,60,73671.50889,0,30,0.05,0.006,NULL,23,NULL, +1108716,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,2.039999962,88611.66111,0,20,0.06,0,NULL,23,NULL, +1112751,46,Proposed,WA_W,CSP_Trough_No_Storage,Solar,1,43286.09681,0,20,0.06,0,NULL,23,NULL, +1107294,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,30.29999924,89620.40473,0,20,0.06,0,NULL,23,NULL, +1110761,41,Proposed,UT_N,Central_PV,Solar,6.119999886,43112.94319,0,20,0,0.02,NULL,23,NULL, +154620,10,East Highline,CA_IID,Hydro_NonPumped,Water,2.4,0,0,200,0.05,0.05,NULL,23,existing_generator, +155309,43,Smith Falls Hydro Project,WA_ID_AVA,Hydro_NonPumped,Water,38.1,0,0,200,0.05,0.05,NULL,23,existing_generator, +1106732,24,Proposed,CO_NW,Central_PV,Solar,48.43000031,58905.95361,0,20,0,0.02,NULL,23,NULL, +156037,15,Improvement Dst No. 4,CA_PGE_S,Central_PV,Solar,1.1,0,0,20,0,0,NULL,23,existing_generator, +1111730,1,Proposed,AZ_APS_E,Central_PV,Solar,38.65999985," 114,852.32 ",0,20,0,0.02,NULL,23,NULL, +1101929,4,Proposed,AZ_NM_N,Central_PV,Solar,223.5299988,127433.5125,0,20,0,0.02,NULL,23,NULL, +156588,16,North Lancaster Ranch,CA_SCE_CEN,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191185670,46,Proposed,WA_W,Offshore_Wind,Wind,60,112099.9511,0,30,0.05,0.006,NULL,23,NULL, +155116,16,Coso Power Developers,CA_SCE_CEN,Geothermal,Geothermal,90,0,36.2145,20,0,0,NULL,23,existing_generator, +1000741,23,Proposed,CO_E,Commercial_PV,Solar,43.23450089,0,0,20,0,0.02,NULL,23,NULL, +1118909,9,Proposed,CAN_BC,Central_PV,Solar,1.049999952,52796.48944,0,20,0,0.02,NULL,23,NULL, +1191210549,41,Proposed,UT_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,1.600000024,0,16.844625,40,0.1288,0.0915,5.01411,23,NULL, +1113343,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,2.140000105,61673.78889,0,20,0.06,0,NULL,23,NULL, +155363,35,Steamboat III,NV_N,Geothermal,Geothermal,18.2,0,36.2145,20,0,0,NULL,23,existing_generator, +155923,15,Regulus Solar Project,CA_PGE_S,Central_PV,Solar,60,0,0,20,0,0,NULL,23,existing_generator, +1110294,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,20.54000092,59480.00194,0,20,0.06,0,NULL,23,NULL, +1107772,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,22.04000092,55739.64806,0,20,0.06,0,NULL,23,NULL, +77356,16,Tehachapi: 24,CA_SCE_CEN,Wind,Wind,58,51054.15,0,30,0.05,0.006,NULL,23,NULL, +77393,14,LassenNorth: 472,CA_PGE_N,Wind,Wind,93,111351.45,0,30,0.05,0.006,NULL,23,NULL, +156609,17,SunE Rochester,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +1191183418,29,Proposed,MT_NE,Wind,Wind,300,66428.80125,0,30,0.05,0.006,NULL,23,NULL, +1191209222,47,Proposed,WY_NE,Bio_Gas,Bio_Gas,NULL,66553.7775,16.0398,20,0.11,0.04,13.5,23,NULL, +1107748,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,47.29000092,103196.5725,0,20,0.06,0,NULL,23,NULL, +1115727,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,2.529999971,88402.2825,0,20,0.06,0,NULL,23,NULL, +1191183956,27,Proposed,ID_S_OR_E,Wind,Wind,30,68713.995,0,30,0.05,0.006,NULL,23,NULL, +1106354,35,Proposed,NV_N,Central_PV,Solar,38.11999893,112735.3414,0,20,0,0.02,NULL,23,NULL, +1111789,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,10.18000031,57268.46569,0,20,0.06,0,NULL,23,NULL, +1191182523,36,Proposed,NV_S,Wind,Wind,120,85680.93598,0,30,0.05,0.006,NULL,23,NULL, +1101023,8,Proposed,CAN_ALB,Central_PV,Solar,1554.72998,137136.9825,0,20,0,0.02,NULL,23,NULL, +1191184258,48,Proposed,WY_NW,Wind,Wind,90,86928.17027,0,30,0.05,0.006,NULL,23,NULL, +155515,40,FPL Energy Vansycle LLC (OR),OR_WA_BPA,Wind,Wind,122.8,0,0,20,0,0,NULL,23,existing_generator, +1110075,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,87.19999695,57777.06375,0,20,0.06,0,NULL,23,NULL, +1110419,35,Proposed,NV_N,Central_PV,Solar,7.769999981,63458.11069,0,20,0,0.02,NULL,23,NULL, +1102860,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,57.61000061,119907.2876,0,20,0.06,0,NULL,23,NULL, +1113404,24,Proposed,CO_NW,Central_PV,Solar,15.10999966,74382.36319,0,20,0,0.02,NULL,23,NULL, +1191185360,49,Proposed,WY_SE,Wind,Wind,30,96866.8575,0,30,0.05,0.006,NULL,23,NULL, +1191183206,47,Proposed,WY_NE,Wind,Wind,30,78349.48181,0,30,0.05,0.006,NULL,23,NULL, +1116395,41,Proposed,UT_N,Central_PV,Solar,2.930000067,42573.19069,0,20,0,0.02,NULL,23,NULL, +157839,8,Pocaterra,CAN_ALB,Hydro_NonPumped,Water,12.5,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +1191210526,34,Proposed,NM_S_TX_EPE,Gas_Combustion_Turbine_Cogen,Gas,12.60000038,0,33.5769,20,0.03,0.05,6.35486,23,NULL, +1112522,27,Proposed,ID_S_OR_E,Central_PV,Solar,71.73999786,49290.87639,0,20,0,0.02,NULL,23,NULL, +1114035,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,1.370000005,108467.0647,0,20,0.06,0,NULL,23,NULL, +1110497,2,Proposed,AZ_APS_N,Central_PV,Solar,6.980000019,50635.06444,0,20,0,0.02,NULL,23,NULL, +1117833,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,5.579999924,52957.93125,0,20,0.06,0,NULL,23,NULL, +1111191,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,11.05000019,58719.64014,0,20,0.06,0,NULL,23,NULL, +155047,33,Southside Water Reclamation Plant,NM_N,Gas_Internal_Combustion_Engine,Gas,4.4,0,33.579,20,0.04,0.06,12.248,23,existing_generator, +156707,17,RCWD PV Project,CA_SCE_S,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1110649,12,Proposed,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,5.159999847,55324.99444,0,20,0.06,0,NULL,23,NULL, +1100895,23,Proposed,CO_E,CSP_Trough_No_Storage,Solar,1506.5,78887.30514,0,20,0.06,0,NULL,23,NULL, +1104785,50,Proposed,WY_SW,Central_PV,Solar,147.4600067,99173.30514,0,20,0,0.02,NULL,23,NULL, +1111321,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,4.539999962,53901.35194,0,20,0.06,0,NULL,23,NULL, +1191210547,7,Proposed,AZ_SE,Gas_Internal_Combustion_Engine_Cogen,Gas,4.199999809,0,33.5769,20,0.03,0.05,4.8479,23,NULL, +1105808,27,Proposed,ID_S_OR_E,Central_PV,Solar,66.40000153,102293.8436,0,20,0,0.02,NULL,23,NULL, +1110143,35,Proposed,NV_N,Central_PV,Solar,65.37000275,52764.60861,0,20,0,0.02,NULL,23,NULL, +1112718,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,86.15000153,49729.19889,0,20,0.06,0,NULL,23,NULL, +1117325,37,Proposed,OR_E,Central_PV,Solar,62.47999954,137054.8725,0,20,0,0.02,NULL,23,NULL, +156096,16,Foundation Cemex BMQ,CA_SCE_CEN,Wind,Wind,3,0,0,20,0,0,NULL,23,existing_generator, +1112747,16,Proposed,CA_SCE_CEN,Central_PV,Solar,13.14999962,71008.00444,0,20,0,0.02,NULL,23,NULL, +1114784,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,15.18999958,59749.87819,0,20,0,0.02,NULL,23,NULL, +1116160,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,13.39999962,201155.01,0,20,0.06,0,NULL,23,NULL, +154472,16,Ormond Beach,CA_SCE_CEN,Gas_Steam_Turbine,Gas,1612,0,6.0375,48,0.04,0.06,10.455,23,existing_generator, +156365,16,RE Camelot LLC,CA_SCE_CEN,Central_PV,Solar,45,0,0,20,0,0,NULL,23,existing_generator, +1110107,16,Proposed,CA_SCE_CEN,Central_PV,Solar,7.690000057,99778.74375,0,20,0,0.02,NULL,23,NULL, +156641,17,Buidling L,CA_SCE_S,Central_PV,Solar,1,0,0,20,0,0,NULL,23,existing_generator, +154361,6,Kyrene,AZ_PHX,Gas_Combustion_Turbine,Gas,173.7,0,6.0375,40,0.04,0.06,11.333,23,existing_generator, +156747,22,Weld 1 Community Solar Array,CO_DEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1108017,14,Proposed,CA_PGE_N,CSP_Trough_No_Storage,Solar,3.809999943,74145.57056,0,20,0.06,0,NULL,23,NULL, +1109951,35,Proposed,NV_N,Central_PV,Solar,9.119999886,81072.27639,0,20,0,0.02,NULL,23,NULL, +157107,27,Clif Bar Bakery of Twin Falls,ID_S_OR_E,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1191209494,25,Proposed,CO_SW,CCGT,Gas,NULL," 69,511.67 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +156472,17,Anaheim Solar Energy Plant,CA_SCE_S,Central_PV,Solar,2.1,0,0,20,0,0,NULL,23,existing_generator, +1191210516,50,Proposed,WY_SW,Gas_Steam_Turbine_Cogen,Gas,11.5,0,4.456347,40,0.1288,0.0915,10.0001,23,NULL, +1191184020,46,Proposed,WA_W,Wind,Wind,30,57149.89014,0,30,0.05,0.006,NULL,23,NULL, +1106401,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,51.33000183,52730.19486,0,20,0.06,0,NULL,23,NULL, +1191183766,40,Proposed,OR_WA_BPA,Wind,Wind,8460,61966.96611,0,30,0.05,0.006,NULL,23,NULL, +155919,13,Foundation ST,CA_PGE_CEN,Wind,Wind,2,0,0,20,0,0,NULL,23,existing_generator, +1118356,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,5.289999962,75665.33194,0,20,0.06,0,NULL,23,NULL, +154438,13,A G Wishon,CA_PGE_CEN,Hydro_NonPumped,Water,12.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108732,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,9.770000458,44272.62431,0,20,0.06,0,NULL,23,NULL, +1109994,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,30.10000038,53983.57986,0,20,0.06,0,NULL,23,NULL, +155348,13,Spicer Meadow Project,CA_PGE_CEN,Hydro_NonPumped,Water,5.9,0,0,200,0.05,0.05,NULL,23,existing_generator, +155235,35,Stillwater Facility,NV_N,Geothermal,Geothermal,47.2,0,36.2145,20,0,0,NULL,23,existing_generator, +1114297,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,37.25999832,68452.93444,0,20,0.06,0,NULL,23,NULL, +1118836,5,Proposed,AZ_NW,CSP_Trough_6h_Storage,Solar,12.40999985,47784.03431,0,20,0.06,0,NULL,23,NULL, +154738,42,Upper Beaver,UT_S,Hydro_NonPumped,Water,2.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +156807,42,Quichapa 3,UT_S,Central_PV,Solar,3,0,0,20,0,0,NULL,23,existing_generator, +1111337,2,Proposed,AZ_APS_N,Central_PV,Solar,28.69000053,72459.29681,0,20,0,0.02,NULL,23,NULL, +158070,8,Wind_EP_Can_12,CAN_ALB,Wind,Wind,70.5,0,0,30,0.05,0.006,NULL,23,existing_generator, +1191185544,30,Proposed,MT_NW,Wind,Wind,30,74050.17806,0,30,0.05,0.006,NULL,23,NULL, +154465,19,Kaweah 3,CA_SCE_VLY,Hydro_NonPumped,Water,4.8,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116158,36,Proposed,NV_S,Central_PV,Solar,13.39999962,201155.01,0,20,0,0.02,NULL,23,NULL, +1191210393,27,Proposed,ID_S_OR_E,Coal_Steam_Turbine_Cogen,Coal,10.19999981,0,4.166232,40,0.06,0.1,4.91076,23,NULL, +1112696,16,Proposed,CA_SCE_CEN,Central_PV,Solar,3.190000057,76443.32514,0,20,0,0.02,NULL,23,NULL, +156541,16,SEPV 18,CA_SCE_CEN,Central_PV,Solar,2,0,0,20,0,0,NULL,23,existing_generator, +1102988,28,Proposed,MEX_BAJA,Central_PV,Solar,137.7200012,102451.2997,0,20,0,0.02,NULL,23,NULL, +1107723,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,80.16999817,67821.6525,0,20,0.06,0,NULL,23,NULL, +1191183176,31,Proposed,MT_SE,Wind,Wind,60,68876.40375,0,30,0.05,0.006,NULL,23,NULL, +1191182535,36,Proposed,NV_S,Wind,Wind,60,113771.1311,0,30,0.05,0.006,NULL,23,NULL, +1191185488,43,Proposed,WA_ID_AVA,Wind,Wind,360,61055.06306,0,30,0.05,0.006,NULL,23,NULL, +1107782,3,Proposed,AZ_APS_SW,Central_PV,Solar,38.38000107,68057.95931,0,20,0,0.02,NULL,23,NULL, +1114829,4,Proposed,AZ_NM_N,Central_PV,Solar,18.63999939,79684.85889,0,20,0,0.02,NULL,23,NULL, +1001251,33,Proposed,NM_N,Commercial_PV,Solar,12.3416996,0,0,20,0,0.02,NULL,23,NULL, +1191183355,22,Proposed,CO_DEN,Wind,Wind,60,43411.91736,0,30,0.05,0.006,NULL,23,NULL, +1101775,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,1825.209961,90414.33598,0,20,0.06,0,NULL,23,NULL, +1110271,26,Proposed,ID_E,CSP_Trough_6h_Storage,Solar,7.75,53882.39514,0,20,0.06,0,NULL,23,NULL, +1191210124,14,Proposed,CA_PGE_N,Geothermal,Geothermal,38,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1001891,16,Proposed,CA_SCE_CEN,Commercial_PV,Solar,1579.77002,0,0,20,0,0.02,NULL,23,NULL, +1110028,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,31.60000038,59525.52375,0,20,0.06,0,NULL,23,NULL, +1112990,1,Proposed,AZ_APS_E,Central_PV,Solar,22.38999939," 75,311.17 ",0,20,0,0.02,NULL,23,NULL, +1118727,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,5.119999886,69040.14264,0,20,0.06,0,NULL,23,NULL, +154671,29,Morony,MT_NE,Hydro_NonPumped,Water,63,0,0,200,0.05,0.05,NULL,23,existing_generator, +1116714,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,5.820000172,77257.0575,0,20,0.06,0,NULL,23,NULL, +1191184244,47,Proposed,WY_NE,Wind,Wind,150,75972.15486,0,30,0.05,0.006,NULL,23,NULL, +1000397,49,Proposed,WY_SE,Commercial_PV,Solar,232.9380035,0,0,20,0,0.02,NULL,23,NULL, +1191185667,14,Proposed,CA_PGE_N,Offshore_Wind,Wind,270,104638.8086,0,30,0.05,0.006,NULL,23,NULL, +1105990,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,80.94000244,46799.44069,0,20,0.06,0,NULL,23,NULL, +155097,13,Marina Landfill Gas,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4,0,6.0375,20,0.04,0.06,11.057,23,existing_generator, +1191210442,17,Proposed,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,46,0,33.5769,20,0.03,0.05,8.19162,23,NULL, +154537,14,Ralston,CA_PGE_N,Hydro_NonPumped,Water,79.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118764,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,7.059999943,69665.505,0,20,0.06,0,NULL,23,NULL, +1191209527,8,Proposed,CAN_ALB,Gas_Combustion_Turbine,Gas,NULL,77646.11306,33.5769,20,0.03,0.05,10.39,23,NULL, +1191182427,26,Proposed,ID_E,Wind,Wind,60,56864.92014,0,30,0.05,0.006,NULL,23,NULL, +1115162,16,Proposed,CA_SCE_CEN,Central_PV,Solar,6.989999771,66384.12375,0,20,0,0.02,NULL,23,NULL, +155590,27,Golden Valley Wind Park LLC,ID_S_OR_E,Wind,Wind,12,0,0,20,0,0,NULL,23,existing_generator, +1110493,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,122.6900024,44285.90681,0,20,0.06,0,NULL,23,NULL, +1000388,16,Proposed,CA_SCE_CEN,Residential_PV,Solar,79.28700256,0,0,20,0,0.02,NULL,23,NULL, +1105484,36,Proposed,NV_S,Central_PV,Solar,6.760000229,72149.69569,0,20,0,0.02,NULL,23,NULL, +155766,23,Cedar Creek II,CO_E,Wind,Wind,248.3,0,0,20,0,0,NULL,23,existing_generator, +1191185004,23,Proposed,CO_E,Wind,Wind,90,45328.70569,0,30,0.05,0.006,NULL,23,NULL, +1113531,3,Proposed,AZ_APS_SW,CSP_Trough_No_Storage,Solar,38.5,47376.86625,0,20,0.06,0,NULL,23,NULL, +1109928,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,39.40000153,52388.47236,0,20,0.06,0,NULL,23,NULL, +1103215,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1145.22998,57774.40819,0,20,0.06,0,NULL,23,NULL, +1191209763,44,Proposed,WA_N_CEN,Battery_Storage,Electricity,NULL,77646.11306,0,10,0.02,0.0055,NULL,23,NULL, +1191184014,38,Proposed,OR_PDX,Wind,Wind,30,45210.73389,0,30,0.05,0.006,NULL,23,NULL, +1191185419,22,Proposed,CO_DEN,Wind,Wind,30,57204.46819,0,30,0.05,0.006,NULL,23,NULL, +1191210372,15,Proposed,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,6,0,33.5769,20,0.03,0.05,5.02488,23,NULL, +156819,6,T0588 Phoenix - AZ,AZ_PHX,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +1191185679,39,Proposed,OR_W,Offshore_Wind,Wind,1380,98487.3225,0,30,0.05,0.006,NULL,23,NULL, +1001143,22,Proposed,CO_DEN,Commercial_PV,Solar,12.50129986,0,0,20,0,0.02,NULL,23,NULL, +1105208,41,Proposed,UT_N,Central_PV,Solar,4.380000114,64919.54889,0,20,0,0.02,NULL,23,NULL, +1105996,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,5.400000095,72671.09514,0,20,0.06,0,NULL,23,NULL, +1113560,36,Proposed,NV_S,Central_PV,Solar,6.860000134,62994.19014,0,20,0,0.02,NULL,23,NULL, +1191184044,46,Proposed,WA_W,Wind,Wind,30,60930.57264,0,30,0.05,0.006,NULL,23,NULL, +1110519,36,Proposed,NV_S,CSP_Trough_No_Storage,Solar,28.63999939,181356.84,0,20,0.06,0,NULL,23,NULL, +1113063,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,20.94000053,85335.83625,0,20,0.06,0,NULL,23,NULL, +155504,13,Tracy Combined Cycle Power Plant,CA_PGE_CEN,CCGT,Gas,336.1,0,5.9409,40,0.04,0.06,17.719,23,existing_generator, +156233,15,Vintner Solar,CA_PGE_S,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1191185283,25,Proposed,CO_SW,Wind,Wind,120,37442.88403,0,30,0.05,0.006,NULL,23,NULL, +1110022,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,18.13999939,57301.18611,0,20,0.06,0,NULL,23,NULL, +154911,18,Headgate Rock,CA_SCE_SE,Hydro_NonPumped,Water,19.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1107647,15,Proposed,CA_PGE_S,Central_PV,Solar,2.109999895,83660.55264,0,20,0,0.02,NULL,23,NULL, +1100498,15,Proposed,CA_PGE_S,Central_PV,Solar,92.94000244,75747.07875,0,20,0,0.02,NULL,23,NULL, +1191184083,46,Proposed,WA_W,Wind,Wind,30,45152.52861,0,30,0.05,0.006,NULL,23,NULL, +154986,22,Fort Lupton,CO_DEN,Gas_Combustion_Turbine,Gas,100.8,0,6.0375,54,0.04,0.06,17.3,23,existing_generator, +1191184388,35,Proposed,NV_N,Wind,Wind,30,85104.35473,0,30,0.05,0.006,NULL,23,NULL, +1002027,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,125.3740005,0,0,20,0,0.02,NULL,23,NULL, +1112680,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,103.3700027,63948.59625,0,20,0.06,0,NULL,23,NULL, +1104515,16,Proposed,CA_SCE_CEN,Central_PV,Solar,1.730000019,59177.16,0,20,0,0.02,NULL,23,NULL, +1114689,13,Proposed,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,54.45000076,61487.95181,0,20,0.06,0,NULL,23,NULL, +1191183188,47,Proposed,WY_NE,Wind,Wind,30,69954.94181,0,30,0.05,0.006,NULL,23,NULL, +155931,21,SMUD at Van Conett,CA_SMUD,Central_PV,Solar,2.9,0,0,20,0,0,NULL,23,existing_generator, +1102193,13,Proposed,CA_PGE_CEN,Central_PV,Solar,91.75,56063.14014,0,20,0,0.02,NULL,23,NULL, +1109240,3,Proposed,AZ_APS_SW,Central_PV,Solar,26.95999908,53130.72639,0,20,0,0.02,NULL,23,NULL, +1115619,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,4.309999943,75919.02486,0,20,0.06,0,NULL,23,NULL, +1001615,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,21.07430077,0,0,20,0,0.02,NULL,23,NULL, +1106857,3,Proposed,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,13.77999973,116644.7453,0,20,0.06,0,NULL,23,NULL, +154650,26,Soda,ID_E,Hydro_NonPumped,Water,14.5,0,0,200,0.05,0.05,NULL,23,existing_generator, +1108461,40,Proposed,OR_WA_BPA,CSP_Trough_No_Storage,Solar,24.53000069,46962.57111,0,20,0.06,0,NULL,23,NULL, +1191185170,23,Proposed,CO_E,Wind,Wind,300,62482.45069,0,30,0.05,0.006,NULL,23,NULL, +1109523,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,9.899999619,69496.81819,0,20,0.06,0,NULL,23,NULL, +1191209422,9,Proposed,CAN_BC,Geothermal,Geothermal,16,305284.98,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1108948,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.53000021,50720.67431,0,20,0.06,0,NULL,23,NULL, +1191184017,46,Proposed,WA_W,Wind,Wind,30,55669.3725,0,30,0.05,0.006,NULL,23,NULL, +1191209368,9,Proposed,CAN_BC,Geothermal,Geothermal,90,162073.065,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191185464,43,Proposed,WA_ID_AVA,Wind,Wind,30,43103.76431,0,30,0.05,0.006,NULL,23,NULL, +1117859,35,Proposed,NV_N,Central_PV,Solar,2.019999981,51764.07694,0,20,0,0.02,NULL,23,NULL, +1000468,33,Proposed,NM_N,Residential_PV,Solar,2980.909912,0,0,20,0,0.02,NULL,23,NULL, +156858,22,Panasonic Carport Solar,CO_DEN,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +156354,13,2097 Helton Solar Project,CA_PGE_CEN,Central_PV,Solar,1.5,0,0,20,0,0,NULL,23,existing_generator, +1108658,33,Proposed,NM_N,Central_PV,Solar,63.56000137,90001.0125,0,20,0,0.02,NULL,23,NULL, +157105,44,Fumaria Solar Project,WA_N_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1116883,37,Proposed,OR_E,CSP_Trough_6h_Storage,Solar,3.710000038,68981.33361,0,20,0.06,0,NULL,23,NULL, +1191185190,22,Proposed,CO_DEN,Wind,Wind,30,43025.64,0,30,0.05,0.006,NULL,23,NULL, +1191209282,35,Proposed,NV_N,Geothermal,Geothermal,8,72298.33611,34.812225,30,0.0075,0.0241,NULL,23,NULL, +156248,2,Lake Pleasant WTP,AZ_APS_N,Central_PV,Solar,6.5,0,0,20,0,0,NULL,23,existing_generator, +1100777,3,Proposed,AZ_APS_SW,Central_PV,Solar,185.6900024,109464.1013,0,20,0,0.02,NULL,23,NULL, +1104796,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,5.860000134,97186.96764,0,20,0.06,0,NULL,23,NULL, +154405,14,James B Black,CA_PGE_N,Hydro_NonPumped,Water,168.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1114023,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,35.65000153,66926.29125,0,20,0.06,0,NULL,23,NULL, +1191210851,8,Proposed,CAN_ALB,Wind,Wind,2281.159912,47007.85236,0,30,0.05,0.006,NULL,23,NULL, +156825,27,Head of U Canal Hydro Project,ID_S_OR_E,Hydro_NonPumped,Water,1.2,0,0,200,0.05,0.05,NULL,23,existing_generator, +156223,36,Apex Solar PV Power Project,NV_S,Central_PV,Solar,20,0,0,20,0,0,NULL,23,existing_generator, +1191209336,35,Proposed,NV_N,Geothermal,Geothermal,8,59280.03806,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1109554,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,1.539999962,64273.53639,0,20,0.06,0,NULL,23,NULL, +1116993,17,Proposed,CA_SCE_S,CSP_Trough_No_Storage,Solar,2.180000067,91827.83736,0,20,0.06,0,NULL,23,NULL, +1191183951,27,Proposed,ID_S_OR_E,Wind,Wind,30,40156.37944,0,30,0.05,0.006,NULL,23,NULL, +1118252,35,Proposed,NV_N,Central_PV,Solar,55.22999954,96051.91764,0,20,0,0.02,NULL,23,NULL, +1191182599,30,Proposed,MT_NW,Wind,Wind,30,68621.38069,0,30,0.05,0.006,NULL,23,NULL, +1191183872,37,Proposed,OR_E,Wind,Wind,60,60857.51889,0,30,0.05,0.006,NULL,23,NULL, +1109192,2,Proposed,AZ_APS_N,Central_PV,Solar,2.170000076,154713.3525,0,20,0,0.02,NULL,23,NULL, +1114034,36,Proposed,NV_S,Central_PV,Solar,1.370000005,108467.0647,0,20,0,0.02,NULL,23,NULL, +1191185320,25,Proposed,CO_SW,Wind,Wind,30,66814.47486,0,30,0.05,0.006,NULL,23,NULL, +154900,42,St George Red Rock,UT_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,14,0,33.579,20,0.04,0.06,9.877,23,existing_generator, +1109547,2,Proposed,AZ_APS_N,CSP_Trough_No_Storage,Solar,16.5,71935.48236,0,20,0.06,0,NULL,23,NULL, +156200,16,Houweling Nurseries,CA_SCE_CEN,Gas_Internal_Combustion_Engine,Gas,13.2,0,33.579,20,0.04,0.06,9.634,23,existing_generator, +1105930,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,8.550000191,63597.21375,0,20,0.06,0,NULL,23,NULL, +1191182367,32,Proposed,MT_SW,Wind,Wind,570,88061.16375,0,30,0.05,0.006,NULL,23,NULL, +1114339,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.340000153,58782.67069,0,20,0.06,0,NULL,23,NULL, +1107803,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,6.340000153,46962.33056,0,20,0,0.02,NULL,23,NULL, +1106262,22,Proposed,CO_DEN,CSP_Trough_No_Storage,Solar,47.00999832,51047.54361,0,20,0.06,0,NULL,23,NULL, +1191183338,24,Proposed,CO_NW,Wind,Wind,30,61382.17764,0,30,0.05,0.006,NULL,23,NULL, +156647,12,Whitethorn Solar LLC,CA_PGE_BAY,Central_PV,Solar,3.3,0,0,20,0,0,NULL,23,existing_generator, +1191182704,39,Proposed,OR_W,Wind,Wind,30,59485.79889,0,30,0.05,0.006,NULL,23,NULL, +77352,16,Tehachapi: 20,CA_SCE_CEN,Wind,Wind,82,86836.05,0,30,0.05,0.006,NULL,23,NULL, +1191184072,46,Proposed,WA_W,Wind,Wind,30,73387.98694,0,30,0.05,0.006,NULL,23,NULL, +77488,10,PalmSprings: 1550,CA_IID,Wind,Wind,32,48799.8,0,30,0.05,0.006,NULL,23,NULL, +1113097,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,2.25999999,218037.0675,0,20,0.06,0,NULL,23,NULL, +1191185434,22,Proposed,CO_DEN,Wind,Wind,30,74695.58681,0,30,0.05,0.006,NULL,23,NULL, +1107234,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,32.04000092,72584.51361,0,20,0.06,0,NULL,23,NULL, +1116999,4,Proposed,AZ_NM_N,CSP_Trough_No_Storage,Solar,9.5,87195.50889,0,20,0.06,0,NULL,23,NULL, +1191210084,28,Proposed,MEX_BAJA,Geothermal,Geothermal,35.70000076,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209518,49,Proposed,WY_SE,CCGT,Gas,NULL," 72,469.68 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1110922,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,4.559999943,94463.9325,0,20,0.06,0,NULL,23,NULL, +154340,46,Frederickson,WA_W,Gas_Combustion_Turbine,Gas,177.8,0,6.0375,40,0.04,0.06,10.611,23,existing_generator, +155282,16,Berry Placerita Cogen,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,42.8,0,6.0375,40,0.04,0.06,10.868,23,existing_generator, +1191209371,9,Proposed,CAN_BC,Geothermal,Geothermal,45,50207.72736,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1191209521,2,Proposed,AZ_APS_N,Gas_Combustion_Turbine,Gas,NULL,69511.67139,33.5769,20,0.03,0.05,10.39,23,NULL, +156350,16,MCAGCC Cogen Plant,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,16.4,0,6.0375,40,0.04,0.06,9.663,23,existing_generator, +1110509,2,Proposed,AZ_APS_N,Central_PV,Solar,14.81999969,86402.05875,0,20,0,0.02,NULL,23,NULL, +154829,46,Ross,WA_W,Hydro_NonPumped,Water,450,0,0,200,0.05,0.05,NULL,23,existing_generator, +1110169,18,Proposed,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,2.819999933,80668.84875,0,20,0.06,0,NULL,23,NULL, +1111304,35,Proposed,NV_N,Central_PV,Solar,48.52000046,79925.15139,0,20,0,0.02,NULL,23,NULL, +1111634,41,Proposed,UT_N,Central_PV,Solar,1.320000052,65313.79764,0,20,0,0.02,NULL,23,NULL, +156502,26,Bannock County LFG to Energy,ID_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,0,6.0375,20,0.04,0.06,10.629,23,existing_generator, +1191185369,22,Proposed,CO_DEN,Wind,Wind,510,42215.77069,0,30,0.05,0.006,NULL,23,NULL, +156705,35,Don A Campbell 2 Geothermal,NV_N,Geothermal,Geothermal,25,0,36.2145,20,0,0,NULL,23,existing_generator, +1109993,34,Proposed,NM_S_TX_EPE,Central_PV,Solar,30.10000038,53983.57986,0,20,0,0.02,NULL,23,NULL, +155706,35,NGP Blue Mountain I LLC,NV_N,Geothermal,Geothermal,63.9,0,36.2145,20,0,0,NULL,23,existing_generator, +155661,13,Panoche Energy Center,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,432,0,6.0375,40,0.04,0.06,9.104,23,existing_generator, +1191209513,44,Proposed,WA_N_CEN,CCGT,Gas,NULL," 77,646.11 ",4.1213235,20,0.04,0.06,6.705,23,NULL, +1117292,41,Proposed,UT_N,Central_PV,Solar,46.41999817,70500.61389,0,20,0,0.02,NULL,23,NULL, +156306,33,Blue Sky One,NM_N,Central_PV,Solar,1.3,0,0,20,0,0,NULL,23,existing_generator, +1108197,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,10.03999996,47395.94569,0,20,0.06,0,NULL,23,NULL, +157988,8,NrthPrairie1,CAN_ALB,Gas_Combustion_Turbine,Gas,99,0,35.25579912,20,0.03,0.05,10.64000034,23,existing_generator, +77413,16,Tehachapi: 514,CA_SCE_CEN,Wind,Wind,31,86816.1,0,30,0.05,0.006,NULL,23,NULL, +1114343,4,Proposed,AZ_NM_N,Central_PV,Solar,2.789999962,46353.51,0,20,0,0.02,NULL,23,NULL, +154444,10,Drop 5,CA_IID,Hydro_NonPumped,Water,4,0,0,200,0.05,0.05,NULL,23,existing_generator, +1113464,4,Proposed,AZ_NM_N,Central_PV,Solar,19.28000069,86480.18777,0,20,0,0.02,NULL,23,NULL, +154856,46,Cedar Falls (WA),WA_W,Hydro_NonPumped,Water,30,0,0,200,0.05,0.05,NULL,23,existing_generator, +1191182804,49,Proposed,WY_SE,Wind,Wind,17280,38920.14,0,30,0.05,0.006,NULL,23,NULL, +1191184052,46,Proposed,WA_W,Wind,Wind,30,66260.95875,0,30,0.05,0.006,NULL,23,NULL, +1191210538,13,Proposed,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,1.5,0,16.0398,20,0.11,0.04,5.35163,23,NULL, +1191182708,39,Proposed,OR_W,Wind,Wind,60,61907.19486,0,30,0.05,0.006,NULL,23,NULL, +1104147,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,196.0700073," 102,366.54 ",0,20,0.06,0,NULL,23,NULL, +1191182428,26,Proposed,ID_E,Wind,Wind,30,76171.87819,0,30,0.05,0.006,NULL,23,NULL, +1191183401,4,Proposed,AZ_NM_N,Wind,Wind,90,97191.92027,0,30,0.05,0.006,NULL,23,NULL, +1191184379,35,Proposed,NV_N,Wind,Wind,30,50271.60694,0,30,0.05,0.006,NULL,23,NULL, +77416,16,Tehachapi: 517,CA_SCE_CEN,Wind,Wind,44,42080.85,0,30,0.05,0.006,NULL,23,NULL, +1117010,17,Proposed,CA_SCE_S,Central_PV,Solar,2.279999971,58658.53875,0,20,0,0.02,NULL,23,NULL, +1118784,10,Proposed,CA_IID,CSP_Trough_No_Storage,Solar,1.960000038,53783.49806,0,20,0.06,0,NULL,23,NULL, +156196,16,Victor Dry Farm Ranch B,CA_SCE_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1001351,6,Proposed,AZ_PHX,Commercial_PV,Solar,39.70949936,0,0,20,0,0.02,NULL,23,NULL, +1116625,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,70.61000061,67862.46694,0,20,0.06,0,NULL,23,NULL, +1191209747,28,Proposed,MEX_BAJA,Battery_Storage,Electricity,NULL,69511.67139,0,10,0.02,0.0055,NULL,23,NULL, +1100128,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,105.7600021,52303.34361,0,20,0.06,0,NULL,23,NULL, +156438,16,Hecate Energy Beacon Solar 1,CA_SCE_CEN,Central_PV,Solar,56,0,0,20,0,0,NULL,23,existing_generator, +156340,33,Prosperity Energy Storage Facility,NM_N,Battery_Storage,Electricity,0.8,0,0,10,0.02,0.0055,NULL,23,existing_generator, +1102987,28,Proposed,MEX_BAJA,CSP_Trough_6h_Storage,Solar,1081.449951,49564.73361,0,20,0.06,0,NULL,23,NULL, +1106633,32,Proposed,MT_SW,Central_PV,Solar,3.75999999,62247.70986,0,20,0,0.02,NULL,23,NULL, +1117511,36,Proposed,NV_S,Central_PV,Solar,1.379999995,80936.91375,0,20,0,0.02,NULL,23,NULL, +156053,16,Brookfield Tehachapi 1,CA_SCE_CEN,Wind,Wind,102,0,0,20,0,0,NULL,23,existing_generator, +1106468,36,Proposed,NV_S,Central_PV,Solar,4.760000229,186029.865,0,20,0,0.02,NULL,23,NULL, +1001345,34,Proposed,NM_S_TX_EPE,Commercial_PV,Solar,4.143599987,0,0,20,0,0.02,NULL,23,NULL, +155581,40,Big Horn Wind Project,OR_WA_BPA,Wind,Wind,199,0,0,20,0,0,NULL,23,existing_generator, +156916,22,Titan Solar,CO_DEN,Central_PV,Solar,50,0,0,20,0,0,NULL,23,existing_generator, +1103014,8,Proposed,CAN_ALB,CSP_Trough_6h_Storage,Solar,85.66000366,94264.33652,0,20,0.06,0,NULL,23,NULL, +1108728,1,Proposed,AZ_APS_E,CSP_Trough_No_Storage,Solar,44.56000137," 77,550.84 ",0,20,0.06,0,NULL,23,NULL, +1191209363,37,Proposed,OR_E,Geothermal,Geothermal,16,77320.45125,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1105619,32,Proposed,MT_SW,Central_PV,Solar,8.18999958,87412.73625,0,20,0,0.02,NULL,23,NULL, +156544,16,Lancaster WAD B,CA_SCE_CEN,Central_PV,Solar,5,0,0,20,0,0,NULL,23,existing_generator, +1110197,35,Proposed,NV_N,Central_PV,Solar,21.42000008,107512.0549,0,20,0,0.02,NULL,23,NULL, +1113555,35,Proposed,NV_N,CSP_Trough_No_Storage,Solar,17.95000076,43805.685,0,20,0.06,0,NULL,23,NULL, +1191185549,43,Proposed,WA_ID_AVA,Wind,Wind,30,48489.81806,0,30,0.05,0.006,NULL,23,NULL, +1116565,16,Proposed,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,51.91999817,67858.48125,0,20,0.06,0,NULL,23,NULL, +1191210577,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,95,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +154804,3,Palo Verde,AZ_APS_SW,Nuclear,Uranium,4209.6,0,0.567,80,0.04,0.06,11.189,23,existing_generator, +157918,9,Skookum_Creek,CAN_BC,Hydro_NonPumped,Water,16,0,7.074742403,200,0.05,0.019,NULL,23,existing_generator, +154721,39,Big Cliff,OR_W,Hydro_NonPumped,Water,18,0,0,200,0.05,0.05,NULL,23,existing_generator, +1117474,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,41.24000168," 74,194.60 ",0,20,0.06,0,NULL,23,NULL, +158000,9,MillerCrk,CAN_BC,Gas_Combustion_Turbine,Gas,32,0,35.25579912,20,0.03,0.05,10.80000019,23,existing_generator, +1113019,41,Proposed,UT_N,CSP_Trough_6h_Storage,Solar,27.63999939,76342.61681,0,20,0.06,0,NULL,23,NULL, +1111810,36,Proposed,NV_S,CSP_Trough_6h_Storage,Solar,6.210000038,56156.96194,0,20,0.06,0,NULL,23,NULL, +1191209526,7,Proposed,AZ_SE,Gas_Combustion_Turbine,Gas,NULL,69511.67139,33.5769,20,0.03,0.05,10.39,23,NULL, +1105983,7,Proposed,AZ_SE,CSP_Trough_No_Storage,Solar,93.70999908,42734.6325,0,20,0.06,0,NULL,23,NULL, +1112501,39,Proposed,OR_W,Central_PV,Solar,2.589999914,78709.80264,0,20,0,0.02,NULL,23,NULL, +154773,44,Wells,WA_N_CEN,Hydro_NonPumped,Water,696.6,0,0,200,0.05,0.05,NULL,23,existing_generator, +1118131,14,Proposed,CA_PGE_N,CSP_Trough_6h_Storage,Solar,4.099999905,73567.78181,0,20,0.06,0,NULL,23,NULL, +1108225,2,Proposed,AZ_APS_N,CSP_Trough_6h_Storage,Solar,8.289999962,71276.18736,0,20,0.06,0,NULL,23,NULL, +1191182927,49,Proposed,WY_SE,Wind,Wind,90,83865.82764,0,30,0.05,0.006,NULL,23,NULL, +1191210119,35,Proposed,NV_N,Geothermal,Geothermal,22.60000038,0,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1104085,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,163.1399994," 95,718.28 ",0,20,0.06,0,NULL,23,NULL, +1105417,33,Proposed,NM_N,CSP_Trough_6h_Storage,Solar,10.46000004,52805.54569,0,20,0.06,0,NULL,23,NULL, +1118742,18,Proposed,CA_SCE_SE,CSP_Trough_No_Storage,Solar,37.79999924,57222.45806,0,20,0.06,0,NULL,23,NULL, +1114870,1,Proposed,AZ_APS_E,CSP_Trough_6h_Storage,Solar,16.61000061," 75,407.29 ",0,20,0.06,0,NULL,23,NULL, +1102458,47,Proposed,WY_NE,CSP_Trough_No_Storage,Solar,1.299999952,75727.75875,0,20,0.06,0,NULL,23,NULL, +1107756,34,Proposed,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,24.65999985,66938.24361,0,20,0.06,0,NULL,23,NULL, +154352,7,Demoss Petrie,AZ_SE,Gas_Combustion_Turbine,Gas,85,0,6.0375,40,0.04,0.06,10.314,23,existing_generator, +1113570,16,Proposed,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,4.96999979,56124.6,0,20,0.06,0,NULL,23,NULL, +1191183235,41,Proposed,UT_N,Wind,Wind,90,49414.64514,0,30,0.05,0.006,NULL,23,NULL, +1106256,24,Proposed,CO_NW,CSP_Trough_No_Storage,Solar,1.840000033,38848.29375,0,20,0.06,0,NULL,23,NULL, +155108,31,Colstrip Energy LP,MT_SE,Coal_Steam_Turbine,Coal,46.1,0,5.2164,40,0.04,0.06,11.428,23,existing_generator, +1116532,10,Proposed,CA_IID,CSP_Trough_6h_Storage,Solar,19.29999924,77672.80069,0,20,0.06,0,NULL,23,NULL, +1117439,35,Proposed,NV_N,Central_PV,Solar,28.11000061,130001.865,0,20,0,0.02,NULL,23,NULL, +156198,16,Sunshine Gas Producers,CA_SCE_CEN,Bio_Gas,Bio_Gas,23,0,6.0375,20,0.03,0.05,11.787,23,existing_generator, +155021,14,Sierra Pacific Lincoln Facility,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,19.2,0,13.35495,20,0.04,0.06,16.622,23,existing_generator, +1191210583,8,Proposed,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,45,0,33.5769,20,0.03,0.05,6.13077,23,NULL, +1117375,7,Proposed,AZ_SE,CSP_Trough_6h_Storage,Solar,58.83000183,41710.79514,0,20,0.06,0,NULL,23,NULL, +1191182474,36,Proposed,NV_S,Wind,Wind,30,163148.9475,0,30,0.05,0.006,NULL,23,NULL, +154621,46,Fredonia,WA_W,Gas_Combustion_Turbine,Gas,376,0,6.0375,40,0.04,0.06,10.572,23,existing_generator, +1191185651,46,Proposed,WA_W,Offshore_Wind,Wind,30,59979.54375,0,30,0.05,0.006,NULL,23,NULL, +155811,11,Metro Support Services Center Solar,CA_LADWP,Central_PV,Solar,1.2,0,0,20,0,0,NULL,23,existing_generator, +158045,8,ELMWORTH_5,CAN_ALB,Gas_Internal_Combustion_Engine,Gas,8,0,35.25579912,20,0.03,0.05,10.11509991,23,existing_generator, +1103040,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,4.190000057,76227.42319,0,20,0.06,0,NULL,23,NULL, +1116461,15,Proposed,CA_PGE_S,Central_PV,Solar,1.389999986,92847.09,0,20,0,0.02,NULL,23,NULL, +155508,17,Agua Mansa Power Plant,CA_SCE_S,Gas_Combustion_Turbine,Gas,60.5,0,6.0375,40,0.04,0.06,11.924,23,existing_generator, +155036,14,Haypress,CA_PGE_N,Hydro_NonPumped,Water,10,0,0,200,0.05,0.05,NULL,23,existing_generator, +155220,43,Clearwater Paper IPP Lewiston,WA_ID_AVA,ST,Bio_Liquid,93.8,0,13.35495,20,0.04,0.06,11.855,23,existing_generator, +1118229,15,Proposed,CA_PGE_S,CSP_Trough_No_Storage,Solar,2.109999895,52470.10125,0,20,0.06,0,NULL,23,NULL, +1117456,6,Proposed,AZ_PHX,CSP_Trough_6h_Storage,Solar,49.79000092,77351.48306,0,20,0.06,0,NULL,23,NULL, +1191185125,23,Proposed,CO_E,Wind,Wind,60,52021.515,0,30,0.05,0.006,NULL,23,NULL, +1191184099,42,Proposed,UT_S,Wind,Wind,300,92733.70764,0,30,0.05,0.006,NULL,23,NULL, +1191210452,12,Proposed,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,6,0,33.5769,20,0.03,0.05,5.85946,23,NULL, +154586,25,Center,CO_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.5,0,33.579,20,0.04,0.06,9.462,23,existing_generator, +158069,8,Wind_EP_Can_11,CAN_ALB,Wind,Wind,6.5,0,0,30,0.05,0.006,NULL,23,existing_generator, +1112358,30,Proposed,MT_NW,CSP_Trough_No_Storage,Solar,3.650000095,41000.29931,0,20,0.06,0,NULL,23,NULL, +1105994,2,Proposed,AZ_APS_N,Central_PV,Solar,5.400000095,72671.09514,0,20,0,0.02,NULL,23,NULL, +1115312,5,Proposed,AZ_NW,Central_PV,Solar,13.40999985,114979.3575,0,20,0,0.02,NULL,23,NULL, +1191209268,16,Proposed,CA_SCE_CEN,Geothermal,Geothermal,40,45462.13444,34.812225,30,0.0075,0.0241,NULL,23,NULL, +1115962,17,Proposed,CA_SCE_S,CSP_Trough_6h_Storage,Solar,17.5,49485.64236,0,20,0.06,0,NULL,23,NULL, +77367,16,Tehachapi: 38,CA_SCE_CEN,Wind,Wind,27,87089.1,0,30,0.05,0.006,NULL,23,NULL, +1102521,49,Proposed,WY_SE,CSP_Trough_No_Storage,Solar,3,49411.86694,0,20,0.06,0,NULL,23,NULL, \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/testing/baseline_total_capacity_by_gen_tech_energy_source_existing_candidate.csv b/switch_model/wecc/database/baseline_creation/testing/baseline_total_capacity_by_gen_tech_energy_source_existing_candidate.csv new file mode 100644 index 000000000..0010a52c5 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/testing/baseline_total_capacity_by_gen_tech_energy_source_existing_candidate.csv @@ -0,0 +1,1047 @@ +load_zone_id,load_zone_name,gen_tech,energy_source,capacity_limit_mw,existing_or_candidate_generator,existing_generator +1,AZ_APS_E,Battery_Storage,Electricity,2,23,existing_generator +1,AZ_APS_E,Bio_Solid_Steam_Turbine,Bio_Solid,27.2,23,existing_generator +1,AZ_APS_E,Central_PV,Solar,13.4,23,existing_generator +1,AZ_APS_E,Coal_Steam_Turbine,Coal,3427.5,23,existing_generator +1,AZ_APS_E,Wind,Wind,128.1,23,existing_generator +2,AZ_APS_N,Central_PV,Solar,55,23,existing_generator +2,AZ_APS_N,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,3,23,existing_generator +2,AZ_APS_N,Hydro_NonPumped,Water,1312,23,existing_generator +2,AZ_APS_N,Hydro_Pumped,Water,40,23,existing_generator +2,AZ_APS_N,Wind,Wind,99.2,23,existing_generator +3,AZ_APS_SW,Battery_Storage,Electricity,10,23,existing_generator +3,AZ_APS_SW,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +3,AZ_APS_SW,CCGT,Gas,8000.2,23,existing_generator +3,AZ_APS_SW,Central_PV,Solar,1453.4,23,existing_generator +3,AZ_APS_SW,CSP_Trough_No_Storage,Solar,280,23,existing_generator +3,AZ_APS_SW,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,97.7,23,existing_generator +3,AZ_APS_SW,Gas_Combustion_Turbine,Gas,240.6,23,existing_generator +3,AZ_APS_SW,Gas_Steam_Turbine,Gas,86.7,23,existing_generator +3,AZ_APS_SW,Nuclear,Uranium,4209.6,23,existing_generator +4,AZ_NM_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.2,23,existing_generator +4,AZ_NM_N,CCGT,Gas,67,23,existing_generator +4,AZ_NM_N,Central_PV,Solar,35.3,23,existing_generator +4,AZ_NM_N,Coal_Steam_Turbine,Coal,2817.2,23,existing_generator +4,AZ_NM_N,Gas_Combustion_Turbine,Gas,18.6,23,existing_generator +4,AZ_NM_N,Hydro_NonPumped,Water,30,23,existing_generator +5,AZ_NW,CCGT,Gas,1363,23,existing_generator +5,AZ_NW,Central_PV,Solar,84.3,23,existing_generator +5,AZ_NW,Gas_Combustion_Turbine,Gas,121,23,existing_generator +5,AZ_NW,Hydro_NonPumped,Water,254.8,23,existing_generator +5,AZ_NW,Wind,Wind,10,23,existing_generator +6,AZ_PHX,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.8,23,existing_generator +6,AZ_PHX,CCGT,Gas,2728.4,23,existing_generator +6,AZ_PHX,Central_PV,Solar,58,23,existing_generator +6,AZ_PHX,Gas_Combustion_Turbine,Gas,609,23,existing_generator +6,AZ_PHX,Gas_Steam_Turbine,Gas,390.4,23,existing_generator +6,AZ_PHX,Hydro_NonPumped,Water,89.3,23,existing_generator +6,AZ_PHX,Hydro_Pumped,Water,154.1,23,existing_generator +7,AZ_SE,Battery_Storage,Electricity,30,23,existing_generator +7,AZ_SE,CCGT,Gas,661.1,23,existing_generator +7,AZ_SE,Central_PV,Solar,448.8,23,existing_generator +7,AZ_SE,Coal_Steam_Turbine,Coal,204,23,existing_generator +7,AZ_SE,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,26.1,23,existing_generator +7,AZ_SE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.5,23,existing_generator +7,AZ_SE,Gas_Combustion_Turbine,Gas,2041.4,23,existing_generator +7,AZ_SE,Gas_Internal_Combustion_Engine,Gas,236.6,23,existing_generator +7,AZ_SE,Gas_Steam_Turbine,Gas,572.5,23,existing_generator +7,AZ_SE,Wind,Wind,30,23,existing_generator +10,CA_IID,Battery_Storage,Electricity,33,23,existing_generator +10,CA_IID,Bio_Solid_Steam_Turbine,Bio_Solid,55.5,23,existing_generator +10,CA_IID,CCGT,Gas,326.7,23,existing_generator +10,CA_IID,Central_PV,Solar,2887.8,23,existing_generator +10,CA_IID,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,24.9,23,existing_generator +10,CA_IID,Gas_Combustion_Turbine,Gas,238.3,23,existing_generator +10,CA_IID,Gas_Steam_Turbine,Gas,90.5,23,existing_generator +10,CA_IID,Geothermal,Geothermal,737.8,23,existing_generator +10,CA_IID,Hydro_NonPumped,Water,88.3,23,existing_generator +10,CA_IID,Wind,Wind,305.4,23,existing_generator +11,CA_LADWP,Bio_Gas,Bio_Gas,71.4,23,existing_generator +11,CA_LADWP,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3,23,existing_generator +11,CA_LADWP,CCGT,Gas,1427.3,23,existing_generator +11,CA_LADWP,Central_PV,Solar,53.8,23,existing_generator +11,CA_LADWP,Gas_Combustion_Turbine,Gas,711.3,23,existing_generator +11,CA_LADWP,Gas_Steam_Turbine,Gas,675.8,23,existing_generator +11,CA_LADWP,Hydro_NonPumped,Water,45.2,23,existing_generator +11,CA_LADWP,ST,Waste_Heat,31.9,23,existing_generator +8,CAN_ALB,CCGT,Gas,260.3,23,existing_generator +8,CAN_ALB,CCGT_Cogen,Gas,1059.6,23,existing_generator +8,CAN_ALB,Coal_Steam_Turbine,Coal,5908,23,existing_generator +8,CAN_ALB,Coal_Steam_Turbine_Cogen,Coal,46,23,existing_generator +8,CAN_ALB,Gas_Combustion_Turbine,Gas,1072.8,23,existing_generator +8,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,1408,23,existing_generator +8,CAN_ALB,Gas_Internal_Combustion_Engine,Gas,8,23,existing_generator +8,CAN_ALB,Gas_Steam_Turbine,Gas,103.6,23,existing_generator +8,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,55,23,existing_generator +8,CAN_ALB,Hydro_NonPumped,Water,912,23,existing_generator +8,CAN_ALB,Wind,Wind,885,23,existing_generator +9,CAN_BC,CCGT,Gas,360,23,existing_generator +9,CAN_BC,CCGT_Cogen,Gas,240,23,existing_generator +9,CAN_BC,Gas_Combustion_Turbine,Gas,238,23,existing_generator +9,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,138,23,existing_generator +9,CAN_BC,Gas_Steam_Turbine,Gas,752,23,existing_generator +9,CAN_BC,Gas_Steam_Turbine_Cogen,Gas,152,23,existing_generator +9,CAN_BC,Hydro_NonPumped,Water,12881.4,23,existing_generator +9,CAN_BC,Wind,Wind,247.5,23,existing_generator +12,CA_PGE_BAY,Battery_Storage,Electricity,4.5,23,existing_generator +12,CA_PGE_BAY,Bio_Gas,Bio_Gas,10.6,23,existing_generator +12,CA_PGE_BAY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,52.4,23,existing_generator +12,CA_PGE_BAY,CCGT,Gas,4812,23,existing_generator +12,CA_PGE_BAY,Central_PV,Solar,129.1,23,existing_generator +12,CA_PGE_BAY,Coal_Steam_Turbine,Coal,27.3,23,existing_generator +12,CA_PGE_BAY,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,157.7,23,existing_generator +12,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,1407.2,23,existing_generator +12,CA_PGE_BAY,Gas_Internal_Combustion_Engine,Gas,25.2,23,existing_generator +12,CA_PGE_BAY,GT,ResidualFuelOil,223.5,23,existing_generator +12,CA_PGE_BAY,ST,Waste_Heat,4,23,existing_generator +12,CA_PGE_BAY,Wind,Wind,266.1,23,existing_generator +13,CA_PGE_CEN,Battery_Storage,Electricity,558,23,existing_generator +13,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,25.5,23,existing_generator +13,CA_PGE_CEN,Bio_Solid_Steam_Turbine,Bio_Solid,175,23,existing_generator +13,CA_PGE_CEN,CCGT,Gas,2713,23,existing_generator +13,CA_PGE_CEN,Central_PV,Solar,1744.7,23,existing_generator +13,CA_PGE_CEN,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,71.2,23,existing_generator +13,CA_PGE_CEN,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,5.1,23,existing_generator +13,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,1576.9,23,existing_generator +13,CA_PGE_CEN,Gas_Internal_Combustion_Engine,Gas,100,23,existing_generator +13,CA_PGE_CEN,Hydro_NonPumped,Water,3180.4,23,existing_generator +13,CA_PGE_CEN,Hydro_Pumped,Water,1351,23,existing_generator +13,CA_PGE_CEN,ST,Waste_Heat,4,23,existing_generator +13,CA_PGE_CEN,Wind,Wind,35.3,23,existing_generator +14,CA_PGE_N,Battery_Storage,Electricity,3.5,23,existing_generator +14,CA_PGE_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,38.8,23,existing_generator +14,CA_PGE_N,Bio_Solid_Steam_Turbine,Bio_Solid,427.5,23,existing_generator +14,CA_PGE_N,CCGT,Gas,1621.7,23,existing_generator +14,CA_PGE_N,Central_PV,Solar,69.3,23,existing_generator +14,CA_PGE_N,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,15,23,existing_generator +14,CA_PGE_N,Gas_Combustion_Turbine,Gas,622.9,23,existing_generator +14,CA_PGE_N,Gas_Internal_Combustion_Engine,Gas,234.1,23,existing_generator +14,CA_PGE_N,Geothermal,Geothermal,1770.3,23,existing_generator +14,CA_PGE_N,Hydro_NonPumped,Water,5206.8,23,existing_generator +14,CA_PGE_N,Hydro_Pumped,Water,293.1,23,existing_generator +14,CA_PGE_N,Wind,Wind,1133,23,existing_generator +15,CA_PGE_S,Battery_Storage,Electricity,20,23,existing_generator +15,CA_PGE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,12,23,existing_generator +15,CA_PGE_S,Bio_Solid_Steam_Turbine,Bio_Solid,62,23,existing_generator +15,CA_PGE_S,CCGT,Gas,3207.4,23,existing_generator +15,CA_PGE_S,Central_PV,Solar,3443.9,23,existing_generator +15,CA_PGE_S,Gas_Combustion_Turbine,Gas,1813.6,23,existing_generator +15,CA_PGE_S,Gas_Steam_Turbine,Gas,5.5,23,existing_generator +15,CA_PGE_S,Hydro_NonPumped,Water,44.8,23,existing_generator +15,CA_PGE_S,Nuclear,Uranium,2323,23,existing_generator +15,CA_PGE_S,Wind,Wind,131.1,23,existing_generator +16,CA_SCE_CEN,Battery_Storage,Electricity,30,23,existing_generator +16,CA_SCE_CEN,Bio_Gas,Bio_Gas,41.4,23,existing_generator +16,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,4.5,23,existing_generator +16,CA_SCE_CEN,CCGT,Gas,883.1,23,existing_generator +16,CA_SCE_CEN,Central_PV,Solar,3536.5,23,existing_generator +16,CA_SCE_CEN,Coal_Steam_Turbine,Coal,62.5,23,existing_generator +16,CA_SCE_CEN,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.5,23,existing_generator +16,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,377.8,23,existing_generator +16,CA_SCE_CEN,Gas_Internal_Combustion_Engine,Gas,28.2,23,existing_generator +16,CA_SCE_CEN,Gas_Steam_Turbine,Gas,3224,23,existing_generator +16,CA_SCE_CEN,Geothermal,Geothermal,312.2,23,existing_generator +16,CA_SCE_CEN,Hydro_NonPumped,Water,562,23,existing_generator +16,CA_SCE_CEN,Hydro_Pumped,Water,1626,23,existing_generator +16,CA_SCE_CEN,ST,Solar,1036.4,23,existing_generator +16,CA_SCE_CEN,Wind,Wind,3472.4,23,existing_generator +17,CA_SCE_S,Battery_Storage,Electricity,238.2,23,existing_generator +17,CA_SCE_S,Bio_Gas,Bio_Gas,35.7,23,existing_generator +17,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,51.7,23,existing_generator +17,CA_SCE_S,Bio_Gas_Steam_Turbine,Bio_Gas,80.8,23,existing_generator +17,CA_SCE_S,Bio_Solid_Steam_Turbine,Bio_Solid,35.6,23,existing_generator +17,CA_SCE_S,CCGT,Gas,5037.9,23,existing_generator +17,CA_SCE_S,Central_PV,Solar,358.9,23,existing_generator +17,CA_SCE_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,12.1,23,existing_generator +17,CA_SCE_S,Gas_Combustion_Turbine,Gas,3571.9,23,existing_generator +17,CA_SCE_S,Gas_Internal_Combustion_Engine,Gas,12.8,23,existing_generator +17,CA_SCE_S,Gas_Steam_Turbine,Gas,6696.9,23,existing_generator +17,CA_SCE_S,Hydro_NonPumped,Water,383.8,23,existing_generator +17,CA_SCE_S,OT,Gas,12,23,existing_generator +17,CA_SCE_S,ST,Waste_Heat,65.8,23,existing_generator +17,CA_SCE_S,Wind,Wind,582.6,23,existing_generator +18,CA_SCE_SE,CCGT,Gas,591,23,existing_generator +18,CA_SCE_SE,Central_PV,Solar,1130.2,23,existing_generator +18,CA_SCE_SE,Hydro_NonPumped,Water,139.5,23,existing_generator +18,CA_SCE_SE,ST,Solar,250,23,existing_generator +19,CA_SCE_VLY,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.8,23,existing_generator +19,CA_SCE_VLY,Central_PV,Solar,163.8,23,existing_generator +19,CA_SCE_VLY,Gas_Combustion_Turbine,Gas,52,23,existing_generator +19,CA_SCE_VLY,Hydro_NonPumped,Water,41.4,23,existing_generator +20,CA_SDGE,Battery_Storage,Electricity,97.5,23,existing_generator +20,CA_SDGE,Bio_Gas,Bio_Gas,5.4,23,existing_generator +20,CA_SDGE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,35.9,23,existing_generator +20,CA_SDGE,CCGT,Gas,1346.2,23,existing_generator +20,CA_SDGE,Central_PV,Solar,176.6,23,existing_generator +20,CA_SDGE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,6.5,23,existing_generator +20,CA_SDGE,Gas_Combustion_Turbine,Gas,1743.7,23,existing_generator +20,CA_SDGE,Gas_Internal_Combustion_Engine,Gas,7.4,23,existing_generator +20,CA_SDGE,Hydro_NonPumped,Water,14.8,23,existing_generator +20,CA_SDGE,Hydro_Pumped,Water,42,23,existing_generator +20,CA_SDGE,Wind,Wind,194,23,existing_generator +21,CA_SMUD,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,9,23,existing_generator +21,CA_SMUD,CCGT,Gas,924.8,23,existing_generator +21,CA_SMUD,Central_PV,Solar,148,23,existing_generator +21,CA_SMUD,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1,23,existing_generator +21,CA_SMUD,Gas_Combustion_Turbine,Gas,175,23,existing_generator +21,CA_SMUD,Gas_Steam_Turbine,Gas,2.9,23,existing_generator +21,CA_SMUD,Hydro_NonPumped,Water,212,23,existing_generator +22,CO_DEN,Battery_Storage,Electricity,5,23,existing_generator +22,CO_DEN,Bio_Gas,Bio_Gas,7,23,existing_generator +22,CO_DEN,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,10.4,23,existing_generator +22,CO_DEN,CCGT,Gas,2802.5,23,existing_generator +22,CO_DEN,Central_PV,Solar,283.8,23,existing_generator +22,CO_DEN,Coal_Steam_Turbine,Coal,293.6,23,existing_generator +22,CO_DEN,Gas_Combustion_Turbine,Gas,2061.7,23,existing_generator +22,CO_DEN,Gas_Internal_Combustion_Engine,Gas,231.6,23,existing_generator +22,CO_DEN,Gas_Steam_Turbine,Gas,415.8,23,existing_generator +22,CO_DEN,Hydro_NonPumped,Water,213.1,23,existing_generator +22,CO_DEN,Hydro_Pumped,Water,8.5,23,existing_generator +22,CO_DEN,Wind,Wind,175.8,23,existing_generator +23,CO_E,CCGT,Gas,1027.7,23,existing_generator +23,CO_E,Central_PV,Solar,239.3,23,existing_generator +23,CO_E,Coal_Steam_Turbine,Coal,5875.5,23,existing_generator +23,CO_E,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,129.4,23,existing_generator +23,CO_E,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,64.6,23,existing_generator +23,CO_E,Gas_Combustion_Turbine,Gas,1021.6,23,existing_generator +23,CO_E,Gas_Internal_Combustion_Engine,Gas,3.8,23,existing_generator +23,CO_E,Gas_Steam_Turbine,Gas,61.1,23,existing_generator +23,CO_E,Hydro_NonPumped,Water,5.6,23,existing_generator +23,CO_E,OT,Waste_Heat,4.5,23,existing_generator +23,CO_E,Wind,Wind,3797.2,23,existing_generator +24,CO_NW,Bio_Solid_Steam_Turbine,Bio_Solid,12.6,23,existing_generator +24,CO_NW,CCGT,Gas,84,23,existing_generator +24,CO_NW,Central_PV,Solar,14.6,23,existing_generator +24,CO_NW,Coal_Steam_Turbine,Coal,3320.6,23,existing_generator +24,CO_NW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,3.2,23,existing_generator +24,CO_NW,Gas_Combustion_Turbine,Gas,33,23,existing_generator +24,CO_NW,Hydro_NonPumped,Water,109.4,23,existing_generator +24,CO_NW,Hydro_Pumped,Water,500,23,existing_generator +25,CO_SW,Central_PV,Solar,151.1,23,existing_generator +25,CO_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.5,23,existing_generator +25,CO_SW,Gas_Combustion_Turbine,Gas,106.4,23,existing_generator +25,CO_SW,Hydro_NonPumped,Water,340.3,23,existing_generator +25,CO_SW,ST,Waste_Heat,6.1,23,existing_generator +26,ID_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.4,23,existing_generator +26,ID_E,Central_PV,Solar,40,23,existing_generator +26,ID_E,Gas_Combustion_Turbine,Gas,5.6,23,existing_generator +26,ID_E,Hydro_NonPumped,Water,446.8,23,existing_generator +26,ID_E,ST,Waste_Heat,15.9,23,existing_generator +26,ID_E,Wind,Wind,490.5,23,existing_generator +27,ID_S_OR_E,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,12.6,23,existing_generator +27,ID_S_OR_E,Bio_Solid_Steam_Turbine,Bio_Solid,6.2,23,existing_generator +27,ID_S_OR_E,CCGT,Gas,318.5,23,existing_generator +27,ID_S_OR_E,Central_PV,Solar,251.5,23,existing_generator +27,ID_S_OR_E,Coal_Steam_Turbine,Coal,10.2,23,existing_generator +27,ID_S_OR_E,Gas_Combustion_Turbine,Gas,443.7,23,existing_generator +27,ID_S_OR_E,Gas_Steam_Turbine,Gas,8.2,23,existing_generator +27,ID_S_OR_E,Geothermal,Geothermal,51,23,existing_generator +27,ID_S_OR_E,Hydro_NonPumped,Water,2009.3,23,existing_generator +27,ID_S_OR_E,Wind,Wind,637.6,23,existing_generator +28,MEX_BAJA,CCGT,Gas,2250.8,23,existing_generator +28,MEX_BAJA,Gas_Combustion_Turbine,Gas,212.5,23,existing_generator +28,MEX_BAJA,Gas_Steam_Turbine,Gas,304,23,existing_generator +28,MEX_BAJA,Geothermal,Geothermal,699.2,23,existing_generator +29,MT_NE,Central_PV,Solar,6,23,existing_generator +29,MT_NE,Hydro_NonPumped,Water,486.1,23,existing_generator +29,MT_NE,Wind,Wind,797.3,23,existing_generator +30,MT_NW,Bio_Solid_Steam_Turbine,Bio_Solid,2.8,23,existing_generator +30,MT_NW,Hydro_NonPumped,Water,1832.3,23,existing_generator +31,MT_SE,Central_PV,Solar,5,23,existing_generator +31,MT_SE,Coal_Steam_Turbine,Coal,1878.7,23,existing_generator +31,MT_SE,Gas_Steam_Turbine,Gas,1.6,23,existing_generator +31,MT_SE,Hydro_NonPumped,Water,270.8,23,existing_generator +31,MT_SE,Wind,Wind,365,23,existing_generator +32,MT_SW,Central_PV,Solar,6,23,existing_generator +32,MT_SW,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,9.7,23,existing_generator +32,MT_SW,Gas_Combustion_Turbine,Gas,203.1,23,existing_generator +32,MT_SW,Gas_Internal_Combustion_Engine,Gas,54.9,23,existing_generator +32,MT_SW,Hydro_NonPumped,Water,96.5,23,existing_generator +32,MT_SW,Wind,Wind,80,23,existing_generator +33,NM_N,Battery_Storage,Electricity,1.8,23,existing_generator +33,NM_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,2.2,23,existing_generator +33,NM_N,Central_PV,Solar,184.7,23,existing_generator +33,NM_N,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil,27,23,existing_generator +33,NM_N,Gas_Combustion_Turbine,Gas,365.5,23,existing_generator +33,NM_N,Gas_Internal_Combustion_Engine,Gas,4.4,23,existing_generator +33,NM_N,Gas_Steam_Turbine,Gas,155.1,23,existing_generator +33,NM_N,Hydro_NonPumped,Water,51.5,23,existing_generator +33,NM_N,Wind,Wind,1517.5,23,existing_generator +34,NM_S_TX_EPE,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +34,NM_S_TX_EPE,CCGT,Gas,2185,23,existing_generator +34,NM_S_TX_EPE,Central_PV,Solar,233,23,existing_generator +34,NM_S_TX_EPE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,30.4,23,existing_generator +34,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,1037.2,23,existing_generator +34,NM_S_TX_EPE,Gas_Steam_Turbine,Gas,1654.5,23,existing_generator +34,NM_S_TX_EPE,Geothermal,Geothermal,19.2,23,existing_generator +34,NM_S_TX_EPE,Wind,Wind,50.4,23,existing_generator +35,NV_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +35,NV_N,CCGT,Gas,743.1,23,existing_generator +35,NV_N,Central_PV,Solar,525.2,23,existing_generator +35,NV_N,Coal_Steam_Turbine,Coal,1376,23,existing_generator +35,NV_N,CSP_Trough_No_Storage,Solar,125,23,existing_generator +35,NV_N,Gas_Combustion_Turbine,Gas,170,23,existing_generator +35,NV_N,Gas_Internal_Combustion_Engine,Gas,117.6,23,existing_generator +35,NV_N,Gas_Steam_Turbine,Gas,579.8,23,existing_generator +35,NV_N,Geothermal,Geothermal,800.2,23,existing_generator +35,NV_N,Hydro_NonPumped,Water,12.8,23,existing_generator +35,NV_N,Wind,Wind,150,23,existing_generator +36,NV_S,Battery_Storage,Electricity,20,23,existing_generator +36,NV_S,Bio_Gas,Bio_Gas,12,23,existing_generator +36,NV_S,CCGT,Gas,5769.8,23,existing_generator +36,NV_S,Central_PV,Solar,2181.8,23,existing_generator +36,NV_S,Gas_Combustion_Turbine,Gas,1213.9,23,existing_generator +36,NV_S,Hydro_NonPumped,Water,2078.8,23,existing_generator +36,NV_S,ST,Solar,75.7,23,existing_generator +36,NV_S,ST,Waste_Heat,7.5,23,existing_generator +37,OR_E,Bio_Solid_Steam_Turbine,Bio_Solid,7.5,23,existing_generator +37,OR_E,CCGT,Gas,501.5,23,existing_generator +37,OR_E,Central_PV,Solar,239.8,23,existing_generator +37,OR_E,Gas_Combustion_Turbine,Gas,117.6,23,existing_generator +37,OR_E,Geothermal,Geothermal,3.7,23,existing_generator +37,OR_E,Hydro_NonPumped,Water,115.7,23,existing_generator +38,OR_PDX,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,1.6,23,existing_generator +38,OR_PDX,CCGT,Gas,1317.2,23,existing_generator +38,OR_PDX,Central_PV,Solar,7.5,23,existing_generator +38,OR_PDX,Gas_Combustion_Turbine,Gas,24.5,23,existing_generator +38,OR_PDX,Gas_Internal_Combustion_Engine,Gas,225.6,23,existing_generator +38,OR_PDX,Hydro_NonPumped,Water,1355.9,23,existing_generator +39,OR_W,Battery_Storage,Electricity,5,23,existing_generator +39,OR_W,Bio_Gas,Bio_Gas,1.6,23,existing_generator +39,OR_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,18.4,23,existing_generator +39,OR_W,Bio_Solid_Steam_Turbine,Bio_Solid,161.1,23,existing_generator +39,OR_W,CCGT,Gas,17.5,23,existing_generator +39,OR_W,Central_PV,Solar,35.8,23,existing_generator +39,OR_W,Hydro_NonPumped,Water,944.8,23,existing_generator +39,OR_W,ST,Bio_Liquid,94.8,23,existing_generator +40,OR_WA_BPA,Battery_Storage,Electricity,30,23,existing_generator +40,OR_WA_BPA,Bio_Gas,Bio_Gas,26,23,existing_generator +40,OR_WA_BPA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,32.9,23,existing_generator +40,OR_WA_BPA,Bio_Solid_Steam_Turbine,Bio_Solid,10,23,existing_generator +40,OR_WA_BPA,CCGT,Gas,2648.2,23,existing_generator +40,OR_WA_BPA,Central_PV,Solar,88,23,existing_generator +40,OR_WA_BPA,Coal_Steam_Turbine,Coal,642.2,23,existing_generator +40,OR_WA_BPA,Gas_Combustion_Turbine,Gas,424,23,existing_generator +40,OR_WA_BPA,Hydro_NonPumped,Water,6836.4,23,existing_generator +40,OR_WA_BPA,Nuclear,Uranium,1200,23,existing_generator +40,OR_WA_BPA,Wind,Wind,4975.9,23,existing_generator +41,UT_N,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,10.3,23,existing_generator +41,UT_N,CCGT,Gas,2174,23,existing_generator +41,UT_N,Central_PV,Solar,61.7,23,existing_generator +41,UT_N,Coal_Steam_Turbine,Coal,499.5,23,existing_generator +41,UT_N,Gas_Combustion_Turbine,Gas,615.5,23,existing_generator +41,UT_N,Gas_Internal_Combustion_Engine,Gas,102.6,23,existing_generator +41,UT_N,Gas_Steam_Turbine,Gas,279.1,23,existing_generator +41,UT_N,Hydro_NonPumped,Water,248.7,23,existing_generator +41,UT_N,ST,Waste_Heat,31.8,23,existing_generator +41,UT_N,Wind,Wind,20.6,23,existing_generator +42,UT_S,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +42,UT_S,Central_PV,Solar,1316.5,23,existing_generator +42,UT_S,Coal_Steam_Turbine,Coal,5952.6,23,existing_generator +42,UT_S,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,29.3,23,existing_generator +42,UT_S,Gas_Combustion_Turbine,Gas,80,23,existing_generator +42,UT_S,Gas_Internal_Combustion_Engine,Gas,16,23,existing_generator +42,UT_S,Geothermal,Geothermal,83.8,23,existing_generator +42,UT_S,Hydro_NonPumped,Water,16.1,23,existing_generator +42,UT_S,ST,Waste_Heat,9.5,23,existing_generator +42,UT_S,Wind,Wind,367.6,23,existing_generator +43,WA_ID_AVA,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,3.2,23,existing_generator +43,WA_ID_AVA,Bio_Solid_Steam_Turbine,Bio_Solid,82.9,23,existing_generator +43,WA_ID_AVA,CCGT,Gas,301.5,23,existing_generator +43,WA_ID_AVA,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.8,23,existing_generator +43,WA_ID_AVA,Gas_Combustion_Turbine,Gas,235.4,23,existing_generator +43,WA_ID_AVA,Gas_Internal_Combustion_Engine,Gas,26.8,23,existing_generator +43,WA_ID_AVA,Hydro_NonPumped,Water,3711.5,23,existing_generator +43,WA_ID_AVA,ST,Bio_Liquid,93.8,23,existing_generator +43,WA_ID_AVA,Wind,Wind,1082,23,existing_generator +44,WA_N_CEN,Central_PV,Solar,44.7,23,existing_generator +44,WA_N_CEN,Hydro_NonPumped,Water,13762.3,23,existing_generator +44,WA_N_CEN,Hydro_Pumped,Water,314,23,existing_generator +44,WA_N_CEN,Wind,Wind,611.6,23,existing_generator +45,WA_SEATAC,Battery_Storage,Electricity,4.4,23,existing_generator +45,WA_SEATAC,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,5.4,23,existing_generator +45,WA_SEATAC,CCGT,Gas,318.3,23,existing_generator +45,WA_SEATAC,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,23,existing_generator +45,WA_SEATAC,Gas_Steam_Turbine,Gas,5,23,existing_generator +45,WA_SEATAC,ST,Bio_Liquid,64,23,existing_generator +46,WA_W,Battery_Storage,Electricity,2,23,existing_generator +46,WA_W,Bio_Gas_Internal_Combustion_Engine,Bio_Gas,9.1,23,existing_generator +46,WA_W,Bio_Solid_Steam_Turbine,Bio_Solid,101.9,23,existing_generator +46,WA_W,CCGT,Gas,2302.2,23,existing_generator +46,WA_W,Coal_Steam_Turbine,Coal,2919.6,23,existing_generator +46,WA_W,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,2.7,23,existing_generator +46,WA_W,Gas_Combustion_Turbine,Gas,862.8,23,existing_generator +46,WA_W,Hydro_NonPumped,Water,2696,23,existing_generator +46,WA_W,ST,Bio_Liquid,98.5,23,existing_generator +46,WA_W,Wind,Wind,133.5,23,existing_generator +47,WY_NE,Coal_Steam_Turbine,Coal,1277,23,existing_generator +47,WY_NE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,10,23,existing_generator +47,WY_NE,Gas_Combustion_Turbine,Gas,287.5,23,existing_generator +48,WY_NW,Gas_Combustion_Turbine,Gas,5,23,existing_generator +48,WY_NW,Gas_Internal_Combustion_Engine,Gas,8,23,existing_generator +48,WY_NW,Gas_Steam_Turbine,Gas,2,23,existing_generator +48,WY_NW,Hydro_NonPumped,Water,48.4,23,existing_generator +48,WY_NW,ST,Waste_Heat,0.9,23,existing_generator +49,WY_SE,CCGT,Gas,100,23,existing_generator +49,WY_SE,Coal_Steam_Turbine,Coal,2632.2,23,existing_generator +49,WY_SE,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil,1.1,23,existing_generator +49,WY_SE,Gas_Combustion_Turbine,Gas,40,23,existing_generator +49,WY_SE,Gas_Internal_Combustion_Engine,Gas,3.9,23,existing_generator +49,WY_SE,Gas_Steam_Turbine,Gas,1.7,23,existing_generator +49,WY_SE,Hydro_NonPumped,Water,240.2,23,existing_generator +49,WY_SE,Wind,Wind,4232.3,23,existing_generator +50,WY_SW,Central_PV,Solar,92,23,existing_generator +50,WY_SW,Coal_Steam_Turbine,Coal,3344.9,23,existing_generator +50,WY_SW,Gas_Combustion_Turbine,Gas,144,23,existing_generator +50,WY_SW,Gas_Steam_Turbine,Gas,11.5,23,existing_generator +50,WY_SW,Hydro_NonPumped,Water,10,23,existing_generator +50,WY_SW,Wind,Wind,285,23,existing_generator +1,AZ_APS_E,Battery_Storage,Electricity,NULL,23,NULL +1,AZ_APS_E,Bio_Gas,Bio_Gas,NULL,23,NULL +1,AZ_APS_E,CCGT,Gas,NULL,23,NULL +1,AZ_APS_E,Central_PV,Solar,7973.140104,23,NULL +1,AZ_APS_E,Coal_IGCC,Coal,NULL,23,NULL +1,AZ_APS_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +1,AZ_APS_E,Coal_Steam_Turbine_Cogen,Coal,70.5,23,NULL +1,AZ_APS_E,Commercial_PV,Solar,753.1296887,23,NULL +1,AZ_APS_E,CSP_Trough_6h_Storage,Solar,4656.880066,23,NULL +1,AZ_APS_E,CSP_Trough_No_Storage,Solar,4598.880066,23,NULL +1,AZ_APS_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +1,AZ_APS_E,Residential_PV,Solar,2099.01499,23,NULL +1,AZ_APS_E,Wind,Wind,330,23,NULL +2,AZ_APS_N,Battery_Storage,Electricity,NULL,23,NULL +2,AZ_APS_N,Bio_Gas,Bio_Gas,NULL,23,NULL +2,AZ_APS_N,CCGT,Gas,NULL,23,NULL +2,AZ_APS_N,Central_PV,Solar,7060.270012,23,NULL +2,AZ_APS_N,Coal_IGCC,Coal,NULL,23,NULL +2,AZ_APS_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +2,AZ_APS_N,Commercial_PV,Solar,37.78269911,23,NULL +2,AZ_APS_N,CSP_Trough_6h_Storage,Solar,4268.14002,23,NULL +2,AZ_APS_N,CSP_Trough_No_Storage,Solar,4273.01002,23,NULL +2,AZ_APS_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +2,AZ_APS_N,Residential_PV,Solar,312.9749985,23,NULL +2,AZ_APS_N,Wind,Wind,3120,23,NULL +3,AZ_APS_SW,Battery_Storage,Electricity,NULL,23,NULL +3,AZ_APS_SW,Bio_Gas,Bio_Gas,NULL,23,NULL +3,AZ_APS_SW,CCGT,Gas,NULL,23,NULL +3,AZ_APS_SW,CCGT_Cogen,Gas,62.59999847,23,NULL +3,AZ_APS_SW,Central_PV,Solar,4541.27,23,NULL +3,AZ_APS_SW,Coal_IGCC,Coal,NULL,23,NULL +3,AZ_APS_SW,Coal_Steam_Turbine,Coal,NULL,23,NULL +3,AZ_APS_SW,Commercial_PV,Solar,211.1979022,23,NULL +3,AZ_APS_SW,CSP_Trough_6h_Storage,Solar,5943.189976,23,NULL +3,AZ_APS_SW,CSP_Trough_No_Storage,Solar,5943.189976,23,NULL +3,AZ_APS_SW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +3,AZ_APS_SW,Residential_PV,Solar,8123.438944,23,NULL +3,AZ_APS_SW,Wind,Wind,180,23,NULL +4,AZ_NM_N,Battery_Storage,Electricity,NULL,23,NULL +4,AZ_NM_N,Bio_Gas,Bio_Gas,NULL,23,NULL +4,AZ_NM_N,CCGT,Gas,NULL,23,NULL +4,AZ_NM_N,Central_PV,Solar,4486.890028,23,NULL +4,AZ_NM_N,Coal_IGCC,Coal,NULL,23,NULL +4,AZ_NM_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +4,AZ_NM_N,Commercial_PV,Solar,49.94169903,23,NULL +4,AZ_NM_N,CSP_Trough_6h_Storage,Solar,1533.410005,23,NULL +4,AZ_NM_N,CSP_Trough_No_Storage,Solar,3183.690035,23,NULL +4,AZ_NM_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +4,AZ_NM_N,Gas_Combustion_Turbine_Cogen,Gas,127.5999985,23,NULL +4,AZ_NM_N,Residential_PV,Solar,1217.124977,23,NULL +4,AZ_NM_N,Wind,Wind,1440,23,NULL +5,AZ_NW,Battery_Storage,Electricity,NULL,23,NULL +5,AZ_NW,Bio_Gas,Bio_Gas,NULL,23,NULL +5,AZ_NW,CCGT,Gas,NULL,23,NULL +5,AZ_NW,Central_PV,Solar,738.9099982,23,NULL +5,AZ_NW,Coal_IGCC,Coal,NULL,23,NULL +5,AZ_NW,Coal_Steam_Turbine,Coal,NULL,23,NULL +5,AZ_NW,Commercial_PV,Solar,1032.665473,23,NULL +5,AZ_NW,CSP_Trough_6h_Storage,Solar,745.2699983,23,NULL +5,AZ_NW,CSP_Trough_No_Storage,Solar,745.2699983,23,NULL +5,AZ_NW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +5,AZ_NW,Residential_PV,Solar,18.08300018,23,NULL +5,AZ_NW,Wind,Wind,5400,23,NULL +6,AZ_PHX,Battery_Storage,Electricity,NULL,23,NULL +6,AZ_PHX,Bio_Gas,Bio_Gas,NULL,23,NULL +6,AZ_PHX,CCGT,Gas,NULL,23,NULL +6,AZ_PHX,Central_PV,Solar,1424.959993,23,NULL +6,AZ_PHX,Coal_IGCC,Coal,NULL,23,NULL +6,AZ_PHX,Coal_Steam_Turbine,Coal,NULL,23,NULL +6,AZ_PHX,Commercial_PV,Solar,1820.104191,23,NULL +6,AZ_PHX,CSP_Trough_6h_Storage,Solar,1424.959993,23,NULL +6,AZ_PHX,CSP_Trough_No_Storage,Solar,1424.959993,23,NULL +6,AZ_PHX,Gas_Combustion_Turbine,Gas,NULL,23,NULL +6,AZ_PHX,Residential_PV,Solar,62.59500122,23,NULL +6,AZ_PHX,Wind,Wind,240,23,NULL +7,AZ_SE,Battery_Storage,Electricity,NULL,23,NULL +7,AZ_SE,Bio_Gas,Bio_Gas,NULL,23,NULL +7,AZ_SE,CCGT,Gas,NULL,23,NULL +7,AZ_SE,CCGT_Cogen,Gas,9,23,NULL +7,AZ_SE,Central_PV,Solar,3038.760034,23,NULL +7,AZ_SE,Coal_IGCC,Coal,NULL,23,NULL +7,AZ_SE,Coal_Steam_Turbine,Coal,NULL,23,NULL +7,AZ_SE,CSP_Trough_6h_Storage,Solar,9649.139975,23,NULL +7,AZ_SE,CSP_Trough_No_Storage,Solar,9726.009975,23,NULL +7,AZ_SE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +7,AZ_SE,Gas_Internal_Combustion_Engine_Cogen,Gas,4.199999809,23,NULL +7,AZ_SE,Wind,Wind,2730,23,NULL +10,CA_IID,Battery_Storage,Electricity,NULL,23,NULL +10,CA_IID,Bio_Gas,Bio_Gas,NULL,23,NULL +10,CA_IID,CCGT,Gas,NULL,23,NULL +10,CA_IID,Central_PV,Solar,1998.309993,23,NULL +10,CA_IID,Commercial_PV,Solar,3405.574921,23,NULL +10,CA_IID,CSP_Trough_6h_Storage,Solar,2720.040002,23,NULL +10,CA_IID,CSP_Trough_No_Storage,Solar,2726.110002,23,NULL +10,CA_IID,Gas_Combustion_Turbine,Gas,NULL,23,NULL +10,CA_IID,Geothermal,Geothermal,2212.5,23,NULL +10,CA_IID,Residential_PV,Solar,3587.384958,23,NULL +10,CA_IID,Wind,Wind,97,23,NULL +11,CA_LADWP,Battery_Storage,Electricity,NULL,23,NULL +11,CA_LADWP,Bio_Gas,Bio_Gas,NULL,23,NULL +11,CA_LADWP,CCGT,Gas,NULL,23,NULL +11,CA_LADWP,CCGT_Cogen,Gas,77.5,23,NULL +11,CA_LADWP,Commercial_PV,Solar,4137.436583,23,NULL +11,CA_LADWP,Gas_Combustion_Turbine,Gas,NULL,23,NULL +11,CA_LADWP,Gas_Combustion_Turbine_Cogen,Gas,126.5,23,NULL +11,CA_LADWP,Gas_Steam_Turbine_Cogen,Gas,23,23,NULL +11,CA_LADWP,Residential_PV,Solar,15068.69494,23,NULL +8,CAN_ALB,Battery_Storage,Electricity,NULL,23,NULL +8,CAN_ALB,Bio_Gas,Bio_Gas,NULL,23,NULL +8,CAN_ALB,CCGT,Gas,NULL,23,NULL +8,CAN_ALB,CCGT_Cogen,Gas,1059.599998,23,NULL +8,CAN_ALB,Central_PV,Solar,5932.119987,23,NULL +8,CAN_ALB,Coal_IGCC,Coal,NULL,23,NULL +8,CAN_ALB,Coal_Steam_Turbine,Coal,NULL,23,NULL +8,CAN_ALB,Coal_Steam_Turbine_Cogen,Coal,46,23,NULL +8,CAN_ALB,CSP_Trough_6h_Storage,Solar,3592.48996,23,NULL +8,CAN_ALB,CSP_Trough_No_Storage,Solar,4279.909943,23,NULL +8,CAN_ALB,Gas_Combustion_Turbine,Gas,NULL,23,NULL +8,CAN_ALB,Gas_Combustion_Turbine_Cogen,Gas,1408,23,NULL +8,CAN_ALB,Gas_Steam_Turbine_Cogen,Gas,55,23,NULL +8,CAN_ALB,Residential_PV,Solar,957.0080032,23,NULL +8,CAN_ALB,Wind,Wind,74278.09497,23,NULL +9,CAN_BC,Battery_Storage,Electricity,NULL,23,NULL +9,CAN_BC,Bio_Gas,Bio_Gas,NULL,23,NULL +9,CAN_BC,CCGT,Gas,NULL,23,NULL +9,CAN_BC,CCGT_Cogen,Gas,240,23,NULL +9,CAN_BC,Central_PV,Solar,137.97,23,NULL +9,CAN_BC,Coal_IGCC,Coal,NULL,23,NULL +9,CAN_BC,Coal_Steam_Turbine,Coal,NULL,23,NULL +9,CAN_BC,CSP_Trough_6h_Storage,Solar,137.97,23,NULL +9,CAN_BC,CSP_Trough_No_Storage,Solar,137.97,23,NULL +9,CAN_BC,Gas_Combustion_Turbine,Gas,NULL,23,NULL +9,CAN_BC,Gas_Combustion_Turbine_Cogen,Gas,138,23,NULL +9,CAN_BC,Gas_Steam_Turbine_Cogen,Gas,152,23,NULL +9,CAN_BC,Geothermal,Geothermal,736,23,NULL +9,CAN_BC,Wind,Wind,10674.55581,23,NULL +12,CA_PGE_BAY,Battery_Storage,Electricity,NULL,23,NULL +12,CA_PGE_BAY,Bio_Gas,Bio_Gas,NULL,23,NULL +12,CA_PGE_BAY,CCGT,Gas,NULL,23,NULL +12,CA_PGE_BAY,CCGT_Cogen,Gas,1429.79998,23,NULL +12,CA_PGE_BAY,Central_PV,Solar,170.000003,23,NULL +12,CA_PGE_BAY,Coal_Steam_Turbine_Cogen,Coal,27.29999924,23,NULL +12,CA_PGE_BAY,CSP_Trough_6h_Storage,Solar,170.000003,23,NULL +12,CA_PGE_BAY,CSP_Trough_No_Storage,Solar,170.000003,23,NULL +12,CA_PGE_BAY,Gas_Combustion_Turbine,Gas,NULL,23,NULL +12,CA_PGE_BAY,Gas_Combustion_Turbine_Cogen,Gas,203.5,23,NULL +12,CA_PGE_BAY,Gas_Internal_Combustion_Engine_Cogen,Gas,25.39999962,23,NULL +12,CA_PGE_BAY,Gas_Steam_Turbine_Cogen,Gas,4,23,NULL +12,CA_PGE_BAY,Wind,Wind,245,23,NULL +13,CA_PGE_CEN,Battery_Storage,Electricity,NULL,23,NULL +13,CA_PGE_CEN,Bio_Gas,Bio_Gas,NULL,23,NULL +13,CA_PGE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,4.5,23,NULL +13,CA_PGE_CEN,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,23,NULL +13,CA_PGE_CEN,CCGT,Gas,NULL,23,NULL +13,CA_PGE_CEN,CCGT_Cogen,Gas,204.1999969,23,NULL +13,CA_PGE_CEN,Central_PV,Solar,637.5700004,23,NULL +13,CA_PGE_CEN,Coal_Steam_Turbine_Cogen,Coal,114,23,NULL +13,CA_PGE_CEN,Commercial_PV,Solar,1636.970168,23,NULL +13,CA_PGE_CEN,CSP_Trough_6h_Storage,Solar,392.7399985,23,NULL +13,CA_PGE_CEN,CSP_Trough_No_Storage,Solar,532.8599983,23,NULL +13,CA_PGE_CEN,Gas_Combustion_Turbine,Gas,NULL,23,NULL +13,CA_PGE_CEN,Gas_Combustion_Turbine_Cogen,Gas,154.0000021,23,NULL +13,CA_PGE_CEN,Gas_Internal_Combustion_Engine_Cogen,Gas,10.60000014,23,NULL +13,CA_PGE_CEN,Offshore_Wind,Wind,150,23,NULL +13,CA_PGE_CEN,Residential_PV,Solar,392.2620125,23,NULL +14,CA_PGE_N,Battery_Storage,Electricity,NULL,23,NULL +14,CA_PGE_N,Bio_Gas,Bio_Gas,NULL,23,NULL +14,CA_PGE_N,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,20,23,NULL +14,CA_PGE_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,138.7000008,23,NULL +14,CA_PGE_N,CCGT,Gas,NULL,23,NULL +14,CA_PGE_N,CCGT_Cogen,Gas,66,23,NULL +14,CA_PGE_N,Central_PV,Solar,1045.15001,23,NULL +14,CA_PGE_N,Commercial_PV,Solar,32.29980087,23,NULL +14,CA_PGE_N,CSP_Trough_6h_Storage,Solar,1091.910014,23,NULL +14,CA_PGE_N,CSP_Trough_No_Storage,Solar,1201.490013,23,NULL +14,CA_PGE_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +14,CA_PGE_N,Gas_Combustion_Turbine_Cogen,Gas,149.5,23,NULL +14,CA_PGE_N,Gas_Internal_Combustion_Engine_Cogen,Gas,10.49999976,23,NULL +14,CA_PGE_N,Geothermal,Geothermal,1914.299994,23,NULL +14,CA_PGE_N,Offshore_Wind,Wind,2070,23,NULL +14,CA_PGE_N,Residential_PV,Solar,2316.017117,23,NULL +14,CA_PGE_N,Wind,Wind,2498,23,NULL +15,CA_PGE_S,Battery_Storage,Electricity,NULL,23,NULL +15,CA_PGE_S,Bio_Gas,Bio_Gas,NULL,23,NULL +15,CA_PGE_S,CCGT,Gas,NULL,23,NULL +15,CA_PGE_S,CCGT_Cogen,Gas,36,23,NULL +15,CA_PGE_S,Central_PV,Solar,401.6400011,23,NULL +15,CA_PGE_S,Coal_Steam_Turbine_Cogen,Coal,100.2000008,23,NULL +15,CA_PGE_S,Commercial_PV,Solar,1631.661727,23,NULL +15,CA_PGE_S,CSP_Trough_6h_Storage,Solar,376.2800016,23,NULL +15,CA_PGE_S,CSP_Trough_No_Storage,Solar,410.0800014,23,NULL +15,CA_PGE_S,Gas_Combustion_Turbine,Gas,NULL,23,NULL +15,CA_PGE_S,Gas_Combustion_Turbine_Cogen,Gas,1566.699995,23,NULL +15,CA_PGE_S,Offshore_Wind,Wind,780,23,NULL +15,CA_PGE_S,Residential_PV,Solar,1267.200994,23,NULL +16,CA_SCE_CEN,Battery_Storage,Electricity,NULL,23,NULL +16,CA_SCE_CEN,Bio_Gas,Bio_Gas,NULL,23,NULL +16,CA_SCE_CEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,1.5,23,NULL +16,CA_SCE_CEN,CCGT,Gas,NULL,23,NULL +16,CA_SCE_CEN,CCGT_Cogen,Gas,149.7999973,23,NULL +16,CA_SCE_CEN,Central_PV,Solar,2067.719982,23,NULL +16,CA_SCE_CEN,Coal_Steam_Turbine_Cogen,Coal,187,23,NULL +16,CA_SCE_CEN,Commercial_PV,Solar,1796.923821,23,NULL +16,CA_SCE_CEN,CSP_Trough_6h_Storage,Solar,2082.149982,23,NULL +16,CA_SCE_CEN,CSP_Trough_No_Storage,Solar,2082.149982,23,NULL +16,CA_SCE_CEN,Gas_Combustion_Turbine,Gas,NULL,23,NULL +16,CA_SCE_CEN,Gas_Combustion_Turbine_Cogen,Gas,238.6999969,23,NULL +16,CA_SCE_CEN,Geothermal,Geothermal,421.1999969,23,NULL +16,CA_SCE_CEN,Offshore_Wind,Wind,480,23,NULL +16,CA_SCE_CEN,Residential_PV,Solar,995.9560051,23,NULL +16,CA_SCE_CEN,Wind,Wind,4822,23,NULL +17,CA_SCE_S,Battery_Storage,Electricity,NULL,23,NULL +17,CA_SCE_S,Bio_Gas,Bio_Gas,NULL,23,NULL +17,CA_SCE_S,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,22.5,23,NULL +17,CA_SCE_S,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,35.59999847,23,NULL +17,CA_SCE_S,CCGT,Gas,NULL,23,NULL +17,CA_SCE_S,CCGT_Cogen,Gas,669.3999958,23,NULL +17,CA_SCE_S,Central_PV,Solar,415.4900022,23,NULL +17,CA_SCE_S,CSP_Trough_6h_Storage,Solar,415.4900022,23,NULL +17,CA_SCE_S,CSP_Trough_No_Storage,Solar,415.4900022,23,NULL +17,CA_SCE_S,Gas_Combustion_Turbine,Gas,NULL,23,NULL +17,CA_SCE_S,Gas_Combustion_Turbine_Cogen,Gas,155.5999999,23,NULL +17,CA_SCE_S,Gas_Internal_Combustion_Engine_Cogen,Gas,6.100000143,23,NULL +17,CA_SCE_S,Gas_Steam_Turbine_Cogen,Gas,5,23,NULL +17,CA_SCE_S,Wind,Wind,524,23,NULL +18,CA_SCE_SE,Battery_Storage,Electricity,NULL,23,NULL +18,CA_SCE_SE,Bio_Gas,Bio_Gas,NULL,23,NULL +18,CA_SCE_SE,CCGT,Gas,NULL,23,NULL +18,CA_SCE_SE,Central_PV,Solar,1035.160006,23,NULL +18,CA_SCE_SE,Commercial_PV,Solar,48.5603981,23,NULL +18,CA_SCE_SE,CSP_Trough_6h_Storage,Solar,1071.450006,23,NULL +18,CA_SCE_SE,CSP_Trough_No_Storage,Solar,1071.450006,23,NULL +18,CA_SCE_SE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +19,CA_SCE_VLY,Battery_Storage,Electricity,NULL,23,NULL +19,CA_SCE_VLY,Bio_Gas,Bio_Gas,NULL,23,NULL +19,CA_SCE_VLY,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,23,NULL +19,CA_SCE_VLY,CCGT,Gas,NULL,23,NULL +19,CA_SCE_VLY,Central_PV,Solar,87.6099987,23,NULL +19,CA_SCE_VLY,Coal_Steam_Turbine_Cogen,Coal,38.20000076,23,NULL +19,CA_SCE_VLY,Commercial_PV,Solar,6017.216718,23,NULL +19,CA_SCE_VLY,CSP_Trough_6h_Storage,Solar,87.6099987,23,NULL +19,CA_SCE_VLY,CSP_Trough_No_Storage,Solar,87.6099987,23,NULL +19,CA_SCE_VLY,Gas_Combustion_Turbine,Gas,NULL,23,NULL +19,CA_SCE_VLY,Residential_PV,Solar,541.0990009,23,NULL +20,CA_SDGE,Battery_Storage,Electricity,NULL,23,NULL +20,CA_SDGE,Bio_Gas,Bio_Gas,NULL,23,NULL +20,CA_SDGE,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,12.70000005,23,NULL +20,CA_SDGE,CCGT,Gas,NULL,23,NULL +20,CA_SDGE,CCGT_Cogen,Gas,174.6999998,23,NULL +20,CA_SDGE,Central_PV,Solar,23.75999999,23,NULL +20,CA_SDGE,Commercial_PV,Solar,264.7852001,23,NULL +20,CA_SDGE,CSP_Trough_6h_Storage,Solar,23.75999999,23,NULL +20,CA_SDGE,CSP_Trough_No_Storage,Solar,23.75999999,23,NULL +20,CA_SDGE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +20,CA_SDGE,Gas_Combustion_Turbine_Cogen,Gas,40.69999993,23,NULL +20,CA_SDGE,Gas_Internal_Combustion_Engine_Cogen,Gas,3.200000048,23,NULL +20,CA_SDGE,Residential_PV,Solar,1278.329004,23,NULL +20,CA_SDGE,Wind,Wind,497,23,NULL +21,CA_SMUD,Battery_Storage,Electricity,NULL,23,NULL +21,CA_SMUD,Bio_Gas,Bio_Gas,NULL,23,NULL +21,CA_SMUD,CCGT,Gas,NULL,23,NULL +21,CA_SMUD,CCGT_Cogen,Gas,173.8999939,23,NULL +21,CA_SMUD,Central_PV,Solar,935.3500013,23,NULL +21,CA_SMUD,CSP_Trough_6h_Storage,Solar,935.3500013,23,NULL +21,CA_SMUD,CSP_Trough_No_Storage,Solar,935.3500013,23,NULL +21,CA_SMUD,Gas_Combustion_Turbine,Gas,NULL,23,NULL +22,CO_DEN,Battery_Storage,Electricity,NULL,23,NULL +22,CO_DEN,Bio_Gas,Bio_Gas,NULL,23,NULL +22,CO_DEN,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,7,23,NULL +22,CO_DEN,CCGT,Gas,NULL,23,NULL +22,CO_DEN,CCGT_Cogen,Gas,530.3000031,23,NULL +22,CO_DEN,Central_PV,Solar,520.9600129,23,NULL +22,CO_DEN,Coal_IGCC,Coal,NULL,23,NULL +22,CO_DEN,Coal_Steam_Turbine,Coal,NULL,23,NULL +22,CO_DEN,Coal_Steam_Turbine_Cogen,Coal,35,23,NULL +22,CO_DEN,Commercial_PV,Solar,5165.731357,23,NULL +22,CO_DEN,CSP_Trough_6h_Storage,Solar,2407.690071,23,NULL +22,CO_DEN,CSP_Trough_No_Storage,Solar,2403.190071,23,NULL +22,CO_DEN,Gas_Combustion_Turbine,Gas,NULL,23,NULL +22,CO_DEN,Gas_Combustion_Turbine_Cogen,Gas,37,23,NULL +22,CO_DEN,Residential_PV,Solar,161.355999,23,NULL +22,CO_DEN,Wind,Wind,16890,23,NULL +23,CO_E,Battery_Storage,Electricity,NULL,23,NULL +23,CO_E,Bio_Gas,Bio_Gas,NULL,23,NULL +23,CO_E,CCGT,Gas,NULL,23,NULL +23,CO_E,CCGT_Cogen,Gas,74,23,NULL +23,CO_E,Central_PV,Solar,5688.439949,23,NULL +23,CO_E,Coal_IGCC,Coal,NULL,23,NULL +23,CO_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +23,CO_E,Commercial_PV,Solar,1267.953609,23,NULL +23,CO_E,CSP_Trough_6h_Storage,Solar,14060.33984,23,NULL +23,CO_E,CSP_Trough_No_Storage,Solar,13294.77002,23,NULL +23,CO_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +23,CO_E,Residential_PV,Solar,2827.899,23,NULL +23,CO_E,Wind,Wind,21660,23,NULL +24,CO_NW,Battery_Storage,Electricity,NULL,23,NULL +24,CO_NW,Bio_Gas,Bio_Gas,NULL,23,NULL +24,CO_NW,CCGT,Gas,NULL,23,NULL +24,CO_NW,Central_PV,Solar,272.4600004,23,NULL +24,CO_NW,Coal_IGCC,Coal,NULL,23,NULL +24,CO_NW,Coal_Steam_Turbine,Coal,NULL,23,NULL +24,CO_NW,Commercial_PV,Solar,41.56240034,23,NULL +24,CO_NW,CSP_Trough_6h_Storage,Solar,234.8199986,23,NULL +24,CO_NW,CSP_Trough_No_Storage,Solar,262.6499983,23,NULL +24,CO_NW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +24,CO_NW,Gas_Combustion_Turbine_Cogen,Gas,6.400000095,23,NULL +24,CO_NW,Residential_PV,Solar,326.8849945,23,NULL +24,CO_NW,Wind,Wind,6000,23,NULL +25,CO_SW,Battery_Storage,Electricity,NULL,23,NULL +25,CO_SW,Bio_Gas,Bio_Gas,NULL,23,NULL +25,CO_SW,CCGT,Gas,NULL,23,NULL +25,CO_SW,Central_PV,Solar,3007.679978,23,NULL +25,CO_SW,Coal_IGCC,Coal,NULL,23,NULL +25,CO_SW,Coal_Steam_Turbine,Coal,NULL,23,NULL +25,CO_SW,CSP_Trough_6h_Storage,Solar,380.8700001,23,NULL +25,CO_SW,CSP_Trough_No_Storage,Solar,352.0099995,23,NULL +25,CO_SW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +25,CO_SW,Geothermal,Geothermal,10,23,NULL +25,CO_SW,Residential_PV,Solar,1132.27002,23,NULL +25,CO_SW,Wind,Wind,6720,23,NULL +26,ID_E,Battery_Storage,Electricity,NULL,23,NULL +26,ID_E,Bio_Gas,Bio_Gas,NULL,23,NULL +26,ID_E,CCGT,Gas,NULL,23,NULL +26,ID_E,Central_PV,Solar,433.349998,23,NULL +26,ID_E,Coal_IGCC,Coal,NULL,23,NULL +26,ID_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +26,ID_E,CSP_Trough_6h_Storage,Solar,251.2699971,23,NULL +26,ID_E,CSP_Trough_No_Storage,Solar,283.3599982,23,NULL +26,ID_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +26,ID_E,Geothermal,Geothermal,195,23,NULL +26,ID_E,Wind,Wind,3000,23,NULL +27,ID_S_OR_E,Battery_Storage,Electricity,NULL,23,NULL +27,ID_S_OR_E,Bio_Gas,Bio_Gas,NULL,23,NULL +27,ID_S_OR_E,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,6.199999809,23,NULL +27,ID_S_OR_E,CCGT,Gas,NULL,23,NULL +27,ID_S_OR_E,CCGT_Cogen,Gas,20.79999924,23,NULL +27,ID_S_OR_E,Central_PV,Solar,854.30999,23,NULL +27,ID_S_OR_E,Coal_IGCC,Coal,NULL,23,NULL +27,ID_S_OR_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +27,ID_S_OR_E,Coal_Steam_Turbine_Cogen,Coal,10.19999981,23,NULL +27,ID_S_OR_E,Commercial_PV,Solar,69.90649796,23,NULL +27,ID_S_OR_E,CSP_Trough_6h_Storage,Solar,557.629995,23,NULL +27,ID_S_OR_E,CSP_Trough_No_Storage,Solar,734.7299896,23,NULL +27,ID_S_OR_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +27,ID_S_OR_E,Geothermal,Geothermal,369,23,NULL +27,ID_S_OR_E,Residential_PV,Solar,36.16600037,23,NULL +27,ID_S_OR_E,Wind,Wind,20460,23,NULL +28,MEX_BAJA,Battery_Storage,Electricity,NULL,23,NULL +28,MEX_BAJA,Bio_Gas,Bio_Gas,NULL,23,NULL +28,MEX_BAJA,CCGT,Gas,NULL,23,NULL +28,MEX_BAJA,Central_PV,Solar,1651.769977,23,NULL +28,MEX_BAJA,Coal_IGCC,Coal,NULL,23,NULL +28,MEX_BAJA,Coal_Steam_Turbine,Coal,NULL,23,NULL +28,MEX_BAJA,CSP_Trough_6h_Storage,Solar,2964.489933,23,NULL +28,MEX_BAJA,CSP_Trough_No_Storage,Solar,2964.489933,23,NULL +28,MEX_BAJA,Gas_Combustion_Turbine,Gas,NULL,23,NULL +28,MEX_BAJA,Geothermal,Geothermal,699.2000008,23,NULL +28,MEX_BAJA,Offshore_Wind,Wind,60,23,NULL +28,MEX_BAJA,Wind,Wind,90,23,NULL +29,MT_NE,Battery_Storage,Electricity,NULL,23,NULL +29,MT_NE,Bio_Gas,Bio_Gas,NULL,23,NULL +29,MT_NE,CCGT,Gas,NULL,23,NULL +29,MT_NE,Central_PV,Solar,148.3599985,23,NULL +29,MT_NE,Coal_IGCC,Coal,NULL,23,NULL +29,MT_NE,Coal_Steam_Turbine,Coal,NULL,23,NULL +29,MT_NE,Commercial_PV,Solar,147.1488008,23,NULL +29,MT_NE,CSP_Trough_6h_Storage,Solar,3866.029951,23,NULL +29,MT_NE,CSP_Trough_No_Storage,Solar,98.5899992,23,NULL +29,MT_NE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +29,MT_NE,Residential_PV,Solar,7945.390137,23,NULL +29,MT_NE,Wind,Wind,1890,23,NULL +30,MT_NW,Battery_Storage,Electricity,NULL,23,NULL +30,MT_NW,Bio_Gas,Bio_Gas,NULL,23,NULL +30,MT_NW,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,17.29999924,23,NULL +30,MT_NW,CCGT,Gas,NULL,23,NULL +30,MT_NW,Central_PV,Solar,240.4799995,23,NULL +30,MT_NW,Coal_IGCC,Coal,NULL,23,NULL +30,MT_NW,Coal_Steam_Turbine,Coal,NULL,23,NULL +30,MT_NW,CSP_Trough_6h_Storage,Solar,240.4799995,23,NULL +30,MT_NW,CSP_Trough_No_Storage,Solar,240.4799995,23,NULL +30,MT_NW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +30,MT_NW,Wind,Wind,1380,23,NULL +31,MT_SE,Battery_Storage,Electricity,NULL,23,NULL +31,MT_SE,Bio_Gas,Bio_Gas,NULL,23,NULL +31,MT_SE,CCGT,Gas,NULL,23,NULL +31,MT_SE,Central_PV,Solar,4842.339882,23,NULL +31,MT_SE,Coal_IGCC,Coal,NULL,23,NULL +31,MT_SE,Coal_Steam_Turbine,Coal,NULL,23,NULL +31,MT_SE,Coal_Steam_Turbine_Cogen,Coal,65,23,NULL +31,MT_SE,Commercial_PV,Solar,755.3259888,23,NULL +31,MT_SE,CSP_Trough_6h_Storage,Solar,8229.37986,23,NULL +31,MT_SE,CSP_Trough_No_Storage,Solar,8229.37986,23,NULL +31,MT_SE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +31,MT_SE,Residential_PV,Solar,70.94100189,23,NULL +31,MT_SE,Wind,Wind,2970,23,NULL +32,MT_SW,Battery_Storage,Electricity,NULL,23,NULL +32,MT_SW,Bio_Gas,Bio_Gas,NULL,23,NULL +32,MT_SW,CCGT,Gas,NULL,23,NULL +32,MT_SW,Central_PV,Solar,267.2799956,23,NULL +32,MT_SW,Coal_IGCC,Coal,NULL,23,NULL +32,MT_SW,Coal_Steam_Turbine,Coal,NULL,23,NULL +32,MT_SW,CSP_Trough_6h_Storage,Solar,200.2699969,23,NULL +32,MT_SW,CSP_Trough_No_Storage,Solar,231.0699971,23,NULL +32,MT_SW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +32,MT_SW,Geothermal,Geothermal,10,23,NULL +32,MT_SW,Wind,Wind,2250,23,NULL +33,NM_N,Battery_Storage,Electricity,NULL,23,NULL +33,NM_N,Bio_Gas,Bio_Gas,NULL,23,NULL +33,NM_N,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas,6.599999905,23,NULL +33,NM_N,CCGT,Gas,NULL,23,NULL +33,NM_N,Central_PV,Solar,14499.17012,23,NULL +33,NM_N,Coal_IGCC,Coal,NULL,23,NULL +33,NM_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +33,NM_N,Commercial_PV,Solar,386.5430942,23,NULL +33,NM_N,CSP_Trough_6h_Storage,Solar,12729.44989,23,NULL +33,NM_N,CSP_Trough_No_Storage,Solar,10577.16993,23,NULL +33,NM_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +33,NM_N,Gas_Combustion_Turbine_Cogen,Gas,7,23,NULL +33,NM_N,Residential_PV,Solar,6586.377903,23,NULL +33,NM_N,Wind,Wind,35190,23,NULL +34,NM_S_TX_EPE,Battery_Storage,Electricity,NULL,23,NULL +34,NM_S_TX_EPE,Bio_Gas,Bio_Gas,NULL,23,NULL +34,NM_S_TX_EPE,CCGT,Gas,NULL,23,NULL +34,NM_S_TX_EPE,Central_PV,Solar,11441.01017,23,NULL +34,NM_S_TX_EPE,Coal_IGCC,Coal,NULL,23,NULL +34,NM_S_TX_EPE,Coal_Steam_Turbine,Coal,NULL,23,NULL +34,NM_S_TX_EPE,Commercial_PV,Solar,604.2681999,23,NULL +34,NM_S_TX_EPE,CSP_Trough_6h_Storage,Solar,22143.55005,23,NULL +34,NM_S_TX_EPE,CSP_Trough_No_Storage,Solar,22201.01005,23,NULL +34,NM_S_TX_EPE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +34,NM_S_TX_EPE,Gas_Combustion_Turbine_Cogen,Gas,17.30000019,23,NULL +34,NM_S_TX_EPE,Geothermal,Geothermal,20,23,NULL +34,NM_S_TX_EPE,Residential_PV,Solar,1212.951994,23,NULL +34,NM_S_TX_EPE,Wind,Wind,19140,23,NULL +35,NV_N,Battery_Storage,Electricity,NULL,23,NULL +35,NV_N,Bio_Gas,Bio_Gas,NULL,23,NULL +35,NV_N,CCGT,Gas,NULL,23,NULL +35,NV_N,Central_PV,Solar,5043.350002,23,NULL +35,NV_N,Coal_IGCC,Coal,NULL,23,NULL +35,NV_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +35,NV_N,Commercial_PV,Solar,11289.51164,23,NULL +35,NV_N,CSP_Trough_6h_Storage,Solar,2509.400011,23,NULL +35,NV_N,CSP_Trough_No_Storage,Solar,2773.120006,23,NULL +35,NV_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +35,NV_N,Geothermal,Geothermal,2586.700003,23,NULL +35,NV_N,Residential_PV,Solar,660.7250023,23,NULL +35,NV_N,Wind,Wind,12690,23,NULL +36,NV_S,Battery_Storage,Electricity,NULL,23,NULL +36,NV_S,Bio_Gas,Bio_Gas,NULL,23,NULL +36,NV_S,CCGT,Gas,NULL,23,NULL +36,NV_S,CCGT_Cogen,Gas,381.1000023,23,NULL +36,NV_S,Central_PV,Solar,1919.810005,23,NULL +36,NV_S,Coal_IGCC,Coal,NULL,23,NULL +36,NV_S,Coal_Steam_Turbine,Coal,NULL,23,NULL +36,NV_S,CSP_Trough_6h_Storage,Solar,1832.930004,23,NULL +36,NV_S,CSP_Trough_No_Storage,Solar,1885.930005,23,NULL +36,NV_S,Gas_Combustion_Turbine,Gas,NULL,23,NULL +36,NV_S,Geothermal,Geothermal,250,23,NULL +36,NV_S,Wind,Wind,20400,23,NULL +37,OR_E,Battery_Storage,Electricity,NULL,23,NULL +37,OR_E,Bio_Gas,Bio_Gas,NULL,23,NULL +37,OR_E,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,7.5,23,NULL +37,OR_E,CCGT,Gas,NULL,23,NULL +37,OR_E,CCGT_Cogen,Gas,323,23,NULL +37,OR_E,Central_PV,Solar,189.8999972,23,NULL +37,OR_E,Coal_IGCC,Coal,NULL,23,NULL +37,OR_E,Coal_Steam_Turbine,Coal,NULL,23,NULL +37,OR_E,Commercial_PV,Solar,119.0243988,23,NULL +37,OR_E,CSP_Trough_6h_Storage,Solar,168.4399989,23,NULL +37,OR_E,CSP_Trough_No_Storage,Solar,178.049999,23,NULL +37,OR_E,Gas_Combustion_Turbine,Gas,NULL,23,NULL +37,OR_E,Geothermal,Geothermal,762,23,NULL +37,OR_E,Residential_PV,Solar,598.1299915,23,NULL +37,OR_E,Wind,Wind,2934,23,NULL +38,OR_PDX,Battery_Storage,Electricity,NULL,23,NULL +38,OR_PDX,Bio_Gas,Bio_Gas,NULL,23,NULL +38,OR_PDX,CCGT,Gas,NULL,23,NULL +38,OR_PDX,Central_PV,Solar,59.53999829,23,NULL +38,OR_PDX,Coal_IGCC,Coal,NULL,23,NULL +38,OR_PDX,Coal_Steam_Turbine,Coal,NULL,23,NULL +38,OR_PDX,Commercial_PV,Solar,256.3707004,23,NULL +38,OR_PDX,CSP_Trough_6h_Storage,Solar,59.53999829,23,NULL +38,OR_PDX,CSP_Trough_No_Storage,Solar,59.53999829,23,NULL +38,OR_PDX,Gas_Combustion_Turbine,Gas,NULL,23,NULL +38,OR_PDX,Geothermal,Geothermal,45,23,NULL +38,OR_PDX,Residential_PV,Solar,6029.98189,23,NULL +38,OR_PDX,Wind,Wind,1350,23,NULL +39,OR_W,Battery_Storage,Electricity,NULL,23,NULL +39,OR_W,Bio_Gas,Bio_Gas,NULL,23,NULL +39,OR_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,40,23,NULL +39,OR_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,149.3999996,23,NULL +39,OR_W,CCGT,Gas,NULL,23,NULL +39,OR_W,CCGT_Cogen,Gas,96,23,NULL +39,OR_W,Central_PV,Solar,1247.280016,23,NULL +39,OR_W,Coal_IGCC,Coal,NULL,23,NULL +39,OR_W,Coal_Steam_Turbine,Coal,NULL,23,NULL +39,OR_W,Commercial_PV,Solar,195.5790062,23,NULL +39,OR_W,CSP_Trough_6h_Storage,Solar,1247.280016,23,NULL +39,OR_W,CSP_Trough_No_Storage,Solar,1247.280016,23,NULL +39,OR_W,Gas_Combustion_Turbine,Gas,NULL,23,NULL +39,OR_W,Gas_Combustion_Turbine_Cogen,Gas,54,23,NULL +39,OR_W,Gas_Steam_Turbine_Cogen,Gas,37.5,23,NULL +39,OR_W,Geothermal,Geothermal,300,23,NULL +39,OR_W,Offshore_Wind,Wind,2730,23,NULL +39,OR_W,Residential_PV,Solar,12073.87061,23,NULL +39,OR_W,Wind,Wind,9150,23,NULL +40,OR_WA_BPA,Battery_Storage,Electricity,NULL,23,NULL +40,OR_WA_BPA,Bio_Gas,Bio_Gas,NULL,23,NULL +40,OR_WA_BPA,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,5,23,NULL +40,OR_WA_BPA,CCGT,Gas,NULL,23,NULL +40,OR_WA_BPA,CCGT_Cogen,Gas,621.2000122,23,NULL +40,OR_WA_BPA,Central_PV,Solar,737.2499793,23,NULL +40,OR_WA_BPA,Coal_IGCC,Coal,NULL,23,NULL +40,OR_WA_BPA,Coal_Steam_Turbine,Coal,NULL,23,NULL +40,OR_WA_BPA,Commercial_PV,Solar,3676.282807,23,NULL +40,OR_WA_BPA,CSP_Trough_6h_Storage,Solar,433.8300068,23,NULL +40,OR_WA_BPA,CSP_Trough_No_Storage,Solar,431.4400067,23,NULL +40,OR_WA_BPA,Gas_Combustion_Turbine,Gas,NULL,23,NULL +40,OR_WA_BPA,Residential_PV,Solar,3260.504976,23,NULL +40,OR_WA_BPA,Wind,Wind,13470,23,NULL +41,UT_N,Battery_Storage,Electricity,NULL,23,NULL +41,UT_N,Bio_Gas,Bio_Gas,NULL,23,NULL +41,UT_N,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,1.600000024,23,NULL +41,UT_N,CCGT,Gas,NULL,23,NULL +41,UT_N,Central_PV,Solar,1476.429991,23,NULL +41,UT_N,Coal_IGCC,Coal,NULL,23,NULL +41,UT_N,Coal_Steam_Turbine,Coal,NULL,23,NULL +41,UT_N,Commercial_PV,Solar,154.5674009,23,NULL +41,UT_N,CSP_Trough_6h_Storage,Solar,1165.88999,23,NULL +41,UT_N,CSP_Trough_No_Storage,Solar,1296.58999,23,NULL +41,UT_N,Gas_Combustion_Turbine,Gas,NULL,23,NULL +41,UT_N,Gas_Combustion_Turbine_Cogen,Gas,25,23,NULL +41,UT_N,Gas_Internal_Combustion_Engine_Cogen,Gas,3.599999905,23,NULL +41,UT_N,Geothermal,Geothermal,126,23,NULL +41,UT_N,Residential_PV,Solar,2673.505005,23,NULL +41,UT_N,Wind,Wind,3210,23,NULL +42,UT_S,Battery_Storage,Electricity,NULL,23,NULL +42,UT_S,Bio_Gas,Bio_Gas,NULL,23,NULL +42,UT_S,CCGT,Gas,NULL,23,NULL +42,UT_S,Central_PV,Solar,1751.920002,23,NULL +42,UT_S,Coal_IGCC,Coal,NULL,23,NULL +42,UT_S,Coal_Steam_Turbine,Coal,NULL,23,NULL +42,UT_S,CSP_Trough_6h_Storage,Solar,716.7199986,23,NULL +42,UT_S,CSP_Trough_No_Storage,Solar,796.4699984,23,NULL +42,UT_S,Gas_Combustion_Turbine,Gas,NULL,23,NULL +42,UT_S,Geothermal,Geothermal,453.0999985,23,NULL +42,UT_S,Residential_PV,Solar,10980.55481,23,NULL +42,UT_S,Wind,Wind,8550,23,NULL +43,WA_ID_AVA,Battery_Storage,Electricity,NULL,23,NULL +43,WA_ID_AVA,Bio_Gas,Bio_Gas,NULL,23,NULL +43,WA_ID_AVA,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,93.80000305,23,NULL +43,WA_ID_AVA,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,6.199999809,23,NULL +43,WA_ID_AVA,CCGT,Gas,NULL,23,NULL +43,WA_ID_AVA,Central_PV,Solar,1112.770013,23,NULL +43,WA_ID_AVA,Coal_IGCC,Coal,NULL,23,NULL +43,WA_ID_AVA,Coal_Steam_Turbine,Coal,NULL,23,NULL +43,WA_ID_AVA,Commercial_PV,Solar,726.9272251,23,NULL +43,WA_ID_AVA,CSP_Trough_6h_Storage,Solar,703.2300034,23,NULL +43,WA_ID_AVA,CSP_Trough_No_Storage,Solar,817.4000034,23,NULL +43,WA_ID_AVA,Gas_Combustion_Turbine,Gas,NULL,23,NULL +43,WA_ID_AVA,Geothermal,Geothermal,10,23,NULL +43,WA_ID_AVA,Residential_PV,Solar,230.9059954,23,NULL +43,WA_ID_AVA,Wind,Wind,20400,23,NULL +44,WA_N_CEN,Battery_Storage,Electricity,NULL,23,NULL +44,WA_N_CEN,Bio_Gas,Bio_Gas,NULL,23,NULL +44,WA_N_CEN,CCGT,Gas,NULL,23,NULL +44,WA_N_CEN,Central_PV,Solar,1815.80005,23,NULL +44,WA_N_CEN,Coal_IGCC,Coal,NULL,23,NULL +44,WA_N_CEN,Coal_Steam_Turbine,Coal,NULL,23,NULL +44,WA_N_CEN,Commercial_PV,Solar,2868.256546,23,NULL +44,WA_N_CEN,CSP_Trough_6h_Storage,Solar,379.1800127,23,NULL +44,WA_N_CEN,CSP_Trough_No_Storage,Solar,379.1800127,23,NULL +44,WA_N_CEN,Gas_Combustion_Turbine,Gas,NULL,23,NULL +44,WA_N_CEN,Residential_PV,Solar,2591.437019,23,NULL +44,WA_N_CEN,Wind,Wind,9750,23,NULL +45,WA_SEATAC,Battery_Storage,Electricity,NULL,23,NULL +45,WA_SEATAC,Bio_Gas,Bio_Gas,NULL,23,NULL +45,WA_SEATAC,CCGT,Gas,NULL,23,NULL +45,WA_SEATAC,Coal_IGCC,Coal,NULL,23,NULL +45,WA_SEATAC,Coal_Steam_Turbine,Coal,NULL,23,NULL +45,WA_SEATAC,Gas_Combustion_Turbine,Gas,NULL,23,NULL +45,WA_SEATAC,Gas_Steam_Turbine_Cogen,Gas,5,23,NULL +45,WA_SEATAC,Residential_PV,Solar,6489.015766,23,NULL +45,WA_SEATAC,Wind,Wind,60,23,NULL +46,WA_W,Battery_Storage,Electricity,NULL,23,NULL +46,WA_W,Bio_Gas,Bio_Gas,NULL,23,NULL +46,WA_W,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid,93.5,23,NULL +46,WA_W,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid,18,23,NULL +46,WA_W,CCGT,Gas,NULL,23,NULL +46,WA_W,CCGT_Cogen,Gas,545.6999969,23,NULL +46,WA_W,Central_PV,Solar,12.86000013,23,NULL +46,WA_W,Coal_IGCC,Coal,NULL,23,NULL +46,WA_W,Coal_Steam_Turbine,Coal,NULL,23,NULL +46,WA_W,CSP_Trough_6h_Storage,Solar,12.86000013,23,NULL +46,WA_W,CSP_Trough_No_Storage,Solar,12.86000013,23,NULL +46,WA_W,Gas_Combustion_Turbine,Gas,NULL,23,NULL +46,WA_W,Offshore_Wind,Wind,150,23,NULL +46,WA_W,Wind,Wind,2880,23,NULL +47,WY_NE,Battery_Storage,Electricity,NULL,23,NULL +47,WY_NE,Bio_Gas,Bio_Gas,NULL,23,NULL +47,WY_NE,CCGT,Gas,NULL,23,NULL +47,WY_NE,Central_PV,Solar,388.6900027,23,NULL +47,WY_NE,Coal_IGCC,Coal,NULL,23,NULL +47,WY_NE,Coal_Steam_Turbine,Coal,NULL,23,NULL +47,WY_NE,Commercial_PV,Solar,1526.42535,23,NULL +47,WY_NE,CSP_Trough_6h_Storage,Solar,7306.71999,23,NULL +47,WY_NE,CSP_Trough_No_Storage,Solar,10734.74995,23,NULL +47,WY_NE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +47,WY_NE,Residential_PV,Solar,525.7980099,23,NULL +47,WY_NE,Wind,Wind,4260,23,NULL +48,WY_NW,Battery_Storage,Electricity,NULL,23,NULL +48,WY_NW,Bio_Gas,Bio_Gas,NULL,23,NULL +48,WY_NW,CCGT,Gas,NULL,23,NULL +48,WY_NW,Central_PV,Solar,353.9499915,23,NULL +48,WY_NW,Coal_IGCC,Coal,NULL,23,NULL +48,WY_NW,Coal_Steam_Turbine,Coal,NULL,23,NULL +48,WY_NW,CSP_Trough_6h_Storage,Solar,711.9100215,23,NULL +48,WY_NW,CSP_Trough_No_Storage,Solar,721.0000217,23,NULL +48,WY_NW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +48,WY_NW,Gas_Combustion_Turbine_Cogen,Gas,5,23,NULL +48,WY_NW,Wind,Wind,2430,23,NULL +49,WY_SE,Battery_Storage,Electricity,NULL,23,NULL +49,WY_SE,Bio_Gas,Bio_Gas,NULL,23,NULL +49,WY_SE,CCGT,Gas,NULL,23,NULL +49,WY_SE,Central_PV,Solar,268.5799952,23,NULL +49,WY_SE,Coal_IGCC,Coal,NULL,23,NULL +49,WY_SE,Coal_Steam_Turbine,Coal,NULL,23,NULL +49,WY_SE,Commercial_PV,Solar,249.7764034,23,NULL +49,WY_SE,CSP_Trough_6h_Storage,Solar,178.5899985,23,NULL +49,WY_SE,CSP_Trough_No_Storage,Solar,1823.989944,23,NULL +49,WY_SE,Gas_Combustion_Turbine,Gas,NULL,23,NULL +49,WY_SE,Gas_Steam_Turbine_Cogen,Gas,1.299999952,23,NULL +49,WY_SE,Residential_PV,Solar,413.1269951,23,NULL +49,WY_SE,Wind,Wind,163530,23,NULL +50,WY_SW,Battery_Storage,Electricity,NULL,23,NULL +50,WY_SW,Bio_Gas,Bio_Gas,NULL,23,NULL +50,WY_SW,CCGT,Gas,NULL,23,NULL +50,WY_SW,Central_PV,Solar,574.7200079,23,NULL +50,WY_SW,Coal_IGCC,Coal,NULL,23,NULL +50,WY_SW,Coal_Steam_Turbine,Coal,NULL,23,NULL +50,WY_SW,Coal_Steam_Turbine_Cogen,Coal,30,23,NULL +50,WY_SW,Commercial_PV,Solar,346.2216043,23,NULL +50,WY_SW,CSP_Trough_6h_Storage,Solar,429.8600016,23,NULL +50,WY_SW,CSP_Trough_No_Storage,Solar,429.8600016,23,NULL +50,WY_SW,Gas_Combustion_Turbine,Gas,NULL,23,NULL +50,WY_SW,Gas_Combustion_Turbine_Cogen,Gas,108,23,NULL +50,WY_SW,Gas_Steam_Turbine_Cogen,Gas,11.5,23,NULL +50,WY_SW,Residential_PV,Solar,20230.67921,23,NULL +50,WY_SW,Wind,Wind,1590,23,NULL \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/testing/compare variable o m costs.xlsx b/switch_model/wecc/database/baseline_creation/testing/compare variable o m costs.xlsx new file mode 100644 index 000000000..484bbd05b Binary files /dev/null and b/switch_model/wecc/database/baseline_creation/testing/compare variable o m costs.xlsx differ diff --git a/switch_model/wecc/database/baseline_creation/testing/gen_tech_energy_source_EIA_AMPL_names.csv b/switch_model/wecc/database/baseline_creation/testing/gen_tech_energy_source_EIA_AMPL_names.csv new file mode 100644 index 000000000..a7609ad17 --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/testing/gen_tech_energy_source_EIA_AMPL_names.csv @@ -0,0 +1,30 @@ +gen_tech_EIA,energy_source_EIA,gen_tech_AMPL,energy_source_AMPL +Battery_Storage,Electricity,, +BT,Geothermal,, +CC,Bio_Gas,, +CC,Gas,, +CP,Solar,, +FC,Bio_Gas,, +FC,Gas,, +GT,Bio_Gas,, +GT,DistillateFuelOil,, +GT,Gas,, +GT,ResidualFuelOil,, +HY,Water,, +IC,Bio_Gas,, +IC,DistillateFuelOil,, +IC,Gas,, +OT,Gas,, +OT,Waste_Heat,, +PS,Water,, +PV,Solar,, +ST,Bio_Gas,, +ST,Bio_Liquid,, +ST,Bio_Solid,, +ST,Coal,, +ST,Gas,, +ST,Geothermal,, +ST,Solar,, +ST,Uranium,, +ST,Waste_Heat,, +WT,Wind,, \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/testing/gen_tech_energy_source_EIA_AMPL_names.xlsx b/switch_model/wecc/database/baseline_creation/testing/gen_tech_energy_source_EIA_AMPL_names.xlsx new file mode 100644 index 000000000..cf9e584b4 Binary files /dev/null and b/switch_model/wecc/database/baseline_creation/testing/gen_tech_energy_source_EIA_AMPL_names.xlsx differ diff --git a/switch_model/wecc/database/baseline_creation/testing/orig_cost_scenario_23.csv b/switch_model/wecc/database/baseline_creation/testing/orig_cost_scenario_23.csv new file mode 100644 index 000000000..e5a8f745d --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/testing/orig_cost_scenario_23.csv @@ -0,0 +1,305548 @@ +generation_plant_cost_scenario_id,generation_plant_id,name,gen_tech,build_year,fixed_o_m,overnight_cost,storage_energy_capacity_cost_per_mwh +23,77338,Tehachapi: 6,Wind,2010,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2011,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2012,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2013,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2014,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2015,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2016,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2017,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2018,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2019,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2020,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2021,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2022,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2023,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2024,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2025,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2026,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2027,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2028,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2029,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2030,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2031,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2032,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2033,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2034,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2035,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2036,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2037,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2038,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2039,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2040,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2041,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2042,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2043,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2044,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2045,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2046,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2047,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2048,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2049,67378.5,2223490.5,NULL +23,77338,Tehachapi: 6,Wind,2050,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2010,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2011,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2012,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2013,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2014,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2015,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2016,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2017,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2018,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2019,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2020,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2021,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2022,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2023,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2024,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2025,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2026,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2027,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2028,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2029,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2030,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2031,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2032,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2033,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2034,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2035,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2036,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2037,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2038,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2039,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2040,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2041,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2042,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2043,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2044,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2045,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2046,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2047,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2048,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2049,67378.5,2223490.5,NULL +23,77340,Barstow: 8,Wind,2050,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2010,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2011,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2012,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2013,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2014,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2015,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2016,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2017,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2018,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2019,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2020,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2021,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2022,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2023,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2024,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2025,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2026,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2027,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2028,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2029,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2030,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2031,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2032,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2033,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2034,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2035,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2036,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2037,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2038,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2039,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2040,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2041,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2042,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2043,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2044,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2045,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2046,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2047,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2048,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2049,67378.5,2223490.5,NULL +23,77341,Barstow: 9,Wind,2050,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2010,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2011,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2012,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2013,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2014,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2015,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2016,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2017,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2018,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2019,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2020,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2021,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2022,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2023,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2024,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2025,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2026,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2027,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2028,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2029,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2030,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2031,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2032,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2033,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2034,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2035,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2036,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2037,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2038,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2039,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2040,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2041,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2042,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2043,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2044,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2045,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2046,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2047,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2048,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2049,67378.5,2223490.5,NULL +23,77342,Tehachapi: 10,Wind,2050,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2010,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2011,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2012,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2013,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2014,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2015,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2016,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2017,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2018,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2019,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2020,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2021,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2022,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2023,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2024,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2025,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2026,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2027,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2028,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2029,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2030,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2031,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2032,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2033,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2034,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2035,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2036,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2037,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2038,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2039,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2040,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2041,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2042,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2043,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2044,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2045,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2046,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2047,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2048,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2049,67378.5,2223490.5,NULL +23,77343,Tehachapi: 11,Wind,2050,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2010,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2011,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2012,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2013,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2014,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2015,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2016,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2017,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2018,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2019,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2020,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2021,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2022,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2023,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2024,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2025,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2026,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2027,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2028,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2029,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2030,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2031,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2032,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2033,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2034,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2035,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2036,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2037,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2038,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2039,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2040,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2041,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2042,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2043,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2044,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2045,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2046,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2047,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2048,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2049,67378.5,2223490.5,NULL +23,77344,Tehachapi: 12,Wind,2050,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2010,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2011,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2012,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2013,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2014,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2015,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2016,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2017,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2018,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2019,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2020,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2021,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2022,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2023,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2024,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2025,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2026,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2027,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2028,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2029,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2030,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2031,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2032,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2033,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2034,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2035,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2036,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2037,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2038,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2039,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2040,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2041,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2042,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2043,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2044,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2045,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2046,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2047,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2048,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2049,67378.5,2223490.5,NULL +23,77345,Tehachapi: 13,Wind,2050,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2010,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2011,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2012,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2013,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2014,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2015,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2016,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2017,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2018,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2019,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2020,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2021,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2022,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2023,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2024,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2025,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2026,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2027,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2028,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2029,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2030,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2031,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2032,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2033,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2034,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2035,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2036,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2037,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2038,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2039,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2040,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2041,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2042,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2043,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2044,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2045,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2046,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2047,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2048,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2049,67378.5,2223490.5,NULL +23,77346,Tehachapi: 14,Wind,2050,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2010,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2011,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2012,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2013,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2014,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2015,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2016,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2017,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2018,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2019,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2020,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2021,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2022,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2023,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2024,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2025,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2026,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2027,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2028,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2029,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2030,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2031,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2032,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2033,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2034,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2035,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2036,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2037,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2038,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2039,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2040,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2041,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2042,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2043,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2044,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2045,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2046,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2047,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2048,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2049,67378.5,2223490.5,NULL +23,77347,Tehachapi: 15,Wind,2050,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2010,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2011,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2012,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2013,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2014,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2015,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2016,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2017,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2018,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2019,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2020,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2021,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2022,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2023,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2024,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2025,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2026,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2027,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2028,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2029,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2030,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2031,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2032,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2033,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2034,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2035,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2036,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2037,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2038,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2039,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2040,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2041,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2042,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2043,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2044,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2045,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2046,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2047,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2048,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2049,67378.5,2223490.5,NULL +23,77351,Tehachapi: 19,Wind,2050,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2010,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2011,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2012,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2013,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2014,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2015,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2016,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2017,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2018,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2019,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2020,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2021,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2022,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2023,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2024,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2025,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2026,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2027,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2028,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2029,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2030,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2031,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2032,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2033,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2034,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2035,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2036,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2037,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2038,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2039,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2040,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2041,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2042,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2043,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2044,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2045,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2046,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2047,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2048,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2049,67378.5,2223490.5,NULL +23,77352,Tehachapi: 20,Wind,2050,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2010,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2011,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2012,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2013,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2014,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2015,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2016,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2017,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2018,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2019,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2020,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2021,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2022,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2023,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2024,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2025,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2026,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2027,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2028,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2029,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2030,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2031,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2032,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2033,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2034,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2035,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2036,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2037,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2038,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2039,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2040,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2041,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2042,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2043,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2044,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2045,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2046,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2047,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2048,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2049,67378.5,2223490.5,NULL +23,77353,Tehachapi: 21,Wind,2050,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2010,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2011,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2012,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2013,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2014,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2015,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2016,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2017,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2018,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2019,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2020,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2021,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2022,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2023,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2024,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2025,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2026,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2027,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2028,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2029,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2030,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2031,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2032,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2033,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2034,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2035,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2036,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2037,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2038,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2039,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2040,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2041,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2042,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2043,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2044,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2045,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2046,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2047,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2048,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2049,67378.5,2223490.5,NULL +23,77356,Tehachapi: 24,Wind,2050,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2010,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2011,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2012,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2013,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2014,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2015,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2016,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2017,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2018,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2019,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2020,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2021,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2022,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2023,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2024,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2025,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2026,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2027,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2028,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2029,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2030,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2031,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2032,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2033,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2034,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2035,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2036,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2037,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2038,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2039,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2040,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2041,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2042,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2043,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2044,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2045,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2046,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2047,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2048,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2049,67378.5,2223490.5,NULL +23,77359,SanBernardino_Lucerne: 27,Wind,2050,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2010,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2011,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2012,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2013,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2014,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2015,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2016,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2017,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2018,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2019,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2020,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2021,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2022,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2023,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2024,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2025,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2026,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2027,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2028,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2029,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2030,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2031,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2032,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2033,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2034,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2035,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2036,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2037,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2038,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2039,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2040,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2041,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2042,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2043,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2044,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2045,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2046,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2047,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2048,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2049,67378.5,2223490.5,NULL +23,77363,SanBernardino_Lucerne: 31,Wind,2050,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2010,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2011,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2012,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2013,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2014,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2015,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2016,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2017,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2018,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2019,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2020,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2021,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2022,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2023,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2024,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2025,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2026,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2027,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2028,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2029,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2030,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2031,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2032,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2033,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2034,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2035,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2036,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2037,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2038,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2039,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2040,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2041,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2042,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2043,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2044,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2045,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2046,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2047,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2048,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2049,67378.5,2223490.5,NULL +23,77364,Tehachapi: 35,Wind,2050,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2010,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2011,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2012,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2013,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2014,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2015,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2016,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2017,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2018,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2019,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2020,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2021,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2022,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2023,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2024,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2025,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2026,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2027,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2028,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2029,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2030,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2031,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2032,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2033,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2034,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2035,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2036,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2037,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2038,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2039,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2040,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2041,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2042,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2043,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2044,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2045,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2046,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2047,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2048,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2049,67378.5,2223490.5,NULL +23,77366,Tehachapi: 37,Wind,2050,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2010,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2011,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2012,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2013,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2014,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2015,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2016,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2017,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2018,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2019,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2020,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2021,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2022,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2023,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2024,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2025,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2026,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2027,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2028,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2029,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2030,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2031,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2032,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2033,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2034,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2035,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2036,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2037,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2038,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2039,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2040,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2041,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2042,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2043,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2044,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2045,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2046,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2047,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2048,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2049,67378.5,2223490.5,NULL +23,77367,Tehachapi: 38,Wind,2050,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2010,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2011,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2012,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2013,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2014,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2015,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2016,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2017,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2018,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2019,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2020,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2021,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2022,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2023,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2024,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2025,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2026,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2027,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2028,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2029,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2030,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2031,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2032,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2033,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2034,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2035,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2036,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2037,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2038,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2039,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2040,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2041,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2042,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2043,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2044,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2045,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2046,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2047,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2048,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2049,67378.5,2223490.5,NULL +23,77369,Tehachapi: 40,Wind,2050,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2010,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2011,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2012,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2013,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2014,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2015,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2016,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2017,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2018,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2019,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2020,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2021,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2022,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2023,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2024,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2025,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2026,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2027,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2028,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2029,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2030,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2031,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2032,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2033,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2034,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2035,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2036,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2037,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2038,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2039,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2040,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2041,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2042,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2043,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2044,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2045,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2046,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2047,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2048,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2049,67378.5,2223490.5,NULL +23,77370,Kramer: 41,Wind,2050,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2010,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2011,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2012,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2013,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2014,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2015,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2016,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2017,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2018,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2019,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2020,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2021,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2022,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2023,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2024,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2025,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2026,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2027,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2028,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2029,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2030,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2031,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2032,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2033,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2034,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2035,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2036,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2037,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2038,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2039,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2040,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2041,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2042,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2043,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2044,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2045,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2046,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2047,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2048,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2049,67378.5,2223490.5,NULL +23,77371,Tehachapi: 42,Wind,2050,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2010,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2011,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2012,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2013,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2014,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2015,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2016,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2017,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2018,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2019,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2020,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2021,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2022,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2023,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2024,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2025,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2026,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2027,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2028,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2029,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2030,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2031,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2032,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2033,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2034,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2035,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2036,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2037,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2038,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2039,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2040,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2041,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2042,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2043,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2044,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2045,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2046,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2047,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2048,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2049,67378.5,2223490.5,NULL +23,77372,Tehachapi: 43,Wind,2050,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2010,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2011,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2012,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2013,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2014,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2015,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2016,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2017,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2018,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2019,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2020,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2021,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2022,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2023,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2024,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2025,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2026,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2027,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2028,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2029,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2030,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2031,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2032,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2033,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2034,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2035,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2036,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2037,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2038,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2039,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2040,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2041,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2042,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2043,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2044,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2045,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2046,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2047,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2048,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2049,67378.5,2223490.5,NULL +23,77373,SanBernardino_Lucerne: 44,Wind,2050,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2010,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2011,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2012,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2013,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2014,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2015,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2016,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2017,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2018,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2019,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2020,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2021,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2022,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2023,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2024,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2025,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2026,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2027,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2028,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2029,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2030,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2031,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2032,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2033,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2034,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2035,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2036,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2037,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2038,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2039,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2040,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2041,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2042,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2043,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2044,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2045,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2046,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2047,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2048,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2049,67378.5,2223490.5,NULL +23,77374,Barstow: 45,Wind,2050,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2010,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2011,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2012,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2013,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2014,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2015,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2016,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2017,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2018,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2019,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2020,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2021,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2022,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2023,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2024,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2025,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2026,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2027,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2028,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2029,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2030,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2031,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2032,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2033,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2034,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2035,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2036,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2037,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2038,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2039,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2040,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2041,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2042,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2043,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2044,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2045,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2046,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2047,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2048,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2049,67378.5,2223490.5,NULL +23,77376,SanBernardino_Lucerne: 47,Wind,2050,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2010,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2011,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2012,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2013,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2014,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2015,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2016,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2017,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2018,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2019,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2020,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2021,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2022,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2023,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2024,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2025,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2026,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2027,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2028,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2029,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2030,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2031,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2032,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2033,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2034,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2035,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2036,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2037,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2038,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2039,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2040,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2041,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2042,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2043,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2044,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2045,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2046,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2047,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2048,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2049,67378.5,2223490.5,NULL +23,77377,Barstow: 48,Wind,2050,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2010,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2011,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2012,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2013,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2014,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2015,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2016,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2017,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2018,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2019,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2020,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2021,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2022,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2023,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2024,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2025,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2026,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2027,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2028,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2029,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2030,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2031,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2032,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2033,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2034,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2035,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2036,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2037,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2038,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2039,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2040,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2041,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2042,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2043,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2044,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2045,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2046,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2047,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2048,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2049,67378.5,2223490.5,NULL +23,77379,Tehachapi: 52,Wind,2050,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2010,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2011,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2012,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2013,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2014,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2015,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2016,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2017,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2018,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2019,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2020,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2021,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2022,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2023,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2024,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2025,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2026,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2027,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2028,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2029,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2030,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2031,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2032,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2033,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2034,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2035,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2036,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2037,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2038,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2039,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2040,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2041,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2042,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2043,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2044,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2045,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2046,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2047,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2048,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2049,67378.5,2223490.5,NULL +23,77380,Tehachapi: 53,Wind,2050,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2010,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2011,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2012,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2013,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2014,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2015,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2016,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2017,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2018,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2019,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2020,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2021,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2022,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2023,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2024,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2025,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2026,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2027,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2028,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2029,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2030,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2031,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2032,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2033,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2034,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2035,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2036,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2037,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2038,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2039,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2040,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2041,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2042,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2043,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2044,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2045,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2046,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2047,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2048,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2049,67378.5,2223490.5,NULL +23,77384,TwentyninePalms: 57,Wind,2050,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2010,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2011,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2012,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2013,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2014,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2015,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2016,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2017,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2018,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2019,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2020,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2021,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2022,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2023,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2024,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2025,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2026,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2027,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2028,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2029,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2030,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2031,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2032,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2033,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2034,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2035,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2036,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2037,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2038,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2039,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2040,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2041,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2042,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2043,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2044,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2045,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2046,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2047,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2048,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2049,67378.5,2223490.5,NULL +23,77387,SanBernardino_Lucerne: 60,Wind,2050,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2010,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2011,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2012,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2013,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2014,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2015,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2016,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2017,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2018,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2019,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2020,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2021,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2022,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2023,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2024,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2025,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2026,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2027,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2028,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2029,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2030,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2031,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2032,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2033,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2034,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2035,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2036,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2037,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2038,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2039,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2040,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2041,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2042,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2043,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2044,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2045,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2046,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2047,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2048,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2049,67378.5,2223490.5,NULL +23,77388,SanBernardino_Lucerne: 61,Wind,2050,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2010,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2011,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2012,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2013,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2014,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2015,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2016,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2017,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2018,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2019,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2020,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2021,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2022,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2023,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2024,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2025,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2026,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2027,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2028,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2029,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2030,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2031,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2032,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2033,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2034,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2035,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2036,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2037,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2038,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2039,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2040,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2041,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2042,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2043,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2044,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2045,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2046,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2047,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2048,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2049,67378.5,2223490.5,NULL +23,77391,Tehachapi: 66,Wind,2050,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2010,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2011,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2012,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2013,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2014,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2015,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2016,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2017,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2018,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2019,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2020,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2021,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2022,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2023,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2024,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2025,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2026,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2027,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2028,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2029,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2030,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2031,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2032,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2033,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2034,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2035,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2036,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2037,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2038,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2039,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2040,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2041,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2042,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2043,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2044,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2045,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2046,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2047,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2048,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2049,67378.5,2223490.5,NULL +23,77392,TwentyninePalms: 67,Wind,2050,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2010,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2011,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2012,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2013,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2014,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2015,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2016,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2017,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2018,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2019,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2020,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2021,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2022,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2023,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2024,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2025,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2026,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2027,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2028,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2029,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2030,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2031,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2032,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2033,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2034,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2035,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2036,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2037,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2038,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2039,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2040,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2041,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2042,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2043,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2044,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2045,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2046,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2047,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2048,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2049,67378.5,2223490.5,NULL +23,77393,LassenNorth: 472,Wind,2050,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2010,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2011,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2012,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2013,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2014,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2015,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2016,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2017,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2018,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2019,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2020,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2021,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2022,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2023,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2024,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2025,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2026,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2027,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2028,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2029,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2030,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2031,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2032,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2033,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2034,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2035,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2036,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2037,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2038,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2039,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2040,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2041,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2042,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2043,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2044,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2045,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2046,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2047,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2048,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2049,67378.5,2223490.5,NULL +23,77394,SanDiegoSouth: 473,Wind,2050,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2010,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2011,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2012,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2013,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2014,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2015,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2016,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2017,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2018,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2019,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2020,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2021,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2022,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2023,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2024,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2025,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2026,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2027,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2028,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2029,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2030,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2031,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2032,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2033,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2034,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2035,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2036,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2037,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2038,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2039,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2040,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2041,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2042,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2043,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2044,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2045,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2046,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2047,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2048,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2049,67378.5,2223490.5,NULL +23,77395,LassenNorth: 475,Wind,2050,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2010,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2011,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2012,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2013,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2014,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2015,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2016,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2017,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2018,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2019,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2020,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2021,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2022,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2023,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2024,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2025,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2026,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2027,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2028,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2029,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2030,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2031,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2032,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2033,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2034,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2035,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2036,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2037,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2038,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2039,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2040,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2041,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2042,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2043,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2044,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2045,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2046,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2047,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2048,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2049,67378.5,2223490.5,NULL +23,77398,SanBernardino_Lucerne: 479,Wind,2050,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2010,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2011,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2012,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2013,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2014,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2015,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2016,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2017,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2018,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2019,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2020,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2021,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2022,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2023,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2024,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2025,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2026,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2027,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2028,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2029,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2030,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2031,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2032,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2033,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2034,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2035,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2036,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2037,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2038,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2039,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2040,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2041,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2042,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2043,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2044,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2045,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2046,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2047,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2048,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2049,67378.5,2223490.5,NULL +23,77400,RoundMountain: 501,Wind,2050,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2010,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2011,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2012,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2013,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2014,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2015,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2016,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2017,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2018,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2019,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2020,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2021,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2022,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2023,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2024,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2025,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2026,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2027,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2028,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2029,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2030,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2031,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2032,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2033,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2034,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2035,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2036,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2037,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2038,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2039,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2040,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2041,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2042,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2043,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2044,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2045,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2046,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2047,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2048,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2049,67378.5,2223490.5,NULL +23,77402,RoundMountain: 503,Wind,2050,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2010,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2011,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2012,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2013,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2014,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2015,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2016,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2017,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2018,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2019,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2020,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2021,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2022,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2023,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2024,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2025,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2026,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2027,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2028,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2029,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2030,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2031,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2032,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2033,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2034,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2035,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2036,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2037,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2038,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2039,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2040,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2041,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2042,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2043,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2044,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2045,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2046,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2047,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2048,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2049,67378.5,2223490.5,NULL +23,77405,LassenNorth: 506,Wind,2050,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2010,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2011,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2012,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2013,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2014,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2015,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2016,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2017,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2018,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2019,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2020,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2021,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2022,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2023,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2024,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2025,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2026,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2027,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2028,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2029,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2030,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2031,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2032,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2033,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2034,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2035,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2036,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2037,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2038,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2039,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2040,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2041,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2042,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2043,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2044,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2045,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2046,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2047,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2048,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2049,67378.5,2223490.5,NULL +23,77406,LassenNorth: 507,Wind,2050,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2010,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2011,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2012,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2013,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2014,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2015,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2016,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2017,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2018,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2019,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2020,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2021,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2022,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2023,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2024,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2025,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2026,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2027,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2028,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2029,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2030,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2031,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2032,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2033,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2034,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2035,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2036,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2037,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2038,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2039,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2040,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2041,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2042,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2043,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2044,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2045,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2046,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2047,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2048,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2049,67378.5,2223490.5,NULL +23,77408,Tehachapi: 509,Wind,2050,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2010,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2011,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2012,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2013,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2014,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2015,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2016,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2017,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2018,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2019,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2020,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2021,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2022,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2023,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2024,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2025,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2026,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2027,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2028,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2029,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2030,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2031,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2032,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2033,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2034,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2035,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2036,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2037,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2038,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2039,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2040,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2041,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2042,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2043,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2044,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2045,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2046,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2047,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2048,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2049,67378.5,2223490.5,NULL +23,77409,Tehachapi: 510,Wind,2050,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2010,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2011,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2012,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2013,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2014,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2015,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2016,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2017,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2018,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2019,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2020,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2021,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2022,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2023,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2024,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2025,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2026,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2027,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2028,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2029,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2030,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2031,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2032,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2033,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2034,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2035,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2036,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2037,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2038,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2039,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2040,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2041,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2042,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2043,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2044,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2045,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2046,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2047,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2048,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2049,67378.5,2223490.5,NULL +23,77411,Tehachapi: 512,Wind,2050,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2010,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2011,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2012,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2013,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2014,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2015,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2016,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2017,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2018,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2019,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2020,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2021,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2022,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2023,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2024,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2025,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2026,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2027,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2028,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2029,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2030,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2031,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2032,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2033,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2034,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2035,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2036,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2037,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2038,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2039,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2040,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2041,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2042,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2043,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2044,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2045,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2046,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2047,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2048,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2049,67378.5,2223490.5,NULL +23,77412,Tehachapi: 513,Wind,2050,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2010,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2011,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2012,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2013,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2014,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2015,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2016,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2017,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2018,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2019,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2020,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2021,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2022,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2023,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2024,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2025,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2026,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2027,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2028,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2029,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2030,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2031,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2032,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2033,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2034,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2035,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2036,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2037,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2038,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2039,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2040,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2041,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2042,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2043,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2044,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2045,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2046,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2047,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2048,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2049,67378.5,2223490.5,NULL +23,77414,Tehachapi: 515,Wind,2050,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2010,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2011,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2012,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2013,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2014,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2015,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2016,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2017,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2018,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2019,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2020,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2021,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2022,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2023,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2024,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2025,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2026,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2027,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2028,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2029,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2030,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2031,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2032,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2033,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2034,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2035,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2036,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2037,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2038,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2039,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2040,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2041,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2042,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2043,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2044,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2045,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2046,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2047,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2048,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2049,67378.5,2223490.5,NULL +23,77415,Tehachapi: 516,Wind,2050,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2010,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2011,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2012,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2013,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2014,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2015,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2016,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2017,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2018,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2019,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2020,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2021,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2022,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2023,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2024,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2025,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2026,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2027,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2028,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2029,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2030,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2031,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2032,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2033,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2034,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2035,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2036,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2037,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2038,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2039,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2040,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2041,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2042,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2043,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2044,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2045,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2046,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2047,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2048,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2049,67378.5,2223490.5,NULL +23,77416,Tehachapi: 517,Wind,2050,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2010,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2011,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2012,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2013,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2014,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2015,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2016,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2017,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2018,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2019,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2020,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2021,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2022,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2023,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2024,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2025,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2026,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2027,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2028,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2029,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2030,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2031,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2032,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2033,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2034,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2035,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2036,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2037,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2038,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2039,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2040,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2041,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2042,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2043,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2044,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2045,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2046,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2047,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2048,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2049,67378.5,2223490.5,NULL +23,77418,Tehachapi: 519,Wind,2050,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2010,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2011,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2012,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2013,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2014,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2015,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2016,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2017,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2018,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2019,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2020,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2021,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2022,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2023,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2024,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2025,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2026,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2027,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2028,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2029,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2030,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2031,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2032,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2033,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2034,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2035,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2036,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2037,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2038,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2039,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2040,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2041,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2042,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2043,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2044,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2045,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2046,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2047,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2048,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2049,67378.5,2223490.5,NULL +23,77419,Tehachapi: 520,Wind,2050,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2010,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2011,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2012,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2013,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2014,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2015,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2016,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2017,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2018,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2019,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2020,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2021,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2022,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2023,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2024,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2025,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2026,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2027,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2028,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2029,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2030,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2031,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2032,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2033,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2034,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2035,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2036,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2037,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2038,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2039,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2040,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2041,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2042,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2043,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2044,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2045,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2046,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2047,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2048,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2049,67378.5,2223490.5,NULL +23,77420,SanBernardino_Lucerne: 521,Wind,2050,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2010,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2011,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2012,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2013,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2014,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2015,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2016,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2017,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2018,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2019,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2020,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2021,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2022,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2023,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2024,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2025,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2026,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2027,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2028,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2029,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2030,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2031,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2032,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2033,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2034,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2035,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2036,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2037,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2038,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2039,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2040,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2041,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2042,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2043,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2044,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2045,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2046,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2047,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2048,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2049,67378.5,2223490.5,NULL +23,77424,SanDiegoSouth: 525,Wind,2050,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2010,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2011,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2012,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2013,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2014,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2015,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2016,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2017,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2018,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2019,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2020,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2021,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2022,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2023,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2024,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2025,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2026,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2027,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2028,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2029,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2030,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2031,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2032,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2033,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2034,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2035,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2036,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2037,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2038,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2039,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2040,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2041,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2042,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2043,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2044,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2045,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2046,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2047,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2048,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2049,67378.5,2223490.5,NULL +23,77425,LassenNorth: 528,Wind,2050,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2010,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2011,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2012,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2013,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2014,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2015,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2016,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2017,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2018,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2019,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2020,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2021,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2022,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2023,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2024,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2025,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2026,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2027,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2028,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2029,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2030,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2031,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2032,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2033,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2034,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2035,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2036,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2037,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2038,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2039,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2040,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2041,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2042,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2043,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2044,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2045,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2046,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2047,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2048,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2049,67378.5,2223490.5,NULL +23,77427,RoundMountain: 532,Wind,2050,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2010,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2011,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2012,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2013,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2014,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2015,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2016,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2017,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2018,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2019,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2020,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2021,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2022,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2023,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2024,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2025,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2026,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2027,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2028,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2029,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2030,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2031,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2032,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2033,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2034,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2035,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2036,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2037,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2038,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2039,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2040,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2041,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2042,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2043,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2044,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2045,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2046,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2047,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2048,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2049,67378.5,2223490.5,NULL +23,77428,RoundMountain: 538,Wind,2050,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2010,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2011,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2012,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2013,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2014,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2015,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2016,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2017,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2018,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2019,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2020,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2021,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2022,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2023,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2024,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2025,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2026,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2027,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2028,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2029,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2030,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2031,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2032,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2033,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2034,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2035,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2036,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2037,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2038,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2039,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2040,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2041,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2042,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2043,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2044,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2045,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2046,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2047,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2048,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2049,67378.5,2223490.5,NULL +23,77429,SacramentoRiverValley: 539,Wind,2050,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2010,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2011,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2012,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2013,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2014,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2015,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2016,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2017,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2018,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2019,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2020,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2021,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2022,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2023,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2024,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2025,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2026,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2027,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2028,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2029,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2030,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2031,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2032,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2033,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2034,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2035,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2036,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2037,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2038,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2039,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2040,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2041,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2042,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2043,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2044,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2045,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2046,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2047,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2048,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2049,67378.5,2223490.5,NULL +23,77430,LassenNorth: 541,Wind,2050,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2010,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2011,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2012,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2013,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2014,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2015,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2016,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2017,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2018,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2019,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2020,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2021,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2022,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2023,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2024,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2025,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2026,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2027,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2028,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2029,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2030,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2031,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2032,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2033,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2034,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2035,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2036,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2037,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2038,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2039,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2040,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2041,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2042,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2043,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2044,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2045,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2046,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2047,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2048,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2049,67378.5,2223490.5,NULL +23,77435,Tehachapi: 548,Wind,2050,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2010,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2011,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2012,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2013,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2014,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2015,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2016,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2017,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2018,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2019,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2020,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2021,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2022,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2023,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2024,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2025,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2026,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2027,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2028,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2029,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2030,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2031,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2032,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2033,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2034,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2035,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2036,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2037,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2038,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2039,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2040,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2041,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2042,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2043,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2044,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2045,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2046,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2047,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2048,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2049,67378.5,2223490.5,NULL +23,77437,RoundMountain: 550,Wind,2050,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2010,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2011,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2012,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2013,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2014,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2015,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2016,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2017,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2018,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2019,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2020,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2021,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2022,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2023,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2024,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2025,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2026,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2027,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2028,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2029,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2030,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2031,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2032,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2033,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2034,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2035,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2036,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2037,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2038,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2039,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2040,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2041,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2042,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2043,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2044,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2045,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2046,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2047,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2048,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2049,67378.5,2223490.5,NULL +23,77443,Tehachapi: 556,Wind,2050,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2010,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2011,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2012,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2013,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2014,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2015,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2016,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2017,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2018,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2019,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2020,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2021,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2022,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2023,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2024,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2025,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2026,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2027,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2028,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2029,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2030,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2031,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2032,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2033,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2034,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2035,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2036,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2037,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2038,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2039,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2040,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2041,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2042,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2043,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2044,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2045,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2046,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2047,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2048,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2049,67378.5,2223490.5,NULL +23,77446,Tehachapi: 559,Wind,2050,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2010,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2011,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2012,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2013,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2014,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2015,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2016,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2017,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2018,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2019,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2020,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2021,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2022,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2023,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2024,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2025,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2026,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2027,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2028,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2029,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2030,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2031,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2032,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2033,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2034,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2035,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2036,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2037,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2038,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2039,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2040,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2041,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2042,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2043,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2044,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2045,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2046,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2047,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2048,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2049,67378.5,2223490.5,NULL +23,77448,SanBernardino_Lucerne: 561,Wind,2050,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2010,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2011,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2012,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2013,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2014,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2015,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2016,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2017,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2018,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2019,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2020,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2021,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2022,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2023,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2024,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2025,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2026,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2027,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2028,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2029,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2030,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2031,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2032,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2033,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2034,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2035,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2036,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2037,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2038,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2039,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2040,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2041,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2042,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2043,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2044,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2045,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2046,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2047,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2048,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2049,67378.5,2223490.5,NULL +23,77452,Tehachapi: 565,Wind,2050,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2010,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2011,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2012,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2013,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2014,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2015,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2016,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2017,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2018,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2019,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2020,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2021,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2022,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2023,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2024,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2025,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2026,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2027,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2028,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2029,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2030,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2031,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2032,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2033,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2034,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2035,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2036,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2037,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2038,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2039,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2040,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2041,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2042,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2043,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2044,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2045,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2046,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2047,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2048,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2049,67378.5,2223490.5,NULL +23,77455,SiskiyouCounty_Partial: 570,Wind,2050,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2010,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2011,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2012,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2013,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2014,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2015,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2016,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2017,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2018,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2019,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2020,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2021,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2022,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2023,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2024,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2025,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2026,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2027,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2028,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2029,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2030,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2031,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2032,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2033,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2034,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2035,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2036,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2037,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2038,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2039,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2040,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2041,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2042,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2043,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2044,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2045,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2046,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2047,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2048,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2049,67378.5,2223490.5,NULL +23,77456,LassenNorth: 571,Wind,2050,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2010,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2011,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2012,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2013,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2014,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2015,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2016,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2017,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2018,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2019,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2020,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2021,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2022,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2023,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2024,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2025,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2026,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2027,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2028,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2029,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2030,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2031,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2032,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2033,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2034,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2035,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2036,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2037,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2038,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2039,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2040,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2041,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2042,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2043,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2044,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2045,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2046,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2047,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2048,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2049,67378.5,2223490.5,NULL +23,77458,LassenNorth: 573,Wind,2050,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2010,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2011,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2012,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2013,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2014,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2015,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2016,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2017,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2018,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2019,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2020,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2021,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2022,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2023,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2024,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2025,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2026,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2027,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2028,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2029,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2030,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2031,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2032,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2033,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2034,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2035,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2036,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2037,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2038,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2039,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2040,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2041,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2042,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2043,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2044,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2045,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2046,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2047,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2048,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2049,67378.5,2223490.5,NULL +23,77459,LassenNorth: 574,Wind,2050,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2010,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2011,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2012,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2013,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2014,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2015,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2016,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2017,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2018,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2019,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2020,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2021,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2022,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2023,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2024,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2025,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2026,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2027,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2028,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2029,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2030,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2031,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2032,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2033,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2034,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2035,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2036,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2037,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2038,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2039,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2040,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2041,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2042,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2043,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2044,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2045,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2046,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2047,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2048,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2049,67378.5,2223490.5,NULL +23,77462,PlumasCounty: 577,Wind,2050,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2010,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2011,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2012,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2013,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2014,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2015,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2016,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2017,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2018,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2019,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2020,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2021,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2022,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2023,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2024,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2025,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2026,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2027,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2028,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2029,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2030,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2031,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2032,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2033,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2034,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2035,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2036,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2037,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2038,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2039,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2040,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2041,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2042,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2043,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2044,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2045,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2046,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2047,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2048,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2049,67378.5,2223490.5,NULL +23,77465,PlumasCounty: 581,Wind,2050,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2010,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2011,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2012,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2013,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2014,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2015,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2016,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2017,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2018,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2019,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2020,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2021,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2022,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2023,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2024,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2025,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2026,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2027,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2028,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2029,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2030,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2031,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2032,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2033,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2034,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2035,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2036,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2037,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2038,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2039,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2040,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2041,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2042,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2043,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2044,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2045,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2046,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2047,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2048,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2049,67378.5,2223490.5,NULL +23,77470,Tehachapi: 592,Wind,2050,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2010,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2011,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2012,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2013,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2014,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2015,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2016,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2017,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2018,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2019,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2020,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2021,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2022,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2023,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2024,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2025,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2026,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2027,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2028,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2029,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2030,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2031,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2032,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2033,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2034,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2035,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2036,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2037,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2038,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2039,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2040,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2041,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2042,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2043,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2044,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2045,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2046,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2047,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2048,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2049,67378.5,2223490.5,NULL +23,77471,Tehachapi: 593,Wind,2050,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2010,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2011,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2012,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2013,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2014,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2015,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2016,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2017,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2018,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2019,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2020,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2021,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2022,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2023,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2024,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2025,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2026,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2027,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2028,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2029,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2030,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2031,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2032,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2033,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2034,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2035,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2036,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2037,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2038,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2039,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2040,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2041,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2042,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2043,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2044,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2045,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2046,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2047,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2048,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2049,67378.5,2223490.5,NULL +23,77472,Tehachapi: 594,Wind,2050,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2010,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2011,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2012,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2013,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2014,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2015,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2016,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2017,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2018,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2019,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2020,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2021,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2022,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2023,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2024,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2025,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2026,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2027,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2028,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2029,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2030,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2031,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2032,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2033,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2034,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2035,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2036,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2037,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2038,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2039,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2040,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2041,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2042,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2043,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2044,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2045,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2046,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2047,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2048,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2049,67378.5,2223490.5,NULL +23,77479,RiversideCounty_Partial: 601,Wind,2050,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2010,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2011,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2012,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2013,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2014,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2015,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2016,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2017,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2018,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2019,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2020,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2021,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2022,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2023,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2024,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2025,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2026,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2027,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2028,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2029,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2030,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2031,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2032,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2033,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2034,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2035,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2036,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2037,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2038,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2039,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2040,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2041,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2042,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2043,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2044,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2045,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2046,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2047,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2048,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2049,67378.5,2223490.5,NULL +23,77480,SanDiegoNorthCentral: 602,Wind,2050,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2010,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2011,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2012,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2013,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2014,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2015,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2016,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2017,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2018,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2019,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2020,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2021,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2022,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2023,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2024,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2025,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2026,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2027,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2028,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2029,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2030,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2031,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2032,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2033,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2034,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2035,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2036,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2037,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2038,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2039,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2040,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2041,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2042,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2043,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2044,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2045,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2046,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2047,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2048,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2049,67378.5,2223490.5,NULL +23,77481,SanDiegoSouth: 604,Wind,2050,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2010,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2011,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2012,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2013,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2014,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2015,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2016,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2017,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2018,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2019,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2020,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2021,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2022,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2023,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2024,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2025,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2026,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2027,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2028,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2029,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2030,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2031,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2032,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2033,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2034,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2035,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2036,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2037,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2038,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2039,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2040,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2041,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2042,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2043,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2044,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2045,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2046,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2047,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2048,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2049,67378.5,2223490.5,NULL +23,77482,SanDiegoSouth: 605,Wind,2050,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2010,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2011,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2012,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2013,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2014,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2015,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2016,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2017,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2018,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2019,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2020,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2021,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2022,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2023,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2024,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2025,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2026,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2027,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2028,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2029,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2030,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2031,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2032,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2033,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2034,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2035,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2036,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2037,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2038,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2039,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2040,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2041,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2042,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2043,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2044,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2045,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2046,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2047,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2048,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2049,67378.5,2223490.5,NULL +23,77483,SanDiegoSouth: 606,Wind,2050,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2010,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2011,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2012,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2013,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2014,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2015,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2016,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2017,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2018,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2019,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2020,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2021,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2022,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2023,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2024,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2025,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2026,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2027,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2028,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2029,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2030,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2031,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2032,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2033,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2034,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2035,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2036,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2037,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2038,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2039,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2040,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2041,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2042,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2043,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2044,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2045,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2046,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2047,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2048,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2049,67378.5,2223490.5,NULL +23,77485,MountainPass: 1544,Wind,2050,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2010,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2011,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2012,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2013,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2014,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2015,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2016,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2017,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2018,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2019,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2020,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2021,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2022,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2023,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2024,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2025,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2026,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2027,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2028,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2029,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2030,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2031,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2032,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2033,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2034,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2035,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2036,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2037,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2038,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2039,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2040,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2041,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2042,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2043,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2044,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2045,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2046,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2047,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2048,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2049,67378.5,2223490.5,NULL +23,77486,MountainPass: 1548,Wind,2050,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2010,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2011,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2012,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2013,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2014,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2015,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2016,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2017,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2018,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2019,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2020,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2021,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2022,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2023,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2024,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2025,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2026,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2027,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2028,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2029,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2030,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2031,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2032,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2033,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2034,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2035,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2036,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2037,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2038,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2039,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2040,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2041,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2042,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2043,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2044,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2045,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2046,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2047,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2048,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2049,67378.5,2223490.5,NULL +23,77488,PalmSprings: 1550,Wind,2050,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2010,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2011,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2012,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2013,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2014,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2015,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2016,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2017,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2018,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2019,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2020,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2021,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2022,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2023,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2024,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2025,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2026,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2027,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2028,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2029,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2030,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2031,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2032,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2033,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2034,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2035,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2036,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2037,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2038,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2039,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2040,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2041,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2042,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2043,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2044,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2045,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2046,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2047,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2048,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2049,67378.5,2223490.5,NULL +23,77489,PalmSprings: 1552,Wind,2050,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2010,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2011,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2012,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2013,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2014,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2015,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2016,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2017,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2018,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2019,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2020,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2021,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2022,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2023,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2024,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2025,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2026,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2027,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2028,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2029,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2030,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2031,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2032,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2033,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2034,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2035,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2036,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2037,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2038,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2039,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2040,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2041,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2042,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2043,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2044,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2045,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2046,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2047,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2048,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2049,67378.5,2223490.5,NULL +23,77491,PalmSprings: 1556,Wind,2050,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2010,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2011,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2012,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2013,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2014,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2015,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2016,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2017,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2018,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2019,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2020,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2021,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2022,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2023,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2024,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2025,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2026,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2027,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2028,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2029,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2030,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2031,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2032,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2033,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2034,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2035,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2036,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2037,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2038,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2039,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2040,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2041,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2042,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2043,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2044,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2045,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2046,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2047,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2048,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2049,67378.5,2223490.5,NULL +23,77492,Solano: 1880,Wind,2050,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2010,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2011,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2012,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2013,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2014,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2015,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2016,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2017,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2018,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2019,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2020,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2021,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2022,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2023,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2024,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2025,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2026,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2027,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2028,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2029,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2030,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2031,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2032,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2033,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2034,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2035,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2036,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2037,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2038,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2039,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2040,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2041,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2042,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2043,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2044,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2045,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2046,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2047,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2048,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2049,67378.5,2223490.5,NULL +23,77493,Solano: 1881,Wind,2050,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2010,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2011,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2012,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2013,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2014,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2015,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2016,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2017,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2018,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2019,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2020,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2021,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2022,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2023,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2024,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2025,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2026,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2027,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2028,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2029,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2030,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2031,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2032,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2033,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2034,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2035,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2036,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2037,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2038,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2039,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2040,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2041,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2042,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2043,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2044,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2045,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2046,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2047,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2048,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2049,67378.5,2223490.5,NULL +23,77494,Solano: 1882,Wind,2050,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2010,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2011,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2012,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2013,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2014,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2015,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2016,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2017,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2018,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2019,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2020,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2021,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2022,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2023,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2024,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2025,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2026,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2027,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2028,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2029,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2030,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2031,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2032,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2033,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2034,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2035,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2036,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2037,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2038,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2039,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2040,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2041,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2042,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2043,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2044,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2045,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2046,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2047,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2048,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2049,67378.5,2223490.5,NULL +23,77495,Solano: 1883,Wind,2050,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2010,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2011,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2012,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2013,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2014,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2015,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2016,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2017,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2018,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2019,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2020,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2021,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2022,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2023,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2024,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2025,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2026,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2027,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2028,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2029,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2030,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2031,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2032,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2033,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2034,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2035,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2036,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2037,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2038,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2039,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2040,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2041,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2042,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2043,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2044,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2045,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2046,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2047,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2048,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2049,67378.5,2223490.5,NULL +23,77497,Solano: 1885,Wind,2050,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2010,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2011,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2012,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2013,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2014,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2015,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2016,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2017,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2018,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2019,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2020,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2021,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2022,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2023,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2024,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2025,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2026,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2027,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2028,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2029,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2030,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2031,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2032,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2033,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2034,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2035,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2036,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2037,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2038,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2039,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2040,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2041,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2042,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2043,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2044,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2045,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2046,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2047,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2048,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2049,67378.5,2223490.5,NULL +23,77500,Solano: 1888,Wind,2050,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2010,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2011,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2012,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2013,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2014,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2015,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2016,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2017,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2018,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2019,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2020,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2021,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2022,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2023,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2024,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2025,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2026,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2027,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2028,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2029,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2030,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2031,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2032,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2033,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2034,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2035,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2036,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2037,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2038,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2039,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2040,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2041,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2042,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2043,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2044,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2045,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2046,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2047,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2048,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2049,67378.5,2223490.5,NULL +23,77501,Solano: 1889,Wind,2050,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2010,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2011,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2012,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2013,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2014,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2015,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2016,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2017,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2018,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2019,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2020,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2021,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2022,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2023,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2024,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2025,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2026,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2027,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2028,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2029,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2030,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2031,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2032,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2033,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2034,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2035,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2036,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2037,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2038,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2039,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2040,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2041,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2042,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2043,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2044,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2045,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2046,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2047,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2048,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2049,67378.5,2223490.5,NULL +23,77503,Solano: 1891,Wind,2050,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2010,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2011,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2012,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2013,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2014,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2015,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2016,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2017,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2018,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2019,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2020,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2021,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2022,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2023,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2024,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2025,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2026,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2027,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2028,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2029,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2030,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2031,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2032,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2033,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2034,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2035,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2036,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2037,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2038,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2039,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2040,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2041,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2042,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2043,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2044,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2045,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2046,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2047,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2048,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2049,67378.5,2223490.5,NULL +23,77506,Solano: 1906,Wind,2050,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2010,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2011,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2012,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2013,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2014,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2015,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2016,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2017,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2018,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2019,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2020,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2021,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2022,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2023,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2024,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2025,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2026,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2027,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2028,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2029,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2030,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2031,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2032,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2033,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2034,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2035,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2036,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2037,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2038,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2039,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2040,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2041,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2042,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2043,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2044,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2045,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2046,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2047,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2048,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2049,67378.5,2223490.5,NULL +23,77507,Solano: 1907,Wind,2050,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2010,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2011,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2012,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2013,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2014,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2015,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2016,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2017,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2018,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2019,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2020,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2021,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2022,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2023,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2024,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2025,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2026,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2027,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2028,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2029,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2030,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2031,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2032,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2033,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2034,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2035,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2036,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2037,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2038,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2039,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2040,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2041,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2042,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2043,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2044,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2045,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2046,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2047,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2048,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2049,67378.5,2223490.5,NULL +23,77513,Solano: 1913,Wind,2050,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2010,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2011,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2012,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2013,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2014,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2015,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2016,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2017,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2018,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2019,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2020,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2021,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2022,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2023,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2024,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2025,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2026,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2027,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2028,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2029,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2030,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2031,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2032,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2033,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2034,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2035,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2036,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2037,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2038,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2039,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2040,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2041,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2042,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2043,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2044,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2045,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2046,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2047,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2048,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2049,67378.5,2223490.5,NULL +23,77514,PalmSprings: 1914,Wind,2050,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2010,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2011,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2012,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2013,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2014,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2015,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2016,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2017,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2018,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2019,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2020,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2021,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2022,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2023,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2024,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2025,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2026,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2027,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2028,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2029,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2030,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2031,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2032,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2033,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2034,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2035,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2036,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2037,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2038,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2039,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2040,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2041,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2042,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2043,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2044,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2045,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2046,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2047,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2048,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2049,67378.5,2223490.5,NULL +23,77518,MountainPass: 1918,Wind,2050,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2010,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2011,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2012,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2013,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2014,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2015,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2016,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2017,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2018,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2019,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2020,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2021,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2022,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2023,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2024,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2025,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2026,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2027,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2028,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2029,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2030,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2031,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2032,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2033,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2034,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2035,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2036,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2037,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2038,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2039,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2040,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2041,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2042,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2043,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2044,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2045,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2046,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2047,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2048,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2049,67378.5,2223490.5,NULL +23,77520,PalmSprings: 1920,Wind,2050,67378.5,2223490.5,NULL +23,154336,Copper,Gas_Combustion_Turbine,1980,0,0,NULL +23,154339,Escalante,Coal_Steam_Turbine,1984,0,0,NULL +23,154344,Douglas,DistillateFuelOil_Combustion_Turbine,1972,0,0,NULL +23,154347,West Phoenix,Gas_Combustion_Turbine,1972,0,0,NULL +23,154347,West Phoenix,Gas_Combustion_Turbine,1973,0,0,NULL +23,154348,Saguaro,Gas_Combustion_Turbine,1972,0,0,NULL +23,154348,Saguaro,Gas_Combustion_Turbine,1973,0,0,NULL +23,154348,Saguaro,Gas_Combustion_Turbine,2002,0,0,NULL +23,154349,Yucca,DistillateFuelOil_Combustion_Turbine,1974,0,0,NULL +23,154349,Yucca,DistillateFuelOil_Combustion_Turbine,1978,0,0,NULL +23,154352,Demoss Petrie,Gas_Combustion_Turbine,2001,0,0,NULL +23,154353,H Wilson Sundt Generating Station,Gas_Combustion_Turbine,1972,0,0,NULL +23,154354,H Wilson Sundt Generating Station,Gas_Steam_Turbine,1962,0,0,NULL +23,154354,H Wilson Sundt Generating Station,Gas_Steam_Turbine,1967,0,0,NULL +23,154355,Agua Fria,Gas_Combustion_Turbine,1974,0,0,NULL +23,154355,Agua Fria,Gas_Combustion_Turbine,1975,0,0,NULL +23,154356,Agua Fria,Central_PV,2001,0,0,NULL +23,154358,Horse Mesa,Hydro_NonPumped,1927,0,0,NULL +23,154360,Kyrene,CCGT,2002,0,0,NULL +23,154361,Kyrene,Gas_Combustion_Turbine,1971,0,0,NULL +23,154361,Kyrene,Gas_Combustion_Turbine,1973,0,0,NULL +23,154366,McClure,DistillateFuelOil_Combustion_Turbine,1980,0,0,NULL +23,154367,McClure,Gas_Combustion_Turbine,1981,0,0,NULL +23,154369,Glen Canyon Dam,Hydro_NonPumped,1964,0,0,NULL +23,154369,Glen Canyon Dam,Hydro_NonPumped,1965,0,0,NULL +23,154369,Glen Canyon Dam,Hydro_NonPumped,1966,0,0,NULL +23,154372,Apache Station,Gas_Combustion_Turbine,1963,0,0,NULL +23,154372,Apache Station,Gas_Combustion_Turbine,1972,0,0,NULL +23,154372,Apache Station,Gas_Combustion_Turbine,1975,0,0,NULL +23,154372,Apache Station,Gas_Combustion_Turbine,2002,0,0,NULL +23,154373,Apache Station,Gas_Steam_Turbine,1964,0,0,NULL +23,154373,Apache Station,Gas_Steam_Turbine,1979,0,0,NULL +23,154376,Hickman,Hydro_NonPumped,1979,0,0,NULL +23,154377,Volta 2,Hydro_NonPumped,1981,0,0,NULL +23,154381,Balch 2,Hydro_NonPumped,1958,0,0,NULL +23,154383,Bucks Creek,Hydro_NonPumped,1928,0,0,NULL +23,154385,Caribou 1,Hydro_NonPumped,1921,0,0,NULL +23,154385,Caribou 1,Hydro_NonPumped,1924,0,0,NULL +23,154387,Chili Bar,Hydro_NonPumped,1965,0,0,NULL +23,154389,Cow Creek,Hydro_NonPumped,1907,0,0,NULL +23,154390,Cresta,Hydro_NonPumped,1949,0,0,NULL +23,154390,Cresta,Hydro_NonPumped,1950,0,0,NULL +23,154394,Drum 2,Hydro_NonPumped,1965,0,0,NULL +23,154400,Hamilton Branch,Hydro_NonPumped,1921,0,0,NULL +23,154403,Humboldt Bay,Gas_Internal_Combustion_Engine,2010,0,0,NULL +23,154403,Humboldt Bay,Gas_Internal_Combustion_Engine,2011,0,0,NULL +23,154405,James B Black,Hydro_NonPumped,1965,0,0,NULL +23,154405,James B Black,Hydro_NonPumped,1966,0,0,NULL +23,154410,Dynegy Moss Landing Power Plant,CCGT,2002,0,0,NULL +23,154411,Murphys,Hydro_NonPumped,1954,0,0,NULL +23,154413,Phoenix,Hydro_NonPumped,1940,0,0,NULL +23,154423,San Joaquin 2,Hydro_NonPumped,1917,0,0,NULL +23,154426,South,Hydro_NonPumped,1979,0,0,NULL +23,154427,Spaulding 1,Hydro_NonPumped,1928,0,0,NULL +23,154428,Spaulding 2,Hydro_NonPumped,1928,0,0,NULL +23,154431,Stanislaus,Hydro_NonPumped,1963,0,0,NULL +23,154432,Geysers Unit 5-20,Geothermal,1971,0,0,NULL +23,154432,Geysers Unit 5-20,Geothermal,1972,0,0,NULL +23,154432,Geysers Unit 5-20,Geothermal,1975,0,0,NULL +23,154432,Geysers Unit 5-20,Geothermal,1979,0,0,NULL +23,154432,Geysers Unit 5-20,Geothermal,1980,0,0,NULL +23,154432,Geysers Unit 5-20,Geothermal,1982,0,0,NULL +23,154432,Geysers Unit 5-20,Geothermal,1983,0,0,NULL +23,154432,Geysers Unit 5-20,Geothermal,1985,0,0,NULL +23,154433,Tiger Creek,Hydro_NonPumped,1931,0,0,NULL +23,154434,Tule River,Hydro_NonPumped,1914,0,0,NULL +23,154438,A G Wishon,Hydro_NonPumped,1910,0,0,NULL +23,154439,Copco 1,Hydro_NonPumped,1918,0,0,NULL +23,154440,Copco 2,Hydro_NonPumped,1925,0,0,NULL +23,154441,Fall Creek,Hydro_NonPumped,1903,0,0,NULL +23,154441,Fall Creek,Hydro_NonPumped,1907,0,0,NULL +23,154441,Fall Creek,Hydro_NonPumped,1910,0,0,NULL +23,154443,Blundell,Geothermal,1984,0,0,NULL +23,154443,Blundell,Geothermal,2007,0,0,NULL +23,154450,Big Creek 2,Hydro_NonPumped,1913,0,0,NULL +23,154450,Big Creek 2,Hydro_NonPumped,1914,0,0,NULL +23,154450,Big Creek 2,Hydro_NonPumped,1921,0,0,NULL +23,154450,Big Creek 2,Hydro_NonPumped,1925,0,0,NULL +23,154451,Big Creek 3,Hydro_NonPumped,1923,0,0,NULL +23,154451,Big Creek 3,Hydro_NonPumped,1948,0,0,NULL +23,154451,Big Creek 3,Hydro_NonPumped,1980,0,0,NULL +23,154455,Bishop Creek 2,Hydro_NonPumped,1908,0,0,NULL +23,154455,Bishop Creek 2,Hydro_NonPumped,1911,0,0,NULL +23,154457,Bishop Creek 4,Hydro_NonPumped,1905,0,0,NULL +23,154457,Bishop Creek 4,Hydro_NonPumped,1906,0,0,NULL +23,154457,Bishop Creek 4,Hydro_NonPumped,1907,0,0,NULL +23,154457,Bishop Creek 4,Hydro_NonPumped,1909,0,0,NULL +23,154458,Bishop Creek 5,Hydro_NonPumped,1919,0,0,NULL +23,154458,Bishop Creek 5,Hydro_NonPumped,1943,0,0,NULL +23,154459,Bishop Creek 6,Hydro_NonPumped,1913,0,0,NULL +23,154460,Borel,Hydro_NonPumped,1904,0,0,NULL +23,154460,Borel,Hydro_NonPumped,1932,0,0,NULL +23,154461,Fontana,Hydro_NonPumped,1917,0,0,NULL +23,154465,Kaweah 3,Hydro_NonPumped,1913,0,0,NULL +23,154466,Kern River 3,Hydro_NonPumped,1921,0,0,NULL +23,154467,Kern River 1,Hydro_NonPumped,1907,0,0,NULL +23,154468,Long Beach Generation LLC,Gas_Combustion_Turbine,1976,0,0,NULL +23,154470,Mammoth Pool,Hydro_NonPumped,1960,0,0,NULL +23,154474,Portal,Hydro_NonPumped,1956,0,0,NULL +23,154476,AES Redondo Beach LLC,Gas_Steam_Turbine,1954,0,0,NULL +23,154476,AES Redondo Beach LLC,Gas_Steam_Turbine,1957,0,0,NULL +23,154476,AES Redondo Beach LLC,Gas_Steam_Turbine,1967,0,0,NULL +23,154479,Mountainview Generating Station,CCGT,2005,0,0,NULL +23,154479,Mountainview Generating Station,CCGT,2006,0,0,NULL +23,154480,Santa Ana 1,Hydro_NonPumped,1899,0,0,NULL +23,154481,Santa Ana 3,Hydro_NonPumped,1999,0,0,NULL +23,154482,Lower Tule River,Hydro_NonPumped,1909,0,0,NULL +23,154483,Columbia Generating Station,Nuclear,1984,0,0,NULL +23,154484,Pardee,Hydro_NonPumped,1930,0,0,NULL +23,154484,Pardee,Hydro_NonPumped,1983,0,0,NULL +23,154485,Grayson,CCGT,1977,0,0,NULL +23,154487,Grayson,Bio_Gas_Steam_Turbine,1953,0,0,NULL +23,154488,Grayson,Gas_Steam_Turbine,1959,0,0,NULL +23,154488,Grayson,Gas_Steam_Turbine,1964,0,0,NULL +23,154490,Moccasin,Hydro_NonPumped,1969,0,0,NULL +23,154492,Drop 2 (CA),Hydro_NonPumped,1953,0,0,NULL +23,154495,Pilot Knob,Hydro_NonPumped,1957,0,0,NULL +23,154496,El Centro,Battery_Storage,2016,0,0,NULL +23,154498,El Centro,Gas_Steam_Turbine,1968,0,0,NULL +23,154501,Castaic,Hydro_Pumped,1973,0,0,NULL +23,154501,Castaic,Hydro_Pumped,1974,0,0,NULL +23,154501,Castaic,Hydro_Pumped,1976,0,0,NULL +23,154501,Castaic,Hydro_Pumped,1977,0,0,NULL +23,154501,Castaic,Hydro_Pumped,1978,0,0,NULL +23,154506,Haiwee,Hydro_NonPumped,1927,0,0,NULL +23,154507,Harbor,CCGT,1995,0,0,NULL +23,154509,Haynes,CCGT,2005,0,0,NULL +23,154510,Haynes,Gas_Combustion_Turbine,2013,0,0,NULL +23,154511,Haynes,Gas_Steam_Turbine,1962,0,0,NULL +23,154511,Haynes,Gas_Steam_Turbine,1963,0,0,NULL +23,154513,Pleasant Valley Hydro,Hydro_NonPumped,1958,0,0,NULL +23,154514,San Fernando,Hydro_NonPumped,1922,0,0,NULL +23,154516,Scattergood,Gas_Combustion_Turbine,2015,0,0,NULL +23,154518,Scattergood,Gas_Steam_Turbine,1958,0,0,NULL +23,154518,Scattergood,Gas_Steam_Turbine,1959,0,0,NULL +23,154519,Upper Gorge,Hydro_NonPumped,1953,0,0,NULL +23,154520,Valley (CA),CCGT,2003,0,0,NULL +23,154523,McSwain,Hydro_NonPumped,1967,0,0,NULL +23,154525,Dutch Flat 2,Hydro_NonPumped,1965,0,0,NULL +23,154526,Beardsley,Hydro_NonPumped,1957,0,0,NULL +23,154528,Tulloch,Hydro_NonPumped,1958,0,0,NULL +23,154528,Tulloch,Hydro_NonPumped,2012,0,0,NULL +23,154529,Forbestown,Hydro_NonPumped,1963,0,0,NULL +23,154532,Glenarm,CCGT,2016,0,0,NULL +23,154535,Middle Fork,Hydro_NonPumped,1966,0,0,NULL +23,154536,Oxbow (CA),Hydro_NonPumped,1966,0,0,NULL +23,154537,Ralston,Hydro_NonPumped,1966,0,0,NULL +23,154539,Camino,Hydro_NonPumped,1963,0,0,NULL +23,154539,Camino,Hydro_NonPumped,1968,0,0,NULL +23,154540,Jaybird,Hydro_NonPumped,1961,0,0,NULL +23,154540,Jaybird,Hydro_NonPumped,1962,0,0,NULL +23,154542,Robbs Peak,Hydro_NonPumped,1965,0,0,NULL +23,154546,Edward C Hyatt,Hydro_Pumped,1968,0,0,NULL +23,154546,Edward C Hyatt,Hydro_Pumped,1969,0,0,NULL +23,154547,Don Pedro,Hydro_NonPumped,1971,0,0,NULL +23,154547,Don Pedro,Hydro_NonPumped,1989,0,0,NULL +23,154548,La Grange,Hydro_NonPumped,1924,0,0,NULL +23,154549,Folsom,Hydro_NonPumped,1955,0,0,NULL +23,154550,Judge F Carr,Hydro_NonPumped,1963,0,0,NULL +23,154562,Pueblo,DistillateFuelOil_Internal_Combustion_Engine,1964,0,0,NULL +23,154563,Alamosa,Gas_Combustion_Turbine,1973,0,0,NULL +23,154563,Alamosa,Gas_Combustion_Turbine,1977,0,0,NULL +23,154565,Boulder Canyon Hydro,Hydro_NonPumped,2013,0,0,NULL +23,154572,Fruita,Gas_Combustion_Turbine,1973,0,0,NULL +23,154573,Georgetown Hydro,Hydro_NonPumped,1906,0,0,NULL +23,154573,Georgetown Hydro,Hydro_NonPumped,1908,0,0,NULL +23,154576,Shoshone (CO),Hydro_NonPumped,1909,0,0,NULL +23,154577,Valmont,Gas_Combustion_Turbine,1973,0,0,NULL +23,154580,Perris,Hydro_NonPumped,1983,0,0,NULL +23,154582,Coyote Creek,Hydro_NonPumped,1984,0,0,NULL +23,154584,Valley View,Hydro_NonPumped,1985,0,0,NULL +23,154585,Upper Dawson,Hydro_NonPumped,1983,0,0,NULL +23,154588,George Birdsall,Gas_Steam_Turbine,1953,0,0,NULL +23,154588,George Birdsall,Gas_Steam_Turbine,1954,0,0,NULL +23,154588,George Birdsall,Gas_Steam_Turbine,1957,0,0,NULL +23,154589,Manitou Springs,Hydro_NonPumped,1927,0,0,NULL +23,154589,Manitou Springs,Hydro_NonPumped,1939,0,0,NULL +23,154589,Manitou Springs,Hydro_NonPumped,2006,0,0,NULL +23,154590,Ruxton Park,Hydro_NonPumped,1925,0,0,NULL +23,154591,Holly,DistillateFuelOil_Internal_Combustion_Engine,1993,0,0,NULL +23,154591,Holly,DistillateFuelOil_Internal_Combustion_Engine,2000,0,0,NULL +23,154591,Holly,DistillateFuelOil_Internal_Combustion_Engine,2007,0,0,NULL +23,154592,Julesburg,DistillateFuelOil_Internal_Combustion_Engine,1945,0,0,NULL +23,154592,Julesburg,DistillateFuelOil_Internal_Combustion_Engine,1946,0,0,NULL +23,154592,Julesburg,DistillateFuelOil_Internal_Combustion_Engine,1951,0,0,NULL +23,154592,Julesburg,DistillateFuelOil_Internal_Combustion_Engine,1964,0,0,NULL +23,154594,La Junta,DistillateFuelOil_Internal_Combustion_Engine,1939,0,0,NULL +23,154594,La Junta,DistillateFuelOil_Internal_Combustion_Engine,1942,0,0,NULL +23,154594,La Junta,DistillateFuelOil_Internal_Combustion_Engine,1958,0,0,NULL +23,154594,La Junta,DistillateFuelOil_Internal_Combustion_Engine,1962,0,0,NULL +23,154594,La Junta,DistillateFuelOil_Internal_Combustion_Engine,1970,0,0,NULL +23,154598,Trinidad (CO),DistillateFuelOil_Internal_Combustion_Engine,1999,0,0,NULL +23,154601,Estes,Hydro_NonPumped,1950,0,0,NULL +23,154604,Green Mountain,Hydro_NonPumped,1943,0,0,NULL +23,154606,Flatiron,Hydro_NonPumped,1954,0,0,NULL +23,154607,Flatiron,Hydro_Pumped,1954,0,0,NULL +23,154608,Pole Hill,Hydro_NonPumped,1954,0,0,NULL +23,154612,Camp Far West,Hydro_NonPumped,1985,0,0,NULL +23,154613,Jones Fork,Hydro_NonPumped,1985,0,0,NULL +23,154615,Camanche,Hydro_NonPumped,1983,0,0,NULL +23,154618,Navajo Dam,Hydro_NonPumped,1989,0,0,NULL +23,154620,East Highline,Hydro_NonPumped,1984,0,0,NULL +23,154621,Fredonia,Gas_Combustion_Turbine,1984,0,0,NULL +23,154621,Fredonia,Gas_Combustion_Turbine,2001,0,0,NULL +23,154622,South Fork Tolt,Hydro_NonPumped,1995,0,0,NULL +23,154624,Newcastle,Hydro_NonPumped,1986,0,0,NULL +23,154626,Medicine Bow,Wind,1998,0,0,NULL +23,154626,Medicine Bow,Wind,1999,0,0,NULL +23,154626,Medicine Bow,Wind,2000,0,0,NULL +23,154627,Toadtown,Hydro_NonPumped,1986,0,0,NULL +23,154628,Etiwanda,Hydro_NonPumped,1994,0,0,NULL +23,154629,Moccasin Low Head Hydro Project,Hydro_NonPumped,1987,0,0,NULL +23,154630,Sly Creek,Hydro_NonPumped,1983,0,0,NULL +23,154634,Brownlee,Hydro_NonPumped,1958,0,0,NULL +23,154634,Brownlee,Hydro_NonPumped,1959,0,0,NULL +23,154634,Brownlee,Hydro_NonPumped,1980,0,0,NULL +23,154637,Clear Lake,Hydro_NonPumped,1937,0,0,NULL +23,154638,Lower Malad,Hydro_NonPumped,1948,0,0,NULL +23,154639,Lower Salmon,Hydro_NonPumped,1949,0,0,NULL +23,154640,Salmon Diesel,DistillateFuelOil_Internal_Combustion_Engine,1967,0,0,NULL +23,154642,Swan Falls,Hydro_NonPumped,1994,0,0,NULL +23,154644,Twin Falls (ID),Hydro_NonPumped,1935,0,0,NULL +23,154644,Twin Falls (ID),Hydro_NonPumped,1995,0,0,NULL +23,154646,Upper Malad,Hydro_NonPumped,1948,0,0,NULL +23,154648,Grace,Hydro_NonPumped,1923,0,0,NULL +23,154651,Cabinet Gorge,Hydro_NonPumped,1952,0,0,NULL +23,154651,Cabinet Gorge,Hydro_NonPumped,1953,0,0,NULL +23,154653,Scott Flat,Hydro_NonPumped,1985,0,0,NULL +23,154657,Upper Power Plant,Hydro_NonPumped,1982,0,0,NULL +23,154658,Combie South,Hydro_NonPumped,1984,0,0,NULL +23,154663,Hydro Plant No 3,Hydro_NonPumped,1984,0,0,NULL +23,154664,Last Chance,Hydro_NonPumped,1984,0,0,NULL +23,154667,Cochrane,Hydro_NonPumped,1958,0,0,NULL +23,154670,Selis Ksanka Qlispe,Hydro_NonPumped,1938,0,0,NULL +23,154670,Selis Ksanka Qlispe,Hydro_NonPumped,1949,0,0,NULL +23,154670,Selis Ksanka Qlispe,Hydro_NonPumped,1954,0,0,NULL +23,154672,Mystic,Hydro_NonPumped,1925,0,0,NULL +23,154675,Thompson Falls,Hydro_NonPumped,1915,0,0,NULL +23,154675,Thompson Falls,Hydro_NonPumped,1916,0,0,NULL +23,154675,Thompson Falls,Hydro_NonPumped,1917,0,0,NULL +23,154680,Clark (NVE),CCGT,1993,0,0,NULL +23,154680,Clark (NVE),CCGT,1994,0,0,NULL +23,154682,Fort Churchill,Gas_Steam_Turbine,1968,0,0,NULL +23,154682,Fort Churchill,Gas_Steam_Turbine,1971,0,0,NULL +23,154683,Fort Churchill,Gas_Steam_Turbine,1968,0,0,NULL +23,154683,Fort Churchill,Gas_Steam_Turbine,1971,0,0,NULL +23,154685,Tracy,Gas_Combustion_Turbine,1994,0,0,NULL +23,154686,Tracy,Gas_Steam_Turbine,1974,0,0,NULL +23,154687,Four Corners,Coal_Steam_Turbine,1969,0,0,NULL +23,154687,Four Corners,Coal_Steam_Turbine,1970,0,0,NULL +23,154688,Rio Grande,Gas_Combustion_Turbine,2013,0,0,NULL +23,154691,Rio Grande,Gas_Steam_Turbine,1957,0,0,NULL +23,154691,Rio Grande,Gas_Steam_Turbine,1958,0,0,NULL +23,154691,Rio Grande,Gas_Steam_Turbine,1972,0,0,NULL +23,154692,Reeves,Gas_Steam_Turbine,1960,0,0,NULL +23,154692,Reeves,Gas_Steam_Turbine,1962,0,0,NULL +23,154694,Animas,Gas_Combustion_Turbine,1994,0,0,NULL +23,154695,Hells Canyon,Hydro_NonPumped,1967,0,0,NULL +23,154697,Clearwater 1,Hydro_NonPumped,1953,0,0,NULL +23,154701,Fish Creek,Hydro_NonPumped,1952,0,0,NULL +23,154703,Lemolo 1,Hydro_NonPumped,1955,0,0,NULL +23,154704,Prospect 1,Hydro_NonPumped,1912,0,0,NULL +23,154705,Prospect 2,Hydro_NonPumped,1928,0,0,NULL +23,154707,Prospect 4,Hydro_NonPumped,1944,0,0,NULL +23,154708,Slide Creek,Hydro_NonPumped,1951,0,0,NULL +23,154709,Soda Springs,Hydro_NonPumped,1952,0,0,NULL +23,154710,Toketee Falls,Hydro_NonPumped,1949,0,0,NULL +23,154710,Toketee Falls,Hydro_NonPumped,1950,0,0,NULL +23,154711,Wallowa Falls,Hydro_NonPumped,1921,0,0,NULL +23,154712,Faraday,Hydro_NonPumped,1958,0,0,NULL +23,154714,Pelton,Hydro_NonPumped,1957,0,0,NULL +23,154714,Pelton,Hydro_NonPumped,1958,0,0,NULL +23,154718,Carmen Smith,Hydro_NonPumped,1963,0,0,NULL +23,154719,Leaburg,Hydro_NonPumped,1930,0,0,NULL +23,154719,Leaburg,Hydro_NonPumped,1950,0,0,NULL +23,154720,Walterville,Hydro_NonPumped,1949,0,0,NULL +23,154721,Big Cliff,Hydro_NonPumped,1954,0,0,NULL +23,154723,Cougar,Hydro_NonPumped,1964,0,0,NULL +23,154724,Detroit,Hydro_NonPumped,1953,0,0,NULL +23,154725,Dexter,Hydro_NonPumped,1955,0,0,NULL +23,154726,Green Peter,Hydro_NonPumped,1967,0,0,NULL +23,154727,Hills Creek,Hydro_NonPumped,1962,0,0,NULL +23,154728,John Day,Hydro_NonPumped,1968,0,0,NULL +23,154728,John Day,Hydro_NonPumped,1969,0,0,NULL +23,154728,John Day,Hydro_NonPumped,1970,0,0,NULL +23,154728,John Day,Hydro_NonPumped,1971,0,0,NULL +23,154730,McNary,Hydro_NonPumped,1953,0,0,NULL +23,154730,McNary,Hydro_NonPumped,1954,0,0,NULL +23,154730,McNary,Hydro_NonPumped,1955,0,0,NULL +23,154730,McNary,Hydro_NonPumped,1956,0,0,NULL +23,154730,McNary,Hydro_NonPumped,1957,0,0,NULL +23,154731,Ben French,Gas_Combustion_Turbine,1977,0,0,NULL +23,154731,Ben French,Gas_Combustion_Turbine,1978,0,0,NULL +23,154731,Ben French,Gas_Combustion_Turbine,1979,0,0,NULL +23,154734,Newman,CCGT,1975,0,0,NULL +23,154734,Newman,CCGT,2011,0,0,NULL +23,154736,Newman,Gas_Steam_Turbine,1960,0,0,NULL +23,154736,Newman,Gas_Steam_Turbine,1963,0,0,NULL +23,154736,Newman,Gas_Steam_Turbine,1966,0,0,NULL +23,154737,Newman,Gas_Steam_Turbine,1960,0,0,NULL +23,154737,Newman,Gas_Steam_Turbine,1963,0,0,NULL +23,154737,Newman,Gas_Steam_Turbine,1966,0,0,NULL +23,154740,Gadsby,Gas_Combustion_Turbine,2002,0,0,NULL +23,154742,Granite,Hydro_NonPumped,1896,0,0,NULL +23,154747,Bountiful City,Gas_Combustion_Turbine,2001,0,0,NULL +23,154747,Bountiful City,Gas_Combustion_Turbine,2012,0,0,NULL +23,154751,Bartholomew,Hydro_NonPumped,1988,0,0,NULL +23,154753,Gateway,Hydro_NonPumped,1958,0,0,NULL +23,154757,Transalta Centralia Generation,Coal_Steam_Turbine,1972,0,0,NULL +23,154757,Transalta Centralia Generation,Coal_Steam_Turbine,1973,0,0,NULL +23,154758,Transalta Centralia Generation,Coal_Steam_Turbine,1972,0,0,NULL +23,154758,Transalta Centralia Generation,Coal_Steam_Turbine,1973,0,0,NULL +23,154762,Crystal Mountain,DistillateFuelOil_Internal_Combustion_Engine,1969,0,0,NULL +23,154764,Lower Baker,Hydro_NonPumped,1960,0,0,NULL +23,154764,Lower Baker,Hydro_NonPumped,2013,0,0,NULL +23,154765,Snoqualmie,Hydro_NonPumped,1898,0,0,NULL +23,154765,Snoqualmie,Hydro_NonPumped,2013,0,0,NULL +23,154767,Little Falls (WA),Hydro_NonPumped,1910,0,0,NULL +23,154767,Little Falls (WA),Hydro_NonPumped,1911,0,0,NULL +23,154769,Meyers Falls,Hydro_NonPumped,1915,0,0,NULL +23,154769,Meyers Falls,Hydro_NonPumped,2006,0,0,NULL +23,154771,Yelm,Hydro_NonPumped,1930,0,0,NULL +23,154771,Yelm,Hydro_NonPumped,1955,0,0,NULL +23,154777,The Dalles,Hydro_NonPumped,1957,0,0,NULL +23,154777,The Dalles,Hydro_NonPumped,1958,0,0,NULL +23,154777,The Dalles,Hydro_NonPumped,1959,0,0,NULL +23,154777,The Dalles,Hydro_NonPumped,1960,0,0,NULL +23,154777,The Dalles,Hydro_NonPumped,1973,0,0,NULL +23,154779,Cushman 1,Hydro_NonPumped,1926,0,0,NULL +23,154782,Mayfield,Hydro_NonPumped,1963,0,0,NULL +23,154782,Mayfield,Hydro_NonPumped,1983,0,0,NULL +23,154784,Chief Joseph,Hydro_NonPumped,1955,0,0,NULL +23,154784,Chief Joseph,Hydro_NonPumped,1956,0,0,NULL +23,154784,Chief Joseph,Hydro_NonPumped,1957,0,0,NULL +23,154784,Chief Joseph,Hydro_NonPumped,1958,0,0,NULL +23,154784,Chief Joseph,Hydro_NonPumped,1977,0,0,NULL +23,154784,Chief Joseph,Hydro_NonPumped,1978,0,0,NULL +23,154784,Chief Joseph,Hydro_NonPumped,1979,0,0,NULL +23,154785,Ice Harbor,Hydro_NonPumped,1962,0,0,NULL +23,154785,Ice Harbor,Hydro_NonPumped,1975,0,0,NULL +23,154785,Ice Harbor,Hydro_NonPumped,1976,0,0,NULL +23,154787,Lower Monumental,Hydro_NonPumped,1969,0,0,NULL +23,154787,Lower Monumental,Hydro_NonPumped,1970,0,0,NULL +23,154787,Lower Monumental,Hydro_NonPumped,1979,0,0,NULL +23,154795,Seminoe,Hydro_NonPumped,1939,0,0,NULL +23,154796,Shoshone (WY),Hydro_NonPumped,1922,0,0,NULL +23,154797,Fontenelle,Hydro_NonPumped,1968,0,0,NULL +23,154800,PHP 2,Hydro_NonPumped,1982,0,0,NULL +23,154802,Walnut,Gas_Combustion_Turbine,1986,0,0,NULL +23,154803,Echo Dam,Hydro_NonPumped,1987,0,0,NULL +23,154805,Olive,Gas_Steam_Turbine,1959,0,0,NULL +23,154805,Olive,Gas_Steam_Turbine,1964,0,0,NULL +23,154808,Coachella,Gas_Combustion_Turbine,1973,0,0,NULL +23,154808,Coachella,Gas_Combustion_Turbine,1974,0,0,NULL +23,154808,Coachella,Gas_Combustion_Turbine,1976,0,0,NULL +23,154814,Boardman,Coal_Steam_Turbine,1980,0,0,NULL +23,154817,Whitehorn,Gas_Combustion_Turbine,1981,0,0,NULL +23,154818,New Melones,Hydro_NonPumped,1979,0,0,NULL +23,154819,Crystal,Hydro_NonPumped,1978,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1941,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1942,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1943,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1944,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1947,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1948,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1949,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1950,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1951,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1975,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1976,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1978,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1979,0,0,NULL +23,154820,Grand Coulee,Hydro_NonPumped,1980,0,0,NULL +23,154821,Grand Coulee,Hydro_Pumped,1973,0,0,NULL +23,154821,Grand Coulee,Hydro_Pumped,1983,0,0,NULL +23,154821,Grand Coulee,Hydro_Pumped,1984,0,0,NULL +23,154822,Hunter,Coal_Steam_Turbine,1978,0,0,NULL +23,154822,Hunter,Coal_Steam_Turbine,1980,0,0,NULL +23,154822,Hunter,Coal_Steam_Turbine,1983,0,0,NULL +23,154824,Lost Creek,Hydro_NonPumped,1977,0,0,NULL +23,154828,Rock Island,Hydro_NonPumped,1931,0,0,NULL +23,154828,Rock Island,Hydro_NonPumped,1932,0,0,NULL +23,154828,Rock Island,Hydro_NonPumped,1952,0,0,NULL +23,154828,Rock Island,Hydro_NonPumped,1953,0,0,NULL +23,154828,Rock Island,Hydro_NonPumped,1978,0,0,NULL +23,154828,Rock Island,Hydro_NonPumped,1979,0,0,NULL +23,154829,Ross,Hydro_NonPumped,1952,0,0,NULL +23,154829,Ross,Hydro_NonPumped,1953,0,0,NULL +23,154829,Ross,Hydro_NonPumped,1954,0,0,NULL +23,154829,Ross,Hydro_NonPumped,1956,0,0,NULL +23,154833,Mount Elbert,Hydro_Pumped,1981,0,0,NULL +23,154833,Mount Elbert,Hydro_Pumped,1984,0,0,NULL +23,154834,Northeast (WA),Gas_Combustion_Turbine,1978,0,0,NULL +23,154835,Dynegy Oakland Power Plant,GT,1978,0,0,NULL +23,154836,Pawnee,Coal_Steam_Turbine,1981,0,0,NULL +23,154838,Strawberry Creek,Hydro_NonPumped,1940,0,0,NULL +23,154838,Strawberry Creek,Hydro_NonPumped,1951,0,0,NULL +23,154841,Black Canyon,Hydro_NonPumped,1925,0,0,NULL +23,154843,Minidoka,Hydro_NonPumped,1927,0,0,NULL +23,154843,Minidoka,Hydro_NonPumped,1942,0,0,NULL +23,154843,Minidoka,Hydro_NonPumped,1997,0,0,NULL +23,154845,Elephant Butte,Hydro_NonPumped,1940,0,0,NULL +23,154852,Alcova,Hydro_NonPumped,1955,0,0,NULL +23,154855,Chelan,Hydro_NonPumped,1927,0,0,NULL +23,154855,Chelan,Hydro_NonPumped,1928,0,0,NULL +23,154857,Gorge,Hydro_NonPumped,1924,0,0,NULL +23,154857,Gorge,Hydro_NonPumped,1929,0,0,NULL +23,154857,Gorge,Hydro_NonPumped,1951,0,0,NULL +23,154858,Diablo,Hydro_NonPumped,1936,0,0,NULL +23,154858,Diablo,Hydro_NonPumped,1937,0,0,NULL +23,154859,Boundary,Hydro_NonPumped,1967,0,0,NULL +23,154859,Boundary,Hydro_NonPumped,1985,0,0,NULL +23,154859,Boundary,Hydro_NonPumped,1986,0,0,NULL +23,154861,Big Fork,Hydro_NonPumped,1910,0,0,NULL +23,154861,Big Fork,Hydro_NonPumped,1927,0,0,NULL +23,154861,Big Fork,Hydro_NonPumped,1928,0,0,NULL +23,154864,Intermountain Power Project,Coal_Steam_Turbine,1986,0,0,NULL +23,154864,Intermountain Power Project,Coal_Steam_Turbine,1987,0,0,NULL +23,154865,Intermountain Power Project,Coal_Steam_Turbine,1986,0,0,NULL +23,154865,Intermountain Power Project,Coal_Steam_Turbine,1987,0,0,NULL +23,154867,Oak Grove,Hydro_NonPumped,1924,0,0,NULL +23,154867,Oak Grove,Hydro_NonPumped,1931,0,0,NULL +23,154870,Valencia,Gas_Combustion_Turbine,1989,0,0,NULL +23,154870,Valencia,Gas_Combustion_Turbine,2006,0,0,NULL +23,154871,Rocky Ford,DistillateFuelOil_Internal_Combustion_Engine,1964,0,0,NULL +23,154873,Lahontan,Hydro_NonPumped,1911,0,0,NULL +23,154875,Washoe,Hydro_NonPumped,1904,0,0,NULL +23,154876,Little Cottonwood,Hydro_NonPumped,1983,0,0,NULL +23,154877,Foster,Hydro_NonPumped,1968,0,0,NULL +23,154878,Union Valley,Hydro_NonPumped,1963,0,0,NULL +23,154879,Burlington (CO),DistillateFuelOil_Combustion_Turbine,1977,0,0,NULL +23,154880,Fort Peck,Hydro_NonPumped,1943,0,0,NULL +23,154880,Fort Peck,Hydro_NonPumped,1951,0,0,NULL +23,154880,Fort Peck,Hydro_NonPumped,1961,0,0,NULL +23,154882,Lake Mathews,Hydro_NonPumped,1980,0,0,NULL +23,154886,Pebbly Beach,Battery_Storage,2012,0,0,NULL +23,154889,Rawhide,Gas_Combustion_Turbine,2002,0,0,NULL +23,154889,Rawhide,Gas_Combustion_Turbine,2004,0,0,NULL +23,154889,Rawhide,Gas_Combustion_Turbine,2008,0,0,NULL +23,154890,Rawhide,Coal_Steam_Turbine,1984,0,0,NULL +23,154893,Whitehead,Gas_Internal_Combustion_Engine,1986,0,0,NULL +23,154893,Whitehead,Gas_Internal_Combustion_Engine,2000,0,0,NULL +23,154893,Whitehead,Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,154893,Whitehead,Gas_Internal_Combustion_Engine,2016,0,0,NULL +23,154894,Whitehead,Gas_Internal_Combustion_Engine,1986,0,0,NULL +23,154894,Whitehead,Gas_Internal_Combustion_Engine,2000,0,0,NULL +23,154894,Whitehead,Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,154894,Whitehead,Gas_Internal_Combustion_Engine,2016,0,0,NULL +23,154897,Stampede,Hydro_NonPumped,1988,0,0,NULL +23,154899,Upper Salmon B,Hydro_NonPumped,1947,0,0,NULL +23,154901,Harry Allen,CCGT,2011,0,0,NULL +23,154902,Harry Allen,Gas_Combustion_Turbine,1995,0,0,NULL +23,154902,Harry Allen,Gas_Combustion_Turbine,2006,0,0,NULL +23,154903,Heber City,Gas_Internal_Combustion_Engine,1990,0,0,NULL +23,154903,Heber City,Gas_Internal_Combustion_Engine,2001,0,0,NULL +23,154903,Heber City,Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,154903,Heber City,Gas_Internal_Combustion_Engine,2003,0,0,NULL +23,154903,Heber City,Gas_Internal_Combustion_Engine,2004,0,0,NULL +23,154903,Heber City,Gas_Internal_Combustion_Engine,2015,0,0,NULL +23,154904,PEC Headworks,Hydro_NonPumped,1990,0,0,NULL +23,154905,Wynoochee,Hydro_NonPumped,1994,0,0,NULL +23,154906,Thermalito Diverson Dam,Hydro_NonPumped,1987,0,0,NULL +23,154907,Pine View Dam,Hydro_NonPumped,1991,0,0,NULL +23,154908,Mill Creek 3,Hydro_NonPumped,1903,0,0,NULL +23,154908,Mill Creek 3,Hydro_NonPumped,1904,0,0,NULL +23,154911,Headgate Rock,Hydro_NonPumped,1993,0,0,NULL +23,154912,Whiskeytown,Hydro_NonPumped,1986,0,0,NULL +23,154913,Milner Hydro,Hydro_NonPumped,1992,0,0,NULL +23,154914,Black Butte,Hydro_NonPumped,1988,0,0,NULL +23,154916,Santa Clara Cogen,Gas_Combustion_Turbine,1982,0,0,NULL +23,154918,Skookumchuck,Hydro_NonPumped,1990,0,0,NULL +23,154919,Woodland,CCGT,2003,0,0,NULL +23,154921,Woodland,Gas_Internal_Combustion_Engine,2011,0,0,NULL +23,154924,Almond Power Plant,Gas_Combustion_Turbine,1996,0,0,NULL +23,154924,Almond Power Plant,Gas_Combustion_Turbine,2012,0,0,NULL +23,154925,Buffalo Bill,Hydro_NonPumped,1992,0,0,NULL +23,154926,Grizzly,Hydro_NonPumped,1993,0,0,NULL +23,154930,McPhee,Hydro_NonPumped,1992,0,0,NULL +23,154933,Short Mountain,Bio_Gas_Internal_Combustion_Engine,1992,0,0,NULL +23,154933,Short Mountain,Bio_Gas_Internal_Combustion_Engine,1993,0,0,NULL +23,154935,Dalles Dam North Fishway Project,Hydro_NonPumped,1991,0,0,NULL +23,154936,Combustion Turbine Project No 2,Gas_Combustion_Turbine,1996,0,0,NULL +23,154937,Alameda,Gas_Combustion_Turbine,1986,0,0,NULL +23,154940,Rathdrum,Gas_Combustion_Turbine,1994,0,0,NULL +23,154942,Lake Mendocino,Hydro_NonPumped,1987,0,0,NULL +23,154944,Neil Simpson II,Coal_Steam_Turbine,1995,0,0,NULL +23,154945,Deadwood Creek,Hydro_NonPumped,1993,0,0,NULL +23,154947,McNary Dam Fish Attraction Project,Hydro_NonPumped,1997,0,0,NULL +23,154948,Solano Wind,Wind,1994,0,0,NULL +23,154948,Solano Wind,Wind,2006,0,0,NULL +23,154948,Solano Wind,Wind,2007,0,0,NULL +23,154948,Solano Wind,Wind,2012,0,0,NULL +23,154950,Carson Ice-Gen Project,Gas_Combustion_Turbine,1995,0,0,NULL +23,154953,SCA Cogen 2,CCGT,1997,0,0,NULL +23,154955,SPA Cogen 3,CCGT,1997,0,0,NULL +23,154959,Monticello Dam,Hydro_NonPumped,1983,0,0,NULL +23,154960,Coffin Butte,Bio_Gas_Internal_Combustion_Engine,1995,0,0,NULL +23,154960,Coffin Butte,Bio_Gas_Internal_Combustion_Engine,2007,0,0,NULL +23,154961,Bloomington Power Plant,DistillateFuelOil_Internal_Combustion_Engine,1999,0,0,NULL +23,154962,Abiquiu Dam,Hydro_NonPumped,1989,0,0,NULL +23,154962,Abiquiu Dam,Hydro_NonPumped,2011,0,0,NULL +23,154964,Rockwood,DistillateFuelOil_Combustion_Turbine,1980,0,0,NULL +23,154966,Roosevelt Biogas 1,Bio_Gas,2011,0,0,NULL +23,154967,Roosevelt Biogas 1,Bio_Gas_Internal_Combustion_Engine,1999,0,0,NULL +23,154967,Roosevelt Biogas 1,Bio_Gas_Internal_Combustion_Engine,2000,0,0,NULL +23,154968,Snoqualmie 2,Hydro_NonPumped,1957,0,0,NULL +23,154968,Snoqualmie 2,Hydro_NonPumped,2013,0,0,NULL +23,154969,Encogen,CCGT,1993,0,0,NULL +23,154974,Evander Andrews Power Complex,Gas_Combustion_Turbine,2001,0,0,NULL +23,154974,Evander Andrews Power Complex,Gas_Combustion_Turbine,2008,0,0,NULL +23,154977,Lake One,Gas_Combustion_Turbine,2002,0,0,NULL +23,154978,Airport Industrial,DistillateFuelOil_Internal_Combustion_Engine,2002,0,0,NULL +23,154979,Grays Harbor Energy Facility,CCGT,2008,0,0,NULL +23,154980,Murray Turbine,Gas_Combustion_Turbine,2001,0,0,NULL +23,154980,Murray Turbine,Gas_Combustion_Turbine,2002,0,0,NULL +23,154983,Arvada,Gas_Combustion_Turbine,2002,0,0,NULL +23,154984,Barber Creek,Gas_Combustion_Turbine,2002,0,0,NULL +23,154987,Santan,CCGT,1974,0,0,NULL +23,154987,Santan,CCGT,1975,0,0,NULL +23,154987,Santan,CCGT,2005,0,0,NULL +23,154987,Santan,CCGT,2006,0,0,NULL +23,154988,Huntington,Coal_Steam_Turbine,1974,0,0,NULL +23,154988,Huntington,Coal_Steam_Turbine,1977,0,0,NULL +23,154990,Beaver,Gas_Combustion_Turbine,2001,0,0,NULL +23,154992,Springfield (CO),DistillateFuelOil_Internal_Combustion_Engine,1950,0,0,NULL +23,154992,Springfield (CO),DistillateFuelOil_Internal_Combustion_Engine,1960,0,0,NULL +23,154992,Springfield (CO),DistillateFuelOil_Internal_Combustion_Engine,1965,0,0,NULL +23,154993,Ray D Nixon,Gas_Combustion_Turbine,1999,0,0,NULL +23,154995,Springerville,Central_PV,2001,0,0,NULL +23,154995,Springerville,Central_PV,2010,0,0,NULL +23,154995,Springerville,Central_PV,2014,0,0,NULL +23,154998,North Valmy,Coal_Steam_Turbine,1981,0,0,NULL +23,154998,North Valmy,Coal_Steam_Turbine,1985,0,0,NULL +23,155000,Monroe Street,Hydro_NonPumped,1992,0,0,NULL +23,155001,Upper Falls,Hydro_NonPumped,1922,0,0,NULL +23,155002,Newhalem,Hydro_NonPumped,1970,0,0,NULL +23,155006,Desert Peak Power Plant,Geothermal,2006,0,0,NULL +23,155007,Encina Water Pollution Control,Bio_Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,155007,Encina Water Pollution Control,Bio_Gas_Internal_Combustion_Engine,2009,0,0,NULL +23,155009,Kaweah Delta District Hospital,Gas_Combustion_Turbine,2008,0,0,NULL +23,155011,Fairhaven Power,Bio_Solid_Steam_Turbine,1986,0,0,NULL +23,155012,Foothills Hydro Plant,Hydro_NonPumped,1985,0,0,NULL +23,155013,Strontia Springs Hydro Plant,Hydro_NonPumped,1986,0,0,NULL +23,155014,Total Energy Facilities,Bio_Gas,2003,0,0,NULL +23,155015,Frito-Lay Cogen Plant,Gas_Combustion_Turbine,1986,0,0,NULL +23,155017,Gosselin Hydro Plant,Hydro_NonPumped,1983,0,0,NULL +23,155022,Fresno Cogen Partners,CCGT,2004,0,0,NULL +23,155023,Fresno Cogen Partners,Gas_Combustion_Turbine,2001,0,0,NULL +23,155024,Whitewater Hydro Plant,Hydro_NonPumped,1986,0,0,NULL +23,155025,Carson Cogeneration,CCGT,1990,0,0,NULL +23,155026,Childrens Hospital,Gas_Combustion_Turbine,2004,0,0,NULL +23,155027,Childrens Hospital,DistillateFuelOil_Internal_Combustion_Engine,2000,0,0,NULL +23,155027,Childrens Hospital,DistillateFuelOil_Internal_Combustion_Engine,2010,0,0,NULL +23,155028,Metro Wastewater Reclamation District,Bio_Gas,2000,0,0,NULL +23,155029,Metro Wastewater Reclamation District,Bio_Gas_Internal_Combustion_Engine,1985,0,0,NULL +23,155032,Loma Linda University Cogen,DistillateFuelOil_Internal_Combustion_Engine,1986,0,0,NULL +23,155032,Loma Linda University Cogen,DistillateFuelOil_Internal_Combustion_Engine,2018,0,0,NULL +23,155033,El Segundo Cogen,CCGT,2013,0,0,NULL +23,155034,Snowbird Power Plant,Gas_Internal_Combustion_Engine,1986,0,0,NULL +23,155036,Haypress,Hydro_NonPumped,1988,0,0,NULL +23,155036,Haypress,Hydro_NonPumped,1989,0,0,NULL +23,155038,Big Creek Water Works,Hydro_NonPumped,1987,0,0,NULL +23,155040,Beowawe Power,Geothermal,1985,0,0,NULL +23,155041,King City Power Plant,CCGT,1989,0,0,NULL +23,155042,South Forks Hydro,Hydro_NonPumped,1984,0,0,NULL +23,155044,Copper Dam Plant,Hydro_NonPumped,2015,0,0,NULL +23,155046,Mink Creek Hydro,Hydro_NonPumped,1986,0,0,NULL +23,155047,Southside Water Reclamation Plant,Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,155049,Foster Wheeler Martinez,CCGT,1987,0,0,NULL +23,155050,Greenleaf 2 Power Plant,Gas_Combustion_Turbine,1989,0,0,NULL +23,155052,Kingsburg Cogen,CCGT,1990,0,0,NULL +23,155053,Dillon Hydro Plant,Hydro_NonPumped,1987,0,0,NULL +23,155054,Williams Fork Hydro Plant,Hydro_NonPumped,1959,0,0,NULL +23,155054,Williams Fork Hydro Plant,Hydro_NonPumped,2012,0,0,NULL +23,155055,North Fork Hydro Plant,Hydro_NonPumped,1988,0,0,NULL +23,155057,Sunray 2,Central_PV,2017,0,0,NULL +23,155058,Sunray 3,Central_PV,2017,0,0,NULL +23,155059,SEGS III,ST,1986,0,0,NULL +23,155062,SEGS VI,ST,1988,0,0,NULL +23,155064,SEGS VIII,ST,1989,0,0,NULL +23,155066,Muck Valley Hydroelectric,Hydro_NonPumped,1988,0,0,NULL +23,155067,Puente Hills Energy Recovery,Bio_Gas_Steam_Turbine,1986,0,0,NULL +23,155070,Mammoth Pacific II,Geothermal,1990,0,0,NULL +23,155071,Kern River Cogeneration,Gas_Combustion_Turbine,1985,0,0,NULL +23,155072,Amalgamated Sugar Twin Falls,Coal_Steam_Turbine,1948,0,0,NULL +23,155072,Amalgamated Sugar Twin Falls,Coal_Steam_Turbine,1994,0,0,NULL +23,155073,San Jose Cogeneration,Gas_Combustion_Turbine,1984,0,0,NULL +23,155077,Civic Center,CCGT,1989,0,0,NULL +23,155078,CE Leathers,Geothermal,1989,0,0,NULL +23,155079,Del Ranch Company,Geothermal,1988,0,0,NULL +23,155080,Elmore Company,Geothermal,1988,0,0,NULL +23,155082,Badger Creek Limited,Gas_Combustion_Turbine,1991,0,0,NULL +23,155084,Collins Pine Project,Bio_Solid_Steam_Turbine,1985,0,0,NULL +23,155085,Brush Generation Facility,CCGT,1990,0,0,NULL +23,155085,Brush Generation Facility,CCGT,1994,0,0,NULL +23,155085,Brush Generation Facility,CCGT,2002,0,0,NULL +23,155086,Brush Generation Facility,Gas_Combustion_Turbine,1990,0,0,NULL +23,155089,Cove Hydroelectric,Hydro_NonPumped,1990,0,0,NULL +23,155091,Ponderosa Bailey Creek,Hydro_NonPumped,1990,0,0,NULL +23,155092,Karen Avenue Wind Farm,Wind,1985,0,0,NULL +23,155093,Kyocera America Project,Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,155095,Sprague Hydro,Hydro_NonPumped,1989,0,0,NULL +23,155096,Magic Dam Hydroelectric Project,Hydro_NonPumped,1989,0,0,NULL +23,155100,Las Vegas Generating Station,CCGT,1994,0,0,NULL +23,155100,Las Vegas Generating Station,CCGT,2003,0,0,NULL +23,155101,Geo East Mesa III,Geothermal,2007,0,0,NULL +23,155110,Dietrich Drop,Hydro_NonPumped,1990,0,0,NULL +23,155112,Rock Creek II,Hydro_NonPumped,1990,0,0,NULL +23,155117,Coso Energy Developers,Geothermal,1988,0,0,NULL +23,155117,Coso Energy Developers,Geothermal,1989,0,0,NULL +23,155120,Bidwell Ditch Project,Hydro_NonPumped,1987,0,0,NULL +23,155122,Hatchet Creek Project,Hydro_NonPumped,1986,0,0,NULL +23,155123,Olive View Medical Center,Gas_Combustion_Turbine,1987,0,0,NULL +23,155126,Humboldt Sawmill Company,Bio_Solid_Steam_Turbine,1938,0,0,NULL +23,155126,Humboldt Sawmill Company,Bio_Solid_Steam_Turbine,1988,0,0,NULL +23,155130,Univ of Calif Santa Cruz Cogeneration,Gas_Combustion_Turbine,2015,0,0,NULL +23,155131,Calistoga Power Plant,Geothermal,1984,0,0,NULL +23,155132,Santa Felicia Dam,Hydro_NonPumped,1987,0,0,NULL +23,155133,Univ of San Francisco Cogen,Gas_Internal_Combustion_Engine,1987,0,0,NULL +23,155135,Tamarack Energy Partnership,Bio_Solid_Steam_Turbine,1983,0,0,NULL +23,155137,Sierra Pacific Loyalton Facility,Bio_Solid_Steam_Turbine,1989,0,0,NULL +23,155138,Sierra Pacific Quincy Facility,Bio_Solid_Steam_Turbine,2018,0,0,NULL +23,155139,US Borax,Gas_Combustion_Turbine,1984,0,0,NULL +23,155140,Phillips 66 Rodeo Refinery,Gas_Combustion_Turbine,1987,0,0,NULL +23,155144,Linde Wilmington,CCGT,1988,0,0,NULL +23,155147,Box Canyon Dam,Hydro_NonPumped,1986,0,0,NULL +23,155148,Olsen,Hydro_NonPumped,1990,0,0,NULL +23,155150,Nippon Dynawave Packaging Longview WA,ST,1948,0,0,NULL +23,155150,Nippon Dynawave Packaging Longview WA,ST,1954,0,0,NULL +23,155154,Williams Ignacio Natural Gas Plant,ST,1984,0,0,NULL +23,155155,Vallecito Hydroelectric,Hydro_NonPumped,1989,0,0,NULL +23,155156,Vulcan-BN Geothermal Power Company,Geothermal,1985,0,0,NULL +23,155158,Woodward Power Plant,Hydro_NonPumped,1982,0,0,NULL +23,155162,Rocky Brook Hydroelectric,Hydro_NonPumped,1985,0,0,NULL +23,155165,San Antonio Regional Hospital,Gas_Internal_Combustion_Engine,1985,0,0,NULL +23,155165,San Antonio Regional Hospital,Gas_Internal_Combustion_Engine,2001,0,0,NULL +23,155166,New Lahontan,Hydro_NonPumped,1989,0,0,NULL +23,155170,San Gorgonio Farms Wind Farm,Wind,1983,0,0,NULL +23,155171,Wadham Energy LP,Bio_Solid_Steam_Turbine,1989,0,0,NULL +23,155175,Marco Ranch,Hydro_NonPumped,1985,0,0,NULL +23,155176,West Point Treatment Plant,Bio_Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,155177,Forks of Butte Hydro Project,Hydro_NonPumped,1992,0,0,NULL +23,155179,Michell Butte Power Project,Hydro_NonPumped,1989,0,0,NULL +23,155181,Tunnel 1 Power Project,Hydro_NonPumped,1993,0,0,NULL +23,155183,Upriver Dam Hydro Plant,Hydro_NonPumped,1936,0,0,NULL +23,155183,Upriver Dam Hydro Plant,Hydro_NonPumped,1984,0,0,NULL +23,155185,Windland,Wind,1982,0,0,NULL +23,155186,Phillips 66 Carbon Plant,Coal_Steam_Turbine,1983,0,0,NULL +23,155187,Friant Hydro Facility,Hydro_NonPumped,1985,0,0,NULL +23,155187,Friant Hydro Facility,Hydro_NonPumped,1986,0,0,NULL +23,155187,Friant Hydro Facility,Hydro_NonPumped,2017,0,0,NULL +23,155188,Dillard Complex,Bio_Solid_Steam_Turbine,1955,0,0,NULL +23,155189,Sand Bar Power Plant,Hydro_NonPumped,1986,0,0,NULL +23,155191,Cowiche,Hydro_NonPumped,1987,0,0,NULL +23,155193,Oxnard,Gas_Combustion_Turbine,1982,0,0,NULL +23,155193,Oxnard,Gas_Combustion_Turbine,1989,0,0,NULL +23,155197,Kern Front Limited,Gas_Combustion_Turbine,1989,0,0,NULL +23,155199,Equilon Los Angeles Refining,Gas_Combustion_Turbine,1982,0,0,NULL +23,155203,Sky River LLC,Wind,1991,0,0,NULL +23,155204,SRI International Cogen Project,Gas_Combustion_Turbine,1987,0,0,NULL +23,155205,BP Carson Refinery,OT,1984,0,0,NULL +23,155206,Harbor Cogen,CCGT,2001,0,0,NULL +23,155207,Port Townsend Paper,ST,1986,0,0,NULL +23,155208,Bowman,Hydro_NonPumped,1986,0,0,NULL +23,155211,Pacific-Ultrapower Chinese Station,Bio_Solid_Steam_Turbine,1986,0,0,NULL +23,155212,Altamont Gas Recovery,Bio_Gas,1969,0,0,NULL +23,155212,Altamont Gas Recovery,Bio_Gas,1989,0,0,NULL +23,155215,Berry Cogen Tanne Hills 18,Gas_Combustion_Turbine,1986,0,0,NULL +23,155216,"Torrance Refining Company, LLC",Gas_Combustion_Turbine,1988,0,0,NULL +23,155217,"Torrance Refining Company, LLC",ST,1983,0,0,NULL +23,155217,"Torrance Refining Company, LLC",ST,1988,0,0,NULL +23,155220,Clearwater Paper IPP Lewiston,ST,1981,0,0,NULL +23,155220,Clearwater Paper IPP Lewiston,ST,1991,0,0,NULL +23,155223,Municipal Cogen Plant,Gas_Internal_Combustion_Engine,2015,0,0,NULL +23,155224,San Gorgonio Westwinds II LLC,Wind,1999,0,0,NULL +23,155229,Agnews Power Plant,CCGT,1990,0,0,NULL +23,155230,Coalinga Cogeneration Facility,Gas_Combustion_Turbine,1988,0,0,NULL +23,155232,South Belridge Cogeneration Facility,Gas_Combustion_Turbine,1985,0,0,NULL +23,155232,South Belridge Cogeneration Facility,Gas_Combustion_Turbine,1986,0,0,NULL +23,155234,New Hogan Power Plant,Hydro_NonPumped,1989,0,0,NULL +23,155237,Ormesa I,Geothermal,1986,0,0,NULL +23,155237,Ormesa I,Geothermal,2003,0,0,NULL +23,155240,Mojave 18,Wind,1989,0,0,NULL +23,155242,Nove Power Plant,Bio_Gas_Internal_Combustion_Engine,1985,0,0,NULL +23,155242,Nove Power Plant,Bio_Gas_Internal_Combustion_Engine,1987,0,0,NULL +23,155244,PE Berkeley,CCGT,1987,0,0,NULL +23,155249,Spokane Waste to Energy,Bio_Solid_Steam_Turbine,1991,0,0,NULL +23,155250,El Dorado Hydro Elk Creek,Hydro_NonPumped,1986,0,0,NULL +23,155251,Rock Creek LP,Hydro_NonPumped,1986,0,0,NULL +23,155253,S E Hazelton A,Hydro_NonPumped,1990,0,0,NULL +23,155256,Middle Fork Irrigation District,Hydro_NonPumped,1986,0,0,NULL +23,155257,Co-Gen LLC,Bio_Solid_Steam_Turbine,1986,0,0,NULL +23,155259,Galesville Project,Hydro_NonPumped,1987,0,0,NULL +23,155260,Lagoon Cogeneration Facility,Gas_Internal_Combustion_Engine,1989,0,0,NULL +23,155260,Lagoon Cogeneration Facility,Gas_Internal_Combustion_Engine,1996,0,0,NULL +23,155261,Sunnyside Cogen Associates,Coal_Steam_Turbine,1993,0,0,NULL +23,155262,Slate Creek,Hydro_NonPumped,1990,0,0,NULL +23,155264,Amedee Geothermal Venture I,Geothermal,1988,0,0,NULL +23,155268,Rock Creek I,Hydro_NonPumped,1983,0,0,NULL +23,155271,Terra-Gen Dixie Valley,Geothermal,1998,0,0,NULL +23,155272,Quail Creek Hydro Plant #1,Hydro_NonPumped,1985,0,0,NULL +23,155273,Martinez Sulfuric Acid Regeneration Plt,ST,1978,0,0,NULL +23,155275,UCLA So Campus Cogen Project,CCGT,1993,0,0,NULL +23,155277,Lost Hills Cogeneration Plant,Gas_Combustion_Turbine,1985,0,0,NULL +23,155279,Cymric 6Z Cogen,Gas_Combustion_Turbine,1986,0,0,NULL +23,155280,Taft 26C Cogen,Gas_Combustion_Turbine,1982,0,0,NULL +23,155281,Coalinga 25D Cogen,Gas_Combustion_Turbine,1986,0,0,NULL +23,155281,Coalinga 25D Cogen,Gas_Combustion_Turbine,1987,0,0,NULL +23,155283,Plant No 2 Orange County,Bio_Gas_Internal_Combustion_Engine,1993,0,0,NULL +23,155286,Kern River Eastridge Cogen,Gas_Combustion_Turbine,1988,0,0,NULL +23,155290,Mojave 3,Wind,1990,0,0,NULL +23,155294,Aidlin Geothermal Power Plant,Geothermal,1989,0,0,NULL +23,155295,85 A,Wind,1985,0,0,NULL +23,155298,Midway Sunset Cogen,Gas_Combustion_Turbine,1989,0,0,NULL +23,155300,Yuba City Cogen Partners,Gas_Combustion_Turbine,1990,0,0,NULL +23,155303,Broadwater Power Project,Hydro_NonPumped,1989,0,0,NULL +23,155304,MM West Covina,Bio_Gas_Steam_Turbine,1993,0,0,NULL +23,155305,San Gabriel Hydro Project,Hydro_NonPumped,1987,0,0,NULL +23,155306,Second Imperial Geothermal,Geothermal,1993,0,0,NULL +23,155306,Second Imperial Geothermal,Geothermal,2006,0,0,NULL +23,155306,Second Imperial Geothermal,Geothermal,2008,0,0,NULL +23,155307,Hillcrest Pump Station,Hydro_NonPumped,1993,0,0,NULL +23,155309,Smith Falls Hydro Project,Hydro_NonPumped,1989,0,0,NULL +23,155309,Smith Falls Hydro Project,Hydro_NonPumped,1990,0,0,NULL +23,155310,Opal Springs Hydro,Hydro_NonPumped,1985,0,0,NULL +23,155311,Warm Springs Hydro Project,Hydro_NonPumped,1988,0,0,NULL +23,155312,Koma Kulshan Associates,Hydro_NonPumped,1990,0,0,NULL +23,155313,March Point Cogeneration,Gas_Combustion_Turbine,1993,0,0,NULL +23,155318,Coram Energy LLC (ECT),Wind,2005,0,0,NULL +23,155319,Coram Energy LLC,Wind,2005,0,0,NULL +23,155320,CTV Power Purchase Contract Trust,Wind,2004,0,0,NULL +23,155322,Three Forks Water Power Project,Hydro_NonPumped,1984,0,0,NULL +23,155323,General Chemical,Coal_Steam_Turbine,1968,0,0,NULL +23,155323,General Chemical,Coal_Steam_Turbine,1977,0,0,NULL +23,155328,University of Colorado,CCGT,1992,0,0,NULL +23,155330,Sinclair Oil Refinery,Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,155331,Sinclair Oil Refinery,Gas_Steam_Turbine,1925,0,0,NULL +23,155331,Sinclair Oil Refinery,Gas_Steam_Turbine,1954,0,0,NULL +23,155332,Little Wood Hydro Project,Hydro_NonPumped,1985,0,0,NULL +23,155334,Dry Creek Project,Hydro_NonPumped,1987,0,0,NULL +23,155335,Western Power & Steam Inc,Gas_Combustion_Turbine,1990,0,0,NULL +23,155336,Welport Lease Project,Gas_Combustion_Turbine,1990,0,0,NULL +23,155337,Dome Project,Gas_Combustion_Turbine,1988,0,0,NULL +23,155342,Sumas Power Plant,CCGT,1993,0,0,NULL +23,155343,Oroville Cogeneration LP,Gas_Internal_Combustion_Engine,1990,0,0,NULL +23,155344,Blind Canyon Hydro,Hydro_NonPumped,1992,0,0,NULL +23,155348,Spicer Meadow Project,Hydro_NonPumped,1989,0,0,NULL +23,155349,Collierville Powerhouse,Hydro_NonPumped,1989,0,0,NULL +23,155351,Longview Fibre,ST,1958,0,0,NULL +23,155351,Longview Fibre,ST,1966,0,0,NULL +23,155352,MM Yolo Power,Bio_Gas_Internal_Combustion_Engine,1990,0,0,NULL +23,155352,MM Yolo Power,Bio_Gas_Internal_Combustion_Engine,1993,0,0,NULL +23,155352,MM Yolo Power,Bio_Gas_Internal_Combustion_Engine,1998,0,0,NULL +23,155353,University of Arizona - Biosphere 2,DistillateFuelOil_Internal_Combustion_Engine,1990,0,0,NULL +23,155354,University of Arizona - Biosphere 2,Gas_Internal_Combustion_Engine,2000,0,0,NULL +23,155357,American Gypsum Cogeneration,Gas_Combustion_Turbine,1990,0,0,NULL +23,155358,American Gypsum Cogeneration,DistillateFuelOil_Internal_Combustion_Engine,1990,0,0,NULL +23,155359,TPC Windfarms LLC,Wind,1986,0,0,NULL +23,155361,Kekawaka Power House,Hydro_NonPumped,1989,0,0,NULL +23,155364,Chino Mines,CCGT,2001,0,0,NULL +23,155368,Boulder City Betasso Hydro Plant,Hydro_NonPumped,1987,0,0,NULL +23,155369,Difwind Farms Ltd VI,Wind,1987,0,0,NULL +23,155371,Heber Geothermal,Geothermal,1985,0,0,NULL +23,155372,Amalgamated Sugar LLC Nampa,Gas_Steam_Turbine,1948,0,0,NULL +23,155372,Amalgamated Sugar LLC Nampa,Gas_Steam_Turbine,1968,0,0,NULL +23,155375,Ormesa II,Geothermal,1989,0,0,NULL +23,155375,Ormesa II,Geothermal,2007,0,0,NULL +23,155377,Freeport McMoRan,DistillateFuelOil_Internal_Combustion_Engine,1967,0,0,NULL +23,155377,Freeport McMoRan,DistillateFuelOil_Internal_Combustion_Engine,1971,0,0,NULL +23,155377,Freeport McMoRan,DistillateFuelOil_Internal_Combustion_Engine,1972,0,0,NULL +23,155379,Coram Tehachapi,Wind,1992,0,0,NULL +23,155380,Lateral 10 Ventures,Hydro_NonPumped,1984,0,0,NULL +23,155381,Hermiston Generating Plant,CCGT,1996,0,0,NULL +23,155385,University of Washington Power Plant,Gas_Steam_Turbine,1969,0,0,NULL +23,155386,Mile 28 Water Power Project,Hydro_NonPumped,1994,0,0,NULL +23,155388,Black Creek,Hydro_NonPumped,1994,0,0,NULL +23,155389,Tehachapi Wind Resource II,Wind,1997,0,0,NULL +23,155389,Tehachapi Wind Resource II,Wind,2002,0,0,NULL +23,155391,Ridgetop,Wind,1994,0,0,NULL +23,155392,Richard J Donovan Correctional Facility,Gas_Combustion_Turbine,1987,0,0,NULL +23,155399,Desert Star Energy Center,CCGT,2000,0,0,NULL +23,155400,Crockett Cogen Project,CCGT,1995,0,0,NULL +23,155401,Plummer Cogen,Bio_Solid_Steam_Turbine,1982,0,0,NULL +23,155404,Sutter Energy Center,CCGT,2001,0,0,NULL +23,155407,Manchief Electric Generating Station,Gas_Combustion_Turbine,2000,0,0,NULL +23,155408,Desert Basin,CCGT,2001,0,0,NULL +23,155412,South Point Energy Center,CCGT,2001,0,0,NULL +23,155413,Rathdrum Power LLC,CCGT,2001,0,0,NULL +23,155415,Aera San Ardo Cogen Facility,Gas_Combustion_Turbine,1989,0,0,NULL +23,155417,Valmont Combustion Turbine Project,Gas_Combustion_Turbine,2000,0,0,NULL +23,155417,Valmont Combustion Turbine Project,Gas_Combustion_Turbine,2001,0,0,NULL +23,155419,Los Medanos Energy Center,CCGT,2001,0,0,NULL +23,155420,Beaver Creek Gas Plant,Gas_Combustion_Turbine,1983,0,0,NULL +23,155420,Beaver Creek Gas Plant,Gas_Combustion_Turbine,1992,0,0,NULL +23,155421,Beaver Creek Gas Plant,ST,2018,0,0,NULL +23,155425,Gila River Power Block 4,CCGT,2003,0,0,NULL +23,155429,Luna Energy Facility,CCGT,2006,0,0,NULL +23,155430,Otay Mesa Generating Project,CCGT,2009,0,0,NULL +23,155431,Harquahala Generating Project,CCGT,2004,0,0,NULL +23,155432,Metcalf Energy Center,CCGT,2005,0,0,NULL +23,155433,Green Power I,Wind,1975,0,0,NULL +23,155439,Wygen 1,Coal_Steam_Turbine,2003,0,0,NULL +23,155442,CalPeak Power Vaca Dixon Peaker Plant,Gas_Combustion_Turbine,2002,0,0,NULL +23,155444,Frank Knutson,Gas_Combustion_Turbine,2002,0,0,NULL +23,155445,CalPeak Power Panoche Peaker Plant,Gas_Combustion_Turbine,2001,0,0,NULL +23,155446,CalPeak Power Border Peaker Plant,Gas_Combustion_Turbine,2001,0,0,NULL +23,155449,Apex Generating Station,CCGT,2003,0,0,NULL +23,155451,Sundance,Gas_Combustion_Turbine,2002,0,0,NULL +23,155452,Escondido Energy Center,Gas_Combustion_Turbine,2014,0,0,NULL +23,155453,Chula Vista Energy Center,Gas_Combustion_Turbine,2001,0,0,NULL +23,155455,Larkspur Energy Facility,Gas_Combustion_Turbine,2001,0,0,NULL +23,155457,Wilmington Hydrogen Plant,ST,1996,0,0,NULL +23,155458,FPL Energy Vansycle LLC (WA),Wind,2001,0,0,NULL +23,155461,Tajiguas Plant,Bio_Gas_Internal_Combustion_Engine,2000,0,0,NULL +23,155462,Foote Creek I,Wind,1999,0,0,NULL +23,155463,Foote Creek II,Wind,1999,0,0,NULL +23,155465,Foote Creek IV,Wind,2000,0,0,NULL +23,155469,Goose Haven Energy Center,Gas_Combustion_Turbine,2003,0,0,NULL +23,155471,Plains End,Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,155474,Higgins Generating Station,CCGT,2004,0,0,NULL +23,155475,Hanford Energy Park Peaker,Gas_Combustion_Turbine,2001,0,0,NULL +23,155480,Rock River I LLC,Wind,2001,0,0,NULL +23,155484,Sonoma Central Landfill Phase I,Bio_Gas_Internal_Combustion_Engine,1993,0,0,NULL +23,155486,Kiefer Landfill,Bio_Gas_Internal_Combustion_Engine,1999,0,0,NULL +23,155488,Henrietta Peaker,Gas_Combustion_Turbine,2002,0,0,NULL +23,155489,Gilroy Peaking Energy Center,Gas_Combustion_Turbine,2001,0,0,NULL +23,155489,Gilroy Peaking Energy Center,Gas_Combustion_Turbine,2002,0,0,NULL +23,155493,Rocky Mountain Energy Center,CCGT,2004,0,0,NULL +23,155499,Klondike Wind Power,Wind,2002,0,0,NULL +23,155500,Panoche Peaker,Gas_Combustion_Turbine,1973,0,0,NULL +23,155504,Tracy Combined Cycle Power Plant,CCGT,2012,0,0,NULL +23,155505,Century Generating Facility,Gas_Combustion_Turbine,2001,0,0,NULL +23,155506,Drews Generating Facility,Gas_Combustion_Turbine,2001,0,0,NULL +23,155509,Riverview Energy Center,Gas_Combustion_Turbine,2003,0,0,NULL +23,155512,Salton Sea Power LLC - Unit 5,Geothermal,2000,0,0,NULL +23,155514,Palomar Energy,CCGT,2006,0,0,NULL +23,155515,FPL Energy Vansycle LLC (OR),Wind,2001,0,0,NULL +23,155518,Whitewater Hill Wind Partners,Wind,2002,0,0,NULL +23,155519,Grimes Way,DistillateFuelOil_Internal_Combustion_Engine,2005,0,0,NULL +23,155520,Grimes Way,Gas_Internal_Combustion_Engine,2005,0,0,NULL +23,155522,WWTP Power Generation Station,Bio_Gas_Internal_Combustion_Engine,1985,0,0,NULL +23,155523,H. Gonzales,Gas_Combustion_Turbine,1987,0,0,NULL +23,155524,Malburg,CCGT,2005,0,0,NULL +23,155527,High Winds LLC,Wind,2003,0,0,NULL +23,155530,SJ/SC WPCP,Gas_Internal_Combustion_Engine,1985,0,0,NULL +23,155530,SJ/SC WPCP,Gas_Internal_Combustion_Engine,1995,0,0,NULL +23,155532,TransAlta Wyoming Wind,Wind,2003,0,0,NULL +23,155533,New Mexico Wind Energy Center,Wind,2003,0,0,NULL +23,155534,Currant Creek,CCGT,2006,0,0,NULL +23,155535,Kimball Wind,Wind,2018,0,0,NULL +23,155539,Regional Wastewater Control Facility,Bio_Gas_Internal_Combustion_Engine,2000,0,0,NULL +23,155545,Colorado Green Holdings LLC,Wind,2003,0,0,NULL +23,155547,Red Bluff,Gas_Internal_Combustion_Engine,2001,0,0,NULL +23,155548,Chowchilla II,Gas_Internal_Combustion_Engine,2001,0,0,NULL +23,155552,Port Westward,CCGT,2007,0,0,NULL +23,155558,Millcreek Power Generation,Gas_Combustion_Turbine,2006,0,0,NULL +23,155558,Millcreek Power Generation,Gas_Combustion_Turbine,2010,0,0,NULL +23,155559,Hopkins Ridge Wind,Wind,2005,0,0,NULL +23,155559,Hopkins Ridge Wind,Wind,2008,0,0,NULL +23,155561,Helzel & Schwarzhoff 86,Wind,1986,0,0,NULL +23,155562,ZCO,Wind,1985,0,0,NULL +23,155564,Kumeyaay Wind,Wind,2005,0,0,NULL +23,155565,Roseville Energy Park,CCGT,2007,0,0,NULL +23,155566,Wolverine Creek,Wind,2006,0,0,NULL +23,155567,Oasis Wind,Wind,2004,0,0,NULL +23,155569,Shute Creek Facility,Gas_Combustion_Turbine,2005,0,0,NULL +23,155571,Wygen 2,Coal_Steam_Turbine,2008,0,0,NULL +23,155572,Spring Canyon,Wind,2006,0,0,NULL +23,155573,Richard Burdette Geothermal,Geothermal,2005,0,0,NULL +23,155574,Wild Horse,Central_PV,2007,0,0,NULL +23,155579,Klondike Windpower II,Wind,2005,0,0,NULL +23,155582,Shiloh I Wind Project,Wind,2006,0,0,NULL +23,155584,Judith Gap Wind Energy Center,Wind,2005,0,0,NULL +23,155586,Sierra Pacific Burlington Facility,Bio_Solid_Steam_Turbine,2007,0,0,NULL +23,155589,Burley Butte Windpark,Wind,2011,0,0,NULL +23,155590,Golden Valley Wind Park LLC,Wind,2011,0,0,NULL +23,155594,Salmon Falls Wind Park,Wind,2011,0,0,NULL +23,155596,Tuana Gulch Wind Park,Wind,2011,0,0,NULL +23,155597,Spindle Hill Energy Center,Gas_Combustion_Turbine,2007,0,0,NULL +23,155598,Buena Vista Energy LLC,Wind,2006,0,0,NULL +23,155599,Twin Buttes Wind Project,Wind,2007,0,0,NULL +23,155603,Klondike Windpower III,Wind,2007,0,0,NULL +23,155603,Klondike Windpower III,Wind,2008,0,0,NULL +23,155604,Roseburg Forest Products Biomass,Bio_Solid_Steam_Turbine,2010,0,0,NULL +23,155609,Barre Peaker,Gas_Combustion_Turbine,2007,0,0,NULL +23,155610,Center Peaker,Battery_Storage,2016,0,0,NULL +23,155612,Gateway Generating Station,CCGT,2009,0,0,NULL +23,155613,SunE Alamosa,Central_PV,2007,0,0,NULL +23,155620,Western 102 Power Plant,Gas_Internal_Combustion_Engine,2005,0,0,NULL +23,155621,Western 102 Power Plant,Central_PV,2007,0,0,NULL +23,155622,Tesoro SLC Cogeneration Plant,Gas_Combustion_Turbine,2004,0,0,NULL +23,155625,Colusa Generating Station,CCGT,2010,0,0,NULL +23,155626,Galena 2 Geothermal Power Plant,Geothermal,2007,0,0,NULL +23,155629,Peetz Table Wind Energy,Wind,2007,0,0,NULL +23,155635,Dry Fork Station,Coal_Steam_Turbine,2011,0,0,NULL +23,155639,Elkhorn Valley Wind Farm,Wind,2007,0,0,NULL +23,155640,Mountain Home,Wind,2008,0,0,NULL +23,155641,Bennett Creek Windfarm LLC - Mountain Home,Wind,2008,0,0,NULL +23,155644,Goodnoe Hills,Wind,2008,0,0,NULL +23,155645,Russell D Smith,Hydro_NonPumped,1982,0,0,NULL +23,155647,Eltopia Branch Canal 4.6,Hydro_NonPumped,1983,0,0,NULL +23,155649,Main Canal Headworks,Hydro_NonPumped,1987,0,0,NULL +23,155652,El Nido Facility,Bio_Solid_Steam_Turbine,2008,0,0,NULL +23,155654,Mountain Wind Power LLC,Wind,2008,0,0,NULL +23,155655,Mountain Wind Power II LLC,Wind,2008,0,0,NULL +23,155656,CalRenew-1,Central_PV,2010,0,0,NULL +23,155658,Pebble Springs Wind LLC,Wind,2009,0,0,NULL +23,155659,Hay Canyon Wind Power LLC,Wind,2009,0,0,NULL +23,155660,Dillon Wind LLC,Wind,2008,0,0,NULL +23,155662,Solana Generating Station,CSP_Trough_No_Storage,2013,0,0,NULL +23,155664,ELACC Photovoltaic Power Facility,Central_PV,2008,0,0,NULL +23,155665,Denver Int Airport,Central_PV,2008,0,0,NULL +23,155667,Glenrock,Wind,2008,0,0,NULL +23,155667,Glenrock,Wind,2009,0,0,NULL +23,155668,Rolling Hills,Wind,2009,0,0,NULL +23,155669,Seven Mile Hill,Wind,2008,0,0,NULL +23,155670,Trans-Jordan Generating Station,Bio_Gas_Internal_Combustion_Engine,2009,0,0,NULL +23,155671,Wheat Field Wind Power Project,Wind,2009,0,0,NULL +23,155672,Arlington Wind Power Project,Wind,2008,0,0,NULL +23,155675,Shiloh Wind Project 2 LLC,Wind,2009,0,0,NULL +23,155678,Ameresco Ox Mountain,Bio_Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,155679,Ameresco Keller Canyon,Bio_Gas_Internal_Combustion_Engine,2009,0,0,NULL +23,155680,Ameresco Chiquita Canyon,Bio_Gas,2010,0,0,NULL +23,155685,"Imperial Valley Solar, LLC",Central_PV,2013,0,0,NULL +23,155685,"Imperial Valley Solar, LLC",Central_PV,2014,0,0,NULL +23,155687,Biotech LS 0836,DistillateFuelOil_Internal_Combustion_Engine,2009,0,0,NULL +23,155688,Threemile Canyon,Wind,2009,0,0,NULL +23,155689,Cassia Wind,Wind,2009,0,0,NULL +23,155691,NRG Solar Blythe LLC,Central_PV,2009,0,0,NULL +23,155692,CM10,Central_PV,2008,0,0,NULL +23,155696,Happy Jack Windpower Project,Wind,2008,0,0,NULL +23,155697,Butter Creek Power LLC,Wind,2009,0,0,NULL +23,155698,Big Top LLC,Wind,2009,0,0,NULL +23,155700,Four Mile Canyon Windfarm LLC,Wind,2009,0,0,NULL +23,155701,Oregon Trail Windfarm LLC,Wind,2009,0,0,NULL +23,155704,Wagon Trail LLC,Wind,2009,0,0,NULL +23,155705,Ward Butte Windfarm LLC,Wind,2009,0,0,NULL +23,155710,Pueblo Airport Generating Station,Gas_Combustion_Turbine,2012,0,0,NULL +23,155710,Pueblo Airport Generating Station,Gas_Combustion_Turbine,2016,0,0,NULL +23,155711,El Cajon Energy Center,Gas_Combustion_Turbine,2010,0,0,NULL +23,155712,SunEdison Walgreens Moreno Valley,Central_PV,2007,0,0,NULL +23,155713,Mariani Packing Vacaville Solar,Central_PV,2008,0,0,NULL +23,155714,Walgreens Woodland Distribution Center,Central_PV,2007,0,0,NULL +23,155715,SunEdison Ironwood State Prison,Central_PV,2008,0,0,NULL +23,155721,Waste Management Columbia Ridge LFGTE,Bio_Gas_Internal_Combustion_Engine,2009,0,0,NULL +23,155721,Waste Management Columbia Ridge LFGTE,Bio_Gas_Internal_Combustion_Engine,2014,0,0,NULL +23,155724,Langley Gulch Power Plant,CCGT,2012,0,0,NULL +23,155725,McFadden Ridge,Wind,2009,0,0,NULL +23,155730,NaturEner Glacier Wind Energy 1,Wind,2008,0,0,NULL +23,155731,NaturEner Glacier Wind Energy 2,Wind,2009,0,0,NULL +23,155733,Ivanpah 1,ST,2013,0,0,NULL +23,155736,Campbell Hill Windpower,Wind,2009,0,0,NULL +23,155739,Star Point Wind Project LLC,Wind,2010,0,0,NULL +23,155740,Dry Lake Wind LLC,Wind,2009,0,0,NULL +23,155743,J&A-Santa Maria II LLC,Bio_Gas_Internal_Combustion_Engine,2010,0,0,NULL +23,155744,Whittier LFG Power Plant #1,Bio_Gas_Internal_Combustion_Engine,2006,0,0,NULL +23,155744,Whittier LFG Power Plant #1,Bio_Gas_Internal_Combustion_Engine,2010,0,0,NULL +23,155746,Milford Wind Corridor Stage II LLC,Wind,2011,0,0,NULL +23,155747,UCI Facilities Management Central Plant,CCGT,2007,0,0,NULL +23,155749,Camp Reed,Wind,2010,0,0,NULL +23,155750,Yahoo Creek,Wind,2010,0,0,NULL +23,155752,OREG 4 Peetz,OT,2009,0,0,NULL +23,155753,Tuana Springs,Wind,2010,0,0,NULL +23,155754,Eurus Combine Hills Turbine Ranch 2,Wind,2010,0,0,NULL +23,155756,Harvest Wind Project,Wind,2009,0,0,NULL +23,155757,Windy Flats Wind Project,Wind,2009,0,0,NULL +23,155758,Calabasas Gas to Energy Facility,Bio_Gas,2010,0,0,NULL +23,155764,FPL Energy Montezuma Winds LLC,Wind,2010,0,0,NULL +23,155766,Cedar Creek II,Wind,2011,0,0,NULL +23,155770,Solar Photovoltaic Project #05,Central_PV,2012,0,0,NULL +23,155771,Solar Photovoltaic Project #06,Central_PV,2011,0,0,NULL +23,155774,Solar Photovoltaic Project #09,Central_PV,2011,0,0,NULL +23,155775,Solar Photovoltaic Project #10,Central_PV,2013,0,0,NULL +23,155777,Solar Photovoltaic Project #12,Central_PV,2011,0,0,NULL +23,155778,Solar Photovoltaic Project #13,Central_PV,2015,0,0,NULL +23,155780,Solar Photovoltaic Project #16,Central_PV,2015,0,0,NULL +23,155781,Solar Photovoltaic Project #17,Central_PV,2015,0,0,NULL +23,155782,Solar Photovoltaic Project #18,Central_PV,2012,0,0,NULL +23,155784,Solar Photovoltaic Project #22,Central_PV,2011,0,0,NULL +23,155785,Cimarron Solar Facility,Central_PV,2010,0,0,NULL +23,155788,Solar Photovoltaic Project #27,Central_PV,2015,0,0,NULL +23,155789,Solar Photovoltaic Project #28,Central_PV,2015,0,0,NULL +23,155790,Victor Valley CC CPV Solar,Central_PV,2010,0,0,NULL +23,155794,Alta Wind Energy Center I,Wind,2011,0,0,NULL +23,155795,Northern Colorado Wind LLC,Wind,2009,0,0,NULL +23,155796,Alta Wind Energy Center II,Wind,2011,0,0,NULL +23,155797,Alta Wind Energy Center III,Wind,2011,0,0,NULL +23,155798,Alta Wind Energy Center IV,Wind,2011,0,0,NULL +23,155802,Dunlap,Wind,2010,0,0,NULL +23,155803,Dutch Wind Energy,Wind,1994,0,0,NULL +23,155804,Garnet Wind Energy Center,Wind,2009,0,0,NULL +23,155805,Adelanto Solar Project,Central_PV,2012,0,0,NULL +23,155809,1420 Coil Av #C,Central_PV,2011,0,0,NULL +23,155811,Metro Support Services Center Solar,Central_PV,2005,0,0,NULL +23,155815,Copper Crossing Solar LLC,Central_PV,2011,0,0,NULL +23,155816,Big Horn Wind II,Wind,2011,0,0,NULL +23,155817,Juniper Canyon I Wind Project,Wind,2011,0,0,NULL +23,155818,Top of the World Windpower Project,Wind,2010,0,0,NULL +23,155822,Panoche Valley Solar Farm,Central_PV,2018,0,0,NULL +23,155823,Cargill B6 Biofactory,Bio_Gas_Internal_Combustion_Engine,2009,0,0,NULL +23,155826,CityCenter Central Plant Cogen Units,Gas_Combustion_Turbine,2009,0,0,NULL +23,155828,Red Mesa Wind LLC,Wind,2010,0,0,NULL +23,155830,Sun City Project LLC,Central_PV,2011,0,0,NULL +23,155832,Siphon Drop Power Plant,Hydro_NonPumped,1987,0,0,NULL +23,155835,Bellevue Solar Project,Central_PV,2011,0,0,NULL +23,155836,Agua Caliente Solar Project,Central_PV,2012,0,0,NULL +23,155836,Agua Caliente Solar Project,Central_PV,2014,0,0,NULL +23,155837,Jersey Valley Geothermal Power Plant,Geothermal,2010,0,0,NULL +23,155838,Greater Sandhill I,Central_PV,2010,0,0,NULL +23,155841,UASTP I,Central_PV,2010,0,0,NULL +23,155849,Mainline Windfarm,Wind,2012,0,0,NULL +23,155857,McGinness Hills,Geothermal,2012,0,0,NULL +23,155857,McGinness Hills,Geothermal,2015,0,0,NULL +23,155859,NRG Solar Borrego I,Central_PV,2013,0,0,NULL +23,155862,Mountain View IV,Wind,2012,0,0,NULL +23,155866,Mariposa Energy Project,Gas_Combustion_Turbine,2012,0,0,NULL +23,155867,Manzana Wind LLC,Wind,2012,0,0,NULL +23,155868,Imperial Solar Energy Center South,Central_PV,2013,0,0,NULL +23,155875,RV CSU Power II LLC,Central_PV,2010,0,0,NULL +23,155876,Carson Solar I,Central_PV,2007,0,0,NULL +23,155879,Giffen,Central_PV,2012,0,0,NULL +23,155881,Huron Solar Station,Central_PV,2012,0,0,NULL +23,155883,North Hurlburt Wind LLC,Wind,2012,0,0,NULL +23,155884,Palouse,Wind,2012,0,0,NULL +23,155886,Solar Photovoltaic Project #33,Central_PV,2015,0,0,NULL +23,155888,South Hurlburt Wind LLC,Wind,2012,0,0,NULL +23,155889,Horseshoe Bend Wind LLC,Wind,2012,0,0,NULL +23,155895,Sunset Reservoir North Basin,Central_PV,2010,0,0,NULL +23,155896,Chino Solar Valley,Central_PV,2012,0,0,NULL +23,155898,Paloma Solar,Central_PV,2011,0,0,NULL +23,155901,GE - Tehachapi,Wind,2015,0,0,NULL +23,155901,GE - Tehachapi,Wind,2018,0,0,NULL +23,155904,CCCSD Wastewater Treatment Plnt,Gas_Combustion_Turbine,1995,0,0,NULL +23,155905,Deming Solar Energy Center,Central_PV,2011,0,0,NULL +23,155905,Deming Solar Energy Center,Central_PV,2013,0,0,NULL +23,155907,Alamogordo Solar Energy Center,Central_PV,2011,0,0,NULL +23,155908,PaTu Wind Farm LLC,Wind,2010,0,0,NULL +23,155913,University of California San Diego,CCGT,2001,0,0,NULL +23,155917,Teichert Materials-Teichert Vernalis,Wind,2010,0,0,NULL +23,155919,Foundation ST,Wind,2011,0,0,NULL +23,155920,Linden Wind Energy Project,Wind,2010,0,0,NULL +23,155921,"Vestas Towers America, Inc.",Wind,2010,0,0,NULL +23,155924,Adobe Solar,Central_PV,2014,0,0,NULL +23,155926,Oregon State University Energy Center,CCGT,2010,0,0,NULL +23,155927,Bakersfield College Solar 01,Central_PV,2010,0,0,NULL +23,155928,"Temescal Canyon RV, LLC",Central_PV,2011,0,0,NULL +23,155929,Avra Valley Solar,Central_PV,2013,0,0,NULL +23,155932,SMUD at Fleshman,Central_PV,2011,0,0,NULL +23,155933,Macys Goodyear,Central_PV,2010,0,0,NULL +23,155935,Arlington Valley Solar Energy II,Central_PV,2013,0,0,NULL +23,155936,City of Boulder WWTP,Central_PV,2010,0,0,NULL +23,155943,DOE Golden NREL Main Campus,Central_PV,2008,0,0,NULL +23,155943,DOE Golden NREL Main Campus,Central_PV,2009,0,0,NULL +23,155943,DOE Golden NREL Main Campus,Central_PV,2010,0,0,NULL +23,155943,DOE Golden NREL Main Campus,Central_PV,2011,0,0,NULL +23,155943,DOE Golden NREL Main Campus,Central_PV,2012,0,0,NULL +23,155943,DOE Golden NREL Main Campus,Central_PV,2013,0,0,NULL +23,155944,Topaz Solar Farm,Central_PV,2013,0,0,NULL +23,155944,Topaz Solar Farm,Central_PV,2014,0,0,NULL +23,155945,Power Generation Station (PGS) 2,Bio_Gas,2011,0,0,NULL +23,155947,Aerojet II,Central_PV,2010,0,0,NULL +23,155948,Vasco Winds,Wind,2011,0,0,NULL +23,155949,Montezuma Wind II,Wind,2012,0,0,NULL +23,155951,Cheyenne Prairie Generating Station,CCGT,2014,0,0,NULL +23,155952,Cheyenne Prairie Generating Station,Gas_Combustion_Turbine,2014,0,0,NULL +23,155953,Mesquite Solar 1,Central_PV,2011,0,0,NULL +23,155953,Mesquite Solar 1,Central_PV,2012,0,0,NULL +23,155956,Watkins Manufacturing Co.,Gas_Internal_Combustion_Engine,2001,0,0,NULL +23,155962,SPS2 Jal,Central_PV,2011,0,0,NULL +23,155963,SPS3 Lea,Central_PV,2011,0,0,NULL +23,155964,SPS4 Monument,Central_PV,2011,0,0,NULL +23,155971,Pacific Wind LLC,Wind,2012,0,0,NULL +23,155973,Power County Wind Park North,Wind,2011,0,0,NULL +23,155974,Youngs Creek Hydroelectric Project,Hydro_NonPumped,2011,0,0,NULL +23,155975,Naval Air Weapons Station China Lake,Central_PV,2012,0,0,NULL +23,155977,Rockland Wind Farm,Wind,2011,0,0,NULL +23,155981,Windstar 1,Wind,2012,0,0,NULL +23,155982,Kingman 1,Central_PV,2011,0,0,NULL +23,155983,Kingman 1,Wind,2011,0,0,NULL +23,155988,RE Dillard 3,Central_PV,2012,0,0,NULL +23,155992,RE Bruceville 3,Central_PV,2012,0,0,NULL +23,155993,RE Bagdad Solar I LLC,Central_PV,2011,0,0,NULL +23,155995,Foundation IE,Wind,2011,0,0,NULL +23,155998,Golden Springs Building C-1,Central_PV,2012,0,0,NULL +23,155999,Golden Springs Building D,Central_PV,2012,0,0,NULL +23,156006,RE McKenzie 1,Central_PV,2012,0,0,NULL +23,156007,RE McKenzie 2,Central_PV,2012,0,0,NULL +23,156008,RE McKenzie 3,Central_PV,2012,0,0,NULL +23,156009,RE McKenzie 4,Central_PV,2012,0,0,NULL +23,156012,Dinuba Wastewater Treatment Plant,Central_PV,2011,0,0,NULL +23,156015,Mustang Hills LLC,Wind,2012,0,0,NULL +23,156020,ISH Solar Hospital SDMC,Central_PV,2011,0,0,NULL +23,156022,Green Acres Solar Facility 1,Central_PV,2012,0,0,NULL +23,156024,North Hollywood,Hydro_NonPumped,1993,0,0,NULL +23,156027,Industry MetroLink PV 1,Central_PV,2012,0,0,NULL +23,156028,Hidden Hollow Energy,Bio_Gas_Internal_Combustion_Engine,2007,0,0,NULL +23,156030,2555 E Olympic Bl,Central_PV,2012,0,0,NULL +23,156031,Santa Cruz Energy,Bio_Gas_Internal_Combustion_Engine,2009,0,0,NULL +23,156034,"Horse Butte Wind I, LLC",Wind,2012,0,0,NULL +23,156036,Gates Solar Station,Central_PV,2013,0,0,NULL +23,156037,Improvement Dst No. 4,Central_PV,2009,0,0,NULL +23,156043,San Antonio West Solar Rooftop,Central_PV,2012,0,0,NULL +23,156048,Arzon Solar UASTP Solar Power Station,Central_PV,2011,0,0,NULL +23,156050,Walmart Casa Grande,Central_PV,2011,0,0,NULL +23,156052,Desert Green Solar Farm LLC,Central_PV,2014,0,0,NULL +23,156054,Musselshell Wind Project,Wind,2012,0,0,NULL +23,156056,Darrington,Bio_Solid_Steam_Turbine,2007,0,0,NULL +23,156059,High Sierra Cogeneration Plant,Gas_Internal_Combustion_Engine,2010,0,0,NULL +23,156065,Lincoln Landfill,Bio_Gas_Internal_Combustion_Engine,2004,0,0,NULL +23,156065,Lincoln Landfill,Bio_Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,156066,"Desert Sunlight 300, LLC",Central_PV,2013,0,0,NULL +23,156066,"Desert Sunlight 300, LLC",Central_PV,2014,0,0,NULL +23,156067,NaturEner Rim Rock Energy,Wind,2012,0,0,NULL +23,156068,Foothills Solar Plant,Central_PV,2013,0,0,NULL +23,156070,Alpaugh 50,Central_PV,2012,0,0,NULL +23,156071,Salt Palace Solar Gen Plant,Central_PV,2012,0,0,NULL +23,156072,Brea Expansion Plant,Bio_Gas,2012,0,0,NULL +23,156073,WSMR I,Central_PV,2012,0,0,NULL +23,156074,Copper Mountain Solar 2,Central_PV,2012,0,0,NULL +23,156074,Copper Mountain Solar 2,Central_PV,2015,0,0,NULL +23,156075,High Mesa,Wind,2012,0,0,NULL +23,156076,Neal Hot Springs Geothermal Project,Geothermal,2012,0,0,NULL +23,156078,Nickel 1 Solar Facility,Central_PV,2012,0,0,NULL +23,156082,Vitro Flat Glass LLC,DistillateFuelOil_Internal_Combustion_Engine,1983,0,0,NULL +23,156082,Vitro Flat Glass LLC,DistillateFuelOil_Internal_Combustion_Engine,1992,0,0,NULL +23,156082,Vitro Flat Glass LLC,DistillateFuelOil_Internal_Combustion_Engine,2000,0,0,NULL +23,156083,MillerCoors Irwindale Brewery,Gas_Combustion_Turbine,2002,0,0,NULL +23,156089,Edwards Air Force Base,Central_PV,2011,0,0,NULL +23,156090,Western Sugar Coop- Ft Morgan,Coal_Steam_Turbine,1947,0,0,NULL +23,156092,Intel Folsom,Central_PV,2010,0,0,NULL +23,156093,El Cabo Wind,Wind,2017,0,0,NULL +23,156100,Georgia-Pacific Toledo Mill,ST,2007,0,0,NULL +23,156102,Foundation RRM,Wind,2012,0,0,NULL +23,156103,Foundation NWNA,Wind,2012,0,0,NULL +23,156103,Foundation NWNA,Wind,2018,0,0,NULL +23,156104,La Joya Del Sol,Central_PV,2012,0,0,NULL +23,156105,Depot Park Solar System,Central_PV,2010,0,0,NULL +23,156111,Blue Mountain Biogas,Bio_Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,156114,Central Energy Plant USU,Gas_Combustion_Turbine,2004,0,0,NULL +23,156116,Prescott Solar Plant,Central_PV,2011,0,0,NULL +23,156117,RE Kansas South LLC,Central_PV,2013,0,0,NULL +23,156118,TA-High Desert LLC,Central_PV,2013,0,0,NULL +23,156119,Black Cap Solar Plant,Central_PV,2012,0,0,NULL +23,156120,North Sky River Energy LLC,Wind,2012,0,0,NULL +23,156122,CSUF Trigeneration,Gas_Combustion_Turbine,2010,0,0,NULL +23,156123,CSUF Trigeneration,Central_PV,2012,0,0,NULL +23,156123,CSUF Trigeneration,Central_PV,2016,0,0,NULL +23,156124,Crafton Hills College Solar Farm,Central_PV,2012,0,0,NULL +23,156127,Parnassus Central Utility Plant,CCGT,1996,0,0,NULL +23,156128,Arizona State University CHP,CCGT,2006,0,0,NULL +23,156130,Grassland 3&4 Solar Project,Central_PV,2013,0,0,NULL +23,156132,Saddle Mountain Solar I,Central_PV,2012,0,0,NULL +23,156133,J.R. Simplot Company,ST,1993,0,0,NULL +23,156136,Hoag Hospital Cogen Plant,Gas_Internal_Combustion_Engine,2006,0,0,NULL +23,156137,Newberry Solar 1 LLC,Central_PV,2013,0,0,NULL +23,156139,Tahquitz High School,Central_PV,2012,0,0,NULL +23,156142,Kit Carson,Central_PV,2012,0,0,NULL +23,156143,West Valley High School Solar,Central_PV,2012,0,0,NULL +23,156144,Pierce College,Central_PV,2013,0,0,NULL +23,156146,CBS Television City,Central_PV,2013,0,0,NULL +23,156149,FAA NorCal TRACON,Central_PV,2012,0,0,NULL +23,156150,Badger 1,Central_PV,2013,0,0,NULL +23,156151,Port Westward Unit 2,Gas_Internal_Combustion_Engine,2014,0,0,NULL +23,156151,Port Westward Unit 2,Gas_Internal_Combustion_Engine,2015,0,0,NULL +23,156152,La Luz Energy Center,Gas_Combustion_Turbine,2015,0,0,NULL +23,156153,Venable Solar 1,Central_PV,2015,0,0,NULL +23,156155,Jewish Community Center PV,Central_PV,2012,0,0,NULL +23,156165,Kingsburg Solar,Central_PV,2013,0,0,NULL +23,156166,Exeter Solar,Central_PV,2014,0,0,NULL +23,156167,Ivanhoe Solar,Central_PV,2014,0,0,NULL +23,156168,Lindsay Solar,Central_PV,2014,0,0,NULL +23,156169,Porterville Solar,Central_PV,2014,0,0,NULL +23,156171,"Patua Acquisition Project, LLC",Central_PV,2017,0,0,NULL +23,156173,Vansycle II Wind Energy Center,Wind,2009,0,0,NULL +23,156177,Atwell Island,Central_PV,2013,0,0,NULL +23,156180,White River Solar,Central_PV,2013,0,0,NULL +23,156184,Threemile Digester,Bio_Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,156185,Hyder II,Central_PV,2013,0,0,NULL +23,156186,Fargo Drop,Hydro_NonPumped,2013,0,0,NULL +23,156187,Solar Star 1,Central_PV,2014,0,0,NULL +23,156187,Solar Star 1,Central_PV,2015,0,0,NULL +23,156191,Alta Wind XI,Wind,2014,0,0,NULL +23,156194,Lone Valley Solar Park I LLC,Central_PV,2014,0,0,NULL +23,156197,CSU Northridge Plant,Central_PV,2003,0,0,NULL +23,156197,CSU Northridge Plant,Central_PV,2005,0,0,NULL +23,156199,Centinela Solar Energy,Central_PV,2013,0,0,NULL +23,156199,Centinela Solar Energy,Central_PV,2014,0,0,NULL +23,156201,Ameresco Vasco Road,Bio_Gas_Internal_Combustion_Engine,2014,0,0,NULL +23,156206,Arrache 4006,Central_PV,2013,0,0,NULL +23,156208,Arrache 8083,Central_PV,2013,0,0,NULL +23,156209,Nunn,Central_PV,2013,0,0,NULL +23,156210,Rutan,Central_PV,2014,0,0,NULL +23,156212,Ma,Central_PV,2013,0,0,NULL +23,156214,Watts 3115,Central_PV,2013,0,0,NULL +23,156215,45 Mile Hydroelectric Project,Hydro_NonPumped,2015,0,0,NULL +23,156216,McCoy Solar Energy Project,Central_PV,2015,0,0,NULL +23,156216,McCoy Solar Energy Project,Central_PV,2016,0,0,NULL +23,156217,Campo Verde Solar,Central_PV,2013,0,0,NULL +23,156218,C-Drop Hydro,Hydro_NonPumped,2012,0,0,NULL +23,156219,Las Vegas WPCF Solar Plant,Central_PV,2013,0,0,NULL +23,156220,SEV NM Phase 2,Central_PV,2013,0,0,NULL +23,156221,CSU Pueblo,Central_PV,2008,0,0,NULL +23,156222,"Picture Rocks Solar, LLC",Central_PV,2012,0,0,NULL +23,156223,Apex Solar PV Power Project,Central_PV,2012,0,0,NULL +23,156224,Spectrum Solar PV Power Project,Central_PV,2013,0,0,NULL +23,156227,Rio Grande Solar,Central_PV,2013,0,0,NULL +23,156228,Gillespie 1,Central_PV,2013,0,0,NULL +23,156229,Columbia 3,Central_PV,2014,0,0,NULL +23,156230,Carty Generating Station,CCGT,2016,0,0,NULL +23,156231,Chuckawalla Solar,Central_PV,2012,0,0,NULL +23,156232,Bear Creek Solar,Central_PV,2014,0,0,NULL +23,156233,Vintner Solar,Central_PV,2014,0,0,NULL +23,156235,Ironwood Solar LLC,Central_PV,2012,0,0,NULL +23,156237,Union HS at Casa Grande,Central_PV,2012,0,0,NULL +23,156239,Otero Solar,Central_PV,2013,0,0,NULL +23,156241,Madera Community Hospital,Central_PV,2011,0,0,NULL +23,156243,City of Hayward WWTP,Bio_Gas_Internal_Combustion_Engine,2014,0,0,NULL +23,156246,Garnet Solar Generation Station I LLC,Central_PV,2014,0,0,NULL +23,156247,Don A Campbell 1 Geothermal,Geothermal,2014,0,0,NULL +23,156250,"Desert Sunlight 250, LLC",Central_PV,2013,0,0,NULL +23,156250,"Desert Sunlight 250, LLC",Central_PV,2014,0,0,NULL +23,156251,"Gilbert Solar Facility I, LLC",Central_PV,2011,0,0,NULL +23,156254,SMPA Solar 1 Community Solar,Central_PV,2012,0,0,NULL +23,156256,Mesquite Generating Station Block 1,CCGT,2003,0,0,NULL +23,156258,Enel Cove Fort,Geothermal,2013,0,0,NULL +23,156259,Tucannon River Wind Farm,Wind,2014,0,0,NULL +23,156263,Oltmans SCE at Champagne,Central_PV,2013,0,0,NULL +23,156264,Oltmans SCE at Jurupa,Central_PV,2013,0,0,NULL +23,156265,Sierra Nevada Brewing Co,Battery_Storage,2017,0,0,NULL +23,156267,Sierra Nevada Brewing Co,Central_PV,2007,0,0,NULL +23,156269,Rio Rancho High School,Central_PV,2013,0,0,NULL +23,156271,Solar Gen 2,Central_PV,2014,0,0,NULL +23,156273,DGS Central Utility Plant,Gas_Steam_Turbine,2010,0,0,NULL +23,156277,Buckhorn Solar Plant,Central_PV,2015,0,0,NULL +23,156281,Granite Peak Solar Plant,Central_PV,2015,0,0,NULL +23,156282,One Market Plaza,Gas_Internal_Combustion_Engine,2003,0,0,NULL +23,156284,Navajo Solar Power Generation Station 1 LLC,Central_PV,2013,0,0,NULL +23,156285,Powhatan Solar Power Generation Station 1 LLC,Central_PV,2013,0,0,NULL +23,156286,Otoe Solar Power Generation Station 1 LL,Central_PV,2013,0,0,NULL +23,156288,Transamerica Pyramid,Gas_Internal_Combustion_Engine,2007,0,0,NULL +23,156289,Sol Orchard El Centro PV,Central_PV,2013,0,0,NULL +23,156290,Carter Hydro,Hydro_NonPumped,2012,0,0,NULL +23,156294,Western Antelope Dry Ranch,Central_PV,2016,0,0,NULL +23,156295,"Lightning Dock Geothermal HI-01, LLC",Geothermal,2013,0,0,NULL +23,156295,"Lightning Dock Geothermal HI-01, LLC",Geothermal,2018,0,0,NULL +23,156299,Sacramento Fairbain Water Treatment Plan,Central_PV,2013,0,0,NULL +23,156300,Tulare 1 and 2,Central_PV,2014,0,0,NULL +23,156302,Stateline Solar,Central_PV,2015,0,0,NULL +23,156302,Stateline Solar,Central_PV,2016,0,0,NULL +23,156303,Utah Red Hills Renewable Energy Park,Central_PV,2015,0,0,NULL +23,156304,Finley Buttes Landfill Gas,Bio_Gas_Internal_Combustion_Engine,2007,0,0,NULL +23,156307,Nooksack Hydro,Hydro_NonPumped,1906,0,0,NULL +23,156308,Mira Loma,Central_PV,2011,0,0,NULL +23,156312,Lost Hills/Blackwell,Central_PV,2015,0,0,NULL +23,156317,Lancaster Dry Farm Ranch B,Central_PV,2014,0,0,NULL +23,156319,Rodeo Solar D2,Central_PV,2014,0,0,NULL +23,156321,Summer Solar B2,Central_PV,2014,0,0,NULL +23,156322,Summer Solar C2,Central_PV,2014,0,0,NULL +23,156323,Summer Solar D2,Central_PV,2014,0,0,NULL +23,156326,Expressway Solar B,Central_PV,2014,0,0,NULL +23,156327,Expressway Solar C2,Central_PV,2014,0,0,NULL +23,156328,Spring Canyon Expansion Wind Energy Ctr,Wind,2014,0,0,NULL +23,156331,Storrie Lake Solar Project,Central_PV,2014,0,0,NULL +23,156333,Redcrest Solar Farm,Central_PV,2015,0,0,NULL +23,156335,Red Horse 2,Central_PV,2015,0,0,NULL +23,156336,Red Horse 2,Wind,2015,0,0,NULL +23,156338,ASTI,Central_PV,2009,0,0,NULL +23,156339,Beringer,Central_PV,2009,0,0,NULL +23,156340,Prosperity Energy Storage Facility,Battery_Storage,2011,0,0,NULL +23,156342,Tri-County Water Hydropower Project,Hydro_NonPumped,2014,0,0,NULL +23,156345,Ramona 1,Central_PV,2013,0,0,NULL +23,156351,Copper Mountain Solar 3,Central_PV,2014,0,0,NULL +23,156351,Copper Mountain Solar 3,Central_PV,2015,0,0,NULL +23,156356,Intel Folsom Phase 2,Central_PV,2012,0,0,NULL +23,156358,Oregon University System OIT Klamath Fal,Central_PV,2014,0,0,NULL +23,156359,Las Virgenes Municipal Water District,Central_PV,2014,0,0,NULL +23,156360,Fairfield Wind,Wind,2014,0,0,NULL +23,156362,White River Solar 2,Central_PV,2014,0,0,NULL +23,156364,Central Valley Ag Power,Bio_Gas_Internal_Combustion_Engine,2014,0,0,NULL +23,156365,RE Camelot LLC,Central_PV,2014,0,0,NULL +23,156366,"RE Adams East, LLC",Central_PV,2014,0,0,NULL +23,156370,"RE Kent South, LLC",Central_PV,2014,0,0,NULL +23,156371,Carlsbad Energy Center,Gas_Combustion_Turbine,2018,0,0,NULL +23,156372,Two Dot Wind Farm,Wind,2014,0,0,NULL +23,156374,Hayworth Solar,Central_PV,2015,0,0,NULL +23,156376,Gila Bend,Central_PV,2014,0,0,NULL +23,156379,"SC 1 Data Center, Phase 2",DistillateFuelOil_Internal_Combustion_Engine,2011,0,0,NULL +23,156379,"SC 1 Data Center, Phase 2",DistillateFuelOil_Internal_Combustion_Engine,2014,0,0,NULL +23,156379,"SC 1 Data Center, Phase 2",DistillateFuelOil_Internal_Combustion_Engine,2015,0,0,NULL +23,156379,"SC 1 Data Center, Phase 2",DistillateFuelOil_Internal_Combustion_Engine,2017,0,0,NULL +23,156381,Limon III Wind LLC,Wind,2014,0,0,NULL +23,156382,"Cottonwood Solar, LLC (Goose Lake)",Central_PV,2015,0,0,NULL +23,156383,"Cottonwood Solar, LLC (City of Corcoran)",Central_PV,2015,0,0,NULL +23,156387,Division 3,Central_PV,2014,0,0,NULL +23,156388,Kettering Solar 1,Central_PV,2014,0,0,NULL +23,156389,Kettering Solar 2,Central_PV,2014,0,0,NULL +23,156391,CSD 2- Freedom High,Central_PV,2013,0,0,NULL +23,156394,EAFB - North Base,Central_PV,2012,0,0,NULL +23,156397,SDCWA - Twin Oaks,Central_PV,2011,0,0,NULL +23,156398,Front Range Project,Bio_Gas_Internal_Combustion_Engine,2011,0,0,NULL +23,156399,Brighton PV Solar Plant,Central_PV,2012,0,0,NULL +23,156405,"CID Solar, LLC",Central_PV,2014,0,0,NULL +23,156409,Porterville 6 and 7,Central_PV,2014,0,0,NULL +23,156410,Cogeneration 2,CCGT,2002,0,0,NULL +23,156412,Rising Tree Wind Farm III,Wind,2015,0,0,NULL +23,156413,Lone Valley Solar Park II LLC,Central_PV,2014,0,0,NULL +23,156414,Eagle Springs Solar LLC,Central_PV,2013,0,0,NULL +23,156416,Rio Bravo Solar II LLC,Central_PV,2016,0,0,NULL +23,156418,Vaca Dixon Battery Storage System,Battery_Storage,2013,0,0,NULL +23,156428,Victor Mesa Linda E2,Central_PV,2014,0,0,NULL +23,156433,California PV Energy at ISD WWTP,Central_PV,2014,0,0,NULL +23,156435,Hanford 1 and 2,Central_PV,2014,0,0,NULL +23,156436,Beacon Solar Plant Site 5,Central_PV,2017,0,0,NULL +23,156440,Hecate Energy Beacon Solar 4,Central_PV,2016,0,0,NULL +23,156442,Sacramento (SMUD),Central_PV,2014,0,0,NULL +23,156446,Anheuser-Busch #2,Wind,2014,0,0,NULL +23,156447,"Catalina Solar 2, LLC",Central_PV,2015,0,0,NULL +23,156449,Quinto Solar PV Project,Central_PV,2015,0,0,NULL +23,156450,Dorena Hydro-Electric Facility,Hydro_NonPumped,2014,0,0,NULL +23,156452,SCE-Snowline-Duncan Road (South),Central_PV,2014,0,0,NULL +23,156453,Old Mill Solar,Central_PV,2015,0,0,NULL +23,156455,Paisley Geothermal Generating Plant,Geothermal,2015,0,0,NULL +23,156456,"Enterprise Solar, LLC",Central_PV,2016,0,0,NULL +23,156459,"Escalante Solar III, LLC",Central_PV,2016,0,0,NULL +23,156462,Searchlight Solar,Central_PV,2014,0,0,NULL +23,156463,Diamond Valley Solar Project,Central_PV,2015,0,0,NULL +23,156464,Newman Solar,Central_PV,2014,0,0,NULL +23,156465,Shafter Solar LLC,Central_PV,2015,0,0,NULL +23,156467,"Rudy Solar, LLC",Central_PV,2014,0,0,NULL +23,156468,"Mitchell Solar, LLC",Central_PV,2014,0,0,NULL +23,156470,Corcoran Solar 2,Central_PV,2015,0,0,NULL +23,156471,Atwell Island West Solar,Central_PV,2015,0,0,NULL +23,156472,Anaheim Solar Energy Plant,Central_PV,2014,0,0,NULL +23,156476,Baker Creek Hydroelectric,Hydro_NonPumped,2014,0,0,NULL +23,156477,NRG Solar Las Vegas MB-1,Central_PV,2015,0,0,NULL +23,156479,"Adelanto Solar II, LLC",Central_PV,2015,0,0,NULL +23,156480,"Adelanto Solar, LLC",Central_PV,2015,0,0,NULL +23,156481,"TA-Acacia, LLC",Central_PV,2014,0,0,NULL +23,156484,Tech Park Solar,Central_PV,2012,0,0,NULL +23,156486,Q Plant,Gas_Combustion_Turbine,2013,0,0,NULL +23,156491,Ft. Churchill PV,Central_PV,2015,0,0,NULL +23,156492,Apple Campus 2 PV,Central_PV,2017,0,0,NULL +23,156494,Benson Creek Windfarm (Burnt River),Wind,2017,0,0,NULL +23,156496,Prospector Windfarm (Burnt River),Wind,2017,0,0,NULL +23,156497,Willow Spring Windfarm (Burnt River),Wind,2017,0,0,NULL +23,156498,BYUI Central Energy Facility,Gas_Combustion_Turbine,2015,0,0,NULL +23,156500,Five Points Solar Park,Central_PV,2016,0,0,NULL +23,156506,Park Meridian #1,Central_PV,2015,0,0,NULL +23,156508,Terra Francesco,Central_PV,2015,0,0,NULL +23,156509,Putah Creek Solar Farm,Central_PV,2014,0,0,NULL +23,156512,Sandoval Solar Energy Center,Central_PV,2014,0,0,NULL +23,156513,Springer Solar 1,Central_PV,2015,0,0,NULL +23,156516,Tropico Solar PV Plant,Central_PV,2016,0,0,NULL +23,156518,"Maricopa West Solar PV, LLC",Central_PV,2015,0,0,NULL +23,156523,Kettleman Solar -Centaurus,Central_PV,2015,0,0,NULL +23,156527,Nordhoff Place,Central_PV,2014,0,0,NULL +23,156528,City of Truth or Consequences PV,Central_PV,2015,0,0,NULL +23,156533,Tehachapi Energy Storage Project,Battery_Storage,2016,0,0,NULL +23,156539,Seville 1,Central_PV,2015,0,0,NULL +23,156540,Seville 2,Central_PV,2015,0,0,NULL +23,156550,Davis Monthan AFB (AZ) West Airfield,Central_PV,2014,0,0,NULL +23,156551,Gila River Power Block 3,CCGT,2003,0,0,NULL +23,156552,Fiddler's Canyon #2,Central_PV,2015,0,0,NULL +23,156553,Fiddler's Canyon #1,Central_PV,2015,0,0,NULL +23,156555,Colon PV,Central_PV,2015,0,0,NULL +23,156561,Airport 1 Solar (DIA),Central_PV,2009,0,0,NULL +23,156562,"Copper Mountain Solar 4, LLC",Central_PV,2016,0,0,NULL +23,156563,Tooele Army Depot,Wind,2016,0,0,NULL +23,156564,Mohave Electric at Fort Mohave,Central_PV,2015,0,0,NULL +23,156564,Mohave Electric at Fort Mohave,Central_PV,2016,0,0,NULL +23,156565,Playa Solar,Central_PV,2017,0,0,NULL +23,156566,Springbok Solar Farm 2,Central_PV,2016,0,0,NULL +23,156567,Pikes Peak Solar Garden 1 LLC,Central_PV,2015,0,0,NULL +23,156568,Adams Community Solar Garden LLC,Central_PV,2015,0,0,NULL +23,156576,Nellis Solar PV II,Central_PV,2015,0,0,NULL +23,156579,"Great Valley Solar Portfolio Holdings, LLC",Central_PV,2017,0,0,NULL +23,156579,"Great Valley Solar Portfolio Holdings, LLC",Central_PV,2018,0,0,NULL +23,156582,"Granite Mountain Solar West, LLC",Central_PV,2016,0,0,NULL +23,156583,"Granite Mountain Solar East, LLC",Central_PV,2016,0,0,NULL +23,156584,Bakersfield 111,Central_PV,2015,0,0,NULL +23,156590,Elevation Solar C,Central_PV,2016,0,0,NULL +23,156591,Latigo Wind Park,Wind,2016,0,0,NULL +23,156592,Golden West Power Partners LLC,Wind,2015,0,0,NULL +23,156594,RE Astoria,Central_PV,2016,0,0,NULL +23,156595,RE Astoria 2,Central_PV,2016,0,0,NULL +23,156597,"Columbia Solar Energy, LLC",Central_PV,2015,0,0,NULL +23,156598,Morelos del Sol,Central_PV,2015,0,0,NULL +23,156599,Hooper Solar,Central_PV,2015,0,0,NULL +23,156600,Murphy Flat Solar,Central_PV,2017,0,0,NULL +23,156601,Orchard Ranch Solar,Central_PV,2017,0,0,NULL +23,156605,MESA 2,Battery_Storage,2017,0,0,NULL +23,156607,Little Rock Pham Solar,Central_PV,2015,0,0,NULL +23,156611,Tequesquite Landfill Solar PV Project,Central_PV,2015,0,0,NULL +23,156612,Frontier Solar LLC,Central_PV,2016,0,0,NULL +23,156615,"Steel Bridge Solar, LLC",Central_PV,2016,0,0,NULL +23,156616,Lindberg FIeld Solar,Central_PV,2015,0,0,NULL +23,156616,Lindberg FIeld Solar,Central_PV,2016,0,0,NULL +23,156617,Avalon Solar II,Central_PV,2016,0,0,NULL +23,156618,Grand View Solar Two,Central_PV,2016,0,0,NULL +23,156622,CED Ducor 3,Central_PV,2016,0,0,NULL +23,156624,Fresno Solar,Central_PV,2015,0,0,NULL +23,156625,AVS Lancaster 1,Central_PV,2016,0,0,NULL +23,156626,US-TOPCO (Soccer Center),Central_PV,2016,0,0,NULL +23,156627,"Kingbird B Solar, LLC",Central_PV,2016,0,0,NULL +23,156628,"Blythe Solar II, LLC",Central_PV,2016,0,0,NULL +23,156634,Big Sand Draw Plant,Gas_Internal_Combustion_Engine,2015,0,0,NULL +23,156635,Lemoore 1,Central_PV,2016,0,0,NULL +23,156636,Peak View Wind Farm,Wind,2016,0,0,NULL +23,156637,"Broadview Energy JN, LLC",Wind,2017,0,0,NULL +23,156640,Building G,Central_PV,2016,0,0,NULL +23,156641,Buidling L,Central_PV,2016,0,0,NULL +23,156642,Dulles,Central_PV,2016,0,0,NULL +23,156643,Freeway Springs,Central_PV,2016,0,0,NULL +23,156646,Antelope DSR 2,Central_PV,2016,0,0,NULL +23,156648,South Valley Solar Energy Center,Central_PV,2015,0,0,NULL +23,156649,Santa Fe Solar Energy Center,Central_PV,2015,0,0,NULL +23,156658,Genentech-Oceanside,Central_PV,2016,0,0,NULL +23,156659,RE Garland,Central_PV,2016,0,0,NULL +23,156660,Midway Solar Farm II,Central_PV,2017,0,0,NULL +23,156663,Skylark,Central_PV,2015,0,0,NULL +23,156666,Alta Luna,Central_PV,2017,0,0,NULL +23,156667,"Pioneer Wind Park, LLC",Wind,2016,0,0,NULL +23,156669,Durham AWTF,Bio_Gas_Internal_Combustion_Engine,2015,0,0,NULL +23,156670,Westside Solar Power PV1,Central_PV,2016,0,0,NULL +23,156672,Antelope Big Sky Ranch,Central_PV,2016,0,0,NULL +23,156674,Central Antelope Dry Ranch B LLC,Central_PV,2017,0,0,NULL +23,156675,SR Mavericks,Central_PV,2016,0,0,NULL +23,156684,Midway Solar Farm III,Central_PV,2018,0,0,NULL +23,156686,"Grove Solar Center, LLC",Central_PV,2016,0,0,NULL +23,156689,"Railroad Solar Center, LLC",Central_PV,2016,0,0,NULL +23,156692,Midway Solar Farm 1,Central_PV,2018,0,0,NULL +23,156694,"Hill AFB LFG Facility, Bldg #737",Bio_Gas_Internal_Combustion_Engine,2005,0,0,NULL +23,156694,"Hill AFB LFG Facility, Bldg #737",Bio_Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,156696,Bison Solar LLC,Central_PV,2016,0,0,NULL +23,156701,RE Barren Ridge 1,Central_PV,2016,0,0,NULL +23,156702,Munro Valley Solar,Central_PV,2016,0,0,NULL +23,156705,Don A Campbell 2 Geothermal,Geothermal,2015,0,0,NULL +23,156707,RCWD PV Project,Central_PV,2016,0,0,NULL +23,156709,Three Peaks Power,Central_PV,2016,0,0,NULL +23,156710,Salem Smart Power Center,Battery_Storage,2013,0,0,NULL +23,156711,Glacier Battery Storage,Battery_Storage,2016,0,0,NULL +23,156713,E&B Resources,Central_PV,2013,0,0,NULL +23,156715,Corcoran,Central_PV,2014,0,0,NULL +23,156720,"Longboat Solar, LLC",Central_PV,2016,0,0,NULL +23,156722,Redwood 4 Solar Farm,Central_PV,2017,0,0,NULL +23,156724,Valley Center,Central_PV,2016,0,0,NULL +23,156725,Clear Spring Ranch PV Project,Central_PV,2016,0,0,NULL +23,156726,Granger,Central_PV,2016,0,0,NULL +23,156729,Solar Blythe 2,Central_PV,2017,0,0,NULL +23,156730,Borrego Springs Energy Storage,Battery_Storage,2012,0,0,NULL +23,156730,Borrego Springs Energy Storage,Battery_Storage,2014,0,0,NULL +23,156731,Pala Energy Storage Yard,Battery_Storage,2012,0,0,NULL +23,156731,Pala Energy Storage Yard,Battery_Storage,2015,0,0,NULL +23,156734,El Cajon Energy Storage,Battery_Storage,2017,0,0,NULL +23,156735,Escondido Energy Storage,Battery_Storage,2017,0,0,NULL +23,156736,North City Cogeneration Facility,Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,156740,BC Solar,Central_PV,2016,0,0,NULL +23,156741,Rush Creek Wind,Wind,2018,0,0,NULL +23,156743,San Joaquin Solar,Central_PV,2018,0,0,NULL +23,156746,Four Peaks Camino Real,Bio_Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,156747,Weld 1 Community Solar Array,Central_PV,2017,0,0,NULL +23,156749,Conejos 1 Community Solar Array,Central_PV,2017,0,0,NULL +23,156751,Xcel Adams 2 Community Solar Array,Central_PV,2017,0,0,NULL +23,156752,Xcel Adams 1 Community Solar Array,Central_PV,2017,0,0,NULL +23,156753,SEPV Imperial Dixieland West,Central_PV,2016,0,0,NULL +23,156754,SEPV Imperial Dixieland East,Central_PV,2016,0,0,NULL +23,156755,Simcoe Solar,Central_PV,2017,0,0,NULL +23,156759,Tungsten Mountain,Geothermal,2017,0,0,NULL +23,156763,BHE Pueblo 2 Community Solar Array,Central_PV,2018,0,0,NULL +23,156764,Weber State University - Davis Campus PV,Central_PV,2017,0,0,NULL +23,156767,Colgreen North Shore Solar Farm,Central_PV,2018,0,0,NULL +23,156769,US GSA - Sacramento,Central_PV,2018,0,0,NULL +23,156772,"Solar Star California, XLIV, LLC",Central_PV,2016,0,0,NULL +23,156775,Westmont 300B,Central_PV,2016,0,0,NULL +23,156776,Verwey-Hanford Dairy Digester #1,Bio_Gas_Internal_Combustion_Engine,2016,0,0,NULL +23,156777,Jacumba Solar Farm,Central_PV,2017,0,0,NULL +23,156779,Hyperion Treatment Plant CHP Plant,Bio_Gas,2017,0,0,NULL +23,156784,CSUF State College,Central_PV,2016,0,0,NULL +23,156790,Iron Horse Battery Storage,Central_PV,2017,0,0,NULL +23,156791,SCDA Solar 1,Central_PV,2017,0,0,NULL +23,156792,Marin Clean Energy Solar One,Central_PV,2017,0,0,NULL +23,156793,Pacific Ethanol Stockton Cogen Plant,Gas_Combustion_Turbine,2016,0,0,NULL +23,156794,Twin Buttes II Wind,Wind,2017,0,0,NULL +23,156795,Solar Star Oregon II,Central_PV,2017,0,0,NULL +23,156796,Foundation CDCR LAC,Wind,2017,0,0,NULL +23,156797,Foundation Scheid Vineyards,Wind,2017,0,0,NULL +23,156798,Luning Energy,Central_PV,2017,0,0,NULL +23,156804,Bakersfield Industrial PV 1,Central_PV,2017,0,0,NULL +23,156812,Columbus Solar Project,Central_PV,2017,0,0,NULL +23,156819,T0588 Phoenix - AZ,Central_PV,2017,0,0,NULL +23,156820,"OR Solar 3, LLC",Central_PV,2017,0,0,NULL +23,156822,Sacramento Regional County Sanitation PV,Central_PV,2017,0,0,NULL +23,156825,Head of U Canal Hydro Project,Hydro_NonPumped,2015,0,0,NULL +23,156826,Golden Hills North Wind Energy Center,Wind,2017,0,0,NULL +23,156827,Westmont 300A,Central_PV,2017,0,0,NULL +23,156836,SR Kersey,Central_PV,2017,0,0,NULL +23,156837,Port of LA Solar FiT Project,Central_PV,2015,0,0,NULL +23,156838,"Great Divide Solar, LLC",Central_PV,2017,0,0,NULL +23,156839,"Black Eagle Solar, LLC",Central_PV,2017,0,0,NULL +23,156842,Green Beanworks B PV,Central_PV,2018,0,0,NULL +23,156843,WyEast Solar,Central_PV,2018,0,0,NULL +23,156846,Sweetwater Solar,Central_PV,2018,0,0,NULL +23,156847,Amazon - Patterson PV,Central_PV,2017,0,0,NULL +23,156849,One Ten Partners PV,Central_PV,2017,0,0,NULL +23,156850,Merced 1 PV,Central_PV,2018,0,0,NULL +23,156851,Madera 1 PV,Central_PV,2017,0,0,NULL +23,156852,"OR Solar 5, LLC",Central_PV,2018,0,0,NULL +23,156855,"OR Solar 6, LLC",Central_PV,2017,0,0,NULL +23,156856,Beacon BESS 1,Battery_Storage,2018,0,0,NULL +23,156860,Foundation SaIinas Valley State Prison,Wind,2018,0,0,NULL +23,156864,"CoreSite Real Estate 2972 Stender, L.P.",DistillateFuelOil_Internal_Combustion_Engine,2011,0,0,NULL +23,156868,"CoreSite Real Estate 2901 Coronado, L.P.",DistillateFuelOil_Internal_Combustion_Engine,2010,0,0,NULL +23,156871,Elbe Solar Center,Central_PV,2018,0,0,NULL +23,156873,ABEC #3 dba Lakeview Dairy,Bio_Gas_Internal_Combustion_Engine,2018,0,0,NULL +23,156875,Provo Power Plant,Gas_Internal_Combustion_Engine,2018,0,0,NULL +23,156877,Facebook 1 Solar Energy Center,Central_PV,2017,0,0,NULL +23,156880,Woodline Solar,Central_PV,2017,0,0,NULL +23,156884,Voyager Wind II,Wind,2018,0,0,NULL +23,156886,Voyager Wind IV,Wind,2018,0,0,NULL +23,156887,Westmont 301,Central_PV,2017,0,0,NULL +23,156891,Stenner Creek Solar,Central_PV,2018,0,0,NULL +23,156892,CDCR (CA) - Solano State Prison,Central_PV,2013,0,0,NULL +23,156894,CDCR (CA) - Wasco State Prison,Central_PV,2013,0,0,NULL +23,156895,Kilroy Solar,Central_PV,2018,0,0,NULL +23,156898,Carrizozo Solar,Central_PV,2018,0,0,NULL +23,156900,Pinal Central Energy Center,Central_PV,2018,0,0,NULL +23,156902,USG 2,Central_PV,2015,0,0,NULL +23,156903,North Gooding Main Hydro,Hydro_NonPumped,2016,0,0,NULL +23,156904,IVC Solar,Central_PV,2016,0,0,NULL +23,156905,Aerolease,Central_PV,2018,0,0,NULL +23,156907,HEBT Irvine 2,Battery_Storage,2018,0,0,NULL +23,156908,Wistaria Ranch Solar,Central_PV,2018,0,0,NULL +23,156909,Quincy II Solar Garden,Central_PV,2018,0,0,NULL +23,156913,Stage Gulch Solar,Central_PV,2018,0,0,NULL +23,156914,Lavio Solar,Central_PV,2018,0,0,NULL +23,156915,"EGP Stillwater Solar PV II, LLC",Central_PV,2018,0,0,NULL +23,156917,Target Shafter,Central_PV,2018,0,0,NULL +23,156918,Dignity - Siena Campus,Central_PV,2018,0,0,NULL +23,156920,Valley Creek Solar,Central_PV,2017,0,0,NULL +23,156923,Colton Solar,Central_PV,2017,0,0,NULL +23,156924,Interstate Solar,Central_PV,2017,0,0,NULL +23,156925,Soboba Community Solar Project,Central_PV,2016,0,0,NULL +23,156927,SeaWorld Aquatica,Central_PV,2018,0,0,NULL +23,156928,Jordanelle Dam Hydroelectric Project,Hydro_NonPumped,2008,0,0,NULL +23,156929,"Stillwater Wind, LLC",Wind,2018,0,0,NULL +23,156930,Dignity - San Martin,Central_PV,2018,0,0,NULL +23,156932,National Raisin,Central_PV,2015,0,0,NULL +23,156933,McGinness Hills 3,Geothermal,2018,0,0,NULL +23,156936,Casa Mesa Wind Energy Center,Wind,2018,0,0,NULL +23,156938,Pacific Ethanol Madera Solar Array,Central_PV,2018,0,0,NULL +23,156939,Gavilan District College Solar Project,Central_PV,2018,0,0,NULL +23,156941,UC Merced Solar,Central_PV,2018,0,0,NULL +23,156942,UC Riverside Lots 30 & 32,Central_PV,2017,0,0,NULL +23,156944,CSU Long Beach Lots 7 & 14,Central_PV,2017,0,0,NULL +23,156947,Roseville Solar,Central_PV,2018,0,0,NULL +23,156949,Chaffey College Rancho Cucamonga Campus,Central_PV,2017,0,0,NULL +23,156950,Ballston Solar LLC,Central_PV,2018,0,0,NULL +23,156952,Berry NMW Cogens,Gas_Combustion_Turbine,2017,0,0,NULL +23,156955,Oak Leaf Solar XXX LLC (CSG),Central_PV,2018,0,0,NULL +23,156956,NorWest Energy 9 LLC,Central_PV,2018,0,0,NULL +23,156957,County of San Diego SBRC,Central_PV,2018,0,0,NULL +23,156958,Oak Leaf Solar XXI (CSG),Central_PV,2018,0,0,NULL +23,156960,Oak Leaf Solar XXV LLC (CSG),Central_PV,2018,0,0,NULL +23,156961,Target Woodland Solar Project,Central_PV,2018,0,0,NULL +23,156962,Bly Solar Center,Central_PV,2018,0,0,NULL +23,156963,Liberty HS Solar Project,Central_PV,2018,0,0,NULL +23,156967,Western Sugar Cooperative - Billings,Coal_Steam_Turbine,2011,0,0,NULL +23,156978,Preferred Freezer San Leandro,Central_PV,2017,0,0,NULL +23,156986,Malech Solar Farm,Central_PV,2017,0,0,NULL +23,156987,Hellyer Solar Farm,Central_PV,2017,0,0,NULL +23,156988,Guadalupe Solar Farm,Central_PV,2018,0,0,NULL +23,156999,Bloomington Solar I,Central_PV,2018,0,0,NULL +23,157002,SJ/SC WPCP,Bio_Gas_Internal_Combustion_Engine,2019,0,0,NULL +23,157004,Buckeye Geothermal Power Plant,Geothermal,2020,0,0,NULL +23,157005,Wild Horse Power Plant,Geothermal,2020,0,0,NULL +23,157007,North Fork Community Power,Bio_Gas_Internal_Combustion_Engine,2020,0,0,NULL +23,157009,"Concord Blue Eagar, LLC",Bio_Gas_Internal_Combustion_Engine,2022,0,0,NULL +23,157012,AES Huntington Beach Energy Project,CCGT,2020,0,0,NULL +23,157014,"Sun Streams, LLC",Central_PV,2020,0,0,NULL +23,157017,Dynegy Moss Landing Power Plant,Battery_Storage,2021,0,0,NULL +23,157018,Foundation Mann Packing,Wind,2019,0,0,NULL +23,157019,Elkhorn Battery Energy Storage System,Battery_Storage,2020,0,0,NULL +23,157024,Alta Mesa Project Phase IV,Wind,2020,0,0,NULL +23,157027,"Blythe Solar IV, LLC",Central_PV,2020,0,0,NULL +23,157031,Gavilan District College Solar Project,Battery_Storage,2019,0,0,NULL +23,157034,Cloverdale Solar Center,Central_PV,2019,0,0,NULL +23,157041,Coyote Crest Wind Farm,Wind,2020,0,0,NULL +23,157044,Blackwell Solar Park,Central_PV,2019,0,0,NULL +23,157046,North Rosamond Solar LLC,Central_PV,2019,0,0,NULL +23,157047,"Windhub Solar B, LLC",Central_PV,2020,0,0,NULL +23,157050,Springbok 3 Solar Farm,Central_PV,2019,0,0,NULL +23,157051,Voyager Wind I,Wind,2019,0,0,NULL +23,157052,"Valentine Solar, LLC",Central_PV,2019,0,0,NULL +23,157053,Wright Solar Park,Central_PV,2019,0,0,NULL +23,157055,"Pryor Caves Wind Project, LLC",Wind,2020,0,0,NULL +23,157056,"Horse Thief Wind Project, LLC",Wind,2020,0,0,NULL +23,157058,"Little Bear Solar 1, LLC",Central_PV,2020,0,0,NULL +23,157059,Little Bear 3,Central_PV,2020,0,0,NULL +23,157060,Little Bear 4,Central_PV,2020,0,0,NULL +23,157064,"Portal Ridge Solar A, LLC",Central_PV,2021,0,0,NULL +23,157065,"AES ES ALAMITOS, LLC",Battery_Storage,2021,0,0,NULL +23,157066,Antelope DSR 3,Central_PV,2019,0,0,NULL +23,157068,White Wing Solar,Central_PV,2021,0,0,NULL +23,157070,"American Kings Solar, LLC",Central_PV,2020,0,0,NULL +23,157073,Aquamarine,Central_PV,2020,0,0,NULL +23,157074,Townsite Solar Project,Battery_Storage,2021,0,0,NULL +23,157075,Townsite Solar Project,Central_PV,2021,0,0,NULL +23,157076,Techren,Central_PV,2019,0,0,NULL +23,157078,Techren Solar III LLC,Central_PV,2020,0,0,NULL +23,157080,Techren Solar V,Central_PV,2020,0,0,NULL +23,157081,DESI-1 Battery Energy Storage Facility,Battery_Storage,2020,0,0,NULL +23,157083,DESI-2 Battery Storage Facility,Battery_Storage,2020,0,0,NULL +23,157087,Tungsten Mountain,Central_PV,2019,0,0,NULL +23,157088,La Joya NM,Wind,2020,0,0,NULL +23,157091,Battle Mountain Solar Project,Central_PV,2021,0,0,NULL +23,157092,Folsom SP and CSP Sacramento,Central_PV,2019,0,0,NULL +23,157098,Crazy Mountain Wind LLC,Wind,2019,0,0,NULL +23,157100,Oak Leaf Solar XXIII LLC (CSG),Central_PV,2019,0,0,NULL +23,157101,Amazon Denver DEN3,Central_PV,2019,0,0,NULL +23,157103,Typha Solar Project,Central_PV,2020,0,0,NULL +23,157105,Fumaria Solar Project,Central_PV,2020,0,0,NULL +23,157106,Camas Solar Project,Central_PV,2020,0,0,NULL +23,157111,Oak Leaf Solar XXIV LLC (CSG),Central_PV,2019,0,0,NULL +23,157112,Oak Leaf Solar XXVIII LLC (CSG),Central_PV,2019,0,0,NULL +23,157113,"Mountain Breeze Wind, LLC",Wind,2020,0,0,NULL +23,157114,Trout Creek Solar,Central_PV,2019,0,0,NULL +23,157115,"NorWest Energy 4, LLC",Central_PV,2019,0,0,NULL +23,157116,Sage Solar I-III,Central_PV,2019,0,0,NULL +23,157119,Rio De Oro Solar Energy Center,Central_PV,2019,0,0,NULL +23,157120,Cove Mountain Solar,Central_PV,2020,0,0,NULL +23,157122,Crossing Trails Wind Farm,Wind,2020,0,0,NULL +23,157123,Palmer Solar,Central_PV,2019,0,0,NULL +23,157124,Hunter Solar LLC,Central_PV,2020,0,0,NULL +23,157128,Wheatridge,Central_PV,2021,0,0,NULL +23,157129,Wheatridge,Wind,2020,0,0,NULL +23,157133,Milford Solar 1,Central_PV,2020,0,0,NULL +23,157137,Blue Marmot V,Central_PV,2021,0,0,NULL +23,157139,Acorn I Energy Storage LLC,Battery_Storage,2020,0,0,NULL +23,157141,Rattlesnake,Wind,2020,0,0,NULL +23,157824,Barrier,Hydro_NonPumped,1947,17686.85625,4244845.5,NULL +23,157825,Bearspaw,Hydro_NonPumped,1954,17686.85625,4244845.5,NULL +23,157827,Bighorn,Hydro_NonPumped,1972,17686.85625,4244845.5,NULL +23,157828,Brazeau,Hydro_NonPumped,1967,17686.85625,4244845.5,NULL +23,157829,Brazeau,Hydro_NonPumped,1965,17686.85625,4244845.5,NULL +23,157831,Chin_Chute,Hydro_NonPumped,1957,17686.85625,4244845.5,NULL +23,157832,Dickson_Dam,Hydro_NonPumped,1992,17686.85625,4244845.5,NULL +23,157833,Ghost,Hydro_NonPumped,1954,17686.85625,4244845.5,NULL +23,157836,Irrican,Hydro_NonPumped,2004,17686.85625,4244845.5,NULL +23,157837,Kananaskis,Hydro_NonPumped,1951,17686.85625,4244845.5,NULL +23,157838,Oldman_River,Hydro_NonPumped,2003,17686.85625,4244845.5,NULL +23,157839,Pocaterra,Hydro_NonPumped,1955,17686.85625,4244845.5,NULL +23,157841,Rundle,Hydro_NonPumped,1960,17686.85625,4244845.5,NULL +23,157843,Taylor_Chute,Hydro_NonPumped,2000,17686.85625,4244845.5,NULL +23,157844,Three_Sisters,Hydro_NonPumped,2000,17686.85625,4244845.5,NULL +23,157845,Waterton_CHD,Hydro_NonPumped,1992,17686.85625,4244845.5,NULL +23,157847,Akolkolex,Hydro_NonPumped,1995,17686.85625,4244845.5,NULL +23,157848,Alouette,Hydro_NonPumped,1928,17686.85625,4244845.5,NULL +23,157849,Arrow_Lakes,Hydro_NonPumped,2002,17686.85625,4244845.5,NULL +23,157852,Bone_Creek,Hydro_NonPumped,2011,17686.85625,4244845.5,NULL +23,157853,Brandywine,Hydro_NonPumped,2003,17686.85625,4244845.5,NULL +23,157855,Bridge_River_2,Hydro_NonPumped,1948,17686.85625,4244845.5,NULL +23,157858,Brown_Lake,Hydro_NonPumped,1996,17686.85625,4244845.5,NULL +23,157860,Buntzen_2,Hydro_NonPumped,1951,17686.85625,4244845.5,NULL +23,157863,China_Creek,Hydro_NonPumped,2005,17686.85625,4244845.5,NULL +23,157864,Clayton_Falls,Hydro_NonPumped,1962,17686.85625,4244845.5,NULL +23,157865,Clayton_Falls,Hydro_NonPumped,1992,17686.85625,4244845.5,NULL +23,157868,Cypress_Creek_Hydro,Hydro_NonPumped,2009,17686.85625,4244845.5,NULL +23,157870,Douglas_Creek,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157872,East_Toba_River,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157874,Falls_River,Hydro_NonPumped,1930,17686.85625,4244845.5,NULL +23,157875,Fire_Creek,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157876,Fitzsimmons_Creek_Hydro_Project,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157878,Gordon_M_Shrum,Hydro_NonPumped,1968,17686.85625,4244845.5,NULL +23,157879,Hystad_Creek,Hydro_NonPumped,2002,17686.85625,4244845.5,NULL +23,157882,Kemano,Hydro_NonPumped,1953,17686.85625,4244845.5,NULL +23,157883,Kootenay_Canal,Hydro_NonPumped,1975,17686.85625,4244845.5,NULL +23,157884,Ladore_Falls,Hydro_NonPumped,1956,17686.85625,4244845.5,NULL +23,157888,Lois_Lake,Hydro_NonPumped,1930,17686.85625,4244845.5,NULL +23,157890,Mamquam_Hydro,Hydro_NonPumped,1996,17686.85625,4244845.5,NULL +23,157891,Marion_3_Creek_Hydro,Hydro_NonPumped,2005,17686.85625,4244845.5,NULL +23,157892,McNair_Creek_Hydro_Project,Hydro_NonPumped,2004,17686.85625,4244845.5,NULL +23,157893,Mears_Hydro,Hydro_NonPumped,2004,17686.85625,4244845.5,NULL +23,157894,Mica,Hydro_NonPumped,1976,17686.85625,4244845.5,NULL +23,157898,Nelson_Hydro_Power_Plant,Hydro_NonPumped,1949,17686.85625,4244845.5,NULL +23,157899,Nelson_Hydro_Power_Plant,Hydro_NonPumped,1995,17686.85625,4244845.5,NULL +23,157900,Nelson_Hydro_Power_Plant,Hydro_NonPumped,1908,17686.85625,4244845.5,NULL +23,157902,Peace_Canyon,Hydro_NonPumped,1980,17686.85625,4244845.5,NULL +23,157904,Powell_River,Hydro_NonPumped,1911,17686.85625,4244845.5,NULL +23,157906,Puntledge,Hydro_NonPumped,1955,17686.85625,4244845.5,NULL +23,157907,Queen_Charlotte_Station,Hydro_NonPumped,1990,17686.85625,4244845.5,NULL +23,157908,Raging_River,Hydro_NonPumped,2002,17686.85625,4244845.5,NULL +23,157910,Ruskin,Hydro_NonPumped,1930,17686.85625,4244845.5,NULL +23,157914,Sechelt_Creek,Hydro_NonPumped,1997,17686.85625,4244845.5,NULL +23,157916,Seven_Mile,Hydro_NonPumped,1979,17686.85625,4244845.5,NULL +23,157918,Skookum_Creek,Hydro_NonPumped,2013,17686.85625,4244845.5,NULL +23,157921,Spillimacheen,Hydro_NonPumped,1955,17686.85625,4244845.5,NULL +23,157923,Stave_Falls,Hydro_NonPumped,1912,17686.85625,4244845.5,NULL +23,157924,St_Mary,Hydro_NonPumped,1992,17686.85625,4244845.5,NULL +23,157925,Stokke_Creek,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157928,Thelwood_Hydro,Hydro_NonPumped,1985,17686.85625,4244845.5,NULL +23,157929,Tipella_Creek,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157930,Tyson_Creek_Hydroelectric_Project,Hydro_NonPumped,2009,17686.85625,4244845.5,NULL +23,157931,U_Bonnington,Hydro_NonPumped,1907,17686.85625,4244845.5,NULL +23,157934,Upper_Stave_Creek,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157938,Waneta,Hydro_NonPumped,1952,17686.85625,4244845.5,NULL +23,157939,Whatshan,Hydro_NonPumped,1972,17686.85625,4244845.5,NULL +23,157942,ScotfordST,CCGT_Cogen,2004,5580.203271,1105428.818,NULL +23,157945,BearCrk1,CCGT,2003,7440.270615,1473898.65,NULL +23,157946,LaRosit1,CCGT,2003,6660.813693,1319495.625,NULL +23,157947,NovaJffr1B,CCGT_Cogen,2000,5580.203271,1105428.818,NULL +23,157949,VICFT,CCGT,2007,7440.270615,1473898.65,NULL +23,157950,CCCPrsd1,CCGT,2001,6660.813693,1319495.625,NULL +23,157953,DowChmcl2,CCGT_Cogen,1999,5580.203271,1105428.818,NULL +23,157956,IslndCgn,CCGT_Cogen,2002,5580.203271,1105428.818,NULL +23,157957,DowABST,CCGT,1999,7440.270615,1473898.65,NULL +23,157958,Cavalier1,CCGT_Cogen,2001,5580.203271,1105428.818,NULL +23,157959,AirLiqd1,CCGT_Cogen,2000,5580.203271,1105428.818,NULL +23,157961,BAJA-SL,CCGT,2009,6660.813693,1319495.625,NULL +23,157963,Sundanc3,Coal_Steam_Turbine,1976,27119.84625,3584536.2,NULL +23,157966,Sundanc6,Coal_Steam_Turbine,1980,27119.84625,3584536.2,NULL +23,157968,Kephlls1,Coal_Steam_Turbine,1983,27119.84625,3584536.2,NULL +23,157970,BAT_#5_5,Coal_Steam_Turbine,1981,27119.84625,3584536.2,NULL +23,157972,BAT_#4_4,Coal_Steam_Turbine,1975,27119.84625,3584536.2,NULL +23,157974,Shernss1,Coal_Steam_Turbine,1986,27119.84625,3584536.2,NULL +23,157979,Genesee3,Coal_Steam_Turbine,2005,27119.84625,3584536.2,NULL +23,157980,SC_FirebagS3_2,Gas_Combustion_Turbine_Cogen,2009,4651.643318,593394.48,NULL +23,157981,SC_FirebagS3_1,Gas_Combustion_Turbine_Cogen,2009,4651.643318,593394.48,NULL +23,157983,MuskgRvr1,Gas_Combustion_Turbine_Cogen,2002,4651.643318,593394.48,NULL +23,157984,PdtJrzG3,Gas_Combustion_Turbine,1999,5552.437368,708305.01,NULL +23,157987,ON_LongLk1,Gas_Combustion_Turbine,2008,6202.190677,791192.64,NULL +23,157989,Primros1,Gas_Combustion_Turbine_Cogen,1998,4651.643318,593394.48,NULL +23,157994,EPCR_Clvrbr_2,Gas_Combustion_Turbine,2008,6202.190677,791192.64,NULL +23,157998,MedcnHt8,Gas_Combustion_Turbine,1980,6202.190677,791192.64,NULL +23,157999,MedcnHt9,Gas_Combustion_Turbine,1980,6202.190677,791192.64,NULL +23,158001,MedcnHt7,Gas_Combustion_Turbine,1953,6202.190677,791192.64,NULL +23,158002,Riverside,Gas_Combustion_Turbine,1950,6202.190677,791192.64,NULL +23,158003,PdtJrzG2,Gas_Combustion_Turbine,1982,5552.437368,708305.01,NULL +23,158004,RuprtGT2,Gas_Combustion_Turbine,1973,6202.190677,791192.64,NULL +23,158007,Walden1,Gas_Combustion_Turbine,1950,6202.190677,791192.64,NULL +23,158008,Alkokolex,Gas_Combustion_Turbine,1950,6202.190677,791192.64,NULL +23,158011,Rainbw4,Gas_Combustion_Turbine_Cogen,1999,4651.643318,593394.48,NULL +23,158012,Redwater,Gas_Combustion_Turbine_Cogen,2001,4651.643318,593394.48,NULL +23,158013,Rainbw56,Gas_Combustion_Turbine_Cogen,2001,4651.643318,593394.48,NULL +23,158018,Carslnd1,Gas_Combustion_Turbine_Cogen,2001,4651.643318,593394.48,NULL +23,158020,MedcnHt10,Gas_Combustion_Turbine_Cogen,1993,4651.643318,593394.48,NULL +23,158025,EPCR_Clvrbr_1,Gas_Combustion_Turbine,2007,6202.190677,791192.64,NULL +23,158026,Foster_Creek2,Gas_Combustion_Turbine_Cogen,2003,4651.643318,593394.48,NULL +23,158032,CerroPrI1-5,Geothermal,1981,0,6586924.575,NULL +23,158033,CerroPrI1-4,Geothermal,1979,0,6586924.575,NULL +23,158035,CerroPrI1-3,Geothermal,1979,0,6586924.575,NULL +23,158036,CerroPr4-2,Geothermal,2000,0,6586924.575,NULL +23,158037,CerroPr4-3,Geothermal,2000,0,6586924.575,NULL +23,158039,CerroPr4-4,Geothermal,2000,0,6586924.575,NULL +23,158040,SYNC_UE5,Gas_Combustion_Turbine_Cogen,2005,4651.643318,593394.48,NULL +23,158041,MACKAYG2,Gas_Combustion_Turbine_Cogen,2008,4651.643318,593394.48,NULL +23,158046,BrrrdTh1,Gas_Steam_Turbine,1962,37403.776,586377.6975,NULL +23,158047,BrrrdTh2,Gas_Steam_Turbine,1962,37403.776,586377.6975,NULL +23,158049,BrrrdTh4,Gas_Steam_Turbine,1967,37403.776,586377.6975,NULL +23,158051,BrrrdTh6,Gas_Steam_Turbine,1975,37403.776,586377.6975,NULL +23,158055,Weldwood1,Gas_Steam_Turbine_Cogen,1958,28052.83138,439783.575,NULL +23,158058,MedcnHt3,Gas_Steam_Turbine,1974,37403.776,586377.6975,NULL +23,158059,Wind_EP_Can_1,Wind,1997,70747.425,2428994.925,NULL +23,158062,Wind_EP_Can_4,Wind,2006,70747.425,2428994.925,NULL +23,158064,Wind_EP_Can_6,Wind,2001,70747.425,2428994.925,NULL +23,158065,Wind_EP_Can_7,Wind,2004,70747.425,2428994.925,NULL +23,158066,Wind_EP_Can_8,Wind,2003,70747.425,2428994.925,NULL +23,158067,Wind_EP_Can_9,Wind,2001,70747.425,2428994.925,NULL +23,158068,Wind_EP_Can_10,Wind,2007,70747.425,2428994.925,NULL +23,158071,Wind_EP_Can_13,Wind,2002,70747.425,2428994.925,NULL +23,158074,Wind_EP_Can_16,Wind,2004,70747.425,2428994.925,NULL +23,158075,Wind_EP_Can_17,Wind,2004,70747.425,2428994.925,NULL +23,158076,Wind_EP_Can_18,Wind,1998,70747.425,2428994.925,NULL +23,158077,Wind_EP_Can_19,Wind,2000,70747.425,2428994.925,NULL +23,158079,Wind_EP_Can_21,Wind,2002,70747.425,2428994.925,NULL +23,158080,Wind_EP_Can_22,Wind,2001,70747.425,2428994.925,NULL +23,158082,Wind_EP_Can_24,Wind,2001,70747.425,2428994.925,NULL +23,158083,Wind_EP_Can_25,Wind,1994,70747.425,2428994.925,NULL +23,158084,Wind_EP_Can_26,Wind,2009,70747.425,2428994.925,NULL +23,158086,Wind_EP_Can_28,Wind,2011,67378.5,2223490.5,NULL +23,158087,Wind_EP_Can_29,Wind,2010,67378.5,2223490.5,NULL +23,158088,Wind_EP_Can_30,Wind,2011,67378.5,2223490.5,NULL +23,158090,Wind_EP_Can_32,Wind,2009,70747.425,2428994.925,NULL +23,158091,Wind_EP_Can_33,Wind,2010,67378.5,2223490.5,NULL +23,158092,Wind_EP_Can_34,Wind,2011,67378.5,2223490.5,NULL +23,1000000,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000000,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000000,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000000,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000000,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000000,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000000,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000000,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000000,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000000,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000000,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000000,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000000,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000000,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000000,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000000,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000000,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000000,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000000,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000000,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000000,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000000,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000000,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000000,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000000,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000000,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000000,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000000,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000000,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000000,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000000,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000000,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000000,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000000,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000000,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000000,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000000,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000000,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000000,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000000,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000000,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000019,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000019,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000019,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000019,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000019,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000019,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000019,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000019,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000019,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000019,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000019,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000019,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000019,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000019,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000019,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000019,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000019,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000019,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000019,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000019,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000019,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000019,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000019,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000019,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000019,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000019,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000019,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000019,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000019,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000019,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000019,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000019,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000019,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000019,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000019,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000019,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000019,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000019,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000019,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000019,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000019,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000078,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000078,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000078,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000078,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000078,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000078,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000078,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000078,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000078,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000078,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000078,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000078,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000078,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000078,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000078,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000078,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000078,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000078,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000078,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000078,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000078,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000078,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000078,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000078,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000078,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000078,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000078,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000078,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000078,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000078,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000078,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000078,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000078,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000078,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000078,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000078,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000078,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000078,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000078,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000078,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000078,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000079,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000079,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000079,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000079,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000079,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000079,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000079,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000079,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000079,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000079,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000079,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000079,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000079,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000079,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000079,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000079,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000079,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000079,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000079,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000079,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000079,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000079,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000079,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000079,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000079,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000079,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000079,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000079,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000079,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000079,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000079,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000079,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000079,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000079,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000079,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000079,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000079,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000079,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000079,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000079,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000079,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000082,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000082,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000082,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000082,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000082,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000082,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000082,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000082,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000082,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000082,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000082,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000082,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000082,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000082,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000082,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000082,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000082,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000082,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000082,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000082,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000082,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000082,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000082,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000082,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000082,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000082,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000082,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000082,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000082,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000082,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000082,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000082,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000082,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000082,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000082,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000082,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000082,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000082,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000082,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000082,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000082,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000083,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000083,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000083,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000083,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000083,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000083,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000083,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000083,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000083,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000083,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000083,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000083,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000083,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000083,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000083,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000083,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000083,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000083,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000083,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000083,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000083,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000083,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000083,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000083,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000083,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000083,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000083,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000083,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000083,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000083,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000083,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000083,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000083,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000083,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000083,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000083,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000083,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000083,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000083,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000083,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000083,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000085,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000085,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000085,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000085,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000085,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000085,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000085,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000085,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000085,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000085,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000085,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000085,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000085,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000085,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000085,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000085,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000085,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000085,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000085,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000085,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000085,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000085,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000085,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000085,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000085,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000085,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000085,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000085,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000085,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000085,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000085,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000085,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000085,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000085,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000085,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000085,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000085,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000085,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000085,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000085,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000085,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000086,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000086,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000086,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000086,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000086,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000086,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000086,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000086,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000086,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000086,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000086,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000086,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000086,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000086,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000086,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000086,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000086,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000086,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000086,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000086,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000086,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000086,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000086,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000086,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000086,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000086,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000086,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000086,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000086,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000086,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000086,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000086,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000086,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000086,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000086,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000086,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000086,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000086,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000086,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000086,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000086,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000088,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000088,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000088,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000088,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000088,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000088,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000088,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000088,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000088,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000088,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000088,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000088,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000088,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000088,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000088,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000088,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000088,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000088,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000088,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000088,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000088,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000088,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000088,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000088,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000088,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000088,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000088,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000088,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000088,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000088,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000088,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000088,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000088,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000088,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000088,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000088,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000088,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000088,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000088,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000088,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000088,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000091,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000091,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000091,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000091,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000091,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000091,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000091,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000091,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000091,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000091,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000091,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000091,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000091,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000091,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000091,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000091,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000091,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000091,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000091,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000091,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000091,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000091,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000091,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000091,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000091,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000091,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000091,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000091,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000091,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000091,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000091,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000091,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000091,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000091,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000091,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000091,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000091,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000091,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000091,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000091,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000091,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000093,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000093,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000093,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000093,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000093,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000093,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000093,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000093,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000093,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000093,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000093,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000093,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000093,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000093,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000093,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000093,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000093,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000093,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000093,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000093,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000093,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000093,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000093,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000093,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000093,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000093,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000093,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000093,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000093,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000093,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000093,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000093,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000093,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000093,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000093,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000093,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000093,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000093,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000093,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000093,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000093,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000095,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000095,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000095,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000095,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000095,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000095,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000095,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000095,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000095,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000095,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000095,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000095,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000095,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000095,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000095,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000095,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000095,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000095,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000095,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000095,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000095,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000095,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000095,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000095,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000095,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000095,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000095,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000095,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000095,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000095,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000095,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000095,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000095,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000095,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000095,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000095,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000095,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000095,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000095,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000095,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000095,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000099,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000099,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000099,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000099,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000099,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000099,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000099,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000099,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000099,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000099,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000099,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000099,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000099,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000099,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000099,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000099,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000099,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000099,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000099,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000099,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000099,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000099,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000099,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000099,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000099,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000099,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000099,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000099,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000099,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000099,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000099,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000099,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000099,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000099,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000099,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000099,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000099,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000099,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000099,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000099,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000099,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000115,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000115,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000115,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000115,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000115,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000115,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000115,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000115,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000115,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000115,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000115,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000115,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000115,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000115,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000115,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000115,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000115,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000115,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000115,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000115,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000115,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000115,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000115,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000115,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000115,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000115,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000115,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000115,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000115,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000115,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000115,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000115,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000115,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000115,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000115,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000115,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000115,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000115,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000115,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000115,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000115,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000117,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000117,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000117,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000117,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000117,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000117,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000117,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000117,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000117,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000117,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000117,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000117,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000117,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000117,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000117,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000117,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000117,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000117,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000117,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000117,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000117,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000117,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000117,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000117,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000117,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000117,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000117,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000117,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000117,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000117,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000117,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000117,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000117,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000117,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000117,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000117,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000117,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000117,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000117,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000117,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000117,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000118,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000118,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000118,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000118,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000118,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000118,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000118,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000118,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000118,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000118,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000118,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000118,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000118,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000118,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000118,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000118,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000118,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000118,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000118,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000118,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000118,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000118,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000118,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000118,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000118,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000118,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000118,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000118,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000118,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000118,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000118,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000118,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000118,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000118,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000118,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000118,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000118,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000118,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000118,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000118,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000118,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000122,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000122,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000122,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000122,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000122,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000122,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000122,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000122,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000122,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000122,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000122,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000122,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000122,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000122,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000122,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000122,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000122,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000122,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000122,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000122,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000122,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000122,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000122,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000122,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000122,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000122,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000122,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000122,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000122,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000122,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000122,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000122,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000122,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000122,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000122,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000122,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000122,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000122,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000122,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000122,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000122,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000147,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000147,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000147,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000147,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000147,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000147,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000147,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000147,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000147,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000147,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000147,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000147,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000147,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000147,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000147,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000147,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000147,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000147,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000147,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000147,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000147,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000147,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000147,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000147,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000147,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000147,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000147,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000147,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000147,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000147,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000147,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000147,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000147,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000147,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000147,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000147,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000147,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000147,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000147,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000147,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000147,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000148,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000148,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000148,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000148,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000148,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000148,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000148,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000148,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000148,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000148,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000148,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000148,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000148,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000148,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000148,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000148,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000148,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000148,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000148,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000148,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000148,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000148,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000148,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000148,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000148,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000148,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000148,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000148,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000148,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000148,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000148,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000148,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000148,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000148,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000148,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000148,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000148,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000148,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000148,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000148,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000148,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000149,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000149,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000149,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000149,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000149,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000149,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000149,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000149,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000149,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000149,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000149,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000149,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000149,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000149,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000149,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000149,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000149,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000149,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000149,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000149,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000149,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000149,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000149,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000149,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000149,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000149,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000149,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000149,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000149,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000149,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000149,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000149,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000149,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000149,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000149,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000149,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000149,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000149,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000149,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000149,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000149,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000157,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000157,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000157,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000157,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000157,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000157,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000157,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000157,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000157,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000157,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000157,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000157,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000157,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000157,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000157,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000157,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000157,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000157,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000157,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000157,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000157,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000157,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000157,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000157,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000157,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000157,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000157,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000157,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000157,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000157,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000157,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000157,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000157,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000157,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000157,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000157,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000157,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000157,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000157,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000157,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000157,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000158,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000158,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000158,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000158,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000158,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000158,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000158,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000158,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000158,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000158,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000158,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000158,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000158,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000158,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000158,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000158,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000158,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000158,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000158,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000158,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000158,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000158,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000158,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000158,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000158,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000158,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000158,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000158,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000158,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000158,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000158,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000158,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000158,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000158,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000158,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000158,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000158,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000158,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000158,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000158,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000158,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000159,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000159,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000159,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000159,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000159,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000159,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000159,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000159,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000159,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000159,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000159,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000159,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000159,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000159,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000159,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000159,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000159,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000159,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000159,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000159,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000159,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000159,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000159,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000159,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000159,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000159,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000159,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000159,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000159,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000159,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000159,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000159,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000159,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000159,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000159,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000159,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000159,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000159,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000159,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000159,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000159,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000161,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000161,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000161,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000161,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000161,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000161,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000161,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000161,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000161,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000161,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000161,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000161,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000161,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000161,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000161,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000161,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000161,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000161,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000161,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000161,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000161,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000161,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000161,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000161,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000161,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000161,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000161,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000161,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000161,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000161,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000161,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000161,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000161,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000161,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000161,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000161,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000161,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000161,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000161,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000161,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000161,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000162,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000162,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000162,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000162,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000162,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000162,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000162,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000162,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000162,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000162,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000162,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000162,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000162,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000162,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000162,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000162,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000162,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000162,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000162,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000162,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000162,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000162,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000162,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000162,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000162,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000162,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000162,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000162,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000162,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000162,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000162,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000162,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000162,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000162,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000162,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000162,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000162,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000162,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000162,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000162,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000162,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000164,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000164,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000164,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000164,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000164,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000164,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000164,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000164,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000164,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000164,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000164,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000164,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000164,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000164,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000164,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000164,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000164,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000164,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000164,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000164,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000164,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000164,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000164,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000164,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000164,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000164,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000164,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000164,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000164,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000164,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000164,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000164,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000164,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000164,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000164,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000164,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000164,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000164,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000164,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000164,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000164,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000165,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000165,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000165,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000165,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000165,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000165,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000165,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000165,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000165,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000165,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000165,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000165,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000165,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000165,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000165,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000165,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000165,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000165,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000165,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000165,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000165,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000165,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000165,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000165,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000165,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000165,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000165,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000165,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000165,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000165,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000165,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000165,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000165,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000165,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000165,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000165,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000165,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000165,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000165,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000165,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000165,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000170,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000170,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000170,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000170,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000170,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000170,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000170,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000170,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000170,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000170,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000170,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000170,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000170,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000170,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000170,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000170,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000170,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000170,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000170,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000170,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000170,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000170,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000170,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000170,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000170,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000170,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000170,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000170,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000170,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000170,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000170,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000170,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000170,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000170,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000170,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000170,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000170,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000170,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000170,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000170,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000170,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000172,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000172,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000172,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000172,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000172,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000172,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000172,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000172,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000172,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000172,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000172,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000172,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000172,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000172,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000172,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000172,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000172,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000172,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000172,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000172,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000172,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000172,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000172,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000172,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000172,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000172,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000172,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000172,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000172,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000172,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000172,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000172,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000172,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000172,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000172,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000172,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000172,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000172,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000172,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000172,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000172,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000282,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000282,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000282,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000282,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000282,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000282,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000282,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000282,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000282,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000282,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000282,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000282,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000282,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000282,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000282,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000282,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000282,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000282,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000282,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000282,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000282,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000282,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000282,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000282,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000282,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000282,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000282,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000282,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000282,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000282,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000282,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000282,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000282,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000282,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000282,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000282,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000282,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000282,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000282,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000282,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000282,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000283,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000283,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000283,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000283,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000283,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000283,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000283,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000283,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000283,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000283,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000283,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000283,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000283,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000283,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000283,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000283,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000283,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000283,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000283,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000283,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000283,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000283,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000283,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000283,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000283,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000283,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000283,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000283,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000283,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000283,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000283,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000283,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000283,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000283,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000283,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000283,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000283,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000283,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000283,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000283,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000283,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000284,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000284,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000284,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000284,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000284,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000284,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000284,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000284,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000284,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000284,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000284,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000284,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000284,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000284,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000284,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000284,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000284,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000284,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000284,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000284,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000284,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000284,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000284,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000284,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000284,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000284,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000284,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000284,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000284,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000284,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000284,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000284,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000284,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000284,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000284,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000284,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000284,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000284,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000284,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000284,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000284,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000286,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000286,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000286,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000286,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000286,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000286,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000286,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000286,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000286,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000286,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000286,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000286,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000286,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000286,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000286,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000286,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000286,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000286,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000286,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000286,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000286,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000286,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000286,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000286,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000286,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000286,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000286,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000286,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000286,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000286,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000286,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000286,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000286,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000286,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000286,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000286,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000286,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000286,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000286,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000286,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000286,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000287,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000287,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000287,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000287,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000287,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000287,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000287,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000287,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000287,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000287,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000287,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000287,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000287,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000287,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000287,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000287,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000287,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000287,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000287,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000287,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000287,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000287,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000287,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000287,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000287,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000287,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000287,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000287,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000287,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000287,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000287,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000287,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000287,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000287,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000287,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000287,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000287,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000287,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000287,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000287,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000287,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000288,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000288,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000288,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000288,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000288,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000288,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000288,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000288,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000288,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000288,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000288,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000288,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000288,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000288,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000288,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000288,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000288,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000288,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000288,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000288,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000288,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000288,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000288,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000288,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000288,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000288,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000288,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000288,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000288,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000288,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000288,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000288,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000288,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000288,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000288,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000288,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000288,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000288,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000288,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000288,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000288,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000299,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000299,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000299,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000299,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000299,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000299,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000299,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000299,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000299,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000299,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000299,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000299,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000299,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000299,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000299,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000299,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000299,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000299,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000299,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000299,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000299,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000299,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000299,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000299,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000299,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000299,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000299,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000299,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000299,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000299,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000299,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000299,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000299,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000299,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000299,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000299,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000299,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000299,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000299,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000299,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000299,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000301,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000301,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000301,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000301,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000301,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000301,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000301,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000301,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000301,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000301,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000301,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000301,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000301,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000301,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000301,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000301,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000301,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000301,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000301,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000301,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000301,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000301,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000301,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000301,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000301,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000301,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000301,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000301,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000301,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000301,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000301,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000301,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000301,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000301,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000301,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000301,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000301,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000301,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000301,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000301,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000301,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000302,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000302,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000302,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000302,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000302,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000302,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000302,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000302,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000302,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000302,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000302,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000302,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000302,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000302,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000302,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000302,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000302,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000302,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000302,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000302,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000302,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000302,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000302,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000302,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000302,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000302,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000302,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000302,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000302,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000302,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000302,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000302,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000302,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000302,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000302,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000302,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000302,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000302,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000302,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000302,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000302,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000303,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000303,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000303,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000303,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000303,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000303,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000303,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000303,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000303,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000303,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000303,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000303,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000303,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000303,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000303,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000303,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000303,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000303,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000303,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000303,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000303,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000303,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000303,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000303,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000303,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000303,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000303,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000303,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000303,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000303,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000303,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000303,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000303,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000303,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000303,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000303,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000303,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000303,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000303,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000303,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000303,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000304,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000304,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000304,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000304,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000304,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000304,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000304,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000304,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000304,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000304,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000304,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000304,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000304,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000304,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000304,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000304,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000304,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000304,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000304,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000304,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000304,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000304,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000304,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000304,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000304,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000304,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000304,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000304,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000304,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000304,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000304,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000304,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000304,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000304,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000304,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000304,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000304,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000304,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000304,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000304,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000304,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000306,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000306,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000306,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000306,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000306,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000306,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000306,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000306,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000306,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000306,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000306,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000306,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000306,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000306,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000306,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000306,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000306,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000306,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000306,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000306,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000306,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000306,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000306,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000306,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000306,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000306,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000306,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000306,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000306,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000306,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000306,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000306,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000306,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000306,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000306,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000306,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000306,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000306,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000306,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000306,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000306,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000307,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000307,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000307,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000307,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000307,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000307,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000307,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000307,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000307,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000307,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000307,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000307,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000307,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000307,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000307,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000307,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000307,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000307,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000307,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000307,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000307,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000307,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000307,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000307,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000307,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000307,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000307,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000307,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000307,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000307,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000307,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000307,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000307,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000307,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000307,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000307,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000307,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000307,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000307,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000307,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000307,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000310,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000310,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000310,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000310,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000310,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000310,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000310,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000310,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000310,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000310,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000310,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000310,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000310,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000310,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000310,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000310,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000310,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000310,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000310,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000310,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000310,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000310,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000310,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000310,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000310,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000310,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000310,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000310,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000310,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000310,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000310,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000310,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000310,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000310,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000310,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000310,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000310,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000310,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000310,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000310,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000310,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000311,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000311,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000311,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000311,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000311,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000311,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000311,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000311,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000311,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000311,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000311,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000311,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000311,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000311,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000311,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000311,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000311,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000311,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000311,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000311,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000311,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000311,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000311,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000311,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000311,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000311,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000311,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000311,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000311,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000311,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000311,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000311,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000311,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000311,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000311,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000311,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000311,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000311,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000311,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000311,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000311,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000314,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000314,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000314,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000314,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000314,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000314,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000314,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000314,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000314,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000314,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000314,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000314,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000314,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000314,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000314,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000314,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000314,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000314,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000314,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000314,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000314,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000314,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000314,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000314,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000314,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000314,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000314,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000314,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000314,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000314,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000314,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000314,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000314,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000314,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000314,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000314,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000314,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000314,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000314,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000314,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000314,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000316,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000316,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000316,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000316,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000316,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000316,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000316,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000316,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000316,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000316,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000316,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000316,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000316,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000316,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000316,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000316,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000316,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000316,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000316,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000316,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000316,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000316,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000316,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000316,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000316,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000316,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000316,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000316,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000316,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000316,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000316,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000316,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000316,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000316,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000316,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000316,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000316,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000316,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000316,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000316,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000316,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000317,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000317,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000317,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000317,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000317,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000317,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000317,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000317,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000317,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000317,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000317,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000317,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000317,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000317,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000317,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000317,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000317,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000317,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000317,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000317,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000317,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000317,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000317,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000317,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000317,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000317,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000317,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000317,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000317,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000317,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000317,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000317,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000317,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000317,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000317,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000317,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000317,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000317,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000317,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000317,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000317,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000318,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000318,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000318,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000318,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000318,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000318,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000318,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000318,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000318,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000318,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000318,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000318,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000318,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000318,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000318,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000318,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000318,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000318,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000318,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000318,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000318,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000318,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000318,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000318,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000318,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000318,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000318,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000318,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000318,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000318,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000318,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000318,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000318,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000318,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000318,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000318,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000318,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000318,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000318,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000318,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000318,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000319,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000319,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000319,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000319,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000319,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000319,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000319,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000319,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000319,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000319,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000319,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000319,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000319,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000319,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000319,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000319,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000319,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000319,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000319,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000319,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000319,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000319,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000319,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000319,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000319,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000319,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000319,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000319,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000319,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000319,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000319,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000319,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000319,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000319,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000319,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000319,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000319,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000319,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000319,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000319,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000319,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000389,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000389,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000389,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000389,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000389,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000389,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000389,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000389,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000389,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000389,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000389,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000389,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000389,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000389,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000389,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000389,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000389,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000389,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000389,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000389,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000389,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000389,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000389,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000389,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000389,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000389,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000389,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000389,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000389,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000389,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000389,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000389,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000389,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000389,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000389,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000389,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000389,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000389,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000389,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000389,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000389,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000396,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000396,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000396,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000396,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000396,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000396,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000396,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000396,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000396,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000396,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000396,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000396,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000396,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000396,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000396,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000396,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000396,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000396,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000396,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000396,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000396,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000396,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000396,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000396,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000396,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000396,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000396,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000396,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000396,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000396,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000396,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000396,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000396,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000396,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000396,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000396,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000396,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000396,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000396,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000396,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000396,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000397,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000397,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000397,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000397,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000397,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000397,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000397,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000397,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000397,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000397,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000397,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000397,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000397,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000397,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000397,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000397,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000397,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000397,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000397,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000397,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000397,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000397,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000397,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000397,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000397,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000397,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000397,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000397,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000397,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000397,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000397,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000397,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000397,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000397,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000397,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000397,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000397,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000397,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000397,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000397,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000397,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000417,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000417,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000417,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000417,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000417,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000417,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000417,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000417,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000417,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000417,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000417,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000417,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000417,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000417,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000417,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000417,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000417,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000417,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000417,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000417,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000417,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000417,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000417,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000417,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000417,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000417,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000417,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000417,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000417,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000417,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000417,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000417,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000417,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000417,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000417,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000417,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000417,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000417,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000417,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000417,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000417,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000419,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000419,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000419,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000419,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000419,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000419,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000419,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000419,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000419,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000419,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000419,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000419,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000419,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000419,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000419,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000419,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000419,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000419,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000419,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000419,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000419,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000419,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000419,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000419,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000419,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000419,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000419,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000419,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000419,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000419,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000419,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000419,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000419,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000419,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000419,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000419,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000419,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000419,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000419,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000419,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000419,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000421,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000421,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000421,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000421,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000421,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000421,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000421,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000421,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000421,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000421,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000421,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000421,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000421,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000421,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000421,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000421,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000421,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000421,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000421,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000421,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000421,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000421,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000421,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000421,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000421,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000421,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000421,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000421,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000421,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000421,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000421,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000421,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000421,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000421,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000421,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000421,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000421,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000421,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000421,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000421,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000421,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000425,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000425,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000425,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000425,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000425,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000425,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000425,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000425,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000425,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000425,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000425,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000425,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000425,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000425,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000425,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000425,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000425,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000425,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000425,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000425,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000425,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000425,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000425,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000425,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000425,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000425,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000425,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000425,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000425,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000425,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000425,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000425,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000425,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000425,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000425,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000425,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000425,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000425,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000425,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000425,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000425,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000428,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000428,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000428,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000428,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000428,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000428,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000428,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000428,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000428,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000428,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000428,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000428,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000428,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000428,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000428,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000428,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000428,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000428,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000428,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000428,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000428,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000428,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000428,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000428,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000428,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000428,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000428,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000428,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000428,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000428,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000428,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000428,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000428,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000428,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000428,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000428,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000428,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000428,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000428,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000428,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000428,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000431,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000431,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000431,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000431,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000431,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000431,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000431,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000431,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000431,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000431,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000431,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000431,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000431,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000431,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000431,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000431,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000431,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000431,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000431,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000431,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000431,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000431,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000431,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000431,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000431,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000431,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000431,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000431,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000431,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000431,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000431,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000431,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000431,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000431,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000431,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000431,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000431,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000431,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000431,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000431,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000431,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000462,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000462,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000462,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000462,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000462,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000462,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000462,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000462,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000462,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000462,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000462,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000462,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000462,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000462,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000462,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000462,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000462,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000462,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000462,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000462,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000462,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000462,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000462,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000462,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000462,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000462,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000462,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000462,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000462,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000462,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000462,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000462,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000462,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000462,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000462,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000462,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000462,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000462,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000462,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000462,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000462,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000463,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000463,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000463,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000463,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000463,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000463,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000463,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000463,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000463,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000463,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000463,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000463,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000463,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000463,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000463,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000463,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000463,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000463,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000463,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000463,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000463,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000463,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000463,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000463,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000463,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000463,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000463,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000463,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000463,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000463,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000463,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000463,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000463,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000463,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000463,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000463,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000463,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000463,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000463,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000463,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000463,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000469,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000469,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000469,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000469,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000469,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000469,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000469,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000469,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000469,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000469,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000469,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000469,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000469,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000469,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000469,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000469,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000469,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000469,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000469,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000469,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000469,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000469,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000469,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000469,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000469,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000469,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000469,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000469,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000469,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000469,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000469,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000469,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000469,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000469,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000469,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000469,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000469,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000469,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000469,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000469,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000469,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000507,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000507,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000507,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000507,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000507,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000507,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000507,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000507,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000507,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000507,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000507,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000507,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000507,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000507,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000507,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000507,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000507,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000507,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000507,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000507,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000507,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000507,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000507,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000507,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000507,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000507,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000507,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000507,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000507,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000507,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000507,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000507,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000507,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000507,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000507,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000507,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000507,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000507,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000507,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000507,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000507,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000574,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000574,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000574,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000574,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000574,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000574,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000574,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000574,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000574,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000574,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000574,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000574,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000574,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000574,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000574,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000574,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000574,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000574,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000574,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000574,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000574,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000574,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000574,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000574,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000574,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000574,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000574,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000574,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000574,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000574,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000574,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000574,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000574,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000574,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000574,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000574,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000574,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000574,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000574,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000574,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000574,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000576,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000576,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000576,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000576,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000576,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000576,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000576,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000576,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000576,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000576,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000576,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000576,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000576,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000576,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000576,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000576,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000576,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000576,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000576,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000576,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000576,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000576,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000576,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000576,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000576,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000576,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000576,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000576,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000576,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000576,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000576,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000576,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000576,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000576,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000576,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000576,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000576,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000576,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000576,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000576,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000576,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000577,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000577,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000577,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000577,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000577,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000577,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000577,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000577,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000577,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000577,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000577,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000577,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000577,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000577,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000577,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000577,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000577,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000577,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000577,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000577,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000577,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000577,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000577,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000577,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000577,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000577,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000577,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000577,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000577,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000577,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000577,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000577,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000577,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000577,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000577,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000577,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000577,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000577,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000577,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000577,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000577,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000582,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000582,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000582,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000582,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000582,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000582,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000582,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000582,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000582,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000582,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000582,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000582,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000582,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000582,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000582,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000582,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000582,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000582,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000582,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000582,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000582,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000582,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000582,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000582,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000582,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000582,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000582,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000582,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000582,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000582,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000582,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000582,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000582,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000582,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000582,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000582,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000582,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000582,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000582,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000582,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000582,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000741,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000741,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000741,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000741,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000741,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000741,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000741,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000741,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000741,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000741,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000741,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000741,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000741,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000741,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000741,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000741,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000741,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000741,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000741,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000741,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000741,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000741,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000741,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000741,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000741,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000741,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000741,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000741,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000741,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000741,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000741,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000741,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000741,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000741,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000741,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000741,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000741,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000741,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000741,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000741,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000741,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000791,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000791,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000791,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000791,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000791,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000791,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000791,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000791,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000791,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000791,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000791,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000791,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000791,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000791,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000791,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000791,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000791,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000791,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000791,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000791,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000791,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000791,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000791,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000791,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000791,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000791,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000791,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000791,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000791,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000791,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000791,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000791,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000791,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000791,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000791,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000791,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000791,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000791,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000791,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000791,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000791,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000792,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000792,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000792,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000792,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000792,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000792,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000792,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000792,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000792,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000792,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000792,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000792,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000792,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000792,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000792,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000792,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000792,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000792,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000792,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000792,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000792,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000792,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000792,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000792,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000792,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000792,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000792,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000792,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000792,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000792,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000792,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000792,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000792,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000792,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000792,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000792,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000792,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000792,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000792,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000792,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000792,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000793,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000793,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000793,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000793,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000793,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000793,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000793,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000793,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000793,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000793,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000793,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000793,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000793,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000793,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000793,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000793,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000793,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000793,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000793,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000793,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000793,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000793,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000793,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000793,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000793,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000793,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000793,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000793,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000793,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000793,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000793,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000793,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000793,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000793,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000793,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000793,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000793,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000793,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000793,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000793,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000793,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000794,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000794,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000794,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000794,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000794,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000794,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000794,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000794,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000794,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000794,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000794,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000794,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000794,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000794,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000794,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000794,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000794,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000794,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000794,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000794,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000794,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000794,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000794,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000794,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000794,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000794,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000794,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000794,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000794,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000794,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000794,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000794,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000794,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000794,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000794,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000794,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000794,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000794,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000794,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000794,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000794,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000796,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000796,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000796,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000796,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000796,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000796,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000796,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000796,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000796,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000796,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000796,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000796,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000796,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000796,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000796,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000796,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000796,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000796,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000796,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000796,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000796,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000796,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000796,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000796,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000796,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000796,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000796,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000796,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000796,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000796,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000796,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000796,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000796,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000796,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000796,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000796,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000796,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000796,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000796,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000796,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000796,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000798,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000798,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000798,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000798,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000798,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000798,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000798,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000798,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000798,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000798,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000798,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000798,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000798,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000798,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000798,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000798,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000798,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000798,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000798,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000798,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000798,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000798,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000798,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000798,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000798,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000798,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000798,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000798,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000798,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000798,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000798,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000798,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000798,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000798,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000798,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000798,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000798,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000798,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000798,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000798,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000798,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000799,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000799,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000799,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000799,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000799,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000799,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000799,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000799,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000799,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000799,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000799,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000799,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000799,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000799,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000799,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000799,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000799,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000799,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000799,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000799,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000799,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000799,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000799,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000799,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000799,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000799,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000799,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000799,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000799,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000799,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000799,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000799,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000799,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000799,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000799,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000799,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000799,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000799,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000799,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000799,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000799,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000800,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000800,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000800,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000800,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000800,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000800,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000800,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000800,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000800,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000800,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000800,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000800,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000800,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000800,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000800,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000800,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000800,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000800,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000800,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000800,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000800,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000800,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000800,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000800,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000800,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000800,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000800,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000800,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000800,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000800,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000800,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000800,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000800,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000800,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000800,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000800,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000800,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000800,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000800,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000800,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000800,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000802,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000802,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000802,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000802,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000802,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000802,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000802,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000802,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000802,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000802,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000802,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000802,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000802,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000802,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000802,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000802,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000802,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000802,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000802,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000802,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000802,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000802,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000802,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000802,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000802,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000802,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000802,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000802,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000802,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000802,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000802,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000802,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000802,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000802,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000802,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000802,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000802,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000802,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000802,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000802,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000802,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000806,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000806,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000806,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000806,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000806,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000806,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000806,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000806,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000806,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000806,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000806,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000806,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000806,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000806,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000806,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000806,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000806,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000806,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000806,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000806,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000806,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000806,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000806,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000806,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000806,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000806,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000806,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000806,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000806,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000806,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000806,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000806,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000806,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000806,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000806,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000806,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000806,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000806,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000806,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000806,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000806,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000807,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000807,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000807,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000807,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000807,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000807,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000807,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000807,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000807,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000807,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000807,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000807,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000807,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000807,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000807,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000807,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000807,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000807,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000807,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000807,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000807,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000807,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000807,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000807,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000807,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000807,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000807,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000807,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000807,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000807,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000807,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000807,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000807,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000807,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000807,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000807,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000807,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000807,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000807,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000807,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000807,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000813,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000813,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000813,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000813,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000813,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000813,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000813,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000813,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000813,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000813,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000813,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000813,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000813,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000813,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000813,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000813,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000813,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000813,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000813,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000813,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000813,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000813,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000813,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000813,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000813,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000813,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000813,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000813,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000813,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000813,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000813,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000813,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000813,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000813,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000813,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000813,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000813,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000813,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000813,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000813,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000813,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000830,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000830,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000830,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000830,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000830,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000830,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000830,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000830,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000830,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000830,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000830,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000830,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000830,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000830,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000830,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000830,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000830,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000830,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000830,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000830,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000830,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000830,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000830,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000830,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000830,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000830,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000830,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000830,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000830,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000830,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000830,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000830,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000830,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000830,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000830,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000830,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000830,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000830,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000830,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000830,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000830,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000833,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000833,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000833,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000833,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000833,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000833,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000833,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000833,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000833,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000833,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000833,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000833,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000833,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000833,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000833,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000833,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000833,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000833,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000833,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000833,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000833,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000833,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000833,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000833,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000833,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000833,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000833,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000833,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000833,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000833,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000833,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000833,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000833,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000833,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000833,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000833,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000833,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000833,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000833,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000833,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000833,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000834,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000834,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000834,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000834,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000834,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000834,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000834,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000834,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000834,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000834,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000834,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000834,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000834,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000834,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000834,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000834,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000834,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000834,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000834,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000834,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000834,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000834,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000834,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000834,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000834,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000834,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000834,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000834,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000834,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000834,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000834,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000834,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000834,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000834,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000834,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000834,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000834,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000834,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000834,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000834,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000834,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000835,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000835,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000835,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000835,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000835,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000835,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000835,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000835,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000835,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000835,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000835,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000835,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000835,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000835,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000835,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000835,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000835,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000835,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000835,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000835,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000835,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000835,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000835,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000835,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000835,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000835,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000835,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000835,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000835,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000835,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000835,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000835,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000835,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000835,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000835,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000835,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000835,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000835,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000835,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000835,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000835,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000836,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000836,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000836,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000836,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000836,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000836,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000836,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000836,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000836,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000836,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000836,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000836,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000836,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000836,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000836,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000836,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000836,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000836,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000836,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000836,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000836,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000836,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000836,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000836,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000836,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000836,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000836,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000836,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000836,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000836,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000836,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000836,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000836,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000836,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000836,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000836,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000836,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000836,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000836,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000836,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000836,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000838,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000838,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000838,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000838,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000838,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000838,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000838,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000838,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000838,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000838,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000838,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000838,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000838,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000838,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000838,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000838,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000838,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000838,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000838,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000838,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000838,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000838,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000838,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000838,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000838,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000838,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000838,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000838,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000838,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000838,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000838,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000838,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000838,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000838,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000838,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000838,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000838,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000838,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000838,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000838,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000838,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000864,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000864,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000864,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000864,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000864,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000864,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000864,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000864,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000864,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000864,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000864,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000864,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000864,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000864,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000864,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000864,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000864,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000864,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000864,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000864,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000864,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000864,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000864,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000864,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000864,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000864,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000864,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000864,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000864,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000864,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000864,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000864,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000864,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000864,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000864,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000864,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000864,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000864,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000864,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000864,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000864,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000865,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000865,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000865,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000865,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000865,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000865,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000865,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000865,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000865,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000865,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000865,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000865,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000865,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000865,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000865,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000865,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000865,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000865,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000865,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000865,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000865,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000865,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000865,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000865,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000865,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000865,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000865,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000865,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000865,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000865,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000865,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000865,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000865,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000865,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000865,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000865,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000865,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000865,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000865,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000865,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000865,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000866,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000866,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000866,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000866,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000866,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000866,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000866,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000866,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000866,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000866,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000866,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000866,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000866,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000866,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000866,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000866,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000866,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000866,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000866,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000866,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000866,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000866,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000866,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000866,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000866,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000866,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000866,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000866,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000866,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000866,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000866,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000866,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000866,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000866,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000866,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000866,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000866,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000866,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000866,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000866,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000866,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000867,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000867,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000867,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000867,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000867,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000867,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000867,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000867,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000867,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000867,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000867,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000867,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000867,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000867,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000867,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000867,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000867,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000867,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000867,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000867,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000867,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000867,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000867,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000867,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000867,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000867,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000867,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000867,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000867,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000867,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000867,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000867,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000867,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000867,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000867,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000867,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000867,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000867,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000867,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000867,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000867,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000868,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000868,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000868,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000868,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000868,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000868,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000868,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000868,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000868,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000868,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000868,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000868,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000868,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000868,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000868,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000868,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000868,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000868,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000868,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000868,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000868,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000868,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000868,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000868,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000868,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000868,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000868,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000868,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000868,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000868,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000868,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000868,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000868,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000868,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000868,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000868,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000868,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000868,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000868,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000868,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000868,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000869,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000869,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000869,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000869,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000869,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000869,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000869,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000869,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000869,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000869,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000869,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000869,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000869,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000869,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000869,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000869,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000869,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000869,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000869,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000869,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000869,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000869,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000869,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000869,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000869,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000869,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000869,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000869,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000869,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000869,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000869,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000869,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000869,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000869,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000869,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000869,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000869,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000869,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000869,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000869,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000869,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000870,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000870,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000870,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000870,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000870,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000870,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000870,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000870,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000870,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000870,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000870,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000870,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000870,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000870,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000870,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000870,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000870,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000870,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000870,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000870,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000870,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000870,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000870,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000870,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000870,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000870,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000870,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000870,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000870,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000870,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000870,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000870,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000870,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000870,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000870,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000870,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000870,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000870,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000870,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000870,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000870,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000872,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000872,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000872,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000872,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000872,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000872,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000872,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000872,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000872,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000872,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000872,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000872,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000872,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000872,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000872,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000872,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000872,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000872,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000872,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000872,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000872,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000872,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000872,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000872,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000872,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000872,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000872,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000872,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000872,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000872,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000872,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000872,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000872,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000872,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000872,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000872,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000872,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000872,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000872,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000872,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000872,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000972,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000972,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000972,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000972,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000972,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000972,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000972,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000972,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000972,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000972,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000972,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000972,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000972,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000972,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000972,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000972,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000972,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000972,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000972,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000972,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000972,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000972,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000972,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000972,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000972,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000972,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000972,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000972,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000972,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000972,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000972,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000972,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000972,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000972,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000972,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000972,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000972,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000972,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000972,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000972,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000972,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000973,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000973,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000973,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000973,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000973,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000973,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000973,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000973,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000973,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000973,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000973,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000973,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000973,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000973,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000973,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000973,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000973,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000973,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000973,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000973,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000973,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000973,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000973,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000973,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000973,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000973,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000973,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000973,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000973,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000973,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000973,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000973,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000973,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000973,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000973,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000973,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000973,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000973,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000973,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000973,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000973,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000974,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000974,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000974,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000974,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000974,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000974,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000974,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000974,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000974,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000974,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000974,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000974,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000974,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000974,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000974,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000974,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000974,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000974,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000974,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000974,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000974,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000974,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000974,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000974,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000974,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000974,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000974,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000974,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000974,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000974,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000974,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000974,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000974,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000974,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000974,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000974,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000974,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000974,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000974,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000974,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000974,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000976,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000976,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000976,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000976,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000976,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000976,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000976,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000976,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000976,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000976,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000976,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000976,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000976,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000976,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000976,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000976,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000976,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000976,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000976,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000976,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000976,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000976,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000976,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000976,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000976,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000976,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000976,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000976,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000976,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000976,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000976,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000976,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000976,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000976,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000976,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000976,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000976,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000976,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000976,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000976,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000976,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000978,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000978,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000978,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000978,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000978,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000978,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000978,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000978,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000978,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000978,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000978,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000978,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000978,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000978,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000978,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000978,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000978,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000978,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000978,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000978,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000978,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000978,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000978,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000978,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000978,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000978,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000978,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000978,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000978,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000978,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000978,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000978,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000978,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000978,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000978,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000978,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000978,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000978,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000978,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000978,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000978,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000982,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000982,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000982,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000982,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000982,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000982,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000982,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000982,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000982,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000982,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000982,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000982,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000982,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000982,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000982,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000982,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000982,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000982,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000982,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000982,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000982,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000982,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000982,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000982,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000982,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000982,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000982,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000982,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000982,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000982,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000982,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000982,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000982,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000982,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000982,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000982,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000982,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000982,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000982,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000982,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000982,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000983,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000983,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000983,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000983,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000983,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000983,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000983,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000983,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000983,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000983,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000983,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000983,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000983,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000983,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000983,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000983,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000983,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000983,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000983,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000983,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000983,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000983,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000983,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000983,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000983,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000983,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000983,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000983,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000983,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000983,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000983,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000983,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000983,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000983,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000983,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000983,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000983,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000983,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000983,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000983,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000983,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001004,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001004,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001004,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001004,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001004,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001004,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001004,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001004,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001004,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001004,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001004,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001004,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001004,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001004,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001004,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001004,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001004,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001004,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001004,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001004,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001004,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001004,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001004,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001004,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001004,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001004,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001004,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001004,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001004,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001004,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001004,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001004,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001004,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001004,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001004,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001004,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001004,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001004,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001004,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001004,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001004,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001006,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001006,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001006,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001006,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001006,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001006,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001006,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001006,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001006,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001006,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001006,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001006,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001006,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001006,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001006,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001006,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001006,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001006,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001006,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001006,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001006,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001006,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001006,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001006,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001006,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001006,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001006,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001006,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001006,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001006,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001006,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001006,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001006,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001006,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001006,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001006,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001006,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001006,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001006,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001006,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001006,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001007,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001007,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001007,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001007,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001007,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001007,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001007,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001007,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001007,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001007,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001007,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001007,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001007,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001007,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001007,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001007,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001007,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001007,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001007,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001007,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001007,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001007,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001007,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001007,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001007,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001007,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001007,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001007,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001007,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001007,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001007,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001007,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001007,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001007,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001007,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001007,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001007,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001007,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001007,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001007,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001007,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001009,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001009,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001009,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001009,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001009,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001009,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001009,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001009,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001009,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001009,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001009,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001009,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001009,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001009,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001009,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001009,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001009,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001009,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001009,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001009,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001009,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001009,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001009,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001009,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001009,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001009,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001009,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001009,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001009,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001009,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001009,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001009,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001009,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001009,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001009,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001009,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001009,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001009,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001009,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001009,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001009,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001019,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001019,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001019,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001019,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001019,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001019,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001019,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001019,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001019,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001019,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001019,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001019,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001019,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001019,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001019,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001019,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001019,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001019,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001019,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001019,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001019,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001019,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001019,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001019,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001019,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001019,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001019,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001019,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001019,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001019,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001019,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001019,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001019,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001019,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001019,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001019,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001019,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001019,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001019,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001019,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001019,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001075,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001075,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001075,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001075,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001075,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001075,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001075,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001075,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001075,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001075,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001075,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001075,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001075,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001075,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001075,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001075,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001075,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001075,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001075,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001075,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001075,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001075,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001075,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001075,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001075,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001075,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001075,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001075,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001075,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001075,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001075,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001075,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001075,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001075,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001075,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001075,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001075,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001075,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001075,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001075,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001075,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001076,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001076,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001076,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001076,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001076,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001076,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001076,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001076,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001076,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001076,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001076,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001076,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001076,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001076,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001076,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001076,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001076,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001076,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001076,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001076,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001076,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001076,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001076,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001076,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001076,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001076,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001076,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001076,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001076,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001076,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001076,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001076,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001076,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001076,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001076,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001076,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001076,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001076,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001076,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001076,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001076,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001079,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001079,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001079,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001079,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001079,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001079,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001079,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001079,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001079,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001079,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001079,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001079,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001079,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001079,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001079,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001079,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001079,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001079,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001079,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001079,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001079,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001079,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001079,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001079,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001079,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001079,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001079,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001079,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001079,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001079,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001079,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001079,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001079,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001079,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001079,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001079,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001079,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001079,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001079,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001079,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001079,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001082,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001082,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001082,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001082,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001082,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001082,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001082,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001082,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001082,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001082,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001082,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001082,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001082,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001082,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001082,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001082,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001082,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001082,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001082,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001082,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001082,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001082,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001082,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001082,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001082,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001082,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001082,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001082,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001082,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001082,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001082,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001082,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001082,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001082,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001082,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001082,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001082,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001082,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001082,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001082,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001082,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001083,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001083,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001083,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001083,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001083,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001083,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001083,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001083,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001083,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001083,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001083,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001083,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001083,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001083,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001083,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001083,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001083,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001083,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001083,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001083,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001083,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001083,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001083,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001083,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001083,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001083,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001083,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001083,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001083,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001083,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001083,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001083,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001083,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001083,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001083,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001083,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001083,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001083,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001083,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001083,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001083,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001085,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001085,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001085,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001085,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001085,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001085,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001085,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001085,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001085,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001085,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001085,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001085,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001085,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001085,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001085,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001085,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001085,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001085,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001085,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001085,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001085,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001085,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001085,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001085,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001085,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001085,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001085,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001085,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001085,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001085,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001085,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001085,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001085,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001085,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001085,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001085,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001085,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001085,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001085,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001085,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001085,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001086,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001086,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001086,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001086,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001086,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001086,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001086,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001086,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001086,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001086,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001086,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001086,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001086,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001086,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001086,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001086,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001086,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001086,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001086,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001086,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001086,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001086,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001086,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001086,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001086,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001086,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001086,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001086,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001086,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001086,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001086,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001086,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001086,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001086,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001086,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001086,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001086,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001086,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001086,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001086,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001086,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001087,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001087,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001087,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001087,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001087,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001087,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001087,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001087,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001087,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001087,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001087,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001087,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001087,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001087,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001087,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001087,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001087,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001087,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001087,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001087,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001087,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001087,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001087,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001087,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001087,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001087,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001087,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001087,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001087,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001087,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001087,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001087,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001087,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001087,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001087,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001087,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001087,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001087,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001087,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001087,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001087,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001088,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001088,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001088,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001088,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001088,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001088,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001088,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001088,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001088,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001088,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001088,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001088,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001088,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001088,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001088,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001088,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001088,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001088,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001088,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001088,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001088,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001088,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001088,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001088,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001088,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001088,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001088,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001088,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001088,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001088,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001088,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001088,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001088,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001088,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001088,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001088,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001088,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001088,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001088,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001088,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001088,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001089,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001089,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001089,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001089,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001089,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001089,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001089,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001089,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001089,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001089,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001089,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001089,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001089,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001089,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001089,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001089,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001089,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001089,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001089,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001089,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001089,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001089,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001089,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001089,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001089,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001089,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001089,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001089,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001089,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001089,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001089,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001089,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001089,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001089,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001089,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001089,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001089,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001089,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001089,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001089,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001089,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001091,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001091,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001091,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001091,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001091,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001091,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001091,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001091,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001091,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001091,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001091,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001091,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001091,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001091,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001091,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001091,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001091,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001091,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001091,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001091,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001091,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001091,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001091,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001091,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001091,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001091,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001091,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001091,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001091,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001091,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001091,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001091,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001091,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001091,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001091,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001091,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001091,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001091,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001091,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001091,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001091,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001092,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001092,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001092,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001092,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001092,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001092,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001092,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001092,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001092,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001092,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001092,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001092,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001092,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001092,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001092,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001092,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001092,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001092,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001092,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001092,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001092,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001092,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001092,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001092,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001092,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001092,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001092,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001092,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001092,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001092,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001092,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001092,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001092,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001092,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001092,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001092,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001092,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001092,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001092,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001092,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001092,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001095,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001095,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001095,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001095,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001095,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001095,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001095,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001095,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001095,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001095,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001095,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001095,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001095,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001095,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001095,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001095,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001095,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001095,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001095,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001095,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001095,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001095,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001095,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001095,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001095,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001095,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001095,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001095,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001095,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001095,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001095,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001095,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001095,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001095,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001095,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001095,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001095,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001095,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001095,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001095,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001095,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001129,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001129,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001129,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001129,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001129,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001129,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001129,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001129,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001129,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001129,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001129,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001129,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001129,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001129,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001129,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001129,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001129,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001129,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001129,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001129,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001129,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001129,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001129,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001129,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001129,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001129,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001129,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001129,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001129,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001129,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001129,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001129,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001129,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001129,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001129,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001129,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001129,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001129,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001129,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001129,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001129,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001142,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001142,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001142,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001142,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001142,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001142,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001142,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001142,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001142,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001142,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001142,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001142,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001142,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001142,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001142,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001142,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001142,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001142,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001142,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001142,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001142,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001142,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001142,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001142,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001142,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001142,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001142,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001142,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001142,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001142,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001142,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001142,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001142,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001142,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001142,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001142,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001142,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001142,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001142,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001142,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001142,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001143,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001143,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001143,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001143,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001143,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001143,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001143,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001143,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001143,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001143,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001143,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001143,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001143,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001143,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001143,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001143,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001143,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001143,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001143,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001143,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001143,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001143,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001143,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001143,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001143,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001143,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001143,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001143,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001143,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001143,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001143,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001143,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001143,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001143,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001143,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001143,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001143,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001143,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001143,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001143,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001143,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001144,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001144,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001144,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001144,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001144,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001144,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001144,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001144,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001144,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001144,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001144,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001144,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001144,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001144,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001144,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001144,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001144,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001144,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001144,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001144,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001144,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001144,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001144,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001144,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001144,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001144,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001144,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001144,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001144,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001144,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001144,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001144,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001144,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001144,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001144,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001144,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001144,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001144,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001144,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001144,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001144,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001145,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001145,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001145,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001145,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001145,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001145,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001145,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001145,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001145,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001145,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001145,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001145,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001145,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001145,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001145,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001145,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001145,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001145,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001145,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001145,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001145,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001145,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001145,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001145,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001145,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001145,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001145,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001145,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001145,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001145,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001145,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001145,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001145,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001145,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001145,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001145,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001145,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001145,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001145,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001145,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001145,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001147,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001147,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001147,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001147,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001147,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001147,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001147,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001147,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001147,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001147,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001147,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001147,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001147,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001147,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001147,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001147,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001147,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001147,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001147,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001147,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001147,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001147,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001147,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001147,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001147,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001147,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001147,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001147,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001147,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001147,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001147,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001147,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001147,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001147,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001147,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001147,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001147,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001147,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001147,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001147,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001147,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001148,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001148,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001148,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001148,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001148,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001148,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001148,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001148,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001148,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001148,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001148,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001148,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001148,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001148,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001148,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001148,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001148,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001148,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001148,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001148,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001148,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001148,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001148,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001148,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001148,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001148,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001148,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001148,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001148,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001148,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001148,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001148,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001148,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001148,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001148,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001148,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001148,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001148,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001148,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001148,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001148,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001150,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001150,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001150,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001150,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001150,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001150,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001150,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001150,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001150,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001150,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001150,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001150,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001150,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001150,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001150,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001150,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001150,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001150,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001150,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001150,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001150,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001150,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001150,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001150,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001150,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001150,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001150,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001150,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001150,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001150,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001150,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001150,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001150,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001150,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001150,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001150,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001150,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001150,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001150,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001150,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001150,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001192,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001192,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001192,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001192,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001192,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001192,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001192,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001192,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001192,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001192,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001192,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001192,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001192,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001192,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001192,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001192,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001192,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001192,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001192,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001192,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001192,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001192,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001192,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001192,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001192,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001192,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001192,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001192,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001192,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001192,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001192,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001192,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001192,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001192,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001192,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001192,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001192,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001192,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001192,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001192,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001192,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001193,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001193,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001193,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001193,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001193,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001193,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001193,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001193,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001193,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001193,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001193,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001193,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001193,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001193,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001193,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001193,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001193,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001193,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001193,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001193,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001193,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001193,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001193,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001193,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001193,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001193,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001193,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001193,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001193,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001193,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001193,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001193,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001193,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001193,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001193,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001193,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001193,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001193,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001193,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001193,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001193,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001210,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001210,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001210,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001210,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001210,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001210,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001210,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001210,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001210,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001210,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001210,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001210,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001210,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001210,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001210,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001210,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001210,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001210,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001210,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001210,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001210,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001210,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001210,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001210,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001210,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001210,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001210,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001210,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001210,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001210,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001210,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001210,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001210,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001210,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001210,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001210,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001210,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001210,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001210,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001210,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001210,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001212,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001212,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001212,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001212,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001212,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001212,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001212,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001212,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001212,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001212,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001212,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001212,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001212,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001212,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001212,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001212,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001212,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001212,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001212,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001212,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001212,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001212,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001212,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001212,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001212,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001212,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001212,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001212,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001212,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001212,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001212,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001212,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001212,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001212,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001212,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001212,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001212,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001212,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001212,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001212,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001212,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001221,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001221,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001221,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001221,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001221,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001221,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001221,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001221,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001221,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001221,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001221,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001221,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001221,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001221,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001221,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001221,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001221,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001221,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001221,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001221,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001221,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001221,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001221,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001221,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001221,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001221,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001221,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001221,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001221,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001221,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001221,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001221,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001221,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001221,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001221,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001221,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001221,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001221,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001221,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001221,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001221,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001223,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001223,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001223,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001223,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001223,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001223,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001223,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001223,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001223,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001223,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001223,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001223,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001223,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001223,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001223,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001223,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001223,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001223,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001223,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001223,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001223,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001223,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001223,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001223,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001223,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001223,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001223,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001223,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001223,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001223,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001223,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001223,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001223,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001223,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001223,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001223,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001223,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001223,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001223,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001223,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001223,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001224,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001224,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001224,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001224,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001224,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001224,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001224,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001224,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001224,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001224,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001224,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001224,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001224,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001224,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001224,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001224,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001224,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001224,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001224,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001224,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001224,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001224,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001224,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001224,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001224,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001224,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001224,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001224,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001224,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001224,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001224,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001224,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001224,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001224,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001224,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001224,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001224,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001224,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001224,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001224,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001224,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001225,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001225,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001225,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001225,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001225,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001225,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001225,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001225,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001225,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001225,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001225,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001225,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001225,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001225,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001225,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001225,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001225,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001225,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001225,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001225,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001225,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001225,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001225,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001225,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001225,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001225,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001225,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001225,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001225,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001225,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001225,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001225,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001225,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001225,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001225,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001225,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001225,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001225,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001225,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001225,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001225,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001226,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001226,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001226,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001226,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001226,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001226,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001226,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001226,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001226,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001226,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001226,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001226,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001226,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001226,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001226,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001226,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001226,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001226,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001226,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001226,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001226,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001226,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001226,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001226,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001226,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001226,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001226,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001226,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001226,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001226,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001226,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001226,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001226,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001226,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001226,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001226,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001226,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001226,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001226,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001226,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001226,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001228,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001228,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001228,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001228,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001228,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001228,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001228,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001228,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001228,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001228,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001228,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001228,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001228,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001228,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001228,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001228,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001228,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001228,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001228,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001228,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001228,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001228,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001228,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001228,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001228,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001228,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001228,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001228,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001228,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001228,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001228,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001228,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001228,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001228,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001228,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001228,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001228,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001228,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001228,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001228,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001228,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001229,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001229,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001229,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001229,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001229,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001229,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001229,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001229,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001229,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001229,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001229,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001229,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001229,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001229,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001229,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001229,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001229,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001229,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001229,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001229,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001229,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001229,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001229,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001229,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001229,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001229,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001229,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001229,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001229,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001229,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001229,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001229,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001229,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001229,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001229,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001229,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001229,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001229,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001229,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001229,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001229,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001232,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001232,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001232,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001232,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001232,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001232,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001232,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001232,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001232,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001232,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001232,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001232,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001232,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001232,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001232,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001232,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001232,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001232,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001232,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001232,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001232,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001232,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001232,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001232,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001232,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001232,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001232,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001232,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001232,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001232,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001232,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001232,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001232,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001232,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001232,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001232,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001232,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001232,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001232,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001232,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001232,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001237,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001237,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001237,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001237,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001237,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001237,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001237,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001237,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001237,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001237,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001237,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001237,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001237,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001237,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001237,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001237,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001237,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001237,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001237,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001237,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001237,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001237,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001237,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001237,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001237,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001237,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001237,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001237,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001237,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001237,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001237,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001237,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001237,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001237,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001237,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001237,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001237,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001237,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001237,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001237,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001237,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001250,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001250,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001250,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001250,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001250,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001250,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001250,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001250,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001250,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001250,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001250,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001250,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001250,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001250,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001250,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001250,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001250,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001250,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001250,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001250,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001250,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001250,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001250,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001250,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001250,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001250,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001250,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001250,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001250,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001250,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001250,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001250,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001250,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001250,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001250,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001250,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001250,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001250,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001250,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001250,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001250,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001252,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001252,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001252,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001252,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001252,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001252,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001252,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001252,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001252,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001252,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001252,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001252,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001252,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001252,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001252,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001252,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001252,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001252,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001252,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001252,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001252,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001252,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001252,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001252,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001252,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001252,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001252,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001252,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001252,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001252,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001252,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001252,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001252,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001252,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001252,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001252,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001252,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001252,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001252,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001252,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001252,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001253,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001253,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001253,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001253,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001253,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001253,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001253,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001253,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001253,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001253,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001253,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001253,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001253,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001253,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001253,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001253,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001253,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001253,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001253,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001253,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001253,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001253,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001253,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001253,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001253,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001253,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001253,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001253,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001253,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001253,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001253,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001253,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001253,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001253,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001253,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001253,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001253,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001253,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001253,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001253,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001253,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001312,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001312,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001312,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001312,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001312,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001312,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001312,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001312,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001312,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001312,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001312,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001312,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001312,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001312,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001312,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001312,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001312,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001312,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001312,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001312,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001312,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001312,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001312,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001312,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001312,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001312,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001312,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001312,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001312,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001312,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001312,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001312,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001312,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001312,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001312,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001312,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001312,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001312,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001312,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001312,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001312,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001320,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001320,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001320,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001320,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001320,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001320,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001320,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001320,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001320,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001320,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001320,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001320,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001320,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001320,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001320,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001320,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001320,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001320,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001320,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001320,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001320,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001320,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001320,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001320,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001320,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001320,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001320,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001320,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001320,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001320,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001320,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001320,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001320,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001320,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001320,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001320,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001320,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001320,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001320,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001320,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001320,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001336,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001336,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001336,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001336,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001336,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001336,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001336,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001336,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001336,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001336,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001336,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001336,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001336,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001336,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001336,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001336,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001336,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001336,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001336,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001336,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001336,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001336,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001336,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001336,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001336,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001336,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001336,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001336,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001336,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001336,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001336,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001336,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001336,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001336,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001336,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001336,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001336,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001336,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001336,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001336,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001336,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001338,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001338,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001338,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001338,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001338,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001338,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001338,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001338,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001338,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001338,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001338,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001338,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001338,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001338,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001338,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001338,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001338,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001338,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001338,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001338,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001338,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001338,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001338,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001338,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001338,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001338,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001338,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001338,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001338,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001338,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001338,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001338,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001338,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001338,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001338,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001338,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001338,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001338,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001338,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001338,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001338,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001340,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001340,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001340,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001340,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001340,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001340,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001340,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001340,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001340,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001340,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001340,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001340,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001340,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001340,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001340,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001340,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001340,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001340,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001340,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001340,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001340,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001340,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001340,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001340,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001340,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001340,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001340,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001340,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001340,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001340,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001340,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001340,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001340,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001340,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001340,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001340,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001340,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001340,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001340,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001340,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001340,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001342,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001342,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001342,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001342,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001342,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001342,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001342,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001342,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001342,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001342,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001342,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001342,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001342,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001342,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001342,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001342,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001342,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001342,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001342,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001342,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001342,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001342,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001342,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001342,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001342,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001342,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001342,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001342,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001342,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001342,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001342,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001342,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001342,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001342,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001342,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001342,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001342,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001342,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001342,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001342,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001342,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001346,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001346,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001346,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001346,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001346,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001346,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001346,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001346,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001346,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001346,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001346,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001346,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001346,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001346,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001346,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001346,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001346,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001346,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001346,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001346,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001346,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001346,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001346,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001346,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001346,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001346,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001346,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001346,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001346,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001346,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001346,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001346,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001346,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001346,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001346,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001346,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001346,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001346,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001346,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001346,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001346,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001347,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001347,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001347,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001347,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001347,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001347,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001347,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001347,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001347,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001347,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001347,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001347,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001347,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001347,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001347,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001347,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001347,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001347,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001347,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001347,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001347,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001347,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001347,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001347,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001347,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001347,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001347,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001347,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001347,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001347,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001347,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001347,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001347,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001347,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001347,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001347,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001347,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001347,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001347,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001347,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001347,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001348,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001348,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001348,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001348,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001348,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001348,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001348,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001348,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001348,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001348,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001348,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001348,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001348,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001348,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001348,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001348,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001348,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001348,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001348,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001348,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001348,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001348,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001348,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001348,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001348,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001348,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001348,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001348,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001348,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001348,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001348,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001348,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001348,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001348,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001348,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001348,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001348,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001348,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001348,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001348,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001348,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001349,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001349,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001349,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001349,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001349,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001349,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001349,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001349,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001349,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001349,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001349,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001349,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001349,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001349,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001349,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001349,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001349,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001349,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001349,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001349,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001349,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001349,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001349,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001349,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001349,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001349,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001349,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001349,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001349,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001349,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001349,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001349,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001349,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001349,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001349,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001349,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001349,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001349,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001349,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001349,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001349,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001352,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001352,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001352,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001352,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001352,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001352,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001352,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001352,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001352,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001352,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001352,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001352,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001352,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001352,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001352,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001352,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001352,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001352,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001352,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001352,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001352,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001352,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001352,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001352,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001352,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001352,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001352,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001352,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001352,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001352,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001352,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001352,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001352,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001352,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001352,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001352,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001352,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001352,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001352,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001352,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001352,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001354,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001354,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001354,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001354,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001354,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001354,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001354,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001354,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001354,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001354,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001354,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001354,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001354,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001354,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001354,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001354,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001354,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001354,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001354,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001354,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001354,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001354,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001354,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001354,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001354,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001354,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001354,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001354,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001354,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001354,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001354,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001354,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001354,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001354,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001354,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001354,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001354,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001354,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001354,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001354,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001354,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001356,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001356,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001356,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001356,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001356,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001356,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001356,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001356,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001356,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001356,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001356,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001356,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001356,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001356,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001356,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001356,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001356,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001356,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001356,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001356,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001356,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001356,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001356,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001356,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001356,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001356,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001356,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001356,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001356,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001356,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001356,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001356,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001356,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001356,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001356,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001356,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001356,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001356,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001356,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001356,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001356,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001359,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001359,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001359,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001359,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001359,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001359,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001359,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001359,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001359,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001359,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001359,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001359,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001359,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001359,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001359,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001359,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001359,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001359,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001359,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001359,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001359,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001359,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001359,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001359,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001359,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001359,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001359,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001359,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001359,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001359,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001359,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001359,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001359,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001359,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001359,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001359,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001359,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001359,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001359,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001359,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001359,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001360,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001360,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001360,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001360,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001360,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001360,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001360,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001360,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001360,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001360,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001360,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001360,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001360,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001360,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001360,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001360,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001360,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001360,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001360,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001360,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001360,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001360,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001360,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001360,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001360,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001360,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001360,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001360,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001360,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001360,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001360,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001360,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001360,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001360,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001360,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001360,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001360,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001360,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001360,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001360,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001360,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001361,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001361,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001361,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001361,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001361,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001361,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001361,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001361,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001361,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001361,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001361,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001361,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001361,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001361,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001361,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001361,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001361,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001361,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001361,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001361,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001361,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001361,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001361,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001361,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001361,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001361,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001361,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001361,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001361,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001361,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001361,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001361,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001361,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001361,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001361,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001361,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001361,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001361,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001361,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001361,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001361,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001362,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001362,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001362,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001362,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001362,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001362,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001362,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001362,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001362,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001362,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001362,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001362,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001362,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001362,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001362,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001362,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001362,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001362,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001362,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001362,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001362,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001362,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001362,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001362,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001362,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001362,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001362,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001362,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001362,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001362,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001362,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001362,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001362,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001362,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001362,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001362,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001362,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001362,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001362,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001362,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001362,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001363,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001363,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001363,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001363,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001363,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001363,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001363,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001363,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001363,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001363,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001363,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001363,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001363,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001363,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001363,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001363,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001363,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001363,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001363,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001363,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001363,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001363,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001363,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001363,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001363,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001363,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001363,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001363,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001363,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001363,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001363,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001363,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001363,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001363,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001363,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001363,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001363,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001363,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001363,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001363,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001363,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001364,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001364,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001364,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001364,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001364,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001364,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001364,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001364,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001364,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001364,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001364,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001364,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001364,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001364,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001364,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001364,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001364,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001364,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001364,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001364,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001364,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001364,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001364,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001364,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001364,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001364,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001364,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001364,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001364,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001364,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001364,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001364,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001364,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001364,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001364,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001364,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001364,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001364,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001364,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001364,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001364,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001365,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001365,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001365,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001365,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001365,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001365,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001365,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001365,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001365,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001365,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001365,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001365,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001365,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001365,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001365,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001365,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001365,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001365,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001365,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001365,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001365,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001365,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001365,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001365,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001365,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001365,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001365,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001365,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001365,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001365,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001365,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001365,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001365,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001365,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001365,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001365,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001365,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001365,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001365,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001365,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001365,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001368,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001368,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001368,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001368,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001368,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001368,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001368,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001368,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001368,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001368,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001368,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001368,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001368,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001368,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001368,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001368,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001368,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001368,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001368,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001368,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001368,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001368,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001368,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001368,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001368,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001368,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001368,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001368,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001368,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001368,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001368,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001368,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001368,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001368,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001368,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001368,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001368,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001368,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001368,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001368,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001368,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001397,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001397,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001397,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001397,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001397,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001397,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001397,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001397,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001397,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001397,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001397,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001397,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001397,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001397,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001397,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001397,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001397,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001397,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001397,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001397,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001397,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001397,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001397,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001397,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001397,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001397,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001397,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001397,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001397,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001397,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001397,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001397,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001397,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001397,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001397,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001397,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001397,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001397,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001397,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001397,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001397,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001398,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001398,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001398,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001398,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001398,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001398,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001398,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001398,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001398,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001398,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001398,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001398,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001398,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001398,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001398,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001398,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001398,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001398,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001398,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001398,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001398,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001398,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001398,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001398,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001398,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001398,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001398,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001398,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001398,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001398,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001398,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001398,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001398,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001398,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001398,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001398,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001398,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001398,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001398,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001398,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001398,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001399,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001399,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001399,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001399,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001399,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001399,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001399,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001399,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001399,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001399,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001399,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001399,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001399,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001399,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001399,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001399,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001399,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001399,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001399,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001399,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001399,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001399,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001399,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001399,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001399,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001399,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001399,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001399,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001399,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001399,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001399,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001399,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001399,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001399,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001399,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001399,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001399,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001399,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001399,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001399,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001399,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001400,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001400,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001400,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001400,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001400,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001400,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001400,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001400,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001400,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001400,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001400,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001400,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001400,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001400,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001400,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001400,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001400,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001400,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001400,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001400,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001400,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001400,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001400,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001400,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001400,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001400,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001400,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001400,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001400,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001400,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001400,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001400,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001400,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001400,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001400,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001400,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001400,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001400,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001400,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001400,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001400,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001402,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001402,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001402,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001402,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001402,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001402,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001402,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001402,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001402,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001402,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001402,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001402,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001402,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001402,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001402,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001402,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001402,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001402,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001402,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001402,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001402,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001402,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001402,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001402,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001402,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001402,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001402,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001402,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001402,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001402,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001402,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001402,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001402,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001402,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001402,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001402,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001402,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001402,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001402,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001402,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001402,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001403,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001403,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001403,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001403,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001403,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001403,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001403,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001403,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001403,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001403,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001403,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001403,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001403,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001403,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001403,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001403,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001403,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001403,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001403,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001403,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001403,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001403,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001403,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001403,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001403,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001403,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001403,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001403,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001403,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001403,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001403,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001403,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001403,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001403,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001403,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001403,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001403,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001403,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001403,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001403,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001403,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001404,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001404,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001404,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001404,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001404,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001404,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001404,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001404,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001404,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001404,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001404,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001404,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001404,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001404,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001404,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001404,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001404,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001404,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001404,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001404,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001404,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001404,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001404,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001404,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001404,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001404,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001404,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001404,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001404,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001404,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001404,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001404,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001404,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001404,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001404,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001404,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001404,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001404,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001404,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001404,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001404,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001458,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001458,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001458,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001458,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001458,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001458,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001458,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001458,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001458,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001458,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001458,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001458,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001458,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001458,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001458,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001458,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001458,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001458,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001458,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001458,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001458,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001458,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001458,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001458,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001458,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001458,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001458,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001458,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001458,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001458,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001458,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001458,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001458,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001458,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001458,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001458,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001458,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001458,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001458,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001458,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001458,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001484,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001484,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001484,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001484,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001484,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001484,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001484,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001484,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001484,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001484,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001484,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001484,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001484,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001484,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001484,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001484,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001484,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001484,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001484,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001484,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001484,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001484,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001484,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001484,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001484,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001484,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001484,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001484,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001484,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001484,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001484,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001484,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001484,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001484,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001484,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001484,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001484,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001484,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001484,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001484,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001484,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001487,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001487,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001487,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001487,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001487,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001487,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001487,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001487,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001487,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001487,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001487,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001487,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001487,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001487,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001487,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001487,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001487,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001487,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001487,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001487,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001487,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001487,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001487,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001487,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001487,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001487,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001487,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001487,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001487,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001487,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001487,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001487,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001487,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001487,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001487,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001487,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001487,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001487,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001487,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001487,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001487,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001611,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001611,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001611,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001611,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001611,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001611,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001611,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001611,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001611,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001611,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001611,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001611,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001611,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001611,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001611,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001611,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001611,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001611,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001611,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001611,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001611,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001611,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001611,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001611,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001611,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001611,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001611,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001611,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001611,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001611,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001611,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001611,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001611,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001611,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001611,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001611,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001611,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001611,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001611,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001611,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001611,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001613,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001613,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001613,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001613,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001613,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001613,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001613,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001613,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001613,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001613,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001613,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001613,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001613,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001613,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001613,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001613,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001613,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001613,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001613,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001613,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001613,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001613,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001613,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001613,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001613,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001613,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001613,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001613,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001613,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001613,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001613,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001613,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001613,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001613,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001613,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001613,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001613,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001613,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001613,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001613,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001613,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001622,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001622,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001622,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001622,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001622,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001622,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001622,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001622,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001622,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001622,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001622,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001622,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001622,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001622,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001622,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001622,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001622,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001622,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001622,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001622,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001622,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001622,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001622,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001622,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001622,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001622,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001622,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001622,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001622,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001622,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001622,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001622,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001622,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001622,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001622,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001622,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001622,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001622,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001622,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001622,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001622,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001630,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001630,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001630,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001630,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001630,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001630,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001630,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001630,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001630,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001630,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001630,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001630,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001630,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001630,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001630,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001630,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001630,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001630,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001630,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001630,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001630,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001630,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001630,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001630,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001630,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001630,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001630,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001630,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001630,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001630,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001630,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001630,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001630,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001630,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001630,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001630,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001630,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001630,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001630,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001630,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001630,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001631,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001631,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001631,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001631,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001631,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001631,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001631,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001631,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001631,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001631,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001631,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001631,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001631,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001631,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001631,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001631,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001631,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001631,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001631,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001631,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001631,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001631,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001631,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001631,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001631,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001631,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001631,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001631,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001631,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001631,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001631,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001631,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001631,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001631,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001631,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001631,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001631,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001631,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001631,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001631,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001631,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001632,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001632,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001632,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001632,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001632,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001632,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001632,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001632,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001632,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001632,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001632,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001632,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001632,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001632,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001632,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001632,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001632,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001632,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001632,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001632,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001632,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001632,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001632,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001632,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001632,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001632,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001632,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001632,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001632,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001632,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001632,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001632,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001632,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001632,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001632,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001632,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001632,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001632,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001632,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001632,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001632,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001635,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001635,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001635,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001635,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001635,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001635,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001635,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001635,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001635,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001635,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001635,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001635,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001635,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001635,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001635,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001635,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001635,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001635,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001635,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001635,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001635,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001635,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001635,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001635,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001635,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001635,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001635,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001635,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001635,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001635,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001635,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001635,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001635,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001635,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001635,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001635,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001635,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001635,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001635,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001635,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001635,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001679,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001679,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001679,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001679,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001679,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001679,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001679,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001679,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001679,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001679,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001679,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001679,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001679,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001679,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001679,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001679,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001679,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001679,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001679,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001679,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001679,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001679,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001679,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001679,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001679,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001679,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001679,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001679,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001679,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001679,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001679,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001679,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001679,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001679,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001679,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001679,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001679,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001679,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001679,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001679,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001679,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001701,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001701,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001701,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001701,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001701,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001701,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001701,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001701,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001701,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001701,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001701,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001701,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001701,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001701,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001701,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001701,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001701,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001701,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001701,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001701,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001701,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001701,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001701,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001701,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001701,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001701,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001701,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001701,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001701,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001701,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001701,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001701,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001701,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001701,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001701,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001701,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001701,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001701,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001701,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001701,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001701,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001702,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001702,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001702,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001702,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001702,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001702,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001702,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001702,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001702,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001702,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001702,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001702,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001702,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001702,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001702,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001702,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001702,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001702,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001702,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001702,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001702,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001702,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001702,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001702,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001702,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001702,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001702,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001702,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001702,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001702,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001702,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001702,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001702,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001702,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001702,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001702,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001702,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001702,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001702,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001702,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001702,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001703,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001703,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001703,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001703,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001703,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001703,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001703,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001703,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001703,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001703,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001703,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001703,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001703,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001703,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001703,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001703,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001703,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001703,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001703,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001703,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001703,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001703,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001703,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001703,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001703,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001703,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001703,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001703,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001703,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001703,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001703,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001703,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001703,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001703,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001703,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001703,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001703,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001703,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001703,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001703,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001703,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001791,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001791,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001791,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001791,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001791,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001791,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001791,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001791,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001791,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001791,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001791,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001791,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001791,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001791,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001791,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001791,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001791,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001791,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001791,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001791,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001791,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001791,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001791,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001791,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001791,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001791,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001791,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001791,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001791,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001791,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001791,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001791,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001791,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001791,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001791,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001791,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001791,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001791,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001791,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001791,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001791,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001792,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001792,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001792,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001792,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001792,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001792,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001792,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001792,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001792,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001792,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001792,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001792,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001792,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001792,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001792,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001792,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001792,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001792,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001792,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001792,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001792,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001792,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001792,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001792,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001792,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001792,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001792,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001792,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001792,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001792,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001792,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001792,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001792,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001792,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001792,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001792,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001792,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001792,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001792,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001792,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001792,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001822,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001822,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001822,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001822,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001822,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001822,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001822,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001822,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001822,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001822,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001822,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001822,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001822,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001822,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001822,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001822,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001822,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001822,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001822,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001822,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001822,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001822,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001822,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001822,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001822,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001822,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001822,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001822,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001822,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001822,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001822,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001822,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001822,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001822,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001822,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001822,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001822,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001822,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001822,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001822,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001822,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001827,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001827,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001827,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001827,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001827,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001827,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001827,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001827,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001827,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001827,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001827,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001827,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001827,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001827,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001827,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001827,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001827,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001827,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001827,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001827,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001827,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001827,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001827,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001827,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001827,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001827,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001827,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001827,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001827,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001827,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001827,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001827,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001827,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001827,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001827,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001827,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001827,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001827,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001827,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001827,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001827,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001836,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001836,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001836,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001836,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001836,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001836,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001836,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001836,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001836,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001836,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001836,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001836,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001836,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001836,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001836,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001836,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001836,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001836,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001836,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001836,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001836,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001836,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001836,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001836,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001836,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001836,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001836,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001836,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001836,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001836,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001836,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001836,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001836,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001836,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001836,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001836,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001836,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001836,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001836,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001836,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001836,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001838,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001838,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001838,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001838,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001838,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001838,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001838,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001838,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001838,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001838,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001838,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001838,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001838,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001838,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001838,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001838,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001838,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001838,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001838,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001838,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001838,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001838,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001838,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001838,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001838,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001838,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001838,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001838,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001838,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001838,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001838,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001838,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001838,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001838,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001838,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001838,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001838,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001838,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001838,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001838,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001838,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001840,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001840,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001840,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001840,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001840,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001840,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001840,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001840,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001840,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001840,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001840,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001840,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001840,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001840,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001840,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001840,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001840,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001840,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001840,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001840,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001840,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001840,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001840,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001840,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001840,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001840,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001840,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001840,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001840,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001840,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001840,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001840,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001840,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001840,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001840,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001840,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001840,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001840,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001840,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001840,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001840,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001843,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001843,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001843,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001843,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001843,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001843,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001843,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001843,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001843,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001843,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001843,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001843,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001843,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001843,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001843,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001843,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001843,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001843,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001843,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001843,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001843,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001843,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001843,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001843,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001843,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001843,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001843,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001843,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001843,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001843,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001843,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001843,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001843,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001843,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001843,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001843,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001843,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001843,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001843,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001843,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001843,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001845,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001845,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001845,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001845,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001845,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001845,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001845,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001845,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001845,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001845,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001845,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001845,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001845,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001845,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001845,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001845,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001845,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001845,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001845,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001845,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001845,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001845,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001845,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001845,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001845,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001845,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001845,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001845,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001845,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001845,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001845,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001845,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001845,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001845,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001845,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001845,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001845,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001845,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001845,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001845,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001845,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001846,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001846,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001846,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001846,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001846,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001846,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001846,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001846,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001846,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001846,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001846,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001846,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001846,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001846,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001846,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001846,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001846,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001846,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001846,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001846,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001846,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001846,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001846,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001846,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001846,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001846,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001846,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001846,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001846,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001846,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001846,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001846,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001846,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001846,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001846,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001846,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001846,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001846,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001846,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001846,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001846,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001848,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001848,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001848,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001848,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001848,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001848,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001848,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001848,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001848,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001848,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001848,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001848,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001848,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001848,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001848,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001848,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001848,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001848,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001848,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001848,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001848,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001848,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001848,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001848,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001848,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001848,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001848,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001848,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001848,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001848,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001848,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001848,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001848,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001848,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001848,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001848,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001848,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001848,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001848,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001848,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001848,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001849,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001849,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001849,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001849,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001849,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001849,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001849,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001849,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001849,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001849,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001849,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001849,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001849,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001849,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001849,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001849,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001849,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001849,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001849,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001849,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001849,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001849,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001849,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001849,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001849,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001849,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001849,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001849,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001849,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001849,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001849,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001849,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001849,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001849,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001849,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001849,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001849,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001849,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001849,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001849,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001849,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001854,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001854,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001854,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001854,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001854,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001854,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001854,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001854,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001854,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001854,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001854,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001854,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001854,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001854,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001854,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001854,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001854,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001854,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001854,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001854,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001854,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001854,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001854,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001854,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001854,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001854,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001854,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001854,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001854,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001854,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001854,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001854,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001854,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001854,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001854,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001854,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001854,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001854,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001854,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001854,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001854,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001855,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001855,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001855,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001855,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001855,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001855,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001855,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001855,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001855,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001855,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001855,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001855,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001855,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001855,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001855,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001855,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001855,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001855,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001855,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001855,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001855,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001855,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001855,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001855,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001855,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001855,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001855,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001855,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001855,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001855,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001855,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001855,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001855,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001855,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001855,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001855,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001855,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001855,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001855,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001855,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001855,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001857,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001857,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001857,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001857,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001857,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001857,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001857,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001857,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001857,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001857,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001857,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001857,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001857,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001857,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001857,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001857,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001857,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001857,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001857,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001857,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001857,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001857,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001857,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001857,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001857,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001857,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001857,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001857,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001857,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001857,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001857,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001857,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001857,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001857,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001857,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001857,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001857,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001857,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001857,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001857,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001857,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001862,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001862,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001862,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001862,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001862,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001862,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001862,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001862,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001862,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001862,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001862,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001862,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001862,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001862,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001862,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001862,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001862,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001862,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001862,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001862,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001862,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001862,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001862,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001862,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001862,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001862,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001862,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001862,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001862,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001862,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001862,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001862,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001862,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001862,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001862,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001862,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001862,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001862,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001862,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001862,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001862,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001863,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001863,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001863,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001863,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001863,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001863,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001863,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001863,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001863,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001863,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001863,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001863,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001863,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001863,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001863,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001863,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001863,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001863,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001863,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001863,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001863,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001863,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001863,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001863,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001863,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001863,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001863,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001863,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001863,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001863,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001863,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001863,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001863,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001863,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001863,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001863,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001863,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001863,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001863,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001863,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001863,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001877,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001877,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001877,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001877,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001877,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001877,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001877,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001877,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001877,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001877,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001877,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001877,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001877,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001877,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001877,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001877,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001877,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001877,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001877,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001877,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001877,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001877,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001877,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001877,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001877,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001877,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001877,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001877,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001877,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001877,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001877,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001877,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001877,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001877,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001877,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001877,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001877,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001877,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001877,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001877,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001877,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001890,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001890,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001890,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001890,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001890,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001890,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001890,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001890,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001890,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001890,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001890,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001890,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001890,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001890,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001890,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001890,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001890,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001890,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001890,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001890,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001890,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001890,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001890,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001890,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001890,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001890,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001890,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001890,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001890,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001890,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001890,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001890,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001890,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001890,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001890,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001890,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001890,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001890,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001890,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001890,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001890,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001891,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001891,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001891,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001891,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001891,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001891,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001891,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001891,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001891,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001891,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001891,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001891,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001891,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001891,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001891,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001891,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001891,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001891,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001891,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001891,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001891,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001891,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001891,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001891,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001891,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001891,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001891,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001891,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001891,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001891,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001891,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001891,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001891,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001891,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001891,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001891,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001891,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001891,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001891,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001891,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001891,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001893,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001893,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001893,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001893,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001893,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001893,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001893,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001893,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001893,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001893,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001893,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001893,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001893,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001893,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001893,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001893,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001893,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001893,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001893,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001893,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001893,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001893,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001893,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001893,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001893,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001893,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001893,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001893,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001893,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001893,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001893,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001893,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001893,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001893,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001893,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001893,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001893,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001893,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001893,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001893,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001893,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001894,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001894,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001894,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001894,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001894,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001894,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001894,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001894,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001894,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001894,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001894,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001894,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001894,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001894,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001894,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001894,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001894,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001894,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001894,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001894,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001894,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001894,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001894,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001894,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001894,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001894,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001894,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001894,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001894,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001894,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001894,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001894,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001894,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001894,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001894,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001894,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001894,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001894,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001894,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001894,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001894,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001895,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001895,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001895,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001895,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001895,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001895,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001895,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001895,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001895,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001895,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001895,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001895,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001895,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001895,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001895,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001895,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001895,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001895,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001895,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001895,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001895,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001895,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001895,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001895,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001895,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001895,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001895,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001895,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001895,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001895,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001895,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001895,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001895,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001895,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001895,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001895,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001895,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001895,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001895,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001895,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001895,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001906,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001906,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001906,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001906,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001906,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001906,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001906,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001906,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001906,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001906,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001906,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001906,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001906,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001906,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001906,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001906,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001906,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001906,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001906,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001906,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001906,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001906,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001906,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001906,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001906,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001906,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001906,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001906,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001906,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001906,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001906,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001906,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001906,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001906,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001906,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001906,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001906,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001906,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001906,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001906,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001906,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001915,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001915,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001915,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001915,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001915,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001915,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001915,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001915,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001915,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001915,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001915,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001915,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001915,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001915,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001915,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001915,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001915,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001915,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001915,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001915,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001915,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001915,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001915,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001915,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001915,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001915,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001915,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001915,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001915,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001915,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001915,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001915,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001915,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001915,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001915,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001915,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001915,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001915,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001915,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001915,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001915,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001916,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001916,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001916,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001916,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001916,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001916,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001916,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001916,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001916,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001916,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001916,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001916,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001916,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001916,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001916,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001916,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001916,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001916,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001916,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001916,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001916,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001916,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001916,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001916,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001916,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001916,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001916,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001916,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001916,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001916,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001916,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001916,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001916,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001916,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001916,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001916,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001916,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001916,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001916,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001916,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001916,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001917,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001917,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001917,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001917,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001917,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001917,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001917,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001917,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001917,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001917,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001917,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001917,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001917,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001917,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001917,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001917,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001917,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001917,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001917,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001917,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001917,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001917,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001917,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001917,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001917,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001917,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001917,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001917,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001917,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001917,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001917,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001917,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001917,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001917,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001917,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001917,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001917,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001917,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001917,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001917,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001917,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001918,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001918,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001918,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001918,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001918,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001918,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001918,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001918,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001918,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001918,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001918,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001918,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001918,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001918,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001918,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001918,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001918,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001918,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001918,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001918,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001918,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001918,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001918,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001918,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001918,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001918,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001918,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001918,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001918,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001918,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001918,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001918,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001918,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001918,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001918,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001918,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001918,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001918,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001918,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001918,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001918,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001919,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001919,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001919,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001919,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001919,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001919,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001919,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001919,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001919,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001919,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001919,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001919,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001919,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001919,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001919,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001919,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001919,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001919,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001919,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001919,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001919,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001919,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001919,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001919,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001919,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001919,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001919,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001919,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001919,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001919,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001919,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001919,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001919,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001919,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001919,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001919,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001919,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001919,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001919,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001919,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001919,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001922,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001922,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001922,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001922,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001922,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001922,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001922,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001922,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001922,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001922,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001922,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001922,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001922,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001922,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001922,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001922,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001922,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001922,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001922,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001922,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001922,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001922,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001922,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001922,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001922,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001922,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001922,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001922,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001922,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001922,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001922,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001922,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001922,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001922,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001922,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001922,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001922,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001922,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001922,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001922,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001922,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001923,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001923,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001923,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001923,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001923,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001923,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001923,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001923,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001923,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001923,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001923,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001923,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001923,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001923,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001923,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001923,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001923,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001923,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001923,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001923,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001923,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001923,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001923,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001923,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001923,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001923,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001923,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001923,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001923,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001923,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001923,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001923,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001923,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001923,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001923,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001923,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001923,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001923,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001923,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001923,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001923,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002014,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002014,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002014,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002014,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002014,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002014,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002014,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002014,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002014,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002014,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002014,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002014,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002014,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002014,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002014,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002014,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002014,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002014,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002014,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002014,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002014,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002014,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002014,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002014,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002014,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002014,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002014,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002014,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002014,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002014,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002014,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002014,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002014,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002014,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002014,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002014,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002014,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002014,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002014,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002014,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002014,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002015,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002015,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002015,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002015,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002015,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002015,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002015,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002015,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002015,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002015,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002015,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002015,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002015,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002015,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002015,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002015,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002015,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002015,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002015,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002015,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002015,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002015,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002015,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002015,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002015,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002015,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002015,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002015,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002015,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002015,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002015,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002015,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002015,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002015,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002015,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002015,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002015,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002015,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002015,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002015,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002015,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002016,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002016,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002016,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002016,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002016,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002016,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002016,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002016,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002016,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002016,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002016,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002016,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002016,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002016,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002016,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002016,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002016,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002016,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002016,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002016,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002016,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002016,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002016,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002016,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002016,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002016,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002016,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002016,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002016,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002016,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002016,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002016,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002016,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002016,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002016,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002016,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002016,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002016,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002016,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002016,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002016,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002017,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002017,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002017,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002017,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002017,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002017,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002017,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002017,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002017,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002017,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002017,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002017,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002017,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002017,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002017,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002017,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002017,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002017,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002017,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002017,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002017,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002017,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002017,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002017,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002017,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002017,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002017,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002017,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002017,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002017,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002017,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002017,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002017,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002017,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002017,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002017,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002017,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002017,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002017,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002017,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002017,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002026,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002026,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002026,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002026,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002026,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002026,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002026,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002026,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002026,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002026,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002026,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002026,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002026,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002026,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002026,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002026,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002026,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002026,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002026,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002026,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002026,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002026,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002026,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002026,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002026,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002026,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002026,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002026,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002026,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002026,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002026,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002026,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002026,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002026,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002026,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002026,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002026,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002026,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002026,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002026,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002026,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002028,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002028,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002028,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002028,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002028,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002028,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002028,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002028,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002028,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002028,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002028,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002028,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002028,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002028,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002028,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002028,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002028,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002028,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002028,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002028,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002028,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002028,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002028,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002028,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002028,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002028,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002028,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002028,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002028,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002028,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002028,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002028,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002028,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002028,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002028,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002028,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002028,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002028,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002028,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002028,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002028,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002042,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002042,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002042,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002042,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002042,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002042,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002042,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002042,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002042,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002042,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002042,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002042,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002042,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002042,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002042,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002042,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002042,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002042,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002042,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002042,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002042,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002042,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002042,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002042,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002042,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002042,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002042,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002042,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002042,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002042,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002042,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002042,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002042,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002042,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002042,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002042,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002042,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002042,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002042,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002042,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002042,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002043,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002043,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002043,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002043,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002043,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002043,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002043,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002043,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002043,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002043,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002043,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002043,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002043,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002043,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002043,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002043,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002043,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002043,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002043,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002043,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002043,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002043,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002043,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002043,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002043,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002043,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002043,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002043,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002043,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002043,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002043,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002043,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002043,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002043,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002043,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002043,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002043,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002043,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002043,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002043,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002043,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002047,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002047,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002047,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002047,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002047,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002047,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002047,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002047,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002047,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002047,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002047,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002047,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002047,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002047,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002047,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002047,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002047,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002047,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002047,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002047,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002047,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002047,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002047,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002047,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002047,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002047,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002047,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002047,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002047,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002047,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002047,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002047,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002047,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002047,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002047,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002047,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002047,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002047,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002047,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002047,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002047,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002096,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002096,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002096,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002096,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002096,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002096,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002096,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002096,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002096,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002096,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002096,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002096,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002096,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002096,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002096,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002096,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002096,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002096,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002096,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002096,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002096,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002096,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002096,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002096,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002096,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002096,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002096,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002096,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002096,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002096,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002096,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002096,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002096,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002096,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002096,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002096,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002096,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002096,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002096,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002096,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002096,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002097,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002097,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002097,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002097,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002097,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002097,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002097,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002097,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002097,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002097,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002097,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002097,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002097,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002097,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002097,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002097,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002097,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002097,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002097,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002097,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002097,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002097,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002097,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002097,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002097,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002097,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002097,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002097,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002097,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002097,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002097,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002097,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002097,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002097,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002097,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002097,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002097,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002097,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002097,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002097,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002097,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002118,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002118,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002118,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002118,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002118,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002118,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002118,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002118,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002118,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002118,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002118,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002118,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002118,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002118,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002118,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002118,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002118,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002118,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002118,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002118,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002118,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002118,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002118,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002118,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002118,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002118,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002118,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002118,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002118,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002118,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002118,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002118,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002118,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002118,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002118,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002118,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002118,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002118,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002118,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002118,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002118,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002120,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002120,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002120,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002120,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002120,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002120,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002120,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002120,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002120,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002120,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002120,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002120,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002120,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002120,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002120,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002120,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002120,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002120,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002120,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002120,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002120,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002120,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002120,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002120,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002120,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002120,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002120,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002120,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002120,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002120,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002120,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002120,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002120,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002120,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002120,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002120,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002120,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002120,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002120,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002120,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002120,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002121,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002121,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002121,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002121,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002121,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002121,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002121,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002121,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002121,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002121,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002121,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002121,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002121,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002121,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002121,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002121,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002121,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002121,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002121,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002121,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002121,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002121,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002121,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002121,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002121,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002121,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002121,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002121,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002121,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002121,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002121,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002121,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002121,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002121,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002121,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002121,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002121,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002121,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002121,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002121,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002121,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002128,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002128,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002128,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002128,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002128,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002128,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002128,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002128,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002128,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002128,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002128,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002128,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002128,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002128,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002128,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002128,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002128,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002128,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002128,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002128,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002128,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002128,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002128,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002128,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002128,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002128,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002128,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002128,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002128,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002128,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002128,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002128,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002128,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002128,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002128,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002128,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002128,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002128,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002128,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002128,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002128,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002131,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002131,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002131,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002131,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002131,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002131,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002131,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002131,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002131,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002131,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002131,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002131,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002131,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002131,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002131,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002131,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002131,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002131,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002131,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002131,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002131,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002131,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002131,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002131,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002131,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002131,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002131,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002131,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002131,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002131,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002131,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002131,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002131,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002131,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002131,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002131,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002131,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002131,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002131,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002131,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002131,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002140,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002140,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002140,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002140,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002140,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002140,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002140,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002140,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002140,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002140,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002140,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002140,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002140,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002140,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002140,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002140,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002140,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002140,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002140,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002140,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002140,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002140,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002140,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002140,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002140,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002140,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002140,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002140,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002140,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002140,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002140,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002140,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002140,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002140,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002140,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002140,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002140,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002140,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002140,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002140,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002140,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002141,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002141,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002141,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002141,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002141,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002141,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002141,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002141,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002141,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002141,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002141,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002141,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002141,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002141,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002141,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002141,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002141,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002141,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002141,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002141,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002141,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002141,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002141,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002141,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002141,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002141,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002141,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002141,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002141,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002141,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002141,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002141,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002141,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002141,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002141,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002141,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002141,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002141,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002141,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002141,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002141,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100004,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100005,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100099,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100099,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100099,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100099,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100099,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100099,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100099,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100099,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100099,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100099,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100099,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100099,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100099,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100099,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100099,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100099,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100099,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100099,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100099,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100099,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100099,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100099,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100099,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100099,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100099,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100099,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100099,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100099,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100099,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100099,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100099,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100099,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100099,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100099,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100099,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100099,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100099,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100099,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100099,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100099,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100099,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100103,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100104,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100124,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100127,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100131,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100153,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100153,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100153,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100153,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100153,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100153,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100153,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100153,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100153,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100153,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100153,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100153,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100153,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100153,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100153,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100153,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100153,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100153,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100153,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100153,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100153,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100153,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100153,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100153,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100153,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100153,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100153,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100153,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100153,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100153,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100153,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100153,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100153,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100153,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100153,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100153,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100153,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100153,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100153,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100153,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100153,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100201,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100201,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100201,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100201,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100201,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100201,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100201,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100201,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100201,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100201,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100201,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100201,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100201,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100201,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100201,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100201,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100201,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100201,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100201,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100201,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100201,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100201,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100201,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100201,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100201,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100201,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100201,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100201,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100201,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100201,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100201,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100201,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100201,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100201,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100201,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100201,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100201,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100201,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100201,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100201,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100201,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100262,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100263,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100300,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100300,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100300,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100300,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100300,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100300,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100300,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100300,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100300,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100300,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100300,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100300,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100300,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100300,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100300,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100300,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100300,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100300,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100300,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100300,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100300,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100300,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100300,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100300,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100300,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100300,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100300,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100300,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100300,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100300,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100300,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100300,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100300,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100300,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100300,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100300,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100300,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100300,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100300,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100300,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100300,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100303,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100303,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100303,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100303,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100303,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100303,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100303,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100303,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100303,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100303,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100303,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100303,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100303,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100303,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100303,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100303,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100303,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100303,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100303,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100303,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100303,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100303,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100303,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100303,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100303,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100303,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100303,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100303,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100303,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100303,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100303,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100303,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100303,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100303,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100303,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100303,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100303,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100303,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100303,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100303,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100303,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100304,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100305,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100306,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100306,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100306,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100306,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100306,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100306,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100306,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100306,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100306,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100306,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100306,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100306,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100306,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100306,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100306,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100306,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100306,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100306,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100306,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100306,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100306,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100306,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100306,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100306,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100306,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100306,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100306,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100306,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100306,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100306,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100306,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100306,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100306,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100306,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100306,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100306,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100306,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100306,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100306,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100306,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100306,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100315,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100315,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100315,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100315,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100315,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100315,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100315,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100315,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100315,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100315,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100315,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100315,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100315,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100315,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100315,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100315,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100315,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100315,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100315,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100315,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100315,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100315,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100315,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100315,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100315,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100315,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100315,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100315,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100315,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100315,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100315,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100315,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100315,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100315,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100315,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100315,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100315,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100315,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100315,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100315,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100315,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100318,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100318,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100318,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100318,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100318,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100318,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100318,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100318,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100318,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100318,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100318,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100318,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100318,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100318,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100318,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100318,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100318,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100318,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100318,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100318,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100318,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100318,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100318,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100318,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100318,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100318,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100318,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100318,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100318,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100318,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100318,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100318,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100318,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100318,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100318,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100318,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100318,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100318,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100318,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100318,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100318,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100324,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100324,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100324,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100324,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100324,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100324,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100324,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100324,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100324,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100324,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100324,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100324,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100324,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100324,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100324,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100324,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100324,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100324,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100324,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100324,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100324,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100324,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100324,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100324,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100324,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100324,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100324,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100324,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100324,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100324,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100324,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100324,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100324,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100324,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100324,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100324,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100324,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100324,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100324,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100324,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100324,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100325,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100327,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100327,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100327,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100327,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100327,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100327,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100327,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100327,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100327,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100327,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100327,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100327,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100327,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100327,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100327,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100327,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100327,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100327,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100327,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100327,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100327,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100327,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100327,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100327,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100327,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100327,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100327,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100327,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100327,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100327,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100327,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100327,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100327,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100327,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100327,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100327,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100327,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100327,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100327,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100327,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100327,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100328,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100329,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100330,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100330,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100330,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100330,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100330,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100330,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100330,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100330,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100330,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100330,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100330,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100330,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100330,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100330,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100330,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100330,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100330,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100330,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100330,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100330,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100330,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100330,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100330,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100330,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100330,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100330,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100330,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100330,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100330,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100330,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100330,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100330,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100330,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100330,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100330,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100330,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100330,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100330,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100330,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100330,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100330,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100331,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100332,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100333,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100333,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100333,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100333,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100333,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100333,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100333,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100333,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100333,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100333,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100333,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100333,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100333,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100333,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100333,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100333,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100333,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100333,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100333,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100333,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100333,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100333,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100333,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100333,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100333,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100333,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100333,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100333,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100333,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100333,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100333,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100333,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100333,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100333,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100333,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100333,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100333,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100333,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100333,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100333,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100333,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100334,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100335,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100336,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100336,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100336,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100336,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100336,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100336,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100336,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100336,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100336,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100336,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100336,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100336,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100336,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100336,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100336,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100336,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100336,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100336,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100336,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100336,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100336,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100336,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100336,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100336,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100336,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100336,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100336,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100336,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100336,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100336,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100336,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100336,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100336,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100336,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100336,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100336,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100336,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100336,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100336,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100336,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100336,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100337,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100338,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100340,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100341,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100342,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100342,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100342,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100342,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100342,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100342,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100342,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100342,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100342,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100342,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100342,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100342,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100342,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100342,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100342,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100342,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100342,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100342,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100342,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100342,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100342,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100342,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100342,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100342,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100342,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100342,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100342,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100342,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100342,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100342,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100342,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100342,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100342,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100342,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100342,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100342,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100342,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100342,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100342,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100342,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100342,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100346,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100348,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100348,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100348,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100348,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100348,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100348,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100348,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100348,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100348,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100348,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100348,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100348,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100348,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100348,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100348,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100348,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100348,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100348,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100348,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100348,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100348,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100348,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100348,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100348,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100348,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100348,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100348,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100348,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100348,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100348,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100348,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100348,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100348,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100348,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100348,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100348,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100348,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100348,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100348,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100348,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100348,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100349,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100357,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100357,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100357,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100357,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100357,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100357,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100357,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100357,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100357,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100357,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100357,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100357,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100357,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100357,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100357,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100357,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100357,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100357,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100357,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100357,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100357,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100357,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100357,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100357,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100357,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100357,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100357,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100357,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100357,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100357,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100357,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100357,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100357,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100357,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100357,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100357,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100357,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100357,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100357,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100357,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100357,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100359,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100376,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100378,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100378,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100378,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100378,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100378,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100378,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100378,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100378,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100378,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100378,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100378,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100378,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100378,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100378,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100378,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100378,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100378,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100378,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100378,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100378,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100378,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100378,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100378,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100378,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100378,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100378,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100378,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100378,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100378,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100378,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100378,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100378,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100378,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100378,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100378,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100378,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100378,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100378,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100378,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100378,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100378,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100380,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100389,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100399,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100399,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100399,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100399,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100399,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100399,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100399,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100399,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100399,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100399,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100399,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100399,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100399,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100399,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100399,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100399,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100399,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100399,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100399,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100399,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100399,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100399,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100399,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100399,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100399,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100399,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100399,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100399,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100399,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100399,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100399,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100399,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100399,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100399,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100399,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100399,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100399,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100399,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100399,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100399,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100399,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100400,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100420,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100420,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100420,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100420,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100420,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100420,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100420,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100420,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100420,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100420,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100420,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100420,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100420,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100420,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100420,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100420,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100420,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100420,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100420,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100420,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100420,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100420,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100420,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100420,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100420,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100420,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100420,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100420,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100420,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100420,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100420,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100420,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100420,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100420,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100420,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100420,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100420,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100420,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100420,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100420,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100420,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100421,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100422,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100426,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100426,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100426,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100426,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100426,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100426,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100426,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100426,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100426,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100426,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100426,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100426,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100426,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100426,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100426,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100426,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100426,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100426,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100426,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100426,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100426,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100426,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100426,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100426,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100426,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100426,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100426,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100426,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100426,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100426,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100426,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100426,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100426,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100426,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100426,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100426,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100426,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100426,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100426,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100426,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100426,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100433,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100434,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100460,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100461,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100478,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100479,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100498,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100498,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100498,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100498,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100498,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100498,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100498,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100498,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100498,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100498,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100498,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100498,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100498,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100498,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100498,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100498,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100498,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100498,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100498,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100498,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100498,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100498,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100498,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100498,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100498,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100498,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100498,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100498,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100498,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100498,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100498,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100498,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100498,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100498,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100498,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100498,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100498,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100498,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100498,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100498,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100498,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100499,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100501,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100501,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100501,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100501,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100501,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100501,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100501,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100501,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100501,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100501,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100501,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100501,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100501,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100501,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100501,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100501,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100501,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100501,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100501,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100501,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100501,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100501,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100501,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100501,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100501,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100501,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100501,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100501,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100501,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100501,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100501,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100501,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100501,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100501,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100501,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100501,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100501,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100501,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100501,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100501,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100501,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100516,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100516,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100516,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100516,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100516,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100516,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100516,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100516,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100516,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100516,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100516,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100516,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100516,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100516,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100516,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100516,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100516,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100516,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100516,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100516,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100516,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100516,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100516,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100516,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100516,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100516,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100516,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100516,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100516,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100516,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100516,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100516,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100516,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100516,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100516,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100516,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100516,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100516,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100516,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100516,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100516,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100543,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100543,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100543,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100543,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100543,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100543,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100543,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100543,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100543,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100543,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100543,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100543,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100543,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100543,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100543,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100543,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100543,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100543,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100543,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100543,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100543,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100543,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100543,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100543,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100543,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100543,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100543,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100543,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100543,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100543,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100543,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100543,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100543,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100543,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100543,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100543,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100543,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100543,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100543,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100543,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100543,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100568,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100569,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100595,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100653,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100703,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100704,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100711,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100711,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100711,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100711,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100711,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100711,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100711,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100711,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100711,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100711,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100711,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100711,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100711,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100711,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100711,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100711,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100711,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100711,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100711,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100711,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100711,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100711,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100711,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100711,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100711,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100711,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100711,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100711,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100711,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100711,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100711,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100711,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100711,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100711,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100711,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100711,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100711,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100711,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100711,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100711,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100711,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100712,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100713,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100777,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100777,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100777,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100777,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100777,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100777,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100777,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100777,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100777,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100777,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100777,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100777,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100777,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100777,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100777,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100777,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100777,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100777,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100777,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100777,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100777,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100777,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100777,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100777,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100777,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100777,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100777,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100777,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100777,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100777,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100777,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100777,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100777,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100777,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100777,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100777,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100777,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100777,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100777,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100777,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100777,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100823,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100825,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100825,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100825,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100825,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100825,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100825,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100825,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100825,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100825,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100825,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100825,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100825,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100825,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100825,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100825,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100825,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100825,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100825,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100825,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100825,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100825,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100825,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100825,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100825,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100825,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100825,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100825,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100825,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100825,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100825,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100825,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100825,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100825,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100825,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100825,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100825,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100825,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100825,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100825,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100825,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100825,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100868,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100869,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100895,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100896,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100902,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100903,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100903,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100903,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100903,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100903,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100903,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100903,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100903,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100903,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100903,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100903,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100903,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100903,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100903,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100903,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100903,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100903,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100903,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100903,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100903,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100903,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100903,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100903,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100903,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100903,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100903,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100903,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100903,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100903,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100903,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100903,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100903,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100903,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100903,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100903,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100903,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100903,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100903,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100903,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100903,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100903,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100904,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100945,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100945,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100945,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100945,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100945,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100945,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100945,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100945,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100945,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100945,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100945,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100945,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100945,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100945,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100945,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100945,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100945,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100945,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100945,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100945,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100945,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100945,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100945,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100945,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100945,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100945,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100945,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100945,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100945,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100945,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100945,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100945,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100945,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100945,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100945,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100945,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100945,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100945,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100945,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100945,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100945,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100952,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100953,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100955,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100956,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100957,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100957,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100957,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100957,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100957,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100957,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100957,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100957,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100957,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100957,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100957,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100957,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100957,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100957,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100957,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100957,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100957,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100957,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100957,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100957,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100957,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100957,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100957,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100957,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100957,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100957,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100957,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100957,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100957,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100957,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100957,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100957,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100957,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100957,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100957,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100957,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100957,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100957,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100957,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100957,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100957,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100958,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100959,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100960,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100960,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100960,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100960,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100960,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100960,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100960,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100960,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100960,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100960,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100960,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100960,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100960,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100960,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100960,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100960,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100960,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100960,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100960,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100960,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100960,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100960,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100960,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100960,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100960,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100960,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100960,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100960,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100960,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100960,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100960,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100960,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100960,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100960,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100960,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100960,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100960,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100960,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100960,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100960,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100960,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100961,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100963,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100963,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100963,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100963,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100963,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100963,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100963,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100963,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100963,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100963,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100963,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100963,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100963,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100963,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100963,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100963,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100963,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100963,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100963,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100963,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100963,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100963,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100963,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100963,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100963,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100963,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100963,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100963,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100963,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100963,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100963,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100963,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100963,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100963,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100963,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100963,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100963,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100963,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100963,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100963,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100963,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100977,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100981,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100981,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100981,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100981,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100981,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100981,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100981,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100981,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100981,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100981,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100981,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100981,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100981,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100981,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100981,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100981,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100981,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100981,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100981,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100981,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100981,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100981,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100981,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100981,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100981,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100981,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100981,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100981,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100981,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100981,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100981,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100981,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100981,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100981,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100981,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100981,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100981,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100981,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100981,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100981,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100981,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100982,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100983,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100984,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100984,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100984,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100984,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100984,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100984,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100984,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100984,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100984,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100984,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100984,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100984,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100984,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100984,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100984,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100984,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100984,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100984,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100984,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100984,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100984,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100984,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100984,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100984,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100984,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100984,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100984,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100984,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100984,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100984,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100984,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100984,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100984,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100984,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100984,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100984,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100984,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100984,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100984,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100984,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100984,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100989,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101023,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101023,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101023,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101023,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101023,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101023,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101023,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101023,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101023,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101023,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101023,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101023,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101023,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101023,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101023,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101023,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101023,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101023,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101023,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101023,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101023,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101023,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101023,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101023,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101023,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101023,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101023,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101023,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101023,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101023,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101023,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101023,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101023,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101023,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101023,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101023,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101023,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101023,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101023,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101023,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101023,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101024,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101025,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101032,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101032,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101032,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101032,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101032,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101032,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101032,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101032,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101032,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101032,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101032,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101032,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101032,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101032,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101032,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101032,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101032,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101032,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101032,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101032,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101032,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101032,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101032,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101032,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101032,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101032,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101032,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101032,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101032,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101032,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101032,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101032,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101032,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101032,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101032,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101032,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101032,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101032,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101032,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101032,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101032,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101041,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101041,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101041,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101041,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101041,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101041,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101041,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101041,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101041,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101041,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101041,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101041,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101041,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101041,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101041,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101041,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101041,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101041,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101041,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101041,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101041,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101041,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101041,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101041,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101041,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101041,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101041,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101041,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101041,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101041,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101041,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101041,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101041,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101041,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101041,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101041,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101041,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101041,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101041,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101041,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101041,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101047,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101047,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101047,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101047,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101047,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101047,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101047,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101047,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101047,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101047,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101047,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101047,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101047,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101047,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101047,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101047,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101047,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101047,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101047,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101047,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101047,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101047,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101047,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101047,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101047,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101047,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101047,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101047,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101047,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101047,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101047,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101047,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101047,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101047,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101047,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101047,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101047,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101047,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101047,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101047,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101047,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101049,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101050,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101050,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101050,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101050,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101050,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101050,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101050,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101050,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101050,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101050,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101050,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101050,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101050,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101050,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101050,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101050,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101050,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101050,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101050,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101050,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101050,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101050,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101050,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101050,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101050,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101050,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101050,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101050,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101050,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101050,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101050,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101050,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101050,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101050,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101050,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101050,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101050,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101050,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101050,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101050,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101050,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101052,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101134,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101134,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101134,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101134,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101134,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101134,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101134,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101134,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101134,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101134,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101134,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101134,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101134,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101134,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101134,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101134,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101134,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101134,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101134,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101134,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101134,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101134,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101134,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101134,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101134,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101134,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101134,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101134,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101134,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101134,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101134,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101134,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101134,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101134,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101134,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101134,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101134,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101134,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101134,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101134,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101134,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101139,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101163,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101233,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101233,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101233,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101233,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101233,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101233,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101233,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101233,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101233,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101233,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101233,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101233,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101233,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101233,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101233,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101233,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101233,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101233,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101233,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101233,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101233,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101233,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101233,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101233,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101233,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101233,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101233,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101233,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101233,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101233,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101233,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101233,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101233,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101233,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101233,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101233,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101233,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101233,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101233,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101233,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101233,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101234,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101237,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101342,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101343,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101357,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101411,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101412,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101480,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101525,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101536,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101536,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101536,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101536,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101536,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101536,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101536,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101536,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101536,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101536,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101536,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101536,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101536,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101536,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101536,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101536,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101536,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101536,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101536,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101536,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101536,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101536,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101536,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101536,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101536,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101536,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101536,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101536,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101536,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101536,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101536,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101536,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101536,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101536,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101536,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101536,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101536,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101536,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101536,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101536,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101536,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101590,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101590,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101590,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101590,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101590,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101590,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101590,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101590,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101590,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101590,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101590,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101590,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101590,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101590,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101590,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101590,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101590,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101590,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101590,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101590,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101590,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101590,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101590,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101590,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101590,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101590,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101590,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101590,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101590,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101590,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101590,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101590,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101590,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101590,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101590,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101590,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101590,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101590,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101590,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101590,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101590,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101594,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101667,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101726,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101727,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101747,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101770,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101770,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101770,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101770,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101770,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101770,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101770,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101770,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101770,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101770,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101770,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101770,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101770,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101770,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101770,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101770,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101770,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101770,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101770,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101770,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101770,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101770,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101770,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101770,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101770,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101770,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101770,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101770,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101770,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101770,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101770,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101770,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101770,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101770,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101770,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101770,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101770,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101770,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101770,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101770,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101770,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101772,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101778,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101803,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101803,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101803,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101803,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101803,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101803,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101803,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101803,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101803,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101803,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101803,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101803,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101803,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101803,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101803,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101803,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101803,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101803,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101803,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101803,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101803,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101803,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101803,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101803,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101803,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101803,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101803,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101803,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101803,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101803,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101803,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101803,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101803,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101803,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101803,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101803,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101803,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101803,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101803,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101803,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101803,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101805,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101825,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101826,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101842,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101842,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101842,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101842,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101842,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101842,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101842,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101842,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101842,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101842,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101842,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101842,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101842,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101842,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101842,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101842,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101842,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101842,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101842,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101842,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101842,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101842,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101842,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101842,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101842,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101842,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101842,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101842,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101842,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101842,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101842,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101842,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101842,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101842,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101842,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101842,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101842,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101842,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101842,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101842,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101842,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101893,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101893,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101893,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101893,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101893,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101893,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101893,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101893,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101893,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101893,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101893,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101893,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101893,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101893,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101893,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101893,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101893,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101893,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101893,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101893,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101893,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101893,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101893,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101893,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101893,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101893,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101893,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101893,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101893,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101893,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101893,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101893,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101893,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101893,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101893,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101893,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101893,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101893,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101893,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101893,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101893,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101931,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101932,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101932,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101932,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101932,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101932,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101932,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101932,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101932,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101932,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101932,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101932,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101932,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101932,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101932,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101932,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101932,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101932,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101932,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101932,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101932,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101932,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101932,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101932,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101932,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101932,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101932,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101932,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101932,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101932,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101932,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101932,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101932,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101932,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101932,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101932,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101932,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101932,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101932,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101932,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101932,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101932,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101933,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101977,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101977,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101977,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101977,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101977,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101977,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101977,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101977,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101977,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101977,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101977,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101977,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101977,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101977,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101977,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101977,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101977,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101977,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101977,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101977,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101977,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101977,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101977,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101977,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101977,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101977,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101977,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101977,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101977,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101977,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101977,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101977,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101977,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101977,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101977,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101977,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101977,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101977,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101977,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101977,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101977,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101980,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101980,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101980,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101980,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101980,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101980,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101980,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101980,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101980,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101980,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101980,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101980,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101980,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101980,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101980,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101980,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101980,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101980,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101980,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101980,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101980,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101980,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101980,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101980,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101980,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101980,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101980,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101980,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101980,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101980,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101980,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101980,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101980,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101980,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101980,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101980,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101980,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101980,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101980,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101980,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101980,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101981,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101982,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102011,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102012,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102031,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102031,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102031,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102031,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102031,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102031,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102031,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102031,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102031,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102031,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102031,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102031,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102031,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102031,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102031,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102031,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102031,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102031,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102031,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102031,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102031,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102031,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102031,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102031,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102031,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102031,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102031,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102031,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102031,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102031,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102031,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102031,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102031,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102031,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102031,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102031,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102031,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102031,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102031,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102031,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102031,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102032,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102034,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102034,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102034,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102034,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102034,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102034,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102034,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102034,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102034,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102034,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102034,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102034,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102034,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102034,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102034,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102034,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102034,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102034,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102034,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102034,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102034,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102034,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102034,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102034,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102034,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102034,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102034,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102034,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102034,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102034,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102034,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102034,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102034,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102034,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102034,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102034,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102034,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102034,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102034,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102034,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102034,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102052,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102052,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102052,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102052,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102052,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102052,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102052,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102052,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102052,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102052,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102052,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102052,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102052,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102052,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102052,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102052,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102052,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102052,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102052,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102052,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102052,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102052,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102052,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102052,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102052,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102052,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102052,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102052,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102052,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102052,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102052,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102052,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102052,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102052,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102052,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102052,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102052,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102052,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102052,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102052,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102052,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102074,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102075,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102140,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102141,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102169,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102169,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102169,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102169,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102169,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102169,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102169,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102169,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102169,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102169,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102169,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102169,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102169,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102169,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102169,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102169,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102169,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102169,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102169,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102169,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102169,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102169,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102169,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102169,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102169,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102169,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102169,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102169,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102169,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102169,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102169,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102169,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102169,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102169,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102169,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102169,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102169,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102169,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102169,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102169,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102169,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102170,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102186,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102195,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102199,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102199,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102199,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102199,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102199,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102199,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102199,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102199,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102199,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102199,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102199,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102199,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102199,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102199,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102199,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102199,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102199,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102199,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102199,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102199,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102199,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102199,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102199,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102199,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102199,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102199,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102199,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102199,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102199,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102199,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102199,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102199,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102199,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102199,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102199,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102199,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102199,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102199,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102199,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102199,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102199,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102201,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102223,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102223,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102223,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102223,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102223,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102223,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102223,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102223,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102223,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102223,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102223,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102223,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102223,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102223,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102223,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102223,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102223,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102223,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102223,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102223,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102223,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102223,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102223,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102223,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102223,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102223,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102223,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102223,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102223,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102223,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102223,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102223,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102223,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102223,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102223,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102223,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102223,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102223,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102223,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102223,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102223,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102225,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102250,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102250,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102250,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102250,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102250,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102250,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102250,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102250,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102250,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102250,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102250,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102250,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102250,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102250,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102250,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102250,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102250,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102250,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102250,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102250,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102250,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102250,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102250,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102250,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102250,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102250,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102250,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102250,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102250,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102250,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102250,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102250,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102250,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102250,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102250,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102250,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102250,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102250,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102250,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102250,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102250,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102251,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102252,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102266,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102267,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102325,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102325,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102325,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102325,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102325,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102325,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102325,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102325,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102325,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102325,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102325,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102325,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102325,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102325,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102325,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102325,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102325,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102325,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102325,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102325,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102325,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102325,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102325,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102325,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102325,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102325,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102325,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102325,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102325,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102325,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102325,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102325,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102325,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102325,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102325,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102325,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102325,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102325,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102325,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102325,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102325,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102326,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102327,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102336,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102422,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102430,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102430,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102430,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102430,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102430,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102430,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102430,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102430,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102430,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102430,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102430,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102430,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102430,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102430,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102430,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102430,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102430,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102430,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102430,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102430,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102430,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102430,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102430,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102430,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102430,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102430,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102430,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102430,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102430,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102430,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102430,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102430,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102430,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102430,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102430,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102430,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102430,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102430,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102430,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102430,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102430,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102444,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102448,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102448,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102448,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102448,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102448,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102448,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102448,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102448,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102448,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102448,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102448,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102448,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102448,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102448,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102448,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102448,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102448,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102448,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102448,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102448,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102448,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102448,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102448,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102448,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102448,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102448,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102448,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102448,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102448,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102448,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102448,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102448,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102448,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102448,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102448,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102448,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102448,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102448,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102448,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102448,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102448,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102450,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102459,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102491,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102493,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102493,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102493,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102493,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102493,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102493,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102493,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102493,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102493,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102493,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102493,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102493,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102493,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102493,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102493,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102493,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102493,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102493,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102493,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102493,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102493,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102493,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102493,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102493,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102493,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102493,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102493,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102493,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102493,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102493,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102493,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102493,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102493,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102493,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102493,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102493,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102493,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102493,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102493,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102493,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102493,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102495,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102505,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102505,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102505,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102505,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102505,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102505,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102505,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102505,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102505,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102505,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102505,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102505,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102505,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102505,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102505,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102505,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102505,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102505,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102505,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102505,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102505,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102505,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102505,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102505,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102505,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102505,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102505,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102505,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102505,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102505,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102505,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102505,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102505,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102505,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102505,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102505,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102505,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102505,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102505,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102505,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102505,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102514,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102514,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102514,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102514,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102514,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102514,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102514,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102514,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102514,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102514,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102514,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102514,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102514,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102514,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102514,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102514,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102514,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102514,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102514,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102514,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102514,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102514,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102514,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102514,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102514,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102514,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102514,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102514,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102514,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102514,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102514,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102514,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102514,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102514,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102514,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102514,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102514,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102514,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102514,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102514,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102514,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102516,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102520,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102520,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102520,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102520,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102520,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102520,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102520,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102520,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102520,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102520,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102520,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102520,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102520,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102520,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102520,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102520,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102520,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102520,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102520,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102520,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102520,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102520,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102520,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102520,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102520,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102520,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102520,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102520,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102520,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102520,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102520,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102520,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102520,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102520,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102520,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102520,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102520,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102520,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102520,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102520,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102520,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102521,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102575,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102614,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102632,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102634,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102634,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102634,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102634,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102634,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102634,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102634,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102634,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102634,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102634,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102634,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102634,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102634,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102634,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102634,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102634,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102634,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102634,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102634,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102634,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102634,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102634,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102634,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102634,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102634,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102634,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102634,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102634,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102634,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102634,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102634,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102634,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102634,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102634,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102634,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102634,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102634,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102634,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102634,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102634,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102634,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102636,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102661,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102661,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102661,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102661,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102661,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102661,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102661,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102661,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102661,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102661,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102661,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102661,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102661,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102661,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102661,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102661,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102661,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102661,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102661,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102661,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102661,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102661,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102661,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102661,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102661,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102661,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102661,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102661,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102661,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102661,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102661,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102661,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102661,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102661,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102661,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102661,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102661,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102661,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102661,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102661,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102661,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102662,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102663,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102664,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102664,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102664,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102664,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102664,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102664,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102664,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102664,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102664,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102664,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102664,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102664,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102664,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102664,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102664,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102664,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102664,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102664,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102664,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102664,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102664,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102664,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102664,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102664,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102664,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102664,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102664,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102664,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102664,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102664,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102664,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102664,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102664,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102664,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102664,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102664,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102664,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102664,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102664,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102664,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102664,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102666,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102677,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102678,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102694,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102694,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102694,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102694,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102694,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102694,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102694,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102694,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102694,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102694,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102694,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102694,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102694,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102694,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102694,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102694,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102694,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102694,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102694,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102694,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102694,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102694,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102694,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102694,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102694,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102694,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102694,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102694,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102694,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102694,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102694,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102694,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102694,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102694,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102694,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102694,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102694,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102694,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102694,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102694,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102694,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102695,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102705,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102706,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102706,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102706,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102706,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102706,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102706,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102706,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102706,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102706,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102706,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102706,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102706,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102706,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102706,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102706,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102706,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102706,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102706,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102706,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102706,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102706,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102706,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102706,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102706,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102706,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102706,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102706,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102706,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102706,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102706,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102706,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102706,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102706,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102706,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102706,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102706,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102706,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102706,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102706,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102706,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102706,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102707,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102710,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102732,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102748,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102748,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102748,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102748,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102748,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102748,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102748,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102748,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102748,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102748,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102748,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102748,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102748,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102748,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102748,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102748,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102748,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102748,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102748,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102748,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102748,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102748,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102748,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102748,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102748,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102748,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102748,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102748,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102748,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102748,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102748,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102748,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102748,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102748,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102748,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102748,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102748,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102748,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102748,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102748,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102748,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102750,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102751,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102751,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102751,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102751,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102751,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102751,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102751,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102751,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102751,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102751,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102751,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102751,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102751,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102751,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102751,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102751,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102751,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102751,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102751,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102751,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102751,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102751,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102751,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102751,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102751,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102751,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102751,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102751,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102751,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102751,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102751,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102751,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102751,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102751,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102751,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102751,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102751,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102751,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102751,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102751,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102751,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102753,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102754,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102754,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102754,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102754,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102754,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102754,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102754,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102754,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102754,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102754,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102754,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102754,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102754,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102754,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102754,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102754,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102754,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102754,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102754,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102754,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102754,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102754,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102754,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102754,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102754,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102754,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102754,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102754,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102754,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102754,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102754,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102754,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102754,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102754,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102754,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102754,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102754,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102754,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102754,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102754,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102754,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102756,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102765,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102767,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102768,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102782,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102783,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102832,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102832,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102832,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102832,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102832,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102832,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102832,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102832,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102832,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102832,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102832,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102832,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102832,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102832,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102832,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102832,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102832,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102832,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102832,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102832,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102832,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102832,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102832,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102832,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102832,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102832,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102832,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102832,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102832,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102832,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102832,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102832,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102832,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102832,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102832,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102832,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102832,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102832,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102832,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102832,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102832,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102833,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102835,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102835,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102835,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102835,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102835,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102835,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102835,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102835,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102835,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102835,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102835,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102835,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102835,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102835,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102835,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102835,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102835,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102835,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102835,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102835,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102835,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102835,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102835,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102835,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102835,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102835,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102835,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102835,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102835,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102835,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102835,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102835,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102835,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102835,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102835,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102835,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102835,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102835,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102835,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102835,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102835,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102850,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102850,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102850,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102850,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102850,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102850,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102850,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102850,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102850,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102850,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102850,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102850,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102850,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102850,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102850,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102850,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102850,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102850,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102850,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102850,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102850,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102850,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102850,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102850,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102850,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102850,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102850,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102850,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102850,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102850,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102850,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102850,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102850,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102850,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102850,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102850,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102850,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102850,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102850,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102850,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102850,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102856,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102856,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102856,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102856,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102856,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102856,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102856,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102856,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102856,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102856,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102856,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102856,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102856,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102856,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102856,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102856,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102856,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102856,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102856,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102856,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102856,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102856,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102856,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102856,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102856,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102856,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102856,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102856,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102856,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102856,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102856,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102856,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102856,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102856,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102856,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102856,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102856,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102856,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102856,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102856,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102856,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102857,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102861,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102862,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102862,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102862,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102862,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102862,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102862,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102862,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102862,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102862,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102862,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102862,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102862,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102862,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102862,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102862,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102862,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102862,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102862,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102862,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102862,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102862,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102862,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102862,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102862,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102862,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102862,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102862,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102862,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102862,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102862,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102862,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102862,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102862,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102862,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102862,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102862,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102862,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102862,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102862,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102862,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102862,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102863,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102865,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102865,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102865,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102865,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102865,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102865,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102865,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102865,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102865,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102865,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102865,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102865,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102865,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102865,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102865,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102865,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102865,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102865,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102865,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102865,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102865,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102865,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102865,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102865,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102865,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102865,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102865,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102865,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102865,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102865,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102865,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102865,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102865,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102865,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102865,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102865,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102865,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102865,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102865,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102865,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102865,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102867,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102868,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102868,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102868,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102868,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102868,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102868,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102868,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102868,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102868,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102868,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102868,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102868,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102868,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102868,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102868,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102868,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102868,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102868,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102868,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102868,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102868,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102868,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102868,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102868,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102868,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102868,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102868,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102868,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102868,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102868,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102868,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102868,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102868,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102868,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102868,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102868,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102868,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102868,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102868,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102868,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102868,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102869,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102871,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102871,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102871,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102871,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102871,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102871,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102871,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102871,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102871,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102871,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102871,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102871,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102871,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102871,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102871,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102871,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102871,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102871,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102871,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102871,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102871,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102871,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102871,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102871,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102871,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102871,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102871,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102871,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102871,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102871,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102871,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102871,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102871,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102871,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102871,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102871,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102871,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102871,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102871,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102871,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102871,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102886,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102886,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102886,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102886,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102886,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102886,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102886,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102886,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102886,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102886,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102886,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102886,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102886,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102886,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102886,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102886,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102886,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102886,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102886,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102886,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102886,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102886,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102886,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102886,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102886,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102886,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102886,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102886,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102886,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102886,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102886,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102886,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102886,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102886,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102886,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102886,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102886,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102886,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102886,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102886,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102886,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102887,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102888,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102892,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102892,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102892,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102892,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102892,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102892,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102892,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102892,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102892,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102892,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102892,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102892,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102892,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102892,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102892,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102892,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102892,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102892,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102892,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102892,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102892,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102892,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102892,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102892,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102892,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102892,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102892,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102892,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102892,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102892,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102892,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102892,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102892,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102892,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102892,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102892,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102892,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102892,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102892,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102892,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102892,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102895,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102895,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102895,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102895,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102895,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102895,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102895,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102895,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102895,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102895,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102895,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102895,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102895,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102895,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102895,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102895,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102895,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102895,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102895,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102895,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102895,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102895,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102895,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102895,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102895,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102895,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102895,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102895,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102895,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102895,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102895,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102895,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102895,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102895,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102895,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102895,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102895,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102895,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102895,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102895,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102895,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102898,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102898,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102898,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102898,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102898,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102898,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102898,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102898,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102898,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102898,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102898,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102898,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102898,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102898,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102898,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102898,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102898,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102898,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102898,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102898,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102898,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102898,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102898,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102898,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102898,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102898,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102898,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102898,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102898,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102898,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102898,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102898,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102898,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102898,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102898,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102898,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102898,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102898,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102898,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102898,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102898,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102900,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102901,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102901,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102901,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102901,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102901,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102901,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102901,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102901,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102901,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102901,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102901,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102901,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102901,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102901,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102901,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102901,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102901,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102901,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102901,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102901,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102901,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102901,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102901,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102901,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102901,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102901,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102901,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102901,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102901,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102901,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102901,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102901,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102901,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102901,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102901,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102901,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102901,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102901,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102901,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102901,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102901,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102903,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102905,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102915,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102916,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102916,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102916,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102916,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102916,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102916,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102916,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102916,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102916,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102916,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102916,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102916,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102916,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102916,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102916,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102916,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102916,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102916,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102916,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102916,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102916,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102916,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102916,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102916,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102916,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102916,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102916,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102916,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102916,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102916,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102916,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102916,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102916,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102916,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102916,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102916,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102916,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102916,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102916,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102916,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102916,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102918,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102920,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102921,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102931,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102931,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102931,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102931,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102931,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102931,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102931,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102931,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102931,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102931,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102931,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102931,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102931,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102931,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102931,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102931,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102931,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102931,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102931,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102931,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102931,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102931,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102931,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102931,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102931,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102931,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102931,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102931,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102931,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102931,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102931,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102931,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102931,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102931,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102931,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102931,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102931,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102931,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102931,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102931,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102931,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102932,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102933,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102974,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102975,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102989,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102990,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103014,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103041,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103045,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103045,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103045,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103045,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103045,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103045,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103045,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103045,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103045,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103045,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103045,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103045,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103045,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103045,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103045,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103045,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103045,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103045,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103045,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103045,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103045,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103045,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103045,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103045,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103045,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103045,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103045,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103045,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103045,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103045,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103045,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103045,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103045,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103045,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103045,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103045,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103045,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103045,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103045,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103045,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103045,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103049,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103050,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103081,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103081,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103081,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103081,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103081,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103081,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103081,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103081,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103081,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103081,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103081,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103081,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103081,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103081,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103081,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103081,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103081,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103081,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103081,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103081,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103081,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103081,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103081,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103081,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103081,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103081,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103081,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103081,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103081,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103081,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103081,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103081,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103081,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103081,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103081,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103081,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103081,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103081,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103081,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103081,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103081,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103098,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103114,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103114,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103114,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103114,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103114,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103114,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103114,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103114,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103114,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103114,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103114,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103114,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103114,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103114,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103114,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103114,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103114,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103114,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103114,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103114,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103114,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103114,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103114,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103114,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103114,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103114,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103114,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103114,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103114,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103114,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103114,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103114,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103114,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103114,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103114,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103114,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103114,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103114,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103114,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103114,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103114,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103133,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103175,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103218,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103220,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103225,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103225,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103225,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103225,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103225,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103225,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103225,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103225,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103225,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103225,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103225,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103225,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103225,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103225,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103225,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103225,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103225,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103225,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103225,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103225,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103225,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103225,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103225,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103225,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103225,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103225,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103225,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103225,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103225,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103225,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103225,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103225,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103225,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103225,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103225,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103225,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103225,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103225,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103225,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103225,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103225,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103227,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103250,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103323,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103348,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103348,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103348,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103348,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103348,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103348,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103348,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103348,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103348,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103348,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103348,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103348,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103348,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103348,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103348,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103348,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103348,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103348,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103348,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103348,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103348,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103348,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103348,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103348,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103348,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103348,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103348,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103348,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103348,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103348,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103348,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103348,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103348,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103348,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103348,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103348,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103348,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103348,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103348,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103348,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103348,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103444,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103444,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103444,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103444,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103444,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103444,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103444,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103444,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103444,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103444,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103444,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103444,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103444,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103444,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103444,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103444,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103444,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103444,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103444,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103444,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103444,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103444,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103444,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103444,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103444,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103444,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103444,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103444,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103444,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103444,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103444,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103444,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103444,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103444,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103444,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103444,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103444,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103444,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103444,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103444,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103444,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103445,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103446,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103447,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103447,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103447,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103447,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103447,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103447,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103447,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103447,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103447,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103447,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103447,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103447,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103447,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103447,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103447,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103447,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103447,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103447,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103447,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103447,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103447,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103447,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103447,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103447,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103447,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103447,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103447,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103447,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103447,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103447,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103447,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103447,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103447,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103447,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103447,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103447,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103447,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103447,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103447,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103447,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103447,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103459,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103459,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103459,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103459,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103459,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103459,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103459,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103459,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103459,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103459,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103459,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103459,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103459,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103459,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103459,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103459,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103459,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103459,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103459,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103459,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103459,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103459,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103459,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103459,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103459,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103459,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103459,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103459,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103459,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103459,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103459,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103459,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103459,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103459,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103459,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103459,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103459,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103459,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103459,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103459,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103459,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103468,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103468,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103468,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103468,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103468,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103468,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103468,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103468,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103468,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103468,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103468,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103468,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103468,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103468,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103468,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103468,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103468,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103468,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103468,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103468,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103468,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103468,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103468,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103468,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103468,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103468,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103468,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103468,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103468,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103468,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103468,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103468,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103468,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103468,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103468,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103468,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103468,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103468,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103468,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103468,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103468,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103471,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103471,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103471,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103471,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103471,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103471,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103471,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103471,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103471,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103471,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103471,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103471,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103471,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103471,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103471,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103471,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103471,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103471,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103471,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103471,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103471,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103471,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103471,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103471,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103471,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103471,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103471,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103471,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103471,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103471,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103471,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103471,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103471,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103471,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103471,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103471,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103471,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103471,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103471,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103471,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103471,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103472,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103525,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103525,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103525,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103525,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103525,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103525,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103525,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103525,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103525,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103525,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103525,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103525,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103525,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103525,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103525,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103525,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103525,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103525,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103525,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103525,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103525,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103525,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103525,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103525,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103525,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103525,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103525,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103525,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103525,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103525,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103525,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103525,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103525,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103525,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103525,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103525,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103525,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103525,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103525,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103525,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103525,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103590,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103627,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103627,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103627,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103627,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103627,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103627,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103627,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103627,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103627,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103627,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103627,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103627,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103627,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103627,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103627,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103627,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103627,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103627,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103627,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103627,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103627,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103627,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103627,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103627,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103627,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103627,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103627,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103627,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103627,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103627,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103627,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103627,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103627,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103627,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103627,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103627,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103627,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103627,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103627,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103627,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103627,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103629,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103657,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103657,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103657,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103657,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103657,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103657,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103657,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103657,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103657,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103657,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103657,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103657,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103657,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103657,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103657,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103657,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103657,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103657,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103657,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103657,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103657,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103657,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103657,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103657,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103657,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103657,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103657,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103657,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103657,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103657,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103657,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103657,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103657,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103657,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103657,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103657,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103657,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103657,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103657,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103657,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103657,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103687,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103687,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103687,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103687,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103687,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103687,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103687,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103687,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103687,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103687,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103687,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103687,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103687,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103687,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103687,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103687,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103687,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103687,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103687,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103687,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103687,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103687,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103687,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103687,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103687,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103687,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103687,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103687,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103687,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103687,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103687,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103687,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103687,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103687,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103687,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103687,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103687,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103687,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103687,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103687,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103687,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103696,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103696,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103696,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103696,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103696,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103696,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103696,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103696,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103696,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103696,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103696,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103696,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103696,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103696,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103696,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103696,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103696,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103696,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103696,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103696,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103696,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103696,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103696,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103696,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103696,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103696,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103696,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103696,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103696,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103696,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103696,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103696,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103696,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103696,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103696,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103696,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103696,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103696,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103696,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103696,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103696,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103697,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103703,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103730,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103731,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103763,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103764,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103801,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103801,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103801,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103801,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103801,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103801,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103801,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103801,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103801,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103801,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103801,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103801,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103801,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103801,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103801,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103801,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103801,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103801,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103801,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103801,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103801,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103801,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103801,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103801,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103801,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103801,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103801,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103801,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103801,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103801,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103801,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103801,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103801,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103801,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103801,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103801,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103801,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103801,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103801,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103801,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103801,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103802,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103804,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103804,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103804,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103804,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103804,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103804,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103804,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103804,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103804,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103804,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103804,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103804,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103804,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103804,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103804,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103804,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103804,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103804,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103804,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103804,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103804,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103804,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103804,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103804,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103804,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103804,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103804,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103804,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103804,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103804,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103804,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103804,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103804,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103804,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103804,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103804,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103804,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103804,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103804,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103804,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103804,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103806,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103808,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103820,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103821,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103834,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103834,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103834,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103834,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103834,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103834,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103834,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103834,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103834,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103834,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103834,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103834,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103834,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103834,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103834,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103834,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103834,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103834,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103834,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103834,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103834,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103834,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103834,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103834,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103834,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103834,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103834,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103834,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103834,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103834,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103834,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103834,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103834,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103834,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103834,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103834,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103834,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103834,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103834,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103834,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103834,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103849,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103849,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103849,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103849,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103849,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103849,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103849,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103849,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103849,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103849,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103849,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103849,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103849,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103849,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103849,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103849,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103849,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103849,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103849,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103849,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103849,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103849,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103849,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103849,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103849,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103849,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103849,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103849,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103849,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103849,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103849,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103849,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103849,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103849,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103849,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103849,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103849,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103849,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103849,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103849,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103849,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103850,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103851,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103852,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103852,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103852,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103852,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103852,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103852,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103852,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103852,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103852,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103852,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103852,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103852,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103852,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103852,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103852,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103852,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103852,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103852,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103852,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103852,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103852,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103852,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103852,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103852,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103852,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103852,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103852,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103852,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103852,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103852,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103852,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103852,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103852,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103852,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103852,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103852,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103852,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103852,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103852,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103852,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103852,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103864,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103864,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103864,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103864,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103864,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103864,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103864,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103864,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103864,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103864,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103864,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103864,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103864,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103864,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103864,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103864,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103864,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103864,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103864,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103864,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103864,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103864,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103864,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103864,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103864,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103864,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103864,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103864,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103864,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103864,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103864,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103864,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103864,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103864,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103864,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103864,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103864,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103864,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103864,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103864,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103864,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103881,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103917,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103934,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103935,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103952,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103973,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103975,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103975,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103975,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103975,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103975,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103975,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103975,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103975,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103975,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103975,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103975,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103975,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103975,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103975,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103975,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103975,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103975,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103975,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103975,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103975,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103975,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103975,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103975,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103975,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103975,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103975,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103975,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103975,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103975,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103975,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103975,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103975,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103975,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103975,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103975,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103975,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103975,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103975,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103975,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103975,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103975,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103976,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103980,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103981,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103981,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103981,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103981,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103981,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103981,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103981,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103981,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103981,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103981,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103981,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103981,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103981,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103981,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103981,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103981,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103981,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103981,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103981,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103981,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103981,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103981,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103981,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103981,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103981,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103981,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103981,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103981,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103981,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103981,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103981,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103981,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103981,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103981,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103981,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103981,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103981,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103981,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103981,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103981,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103981,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103982,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103983,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103984,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103984,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103984,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103984,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103984,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103984,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103984,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103984,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103984,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103984,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103984,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103984,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103984,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103984,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103984,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103984,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103984,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103984,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103984,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103984,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103984,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103984,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103984,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103984,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103984,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103984,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103984,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103984,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103984,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103984,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103984,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103984,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103984,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103984,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103984,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103984,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103984,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103984,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103984,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103984,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103984,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103986,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103988,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103993,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103993,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103993,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103993,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103993,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103993,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103993,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103993,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103993,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103993,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103993,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103993,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103993,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103993,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103993,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103993,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103993,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103993,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103993,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103993,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103993,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103993,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103993,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103993,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103993,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103993,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103993,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103993,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103993,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103993,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103993,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103993,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103993,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103993,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103993,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103993,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103993,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103993,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103993,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103993,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103993,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104040,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104045,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104046,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104050,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104050,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104050,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104050,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104050,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104050,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104050,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104050,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104050,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104050,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104050,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104050,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104050,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104050,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104050,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104050,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104050,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104050,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104050,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104050,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104050,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104050,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104050,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104050,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104050,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104050,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104050,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104050,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104050,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104050,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104050,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104050,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104050,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104050,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104050,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104050,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104050,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104050,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104050,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104050,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104050,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104056,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104056,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104056,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104056,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104056,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104056,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104056,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104056,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104056,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104056,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104056,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104056,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104056,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104056,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104056,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104056,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104056,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104056,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104056,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104056,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104056,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104056,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104056,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104056,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104056,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104056,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104056,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104056,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104056,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104056,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104056,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104056,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104056,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104056,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104056,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104056,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104056,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104056,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104056,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104056,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104056,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104057,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104060,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104063,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104064,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104066,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104067,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104075,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104079,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104082,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104083,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104083,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104083,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104083,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104083,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104083,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104083,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104083,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104083,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104083,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104083,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104083,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104083,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104083,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104083,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104083,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104083,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104083,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104083,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104083,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104083,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104083,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104083,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104083,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104083,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104083,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104083,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104083,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104083,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104083,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104083,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104083,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104083,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104083,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104083,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104083,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104083,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104083,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104083,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104083,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104083,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104085,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104090,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104091,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104093,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104095,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104095,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104095,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104095,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104095,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104095,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104095,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104095,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104095,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104095,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104095,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104095,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104095,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104095,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104095,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104095,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104095,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104095,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104095,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104095,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104095,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104095,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104095,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104095,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104095,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104095,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104095,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104095,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104095,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104095,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104095,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104095,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104095,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104095,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104095,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104095,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104095,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104095,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104095,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104095,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104095,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104107,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104107,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104107,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104107,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104107,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104107,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104107,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104107,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104107,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104107,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104107,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104107,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104107,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104107,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104107,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104107,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104107,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104107,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104107,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104107,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104107,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104107,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104107,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104107,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104107,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104107,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104107,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104107,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104107,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104107,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104107,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104107,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104107,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104107,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104107,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104107,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104107,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104107,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104107,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104107,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104107,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104128,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104128,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104128,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104128,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104128,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104128,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104128,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104128,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104128,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104128,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104128,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104128,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104128,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104128,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104128,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104128,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104128,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104128,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104128,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104128,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104128,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104128,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104128,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104128,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104128,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104128,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104128,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104128,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104128,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104128,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104128,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104128,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104128,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104128,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104128,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104128,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104128,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104128,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104128,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104128,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104128,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104130,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104137,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104137,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104137,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104137,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104137,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104137,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104137,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104137,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104137,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104137,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104137,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104137,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104137,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104137,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104137,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104137,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104137,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104137,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104137,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104137,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104137,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104137,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104137,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104137,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104137,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104137,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104137,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104137,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104137,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104137,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104137,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104137,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104137,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104137,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104137,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104137,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104137,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104137,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104137,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104137,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104137,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104142,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104143,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104143,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104143,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104143,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104143,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104143,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104143,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104143,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104143,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104143,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104143,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104143,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104143,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104143,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104143,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104143,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104143,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104143,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104143,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104143,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104143,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104143,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104143,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104143,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104143,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104143,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104143,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104143,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104143,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104143,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104143,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104143,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104143,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104143,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104143,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104143,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104143,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104143,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104143,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104143,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104143,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104145,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104146,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104146,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104146,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104146,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104146,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104146,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104146,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104146,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104146,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104146,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104146,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104146,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104146,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104146,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104146,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104146,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104146,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104146,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104146,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104146,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104146,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104146,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104146,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104146,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104146,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104146,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104146,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104146,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104146,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104146,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104146,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104146,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104146,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104146,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104146,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104146,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104146,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104146,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104146,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104146,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104146,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104147,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104148,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104150,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104153,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104224,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104224,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104224,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104224,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104224,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104224,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104224,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104224,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104224,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104224,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104224,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104224,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104224,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104224,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104224,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104224,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104224,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104224,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104224,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104224,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104224,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104224,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104224,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104224,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104224,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104224,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104224,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104224,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104224,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104224,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104224,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104224,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104224,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104224,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104224,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104224,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104224,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104224,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104224,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104224,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104224,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104254,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104254,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104254,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104254,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104254,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104254,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104254,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104254,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104254,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104254,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104254,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104254,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104254,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104254,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104254,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104254,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104254,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104254,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104254,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104254,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104254,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104254,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104254,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104254,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104254,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104254,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104254,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104254,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104254,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104254,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104254,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104254,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104254,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104254,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104254,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104254,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104254,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104254,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104254,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104254,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104254,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104255,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104256,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104272,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104272,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104272,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104272,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104272,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104272,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104272,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104272,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104272,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104272,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104272,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104272,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104272,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104272,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104272,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104272,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104272,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104272,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104272,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104272,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104272,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104272,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104272,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104272,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104272,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104272,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104272,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104272,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104272,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104272,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104272,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104272,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104272,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104272,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104272,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104272,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104272,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104272,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104272,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104272,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104272,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104273,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104291,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104294,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104297,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104298,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104335,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104335,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104335,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104335,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104335,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104335,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104335,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104335,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104335,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104335,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104335,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104335,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104335,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104335,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104335,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104335,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104335,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104335,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104335,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104335,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104335,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104335,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104335,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104335,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104335,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104335,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104335,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104335,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104335,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104335,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104335,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104335,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104335,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104335,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104335,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104335,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104335,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104335,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104335,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104335,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104335,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104337,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104344,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104344,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104344,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104344,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104344,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104344,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104344,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104344,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104344,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104344,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104344,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104344,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104344,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104344,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104344,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104344,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104344,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104344,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104344,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104344,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104344,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104344,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104344,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104344,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104344,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104344,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104344,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104344,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104344,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104344,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104344,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104344,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104344,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104344,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104344,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104344,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104344,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104344,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104344,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104344,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104344,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104359,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104359,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104359,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104359,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104359,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104359,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104359,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104359,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104359,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104359,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104359,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104359,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104359,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104359,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104359,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104359,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104359,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104359,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104359,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104359,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104359,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104359,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104359,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104359,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104359,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104359,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104359,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104359,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104359,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104359,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104359,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104359,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104359,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104359,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104359,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104359,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104359,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104359,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104359,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104359,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104359,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104361,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104384,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104446,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104446,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104446,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104446,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104446,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104446,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104446,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104446,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104446,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104446,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104446,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104446,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104446,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104446,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104446,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104446,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104446,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104446,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104446,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104446,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104446,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104446,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104446,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104446,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104446,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104446,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104446,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104446,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104446,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104446,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104446,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104446,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104446,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104446,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104446,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104446,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104446,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104446,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104446,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104446,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104446,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104456,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104457,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104459,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104464,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104464,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104464,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104464,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104464,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104464,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104464,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104464,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104464,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104464,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104464,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104464,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104464,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104464,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104464,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104464,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104464,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104464,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104464,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104464,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104464,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104464,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104464,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104464,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104464,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104464,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104464,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104464,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104464,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104464,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104464,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104464,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104464,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104464,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104464,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104464,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104464,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104464,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104464,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104464,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104464,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104467,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104467,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104467,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104467,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104467,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104467,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104467,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104467,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104467,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104467,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104467,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104467,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104467,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104467,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104467,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104467,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104467,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104467,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104467,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104467,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104467,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104467,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104467,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104467,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104467,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104467,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104467,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104467,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104467,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104467,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104467,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104467,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104467,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104467,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104467,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104467,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104467,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104467,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104467,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104467,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104467,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104470,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104470,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104470,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104470,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104470,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104470,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104470,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104470,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104470,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104470,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104470,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104470,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104470,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104470,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104470,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104470,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104470,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104470,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104470,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104470,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104470,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104470,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104470,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104470,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104470,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104470,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104470,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104470,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104470,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104470,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104470,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104470,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104470,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104470,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104470,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104470,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104470,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104470,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104470,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104470,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104470,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104476,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104476,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104476,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104476,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104476,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104476,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104476,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104476,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104476,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104476,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104476,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104476,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104476,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104476,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104476,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104476,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104476,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104476,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104476,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104476,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104476,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104476,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104476,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104476,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104476,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104476,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104476,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104476,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104476,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104476,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104476,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104476,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104476,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104476,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104476,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104476,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104476,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104476,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104476,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104476,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104476,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104486,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104487,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104488,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104488,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104488,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104488,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104488,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104488,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104488,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104488,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104488,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104488,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104488,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104488,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104488,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104488,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104488,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104488,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104488,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104488,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104488,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104488,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104488,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104488,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104488,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104488,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104488,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104488,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104488,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104488,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104488,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104488,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104488,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104488,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104488,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104488,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104488,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104488,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104488,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104488,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104488,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104488,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104488,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104491,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104491,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104491,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104491,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104491,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104491,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104491,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104491,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104491,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104491,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104491,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104491,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104491,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104491,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104491,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104491,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104491,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104491,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104491,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104491,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104491,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104491,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104491,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104491,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104491,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104491,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104491,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104491,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104491,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104491,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104491,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104491,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104491,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104491,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104491,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104491,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104491,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104491,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104491,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104491,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104491,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104498,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104500,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104500,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104500,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104500,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104500,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104500,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104500,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104500,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104500,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104500,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104500,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104500,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104500,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104500,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104500,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104500,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104500,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104500,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104500,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104500,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104500,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104500,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104500,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104500,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104500,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104500,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104500,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104500,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104500,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104500,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104500,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104500,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104500,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104500,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104500,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104500,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104500,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104500,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104500,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104500,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104500,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104504,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104505,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104507,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104511,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104513,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104514,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104535,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104537,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104538,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104539,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104539,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104539,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104539,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104539,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104539,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104539,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104539,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104539,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104539,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104539,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104539,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104539,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104539,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104539,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104539,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104539,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104539,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104539,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104539,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104539,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104539,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104539,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104539,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104539,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104539,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104539,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104539,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104539,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104539,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104539,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104539,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104539,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104539,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104539,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104539,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104539,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104539,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104539,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104539,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104539,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104540,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104542,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104542,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104542,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104542,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104542,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104542,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104542,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104542,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104542,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104542,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104542,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104542,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104542,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104542,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104542,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104542,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104542,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104542,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104542,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104542,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104542,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104542,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104542,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104542,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104542,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104542,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104542,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104542,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104542,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104542,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104542,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104542,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104542,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104542,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104542,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104542,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104542,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104542,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104542,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104542,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104542,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104544,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104547,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104555,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104560,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104560,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104560,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104560,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104560,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104560,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104560,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104560,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104560,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104560,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104560,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104560,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104560,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104560,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104560,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104560,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104560,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104560,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104560,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104560,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104560,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104560,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104560,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104560,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104560,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104560,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104560,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104560,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104560,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104560,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104560,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104560,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104560,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104560,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104560,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104560,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104560,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104560,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104560,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104560,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104560,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104568,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104621,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104687,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104688,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104767,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104767,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104767,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104767,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104767,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104767,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104767,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104767,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104767,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104767,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104767,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104767,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104767,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104767,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104767,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104767,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104767,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104767,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104767,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104767,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104767,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104767,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104767,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104767,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104767,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104767,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104767,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104767,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104767,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104767,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104767,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104767,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104767,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104767,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104767,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104767,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104767,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104767,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104767,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104767,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104767,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104774,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104785,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104785,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104785,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104785,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104785,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104785,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104785,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104785,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104785,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104785,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104785,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104785,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104785,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104785,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104785,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104785,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104785,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104785,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104785,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104785,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104785,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104785,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104785,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104785,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104785,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104785,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104785,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104785,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104785,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104785,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104785,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104785,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104785,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104785,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104785,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104785,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104785,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104785,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104785,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104785,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104785,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104796,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104813,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104814,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104839,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104839,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104839,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104839,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104839,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104839,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104839,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104839,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104839,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104839,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104839,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104839,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104839,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104839,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104839,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104839,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104839,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104839,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104839,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104839,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104839,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104839,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104839,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104839,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104839,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104839,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104839,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104839,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104839,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104839,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104839,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104839,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104839,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104839,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104839,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104839,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104839,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104839,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104839,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104839,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104839,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104853,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104872,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104872,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104872,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104872,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104872,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104872,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104872,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104872,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104872,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104872,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104872,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104872,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104872,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104872,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104872,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104872,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104872,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104872,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104872,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104872,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104872,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104872,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104872,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104872,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104872,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104872,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104872,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104872,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104872,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104872,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104872,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104872,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104872,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104872,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104872,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104872,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104872,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104872,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104872,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104872,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104872,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104875,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104875,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104875,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104875,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104875,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104875,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104875,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104875,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104875,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104875,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104875,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104875,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104875,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104875,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104875,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104875,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104875,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104875,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104875,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104875,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104875,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104875,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104875,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104875,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104875,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104875,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104875,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104875,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104875,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104875,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104875,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104875,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104875,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104875,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104875,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104875,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104875,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104875,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104875,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104875,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104875,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104884,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104884,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104884,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104884,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104884,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104884,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104884,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104884,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104884,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104884,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104884,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104884,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104884,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104884,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104884,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104884,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104884,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104884,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104884,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104884,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104884,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104884,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104884,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104884,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104884,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104884,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104884,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104884,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104884,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104884,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104884,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104884,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104884,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104884,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104884,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104884,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104884,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104884,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104884,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104884,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104884,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104885,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104886,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104888,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104894,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104902,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104902,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104902,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104902,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104902,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104902,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104902,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104902,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104902,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104902,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104902,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104902,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104902,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104902,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104902,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104902,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104902,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104902,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104902,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104902,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104902,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104902,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104902,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104902,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104902,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104902,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104902,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104902,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104902,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104902,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104902,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104902,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104902,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104902,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104902,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104902,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104902,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104902,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104902,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104902,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104902,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104907,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104910,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104916,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104919,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104925,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104936,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104937,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104944,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104944,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104944,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104944,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104944,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104944,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104944,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104944,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104944,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104944,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104944,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104944,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104944,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104944,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104944,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104944,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104944,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104944,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104944,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104944,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104944,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104944,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104944,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104944,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104944,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104944,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104944,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104944,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104944,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104944,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104944,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104944,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104944,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104944,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104944,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104944,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104944,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104944,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104944,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104944,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104944,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104949,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104952,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104953,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104953,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104953,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104953,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104953,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104953,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104953,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104953,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104953,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104953,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104953,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104953,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104953,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104953,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104953,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104953,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104953,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104953,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104953,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104953,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104953,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104953,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104953,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104953,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104953,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104953,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104953,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104953,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104953,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104953,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104953,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104953,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104953,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104953,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104953,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104953,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104953,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104953,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104953,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104953,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104953,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104954,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104955,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104957,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104959,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104959,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104959,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104959,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104959,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104959,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104959,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104959,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104959,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104959,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104959,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104959,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104959,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104959,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104959,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104959,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104959,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104959,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104959,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104959,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104959,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104959,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104959,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104959,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104959,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104959,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104959,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104959,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104959,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104959,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104959,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104959,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104959,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104959,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104959,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104959,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104959,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104959,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104959,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104959,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104959,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104960,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104964,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104969,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104970,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104972,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104974,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104974,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104974,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104974,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104974,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104974,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104974,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104974,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104974,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104974,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104974,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104974,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104974,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104974,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104974,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104974,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104974,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104974,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104974,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104974,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104974,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104974,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104974,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104974,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104974,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104974,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104974,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104974,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104974,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104974,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104974,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104974,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104974,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104974,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104974,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104974,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104974,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104974,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104974,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104974,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104974,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104975,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104977,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104977,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104977,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104977,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104977,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104977,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104977,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104977,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104977,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104977,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104977,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104977,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104977,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104977,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104977,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104977,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104977,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104977,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104977,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104977,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104977,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104977,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104977,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104977,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104977,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104977,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104977,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104977,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104977,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104977,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104977,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104977,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104977,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104977,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104977,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104977,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104977,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104977,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104977,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104977,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104977,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104982,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104983,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104983,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104983,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104983,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104983,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104983,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104983,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104983,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104983,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104983,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104983,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104983,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104983,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104983,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104983,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104983,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104983,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104983,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104983,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104983,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104983,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104983,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104983,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104983,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104983,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104983,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104983,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104983,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104983,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104983,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104983,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104983,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104983,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104983,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104983,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104983,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104983,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104983,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104983,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104983,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104983,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104985,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104989,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104989,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104989,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104989,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104989,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104989,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104989,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104989,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104989,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104989,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104989,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104989,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104989,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104989,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104989,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104989,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104989,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104989,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104989,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104989,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104989,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104989,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104989,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104989,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104989,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104989,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104989,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104989,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104989,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104989,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104989,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104989,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104989,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104989,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104989,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104989,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104989,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104989,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104989,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104989,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104989,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104990,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104992,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104992,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104992,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104992,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104992,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104992,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104992,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104992,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104992,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104992,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104992,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104992,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104992,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104992,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104992,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104992,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104992,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104992,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104992,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104992,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104992,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104992,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104992,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104992,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104992,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104992,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104992,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104992,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104992,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104992,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104992,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104992,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104992,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104992,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104992,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104992,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104992,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104992,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104992,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104992,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104992,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104994,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105148,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105148,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105148,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105148,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105148,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105148,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105148,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105148,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105148,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105148,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105148,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105148,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105148,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105148,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105148,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105148,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105148,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105148,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105148,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105148,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105148,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105148,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105148,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105148,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105148,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105148,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105148,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105148,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105148,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105148,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105148,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105148,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105148,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105148,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105148,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105148,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105148,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105148,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105148,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105148,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105148,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105149,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105150,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105157,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105157,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105157,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105157,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105157,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105157,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105157,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105157,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105157,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105157,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105157,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105157,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105157,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105157,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105157,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105157,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105157,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105157,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105157,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105157,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105157,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105157,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105157,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105157,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105157,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105157,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105157,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105157,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105157,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105157,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105157,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105157,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105157,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105157,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105157,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105157,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105157,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105157,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105157,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105157,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105157,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105158,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105159,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105160,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105160,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105160,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105160,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105160,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105160,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105160,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105160,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105160,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105160,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105160,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105160,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105160,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105160,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105160,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105160,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105160,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105160,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105160,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105160,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105160,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105160,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105160,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105160,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105160,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105160,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105160,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105160,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105160,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105160,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105160,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105160,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105160,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105160,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105160,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105160,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105160,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105160,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105160,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105160,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105160,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105162,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105208,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105208,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105208,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105208,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105208,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105208,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105208,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105208,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105208,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105208,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105208,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105208,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105208,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105208,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105208,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105208,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105208,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105208,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105208,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105208,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105208,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105208,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105208,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105208,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105208,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105208,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105208,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105208,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105208,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105208,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105208,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105208,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105208,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105208,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105208,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105208,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105208,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105208,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105208,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105208,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105208,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105209,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105210,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105229,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105229,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105229,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105229,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105229,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105229,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105229,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105229,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105229,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105229,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105229,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105229,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105229,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105229,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105229,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105229,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105229,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105229,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105229,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105229,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105229,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105229,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105229,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105229,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105229,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105229,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105229,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105229,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105229,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105229,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105229,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105229,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105229,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105229,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105229,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105229,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105229,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105229,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105229,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105229,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105229,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105230,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105231,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105240,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105266,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105267,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105276,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105318,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105352,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105352,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105352,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105352,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105352,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105352,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105352,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105352,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105352,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105352,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105352,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105352,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105352,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105352,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105352,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105352,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105352,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105352,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105352,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105352,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105352,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105352,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105352,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105352,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105352,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105352,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105352,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105352,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105352,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105352,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105352,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105352,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105352,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105352,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105352,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105352,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105352,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105352,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105352,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105352,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105352,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105355,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105355,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105355,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105355,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105355,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105355,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105355,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105355,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105355,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105355,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105355,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105355,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105355,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105355,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105355,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105355,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105355,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105355,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105355,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105355,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105355,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105355,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105355,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105355,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105355,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105355,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105355,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105355,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105355,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105355,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105355,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105355,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105355,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105355,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105355,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105355,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105355,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105355,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105355,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105355,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105355,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105379,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105379,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105379,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105379,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105379,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105379,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105379,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105379,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105379,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105379,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105379,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105379,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105379,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105379,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105379,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105379,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105379,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105379,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105379,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105379,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105379,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105379,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105379,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105379,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105379,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105379,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105379,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105379,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105379,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105379,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105379,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105379,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105379,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105379,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105379,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105379,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105379,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105379,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105379,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105379,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105379,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105396,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105398,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105400,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105400,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105400,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105400,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105400,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105400,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105400,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105400,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105400,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105400,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105400,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105400,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105400,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105400,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105400,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105400,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105400,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105400,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105400,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105400,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105400,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105400,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105400,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105400,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105400,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105400,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105400,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105400,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105400,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105400,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105400,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105400,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105400,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105400,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105400,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105400,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105400,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105400,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105400,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105400,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105400,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105406,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105406,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105406,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105406,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105406,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105406,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105406,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105406,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105406,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105406,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105406,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105406,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105406,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105406,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105406,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105406,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105406,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105406,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105406,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105406,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105406,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105406,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105406,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105406,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105406,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105406,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105406,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105406,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105406,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105406,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105406,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105406,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105406,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105406,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105406,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105406,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105406,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105406,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105406,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105406,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105406,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105416,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105420,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105430,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105430,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105430,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105430,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105430,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105430,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105430,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105430,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105430,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105430,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105430,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105430,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105430,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105430,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105430,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105430,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105430,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105430,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105430,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105430,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105430,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105430,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105430,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105430,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105430,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105430,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105430,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105430,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105430,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105430,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105430,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105430,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105430,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105430,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105430,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105430,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105430,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105430,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105430,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105430,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105430,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105432,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105437,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105438,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105439,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105439,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105439,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105439,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105439,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105439,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105439,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105439,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105439,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105439,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105439,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105439,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105439,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105439,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105439,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105439,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105439,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105439,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105439,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105439,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105439,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105439,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105439,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105439,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105439,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105439,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105439,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105439,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105439,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105439,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105439,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105439,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105439,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105439,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105439,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105439,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105439,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105439,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105439,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105439,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105439,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105440,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105441,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105443,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105445,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105445,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105445,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105445,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105445,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105445,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105445,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105445,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105445,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105445,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105445,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105445,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105445,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105445,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105445,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105445,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105445,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105445,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105445,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105445,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105445,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105445,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105445,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105445,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105445,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105445,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105445,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105445,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105445,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105445,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105445,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105445,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105445,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105445,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105445,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105445,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105445,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105445,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105445,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105445,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105445,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105446,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105447,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105449,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105450,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105452,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105454,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105454,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105454,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105454,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105454,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105454,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105454,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105454,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105454,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105454,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105454,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105454,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105454,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105454,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105454,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105454,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105454,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105454,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105454,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105454,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105454,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105454,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105454,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105454,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105454,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105454,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105454,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105454,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105454,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105454,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105454,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105454,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105454,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105454,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105454,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105454,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105454,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105454,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105454,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105454,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105454,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105455,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105458,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105467,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105468,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105477,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105481,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105481,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105481,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105481,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105481,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105481,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105481,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105481,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105481,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105481,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105481,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105481,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105481,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105481,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105481,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105481,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105481,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105481,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105481,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105481,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105481,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105481,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105481,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105481,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105481,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105481,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105481,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105481,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105481,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105481,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105481,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105481,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105481,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105481,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105481,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105481,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105481,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105481,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105481,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105481,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105481,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105483,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105484,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105484,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105484,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105484,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105484,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105484,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105484,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105484,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105484,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105484,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105484,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105484,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105484,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105484,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105484,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105484,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105484,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105484,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105484,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105484,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105484,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105484,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105484,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105484,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105484,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105484,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105484,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105484,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105484,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105484,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105484,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105484,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105484,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105484,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105484,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105484,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105484,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105484,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105484,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105484,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105484,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105485,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105486,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105490,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105490,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105490,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105490,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105490,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105490,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105490,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105490,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105490,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105490,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105490,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105490,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105490,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105490,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105490,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105490,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105490,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105490,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105490,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105490,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105490,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105490,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105490,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105490,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105490,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105490,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105490,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105490,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105490,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105490,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105490,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105490,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105490,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105490,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105490,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105490,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105490,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105490,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105490,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105490,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105490,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105492,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105493,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105493,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105493,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105493,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105493,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105493,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105493,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105493,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105493,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105493,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105493,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105493,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105493,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105493,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105493,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105493,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105493,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105493,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105493,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105493,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105493,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105493,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105493,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105493,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105493,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105493,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105493,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105493,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105493,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105493,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105493,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105493,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105493,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105493,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105493,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105493,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105493,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105493,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105493,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105493,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105493,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105502,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105502,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105502,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105502,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105502,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105502,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105502,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105502,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105502,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105502,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105502,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105502,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105502,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105502,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105502,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105502,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105502,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105502,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105502,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105502,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105502,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105502,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105502,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105502,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105502,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105502,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105502,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105502,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105502,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105502,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105502,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105502,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105502,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105502,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105502,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105502,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105502,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105502,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105502,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105502,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105502,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105504,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105505,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105505,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105505,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105505,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105505,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105505,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105505,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105505,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105505,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105505,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105505,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105505,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105505,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105505,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105505,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105505,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105505,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105505,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105505,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105505,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105505,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105505,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105505,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105505,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105505,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105505,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105505,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105505,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105505,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105505,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105505,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105505,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105505,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105505,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105505,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105505,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105505,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105505,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105505,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105505,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105505,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105506,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105508,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105508,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105508,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105508,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105508,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105508,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105508,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105508,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105508,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105508,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105508,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105508,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105508,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105508,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105508,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105508,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105508,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105508,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105508,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105508,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105508,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105508,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105508,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105508,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105508,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105508,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105508,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105508,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105508,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105508,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105508,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105508,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105508,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105508,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105508,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105508,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105508,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105508,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105508,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105508,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105508,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105510,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105511,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105511,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105511,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105511,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105511,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105511,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105511,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105511,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105511,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105511,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105511,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105511,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105511,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105511,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105511,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105511,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105511,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105511,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105511,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105511,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105511,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105511,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105511,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105511,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105511,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105511,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105511,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105511,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105511,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105511,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105511,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105511,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105511,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105511,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105511,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105511,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105511,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105511,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105511,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105511,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105511,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105519,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105547,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105547,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105547,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105547,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105547,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105547,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105547,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105547,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105547,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105547,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105547,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105547,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105547,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105547,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105547,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105547,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105547,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105547,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105547,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105547,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105547,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105547,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105547,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105547,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105547,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105547,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105547,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105547,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105547,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105547,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105547,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105547,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105547,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105547,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105547,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105547,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105547,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105547,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105547,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105547,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105547,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105617,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105618,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105623,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105640,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105640,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105640,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105640,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105640,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105640,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105640,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105640,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105640,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105640,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105640,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105640,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105640,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105640,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105640,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105640,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105640,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105640,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105640,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105640,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105640,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105640,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105640,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105640,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105640,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105640,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105640,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105640,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105640,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105640,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105640,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105640,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105640,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105640,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105640,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105640,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105640,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105640,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105640,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105640,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105640,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105641,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105642,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105661,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105661,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105661,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105661,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105661,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105661,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105661,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105661,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105661,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105661,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105661,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105661,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105661,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105661,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105661,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105661,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105661,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105661,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105661,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105661,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105661,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105661,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105661,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105661,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105661,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105661,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105661,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105661,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105661,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105661,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105661,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105661,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105661,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105661,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105661,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105661,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105661,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105661,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105661,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105661,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105661,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105676,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105676,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105676,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105676,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105676,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105676,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105676,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105676,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105676,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105676,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105676,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105676,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105676,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105676,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105676,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105676,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105676,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105676,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105676,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105676,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105676,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105676,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105676,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105676,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105676,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105676,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105676,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105676,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105676,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105676,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105676,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105676,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105676,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105676,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105676,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105676,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105676,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105676,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105676,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105676,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105676,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105677,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105682,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105682,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105682,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105682,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105682,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105682,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105682,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105682,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105682,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105682,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105682,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105682,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105682,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105682,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105682,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105682,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105682,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105682,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105682,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105682,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105682,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105682,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105682,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105682,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105682,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105682,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105682,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105682,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105682,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105682,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105682,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105682,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105682,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105682,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105682,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105682,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105682,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105682,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105682,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105682,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105682,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105684,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105686,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105687,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105695,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105701,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105751,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105751,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105751,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105751,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105751,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105751,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105751,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105751,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105751,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105751,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105751,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105751,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105751,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105751,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105751,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105751,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105751,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105751,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105751,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105751,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105751,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105751,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105751,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105751,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105751,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105751,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105751,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105751,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105751,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105751,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105751,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105751,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105751,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105751,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105751,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105751,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105751,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105751,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105751,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105751,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105751,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105764,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105765,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105780,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105799,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105799,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105799,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105799,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105799,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105799,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105799,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105799,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105799,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105799,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105799,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105799,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105799,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105799,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105799,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105799,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105799,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105799,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105799,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105799,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105799,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105799,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105799,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105799,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105799,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105799,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105799,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105799,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105799,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105799,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105799,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105799,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105799,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105799,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105799,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105799,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105799,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105799,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105799,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105799,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105799,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105808,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105808,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105808,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105808,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105808,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105808,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105808,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105808,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105808,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105808,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105808,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105808,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105808,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105808,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105808,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105808,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105808,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105808,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105808,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105808,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105808,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105808,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105808,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105808,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105808,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105808,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105808,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105808,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105808,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105808,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105808,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105808,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105808,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105808,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105808,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105808,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105808,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105808,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105808,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105808,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105808,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105827,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105832,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105832,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105832,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105832,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105832,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105832,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105832,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105832,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105832,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105832,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105832,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105832,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105832,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105832,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105832,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105832,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105832,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105832,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105832,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105832,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105832,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105832,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105832,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105832,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105832,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105832,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105832,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105832,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105832,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105832,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105832,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105832,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105832,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105832,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105832,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105832,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105832,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105832,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105832,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105832,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105832,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105833,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105834,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105871,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105871,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105871,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105871,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105871,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105871,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105871,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105871,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105871,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105871,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105871,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105871,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105871,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105871,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105871,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105871,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105871,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105871,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105871,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105871,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105871,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105871,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105871,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105871,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105871,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105871,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105871,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105871,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105871,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105871,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105871,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105871,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105871,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105871,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105871,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105871,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105871,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105871,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105871,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105871,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105871,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105873,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105883,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105883,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105883,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105883,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105883,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105883,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105883,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105883,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105883,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105883,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105883,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105883,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105883,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105883,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105883,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105883,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105883,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105883,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105883,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105883,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105883,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105883,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105883,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105883,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105883,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105883,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105883,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105883,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105883,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105883,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105883,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105883,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105883,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105883,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105883,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105883,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105883,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105883,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105883,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105883,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105883,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105919,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105919,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105919,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105919,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105919,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105919,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105919,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105919,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105919,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105919,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105919,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105919,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105919,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105919,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105919,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105919,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105919,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105919,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105919,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105919,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105919,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105919,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105919,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105919,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105919,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105919,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105919,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105919,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105919,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105919,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105919,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105919,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105919,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105919,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105919,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105919,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105919,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105919,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105919,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105919,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105919,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105936,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105937,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105937,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105937,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105937,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105937,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105937,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105937,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105937,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105937,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105937,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105937,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105937,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105937,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105937,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105937,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105937,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105937,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105937,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105937,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105937,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105937,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105937,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105937,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105937,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105937,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105937,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105937,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105937,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105937,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105937,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105937,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105937,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105937,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105937,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105937,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105937,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105937,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105937,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105937,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105937,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105937,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105943,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105943,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105943,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105943,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105943,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105943,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105943,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105943,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105943,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105943,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105943,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105943,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105943,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105943,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105943,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105943,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105943,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105943,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105943,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105943,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105943,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105943,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105943,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105943,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105943,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105943,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105943,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105943,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105943,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105943,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105943,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105943,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105943,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105943,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105943,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105943,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105943,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105943,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105943,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105943,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105943,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105948,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105955,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105955,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105955,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105955,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105955,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105955,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105955,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105955,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105955,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105955,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105955,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105955,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105955,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105955,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105955,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105955,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105955,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105955,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105955,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105955,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105955,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105955,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105955,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105955,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105955,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105955,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105955,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105955,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105955,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105955,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105955,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105955,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105955,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105955,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105955,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105955,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105955,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105955,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105955,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105955,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105955,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105956,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105957,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105959,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105960,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105961,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105961,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105961,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105961,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105961,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105961,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105961,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105961,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105961,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105961,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105961,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105961,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105961,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105961,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105961,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105961,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105961,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105961,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105961,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105961,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105961,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105961,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105961,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105961,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105961,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105961,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105961,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105961,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105961,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105961,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105961,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105961,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105961,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105961,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105961,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105961,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105961,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105961,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105961,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105961,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105961,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105968,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105969,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105970,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105970,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105970,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105970,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105970,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105970,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105970,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105970,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105970,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105970,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105970,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105970,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105970,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105970,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105970,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105970,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105970,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105970,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105970,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105970,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105970,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105970,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105970,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105970,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105970,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105970,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105970,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105970,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105970,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105970,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105970,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105970,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105970,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105970,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105970,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105970,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105970,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105970,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105970,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105970,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105970,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105975,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105978,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105982,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105982,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105982,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105982,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105982,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105982,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105982,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105982,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105982,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105982,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105982,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105982,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105982,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105982,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105982,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105982,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105982,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105982,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105982,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105982,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105982,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105982,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105982,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105982,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105982,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105982,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105982,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105982,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105982,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105982,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105982,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105982,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105982,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105982,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105982,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105982,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105982,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105982,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105982,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105982,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105982,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105984,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105985,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105985,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105985,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105985,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105985,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105985,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105985,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105985,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105985,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105985,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105985,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105985,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105985,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105985,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105985,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105985,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105985,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105985,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105985,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105985,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105985,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105985,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105985,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105985,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105985,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105985,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105985,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105985,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105985,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105985,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105985,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105985,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105985,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105985,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105985,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105985,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105985,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105985,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105985,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105985,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105985,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105986,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105988,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105988,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105988,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105988,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105988,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105988,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105988,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105988,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105988,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105988,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105988,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105988,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105988,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105988,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105988,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105988,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105988,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105988,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105988,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105988,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105988,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105988,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105988,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105988,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105988,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105988,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105988,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105988,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105988,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105988,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105988,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105988,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105988,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105988,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105988,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105988,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105988,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105988,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105988,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105988,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105988,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105989,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105990,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105991,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105991,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105991,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105991,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105991,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105991,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105991,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105991,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105991,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105991,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105991,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105991,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105991,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105991,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105991,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105991,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105991,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105991,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105991,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105991,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105991,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105991,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105991,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105991,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105991,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105991,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105991,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105991,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105991,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105991,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105991,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105991,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105991,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105991,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105991,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105991,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105991,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105991,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105991,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105991,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105991,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105992,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105994,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105994,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105994,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105994,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105994,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105994,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105994,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105994,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105994,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105994,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105994,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105994,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105994,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105994,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105994,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105994,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105994,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105994,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105994,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105994,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105994,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105994,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105994,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105994,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105994,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105994,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105994,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105994,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105994,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105994,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105994,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105994,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105994,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105994,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105994,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105994,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105994,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105994,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105994,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105994,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105994,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106000,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106000,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106000,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106000,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106000,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106000,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106000,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106000,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106000,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106000,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106000,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106000,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106000,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106000,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106000,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106000,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106000,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106000,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106000,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106000,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106000,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106000,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106000,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106000,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106000,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106000,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106000,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106000,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106000,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106000,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106000,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106000,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106000,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106000,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106000,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106000,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106000,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106000,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106000,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106000,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106000,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106002,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106003,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106003,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106003,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106003,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106003,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106003,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106003,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106003,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106003,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106003,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106003,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106003,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106003,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106003,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106003,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106003,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106003,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106003,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106003,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106003,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106003,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106003,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106003,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106003,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106003,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106003,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106003,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106003,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106003,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106003,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106003,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106003,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106003,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106003,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106003,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106003,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106003,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106003,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106003,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106003,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106003,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106005,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106006,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106006,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106006,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106006,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106006,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106006,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106006,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106006,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106006,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106006,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106006,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106006,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106006,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106006,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106006,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106006,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106006,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106006,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106006,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106006,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106006,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106006,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106006,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106006,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106006,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106006,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106006,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106006,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106006,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106006,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106006,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106006,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106006,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106006,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106006,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106006,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106006,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106006,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106006,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106006,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106006,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106008,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106015,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106015,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106015,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106015,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106015,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106015,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106015,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106015,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106015,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106015,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106015,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106015,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106015,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106015,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106015,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106015,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106015,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106015,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106015,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106015,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106015,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106015,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106015,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106015,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106015,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106015,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106015,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106015,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106015,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106015,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106015,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106015,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106015,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106015,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106015,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106015,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106015,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106015,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106015,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106015,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106015,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106016,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106018,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106018,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106018,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106018,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106018,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106018,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106018,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106018,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106018,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106018,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106018,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106018,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106018,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106018,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106018,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106018,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106018,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106018,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106018,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106018,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106018,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106018,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106018,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106018,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106018,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106018,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106018,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106018,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106018,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106018,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106018,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106018,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106018,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106018,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106018,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106018,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106018,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106018,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106018,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106018,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106018,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106022,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106023,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106027,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106027,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106027,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106027,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106027,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106027,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106027,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106027,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106027,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106027,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106027,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106027,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106027,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106027,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106027,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106027,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106027,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106027,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106027,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106027,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106027,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106027,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106027,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106027,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106027,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106027,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106027,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106027,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106027,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106027,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106027,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106027,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106027,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106027,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106027,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106027,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106027,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106027,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106027,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106027,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106027,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106028,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106033,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106033,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106033,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106033,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106033,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106033,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106033,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106033,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106033,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106033,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106033,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106033,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106033,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106033,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106033,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106033,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106033,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106033,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106033,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106033,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106033,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106033,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106033,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106033,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106033,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106033,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106033,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106033,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106033,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106033,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106033,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106033,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106033,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106033,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106033,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106033,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106033,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106033,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106033,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106033,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106033,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106034,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106035,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106038,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106044,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106045,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106045,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106045,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106045,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106045,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106045,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106045,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106045,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106045,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106045,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106045,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106045,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106045,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106045,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106045,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106045,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106045,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106045,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106045,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106045,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106045,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106045,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106045,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106045,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106045,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106045,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106045,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106045,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106045,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106045,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106045,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106045,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106045,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106045,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106045,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106045,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106045,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106045,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106045,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106045,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106045,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106060,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106060,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106060,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106060,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106060,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106060,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106060,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106060,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106060,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106060,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106060,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106060,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106060,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106060,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106060,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106060,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106060,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106060,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106060,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106060,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106060,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106060,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106060,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106060,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106060,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106060,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106060,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106060,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106060,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106060,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106060,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106060,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106060,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106060,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106060,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106060,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106060,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106060,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106060,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106060,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106060,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106081,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106081,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106081,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106081,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106081,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106081,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106081,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106081,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106081,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106081,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106081,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106081,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106081,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106081,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106081,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106081,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106081,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106081,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106081,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106081,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106081,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106081,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106081,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106081,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106081,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106081,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106081,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106081,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106081,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106081,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106081,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106081,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106081,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106081,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106081,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106081,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106081,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106081,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106081,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106081,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106081,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106162,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106162,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106162,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106162,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106162,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106162,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106162,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106162,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106162,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106162,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106162,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106162,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106162,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106162,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106162,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106162,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106162,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106162,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106162,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106162,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106162,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106162,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106162,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106162,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106162,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106162,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106162,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106162,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106162,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106162,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106162,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106162,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106162,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106162,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106162,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106162,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106162,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106162,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106162,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106162,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106162,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106163,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106192,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106192,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106192,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106192,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106192,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106192,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106192,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106192,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106192,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106192,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106192,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106192,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106192,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106192,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106192,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106192,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106192,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106192,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106192,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106192,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106192,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106192,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106192,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106192,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106192,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106192,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106192,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106192,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106192,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106192,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106192,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106192,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106192,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106192,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106192,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106192,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106192,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106192,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106192,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106192,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106192,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106193,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106194,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106207,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106207,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106207,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106207,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106207,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106207,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106207,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106207,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106207,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106207,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106207,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106207,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106207,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106207,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106207,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106207,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106207,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106207,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106207,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106207,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106207,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106207,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106207,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106207,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106207,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106207,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106207,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106207,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106207,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106207,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106207,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106207,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106207,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106207,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106207,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106207,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106207,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106207,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106207,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106207,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106207,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106208,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106224,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106239,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106256,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106257,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106261,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106261,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106261,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106261,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106261,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106261,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106261,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106261,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106261,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106261,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106261,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106261,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106261,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106261,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106261,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106261,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106261,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106261,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106261,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106261,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106261,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106261,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106261,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106261,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106261,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106261,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106261,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106261,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106261,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106261,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106261,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106261,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106261,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106261,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106261,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106261,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106261,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106261,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106261,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106261,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106261,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106263,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106272,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106295,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106348,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106348,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106348,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106348,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106348,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106348,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106348,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106348,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106348,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106348,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106348,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106348,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106348,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106348,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106348,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106348,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106348,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106348,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106348,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106348,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106348,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106348,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106348,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106348,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106348,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106348,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106348,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106348,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106348,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106348,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106348,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106348,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106348,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106348,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106348,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106348,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106348,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106348,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106348,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106348,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106348,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106354,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106354,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106354,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106354,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106354,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106354,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106354,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106354,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106354,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106354,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106354,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106354,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106354,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106354,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106354,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106354,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106354,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106354,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106354,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106354,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106354,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106354,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106354,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106354,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106354,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106354,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106354,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106354,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106354,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106354,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106354,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106354,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106354,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106354,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106354,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106354,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106354,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106354,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106354,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106354,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106354,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106360,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106360,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106360,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106360,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106360,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106360,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106360,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106360,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106360,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106360,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106360,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106360,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106360,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106360,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106360,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106360,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106360,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106360,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106360,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106360,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106360,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106360,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106360,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106360,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106360,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106360,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106360,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106360,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106360,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106360,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106360,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106360,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106360,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106360,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106360,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106360,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106360,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106360,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106360,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106360,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106360,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106362,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106367,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106368,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106374,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106375,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106375,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106375,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106375,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106375,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106375,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106375,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106375,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106375,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106375,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106375,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106375,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106375,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106375,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106375,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106375,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106375,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106375,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106375,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106375,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106375,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106375,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106375,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106375,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106375,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106375,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106375,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106375,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106375,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106375,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106375,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106375,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106375,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106375,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106375,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106375,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106375,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106375,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106375,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106375,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106375,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106377,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106381,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106381,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106381,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106381,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106381,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106381,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106381,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106381,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106381,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106381,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106381,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106381,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106381,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106381,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106381,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106381,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106381,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106381,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106381,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106381,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106381,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106381,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106381,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106381,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106381,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106381,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106381,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106381,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106381,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106381,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106381,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106381,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106381,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106381,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106381,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106381,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106381,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106381,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106381,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106381,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106381,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106384,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106384,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106384,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106384,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106384,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106384,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106384,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106384,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106384,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106384,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106384,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106384,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106384,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106384,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106384,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106384,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106384,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106384,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106384,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106384,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106384,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106384,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106384,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106384,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106384,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106384,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106384,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106384,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106384,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106384,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106384,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106384,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106384,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106384,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106384,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106384,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106384,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106384,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106384,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106384,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106384,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106387,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106387,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106387,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106387,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106387,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106387,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106387,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106387,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106387,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106387,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106387,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106387,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106387,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106387,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106387,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106387,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106387,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106387,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106387,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106387,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106387,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106387,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106387,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106387,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106387,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106387,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106387,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106387,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106387,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106387,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106387,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106387,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106387,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106387,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106387,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106387,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106387,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106387,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106387,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106387,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106387,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106391,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106392,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106394,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106395,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106396,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106396,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106396,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106396,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106396,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106396,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106396,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106396,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106396,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106396,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106396,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106396,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106396,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106396,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106396,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106396,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106396,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106396,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106396,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106396,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106396,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106396,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106396,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106396,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106396,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106396,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106396,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106396,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106396,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106396,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106396,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106396,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106396,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106396,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106396,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106396,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106396,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106396,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106396,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106396,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106396,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106397,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106399,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106399,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106399,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106399,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106399,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106399,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106399,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106399,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106399,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106399,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106399,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106399,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106399,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106399,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106399,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106399,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106399,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106399,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106399,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106399,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106399,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106399,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106399,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106399,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106399,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106399,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106399,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106399,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106399,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106399,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106399,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106399,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106399,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106399,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106399,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106399,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106399,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106399,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106399,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106399,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106399,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106401,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106405,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106405,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106405,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106405,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106405,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106405,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106405,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106405,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106405,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106405,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106405,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106405,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106405,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106405,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106405,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106405,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106405,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106405,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106405,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106405,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106405,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106405,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106405,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106405,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106405,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106405,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106405,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106405,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106405,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106405,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106405,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106405,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106405,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106405,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106405,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106405,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106405,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106405,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106405,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106405,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106405,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106406,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106407,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106408,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106408,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106408,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106408,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106408,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106408,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106408,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106408,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106408,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106408,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106408,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106408,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106408,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106408,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106408,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106408,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106408,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106408,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106408,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106408,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106408,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106408,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106408,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106408,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106408,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106408,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106408,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106408,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106408,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106408,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106408,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106408,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106408,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106408,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106408,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106408,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106408,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106408,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106408,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106408,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106408,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106410,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106413,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106416,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106417,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106417,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106417,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106417,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106417,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106417,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106417,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106417,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106417,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106417,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106417,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106417,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106417,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106417,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106417,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106417,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106417,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106417,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106417,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106417,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106417,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106417,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106417,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106417,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106417,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106417,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106417,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106417,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106417,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106417,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106417,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106417,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106417,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106417,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106417,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106417,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106417,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106417,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106417,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106417,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106417,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106419,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106422,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106423,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106423,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106423,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106423,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106423,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106423,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106423,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106423,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106423,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106423,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106423,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106423,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106423,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106423,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106423,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106423,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106423,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106423,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106423,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106423,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106423,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106423,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106423,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106423,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106423,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106423,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106423,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106423,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106423,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106423,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106423,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106423,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106423,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106423,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106423,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106423,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106423,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106423,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106423,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106423,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106423,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106425,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106427,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106429,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106429,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106429,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106429,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106429,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106429,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106429,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106429,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106429,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106429,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106429,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106429,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106429,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106429,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106429,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106429,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106429,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106429,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106429,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106429,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106429,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106429,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106429,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106429,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106429,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106429,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106429,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106429,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106429,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106429,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106429,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106429,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106429,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106429,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106429,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106429,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106429,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106429,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106429,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106429,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106429,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106431,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106432,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106432,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106432,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106432,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106432,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106432,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106432,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106432,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106432,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106432,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106432,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106432,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106432,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106432,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106432,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106432,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106432,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106432,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106432,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106432,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106432,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106432,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106432,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106432,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106432,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106432,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106432,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106432,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106432,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106432,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106432,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106432,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106432,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106432,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106432,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106432,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106432,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106432,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106432,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106432,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106432,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106433,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106434,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106436,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106438,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106438,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106438,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106438,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106438,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106438,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106438,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106438,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106438,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106438,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106438,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106438,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106438,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106438,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106438,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106438,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106438,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106438,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106438,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106438,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106438,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106438,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106438,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106438,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106438,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106438,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106438,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106438,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106438,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106438,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106438,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106438,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106438,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106438,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106438,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106438,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106438,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106438,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106438,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106438,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106438,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106439,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106440,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106444,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106444,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106444,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106444,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106444,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106444,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106444,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106444,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106444,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106444,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106444,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106444,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106444,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106444,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106444,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106444,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106444,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106444,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106444,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106444,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106444,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106444,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106444,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106444,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106444,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106444,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106444,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106444,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106444,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106444,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106444,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106444,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106444,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106444,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106444,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106444,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106444,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106444,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106444,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106444,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106444,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106445,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106448,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106449,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106451,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106452,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106455,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106464,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106465,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106465,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106465,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106465,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106465,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106465,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106465,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106465,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106465,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106465,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106465,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106465,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106465,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106465,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106465,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106465,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106465,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106465,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106465,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106465,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106465,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106465,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106465,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106465,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106465,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106465,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106465,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106465,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106465,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106465,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106465,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106465,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106465,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106465,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106465,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106465,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106465,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106465,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106465,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106465,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106465,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106466,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106468,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106468,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106468,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106468,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106468,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106468,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106468,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106468,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106468,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106468,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106468,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106468,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106468,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106468,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106468,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106468,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106468,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106468,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106468,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106468,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106468,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106468,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106468,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106468,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106468,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106468,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106468,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106468,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106468,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106468,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106468,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106468,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106468,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106468,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106468,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106468,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106468,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106468,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106468,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106468,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106468,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106470,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106512,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106585,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106585,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106585,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106585,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106585,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106585,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106585,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106585,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106585,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106585,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106585,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106585,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106585,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106585,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106585,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106585,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106585,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106585,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106585,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106585,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106585,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106585,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106585,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106585,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106585,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106585,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106585,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106585,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106585,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106585,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106585,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106585,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106585,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106585,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106585,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106585,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106585,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106585,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106585,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106585,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106585,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106586,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106587,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106599,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106606,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106606,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106606,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106606,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106606,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106606,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106606,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106606,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106606,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106606,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106606,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106606,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106606,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106606,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106606,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106606,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106606,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106606,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106606,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106606,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106606,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106606,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106606,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106606,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106606,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106606,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106606,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106606,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106606,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106606,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106606,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106606,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106606,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106606,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106606,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106606,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106606,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106606,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106606,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106606,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106606,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106633,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106633,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106633,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106633,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106633,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106633,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106633,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106633,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106633,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106633,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106633,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106633,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106633,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106633,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106633,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106633,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106633,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106633,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106633,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106633,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106633,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106633,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106633,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106633,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106633,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106633,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106633,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106633,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106633,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106633,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106633,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106633,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106633,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106633,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106633,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106633,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106633,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106633,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106633,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106633,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106633,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106664,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106665,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106669,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106669,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106669,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106669,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106669,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106669,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106669,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106669,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106669,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106669,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106669,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106669,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106669,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106669,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106669,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106669,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106669,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106669,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106669,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106669,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106669,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106669,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106669,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106669,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106669,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106669,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106669,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106669,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106669,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106669,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106669,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106669,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106669,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106669,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106669,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106669,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106669,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106669,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106669,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106669,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106669,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106701,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106720,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106720,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106720,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106720,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106720,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106720,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106720,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106720,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106720,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106720,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106720,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106720,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106720,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106720,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106720,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106720,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106720,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106720,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106720,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106720,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106720,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106720,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106720,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106720,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106720,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106720,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106720,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106720,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106720,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106720,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106720,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106720,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106720,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106720,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106720,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106720,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106720,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106720,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106720,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106720,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106720,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106721,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106722,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106798,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106798,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106798,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106798,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106798,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106798,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106798,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106798,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106798,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106798,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106798,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106798,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106798,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106798,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106798,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106798,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106798,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106798,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106798,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106798,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106798,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106798,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106798,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106798,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106798,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106798,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106798,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106798,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106798,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106798,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106798,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106798,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106798,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106798,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106798,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106798,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106798,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106798,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106798,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106798,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106798,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106801,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106801,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106801,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106801,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106801,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106801,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106801,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106801,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106801,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106801,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106801,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106801,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106801,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106801,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106801,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106801,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106801,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106801,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106801,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106801,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106801,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106801,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106801,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106801,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106801,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106801,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106801,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106801,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106801,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106801,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106801,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106801,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106801,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106801,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106801,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106801,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106801,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106801,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106801,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106801,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106801,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106804,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106804,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106804,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106804,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106804,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106804,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106804,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106804,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106804,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106804,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106804,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106804,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106804,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106804,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106804,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106804,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106804,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106804,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106804,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106804,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106804,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106804,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106804,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106804,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106804,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106804,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106804,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106804,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106804,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106804,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106804,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106804,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106804,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106804,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106804,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106804,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106804,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106804,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106804,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106804,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106804,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106835,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106837,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106837,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106837,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106837,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106837,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106837,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106837,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106837,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106837,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106837,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106837,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106837,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106837,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106837,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106837,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106837,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106837,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106837,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106837,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106837,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106837,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106837,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106837,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106837,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106837,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106837,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106837,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106837,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106837,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106837,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106837,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106837,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106837,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106837,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106837,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106837,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106837,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106837,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106837,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106837,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106837,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106840,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106840,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106840,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106840,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106840,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106840,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106840,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106840,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106840,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106840,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106840,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106840,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106840,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106840,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106840,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106840,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106840,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106840,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106840,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106840,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106840,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106840,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106840,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106840,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106840,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106840,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106840,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106840,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106840,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106840,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106840,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106840,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106840,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106840,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106840,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106840,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106840,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106840,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106840,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106840,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106840,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106841,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106842,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106846,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106846,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106846,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106846,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106846,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106846,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106846,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106846,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106846,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106846,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106846,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106846,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106846,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106846,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106846,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106846,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106846,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106846,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106846,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106846,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106846,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106846,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106846,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106846,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106846,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106846,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106846,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106846,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106846,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106846,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106846,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106846,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106846,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106846,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106846,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106846,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106846,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106846,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106846,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106846,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106846,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106852,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106852,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106852,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106852,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106852,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106852,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106852,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106852,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106852,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106852,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106852,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106852,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106852,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106852,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106852,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106852,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106852,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106852,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106852,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106852,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106852,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106852,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106852,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106852,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106852,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106852,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106852,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106852,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106852,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106852,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106852,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106852,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106852,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106852,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106852,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106852,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106852,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106852,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106852,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106852,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106852,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106854,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106857,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106861,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106861,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106861,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106861,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106861,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106861,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106861,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106861,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106861,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106861,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106861,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106861,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106861,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106861,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106861,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106861,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106861,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106861,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106861,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106861,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106861,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106861,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106861,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106861,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106861,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106861,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106861,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106861,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106861,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106861,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106861,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106861,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106861,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106861,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106861,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106861,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106861,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106861,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106861,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106861,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106861,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106862,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106863,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106864,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106864,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106864,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106864,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106864,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106864,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106864,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106864,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106864,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106864,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106864,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106864,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106864,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106864,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106864,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106864,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106864,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106864,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106864,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106864,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106864,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106864,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106864,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106864,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106864,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106864,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106864,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106864,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106864,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106864,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106864,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106864,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106864,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106864,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106864,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106864,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106864,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106864,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106864,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106864,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106864,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106867,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106867,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106867,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106867,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106867,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106867,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106867,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106867,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106867,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106867,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106867,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106867,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106867,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106867,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106867,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106867,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106867,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106867,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106867,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106867,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106867,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106867,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106867,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106867,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106867,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106867,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106867,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106867,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106867,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106867,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106867,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106867,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106867,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106867,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106867,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106867,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106867,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106867,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106867,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106867,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106867,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106868,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106873,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106873,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106873,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106873,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106873,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106873,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106873,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106873,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106873,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106873,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106873,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106873,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106873,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106873,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106873,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106873,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106873,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106873,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106873,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106873,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106873,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106873,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106873,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106873,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106873,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106873,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106873,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106873,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106873,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106873,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106873,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106873,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106873,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106873,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106873,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106873,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106873,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106873,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106873,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106873,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106873,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106874,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106875,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106879,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106879,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106879,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106879,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106879,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106879,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106879,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106879,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106879,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106879,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106879,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106879,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106879,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106879,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106879,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106879,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106879,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106879,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106879,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106879,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106879,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106879,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106879,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106879,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106879,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106879,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106879,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106879,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106879,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106879,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106879,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106879,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106879,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106879,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106879,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106879,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106879,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106879,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106879,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106879,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106879,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106880,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106881,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106883,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106886,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106890,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106891,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106891,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106891,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106891,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106891,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106891,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106891,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106891,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106891,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106891,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106891,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106891,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106891,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106891,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106891,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106891,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106891,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106891,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106891,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106891,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106891,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106891,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106891,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106891,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106891,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106891,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106891,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106891,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106891,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106891,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106891,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106891,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106891,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106891,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106891,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106891,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106891,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106891,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106891,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106891,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106891,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106895,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106900,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106900,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106900,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106900,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106900,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106900,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106900,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106900,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106900,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106900,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106900,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106900,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106900,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106900,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106900,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106900,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106900,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106900,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106900,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106900,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106900,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106900,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106900,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106900,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106900,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106900,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106900,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106900,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106900,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106900,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106900,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106900,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106900,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106900,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106900,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106900,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106900,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106900,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106900,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106900,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106900,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106901,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106904,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106998,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107059,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107059,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107059,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107059,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107059,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107059,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107059,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107059,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107059,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107059,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107059,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107059,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107059,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107059,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107059,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107059,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107059,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107059,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107059,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107059,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107059,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107059,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107059,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107059,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107059,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107059,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107059,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107059,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107059,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107059,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107059,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107059,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107059,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107059,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107059,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107059,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107059,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107059,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107059,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107059,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107059,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107080,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107080,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107080,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107080,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107080,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107080,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107080,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107080,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107080,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107080,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107080,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107080,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107080,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107080,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107080,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107080,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107080,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107080,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107080,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107080,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107080,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107080,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107080,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107080,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107080,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107080,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107080,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107080,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107080,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107080,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107080,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107080,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107080,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107080,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107080,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107080,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107080,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107080,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107080,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107080,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107080,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107081,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107110,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107110,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107110,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107110,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107110,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107110,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107110,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107110,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107110,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107110,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107110,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107110,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107110,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107110,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107110,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107110,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107110,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107110,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107110,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107110,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107110,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107110,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107110,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107110,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107110,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107110,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107110,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107110,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107110,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107110,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107110,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107110,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107110,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107110,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107110,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107110,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107110,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107110,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107110,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107110,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107110,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107136,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107150,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107167,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107167,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107167,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107167,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107167,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107167,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107167,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107167,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107167,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107167,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107167,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107167,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107167,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107167,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107167,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107167,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107167,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107167,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107167,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107167,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107167,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107167,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107167,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107167,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107167,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107167,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107167,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107167,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107167,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107167,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107167,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107167,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107167,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107167,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107167,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107167,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107167,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107167,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107167,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107167,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107167,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107170,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107170,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107170,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107170,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107170,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107170,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107170,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107170,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107170,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107170,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107170,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107170,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107170,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107170,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107170,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107170,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107170,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107170,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107170,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107170,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107170,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107170,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107170,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107170,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107170,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107170,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107170,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107170,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107170,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107170,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107170,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107170,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107170,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107170,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107170,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107170,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107170,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107170,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107170,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107170,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107170,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107184,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107201,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107202,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107216,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107227,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107227,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107227,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107227,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107227,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107227,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107227,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107227,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107227,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107227,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107227,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107227,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107227,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107227,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107227,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107227,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107227,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107227,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107227,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107227,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107227,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107227,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107227,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107227,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107227,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107227,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107227,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107227,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107227,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107227,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107227,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107227,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107227,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107227,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107227,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107227,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107227,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107227,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107227,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107227,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107227,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107228,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107229,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107230,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107230,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107230,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107230,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107230,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107230,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107230,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107230,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107230,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107230,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107230,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107230,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107230,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107230,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107230,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107230,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107230,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107230,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107230,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107230,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107230,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107230,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107230,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107230,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107230,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107230,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107230,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107230,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107230,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107230,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107230,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107230,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107230,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107230,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107230,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107230,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107230,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107230,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107230,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107230,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107230,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107235,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107236,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107236,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107236,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107236,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107236,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107236,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107236,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107236,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107236,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107236,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107236,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107236,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107236,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107236,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107236,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107236,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107236,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107236,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107236,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107236,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107236,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107236,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107236,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107236,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107236,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107236,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107236,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107236,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107236,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107236,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107236,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107236,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107236,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107236,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107236,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107236,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107236,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107236,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107236,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107236,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107236,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107251,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107251,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107251,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107251,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107251,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107251,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107251,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107251,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107251,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107251,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107251,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107251,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107251,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107251,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107251,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107251,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107251,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107251,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107251,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107251,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107251,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107251,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107251,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107251,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107251,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107251,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107251,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107251,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107251,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107251,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107251,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107251,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107251,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107251,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107251,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107251,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107251,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107251,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107251,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107251,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107251,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107265,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107270,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107272,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107272,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107272,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107272,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107272,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107272,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107272,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107272,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107272,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107272,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107272,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107272,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107272,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107272,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107272,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107272,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107272,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107272,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107272,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107272,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107272,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107272,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107272,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107272,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107272,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107272,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107272,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107272,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107272,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107272,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107272,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107272,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107272,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107272,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107272,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107272,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107272,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107272,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107272,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107272,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107272,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107281,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107281,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107281,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107281,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107281,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107281,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107281,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107281,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107281,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107281,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107281,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107281,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107281,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107281,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107281,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107281,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107281,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107281,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107281,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107281,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107281,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107281,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107281,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107281,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107281,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107281,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107281,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107281,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107281,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107281,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107281,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107281,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107281,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107281,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107281,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107281,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107281,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107281,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107281,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107281,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107281,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107286,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107287,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107287,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107287,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107287,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107287,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107287,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107287,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107287,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107287,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107287,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107287,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107287,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107287,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107287,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107287,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107287,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107287,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107287,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107287,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107287,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107287,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107287,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107287,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107287,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107287,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107287,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107287,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107287,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107287,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107287,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107287,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107287,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107287,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107287,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107287,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107287,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107287,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107287,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107287,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107287,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107287,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107288,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107289,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107290,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107290,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107290,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107290,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107290,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107290,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107290,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107290,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107290,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107290,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107290,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107290,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107290,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107290,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107290,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107290,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107290,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107290,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107290,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107290,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107290,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107290,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107290,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107290,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107290,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107290,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107290,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107290,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107290,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107290,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107290,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107290,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107290,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107290,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107290,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107290,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107290,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107290,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107290,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107290,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107290,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107291,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107292,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107293,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107293,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107293,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107293,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107293,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107293,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107293,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107293,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107293,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107293,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107293,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107293,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107293,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107293,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107293,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107293,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107293,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107293,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107293,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107293,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107293,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107293,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107293,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107293,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107293,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107293,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107293,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107293,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107293,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107293,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107293,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107293,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107293,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107293,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107293,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107293,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107293,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107293,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107293,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107293,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107293,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107296,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107296,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107296,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107296,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107296,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107296,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107296,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107296,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107296,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107296,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107296,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107296,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107296,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107296,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107296,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107296,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107296,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107296,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107296,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107296,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107296,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107296,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107296,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107296,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107296,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107296,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107296,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107296,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107296,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107296,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107296,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107296,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107296,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107296,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107296,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107296,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107296,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107296,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107296,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107296,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107296,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107299,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107299,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107299,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107299,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107299,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107299,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107299,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107299,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107299,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107299,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107299,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107299,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107299,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107299,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107299,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107299,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107299,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107299,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107299,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107299,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107299,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107299,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107299,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107299,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107299,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107299,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107299,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107299,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107299,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107299,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107299,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107299,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107299,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107299,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107299,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107299,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107299,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107299,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107299,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107299,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107299,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107300,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107302,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107302,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107302,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107302,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107302,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107302,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107302,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107302,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107302,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107302,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107302,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107302,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107302,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107302,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107302,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107302,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107302,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107302,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107302,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107302,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107302,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107302,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107302,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107302,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107302,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107302,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107302,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107302,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107302,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107302,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107302,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107302,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107302,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107302,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107302,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107302,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107302,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107302,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107302,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107302,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107302,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107305,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107305,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107305,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107305,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107305,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107305,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107305,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107305,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107305,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107305,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107305,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107305,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107305,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107305,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107305,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107305,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107305,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107305,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107305,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107305,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107305,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107305,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107305,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107305,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107305,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107305,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107305,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107305,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107305,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107305,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107305,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107305,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107305,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107305,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107305,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107305,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107305,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107305,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107305,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107305,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107305,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107307,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107311,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107311,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107311,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107311,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107311,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107311,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107311,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107311,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107311,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107311,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107311,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107311,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107311,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107311,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107311,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107311,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107311,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107311,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107311,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107311,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107311,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107311,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107311,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107311,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107311,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107311,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107311,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107311,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107311,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107311,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107311,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107311,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107311,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107311,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107311,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107311,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107311,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107311,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107311,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107311,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107311,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107312,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107319,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107321,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107322,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107333,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107334,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107340,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107344,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107344,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107344,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107344,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107344,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107344,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107344,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107344,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107344,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107344,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107344,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107344,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107344,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107344,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107344,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107344,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107344,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107344,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107344,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107344,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107344,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107344,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107344,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107344,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107344,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107344,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107344,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107344,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107344,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107344,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107344,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107344,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107344,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107344,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107344,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107344,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107344,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107344,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107344,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107344,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107344,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107346,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107416,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107416,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107416,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107416,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107416,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107416,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107416,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107416,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107416,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107416,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107416,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107416,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107416,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107416,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107416,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107416,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107416,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107416,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107416,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107416,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107416,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107416,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107416,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107416,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107416,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107416,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107416,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107416,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107416,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107416,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107416,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107416,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107416,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107416,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107416,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107416,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107416,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107416,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107416,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107416,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107416,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107436,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107461,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107461,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107461,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107461,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107461,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107461,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107461,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107461,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107461,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107461,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107461,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107461,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107461,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107461,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107461,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107461,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107461,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107461,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107461,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107461,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107461,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107461,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107461,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107461,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107461,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107461,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107461,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107461,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107461,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107461,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107461,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107461,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107461,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107461,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107461,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107461,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107461,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107461,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107461,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107461,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107461,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107473,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107473,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107473,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107473,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107473,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107473,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107473,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107473,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107473,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107473,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107473,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107473,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107473,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107473,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107473,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107473,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107473,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107473,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107473,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107473,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107473,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107473,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107473,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107473,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107473,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107473,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107473,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107473,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107473,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107473,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107473,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107473,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107473,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107473,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107473,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107473,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107473,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107473,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107473,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107473,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107473,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107491,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107491,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107491,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107491,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107491,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107491,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107491,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107491,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107491,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107491,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107491,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107491,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107491,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107491,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107491,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107491,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107491,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107491,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107491,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107491,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107491,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107491,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107491,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107491,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107491,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107491,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107491,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107491,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107491,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107491,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107491,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107491,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107491,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107491,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107491,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107491,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107491,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107491,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107491,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107491,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107491,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107493,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107497,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107497,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107497,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107497,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107497,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107497,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107497,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107497,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107497,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107497,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107497,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107497,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107497,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107497,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107497,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107497,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107497,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107497,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107497,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107497,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107497,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107497,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107497,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107497,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107497,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107497,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107497,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107497,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107497,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107497,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107497,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107497,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107497,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107497,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107497,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107497,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107497,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107497,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107497,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107497,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107497,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107507,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107508,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107516,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107522,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107525,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107557,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107557,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107557,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107557,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107557,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107557,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107557,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107557,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107557,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107557,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107557,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107557,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107557,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107557,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107557,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107557,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107557,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107557,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107557,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107557,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107557,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107557,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107557,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107557,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107557,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107557,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107557,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107557,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107557,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107557,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107557,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107557,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107557,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107557,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107557,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107557,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107557,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107557,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107557,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107557,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107557,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107558,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107582,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107583,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107591,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107592,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107606,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107607,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107623,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107623,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107623,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107623,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107623,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107623,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107623,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107623,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107623,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107623,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107623,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107623,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107623,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107623,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107623,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107623,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107623,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107623,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107623,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107623,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107623,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107623,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107623,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107623,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107623,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107623,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107623,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107623,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107623,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107623,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107623,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107623,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107623,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107623,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107623,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107623,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107623,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107623,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107623,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107623,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107623,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107624,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107625,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107631,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107649,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107668,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107668,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107668,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107668,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107668,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107668,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107668,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107668,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107668,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107668,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107668,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107668,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107668,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107668,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107668,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107668,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107668,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107668,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107668,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107668,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107668,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107668,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107668,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107668,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107668,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107668,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107668,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107668,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107668,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107668,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107668,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107668,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107668,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107668,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107668,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107668,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107668,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107668,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107668,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107668,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107668,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107669,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107670,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107683,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107683,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107683,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107683,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107683,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107683,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107683,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107683,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107683,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107683,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107683,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107683,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107683,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107683,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107683,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107683,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107683,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107683,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107683,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107683,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107683,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107683,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107683,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107683,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107683,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107683,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107683,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107683,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107683,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107683,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107683,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107683,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107683,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107683,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107683,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107683,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107683,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107683,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107683,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107683,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107683,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107688,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107690,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107691,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107698,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107698,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107698,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107698,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107698,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107698,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107698,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107698,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107698,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107698,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107698,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107698,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107698,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107698,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107698,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107698,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107698,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107698,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107698,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107698,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107698,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107698,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107698,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107698,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107698,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107698,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107698,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107698,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107698,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107698,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107698,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107698,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107698,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107698,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107698,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107698,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107698,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107698,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107698,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107698,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107698,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107701,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107701,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107701,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107701,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107701,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107701,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107701,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107701,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107701,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107701,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107701,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107701,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107701,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107701,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107701,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107701,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107701,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107701,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107701,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107701,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107701,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107701,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107701,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107701,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107701,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107701,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107701,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107701,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107701,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107701,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107701,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107701,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107701,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107701,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107701,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107701,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107701,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107701,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107701,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107701,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107701,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107702,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107703,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107704,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107704,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107704,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107704,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107704,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107704,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107704,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107704,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107704,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107704,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107704,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107704,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107704,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107704,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107704,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107704,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107704,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107704,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107704,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107704,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107704,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107704,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107704,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107704,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107704,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107704,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107704,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107704,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107704,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107704,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107704,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107704,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107704,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107704,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107704,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107704,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107704,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107704,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107704,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107704,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107704,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107705,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107706,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107712,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107717,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107718,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107723,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107728,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107728,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107728,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107728,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107728,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107728,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107728,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107728,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107728,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107728,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107728,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107728,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107728,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107728,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107728,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107728,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107728,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107728,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107728,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107728,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107728,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107728,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107728,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107728,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107728,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107728,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107728,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107728,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107728,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107728,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107728,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107728,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107728,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107728,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107728,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107728,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107728,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107728,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107728,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107728,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107728,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107731,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107731,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107731,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107731,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107731,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107731,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107731,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107731,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107731,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107731,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107731,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107731,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107731,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107731,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107731,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107731,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107731,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107731,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107731,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107731,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107731,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107731,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107731,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107731,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107731,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107731,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107731,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107731,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107731,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107731,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107731,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107731,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107731,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107731,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107731,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107731,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107731,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107731,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107731,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107731,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107731,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107740,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107740,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107740,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107740,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107740,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107740,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107740,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107740,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107740,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107740,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107740,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107740,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107740,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107740,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107740,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107740,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107740,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107740,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107740,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107740,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107740,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107740,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107740,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107740,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107740,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107740,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107740,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107740,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107740,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107740,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107740,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107740,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107740,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107740,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107740,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107740,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107740,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107740,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107740,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107740,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107740,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107743,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107743,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107743,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107743,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107743,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107743,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107743,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107743,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107743,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107743,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107743,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107743,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107743,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107743,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107743,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107743,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107743,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107743,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107743,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107743,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107743,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107743,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107743,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107743,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107743,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107743,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107743,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107743,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107743,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107743,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107743,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107743,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107743,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107743,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107743,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107743,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107743,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107743,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107743,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107743,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107743,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107744,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107746,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107746,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107746,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107746,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107746,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107746,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107746,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107746,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107746,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107746,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107746,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107746,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107746,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107746,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107746,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107746,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107746,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107746,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107746,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107746,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107746,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107746,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107746,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107746,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107746,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107746,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107746,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107746,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107746,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107746,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107746,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107746,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107746,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107746,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107746,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107746,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107746,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107746,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107746,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107746,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107746,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107747,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107748,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107750,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107751,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107754,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107756,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107760,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107762,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107765,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107766,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107768,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107772,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107776,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107776,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107776,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107776,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107776,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107776,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107776,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107776,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107776,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107776,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107776,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107776,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107776,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107776,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107776,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107776,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107776,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107776,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107776,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107776,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107776,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107776,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107776,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107776,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107776,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107776,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107776,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107776,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107776,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107776,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107776,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107776,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107776,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107776,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107776,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107776,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107776,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107776,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107776,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107776,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107776,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107777,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107778,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107780,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107781,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107782,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107782,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107782,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107782,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107782,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107782,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107782,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107782,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107782,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107782,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107782,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107782,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107782,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107782,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107782,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107782,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107782,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107782,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107782,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107782,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107782,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107782,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107782,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107782,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107782,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107782,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107782,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107782,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107782,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107782,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107782,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107782,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107782,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107782,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107782,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107782,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107782,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107782,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107782,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107782,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107782,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107784,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107785,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107785,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107785,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107785,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107785,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107785,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107785,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107785,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107785,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107785,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107785,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107785,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107785,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107785,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107785,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107785,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107785,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107785,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107785,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107785,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107785,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107785,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107785,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107785,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107785,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107785,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107785,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107785,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107785,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107785,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107785,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107785,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107785,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107785,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107785,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107785,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107785,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107785,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107785,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107785,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107785,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107788,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107788,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107788,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107788,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107788,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107788,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107788,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107788,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107788,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107788,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107788,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107788,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107788,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107788,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107788,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107788,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107788,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107788,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107788,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107788,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107788,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107788,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107788,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107788,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107788,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107788,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107788,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107788,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107788,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107788,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107788,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107788,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107788,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107788,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107788,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107788,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107788,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107788,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107788,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107788,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107788,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107792,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107793,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107796,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107805,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107825,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107826,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107951,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107952,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108016,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108016,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108016,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108016,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108016,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108016,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108016,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108016,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108016,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108016,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108016,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108016,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108016,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108016,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108016,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108016,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108016,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108016,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108016,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108016,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108016,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108016,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108016,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108016,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108016,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108016,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108016,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108016,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108016,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108016,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108016,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108016,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108016,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108016,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108016,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108016,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108016,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108016,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108016,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108016,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108016,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108017,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108023,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108034,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108034,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108034,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108034,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108034,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108034,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108034,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108034,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108034,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108034,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108034,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108034,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108034,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108034,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108034,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108034,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108034,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108034,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108034,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108034,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108034,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108034,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108034,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108034,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108034,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108034,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108034,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108034,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108034,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108034,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108034,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108034,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108034,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108034,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108034,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108034,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108034,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108034,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108034,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108034,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108034,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108035,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108036,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108061,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108061,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108061,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108061,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108061,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108061,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108061,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108061,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108061,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108061,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108061,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108061,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108061,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108061,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108061,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108061,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108061,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108061,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108061,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108061,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108061,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108061,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108061,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108061,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108061,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108061,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108061,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108061,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108061,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108061,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108061,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108061,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108061,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108061,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108061,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108061,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108061,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108061,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108061,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108061,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108061,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108070,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108070,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108070,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108070,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108070,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108070,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108070,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108070,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108070,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108070,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108070,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108070,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108070,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108070,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108070,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108070,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108070,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108070,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108070,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108070,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108070,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108070,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108070,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108070,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108070,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108070,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108070,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108070,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108070,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108070,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108070,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108070,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108070,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108070,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108070,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108070,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108070,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108070,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108070,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108070,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108070,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108143,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108148,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108148,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108148,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108148,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108148,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108148,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108148,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108148,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108148,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108148,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108148,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108148,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108148,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108148,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108148,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108148,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108148,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108148,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108148,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108148,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108148,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108148,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108148,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108148,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108148,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108148,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108148,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108148,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108148,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108148,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108148,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108148,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108148,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108148,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108148,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108148,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108148,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108148,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108148,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108148,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108148,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108153,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108154,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108154,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108154,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108154,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108154,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108154,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108154,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108154,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108154,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108154,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108154,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108154,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108154,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108154,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108154,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108154,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108154,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108154,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108154,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108154,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108154,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108154,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108154,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108154,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108154,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108154,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108154,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108154,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108154,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108154,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108154,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108154,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108154,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108154,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108154,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108154,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108154,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108154,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108154,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108154,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108154,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108157,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108157,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108157,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108157,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108157,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108157,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108157,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108157,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108157,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108157,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108157,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108157,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108157,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108157,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108157,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108157,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108157,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108157,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108157,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108157,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108157,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108157,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108157,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108157,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108157,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108157,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108157,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108157,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108157,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108157,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108157,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108157,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108157,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108157,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108157,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108157,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108157,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108157,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108157,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108157,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108157,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108160,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108160,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108160,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108160,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108160,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108160,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108160,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108160,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108160,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108160,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108160,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108160,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108160,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108160,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108160,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108160,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108160,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108160,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108160,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108160,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108160,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108160,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108160,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108160,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108160,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108160,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108160,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108160,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108160,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108160,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108160,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108160,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108160,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108160,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108160,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108160,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108160,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108160,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108160,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108160,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108160,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108163,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108163,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108163,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108163,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108163,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108163,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108163,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108163,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108163,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108163,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108163,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108163,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108163,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108163,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108163,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108163,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108163,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108163,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108163,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108163,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108163,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108163,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108163,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108163,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108163,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108163,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108163,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108163,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108163,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108163,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108163,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108163,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108163,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108163,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108163,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108163,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108163,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108163,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108163,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108163,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108163,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108165,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108169,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108169,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108169,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108169,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108169,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108169,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108169,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108169,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108169,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108169,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108169,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108169,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108169,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108169,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108169,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108169,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108169,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108169,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108169,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108169,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108169,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108169,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108169,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108169,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108169,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108169,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108169,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108169,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108169,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108169,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108169,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108169,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108169,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108169,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108169,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108169,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108169,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108169,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108169,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108169,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108169,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108170,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108171,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108172,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108172,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108172,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108172,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108172,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108172,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108172,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108172,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108172,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108172,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108172,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108172,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108172,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108172,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108172,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108172,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108172,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108172,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108172,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108172,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108172,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108172,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108172,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108172,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108172,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108172,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108172,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108172,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108172,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108172,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108172,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108172,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108172,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108172,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108172,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108172,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108172,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108172,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108172,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108172,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108172,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108175,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108175,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108175,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108175,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108175,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108175,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108175,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108175,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108175,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108175,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108175,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108175,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108175,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108175,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108175,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108175,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108175,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108175,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108175,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108175,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108175,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108175,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108175,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108175,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108175,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108175,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108175,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108175,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108175,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108175,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108175,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108175,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108175,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108175,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108175,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108175,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108175,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108175,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108175,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108175,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108175,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108178,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108178,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108178,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108178,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108178,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108178,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108178,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108178,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108178,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108178,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108178,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108178,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108178,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108178,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108178,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108178,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108178,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108178,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108178,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108178,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108178,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108178,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108178,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108178,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108178,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108178,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108178,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108178,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108178,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108178,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108178,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108178,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108178,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108178,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108178,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108178,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108178,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108178,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108178,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108178,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108178,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108182,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108183,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108185,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108187,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108187,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108187,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108187,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108187,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108187,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108187,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108187,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108187,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108187,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108187,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108187,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108187,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108187,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108187,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108187,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108187,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108187,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108187,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108187,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108187,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108187,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108187,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108187,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108187,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108187,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108187,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108187,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108187,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108187,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108187,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108187,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108187,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108187,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108187,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108187,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108187,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108187,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108187,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108187,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108187,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108196,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108196,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108196,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108196,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108196,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108196,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108196,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108196,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108196,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108196,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108196,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108196,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108196,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108196,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108196,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108196,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108196,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108196,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108196,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108196,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108196,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108196,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108196,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108196,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108196,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108196,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108196,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108196,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108196,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108196,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108196,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108196,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108196,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108196,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108196,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108196,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108196,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108196,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108196,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108196,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108196,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108198,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108200,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108202,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108202,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108202,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108202,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108202,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108202,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108202,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108202,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108202,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108202,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108202,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108202,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108202,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108202,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108202,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108202,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108202,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108202,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108202,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108202,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108202,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108202,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108202,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108202,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108202,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108202,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108202,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108202,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108202,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108202,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108202,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108202,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108202,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108202,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108202,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108202,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108202,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108202,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108202,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108202,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108202,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108205,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108205,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108205,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108205,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108205,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108205,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108205,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108205,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108205,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108205,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108205,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108205,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108205,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108205,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108205,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108205,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108205,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108205,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108205,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108205,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108205,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108205,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108205,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108205,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108205,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108205,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108205,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108205,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108205,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108205,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108205,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108205,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108205,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108205,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108205,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108205,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108205,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108205,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108205,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108205,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108205,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108211,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108211,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108211,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108211,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108211,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108211,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108211,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108211,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108211,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108211,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108211,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108211,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108211,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108211,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108211,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108211,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108211,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108211,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108211,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108211,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108211,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108211,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108211,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108211,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108211,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108211,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108211,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108211,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108211,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108211,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108211,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108211,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108211,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108211,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108211,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108211,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108211,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108211,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108211,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108211,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108211,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108214,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108214,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108214,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108214,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108214,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108214,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108214,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108214,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108214,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108214,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108214,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108214,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108214,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108214,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108214,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108214,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108214,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108214,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108214,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108214,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108214,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108214,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108214,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108214,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108214,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108214,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108214,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108214,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108214,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108214,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108214,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108214,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108214,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108214,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108214,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108214,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108214,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108214,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108214,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108214,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108214,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108220,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108220,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108220,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108220,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108220,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108220,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108220,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108220,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108220,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108220,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108220,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108220,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108220,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108220,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108220,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108220,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108220,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108220,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108220,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108220,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108220,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108220,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108220,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108220,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108220,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108220,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108220,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108220,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108220,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108220,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108220,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108220,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108220,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108220,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108220,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108220,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108220,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108220,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108220,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108220,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108220,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108221,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108222,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108223,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108223,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108223,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108223,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108223,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108223,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108223,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108223,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108223,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108223,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108223,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108223,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108223,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108223,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108223,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108223,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108223,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108223,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108223,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108223,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108223,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108223,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108223,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108223,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108223,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108223,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108223,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108223,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108223,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108223,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108223,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108223,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108223,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108223,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108223,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108223,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108223,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108223,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108223,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108223,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108223,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108227,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108231,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108233,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108234,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108239,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108242,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108243,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108244,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108244,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108244,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108244,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108244,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108244,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108244,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108244,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108244,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108244,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108244,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108244,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108244,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108244,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108244,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108244,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108244,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108244,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108244,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108244,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108244,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108244,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108244,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108244,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108244,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108244,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108244,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108244,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108244,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108244,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108244,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108244,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108244,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108244,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108244,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108244,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108244,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108244,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108244,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108244,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108244,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108246,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108251,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108252,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108254,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108258,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108260,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108264,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108265,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108265,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108265,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108265,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108265,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108265,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108265,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108265,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108265,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108265,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108265,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108265,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108265,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108265,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108265,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108265,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108265,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108265,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108265,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108265,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108265,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108265,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108265,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108265,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108265,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108265,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108265,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108265,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108265,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108265,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108265,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108265,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108265,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108265,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108265,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108265,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108265,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108265,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108265,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108265,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108265,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108266,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108267,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108273,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108275,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108276,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108280,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108280,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108280,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108280,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108280,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108280,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108280,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108280,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108280,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108280,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108280,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108280,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108280,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108280,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108280,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108280,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108280,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108280,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108280,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108280,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108280,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108280,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108280,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108280,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108280,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108280,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108280,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108280,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108280,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108280,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108280,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108280,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108280,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108280,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108280,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108280,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108280,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108280,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108280,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108280,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108280,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108287,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108288,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108289,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108289,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108289,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108289,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108289,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108289,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108289,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108289,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108289,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108289,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108289,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108289,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108289,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108289,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108289,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108289,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108289,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108289,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108289,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108289,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108289,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108289,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108289,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108289,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108289,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108289,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108289,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108289,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108289,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108289,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108289,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108289,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108289,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108289,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108289,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108289,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108289,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108289,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108289,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108289,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108289,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108328,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108328,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108328,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108328,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108328,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108328,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108328,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108328,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108328,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108328,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108328,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108328,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108328,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108328,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108328,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108328,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108328,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108328,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108328,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108328,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108328,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108328,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108328,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108328,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108328,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108328,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108328,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108328,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108328,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108328,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108328,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108328,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108328,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108328,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108328,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108328,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108328,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108328,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108328,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108328,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108328,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108341,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108342,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108361,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108361,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108361,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108361,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108361,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108361,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108361,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108361,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108361,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108361,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108361,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108361,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108361,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108361,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108361,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108361,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108361,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108361,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108361,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108361,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108361,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108361,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108361,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108361,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108361,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108361,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108361,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108361,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108361,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108361,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108361,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108361,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108361,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108361,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108361,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108361,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108361,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108361,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108361,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108361,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108361,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108397,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108397,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108397,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108397,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108397,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108397,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108397,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108397,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108397,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108397,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108397,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108397,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108397,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108397,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108397,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108397,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108397,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108397,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108397,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108397,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108397,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108397,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108397,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108397,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108397,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108397,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108397,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108397,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108397,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108397,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108397,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108397,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108397,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108397,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108397,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108397,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108397,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108397,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108397,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108397,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108397,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108453,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108487,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108487,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108487,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108487,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108487,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108487,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108487,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108487,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108487,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108487,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108487,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108487,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108487,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108487,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108487,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108487,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108487,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108487,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108487,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108487,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108487,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108487,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108487,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108487,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108487,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108487,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108487,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108487,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108487,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108487,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108487,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108487,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108487,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108487,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108487,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108487,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108487,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108487,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108487,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108487,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108487,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108542,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108543,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108568,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108568,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108568,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108568,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108568,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108568,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108568,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108568,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108568,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108568,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108568,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108568,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108568,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108568,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108568,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108568,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108568,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108568,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108568,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108568,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108568,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108568,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108568,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108568,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108568,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108568,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108568,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108568,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108568,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108568,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108568,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108568,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108568,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108568,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108568,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108568,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108568,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108568,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108568,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108568,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108568,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108571,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108571,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108571,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108571,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108571,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108571,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108571,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108571,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108571,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108571,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108571,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108571,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108571,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108571,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108571,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108571,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108571,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108571,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108571,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108571,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108571,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108571,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108571,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108571,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108571,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108571,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108571,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108571,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108571,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108571,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108571,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108571,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108571,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108571,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108571,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108571,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108571,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108571,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108571,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108571,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108571,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108574,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108574,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108574,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108574,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108574,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108574,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108574,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108574,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108574,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108574,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108574,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108574,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108574,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108574,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108574,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108574,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108574,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108574,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108574,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108574,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108574,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108574,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108574,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108574,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108574,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108574,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108574,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108574,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108574,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108574,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108574,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108574,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108574,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108574,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108574,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108574,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108574,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108574,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108574,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108574,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108574,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108575,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108581,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108594,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108607,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108607,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108607,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108607,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108607,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108607,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108607,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108607,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108607,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108607,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108607,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108607,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108607,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108607,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108607,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108607,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108607,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108607,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108607,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108607,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108607,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108607,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108607,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108607,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108607,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108607,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108607,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108607,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108607,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108607,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108607,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108607,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108607,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108607,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108607,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108607,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108607,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108607,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108607,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108607,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108607,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108609,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108638,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108643,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108643,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108643,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108643,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108643,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108643,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108643,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108643,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108643,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108643,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108643,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108643,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108643,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108643,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108643,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108643,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108643,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108643,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108643,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108643,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108643,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108643,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108643,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108643,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108643,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108643,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108643,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108643,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108643,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108643,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108643,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108643,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108643,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108643,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108643,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108643,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108643,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108643,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108643,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108643,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108643,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108649,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108649,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108649,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108649,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108649,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108649,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108649,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108649,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108649,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108649,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108649,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108649,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108649,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108649,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108649,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108649,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108649,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108649,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108649,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108649,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108649,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108649,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108649,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108649,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108649,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108649,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108649,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108649,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108649,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108649,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108649,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108649,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108649,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108649,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108649,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108649,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108649,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108649,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108649,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108649,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108649,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108654,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108670,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108670,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108670,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108670,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108670,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108670,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108670,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108670,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108670,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108670,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108670,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108670,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108670,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108670,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108670,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108670,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108670,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108670,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108670,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108670,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108670,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108670,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108670,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108670,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108670,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108670,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108670,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108670,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108670,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108670,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108670,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108670,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108670,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108670,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108670,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108670,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108670,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108670,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108670,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108670,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108670,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108676,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108676,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108676,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108676,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108676,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108676,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108676,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108676,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108676,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108676,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108676,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108676,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108676,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108676,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108676,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108676,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108676,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108676,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108676,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108676,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108676,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108676,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108676,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108676,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108676,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108676,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108676,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108676,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108676,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108676,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108676,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108676,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108676,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108676,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108676,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108676,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108676,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108676,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108676,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108676,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108676,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108677,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108678,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108690,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108697,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108697,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108697,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108697,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108697,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108697,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108697,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108697,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108697,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108697,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108697,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108697,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108697,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108697,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108697,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108697,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108697,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108697,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108697,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108697,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108697,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108697,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108697,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108697,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108697,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108697,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108697,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108697,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108697,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108697,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108697,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108697,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108697,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108697,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108697,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108697,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108697,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108697,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108697,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108697,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108697,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108698,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108699,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108706,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108706,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108706,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108706,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108706,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108706,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108706,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108706,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108706,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108706,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108706,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108706,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108706,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108706,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108706,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108706,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108706,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108706,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108706,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108706,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108706,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108706,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108706,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108706,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108706,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108706,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108706,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108706,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108706,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108706,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108706,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108706,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108706,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108706,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108706,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108706,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108706,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108706,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108706,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108706,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108706,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108707,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108710,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108714,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108717,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108721,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108721,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108721,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108721,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108721,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108721,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108721,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108721,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108721,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108721,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108721,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108721,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108721,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108721,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108721,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108721,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108721,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108721,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108721,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108721,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108721,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108721,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108721,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108721,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108721,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108721,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108721,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108721,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108721,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108721,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108721,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108721,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108721,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108721,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108721,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108721,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108721,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108721,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108721,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108721,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108721,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108722,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108723,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108725,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108730,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108730,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108730,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108730,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108730,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108730,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108730,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108730,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108730,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108730,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108730,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108730,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108730,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108730,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108730,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108730,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108730,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108730,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108730,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108730,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108730,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108730,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108730,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108730,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108730,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108730,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108730,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108730,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108730,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108730,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108730,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108730,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108730,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108730,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108730,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108730,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108730,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108730,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108730,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108730,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108730,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108731,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108733,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108733,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108733,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108733,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108733,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108733,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108733,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108733,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108733,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108733,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108733,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108733,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108733,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108733,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108733,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108733,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108733,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108733,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108733,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108733,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108733,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108733,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108733,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108733,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108733,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108733,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108733,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108733,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108733,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108733,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108733,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108733,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108733,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108733,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108733,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108733,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108733,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108733,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108733,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108733,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108733,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108739,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108739,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108739,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108739,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108739,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108739,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108739,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108739,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108739,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108739,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108739,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108739,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108739,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108739,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108739,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108739,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108739,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108739,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108739,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108739,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108739,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108739,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108739,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108739,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108739,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108739,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108739,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108739,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108739,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108739,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108739,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108739,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108739,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108739,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108739,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108739,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108739,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108739,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108739,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108739,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108739,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108740,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108743,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108744,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108746,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108749,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108750,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108754,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108754,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108754,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108754,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108754,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108754,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108754,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108754,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108754,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108754,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108754,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108754,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108754,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108754,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108754,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108754,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108754,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108754,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108754,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108754,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108754,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108754,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108754,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108754,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108754,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108754,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108754,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108754,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108754,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108754,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108754,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108754,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108754,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108754,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108754,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108754,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108754,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108754,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108754,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108754,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108754,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108755,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108756,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108758,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108759,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108766,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108766,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108766,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108766,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108766,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108766,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108766,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108766,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108766,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108766,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108766,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108766,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108766,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108766,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108766,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108766,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108766,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108766,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108766,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108766,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108766,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108766,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108766,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108766,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108766,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108766,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108766,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108766,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108766,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108766,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108766,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108766,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108766,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108766,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108766,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108766,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108766,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108766,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108766,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108766,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108766,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108767,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108769,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108769,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108769,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108769,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108769,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108769,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108769,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108769,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108769,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108769,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108769,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108769,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108769,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108769,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108769,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108769,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108769,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108769,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108769,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108769,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108769,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108769,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108769,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108769,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108769,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108769,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108769,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108769,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108769,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108769,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108769,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108769,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108769,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108769,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108769,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108769,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108769,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108769,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108769,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108769,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108769,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108772,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108772,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108772,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108772,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108772,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108772,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108772,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108772,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108772,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108772,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108772,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108772,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108772,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108772,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108772,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108772,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108772,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108772,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108772,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108772,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108772,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108772,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108772,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108772,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108772,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108772,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108772,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108772,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108772,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108772,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108772,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108772,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108772,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108772,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108772,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108772,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108772,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108772,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108772,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108772,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108772,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108773,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108774,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108781,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108781,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108781,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108781,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108781,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108781,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108781,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108781,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108781,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108781,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108781,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108781,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108781,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108781,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108781,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108781,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108781,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108781,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108781,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108781,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108781,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108781,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108781,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108781,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108781,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108781,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108781,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108781,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108781,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108781,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108781,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108781,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108781,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108781,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108781,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108781,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108781,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108781,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108781,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108781,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108781,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108787,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108787,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108787,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108787,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108787,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108787,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108787,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108787,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108787,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108787,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108787,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108787,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108787,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108787,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108787,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108787,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108787,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108787,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108787,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108787,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108787,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108787,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108787,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108787,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108787,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108787,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108787,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108787,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108787,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108787,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108787,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108787,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108787,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108787,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108787,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108787,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108787,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108787,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108787,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108787,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108787,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108791,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108792,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108793,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108793,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108793,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108793,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108793,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108793,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108793,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108793,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108793,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108793,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108793,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108793,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108793,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108793,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108793,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108793,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108793,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108793,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108793,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108793,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108793,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108793,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108793,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108793,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108793,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108793,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108793,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108793,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108793,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108793,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108793,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108793,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108793,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108793,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108793,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108793,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108793,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108793,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108793,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108793,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108793,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108794,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108795,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108802,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108802,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108802,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108802,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108802,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108802,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108802,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108802,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108802,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108802,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108802,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108802,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108802,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108802,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108802,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108802,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108802,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108802,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108802,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108802,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108802,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108802,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108802,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108802,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108802,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108802,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108802,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108802,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108802,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108802,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108802,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108802,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108802,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108802,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108802,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108802,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108802,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108802,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108802,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108802,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108802,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108803,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108804,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108805,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108805,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108805,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108805,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108805,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108805,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108805,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108805,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108805,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108805,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108805,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108805,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108805,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108805,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108805,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108805,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108805,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108805,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108805,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108805,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108805,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108805,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108805,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108805,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108805,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108805,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108805,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108805,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108805,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108805,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108805,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108805,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108805,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108805,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108805,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108805,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108805,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108805,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108805,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108805,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108805,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108807,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108964,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108964,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108964,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108964,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108964,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108964,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108964,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108964,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108964,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108964,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108964,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108964,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108964,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108964,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108964,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108964,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108964,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108964,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108964,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108964,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108964,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108964,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108964,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108964,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108964,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108964,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108964,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108964,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108964,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108964,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108964,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108964,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108964,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108964,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108964,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108964,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108964,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108964,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108964,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108964,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108964,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108974,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108979,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108979,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108979,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108979,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108979,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108979,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108979,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108979,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108979,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108979,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108979,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108979,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108979,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108979,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108979,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108979,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108979,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108979,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108979,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108979,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108979,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108979,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108979,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108979,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108979,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108979,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108979,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108979,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108979,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108979,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108979,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108979,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108979,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108979,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108979,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108979,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108979,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108979,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108979,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108979,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108979,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109003,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109003,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109003,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109003,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109003,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109003,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109003,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109003,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109003,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109003,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109003,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109003,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109003,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109003,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109003,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109003,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109003,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109003,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109003,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109003,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109003,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109003,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109003,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109003,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109003,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109003,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109003,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109003,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109003,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109003,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109003,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109003,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109003,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109003,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109003,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109003,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109003,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109003,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109003,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109003,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109003,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109021,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109021,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109021,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109021,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109021,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109021,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109021,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109021,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109021,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109021,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109021,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109021,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109021,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109021,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109021,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109021,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109021,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109021,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109021,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109021,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109021,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109021,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109021,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109021,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109021,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109021,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109021,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109021,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109021,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109021,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109021,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109021,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109021,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109021,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109021,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109021,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109021,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109021,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109021,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109021,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109021,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109034,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109035,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109060,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109060,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109060,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109060,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109060,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109060,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109060,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109060,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109060,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109060,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109060,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109060,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109060,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109060,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109060,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109060,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109060,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109060,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109060,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109060,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109060,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109060,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109060,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109060,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109060,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109060,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109060,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109060,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109060,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109060,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109060,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109060,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109060,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109060,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109060,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109060,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109060,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109060,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109060,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109060,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109060,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109062,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109076,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109077,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109085,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109088,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109090,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109090,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109090,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109090,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109090,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109090,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109090,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109090,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109090,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109090,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109090,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109090,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109090,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109090,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109090,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109090,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109090,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109090,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109090,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109090,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109090,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109090,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109090,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109090,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109090,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109090,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109090,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109090,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109090,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109090,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109090,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109090,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109090,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109090,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109090,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109090,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109090,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109090,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109090,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109090,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109090,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109091,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109099,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109099,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109099,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109099,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109099,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109099,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109099,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109099,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109099,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109099,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109099,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109099,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109099,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109099,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109099,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109099,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109099,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109099,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109099,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109099,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109099,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109099,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109099,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109099,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109099,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109099,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109099,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109099,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109099,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109099,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109099,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109099,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109099,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109099,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109099,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109099,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109099,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109099,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109099,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109099,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109099,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109100,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109101,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109105,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109105,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109105,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109105,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109105,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109105,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109105,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109105,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109105,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109105,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109105,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109105,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109105,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109105,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109105,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109105,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109105,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109105,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109105,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109105,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109105,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109105,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109105,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109105,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109105,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109105,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109105,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109105,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109105,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109105,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109105,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109105,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109105,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109105,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109105,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109105,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109105,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109105,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109105,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109105,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109105,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109121,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109129,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109129,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109129,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109129,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109129,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109129,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109129,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109129,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109129,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109129,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109129,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109129,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109129,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109129,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109129,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109129,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109129,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109129,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109129,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109129,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109129,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109129,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109129,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109129,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109129,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109129,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109129,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109129,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109129,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109129,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109129,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109129,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109129,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109129,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109129,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109129,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109129,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109129,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109129,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109129,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109129,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109165,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109165,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109165,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109165,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109165,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109165,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109165,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109165,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109165,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109165,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109165,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109165,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109165,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109165,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109165,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109165,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109165,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109165,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109165,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109165,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109165,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109165,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109165,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109165,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109165,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109165,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109165,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109165,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109165,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109165,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109165,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109165,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109165,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109165,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109165,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109165,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109165,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109165,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109165,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109165,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109165,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109168,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109168,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109168,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109168,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109168,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109168,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109168,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109168,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109168,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109168,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109168,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109168,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109168,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109168,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109168,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109168,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109168,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109168,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109168,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109168,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109168,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109168,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109168,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109168,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109168,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109168,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109168,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109168,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109168,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109168,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109168,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109168,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109168,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109168,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109168,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109168,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109168,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109168,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109168,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109168,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109168,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109169,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109171,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109171,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109171,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109171,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109171,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109171,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109171,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109171,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109171,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109171,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109171,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109171,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109171,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109171,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109171,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109171,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109171,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109171,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109171,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109171,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109171,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109171,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109171,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109171,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109171,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109171,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109171,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109171,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109171,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109171,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109171,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109171,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109171,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109171,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109171,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109171,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109171,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109171,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109171,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109171,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109171,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109174,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109174,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109174,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109174,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109174,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109174,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109174,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109174,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109174,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109174,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109174,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109174,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109174,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109174,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109174,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109174,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109174,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109174,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109174,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109174,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109174,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109174,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109174,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109174,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109174,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109174,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109174,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109174,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109174,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109174,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109174,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109174,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109174,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109174,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109174,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109174,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109174,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109174,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109174,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109174,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109174,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109178,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109179,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109180,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109180,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109180,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109180,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109180,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109180,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109180,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109180,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109180,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109180,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109180,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109180,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109180,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109180,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109180,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109180,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109180,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109180,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109180,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109180,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109180,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109180,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109180,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109180,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109180,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109180,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109180,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109180,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109180,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109180,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109180,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109180,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109180,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109180,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109180,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109180,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109180,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109180,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109180,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109180,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109180,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109183,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109183,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109183,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109183,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109183,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109183,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109183,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109183,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109183,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109183,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109183,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109183,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109183,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109183,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109183,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109183,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109183,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109183,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109183,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109183,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109183,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109183,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109183,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109183,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109183,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109183,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109183,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109183,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109183,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109183,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109183,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109183,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109183,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109183,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109183,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109183,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109183,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109183,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109183,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109183,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109183,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109189,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109189,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109189,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109189,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109189,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109189,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109189,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109189,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109189,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109189,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109189,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109189,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109189,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109189,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109189,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109189,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109189,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109189,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109189,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109189,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109189,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109189,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109189,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109189,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109189,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109189,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109189,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109189,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109189,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109189,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109189,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109189,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109189,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109189,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109189,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109189,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109189,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109189,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109189,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109189,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109189,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109191,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109194,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109198,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109198,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109198,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109198,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109198,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109198,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109198,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109198,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109198,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109198,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109198,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109198,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109198,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109198,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109198,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109198,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109198,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109198,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109198,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109198,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109198,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109198,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109198,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109198,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109198,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109198,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109198,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109198,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109198,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109198,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109198,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109198,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109198,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109198,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109198,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109198,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109198,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109198,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109198,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109198,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109198,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109199,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109201,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109201,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109201,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109201,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109201,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109201,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109201,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109201,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109201,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109201,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109201,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109201,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109201,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109201,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109201,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109201,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109201,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109201,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109201,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109201,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109201,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109201,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109201,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109201,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109201,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109201,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109201,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109201,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109201,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109201,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109201,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109201,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109201,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109201,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109201,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109201,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109201,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109201,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109201,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109201,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109201,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109203,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109204,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109204,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109204,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109204,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109204,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109204,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109204,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109204,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109204,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109204,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109204,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109204,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109204,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109204,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109204,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109204,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109204,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109204,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109204,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109204,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109204,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109204,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109204,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109204,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109204,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109204,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109204,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109204,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109204,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109204,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109204,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109204,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109204,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109204,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109204,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109204,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109204,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109204,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109204,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109204,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109204,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109207,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109207,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109207,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109207,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109207,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109207,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109207,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109207,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109207,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109207,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109207,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109207,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109207,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109207,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109207,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109207,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109207,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109207,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109207,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109207,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109207,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109207,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109207,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109207,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109207,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109207,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109207,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109207,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109207,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109207,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109207,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109207,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109207,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109207,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109207,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109207,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109207,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109207,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109207,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109207,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109207,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109210,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109210,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109210,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109210,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109210,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109210,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109210,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109210,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109210,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109210,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109210,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109210,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109210,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109210,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109210,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109210,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109210,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109210,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109210,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109210,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109210,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109210,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109210,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109210,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109210,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109210,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109210,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109210,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109210,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109210,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109210,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109210,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109210,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109210,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109210,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109210,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109210,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109210,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109210,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109210,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109210,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109215,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109217,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109218,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109219,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109219,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109219,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109219,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109219,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109219,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109219,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109219,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109219,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109219,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109219,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109219,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109219,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109219,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109219,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109219,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109219,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109219,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109219,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109219,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109219,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109219,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109219,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109219,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109219,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109219,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109219,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109219,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109219,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109219,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109219,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109219,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109219,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109219,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109219,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109219,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109219,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109219,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109219,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109219,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109219,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109222,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109222,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109222,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109222,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109222,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109222,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109222,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109222,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109222,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109222,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109222,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109222,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109222,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109222,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109222,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109222,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109222,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109222,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109222,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109222,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109222,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109222,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109222,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109222,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109222,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109222,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109222,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109222,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109222,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109222,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109222,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109222,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109222,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109222,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109222,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109222,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109222,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109222,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109222,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109222,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109222,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109225,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109225,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109225,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109225,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109225,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109225,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109225,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109225,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109225,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109225,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109225,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109225,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109225,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109225,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109225,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109225,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109225,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109225,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109225,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109225,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109225,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109225,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109225,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109225,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109225,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109225,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109225,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109225,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109225,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109225,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109225,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109225,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109225,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109225,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109225,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109225,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109225,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109225,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109225,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109225,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109225,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109228,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109228,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109228,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109228,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109228,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109228,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109228,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109228,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109228,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109228,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109228,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109228,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109228,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109228,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109228,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109228,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109228,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109228,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109228,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109228,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109228,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109228,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109228,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109228,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109228,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109228,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109228,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109228,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109228,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109228,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109228,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109228,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109228,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109228,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109228,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109228,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109228,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109228,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109228,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109228,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109228,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109229,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109230,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109232,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109233,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109236,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109240,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109240,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109240,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109240,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109240,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109240,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109240,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109240,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109240,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109240,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109240,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109240,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109240,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109240,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109240,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109240,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109240,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109240,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109240,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109240,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109240,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109240,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109240,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109240,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109240,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109240,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109240,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109240,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109240,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109240,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109240,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109240,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109240,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109240,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109240,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109240,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109240,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109240,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109240,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109240,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109240,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109241,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109242,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109244,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109245,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109246,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109246,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109246,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109246,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109246,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109246,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109246,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109246,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109246,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109246,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109246,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109246,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109246,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109246,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109246,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109246,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109246,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109246,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109246,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109246,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109246,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109246,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109246,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109246,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109246,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109246,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109246,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109246,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109246,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109246,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109246,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109246,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109246,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109246,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109246,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109246,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109246,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109246,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109246,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109246,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109246,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109248,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109266,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109336,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109336,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109336,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109336,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109336,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109336,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109336,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109336,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109336,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109336,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109336,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109336,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109336,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109336,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109336,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109336,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109336,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109336,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109336,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109336,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109336,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109336,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109336,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109336,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109336,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109336,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109336,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109336,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109336,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109336,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109336,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109336,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109336,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109336,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109336,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109336,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109336,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109336,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109336,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109336,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109336,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109363,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109363,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109363,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109363,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109363,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109363,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109363,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109363,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109363,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109363,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109363,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109363,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109363,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109363,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109363,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109363,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109363,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109363,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109363,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109363,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109363,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109363,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109363,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109363,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109363,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109363,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109363,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109363,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109363,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109363,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109363,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109363,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109363,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109363,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109363,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109363,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109363,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109363,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109363,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109363,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109363,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109383,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109408,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109408,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109408,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109408,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109408,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109408,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109408,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109408,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109408,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109408,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109408,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109408,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109408,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109408,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109408,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109408,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109408,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109408,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109408,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109408,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109408,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109408,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109408,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109408,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109408,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109408,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109408,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109408,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109408,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109408,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109408,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109408,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109408,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109408,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109408,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109408,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109408,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109408,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109408,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109408,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109408,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109410,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109433,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109440,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109458,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109483,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109483,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109483,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109483,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109483,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109483,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109483,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109483,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109483,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109483,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109483,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109483,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109483,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109483,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109483,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109483,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109483,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109483,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109483,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109483,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109483,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109483,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109483,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109483,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109483,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109483,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109483,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109483,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109483,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109483,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109483,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109483,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109483,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109483,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109483,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109483,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109483,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109483,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109483,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109483,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109483,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109492,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109492,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109492,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109492,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109492,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109492,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109492,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109492,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109492,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109492,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109492,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109492,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109492,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109492,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109492,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109492,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109492,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109492,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109492,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109492,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109492,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109492,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109492,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109492,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109492,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109492,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109492,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109492,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109492,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109492,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109492,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109492,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109492,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109492,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109492,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109492,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109492,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109492,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109492,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109492,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109492,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109496,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109497,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109508,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109509,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109514,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109515,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109516,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109516,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109516,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109516,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109516,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109516,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109516,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109516,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109516,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109516,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109516,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109516,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109516,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109516,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109516,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109516,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109516,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109516,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109516,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109516,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109516,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109516,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109516,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109516,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109516,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109516,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109516,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109516,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109516,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109516,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109516,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109516,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109516,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109516,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109516,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109516,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109516,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109516,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109516,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109516,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109516,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109517,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109518,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109522,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109522,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109522,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109522,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109522,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109522,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109522,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109522,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109522,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109522,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109522,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109522,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109522,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109522,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109522,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109522,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109522,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109522,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109522,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109522,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109522,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109522,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109522,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109522,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109522,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109522,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109522,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109522,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109522,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109522,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109522,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109522,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109522,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109522,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109522,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109522,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109522,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109522,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109522,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109522,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109522,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109528,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109528,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109528,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109528,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109528,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109528,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109528,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109528,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109528,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109528,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109528,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109528,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109528,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109528,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109528,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109528,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109528,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109528,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109528,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109528,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109528,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109528,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109528,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109528,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109528,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109528,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109528,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109528,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109528,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109528,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109528,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109528,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109528,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109528,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109528,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109528,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109528,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109528,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109528,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109528,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109528,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109531,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109531,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109531,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109531,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109531,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109531,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109531,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109531,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109531,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109531,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109531,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109531,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109531,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109531,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109531,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109531,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109531,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109531,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109531,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109531,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109531,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109531,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109531,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109531,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109531,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109531,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109531,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109531,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109531,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109531,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109531,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109531,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109531,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109531,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109531,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109531,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109531,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109531,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109531,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109531,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109531,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109533,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109535,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109536,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109537,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109537,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109537,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109537,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109537,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109537,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109537,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109537,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109537,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109537,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109537,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109537,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109537,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109537,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109537,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109537,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109537,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109537,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109537,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109537,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109537,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109537,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109537,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109537,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109537,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109537,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109537,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109537,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109537,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109537,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109537,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109537,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109537,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109537,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109537,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109537,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109537,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109537,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109537,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109537,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109537,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109548,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109549,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109549,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109549,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109549,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109549,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109549,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109549,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109549,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109549,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109549,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109549,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109549,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109549,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109549,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109549,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109549,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109549,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109549,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109549,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109549,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109549,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109549,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109549,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109549,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109549,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109549,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109549,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109549,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109549,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109549,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109549,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109549,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109549,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109549,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109549,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109549,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109549,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109549,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109549,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109549,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109549,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109553,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109558,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109558,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109558,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109558,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109558,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109558,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109558,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109558,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109558,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109558,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109558,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109558,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109558,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109558,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109558,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109558,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109558,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109558,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109558,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109558,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109558,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109558,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109558,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109558,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109558,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109558,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109558,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109558,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109558,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109558,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109558,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109558,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109558,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109558,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109558,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109558,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109558,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109558,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109558,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109558,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109558,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109559,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109562,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109563,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109564,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109564,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109564,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109564,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109564,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109564,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109564,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109564,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109564,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109564,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109564,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109564,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109564,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109564,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109564,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109564,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109564,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109564,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109564,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109564,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109564,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109564,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109564,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109564,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109564,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109564,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109564,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109564,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109564,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109564,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109564,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109564,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109564,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109564,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109564,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109564,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109564,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109564,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109564,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109564,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109564,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109565,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109569,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109572,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109663,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109663,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109663,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109663,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109663,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109663,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109663,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109663,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109663,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109663,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109663,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109663,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109663,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109663,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109663,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109663,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109663,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109663,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109663,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109663,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109663,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109663,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109663,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109663,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109663,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109663,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109663,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109663,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109663,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109663,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109663,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109663,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109663,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109663,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109663,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109663,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109663,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109663,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109663,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109663,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109663,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109664,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109712,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109735,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109735,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109735,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109735,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109735,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109735,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109735,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109735,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109735,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109735,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109735,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109735,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109735,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109735,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109735,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109735,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109735,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109735,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109735,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109735,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109735,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109735,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109735,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109735,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109735,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109735,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109735,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109735,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109735,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109735,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109735,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109735,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109735,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109735,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109735,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109735,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109735,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109735,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109735,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109735,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109735,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109736,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109816,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109816,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109816,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109816,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109816,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109816,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109816,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109816,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109816,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109816,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109816,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109816,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109816,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109816,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109816,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109816,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109816,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109816,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109816,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109816,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109816,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109816,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109816,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109816,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109816,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109816,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109816,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109816,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109816,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109816,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109816,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109816,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109816,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109816,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109816,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109816,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109816,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109816,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109816,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109816,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109816,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109818,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109828,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109828,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109828,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109828,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109828,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109828,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109828,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109828,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109828,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109828,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109828,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109828,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109828,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109828,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109828,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109828,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109828,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109828,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109828,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109828,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109828,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109828,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109828,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109828,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109828,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109828,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109828,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109828,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109828,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109828,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109828,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109828,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109828,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109828,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109828,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109828,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109828,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109828,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109828,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109828,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109828,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109893,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109902,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109929,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109937,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109942,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109942,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109942,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109942,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109942,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109942,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109942,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109942,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109942,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109942,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109942,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109942,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109942,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109942,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109942,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109942,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109942,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109942,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109942,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109942,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109942,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109942,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109942,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109942,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109942,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109942,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109942,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109942,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109942,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109942,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109942,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109942,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109942,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109942,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109942,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109942,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109942,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109942,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109942,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109942,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109942,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109944,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109951,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109951,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109951,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109951,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109951,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109951,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109951,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109951,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109951,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109951,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109951,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109951,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109951,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109951,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109951,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109951,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109951,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109951,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109951,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109951,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109951,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109951,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109951,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109951,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109951,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109951,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109951,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109951,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109951,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109951,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109951,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109951,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109951,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109951,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109951,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109951,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109951,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109951,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109951,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109951,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109951,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109961,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109963,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109963,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109963,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109963,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109963,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109963,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109963,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109963,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109963,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109963,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109963,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109963,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109963,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109963,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109963,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109963,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109963,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109963,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109963,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109963,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109963,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109963,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109963,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109963,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109963,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109963,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109963,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109963,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109963,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109963,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109963,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109963,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109963,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109963,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109963,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109963,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109963,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109963,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109963,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109963,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109963,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109964,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109965,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109980,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109983,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109985,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109986,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109987,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109987,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109987,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109987,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109987,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109987,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109987,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109987,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109987,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109987,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109987,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109987,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109987,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109987,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109987,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109987,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109987,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109987,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109987,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109987,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109987,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109987,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109987,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109987,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109987,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109987,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109987,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109987,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109987,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109987,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109987,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109987,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109987,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109987,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109987,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109987,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109987,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109987,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109987,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109987,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109987,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109988,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109989,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109993,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109993,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109993,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109993,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109993,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109993,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109993,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109993,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109993,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109993,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109993,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109993,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109993,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109993,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109993,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109993,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109993,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109993,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109993,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109993,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109993,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109993,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109993,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109993,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109993,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109993,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109993,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109993,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109993,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109993,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109993,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109993,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109993,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109993,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109993,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109993,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109993,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109993,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109993,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109993,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109993,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109996,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109996,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109996,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109996,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109996,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109996,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109996,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109996,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109996,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109996,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109996,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109996,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109996,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109996,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109996,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109996,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109996,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109996,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109996,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109996,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109996,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109996,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109996,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109996,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109996,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109996,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109996,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109996,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109996,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109996,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109996,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109996,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109996,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109996,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109996,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109996,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109996,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109996,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109996,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109996,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109996,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110002,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110002,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110002,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110002,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110002,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110002,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110002,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110002,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110002,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110002,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110002,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110002,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110002,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110002,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110002,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110002,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110002,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110002,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110002,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110002,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110002,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110002,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110002,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110002,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110002,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110002,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110002,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110002,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110002,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110002,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110002,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110002,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110002,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110002,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110002,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110002,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110002,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110002,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110002,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110002,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110002,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110004,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110017,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110017,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110017,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110017,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110017,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110017,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110017,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110017,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110017,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110017,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110017,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110017,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110017,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110017,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110017,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110017,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110017,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110017,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110017,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110017,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110017,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110017,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110017,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110017,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110017,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110017,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110017,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110017,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110017,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110017,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110017,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110017,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110017,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110017,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110017,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110017,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110017,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110017,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110017,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110017,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110017,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110018,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110019,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110021,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110022,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110023,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110023,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110023,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110023,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110023,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110023,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110023,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110023,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110023,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110023,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110023,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110023,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110023,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110023,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110023,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110023,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110023,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110023,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110023,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110023,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110023,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110023,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110023,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110023,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110023,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110023,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110023,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110023,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110023,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110023,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110023,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110023,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110023,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110023,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110023,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110023,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110023,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110023,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110023,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110023,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110023,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110024,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110026,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110026,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110026,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110026,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110026,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110026,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110026,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110026,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110026,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110026,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110026,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110026,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110026,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110026,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110026,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110026,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110026,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110026,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110026,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110026,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110026,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110026,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110026,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110026,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110026,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110026,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110026,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110026,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110026,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110026,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110026,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110026,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110026,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110026,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110026,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110026,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110026,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110026,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110026,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110026,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110026,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110027,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110028,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110036,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110037,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110039,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110043,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110045,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110047,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110047,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110047,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110047,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110047,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110047,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110047,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110047,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110047,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110047,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110047,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110047,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110047,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110047,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110047,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110047,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110047,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110047,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110047,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110047,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110047,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110047,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110047,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110047,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110047,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110047,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110047,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110047,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110047,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110047,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110047,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110047,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110047,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110047,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110047,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110047,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110047,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110047,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110047,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110047,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110047,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110048,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110057,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110060,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110061,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110065,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110065,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110065,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110065,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110065,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110065,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110065,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110065,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110065,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110065,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110065,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110065,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110065,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110065,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110065,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110065,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110065,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110065,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110065,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110065,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110065,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110065,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110065,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110065,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110065,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110065,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110065,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110065,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110065,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110065,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110065,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110065,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110065,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110065,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110065,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110065,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110065,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110065,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110065,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110065,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110065,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110067,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110071,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110071,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110071,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110071,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110071,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110071,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110071,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110071,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110071,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110071,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110071,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110071,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110071,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110071,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110071,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110071,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110071,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110071,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110071,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110071,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110071,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110071,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110071,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110071,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110071,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110071,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110071,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110071,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110071,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110071,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110071,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110071,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110071,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110071,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110071,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110071,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110071,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110071,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110071,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110071,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110071,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110073,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110074,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110074,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110074,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110074,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110074,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110074,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110074,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110074,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110074,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110074,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110074,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110074,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110074,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110074,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110074,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110074,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110074,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110074,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110074,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110074,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110074,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110074,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110074,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110074,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110074,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110074,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110074,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110074,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110074,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110074,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110074,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110074,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110074,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110074,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110074,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110074,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110074,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110074,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110074,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110074,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110074,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110075,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110076,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110078,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110081,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110082,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110086,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110086,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110086,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110086,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110086,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110086,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110086,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110086,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110086,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110086,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110086,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110086,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110086,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110086,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110086,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110086,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110086,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110086,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110086,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110086,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110086,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110086,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110086,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110086,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110086,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110086,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110086,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110086,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110086,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110086,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110086,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110086,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110086,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110086,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110086,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110086,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110086,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110086,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110086,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110086,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110086,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110088,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110090,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110091,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110092,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110092,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110092,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110092,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110092,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110092,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110092,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110092,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110092,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110092,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110092,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110092,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110092,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110092,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110092,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110092,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110092,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110092,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110092,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110092,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110092,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110092,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110092,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110092,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110092,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110092,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110092,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110092,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110092,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110092,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110092,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110092,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110092,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110092,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110092,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110092,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110092,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110092,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110092,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110092,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110092,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110104,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110104,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110104,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110104,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110104,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110104,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110104,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110104,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110104,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110104,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110104,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110104,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110104,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110104,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110104,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110104,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110104,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110104,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110104,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110104,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110104,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110104,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110104,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110104,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110104,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110104,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110104,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110104,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110104,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110104,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110104,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110104,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110104,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110104,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110104,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110104,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110104,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110104,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110104,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110104,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110104,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110105,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110107,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110107,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110107,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110107,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110107,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110107,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110107,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110107,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110107,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110107,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110107,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110107,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110107,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110107,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110107,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110107,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110107,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110107,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110107,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110107,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110107,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110107,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110107,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110107,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110107,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110107,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110107,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110107,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110107,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110107,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110107,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110107,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110107,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110107,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110107,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110107,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110107,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110107,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110107,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110107,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110107,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110111,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110143,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110143,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110143,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110143,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110143,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110143,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110143,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110143,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110143,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110143,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110143,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110143,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110143,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110143,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110143,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110143,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110143,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110143,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110143,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110143,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110143,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110143,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110143,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110143,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110143,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110143,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110143,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110143,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110143,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110143,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110143,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110143,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110143,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110143,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110143,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110143,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110143,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110143,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110143,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110143,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110143,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110147,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110169,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110197,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110197,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110197,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110197,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110197,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110197,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110197,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110197,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110197,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110197,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110197,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110197,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110197,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110197,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110197,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110197,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110197,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110197,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110197,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110197,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110197,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110197,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110197,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110197,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110197,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110197,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110197,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110197,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110197,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110197,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110197,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110197,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110197,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110197,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110197,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110197,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110197,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110197,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110197,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110197,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110197,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110200,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110200,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110200,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110200,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110200,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110200,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110200,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110200,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110200,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110200,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110200,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110200,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110200,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110200,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110200,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110200,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110200,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110200,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110200,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110200,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110200,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110200,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110200,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110200,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110200,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110200,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110200,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110200,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110200,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110200,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110200,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110200,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110200,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110200,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110200,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110200,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110200,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110200,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110200,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110200,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110200,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110201,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110276,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110291,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110295,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110297,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110298,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110333,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110347,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110347,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110347,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110347,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110347,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110347,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110347,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110347,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110347,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110347,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110347,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110347,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110347,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110347,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110347,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110347,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110347,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110347,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110347,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110347,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110347,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110347,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110347,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110347,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110347,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110347,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110347,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110347,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110347,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110347,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110347,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110347,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110347,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110347,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110347,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110347,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110347,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110347,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110347,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110347,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110347,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110349,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110370,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110419,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110419,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110419,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110419,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110419,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110419,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110419,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110419,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110419,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110419,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110419,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110419,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110419,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110419,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110419,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110419,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110419,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110419,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110419,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110419,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110419,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110419,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110419,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110419,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110419,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110419,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110419,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110419,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110419,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110419,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110419,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110419,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110419,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110419,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110419,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110419,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110419,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110419,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110419,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110419,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110419,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110425,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110425,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110425,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110425,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110425,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110425,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110425,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110425,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110425,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110425,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110425,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110425,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110425,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110425,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110425,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110425,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110425,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110425,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110425,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110425,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110425,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110425,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110425,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110425,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110425,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110425,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110425,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110425,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110425,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110425,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110425,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110425,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110425,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110425,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110425,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110425,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110425,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110425,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110425,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110425,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110425,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110432,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110434,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110434,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110434,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110434,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110434,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110434,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110434,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110434,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110434,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110434,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110434,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110434,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110434,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110434,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110434,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110434,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110434,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110434,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110434,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110434,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110434,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110434,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110434,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110434,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110434,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110434,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110434,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110434,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110434,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110434,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110434,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110434,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110434,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110434,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110434,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110434,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110434,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110434,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110434,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110434,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110434,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110437,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110437,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110437,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110437,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110437,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110437,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110437,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110437,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110437,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110437,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110437,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110437,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110437,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110437,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110437,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110437,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110437,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110437,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110437,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110437,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110437,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110437,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110437,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110437,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110437,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110437,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110437,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110437,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110437,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110437,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110437,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110437,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110437,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110437,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110437,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110437,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110437,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110437,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110437,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110437,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110437,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110441,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110444,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110447,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110448,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110452,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110452,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110452,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110452,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110452,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110452,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110452,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110452,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110452,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110452,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110452,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110452,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110452,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110452,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110452,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110452,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110452,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110452,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110452,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110452,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110452,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110452,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110452,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110452,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110452,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110452,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110452,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110452,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110452,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110452,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110452,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110452,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110452,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110452,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110452,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110452,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110452,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110452,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110452,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110452,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110452,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110455,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110455,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110455,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110455,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110455,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110455,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110455,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110455,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110455,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110455,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110455,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110455,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110455,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110455,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110455,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110455,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110455,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110455,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110455,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110455,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110455,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110455,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110455,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110455,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110455,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110455,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110455,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110455,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110455,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110455,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110455,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110455,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110455,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110455,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110455,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110455,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110455,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110455,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110455,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110455,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110455,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110461,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110461,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110461,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110461,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110461,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110461,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110461,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110461,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110461,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110461,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110461,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110461,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110461,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110461,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110461,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110461,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110461,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110461,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110461,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110461,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110461,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110461,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110461,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110461,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110461,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110461,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110461,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110461,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110461,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110461,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110461,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110461,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110461,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110461,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110461,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110461,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110461,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110461,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110461,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110461,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110461,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110464,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110464,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110464,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110464,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110464,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110464,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110464,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110464,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110464,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110464,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110464,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110464,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110464,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110464,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110464,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110464,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110464,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110464,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110464,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110464,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110464,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110464,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110464,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110464,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110464,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110464,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110464,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110464,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110464,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110464,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110464,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110464,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110464,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110464,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110464,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110464,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110464,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110464,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110464,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110464,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110464,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110465,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110466,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110467,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110467,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110467,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110467,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110467,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110467,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110467,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110467,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110467,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110467,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110467,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110467,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110467,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110467,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110467,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110467,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110467,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110467,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110467,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110467,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110467,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110467,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110467,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110467,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110467,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110467,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110467,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110467,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110467,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110467,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110467,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110467,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110467,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110467,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110467,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110467,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110467,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110467,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110467,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110467,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110467,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110468,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110471,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110472,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110477,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110478,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110483,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110484,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110485,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110485,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110485,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110485,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110485,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110485,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110485,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110485,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110485,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110485,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110485,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110485,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110485,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110485,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110485,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110485,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110485,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110485,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110485,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110485,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110485,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110485,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110485,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110485,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110485,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110485,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110485,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110485,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110485,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110485,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110485,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110485,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110485,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110485,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110485,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110485,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110485,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110485,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110485,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110485,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110485,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110486,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110487,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110489,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110490,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110491,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110491,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110491,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110491,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110491,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110491,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110491,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110491,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110491,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110491,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110491,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110491,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110491,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110491,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110491,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110491,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110491,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110491,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110491,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110491,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110491,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110491,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110491,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110491,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110491,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110491,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110491,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110491,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110491,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110491,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110491,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110491,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110491,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110491,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110491,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110491,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110491,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110491,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110491,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110491,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110491,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110492,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110496,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110499,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110502,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110504,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110505,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110506,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110506,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110506,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110506,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110506,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110506,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110506,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110506,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110506,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110506,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110506,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110506,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110506,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110506,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110506,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110506,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110506,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110506,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110506,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110506,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110506,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110506,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110506,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110506,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110506,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110506,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110506,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110506,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110506,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110506,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110506,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110506,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110506,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110506,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110506,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110506,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110506,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110506,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110506,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110506,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110506,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110508,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110511,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110515,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110515,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110515,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110515,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110515,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110515,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110515,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110515,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110515,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110515,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110515,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110515,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110515,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110515,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110515,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110515,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110515,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110515,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110515,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110515,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110515,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110515,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110515,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110515,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110515,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110515,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110515,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110515,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110515,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110515,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110515,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110515,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110515,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110515,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110515,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110515,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110515,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110515,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110515,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110515,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110515,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110516,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110517,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110521,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110521,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110521,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110521,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110521,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110521,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110521,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110521,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110521,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110521,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110521,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110521,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110521,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110521,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110521,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110521,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110521,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110521,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110521,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110521,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110521,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110521,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110521,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110521,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110521,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110521,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110521,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110521,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110521,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110521,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110521,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110521,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110521,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110521,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110521,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110521,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110521,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110521,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110521,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110521,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110521,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110524,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110524,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110524,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110524,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110524,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110524,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110524,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110524,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110524,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110524,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110524,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110524,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110524,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110524,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110524,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110524,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110524,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110524,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110524,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110524,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110524,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110524,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110524,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110524,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110524,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110524,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110524,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110524,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110524,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110524,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110524,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110524,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110524,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110524,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110524,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110524,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110524,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110524,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110524,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110524,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110524,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110527,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110527,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110527,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110527,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110527,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110527,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110527,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110527,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110527,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110527,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110527,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110527,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110527,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110527,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110527,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110527,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110527,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110527,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110527,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110527,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110527,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110527,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110527,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110527,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110527,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110527,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110527,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110527,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110527,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110527,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110527,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110527,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110527,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110527,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110527,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110527,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110527,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110527,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110527,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110527,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110527,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110528,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110531,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110532,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110647,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110647,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110647,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110647,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110647,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110647,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110647,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110647,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110647,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110647,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110647,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110647,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110647,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110647,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110647,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110647,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110647,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110647,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110647,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110647,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110647,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110647,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110647,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110647,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110647,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110647,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110647,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110647,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110647,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110647,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110647,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110647,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110647,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110647,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110647,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110647,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110647,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110647,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110647,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110647,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110647,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110648,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110662,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110662,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110662,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110662,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110662,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110662,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110662,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110662,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110662,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110662,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110662,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110662,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110662,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110662,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110662,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110662,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110662,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110662,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110662,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110662,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110662,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110662,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110662,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110662,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110662,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110662,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110662,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110662,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110662,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110662,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110662,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110662,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110662,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110662,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110662,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110662,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110662,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110662,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110662,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110662,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110662,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110737,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110737,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110737,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110737,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110737,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110737,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110737,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110737,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110737,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110737,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110737,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110737,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110737,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110737,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110737,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110737,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110737,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110737,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110737,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110737,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110737,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110737,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110737,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110737,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110737,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110737,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110737,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110737,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110737,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110737,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110737,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110737,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110737,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110737,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110737,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110737,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110737,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110737,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110737,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110737,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110737,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110761,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110761,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110761,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110761,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110761,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110761,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110761,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110761,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110761,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110761,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110761,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110761,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110761,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110761,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110761,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110761,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110761,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110761,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110761,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110761,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110761,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110761,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110761,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110761,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110761,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110761,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110761,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110761,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110761,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110761,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110761,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110761,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110761,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110761,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110761,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110761,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110761,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110761,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110761,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110761,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110761,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110775,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110780,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110833,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110833,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110833,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110833,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110833,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110833,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110833,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110833,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110833,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110833,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110833,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110833,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110833,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110833,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110833,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110833,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110833,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110833,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110833,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110833,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110833,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110833,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110833,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110833,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110833,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110833,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110833,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110833,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110833,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110833,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110833,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110833,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110833,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110833,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110833,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110833,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110833,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110833,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110833,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110833,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110833,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110836,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110836,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110836,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110836,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110836,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110836,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110836,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110836,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110836,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110836,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110836,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110836,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110836,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110836,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110836,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110836,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110836,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110836,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110836,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110836,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110836,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110836,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110836,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110836,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110836,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110836,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110836,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110836,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110836,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110836,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110836,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110836,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110836,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110836,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110836,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110836,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110836,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110836,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110836,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110836,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110836,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110838,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110839,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110839,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110839,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110839,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110839,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110839,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110839,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110839,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110839,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110839,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110839,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110839,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110839,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110839,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110839,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110839,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110839,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110839,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110839,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110839,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110839,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110839,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110839,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110839,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110839,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110839,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110839,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110839,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110839,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110839,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110839,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110839,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110839,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110839,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110839,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110839,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110839,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110839,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110839,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110839,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110839,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110842,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110842,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110842,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110842,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110842,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110842,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110842,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110842,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110842,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110842,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110842,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110842,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110842,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110842,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110842,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110842,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110842,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110842,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110842,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110842,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110842,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110842,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110842,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110842,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110842,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110842,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110842,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110842,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110842,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110842,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110842,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110842,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110842,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110842,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110842,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110842,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110842,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110842,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110842,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110842,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110842,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110859,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110870,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110874,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110878,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110878,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110878,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110878,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110878,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110878,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110878,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110878,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110878,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110878,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110878,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110878,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110878,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110878,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110878,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110878,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110878,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110878,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110878,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110878,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110878,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110878,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110878,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110878,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110878,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110878,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110878,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110878,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110878,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110878,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110878,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110878,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110878,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110878,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110878,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110878,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110878,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110878,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110878,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110878,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110878,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110882,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110884,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110884,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110884,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110884,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110884,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110884,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110884,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110884,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110884,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110884,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110884,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110884,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110884,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110884,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110884,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110884,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110884,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110884,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110884,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110884,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110884,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110884,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110884,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110884,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110884,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110884,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110884,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110884,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110884,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110884,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110884,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110884,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110884,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110884,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110884,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110884,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110884,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110884,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110884,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110884,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110884,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110885,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110891,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110893,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110893,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110893,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110893,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110893,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110893,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110893,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110893,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110893,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110893,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110893,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110893,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110893,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110893,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110893,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110893,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110893,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110893,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110893,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110893,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110893,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110893,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110893,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110893,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110893,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110893,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110893,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110893,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110893,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110893,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110893,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110893,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110893,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110893,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110893,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110893,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110893,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110893,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110893,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110893,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110893,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110894,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110895,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110900,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110901,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110906,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110908,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110908,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110908,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110908,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110908,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110908,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110908,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110908,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110908,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110908,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110908,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110908,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110908,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110908,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110908,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110908,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110908,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110908,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110908,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110908,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110908,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110908,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110908,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110908,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110908,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110908,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110908,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110908,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110908,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110908,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110908,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110908,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110908,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110908,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110908,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110908,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110908,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110908,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110908,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110908,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110908,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110909,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110912,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110914,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110914,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110914,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110914,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110914,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110914,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110914,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110914,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110914,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110914,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110914,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110914,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110914,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110914,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110914,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110914,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110914,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110914,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110914,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110914,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110914,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110914,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110914,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110914,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110914,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110914,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110914,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110914,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110914,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110914,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110914,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110914,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110914,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110914,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110914,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110914,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110914,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110914,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110914,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110914,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110914,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110916,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110917,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110917,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110917,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110917,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110917,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110917,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110917,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110917,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110917,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110917,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110917,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110917,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110917,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110917,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110917,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110917,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110917,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110917,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110917,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110917,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110917,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110917,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110917,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110917,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110917,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110917,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110917,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110917,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110917,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110917,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110917,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110917,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110917,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110917,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110917,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110917,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110917,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110917,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110917,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110917,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110917,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110919,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110920,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110920,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110920,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110920,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110920,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110920,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110920,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110920,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110920,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110920,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110920,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110920,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110920,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110920,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110920,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110920,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110920,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110920,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110920,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110920,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110920,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110920,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110920,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110920,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110920,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110920,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110920,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110920,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110920,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110920,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110920,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110920,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110920,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110920,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110920,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110920,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110920,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110920,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110920,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110920,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110920,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110921,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110923,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110923,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110923,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110923,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110923,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110923,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110923,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110923,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110923,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110923,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110923,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110923,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110923,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110923,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110923,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110923,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110923,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110923,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110923,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110923,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110923,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110923,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110923,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110923,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110923,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110923,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110923,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110923,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110923,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110923,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110923,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110923,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110923,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110923,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110923,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110923,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110923,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110923,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110923,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110923,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110923,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110925,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110926,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110926,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110926,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110926,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110926,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110926,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110926,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110926,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110926,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110926,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110926,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110926,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110926,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110926,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110926,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110926,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110926,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110926,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110926,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110926,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110926,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110926,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110926,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110926,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110926,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110926,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110926,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110926,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110926,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110926,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110926,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110926,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110926,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110926,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110926,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110926,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110926,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110926,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110926,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110926,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110926,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110927,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110929,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110929,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110929,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110929,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110929,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110929,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110929,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110929,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110929,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110929,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110929,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110929,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110929,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110929,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110929,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110929,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110929,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110929,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110929,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110929,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110929,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110929,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110929,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110929,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110929,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110929,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110929,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110929,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110929,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110929,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110929,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110929,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110929,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110929,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110929,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110929,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110929,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110929,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110929,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110929,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110929,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110930,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110935,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110935,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110935,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110935,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110935,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110935,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110935,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110935,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110935,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110935,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110935,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110935,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110935,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110935,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110935,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110935,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110935,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110935,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110935,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110935,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110935,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110935,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110935,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110935,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110935,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110935,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110935,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110935,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110935,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110935,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110935,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110935,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110935,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110935,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110935,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110935,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110935,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110935,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110935,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110935,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110935,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110937,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110940,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110941,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110941,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110941,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110941,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110941,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110941,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110941,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110941,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110941,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110941,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110941,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110941,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110941,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110941,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110941,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110941,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110941,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110941,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110941,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110941,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110941,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110941,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110941,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110941,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110941,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110941,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110941,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110941,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110941,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110941,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110941,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110941,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110941,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110941,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110941,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110941,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110941,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110941,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110941,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110941,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110941,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110942,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110943,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110944,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110944,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110944,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110944,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110944,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110944,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110944,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110944,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110944,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110944,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110944,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110944,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110944,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110944,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110944,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110944,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110944,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110944,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110944,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110944,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110944,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110944,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110944,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110944,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110944,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110944,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110944,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110944,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110944,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110944,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110944,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110944,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110944,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110944,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110944,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110944,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110944,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110944,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110944,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110944,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110944,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110947,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110947,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110947,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110947,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110947,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110947,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110947,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110947,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110947,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110947,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110947,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110947,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110947,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110947,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110947,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110947,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110947,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110947,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110947,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110947,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110947,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110947,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110947,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110947,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110947,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110947,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110947,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110947,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110947,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110947,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110947,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110947,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110947,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110947,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110947,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110947,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110947,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110947,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110947,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110947,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110947,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110948,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110949,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110952,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110953,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110953,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110953,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110953,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110953,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110953,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110953,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110953,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110953,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110953,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110953,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110953,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110953,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110953,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110953,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110953,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110953,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110953,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110953,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110953,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110953,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110953,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110953,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110953,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110953,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110953,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110953,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110953,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110953,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110953,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110953,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110953,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110953,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110953,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110953,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110953,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110953,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110953,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110953,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110953,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110953,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110954,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110955,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110956,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110956,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110956,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110956,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110956,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110956,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110956,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110956,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110956,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110956,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110956,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110956,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110956,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110956,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110956,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110956,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110956,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110956,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110956,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110956,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110956,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110956,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110956,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110956,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110956,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110956,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110956,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110956,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110956,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110956,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110956,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110956,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110956,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110956,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110956,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110956,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110956,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110956,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110956,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110956,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110956,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110958,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110974,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110974,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110974,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110974,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110974,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110974,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110974,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110974,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110974,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110974,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110974,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110974,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110974,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110974,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110974,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110974,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110974,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110974,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110974,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110974,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110974,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110974,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110974,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110974,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110974,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110974,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110974,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110974,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110974,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110974,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110974,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110974,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110974,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110974,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110974,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110974,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110974,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110974,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110974,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110974,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110974,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110976,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110984,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111191,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111192,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111195,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111212,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111222,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111250,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111250,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111250,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111250,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111250,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111250,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111250,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111250,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111250,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111250,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111250,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111250,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111250,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111250,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111250,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111250,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111250,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111250,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111250,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111250,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111250,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111250,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111250,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111250,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111250,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111250,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111250,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111250,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111250,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111250,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111250,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111250,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111250,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111250,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111250,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111250,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111250,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111250,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111250,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111250,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111250,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111251,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111252,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111272,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111273,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111275,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111276,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111277,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111277,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111277,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111277,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111277,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111277,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111277,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111277,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111277,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111277,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111277,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111277,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111277,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111277,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111277,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111277,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111277,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111277,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111277,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111277,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111277,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111277,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111277,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111277,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111277,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111277,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111277,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111277,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111277,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111277,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111277,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111277,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111277,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111277,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111277,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111277,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111277,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111277,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111277,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111277,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111277,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111281,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111282,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111284,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111293,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111295,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111295,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111295,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111295,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111295,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111295,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111295,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111295,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111295,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111295,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111295,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111295,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111295,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111295,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111295,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111295,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111295,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111295,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111295,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111295,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111295,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111295,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111295,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111295,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111295,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111295,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111295,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111295,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111295,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111295,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111295,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111295,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111295,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111295,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111295,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111295,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111295,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111295,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111295,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111295,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111295,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111298,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111298,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111298,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111298,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111298,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111298,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111298,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111298,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111298,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111298,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111298,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111298,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111298,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111298,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111298,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111298,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111298,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111298,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111298,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111298,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111298,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111298,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111298,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111298,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111298,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111298,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111298,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111298,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111298,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111298,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111298,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111298,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111298,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111298,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111298,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111298,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111298,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111298,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111298,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111298,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111298,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111300,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111302,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111304,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111304,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111304,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111304,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111304,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111304,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111304,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111304,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111304,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111304,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111304,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111304,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111304,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111304,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111304,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111304,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111304,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111304,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111304,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111304,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111304,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111304,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111304,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111304,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111304,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111304,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111304,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111304,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111304,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111304,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111304,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111304,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111304,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111304,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111304,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111304,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111304,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111304,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111304,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111304,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111304,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111310,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111310,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111310,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111310,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111310,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111310,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111310,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111310,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111310,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111310,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111310,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111310,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111310,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111310,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111310,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111310,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111310,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111310,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111310,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111310,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111310,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111310,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111310,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111310,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111310,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111310,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111310,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111310,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111310,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111310,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111310,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111310,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111310,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111310,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111310,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111310,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111310,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111310,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111310,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111310,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111310,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111316,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111316,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111316,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111316,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111316,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111316,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111316,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111316,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111316,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111316,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111316,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111316,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111316,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111316,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111316,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111316,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111316,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111316,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111316,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111316,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111316,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111316,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111316,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111316,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111316,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111316,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111316,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111316,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111316,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111316,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111316,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111316,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111316,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111316,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111316,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111316,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111316,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111316,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111316,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111316,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111316,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111317,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111318,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111320,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111321,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111324,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111325,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111325,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111325,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111325,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111325,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111325,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111325,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111325,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111325,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111325,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111325,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111325,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111325,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111325,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111325,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111325,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111325,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111325,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111325,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111325,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111325,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111325,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111325,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111325,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111325,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111325,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111325,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111325,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111325,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111325,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111325,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111325,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111325,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111325,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111325,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111325,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111325,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111325,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111325,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111325,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111325,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111326,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111327,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111328,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111328,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111328,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111328,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111328,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111328,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111328,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111328,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111328,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111328,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111328,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111328,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111328,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111328,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111328,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111328,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111328,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111328,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111328,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111328,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111328,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111328,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111328,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111328,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111328,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111328,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111328,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111328,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111328,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111328,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111328,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111328,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111328,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111328,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111328,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111328,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111328,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111328,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111328,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111328,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111328,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111332,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111333,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111334,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111334,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111334,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111334,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111334,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111334,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111334,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111334,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111334,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111334,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111334,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111334,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111334,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111334,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111334,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111334,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111334,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111334,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111334,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111334,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111334,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111334,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111334,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111334,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111334,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111334,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111334,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111334,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111334,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111334,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111334,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111334,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111334,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111334,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111334,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111334,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111334,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111334,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111334,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111334,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111334,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111335,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111336,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111338,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111341,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111342,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111344,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111345,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111346,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111346,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111346,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111346,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111346,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111346,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111346,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111346,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111346,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111346,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111346,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111346,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111346,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111346,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111346,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111346,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111346,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111346,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111346,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111346,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111346,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111346,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111346,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111346,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111346,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111346,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111346,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111346,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111346,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111346,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111346,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111346,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111346,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111346,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111346,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111346,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111346,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111346,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111346,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111346,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111346,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111347,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111348,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111349,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111349,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111349,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111349,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111349,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111349,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111349,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111349,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111349,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111349,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111349,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111349,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111349,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111349,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111349,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111349,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111349,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111349,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111349,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111349,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111349,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111349,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111349,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111349,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111349,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111349,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111349,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111349,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111349,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111349,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111349,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111349,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111349,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111349,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111349,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111349,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111349,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111349,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111349,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111349,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111349,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111350,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111351,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111361,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111361,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111361,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111361,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111361,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111361,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111361,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111361,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111361,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111361,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111361,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111361,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111361,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111361,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111361,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111361,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111361,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111361,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111361,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111361,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111361,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111361,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111361,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111361,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111361,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111361,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111361,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111361,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111361,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111361,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111361,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111361,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111361,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111361,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111361,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111361,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111361,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111361,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111361,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111361,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111361,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111362,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111363,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111364,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111364,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111364,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111364,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111364,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111364,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111364,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111364,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111364,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111364,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111364,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111364,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111364,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111364,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111364,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111364,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111364,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111364,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111364,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111364,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111364,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111364,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111364,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111364,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111364,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111364,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111364,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111364,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111364,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111364,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111364,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111364,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111364,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111364,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111364,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111364,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111364,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111364,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111364,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111364,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111364,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111365,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111366,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111388,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111388,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111388,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111388,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111388,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111388,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111388,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111388,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111388,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111388,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111388,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111388,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111388,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111388,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111388,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111388,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111388,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111388,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111388,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111388,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111388,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111388,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111388,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111388,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111388,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111388,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111388,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111388,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111388,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111388,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111388,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111388,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111388,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111388,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111388,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111388,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111388,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111388,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111388,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111388,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111388,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111389,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111460,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111460,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111460,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111460,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111460,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111460,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111460,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111460,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111460,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111460,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111460,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111460,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111460,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111460,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111460,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111460,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111460,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111460,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111460,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111460,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111460,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111460,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111460,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111460,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111460,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111460,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111460,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111460,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111460,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111460,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111460,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111460,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111460,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111460,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111460,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111460,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111460,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111460,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111460,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111460,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111460,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111461,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111487,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111487,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111487,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111487,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111487,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111487,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111487,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111487,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111487,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111487,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111487,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111487,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111487,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111487,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111487,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111487,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111487,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111487,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111487,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111487,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111487,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111487,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111487,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111487,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111487,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111487,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111487,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111487,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111487,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111487,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111487,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111487,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111487,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111487,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111487,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111487,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111487,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111487,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111487,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111487,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111487,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111489,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111490,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111490,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111490,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111490,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111490,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111490,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111490,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111490,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111490,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111490,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111490,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111490,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111490,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111490,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111490,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111490,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111490,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111490,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111490,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111490,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111490,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111490,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111490,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111490,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111490,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111490,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111490,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111490,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111490,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111490,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111490,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111490,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111490,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111490,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111490,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111490,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111490,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111490,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111490,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111490,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111490,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111491,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111492,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111551,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111559,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111559,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111559,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111559,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111559,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111559,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111559,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111559,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111559,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111559,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111559,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111559,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111559,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111559,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111559,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111559,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111559,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111559,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111559,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111559,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111559,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111559,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111559,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111559,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111559,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111559,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111559,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111559,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111559,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111559,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111559,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111559,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111559,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111559,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111559,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111559,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111559,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111559,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111559,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111559,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111559,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111560,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111561,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111571,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111571,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111571,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111571,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111571,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111571,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111571,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111571,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111571,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111571,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111571,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111571,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111571,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111571,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111571,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111571,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111571,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111571,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111571,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111571,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111571,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111571,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111571,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111571,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111571,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111571,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111571,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111571,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111571,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111571,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111571,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111571,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111571,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111571,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111571,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111571,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111571,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111571,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111571,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111571,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111571,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111593,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111594,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111613,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111613,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111613,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111613,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111613,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111613,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111613,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111613,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111613,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111613,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111613,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111613,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111613,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111613,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111613,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111613,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111613,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111613,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111613,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111613,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111613,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111613,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111613,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111613,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111613,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111613,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111613,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111613,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111613,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111613,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111613,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111613,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111613,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111613,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111613,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111613,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111613,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111613,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111613,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111613,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111613,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111615,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111632,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111633,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111634,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111634,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111634,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111634,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111634,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111634,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111634,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111634,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111634,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111634,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111634,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111634,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111634,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111634,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111634,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111634,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111634,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111634,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111634,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111634,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111634,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111634,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111634,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111634,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111634,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111634,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111634,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111634,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111634,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111634,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111634,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111634,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111634,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111634,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111634,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111634,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111634,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111634,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111634,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111634,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111634,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111652,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111652,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111652,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111652,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111652,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111652,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111652,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111652,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111652,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111652,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111652,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111652,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111652,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111652,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111652,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111652,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111652,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111652,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111652,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111652,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111652,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111652,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111652,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111652,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111652,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111652,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111652,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111652,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111652,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111652,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111652,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111652,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111652,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111652,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111652,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111652,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111652,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111652,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111652,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111652,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111652,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111661,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111661,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111661,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111661,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111661,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111661,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111661,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111661,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111661,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111661,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111661,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111661,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111661,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111661,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111661,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111661,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111661,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111661,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111661,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111661,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111661,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111661,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111661,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111661,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111661,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111661,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111661,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111661,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111661,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111661,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111661,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111661,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111661,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111661,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111661,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111661,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111661,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111661,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111661,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111661,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111661,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111689,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111694,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111694,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111694,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111694,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111694,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111694,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111694,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111694,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111694,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111694,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111694,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111694,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111694,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111694,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111694,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111694,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111694,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111694,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111694,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111694,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111694,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111694,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111694,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111694,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111694,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111694,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111694,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111694,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111694,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111694,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111694,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111694,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111694,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111694,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111694,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111694,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111694,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111694,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111694,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111694,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111694,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111695,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111699,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111700,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111700,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111700,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111700,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111700,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111700,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111700,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111700,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111700,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111700,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111700,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111700,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111700,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111700,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111700,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111700,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111700,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111700,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111700,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111700,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111700,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111700,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111700,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111700,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111700,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111700,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111700,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111700,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111700,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111700,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111700,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111700,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111700,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111700,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111700,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111700,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111700,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111700,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111700,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111700,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111700,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111703,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111703,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111703,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111703,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111703,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111703,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111703,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111703,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111703,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111703,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111703,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111703,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111703,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111703,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111703,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111703,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111703,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111703,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111703,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111703,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111703,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111703,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111703,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111703,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111703,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111703,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111703,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111703,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111703,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111703,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111703,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111703,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111703,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111703,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111703,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111703,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111703,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111703,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111703,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111703,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111703,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111715,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111715,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111715,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111715,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111715,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111715,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111715,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111715,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111715,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111715,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111715,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111715,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111715,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111715,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111715,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111715,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111715,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111715,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111715,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111715,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111715,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111715,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111715,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111715,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111715,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111715,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111715,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111715,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111715,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111715,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111715,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111715,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111715,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111715,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111715,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111715,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111715,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111715,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111715,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111715,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111715,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111724,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111724,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111724,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111724,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111724,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111724,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111724,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111724,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111724,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111724,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111724,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111724,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111724,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111724,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111724,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111724,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111724,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111724,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111724,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111724,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111724,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111724,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111724,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111724,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111724,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111724,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111724,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111724,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111724,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111724,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111724,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111724,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111724,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111724,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111724,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111724,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111724,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111724,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111724,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111724,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111724,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111728,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111730,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111730,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111730,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111730,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111730,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111730,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111730,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111730,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111730,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111730,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111730,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111730,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111730,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111730,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111730,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111730,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111730,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111730,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111730,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111730,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111730,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111730,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111730,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111730,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111730,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111730,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111730,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111730,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111730,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111730,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111730,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111730,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111730,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111730,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111730,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111730,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111730,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111730,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111730,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111730,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111730,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111733,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111733,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111733,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111733,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111733,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111733,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111733,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111733,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111733,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111733,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111733,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111733,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111733,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111733,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111733,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111733,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111733,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111733,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111733,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111733,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111733,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111733,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111733,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111733,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111733,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111733,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111733,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111733,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111733,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111733,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111733,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111733,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111733,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111733,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111733,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111733,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111733,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111733,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111733,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111733,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111733,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111736,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111736,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111736,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111736,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111736,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111736,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111736,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111736,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111736,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111736,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111736,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111736,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111736,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111736,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111736,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111736,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111736,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111736,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111736,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111736,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111736,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111736,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111736,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111736,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111736,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111736,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111736,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111736,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111736,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111736,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111736,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111736,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111736,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111736,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111736,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111736,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111736,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111736,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111736,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111736,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111736,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111737,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111738,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111739,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111739,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111739,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111739,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111739,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111739,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111739,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111739,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111739,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111739,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111739,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111739,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111739,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111739,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111739,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111739,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111739,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111739,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111739,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111739,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111739,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111739,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111739,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111739,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111739,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111739,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111739,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111739,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111739,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111739,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111739,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111739,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111739,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111739,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111739,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111739,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111739,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111739,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111739,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111739,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111739,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111740,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111748,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111748,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111748,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111748,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111748,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111748,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111748,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111748,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111748,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111748,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111748,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111748,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111748,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111748,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111748,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111748,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111748,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111748,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111748,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111748,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111748,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111748,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111748,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111748,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111748,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111748,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111748,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111748,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111748,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111748,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111748,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111748,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111748,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111748,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111748,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111748,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111748,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111748,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111748,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111748,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111748,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111751,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111751,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111751,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111751,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111751,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111751,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111751,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111751,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111751,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111751,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111751,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111751,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111751,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111751,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111751,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111751,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111751,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111751,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111751,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111751,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111751,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111751,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111751,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111751,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111751,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111751,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111751,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111751,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111751,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111751,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111751,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111751,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111751,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111751,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111751,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111751,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111751,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111751,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111751,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111751,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111751,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111753,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111754,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111754,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111754,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111754,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111754,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111754,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111754,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111754,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111754,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111754,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111754,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111754,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111754,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111754,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111754,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111754,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111754,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111754,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111754,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111754,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111754,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111754,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111754,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111754,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111754,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111754,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111754,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111754,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111754,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111754,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111754,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111754,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111754,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111754,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111754,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111754,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111754,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111754,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111754,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111754,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111754,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111760,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111760,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111760,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111760,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111760,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111760,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111760,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111760,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111760,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111760,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111760,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111760,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111760,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111760,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111760,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111760,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111760,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111760,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111760,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111760,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111760,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111760,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111760,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111760,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111760,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111760,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111760,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111760,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111760,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111760,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111760,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111760,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111760,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111760,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111760,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111760,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111760,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111760,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111760,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111760,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111760,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111761,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111763,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111763,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111763,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111763,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111763,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111763,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111763,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111763,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111763,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111763,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111763,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111763,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111763,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111763,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111763,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111763,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111763,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111763,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111763,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111763,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111763,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111763,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111763,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111763,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111763,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111763,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111763,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111763,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111763,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111763,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111763,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111763,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111763,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111763,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111763,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111763,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111763,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111763,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111763,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111763,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111763,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111767,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111768,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111772,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111772,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111772,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111772,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111772,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111772,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111772,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111772,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111772,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111772,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111772,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111772,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111772,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111772,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111772,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111772,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111772,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111772,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111772,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111772,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111772,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111772,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111772,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111772,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111772,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111772,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111772,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111772,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111772,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111772,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111772,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111772,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111772,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111772,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111772,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111772,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111772,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111772,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111772,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111772,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111772,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111773,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111775,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111775,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111775,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111775,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111775,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111775,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111775,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111775,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111775,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111775,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111775,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111775,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111775,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111775,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111775,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111775,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111775,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111775,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111775,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111775,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111775,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111775,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111775,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111775,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111775,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111775,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111775,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111775,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111775,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111775,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111775,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111775,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111775,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111775,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111775,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111775,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111775,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111775,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111775,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111775,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111775,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111776,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111779,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111780,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111786,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111791,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111792,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111806,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111807,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111810,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111812,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111813,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111937,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111937,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111937,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111937,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111937,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111937,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111937,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111937,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111937,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111937,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111937,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111937,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111937,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111937,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111937,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111937,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111937,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111937,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111937,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111937,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111937,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111937,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111937,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111937,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111937,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111937,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111937,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111937,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111937,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111937,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111937,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111937,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111937,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111937,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111937,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111937,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111937,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111937,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111937,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111937,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111937,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111953,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111970,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111970,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111970,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111970,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111970,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111970,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111970,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111970,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111970,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111970,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111970,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111970,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111970,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111970,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111970,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111970,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111970,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111970,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111970,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111970,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111970,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111970,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111970,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111970,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111970,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111970,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111970,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111970,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111970,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111970,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111970,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111970,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111970,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111970,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111970,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111970,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111970,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111970,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111970,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111970,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111970,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111986,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111987,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112000,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112000,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112000,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112000,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112000,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112000,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112000,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112000,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112000,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112000,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112000,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112000,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112000,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112000,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112000,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112000,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112000,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112000,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112000,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112000,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112000,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112000,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112000,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112000,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112000,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112000,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112000,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112000,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112000,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112000,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112000,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112000,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112000,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112000,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112000,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112000,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112000,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112000,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112000,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112000,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112000,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112014,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112023,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112028,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112029,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112036,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112036,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112036,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112036,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112036,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112036,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112036,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112036,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112036,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112036,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112036,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112036,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112036,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112036,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112036,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112036,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112036,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112036,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112036,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112036,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112036,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112036,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112036,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112036,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112036,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112036,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112036,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112036,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112036,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112036,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112036,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112036,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112036,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112036,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112036,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112036,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112036,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112036,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112036,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112036,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112036,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112038,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112069,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112069,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112069,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112069,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112069,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112069,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112069,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112069,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112069,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112069,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112069,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112069,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112069,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112069,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112069,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112069,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112069,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112069,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112069,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112069,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112069,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112069,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112069,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112069,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112069,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112069,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112069,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112069,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112069,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112069,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112069,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112069,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112069,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112069,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112069,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112069,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112069,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112069,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112069,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112069,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112069,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112084,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112084,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112084,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112084,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112084,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112084,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112084,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112084,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112084,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112084,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112084,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112084,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112084,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112084,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112084,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112084,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112084,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112084,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112084,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112084,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112084,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112084,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112084,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112084,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112084,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112084,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112084,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112084,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112084,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112084,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112084,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112084,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112084,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112084,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112084,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112084,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112084,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112084,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112084,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112084,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112084,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112086,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112100,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112101,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112102,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112102,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112102,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112102,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112102,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112102,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112102,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112102,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112102,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112102,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112102,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112102,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112102,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112102,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112102,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112102,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112102,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112102,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112102,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112102,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112102,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112102,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112102,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112102,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112102,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112102,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112102,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112102,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112102,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112102,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112102,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112102,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112102,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112102,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112102,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112102,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112102,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112102,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112102,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112102,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112102,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112157,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112180,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112180,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112180,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112180,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112180,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112180,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112180,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112180,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112180,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112180,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112180,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112180,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112180,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112180,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112180,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112180,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112180,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112180,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112180,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112180,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112180,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112180,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112180,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112180,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112180,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112180,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112180,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112180,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112180,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112180,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112180,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112180,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112180,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112180,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112180,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112180,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112180,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112180,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112180,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112180,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112180,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112184,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112185,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112189,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112189,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112189,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112189,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112189,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112189,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112189,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112189,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112189,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112189,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112189,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112189,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112189,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112189,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112189,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112189,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112189,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112189,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112189,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112189,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112189,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112189,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112189,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112189,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112189,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112189,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112189,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112189,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112189,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112189,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112189,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112189,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112189,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112189,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112189,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112189,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112189,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112189,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112189,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112189,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112189,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112197,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112198,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112198,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112198,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112198,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112198,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112198,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112198,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112198,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112198,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112198,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112198,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112198,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112198,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112198,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112198,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112198,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112198,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112198,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112198,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112198,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112198,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112198,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112198,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112198,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112198,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112198,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112198,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112198,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112198,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112198,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112198,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112198,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112198,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112198,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112198,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112198,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112198,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112198,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112198,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112198,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112198,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112199,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112200,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112201,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112201,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112201,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112201,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112201,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112201,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112201,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112201,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112201,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112201,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112201,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112201,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112201,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112201,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112201,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112201,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112201,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112201,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112201,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112201,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112201,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112201,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112201,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112201,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112201,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112201,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112201,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112201,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112201,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112201,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112201,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112201,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112201,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112201,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112201,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112201,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112201,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112201,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112201,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112201,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112201,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112205,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112206,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112212,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112230,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112234,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112234,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112234,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112234,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112234,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112234,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112234,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112234,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112234,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112234,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112234,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112234,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112234,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112234,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112234,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112234,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112234,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112234,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112234,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112234,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112234,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112234,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112234,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112234,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112234,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112234,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112234,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112234,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112234,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112234,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112234,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112234,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112234,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112234,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112234,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112234,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112234,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112234,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112234,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112234,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112234,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112235,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112236,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112239,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112242,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112246,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112246,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112246,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112246,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112246,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112246,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112246,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112246,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112246,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112246,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112246,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112246,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112246,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112246,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112246,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112246,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112246,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112246,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112246,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112246,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112246,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112246,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112246,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112246,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112246,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112246,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112246,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112246,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112246,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112246,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112246,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112246,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112246,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112246,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112246,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112246,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112246,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112246,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112246,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112246,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112246,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112247,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112248,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112250,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112251,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112253,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112263,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112266,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112274,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112275,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112328,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112346,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112347,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112360,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112360,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112360,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112360,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112360,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112360,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112360,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112360,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112360,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112360,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112360,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112360,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112360,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112360,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112360,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112360,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112360,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112360,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112360,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112360,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112360,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112360,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112360,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112360,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112360,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112360,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112360,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112360,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112360,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112360,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112360,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112360,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112360,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112360,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112360,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112360,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112360,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112360,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112360,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112360,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112360,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112382,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112397,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112406,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112407,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112482,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112501,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112501,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112501,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112501,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112501,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112501,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112501,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112501,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112501,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112501,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112501,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112501,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112501,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112501,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112501,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112501,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112501,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112501,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112501,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112501,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112501,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112501,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112501,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112501,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112501,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112501,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112501,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112501,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112501,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112501,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112501,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112501,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112501,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112501,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112501,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112501,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112501,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112501,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112501,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112501,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112501,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112506,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112522,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112522,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112522,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112522,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112522,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112522,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112522,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112522,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112522,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112522,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112522,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112522,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112522,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112522,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112522,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112522,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112522,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112522,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112522,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112522,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112522,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112522,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112522,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112522,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112522,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112522,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112522,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112522,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112522,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112522,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112522,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112522,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112522,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112522,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112522,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112522,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112522,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112522,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112522,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112522,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112522,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112523,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112528,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112528,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112528,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112528,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112528,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112528,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112528,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112528,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112528,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112528,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112528,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112528,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112528,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112528,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112528,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112528,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112528,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112528,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112528,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112528,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112528,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112528,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112528,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112528,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112528,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112528,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112528,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112528,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112528,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112528,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112528,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112528,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112528,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112528,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112528,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112528,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112528,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112528,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112528,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112528,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112528,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112530,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112550,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112551,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112561,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112561,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112561,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112561,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112561,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112561,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112561,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112561,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112561,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112561,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112561,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112561,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112561,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112561,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112561,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112561,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112561,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112561,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112561,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112561,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112561,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112561,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112561,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112561,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112561,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112561,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112561,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112561,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112561,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112561,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112561,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112561,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112561,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112561,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112561,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112561,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112561,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112561,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112561,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112561,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112561,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112563,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112573,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112573,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112573,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112573,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112573,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112573,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112573,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112573,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112573,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112573,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112573,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112573,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112573,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112573,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112573,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112573,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112573,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112573,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112573,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112573,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112573,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112573,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112573,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112573,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112573,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112573,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112573,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112573,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112573,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112573,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112573,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112573,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112573,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112573,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112573,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112573,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112573,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112573,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112573,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112573,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112573,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112618,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112618,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112618,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112618,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112618,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112618,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112618,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112618,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112618,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112618,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112618,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112618,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112618,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112618,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112618,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112618,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112618,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112618,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112618,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112618,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112618,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112618,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112618,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112618,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112618,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112618,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112618,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112618,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112618,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112618,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112618,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112618,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112618,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112618,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112618,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112618,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112618,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112618,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112618,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112618,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112618,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112622,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112623,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112629,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112630,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112630,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112630,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112630,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112630,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112630,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112630,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112630,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112630,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112630,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112630,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112630,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112630,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112630,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112630,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112630,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112630,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112630,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112630,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112630,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112630,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112630,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112630,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112630,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112630,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112630,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112630,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112630,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112630,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112630,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112630,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112630,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112630,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112630,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112630,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112630,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112630,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112630,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112630,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112630,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112630,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112631,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112632,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112636,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112636,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112636,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112636,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112636,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112636,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112636,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112636,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112636,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112636,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112636,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112636,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112636,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112636,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112636,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112636,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112636,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112636,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112636,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112636,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112636,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112636,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112636,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112636,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112636,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112636,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112636,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112636,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112636,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112636,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112636,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112636,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112636,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112636,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112636,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112636,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112636,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112636,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112636,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112636,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112636,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112637,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112639,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112639,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112639,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112639,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112639,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112639,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112639,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112639,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112639,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112639,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112639,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112639,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112639,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112639,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112639,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112639,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112639,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112639,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112639,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112639,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112639,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112639,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112639,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112639,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112639,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112639,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112639,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112639,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112639,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112639,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112639,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112639,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112639,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112639,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112639,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112639,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112639,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112639,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112639,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112639,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112639,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112642,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112642,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112642,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112642,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112642,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112642,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112642,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112642,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112642,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112642,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112642,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112642,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112642,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112642,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112642,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112642,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112642,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112642,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112642,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112642,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112642,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112642,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112642,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112642,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112642,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112642,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112642,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112642,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112642,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112642,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112642,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112642,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112642,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112642,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112642,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112642,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112642,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112642,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112642,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112642,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112642,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112645,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112645,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112645,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112645,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112645,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112645,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112645,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112645,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112645,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112645,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112645,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112645,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112645,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112645,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112645,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112645,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112645,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112645,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112645,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112645,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112645,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112645,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112645,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112645,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112645,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112645,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112645,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112645,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112645,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112645,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112645,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112645,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112645,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112645,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112645,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112645,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112645,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112645,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112645,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112645,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112645,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112647,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112652,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112653,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112654,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112654,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112654,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112654,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112654,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112654,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112654,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112654,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112654,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112654,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112654,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112654,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112654,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112654,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112654,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112654,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112654,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112654,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112654,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112654,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112654,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112654,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112654,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112654,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112654,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112654,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112654,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112654,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112654,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112654,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112654,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112654,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112654,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112654,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112654,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112654,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112654,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112654,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112654,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112654,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112654,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112656,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112661,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112663,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112663,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112663,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112663,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112663,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112663,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112663,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112663,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112663,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112663,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112663,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112663,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112663,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112663,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112663,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112663,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112663,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112663,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112663,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112663,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112663,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112663,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112663,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112663,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112663,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112663,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112663,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112663,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112663,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112663,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112663,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112663,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112663,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112663,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112663,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112663,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112663,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112663,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112663,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112663,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112663,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112666,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112666,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112666,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112666,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112666,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112666,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112666,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112666,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112666,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112666,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112666,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112666,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112666,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112666,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112666,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112666,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112666,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112666,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112666,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112666,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112666,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112666,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112666,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112666,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112666,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112666,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112666,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112666,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112666,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112666,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112666,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112666,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112666,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112666,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112666,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112666,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112666,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112666,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112666,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112666,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112666,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112675,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112675,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112675,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112675,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112675,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112675,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112675,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112675,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112675,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112675,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112675,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112675,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112675,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112675,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112675,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112675,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112675,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112675,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112675,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112675,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112675,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112675,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112675,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112675,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112675,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112675,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112675,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112675,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112675,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112675,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112675,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112675,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112675,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112675,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112675,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112675,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112675,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112675,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112675,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112675,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112675,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112677,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112680,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112681,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112681,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112681,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112681,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112681,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112681,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112681,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112681,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112681,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112681,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112681,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112681,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112681,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112681,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112681,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112681,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112681,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112681,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112681,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112681,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112681,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112681,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112681,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112681,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112681,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112681,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112681,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112681,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112681,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112681,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112681,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112681,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112681,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112681,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112681,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112681,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112681,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112681,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112681,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112681,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112681,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112683,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112684,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112684,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112684,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112684,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112684,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112684,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112684,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112684,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112684,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112684,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112684,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112684,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112684,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112684,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112684,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112684,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112684,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112684,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112684,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112684,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112684,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112684,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112684,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112684,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112684,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112684,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112684,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112684,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112684,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112684,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112684,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112684,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112684,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112684,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112684,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112684,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112684,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112684,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112684,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112684,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112684,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112688,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112689,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112690,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112690,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112690,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112690,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112690,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112690,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112690,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112690,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112690,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112690,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112690,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112690,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112690,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112690,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112690,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112690,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112690,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112690,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112690,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112690,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112690,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112690,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112690,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112690,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112690,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112690,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112690,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112690,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112690,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112690,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112690,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112690,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112690,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112690,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112690,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112690,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112690,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112690,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112690,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112690,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112690,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112691,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112693,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112693,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112693,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112693,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112693,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112693,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112693,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112693,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112693,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112693,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112693,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112693,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112693,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112693,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112693,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112693,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112693,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112693,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112693,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112693,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112693,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112693,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112693,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112693,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112693,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112693,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112693,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112693,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112693,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112693,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112693,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112693,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112693,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112693,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112693,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112693,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112693,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112693,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112693,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112693,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112693,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112694,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112695,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112698,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112701,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112707,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112720,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112720,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112720,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112720,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112720,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112720,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112720,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112720,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112720,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112720,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112720,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112720,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112720,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112720,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112720,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112720,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112720,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112720,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112720,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112720,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112720,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112720,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112720,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112720,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112720,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112720,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112720,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112720,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112720,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112720,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112720,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112720,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112720,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112720,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112720,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112720,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112720,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112720,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112720,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112720,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112720,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112722,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112723,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112723,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112723,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112723,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112723,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112723,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112723,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112723,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112723,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112723,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112723,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112723,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112723,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112723,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112723,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112723,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112723,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112723,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112723,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112723,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112723,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112723,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112723,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112723,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112723,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112723,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112723,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112723,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112723,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112723,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112723,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112723,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112723,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112723,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112723,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112723,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112723,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112723,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112723,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112723,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112723,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112724,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112728,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112729,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112729,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112729,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112729,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112729,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112729,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112729,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112729,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112729,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112729,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112729,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112729,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112729,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112729,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112729,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112729,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112729,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112729,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112729,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112729,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112729,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112729,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112729,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112729,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112729,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112729,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112729,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112729,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112729,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112729,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112729,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112729,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112729,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112729,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112729,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112729,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112729,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112729,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112729,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112729,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112729,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112731,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112733,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112734,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112735,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112735,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112735,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112735,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112735,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112735,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112735,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112735,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112735,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112735,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112735,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112735,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112735,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112735,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112735,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112735,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112735,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112735,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112735,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112735,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112735,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112735,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112735,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112735,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112735,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112735,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112735,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112735,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112735,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112735,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112735,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112735,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112735,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112735,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112735,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112735,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112735,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112735,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112735,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112735,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112735,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112736,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112738,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112738,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112738,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112738,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112738,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112738,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112738,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112738,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112738,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112738,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112738,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112738,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112738,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112738,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112738,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112738,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112738,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112738,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112738,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112738,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112738,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112738,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112738,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112738,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112738,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112738,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112738,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112738,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112738,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112738,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112738,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112738,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112738,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112738,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112738,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112738,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112738,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112738,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112738,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112738,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112738,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112739,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112743,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112744,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112744,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112744,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112744,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112744,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112744,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112744,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112744,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112744,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112744,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112744,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112744,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112744,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112744,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112744,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112744,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112744,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112744,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112744,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112744,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112744,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112744,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112744,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112744,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112744,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112744,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112744,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112744,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112744,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112744,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112744,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112744,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112744,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112744,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112744,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112744,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112744,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112744,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112744,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112744,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112744,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112746,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112747,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112747,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112747,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112747,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112747,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112747,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112747,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112747,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112747,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112747,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112747,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112747,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112747,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112747,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112747,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112747,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112747,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112747,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112747,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112747,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112747,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112747,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112747,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112747,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112747,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112747,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112747,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112747,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112747,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112747,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112747,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112747,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112747,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112747,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112747,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112747,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112747,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112747,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112747,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112747,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112747,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112748,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112795,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112795,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112795,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112795,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112795,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112795,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112795,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112795,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112795,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112795,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112795,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112795,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112795,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112795,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112795,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112795,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112795,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112795,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112795,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112795,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112795,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112795,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112795,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112795,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112795,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112795,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112795,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112795,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112795,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112795,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112795,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112795,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112795,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112795,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112795,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112795,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112795,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112795,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112795,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112795,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112795,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112861,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112861,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112861,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112861,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112861,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112861,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112861,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112861,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112861,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112861,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112861,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112861,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112861,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112861,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112861,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112861,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112861,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112861,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112861,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112861,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112861,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112861,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112861,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112861,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112861,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112861,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112861,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112861,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112861,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112861,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112861,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112861,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112861,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112861,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112861,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112861,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112861,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112861,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112861,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112861,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112861,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112863,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112874,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112875,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112897,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112897,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112897,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112897,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112897,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112897,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112897,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112897,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112897,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112897,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112897,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112897,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112897,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112897,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112897,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112897,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112897,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112897,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112897,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112897,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112897,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112897,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112897,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112897,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112897,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112897,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112897,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112897,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112897,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112897,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112897,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112897,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112897,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112897,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112897,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112897,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112897,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112897,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112897,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112897,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112897,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112898,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112899,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112909,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112909,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112909,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112909,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112909,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112909,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112909,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112909,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112909,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112909,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112909,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112909,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112909,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112909,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112909,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112909,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112909,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112909,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112909,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112909,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112909,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112909,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112909,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112909,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112909,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112909,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112909,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112909,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112909,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112909,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112909,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112909,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112909,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112909,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112909,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112909,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112909,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112909,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112909,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112909,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112909,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112911,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112976,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112977,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112990,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112990,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112990,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112990,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112990,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112990,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112990,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112990,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112990,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112990,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112990,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112990,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112990,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112990,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112990,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112990,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112990,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112990,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112990,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112990,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112990,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112990,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112990,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112990,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112990,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112990,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112990,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112990,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112990,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112990,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112990,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112990,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112990,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112990,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112990,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112990,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112990,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112990,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112990,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112990,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112990,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112991,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112992,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112997,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113011,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113011,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113011,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113011,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113011,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113011,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113011,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113011,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113011,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113011,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113011,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113011,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113011,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113011,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113011,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113011,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113011,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113011,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113011,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113011,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113011,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113011,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113011,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113011,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113011,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113011,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113011,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113011,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113011,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113011,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113011,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113011,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113011,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113011,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113011,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113011,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113011,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113011,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113011,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113011,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113011,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113017,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113017,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113017,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113017,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113017,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113017,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113017,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113017,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113017,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113017,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113017,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113017,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113017,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113017,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113017,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113017,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113017,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113017,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113017,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113017,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113017,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113017,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113017,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113017,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113017,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113017,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113017,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113017,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113017,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113017,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113017,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113017,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113017,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113017,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113017,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113017,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113017,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113017,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113017,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113017,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113017,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113019,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113035,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113035,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113035,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113035,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113035,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113035,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113035,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113035,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113035,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113035,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113035,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113035,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113035,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113035,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113035,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113035,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113035,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113035,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113035,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113035,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113035,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113035,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113035,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113035,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113035,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113035,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113035,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113035,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113035,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113035,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113035,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113035,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113035,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113035,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113035,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113035,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113035,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113035,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113035,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113035,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113035,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113050,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113050,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113050,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113050,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113050,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113050,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113050,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113050,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113050,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113050,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113050,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113050,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113050,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113050,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113050,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113050,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113050,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113050,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113050,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113050,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113050,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113050,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113050,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113050,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113050,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113050,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113050,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113050,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113050,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113050,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113050,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113050,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113050,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113050,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113050,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113050,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113050,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113050,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113050,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113050,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113050,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113059,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113059,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113059,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113059,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113059,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113059,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113059,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113059,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113059,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113059,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113059,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113059,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113059,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113059,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113059,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113059,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113059,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113059,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113059,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113059,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113059,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113059,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113059,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113059,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113059,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113059,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113059,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113059,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113059,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113059,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113059,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113059,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113059,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113059,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113059,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113059,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113059,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113059,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113059,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113059,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113059,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113060,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113061,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113063,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113066,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113068,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113068,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113068,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113068,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113068,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113068,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113068,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113068,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113068,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113068,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113068,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113068,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113068,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113068,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113068,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113068,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113068,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113068,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113068,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113068,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113068,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113068,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113068,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113068,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113068,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113068,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113068,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113068,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113068,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113068,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113068,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113068,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113068,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113068,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113068,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113068,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113068,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113068,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113068,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113068,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113068,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113071,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113071,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113071,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113071,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113071,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113071,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113071,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113071,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113071,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113071,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113071,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113071,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113071,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113071,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113071,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113071,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113071,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113071,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113071,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113071,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113071,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113071,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113071,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113071,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113071,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113071,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113071,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113071,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113071,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113071,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113071,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113071,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113071,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113071,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113071,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113071,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113071,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113071,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113071,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113071,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113071,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113074,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113074,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113074,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113074,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113074,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113074,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113074,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113074,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113074,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113074,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113074,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113074,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113074,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113074,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113074,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113074,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113074,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113074,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113074,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113074,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113074,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113074,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113074,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113074,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113074,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113074,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113074,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113074,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113074,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113074,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113074,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113074,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113074,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113074,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113074,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113074,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113074,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113074,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113074,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113074,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113074,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113077,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113077,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113077,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113077,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113077,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113077,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113077,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113077,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113077,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113077,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113077,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113077,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113077,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113077,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113077,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113077,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113077,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113077,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113077,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113077,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113077,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113077,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113077,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113077,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113077,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113077,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113077,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113077,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113077,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113077,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113077,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113077,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113077,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113077,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113077,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113077,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113077,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113077,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113077,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113077,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113077,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113086,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113086,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113086,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113086,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113086,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113086,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113086,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113086,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113086,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113086,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113086,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113086,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113086,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113086,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113086,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113086,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113086,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113086,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113086,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113086,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113086,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113086,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113086,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113086,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113086,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113086,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113086,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113086,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113086,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113086,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113086,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113086,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113086,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113086,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113086,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113086,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113086,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113086,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113086,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113086,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113086,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113096,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113098,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113098,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113098,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113098,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113098,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113098,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113098,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113098,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113098,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113098,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113098,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113098,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113098,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113098,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113098,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113098,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113098,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113098,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113098,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113098,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113098,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113098,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113098,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113098,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113098,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113098,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113098,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113098,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113098,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113098,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113098,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113098,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113098,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113098,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113098,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113098,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113098,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113098,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113098,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113098,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113098,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113100,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113101,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113101,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113101,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113101,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113101,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113101,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113101,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113101,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113101,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113101,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113101,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113101,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113101,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113101,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113101,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113101,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113101,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113101,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113101,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113101,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113101,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113101,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113101,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113101,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113101,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113101,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113101,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113101,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113101,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113101,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113101,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113101,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113101,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113101,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113101,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113101,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113101,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113101,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113101,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113101,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113101,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113110,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113110,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113110,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113110,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113110,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113110,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113110,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113110,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113110,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113110,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113110,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113110,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113110,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113110,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113110,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113110,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113110,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113110,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113110,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113110,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113110,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113110,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113110,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113110,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113110,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113110,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113110,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113110,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113110,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113110,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113110,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113110,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113110,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113110,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113110,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113110,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113110,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113110,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113110,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113110,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113110,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113111,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113112,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113113,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113113,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113113,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113113,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113113,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113113,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113113,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113113,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113113,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113113,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113113,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113113,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113113,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113113,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113113,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113113,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113113,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113113,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113113,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113113,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113113,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113113,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113113,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113113,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113113,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113113,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113113,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113113,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113113,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113113,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113113,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113113,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113113,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113113,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113113,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113113,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113113,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113113,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113113,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113113,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113113,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113114,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113118,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113120,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113123,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113124,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113126,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113127,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113128,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113128,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113128,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113128,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113128,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113128,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113128,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113128,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113128,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113128,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113128,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113128,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113128,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113128,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113128,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113128,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113128,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113128,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113128,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113128,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113128,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113128,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113128,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113128,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113128,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113128,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113128,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113128,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113128,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113128,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113128,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113128,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113128,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113128,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113128,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113128,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113128,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113128,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113128,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113128,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113128,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113129,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113130,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113138,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113139,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113140,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113140,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113140,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113140,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113140,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113140,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113140,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113140,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113140,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113140,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113140,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113140,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113140,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113140,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113140,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113140,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113140,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113140,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113140,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113140,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113140,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113140,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113140,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113140,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113140,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113140,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113140,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113140,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113140,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113140,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113140,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113140,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113140,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113140,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113140,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113140,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113140,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113140,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113140,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113140,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113140,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113141,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113142,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113143,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113143,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113143,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113143,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113143,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113143,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113143,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113143,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113143,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113143,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113143,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113143,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113143,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113143,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113143,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113143,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113143,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113143,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113143,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113143,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113143,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113143,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113143,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113143,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113143,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113143,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113143,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113143,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113143,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113143,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113143,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113143,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113143,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113143,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113143,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113143,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113143,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113143,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113143,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113143,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113143,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113144,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113146,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113146,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113146,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113146,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113146,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113146,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113146,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113146,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113146,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113146,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113146,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113146,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113146,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113146,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113146,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113146,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113146,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113146,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113146,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113146,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113146,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113146,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113146,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113146,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113146,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113146,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113146,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113146,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113146,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113146,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113146,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113146,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113146,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113146,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113146,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113146,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113146,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113146,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113146,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113146,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113146,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113218,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113218,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113218,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113218,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113218,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113218,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113218,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113218,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113218,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113218,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113218,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113218,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113218,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113218,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113218,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113218,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113218,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113218,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113218,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113218,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113218,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113218,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113218,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113218,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113218,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113218,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113218,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113218,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113218,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113218,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113218,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113218,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113218,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113218,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113218,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113218,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113218,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113218,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113218,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113218,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113218,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113234,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113235,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113254,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113254,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113254,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113254,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113254,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113254,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113254,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113254,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113254,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113254,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113254,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113254,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113254,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113254,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113254,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113254,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113254,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113254,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113254,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113254,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113254,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113254,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113254,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113254,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113254,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113254,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113254,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113254,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113254,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113254,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113254,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113254,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113254,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113254,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113254,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113254,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113254,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113254,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113254,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113254,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113254,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113255,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113256,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113270,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113319,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113341,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113341,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113341,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113341,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113341,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113341,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113341,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113341,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113341,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113341,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113341,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113341,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113341,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113341,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113341,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113341,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113341,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113341,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113341,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113341,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113341,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113341,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113341,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113341,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113341,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113341,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113341,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113341,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113341,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113341,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113341,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113341,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113341,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113341,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113341,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113341,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113341,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113341,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113341,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113341,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113341,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113342,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113377,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113377,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113377,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113377,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113377,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113377,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113377,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113377,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113377,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113377,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113377,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113377,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113377,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113377,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113377,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113377,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113377,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113377,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113377,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113377,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113377,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113377,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113377,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113377,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113377,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113377,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113377,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113377,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113377,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113377,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113377,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113377,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113377,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113377,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113377,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113377,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113377,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113377,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113377,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113377,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113377,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113379,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113405,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113417,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113425,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113425,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113425,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113425,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113425,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113425,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113425,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113425,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113425,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113425,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113425,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113425,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113425,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113425,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113425,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113425,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113425,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113425,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113425,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113425,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113425,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113425,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113425,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113425,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113425,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113425,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113425,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113425,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113425,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113425,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113425,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113425,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113425,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113425,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113425,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113425,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113425,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113425,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113425,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113425,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113425,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113426,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113430,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113464,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113464,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113464,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113464,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113464,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113464,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113464,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113464,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113464,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113464,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113464,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113464,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113464,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113464,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113464,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113464,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113464,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113464,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113464,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113464,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113464,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113464,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113464,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113464,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113464,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113464,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113464,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113464,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113464,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113464,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113464,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113464,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113464,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113464,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113464,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113464,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113464,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113464,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113464,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113464,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113464,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113471,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113472,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113473,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113473,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113473,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113473,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113473,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113473,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113473,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113473,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113473,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113473,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113473,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113473,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113473,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113473,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113473,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113473,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113473,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113473,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113473,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113473,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113473,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113473,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113473,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113473,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113473,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113473,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113473,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113473,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113473,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113473,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113473,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113473,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113473,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113473,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113473,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113473,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113473,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113473,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113473,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113473,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113473,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113485,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113485,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113485,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113485,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113485,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113485,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113485,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113485,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113485,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113485,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113485,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113485,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113485,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113485,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113485,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113485,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113485,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113485,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113485,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113485,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113485,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113485,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113485,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113485,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113485,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113485,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113485,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113485,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113485,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113485,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113485,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113485,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113485,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113485,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113485,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113485,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113485,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113485,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113485,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113485,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113485,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113491,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113491,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113491,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113491,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113491,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113491,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113491,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113491,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113491,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113491,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113491,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113491,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113491,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113491,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113491,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113491,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113491,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113491,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113491,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113491,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113491,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113491,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113491,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113491,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113491,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113491,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113491,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113491,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113491,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113491,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113491,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113491,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113491,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113491,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113491,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113491,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113491,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113491,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113491,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113491,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113491,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113493,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113497,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113497,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113497,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113497,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113497,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113497,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113497,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113497,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113497,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113497,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113497,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113497,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113497,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113497,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113497,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113497,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113497,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113497,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113497,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113497,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113497,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113497,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113497,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113497,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113497,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113497,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113497,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113497,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113497,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113497,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113497,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113497,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113497,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113497,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113497,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113497,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113497,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113497,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113497,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113497,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113497,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113498,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113500,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113500,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113500,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113500,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113500,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113500,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113500,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113500,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113500,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113500,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113500,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113500,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113500,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113500,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113500,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113500,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113500,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113500,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113500,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113500,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113500,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113500,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113500,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113500,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113500,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113500,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113500,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113500,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113500,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113500,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113500,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113500,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113500,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113500,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113500,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113500,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113500,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113500,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113500,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113500,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113500,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113505,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113509,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113509,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113509,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113509,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113509,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113509,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113509,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113509,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113509,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113509,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113509,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113509,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113509,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113509,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113509,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113509,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113509,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113509,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113509,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113509,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113509,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113509,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113509,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113509,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113509,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113509,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113509,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113509,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113509,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113509,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113509,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113509,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113509,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113509,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113509,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113509,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113509,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113509,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113509,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113509,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113509,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113512,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113512,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113512,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113512,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113512,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113512,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113512,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113512,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113512,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113512,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113512,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113512,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113512,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113512,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113512,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113512,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113512,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113512,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113512,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113512,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113512,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113512,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113512,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113512,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113512,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113512,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113512,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113512,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113512,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113512,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113512,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113512,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113512,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113512,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113512,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113512,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113512,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113512,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113512,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113512,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113512,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113513,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113520,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113521,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113521,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113521,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113521,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113521,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113521,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113521,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113521,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113521,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113521,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113521,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113521,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113521,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113521,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113521,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113521,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113521,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113521,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113521,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113521,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113521,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113521,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113521,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113521,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113521,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113521,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113521,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113521,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113521,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113521,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113521,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113521,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113521,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113521,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113521,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113521,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113521,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113521,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113521,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113521,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113521,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113527,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113527,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113527,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113527,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113527,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113527,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113527,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113527,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113527,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113527,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113527,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113527,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113527,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113527,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113527,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113527,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113527,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113527,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113527,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113527,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113527,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113527,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113527,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113527,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113527,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113527,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113527,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113527,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113527,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113527,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113527,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113527,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113527,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113527,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113527,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113527,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113527,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113527,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113527,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113527,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113527,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113530,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113530,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113530,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113530,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113530,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113530,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113530,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113530,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113530,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113530,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113530,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113530,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113530,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113530,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113530,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113530,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113530,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113530,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113530,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113530,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113530,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113530,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113530,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113530,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113530,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113530,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113530,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113530,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113530,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113530,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113530,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113530,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113530,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113530,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113530,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113530,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113530,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113530,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113530,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113530,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113530,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113532,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113537,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113538,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113539,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113539,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113539,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113539,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113539,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113539,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113539,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113539,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113539,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113539,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113539,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113539,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113539,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113539,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113539,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113539,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113539,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113539,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113539,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113539,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113539,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113539,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113539,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113539,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113539,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113539,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113539,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113539,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113539,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113539,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113539,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113539,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113539,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113539,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113539,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113539,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113539,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113539,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113539,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113539,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113539,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113540,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113541,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113544,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113545,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113545,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113545,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113545,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113545,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113545,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113545,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113545,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113545,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113545,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113545,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113545,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113545,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113545,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113545,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113545,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113545,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113545,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113545,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113545,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113545,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113545,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113545,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113545,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113545,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113545,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113545,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113545,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113545,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113545,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113545,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113545,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113545,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113545,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113545,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113545,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113545,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113545,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113545,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113545,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113545,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113546,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113547,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113550,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113551,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113551,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113551,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113551,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113551,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113551,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113551,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113551,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113551,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113551,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113551,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113551,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113551,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113551,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113551,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113551,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113551,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113551,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113551,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113551,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113551,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113551,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113551,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113551,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113551,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113551,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113551,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113551,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113551,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113551,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113551,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113551,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113551,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113551,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113551,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113551,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113551,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113551,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113551,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113551,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113551,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113552,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113555,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113557,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113557,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113557,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113557,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113557,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113557,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113557,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113557,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113557,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113557,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113557,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113557,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113557,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113557,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113557,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113557,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113557,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113557,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113557,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113557,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113557,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113557,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113557,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113557,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113557,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113557,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113557,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113557,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113557,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113557,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113557,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113557,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113557,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113557,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113557,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113557,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113557,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113557,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113557,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113557,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113557,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113558,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113559,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113561,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113564,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113664,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113686,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113686,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113686,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113686,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113686,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113686,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113686,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113686,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113686,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113686,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113686,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113686,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113686,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113686,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113686,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113686,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113686,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113686,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113686,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113686,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113686,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113686,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113686,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113686,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113686,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113686,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113686,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113686,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113686,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113686,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113686,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113686,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113686,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113686,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113686,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113686,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113686,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113686,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113686,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113686,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113686,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113713,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113713,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113713,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113713,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113713,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113713,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113713,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113713,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113713,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113713,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113713,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113713,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113713,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113713,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113713,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113713,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113713,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113713,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113713,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113713,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113713,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113713,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113713,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113713,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113713,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113713,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113713,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113713,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113713,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113713,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113713,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113713,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113713,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113713,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113713,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113713,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113713,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113713,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113713,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113713,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113713,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113714,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113767,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113767,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113767,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113767,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113767,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113767,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113767,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113767,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113767,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113767,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113767,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113767,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113767,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113767,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113767,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113767,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113767,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113767,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113767,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113767,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113767,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113767,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113767,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113767,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113767,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113767,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113767,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113767,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113767,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113767,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113767,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113767,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113767,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113767,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113767,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113767,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113767,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113767,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113767,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113767,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113767,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113778,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113802,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113836,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113836,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113836,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113836,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113836,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113836,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113836,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113836,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113836,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113836,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113836,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113836,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113836,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113836,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113836,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113836,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113836,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113836,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113836,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113836,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113836,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113836,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113836,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113836,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113836,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113836,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113836,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113836,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113836,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113836,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113836,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113836,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113836,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113836,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113836,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113836,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113836,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113836,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113836,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113836,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113836,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113849,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113850,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113866,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113866,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113866,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113866,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113866,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113866,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113866,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113866,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113866,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113866,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113866,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113866,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113866,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113866,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113866,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113866,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113866,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113866,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113866,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113866,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113866,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113866,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113866,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113866,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113866,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113866,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113866,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113866,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113866,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113866,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113866,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113866,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113866,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113866,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113866,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113866,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113866,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113866,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113866,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113866,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113866,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113869,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113869,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113869,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113869,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113869,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113869,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113869,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113869,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113869,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113869,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113869,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113869,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113869,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113869,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113869,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113869,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113869,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113869,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113869,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113869,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113869,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113869,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113869,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113869,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113869,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113869,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113869,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113869,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113869,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113869,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113869,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113869,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113869,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113869,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113869,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113869,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113869,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113869,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113869,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113869,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113869,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113870,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113902,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113902,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113902,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113902,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113902,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113902,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113902,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113902,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113902,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113902,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113902,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113902,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113902,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113902,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113902,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113902,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113902,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113902,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113902,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113902,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113902,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113902,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113902,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113902,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113902,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113902,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113902,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113902,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113902,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113902,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113902,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113902,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113902,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113902,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113902,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113902,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113902,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113902,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113902,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113902,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113902,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113903,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113923,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113923,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113923,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113923,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113923,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113923,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113923,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113923,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113923,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113923,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113923,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113923,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113923,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113923,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113923,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113923,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113923,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113923,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113923,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113923,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113923,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113923,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113923,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113923,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113923,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113923,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113923,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113923,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113923,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113923,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113923,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113923,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113923,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113923,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113923,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113923,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113923,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113923,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113923,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113923,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113923,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113930,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113931,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113944,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113944,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113944,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113944,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113944,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113944,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113944,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113944,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113944,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113944,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113944,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113944,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113944,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113944,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113944,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113944,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113944,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113944,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113944,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113944,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113944,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113944,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113944,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113944,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113944,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113944,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113944,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113944,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113944,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113944,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113944,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113944,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113944,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113944,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113944,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113944,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113944,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113944,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113944,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113944,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113944,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113947,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113947,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113947,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113947,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113947,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113947,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113947,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113947,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113947,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113947,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113947,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113947,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113947,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113947,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113947,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113947,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113947,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113947,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113947,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113947,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113947,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113947,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113947,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113947,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113947,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113947,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113947,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113947,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113947,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113947,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113947,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113947,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113947,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113947,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113947,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113947,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113947,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113947,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113947,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113947,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113947,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113950,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113950,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113950,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113950,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113950,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113950,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113950,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113950,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113950,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113950,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113950,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113950,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113950,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113950,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113950,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113950,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113950,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113950,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113950,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113950,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113950,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113950,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113950,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113950,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113950,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113950,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113950,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113950,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113950,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113950,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113950,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113950,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113950,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113950,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113950,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113950,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113950,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113950,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113950,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113950,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113950,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113955,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113956,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113956,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113956,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113956,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113956,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113956,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113956,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113956,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113956,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113956,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113956,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113956,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113956,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113956,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113956,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113956,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113956,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113956,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113956,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113956,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113956,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113956,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113956,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113956,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113956,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113956,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113956,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113956,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113956,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113956,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113956,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113956,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113956,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113956,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113956,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113956,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113956,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113956,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113956,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113956,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113956,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113962,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113962,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113962,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113962,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113962,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113962,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113962,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113962,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113962,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113962,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113962,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113962,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113962,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113962,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113962,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113962,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113962,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113962,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113962,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113962,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113962,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113962,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113962,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113962,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113962,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113962,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113962,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113962,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113962,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113962,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113962,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113962,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113962,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113962,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113962,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113962,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113962,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113962,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113962,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113962,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113962,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113968,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113968,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113968,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113968,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113968,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113968,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113968,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113968,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113968,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113968,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113968,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113968,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113968,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113968,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113968,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113968,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113968,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113968,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113968,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113968,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113968,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113968,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113968,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113968,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113968,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113968,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113968,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113968,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113968,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113968,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113968,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113968,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113968,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113968,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113968,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113968,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113968,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113968,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113968,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113968,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113968,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113969,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113970,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113971,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113971,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113971,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113971,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113971,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113971,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113971,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113971,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113971,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113971,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113971,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113971,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113971,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113971,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113971,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113971,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113971,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113971,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113971,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113971,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113971,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113971,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113971,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113971,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113971,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113971,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113971,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113971,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113971,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113971,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113971,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113971,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113971,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113971,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113971,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113971,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113971,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113971,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113971,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113971,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113971,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113972,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113977,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113977,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113977,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113977,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113977,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113977,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113977,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113977,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113977,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113977,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113977,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113977,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113977,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113977,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113977,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113977,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113977,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113977,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113977,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113977,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113977,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113977,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113977,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113977,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113977,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113977,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113977,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113977,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113977,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113977,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113977,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113977,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113977,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113977,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113977,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113977,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113977,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113977,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113977,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113977,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113977,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113979,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113984,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113985,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113988,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113989,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113989,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113989,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113989,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113989,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113989,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113989,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113989,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113989,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113989,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113989,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113989,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113989,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113989,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113989,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113989,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113989,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113989,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113989,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113989,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113989,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113989,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113989,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113989,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113989,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113989,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113989,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113989,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113989,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113989,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113989,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113989,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113989,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113989,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113989,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113989,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113989,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113989,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113989,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113989,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113989,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113991,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113993,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113994,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113996,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114009,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114012,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114013,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114013,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114013,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114013,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114013,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114013,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114013,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114013,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114013,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114013,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114013,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114013,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114013,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114013,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114013,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114013,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114013,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114013,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114013,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114013,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114013,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114013,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114013,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114013,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114013,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114013,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114013,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114013,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114013,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114013,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114013,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114013,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114013,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114013,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114013,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114013,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114013,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114013,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114013,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114013,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114013,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114014,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114015,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114016,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114016,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114016,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114016,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114016,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114016,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114016,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114016,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114016,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114016,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114016,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114016,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114016,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114016,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114016,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114016,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114016,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114016,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114016,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114016,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114016,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114016,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114016,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114016,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114016,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114016,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114016,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114016,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114016,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114016,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114016,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114016,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114016,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114016,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114016,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114016,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114016,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114016,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114016,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114016,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114016,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114017,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114026,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114028,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114028,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114028,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114028,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114028,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114028,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114028,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114028,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114028,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114028,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114028,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114028,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114028,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114028,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114028,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114028,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114028,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114028,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114028,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114028,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114028,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114028,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114028,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114028,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114028,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114028,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114028,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114028,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114028,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114028,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114028,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114028,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114028,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114028,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114028,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114028,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114028,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114028,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114028,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114028,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114028,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114030,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114031,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114031,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114031,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114031,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114031,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114031,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114031,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114031,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114031,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114031,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114031,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114031,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114031,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114031,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114031,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114031,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114031,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114031,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114031,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114031,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114031,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114031,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114031,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114031,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114031,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114031,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114031,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114031,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114031,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114031,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114031,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114031,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114031,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114031,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114031,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114031,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114031,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114031,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114031,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114031,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114031,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114032,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114034,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114034,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114034,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114034,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114034,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114034,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114034,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114034,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114034,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114034,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114034,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114034,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114034,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114034,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114034,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114034,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114034,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114034,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114034,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114034,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114034,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114034,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114034,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114034,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114034,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114034,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114034,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114034,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114034,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114034,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114034,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114034,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114034,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114034,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114034,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114034,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114034,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114034,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114034,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114034,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114034,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114035,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114172,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114172,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114172,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114172,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114172,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114172,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114172,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114172,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114172,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114172,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114172,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114172,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114172,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114172,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114172,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114172,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114172,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114172,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114172,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114172,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114172,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114172,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114172,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114172,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114172,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114172,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114172,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114172,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114172,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114172,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114172,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114172,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114172,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114172,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114172,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114172,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114172,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114172,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114172,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114172,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114172,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114173,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114192,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114193,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114193,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114193,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114193,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114193,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114193,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114193,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114193,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114193,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114193,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114193,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114193,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114193,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114193,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114193,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114193,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114193,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114193,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114193,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114193,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114193,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114193,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114193,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114193,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114193,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114193,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114193,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114193,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114193,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114193,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114193,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114193,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114193,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114193,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114193,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114193,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114193,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114193,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114193,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114193,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114193,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114197,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114237,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114246,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114296,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114297,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114307,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114307,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114307,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114307,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114307,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114307,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114307,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114307,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114307,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114307,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114307,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114307,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114307,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114307,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114307,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114307,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114307,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114307,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114307,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114307,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114307,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114307,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114307,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114307,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114307,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114307,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114307,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114307,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114307,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114307,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114307,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114307,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114307,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114307,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114307,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114307,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114307,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114307,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114307,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114307,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114307,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114335,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114336,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114337,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114337,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114337,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114337,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114337,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114337,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114337,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114337,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114337,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114337,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114337,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114337,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114337,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114337,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114337,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114337,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114337,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114337,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114337,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114337,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114337,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114337,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114337,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114337,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114337,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114337,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114337,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114337,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114337,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114337,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114337,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114337,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114337,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114337,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114337,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114337,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114337,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114337,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114337,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114337,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114337,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114339,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114343,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114343,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114343,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114343,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114343,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114343,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114343,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114343,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114343,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114343,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114343,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114343,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114343,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114343,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114343,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114343,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114343,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114343,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114343,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114343,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114343,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114343,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114343,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114343,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114343,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114343,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114343,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114343,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114343,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114343,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114343,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114343,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114343,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114343,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114343,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114343,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114343,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114343,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114343,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114343,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114343,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114349,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114349,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114349,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114349,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114349,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114349,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114349,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114349,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114349,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114349,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114349,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114349,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114349,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114349,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114349,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114349,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114349,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114349,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114349,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114349,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114349,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114349,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114349,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114349,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114349,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114349,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114349,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114349,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114349,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114349,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114349,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114349,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114349,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114349,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114349,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114349,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114349,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114349,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114349,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114349,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114349,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114352,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114352,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114352,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114352,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114352,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114352,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114352,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114352,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114352,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114352,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114352,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114352,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114352,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114352,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114352,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114352,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114352,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114352,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114352,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114352,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114352,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114352,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114352,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114352,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114352,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114352,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114352,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114352,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114352,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114352,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114352,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114352,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114352,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114352,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114352,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114352,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114352,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114352,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114352,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114352,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114352,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114363,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114365,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114366,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114369,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114371,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114381,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114383,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114384,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114386,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114387,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114388,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114388,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114388,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114388,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114388,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114388,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114388,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114388,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114388,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114388,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114388,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114388,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114388,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114388,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114388,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114388,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114388,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114388,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114388,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114388,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114388,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114388,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114388,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114388,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114388,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114388,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114388,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114388,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114388,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114388,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114388,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114388,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114388,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114388,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114388,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114388,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114388,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114388,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114388,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114388,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114388,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114389,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114390,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114396,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114400,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114400,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114400,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114400,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114400,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114400,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114400,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114400,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114400,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114400,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114400,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114400,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114400,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114400,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114400,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114400,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114400,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114400,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114400,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114400,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114400,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114400,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114400,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114400,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114400,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114400,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114400,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114400,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114400,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114400,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114400,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114400,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114400,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114400,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114400,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114400,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114400,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114400,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114400,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114400,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114400,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114404,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114406,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114406,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114406,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114406,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114406,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114406,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114406,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114406,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114406,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114406,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114406,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114406,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114406,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114406,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114406,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114406,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114406,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114406,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114406,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114406,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114406,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114406,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114406,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114406,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114406,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114406,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114406,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114406,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114406,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114406,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114406,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114406,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114406,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114406,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114406,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114406,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114406,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114406,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114406,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114406,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114406,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114410,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114412,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114412,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114412,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114412,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114412,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114412,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114412,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114412,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114412,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114412,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114412,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114412,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114412,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114412,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114412,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114412,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114412,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114412,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114412,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114412,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114412,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114412,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114412,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114412,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114412,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114412,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114412,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114412,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114412,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114412,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114412,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114412,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114412,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114412,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114412,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114412,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114412,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114412,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114412,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114412,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114412,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114413,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114414,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114418,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114418,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114418,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114418,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114418,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114418,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114418,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114418,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114418,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114418,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114418,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114418,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114418,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114418,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114418,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114418,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114418,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114418,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114418,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114418,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114418,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114418,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114418,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114418,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114418,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114418,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114418,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114418,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114418,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114418,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114418,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114418,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114418,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114418,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114418,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114418,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114418,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114418,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114418,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114418,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114418,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114419,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114420,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114424,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114424,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114424,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114424,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114424,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114424,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114424,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114424,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114424,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114424,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114424,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114424,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114424,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114424,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114424,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114424,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114424,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114424,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114424,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114424,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114424,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114424,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114424,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114424,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114424,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114424,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114424,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114424,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114424,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114424,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114424,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114424,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114424,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114424,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114424,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114424,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114424,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114424,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114424,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114424,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114424,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114425,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114426,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114430,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114430,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114430,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114430,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114430,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114430,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114430,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114430,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114430,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114430,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114430,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114430,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114430,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114430,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114430,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114430,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114430,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114430,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114430,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114430,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114430,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114430,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114430,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114430,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114430,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114430,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114430,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114430,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114430,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114430,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114430,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114430,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114430,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114430,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114430,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114430,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114430,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114430,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114430,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114430,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114430,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114432,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114547,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114547,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114547,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114547,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114547,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114547,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114547,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114547,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114547,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114547,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114547,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114547,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114547,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114547,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114547,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114547,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114547,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114547,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114547,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114547,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114547,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114547,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114547,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114547,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114547,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114547,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114547,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114547,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114547,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114547,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114547,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114547,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114547,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114547,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114547,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114547,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114547,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114547,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114547,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114547,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114547,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114555,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114576,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114622,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114622,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114622,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114622,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114622,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114622,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114622,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114622,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114622,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114622,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114622,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114622,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114622,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114622,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114622,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114622,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114622,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114622,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114622,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114622,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114622,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114622,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114622,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114622,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114622,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114622,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114622,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114622,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114622,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114622,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114622,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114622,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114622,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114622,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114622,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114622,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114622,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114622,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114622,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114622,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114622,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114623,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114683,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114684,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114703,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114703,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114703,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114703,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114703,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114703,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114703,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114703,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114703,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114703,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114703,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114703,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114703,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114703,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114703,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114703,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114703,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114703,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114703,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114703,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114703,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114703,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114703,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114703,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114703,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114703,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114703,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114703,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114703,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114703,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114703,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114703,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114703,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114703,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114703,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114703,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114703,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114703,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114703,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114703,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114703,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114712,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114712,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114712,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114712,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114712,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114712,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114712,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114712,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114712,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114712,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114712,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114712,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114712,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114712,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114712,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114712,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114712,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114712,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114712,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114712,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114712,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114712,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114712,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114712,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114712,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114712,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114712,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114712,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114712,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114712,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114712,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114712,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114712,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114712,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114712,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114712,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114712,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114712,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114712,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114712,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114712,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114729,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114763,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114763,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114763,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114763,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114763,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114763,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114763,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114763,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114763,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114763,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114763,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114763,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114763,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114763,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114763,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114763,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114763,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114763,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114763,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114763,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114763,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114763,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114763,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114763,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114763,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114763,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114763,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114763,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114763,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114763,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114763,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114763,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114763,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114763,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114763,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114763,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114763,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114763,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114763,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114763,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114763,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114773,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114774,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114784,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114784,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114784,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114784,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114784,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114784,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114784,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114784,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114784,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114784,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114784,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114784,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114784,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114784,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114784,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114784,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114784,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114784,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114784,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114784,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114784,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114784,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114784,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114784,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114784,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114784,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114784,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114784,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114784,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114784,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114784,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114784,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114784,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114784,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114784,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114784,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114784,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114784,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114784,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114784,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114784,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114785,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114805,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114805,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114805,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114805,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114805,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114805,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114805,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114805,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114805,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114805,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114805,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114805,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114805,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114805,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114805,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114805,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114805,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114805,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114805,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114805,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114805,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114805,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114805,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114805,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114805,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114805,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114805,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114805,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114805,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114805,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114805,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114805,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114805,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114805,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114805,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114805,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114805,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114805,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114805,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114805,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114805,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114822,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114824,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114827,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114833,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114834,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114836,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114837,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114838,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114838,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114838,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114838,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114838,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114838,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114838,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114838,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114838,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114838,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114838,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114838,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114838,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114838,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114838,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114838,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114838,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114838,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114838,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114838,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114838,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114838,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114838,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114838,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114838,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114838,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114838,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114838,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114838,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114838,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114838,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114838,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114838,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114838,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114838,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114838,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114838,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114838,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114838,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114838,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114838,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114839,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114841,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114841,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114841,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114841,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114841,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114841,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114841,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114841,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114841,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114841,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114841,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114841,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114841,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114841,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114841,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114841,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114841,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114841,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114841,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114841,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114841,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114841,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114841,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114841,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114841,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114841,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114841,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114841,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114841,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114841,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114841,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114841,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114841,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114841,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114841,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114841,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114841,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114841,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114841,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114841,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114841,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114843,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114844,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114844,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114844,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114844,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114844,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114844,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114844,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114844,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114844,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114844,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114844,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114844,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114844,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114844,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114844,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114844,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114844,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114844,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114844,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114844,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114844,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114844,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114844,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114844,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114844,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114844,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114844,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114844,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114844,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114844,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114844,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114844,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114844,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114844,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114844,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114844,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114844,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114844,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114844,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114844,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114844,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114855,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114856,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114856,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114856,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114856,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114856,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114856,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114856,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114856,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114856,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114856,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114856,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114856,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114856,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114856,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114856,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114856,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114856,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114856,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114856,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114856,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114856,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114856,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114856,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114856,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114856,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114856,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114856,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114856,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114856,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114856,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114856,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114856,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114856,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114856,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114856,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114856,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114856,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114856,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114856,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114856,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114856,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114861,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114862,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114862,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114862,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114862,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114862,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114862,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114862,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114862,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114862,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114862,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114862,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114862,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114862,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114862,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114862,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114862,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114862,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114862,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114862,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114862,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114862,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114862,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114862,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114862,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114862,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114862,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114862,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114862,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114862,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114862,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114862,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114862,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114862,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114862,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114862,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114862,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114862,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114862,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114862,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114862,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114862,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114863,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114868,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114868,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114868,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114868,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114868,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114868,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114868,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114868,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114868,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114868,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114868,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114868,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114868,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114868,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114868,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114868,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114868,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114868,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114868,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114868,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114868,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114868,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114868,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114868,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114868,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114868,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114868,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114868,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114868,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114868,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114868,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114868,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114868,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114868,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114868,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114868,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114868,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114868,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114868,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114868,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114868,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114870,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114871,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114871,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114871,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114871,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114871,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114871,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114871,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114871,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114871,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114871,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114871,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114871,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114871,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114871,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114871,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114871,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114871,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114871,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114871,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114871,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114871,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114871,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114871,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114871,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114871,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114871,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114871,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114871,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114871,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114871,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114871,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114871,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114871,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114871,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114871,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114871,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114871,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114871,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114871,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114871,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114871,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114872,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114873,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114875,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114876,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114877,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114877,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114877,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114877,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114877,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114877,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114877,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114877,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114877,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114877,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114877,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114877,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114877,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114877,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114877,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114877,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114877,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114877,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114877,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114877,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114877,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114877,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114877,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114877,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114877,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114877,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114877,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114877,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114877,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114877,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114877,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114877,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114877,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114877,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114877,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114877,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114877,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114877,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114877,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114877,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114877,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114879,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114910,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114910,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114910,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114910,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114910,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114910,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114910,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114910,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114910,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114910,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114910,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114910,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114910,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114910,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114910,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114910,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114910,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114910,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114910,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114910,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114910,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114910,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114910,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114910,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114910,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114910,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114910,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114910,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114910,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114910,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114910,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114910,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114910,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114910,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114910,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114910,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114910,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114910,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114910,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114910,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114910,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114911,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114912,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114993,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115025,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115026,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115094,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115106,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115128,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115139,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115150,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115150,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115150,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115150,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115150,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115150,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115150,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115150,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115150,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115150,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115150,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115150,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115150,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115150,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115150,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115150,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115150,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115150,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115150,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115150,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115150,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115150,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115150,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115150,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115150,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115150,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115150,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115150,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115150,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115150,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115150,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115150,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115150,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115150,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115150,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115150,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115150,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115150,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115150,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115150,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115150,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115151,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115152,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115163,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115164,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115165,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115165,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115165,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115165,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115165,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115165,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115165,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115165,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115165,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115165,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115165,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115165,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115165,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115165,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115165,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115165,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115165,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115165,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115165,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115165,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115165,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115165,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115165,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115165,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115165,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115165,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115165,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115165,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115165,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115165,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115165,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115165,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115165,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115165,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115165,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115165,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115165,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115165,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115165,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115165,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115165,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115168,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115168,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115168,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115168,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115168,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115168,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115168,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115168,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115168,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115168,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115168,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115168,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115168,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115168,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115168,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115168,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115168,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115168,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115168,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115168,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115168,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115168,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115168,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115168,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115168,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115168,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115168,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115168,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115168,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115168,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115168,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115168,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115168,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115168,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115168,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115168,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115168,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115168,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115168,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115168,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115168,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115170,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115199,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115201,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115201,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115201,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115201,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115201,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115201,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115201,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115201,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115201,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115201,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115201,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115201,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115201,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115201,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115201,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115201,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115201,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115201,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115201,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115201,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115201,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115201,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115201,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115201,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115201,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115201,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115201,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115201,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115201,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115201,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115201,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115201,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115201,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115201,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115201,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115201,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115201,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115201,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115201,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115201,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115201,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115204,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115204,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115204,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115204,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115204,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115204,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115204,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115204,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115204,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115204,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115204,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115204,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115204,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115204,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115204,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115204,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115204,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115204,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115204,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115204,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115204,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115204,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115204,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115204,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115204,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115204,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115204,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115204,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115204,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115204,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115204,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115204,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115204,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115204,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115204,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115204,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115204,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115204,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115204,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115204,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115204,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115206,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115210,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115210,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115210,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115210,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115210,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115210,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115210,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115210,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115210,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115210,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115210,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115210,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115210,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115210,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115210,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115210,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115210,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115210,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115210,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115210,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115210,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115210,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115210,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115210,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115210,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115210,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115210,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115210,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115210,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115210,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115210,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115210,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115210,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115210,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115210,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115210,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115210,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115210,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115210,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115210,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115210,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115222,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115222,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115222,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115222,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115222,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115222,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115222,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115222,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115222,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115222,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115222,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115222,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115222,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115222,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115222,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115222,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115222,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115222,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115222,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115222,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115222,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115222,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115222,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115222,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115222,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115222,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115222,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115222,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115222,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115222,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115222,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115222,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115222,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115222,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115222,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115222,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115222,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115222,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115222,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115222,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115222,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115228,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115228,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115228,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115228,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115228,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115228,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115228,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115228,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115228,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115228,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115228,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115228,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115228,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115228,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115228,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115228,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115228,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115228,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115228,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115228,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115228,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115228,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115228,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115228,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115228,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115228,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115228,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115228,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115228,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115228,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115228,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115228,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115228,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115228,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115228,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115228,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115228,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115228,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115228,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115228,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115228,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115235,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115238,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115243,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115243,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115243,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115243,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115243,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115243,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115243,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115243,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115243,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115243,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115243,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115243,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115243,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115243,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115243,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115243,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115243,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115243,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115243,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115243,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115243,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115243,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115243,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115243,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115243,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115243,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115243,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115243,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115243,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115243,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115243,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115243,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115243,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115243,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115243,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115243,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115243,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115243,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115243,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115243,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115243,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115248,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115249,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115249,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115249,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115249,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115249,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115249,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115249,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115249,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115249,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115249,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115249,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115249,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115249,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115249,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115249,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115249,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115249,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115249,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115249,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115249,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115249,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115249,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115249,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115249,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115249,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115249,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115249,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115249,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115249,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115249,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115249,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115249,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115249,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115249,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115249,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115249,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115249,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115249,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115249,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115249,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115249,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115250,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115252,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115252,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115252,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115252,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115252,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115252,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115252,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115252,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115252,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115252,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115252,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115252,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115252,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115252,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115252,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115252,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115252,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115252,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115252,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115252,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115252,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115252,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115252,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115252,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115252,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115252,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115252,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115252,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115252,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115252,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115252,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115252,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115252,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115252,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115252,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115252,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115252,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115252,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115252,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115252,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115252,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115258,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115258,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115258,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115258,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115258,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115258,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115258,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115258,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115258,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115258,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115258,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115258,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115258,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115258,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115258,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115258,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115258,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115258,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115258,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115258,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115258,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115258,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115258,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115258,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115258,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115258,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115258,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115258,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115258,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115258,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115258,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115258,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115258,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115258,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115258,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115258,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115258,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115258,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115258,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115258,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115258,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115260,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115262,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115264,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115264,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115264,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115264,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115264,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115264,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115264,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115264,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115264,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115264,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115264,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115264,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115264,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115264,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115264,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115264,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115264,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115264,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115264,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115264,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115264,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115264,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115264,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115264,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115264,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115264,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115264,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115264,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115264,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115264,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115264,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115264,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115264,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115264,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115264,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115264,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115264,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115264,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115264,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115264,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115264,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115265,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115266,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115267,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115267,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115267,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115267,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115267,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115267,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115267,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115267,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115267,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115267,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115267,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115267,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115267,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115267,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115267,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115267,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115267,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115267,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115267,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115267,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115267,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115267,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115267,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115267,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115267,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115267,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115267,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115267,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115267,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115267,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115267,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115267,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115267,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115267,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115267,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115267,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115267,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115267,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115267,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115267,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115267,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115269,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115271,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115272,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115273,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115273,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115273,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115273,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115273,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115273,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115273,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115273,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115273,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115273,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115273,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115273,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115273,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115273,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115273,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115273,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115273,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115273,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115273,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115273,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115273,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115273,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115273,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115273,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115273,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115273,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115273,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115273,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115273,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115273,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115273,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115273,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115273,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115273,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115273,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115273,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115273,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115273,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115273,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115273,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115273,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115277,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115280,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115281,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115282,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115282,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115282,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115282,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115282,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115282,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115282,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115282,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115282,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115282,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115282,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115282,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115282,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115282,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115282,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115282,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115282,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115282,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115282,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115282,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115282,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115282,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115282,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115282,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115282,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115282,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115282,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115282,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115282,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115282,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115282,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115282,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115282,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115282,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115282,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115282,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115282,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115282,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115282,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115282,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115282,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115283,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115284,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115285,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115285,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115285,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115285,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115285,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115285,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115285,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115285,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115285,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115285,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115285,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115285,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115285,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115285,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115285,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115285,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115285,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115285,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115285,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115285,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115285,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115285,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115285,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115285,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115285,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115285,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115285,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115285,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115285,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115285,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115285,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115285,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115285,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115285,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115285,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115285,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115285,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115285,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115285,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115285,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115285,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115288,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115288,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115288,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115288,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115288,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115288,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115288,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115288,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115288,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115288,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115288,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115288,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115288,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115288,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115288,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115288,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115288,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115288,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115288,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115288,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115288,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115288,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115288,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115288,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115288,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115288,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115288,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115288,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115288,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115288,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115288,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115288,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115288,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115288,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115288,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115288,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115288,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115288,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115288,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115288,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115288,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115290,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115292,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115299,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115304,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115306,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115306,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115306,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115306,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115306,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115306,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115306,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115306,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115306,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115306,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115306,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115306,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115306,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115306,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115306,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115306,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115306,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115306,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115306,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115306,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115306,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115306,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115306,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115306,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115306,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115306,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115306,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115306,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115306,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115306,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115306,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115306,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115306,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115306,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115306,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115306,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115306,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115306,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115306,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115306,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115306,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115310,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115313,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115314,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115315,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115315,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115315,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115315,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115315,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115315,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115315,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115315,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115315,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115315,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115315,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115315,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115315,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115315,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115315,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115315,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115315,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115315,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115315,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115315,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115315,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115315,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115315,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115315,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115315,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115315,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115315,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115315,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115315,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115315,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115315,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115315,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115315,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115315,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115315,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115315,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115315,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115315,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115315,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115315,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115315,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115318,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115318,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115318,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115318,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115318,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115318,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115318,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115318,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115318,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115318,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115318,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115318,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115318,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115318,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115318,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115318,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115318,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115318,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115318,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115318,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115318,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115318,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115318,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115318,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115318,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115318,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115318,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115318,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115318,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115318,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115318,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115318,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115318,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115318,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115318,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115318,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115318,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115318,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115318,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115318,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115318,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115319,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115320,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115321,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115321,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115321,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115321,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115321,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115321,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115321,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115321,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115321,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115321,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115321,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115321,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115321,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115321,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115321,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115321,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115321,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115321,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115321,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115321,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115321,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115321,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115321,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115321,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115321,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115321,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115321,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115321,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115321,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115321,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115321,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115321,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115321,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115321,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115321,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115321,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115321,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115321,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115321,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115321,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115321,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115322,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115323,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115329,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115378,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115378,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115378,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115378,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115378,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115378,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115378,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115378,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115378,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115378,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115378,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115378,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115378,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115378,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115378,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115378,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115378,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115378,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115378,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115378,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115378,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115378,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115378,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115378,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115378,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115378,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115378,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115378,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115378,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115378,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115378,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115378,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115378,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115378,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115378,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115378,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115378,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115378,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115378,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115378,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115378,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115380,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115426,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115426,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115426,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115426,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115426,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115426,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115426,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115426,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115426,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115426,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115426,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115426,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115426,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115426,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115426,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115426,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115426,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115426,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115426,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115426,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115426,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115426,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115426,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115426,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115426,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115426,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115426,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115426,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115426,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115426,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115426,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115426,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115426,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115426,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115426,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115426,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115426,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115426,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115426,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115426,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115426,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115429,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115429,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115429,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115429,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115429,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115429,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115429,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115429,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115429,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115429,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115429,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115429,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115429,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115429,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115429,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115429,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115429,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115429,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115429,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115429,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115429,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115429,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115429,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115429,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115429,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115429,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115429,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115429,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115429,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115429,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115429,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115429,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115429,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115429,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115429,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115429,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115429,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115429,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115429,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115429,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115429,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115430,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115431,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115497,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115520,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115521,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115549,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115549,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115549,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115549,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115549,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115549,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115549,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115549,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115549,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115549,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115549,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115549,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115549,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115549,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115549,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115549,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115549,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115549,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115549,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115549,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115549,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115549,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115549,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115549,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115549,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115549,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115549,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115549,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115549,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115549,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115549,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115549,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115549,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115549,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115549,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115549,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115549,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115549,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115549,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115549,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115549,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115564,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115564,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115564,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115564,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115564,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115564,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115564,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115564,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115564,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115564,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115564,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115564,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115564,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115564,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115564,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115564,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115564,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115564,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115564,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115564,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115564,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115564,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115564,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115564,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115564,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115564,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115564,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115564,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115564,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115564,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115564,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115564,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115564,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115564,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115564,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115564,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115564,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115564,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115564,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115564,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115564,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115573,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115573,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115573,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115573,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115573,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115573,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115573,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115573,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115573,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115573,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115573,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115573,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115573,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115573,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115573,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115573,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115573,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115573,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115573,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115573,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115573,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115573,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115573,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115573,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115573,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115573,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115573,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115573,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115573,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115573,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115573,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115573,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115573,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115573,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115573,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115573,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115573,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115573,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115573,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115573,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115573,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115574,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115610,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115611,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115618,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115618,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115618,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115618,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115618,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115618,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115618,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115618,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115618,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115618,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115618,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115618,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115618,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115618,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115618,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115618,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115618,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115618,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115618,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115618,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115618,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115618,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115618,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115618,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115618,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115618,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115618,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115618,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115618,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115618,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115618,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115618,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115618,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115618,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115618,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115618,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115618,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115618,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115618,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115618,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115618,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115620,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115630,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115630,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115630,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115630,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115630,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115630,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115630,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115630,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115630,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115630,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115630,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115630,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115630,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115630,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115630,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115630,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115630,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115630,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115630,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115630,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115630,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115630,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115630,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115630,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115630,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115630,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115630,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115630,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115630,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115630,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115630,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115630,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115630,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115630,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115630,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115630,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115630,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115630,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115630,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115630,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115630,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115639,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115639,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115639,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115639,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115639,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115639,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115639,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115639,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115639,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115639,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115639,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115639,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115639,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115639,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115639,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115639,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115639,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115639,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115639,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115639,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115639,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115639,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115639,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115639,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115639,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115639,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115639,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115639,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115639,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115639,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115639,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115639,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115639,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115639,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115639,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115639,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115639,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115639,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115639,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115639,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115639,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115645,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115645,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115645,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115645,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115645,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115645,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115645,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115645,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115645,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115645,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115645,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115645,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115645,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115645,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115645,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115645,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115645,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115645,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115645,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115645,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115645,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115645,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115645,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115645,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115645,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115645,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115645,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115645,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115645,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115645,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115645,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115645,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115645,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115645,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115645,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115645,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115645,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115645,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115645,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115645,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115645,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115650,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115656,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115659,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115660,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115660,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115660,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115660,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115660,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115660,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115660,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115660,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115660,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115660,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115660,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115660,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115660,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115660,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115660,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115660,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115660,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115660,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115660,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115660,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115660,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115660,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115660,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115660,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115660,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115660,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115660,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115660,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115660,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115660,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115660,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115660,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115660,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115660,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115660,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115660,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115660,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115660,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115660,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115660,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115660,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115668,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115672,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115672,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115672,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115672,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115672,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115672,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115672,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115672,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115672,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115672,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115672,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115672,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115672,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115672,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115672,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115672,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115672,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115672,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115672,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115672,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115672,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115672,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115672,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115672,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115672,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115672,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115672,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115672,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115672,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115672,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115672,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115672,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115672,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115672,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115672,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115672,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115672,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115672,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115672,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115672,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115672,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115673,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115681,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115681,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115681,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115681,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115681,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115681,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115681,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115681,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115681,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115681,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115681,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115681,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115681,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115681,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115681,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115681,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115681,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115681,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115681,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115681,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115681,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115681,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115681,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115681,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115681,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115681,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115681,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115681,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115681,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115681,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115681,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115681,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115681,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115681,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115681,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115681,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115681,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115681,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115681,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115681,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115681,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115683,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115684,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115684,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115684,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115684,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115684,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115684,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115684,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115684,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115684,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115684,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115684,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115684,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115684,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115684,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115684,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115684,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115684,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115684,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115684,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115684,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115684,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115684,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115684,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115684,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115684,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115684,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115684,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115684,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115684,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115684,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115684,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115684,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115684,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115684,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115684,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115684,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115684,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115684,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115684,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115684,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115684,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115685,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115686,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115694,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115696,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115696,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115696,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115696,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115696,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115696,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115696,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115696,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115696,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115696,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115696,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115696,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115696,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115696,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115696,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115696,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115696,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115696,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115696,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115696,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115696,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115696,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115696,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115696,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115696,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115696,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115696,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115696,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115696,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115696,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115696,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115696,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115696,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115696,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115696,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115696,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115696,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115696,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115696,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115696,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115696,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115697,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115707,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115711,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115711,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115711,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115711,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115711,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115711,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115711,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115711,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115711,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115711,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115711,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115711,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115711,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115711,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115711,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115711,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115711,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115711,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115711,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115711,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115711,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115711,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115711,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115711,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115711,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115711,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115711,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115711,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115711,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115711,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115711,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115711,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115711,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115711,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115711,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115711,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115711,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115711,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115711,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115711,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115711,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115716,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115717,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115717,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115717,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115717,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115717,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115717,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115717,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115717,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115717,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115717,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115717,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115717,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115717,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115717,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115717,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115717,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115717,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115717,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115717,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115717,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115717,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115717,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115717,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115717,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115717,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115717,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115717,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115717,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115717,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115717,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115717,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115717,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115717,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115717,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115717,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115717,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115717,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115717,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115717,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115717,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115717,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115721,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115723,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115723,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115723,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115723,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115723,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115723,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115723,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115723,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115723,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115723,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115723,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115723,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115723,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115723,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115723,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115723,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115723,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115723,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115723,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115723,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115723,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115723,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115723,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115723,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115723,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115723,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115723,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115723,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115723,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115723,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115723,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115723,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115723,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115723,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115723,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115723,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115723,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115723,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115723,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115723,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115723,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115724,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115730,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115732,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115732,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115732,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115732,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115732,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115732,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115732,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115732,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115732,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115732,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115732,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115732,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115732,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115732,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115732,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115732,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115732,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115732,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115732,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115732,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115732,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115732,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115732,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115732,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115732,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115732,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115732,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115732,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115732,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115732,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115732,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115732,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115732,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115732,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115732,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115732,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115732,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115732,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115732,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115732,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115732,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115733,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115736,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115737,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115738,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115738,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115738,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115738,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115738,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115738,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115738,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115738,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115738,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115738,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115738,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115738,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115738,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115738,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115738,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115738,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115738,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115738,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115738,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115738,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115738,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115738,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115738,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115738,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115738,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115738,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115738,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115738,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115738,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115738,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115738,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115738,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115738,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115738,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115738,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115738,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115738,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115738,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115738,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115738,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115738,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115739,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115741,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115741,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115741,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115741,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115741,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115741,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115741,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115741,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115741,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115741,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115741,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115741,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115741,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115741,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115741,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115741,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115741,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115741,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115741,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115741,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115741,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115741,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115741,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115741,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115741,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115741,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115741,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115741,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115741,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115741,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115741,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115741,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115741,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115741,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115741,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115741,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115741,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115741,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115741,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115741,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115741,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115742,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115756,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115756,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115756,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115756,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115756,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115756,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115756,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115756,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115756,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115756,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115756,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115756,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115756,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115756,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115756,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115756,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115756,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115756,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115756,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115756,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115756,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115756,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115756,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115756,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115756,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115756,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115756,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115756,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115756,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115756,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115756,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115756,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115756,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115756,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115756,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115756,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115756,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115756,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115756,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115756,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115756,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115758,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115762,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115762,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115762,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115762,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115762,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115762,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115762,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115762,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115762,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115762,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115762,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115762,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115762,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115762,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115762,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115762,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115762,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115762,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115762,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115762,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115762,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115762,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115762,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115762,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115762,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115762,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115762,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115762,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115762,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115762,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115762,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115762,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115762,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115762,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115762,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115762,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115762,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115762,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115762,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115762,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115762,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115763,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115765,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115765,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115765,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115765,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115765,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115765,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115765,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115765,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115765,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115765,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115765,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115765,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115765,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115765,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115765,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115765,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115765,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115765,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115765,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115765,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115765,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115765,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115765,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115765,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115765,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115765,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115765,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115765,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115765,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115765,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115765,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115765,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115765,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115765,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115765,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115765,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115765,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115765,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115765,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115765,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115765,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115766,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115767,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115777,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115777,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115777,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115777,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115777,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115777,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115777,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115777,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115777,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115777,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115777,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115777,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115777,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115777,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115777,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115777,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115777,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115777,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115777,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115777,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115777,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115777,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115777,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115777,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115777,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115777,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115777,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115777,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115777,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115777,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115777,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115777,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115777,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115777,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115777,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115777,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115777,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115777,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115777,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115777,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115777,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115778,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115779,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115842,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115861,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115861,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115861,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115861,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115861,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115861,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115861,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115861,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115861,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115861,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115861,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115861,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115861,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115861,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115861,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115861,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115861,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115861,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115861,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115861,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115861,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115861,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115861,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115861,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115861,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115861,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115861,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115861,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115861,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115861,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115861,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115861,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115861,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115861,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115861,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115861,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115861,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115861,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115861,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115861,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115861,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115887,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115908,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115923,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115960,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115960,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115960,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115960,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115960,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115960,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115960,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115960,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115960,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115960,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115960,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115960,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115960,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115960,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115960,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115960,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115960,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115960,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115960,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115960,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115960,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115960,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115960,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115960,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115960,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115960,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115960,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115960,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115960,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115960,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115960,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115960,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115960,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115960,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115960,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115960,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115960,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115960,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115960,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115960,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115960,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115961,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115962,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115963,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115963,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115963,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115963,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115963,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115963,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115963,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115963,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115963,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115963,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115963,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115963,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115963,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115963,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115963,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115963,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115963,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115963,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115963,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115963,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115963,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115963,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115963,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115963,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115963,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115963,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115963,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115963,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115963,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115963,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115963,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115963,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115963,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115963,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115963,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115963,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115963,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115963,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115963,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115963,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115963,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115964,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115966,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115966,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115966,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115966,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115966,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115966,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115966,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115966,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115966,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115966,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115966,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115966,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115966,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115966,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115966,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115966,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115966,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115966,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115966,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115966,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115966,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115966,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115966,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115966,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115966,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115966,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115966,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115966,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115966,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115966,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115966,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115966,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115966,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115966,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115966,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115966,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115966,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115966,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115966,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115966,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115966,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115968,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115972,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115972,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115972,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115972,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115972,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115972,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115972,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115972,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115972,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115972,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115972,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115972,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115972,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115972,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115972,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115972,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115972,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115972,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115972,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115972,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115972,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115972,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115972,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115972,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115972,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115972,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115972,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115972,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115972,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115972,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115972,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115972,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115972,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115972,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115972,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115972,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115972,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115972,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115972,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115972,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115972,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115973,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115993,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115993,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115993,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115993,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115993,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115993,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115993,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115993,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115993,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115993,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115993,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115993,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115993,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115993,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115993,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115993,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115993,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115993,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115993,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115993,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115993,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115993,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115993,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115993,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115993,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115993,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115993,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115993,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115993,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115993,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115993,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115993,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115993,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115993,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115993,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115993,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115993,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115993,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115993,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115993,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115993,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115994,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115995,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116007,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116032,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116032,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116032,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116032,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116032,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116032,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116032,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116032,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116032,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116032,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116032,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116032,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116032,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116032,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116032,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116032,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116032,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116032,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116032,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116032,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116032,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116032,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116032,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116032,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116032,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116032,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116032,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116032,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116032,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116032,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116032,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116032,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116032,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116032,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116032,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116032,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116032,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116032,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116032,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116032,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116032,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116077,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116077,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116077,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116077,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116077,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116077,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116077,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116077,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116077,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116077,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116077,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116077,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116077,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116077,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116077,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116077,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116077,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116077,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116077,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116077,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116077,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116077,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116077,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116077,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116077,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116077,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116077,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116077,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116077,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116077,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116077,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116077,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116077,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116077,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116077,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116077,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116077,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116077,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116077,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116077,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116077,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116083,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116083,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116083,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116083,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116083,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116083,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116083,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116083,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116083,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116083,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116083,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116083,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116083,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116083,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116083,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116083,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116083,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116083,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116083,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116083,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116083,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116083,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116083,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116083,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116083,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116083,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116083,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116083,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116083,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116083,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116083,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116083,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116083,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116083,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116083,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116083,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116083,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116083,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116083,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116083,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116083,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116085,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116087,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116088,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116091,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116092,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116092,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116092,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116092,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116092,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116092,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116092,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116092,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116092,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116092,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116092,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116092,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116092,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116092,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116092,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116092,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116092,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116092,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116092,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116092,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116092,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116092,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116092,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116092,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116092,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116092,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116092,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116092,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116092,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116092,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116092,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116092,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116092,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116092,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116092,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116092,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116092,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116092,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116092,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116092,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116092,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116099,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116100,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116102,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116103,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116105,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116106,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116113,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116113,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116113,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116113,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116113,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116113,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116113,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116113,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116113,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116113,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116113,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116113,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116113,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116113,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116113,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116113,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116113,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116113,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116113,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116113,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116113,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116113,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116113,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116113,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116113,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116113,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116113,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116113,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116113,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116113,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116113,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116113,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116113,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116113,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116113,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116113,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116113,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116113,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116113,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116113,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116113,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116119,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116119,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116119,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116119,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116119,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116119,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116119,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116119,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116119,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116119,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116119,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116119,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116119,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116119,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116119,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116119,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116119,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116119,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116119,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116119,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116119,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116119,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116119,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116119,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116119,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116119,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116119,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116119,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116119,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116119,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116119,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116119,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116119,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116119,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116119,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116119,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116119,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116119,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116119,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116119,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116119,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116123,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116126,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116128,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116128,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116128,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116128,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116128,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116128,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116128,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116128,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116128,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116128,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116128,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116128,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116128,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116128,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116128,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116128,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116128,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116128,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116128,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116128,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116128,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116128,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116128,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116128,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116128,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116128,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116128,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116128,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116128,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116128,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116128,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116128,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116128,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116128,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116128,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116128,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116128,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116128,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116128,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116128,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116128,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116133,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116134,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116134,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116134,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116134,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116134,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116134,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116134,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116134,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116134,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116134,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116134,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116134,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116134,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116134,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116134,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116134,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116134,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116134,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116134,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116134,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116134,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116134,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116134,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116134,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116134,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116134,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116134,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116134,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116134,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116134,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116134,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116134,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116134,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116134,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116134,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116134,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116134,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116134,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116134,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116134,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116134,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116141,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116142,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116143,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116143,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116143,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116143,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116143,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116143,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116143,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116143,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116143,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116143,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116143,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116143,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116143,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116143,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116143,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116143,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116143,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116143,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116143,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116143,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116143,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116143,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116143,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116143,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116143,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116143,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116143,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116143,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116143,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116143,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116143,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116143,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116143,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116143,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116143,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116143,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116143,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116143,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116143,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116143,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116143,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116144,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116145,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116147,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116148,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116158,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116158,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116158,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116158,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116158,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116158,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116158,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116158,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116158,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116158,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116158,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116158,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116158,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116158,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116158,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116158,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116158,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116158,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116158,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116158,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116158,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116158,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116158,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116158,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116158,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116158,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116158,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116158,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116158,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116158,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116158,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116158,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116158,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116158,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116158,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116158,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116158,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116158,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116158,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116158,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116158,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116159,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116162,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116163,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116166,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116171,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116172,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116207,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116242,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116242,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116242,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116242,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116242,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116242,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116242,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116242,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116242,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116242,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116242,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116242,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116242,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116242,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116242,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116242,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116242,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116242,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116242,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116242,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116242,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116242,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116242,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116242,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116242,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116242,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116242,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116242,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116242,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116242,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116242,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116242,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116242,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116242,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116242,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116242,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116242,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116242,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116242,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116242,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116242,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116288,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116289,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116303,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116334,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116401,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116401,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116401,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116401,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116401,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116401,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116401,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116401,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116401,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116401,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116401,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116401,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116401,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116401,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116401,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116401,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116401,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116401,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116401,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116401,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116401,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116401,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116401,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116401,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116401,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116401,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116401,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116401,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116401,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116401,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116401,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116401,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116401,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116401,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116401,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116401,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116401,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116401,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116401,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116401,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116401,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116402,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116416,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116416,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116416,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116416,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116416,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116416,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116416,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116416,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116416,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116416,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116416,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116416,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116416,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116416,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116416,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116416,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116416,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116416,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116416,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116416,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116416,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116416,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116416,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116416,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116416,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116416,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116416,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116416,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116416,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116416,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116416,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116416,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116416,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116416,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116416,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116416,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116416,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116416,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116416,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116416,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116416,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116417,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116463,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116470,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116470,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116470,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116470,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116470,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116470,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116470,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116470,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116470,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116470,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116470,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116470,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116470,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116470,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116470,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116470,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116470,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116470,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116470,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116470,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116470,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116470,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116470,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116470,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116470,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116470,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116470,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116470,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116470,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116470,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116470,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116470,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116470,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116470,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116470,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116470,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116470,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116470,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116470,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116470,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116470,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116472,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116473,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116473,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116473,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116473,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116473,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116473,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116473,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116473,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116473,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116473,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116473,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116473,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116473,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116473,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116473,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116473,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116473,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116473,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116473,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116473,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116473,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116473,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116473,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116473,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116473,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116473,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116473,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116473,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116473,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116473,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116473,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116473,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116473,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116473,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116473,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116473,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116473,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116473,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116473,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116473,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116473,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116480,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116481,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116494,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116494,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116494,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116494,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116494,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116494,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116494,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116494,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116494,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116494,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116494,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116494,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116494,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116494,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116494,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116494,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116494,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116494,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116494,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116494,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116494,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116494,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116494,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116494,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116494,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116494,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116494,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116494,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116494,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116494,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116494,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116494,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116494,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116494,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116494,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116494,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116494,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116494,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116494,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116494,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116494,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116506,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116506,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116506,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116506,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116506,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116506,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116506,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116506,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116506,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116506,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116506,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116506,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116506,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116506,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116506,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116506,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116506,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116506,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116506,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116506,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116506,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116506,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116506,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116506,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116506,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116506,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116506,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116506,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116506,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116506,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116506,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116506,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116506,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116506,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116506,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116506,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116506,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116506,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116506,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116506,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116506,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116517,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116519,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116520,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116523,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116531,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116532,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116533,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116533,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116533,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116533,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116533,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116533,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116533,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116533,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116533,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116533,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116533,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116533,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116533,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116533,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116533,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116533,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116533,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116533,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116533,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116533,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116533,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116533,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116533,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116533,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116533,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116533,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116533,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116533,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116533,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116533,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116533,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116533,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116533,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116533,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116533,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116533,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116533,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116533,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116533,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116533,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116533,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116537,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116540,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116542,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116542,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116542,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116542,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116542,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116542,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116542,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116542,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116542,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116542,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116542,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116542,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116542,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116542,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116542,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116542,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116542,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116542,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116542,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116542,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116542,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116542,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116542,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116542,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116542,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116542,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116542,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116542,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116542,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116542,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116542,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116542,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116542,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116542,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116542,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116542,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116542,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116542,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116542,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116542,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116542,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116543,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116544,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116545,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116545,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116545,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116545,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116545,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116545,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116545,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116545,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116545,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116545,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116545,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116545,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116545,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116545,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116545,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116545,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116545,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116545,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116545,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116545,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116545,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116545,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116545,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116545,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116545,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116545,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116545,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116545,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116545,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116545,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116545,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116545,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116545,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116545,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116545,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116545,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116545,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116545,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116545,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116545,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116545,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116547,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116555,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116557,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116557,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116557,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116557,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116557,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116557,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116557,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116557,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116557,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116557,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116557,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116557,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116557,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116557,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116557,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116557,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116557,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116557,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116557,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116557,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116557,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116557,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116557,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116557,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116557,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116557,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116557,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116557,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116557,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116557,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116557,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116557,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116557,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116557,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116557,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116557,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116557,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116557,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116557,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116557,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116557,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116558,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116559,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116560,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116560,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116560,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116560,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116560,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116560,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116560,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116560,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116560,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116560,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116560,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116560,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116560,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116560,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116560,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116560,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116560,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116560,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116560,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116560,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116560,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116560,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116560,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116560,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116560,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116560,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116560,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116560,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116560,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116560,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116560,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116560,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116560,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116560,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116560,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116560,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116560,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116560,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116560,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116560,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116560,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116561,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116562,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116563,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116563,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116563,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116563,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116563,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116563,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116563,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116563,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116563,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116563,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116563,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116563,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116563,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116563,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116563,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116563,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116563,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116563,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116563,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116563,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116563,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116563,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116563,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116563,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116563,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116563,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116563,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116563,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116563,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116563,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116563,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116563,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116563,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116563,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116563,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116563,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116563,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116563,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116563,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116563,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116563,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116566,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116566,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116566,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116566,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116566,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116566,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116566,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116566,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116566,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116566,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116566,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116566,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116566,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116566,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116566,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116566,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116566,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116566,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116566,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116566,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116566,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116566,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116566,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116566,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116566,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116566,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116566,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116566,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116566,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116566,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116566,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116566,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116566,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116566,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116566,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116566,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116566,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116566,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116566,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116566,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116566,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116568,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116570,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116576,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116579,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116587,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116587,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116587,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116587,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116587,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116587,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116587,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116587,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116587,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116587,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116587,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116587,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116587,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116587,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116587,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116587,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116587,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116587,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116587,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116587,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116587,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116587,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116587,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116587,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116587,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116587,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116587,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116587,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116587,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116587,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116587,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116587,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116587,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116587,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116587,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116587,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116587,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116587,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116587,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116587,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116587,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116589,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116590,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116590,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116590,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116590,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116590,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116590,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116590,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116590,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116590,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116590,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116590,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116590,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116590,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116590,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116590,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116590,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116590,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116590,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116590,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116590,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116590,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116590,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116590,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116590,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116590,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116590,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116590,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116590,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116590,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116590,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116590,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116590,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116590,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116590,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116590,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116590,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116590,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116590,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116590,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116590,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116590,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116591,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116594,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116595,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116599,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116599,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116599,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116599,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116599,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116599,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116599,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116599,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116599,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116599,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116599,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116599,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116599,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116599,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116599,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116599,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116599,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116599,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116599,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116599,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116599,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116599,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116599,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116599,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116599,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116599,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116599,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116599,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116599,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116599,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116599,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116599,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116599,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116599,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116599,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116599,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116599,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116599,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116599,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116599,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116599,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116600,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116601,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116608,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116608,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116608,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116608,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116608,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116608,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116608,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116608,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116608,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116608,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116608,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116608,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116608,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116608,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116608,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116608,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116608,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116608,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116608,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116608,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116608,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116608,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116608,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116608,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116608,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116608,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116608,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116608,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116608,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116608,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116608,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116608,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116608,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116608,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116608,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116608,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116608,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116608,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116608,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116608,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116608,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116609,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116611,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116611,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116611,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116611,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116611,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116611,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116611,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116611,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116611,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116611,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116611,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116611,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116611,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116611,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116611,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116611,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116611,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116611,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116611,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116611,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116611,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116611,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116611,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116611,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116611,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116611,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116611,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116611,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116611,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116611,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116611,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116611,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116611,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116611,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116611,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116611,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116611,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116611,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116611,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116611,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116611,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116612,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116614,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116614,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116614,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116614,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116614,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116614,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116614,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116614,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116614,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116614,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116614,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116614,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116614,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116614,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116614,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116614,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116614,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116614,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116614,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116614,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116614,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116614,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116614,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116614,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116614,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116614,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116614,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116614,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116614,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116614,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116614,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116614,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116614,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116614,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116614,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116614,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116614,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116614,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116614,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116614,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116614,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116623,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116623,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116623,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116623,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116623,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116623,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116623,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116623,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116623,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116623,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116623,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116623,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116623,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116623,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116623,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116623,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116623,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116623,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116623,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116623,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116623,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116623,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116623,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116623,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116623,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116623,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116623,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116623,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116623,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116623,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116623,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116623,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116623,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116623,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116623,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116623,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116623,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116623,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116623,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116623,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116623,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116627,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116633,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116713,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116713,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116713,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116713,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116713,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116713,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116713,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116713,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116713,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116713,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116713,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116713,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116713,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116713,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116713,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116713,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116713,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116713,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116713,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116713,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116713,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116713,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116713,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116713,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116713,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116713,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116713,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116713,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116713,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116713,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116713,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116713,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116713,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116713,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116713,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116713,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116713,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116713,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116713,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116713,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116713,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116714,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116768,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116769,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116842,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116842,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116842,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116842,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116842,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116842,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116842,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116842,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116842,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116842,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116842,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116842,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116842,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116842,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116842,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116842,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116842,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116842,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116842,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116842,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116842,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116842,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116842,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116842,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116842,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116842,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116842,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116842,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116842,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116842,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116842,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116842,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116842,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116842,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116842,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116842,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116842,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116842,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116842,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116842,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116842,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116857,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116857,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116857,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116857,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116857,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116857,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116857,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116857,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116857,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116857,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116857,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116857,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116857,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116857,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116857,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116857,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116857,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116857,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116857,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116857,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116857,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116857,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116857,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116857,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116857,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116857,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116857,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116857,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116857,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116857,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116857,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116857,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116857,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116857,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116857,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116857,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116857,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116857,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116857,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116857,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116857,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116858,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116859,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116861,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116869,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116869,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116869,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116869,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116869,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116869,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116869,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116869,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116869,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116869,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116869,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116869,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116869,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116869,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116869,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116869,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116869,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116869,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116869,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116869,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116869,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116869,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116869,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116869,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116869,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116869,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116869,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116869,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116869,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116869,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116869,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116869,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116869,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116869,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116869,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116869,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116869,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116869,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116869,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116869,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116869,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116872,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116872,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116872,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116872,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116872,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116872,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116872,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116872,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116872,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116872,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116872,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116872,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116872,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116872,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116872,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116872,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116872,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116872,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116872,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116872,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116872,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116872,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116872,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116872,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116872,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116872,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116872,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116872,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116872,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116872,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116872,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116872,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116872,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116872,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116872,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116872,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116872,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116872,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116872,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116872,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116872,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116874,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116883,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116947,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116947,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116947,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116947,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116947,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116947,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116947,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116947,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116947,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116947,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116947,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116947,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116947,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116947,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116947,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116947,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116947,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116947,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116947,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116947,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116947,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116947,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116947,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116947,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116947,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116947,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116947,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116947,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116947,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116947,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116947,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116947,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116947,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116947,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116947,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116947,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116947,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116947,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116947,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116947,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116947,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116950,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116950,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116950,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116950,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116950,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116950,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116950,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116950,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116950,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116950,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116950,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116950,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116950,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116950,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116950,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116950,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116950,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116950,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116950,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116950,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116950,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116950,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116950,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116950,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116950,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116950,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116950,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116950,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116950,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116950,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116950,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116950,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116950,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116950,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116950,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116950,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116950,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116950,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116950,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116950,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116950,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116953,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116953,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116953,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116953,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116953,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116953,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116953,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116953,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116953,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116953,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116953,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116953,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116953,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116953,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116953,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116953,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116953,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116953,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116953,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116953,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116953,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116953,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116953,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116953,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116953,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116953,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116953,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116953,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116953,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116953,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116953,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116953,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116953,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116953,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116953,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116953,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116953,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116953,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116953,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116953,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116953,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116960,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116961,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116963,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116964,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116965,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116965,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116965,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116965,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116965,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116965,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116965,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116965,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116965,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116965,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116965,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116965,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116965,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116965,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116965,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116965,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116965,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116965,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116965,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116965,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116965,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116965,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116965,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116965,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116965,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116965,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116965,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116965,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116965,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116965,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116965,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116965,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116965,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116965,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116965,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116965,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116965,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116965,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116965,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116965,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116965,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116966,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116968,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116968,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116968,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116968,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116968,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116968,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116968,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116968,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116968,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116968,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116968,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116968,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116968,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116968,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116968,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116968,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116968,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116968,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116968,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116968,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116968,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116968,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116968,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116968,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116968,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116968,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116968,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116968,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116968,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116968,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116968,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116968,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116968,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116968,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116968,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116968,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116968,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116968,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116968,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116968,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116968,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116969,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116977,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116977,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116977,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116977,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116977,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116977,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116977,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116977,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116977,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116977,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116977,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116977,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116977,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116977,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116977,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116977,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116977,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116977,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116977,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116977,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116977,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116977,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116977,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116977,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116977,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116977,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116977,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116977,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116977,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116977,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116977,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116977,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116977,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116977,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116977,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116977,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116977,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116977,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116977,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116977,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116977,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116980,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116980,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116980,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116980,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116980,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116980,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116980,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116980,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116980,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116980,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116980,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116980,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116980,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116980,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116980,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116980,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116980,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116980,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116980,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116980,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116980,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116980,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116980,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116980,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116980,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116980,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116980,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116980,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116980,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116980,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116980,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116980,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116980,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116980,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116980,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116980,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116980,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116980,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116980,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116980,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116980,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116984,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116985,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116987,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116988,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116990,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116993,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116999,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117000,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117002,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117003,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117009,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117010,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117010,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117010,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117010,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117010,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117010,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117010,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117010,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117010,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117010,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117010,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117010,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117010,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117010,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117010,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117010,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117010,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117010,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117010,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117010,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117010,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117010,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117010,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117010,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117010,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117010,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117010,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117010,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117010,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117010,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117010,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117010,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117010,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117010,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117010,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117010,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117010,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117010,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117010,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117010,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117010,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117014,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117015,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117017,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117018,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117020,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117021,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117022,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117022,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117022,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117022,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117022,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117022,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117022,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117022,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117022,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117022,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117022,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117022,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117022,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117022,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117022,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117022,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117022,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117022,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117022,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117022,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117022,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117022,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117022,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117022,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117022,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117022,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117022,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117022,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117022,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117022,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117022,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117022,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117022,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117022,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117022,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117022,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117022,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117022,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117022,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117022,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117022,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117030,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117033,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117129,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117131,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117152,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117153,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117239,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117240,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117292,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117292,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117292,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117292,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117292,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117292,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117292,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117292,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117292,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117292,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117292,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117292,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117292,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117292,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117292,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117292,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117292,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117292,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117292,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117292,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117292,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117292,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117292,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117292,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117292,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117292,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117292,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117292,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117292,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117292,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117292,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117292,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117292,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117292,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117292,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117292,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117292,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117292,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117292,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117292,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117292,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117294,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117302,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117319,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117319,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117319,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117319,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117319,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117319,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117319,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117319,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117319,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117319,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117319,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117319,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117319,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117319,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117319,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117319,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117319,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117319,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117319,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117319,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117319,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117319,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117319,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117319,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117319,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117319,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117319,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117319,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117319,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117319,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117319,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117319,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117319,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117319,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117319,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117319,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117319,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117319,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117319,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117319,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117319,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117321,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117325,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117325,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117325,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117325,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117325,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117325,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117325,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117325,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117325,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117325,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117325,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117325,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117325,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117325,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117325,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117325,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117325,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117325,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117325,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117325,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117325,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117325,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117325,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117325,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117325,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117325,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117325,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117325,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117325,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117325,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117325,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117325,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117325,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117325,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117325,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117325,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117325,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117325,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117325,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117325,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117325,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117326,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117327,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117374,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117380,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117381,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117387,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117399,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117400,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117400,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117400,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117400,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117400,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117400,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117400,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117400,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117400,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117400,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117400,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117400,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117400,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117400,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117400,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117400,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117400,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117400,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117400,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117400,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117400,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117400,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117400,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117400,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117400,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117400,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117400,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117400,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117400,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117400,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117400,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117400,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117400,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117400,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117400,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117400,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117400,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117400,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117400,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117400,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117400,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117401,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117402,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117403,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117403,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117403,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117403,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117403,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117403,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117403,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117403,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117403,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117403,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117403,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117403,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117403,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117403,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117403,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117403,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117403,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117403,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117403,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117403,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117403,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117403,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117403,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117403,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117403,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117403,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117403,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117403,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117403,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117403,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117403,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117403,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117403,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117403,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117403,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117403,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117403,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117403,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117403,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117403,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117403,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117414,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117419,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117420,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117422,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117423,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117424,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117424,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117424,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117424,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117424,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117424,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117424,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117424,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117424,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117424,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117424,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117424,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117424,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117424,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117424,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117424,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117424,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117424,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117424,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117424,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117424,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117424,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117424,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117424,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117424,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117424,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117424,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117424,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117424,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117424,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117424,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117424,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117424,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117424,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117424,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117424,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117424,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117424,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117424,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117424,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117424,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117427,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117427,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117427,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117427,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117427,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117427,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117427,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117427,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117427,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117427,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117427,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117427,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117427,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117427,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117427,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117427,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117427,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117427,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117427,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117427,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117427,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117427,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117427,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117427,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117427,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117427,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117427,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117427,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117427,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117427,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117427,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117427,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117427,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117427,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117427,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117427,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117427,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117427,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117427,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117427,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117427,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117431,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117432,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117433,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117433,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117433,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117433,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117433,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117433,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117433,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117433,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117433,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117433,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117433,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117433,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117433,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117433,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117433,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117433,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117433,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117433,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117433,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117433,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117433,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117433,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117433,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117433,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117433,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117433,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117433,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117433,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117433,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117433,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117433,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117433,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117433,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117433,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117433,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117433,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117433,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117433,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117433,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117433,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117433,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117445,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117445,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117445,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117445,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117445,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117445,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117445,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117445,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117445,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117445,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117445,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117445,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117445,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117445,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117445,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117445,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117445,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117445,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117445,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117445,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117445,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117445,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117445,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117445,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117445,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117445,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117445,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117445,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117445,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117445,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117445,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117445,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117445,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117445,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117445,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117445,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117445,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117445,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117445,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117445,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117445,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117447,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117449,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117450,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117454,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117454,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117454,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117454,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117454,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117454,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117454,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117454,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117454,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117454,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117454,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117454,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117454,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117454,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117454,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117454,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117454,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117454,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117454,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117454,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117454,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117454,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117454,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117454,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117454,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117454,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117454,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117454,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117454,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117454,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117454,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117454,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117454,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117454,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117454,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117454,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117454,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117454,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117454,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117454,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117454,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117456,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117460,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117460,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117460,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117460,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117460,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117460,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117460,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117460,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117460,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117460,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117460,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117460,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117460,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117460,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117460,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117460,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117460,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117460,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117460,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117460,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117460,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117460,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117460,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117460,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117460,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117460,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117460,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117460,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117460,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117460,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117460,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117460,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117460,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117460,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117460,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117460,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117460,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117460,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117460,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117460,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117460,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117462,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117464,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117465,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117469,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117469,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117469,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117469,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117469,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117469,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117469,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117469,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117469,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117469,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117469,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117469,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117469,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117469,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117469,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117469,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117469,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117469,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117469,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117469,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117469,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117469,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117469,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117469,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117469,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117469,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117469,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117469,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117469,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117469,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117469,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117469,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117469,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117469,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117469,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117469,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117469,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117469,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117469,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117469,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117469,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117470,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117481,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117481,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117481,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117481,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117481,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117481,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117481,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117481,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117481,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117481,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117481,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117481,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117481,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117481,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117481,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117481,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117481,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117481,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117481,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117481,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117481,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117481,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117481,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117481,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117481,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117481,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117481,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117481,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117481,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117481,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117481,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117481,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117481,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117481,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117481,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117481,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117481,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117481,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117481,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117481,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117481,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117482,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117483,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117484,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117484,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117484,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117484,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117484,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117484,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117484,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117484,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117484,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117484,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117484,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117484,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117484,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117484,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117484,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117484,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117484,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117484,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117484,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117484,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117484,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117484,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117484,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117484,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117484,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117484,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117484,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117484,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117484,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117484,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117484,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117484,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117484,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117484,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117484,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117484,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117484,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117484,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117484,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117484,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117484,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117486,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117489,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117490,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117490,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117490,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117490,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117490,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117490,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117490,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117490,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117490,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117490,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117490,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117490,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117490,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117490,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117490,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117490,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117490,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117490,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117490,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117490,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117490,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117490,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117490,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117490,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117490,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117490,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117490,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117490,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117490,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117490,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117490,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117490,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117490,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117490,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117490,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117490,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117490,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117490,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117490,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117490,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117490,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117495,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117497,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117498,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117499,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117499,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117499,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117499,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117499,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117499,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117499,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117499,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117499,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117499,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117499,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117499,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117499,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117499,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117499,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117499,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117499,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117499,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117499,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117499,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117499,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117499,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117499,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117499,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117499,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117499,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117499,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117499,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117499,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117499,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117499,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117499,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117499,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117499,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117499,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117499,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117499,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117499,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117499,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117499,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117499,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117501,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117502,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117502,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117502,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117502,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117502,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117502,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117502,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117502,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117502,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117502,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117502,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117502,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117502,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117502,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117502,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117502,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117502,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117502,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117502,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117502,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117502,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117502,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117502,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117502,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117502,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117502,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117502,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117502,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117502,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117502,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117502,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117502,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117502,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117502,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117502,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117502,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117502,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117502,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117502,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117502,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117502,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117504,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117509,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117514,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117514,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117514,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117514,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117514,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117514,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117514,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117514,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117514,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117514,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117514,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117514,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117514,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117514,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117514,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117514,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117514,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117514,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117514,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117514,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117514,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117514,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117514,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117514,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117514,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117514,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117514,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117514,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117514,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117514,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117514,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117514,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117514,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117514,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117514,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117514,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117514,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117514,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117514,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117514,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117514,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117515,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117518,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117524,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117527,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117529,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117529,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117529,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117529,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117529,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117529,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117529,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117529,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117529,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117529,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117529,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117529,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117529,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117529,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117529,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117529,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117529,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117529,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117529,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117529,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117529,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117529,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117529,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117529,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117529,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117529,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117529,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117529,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117529,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117529,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117529,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117529,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117529,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117529,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117529,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117529,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117529,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117529,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117529,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117529,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117529,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117530,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117658,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117658,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117658,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117658,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117658,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117658,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117658,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117658,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117658,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117658,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117658,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117658,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117658,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117658,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117658,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117658,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117658,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117658,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117658,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117658,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117658,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117658,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117658,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117658,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117658,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117658,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117658,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117658,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117658,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117658,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117658,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117658,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117658,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117658,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117658,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117658,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117658,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117658,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117658,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117658,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117658,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117659,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117662,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117663,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117670,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117670,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117670,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117670,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117670,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117670,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117670,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117670,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117670,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117670,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117670,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117670,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117670,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117670,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117670,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117670,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117670,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117670,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117670,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117670,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117670,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117670,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117670,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117670,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117670,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117670,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117670,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117670,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117670,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117670,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117670,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117670,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117670,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117670,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117670,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117670,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117670,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117670,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117670,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117670,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117670,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117671,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117672,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117706,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117706,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117706,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117706,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117706,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117706,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117706,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117706,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117706,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117706,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117706,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117706,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117706,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117706,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117706,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117706,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117706,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117706,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117706,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117706,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117706,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117706,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117706,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117706,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117706,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117706,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117706,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117706,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117706,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117706,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117706,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117706,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117706,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117706,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117706,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117706,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117706,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117706,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117706,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117706,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117706,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117707,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117743,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117764,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117765,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117778,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117778,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117778,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117778,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117778,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117778,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117778,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117778,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117778,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117778,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117778,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117778,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117778,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117778,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117778,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117778,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117778,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117778,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117778,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117778,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117778,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117778,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117778,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117778,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117778,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117778,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117778,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117778,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117778,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117778,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117778,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117778,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117778,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117778,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117778,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117778,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117778,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117778,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117778,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117778,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117778,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117779,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117784,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117784,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117784,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117784,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117784,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117784,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117784,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117784,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117784,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117784,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117784,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117784,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117784,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117784,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117784,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117784,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117784,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117784,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117784,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117784,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117784,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117784,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117784,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117784,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117784,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117784,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117784,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117784,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117784,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117784,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117784,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117784,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117784,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117784,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117784,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117784,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117784,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117784,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117784,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117784,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117784,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117785,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117786,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117790,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117790,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117790,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117790,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117790,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117790,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117790,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117790,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117790,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117790,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117790,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117790,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117790,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117790,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117790,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117790,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117790,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117790,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117790,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117790,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117790,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117790,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117790,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117790,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117790,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117790,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117790,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117790,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117790,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117790,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117790,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117790,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117790,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117790,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117790,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117790,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117790,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117790,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117790,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117790,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117790,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117791,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117794,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117820,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117820,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117820,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117820,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117820,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117820,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117820,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117820,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117820,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117820,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117820,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117820,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117820,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117820,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117820,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117820,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117820,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117820,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117820,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117820,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117820,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117820,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117820,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117820,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117820,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117820,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117820,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117820,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117820,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117820,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117820,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117820,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117820,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117820,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117820,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117820,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117820,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117820,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117820,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117820,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117820,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117821,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117822,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117823,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117823,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117823,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117823,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117823,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117823,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117823,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117823,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117823,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117823,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117823,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117823,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117823,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117823,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117823,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117823,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117823,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117823,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117823,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117823,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117823,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117823,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117823,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117823,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117823,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117823,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117823,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117823,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117823,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117823,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117823,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117823,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117823,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117823,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117823,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117823,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117823,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117823,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117823,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117823,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117823,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117835,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117835,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117835,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117835,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117835,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117835,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117835,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117835,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117835,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117835,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117835,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117835,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117835,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117835,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117835,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117835,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117835,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117835,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117835,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117835,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117835,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117835,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117835,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117835,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117835,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117835,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117835,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117835,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117835,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117835,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117835,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117835,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117835,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117835,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117835,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117835,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117835,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117835,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117835,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117835,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117835,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117844,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117844,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117844,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117844,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117844,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117844,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117844,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117844,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117844,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117844,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117844,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117844,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117844,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117844,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117844,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117844,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117844,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117844,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117844,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117844,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117844,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117844,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117844,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117844,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117844,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117844,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117844,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117844,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117844,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117844,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117844,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117844,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117844,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117844,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117844,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117844,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117844,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117844,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117844,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117844,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117844,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117845,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117846,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117852,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117853,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117853,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117853,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117853,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117853,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117853,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117853,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117853,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117853,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117853,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117853,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117853,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117853,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117853,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117853,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117853,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117853,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117853,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117853,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117853,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117853,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117853,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117853,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117853,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117853,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117853,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117853,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117853,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117853,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117853,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117853,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117853,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117853,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117853,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117853,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117853,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117853,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117853,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117853,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117853,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117853,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117859,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117859,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117859,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117859,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117859,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117859,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117859,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117859,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117859,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117859,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117859,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117859,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117859,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117859,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117859,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117859,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117859,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117859,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117859,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117859,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117859,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117859,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117859,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117859,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117859,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117859,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117859,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117859,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117859,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117859,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117859,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117859,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117859,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117859,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117859,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117859,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117859,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117859,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117859,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117859,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117859,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117860,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117861,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117865,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117865,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117865,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117865,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117865,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117865,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117865,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117865,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117865,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117865,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117865,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117865,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117865,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117865,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117865,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117865,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117865,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117865,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117865,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117865,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117865,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117865,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117865,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117865,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117865,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117865,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117865,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117865,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117865,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117865,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117865,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117865,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117865,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117865,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117865,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117865,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117865,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117865,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117865,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117865,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117865,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117867,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117869,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117870,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117871,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117871,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117871,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117871,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117871,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117871,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117871,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117871,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117871,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117871,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117871,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117871,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117871,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117871,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117871,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117871,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117871,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117871,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117871,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117871,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117871,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117871,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117871,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117871,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117871,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117871,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117871,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117871,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117871,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117871,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117871,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117871,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117871,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117871,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117871,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117871,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117871,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117871,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117871,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117871,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117871,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117874,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117874,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117874,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117874,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117874,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117874,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117874,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117874,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117874,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117874,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117874,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117874,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117874,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117874,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117874,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117874,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117874,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117874,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117874,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117874,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117874,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117874,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117874,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117874,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117874,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117874,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117874,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117874,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117874,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117874,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117874,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117874,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117874,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117874,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117874,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117874,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117874,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117874,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117874,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117874,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117874,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117875,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117876,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117878,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117881,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117882,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117884,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117885,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117886,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117886,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117886,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117886,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117886,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117886,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117886,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117886,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117886,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117886,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117886,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117886,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117886,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117886,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117886,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117886,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117886,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117886,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117886,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117886,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117886,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117886,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117886,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117886,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117886,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117886,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117886,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117886,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117886,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117886,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117886,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117886,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117886,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117886,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117886,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117886,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117886,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117886,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117886,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117886,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117886,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117887,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117890,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117891,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117898,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117898,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117898,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117898,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117898,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117898,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117898,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117898,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117898,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117898,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117898,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117898,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117898,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117898,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117898,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117898,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117898,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117898,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117898,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117898,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117898,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117898,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117898,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117898,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117898,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117898,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117898,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117898,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117898,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117898,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117898,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117898,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117898,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117898,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117898,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117898,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117898,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117898,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117898,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117898,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117898,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117899,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117902,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117903,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117905,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117906,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117907,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117907,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117907,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117907,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117907,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117907,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117907,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117907,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117907,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117907,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117907,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117907,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117907,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117907,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117907,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117907,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117907,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117907,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117907,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117907,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117907,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117907,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117907,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117907,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117907,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117907,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117907,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117907,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117907,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117907,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117907,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117907,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117907,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117907,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117907,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117907,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117907,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117907,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117907,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117907,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117907,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117909,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117910,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117910,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117910,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117910,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117910,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117910,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117910,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117910,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117910,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117910,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117910,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117910,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117910,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117910,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117910,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117910,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117910,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117910,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117910,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117910,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117910,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117910,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117910,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117910,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117910,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117910,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117910,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117910,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117910,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117910,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117910,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117910,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117910,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117910,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117910,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117910,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117910,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117910,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117910,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117910,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117910,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117914,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117915,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117916,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117916,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117916,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117916,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117916,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117916,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117916,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117916,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117916,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117916,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117916,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117916,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117916,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117916,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117916,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117916,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117916,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117916,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117916,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117916,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117916,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117916,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117916,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117916,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117916,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117916,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117916,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117916,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117916,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117916,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117916,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117916,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117916,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117916,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117916,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117916,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117916,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117916,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117916,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117916,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117916,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117919,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117919,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117919,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117919,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117919,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117919,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117919,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117919,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117919,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117919,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117919,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117919,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117919,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117919,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117919,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117919,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117919,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117919,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117919,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117919,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117919,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117919,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117919,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117919,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117919,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117919,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117919,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117919,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117919,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117919,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117919,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117919,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117919,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117919,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117919,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117919,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117919,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117919,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117919,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117919,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117919,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117920,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117921,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117922,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117922,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117922,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117922,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117922,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117922,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117922,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117922,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117922,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117922,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117922,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117922,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117922,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117922,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117922,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117922,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117922,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117922,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117922,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117922,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117922,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117922,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117922,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117922,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117922,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117922,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117922,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117922,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117922,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117922,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117922,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117922,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117922,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117922,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117922,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117922,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117922,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117922,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117922,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117922,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117922,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117923,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117924,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117931,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117931,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117931,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117931,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117931,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117931,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117931,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117931,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117931,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117931,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117931,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117931,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117931,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117931,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117931,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117931,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117931,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117931,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117931,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117931,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117931,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117931,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117931,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117931,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117931,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117931,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117931,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117931,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117931,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117931,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117931,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117931,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117931,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117931,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117931,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117931,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117931,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117931,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117931,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117931,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117931,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117933,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117934,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117934,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117934,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117934,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117934,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117934,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117934,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117934,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117934,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117934,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117934,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117934,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117934,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117934,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117934,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117934,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117934,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117934,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117934,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117934,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117934,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117934,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117934,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117934,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117934,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117934,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117934,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117934,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117934,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117934,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117934,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117934,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117934,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117934,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117934,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117934,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117934,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117934,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117934,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117934,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117934,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117935,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117997,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117997,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117997,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117997,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117997,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117997,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117997,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117997,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117997,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117997,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117997,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117997,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117997,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117997,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117997,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117997,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117997,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117997,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117997,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117997,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117997,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117997,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117997,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117997,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117997,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117997,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117997,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117997,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117997,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117997,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117997,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117997,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117997,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117997,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117997,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117997,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117997,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117997,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117997,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117997,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117997,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117998,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117999,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118031,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118091,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118092,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118129,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118129,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118129,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118129,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118129,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118129,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118129,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118129,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118129,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118129,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118129,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118129,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118129,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118129,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118129,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118129,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118129,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118129,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118129,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118129,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118129,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118129,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118129,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118129,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118129,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118129,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118129,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118129,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118129,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118129,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118129,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118129,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118129,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118129,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118129,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118129,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118129,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118129,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118129,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118129,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118129,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118130,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118132,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118132,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118132,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118132,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118132,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118132,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118132,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118132,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118132,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118132,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118132,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118132,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118132,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118132,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118132,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118132,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118132,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118132,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118132,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118132,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118132,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118132,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118132,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118132,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118132,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118132,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118132,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118132,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118132,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118132,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118132,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118132,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118132,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118132,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118132,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118132,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118132,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118132,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118132,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118132,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118132,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118134,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118173,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118177,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118177,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118177,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118177,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118177,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118177,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118177,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118177,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118177,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118177,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118177,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118177,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118177,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118177,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118177,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118177,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118177,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118177,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118177,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118177,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118177,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118177,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118177,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118177,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118177,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118177,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118177,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118177,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118177,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118177,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118177,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118177,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118177,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118177,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118177,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118177,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118177,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118177,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118177,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118177,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118177,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118183,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118183,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118183,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118183,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118183,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118183,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118183,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118183,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118183,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118183,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118183,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118183,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118183,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118183,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118183,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118183,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118183,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118183,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118183,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118183,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118183,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118183,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118183,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118183,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118183,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118183,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118183,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118183,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118183,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118183,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118183,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118183,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118183,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118183,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118183,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118183,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118183,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118183,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118183,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118183,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118183,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118192,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118192,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118192,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118192,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118192,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118192,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118192,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118192,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118192,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118192,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118192,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118192,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118192,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118192,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118192,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118192,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118192,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118192,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118192,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118192,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118192,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118192,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118192,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118192,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118192,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118192,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118192,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118192,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118192,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118192,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118192,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118192,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118192,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118192,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118192,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118192,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118192,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118192,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118192,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118192,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118192,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118193,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118210,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118210,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118210,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118210,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118210,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118210,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118210,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118210,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118210,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118210,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118210,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118210,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118210,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118210,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118210,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118210,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118210,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118210,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118210,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118210,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118210,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118210,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118210,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118210,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118210,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118210,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118210,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118210,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118210,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118210,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118210,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118210,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118210,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118210,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118210,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118210,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118210,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118210,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118210,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118210,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118210,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118262,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118282,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118282,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118282,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118282,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118282,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118282,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118282,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118282,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118282,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118282,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118282,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118282,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118282,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118282,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118282,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118282,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118282,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118282,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118282,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118282,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118282,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118282,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118282,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118282,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118282,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118282,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118282,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118282,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118282,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118282,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118282,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118282,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118282,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118282,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118282,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118282,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118282,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118282,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118282,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118282,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118282,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118287,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118288,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118288,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118288,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118288,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118288,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118288,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118288,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118288,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118288,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118288,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118288,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118288,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118288,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118288,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118288,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118288,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118288,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118288,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118288,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118288,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118288,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118288,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118288,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118288,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118288,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118288,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118288,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118288,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118288,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118288,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118288,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118288,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118288,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118288,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118288,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118288,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118288,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118288,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118288,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118288,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118288,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118289,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118291,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118291,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118291,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118291,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118291,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118291,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118291,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118291,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118291,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118291,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118291,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118291,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118291,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118291,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118291,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118291,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118291,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118291,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118291,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118291,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118291,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118291,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118291,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118291,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118291,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118291,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118291,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118291,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118291,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118291,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118291,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118291,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118291,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118291,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118291,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118291,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118291,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118291,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118291,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118291,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118291,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118309,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118309,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118309,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118309,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118309,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118309,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118309,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118309,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118309,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118309,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118309,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118309,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118309,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118309,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118309,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118309,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118309,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118309,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118309,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118309,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118309,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118309,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118309,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118309,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118309,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118309,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118309,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118309,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118309,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118309,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118309,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118309,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118309,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118309,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118309,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118309,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118309,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118309,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118309,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118309,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118309,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118315,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118315,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118315,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118315,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118315,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118315,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118315,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118315,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118315,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118315,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118315,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118315,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118315,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118315,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118315,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118315,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118315,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118315,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118315,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118315,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118315,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118315,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118315,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118315,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118315,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118315,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118315,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118315,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118315,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118315,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118315,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118315,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118315,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118315,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118315,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118315,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118315,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118315,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118315,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118315,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118315,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118317,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118318,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118318,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118318,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118318,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118318,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118318,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118318,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118318,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118318,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118318,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118318,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118318,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118318,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118318,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118318,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118318,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118318,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118318,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118318,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118318,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118318,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118318,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118318,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118318,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118318,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118318,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118318,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118318,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118318,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118318,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118318,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118318,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118318,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118318,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118318,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118318,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118318,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118318,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118318,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118318,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118318,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118321,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118321,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118321,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118321,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118321,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118321,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118321,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118321,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118321,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118321,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118321,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118321,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118321,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118321,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118321,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118321,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118321,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118321,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118321,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118321,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118321,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118321,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118321,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118321,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118321,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118321,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118321,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118321,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118321,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118321,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118321,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118321,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118321,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118321,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118321,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118321,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118321,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118321,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118321,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118321,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118321,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118322,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118326,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118330,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118330,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118330,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118330,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118330,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118330,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118330,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118330,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118330,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118330,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118330,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118330,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118330,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118330,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118330,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118330,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118330,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118330,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118330,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118330,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118330,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118330,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118330,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118330,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118330,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118330,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118330,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118330,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118330,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118330,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118330,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118330,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118330,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118330,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118330,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118330,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118330,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118330,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118330,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118330,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118330,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118333,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118333,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118333,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118333,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118333,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118333,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118333,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118333,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118333,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118333,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118333,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118333,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118333,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118333,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118333,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118333,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118333,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118333,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118333,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118333,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118333,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118333,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118333,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118333,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118333,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118333,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118333,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118333,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118333,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118333,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118333,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118333,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118333,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118333,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118333,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118333,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118333,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118333,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118333,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118333,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118333,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118341,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118342,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118342,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118342,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118342,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118342,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118342,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118342,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118342,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118342,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118342,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118342,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118342,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118342,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118342,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118342,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118342,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118342,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118342,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118342,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118342,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118342,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118342,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118342,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118342,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118342,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118342,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118342,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118342,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118342,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118342,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118342,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118342,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118342,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118342,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118342,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118342,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118342,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118342,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118342,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118342,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118342,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118347,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118348,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118348,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118348,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118348,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118348,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118348,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118348,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118348,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118348,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118348,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118348,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118348,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118348,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118348,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118348,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118348,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118348,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118348,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118348,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118348,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118348,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118348,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118348,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118348,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118348,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118348,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118348,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118348,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118348,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118348,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118348,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118348,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118348,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118348,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118348,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118348,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118348,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118348,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118348,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118348,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118348,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118350,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118352,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118353,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118355,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118369,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118369,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118369,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118369,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118369,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118369,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118369,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118369,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118369,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118369,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118369,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118369,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118369,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118369,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118369,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118369,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118369,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118369,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118369,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118369,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118369,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118369,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118369,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118369,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118369,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118369,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118369,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118369,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118369,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118369,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118369,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118369,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118369,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118369,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118369,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118369,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118369,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118369,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118369,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118369,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118369,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118398,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118418,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118419,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118438,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118438,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118438,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118438,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118438,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118438,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118438,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118438,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118438,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118438,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118438,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118438,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118438,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118438,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118438,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118438,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118438,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118438,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118438,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118438,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118438,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118438,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118438,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118438,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118438,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118438,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118438,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118438,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118438,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118438,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118438,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118438,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118438,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118438,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118438,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118438,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118438,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118438,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118438,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118438,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118438,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118447,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118447,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118447,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118447,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118447,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118447,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118447,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118447,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118447,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118447,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118447,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118447,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118447,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118447,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118447,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118447,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118447,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118447,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118447,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118447,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118447,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118447,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118447,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118447,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118447,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118447,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118447,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118447,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118447,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118447,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118447,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118447,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118447,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118447,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118447,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118447,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118447,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118447,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118447,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118447,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118447,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118510,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118510,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118510,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118510,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118510,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118510,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118510,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118510,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118510,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118510,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118510,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118510,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118510,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118510,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118510,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118510,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118510,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118510,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118510,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118510,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118510,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118510,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118510,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118510,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118510,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118510,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118510,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118510,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118510,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118510,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118510,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118510,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118510,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118510,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118510,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118510,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118510,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118510,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118510,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118510,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118510,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118565,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118566,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118591,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118591,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118591,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118591,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118591,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118591,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118591,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118591,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118591,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118591,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118591,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118591,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118591,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118591,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118591,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118591,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118591,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118591,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118591,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118591,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118591,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118591,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118591,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118591,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118591,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118591,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118591,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118591,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118591,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118591,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118591,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118591,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118591,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118591,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118591,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118591,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118591,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118591,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118591,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118591,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118591,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118593,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118618,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118618,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118618,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118618,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118618,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118618,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118618,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118618,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118618,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118618,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118618,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118618,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118618,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118618,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118618,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118618,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118618,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118618,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118618,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118618,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118618,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118618,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118618,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118618,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118618,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118618,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118618,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118618,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118618,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118618,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118618,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118618,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118618,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118618,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118618,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118618,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118618,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118618,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118618,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118618,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118618,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118619,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118620,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118622,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118634,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118644,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118662,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118663,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118663,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118663,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118663,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118663,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118663,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118663,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118663,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118663,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118663,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118663,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118663,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118663,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118663,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118663,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118663,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118663,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118663,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118663,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118663,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118663,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118663,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118663,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118663,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118663,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118663,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118663,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118663,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118663,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118663,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118663,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118663,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118663,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118663,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118663,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118663,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118663,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118663,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118663,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118663,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118663,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118665,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118669,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118669,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118669,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118669,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118669,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118669,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118669,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118669,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118669,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118669,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118669,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118669,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118669,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118669,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118669,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118669,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118669,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118669,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118669,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118669,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118669,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118669,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118669,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118669,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118669,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118669,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118669,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118669,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118669,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118669,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118669,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118669,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118669,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118669,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118669,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118669,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118669,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118669,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118669,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118669,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118669,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118670,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118671,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118673,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118674,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118676,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118679,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118681,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118681,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118681,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118681,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118681,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118681,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118681,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118681,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118681,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118681,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118681,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118681,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118681,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118681,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118681,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118681,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118681,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118681,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118681,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118681,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118681,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118681,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118681,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118681,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118681,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118681,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118681,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118681,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118681,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118681,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118681,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118681,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118681,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118681,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118681,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118681,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118681,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118681,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118681,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118681,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118681,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118682,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118683,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118687,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118687,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118687,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118687,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118687,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118687,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118687,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118687,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118687,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118687,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118687,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118687,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118687,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118687,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118687,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118687,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118687,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118687,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118687,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118687,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118687,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118687,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118687,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118687,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118687,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118687,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118687,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118687,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118687,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118687,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118687,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118687,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118687,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118687,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118687,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118687,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118687,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118687,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118687,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118687,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118687,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118691,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118694,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118695,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118697,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118699,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118699,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118699,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118699,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118699,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118699,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118699,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118699,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118699,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118699,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118699,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118699,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118699,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118699,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118699,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118699,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118699,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118699,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118699,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118699,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118699,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118699,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118699,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118699,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118699,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118699,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118699,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118699,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118699,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118699,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118699,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118699,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118699,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118699,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118699,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118699,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118699,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118699,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118699,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118699,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118699,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118700,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118702,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118702,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118702,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118702,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118702,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118702,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118702,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118702,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118702,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118702,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118702,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118702,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118702,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118702,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118702,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118702,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118702,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118702,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118702,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118702,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118702,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118702,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118702,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118702,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118702,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118702,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118702,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118702,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118702,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118702,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118702,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118702,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118702,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118702,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118702,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118702,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118702,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118702,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118702,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118702,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118702,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118704,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118707,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118710,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118711,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118711,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118711,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118711,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118711,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118711,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118711,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118711,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118711,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118711,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118711,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118711,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118711,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118711,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118711,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118711,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118711,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118711,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118711,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118711,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118711,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118711,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118711,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118711,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118711,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118711,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118711,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118711,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118711,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118711,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118711,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118711,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118711,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118711,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118711,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118711,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118711,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118711,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118711,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118711,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118711,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118715,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118717,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118717,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118717,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118717,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118717,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118717,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118717,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118717,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118717,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118717,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118717,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118717,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118717,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118717,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118717,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118717,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118717,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118717,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118717,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118717,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118717,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118717,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118717,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118717,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118717,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118717,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118717,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118717,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118717,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118717,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118717,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118717,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118717,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118717,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118717,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118717,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118717,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118717,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118717,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118717,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118717,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118718,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118721,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118722,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118724,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118727,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118730,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118731,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118736,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118737,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118738,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118738,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118738,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118738,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118738,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118738,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118738,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118738,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118738,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118738,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118738,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118738,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118738,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118738,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118738,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118738,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118738,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118738,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118738,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118738,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118738,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118738,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118738,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118738,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118738,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118738,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118738,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118738,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118738,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118738,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118738,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118738,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118738,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118738,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118738,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118738,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118738,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118738,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118738,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118738,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118738,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118741,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118741,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118741,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118741,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118741,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118741,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118741,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118741,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118741,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118741,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118741,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118741,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118741,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118741,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118741,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118741,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118741,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118741,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118741,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118741,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118741,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118741,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118741,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118741,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118741,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118741,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118741,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118741,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118741,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118741,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118741,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118741,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118741,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118741,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118741,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118741,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118741,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118741,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118741,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118741,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118741,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118742,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118743,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118747,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118747,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118747,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118747,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118747,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118747,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118747,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118747,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118747,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118747,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118747,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118747,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118747,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118747,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118747,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118747,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118747,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118747,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118747,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118747,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118747,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118747,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118747,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118747,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118747,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118747,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118747,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118747,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118747,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118747,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118747,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118747,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118747,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118747,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118747,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118747,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118747,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118747,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118747,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118747,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118747,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118749,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118751,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118753,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118753,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118753,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118753,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118753,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118753,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118753,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118753,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118753,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118753,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118753,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118753,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118753,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118753,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118753,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118753,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118753,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118753,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118753,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118753,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118753,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118753,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118753,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118753,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118753,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118753,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118753,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118753,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118753,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118753,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118753,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118753,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118753,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118753,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118753,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118753,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118753,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118753,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118753,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118753,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118753,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118756,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118756,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118756,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118756,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118756,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118756,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118756,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118756,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118756,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118756,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118756,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118756,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118756,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118756,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118756,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118756,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118756,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118756,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118756,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118756,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118756,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118756,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118756,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118756,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118756,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118756,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118756,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118756,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118756,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118756,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118756,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118756,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118756,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118756,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118756,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118756,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118756,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118756,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118756,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118756,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118756,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118758,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118760,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118761,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118762,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118762,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118762,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118762,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118762,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118762,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118762,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118762,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118762,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118762,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118762,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118762,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118762,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118762,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118762,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118762,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118762,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118762,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118762,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118762,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118762,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118762,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118762,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118762,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118762,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118762,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118762,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118762,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118762,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118762,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118762,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118762,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118762,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118762,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118762,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118762,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118762,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118762,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118762,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118762,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118762,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118764,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118766,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118768,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118768,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118768,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118768,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118768,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118768,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118768,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118768,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118768,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118768,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118768,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118768,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118768,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118768,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118768,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118768,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118768,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118768,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118768,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118768,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118768,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118768,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118768,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118768,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118768,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118768,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118768,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118768,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118768,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118768,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118768,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118768,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118768,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118768,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118768,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118768,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118768,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118768,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118768,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118768,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118768,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118772,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118773,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118776,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118777,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118777,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118777,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118777,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118777,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118777,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118777,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118777,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118777,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118777,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118777,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118777,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118777,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118777,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118777,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118777,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118777,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118777,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118777,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118777,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118777,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118777,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118777,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118777,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118777,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118777,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118777,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118777,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118777,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118777,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118777,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118777,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118777,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118777,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118777,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118777,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118777,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118777,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118777,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118777,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118777,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118778,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118782,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118783,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118783,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118783,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118783,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118783,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118783,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118783,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118783,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118783,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118783,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118783,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118783,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118783,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118783,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118783,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118783,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118783,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118783,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118783,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118783,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118783,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118783,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118783,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118783,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118783,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118783,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118783,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118783,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118783,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118783,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118783,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118783,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118783,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118783,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118783,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118783,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118783,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118783,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118783,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118783,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118783,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118785,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118790,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118791,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118800,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118808,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118809,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118810,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118810,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118810,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118810,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118810,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118810,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118810,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118810,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118810,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118810,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118810,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118810,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118810,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118810,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118810,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118810,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118810,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118810,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118810,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118810,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118810,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118810,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118810,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118810,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118810,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118810,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118810,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118810,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118810,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118810,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118810,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118810,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118810,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118810,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118810,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118810,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118810,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118810,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118810,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118810,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118810,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118811,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118813,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118813,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118813,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118813,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118813,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118813,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118813,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118813,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118813,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118813,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118813,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118813,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118813,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118813,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118813,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118813,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118813,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118813,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118813,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118813,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118813,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118813,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118813,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118813,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118813,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118813,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118813,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118813,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118813,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118813,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118813,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118813,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118813,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118813,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118813,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118813,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118813,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118813,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118813,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118813,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118813,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118815,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118819,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118819,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118819,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118819,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118819,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118819,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118819,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118819,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118819,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118819,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118819,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118819,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118819,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118819,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118819,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118819,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118819,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118819,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118819,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118819,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118819,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118819,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118819,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118819,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118819,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118819,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118819,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118819,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118819,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118819,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118819,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118819,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118819,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118819,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118819,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118819,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118819,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118819,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118819,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118819,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118819,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118822,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118822,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118822,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118822,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118822,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118822,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118822,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118822,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118822,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118822,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118822,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118822,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118822,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118822,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118822,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118822,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118822,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118822,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118822,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118822,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118822,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118822,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118822,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118822,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118822,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118822,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118822,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118822,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118822,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118822,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118822,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118822,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118822,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118822,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118822,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118822,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118822,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118822,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118822,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118822,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118822,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118823,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118824,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118825,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118825,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118825,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118825,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118825,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118825,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118825,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118825,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118825,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118825,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118825,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118825,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118825,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118825,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118825,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118825,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118825,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118825,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118825,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118825,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118825,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118825,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118825,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118825,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118825,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118825,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118825,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118825,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118825,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118825,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118825,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118825,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118825,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118825,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118825,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118825,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118825,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118825,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118825,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118825,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118825,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118826,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118827,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118828,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118828,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118828,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118828,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118828,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118828,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118828,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118828,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118828,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118828,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118828,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118828,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118828,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118828,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118828,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118828,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118828,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118828,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118828,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118828,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118828,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118828,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118828,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118828,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118828,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118828,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118828,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118828,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118828,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118828,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118828,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118828,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118828,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118828,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118828,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118828,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118828,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118828,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118828,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118828,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118828,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118829,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118830,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118831,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118831,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118831,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118831,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118831,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118831,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118831,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118831,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118831,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118831,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118831,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118831,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118831,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118831,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118831,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118831,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118831,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118831,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118831,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118831,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118831,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118831,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118831,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118831,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118831,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118831,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118831,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118831,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118831,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118831,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118831,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118831,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118831,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118831,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118831,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118831,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118831,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118831,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118831,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118831,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118831,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118835,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118836,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118837,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118837,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118837,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118837,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118837,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118837,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118837,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118837,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118837,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118837,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118837,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118837,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118837,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118837,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118837,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118837,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118837,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118837,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118837,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118837,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118837,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118837,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118837,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118837,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118837,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118837,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118837,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118837,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118837,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118837,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118837,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118837,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118837,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118837,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118837,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118837,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118837,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118837,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118837,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118837,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118837,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118838,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118839,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118841,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118844,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118845,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118846,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118846,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118846,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118846,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118846,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118846,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118846,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118846,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118846,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118846,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118846,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118846,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118846,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118846,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118846,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118846,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118846,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118846,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118846,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118846,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118846,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118846,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118846,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118846,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118846,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118846,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118846,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118846,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118846,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118846,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118846,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118846,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118846,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118846,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118846,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118846,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118846,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118846,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118846,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118846,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118846,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118848,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118849,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118849,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118849,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118849,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118849,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118849,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118849,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118849,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118849,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118849,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118849,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118849,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118849,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118849,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118849,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118849,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118849,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118849,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118849,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118849,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118849,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118849,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118849,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118849,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118849,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118849,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118849,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118849,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118849,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118849,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118849,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118849,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118849,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118849,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118849,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118849,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118849,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118849,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118849,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118849,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118849,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118858,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118858,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118858,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118858,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118858,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118858,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118858,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118858,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118858,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118858,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118858,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118858,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118858,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118858,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118858,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118858,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118858,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118858,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118858,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118858,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118858,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118858,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118858,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118858,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118858,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118858,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118858,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118858,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118858,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118858,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118858,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118858,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118858,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118858,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118858,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118858,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118858,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118858,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118858,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118858,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118858,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118859,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118862,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118867,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118867,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118867,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118867,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118867,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118867,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118867,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118867,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118867,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118867,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118867,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118867,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118867,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118867,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118867,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118867,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118867,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118867,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118867,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118867,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118867,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118867,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118867,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118867,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118867,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118867,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118867,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118867,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118867,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118867,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118867,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118867,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118867,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118867,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118867,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118867,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118867,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118867,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118867,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118867,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118867,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118868,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118872,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118873,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118873,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118873,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118873,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118873,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118873,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118873,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118873,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118873,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118873,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118873,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118873,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118873,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118873,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118873,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118873,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118873,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118873,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118873,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118873,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118873,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118873,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118873,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118873,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118873,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118873,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118873,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118873,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118873,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118873,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118873,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118873,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118873,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118873,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118873,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118873,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118873,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118873,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118873,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118873,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118873,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118874,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118876,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118876,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118876,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118876,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118876,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118876,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118876,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118876,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118876,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118876,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118876,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118876,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118876,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118876,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118876,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118876,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118876,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118876,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118876,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118876,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118876,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118876,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118876,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118876,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118876,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118876,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118876,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118876,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118876,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118876,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118876,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118876,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118876,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118876,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118876,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118876,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118876,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118876,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118876,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118876,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118876,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118877,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118878,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118879,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118879,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118879,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118879,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118879,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118879,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118879,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118879,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118879,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118879,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118879,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118879,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118879,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118879,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118879,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118879,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118879,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118879,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118879,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118879,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118879,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118879,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118879,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118879,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118879,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118879,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118879,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118879,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118879,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118879,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118879,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118879,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118879,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118879,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118879,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118879,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118879,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118879,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118879,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118879,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118879,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118880,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118881,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118882,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118882,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118882,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118882,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118882,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118882,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118882,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118882,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118882,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118882,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118882,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118882,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118882,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118882,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118882,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118882,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118882,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118882,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118882,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118882,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118882,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118882,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118882,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118882,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118882,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118882,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118882,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118882,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118882,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118882,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118882,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118882,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118882,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118882,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118882,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118882,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118882,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118882,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118882,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118882,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118882,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118886,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118887,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118894,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118894,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118894,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118894,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118894,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118894,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118894,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118894,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118894,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118894,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118894,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118894,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118894,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118894,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118894,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118894,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118894,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118894,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118894,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118894,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118894,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118894,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118894,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118894,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118894,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118894,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118894,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118894,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118894,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118894,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118894,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118894,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118894,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118894,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118894,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118894,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118894,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118894,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118894,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118894,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118894,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118895,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118896,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118897,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118897,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118897,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118897,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118897,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118897,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118897,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118897,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118897,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118897,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118897,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118897,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118897,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118897,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118897,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118897,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118897,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118897,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118897,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118897,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118897,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118897,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118897,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118897,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118897,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118897,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118897,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118897,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118897,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118897,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118897,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118897,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118897,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118897,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118897,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118897,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118897,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118897,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118897,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118897,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118897,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118898,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118910,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118920,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118922,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118923,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118933,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118933,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118933,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118933,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118933,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118933,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118933,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118933,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118933,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118933,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118933,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118933,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118933,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118933,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118933,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118933,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118933,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118933,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118933,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118933,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118933,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118933,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118933,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118933,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118933,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118933,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118933,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118933,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118933,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118933,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118933,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118933,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118933,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118933,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118933,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118933,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118933,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118933,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118933,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118933,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118933,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118939,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118939,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118939,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118939,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118939,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118939,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118939,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118939,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118939,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118939,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118939,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118939,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118939,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118939,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118939,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118939,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118939,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118939,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118939,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118939,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118939,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118939,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118939,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118939,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118939,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118939,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118939,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118939,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118939,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118939,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118939,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118939,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118939,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118939,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118939,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118939,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118939,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118939,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118939,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118939,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118939,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118940,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118942,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118942,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118942,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118942,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118942,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118942,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118942,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118942,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118942,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118942,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118942,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118942,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118942,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118942,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118942,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118942,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118942,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118942,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118942,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118942,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118942,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118942,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118942,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118942,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118942,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118942,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118942,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118942,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118942,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118942,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118942,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118942,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118942,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118942,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118942,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118942,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118942,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118942,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118942,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118942,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118942,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118943,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118944,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1119036,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1119041,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1119041,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1119041,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1119041,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1119041,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1119041,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1119041,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1119041,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1119041,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1119041,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1119041,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1119041,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1119041,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1119041,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1119041,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1119041,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1119041,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1119041,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1119041,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1119041,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1119041,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1119041,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1119041,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1119041,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1119041,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1119041,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1119041,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1119041,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1119041,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1119041,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1119041,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1119041,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1119041,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1119041,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1119041,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1119041,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1119041,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1119041,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1119041,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1119041,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1119041,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1119043,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1119044,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1119044,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1119044,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1119044,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1119044,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1119044,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1119044,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1119044,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1119044,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1119044,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1119044,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1119044,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1119044,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1119044,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1119044,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1119044,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1119044,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1119044,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1119044,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1119044,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1119044,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1119044,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1119044,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1119044,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1119044,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1119044,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1119044,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1119044,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1119044,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1119044,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1119044,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1119044,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1119044,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1119044,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1119044,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1119044,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1119044,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1119044,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1119044,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1119044,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1119044,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1119060,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1119062,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1119062,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1119062,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1119062,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1119062,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1119062,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1119062,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1119062,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1119062,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1119062,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1119062,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1119062,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1119062,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1119062,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1119062,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1119062,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1119062,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1119062,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1119062,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1119062,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1119062,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1119062,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1119062,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1119062,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1119062,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1119062,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1119062,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1119062,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1119062,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1119062,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1119062,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1119062,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1119062,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1119062,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1119062,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1119062,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1119062,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1119062,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1119062,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1119062,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1119062,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1119064,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1119074,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1119074,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1119074,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1119074,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1119074,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1119074,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1119074,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1119074,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1119074,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1119074,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1119074,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1119074,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1119074,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1119074,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1119074,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1119074,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1119074,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1119074,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1119074,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1119074,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1119074,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1119074,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1119074,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1119074,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1119074,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1119074,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1119074,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1119074,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1119074,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1119074,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1119074,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1119074,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1119074,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1119074,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1119074,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1119074,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1119074,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1119074,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1119074,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1119074,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1119074,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1119076,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1191182350,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182350,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182358,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182367,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182369,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182413,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182414,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182415,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182416,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182417,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182422,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182425,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182428,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182431,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182432,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182433,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182451,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182452,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182457,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182459,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182460,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182461,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182466,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182472,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182473,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182474,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182475,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182476,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182489,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182490,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182498,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182501,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182503,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182506,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182511,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182512,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182522,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182523,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182530,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182533,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182535,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182536,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182538,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182543,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182544,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182546,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182549,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182551,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182552,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182553,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182554,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182555,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182556,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182559,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182560,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182562,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182563,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182565,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182567,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182570,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182572,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182578,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182580,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182592,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182599,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182600,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182602,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182607,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182608,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182609,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182614,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182616,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182617,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182618,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182620,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182622,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182624,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182626,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182628,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182630,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182632,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182634,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182635,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182636,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182637,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182642,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182643,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182644,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182645,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182647,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182649,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182652,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182653,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182657,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182658,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182660,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182661,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182662,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182665,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182666,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182668,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182671,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182673,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182677,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182679,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182680,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182685,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182687,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182688,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182693,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182696,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182698,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182704,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182705,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182707,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182709,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182710,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182712,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182714,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182717,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182718,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182719,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182721,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182724,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182725,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182728,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182731,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182732,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182733,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182734,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182737,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182738,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182780,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182782,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182783,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182803,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182804,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182805,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182807,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182821,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182825,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182840,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182850,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182871,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182872,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182904,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182911,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182920,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182925,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182934,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182955,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182959,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183026,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183114,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183116,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183120,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183122,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183123,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183124,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183127,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183137,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183138,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183154,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183166,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183172,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183173,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183177,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183178,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183179,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183184,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183185,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183186,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183188,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183189,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183190,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183193,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183198,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183201,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183209,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183224,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183235,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183236,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183238,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183239,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183240,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183243,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183257,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183258,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183259,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183268,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183269,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183270,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183271,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183272,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183274,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183275,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183276,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183279,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183282,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183283,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183284,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183286,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183291,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183292,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183293,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183295,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183298,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183299,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183301,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183304,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183305,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183307,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183308,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183310,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183311,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183312,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183316,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183318,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183319,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183320,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183321,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183322,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183323,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183324,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183327,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183328,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183330,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183333,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183334,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183335,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183337,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183339,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183343,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183344,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183345,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183346,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183348,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183349,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183351,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183352,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183353,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183354,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183356,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183358,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183360,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183361,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183362,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183364,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183368,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183370,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183372,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183374,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183375,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183376,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183380,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183386,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183395,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183403,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183404,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183406,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183412,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183456,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183465,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183657,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183663,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183682,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183694,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183703,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183717,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183718,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183719,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183724,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183730,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183731,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183733,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183735,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183738,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183739,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183740,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183743,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183746,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183748,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183749,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183750,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183759,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183765,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183767,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183771,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183779,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183781,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183782,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183786,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183788,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183794,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183796,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183798,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183800,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183802,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183803,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183805,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183807,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183814,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183815,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183816,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183820,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183830,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183866,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183871,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183872,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183884,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183894,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183895,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183907,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183909,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183912,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183915,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183916,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183917,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183918,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183920,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183922,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183923,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183925,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183927,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183931,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183932,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183936,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183937,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183938,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183940,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183943,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183945,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183947,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183950,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183951,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183952,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183954,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183957,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183958,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183959,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183961,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183962,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183963,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183964,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183970,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183977,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183978,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184003,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184005,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184006,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184007,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184008,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184009,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184011,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184014,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184015,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184020,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184022,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184023,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184025,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184027,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184028,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184029,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184030,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184031,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184037,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184038,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184039,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184040,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184046,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184048,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184049,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184051,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184054,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184056,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184058,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184059,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184060,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184064,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184069,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184074,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184076,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184078,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184082,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184083,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184085,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184086,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184089,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184094,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184129,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184139,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184147,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184157,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184170,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184180,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184182,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184185,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184190,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184193,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184195,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184196,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184197,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184202,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184208,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184209,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184211,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184212,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184213,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184215,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184218,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184223,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184225,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184226,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184227,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184240,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184244,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184255,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184258,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184259,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184264,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184268,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184271,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184279,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184283,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184294,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184297,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184312,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184344,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184379,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184381,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184388,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184414,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184421,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184442,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184450,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184476,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184479,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184481,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184483,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184485,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184486,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184508,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184511,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184516,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184563,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184626,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184695,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184707,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184756,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184776,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184780,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184782,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184788,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184800,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184802,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184812,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184826,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184830,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184839,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184840,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184948,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184952,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184994,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184999,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185000,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185002,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185010,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185042,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185045,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185081,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185090,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185092,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185093,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185094,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185095,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185110,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185113,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185116,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185119,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185120,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185123,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185126,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185128,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185133,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185135,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185136,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185140,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185141,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185152,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185160,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185169,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185170,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185191,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185194,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185196,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185197,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185200,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185203,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185208,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185215,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185240,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185256,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185264,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185269,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185275,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185276,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185277,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185281,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185283,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185290,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185292,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185294,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185297,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185300,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185302,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185309,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185310,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185314,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185315,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185318,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185319,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185322,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185323,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185327,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185329,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185330,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185331,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185332,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185335,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185337,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185338,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185339,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185341,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185342,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185343,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185345,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185347,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185348,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185349,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185351,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185352,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185360,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185361,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185362,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185363,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185364,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185365,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185366,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185367,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185369,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185371,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185372,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185375,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185381,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185384,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185389,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185390,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185396,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185397,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185398,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185399,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185400,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185401,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185404,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185405,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185407,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185408,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185409,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185411,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185413,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185414,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185418,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185419,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185421,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185424,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185427,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185431,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185432,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185433,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185434,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185435,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185438,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185443,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185444,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185445,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185446,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185447,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185448,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185450,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185451,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185454,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185456,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185460,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185462,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185465,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185466,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185467,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185471,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185474,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185481,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185485,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185489,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185491,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185495,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185496,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185497,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185499,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185501,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185503,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185504,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185505,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185506,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185511,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185513,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185514,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185515,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185516,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185517,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185518,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185519,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185520,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185521,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185527,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185528,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185529,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185530,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185531,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185533,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185534,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185535,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185536,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185537,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185538,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185539,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185542,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185547,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185548,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185549,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185550,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185552,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185553,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185554,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185555,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185556,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185558,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185559,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185560,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185561,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185565,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185566,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185585,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185612,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185617,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185644,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185650,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185653,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185653,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185653,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185653,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185653,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185653,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185653,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185653,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185653,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185653,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185653,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185653,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185653,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185653,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185653,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185653,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185653,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185653,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185653,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185653,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185653,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185653,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185653,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185653,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185653,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185653,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185653,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185653,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185653,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185653,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185653,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185653,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185653,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185653,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185653,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185653,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185653,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185653,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185653,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185653,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185653,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185654,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185654,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185654,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185654,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185654,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185654,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185654,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185654,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185654,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185654,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185654,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185654,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185654,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185654,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185654,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185654,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185654,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185654,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185654,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185654,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185654,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185654,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185654,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185654,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185654,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185654,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185654,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185654,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185654,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185654,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185654,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185654,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185654,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185654,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185654,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185654,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185654,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185654,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185654,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185654,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185654,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185656,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185656,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185656,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185656,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185656,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185656,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185656,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185656,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185656,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185656,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185656,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185656,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185656,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185656,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185656,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185656,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185656,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185656,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185656,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185656,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185656,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185656,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185656,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185656,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185656,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185656,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185656,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185656,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185656,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185656,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185656,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185656,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185656,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185656,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185656,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185656,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185656,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185656,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185656,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185656,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185656,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185659,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185659,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185659,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185659,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185659,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185659,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185659,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185659,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185659,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185659,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185659,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185659,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185659,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185659,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185659,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185659,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185659,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185659,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185659,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185659,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185659,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185659,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185659,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185659,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185659,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185659,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185659,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185659,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185659,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185659,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185659,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185659,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185659,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185659,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185659,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185659,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185659,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185659,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185659,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185659,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185659,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185660,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185660,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185660,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185660,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185660,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185660,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185660,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185660,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185660,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185660,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185660,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185660,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185660,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185660,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185660,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185660,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185660,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185660,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185660,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185660,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185660,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185660,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185660,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185660,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185660,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185660,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185660,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185660,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185660,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185660,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185660,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185660,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185660,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185660,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185660,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185660,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185660,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185660,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185660,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185660,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185660,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185664,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185664,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185664,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185664,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185664,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185664,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185664,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185664,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185664,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185664,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185664,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185664,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185664,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185664,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185664,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185664,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185664,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185664,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185664,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185664,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185664,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185664,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185664,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185664,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185664,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185664,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185664,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185664,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185664,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185664,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185664,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185664,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185664,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185664,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185664,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185664,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185664,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185664,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185664,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185664,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185664,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185665,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185665,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185665,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185665,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185665,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185665,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185665,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185665,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185665,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185665,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185665,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185665,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185665,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185665,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185665,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185665,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185665,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185665,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185665,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185665,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185665,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185665,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185665,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185665,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185665,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185665,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185665,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185665,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185665,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185665,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185665,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185665,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185665,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185665,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185665,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185665,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185665,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185665,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185665,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185665,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185665,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185666,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185666,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185666,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185666,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185666,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185666,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185666,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185666,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185666,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185666,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185666,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185666,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185666,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185666,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185666,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185666,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185666,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185666,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185666,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185666,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185666,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185666,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185666,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185666,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185666,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185666,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185666,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185666,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185666,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185666,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185666,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185666,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185666,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185666,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185666,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185666,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185666,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185666,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185666,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185666,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185666,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185668,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185668,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185668,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185668,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185668,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185668,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185668,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185668,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185668,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185668,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185668,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185668,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185668,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185668,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185668,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185668,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185668,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185668,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185668,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185668,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185668,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185668,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185668,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185668,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185668,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185668,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185668,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185668,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185668,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185668,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185668,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185668,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185668,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185668,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185668,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185668,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185668,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185668,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185668,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185668,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185668,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185670,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185670,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185670,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185670,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185670,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185670,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185670,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185670,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185670,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185670,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185670,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185670,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185670,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185670,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185670,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185670,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185670,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185670,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185670,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185670,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185670,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185670,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185670,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185670,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185670,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185670,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185670,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185670,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185670,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185670,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185670,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185670,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185670,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185670,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185670,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185670,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185670,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185670,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185670,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185670,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185670,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185672,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185672,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185672,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185672,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185672,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185672,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185672,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185672,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185672,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185672,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185672,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185672,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185672,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185672,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185672,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185672,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185672,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185672,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185672,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185672,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185672,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185672,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185672,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185672,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185672,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185672,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185672,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185672,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185672,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185672,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185672,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185672,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185672,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185672,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185672,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185672,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185672,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185672,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185672,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185672,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185672,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185675,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185675,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185675,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185675,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185675,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185675,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185675,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185675,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185675,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185675,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185675,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185675,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185675,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185675,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185675,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185675,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185675,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185675,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185675,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185675,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185675,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185675,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185675,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185675,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185675,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185675,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185675,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185675,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185675,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185675,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185675,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185675,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185675,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185675,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185675,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185675,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185675,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185675,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185675,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185675,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185675,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185678,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185678,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185678,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185678,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185678,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185678,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185678,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185678,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185678,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185678,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185678,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185678,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185678,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185678,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185678,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185678,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185678,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185678,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185678,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185678,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185678,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185678,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185678,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185678,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185678,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185678,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185678,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185678,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185678,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185678,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185678,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185678,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185678,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185678,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185678,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185678,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185678,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185678,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185678,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185678,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185678,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185679,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185679,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185679,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185679,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185679,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185679,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185679,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185679,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185679,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185679,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185679,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185679,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185679,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185679,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185679,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185679,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185679,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185679,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185679,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185679,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185679,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185679,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185679,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185679,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185679,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185679,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185679,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185679,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185679,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185679,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185679,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185679,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185679,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185679,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185679,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185679,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185679,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185679,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185679,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185679,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185679,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185680,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185680,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185680,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185680,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185680,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185680,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185680,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185680,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185680,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185680,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185680,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185680,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185680,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185680,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185680,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185680,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185680,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185680,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185680,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185680,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185680,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185680,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185680,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185680,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185680,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185680,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185680,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185680,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185680,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185680,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185680,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185680,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185680,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185680,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185680,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185680,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185680,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185680,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185680,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185680,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185680,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185682,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185682,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185682,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185682,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185682,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185682,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185682,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185682,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185682,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185682,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185682,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185682,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185682,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185682,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185682,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185682,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185682,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185682,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185682,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185682,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185682,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185682,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185682,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185682,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185682,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185682,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185682,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185682,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185682,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185682,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185682,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185682,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185682,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185682,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185682,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185682,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185682,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185682,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185682,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185682,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185682,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185683,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185683,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185683,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185683,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185683,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185683,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185683,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185683,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185683,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185683,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185683,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185683,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185683,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185683,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185683,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185683,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185683,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185683,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185683,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185683,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185683,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185683,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185683,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185683,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185683,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185683,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185683,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185683,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185683,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185683,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185683,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185683,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185683,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185683,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185683,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185683,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185683,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185683,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185683,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185683,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185683,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185685,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185685,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185685,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185685,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185685,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185685,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185685,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185685,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185685,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185685,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185685,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185685,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185685,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185685,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185685,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185685,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185685,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185685,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185685,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185685,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185685,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185685,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185685,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185685,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185685,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185685,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185685,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185685,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185685,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185685,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185685,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185685,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185685,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185685,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185685,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185685,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185685,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185685,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185685,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185685,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185685,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185686,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185686,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185686,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185686,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185686,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185686,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185686,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185686,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185686,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185686,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185686,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185686,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185686,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185686,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185686,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185686,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185686,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185686,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185686,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185686,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185686,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185686,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185686,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185686,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185686,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185686,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185686,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185686,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185686,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185686,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185686,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185686,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185686,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185686,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185686,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185686,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185686,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185686,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185686,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185686,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185686,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185688,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185688,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185688,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185688,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185688,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185688,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185688,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185688,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185688,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185688,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185688,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185688,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185688,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185688,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185688,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185688,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185688,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185688,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185688,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185688,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185688,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185688,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185688,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185688,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185688,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185688,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185688,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185688,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185688,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185688,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185688,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185688,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185688,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185688,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185688,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185688,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185688,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185688,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185688,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185688,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185688,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185689,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185689,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185689,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185689,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185689,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185689,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185689,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185689,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185689,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185689,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185689,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185689,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185689,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185689,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185689,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185689,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185689,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185689,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185689,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185689,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185689,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185689,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185689,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185689,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185689,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185689,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185689,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185689,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185689,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185689,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185689,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185689,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185689,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185689,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185689,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185689,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185689,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185689,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185689,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185689,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185689,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185690,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185690,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185690,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185690,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185690,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185690,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185690,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185690,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185690,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185690,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185690,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185690,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185690,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185690,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185690,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185690,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185690,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185690,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185690,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185690,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185690,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185690,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185690,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185690,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185690,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185690,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185690,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185690,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185690,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185690,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185690,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185690,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185690,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185690,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185690,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185690,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185690,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185690,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185690,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185690,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185690,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185691,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185691,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185691,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185691,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185691,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185691,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185691,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185691,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185691,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185691,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185691,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185691,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185691,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185691,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185691,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185691,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185691,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185691,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185691,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185691,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185691,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185691,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185691,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185691,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185691,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185691,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185691,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185691,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185691,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185691,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185691,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185691,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185691,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185691,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185691,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185691,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185691,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185691,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185691,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185691,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185691,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185695,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185695,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185695,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185695,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185695,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185695,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185695,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185695,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185695,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185695,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185695,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185695,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185695,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185695,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185695,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185695,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185695,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185695,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185695,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185695,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185695,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185695,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185695,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185695,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185695,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185695,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185695,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185695,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185695,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185695,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185695,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185695,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185695,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185695,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185695,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185695,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185695,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185695,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185695,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185695,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185695,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185696,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185696,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185696,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185696,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185696,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185696,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185696,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185696,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185696,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185696,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185696,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185696,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185696,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185696,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185696,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185696,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185696,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185696,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185696,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185696,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185696,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185696,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185696,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185696,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185696,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185696,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185696,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185696,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185696,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185696,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185696,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185696,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185696,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185696,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185696,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185696,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185696,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185696,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185696,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185696,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185696,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185697,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185697,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185697,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185697,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185697,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185697,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185697,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185697,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185697,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185697,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185697,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185697,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185697,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185697,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185697,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185697,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185697,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185697,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185697,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185697,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185697,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185697,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185697,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185697,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185697,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185697,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185697,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185697,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185697,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185697,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185697,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185697,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185697,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185697,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185697,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185697,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185697,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185697,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185697,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185697,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185697,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185698,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185698,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185698,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185698,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185698,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185698,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185698,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185698,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185698,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185698,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185698,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185698,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185698,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185698,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185698,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185698,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185698,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185698,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185698,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185698,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185698,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185698,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185698,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185698,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185698,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185698,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185698,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185698,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185698,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185698,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185698,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185698,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185698,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185698,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185698,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185698,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185698,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185698,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185698,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185698,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185698,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191209180,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209180,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209186,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209190,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209192,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209193,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209197,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209207,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209209,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209211,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209212,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209215,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209218,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209219,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209220,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209221,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209223,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209225,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209228,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209228,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209228,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209228,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209228,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209228,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209228,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209228,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209232,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209232,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209232,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209232,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209232,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209232,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209232,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209233,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209233,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209233,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209233,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209233,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209233,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209233,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209235,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209235,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209235,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209235,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209235,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209235,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209235,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209237,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209237,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209237,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209237,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209237,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209237,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209237,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209240,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209240,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209240,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209240,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209240,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209240,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209240,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209241,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209241,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209241,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209241,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209241,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209241,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209241,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209242,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209242,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209242,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209242,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209242,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209242,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209242,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209244,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209244,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209244,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209244,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209244,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209244,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209244,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209246,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209246,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209246,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209246,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209246,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209246,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209246,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209247,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209247,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209247,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209247,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209247,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209247,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209247,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209248,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209248,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209248,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209248,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209248,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209248,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209248,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209249,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209249,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209249,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209249,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209249,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209249,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209249,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209250,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209250,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209250,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209250,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209250,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209250,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209250,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209251,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209251,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209251,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209251,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209251,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209251,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209251,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209252,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209252,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209252,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209252,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209252,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209252,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209252,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209254,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209254,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209254,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209254,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209254,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209254,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209254,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209258,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209258,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209258,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209258,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209258,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209258,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209258,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209260,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209260,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209260,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209260,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209260,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209260,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209260,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209261,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209261,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209261,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209261,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209261,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209261,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209261,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209262,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209262,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209262,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209262,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209262,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209262,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209262,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209264,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209264,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209264,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209264,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209264,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209264,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209264,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209266,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209266,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209266,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209266,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209266,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209266,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209266,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209269,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209269,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209269,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209269,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209269,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209269,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209269,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209270,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209270,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209270,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209270,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209270,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209270,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209270,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209273,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209273,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209273,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209273,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209273,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209273,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209273,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209275,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209275,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209275,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209275,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209275,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209275,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209275,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209279,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209279,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209279,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209279,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209279,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209279,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209279,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209280,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209280,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209280,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209280,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209280,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209280,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209280,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209281,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209281,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209281,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209281,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209281,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209281,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209281,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209282,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209282,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209282,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209282,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209282,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209282,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209282,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209284,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209284,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209284,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209284,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209284,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209284,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209284,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209285,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209285,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209285,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209285,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209285,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209285,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209285,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209286,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209286,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209286,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209286,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209286,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209286,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209286,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209290,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209290,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209290,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209290,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209290,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209290,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209290,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209293,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209293,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209293,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209293,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209293,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209293,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209293,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209294,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209294,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209294,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209294,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209294,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209294,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209294,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209295,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209295,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209295,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209295,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209295,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209295,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209295,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209296,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209296,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209296,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209296,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209296,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209296,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209296,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209298,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209298,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209298,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209298,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209298,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209298,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209298,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209303,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209303,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209303,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209303,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209303,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209303,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209303,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209304,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209304,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209304,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209304,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209304,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209304,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209304,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209306,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209306,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209306,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209306,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209306,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209306,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209306,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209307,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209307,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209307,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209307,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209307,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209307,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209307,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209309,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209309,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209309,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209309,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209309,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209309,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209309,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209310,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209310,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209310,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209310,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209310,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209310,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209310,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209311,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209311,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209311,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209311,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209311,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209311,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209311,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209312,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209312,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209312,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209312,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209312,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209312,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209312,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209315,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209315,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209315,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209315,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209315,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209315,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209315,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209316,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209316,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209316,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209316,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209316,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209316,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209316,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209318,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209318,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209318,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209318,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209318,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209318,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209318,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209319,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209319,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209319,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209319,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209319,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209319,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209319,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209321,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209321,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209321,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209321,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209321,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209321,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209321,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209322,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209322,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209322,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209322,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209322,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209322,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209322,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209323,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209323,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209323,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209323,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209323,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209323,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209323,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209325,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209325,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209325,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209325,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209325,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209325,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209325,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209327,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209327,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209327,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209327,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209327,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209327,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209327,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209330,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209330,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209330,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209330,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209330,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209330,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209330,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209333,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209333,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209333,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209333,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209333,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209333,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209333,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209335,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209335,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209335,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209335,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209335,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209335,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209335,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209338,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209338,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209338,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209338,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209338,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209338,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209338,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209339,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209339,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209339,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209339,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209339,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209339,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209339,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209341,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209341,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209341,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209341,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209341,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209341,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209341,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209344,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209344,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209344,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209344,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209344,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209344,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209344,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209347,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209347,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209347,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209347,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209347,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209347,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209347,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209348,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209348,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209348,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209348,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209348,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209348,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209348,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209350,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209350,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209350,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209350,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209350,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209350,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209350,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209351,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209351,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209351,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209351,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209351,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209351,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209351,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209354,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209354,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209354,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209354,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209354,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209354,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209354,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209355,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209355,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209355,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209355,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209355,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209355,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209355,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209356,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209356,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209356,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209356,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209356,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209356,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209356,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209358,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209358,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209358,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209358,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209358,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209358,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209358,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209359,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209359,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209359,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209359,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209359,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209359,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209359,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209360,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209360,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209360,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209360,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209360,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209360,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209360,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209364,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209364,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209364,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209364,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209364,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209364,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209364,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209365,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209365,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209365,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209365,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209365,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209365,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209365,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209367,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209367,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209367,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209367,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209367,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209367,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209367,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209370,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209370,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209370,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209370,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209370,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209370,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209370,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209371,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209371,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209371,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209371,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209371,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209371,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209371,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209372,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209372,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209372,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209372,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209372,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209372,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209372,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209375,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209375,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209375,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209375,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209375,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209375,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209375,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209378,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209378,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209378,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209378,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209378,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209378,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209378,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209379,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209379,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209379,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209379,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209379,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209379,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209379,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209380,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209380,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209380,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209380,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209380,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209380,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209380,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209383,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209383,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209383,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209383,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209383,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209383,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209383,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209384,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209384,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209384,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209384,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209384,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209384,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209384,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209386,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209386,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209386,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209386,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209386,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209386,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209386,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209387,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209387,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209387,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209387,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209387,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209387,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209387,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209388,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209388,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209388,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209388,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209388,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209388,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209388,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209389,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209389,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209389,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209389,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209389,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209389,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209389,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209390,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209390,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209390,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209390,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209390,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209390,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209390,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209394,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209394,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209394,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209394,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209394,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209394,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209394,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209397,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209397,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209397,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209397,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209397,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209397,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209397,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209398,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209398,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209398,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209398,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209398,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209398,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209398,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209399,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209399,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209399,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209399,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209399,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209399,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209399,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209400,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209400,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209400,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209400,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209400,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209400,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209400,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209405,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209405,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209405,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209405,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209405,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209405,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209405,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209408,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209408,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209408,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209408,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209408,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209408,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209408,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209409,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209409,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209409,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209409,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209409,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209409,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209409,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209410,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209410,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209410,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209410,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209410,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209410,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209410,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209411,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209411,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209411,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209411,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209411,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209411,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209411,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209416,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209416,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209416,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209416,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209416,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209416,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209416,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209419,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209419,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209419,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209419,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209419,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209419,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209419,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209422,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209422,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209422,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209422,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209422,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209422,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209422,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209425,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209428,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209430,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209432,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209434,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209438,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209440,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209443,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209445,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209448,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209449,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209450,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209451,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209452,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209453,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209454,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209455,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209456,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209457,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209458,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209459,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209460,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209461,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209462,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209466,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209467,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209470,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209470,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209477,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209477,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209479,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209480,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209485,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209488,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209491,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209493,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209495,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209499,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209500,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209502,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209503,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209504,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209505,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209507,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209509,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209510,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209514,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209516,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209517,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209518,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209522,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209525,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209526,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209528,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209529,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209531,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209532,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209533,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209535,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209538,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209541,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209543,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209545,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209546,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209547,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209549,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209552,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209558,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209559,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209565,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209570,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209570,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209571,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209572,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209573,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209574,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209591,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209593,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209594,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209597,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209599,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209600,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209605,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209607,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209608,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209609,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209610,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209611,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209612,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209615,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209616,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209618,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209619,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209620,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209621,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209623,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209626,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209627,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209642,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209646,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209649,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209652,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209659,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209660,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209662,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209664,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209665,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209668,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209669,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209720,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209720,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209720,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209720,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209720,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209720,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209720,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209720,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209720,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209720,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209720,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209720,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209720,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209720,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209720,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209720,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209720,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209720,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209720,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209720,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209720,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209720,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209720,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209720,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209720,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209720,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209720,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209720,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209720,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209720,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209720,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209720,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209720,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209720,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209720,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209720,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209720,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209720,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209720,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209720,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209720,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209721,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209721,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209721,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209721,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209721,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209721,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209721,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209721,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209721,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209721,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209721,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209721,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209721,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209721,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209721,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209721,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209721,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209721,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209721,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209721,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209721,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209721,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209721,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209721,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209721,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209721,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209721,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209721,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209721,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209721,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209721,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209721,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209721,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209721,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209721,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209721,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209721,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209721,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209721,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209721,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209721,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209722,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209722,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209722,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209722,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209722,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209722,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209722,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209722,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209722,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209722,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209722,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209722,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209722,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209722,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209722,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209722,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209722,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209722,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209722,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209722,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209722,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209722,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209722,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209722,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209722,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209722,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209722,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209722,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209722,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209722,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209722,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209722,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209722,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209722,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209722,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209722,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209722,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209722,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209722,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209722,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209722,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209723,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209723,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209723,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209723,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209723,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209723,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209723,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209723,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209723,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209723,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209723,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209723,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209723,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209723,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209723,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209723,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209723,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209723,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209723,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209723,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209723,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209723,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209723,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209723,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209723,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209723,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209723,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209723,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209723,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209723,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209723,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209723,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209723,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209723,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209723,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209723,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209723,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209723,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209723,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209723,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209723,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209724,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209724,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209724,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209724,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209724,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209724,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209724,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209724,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209724,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209724,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209724,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209724,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209724,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209724,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209724,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209724,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209724,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209724,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209724,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209724,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209724,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209724,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209724,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209724,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209724,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209724,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209724,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209724,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209724,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209724,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209724,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209724,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209724,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209724,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209724,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209724,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209724,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209724,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209724,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209724,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209724,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209725,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209725,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209725,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209725,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209725,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209725,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209725,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209725,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209725,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209725,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209725,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209725,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209725,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209725,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209725,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209725,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209725,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209725,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209725,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209725,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209725,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209725,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209725,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209725,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209725,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209725,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209725,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209725,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209725,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209725,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209725,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209725,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209725,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209725,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209725,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209725,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209725,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209725,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209725,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209725,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209725,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209727,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209727,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209727,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209727,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209727,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209727,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209727,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209727,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209727,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209727,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209727,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209727,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209727,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209727,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209727,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209727,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209727,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209727,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209727,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209727,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209727,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209727,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209727,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209727,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209727,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209727,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209727,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209727,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209727,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209727,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209727,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209727,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209727,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209727,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209727,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209727,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209727,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209727,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209727,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209727,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209727,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209729,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209729,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209729,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209729,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209729,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209729,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209729,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209729,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209729,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209729,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209729,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209729,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209729,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209729,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209729,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209729,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209729,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209729,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209729,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209729,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209729,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209729,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209729,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209729,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209729,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209729,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209729,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209729,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209729,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209729,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209729,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209729,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209729,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209729,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209729,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209729,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209729,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209729,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209729,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209729,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209729,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209732,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209732,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209732,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209732,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209732,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209732,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209732,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209732,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209732,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209732,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209732,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209732,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209732,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209732,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209732,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209732,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209732,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209732,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209732,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209732,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209732,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209732,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209732,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209732,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209732,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209732,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209732,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209732,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209732,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209732,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209732,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209732,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209732,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209732,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209732,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209732,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209732,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209732,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209732,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209732,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209732,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209733,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209733,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209733,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209733,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209733,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209733,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209733,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209733,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209733,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209733,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209733,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209733,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209733,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209733,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209733,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209733,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209733,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209733,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209733,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209733,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209733,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209733,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209733,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209733,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209733,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209733,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209733,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209733,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209733,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209733,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209733,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209733,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209733,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209733,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209733,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209733,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209733,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209733,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209733,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209733,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209733,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209739,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209739,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209739,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209739,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209739,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209739,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209739,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209739,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209739,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209739,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209739,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209739,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209739,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209739,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209739,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209739,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209739,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209739,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209739,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209739,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209739,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209739,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209739,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209739,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209739,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209739,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209739,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209739,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209739,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209739,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209739,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209739,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209739,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209739,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209739,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209739,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209739,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209739,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209739,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209739,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209739,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209746,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209746,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209746,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209746,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209746,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209746,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209746,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209746,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209746,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209746,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209746,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209746,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209746,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209746,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209746,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209746,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209746,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209746,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209746,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209746,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209746,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209746,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209746,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209746,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209746,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209746,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209746,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209746,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209746,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209746,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209746,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209746,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209746,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209746,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209746,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209746,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209746,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209746,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209746,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209746,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209746,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209747,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209747,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209747,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209747,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209747,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209747,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209747,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209747,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209747,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209747,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209747,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209747,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209747,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209747,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209747,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209747,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209747,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209747,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209747,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209747,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209747,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209747,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209747,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209747,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209747,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209747,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209747,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209747,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209747,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209747,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209747,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209747,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209747,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209747,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209747,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209747,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209747,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209747,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209747,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209747,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209747,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209749,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209749,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209749,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209749,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209749,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209749,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209749,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209749,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209749,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209749,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209749,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209749,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209749,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209749,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209749,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209749,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209749,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209749,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209749,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209749,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209749,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209749,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209749,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209749,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209749,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209749,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209749,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209749,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209749,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209749,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209749,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209749,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209749,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209749,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209749,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209749,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209749,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209749,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209749,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209749,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209749,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209751,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209751,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209751,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209751,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209751,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209751,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209751,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209751,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209751,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209751,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209751,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209751,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209751,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209751,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209751,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209751,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209751,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209751,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209751,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209751,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209751,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209751,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209751,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209751,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209751,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209751,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209751,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209751,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209751,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209751,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209751,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209751,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209751,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209751,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209751,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209751,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209751,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209751,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209751,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209751,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209751,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209752,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209752,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209752,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209752,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209752,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209752,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209752,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209752,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209752,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209752,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209752,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209752,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209752,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209752,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209752,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209752,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209752,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209752,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209752,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209752,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209752,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209752,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209752,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209752,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209752,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209752,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209752,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209752,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209752,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209752,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209752,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209752,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209752,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209752,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209752,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209752,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209752,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209752,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209752,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209752,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209752,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209753,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209753,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209753,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209753,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209753,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209753,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209753,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209753,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209753,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209753,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209753,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209753,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209753,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209753,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209753,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209753,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209753,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209753,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209753,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209753,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209753,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209753,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209753,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209753,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209753,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209753,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209753,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209753,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209753,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209753,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209753,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209753,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209753,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209753,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209753,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209753,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209753,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209753,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209753,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209753,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209753,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209754,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209754,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209754,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209754,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209754,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209754,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209754,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209754,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209754,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209754,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209754,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209754,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209754,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209754,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209754,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209754,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209754,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209754,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209754,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209754,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209754,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209754,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209754,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209754,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209754,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209754,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209754,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209754,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209754,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209754,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209754,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209754,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209754,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209754,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209754,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209754,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209754,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209754,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209754,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209754,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209754,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209756,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209756,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209756,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209756,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209756,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209756,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209756,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209756,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209756,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209756,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209756,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209756,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209756,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209756,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209756,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209756,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209756,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209756,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209756,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209756,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209756,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209756,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209756,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209756,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209756,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209756,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209756,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209756,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209756,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209756,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209756,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209756,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209756,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209756,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209756,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209756,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209756,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209756,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209756,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209756,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209756,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209761,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209761,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209761,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209761,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209761,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209761,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209761,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209761,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209761,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209761,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209761,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209761,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209761,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209761,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209761,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209761,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209761,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209761,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209761,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209761,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209761,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209761,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209761,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209761,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209761,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209761,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209761,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209761,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209761,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209761,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209761,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209761,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209761,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209761,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209761,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209761,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209761,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209761,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209761,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209761,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209761,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209762,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209762,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209762,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209762,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209762,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209762,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209762,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209762,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209762,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209762,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209762,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209762,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209762,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209762,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209762,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209762,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209762,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209762,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209762,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209762,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209762,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209762,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209762,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209762,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209762,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209762,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209762,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209762,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209762,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209762,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209762,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209762,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209762,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209762,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209762,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209762,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209762,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209762,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209762,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209762,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209762,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209763,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209763,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209763,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209763,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209763,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209763,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209763,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209763,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209763,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209763,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209763,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209763,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209763,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209763,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209763,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209763,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209763,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209763,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209763,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209763,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209763,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209763,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209763,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209763,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209763,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209763,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209763,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209763,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209763,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209763,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209763,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209763,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209763,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209763,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209763,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209763,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209763,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209763,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209763,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209763,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209763,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209767,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209767,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209767,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209767,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209767,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209767,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209767,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209767,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209767,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209767,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209767,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209767,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209767,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209767,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209767,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209767,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209767,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209767,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209767,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209767,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209767,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209767,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209767,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209767,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209767,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209767,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209767,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209767,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209767,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209767,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209767,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209767,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209767,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209767,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209767,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209767,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209767,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209767,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209767,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209767,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209767,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209768,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209768,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209768,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209768,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209768,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209768,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209768,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209768,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209768,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209768,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209768,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209768,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209768,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209768,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209768,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209768,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209768,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209768,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209768,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209768,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209768,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209768,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209768,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209768,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209768,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209768,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209768,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209768,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209768,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209768,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209768,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209768,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209768,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209768,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209768,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209768,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209768,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209768,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209768,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209768,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209768,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209769,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209769,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209769,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209769,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209769,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209769,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209769,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209769,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209769,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209769,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209769,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209769,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209769,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209769,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209769,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209769,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209769,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209769,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209769,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209769,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209769,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209769,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209769,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209769,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209769,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209769,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209769,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209769,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209769,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209769,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209769,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209769,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209769,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209769,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209769,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209769,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209769,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209769,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209769,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209769,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209769,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191210064,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210064,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210064,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210064,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210064,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210064,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210064,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210064,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210065,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210065,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210065,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210065,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210065,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210065,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210065,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210067,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210067,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210067,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210067,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210067,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210067,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210067,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210070,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210070,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210070,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210070,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210070,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210070,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210070,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210071,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210071,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210071,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210071,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210071,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210071,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210071,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210073,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210073,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210073,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210073,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210073,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210073,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210073,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210074,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210074,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210074,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210074,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210074,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210074,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210074,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210076,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210076,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210076,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210076,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210076,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210076,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210076,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210077,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210077,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210077,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210077,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210077,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210077,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210077,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210081,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210081,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210081,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210081,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210081,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210081,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210081,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210082,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210082,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210082,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210082,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210082,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210082,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210082,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210083,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210083,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210083,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210083,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210083,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210083,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210083,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210086,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210086,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210086,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210086,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210086,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210086,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210086,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210087,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210087,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210087,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210087,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210087,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210087,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210087,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210088,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210088,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210088,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210088,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210088,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210088,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210088,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210089,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210089,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210089,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210089,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210089,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210089,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210089,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210092,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210092,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210092,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210092,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210092,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210092,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210092,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210095,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210095,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210095,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210095,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210095,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210095,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210095,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210096,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210096,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210096,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210096,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210096,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210096,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210096,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210097,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210097,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210097,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210097,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210097,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210097,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210097,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210098,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210098,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210098,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210098,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210098,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210098,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210098,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210099,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210099,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210099,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210099,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210099,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210099,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210099,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210100,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210100,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210100,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210100,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210100,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210100,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210100,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210102,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210102,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210102,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210102,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210102,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210102,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210102,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210103,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210103,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210103,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210103,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210103,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210103,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210103,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210105,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210105,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210105,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210105,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210105,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210105,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210105,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210107,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210107,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210107,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210107,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210107,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210107,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210107,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210109,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210109,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210109,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210109,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210109,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210109,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210109,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210110,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210110,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210110,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210110,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210110,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210110,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210110,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210111,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210111,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210111,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210111,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210111,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210111,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210111,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210115,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210115,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210115,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210115,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210115,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210115,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210115,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210116,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210116,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210116,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210116,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210116,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210116,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210116,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210121,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210121,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210121,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210121,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210121,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210121,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210121,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210122,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210122,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210122,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210122,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210122,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210122,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210122,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210124,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210124,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210124,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210124,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210124,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210124,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210124,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191210362,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191210363,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191210364,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210364,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210366,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210367,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210368,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210372,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210373,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210374,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210376,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210376,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210380,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210382,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210385,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210387,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210388,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210389,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210391,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210394,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210396,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210396,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210397,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210398,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210400,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210401,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210402,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210406,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210407,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210408,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210408,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210411,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210414,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210414,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210418,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210419,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210424,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210425,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210425,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210426,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210427,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210429,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210430,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210433,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210435,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210440,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210440,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210441,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210443,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210445,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210446,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210448,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210449,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210450,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210452,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210454,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210455,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210457,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210458,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210459,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210460,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210462,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210462,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210463,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210464,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210464,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210465,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210466,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210466,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210469,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210471,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210472,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210472,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210473,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210476,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210478,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210481,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210482,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210482,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210483,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210484,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210485,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210487,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210491,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210493,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210494,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210495,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210497,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210501,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210502,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210503,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210503,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210507,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210510,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210513,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210516,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210517,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210517,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210518,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210522,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210526,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210529,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210529,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210530,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210532,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210534,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210535,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210535,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210536,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210538,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210539,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210540,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210543,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210544,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210544,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210546,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210550,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210552,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210553,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210554,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210555,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210556,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210557,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210560,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210563,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210563,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210564,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210566,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210567,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210568,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210571,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210572,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210573,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210575,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210576,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210578,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210579,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210580,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210581,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210582,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210586,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210588,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210590,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210592,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210597,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210598,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210599,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210837,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191210837,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191210838,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191210840,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191210848,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210848,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210851,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210856,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210858,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210860,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210862,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210865,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210866,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210872,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210873,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210876,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210877,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210878,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210882,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210884,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210889,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210891,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210893,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2010,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2011,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2012,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2013,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2014,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2015,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2016,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2017,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2018,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2019,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2020,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2021,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2022,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2023,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2024,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2025,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2026,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2027,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2028,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2029,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2030,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2031,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2032,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2033,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2034,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2035,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2036,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2037,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2038,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2039,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2040,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2041,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2042,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2043,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2044,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2045,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2046,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2047,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2048,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2049,67378.5,2223490.5,NULL +23,77333,Tehachapi: 1,Wind,2050,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2010,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2011,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2012,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2013,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2014,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2015,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2016,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2017,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2018,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2019,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2020,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2021,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2022,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2023,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2024,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2025,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2026,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2027,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2028,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2029,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2030,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2031,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2032,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2033,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2034,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2035,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2036,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2037,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2038,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2039,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2040,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2041,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2042,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2043,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2044,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2045,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2046,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2047,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2048,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2049,67378.5,2223490.5,NULL +23,77334,Tehachapi: 2,Wind,2050,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2010,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2011,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2012,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2013,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2014,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2015,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2016,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2017,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2018,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2019,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2020,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2021,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2022,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2023,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2024,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2025,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2026,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2027,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2028,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2029,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2030,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2031,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2032,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2033,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2034,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2035,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2036,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2037,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2038,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2039,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2040,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2041,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2042,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2043,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2044,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2045,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2046,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2047,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2048,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2049,67378.5,2223490.5,NULL +23,77335,Tehachapi: 3,Wind,2050,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2010,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2011,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2012,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2013,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2014,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2015,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2016,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2017,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2018,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2019,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2020,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2021,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2022,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2023,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2024,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2025,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2026,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2027,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2028,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2029,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2030,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2031,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2032,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2033,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2034,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2035,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2036,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2037,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2038,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2039,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2040,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2041,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2042,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2043,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2044,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2045,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2046,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2047,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2048,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2049,67378.5,2223490.5,NULL +23,77336,Tehachapi: 4,Wind,2050,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2010,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2011,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2012,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2013,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2014,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2015,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2016,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2017,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2018,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2019,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2020,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2021,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2022,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2023,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2024,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2025,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2026,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2027,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2028,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2029,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2030,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2031,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2032,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2033,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2034,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2035,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2036,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2037,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2038,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2039,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2040,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2041,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2042,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2043,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2044,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2045,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2046,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2047,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2048,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2049,67378.5,2223490.5,NULL +23,77337,Tehachapi: 5,Wind,2050,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2010,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2011,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2012,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2013,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2014,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2015,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2016,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2017,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2018,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2019,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2020,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2021,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2022,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2023,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2024,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2025,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2026,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2027,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2028,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2029,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2030,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2031,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2032,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2033,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2034,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2035,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2036,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2037,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2038,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2039,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2040,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2041,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2042,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2043,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2044,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2045,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2046,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2047,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2048,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2049,67378.5,2223490.5,NULL +23,77339,Barstow: 7,Wind,2050,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2010,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2011,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2012,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2013,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2014,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2015,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2016,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2017,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2018,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2019,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2020,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2021,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2022,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2023,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2024,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2025,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2026,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2027,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2028,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2029,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2030,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2031,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2032,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2033,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2034,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2035,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2036,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2037,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2038,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2039,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2040,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2041,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2042,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2043,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2044,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2045,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2046,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2047,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2048,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2049,67378.5,2223490.5,NULL +23,77348,Tehachapi: 16,Wind,2050,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2010,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2011,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2012,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2013,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2014,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2015,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2016,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2017,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2018,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2019,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2020,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2021,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2022,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2023,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2024,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2025,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2026,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2027,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2028,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2029,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2030,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2031,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2032,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2033,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2034,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2035,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2036,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2037,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2038,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2039,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2040,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2041,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2042,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2043,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2044,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2045,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2046,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2047,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2048,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2049,67378.5,2223490.5,NULL +23,77349,Tehachapi: 17,Wind,2050,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2010,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2011,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2012,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2013,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2014,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2015,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2016,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2017,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2018,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2019,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2020,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2021,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2022,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2023,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2024,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2025,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2026,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2027,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2028,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2029,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2030,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2031,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2032,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2033,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2034,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2035,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2036,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2037,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2038,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2039,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2040,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2041,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2042,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2043,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2044,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2045,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2046,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2047,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2048,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2049,67378.5,2223490.5,NULL +23,77350,Tehachapi: 18,Wind,2050,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2010,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2011,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2012,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2013,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2014,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2015,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2016,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2017,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2018,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2019,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2020,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2021,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2022,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2023,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2024,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2025,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2026,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2027,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2028,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2029,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2030,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2031,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2032,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2033,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2034,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2035,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2036,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2037,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2038,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2039,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2040,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2041,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2042,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2043,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2044,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2045,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2046,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2047,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2048,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2049,67378.5,2223490.5,NULL +23,77354,Tehachapi: 22,Wind,2050,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2010,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2011,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2012,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2013,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2014,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2015,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2016,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2017,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2018,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2019,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2020,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2021,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2022,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2023,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2024,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2025,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2026,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2027,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2028,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2029,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2030,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2031,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2032,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2033,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2034,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2035,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2036,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2037,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2038,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2039,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2040,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2041,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2042,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2043,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2044,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2045,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2046,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2047,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2048,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2049,67378.5,2223490.5,NULL +23,77355,Tehachapi: 23,Wind,2050,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2010,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2011,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2012,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2013,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2014,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2015,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2016,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2017,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2018,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2019,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2020,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2021,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2022,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2023,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2024,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2025,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2026,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2027,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2028,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2029,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2030,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2031,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2032,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2033,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2034,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2035,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2036,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2037,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2038,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2039,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2040,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2041,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2042,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2043,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2044,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2045,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2046,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2047,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2048,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2049,67378.5,2223490.5,NULL +23,77357,Tehachapi: 25,Wind,2050,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2010,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2011,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2012,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2013,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2014,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2015,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2016,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2017,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2018,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2019,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2020,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2021,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2022,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2023,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2024,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2025,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2026,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2027,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2028,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2029,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2030,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2031,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2032,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2033,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2034,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2035,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2036,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2037,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2038,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2039,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2040,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2041,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2042,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2043,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2044,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2045,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2046,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2047,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2048,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2049,67378.5,2223490.5,NULL +23,77358,Tehachapi: 26,Wind,2050,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2010,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2011,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2012,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2013,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2014,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2015,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2016,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2017,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2018,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2019,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2020,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2021,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2022,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2023,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2024,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2025,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2026,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2027,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2028,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2029,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2030,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2031,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2032,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2033,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2034,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2035,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2036,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2037,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2038,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2039,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2040,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2041,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2042,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2043,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2044,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2045,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2046,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2047,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2048,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2049,67378.5,2223490.5,NULL +23,77360,SanBernardino_Lucerne: 28,Wind,2050,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2010,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2011,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2012,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2013,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2014,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2015,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2016,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2017,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2018,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2019,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2020,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2021,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2022,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2023,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2024,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2025,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2026,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2027,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2028,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2029,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2030,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2031,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2032,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2033,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2034,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2035,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2036,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2037,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2038,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2039,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2040,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2041,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2042,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2043,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2044,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2045,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2046,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2047,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2048,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2049,67378.5,2223490.5,NULL +23,77361,SanBernardino_Lucerne: 29,Wind,2050,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2010,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2011,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2012,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2013,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2014,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2015,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2016,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2017,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2018,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2019,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2020,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2021,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2022,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2023,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2024,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2025,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2026,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2027,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2028,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2029,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2030,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2031,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2032,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2033,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2034,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2035,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2036,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2037,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2038,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2039,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2040,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2041,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2042,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2043,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2044,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2045,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2046,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2047,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2048,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2049,67378.5,2223490.5,NULL +23,77362,SanBernardino_Lucerne: 30,Wind,2050,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2010,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2011,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2012,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2013,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2014,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2015,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2016,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2017,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2018,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2019,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2020,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2021,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2022,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2023,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2024,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2025,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2026,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2027,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2028,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2029,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2030,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2031,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2032,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2033,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2034,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2035,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2036,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2037,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2038,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2039,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2040,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2041,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2042,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2043,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2044,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2045,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2046,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2047,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2048,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2049,67378.5,2223490.5,NULL +23,77365,Tehachapi: 36,Wind,2050,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2010,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2011,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2012,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2013,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2014,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2015,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2016,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2017,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2018,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2019,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2020,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2021,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2022,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2023,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2024,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2025,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2026,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2027,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2028,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2029,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2030,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2031,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2032,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2033,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2034,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2035,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2036,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2037,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2038,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2039,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2040,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2041,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2042,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2043,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2044,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2045,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2046,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2047,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2048,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2049,67378.5,2223490.5,NULL +23,77368,Tehachapi: 39,Wind,2050,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2010,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2011,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2012,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2013,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2014,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2015,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2016,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2017,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2018,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2019,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2020,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2021,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2022,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2023,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2024,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2025,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2026,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2027,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2028,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2029,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2030,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2031,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2032,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2033,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2034,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2035,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2036,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2037,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2038,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2039,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2040,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2041,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2042,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2043,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2044,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2045,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2046,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2047,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2048,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2049,67378.5,2223490.5,NULL +23,77375,Barstow: 46,Wind,2050,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2010,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2011,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2012,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2013,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2014,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2015,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2016,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2017,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2018,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2019,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2020,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2021,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2022,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2023,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2024,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2025,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2026,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2027,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2028,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2029,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2030,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2031,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2032,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2033,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2034,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2035,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2036,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2037,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2038,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2039,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2040,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2041,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2042,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2043,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2044,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2045,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2046,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2047,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2048,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2049,67378.5,2223490.5,NULL +23,77378,Tehachapi: 51,Wind,2050,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2010,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2011,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2012,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2013,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2014,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2015,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2016,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2017,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2018,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2019,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2020,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2021,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2022,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2023,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2024,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2025,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2026,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2027,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2028,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2029,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2030,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2031,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2032,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2033,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2034,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2035,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2036,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2037,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2038,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2039,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2040,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2041,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2042,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2043,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2044,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2045,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2046,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2047,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2048,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2049,67378.5,2223490.5,NULL +23,77381,Tehachapi: 54,Wind,2050,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2010,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2011,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2012,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2013,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2014,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2015,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2016,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2017,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2018,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2019,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2020,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2021,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2022,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2023,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2024,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2025,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2026,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2027,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2028,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2029,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2030,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2031,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2032,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2033,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2034,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2035,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2036,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2037,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2038,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2039,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2040,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2041,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2042,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2043,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2044,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2045,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2046,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2047,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2048,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2049,67378.5,2223490.5,NULL +23,77382,Tehachapi: 55,Wind,2050,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2010,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2011,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2012,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2013,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2014,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2015,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2016,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2017,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2018,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2019,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2020,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2021,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2022,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2023,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2024,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2025,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2026,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2027,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2028,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2029,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2030,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2031,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2032,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2033,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2034,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2035,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2036,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2037,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2038,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2039,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2040,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2041,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2042,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2043,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2044,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2045,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2046,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2047,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2048,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2049,67378.5,2223490.5,NULL +23,77383,Tehachapi: 56,Wind,2050,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2010,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2011,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2012,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2013,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2014,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2015,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2016,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2017,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2018,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2019,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2020,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2021,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2022,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2023,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2024,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2025,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2026,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2027,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2028,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2029,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2030,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2031,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2032,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2033,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2034,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2035,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2036,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2037,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2038,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2039,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2040,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2041,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2042,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2043,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2044,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2045,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2046,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2047,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2048,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2049,67378.5,2223490.5,NULL +23,77385,SanBernardino_Lucerne: 58,Wind,2050,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2010,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2011,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2012,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2013,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2014,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2015,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2016,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2017,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2018,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2019,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2020,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2021,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2022,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2023,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2024,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2025,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2026,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2027,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2028,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2029,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2030,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2031,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2032,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2033,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2034,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2035,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2036,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2037,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2038,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2039,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2040,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2041,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2042,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2043,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2044,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2045,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2046,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2047,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2048,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2049,67378.5,2223490.5,NULL +23,77386,Tehachapi: 59,Wind,2050,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2010,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2011,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2012,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2013,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2014,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2015,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2016,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2017,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2018,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2019,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2020,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2021,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2022,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2023,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2024,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2025,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2026,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2027,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2028,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2029,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2030,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2031,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2032,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2033,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2034,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2035,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2036,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2037,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2038,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2039,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2040,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2041,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2042,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2043,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2044,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2045,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2046,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2047,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2048,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2049,67378.5,2223490.5,NULL +23,77389,Tehachapi: 63,Wind,2050,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2010,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2011,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2012,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2013,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2014,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2015,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2016,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2017,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2018,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2019,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2020,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2021,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2022,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2023,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2024,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2025,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2026,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2027,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2028,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2029,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2030,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2031,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2032,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2033,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2034,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2035,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2036,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2037,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2038,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2039,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2040,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2041,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2042,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2043,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2044,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2045,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2046,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2047,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2048,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2049,67378.5,2223490.5,NULL +23,77390,SanDiegoNorthCentral: 64,Wind,2050,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2010,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2011,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2012,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2013,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2014,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2015,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2016,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2017,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2018,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2019,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2020,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2021,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2022,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2023,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2024,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2025,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2026,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2027,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2028,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2029,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2030,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2031,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2032,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2033,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2034,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2035,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2036,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2037,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2038,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2039,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2040,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2041,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2042,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2043,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2044,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2045,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2046,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2047,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2048,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2049,67378.5,2223490.5,NULL +23,77396,LassenNorth: 476,Wind,2050,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2010,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2011,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2012,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2013,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2014,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2015,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2016,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2017,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2018,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2019,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2020,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2021,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2022,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2023,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2024,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2025,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2026,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2027,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2028,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2029,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2030,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2031,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2032,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2033,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2034,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2035,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2036,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2037,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2038,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2039,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2040,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2041,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2042,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2043,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2044,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2045,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2046,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2047,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2048,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2049,67378.5,2223490.5,NULL +23,77397,LassenNorth: 477,Wind,2050,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2010,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2011,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2012,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2013,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2014,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2015,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2016,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2017,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2018,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2019,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2020,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2021,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2022,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2023,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2024,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2025,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2026,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2027,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2028,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2029,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2030,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2031,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2032,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2033,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2034,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2035,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2036,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2037,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2038,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2039,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2040,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2041,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2042,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2043,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2044,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2045,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2046,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2047,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2048,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2049,67378.5,2223490.5,NULL +23,77399,SanDiegoSouth: 480,Wind,2050,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2010,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2011,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2012,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2013,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2014,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2015,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2016,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2017,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2018,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2019,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2020,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2021,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2022,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2023,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2024,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2025,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2026,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2027,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2028,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2029,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2030,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2031,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2032,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2033,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2034,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2035,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2036,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2037,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2038,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2039,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2040,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2041,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2042,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2043,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2044,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2045,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2046,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2047,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2048,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2049,67378.5,2223490.5,NULL +23,77401,RoundMountain: 502,Wind,2050,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2010,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2011,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2012,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2013,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2014,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2015,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2016,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2017,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2018,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2019,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2020,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2021,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2022,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2023,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2024,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2025,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2026,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2027,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2028,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2029,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2030,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2031,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2032,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2033,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2034,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2035,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2036,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2037,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2038,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2039,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2040,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2041,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2042,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2043,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2044,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2045,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2046,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2047,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2048,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2049,67378.5,2223490.5,NULL +23,77403,RoundMountain: 504,Wind,2050,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2010,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2011,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2012,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2013,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2014,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2015,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2016,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2017,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2018,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2019,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2020,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2021,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2022,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2023,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2024,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2025,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2026,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2027,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2028,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2029,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2030,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2031,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2032,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2033,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2034,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2035,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2036,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2037,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2038,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2039,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2040,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2041,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2042,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2043,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2044,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2045,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2046,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2047,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2048,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2049,67378.5,2223490.5,NULL +23,77404,RoundMountain: 505,Wind,2050,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2010,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2011,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2012,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2013,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2014,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2015,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2016,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2017,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2018,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2019,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2020,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2021,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2022,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2023,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2024,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2025,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2026,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2027,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2028,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2029,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2030,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2031,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2032,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2033,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2034,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2035,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2036,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2037,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2038,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2039,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2040,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2041,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2042,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2043,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2044,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2045,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2046,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2047,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2048,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2049,67378.5,2223490.5,NULL +23,77407,Tehachapi: 508,Wind,2050,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2010,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2011,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2012,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2013,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2014,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2015,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2016,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2017,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2018,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2019,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2020,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2021,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2022,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2023,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2024,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2025,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2026,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2027,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2028,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2029,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2030,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2031,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2032,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2033,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2034,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2035,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2036,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2037,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2038,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2039,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2040,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2041,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2042,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2043,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2044,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2045,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2046,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2047,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2048,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2049,67378.5,2223490.5,NULL +23,77410,Tehachapi: 511,Wind,2050,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2010,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2011,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2012,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2013,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2014,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2015,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2016,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2017,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2018,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2019,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2020,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2021,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2022,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2023,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2024,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2025,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2026,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2027,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2028,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2029,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2030,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2031,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2032,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2033,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2034,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2035,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2036,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2037,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2038,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2039,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2040,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2041,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2042,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2043,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2044,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2045,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2046,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2047,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2048,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2049,67378.5,2223490.5,NULL +23,77413,Tehachapi: 514,Wind,2050,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2010,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2011,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2012,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2013,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2014,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2015,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2016,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2017,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2018,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2019,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2020,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2021,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2022,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2023,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2024,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2025,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2026,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2027,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2028,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2029,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2030,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2031,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2032,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2033,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2034,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2035,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2036,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2037,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2038,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2039,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2040,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2041,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2042,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2043,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2044,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2045,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2046,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2047,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2048,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2049,67378.5,2223490.5,NULL +23,77417,Tehachapi: 518,Wind,2050,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2010,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2011,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2012,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2013,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2014,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2015,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2016,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2017,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2018,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2019,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2020,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2021,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2022,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2023,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2024,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2025,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2026,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2027,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2028,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2029,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2030,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2031,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2032,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2033,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2034,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2035,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2036,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2037,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2038,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2039,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2040,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2041,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2042,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2043,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2044,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2045,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2046,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2047,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2048,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2049,67378.5,2223490.5,NULL +23,77421,SanDiegoSouth: 522,Wind,2050,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2010,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2011,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2012,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2013,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2014,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2015,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2016,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2017,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2018,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2019,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2020,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2021,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2022,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2023,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2024,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2025,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2026,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2027,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2028,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2029,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2030,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2031,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2032,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2033,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2034,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2035,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2036,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2037,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2038,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2039,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2040,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2041,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2042,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2043,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2044,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2045,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2046,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2047,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2048,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2049,67378.5,2223490.5,NULL +23,77422,SanDiegoSouth: 523,Wind,2050,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2010,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2011,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2012,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2013,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2014,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2015,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2016,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2017,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2018,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2019,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2020,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2021,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2022,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2023,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2024,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2025,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2026,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2027,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2028,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2029,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2030,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2031,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2032,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2033,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2034,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2035,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2036,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2037,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2038,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2039,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2040,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2041,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2042,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2043,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2044,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2045,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2046,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2047,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2048,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2049,67378.5,2223490.5,NULL +23,77423,SanDiegoSouth: 524,Wind,2050,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2010,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2011,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2012,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2013,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2014,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2015,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2016,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2017,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2018,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2019,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2020,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2021,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2022,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2023,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2024,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2025,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2026,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2027,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2028,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2029,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2030,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2031,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2032,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2033,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2034,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2035,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2036,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2037,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2038,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2039,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2040,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2041,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2042,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2043,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2044,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2045,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2046,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2047,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2048,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2049,67378.5,2223490.5,NULL +23,77426,RoundMountain: 530,Wind,2050,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2010,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2011,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2012,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2013,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2014,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2015,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2016,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2017,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2018,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2019,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2020,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2021,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2022,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2023,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2024,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2025,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2026,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2027,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2028,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2029,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2030,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2031,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2032,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2033,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2034,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2035,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2036,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2037,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2038,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2039,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2040,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2041,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2042,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2043,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2044,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2045,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2046,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2047,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2048,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2049,67378.5,2223490.5,NULL +23,77431,Tehachapi: 543,Wind,2050,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2010,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2011,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2012,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2013,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2014,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2015,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2016,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2017,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2018,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2019,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2020,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2021,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2022,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2023,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2024,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2025,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2026,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2027,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2028,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2029,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2030,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2031,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2032,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2033,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2034,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2035,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2036,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2037,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2038,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2039,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2040,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2041,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2042,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2043,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2044,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2045,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2046,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2047,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2048,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2049,67378.5,2223490.5,NULL +23,77432,PlumasCounty: 544,Wind,2050,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2010,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2011,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2012,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2013,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2014,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2015,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2016,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2017,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2018,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2019,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2020,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2021,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2022,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2023,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2024,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2025,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2026,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2027,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2028,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2029,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2030,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2031,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2032,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2033,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2034,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2035,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2036,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2037,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2038,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2039,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2040,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2041,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2042,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2043,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2044,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2045,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2046,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2047,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2048,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2049,67378.5,2223490.5,NULL +23,77433,LassenNorth: 545,Wind,2050,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2010,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2011,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2012,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2013,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2014,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2015,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2016,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2017,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2018,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2019,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2020,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2021,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2022,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2023,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2024,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2025,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2026,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2027,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2028,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2029,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2030,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2031,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2032,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2033,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2034,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2035,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2036,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2037,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2038,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2039,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2040,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2041,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2042,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2043,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2044,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2045,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2046,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2047,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2048,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2049,67378.5,2223490.5,NULL +23,77434,LassenNorth: 547,Wind,2050,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2010,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2011,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2012,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2013,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2014,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2015,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2016,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2017,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2018,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2019,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2020,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2021,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2022,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2023,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2024,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2025,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2026,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2027,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2028,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2029,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2030,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2031,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2032,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2033,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2034,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2035,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2036,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2037,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2038,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2039,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2040,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2041,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2042,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2043,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2044,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2045,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2046,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2047,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2048,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2049,67378.5,2223490.5,NULL +23,77436,Tehachapi: 549,Wind,2050,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2010,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2011,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2012,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2013,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2014,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2015,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2016,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2017,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2018,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2019,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2020,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2021,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2022,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2023,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2024,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2025,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2026,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2027,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2028,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2029,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2030,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2031,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2032,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2033,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2034,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2035,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2036,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2037,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2038,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2039,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2040,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2041,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2042,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2043,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2044,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2045,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2046,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2047,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2048,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2049,67378.5,2223490.5,NULL +23,77438,Tehachapi: 551,Wind,2050,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2010,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2011,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2012,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2013,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2014,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2015,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2016,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2017,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2018,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2019,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2020,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2021,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2022,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2023,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2024,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2025,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2026,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2027,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2028,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2029,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2030,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2031,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2032,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2033,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2034,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2035,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2036,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2037,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2038,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2039,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2040,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2041,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2042,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2043,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2044,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2045,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2046,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2047,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2048,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2049,67378.5,2223490.5,NULL +23,77439,LassenNorth: 552,Wind,2050,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2010,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2011,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2012,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2013,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2014,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2015,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2016,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2017,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2018,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2019,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2020,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2021,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2022,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2023,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2024,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2025,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2026,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2027,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2028,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2029,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2030,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2031,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2032,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2033,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2034,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2035,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2036,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2037,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2038,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2039,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2040,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2041,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2042,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2043,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2044,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2045,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2046,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2047,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2048,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2049,67378.5,2223490.5,NULL +23,77440,Tehachapi: 553,Wind,2050,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2010,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2011,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2012,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2013,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2014,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2015,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2016,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2017,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2018,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2019,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2020,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2021,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2022,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2023,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2024,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2025,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2026,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2027,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2028,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2029,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2030,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2031,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2032,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2033,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2034,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2035,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2036,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2037,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2038,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2039,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2040,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2041,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2042,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2043,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2044,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2045,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2046,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2047,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2048,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2049,67378.5,2223490.5,NULL +23,77441,SierraCounty: 554,Wind,2050,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2010,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2011,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2012,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2013,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2014,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2015,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2016,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2017,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2018,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2019,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2020,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2021,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2022,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2023,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2024,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2025,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2026,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2027,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2028,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2029,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2030,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2031,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2032,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2033,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2034,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2035,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2036,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2037,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2038,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2039,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2040,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2041,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2042,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2043,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2044,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2045,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2046,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2047,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2048,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2049,67378.5,2223490.5,NULL +23,77442,Tehachapi: 555,Wind,2050,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2010,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2011,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2012,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2013,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2014,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2015,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2016,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2017,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2018,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2019,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2020,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2021,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2022,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2023,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2024,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2025,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2026,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2027,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2028,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2029,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2030,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2031,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2032,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2033,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2034,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2035,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2036,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2037,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2038,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2039,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2040,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2041,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2042,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2043,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2044,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2045,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2046,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2047,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2048,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2049,67378.5,2223490.5,NULL +23,77444,LassenNorth: 557,Wind,2050,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2010,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2011,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2012,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2013,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2014,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2015,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2016,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2017,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2018,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2019,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2020,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2021,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2022,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2023,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2024,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2025,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2026,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2027,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2028,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2029,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2030,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2031,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2032,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2033,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2034,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2035,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2036,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2037,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2038,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2039,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2040,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2041,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2042,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2043,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2044,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2045,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2046,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2047,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2048,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2049,67378.5,2223490.5,NULL +23,77445,Tehachapi: 558,Wind,2050,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2010,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2011,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2012,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2013,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2014,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2015,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2016,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2017,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2018,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2019,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2020,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2021,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2022,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2023,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2024,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2025,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2026,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2027,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2028,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2029,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2030,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2031,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2032,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2033,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2034,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2035,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2036,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2037,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2038,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2039,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2040,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2041,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2042,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2043,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2044,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2045,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2046,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2047,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2048,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2049,67378.5,2223490.5,NULL +23,77447,Tehachapi: 560,Wind,2050,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2010,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2011,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2012,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2013,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2014,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2015,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2016,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2017,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2018,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2019,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2020,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2021,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2022,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2023,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2024,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2025,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2026,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2027,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2028,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2029,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2030,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2031,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2032,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2033,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2034,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2035,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2036,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2037,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2038,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2039,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2040,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2041,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2042,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2043,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2044,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2045,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2046,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2047,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2048,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2049,67378.5,2223490.5,NULL +23,77449,Tehachapi: 562,Wind,2050,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2010,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2011,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2012,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2013,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2014,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2015,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2016,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2017,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2018,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2019,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2020,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2021,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2022,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2023,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2024,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2025,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2026,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2027,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2028,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2029,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2030,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2031,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2032,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2033,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2034,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2035,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2036,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2037,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2038,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2039,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2040,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2041,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2042,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2043,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2044,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2045,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2046,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2047,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2048,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2049,67378.5,2223490.5,NULL +23,77450,SanBernardino_Lucerne: 563,Wind,2050,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2010,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2011,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2012,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2013,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2014,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2015,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2016,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2017,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2018,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2019,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2020,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2021,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2022,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2023,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2024,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2025,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2026,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2027,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2028,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2029,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2030,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2031,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2032,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2033,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2034,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2035,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2036,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2037,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2038,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2039,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2040,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2041,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2042,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2043,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2044,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2045,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2046,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2047,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2048,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2049,67378.5,2223490.5,NULL +23,77451,SanBernardino_Lucerne: 564,Wind,2050,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2010,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2011,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2012,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2013,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2014,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2015,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2016,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2017,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2018,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2019,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2020,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2021,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2022,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2023,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2024,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2025,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2026,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2027,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2028,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2029,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2030,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2031,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2032,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2033,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2034,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2035,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2036,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2037,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2038,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2039,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2040,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2041,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2042,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2043,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2044,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2045,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2046,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2047,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2048,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2049,67378.5,2223490.5,NULL +23,77453,Barstow: 566,Wind,2050,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2010,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2011,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2012,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2013,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2014,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2015,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2016,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2017,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2018,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2019,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2020,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2021,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2022,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2023,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2024,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2025,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2026,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2027,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2028,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2029,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2030,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2031,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2032,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2033,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2034,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2035,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2036,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2037,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2038,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2039,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2040,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2041,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2042,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2043,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2044,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2045,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2046,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2047,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2048,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2049,67378.5,2223490.5,NULL +23,77454,LassenNorth: 567,Wind,2050,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2010,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2011,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2012,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2013,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2014,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2015,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2016,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2017,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2018,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2019,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2020,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2021,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2022,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2023,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2024,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2025,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2026,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2027,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2028,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2029,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2030,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2031,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2032,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2033,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2034,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2035,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2036,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2037,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2038,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2039,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2040,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2041,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2042,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2043,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2044,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2045,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2046,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2047,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2048,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2049,67378.5,2223490.5,NULL +23,77457,LassenNorth: 572,Wind,2050,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2010,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2011,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2012,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2013,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2014,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2015,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2016,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2017,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2018,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2019,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2020,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2021,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2022,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2023,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2024,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2025,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2026,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2027,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2028,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2029,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2030,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2031,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2032,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2033,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2034,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2035,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2036,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2037,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2038,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2039,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2040,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2041,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2042,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2043,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2044,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2045,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2046,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2047,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2048,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2049,67378.5,2223490.5,NULL +23,77460,LassenNorth: 575,Wind,2050,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2010,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2011,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2012,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2013,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2014,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2015,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2016,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2017,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2018,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2019,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2020,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2021,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2022,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2023,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2024,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2025,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2026,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2027,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2028,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2029,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2030,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2031,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2032,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2033,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2034,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2035,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2036,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2037,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2038,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2039,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2040,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2041,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2042,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2043,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2044,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2045,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2046,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2047,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2048,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2049,67378.5,2223490.5,NULL +23,77461,LassenNorth: 576,Wind,2050,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2010,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2011,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2012,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2013,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2014,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2015,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2016,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2017,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2018,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2019,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2020,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2021,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2022,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2023,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2024,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2025,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2026,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2027,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2028,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2029,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2030,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2031,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2032,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2033,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2034,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2035,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2036,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2037,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2038,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2039,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2040,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2041,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2042,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2043,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2044,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2045,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2046,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2047,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2048,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2049,67378.5,2223490.5,NULL +23,77463,SierraCounty: 579,Wind,2050,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2010,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2011,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2012,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2013,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2014,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2015,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2016,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2017,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2018,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2019,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2020,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2021,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2022,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2023,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2024,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2025,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2026,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2027,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2028,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2029,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2030,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2031,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2032,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2033,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2034,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2035,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2036,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2037,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2038,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2039,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2040,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2041,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2042,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2043,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2044,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2045,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2046,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2047,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2048,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2049,67378.5,2223490.5,NULL +23,77464,LassenNorth: 580,Wind,2050,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2010,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2011,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2012,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2013,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2014,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2015,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2016,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2017,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2018,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2019,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2020,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2021,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2022,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2023,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2024,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2025,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2026,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2027,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2028,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2029,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2030,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2031,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2032,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2033,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2034,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2035,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2036,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2037,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2038,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2039,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2040,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2041,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2042,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2043,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2044,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2045,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2046,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2047,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2048,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2049,67378.5,2223490.5,NULL +23,77466,SierraCounty: 582,Wind,2050,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2010,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2011,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2012,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2013,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2014,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2015,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2016,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2017,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2018,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2019,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2020,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2021,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2022,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2023,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2024,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2025,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2026,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2027,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2028,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2029,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2030,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2031,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2032,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2033,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2034,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2035,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2036,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2037,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2038,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2039,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2040,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2041,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2042,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2043,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2044,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2045,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2046,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2047,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2048,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2049,67378.5,2223490.5,NULL +23,77467,Tehachapi: 588,Wind,2050,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2010,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2011,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2012,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2013,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2014,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2015,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2016,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2017,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2018,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2019,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2020,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2021,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2022,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2023,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2024,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2025,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2026,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2027,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2028,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2029,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2030,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2031,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2032,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2033,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2034,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2035,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2036,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2037,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2038,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2039,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2040,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2041,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2042,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2043,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2044,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2045,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2046,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2047,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2048,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2049,67378.5,2223490.5,NULL +23,77468,Barstow: 590,Wind,2050,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2010,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2011,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2012,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2013,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2014,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2015,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2016,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2017,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2018,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2019,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2020,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2021,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2022,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2023,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2024,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2025,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2026,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2027,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2028,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2029,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2030,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2031,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2032,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2033,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2034,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2035,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2036,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2037,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2038,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2039,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2040,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2041,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2042,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2043,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2044,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2045,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2046,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2047,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2048,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2049,67378.5,2223490.5,NULL +23,77469,Tehachapi: 591,Wind,2050,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2010,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2011,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2012,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2013,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2014,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2015,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2016,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2017,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2018,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2019,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2020,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2021,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2022,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2023,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2024,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2025,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2026,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2027,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2028,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2029,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2030,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2031,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2032,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2033,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2034,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2035,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2036,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2037,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2038,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2039,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2040,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2041,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2042,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2043,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2044,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2045,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2046,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2047,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2048,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2049,67378.5,2223490.5,NULL +23,77473,RiversideCounty_Partial: 595,Wind,2050,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2010,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2011,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2012,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2013,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2014,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2015,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2016,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2017,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2018,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2019,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2020,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2021,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2022,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2023,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2024,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2025,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2026,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2027,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2028,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2029,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2030,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2031,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2032,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2033,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2034,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2035,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2036,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2037,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2038,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2039,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2040,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2041,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2042,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2043,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2044,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2045,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2046,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2047,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2048,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2049,67378.5,2223490.5,NULL +23,77474,SanDiegoSouth: 596,Wind,2050,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2010,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2011,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2012,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2013,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2014,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2015,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2016,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2017,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2018,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2019,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2020,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2021,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2022,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2023,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2024,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2025,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2026,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2027,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2028,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2029,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2030,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2031,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2032,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2033,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2034,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2035,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2036,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2037,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2038,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2039,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2040,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2041,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2042,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2043,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2044,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2045,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2046,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2047,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2048,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2049,67378.5,2223490.5,NULL +23,77475,SanBernardino_Lucerne: 597,Wind,2050,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2010,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2011,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2012,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2013,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2014,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2015,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2016,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2017,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2018,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2019,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2020,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2021,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2022,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2023,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2024,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2025,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2026,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2027,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2028,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2029,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2030,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2031,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2032,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2033,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2034,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2035,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2036,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2037,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2038,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2039,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2040,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2041,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2042,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2043,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2044,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2045,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2046,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2047,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2048,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2049,67378.5,2223490.5,NULL +23,77476,SanBernardino_Lucerne: 598,Wind,2050,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2010,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2011,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2012,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2013,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2014,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2015,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2016,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2017,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2018,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2019,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2020,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2021,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2022,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2023,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2024,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2025,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2026,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2027,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2028,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2029,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2030,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2031,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2032,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2033,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2034,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2035,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2036,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2037,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2038,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2039,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2040,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2041,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2042,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2043,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2044,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2045,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2046,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2047,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2048,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2049,67378.5,2223490.5,NULL +23,77477,SanBernardino_Lucerne: 599,Wind,2050,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2010,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2011,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2012,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2013,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2014,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2015,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2016,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2017,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2018,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2019,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2020,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2021,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2022,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2023,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2024,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2025,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2026,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2027,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2028,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2029,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2030,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2031,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2032,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2033,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2034,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2035,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2036,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2037,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2038,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2039,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2040,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2041,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2042,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2043,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2044,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2045,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2046,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2047,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2048,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2049,67378.5,2223490.5,NULL +23,77478,SanBernardino_Lucerne: 600,Wind,2050,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2010,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2011,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2012,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2013,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2014,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2015,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2016,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2017,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2018,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2019,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2020,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2021,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2022,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2023,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2024,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2025,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2026,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2027,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2028,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2029,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2030,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2031,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2032,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2033,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2034,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2035,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2036,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2037,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2038,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2039,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2040,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2041,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2042,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2043,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2044,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2045,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2046,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2047,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2048,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2049,67378.5,2223490.5,NULL +23,77484,MountainPass: 1543,Wind,2050,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2010,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2011,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2012,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2013,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2014,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2015,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2016,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2017,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2018,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2019,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2020,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2021,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2022,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2023,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2024,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2025,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2026,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2027,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2028,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2029,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2030,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2031,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2032,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2033,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2034,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2035,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2036,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2037,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2038,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2039,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2040,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2041,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2042,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2043,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2044,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2045,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2046,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2047,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2048,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2049,67378.5,2223490.5,NULL +23,77487,PalmSprings: 1549,Wind,2050,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2010,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2011,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2012,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2013,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2014,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2015,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2016,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2017,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2018,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2019,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2020,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2021,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2022,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2023,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2024,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2025,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2026,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2027,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2028,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2029,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2030,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2031,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2032,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2033,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2034,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2035,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2036,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2037,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2038,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2039,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2040,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2041,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2042,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2043,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2044,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2045,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2046,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2047,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2048,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2049,67378.5,2223490.5,NULL +23,77490,MountainPass: 1555,Wind,2050,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2010,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2011,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2012,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2013,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2014,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2015,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2016,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2017,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2018,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2019,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2020,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2021,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2022,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2023,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2024,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2025,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2026,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2027,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2028,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2029,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2030,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2031,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2032,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2033,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2034,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2035,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2036,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2037,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2038,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2039,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2040,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2041,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2042,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2043,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2044,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2045,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2046,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2047,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2048,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2049,67378.5,2223490.5,NULL +23,77496,Solano: 1884,Wind,2050,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2010,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2011,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2012,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2013,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2014,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2015,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2016,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2017,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2018,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2019,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2020,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2021,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2022,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2023,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2024,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2025,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2026,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2027,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2028,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2029,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2030,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2031,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2032,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2033,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2034,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2035,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2036,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2037,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2038,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2039,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2040,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2041,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2042,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2043,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2044,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2045,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2046,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2047,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2048,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2049,67378.5,2223490.5,NULL +23,77498,Solano: 1886,Wind,2050,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2010,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2011,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2012,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2013,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2014,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2015,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2016,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2017,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2018,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2019,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2020,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2021,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2022,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2023,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2024,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2025,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2026,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2027,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2028,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2029,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2030,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2031,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2032,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2033,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2034,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2035,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2036,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2037,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2038,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2039,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2040,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2041,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2042,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2043,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2044,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2045,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2046,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2047,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2048,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2049,67378.5,2223490.5,NULL +23,77499,Solano: 1887,Wind,2050,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2010,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2011,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2012,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2013,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2014,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2015,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2016,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2017,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2018,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2019,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2020,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2021,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2022,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2023,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2024,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2025,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2026,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2027,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2028,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2029,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2030,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2031,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2032,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2033,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2034,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2035,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2036,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2037,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2038,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2039,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2040,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2041,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2042,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2043,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2044,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2045,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2046,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2047,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2048,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2049,67378.5,2223490.5,NULL +23,77502,Solano: 1890,Wind,2050,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2010,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2011,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2012,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2013,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2014,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2015,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2016,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2017,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2018,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2019,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2020,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2021,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2022,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2023,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2024,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2025,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2026,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2027,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2028,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2029,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2030,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2031,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2032,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2033,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2034,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2035,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2036,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2037,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2038,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2039,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2040,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2041,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2042,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2043,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2044,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2045,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2046,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2047,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2048,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2049,67378.5,2223490.5,NULL +23,77504,Solano: 1904,Wind,2050,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2010,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2011,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2012,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2013,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2014,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2015,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2016,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2017,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2018,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2019,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2020,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2021,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2022,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2023,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2024,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2025,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2026,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2027,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2028,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2029,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2030,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2031,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2032,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2033,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2034,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2035,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2036,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2037,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2038,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2039,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2040,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2041,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2042,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2043,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2044,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2045,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2046,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2047,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2048,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2049,67378.5,2223490.5,NULL +23,77505,Solano: 1905,Wind,2050,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2010,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2011,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2012,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2013,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2014,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2015,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2016,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2017,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2018,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2019,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2020,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2021,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2022,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2023,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2024,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2025,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2026,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2027,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2028,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2029,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2030,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2031,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2032,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2033,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2034,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2035,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2036,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2037,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2038,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2039,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2040,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2041,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2042,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2043,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2044,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2045,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2046,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2047,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2048,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2049,67378.5,2223490.5,NULL +23,77508,Solano: 1908,Wind,2050,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2010,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2011,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2012,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2013,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2014,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2015,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2016,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2017,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2018,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2019,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2020,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2021,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2022,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2023,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2024,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2025,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2026,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2027,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2028,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2029,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2030,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2031,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2032,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2033,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2034,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2035,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2036,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2037,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2038,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2039,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2040,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2041,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2042,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2043,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2044,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2045,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2046,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2047,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2048,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2049,67378.5,2223490.5,NULL +23,77509,Solano: 1909,Wind,2050,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2010,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2011,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2012,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2013,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2014,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2015,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2016,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2017,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2018,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2019,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2020,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2021,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2022,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2023,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2024,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2025,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2026,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2027,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2028,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2029,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2030,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2031,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2032,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2033,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2034,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2035,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2036,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2037,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2038,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2039,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2040,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2041,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2042,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2043,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2044,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2045,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2046,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2047,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2048,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2049,67378.5,2223490.5,NULL +23,77510,Solano: 1910,Wind,2050,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2010,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2011,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2012,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2013,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2014,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2015,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2016,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2017,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2018,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2019,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2020,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2021,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2022,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2023,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2024,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2025,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2026,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2027,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2028,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2029,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2030,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2031,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2032,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2033,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2034,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2035,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2036,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2037,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2038,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2039,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2040,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2041,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2042,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2043,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2044,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2045,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2046,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2047,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2048,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2049,67378.5,2223490.5,NULL +23,77511,Solano: 1911,Wind,2050,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2010,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2011,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2012,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2013,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2014,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2015,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2016,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2017,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2018,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2019,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2020,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2021,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2022,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2023,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2024,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2025,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2026,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2027,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2028,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2029,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2030,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2031,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2032,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2033,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2034,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2035,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2036,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2037,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2038,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2039,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2040,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2041,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2042,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2043,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2044,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2045,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2046,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2047,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2048,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2049,67378.5,2223490.5,NULL +23,77512,Solano: 1912,Wind,2050,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2010,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2011,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2012,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2013,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2014,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2015,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2016,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2017,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2018,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2019,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2020,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2021,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2022,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2023,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2024,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2025,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2026,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2027,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2028,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2029,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2030,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2031,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2032,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2033,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2034,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2035,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2036,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2037,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2038,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2039,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2040,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2041,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2042,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2043,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2044,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2045,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2046,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2047,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2048,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2049,67378.5,2223490.5,NULL +23,77515,MountainPass: 1915,Wind,2050,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2010,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2011,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2012,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2013,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2014,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2015,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2016,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2017,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2018,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2019,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2020,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2021,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2022,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2023,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2024,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2025,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2026,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2027,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2028,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2029,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2030,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2031,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2032,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2033,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2034,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2035,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2036,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2037,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2038,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2039,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2040,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2041,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2042,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2043,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2044,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2045,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2046,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2047,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2048,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2049,67378.5,2223490.5,NULL +23,77516,MountainPass: 1916,Wind,2050,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2010,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2011,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2012,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2013,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2014,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2015,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2016,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2017,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2018,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2019,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2020,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2021,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2022,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2023,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2024,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2025,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2026,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2027,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2028,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2029,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2030,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2031,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2032,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2033,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2034,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2035,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2036,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2037,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2038,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2039,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2040,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2041,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2042,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2043,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2044,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2045,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2046,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2047,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2048,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2049,67378.5,2223490.5,NULL +23,77517,MountainPass: 1917,Wind,2050,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2010,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2011,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2012,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2013,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2014,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2015,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2016,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2017,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2018,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2019,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2020,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2021,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2022,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2023,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2024,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2025,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2026,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2027,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2028,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2029,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2030,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2031,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2032,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2033,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2034,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2035,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2036,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2037,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2038,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2039,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2040,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2041,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2042,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2043,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2044,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2045,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2046,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2047,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2048,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2049,67378.5,2223490.5,NULL +23,77519,PalmSprings: 1919,Wind,2050,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2010,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2011,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2012,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2013,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2014,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2015,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2016,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2017,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2018,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2019,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2020,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2021,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2022,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2023,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2024,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2025,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2026,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2027,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2028,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2029,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2030,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2031,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2032,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2033,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2034,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2035,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2036,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2037,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2038,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2039,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2040,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2041,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2042,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2043,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2044,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2045,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2046,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2047,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2048,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2049,67378.5,2223490.5,NULL +23,77521,PalmSprings: 1921,Wind,2050,67378.5,2223490.5,NULL +23,154337,Rollins,Hydro_NonPumped,1980,0,0,NULL +23,154338,Venice Hydro,Hydro_NonPumped,1982,0,0,NULL +23,154340,Frederickson,Gas_Combustion_Turbine,1981,0,0,NULL +23,154341,South Consolidated,Hydro_NonPumped,1981,0,0,NULL +23,154342,J S Eastwood,Hydro_Pumped,1987,0,0,NULL +23,154343,Cholla,Coal_Steam_Turbine,1962,0,0,NULL +23,154343,Cholla,Coal_Steam_Turbine,1980,0,0,NULL +23,154343,Cholla,Coal_Steam_Turbine,1981,0,0,NULL +23,154345,Ocotillo,Gas_Combustion_Turbine,1972,0,0,NULL +23,154345,Ocotillo,Gas_Combustion_Turbine,1973,0,0,NULL +23,154346,West Phoenix,CCGT,1976,0,0,NULL +23,154346,West Phoenix,CCGT,2001,0,0,NULL +23,154346,West Phoenix,CCGT,2003,0,0,NULL +23,154350,Yucca,Gas_Combustion_Turbine,1971,0,0,NULL +23,154350,Yucca,Gas_Combustion_Turbine,1973,0,0,NULL +23,154350,Yucca,Gas_Combustion_Turbine,2008,0,0,NULL +23,154351,Yucca,Gas_Steam_Turbine,1959,0,0,NULL +23,154357,Agua Fria,Gas_Steam_Turbine,1957,0,0,NULL +23,154357,Agua Fria,Gas_Steam_Turbine,1958,0,0,NULL +23,154357,Agua Fria,Gas_Steam_Turbine,1961,0,0,NULL +23,154359,Horse Mesa,Hydro_Pumped,1972,0,0,NULL +23,154362,Mormon Flat,Hydro_NonPumped,1926,0,0,NULL +23,154363,Mormon Flat,Hydro_Pumped,1971,0,0,NULL +23,154364,Roosevelt,Hydro_NonPumped,1973,0,0,NULL +23,154365,Stewart Mountain,Hydro_NonPumped,1930,0,0,NULL +23,154368,Davis Dam,Hydro_NonPumped,1951,0,0,NULL +23,154370,Hoover Dam (NV),Hydro_NonPumped,1936,0,0,NULL +23,154370,Hoover Dam (NV),Hydro_NonPumped,1937,0,0,NULL +23,154370,Hoover Dam (NV),Hydro_NonPumped,1938,0,0,NULL +23,154370,Hoover Dam (NV),Hydro_NonPumped,1944,0,0,NULL +23,154370,Hoover Dam (NV),Hydro_NonPumped,1961,0,0,NULL +23,154371,Lake Creek Dam,Hydro_NonPumped,1981,0,0,NULL +23,154374,Apache Station,Coal_Steam_Turbine,1979,0,0,NULL +23,154375,Turlock Lake,Hydro_NonPumped,1980,0,0,NULL +23,154378,Alta Powerhouse,Hydro_NonPumped,1902,0,0,NULL +23,154379,Angels,Hydro_NonPumped,1940,0,0,NULL +23,154380,Balch 1,Hydro_NonPumped,1927,0,0,NULL +23,154382,Belden,Hydro_NonPumped,1969,0,0,NULL +23,154384,Butt Valley,Hydro_NonPumped,1958,0,0,NULL +23,154386,Caribou 2,Hydro_NonPumped,1958,0,0,NULL +23,154388,Coleman PH,Hydro_NonPumped,1979,0,0,NULL +23,154391,De Sabla,Hydro_NonPumped,1963,0,0,NULL +23,154392,Deer Creek PH,Hydro_NonPumped,1908,0,0,NULL +23,154393,Drum 1,Hydro_NonPumped,1913,0,0,NULL +23,154393,Drum 1,Hydro_NonPumped,1922,0,0,NULL +23,154393,Drum 1,Hydro_NonPumped,1928,0,0,NULL +23,154395,Dutch Flat,Hydro_NonPumped,1943,0,0,NULL +23,154396,El Dorado,Hydro_NonPumped,1924,0,0,NULL +23,154397,Electra,Hydro_NonPumped,1948,0,0,NULL +23,154398,Haas,Hydro_NonPumped,1958,0,0,NULL +23,154399,Halsey,Hydro_NonPumped,1916,0,0,NULL +23,154401,Hat Creek 1,Hydro_NonPumped,1921,0,0,NULL +23,154402,Hat Creek 2,Hydro_NonPumped,1921,0,0,NULL +23,154404,Inskip,Hydro_NonPumped,1979,0,0,NULL +23,154406,Kilarc,Hydro_NonPumped,1904,0,0,NULL +23,154407,Kings River PH,Hydro_NonPumped,1962,0,0,NULL +23,154408,Lime Saddle,Hydro_NonPumped,1906,0,0,NULL +23,154409,Merced Falls,Hydro_NonPumped,1930,0,0,NULL +23,154412,Narrows PH,Hydro_NonPumped,1942,0,0,NULL +23,154414,Pit 1,Hydro_NonPumped,1922,0,0,NULL +23,154415,Pit 3,Hydro_NonPumped,1925,0,0,NULL +23,154416,Pit 4,Hydro_NonPumped,1955,0,0,NULL +23,154417,Pit 5,Hydro_NonPumped,1944,0,0,NULL +23,154418,Pit 6,Hydro_NonPumped,1965,0,0,NULL +23,154419,Pit 7,Hydro_NonPumped,1965,0,0,NULL +23,154420,Poe,Hydro_NonPumped,1958,0,0,NULL +23,154421,Potter Valley,Hydro_NonPumped,1910,0,0,NULL +23,154421,Potter Valley,Hydro_NonPumped,1917,0,0,NULL +23,154421,Potter Valley,Hydro_NonPumped,1939,0,0,NULL +23,154422,Rock Creek,Hydro_NonPumped,1950,0,0,NULL +23,154424,San Joaquin 3,Hydro_NonPumped,1923,0,0,NULL +23,154425,Salt Springs,Hydro_NonPumped,1931,0,0,NULL +23,154425,Salt Springs,Hydro_NonPumped,1953,0,0,NULL +23,154429,Spaulding 3,Hydro_NonPumped,1929,0,0,NULL +23,154430,Spring Gap,Hydro_NonPumped,1921,0,0,NULL +23,154435,Volta 1,Hydro_NonPumped,1980,0,0,NULL +23,154436,West Point PH,Hydro_NonPumped,1948,0,0,NULL +23,154437,Wise,Hydro_NonPumped,1917,0,0,NULL +23,154437,Wise,Hydro_NonPumped,1986,0,0,NULL +23,154442,Iron Gate,Hydro_NonPumped,1962,0,0,NULL +23,154444,Drop 5,Hydro_NonPumped,1982,0,0,NULL +23,154445,AES Alamitos LLC,Gas_Steam_Turbine,1961,0,0,NULL +23,154445,AES Alamitos LLC,Gas_Steam_Turbine,1962,0,0,NULL +23,154445,AES Alamitos LLC,Gas_Steam_Turbine,1964,0,0,NULL +23,154446,AES Alamitos LLC,Gas_Steam_Turbine,1961,0,0,NULL +23,154446,AES Alamitos LLC,Gas_Steam_Turbine,1962,0,0,NULL +23,154446,AES Alamitos LLC,Gas_Steam_Turbine,1964,0,0,NULL +23,154447,AES Alamitos LLC,Gas_Steam_Turbine,1961,0,0,NULL +23,154447,AES Alamitos LLC,Gas_Steam_Turbine,1962,0,0,NULL +23,154447,AES Alamitos LLC,Gas_Steam_Turbine,1964,0,0,NULL +23,154448,Sepulveda Canyon,Hydro_NonPumped,1982,0,0,NULL +23,154449,Big Creek 1,Hydro_NonPumped,1913,0,0,NULL +23,154449,Big Creek 1,Hydro_NonPumped,1923,0,0,NULL +23,154449,Big Creek 1,Hydro_NonPumped,1925,0,0,NULL +23,154452,Big Creek 4,Hydro_NonPumped,1951,0,0,NULL +23,154453,Big Creek 8,Hydro_NonPumped,1921,0,0,NULL +23,154453,Big Creek 8,Hydro_NonPumped,1929,0,0,NULL +23,154454,Big Creek 2A,Hydro_NonPumped,1928,0,0,NULL +23,154456,Bishop Creek 3,Hydro_NonPumped,1913,0,0,NULL +23,154462,AES Huntington Beach LLC,Gas_Steam_Turbine,1958,0,0,NULL +23,154463,Kaweah 2,Hydro_NonPumped,1929,0,0,NULL +23,154464,Kaweah 1,Hydro_NonPumped,1929,0,0,NULL +23,154469,Lundy,Hydro_NonPumped,1911,0,0,NULL +23,154469,Lundy,Hydro_NonPumped,1912,0,0,NULL +23,154471,Ormond Beach,Gas_Steam_Turbine,1971,0,0,NULL +23,154471,Ormond Beach,Gas_Steam_Turbine,1973,0,0,NULL +23,154472,Ormond Beach,Gas_Steam_Turbine,1971,0,0,NULL +23,154472,Ormond Beach,Gas_Steam_Turbine,1973,0,0,NULL +23,154473,Poole,Hydro_NonPumped,1924,0,0,NULL +23,154475,AES Redondo Beach LLC,Gas_Steam_Turbine,1954,0,0,NULL +23,154475,AES Redondo Beach LLC,Gas_Steam_Turbine,1957,0,0,NULL +23,154475,AES Redondo Beach LLC,Gas_Steam_Turbine,1967,0,0,NULL +23,154477,AES Redondo Beach LLC,Gas_Steam_Turbine,1954,0,0,NULL +23,154477,AES Redondo Beach LLC,Gas_Steam_Turbine,1957,0,0,NULL +23,154477,AES Redondo Beach LLC,Gas_Steam_Turbine,1967,0,0,NULL +23,154478,Rush Creek,Hydro_NonPumped,1916,0,0,NULL +23,154478,Rush Creek,Hydro_NonPumped,1917,0,0,NULL +23,154486,Grayson,Gas_Combustion_Turbine,2004,0,0,NULL +23,154489,Dion R Holm,Hydro_NonPumped,1960,0,0,NULL +23,154491,R C Kirkwood,Hydro_NonPumped,1967,0,0,NULL +23,154491,R C Kirkwood,Hydro_NonPumped,1987,0,0,NULL +23,154493,Drop 3 (CA),Hydro_NonPumped,1941,0,0,NULL +23,154493,Drop 3 (CA),Hydro_NonPumped,1966,0,0,NULL +23,154494,Drop 4,Hydro_NonPumped,1941,0,0,NULL +23,154494,Drop 4,Hydro_NonPumped,1950,0,0,NULL +23,154497,El Centro,CCGT,1993,0,0,NULL +23,154497,El Centro,CCGT,2012,0,0,NULL +23,154499,Big Pine Creek,Hydro_NonPumped,1925,0,0,NULL +23,154500,Castaic,Hydro_NonPumped,1972,0,0,NULL +23,154502,Control Gorge,Hydro_NonPumped,1952,0,0,NULL +23,154503,Cottonwood,Hydro_NonPumped,1908,0,0,NULL +23,154503,Cottonwood,Hydro_NonPumped,1909,0,0,NULL +23,154504,Foothill,Hydro_NonPumped,1971,0,0,NULL +23,154505,Franklin (CA),Hydro_NonPumped,1921,0,0,NULL +23,154508,Harbor,Gas_Combustion_Turbine,2002,0,0,NULL +23,154512,Middle Gorge,Hydro_NonPumped,1952,0,0,NULL +23,154515,Scattergood,CCGT,2015,0,0,NULL +23,154517,Scattergood,Gas_Steam_Turbine,1958,0,0,NULL +23,154517,Scattergood,Gas_Steam_Turbine,1959,0,0,NULL +23,154521,Valley (CA),Gas_Combustion_Turbine,2001,0,0,NULL +23,154522,Exchequer,Hydro_NonPumped,1967,0,0,NULL +23,154524,Chicago Park,Hydro_NonPumped,1965,0,0,NULL +23,154527,Donnells,Hydro_NonPumped,1957,0,0,NULL +23,154530,Kelly Ridge,Hydro_NonPumped,1963,0,0,NULL +23,154531,Woodleaf,Hydro_NonPumped,1963,0,0,NULL +23,154533,Glenarm,Gas_Combustion_Turbine,1976,0,0,NULL +23,154533,Glenarm,Gas_Combustion_Turbine,2004,0,0,NULL +23,154534,French Meadows,Hydro_NonPumped,1966,0,0,NULL +23,154538,Parker,Hydro_NonPumped,1982,0,0,NULL +23,154541,Loon Lake,Hydro_NonPumped,1971,0,0,NULL +23,154543,White Rock/Slab Creek,Hydro_NonPumped,1968,0,0,NULL +23,154543,White Rock/Slab Creek,Hydro_NonPumped,1983,0,0,NULL +23,154544,Devil Canyon,Hydro_NonPumped,1972,0,0,NULL +23,154544,Devil Canyon,Hydro_NonPumped,1976,0,0,NULL +23,154544,Devil Canyon,Hydro_NonPumped,1992,0,0,NULL +23,154544,Devil Canyon,Hydro_NonPumped,1994,0,0,NULL +23,154545,Edward C Hyatt,Hydro_NonPumped,1968,0,0,NULL +23,154551,Keswick,Hydro_NonPumped,1949,0,0,NULL +23,154551,Keswick,Hydro_NonPumped,1950,0,0,NULL +23,154552,Nimbus,Hydro_NonPumped,1955,0,0,NULL +23,154553,Shasta,Hydro_NonPumped,1944,0,0,NULL +23,154553,Shasta,Hydro_NonPumped,1948,0,0,NULL +23,154553,Shasta,Hydro_NonPumped,1949,0,0,NULL +23,154554,ONeill,Hydro_Pumped,1967,0,0,NULL +23,154554,ONeill,Hydro_Pumped,1968,0,0,NULL +23,154555,Parker Dam,Hydro_NonPumped,1942,0,0,NULL +23,154555,Parker Dam,Hydro_NonPumped,1943,0,0,NULL +23,154556,W R Gianelli,Hydro_Pumped,1967,0,0,NULL +23,154556,W R Gianelli,Hydro_Pumped,1968,0,0,NULL +23,154557,Spring Creek,Hydro_NonPumped,1964,0,0,NULL +23,154558,Trinity,Hydro_NonPumped,1964,0,0,NULL +23,154559,Colgate,Hydro_NonPumped,1969,0,0,NULL +23,154560,Narrows 2,Hydro_NonPumped,1969,0,0,NULL +23,154561,Bear Valley,Hydro_NonPumped,1986,0,0,NULL +23,154564,Alamosa,Gas_Combustion_Turbine,1973,0,0,NULL +23,154564,Alamosa,Gas_Combustion_Turbine,1977,0,0,NULL +23,154566,Cabin Creek,Hydro_Pumped,1967,0,0,NULL +23,154567,Cherokee,CCGT,2015,0,0,NULL +23,154568,Cherokee,Gas_Steam_Turbine,1968,0,0,NULL +23,154569,Comanche (CO),Coal_Steam_Turbine,1973,0,0,NULL +23,154569,Comanche (CO),Coal_Steam_Turbine,1975,0,0,NULL +23,154569,Comanche (CO),Coal_Steam_Turbine,2010,0,0,NULL +23,154570,Comanche (CO),Coal_Steam_Turbine,1973,0,0,NULL +23,154570,Comanche (CO),Coal_Steam_Turbine,1975,0,0,NULL +23,154570,Comanche (CO),Coal_Steam_Turbine,2010,0,0,NULL +23,154571,Comanche (CO),Coal_Steam_Turbine,1973,0,0,NULL +23,154571,Comanche (CO),Coal_Steam_Turbine,1975,0,0,NULL +23,154571,Comanche (CO),Coal_Steam_Turbine,2010,0,0,NULL +23,154574,Grand Valley Project Power Plant,Hydro_NonPumped,1932,0,0,NULL +23,154575,Salida,Hydro_NonPumped,1908,0,0,NULL +23,154578,Temescal,Hydro_NonPumped,1983,0,0,NULL +23,154579,Corona,Hydro_NonPumped,1983,0,0,NULL +23,154581,Rio Hondo,Hydro_NonPumped,1984,0,0,NULL +23,154583,Red Mountain,Hydro_NonPumped,1985,0,0,NULL +23,154586,Center,DistillateFuelOil_Internal_Combustion_Engine,1959,0,0,NULL +23,154586,Center,DistillateFuelOil_Internal_Combustion_Engine,1963,0,0,NULL +23,154587,Martin Drake,Coal_Steam_Turbine,1968,0,0,NULL +23,154587,Martin Drake,Coal_Steam_Turbine,1974,0,0,NULL +23,154593,Boysen,Hydro_NonPumped,1952,0,0,NULL +23,154595,Las Animas,DistillateFuelOil_Internal_Combustion_Engine,1941,0,0,NULL +23,154595,Las Animas,DistillateFuelOil_Internal_Combustion_Engine,1951,0,0,NULL +23,154595,Las Animas,DistillateFuelOil_Internal_Combustion_Engine,1967,0,0,NULL +23,154596,Lamar Plant,Wind,2004,0,0,NULL +23,154597,Sonoma California Geothermal,Geothermal,1983,0,0,NULL +23,154599,Trinidad (CO),Gas_Internal_Combustion_Engine,1966,0,0,NULL +23,154600,Blue Mesa,Hydro_NonPumped,1967,0,0,NULL +23,154602,Morrow Point,Hydro_NonPumped,1970,0,0,NULL +23,154602,Morrow Point,Hydro_NonPumped,1971,0,0,NULL +23,154603,Big Thompson,Hydro_NonPumped,1959,0,0,NULL +23,154605,Marys Lake,Hydro_NonPumped,1951,0,0,NULL +23,154609,Lower Molina,Hydro_NonPumped,1962,0,0,NULL +23,154610,Upper Molina,Hydro_NonPumped,1962,0,0,NULL +23,154611,Hayden,Coal_Steam_Turbine,1965,0,0,NULL +23,154611,Hayden,Coal_Steam_Turbine,1976,0,0,NULL +23,154614,McClellan (CA),Gas_Combustion_Turbine,1986,0,0,NULL +23,154616,Kettle Falls Generating Station,Gas_Combustion_Turbine,2002,0,0,NULL +23,154617,Kettle Falls Generating Station,Bio_Solid_Steam_Turbine,1983,0,0,NULL +23,154619,Drop 1,Hydro_NonPumped,1984,0,0,NULL +23,154623,Oak Flat,Hydro_NonPumped,1985,0,0,NULL +23,154625,Kerckhoff 2,Hydro_NonPumped,1983,0,0,NULL +23,154631,Gem State,Hydro_NonPumped,1988,0,0,NULL +23,154632,American Falls,Hydro_NonPumped,1978,0,0,NULL +23,154633,Bliss,Hydro_NonPumped,1949,0,0,NULL +23,154633,Bliss,Hydro_NonPumped,1950,0,0,NULL +23,154635,C J Strike,Hydro_NonPumped,1952,0,0,NULL +23,154636,Cascade Dam,Hydro_NonPumped,1983,0,0,NULL +23,154636,Cascade Dam,Hydro_NonPumped,1984,0,0,NULL +23,154641,Shoshone Falls,Hydro_NonPumped,1921,0,0,NULL +23,154643,Thousand Springs,Hydro_NonPumped,1920,0,0,NULL +23,154645,Upper Salmon A,Hydro_NonPumped,1937,0,0,NULL +23,154647,Ashton,Hydro_NonPumped,1917,0,0,NULL +23,154647,Ashton,Hydro_NonPumped,1925,0,0,NULL +23,154649,Oneida,Hydro_NonPumped,1915,0,0,NULL +23,154649,Oneida,Hydro_NonPumped,1916,0,0,NULL +23,154649,Oneida,Hydro_NonPumped,1920,0,0,NULL +23,154650,Soda,Hydro_NonPumped,1924,0,0,NULL +23,154652,Post Falls,Hydro_NonPumped,1906,0,0,NULL +23,154652,Post Falls,Hydro_NonPumped,1907,0,0,NULL +23,154652,Post Falls,Hydro_NonPumped,1908,0,0,NULL +23,154652,Post Falls,Hydro_NonPumped,1980,0,0,NULL +23,154654,Dworshak,Hydro_NonPumped,1974,0,0,NULL +23,154654,Dworshak,Hydro_NonPumped,1975,0,0,NULL +23,154655,City Power Plant,Hydro_NonPumped,1982,0,0,NULL +23,154656,Lower No 2,Hydro_NonPumped,1940,0,0,NULL +23,154659,Palisades Dam,Hydro_NonPumped,1957,0,0,NULL +23,154659,Palisades Dam,Hydro_NonPumped,1958,0,0,NULL +23,154660,Albeni Falls,Hydro_NonPumped,1955,0,0,NULL +23,154661,Alamo,Hydro_NonPumped,1986,0,0,NULL +23,154662,Quincy Chute,Hydro_NonPumped,1985,0,0,NULL +23,154665,Manti Lower,Hydro_NonPumped,1989,0,0,NULL +23,154666,Black Eagle,Hydro_NonPumped,1927,0,0,NULL +23,154668,Hauser,Hydro_NonPumped,1911,0,0,NULL +23,154668,Hauser,Hydro_NonPumped,1915,0,0,NULL +23,154669,Holter,Hydro_NonPumped,1918,0,0,NULL +23,154671,Morony,Hydro_NonPumped,1930,0,0,NULL +23,154673,Rainbow (MT),Hydro_NonPumped,2013,0,0,NULL +23,154674,Ryan,Hydro_NonPumped,1915,0,0,NULL +23,154674,Ryan,Hydro_NonPumped,1916,0,0,NULL +23,154676,Old Faithful,DistillateFuelOil_Internal_Combustion_Engine,1979,0,0,NULL +23,154677,Noxon Rapids,Hydro_NonPumped,1959,0,0,NULL +23,154677,Noxon Rapids,Hydro_NonPumped,1960,0,0,NULL +23,154677,Noxon Rapids,Hydro_NonPumped,1977,0,0,NULL +23,154678,Hungry Horse,Hydro_NonPumped,1952,0,0,NULL +23,154678,Hungry Horse,Hydro_NonPumped,1953,0,0,NULL +23,154679,Yellowtail,Hydro_NonPumped,1966,0,0,NULL +23,154681,Clark (NVE),Gas_Combustion_Turbine,1973,0,0,NULL +23,154681,Clark (NVE),Gas_Combustion_Turbine,2008,0,0,NULL +23,154684,Tracy,CCGT,1996,0,0,NULL +23,154684,Tracy,CCGT,2008,0,0,NULL +23,154689,Rio Grande,Gas_Steam_Turbine,1957,0,0,NULL +23,154689,Rio Grande,Gas_Steam_Turbine,1958,0,0,NULL +23,154689,Rio Grande,Gas_Steam_Turbine,1972,0,0,NULL +23,154690,Rio Grande,Gas_Steam_Turbine,1957,0,0,NULL +23,154690,Rio Grande,Gas_Steam_Turbine,1958,0,0,NULL +23,154690,Rio Grande,Gas_Steam_Turbine,1972,0,0,NULL +23,154693,San Juan,Coal_Steam_Turbine,1976,0,0,NULL +23,154693,San Juan,Coal_Steam_Turbine,1982,0,0,NULL +23,154696,Oxbow (OR),Hydro_NonPumped,1961,0,0,NULL +23,154698,Clearwater 2,Hydro_NonPumped,1953,0,0,NULL +23,154699,Eagle Point,Hydro_NonPumped,1957,0,0,NULL +23,154700,East Side,Hydro_NonPumped,1924,0,0,NULL +23,154702,John C Boyle,Hydro_NonPumped,1958,0,0,NULL +23,154706,Prospect 3,Hydro_NonPumped,1932,0,0,NULL +23,154713,North Fork,Hydro_NonPumped,1958,0,0,NULL +23,154715,River Mill,Hydro_NonPumped,1911,0,0,NULL +23,154715,River Mill,Hydro_NonPumped,1912,0,0,NULL +23,154715,River Mill,Hydro_NonPumped,1927,0,0,NULL +23,154715,River Mill,Hydro_NonPumped,1952,0,0,NULL +23,154716,Round Butte,Hydro_NonPumped,1964,0,0,NULL +23,154717,Sullivan,Hydro_NonPumped,1924,0,0,NULL +23,154717,Sullivan,Hydro_NonPumped,1952,0,0,NULL +23,154722,Bonneville,Hydro_NonPumped,1938,0,0,NULL +23,154722,Bonneville,Hydro_NonPumped,1941,0,0,NULL +23,154722,Bonneville,Hydro_NonPumped,1942,0,0,NULL +23,154722,Bonneville,Hydro_NonPumped,1943,0,0,NULL +23,154722,Bonneville,Hydro_NonPumped,1944,0,0,NULL +23,154722,Bonneville,Hydro_NonPumped,1981,0,0,NULL +23,154722,Bonneville,Hydro_NonPumped,1982,0,0,NULL +23,154729,Lookout Point,Hydro_NonPumped,1955,0,0,NULL +23,154732,Ben French,DistillateFuelOil_Internal_Combustion_Engine,1965,0,0,NULL +23,154733,Newman,CCGT,1975,0,0,NULL +23,154733,Newman,CCGT,2011,0,0,NULL +23,154735,Newman,Gas_Steam_Turbine,1960,0,0,NULL +23,154735,Newman,Gas_Steam_Turbine,1963,0,0,NULL +23,154735,Newman,Gas_Steam_Turbine,1966,0,0,NULL +23,154738,Upper Beaver,Hydro_NonPumped,1907,0,0,NULL +23,154739,Cutler Hydro,Hydro_NonPumped,1927,0,0,NULL +23,154741,Gadsby,Gas_Steam_Turbine,1951,0,0,NULL +23,154741,Gadsby,Gas_Steam_Turbine,1952,0,0,NULL +23,154741,Gadsby,Gas_Steam_Turbine,1955,0,0,NULL +23,154743,Pioneer,Hydro_NonPumped,1910,0,0,NULL +23,154744,Snake Creek,Hydro_NonPumped,1910,0,0,NULL +23,154745,Stairs,Hydro_NonPumped,1912,0,0,NULL +23,154746,Weber,Hydro_NonPumped,1911,0,0,NULL +23,154748,Brigham City,Hydro_NonPumped,1921,0,0,NULL +23,154748,Brigham City,Hydro_NonPumped,1964,0,0,NULL +23,154749,Hydro III,Hydro_NonPumped,1925,0,0,NULL +23,154750,Manti Upper,Hydro_NonPumped,1939,0,0,NULL +23,154750,Manti Upper,Hydro_NonPumped,1988,0,0,NULL +23,154752,Spanish Fork,Hydro_NonPumped,1937,0,0,NULL +23,154752,Spanish Fork,Hydro_NonPumped,1983,0,0,NULL +23,154754,Wanship,Hydro_NonPumped,1958,0,0,NULL +23,154755,Boulder,Hydro_NonPumped,1958,0,0,NULL +23,154755,Boulder,Hydro_NonPumped,1961,0,0,NULL +23,154756,Uintah,Hydro_NonPumped,1920,0,0,NULL +23,154756,Uintah,Hydro_NonPumped,1940,0,0,NULL +23,154759,Merwin,Hydro_NonPumped,1931,0,0,NULL +23,154759,Merwin,Hydro_NonPumped,1932,0,0,NULL +23,154759,Merwin,Hydro_NonPumped,1949,0,0,NULL +23,154759,Merwin,Hydro_NonPumped,1958,0,0,NULL +23,154760,Swift 1,Hydro_NonPumped,1958,0,0,NULL +23,154761,Yale,Hydro_NonPumped,1953,0,0,NULL +23,154763,Electron,Hydro_NonPumped,1904,0,0,NULL +23,154763,Electron,Hydro_NonPumped,1929,0,0,NULL +23,154766,Upper Baker,Hydro_NonPumped,1959,0,0,NULL +23,154768,Long Lake,Hydro_NonPumped,1915,0,0,NULL +23,154768,Long Lake,Hydro_NonPumped,1919,0,0,NULL +23,154768,Long Lake,Hydro_NonPumped,1924,0,0,NULL +23,154770,Nine Mile,Hydro_NonPumped,1908,0,0,NULL +23,154770,Nine Mile,Hydro_NonPumped,1910,0,0,NULL +23,154770,Nine Mile,Hydro_NonPumped,1994,0,0,NULL +23,154772,Rocky Reach,Hydro_NonPumped,1961,0,0,NULL +23,154772,Rocky Reach,Hydro_NonPumped,1973,0,0,NULL +23,154772,Rocky Reach,Hydro_NonPumped,1974,0,0,NULL +23,154773,Wells,Hydro_NonPumped,1967,0,0,NULL +23,154773,Wells,Hydro_NonPumped,1968,0,0,NULL +23,154773,Wells,Hydro_NonPumped,1969,0,0,NULL +23,154774,Priest Rapids,Hydro_NonPumped,1959,0,0,NULL +23,154774,Priest Rapids,Hydro_NonPumped,1960,0,0,NULL +23,154774,Priest Rapids,Hydro_NonPumped,1961,0,0,NULL +23,154775,Wanapum,Hydro_NonPumped,2011,0,0,NULL +23,154775,Wanapum,Hydro_NonPumped,2012,0,0,NULL +23,154775,Wanapum,Hydro_NonPumped,2013,0,0,NULL +23,154775,Wanapum,Hydro_NonPumped,2014,0,0,NULL +23,154775,Wanapum,Hydro_NonPumped,2015,0,0,NULL +23,154775,Wanapum,Hydro_NonPumped,2016,0,0,NULL +23,154775,Wanapum,Hydro_NonPumped,2017,0,0,NULL +23,154775,Wanapum,Hydro_NonPumped,2018,0,0,NULL +23,154776,Box Canyon,Hydro_NonPumped,1955,0,0,NULL +23,154778,Alder,Hydro_NonPumped,1945,0,0,NULL +23,154778,Alder,Hydro_NonPumped,1947,0,0,NULL +23,154780,Cushman 2,Hydro_NonPumped,1930,0,0,NULL +23,154780,Cushman 2,Hydro_NonPumped,1931,0,0,NULL +23,154780,Cushman 2,Hydro_NonPumped,1952,0,0,NULL +23,154780,Cushman 2,Hydro_NonPumped,2013,0,0,NULL +23,154781,LaGrande,Hydro_NonPumped,1912,0,0,NULL +23,154781,LaGrande,Hydro_NonPumped,1945,0,0,NULL +23,154783,Mossyrock,Hydro_NonPumped,1968,0,0,NULL +23,154786,Little Goose,Hydro_NonPumped,1970,0,0,NULL +23,154786,Little Goose,Hydro_NonPumped,1971,0,0,NULL +23,154786,Little Goose,Hydro_NonPumped,1978,0,0,NULL +23,154788,Packwood,Hydro_NonPumped,1964,0,0,NULL +23,154789,Dave Johnston,Coal_Steam_Turbine,1959,0,0,NULL +23,154789,Dave Johnston,Coal_Steam_Turbine,1961,0,0,NULL +23,154789,Dave Johnston,Coal_Steam_Turbine,1964,0,0,NULL +23,154789,Dave Johnston,Coal_Steam_Turbine,1972,0,0,NULL +23,154790,Naughton,Coal_Steam_Turbine,1963,0,0,NULL +23,154790,Naughton,Coal_Steam_Turbine,1968,0,0,NULL +23,154790,Naughton,Coal_Steam_Turbine,1971,0,0,NULL +23,154791,Fremont Canyon,Hydro_NonPumped,1960,0,0,NULL +23,154791,Fremont Canyon,Hydro_NonPumped,1961,0,0,NULL +23,154792,Glendo,Hydro_NonPumped,1958,0,0,NULL +23,154792,Glendo,Hydro_NonPumped,1959,0,0,NULL +23,154793,Guernsey,Hydro_NonPumped,1927,0,0,NULL +23,154793,Guernsey,Hydro_NonPumped,1928,0,0,NULL +23,154794,Kortes,Hydro_NonPumped,1950,0,0,NULL +23,154794,Kortes,Hydro_NonPumped,1951,0,0,NULL +23,154798,Island Park,Hydro_NonPumped,1994,0,0,NULL +23,154799,PHP 1,Hydro_NonPumped,1982,0,0,NULL +23,154801,Logan City,Gas_Combustion_Turbine,2002,0,0,NULL +23,154804,Palo Verde,Nuclear,1986,0,0,NULL +23,154804,Palo Verde,Nuclear,1988,0,0,NULL +23,154806,Craig (CO),Coal_Steam_Turbine,1979,0,0,NULL +23,154806,Craig (CO),Coal_Steam_Turbine,1980,0,0,NULL +23,154806,Craig (CO),Coal_Steam_Turbine,1984,0,0,NULL +23,154807,Craig (CO),Coal_Steam_Turbine,1979,0,0,NULL +23,154807,Craig (CO),Coal_Steam_Turbine,1980,0,0,NULL +23,154807,Craig (CO),Coal_Steam_Turbine,1984,0,0,NULL +23,154809,Colstrip,Coal_Steam_Turbine,1984,0,0,NULL +23,154809,Colstrip,Coal_Steam_Turbine,1986,0,0,NULL +23,154810,North Loop,Gas_Combustion_Turbine,1972,0,0,NULL +23,154810,North Loop,Gas_Combustion_Turbine,2001,0,0,NULL +23,154811,Diablo Canyon,Nuclear,1985,0,0,NULL +23,154811,Diablo Canyon,Nuclear,1986,0,0,NULL +23,154812,Helms Pumped Storage,Hydro_Pumped,1984,0,0,NULL +23,154813,Wyodak,Coal_Steam_Turbine,1978,0,0,NULL +23,154815,Fort St Vrain,CCGT,2001,0,0,NULL +23,154816,Fort St Vrain,Gas_Combustion_Turbine,2009,0,0,NULL +23,154823,Libby,Hydro_NonPumped,1975,0,0,NULL +23,154823,Libby,Hydro_NonPumped,1976,0,0,NULL +23,154823,Libby,Hydro_NonPumped,1984,0,0,NULL +23,154825,Lower Granite,Hydro_NonPumped,1975,0,0,NULL +23,154825,Lower Granite,Hydro_NonPumped,1978,0,0,NULL +23,154826,Coronado,Coal_Steam_Turbine,1979,0,0,NULL +23,154826,Coronado,Coal_Steam_Turbine,1980,0,0,NULL +23,154827,W E Warne,Hydro_NonPumped,1982,0,0,NULL +23,154827,W E Warne,Hydro_NonPumped,1983,0,0,NULL +23,154830,Laramie River Station,Coal_Steam_Turbine,1981,0,0,NULL +23,154830,Laramie River Station,Coal_Steam_Turbine,1982,0,0,NULL +23,154831,Tacoma,Hydro_NonPumped,1905,0,0,NULL +23,154831,Tacoma,Hydro_NonPumped,1906,0,0,NULL +23,154832,Ames Hydro,Hydro_NonPumped,1906,0,0,NULL +23,154837,Felt,Hydro_NonPumped,1946,0,0,NULL +23,154837,Felt,Hydro_NonPumped,1947,0,0,NULL +23,154837,Felt,Hydro_NonPumped,1986,0,0,NULL +23,154839,Swift Creek,Hydro_NonPumped,2009,0,0,NULL +23,154839,Swift Creek,Hydro_NonPumped,2010,0,0,NULL +23,154840,Anderson Ranch,Hydro_NonPumped,1950,0,0,NULL +23,154840,Anderson Ranch,Hydro_NonPumped,1951,0,0,NULL +23,154842,Boise R Diversion,Hydro_NonPumped,2004,0,0,NULL +23,154844,Canyon Ferry,Hydro_NonPumped,1953,0,0,NULL +23,154844,Canyon Ferry,Hydro_NonPumped,1954,0,0,NULL +23,154846,Green Springs,Hydro_NonPumped,1960,0,0,NULL +23,154847,Deer Creek (UT),Hydro_NonPumped,1958,0,0,NULL +23,154848,Flaming Gorge,Hydro_NonPumped,1963,0,0,NULL +23,154848,Flaming Gorge,Hydro_NonPumped,1964,0,0,NULL +23,154849,Chandler,Hydro_NonPumped,1956,0,0,NULL +23,154850,Roza,Hydro_NonPumped,1958,0,0,NULL +23,154851,Heart Mountain,Hydro_NonPumped,1948,0,0,NULL +23,154853,Lemolo 2,Hydro_NonPumped,1956,0,0,NULL +23,154854,Madison Dam,Hydro_NonPumped,1906,0,0,NULL +23,154854,Madison Dam,Hydro_NonPumped,1908,0,0,NULL +23,154856,Cedar Falls (WA),Hydro_NonPumped,1921,0,0,NULL +23,154856,Cedar Falls (WA),Hydro_NonPumped,1929,0,0,NULL +23,154860,Azusa,Hydro_NonPumped,1949,0,0,NULL +23,154862,San Francisquito 1,Hydro_NonPumped,1917,0,0,NULL +23,154862,San Francisquito 1,Hydro_NonPumped,1923,0,0,NULL +23,154862,San Francisquito 1,Hydro_NonPumped,1983,0,0,NULL +23,154862,San Francisquito 1,Hydro_NonPumped,1987,0,0,NULL +23,154863,San Francisquito 2,Hydro_NonPumped,1920,0,0,NULL +23,154863,San Francisquito 2,Hydro_NonPumped,1932,0,0,NULL +23,154866,Bend,Hydro_NonPumped,1913,0,0,NULL +23,154866,Bend,Hydro_NonPumped,1916,0,0,NULL +23,154866,Bend,Hydro_NonPumped,1917,0,0,NULL +23,154868,Moyie Springs,Hydro_NonPumped,1921,0,0,NULL +23,154868,Moyie Springs,Hydro_NonPumped,1941,0,0,NULL +23,154868,Moyie Springs,Hydro_NonPumped,1950,0,0,NULL +23,154868,Moyie Springs,Hydro_NonPumped,1982,0,0,NULL +23,154869,Fleish,Hydro_NonPumped,1914,0,0,NULL +23,154872,Kings Beach,DistillateFuelOil_Internal_Combustion_Engine,2008,0,0,NULL +23,154874,Verdi,Hydro_NonPumped,1911,0,0,NULL +23,154881,Greg Avenue,Hydro_NonPumped,1979,0,0,NULL +23,154883,Foothill Feeder,Hydro_NonPumped,1981,0,0,NULL +23,154884,San Dimas,Hydro_NonPumped,1981,0,0,NULL +23,154885,Yorba Linda,Hydro_NonPumped,1981,0,0,NULL +23,154887,Pebbly Beach,Gas_Combustion_Turbine,2011,0,0,NULL +23,154888,Pebbly Beach,DistillateFuelOil_Internal_Combustion_Engine,1958,0,0,NULL +23,154888,Pebbly Beach,DistillateFuelOil_Internal_Combustion_Engine,1963,0,0,NULL +23,154888,Pebbly Beach,DistillateFuelOil_Internal_Combustion_Engine,1966,0,0,NULL +23,154888,Pebbly Beach,DistillateFuelOil_Internal_Combustion_Engine,1976,0,0,NULL +23,154888,Pebbly Beach,DistillateFuelOil_Internal_Combustion_Engine,1986,0,0,NULL +23,154888,Pebbly Beach,DistillateFuelOil_Internal_Combustion_Engine,1995,0,0,NULL +23,154891,Lower No 1,Hydro_NonPumped,1982,0,0,NULL +23,154892,Unit 4,Hydro_NonPumped,1993,0,0,NULL +23,154895,Hydro II,Hydro_NonPumped,1986,0,0,NULL +23,154896,Lake (WY),DistillateFuelOil_Internal_Combustion_Engine,1967,0,0,NULL +23,154898,Mojave Siphon,Hydro_NonPumped,1996,0,0,NULL +23,154900,St George Red Rock,DistillateFuelOil_Internal_Combustion_Engine,1987,0,0,NULL +23,154909,Stony Gorge,Hydro_NonPumped,1986,0,0,NULL +23,154910,Waddell,Hydro_Pumped,1993,0,0,NULL +23,154915,Gianera,Gas_Combustion_Turbine,1986,0,0,NULL +23,154915,Gianera,Gas_Combustion_Turbine,1987,0,0,NULL +23,154917,Tesla,Hydro_NonPumped,1997,0,0,NULL +23,154920,Woodland,Gas_Combustion_Turbine,1993,0,0,NULL +23,154922,Redding Power,CCGT,2011,0,0,NULL +23,154923,Redding Power,Gas_Combustion_Turbine,1996,0,0,NULL +23,154927,Coyote Springs,CCGT,1995,0,0,NULL +23,154928,Geothermal 1,Geothermal,1983,0,0,NULL +23,154929,Geothermal 2,Geothermal,1985,0,0,NULL +23,154929,Geothermal 2,Geothermal,1986,0,0,NULL +23,154931,Towaoc,Hydro_NonPumped,1993,0,0,NULL +23,154932,Payson,Gas_Internal_Combustion_Engine,1988,0,0,NULL +23,154932,Payson,Gas_Internal_Combustion_Engine,1995,0,0,NULL +23,154934,Cowlitz Falls,Hydro_NonPumped,1994,0,0,NULL +23,154938,Lodi,Gas_Combustion_Turbine,1986,0,0,NULL +23,154939,Roseville,Gas_Combustion_Turbine,1986,0,0,NULL +23,154941,Basalt,Hydro_NonPumped,1985,0,0,NULL +23,154943,Neil Simpson II,Gas_Combustion_Turbine,2000,0,0,NULL +23,154946,Stone Creek,Hydro_NonPumped,1994,0,0,NULL +23,154949,Carson Ice-Gen Project,CCGT,1995,0,0,NULL +23,154951,Spirit Mountain,Hydro_NonPumped,1994,0,0,NULL +23,154952,Causey,Hydro_NonPumped,1998,0,0,NULL +23,154954,SCA Cogen 2,Gas_Combustion_Turbine,2001,0,0,NULL +23,154956,H M Jackson,Hydro_NonPumped,1984,0,0,NULL +23,154957,El Vado Dam,Hydro_NonPumped,1988,0,0,NULL +23,154958,River Road Gen Plant,CCGT,1997,0,0,NULL +23,154963,Bonanza,Coal_Steam_Turbine,1986,0,0,NULL +23,154965,Rockwood,Gas_Combustion_Turbine,1979,0,0,NULL +23,154970,Pine Flat,Hydro_NonPumped,1984,0,0,NULL +23,154971,Coyote Springs II,CCGT,2003,0,0,NULL +23,154972,Nine Canyon,Wind,2002,0,0,NULL +23,154973,Diamond Valley Lake,Hydro_NonPumped,2001,0,0,NULL +23,154975,Lordsburg Generating,Gas_Combustion_Turbine,2002,0,0,NULL +23,154976,Pyramid,Gas_Combustion_Turbine,2003,0,0,NULL +23,154981,Boulder Park,Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,154982,Hartzog,Gas_Combustion_Turbine,2002,0,0,NULL +23,154985,Jim Bridger,Coal_Steam_Turbine,1974,0,0,NULL +23,154985,Jim Bridger,Coal_Steam_Turbine,1975,0,0,NULL +23,154985,Jim Bridger,Coal_Steam_Turbine,1976,0,0,NULL +23,154985,Jim Bridger,Coal_Steam_Turbine,1979,0,0,NULL +23,154986,Fort Lupton,Gas_Combustion_Turbine,1972,0,0,NULL +23,154989,Beaver,CCGT,1977,0,0,NULL +23,154991,Ellwood,Gas_Combustion_Turbine,1974,0,0,NULL +23,154994,Ray D Nixon,Coal_Steam_Turbine,1980,0,0,NULL +23,154996,Springerville,Coal_Steam_Turbine,1985,0,0,NULL +23,154996,Springerville,Coal_Steam_Turbine,1990,0,0,NULL +23,154996,Springerville,Coal_Steam_Turbine,2006,0,0,NULL +23,154996,Springerville,Coal_Steam_Turbine,2009,0,0,NULL +23,154997,North Valmy,Coal_Steam_Turbine,1981,0,0,NULL +23,154997,North Valmy,Coal_Steam_Turbine,1985,0,0,NULL +23,154999,Hoover Dam (AZ),Hydro_NonPumped,1936,0,0,NULL +23,154999,Hoover Dam (AZ),Hydro_NonPumped,1937,0,0,NULL +23,154999,Hoover Dam (AZ),Hydro_NonPumped,1939,0,0,NULL +23,154999,Hoover Dam (AZ),Hydro_NonPumped,1941,0,0,NULL +23,154999,Hoover Dam (AZ),Hydro_NonPumped,1942,0,0,NULL +23,154999,Hoover Dam (AZ),Hydro_NonPumped,1943,0,0,NULL +23,154999,Hoover Dam (AZ),Hydro_NonPumped,1952,0,0,NULL +23,155003,Colorado Energy Nations Company,Gas_Steam_Turbine,1976,0,0,NULL +23,155003,Colorado Energy Nations Company,Gas_Steam_Turbine,1977,0,0,NULL +23,155003,Colorado Energy Nations Company,Gas_Steam_Turbine,1983,0,0,NULL +23,155004,Dinosaur Point,Wind,1988,0,0,NULL +23,155005,Lucky Peak Power Plant Project,Hydro_NonPumped,1988,0,0,NULL +23,155008,Gilroy Power Plant,CCGT,1987,0,0,NULL +23,155010,Little Mac Project,Hydro_NonPumped,1984,0,0,NULL +23,155016,Grossmont Hospital,Gas_Combustion_Turbine,2016,0,0,NULL +23,155018,South Dry Creek Hydro,Hydro_NonPumped,1985,0,0,NULL +23,155019,Isabella Hydro Project,Hydro_NonPumped,1990,0,0,NULL +23,155020,Birch Creek Power,Hydro_NonPumped,1986,0,0,NULL +23,155021,Sierra Pacific Lincoln Facility,Bio_Solid_Steam_Turbine,2004,0,0,NULL +23,155030,Tehachapi Wind Resource I,Wind,1984,0,0,NULL +23,155031,Loma Linda University Cogen,Gas_Combustion_Turbine,1989,0,0,NULL +23,155035,Tulare Success Power Project,Hydro_NonPumped,1989,0,0,NULL +23,155037,California Institute of Technology,CCGT,2003,0,0,NULL +23,155039,Beowawe Power,Geothermal,2011,0,0,NULL +23,155043,Desert View Power,Bio_Solid_Steam_Turbine,1991,0,0,NULL +23,155045,Peters Drive Plant,Hydro_NonPumped,1987,0,0,NULL +23,155048,Southside Water Reclamation Plant,Bio_Gas_Internal_Combustion_Engine,1987,0,0,NULL +23,155051,Sycamore Energy 1,Bio_Gas,2004,0,0,NULL +23,155051,Sycamore Energy 1,Bio_Gas,2011,0,0,NULL +23,155056,Gross Hydro Plant,Hydro_NonPumped,2007,0,0,NULL +23,155060,SEGS IV,ST,1986,0,0,NULL +23,155061,SEGS V,ST,1987,0,0,NULL +23,155063,SEGS VII,ST,1988,0,0,NULL +23,155065,SEGS IX,ST,1990,0,0,NULL +23,155068,Ples I,Geothermal,1990,0,0,NULL +23,155069,Mammoth Pacific I,Geothermal,1984,0,0,NULL +23,155074,Cameron Ridge LLC,Wind,1984,0,0,NULL +23,155075,Ridgetop Energy LLC,Wind,1984,0,0,NULL +23,155076,Tesoro Wilmington Calciner,ST,1982,0,0,NULL +23,155081,Bear Mountain Limited,Gas_Combustion_Turbine,1995,0,0,NULL +23,155083,Burney Forest Products,Bio_Solid_Steam_Turbine,1989,0,0,NULL +23,155087,Argus Cogen Plant,Coal_Steam_Turbine,1947,0,0,NULL +23,155087,Argus Cogen Plant,Coal_Steam_Turbine,1978,0,0,NULL +23,155088,Burney Creek,Hydro_NonPumped,1990,0,0,NULL +23,155090,Lost Creek I,Hydro_NonPumped,1989,0,0,NULL +23,155094,Barber Dam,Hydro_NonPumped,1990,0,0,NULL +23,155097,Marina Landfill Gas,Bio_Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,155097,Marina Landfill Gas,Bio_Gas_Internal_Combustion_Engine,2006,0,0,NULL +23,155097,Marina Landfill Gas,Bio_Gas_Internal_Combustion_Engine,2016,0,0,NULL +23,155098,Rifle Generating Station,CCGT,1987,0,0,NULL +23,155099,Salton Sea Power Gen Co - Unit 3,Geothermal,1989,0,0,NULL +23,155102,Geo East Mesa III,Geothermal,1989,0,0,NULL +23,155103,Rio Bravo Fresno,Bio_Solid_Steam_Turbine,1988,0,0,NULL +23,155104,Rio Bravo Rocklin,Bio_Solid_Steam_Turbine,1989,0,0,NULL +23,155105,E F Oxnard Energy Facility,Gas_Combustion_Turbine,1990,0,0,NULL +23,155106,HL Power,Bio_Solid_Steam_Turbine,1989,0,0,NULL +23,155107,Koyle Ranch Hydroelectric Project,Hydro_NonPumped,1983,0,0,NULL +23,155108,Colstrip Energy LP,Coal_Steam_Turbine,1990,0,0,NULL +23,155109,Crystal Springs,Hydro_NonPumped,1988,0,0,NULL +23,155111,Low Line Rapids,Hydro_NonPumped,1990,0,0,NULL +23,155113,Woodland Biomass Power Ltd,Bio_Solid_Steam_Turbine,1989,0,0,NULL +23,155114,Biomass One LP,Bio_Solid_Steam_Turbine,1985,0,0,NULL +23,155114,Biomass One LP,Bio_Solid_Steam_Turbine,2009,0,0,NULL +23,155115,Coso Finance Partners,Geothermal,1987,0,0,NULL +23,155115,Coso Finance Partners,Geothermal,1988,0,0,NULL +23,155116,Coso Power Developers,Geothermal,1989,0,0,NULL +23,155118,Salton Sea Power Gen Co Unit 1,Geothermal,1982,0,0,NULL +23,155119,Salton Sea Power Gen Co - Unit 2,Geothermal,1990,0,0,NULL +23,155121,Roaring Creek Water Power,Hydro_NonPumped,1986,0,0,NULL +23,155124,Chalk Cliff Limited,Gas_Combustion_Turbine,1990,0,0,NULL +23,155125,Rio Bravo Hydro Project,Hydro_NonPumped,1989,0,0,NULL +23,155127,Humboldt Sawmill Company,Bio_Solid_Steam_Turbine,1938,0,0,NULL +23,155127,Humboldt Sawmill Company,Bio_Solid_Steam_Turbine,1988,0,0,NULL +23,155128,San Diego State University,CCGT,2002,0,0,NULL +23,155129,San Diego State University,Central_PV,2009,0,0,NULL +23,155129,San Diego State University,Central_PV,2011,0,0,NULL +23,155129,San Diego State University,Central_PV,2012,0,0,NULL +23,155129,San Diego State University,Central_PV,2014,0,0,NULL +23,155134,Sheep Creek Hydro,Hydro_NonPumped,1986,0,0,NULL +23,155136,Sierra Pacific Burney Facility,Bio_Solid_Steam_Turbine,1986,0,0,NULL +23,155141,Indian Valley Dam Hydro Project,Hydro_NonPumped,1983,0,0,NULL +23,155142,Sycamore Cogeneration,Gas_Combustion_Turbine,1987,0,0,NULL +23,155143,R E Badger Filtration Plant,Hydro_NonPumped,1987,0,0,NULL +23,155145,Bear Creek,Hydro_NonPumped,1990,0,0,NULL +23,155146,Berry Cogen,Gas_Combustion_Turbine,1986,0,0,NULL +23,155149,Cosmo Specialty Fibers Plant,ST,1957,0,0,NULL +23,155151,Nippon Dynawave Packaging Longview WA,Bio_Solid_Steam_Turbine,1976,0,0,NULL +23,155152,IP Springfield Oregon,ST,1976,0,0,NULL +23,155153,B Braun Medical,Gas_Combustion_Turbine,1982,0,0,NULL +23,155153,B Braun Medical,Gas_Combustion_Turbine,1995,0,0,NULL +23,155157,Watson Cogeneration,CCGT,1988,0,0,NULL +23,155159,Frankenheimer Power Plant,Hydro_NonPumped,1983,0,0,NULL +23,155160,Nelson Creek,Hydro_NonPumped,1989,0,0,NULL +23,155161,Oxnard Wastewater Treatment Plant,Bio_Gas_Internal_Combustion_Engine,1981,0,0,NULL +23,155163,SDS Lumber Gorge Energy Division,Bio_Solid_Steam_Turbine,1985,0,0,NULL +23,155163,SDS Lumber Gorge Energy Division,Bio_Solid_Steam_Turbine,2002,0,0,NULL +23,155164,San Dimas Wash Generating Station,Hydro_NonPumped,1986,0,0,NULL +23,155167,Redlands Water & Power,Hydro_NonPumped,1931,0,0,NULL +23,155168,Simplot Leasing Don Plant,ST,1986,0,0,NULL +23,155169,Wintec Energy Ltd,Wind,1986,0,0,NULL +23,155172,AltaGas Ripon Energy Inc.,Gas_Combustion_Turbine,1988,0,0,NULL +23,155173,AltaGas Pomona Energy Inc.,Battery_Storage,2016,0,0,NULL +23,155174,Site 980 65,Hydro_NonPumped,1985,0,0,NULL +23,155178,Nacimiento Hydro Project,Hydro_NonPumped,1987,0,0,NULL +23,155180,Owyhee Dam Power Project,Hydro_NonPumped,1985,0,0,NULL +23,155182,East Portal Generator,Hydro_NonPumped,1987,0,0,NULL +23,155184,Twin Reservoirs,Hydro_NonPumped,1988,0,0,NULL +23,155190,Orchard Avenue 1,Hydro_NonPumped,1987,0,0,NULL +23,155192,Sugarloaf Hydro Plant,Hydro_NonPumped,1985,0,0,NULL +23,155194,Gas Utilization Facility,Hydro_NonPumped,2002,0,0,NULL +23,155195,Gas Utilization Facility,Bio_Gas_Internal_Combustion_Engine,1985,0,0,NULL +23,155196,Double C Generation Limited Partnership,Gas_Combustion_Turbine,1989,0,0,NULL +23,155198,High Sierra Limited,Gas_Combustion_Turbine,1989,0,0,NULL +23,155200,Equilon Los Angeles Refining,Gas_Steam_Turbine,1991,0,0,NULL +23,155201,Victory Garden (Tehachapi),Wind,1981,0,0,NULL +23,155201,Victory Garden (Tehachapi),Wind,2000,0,0,NULL +23,155202,Mesa Wind Power Corp,Wind,1984,0,0,NULL +23,155209,GPS Cabazon Wind LLC,Wind,1999,0,0,NULL +23,155210,Edom Hills Project 1 LLC,Wind,2008,0,0,NULL +23,155213,Saint Johns Health Center,Gas_Combustion_Turbine,1992,0,0,NULL +23,155214,McKittrick Limited,Gas_Combustion_Turbine,1991,0,0,NULL +23,155218,Covanta Marion Inc,Bio_Solid_Steam_Turbine,1986,0,0,NULL +23,155219,Covanta Stanislaus Energy,Bio_Solid_Steam_Turbine,1988,0,0,NULL +23,155221,Steamboat Hills LP,Geothermal,2007,0,0,NULL +23,155222,Steamboat Hills LP,Geothermal,1988,0,0,NULL +23,155225,Plant No 1 Orange County,Bio_Gas_Internal_Combustion_Engine,1993,0,0,NULL +23,155226,Lilliwaup Falls Generating,Hydro_NonPumped,1986,0,0,NULL +23,155227,JM Shafer Generating Station,CCGT,1994,0,0,NULL +23,155228,Notch Butte Hydro,Hydro_NonPumped,1986,0,0,NULL +23,155231,Southeast Kern River Cogen,Gas_Combustion_Turbine,1989,0,0,NULL +23,155233,Oak Creek Energy Systems I,Wind,1982,0,0,NULL +23,155233,Oak Creek Energy Systems I,Wind,1993,0,0,NULL +23,155233,Oak Creek Energy Systems I,Wind,1999,0,0,NULL +23,155235,Stillwater Facility,Geothermal,2009,0,0,NULL +23,155236,Stillwater Facility,Central_PV,2012,0,0,NULL +23,155238,East Winds Project,Wind,1985,0,0,NULL +23,155239,Mojave 16,Wind,1989,0,0,NULL +23,155241,Twin Falls Hydro,Hydro_NonPumped,1989,0,0,NULL +23,155243,Southeast Resource Recovery,Bio_Solid_Steam_Turbine,1988,0,0,NULL +23,155245,OLS Energy Chino,CCGT,1987,0,0,NULL +23,155246,CSUCI Site Authority,CCGT,1988,0,0,NULL +23,155247,Salinas River Cogeneration,Gas_Combustion_Turbine,1991,0,0,NULL +23,155248,Wheelabrator Shasta,Bio_Solid_Steam_Turbine,1987,0,0,NULL +23,155252,Bypass,Hydro_NonPumped,1987,0,0,NULL +23,155254,Ford Utilities Center,Gas_Combustion_Turbine,2005,0,0,NULL +23,155254,Ford Utilities Center,Gas_Combustion_Turbine,2014,0,0,NULL +23,155255,Ford Utilities Center,Gas_Steam_Turbine,2011,0,0,NULL +23,155258,Yellowstone Energy LP,Coal_Steam_Turbine,1995,0,0,NULL +23,155263,Naval Hospital Medical Center,Gas_Combustion_Turbine,2003,0,0,NULL +23,155265,Marsh Valley Development,Hydro_NonPumped,1993,0,0,NULL +23,155266,Siphon Power Project,Hydro_NonPumped,1989,0,0,NULL +23,155267,Solano County Cogen Plant,Gas_Internal_Combustion_Engine,1989,0,0,NULL +23,155267,Solano County Cogen Plant,Gas_Internal_Combustion_Engine,2004,0,0,NULL +23,155269,Co-Gen II LLC,Bio_Solid_Steam_Turbine,1987,0,0,NULL +23,155270,Terra-Gen Dixie Valley,Geothermal,2012,0,0,NULL +23,155274,Dominguez Plant,ST,1976,0,0,NULL +23,155276,McKittrick Cogen,Gas_Combustion_Turbine,2012,0,0,NULL +23,155278,Cymric 31X Cogen,Gas_Combustion_Turbine,1988,0,0,NULL +23,155282,Berry Placerita Cogen,Gas_Combustion_Turbine,1990,0,0,NULL +23,155284,Plant No 2 Orange County,Bio_Gas_Steam_Turbine,1993,0,0,NULL +23,155285,Cymric 36W Cogen,Gas_Combustion_Turbine,1982,0,0,NULL +23,155287,Richmond Cogen,CCGT,2006,0,0,NULL +23,155288,Elk Basin Gasoline Plant,Gas_Steam_Turbine,1948,0,0,NULL +23,155289,Mojave 4,Wind,1990,0,0,NULL +23,155291,Mojave 5,Wind,1990,0,0,NULL +23,155292,C P Kelco San Diego Plant,Gas_Combustion_Turbine,1983,0,0,NULL +23,155293,Lacomb Irrigation District,Hydro_NonPumped,1986,0,0,NULL +23,155296,85 B,Wind,1985,0,0,NULL +23,155297,Helzel & Schwarzhoff 88 Wind Farm,Wind,1986,0,0,NULL +23,155299,Soda Lake Geothermal No I II,Geothermal,1990,0,0,NULL +23,155301,Falls Creek,Hydro_NonPumped,1984,0,0,NULL +23,155302,"Otay Landfill Gas, LLC",Bio_Gas_Internal_Combustion_Engine,1986,0,0,NULL +23,155302,"Otay Landfill Gas, LLC",Bio_Gas_Internal_Combustion_Engine,1991,0,0,NULL +23,155302,"Otay Landfill Gas, LLC",Bio_Gas_Internal_Combustion_Engine,2007,0,0,NULL +23,155302,"Otay Landfill Gas, LLC",Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,155308,Stockton Biomass,Bio_Solid_Steam_Turbine,1987,0,0,NULL +23,155314,Saguaro Power,CCGT,1991,0,0,NULL +23,155315,Biola University,Battery_Storage,2018,0,0,NULL +23,155316,Biola University,Gas_Internal_Combustion_Engine,1990,0,0,NULL +23,155316,Biola University,Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,155317,Biola University,Gas_Internal_Combustion_Engine,1990,0,0,NULL +23,155317,Biola University,Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,155321,Wilson Lake Hydroelectric Project,Hydro_NonPumped,1993,0,0,NULL +23,155324,NRG Energy San Diego,Gas_Internal_Combustion_Engine,1986,0,0,NULL +23,155325,Terminus Hydroelectric Project,Hydro_NonPumped,1990,0,0,NULL +23,155326,Nevada Cogen Associates 2 Black Mountain,CCGT,1992,0,0,NULL +23,155327,Nevada Cogen Assoc#1 GarnetVly,CCGT,1992,0,0,NULL +23,155329,Sinclair Oil Refinery,DistillateFuelOil_Internal_Combustion_Engine,1955,0,0,NULL +23,155333,Weeks Falls,Hydro_NonPumped,1990,0,0,NULL +23,155338,Los Angeles Refinery Wilmington,Gas_Combustion_Turbine,1988,0,0,NULL +23,155339,EDF Renewable Windfarm V Inc,Wind,1990,0,0,NULL +23,155340,San Gorgonio Windplant WPP1993,Wind,2011,0,0,NULL +23,155341,Simplot Phosphates,Gas_Steam_Turbine,1986,0,0,NULL +23,155345,Sierra Pacific Sonora,Bio_Solid_Steam_Turbine,2018,0,0,NULL +23,155346,Horseshoe Bend Hydroelectric Co,Hydro_NonPumped,1995,0,0,NULL +23,155347,Ferndale Generating Station,CCGT,1994,0,0,NULL +23,155350,Hazelton B Hydro,Hydro_NonPumped,1993,0,0,NULL +23,155355,Mt Poso Cogeneration,Bio_Solid_Steam_Turbine,1989,0,0,NULL +23,155356,Phelps Dodge Refining,Gas_Combustion_Turbine,1992,0,0,NULL +23,155360,Swanmill Windfarm I,Wind,1988,0,0,NULL +23,155360,Swanmill Windfarm I,Wind,1989,0,0,NULL +23,155362,Steamboat II,Geothermal,1992,0,0,NULL +23,155363,Steamboat III,Geothermal,1992,0,0,NULL +23,155365,Falls River Hydro,Hydro_NonPumped,1993,0,0,NULL +23,155366,Ford Hydro LP,Hydro_NonPumped,1988,0,0,NULL +23,155367,Boulder City Lakewood Hydro,Hydro_NonPumped,2004,0,0,NULL +23,155370,Heber Geothermal,Geothermal,2006,0,0,NULL +23,155370,Heber Geothermal,Geothermal,2018,0,0,NULL +23,155373,Yuma Cogeneration Associates,CCGT,1994,0,0,NULL +23,155374,Warm Springs Power Enterprises,Hydro_NonPumped,1982,0,0,NULL +23,155376,Taylor Draw Hydroelectric Facility,Hydro_NonPumped,1993,0,0,NULL +23,155378,Goal Line LP,CCGT,1994,0,0,NULL +23,155382,Live Oak Limited,Gas_Combustion_Turbine,1992,0,0,NULL +23,155383,Saint Agnes Medical Center,Gas_Combustion_Turbine,2001,0,0,NULL +23,155384,University of Washington Power Plant,DistillateFuelOil_Internal_Combustion_Engine,1993,0,0,NULL +23,155384,University of Washington Power Plant,DistillateFuelOil_Internal_Combustion_Engine,1994,0,0,NULL +23,155384,University of Washington Power Plant,DistillateFuelOil_Internal_Combustion_Engine,2003,0,0,NULL +23,155387,Sun Peak Generating Station,Gas_Combustion_Turbine,1991,0,0,NULL +23,155390,Martinez Refining,CCGT,1996,0,0,NULL +23,155393,Univ of Oregon Central Power Station,CCGT,2012,0,0,NULL +23,155394,Monterey One Water,Bio_Gas_Internal_Combustion_Engine,1988,0,0,NULL +23,155395,New Mexico State University,Gas_Combustion_Turbine,1996,0,0,NULL +23,155396,Salton Sea Power Gen Co - Unit 4,Geothermal,1996,0,0,NULL +23,155397,Montgomery Creek Hydro,Hydro_NonPumped,1987,0,0,NULL +23,155398,Rio Bravo,Gas_Combustion_Turbine,2000,0,0,NULL +23,155402,MM San Diego-Miramar,Bio_Gas_Internal_Combustion_Engine,1997,0,0,NULL +23,155403,Klamath Cogeneration Plant,CCGT,2001,0,0,NULL +23,155405,Griffith Energy LLC,CCGT,2002,0,0,NULL +23,155406,Vansycle,Wind,1998,0,0,NULL +23,155409,La Paloma Generating Plant,CCGT,2003,0,0,NULL +23,155410,MM Tulare Energy,Bio_Gas_Internal_Combustion_Engine,1998,0,0,NULL +23,155411,MM Lopez Energy,Bio_Gas_Internal_Combustion_Engine,1998,0,0,NULL +23,155414,Sunrise Power LLC,CCGT,2003,0,0,NULL +23,155416,Arapahoe Combustion Turbine Project,CCGT,2002,0,0,NULL +23,155418,Afton Generating Station,CCGT,2007,0,0,NULL +23,155422,Arlington Valley Energy Facility,CCGT,2002,0,0,NULL +23,155423,Front Range Power Plant,CCGT,2003,0,0,NULL +23,155424,Blythe Energy Inc,CCGT,2003,0,0,NULL +23,155426,Chuck Lenzie Generating Station,CCGT,2006,0,0,NULL +23,155427,Hermiston Power Partnership,CCGT,2002,0,0,NULL +23,155428,Delta Energy Center,CCGT,2002,0,0,NULL +23,155434,Elk Hills Power LLC,CCGT,2003,0,0,NULL +23,155435,Fountain Valley Power Facility,Gas_Combustion_Turbine,2001,0,0,NULL +23,155436,Red Hawk,CCGT,2002,0,0,NULL +23,155437,Neil Simpson Gas Turbine #2,Gas_Combustion_Turbine,2001,0,0,NULL +23,155438,Lange Gas Turbines,Gas_Combustion_Turbine,2002,0,0,NULL +23,155440,Mesquite Generating Station Block 2,CCGT,2003,0,0,NULL +23,155441,Goldendale Generating Station,CCGT,2004,0,0,NULL +23,155443,Limon Generating Station,Gas_Combustion_Turbine,2002,0,0,NULL +23,155447,Cuyamaca Peak Energy Plant,Gas_Combustion_Turbine,2002,0,0,NULL +23,155448,CalPeak Power Enterprise Peaker Plant,Gas_Combustion_Turbine,2001,0,0,NULL +23,155450,High Desert Power Plant,CCGT,2003,0,0,NULL +23,155454,Indigo Energy Facility,Gas_Combustion_Turbine,2001,0,0,NULL +23,155456,Klamath Expansion Project,Gas_Combustion_Turbine,2002,0,0,NULL +23,155459,Prima Plant,Bio_Gas_Internal_Combustion_Engine,1999,0,0,NULL +23,155460,MM San Diego-North City,Bio_Gas_Internal_Combustion_Engine,1999,0,0,NULL +23,155464,Foote Creek III,Wind,1999,0,0,NULL +23,155466,West Valley Generation Project,Gas_Combustion_Turbine,2001,0,0,NULL +23,155466,West Valley Generation Project,Gas_Combustion_Turbine,2002,0,0,NULL +23,155467,Creed Energy Center,Gas_Combustion_Turbine,2003,0,0,NULL +23,155468,Lambie Energy Center,Gas_Combustion_Turbine,2003,0,0,NULL +23,155470,Blue Spruce Energy Center,Gas_Combustion_Turbine,2003,0,0,NULL +23,155472,"Pastoria Energy Facility, LLC",CCGT,2005,0,0,NULL +23,155473,Chehalis Generating Facility,CCGT,2003,0,0,NULL +23,155476,Mint Farm Generating Station,CCGT,2008,0,0,NULL +23,155477,Mountain View I&2,Wind,2001,0,0,NULL +23,155478,Bennett Mountain,Gas_Combustion_Turbine,2005,0,0,NULL +23,155479,Condon Windpower LLC,Wind,2001,0,0,NULL +23,155479,Condon Windpower LLC,Wind,2002,0,0,NULL +23,155481,Ridge Crest Wind Partners,Wind,2001,0,0,NULL +23,155482,Los Esteros Critical Energy Center,CCGT,2013,0,0,NULL +23,155483,Hardin Generator Project,Coal_Steam_Turbine,2006,0,0,NULL +23,155485,Sonoma Central Landfill Phase II,Bio_Gas_Internal_Combustion_Engine,1996,0,0,NULL +23,155487,Valencia Energy Facility,Gas_Combustion_Turbine,2008,0,0,NULL +23,155490,King City Peaking,Gas_Combustion_Turbine,2002,0,0,NULL +23,155491,Yuba City Energy Center,Gas_Combustion_Turbine,2002,0,0,NULL +23,155492,Frederickson Power LP,CCGT,2002,0,0,NULL +23,155494,Silverhawk,CCGT,2004,0,0,NULL +23,155495,Feather River Energy Center,Gas_Combustion_Turbine,2003,0,0,NULL +23,155496,Valero Refinery Cogeneration Unit 1,Gas_Combustion_Turbine,2002,0,0,NULL +23,155497,Wolfskill Energy Center,Gas_Combustion_Turbine,2003,0,0,NULL +23,155498,Basin Creek Plant,Gas_Internal_Combustion_Engine,2006,0,0,NULL +23,155501,Sonoma Central Landfill Phase III,Bio_Gas_Internal_Combustion_Engine,2004,0,0,NULL +23,155502,Sierra Pacific Aberdeen,Bio_Solid_Steam_Turbine,2003,0,0,NULL +23,155503,Boulder City Silver Lake Hydro,Hydro_NonPumped,2000,0,0,NULL +23,155507,Elk Hills Cogen,Gas_Combustion_Turbine,1994,0,0,NULL +23,155508,Agua Mansa Power Plant,Gas_Combustion_Turbine,2003,0,0,NULL +23,155510,Cosumnes,CCGT,2006,0,0,NULL +23,155511,Bluffview,CCGT,2005,0,0,NULL +23,155513,CE Turbo LLC,Geothermal,2000,0,0,NULL +23,155516,Brady,Geothermal,2002,0,0,NULL +23,155516,Brady,Geothermal,2018,0,0,NULL +23,155517,Cabazon Wind Partners,Wind,2002,0,0,NULL +23,155521,Donald Von Raesfeld Power Plant,CCGT,2005,0,0,NULL +23,155525,Magnolia Power Project,CCGT,2005,0,0,NULL +23,155526,THUMS,Gas_Combustion_Turbine,2003,0,0,NULL +23,155528,Walnut Energy Center,CCGT,2006,0,0,NULL +23,155529,SJ/SC WPCP,Gas_Internal_Combustion_Engine,1985,0,0,NULL +23,155529,SJ/SC WPCP,Gas_Internal_Combustion_Engine,1995,0,0,NULL +23,155531,Blacksand Generating Facility,Gas_Combustion_Turbine,2000,0,0,NULL +23,155531,Blacksand Generating Facility,Gas_Combustion_Turbine,2012,0,0,NULL +23,155536,Mountain View III,Wind,2003,0,0,NULL +23,155537,Springville Hydroelectric,Hydro_NonPumped,1994,0,0,NULL +23,155538,Regional Wastewater Control Facility,DistillateFuelOil_Internal_Combustion_Engine,2000,0,0,NULL +23,155540,Ripon Generation Station,Gas_Combustion_Turbine,2006,0,0,NULL +23,155541,Riverside Energy Resource Center,Gas_Combustion_Turbine,2006,0,0,NULL +23,155541,Riverside Energy Resource Center,Gas_Combustion_Turbine,2011,0,0,NULL +23,155542,Springs Generating Station,Gas_Combustion_Turbine,2002,0,0,NULL +23,155543,Kennecott Power Plant,Gas_Combustion_Turbine,2010,0,0,NULL +23,155544,Kennecott Power Plant,ST,1995,0,0,NULL +23,155546,Nebo Power Station,CCGT,2004,0,0,NULL +23,155549,Georgia-Pacific Wauna Mill,ST,1996,0,0,NULL +23,155550,Combine Hills I,Wind,2003,0,0,NULL +23,155551,TS Power Plant,Coal_Steam_Turbine,2008,0,0,NULL +23,155553,Prescott Airport,Central_PV,2002,0,0,NULL +23,155554,Cogeneration 1,CCGT,2002,0,0,NULL +23,155555,Miramar Energy Facility,Gas_Combustion_Turbine,2005,0,0,NULL +23,155555,Miramar Energy Facility,Gas_Combustion_Turbine,2009,0,0,NULL +23,155556,Lake Side Power Plant,CCGT,2007,0,0,NULL +23,155556,Lake Side Power Plant,CCGT,2014,0,0,NULL +23,155557,Malaga Power LLC,Gas_Combustion_Turbine,2005,0,0,NULL +23,155560,Diablo Winds LLC,Wind,2004,0,0,NULL +23,155563,Santa Maria EPG,Gas_Steam_Turbine,1995,0,0,NULL +23,155568,Fossil Gulch,Wind,2005,0,0,NULL +23,155570,Raft River Geothermal Power Plant,Geothermal,2008,0,0,NULL +23,155575,Wild Horse,Wind,2006,0,0,NULL +23,155575,Wild Horse,Wind,2009,0,0,NULL +23,155576,Aragonne Wind LLC,Wind,2006,0,0,NULL +23,155577,Bear Valley Power Plant,Gas_Internal_Combustion_Engine,2005,0,0,NULL +23,155578,Clearwater Power Plant,CCGT,2005,0,0,NULL +23,155580,Leaning Juniper,Wind,2006,0,0,NULL +23,155581,Big Horn Wind Project,Wind,2006,0,0,NULL +23,155583,Cedar Creek Wind,Wind,2007,0,0,NULL +23,155585,Nevada Solar One,ST,2007,0,0,NULL +23,155587,Ameresco Santa Cruz Energy,Bio_Gas_Internal_Combustion_Engine,2006,0,0,NULL +23,155588,Pine Tree Wind Power Project,Wind,2009,0,0,NULL +23,155591,Milner Dam Wind Park LLC,Wind,2011,0,0,NULL +23,155592,Oregon Trail Wind Park,Wind,2011,0,0,NULL +23,155593,Pilgrim Stage Wind Park,Wind,2011,0,0,NULL +23,155595,Thousand Springs Wind Park,Wind,2011,0,0,NULL +23,155600,Dry Creek LFG to Energy Project,Bio_Gas_Internal_Combustion_Engine,2007,0,0,NULL +23,155601,Marengo Wind Plant,Wind,2007,0,0,NULL +23,155601,Marengo Wind Plant,Wind,2008,0,0,NULL +23,155602,Russell City Energy Center,CCGT,2013,0,0,NULL +23,155605,McGrath Peaker,Gas_Combustion_Turbine,2012,0,0,NULL +23,155606,Grapeland Peaker,Battery_Storage,2016,0,0,NULL +23,155607,Grapeland Peaker,Gas_Combustion_Turbine,2007,0,0,NULL +23,155608,Mira Loma Peaker,Gas_Combustion_Turbine,2007,0,0,NULL +23,155611,Center Peaker,Gas_Combustion_Turbine,2007,0,0,NULL +23,155614,Black Mountain Generating Station,Gas_Combustion_Turbine,2008,0,0,NULL +23,155615,Biglow Canyon Wind Farm,Wind,2007,0,0,NULL +23,155615,Biglow Canyon Wind Farm,Wind,2009,0,0,NULL +23,155615,Biglow Canyon Wind Farm,Wind,2010,0,0,NULL +23,155616,White Creek Wind Farm,Wind,2007,0,0,NULL +23,155617,Phillips 66 Billings Refinery,Gas_Steam_Turbine,2007,0,0,NULL +23,155618,Mora Drop Hydroelectric Project,Hydro_NonPumped,2006,0,0,NULL +23,155619,Tiber Dam Hydroelectric Plant,Hydro_NonPumped,2004,0,0,NULL +23,155623,Plains End II LLC,Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,155624,DADS Gas Recovery,Bio_Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,155627,Galena 3 Geothermal Power Plant,Geothermal,2008,0,0,NULL +23,155628,Salt Lake Energy Systems,Bio_Gas_Internal_Combustion_Engine,2006,0,0,NULL +23,155630,Nellis Air Force Base Solar Array,Central_PV,2007,0,0,NULL +23,155631,Niland Gas Turbine Plant,Gas_Combustion_Turbine,2008,0,0,NULL +23,155632,Terra-Gen VG Wind LLC,Wind,1984,0,0,NULL +23,155633,Horseshoe Bend Wind Park,Wind,2006,0,0,NULL +23,155634,Wygen III,Coal_Steam_Turbine,2010,0,0,NULL +23,155636,Logan Wind Energy,Wind,2007,0,0,NULL +23,155637,Rancho Penasquitos,Hydro_NonPumped,2007,0,0,NULL +23,155638,Novo BioPower Plant,Bio_Solid_Steam_Turbine,2008,0,0,NULL +23,155642,Midway Peaking LLC,Gas_Combustion_Turbine,2009,0,0,NULL +23,155643,Hatchet Ridge Wind Project,Wind,2010,0,0,NULL +23,155646,Summer Falls Power Plant,Hydro_NonPumped,1985,0,0,NULL +23,155648,Potholes East Canal 66.0,Hydro_NonPumped,1985,0,0,NULL +23,155650,Tuolumne Wind Project,Wind,2009,0,0,NULL +23,155651,Ampersand Chowchilla Biomass LLC,Bio_Solid_Steam_Turbine,2008,0,0,NULL +23,155653,Spanish Fork Wind Park 2 LLC,Wind,2008,0,0,NULL +23,155657,Evergreen BioPower LLC,Bio_Solid_Steam_Turbine,2007,0,0,NULL +23,155661,Panoche Energy Center,Gas_Combustion_Turbine,2009,0,0,NULL +23,155663,CSU Fresno Solar Project,Central_PV,2007,0,0,NULL +23,155666,North Brawley Geothermal Plant,Geothermal,2009,0,0,NULL +23,155673,Sagebrush Power Partners,Wind,2010,0,0,NULL +23,155674,Bolthouse S&P and Rowen Farms Solar,Central_PV,2008,0,0,NULL +23,155676,Sacramento Soleil LLC,Central_PV,2008,0,0,NULL +23,155677,Chester Diversion Hydroelectric Project,Hydro_NonPumped,2014,0,0,NULL +23,155681,IRC Generator Facility,DistillateFuelOil_Internal_Combustion_Engine,1986,0,0,NULL +23,155682,Dave Gates Generating Station,Gas_Combustion_Turbine,2011,0,0,NULL +23,155683,Gap Pacific Distribution Center,Central_PV,2008,0,0,NULL +23,155684,Orange Grove Peaking Facility,Gas_Combustion_Turbine,2010,0,0,NULL +23,155686,WWRF Solar Plant,Central_PV,2009,0,0,NULL +23,155690,Cassia Gulch,Wind,2009,0,0,NULL +23,155693,High Lonesome Mesa LLC,Wind,2009,0,0,NULL +23,155694,Coolidge Generation Station,Gas_Combustion_Turbine,2011,0,0,NULL +23,155695,Willow Creek Energy Center,Wind,2009,0,0,NULL +23,155699,Four Corners Windfarm LLC,Wind,2009,0,0,NULL +23,155702,Pacific Canyon Windfarm LLC,Wind,2009,0,0,NULL +23,155703,Sand Ranch Windfarm LLC,Wind,2009,0,0,NULL +23,155706,NGP Blue Mountain I LLC,Geothermal,2009,0,0,NULL +23,155707,Solar Photovoltaic Project #02,Central_PV,2009,0,0,NULL +23,155708,Arrowrock Hydroelectric Project,Hydro_NonPumped,2010,0,0,NULL +23,155709,Pueblo Airport Generating Station,CCGT,2012,0,0,NULL +23,155716,SunEdison Procter & Gamble Oxnard,Central_PV,2009,0,0,NULL +23,155717,Kohls San Bernardino Solar Facility,Central_PV,2007,0,0,NULL +23,155718,SunEdison Anheuser Busch Fairfield,Central_PV,2008,0,0,NULL +23,155719,Chuckawalla Valley State Prison,Central_PV,2006,0,0,NULL +23,155720,SunEdison Walmart Apple Valley DC,Central_PV,2009,0,0,NULL +23,155722,Riverbend Landfill,Bio_Gas_Internal_Combustion_Engine,2010,0,0,NULL +23,155723,Canyon Power Plant,Gas_Combustion_Turbine,2011,0,0,NULL +23,155726,High Plains,Wind,2009,0,0,NULL +23,155727,Vaca Dixon Solar Station,Central_PV,2009,0,0,NULL +23,155732,Ivanpah 2,ST,2013,0,0,NULL +23,155734,Ivanpah 3,ST,2013,0,0,NULL +23,155735,Milford Wind Corridor I LLC,Wind,2009,0,0,NULL +23,155737,Silver Sage Windpower,Wind,2009,0,0,NULL +23,155738,Casper Wind Farm,Wind,2009,0,0,NULL +23,155741,WestRock (WA),ST,2009,0,0,NULL +23,155742,Santa Maria LFG Power Plant,Bio_Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,155745,Whittier LFG Power Plant #1,Bio_Gas_Internal_Combustion_Engine,2006,0,0,NULL +23,155745,Whittier LFG Power Plant #1,Bio_Gas_Internal_Combustion_Engine,2010,0,0,NULL +23,155748,Payne's Ferry,Wind,2010,0,0,NULL +23,155751,G2 Energy Ostrom Road LLC,Bio_Gas_Internal_Combustion_Engine,2009,0,0,NULL +23,155751,G2 Energy Ostrom Road LLC,Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,155755,RV CSU Power LLC,Central_PV,2009,0,0,NULL +23,155759,Waste Management Lockwood LFGTE,Bio_Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,155760,Colorado Highlands Wind,Wind,2012,0,0,NULL +23,155760,Colorado Highlands Wind,Wind,2013,0,0,NULL +23,155761,Vantage Wind Energy LLC,Wind,2010,0,0,NULL +23,155762,Spring Valley Wind Project,Wind,2012,0,0,NULL +23,155763,Lower Snake River Wind Energy Project,Wind,2012,0,0,NULL +23,155765,CM48,Central_PV,2010,0,0,NULL +23,155767,Goshen Phase II,Wind,2010,0,0,NULL +23,155768,ENEL Salt Wells LLC,Geothermal,2009,0,0,NULL +23,155769,Solar Photovoltaic Project #03,Central_PV,2011,0,0,NULL +23,155772,Solar Photovoltaic Project #07,Central_PV,2012,0,0,NULL +23,155773,Solar Photovoltaic Project #08,Central_PV,2011,0,0,NULL +23,155776,Solar Photovoltaic Project #11,Central_PV,2015,0,0,NULL +23,155779,Solar Photovoltaic Project #15,Central_PV,2013,0,0,NULL +23,155783,Solar Photovoltaic Project #23,Central_PV,2013,0,0,NULL +23,155786,Kit Carson Windpower,Wind,2010,0,0,NULL +23,155787,Solar Photovoltaic Project #26,Central_PV,2015,0,0,NULL +23,155791,Texico Wind Ranch LP,Wind,1999,0,0,NULL +23,155791,Texico Wind Ranch LP,Wind,2003,0,0,NULL +23,155792,Marsh Landing Generating Station,Gas_Combustion_Turbine,2013,0,0,NULL +23,155793,Crescent Dunes Solar Energy,CSP_Trough_No_Storage,2015,0,0,NULL +23,155799,Alta Wind Energy Center V,Wind,2011,0,0,NULL +23,155800,Alpine Solar,Central_PV,2013,0,0,NULL +23,155801,Cedar Hills,Bio_Gas_Internal_Combustion_Engine,2009,0,0,NULL +23,155806,Pine Tree Solar Project,Central_PV,2013,0,0,NULL +23,155807,Maclay Solar Project,Central_PV,2017,0,0,NULL +23,155808,Pacific Cruise Ship Terminals Berth 93,Central_PV,2010,0,0,NULL +23,155810,Occidental College Solar Project,Central_PV,2013,0,0,NULL +23,155812,Los Angeles Harbor College,Central_PV,2010,0,0,NULL +23,155813,Cedar Point Wind,Wind,2011,0,0,NULL +23,155814,San Luis Valley Solar Ranch,Central_PV,2011,0,0,NULL +23,155819,Mojave Solar Project,ST,2014,0,0,NULL +23,155820,Leaning Juniper Wind Power II,Wind,2011,0,0,NULL +23,155821,Roadrunner Solar,Central_PV,2011,0,0,NULL +23,155824,Cargill Dry Creek Biofactory,Bio_Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,155825,"Kettle Butte Digester, LLC",Bio_Gas_Internal_Combustion_Engine,2011,0,0,NULL +23,155827,Thermo No 1,Geothermal,2013,0,0,NULL +23,155829,Avenal Park,Central_PV,2011,0,0,NULL +23,155831,Sand Drag LLC,Central_PV,2011,0,0,NULL +23,155833,Cogentrix of Alamosa,Central_PV,2012,0,0,NULL +23,155834,Questa Solar Facility,Central_PV,2011,0,0,NULL +23,155839,AV Solar Ranch One,Central_PV,2014,0,0,NULL +23,155840,Dry Lake Wind II LLC,Wind,2010,0,0,NULL +23,155842,Big Sky Dairy Digester,Bio_Gas_Internal_Combustion_Engine,2009,0,0,NULL +23,155843,Genesis Solar Energy Project,ST,2013,0,0,NULL +23,155843,Genesis Solar Energy Project,ST,2014,0,0,NULL +23,155844,Northwest Regional,Bio_Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,155845,Yolo County Solar Project,Central_PV,2010,0,0,NULL +23,155847,Ryegrass Windfarm,Wind,2012,0,0,NULL +23,155848,Hammett Hill Windfarm,Wind,2012,0,0,NULL +23,155850,Desert Meadow Windfarm,Wind,2012,0,0,NULL +23,155851,Cold Springs Windfarm,Wind,2012,0,0,NULL +23,155852,Juniper Ridge Hydroelectric Project,Hydro_NonPumped,2010,0,0,NULL +23,155853,California Valley Solar Ranch,Central_PV,2012,0,0,NULL +23,155853,California Valley Solar Ranch,Central_PV,2013,0,0,NULL +23,155854,Solar Photovoltaic Project #42,Central_PV,2012,0,0,NULL +23,155855,Silver State Solar Power North,Central_PV,2012,0,0,NULL +23,155856,Two Ponds Windfarm,Wind,2012,0,0,NULL +23,155858,Tuscarora Geothermal Power Plant,Geothermal,2012,0,0,NULL +23,155860,San Emidio,Geothermal,2012,0,0,NULL +23,155861,Seneca Sustainable Energy LLC,Bio_Solid_Steam_Turbine,2011,0,0,NULL +23,155864,John L. Featherstone Plant,Geothermal,2012,0,0,NULL +23,155865,"Sentinel Energy Center, LLC",Gas_Combustion_Turbine,2013,0,0,NULL +23,155869,Imperial Solar Energy Center West,Central_PV,2016,0,0,NULL +23,155870,Tieton Dam Hydro Electric Project,Hydro_NonPumped,2006,0,0,NULL +23,155871,Stroud Solar Station,Central_PV,2011,0,0,NULL +23,155872,Five Points Solar Station,Central_PV,2011,0,0,NULL +23,155873,Westside Solar Station,Central_PV,2011,0,0,NULL +23,155874,FRV SI Transport Solar LP,Central_PV,2010,0,0,NULL +23,155877,Ocotillo Express LLC,Wind,2012,0,0,NULL +23,155878,Walnut Creek Energy Park,Gas_Combustion_Turbine,2013,0,0,NULL +23,155880,Cantua Solar Station,Central_PV,2012,0,0,NULL +23,155882,Roger Road WWTP,Central_PV,2010,0,0,NULL +23,155885,Solar Photovoltaic Project #32,Central_PV,2015,0,0,NULL +23,155890,Garland Canal Power Plant,Hydro_NonPumped,1983,0,0,NULL +23,155891,AFA Solar Farm,Central_PV,2011,0,0,NULL +23,155892,Pio Pico Energy Center,Gas_Combustion_Turbine,2016,0,0,NULL +23,155893,La Senita,Central_PV,2011,0,0,NULL +23,155894,Sunnyvale City of WPCP,Bio_Gas_Internal_Combustion_Engine,1997,0,0,NULL +23,155897,Cotton Center Solar,Central_PV,2011,0,0,NULL +23,155899,Hyder Solar,Central_PV,2011,0,0,NULL +23,155899,Hyder Solar,Central_PV,2012,0,0,NULL +23,155900,Algonquin Power Sanger LLC,CCGT,2012,0,0,NULL +23,155902,Albuquerque Solar Energy Center,Central_PV,2011,0,0,NULL +23,155903,Los Lunas Solar Energy Center,Central_PV,2011,0,0,NULL +23,155903,Los Lunas Solar Energy Center,Central_PV,2013,0,0,NULL +23,155906,Las Vegas Solar Energy Center,Central_PV,2011,0,0,NULL +23,155909,Robert O Schulz Solar Farm,Central_PV,2008,0,0,NULL +23,155909,Robert O Schulz Solar Farm,Central_PV,2009,0,0,NULL +23,155910,Broadridge Cogen,Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,155911,Broadridge Cogen,Central_PV,2011,0,0,NULL +23,155912,University of California San Diego,Battery_Storage,2015,0,0,NULL +23,155914,Oxnard Paper Mill,Gas_Combustion_Turbine,1986,0,0,NULL +23,155915,Shiloh III Wind Project LLC,Wind,2011,0,0,NULL +23,155916,"Hatch Solar Energy Center I, LLC",Central_PV,2011,0,0,NULL +23,155918,Rising Tree Wind Farm,Wind,2015,0,0,NULL +23,155922,City & County of Denver at Denver Int'l,Central_PV,2011,0,0,NULL +23,155923,Regulus Solar Project,Central_PV,2014,0,0,NULL +23,155925,Yamhill Solar LLC,Central_PV,2011,0,0,NULL +23,155930,SMUD at Grundman,Central_PV,2011,0,0,NULL +23,155931,SMUD at Van Conett,Central_PV,2011,0,0,NULL +23,155937,City of Madera WWTP,Central_PV,2009,0,0,NULL +23,155938,"Staples La Mirada, CA",Central_PV,2009,0,0,NULL +23,155939,Goodsprings Waste Heat Recovery,ST,2010,0,0,NULL +23,155940,Turnbull Hydro,Hydro_NonPumped,2011,0,0,NULL +23,155941,DOE Golden NWTC Load Side,Central_PV,2009,0,0,NULL +23,155942,DOE Golden NWTC Turbine Side,Wind,2010,0,0,NULL +23,155942,DOE Golden NWTC Turbine Side,Wind,2011,0,0,NULL +23,155946,Aerojet I,Central_PV,2009,0,0,NULL +23,155950,Signal Hill West Unit,Gas_Combustion_Turbine,2004,0,0,NULL +23,155954,Catalina Solar LLC,Central_PV,2012,0,0,NULL +23,155955,City of Palo Alto,Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,155957,North Palm Springs 4A,Central_PV,2012,0,0,NULL +23,155958,Shiloh IV Wind Project LLC,Wind,2012,0,0,NULL +23,155959,Lake Hodges Hydroelectric Facility,Hydro_Pumped,2012,0,0,NULL +23,155961,SPS1 Dollarhide,Central_PV,2011,0,0,NULL +23,155965,SPS5 Hopi,Central_PV,2011,0,0,NULL +23,155966,North Palm Springs 1A,Central_PV,2012,0,0,NULL +23,155967,Gordon Butte Wind LLC,Wind,2012,0,0,NULL +23,155968,Sawtooth Wind Project,Wind,2011,0,0,NULL +23,155969,SMUD at Lawrence,Central_PV,2011,0,0,NULL +23,155970,Coastal Energy Project,Wind,2010,0,0,NULL +23,155972,Power County Wind Park South,Wind,2011,0,0,NULL +23,155976,Arizona Western College PV,Central_PV,2011,0,0,NULL +23,155976,Arizona Western College PV,Central_PV,2015,0,0,NULL +23,155979,Ameresco Butte County,Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,155980,Palo Verde College,Central_PV,2009,0,0,NULL +23,155984,RE Dillard 1,Central_PV,2012,0,0,NULL +23,155985,RE Kammerer 1,Central_PV,2012,0,0,NULL +23,155986,RE Dillard 2,Central_PV,2012,0,0,NULL +23,155987,RE Kammerer 2,Central_PV,2012,0,0,NULL +23,155989,RE Kammerer 3,Central_PV,2012,0,0,NULL +23,155990,RE Bruceville 1,Central_PV,2012,0,0,NULL +23,155991,RE Bruceville 2,Central_PV,2012,0,0,NULL +23,155994,Foundation AB,Wind,2011,0,0,NULL +23,155997,RE Ajo 1 LLC,Central_PV,2011,0,0,NULL +23,156000,Lime Wind,Wind,2011,0,0,NULL +23,156001,RE Dillard 4,Central_PV,2012,0,0,NULL +23,156010,RE McKenzie 5,Central_PV,2012,0,0,NULL +23,156011,RE McKenzie 6,Central_PV,2012,0,0,NULL +23,156013,Glendale Energy Power Plant,Bio_Gas_Internal_Combustion_Engine,2010,0,0,NULL +23,156014,Heliocentric,Central_PV,2012,0,0,NULL +23,156016,Pinyon Pine I,Wind,2012,0,0,NULL +23,156017,Alta Wind VIII,Wind,2012,0,0,NULL +23,156018,L-8 Solar Project,Central_PV,2012,0,0,NULL +23,156019,Pinyon Pine II,Wind,2012,0,0,NULL +23,156021,ISH Solar Hospital Downey,Central_PV,2011,0,0,NULL +23,156023,Green Acres Solar Facility 2,Central_PV,2012,0,0,NULL +23,156025,Univ of California San Diego Solar,Central_PV,2008,0,0,NULL +23,156026,Moapa Southern Paiute,Central_PV,2016,0,0,NULL +23,156029,Castle Rock Vineyards,Central_PV,2010,0,0,NULL +23,156032,Baldock Solar Highway,Central_PV,2012,0,0,NULL +23,156033,Queen Creek Solar Farm,Central_PV,2012,0,0,NULL +23,156035,Guernsey Solar Station,Central_PV,2013,0,0,NULL +23,156038,Hurricane City Power,DistillateFuelOil_Internal_Combustion_Engine,1999,0,0,NULL +23,156038,Hurricane City Power,DistillateFuelOil_Internal_Combustion_Engine,2001,0,0,NULL +23,156039,Hurricane City Power,Gas_Internal_Combustion_Engine,2004,0,0,NULL +23,156039,Hurricane City Power,Gas_Internal_Combustion_Engine,2006,0,0,NULL +23,156039,Hurricane City Power,Gas_Internal_Combustion_Engine,2007,0,0,NULL +23,156040,Solar Photovoltaic Project #48,Central_PV,2015,0,0,NULL +23,156041,El Segundo Energy Center LLC,CCGT,2013,0,0,NULL +23,156042,Fighting Creek LFGTE Plant,Bio_Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,156044,Roseburg LFG,Bio_Gas_Internal_Combustion_Engine,2011,0,0,NULL +23,156045,Tule Wind LLC,Wind,2017,0,0,NULL +23,156046,Genesis Alkali,Coal_Steam_Turbine,1953,0,0,NULL +23,156046,Genesis Alkali,Coal_Steam_Turbine,1964,0,0,NULL +23,156046,Genesis Alkali,Coal_Steam_Turbine,1972,0,0,NULL +23,156046,Genesis Alkali,Coal_Steam_Turbine,1975,0,0,NULL +23,156047,Spreckels Sugar Company,Gas_Steam_Turbine,1948,0,0,NULL +23,156049,Solar Star California II LLC,Central_PV,2012,0,0,NULL +23,156051,Macho Springs Power I,Wind,2011,0,0,NULL +23,156053,Brookfield Tehachapi 1,Wind,2012,0,0,NULL +23,156055,Musselshell Wind Project Two LLC,Wind,2012,0,0,NULL +23,156057,Butte College Main Campus Solar,Central_PV,2011,0,0,NULL +23,156058,SF Southeast Cogen Plant,Bio_Gas_Internal_Combustion_Engine,2002,0,0,NULL +23,156060,Lodi Energy Center,CCGT,2012,0,0,NULL +23,156061,Busch Ranch Wind Energy Farm,Wind,2012,0,0,NULL +23,156062,Meridian Vineyards,Central_PV,2010,0,0,NULL +23,156063,SunE EPE2 LLC,Central_PV,2012,0,0,NULL +23,156064,SunE EPE1 LLC,Central_PV,2012,0,0,NULL +23,156069,Alpaugh North,Central_PV,2012,0,0,NULL +23,156077,IKEA Tejon 345,Central_PV,2011,0,0,NULL +23,156079,Buckeye Union HS District 201,Central_PV,2011,0,0,NULL +23,156080,Axium Modesto Solar,Central_PV,2012,0,0,NULL +23,156081,Black Mountain Solar LLC,Central_PV,2012,0,0,NULL +23,156084,MillerCoors Irwindale Brewery,Bio_Gas_Internal_Combustion_Engine,2007,0,0,NULL +23,156085,MillerCoors Irwindale Brewery,Central_PV,2015,0,0,NULL +23,156086,Imperial Valley Solar Company 1 LLC,Central_PV,2012,0,0,NULL +23,156087,SEPV 1,Central_PV,2012,0,0,NULL +23,156088,SEPV 2,Central_PV,2012,0,0,NULL +23,156091,PRC-Desoto Intl/PPG Aerospace,DistillateFuelOil_Internal_Combustion_Engine,1999,0,0,NULL +23,156091,PRC-Desoto Intl/PPG Aerospace,DistillateFuelOil_Internal_Combustion_Engine,2000,0,0,NULL +23,156094,Kern Oil & Refining Co,Gas_Combustion_Turbine,2002,0,0,NULL +23,156095,Foundation Cemex River Plant,Wind,2012,0,0,NULL +23,156096,Foundation Cemex BMQ,Wind,2012,0,0,NULL +23,156097,Foundation Superior Farms,Wind,2012,0,0,NULL +23,156098,Foundation Wal-Mart Red Bluff,Wind,2012,0,0,NULL +23,156099,Meadow Creek Project Company,Wind,2012,0,0,NULL +23,156101,Foundation Cemex Madison,Wind,2012,0,0,NULL +23,156106,Delano Energy Center,Gas_Combustion_Turbine,2013,0,0,NULL +23,156107,Quay County,DistillateFuelOil_Combustion_Turbine,2013,0,0,NULL +23,156108,Limon Wind I,Wind,2012,0,0,NULL +23,156109,Limon Wind II,Wind,2012,0,0,NULL +23,156112,Outback Solar At Christmas Valley,Central_PV,2012,0,0,NULL +23,156115,Rock Creek Dairy,Bio_Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,156121,Perrin Ranch Wind LLC,Wind,2012,0,0,NULL +23,156125,Prairie Fire,Central_PV,2012,0,0,NULL +23,156126,US Magnesium,Gas_Combustion_Turbine,1972,0,0,NULL +23,156129,RE Victor Phelan Solar One LLC,Central_PV,2013,0,0,NULL +23,156131,West Gates Solar Station,Central_PV,2013,0,0,NULL +23,156134,Grassland 1&2 Solar Project,Central_PV,2013,0,0,NULL +23,156135,Spion Kop Wind Farm,Wind,2012,0,0,NULL +23,156138,SEPV9 Power Plant,Central_PV,2013,0,0,NULL +23,156140,Wagner Wind LLC,Wind,2012,0,0,NULL +23,156141,SEPV 8,Central_PV,2013,0,0,NULL +23,156145,VA Sepulveda Ambulatory Care Center,Central_PV,2014,0,0,NULL +23,156147,Los Alamos PV Site,Central_PV,2012,0,0,NULL +23,156148,Central Utilities Plant LAX 2,Gas_Combustion_Turbine,2015,0,0,NULL +23,156154,Venable Solar 2,Central_PV,2015,0,0,NULL +23,156156,Paradise Valley H.S. PV,Central_PV,2013,0,0,NULL +23,156170,"Patua Acquisition Project, LLC",Geothermal,2013,0,0,NULL +23,156172,G2 Energy Hay Rd,Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,156174,McKinley Paper Co. - Washington Mill,Bio_Solid_Steam_Turbine,2013,0,0,NULL +23,156175,Radiance Solar 4,Central_PV,2013,0,0,NULL +23,156176,Radiance Solar 5,Central_PV,2013,0,0,NULL +23,156178,Gridley Main,Central_PV,2013,0,0,NULL +23,156179,Gridley Main Two,Central_PV,2013,0,0,NULL +23,156181,Corcoran Solar,Central_PV,2013,0,0,NULL +23,156182,Oakley Solar Project,Central_PV,2013,0,0,NULL +23,156183,Cold Canyon 1,Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,156188,Solar Star 2,Central_PV,2014,0,0,NULL +23,156188,Solar Star 2,Central_PV,2015,0,0,NULL +23,156189,Flint Creek Hydroelectric LLC,Hydro_NonPumped,2013,0,0,NULL +23,156190,Alta Wind X,Wind,2014,0,0,NULL +23,156192,Ameresco Johnson Canyon,Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,156193,Heber Solar,Central_PV,2014,0,0,NULL +23,156195,Victor Dry Farm Ranch A,Central_PV,2015,0,0,NULL +23,156196,Victor Dry Farm Ranch B,Central_PV,2015,0,0,NULL +23,156198,Sunshine Gas Producers,Bio_Gas,2014,0,0,NULL +23,156200,Houweling Nurseries,Gas_Internal_Combustion_Engine,2012,0,0,NULL +23,156200,Houweling Nurseries,Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,156202,Ameresco San Joaquin,Bio_Gas_Internal_Combustion_Engine,2014,0,0,NULL +23,156203,Ameresco Forward,Bio_Gas_Internal_Combustion_Engine,2014,0,0,NULL +23,156205,Swauk Wind LLC,Wind,2012,0,0,NULL +23,156207,Arrache 4013,Central_PV,2013,0,0,NULL +23,156211,Vinam,Central_PV,2013,0,0,NULL +23,156213,Horn,Central_PV,2013,0,0,NULL +23,156225,Rosamond One,Central_PV,2014,0,0,NULL +23,156226,Rosamond Two,Central_PV,2014,0,0,NULL +23,156234,Kettleman Solar Project,Central_PV,2014,0,0,NULL +23,156236,Desert Hot Springs Solar,Central_PV,2013,0,0,NULL +23,156238,Vista Grande HS at Casa Grande,Central_PV,2012,0,0,NULL +23,156240,Manzano Solar,Central_PV,2013,0,0,NULL +23,156242,Stoltze CoGen1,Bio_Solid_Steam_Turbine,2013,0,0,NULL +23,156244,City of Hayward WWTP,Central_PV,2010,0,0,NULL +23,156245,Crown Cooling Facility,Central_PV,2011,0,0,NULL +23,156248,Lake Pleasant WTP,Central_PV,2012,0,0,NULL +23,156249,Silver City WWTP PV Project,Central_PV,2013,0,0,NULL +23,156252,Mountain View Solar,Central_PV,2014,0,0,NULL +23,156253,Community Solar 1,Central_PV,2014,0,0,NULL +23,156255,Huerfano River Wind,Wind,2013,0,0,NULL +23,156257,Montana Power Station,Gas_Combustion_Turbine,2015,0,0,NULL +23,156257,Montana Power Station,Gas_Combustion_Turbine,2016,0,0,NULL +23,156260,Eagle Valley Clean Energy LLC Biomass,Bio_Solid_Steam_Turbine,2013,0,0,NULL +23,156261,GSE NM1,Central_PV,2011,0,0,NULL +23,156262,Sonora 1,Central_PV,2013,0,0,NULL +23,156266,Sierra Nevada Brewing Co,Gas_Combustion_Turbine,2016,0,0,NULL +23,156268,Sue Cleveland High School,Central_PV,2013,0,0,NULL +23,156270,Cascade Solar,Central_PV,2014,0,0,NULL +23,156272,DGS Central Utility Plant,DistillateFuelOil_Internal_Combustion_Engine,2010,0,0,NULL +23,156274,HTW Plant 303 COGEN,Gas_Combustion_Turbine,2008,0,0,NULL +23,156275,Beryl Solar Plant,Central_PV,2015,0,0,NULL +23,156276,Cedar Valley Solar Plant,Central_PV,2015,0,0,NULL +23,156278,Milford Flat Solar Plant,Central_PV,2015,0,0,NULL +23,156279,Laho Solar Plant,Central_PV,2015,0,0,NULL +23,156280,Greenville Solar Plant,Central_PV,2015,0,0,NULL +23,156283,Industry Solar Power Generation Station 1 LLC,Central_PV,2013,0,0,NULL +23,156287,Westlands Solar PV Farm,Central_PV,2014,0,0,NULL +23,156292,Santa Rita Jail,Central_PV,2016,0,0,NULL +23,156292,Santa Rita Jail,Central_PV,2017,0,0,NULL +23,156293,Western Antelope Blue Sky Ranch A,Central_PV,2014,0,0,NULL +23,156296,Actus Lend Lease DMAFB,Central_PV,2009,0,0,NULL +23,156297,Monterey Regional Water Pollution Contro,Central_PV,2010,0,0,NULL +23,156298,Lancaster Baptist Church,Central_PV,2011,0,0,NULL +23,156301,Silver State Solar Power South,Central_PV,2015,0,0,NULL +23,156301,Silver State Solar Power South,Central_PV,2016,0,0,NULL +23,156305,LRI LFGTE Facility,Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,156306,Blue Sky One,Central_PV,2012,0,0,NULL +23,156309,ABEC Bidart-Old River LLC,Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,156310,Phoenix Airport East Economy Lot,Central_PV,2012,0,0,NULL +23,156311,Phoenix Airport Rental Car Center,Central_PV,2012,0,0,NULL +23,156313,North Star Solar,Central_PV,2015,0,0,NULL +23,156314,Orion Solar I,Central_PV,2014,0,0,NULL +23,156315,Orion Solar II,Central_PV,2014,0,0,NULL +23,156316,North Bay Solar 1,Central_PV,2013,0,0,NULL +23,156318,Rodeo Solar C2,Central_PV,2014,0,0,NULL +23,156320,Summer Solar A2,Central_PV,2014,0,0,NULL +23,156324,Summer North Solar,Central_PV,2014,0,0,NULL +23,156325,Expressway Solar A,Central_PV,2014,0,0,NULL +23,156329,South Canal Hydro-1,Hydro_NonPumped,2013,0,0,NULL +23,156330,South Canal Hydro-3,Hydro_NonPumped,2013,0,0,NULL +23,156332,Shasta Solar Farm,Central_PV,2014,0,0,NULL +23,156334,Cogenra - TEP,Central_PV,2014,0,0,NULL +23,156337,"Gato Montes Solar, LLC",Central_PV,2012,0,0,NULL +23,156341,Prosperity Energy Storage Facility,Central_PV,2011,0,0,NULL +23,156343,Valley Center 1,Central_PV,2013,0,0,NULL +23,156344,Valley Center 2,Central_PV,2013,0,0,NULL +23,156346,Ramona 2,Central_PV,2013,0,0,NULL +23,156347,Santa Fe Springs Rooftop Solar BLDG M,Central_PV,2015,0,0,NULL +23,156348,Santa Fe Springs Rooftop Solar BLDG H,Central_PV,2015,0,0,NULL +23,156349,MCAGCC Cogen Plant,Gas_Combustion_Turbine,2003,0,0,NULL +23,156349,MCAGCC Cogen Plant,Gas_Combustion_Turbine,2014,0,0,NULL +23,156350,MCAGCC Cogen Plant,Gas_Combustion_Turbine,2003,0,0,NULL +23,156350,MCAGCC Cogen Plant,Gas_Combustion_Turbine,2014,0,0,NULL +23,156352,2081 Terzian Solar Project,Central_PV,2014,0,0,NULL +23,156353,2127 Harris Solar Project,Central_PV,2014,0,0,NULL +23,156354,2097 Helton Solar Project,Central_PV,2014,0,0,NULL +23,156355,Cloverdale Solar I,Central_PV,2014,0,0,NULL +23,156357,Laguna Water Reclamation Facility,Bio_Gas_Internal_Combustion_Engine,2013,0,0,NULL +23,156361,Fort Huachuca Solar PV Project,Central_PV,2014,0,0,NULL +23,156361,Fort Huachuca Solar PV Project,Central_PV,2017,0,0,NULL +23,156363,Henrietta Solar Project,Central_PV,2016,0,0,NULL +23,156367,"RE Kansas Solar, LLC",Central_PV,2014,0,0,NULL +23,156368,"RE Old River One, LLC",Central_PV,2014,0,0,NULL +23,156369,"RE Columbia Two, LLC",Central_PV,2014,0,0,NULL +23,156373,Woodmere Solar Farm,Central_PV,2015,0,0,NULL +23,156375,Macho Springs,Central_PV,2014,0,0,NULL +23,156377,Rio Rico Solar,Central_PV,2014,0,0,NULL +23,156378,Vacaville,Central_PV,2007,0,0,NULL +23,156380,Chopin Wind LLC,Wind,2016,0,0,NULL +23,156384,Calipatria Solar Farm,Central_PV,2016,0,0,NULL +23,156385,Division 1,Central_PV,2014,0,0,NULL +23,156386,Division 2,Central_PV,2014,0,0,NULL +23,156390,Enerparc CA1 LLC,Central_PV,2014,0,0,NULL +23,156392,CSD 2 - Heritage High,Central_PV,2013,0,0,NULL +23,156395,EAFB - South Base,Central_PV,2012,0,0,NULL +23,156396,SDCCD - Miramar,Central_PV,2011,0,0,NULL +23,156400,RE Mustang LLC,Central_PV,2016,0,0,NULL +23,156401,Lancaster Solar 1,Central_PV,2014,0,0,NULL +23,156402,Avalon Solar,Central_PV,2014,0,0,NULL +23,156403,Lancaster Solar 2,Central_PV,2014,0,0,NULL +23,156404,Hesperia,Central_PV,2014,0,0,NULL +23,156406,Sterling PV 3,Central_PV,2014,0,0,NULL +23,156407,Mesa PV1,Central_PV,2014,0,0,NULL +23,156408,Farmersville,Central_PV,2014,0,0,NULL +23,156411,Rising Tree Wind Farm II,Wind,2015,0,0,NULL +23,156415,Rio Bravo Solar 1 LLC,Central_PV,2016,0,0,NULL +23,156417,Wildwood Solar II,Central_PV,2017,0,0,NULL +23,156419,Yerba Buena,Battery_Storage,2013,0,0,NULL +23,156421,Lancaster Little Rock,Central_PV,2014,0,0,NULL +23,156422,Merced Solar LLC,Central_PV,2014,0,0,NULL +23,156423,Mission Solar LLC,Central_PV,2014,0,0,NULL +23,156424,Hollister Solar LLC,Central_PV,2014,0,0,NULL +23,156425,Victor Mesa Linda B2,Central_PV,2014,0,0,NULL +23,156426,Victor Mesa Linda C2,Central_PV,2014,0,0,NULL +23,156427,Victor Mesa Linda D2,Central_PV,2014,0,0,NULL +23,156429,SEPV Palmdale East,Central_PV,2015,0,0,NULL +23,156434,Waste Mangement Redwood LFGTE,Bio_Gas_Internal_Combustion_Engine,2017,0,0,NULL +23,156437,Beacon Solar Plant Site 2,Central_PV,2017,0,0,NULL +23,156438,Hecate Energy Beacon Solar 1,Central_PV,2017,0,0,NULL +23,156439,Hecate Energy Beacon Solar 3,Central_PV,2016,0,0,NULL +23,156441,Pumpjack Solar I,Central_PV,2015,0,0,NULL +23,156443,Golden Acorn Casino,Wind,2014,0,0,NULL +23,156444,City of Soledad Water Reclamation,Wind,2014,0,0,NULL +23,156445,Taylor Farms,Wind,2014,0,0,NULL +23,156448,Gila River Power Block 1,CCGT,2003,0,0,NULL +23,156451,SCE-Snowline-Duncan Road (North),Central_PV,2014,0,0,NULL +23,156454,"Wildwood Solar I, LLC",Central_PV,2015,0,0,NULL +23,156457,"Escalante Solar I, LLC",Central_PV,2016,0,0,NULL +23,156458,"Escalante Solar II, LLC",Central_PV,2016,0,0,NULL +23,156460,Eubank Landfill Solar Array,Central_PV,2013,0,0,NULL +23,156461,City of Tulare Water Facility,Central_PV,2011,0,0,NULL +23,156466,"Madelyn Solar, LLC",Central_PV,2014,0,0,NULL +23,156469,Algonquin SKIC20 Solar LLC,Central_PV,2015,0,0,NULL +23,156473,SCE-Snowline-White Road (South),Central_PV,2014,0,0,NULL +23,156474,SCE-Snowline-White Road (North),Central_PV,2014,0,0,NULL +23,156475,SCE-Snowline-White Rd (Central),Central_PV,2014,0,0,NULL +23,156478,Sierra Solar Greenworks,Central_PV,2015,0,0,NULL +23,156482,SR85,Central_PV,2015,0,0,NULL +23,156483,Valencia Solar,Central_PV,2013,0,0,NULL +23,156485,P Plant,Gas_Combustion_Turbine,2007,0,0,NULL +23,156485,P Plant,Gas_Combustion_Turbine,2015,0,0,NULL +23,156487,W Plant,Gas_Combustion_Turbine,2005,0,0,NULL +23,156488,"Bowerman Power LFG, LLC",Bio_Gas_Internal_Combustion_Engine,2016,0,0,NULL +23,156489,Denver Intl Airport IV Solar,Central_PV,2014,0,0,NULL +23,156490,Alamo Solar,Central_PV,2015,0,0,NULL +23,156493,Jett Creek Windfarm (Burnt River),Wind,2017,0,0,NULL +23,156495,Durbin Creek Windfarm (Burnt River),Wind,2017,0,0,NULL +23,156499,Giffen Solar Park,Central_PV,2017,0,0,NULL +23,156501,NRG Solar Oasis LLC,Central_PV,2016,0,0,NULL +23,156502,Bannock County LFG to Energy,Bio_Gas_Internal_Combustion_Engine,2014,0,0,NULL +23,156503,Springbok Solar Farm 1,Central_PV,2016,0,0,NULL +23,156504,Coronus Adelanto West 1,Central_PV,2015,0,0,NULL +23,156505,Coronus Adelanto West 2,Central_PV,2015,0,0,NULL +23,156507,Rancho Cucamonga Dist #1,Central_PV,2015,0,0,NULL +23,156510,Vega Solar,Central_PV,2015,0,0,NULL +23,156514,"Colton Solar One, LLC",Central_PV,2015,0,0,NULL +23,156515,"Colton Solar Two, LLC",Central_PV,2015,0,0,NULL +23,156517,Nicolis Solar PV Plant,Central_PV,2016,0,0,NULL +23,156519,"AP North Lake I, LP",Central_PV,2015,0,0,NULL +23,156520,Meadow Lake Solar Energy Center,Central_PV,2015,0,0,NULL +23,156521,Cibola,Central_PV,2015,0,0,NULL +23,156522,South Milford Solar Plant,Central_PV,2015,0,0,NULL +23,156524,Sandstone Solar,Central_PV,2015,0,0,NULL +23,156525,Coronal Lost Hills,Central_PV,2015,0,0,NULL +23,156526,"Forever 21 Retail, Inc.",Central_PV,2015,0,0,NULL +23,156529,Comanche Solar,Central_PV,2016,0,0,NULL +23,156530,"Imperial Valley Solar Co (IVSC) 2, LLC",Central_PV,2015,0,0,NULL +23,156531,SPI Anderson 2,Bio_Solid_Steam_Turbine,2015,0,0,NULL +23,156532,Washington City Electric Generation,Gas_Internal_Combustion_Engine,2007,0,0,NULL +23,156532,Washington City Electric Generation,Gas_Internal_Combustion_Engine,2008,0,0,NULL +23,156534,Sun Harvest Solar NDP1,Central_PV,2015,0,0,NULL +23,156535,"Mt. Home Solar 1, LLC",Central_PV,2017,0,0,NULL +23,156536,"Pavant Solar, LLC",Central_PV,2015,0,0,NULL +23,156537,"Cottonwood Solar, LLC Cottonwood Carport",Central_PV,2016,0,0,NULL +23,156538,"Shell New Energies, Junction City",Bio_Gas,2011,0,0,NULL +23,156541,SEPV 18,Central_PV,2016,0,0,NULL +23,156542,Aspiration G,Central_PV,2017,0,0,NULL +23,156543,Citizen B,Central_PV,2015,0,0,NULL +23,156544,Lancaster WAD B,Central_PV,2017,0,0,NULL +23,156545,SEPV Mojave West,Central_PV,2016,0,0,NULL +23,156546,Sunnyside Ranch Community Solar Array,Central_PV,2015,0,0,NULL +23,156547,DSH (CA) - Coalinga State Hospital,Central_PV,2014,0,0,NULL +23,156548,River Mountains Solar,Central_PV,2016,0,0,NULL +23,156549,CDCR (CA) - Pleasant Valley State Prison,Central_PV,2014,0,0,NULL +23,156554,Oregon University System Rabbit Field,Central_PV,2014,0,0,NULL +23,156569,Adams Community Solar Garden III LLC,Central_PV,2015,0,0,NULL +23,156570,Kingbird A Solar LLC,Central_PV,2016,0,0,NULL +23,156571,UC Davis South Campus,Central_PV,2015,0,0,NULL +23,156573,Corcoran Solar 3,Central_PV,2016,0,0,NULL +23,156574,Oro Loma,Central_PV,2017,0,0,NULL +23,156575,SunE- E Philadelphia Ontario,Central_PV,2016,0,0,NULL +23,156577,Fiddler's Canyon 3,Central_PV,2015,0,0,NULL +23,156578,RE Tranquillity,Central_PV,2016,0,0,NULL +23,156580,"Iron Springs Solar, LLC",Central_PV,2016,0,0,NULL +23,156581,Morgan Lancaster 1,Central_PV,2015,0,0,NULL +23,156585,Potrero Hills Energy Producers,Bio_Gas_Internal_Combustion_Engine,2016,0,0,NULL +23,156586,Milford 2,Central_PV,2015,0,0,NULL +23,156587,Western Antelope Blue Sky B,Central_PV,2016,0,0,NULL +23,156588,North Lancaster Ranch,Central_PV,2016,0,0,NULL +23,156589,Central Antelope Dry Ranch C,Central_PV,2016,0,0,NULL +23,156593,Carousel Wind Farm LLC,Wind,2015,0,0,NULL +23,156596,"Enerparc CA2, LLC",Central_PV,2016,0,0,NULL +23,156602,American Falls Solar,Central_PV,2017,0,0,NULL +23,156603,American Falls Solar II,Central_PV,2017,0,0,NULL +23,156604,MESA 1,Battery_Storage,2015,0,0,NULL +23,156604,MESA 1,Battery_Storage,2016,0,0,NULL +23,156606,SR Jenkins Ft Lupton,Central_PV,2016,0,0,NULL +23,156608,Adera Solar,Central_PV,2015,0,0,NULL +23,156609,SunE Rochester,Central_PV,2016,0,0,NULL +23,156610,"CA Flats Solar 130, LLC",Central_PV,2017,0,0,NULL +23,156613,"Cuyama Solar, LLC",Central_PV,2017,0,0,NULL +23,156614,Golden Hills Wind,Wind,2015,0,0,NULL +23,156619,CED Avenal,Central_PV,2017,0,0,NULL +23,156620,CED Ducor 1,Central_PV,2016,0,0,NULL +23,156621,CED Ducor 2,Central_PV,2016,0,0,NULL +23,156623,CED Ducor 4,Central_PV,2016,0,0,NULL +23,156629,"Blythe Solar 110, LLC",Central_PV,2016,0,0,NULL +23,156630,Dinuba Energy,Bio_Solid_Steam_Turbine,1985,0,0,NULL +23,156631,Oregon Convention Center,Central_PV,2016,0,0,NULL +23,156632,Granby Hydro,Hydro_NonPumped,2016,0,0,NULL +23,156638,Building F,Central_PV,2016,0,0,NULL +23,156639,"Broadview Energy KW, LLC",Wind,2017,0,0,NULL +23,156644,Solverde 1,Central_PV,2016,0,0,NULL +23,156645,Antelope DSR 1,Central_PV,2016,0,0,NULL +23,156647,Whitethorn Solar LLC,Central_PV,2016,0,0,NULL +23,156650,Santolina Solar Energy Center,Central_PV,2015,0,0,NULL +23,156651,Rio Communities Solar Energy Center,Central_PV,2015,0,0,NULL +23,156652,Strata Roof 1,Central_PV,2013,0,0,NULL +23,156653,Zero Waste Energy Development Co LLC,Bio_Gas_Internal_Combustion_Engine,2015,0,0,NULL +23,156656,"Rancho Seco Solar, LLC",Central_PV,2016,0,0,NULL +23,156657,Genentech-Oceanside,Battery_Storage,2016,0,0,NULL +23,156661,"Algonquin SKIC 10 Solar, LLC",Central_PV,2017,0,0,NULL +23,156662,Valley View Solar,Central_PV,2015,0,0,NULL +23,156664,Silicon Valley Clean Water,Bio_Gas_Internal_Combustion_Engine,2015,0,0,NULL +23,156665,Weymouth Solar Plant,Central_PV,2016,0,0,NULL +23,156668,Playa Solar 2,Central_PV,2017,0,0,NULL +23,156671,Castor Solar,Central_PV,2016,0,0,NULL +23,156673,Summer Solar LLC,Central_PV,2016,0,0,NULL +23,156676,Red Horse III,Central_PV,2016,0,0,NULL +23,156677,Montana Solar Facility,Central_PV,2017,0,0,NULL +23,156678,Holloman Solar Facility,Central_PV,2018,0,0,NULL +23,156679,"San Isabel Solar, LLC",Central_PV,2016,0,0,NULL +23,156680,"Mesquite Solar 2, LLC",Central_PV,2016,0,0,NULL +23,156681,"Mesquite Solar 3, LLC",Central_PV,2016,0,0,NULL +23,156682,"Portal Ridge Solar B, LLC",Central_PV,2017,0,0,NULL +23,156683,"Portal Ridge Solar C, LLC",Central_PV,2017,0,0,NULL +23,156685,Jeffco Community Solar Gardens LLC,Central_PV,2016,0,0,NULL +23,156687,"Hyline Solar Center, LLC",Central_PV,2016,0,0,NULL +23,156688,"Open Range Solar Center, LLC",Central_PV,2016,0,0,NULL +23,156690,"Thunderegg Solar Center, LLC",Central_PV,2016,0,0,NULL +23,156691,"Vale Air Solar Center, LLC",Central_PV,2016,0,0,NULL +23,156693,Wal-Mart Truth or Consequences PV,Central_PV,2015,0,0,NULL +23,156695,"NRG Solar Las Vegas MB 2, LLC",Central_PV,2016,0,0,NULL +23,156697,"Boulder Solar Power, LLC",Central_PV,2016,0,0,NULL +23,156698,Sulphur Springs,Central_PV,2016,0,0,NULL +23,156700,RE Garland A,Central_PV,2016,0,0,NULL +23,156703,Bonnybrooke PV,Central_PV,2016,0,0,NULL +23,156704,Calligan Creek Hydroelectric Project,Hydro_NonPumped,2018,0,0,NULL +23,156706,Veyo Heat Recovery Project,ST,2016,0,0,NULL +23,156708,CA Dept of Public Health at Richmond,Central_PV,2017,0,0,NULL +23,156712,ID Solar,Central_PV,2016,0,0,NULL +23,156714,Pavant Solar II LLC,Central_PV,2016,0,0,NULL +23,156716,Red Rock,Central_PV,2017,0,0,NULL +23,156717,"Bayshore Solar B, LLC",Central_PV,2017,0,0,NULL +23,156718,"Bayshore Solar C, LLC",Central_PV,2017,0,0,NULL +23,156719,"Bayshore Solar A, LLC",Central_PV,2017,0,0,NULL +23,156721,Greenfield Wind - MT,Wind,2016,0,0,NULL +23,156723,SR Skylark B,Central_PV,2016,0,0,NULL +23,156727,Hancock Creek Hydroelectric Project,Hydro_NonPumped,2018,0,0,NULL +23,156728,"NorWest Energy 2, LLC",Central_PV,2016,0,0,NULL +23,156732,Ortega Highway Energy Storage,Battery_Storage,2015,0,0,NULL +23,156733,Canyon Crest Academy,Battery_Storage,2014,0,0,NULL +23,156737,"Golden Fields Solar I, LLC",Central_PV,2016,0,0,NULL +23,156738,"Solar Star California, XLI, LLC",Central_PV,2016,0,0,NULL +23,156739,Jacobson 5 MW Solar,Central_PV,2017,0,0,NULL +23,156742,Mira Loma Energy Storage Facility,Battery_Storage,2016,0,0,NULL +23,156744,Amphitheater High School Solar,Central_PV,2016,0,0,NULL +23,156745,Canyon Del Oro High School Solar,Central_PV,2016,0,0,NULL +23,156748,Logan 1 Community Solar Array,Central_PV,2017,0,0,NULL +23,156750,Arapahoe 3 Community Solar Array,Central_PV,2017,0,0,NULL +23,156756,Millikan BESS,Battery_Storage,2016,0,0,NULL +23,156757,Victory Solar LLC,Central_PV,2016,0,0,NULL +23,156758,Gila River Power Block 2,CCGT,2003,0,0,NULL +23,156760,"PVN Milliken, LLC",Central_PV,2017,0,0,NULL +23,156761,SunAnza,Central_PV,2017,0,0,NULL +23,156762,"CC Landfill Energy, LLC",Bio_Gas,2012,0,0,NULL +23,156765,Intel - Ocotillo Campus Solar,Central_PV,2017,0,0,NULL +23,156765,Intel - Ocotillo Campus Solar,Central_PV,2018,0,0,NULL +23,156766,Valley Sanitary District WTP Solar,Central_PV,2016,0,0,NULL +23,156768,Genentech Vacaville Meter #1,Central_PV,2017,0,0,NULL +23,156770,Dept of General Services -FTB,Central_PV,2017,0,0,NULL +23,156771,Timothy Lake Powerhouse,Hydro_NonPumped,2018,0,0,NULL +23,156773,"Boulder Solar II, LLC",Central_PV,2017,0,0,NULL +23,156774,Pavant Solar III,Central_PV,2016,0,0,NULL +23,156778,Owens Valley Solar Project 11,Central_PV,2016,0,0,NULL +23,156780,Apache Solar 1,Central_PV,2017,0,0,NULL +23,156781,Glendale Battery Energy Storage System,Battery_Storage,2017,0,0,NULL +23,156782,Whitney Point Solar,Central_PV,2017,0,0,NULL +23,156783,"OSLH, LLC",Central_PV,2016,0,0,NULL +23,156785,CSUF Nutwood Solar,Central_PV,2016,0,0,NULL +23,156786,NextEra Westside PV,Central_PV,2017,0,0,NULL +23,156787,Lindberg Field Solar 2,Central_PV,2017,0,0,NULL +23,156788,Ramona Solar Energy,Central_PV,2017,0,0,NULL +23,156789,Iron Horse Battery Storage,Battery_Storage,2017,0,0,NULL +23,156799,Pima Community College - East Campus,Central_PV,2017,0,0,NULL +23,156800,Vanadium Redox Flow Battery Plant,Battery_Storage,2017,0,0,NULL +23,156801,Manteca Land PV,Central_PV,2017,0,0,NULL +23,156802,Delano Land 1,Central_PV,2017,0,0,NULL +23,156803,Bakersfield PV 1,Central_PV,2017,0,0,NULL +23,156805,Quichapa 1,Central_PV,2016,0,0,NULL +23,156806,Quichapa 2,Central_PV,2016,0,0,NULL +23,156807,Quichapa 3,Central_PV,2016,0,0,NULL +23,156808,Intel Folsom Phase 3,Central_PV,2016,0,0,NULL +23,156811,Big Timber Wind Farm,Wind,2018,0,0,NULL +23,156813,Shavano Falls Hydro,Hydro_NonPumped,2015,0,0,NULL +23,156814,Shavano Falls Hydro Drop 4,Hydro_NonPumped,2015,0,0,NULL +23,156815,Drop 5,Hydro_NonPumped,2017,0,0,NULL +23,156816,IKEA Las Vegas 462,Central_PV,2016,0,0,NULL +23,156817,Pima Energy Storage System,Battery_Storage,2017,0,0,NULL +23,156821,Mount Signal Solar Farm V,Central_PV,2018,0,0,NULL +23,156823,Green Beanworks C PV,Central_PV,2018,0,0,NULL +23,156824,Green Beanworks D PV,Central_PV,2018,0,0,NULL +23,156828,USPS PV,Central_PV,2017,0,0,NULL +23,156829,Antelope Expansion 2,Central_PV,2018,0,0,NULL +23,156830,Kayenta Solar Project,Central_PV,2017,0,0,NULL +23,156831,Gray Hawk Solar,Central_PV,2018,0,0,NULL +23,156832,Bear Creek Solar Center,Central_PV,2018,0,0,NULL +23,156833,"River Bend Solar, LLC",Central_PV,2017,0,0,NULL +23,156834,"South Mills Solar, LLC",Central_PV,2017,0,0,NULL +23,156835,"Green Meadow Solar, LLC",Central_PV,2017,0,0,NULL +23,156840,"Magpie Solar, LLC",Central_PV,2017,0,0,NULL +23,156841,Mill Creek Solar (OR),Central_PV,2017,0,0,NULL +23,156844,Westmont 400A,Central_PV,2017,0,0,NULL +23,156845,Westmont 400B,Central_PV,2017,0,0,NULL +23,156848,Valencia 1 Solar CA,Central_PV,2017,0,0,NULL +23,156853,"OR Solar 8, LLC",Central_PV,2018,0,0,NULL +23,156854,Coyote Ridge Community Solar,Central_PV,2017,0,0,NULL +23,156857,Panasonic Carport Solar,Battery_Storage,2017,0,0,NULL +23,156858,Panasonic Carport Solar,Central_PV,2017,0,0,NULL +23,156859,Foundation California Training Facility,Wind,2018,0,0,NULL +23,156861,RE Gaskell West 1 LLC,Central_PV,2018,0,0,NULL +23,156862,SR Platte Solar Farm,Central_PV,2017,0,0,NULL +23,156863,Vandenberg Solar Project,Central_PV,2017,0,0,NULL +23,156865,San Luis Solar Garden,Central_PV,2017,0,0,NULL +23,156866,CoreSite Real Estate 55 S. Market Street,DistillateFuelOil_Internal_Combustion_Engine,2007,0,0,NULL +23,156867,"CoreSite Real Estate 1656 McCarthy, L.P.",DistillateFuelOil_Internal_Combustion_Engine,2000,0,0,NULL +23,156869,"CoreSite Real Estate 3032 Coronado, L.P.",DistillateFuelOil_Internal_Combustion_Engine,2015,0,0,NULL +23,156870,Adams Solar Center,Central_PV,2018,0,0,NULL +23,156872,ABEC #2 dba West-Star Dairy,Bio_Gas_Internal_Combustion_Engine,2018,0,0,NULL +23,156874,ABEC #4 dba CE&S Dairy,Bio_Gas_Internal_Combustion_Engine,2018,0,0,NULL +23,156876,Klamath Falls Solar 2 CSG,Central_PV,2017,0,0,NULL +23,156878,Facebook 2 Solar Energy Center,Central_PV,2018,0,0,NULL +23,156879,Facebook 3 Solar Energy Center,Central_PV,2018,0,0,NULL +23,156881,Eagle Point Solar,Central_PV,2017,0,0,NULL +23,156882,Denver Metro Solar,Central_PV,2017,0,0,NULL +23,156883,"Tumbleweed Solar, LLC",Central_PV,2017,0,0,NULL +23,156885,Voyager Wind III,Wind,2018,0,0,NULL +23,156888,Westmont 401,Central_PV,2017,0,0,NULL +23,156889,San Luis Valley Solar Array,Central_PV,2017,0,0,NULL +23,156890,Vilas Solar Array,Central_PV,2017,0,0,NULL +23,156893,CDCR (CA) - Corcoran State Prison,Central_PV,2013,0,0,NULL +23,156896,"Chiloquin Solar, LLC",Central_PV,2018,0,0,NULL +23,156897,Vista Energy Storage System ,Battery_Storage,2018,0,0,NULL +23,156899,Pinal Central Energy Center,Battery_Storage,2018,0,0,NULL +23,156901,USG 1,Central_PV,2014,0,0,NULL +23,156906,HEBT Irvine 1,Battery_Storage,2018,0,0,NULL +23,156910,Imboden Solar Garden,Central_PV,2018,0,0,NULL +23,156911,SunSelect1,Gas_Internal_Combustion_Engine,2018,0,0,NULL +23,156912,Douglas County Forest Products,Bio_Solid_Steam_Turbine,2006,0,0,NULL +23,156916,Titan Solar,Central_PV,2018,0,0,NULL +23,156919,Dayton Cutoff Solar,Central_PV,2017,0,0,NULL +23,156921,Silverton Solar,Central_PV,2017,0,0,NULL +23,156922,Sheep Solar,Central_PV,2017,0,0,NULL +23,156926,Grand Ronde Solar,Central_PV,2017,0,0,NULL +23,156931,Bar D,Central_PV,2018,0,0,NULL +23,156934,Punkin Center Battery Storage,Battery_Storage,2018,0,0,NULL +23,156935,Casa Mesa Wind Energy Center,Battery_Storage,2018,0,0,NULL +23,156937,Adams Nielson Solar,Central_PV,2018,0,0,NULL +23,156940,UC Merced Solar,Battery_Storage,2018,0,0,NULL +23,156943,Stanford Campus Solar,Central_PV,2017,0,0,NULL +23,156945,Santa Rosa Junior College Petaluma Solar,Central_PV,2018,0,0,NULL +23,156946,Lancaster,Central_PV,2018,0,0,NULL +23,156948,Syncarpha Eagle Nest,Central_PV,2018,0,0,NULL +23,156951,Labish Solar LLC,Central_PV,2018,0,0,NULL +23,156953,CNMEC Solar Energy Center,Central_PV,2018,0,0,NULL +23,156954,Oak Leaf Solar XXVII LLC,Central_PV,2018,0,0,NULL +23,156959,Oak Leaf Solar XXXI LLC (CSG),Central_PV,2018,0,0,NULL +23,156964,Frontier HS Solar Project,Central_PV,2018,0,0,NULL +23,156965,Xebec 1,Central_PV,2018,0,0,NULL +23,156966,Francisco St. Solar,Central_PV,2018,0,0,NULL +23,156968,I25 Battery Storage,Battery_Storage,2018,0,0,NULL +23,156969,CFW Solar X LLC - Vaughn,Central_PV,2018,0,0,NULL +23,156970,City of Gallup Solar,Central_PV,2018,0,0,NULL +23,156979,PFMG Solar Grossmont Helix LLC,Central_PV,2018,0,0,NULL +23,156980,NVSS-II,Central_PV,2017,0,0,NULL +23,156981,AZ State University - Tempe Campus Solar,Central_PV,2003,0,0,NULL +23,156981,AZ State University - Tempe Campus Solar,Central_PV,2008,0,0,NULL +23,156981,AZ State University - Tempe Campus Solar,Central_PV,2009,0,0,NULL +23,156981,AZ State University - Tempe Campus Solar,Central_PV,2013,0,0,NULL +23,156983,Gilcrest Solar,Central_PV,2018,0,0,NULL +23,156984,Quincy Solar,Central_PV,2018,0,0,NULL +23,156998,RC Energy AA LLC Solar Facility,Central_PV,2011,0,0,NULL +23,157000,Gila Bend Power Generation Station,CCGT,2025,0,0,NULL +23,157001,H Wilson Sundt Generating Station,Gas_Internal_Combustion_Engine,2020,0,0,NULL +23,157003,CE&P Imperial Valley 1,CCGT,2021,0,0,NULL +23,157006,Perennial Wind Chaser Station,Gas_Combustion_Turbine,2021,0,0,NULL +23,157008,AES Alamitos Energy Center,CCGT,2020,0,0,NULL +23,157010,Verwey-Hanford Dairy Digester #2,Bio_Gas_Internal_Combustion_Engine,2019,0,0,NULL +23,157011,Verwey-Hanford Dairy Digester #3,Bio_Gas_Internal_Combustion_Engine,2019,0,0,NULL +23,157013,Estrella Mountain PV,Central_PV,2019,0,0,NULL +23,157015,AES ES GILBERT,Battery_Storage,2019,0,0,NULL +23,157016,Pima Community College,Central_PV,2019,0,0,NULL +23,157020,Foundation Dole Fresh Vegetables,Wind,2020,0,0,NULL +23,157021,Blue Shld Of Cal- El Dorado Hlls Mtr B,Central_PV,2019,0,0,NULL +23,157022,Boring Solar LLC,Central_PV,2019,0,0,NULL +23,157023,Waterman Turnout Hydroelectric,Hydro_NonPumped,2020,0,0,NULL +23,157025,Desert Quartzite,Central_PV,2021,0,0,NULL +23,157026,"Blythe Solar III, LLC",Central_PV,2020,0,0,NULL +23,157028,"Desert Harvest, LLC",Central_PV,2020,0,0,NULL +23,157029,"Maverick Solar, LLC",Central_PV,2020,0,0,NULL +23,157030,Wildcat I Energy Storage LLC,Battery_Storage,2020,0,0,NULL +23,157032,"Solar Star Palo Alto I, LLC",Central_PV,2019,0,0,NULL +23,157033,Citizens Imperial Solar,Central_PV,2019,0,0,NULL +23,157035,Windsor Floating Solar,Central_PV,2019,0,0,NULL +23,157036,Rugged Solar LLC,Central_PV,2019,0,0,NULL +23,157037,Kearny Mesa Storage LLC,Battery_Storage,2019,0,0,NULL +23,157038,Don Lee BESS 1 LLC,Battery_Storage,2021,0,0,NULL +23,157039,Jawbone Wind Project,Wind,2020,0,0,NULL +23,157040,Tooele Army Depot,Central_PV,2020,0,0,NULL +23,157042,Chokecherry and Sierra Madre Wind,Wind,2022,0,0,NULL +23,157042,Chokecherry and Sierra Madre Wind,Wind,2023,0,0,NULL +23,157042,Chokecherry and Sierra Madre Wind,Wind,2024,0,0,NULL +23,157042,Chokecherry and Sierra Madre Wind,Wind,2025,0,0,NULL +23,157042,Chokecherry and Sierra Madre Wind,Wind,2026,0,0,NULL +23,157043,"Gallegos Wind Farm, Phase 1",Wind,2021,0,0,NULL +23,157045,Windhub Solar A LLC,Central_PV,2019,0,0,NULL +23,157048,"Willow Spring Solar, LLC",Central_PV,2019,0,0,NULL +23,157049,"Willow Spring Solar 3, LLC",Central_PV,2021,0,0,NULL +23,157054,"Mud Springs Wind Project, LLC",Wind,2020,0,0,NULL +23,157057,Sunshine Valley Solar,Central_PV,2020,0,0,NULL +23,157061,EDPR CA Solar Park VI LLC (CA),Battery_Storage,2022,0,0,NULL +23,157062,EDPR CA Solar Park VI LLC (CA),Central_PV,2022,0,0,NULL +23,157063,"CA Flats Solar 150, LLC",Central_PV,2019,0,0,NULL +23,157067,San Pablo Raceway,Central_PV,2019,0,0,NULL +23,157069,Henrietta D Energy Storage LLC,Battery_Storage,2020,0,0,NULL +23,157071,Mustang Two,Central_PV,2020,0,0,NULL +23,157072,Almond,Central_PV,2020,0,0,NULL +23,157077,Techren Solar II LLC,Central_PV,2019,0,0,NULL +23,157079,Techren Solar IV LLC,Central_PV,2020,0,0,NULL +23,157082,HEBT WLA 1,Battery_Storage,2019,0,0,NULL +23,157084,Orange County Energy Storage 2,Battery_Storage,2021,0,0,NULL +23,157085,Orange County Energy Storage 3,Battery_Storage,2021,0,0,NULL +23,157086,Hecate Energy Johanna Facility,Battery_Storage,2021,0,0,NULL +23,157089,Lund Hill,Wind,2021,0,0,NULL +23,157090,Fresno Dam Site Water Power Project,Hydro_NonPumped,2022,0,0,NULL +23,157093,Pacific Union College BESS,Battery_Storage,2019,0,0,NULL +23,157094,American Canyon Solar,Central_PV,2019,0,0,NULL +23,157095,"Cascade Energy Storage, LLC",Battery_Storage,2022,0,0,NULL +23,157096,"Sierra Energy Storage, LLC",Battery_Storage,2022,0,0,NULL +23,157099,"Pioneer Solar (CO), LLC",Central_PV,2020,0,0,NULL +23,157102,Urtica Solar Project,Central_PV,2020,0,0,NULL +23,157104,Penstemon Solar Project,Central_PV,2020,0,0,NULL +23,157107,Clif Bar Bakery of Twin Falls,Central_PV,2019,0,0,NULL +23,157108,Oak Leaf Solar XXXII (CSG),Central_PV,2019,0,0,NULL +23,157109,Oak Leaf Solar XXII LLC (CSG),Central_PV,2019,0,0,NULL +23,157110,Oak Leaf Solar XXVI LLC,Central_PV,2019,0,0,NULL +23,157117,Little Bear 5,Central_PV,2020,0,0,NULL +23,157118,Vista Solar Energy Center,Central_PV,2019,0,0,NULL +23,157121,Cove Mountain Solar 2,Central_PV,2020,0,0,NULL +23,157125,Sigurd Solar LLC,Central_PV,2020,0,0,NULL +23,157126,Lafayette Horizon Solar CSG LLC,Central_PV,2019,0,0,NULL +23,157127,Wheatridge,Battery_Storage,2021,0,0,NULL +23,157130,"Orchard Windfarm, LLC",Wind,2020,0,0,NULL +23,157131,ORNI 34 LLC,Battery_Storage,2020,0,0,NULL +23,157132,Shelter Creek Condominiums Solar,Central_PV,2019,0,0,NULL +23,157134,Blue Marmot VIII,Central_PV,2021,0,0,NULL +23,157135,Blue Marmot VII,Central_PV,2021,0,0,NULL +23,157136,Blue Marmot VI,Central_PV,2021,0,0,NULL +23,157138,Blue Marmot IX,Central_PV,2021,0,0,NULL +23,157140,Lovelock Solar,Central_PV,2020,0,0,NULL +23,157142,South Peak Wind,Wind,2019,0,0,NULL +23,157826,Belly_River_CHD,Hydro_NonPumped,1991,17686.85625,4244845.5,NULL +23,157830,Cascade_AB,Hydro_NonPumped,1942,17686.85625,4244845.5,NULL +23,157834,Horseshoe,Hydro_NonPumped,1911,17686.85625,4244845.5,NULL +23,157835,Interlakes,Hydro_NonPumped,1955,17686.85625,4244845.5,NULL +23,157840,Raymond_Reservoir,Hydro_NonPumped,1994,17686.85625,4244845.5,NULL +23,157842,Spray,Hydro_NonPumped,1960,17686.85625,4244845.5,NULL +23,157846,Aberfeldie,Hydro_NonPumped,1953,17686.85625,4244845.5,NULL +23,157850,Ashlu_Creek,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157851,Ash_River,Hydro_NonPumped,1959,17686.85625,4244845.5,NULL +23,157854,Bridge_River_1,Hydro_NonPumped,1948,17686.85625,4244845.5,NULL +23,157856,Brilliant,Hydro_NonPumped,2009,17686.85625,4244845.5,NULL +23,157857,Brilliant,Hydro_NonPumped,1944,17686.85625,4244845.5,NULL +23,157859,Buntzen_1,Hydro_NonPumped,1951,17686.85625,4244845.5,NULL +23,157861,Canoe_Creek_Hydro_Project,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157862,Cheakamus,Hydro_NonPumped,1957,17686.85625,4244845.5,NULL +23,157866,Clowhom,Hydro_NonPumped,1957,17686.85625,4244845.5,NULL +23,157867,Corra_Linn,Hydro_NonPumped,1932,17686.85625,4244845.5,NULL +23,157869,Doran_Taylor,Hydro_NonPumped,1996,17686.85625,4244845.5,NULL +23,157871,Eagle_Lake,Hydro_NonPumped,2003,17686.85625,4244845.5,NULL +23,157873,Elko_BC,Hydro_NonPumped,1924,17686.85625,4244845.5,NULL +23,157877,Furry_Creek,Hydro_NonPumped,2004,17686.85625,4244845.5,NULL +23,157880,John_Hart,Hydro_NonPumped,1947,17686.85625,4244845.5,NULL +23,157881,Jordan_River,Hydro_NonPumped,1971,17686.85625,4244845.5,NULL +23,157885,La_Joie,Hydro_NonPumped,1957,17686.85625,4244845.5,NULL +23,157886,Lamont_Creek,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157887,L_Bonnington,Hydro_NonPumped,1925,17686.85625,4244845.5,NULL +23,157889,Lower_Clowhom,Hydro_NonPumped,2009,17686.85625,4244845.5,NULL +23,157895,Miller_Creek,Hydro_NonPumped,2003,17686.85625,4244845.5,NULL +23,157896,Montrose_Creek,Hydro_NonPumped,2010,17686.85625,4244845.5,NULL +23,157897,Morehead_Creek,Hydro_NonPumped,1994,17686.85625,4244845.5,NULL +23,157901,Ocean_Falls,Hydro_NonPumped,1922,17686.85625,4244845.5,NULL +23,157903,Pingston_Hydroelectric,Hydro_NonPumped,2003,17686.85625,4244845.5,NULL +23,157905,Ptarmigan_Creek,Hydro_NonPumped,1993,17686.85625,4244845.5,NULL +23,157909,Revelstoke,Hydro_NonPumped,1984,17686.85625,4244845.5,NULL +23,157911,Rutherford_Creek_Hydro,Hydro_NonPumped,2004,17686.85625,4244845.5,NULL +23,157912,Scuzzy_Creek,Hydro_NonPumped,1995,17686.85625,4244845.5,NULL +23,157913,Seaton_Creek,Hydro_NonPumped,1997,17686.85625,4244845.5,NULL +23,157915,Seton,Hydro_NonPumped,1956,17686.85625,4244845.5,NULL +23,157917,Shuswap,Hydro_NonPumped,1929,17686.85625,4244845.5,NULL +23,157919,Soo_River,Hydro_NonPumped,1994,17686.85625,4244845.5,NULL +23,157920,South_Sutton_Creek_Hydro_Project,Hydro_NonPumped,2005,17686.85625,4244845.5,NULL +23,157922,S_Slocan,Hydro_NonPumped,1928,17686.85625,4244845.5,NULL +23,157926,Strathcona,Hydro_NonPumped,1958,17686.85625,4244845.5,NULL +23,157927,Tennant_Lake,Hydro_NonPumped,1966,17686.85625,4244845.5,NULL +23,157932,Upper_Clowhom,Hydro_NonPumped,2009,17686.85625,4244845.5,NULL +23,157933,Upper_Mamquam_Hydro,Hydro_NonPumped,2005,17686.85625,4244845.5,NULL +23,157935,Wahleach,Hydro_NonPumped,1952,17686.85625,4244845.5,NULL +23,157936,Walden_CN,Hydro_NonPumped,1993,17686.85625,4244845.5,NULL +23,157937,Walter_Hardman,Hydro_NonPumped,1960,17686.85625,4244845.5,NULL +23,157940,Calgary1,CCGT,2003,7440.270615,1473898.65,NULL +23,157941,CCCPrsd2,CCGT,2001,6660.813693,1319495.625,NULL +23,157943,NovaJffr1A,CCGT_Cogen,2000,5580.203271,1105428.818,NULL +23,157944,LaRosit3,CCGT,2003,6660.813693,1319495.625,NULL +23,157948,GenCC_CFE_1,CCGT,2009,6660.813693,1319495.625,NULL +23,157951,JoffrCgnP,CCGT_Cogen,2000,5580.203271,1105428.818,NULL +23,157952,VancIsland2,CCGT,1950,7440.270615,1473898.65,NULL +23,157954,DowChmcl1,CCGT_Cogen,1999,5580.203271,1105428.818,NULL +23,157955,PJX_3_1,CCGT,2009,6660.813693,1319495.625,NULL +23,157960,Balzac1,CCGT_Cogen,2001,5580.203271,1105428.818,NULL +23,157962,Wabamun4,Coal_Steam_Turbine,1968,27119.84625,3584536.2,NULL +23,157964,Sundanc4,Coal_Steam_Turbine,1977,27119.84625,3584536.2,NULL +23,157965,Sundanc5,Coal_Steam_Turbine,1978,27119.84625,3584536.2,NULL +23,157967,Kephlls2,Coal_Steam_Turbine,1984,27119.84625,3584536.2,NULL +23,157969,Genesee1,Coal_Steam_Turbine,1994,27119.84625,3584536.2,NULL +23,157971,BAT_#3_3,Coal_Steam_Turbine,1969,27119.84625,3584536.2,NULL +23,157973,Genesee2,Coal_Steam_Turbine,1989,27119.84625,3584536.2,NULL +23,157975,Sundanc1,Coal_Steam_Turbine,1970,27119.84625,3584536.2,NULL +23,157976,Shernss2,Coal_Steam_Turbine,1990,27119.84625,3584536.2,NULL +23,157977,Sundanc2,Coal_Steam_Turbine,1973,27119.84625,3584536.2,NULL +23,157978,Cancarb1,Coal_Steam_Turbine_Cogen,2000,20339.88469,2688402.15,NULL +23,157982,SC_FirebagS2_1,Gas_Combustion_Turbine_Cogen,2008,4651.643318,593394.48,NULL +23,157985,ON_LongLk2,Gas_Combustion_Turbine,2008,6202.190677,791192.64,NULL +23,157986,EPCR_Clvrbr_3,Gas_Combustion_Turbine,2009,6202.190677,791192.64,NULL +23,157988,NrthPrairie1,Gas_Combustion_Turbine,2008,6202.190677,791192.64,NULL +23,157990,MuskgRvr2,Gas_Combustion_Turbine_Cogen,2002,4651.643318,593394.48,NULL +23,157991,Mackay,Gas_Combustion_Turbine_Cogen,2004,4651.643318,593394.48,NULL +23,157992,ENMX_Crsfld_1,Gas_Combustion_Turbine,2009,6202.190677,791192.64,NULL +23,157993,ColdLake1,Gas_Combustion_Turbine_Cogen,2002,4651.643318,593394.48,NULL +23,157995,ColdLake2,Gas_Combustion_Turbine_Cogen,2002,4651.643318,593394.48,NULL +23,157996,MedcnHt5,Gas_Combustion_Turbine,1975,6202.190677,791192.64,NULL +23,157997,RuprtGT1,Gas_Combustion_Turbine,1973,6202.190677,791192.64,NULL +23,158000,MillerCrk,Gas_Combustion_Turbine,1950,6202.190677,791192.64,NULL +23,158005,PdtJrzG1,Gas_Combustion_Turbine,1982,5552.437368,708305.01,NULL +23,158006,Crestbrook,Gas_Combustion_Turbine,1950,6202.190677,791192.64,NULL +23,158009,WstCstn1,Gas_Combustion_Turbine_Cogen,1993,4651.643318,593394.48,NULL +23,158010,ValleyView1,Gas_Combustion_Turbine,2001,6202.190677,791192.64,NULL +23,158014,WstCstn2,Gas_Combustion_Turbine_Cogen,1993,4651.643318,593394.48,NULL +23,158015,Sturgeon2,Gas_Combustion_Turbine,1961,6202.190677,791192.64,NULL +23,158016,Sturgeon1,Gas_Combustion_Turbine,1958,6202.190677,791192.64,NULL +23,158017,Sturg3VV,Gas_Combustion_Turbine,2001,6202.190677,791192.64,NULL +23,158019,Carslnd2,Gas_Combustion_Turbine_Cogen,2001,4651.643318,593394.48,NULL +23,158021,Foster_Creek1,Gas_Combustion_Turbine_Cogen,2003,4651.643318,593394.48,NULL +23,158022,FrtNelsn1,Gas_Combustion_Turbine,1999,6202.190677,791192.64,NULL +23,158023,PplrHll1,Gas_Combustion_Turbine,1998,6202.190677,791192.64,NULL +23,158024,MedcnHt11,Gas_Combustion_Turbine,1993,6202.190677,791192.64,NULL +23,158027,CerroPrI1-2,Geothermal,1973,0,6586924.575,NULL +23,158028,CerroPr2-2,Geothermal,1987,0,6586924.575,NULL +23,158029,CerroPr3-1,Geothermal,1986,0,6586924.575,NULL +23,158030,CerroPr3-2,Geothermal,1986,0,6586924.575,NULL +23,158031,CerroPr2-1,Geothermal,1986,0,6586924.575,NULL +23,158034,CerroPr4-1,Geothermal,2000,0,6586924.575,NULL +23,158038,CerroPrI1-1,Geothermal,1973,0,6586924.575,NULL +23,158042,MACKAYG3,Gas_Combustion_Turbine_Cogen,2008,4651.643318,593394.48,NULL +23,158043,SYNC_UE4,Gas_Combustion_Turbine_Cogen,2005,4651.643318,593394.48,NULL +23,158044,AUR_GTG2,Gas_Combustion_Turbine_Cogen,2006,4651.643318,593394.48,NULL +23,158045,ELMWORTH_5,Gas_Internal_Combustion_Engine,2002,6202.190677,791192.64,NULL +23,158048,BrrrdTh3,Gas_Steam_Turbine,1964,37403.776,586377.6975,NULL +23,158050,BrrrdTh5,Gas_Steam_Turbine_Cogen,1968,28052.83138,439783.575,NULL +23,158052,PdtJrz-5,Gas_Steam_Turbine,1991,33485.28518,524947.3425,NULL +23,158053,PdtJrz-6,Gas_Steam_Turbine,1992,33485.28518,524947.3425,NULL +23,158054,MedcnHt12,Gas_Steam_Turbine,1996,37403.776,586377.6975,NULL +23,158056,Weldwood2,Gas_Steam_Turbine_Cogen,1990,28052.83138,439783.575,NULL +23,158057,HORUP6_1,Gas_Steam_Turbine,2007,37403.776,586377.6975,NULL +23,158060,Wind_EP_Can_2,Wind,2001,70747.425,2428994.925,NULL +23,158061,Wind_EP_Can_3,Wind,2006,70747.425,2428994.925,NULL +23,158063,Wind_EP_Can_5,Wind,2007,70747.425,2428994.925,NULL +23,158069,Wind_EP_Can_11,Wind,2001,70747.425,2428994.925,NULL +23,158070,Wind_EP_Can_12,Wind,2006,70747.425,2428994.925,NULL +23,158072,Wind_EP_Can_14,Wind,2004,70747.425,2428994.925,NULL +23,158073,Wind_EP_Can_15,Wind,2007,70747.425,2428994.925,NULL +23,158078,Wind_EP_Can_20,Wind,2001,70747.425,2428994.925,NULL +23,158081,Wind_EP_Can_23,Wind,2000,70747.425,2428994.925,NULL +23,158085,Wind_EP_Can_27,Wind,2010,67378.5,2223490.5,NULL +23,158089,Wind_EP_Can_31,Wind,1993,70747.425,2428994.925,NULL +23,1000001,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000001,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000001,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000001,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000001,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000001,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000001,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000001,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000001,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000001,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000001,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000001,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000001,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000001,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000001,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000001,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000001,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000001,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000001,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000001,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000001,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000001,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000001,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000001,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000001,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000001,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000001,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000001,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000001,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000001,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000001,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000001,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000001,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000001,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000001,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000001,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000001,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000001,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000001,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000001,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000001,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000018,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000018,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000018,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000018,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000018,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000018,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000018,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000018,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000018,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000018,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000018,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000018,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000018,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000018,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000018,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000018,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000018,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000018,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000018,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000018,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000018,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000018,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000018,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000018,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000018,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000018,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000018,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000018,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000018,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000018,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000018,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000018,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000018,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000018,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000018,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000018,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000018,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000018,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000018,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000018,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000018,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000080,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000080,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000080,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000080,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000080,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000080,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000080,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000080,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000080,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000080,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000080,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000080,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000080,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000080,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000080,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000080,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000080,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000080,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000080,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000080,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000080,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000080,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000080,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000080,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000080,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000080,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000080,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000080,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000080,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000080,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000080,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000080,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000080,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000080,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000080,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000080,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000080,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000080,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000080,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000080,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000080,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000081,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000081,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000081,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000081,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000081,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000081,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000081,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000081,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000081,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000081,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000081,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000081,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000081,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000081,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000081,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000081,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000081,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000081,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000081,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000081,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000081,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000081,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000081,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000081,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000081,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000081,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000081,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000081,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000081,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000081,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000081,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000081,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000081,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000081,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000081,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000081,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000081,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000081,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000081,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000081,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000081,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000084,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000084,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000084,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000084,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000084,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000084,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000084,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000084,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000084,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000084,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000084,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000084,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000084,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000084,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000084,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000084,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000084,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000084,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000084,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000084,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000084,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000084,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000084,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000084,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000084,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000084,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000084,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000084,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000084,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000084,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000084,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000084,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000084,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000084,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000084,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000084,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000084,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000084,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000084,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000084,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000084,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000087,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000087,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000087,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000087,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000087,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000087,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000087,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000087,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000087,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000087,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000087,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000087,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000087,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000087,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000087,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000087,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000087,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000087,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000087,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000087,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000087,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000087,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000087,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000087,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000087,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000087,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000087,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000087,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000087,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000087,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000087,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000087,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000087,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000087,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000087,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000087,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000087,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000087,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000087,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000087,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000087,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000089,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000089,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000089,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000089,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000089,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000089,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000089,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000089,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000089,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000089,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000089,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000089,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000089,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000089,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000089,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000089,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000089,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000089,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000089,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000089,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000089,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000089,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000089,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000089,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000089,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000089,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000089,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000089,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000089,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000089,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000089,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000089,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000089,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000089,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000089,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000089,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000089,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000089,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000089,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000089,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000089,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000090,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000090,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000090,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000090,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000090,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000090,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000090,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000090,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000090,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000090,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000090,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000090,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000090,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000090,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000090,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000090,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000090,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000090,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000090,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000090,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000090,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000090,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000090,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000090,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000090,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000090,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000090,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000090,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000090,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000090,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000090,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000090,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000090,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000090,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000090,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000090,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000090,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000090,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000090,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000090,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000090,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000092,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000092,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000092,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000092,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000092,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000092,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000092,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000092,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000092,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000092,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000092,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000092,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000092,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000092,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000092,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000092,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000092,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000092,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000092,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000092,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000092,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000092,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000092,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000092,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000092,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000092,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000092,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000092,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000092,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000092,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000092,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000092,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000092,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000092,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000092,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000092,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000092,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000092,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000092,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000092,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000092,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000094,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000094,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000094,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000094,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000094,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000094,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000094,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000094,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000094,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000094,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000094,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000094,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000094,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000094,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000094,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000094,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000094,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000094,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000094,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000094,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000094,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000094,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000094,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000094,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000094,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000094,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000094,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000094,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000094,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000094,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000094,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000094,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000094,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000094,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000094,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000094,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000094,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000094,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000094,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000094,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000094,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000096,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000096,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000096,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000096,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000096,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000096,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000096,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000096,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000096,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000096,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000096,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000096,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000096,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000096,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000096,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000096,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000096,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000096,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000096,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000096,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000096,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000096,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000096,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000096,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000096,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000096,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000096,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000096,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000096,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000096,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000096,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000096,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000096,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000096,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000096,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000096,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000096,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000096,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000096,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000096,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000096,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000097,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000097,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000097,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000097,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000097,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000097,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000097,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000097,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000097,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000097,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000097,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000097,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000097,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000097,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000097,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000097,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000097,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000097,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000097,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000097,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000097,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000097,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000097,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000097,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000097,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000097,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000097,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000097,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000097,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000097,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000097,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000097,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000097,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000097,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000097,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000097,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000097,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000097,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000097,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000097,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000097,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000098,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000098,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000098,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000098,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000098,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000098,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000098,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000098,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000098,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000098,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000098,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000098,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000098,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000098,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000098,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000098,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000098,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000098,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000098,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000098,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000098,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000098,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000098,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000098,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000098,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000098,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000098,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000098,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000098,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000098,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000098,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000098,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000098,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000098,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000098,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000098,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000098,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000098,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000098,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000098,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000098,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000114,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000114,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000114,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000114,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000114,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000114,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000114,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000114,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000114,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000114,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000114,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000114,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000114,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000114,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000114,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000114,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000114,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000114,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000114,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000114,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000114,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000114,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000114,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000114,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000114,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000114,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000114,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000114,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000114,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000114,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000114,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000114,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000114,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000114,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000114,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000114,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000114,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000114,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000114,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000114,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000114,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000116,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000116,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000116,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000116,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000116,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000116,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000116,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000116,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000116,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000116,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000116,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000116,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000116,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000116,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000116,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000116,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000116,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000116,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000116,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000116,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000116,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000116,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000116,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000116,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000116,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000116,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000116,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000116,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000116,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000116,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000116,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000116,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000116,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000116,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000116,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000116,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000116,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000116,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000116,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000116,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000116,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000119,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000119,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000119,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000119,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000119,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000119,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000119,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000119,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000119,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000119,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000119,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000119,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000119,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000119,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000119,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000119,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000119,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000119,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000119,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000119,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000119,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000119,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000119,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000119,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000119,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000119,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000119,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000119,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000119,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000119,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000119,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000119,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000119,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000119,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000119,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000119,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000119,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000119,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000119,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000119,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000119,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000120,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000120,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000120,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000120,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000120,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000120,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000120,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000120,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000120,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000120,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000120,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000120,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000120,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000120,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000120,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000120,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000120,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000120,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000120,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000120,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000120,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000120,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000120,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000120,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000120,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000120,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000120,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000120,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000120,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000120,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000120,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000120,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000120,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000120,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000120,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000120,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000120,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000120,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000120,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000120,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000120,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000121,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000121,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000121,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000121,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000121,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000121,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000121,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000121,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000121,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000121,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000121,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000121,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000121,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000121,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000121,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000121,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000121,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000121,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000121,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000121,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000121,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000121,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000121,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000121,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000121,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000121,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000121,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000121,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000121,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000121,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000121,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000121,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000121,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000121,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000121,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000121,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000121,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000121,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000121,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000121,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000121,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000123,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000123,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000123,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000123,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000123,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000123,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000123,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000123,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000123,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000123,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000123,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000123,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000123,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000123,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000123,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000123,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000123,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000123,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000123,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000123,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000123,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000123,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000123,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000123,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000123,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000123,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000123,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000123,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000123,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000123,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000123,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000123,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000123,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000123,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000123,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000123,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000123,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000123,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000123,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000123,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000123,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000146,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000146,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000146,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000146,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000146,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000146,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000146,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000146,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000146,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000146,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000146,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000146,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000146,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000146,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000146,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000146,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000146,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000146,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000146,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000146,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000146,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000146,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000146,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000146,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000146,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000146,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000146,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000146,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000146,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000146,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000146,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000146,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000146,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000146,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000146,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000146,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000146,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000146,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000146,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000146,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000146,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000156,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000156,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000156,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000156,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000156,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000156,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000156,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000156,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000156,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000156,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000156,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000156,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000156,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000156,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000156,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000156,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000156,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000156,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000156,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000156,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000156,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000156,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000156,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000156,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000156,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000156,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000156,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000156,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000156,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000156,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000156,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000156,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000156,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000156,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000156,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000156,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000156,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000156,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000156,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000156,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000156,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000160,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000160,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000160,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000160,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000160,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000160,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000160,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000160,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000160,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000160,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000160,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000160,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000160,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000160,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000160,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000160,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000160,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000160,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000160,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000160,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000160,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000160,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000160,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000160,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000160,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000160,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000160,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000160,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000160,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000160,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000160,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000160,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000160,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000160,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000160,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000160,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000160,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000160,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000160,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000160,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000160,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000163,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000163,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000163,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000163,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000163,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000163,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000163,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000163,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000163,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000163,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000163,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000163,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000163,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000163,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000163,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000163,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000163,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000163,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000163,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000163,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000163,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000163,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000163,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000163,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000163,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000163,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000163,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000163,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000163,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000163,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000163,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000163,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000163,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000163,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000163,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000163,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000163,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000163,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000163,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000163,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000163,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000171,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000171,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000171,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000171,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000171,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000171,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000171,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000171,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000171,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000171,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000171,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000171,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000171,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000171,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000171,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000171,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000171,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000171,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000171,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000171,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000171,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000171,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000171,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000171,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000171,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000171,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000171,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000171,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000171,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000171,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000171,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000171,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000171,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000171,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000171,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000171,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000171,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000171,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000171,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000171,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000171,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000173,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000173,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000173,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000173,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000173,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000173,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000173,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000173,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000173,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000173,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000173,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000173,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000173,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000173,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000173,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000173,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000173,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000173,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000173,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000173,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000173,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000173,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000173,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000173,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000173,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000173,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000173,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000173,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000173,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000173,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000173,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000173,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000173,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000173,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000173,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000173,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000173,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000173,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000173,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000173,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000173,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000198,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000198,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000198,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000198,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000198,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000198,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000198,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000198,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000198,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000198,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000198,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000198,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000198,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000198,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000198,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000198,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000198,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000198,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000198,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000198,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000198,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000198,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000198,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000198,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000198,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000198,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000198,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000198,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000198,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000198,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000198,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000198,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000198,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000198,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000198,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000198,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000198,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000198,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000198,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000198,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000198,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000199,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000199,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000199,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000199,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000199,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000199,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000199,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000199,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000199,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000199,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000199,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000199,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000199,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000199,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000199,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000199,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000199,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000199,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000199,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000199,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000199,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000199,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000199,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000199,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000199,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000199,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000199,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000199,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000199,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000199,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000199,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000199,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000199,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000199,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000199,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000199,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000199,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000199,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000199,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000199,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000199,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000285,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000285,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000285,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000285,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000285,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000285,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000285,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000285,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000285,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000285,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000285,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000285,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000285,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000285,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000285,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000285,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000285,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000285,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000285,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000285,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000285,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000285,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000285,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000285,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000285,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000285,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000285,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000285,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000285,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000285,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000285,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000285,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000285,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000285,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000285,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000285,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000285,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000285,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000285,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000285,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000285,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000289,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000289,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000289,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000289,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000289,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000289,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000289,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000289,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000289,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000289,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000289,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000289,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000289,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000289,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000289,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000289,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000289,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000289,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000289,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000289,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000289,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000289,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000289,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000289,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000289,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000289,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000289,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000289,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000289,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000289,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000289,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000289,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000289,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000289,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000289,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000289,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000289,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000289,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000289,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000289,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000289,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000298,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000298,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000298,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000298,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000298,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000298,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000298,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000298,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000298,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000298,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000298,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000298,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000298,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000298,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000298,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000298,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000298,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000298,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000298,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000298,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000298,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000298,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000298,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000298,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000298,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000298,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000298,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000298,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000298,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000298,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000298,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000298,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000298,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000298,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000298,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000298,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000298,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000298,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000298,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000298,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000298,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000300,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000300,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000300,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000300,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000300,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000300,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000300,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000300,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000300,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000300,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000300,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000300,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000300,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000300,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000300,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000300,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000300,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000300,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000300,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000300,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000300,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000300,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000300,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000300,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000300,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000300,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000300,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000300,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000300,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000300,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000300,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000300,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000300,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000300,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000300,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000300,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000300,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000300,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000300,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000300,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000300,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000305,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000305,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000305,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000305,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000305,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000305,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000305,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000305,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000305,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000305,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000305,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000305,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000305,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000305,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000305,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000305,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000305,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000305,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000305,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000305,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000305,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000305,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000305,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000305,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000305,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000305,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000305,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000305,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000305,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000305,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000305,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000305,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000305,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000305,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000305,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000305,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000305,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000305,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000305,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000305,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000305,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000312,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000312,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000312,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000312,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000312,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000312,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000312,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000312,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000312,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000312,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000312,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000312,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000312,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000312,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000312,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000312,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000312,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000312,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000312,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000312,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000312,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000312,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000312,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000312,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000312,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000312,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000312,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000312,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000312,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000312,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000312,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000312,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000312,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000312,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000312,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000312,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000312,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000312,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000312,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000312,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000312,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000313,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000313,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000313,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000313,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000313,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000313,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000313,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000313,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000313,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000313,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000313,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000313,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000313,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000313,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000313,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000313,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000313,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000313,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000313,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000313,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000313,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000313,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000313,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000313,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000313,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000313,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000313,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000313,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000313,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000313,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000313,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000313,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000313,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000313,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000313,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000313,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000313,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000313,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000313,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000313,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000313,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000315,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000315,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000315,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000315,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000315,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000315,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000315,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000315,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000315,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000315,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000315,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000315,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000315,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000315,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000315,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000315,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000315,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000315,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000315,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000315,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000315,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000315,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000315,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000315,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000315,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000315,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000315,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000315,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000315,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000315,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000315,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000315,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000315,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000315,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000315,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000315,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000315,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000315,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000315,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000315,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000315,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000340,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000340,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000340,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000340,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000340,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000340,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000340,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000340,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000340,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000340,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000340,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000340,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000340,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000340,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000340,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000340,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000340,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000340,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000340,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000340,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000340,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000340,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000340,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000340,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000340,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000340,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000340,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000340,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000340,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000340,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000340,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000340,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000340,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000340,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000340,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000340,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000340,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000340,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000340,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000340,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000340,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000341,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000341,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000341,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000341,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000341,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000341,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000341,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000341,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000341,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000341,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000341,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000341,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000341,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000341,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000341,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000341,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000341,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000341,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000341,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000341,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000341,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000341,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000341,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000341,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000341,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000341,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000341,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000341,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000341,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000341,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000341,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000341,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000341,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000341,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000341,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000341,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000341,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000341,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000341,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000341,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000341,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000388,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000388,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000388,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000388,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000388,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000388,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000388,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000388,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000388,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000388,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000388,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000388,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000388,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000388,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000388,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000388,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000388,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000388,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000388,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000388,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000388,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000388,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000388,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000388,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000388,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000388,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000388,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000388,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000388,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000388,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000388,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000388,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000388,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000388,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000388,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000388,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000388,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000388,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000388,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000388,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000388,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000390,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000390,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000390,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000390,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000390,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000390,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000390,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000390,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000390,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000390,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000390,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000390,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000390,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000390,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000390,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000390,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000390,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000390,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000390,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000390,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000390,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000390,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000390,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000390,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000390,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000390,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000390,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000390,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000390,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000390,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000390,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000390,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000390,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000390,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000390,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000390,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000390,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000390,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000390,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000390,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000390,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000391,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000391,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000391,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000391,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000391,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000391,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000391,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000391,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000391,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000391,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000391,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000391,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000391,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000391,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000391,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000391,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000391,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000391,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000391,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000391,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000391,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000391,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000391,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000391,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000391,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000391,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000391,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000391,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000391,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000391,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000391,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000391,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000391,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000391,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000391,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000391,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000391,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000391,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000391,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000391,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000391,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000416,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000416,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000416,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000416,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000416,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000416,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000416,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000416,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000416,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000416,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000416,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000416,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000416,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000416,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000416,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000416,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000416,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000416,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000416,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000416,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000416,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000416,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000416,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000416,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000416,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000416,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000416,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000416,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000416,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000416,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000416,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000416,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000416,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000416,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000416,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000416,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000416,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000416,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000416,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000416,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000416,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000418,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000418,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000418,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000418,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000418,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000418,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000418,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000418,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000418,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000418,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000418,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000418,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000418,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000418,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000418,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000418,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000418,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000418,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000418,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000418,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000418,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000418,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000418,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000418,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000418,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000418,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000418,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000418,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000418,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000418,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000418,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000418,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000418,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000418,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000418,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000418,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000418,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000418,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000418,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000418,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000418,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000420,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000420,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000420,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000420,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000420,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000420,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000420,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000420,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000420,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000420,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000420,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000420,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000420,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000420,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000420,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000420,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000420,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000420,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000420,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000420,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000420,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000420,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000420,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000420,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000420,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000420,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000420,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000420,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000420,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000420,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000420,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000420,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000420,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000420,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000420,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000420,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000420,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000420,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000420,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000420,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000420,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000422,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000422,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000422,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000422,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000422,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000422,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000422,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000422,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000422,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000422,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000422,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000422,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000422,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000422,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000422,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000422,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000422,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000422,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000422,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000422,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000422,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000422,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000422,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000422,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000422,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000422,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000422,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000422,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000422,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000422,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000422,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000422,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000422,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000422,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000422,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000422,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000422,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000422,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000422,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000422,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000422,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000423,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000423,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000423,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000423,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000423,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000423,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000423,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000423,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000423,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000423,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000423,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000423,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000423,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000423,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000423,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000423,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000423,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000423,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000423,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000423,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000423,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000423,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000423,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000423,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000423,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000423,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000423,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000423,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000423,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000423,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000423,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000423,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000423,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000423,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000423,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000423,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000423,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000423,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000423,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000423,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000423,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000424,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000424,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000424,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000424,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000424,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000424,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000424,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000424,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000424,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000424,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000424,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000424,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000424,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000424,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000424,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000424,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000424,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000424,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000424,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000424,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000424,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000424,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000424,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000424,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000424,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000424,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000424,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000424,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000424,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000424,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000424,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000424,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000424,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000424,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000424,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000424,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000424,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000424,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000424,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000424,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000424,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000429,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000429,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000429,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000429,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000429,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000429,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000429,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000429,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000429,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000429,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000429,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000429,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000429,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000429,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000429,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000429,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000429,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000429,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000429,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000429,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000429,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000429,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000429,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000429,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000429,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000429,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000429,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000429,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000429,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000429,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000429,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000429,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000429,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000429,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000429,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000429,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000429,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000429,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000429,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000429,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000429,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000430,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000430,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000430,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000430,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000430,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000430,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000430,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000430,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000430,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000430,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000430,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000430,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000430,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000430,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000430,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000430,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000430,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000430,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000430,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000430,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000430,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000430,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000430,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000430,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000430,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000430,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000430,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000430,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000430,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000430,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000430,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000430,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000430,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000430,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000430,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000430,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000430,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000430,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000430,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000430,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000430,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000464,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000464,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000464,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000464,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000464,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000464,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000464,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000464,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000464,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000464,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000464,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000464,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000464,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000464,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000464,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000464,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000464,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000464,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000464,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000464,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000464,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000464,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000464,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000464,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000464,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000464,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000464,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000464,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000464,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000464,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000464,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000464,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000464,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000464,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000464,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000464,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000464,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000464,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000464,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000464,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000464,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000465,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000465,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000465,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000465,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000465,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000465,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000465,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000465,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000465,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000465,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000465,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000465,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000465,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000465,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000465,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000465,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000465,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000465,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000465,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000465,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000465,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000465,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000465,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000465,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000465,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000465,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000465,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000465,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000465,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000465,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000465,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000465,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000465,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000465,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000465,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000465,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000465,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000465,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000465,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000465,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000465,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000468,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000468,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000468,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000468,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000468,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000468,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000468,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000468,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000468,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000468,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000468,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000468,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000468,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000468,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000468,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000468,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000468,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000468,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000468,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000468,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000468,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000468,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000468,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000468,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000468,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000468,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000468,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000468,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000468,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000468,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000468,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000468,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000468,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000468,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000468,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000468,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000468,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000468,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000468,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000468,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000468,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000506,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000506,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000506,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000506,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000506,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000506,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000506,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000506,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000506,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000506,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000506,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000506,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000506,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000506,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000506,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000506,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000506,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000506,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000506,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000506,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000506,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000506,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000506,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000506,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000506,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000506,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000506,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000506,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000506,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000506,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000506,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000506,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000506,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000506,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000506,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000506,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000506,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000506,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000506,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000506,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000506,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000575,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000575,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000575,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000575,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000575,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000575,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000575,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000575,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000575,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000575,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000575,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000575,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000575,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000575,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000575,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000575,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000575,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000575,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000575,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000575,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000575,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000575,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000575,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000575,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000575,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000575,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000575,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000575,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000575,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000575,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000575,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000575,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000575,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000575,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000575,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000575,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000575,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000575,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000575,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000575,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000575,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000578,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000578,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000578,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000578,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000578,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000578,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000578,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000578,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000578,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000578,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000578,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000578,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000578,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000578,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000578,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000578,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000578,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000578,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000578,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000578,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000578,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000578,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000578,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000578,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000578,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000578,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000578,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000578,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000578,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000578,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000578,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000578,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000578,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000578,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000578,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000578,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000578,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000578,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000578,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000578,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000578,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000579,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000579,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000579,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000579,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000579,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000579,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000579,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000579,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000579,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000579,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000579,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000579,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000579,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000579,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000579,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000579,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000579,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000579,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000579,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000579,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000579,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000579,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000579,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000579,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000579,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000579,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000579,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000579,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000579,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000579,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000579,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000579,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000579,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000579,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000579,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000579,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000579,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000579,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000579,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000579,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000579,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000583,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000583,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000583,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000583,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000583,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000583,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000583,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000583,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000583,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000583,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000583,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000583,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000583,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000583,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000583,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000583,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000583,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000583,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000583,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000583,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000583,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000583,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000583,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000583,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000583,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000583,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000583,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000583,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000583,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000583,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000583,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000583,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000583,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000583,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000583,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000583,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000583,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000583,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000583,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000583,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000583,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000736,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000736,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000736,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000736,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000736,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000736,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000736,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000736,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000736,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000736,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000736,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000736,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000736,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000736,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000736,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000736,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000736,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000736,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000736,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000736,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000736,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000736,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000736,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000736,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000736,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000736,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000736,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000736,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000736,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000736,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000736,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000736,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000736,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000736,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000736,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000736,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000736,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000736,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000736,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000736,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000736,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000737,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000737,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000737,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000737,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000737,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000737,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000737,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000737,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000737,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000737,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000737,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000737,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000737,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000737,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000737,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000737,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000737,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000737,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000737,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000737,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000737,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000737,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000737,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000737,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000737,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000737,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000737,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000737,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000737,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000737,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000737,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000737,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000737,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000737,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000737,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000737,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000737,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000737,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000737,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000737,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000737,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000740,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000740,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000740,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000740,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000740,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000740,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000740,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000740,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000740,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000740,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000740,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000740,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000740,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000740,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000740,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000740,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000740,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000740,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000740,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000740,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000740,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000740,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000740,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000740,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000740,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000740,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000740,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000740,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000740,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000740,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000740,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000740,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000740,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000740,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000740,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000740,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000740,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000740,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000740,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000740,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000740,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000742,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000742,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000742,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000742,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000742,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000742,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000742,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000742,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000742,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000742,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000742,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000742,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000742,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000742,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000742,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000742,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000742,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000742,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000742,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000742,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000742,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000742,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000742,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000742,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000742,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000742,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000742,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000742,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000742,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000742,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000742,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000742,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000742,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000742,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000742,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000742,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000742,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000742,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000742,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000742,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000742,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000743,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000743,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000743,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000743,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000743,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000743,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000743,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000743,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000743,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000743,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000743,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000743,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000743,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000743,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000743,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000743,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000743,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000743,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000743,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000743,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000743,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000743,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000743,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000743,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000743,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000743,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000743,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000743,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000743,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000743,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000743,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000743,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000743,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000743,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000743,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000743,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000743,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000743,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000743,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000743,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000743,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000790,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000790,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000790,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000790,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000790,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000790,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000790,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000790,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000790,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000790,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000790,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000790,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000790,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000790,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000790,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000790,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000790,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000790,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000790,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000790,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000790,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000790,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000790,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000790,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000790,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000790,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000790,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000790,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000790,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000790,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000790,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000790,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000790,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000790,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000790,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000790,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000790,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000790,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000790,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000790,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000790,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000795,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000795,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000795,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000795,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000795,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000795,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000795,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000795,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000795,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000795,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000795,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000795,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000795,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000795,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000795,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000795,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000795,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000795,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000795,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000795,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000795,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000795,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000795,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000795,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000795,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000795,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000795,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000795,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000795,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000795,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000795,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000795,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000795,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000795,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000795,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000795,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000795,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000795,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000795,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000795,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000795,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000797,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000797,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000797,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000797,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000797,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000797,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000797,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000797,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000797,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000797,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000797,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000797,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000797,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000797,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000797,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000797,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000797,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000797,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000797,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000797,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000797,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000797,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000797,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000797,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000797,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000797,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000797,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000797,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000797,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000797,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000797,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000797,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000797,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000797,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000797,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000797,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000797,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000797,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000797,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000797,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000797,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000801,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000801,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000801,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000801,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000801,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000801,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000801,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000801,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000801,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000801,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000801,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000801,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000801,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000801,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000801,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000801,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000801,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000801,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000801,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000801,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000801,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000801,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000801,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000801,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000801,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000801,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000801,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000801,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000801,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000801,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000801,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000801,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000801,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000801,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000801,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000801,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000801,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000801,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000801,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000801,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000801,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000803,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000803,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000803,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000803,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000803,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000803,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000803,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000803,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000803,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000803,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000803,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000803,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000803,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000803,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000803,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000803,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000803,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000803,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000803,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000803,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000803,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000803,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000803,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000803,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000803,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000803,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000803,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000803,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000803,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000803,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000803,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000803,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000803,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000803,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000803,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000803,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000803,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000803,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000803,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000803,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000803,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000804,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000804,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000804,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000804,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000804,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000804,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000804,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000804,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000804,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000804,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000804,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000804,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000804,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000804,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000804,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000804,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000804,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000804,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000804,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000804,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000804,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000804,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000804,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000804,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000804,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000804,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000804,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000804,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000804,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000804,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000804,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000804,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000804,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000804,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000804,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000804,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000804,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000804,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000804,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000804,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000804,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000805,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000805,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000805,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000805,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000805,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000805,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000805,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000805,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000805,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000805,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000805,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000805,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000805,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000805,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000805,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000805,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000805,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000805,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000805,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000805,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000805,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000805,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000805,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000805,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000805,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000805,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000805,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000805,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000805,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000805,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000805,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000805,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000805,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000805,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000805,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000805,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000805,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000805,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000805,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000805,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000805,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000808,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000808,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000808,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000808,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000808,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000808,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000808,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000808,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000808,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000808,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000808,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000808,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000808,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000808,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000808,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000808,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000808,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000808,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000808,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000808,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000808,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000808,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000808,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000808,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000808,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000808,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000808,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000808,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000808,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000808,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000808,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000808,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000808,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000808,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000808,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000808,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000808,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000808,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000808,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000808,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000808,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000809,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000809,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000809,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000809,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000809,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000809,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000809,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000809,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000809,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000809,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000809,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000809,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000809,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000809,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000809,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000809,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000809,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000809,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000809,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000809,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000809,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000809,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000809,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000809,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000809,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000809,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000809,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000809,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000809,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000809,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000809,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000809,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000809,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000809,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000809,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000809,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000809,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000809,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000809,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000809,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000809,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000810,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000810,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000810,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000810,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000810,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000810,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000810,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000810,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000810,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000810,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000810,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000810,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000810,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000810,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000810,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000810,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000810,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000810,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000810,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000810,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000810,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000810,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000810,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000810,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000810,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000810,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000810,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000810,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000810,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000810,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000810,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000810,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000810,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000810,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000810,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000810,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000810,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000810,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000810,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000810,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000810,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000811,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000811,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000811,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000811,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000811,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000811,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000811,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000811,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000811,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000811,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000811,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000811,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000811,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000811,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000811,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000811,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000811,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000811,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000811,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000811,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000811,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000811,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000811,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000811,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000811,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000811,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000811,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000811,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000811,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000811,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000811,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000811,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000811,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000811,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000811,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000811,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000811,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000811,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000811,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000811,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000811,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000812,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000812,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000812,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000812,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000812,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000812,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000812,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000812,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000812,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000812,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000812,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000812,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000812,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000812,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000812,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000812,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000812,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000812,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000812,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000812,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000812,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000812,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000812,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000812,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000812,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000812,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000812,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000812,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000812,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000812,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000812,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000812,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000812,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000812,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000812,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000812,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000812,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000812,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000812,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000812,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000812,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000831,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000831,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000831,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000831,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000831,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000831,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000831,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000831,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000831,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000831,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000831,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000831,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000831,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000831,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000831,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000831,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000831,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000831,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000831,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000831,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000831,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000831,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000831,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000831,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000831,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000831,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000831,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000831,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000831,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000831,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000831,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000831,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000831,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000831,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000831,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000831,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000831,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000831,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000831,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000831,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000831,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000832,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1000832,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1000832,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1000832,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1000832,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1000832,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1000832,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1000832,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1000832,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1000832,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1000832,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1000832,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1000832,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1000832,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1000832,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1000832,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1000832,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1000832,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1000832,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1000832,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1000832,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1000832,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1000832,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1000832,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1000832,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1000832,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1000832,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1000832,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1000832,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1000832,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1000832,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1000832,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1000832,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1000832,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1000832,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1000832,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1000832,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1000832,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1000832,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1000832,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1000832,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1000837,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000837,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000837,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000837,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000837,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000837,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000837,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000837,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000837,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000837,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000837,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000837,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000837,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000837,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000837,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000837,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000837,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000837,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000837,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000837,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000837,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000837,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000837,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000837,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000837,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000837,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000837,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000837,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000837,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000837,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000837,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000837,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000837,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000837,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000837,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000837,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000837,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000837,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000837,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000837,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000837,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000839,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000839,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000839,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000839,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000839,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000839,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000839,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000839,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000839,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000839,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000839,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000839,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000839,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000839,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000839,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000839,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000839,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000839,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000839,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000839,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000839,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000839,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000839,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000839,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000839,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000839,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000839,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000839,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000839,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000839,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000839,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000839,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000839,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000839,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000839,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000839,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000839,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000839,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000839,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000839,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000839,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000871,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000871,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000871,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000871,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000871,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000871,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000871,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000871,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000871,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000871,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000871,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000871,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000871,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000871,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000871,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000871,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000871,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000871,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000871,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000871,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000871,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000871,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000871,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000871,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000871,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000871,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000871,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000871,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000871,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000871,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000871,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000871,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000871,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000871,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000871,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000871,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000871,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000871,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000871,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000871,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000871,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000873,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000873,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000873,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000873,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000873,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000873,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000873,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000873,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000873,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000873,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000873,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000873,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000873,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000873,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000873,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000873,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000873,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000873,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000873,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000873,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000873,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000873,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000873,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000873,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000873,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000873,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000873,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000873,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000873,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000873,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000873,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000873,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000873,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000873,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000873,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000873,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000873,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000873,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000873,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000873,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000873,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000975,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000975,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000975,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000975,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000975,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000975,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000975,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000975,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000975,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000975,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000975,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000975,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000975,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000975,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000975,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000975,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000975,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000975,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000975,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000975,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000975,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000975,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000975,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000975,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000975,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000975,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000975,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000975,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000975,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000975,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000975,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000975,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000975,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000975,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000975,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000975,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000975,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000975,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000975,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000975,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000975,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000977,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000977,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000977,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000977,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000977,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000977,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000977,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000977,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000977,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000977,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000977,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000977,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000977,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000977,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000977,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000977,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000977,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000977,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000977,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000977,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000977,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000977,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000977,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000977,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000977,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000977,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000977,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000977,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000977,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000977,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000977,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000977,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000977,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000977,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000977,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000977,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000977,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000977,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000977,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000977,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000977,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1000979,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1000979,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1000979,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1000979,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1000979,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1000979,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1000979,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1000979,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1000979,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1000979,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1000979,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1000979,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1000979,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1000979,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1000979,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1000979,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1000979,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1000979,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1000979,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1000979,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1000979,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1000979,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1000979,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1000979,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1000979,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1000979,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1000979,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1000979,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1000979,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1000979,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1000979,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1000979,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1000979,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1000979,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1000979,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1000979,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1000979,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1000979,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1000979,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1000979,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1000979,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001005,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001005,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001005,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001005,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001005,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001005,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001005,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001005,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001005,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001005,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001005,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001005,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001005,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001005,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001005,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001005,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001005,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001005,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001005,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001005,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001005,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001005,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001005,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001005,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001005,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001005,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001005,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001005,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001005,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001005,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001005,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001005,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001005,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001005,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001005,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001005,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001005,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001005,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001005,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001005,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001005,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001008,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001008,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001008,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001008,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001008,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001008,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001008,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001008,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001008,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001008,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001008,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001008,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001008,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001008,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001008,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001008,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001008,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001008,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001008,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001008,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001008,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001008,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001008,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001008,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001008,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001008,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001008,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001008,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001008,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001008,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001008,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001008,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001008,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001008,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001008,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001008,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001008,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001008,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001008,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001008,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001008,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001010,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001010,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001010,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001010,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001010,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001010,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001010,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001010,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001010,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001010,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001010,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001010,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001010,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001010,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001010,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001010,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001010,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001010,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001010,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001010,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001010,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001010,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001010,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001010,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001010,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001010,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001010,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001010,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001010,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001010,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001010,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001010,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001010,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001010,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001010,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001010,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001010,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001010,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001010,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001010,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001010,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001011,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001011,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001011,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001011,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001011,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001011,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001011,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001011,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001011,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001011,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001011,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001011,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001011,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001011,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001011,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001011,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001011,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001011,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001011,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001011,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001011,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001011,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001011,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001011,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001011,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001011,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001011,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001011,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001011,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001011,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001011,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001011,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001011,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001011,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001011,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001011,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001011,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001011,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001011,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001011,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001011,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001018,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001018,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001018,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001018,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001018,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001018,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001018,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001018,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001018,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001018,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001018,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001018,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001018,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001018,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001018,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001018,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001018,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001018,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001018,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001018,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001018,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001018,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001018,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001018,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001018,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001018,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001018,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001018,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001018,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001018,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001018,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001018,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001018,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001018,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001018,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001018,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001018,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001018,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001018,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001018,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001018,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001020,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001020,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001020,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001020,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001020,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001020,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001020,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001020,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001020,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001020,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001020,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001020,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001020,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001020,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001020,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001020,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001020,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001020,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001020,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001020,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001020,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001020,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001020,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001020,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001020,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001020,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001020,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001020,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001020,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001020,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001020,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001020,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001020,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001020,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001020,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001020,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001020,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001020,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001020,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001020,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001020,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001021,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001021,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001021,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001021,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001021,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001021,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001021,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001021,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001021,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001021,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001021,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001021,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001021,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001021,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001021,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001021,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001021,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001021,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001021,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001021,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001021,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001021,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001021,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001021,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001021,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001021,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001021,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001021,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001021,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001021,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001021,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001021,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001021,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001021,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001021,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001021,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001021,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001021,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001021,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001021,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001021,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001074,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001074,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001074,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001074,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001074,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001074,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001074,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001074,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001074,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001074,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001074,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001074,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001074,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001074,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001074,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001074,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001074,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001074,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001074,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001074,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001074,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001074,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001074,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001074,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001074,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001074,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001074,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001074,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001074,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001074,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001074,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001074,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001074,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001074,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001074,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001074,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001074,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001074,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001074,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001074,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001074,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001077,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001077,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001077,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001077,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001077,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001077,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001077,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001077,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001077,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001077,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001077,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001077,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001077,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001077,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001077,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001077,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001077,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001077,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001077,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001077,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001077,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001077,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001077,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001077,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001077,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001077,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001077,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001077,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001077,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001077,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001077,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001077,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001077,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001077,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001077,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001077,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001077,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001077,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001077,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001077,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001077,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001078,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001078,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001078,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001078,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001078,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001078,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001078,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001078,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001078,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001078,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001078,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001078,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001078,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001078,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001078,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001078,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001078,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001078,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001078,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001078,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001078,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001078,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001078,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001078,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001078,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001078,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001078,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001078,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001078,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001078,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001078,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001078,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001078,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001078,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001078,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001078,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001078,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001078,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001078,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001078,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001078,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001080,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001080,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001080,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001080,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001080,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001080,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001080,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001080,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001080,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001080,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001080,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001080,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001080,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001080,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001080,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001080,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001080,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001080,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001080,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001080,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001080,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001080,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001080,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001080,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001080,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001080,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001080,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001080,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001080,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001080,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001080,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001080,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001080,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001080,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001080,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001080,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001080,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001080,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001080,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001080,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001080,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001081,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001081,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001081,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001081,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001081,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001081,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001081,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001081,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001081,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001081,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001081,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001081,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001081,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001081,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001081,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001081,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001081,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001081,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001081,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001081,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001081,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001081,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001081,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001081,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001081,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001081,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001081,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001081,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001081,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001081,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001081,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001081,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001081,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001081,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001081,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001081,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001081,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001081,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001081,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001081,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001081,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001084,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001084,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001084,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001084,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001084,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001084,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001084,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001084,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001084,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001084,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001084,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001084,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001084,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001084,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001084,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001084,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001084,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001084,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001084,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001084,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001084,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001084,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001084,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001084,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001084,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001084,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001084,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001084,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001084,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001084,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001084,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001084,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001084,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001084,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001084,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001084,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001084,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001084,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001084,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001084,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001084,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001090,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001090,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001090,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001090,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001090,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001090,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001090,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001090,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001090,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001090,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001090,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001090,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001090,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001090,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001090,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001090,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001090,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001090,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001090,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001090,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001090,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001090,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001090,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001090,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001090,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001090,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001090,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001090,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001090,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001090,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001090,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001090,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001090,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001090,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001090,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001090,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001090,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001090,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001090,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001090,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001090,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001093,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001093,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001093,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001093,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001093,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001093,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001093,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001093,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001093,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001093,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001093,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001093,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001093,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001093,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001093,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001093,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001093,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001093,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001093,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001093,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001093,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001093,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001093,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001093,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001093,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001093,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001093,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001093,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001093,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001093,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001093,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001093,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001093,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001093,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001093,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001093,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001093,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001093,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001093,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001093,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001093,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001094,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001094,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001094,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001094,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001094,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001094,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001094,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001094,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001094,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001094,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001094,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001094,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001094,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001094,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001094,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001094,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001094,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001094,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001094,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001094,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001094,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001094,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001094,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001094,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001094,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001094,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001094,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001094,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001094,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001094,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001094,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001094,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001094,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001094,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001094,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001094,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001094,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001094,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001094,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001094,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001094,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001128,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001128,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001128,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001128,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001128,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001128,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001128,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001128,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001128,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001128,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001128,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001128,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001128,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001128,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001128,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001128,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001128,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001128,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001128,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001128,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001128,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001128,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001128,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001128,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001128,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001128,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001128,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001128,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001128,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001128,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001128,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001128,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001128,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001128,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001128,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001128,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001128,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001128,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001128,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001128,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001128,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001146,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001146,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001146,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001146,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001146,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001146,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001146,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001146,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001146,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001146,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001146,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001146,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001146,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001146,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001146,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001146,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001146,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001146,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001146,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001146,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001146,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001146,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001146,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001146,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001146,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001146,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001146,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001146,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001146,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001146,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001146,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001146,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001146,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001146,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001146,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001146,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001146,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001146,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001146,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001146,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001146,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001149,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001149,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001149,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001149,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001149,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001149,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001149,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001149,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001149,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001149,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001149,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001149,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001149,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001149,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001149,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001149,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001149,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001149,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001149,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001149,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001149,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001149,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001149,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001149,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001149,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001149,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001149,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001149,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001149,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001149,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001149,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001149,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001149,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001149,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001149,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001149,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001149,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001149,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001149,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001149,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001149,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001151,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001151,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001151,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001151,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001151,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001151,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001151,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001151,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001151,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001151,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001151,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001151,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001151,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001151,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001151,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001151,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001151,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001151,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001151,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001151,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001151,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001151,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001151,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001151,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001151,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001151,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001151,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001151,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001151,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001151,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001151,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001151,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001151,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001151,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001151,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001151,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001151,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001151,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001151,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001151,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001151,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001190,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001190,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001190,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001190,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001190,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001190,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001190,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001190,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001190,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001190,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001190,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001190,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001190,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001190,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001190,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001190,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001190,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001190,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001190,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001190,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001190,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001190,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001190,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001190,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001190,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001190,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001190,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001190,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001190,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001190,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001190,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001190,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001190,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001190,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001190,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001190,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001190,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001190,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001190,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001190,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001190,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001191,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001191,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001191,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001191,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001191,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001191,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001191,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001191,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001191,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001191,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001191,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001191,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001191,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001191,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001191,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001191,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001191,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001191,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001191,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001191,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001191,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001191,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001191,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001191,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001191,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001191,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001191,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001191,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001191,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001191,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001191,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001191,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001191,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001191,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001191,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001191,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001191,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001191,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001191,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001191,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001191,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001208,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001208,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001208,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001208,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001208,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001208,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001208,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001208,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001208,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001208,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001208,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001208,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001208,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001208,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001208,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001208,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001208,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001208,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001208,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001208,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001208,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001208,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001208,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001208,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001208,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001208,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001208,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001208,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001208,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001208,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001208,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001208,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001208,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001208,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001208,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001208,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001208,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001208,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001208,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001208,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001208,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001209,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001209,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001209,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001209,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001209,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001209,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001209,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001209,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001209,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001209,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001209,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001209,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001209,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001209,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001209,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001209,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001209,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001209,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001209,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001209,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001209,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001209,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001209,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001209,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001209,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001209,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001209,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001209,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001209,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001209,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001209,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001209,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001209,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001209,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001209,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001209,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001209,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001209,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001209,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001209,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001209,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001211,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001211,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001211,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001211,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001211,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001211,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001211,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001211,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001211,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001211,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001211,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001211,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001211,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001211,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001211,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001211,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001211,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001211,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001211,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001211,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001211,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001211,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001211,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001211,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001211,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001211,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001211,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001211,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001211,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001211,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001211,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001211,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001211,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001211,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001211,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001211,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001211,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001211,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001211,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001211,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001211,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001213,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001213,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001213,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001213,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001213,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001213,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001213,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001213,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001213,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001213,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001213,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001213,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001213,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001213,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001213,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001213,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001213,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001213,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001213,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001213,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001213,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001213,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001213,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001213,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001213,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001213,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001213,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001213,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001213,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001213,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001213,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001213,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001213,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001213,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001213,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001213,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001213,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001213,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001213,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001213,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001213,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001220,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001220,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001220,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001220,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001220,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001220,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001220,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001220,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001220,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001220,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001220,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001220,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001220,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001220,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001220,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001220,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001220,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001220,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001220,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001220,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001220,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001220,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001220,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001220,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001220,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001220,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001220,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001220,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001220,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001220,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001220,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001220,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001220,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001220,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001220,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001220,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001220,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001220,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001220,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001220,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001220,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001222,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001222,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001222,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001222,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001222,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001222,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001222,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001222,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001222,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001222,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001222,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001222,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001222,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001222,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001222,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001222,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001222,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001222,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001222,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001222,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001222,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001222,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001222,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001222,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001222,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001222,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001222,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001222,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001222,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001222,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001222,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001222,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001222,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001222,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001222,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001222,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001222,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001222,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001222,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001222,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001222,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001227,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001227,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001227,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001227,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001227,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001227,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001227,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001227,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001227,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001227,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001227,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001227,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001227,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001227,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001227,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001227,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001227,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001227,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001227,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001227,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001227,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001227,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001227,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001227,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001227,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001227,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001227,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001227,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001227,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001227,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001227,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001227,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001227,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001227,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001227,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001227,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001227,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001227,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001227,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001227,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001227,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001230,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001230,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001230,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001230,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001230,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001230,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001230,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001230,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001230,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001230,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001230,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001230,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001230,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001230,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001230,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001230,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001230,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001230,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001230,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001230,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001230,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001230,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001230,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001230,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001230,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001230,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001230,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001230,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001230,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001230,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001230,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001230,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001230,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001230,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001230,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001230,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001230,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001230,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001230,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001230,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001230,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001231,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001231,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001231,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001231,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001231,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001231,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001231,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001231,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001231,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001231,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001231,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001231,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001231,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001231,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001231,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001231,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001231,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001231,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001231,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001231,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001231,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001231,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001231,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001231,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001231,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001231,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001231,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001231,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001231,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001231,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001231,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001231,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001231,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001231,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001231,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001231,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001231,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001231,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001231,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001231,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001231,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001233,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001233,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001233,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001233,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001233,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001233,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001233,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001233,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001233,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001233,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001233,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001233,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001233,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001233,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001233,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001233,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001233,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001233,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001233,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001233,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001233,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001233,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001233,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001233,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001233,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001233,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001233,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001233,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001233,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001233,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001233,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001233,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001233,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001233,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001233,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001233,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001233,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001233,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001233,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001233,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001233,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001236,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001236,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001236,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001236,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001236,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001236,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001236,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001236,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001236,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001236,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001236,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001236,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001236,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001236,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001236,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001236,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001236,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001236,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001236,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001236,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001236,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001236,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001236,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001236,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001236,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001236,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001236,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001236,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001236,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001236,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001236,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001236,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001236,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001236,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001236,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001236,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001236,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001236,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001236,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001236,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001236,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001251,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001251,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001251,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001251,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001251,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001251,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001251,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001251,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001251,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001251,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001251,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001251,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001251,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001251,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001251,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001251,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001251,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001251,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001251,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001251,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001251,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001251,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001251,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001251,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001251,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001251,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001251,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001251,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001251,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001251,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001251,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001251,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001251,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001251,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001251,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001251,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001251,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001251,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001251,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001251,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001251,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001313,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001313,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001313,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001313,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001313,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001313,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001313,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001313,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001313,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001313,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001313,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001313,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001313,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001313,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001313,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001313,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001313,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001313,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001313,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001313,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001313,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001313,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001313,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001313,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001313,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001313,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001313,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001313,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001313,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001313,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001313,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001313,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001313,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001313,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001313,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001313,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001313,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001313,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001313,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001313,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001313,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001314,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001314,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001314,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001314,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001314,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001314,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001314,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001314,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001314,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001314,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001314,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001314,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001314,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001314,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001314,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001314,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001314,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001314,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001314,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001314,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001314,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001314,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001314,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001314,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001314,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001314,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001314,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001314,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001314,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001314,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001314,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001314,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001314,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001314,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001314,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001314,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001314,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001314,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001314,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001314,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001314,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001315,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001315,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001315,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001315,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001315,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001315,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001315,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001315,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001315,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001315,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001315,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001315,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001315,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001315,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001315,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001315,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001315,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001315,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001315,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001315,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001315,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001315,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001315,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001315,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001315,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001315,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001315,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001315,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001315,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001315,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001315,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001315,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001315,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001315,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001315,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001315,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001315,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001315,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001315,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001315,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001315,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001318,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001318,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001318,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001318,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001318,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001318,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001318,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001318,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001318,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001318,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001318,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001318,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001318,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001318,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001318,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001318,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001318,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001318,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001318,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001318,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001318,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001318,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001318,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001318,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001318,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001318,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001318,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001318,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001318,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001318,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001318,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001318,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001318,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001318,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001318,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001318,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001318,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001318,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001318,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001318,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001318,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001319,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001319,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001319,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001319,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001319,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001319,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001319,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001319,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001319,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001319,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001319,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001319,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001319,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001319,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001319,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001319,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001319,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001319,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001319,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001319,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001319,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001319,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001319,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001319,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001319,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001319,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001319,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001319,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001319,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001319,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001319,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001319,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001319,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001319,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001319,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001319,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001319,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001319,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001319,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001319,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001319,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001321,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001321,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001321,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001321,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001321,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001321,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001321,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001321,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001321,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001321,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001321,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001321,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001321,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001321,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001321,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001321,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001321,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001321,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001321,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001321,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001321,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001321,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001321,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001321,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001321,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001321,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001321,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001321,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001321,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001321,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001321,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001321,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001321,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001321,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001321,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001321,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001321,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001321,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001321,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001321,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001321,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001322,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001322,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001322,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001322,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001322,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001322,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001322,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001322,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001322,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001322,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001322,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001322,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001322,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001322,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001322,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001322,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001322,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001322,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001322,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001322,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001322,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001322,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001322,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001322,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001322,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001322,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001322,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001322,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001322,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001322,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001322,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001322,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001322,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001322,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001322,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001322,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001322,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001322,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001322,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001322,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001322,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001323,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001323,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001323,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001323,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001323,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001323,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001323,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001323,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001323,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001323,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001323,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001323,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001323,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001323,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001323,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001323,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001323,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001323,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001323,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001323,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001323,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001323,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001323,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001323,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001323,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001323,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001323,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001323,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001323,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001323,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001323,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001323,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001323,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001323,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001323,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001323,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001323,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001323,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001323,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001323,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001323,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001325,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001325,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001325,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001325,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001325,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001325,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001325,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001325,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001325,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001325,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001325,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001325,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001325,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001325,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001325,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001325,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001325,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001325,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001325,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001325,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001325,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001325,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001325,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001325,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001325,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001325,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001325,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001325,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001325,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001325,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001325,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001325,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001325,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001325,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001325,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001325,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001325,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001325,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001325,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001325,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001325,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001337,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001337,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001337,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001337,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001337,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001337,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001337,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001337,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001337,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001337,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001337,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001337,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001337,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001337,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001337,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001337,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001337,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001337,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001337,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001337,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001337,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001337,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001337,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001337,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001337,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001337,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001337,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001337,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001337,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001337,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001337,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001337,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001337,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001337,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001337,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001337,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001337,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001337,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001337,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001337,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001337,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001339,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001339,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001339,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001339,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001339,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001339,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001339,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001339,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001339,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001339,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001339,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001339,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001339,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001339,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001339,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001339,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001339,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001339,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001339,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001339,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001339,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001339,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001339,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001339,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001339,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001339,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001339,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001339,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001339,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001339,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001339,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001339,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001339,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001339,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001339,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001339,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001339,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001339,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001339,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001339,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001339,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001341,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001341,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001341,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001341,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001341,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001341,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001341,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001341,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001341,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001341,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001341,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001341,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001341,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001341,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001341,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001341,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001341,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001341,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001341,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001341,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001341,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001341,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001341,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001341,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001341,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001341,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001341,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001341,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001341,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001341,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001341,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001341,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001341,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001341,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001341,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001341,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001341,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001341,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001341,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001341,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001341,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001343,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001343,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001343,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001343,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001343,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001343,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001343,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001343,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001343,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001343,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001343,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001343,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001343,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001343,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001343,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001343,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001343,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001343,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001343,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001343,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001343,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001343,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001343,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001343,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001343,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001343,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001343,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001343,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001343,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001343,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001343,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001343,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001343,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001343,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001343,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001343,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001343,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001343,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001343,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001343,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001343,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001344,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001344,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001344,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001344,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001344,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001344,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001344,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001344,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001344,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001344,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001344,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001344,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001344,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001344,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001344,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001344,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001344,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001344,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001344,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001344,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001344,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001344,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001344,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001344,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001344,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001344,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001344,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001344,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001344,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001344,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001344,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001344,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001344,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001344,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001344,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001344,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001344,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001344,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001344,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001344,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001344,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001345,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001345,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001345,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001345,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001345,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001345,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001345,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001345,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001345,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001345,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001345,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001345,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001345,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001345,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001345,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001345,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001345,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001345,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001345,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001345,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001345,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001345,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001345,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001345,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001345,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001345,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001345,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001345,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001345,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001345,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001345,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001345,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001345,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001345,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001345,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001345,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001345,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001345,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001345,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001345,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001345,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001350,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001350,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001350,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001350,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001350,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001350,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001350,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001350,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001350,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001350,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001350,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001350,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001350,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001350,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001350,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001350,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001350,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001350,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001350,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001350,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001350,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001350,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001350,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001350,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001350,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001350,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001350,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001350,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001350,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001350,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001350,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001350,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001350,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001350,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001350,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001350,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001350,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001350,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001350,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001350,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001350,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001351,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001351,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001351,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001351,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001351,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001351,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001351,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001351,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001351,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001351,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001351,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001351,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001351,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001351,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001351,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001351,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001351,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001351,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001351,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001351,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001351,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001351,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001351,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001351,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001351,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001351,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001351,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001351,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001351,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001351,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001351,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001351,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001351,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001351,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001351,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001351,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001351,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001351,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001351,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001351,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001351,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001353,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001353,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001353,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001353,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001353,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001353,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001353,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001353,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001353,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001353,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001353,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001353,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001353,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001353,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001353,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001353,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001353,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001353,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001353,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001353,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001353,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001353,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001353,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001353,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001353,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001353,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001353,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001353,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001353,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001353,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001353,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001353,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001353,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001353,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001353,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001353,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001353,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001353,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001353,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001353,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001353,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001355,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001355,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001355,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001355,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001355,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001355,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001355,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001355,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001355,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001355,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001355,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001355,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001355,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001355,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001355,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001355,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001355,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001355,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001355,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001355,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001355,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001355,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001355,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001355,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001355,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001355,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001355,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001355,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001355,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001355,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001355,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001355,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001355,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001355,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001355,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001355,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001355,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001355,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001355,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001355,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001355,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001357,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001357,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001357,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001357,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001357,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001357,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001357,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001357,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001357,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001357,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001357,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001357,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001357,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001357,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001357,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001357,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001357,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001357,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001357,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001357,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001357,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001357,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001357,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001357,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001357,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001357,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001357,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001357,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001357,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001357,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001357,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001357,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001357,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001357,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001357,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001357,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001357,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001357,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001357,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001357,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001357,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001358,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001358,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001358,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001358,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001358,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001358,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001358,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001358,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001358,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001358,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001358,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001358,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001358,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001358,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001358,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001358,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001358,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001358,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001358,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001358,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001358,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001358,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001358,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001358,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001358,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001358,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001358,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001358,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001358,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001358,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001358,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001358,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001358,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001358,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001358,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001358,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001358,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001358,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001358,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001358,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001358,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001366,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001366,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001366,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001366,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001366,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001366,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001366,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001366,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001366,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001366,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001366,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001366,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001366,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001366,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001366,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001366,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001366,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001366,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001366,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001366,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001366,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001366,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001366,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001366,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001366,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001366,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001366,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001366,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001366,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001366,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001366,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001366,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001366,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001366,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001366,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001366,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001366,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001366,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001366,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001366,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001366,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001367,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001367,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001367,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001367,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001367,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001367,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001367,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001367,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001367,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001367,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001367,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001367,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001367,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001367,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001367,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001367,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001367,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001367,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001367,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001367,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001367,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001367,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001367,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001367,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001367,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001367,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001367,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001367,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001367,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001367,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001367,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001367,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001367,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001367,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001367,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001367,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001367,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001367,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001367,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001367,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001367,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001369,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001369,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001369,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001369,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001369,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001369,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001369,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001369,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001369,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001369,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001369,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001369,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001369,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001369,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001369,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001369,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001369,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001369,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001369,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001369,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001369,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001369,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001369,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001369,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001369,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001369,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001369,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001369,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001369,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001369,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001369,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001369,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001369,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001369,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001369,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001369,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001369,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001369,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001369,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001369,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001369,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001396,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001396,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001396,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001396,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001396,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001396,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001396,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001396,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001396,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001396,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001396,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001396,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001396,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001396,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001396,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001396,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001396,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001396,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001396,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001396,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001396,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001396,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001396,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001396,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001396,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001396,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001396,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001396,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001396,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001396,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001396,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001396,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001396,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001396,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001396,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001396,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001396,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001396,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001396,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001396,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001396,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001401,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001401,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001401,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001401,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001401,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001401,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001401,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001401,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001401,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001401,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001401,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001401,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001401,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001401,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001401,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001401,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001401,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001401,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001401,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001401,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001401,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001401,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001401,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001401,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001401,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001401,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001401,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001401,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001401,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001401,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001401,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001401,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001401,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001401,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001401,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001401,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001401,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001401,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001401,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001401,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001401,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001405,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001405,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001405,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001405,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001405,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001405,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001405,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001405,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001405,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001405,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001405,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001405,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001405,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001405,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001405,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001405,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001405,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001405,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001405,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001405,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001405,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001405,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001405,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001405,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001405,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001405,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001405,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001405,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001405,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001405,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001405,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001405,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001405,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001405,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001405,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001405,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001405,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001405,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001405,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001405,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001405,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001459,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001459,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001459,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001459,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001459,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001459,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001459,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001459,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001459,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001459,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001459,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001459,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001459,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001459,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001459,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001459,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001459,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001459,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001459,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001459,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001459,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001459,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001459,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001459,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001459,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001459,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001459,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001459,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001459,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001459,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001459,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001459,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001459,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001459,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001459,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001459,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001459,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001459,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001459,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001459,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001459,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001485,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001485,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001485,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001485,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001485,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001485,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001485,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001485,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001485,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001485,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001485,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001485,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001485,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001485,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001485,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001485,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001485,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001485,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001485,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001485,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001485,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001485,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001485,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001485,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001485,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001485,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001485,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001485,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001485,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001485,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001485,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001485,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001485,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001485,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001485,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001485,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001485,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001485,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001485,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001485,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001485,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001486,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001486,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001486,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001486,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001486,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001486,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001486,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001486,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001486,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001486,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001486,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001486,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001486,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001486,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001486,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001486,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001486,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001486,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001486,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001486,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001486,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001486,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001486,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001486,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001486,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001486,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001486,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001486,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001486,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001486,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001486,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001486,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001486,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001486,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001486,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001486,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001486,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001486,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001486,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001486,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001486,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001610,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001610,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001610,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001610,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001610,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001610,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001610,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001610,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001610,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001610,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001610,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001610,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001610,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001610,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001610,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001610,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001610,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001610,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001610,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001610,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001610,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001610,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001610,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001610,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001610,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001610,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001610,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001610,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001610,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001610,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001610,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001610,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001610,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001610,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001610,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001610,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001610,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001610,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001610,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001610,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001610,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001612,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001612,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001612,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001612,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001612,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001612,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001612,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001612,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001612,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001612,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001612,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001612,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001612,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001612,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001612,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001612,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001612,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001612,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001612,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001612,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001612,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001612,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001612,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001612,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001612,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001612,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001612,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001612,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001612,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001612,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001612,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001612,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001612,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001612,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001612,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001612,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001612,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001612,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001612,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001612,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001612,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001614,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001614,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001614,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001614,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001614,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001614,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001614,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001614,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001614,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001614,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001614,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001614,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001614,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001614,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001614,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001614,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001614,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001614,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001614,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001614,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001614,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001614,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001614,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001614,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001614,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001614,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001614,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001614,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001614,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001614,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001614,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001614,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001614,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001614,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001614,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001614,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001614,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001614,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001614,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001614,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001614,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001615,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001615,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001615,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001615,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001615,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001615,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001615,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001615,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001615,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001615,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001615,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001615,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001615,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001615,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001615,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001615,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001615,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001615,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001615,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001615,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001615,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001615,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001615,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001615,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001615,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001615,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001615,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001615,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001615,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001615,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001615,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001615,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001615,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001615,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001615,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001615,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001615,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001615,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001615,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001615,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001615,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001623,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001623,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001623,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001623,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001623,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001623,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001623,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001623,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001623,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001623,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001623,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001623,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001623,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001623,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001623,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001623,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001623,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001623,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001623,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001623,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001623,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001623,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001623,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001623,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001623,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001623,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001623,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001623,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001623,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001623,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001623,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001623,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001623,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001623,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001623,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001623,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001623,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001623,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001623,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001623,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001623,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001633,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001633,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001633,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001633,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001633,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001633,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001633,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001633,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001633,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001633,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001633,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001633,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001633,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001633,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001633,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001633,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001633,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001633,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001633,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001633,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001633,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001633,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001633,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001633,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001633,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001633,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001633,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001633,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001633,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001633,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001633,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001633,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001633,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001633,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001633,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001633,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001633,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001633,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001633,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001633,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001633,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001634,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001634,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001634,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001634,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001634,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001634,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001634,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001634,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001634,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001634,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001634,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001634,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001634,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001634,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001634,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001634,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001634,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001634,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001634,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001634,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001634,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001634,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001634,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001634,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001634,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001634,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001634,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001634,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001634,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001634,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001634,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001634,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001634,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001634,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001634,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001634,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001634,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001634,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001634,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001634,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001634,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001678,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001678,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001678,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001678,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001678,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001678,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001678,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001678,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001678,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001678,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001678,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001678,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001678,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001678,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001678,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001678,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001678,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001678,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001678,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001678,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001678,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001678,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001678,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001678,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001678,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001678,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001678,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001678,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001678,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001678,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001678,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001678,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001678,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001678,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001678,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001678,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001678,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001678,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001678,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001678,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001678,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001680,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001680,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001680,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001680,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001680,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001680,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001680,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001680,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001680,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001680,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001680,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001680,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001680,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001680,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001680,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001680,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001680,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001680,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001680,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001680,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001680,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001680,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001680,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001680,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001680,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001680,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001680,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001680,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001680,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001680,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001680,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001680,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001680,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001680,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001680,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001680,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001680,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001680,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001680,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001680,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001680,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001681,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001681,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001681,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001681,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001681,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001681,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001681,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001681,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001681,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001681,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001681,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001681,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001681,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001681,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001681,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001681,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001681,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001681,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001681,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001681,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001681,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001681,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001681,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001681,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001681,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001681,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001681,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001681,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001681,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001681,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001681,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001681,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001681,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001681,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001681,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001681,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001681,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001681,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001681,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001681,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001681,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001700,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001700,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001700,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001700,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001700,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001700,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001700,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001700,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001700,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001700,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001700,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001700,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001700,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001700,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001700,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001700,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001700,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001700,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001700,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001700,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001700,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001700,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001700,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001700,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001700,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001700,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001700,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001700,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001700,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001700,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001700,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001700,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001700,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001700,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001700,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001700,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001700,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001700,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001700,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001700,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001700,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001724,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001724,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001724,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001724,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001724,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001724,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001724,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001724,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001724,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001724,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001724,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001724,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001724,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001724,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001724,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001724,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001724,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001724,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001724,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001724,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001724,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001724,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001724,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001724,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001724,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001724,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001724,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001724,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001724,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001724,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001724,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001724,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001724,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001724,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001724,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001724,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001724,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001724,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001724,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001724,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001724,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001725,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001725,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001725,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001725,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001725,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001725,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001725,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001725,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001725,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001725,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001725,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001725,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001725,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001725,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001725,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001725,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001725,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001725,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001725,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001725,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001725,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001725,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001725,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001725,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001725,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001725,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001725,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001725,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001725,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001725,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001725,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001725,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001725,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001725,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001725,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001725,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001725,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001725,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001725,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001725,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001725,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001788,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001788,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001788,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001788,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001788,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001788,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001788,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001788,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001788,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001788,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001788,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001788,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001788,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001788,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001788,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001788,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001788,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001788,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001788,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001788,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001788,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001788,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001788,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001788,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001788,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001788,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001788,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001788,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001788,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001788,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001788,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001788,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001788,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001788,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001788,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001788,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001788,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001788,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001788,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001788,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001788,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001789,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001789,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001789,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001789,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001789,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001789,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001789,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001789,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001789,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001789,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001789,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001789,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001789,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001789,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001789,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001789,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001789,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001789,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001789,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001789,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001789,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001789,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001789,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001789,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001789,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001789,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001789,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001789,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001789,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001789,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001789,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001789,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001789,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001789,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001789,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001789,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001789,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001789,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001789,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001789,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001789,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001790,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001790,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001790,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001790,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001790,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001790,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001790,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001790,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001790,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001790,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001790,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001790,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001790,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001790,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001790,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001790,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001790,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001790,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001790,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001790,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001790,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001790,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001790,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001790,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001790,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001790,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001790,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001790,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001790,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001790,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001790,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001790,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001790,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001790,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001790,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001790,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001790,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001790,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001790,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001790,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001790,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001793,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001793,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001793,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001793,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001793,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001793,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001793,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001793,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001793,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001793,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001793,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001793,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001793,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001793,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001793,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001793,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001793,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001793,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001793,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001793,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001793,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001793,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001793,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001793,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001793,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001793,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001793,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001793,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001793,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001793,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001793,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001793,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001793,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001793,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001793,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001793,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001793,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001793,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001793,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001793,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001793,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001823,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001823,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001823,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001823,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001823,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001823,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001823,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001823,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001823,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001823,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001823,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001823,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001823,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001823,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001823,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001823,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001823,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001823,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001823,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001823,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001823,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001823,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001823,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001823,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001823,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001823,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001823,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001823,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001823,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001823,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001823,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001823,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001823,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001823,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001823,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001823,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001823,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001823,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001823,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001823,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001823,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001826,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001826,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001826,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001826,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001826,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001826,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001826,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001826,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001826,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001826,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001826,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001826,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001826,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001826,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001826,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001826,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001826,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001826,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001826,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001826,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001826,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001826,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001826,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001826,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001826,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001826,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001826,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001826,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001826,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001826,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001826,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001826,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001826,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001826,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001826,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001826,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001826,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001826,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001826,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001826,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001826,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001828,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001828,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001828,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001828,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001828,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001828,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001828,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001828,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001828,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001828,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001828,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001828,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001828,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001828,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001828,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001828,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001828,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001828,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001828,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001828,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001828,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001828,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001828,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001828,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001828,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001828,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001828,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001828,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001828,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001828,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001828,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001828,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001828,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001828,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001828,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001828,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001828,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001828,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001828,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001828,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001828,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001829,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001829,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001829,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001829,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001829,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001829,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001829,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001829,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001829,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001829,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001829,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001829,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001829,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001829,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001829,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001829,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001829,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001829,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001829,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001829,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001829,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001829,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001829,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001829,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001829,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001829,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001829,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001829,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001829,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001829,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001829,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001829,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001829,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001829,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001829,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001829,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001829,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001829,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001829,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001829,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001829,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001837,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001837,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001837,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001837,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001837,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001837,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001837,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001837,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001837,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001837,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001837,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001837,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001837,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001837,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001837,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001837,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001837,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001837,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001837,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001837,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001837,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001837,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001837,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001837,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001837,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001837,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001837,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001837,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001837,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001837,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001837,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001837,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001837,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001837,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001837,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001837,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001837,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001837,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001837,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001837,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001837,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001839,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001839,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001839,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001839,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001839,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001839,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001839,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001839,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001839,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001839,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001839,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001839,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001839,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001839,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001839,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001839,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001839,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001839,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001839,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001839,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001839,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001839,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001839,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001839,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001839,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001839,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001839,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001839,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001839,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001839,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001839,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001839,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001839,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001839,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001839,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001839,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001839,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001839,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001839,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001839,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001839,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001841,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001841,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001841,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001841,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001841,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001841,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001841,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001841,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001841,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001841,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001841,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001841,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001841,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001841,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001841,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001841,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001841,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001841,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001841,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001841,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001841,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001841,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001841,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001841,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001841,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001841,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001841,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001841,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001841,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001841,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001841,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001841,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001841,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001841,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001841,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001841,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001841,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001841,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001841,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001841,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001841,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001842,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001842,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001842,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001842,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001842,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001842,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001842,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001842,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001842,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001842,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001842,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001842,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001842,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001842,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001842,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001842,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001842,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001842,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001842,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001842,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001842,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001842,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001842,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001842,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001842,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001842,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001842,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001842,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001842,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001842,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001842,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001842,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001842,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001842,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001842,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001842,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001842,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001842,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001842,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001842,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001842,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001844,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001844,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001844,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001844,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001844,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001844,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001844,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001844,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001844,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001844,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001844,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001844,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001844,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001844,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001844,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001844,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001844,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001844,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001844,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001844,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001844,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001844,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001844,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001844,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001844,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001844,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001844,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001844,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001844,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001844,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001844,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001844,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001844,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001844,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001844,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001844,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001844,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001844,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001844,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001844,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001844,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001847,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001847,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001847,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001847,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001847,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001847,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001847,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001847,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001847,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001847,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001847,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001847,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001847,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001847,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001847,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001847,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001847,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001847,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001847,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001847,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001847,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001847,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001847,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001847,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001847,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001847,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001847,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001847,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001847,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001847,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001847,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001847,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001847,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001847,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001847,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001847,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001847,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001847,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001847,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001847,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001847,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001852,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001852,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001852,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001852,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001852,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001852,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001852,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001852,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001852,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001852,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001852,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001852,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001852,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001852,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001852,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001852,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001852,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001852,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001852,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001852,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001852,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001852,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001852,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001852,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001852,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001852,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001852,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001852,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001852,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001852,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001852,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001852,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001852,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001852,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001852,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001852,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001852,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001852,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001852,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001852,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001852,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001853,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001853,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001853,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001853,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001853,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001853,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001853,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001853,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001853,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001853,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001853,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001853,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001853,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001853,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001853,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001853,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001853,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001853,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001853,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001853,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001853,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001853,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001853,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001853,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001853,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001853,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001853,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001853,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001853,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001853,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001853,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001853,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001853,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001853,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001853,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001853,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001853,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001853,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001853,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001853,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001853,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001856,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001856,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001856,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001856,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001856,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001856,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001856,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001856,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001856,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001856,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001856,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001856,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001856,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001856,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001856,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001856,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001856,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001856,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001856,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001856,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001856,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001856,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001856,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001856,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001856,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001856,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001856,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001856,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001856,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001856,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001856,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001856,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001856,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001856,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001856,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001856,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001856,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001856,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001856,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001856,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001856,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001876,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001876,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001876,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001876,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001876,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001876,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001876,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001876,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001876,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001876,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001876,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001876,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001876,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001876,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001876,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001876,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001876,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001876,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001876,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001876,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001876,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001876,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001876,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001876,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001876,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001876,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001876,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001876,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001876,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001876,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001876,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001876,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001876,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001876,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001876,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001876,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001876,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001876,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001876,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001876,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001876,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001892,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001892,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001892,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001892,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001892,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001892,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001892,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001892,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001892,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001892,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001892,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001892,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001892,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001892,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001892,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001892,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001892,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001892,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001892,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001892,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001892,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001892,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001892,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001892,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001892,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001892,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001892,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001892,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001892,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001892,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001892,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001892,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001892,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001892,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001892,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001892,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001892,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001892,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001892,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001892,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001892,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001907,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001907,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001907,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001907,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001907,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001907,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001907,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001907,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001907,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001907,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001907,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001907,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001907,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001907,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001907,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001907,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001907,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001907,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001907,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001907,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001907,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001907,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001907,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001907,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001907,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001907,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001907,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001907,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001907,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001907,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001907,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001907,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001907,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001907,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001907,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001907,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001907,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001907,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001907,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001907,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001907,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1001914,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001914,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001914,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001914,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001914,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001914,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001914,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001914,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001914,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001914,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001914,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001914,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001914,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001914,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001914,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001914,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001914,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001914,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001914,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001914,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001914,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001914,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001914,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001914,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001914,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001914,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001914,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001914,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001914,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001914,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001914,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001914,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001914,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001914,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001914,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001914,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001914,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001914,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001914,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001914,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001914,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001920,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1001920,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1001920,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1001920,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1001920,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1001920,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1001920,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1001920,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1001920,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1001920,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1001920,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1001920,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1001920,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1001920,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1001920,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1001920,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1001920,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1001920,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1001920,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1001920,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1001920,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1001920,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1001920,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1001920,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1001920,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1001920,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1001920,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1001920,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1001920,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1001920,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1001920,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1001920,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1001920,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1001920,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1001920,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1001920,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1001920,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1001920,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1001920,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1001920,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1001920,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1001921,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1001921,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1001921,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1001921,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1001921,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1001921,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1001921,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1001921,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1001921,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1001921,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1001921,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1001921,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1001921,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1001921,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1001921,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1001921,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1001921,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1001921,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1001921,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1001921,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1001921,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1001921,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1001921,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1001921,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1001921,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1001921,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1001921,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1001921,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1001921,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1001921,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1001921,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1001921,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1001921,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1001921,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1001921,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1001921,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1001921,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1001921,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1001921,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1001921,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1001921,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002018,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002018,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002018,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002018,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002018,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002018,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002018,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002018,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002018,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002018,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002018,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002018,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002018,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002018,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002018,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002018,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002018,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002018,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002018,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002018,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002018,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002018,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002018,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002018,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002018,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002018,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002018,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002018,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002018,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002018,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002018,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002018,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002018,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002018,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002018,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002018,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002018,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002018,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002018,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002018,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002018,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002019,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002019,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002019,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002019,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002019,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002019,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002019,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002019,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002019,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002019,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002019,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002019,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002019,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002019,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002019,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002019,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002019,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002019,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002019,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002019,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002019,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002019,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002019,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002019,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002019,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002019,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002019,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002019,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002019,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002019,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002019,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002019,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002019,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002019,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002019,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002019,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002019,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002019,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002019,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002019,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002019,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002027,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002027,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002027,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002027,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002027,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002027,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002027,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002027,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002027,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002027,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002027,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002027,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002027,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002027,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002027,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002027,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002027,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002027,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002027,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002027,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002027,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002027,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002027,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002027,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002027,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002027,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002027,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002027,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002027,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002027,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002027,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002027,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002027,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002027,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002027,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002027,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002027,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002027,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002027,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002027,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002027,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002029,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002029,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002029,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002029,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002029,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002029,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002029,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002029,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002029,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002029,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002029,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002029,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002029,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002029,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002029,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002029,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002029,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002029,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002029,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002029,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002029,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002029,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002029,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002029,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002029,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002029,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002029,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002029,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002029,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002029,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002029,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002029,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002029,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002029,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002029,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002029,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002029,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002029,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002029,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002029,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002029,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002032,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002032,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002032,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002032,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002032,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002032,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002032,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002032,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002032,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002032,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002032,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002032,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002032,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002032,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002032,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002032,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002032,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002032,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002032,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002032,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002032,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002032,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002032,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002032,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002032,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002032,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002032,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002032,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002032,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002032,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002032,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002032,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002032,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002032,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002032,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002032,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002032,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002032,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002032,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002032,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002032,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002033,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002033,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002033,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002033,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002033,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002033,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002033,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002033,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002033,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002033,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002033,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002033,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002033,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002033,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002033,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002033,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002033,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002033,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002033,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002033,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002033,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002033,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002033,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002033,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002033,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002033,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002033,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002033,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002033,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002033,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002033,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002033,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002033,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002033,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002033,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002033,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002033,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002033,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002033,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002033,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002033,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002034,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002034,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002034,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002034,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002034,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002034,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002034,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002034,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002034,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002034,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002034,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002034,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002034,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002034,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002034,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002034,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002034,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002034,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002034,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002034,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002034,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002034,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002034,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002034,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002034,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002034,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002034,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002034,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002034,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002034,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002034,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002034,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002034,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002034,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002034,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002034,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002034,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002034,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002034,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002034,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002034,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002035,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002035,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002035,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002035,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002035,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002035,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002035,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002035,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002035,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002035,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002035,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002035,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002035,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002035,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002035,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002035,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002035,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002035,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002035,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002035,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002035,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002035,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002035,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002035,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002035,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002035,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002035,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002035,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002035,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002035,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002035,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002035,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002035,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002035,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002035,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002035,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002035,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002035,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002035,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002035,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002035,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002044,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002044,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002044,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002044,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002044,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002044,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002044,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002044,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002044,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002044,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002044,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002044,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002044,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002044,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002044,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002044,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002044,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002044,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002044,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002044,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002044,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002044,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002044,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002044,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002044,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002044,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002044,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002044,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002044,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002044,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002044,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002044,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002044,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002044,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002044,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002044,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002044,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002044,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002044,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002044,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002044,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002045,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002045,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002045,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002045,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002045,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002045,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002045,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002045,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002045,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002045,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002045,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002045,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002045,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002045,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002045,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002045,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002045,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002045,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002045,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002045,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002045,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002045,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002045,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002045,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002045,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002045,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002045,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002045,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002045,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002045,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002045,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002045,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002045,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002045,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002045,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002045,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002045,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002045,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002045,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002045,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002045,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002046,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002046,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002046,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002046,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002046,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002046,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002046,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002046,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002046,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002046,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002046,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002046,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002046,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002046,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002046,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002046,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002046,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002046,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002046,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002046,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002046,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002046,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002046,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002046,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002046,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002046,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002046,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002046,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002046,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002046,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002046,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002046,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002046,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002046,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002046,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002046,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002046,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002046,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002046,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002046,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002046,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002102,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002102,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002102,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002102,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002102,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002102,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002102,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002102,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002102,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002102,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002102,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002102,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002102,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002102,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002102,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002102,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002102,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002102,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002102,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002102,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002102,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002102,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002102,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002102,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002102,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002102,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002102,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002102,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002102,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002102,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002102,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002102,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002102,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002102,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002102,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002102,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002102,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002102,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002102,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002102,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002102,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1002103,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002103,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002103,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002103,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002103,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002103,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002103,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002103,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002103,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002103,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002103,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002103,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002103,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002103,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002103,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002103,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002103,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002103,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002103,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002103,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002103,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002103,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002103,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002103,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002103,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002103,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002103,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002103,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002103,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002103,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002103,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002103,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002103,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002103,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002103,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002103,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002103,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002103,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002103,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002103,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002103,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002119,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002119,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002119,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002119,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002119,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002119,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002119,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002119,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002119,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002119,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002119,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002119,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002119,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002119,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002119,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002119,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002119,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002119,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002119,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002119,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002119,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002119,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002119,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002119,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002119,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002119,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002119,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002119,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002119,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002119,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002119,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002119,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002119,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002119,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002119,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002119,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002119,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002119,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002119,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002119,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002119,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002129,Proposed,Commercial_PV,2010,56148.75,5379045,NULL +23,1002129,Proposed,Commercial_PV,2011,55699.56,5165685,NULL +23,1002129,Proposed,Commercial_PV,2012,55250.37,4952325,NULL +23,1002129,Proposed,Commercial_PV,2013,54801.18,4738954.5,NULL +23,1002129,Proposed,Commercial_PV,2014,54351.99,4525584,NULL +23,1002129,Proposed,Commercial_PV,2015,53902.8,4312224,NULL +23,1002129,Proposed,Commercial_PV,2016,53229.015,2730000,NULL +23,1002129,Proposed,Commercial_PV,2017,52555.23,2620800,NULL +23,1002129,Proposed,Commercial_PV,2018,51881.445,2515968,NULL +23,1002129,Proposed,Commercial_PV,2019,51207.66,2415329.7,NULL +23,1002129,Proposed,Commercial_PV,2020,50533.875,2318716.05,NULL +23,1002129,Proposed,Commercial_PV,2021,50084.685,2225967.45,NULL +23,1002129,Proposed,Commercial_PV,2022,49635.495,2136928.5,NULL +23,1002129,Proposed,Commercial_PV,2023,49186.305,2051451.15,NULL +23,1002129,Proposed,Commercial_PV,2024,48737.115,1969393.65,NULL +23,1002129,Proposed,Commercial_PV,2025,48287.925,1890617.4,NULL +23,1002129,Proposed,Commercial_PV,2026,47838.735,1814993.25,NULL +23,1002129,Proposed,Commercial_PV,2027,47389.545,1742393.1,NULL +23,1002129,Proposed,Commercial_PV,2028,46940.355,1672697.25,NULL +23,1002129,Proposed,Commercial_PV,2029,46491.165,1605790.2,NULL +23,1002129,Proposed,Commercial_PV,2030,46041.975,1541558.55,NULL +23,1002129,Proposed,Commercial_PV,2031,45592.785,1526142.45,NULL +23,1002129,Proposed,Commercial_PV,2032,45143.595,1510880.7,NULL +23,1002129,Proposed,Commercial_PV,2033,44694.405,1495772.25,NULL +23,1002129,Proposed,Commercial_PV,2034,44245.215,1480815,NULL +23,1002129,Proposed,Commercial_PV,2035,43796.025,1466006.85,NULL +23,1002129,Proposed,Commercial_PV,2036,43346.835,1451346.75,NULL +23,1002129,Proposed,Commercial_PV,2037,42897.645,1436832.6,NULL +23,1002129,Proposed,Commercial_PV,2038,42448.455,1422464.4,NULL +23,1002129,Proposed,Commercial_PV,2039,41999.265,1408240.05,NULL +23,1002129,Proposed,Commercial_PV,2040,41550.075,1394157.45,NULL +23,1002129,Proposed,Commercial_PV,2041,41100.885,1380215.55,NULL +23,1002129,Proposed,Commercial_PV,2042,40651.695,1366413.3,NULL +23,1002129,Proposed,Commercial_PV,2043,40202.505,1352749.65,NULL +23,1002129,Proposed,Commercial_PV,2044,39753.315,1339222.5,NULL +23,1002129,Proposed,Commercial_PV,2045,39304.125,1325829.75,NULL +23,1002129,Proposed,Commercial_PV,2046,38854.935,1312571.4,NULL +23,1002129,Proposed,Commercial_PV,2047,38405.745,1299446.4,NULL +23,1002129,Proposed,Commercial_PV,2048,37956.555,1286451.6,NULL +23,1002129,Proposed,Commercial_PV,2049,37507.365,1273587,NULL +23,1002129,Proposed,Commercial_PV,2050,37058.175,1260851.55,NULL +23,1002130,Proposed,Residential_PV,2010,56148.75,6681696,NULL +23,1002130,Proposed,Residential_PV,2011,55699.56,6320107.5,NULL +23,1002130,Proposed,Residential_PV,2012,55250.37,5958508.5,NULL +23,1002130,Proposed,Residential_PV,2013,54801.18,5596909.5,NULL +23,1002130,Proposed,Residential_PV,2014,54351.99,5235310.5,NULL +23,1002130,Proposed,Residential_PV,2015,53902.8,4873711.5,NULL +23,1002130,Proposed,Residential_PV,2016,53229.015,3045000,NULL +23,1002130,Proposed,Residential_PV,2017,52555.23,2923200,NULL +23,1002130,Proposed,Residential_PV,2018,51881.445,2806272,NULL +23,1002130,Proposed,Residential_PV,2019,51207.66,2694020.7,NULL +23,1002130,Proposed,Residential_PV,2020,50533.875,2586260.25,NULL +23,1002130,Proposed,Residential_PV,2021,50084.685,2482810.05,NULL +23,1002130,Proposed,Residential_PV,2022,49635.495,2383497.9,NULL +23,1002130,Proposed,Residential_PV,2023,49186.305,2288157.9,NULL +23,1002130,Proposed,Residential_PV,2024,48737.115,2196631.5,NULL +23,1002130,Proposed,Residential_PV,2025,48287.925,2108766.45,NULL +23,1002130,Proposed,Residential_PV,2026,47838.735,2024415.75,NULL +23,1002130,Proposed,Residential_PV,2027,47389.545,1943438.7,NULL +23,1002130,Proposed,Residential_PV,2028,46940.355,1865700.9,NULL +23,1002130,Proposed,Residential_PV,2029,46491.165,1791073.2,NULL +23,1002130,Proposed,Residential_PV,2030,46041.975,1719430.65,NULL +23,1002130,Proposed,Residential_PV,2031,45592.785,1702235.85,NULL +23,1002130,Proposed,Residential_PV,2032,45143.595,1685213.25,NULL +23,1002130,Proposed,Residential_PV,2033,44694.405,1668361.8,NULL +23,1002130,Proposed,Residential_PV,2034,44245.215,1651677.3,NULL +23,1002130,Proposed,Residential_PV,2035,43796.025,1635160.8,NULL +23,1002130,Proposed,Residential_PV,2036,43346.835,1618809.15,NULL +23,1002130,Proposed,Residential_PV,2037,42897.645,1602621.3,NULL +23,1002130,Proposed,Residential_PV,2038,42448.455,1586595.15,NULL +23,1002130,Proposed,Residential_PV,2039,41999.265,1570729.65,NULL +23,1002130,Proposed,Residential_PV,2040,41550.075,1555021.65,NULL +23,1002130,Proposed,Residential_PV,2041,41100.885,1539471.15,NULL +23,1002130,Proposed,Residential_PV,2042,40651.695,1524077.1,NULL +23,1002130,Proposed,Residential_PV,2043,40202.505,1508836.35,NULL +23,1002130,Proposed,Residential_PV,2044,39753.315,1493747.85,NULL +23,1002130,Proposed,Residential_PV,2045,39304.125,1478810.55,NULL +23,1002130,Proposed,Residential_PV,2046,38854.935,1464022.35,NULL +23,1002130,Proposed,Residential_PV,2047,38405.745,1449382.2,NULL +23,1002130,Proposed,Residential_PV,2048,37956.555,1434888,NULL +23,1002130,Proposed,Residential_PV,2049,37507.365,1420539.75,NULL +23,1002130,Proposed,Residential_PV,2050,37058.175,1406334.3,NULL +23,1100003,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100003,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100003,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100003,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100003,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100003,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100003,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100003,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100003,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100003,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100003,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100003,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100003,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100003,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100003,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100003,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100003,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100003,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100003,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100003,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100003,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100003,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100003,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100003,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100003,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100003,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100003,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100003,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100003,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100003,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100003,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100003,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100003,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100003,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100003,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100003,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100003,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100003,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100003,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100003,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100003,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100079,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100100,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100101,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100102,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100102,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100102,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100102,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100102,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100102,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100102,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100102,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100102,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100102,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100102,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100102,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100102,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100102,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100102,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100102,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100102,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100102,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100102,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100102,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100102,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100102,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100102,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100102,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100102,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100102,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100102,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100102,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100102,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100102,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100102,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100102,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100102,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100102,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100102,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100102,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100102,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100102,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100102,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100102,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100102,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100117,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100117,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100117,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100117,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100117,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100117,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100117,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100117,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100117,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100117,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100117,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100117,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100117,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100117,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100117,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100117,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100117,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100117,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100117,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100117,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100117,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100117,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100117,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100117,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100117,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100117,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100117,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100117,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100117,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100117,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100117,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100117,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100117,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100117,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100117,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100117,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100117,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100117,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100117,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100117,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100117,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100118,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100119,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100128,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100130,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100202,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100203,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100235,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100236,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100261,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100261,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100261,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100261,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100261,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100261,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100261,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100261,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100261,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100261,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100261,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100261,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100261,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100261,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100261,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100261,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100261,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100261,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100261,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100261,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100261,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100261,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100261,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100261,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100261,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100261,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100261,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100261,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100261,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100261,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100261,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100261,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100261,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100261,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100261,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100261,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100261,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100261,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100261,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100261,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100261,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100267,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100267,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100267,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100267,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100267,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100267,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100267,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100267,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100267,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100267,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100267,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100267,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100267,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100267,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100267,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100267,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100267,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100267,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100267,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100267,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100267,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100267,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100267,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100267,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100267,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100267,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100267,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100267,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100267,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100267,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100267,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100267,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100267,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100267,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100267,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100267,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100267,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100267,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100267,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100267,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100267,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100280,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100281,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100309,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100309,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100309,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100309,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100309,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100309,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100309,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100309,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100309,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100309,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100309,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100309,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100309,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100309,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100309,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100309,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100309,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100309,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100309,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100309,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100309,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100309,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100309,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100309,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100309,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100309,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100309,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100309,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100309,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100309,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100309,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100309,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100309,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100309,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100309,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100309,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100309,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100309,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100309,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100309,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100309,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100322,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100323,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100326,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100339,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100339,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100339,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100339,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100339,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100339,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100339,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100339,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100339,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100339,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100339,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100339,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100339,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100339,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100339,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100339,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100339,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100339,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100339,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100339,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100339,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100339,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100339,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100339,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100339,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100339,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100339,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100339,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100339,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100339,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100339,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100339,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100339,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100339,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100339,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100339,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100339,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100339,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100339,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100339,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100339,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100345,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100345,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100345,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100345,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100345,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100345,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100345,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100345,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100345,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100345,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100345,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100345,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100345,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100345,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100345,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100345,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100345,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100345,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100345,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100345,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100345,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100345,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100345,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100345,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100345,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100345,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100345,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100345,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100345,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100345,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100345,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100345,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100345,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100345,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100345,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100345,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100345,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100345,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100345,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100345,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100345,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100347,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100350,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100358,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100366,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100366,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100366,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100366,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100366,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100366,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100366,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100366,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100366,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100366,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100366,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100366,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100366,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100366,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100366,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100366,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100366,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100366,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100366,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100366,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100366,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100366,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100366,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100366,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100366,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100366,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100366,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100366,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100366,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100366,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100366,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100366,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100366,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100366,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100366,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100366,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100366,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100366,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100366,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100366,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100366,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100367,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100368,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100375,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100375,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100375,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100375,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100375,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100375,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100375,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100375,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100375,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100375,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100375,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100375,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100375,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100375,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100375,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100375,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100375,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100375,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100375,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100375,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100375,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100375,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100375,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100375,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100375,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100375,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100375,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100375,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100375,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100375,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100375,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100375,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100375,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100375,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100375,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100375,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100375,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100375,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100375,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100375,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100375,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100377,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100379,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100387,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100387,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100387,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100387,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100387,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100387,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100387,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100387,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100387,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100387,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100387,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100387,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100387,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100387,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100387,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100387,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100387,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100387,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100387,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100387,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100387,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100387,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100387,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100387,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100387,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100387,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100387,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100387,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100387,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100387,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100387,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100387,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100387,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100387,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100387,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100387,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100387,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100387,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100387,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100387,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100387,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100388,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100401,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100432,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100432,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100432,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100432,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100432,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100432,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100432,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100432,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100432,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100432,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100432,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100432,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100432,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100432,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100432,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100432,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100432,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100432,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100432,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100432,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100432,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100432,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100432,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100432,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100432,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100432,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100432,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100432,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100432,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100432,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100432,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100432,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100432,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100432,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100432,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100432,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100432,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100432,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100432,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100432,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100432,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100477,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100477,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100477,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100477,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100477,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100477,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100477,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100477,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100477,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100477,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100477,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100477,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100477,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100477,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100477,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100477,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100477,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100477,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100477,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100477,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100477,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100477,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100477,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100477,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100477,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100477,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100477,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100477,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100477,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100477,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100477,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100477,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100477,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100477,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100477,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100477,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100477,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100477,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100477,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100477,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100477,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100500,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100513,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100513,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100513,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100513,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100513,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100513,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100513,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100513,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100513,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100513,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100513,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100513,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100513,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100513,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100513,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100513,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100513,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100513,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100513,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100513,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100513,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100513,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100513,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100513,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100513,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100513,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100513,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100513,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100513,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100513,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100513,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100513,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100513,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100513,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100513,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100513,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100513,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100513,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100513,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100513,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100513,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100523,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100524,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100567,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100567,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100567,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100567,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100567,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100567,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100567,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100567,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100567,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100567,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100567,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100567,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100567,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100567,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100567,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100567,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100567,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100567,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100567,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100567,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100567,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100567,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100567,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100567,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100567,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100567,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100567,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100567,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100567,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100567,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100567,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100567,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100567,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100567,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100567,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100567,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100567,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100567,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100567,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100567,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100567,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100596,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100606,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100606,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100606,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100606,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100606,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100606,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100606,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100606,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100606,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100606,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100606,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100606,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100606,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100606,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100606,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100606,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100606,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100606,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100606,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100606,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100606,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100606,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100606,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100606,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100606,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100606,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100606,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100606,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100606,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100606,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100606,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100606,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100606,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100606,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100606,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100606,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100606,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100606,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100606,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100606,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100606,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100609,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100609,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100609,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100609,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100609,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100609,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100609,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100609,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100609,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100609,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100609,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100609,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100609,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100609,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100609,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100609,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100609,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100609,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100609,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100609,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100609,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100609,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100609,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100609,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100609,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100609,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100609,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100609,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100609,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100609,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100609,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100609,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100609,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100609,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100609,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100609,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100609,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100609,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100609,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100609,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100609,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100655,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100656,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100778,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100779,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100822,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100822,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100822,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100822,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100822,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100822,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100822,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100822,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100822,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100822,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100822,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100822,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100822,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100822,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100822,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100822,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100822,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100822,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100822,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100822,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100822,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100822,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100822,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100822,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100822,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100822,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100822,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100822,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100822,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100822,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100822,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100822,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100822,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100822,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100822,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100822,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100822,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100822,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100822,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100822,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100822,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100824,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100826,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100827,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100867,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100867,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100867,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100867,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100867,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100867,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100867,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100867,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100867,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100867,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100867,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100867,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100867,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100867,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100867,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100867,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100867,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100867,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100867,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100867,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100867,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100867,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100867,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100867,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100867,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100867,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100867,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100867,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100867,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100867,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100867,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100867,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100867,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100867,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100867,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100867,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100867,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100867,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100867,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100867,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100867,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100882,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100882,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100882,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100882,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100882,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100882,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100882,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100882,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100882,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100882,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100882,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100882,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100882,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100882,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100882,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100882,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100882,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100882,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100882,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100882,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100882,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100882,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100882,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100882,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100882,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100882,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100882,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100882,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100882,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100882,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100882,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100882,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100882,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100882,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100882,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100882,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100882,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100882,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100882,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100882,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100882,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100894,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100894,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100894,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100894,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100894,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100894,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100894,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100894,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100894,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100894,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100894,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100894,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100894,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100894,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100894,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100894,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100894,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100894,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100894,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100894,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100894,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100894,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100894,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100894,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100894,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100894,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100894,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100894,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100894,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100894,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100894,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100894,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100894,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100894,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100894,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100894,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100894,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100894,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100894,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100894,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100894,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100900,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100900,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100900,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100900,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100900,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100900,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100900,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100900,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100900,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100900,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100900,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100900,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100900,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100900,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100900,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100900,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100900,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100900,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100900,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100900,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100900,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100900,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100900,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100900,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100900,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100900,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100900,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100900,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100900,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100900,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100900,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100900,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100900,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100900,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100900,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100900,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100900,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100900,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100900,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100900,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100900,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100901,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100905,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100915,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100915,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100915,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100915,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100915,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100915,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100915,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100915,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100915,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100915,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100915,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100915,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100915,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100915,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100915,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100915,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100915,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100915,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100915,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100915,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100915,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100915,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100915,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100915,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100915,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100915,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100915,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100915,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100915,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100915,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100915,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100915,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100915,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100915,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100915,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100915,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100915,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100915,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100915,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100915,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100915,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100951,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100951,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100951,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100951,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100951,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100951,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100951,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100951,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100951,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100951,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100951,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100951,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100951,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100951,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100951,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100951,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100951,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100951,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100951,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100951,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100951,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100951,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100951,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100951,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100951,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100951,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100951,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100951,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100951,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100951,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100951,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100951,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100951,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100951,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100951,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100951,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100951,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100951,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100951,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100951,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100951,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100962,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100964,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100965,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100976,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100978,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100978,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100978,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100978,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100978,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100978,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100978,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100978,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100978,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100978,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100978,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100978,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100978,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100978,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100978,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100978,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100978,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100978,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100978,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100978,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100978,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100978,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100978,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100978,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100978,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100978,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100978,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100978,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100978,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100978,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100978,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100978,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100978,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100978,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100978,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100978,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100978,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100978,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100978,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100978,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100978,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100979,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100980,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100985,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100986,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1100987,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100987,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100987,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100987,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100987,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100987,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100987,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100987,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100987,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100987,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100987,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100987,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100987,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100987,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100987,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100987,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100987,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100987,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100987,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100987,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100987,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100987,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100987,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100987,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100987,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100987,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100987,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100987,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100987,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100987,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100987,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100987,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100987,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100987,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100987,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100987,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100987,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100987,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100987,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100987,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100987,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100988,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100993,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1100993,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1100993,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1100993,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1100993,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1100993,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1100993,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1100993,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1100993,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1100993,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1100993,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1100993,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1100993,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1100993,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1100993,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1100993,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1100993,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1100993,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1100993,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1100993,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1100993,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1100993,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1100993,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1100993,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1100993,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1100993,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1100993,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1100993,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1100993,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1100993,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1100993,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1100993,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1100993,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1100993,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1100993,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1100993,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1100993,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1100993,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1100993,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1100993,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1100993,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1100994,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1100995,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101033,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101034,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101048,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101051,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101089,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101089,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101089,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101089,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101089,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101089,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101089,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101089,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101089,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101089,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101089,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101089,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101089,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101089,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101089,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101089,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101089,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101089,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101089,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101089,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101089,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101089,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101089,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101089,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101089,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101089,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101089,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101089,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101089,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101089,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101089,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101089,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101089,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101089,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101089,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101089,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101089,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101089,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101089,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101089,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101089,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101090,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101091,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101113,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101113,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101113,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101113,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101113,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101113,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101113,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101113,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101113,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101113,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101113,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101113,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101113,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101113,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101113,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101113,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101113,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101113,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101113,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101113,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101113,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101113,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101113,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101113,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101113,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101113,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101113,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101113,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101113,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101113,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101113,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101113,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101113,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101113,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101113,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101113,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101113,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101113,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101113,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101113,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101113,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101135,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101136,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101137,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101137,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101137,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101137,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101137,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101137,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101137,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101137,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101137,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101137,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101137,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101137,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101137,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101137,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101137,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101137,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101137,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101137,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101137,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101137,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101137,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101137,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101137,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101137,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101137,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101137,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101137,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101137,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101137,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101137,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101137,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101137,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101137,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101137,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101137,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101137,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101137,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101137,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101137,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101137,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101137,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101138,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101162,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101235,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101344,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101344,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101344,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101344,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101344,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101344,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101344,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101344,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101344,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101344,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101344,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101344,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101344,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101344,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101344,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101344,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101344,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101344,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101344,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101344,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101344,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101344,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101344,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101344,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101344,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101344,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101344,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101344,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101344,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101344,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101344,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101344,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101344,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101344,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101344,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101344,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101344,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101344,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101344,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101344,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101344,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101358,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101410,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101410,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101410,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101410,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101410,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101410,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101410,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101410,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101410,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101410,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101410,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101410,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101410,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101410,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101410,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101410,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101410,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101410,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101410,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101410,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101410,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101410,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101410,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101410,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101410,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101410,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101410,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101410,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101410,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101410,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101410,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101410,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101410,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101410,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101410,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101410,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101410,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101410,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101410,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101410,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101410,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101455,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101455,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101455,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101455,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101455,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101455,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101455,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101455,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101455,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101455,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101455,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101455,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101455,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101455,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101455,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101455,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101455,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101455,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101455,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101455,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101455,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101455,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101455,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101455,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101455,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101455,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101455,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101455,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101455,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101455,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101455,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101455,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101455,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101455,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101455,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101455,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101455,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101455,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101455,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101455,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101455,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101477,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101478,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101514,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101526,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101551,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101551,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101551,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101551,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101551,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101551,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101551,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101551,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101551,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101551,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101551,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101551,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101551,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101551,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101551,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101551,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101551,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101551,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101551,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101551,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101551,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101551,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101551,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101551,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101551,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101551,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101551,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101551,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101551,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101551,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101551,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101551,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101551,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101551,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101551,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101551,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101551,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101551,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101551,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101551,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101551,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101595,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101596,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101596,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101596,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101596,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101596,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101596,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101596,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101596,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101596,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101596,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101596,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101596,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101596,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101596,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101596,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101596,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101596,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101596,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101596,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101596,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101596,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101596,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101596,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101596,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101596,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101596,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101596,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101596,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101596,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101596,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101596,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101596,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101596,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101596,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101596,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101596,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101596,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101596,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101596,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101596,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101596,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101597,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101666,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101725,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101725,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101725,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101725,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101725,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101725,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101725,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101725,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101725,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101725,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101725,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101725,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101725,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101725,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101725,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101725,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101725,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101725,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101725,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101725,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101725,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101725,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101725,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101725,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101725,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101725,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101725,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101725,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101725,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101725,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101725,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101725,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101725,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101725,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101725,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101725,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101725,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101725,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101725,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101725,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101725,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101743,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101743,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101743,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101743,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101743,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101743,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101743,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101743,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101743,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101743,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101743,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101743,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101743,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101743,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101743,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101743,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101743,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101743,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101743,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101743,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101743,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101743,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101743,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101743,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101743,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101743,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101743,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101743,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101743,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101743,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101743,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101743,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101743,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101743,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101743,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101743,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101743,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101743,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101743,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101743,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101743,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101746,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101746,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101746,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101746,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101746,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101746,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101746,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101746,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101746,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101746,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101746,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101746,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101746,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101746,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101746,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101746,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101746,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101746,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101746,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101746,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101746,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101746,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101746,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101746,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101746,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101746,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101746,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101746,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101746,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101746,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101746,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101746,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101746,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101746,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101746,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101746,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101746,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101746,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101746,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101746,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101746,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101748,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101771,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101774,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101775,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101781,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101782,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101782,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101782,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101782,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101782,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101782,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101782,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101782,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101782,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101782,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101782,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101782,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101782,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101782,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101782,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101782,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101782,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101782,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101782,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101782,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101782,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101782,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101782,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101782,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101782,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101782,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101782,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101782,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101782,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101782,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101782,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101782,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101782,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101782,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101782,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101782,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101782,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101782,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101782,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101782,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101782,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101788,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101788,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101788,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101788,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101788,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101788,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101788,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101788,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101788,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101788,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101788,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101788,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101788,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101788,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101788,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101788,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101788,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101788,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101788,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101788,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101788,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101788,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101788,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101788,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101788,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101788,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101788,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101788,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101788,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101788,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101788,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101788,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101788,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101788,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101788,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101788,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101788,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101788,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101788,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101788,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101788,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101797,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101797,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101797,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101797,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101797,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101797,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101797,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101797,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101797,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101797,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101797,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101797,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101797,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101797,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101797,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101797,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101797,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101797,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101797,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101797,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101797,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101797,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101797,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101797,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101797,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101797,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101797,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101797,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101797,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101797,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101797,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101797,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101797,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101797,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101797,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101797,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101797,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101797,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101797,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101797,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101797,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101804,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101860,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101860,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101860,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101860,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101860,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101860,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101860,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101860,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101860,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101860,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101860,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101860,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101860,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101860,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101860,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101860,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101860,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101860,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101860,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101860,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101860,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101860,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101860,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101860,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101860,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101860,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101860,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101860,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101860,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101860,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101860,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101860,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101860,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101860,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101860,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101860,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101860,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101860,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101860,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101860,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101860,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101861,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101862,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101872,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101872,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101872,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101872,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101872,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101872,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101872,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101872,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101872,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101872,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101872,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101872,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101872,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101872,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101872,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101872,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101872,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101872,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101872,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101872,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101872,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101872,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101872,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101872,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101872,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101872,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101872,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101872,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101872,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101872,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101872,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101872,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101872,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101872,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101872,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101872,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101872,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101872,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101872,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101872,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101872,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101875,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101875,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101875,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101875,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101875,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101875,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101875,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101875,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101875,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101875,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101875,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101875,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101875,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101875,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101875,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101875,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101875,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101875,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101875,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101875,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101875,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101875,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101875,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101875,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101875,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101875,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101875,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101875,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101875,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101875,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101875,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101875,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101875,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101875,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101875,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101875,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101875,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101875,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101875,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101875,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101875,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101876,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101877,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101929,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101929,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101929,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101929,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101929,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101929,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101929,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101929,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101929,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101929,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101929,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101929,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101929,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101929,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101929,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101929,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101929,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101929,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101929,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101929,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101929,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101929,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101929,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101929,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101929,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101929,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101929,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101929,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101929,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101929,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101929,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101929,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101929,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101929,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101929,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101929,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101929,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101929,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101929,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101929,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101929,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101930,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101934,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101978,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101979,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101984,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101985,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1101986,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1101986,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1101986,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1101986,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1101986,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1101986,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1101986,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1101986,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1101986,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1101986,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1101986,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1101986,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1101986,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1101986,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1101986,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1101986,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1101986,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1101986,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1101986,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1101986,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1101986,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1101986,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1101986,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1101986,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1101986,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1101986,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1101986,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1101986,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1101986,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1101986,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1101986,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1101986,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1101986,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1101986,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1101986,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1101986,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1101986,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1101986,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1101986,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1101986,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1101986,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1101987,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1101988,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102010,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102010,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102010,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102010,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102010,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102010,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102010,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102010,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102010,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102010,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102010,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102010,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102010,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102010,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102010,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102010,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102010,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102010,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102010,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102010,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102010,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102010,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102010,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102010,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102010,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102010,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102010,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102010,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102010,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102010,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102010,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102010,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102010,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102010,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102010,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102010,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102010,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102010,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102010,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102010,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102010,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102033,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102053,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102054,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102073,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102073,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102073,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102073,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102073,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102073,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102073,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102073,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102073,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102073,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102073,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102073,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102073,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102073,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102073,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102073,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102073,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102073,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102073,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102073,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102073,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102073,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102073,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102073,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102073,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102073,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102073,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102073,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102073,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102073,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102073,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102073,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102073,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102073,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102073,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102073,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102073,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102073,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102073,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102073,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102073,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102136,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102136,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102136,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102136,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102136,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102136,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102136,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102136,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102136,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102136,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102136,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102136,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102136,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102136,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102136,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102136,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102136,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102136,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102136,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102136,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102136,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102136,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102136,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102136,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102136,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102136,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102136,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102136,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102136,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102136,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102136,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102136,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102136,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102136,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102136,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102136,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102136,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102136,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102136,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102136,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102136,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102139,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102139,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102139,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102139,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102139,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102139,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102139,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102139,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102139,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102139,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102139,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102139,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102139,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102139,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102139,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102139,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102139,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102139,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102139,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102139,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102139,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102139,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102139,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102139,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102139,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102139,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102139,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102139,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102139,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102139,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102139,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102139,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102139,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102139,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102139,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102139,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102139,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102139,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102139,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102139,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102139,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102148,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102148,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102148,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102148,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102148,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102148,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102148,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102148,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102148,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102148,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102148,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102148,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102148,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102148,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102148,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102148,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102148,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102148,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102148,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102148,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102148,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102148,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102148,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102148,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102148,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102148,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102148,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102148,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102148,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102148,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102148,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102148,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102148,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102148,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102148,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102148,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102148,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102148,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102148,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102148,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102148,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102166,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102166,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102166,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102166,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102166,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102166,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102166,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102166,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102166,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102166,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102166,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102166,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102166,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102166,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102166,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102166,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102166,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102166,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102166,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102166,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102166,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102166,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102166,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102166,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102166,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102166,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102166,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102166,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102166,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102166,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102166,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102166,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102166,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102166,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102166,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102166,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102166,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102166,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102166,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102166,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102166,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102171,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102184,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102184,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102184,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102184,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102184,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102184,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102184,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102184,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102184,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102184,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102184,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102184,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102184,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102184,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102184,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102184,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102184,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102184,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102184,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102184,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102184,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102184,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102184,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102184,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102184,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102184,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102184,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102184,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102184,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102184,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102184,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102184,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102184,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102184,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102184,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102184,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102184,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102184,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102184,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102184,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102184,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102185,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102193,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102193,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102193,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102193,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102193,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102193,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102193,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102193,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102193,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102193,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102193,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102193,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102193,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102193,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102193,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102193,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102193,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102193,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102193,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102193,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102193,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102193,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102193,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102193,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102193,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102193,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102193,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102193,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102193,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102193,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102193,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102193,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102193,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102193,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102193,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102193,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102193,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102193,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102193,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102193,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102193,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102194,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102200,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102217,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102217,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102217,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102217,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102217,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102217,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102217,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102217,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102217,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102217,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102217,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102217,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102217,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102217,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102217,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102217,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102217,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102217,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102217,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102217,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102217,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102217,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102217,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102217,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102217,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102217,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102217,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102217,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102217,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102217,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102217,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102217,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102217,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102217,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102217,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102217,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102217,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102217,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102217,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102217,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102217,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102224,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102265,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102265,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102265,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102265,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102265,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102265,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102265,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102265,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102265,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102265,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102265,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102265,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102265,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102265,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102265,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102265,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102265,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102265,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102265,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102265,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102265,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102265,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102265,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102265,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102265,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102265,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102265,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102265,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102265,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102265,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102265,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102265,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102265,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102265,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102265,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102265,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102265,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102265,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102265,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102265,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102265,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102340,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102340,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102340,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102340,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102340,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102340,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102340,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102340,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102340,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102340,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102340,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102340,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102340,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102340,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102340,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102340,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102340,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102340,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102340,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102340,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102340,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102340,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102340,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102340,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102340,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102340,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102340,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102340,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102340,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102340,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102340,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102340,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102340,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102340,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102340,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102340,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102340,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102340,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102340,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102340,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102340,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102421,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102421,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102421,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102421,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102421,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102421,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102421,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102421,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102421,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102421,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102421,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102421,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102421,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102421,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102421,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102421,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102421,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102421,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102421,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102421,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102421,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102421,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102421,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102421,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102421,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102421,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102421,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102421,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102421,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102421,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102421,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102421,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102421,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102421,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102421,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102421,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102421,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102421,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102421,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102421,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102421,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102423,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102442,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102442,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102442,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102442,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102442,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102442,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102442,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102442,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102442,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102442,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102442,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102442,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102442,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102442,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102442,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102442,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102442,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102442,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102442,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102442,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102442,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102442,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102442,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102442,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102442,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102442,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102442,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102442,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102442,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102442,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102442,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102442,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102442,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102442,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102442,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102442,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102442,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102442,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102442,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102442,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102442,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102443,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102449,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102457,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102457,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102457,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102457,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102457,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102457,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102457,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102457,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102457,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102457,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102457,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102457,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102457,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102457,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102457,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102457,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102457,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102457,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102457,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102457,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102457,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102457,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102457,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102457,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102457,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102457,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102457,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102457,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102457,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102457,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102457,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102457,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102457,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102457,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102457,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102457,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102457,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102457,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102457,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102457,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102457,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102458,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102490,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102490,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102490,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102490,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102490,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102490,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102490,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102490,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102490,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102490,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102490,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102490,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102490,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102490,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102490,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102490,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102490,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102490,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102490,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102490,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102490,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102490,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102490,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102490,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102490,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102490,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102490,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102490,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102490,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102490,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102490,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102490,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102490,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102490,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102490,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102490,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102490,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102490,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102490,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102490,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102490,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102494,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102515,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102522,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102613,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102613,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102613,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102613,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102613,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102613,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102613,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102613,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102613,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102613,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102613,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102613,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102613,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102613,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102613,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102613,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102613,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102613,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102613,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102613,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102613,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102613,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102613,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102613,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102613,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102613,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102613,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102613,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102613,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102613,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102613,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102613,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102613,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102613,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102613,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102613,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102613,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102613,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102613,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102613,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102613,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102615,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102631,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102631,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102631,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102631,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102631,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102631,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102631,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102631,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102631,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102631,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102631,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102631,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102631,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102631,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102631,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102631,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102631,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102631,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102631,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102631,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102631,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102631,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102631,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102631,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102631,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102631,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102631,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102631,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102631,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102631,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102631,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102631,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102631,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102631,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102631,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102631,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102631,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102631,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102631,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102631,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102631,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102633,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102635,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102665,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102676,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102676,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102676,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102676,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102676,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102676,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102676,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102676,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102676,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102676,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102676,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102676,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102676,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102676,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102676,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102676,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102676,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102676,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102676,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102676,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102676,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102676,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102676,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102676,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102676,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102676,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102676,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102676,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102676,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102676,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102676,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102676,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102676,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102676,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102676,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102676,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102676,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102676,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102676,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102676,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102676,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102696,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102703,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102703,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102703,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102703,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102703,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102703,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102703,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102703,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102703,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102703,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102703,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102703,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102703,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102703,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102703,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102703,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102703,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102703,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102703,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102703,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102703,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102703,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102703,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102703,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102703,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102703,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102703,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102703,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102703,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102703,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102703,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102703,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102703,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102703,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102703,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102703,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102703,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102703,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102703,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102703,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102703,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102708,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102709,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102709,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102709,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102709,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102709,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102709,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102709,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102709,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102709,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102709,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102709,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102709,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102709,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102709,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102709,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102709,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102709,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102709,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102709,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102709,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102709,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102709,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102709,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102709,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102709,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102709,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102709,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102709,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102709,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102709,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102709,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102709,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102709,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102709,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102709,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102709,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102709,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102709,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102709,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102709,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102709,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102711,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102721,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102721,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102721,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102721,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102721,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102721,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102721,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102721,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102721,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102721,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102721,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102721,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102721,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102721,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102721,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102721,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102721,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102721,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102721,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102721,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102721,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102721,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102721,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102721,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102721,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102721,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102721,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102721,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102721,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102721,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102721,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102721,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102721,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102721,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102721,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102721,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102721,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102721,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102721,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102721,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102721,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102722,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102731,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102745,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102745,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102745,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102745,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102745,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102745,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102745,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102745,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102745,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102745,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102745,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102745,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102745,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102745,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102745,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102745,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102745,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102745,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102745,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102745,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102745,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102745,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102745,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102745,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102745,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102745,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102745,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102745,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102745,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102745,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102745,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102745,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102745,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102745,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102745,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102745,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102745,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102745,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102745,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102745,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102745,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102746,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102747,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102749,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102752,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102755,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102763,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102763,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102763,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102763,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102763,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102763,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102763,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102763,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102763,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102763,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102763,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102763,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102763,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102763,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102763,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102763,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102763,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102763,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102763,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102763,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102763,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102763,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102763,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102763,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102763,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102763,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102763,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102763,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102763,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102763,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102763,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102763,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102763,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102763,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102763,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102763,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102763,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102763,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102763,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102763,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102763,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102764,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102766,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102766,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102766,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102766,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102766,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102766,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102766,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102766,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102766,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102766,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102766,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102766,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102766,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102766,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102766,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102766,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102766,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102766,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102766,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102766,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102766,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102766,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102766,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102766,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102766,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102766,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102766,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102766,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102766,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102766,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102766,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102766,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102766,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102766,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102766,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102766,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102766,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102766,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102766,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102766,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102766,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102834,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102838,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102838,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102838,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102838,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102838,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102838,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102838,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102838,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102838,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102838,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102838,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102838,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102838,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102838,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102838,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102838,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102838,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102838,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102838,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102838,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102838,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102838,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102838,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102838,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102838,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102838,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102838,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102838,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102838,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102838,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102838,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102838,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102838,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102838,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102838,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102838,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102838,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102838,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102838,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102838,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102838,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102853,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102853,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102853,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102853,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102853,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102853,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102853,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102853,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102853,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102853,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102853,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102853,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102853,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102853,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102853,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102853,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102853,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102853,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102853,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102853,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102853,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102853,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102853,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102853,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102853,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102853,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102853,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102853,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102853,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102853,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102853,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102853,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102853,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102853,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102853,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102853,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102853,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102853,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102853,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102853,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102853,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102858,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102859,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102859,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102859,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102859,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102859,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102859,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102859,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102859,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102859,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102859,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102859,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102859,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102859,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102859,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102859,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102859,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102859,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102859,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102859,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102859,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102859,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102859,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102859,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102859,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102859,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102859,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102859,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102859,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102859,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102859,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102859,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102859,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102859,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102859,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102859,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102859,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102859,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102859,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102859,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102859,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102859,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102860,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102864,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102866,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102870,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102875,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102876,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102899,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102902,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102904,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102904,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102904,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102904,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102904,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102904,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102904,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102904,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102904,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102904,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102904,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102904,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102904,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102904,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102904,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102904,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102904,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102904,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102904,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102904,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102904,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102904,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102904,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102904,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102904,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102904,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102904,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102904,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102904,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102904,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102904,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102904,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102904,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102904,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102904,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102904,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102904,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102904,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102904,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102904,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102904,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102906,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102908,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102909,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102911,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102912,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102913,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102913,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102913,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102913,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102913,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102913,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102913,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102913,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102913,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102913,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102913,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102913,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102913,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102913,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102913,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102913,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102913,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102913,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102913,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102913,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102913,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102913,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102913,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102913,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102913,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102913,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102913,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102913,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102913,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102913,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102913,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102913,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102913,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102913,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102913,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102913,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102913,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102913,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102913,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102913,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102913,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102914,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102917,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102919,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102919,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102919,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102919,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102919,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102919,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102919,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102919,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102919,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102919,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102919,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102919,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102919,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102919,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102919,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102919,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102919,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102919,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102919,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102919,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102919,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102919,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102919,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102919,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102919,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102919,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102919,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102919,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102919,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102919,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102919,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102919,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102919,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102919,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102919,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102919,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102919,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102919,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102919,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102919,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102919,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102949,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102949,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102949,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102949,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102949,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102949,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102949,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102949,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102949,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102949,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102949,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102949,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102949,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102949,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102949,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102949,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102949,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102949,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102949,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102949,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102949,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102949,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102949,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102949,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102949,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102949,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102949,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102949,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102949,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102949,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102949,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102949,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102949,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102949,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102949,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102949,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102949,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102949,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102949,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102949,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102949,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102950,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102951,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102952,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102952,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102952,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102952,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102952,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102952,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102952,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102952,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102952,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102952,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102952,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102952,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102952,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102952,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102952,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102952,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102952,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102952,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102952,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102952,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102952,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102952,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102952,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102952,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102952,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102952,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102952,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102952,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102952,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102952,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102952,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102952,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102952,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102952,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102952,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102952,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102952,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102952,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102952,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102952,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102952,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1102986,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1102987,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1102988,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1102988,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1102988,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1102988,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1102988,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1102988,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1102988,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1102988,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1102988,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1102988,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1102988,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1102988,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1102988,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1102988,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1102988,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1102988,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1102988,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1102988,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1102988,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1102988,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1102988,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1102988,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1102988,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1102988,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1102988,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1102988,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1102988,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1102988,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1102988,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1102988,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1102988,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1102988,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1102988,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1102988,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1102988,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1102988,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1102988,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1102988,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1102988,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1102988,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1102988,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103012,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103012,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103012,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103012,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103012,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103012,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103012,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103012,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103012,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103012,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103012,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103012,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103012,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103012,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103012,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103012,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103012,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103012,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103012,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103012,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103012,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103012,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103012,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103012,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103012,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103012,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103012,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103012,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103012,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103012,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103012,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103012,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103012,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103012,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103012,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103012,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103012,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103012,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103012,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103012,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103012,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103013,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103030,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103030,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103030,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103030,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103030,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103030,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103030,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103030,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103030,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103030,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103030,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103030,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103030,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103030,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103030,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103030,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103030,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103030,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103030,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103030,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103030,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103030,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103030,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103030,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103030,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103030,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103030,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103030,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103030,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103030,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103030,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103030,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103030,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103030,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103030,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103030,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103030,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103030,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103030,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103030,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103030,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103039,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103039,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103039,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103039,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103039,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103039,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103039,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103039,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103039,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103039,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103039,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103039,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103039,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103039,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103039,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103039,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103039,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103039,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103039,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103039,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103039,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103039,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103039,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103039,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103039,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103039,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103039,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103039,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103039,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103039,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103039,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103039,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103039,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103039,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103039,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103039,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103039,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103039,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103039,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103039,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103039,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103040,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103047,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103048,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103048,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103048,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103048,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103048,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103048,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103048,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103048,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103048,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103048,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103048,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103048,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103048,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103048,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103048,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103048,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103048,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103048,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103048,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103048,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103048,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103048,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103048,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103048,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103048,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103048,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103048,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103048,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103048,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103048,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103048,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103048,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103048,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103048,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103048,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103048,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103048,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103048,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103048,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103048,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103048,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103082,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103083,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103096,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103096,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103096,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103096,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103096,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103096,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103096,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103096,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103096,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103096,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103096,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103096,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103096,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103096,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103096,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103096,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103096,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103096,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103096,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103096,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103096,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103096,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103096,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103096,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103096,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103096,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103096,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103096,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103096,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103096,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103096,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103096,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103096,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103096,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103096,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103096,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103096,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103096,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103096,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103096,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103096,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103097,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103111,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103111,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103111,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103111,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103111,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103111,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103111,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103111,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103111,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103111,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103111,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103111,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103111,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103111,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103111,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103111,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103111,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103111,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103111,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103111,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103111,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103111,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103111,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103111,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103111,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103111,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103111,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103111,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103111,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103111,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103111,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103111,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103111,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103111,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103111,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103111,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103111,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103111,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103111,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103111,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103111,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103112,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103113,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103162,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103162,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103162,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103162,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103162,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103162,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103162,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103162,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103162,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103162,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103162,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103162,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103162,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103162,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103162,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103162,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103162,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103162,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103162,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103162,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103162,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103162,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103162,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103162,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103162,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103162,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103162,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103162,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103162,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103162,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103162,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103162,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103162,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103162,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103162,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103162,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103162,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103162,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103162,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103162,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103162,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103163,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103176,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103213,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103213,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103213,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103213,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103213,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103213,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103213,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103213,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103213,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103213,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103213,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103213,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103213,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103213,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103213,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103213,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103213,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103213,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103213,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103213,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103213,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103213,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103213,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103213,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103213,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103213,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103213,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103213,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103213,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103213,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103213,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103213,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103213,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103213,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103213,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103213,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103213,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103213,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103213,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103213,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103213,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103214,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103215,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103216,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103216,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103216,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103216,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103216,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103216,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103216,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103216,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103216,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103216,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103216,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103216,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103216,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103216,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103216,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103216,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103216,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103216,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103216,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103216,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103216,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103216,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103216,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103216,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103216,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103216,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103216,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103216,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103216,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103216,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103216,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103216,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103216,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103216,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103216,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103216,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103216,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103216,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103216,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103216,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103216,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103217,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103219,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103219,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103219,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103219,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103219,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103219,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103219,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103219,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103219,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103219,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103219,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103219,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103219,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103219,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103219,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103219,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103219,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103219,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103219,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103219,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103219,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103219,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103219,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103219,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103219,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103219,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103219,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103219,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103219,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103219,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103219,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103219,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103219,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103219,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103219,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103219,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103219,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103219,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103219,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103219,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103219,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103221,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103226,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103249,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103249,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103249,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103249,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103249,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103249,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103249,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103249,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103249,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103249,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103249,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103249,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103249,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103249,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103249,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103249,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103249,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103249,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103249,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103249,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103249,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103249,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103249,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103249,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103249,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103249,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103249,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103249,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103249,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103249,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103249,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103249,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103249,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103249,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103249,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103249,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103249,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103249,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103249,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103249,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103249,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103251,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103318,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103318,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103318,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103318,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103318,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103318,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103318,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103318,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103318,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103318,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103318,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103318,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103318,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103318,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103318,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103318,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103318,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103318,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103318,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103318,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103318,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103318,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103318,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103318,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103318,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103318,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103318,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103318,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103318,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103318,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103318,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103318,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103318,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103318,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103318,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103318,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103318,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103318,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103318,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103318,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103318,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103321,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103321,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103321,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103321,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103321,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103321,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103321,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103321,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103321,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103321,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103321,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103321,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103321,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103321,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103321,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103321,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103321,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103321,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103321,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103321,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103321,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103321,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103321,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103321,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103321,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103321,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103321,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103321,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103321,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103321,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103321,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103321,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103321,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103321,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103321,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103321,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103321,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103321,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103321,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103321,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103321,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103322,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103469,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103470,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103473,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103477,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103477,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103477,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103477,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103477,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103477,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103477,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103477,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103477,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103477,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103477,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103477,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103477,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103477,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103477,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103477,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103477,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103477,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103477,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103477,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103477,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103477,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103477,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103477,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103477,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103477,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103477,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103477,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103477,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103477,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103477,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103477,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103477,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103477,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103477,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103477,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103477,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103477,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103477,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103477,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103477,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103480,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103480,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103480,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103480,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103480,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103480,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103480,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103480,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103480,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103480,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103480,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103480,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103480,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103480,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103480,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103480,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103480,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103480,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103480,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103480,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103480,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103480,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103480,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103480,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103480,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103480,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103480,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103480,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103480,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103480,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103480,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103480,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103480,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103480,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103480,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103480,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103480,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103480,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103480,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103480,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103480,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103534,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103534,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103534,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103534,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103534,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103534,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103534,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103534,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103534,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103534,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103534,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103534,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103534,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103534,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103534,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103534,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103534,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103534,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103534,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103534,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103534,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103534,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103534,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103534,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103534,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103534,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103534,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103534,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103534,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103534,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103534,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103534,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103534,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103534,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103534,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103534,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103534,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103534,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103534,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103534,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103534,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103535,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103536,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103628,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103631,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103632,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103685,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103686,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103698,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103702,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103702,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103702,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103702,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103702,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103702,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103702,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103702,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103702,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103702,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103702,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103702,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103702,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103702,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103702,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103702,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103702,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103702,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103702,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103702,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103702,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103702,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103702,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103702,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103702,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103702,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103702,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103702,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103702,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103702,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103702,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103702,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103702,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103702,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103702,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103702,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103702,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103702,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103702,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103702,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103702,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103704,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103729,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103729,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103729,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103729,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103729,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103729,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103729,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103729,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103729,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103729,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103729,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103729,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103729,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103729,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103729,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103729,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103729,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103729,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103729,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103729,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103729,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103729,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103729,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103729,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103729,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103729,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103729,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103729,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103729,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103729,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103729,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103729,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103729,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103729,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103729,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103729,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103729,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103729,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103729,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103729,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103729,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103762,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103762,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103762,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103762,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103762,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103762,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103762,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103762,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103762,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103762,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103762,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103762,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103762,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103762,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103762,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103762,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103762,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103762,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103762,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103762,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103762,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103762,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103762,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103762,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103762,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103762,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103762,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103762,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103762,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103762,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103762,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103762,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103762,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103762,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103762,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103762,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103762,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103762,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103762,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103762,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103762,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103803,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103805,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103807,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103807,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103807,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103807,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103807,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103807,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103807,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103807,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103807,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103807,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103807,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103807,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103807,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103807,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103807,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103807,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103807,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103807,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103807,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103807,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103807,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103807,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103807,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103807,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103807,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103807,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103807,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103807,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103807,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103807,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103807,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103807,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103807,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103807,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103807,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103807,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103807,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103807,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103807,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103807,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103807,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103809,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103819,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103819,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103819,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103819,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103819,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103819,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103819,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103819,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103819,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103819,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103819,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103819,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103819,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103819,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103819,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103819,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103819,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103819,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103819,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103819,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103819,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103819,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103819,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103819,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103819,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103819,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103819,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103819,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103819,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103819,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103819,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103819,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103819,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103819,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103819,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103819,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103819,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103819,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103819,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103819,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103819,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103828,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103828,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103828,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103828,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103828,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103828,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103828,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103828,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103828,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103828,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103828,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103828,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103828,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103828,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103828,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103828,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103828,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103828,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103828,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103828,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103828,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103828,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103828,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103828,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103828,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103828,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103828,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103828,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103828,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103828,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103828,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103828,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103828,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103828,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103828,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103828,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103828,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103828,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103828,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103828,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103828,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103829,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103830,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103831,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103831,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103831,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103831,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103831,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103831,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103831,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103831,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103831,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103831,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103831,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103831,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103831,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103831,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103831,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103831,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103831,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103831,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103831,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103831,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103831,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103831,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103831,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103831,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103831,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103831,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103831,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103831,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103831,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103831,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103831,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103831,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103831,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103831,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103831,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103831,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103831,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103831,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103831,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103831,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103831,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103861,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103861,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103861,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103861,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103861,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103861,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103861,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103861,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103861,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103861,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103861,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103861,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103861,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103861,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103861,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103861,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103861,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103861,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103861,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103861,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103861,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103861,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103861,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103861,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103861,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103861,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103861,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103861,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103861,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103861,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103861,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103861,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103861,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103861,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103861,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103861,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103861,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103861,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103861,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103861,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103861,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103862,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103863,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103865,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103866,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103879,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103879,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103879,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103879,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103879,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103879,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103879,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103879,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103879,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103879,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103879,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103879,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103879,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103879,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103879,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103879,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103879,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103879,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103879,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103879,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103879,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103879,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103879,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103879,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103879,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103879,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103879,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103879,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103879,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103879,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103879,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103879,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103879,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103879,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103879,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103879,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103879,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103879,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103879,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103879,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103879,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103880,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103915,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103915,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103915,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103915,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103915,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103915,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103915,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103915,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103915,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103915,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103915,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103915,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103915,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103915,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103915,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103915,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103915,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103915,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103915,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103915,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103915,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103915,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103915,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103915,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103915,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103915,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103915,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103915,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103915,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103915,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103915,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103915,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103915,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103915,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103915,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103915,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103915,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103915,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103915,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103915,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103915,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103916,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103921,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103921,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103921,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103921,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103921,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103921,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103921,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103921,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103921,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103921,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103921,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103921,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103921,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103921,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103921,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103921,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103921,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103921,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103921,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103921,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103921,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103921,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103921,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103921,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103921,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103921,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103921,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103921,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103921,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103921,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103921,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103921,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103921,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103921,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103921,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103921,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103921,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103921,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103921,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103921,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103921,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103922,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103923,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103930,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103930,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103930,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103930,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103930,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103930,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103930,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103930,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103930,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103930,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103930,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103930,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103930,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103930,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103930,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103930,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103930,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103930,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103930,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103930,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103930,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103930,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103930,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103930,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103930,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103930,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103930,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103930,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103930,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103930,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103930,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103930,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103930,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103930,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103930,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103930,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103930,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103930,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103930,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103930,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103930,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103931,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103932,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103933,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103933,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103933,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103933,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103933,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103933,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103933,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103933,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103933,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103933,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103933,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103933,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103933,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103933,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103933,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103933,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103933,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103933,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103933,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103933,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103933,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103933,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103933,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103933,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103933,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103933,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103933,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103933,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103933,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103933,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103933,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103933,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103933,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103933,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103933,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103933,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103933,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103933,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103933,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103933,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103933,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103951,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103951,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103951,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103951,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103951,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103951,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103951,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103951,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103951,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103951,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103951,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103951,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103951,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103951,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103951,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103951,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103951,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103951,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103951,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103951,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103951,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103951,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103951,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103951,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103951,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103951,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103951,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103951,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103951,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103951,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103951,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103951,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103951,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103951,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103951,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103951,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103951,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103951,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103951,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103951,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103951,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103953,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103957,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103957,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103957,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103957,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103957,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103957,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103957,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103957,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103957,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103957,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103957,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103957,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103957,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103957,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103957,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103957,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103957,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103957,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103957,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103957,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103957,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103957,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103957,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103957,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103957,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103957,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103957,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103957,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103957,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103957,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103957,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103957,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103957,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103957,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103957,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103957,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103957,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103957,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103957,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103957,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103957,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103972,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103972,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103972,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103972,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103972,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103972,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103972,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103972,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103972,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103972,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103972,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103972,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103972,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103972,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103972,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103972,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103972,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103972,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103972,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103972,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103972,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103972,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103972,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103972,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103972,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103972,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103972,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103972,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103972,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103972,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103972,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103972,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103972,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103972,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103972,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103972,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103972,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103972,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103972,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103972,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103972,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103974,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103977,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1103978,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103978,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103978,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103978,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103978,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103978,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103978,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103978,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103978,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103978,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103978,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103978,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103978,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103978,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103978,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103978,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103978,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103978,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103978,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103978,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103978,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103978,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103978,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103978,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103978,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103978,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103978,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103978,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103978,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103978,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103978,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103978,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103978,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103978,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103978,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103978,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103978,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103978,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103978,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103978,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103978,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103979,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1103985,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1103987,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1103987,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1103987,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1103987,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1103987,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1103987,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1103987,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1103987,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1103987,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1103987,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1103987,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1103987,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1103987,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1103987,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1103987,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1103987,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1103987,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1103987,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1103987,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1103987,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1103987,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1103987,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1103987,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1103987,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1103987,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1103987,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1103987,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1103987,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1103987,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1103987,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1103987,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1103987,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1103987,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1103987,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1103987,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1103987,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1103987,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1103987,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1103987,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1103987,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1103987,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1103989,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104009,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104010,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104041,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104041,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104041,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104041,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104041,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104041,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104041,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104041,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104041,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104041,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104041,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104041,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104041,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104041,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104041,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104041,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104041,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104041,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104041,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104041,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104041,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104041,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104041,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104041,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104041,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104041,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104041,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104041,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104041,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104041,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104041,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104041,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104041,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104041,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104041,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104041,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104041,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104041,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104041,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104041,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104041,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104058,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104061,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104065,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104065,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104065,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104065,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104065,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104065,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104065,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104065,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104065,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104065,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104065,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104065,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104065,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104065,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104065,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104065,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104065,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104065,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104065,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104065,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104065,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104065,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104065,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104065,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104065,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104065,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104065,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104065,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104065,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104065,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104065,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104065,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104065,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104065,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104065,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104065,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104065,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104065,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104065,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104065,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104065,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104074,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104074,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104074,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104074,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104074,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104074,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104074,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104074,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104074,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104074,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104074,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104074,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104074,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104074,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104074,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104074,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104074,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104074,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104074,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104074,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104074,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104074,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104074,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104074,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104074,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104074,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104074,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104074,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104074,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104074,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104074,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104074,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104074,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104074,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104074,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104074,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104074,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104074,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104074,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104074,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104074,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104077,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104077,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104077,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104077,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104077,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104077,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104077,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104077,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104077,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104077,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104077,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104077,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104077,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104077,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104077,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104077,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104077,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104077,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104077,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104077,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104077,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104077,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104077,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104077,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104077,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104077,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104077,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104077,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104077,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104077,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104077,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104077,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104077,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104077,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104077,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104077,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104077,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104077,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104077,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104077,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104077,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104078,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104080,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104080,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104080,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104080,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104080,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104080,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104080,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104080,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104080,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104080,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104080,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104080,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104080,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104080,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104080,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104080,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104080,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104080,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104080,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104080,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104080,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104080,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104080,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104080,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104080,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104080,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104080,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104080,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104080,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104080,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104080,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104080,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104080,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104080,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104080,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104080,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104080,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104080,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104080,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104080,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104080,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104081,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104089,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104089,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104089,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104089,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104089,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104089,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104089,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104089,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104089,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104089,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104089,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104089,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104089,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104089,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104089,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104089,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104089,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104089,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104089,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104089,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104089,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104089,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104089,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104089,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104089,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104089,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104089,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104089,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104089,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104089,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104089,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104089,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104089,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104089,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104089,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104089,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104089,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104089,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104089,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104089,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104089,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104092,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104092,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104092,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104092,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104092,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104092,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104092,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104092,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104092,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104092,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104092,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104092,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104092,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104092,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104092,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104092,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104092,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104092,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104092,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104092,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104092,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104092,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104092,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104092,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104092,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104092,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104092,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104092,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104092,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104092,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104092,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104092,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104092,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104092,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104092,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104092,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104092,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104092,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104092,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104092,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104092,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104094,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104096,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104097,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104109,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104117,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104118,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104119,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104119,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104119,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104119,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104119,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104119,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104119,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104119,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104119,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104119,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104119,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104119,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104119,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104119,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104119,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104119,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104119,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104119,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104119,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104119,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104119,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104119,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104119,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104119,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104119,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104119,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104119,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104119,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104119,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104119,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104119,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104119,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104119,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104119,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104119,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104119,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104119,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104119,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104119,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104119,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104119,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104129,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104134,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104134,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104134,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104134,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104134,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104134,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104134,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104134,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104134,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104134,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104134,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104134,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104134,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104134,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104134,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104134,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104134,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104134,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104134,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104134,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104134,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104134,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104134,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104134,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104134,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104134,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104134,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104134,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104134,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104134,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104134,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104134,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104134,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104134,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104134,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104134,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104134,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104134,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104134,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104134,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104134,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104135,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104136,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104141,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104144,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104149,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104149,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104149,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104149,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104149,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104149,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104149,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104149,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104149,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104149,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104149,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104149,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104149,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104149,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104149,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104149,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104149,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104149,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104149,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104149,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104149,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104149,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104149,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104149,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104149,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104149,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104149,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104149,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104149,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104149,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104149,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104149,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104149,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104149,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104149,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104149,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104149,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104149,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104149,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104149,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104149,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104151,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104152,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104152,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104152,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104152,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104152,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104152,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104152,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104152,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104152,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104152,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104152,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104152,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104152,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104152,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104152,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104152,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104152,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104152,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104152,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104152,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104152,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104152,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104152,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104152,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104152,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104152,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104152,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104152,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104152,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104152,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104152,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104152,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104152,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104152,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104152,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104152,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104152,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104152,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104152,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104152,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104152,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104154,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104167,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104167,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104167,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104167,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104167,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104167,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104167,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104167,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104167,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104167,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104167,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104167,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104167,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104167,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104167,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104167,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104167,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104167,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104167,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104167,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104167,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104167,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104167,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104167,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104167,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104167,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104167,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104167,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104167,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104167,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104167,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104167,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104167,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104167,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104167,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104167,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104167,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104167,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104167,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104167,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104167,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104168,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104169,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104225,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104226,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104274,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104292,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104295,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104296,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104296,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104296,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104296,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104296,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104296,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104296,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104296,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104296,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104296,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104296,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104296,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104296,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104296,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104296,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104296,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104296,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104296,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104296,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104296,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104296,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104296,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104296,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104296,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104296,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104296,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104296,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104296,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104296,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104296,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104296,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104296,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104296,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104296,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104296,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104296,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104296,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104296,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104296,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104296,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104296,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104336,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104360,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104383,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104383,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104383,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104383,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104383,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104383,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104383,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104383,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104383,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104383,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104383,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104383,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104383,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104383,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104383,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104383,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104383,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104383,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104383,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104383,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104383,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104383,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104383,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104383,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104383,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104383,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104383,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104383,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104383,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104383,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104383,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104383,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104383,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104383,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104383,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104383,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104383,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104383,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104383,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104383,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104383,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104385,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104449,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104449,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104449,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104449,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104449,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104449,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104449,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104449,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104449,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104449,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104449,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104449,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104449,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104449,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104449,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104449,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104449,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104449,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104449,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104449,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104449,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104449,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104449,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104449,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104449,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104449,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104449,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104449,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104449,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104449,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104449,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104449,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104449,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104449,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104449,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104449,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104449,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104449,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104449,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104449,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104449,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104450,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104455,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104455,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104455,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104455,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104455,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104455,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104455,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104455,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104455,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104455,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104455,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104455,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104455,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104455,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104455,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104455,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104455,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104455,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104455,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104455,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104455,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104455,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104455,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104455,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104455,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104455,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104455,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104455,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104455,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104455,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104455,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104455,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104455,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104455,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104455,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104455,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104455,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104455,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104455,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104455,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104455,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104469,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104477,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104478,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104482,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104482,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104482,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104482,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104482,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104482,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104482,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104482,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104482,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104482,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104482,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104482,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104482,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104482,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104482,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104482,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104482,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104482,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104482,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104482,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104482,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104482,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104482,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104482,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104482,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104482,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104482,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104482,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104482,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104482,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104482,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104482,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104482,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104482,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104482,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104482,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104482,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104482,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104482,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104482,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104482,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104485,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104485,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104485,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104485,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104485,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104485,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104485,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104485,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104485,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104485,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104485,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104485,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104485,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104485,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104485,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104485,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104485,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104485,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104485,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104485,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104485,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104485,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104485,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104485,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104485,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104485,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104485,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104485,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104485,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104485,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104485,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104485,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104485,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104485,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104485,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104485,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104485,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104485,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104485,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104485,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104485,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104494,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104494,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104494,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104494,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104494,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104494,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104494,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104494,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104494,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104494,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104494,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104494,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104494,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104494,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104494,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104494,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104494,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104494,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104494,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104494,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104494,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104494,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104494,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104494,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104494,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104494,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104494,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104494,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104494,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104494,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104494,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104494,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104494,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104494,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104494,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104494,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104494,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104494,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104494,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104494,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104494,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104497,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104497,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104497,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104497,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104497,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104497,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104497,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104497,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104497,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104497,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104497,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104497,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104497,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104497,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104497,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104497,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104497,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104497,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104497,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104497,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104497,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104497,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104497,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104497,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104497,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104497,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104497,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104497,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104497,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104497,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104497,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104497,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104497,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104497,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104497,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104497,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104497,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104497,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104497,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104497,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104497,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104499,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104501,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104502,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104508,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104510,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104515,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104515,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104515,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104515,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104515,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104515,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104515,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104515,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104515,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104515,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104515,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104515,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104515,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104515,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104515,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104515,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104515,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104515,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104515,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104515,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104515,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104515,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104515,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104515,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104515,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104515,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104515,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104515,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104515,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104515,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104515,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104515,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104515,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104515,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104515,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104515,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104515,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104515,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104515,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104515,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104515,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104516,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104517,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104518,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104518,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104518,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104518,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104518,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104518,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104518,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104518,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104518,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104518,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104518,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104518,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104518,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104518,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104518,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104518,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104518,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104518,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104518,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104518,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104518,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104518,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104518,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104518,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104518,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104518,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104518,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104518,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104518,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104518,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104518,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104518,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104518,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104518,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104518,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104518,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104518,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104518,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104518,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104518,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104518,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104519,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104520,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104524,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104524,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104524,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104524,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104524,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104524,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104524,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104524,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104524,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104524,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104524,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104524,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104524,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104524,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104524,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104524,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104524,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104524,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104524,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104524,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104524,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104524,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104524,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104524,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104524,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104524,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104524,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104524,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104524,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104524,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104524,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104524,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104524,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104524,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104524,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104524,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104524,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104524,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104524,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104524,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104524,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104525,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104526,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104533,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104533,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104533,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104533,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104533,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104533,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104533,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104533,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104533,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104533,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104533,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104533,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104533,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104533,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104533,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104533,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104533,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104533,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104533,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104533,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104533,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104533,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104533,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104533,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104533,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104533,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104533,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104533,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104533,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104533,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104533,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104533,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104533,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104533,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104533,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104533,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104533,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104533,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104533,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104533,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104533,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104534,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104536,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104536,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104536,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104536,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104536,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104536,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104536,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104536,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104536,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104536,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104536,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104536,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104536,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104536,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104536,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104536,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104536,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104536,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104536,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104536,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104536,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104536,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104536,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104536,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104536,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104536,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104536,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104536,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104536,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104536,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104536,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104536,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104536,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104536,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104536,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104536,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104536,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104536,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104536,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104536,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104536,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104541,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104543,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104545,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104545,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104545,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104545,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104545,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104545,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104545,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104545,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104545,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104545,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104545,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104545,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104545,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104545,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104545,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104545,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104545,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104545,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104545,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104545,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104545,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104545,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104545,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104545,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104545,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104545,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104545,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104545,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104545,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104545,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104545,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104545,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104545,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104545,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104545,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104545,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104545,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104545,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104545,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104545,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104545,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104546,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104548,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104548,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104548,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104548,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104548,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104548,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104548,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104548,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104548,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104548,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104548,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104548,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104548,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104548,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104548,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104548,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104548,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104548,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104548,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104548,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104548,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104548,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104548,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104548,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104548,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104548,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104548,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104548,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104548,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104548,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104548,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104548,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104548,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104548,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104548,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104548,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104548,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104548,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104548,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104548,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104548,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104549,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104550,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104551,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104551,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104551,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104551,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104551,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104551,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104551,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104551,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104551,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104551,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104551,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104551,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104551,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104551,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104551,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104551,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104551,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104551,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104551,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104551,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104551,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104551,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104551,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104551,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104551,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104551,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104551,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104551,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104551,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104551,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104551,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104551,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104551,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104551,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104551,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104551,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104551,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104551,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104551,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104551,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104551,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104552,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104553,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104554,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104554,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104554,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104554,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104554,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104554,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104554,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104554,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104554,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104554,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104554,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104554,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104554,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104554,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104554,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104554,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104554,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104554,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104554,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104554,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104554,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104554,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104554,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104554,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104554,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104554,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104554,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104554,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104554,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104554,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104554,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104554,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104554,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104554,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104554,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104554,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104554,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104554,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104554,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104554,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104554,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104556,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104561,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104562,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104563,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104563,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104563,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104563,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104563,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104563,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104563,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104563,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104563,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104563,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104563,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104563,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104563,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104563,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104563,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104563,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104563,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104563,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104563,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104563,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104563,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104563,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104563,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104563,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104563,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104563,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104563,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104563,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104563,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104563,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104563,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104563,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104563,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104563,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104563,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104563,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104563,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104563,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104563,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104563,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104563,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104564,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104565,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104566,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104566,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104566,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104566,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104566,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104566,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104566,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104566,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104566,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104566,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104566,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104566,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104566,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104566,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104566,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104566,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104566,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104566,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104566,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104566,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104566,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104566,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104566,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104566,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104566,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104566,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104566,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104566,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104566,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104566,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104566,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104566,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104566,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104566,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104566,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104566,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104566,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104566,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104566,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104566,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104566,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104567,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104620,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104620,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104620,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104620,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104620,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104620,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104620,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104620,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104620,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104620,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104620,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104620,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104620,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104620,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104620,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104620,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104620,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104620,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104620,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104620,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104620,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104620,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104620,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104620,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104620,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104620,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104620,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104620,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104620,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104620,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104620,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104620,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104620,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104620,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104620,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104620,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104620,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104620,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104620,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104620,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104620,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104622,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104663,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104664,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104674,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104674,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104674,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104674,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104674,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104674,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104674,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104674,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104674,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104674,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104674,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104674,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104674,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104674,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104674,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104674,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104674,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104674,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104674,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104674,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104674,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104674,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104674,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104674,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104674,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104674,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104674,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104674,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104674,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104674,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104674,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104674,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104674,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104674,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104674,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104674,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104674,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104674,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104674,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104674,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104674,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104719,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104719,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104719,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104719,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104719,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104719,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104719,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104719,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104719,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104719,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104719,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104719,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104719,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104719,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104719,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104719,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104719,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104719,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104719,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104719,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104719,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104719,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104719,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104719,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104719,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104719,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104719,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104719,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104719,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104719,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104719,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104719,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104719,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104719,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104719,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104719,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104719,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104719,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104719,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104719,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104719,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104761,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104761,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104761,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104761,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104761,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104761,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104761,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104761,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104761,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104761,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104761,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104761,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104761,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104761,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104761,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104761,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104761,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104761,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104761,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104761,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104761,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104761,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104761,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104761,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104761,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104761,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104761,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104761,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104761,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104761,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104761,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104761,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104761,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104761,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104761,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104761,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104761,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104761,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104761,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104761,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104761,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104768,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104769,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104773,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104773,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104773,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104773,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104773,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104773,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104773,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104773,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104773,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104773,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104773,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104773,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104773,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104773,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104773,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104773,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104773,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104773,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104773,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104773,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104773,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104773,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104773,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104773,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104773,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104773,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104773,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104773,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104773,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104773,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104773,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104773,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104773,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104773,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104773,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104773,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104773,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104773,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104773,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104773,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104773,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104788,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104788,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104788,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104788,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104788,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104788,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104788,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104788,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104788,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104788,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104788,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104788,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104788,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104788,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104788,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104788,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104788,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104788,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104788,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104788,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104788,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104788,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104788,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104788,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104788,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104788,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104788,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104788,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104788,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104788,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104788,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104788,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104788,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104788,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104788,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104788,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104788,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104788,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104788,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104788,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104788,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104795,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104812,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104812,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104812,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104812,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104812,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104812,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104812,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104812,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104812,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104812,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104812,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104812,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104812,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104812,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104812,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104812,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104812,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104812,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104812,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104812,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104812,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104812,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104812,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104812,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104812,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104812,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104812,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104812,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104812,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104812,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104812,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104812,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104812,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104812,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104812,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104812,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104812,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104812,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104812,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104812,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104812,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104827,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104827,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104827,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104827,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104827,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104827,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104827,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104827,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104827,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104827,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104827,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104827,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104827,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104827,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104827,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104827,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104827,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104827,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104827,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104827,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104827,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104827,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104827,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104827,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104827,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104827,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104827,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104827,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104827,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104827,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104827,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104827,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104827,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104827,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104827,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104827,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104827,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104827,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104827,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104827,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104827,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104840,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104841,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104851,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104851,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104851,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104851,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104851,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104851,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104851,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104851,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104851,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104851,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104851,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104851,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104851,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104851,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104851,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104851,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104851,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104851,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104851,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104851,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104851,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104851,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104851,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104851,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104851,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104851,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104851,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104851,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104851,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104851,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104851,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104851,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104851,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104851,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104851,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104851,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104851,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104851,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104851,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104851,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104851,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104852,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104881,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104881,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104881,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104881,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104881,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104881,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104881,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104881,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104881,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104881,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104881,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104881,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104881,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104881,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104881,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104881,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104881,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104881,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104881,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104881,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104881,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104881,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104881,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104881,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104881,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104881,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104881,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104881,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104881,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104881,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104881,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104881,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104881,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104881,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104881,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104881,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104881,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104881,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104881,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104881,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104881,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104889,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104891,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104892,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104893,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104893,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104893,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104893,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104893,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104893,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104893,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104893,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104893,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104893,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104893,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104893,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104893,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104893,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104893,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104893,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104893,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104893,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104893,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104893,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104893,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104893,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104893,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104893,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104893,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104893,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104893,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104893,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104893,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104893,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104893,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104893,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104893,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104893,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104893,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104893,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104893,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104893,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104893,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104893,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104893,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104895,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104897,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104898,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104903,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104904,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104906,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104909,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104912,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104913,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104914,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104914,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104914,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104914,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104914,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104914,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104914,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104914,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104914,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104914,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104914,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104914,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104914,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104914,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104914,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104914,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104914,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104914,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104914,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104914,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104914,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104914,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104914,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104914,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104914,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104914,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104914,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104914,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104914,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104914,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104914,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104914,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104914,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104914,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104914,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104914,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104914,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104914,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104914,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104914,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104914,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104915,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104918,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104924,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104927,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104928,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104929,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104929,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104929,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104929,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104929,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104929,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104929,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104929,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104929,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104929,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104929,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104929,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104929,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104929,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104929,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104929,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104929,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104929,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104929,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104929,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104929,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104929,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104929,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104929,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104929,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104929,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104929,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104929,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104929,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104929,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104929,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104929,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104929,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104929,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104929,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104929,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104929,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104929,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104929,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104929,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104929,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104932,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104932,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104932,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104932,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104932,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104932,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104932,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104932,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104932,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104932,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104932,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104932,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104932,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104932,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104932,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104932,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104932,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104932,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104932,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104932,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104932,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104932,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104932,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104932,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104932,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104932,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104932,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104932,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104932,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104932,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104932,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104932,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104932,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104932,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104932,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104932,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104932,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104932,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104932,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104932,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104932,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104933,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104934,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104935,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104935,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104935,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104935,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104935,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104935,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104935,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104935,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104935,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104935,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104935,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104935,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104935,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104935,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104935,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104935,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104935,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104935,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104935,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104935,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104935,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104935,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104935,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104935,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104935,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104935,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104935,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104935,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104935,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104935,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104935,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104935,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104935,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104935,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104935,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104935,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104935,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104935,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104935,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104935,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104935,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104941,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104941,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104941,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104941,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104941,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104941,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104941,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104941,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104941,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104941,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104941,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104941,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104941,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104941,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104941,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104941,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104941,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104941,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104941,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104941,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104941,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104941,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104941,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104941,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104941,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104941,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104941,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104941,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104941,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104941,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104941,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104941,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104941,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104941,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104941,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104941,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104941,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104941,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104941,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104941,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104941,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104942,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104943,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104945,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104946,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104948,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104950,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104950,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104950,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104950,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104950,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104950,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104950,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104950,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104950,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104950,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104950,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104950,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104950,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104950,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104950,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104950,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104950,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104950,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104950,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104950,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104950,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104950,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104950,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104950,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104950,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104950,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104950,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104950,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104950,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104950,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104950,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104950,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104950,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104950,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104950,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104950,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104950,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104950,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104950,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104950,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104950,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104951,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104956,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104956,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104956,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104956,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104956,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104956,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104956,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104956,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104956,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104956,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104956,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104956,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104956,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104956,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104956,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104956,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104956,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104956,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104956,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104956,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104956,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104956,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104956,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104956,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104956,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104956,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104956,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104956,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104956,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104956,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104956,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104956,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104956,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104956,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104956,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104956,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104956,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104956,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104956,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104956,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104956,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104958,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104962,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104962,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104962,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104962,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104962,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104962,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104962,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104962,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104962,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104962,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104962,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104962,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104962,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104962,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104962,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104962,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104962,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104962,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104962,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104962,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104962,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104962,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104962,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104962,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104962,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104962,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104962,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104962,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104962,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104962,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104962,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104962,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104962,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104962,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104962,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104962,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104962,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104962,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104962,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104962,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104962,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104963,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104968,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104968,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104968,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104968,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104968,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104968,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104968,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104968,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104968,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104968,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104968,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104968,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104968,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104968,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104968,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104968,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104968,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104968,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104968,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104968,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104968,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104968,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104968,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104968,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104968,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104968,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104968,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104968,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104968,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104968,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104968,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104968,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104968,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104968,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104968,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104968,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104968,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104968,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104968,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104968,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104968,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104971,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104971,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104971,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104971,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104971,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104971,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104971,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104971,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104971,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104971,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104971,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104971,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104971,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104971,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104971,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104971,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104971,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104971,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104971,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104971,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104971,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104971,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104971,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104971,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104971,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104971,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104971,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104971,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104971,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104971,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104971,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104971,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104971,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104971,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104971,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104971,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104971,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104971,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104971,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104971,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104971,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104973,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104976,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104980,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104980,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104980,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104980,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104980,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104980,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104980,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104980,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104980,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104980,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104980,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104980,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104980,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104980,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104980,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104980,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104980,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104980,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104980,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104980,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104980,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104980,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104980,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104980,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104980,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104980,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104980,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104980,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104980,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104980,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104980,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104980,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104980,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104980,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104980,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104980,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104980,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104980,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104980,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104980,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104980,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104981,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104984,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104986,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1104986,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1104986,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1104986,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1104986,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1104986,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1104986,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1104986,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1104986,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1104986,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1104986,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1104986,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1104986,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1104986,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1104986,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1104986,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1104986,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1104986,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1104986,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1104986,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1104986,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1104986,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1104986,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1104986,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1104986,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1104986,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1104986,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1104986,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1104986,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1104986,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1104986,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1104986,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1104986,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1104986,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1104986,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1104986,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1104986,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1104986,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1104986,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1104986,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1104986,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104987,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104988,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1104991,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1104993,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105142,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105142,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105142,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105142,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105142,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105142,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105142,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105142,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105142,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105142,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105142,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105142,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105142,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105142,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105142,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105142,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105142,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105142,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105142,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105142,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105142,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105142,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105142,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105142,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105142,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105142,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105142,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105142,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105142,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105142,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105142,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105142,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105142,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105142,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105142,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105142,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105142,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105142,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105142,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105142,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105142,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105154,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105154,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105154,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105154,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105154,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105154,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105154,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105154,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105154,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105154,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105154,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105154,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105154,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105154,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105154,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105154,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105154,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105154,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105154,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105154,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105154,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105154,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105154,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105154,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105154,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105154,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105154,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105154,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105154,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105154,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105154,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105154,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105154,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105154,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105154,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105154,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105154,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105154,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105154,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105154,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105154,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105161,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105238,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105238,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105238,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105238,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105238,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105238,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105238,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105238,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105238,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105238,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105238,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105238,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105238,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105238,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105238,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105238,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105238,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105238,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105238,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105238,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105238,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105238,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105238,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105238,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105238,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105238,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105238,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105238,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105238,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105238,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105238,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105238,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105238,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105238,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105238,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105238,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105238,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105238,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105238,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105238,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105238,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105239,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105265,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105265,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105265,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105265,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105265,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105265,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105265,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105265,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105265,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105265,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105265,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105265,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105265,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105265,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105265,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105265,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105265,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105265,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105265,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105265,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105265,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105265,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105265,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105265,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105265,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105265,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105265,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105265,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105265,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105265,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105265,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105265,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105265,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105265,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105265,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105265,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105265,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105265,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105265,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105265,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105265,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105274,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105274,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105274,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105274,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105274,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105274,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105274,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105274,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105274,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105274,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105274,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105274,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105274,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105274,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105274,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105274,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105274,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105274,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105274,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105274,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105274,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105274,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105274,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105274,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105274,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105274,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105274,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105274,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105274,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105274,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105274,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105274,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105274,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105274,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105274,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105274,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105274,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105274,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105274,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105274,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105274,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105275,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105295,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105295,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105295,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105295,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105295,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105295,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105295,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105295,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105295,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105295,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105295,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105295,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105295,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105295,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105295,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105295,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105295,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105295,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105295,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105295,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105295,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105295,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105295,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105295,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105295,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105295,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105295,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105295,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105295,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105295,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105295,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105295,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105295,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105295,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105295,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105295,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105295,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105295,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105295,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105295,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105295,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105296,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105297,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105316,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105316,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105316,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105316,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105316,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105316,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105316,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105316,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105316,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105316,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105316,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105316,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105316,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105316,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105316,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105316,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105316,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105316,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105316,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105316,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105316,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105316,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105316,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105316,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105316,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105316,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105316,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105316,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105316,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105316,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105316,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105316,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105316,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105316,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105316,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105316,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105316,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105316,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105316,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105316,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105316,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105317,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105319,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105319,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105319,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105319,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105319,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105319,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105319,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105319,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105319,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105319,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105319,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105319,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105319,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105319,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105319,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105319,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105319,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105319,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105319,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105319,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105319,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105319,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105319,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105319,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105319,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105319,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105319,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105319,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105319,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105319,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105319,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105319,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105319,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105319,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105319,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105319,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105319,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105319,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105319,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105319,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105319,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105353,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105354,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105395,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105399,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105401,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105402,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105409,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105409,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105409,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105409,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105409,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105409,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105409,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105409,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105409,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105409,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105409,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105409,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105409,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105409,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105409,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105409,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105409,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105409,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105409,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105409,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105409,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105409,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105409,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105409,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105409,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105409,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105409,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105409,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105409,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105409,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105409,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105409,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105409,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105409,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105409,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105409,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105409,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105409,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105409,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105409,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105409,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105415,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105415,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105415,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105415,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105415,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105415,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105415,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105415,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105415,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105415,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105415,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105415,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105415,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105415,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105415,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105415,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105415,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105415,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105415,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105415,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105415,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105415,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105415,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105415,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105415,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105415,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105415,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105415,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105415,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105415,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105415,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105415,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105415,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105415,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105415,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105415,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105415,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105415,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105415,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105415,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105415,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105417,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105418,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105418,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105418,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105418,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105418,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105418,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105418,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105418,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105418,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105418,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105418,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105418,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105418,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105418,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105418,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105418,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105418,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105418,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105418,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105418,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105418,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105418,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105418,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105418,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105418,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105418,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105418,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105418,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105418,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105418,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105418,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105418,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105418,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105418,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105418,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105418,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105418,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105418,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105418,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105418,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105418,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105419,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105425,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105426,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105427,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105427,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105427,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105427,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105427,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105427,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105427,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105427,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105427,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105427,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105427,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105427,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105427,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105427,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105427,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105427,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105427,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105427,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105427,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105427,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105427,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105427,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105427,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105427,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105427,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105427,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105427,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105427,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105427,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105427,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105427,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105427,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105427,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105427,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105427,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105427,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105427,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105427,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105427,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105427,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105427,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105428,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105429,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105431,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105436,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105436,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105436,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105436,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105436,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105436,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105436,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105436,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105436,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105436,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105436,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105436,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105436,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105436,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105436,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105436,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105436,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105436,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105436,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105436,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105436,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105436,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105436,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105436,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105436,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105436,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105436,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105436,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105436,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105436,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105436,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105436,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105436,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105436,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105436,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105436,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105436,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105436,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105436,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105436,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105436,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105442,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105442,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105442,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105442,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105442,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105442,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105442,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105442,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105442,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105442,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105442,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105442,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105442,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105442,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105442,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105442,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105442,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105442,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105442,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105442,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105442,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105442,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105442,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105442,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105442,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105442,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105442,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105442,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105442,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105442,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105442,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105442,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105442,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105442,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105442,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105442,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105442,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105442,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105442,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105442,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105442,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105444,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105448,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105448,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105448,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105448,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105448,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105448,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105448,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105448,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105448,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105448,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105448,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105448,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105448,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105448,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105448,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105448,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105448,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105448,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105448,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105448,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105448,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105448,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105448,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105448,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105448,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105448,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105448,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105448,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105448,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105448,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105448,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105448,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105448,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105448,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105448,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105448,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105448,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105448,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105448,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105448,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105448,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105451,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105451,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105451,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105451,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105451,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105451,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105451,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105451,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105451,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105451,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105451,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105451,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105451,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105451,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105451,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105451,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105451,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105451,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105451,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105451,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105451,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105451,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105451,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105451,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105451,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105451,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105451,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105451,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105451,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105451,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105451,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105451,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105451,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105451,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105451,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105451,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105451,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105451,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105451,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105451,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105451,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105453,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105456,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105457,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105457,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105457,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105457,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105457,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105457,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105457,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105457,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105457,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105457,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105457,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105457,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105457,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105457,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105457,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105457,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105457,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105457,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105457,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105457,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105457,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105457,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105457,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105457,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105457,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105457,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105457,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105457,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105457,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105457,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105457,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105457,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105457,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105457,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105457,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105457,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105457,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105457,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105457,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105457,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105457,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105459,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105460,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105460,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105460,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105460,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105460,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105460,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105460,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105460,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105460,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105460,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105460,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105460,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105460,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105460,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105460,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105460,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105460,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105460,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105460,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105460,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105460,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105460,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105460,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105460,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105460,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105460,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105460,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105460,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105460,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105460,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105460,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105460,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105460,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105460,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105460,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105460,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105460,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105460,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105460,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105460,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105460,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105461,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105462,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105466,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105466,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105466,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105466,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105466,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105466,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105466,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105466,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105466,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105466,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105466,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105466,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105466,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105466,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105466,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105466,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105466,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105466,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105466,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105466,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105466,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105466,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105466,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105466,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105466,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105466,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105466,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105466,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105466,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105466,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105466,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105466,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105466,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105466,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105466,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105466,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105466,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105466,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105466,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105466,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105466,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105469,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105469,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105469,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105469,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105469,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105469,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105469,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105469,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105469,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105469,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105469,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105469,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105469,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105469,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105469,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105469,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105469,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105469,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105469,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105469,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105469,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105469,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105469,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105469,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105469,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105469,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105469,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105469,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105469,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105469,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105469,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105469,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105469,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105469,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105469,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105469,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105469,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105469,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105469,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105469,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105469,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105470,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105471,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105475,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105475,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105475,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105475,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105475,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105475,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105475,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105475,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105475,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105475,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105475,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105475,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105475,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105475,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105475,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105475,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105475,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105475,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105475,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105475,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105475,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105475,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105475,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105475,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105475,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105475,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105475,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105475,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105475,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105475,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105475,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105475,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105475,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105475,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105475,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105475,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105475,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105475,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105475,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105475,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105475,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105476,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105482,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105491,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105494,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105495,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105503,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105507,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105509,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105512,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105513,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105517,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105517,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105517,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105517,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105517,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105517,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105517,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105517,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105517,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105517,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105517,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105517,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105517,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105517,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105517,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105517,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105517,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105517,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105517,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105517,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105517,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105517,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105517,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105517,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105517,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105517,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105517,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105517,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105517,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105517,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105517,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105517,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105517,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105517,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105517,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105517,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105517,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105517,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105517,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105517,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105517,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105518,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105548,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105549,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105616,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105616,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105616,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105616,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105616,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105616,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105616,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105616,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105616,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105616,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105616,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105616,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105616,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105616,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105616,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105616,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105616,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105616,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105616,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105616,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105616,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105616,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105616,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105616,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105616,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105616,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105616,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105616,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105616,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105616,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105616,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105616,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105616,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105616,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105616,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105616,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105616,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105616,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105616,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105616,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105616,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105619,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105619,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105619,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105619,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105619,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105619,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105619,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105619,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105619,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105619,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105619,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105619,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105619,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105619,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105619,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105619,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105619,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105619,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105619,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105619,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105619,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105619,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105619,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105619,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105619,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105619,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105619,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105619,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105619,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105619,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105619,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105619,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105619,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105619,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105619,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105619,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105619,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105619,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105619,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105619,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105619,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105620,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105621,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105622,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105622,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105622,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105622,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105622,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105622,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105622,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105622,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105622,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105622,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105622,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105622,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105622,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105622,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105622,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105622,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105622,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105622,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105622,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105622,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105622,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105622,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105622,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105622,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105622,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105622,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105622,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105622,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105622,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105622,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105622,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105622,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105622,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105622,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105622,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105622,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105622,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105622,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105622,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105622,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105622,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105624,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105626,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105629,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105630,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105662,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105663,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105678,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105680,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105681,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105683,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105694,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105694,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105694,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105694,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105694,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105694,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105694,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105694,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105694,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105694,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105694,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105694,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105694,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105694,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105694,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105694,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105694,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105694,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105694,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105694,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105694,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105694,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105694,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105694,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105694,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105694,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105694,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105694,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105694,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105694,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105694,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105694,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105694,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105694,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105694,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105694,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105694,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105694,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105694,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105694,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105694,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105696,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105731,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105769,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105769,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105769,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105769,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105769,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105769,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105769,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105769,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105769,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105769,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105769,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105769,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105769,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105769,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105769,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105769,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105769,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105769,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105769,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105769,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105769,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105769,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105769,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105769,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105769,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105769,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105769,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105769,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105769,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105769,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105769,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105769,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105769,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105769,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105769,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105769,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105769,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105769,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105769,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105769,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105769,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105770,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105771,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105772,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105772,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105772,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105772,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105772,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105772,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105772,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105772,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105772,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105772,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105772,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105772,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105772,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105772,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105772,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105772,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105772,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105772,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105772,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105772,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105772,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105772,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105772,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105772,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105772,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105772,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105772,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105772,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105772,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105772,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105772,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105772,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105772,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105772,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105772,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105772,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105772,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105772,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105772,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105772,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105772,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105779,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105814,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105814,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105814,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105814,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105814,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105814,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105814,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105814,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105814,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105814,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105814,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105814,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105814,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105814,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105814,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105814,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105814,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105814,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105814,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105814,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105814,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105814,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105814,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105814,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105814,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105814,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105814,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105814,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105814,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105814,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105814,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105814,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105814,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105814,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105814,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105814,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105814,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105814,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105814,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105814,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105814,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105826,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105826,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105826,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105826,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105826,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105826,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105826,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105826,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105826,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105826,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105826,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105826,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105826,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105826,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105826,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105826,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105826,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105826,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105826,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105826,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105826,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105826,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105826,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105826,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105826,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105826,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105826,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105826,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105826,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105826,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105826,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105826,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105826,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105826,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105826,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105826,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105826,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105826,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105826,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105826,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105826,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105828,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105872,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105904,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105904,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105904,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105904,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105904,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105904,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105904,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105904,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105904,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105904,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105904,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105904,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105904,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105904,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105904,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105904,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105904,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105904,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105904,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105904,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105904,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105904,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105904,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105904,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105904,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105904,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105904,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105904,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105904,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105904,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105904,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105904,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105904,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105904,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105904,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105904,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105904,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105904,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105904,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105904,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105904,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105929,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105930,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105935,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105941,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105942,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105947,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105949,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105949,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105949,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105949,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105949,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105949,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105949,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105949,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105949,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105949,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105949,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105949,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105949,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105949,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105949,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105949,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105949,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105949,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105949,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105949,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105949,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105949,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105949,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105949,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105949,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105949,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105949,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105949,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105949,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105949,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105949,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105949,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105949,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105949,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105949,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105949,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105949,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105949,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105949,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105949,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105949,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105952,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105952,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105952,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105952,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105952,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105952,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105952,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105952,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105952,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105952,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105952,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105952,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105952,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105952,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105952,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105952,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105952,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105952,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105952,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105952,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105952,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105952,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105952,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105952,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105952,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105952,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105952,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105952,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105952,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105952,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105952,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105952,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105952,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105952,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105952,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105952,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105952,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105952,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105952,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105952,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105952,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105971,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105972,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105973,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105973,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105973,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105973,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105973,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105973,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105973,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105973,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105973,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105973,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105973,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105973,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105973,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105973,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105973,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105973,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105973,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105973,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105973,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105973,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105973,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105973,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105973,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105973,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105973,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105973,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105973,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105973,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105973,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105973,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105973,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105973,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105973,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105973,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105973,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105973,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105973,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105973,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105973,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105973,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105973,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105974,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105976,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1105976,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1105976,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1105976,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1105976,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1105976,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1105976,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1105976,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1105976,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1105976,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1105976,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1105976,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1105976,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1105976,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1105976,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1105976,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1105976,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1105976,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1105976,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1105976,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1105976,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1105976,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1105976,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1105976,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1105976,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1105976,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1105976,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1105976,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1105976,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1105976,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1105976,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1105976,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1105976,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1105976,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1105976,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1105976,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1105976,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1105976,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1105976,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1105976,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1105976,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105977,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105983,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105987,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105993,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1105995,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1105996,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106001,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106004,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106007,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106012,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106012,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106012,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106012,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106012,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106012,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106012,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106012,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106012,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106012,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106012,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106012,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106012,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106012,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106012,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106012,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106012,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106012,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106012,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106012,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106012,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106012,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106012,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106012,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106012,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106012,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106012,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106012,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106012,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106012,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106012,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106012,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106012,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106012,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106012,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106012,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106012,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106012,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106012,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106012,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106012,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106013,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106014,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106017,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106019,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106020,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106021,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106021,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106021,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106021,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106021,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106021,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106021,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106021,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106021,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106021,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106021,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106021,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106021,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106021,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106021,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106021,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106021,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106021,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106021,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106021,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106021,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106021,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106021,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106021,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106021,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106021,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106021,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106021,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106021,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106021,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106021,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106021,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106021,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106021,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106021,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106021,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106021,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106021,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106021,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106021,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106021,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106024,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106024,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106024,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106024,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106024,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106024,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106024,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106024,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106024,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106024,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106024,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106024,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106024,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106024,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106024,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106024,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106024,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106024,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106024,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106024,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106024,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106024,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106024,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106024,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106024,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106024,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106024,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106024,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106024,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106024,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106024,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106024,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106024,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106024,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106024,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106024,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106024,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106024,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106024,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106024,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106024,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106025,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106026,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106029,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106036,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106036,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106036,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106036,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106036,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106036,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106036,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106036,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106036,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106036,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106036,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106036,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106036,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106036,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106036,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106036,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106036,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106036,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106036,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106036,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106036,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106036,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106036,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106036,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106036,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106036,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106036,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106036,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106036,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106036,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106036,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106036,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106036,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106036,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106036,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106036,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106036,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106036,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106036,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106036,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106036,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106037,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106039,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106039,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106039,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106039,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106039,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106039,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106039,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106039,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106039,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106039,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106039,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106039,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106039,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106039,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106039,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106039,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106039,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106039,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106039,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106039,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106039,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106039,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106039,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106039,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106039,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106039,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106039,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106039,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106039,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106039,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106039,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106039,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106039,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106039,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106039,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106039,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106039,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106039,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106039,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106039,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106039,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106040,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106041,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106042,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106042,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106042,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106042,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106042,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106042,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106042,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106042,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106042,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106042,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106042,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106042,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106042,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106042,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106042,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106042,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106042,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106042,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106042,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106042,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106042,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106042,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106042,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106042,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106042,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106042,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106042,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106042,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106042,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106042,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106042,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106042,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106042,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106042,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106042,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106042,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106042,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106042,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106042,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106042,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106042,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106043,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106046,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106047,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106061,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106062,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106164,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106165,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106165,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106165,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106165,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106165,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106165,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106165,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106165,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106165,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106165,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106165,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106165,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106165,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106165,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106165,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106165,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106165,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106165,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106165,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106165,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106165,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106165,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106165,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106165,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106165,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106165,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106165,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106165,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106165,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106165,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106165,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106165,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106165,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106165,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106165,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106165,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106165,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106165,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106165,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106165,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106165,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106186,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106186,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106186,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106186,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106186,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106186,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106186,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106186,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106186,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106186,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106186,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106186,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106186,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106186,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106186,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106186,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106186,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106186,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106186,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106186,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106186,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106186,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106186,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106186,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106186,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106186,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106186,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106186,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106186,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106186,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106186,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106186,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106186,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106186,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106186,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106186,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106186,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106186,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106186,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106186,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106186,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106222,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106222,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106222,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106222,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106222,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106222,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106222,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106222,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106222,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106222,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106222,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106222,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106222,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106222,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106222,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106222,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106222,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106222,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106222,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106222,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106222,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106222,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106222,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106222,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106222,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106222,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106222,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106222,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106222,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106222,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106222,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106222,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106222,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106222,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106222,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106222,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106222,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106222,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106222,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106222,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106222,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106223,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106238,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106240,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106240,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106240,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106240,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106240,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106240,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106240,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106240,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106240,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106240,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106240,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106240,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106240,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106240,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106240,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106240,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106240,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106240,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106240,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106240,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106240,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106240,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106240,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106240,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106240,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106240,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106240,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106240,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106240,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106240,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106240,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106240,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106240,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106240,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106240,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106240,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106240,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106240,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106240,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106240,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106240,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106241,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106242,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106262,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106270,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106270,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106270,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106270,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106270,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106270,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106270,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106270,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106270,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106270,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106270,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106270,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106270,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106270,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106270,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106270,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106270,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106270,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106270,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106270,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106270,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106270,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106270,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106270,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106270,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106270,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106270,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106270,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106270,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106270,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106270,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106270,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106270,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106270,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106270,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106270,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106270,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106270,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106270,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106270,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106270,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106296,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106339,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106339,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106339,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106339,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106339,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106339,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106339,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106339,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106339,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106339,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106339,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106339,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106339,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106339,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106339,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106339,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106339,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106339,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106339,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106339,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106339,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106339,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106339,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106339,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106339,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106339,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106339,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106339,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106339,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106339,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106339,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106339,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106339,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106339,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106339,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106339,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106339,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106339,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106339,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106339,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106339,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106351,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106351,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106351,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106351,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106351,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106351,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106351,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106351,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106351,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106351,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106351,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106351,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106351,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106351,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106351,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106351,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106351,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106351,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106351,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106351,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106351,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106351,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106351,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106351,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106351,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106351,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106351,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106351,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106351,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106351,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106351,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106351,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106351,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106351,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106351,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106351,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106351,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106351,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106351,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106351,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106351,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106361,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106366,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106366,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106366,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106366,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106366,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106366,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106366,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106366,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106366,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106366,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106366,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106366,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106366,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106366,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106366,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106366,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106366,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106366,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106366,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106366,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106366,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106366,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106366,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106366,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106366,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106366,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106366,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106366,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106366,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106366,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106366,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106366,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106366,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106366,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106366,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106366,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106366,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106366,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106366,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106366,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106366,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106373,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106376,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106378,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106378,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106378,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106378,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106378,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106378,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106378,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106378,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106378,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106378,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106378,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106378,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106378,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106378,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106378,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106378,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106378,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106378,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106378,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106378,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106378,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106378,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106378,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106378,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106378,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106378,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106378,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106378,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106378,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106378,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106378,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106378,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106378,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106378,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106378,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106378,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106378,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106378,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106378,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106378,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106378,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106382,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106383,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106390,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106390,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106390,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106390,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106390,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106390,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106390,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106390,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106390,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106390,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106390,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106390,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106390,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106390,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106390,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106390,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106390,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106390,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106390,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106390,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106390,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106390,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106390,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106390,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106390,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106390,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106390,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106390,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106390,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106390,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106390,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106390,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106390,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106390,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106390,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106390,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106390,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106390,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106390,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106390,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106390,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106393,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106393,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106393,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106393,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106393,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106393,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106393,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106393,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106393,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106393,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106393,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106393,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106393,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106393,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106393,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106393,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106393,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106393,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106393,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106393,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106393,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106393,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106393,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106393,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106393,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106393,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106393,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106393,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106393,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106393,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106393,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106393,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106393,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106393,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106393,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106393,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106393,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106393,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106393,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106393,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106393,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106398,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106400,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106402,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106402,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106402,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106402,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106402,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106402,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106402,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106402,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106402,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106402,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106402,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106402,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106402,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106402,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106402,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106402,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106402,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106402,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106402,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106402,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106402,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106402,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106402,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106402,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106402,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106402,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106402,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106402,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106402,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106402,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106402,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106402,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106402,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106402,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106402,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106402,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106402,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106402,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106402,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106402,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106402,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106403,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106404,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106409,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106411,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106411,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106411,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106411,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106411,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106411,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106411,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106411,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106411,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106411,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106411,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106411,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106411,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106411,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106411,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106411,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106411,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106411,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106411,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106411,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106411,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106411,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106411,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106411,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106411,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106411,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106411,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106411,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106411,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106411,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106411,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106411,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106411,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106411,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106411,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106411,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106411,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106411,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106411,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106411,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106411,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106412,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106414,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106414,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106414,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106414,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106414,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106414,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106414,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106414,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106414,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106414,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106414,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106414,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106414,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106414,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106414,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106414,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106414,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106414,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106414,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106414,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106414,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106414,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106414,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106414,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106414,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106414,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106414,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106414,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106414,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106414,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106414,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106414,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106414,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106414,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106414,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106414,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106414,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106414,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106414,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106414,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106414,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106418,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106420,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106420,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106420,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106420,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106420,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106420,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106420,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106420,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106420,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106420,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106420,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106420,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106420,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106420,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106420,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106420,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106420,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106420,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106420,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106420,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106420,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106420,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106420,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106420,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106420,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106420,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106420,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106420,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106420,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106420,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106420,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106420,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106420,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106420,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106420,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106420,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106420,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106420,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106420,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106420,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106420,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106421,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106424,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106428,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106430,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106435,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106435,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106435,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106435,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106435,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106435,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106435,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106435,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106435,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106435,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106435,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106435,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106435,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106435,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106435,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106435,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106435,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106435,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106435,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106435,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106435,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106435,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106435,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106435,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106435,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106435,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106435,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106435,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106435,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106435,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106435,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106435,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106435,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106435,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106435,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106435,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106435,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106435,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106435,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106435,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106435,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106437,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106446,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106447,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106447,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106447,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106447,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106447,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106447,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106447,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106447,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106447,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106447,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106447,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106447,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106447,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106447,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106447,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106447,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106447,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106447,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106447,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106447,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106447,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106447,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106447,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106447,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106447,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106447,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106447,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106447,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106447,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106447,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106447,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106447,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106447,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106447,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106447,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106447,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106447,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106447,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106447,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106447,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106447,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106450,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106450,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106450,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106450,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106450,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106450,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106450,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106450,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106450,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106450,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106450,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106450,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106450,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106450,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106450,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106450,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106450,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106450,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106450,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106450,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106450,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106450,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106450,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106450,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106450,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106450,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106450,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106450,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106450,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106450,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106450,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106450,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106450,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106450,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106450,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106450,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106450,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106450,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106450,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106450,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106450,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106453,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106453,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106453,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106453,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106453,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106453,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106453,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106453,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106453,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106453,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106453,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106453,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106453,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106453,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106453,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106453,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106453,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106453,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106453,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106453,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106453,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106453,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106453,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106453,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106453,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106453,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106453,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106453,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106453,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106453,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106453,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106453,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106453,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106453,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106453,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106453,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106453,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106453,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106453,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106453,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106453,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106454,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106459,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106459,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106459,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106459,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106459,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106459,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106459,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106459,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106459,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106459,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106459,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106459,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106459,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106459,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106459,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106459,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106459,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106459,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106459,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106459,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106459,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106459,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106459,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106459,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106459,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106459,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106459,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106459,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106459,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106459,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106459,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106459,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106459,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106459,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106459,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106459,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106459,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106459,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106459,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106459,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106459,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106460,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106461,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106462,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106462,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106462,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106462,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106462,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106462,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106462,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106462,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106462,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106462,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106462,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106462,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106462,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106462,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106462,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106462,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106462,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106462,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106462,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106462,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106462,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106462,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106462,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106462,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106462,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106462,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106462,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106462,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106462,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106462,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106462,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106462,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106462,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106462,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106462,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106462,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106462,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106462,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106462,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106462,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106462,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106463,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106467,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106469,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106598,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106603,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106603,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106603,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106603,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106603,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106603,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106603,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106603,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106603,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106603,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106603,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106603,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106603,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106603,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106603,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106603,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106603,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106603,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106603,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106603,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106603,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106603,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106603,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106603,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106603,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106603,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106603,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106603,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106603,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106603,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106603,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106603,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106603,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106603,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106603,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106603,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106603,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106603,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106603,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106603,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106603,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106604,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106605,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106607,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106608,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106634,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106635,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106655,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106656,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106670,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106671,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106679,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106700,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106705,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106705,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106705,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106705,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106705,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106705,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106705,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106705,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106705,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106705,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106705,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106705,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106705,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106705,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106705,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106705,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106705,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106705,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106705,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106705,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106705,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106705,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106705,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106705,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106705,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106705,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106705,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106705,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106705,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106705,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106705,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106705,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106705,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106705,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106705,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106705,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106705,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106705,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106705,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106705,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106705,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106706,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106707,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106732,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106732,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106732,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106732,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106732,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106732,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106732,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106732,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106732,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106732,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106732,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106732,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106732,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106732,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106732,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106732,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106732,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106732,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106732,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106732,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106732,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106732,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106732,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106732,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106732,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106732,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106732,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106732,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106732,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106732,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106732,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106732,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106732,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106732,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106732,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106732,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106732,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106732,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106732,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106732,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106732,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106733,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106734,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106807,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106807,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106807,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106807,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106807,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106807,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106807,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106807,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106807,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106807,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106807,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106807,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106807,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106807,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106807,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106807,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106807,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106807,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106807,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106807,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106807,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106807,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106807,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106807,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106807,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106807,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106807,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106807,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106807,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106807,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106807,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106807,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106807,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106807,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106807,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106807,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106807,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106807,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106807,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106807,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106807,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106810,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106810,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106810,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106810,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106810,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106810,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106810,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106810,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106810,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106810,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106810,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106810,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106810,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106810,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106810,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106810,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106810,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106810,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106810,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106810,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106810,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106810,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106810,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106810,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106810,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106810,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106810,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106810,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106810,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106810,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106810,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106810,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106810,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106810,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106810,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106810,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106810,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106810,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106810,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106810,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106810,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106819,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106819,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106819,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106819,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106819,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106819,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106819,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106819,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106819,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106819,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106819,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106819,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106819,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106819,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106819,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106819,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106819,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106819,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106819,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106819,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106819,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106819,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106819,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106819,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106819,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106819,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106819,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106819,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106819,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106819,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106819,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106819,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106819,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106819,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106819,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106819,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106819,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106819,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106819,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106819,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106819,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106826,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106827,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106828,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106828,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106828,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106828,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106828,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106828,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106828,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106828,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106828,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106828,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106828,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106828,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106828,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106828,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106828,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106828,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106828,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106828,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106828,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106828,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106828,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106828,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106828,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106828,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106828,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106828,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106828,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106828,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106828,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106828,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106828,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106828,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106828,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106828,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106828,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106828,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106828,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106828,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106828,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106828,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106828,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106834,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106834,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106834,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106834,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106834,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106834,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106834,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106834,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106834,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106834,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106834,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106834,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106834,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106834,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106834,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106834,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106834,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106834,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106834,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106834,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106834,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106834,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106834,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106834,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106834,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106834,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106834,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106834,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106834,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106834,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106834,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106834,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106834,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106834,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106834,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106834,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106834,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106834,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106834,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106834,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106834,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106836,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106838,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106839,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106843,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106843,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106843,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106843,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106843,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106843,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106843,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106843,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106843,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106843,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106843,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106843,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106843,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106843,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106843,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106843,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106843,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106843,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106843,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106843,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106843,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106843,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106843,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106843,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106843,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106843,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106843,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106843,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106843,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106843,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106843,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106843,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106843,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106843,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106843,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106843,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106843,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106843,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106843,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106843,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106843,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106849,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106849,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106849,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106849,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106849,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106849,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106849,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106849,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106849,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106849,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106849,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106849,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106849,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106849,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106849,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106849,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106849,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106849,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106849,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106849,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106849,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106849,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106849,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106849,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106849,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106849,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106849,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106849,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106849,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106849,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106849,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106849,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106849,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106849,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106849,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106849,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106849,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106849,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106849,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106849,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106849,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106853,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106856,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106858,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106858,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106858,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106858,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106858,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106858,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106858,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106858,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106858,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106858,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106858,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106858,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106858,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106858,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106858,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106858,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106858,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106858,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106858,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106858,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106858,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106858,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106858,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106858,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106858,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106858,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106858,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106858,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106858,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106858,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106858,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106858,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106858,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106858,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106858,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106858,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106858,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106858,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106858,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106858,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106858,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106869,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106870,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106870,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106870,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106870,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106870,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106870,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106870,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106870,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106870,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106870,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106870,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106870,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106870,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106870,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106870,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106870,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106870,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106870,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106870,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106870,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106870,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106870,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106870,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106870,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106870,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106870,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106870,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106870,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106870,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106870,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106870,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106870,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106870,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106870,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106870,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106870,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106870,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106870,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106870,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106870,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106870,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106871,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106872,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106876,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106876,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106876,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106876,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106876,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106876,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106876,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106876,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106876,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106876,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106876,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106876,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106876,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106876,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106876,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106876,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106876,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106876,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106876,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106876,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106876,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106876,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106876,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106876,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106876,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106876,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106876,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106876,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106876,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106876,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106876,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106876,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106876,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106876,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106876,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106876,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106876,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106876,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106876,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106876,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106876,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106882,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106882,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106882,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106882,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106882,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106882,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106882,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106882,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106882,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106882,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106882,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106882,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106882,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106882,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106882,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106882,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106882,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106882,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106882,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106882,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106882,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106882,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106882,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106882,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106882,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106882,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106882,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106882,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106882,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106882,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106882,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106882,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106882,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106882,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106882,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106882,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106882,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106882,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106882,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106882,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106882,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106884,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106885,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106885,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106885,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106885,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106885,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106885,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106885,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106885,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106885,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106885,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106885,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106885,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106885,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106885,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106885,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106885,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106885,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106885,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106885,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106885,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106885,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106885,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106885,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106885,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106885,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106885,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106885,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106885,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106885,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106885,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106885,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106885,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106885,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106885,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106885,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106885,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106885,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106885,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106885,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106885,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106885,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106887,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106888,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106888,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106888,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106888,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106888,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106888,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106888,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106888,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106888,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106888,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106888,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106888,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106888,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106888,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106888,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106888,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106888,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106888,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106888,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106888,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106888,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106888,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106888,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106888,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106888,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106888,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106888,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106888,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106888,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106888,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106888,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106888,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106888,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106888,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106888,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106888,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106888,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106888,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106888,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106888,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106888,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106889,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106892,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106893,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106894,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106894,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106894,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106894,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106894,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106894,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106894,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106894,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106894,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106894,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106894,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106894,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106894,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106894,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106894,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106894,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106894,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106894,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106894,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106894,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106894,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106894,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106894,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106894,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106894,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106894,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106894,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106894,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106894,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106894,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106894,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106894,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106894,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106894,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106894,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106894,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106894,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106894,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106894,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106894,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106894,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106896,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106902,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106903,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106903,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106903,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106903,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106903,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106903,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106903,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106903,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106903,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106903,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106903,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106903,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106903,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106903,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106903,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106903,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106903,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106903,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106903,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106903,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106903,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106903,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106903,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106903,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106903,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106903,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106903,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106903,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106903,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106903,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106903,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106903,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106903,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106903,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106903,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106903,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106903,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106903,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106903,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106903,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106903,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1106905,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1106996,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1106996,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1106996,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1106996,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1106996,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1106996,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1106996,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1106996,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1106996,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1106996,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1106996,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1106996,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1106996,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1106996,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1106996,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1106996,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1106996,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1106996,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1106996,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1106996,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1106996,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1106996,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1106996,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1106996,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1106996,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1106996,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1106996,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1106996,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1106996,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1106996,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1106996,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1106996,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1106996,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1106996,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1106996,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1106996,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1106996,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1106996,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1106996,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1106996,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1106996,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1106997,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107082,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107135,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107149,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107149,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107149,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107149,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107149,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107149,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107149,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107149,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107149,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107149,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107149,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107149,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107149,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107149,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107149,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107149,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107149,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107149,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107149,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107149,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107149,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107149,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107149,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107149,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107149,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107149,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107149,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107149,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107149,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107149,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107149,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107149,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107149,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107149,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107149,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107149,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107149,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107149,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107149,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107149,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107149,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107151,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107168,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107169,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107179,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107179,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107179,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107179,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107179,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107179,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107179,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107179,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107179,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107179,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107179,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107179,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107179,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107179,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107179,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107179,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107179,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107179,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107179,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107179,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107179,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107179,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107179,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107179,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107179,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107179,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107179,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107179,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107179,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107179,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107179,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107179,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107179,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107179,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107179,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107179,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107179,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107179,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107179,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107179,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107179,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107180,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107181,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107182,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107182,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107182,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107182,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107182,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107182,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107182,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107182,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107182,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107182,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107182,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107182,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107182,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107182,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107182,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107182,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107182,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107182,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107182,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107182,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107182,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107182,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107182,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107182,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107182,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107182,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107182,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107182,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107182,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107182,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107182,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107182,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107182,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107182,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107182,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107182,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107182,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107182,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107182,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107182,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107182,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107183,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107207,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107208,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107233,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107233,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107233,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107233,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107233,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107233,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107233,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107233,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107233,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107233,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107233,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107233,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107233,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107233,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107233,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107233,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107233,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107233,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107233,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107233,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107233,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107233,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107233,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107233,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107233,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107233,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107233,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107233,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107233,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107233,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107233,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107233,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107233,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107233,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107233,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107233,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107233,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107233,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107233,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107233,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107233,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107234,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107242,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107242,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107242,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107242,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107242,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107242,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107242,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107242,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107242,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107242,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107242,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107242,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107242,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107242,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107242,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107242,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107242,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107242,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107242,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107242,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107242,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107242,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107242,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107242,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107242,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107242,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107242,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107242,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107242,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107242,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107242,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107242,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107242,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107242,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107242,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107242,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107242,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107242,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107242,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107242,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107242,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107245,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107245,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107245,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107245,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107245,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107245,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107245,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107245,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107245,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107245,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107245,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107245,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107245,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107245,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107245,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107245,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107245,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107245,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107245,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107245,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107245,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107245,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107245,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107245,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107245,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107245,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107245,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107245,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107245,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107245,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107245,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107245,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107245,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107245,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107245,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107245,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107245,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107245,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107245,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107245,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107245,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107254,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107254,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107254,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107254,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107254,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107254,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107254,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107254,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107254,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107254,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107254,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107254,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107254,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107254,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107254,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107254,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107254,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107254,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107254,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107254,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107254,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107254,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107254,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107254,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107254,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107254,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107254,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107254,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107254,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107254,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107254,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107254,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107254,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107254,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107254,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107254,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107254,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107254,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107254,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107254,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107254,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107263,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107263,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107263,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107263,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107263,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107263,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107263,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107263,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107263,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107263,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107263,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107263,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107263,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107263,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107263,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107263,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107263,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107263,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107263,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107263,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107263,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107263,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107263,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107263,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107263,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107263,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107263,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107263,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107263,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107263,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107263,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107263,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107263,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107263,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107263,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107263,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107263,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107263,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107263,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107263,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107263,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107264,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107266,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107266,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107266,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107266,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107266,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107266,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107266,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107266,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107266,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107266,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107266,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107266,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107266,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107266,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107266,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107266,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107266,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107266,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107266,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107266,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107266,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107266,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107266,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107266,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107266,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107266,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107266,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107266,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107266,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107266,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107266,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107266,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107266,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107266,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107266,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107266,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107266,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107266,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107266,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107266,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107266,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107267,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107268,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107271,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107278,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107278,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107278,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107278,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107278,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107278,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107278,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107278,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107278,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107278,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107278,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107278,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107278,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107278,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107278,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107278,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107278,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107278,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107278,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107278,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107278,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107278,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107278,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107278,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107278,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107278,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107278,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107278,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107278,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107278,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107278,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107278,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107278,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107278,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107278,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107278,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107278,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107278,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107278,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107278,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107278,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107279,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107280,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107282,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107283,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107284,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107284,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107284,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107284,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107284,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107284,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107284,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107284,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107284,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107284,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107284,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107284,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107284,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107284,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107284,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107284,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107284,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107284,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107284,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107284,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107284,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107284,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107284,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107284,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107284,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107284,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107284,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107284,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107284,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107284,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107284,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107284,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107284,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107284,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107284,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107284,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107284,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107284,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107284,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107284,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107284,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107285,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107294,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107295,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107297,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107298,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107301,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107303,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107304,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107306,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107313,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107317,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107317,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107317,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107317,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107317,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107317,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107317,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107317,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107317,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107317,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107317,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107317,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107317,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107317,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107317,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107317,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107317,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107317,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107317,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107317,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107317,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107317,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107317,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107317,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107317,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107317,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107317,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107317,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107317,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107317,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107317,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107317,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107317,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107317,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107317,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107317,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107317,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107317,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107317,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107317,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107317,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107318,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107320,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107320,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107320,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107320,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107320,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107320,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107320,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107320,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107320,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107320,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107320,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107320,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107320,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107320,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107320,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107320,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107320,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107320,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107320,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107320,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107320,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107320,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107320,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107320,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107320,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107320,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107320,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107320,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107320,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107320,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107320,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107320,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107320,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107320,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107320,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107320,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107320,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107320,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107320,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107320,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107320,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107326,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107326,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107326,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107326,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107326,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107326,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107326,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107326,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107326,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107326,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107326,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107326,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107326,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107326,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107326,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107326,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107326,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107326,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107326,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107326,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107326,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107326,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107326,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107326,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107326,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107326,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107326,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107326,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107326,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107326,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107326,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107326,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107326,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107326,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107326,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107326,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107326,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107326,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107326,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107326,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107326,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107327,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107328,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107332,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107332,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107332,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107332,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107332,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107332,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107332,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107332,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107332,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107332,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107332,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107332,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107332,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107332,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107332,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107332,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107332,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107332,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107332,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107332,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107332,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107332,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107332,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107332,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107332,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107332,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107332,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107332,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107332,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107332,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107332,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107332,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107332,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107332,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107332,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107332,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107332,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107332,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107332,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107332,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107332,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107338,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107338,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107338,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107338,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107338,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107338,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107338,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107338,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107338,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107338,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107338,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107338,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107338,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107338,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107338,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107338,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107338,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107338,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107338,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107338,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107338,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107338,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107338,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107338,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107338,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107338,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107338,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107338,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107338,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107338,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107338,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107338,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107338,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107338,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107338,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107338,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107338,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107338,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107338,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107338,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107338,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107339,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107345,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107347,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107347,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107347,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107347,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107347,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107347,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107347,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107347,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107347,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107347,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107347,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107347,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107347,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107347,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107347,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107347,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107347,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107347,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107347,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107347,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107347,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107347,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107347,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107347,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107347,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107347,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107347,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107347,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107347,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107347,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107347,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107347,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107347,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107347,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107347,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107347,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107347,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107347,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107347,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107347,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107347,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107348,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107349,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107402,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107403,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107413,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107413,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107413,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107413,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107413,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107413,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107413,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107413,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107413,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107413,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107413,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107413,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107413,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107413,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107413,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107413,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107413,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107413,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107413,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107413,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107413,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107413,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107413,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107413,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107413,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107413,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107413,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107413,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107413,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107413,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107413,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107413,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107413,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107413,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107413,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107413,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107413,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107413,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107413,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107413,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107413,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107417,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107434,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107434,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107434,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107434,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107434,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107434,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107434,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107434,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107434,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107434,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107434,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107434,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107434,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107434,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107434,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107434,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107434,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107434,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107434,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107434,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107434,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107434,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107434,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107434,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107434,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107434,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107434,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107434,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107434,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107434,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107434,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107434,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107434,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107434,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107434,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107434,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107434,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107434,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107434,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107434,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107434,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107435,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107474,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107475,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107492,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107498,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107499,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107506,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107506,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107506,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107506,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107506,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107506,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107506,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107506,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107506,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107506,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107506,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107506,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107506,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107506,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107506,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107506,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107506,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107506,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107506,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107506,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107506,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107506,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107506,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107506,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107506,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107506,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107506,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107506,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107506,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107506,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107506,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107506,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107506,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107506,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107506,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107506,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107506,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107506,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107506,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107506,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107506,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107515,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107515,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107515,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107515,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107515,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107515,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107515,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107515,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107515,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107515,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107515,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107515,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107515,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107515,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107515,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107515,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107515,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107515,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107515,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107515,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107515,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107515,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107515,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107515,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107515,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107515,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107515,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107515,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107515,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107515,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107515,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107515,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107515,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107515,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107515,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107515,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107515,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107515,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107515,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107515,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107515,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107517,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107523,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107524,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107524,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107524,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107524,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107524,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107524,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107524,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107524,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107524,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107524,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107524,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107524,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107524,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107524,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107524,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107524,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107524,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107524,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107524,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107524,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107524,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107524,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107524,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107524,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107524,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107524,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107524,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107524,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107524,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107524,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107524,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107524,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107524,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107524,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107524,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107524,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107524,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107524,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107524,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107524,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107524,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107526,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107536,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107536,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107536,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107536,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107536,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107536,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107536,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107536,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107536,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107536,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107536,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107536,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107536,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107536,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107536,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107536,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107536,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107536,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107536,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107536,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107536,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107536,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107536,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107536,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107536,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107536,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107536,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107536,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107536,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107536,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107536,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107536,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107536,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107536,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107536,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107536,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107536,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107536,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107536,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107536,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107536,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107559,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107575,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107575,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107575,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107575,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107575,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107575,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107575,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107575,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107575,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107575,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107575,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107575,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107575,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107575,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107575,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107575,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107575,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107575,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107575,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107575,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107575,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107575,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107575,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107575,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107575,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107575,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107575,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107575,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107575,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107575,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107575,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107575,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107575,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107575,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107575,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107575,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107575,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107575,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107575,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107575,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107575,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107576,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107578,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107578,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107578,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107578,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107578,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107578,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107578,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107578,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107578,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107578,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107578,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107578,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107578,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107578,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107578,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107578,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107578,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107578,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107578,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107578,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107578,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107578,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107578,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107578,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107578,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107578,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107578,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107578,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107578,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107578,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107578,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107578,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107578,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107578,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107578,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107578,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107578,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107578,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107578,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107578,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107578,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107590,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107590,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107590,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107590,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107590,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107590,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107590,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107590,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107590,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107590,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107590,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107590,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107590,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107590,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107590,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107590,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107590,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107590,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107590,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107590,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107590,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107590,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107590,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107590,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107590,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107590,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107590,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107590,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107590,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107590,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107590,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107590,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107590,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107590,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107590,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107590,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107590,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107590,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107590,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107590,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107590,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107605,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107605,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107605,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107605,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107605,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107605,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107605,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107605,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107605,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107605,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107605,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107605,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107605,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107605,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107605,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107605,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107605,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107605,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107605,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107605,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107605,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107605,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107605,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107605,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107605,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107605,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107605,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107605,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107605,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107605,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107605,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107605,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107605,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107605,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107605,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107605,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107605,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107605,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107605,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107605,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107605,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107629,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107629,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107629,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107629,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107629,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107629,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107629,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107629,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107629,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107629,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107629,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107629,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107629,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107629,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107629,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107629,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107629,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107629,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107629,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107629,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107629,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107629,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107629,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107629,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107629,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107629,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107629,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107629,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107629,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107629,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107629,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107629,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107629,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107629,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107629,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107629,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107629,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107629,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107629,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107629,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107629,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107630,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107647,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107647,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107647,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107647,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107647,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107647,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107647,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107647,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107647,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107647,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107647,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107647,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107647,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107647,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107647,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107647,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107647,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107647,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107647,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107647,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107647,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107647,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107647,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107647,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107647,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107647,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107647,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107647,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107647,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107647,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107647,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107647,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107647,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107647,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107647,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107647,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107647,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107647,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107647,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107647,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107647,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107648,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107674,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107674,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107674,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107674,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107674,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107674,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107674,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107674,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107674,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107674,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107674,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107674,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107674,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107674,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107674,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107674,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107674,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107674,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107674,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107674,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107674,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107674,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107674,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107674,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107674,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107674,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107674,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107674,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107674,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107674,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107674,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107674,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107674,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107674,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107674,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107674,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107674,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107674,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107674,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107674,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107674,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107680,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107680,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107680,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107680,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107680,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107680,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107680,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107680,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107680,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107680,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107680,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107680,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107680,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107680,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107680,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107680,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107680,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107680,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107680,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107680,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107680,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107680,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107680,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107680,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107680,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107680,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107680,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107680,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107680,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107680,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107680,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107680,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107680,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107680,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107680,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107680,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107680,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107680,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107680,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107680,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107680,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107687,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107693,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107699,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107700,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107707,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107707,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107707,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107707,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107707,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107707,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107707,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107707,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107707,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107707,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107707,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107707,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107707,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107707,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107707,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107707,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107707,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107707,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107707,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107707,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107707,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107707,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107707,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107707,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107707,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107707,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107707,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107707,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107707,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107707,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107707,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107707,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107707,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107707,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107707,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107707,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107707,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107707,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107707,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107707,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107707,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107710,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107710,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107710,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107710,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107710,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107710,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107710,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107710,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107710,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107710,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107710,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107710,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107710,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107710,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107710,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107710,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107710,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107710,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107710,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107710,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107710,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107710,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107710,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107710,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107710,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107710,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107710,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107710,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107710,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107710,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107710,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107710,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107710,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107710,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107710,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107710,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107710,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107710,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107710,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107710,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107710,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107711,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107713,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107713,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107713,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107713,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107713,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107713,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107713,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107713,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107713,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107713,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107713,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107713,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107713,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107713,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107713,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107713,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107713,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107713,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107713,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107713,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107713,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107713,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107713,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107713,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107713,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107713,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107713,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107713,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107713,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107713,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107713,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107713,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107713,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107713,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107713,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107713,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107713,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107713,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107713,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107713,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107713,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107716,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107716,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107716,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107716,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107716,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107716,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107716,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107716,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107716,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107716,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107716,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107716,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107716,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107716,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107716,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107716,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107716,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107716,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107716,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107716,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107716,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107716,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107716,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107716,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107716,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107716,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107716,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107716,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107716,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107716,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107716,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107716,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107716,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107716,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107716,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107716,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107716,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107716,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107716,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107716,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107716,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107722,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107722,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107722,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107722,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107722,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107722,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107722,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107722,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107722,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107722,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107722,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107722,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107722,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107722,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107722,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107722,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107722,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107722,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107722,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107722,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107722,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107722,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107722,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107722,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107722,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107722,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107722,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107722,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107722,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107722,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107722,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107722,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107722,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107722,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107722,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107722,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107722,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107722,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107722,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107722,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107722,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107724,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107725,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107725,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107725,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107725,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107725,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107725,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107725,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107725,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107725,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107725,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107725,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107725,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107725,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107725,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107725,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107725,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107725,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107725,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107725,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107725,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107725,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107725,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107725,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107725,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107725,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107725,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107725,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107725,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107725,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107725,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107725,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107725,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107725,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107725,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107725,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107725,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107725,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107725,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107725,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107725,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107725,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107726,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107727,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107734,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107734,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107734,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107734,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107734,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107734,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107734,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107734,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107734,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107734,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107734,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107734,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107734,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107734,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107734,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107734,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107734,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107734,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107734,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107734,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107734,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107734,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107734,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107734,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107734,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107734,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107734,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107734,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107734,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107734,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107734,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107734,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107734,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107734,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107734,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107734,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107734,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107734,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107734,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107734,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107734,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107735,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107736,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107741,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107742,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107745,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107752,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107752,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107752,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107752,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107752,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107752,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107752,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107752,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107752,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107752,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107752,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107752,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107752,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107752,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107752,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107752,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107752,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107752,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107752,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107752,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107752,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107752,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107752,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107752,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107752,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107752,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107752,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107752,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107752,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107752,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107752,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107752,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107752,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107752,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107752,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107752,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107752,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107752,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107752,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107752,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107752,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107753,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107757,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107758,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107758,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107758,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107758,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107758,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107758,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107758,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107758,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107758,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107758,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107758,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107758,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107758,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107758,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107758,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107758,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107758,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107758,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107758,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107758,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107758,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107758,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107758,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107758,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107758,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107758,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107758,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107758,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107758,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107758,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107758,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107758,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107758,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107758,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107758,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107758,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107758,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107758,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107758,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107758,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107758,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107759,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107761,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107761,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107761,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107761,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107761,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107761,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107761,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107761,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107761,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107761,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107761,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107761,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107761,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107761,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107761,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107761,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107761,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107761,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107761,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107761,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107761,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107761,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107761,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107761,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107761,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107761,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107761,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107761,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107761,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107761,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107761,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107761,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107761,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107761,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107761,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107761,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107761,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107761,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107761,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107761,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107761,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107763,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107764,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107764,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107764,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107764,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107764,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107764,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107764,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107764,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107764,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107764,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107764,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107764,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107764,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107764,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107764,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107764,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107764,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107764,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107764,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107764,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107764,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107764,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107764,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107764,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107764,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107764,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107764,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107764,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107764,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107764,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107764,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107764,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107764,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107764,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107764,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107764,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107764,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107764,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107764,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107764,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107764,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107767,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107767,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107767,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107767,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107767,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107767,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107767,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107767,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107767,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107767,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107767,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107767,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107767,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107767,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107767,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107767,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107767,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107767,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107767,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107767,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107767,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107767,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107767,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107767,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107767,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107767,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107767,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107767,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107767,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107767,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107767,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107767,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107767,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107767,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107767,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107767,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107767,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107767,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107767,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107767,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107767,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107769,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107770,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107770,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107770,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107770,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107770,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107770,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107770,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107770,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107770,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107770,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107770,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107770,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107770,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107770,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107770,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107770,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107770,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107770,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107770,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107770,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107770,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107770,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107770,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107770,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107770,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107770,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107770,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107770,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107770,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107770,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107770,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107770,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107770,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107770,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107770,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107770,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107770,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107770,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107770,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107770,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107770,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107771,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107773,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107773,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107773,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107773,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107773,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107773,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107773,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107773,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107773,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107773,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107773,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107773,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107773,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107773,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107773,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107773,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107773,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107773,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107773,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107773,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107773,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107773,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107773,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107773,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107773,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107773,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107773,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107773,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107773,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107773,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107773,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107773,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107773,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107773,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107773,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107773,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107773,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107773,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107773,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107773,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107773,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107774,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107775,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107779,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107779,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107779,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107779,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107779,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107779,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107779,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107779,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107779,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107779,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107779,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107779,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107779,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107779,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107779,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107779,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107779,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107779,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107779,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107779,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107779,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107779,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107779,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107779,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107779,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107779,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107779,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107779,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107779,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107779,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107779,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107779,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107779,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107779,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107779,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107779,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107779,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107779,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107779,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107779,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107779,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107783,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107786,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107787,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107789,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1107790,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1107791,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107791,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107791,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107791,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107791,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107791,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107791,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107791,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107791,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107791,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107791,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107791,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107791,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107791,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107791,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107791,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107791,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107791,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107791,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107791,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107791,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107791,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107791,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107791,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107791,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107791,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107791,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107791,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107791,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107791,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107791,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107791,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107791,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107791,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107791,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107791,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107791,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107791,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107791,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107791,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107791,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107794,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107794,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107794,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107794,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107794,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107794,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107794,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107794,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107794,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107794,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107794,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107794,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107794,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107794,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107794,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107794,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107794,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107794,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107794,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107794,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107794,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107794,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107794,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107794,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107794,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107794,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107794,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107794,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107794,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107794,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107794,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107794,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107794,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107794,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107794,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107794,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107794,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107794,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107794,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107794,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107794,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107795,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107803,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107803,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107803,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107803,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107803,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107803,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107803,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107803,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107803,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107803,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107803,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107803,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107803,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107803,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107803,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107803,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107803,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107803,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107803,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107803,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107803,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107803,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107803,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107803,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107803,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107803,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107803,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107803,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107803,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107803,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107803,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107803,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107803,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107803,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107803,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107803,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107803,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107803,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107803,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107803,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107803,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1107804,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1107950,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1107950,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1107950,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1107950,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1107950,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1107950,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1107950,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1107950,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1107950,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1107950,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1107950,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1107950,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1107950,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1107950,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1107950,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1107950,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1107950,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1107950,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1107950,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1107950,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1107950,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1107950,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1107950,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1107950,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1107950,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1107950,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1107950,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1107950,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1107950,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1107950,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1107950,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1107950,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1107950,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1107950,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1107950,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1107950,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1107950,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1107950,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1107950,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1107950,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1107950,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108001,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108001,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108001,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108001,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108001,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108001,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108001,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108001,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108001,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108001,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108001,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108001,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108001,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108001,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108001,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108001,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108001,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108001,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108001,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108001,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108001,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108001,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108001,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108001,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108001,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108001,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108001,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108001,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108001,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108001,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108001,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108001,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108001,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108001,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108001,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108001,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108001,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108001,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108001,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108001,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108001,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108002,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108003,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108018,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108022,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108022,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108022,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108022,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108022,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108022,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108022,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108022,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108022,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108022,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108022,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108022,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108022,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108022,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108022,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108022,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108022,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108022,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108022,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108022,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108022,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108022,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108022,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108022,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108022,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108022,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108022,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108022,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108022,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108022,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108022,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108022,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108022,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108022,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108022,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108022,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108022,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108022,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108022,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108022,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108022,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108024,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108040,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108040,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108040,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108040,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108040,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108040,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108040,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108040,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108040,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108040,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108040,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108040,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108040,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108040,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108040,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108040,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108040,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108040,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108040,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108040,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108040,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108040,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108040,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108040,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108040,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108040,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108040,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108040,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108040,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108040,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108040,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108040,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108040,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108040,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108040,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108040,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108040,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108040,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108040,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108040,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108040,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108041,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108042,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108058,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108058,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108058,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108058,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108058,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108058,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108058,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108058,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108058,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108058,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108058,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108058,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108058,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108058,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108058,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108058,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108058,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108058,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108058,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108058,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108058,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108058,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108058,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108058,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108058,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108058,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108058,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108058,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108058,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108058,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108058,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108058,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108058,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108058,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108058,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108058,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108058,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108058,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108058,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108058,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108058,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108104,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108105,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108115,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108115,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108115,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108115,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108115,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108115,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108115,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108115,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108115,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108115,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108115,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108115,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108115,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108115,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108115,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108115,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108115,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108115,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108115,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108115,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108115,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108115,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108115,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108115,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108115,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108115,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108115,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108115,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108115,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108115,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108115,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108115,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108115,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108115,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108115,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108115,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108115,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108115,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108115,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108115,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108115,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108118,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108118,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108118,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108118,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108118,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108118,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108118,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108118,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108118,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108118,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108118,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108118,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108118,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108118,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108118,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108118,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108118,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108118,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108118,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108118,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108118,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108118,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108118,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108118,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108118,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108118,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108118,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108118,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108118,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108118,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108118,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108118,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108118,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108118,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108118,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108118,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108118,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108118,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108118,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108118,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108118,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108124,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108124,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108124,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108124,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108124,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108124,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108124,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108124,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108124,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108124,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108124,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108124,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108124,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108124,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108124,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108124,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108124,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108124,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108124,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108124,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108124,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108124,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108124,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108124,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108124,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108124,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108124,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108124,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108124,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108124,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108124,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108124,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108124,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108124,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108124,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108124,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108124,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108124,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108124,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108124,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108124,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108125,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108126,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108144,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108145,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108145,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108145,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108145,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108145,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108145,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108145,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108145,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108145,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108145,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108145,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108145,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108145,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108145,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108145,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108145,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108145,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108145,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108145,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108145,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108145,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108145,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108145,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108145,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108145,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108145,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108145,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108145,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108145,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108145,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108145,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108145,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108145,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108145,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108145,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108145,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108145,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108145,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108145,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108145,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108145,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108151,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108151,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108151,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108151,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108151,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108151,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108151,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108151,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108151,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108151,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108151,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108151,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108151,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108151,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108151,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108151,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108151,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108151,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108151,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108151,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108151,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108151,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108151,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108151,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108151,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108151,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108151,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108151,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108151,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108151,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108151,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108151,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108151,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108151,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108151,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108151,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108151,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108151,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108151,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108151,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108151,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108152,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108164,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108176,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108177,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108181,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108181,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108181,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108181,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108181,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108181,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108181,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108181,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108181,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108181,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108181,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108181,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108181,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108181,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108181,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108181,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108181,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108181,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108181,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108181,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108181,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108181,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108181,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108181,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108181,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108181,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108181,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108181,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108181,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108181,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108181,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108181,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108181,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108181,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108181,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108181,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108181,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108181,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108181,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108181,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108181,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108184,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108184,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108184,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108184,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108184,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108184,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108184,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108184,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108184,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108184,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108184,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108184,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108184,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108184,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108184,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108184,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108184,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108184,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108184,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108184,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108184,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108184,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108184,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108184,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108184,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108184,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108184,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108184,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108184,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108184,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108184,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108184,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108184,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108184,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108184,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108184,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108184,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108184,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108184,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108184,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108184,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108186,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108190,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108190,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108190,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108190,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108190,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108190,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108190,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108190,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108190,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108190,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108190,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108190,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108190,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108190,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108190,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108190,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108190,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108190,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108190,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108190,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108190,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108190,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108190,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108190,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108190,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108190,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108190,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108190,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108190,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108190,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108190,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108190,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108190,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108190,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108190,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108190,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108190,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108190,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108190,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108190,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108190,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108197,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108201,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108217,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108217,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108217,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108217,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108217,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108217,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108217,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108217,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108217,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108217,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108217,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108217,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108217,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108217,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108217,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108217,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108217,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108217,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108217,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108217,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108217,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108217,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108217,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108217,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108217,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108217,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108217,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108217,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108217,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108217,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108217,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108217,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108217,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108217,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108217,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108217,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108217,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108217,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108217,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108217,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108217,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108224,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108225,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108226,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108226,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108226,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108226,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108226,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108226,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108226,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108226,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108226,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108226,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108226,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108226,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108226,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108226,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108226,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108226,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108226,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108226,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108226,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108226,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108226,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108226,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108226,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108226,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108226,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108226,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108226,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108226,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108226,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108226,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108226,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108226,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108226,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108226,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108226,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108226,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108226,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108226,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108226,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108226,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108226,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108228,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108230,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108232,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108232,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108232,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108232,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108232,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108232,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108232,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108232,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108232,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108232,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108232,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108232,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108232,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108232,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108232,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108232,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108232,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108232,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108232,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108232,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108232,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108232,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108232,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108232,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108232,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108232,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108232,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108232,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108232,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108232,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108232,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108232,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108232,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108232,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108232,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108232,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108232,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108232,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108232,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108232,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108232,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108238,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108238,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108238,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108238,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108238,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108238,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108238,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108238,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108238,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108238,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108238,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108238,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108238,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108238,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108238,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108238,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108238,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108238,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108238,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108238,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108238,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108238,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108238,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108238,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108238,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108238,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108238,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108238,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108238,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108238,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108238,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108238,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108238,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108238,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108238,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108238,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108238,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108238,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108238,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108238,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108238,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108240,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108241,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108241,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108241,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108241,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108241,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108241,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108241,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108241,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108241,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108241,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108241,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108241,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108241,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108241,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108241,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108241,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108241,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108241,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108241,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108241,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108241,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108241,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108241,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108241,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108241,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108241,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108241,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108241,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108241,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108241,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108241,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108241,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108241,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108241,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108241,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108241,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108241,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108241,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108241,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108241,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108241,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108245,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108247,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108247,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108247,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108247,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108247,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108247,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108247,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108247,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108247,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108247,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108247,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108247,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108247,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108247,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108247,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108247,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108247,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108247,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108247,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108247,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108247,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108247,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108247,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108247,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108247,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108247,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108247,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108247,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108247,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108247,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108247,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108247,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108247,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108247,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108247,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108247,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108247,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108247,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108247,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108247,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108247,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108248,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108249,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108250,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108250,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108250,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108250,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108250,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108250,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108250,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108250,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108250,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108250,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108250,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108250,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108250,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108250,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108250,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108250,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108250,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108250,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108250,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108250,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108250,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108250,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108250,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108250,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108250,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108250,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108250,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108250,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108250,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108250,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108250,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108250,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108250,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108250,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108250,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108250,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108250,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108250,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108250,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108250,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108250,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108253,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108253,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108253,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108253,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108253,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108253,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108253,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108253,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108253,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108253,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108253,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108253,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108253,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108253,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108253,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108253,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108253,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108253,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108253,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108253,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108253,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108253,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108253,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108253,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108253,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108253,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108253,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108253,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108253,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108253,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108253,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108253,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108253,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108253,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108253,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108253,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108253,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108253,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108253,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108253,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108253,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108255,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108256,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108256,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108256,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108256,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108256,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108256,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108256,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108256,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108256,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108256,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108256,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108256,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108256,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108256,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108256,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108256,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108256,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108256,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108256,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108256,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108256,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108256,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108256,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108256,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108256,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108256,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108256,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108256,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108256,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108256,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108256,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108256,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108256,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108256,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108256,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108256,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108256,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108256,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108256,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108256,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108256,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108257,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108259,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108259,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108259,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108259,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108259,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108259,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108259,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108259,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108259,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108259,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108259,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108259,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108259,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108259,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108259,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108259,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108259,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108259,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108259,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108259,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108259,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108259,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108259,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108259,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108259,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108259,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108259,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108259,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108259,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108259,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108259,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108259,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108259,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108259,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108259,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108259,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108259,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108259,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108259,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108259,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108259,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108261,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108262,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108262,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108262,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108262,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108262,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108262,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108262,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108262,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108262,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108262,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108262,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108262,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108262,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108262,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108262,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108262,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108262,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108262,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108262,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108262,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108262,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108262,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108262,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108262,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108262,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108262,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108262,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108262,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108262,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108262,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108262,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108262,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108262,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108262,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108262,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108262,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108262,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108262,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108262,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108262,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108262,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108263,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108271,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108271,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108271,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108271,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108271,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108271,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108271,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108271,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108271,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108271,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108271,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108271,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108271,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108271,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108271,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108271,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108271,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108271,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108271,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108271,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108271,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108271,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108271,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108271,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108271,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108271,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108271,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108271,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108271,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108271,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108271,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108271,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108271,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108271,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108271,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108271,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108271,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108271,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108271,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108271,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108271,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108272,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108274,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108274,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108274,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108274,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108274,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108274,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108274,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108274,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108274,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108274,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108274,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108274,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108274,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108274,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108274,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108274,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108274,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108274,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108274,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108274,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108274,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108274,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108274,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108274,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108274,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108274,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108274,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108274,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108274,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108274,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108274,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108274,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108274,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108274,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108274,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108274,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108274,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108274,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108274,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108274,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108274,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108277,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108277,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108277,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108277,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108277,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108277,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108277,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108277,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108277,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108277,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108277,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108277,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108277,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108277,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108277,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108277,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108277,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108277,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108277,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108277,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108277,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108277,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108277,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108277,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108277,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108277,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108277,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108277,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108277,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108277,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108277,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108277,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108277,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108277,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108277,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108277,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108277,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108277,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108277,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108277,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108277,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108278,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108279,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108281,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108282,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108286,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108286,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108286,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108286,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108286,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108286,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108286,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108286,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108286,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108286,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108286,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108286,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108286,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108286,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108286,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108286,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108286,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108286,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108286,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108286,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108286,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108286,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108286,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108286,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108286,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108286,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108286,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108286,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108286,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108286,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108286,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108286,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108286,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108286,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108286,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108286,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108286,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108286,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108286,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108286,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108286,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108290,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108291,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108329,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108330,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108340,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108340,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108340,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108340,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108340,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108340,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108340,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108340,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108340,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108340,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108340,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108340,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108340,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108340,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108340,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108340,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108340,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108340,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108340,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108340,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108340,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108340,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108340,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108340,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108340,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108340,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108340,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108340,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108340,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108340,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108340,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108340,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108340,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108340,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108340,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108340,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108340,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108340,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108340,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108340,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108340,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108349,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108349,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108349,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108349,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108349,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108349,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108349,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108349,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108349,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108349,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108349,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108349,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108349,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108349,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108349,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108349,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108349,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108349,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108349,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108349,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108349,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108349,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108349,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108349,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108349,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108349,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108349,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108349,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108349,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108349,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108349,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108349,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108349,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108349,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108349,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108349,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108349,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108349,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108349,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108349,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108349,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108439,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108439,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108439,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108439,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108439,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108439,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108439,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108439,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108439,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108439,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108439,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108439,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108439,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108439,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108439,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108439,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108439,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108439,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108439,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108439,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108439,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108439,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108439,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108439,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108439,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108439,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108439,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108439,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108439,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108439,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108439,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108439,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108439,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108439,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108439,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108439,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108439,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108439,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108439,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108439,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108439,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108452,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108460,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108460,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108460,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108460,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108460,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108460,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108460,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108460,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108460,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108460,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108460,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108460,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108460,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108460,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108460,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108460,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108460,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108460,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108460,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108460,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108460,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108460,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108460,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108460,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108460,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108460,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108460,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108460,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108460,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108460,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108460,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108460,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108460,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108460,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108460,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108460,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108460,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108460,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108460,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108460,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108460,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108461,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108462,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108505,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108505,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108505,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108505,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108505,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108505,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108505,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108505,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108505,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108505,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108505,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108505,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108505,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108505,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108505,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108505,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108505,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108505,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108505,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108505,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108505,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108505,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108505,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108505,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108505,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108505,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108505,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108505,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108505,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108505,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108505,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108505,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108505,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108505,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108505,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108505,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108505,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108505,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108505,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108505,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108505,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108541,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108541,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108541,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108541,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108541,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108541,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108541,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108541,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108541,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108541,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108541,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108541,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108541,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108541,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108541,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108541,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108541,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108541,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108541,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108541,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108541,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108541,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108541,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108541,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108541,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108541,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108541,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108541,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108541,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108541,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108541,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108541,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108541,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108541,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108541,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108541,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108541,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108541,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108541,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108541,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108541,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108576,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108580,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108580,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108580,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108580,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108580,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108580,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108580,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108580,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108580,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108580,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108580,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108580,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108580,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108580,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108580,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108580,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108580,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108580,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108580,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108580,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108580,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108580,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108580,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108580,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108580,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108580,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108580,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108580,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108580,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108580,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108580,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108580,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108580,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108580,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108580,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108580,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108580,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108580,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108580,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108580,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108580,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108582,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108592,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108592,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108592,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108592,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108592,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108592,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108592,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108592,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108592,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108592,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108592,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108592,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108592,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108592,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108592,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108592,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108592,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108592,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108592,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108592,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108592,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108592,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108592,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108592,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108592,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108592,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108592,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108592,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108592,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108592,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108592,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108592,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108592,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108592,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108592,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108592,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108592,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108592,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108592,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108592,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108592,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108593,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108608,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108639,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108640,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108640,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108640,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108640,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108640,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108640,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108640,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108640,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108640,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108640,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108640,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108640,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108640,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108640,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108640,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108640,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108640,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108640,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108640,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108640,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108640,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108640,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108640,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108640,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108640,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108640,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108640,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108640,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108640,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108640,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108640,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108640,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108640,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108640,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108640,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108640,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108640,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108640,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108640,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108640,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108640,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108646,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108646,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108646,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108646,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108646,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108646,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108646,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108646,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108646,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108646,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108646,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108646,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108646,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108646,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108646,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108646,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108646,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108646,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108646,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108646,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108646,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108646,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108646,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108646,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108646,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108646,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108646,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108646,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108646,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108646,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108646,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108646,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108646,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108646,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108646,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108646,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108646,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108646,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108646,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108646,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108646,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108652,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108652,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108652,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108652,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108652,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108652,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108652,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108652,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108652,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108652,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108652,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108652,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108652,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108652,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108652,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108652,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108652,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108652,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108652,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108652,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108652,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108652,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108652,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108652,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108652,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108652,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108652,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108652,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108652,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108652,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108652,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108652,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108652,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108652,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108652,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108652,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108652,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108652,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108652,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108652,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108652,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108658,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108658,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108658,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108658,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108658,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108658,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108658,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108658,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108658,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108658,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108658,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108658,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108658,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108658,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108658,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108658,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108658,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108658,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108658,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108658,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108658,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108658,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108658,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108658,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108658,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108658,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108658,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108658,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108658,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108658,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108658,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108658,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108658,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108658,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108658,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108658,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108658,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108658,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108658,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108658,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108658,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108679,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108679,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108679,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108679,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108679,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108679,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108679,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108679,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108679,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108679,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108679,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108679,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108679,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108679,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108679,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108679,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108679,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108679,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108679,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108679,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108679,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108679,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108679,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108679,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108679,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108679,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108679,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108679,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108679,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108679,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108679,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108679,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108679,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108679,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108679,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108679,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108679,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108679,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108679,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108679,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108679,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108680,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108681,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108685,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108685,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108685,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108685,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108685,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108685,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108685,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108685,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108685,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108685,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108685,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108685,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108685,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108685,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108685,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108685,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108685,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108685,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108685,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108685,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108685,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108685,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108685,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108685,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108685,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108685,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108685,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108685,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108685,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108685,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108685,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108685,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108685,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108685,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108685,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108685,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108685,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108685,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108685,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108685,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108685,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108689,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108691,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108691,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108691,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108691,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108691,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108691,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108691,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108691,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108691,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108691,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108691,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108691,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108691,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108691,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108691,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108691,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108691,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108691,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108691,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108691,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108691,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108691,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108691,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108691,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108691,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108691,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108691,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108691,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108691,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108691,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108691,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108691,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108691,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108691,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108691,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108691,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108691,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108691,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108691,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108691,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108691,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108694,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108694,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108694,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108694,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108694,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108694,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108694,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108694,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108694,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108694,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108694,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108694,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108694,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108694,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108694,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108694,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108694,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108694,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108694,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108694,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108694,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108694,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108694,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108694,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108694,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108694,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108694,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108694,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108694,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108694,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108694,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108694,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108694,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108694,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108694,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108694,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108694,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108694,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108694,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108694,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108694,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108703,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108703,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108703,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108703,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108703,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108703,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108703,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108703,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108703,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108703,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108703,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108703,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108703,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108703,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108703,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108703,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108703,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108703,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108703,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108703,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108703,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108703,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108703,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108703,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108703,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108703,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108703,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108703,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108703,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108703,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108703,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108703,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108703,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108703,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108703,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108703,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108703,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108703,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108703,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108703,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108703,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108708,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108709,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108709,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108709,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108709,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108709,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108709,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108709,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108709,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108709,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108709,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108709,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108709,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108709,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108709,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108709,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108709,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108709,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108709,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108709,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108709,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108709,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108709,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108709,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108709,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108709,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108709,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108709,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108709,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108709,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108709,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108709,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108709,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108709,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108709,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108709,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108709,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108709,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108709,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108709,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108709,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108709,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108711,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108712,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108712,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108712,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108712,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108712,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108712,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108712,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108712,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108712,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108712,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108712,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108712,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108712,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108712,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108712,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108712,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108712,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108712,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108712,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108712,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108712,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108712,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108712,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108712,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108712,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108712,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108712,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108712,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108712,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108712,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108712,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108712,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108712,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108712,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108712,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108712,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108712,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108712,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108712,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108712,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108712,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108713,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108716,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108718,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108718,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108718,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108718,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108718,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108718,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108718,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108718,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108718,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108718,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108718,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108718,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108718,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108718,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108718,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108718,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108718,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108718,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108718,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108718,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108718,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108718,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108718,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108718,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108718,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108718,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108718,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108718,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108718,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108718,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108718,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108718,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108718,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108718,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108718,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108718,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108718,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108718,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108718,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108718,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108718,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108724,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108724,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108724,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108724,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108724,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108724,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108724,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108724,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108724,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108724,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108724,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108724,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108724,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108724,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108724,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108724,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108724,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108724,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108724,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108724,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108724,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108724,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108724,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108724,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108724,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108724,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108724,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108724,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108724,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108724,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108724,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108724,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108724,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108724,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108724,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108724,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108724,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108724,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108724,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108724,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108724,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108726,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108727,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108727,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108727,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108727,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108727,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108727,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108727,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108727,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108727,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108727,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108727,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108727,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108727,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108727,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108727,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108727,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108727,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108727,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108727,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108727,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108727,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108727,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108727,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108727,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108727,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108727,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108727,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108727,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108727,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108727,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108727,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108727,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108727,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108727,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108727,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108727,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108727,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108727,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108727,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108727,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108727,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108728,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108729,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108732,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108741,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108742,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108742,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108742,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108742,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108742,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108742,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108742,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108742,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108742,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108742,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108742,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108742,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108742,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108742,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108742,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108742,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108742,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108742,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108742,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108742,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108742,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108742,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108742,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108742,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108742,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108742,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108742,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108742,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108742,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108742,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108742,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108742,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108742,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108742,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108742,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108742,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108742,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108742,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108742,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108742,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108742,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108745,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108745,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108745,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108745,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108745,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108745,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108745,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108745,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108745,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108745,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108745,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108745,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108745,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108745,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108745,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108745,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108745,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108745,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108745,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108745,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108745,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108745,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108745,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108745,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108745,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108745,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108745,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108745,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108745,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108745,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108745,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108745,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108745,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108745,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108745,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108745,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108745,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108745,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108745,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108745,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108745,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108747,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108748,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108748,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108748,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108748,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108748,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108748,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108748,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108748,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108748,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108748,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108748,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108748,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108748,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108748,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108748,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108748,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108748,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108748,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108748,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108748,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108748,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108748,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108748,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108748,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108748,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108748,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108748,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108748,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108748,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108748,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108748,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108748,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108748,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108748,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108748,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108748,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108748,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108748,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108748,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108748,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108748,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108757,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108757,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108757,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108757,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108757,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108757,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108757,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108757,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108757,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108757,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108757,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108757,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108757,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108757,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108757,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108757,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108757,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108757,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108757,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108757,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108757,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108757,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108757,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108757,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108757,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108757,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108757,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108757,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108757,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108757,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108757,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108757,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108757,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108757,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108757,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108757,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108757,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108757,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108757,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108757,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108757,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108760,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108760,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108760,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108760,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108760,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108760,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108760,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108760,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108760,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108760,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108760,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108760,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108760,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108760,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108760,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108760,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108760,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108760,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108760,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108760,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108760,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108760,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108760,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108760,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108760,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108760,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108760,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108760,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108760,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108760,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108760,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108760,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108760,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108760,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108760,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108760,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108760,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108760,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108760,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108760,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108760,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108761,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108762,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108763,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108763,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108763,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108763,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108763,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108763,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108763,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108763,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108763,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108763,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108763,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108763,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108763,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108763,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108763,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108763,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108763,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108763,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108763,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108763,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108763,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108763,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108763,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108763,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108763,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108763,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108763,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108763,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108763,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108763,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108763,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108763,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108763,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108763,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108763,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108763,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108763,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108763,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108763,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108763,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108763,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108768,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108782,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108783,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108788,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108789,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108790,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108790,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108790,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108790,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108790,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108790,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108790,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108790,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108790,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108790,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108790,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108790,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108790,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108790,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108790,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108790,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108790,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108790,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108790,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108790,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108790,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108790,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108790,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108790,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108790,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108790,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108790,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108790,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108790,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108790,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108790,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108790,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108790,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108790,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108790,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108790,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108790,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108790,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108790,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108790,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108790,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108796,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1108796,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1108796,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1108796,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1108796,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1108796,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1108796,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1108796,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1108796,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1108796,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1108796,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1108796,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1108796,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1108796,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1108796,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1108796,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1108796,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1108796,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1108796,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1108796,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1108796,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1108796,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1108796,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1108796,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1108796,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1108796,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1108796,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1108796,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1108796,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1108796,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1108796,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1108796,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1108796,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1108796,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1108796,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1108796,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1108796,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1108796,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1108796,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1108796,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1108796,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108797,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108798,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1108806,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108948,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1108975,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109022,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109033,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109033,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109033,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109033,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109033,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109033,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109033,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109033,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109033,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109033,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109033,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109033,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109033,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109033,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109033,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109033,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109033,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109033,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109033,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109033,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109033,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109033,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109033,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109033,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109033,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109033,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109033,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109033,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109033,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109033,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109033,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109033,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109033,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109033,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109033,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109033,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109033,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109033,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109033,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109033,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109033,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109061,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109075,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109075,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109075,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109075,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109075,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109075,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109075,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109075,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109075,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109075,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109075,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109075,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109075,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109075,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109075,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109075,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109075,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109075,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109075,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109075,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109075,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109075,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109075,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109075,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109075,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109075,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109075,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109075,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109075,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109075,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109075,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109075,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109075,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109075,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109075,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109075,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109075,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109075,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109075,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109075,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109075,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109084,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109084,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109084,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109084,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109084,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109084,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109084,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109084,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109084,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109084,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109084,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109084,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109084,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109084,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109084,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109084,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109084,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109084,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109084,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109084,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109084,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109084,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109084,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109084,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109084,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109084,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109084,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109084,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109084,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109084,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109084,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109084,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109084,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109084,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109084,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109084,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109084,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109084,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109084,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109084,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109084,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109089,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109092,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109120,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109120,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109120,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109120,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109120,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109120,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109120,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109120,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109120,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109120,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109120,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109120,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109120,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109120,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109120,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109120,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109120,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109120,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109120,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109120,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109120,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109120,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109120,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109120,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109120,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109120,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109120,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109120,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109120,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109120,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109120,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109120,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109120,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109120,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109120,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109120,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109120,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109120,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109120,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109120,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109120,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109130,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109131,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109136,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109156,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109156,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109156,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109156,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109156,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109156,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109156,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109156,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109156,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109156,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109156,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109156,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109156,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109156,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109156,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109156,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109156,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109156,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109156,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109156,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109156,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109156,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109156,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109156,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109156,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109156,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109156,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109156,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109156,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109156,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109156,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109156,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109156,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109156,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109156,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109156,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109156,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109156,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109156,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109156,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109156,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109163,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109170,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109175,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109176,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109186,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109186,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109186,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109186,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109186,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109186,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109186,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109186,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109186,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109186,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109186,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109186,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109186,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109186,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109186,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109186,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109186,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109186,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109186,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109186,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109186,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109186,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109186,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109186,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109186,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109186,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109186,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109186,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109186,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109186,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109186,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109186,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109186,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109186,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109186,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109186,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109186,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109186,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109186,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109186,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109186,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109190,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109192,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109192,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109192,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109192,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109192,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109192,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109192,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109192,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109192,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109192,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109192,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109192,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109192,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109192,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109192,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109192,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109192,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109192,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109192,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109192,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109192,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109192,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109192,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109192,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109192,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109192,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109192,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109192,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109192,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109192,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109192,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109192,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109192,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109192,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109192,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109192,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109192,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109192,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109192,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109192,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109192,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109193,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109200,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109202,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109205,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109206,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109209,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109213,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109213,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109213,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109213,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109213,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109213,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109213,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109213,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109213,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109213,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109213,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109213,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109213,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109213,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109213,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109213,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109213,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109213,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109213,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109213,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109213,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109213,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109213,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109213,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109213,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109213,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109213,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109213,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109213,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109213,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109213,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109213,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109213,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109213,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109213,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109213,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109213,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109213,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109213,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109213,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109213,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109214,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109216,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109216,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109216,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109216,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109216,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109216,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109216,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109216,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109216,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109216,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109216,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109216,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109216,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109216,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109216,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109216,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109216,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109216,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109216,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109216,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109216,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109216,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109216,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109216,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109216,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109216,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109216,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109216,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109216,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109216,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109216,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109216,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109216,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109216,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109216,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109216,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109216,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109216,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109216,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109216,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109216,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109220,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109221,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109223,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109224,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109231,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109231,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109231,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109231,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109231,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109231,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109231,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109231,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109231,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109231,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109231,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109231,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109231,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109231,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109231,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109231,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109231,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109231,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109231,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109231,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109231,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109231,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109231,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109231,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109231,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109231,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109231,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109231,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109231,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109231,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109231,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109231,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109231,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109231,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109231,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109231,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109231,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109231,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109231,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109231,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109231,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109234,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109234,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109234,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109234,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109234,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109234,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109234,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109234,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109234,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109234,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109234,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109234,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109234,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109234,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109234,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109234,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109234,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109234,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109234,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109234,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109234,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109234,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109234,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109234,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109234,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109234,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109234,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109234,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109234,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109234,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109234,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109234,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109234,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109234,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109234,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109234,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109234,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109234,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109234,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109234,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109234,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109235,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109243,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109243,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109243,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109243,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109243,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109243,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109243,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109243,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109243,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109243,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109243,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109243,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109243,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109243,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109243,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109243,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109243,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109243,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109243,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109243,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109243,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109243,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109243,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109243,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109243,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109243,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109243,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109243,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109243,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109243,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109243,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109243,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109243,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109243,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109243,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109243,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109243,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109243,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109243,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109243,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109243,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109247,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109264,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109264,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109264,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109264,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109264,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109264,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109264,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109264,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109264,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109264,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109264,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109264,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109264,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109264,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109264,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109264,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109264,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109264,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109264,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109264,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109264,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109264,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109264,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109264,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109264,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109264,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109264,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109264,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109264,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109264,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109264,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109264,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109264,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109264,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109264,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109264,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109264,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109264,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109264,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109264,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109264,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109265,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109381,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109381,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109381,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109381,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109381,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109381,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109381,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109381,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109381,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109381,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109381,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109381,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109381,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109381,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109381,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109381,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109381,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109381,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109381,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109381,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109381,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109381,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109381,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109381,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109381,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109381,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109381,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109381,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109381,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109381,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109381,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109381,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109381,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109381,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109381,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109381,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109381,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109381,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109381,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109381,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109381,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109382,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109409,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109432,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109432,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109432,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109432,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109432,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109432,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109432,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109432,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109432,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109432,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109432,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109432,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109432,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109432,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109432,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109432,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109432,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109432,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109432,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109432,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109432,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109432,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109432,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109432,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109432,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109432,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109432,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109432,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109432,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109432,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109432,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109432,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109432,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109432,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109432,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109432,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109432,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109432,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109432,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109432,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109432,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109434,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109438,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109438,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109438,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109438,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109438,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109438,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109438,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109438,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109438,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109438,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109438,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109438,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109438,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109438,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109438,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109438,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109438,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109438,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109438,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109438,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109438,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109438,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109438,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109438,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109438,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109438,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109438,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109438,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109438,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109438,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109438,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109438,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109438,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109438,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109438,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109438,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109438,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109438,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109438,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109438,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109438,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109439,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109447,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109447,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109447,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109447,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109447,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109447,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109447,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109447,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109447,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109447,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109447,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109447,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109447,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109447,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109447,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109447,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109447,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109447,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109447,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109447,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109447,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109447,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109447,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109447,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109447,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109447,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109447,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109447,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109447,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109447,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109447,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109447,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109447,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109447,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109447,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109447,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109447,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109447,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109447,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109447,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109447,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109448,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109449,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109457,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109493,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109494,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109510,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109510,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109510,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109510,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109510,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109510,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109510,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109510,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109510,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109510,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109510,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109510,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109510,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109510,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109510,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109510,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109510,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109510,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109510,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109510,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109510,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109510,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109510,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109510,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109510,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109510,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109510,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109510,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109510,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109510,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109510,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109510,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109510,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109510,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109510,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109510,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109510,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109510,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109510,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109510,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109510,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109513,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109513,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109513,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109513,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109513,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109513,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109513,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109513,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109513,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109513,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109513,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109513,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109513,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109513,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109513,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109513,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109513,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109513,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109513,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109513,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109513,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109513,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109513,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109513,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109513,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109513,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109513,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109513,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109513,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109513,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109513,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109513,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109513,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109513,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109513,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109513,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109513,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109513,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109513,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109513,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109513,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109519,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109519,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109519,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109519,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109519,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109519,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109519,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109519,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109519,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109519,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109519,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109519,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109519,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109519,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109519,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109519,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109519,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109519,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109519,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109519,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109519,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109519,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109519,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109519,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109519,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109519,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109519,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109519,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109519,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109519,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109519,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109519,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109519,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109519,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109519,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109519,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109519,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109519,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109519,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109519,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109519,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109523,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109524,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109525,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109525,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109525,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109525,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109525,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109525,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109525,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109525,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109525,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109525,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109525,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109525,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109525,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109525,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109525,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109525,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109525,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109525,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109525,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109525,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109525,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109525,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109525,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109525,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109525,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109525,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109525,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109525,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109525,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109525,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109525,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109525,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109525,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109525,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109525,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109525,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109525,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109525,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109525,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109525,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109525,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109526,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109527,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109529,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109530,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109532,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109534,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109534,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109534,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109534,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109534,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109534,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109534,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109534,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109534,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109534,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109534,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109534,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109534,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109534,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109534,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109534,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109534,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109534,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109534,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109534,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109534,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109534,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109534,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109534,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109534,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109534,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109534,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109534,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109534,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109534,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109534,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109534,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109534,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109534,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109534,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109534,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109534,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109534,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109534,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109534,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109534,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109546,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109546,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109546,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109546,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109546,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109546,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109546,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109546,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109546,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109546,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109546,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109546,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109546,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109546,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109546,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109546,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109546,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109546,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109546,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109546,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109546,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109546,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109546,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109546,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109546,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109546,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109546,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109546,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109546,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109546,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109546,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109546,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109546,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109546,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109546,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109546,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109546,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109546,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109546,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109546,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109546,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109547,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109552,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109552,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109552,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109552,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109552,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109552,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109552,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109552,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109552,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109552,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109552,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109552,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109552,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109552,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109552,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109552,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109552,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109552,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109552,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109552,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109552,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109552,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109552,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109552,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109552,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109552,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109552,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109552,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109552,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109552,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109552,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109552,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109552,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109552,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109552,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109552,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109552,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109552,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109552,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109552,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109552,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109554,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109560,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109561,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109561,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109561,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109561,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109561,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109561,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109561,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109561,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109561,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109561,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109561,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109561,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109561,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109561,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109561,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109561,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109561,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109561,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109561,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109561,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109561,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109561,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109561,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109561,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109561,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109561,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109561,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109561,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109561,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109561,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109561,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109561,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109561,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109561,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109561,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109561,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109561,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109561,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109561,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109561,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109561,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109566,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109567,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109567,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109567,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109567,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109567,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109567,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109567,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109567,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109567,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109567,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109567,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109567,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109567,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109567,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109567,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109567,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109567,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109567,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109567,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109567,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109567,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109567,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109567,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109567,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109567,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109567,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109567,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109567,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109567,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109567,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109567,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109567,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109567,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109567,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109567,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109567,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109567,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109567,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109567,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109567,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109567,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109568,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109570,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109570,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109570,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109570,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109570,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109570,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109570,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109570,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109570,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109570,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109570,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109570,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109570,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109570,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109570,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109570,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109570,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109570,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109570,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109570,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109570,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109570,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109570,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109570,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109570,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109570,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109570,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109570,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109570,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109570,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109570,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109570,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109570,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109570,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109570,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109570,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109570,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109570,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109570,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109570,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109570,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109571,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109573,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109573,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109573,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109573,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109573,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109573,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109573,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109573,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109573,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109573,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109573,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109573,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109573,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109573,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109573,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109573,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109573,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109573,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109573,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109573,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109573,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109573,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109573,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109573,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109573,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109573,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109573,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109573,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109573,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109573,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109573,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109573,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109573,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109573,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109573,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109573,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109573,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109573,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109573,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109573,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109573,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109574,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109575,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109665,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109670,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109671,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109737,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109768,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109768,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109768,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109768,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109768,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109768,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109768,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109768,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109768,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109768,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109768,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109768,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109768,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109768,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109768,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109768,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109768,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109768,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109768,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109768,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109768,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109768,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109768,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109768,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109768,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109768,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109768,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109768,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109768,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109768,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109768,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109768,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109768,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109768,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109768,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109768,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109768,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109768,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109768,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109768,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109768,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109777,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109777,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109777,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109777,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109777,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109777,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109777,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109777,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109777,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109777,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109777,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109777,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109777,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109777,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109777,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109777,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109777,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109777,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109777,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109777,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109777,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109777,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109777,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109777,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109777,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109777,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109777,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109777,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109777,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109777,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109777,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109777,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109777,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109777,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109777,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109777,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109777,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109777,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109777,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109777,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109777,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109817,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109892,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109900,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109900,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109900,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109900,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109900,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109900,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109900,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109900,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109900,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109900,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109900,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109900,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109900,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109900,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109900,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109900,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109900,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109900,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109900,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109900,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109900,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109900,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109900,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109900,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109900,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109900,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109900,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109900,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109900,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109900,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109900,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109900,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109900,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109900,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109900,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109900,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109900,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109900,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109900,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109900,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109900,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109901,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109918,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109918,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109918,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109918,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109918,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109918,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109918,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109918,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109918,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109918,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109918,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109918,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109918,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109918,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109918,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109918,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109918,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109918,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109918,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109918,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109918,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109918,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109918,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109918,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109918,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109918,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109918,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109918,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109918,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109918,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109918,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109918,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109918,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109918,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109918,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109918,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109918,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109918,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109918,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109918,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109918,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109927,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109927,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109927,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109927,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109927,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109927,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109927,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109927,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109927,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109927,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109927,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109927,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109927,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109927,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109927,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109927,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109927,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109927,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109927,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109927,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109927,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109927,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109927,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109927,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109927,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109927,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109927,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109927,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109927,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109927,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109927,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109927,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109927,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109927,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109927,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109927,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109927,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109927,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109927,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109927,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109927,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109928,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109936,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109936,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109936,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109936,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109936,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109936,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109936,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109936,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109936,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109936,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109936,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109936,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109936,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109936,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109936,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109936,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109936,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109936,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109936,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109936,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109936,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109936,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109936,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109936,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109936,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109936,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109936,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109936,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109936,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109936,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109936,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109936,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109936,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109936,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109936,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109936,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109936,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109936,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109936,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109936,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109936,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109938,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109943,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109952,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109953,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109960,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109960,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109960,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109960,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109960,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109960,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109960,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109960,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109960,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109960,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109960,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109960,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109960,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109960,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109960,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109960,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109960,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109960,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109960,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109960,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109960,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109960,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109960,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109960,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109960,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109960,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109960,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109960,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109960,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109960,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109960,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109960,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109960,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109960,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109960,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109960,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109960,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109960,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109960,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109960,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109960,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1109962,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109979,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109982,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1109994,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1109999,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1109999,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1109999,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1109999,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1109999,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1109999,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1109999,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1109999,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1109999,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1109999,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1109999,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1109999,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1109999,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1109999,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1109999,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1109999,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1109999,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1109999,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1109999,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1109999,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1109999,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1109999,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1109999,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1109999,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1109999,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1109999,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1109999,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1109999,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1109999,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1109999,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1109999,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1109999,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1109999,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1109999,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1109999,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1109999,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1109999,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1109999,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1109999,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1109999,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1109999,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110003,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110015,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110016,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110020,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110020,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110020,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110020,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110020,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110020,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110020,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110020,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110020,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110020,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110020,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110020,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110020,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110020,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110020,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110020,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110020,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110020,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110020,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110020,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110020,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110020,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110020,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110020,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110020,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110020,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110020,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110020,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110020,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110020,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110020,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110020,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110020,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110020,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110020,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110020,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110020,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110020,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110020,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110020,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110020,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110025,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110032,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110032,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110032,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110032,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110032,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110032,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110032,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110032,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110032,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110032,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110032,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110032,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110032,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110032,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110032,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110032,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110032,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110032,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110032,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110032,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110032,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110032,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110032,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110032,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110032,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110032,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110032,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110032,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110032,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110032,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110032,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110032,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110032,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110032,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110032,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110032,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110032,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110032,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110032,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110032,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110032,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110038,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110038,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110038,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110038,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110038,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110038,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110038,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110038,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110038,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110038,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110038,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110038,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110038,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110038,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110038,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110038,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110038,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110038,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110038,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110038,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110038,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110038,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110038,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110038,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110038,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110038,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110038,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110038,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110038,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110038,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110038,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110038,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110038,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110038,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110038,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110038,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110038,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110038,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110038,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110038,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110038,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110040,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110041,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110041,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110041,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110041,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110041,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110041,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110041,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110041,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110041,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110041,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110041,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110041,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110041,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110041,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110041,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110041,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110041,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110041,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110041,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110041,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110041,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110041,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110041,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110041,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110041,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110041,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110041,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110041,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110041,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110041,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110041,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110041,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110041,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110041,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110041,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110041,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110041,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110041,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110041,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110041,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110041,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110042,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110046,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110049,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110050,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110050,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110050,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110050,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110050,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110050,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110050,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110050,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110050,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110050,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110050,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110050,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110050,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110050,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110050,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110050,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110050,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110050,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110050,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110050,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110050,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110050,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110050,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110050,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110050,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110050,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110050,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110050,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110050,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110050,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110050,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110050,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110050,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110050,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110050,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110050,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110050,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110050,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110050,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110050,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110050,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110051,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110052,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110053,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110053,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110053,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110053,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110053,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110053,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110053,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110053,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110053,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110053,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110053,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110053,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110053,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110053,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110053,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110053,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110053,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110053,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110053,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110053,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110053,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110053,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110053,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110053,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110053,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110053,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110053,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110053,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110053,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110053,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110053,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110053,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110053,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110053,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110053,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110053,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110053,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110053,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110053,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110053,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110053,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110054,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110055,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110056,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110056,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110056,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110056,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110056,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110056,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110056,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110056,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110056,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110056,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110056,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110056,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110056,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110056,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110056,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110056,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110056,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110056,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110056,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110056,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110056,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110056,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110056,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110056,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110056,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110056,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110056,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110056,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110056,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110056,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110056,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110056,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110056,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110056,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110056,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110056,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110056,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110056,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110056,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110056,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110056,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110066,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110068,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110068,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110068,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110068,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110068,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110068,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110068,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110068,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110068,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110068,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110068,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110068,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110068,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110068,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110068,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110068,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110068,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110068,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110068,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110068,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110068,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110068,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110068,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110068,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110068,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110068,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110068,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110068,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110068,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110068,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110068,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110068,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110068,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110068,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110068,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110068,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110068,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110068,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110068,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110068,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110068,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110069,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110070,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110072,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110077,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110077,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110077,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110077,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110077,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110077,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110077,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110077,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110077,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110077,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110077,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110077,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110077,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110077,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110077,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110077,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110077,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110077,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110077,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110077,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110077,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110077,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110077,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110077,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110077,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110077,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110077,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110077,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110077,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110077,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110077,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110077,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110077,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110077,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110077,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110077,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110077,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110077,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110077,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110077,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110077,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110079,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110080,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110080,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110080,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110080,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110080,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110080,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110080,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110080,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110080,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110080,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110080,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110080,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110080,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110080,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110080,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110080,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110080,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110080,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110080,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110080,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110080,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110080,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110080,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110080,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110080,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110080,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110080,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110080,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110080,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110080,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110080,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110080,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110080,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110080,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110080,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110080,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110080,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110080,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110080,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110080,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110080,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110087,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110089,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110089,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110089,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110089,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110089,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110089,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110089,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110089,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110089,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110089,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110089,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110089,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110089,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110089,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110089,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110089,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110089,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110089,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110089,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110089,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110089,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110089,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110089,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110089,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110089,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110089,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110089,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110089,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110089,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110089,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110089,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110089,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110089,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110089,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110089,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110089,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110089,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110089,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110089,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110089,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110089,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110093,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110094,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110106,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110108,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110109,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110110,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110110,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110110,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110110,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110110,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110110,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110110,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110110,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110110,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110110,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110110,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110110,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110110,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110110,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110110,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110110,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110110,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110110,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110110,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110110,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110110,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110110,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110110,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110110,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110110,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110110,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110110,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110110,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110110,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110110,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110110,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110110,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110110,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110110,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110110,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110110,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110110,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110110,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110110,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110110,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110110,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110112,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110144,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110145,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110167,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110167,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110167,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110167,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110167,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110167,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110167,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110167,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110167,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110167,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110167,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110167,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110167,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110167,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110167,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110167,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110167,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110167,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110167,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110167,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110167,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110167,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110167,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110167,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110167,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110167,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110167,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110167,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110167,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110167,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110167,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110167,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110167,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110167,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110167,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110167,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110167,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110167,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110167,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110167,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110167,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110168,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110209,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110209,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110209,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110209,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110209,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110209,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110209,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110209,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110209,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110209,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110209,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110209,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110209,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110209,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110209,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110209,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110209,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110209,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110209,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110209,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110209,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110209,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110209,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110209,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110209,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110209,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110209,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110209,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110209,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110209,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110209,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110209,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110209,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110209,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110209,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110209,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110209,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110209,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110209,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110209,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110209,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110270,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110271,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110275,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110275,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110275,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110275,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110275,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110275,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110275,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110275,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110275,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110275,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110275,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110275,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110275,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110275,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110275,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110275,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110275,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110275,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110275,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110275,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110275,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110275,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110275,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110275,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110275,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110275,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110275,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110275,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110275,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110275,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110275,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110275,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110275,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110275,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110275,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110275,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110275,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110275,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110275,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110275,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110275,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110277,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110290,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110290,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110290,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110290,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110290,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110290,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110290,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110290,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110290,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110290,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110290,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110290,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110290,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110290,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110290,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110290,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110290,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110290,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110290,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110290,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110290,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110290,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110290,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110290,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110290,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110290,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110290,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110290,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110290,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110290,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110290,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110290,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110290,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110290,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110290,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110290,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110290,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110290,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110290,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110290,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110290,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110292,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110294,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110332,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110332,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110332,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110332,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110332,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110332,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110332,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110332,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110332,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110332,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110332,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110332,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110332,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110332,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110332,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110332,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110332,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110332,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110332,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110332,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110332,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110332,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110332,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110332,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110332,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110332,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110332,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110332,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110332,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110332,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110332,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110332,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110332,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110332,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110332,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110332,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110332,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110332,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110332,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110332,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110332,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110334,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110341,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110341,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110341,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110341,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110341,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110341,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110341,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110341,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110341,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110341,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110341,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110341,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110341,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110341,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110341,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110341,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110341,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110341,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110341,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110341,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110341,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110341,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110341,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110341,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110341,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110341,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110341,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110341,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110341,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110341,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110341,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110341,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110341,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110341,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110341,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110341,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110341,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110341,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110341,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110341,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110341,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110342,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110343,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110348,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110368,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110368,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110368,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110368,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110368,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110368,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110368,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110368,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110368,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110368,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110368,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110368,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110368,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110368,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110368,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110368,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110368,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110368,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110368,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110368,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110368,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110368,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110368,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110368,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110368,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110368,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110368,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110368,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110368,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110368,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110368,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110368,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110368,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110368,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110368,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110368,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110368,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110368,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110368,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110368,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110368,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110369,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110440,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110440,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110440,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110440,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110440,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110440,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110440,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110440,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110440,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110440,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110440,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110440,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110440,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110440,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110440,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110440,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110440,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110440,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110440,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110440,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110440,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110440,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110440,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110440,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110440,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110440,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110440,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110440,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110440,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110440,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110440,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110440,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110440,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110440,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110440,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110440,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110440,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110440,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110440,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110440,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110440,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110442,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110445,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110449,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110449,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110449,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110449,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110449,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110449,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110449,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110449,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110449,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110449,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110449,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110449,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110449,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110449,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110449,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110449,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110449,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110449,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110449,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110449,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110449,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110449,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110449,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110449,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110449,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110449,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110449,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110449,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110449,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110449,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110449,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110449,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110449,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110449,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110449,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110449,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110449,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110449,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110449,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110449,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110449,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110450,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110451,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110456,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110457,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110469,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110470,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110470,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110470,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110470,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110470,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110470,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110470,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110470,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110470,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110470,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110470,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110470,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110470,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110470,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110470,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110470,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110470,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110470,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110470,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110470,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110470,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110470,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110470,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110470,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110470,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110470,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110470,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110470,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110470,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110470,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110470,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110470,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110470,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110470,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110470,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110470,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110470,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110470,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110470,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110470,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110470,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110476,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110476,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110476,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110476,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110476,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110476,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110476,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110476,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110476,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110476,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110476,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110476,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110476,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110476,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110476,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110476,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110476,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110476,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110476,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110476,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110476,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110476,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110476,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110476,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110476,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110476,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110476,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110476,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110476,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110476,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110476,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110476,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110476,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110476,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110476,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110476,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110476,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110476,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110476,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110476,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110476,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110482,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110482,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110482,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110482,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110482,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110482,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110482,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110482,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110482,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110482,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110482,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110482,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110482,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110482,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110482,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110482,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110482,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110482,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110482,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110482,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110482,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110482,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110482,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110482,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110482,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110482,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110482,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110482,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110482,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110482,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110482,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110482,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110482,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110482,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110482,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110482,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110482,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110482,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110482,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110482,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110482,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110488,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110488,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110488,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110488,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110488,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110488,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110488,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110488,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110488,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110488,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110488,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110488,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110488,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110488,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110488,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110488,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110488,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110488,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110488,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110488,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110488,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110488,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110488,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110488,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110488,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110488,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110488,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110488,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110488,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110488,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110488,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110488,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110488,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110488,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110488,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110488,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110488,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110488,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110488,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110488,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110488,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110493,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110495,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110497,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110497,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110497,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110497,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110497,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110497,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110497,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110497,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110497,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110497,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110497,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110497,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110497,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110497,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110497,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110497,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110497,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110497,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110497,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110497,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110497,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110497,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110497,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110497,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110497,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110497,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110497,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110497,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110497,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110497,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110497,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110497,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110497,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110497,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110497,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110497,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110497,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110497,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110497,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110497,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110497,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110498,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110501,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110503,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110503,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110503,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110503,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110503,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110503,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110503,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110503,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110503,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110503,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110503,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110503,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110503,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110503,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110503,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110503,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110503,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110503,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110503,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110503,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110503,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110503,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110503,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110503,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110503,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110503,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110503,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110503,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110503,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110503,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110503,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110503,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110503,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110503,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110503,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110503,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110503,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110503,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110503,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110503,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110503,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110507,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110509,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110509,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110509,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110509,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110509,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110509,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110509,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110509,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110509,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110509,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110509,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110509,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110509,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110509,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110509,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110509,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110509,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110509,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110509,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110509,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110509,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110509,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110509,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110509,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110509,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110509,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110509,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110509,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110509,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110509,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110509,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110509,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110509,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110509,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110509,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110509,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110509,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110509,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110509,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110509,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110509,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110510,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110512,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110512,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110512,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110512,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110512,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110512,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110512,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110512,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110512,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110512,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110512,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110512,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110512,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110512,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110512,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110512,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110512,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110512,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110512,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110512,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110512,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110512,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110512,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110512,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110512,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110512,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110512,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110512,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110512,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110512,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110512,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110512,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110512,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110512,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110512,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110512,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110512,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110512,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110512,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110512,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110512,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110513,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110514,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110518,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110518,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110518,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110518,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110518,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110518,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110518,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110518,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110518,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110518,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110518,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110518,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110518,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110518,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110518,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110518,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110518,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110518,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110518,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110518,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110518,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110518,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110518,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110518,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110518,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110518,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110518,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110518,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110518,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110518,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110518,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110518,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110518,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110518,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110518,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110518,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110518,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110518,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110518,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110518,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110518,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110519,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110520,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110522,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110523,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110525,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110526,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110529,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110530,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110530,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110530,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110530,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110530,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110530,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110530,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110530,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110530,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110530,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110530,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110530,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110530,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110530,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110530,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110530,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110530,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110530,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110530,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110530,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110530,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110530,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110530,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110530,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110530,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110530,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110530,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110530,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110530,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110530,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110530,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110530,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110530,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110530,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110530,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110530,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110530,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110530,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110530,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110530,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110530,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110641,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110641,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110641,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110641,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110641,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110641,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110641,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110641,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110641,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110641,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110641,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110641,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110641,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110641,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110641,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110641,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110641,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110641,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110641,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110641,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110641,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110641,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110641,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110641,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110641,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110641,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110641,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110641,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110641,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110641,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110641,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110641,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110641,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110641,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110641,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110641,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110641,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110641,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110641,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110641,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110641,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110642,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110643,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110649,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110738,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110739,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110762,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110763,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110774,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110779,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110779,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110779,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110779,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110779,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110779,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110779,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110779,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110779,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110779,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110779,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110779,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110779,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110779,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110779,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110779,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110779,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110779,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110779,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110779,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110779,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110779,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110779,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110779,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110779,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110779,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110779,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110779,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110779,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110779,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110779,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110779,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110779,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110779,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110779,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110779,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110779,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110779,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110779,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110779,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110779,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110781,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110782,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110782,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110782,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110782,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110782,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110782,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110782,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110782,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110782,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110782,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110782,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110782,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110782,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110782,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110782,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110782,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110782,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110782,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110782,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110782,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110782,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110782,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110782,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110782,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110782,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110782,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110782,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110782,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110782,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110782,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110782,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110782,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110782,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110782,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110782,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110782,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110782,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110782,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110782,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110782,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110782,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110806,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110806,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110806,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110806,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110806,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110806,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110806,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110806,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110806,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110806,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110806,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110806,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110806,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110806,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110806,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110806,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110806,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110806,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110806,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110806,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110806,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110806,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110806,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110806,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110806,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110806,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110806,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110806,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110806,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110806,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110806,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110806,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110806,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110806,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110806,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110806,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110806,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110806,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110806,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110806,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110806,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110807,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110808,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110837,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110858,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110860,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110860,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110860,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110860,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110860,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110860,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110860,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110860,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110860,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110860,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110860,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110860,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110860,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110860,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110860,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110860,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110860,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110860,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110860,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110860,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110860,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110860,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110860,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110860,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110860,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110860,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110860,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110860,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110860,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110860,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110860,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110860,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110860,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110860,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110860,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110860,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110860,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110860,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110860,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110860,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110860,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110869,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110869,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110869,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110869,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110869,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110869,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110869,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110869,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110869,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110869,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110869,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110869,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110869,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110869,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110869,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110869,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110869,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110869,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110869,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110869,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110869,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110869,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110869,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110869,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110869,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110869,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110869,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110869,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110869,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110869,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110869,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110869,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110869,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110869,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110869,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110869,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110869,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110869,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110869,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110869,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110869,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110871,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110873,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110881,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110881,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110881,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110881,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110881,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110881,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110881,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110881,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110881,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110881,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110881,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110881,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110881,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110881,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110881,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110881,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110881,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110881,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110881,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110881,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110881,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110881,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110881,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110881,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110881,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110881,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110881,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110881,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110881,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110881,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110881,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110881,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110881,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110881,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110881,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110881,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110881,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110881,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110881,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110881,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110881,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110886,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110890,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110890,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110890,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110890,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110890,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110890,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110890,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110890,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110890,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110890,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110890,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110890,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110890,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110890,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110890,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110890,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110890,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110890,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110890,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110890,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110890,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110890,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110890,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110890,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110890,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110890,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110890,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110890,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110890,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110890,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110890,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110890,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110890,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110890,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110890,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110890,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110890,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110890,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110890,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110890,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110890,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110892,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110899,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110899,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110899,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110899,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110899,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110899,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110899,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110899,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110899,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110899,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110899,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110899,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110899,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110899,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110899,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110899,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110899,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110899,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110899,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110899,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110899,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110899,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110899,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110899,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110899,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110899,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110899,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110899,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110899,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110899,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110899,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110899,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110899,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110899,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110899,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110899,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110899,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110899,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110899,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110899,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110899,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110902,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110902,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110902,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110902,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110902,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110902,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110902,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110902,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110902,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110902,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110902,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110902,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110902,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110902,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110902,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110902,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110902,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110902,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110902,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110902,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110902,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110902,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110902,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110902,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110902,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110902,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110902,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110902,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110902,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110902,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110902,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110902,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110902,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110902,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110902,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110902,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110902,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110902,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110902,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110902,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110902,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110905,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110905,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110905,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110905,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110905,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110905,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110905,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110905,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110905,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110905,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110905,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110905,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110905,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110905,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110905,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110905,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110905,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110905,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110905,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110905,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110905,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110905,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110905,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110905,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110905,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110905,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110905,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110905,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110905,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110905,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110905,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110905,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110905,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110905,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110905,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110905,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110905,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110905,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110905,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110905,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110905,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110907,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110910,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110911,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110911,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110911,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110911,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110911,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110911,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110911,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110911,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110911,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110911,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110911,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110911,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110911,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110911,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110911,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110911,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110911,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110911,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110911,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110911,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110911,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110911,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110911,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110911,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110911,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110911,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110911,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110911,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110911,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110911,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110911,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110911,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110911,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110911,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110911,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110911,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110911,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110911,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110911,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110911,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110911,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110913,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110915,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110918,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110922,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110924,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110928,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110931,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110932,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110932,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110932,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110932,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110932,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110932,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110932,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110932,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110932,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110932,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110932,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110932,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110932,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110932,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110932,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110932,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110932,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110932,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110932,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110932,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110932,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110932,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110932,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110932,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110932,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110932,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110932,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110932,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110932,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110932,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110932,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110932,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110932,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110932,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110932,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110932,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110932,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110932,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110932,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110932,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110932,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110933,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110934,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110936,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110938,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110938,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110938,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110938,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110938,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110938,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110938,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110938,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110938,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110938,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110938,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110938,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110938,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110938,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110938,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110938,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110938,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110938,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110938,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110938,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110938,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110938,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110938,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110938,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110938,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110938,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110938,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110938,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110938,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110938,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110938,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110938,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110938,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110938,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110938,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110938,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110938,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110938,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110938,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110938,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110938,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110939,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110945,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110946,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1110950,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110950,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110950,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110950,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110950,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110950,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110950,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110950,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110950,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110950,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110950,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110950,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110950,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110950,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110950,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110950,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110950,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110950,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110950,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110950,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110950,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110950,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110950,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110950,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110950,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110950,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110950,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110950,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110950,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110950,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110950,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110950,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110950,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110950,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110950,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110950,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110950,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110950,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110950,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110950,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110950,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110951,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110957,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1110975,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1110983,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1110983,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1110983,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1110983,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1110983,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1110983,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1110983,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1110983,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1110983,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1110983,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1110983,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1110983,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1110983,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1110983,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1110983,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1110983,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1110983,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1110983,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1110983,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1110983,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1110983,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1110983,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1110983,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1110983,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1110983,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1110983,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1110983,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1110983,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1110983,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1110983,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1110983,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1110983,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1110983,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1110983,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1110983,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1110983,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1110983,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1110983,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1110983,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1110983,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1110983,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1110985,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111083,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111084,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111194,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111211,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111211,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111211,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111211,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111211,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111211,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111211,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111211,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111211,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111211,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111211,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111211,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111211,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111211,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111211,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111211,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111211,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111211,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111211,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111211,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111211,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111211,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111211,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111211,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111211,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111211,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111211,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111211,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111211,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111211,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111211,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111211,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111211,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111211,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111211,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111211,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111211,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111211,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111211,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111211,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111211,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111213,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111220,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111220,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111220,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111220,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111220,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111220,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111220,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111220,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111220,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111220,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111220,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111220,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111220,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111220,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111220,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111220,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111220,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111220,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111220,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111220,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111220,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111220,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111220,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111220,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111220,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111220,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111220,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111220,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111220,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111220,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111220,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111220,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111220,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111220,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111220,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111220,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111220,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111220,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111220,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111220,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111220,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111221,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111226,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111226,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111226,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111226,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111226,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111226,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111226,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111226,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111226,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111226,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111226,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111226,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111226,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111226,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111226,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111226,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111226,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111226,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111226,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111226,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111226,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111226,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111226,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111226,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111226,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111226,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111226,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111226,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111226,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111226,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111226,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111226,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111226,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111226,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111226,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111226,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111226,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111226,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111226,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111226,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111226,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111227,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111228,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111265,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111265,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111265,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111265,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111265,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111265,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111265,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111265,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111265,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111265,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111265,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111265,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111265,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111265,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111265,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111265,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111265,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111265,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111265,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111265,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111265,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111265,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111265,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111265,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111265,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111265,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111265,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111265,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111265,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111265,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111265,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111265,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111265,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111265,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111265,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111265,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111265,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111265,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111265,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111265,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111265,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111271,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111271,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111271,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111271,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111271,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111271,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111271,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111271,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111271,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111271,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111271,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111271,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111271,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111271,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111271,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111271,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111271,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111271,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111271,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111271,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111271,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111271,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111271,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111271,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111271,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111271,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111271,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111271,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111271,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111271,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111271,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111271,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111271,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111271,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111271,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111271,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111271,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111271,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111271,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111271,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111271,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111283,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111283,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111283,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111283,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111283,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111283,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111283,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111283,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111283,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111283,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111283,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111283,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111283,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111283,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111283,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111283,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111283,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111283,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111283,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111283,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111283,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111283,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111283,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111283,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111283,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111283,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111283,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111283,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111283,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111283,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111283,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111283,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111283,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111283,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111283,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111283,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111283,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111283,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111283,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111283,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111283,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111285,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111286,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111286,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111286,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111286,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111286,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111286,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111286,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111286,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111286,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111286,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111286,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111286,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111286,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111286,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111286,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111286,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111286,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111286,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111286,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111286,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111286,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111286,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111286,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111286,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111286,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111286,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111286,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111286,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111286,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111286,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111286,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111286,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111286,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111286,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111286,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111286,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111286,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111286,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111286,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111286,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111286,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111292,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111292,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111292,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111292,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111292,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111292,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111292,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111292,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111292,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111292,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111292,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111292,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111292,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111292,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111292,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111292,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111292,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111292,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111292,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111292,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111292,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111292,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111292,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111292,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111292,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111292,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111292,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111292,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111292,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111292,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111292,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111292,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111292,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111292,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111292,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111292,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111292,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111292,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111292,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111292,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111292,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111294,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111299,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111303,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111319,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111319,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111319,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111319,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111319,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111319,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111319,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111319,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111319,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111319,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111319,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111319,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111319,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111319,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111319,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111319,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111319,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111319,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111319,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111319,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111319,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111319,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111319,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111319,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111319,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111319,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111319,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111319,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111319,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111319,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111319,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111319,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111319,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111319,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111319,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111319,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111319,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111319,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111319,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111319,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111319,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111322,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111322,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111322,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111322,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111322,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111322,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111322,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111322,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111322,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111322,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111322,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111322,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111322,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111322,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111322,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111322,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111322,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111322,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111322,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111322,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111322,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111322,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111322,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111322,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111322,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111322,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111322,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111322,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111322,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111322,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111322,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111322,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111322,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111322,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111322,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111322,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111322,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111322,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111322,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111322,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111322,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111323,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111329,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111330,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111331,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111331,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111331,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111331,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111331,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111331,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111331,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111331,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111331,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111331,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111331,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111331,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111331,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111331,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111331,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111331,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111331,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111331,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111331,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111331,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111331,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111331,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111331,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111331,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111331,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111331,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111331,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111331,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111331,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111331,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111331,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111331,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111331,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111331,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111331,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111331,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111331,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111331,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111331,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111331,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111331,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111337,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111337,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111337,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111337,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111337,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111337,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111337,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111337,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111337,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111337,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111337,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111337,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111337,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111337,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111337,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111337,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111337,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111337,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111337,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111337,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111337,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111337,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111337,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111337,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111337,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111337,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111337,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111337,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111337,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111337,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111337,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111337,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111337,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111337,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111337,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111337,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111337,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111337,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111337,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111337,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111337,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111339,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111340,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111340,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111340,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111340,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111340,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111340,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111340,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111340,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111340,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111340,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111340,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111340,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111340,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111340,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111340,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111340,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111340,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111340,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111340,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111340,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111340,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111340,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111340,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111340,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111340,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111340,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111340,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111340,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111340,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111340,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111340,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111340,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111340,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111340,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111340,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111340,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111340,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111340,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111340,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111340,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111340,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111343,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111343,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111343,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111343,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111343,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111343,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111343,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111343,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111343,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111343,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111343,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111343,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111343,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111343,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111343,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111343,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111343,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111343,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111343,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111343,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111343,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111343,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111343,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111343,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111343,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111343,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111343,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111343,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111343,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111343,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111343,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111343,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111343,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111343,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111343,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111343,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111343,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111343,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111343,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111343,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111343,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111390,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111462,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111488,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111533,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111592,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111592,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111592,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111592,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111592,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111592,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111592,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111592,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111592,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111592,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111592,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111592,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111592,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111592,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111592,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111592,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111592,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111592,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111592,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111592,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111592,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111592,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111592,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111592,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111592,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111592,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111592,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111592,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111592,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111592,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111592,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111592,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111592,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111592,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111592,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111592,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111592,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111592,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111592,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111592,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111592,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111614,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111631,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111631,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111631,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111631,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111631,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111631,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111631,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111631,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111631,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111631,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111631,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111631,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111631,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111631,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111631,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111631,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111631,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111631,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111631,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111631,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111631,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111631,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111631,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111631,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111631,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111631,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111631,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111631,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111631,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111631,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111631,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111631,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111631,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111631,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111631,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111631,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111631,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111631,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111631,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111631,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111631,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111636,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111646,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111646,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111646,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111646,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111646,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111646,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111646,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111646,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111646,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111646,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111646,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111646,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111646,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111646,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111646,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111646,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111646,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111646,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111646,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111646,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111646,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111646,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111646,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111646,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111646,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111646,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111646,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111646,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111646,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111646,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111646,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111646,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111646,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111646,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111646,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111646,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111646,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111646,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111646,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111646,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111646,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111688,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111688,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111688,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111688,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111688,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111688,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111688,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111688,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111688,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111688,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111688,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111688,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111688,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111688,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111688,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111688,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111688,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111688,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111688,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111688,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111688,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111688,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111688,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111688,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111688,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111688,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111688,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111688,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111688,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111688,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111688,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111688,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111688,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111688,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111688,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111688,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111688,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111688,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111688,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111688,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111688,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111690,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111696,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111698,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111718,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111718,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111718,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111718,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111718,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111718,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111718,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111718,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111718,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111718,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111718,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111718,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111718,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111718,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111718,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111718,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111718,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111718,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111718,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111718,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111718,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111718,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111718,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111718,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111718,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111718,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111718,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111718,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111718,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111718,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111718,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111718,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111718,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111718,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111718,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111718,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111718,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111718,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111718,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111718,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111718,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111721,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111721,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111721,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111721,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111721,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111721,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111721,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111721,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111721,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111721,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111721,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111721,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111721,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111721,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111721,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111721,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111721,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111721,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111721,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111721,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111721,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111721,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111721,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111721,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111721,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111721,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111721,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111721,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111721,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111721,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111721,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111721,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111721,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111721,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111721,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111721,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111721,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111721,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111721,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111721,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111721,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111727,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111727,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111727,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111727,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111727,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111727,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111727,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111727,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111727,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111727,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111727,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111727,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111727,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111727,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111727,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111727,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111727,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111727,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111727,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111727,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111727,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111727,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111727,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111727,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111727,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111727,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111727,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111727,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111727,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111727,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111727,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111727,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111727,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111727,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111727,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111727,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111727,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111727,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111727,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111727,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111727,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111729,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111741,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111743,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111744,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111746,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111747,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111749,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111750,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111752,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111755,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111756,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111757,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111757,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111757,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111757,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111757,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111757,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111757,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111757,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111757,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111757,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111757,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111757,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111757,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111757,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111757,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111757,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111757,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111757,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111757,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111757,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111757,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111757,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111757,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111757,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111757,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111757,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111757,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111757,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111757,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111757,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111757,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111757,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111757,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111757,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111757,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111757,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111757,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111757,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111757,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111757,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111757,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111758,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111759,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111764,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111766,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111766,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111766,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111766,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111766,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111766,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111766,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111766,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111766,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111766,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111766,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111766,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111766,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111766,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111766,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111766,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111766,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111766,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111766,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111766,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111766,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111766,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111766,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111766,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111766,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111766,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111766,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111766,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111766,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111766,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111766,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111766,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111766,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111766,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111766,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111766,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111766,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111766,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111766,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111766,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111766,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111769,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111769,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111769,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111769,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111769,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111769,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111769,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111769,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111769,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111769,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111769,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111769,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111769,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111769,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111769,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111769,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111769,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111769,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111769,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111769,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111769,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111769,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111769,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111769,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111769,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111769,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111769,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111769,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111769,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111769,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111769,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111769,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111769,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111769,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111769,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111769,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111769,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111769,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111769,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111769,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111769,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111770,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111771,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111774,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111777,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111778,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111778,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111778,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111778,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111778,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111778,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111778,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111778,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111778,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111778,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111778,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111778,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111778,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111778,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111778,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111778,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111778,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111778,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111778,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111778,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111778,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111778,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111778,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111778,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111778,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111778,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111778,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111778,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111778,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111778,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111778,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111778,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111778,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111778,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111778,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111778,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111778,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111778,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111778,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111778,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111778,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111781,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111781,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111781,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111781,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111781,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111781,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111781,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111781,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111781,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111781,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111781,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111781,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111781,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111781,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111781,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111781,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111781,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111781,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111781,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111781,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111781,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111781,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111781,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111781,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111781,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111781,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111781,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111781,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111781,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111781,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111781,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111781,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111781,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111781,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111781,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111781,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111781,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111781,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111781,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111781,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111781,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111782,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111783,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111784,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111784,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111784,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111784,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111784,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111784,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111784,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111784,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111784,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111784,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111784,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111784,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111784,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111784,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111784,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111784,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111784,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111784,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111784,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111784,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111784,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111784,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111784,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111784,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111784,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111784,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111784,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111784,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111784,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111784,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111784,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111784,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111784,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111784,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111784,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111784,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111784,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111784,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111784,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111784,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111784,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111785,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111787,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111787,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111787,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111787,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111787,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111787,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111787,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111787,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111787,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111787,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111787,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111787,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111787,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111787,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111787,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111787,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111787,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111787,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111787,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111787,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111787,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111787,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111787,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111787,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111787,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111787,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111787,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111787,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111787,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111787,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111787,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111787,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111787,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111787,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111787,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111787,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111787,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111787,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111787,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111787,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111787,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111788,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111789,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111790,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111790,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111790,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111790,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111790,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111790,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111790,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111790,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111790,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111790,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111790,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111790,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111790,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111790,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111790,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111790,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111790,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111790,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111790,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111790,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111790,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111790,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111790,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111790,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111790,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111790,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111790,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111790,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111790,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111790,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111790,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111790,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111790,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111790,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111790,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111790,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111790,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111790,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111790,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111790,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111790,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111805,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111805,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111805,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111805,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111805,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111805,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111805,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111805,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111805,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111805,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111805,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111805,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111805,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111805,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111805,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111805,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111805,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111805,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111805,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111805,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111805,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111805,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111805,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111805,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111805,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111805,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111805,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111805,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111805,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111805,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111805,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111805,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111805,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111805,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111805,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111805,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111805,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111805,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111805,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111805,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111805,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111808,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111808,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111808,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111808,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111808,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111808,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111808,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111808,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111808,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111808,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111808,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111808,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111808,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111808,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111808,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111808,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111808,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111808,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111808,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111808,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111808,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111808,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111808,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111808,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111808,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111808,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111808,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111808,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111808,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111808,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111808,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111808,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111808,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111808,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111808,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111808,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111808,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111808,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111808,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111808,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111808,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111809,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111811,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111811,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111811,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111811,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111811,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111811,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111811,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111811,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111811,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111811,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111811,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111811,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111811,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111811,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111811,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111811,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111811,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111811,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111811,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111811,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111811,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111811,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111811,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111811,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111811,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111811,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111811,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111811,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111811,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111811,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111811,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111811,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111811,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111811,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111811,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111811,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111811,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111811,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111811,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111811,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111811,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111868,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111868,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111868,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111868,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111868,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111868,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111868,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111868,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111868,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111868,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111868,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111868,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111868,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111868,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111868,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111868,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111868,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111868,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111868,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111868,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111868,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111868,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111868,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111868,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111868,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111868,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111868,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111868,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111868,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111868,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111868,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111868,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111868,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111868,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111868,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111868,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111868,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111868,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111868,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111868,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111868,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111869,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111870,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111938,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111939,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1111971,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1111972,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1111985,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1111985,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1111985,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1111985,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1111985,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1111985,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1111985,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1111985,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1111985,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1111985,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1111985,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1111985,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1111985,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1111985,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1111985,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1111985,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1111985,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1111985,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1111985,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1111985,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1111985,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1111985,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1111985,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1111985,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1111985,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1111985,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1111985,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1111985,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1111985,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1111985,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1111985,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1111985,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1111985,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1111985,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1111985,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1111985,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1111985,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1111985,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1111985,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1111985,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1111985,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112006,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112006,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112006,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112006,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112006,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112006,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112006,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112006,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112006,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112006,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112006,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112006,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112006,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112006,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112006,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112006,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112006,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112006,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112006,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112006,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112006,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112006,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112006,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112006,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112006,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112006,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112006,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112006,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112006,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112006,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112006,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112006,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112006,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112006,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112006,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112006,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112006,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112006,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112006,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112006,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112006,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112012,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112012,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112012,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112012,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112012,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112012,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112012,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112012,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112012,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112012,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112012,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112012,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112012,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112012,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112012,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112012,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112012,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112012,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112012,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112012,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112012,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112012,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112012,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112012,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112012,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112012,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112012,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112012,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112012,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112012,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112012,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112012,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112012,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112012,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112012,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112012,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112012,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112012,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112012,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112012,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112012,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112021,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112021,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112021,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112021,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112021,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112021,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112021,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112021,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112021,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112021,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112021,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112021,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112021,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112021,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112021,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112021,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112021,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112021,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112021,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112021,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112021,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112021,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112021,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112021,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112021,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112021,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112021,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112021,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112021,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112021,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112021,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112021,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112021,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112021,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112021,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112021,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112021,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112021,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112021,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112021,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112021,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112022,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112025,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112026,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112027,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112027,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112027,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112027,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112027,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112027,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112027,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112027,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112027,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112027,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112027,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112027,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112027,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112027,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112027,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112027,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112027,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112027,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112027,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112027,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112027,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112027,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112027,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112027,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112027,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112027,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112027,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112027,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112027,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112027,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112027,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112027,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112027,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112027,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112027,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112027,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112027,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112027,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112027,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112027,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112027,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112037,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112085,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112094,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112095,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112099,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112099,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112099,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112099,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112099,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112099,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112099,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112099,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112099,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112099,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112099,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112099,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112099,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112099,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112099,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112099,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112099,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112099,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112099,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112099,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112099,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112099,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112099,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112099,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112099,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112099,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112099,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112099,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112099,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112099,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112099,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112099,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112099,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112099,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112099,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112099,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112099,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112099,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112099,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112099,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112099,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112111,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112111,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112111,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112111,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112111,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112111,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112111,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112111,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112111,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112111,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112111,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112111,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112111,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112111,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112111,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112111,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112111,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112111,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112111,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112111,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112111,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112111,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112111,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112111,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112111,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112111,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112111,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112111,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112111,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112111,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112111,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112111,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112111,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112111,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112111,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112111,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112111,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112111,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112111,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112111,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112111,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112112,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112113,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112114,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112114,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112114,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112114,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112114,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112114,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112114,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112114,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112114,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112114,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112114,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112114,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112114,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112114,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112114,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112114,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112114,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112114,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112114,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112114,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112114,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112114,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112114,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112114,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112114,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112114,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112114,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112114,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112114,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112114,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112114,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112114,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112114,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112114,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112114,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112114,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112114,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112114,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112114,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112114,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112114,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112115,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112116,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112156,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112156,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112156,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112156,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112156,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112156,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112156,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112156,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112156,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112156,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112156,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112156,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112156,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112156,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112156,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112156,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112156,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112156,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112156,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112156,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112156,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112156,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112156,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112156,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112156,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112156,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112156,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112156,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112156,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112156,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112156,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112156,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112156,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112156,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112156,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112156,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112156,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112156,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112156,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112156,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112156,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112158,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112174,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112174,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112174,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112174,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112174,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112174,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112174,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112174,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112174,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112174,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112174,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112174,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112174,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112174,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112174,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112174,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112174,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112174,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112174,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112174,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112174,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112174,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112174,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112174,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112174,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112174,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112174,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112174,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112174,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112174,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112174,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112174,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112174,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112174,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112174,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112174,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112174,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112174,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112174,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112174,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112174,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112195,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112195,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112195,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112195,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112195,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112195,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112195,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112195,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112195,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112195,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112195,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112195,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112195,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112195,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112195,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112195,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112195,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112195,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112195,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112195,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112195,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112195,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112195,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112195,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112195,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112195,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112195,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112195,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112195,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112195,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112195,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112195,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112195,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112195,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112195,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112195,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112195,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112195,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112195,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112195,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112195,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112196,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112211,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112216,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112216,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112216,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112216,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112216,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112216,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112216,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112216,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112216,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112216,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112216,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112216,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112216,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112216,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112216,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112216,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112216,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112216,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112216,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112216,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112216,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112216,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112216,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112216,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112216,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112216,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112216,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112216,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112216,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112216,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112216,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112216,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112216,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112216,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112216,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112216,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112216,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112216,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112216,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112216,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112216,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112219,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112219,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112219,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112219,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112219,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112219,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112219,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112219,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112219,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112219,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112219,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112219,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112219,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112219,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112219,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112219,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112219,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112219,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112219,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112219,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112219,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112219,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112219,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112219,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112219,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112219,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112219,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112219,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112219,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112219,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112219,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112219,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112219,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112219,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112219,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112219,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112219,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112219,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112219,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112219,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112219,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112229,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112231,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112231,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112231,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112231,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112231,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112231,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112231,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112231,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112231,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112231,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112231,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112231,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112231,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112231,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112231,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112231,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112231,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112231,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112231,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112231,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112231,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112231,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112231,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112231,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112231,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112231,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112231,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112231,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112231,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112231,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112231,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112231,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112231,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112231,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112231,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112231,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112231,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112231,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112231,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112231,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112231,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112237,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112237,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112237,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112237,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112237,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112237,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112237,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112237,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112237,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112237,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112237,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112237,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112237,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112237,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112237,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112237,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112237,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112237,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112237,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112237,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112237,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112237,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112237,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112237,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112237,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112237,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112237,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112237,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112237,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112237,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112237,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112237,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112237,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112237,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112237,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112237,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112237,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112237,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112237,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112237,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112237,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112238,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112240,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112240,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112240,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112240,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112240,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112240,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112240,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112240,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112240,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112240,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112240,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112240,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112240,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112240,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112240,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112240,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112240,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112240,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112240,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112240,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112240,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112240,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112240,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112240,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112240,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112240,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112240,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112240,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112240,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112240,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112240,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112240,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112240,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112240,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112240,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112240,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112240,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112240,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112240,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112240,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112240,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112241,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112243,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112243,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112243,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112243,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112243,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112243,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112243,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112243,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112243,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112243,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112243,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112243,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112243,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112243,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112243,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112243,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112243,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112243,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112243,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112243,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112243,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112243,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112243,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112243,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112243,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112243,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112243,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112243,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112243,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112243,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112243,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112243,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112243,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112243,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112243,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112243,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112243,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112243,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112243,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112243,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112243,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112244,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112245,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112249,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112249,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112249,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112249,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112249,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112249,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112249,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112249,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112249,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112249,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112249,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112249,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112249,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112249,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112249,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112249,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112249,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112249,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112249,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112249,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112249,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112249,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112249,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112249,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112249,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112249,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112249,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112249,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112249,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112249,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112249,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112249,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112249,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112249,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112249,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112249,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112249,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112249,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112249,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112249,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112249,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112252,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112252,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112252,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112252,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112252,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112252,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112252,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112252,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112252,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112252,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112252,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112252,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112252,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112252,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112252,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112252,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112252,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112252,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112252,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112252,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112252,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112252,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112252,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112252,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112252,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112252,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112252,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112252,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112252,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112252,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112252,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112252,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112252,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112252,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112252,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112252,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112252,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112252,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112252,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112252,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112252,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112254,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112261,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112261,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112261,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112261,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112261,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112261,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112261,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112261,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112261,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112261,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112261,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112261,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112261,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112261,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112261,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112261,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112261,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112261,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112261,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112261,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112261,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112261,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112261,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112261,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112261,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112261,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112261,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112261,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112261,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112261,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112261,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112261,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112261,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112261,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112261,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112261,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112261,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112261,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112261,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112261,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112261,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112262,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112264,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112264,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112264,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112264,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112264,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112264,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112264,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112264,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112264,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112264,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112264,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112264,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112264,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112264,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112264,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112264,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112264,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112264,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112264,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112264,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112264,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112264,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112264,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112264,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112264,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112264,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112264,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112264,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112264,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112264,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112264,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112264,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112264,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112264,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112264,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112264,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112264,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112264,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112264,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112264,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112264,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112265,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112273,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112273,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112273,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112273,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112273,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112273,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112273,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112273,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112273,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112273,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112273,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112273,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112273,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112273,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112273,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112273,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112273,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112273,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112273,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112273,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112273,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112273,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112273,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112273,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112273,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112273,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112273,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112273,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112273,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112273,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112273,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112273,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112273,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112273,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112273,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112273,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112273,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112273,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112273,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112273,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112273,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112327,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112327,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112327,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112327,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112327,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112327,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112327,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112327,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112327,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112327,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112327,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112327,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112327,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112327,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112327,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112327,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112327,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112327,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112327,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112327,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112327,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112327,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112327,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112327,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112327,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112327,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112327,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112327,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112327,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112327,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112327,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112327,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112327,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112327,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112327,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112327,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112327,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112327,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112327,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112327,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112327,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112329,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112357,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112357,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112357,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112357,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112357,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112357,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112357,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112357,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112357,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112357,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112357,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112357,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112357,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112357,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112357,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112357,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112357,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112357,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112357,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112357,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112357,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112357,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112357,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112357,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112357,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112357,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112357,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112357,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112357,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112357,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112357,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112357,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112357,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112357,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112357,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112357,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112357,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112357,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112357,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112357,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112357,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112358,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112359,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112381,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112381,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112381,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112381,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112381,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112381,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112381,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112381,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112381,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112381,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112381,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112381,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112381,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112381,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112381,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112381,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112381,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112381,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112381,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112381,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112381,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112381,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112381,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112381,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112381,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112381,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112381,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112381,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112381,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112381,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112381,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112381,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112381,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112381,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112381,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112381,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112381,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112381,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112381,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112381,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112381,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112396,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112396,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112396,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112396,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112396,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112396,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112396,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112396,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112396,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112396,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112396,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112396,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112396,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112396,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112396,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112396,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112396,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112396,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112396,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112396,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112396,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112396,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112396,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112396,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112396,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112396,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112396,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112396,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112396,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112396,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112396,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112396,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112396,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112396,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112396,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112396,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112396,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112396,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112396,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112396,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112396,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112398,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112414,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112414,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112414,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112414,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112414,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112414,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112414,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112414,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112414,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112414,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112414,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112414,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112414,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112414,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112414,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112414,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112414,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112414,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112414,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112414,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112414,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112414,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112414,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112414,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112414,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112414,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112414,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112414,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112414,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112414,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112414,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112414,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112414,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112414,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112414,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112414,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112414,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112414,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112414,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112414,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112414,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112415,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112416,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112462,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112462,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112462,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112462,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112462,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112462,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112462,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112462,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112462,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112462,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112462,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112462,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112462,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112462,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112462,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112462,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112462,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112462,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112462,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112462,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112462,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112462,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112462,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112462,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112462,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112462,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112462,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112462,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112462,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112462,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112462,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112462,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112462,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112462,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112462,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112462,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112462,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112462,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112462,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112462,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112462,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112468,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112468,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112468,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112468,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112468,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112468,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112468,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112468,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112468,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112468,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112468,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112468,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112468,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112468,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112468,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112468,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112468,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112468,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112468,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112468,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112468,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112468,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112468,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112468,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112468,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112468,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112468,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112468,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112468,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112468,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112468,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112468,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112468,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112468,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112468,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112468,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112468,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112468,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112468,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112468,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112468,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112472,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112477,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112477,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112477,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112477,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112477,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112477,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112477,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112477,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112477,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112477,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112477,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112477,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112477,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112477,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112477,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112477,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112477,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112477,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112477,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112477,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112477,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112477,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112477,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112477,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112477,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112477,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112477,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112477,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112477,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112477,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112477,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112477,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112477,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112477,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112477,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112477,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112477,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112477,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112477,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112477,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112477,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112480,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112480,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112480,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112480,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112480,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112480,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112480,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112480,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112480,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112480,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112480,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112480,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112480,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112480,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112480,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112480,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112480,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112480,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112480,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112480,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112480,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112480,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112480,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112480,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112480,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112480,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112480,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112480,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112480,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112480,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112480,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112480,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112480,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112480,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112480,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112480,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112480,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112480,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112480,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112480,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112480,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112481,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112492,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112492,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112492,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112492,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112492,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112492,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112492,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112492,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112492,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112492,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112492,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112492,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112492,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112492,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112492,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112492,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112492,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112492,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112492,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112492,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112492,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112492,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112492,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112492,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112492,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112492,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112492,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112492,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112492,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112492,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112492,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112492,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112492,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112492,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112492,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112492,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112492,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112492,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112492,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112492,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112492,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112495,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112495,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112495,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112495,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112495,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112495,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112495,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112495,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112495,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112495,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112495,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112495,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112495,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112495,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112495,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112495,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112495,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112495,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112495,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112495,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112495,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112495,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112495,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112495,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112495,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112495,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112495,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112495,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112495,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112495,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112495,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112495,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112495,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112495,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112495,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112495,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112495,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112495,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112495,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112495,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112495,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112502,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112503,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112504,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112504,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112504,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112504,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112504,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112504,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112504,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112504,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112504,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112504,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112504,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112504,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112504,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112504,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112504,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112504,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112504,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112504,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112504,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112504,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112504,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112504,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112504,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112504,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112504,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112504,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112504,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112504,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112504,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112504,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112504,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112504,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112504,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112504,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112504,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112504,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112504,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112504,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112504,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112504,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112504,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112505,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112507,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112507,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112507,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112507,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112507,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112507,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112507,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112507,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112507,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112507,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112507,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112507,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112507,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112507,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112507,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112507,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112507,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112507,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112507,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112507,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112507,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112507,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112507,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112507,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112507,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112507,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112507,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112507,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112507,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112507,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112507,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112507,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112507,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112507,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112507,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112507,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112507,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112507,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112507,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112507,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112507,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112524,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112529,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112562,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112576,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112576,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112576,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112576,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112576,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112576,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112576,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112576,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112576,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112576,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112576,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112576,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112576,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112576,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112576,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112576,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112576,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112576,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112576,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112576,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112576,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112576,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112576,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112576,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112576,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112576,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112576,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112576,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112576,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112576,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112576,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112576,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112576,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112576,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112576,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112576,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112576,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112576,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112576,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112576,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112576,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112606,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112606,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112606,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112606,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112606,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112606,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112606,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112606,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112606,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112606,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112606,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112606,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112606,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112606,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112606,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112606,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112606,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112606,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112606,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112606,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112606,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112606,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112606,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112606,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112606,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112606,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112606,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112606,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112606,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112606,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112606,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112606,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112606,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112606,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112606,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112606,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112606,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112606,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112606,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112606,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112606,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112612,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112612,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112612,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112612,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112612,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112612,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112612,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112612,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112612,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112612,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112612,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112612,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112612,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112612,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112612,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112612,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112612,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112612,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112612,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112612,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112612,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112612,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112612,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112612,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112612,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112612,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112612,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112612,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112612,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112612,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112612,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112612,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112612,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112612,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112612,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112612,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112612,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112612,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112612,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112612,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112612,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112615,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112615,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112615,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112615,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112615,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112615,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112615,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112615,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112615,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112615,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112615,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112615,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112615,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112615,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112615,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112615,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112615,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112615,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112615,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112615,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112615,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112615,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112615,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112615,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112615,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112615,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112615,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112615,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112615,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112615,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112615,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112615,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112615,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112615,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112615,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112615,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112615,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112615,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112615,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112615,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112615,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112621,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112621,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112621,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112621,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112621,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112621,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112621,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112621,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112621,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112621,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112621,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112621,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112621,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112621,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112621,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112621,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112621,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112621,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112621,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112621,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112621,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112621,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112621,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112621,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112621,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112621,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112621,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112621,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112621,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112621,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112621,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112621,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112621,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112621,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112621,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112621,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112621,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112621,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112621,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112621,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112621,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112628,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112634,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112635,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112638,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112643,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112644,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112646,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112648,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112648,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112648,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112648,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112648,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112648,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112648,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112648,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112648,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112648,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112648,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112648,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112648,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112648,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112648,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112648,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112648,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112648,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112648,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112648,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112648,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112648,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112648,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112648,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112648,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112648,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112648,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112648,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112648,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112648,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112648,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112648,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112648,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112648,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112648,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112648,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112648,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112648,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112648,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112648,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112648,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112655,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112660,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112660,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112660,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112660,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112660,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112660,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112660,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112660,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112660,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112660,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112660,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112660,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112660,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112660,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112660,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112660,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112660,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112660,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112660,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112660,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112660,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112660,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112660,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112660,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112660,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112660,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112660,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112660,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112660,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112660,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112660,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112660,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112660,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112660,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112660,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112660,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112660,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112660,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112660,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112660,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112660,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112662,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112676,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112678,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112678,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112678,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112678,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112678,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112678,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112678,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112678,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112678,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112678,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112678,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112678,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112678,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112678,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112678,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112678,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112678,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112678,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112678,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112678,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112678,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112678,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112678,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112678,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112678,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112678,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112678,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112678,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112678,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112678,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112678,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112678,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112678,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112678,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112678,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112678,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112678,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112678,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112678,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112678,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112678,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112679,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112682,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112685,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112686,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112692,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112696,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112696,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112696,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112696,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112696,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112696,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112696,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112696,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112696,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112696,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112696,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112696,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112696,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112696,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112696,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112696,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112696,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112696,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112696,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112696,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112696,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112696,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112696,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112696,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112696,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112696,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112696,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112696,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112696,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112696,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112696,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112696,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112696,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112696,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112696,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112696,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112696,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112696,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112696,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112696,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112696,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112697,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112699,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112699,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112699,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112699,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112699,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112699,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112699,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112699,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112699,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112699,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112699,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112699,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112699,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112699,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112699,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112699,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112699,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112699,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112699,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112699,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112699,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112699,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112699,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112699,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112699,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112699,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112699,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112699,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112699,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112699,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112699,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112699,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112699,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112699,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112699,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112699,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112699,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112699,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112699,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112699,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112699,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112700,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112705,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112705,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112705,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112705,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112705,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112705,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112705,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112705,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112705,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112705,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112705,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112705,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112705,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112705,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112705,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112705,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112705,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112705,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112705,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112705,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112705,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112705,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112705,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112705,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112705,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112705,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112705,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112705,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112705,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112705,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112705,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112705,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112705,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112705,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112705,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112705,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112705,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112705,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112705,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112705,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112705,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112706,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112717,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112717,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112717,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112717,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112717,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112717,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112717,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112717,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112717,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112717,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112717,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112717,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112717,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112717,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112717,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112717,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112717,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112717,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112717,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112717,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112717,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112717,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112717,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112717,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112717,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112717,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112717,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112717,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112717,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112717,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112717,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112717,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112717,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112717,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112717,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112717,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112717,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112717,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112717,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112717,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112717,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112718,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112719,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112721,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112725,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112726,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112726,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112726,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112726,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112726,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112726,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112726,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112726,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112726,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112726,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112726,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112726,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112726,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112726,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112726,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112726,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112726,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112726,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112726,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112726,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112726,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112726,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112726,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112726,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112726,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112726,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112726,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112726,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112726,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112726,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112726,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112726,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112726,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112726,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112726,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112726,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112726,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112726,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112726,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112726,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112726,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112727,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112730,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112732,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112732,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112732,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112732,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112732,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112732,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112732,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112732,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112732,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112732,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112732,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112732,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112732,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112732,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112732,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112732,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112732,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112732,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112732,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112732,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112732,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112732,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112732,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112732,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112732,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112732,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112732,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112732,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112732,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112732,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112732,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112732,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112732,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112732,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112732,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112732,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112732,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112732,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112732,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112732,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112732,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112737,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112740,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112741,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112741,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112741,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112741,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112741,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112741,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112741,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112741,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112741,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112741,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112741,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112741,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112741,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112741,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112741,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112741,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112741,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112741,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112741,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112741,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112741,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112741,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112741,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112741,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112741,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112741,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112741,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112741,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112741,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112741,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112741,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112741,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112741,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112741,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112741,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112741,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112741,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112741,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112741,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112741,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112741,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112742,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112745,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112749,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112750,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112750,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112750,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112750,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112750,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112750,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112750,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112750,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112750,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112750,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112750,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112750,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112750,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112750,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112750,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112750,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112750,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112750,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112750,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112750,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112750,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112750,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112750,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112750,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112750,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112750,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112750,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112750,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112750,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112750,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112750,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112750,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112750,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112750,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112750,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112750,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112750,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112750,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112750,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112750,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112750,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112751,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112752,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112796,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112797,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112852,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112852,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112852,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112852,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112852,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112852,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112852,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112852,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112852,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112852,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112852,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112852,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112852,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112852,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112852,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112852,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112852,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112852,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112852,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112852,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112852,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112852,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112852,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112852,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112852,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112852,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112852,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112852,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112852,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112852,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112852,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112852,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112852,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112852,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112852,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112852,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112852,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112852,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112852,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112852,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112852,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112862,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112910,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1112937,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1112938,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1112975,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112975,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112975,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112975,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112975,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112975,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112975,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112975,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112975,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112975,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112975,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112975,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112975,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112975,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112975,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112975,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112975,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112975,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112975,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112975,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112975,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112975,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112975,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112975,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112975,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112975,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112975,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112975,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112975,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112975,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112975,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112975,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112975,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112975,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112975,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112975,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112975,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112975,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112975,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112975,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112975,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1112993,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1112993,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1112993,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1112993,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1112993,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1112993,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1112993,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1112993,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1112993,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1112993,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1112993,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1112993,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1112993,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1112993,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1112993,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1112993,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1112993,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1112993,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1112993,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1112993,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1112993,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1112993,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1112993,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1112993,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1112993,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1112993,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1112993,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1112993,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1112993,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1112993,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1112993,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1112993,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1112993,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1112993,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1112993,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1112993,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1112993,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1112993,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1112993,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1112993,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1112993,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113018,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113053,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113053,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113053,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113053,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113053,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113053,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113053,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113053,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113053,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113053,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113053,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113053,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113053,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113053,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113053,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113053,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113053,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113053,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113053,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113053,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113053,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113053,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113053,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113053,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113053,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113053,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113053,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113053,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113053,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113053,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113053,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113053,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113053,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113053,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113053,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113053,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113053,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113053,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113053,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113053,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113053,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113075,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113076,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113080,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113080,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113080,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113080,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113080,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113080,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113080,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113080,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113080,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113080,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113080,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113080,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113080,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113080,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113080,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113080,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113080,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113080,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113080,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113080,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113080,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113080,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113080,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113080,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113080,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113080,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113080,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113080,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113080,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113080,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113080,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113080,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113080,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113080,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113080,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113080,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113080,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113080,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113080,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113080,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113080,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113083,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113083,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113083,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113083,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113083,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113083,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113083,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113083,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113083,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113083,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113083,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113083,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113083,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113083,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113083,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113083,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113083,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113083,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113083,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113083,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113083,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113083,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113083,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113083,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113083,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113083,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113083,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113083,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113083,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113083,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113083,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113083,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113083,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113083,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113083,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113083,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113083,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113083,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113083,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113083,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113083,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113087,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113088,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113095,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113095,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113095,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113095,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113095,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113095,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113095,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113095,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113095,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113095,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113095,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113095,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113095,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113095,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113095,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113095,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113095,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113095,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113095,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113095,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113095,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113095,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113095,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113095,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113095,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113095,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113095,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113095,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113095,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113095,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113095,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113095,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113095,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113095,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113095,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113095,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113095,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113095,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113095,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113095,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113095,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113097,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113099,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113104,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113104,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113104,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113104,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113104,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113104,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113104,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113104,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113104,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113104,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113104,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113104,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113104,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113104,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113104,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113104,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113104,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113104,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113104,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113104,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113104,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113104,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113104,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113104,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113104,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113104,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113104,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113104,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113104,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113104,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113104,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113104,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113104,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113104,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113104,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113104,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113104,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113104,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113104,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113104,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113104,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113105,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113106,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113107,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113107,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113107,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113107,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113107,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113107,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113107,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113107,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113107,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113107,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113107,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113107,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113107,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113107,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113107,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113107,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113107,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113107,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113107,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113107,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113107,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113107,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113107,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113107,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113107,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113107,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113107,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113107,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113107,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113107,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113107,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113107,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113107,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113107,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113107,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113107,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113107,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113107,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113107,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113107,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113107,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113115,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113116,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113116,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113116,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113116,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113116,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113116,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113116,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113116,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113116,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113116,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113116,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113116,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113116,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113116,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113116,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113116,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113116,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113116,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113116,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113116,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113116,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113116,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113116,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113116,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113116,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113116,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113116,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113116,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113116,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113116,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113116,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113116,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113116,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113116,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113116,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113116,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113116,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113116,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113116,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113116,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113116,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113117,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113119,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113119,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113119,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113119,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113119,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113119,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113119,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113119,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113119,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113119,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113119,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113119,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113119,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113119,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113119,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113119,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113119,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113119,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113119,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113119,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113119,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113119,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113119,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113119,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113119,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113119,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113119,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113119,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113119,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113119,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113119,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113119,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113119,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113119,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113119,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113119,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113119,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113119,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113119,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113119,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113119,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113121,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113122,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113122,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113122,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113122,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113122,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113122,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113122,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113122,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113122,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113122,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113122,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113122,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113122,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113122,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113122,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113122,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113122,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113122,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113122,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113122,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113122,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113122,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113122,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113122,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113122,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113122,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113122,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113122,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113122,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113122,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113122,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113122,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113122,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113122,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113122,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113122,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113122,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113122,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113122,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113122,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113122,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113125,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113125,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113125,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113125,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113125,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113125,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113125,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113125,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113125,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113125,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113125,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113125,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113125,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113125,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113125,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113125,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113125,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113125,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113125,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113125,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113125,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113125,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113125,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113125,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113125,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113125,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113125,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113125,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113125,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113125,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113125,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113125,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113125,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113125,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113125,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113125,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113125,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113125,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113125,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113125,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113125,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113137,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113137,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113137,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113137,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113137,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113137,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113137,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113137,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113137,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113137,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113137,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113137,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113137,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113137,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113137,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113137,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113137,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113137,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113137,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113137,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113137,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113137,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113137,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113137,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113137,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113137,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113137,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113137,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113137,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113137,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113137,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113137,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113137,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113137,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113137,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113137,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113137,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113137,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113137,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113137,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113137,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113145,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113147,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113148,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113219,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113220,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113269,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113269,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113269,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113269,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113269,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113269,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113269,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113269,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113269,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113269,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113269,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113269,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113269,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113269,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113269,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113269,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113269,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113269,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113269,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113269,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113269,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113269,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113269,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113269,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113269,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113269,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113269,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113269,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113269,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113269,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113269,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113269,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113269,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113269,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113269,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113269,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113269,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113269,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113269,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113269,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113269,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113271,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113317,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113317,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113317,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113317,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113317,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113317,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113317,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113317,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113317,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113317,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113317,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113317,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113317,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113317,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113317,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113317,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113317,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113317,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113317,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113317,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113317,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113317,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113317,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113317,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113317,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113317,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113317,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113317,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113317,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113317,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113317,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113317,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113317,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113317,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113317,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113317,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113317,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113317,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113317,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113317,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113317,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113318,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113332,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113332,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113332,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113332,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113332,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113332,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113332,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113332,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113332,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113332,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113332,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113332,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113332,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113332,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113332,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113332,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113332,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113332,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113332,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113332,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113332,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113332,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113332,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113332,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113332,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113332,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113332,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113332,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113332,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113332,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113332,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113332,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113332,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113332,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113332,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113332,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113332,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113332,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113332,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113332,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113332,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113338,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113338,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113338,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113338,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113338,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113338,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113338,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113338,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113338,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113338,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113338,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113338,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113338,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113338,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113338,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113338,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113338,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113338,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113338,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113338,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113338,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113338,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113338,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113338,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113338,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113338,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113338,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113338,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113338,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113338,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113338,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113338,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113338,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113338,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113338,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113338,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113338,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113338,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113338,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113338,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113338,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113343,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113374,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113374,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113374,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113374,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113374,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113374,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113374,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113374,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113374,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113374,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113374,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113374,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113374,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113374,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113374,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113374,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113374,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113374,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113374,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113374,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113374,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113374,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113374,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113374,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113374,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113374,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113374,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113374,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113374,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113374,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113374,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113374,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113374,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113374,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113374,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113374,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113374,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113374,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113374,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113374,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113374,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113378,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113398,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113398,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113398,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113398,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113398,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113398,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113398,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113398,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113398,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113398,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113398,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113398,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113398,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113398,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113398,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113398,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113398,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113398,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113398,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113398,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113398,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113398,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113398,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113398,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113398,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113398,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113398,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113398,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113398,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113398,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113398,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113398,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113398,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113398,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113398,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113398,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113398,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113398,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113398,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113398,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113398,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113399,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113400,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113404,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113404,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113404,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113404,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113404,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113404,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113404,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113404,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113404,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113404,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113404,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113404,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113404,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113404,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113404,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113404,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113404,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113404,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113404,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113404,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113404,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113404,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113404,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113404,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113404,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113404,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113404,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113404,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113404,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113404,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113404,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113404,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113404,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113404,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113404,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113404,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113404,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113404,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113404,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113404,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113404,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113406,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113416,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113416,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113416,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113416,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113416,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113416,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113416,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113416,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113416,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113416,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113416,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113416,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113416,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113416,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113416,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113416,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113416,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113416,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113416,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113416,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113416,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113416,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113416,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113416,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113416,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113416,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113416,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113416,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113416,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113416,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113416,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113416,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113416,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113416,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113416,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113416,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113416,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113416,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113416,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113416,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113416,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113418,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113427,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113428,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113428,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113428,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113428,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113428,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113428,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113428,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113428,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113428,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113428,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113428,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113428,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113428,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113428,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113428,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113428,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113428,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113428,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113428,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113428,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113428,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113428,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113428,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113428,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113428,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113428,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113428,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113428,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113428,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113428,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113428,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113428,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113428,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113428,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113428,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113428,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113428,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113428,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113428,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113428,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113428,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113429,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113434,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113434,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113434,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113434,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113434,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113434,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113434,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113434,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113434,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113434,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113434,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113434,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113434,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113434,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113434,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113434,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113434,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113434,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113434,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113434,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113434,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113434,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113434,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113434,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113434,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113434,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113434,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113434,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113434,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113434,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113434,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113434,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113434,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113434,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113434,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113434,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113434,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113434,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113434,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113434,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113434,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113435,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113436,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113455,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113455,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113455,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113455,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113455,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113455,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113455,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113455,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113455,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113455,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113455,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113455,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113455,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113455,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113455,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113455,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113455,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113455,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113455,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113455,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113455,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113455,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113455,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113455,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113455,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113455,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113455,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113455,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113455,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113455,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113455,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113455,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113455,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113455,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113455,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113455,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113455,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113455,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113455,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113455,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113455,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113458,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113458,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113458,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113458,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113458,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113458,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113458,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113458,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113458,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113458,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113458,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113458,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113458,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113458,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113458,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113458,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113458,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113458,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113458,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113458,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113458,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113458,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113458,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113458,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113458,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113458,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113458,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113458,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113458,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113458,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113458,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113458,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113458,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113458,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113458,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113458,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113458,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113458,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113458,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113458,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113458,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113482,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113482,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113482,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113482,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113482,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113482,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113482,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113482,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113482,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113482,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113482,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113482,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113482,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113482,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113482,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113482,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113482,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113482,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113482,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113482,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113482,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113482,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113482,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113482,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113482,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113482,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113482,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113482,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113482,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113482,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113482,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113482,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113482,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113482,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113482,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113482,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113482,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113482,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113482,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113482,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113482,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113488,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113488,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113488,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113488,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113488,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113488,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113488,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113488,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113488,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113488,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113488,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113488,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113488,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113488,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113488,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113488,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113488,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113488,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113488,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113488,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113488,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113488,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113488,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113488,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113488,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113488,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113488,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113488,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113488,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113488,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113488,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113488,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113488,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113488,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113488,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113488,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113488,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113488,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113488,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113488,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113488,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113492,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113494,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113494,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113494,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113494,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113494,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113494,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113494,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113494,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113494,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113494,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113494,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113494,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113494,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113494,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113494,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113494,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113494,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113494,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113494,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113494,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113494,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113494,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113494,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113494,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113494,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113494,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113494,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113494,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113494,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113494,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113494,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113494,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113494,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113494,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113494,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113494,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113494,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113494,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113494,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113494,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113494,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113495,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113496,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113499,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113504,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113507,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113508,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113514,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113515,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113515,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113515,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113515,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113515,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113515,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113515,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113515,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113515,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113515,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113515,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113515,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113515,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113515,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113515,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113515,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113515,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113515,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113515,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113515,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113515,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113515,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113515,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113515,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113515,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113515,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113515,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113515,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113515,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113515,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113515,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113515,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113515,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113515,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113515,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113515,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113515,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113515,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113515,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113515,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113515,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113516,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113517,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113519,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113524,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113524,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113524,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113524,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113524,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113524,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113524,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113524,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113524,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113524,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113524,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113524,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113524,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113524,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113524,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113524,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113524,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113524,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113524,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113524,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113524,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113524,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113524,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113524,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113524,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113524,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113524,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113524,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113524,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113524,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113524,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113524,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113524,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113524,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113524,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113524,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113524,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113524,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113524,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113524,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113524,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113525,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113526,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113531,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113533,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113533,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113533,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113533,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113533,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113533,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113533,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113533,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113533,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113533,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113533,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113533,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113533,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113533,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113533,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113533,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113533,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113533,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113533,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113533,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113533,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113533,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113533,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113533,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113533,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113533,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113533,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113533,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113533,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113533,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113533,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113533,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113533,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113533,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113533,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113533,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113533,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113533,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113533,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113533,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113533,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113534,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113535,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113536,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113536,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113536,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113536,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113536,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113536,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113536,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113536,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113536,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113536,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113536,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113536,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113536,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113536,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113536,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113536,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113536,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113536,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113536,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113536,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113536,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113536,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113536,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113536,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113536,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113536,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113536,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113536,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113536,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113536,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113536,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113536,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113536,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113536,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113536,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113536,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113536,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113536,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113536,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113536,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113536,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113542,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113542,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113542,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113542,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113542,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113542,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113542,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113542,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113542,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113542,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113542,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113542,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113542,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113542,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113542,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113542,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113542,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113542,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113542,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113542,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113542,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113542,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113542,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113542,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113542,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113542,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113542,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113542,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113542,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113542,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113542,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113542,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113542,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113542,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113542,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113542,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113542,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113542,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113542,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113542,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113542,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113543,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113548,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113548,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113548,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113548,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113548,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113548,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113548,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113548,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113548,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113548,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113548,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113548,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113548,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113548,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113548,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113548,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113548,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113548,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113548,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113548,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113548,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113548,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113548,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113548,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113548,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113548,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113548,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113548,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113548,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113548,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113548,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113548,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113548,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113548,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113548,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113548,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113548,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113548,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113548,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113548,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113548,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113549,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113553,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113554,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113554,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113554,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113554,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113554,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113554,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113554,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113554,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113554,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113554,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113554,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113554,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113554,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113554,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113554,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113554,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113554,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113554,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113554,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113554,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113554,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113554,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113554,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113554,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113554,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113554,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113554,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113554,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113554,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113554,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113554,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113554,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113554,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113554,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113554,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113554,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113554,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113554,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113554,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113554,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113554,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113556,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113560,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113560,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113560,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113560,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113560,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113560,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113560,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113560,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113560,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113560,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113560,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113560,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113560,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113560,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113560,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113560,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113560,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113560,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113560,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113560,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113560,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113560,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113560,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113560,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113560,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113560,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113560,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113560,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113560,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113560,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113560,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113560,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113560,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113560,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113560,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113560,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113560,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113560,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113560,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113560,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113560,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113562,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113563,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113563,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113563,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113563,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113563,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113563,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113563,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113563,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113563,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113563,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113563,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113563,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113563,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113563,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113563,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113563,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113563,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113563,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113563,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113563,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113563,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113563,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113563,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113563,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113563,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113563,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113563,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113563,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113563,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113563,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113563,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113563,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113563,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113563,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113563,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113563,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113563,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113563,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113563,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113563,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113563,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113565,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113569,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113569,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113569,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113569,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113569,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113569,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113569,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113569,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113569,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113569,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113569,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113569,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113569,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113569,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113569,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113569,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113569,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113569,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113569,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113569,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113569,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113569,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113569,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113569,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113569,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113569,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113569,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113569,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113569,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113569,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113569,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113569,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113569,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113569,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113569,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113569,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113569,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113569,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113569,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113569,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113569,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113570,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113571,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113663,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113715,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113768,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113769,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113770,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113770,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113770,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113770,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113770,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113770,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113770,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113770,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113770,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113770,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113770,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113770,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113770,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113770,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113770,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113770,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113770,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113770,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113770,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113770,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113770,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113770,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113770,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113770,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113770,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113770,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113770,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113770,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113770,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113770,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113770,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113770,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113770,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113770,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113770,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113770,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113770,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113770,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113770,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113770,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113770,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113777,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113801,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113848,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113848,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113848,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113848,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113848,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113848,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113848,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113848,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113848,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113848,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113848,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113848,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113848,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113848,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113848,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113848,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113848,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113848,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113848,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113848,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113848,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113848,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113848,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113848,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113848,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113848,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113848,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113848,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113848,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113848,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113848,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113848,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113848,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113848,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113848,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113848,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113848,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113848,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113848,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113848,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113848,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113871,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113893,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113893,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113893,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113893,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113893,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113893,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113893,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113893,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113893,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113893,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113893,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113893,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113893,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113893,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113893,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113893,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113893,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113893,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113893,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113893,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113893,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113893,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113893,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113893,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113893,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113893,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113893,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113893,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113893,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113893,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113893,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113893,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113893,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113893,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113893,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113893,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113893,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113893,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113893,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113893,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113893,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113904,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113914,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113914,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113914,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113914,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113914,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113914,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113914,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113914,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113914,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113914,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113914,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113914,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113914,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113914,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113914,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113914,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113914,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113914,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113914,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113914,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113914,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113914,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113914,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113914,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113914,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113914,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113914,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113914,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113914,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113914,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113914,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113914,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113914,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113914,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113914,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113914,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113914,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113914,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113914,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113914,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113914,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113915,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113916,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113941,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113941,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113941,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113941,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113941,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113941,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113941,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113941,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113941,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113941,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113941,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113941,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113941,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113941,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113941,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113941,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113941,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113941,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113941,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113941,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113941,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113941,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113941,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113941,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113941,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113941,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113941,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113941,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113941,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113941,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113941,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113941,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113941,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113941,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113941,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113941,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113941,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113941,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113941,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113941,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113941,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113953,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113953,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113953,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113953,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113953,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113953,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113953,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113953,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113953,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113953,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113953,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113953,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113953,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113953,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113953,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113953,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113953,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113953,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113953,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113953,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113953,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113953,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113953,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113953,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113953,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113953,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113953,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113953,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113953,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113953,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113953,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113953,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113953,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113953,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113953,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113953,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113953,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113953,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113953,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113953,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113953,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113954,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113957,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113958,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113963,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113964,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113973,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1113974,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113974,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113974,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113974,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113974,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113974,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113974,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113974,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113974,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113974,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113974,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113974,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113974,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113974,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113974,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113974,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113974,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113974,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113974,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113974,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113974,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113974,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113974,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113974,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113974,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113974,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113974,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113974,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113974,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113974,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113974,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113974,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113974,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113974,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113974,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113974,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113974,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113974,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113974,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113974,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113974,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113978,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113987,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1113990,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1113992,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1113992,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1113992,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1113992,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1113992,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1113992,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1113992,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1113992,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1113992,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1113992,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1113992,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1113992,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1113992,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1113992,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1113992,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1113992,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1113992,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1113992,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1113992,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1113992,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1113992,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1113992,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1113992,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1113992,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1113992,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1113992,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1113992,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1113992,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1113992,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1113992,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1113992,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1113992,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1113992,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1113992,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1113992,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1113992,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1113992,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1113992,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1113992,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1113992,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1113992,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1113997,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114007,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114007,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114007,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114007,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114007,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114007,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114007,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114007,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114007,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114007,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114007,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114007,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114007,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114007,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114007,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114007,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114007,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114007,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114007,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114007,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114007,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114007,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114007,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114007,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114007,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114007,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114007,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114007,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114007,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114007,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114007,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114007,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114007,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114007,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114007,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114007,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114007,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114007,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114007,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114007,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114007,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114008,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114010,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114010,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114010,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114010,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114010,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114010,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114010,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114010,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114010,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114010,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114010,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114010,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114010,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114010,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114010,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114010,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114010,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114010,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114010,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114010,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114010,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114010,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114010,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114010,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114010,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114010,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114010,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114010,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114010,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114010,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114010,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114010,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114010,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114010,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114010,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114010,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114010,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114010,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114010,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114010,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114010,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114011,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114018,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114022,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114022,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114022,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114022,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114022,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114022,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114022,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114022,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114022,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114022,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114022,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114022,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114022,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114022,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114022,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114022,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114022,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114022,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114022,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114022,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114022,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114022,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114022,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114022,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114022,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114022,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114022,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114022,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114022,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114022,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114022,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114022,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114022,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114022,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114022,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114022,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114022,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114022,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114022,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114022,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114022,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114023,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114024,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114025,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114025,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114025,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114025,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114025,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114025,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114025,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114025,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114025,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114025,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114025,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114025,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114025,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114025,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114025,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114025,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114025,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114025,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114025,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114025,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114025,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114025,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114025,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114025,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114025,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114025,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114025,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114025,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114025,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114025,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114025,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114025,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114025,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114025,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114025,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114025,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114025,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114025,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114025,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114025,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114025,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114027,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114029,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114033,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114036,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114106,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114106,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114106,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114106,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114106,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114106,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114106,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114106,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114106,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114106,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114106,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114106,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114106,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114106,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114106,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114106,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114106,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114106,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114106,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114106,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114106,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114106,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114106,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114106,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114106,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114106,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114106,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114106,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114106,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114106,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114106,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114106,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114106,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114106,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114106,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114106,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114106,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114106,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114106,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114106,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114106,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114107,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114108,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114174,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114191,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114199,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114199,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114199,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114199,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114199,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114199,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114199,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114199,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114199,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114199,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114199,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114199,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114199,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114199,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114199,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114199,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114199,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114199,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114199,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114199,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114199,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114199,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114199,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114199,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114199,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114199,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114199,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114199,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114199,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114199,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114199,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114199,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114199,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114199,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114199,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114199,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114199,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114199,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114199,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114199,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114199,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114235,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114235,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114235,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114235,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114235,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114235,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114235,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114235,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114235,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114235,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114235,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114235,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114235,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114235,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114235,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114235,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114235,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114235,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114235,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114235,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114235,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114235,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114235,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114235,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114235,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114235,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114235,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114235,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114235,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114235,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114235,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114235,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114235,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114235,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114235,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114235,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114235,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114235,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114235,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114235,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114235,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114236,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114245,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114322,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114322,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114322,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114322,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114322,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114322,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114322,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114322,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114322,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114322,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114322,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114322,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114322,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114322,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114322,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114322,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114322,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114322,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114322,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114322,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114322,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114322,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114322,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114322,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114322,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114322,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114322,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114322,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114322,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114322,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114322,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114322,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114322,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114322,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114322,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114322,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114322,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114322,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114322,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114322,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114322,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114331,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114331,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114331,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114331,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114331,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114331,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114331,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114331,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114331,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114331,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114331,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114331,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114331,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114331,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114331,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114331,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114331,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114331,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114331,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114331,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114331,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114331,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114331,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114331,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114331,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114331,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114331,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114331,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114331,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114331,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114331,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114331,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114331,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114331,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114331,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114331,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114331,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114331,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114331,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114331,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114331,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114334,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114334,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114334,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114334,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114334,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114334,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114334,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114334,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114334,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114334,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114334,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114334,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114334,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114334,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114334,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114334,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114334,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114334,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114334,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114334,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114334,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114334,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114334,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114334,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114334,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114334,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114334,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114334,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114334,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114334,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114334,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114334,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114334,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114334,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114334,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114334,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114334,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114334,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114334,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114334,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114334,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114338,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114355,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114355,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114355,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114355,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114355,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114355,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114355,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114355,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114355,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114355,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114355,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114355,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114355,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114355,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114355,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114355,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114355,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114355,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114355,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114355,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114355,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114355,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114355,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114355,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114355,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114355,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114355,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114355,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114355,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114355,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114355,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114355,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114355,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114355,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114355,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114355,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114355,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114355,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114355,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114355,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114355,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114356,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114357,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114358,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114358,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114358,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114358,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114358,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114358,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114358,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114358,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114358,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114358,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114358,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114358,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114358,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114358,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114358,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114358,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114358,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114358,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114358,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114358,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114358,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114358,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114358,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114358,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114358,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114358,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114358,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114358,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114358,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114358,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114358,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114358,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114358,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114358,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114358,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114358,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114358,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114358,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114358,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114358,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114358,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114361,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114361,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114361,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114361,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114361,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114361,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114361,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114361,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114361,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114361,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114361,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114361,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114361,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114361,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114361,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114361,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114361,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114361,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114361,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114361,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114361,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114361,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114361,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114361,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114361,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114361,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114361,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114361,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114361,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114361,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114361,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114361,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114361,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114361,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114361,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114361,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114361,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114361,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114361,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114361,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114361,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114362,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114367,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114367,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114367,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114367,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114367,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114367,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114367,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114367,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114367,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114367,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114367,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114367,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114367,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114367,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114367,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114367,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114367,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114367,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114367,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114367,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114367,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114367,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114367,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114367,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114367,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114367,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114367,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114367,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114367,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114367,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114367,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114367,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114367,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114367,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114367,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114367,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114367,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114367,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114367,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114367,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114367,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114368,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114370,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114370,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114370,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114370,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114370,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114370,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114370,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114370,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114370,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114370,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114370,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114370,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114370,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114370,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114370,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114370,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114370,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114370,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114370,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114370,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114370,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114370,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114370,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114370,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114370,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114370,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114370,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114370,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114370,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114370,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114370,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114370,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114370,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114370,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114370,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114370,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114370,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114370,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114370,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114370,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114370,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114372,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114376,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114376,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114376,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114376,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114376,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114376,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114376,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114376,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114376,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114376,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114376,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114376,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114376,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114376,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114376,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114376,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114376,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114376,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114376,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114376,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114376,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114376,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114376,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114376,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114376,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114376,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114376,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114376,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114376,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114376,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114376,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114376,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114376,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114376,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114376,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114376,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114376,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114376,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114376,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114376,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114376,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114377,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114378,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114379,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114379,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114379,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114379,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114379,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114379,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114379,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114379,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114379,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114379,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114379,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114379,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114379,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114379,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114379,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114379,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114379,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114379,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114379,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114379,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114379,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114379,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114379,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114379,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114379,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114379,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114379,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114379,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114379,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114379,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114379,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114379,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114379,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114379,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114379,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114379,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114379,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114379,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114379,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114379,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114379,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114380,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114382,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114382,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114382,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114382,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114382,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114382,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114382,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114382,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114382,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114382,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114382,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114382,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114382,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114382,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114382,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114382,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114382,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114382,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114382,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114382,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114382,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114382,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114382,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114382,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114382,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114382,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114382,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114382,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114382,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114382,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114382,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114382,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114382,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114382,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114382,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114382,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114382,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114382,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114382,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114382,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114382,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114385,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114385,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114385,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114385,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114385,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114385,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114385,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114385,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114385,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114385,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114385,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114385,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114385,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114385,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114385,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114385,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114385,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114385,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114385,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114385,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114385,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114385,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114385,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114385,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114385,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114385,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114385,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114385,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114385,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114385,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114385,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114385,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114385,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114385,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114385,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114385,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114385,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114385,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114385,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114385,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114385,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114395,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114401,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114402,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114403,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114403,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114403,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114403,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114403,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114403,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114403,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114403,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114403,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114403,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114403,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114403,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114403,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114403,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114403,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114403,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114403,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114403,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114403,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114403,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114403,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114403,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114403,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114403,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114403,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114403,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114403,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114403,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114403,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114403,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114403,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114403,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114403,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114403,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114403,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114403,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114403,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114403,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114403,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114403,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114403,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114405,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114407,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114408,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114409,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114409,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114409,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114409,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114409,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114409,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114409,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114409,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114409,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114409,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114409,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114409,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114409,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114409,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114409,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114409,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114409,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114409,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114409,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114409,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114409,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114409,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114409,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114409,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114409,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114409,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114409,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114409,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114409,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114409,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114409,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114409,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114409,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114409,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114409,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114409,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114409,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114409,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114409,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114409,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114409,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114411,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114431,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114550,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114550,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114550,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114550,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114550,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114550,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114550,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114550,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114550,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114550,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114550,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114550,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114550,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114550,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114550,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114550,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114550,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114550,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114550,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114550,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114550,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114550,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114550,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114550,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114550,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114550,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114550,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114550,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114550,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114550,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114550,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114550,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114550,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114550,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114550,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114550,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114550,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114550,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114550,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114550,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114550,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114551,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114554,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114568,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114568,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114568,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114568,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114568,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114568,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114568,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114568,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114568,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114568,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114568,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114568,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114568,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114568,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114568,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114568,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114568,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114568,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114568,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114568,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114568,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114568,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114568,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114568,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114568,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114568,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114568,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114568,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114568,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114568,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114568,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114568,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114568,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114568,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114568,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114568,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114568,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114568,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114568,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114568,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114568,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114569,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114570,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114575,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114601,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114601,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114601,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114601,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114601,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114601,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114601,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114601,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114601,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114601,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114601,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114601,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114601,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114601,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114601,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114601,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114601,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114601,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114601,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114601,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114601,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114601,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114601,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114601,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114601,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114601,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114601,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114601,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114601,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114601,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114601,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114601,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114601,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114601,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114601,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114601,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114601,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114601,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114601,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114601,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114601,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114602,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114603,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114624,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114628,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114628,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114628,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114628,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114628,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114628,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114628,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114628,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114628,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114628,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114628,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114628,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114628,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114628,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114628,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114628,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114628,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114628,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114628,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114628,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114628,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114628,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114628,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114628,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114628,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114628,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114628,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114628,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114628,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114628,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114628,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114628,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114628,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114628,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114628,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114628,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114628,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114628,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114628,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114628,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114628,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114629,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114630,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114640,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114640,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114640,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114640,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114640,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114640,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114640,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114640,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114640,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114640,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114640,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114640,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114640,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114640,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114640,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114640,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114640,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114640,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114640,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114640,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114640,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114640,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114640,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114640,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114640,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114640,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114640,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114640,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114640,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114640,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114640,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114640,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114640,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114640,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114640,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114640,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114640,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114640,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114640,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114640,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114640,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114682,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114682,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114682,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114682,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114682,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114682,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114682,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114682,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114682,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114682,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114682,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114682,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114682,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114682,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114682,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114682,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114682,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114682,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114682,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114682,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114682,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114682,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114682,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114682,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114682,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114682,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114682,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114682,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114682,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114682,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114682,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114682,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114682,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114682,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114682,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114682,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114682,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114682,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114682,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114682,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114682,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114688,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114688,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114688,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114688,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114688,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114688,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114688,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114688,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114688,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114688,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114688,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114688,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114688,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114688,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114688,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114688,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114688,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114688,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114688,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114688,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114688,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114688,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114688,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114688,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114688,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114688,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114688,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114688,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114688,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114688,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114688,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114688,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114688,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114688,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114688,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114688,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114688,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114688,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114688,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114688,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114688,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114689,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114690,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114704,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114705,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114713,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114714,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114727,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114727,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114727,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114727,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114727,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114727,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114727,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114727,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114727,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114727,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114727,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114727,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114727,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114727,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114727,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114727,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114727,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114727,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114727,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114727,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114727,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114727,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114727,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114727,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114727,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114727,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114727,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114727,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114727,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114727,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114727,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114727,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114727,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114727,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114727,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114727,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114727,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114727,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114727,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114727,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114727,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114728,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114772,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114772,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114772,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114772,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114772,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114772,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114772,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114772,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114772,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114772,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114772,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114772,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114772,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114772,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114772,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114772,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114772,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114772,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114772,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114772,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114772,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114772,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114772,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114772,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114772,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114772,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114772,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114772,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114772,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114772,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114772,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114772,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114772,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114772,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114772,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114772,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114772,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114772,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114772,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114772,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114772,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114776,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114777,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114781,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114781,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114781,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114781,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114781,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114781,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114781,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114781,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114781,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114781,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114781,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114781,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114781,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114781,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114781,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114781,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114781,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114781,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114781,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114781,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114781,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114781,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114781,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114781,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114781,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114781,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114781,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114781,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114781,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114781,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114781,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114781,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114781,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114781,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114781,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114781,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114781,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114781,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114781,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114781,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114781,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114786,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114787,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114787,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114787,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114787,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114787,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114787,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114787,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114787,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114787,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114787,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114787,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114787,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114787,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114787,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114787,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114787,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114787,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114787,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114787,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114787,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114787,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114787,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114787,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114787,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114787,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114787,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114787,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114787,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114787,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114787,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114787,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114787,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114787,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114787,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114787,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114787,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114787,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114787,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114787,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114787,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114787,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114793,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114793,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114793,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114793,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114793,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114793,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114793,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114793,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114793,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114793,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114793,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114793,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114793,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114793,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114793,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114793,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114793,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114793,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114793,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114793,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114793,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114793,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114793,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114793,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114793,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114793,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114793,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114793,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114793,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114793,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114793,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114793,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114793,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114793,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114793,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114793,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114793,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114793,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114793,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114793,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114793,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114796,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114796,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114796,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114796,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114796,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114796,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114796,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114796,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114796,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114796,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114796,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114796,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114796,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114796,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114796,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114796,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114796,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114796,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114796,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114796,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114796,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114796,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114796,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114796,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114796,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114796,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114796,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114796,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114796,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114796,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114796,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114796,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114796,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114796,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114796,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114796,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114796,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114796,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114796,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114796,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114796,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114802,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114802,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114802,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114802,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114802,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114802,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114802,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114802,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114802,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114802,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114802,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114802,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114802,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114802,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114802,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114802,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114802,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114802,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114802,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114802,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114802,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114802,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114802,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114802,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114802,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114802,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114802,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114802,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114802,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114802,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114802,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114802,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114802,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114802,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114802,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114802,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114802,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114802,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114802,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114802,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114802,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114808,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114808,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114808,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114808,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114808,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114808,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114808,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114808,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114808,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114808,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114808,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114808,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114808,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114808,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114808,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114808,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114808,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114808,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114808,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114808,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114808,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114808,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114808,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114808,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114808,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114808,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114808,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114808,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114808,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114808,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114808,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114808,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114808,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114808,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114808,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114808,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114808,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114808,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114808,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114808,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114808,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114814,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114814,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114814,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114814,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114814,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114814,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114814,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114814,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114814,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114814,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114814,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114814,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114814,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114814,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114814,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114814,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114814,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114814,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114814,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114814,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114814,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114814,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114814,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114814,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114814,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114814,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114814,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114814,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114814,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114814,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114814,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114814,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114814,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114814,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114814,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114814,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114814,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114814,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114814,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114814,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114814,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114818,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114819,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114820,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114820,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114820,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114820,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114820,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114820,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114820,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114820,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114820,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114820,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114820,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114820,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114820,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114820,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114820,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114820,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114820,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114820,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114820,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114820,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114820,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114820,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114820,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114820,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114820,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114820,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114820,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114820,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114820,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114820,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114820,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114820,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114820,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114820,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114820,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114820,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114820,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114820,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114820,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114820,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114820,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114821,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114825,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114826,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114826,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114826,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114826,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114826,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114826,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114826,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114826,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114826,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114826,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114826,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114826,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114826,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114826,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114826,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114826,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114826,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114826,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114826,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114826,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114826,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114826,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114826,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114826,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114826,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114826,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114826,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114826,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114826,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114826,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114826,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114826,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114826,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114826,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114826,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114826,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114826,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114826,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114826,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114826,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114826,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114829,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114829,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114829,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114829,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114829,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114829,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114829,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114829,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114829,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114829,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114829,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114829,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114829,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114829,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114829,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114829,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114829,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114829,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114829,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114829,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114829,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114829,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114829,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114829,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114829,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114829,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114829,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114829,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114829,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114829,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114829,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114829,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114829,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114829,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114829,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114829,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114829,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114829,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114829,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114829,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114829,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114832,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114832,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114832,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114832,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114832,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114832,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114832,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114832,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114832,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114832,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114832,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114832,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114832,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114832,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114832,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114832,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114832,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114832,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114832,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114832,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114832,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114832,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114832,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114832,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114832,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114832,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114832,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114832,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114832,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114832,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114832,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114832,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114832,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114832,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114832,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114832,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114832,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114832,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114832,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114832,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114832,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114840,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114842,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114845,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114846,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114847,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114847,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114847,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114847,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114847,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114847,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114847,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114847,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114847,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114847,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114847,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114847,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114847,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114847,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114847,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114847,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114847,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114847,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114847,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114847,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114847,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114847,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114847,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114847,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114847,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114847,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114847,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114847,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114847,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114847,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114847,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114847,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114847,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114847,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114847,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114847,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114847,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114847,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114847,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114847,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114847,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114848,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114849,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114850,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114850,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114850,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114850,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114850,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114850,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114850,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114850,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114850,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114850,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114850,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114850,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114850,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114850,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114850,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114850,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114850,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114850,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114850,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114850,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114850,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114850,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114850,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114850,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114850,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114850,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114850,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114850,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114850,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114850,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114850,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114850,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114850,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114850,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114850,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114850,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114850,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114850,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114850,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114850,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114850,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114853,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114853,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114853,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114853,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114853,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114853,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114853,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114853,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114853,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114853,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114853,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114853,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114853,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114853,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114853,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114853,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114853,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114853,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114853,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114853,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114853,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114853,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114853,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114853,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114853,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114853,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114853,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114853,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114853,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114853,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114853,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114853,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114853,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114853,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114853,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114853,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114853,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114853,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114853,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114853,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114853,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114854,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114857,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114858,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114859,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114859,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114859,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114859,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114859,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114859,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114859,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114859,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114859,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114859,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114859,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114859,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114859,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114859,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114859,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114859,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114859,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114859,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114859,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114859,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114859,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114859,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114859,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114859,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114859,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114859,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114859,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114859,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114859,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114859,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114859,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114859,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114859,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114859,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114859,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114859,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114859,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114859,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114859,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114859,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114859,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114860,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114864,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114865,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114865,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114865,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114865,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114865,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114865,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114865,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114865,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114865,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114865,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114865,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114865,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114865,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114865,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114865,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114865,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114865,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114865,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114865,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114865,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114865,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114865,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114865,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114865,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114865,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114865,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114865,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114865,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114865,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114865,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114865,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114865,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114865,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114865,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114865,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114865,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114865,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114865,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114865,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114865,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114865,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114866,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1114867,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114869,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114874,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1114874,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1114874,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1114874,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1114874,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1114874,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1114874,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1114874,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1114874,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1114874,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1114874,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1114874,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1114874,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1114874,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1114874,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1114874,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1114874,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1114874,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1114874,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1114874,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1114874,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1114874,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1114874,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1114874,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1114874,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1114874,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1114874,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1114874,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1114874,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1114874,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1114874,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1114874,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1114874,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1114874,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1114874,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1114874,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1114874,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1114874,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1114874,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1114874,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1114874,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114878,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1114992,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115024,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115024,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115024,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115024,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115024,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115024,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115024,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115024,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115024,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115024,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115024,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115024,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115024,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115024,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115024,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115024,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115024,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115024,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115024,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115024,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115024,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115024,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115024,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115024,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115024,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115024,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115024,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115024,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115024,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115024,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115024,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115024,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115024,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115024,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115024,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115024,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115024,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115024,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115024,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115024,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115024,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115030,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115030,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115030,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115030,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115030,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115030,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115030,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115030,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115030,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115030,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115030,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115030,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115030,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115030,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115030,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115030,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115030,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115030,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115030,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115030,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115030,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115030,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115030,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115030,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115030,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115030,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115030,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115030,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115030,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115030,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115030,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115030,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115030,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115030,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115030,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115030,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115030,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115030,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115030,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115030,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115030,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115075,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115075,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115075,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115075,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115075,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115075,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115075,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115075,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115075,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115075,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115075,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115075,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115075,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115075,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115075,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115075,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115075,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115075,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115075,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115075,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115075,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115075,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115075,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115075,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115075,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115075,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115075,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115075,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115075,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115075,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115075,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115075,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115075,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115075,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115075,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115075,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115075,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115075,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115075,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115075,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115075,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115076,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115093,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115093,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115093,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115093,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115093,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115093,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115093,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115093,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115093,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115093,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115093,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115093,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115093,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115093,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115093,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115093,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115093,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115093,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115093,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115093,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115093,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115093,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115093,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115093,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115093,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115093,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115093,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115093,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115093,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115093,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115093,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115093,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115093,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115093,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115093,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115093,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115093,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115093,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115093,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115093,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115093,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115095,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115120,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115120,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115120,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115120,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115120,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115120,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115120,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115120,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115120,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115120,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115120,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115120,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115120,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115120,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115120,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115120,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115120,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115120,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115120,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115120,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115120,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115120,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115120,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115120,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115120,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115120,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115120,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115120,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115120,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115120,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115120,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115120,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115120,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115120,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115120,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115120,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115120,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115120,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115120,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115120,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115120,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115127,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115138,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115138,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115138,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115138,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115138,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115138,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115138,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115138,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115138,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115138,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115138,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115138,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115138,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115138,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115138,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115138,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115138,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115138,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115138,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115138,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115138,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115138,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115138,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115138,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115138,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115138,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115138,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115138,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115138,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115138,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115138,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115138,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115138,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115138,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115138,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115138,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115138,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115138,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115138,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115138,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115138,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115140,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115162,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115162,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115162,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115162,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115162,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115162,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115162,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115162,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115162,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115162,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115162,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115162,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115162,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115162,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115162,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115162,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115162,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115162,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115162,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115162,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115162,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115162,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115162,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115162,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115162,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115162,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115162,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115162,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115162,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115162,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115162,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115162,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115162,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115162,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115162,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115162,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115162,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115162,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115162,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115162,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115162,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115169,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115193,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115194,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115195,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115195,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115195,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115195,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115195,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115195,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115195,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115195,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115195,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115195,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115195,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115195,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115195,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115195,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115195,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115195,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115195,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115195,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115195,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115195,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115195,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115195,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115195,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115195,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115195,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115195,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115195,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115195,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115195,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115195,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115195,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115195,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115195,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115195,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115195,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115195,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115195,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115195,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115195,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115195,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115195,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115200,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115205,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115229,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115230,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115234,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115234,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115234,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115234,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115234,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115234,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115234,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115234,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115234,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115234,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115234,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115234,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115234,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115234,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115234,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115234,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115234,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115234,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115234,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115234,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115234,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115234,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115234,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115234,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115234,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115234,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115234,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115234,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115234,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115234,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115234,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115234,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115234,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115234,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115234,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115234,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115234,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115234,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115234,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115234,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115234,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115236,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115237,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115237,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115237,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115237,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115237,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115237,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115237,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115237,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115237,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115237,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115237,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115237,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115237,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115237,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115237,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115237,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115237,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115237,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115237,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115237,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115237,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115237,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115237,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115237,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115237,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115237,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115237,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115237,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115237,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115237,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115237,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115237,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115237,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115237,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115237,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115237,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115237,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115237,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115237,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115237,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115237,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115239,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115241,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115247,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115255,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115255,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115255,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115255,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115255,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115255,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115255,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115255,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115255,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115255,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115255,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115255,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115255,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115255,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115255,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115255,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115255,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115255,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115255,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115255,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115255,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115255,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115255,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115255,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115255,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115255,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115255,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115255,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115255,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115255,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115255,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115255,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115255,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115255,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115255,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115255,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115255,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115255,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115255,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115255,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115255,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115256,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115257,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115259,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115261,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115261,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115261,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115261,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115261,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115261,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115261,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115261,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115261,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115261,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115261,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115261,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115261,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115261,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115261,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115261,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115261,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115261,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115261,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115261,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115261,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115261,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115261,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115261,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115261,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115261,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115261,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115261,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115261,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115261,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115261,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115261,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115261,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115261,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115261,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115261,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115261,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115261,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115261,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115261,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115261,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115263,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115268,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115278,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115279,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115279,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115279,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115279,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115279,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115279,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115279,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115279,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115279,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115279,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115279,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115279,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115279,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115279,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115279,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115279,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115279,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115279,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115279,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115279,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115279,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115279,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115279,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115279,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115279,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115279,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115279,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115279,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115279,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115279,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115279,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115279,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115279,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115279,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115279,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115279,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115279,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115279,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115279,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115279,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115279,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115289,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115291,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115291,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115291,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115291,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115291,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115291,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115291,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115291,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115291,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115291,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115291,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115291,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115291,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115291,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115291,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115291,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115291,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115291,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115291,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115291,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115291,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115291,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115291,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115291,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115291,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115291,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115291,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115291,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115291,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115291,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115291,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115291,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115291,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115291,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115291,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115291,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115291,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115291,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115291,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115291,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115291,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115293,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115294,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115294,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115294,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115294,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115294,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115294,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115294,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115294,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115294,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115294,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115294,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115294,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115294,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115294,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115294,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115294,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115294,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115294,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115294,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115294,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115294,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115294,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115294,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115294,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115294,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115294,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115294,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115294,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115294,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115294,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115294,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115294,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115294,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115294,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115294,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115294,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115294,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115294,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115294,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115294,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115294,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115295,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115296,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115297,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115297,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115297,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115297,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115297,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115297,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115297,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115297,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115297,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115297,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115297,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115297,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115297,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115297,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115297,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115297,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115297,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115297,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115297,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115297,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115297,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115297,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115297,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115297,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115297,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115297,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115297,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115297,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115297,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115297,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115297,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115297,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115297,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115297,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115297,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115297,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115297,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115297,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115297,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115297,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115297,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115298,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115305,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115307,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115308,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115309,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115309,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115309,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115309,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115309,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115309,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115309,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115309,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115309,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115309,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115309,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115309,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115309,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115309,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115309,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115309,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115309,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115309,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115309,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115309,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115309,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115309,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115309,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115309,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115309,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115309,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115309,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115309,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115309,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115309,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115309,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115309,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115309,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115309,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115309,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115309,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115309,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115309,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115309,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115309,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115309,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115311,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115312,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115312,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115312,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115312,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115312,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115312,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115312,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115312,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115312,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115312,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115312,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115312,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115312,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115312,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115312,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115312,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115312,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115312,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115312,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115312,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115312,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115312,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115312,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115312,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115312,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115312,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115312,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115312,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115312,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115312,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115312,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115312,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115312,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115312,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115312,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115312,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115312,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115312,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115312,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115312,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115312,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115316,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115317,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115324,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115324,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115324,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115324,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115324,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115324,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115324,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115324,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115324,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115324,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115324,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115324,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115324,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115324,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115324,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115324,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115324,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115324,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115324,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115324,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115324,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115324,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115324,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115324,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115324,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115324,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115324,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115324,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115324,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115324,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115324,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115324,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115324,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115324,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115324,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115324,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115324,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115324,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115324,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115324,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115324,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115325,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115326,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115327,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115327,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115327,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115327,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115327,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115327,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115327,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115327,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115327,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115327,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115327,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115327,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115327,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115327,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115327,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115327,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115327,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115327,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115327,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115327,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115327,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115327,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115327,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115327,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115327,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115327,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115327,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115327,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115327,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115327,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115327,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115327,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115327,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115327,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115327,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115327,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115327,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115327,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115327,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115327,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115327,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115328,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115333,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115333,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115333,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115333,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115333,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115333,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115333,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115333,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115333,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115333,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115333,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115333,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115333,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115333,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115333,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115333,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115333,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115333,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115333,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115333,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115333,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115333,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115333,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115333,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115333,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115333,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115333,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115333,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115333,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115333,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115333,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115333,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115333,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115333,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115333,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115333,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115333,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115333,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115333,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115333,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115333,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115334,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115335,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115379,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115456,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115456,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115456,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115456,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115456,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115456,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115456,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115456,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115456,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115456,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115456,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115456,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115456,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115456,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115456,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115456,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115456,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115456,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115456,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115456,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115456,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115456,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115456,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115456,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115456,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115456,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115456,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115456,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115456,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115456,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115456,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115456,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115456,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115456,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115456,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115456,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115456,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115456,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115456,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115456,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115456,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115513,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115513,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115513,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115513,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115513,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115513,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115513,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115513,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115513,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115513,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115513,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115513,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115513,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115513,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115513,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115513,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115513,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115513,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115513,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115513,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115513,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115513,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115513,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115513,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115513,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115513,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115513,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115513,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115513,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115513,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115513,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115513,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115513,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115513,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115513,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115513,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115513,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115513,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115513,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115513,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115513,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115519,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115519,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115519,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115519,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115519,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115519,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115519,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115519,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115519,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115519,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115519,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115519,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115519,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115519,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115519,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115519,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115519,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115519,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115519,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115519,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115519,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115519,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115519,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115519,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115519,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115519,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115519,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115519,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115519,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115519,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115519,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115519,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115519,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115519,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115519,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115519,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115519,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115519,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115519,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115519,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115519,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115528,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115528,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115528,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115528,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115528,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115528,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115528,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115528,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115528,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115528,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115528,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115528,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115528,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115528,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115528,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115528,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115528,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115528,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115528,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115528,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115528,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115528,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115528,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115528,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115528,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115528,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115528,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115528,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115528,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115528,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115528,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115528,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115528,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115528,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115528,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115528,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115528,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115528,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115528,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115528,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115528,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115575,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115576,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115576,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115576,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115576,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115576,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115576,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115576,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115576,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115576,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115576,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115576,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115576,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115576,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115576,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115576,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115576,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115576,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115576,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115576,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115576,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115576,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115576,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115576,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115576,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115576,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115576,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115576,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115576,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115576,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115576,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115576,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115576,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115576,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115576,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115576,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115576,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115576,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115576,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115576,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115576,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115576,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115619,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115648,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115648,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115648,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115648,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115648,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115648,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115648,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115648,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115648,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115648,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115648,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115648,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115648,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115648,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115648,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115648,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115648,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115648,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115648,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115648,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115648,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115648,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115648,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115648,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115648,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115648,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115648,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115648,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115648,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115648,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115648,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115648,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115648,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115648,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115648,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115648,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115648,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115648,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115648,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115648,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115648,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115649,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115651,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115651,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115651,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115651,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115651,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115651,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115651,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115651,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115651,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115651,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115651,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115651,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115651,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115651,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115651,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115651,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115651,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115651,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115651,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115651,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115651,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115651,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115651,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115651,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115651,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115651,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115651,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115651,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115651,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115651,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115651,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115651,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115651,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115651,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115651,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115651,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115651,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115651,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115651,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115651,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115651,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115654,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115654,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115654,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115654,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115654,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115654,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115654,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115654,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115654,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115654,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115654,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115654,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115654,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115654,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115654,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115654,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115654,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115654,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115654,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115654,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115654,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115654,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115654,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115654,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115654,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115654,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115654,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115654,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115654,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115654,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115654,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115654,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115654,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115654,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115654,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115654,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115654,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115654,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115654,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115654,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115654,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115655,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115658,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115663,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115663,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115663,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115663,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115663,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115663,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115663,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115663,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115663,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115663,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115663,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115663,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115663,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115663,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115663,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115663,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115663,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115663,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115663,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115663,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115663,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115663,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115663,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115663,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115663,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115663,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115663,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115663,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115663,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115663,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115663,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115663,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115663,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115663,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115663,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115663,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115663,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115663,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115663,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115663,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115663,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115664,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115665,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115667,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115674,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115675,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115675,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115675,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115675,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115675,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115675,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115675,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115675,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115675,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115675,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115675,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115675,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115675,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115675,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115675,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115675,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115675,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115675,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115675,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115675,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115675,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115675,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115675,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115675,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115675,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115675,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115675,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115675,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115675,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115675,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115675,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115675,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115675,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115675,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115675,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115675,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115675,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115675,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115675,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115675,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115675,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115682,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115690,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115690,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115690,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115690,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115690,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115690,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115690,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115690,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115690,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115690,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115690,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115690,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115690,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115690,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115690,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115690,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115690,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115690,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115690,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115690,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115690,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115690,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115690,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115690,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115690,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115690,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115690,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115690,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115690,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115690,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115690,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115690,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115690,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115690,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115690,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115690,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115690,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115690,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115690,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115690,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115690,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115693,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115693,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115693,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115693,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115693,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115693,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115693,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115693,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115693,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115693,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115693,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115693,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115693,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115693,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115693,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115693,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115693,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115693,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115693,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115693,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115693,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115693,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115693,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115693,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115693,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115693,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115693,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115693,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115693,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115693,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115693,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115693,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115693,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115693,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115693,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115693,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115693,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115693,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115693,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115693,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115693,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115695,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115698,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115699,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115699,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115699,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115699,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115699,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115699,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115699,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115699,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115699,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115699,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115699,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115699,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115699,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115699,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115699,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115699,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115699,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115699,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115699,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115699,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115699,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115699,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115699,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115699,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115699,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115699,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115699,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115699,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115699,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115699,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115699,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115699,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115699,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115699,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115699,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115699,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115699,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115699,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115699,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115699,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115699,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115703,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115704,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115705,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115705,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115705,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115705,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115705,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115705,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115705,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115705,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115705,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115705,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115705,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115705,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115705,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115705,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115705,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115705,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115705,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115705,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115705,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115705,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115705,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115705,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115705,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115705,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115705,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115705,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115705,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115705,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115705,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115705,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115705,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115705,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115705,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115705,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115705,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115705,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115705,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115705,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115705,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115705,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115705,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115706,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115708,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115708,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115708,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115708,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115708,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115708,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115708,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115708,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115708,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115708,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115708,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115708,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115708,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115708,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115708,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115708,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115708,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115708,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115708,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115708,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115708,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115708,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115708,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115708,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115708,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115708,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115708,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115708,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115708,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115708,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115708,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115708,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115708,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115708,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115708,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115708,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115708,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115708,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115708,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115708,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115708,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115712,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115713,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115714,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115714,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115714,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115714,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115714,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115714,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115714,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115714,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115714,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115714,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115714,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115714,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115714,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115714,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115714,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115714,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115714,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115714,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115714,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115714,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115714,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115714,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115714,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115714,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115714,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115714,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115714,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115714,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115714,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115714,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115714,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115714,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115714,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115714,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115714,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115714,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115714,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115714,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115714,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115714,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115714,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115715,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115718,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115719,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115720,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115720,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115720,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115720,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115720,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115720,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115720,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115720,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115720,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115720,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115720,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115720,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115720,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115720,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115720,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115720,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115720,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115720,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115720,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115720,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115720,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115720,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115720,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115720,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115720,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115720,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115720,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115720,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115720,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115720,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115720,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115720,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115720,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115720,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115720,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115720,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115720,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115720,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115720,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115720,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115720,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115722,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115725,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115726,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115726,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115726,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115726,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115726,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115726,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115726,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115726,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115726,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115726,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115726,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115726,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115726,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115726,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115726,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115726,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115726,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115726,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115726,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115726,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115726,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115726,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115726,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115726,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115726,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115726,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115726,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115726,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115726,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115726,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115726,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115726,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115726,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115726,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115726,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115726,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115726,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115726,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115726,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115726,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115726,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115727,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115728,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115729,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115729,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115729,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115729,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115729,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115729,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115729,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115729,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115729,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115729,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115729,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115729,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115729,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115729,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115729,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115729,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115729,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115729,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115729,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115729,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115729,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115729,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115729,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115729,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115729,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115729,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115729,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115729,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115729,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115729,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115729,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115729,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115729,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115729,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115729,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115729,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115729,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115729,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115729,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115729,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115729,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115731,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115734,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115735,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115735,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115735,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115735,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115735,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115735,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115735,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115735,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115735,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115735,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115735,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115735,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115735,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115735,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115735,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115735,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115735,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115735,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115735,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115735,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115735,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115735,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115735,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115735,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115735,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115735,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115735,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115735,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115735,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115735,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115735,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115735,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115735,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115735,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115735,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115735,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115735,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115735,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115735,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115735,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115735,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115740,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115743,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115747,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115747,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115747,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115747,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115747,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115747,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115747,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115747,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115747,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115747,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115747,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115747,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115747,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115747,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115747,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115747,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115747,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115747,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115747,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115747,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115747,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115747,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115747,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115747,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115747,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115747,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115747,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115747,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115747,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115747,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115747,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115747,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115747,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115747,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115747,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115747,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115747,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115747,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115747,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115747,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115747,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115753,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115753,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115753,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115753,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115753,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115753,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115753,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115753,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115753,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115753,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115753,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115753,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115753,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115753,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115753,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115753,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115753,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115753,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115753,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115753,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115753,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115753,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115753,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115753,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115753,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115753,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115753,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115753,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115753,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115753,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115753,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115753,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115753,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115753,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115753,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115753,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115753,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115753,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115753,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115753,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115753,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115754,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115755,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115757,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115764,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115774,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115774,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115774,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115774,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115774,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115774,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115774,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115774,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115774,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115774,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115774,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115774,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115774,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115774,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115774,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115774,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115774,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115774,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115774,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115774,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115774,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115774,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115774,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115774,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115774,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115774,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115774,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115774,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115774,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115774,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115774,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115774,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115774,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115774,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115774,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115774,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115774,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115774,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115774,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115774,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115774,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115775,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115776,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115841,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115885,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1115885,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1115885,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1115885,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1115885,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1115885,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1115885,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1115885,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1115885,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1115885,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1115885,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1115885,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1115885,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1115885,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1115885,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1115885,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1115885,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1115885,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1115885,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1115885,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1115885,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1115885,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1115885,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1115885,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1115885,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1115885,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1115885,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1115885,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1115885,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1115885,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1115885,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1115885,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1115885,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1115885,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1115885,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1115885,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1115885,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1115885,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1115885,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1115885,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1115885,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115886,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115907,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115965,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1115967,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1115974,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116005,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116005,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116005,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116005,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116005,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116005,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116005,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116005,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116005,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116005,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116005,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116005,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116005,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116005,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116005,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116005,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116005,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116005,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116005,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116005,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116005,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116005,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116005,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116005,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116005,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116005,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116005,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116005,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116005,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116005,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116005,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116005,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116005,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116005,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116005,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116005,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116005,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116005,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116005,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116005,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116005,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116006,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116033,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116034,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116053,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116053,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116053,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116053,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116053,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116053,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116053,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116053,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116053,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116053,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116053,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116053,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116053,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116053,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116053,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116053,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116053,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116053,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116053,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116053,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116053,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116053,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116053,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116053,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116053,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116053,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116053,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116053,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116053,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116053,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116053,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116053,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116053,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116053,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116053,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116053,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116053,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116053,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116053,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116053,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116053,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116080,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116080,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116080,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116080,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116080,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116080,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116080,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116080,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116080,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116080,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116080,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116080,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116080,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116080,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116080,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116080,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116080,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116080,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116080,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116080,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116080,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116080,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116080,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116080,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116080,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116080,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116080,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116080,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116080,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116080,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116080,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116080,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116080,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116080,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116080,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116080,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116080,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116080,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116080,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116080,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116080,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116084,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116089,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116089,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116089,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116089,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116089,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116089,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116089,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116089,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116089,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116089,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116089,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116089,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116089,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116089,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116089,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116089,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116089,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116089,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116089,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116089,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116089,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116089,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116089,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116089,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116089,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116089,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116089,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116089,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116089,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116089,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116089,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116089,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116089,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116089,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116089,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116089,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116089,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116089,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116089,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116089,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116089,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116090,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116093,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116094,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116095,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116095,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116095,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116095,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116095,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116095,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116095,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116095,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116095,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116095,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116095,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116095,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116095,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116095,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116095,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116095,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116095,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116095,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116095,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116095,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116095,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116095,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116095,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116095,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116095,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116095,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116095,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116095,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116095,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116095,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116095,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116095,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116095,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116095,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116095,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116095,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116095,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116095,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116095,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116095,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116095,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116098,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116098,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116098,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116098,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116098,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116098,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116098,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116098,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116098,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116098,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116098,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116098,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116098,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116098,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116098,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116098,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116098,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116098,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116098,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116098,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116098,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116098,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116098,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116098,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116098,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116098,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116098,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116098,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116098,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116098,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116098,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116098,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116098,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116098,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116098,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116098,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116098,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116098,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116098,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116098,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116098,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116104,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116104,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116104,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116104,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116104,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116104,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116104,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116104,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116104,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116104,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116104,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116104,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116104,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116104,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116104,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116104,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116104,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116104,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116104,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116104,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116104,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116104,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116104,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116104,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116104,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116104,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116104,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116104,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116104,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116104,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116104,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116104,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116104,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116104,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116104,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116104,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116104,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116104,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116104,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116104,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116104,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116117,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116122,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116122,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116122,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116122,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116122,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116122,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116122,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116122,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116122,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116122,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116122,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116122,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116122,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116122,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116122,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116122,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116122,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116122,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116122,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116122,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116122,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116122,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116122,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116122,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116122,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116122,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116122,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116122,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116122,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116122,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116122,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116122,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116122,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116122,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116122,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116122,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116122,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116122,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116122,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116122,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116122,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116125,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116125,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116125,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116125,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116125,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116125,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116125,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116125,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116125,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116125,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116125,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116125,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116125,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116125,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116125,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116125,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116125,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116125,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116125,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116125,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116125,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116125,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116125,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116125,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116125,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116125,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116125,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116125,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116125,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116125,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116125,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116125,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116125,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116125,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116125,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116125,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116125,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116125,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116125,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116125,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116125,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116127,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116131,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116131,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116131,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116131,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116131,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116131,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116131,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116131,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116131,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116131,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116131,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116131,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116131,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116131,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116131,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116131,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116131,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116131,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116131,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116131,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116131,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116131,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116131,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116131,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116131,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116131,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116131,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116131,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116131,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116131,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116131,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116131,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116131,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116131,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116131,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116131,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116131,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116131,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116131,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116131,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116131,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116132,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116135,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116136,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116137,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116137,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116137,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116137,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116137,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116137,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116137,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116137,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116137,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116137,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116137,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116137,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116137,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116137,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116137,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116137,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116137,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116137,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116137,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116137,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116137,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116137,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116137,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116137,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116137,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116137,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116137,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116137,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116137,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116137,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116137,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116137,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116137,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116137,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116137,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116137,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116137,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116137,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116137,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116137,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116137,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116138,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116139,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116140,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116140,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116140,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116140,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116140,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116140,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116140,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116140,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116140,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116140,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116140,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116140,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116140,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116140,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116140,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116140,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116140,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116140,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116140,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116140,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116140,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116140,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116140,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116140,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116140,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116140,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116140,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116140,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116140,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116140,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116140,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116140,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116140,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116140,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116140,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116140,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116140,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116140,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116140,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116140,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116140,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116150,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116151,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116152,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116152,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116152,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116152,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116152,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116152,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116152,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116152,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116152,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116152,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116152,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116152,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116152,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116152,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116152,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116152,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116152,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116152,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116152,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116152,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116152,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116152,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116152,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116152,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116152,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116152,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116152,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116152,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116152,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116152,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116152,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116152,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116152,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116152,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116152,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116152,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116152,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116152,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116152,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116152,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116152,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116153,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116154,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116160,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116161,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116161,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116161,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116161,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116161,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116161,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116161,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116161,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116161,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116161,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116161,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116161,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116161,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116161,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116161,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116161,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116161,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116161,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116161,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116161,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116161,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116161,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116161,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116161,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116161,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116161,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116161,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116161,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116161,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116161,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116161,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116161,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116161,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116161,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116161,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116161,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116161,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116161,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116161,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116161,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116161,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116164,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116164,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116164,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116164,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116164,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116164,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116164,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116164,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116164,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116164,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116164,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116164,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116164,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116164,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116164,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116164,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116164,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116164,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116164,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116164,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116164,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116164,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116164,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116164,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116164,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116164,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116164,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116164,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116164,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116164,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116164,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116164,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116164,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116164,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116164,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116164,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116164,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116164,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116164,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116164,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116164,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116165,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116170,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116170,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116170,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116170,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116170,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116170,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116170,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116170,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116170,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116170,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116170,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116170,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116170,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116170,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116170,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116170,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116170,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116170,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116170,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116170,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116170,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116170,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116170,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116170,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116170,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116170,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116170,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116170,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116170,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116170,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116170,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116170,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116170,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116170,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116170,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116170,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116170,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116170,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116170,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116170,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116170,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116191,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116191,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116191,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116191,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116191,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116191,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116191,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116191,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116191,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116191,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116191,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116191,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116191,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116191,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116191,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116191,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116191,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116191,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116191,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116191,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116191,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116191,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116191,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116191,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116191,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116191,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116191,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116191,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116191,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116191,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116191,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116191,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116191,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116191,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116191,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116191,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116191,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116191,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116191,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116191,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116191,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116192,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116193,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116208,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116243,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116244,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116287,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116287,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116287,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116287,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116287,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116287,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116287,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116287,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116287,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116287,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116287,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116287,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116287,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116287,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116287,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116287,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116287,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116287,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116287,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116287,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116287,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116287,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116287,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116287,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116287,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116287,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116287,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116287,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116287,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116287,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116287,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116287,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116287,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116287,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116287,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116287,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116287,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116287,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116287,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116287,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116287,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116302,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116302,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116302,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116302,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116302,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116302,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116302,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116302,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116302,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116302,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116302,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116302,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116302,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116302,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116302,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116302,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116302,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116302,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116302,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116302,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116302,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116302,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116302,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116302,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116302,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116302,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116302,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116302,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116302,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116302,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116302,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116302,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116302,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116302,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116302,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116302,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116302,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116302,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116302,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116302,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116302,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116304,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116332,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116332,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116332,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116332,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116332,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116332,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116332,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116332,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116332,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116332,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116332,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116332,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116332,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116332,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116332,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116332,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116332,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116332,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116332,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116332,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116332,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116332,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116332,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116332,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116332,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116332,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116332,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116332,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116332,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116332,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116332,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116332,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116332,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116332,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116332,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116332,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116332,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116332,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116332,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116332,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116332,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116333,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116371,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116371,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116371,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116371,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116371,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116371,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116371,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116371,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116371,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116371,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116371,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116371,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116371,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116371,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116371,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116371,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116371,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116371,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116371,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116371,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116371,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116371,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116371,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116371,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116371,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116371,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116371,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116371,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116371,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116371,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116371,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116371,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116371,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116371,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116371,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116371,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116371,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116371,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116371,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116371,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116371,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116395,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116395,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116395,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116395,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116395,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116395,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116395,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116395,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116395,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116395,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116395,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116395,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116395,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116395,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116395,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116395,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116395,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116395,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116395,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116395,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116395,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116395,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116395,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116395,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116395,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116395,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116395,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116395,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116395,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116395,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116395,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116395,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116395,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116395,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116395,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116395,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116395,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116395,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116395,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116395,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116395,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116399,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116403,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116418,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116461,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116461,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116461,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116461,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116461,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116461,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116461,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116461,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116461,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116461,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116461,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116461,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116461,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116461,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116461,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116461,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116461,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116461,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116461,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116461,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116461,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116461,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116461,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116461,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116461,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116461,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116461,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116461,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116461,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116461,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116461,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116461,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116461,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116461,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116461,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116461,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116461,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116461,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116461,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116461,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116461,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116462,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116471,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116488,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116488,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116488,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116488,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116488,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116488,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116488,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116488,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116488,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116488,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116488,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116488,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116488,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116488,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116488,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116488,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116488,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116488,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116488,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116488,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116488,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116488,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116488,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116488,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116488,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116488,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116488,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116488,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116488,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116488,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116488,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116488,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116488,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116488,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116488,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116488,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116488,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116488,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116488,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116488,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116488,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116496,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116503,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116503,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116503,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116503,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116503,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116503,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116503,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116503,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116503,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116503,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116503,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116503,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116503,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116503,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116503,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116503,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116503,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116503,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116503,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116503,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116503,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116503,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116503,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116503,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116503,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116503,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116503,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116503,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116503,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116503,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116503,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116503,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116503,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116503,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116503,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116503,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116503,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116503,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116503,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116503,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116503,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116515,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116515,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116515,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116515,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116515,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116515,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116515,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116515,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116515,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116515,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116515,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116515,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116515,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116515,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116515,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116515,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116515,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116515,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116515,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116515,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116515,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116515,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116515,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116515,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116515,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116515,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116515,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116515,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116515,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116515,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116515,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116515,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116515,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116515,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116515,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116515,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116515,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116515,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116515,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116515,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116515,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116516,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116518,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116518,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116518,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116518,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116518,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116518,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116518,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116518,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116518,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116518,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116518,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116518,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116518,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116518,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116518,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116518,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116518,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116518,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116518,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116518,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116518,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116518,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116518,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116518,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116518,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116518,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116518,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116518,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116518,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116518,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116518,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116518,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116518,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116518,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116518,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116518,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116518,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116518,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116518,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116518,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116518,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116521,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116521,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116521,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116521,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116521,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116521,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116521,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116521,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116521,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116521,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116521,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116521,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116521,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116521,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116521,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116521,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116521,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116521,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116521,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116521,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116521,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116521,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116521,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116521,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116521,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116521,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116521,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116521,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116521,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116521,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116521,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116521,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116521,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116521,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116521,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116521,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116521,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116521,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116521,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116521,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116521,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116522,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116525,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116526,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116538,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116539,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116539,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116539,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116539,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116539,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116539,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116539,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116539,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116539,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116539,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116539,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116539,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116539,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116539,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116539,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116539,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116539,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116539,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116539,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116539,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116539,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116539,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116539,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116539,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116539,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116539,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116539,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116539,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116539,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116539,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116539,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116539,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116539,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116539,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116539,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116539,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116539,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116539,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116539,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116539,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116539,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116541,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116546,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116549,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116550,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116554,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116554,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116554,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116554,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116554,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116554,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116554,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116554,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116554,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116554,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116554,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116554,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116554,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116554,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116554,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116554,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116554,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116554,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116554,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116554,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116554,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116554,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116554,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116554,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116554,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116554,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116554,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116554,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116554,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116554,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116554,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116554,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116554,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116554,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116554,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116554,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116554,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116554,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116554,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116554,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116554,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116556,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116564,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116565,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116567,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116569,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116569,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116569,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116569,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116569,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116569,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116569,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116569,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116569,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116569,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116569,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116569,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116569,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116569,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116569,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116569,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116569,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116569,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116569,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116569,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116569,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116569,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116569,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116569,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116569,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116569,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116569,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116569,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116569,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116569,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116569,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116569,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116569,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116569,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116569,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116569,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116569,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116569,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116569,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116569,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116569,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116571,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116575,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116575,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116575,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116575,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116575,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116575,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116575,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116575,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116575,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116575,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116575,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116575,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116575,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116575,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116575,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116575,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116575,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116575,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116575,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116575,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116575,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116575,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116575,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116575,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116575,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116575,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116575,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116575,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116575,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116575,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116575,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116575,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116575,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116575,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116575,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116575,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116575,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116575,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116575,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116575,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116575,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116577,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116578,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116578,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116578,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116578,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116578,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116578,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116578,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116578,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116578,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116578,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116578,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116578,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116578,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116578,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116578,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116578,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116578,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116578,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116578,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116578,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116578,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116578,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116578,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116578,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116578,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116578,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116578,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116578,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116578,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116578,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116578,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116578,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116578,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116578,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116578,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116578,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116578,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116578,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116578,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116578,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116578,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116580,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116588,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116592,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116593,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116593,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116593,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116593,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116593,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116593,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116593,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116593,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116593,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116593,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116593,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116593,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116593,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116593,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116593,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116593,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116593,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116593,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116593,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116593,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116593,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116593,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116593,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116593,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116593,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116593,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116593,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116593,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116593,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116593,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116593,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116593,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116593,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116593,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116593,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116593,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116593,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116593,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116593,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116593,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116593,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116596,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116596,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116596,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116596,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116596,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116596,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116596,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116596,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116596,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116596,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116596,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116596,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116596,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116596,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116596,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116596,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116596,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116596,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116596,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116596,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116596,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116596,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116596,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116596,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116596,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116596,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116596,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116596,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116596,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116596,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116596,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116596,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116596,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116596,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116596,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116596,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116596,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116596,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116596,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116596,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116596,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116597,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116598,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116602,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116602,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116602,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116602,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116602,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116602,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116602,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116602,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116602,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116602,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116602,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116602,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116602,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116602,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116602,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116602,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116602,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116602,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116602,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116602,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116602,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116602,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116602,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116602,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116602,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116602,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116602,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116602,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116602,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116602,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116602,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116602,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116602,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116602,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116602,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116602,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116602,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116602,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116602,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116602,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116602,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116603,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116604,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116610,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116613,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116615,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116616,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116624,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116625,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116626,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116626,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116626,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116626,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116626,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116626,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116626,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116626,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116626,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116626,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116626,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116626,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116626,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116626,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116626,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116626,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116626,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116626,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116626,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116626,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116626,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116626,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116626,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116626,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116626,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116626,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116626,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116626,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116626,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116626,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116626,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116626,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116626,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116626,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116626,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116626,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116626,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116626,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116626,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116626,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116626,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116628,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116632,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116632,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116632,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116632,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116632,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116632,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116632,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116632,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116632,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116632,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116632,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116632,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116632,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116632,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116632,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116632,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116632,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116632,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116632,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116632,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116632,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116632,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116632,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116632,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116632,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116632,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116632,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116632,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116632,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116632,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116632,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116632,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116632,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116632,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116632,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116632,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116632,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116632,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116632,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116632,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116632,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116634,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116715,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116748,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116767,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116767,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116767,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116767,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116767,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116767,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116767,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116767,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116767,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116767,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116767,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116767,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116767,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116767,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116767,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116767,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116767,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116767,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116767,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116767,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116767,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116767,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116767,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116767,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116767,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116767,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116767,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116767,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116767,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116767,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116767,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116767,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116767,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116767,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116767,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116767,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116767,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116767,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116767,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116767,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116767,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116774,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116775,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116845,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116845,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116845,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116845,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116845,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116845,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116845,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116845,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116845,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116845,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116845,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116845,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116845,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116845,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116845,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116845,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116845,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116845,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116845,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116845,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116845,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116845,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116845,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116845,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116845,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116845,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116845,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116845,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116845,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116845,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116845,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116845,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116845,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116845,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116845,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116845,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116845,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116845,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116845,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116845,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116845,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116849,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116862,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116873,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116882,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116908,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116908,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116908,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116908,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116908,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116908,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116908,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116908,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116908,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116908,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116908,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116908,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116908,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116908,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116908,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116908,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116908,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116908,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116908,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116908,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116908,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116908,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116908,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116908,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116908,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116908,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116908,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116908,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116908,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116908,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116908,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116908,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116908,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116908,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116908,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116908,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116908,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116908,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116908,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116908,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116908,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116909,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116910,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116933,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116934,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116956,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116956,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116956,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116956,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116956,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116956,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116956,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116956,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116956,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116956,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116956,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116956,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116956,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116956,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116956,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116956,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116956,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116956,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116956,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116956,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116956,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116956,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116956,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116956,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116956,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116956,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116956,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116956,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116956,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116956,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116956,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116956,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116956,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116956,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116956,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116956,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116956,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116956,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116956,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116956,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116956,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116962,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116962,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116962,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116962,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116962,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116962,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116962,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116962,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116962,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116962,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116962,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116962,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116962,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116962,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116962,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116962,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116962,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116962,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116962,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116962,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116962,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116962,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116962,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116962,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116962,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116962,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116962,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116962,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116962,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116962,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116962,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116962,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116962,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116962,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116962,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116962,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116962,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116962,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116962,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116962,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116962,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116967,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116970,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1116981,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116982,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116983,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116983,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116983,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116983,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116983,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116983,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116983,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116983,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116983,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116983,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116983,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116983,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116983,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116983,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116983,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116983,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116983,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116983,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116983,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116983,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116983,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116983,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116983,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116983,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116983,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116983,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116983,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116983,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116983,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116983,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116983,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116983,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116983,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116983,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116983,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116983,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116983,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116983,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116983,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116983,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116983,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116986,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116986,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116986,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116986,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116986,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116986,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116986,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116986,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116986,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116986,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116986,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116986,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116986,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116986,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116986,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116986,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116986,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116986,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116986,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116986,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116986,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116986,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116986,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116986,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116986,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116986,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116986,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116986,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116986,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116986,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116986,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116986,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116986,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116986,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116986,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116986,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116986,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116986,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116986,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116986,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116986,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116989,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116989,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116989,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116989,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116989,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116989,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116989,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116989,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116989,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116989,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116989,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116989,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116989,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116989,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116989,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116989,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116989,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116989,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116989,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116989,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116989,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116989,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116989,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116989,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116989,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116989,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116989,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116989,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116989,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116989,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116989,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116989,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116989,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116989,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116989,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116989,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116989,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116989,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116989,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116989,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116989,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116991,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116992,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116992,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116992,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116992,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116992,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116992,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116992,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116992,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116992,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116992,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116992,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116992,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116992,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116992,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116992,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116992,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116992,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116992,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116992,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116992,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116992,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116992,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116992,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116992,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116992,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116992,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116992,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116992,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116992,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116992,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116992,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116992,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116992,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116992,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116992,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116992,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116992,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116992,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116992,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116992,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116992,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1116994,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1116995,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116995,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116995,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116995,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116995,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116995,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116995,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116995,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116995,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116995,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116995,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116995,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116995,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116995,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116995,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116995,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116995,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116995,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116995,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116995,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116995,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116995,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116995,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116995,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116995,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116995,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116995,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116995,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116995,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116995,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116995,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116995,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116995,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116995,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116995,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116995,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116995,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116995,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116995,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116995,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116995,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1116998,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1116998,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1116998,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1116998,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1116998,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1116998,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1116998,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1116998,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1116998,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1116998,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1116998,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1116998,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1116998,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1116998,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1116998,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1116998,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1116998,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1116998,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1116998,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1116998,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1116998,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1116998,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1116998,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1116998,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1116998,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1116998,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1116998,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1116998,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1116998,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1116998,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1116998,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1116998,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1116998,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1116998,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1116998,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1116998,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1116998,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1116998,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1116998,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1116998,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1116998,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117001,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117001,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117001,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117001,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117001,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117001,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117001,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117001,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117001,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117001,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117001,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117001,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117001,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117001,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117001,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117001,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117001,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117001,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117001,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117001,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117001,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117001,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117001,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117001,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117001,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117001,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117001,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117001,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117001,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117001,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117001,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117001,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117001,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117001,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117001,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117001,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117001,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117001,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117001,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117001,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117001,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117007,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117007,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117007,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117007,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117007,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117007,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117007,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117007,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117007,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117007,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117007,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117007,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117007,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117007,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117007,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117007,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117007,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117007,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117007,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117007,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117007,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117007,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117007,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117007,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117007,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117007,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117007,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117007,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117007,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117007,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117007,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117007,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117007,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117007,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117007,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117007,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117007,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117007,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117007,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117007,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117007,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117008,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117011,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117012,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117013,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117013,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117013,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117013,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117013,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117013,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117013,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117013,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117013,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117013,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117013,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117013,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117013,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117013,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117013,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117013,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117013,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117013,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117013,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117013,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117013,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117013,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117013,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117013,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117013,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117013,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117013,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117013,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117013,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117013,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117013,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117013,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117013,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117013,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117013,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117013,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117013,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117013,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117013,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117013,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117013,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117016,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117016,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117016,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117016,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117016,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117016,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117016,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117016,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117016,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117016,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117016,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117016,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117016,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117016,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117016,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117016,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117016,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117016,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117016,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117016,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117016,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117016,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117016,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117016,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117016,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117016,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117016,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117016,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117016,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117016,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117016,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117016,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117016,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117016,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117016,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117016,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117016,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117016,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117016,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117016,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117016,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117019,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117019,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117019,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117019,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117019,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117019,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117019,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117019,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117019,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117019,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117019,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117019,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117019,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117019,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117019,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117019,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117019,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117019,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117019,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117019,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117019,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117019,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117019,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117019,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117019,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117019,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117019,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117019,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117019,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117019,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117019,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117019,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117019,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117019,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117019,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117019,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117019,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117019,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117019,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117019,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117019,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117023,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117024,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117028,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117028,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117028,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117028,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117028,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117028,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117028,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117028,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117028,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117028,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117028,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117028,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117028,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117028,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117028,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117028,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117028,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117028,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117028,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117028,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117028,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117028,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117028,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117028,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117028,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117028,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117028,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117028,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117028,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117028,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117028,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117028,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117028,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117028,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117028,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117028,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117028,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117028,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117028,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117028,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117028,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117029,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117031,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117031,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117031,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117031,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117031,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117031,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117031,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117031,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117031,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117031,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117031,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117031,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117031,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117031,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117031,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117031,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117031,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117031,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117031,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117031,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117031,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117031,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117031,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117031,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117031,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117031,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117031,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117031,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117031,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117031,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117031,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117031,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117031,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117031,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117031,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117031,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117031,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117031,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117031,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117031,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117031,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117032,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117127,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117127,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117127,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117127,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117127,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117127,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117127,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117127,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117127,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117127,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117127,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117127,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117127,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117127,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117127,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117127,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117127,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117127,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117127,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117127,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117127,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117127,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117127,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117127,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117127,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117127,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117127,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117127,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117127,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117127,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117127,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117127,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117127,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117127,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117127,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117127,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117127,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117127,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117127,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117127,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117127,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117128,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117132,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117164,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117165,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117226,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117226,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117226,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117226,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117226,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117226,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117226,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117226,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117226,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117226,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117226,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117226,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117226,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117226,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117226,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117226,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117226,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117226,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117226,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117226,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117226,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117226,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117226,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117226,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117226,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117226,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117226,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117226,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117226,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117226,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117226,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117226,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117226,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117226,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117226,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117226,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117226,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117226,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117226,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117226,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117226,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117227,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117228,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117236,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117237,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117238,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117238,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117238,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117238,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117238,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117238,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117238,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117238,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117238,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117238,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117238,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117238,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117238,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117238,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117238,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117238,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117238,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117238,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117238,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117238,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117238,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117238,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117238,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117238,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117238,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117238,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117238,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117238,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117238,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117238,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117238,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117238,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117238,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117238,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117238,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117238,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117238,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117238,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117238,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117238,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117238,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117293,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117301,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117301,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117301,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117301,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117301,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117301,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117301,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117301,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117301,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117301,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117301,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117301,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117301,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117301,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117301,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117301,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117301,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117301,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117301,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117301,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117301,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117301,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117301,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117301,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117301,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117301,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117301,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117301,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117301,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117301,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117301,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117301,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117301,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117301,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117301,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117301,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117301,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117301,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117301,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117301,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117301,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117303,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117305,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117307,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117307,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117307,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117307,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117307,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117307,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117307,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117307,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117307,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117307,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117307,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117307,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117307,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117307,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117307,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117307,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117307,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117307,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117307,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117307,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117307,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117307,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117307,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117307,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117307,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117307,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117307,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117307,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117307,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117307,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117307,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117307,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117307,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117307,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117307,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117307,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117307,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117307,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117307,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117307,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117307,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117320,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117375,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117386,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117388,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117388,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117388,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117388,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117388,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117388,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117388,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117388,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117388,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117388,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117388,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117388,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117388,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117388,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117388,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117388,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117388,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117388,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117388,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117388,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117388,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117388,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117388,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117388,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117388,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117388,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117388,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117388,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117388,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117388,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117388,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117388,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117388,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117388,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117388,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117388,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117388,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117388,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117388,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117388,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117388,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117398,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117404,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117413,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117415,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117415,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117415,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117415,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117415,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117415,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117415,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117415,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117415,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117415,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117415,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117415,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117415,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117415,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117415,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117415,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117415,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117415,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117415,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117415,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117415,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117415,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117415,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117415,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117415,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117415,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117415,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117415,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117415,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117415,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117415,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117415,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117415,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117415,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117415,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117415,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117415,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117415,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117415,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117415,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117415,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117421,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117421,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117421,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117421,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117421,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117421,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117421,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117421,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117421,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117421,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117421,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117421,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117421,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117421,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117421,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117421,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117421,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117421,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117421,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117421,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117421,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117421,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117421,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117421,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117421,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117421,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117421,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117421,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117421,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117421,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117421,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117421,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117421,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117421,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117421,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117421,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117421,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117421,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117421,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117421,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117421,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117430,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117430,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117430,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117430,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117430,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117430,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117430,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117430,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117430,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117430,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117430,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117430,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117430,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117430,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117430,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117430,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117430,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117430,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117430,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117430,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117430,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117430,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117430,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117430,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117430,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117430,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117430,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117430,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117430,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117430,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117430,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117430,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117430,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117430,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117430,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117430,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117430,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117430,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117430,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117430,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117430,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117434,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117439,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117439,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117439,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117439,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117439,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117439,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117439,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117439,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117439,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117439,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117439,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117439,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117439,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117439,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117439,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117439,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117439,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117439,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117439,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117439,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117439,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117439,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117439,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117439,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117439,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117439,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117439,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117439,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117439,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117439,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117439,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117439,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117439,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117439,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117439,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117439,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117439,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117439,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117439,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117439,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117439,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117442,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117442,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117442,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117442,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117442,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117442,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117442,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117442,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117442,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117442,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117442,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117442,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117442,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117442,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117442,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117442,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117442,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117442,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117442,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117442,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117442,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117442,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117442,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117442,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117442,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117442,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117442,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117442,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117442,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117442,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117442,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117442,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117442,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117442,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117442,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117442,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117442,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117442,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117442,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117442,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117442,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117446,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117448,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117448,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117448,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117448,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117448,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117448,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117448,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117448,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117448,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117448,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117448,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117448,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117448,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117448,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117448,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117448,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117448,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117448,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117448,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117448,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117448,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117448,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117448,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117448,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117448,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117448,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117448,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117448,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117448,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117448,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117448,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117448,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117448,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117448,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117448,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117448,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117448,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117448,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117448,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117448,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117448,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117455,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117457,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117457,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117457,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117457,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117457,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117457,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117457,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117457,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117457,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117457,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117457,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117457,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117457,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117457,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117457,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117457,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117457,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117457,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117457,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117457,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117457,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117457,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117457,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117457,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117457,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117457,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117457,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117457,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117457,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117457,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117457,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117457,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117457,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117457,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117457,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117457,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117457,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117457,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117457,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117457,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117457,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117461,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117463,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117463,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117463,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117463,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117463,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117463,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117463,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117463,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117463,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117463,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117463,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117463,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117463,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117463,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117463,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117463,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117463,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117463,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117463,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117463,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117463,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117463,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117463,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117463,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117463,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117463,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117463,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117463,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117463,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117463,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117463,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117463,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117463,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117463,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117463,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117463,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117463,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117463,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117463,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117463,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117463,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117471,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117472,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117472,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117472,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117472,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117472,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117472,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117472,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117472,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117472,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117472,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117472,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117472,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117472,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117472,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117472,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117472,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117472,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117472,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117472,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117472,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117472,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117472,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117472,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117472,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117472,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117472,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117472,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117472,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117472,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117472,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117472,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117472,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117472,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117472,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117472,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117472,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117472,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117472,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117472,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117472,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117472,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117473,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117474,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117485,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117487,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117487,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117487,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117487,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117487,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117487,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117487,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117487,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117487,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117487,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117487,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117487,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117487,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117487,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117487,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117487,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117487,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117487,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117487,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117487,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117487,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117487,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117487,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117487,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117487,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117487,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117487,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117487,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117487,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117487,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117487,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117487,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117487,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117487,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117487,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117487,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117487,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117487,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117487,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117487,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117487,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117488,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117491,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117492,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117493,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117493,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117493,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117493,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117493,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117493,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117493,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117493,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117493,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117493,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117493,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117493,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117493,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117493,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117493,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117493,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117493,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117493,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117493,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117493,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117493,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117493,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117493,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117493,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117493,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117493,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117493,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117493,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117493,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117493,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117493,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117493,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117493,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117493,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117493,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117493,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117493,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117493,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117493,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117493,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117493,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117494,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117496,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117496,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117496,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117496,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117496,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117496,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117496,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117496,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117496,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117496,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117496,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117496,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117496,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117496,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117496,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117496,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117496,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117496,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117496,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117496,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117496,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117496,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117496,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117496,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117496,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117496,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117496,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117496,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117496,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117496,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117496,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117496,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117496,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117496,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117496,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117496,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117496,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117496,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117496,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117496,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117496,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117500,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117503,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117508,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117508,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117508,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117508,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117508,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117508,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117508,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117508,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117508,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117508,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117508,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117508,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117508,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117508,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117508,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117508,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117508,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117508,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117508,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117508,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117508,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117508,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117508,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117508,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117508,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117508,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117508,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117508,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117508,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117508,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117508,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117508,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117508,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117508,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117508,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117508,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117508,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117508,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117508,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117508,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117508,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117510,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117511,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117511,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117511,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117511,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117511,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117511,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117511,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117511,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117511,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117511,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117511,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117511,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117511,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117511,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117511,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117511,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117511,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117511,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117511,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117511,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117511,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117511,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117511,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117511,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117511,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117511,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117511,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117511,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117511,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117511,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117511,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117511,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117511,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117511,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117511,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117511,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117511,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117511,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117511,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117511,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117511,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117512,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117513,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117516,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117517,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117517,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117517,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117517,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117517,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117517,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117517,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117517,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117517,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117517,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117517,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117517,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117517,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117517,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117517,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117517,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117517,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117517,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117517,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117517,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117517,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117517,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117517,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117517,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117517,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117517,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117517,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117517,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117517,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117517,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117517,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117517,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117517,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117517,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117517,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117517,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117517,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117517,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117517,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117517,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117517,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117519,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117520,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117520,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117520,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117520,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117520,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117520,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117520,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117520,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117520,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117520,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117520,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117520,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117520,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117520,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117520,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117520,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117520,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117520,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117520,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117520,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117520,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117520,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117520,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117520,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117520,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117520,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117520,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117520,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117520,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117520,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117520,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117520,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117520,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117520,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117520,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117520,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117520,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117520,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117520,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117520,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117520,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117521,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117522,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117523,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117523,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117523,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117523,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117523,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117523,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117523,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117523,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117523,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117523,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117523,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117523,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117523,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117523,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117523,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117523,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117523,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117523,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117523,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117523,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117523,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117523,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117523,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117523,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117523,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117523,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117523,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117523,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117523,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117523,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117523,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117523,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117523,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117523,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117523,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117523,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117523,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117523,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117523,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117523,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117523,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117525,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117526,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117526,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117526,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117526,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117526,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117526,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117526,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117526,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117526,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117526,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117526,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117526,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117526,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117526,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117526,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117526,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117526,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117526,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117526,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117526,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117526,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117526,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117526,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117526,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117526,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117526,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117526,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117526,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117526,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117526,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117526,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117526,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117526,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117526,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117526,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117526,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117526,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117526,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117526,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117526,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117526,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117528,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117531,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117660,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117661,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117661,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117661,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117661,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117661,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117661,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117661,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117661,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117661,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117661,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117661,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117661,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117661,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117661,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117661,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117661,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117661,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117661,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117661,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117661,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117661,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117661,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117661,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117661,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117661,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117661,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117661,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117661,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117661,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117661,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117661,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117661,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117661,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117661,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117661,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117661,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117661,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117661,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117661,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117661,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117661,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117726,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117742,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117742,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117742,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117742,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117742,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117742,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117742,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117742,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117742,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117742,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117742,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117742,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117742,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117742,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117742,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117742,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117742,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117742,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117742,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117742,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117742,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117742,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117742,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117742,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117742,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117742,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117742,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117742,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117742,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117742,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117742,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117742,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117742,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117742,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117742,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117742,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117742,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117742,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117742,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117742,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117742,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117763,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117763,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117763,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117763,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117763,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117763,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117763,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117763,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117763,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117763,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117763,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117763,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117763,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117763,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117763,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117763,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117763,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117763,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117763,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117763,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117763,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117763,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117763,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117763,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117763,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117763,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117763,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117763,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117763,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117763,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117763,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117763,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117763,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117763,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117763,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117763,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117763,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117763,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117763,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117763,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117763,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117780,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117793,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117793,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117793,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117793,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117793,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117793,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117793,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117793,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117793,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117793,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117793,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117793,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117793,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117793,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117793,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117793,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117793,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117793,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117793,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117793,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117793,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117793,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117793,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117793,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117793,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117793,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117793,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117793,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117793,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117793,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117793,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117793,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117793,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117793,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117793,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117793,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117793,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117793,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117793,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117793,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117793,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117826,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117826,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117826,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117826,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117826,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117826,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117826,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117826,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117826,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117826,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117826,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117826,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117826,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117826,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117826,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117826,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117826,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117826,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117826,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117826,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117826,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117826,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117826,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117826,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117826,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117826,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117826,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117826,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117826,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117826,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117826,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117826,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117826,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117826,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117826,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117826,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117826,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117826,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117826,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117826,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117826,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117833,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117834,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117847,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117847,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117847,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117847,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117847,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117847,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117847,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117847,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117847,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117847,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117847,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117847,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117847,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117847,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117847,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117847,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117847,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117847,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117847,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117847,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117847,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117847,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117847,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117847,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117847,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117847,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117847,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117847,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117847,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117847,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117847,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117847,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117847,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117847,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117847,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117847,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117847,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117847,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117847,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117847,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117847,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117850,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117850,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117850,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117850,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117850,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117850,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117850,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117850,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117850,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117850,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117850,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117850,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117850,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117850,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117850,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117850,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117850,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117850,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117850,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117850,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117850,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117850,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117850,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117850,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117850,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117850,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117850,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117850,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117850,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117850,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117850,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117850,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117850,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117850,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117850,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117850,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117850,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117850,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117850,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117850,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117850,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117851,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117856,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117856,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117856,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117856,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117856,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117856,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117856,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117856,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117856,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117856,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117856,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117856,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117856,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117856,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117856,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117856,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117856,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117856,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117856,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117856,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117856,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117856,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117856,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117856,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117856,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117856,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117856,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117856,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117856,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117856,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117856,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117856,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117856,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117856,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117856,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117856,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117856,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117856,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117856,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117856,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117856,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117862,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117862,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117862,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117862,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117862,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117862,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117862,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117862,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117862,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117862,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117862,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117862,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117862,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117862,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117862,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117862,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117862,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117862,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117862,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117862,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117862,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117862,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117862,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117862,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117862,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117862,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117862,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117862,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117862,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117862,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117862,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117862,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117862,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117862,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117862,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117862,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117862,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117862,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117862,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117862,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117862,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117866,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117872,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117873,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117877,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117877,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117877,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117877,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117877,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117877,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117877,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117877,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117877,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117877,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117877,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117877,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117877,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117877,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117877,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117877,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117877,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117877,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117877,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117877,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117877,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117877,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117877,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117877,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117877,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117877,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117877,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117877,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117877,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117877,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117877,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117877,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117877,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117877,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117877,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117877,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117877,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117877,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117877,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117877,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117877,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117879,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117880,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117880,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117880,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117880,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117880,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117880,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117880,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117880,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117880,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117880,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117880,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117880,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117880,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117880,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117880,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117880,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117880,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117880,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117880,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117880,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117880,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117880,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117880,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117880,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117880,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117880,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117880,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117880,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117880,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117880,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117880,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117880,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117880,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117880,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117880,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117880,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117880,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117880,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117880,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117880,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117880,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117883,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117883,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117883,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117883,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117883,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117883,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117883,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117883,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117883,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117883,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117883,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117883,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117883,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117883,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117883,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117883,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117883,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117883,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117883,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117883,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117883,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117883,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117883,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117883,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117883,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117883,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117883,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117883,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117883,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117883,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117883,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117883,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117883,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117883,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117883,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117883,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117883,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117883,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117883,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117883,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117883,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117888,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117895,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117895,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117895,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117895,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117895,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117895,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117895,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117895,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117895,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117895,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117895,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117895,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117895,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117895,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117895,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117895,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117895,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117895,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117895,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117895,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117895,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117895,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117895,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117895,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117895,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117895,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117895,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117895,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117895,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117895,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117895,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117895,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117895,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117895,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117895,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117895,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117895,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117895,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117895,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117895,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117895,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117900,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117901,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117901,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117901,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117901,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117901,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117901,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117901,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117901,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117901,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117901,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117901,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117901,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117901,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117901,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117901,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117901,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117901,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117901,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117901,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117901,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117901,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117901,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117901,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117901,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117901,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117901,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117901,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117901,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117901,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117901,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117901,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117901,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117901,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117901,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117901,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117901,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117901,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117901,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117901,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117901,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117901,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117904,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117904,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117904,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117904,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117904,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117904,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117904,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117904,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117904,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117904,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117904,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117904,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117904,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117904,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117904,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117904,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117904,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117904,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117904,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117904,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117904,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117904,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117904,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117904,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117904,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117904,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117904,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117904,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117904,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117904,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117904,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117904,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117904,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117904,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117904,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117904,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117904,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117904,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117904,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117904,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117904,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117908,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117911,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117912,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117913,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1117913,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1117913,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1117913,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1117913,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1117913,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1117913,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1117913,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1117913,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1117913,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1117913,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1117913,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1117913,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1117913,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1117913,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1117913,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1117913,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1117913,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1117913,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1117913,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1117913,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1117913,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1117913,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1117913,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1117913,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1117913,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1117913,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1117913,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1117913,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1117913,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1117913,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1117913,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1117913,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1117913,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1117913,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1117913,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1117913,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1117913,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1117913,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1117913,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1117913,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117917,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117918,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1117932,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1117936,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118032,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118090,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118090,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118090,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118090,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118090,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118090,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118090,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118090,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118090,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118090,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118090,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118090,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118090,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118090,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118090,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118090,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118090,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118090,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118090,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118090,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118090,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118090,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118090,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118090,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118090,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118090,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118090,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118090,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118090,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118090,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118090,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118090,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118090,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118090,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118090,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118090,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118090,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118090,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118090,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118090,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118090,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118131,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118171,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118171,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118171,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118171,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118171,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118171,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118171,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118171,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118171,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118171,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118171,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118171,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118171,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118171,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118171,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118171,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118171,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118171,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118171,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118171,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118171,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118171,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118171,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118171,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118171,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118171,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118171,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118171,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118171,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118171,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118171,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118171,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118171,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118171,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118171,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118171,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118171,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118171,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118171,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118171,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118171,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118172,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118175,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118186,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118186,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118186,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118186,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118186,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118186,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118186,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118186,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118186,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118186,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118186,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118186,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118186,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118186,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118186,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118186,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118186,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118186,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118186,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118186,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118186,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118186,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118186,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118186,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118186,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118186,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118186,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118186,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118186,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118186,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118186,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118186,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118186,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118186,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118186,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118186,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118186,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118186,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118186,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118186,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118186,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118194,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118211,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118212,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118220,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118221,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118228,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118228,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118228,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118228,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118228,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118228,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118228,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118228,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118228,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118228,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118228,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118228,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118228,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118228,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118228,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118228,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118228,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118228,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118228,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118228,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118228,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118228,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118228,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118228,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118228,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118228,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118228,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118228,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118228,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118228,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118228,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118228,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118228,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118228,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118228,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118228,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118228,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118228,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118228,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118228,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118228,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118229,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118230,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118252,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118252,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118252,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118252,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118252,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118252,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118252,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118252,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118252,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118252,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118252,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118252,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118252,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118252,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118252,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118252,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118252,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118252,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118252,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118252,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118252,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118252,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118252,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118252,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118252,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118252,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118252,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118252,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118252,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118252,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118252,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118252,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118252,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118252,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118252,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118252,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118252,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118252,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118252,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118252,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118252,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118255,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118255,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118255,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118255,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118255,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118255,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118255,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118255,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118255,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118255,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118255,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118255,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118255,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118255,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118255,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118255,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118255,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118255,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118255,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118255,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118255,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118255,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118255,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118255,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118255,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118255,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118255,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118255,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118255,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118255,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118255,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118255,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118255,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118255,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118255,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118255,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118255,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118255,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118255,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118255,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118255,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118263,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118285,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118285,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118285,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118285,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118285,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118285,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118285,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118285,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118285,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118285,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118285,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118285,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118285,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118285,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118285,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118285,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118285,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118285,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118285,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118285,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118285,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118285,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118285,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118285,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118285,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118285,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118285,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118285,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118285,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118285,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118285,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118285,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118285,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118285,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118285,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118285,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118285,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118285,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118285,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118285,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118285,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118290,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118298,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118299,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118300,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118300,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118300,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118300,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118300,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118300,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118300,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118300,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118300,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118300,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118300,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118300,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118300,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118300,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118300,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118300,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118300,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118300,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118300,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118300,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118300,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118300,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118300,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118300,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118300,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118300,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118300,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118300,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118300,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118300,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118300,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118300,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118300,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118300,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118300,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118300,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118300,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118300,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118300,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118300,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118300,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118303,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118303,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118303,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118303,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118303,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118303,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118303,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118303,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118303,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118303,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118303,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118303,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118303,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118303,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118303,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118303,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118303,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118303,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118303,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118303,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118303,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118303,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118303,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118303,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118303,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118303,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118303,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118303,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118303,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118303,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118303,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118303,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118303,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118303,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118303,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118303,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118303,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118303,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118303,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118303,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118303,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118304,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118305,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118307,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118308,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118312,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118312,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118312,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118312,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118312,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118312,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118312,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118312,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118312,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118312,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118312,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118312,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118312,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118312,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118312,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118312,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118312,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118312,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118312,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118312,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118312,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118312,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118312,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118312,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118312,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118312,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118312,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118312,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118312,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118312,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118312,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118312,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118312,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118312,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118312,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118312,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118312,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118312,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118312,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118312,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118312,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118316,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118323,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118325,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118336,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118336,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118336,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118336,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118336,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118336,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118336,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118336,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118336,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118336,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118336,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118336,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118336,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118336,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118336,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118336,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118336,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118336,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118336,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118336,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118336,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118336,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118336,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118336,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118336,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118336,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118336,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118336,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118336,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118336,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118336,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118336,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118336,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118336,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118336,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118336,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118336,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118336,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118336,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118336,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118336,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118339,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118339,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118339,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118339,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118339,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118339,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118339,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118339,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118339,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118339,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118339,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118339,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118339,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118339,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118339,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118339,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118339,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118339,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118339,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118339,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118339,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118339,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118339,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118339,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118339,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118339,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118339,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118339,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118339,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118339,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118339,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118339,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118339,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118339,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118339,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118339,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118339,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118339,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118339,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118339,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118339,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118340,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118343,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118344,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118345,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118345,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118345,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118345,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118345,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118345,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118345,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118345,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118345,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118345,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118345,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118345,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118345,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118345,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118345,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118345,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118345,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118345,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118345,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118345,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118345,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118345,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118345,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118345,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118345,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118345,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118345,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118345,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118345,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118345,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118345,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118345,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118345,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118345,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118345,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118345,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118345,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118345,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118345,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118345,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118345,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118346,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118349,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118351,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118351,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118351,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118351,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118351,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118351,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118351,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118351,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118351,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118351,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118351,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118351,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118351,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118351,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118351,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118351,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118351,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118351,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118351,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118351,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118351,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118351,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118351,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118351,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118351,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118351,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118351,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118351,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118351,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118351,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118351,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118351,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118351,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118351,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118351,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118351,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118351,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118351,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118351,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118351,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118351,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118354,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118354,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118354,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118354,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118354,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118354,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118354,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118354,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118354,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118354,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118354,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118354,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118354,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118354,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118354,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118354,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118354,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118354,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118354,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118354,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118354,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118354,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118354,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118354,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118354,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118354,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118354,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118354,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118354,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118354,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118354,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118354,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118354,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118354,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118354,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118354,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118354,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118354,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118354,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118354,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118354,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118356,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118396,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118396,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118396,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118396,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118396,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118396,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118396,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118396,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118396,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118396,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118396,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118396,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118396,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118396,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118396,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118396,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118396,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118396,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118396,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118396,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118396,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118396,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118396,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118396,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118396,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118396,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118396,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118396,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118396,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118396,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118396,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118396,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118396,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118396,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118396,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118396,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118396,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118396,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118396,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118396,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118396,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118397,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118417,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118417,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118417,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118417,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118417,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118417,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118417,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118417,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118417,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118417,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118417,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118417,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118417,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118417,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118417,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118417,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118417,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118417,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118417,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118417,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118417,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118417,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118417,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118417,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118417,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118417,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118417,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118417,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118417,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118417,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118417,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118417,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118417,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118417,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118417,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118417,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118417,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118417,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118417,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118417,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118417,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118442,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118443,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118592,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118623,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118633,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118633,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118633,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118633,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118633,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118633,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118633,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118633,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118633,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118633,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118633,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118633,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118633,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118633,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118633,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118633,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118633,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118633,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118633,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118633,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118633,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118633,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118633,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118633,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118633,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118633,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118633,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118633,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118633,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118633,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118633,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118633,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118633,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118633,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118633,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118633,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118633,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118633,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118633,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118633,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118633,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118635,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118642,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118642,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118642,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118642,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118642,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118642,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118642,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118642,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118642,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118642,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118642,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118642,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118642,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118642,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118642,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118642,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118642,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118642,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118642,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118642,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118642,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118642,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118642,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118642,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118642,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118642,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118642,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118642,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118642,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118642,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118642,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118642,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118642,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118642,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118642,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118642,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118642,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118642,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118642,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118642,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118642,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118643,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118649,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118650,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118654,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118654,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118654,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118654,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118654,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118654,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118654,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118654,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118654,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118654,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118654,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118654,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118654,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118654,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118654,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118654,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118654,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118654,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118654,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118654,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118654,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118654,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118654,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118654,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118654,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118654,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118654,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118654,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118654,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118654,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118654,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118654,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118654,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118654,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118654,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118654,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118654,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118654,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118654,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118654,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118654,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118655,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118656,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118657,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118657,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118657,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118657,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118657,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118657,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118657,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118657,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118657,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118657,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118657,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118657,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118657,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118657,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118657,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118657,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118657,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118657,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118657,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118657,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118657,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118657,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118657,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118657,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118657,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118657,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118657,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118657,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118657,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118657,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118657,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118657,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118657,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118657,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118657,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118657,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118657,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118657,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118657,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118657,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118657,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118661,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118664,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118666,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118666,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118666,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118666,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118666,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118666,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118666,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118666,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118666,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118666,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118666,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118666,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118666,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118666,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118666,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118666,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118666,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118666,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118666,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118666,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118666,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118666,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118666,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118666,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118666,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118666,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118666,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118666,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118666,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118666,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118666,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118666,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118666,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118666,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118666,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118666,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118666,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118666,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118666,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118666,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118666,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118667,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118668,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118677,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118678,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118678,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118678,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118678,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118678,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118678,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118678,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118678,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118678,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118678,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118678,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118678,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118678,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118678,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118678,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118678,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118678,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118678,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118678,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118678,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118678,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118678,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118678,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118678,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118678,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118678,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118678,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118678,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118678,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118678,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118678,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118678,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118678,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118678,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118678,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118678,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118678,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118678,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118678,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118678,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118678,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118680,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118684,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118684,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118684,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118684,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118684,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118684,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118684,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118684,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118684,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118684,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118684,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118684,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118684,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118684,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118684,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118684,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118684,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118684,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118684,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118684,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118684,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118684,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118684,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118684,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118684,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118684,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118684,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118684,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118684,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118684,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118684,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118684,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118684,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118684,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118684,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118684,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118684,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118684,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118684,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118684,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118684,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118692,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118693,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118693,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118693,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118693,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118693,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118693,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118693,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118693,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118693,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118693,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118693,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118693,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118693,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118693,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118693,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118693,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118693,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118693,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118693,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118693,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118693,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118693,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118693,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118693,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118693,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118693,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118693,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118693,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118693,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118693,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118693,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118693,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118693,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118693,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118693,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118693,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118693,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118693,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118693,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118693,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118693,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118698,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118701,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118703,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118706,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118709,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118714,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118714,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118714,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118714,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118714,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118714,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118714,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118714,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118714,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118714,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118714,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118714,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118714,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118714,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118714,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118714,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118714,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118714,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118714,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118714,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118714,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118714,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118714,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118714,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118714,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118714,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118714,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118714,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118714,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118714,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118714,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118714,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118714,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118714,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118714,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118714,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118714,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118714,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118714,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118714,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118714,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118716,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118719,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118723,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118723,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118723,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118723,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118723,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118723,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118723,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118723,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118723,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118723,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118723,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118723,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118723,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118723,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118723,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118723,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118723,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118723,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118723,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118723,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118723,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118723,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118723,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118723,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118723,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118723,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118723,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118723,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118723,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118723,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118723,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118723,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118723,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118723,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118723,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118723,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118723,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118723,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118723,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118723,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118723,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118725,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118726,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118726,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118726,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118726,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118726,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118726,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118726,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118726,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118726,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118726,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118726,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118726,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118726,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118726,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118726,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118726,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118726,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118726,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118726,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118726,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118726,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118726,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118726,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118726,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118726,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118726,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118726,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118726,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118726,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118726,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118726,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118726,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118726,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118726,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118726,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118726,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118726,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118726,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118726,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118726,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118726,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118728,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118732,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118732,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118732,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118732,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118732,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118732,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118732,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118732,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118732,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118732,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118732,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118732,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118732,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118732,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118732,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118732,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118732,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118732,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118732,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118732,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118732,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118732,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118732,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118732,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118732,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118732,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118732,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118732,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118732,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118732,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118732,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118732,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118732,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118732,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118732,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118732,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118732,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118732,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118732,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118732,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118732,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118739,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118740,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118748,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118750,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118750,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118750,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118750,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118750,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118750,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118750,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118750,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118750,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118750,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118750,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118750,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118750,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118750,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118750,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118750,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118750,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118750,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118750,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118750,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118750,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118750,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118750,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118750,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118750,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118750,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118750,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118750,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118750,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118750,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118750,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118750,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118750,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118750,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118750,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118750,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118750,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118750,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118750,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118750,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118750,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118752,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118754,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118755,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118757,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118763,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118765,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118765,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118765,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118765,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118765,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118765,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118765,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118765,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118765,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118765,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118765,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118765,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118765,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118765,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118765,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118765,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118765,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118765,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118765,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118765,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118765,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118765,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118765,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118765,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118765,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118765,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118765,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118765,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118765,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118765,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118765,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118765,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118765,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118765,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118765,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118765,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118765,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118765,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118765,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118765,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118765,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118767,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118769,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118770,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118771,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118771,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118771,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118771,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118771,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118771,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118771,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118771,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118771,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118771,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118771,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118771,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118771,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118771,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118771,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118771,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118771,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118771,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118771,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118771,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118771,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118771,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118771,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118771,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118771,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118771,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118771,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118771,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118771,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118771,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118771,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118771,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118771,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118771,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118771,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118771,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118771,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118771,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118771,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118771,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118771,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118775,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118779,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118781,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118784,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118789,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118789,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118789,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118789,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118789,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118789,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118789,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118789,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118789,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118789,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118789,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118789,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118789,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118789,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118789,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118789,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118789,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118789,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118789,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118789,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118789,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118789,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118789,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118789,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118789,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118789,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118789,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118789,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118789,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118789,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118789,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118789,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118789,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118789,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118789,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118789,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118789,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118789,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118789,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118789,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118789,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118792,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118792,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118792,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118792,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118792,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118792,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118792,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118792,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118792,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118792,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118792,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118792,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118792,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118792,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118792,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118792,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118792,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118792,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118792,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118792,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118792,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118792,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118792,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118792,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118792,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118792,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118792,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118792,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118792,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118792,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118792,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118792,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118792,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118792,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118792,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118792,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118792,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118792,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118792,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118792,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118792,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118795,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118795,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118795,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118795,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118795,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118795,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118795,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118795,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118795,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118795,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118795,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118795,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118795,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118795,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118795,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118795,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118795,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118795,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118795,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118795,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118795,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118795,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118795,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118795,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118795,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118795,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118795,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118795,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118795,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118795,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118795,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118795,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118795,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118795,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118795,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118795,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118795,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118795,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118795,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118795,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118795,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118796,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118797,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118798,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118798,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118798,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118798,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118798,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118798,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118798,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118798,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118798,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118798,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118798,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118798,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118798,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118798,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118798,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118798,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118798,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118798,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118798,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118798,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118798,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118798,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118798,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118798,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118798,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118798,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118798,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118798,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118798,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118798,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118798,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118798,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118798,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118798,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118798,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118798,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118798,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118798,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118798,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118798,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118798,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118799,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118801,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118801,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118801,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118801,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118801,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118801,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118801,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118801,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118801,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118801,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118801,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118801,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118801,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118801,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118801,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118801,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118801,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118801,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118801,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118801,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118801,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118801,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118801,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118801,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118801,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118801,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118801,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118801,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118801,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118801,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118801,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118801,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118801,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118801,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118801,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118801,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118801,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118801,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118801,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118801,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118801,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118804,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118804,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118804,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118804,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118804,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118804,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118804,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118804,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118804,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118804,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118804,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118804,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118804,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118804,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118804,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118804,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118804,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118804,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118804,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118804,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118804,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118804,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118804,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118804,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118804,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118804,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118804,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118804,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118804,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118804,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118804,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118804,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118804,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118804,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118804,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118804,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118804,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118804,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118804,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118804,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118804,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118805,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118806,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118807,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118807,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118807,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118807,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118807,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118807,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118807,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118807,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118807,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118807,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118807,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118807,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118807,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118807,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118807,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118807,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118807,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118807,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118807,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118807,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118807,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118807,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118807,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118807,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118807,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118807,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118807,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118807,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118807,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118807,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118807,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118807,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118807,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118807,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118807,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118807,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118807,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118807,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118807,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118807,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118807,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118812,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118814,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118817,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118818,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118820,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118821,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118832,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118833,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118834,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118834,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118834,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118834,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118834,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118834,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118834,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118834,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118834,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118834,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118834,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118834,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118834,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118834,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118834,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118834,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118834,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118834,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118834,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118834,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118834,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118834,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118834,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118834,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118834,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118834,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118834,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118834,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118834,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118834,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118834,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118834,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118834,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118834,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118834,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118834,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118834,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118834,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118834,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118834,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118834,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118842,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118843,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118843,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118843,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118843,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118843,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118843,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118843,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118843,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118843,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118843,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118843,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118843,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118843,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118843,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118843,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118843,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118843,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118843,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118843,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118843,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118843,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118843,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118843,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118843,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118843,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118843,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118843,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118843,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118843,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118843,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118843,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118843,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118843,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118843,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118843,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118843,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118843,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118843,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118843,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118843,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118843,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118847,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118850,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118851,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118852,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118852,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118852,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118852,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118852,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118852,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118852,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118852,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118852,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118852,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118852,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118852,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118852,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118852,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118852,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118852,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118852,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118852,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118852,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118852,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118852,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118852,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118852,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118852,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118852,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118852,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118852,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118852,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118852,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118852,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118852,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118852,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118852,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118852,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118852,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118852,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118852,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118852,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118852,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118852,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118852,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118853,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118854,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118855,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118855,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118855,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118855,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118855,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118855,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118855,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118855,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118855,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118855,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118855,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118855,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118855,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118855,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118855,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118855,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118855,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118855,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118855,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118855,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118855,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118855,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118855,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118855,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118855,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118855,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118855,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118855,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118855,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118855,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118855,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118855,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118855,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118855,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118855,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118855,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118855,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118855,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118855,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118855,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118855,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118856,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118857,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118860,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118861,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118861,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118861,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118861,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118861,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118861,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118861,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118861,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118861,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118861,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118861,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118861,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118861,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118861,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118861,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118861,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118861,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118861,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118861,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118861,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118861,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118861,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118861,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118861,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118861,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118861,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118861,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118861,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118861,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118861,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118861,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118861,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118861,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118861,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118861,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118861,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118861,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118861,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118861,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118861,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118861,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118863,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118865,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118866,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118869,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118870,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118870,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118870,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118870,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118870,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118870,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118870,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118870,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118870,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118870,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118870,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118870,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118870,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118870,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118870,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118870,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118870,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118870,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118870,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118870,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118870,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118870,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118870,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118870,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118870,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118870,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118870,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118870,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118870,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118870,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118870,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118870,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118870,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118870,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118870,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118870,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118870,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118870,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118870,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118870,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118870,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118871,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118875,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118883,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118884,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118885,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118885,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118885,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118885,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118885,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118885,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118885,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118885,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118885,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118885,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118885,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118885,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118885,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118885,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118885,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118885,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118885,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118885,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118885,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118885,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118885,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118885,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118885,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118885,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118885,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118885,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118885,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118885,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118885,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118885,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118885,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118885,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118885,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118885,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118885,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118885,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118885,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118885,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118885,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118885,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118885,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118888,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118888,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118888,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118888,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118888,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118888,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118888,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118888,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118888,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118888,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118888,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118888,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118888,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118888,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118888,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118888,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118888,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118888,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118888,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118888,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118888,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118888,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118888,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118888,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118888,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118888,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118888,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118888,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118888,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118888,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118888,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118888,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118888,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118888,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118888,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118888,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118888,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118888,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118888,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118888,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118888,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118889,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118890,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118891,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118891,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118891,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118891,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118891,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118891,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118891,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118891,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118891,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118891,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118891,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118891,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118891,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118891,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118891,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118891,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118891,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118891,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118891,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118891,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118891,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118891,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118891,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118891,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118891,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118891,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118891,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118891,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118891,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118891,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118891,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118891,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118891,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118891,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118891,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118891,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118891,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118891,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118891,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118891,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118891,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118892,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118893,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118899,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118909,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118909,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118909,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118909,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118909,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118909,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118909,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118909,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118909,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118909,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118909,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118909,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118909,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118909,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118909,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118909,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118909,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118909,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118909,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118909,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118909,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118909,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118909,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118909,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118909,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118909,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118909,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118909,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118909,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118909,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118909,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118909,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118909,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118909,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118909,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118909,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118909,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118909,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118909,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118909,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118909,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118911,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118918,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118918,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118918,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118918,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118918,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118918,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118918,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118918,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118918,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118918,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118918,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118918,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118918,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118918,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118918,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118918,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118918,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118918,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118918,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118918,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118918,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118918,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118918,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118918,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118918,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118918,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118918,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118918,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118918,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118918,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118918,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118918,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118918,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118918,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118918,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118918,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118918,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118918,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118918,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118918,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118918,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118919,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118921,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1118921,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1118921,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1118921,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1118921,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1118921,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1118921,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1118921,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1118921,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1118921,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1118921,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1118921,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1118921,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1118921,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1118921,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1118921,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1118921,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1118921,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1118921,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1118921,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1118921,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1118921,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1118921,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1118921,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1118921,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1118921,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1118921,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1118921,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1118921,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1118921,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1118921,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1118921,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1118921,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1118921,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1118921,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1118921,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1118921,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1118921,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1118921,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1118921,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1118921,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118934,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118935,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1118941,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1118946,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1119035,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1119035,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1119035,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1119035,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1119035,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1119035,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1119035,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1119035,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1119035,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1119035,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1119035,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1119035,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1119035,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1119035,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1119035,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1119035,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1119035,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1119035,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1119035,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1119035,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1119035,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1119035,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1119035,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1119035,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1119035,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1119035,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1119035,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1119035,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1119035,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1119035,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1119035,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1119035,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1119035,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1119035,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1119035,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1119035,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1119035,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1119035,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1119035,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1119035,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1119035,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1119037,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1119042,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1119045,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1119046,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1119059,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1119059,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1119059,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1119059,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1119059,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1119059,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1119059,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1119059,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1119059,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1119059,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1119059,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1119059,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1119059,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1119059,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1119059,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1119059,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1119059,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1119059,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1119059,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1119059,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1119059,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1119059,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1119059,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1119059,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1119059,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1119059,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1119059,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1119059,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1119059,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1119059,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1119059,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1119059,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1119059,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1119059,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1119059,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1119059,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1119059,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1119059,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1119059,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1119059,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1119059,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1119061,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1119063,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1119065,Proposed,Central_PV,2010,56148.75,3368925,NULL +23,1119065,Proposed,Central_PV,2011,55699.56,3283581,NULL +23,1119065,Proposed,Central_PV,2012,55250.37,3198237,NULL +23,1119065,Proposed,Central_PV,2013,54801.18,3112882.5,NULL +23,1119065,Proposed,Central_PV,2014,54351.99,3027538.5,NULL +23,1119065,Proposed,Central_PV,2015,53902.8,2942194.5,NULL +23,1119065,Proposed,Central_PV,2016,53229.015,1470000,NULL +23,1119065,Proposed,Central_PV,2017,52555.23,1411200,NULL +23,1119065,Proposed,Central_PV,2018,51881.445,1354752,NULL +23,1119065,Proposed,Central_PV,2019,51207.66,1300561.5,NULL +23,1119065,Proposed,Central_PV,2020,50533.875,1248539.25,NULL +23,1119065,Proposed,Central_PV,2021,50084.685,1198598.1,NULL +23,1119065,Proposed,Central_PV,2022,49635.495,1150654.05,NULL +23,1119065,Proposed,Central_PV,2023,49186.305,1104627.3,NULL +23,1119065,Proposed,Central_PV,2024,48737.115,1060442.25,NULL +23,1119065,Proposed,Central_PV,2025,48287.925,1018025.4,NULL +23,1119065,Proposed,Central_PV,2026,47838.735,977304.3,NULL +23,1119065,Proposed,Central_PV,2027,47389.545,938211.75,NULL +23,1119065,Proposed,Central_PV,2028,46940.355,900683.7,NULL +23,1119065,Proposed,Central_PV,2029,46491.165,864656.1,NULL +23,1119065,Proposed,Central_PV,2030,46041.975,830070.15,NULL +23,1119065,Proposed,Central_PV,2031,45592.785,821768.85,NULL +23,1119065,Proposed,Central_PV,2032,45143.595,813551.55,NULL +23,1119065,Proposed,Central_PV,2033,44694.405,805416.15,NULL +23,1119065,Proposed,Central_PV,2034,44245.215,797361.6,NULL +23,1119065,Proposed,Central_PV,2035,43796.025,789387.9,NULL +23,1119065,Proposed,Central_PV,2036,43346.835,781494,NULL +23,1119065,Proposed,Central_PV,2037,42897.645,773678.85,NULL +23,1119065,Proposed,Central_PV,2038,42448.455,765942.45,NULL +23,1119065,Proposed,Central_PV,2039,41999.265,758282.7,NULL +23,1119065,Proposed,Central_PV,2040,41550.075,750700.65,NULL +23,1119065,Proposed,Central_PV,2041,41100.885,743193.15,NULL +23,1119065,Proposed,Central_PV,2042,40651.695,735761.25,NULL +23,1119065,Proposed,Central_PV,2043,40202.505,728403.9,NULL +23,1119065,Proposed,Central_PV,2044,39753.315,721120.05,NULL +23,1119065,Proposed,Central_PV,2045,39304.125,713908.65,NULL +23,1119065,Proposed,Central_PV,2046,38854.935,706769.7,NULL +23,1119065,Proposed,Central_PV,2047,38405.745,699702.15,NULL +23,1119065,Proposed,Central_PV,2048,37956.555,692704.95,NULL +23,1119065,Proposed,Central_PV,2049,37507.365,685778.1,NULL +23,1119065,Proposed,Central_PV,2050,37058.175,678919.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1119066,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2010,56148.75,7928203.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2011,56148.75,7869813,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2012,56148.75,7811412,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2013,56148.75,7753021.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2014,56148.75,7694620.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2015,56148.75,7636230,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2016,56148.75,7575592.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2017,56148.75,7514944.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2018,56148.75,7454307,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2019,56148.75,7393669.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2020,56148.75,7333032,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2021,56148.75,7196028,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2022,56148.75,7059024,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2023,56148.75,6922020,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2024,56148.75,6785016,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2025,56148.75,6648012,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2026,56148.75,6511008,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2027,56148.75,6374004,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2028,56148.75,6237000,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2029,56148.75,6099996,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2030,56148.75,5962992,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2031,56148.75,5825998.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2032,56148.75,5688994.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2033,56148.75,5551990.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2034,56148.75,5414986.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2035,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2036,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2037,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2038,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2039,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2040,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2041,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2042,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2043,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2044,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2045,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2046,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2047,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2048,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2049,56148.75,5277982.5,NULL +23,1119067,Proposed,CSP_Trough_6h_Storage,2050,56148.75,5277982.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2010,56148.75,5513802,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2011,56148.75,5471130,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2012,56148.75,5428458,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2013,56148.75,5385786,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2014,56148.75,5343114,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2015,56148.75,5300442,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2016,56148.75,5260017,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2017,56148.75,5219592,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2018,56148.75,5179156.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2019,56148.75,5138731.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2020,56148.75,5098306.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2021,56148.75,5055634.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2022,56148.75,5012962.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2023,56148.75,4970290.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2024,56148.75,4927618.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2025,56148.75,4884936,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2026,56148.75,4844511,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2027,56148.75,4804086,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2028,56148.75,4763661,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2029,56148.75,4723236,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2030,56148.75,4682811,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2031,56148.75,4641703.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2032,56148.75,4600596,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2033,56148.75,4559509.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2034,56148.75,4518402,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2035,56148.75,4477305,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2036,56148.75,4435305,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2037,56148.75,4393305,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2038,56148.75,4351294.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2039,56148.75,4309305,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2040,56148.75,4267305,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2041,56148.75,4226880,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2042,56148.75,4186455,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2043,56148.75,4146019.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2044,56148.75,4105594.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2045,56148.75,4065169.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2046,56148.75,4022497.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2047,56148.75,3979825.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2048,56148.75,3937153.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2049,56148.75,3894481.5,NULL +23,1119075,Proposed,CSP_Trough_No_Storage,2050,56148.75,3851799,NULL +23,1191182342,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182342,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182363,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182370,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182399,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182402,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182403,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182418,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182419,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182420,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182421,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182424,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182426,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182427,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182429,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182430,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182434,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182453,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182454,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182455,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182456,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182458,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182469,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182470,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182471,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182477,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182491,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182492,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182493,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182494,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182495,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182496,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182497,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182499,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182500,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182502,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182504,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182505,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182509,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182510,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182513,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182514,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182515,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182517,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182518,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182519,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182520,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182521,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182525,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182526,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182527,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182528,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182529,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182531,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182532,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182534,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182537,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182539,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182540,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182541,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182542,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182545,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182547,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182548,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182550,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182557,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182558,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182561,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182564,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182566,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182568,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182571,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182573,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182575,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182576,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182577,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182579,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182588,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182601,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182603,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182604,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182605,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182606,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182610,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182611,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182612,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182613,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182615,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182619,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182621,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182623,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182625,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182627,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182629,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182631,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182633,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182638,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182639,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182640,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182641,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182646,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182648,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182650,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182651,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182654,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182655,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182656,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182659,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182663,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182664,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182667,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182669,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182670,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182672,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182674,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182675,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182676,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182678,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182681,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182682,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182683,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182684,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182686,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182690,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182691,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182694,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182695,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182697,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182699,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182700,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182701,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182702,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182703,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182706,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182708,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182711,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182713,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182715,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182716,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182720,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182722,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182723,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182726,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182727,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182729,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182730,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182735,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182736,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182739,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182756,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182802,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182817,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182818,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182822,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182833,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182844,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182845,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182867,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182870,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182923,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182924,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182927,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182933,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182935,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182936,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182937,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182951,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182952,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191182954,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183030,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183104,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183108,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183112,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183113,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183115,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183129,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183130,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183134,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183135,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183136,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183142,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183169,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183171,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183176,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183180,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183181,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183187,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183194,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183195,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183200,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183206,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183227,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183228,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183230,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183231,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183241,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183242,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183251,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183260,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183261,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183262,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183263,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183264,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183266,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183267,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183277,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183278,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183280,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183281,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183285,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183287,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183288,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183289,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183290,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183296,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183297,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183300,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183302,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183303,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183306,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183309,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183313,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183314,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183315,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183317,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183325,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183326,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183329,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183331,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183332,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183336,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183338,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183342,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183347,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183350,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183355,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183357,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183359,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183363,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183365,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183366,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183367,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183369,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183371,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183373,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183377,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183378,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183379,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183381,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183382,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183383,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183384,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183385,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183398,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183399,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183401,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183405,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183408,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183410,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183411,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183413,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183417,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183418,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183419,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183422,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183424,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183445,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183453,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183482,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183559,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183613,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183653,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183683,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183711,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183712,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183722,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183729,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183732,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183741,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183747,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183753,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183761,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183766,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183768,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183769,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183770,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183772,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183773,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183774,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183775,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183780,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183783,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183784,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183785,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183787,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183792,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183793,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183795,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183799,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183801,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183804,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183818,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183819,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183821,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183827,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183849,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183850,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183879,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183904,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183905,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183906,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183908,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183910,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183911,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183913,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183914,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183919,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183921,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183924,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183926,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183928,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183929,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183930,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183933,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183934,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183935,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183939,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183941,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183942,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183944,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183946,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183948,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183949,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183953,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183955,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183956,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183960,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183965,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183966,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183968,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191183969,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184001,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184002,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184004,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184010,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184012,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184013,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184016,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184017,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184018,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184019,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184021,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184024,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184026,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184032,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184033,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184034,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184035,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184036,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184041,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184042,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184043,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184044,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184045,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184047,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184050,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184052,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184053,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184055,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184057,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184061,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184062,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184063,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184065,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184066,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184067,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184068,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184070,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184071,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184072,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184073,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184075,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184077,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184079,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184080,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184081,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184084,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184087,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184088,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184090,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184091,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184092,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184093,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184095,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184099,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184103,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184122,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184123,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184133,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184135,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184138,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184148,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184150,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184160,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184175,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184187,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184189,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184192,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184194,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184203,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184204,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184205,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184206,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184207,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184210,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184214,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184216,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184217,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184221,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184222,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184224,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184228,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184229,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184252,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184256,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184274,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184291,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184293,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184295,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184296,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184300,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184301,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184330,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184385,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184389,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184397,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184399,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184413,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184420,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184423,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184424,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184449,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184452,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184468,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184477,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184478,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184482,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184487,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184512,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184539,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184557,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184624,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184697,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184723,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184758,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184775,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184781,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184784,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184790,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184797,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184799,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184801,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184808,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184831,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184832,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184841,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184842,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184843,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184946,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184984,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184990,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191184992,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185001,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185004,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185006,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185011,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185021,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185044,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185079,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185082,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185083,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185088,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185089,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185098,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185114,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185115,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185124,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185125,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185127,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185132,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185138,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185143,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185144,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185145,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185150,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185158,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185159,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185163,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185164,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185171,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185190,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185193,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185199,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185223,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185238,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185241,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185262,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185268,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185272,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185273,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185280,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185282,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185285,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185287,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185288,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185289,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185291,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185293,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185295,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185299,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185303,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185304,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185305,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185306,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185316,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185320,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185321,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185324,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185325,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185333,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185334,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185336,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185340,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185344,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185346,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185350,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185353,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185354,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185355,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185356,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185368,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185370,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185373,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185374,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185377,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185378,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185379,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185380,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185382,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185383,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185385,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185386,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185387,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185388,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185391,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185392,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185394,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185395,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185402,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185403,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185406,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185412,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185415,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185416,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185417,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185420,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185422,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185423,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185425,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185426,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185428,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185429,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185430,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185436,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185437,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185439,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185440,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185441,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185449,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185452,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185453,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185455,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185457,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185458,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185459,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185461,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185463,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185464,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185468,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185469,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185470,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185472,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185473,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185475,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185476,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185477,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185478,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185479,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185480,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185482,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185483,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185484,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185486,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185487,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185488,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185490,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185492,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185493,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185494,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185498,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185500,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185502,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185507,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185508,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185509,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185510,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185512,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185522,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185523,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185524,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185525,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185526,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185532,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185540,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185541,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185543,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185544,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185545,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185546,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185551,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185557,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185562,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185563,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185564,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185567,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185571,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185578,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185586,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185606,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185607,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185615,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191185633,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191185651,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185651,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185651,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185651,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185651,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185651,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185651,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185651,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185651,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185651,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185651,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185651,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185651,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185651,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185651,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185651,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185651,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185651,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185651,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185651,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185651,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185651,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185651,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185651,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185651,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185651,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185651,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185651,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185651,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185651,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185651,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185651,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185651,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185651,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185651,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185651,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185651,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185651,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185651,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185651,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185651,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185652,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185652,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185652,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185652,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185652,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185652,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185652,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185652,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185652,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185652,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185652,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185652,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185652,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185652,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185652,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185652,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185652,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185652,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185652,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185652,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185652,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185652,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185652,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185652,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185652,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185652,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185652,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185652,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185652,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185652,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185652,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185652,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185652,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185652,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185652,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185652,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185652,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185652,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185652,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185652,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185652,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185655,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185655,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185655,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185655,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185655,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185655,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185655,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185655,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185655,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185655,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185655,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185655,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185655,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185655,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185655,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185655,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185655,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185655,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185655,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185655,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185655,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185655,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185655,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185655,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185655,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185655,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185655,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185655,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185655,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185655,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185655,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185655,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185655,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185655,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185655,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185655,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185655,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185655,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185655,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185655,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185655,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185657,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185657,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185657,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185657,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185657,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185657,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185657,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185657,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185657,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185657,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185657,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185657,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185657,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185657,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185657,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185657,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185657,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185657,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185657,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185657,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185657,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185657,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185657,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185657,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185657,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185657,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185657,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185657,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185657,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185657,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185657,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185657,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185657,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185657,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185657,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185657,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185657,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185657,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185657,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185657,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185657,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185658,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185658,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185658,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185658,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185658,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185658,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185658,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185658,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185658,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185658,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185658,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185658,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185658,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185658,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185658,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185658,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185658,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185658,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185658,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185658,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185658,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185658,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185658,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185658,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185658,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185658,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185658,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185658,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185658,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185658,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185658,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185658,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185658,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185658,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185658,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185658,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185658,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185658,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185658,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185658,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185658,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185661,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185661,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185661,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185661,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185661,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185661,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185661,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185661,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185661,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185661,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185661,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185661,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185661,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185661,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185661,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185661,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185661,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185661,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185661,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185661,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185661,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185661,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185661,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185661,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185661,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185661,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185661,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185661,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185661,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185661,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185661,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185661,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185661,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185661,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185661,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185661,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185661,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185661,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185661,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185661,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185661,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185662,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185662,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185662,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185662,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185662,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185662,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185662,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185662,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185662,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185662,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185662,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185662,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185662,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185662,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185662,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185662,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185662,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185662,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185662,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185662,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185662,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185662,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185662,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185662,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185662,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185662,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185662,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185662,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185662,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185662,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185662,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185662,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185662,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185662,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185662,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185662,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185662,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185662,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185662,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185662,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185662,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185663,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185663,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185663,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185663,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185663,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185663,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185663,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185663,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185663,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185663,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185663,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185663,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185663,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185663,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185663,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185663,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185663,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185663,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185663,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185663,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185663,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185663,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185663,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185663,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185663,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185663,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185663,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185663,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185663,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185663,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185663,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185663,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185663,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185663,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185663,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185663,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185663,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185663,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185663,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185663,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185663,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185667,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185667,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185667,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185667,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185667,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185667,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185667,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185667,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185667,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185667,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185667,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185667,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185667,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185667,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185667,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185667,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185667,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185667,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185667,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185667,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185667,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185667,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185667,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185667,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185667,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185667,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185667,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185667,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185667,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185667,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185667,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185667,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185667,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185667,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185667,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185667,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185667,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185667,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185667,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185667,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185667,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185669,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185669,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185669,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185669,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185669,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185669,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185669,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185669,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185669,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185669,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185669,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185669,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185669,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185669,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185669,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185669,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185669,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185669,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185669,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185669,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185669,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185669,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185669,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185669,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185669,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185669,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185669,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185669,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185669,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185669,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185669,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185669,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185669,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185669,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185669,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185669,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185669,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185669,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185669,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185669,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185669,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185671,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185671,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185671,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185671,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185671,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185671,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185671,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185671,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185671,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185671,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185671,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185671,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185671,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185671,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185671,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185671,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185671,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185671,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185671,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185671,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185671,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185671,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185671,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185671,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185671,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185671,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185671,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185671,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185671,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185671,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185671,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185671,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185671,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185671,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185671,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185671,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185671,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185671,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185671,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185671,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185671,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185673,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185673,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185673,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185673,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185673,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185673,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185673,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185673,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185673,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185673,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185673,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185673,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185673,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185673,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185673,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185673,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185673,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185673,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185673,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185673,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185673,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185673,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185673,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185673,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185673,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185673,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185673,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185673,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185673,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185673,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185673,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185673,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185673,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185673,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185673,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185673,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185673,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185673,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185673,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185673,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185673,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185674,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185674,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185674,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185674,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185674,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185674,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185674,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185674,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185674,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185674,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185674,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185674,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185674,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185674,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185674,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185674,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185674,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185674,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185674,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185674,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185674,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185674,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185674,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185674,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185674,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185674,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185674,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185674,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185674,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185674,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185674,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185674,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185674,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185674,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185674,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185674,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185674,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185674,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185674,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185674,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185674,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185676,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185676,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185676,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185676,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185676,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185676,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185676,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185676,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185676,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185676,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185676,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185676,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185676,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185676,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185676,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185676,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185676,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185676,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185676,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185676,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185676,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185676,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185676,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185676,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185676,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185676,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185676,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185676,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185676,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185676,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185676,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185676,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185676,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185676,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185676,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185676,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185676,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185676,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185676,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185676,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185676,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185677,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185677,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185677,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185677,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185677,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185677,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185677,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185677,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185677,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185677,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185677,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185677,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185677,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185677,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185677,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185677,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185677,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185677,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185677,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185677,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185677,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185677,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185677,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185677,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185677,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185677,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185677,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185677,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185677,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185677,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185677,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185677,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185677,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185677,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185677,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185677,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185677,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185677,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185677,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185677,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185677,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185681,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185681,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185681,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185681,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185681,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185681,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185681,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185681,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185681,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185681,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185681,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185681,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185681,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185681,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185681,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185681,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185681,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185681,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185681,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185681,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185681,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185681,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185681,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185681,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185681,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185681,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185681,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185681,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185681,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185681,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185681,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185681,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185681,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185681,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185681,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185681,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185681,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185681,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185681,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185681,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185681,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185684,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185684,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185684,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185684,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185684,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185684,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185684,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185684,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185684,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185684,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185684,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185684,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185684,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185684,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185684,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185684,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185684,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185684,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185684,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185684,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185684,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185684,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185684,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185684,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185684,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185684,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185684,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185684,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185684,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185684,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185684,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185684,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185684,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185684,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185684,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185684,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185684,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185684,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185684,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185684,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185684,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185687,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185687,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185687,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185687,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185687,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185687,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185687,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185687,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185687,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185687,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185687,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185687,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185687,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185687,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185687,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185687,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185687,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185687,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185687,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185687,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185687,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185687,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185687,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185687,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185687,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185687,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185687,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185687,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185687,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185687,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185687,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185687,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185687,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185687,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185687,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185687,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185687,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185687,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185687,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185687,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185687,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185692,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185692,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185692,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185692,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185692,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185692,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185692,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185692,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185692,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185692,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185692,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185692,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185692,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185692,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185692,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185692,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185692,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185692,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185692,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185692,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185692,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185692,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185692,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185692,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185692,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185692,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185692,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185692,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185692,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185692,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185692,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185692,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185692,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185692,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185692,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185692,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185692,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185692,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185692,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185692,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185692,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185693,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185693,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185693,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185693,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185693,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185693,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185693,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185693,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185693,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185693,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185693,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185693,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185693,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185693,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185693,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185693,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185693,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185693,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185693,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185693,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185693,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185693,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185693,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185693,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185693,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185693,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185693,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185693,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185693,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185693,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185693,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185693,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185693,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185693,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185693,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185693,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185693,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185693,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185693,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185693,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185693,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191185694,Proposed,Offshore_Wind,2010,112297.5,3717042,NULL +23,1191185694,Proposed,Offshore_Wind,2011,112297.5,3699076.5,NULL +23,1191185694,Proposed,Offshore_Wind,2012,112297.5,3681111,NULL +23,1191185694,Proposed,Offshore_Wind,2013,112297.5,3663145.5,NULL +23,1191185694,Proposed,Offshore_Wind,2014,112297.5,3645180,NULL +23,1191185694,Proposed,Offshore_Wind,2015,112297.5,3627204,NULL +23,1191185694,Proposed,Offshore_Wind,2016,112297.5,4725000,NULL +23,1191185694,Proposed,Offshore_Wind,2017,112297.5,4536000,NULL +23,1191185694,Proposed,Offshore_Wind,2018,112297.5,4354560,NULL +23,1191185694,Proposed,Offshore_Wind,2019,112297.5,4180377.6,NULL +23,1191185694,Proposed,Offshore_Wind,2020,112297.5,4013163,NULL +23,1191185694,Proposed,Offshore_Wind,2021,112297.5,3852635.85,NULL +23,1191185694,Proposed,Offshore_Wind,2022,112297.5,3698530.5,NULL +23,1191185694,Proposed,Offshore_Wind,2023,112297.5,3550589.7,NULL +23,1191185694,Proposed,Offshore_Wind,2024,112297.5,3408565.65,NULL +23,1191185694,Proposed,Offshore_Wind,2025,112297.5,3272223.15,NULL +23,1191185694,Proposed,Offshore_Wind,2026,112297.5,3141334.35,NULL +23,1191185694,Proposed,Offshore_Wind,2027,112297.5,3015680.85,NULL +23,1191185694,Proposed,Offshore_Wind,2028,112297.5,2895053.7,NULL +23,1191185694,Proposed,Offshore_Wind,2029,112297.5,2779251.3,NULL +23,1191185694,Proposed,Offshore_Wind,2030,112297.5,2668081.5,NULL +23,1191185694,Proposed,Offshore_Wind,2031,112297.5,2641401,NULL +23,1191185694,Proposed,Offshore_Wind,2032,112297.5,2614986.15,NULL +23,1191185694,Proposed,Offshore_Wind,2033,112297.5,2588836.95,NULL +23,1191185694,Proposed,Offshore_Wind,2034,112297.5,2562948.15,NULL +23,1191185694,Proposed,Offshore_Wind,2035,112297.5,2537318.7,NULL +23,1191185694,Proposed,Offshore_Wind,2036,112297.5,2511945.45,NULL +23,1191185694,Proposed,Offshore_Wind,2037,112297.5,2486826.3,NULL +23,1191185694,Proposed,Offshore_Wind,2038,112297.5,2461958.1,NULL +23,1191185694,Proposed,Offshore_Wind,2039,112297.5,2437338.75,NULL +23,1191185694,Proposed,Offshore_Wind,2040,112297.5,2412965.1,NULL +23,1191185694,Proposed,Offshore_Wind,2041,112297.5,2388835.05,NULL +23,1191185694,Proposed,Offshore_Wind,2042,112297.5,2364946.5,NULL +23,1191185694,Proposed,Offshore_Wind,2043,112297.5,2341297.35,NULL +23,1191185694,Proposed,Offshore_Wind,2044,112297.5,2317884.45,NULL +23,1191185694,Proposed,Offshore_Wind,2045,112297.5,2294705.7,NULL +23,1191185694,Proposed,Offshore_Wind,2046,112297.5,2271759,NULL +23,1191185694,Proposed,Offshore_Wind,2047,112297.5,2249041.2,NULL +23,1191185694,Proposed,Offshore_Wind,2048,112297.5,2226550.2,NULL +23,1191185694,Proposed,Offshore_Wind,2049,112297.5,2204284.95,NULL +23,1191185694,Proposed,Offshore_Wind,2050,112297.5,2182242.3,NULL +23,1191209179,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209179,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209181,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209182,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209183,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209184,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209185,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209187,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209188,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209189,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209191,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209194,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209195,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209196,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209198,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209199,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209200,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209201,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209202,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209203,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209204,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209205,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209206,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209208,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209210,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209213,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209214,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209216,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209217,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209222,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209224,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209226,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209226,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209226,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209226,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209226,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209226,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209226,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209226,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209227,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209227,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209227,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209227,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209227,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209227,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209227,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209229,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209229,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209229,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209229,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209229,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209229,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209229,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209230,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209230,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209230,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209230,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209230,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209230,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209230,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209231,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209231,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209231,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209231,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209231,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209231,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209231,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209234,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209234,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209234,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209234,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209234,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209234,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209234,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209236,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209236,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209236,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209236,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209236,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209236,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209236,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209238,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209238,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209238,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209238,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209238,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209238,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209238,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209239,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209239,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209239,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209239,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209239,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209239,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209239,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209243,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209243,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209243,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209243,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209243,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209243,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209243,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209245,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209245,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209245,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209245,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209245,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209245,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209245,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209253,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209253,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209253,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209253,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209253,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209253,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209253,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209255,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209255,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209255,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209255,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209255,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209255,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209255,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209256,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209256,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209256,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209256,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209256,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209256,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209256,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209257,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209257,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209257,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209257,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209257,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209257,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209257,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209259,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209259,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209259,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209259,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209259,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209259,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209259,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209263,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209263,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209263,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209263,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209263,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209263,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209263,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209265,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209265,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209265,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209265,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209265,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209265,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209265,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209267,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209267,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209267,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209267,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209267,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209267,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209267,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209268,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209268,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209268,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209268,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209268,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209268,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209268,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209271,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209271,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209271,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209271,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209271,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209271,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209271,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209272,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209272,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209272,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209272,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209272,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209272,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209272,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209274,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209274,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209274,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209274,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209274,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209274,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209274,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209276,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209276,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209276,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209276,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209276,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209276,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209276,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209277,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209277,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209277,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209277,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209277,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209277,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209277,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209278,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209278,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209278,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209278,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209278,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209278,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209278,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209283,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209283,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209283,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209283,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209283,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209283,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209283,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209287,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209287,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209287,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209287,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209287,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209287,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209287,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209288,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209288,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209288,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209288,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209288,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209288,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209288,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209289,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209289,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209289,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209289,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209289,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209289,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209289,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209291,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209291,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209291,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209291,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209291,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209291,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209291,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209292,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209292,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209292,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209292,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209292,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209292,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209292,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209297,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209297,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209297,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209297,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209297,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209297,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209297,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209299,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209299,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209299,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209299,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209299,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209299,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209299,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209300,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209300,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209300,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209300,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209300,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209300,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209300,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209301,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209301,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209301,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209301,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209301,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209301,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209301,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209302,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209302,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209302,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209302,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209302,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209302,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209302,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209305,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209305,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209305,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209305,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209305,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209305,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209305,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209308,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209308,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209308,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209308,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209308,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209308,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209308,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209313,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209313,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209313,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209313,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209313,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209313,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209313,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209314,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209314,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209314,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209314,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209314,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209314,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209314,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209317,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209317,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209317,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209317,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209317,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209317,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209317,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209320,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209320,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209320,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209320,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209320,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209320,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209320,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209324,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209324,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209324,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209324,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209324,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209324,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209324,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209326,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209326,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209326,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209326,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209326,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209326,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209326,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209328,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209328,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209328,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209328,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209328,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209328,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209328,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209329,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209329,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209329,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209329,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209329,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209329,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209329,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209331,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209331,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209331,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209331,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209331,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209331,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209331,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209332,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209332,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209332,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209332,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209332,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209332,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209332,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209334,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209334,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209334,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209334,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209334,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209334,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209334,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209336,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209336,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209336,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209336,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209336,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209336,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209336,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209337,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209337,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209337,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209337,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209337,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209337,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209337,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209340,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209340,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209340,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209340,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209340,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209340,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209340,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209342,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209342,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209342,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209342,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209342,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209342,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209342,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209343,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209343,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209343,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209343,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209343,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209343,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209343,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209345,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209345,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209345,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209345,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209345,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209345,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209345,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209346,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209346,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209346,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209346,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209346,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209346,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209346,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209349,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209349,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209349,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209349,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209349,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209349,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209349,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209352,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209352,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209352,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209352,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209352,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209352,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209352,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209353,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209353,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209353,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209353,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209353,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209353,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209353,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209357,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209357,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209357,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209357,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209357,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209357,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209357,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209361,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209361,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209361,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209361,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209361,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209361,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209361,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209362,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209362,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209362,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209362,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209362,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209362,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209362,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209363,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209363,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209363,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209363,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209363,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209363,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209363,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209366,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209366,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209366,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209366,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209366,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209366,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209366,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209368,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209368,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209368,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209368,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209368,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209368,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209368,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209369,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209369,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209369,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209369,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209369,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209369,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209369,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209373,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209373,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209373,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209373,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209373,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209373,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209373,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209374,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209374,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209374,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209374,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209374,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209374,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209374,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209376,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209376,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209376,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209376,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209376,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209376,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209376,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209377,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209377,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209377,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209377,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209377,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209377,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209377,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209381,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209381,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209381,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209381,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209381,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209381,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209381,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209382,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209382,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209382,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209382,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209382,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209382,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209382,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209385,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209385,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209385,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209385,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209385,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209385,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209385,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209391,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209391,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209391,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209391,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209391,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209391,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209391,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209392,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209392,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209392,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209392,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209392,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209392,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209392,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209393,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209393,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209393,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209393,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209393,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209393,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209393,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209395,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209395,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209395,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209395,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209395,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209395,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209395,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209396,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209396,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209396,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209396,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209396,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209396,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209396,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209401,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209401,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209401,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209401,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209401,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209401,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209401,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209402,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209402,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209402,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209402,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209402,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209402,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209402,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209403,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209403,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209403,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209403,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209403,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209403,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209403,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209404,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209404,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209404,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209404,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209404,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209404,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209404,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209406,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209406,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209406,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209406,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209406,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209406,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209406,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209407,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209407,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209407,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209407,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209407,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209407,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209407,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209412,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209412,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209412,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209412,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209412,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209412,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209412,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209413,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209413,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209413,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209413,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209413,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209413,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209413,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209414,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209414,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209414,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209414,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209414,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209414,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209414,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209415,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209415,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209415,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209415,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209415,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209415,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209415,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209417,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209417,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209417,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209417,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209417,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209417,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209417,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209418,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209418,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209418,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209418,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209418,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209418,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209418,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209420,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209420,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209420,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209420,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209420,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209420,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209420,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191209421,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191209421,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191209421,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191209421,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191209421,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191209421,Proposed,Geothermal,2016,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2017,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2018,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2019,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2020,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2021,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2022,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2023,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2024,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2025,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2026,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2027,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2028,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2029,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2030,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2031,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2032,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2033,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2034,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2035,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2036,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2037,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2038,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2039,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2040,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2041,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2042,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2043,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2044,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2045,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2046,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2047,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2048,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2049,0,5250000,NULL +23,1191209421,Proposed,Geothermal,2050,0,5250000,NULL +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209423,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209424,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209426,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209427,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209429,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209431,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209433,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209435,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209436,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209437,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209439,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209441,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209442,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209444,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209446,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209447,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209463,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209464,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209465,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209468,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191209469,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191209471,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209471,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2010,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2011,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2012,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2013,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2014,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2015,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2016,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2017,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2018,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2019,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2020,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2021,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2022,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2023,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2024,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2025,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2026,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2027,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2028,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2029,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2030,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2031,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2032,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2033,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2034,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2035,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2036,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2037,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2038,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2039,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2040,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2041,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2042,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2043,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2044,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2045,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2046,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2047,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2048,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2049,64380.33,2118354,NULL +23,1191209472,Proposed,Bio_Gas,2050,64380.33,2118354,NULL +23,1191209476,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209476,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209478,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209481,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209482,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209483,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209484,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209486,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209487,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209489,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209490,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209492,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209494,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209496,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209497,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209498,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209501,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209506,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209508,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209511,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209512,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209513,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209515,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191209519,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209520,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209521,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209523,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209524,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209527,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209530,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209534,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209536,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209537,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209539,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209540,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209542,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209544,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209548,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209550,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209551,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209553,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209554,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209555,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209556,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209557,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209560,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209561,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209562,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209563,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209564,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209566,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209567,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209568,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2010,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2011,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2012,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2013,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2014,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2015,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2016,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2017,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2018,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2019,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2020,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2021,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2022,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2023,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2024,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2025,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2026,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2027,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2028,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2029,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2030,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2031,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2032,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2033,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2034,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2035,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2036,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2037,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2038,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2039,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2040,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2041,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2042,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2043,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2044,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2045,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2046,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2047,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2048,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2049,5906.8485,731056.2,NULL +23,1191209569,Proposed,Gas_Combustion_Turbine,2050,5906.8485,731056.2,NULL +23,1191209575,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209575,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209576,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209577,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209578,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209592,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209595,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209596,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209598,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209601,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209602,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209603,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209604,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209606,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209613,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209614,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2010,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2011,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2012,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2013,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2014,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2015,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2016,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2017,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2018,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2019,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2020,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2021,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2022,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2023,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2024,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2025,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2026,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2027,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2028,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2029,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2030,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2031,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2032,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2033,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2034,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2035,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2036,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2037,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2038,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2039,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2040,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2041,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2042,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2043,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2044,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2045,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2046,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2047,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2048,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2049,34924.47,4503135,NULL +23,1191209617,Proposed,Coal_IGCC,2050,34924.47,4503135,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209622,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209624,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209625,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209628,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209641,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209643,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209644,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209645,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209647,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209648,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209650,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209651,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209653,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209654,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209655,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209656,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209657,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209658,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209661,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209663,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209666,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2010,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2011,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2012,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2013,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2014,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2015,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2016,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2017,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2018,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2019,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2020,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2021,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2022,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2023,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2024,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2025,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2026,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2027,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2028,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2029,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2030,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2031,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2032,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2033,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2034,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2035,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2036,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2037,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2038,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2039,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2040,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2041,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2042,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2043,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2044,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2045,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2046,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2047,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2048,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2049,25828.425,3245403,NULL +23,1191209667,Proposed,Coal_Steam_Turbine,2050,25828.425,3245403,NULL +23,1191209726,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209726,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209726,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209726,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209726,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209726,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209726,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209726,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209726,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209726,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209726,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209726,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209726,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209726,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209726,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209726,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209726,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209726,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209726,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209726,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209726,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209726,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209726,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209726,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209726,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209726,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209726,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209726,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209726,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209726,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209726,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209726,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209726,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209726,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209726,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209726,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209726,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209726,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209726,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209726,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209726,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209728,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209728,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209728,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209728,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209728,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209728,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209728,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209728,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209728,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209728,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209728,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209728,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209728,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209728,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209728,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209728,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209728,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209728,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209728,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209728,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209728,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209728,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209728,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209728,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209728,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209728,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209728,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209728,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209728,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209728,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209728,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209728,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209728,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209728,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209728,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209728,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209728,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209728,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209728,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209728,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209728,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209730,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209730,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209730,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209730,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209730,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209730,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209730,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209730,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209730,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209730,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209730,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209730,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209730,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209730,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209730,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209730,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209730,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209730,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209730,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209730,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209730,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209730,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209730,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209730,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209730,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209730,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209730,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209730,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209730,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209730,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209730,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209730,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209730,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209730,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209730,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209730,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209730,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209730,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209730,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209730,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209730,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209731,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209731,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209731,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209731,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209731,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209731,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209731,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209731,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209731,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209731,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209731,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209731,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209731,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209731,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209731,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209731,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209731,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209731,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209731,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209731,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209731,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209731,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209731,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209731,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209731,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209731,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209731,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209731,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209731,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209731,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209731,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209731,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209731,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209731,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209731,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209731,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209731,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209731,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209731,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209731,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209731,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209734,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209734,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209734,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209734,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209734,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209734,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209734,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209734,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209734,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209734,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209734,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209734,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209734,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209734,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209734,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209734,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209734,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209734,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209734,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209734,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209734,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209734,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209734,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209734,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209734,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209734,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209734,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209734,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209734,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209734,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209734,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209734,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209734,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209734,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209734,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209734,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209734,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209734,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209734,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209734,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209734,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209735,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209735,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209735,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209735,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209735,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209735,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209735,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209735,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209735,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209735,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209735,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209735,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209735,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209735,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209735,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209735,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209735,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209735,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209735,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209735,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209735,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209735,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209735,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209735,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209735,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209735,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209735,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209735,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209735,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209735,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209735,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209735,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209735,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209735,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209735,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209735,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209735,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209735,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209735,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209735,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209735,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209736,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209736,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209736,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209736,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209736,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209736,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209736,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209736,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209736,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209736,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209736,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209736,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209736,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209736,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209736,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209736,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209736,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209736,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209736,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209736,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209736,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209736,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209736,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209736,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209736,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209736,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209736,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209736,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209736,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209736,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209736,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209736,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209736,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209736,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209736,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209736,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209736,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209736,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209736,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209736,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209736,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209737,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209737,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209737,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209737,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209737,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209737,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209737,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209737,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209737,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209737,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209737,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209737,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209737,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209737,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209737,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209737,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209737,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209737,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209737,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209737,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209737,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209737,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209737,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209737,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209737,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209737,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209737,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209737,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209737,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209737,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209737,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209737,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209737,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209737,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209737,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209737,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209737,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209737,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209737,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209737,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209737,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209738,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209738,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209738,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209738,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209738,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209738,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209738,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209738,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209738,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209738,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209738,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209738,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209738,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209738,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209738,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209738,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209738,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209738,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209738,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209738,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209738,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209738,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209738,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209738,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209738,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209738,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209738,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209738,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209738,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209738,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209738,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209738,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209738,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209738,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209738,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209738,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209738,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209738,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209738,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209738,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209738,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209740,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209740,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209740,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209740,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209740,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209740,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209740,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209740,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209740,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209740,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209740,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209740,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209740,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209740,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209740,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209740,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209740,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209740,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209740,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209740,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209740,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209740,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209740,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209740,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209740,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209740,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209740,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209740,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209740,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209740,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209740,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209740,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209740,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209740,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209740,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209740,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209740,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209740,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209740,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209740,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209740,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209741,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209741,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209741,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209741,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209741,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209741,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209741,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209741,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209741,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209741,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209741,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209741,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209741,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209741,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209741,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209741,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209741,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209741,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209741,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209741,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209741,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209741,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209741,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209741,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209741,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209741,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209741,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209741,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209741,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209741,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209741,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209741,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209741,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209741,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209741,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209741,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209741,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209741,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209741,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209741,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209741,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209742,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209742,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209742,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209742,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209742,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209742,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209742,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209742,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209742,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209742,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209742,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209742,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209742,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209742,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209742,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209742,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209742,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209742,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209742,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209742,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209742,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209742,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209742,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209742,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209742,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209742,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209742,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209742,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209742,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209742,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209742,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209742,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209742,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209742,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209742,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209742,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209742,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209742,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209742,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209742,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209742,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209743,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209743,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209743,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209743,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209743,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209743,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209743,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209743,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209743,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209743,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209743,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209743,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209743,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209743,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209743,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209743,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209743,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209743,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209743,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209743,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209743,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209743,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209743,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209743,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209743,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209743,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209743,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209743,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209743,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209743,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209743,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209743,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209743,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209743,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209743,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209743,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209743,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209743,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209743,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209743,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209743,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209744,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209744,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209744,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209744,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209744,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209744,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209744,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209744,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209744,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209744,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209744,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209744,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209744,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209744,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209744,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209744,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209744,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209744,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209744,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209744,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209744,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209744,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209744,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209744,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209744,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209744,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209744,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209744,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209744,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209744,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209744,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209744,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209744,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209744,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209744,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209744,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209744,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209744,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209744,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209744,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209744,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209745,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209745,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209745,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209745,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209745,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209745,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209745,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209745,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209745,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209745,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209745,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209745,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209745,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209745,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209745,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209745,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209745,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209745,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209745,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209745,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209745,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209745,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209745,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209745,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209745,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209745,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209745,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209745,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209745,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209745,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209745,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209745,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209745,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209745,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209745,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209745,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209745,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209745,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209745,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209745,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209745,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209748,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209748,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209748,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209748,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209748,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209748,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209748,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209748,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209748,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209748,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209748,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209748,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209748,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209748,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209748,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209748,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209748,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209748,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209748,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209748,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209748,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209748,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209748,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209748,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209748,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209748,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209748,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209748,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209748,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209748,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209748,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209748,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209748,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209748,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209748,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209748,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209748,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209748,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209748,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209748,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209748,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209750,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209750,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209750,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209750,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209750,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209750,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209750,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209750,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209750,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209750,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209750,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209750,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209750,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209750,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209750,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209750,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209750,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209750,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209750,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209750,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209750,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209750,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209750,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209750,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209750,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209750,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209750,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209750,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209750,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209750,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209750,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209750,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209750,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209750,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209750,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209750,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209750,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209750,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209750,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209750,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209750,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209755,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209755,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209755,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209755,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209755,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209755,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209755,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209755,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209755,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209755,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209755,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209755,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209755,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209755,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209755,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209755,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209755,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209755,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209755,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209755,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209755,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209755,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209755,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209755,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209755,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209755,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209755,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209755,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209755,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209755,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209755,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209755,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209755,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209755,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209755,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209755,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209755,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209755,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209755,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209755,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209755,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209757,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209757,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209757,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209757,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209757,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209757,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209757,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209757,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209757,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209757,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209757,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209757,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209757,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209757,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209757,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209757,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209757,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209757,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209757,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209757,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209757,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209757,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209757,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209757,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209757,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209757,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209757,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209757,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209757,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209757,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209757,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209757,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209757,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209757,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209757,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209757,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209757,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209757,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209757,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209757,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209757,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209758,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209758,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209758,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209758,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209758,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209758,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209758,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209758,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209758,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209758,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209758,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209758,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209758,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209758,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209758,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209758,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209758,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209758,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209758,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209758,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209758,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209758,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209758,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209758,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209758,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209758,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209758,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209758,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209758,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209758,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209758,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209758,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209758,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209758,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209758,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209758,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209758,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209758,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209758,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209758,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209758,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209759,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209759,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209759,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209759,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209759,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209759,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209759,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209759,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209759,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209759,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209759,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209759,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209759,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209759,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209759,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209759,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209759,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209759,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209759,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209759,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209759,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209759,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209759,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209759,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209759,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209759,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209759,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209759,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209759,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209759,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209759,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209759,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209759,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209759,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209759,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209759,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209759,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209759,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209759,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209759,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209759,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209760,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209760,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209760,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209760,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209760,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209760,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209760,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209760,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209760,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209760,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209760,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209760,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209760,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209760,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209760,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209760,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209760,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209760,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209760,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209760,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209760,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209760,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209760,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209760,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209760,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209760,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209760,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209760,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209760,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209760,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209760,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209760,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209760,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209760,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209760,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209760,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209760,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209760,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209760,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209760,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209760,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209764,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209764,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209764,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209764,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209764,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209764,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209764,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209764,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209764,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209764,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209764,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209764,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209764,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209764,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209764,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209764,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209764,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209764,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209764,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209764,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209764,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209764,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209764,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209764,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209764,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209764,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209764,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209764,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209764,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209764,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209764,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209764,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209764,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209764,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209764,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209764,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209764,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209764,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209764,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209764,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209764,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209765,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209765,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209765,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209765,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209765,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209765,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209765,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209765,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209765,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209765,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209765,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209765,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209765,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209765,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209765,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209765,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209765,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209765,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209765,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209765,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209765,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209765,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209765,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209765,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209765,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209765,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209765,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209765,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209765,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209765,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209765,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209765,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209765,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209765,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209765,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209765,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209765,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209765,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209765,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209765,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209765,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191209766,Proposed,Battery_Storage,2010,28298.97,1168366.5,408926.7 +23,1191209766,Proposed,Battery_Storage,2011,28298.97,1162507.5,406879.2 +23,1191209766,Proposed,Battery_Storage,2012,28298.97,1156648.5,404828.55 +23,1191209766,Proposed,Battery_Storage,2013,28298.97,1150789.5,402778.95 +23,1191209766,Proposed,Battery_Storage,2014,28298.97,1144941,400728.3 +23,1191209766,Proposed,Battery_Storage,2015,28298.97,1139082,398677.65 +23,1191209766,Proposed,Battery_Storage,2016,28298.97,1133223,396631.2 +23,1191209766,Proposed,Battery_Storage,2017,28298.97,1127364,394580.55 +23,1191209766,Proposed,Battery_Storage,2018,28298.97,1121505,392530.95 +23,1191209766,Proposed,Battery_Storage,2019,28298.97,1115656.5,390480.3 +23,1191209766,Proposed,Battery_Storage,2020,28298.97,1109797.5,388429.65 +23,1191209766,Proposed,Battery_Storage,2021,28298.97,1103938.5,386382.15 +23,1191209766,Proposed,Battery_Storage,2022,28298.97,1098090,384331.5 +23,1191209766,Proposed,Battery_Storage,2023,28298.97,1092231,382280.85 +23,1191209766,Proposed,Battery_Storage,2024,28298.97,1086372,380231.25 +23,1191209766,Proposed,Battery_Storage,2025,28298.97,1080513,378180.6 +23,1191209766,Proposed,Battery_Storage,2026,28298.97,1074664.5,376133.1 +23,1191209766,Proposed,Battery_Storage,2027,28298.97,1068805.5,374082.45 +23,1191209766,Proposed,Battery_Storage,2028,28298.97,1062946.5,372031.8 +23,1191209766,Proposed,Battery_Storage,2029,28298.97,1057087.5,369981.15 +23,1191209766,Proposed,Battery_Storage,2030,28298.97,1051239,367931.55 +23,1191209766,Proposed,Battery_Storage,2031,28298.97,1045375.8,365885.1 +23,1191209766,Proposed,Battery_Storage,2032,28298.97,1039519.95,363834.45 +23,1191209766,Proposed,Battery_Storage,2033,28298.97,1033663.05,361783.8 +23,1191209766,Proposed,Battery_Storage,2034,28298.97,1027807.2,359733.15 +23,1191209766,Proposed,Battery_Storage,2035,28298.97,1021950.3,357683.55 +23,1191209766,Proposed,Battery_Storage,2036,28298.97,1016094.45,355635 +23,1191209766,Proposed,Battery_Storage,2037,28298.97,1010237.55,353585.4 +23,1191209766,Proposed,Battery_Storage,2038,28298.97,1004381.7,351534.75 +23,1191209766,Proposed,Battery_Storage,2039,28298.97,998524.8,349484.1 +23,1191209766,Proposed,Battery_Storage,2040,28298.97,992668.95,347434.5 +23,1191209766,Proposed,Battery_Storage,2041,28298.97,986812.05,345385.95 +23,1191209766,Proposed,Battery_Storage,2042,28298.97,980956.2,343335.3 +23,1191209766,Proposed,Battery_Storage,2043,28298.97,975099.3,341285.7 +23,1191209766,Proposed,Battery_Storage,2044,28298.97,969243.45,339235.05 +23,1191209766,Proposed,Battery_Storage,2045,28298.97,963386.55,337184.4 +23,1191209766,Proposed,Battery_Storage,2046,28298.97,957529.65,335137.95 +23,1191209766,Proposed,Battery_Storage,2047,28298.97,951672.75,333087.3 +23,1191209766,Proposed,Battery_Storage,2048,28298.97,945816.9,331037.7 +23,1191209766,Proposed,Battery_Storage,2049,28298.97,939960,328987.05 +23,1191209766,Proposed,Battery_Storage,2050,28298.97,934104.15,326936.4 +23,1191210066,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210066,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210066,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210066,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210066,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210066,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210066,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210066,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210068,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210068,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210068,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210068,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210068,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210068,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210068,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210069,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210069,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210069,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210069,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210069,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210069,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210069,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210072,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210072,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210072,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210072,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210072,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210072,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210072,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210075,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210075,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210075,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210075,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210075,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210075,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210075,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210078,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210078,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210078,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210078,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210078,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210078,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210078,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210079,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210079,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210079,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210079,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210079,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210079,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210079,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210080,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210080,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210080,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210080,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210080,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210080,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210080,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210084,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210084,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210084,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210084,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210084,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210084,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210084,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210085,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210085,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210085,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210085,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210085,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210085,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210085,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210090,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210090,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210090,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210090,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210090,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210090,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210090,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210091,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210091,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210091,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210091,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210091,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210091,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210091,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210093,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210093,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210093,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210093,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210093,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210093,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210093,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210094,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210094,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210094,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210094,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210094,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210094,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210094,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210101,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210101,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210101,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210101,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210101,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210101,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210101,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210104,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210104,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210104,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210104,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210104,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210104,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210104,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210106,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210106,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210106,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210106,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210106,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210106,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210106,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210108,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210108,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210108,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210108,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210108,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210108,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210108,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210112,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210112,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210112,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210112,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210112,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210112,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210112,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210113,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210113,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210113,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210113,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210113,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210113,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210113,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210114,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210114,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210114,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210114,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210114,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210114,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210114,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210117,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210117,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210117,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210117,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210117,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210117,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210117,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210118,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210118,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210118,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210118,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210118,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210118,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210118,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210119,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210119,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210119,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210119,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210119,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210119,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210119,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210120,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210120,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210120,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210120,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210120,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210120,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210120,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2010,0,6670471.5,NULL +23,1191210123,Proposed,Geothermal,2011,0,6670471.5,NULL +23,1191210123,Proposed,Geothermal,2012,0,6670471.5,NULL +23,1191210123,Proposed,Geothermal,2013,0,6670471.5,NULL +23,1191210123,Proposed,Geothermal,2014,0,6670471.5,NULL +23,1191210123,Proposed,Geothermal,2015,0,6670471.5,NULL +23,1191210123,Proposed,Geothermal,2016,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2017,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2018,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2019,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2020,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2021,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2022,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2023,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2024,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2025,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2026,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2027,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2028,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2029,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2030,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2031,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2032,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2033,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2034,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2035,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2036,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2037,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2038,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2039,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2040,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2041,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2042,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2043,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2044,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2045,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2046,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2047,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2048,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2049,0,5250000,NULL +23,1191210123,Proposed,Geothermal,2050,0,5250000,NULL +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2010,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2011,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2012,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2013,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2014,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2015,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2016,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2017,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2018,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2019,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2020,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2021,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2022,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2023,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2024,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2025,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2026,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2027,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2028,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2029,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2030,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2031,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2032,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2033,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2034,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2035,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2036,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2037,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2038,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2039,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2040,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2041,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2042,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2043,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2044,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2045,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2046,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2047,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2048,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2049,13026.51,921826.5,23045.61 +23,1191210361,Proposed,Compressed_Air_Energy_Storage,2050,13026.51,921826.5,23045.61 +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210365,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210369,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210369,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210370,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210371,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210375,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210375,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210377,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210378,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210379,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210379,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210381,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210383,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210383,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210384,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210386,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210390,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210390,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210392,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210393,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210395,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210399,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210403,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210403,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210404,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210405,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210409,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210410,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210412,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210412,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210413,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210415,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210416,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210416,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210417,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210420,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210420,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210421,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210422,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210423,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210428,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210431,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210432,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210434,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210436,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210436,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210437,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210438,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210439,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210442,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210444,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210447,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210451,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210453,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210456,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210461,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210467,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210468,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210470,Proposed,Bio_Liquid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210474,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210474,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210475,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210477,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210477,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210479,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210480,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210486,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210488,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210488,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210489,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210490,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2010,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2011,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2012,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2013,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2014,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2015,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2016,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2017,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2018,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2019,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2020,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2021,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2022,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2023,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2024,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2025,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2026,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2027,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2028,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2029,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2030,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2031,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2032,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2033,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2034,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2035,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2036,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2037,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2038,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2039,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2040,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2041,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2042,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2043,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2044,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2045,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2046,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2047,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2048,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2049,48285.3,1588765.5,NULL +23,1191210492,Proposed,Bio_Gas_Internal_Combustion_Engine_Cogen,2050,48285.3,1588765.5,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210496,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210498,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210499,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210500,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210504,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210504,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210505,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210506,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210508,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210508,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210509,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210511,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210512,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210512,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210514,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210515,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210519,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210520,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210520,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210521,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210523,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210524,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2010,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2011,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2012,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2013,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2014,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2015,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2016,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2017,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2018,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2019,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2020,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2021,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2022,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2023,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2024,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2025,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2026,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2027,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2028,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2029,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2030,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2031,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2032,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2033,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2034,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2035,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2036,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2037,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2038,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2039,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2040,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2041,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2042,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2043,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2044,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2045,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2046,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2047,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2048,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2049,19371.345,2434057.5,NULL +23,1191210525,Proposed,Coal_Steam_Turbine_Cogen,2050,19371.345,2434057.5,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210527,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210528,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210528,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210531,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210533,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2010,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2011,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2012,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2013,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2014,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2015,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2016,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2017,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2018,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2019,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2020,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2021,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2022,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2023,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2024,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2025,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2026,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2027,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2028,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2029,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2030,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2031,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2032,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2033,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2034,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2035,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2036,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2037,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2038,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2039,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2040,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2041,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2042,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2043,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2044,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2045,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2046,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2047,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2048,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2049,26717.04,418840.8,NULL +23,1191210537,Proposed,Gas_Steam_Turbine_Cogen,2050,26717.04,418840.8,NULL +23,1191210541,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210541,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210542,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210545,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2010,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2011,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2012,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2013,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2014,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2015,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2016,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2017,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2018,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2019,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2020,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2021,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2022,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2023,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2024,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2025,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2026,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2027,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2028,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2029,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2030,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2031,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2032,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2033,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2034,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2035,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2036,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2037,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2038,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2039,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2040,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2041,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2042,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2043,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2044,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2045,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2046,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2047,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2048,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2049,4430.139,565136.25,NULL +23,1191210547,Proposed,Gas_Internal_Combustion_Engine_Cogen,2050,4430.139,565136.25,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210548,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210549,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210551,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2010,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2011,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2012,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2013,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2014,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2015,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2016,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2017,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2018,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2019,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2020,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2021,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2022,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2023,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2024,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2025,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2026,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2027,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2028,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2029,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2030,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2031,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2032,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2033,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2034,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2035,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2036,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2037,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2038,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2039,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2040,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2041,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2042,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2043,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2044,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2045,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2046,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2047,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2048,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2049,80011.995,3225736.5,NULL +23,1191210558,Proposed,Bio_Solid_Steam_Turbine_Cogen,2050,80011.995,3225736.5,NULL +23,1191210559,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210559,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210561,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210562,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210562,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210565,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210569,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2010,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2011,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2012,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2013,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2014,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2015,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2016,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2017,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2018,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2019,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2020,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2021,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2022,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2023,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2024,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2025,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2026,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2027,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2028,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2029,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2030,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2031,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2032,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2033,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2034,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2035,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2036,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2037,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2038,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2039,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2040,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2041,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2042,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2043,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2044,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2045,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2046,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2047,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2048,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2049,5314.4805,1035944.7,NULL +23,1191210570,Proposed,CCGT_Cogen,2050,5314.4805,1035944.7,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210574,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210577,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210583,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210584,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210585,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210587,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210589,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210591,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210593,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210594,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210595,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2010,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2011,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2012,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2013,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2014,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2015,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2016,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2017,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2018,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2019,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2020,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2021,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2022,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2023,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2024,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2025,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2026,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2027,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2028,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2029,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2030,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2031,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2032,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2033,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2034,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2035,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2036,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2037,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2038,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2039,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2040,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2041,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2042,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2043,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2044,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2045,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2046,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2047,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2048,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2049,4430.139,548292.15,NULL +23,1191210596,Proposed,Gas_Combustion_Turbine_Cogen,2050,4430.139,548292.15,NULL +23,1191210836,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191210836,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191210839,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2010,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2011,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2012,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2013,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2014,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2015,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2016,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2017,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2018,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2019,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2020,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2021,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2022,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2023,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2024,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2025,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2026,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2027,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2028,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2029,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2030,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2031,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2032,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2033,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2034,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2035,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2036,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2037,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2038,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2039,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2040,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2041,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2042,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2043,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2044,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2045,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2046,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2047,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2048,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2049,7085.967,1381254,NULL +23,1191210841,Proposed,CCGT,2050,7085.967,1381254,NULL +23,1191210852,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210852,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210853,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210854,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210857,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210859,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210861,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210869,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210870,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210871,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210874,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210875,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210880,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210881,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210883,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210885,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210886,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210887,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210892,Proposed,Wind,2050,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2010,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2011,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2012,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2013,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2014,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2015,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2016,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2017,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2018,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2019,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2020,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2021,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2022,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2023,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2024,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2025,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2026,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2027,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2028,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2029,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2030,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2031,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2032,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2033,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2034,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2035,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2036,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2037,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2038,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2039,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2040,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2041,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2042,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2043,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2044,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2045,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2046,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2047,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2048,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2049,67378.5,2223490.5,NULL +23,1191210894,Proposed,Wind,2050,67378.5,2223490.5,NULL \ No newline at end of file diff --git a/switch_model/wecc/database/baseline_creation/testing/orig_cost_scenario_23.xlsx b/switch_model/wecc/database/baseline_creation/testing/orig_cost_scenario_23.xlsx new file mode 100644 index 000000000..dacc43a8d Binary files /dev/null and b/switch_model/wecc/database/baseline_creation/testing/orig_cost_scenario_23.xlsx differ diff --git a/switch_model/wecc/database/baseline_creation/testing/scenario.csv b/switch_model/wecc/database/baseline_creation/testing/scenario.csv new file mode 100644 index 000000000..a0bd2bb8b --- /dev/null +++ b/switch_model/wecc/database/baseline_creation/testing/scenario.csv @@ -0,0 +1,91 @@ +scenario_id,name,description,study_timeframe_id,time_sample_id,demand_scenario_id,fuel_simple_price_scenario_id,generation_plant_scenario_id,generation_plant_cost_scenario_id,generation_plant_existing_and_planned_scenario_id,hydro_simple_scenario_id,carbon_cap_scenario_id,supply_curves_scenario_id,regional_fuel_market_scenario_id,zone_to_regional_fuel_market_scenario_id,rps_scenario_id,enable_dr,enable_ev, +1,AMPL basecase,"load_id=21, 2017 fuel costs from EIA, 2016 dollars",1,1,21,1,1,1,1,1,35,NULL,NULL,NULL,NULL,NULL,NULL, +2,AMPL basecase,"load_id=21, 2017 fuel costs from EIA, 2016 dollars",2,2,21,2,1,1,1,1,35,NULL,NULL,NULL,NULL,NULL,NULL,scenario_id +3,AMPL basecase,"timepoints from AMPL 1112, load_id=21, 2017 fuel costs from EIA, 2016 dollars",3,3,21,2,1,1,1,1,35,NULL,NULL,NULL,NULL,NULL,NULL,name +4,"70% of hydro, toy","Reduced hydro to 70% from basecase, toy_2 timepoints, load_id=21, 2017 fuel costs from EIA, 2016 dollars",2,2,21,2,1,1,1,4,35,NULL,NULL,NULL,NULL,NULL,NULL,description +5,"60% of hydro, toy","Reduced hydro to 60% from basecase, toy_2 timepoints, load_id=21, 2017 fuel costs from EIA, 2016 dollars",2,2,21,2,1,1,1,5,35,NULL,NULL,NULL,NULL,NULL,NULL,study_timeframe_id +6,"70% of hydro, full timepoints","Reduced hydro to 70% from basecase, timepoints from AMPL 1112, load_id=21, 2017 fuel costs from EIA, 2016 dollars",3,3,21,2,1,1,1,4,35,NULL,NULL,NULL,NULL,NULL,NULL,time_sample_id +7,"60% of hydro, full timepoints","Reduced hydro to 60% from basecase, timepoints from AMPL 1112, load_id=21, 2017 fuel costs from EIA, 2016 dollars",3,3,21,2,1,1,1,5,35,NULL,NULL,NULL,NULL,NULL,NULL,demand_scenario_id +8,2015 EIA Full Dataset - Toy timepoints,NULL,1,1,21,2,2,2,2,2,35,NULL,NULL,NULL,NULL,NULL,NULL,fuel_simple_price_scenario_id +9,2015 EIA Aggregated Dataset - Toy timepoints,NULL,1,1,21,2,3,3,3,3,35,NULL,NULL,NULL,NULL,NULL,NULL,generation_plant_scenario_id +10,Base toy v0.2.1 env3,"Base toy scenario, updated gen listings (env cat 3), otherwise like scenario 2",2,2,21,2,12,5,3,1,35,NULL,NULL,NULL,NULL,NULL,NULL,generation_plant_cost_scenario_id +11,Base toy v0.2.2 env2,"Base toy scenario, updated gen listings (env cat 2), otherwise like scenario 2",2,2,21,2,11,5,3,1,35,NULL,NULL,NULL,NULL,NULL,NULL,generation_plant_existing_and_planned_scenario_id +12,"[CCC3] Determin. CanESM2 RPC8.5, agg eff w elec","Aggressive with electrif, CanESM2, RCP8.5, updated gen listings (env cat 2), timepoints from AMPL 1112, load_id=119, 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,119,3,11,5,3,6,35,1,1,1,1,NULL,NULL,hydro_simple_scenario_id +13,"[CCC3] Determin. HadGEM2ES RPC8.5, agg eff w elec","Aggressive with electrif, HadGEM2ES, RCP8.5, updated gen listings (env cat 2), timepoints from AMPL 1112, load_id=121, 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,121,3,11,5,3,7,35,1,1,1,1,NULL,NULL,carbon_cap_scenario_id +14,"[CCC3] Determin. MIROC5 RPC8.5, agg eff w elec","Aggressive with electrif, MIROC5, RCP8.5, updated gen listings (env cat 2), timepoints from AMPL 1112, load_id=121, 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,123,3,11,5,3,8,35,1,1,1,1,NULL,NULL,supply_curves_scenario_id +15,Base toy v0.2.1 env3,"Base toy scenario, updated gen listings (env cat 3), otherwise like scenario 2",2,2,21,2,14,5,3,1,35,NULL,NULL,NULL,NULL,NULL,NULL,regional_fuel_market_scenario_id +16,Base toy v0.2.2 env2,"Base toy scenario, updated gen listings (env cat 2), otherwise like scenario 2",2,2,21,2,13,5,3,1,35,NULL,NULL,NULL,NULL,NULL,NULL,zone_to_regional_fuel_market_scenario_id +17,Base AMPL updated v0.2.2 env3,"Base AMPL scenario, updated gen listings (env cat 3), otherwise like scenario 3",3,3,21,2,14,5,3,1,35,1,1,1,1,NULL,NULL,rps_scenario_id +18,Base AMPL updated v0.2.2 env2,"Base AMPL scenario, updated gen listings (env cat 2), otherwise like scenario 3",3,3,21,2,13,5,3,1,35,NULL,NULL,NULL,NULL,NULL,NULL,enable_dr +19,"Base AMPL toy env2: RPS, Bio_Solid supply, storage","updated gen listings (env cat 2), load_id=21, 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",2,2,21,3,13,5,3,1,35,1,1,1,1,NULL,NULL,enable_ev +20,"Base AMPLfull env2: RPS, Bio_Solid supply, sto","updated gen listings (env cat 2), load_id=21, 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,21,3,13,5,3,1,35,1,1,1,1,NULL,NULL, +21,Base AMPL full env2: overnight_cost (E3 4% decr),"Updated overnight_cost (E3 4% decr), updated gen listings (env cat 2), load_id=21, 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,21,3,13,6,3,11,35,1,1,1,1,NULL,NULL, +22,Base AMPL full env2: overnight_cost (E3 1% decr),"Updated overnight_cost (E3 1% decr), updated gen listings (env cat 2), load_id=21, 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,21,3,13,7,3,11,35,1,1,1,1,NULL,NULL, +23,Base AMPL full env2: overnight_cost (E3 2014-16),"Updated overnight_cost (E3 2014-2016), updated gen listings (env cat 2), load_id=21, 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,21,3,13,8,3,11,35,1,1,1,1,NULL,NULL, +24,toy env2: overnight_cost (E3 2014-16),"Updated overnight_cost (E3 2014-2016), updated gen listings (env cat 2), load_id=21, 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",2,2,21,3,13,8,3,11,35,1,1,1,1,NULL,NULL, +25,[CCC3] Frozen,"Updated overnight_cost (E3 4% decr), updated gen listings (env cat 2), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,111,3,13,6,3,11,35,1,1,1,1,NULL,NULL, +26,[CCC3] Interm eff no elect,"Updated overnight_cost (E3 4% decr), updated gen listings (env cat 2), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,112,3,13,6,3,11,35,1,1,1,1,NULL,NULL, +27,[CCC3] Interm eff + elect,"Updated overnight_cost (E3 4% decr), updated gen listings (env cat 2), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,113,3,13,6,3,11,35,1,1,1,1,NULL,NULL, +28,[CCC3] Agg eff no elect,"Updated overnight_cost (E3 4% decr), updated gen listings (env cat 2), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,114,3,13,6,3,11,35,1,1,1,1,NULL,NULL, +29,[CCC3] Agg eff + elect,"Updated overnight_cost (E3 4% decr), updated gen listings (env cat 2), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,115,3,13,6,3,11,35,1,1,1,1,NULL,NULL, +30,"[CCC3] Frozen, cat3","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,111,3,14,6,3,11,35,1,1,1,1,NULL,NULL, +31,"[CCC3] Interm eff no elect, cat3","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,112,3,14,6,3,11,35,1,1,1,1,NULL,NULL, +32,"[CCC3] Interm eff + elect, cat3","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,113,3,14,6,3,11,35,1,1,1,1,NULL,NULL, +33,"[CCC3] Agg eff no elect, cat3","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,114,3,14,6,3,11,35,1,1,1,1,NULL,NULL, +34,"[CCC3] Agg eff + elect, cat3","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,115,3,14,6,3,11,35,1,1,1,1,NULL,NULL, +35,"[CCC3] EV+DR Agg eff no elect, cat3","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,116,3,14,6,3,11,35,1,1,1,1,NULL,NULL, +36,"[CCC3] EV+DR Agg eff + elect, cat3","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,117,3,14,6,3,11,35,1,1,1,1,NULL,NULL, +37,"[Wave] Frozen, cat3","Wave energy, updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,111,3,15,9,3,11,35,1,1,1,1,NULL,NULL, +38,"[Wave] Interm eff no elect, cat3","Wave energy, updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,112,3,15,9,3,11,35,1,1,1,1,NULL,NULL, +39,"[Wave] Interm eff + elect, cat3","Wave energy, updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,113,3,15,9,3,11,35,1,1,1,1,NULL,NULL, +40,"[Wave] Agg eff no elect, cat3","Wave energy, updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,114,3,15,9,3,11,35,1,1,1,1,NULL,NULL, +41,"[Wave] Agg eff + elect, cat3","Wave energy, updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",3,3,115,3,15,9,3,11,35,1,1,1,1,NULL,NULL, +42,"toy wave, Agg eff + elect, cat3","Wave energy, updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and carbon cap",2,2,115,3,15,9,3,11,35,1,1,1,1,NULL,NULL, +43,"[CCC3] Frozen, cat3,new carbon cap","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,111,3,14,6,3,11,87,1,1,1,1,NULL,NULL, +44,"[CCC3] Interm eff no elect, cat3, new carbon cap","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,112,3,14,6,3,11,87,1,1,1,1,NULL,NULL, +45,"[CCC3] Interm eff + elect, cat3, new carbon cap","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,113,3,14,6,3,11,87,1,1,1,1,NULL,NULL, +46,"[CCC3] Agg eff no elect, cat3, new carbon cap","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,114,3,14,6,3,11,87,1,1,1,1,NULL,NULL, +47,"[CCC3] Agg eff + elect, cat3, new carbon cap","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,115,3,14,6,3,11,87,1,1,1,1,NULL,NULL, +48,"[CCC3] EV+DR Agg eff no elect, cat3,newcarboncap","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,116,3,14,6,3,11,87,1,1,1,1,NULL,NULL, +49,"[CCC3] EV+DR Agg eff + elect,cat3,newcarboncap","Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,117,3,14,6,3,11,87,1,1,1,1,NULL,NULL, +50,"[CCC3] CanESM2 RCP8.5, cat3, agg eff w elec","Loads and hydro under CC. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,119,3,14,6,3,12,87,1,1,1,1,NULL,NULL, +51,"[CCC3] HadGEM2ES RCP8.5, cat3, agg eff w elec","Loads and hydro under CC. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,121,3,14,6,3,13,87,1,1,1,1,NULL,NULL, +52,"[CCC3] MIROC5 RCP8.5, cat3, agg eff w elec","Loads and hydro under CC. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,123,3,14,6,3,14,87,1,1,1,1,NULL,NULL, +53,"[CCC3] 100% RPS, CanESM2, agg eff w elec","50% RPS by 2030 and 100% RPS by 2050. Loads and hydro under CC. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,119,3,14,6,3,12,87,1,1,1,2,NULL,NULL, +54,"[CCC3] 100% RPS, HadGEM2ES, agg eff w elec","50% RPS by 2030 and 100% RPS by 2050. Loads and hydro under CC. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,121,3,14,6,3,13,87,1,1,1,2,NULL,NULL, +55,"[CCC3] 100% RPS, MIROC5, agg eff w elec","50% RPS by 2030 and 100% RPS by 2050. Loads and hydro under CC. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,123,3,14,6,3,14,87,1,1,1,2,NULL,NULL, +56,"[CCC3] CanESM2 corr, cat3, agg eff w elec","Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,129,3,14,6,3,12,87,1,1,1,1,NULL,NULL, +57,"[CCC3] HadGEM2ES corr, cat3, agg eff w elec","Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,131,3,14,6,3,13,87,1,1,1,1,NULL,NULL, +58,"[CCC3] MIROC5 corr, cat3, agg eff w elec","Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,133,3,14,6,3,14,87,1,1,1,1,NULL,NULL, +59,"[CCC3] zero carbon, CanESM2 corr, agg eff w elec","zero carbon by 2040. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,129,3,14,6,3,12,88,1,1,1,1,NULL,NULL, +60,"[CCC3] zero carbon, HadGEM2ES corr, agg eff w elec","zero carbon by 2040. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,131,3,14,6,3,13,88,1,1,1,1,NULL,NULL, +61,"[CCC3] zero carbon, MIROC5 corr, agg eff w elec","zero carbon by 2040. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,133,3,14,6,3,14,88,1,1,1,1,NULL,NULL, +62,"toy Frozen, cat3, new carbon cap","WECC and CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",2,2,111,3,14,6,3,11,90,1,1,1,1,NULL,NULL, +143,"[CCC3] Frozen, cat3, WECC CA cap","WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,111,3,14,6,3,11,90,1,1,1,1,NULL,NULL, +144,"[CCC3] Interm eff no elect, cat3, WECC CA cap","WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,112,3,14,6,3,11,90,1,1,1,1,NULL,NULL, +145,"[CCC3] Interm eff + elect, cat3, WECC CA cap","WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,113,3,14,6,3,11,90,1,1,1,1,NULL,NULL, +146,"[CCC3] Agg eff no elect, cat3, WECC CA cap","WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,114,3,14,6,3,11,90,1,1,1,1,NULL,NULL, +147,"[CCC3] Agg eff + elect, cat3, WECC CA cap","WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,115,3,14,6,3,11,90,1,1,1,1,NULL,NULL, +148,"[CCC3] EV+DR Agg eff no elect, cat3,WECC CA cap","WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,116,3,14,6,3,11,90,1,1,1,1,1,1, +149,"[CCC3] EV+DR Agg eff + elect, cat3,WECC CA cap","WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,117,3,14,6,3,11,90,1,1,1,1,1,1, +150,"[CCC3] CanESM2 corr, cat3, agg eff w elec","WECC CA cap. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,129,3,14,6,3,12,90,1,1,1,1,NULL,NULL, +151,"[CCC3] HadGEM2ES corr, cat3, agg eff w elec","WECC CA cap. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,131,3,14,6,3,13,90,1,1,1,1,NULL,NULL, +152,"[CCC3] MIROC5 corr, cat3, agg eff w elec","WECC CA cap. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,133,3,14,6,3,14,90,1,1,1,1,NULL,NULL, +153,"[CCC3] zero carbon, CanESM2 corr, agg eff w elec","zero carbon by 2040. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,129,3,14,6,3,12,88,1,1,1,1,NULL,NULL, +154,"[CCC3] zero carbon, HadGEM2ES corr, agg eff w elec","zero carbon by 2040. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,131,3,14,6,3,13,88,1,1,1,1,NULL,NULL, +155,"[CCC3] zero carbon, MIROC5 corr, agg eff w elec","zero carbon by 2040. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,133,3,14,6,3,14,88,1,1,1,1,NULL,NULL, +156,"[CCC3] DR Agg eff + elect, WECC CA cap","DR no EV. WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,115,3,14,6,3,11,90,1,1,1,1,1,NULL, +157,"[CCC3] cheap sto, HadGEM2ES corr, agg eff w elec","Storage 40% cheaper. WECC CA cap. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,131,3,14,6,3,13,90,1,1,1,1,NULL,NULL, +158,"[CCC3] cheap sto, agg eff w elec","Storage 50% cheaper. WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,115,3,14,6,3,11,90,1,1,1,1,NULL,NULL, +159,"[CCC3] EVDR, cheap sto, agg eff w elec","EV+DR. Storage 50% cheaper. WECC CA cap. Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and stronger carbon cap to account for industrys emissions",3,3,117,3,14,6,3,11,90,1,1,1,1,1,1, +160,[EnergyWater] +2perc CA load,"same as id 147 Agg eff + elect, increasing load in CA load zones by 2% for all time points",3,3,150,3,14,6,3,11,90,1,1,1,1,NULL,NULL, +161,"[100% RPS paper] 100perc RPS, low cost solar","same as id 147 Agg eff + elect, setting RPS to 100% by 2045 and 60% by 2030, low cost solar scenario 6, carbon cap scenario ",3,3,115,3,14,6,3,11,90,1,1,1,3,NULL,NULL, +162,"[100% RPS paper] toy zero CO2 2040,agg eff w elec","WECC CA cap. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and near zero carbon cap",2,2,115,3,14,6,3,11,88,1,1,1,1,NULL,NULL, +163,"[100% RPS paper] toy zero carbon2025byhand, ID147","WECC CA cap. Loads and hydro under CC (delta_MW divided by 3). Updated overnight_cost (E3 4% decr), updated gen listings (env cat 3), 2017 fuel costs from EIA, 2016 dollars, supply curve for Bio_Solid, current RPS and near zero carbon cap",2,2,115,3,14,6,3,11,88,1,1,1,1,NULL,NULL, +164,"[100% RPS paper] 100perc RPS, low cost battery","same as id 161 but updating with low cost battery storage, 100% RPS all WECC",3,3,115,3,14,10,3,11,90,1,1,1,3,NULL,NULL, +165,"[100% RPS paper] gt 100perc RPS, low cost battery","same as id 164, but gt 100perc, low cost battery",3,3,115,3,14,10,3,11,90,1,1,1,4,NULL,NULL, +166,"[100% RPS paper] 100RPS, no CAES, low cost battery","same as id 164, but with no CAES",3,3,115,3,18,11,3,11,90,1,1,1,3,NULL,NULL, +167,"[100% RPS paper] 60% RPS, near 0 2050carbn","same as 166, near 0 2050carbn, 60RPS 2030+",3,3,115,3,18,11,3,11,76,1,1,1,5,NULL,NULL, +168,"[100% RPS paper] 60% RPS, 0 2050carbn","same as id 167, but actual 0 carbon by 2050",3,3,115,3,18,11,3,11,88,1,1,1,5,NULL,NULL, +169,"[100% RPS Paper] 80perc WECC load, 0 carbon cap","80 perc of load id 147 Agg eff + elect for all time points, 0 carbon cap",3,3,151,3,18,11,3,11,88,1,1,1,5,NULL,NULL, +170,"[100% RPS Paper] 50perc WECC load, 0 carbon cap","50perc of load id_147, 0 carbon cap",3,3,152,3,18,11,3,11,88,1,1,1,5,NULL,NULL, \ No newline at end of file diff --git a/switch_model/wecc/database/utils/Create a Test Database.md b/switch_model/wecc/database/utils/Create a Test Database.md new file mode 100644 index 000000000..4f585967d --- /dev/null +++ b/switch_model/wecc/database/utils/Create a Test Database.md @@ -0,0 +1,55 @@ +# Creating a test database. + +This document describes how to create a test database to test changes before running +them on the `wecc` database. There are many ways to do this however we will be creating +a `wecc-test` database. If `wecc-test` +already exists, you may already have a database you can use to test. It may however +be out of sync with the `wecc` database. + +We will be using [Liquibase](https://www.liquibase.org/) to make a copy of our database +schema. Liquibase is a tool to manage database version however here we're only using it +to copy over a database. + +## Prequisites + +1. Install [Liquibase](https://www.liquibase.org/download). + +2. Ensure you can access the `wecc` database. + +3. Download the [PostgreSQL JDBC driver](https://jdbc.postgresql.org/download.html). + +## Creating the test database + +1. Create a database called `wecc-test` (e.g. using PGAdmin). + +2. Create a schema called `switch` in the `wecc-test` database. + +3. On your computer where you've installed liquibase create a folder where you'll work out of. + +4. Create a file called `liquibase.properties` with the following content. + +``` +changeLogFile:dbchangelog.sql +url: jdbc:postgresql://localhost:5432/wecc +username: postgres +password: password +classpath: postgresql-42.2.21.jar +defaultSchemaName: switch +``` + +`classpath` should point to the driver you downloaded. Replace username and password +with your database username and password. Ensure that the database is running and +accessible at the provided `url`. + +5. Run `liquibase generateChangeLog`. This will create `dbchangelog.sql` containing all +the SQL commands needed to recreate the database on `wecc-test`. + +6. Modify `liquibase.properties` to point to the wecc-test database (change the url to `wecc-test`). + +7. Run `liquibase update` to run the SQL changes on the `wecc-test` database. This might take a long time to run. + +8. Delete the `liquibase.properties` file so that your password is no longer stored +in plain text. + + +Note: Liquibase will also create a `databasechangelog` and `databasechangeloglock` table which can be ignored. \ No newline at end of file diff --git a/switch_model/wecc/database/utils/get_tables_and_row_count.sql b/switch_model/wecc/database/utils/get_tables_and_row_count.sql new file mode 100644 index 000000000..2e78f12b6 --- /dev/null +++ b/switch_model/wecc/database/utils/get_tables_and_row_count.sql @@ -0,0 +1,17 @@ +-- #################### +-- get_tables_and_row_count +-- +-- Date created: 2021_06_11 +-- Description: The script returns a csv with three columns: schema, table_name and row_count. +-- The csv contains one row for each table in the database. +-- ################# + +-- SQL Code goes here +COPY ( + SELECT nspname as schema, relname as table_name, reltuples as row_count + FROM pg_class as pc + INNER JOIN + pg_namespace as pn ON (pn.oid = pc.relnamespace) + WHERE pc.relkind = 'r' + order by table_name + ) TO '/tmp/db_tables.csv' (FORMAT CSV); diff --git a/switch_model/wecc/get_inputs/__init__.py b/switch_model/wecc/get_inputs/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/switch_model/wecc/get_inputs/cli.py b/switch_model/wecc/get_inputs/cli.py new file mode 100644 index 000000000..ec81acc93 --- /dev/null +++ b/switch_model/wecc/get_inputs/cli.py @@ -0,0 +1,106 @@ +""" Script to retrieve the input data from the switch-wecc database and apply post-processing steps. +""" +import argparse +import importlib +import os + +from switch_model.utilities import query_yes_no, StepTimer +from switch_model.wecc.get_inputs.get_inputs import query_db +from switch_model.wecc.utilities import load_config + + +def main(): + timer = StepTimer() + + # Create command line tool, just provides help information + parser = argparse.ArgumentParser( + description="Write SWITCH input files from database tables.", + epilog=""" + This tool will populate the inputs folder with the data from the PostgreSQL database. + config.yaml specifies the scenario parameters. + The environment variable DB_URL specifies the url to connect to the database. """, + ) + parser.add_argument( + "--skip-cf", + default=False, + action="store_true", + help="Skip creation variable_capacity_factors.csv. Useful when debugging and one doesn't" + "want to wait for the command.", + ) + parser.add_argument( + "--post-process-only", + default=False, + action="store_true", + help="Run only post process steps.", + ) + parser.add_argument( + "--post-process-step", default=None, help="Run only this post process step." + ) + parser.add_argument( + "--overwrite", + default=False, + action="store_true", + help="Overwrite previous input files without prompting to confirm.", + ) + args = parser.parse_args() # Makes switch get_inputs --help works + + # Load values from config.yaml + full_config = load_config() + switch_to_input_dir(full_config, overwrite=args.overwrite) + + if not args.post_process_only and args.post_process_step is None: + query_db(full_config, skip_cf=args.skip_cf) + + print("\nRunning post processing...") + + # Get location of post process scripts + post_process_path = ".".join(__name__.split(".")[:-1]) + ".post_process_steps" + + def run_post_process(module): + """Run a function from a given module""" + + # This uses python module syntax with a dot. Example: import foo.bar.test + mod = importlib.import_module(f".{module}", post_process_path) + + post_process = getattr(mod, "post_process") + + # Get specific configuration for the post process if specified + post_config = None + if ( + "post_process_config" in full_config + and full_config["post_process_config"] is not None + ): + post_config = full_config["post_process_config"].get(module, None) + + # Run post process + post_process(post_config) + + # Run all post process specified, otherwise run single one + if args.post_process_step is None: + for module in full_config["post_process_steps"]: + run_post_process(module) + else: + run_post_process(getattr(args, "post_process_step")) + + print(f"\nScript took {timer.step_time_as_str()} seconds.") + + +def switch_to_input_dir(config, overwrite): + inputs_dir = config["inputs_dir"] + + # Create inputs_dir if it doesn't exist + if not os.path.exists(inputs_dir): + os.makedirs(inputs_dir) + print("Inputs directory created.") + else: + if not overwrite and not query_yes_no( + "Inputs directory already exists. Allow contents to be overwritten?" + ): + raise SystemExit("User cancelled run.") + + os.chdir(inputs_dir) + return inputs_dir + + +if __name__ == "__main__": + main() diff --git a/switch_model/wecc/get_inputs/get_inputs.py b/switch_model/wecc/get_inputs/get_inputs.py new file mode 100755 index 000000000..9d7a71234 --- /dev/null +++ b/switch_model/wecc/get_inputs/get_inputs.py @@ -0,0 +1,1008 @@ +""" +Script to retrieve data inputs for the Switch WECC model from the database. +Data is formatted into corresponding .csv files. + +Note: previously we used an SSH tunnel to connect to the database. +That code was removed however it can still be found at this commit +273be083c743e0527c2753356a101c479fe053e8 on the REAM-lab repo. +(https://github.com/REAM-lab/switch/tree/273be083c743e0527c2753356a101c479fe053e8) +""" + +# Standard packages +import os +import shutil +import warnings +from typing import Iterable, List + +# Switch packages +import pandas as pd + +from switch_model.wecc.get_inputs.scenario import load_scenario_from_config +from switch_model.wecc.utilities import connect +from switch_model.version import __version__ + + +def write_csv_from_query(cursor, fname: str, headers: List[str], query: str): + """Create CSV file from cursor.""" + print(f"\t{fname}.csv... ", flush=True, end="") + cursor.execute(query) + data = cursor.fetchall() + write_csv(data, fname, headers, log=False) + print(len(data)) + if not data: + warnings.warn(f"File {fname} is empty.") + + +def write_csv(data: Iterable[List], fname, headers: List[str], log=True): + """Create CSV file from Iterable.""" + if log: + print(f"\t{fname}.csv... ", flush=True, end="") + with open(fname + ".csv", "w") as f: + f.write(",".join(headers) + "\n") + for row in data: + # Replace None values with dots for Pyomo. Also turn all datatypes into strings + row_as_clean_strings = [ + "." if element is None else str(element) for element in row + ] + f.write( + ",".join(row_as_clean_strings) + "\n" + ) # concatenates "line" separated by commas, and appends \n + if log: + print(len(data)) + + +# List of modules that is used to generate modules.txt +modules = [ + # Core modules + "switch_model", + "switch_model.timescales", + "switch_model.financials", + "switch_model.balancing.load_zones", + "switch_model.energy_sources.properties", + "switch_model.generators.core.build", + "switch_model.generators.core.dispatch", + "switch_model.reporting", + # Custom Modules + "switch_model.generators.core.no_commit", + "switch_model.generators.extensions.hydro_simple", + "switch_model.generators.extensions.storage", + "switch_model.energy_sources.fuel_costs.markets", + "switch_model.transmission.transport.build", + "switch_model.transmission.transport.dispatch", + "switch_model.policies.carbon_policies", + "switch_model.policies.min_per_tech", # Always include since it provides useful outputs even when unused + # "switch_model.reporting.basic_exports_wecc", + # Always include since by default it does nothing except output useful data + "switch_model.policies.wind_to_solar_ratio", +] + + +def query_db(config, skip_cf): + # Connect to database + db_conn = connect() + db_cursor = db_conn.cursor() + + print("Copying data from the database to the input files...") + + params = load_scenario_from_config(config, db_cursor) + + print(f"Scenario: {params.scenario_id}: {params.name}.") + + # Write general scenario parameters into a documentation file + print("\tscenario_params.txt...") + with open("scenario_params.txt", "w") as f: + for param, val in params.__dict__.items(): + f.write(f"{param}: {val}\n") + + ######################################################## + # Which input specification are we writing against? + print("\tswitch_inputs_version.txt...") + with open("switch_inputs_version.txt", "w") as f: + f.write(f"{__version__}\n") + + ######################################################## + # Create temporary table called temp_generation_plant_ids + # This table has one column (generation_plant_id) containing + # the plant ids for this scenario + # This table can be joined on to filter out unused generation plants as follow + # JOIN temp_generation_plant_ids USING(generation_plant_id) + db_cursor.execute( + f""" + CREATE TEMPORARY TABLE temp_generation_plant_ids ( + generation_plant_id integer + ); + + INSERT INTO temp_generation_plant_ids ( + SELECT generation_plant_id + FROM generation_plant_scenario_member + WHERE generation_plant_scenario_id={params.generation_plant_scenario_id} + UNION + SELECT generation_plant_id + FROM generation_plant_scenario_group_member + JOIN generation_plant_group_member USING (generation_plant_group_id) + WHERE generation_plant_scenario_id={params.generation_plant_scenario_id} + ); + """ + ) + + ######################################################## + # TIMESCALES + + # periods.csv + write_csv_from_query( + db_cursor, + "periods", + ["INVESTMENT_PERIOD", "period_start", "period_end"], + f""" + select + label as label, --This is to fix build year problem + start_year as period_start, + end_year as period_end + from + period + where + study_timeframe_id = {params.study_timeframe_id} + order by + 1; + """, + ) + + # timeseries.csv + timeseries_id_select = "date_part('year', first_timepoint_utc)|| '_' || replace(sampled_timeseries.name, ' ', '_') as timeseries" + write_csv_from_query( + db_cursor, + "timeseries", + [ + "TIMESERIES", + "ts_period", + "ts_duration_of_tp", + "ts_num_tps", + "ts_scale_to_period", + ], + # TODO what's happening here + f""" + select + date_part('year', first_timepoint_utc)|| '_' || replace( + sampled_timeseries.name, ' ', '_' + ) as timeseries, + t.label as ts_period, + hours_per_tp as ts_duration_of_tp, + num_timepoints as ts_num_tps, + scaling_to_period as ts_scale_to_period + from + sampled_timeseries + join period as t using(period_id, study_timeframe_id) + where + sampled_timeseries.time_sample_id = {params.time_sample_id} + and sampled_timeseries.study_timeframe_id = {params.study_timeframe_id} + order by + label desc, + timeseries asc;""", + ) + + # timepoints.csv + write_csv_from_query( + db_cursor, + "timepoints", + ["timepoint_id", "timestamp", "timeseries"], + f""" + select + raw_timepoint_id as timepoint_id, + to_char(timestamp_utc, 'YYYYMMDDHH24') as timestamp, + date_part('year', first_timepoint_utc)|| '_' || replace( + sampled_timeseries.name, ' ', '_' + ) as timeseries + from + sampled_timepoint as t + join sampled_timeseries using( + sampled_timeseries_id, study_timeframe_id + ) + where + t.time_sample_id = {params.time_sample_id} + and t.study_timeframe_id = {params.study_timeframe_id} + order by + 1; + """, + ) + + ######################################################## + # LOAD ZONES + + write_csv_from_query( + db_cursor, + "load_zones", + ["LOAD_ZONE", "zone_ccs_distance_km", "zone_dbid"], + """ + SELECT + name, + ccs_distance_km as zone_ccs_distance_km, + load_zone_id as zone_dbid + FROM load_zone + WHERE name != '_ALL_ZONES' + ORDER BY 1; + """, + ) + + # loads.csv + write_csv_from_query( + db_cursor, + "loads", + ["LOAD_ZONE", "TIMEPOINT", "zone_demand_mw"], + f""" + select load_zone_name, t.raw_timepoint_id as timepoint, + CASE WHEN demand_mw < 0 THEN 0 ELSE demand_mw END as zone_demand_mw + from sampled_timepoint as t + join demand_timeseries as d using(raw_timepoint_id) + where t.time_sample_id={params.time_sample_id} + and demand_scenario_id={params.demand_scenario_id} + order by 1,2; + """, + ) + + ######################################################## + # BALANCING AREAS [Pending zone_coincident_peak_demand.csv] + + # balancing_areas.csv + write_csv_from_query( + db_cursor, + "balancing_areas", + [ + "BALANCING_AREAS", + "quickstart_res_load_frac", + "quickstart_res_wind_frac", + "quickstart_res_solar_frac", + "spinning_res_load_frac", + "spinning_res_wind_frac", + "spinning_res_solar_frac", + ], + """ + SELECT + balancing_area, + quickstart_res_load_frac, + quickstart_res_wind_frac, + quickstart_res_solar_frac, + spinning_res_load_frac, + spinning_res_wind_frac, + spinning_res_solar_frac + FROM balancing_areas;""", + ) + + # zone_balancing_areas.csv + write_csv_from_query( + db_cursor, + "zone_balancing_areas", + ["LOAD_ZONE", "balancing_area"], + """ + SELECT + name, reserves_area as balancing_area + FROM load_zone;""", + ) + + # Paty: in this version of switch this tables is named zone_coincident_peak_demand.csv + # PATY: PENDING csv! + # # For now, only taking 2014 peak demand and repeating it. + # print ' lz_peak_loads.csv' + # db_cursor.execute("""SELECT lzd.name, p.period_name, max(lz_demand_mwh) + # FROM timescales_sample_timepoints tps + # JOIN lz_hourly_demand lzd ON TO_CHAR(lzd.timestamp_cst,'MMDDHH24')=TO_CHAR(tps.timestamp,'MMDDHH24') + # JOIN timescales_sample_timeseries sts USING (sample_ts_id) + # JOIN timescales_population_timeseries pts ON sts.sampled_from_population_timeseries_id = pts.population_ts_id + # JOIN timescales_periods p USING (period_id) + # WHERE sample_ts_scenario_id = %s + # AND lz_hourly_demand_id = %s + # AND load_zones_scenario_id = %s + # AND TO_CHAR(lzd.timestamp_cst,'YYYY') = '2014' + # GROUP BY lzd.name, p.period_name + # ORDER BY 1,2;""" % (sample_ts_scenario_id,lz_hourly_demand_id,load_zones_scenario_id)) + # write_csv('lz_peak_loads',['LOAD_ZONE','PERIOD','peak_demand_mw'],db_cursor) + + ######################################################## + # TRANSMISSION + + # transmission_lines.csv + write_csv_from_query( + db_cursor, + "transmission_lines", + [ + "TRANSMISSION_LINE", + "trans_lz1", + "trans_lz2", + "trans_length_km", + "trans_efficiency", + "existing_trans_cap", + "trans_dbid", + "trans_derating_factor", + "trans_terrain_multiplier", + "trans_new_build_allowed", + ], + f""" + SELECT + start_load_zone_id || '-' || end_load_zone_id, + t1.name, + t2.name, + trans_length_km, + trans_efficiency, + existing_trans_cap_mw, + transmission_line_id, + derating_factor, + terrain_multiplier * transmission_cost_econ_multiplier as terrain_multiplier, + new_build_allowed + FROM + switch.transmission_lines + join switch.load_zone as t1 on( + t1.load_zone_id = start_load_zone_id + ) + join switch.load_zone as t2 on( + t2.load_zone_id = end_load_zone_id + ) + WHERE + start_load_zone_id < end_load_zone_id and + transmission_scenario_id = {params.transmission_scenario_id} + ORDER BY + 2, + 3; + """, + ) + + # trans_params.csv + write_csv_from_query( + db_cursor, + "trans_params", + [ + "trans_capital_cost_per_mw_km", + "trans_lifetime_yrs", + "trans_fixed_om_fraction", + ], + f""" + SELECT trans_capital_cost_per_mw_km, + 25 as trans_lifetime_yrs, + 0.03 as trans_fixed_om_fraction + FROM transmission_base_capital_cost + WHERE transmission_base_capital_cost_scenario_id = {params.transmission_base_capital_cost_scenario_id} + ORDER BY 1; + """, + ) + + ######################################################## + # FUEL + + # fuels.csv + write_csv_from_query( + db_cursor, + "fuels", + ["fuel", "co2_intensity", "upstream_co2_intensity"], + """ + SELECT name, co2_intensity, upstream_co2_intensity + FROM energy_source + WHERE is_fuel IS TRUE; + """, + ) + + # non_fuel_energy_sources.csv + + write_csv_from_query( + db_cursor, + "non_fuel_energy_sources", + ["energy_source"], + """ + SELECT name + FROM energy_source + WHERE is_fuel IS FALSE; + """, + ) + + # Fuel projections are yearly averages in the DB. For now, Switch only accepts fuel prices per period, so they are averaged. + # fuel_cost.csv + write_csv_from_query( + db_cursor, + "fuel_cost", + ["load_zone", "fuel", "period", "fuel_cost"], + f""" + select load_zone_name as load_zone, fuel, period as period, AVG(fuel_price) as fuel_cost + from ( + select load_zone_name, fuel, fuel_price, projection_year, + ( + case when projection_year >= period.start_year + and projection_year <= period.start_year + length_yrs -1 then label else 0 end + ) as period + from fuel_simple_price_yearly + join period on(projection_year>=start_year) + where study_timeframe_id = {params.study_timeframe_id} and fuel_simple_scenario_id = {params.fuel_simple_price_scenario_id} + ) as w + where period!=0 + group by load_zone_name, fuel, period + order by 1,2,3; + """, + ) + + ######################################################## + # GENERATORS + + # Optional missing columns in generation_projects_info.csv: + # gen_unit_size, + # gen_ccs_energy_load, + # gen_ccs_capture_efficiency, + # gen_is_distributed + # generation_projects_info.csv + write_csv_from_query( + db_cursor, + "generation_projects_info", + [ + "GENERATION_PROJECT", + "gen_tech", + "gen_energy_source", + "gen_load_zone", + "gen_max_age", + "gen_is_variable", + "gen_is_baseload", + "gen_full_load_heat_rate", + "gen_variable_om", + "gen_connect_cost_per_mw", + "gen_dbid", + "gen_scheduled_outage_rate", + "gen_forced_outage_rate", + "gen_capacity_limit_mw", + "gen_min_build_capacity", + "gen_is_cogen", + "gen_storage_efficiency", + "gen_store_to_release_ratio", + "gen_can_provide_cap_reserves", + "gen_self_discharge_rate", + "gen_discharge_efficiency", + "gen_land_use_rate", + "gen_storage_energy_to_power_ratio", + ], + f""" + select + t.generation_plant_id, + t.gen_tech, + t.energy_source as gen_energy_source, + t2.name as gen_load_zone, + t.max_age as gen_max_age, + t.is_variable as gen_is_variable, + gt.is_baseload as gen_is_baseload, + t.full_load_heat_rate as gen_full_load_heat_rate, + vom.variable_o_m as gen_variable_om, + t.connect_cost_per_mw as gen_connect_cost_per_mw, + t.generation_plant_id as gen_dbid, + gt.scheduled_outage_rate as gen_scheduled_outage_rate, + gt.forced_outage_rate as gen_forced_outage_rate, + t.final_capacity_limit_mw as gen_capacity_limit_mw, + t.min_build_capacity as gen_min_build_capacity, + t.is_cogen as gen_is_cogen, + storage_efficiency as gen_storage_efficiency, + store_to_release_ratio as gen_store_to_release_ratio, + -- hardcode all projects to be allowed as a reserve. might later make this more granular + 1 as gen_can_provide_cap_reserves, + daily_self_discharge_rate, + discharge_efficiency, + land_use_rate, + gen_storage_energy_to_power_ratio + from generation_plant as t + join load_zone as t2 using(load_zone_id) + JOIN temp_generation_plant_ids USING(generation_plant_id) + join variable_o_m_costs as vom + on vom.gen_tech = t.gen_tech + and vom.energy_source = t.energy_source + join generation_plant_technologies as gt + on gt.gen_tech = t.gen_tech + and gt.energy_source = t.energy_source + where variable_o_m_cost_scenario_id = {params.variable_o_m_cost_scenario_id} + and generation_plant_technologies_scenario_id = {params.generation_plant_technologies_scenario_id} + order by gen_dbid; + """, + ) + + # gen_build_predetermined.csv + write_csv_from_query( + db_cursor, + "gen_build_predetermined", + [ + "GENERATION_PROJECT", + "build_year", + "gen_predetermined_cap", + "gen_predetermined_storage_energy_mwh", + ], + f"""select generation_plant_id, build_year, capacity as gen_predetermined_cap, gen_predetermined_storage_energy_mwh + from generation_plant_existing_and_planned + join generation_plant as t using(generation_plant_id) + JOIN temp_generation_plant_ids USING(generation_plant_id) + WHERE generation_plant_existing_and_planned_scenario_id={params.generation_plant_existing_and_planned_scenario_id} + ; + """, + ) + + # gen_build_costs.csv + write_csv_from_query( + db_cursor, + "gen_build_costs", + [ + "GENERATION_PROJECT", + "build_year", + "gen_overnight_cost", + "gen_fixed_om", + "gen_storage_energy_overnight_cost", + ], + f""" + select generation_plant_id, generation_plant_cost.build_year, + overnight_cost as gen_overnight_cost, fixed_o_m as gen_fixed_om, + storage_energy_capacity_cost_per_mwh as gen_storage_energy_overnight_cost + FROM generation_plant_cost + JOIN generation_plant_existing_and_planned USING (generation_plant_id) + JOIN temp_generation_plant_ids USING(generation_plant_id) + join generation_plant as t1 using(generation_plant_id) + WHERE generation_plant_cost.generation_plant_cost_scenario_id={params.generation_plant_cost_scenario_id} + AND generation_plant_existing_and_planned_scenario_id={params.generation_plant_existing_and_planned_scenario_id} + UNION + SELECT generation_plant_id, period.label, + avg(overnight_cost) as gen_overnight_cost, avg(fixed_o_m) as gen_fixed_om, + avg(storage_energy_capacity_cost_per_mwh) as gen_storage_energy_overnight_cost + FROM generation_plant_cost + JOIN generation_plant using(generation_plant_id) + JOIN period on(build_year>=start_year and build_year<=end_year) + JOIN temp_generation_plant_ids USING(generation_plant_id) + join generation_plant as t1 using(generation_plant_id) + WHERE period.study_timeframe_id={params.study_timeframe_id} + AND generation_plant_cost.generation_plant_cost_scenario_id={params.generation_plant_cost_scenario_id} + GROUP BY 1,2 + ORDER BY 1,2;""", + ) + + ######################################################## + # FINANCIALS + + # updated from $2016 and 7% + write_csv( + [[2018, 0.05, 0.05]], + "financials", + ["base_financial_year", "interest_rate", "discount_rate"], + ) + ######################################################## + # VARIABLE CAPACITY FACTORS + + # Pyomo will raise an error if a capacity factor is defined for a project on a timepoint when it is no longer operational (i.e. Canela 1 was built on 2007 and has a 30 year max age, so for tp's ocurring later than 2037, its capacity factor must not be written in the table). + + # variable_capacity_factors.csv + if not skip_cf: + write_csv_from_query( + db_cursor, + "variable_capacity_factors", + ["GENERATION_PROJECT", "timepoint", "gen_max_capacity_factor"], + f""" + select + generation_plant_id, + t.raw_timepoint_id, + -- we round down when the capacity factor is less than 1e-5 to avoid numerical issues and simplify our model + -- performance wise this doesn't have any significant impact + case when abs(capacity_factor) < 0.00001 then 0 else capacity_factor end + FROM variable_capacity_factors_exist_and_candidate_gen v + JOIN temp_generation_plant_ids USING(generation_plant_id) + JOIN sampled_timepoint as t ON(t.raw_timepoint_id = v.raw_timepoint_id) + WHERE t.time_sample_id={params.time_sample_id}; + """, + ) + + ######################################################## + # HYDROPOWER + + # hydro_timeseries.csv + # db_cursor.execute(("""select generation_plant_id as hydro_project, + # {timeseries_id_select}, + # hydro_min_flow_mw, hydro_avg_flow_mw + # from hydro_historical_monthly_capacity_factors + # join sampled_timeseries on(month = date_part('month', first_timepoint_utc)) + # where hydro_simple_scenario_id={id1} + # and time_sample_id = {id2}; + # """).format(timeseries_id_select=timeseries_id_select, id1=hydro_simple_scenario_id, id2=time_sample_id)) + # Work-around for some hydro plants having 100% capacity factors in a month, which exceeds their + # standard maintenance derating of 5%. These conditions arise periodically with individual hydro + # units, but rarely or never for virtual hydro units that aggregate all hydro in a zone or + # zone + watershed. Eventually, we may rethink this derating, but it is a reasonable + # approximation for a large hydro fleet where plant outages are individual random events. + # Negative flows are replaced by 0. + write_csv_from_query( + db_cursor, + "hydro_timepoints", + ["timepoint_id", "tp_to_hts"], + f""" + SELECT + tp.raw_timepoint_id AS timepoint_id, + p.label || '_M' || date_part('month', timestamp_utc) AS tp_to_hts + FROM switch.sampled_timepoint AS tp + JOIN switch.period AS p USING(period_id, study_timeframe_id) + WHERE time_sample_id = {params.time_sample_id} + AND study_timeframe_id = {params.study_timeframe_id} + ORDER BY 1; + """, + ) + + write_csv_from_query( + db_cursor, + "hydro_timeseries", + ["hydro_project", "timeseries", "hydro_min_flow_mw", "hydro_avg_flow_mw"], + f""" + SELECT + generation_plant_id AS hydro_project, + hts.hydro_timeseries, + CASE + WHEN hydro_min_flow_mw <= 0 THEN 0 + ELSE least(hydro_min_flow_mw, capacity_limit_mw * (1-forced_outage_rate)) END, + CASE + WHEN hydro_avg_flow_mw <= 0 THEN 0 + ELSE least(hydro_avg_flow_mw, capacity_limit_mw * (1-forced_outage_rate)) END + AS hydro_avg_flow_mw + FROM ( + SELECT DISTINCT + date_part('month', tp.timestamp_utc) as month, + date_part('year', tp.timestamp_utc) as year, + p.label || '_M' || date_part('month', timestamp_utc) AS hydro_timeseries + FROM switch.sampled_timepoint AS tp + JOIN switch.period AS p USING(period_id, study_timeframe_id) + WHERE time_sample_id = {params.time_sample_id} + AND study_timeframe_id = {params.study_timeframe_id} + ) AS hts + JOIN switch.hydro_historical_monthly_capacity_factors USING(month, year) + JOIN switch.generation_plant USING(generation_plant_id) + JOIN temp_generation_plant_ids USING(generation_plant_id) + WHERE hydro_simple_scenario_id={params.hydro_simple_scenario_id} + ORDER BY 1; + """, + ) + + ######################################################## + # CARBON CAP + + # future work: join with table with carbon_cost_dollar_per_tco2 + # carbon_policies.csv + write_csv_from_query( + db_cursor, + "carbon_policies", + [ + "PERIOD", + "carbon_cap_tco2_per_yr", + "carbon_cap_tco2_per_yr_CA", + "carbon_cost_dollar_per_tco2", + ], + f""" + select period, AVG(carbon_cap_tco2_per_yr) as carbon_cap_tco2_per_yr, AVG(carbon_cap_tco2_per_yr_CA) as carbon_cap_tco2_per_yr_CA, + '.' as carbon_cost_dollar_per_tco2 + from + (select carbon_cap_tco2_per_yr, carbon_cap_tco2_per_yr_CA, year, + (case when + year >= period.start_year + and year <= period.start_year + length_yrs -1 then label else 0 end) as period + from carbon_cap + join period on(year>=start_year) + where study_timeframe_id = {params.study_timeframe_id} and carbon_cap_scenario_id = {params.carbon_cap_scenario_id}) as w + where period!=0 + group by period + order by 1; + """, + ) + + ######################################################## + # RPS + if params.rps_scenario_id is not None: + # rps_targets.csv + write_csv_from_query( + db_cursor, + "rps_targets", + ["load_zone", "period", "rps_target"], + f""" + select load_zone, w.period as period, avg(rps_target) as rps_target + from + (select load_zone, rps_target, + (case when + year >= period.start_year + and year <= period.start_year + length_yrs -1 then label else 0 end) as period + from rps_target + join period on(year>=start_year) + where study_timeframe_id = {params.study_timeframe_id} and rps_scenario_id = {params.rps_scenario_id}) as w + where period!=0 + group by load_zone, period + order by 1, 2; + """, + ) + modules.append("switch_model.policies.rps_unbundled") + + ######################################################## + # BIO_SOLID SUPPLY CURVE + + if params.supply_curves_scenario_id is not None: + # fuel_supply_curves.csv + write_csv_from_query( + db_cursor, + "fuel_supply_curves", + [ + "regional_fuel_market", + "period", + "tier", + "unit_cost", + "max_avail_at_cost", + ], + f""" + select regional_fuel_market, label as period, tier, unit_cost, + (case when max_avail_at_cost is null then 'inf' + else max_avail_at_cost::varchar end) as max_avail_at_cost + from fuel_supply_curves + join period on(year>=start_year) + where year=FLOOR(period.start_year + length_yrs/2-1) + -- we filter out extremly large unit_costs that are only used to indicate that we should never + -- buy at this price point. This is to simplify the model and improve its numerical properties. + and not ( + unit_cost > 1e9 + and max_avail_at_cost is null + ) + and study_timeframe_id = {params.study_timeframe_id} + and supply_curves_scenario_id = {params.supply_curves_scenario_id}; + """, + ) + + # regional_fuel_markets.csv + write_csv_from_query( + db_cursor, + "regional_fuel_markets", + ["regional_fuel_market", "fuel"], + f""" + select regional_fuel_market, fuel + from regional_fuel_market + where regional_fuel_market_scenario_id={params.regional_fuel_market_scenario_id}; + """, + ) + + # zone_to_regional_fuel_market.csv + write_csv_from_query( + db_cursor, + "zone_to_regional_fuel_market", + ["load_zone", "regional_fuel_market"], + f""" + select load_zone, regional_fuel_market + from zone_to_regional_fuel_market + where regional_fuel_market_scenario_id={params.regional_fuel_market_scenario_id}; + """, + ) + + ######################################################## + # DEMAND RESPONSE + if params.enable_dr is not None: + write_csv_from_query( + db_cursor, + "dr_data", + ["LOAD_ZONE", "timepoint", "dr_shift_down_limit", "dr_shift_up_limit"], + f""" + select load_zone_name as load_zone, sampled_timepoint.raw_timepoint_id AS timepoint, + case + when load_zone_id>=10 and load_zone_id<=21 and extract(year from sampled_timepoint.timestamp_utc)=2020 then 0.003*demand_mw + when load_zone_id>=10 and load_zone_id<=21 and extract(year from sampled_timepoint.timestamp_utc)=2030 then 0.02*demand_mw + when load_zone_id>=10 and load_zone_id<=21 and extract(year from sampled_timepoint.timestamp_utc)=2040 then 0.07*demand_mw + when load_zone_id>=10 and load_zone_id<=21 and extract(year from sampled_timepoint.timestamp_utc)=2050 then 0.1*demand_mw + when (load_zone_id<10 or load_zone_id>21) and extract(year from sampled_timepoint.timestamp_utc)=2020 then 0*demand_mw + when (load_zone_id<10 or load_zone_id>21) and extract(year from sampled_timepoint.timestamp_utc)=2030 then 0.03*demand_mw + when (load_zone_id<10 or load_zone_id>21) and extract(year from sampled_timepoint.timestamp_utc)=2040 then 0.02*demand_mw + when (load_zone_id<10 or load_zone_id>21) and extract(year from sampled_timepoint.timestamp_utc)=2050 then 0.07*demand_mw + end as dr_shift_down_limit, + NULL as dr_shift_up_limit + from sampled_timepoint + left join demand_timeseries on sampled_timepoint.raw_timepoint_id=demand_timeseries.raw_timepoint_id + where demand_scenario_id = {params.demand_scenario_id} + and study_timeframe_id = {params.study_timeframe_id} + order by demand_scenario_id, load_zone_id, sampled_timepoint.raw_timepoint_id; + """, + ) + + ######################################################## + # ELECTRICAL VEHICLES + if params.enable_ev is not None: + # ev_limits.csv + write_csv_from_query( + db_cursor, + "ev_limits", + [ + "LOAD_ZONE", + "timepoint", + "ev_cumulative_charge_lower_mwh", + "ev_cumulative_charge_upper_mwh", + "ev_charge_limit_mw", + ], + f""" + SELECT load_zone_name as load_zone, raw_timepoint_id as timepoint, + (CASE + WHEN raw_timepoint_id=max_raw_timepoint_id THEN ev_cumulative_charge_upper_mwh + ELSE ev_cumulative_charge_lower_mwh + END) AS ev_cumulative_charge_lower_mwh, + ev_cumulative_charge_upper_mwh, + ev_charge_limit as ev_charge_limit_mw + FROM( + --Table sample_points: with the sample points + SELECT + load_zone_id, + ev_profiles_per_timepoint_v3.raw_timepoint_id, + sampled_timeseries_id, + sampled_timepoint.timestamp_utc, + load_zone_name, + ev_cumulative_charge_lower_mwh, + ev_cumulative_charge_upper_mwh, + ev_charge_limit FROM ev_profiles_per_timepoint_v3 + LEFT JOIN sampled_timepoint + ON ev_profiles_per_timepoint_v3.raw_timepoint_id = sampled_timepoint.raw_timepoint_id + WHERE study_timeframe_id = {params.study_timeframe_id} + --END sample_points + )AS sample_points + LEFT JOIN( + --Table max_raw: with max raw_timepoint_id per _sample_timesseries_id + SELECT + sampled_timeseries_id, + MAX(raw_timepoint_id) AS max_raw_timepoint_id + FROM sampled_timepoint + WHERE study_timeframe_id = {params.study_timeframe_id} + GROUP BY sampled_timeseries_id + --END max_raw + )AS max_raw + ON max_raw.sampled_timeseries_id=sample_points.sampled_timeseries_id + ORDER BY load_zone_id, raw_timepoint_id ; + """, + ) + + ca_policies(db_cursor, params) + write_wind_to_solar_ratio(params.wind_to_solar_ratio) + if params.enable_planning_reserves: + planning_reserves(db_cursor, params) + create_modules_txt() + + # Make graphing files + graph_config = os.path.join(os.path.dirname(__file__), "graph_config") + print("\tgraph_config files...") + shutil.copytree(graph_config, ".", dirs_exist_ok=True) + + +def write_wind_to_solar_ratio(wind_to_solar_ratio): + # TODO ideally we'd have a table where we can specify the wind_to_solar_ratios per period. + # At the moment only the wind_to_solar_ratio is specified and which doesn't allow different values per period + if wind_to_solar_ratio is None: + return + + print("wind_to_solar_ratio.csv...") + df = pd.read_csv("periods.csv")[["INVESTMENT_PERIOD"]] + df["wind_to_solar_ratio"] = wind_to_solar_ratio + + # wind_to_solar_ratio.csv requires a column called wind_to_solar_ratio_const_gt that is True (1) or False (0) + # This column specifies whether the constraint is a greater than constraint or a less than constraint. + # In our case we want it to be a greater than constraint if we're trying to force wind-to-solar ratio above its default + # and we want it to be a less than constraint if we're trying to force the ratio below its default. + # Here the default is the ratio if we didn't have the constraint. + cutoff_ratio = 0.28 + warnings.warn( + "To determine the sign of the wind-to-solar ratio constraint we have " + f"assumed that without the constraint, the wind-to-solar ratio is {cutoff_ratio}. " + f"This value was accurate for Martin's LDES runs however it may not be accurate for you. " + f"You should update this value in get_inputs or manually specify whether you want a greater than " + f"or a less than constraint." + ) + df["wind_to_solar_ratio_const_gt"] = 1 if wind_to_solar_ratio > cutoff_ratio else 0 + + df.to_csv("wind_to_solar_ratio.csv", index=False) + + +def ca_policies(db_cursor, scenario_params): + if scenario_params.ca_policies_scenario_id is None: + return + elif scenario_params.ca_policies_scenario_id == 0: + # scenario_id 0 means + # "Cali must generate 80% of its load at each timepoint for all periods that have generation in 2030 or later" + query = f""" + select + p.label as PERIOD, --This is to fix build year problem + case when p.end_year >= 2030 then 0.8 end as ca_min_gen_timepoint_ratio, + null as ca_min_gen_period_ratio, + null as carbon_cap_tco2_per_yr_CA + from + period as p + where + study_timeframe_id = {scenario_params.study_timeframe_id} + order by + 1; + """ + elif scenario_params.ca_policies_scenario_id == 1: + # scenario_id 1 means + # "Cali must generate 80% of its load at each timepoint for all periods that have generation in 2030 or later" + + query = f""" + select + p.label as PERIOD, --This is to fix build year problem + null as ca_min_gen_timepoint_ratio, + case when p.end_year >= 2030 then 0.8 end as ca_min_gen_period_ratio, + null as carbon_cap_tco2_per_yr_CA + from + period as p + where + study_timeframe_id = {scenario_params.study_timeframe_id} + order by + 1; + """ + else: + raise Exception( + f"Unknown ca_policies_scenario_id {scenario_params.ca_policies_scenario_id}" + ) + + write_csv_from_query( + db_cursor, + "ca_policies", + [ + "PERIOD", + "ca_min_gen_timepoint_ratio", + "ca_min_gen_period_ratio", + "carbon_cap_tco2_per_yr_CA", + ], + query, + ) + + modules.append("switch_model.policies.CA_policies") + + +def planning_reserves(db_cursor, scenario_params): + # reserve_capacity_value.csv specifies the capacity factors that should be used when calculating + # the reserves. By default, the capacity factor defaults to gen_max_capacity_factor for renewable + # projects with variable output and 1.0 for other plants. This is all fine except for hydropower + # where it doesn't make sense for the reserve capacity factor to be 1.0 since hydropower + # is limited by hydro_avg_flow_mw. Therefore, we override the default of 1.0 for hydropower + # generation and instead set the capacity factor as the hydro_avg_flow_mw / capacity_limit_mw. + write_csv_from_query( + db_cursor, + "reserve_capacity_value", + ["GENERATION_PROJECT", "timepoint", "gen_capacity_value"], + f""" + select + generation_plant_id, + raw_timepoint_id, + -- zero out capacity_factors that are less than 1e-5 in magnitude to simplify the model + case when abs(capacity_factor) < 1e-5 then 0 else capacity_factor end + from sampled_timepoint as t + left join ( + select generation_plant_id, year, month, hydro_avg_flow_mw / capacity_limit_mw as capacity_factor + from hydro_historical_monthly_capacity_factors + left join generation_plant + using(generation_plant_id) + where hydro_simple_scenario_id = {scenario_params.hydro_simple_scenario_id} + ) as h + on ( + month = date_part('month', timestamp_utc) and + year = date_part('year', timestamp_utc) + ) + where time_sample_id = {scenario_params.time_sample_id}; + """, + ) + + write_csv_from_query( + db_cursor, + "planning_reserve_requirement_zones", + ["PLANNING_RESERVE_REQUIREMENT", "LOAD_ZONE"], + """ + SELECT + planning_reserve_requirement, load_zone + FROM planning_reserve_zones + """, + ) + + write_csv_from_query( + db_cursor, + "planning_reserve_requirements", + [ + "PLANNING_RESERVE_REQUIREMENT", + "prr_cap_reserve_margin", + "prr_enforcement_timescale", + ], + """ + SELECT + planning_reserve_requirement, prr_cap_reserve_margin, prr_enforcement_timescale + FROM planning_reserve_requirements + """, + ) + + modules.append("switch_model.balancing.planning_reserves") + + +def create_modules_txt(): + print("\tmodules.txt...") + with open("modules.txt", "w") as f: + for module in modules: + f.write(module + "\n") diff --git a/switch_model/wecc/get_inputs/graph_config/graph_tech_colors.csv b/switch_model/wecc/get_inputs/graph_config/graph_tech_colors.csv new file mode 100644 index 000000000..2eb1504ae --- /dev/null +++ b/switch_model/wecc/get_inputs/graph_config/graph_tech_colors.csv @@ -0,0 +1,14 @@ +map_name,gen_type,color +default,Biomass,green +default,Coal,saddlebrown +default,Gas,gray +default,Geothermal,red +default,Hydro,royalblue +default,Nuclear,blueviolet +default,Oil,orange +default,Solar,gold +default,Storage,aquamarine +default,Waste,black +default,Wave,blue +default,Wind,deepskyblue +default,Other,white diff --git a/switch_model/wecc/get_inputs/graph_config/graph_tech_types.csv b/switch_model/wecc/get_inputs/graph_config/graph_tech_types.csv new file mode 100644 index 000000000..954c9e53b --- /dev/null +++ b/switch_model/wecc/get_inputs/graph_config/graph_tech_types.csv @@ -0,0 +1,61 @@ +map_name,gen_type,gen_tech,energy_source +default,Storage,Battery_Storage,Electricity +default,Biomass,Bio_Gas,Bio_Gas +default,Biomass,Bio_Gas_Internal_Combustion_Engine,Bio_Gas +default,Biomass,Bio_Gas_Internal_Combustion_Engine_Cogen,Bio_Gas +default,Biomass,Bio_Gas_Steam_Turbine,Bio_Gas +default,Biomass,Bio_Liquid_Steam_Turbine_Cogen,Bio_Liquid +default,Biomass,Bio_Solid_Steam_Turbine,Bio_Solid +default,Biomass,Bio_Solid_Steam_Turbine_Cogen,Bio_Solid +default,Geothermal,BT,Geothermal +default,Biomass,CC,Bio_Gas +default,Gas,CC,Gas +default,Gas,CCGT,Gas +default,Gas,CCGT_Cogen,Gas +default,Solar,Central_PV,Solar +default,Coal,Coal_IGCC,Coal +default,Coal,Coal_Steam_Turbine,Coal +default,Coal,Coal_Steam_Turbine_Cogen,Coal +default,Solar,Commercial_PV,Solar +default,Gas,Compressed_Air_Energy_Storage,Gas +default,Solar,CP,Solar +default,Solar,CSP_Trough_6h_Storage,Solar +default,Solar,CSP_Trough_No_Storage,Solar +default,Oil,DistillateFuelOil_Combustion_Turbine,DistillateFuelOil +default,Oil,DistillateFuelOil_Internal_Combustion_Engine,DistillateFuelOil +default,Gas,Gas_Combustion_Turbine,Gas +default,Gas,Gas_Combustion_Turbine_Cogen,Gas +default,Gas,Gas_Internal_Combustion_Engine,Gas +default,Gas,Gas_Internal_Combustion_Engine_Cogen,Gas +default,Gas,Gas_Steam_Turbine,Gas +default,Gas,Gas_Steam_Turbine_Cogen,Gas +default,Geothermal,Geothermal,Geothermal +default,Oil,GT,DistillateFuelOil +default,Gas,GT,Gas +default,Oil,GT,ResidualFuelOil +default,Biomass,GT,Bio_Gas +default,Hydro,HY,Water +default,Hydro,Hydro_NonPumped,Water +default,Storage,Hydro_Pumped,Water +default,Gas,IC,Gas +default,Biomass,IC,Bio_Gas +default,Oil,IC,DistillateFuelOil +default,Nuclear,Nuclear,Uranium +default,Wind,Offshore_Wind,Wind +default,Gas,OT,Gas +default,Waste,OT,Waste_Heat +default,Hydro,PS,Water +default,Solar,PV,Solar +default,Solar,Residential_PV,Solar +default,Solar,ST,Solar +default,Nuclear,ST,Uranium +default,Biomass,ST,Bio_Gas +default,Gas,ST,Gas +default,Biomass,ST,Bio_Liquid +default,Biomass,ST,Bio_Solid +default,Geothermal,ST,Geothermal +default,Coal,ST,Coal +default,Waste,ST,Waste_Heat +default,Wave,Wave_RM3,Wave +default,Wind,Wind,Wind +default,Wind,WT,Wind diff --git a/switch_model/wecc/get_inputs/graph_config/maps/wecc_centroids_4326_3.geojson b/switch_model/wecc/get_inputs/graph_config/maps/wecc_centroids_4326_3.geojson new file mode 100644 index 000000000..23be479e6 --- /dev/null +++ b/switch_model/wecc/get_inputs/graph_config/maps/wecc_centroids_4326_3.geojson @@ -0,0 +1,57 @@ +{ +"type": "FeatureCollection", +"name": "wecc_centroids_4326_3", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SMUD", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.08, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22311.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -121.318226098737313, 38.477408035000579 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SDGE", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0745567928, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22354.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -116.80229115087235, 33.044033451032028 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_IID", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0797928745000001, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22355.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -115.564590276425136, 33.229722233449294 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_LADWP", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.07, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 44357.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -118.410024868677979, 34.116395448572561 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "NV_S", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "NV", "ECONOMIC_M": 0.9801115481, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 16357.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -115.374096002267819, 37.017302595325191 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CAN_BC", "PRIMARY_NE": "NWPP Can", "PRIMARY_ST": "BC", "ECONOMIC_M": 1.05, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 2301.0, "RPS_POLICY": 0 }, "geometry": { "type": "Point", "coordinates": [ -117.900094067401682, 50.425567709129055 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CAN_ALB", "PRIMARY_NE": "NWPP Can", "PRIMARY_ST": "AB", "ECONOMIC_M": 1.1, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 21982.0, "RPS_POLICY": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.057274459645228, 50.270995761833909 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "ID_E", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "ID", "ECONOMIC_M": 0.8903768347, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 770.0, "RPS_POLICY": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.293864031720815, 43.544937235387728 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MT_NW", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "MT", "ECONOMIC_M": 0.8800064306, "RPS_COMPLI": 2015, "RPS_COM_01": 0.15, "SUBSTATION": 469.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -114.423500210635893, 47.658748518916958 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MT_SW", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "MT", "ECONOMIC_M": 0.88, "RPS_COMPLI": 2015, "RPS_COM_01": 0.15, "SUBSTATION": 471.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -111.961795853005356, 45.595910349378045 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "OR_WA_BPA", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0313782199, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 584.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -120.100983258509743, 45.779319521251367 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "ID_S_OR_E", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "ID", "ECONOMIC_M": 1.0153496341, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 761.0, "RPS_POLICY": 0 }, "geometry": { "type": "Point", "coordinates": [ -116.011889690490406, 43.804072645795699 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "OR_PDX", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "OR", "ECONOMIC_M": 1.04, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 489.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.591602793766, 45.535979487597089 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "OR_W", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "OR", "ECONOMIC_M": 1.030527169, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 494.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.148994240960164, 43.36025070554917 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "OR_E", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "OR", "ECONOMIC_M": 1.0342935056, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 496.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -120.017401487501701, 42.994375226517519 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WA_W", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0363420769, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 479.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.242391363421092, 46.822202119237325 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WY_SW", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WY", "ECONOMIC_M": 1.0155881588, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 43379.0, "RPS_POLICY": 0 }, "geometry": { "type": "Point", "coordinates": [ -109.612127080897338, 41.914764198608864 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WY_NW", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WY", "ECONOMIC_M": 0.9540905868, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 3411.0, "RPS_POLICY": 0 }, "geometry": { "type": "Point", "coordinates": [ -108.741465905613211, 43.872042579183976 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WY_NE", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "SD", "ECONOMIC_M": 0.9945336867, "RPS_COMPLI": 2015, "RPS_COM_01": 0.1, "SUBSTATION": 45860.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -105.00315508994089, 44.334660263484274 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SCE_S", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0692055943000001, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 24374.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -117.192091312829774, 33.851343277208898 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_NW", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.9800066834, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 41605.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -113.972182541111792, 35.207910136666079 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_SE", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 35149.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -110.629725858393357, 32.382962577949904 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_PHX", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 34647.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -111.527230337134995, 33.542593755240041 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_NM_N", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "NM", "ECONOMIC_M": 1.0012134427, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 34648.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -109.235184779017018, 36.136995453593833 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "UT_S", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "UT", "ECONOMIC_M": 1.000444058, "RPS_COMPLI": 2025, "RPS_COM_01": 0.2, "SUBSTATION": 788.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -111.487806535928442, 38.423521372717467 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WA_SEATAC", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0782128734, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 482.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.221163051727856, 47.524620843906888 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "NM_N", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "NM", "ECONOMIC_M": 0.9061884157, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 672.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -105.771489340358684, 35.322435804939879 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_PGE_CEN", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.1042761561000001, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22336.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -120.052065851708818, 37.526233753074621 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_PGE_BAY", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.1819183956, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22313.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -121.931943095518946, 37.50892785958316 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_PGE_S", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.033136689, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 24207.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -119.940231954365061, 35.406572060390111 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "NV_N", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "NV", "ECONOMIC_M": 0.9738659604, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 16339.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -116.966257285639259, 40.039937070035712 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CO_NW", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "CO", "ECONOMIC_M": 1.0298810079, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 36325.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -107.303320797056671, 39.824148943291206 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "UT_N", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "UT", "ECONOMIC_M": 1.0277483754000001, "RPS_COMPLI": 2025, "RPS_COM_01": 0.2, "SUBSTATION": 860.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -111.846026016765506, 40.74774298951116 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MT_NE", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "MT", "ECONOMIC_M": 0.88, "RPS_COMPLI": 2015, "RPS_COM_01": 0.15, "SUBSTATION": 687.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -109.91027975591382, 47.762259008481003 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MT_SE", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "MT", "ECONOMIC_M": 0.8803609394, "RPS_COMPLI": 2015, "RPS_COM_01": 0.15, "SUBSTATION": 682.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -107.33898893231401, 45.715601114382139 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_PGE_N", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.1145664942, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22300.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.089014062153026, 39.787433474603262 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MEX_BAJA", "PRIMARY_NE": "MX", "PRIMARY_ST": "BCN", "ECONOMIC_M": 0.85, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 2998.0, "RPS_POLICY": 0 }, "geometry": { "type": "Point", "coordinates": [ -115.582502332127575, 31.465439667994591 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SCE_SE", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0700828134, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 24259.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -115.023045016454631, 34.116939224670077 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SCE_VLY", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22814.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -118.783653546503771, 36.162378858598331 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SCE_CEN", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0644572646, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 24252.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -116.730129445774494, 35.553916499285236 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_APS_SW", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 7097.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -113.408833444543518, 33.224156331434727 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "NM_S_TX_EPE", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "TX", "ECONOMIC_M": 0.8948553089, "RPS_COMPLI": 2025, "RPS_COM_01": 0.076, "SUBSTATION": 41490.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -107.001509304004784, 32.407608937662573 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CO_E", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "CO", "ECONOMIC_M": 1.0289958461, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 620.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -103.419483677038997, 38.798474095090974 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CO_SW", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "CO", "ECONOMIC_M": 1.03, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 646.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -107.039052093901674, 37.924352901327879 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_APS_N", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 975.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -112.240354762227639, 35.664678047797736 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_APS_E", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 34643.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -110.095800039762366, 34.383976348854503 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WY_SE", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "WY", "ECONOMIC_M": 1.01, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 41245.0, "RPS_POLICY": 0 }, "geometry": { "type": "Point", "coordinates": [ -105.81886983191761, 42.310124266069153 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CO_DEN", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "CO", "ECONOMIC_M": 1.026858045, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 606.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -104.960096843747507, 40.162632868435054 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WA_ID_AVA", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0299888243, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 473.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -116.655534352736694, 47.191017559449861 ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WA_N_CEN", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0622290492, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 466.0, "RPS_POLICY": 1 }, "geometry": { "type": "Point", "coordinates": [ -119.712887387599281, 47.793137841692129 ] } } +] +} diff --git a/switch_model/wecc/get_inputs/graph_config/maps/wecc_lz_4326.geojson b/switch_model/wecc/get_inputs/graph_config/maps/wecc_lz_4326.geojson new file mode 100644 index 000000000..2f9f3e7cc --- /dev/null +++ b/switch_model/wecc/get_inputs/graph_config/maps/wecc_lz_4326.geojson @@ -0,0 +1,57 @@ +{ +"type": "FeatureCollection", +"name": "wecc_lz_4326", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SMUD", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.08, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22311.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -121.307958824373742, 38.743879432520444 ], [ -121.308073268590974, 38.739122027075645 ], [ -121.317325878832207, 38.739258156236346 ], [ -121.317499222802908, 38.732011449909592 ], [ -121.317672504948263, 38.72476473361602 ], [ -121.309702692455247, 38.724647555858496 ], [ -121.308421715024849, 38.724628673053886 ], [ -121.30750524300737, 38.724615153232087 ], [ -121.299171005168546, 38.724491862335626 ], [ -121.290372248296137, 38.724361075626362 ], [ -121.289920339477234, 38.724354338395329 ], [ -121.280669737032369, 38.724216064683176 ], [ -121.272117056914894, 38.724087583593409 ], [ -121.271419209449263, 38.724077073346457 ], [ -121.27151917023383, 38.720004453980451 ], [ -121.271258499253648, 38.719988497204511 ], [ -121.270982493772365, 38.71998149921766 ], [ -121.2700574937695, 38.719923500254595 ], [ -121.266416509383731, 38.71975850076835 ], [ -121.265206515084628, 38.719657501972883 ], [ -121.264913592094146, 38.719632582199083 ], [ -121.264630505335731, 38.719608500003716 ], [ -121.264272736931758, 38.719579522241887 ], [ -121.263951508960716, 38.719553500853813 ], [ -121.263047115223486, 38.719477347241302 ], [ -121.263044933025114, 38.719477165033375 ], [ -121.261956509938244, 38.719385501518708 ], [ -121.261509515623644, 38.719348496530323 ], [ -121.261047295716864, 38.719318877432734 ], [ -121.260604507542524, 38.719290500066712 ], [ -121.260603982646856, 38.719290464248047 ], [ -121.258632512852657, 38.719161506306975 ], [ -121.25769650927468, 38.719100498494115 ], [ -121.254240503440116, 38.719039502675102 ], [ -121.253638496164996, 38.718995500602396 ], [ -121.252530491356524, 38.718915493090705 ], [ -121.252389373560746, 38.718904524646078 ], [ -121.252389021809748, 38.718904495945743 ], [ -121.252234507225864, 38.718892484349389 ], [ -121.246879235777229, 38.718504139586067 ], [ -121.243792611675573, 38.718280198841093 ], [ -121.242804515104751, 38.718208489867905 ], [ -121.242803931602353, 38.718208420209884 ], [ -121.241811679668942, 38.71809161701848 ], [ -121.240485488745833, 38.717935490184907 ], [ -121.239702268051474, 38.717828479199738 ], [ -121.238948513144734, 38.717725491587437 ], [ -121.237105562622986, 38.717610129397414 ], [ -121.235450500639374, 38.717506503970334 ], [ -121.234957496319225, 38.717498185166029 ], [ -121.234501516576273, 38.717490493844551 ], [ -121.234421832005083, 38.717497091241754 ], [ -121.234356500210737, 38.7175024971013 ], [ -121.233905838778327, 38.717425820257965 ], [ -121.233398508656762, 38.717339501506025 ], [ -121.233320517315775, 38.717340634571855 ], [ -121.233261510301489, 38.71734148829588 ], [ -121.230515402957465, 38.717203129966613 ], [ -121.227983494264691, 38.717075502657821 ], [ -121.227304493229752, 38.717013496230656 ], [ -121.225873502657137, 38.716881484254017 ], [ -121.225872948246888, 38.716881433523405 ], [ -121.222589514372686, 38.716580488830303 ], [ -121.222211002399433, 38.716545109662498 ], [ -121.22221062709454, 38.71654507594679 ], [ -121.221883509472065, 38.716514497380921 ], [ -121.216933491025486, 38.716060502633098 ], [ -121.21609071130996, 38.716008946707333 ], [ -121.21548375240971, 38.71597181407823 ], [ -121.214236491397301, 38.71589550447527 ], [ -121.213074199285472, 38.715825291165785 ], [ -121.212051500581026, 38.715763500910327 ], [ -121.210819507430344, 38.715687495879592 ], [ -121.209667496754491, 38.715617481291311 ], [ -121.203312507265991, 38.715229487065272 ], [ -121.198344502470377, 38.71492549498069 ], [ -121.194080505254533, 38.71471549306721 ], [ -121.188562518763433, 38.714443501472459 ], [ -121.188562071748962, 38.714443461971115 ], [ -121.187332529066268, 38.71433229492596 ], [ -121.185620514838348, 38.714177490280527 ], [ -121.184010514548959, 38.714097969504834 ], [ -121.182280504744924, 38.714012493802244 ], [ -121.180315518437226, 38.713967487364535 ], [ -121.180155499584217, 38.713961491224651 ], [ -121.179844504697684, 38.713941495960064 ], [ -121.175260504800193, 38.713529492516173 ], [ -121.175260397924802, 38.71352946284037 ], [ -121.174645495524217, 38.713364486883201 ], [ -121.173620495030264, 38.713147492164346 ], [ -121.172899049995806, 38.713081010860776 ], [ -121.172898638733514, 38.713080971858489 ], [ -121.171949506439688, 38.712993503048267 ], [ -121.171699016559842, 38.712967464345738 ], [ -121.171516514878959, 38.712948492593199 ], [ -121.170964302684922, 38.712970369426763 ], [ -121.170380503967465, 38.712993494516184 ], [ -121.170185896913779, 38.712990639997841 ], [ -121.169971508961297, 38.71298749890218 ], [ -121.169971187064462, 38.712987475292373 ], [ -121.158357341586822, 38.712050094543891 ], [ -121.152049496795541, 38.711540488096041 ], [ -121.148798146565809, 38.711697449839612 ], [ -121.146517499985677, 38.711807496501443 ], [ -121.144397746186726, 38.711968164451413 ], [ -121.142057490835398, 38.712145500925487 ], [ -121.142056809119907, 38.712145073633934 ], [ -121.141542146069128, 38.711823386366831 ], [ -121.141541863925241, 38.711823208662153 ], [ -121.139846494311655, 38.710763488368364 ], [ -121.139094506425323, 38.708721499299791 ], [ -121.13684229613898, 38.707989745344307 ], [ -121.136007497081593, 38.707718497148932 ], [ -121.136007225678753, 38.707718146383627 ], [ -121.135803123040205, 38.707457013597164 ], [ -121.134479491429275, 38.705763498072493 ], [ -121.13378952750567, 38.706040125482858 ], [ -121.133062453176308, 38.706331627010016 ], [ -121.131658501575117, 38.706894500876672 ], [ -121.128856079156037, 38.708857735069721 ], [ -121.128644026261128, 38.709006345254465 ], [ -121.128108492058573, 38.709381498604195 ], [ -121.127049951095032, 38.709779343039564 ], [ -121.127045083148346, 38.70978117439909 ], [ -121.12523836026908, 38.710460183111728 ], [ -121.124782495910068, 38.710631502927228 ], [ -121.12226215322886, 38.713568445081812 ], [ -121.12153948177361, 38.714410501673839 ], [ -121.120064486160274, 38.714771492922857 ], [ -121.120064283794804, 38.71477192012587 ], [ -121.118759494602074, 38.717500488207293 ], [ -121.118759148673632, 38.717499780634419 ], [ -121.116463395264205, 38.712764370215801 ], [ -121.115094502049445, 38.709940493005291 ], [ -121.111565508513522, 38.702726482274933 ], [ -121.111359507100559, 38.702225495192323 ], [ -121.110756505884581, 38.700763492349154 ], [ -121.110611496243337, 38.700413496397019 ], [ -121.109781489708197, 38.698459491280389 ], [ -121.109485500967835, 38.697861496412052 ], [ -121.109018485944077, 38.697042502616867 ], [ -121.106354508195821, 38.690899504134926 ], [ -121.106081494453804, 38.690315495106752 ], [ -121.105900516484922, 38.68991749605523 ], [ -121.10539449069168, 38.688631484597522 ], [ -121.105394218973501, 38.688630918527551 ], [ -121.104710512505292, 38.687200492347849 ], [ -121.103826506928897, 38.68534948525167 ], [ -121.10270851122182, 38.683008503185654 ], [ -121.10256649664953, 38.682680502646285 ], [ -121.101077519977693, 38.679942496608696 ], [ -121.100087494011191, 38.677906492010941 ], [ -121.098931502354134, 38.675526487161676 ], [ -121.09678750657838, 38.671114490601759 ], [ -121.094604518104504, 38.665386487259077 ], [ -121.09408149887166, 38.664014486713988 ], [ -121.093488489867269, 38.662456485974175 ], [ -121.091679499987109, 38.657708495725736 ], [ -121.087736517912475, 38.647362499562135 ], [ -121.087736183636125, 38.647361829530816 ], [ -121.087620508678583, 38.647131494342865 ], [ -121.08416349557001, 38.639177499030481 ], [ -121.084006514046038, 38.63881248966532 ], [ -121.080586499565527, 38.630901493186009 ], [ -121.080586179197738, 38.630900757910098 ], [ -121.078874516125069, 38.626939496470705 ], [ -121.077110508376705, 38.623038503256261 ], [ -121.073039500571099, 38.614032486686973 ], [ -121.072968504915252, 38.613853493148824 ], [ -121.071089499286174, 38.609082501997193 ], [ -121.070394510797669, 38.607399495692917 ], [ -121.065601506683748, 38.596436491104591 ], [ -121.060890495965225, 38.585532500088767 ], [ -121.056008515610799, 38.574649485928802 ], [ -121.05527450545425, 38.573018497992798 ], [ -121.054886504102257, 38.572207482860165 ], [ -121.051592510223372, 38.566296493495095 ], [ -121.049194497082937, 38.561994495137107 ], [ -121.045708516171942, 38.554546493954142 ], [ -121.045385497490088, 38.553842495465297 ], [ -121.044807496949659, 38.552570492299701 ], [ -121.044755498703367, 38.552417485495667 ], [ -121.04427349700498, 38.550746508130572 ], [ -121.041966493574492, 38.542797486431745 ], [ -121.0413714937214, 38.540745495325041 ], [ -121.041371256890372, 38.540745009448145 ], [ -121.041008514322243, 38.53999650749676 ], [ -121.040694510453775, 38.539542497513345 ], [ -121.038632499236314, 38.534649499737469 ], [ -121.037849513028405, 38.533358493875987 ], [ -121.037727504096409, 38.532917493704886 ], [ -121.037632502143197, 38.532667486365646 ], [ -121.037514508187087, 38.532355494009558 ], [ -121.035314505695666, 38.527005500006204 ], [ -121.035298493894345, 38.526964484690488 ], [ -121.03313651132909, 38.521456494829586 ], [ -121.033323497417953, 38.520486483480539 ], [ -121.031461481940909, 38.517396498780407 ], [ -121.02748491475981, 38.508301185707623 ], [ -121.027471494100794, 38.508270494511592 ], [ -121.027343498417807, 38.507973490120186 ], [ -121.027343516150907, 38.507918498524688 ], [ -121.027342507381832, 38.507838500068608 ], [ -121.027438248528696, 38.505416189447644 ], [ -121.0274855088973, 38.504220494535474 ], [ -121.027522506035865, 38.503286501048848 ], [ -121.027650513466128, 38.500066492015996 ], [ -121.02733050165503, 38.489251487582514 ], [ -121.027325516542746, 38.48911749689492 ], [ -121.02771950456868, 38.485710493934548 ], [ -121.027774504869882, 38.485241496780603 ], [ -121.027786505673788, 38.484905499741949 ], [ -121.027838507114737, 38.484696492807835 ], [ -121.027570491678645, 38.483420490299423 ], [ -121.027374496574652, 38.482564501973798 ], [ -121.027337497369857, 38.481182495265266 ], [ -121.027333503060532, 38.480818486874696 ], [ -121.027348502168152, 38.480743502970491 ], [ -121.027348512115964, 38.480743138123216 ], [ -121.027364509579954, 38.480107497237874 ], [ -121.027379496780696, 38.479744496577922 ], [ -121.027237517029334, 38.467580485122646 ], [ -121.027205507396729, 38.460840490193142 ], [ -121.027258512409873, 38.452616499672992 ], [ -121.027250513490515, 38.440549498670016 ], [ -121.027257508526802, 38.437168485145989 ], [ -121.027234497506598, 38.43608149476016 ], [ -121.02721950822513, 38.434839494436382 ], [ -121.027210505302747, 38.434132496227654 ], [ -121.027241498147816, 38.427813499209307 ], [ -121.027252504548869, 38.420316494123036 ], [ -121.027236503935086, 38.42018549428888 ], [ -121.027313508508826, 38.418886500200621 ], [ -121.027310511535433, 38.418715486934651 ], [ -121.027304502569095, 38.418384495013818 ], [ -121.027291499294805, 38.417711491923427 ], [ -121.027251493172884, 38.415623499212487 ], [ -121.027296506347199, 38.409152500049146 ], [ -121.027255498976089, 38.407882506402387 ], [ -121.027296507979571, 38.407529496046806 ], [ -121.027241509352606, 38.407203491004438 ], [ -121.027223498874804, 38.401432497760545 ], [ -121.027222499079897, 38.401392491687126 ], [ -121.027221504244309, 38.39770649377715 ], [ -121.027229502656198, 38.397566505129781 ], [ -121.027229501813522, 38.397566308449591 ], [ -121.027227510327307, 38.386916489220397 ], [ -121.027229490170228, 38.386448492296054 ], [ -121.027229487262488, 38.386447944564829 ], [ -121.027198500743438, 38.374921487338149 ], [ -121.027198509678868, 38.374913499046272 ], [ -121.027182517057668, 38.371001492151265 ], [ -121.027182506667145, 38.370505484290163 ], [ -121.027198509272623, 38.365064493093925 ], [ -121.027198509826547, 38.355800501909371 ], [ -121.027198499888513, 38.346538495640601 ], [ -121.027150499960172, 38.334010494273862 ], [ -121.027110498488256, 38.321986496372737 ], [ -121.027093510467097, 38.321491490903583 ], [ -121.027102494237141, 38.308826484869876 ], [ -121.027085505678045, 38.301695488129553 ], [ -121.026614501573675, 38.298696486571103 ], [ -121.02627422148673, 38.297991536263133 ], [ -121.026237497809149, 38.297915496838755 ], [ -121.026478838983422, 38.297837286229509 ], [ -121.029897501405827, 38.296729488880587 ], [ -121.030954492918738, 38.296386500476338 ], [ -121.036095500066807, 38.294720487720568 ], [ -121.036965620265576, 38.292595940524919 ], [ -121.038838506504106, 38.288022505362207 ], [ -121.039798502109988, 38.287318494196008 ], [ -121.040572245610136, 38.286834159833496 ], [ -121.04057290993336, 38.28683374501805 ], [ -121.040822507978646, 38.286677501267505 ], [ -121.041555959891312, 38.286454609184531 ], [ -121.043030512400918, 38.286006486429983 ], [ -121.045110485571058, 38.286006497179002 ], [ -121.046646501399806, 38.286454490724054 ], [ -121.048022503303272, 38.286998495919633 ], [ -121.049014514637122, 38.287382498060836 ], [ -121.049494224633051, 38.287685302833921 ], [ -121.049494510989888, 38.287685485390902 ], [ -121.049878451012958, 38.288389512522279 ], [ -121.050758042527235, 38.28946094368812 ], [ -121.050758514369576, 38.289461499222661 ], [ -121.051392997935011, 38.290600980307737 ], [ -121.051542303251068, 38.29086911175515 ], [ -121.051542513058834, 38.2908694851386 ], [ -121.052022507815835, 38.292357492669765 ], [ -121.052630504615991, 38.293428495123415 ], [ -121.052645660618609, 38.293464196983329 ], [ -121.052902439027505, 38.294069338890623 ], [ -121.052902500411065, 38.294069484824405 ], [ -121.053286501107294, 38.294357483400084 ], [ -121.054038501710707, 38.294901490551261 ], [ -121.054541302352931, 38.295080738858182 ], [ -121.05466406629769, 38.29512450621484 ], [ -121.055606499722771, 38.295460494893796 ], [ -121.057039189074942, 38.295610912226174 ], [ -121.058054509732216, 38.295717499918553 ], [ -121.060154503107697, 38.29731549016963 ], [ -121.060811506581402, 38.297283502126056 ], [ -121.061371342313379, 38.297329664416573 ], [ -121.061963496112739, 38.297378487416374 ], [ -121.063339503763046, 38.297378503211441 ], [ -121.063798920139149, 38.297271478313192 ], [ -121.064571510657402, 38.297091493672703 ], [ -121.06549180640522, 38.296779781457232 ], [ -121.065563499393051, 38.296755495936239 ], [ -121.066411504446179, 38.296435503164538 ], [ -121.067499504364207, 38.295555490639742 ], [ -121.068555513853866, 38.294659492405664 ], [ -121.069874437964927, 38.293514678832786 ], [ -121.070123495410598, 38.293298498115689 ], [ -121.070213608908261, 38.293213486576882 ], [ -121.070987500106583, 38.292483490265312 ], [ -121.072043499243506, 38.291731507391155 ], [ -121.073579501780699, 38.291011497415319 ], [ -121.075051506622486, 38.290259500864671 ], [ -121.07721150448711, 38.289363486694292 ], [ -121.079435502733361, 38.288259497761857 ], [ -121.079618801069941, 38.288182275650477 ], [ -121.082283513091326, 38.287059497119834 ], [ -121.083947497964843, 38.286467490923506 ], [ -121.084987496341284, 38.286227487334962 ], [ -121.08724551189394, 38.285906492648301 ], [ -121.09011248914176, 38.28536148771866 ], [ -121.09145751569568, 38.285056488755032 ], [ -121.093603511124144, 38.284223484843004 ], [ -121.099678514143505, 38.285623489986882 ], [ -121.101141428398435, 38.285043442388883 ], [ -121.101504501679898, 38.284899491266522 ], [ -121.103809501700539, 38.283469501441196 ], [ -121.104295946747598, 38.283209839726375 ], [ -121.10429716884569, 38.283209185742606 ], [ -121.104519506535524, 38.283090501316288 ], [ -121.104711381895385, 38.28296597022959 ], [ -121.105294512332975, 38.282587498186622 ], [ -121.109098508670655, 38.281149499052439 ], [ -121.113183501979165, 38.279115488182192 ], [ -121.113452761048222, 38.279011534508271 ], [ -121.113453007198061, 38.279011440131548 ], [ -121.113600502902742, 38.278954493653721 ], [ -121.114137999573146, 38.278715983612344 ], [ -121.115040510535948, 38.278315490456279 ], [ -121.116400511837242, 38.277947492925676 ], [ -121.117696500159852, 38.277787492308278 ], [ -121.11792302020136, 38.277689740471196 ], [ -121.118032506701795, 38.277642493360638 ], [ -121.118301943406195, 38.277577182784363 ], [ -121.118688499951318, 38.277483485244971 ], [ -121.120352494158524, 38.277131483183886 ], [ -121.121950930869573, 38.276674128776179 ], [ -121.121954118626761, 38.276673215637089 ], [ -121.122704513364042, 38.276458497613383 ], [ -121.12311936917358, 38.276374803959804 ], [ -121.123968491525702, 38.276203501231237 ], [ -121.125232504862467, 38.275851485062987 ], [ -121.1256529512805, 38.275721446413165 ], [ -121.125653208625749, 38.27572136619392 ], [ -121.125856510480673, 38.275658486628487 ], [ -121.127520491441302, 38.275066500517013 ], [ -121.129616502514409, 38.273890495160984 ], [ -121.129828333572945, 38.273729244895669 ], [ -121.130906498735385, 38.272908493836098 ], [ -121.131521607640096, 38.272418083200144 ], [ -121.131805923255413, 38.272191425427678 ], [ -121.131808819730892, 38.272189117273982 ], [ -121.131857970350836, 38.272149962774172 ], [ -121.131858242065618, 38.272149712888691 ], [ -121.1318585085358, 38.272149501888869 ], [ -121.132583494649822, 38.271441489151378 ], [ -121.133970508396928, 38.270215489957998 ], [ -121.135092514289568, 38.269255497250718 ], [ -121.135932495531279, 38.268537488297518 ], [ -121.137382496699104, 38.267624491406657 ], [ -121.138713497951272, 38.266677492189785 ], [ -121.139530496871714, 38.266068486766855 ], [ -121.140701493728741, 38.265410503831689 ], [ -121.141791504538489, 38.264977499601777 ], [ -121.14244024657792, 38.264688905452665 ], [ -121.1424415613278, 38.264688317681802 ], [ -121.142625504330823, 38.264606489829944 ], [ -121.14326877518765, 38.264527603725753 ], [ -121.144052505261072, 38.264431491083776 ], [ -121.145819425814295, 38.264454580106424 ], [ -121.146425511471065, 38.264462497288804 ], [ -121.148798500615825, 38.264397487181569 ], [ -121.149664500696645, 38.264204490988007 ], [ -121.150432492425054, 38.26410848978702 ], [ -121.150976264013124, 38.263984730652837 ], [ -121.151280505351835, 38.263915488100373 ], [ -121.151481518343871, 38.263841908522195 ], [ -121.152064514818179, 38.26362849908174 ], [ -121.153248501405912, 38.262956488609682 ], [ -121.153638036366317, 38.262696070700258 ], [ -121.153639642497978, 38.262694996009529 ], [ -121.153776498977237, 38.262603498439375 ], [ -121.154013288798694, 38.262414235599294 ], [ -121.155216515494416, 38.261452487506567 ], [ -121.156768510319935, 38.259788496236446 ], [ -121.15747249549581, 38.258796489345528 ], [ -121.157888451481256, 38.258343187229606 ], [ -121.15875199484006, 38.257402017249881 ], [ -121.158752159261084, 38.257401851470519 ], [ -121.158752529884651, 38.257401501387356 ], [ -121.160164513271909, 38.256091493822844 ], [ -121.160363019811072, 38.255913237390033 ], [ -121.161713515936697, 38.254700484084637 ], [ -121.162520494294895, 38.253829483391655 ], [ -121.163801079136263, 38.252500944727615 ], [ -121.163801499884201, 38.252500487941781 ], [ -121.164213676486057, 38.25224150648549 ], [ -121.166080502761616, 38.251068495842603 ], [ -121.167986880431087, 38.25035029158196 ], [ -121.168384508330789, 38.250200486961873 ], [ -121.168909748457693, 38.250070344227673 ], [ -121.170418495333195, 38.249696497152172 ], [ -121.171488973629266, 38.249408638488198 ], [ -121.171489505318334, 38.249408496985829 ], [ -121.172350497365144, 38.249201497662767 ], [ -121.173150510085208, 38.249082500434177 ], [ -121.173558466593221, 38.249099985900301 ], [ -121.173873496921118, 38.249113487197434 ], [ -121.174527502142951, 38.249313496376047 ], [ -121.175113000651123, 38.249598455200903 ], [ -121.175114138006876, 38.249599011158821 ], [ -121.175316505581506, 38.249697500156941 ], [ -121.17793751147002, 38.25117048787039 ], [ -121.178452871656816, 38.25139238660848 ], [ -121.178502505428611, 38.251413768164412 ], [ -121.180125500416395, 38.252112495840009 ], [ -121.180776502235574, 38.252434483810987 ], [ -121.181185139505004, 38.252603324284763 ], [ -121.181369497140878, 38.252679499541742 ], [ -121.182195496867749, 38.25274449288888 ], [ -121.184529493774974, 38.252876495487911 ], [ -121.185217508618877, 38.252812484448086 ], [ -121.185585494322765, 38.252844496822767 ], [ -121.186526646439546, 38.253007068572735 ], [ -121.187617512395121, 38.253195495863103 ], [ -121.188400574047833, 38.253391871457694 ], [ -121.188897512472963, 38.253516493304552 ], [ -121.189889513141111, 38.253516485803182 ], [ -121.190245224004045, 38.253480358648602 ], [ -121.190529504444214, 38.253451487380765 ], [ -121.190903774720596, 38.253445226960871 ], [ -121.191425497107289, 38.253436493112524 ], [ -121.193601514022859, 38.253052498566134 ], [ -121.195025497446352, 38.252812497561195 ], [ -121.195777514581437, 38.2525725037925 ], [ -121.196964261351212, 38.252024936711493 ], [ -121.197409488991937, 38.251819505967788 ], [ -121.197700282960753, 38.251610942755903 ], [ -121.199393511068664, 38.250396493242086 ], [ -121.200236942622368, 38.249743961105239 ], [ -121.200240137007839, 38.249741487432019 ], [ -121.200449504433081, 38.249579502988269 ], [ -121.200503811760854, 38.249523740153528 ], [ -121.201009493886744, 38.249004489629868 ], [ -121.202177508336177, 38.248316493541957 ], [ -121.203121496076733, 38.247980499582383 ], [ -121.203505517673293, 38.247900492215457 ], [ -121.203713501518834, 38.247900498897685 ], [ -121.203906500810817, 38.247900486494139 ], [ -121.204930501400909, 38.247964489328858 ], [ -121.206994506953407, 38.248108484265607 ], [ -121.207520618940379, 38.248132777478595 ], [ -121.208034111036326, 38.248156482230407 ], [ -121.208034496226205, 38.248156502118448 ], [ -121.208164575454376, 38.248163346663127 ], [ -121.208338502073616, 38.248172498618487 ], [ -121.208962510192322, 38.248076496006064 ], [ -121.209394504650732, 38.247948491613869 ], [ -121.210482496831233, 38.247660486034725 ], [ -121.211234660035785, 38.247499407412946 ], [ -121.211682500899698, 38.247403498124221 ], [ -121.212041442317272, 38.247417739079296 ], [ -121.212043042953752, 38.247417800919663 ], [ -121.212514495474124, 38.24743649778393 ], [ -121.213090503801638, 38.24750049193495 ], [ -121.213634513373904, 38.247660498832822 ], [ -121.215298495344626, 38.247436488175168 ], [ -121.216354509593046, 38.246924496976959 ], [ -121.217155491294974, 38.246508483713122 ], [ -121.217635494092505, 38.246124500792973 ], [ -121.218915502026334, 38.245517485432252 ], [ -121.219892000662753, 38.244818240846897 ], [ -121.219929852464489, 38.244791137453554 ], [ -121.219931277975107, 38.244790115421594 ], [ -121.220035501353308, 38.244715481779771 ], [ -121.220468501347611, 38.244584807236251 ], [ -121.221251511266942, 38.244348501897882 ], [ -121.222020504848714, 38.244092496101231 ], [ -121.223492515114572, 38.244236507938695 ], [ -121.22512451041213, 38.244733500173929 ], [ -121.225455920280552, 38.244904074869098 ], [ -121.226212504234198, 38.24529348688467 ], [ -121.226823498453754, 38.245567487427472 ], [ -121.227082038153384, 38.245740878197601 ], [ -121.227998498651289, 38.24635549813776 ], [ -121.228367749526512, 38.24654951240349 ], [ -121.228368663594239, 38.246549994148317 ], [ -121.228706490706159, 38.24672749433519 ], [ -121.228870101367761, 38.246790997123234 ], [ -121.229077505496392, 38.246871493943182 ], [ -121.22946350593709, 38.24690448739797 ], [ -121.230187501228443, 38.246743498209881 ], [ -121.23085474939441, 38.246711169339143 ], [ -121.231797492450397, 38.246665490576028 ], [ -121.232666517332731, 38.246730500086834 ], [ -121.233237946336374, 38.246754522640472 ], [ -121.233808492758328, 38.246778500811764 ], [ -121.234389234563935, 38.246742907738259 ], [ -121.235097519848935, 38.246699490735146 ], [ -121.23699649419855, 38.246926494885969 ], [ -121.238573497241802, 38.246927501717558 ], [ -121.239829501013446, 38.246621493814388 ], [ -121.240891495021685, 38.246204491647255 ], [ -121.241842511231113, 38.245979487670155 ], [ -121.243500519587158, 38.245691496071892 ], [ -121.244545973268558, 38.245305677036164 ], [ -121.24454650024731, 38.245305483677789 ], [ -121.244774164566238, 38.245200040729195 ], [ -121.245226509613531, 38.244990493813368 ], [ -121.245480498393832, 38.244864490457417 ], [ -121.245828498919494, 38.24473849288416 ], [ -121.246496696345247, 38.244681968070907 ], [ -121.246951516441229, 38.244643494041284 ], [ -121.247931496553747, 38.244740501563378 ], [ -121.248469502954237, 38.244709498112854 ], [ -121.249655490665063, 38.244742496147062 ], [ -121.250951495409993, 38.244934494491083 ], [ -121.251129047420335, 38.24529670677056 ], [ -121.251898289224343, 38.246866046083831 ], [ -121.251898510132207, 38.246866493876034 ], [ -121.25228821321322, 38.247020625265918 ], [ -121.253099506716381, 38.247341489588472 ], [ -121.253613551536446, 38.247524864990375 ], [ -121.253811519106819, 38.247595485597607 ], [ -121.254627498654827, 38.247787496313123 ], [ -121.255587510550413, 38.248012498943474 ], [ -121.255818518131477, 38.248127876369495 ], [ -121.256482497693753, 38.248459490975534 ], [ -121.257569928375759, 38.249404000081682 ], [ -121.257570504490758, 38.249404481148403 ], [ -121.258162506518161, 38.249901488136366 ], [ -121.258252337259037, 38.249969536184253 ], [ -121.258562496632464, 38.250204484346334 ], [ -121.258895016972176, 38.250354272310197 ], [ -121.258895680424203, 38.250354572603868 ], [ -121.259026496541196, 38.250413498287244 ], [ -121.259746494747674, 38.250301487298216 ], [ -121.260006866376585, 38.250326933578755 ], [ -121.26040150966449, 38.25036549952987 ], [ -121.260761673819133, 38.250540155203588 ], [ -121.260762424989991, 38.25054051737321 ], [ -121.260865508529292, 38.250590503090002 ], [ -121.261127048605786, 38.250603838165077 ], [ -121.261473502528617, 38.25062149619702 ], [ -121.262038591805862, 38.250758945218656 ], [ -121.262065511005687, 38.250765488753778 ], [ -121.262369591926202, 38.250902457772554 ], [ -121.262369962007554, 38.250902627049321 ], [ -121.262529501442899, 38.250974489098958 ], [ -121.26292948706238, 38.251167497890421 ], [ -121.263297488962195, 38.251231484595351 ], [ -121.263729500313161, 38.251071501997323 ], [ -121.264339501357171, 38.251184490925837 ], [ -121.264840506130085, 38.251376493594307 ], [ -121.26508904771265, 38.251440434409872 ], [ -121.265287508462706, 38.251491494164689 ], [ -121.265646080482, 38.251764304173498 ], [ -121.265646465326753, 38.251764600006183 ], [ -121.265680492274655, 38.251790487689611 ], [ -121.265702395301588, 38.25179960072083 ], [ -121.265937502446349, 38.25189749194567 ], [ -121.266013649189063, 38.251935894306968 ], [ -121.266167497059755, 38.252013489075416 ], [ -121.26654975487952, 38.252078771118718 ], [ -121.266550529295301, 38.252078904342007 ], [ -121.266858516227416, 38.252131500212307 ], [ -121.267576507022881, 38.252141496271356 ], [ -121.267968512836703, 38.252131502821733 ], [ -121.268415500680277, 38.252141498583207 ], [ -121.269133495830474, 38.252003505482726 ], [ -121.269918503521367, 38.251758494190774 ], [ -121.270555492291749, 38.251461503958936 ], [ -121.271179257918121, 38.251163552700071 ], [ -121.271181076841359, 38.251162685628557 ], [ -121.271203935186165, 38.251151790267535 ], [ -121.271204505983974, 38.251151489962979 ], [ -121.27129390586704, 38.251121347821616 ], [ -121.271895507346997, 38.250918497556746 ], [ -121.272504504900326, 38.250737506250722 ], [ -121.272895655575056, 38.250648221696999 ], [ -121.272896359773853, 38.250648059133979 ], [ -121.273113508903435, 38.250598492290699 ], [ -121.273376321349843, 38.250594539846084 ], [ -121.273777500759394, 38.250588499524881 ], [ -121.274183491587252, 38.250567487091722 ], [ -121.274684517559123, 38.250493506745109 ], [ -121.27525351343472, 38.250280495344505 ], [ -121.27539869051013, 38.250146883463266 ], [ -121.275416510734672, 38.250130484505227 ], [ -121.27555525276378, 38.250061788972339 ], [ -121.275828508294083, 38.249926497490989 ], [ -121.276131496579367, 38.249591493662855 ], [ -121.276332957367657, 38.249459428499861 ], [ -121.276401496856735, 38.249414500405095 ], [ -121.27663508106528, 38.24930406035363 ], [ -121.277008499711357, 38.249127498730239 ], [ -121.277582506343833, 38.249062491876806 ], [ -121.278061514170631, 38.249126493629966 ], [ -121.2785255020828, 38.249269488502783 ], [ -121.27919550261872, 38.249587491849418 ], [ -121.280328504706915, 38.249922481257855 ], [ -121.280520505412227, 38.250081488521211 ], [ -121.280742771108862, 38.250130077093424 ], [ -121.280950512364612, 38.250175490100546 ], [ -121.281084763872116, 38.250212787101312 ], [ -121.281085182793547, 38.250212900711006 ], [ -121.281238503311585, 38.250255489438231 ], [ -121.281413497930231, 38.250255488205738 ], [ -121.281671494031571, 38.250268491431008 ], [ -121.281879507034731, 38.250281487649595 ], [ -121.282150516974596, 38.250165491303292 ], [ -121.282279503626171, 38.25009950008431 ], [ -121.282427263851332, 38.249886697147097 ], [ -121.28243819445629, 38.249871035624103 ], [ -121.282438401022759, 38.24987065777664 ], [ -121.28243851818111, 38.249870486257649 ], [ -121.282797503905414, 38.249175496743803 ], [ -121.283089498465728, 38.248481500372812 ], [ -121.283812502744325, 38.248032493251024 ], [ -121.284413514039414, 38.247855487926721 ], [ -121.284573884751111, 38.247802027340427 ], [ -121.284674511905436, 38.247768486982459 ], [ -121.285026755388287, 38.24764735309877 ], [ -121.285683512468083, 38.247421500208269 ], [ -121.286536510911887, 38.246995491914532 ], [ -121.287331498994362, 38.246362496005929 ], [ -121.287765497917817, 38.246016494008735 ], [ -121.2879555259819, 38.245841994115644 ], [ -121.287973503345412, 38.245825478281127 ], [ -121.288133390281672, 38.245643607375968 ], [ -121.288133499652346, 38.245643487190115 ], [ -121.288435508465511, 38.245130489982884 ], [ -121.288747500057156, 38.244698485912444 ], [ -121.289271501673952, 38.243975503128453 ], [ -121.289670493531972, 38.243331492605719 ], [ -121.289956500279132, 38.242817499456315 ], [ -121.290198506083172, 38.242398502258276 ], [ -121.29063728568039, 38.242028423438434 ], [ -121.290696491486884, 38.241978488374258 ], [ -121.290795083186268, 38.24191686939195 ], [ -121.291168496338486, 38.241683482828321 ], [ -121.291392495515495, 38.241291496508879 ], [ -121.291849385861354, 38.240922659480198 ], [ -121.291849603423273, 38.240922484846102 ], [ -121.291884934847232, 38.240894015443772 ], [ -121.29188511360293, 38.240893816497227 ], [ -121.291885506666006, 38.240893499497687 ], [ -121.292249506140521, 38.240460492272192 ], [ -121.292379498835658, 38.2403075054781 ], [ -121.292582492156171, 38.239791501706513 ], [ -121.292744489347996, 38.239392502356225 ], [ -121.293340508624951, 38.238903495551959 ], [ -121.293645502297011, 38.238675498529112 ], [ -121.294051509299578, 38.238372487323666 ], [ -121.295033511898055, 38.237830487787008 ], [ -121.29595351580285, 38.237655491990743 ], [ -121.296870516812149, 38.237475484558956 ], [ -121.297677358808329, 38.237365444534682 ], [ -121.297677870802758, 38.237365372195512 ], [ -121.298307497563258, 38.237279499050352 ], [ -121.298913800150856, 38.237136463053631 ], [ -121.299549515403726, 38.236986488123797 ], [ -121.300300509964259, 38.236889497355477 ], [ -121.30071043119041, 38.236791506434358 ], [ -121.301573497198177, 38.236401500240369 ], [ -121.302388514412925, 38.236044496834836 ], [ -121.303375499278971, 38.235470491117233 ], [ -121.304268915518634, 38.235147733904398 ], [ -121.304271877856166, 38.235146663017609 ], [ -121.30456849654739, 38.235039501575713 ], [ -121.304707138812788, 38.234999009175013 ], [ -121.30510949638925, 38.234881491405083 ], [ -121.306669508764415, 38.234816496160164 ], [ -121.307246519042053, 38.234896483310187 ], [ -121.30811251304182, 38.235313489605176 ], [ -121.308817509398011, 38.235745494894026 ], [ -121.309618518642338, 38.235505503841665 ], [ -121.309795490757111, 38.235056496879317 ], [ -121.310596510590088, 38.235152484859853 ], [ -121.31104550325044, 38.235312498615215 ], [ -121.311558499006807, 38.235472495139426 ], [ -121.312167499100653, 38.235440488259897 ], [ -121.312600496894561, 38.235183496383705 ], [ -121.312984512643538, 38.234911501128025 ], [ -121.313946502608573, 38.2351195013119 ], [ -121.314587506983599, 38.235375497479325 ], [ -121.31546950030561, 38.235487493723021 ], [ -121.316607507259647, 38.23511848756101 ], [ -121.317312500169464, 38.234926488405108 ], [ -121.317761499948347, 38.234990491853559 ], [ -121.318434509386336, 38.23470150457905 ], [ -121.318943981190969, 38.234510025694746 ], [ -121.319203501683532, 38.234412484131312 ], [ -121.319283359936477, 38.234352777039341 ], [ -121.319524508990199, 38.234172489073046 ], [ -121.320004515302628, 38.233932495341392 ], [ -121.320820497767485, 38.233772498799183 ], [ -121.321620497034715, 38.233100491338305 ], [ -121.322068506112416, 38.23265249591654 ], [ -121.322804490083044, 38.232636495348984 ], [ -121.323508497735062, 38.232588494112434 ], [ -121.323745758145819, 38.232673757629023 ], [ -121.324084492777658, 38.232795491559358 ], [ -121.324368677087733, 38.232906074575311 ], [ -121.324369465202992, 38.232906380542822 ], [ -121.324580503170694, 38.232988497380362 ], [ -121.325012503837144, 38.233036486288995 ], [ -121.325380496026114, 38.232892489342824 ], [ -121.32605250719763, 38.232876496188275 ], [ -121.326900501242335, 38.233052497705955 ], [ -121.327476508814399, 38.233020492620454 ], [ -121.327988501847216, 38.232812484436145 ], [ -121.329092515996862, 38.232748498453461 ], [ -121.329828497954395, 38.232508490917255 ], [ -121.330244518018191, 38.232236486484105 ], [ -121.330836499820435, 38.231772496371775 ], [ -121.331796512731174, 38.231468484229993 ], [ -121.333060493835234, 38.231276490996926 ], [ -121.334020493301082, 38.231260485197311 ], [ -121.334522331005999, 38.231241676181249 ], [ -121.334900489054675, 38.231227503067544 ], [ -121.335101016156074, 38.231117262247814 ], [ -121.335684501522294, 38.23079649311309 ], [ -121.3364204970039, 38.230188491787651 ], [ -121.337019583471047, 38.229796962707191 ], [ -121.337021155363971, 38.229795936739272 ], [ -121.337156495510683, 38.229707481266736 ], [ -121.337345681002986, 38.229609033638177 ], [ -121.337892495039995, 38.229324491316802 ], [ -121.338900510310566, 38.228844495274394 ], [ -121.339284510834261, 38.228828504493805 ], [ -121.339716505680357, 38.228956502336828 ], [ -121.34013249164164, 38.22932448942916 ], [ -121.34061251565555, 38.229436497399746 ], [ -121.340922829255177, 38.229474797316563 ], [ -121.341252508630362, 38.229515490092425 ], [ -121.341764508348135, 38.229515490898279 ], [ -121.342018871984664, 38.229495829425559 ], [ -121.342372500266009, 38.229468495002934 ], [ -121.342980500921087, 38.229276500638569 ], [ -121.343364512802694, 38.229036495891293 ], [ -121.343485461682775, 38.228782499120712 ], [ -121.343524499243472, 38.228700497003075 ], [ -121.343652494476913, 38.228428492233448 ], [ -121.344164493937555, 38.228300490019805 ], [ -121.345060500643896, 38.228140493135207 ], [ -121.345613011827126, 38.228199760768383 ], [ -121.346244497593005, 38.228267495697878 ], [ -121.347492489473083, 38.228331494489616 ], [ -121.348220985135711, 38.228729683452322 ], [ -121.348372214339705, 38.228812343066878 ], [ -121.348372495706755, 38.228812496819899 ], [ -121.349125342336208, 38.229676303946654 ], [ -121.349125504405606, 38.229676493467771 ], [ -121.34984849493074, 38.230219478169197 ], [ -121.350133107411523, 38.230363121461252 ], [ -121.350496495475412, 38.230546492103002 ], [ -121.351228515793579, 38.230722494092966 ], [ -121.351836498084424, 38.230770498099389 ], [ -121.352435858948979, 38.230865876265391 ], [ -121.35320650083888, 38.230988502562056 ], [ -121.353861379216113, 38.231057494081668 ], [ -121.354421508918378, 38.2311165042806 ], [ -121.355321496326681, 38.231023495406518 ], [ -121.356363514315873, 38.23080948418454 ], [ -121.357231506543101, 38.230868496211826 ], [ -121.357392494871533, 38.230858497254196 ], [ -121.358316485732573, 38.230697499371686 ], [ -121.359685223614889, 38.230298684092688 ], [ -121.359688263744872, 38.230297800124902 ], [ -121.360461492535663, 38.23007248772867 ], [ -121.361090621623987, 38.229961927515483 ], [ -121.361838507589553, 38.229830496217026 ], [ -121.362433494810659, 38.229654501301006 ], [ -121.362531614250443, 38.229586955020238 ], [ -121.36263249414182, 38.229517491336921 ], [ -121.36274351260225, 38.229274502481196 ], [ -121.362756501271207, 38.228962498711176 ], [ -121.362656515620259, 38.228835493307336 ], [ -121.362656224778931, 38.228835227111325 ], [ -121.362656020723094, 38.228834980698132 ], [ -121.362650132275732, 38.228829632030404 ], [ -121.362570499859402, 38.228756499636653 ], [ -121.362483508326378, 38.228679495313543 ], [ -121.362458517183697, 38.228533486161204 ], [ -121.362545515880313, 38.228348500292547 ], [ -121.36352450833337, 38.228270500766392 ], [ -121.364330501418749, 38.228504503757762 ], [ -121.364411689429545, 38.228550110848836 ], [ -121.364727488929773, 38.228727499955099 ], [ -121.365067516880629, 38.229193654028045 ], [ -121.365161508976314, 38.229322497473127 ], [ -121.365335504748714, 38.229740490810642 ], [ -121.365521506468752, 38.230150493773522 ], [ -121.36576846982372, 38.230618503691296 ], [ -121.366029088193471, 38.230969002660238 ], [ -121.366029201329624, 38.230969069693991 ], [ -121.36602950669905, 38.230969481005815 ], [ -121.366106876765272, 38.231009539229802 ], [ -121.366537508779572, 38.231232482989107 ], [ -121.366724786683633, 38.231264953696638 ], [ -121.367033512514709, 38.231318485636002 ], [ -121.367415001083387, 38.231257340083566 ], [ -121.368000508305698, 38.231163494567838 ], [ -121.367988509280579, 38.231037492605282 ], [ -121.368843511110668, 38.230569491602886 ], [ -121.369983504539036, 38.230121500979699 ], [ -121.370533495627768, 38.229916492035102 ], [ -121.371093510177772, 38.229694489903665 ], [ -121.371296516984401, 38.22972448996866 ], [ -121.371571781017323, 38.229794576581298 ], [ -121.371893500266424, 38.229876492567151 ], [ -121.371941206607502, 38.229898711278807 ], [ -121.372241784593925, 38.230038727105295 ], [ -121.372376524561517, 38.230101480305159 ], [ -121.372773258000976, 38.230491255684356 ], [ -121.372773507627443, 38.230491502712148 ], [ -121.372861303218841, 38.230651756417018 ], [ -121.372922489309644, 38.230763496272019 ], [ -121.373169957032133, 38.231035895997699 ], [ -121.373170495293195, 38.231036493194708 ], [ -121.373341354244232, 38.231044655599753 ], [ -121.373777519314359, 38.231065485690166 ], [ -121.374141588555503, 38.231031165622781 ], [ -121.374509504057997, 38.230996486073494 ], [ -121.374904580170252, 38.230961380783853 ], [ -121.375488483433543, 38.230909494101567 ], [ -121.376069515469254, 38.230780482716064 ], [ -121.37665463735128, 38.230739343476067 ], [ -121.37722150294168, 38.230699488187348 ], [ -121.37778007292674, 38.230643369456132 ], [ -121.378485510494954, 38.230572489457444 ], [ -121.378624853422266, 38.230594436598359 ], [ -121.378885500195295, 38.23063548841764 ], [ -121.379180177712627, 38.230679368340127 ], [ -121.379429496491639, 38.230716494821358 ], [ -121.379756016614053, 38.230837735901858 ], [ -121.380245512999224, 38.231019494182426 ], [ -121.380757781189416, 38.231270161504945 ], [ -121.380757933590303, 38.231270233937721 ], [ -121.380901511847057, 38.231340489175999 ], [ -121.381669501472857, 38.231660497751882 ], [ -121.382245491036301, 38.231964492792905 ], [ -121.382312172031021, 38.232000073084876 ], [ -121.382453496617316, 38.232075490644661 ], [ -121.382869490958484, 38.232203497884797 ], [ -121.383253396349261, 38.232195482084379 ], [ -121.383588500202464, 38.232188487116289 ], [ -121.384057090266907, 38.232035057128087 ], [ -121.384058877184202, 38.232034473427859 ], [ -121.384324513693201, 38.231947490587864 ], [ -121.384611580769359, 38.23183665709724 ], [ -121.385316497394967, 38.231564491432707 ], [ -121.385400539033597, 38.231600936044906 ], [ -121.38557249549892, 38.231675502965842 ], [ -121.385739878275828, 38.231762661526417 ], [ -121.385927099117282, 38.231860178508626 ], [ -121.386004505595807, 38.231900495777133 ], [ -121.3864845004057, 38.232157490182544 ], [ -121.386663559816469, 38.232256307074493 ], [ -121.38723649929527, 38.232572493342644 ], [ -121.387832395111531, 38.23293299466885 ], [ -121.387835082816721, 38.232934618430775 ], [ -121.388084501149834, 38.233085502499357 ], [ -121.388324508352653, 38.233197486461179 ], [ -121.388603402519195, 38.233213864240945 ], [ -121.388852495862025, 38.233228488926812 ], [ -121.389005486904793, 38.233192155797738 ], [ -121.389252506844869, 38.233133487845464 ], [ -121.389684398541718, 38.232876217010201 ], [ -121.389685595032958, 38.232875503338413 ], [ -121.389764503373215, 38.232828497574864 ], [ -121.389826800007754, 38.232787567932697 ], [ -121.390420502345748, 38.232397487239894 ], [ -121.391236510580427, 38.231773499302946 ], [ -121.391844496557653, 38.231165492662704 ], [ -121.392612498124436, 38.230701492982639 ], [ -121.393012512637299, 38.230605482129782 ], [ -121.393268526715559, 38.230495334601663 ], [ -121.393268999781952, 38.230495130698046 ], [ -121.393349499929542, 38.230460494924905 ], [ -121.393521574805348, 38.230397805899131 ], [ -121.394005493121739, 38.230221500598503 ], [ -121.39446247384393, 38.230084770001554 ], [ -121.39446286198995, 38.23008465383311 ], [ -121.394757500853657, 38.22999649457833 ], [ -121.394820164318219, 38.2299505266216 ], [ -121.395061493031235, 38.229773500539082 ], [ -121.395429505358706, 38.229389498874603 ], [ -121.395525514677274, 38.229101493029916 ], [ -121.395749506944242, 38.228587494933997 ], [ -121.39595749979803, 38.22818749718747 ], [ -121.396197489971343, 38.227852499256471 ], [ -121.396373508724523, 38.227692488743415 ], [ -121.396677506783419, 38.227564497988844 ], [ -121.397125513834922, 38.227564491772647 ], [ -121.397653505656805, 38.227724500491348 ], [ -121.397893511087702, 38.227820500917502 ], [ -121.398085502396796, 38.227788498212504 ], [ -121.398357514834061, 38.227724493607397 ], [ -121.398451283759357, 38.227751724826341 ], [ -121.398629505955029, 38.227803486023873 ], [ -121.398859213603274, 38.227907576224972 ], [ -121.398859507446048, 38.22790771145597 ], [ -121.398949502551474, 38.227948491576598 ], [ -121.400438514987485, 38.228940484841729 ], [ -121.400617465938254, 38.229061833101646 ], [ -121.401286499240044, 38.229515500402869 ], [ -121.40136650261897, 38.229660496459239 ], [ -121.401382507595045, 38.229771484553837 ], [ -121.401238514105842, 38.230156488888809 ], [ -121.401126502470092, 38.230620494678448 ], [ -121.401190506014217, 38.230908485705363 ], [ -121.401318365651775, 38.231212164354822 ], [ -121.401318501072907, 38.231212484359197 ], [ -121.401356219157719, 38.231243133843428 ], [ -121.401494504656512, 38.231355497838933 ], [ -121.401602291281819, 38.23142809981789 ], [ -121.401602495907966, 38.23142823839374 ], [ -121.401638081984316, 38.231452208149463 ], [ -121.40163850309888, 38.231452490029518 ], [ -121.401638506873994, 38.231563976505988 ], [ -121.401638507361852, 38.231564500790704 ], [ -121.401942499852581, 38.231580486291904 ], [ -121.402390501731517, 38.231580497546474 ], [ -121.402803075766428, 38.23139334685532 ], [ -121.402863531449029, 38.231365925043903 ], [ -121.402886502557578, 38.231355496681637 ], [ -121.402934543957983, 38.231323548456913 ], [ -121.403510501884625, 38.230940497585216 ], [ -121.403974500887202, 38.230572507755873 ], [ -121.404374507934222, 38.230316499126936 ], [ -121.404468000776404, 38.230307464710812 ], [ -121.404550505482987, 38.230299492878878 ], [ -121.404782921005207, 38.230308638497839 ], [ -121.404982500167165, 38.230316494906603 ], [ -121.405033562659085, 38.230340112270724 ], [ -121.405222498644378, 38.230427503576287 ], [ -121.40546269691103, 38.230698660817509 ], [ -121.405463339672053, 38.230699380767632 ], [ -121.405478017079304, 38.230715937568277 ], [ -121.405478499423353, 38.23071649153961 ], [ -121.405574509115397, 38.231052498798292 ], [ -121.405670465628788, 38.231308361903089 ], [ -121.405670516020905, 38.231308493505097 ], [ -121.40568707217561, 38.231326606015564 ], [ -121.40583050414449, 38.231483491668442 ], [ -121.406072071778141, 38.231662284284425 ], [ -121.406134514735683, 38.231708501992593 ], [ -121.406342501080729, 38.231740484509707 ], [ -121.406710506717346, 38.231788487759282 ], [ -121.407270489418096, 38.231932497917882 ], [ -121.408006495343869, 38.232220487417109 ], [ -121.40804766227501, 38.232251200437531 ], [ -121.408262501508844, 38.232411490269548 ], [ -121.408485963677165, 38.232620079125056 ], [ -121.4084864972438, 38.23262049829458 ], [ -121.408710495634224, 38.232652492248398 ], [ -121.408950499758973, 38.232380496165369 ], [ -121.409142500607871, 38.232172496111836 ], [ -121.40932860324186, 38.232149914460543 ], [ -121.409328894621495, 38.232149880961806 ], [ -121.409414497530634, 38.232139490735385 ], [ -121.409515841677887, 38.232204552026758 ], [ -121.409515993886416, 38.232204652430035 ], [ -121.409590431993536, 38.232252456676036 ], [ -121.409702508050913, 38.232428486963194 ], [ -121.40973448370913, 38.233036224441697 ], [ -121.409734495651833, 38.233036491309655 ], [ -121.409860897518271, 38.233099701606243 ], [ -121.409958509702889, 38.233148490675696 ], [ -121.410438503672054, 38.233148497691786 ], [ -121.410496022537671, 38.233108470178813 ], [ -121.41080649683731, 38.23289249657531 ], [ -121.411126514048888, 38.232572484617506 ], [ -121.411350495601184, 38.23250850170983 ], [ -121.411384558174419, 38.232541850520207 ], [ -121.411397989649259, 38.232555024535692 ], [ -121.411398088734131, 38.232555100774 ], [ -121.411398489706272, 38.232555494387604 ], [ -121.411442377872064, 38.232580392885609 ], [ -121.411643491638401, 38.232694498576507 ], [ -121.411822490944928, 38.232995483650626 ], [ -121.41195590066026, 38.233128668132892 ], [ -121.412053077116241, 38.233225578772711 ], [ -121.412300494319609, 38.23347249236587 ], [ -121.412733505918766, 38.233822497431113 ], [ -121.412776611698561, 38.233851231692633 ], [ -121.413018514068526, 38.234012501571364 ], [ -121.413254788931212, 38.234078364150626 ], [ -121.413254895213043, 38.234078393597983 ], [ -121.413409508254489, 38.234121492080263 ], [ -121.413591942142389, 38.234169080024998 ], [ -121.413892509444196, 38.234247487714526 ], [ -121.413947519098926, 38.234276485356347 ], [ -121.414291560209776, 38.234414852192501 ], [ -121.41440750578893, 38.234461484365276 ], [ -121.414688453598814, 38.234627468687393 ], [ -121.415019514106305, 38.235103495010463 ], [ -121.415230493472194, 38.235402491918379 ], [ -121.415432037548925, 38.235694902241207 ], [ -121.415432508271493, 38.235695498639409 ], [ -121.415745496397847, 38.23580648876937 ], [ -121.416189934227702, 38.235862884483971 ], [ -121.416738502544561, 38.235932491388766 ], [ -121.417008708281486, 38.235997362963417 ], [ -121.417009747449598, 38.235997610806663 ], [ -121.417342502744177, 38.236077492500499 ], [ -121.418100487439801, 38.236268489583402 ], [ -121.418730507665316, 38.236648502960328 ], [ -121.41887698385473, 38.236680298808878 ], [ -121.419034516413106, 38.236714499176955 ], [ -121.419436343618031, 38.236842785660244 ], [ -121.419673500327562, 38.236918499274161 ], [ -121.419847731086477, 38.236990832871172 ], [ -121.420280509976465, 38.237170495788263 ], [ -121.420545977984375, 38.237495826694051 ], [ -121.420546509580788, 38.237496484478783 ], [ -121.420721504527165, 38.237964484567925 ], [ -121.420772494642378, 38.238337502154657 ], [ -121.420821427882856, 38.238435339807808 ], [ -121.420821519471687, 38.238435495705666 ], [ -121.421031955550291, 38.238675837065891 ], [ -121.421032511085912, 38.238676495170488 ], [ -121.421084007360832, 38.238702769676202 ], [ -121.421528510214188, 38.238929504785332 ], [ -121.42199351391794, 38.239185502393106 ], [ -121.422471277243631, 38.239536321805048 ], [ -121.422471469379573, 38.239536523199973 ], [ -121.422852501419285, 38.239954500038927 ], [ -121.422954493974601, 38.240117491478813 ], [ -121.423064505504286, 38.24064050056657 ], [ -121.423179503100755, 38.240915489847488 ], [ -121.423285518569301, 38.241077500804892 ], [ -121.423404514812901, 38.241415496597732 ], [ -121.423551239147045, 38.241823906824145 ], [ -121.423551356175707, 38.241824082851515 ], [ -121.42355150733593, 38.241824501686807 ], [ -121.423680303072175, 38.242002608800988 ], [ -121.423726082186192, 38.242065975546261 ], [ -121.423726498492101, 38.242066486845296 ], [ -121.42385547553198, 38.242308508860155 ], [ -121.424030410082437, 38.242475446079965 ], [ -121.424074931553434, 38.242517936393689 ], [ -121.424075507119397, 38.242518491845807 ], [ -121.424101555931472, 38.242540604431298 ], [ -121.424452501887558, 38.242838487928054 ], [ -121.424751992295484, 38.242963477556351 ], [ -121.424752363034429, 38.242963632327353 ], [ -121.424948501185085, 38.2430454864814 ], [ -121.42550441097282, 38.243312453635063 ], [ -121.425504505000589, 38.243312497216607 ], [ -121.425642500160109, 38.243604496208683 ], [ -121.425743504347821, 38.243911499364664 ], [ -121.425706510771604, 38.24480850137882 ], [ -121.425485842497878, 38.244944101570191 ], [ -121.425431509593537, 38.244977486183778 ], [ -121.425431445697157, 38.244977710017068 ], [ -121.425252506477335, 38.245620489154291 ], [ -121.425202508562663, 38.247323494406928 ], [ -121.425091511399103, 38.248391489052942 ], [ -121.425128510551232, 38.249394496948135 ], [ -121.425140501983023, 38.249412503144583 ], [ -121.425153504230195, 38.250229484481075 ], [ -121.425363242358657, 38.250765049277199 ], [ -121.425363459479257, 38.250765507965809 ], [ -121.425487515122114, 38.251017497544041 ], [ -121.425723375021221, 38.251113924250006 ], [ -121.425723786800745, 38.251114093573889 ], [ -121.425871518057946, 38.251174488826571 ], [ -121.426862499650298, 38.251310493931584 ], [ -121.42730749680355, 38.251378490612204 ], [ -121.427630370151746, 38.251446463589218 ], [ -121.427630505792862, 38.251446493721652 ], [ -121.427828501604196, 38.251718490679437 ], [ -121.428001489979877, 38.252137493231473 ], [ -121.428224500245676, 38.252847490781299 ], [ -121.428498500134381, 38.253523495431473 ], [ -121.428783491793752, 38.254043487932272 ], [ -121.429024236880494, 38.254383903952267 ], [ -121.429254512901394, 38.254709506847973 ], [ -121.42939726434939, 38.254832952321294 ], [ -121.429402508543163, 38.254837487409901 ], [ -121.429633907281826, 38.254880577005196 ], [ -121.429923512761491, 38.254934488578542 ], [ -121.430078759175231, 38.254947630046566 ], [ -121.430313489606078, 38.254967502243694 ], [ -121.430513685458706, 38.254974533015222 ], [ -121.430740511076436, 38.254982495359741 ], [ -121.431420497715479, 38.25481249237103 ], [ -121.431925501820515, 38.254692503734354 ], [ -121.43268550596288, 38.254497503535248 ], [ -121.433928514876115, 38.254240489857175 ], [ -121.434701507554095, 38.254240490146373 ], [ -121.435227995504789, 38.254539649263712 ], [ -121.435984504455107, 38.254969505686077 ], [ -121.436258961890744, 38.255037843886178 ], [ -121.436482492777742, 38.255093503157106 ], [ -121.436646238542053, 38.255082079815097 ], [ -121.436783496714682, 38.255072507615559 ], [ -121.437000267932845, 38.255067767096492 ], [ -121.437241504503078, 38.255062495306042 ], [ -121.437517483847003, 38.254989996574864 ], [ -121.437517836055747, 38.254989902925168 ], [ -121.437713509177172, 38.254938499444279 ], [ -121.437858153212133, 38.254962899651268 ], [ -121.437858354386776, 38.254962935211381 ], [ -121.437962487348443, 38.254980500902874 ], [ -121.43831168545654, 38.254900461799082 ], [ -121.438313045400506, 38.25490015230303 ], [ -121.438551504092089, 38.254845488341736 ], [ -121.438700990931224, 38.254909555680008 ], [ -121.438747506896846, 38.254929489857808 ], [ -121.439190505613396, 38.255196500196618 ], [ -121.439252012731657, 38.255244803368093 ], [ -121.439544146965417, 38.255474194031812 ], [ -121.439544514902693, 38.255474484203525 ], [ -121.439738500748135, 38.255532491467719 ], [ -121.439848498471861, 38.25556148767464 ], [ -121.440081512449922, 38.255600501792344 ], [ -121.440687512513563, 38.255887486302257 ], [ -121.441071823940135, 38.255938637018502 ], [ -121.441769489635377, 38.25603149271744 ], [ -121.442162462016384, 38.256065704888314 ], [ -121.442573492358108, 38.256101489291375 ], [ -121.442739495200598, 38.2561514916286 ], [ -121.442877603858506, 38.256182505551209 ], [ -121.443024502172861, 38.256215493765893 ], [ -121.443166120657523, 38.25626866313597 ], [ -121.443277509047562, 38.256310484406576 ], [ -121.443916503627875, 38.256584486014546 ], [ -121.444472495343177, 38.256765493397438 ], [ -121.44484949311034, 38.256794486497547 ], [ -121.445440505907413, 38.25637149957025 ], [ -121.445846085733109, 38.256117515948873 ], [ -121.445847475287906, 38.256116649901863 ], [ -121.445943522045425, 38.256056494775677 ], [ -121.446034552979043, 38.255988817843019 ], [ -121.446629507554832, 38.255546505750367 ], [ -121.447057507234348, 38.255350558710077 ], [ -121.447079516464115, 38.255340492931381 ], [ -121.447425507937638, 38.255123488944783 ], [ -121.447745509943786, 38.254934492534858 ], [ -121.447942504356746, 38.254898487127534 ], [ -121.448040011105846, 38.254880022120119 ], [ -121.448111493679349, 38.254866487262021 ], [ -121.44817562715474, 38.254855503952854 ], [ -121.448292491916632, 38.254835492678282 ], [ -121.448460494337596, 38.25481248363878 ], [ -121.448952076611121, 38.25471337037704 ], [ -121.448952553580668, 38.25471327377528 ], [ -121.449318503536105, 38.254639488673917 ], [ -121.449592406354114, 38.254614639087819 ], [ -121.449891499835601, 38.254587505155939 ], [ -121.450648501187729, 38.254627494919283 ], [ -121.451541495995684, 38.254852484677578 ], [ -121.452147507232183, 38.255116487094789 ], [ -121.452266439194375, 38.255184785965525 ], [ -121.452652514609483, 38.255406505171038 ], [ -121.452691197576272, 38.255426559801471 ], [ -121.453595514054697, 38.255895492619373 ], [ -121.454419933239464, 38.256570024255559 ], [ -121.454420492978699, 38.256570504454771 ], [ -121.455028963648559, 38.257090034165238 ], [ -121.455029499965647, 38.257090490305281 ], [ -121.455557513299482, 38.257430497974219 ], [ -121.4556551086106, 38.257476881025632 ], [ -121.455860507724296, 38.257574493667569 ], [ -121.456592506237826, 38.257409493910991 ], [ -121.457610520370594, 38.257211487094928 ], [ -121.457815019323277, 38.257191743368097 ], [ -121.458014498334705, 38.257172485292195 ], [ -121.458384496811206, 38.257218486446078 ], [ -121.45847428006374, 38.257254875061207 ], [ -121.458611509698727, 38.257310500094398 ], [ -121.458759374896616, 38.257352678176964 ], [ -121.458759487401665, 38.257352707969638 ], [ -121.458902497244537, 38.257393497386438 ], [ -121.459175507601401, 38.257515496612285 ], [ -121.459372977404158, 38.257644137906858 ], [ -121.459373494437443, 38.257644484777558 ], [ -121.459475472450976, 38.258153511334122 ], [ -121.45976005019601, 38.258487968030337 ], [ -121.459760490306138, 38.258488483777882 ], [ -121.460464513202368, 38.258829492836902 ], [ -121.461490495122632, 38.259094488062409 ], [ -121.4618184237343, 38.259134768922195 ], [ -121.462231493176702, 38.259185502020323 ], [ -121.462596092395046, 38.259209492633758 ], [ -121.46285449484661, 38.259226497864312 ], [ -121.463250198549304, 38.259276068211243 ], [ -121.463796510338653, 38.259344500477532 ], [ -121.46459898883576, 38.259471097246177 ], [ -121.464602355193279, 38.259471628132673 ], [ -121.465311498714868, 38.259583491484008 ], [ -121.466385502288361, 38.259921493138805 ], [ -121.46699750760267, 38.259988499211033 ], [ -121.467743496936819, 38.259695488136913 ], [ -121.468219472794118, 38.259529823822355 ], [ -121.46846751173041, 38.259443492369677 ], [ -121.469309492466266, 38.259350501176975 ], [ -121.470516510302147, 38.259571492195057 ], [ -121.47079149625668, 38.259734502567916 ], [ -121.471063115477321, 38.259770504415954 ], [ -121.471304492839579, 38.259802498263568 ], [ -121.471499899746249, 38.259767279942736 ], [ -121.471648498523123, 38.259740498257472 ], [ -121.472375501757, 38.259538497015903 ], [ -121.473224497993442, 38.259146486166642 ], [ -121.473378556703324, 38.259050744947601 ], [ -121.474146504919403, 38.258573499533178 ], [ -121.475013494415677, 38.258252487947139 ], [ -121.475791509618645, 38.258084498066431 ], [ -121.476165512126855, 38.257911494976895 ], [ -121.476283501397731, 38.257770492262196 ], [ -121.476337504655476, 38.257706485172498 ], [ -121.476502494709791, 38.25721348728392 ], [ -121.476502503502914, 38.256547486601555 ], [ -121.476701515612447, 38.256097491493165 ], [ -121.477250507766357, 38.255608499171728 ], [ -121.477807640741958, 38.255279157338201 ], [ -121.47794749964801, 38.255196484961154 ], [ -121.478001933073173, 38.255148689966688 ], [ -121.478570501230138, 38.254649498868929 ], [ -121.479169513846358, 38.254198503171047 ], [ -121.479667498215747, 38.253963496251281 ], [ -121.47993922702625, 38.253731926351016 ], [ -121.479985138196696, 38.253692804895536 ], [ -121.479985506893712, 38.253692491510968 ], [ -121.480100507917953, 38.25330449999975 ], [ -121.480108489586968, 38.253277491192762 ], [ -121.480117498242009, 38.253248482900659 ], [ -121.480126495047728, 38.253217485414076 ], [ -121.480119498734112, 38.253189487025857 ], [ -121.479985505863596, 38.252644497233248 ], [ -121.47962151710469, 38.25200550230911 ], [ -121.479387503857765, 38.251664498769152 ], [ -121.479386945934252, 38.2516639252419 ], [ -121.47896650941523, 38.251229493498023 ], [ -121.478937480785916, 38.251202187342074 ], [ -121.478831493664842, 38.251102482290911 ], [ -121.478831387587874, 38.251102162754428 ], [ -121.478653516211082, 38.250575487259496 ], [ -121.478433514885737, 38.250062488619292 ], [ -121.478368508894818, 38.249698504235624 ], [ -121.478251502465326, 38.24894349830317 ], [ -121.478168515165237, 38.24855849624246 ], [ -121.478430497435312, 38.247403502429357 ], [ -121.478371501058035, 38.246807491146022 ], [ -121.478490503282984, 38.246283494641176 ], [ -121.478522515321345, 38.246164499023941 ], [ -121.47866550975013, 38.245944492884014 ], [ -121.479934501569829, 38.245204497263366 ], [ -121.480498815443696, 38.244953613581892 ], [ -121.480500121247971, 38.244953031617406 ], [ -121.480764501382765, 38.244835490571894 ], [ -121.481015978330063, 38.244711154684325 ], [ -121.481573494340751, 38.244435499061083 ], [ -121.482102498268489, 38.244064491965226 ], [ -121.482487139875545, 38.243581101944102 ], [ -121.482488017423194, 38.243580004141812 ], [ -121.482511202940032, 38.243550912241474 ], [ -121.482511252842045, 38.24355079597381 ], [ -121.482511490253046, 38.243550499454528 ], [ -121.482787508828466, 38.242828482731007 ], [ -121.483044507072904, 38.242345489821311 ], [ -121.483242499204721, 38.242154499407555 ], [ -121.483660497354521, 38.241832488875467 ], [ -121.484123438260426, 38.241495050673684 ], [ -121.484124649079064, 38.241494167850924 ], [ -121.484147015301559, 38.241477898060396 ], [ -121.484147509940811, 38.241477501952708 ], [ -121.484359097091428, 38.241420876163815 ], [ -121.484615589166836, 38.241352230706354 ], [ -121.484801491740541, 38.241302493923627 ], [ -121.485389027757989, 38.241045549288842 ], [ -121.485535496488097, 38.240981495612935 ], [ -121.486252507721858, 38.240645488475714 ], [ -121.486619507345196, 38.24045349467557 ], [ -121.487065510069513, 38.239909499109402 ], [ -121.48712951295542, 38.23970149336391 ], [ -121.48724049948153, 38.239445498820395 ], [ -121.487319506794833, 38.239063493681194 ], [ -121.487382500642312, 38.238696492624904 ], [ -121.48728651548322, 38.238329492413222 ], [ -121.487078504605321, 38.238057497229825 ], [ -121.486630510850731, 38.237306499904577 ], [ -121.486582499764438, 38.236745495665623 ], [ -121.486646513751893, 38.236330503293637 ], [ -121.486774498610885, 38.235818500444566 ], [ -121.487190504612812, 38.235130504866511 ], [ -121.487702498956537, 38.234682491663634 ], [ -121.488086506149386, 38.234490491877473 ], [ -121.488262502291789, 38.2344264828672 ], [ -121.488735603720173, 38.234182751578395 ], [ -121.488735711780265, 38.234182696644659 ], [ -121.488854501098885, 38.234121497567941 ], [ -121.489000904352523, 38.234072948706469 ], [ -121.489430512712445, 38.233930491485268 ], [ -121.489781240884568, 38.233681146163683 ], [ -121.489814278912306, 38.233657660137702 ], [ -121.489814501781098, 38.233657503772378 ], [ -121.49045450510593, 38.232986493957718 ], [ -121.490646500392941, 38.232473484799414 ], [ -121.490758501104239, 38.232186492795577 ], [ -121.490742511116466, 38.231609497296546 ], [ -121.490694498892381, 38.231034504887489 ], [ -121.490566519513322, 38.230169494408301 ], [ -121.490630508097325, 38.229577488054353 ], [ -121.490790507629654, 38.229082483374043 ], [ -121.491046499720795, 38.228570497093223 ], [ -121.491318504466093, 38.228138499707995 ], [ -121.491670506682823, 38.227690498855601 ], [ -121.492138494934338, 38.227426496714742 ], [ -121.492259496625067, 38.227357459705978 ], [ -121.492294493064023, 38.227337494228145 ], [ -121.492351374874488, 38.227320786627843 ], [ -121.49245449493732, 38.227290496319043 ], [ -121.492614495437934, 38.227354489532395 ], [ -121.4931264962011, 38.22759450028795 ], [ -121.493481004217287, 38.227635206642816 ], [ -121.493814458630737, 38.22767348856199 ], [ -121.493887192049115, 38.227597798963025 ], [ -121.493887497106982, 38.227597492631183 ], [ -121.494351489168452, 38.227533500612111 ], [ -121.494523756234756, 38.227463663338504 ], [ -121.494943490478548, 38.227293501226931 ], [ -121.495327504430719, 38.22713348524578 ], [ -121.495679496710309, 38.2270534870067 ], [ -121.496096512302429, 38.227165489183577 ], [ -121.496848509959378, 38.227389492150188 ], [ -121.497216503557283, 38.227533492891574 ], [ -121.49739233680765, 38.227589225318532 ], [ -121.49766449522086, 38.227675493618158 ], [ -121.498024114834578, 38.227668621012576 ], [ -121.498449517027581, 38.227660492178067 ], [ -121.49921749083461, 38.227484501615805 ], [ -121.500001515292809, 38.227291487711 ], [ -121.500513498198544, 38.22706749230985 ], [ -121.501011496641624, 38.226844499767125 ], [ -121.501619259478744, 38.226058817720272 ], [ -121.501619509196686, 38.226058497873929 ], [ -121.501709649411112, 38.225992871280454 ], [ -121.502211506822391, 38.225627480303693 ], [ -121.502467495628693, 38.225483483786313 ], [ -121.50313951087351, 38.225323498731385 ], [ -121.503405871738281, 38.225223607784976 ], [ -121.503571499366544, 38.225161497712577 ], [ -121.503986981080246, 38.224841997759221 ], [ -121.503987546704664, 38.224841516915951 ], [ -121.504012025526734, 38.224820393570987 ], [ -121.504339517547336, 38.224538498005451 ], [ -121.504689598081512, 38.224506453386475 ], [ -121.504691191145156, 38.224506309883523 ], [ -121.505060506418246, 38.22447249642898 ], [ -121.505375181233049, 38.224456866281187 ], [ -121.505684504710828, 38.22444149931853 ], [ -121.505950839724406, 38.224381693235685 ], [ -121.506116511469813, 38.224344492751392 ], [ -121.506393938024644, 38.224580991725567 ], [ -121.506394497203601, 38.224581485678065 ], [ -121.506394528731988, 38.22458139717623 ], [ -121.506482510684009, 38.224333500485855 ], [ -121.506546494392978, 38.224014486383247 ], [ -121.506615503035221, 38.223932496478575 ], [ -121.506866515496355, 38.223717498019866 ], [ -121.506867845494355, 38.223715703692228 ], [ -121.507024506592302, 38.223504498224479 ], [ -121.50728207934992, 38.223157070953604 ], [ -121.507282494614998, 38.223156505063223 ], [ -121.507490505251894, 38.222564489659646 ], [ -121.507426508267855, 38.22208549190308 ], [ -121.507345517246364, 38.221477491667649 ], [ -121.507089500930917, 38.220724485320595 ], [ -121.506769493209021, 38.219492484742716 ], [ -121.506529509695909, 38.218292489420705 ], [ -121.5062575061215, 38.217539497412382 ], [ -121.505713497564443, 38.216533501229939 ], [ -121.50523249315691, 38.215796487272449 ], [ -121.50512051146616, 38.215157495808597 ], [ -121.504928492319522, 38.214564502302856 ], [ -121.504736505412424, 38.21402049698478 ], [ -121.504672503053371, 38.213172502434468 ], [ -121.504367769760961, 38.212682277401996 ], [ -121.504304495149967, 38.212580494941463 ], [ -121.504336498090993, 38.212132489324553 ], [ -121.504380759966125, 38.212061295933403 ], [ -121.504704497787714, 38.21154048990342 ], [ -121.505710747219453, 38.210873659293547 ], [ -121.505792492131349, 38.210819487383837 ], [ -121.505941314670935, 38.210735658406684 ], [ -121.507040508491812, 38.210116497772439 ], [ -121.507792497100382, 38.209588483148664 ], [ -121.508080496303023, 38.209236492836425 ], [ -121.508240495065309, 38.208340500019581 ], [ -121.508192511578557, 38.207748494658901 ], [ -121.508304519960546, 38.207108490748524 ], [ -121.509137505895154, 38.205796497868278 ], [ -121.509938335368858, 38.204579744961151 ], [ -121.509938500704394, 38.204579489483663 ], [ -121.509998485798263, 38.204522955437263 ], [ -121.510547502733147, 38.204005496973679 ], [ -121.511635506290332, 38.203269489604466 ], [ -121.512740496727488, 38.202566490677263 ], [ -121.513055488539322, 38.202453297436556 ], [ -121.513188493296937, 38.202405502579424 ], [ -121.513352140331691, 38.202391713973626 ], [ -121.513556491116361, 38.202374490483678 ], [ -121.514404507256216, 38.202663490604124 ], [ -121.515412505195712, 38.202952495650727 ], [ -121.516709499326467, 38.203017487490165 ], [ -121.517909513987121, 38.203049499236045 ], [ -121.518997493772517, 38.203178492273949 ], [ -121.519432112664092, 38.203170594270041 ], [ -121.519877512402232, 38.203162498429037 ], [ -121.520182125119106, 38.203079351877193 ], [ -121.52069449681548, 38.202939491499414 ], [ -121.52146251265178, 38.20244449637795 ], [ -121.522135493335853, 38.201916501973777 ], [ -121.522503503266137, 38.20148349804419 ], [ -121.522904502832716, 38.200844490312292 ], [ -121.523272500418273, 38.2003164886303 ], [ -121.523945505293113, 38.199821484008368 ], [ -121.524465117755781, 38.199434561629324 ], [ -121.524505210713116, 38.19940476407502 ], [ -121.524505328166725, 38.199404622148613 ], [ -121.524505509111052, 38.199404488631913 ], [ -121.524557492183533, 38.199335490304108 ], [ -121.524745501329036, 38.19908448281496 ], [ -121.525032501467166, 38.198380495213044 ], [ -121.525256383275078, 38.19777076981326 ], [ -121.525256489700325, 38.197770485866947 ], [ -121.525291809006575, 38.197722189371248 ], [ -121.525607514632938, 38.197290488489081 ], [ -121.526060046705041, 38.197068926124913 ], [ -121.526232511346862, 38.196984488078655 ], [ -121.527192508473689, 38.196743498356255 ], [ -121.527353095505092, 38.196661245165352 ], [ -121.527848504483075, 38.196407498661962 ], [ -121.528408511097737, 38.196006490408742 ], [ -121.528904498253468, 38.19533249651866 ], [ -121.529079512420353, 38.194612492274196 ], [ -121.529158497731444, 38.193828494075007 ], [ -121.52894950456178, 38.193028484614395 ], [ -121.528628499606768, 38.192324485603251 ], [ -121.528179500386102, 38.191636488504166 ], [ -121.528179122429592, 38.191636099835044 ], [ -121.528179001726073, 38.191635925081094 ], [ -121.527730499788575, 38.191172505586763 ], [ -121.527185488576364, 38.19053250388145 ], [ -121.527185112696912, 38.19053201263047 ], [ -121.52673649462082, 38.189940488799152 ], [ -121.52641649150668, 38.189253490560482 ], [ -121.526160496344772, 38.188709504896465 ], [ -121.52596849724172, 38.187989492237087 ], [ -121.525800515629868, 38.187405490063242 ], [ -121.525768516012633, 38.187293501136594 ], [ -121.525672509552649, 38.187021504461832 ], [ -121.52554449798437, 38.186765491437271 ], [ -121.525544236958538, 38.186765198003556 ], [ -121.525429679572412, 38.186636324939165 ], [ -121.525288496741851, 38.186477495580021 ], [ -121.52484050096632, 38.186060490469856 ], [ -121.524488495991349, 38.185613486448702 ], [ -121.524488312036141, 38.185613484136638 ], [ -121.524472503254486, 38.185613486692581 ], [ -121.524472423901784, 38.185613022299215 ], [ -121.524456502578943, 38.185517499313399 ], [ -121.524472493156196, 38.185165495869548 ], [ -121.52450451129377, 38.184701498712911 ], [ -121.524696510588726, 38.18420549567243 ], [ -121.525000510026544, 38.183869495151562 ], [ -121.525320491735442, 38.183684128131148 ], [ -121.525321433516666, 38.183683582789676 ], [ -121.525416516442021, 38.183628497009344 ], [ -121.525501312529897, 38.183588366380157 ], [ -121.525752508620258, 38.183469487719499 ], [ -121.525896492415967, 38.183373496586739 ], [ -121.526008508688662, 38.183325493502572 ], [ -121.526440489288817, 38.183197496029521 ], [ -121.526808506770777, 38.183021498230481 ], [ -121.527112499208712, 38.182861493680953 ], [ -121.527368498718303, 38.182589481820344 ], [ -121.52764049697447, 38.182189495852846 ], [ -121.527832500668154, 38.181661507178177 ], [ -121.527816505715762, 38.181021494583177 ], [ -121.527656497477778, 38.180668486152193 ], [ -121.527576504862012, 38.180541499356963 ], [ -121.527576171913765, 38.180540966324557 ], [ -121.52757034046563, 38.180532272246239 ], [ -121.527544492285926, 38.180493499544049 ], [ -121.527544106998832, 38.180493190550735 ], [ -121.52738451639398, 38.180365490561535 ], [ -121.527341200745994, 38.180334356967847 ], [ -121.527160510519593, 38.180204487574379 ], [ -121.526900870952076, 38.179991637793265 ], [ -121.526888529220585, 38.179981481242329 ], [ -121.526888021645277, 38.17998105836466 ], [ -121.526600498748593, 38.179725497153697 ], [ -121.526600187071537, 38.179725076733277 ], [ -121.526596081680992, 38.179719609986499 ], [ -121.526504502900337, 38.179597494344172 ], [ -121.526152509392745, 38.179053487260681 ], [ -121.52607249601958, 38.178909500564252 ], [ -121.525992508118165, 38.178092499661574 ], [ -121.52608850156075, 38.177597483414687 ], [ -121.526088490139301, 38.177549501010851 ], [ -121.526088493011471, 38.177485493846618 ], [ -121.526120497506653, 38.177116490817674 ], [ -121.525960497294662, 38.176701499097021 ], [ -121.525921517953407, 38.17664715398616 ], [ -121.525592510335031, 38.176188497459393 ], [ -121.525272509067293, 38.175741485688377 ], [ -121.525134533688117, 38.175567204804651 ], [ -121.524968494913821, 38.175357483040074 ], [ -121.524968058585557, 38.175356761454985 ], [ -121.524823400179002, 38.175146442498239 ], [ -121.524616491078206, 38.174845489018871 ], [ -121.524504511111957, 38.174412499494998 ], [ -121.524344500551038, 38.17359748700823 ], [ -121.52429649372003, 38.173085492860032 ], [ -121.524296497851196, 38.172685507062035 ], [ -121.524360497433364, 38.172317496172468 ], [ -121.524504497306836, 38.17194949379433 ], [ -121.524536506678913, 38.171869498191469 ], [ -121.524552503692519, 38.171821492533283 ], [ -121.524616505204293, 38.171708495680228 ], [ -121.524792496336588, 38.171516489500434 ], [ -121.524936504939362, 38.17140549024522 ], [ -121.525112508290931, 38.171277491279518 ], [ -121.525544501978075, 38.171021499918133 ], [ -121.525912500846417, 38.170845489886069 ], [ -121.526280487557472, 38.170701496474102 ], [ -121.526632507581098, 38.170557488778961 ], [ -121.527098993949721, 38.170382561029776 ], [ -121.527100236693499, 38.17666227959397 ], [ -121.578592774391012, 38.177311320169068 ], [ -121.596824738662534, 38.184778420802488 ], [ -121.622558931909325, 38.165084842563978 ], [ -121.624793311809356, 38.163374156488146 ], [ -121.643430043569367, 38.149095838263641 ], [ -121.627493636120889, 38.167361769645908 ], [ -121.624654015345811, 38.170615257128993 ], [ -121.624514368741345, 38.177871069274374 ], [ -121.642688289738004, 38.185309042281034 ], [ -121.646019015042796, 38.186228288482326 ], [ -121.646020141835848, 38.186228601075136 ], [ -121.645688510521353, 38.186430490324042 ], [ -121.645183169651801, 38.186934070862677 ], [ -121.645111493496941, 38.187005493842591 ], [ -121.644904521435777, 38.187232366126928 ], [ -121.644902130516257, 38.187234987712991 ], [ -121.6435924927126, 38.188670492466144 ], [ -121.641884502383206, 38.189942486605233 ], [ -121.6407405002887, 38.190476502292839 ], [ -121.639456498722879, 38.190798499524952 ], [ -121.638815282162085, 38.191095558395311 ], [ -121.638476516581889, 38.191252501962225 ], [ -121.638091100656666, 38.191449959094641 ], [ -121.63808928637647, 38.191450887988559 ], [ -121.637340512287437, 38.191834489185283 ], [ -121.635893516723229, 38.192479499754697 ], [ -121.634975449501596, 38.193110209621324 ], [ -121.634845489388582, 38.193199487181822 ], [ -121.634817006254167, 38.193211516448144 ], [ -121.634816803254523, 38.19321160299215 ], [ -121.63475549114257, 38.193237492881174 ], [ -121.633212499074133, 38.193754484264147 ], [ -121.633116555639688, 38.193774788937368 ], [ -121.633056503124394, 38.193787498770398 ], [ -121.633029114500943, 38.193794237724553 ], [ -121.632991496440624, 38.193803497292166 ], [ -121.63252874458982, 38.193907912651952 ], [ -121.632211511681732, 38.193979495085607 ], [ -121.632104637967942, 38.194011517514532 ], [ -121.63193451027702, 38.194062497233183 ], [ -121.631523511135697, 38.194162484938751 ], [ -121.629425140601342, 38.193860335970491 ], [ -121.625697510315902, 38.19332349318487 ], [ -121.625635217358123, 38.193307389190572 ], [ -121.625608511747913, 38.193300486628182 ], [ -121.625516171940092, 38.193274768263628 ], [ -121.6255159416542, 38.193274704978194 ], [ -121.625328501361864, 38.193222496151478 ], [ -121.62491630895218, 38.193200913156097 ], [ -121.624564494413306, 38.193182488639543 ], [ -121.623389501516073, 38.193184493120462 ], [ -121.622806461811237, 38.193246591026991 ], [ -121.622375492111161, 38.193292493394594 ], [ -121.621809688478763, 38.193430824885098 ], [ -121.62180753739149, 38.193431351935914 ], [ -121.62097251088646, 38.193635496768984 ], [ -121.619606495238855, 38.194183493782276 ], [ -121.618305128065629, 38.194669575870208 ], [ -121.617673506368021, 38.194905487880632 ], [ -121.617281390891847, 38.195053719352813 ], [ -121.616353508003527, 38.195404485034217 ], [ -121.615112507819745, 38.195901487843358 ], [ -121.614199503899101, 38.196705493536669 ], [ -121.613261506923124, 38.197795494932905 ], [ -121.612492509852885, 38.199216492894209 ], [ -121.611863510746247, 38.200536483084214 ], [ -121.611226497732233, 38.202161497283065 ], [ -121.611016494585556, 38.203160502503458 ], [ -121.611070498534517, 38.204445490016958 ], [ -121.611126498416084, 38.205385497195024 ], [ -121.611135496701095, 38.20643450471951 ], [ -121.610786504443624, 38.20708949111112 ], [ -121.610245497965465, 38.208463501943989 ], [ -121.609437493736849, 38.210029486986599 ], [ -121.608630472453726, 38.211582470959975 ], [ -121.608630195231072, 38.211583005970624 ], [ -121.607973507572268, 38.212913492209744 ], [ -121.607189491913289, 38.214152493901572 ], [ -121.607189012467842, 38.214153068829553 ], [ -121.606465522107555, 38.21501749948483 ], [ -121.60640950222276, 38.2150794941318 ], [ -121.605349497064239, 38.216197491776931 ], [ -121.604462187613919, 38.217512607135674 ], [ -121.604399511053444, 38.217605495571988 ], [ -121.604349699700663, 38.217682975082653 ], [ -121.603317499607201, 38.2192884921161 ], [ -121.60243451076667, 38.220440497017087 ], [ -121.602034505188712, 38.221677500390314 ], [ -121.60195949235279, 38.222693500275604 ], [ -121.602343510783314, 38.224286490156828 ], [ -121.602696495662926, 38.225862494013256 ], [ -121.602758505659722, 38.227488504680991 ], [ -121.602644497714451, 38.229208500620487 ], [ -121.602723497483524, 38.230303501797735 ], [ -121.602614497673798, 38.23071848619086 ], [ -121.602504518994863, 38.231468500760855 ], [ -121.602460504008306, 38.232792502705166 ], [ -121.602672493732513, 38.234115480988841 ], [ -121.602978489223872, 38.235246498134643 ], [ -121.603078490611651, 38.236489490150518 ], [ -121.603192511440028, 38.23725549553172 ], [ -121.602941510936176, 38.238675496227387 ], [ -121.602531506121238, 38.240160483130389 ], [ -121.602121518916434, 38.24172448062891 ], [ -121.602026499052499, 38.243072490930572 ], [ -121.601820501081235, 38.244773488126206 ], [ -121.601810508177095, 38.245942484327323 ], [ -121.601805497188181, 38.24610150193336 ], [ -121.601798501008147, 38.246411504569046 ], [ -121.601802490893618, 38.246458504216001 ], [ -121.601927495494323, 38.247838498695863 ], [ -121.60195649130884, 38.248063492154216 ], [ -121.602154513231184, 38.2492104974433 ], [ -121.602149496746677, 38.24987449123909 ], [ -121.602147507000808, 38.249963481385272 ], [ -121.60208150597353, 38.252035492075848 ], [ -121.601985510933929, 38.252446496309062 ], [ -121.601667514709263, 38.252951492818163 ], [ -121.601238514541663, 38.253393484320092 ], [ -121.601047517440449, 38.253756496179797 ], [ -121.600745503925978, 38.254214484941983 ], [ -121.600681511120143, 38.254562494387201 ], [ -121.600633512317316, 38.254885495852641 ], [ -121.600616513033245, 38.255006497873417 ], [ -121.600520497430338, 38.255582498039857 ], [ -121.600424489020043, 38.256126499272014 ], [ -121.600296509682735, 38.256799495209307 ], [ -121.600247510160813, 38.257423490114483 ], [ -121.600247513635281, 38.257807495459318 ], [ -121.600327513407535, 38.258255493186915 ], [ -121.600535504400298, 38.258864483328054 ], [ -121.600663500228066, 38.259280483520712 ], [ -121.600807510786041, 38.259792483876424 ], [ -121.600967512596768, 38.260448498917583 ], [ -121.601063515866471, 38.261169498690791 ], [ -121.601191490004155, 38.261857485894382 ], [ -121.601320492719893, 38.262658499404864 ], [ -121.601465502995168, 38.263393496327886 ], [ -121.601545505615704, 38.263987502832528 ], [ -121.601674220954322, 38.264386820472808 ], [ -121.601674433263724, 38.264387509569055 ], [ -121.601789493775172, 38.264771501719203 ], [ -121.601866494031356, 38.265027502142367 ], [ -121.602059505874337, 38.265651488769073 ], [ -121.602331504085925, 38.266275484390249 ], [ -121.602571497607073, 38.266947492033736 ], [ -121.602908507403214, 38.267603491882312 ], [ -121.603244508541835, 38.268179493390583 ], [ -121.6037255026351, 38.269075495268901 ], [ -121.603901506243162, 38.269571495900166 ], [ -121.60401449389623, 38.270099489345149 ], [ -121.603998499211514, 38.270691490376784 ], [ -121.603982498131714, 38.270963493415223 ], [ -121.603902504713545, 38.271204500786602 ], [ -121.603902319570537, 38.271205476824605 ], [ -121.603806495013089, 38.271683499573243 ], [ -121.60358350884448, 38.272196495849968 ], [ -121.603399552103497, 38.272565186964741 ], [ -121.603343505827937, 38.272677486931194 ], [ -121.603119508341123, 38.273125489753404 ], [ -121.602703497307203, 38.273764489520993 ], [ -121.602254507169434, 38.274340496802161 ], [ -121.601870502009348, 38.275060492026277 ], [ -121.601517503569085, 38.275716483747907 ], [ -121.601325500606166, 38.276227480994017 ], [ -121.601069500792931, 38.27696448617899 ], [ -121.600909500133895, 38.277603489676501 ], [ -121.600732508206335, 38.278372485000055 ], [ -121.600828511483613, 38.279396491040892 ], [ -121.601035495936799, 38.280196494992239 ], [ -121.601195511432977, 38.280773496284567 ], [ -121.601451470739278, 38.281301520535976 ], [ -121.60177151627191, 38.281749485376913 ], [ -121.602123490028831, 38.282198508163219 ], [ -121.60224568215645, 38.282315786168091 ], [ -121.60226435684848, 38.282333709246309 ], [ -121.602523498218289, 38.282582499522022 ], [ -121.603019507557818, 38.282982483323167 ], [ -121.603627500054728, 38.283591483231604 ], [ -121.604378508397389, 38.284263483400309 ], [ -121.6044567080056, 38.284350375504488 ], [ -121.60495449964877, 38.284903495584821 ], [ -121.605418242596443, 38.285704012908859 ], [ -121.605418512685887, 38.285704493213167 ], [ -121.60545150556959, 38.286120499456601 ], [ -121.60534051230168, 38.28637649904082 ], [ -121.605292514657265, 38.286520496131963 ], [ -121.605292016377618, 38.286521079951889 ], [ -121.605005514749607, 38.286858487533635 ], [ -121.604882514661355, 38.28709449956893 ], [ -121.604686476905698, 38.287465489393909 ], [ -121.604686171743339, 38.287466053891436 ], [ -121.604462499680892, 38.287914496891823 ], [ -121.604270492359561, 38.288378494569976 ], [ -121.604078491868393, 38.288954498900786 ], [ -121.603963085941345, 38.289458604055817 ], [ -121.603950514084588, 38.289513489397571 ], [ -121.603949503752006, 38.290008490944992 ], [ -121.60395156897313, 38.290044820253229 ], [ -121.603981516404488, 38.290569497774264 ], [ -121.604045498374731, 38.291049496093429 ], [ -121.60412549513093, 38.291561500655156 ], [ -121.60426951080548, 38.292121490577948 ], [ -121.604509507152372, 38.292809498750941 ], [ -121.604701505792136, 38.29360949458971 ], [ -121.605004512486829, 38.294441489184585 ], [ -121.605260515161618, 38.295353485063941 ], [ -121.605212494762043, 38.295817491629776 ], [ -121.605180520644709, 38.296089491328686 ], [ -121.605132495267327, 38.296217485820044 ], [ -121.605004506713513, 38.296601492426838 ], [ -121.604812498207949, 38.296921493537255 ], [ -121.604508497667979, 38.2974014845841 ], [ -121.604108504634468, 38.297817491086967 ], [ -121.603691504490072, 38.298250493377289 ], [ -121.603275504439168, 38.29863450406247 ], [ -121.602731510272747, 38.299034483185764 ], [ -121.602219511383822, 38.299402491316634 ], [ -121.601643506794488, 38.299818492751989 ], [ -121.60106749738317, 38.300250492833598 ], [ -121.600635506148336, 38.300618483874118 ], [ -121.600267510461975, 38.301050490515664 ], [ -121.599946505531818, 38.301530485955709 ], [ -121.599786500218357, 38.301945484966971 ], [ -121.599722498075124, 38.302506491980253 ], [ -121.599722500152112, 38.303082490876015 ], [ -121.599786499606651, 38.303531497949443 ], [ -121.599818498001625, 38.304090491843532 ], [ -121.599722516784837, 38.304587498975721 ], [ -121.599514506666566, 38.305035495368649 ], [ -121.599210495715198, 38.305435500300241 ], [ -121.598787181323942, 38.305775174288449 ], [ -121.598714510736315, 38.305833487303943 ], [ -121.598668519448054, 38.305875831873514 ], [ -121.598667794144163, 38.305876497285453 ], [ -121.598122509848125, 38.306378490443137 ], [ -121.597802499520185, 38.306730483082497 ], [ -121.597578513788136, 38.307176492082149 ], [ -121.597562505736946, 38.307432490747466 ], [ -121.597674511057718, 38.307865504751661 ], [ -121.597866506370949, 38.308296493683585 ], [ -121.598122506280816, 38.308697489147633 ], [ -121.598362499400139, 38.309033490249512 ], [ -121.598570063998622, 38.309304928356099 ], [ -121.598570510290145, 38.309305490853589 ], [ -121.598666509160864, 38.309689493089643 ], [ -121.598634506966988, 38.309929500378573 ], [ -121.598506506043393, 38.310105481892236 ], [ -121.59841049271958, 38.310217492748833 ], [ -121.598186514090074, 38.310425490593289 ], [ -121.597835269415739, 38.310702633186885 ], [ -121.597802499399052, 38.310728488089424 ], [ -121.597618710727318, 38.310814512476853 ], [ -121.597618440869368, 38.310814640168353 ], [ -121.59708251275147, 38.311065487486772 ], [ -121.596346488826995, 38.311368499506933 ], [ -121.595562493772263, 38.311784493088275 ], [ -121.595082503074678, 38.312088489491877 ], [ -121.594634513913888, 38.312424486892539 ], [ -121.594308121377452, 38.312564809679031 ], [ -121.593123638228477, 38.313073998394984 ], [ -121.593122499975991, 38.313074490145596 ], [ -121.592447502709064, 38.314022491070979 ], [ -121.592195503887794, 38.314614493658951 ], [ -121.591836764389242, 38.315224926605261 ], [ -121.59175649419106, 38.315361495063634 ], [ -121.591214501127155, 38.316230487835846 ], [ -121.59071949469967, 38.317073481989262 ], [ -121.590467491825208, 38.3175554813849 ], [ -121.590247504042168, 38.318226486428955 ], [ -121.590224510822864, 38.318708485944043 ], [ -121.590200501952481, 38.319466502183779 ], [ -121.590161517366596, 38.319736488101697 ], [ -121.590067512275553, 38.320119485326316 ], [ -121.590140514131335, 38.320340491445116 ], [ -121.590302498797243, 38.320833499473387 ], [ -121.59038349215038, 38.321458493209036 ], [ -121.590423494115697, 38.321991486955248 ], [ -121.590396488157367, 38.322409492423795 ], [ -121.590103502681472, 38.322744488970727 ], [ -121.589611499508763, 38.323005484282227 ], [ -121.589065495702229, 38.32318250149337 ], [ -121.588397592713093, 38.323349652404232 ], [ -121.588106501825507, 38.323422496013912 ], [ -121.587887627236313, 38.323488715473552 ], [ -121.587886707021127, 38.323488994543105 ], [ -121.587240502977167, 38.323684495414447 ], [ -121.586481504320574, 38.324123501169979 ], [ -121.586121500854489, 38.324614503198923 ], [ -121.585895500642224, 38.324917497940476 ], [ -121.585535501570774, 38.325658490754485 ], [ -121.58541550707146, 38.326276480790334 ], [ -121.585309505031091, 38.326767483452322 ], [ -121.585372505365598, 38.327190481104644 ], [ -121.585471509554196, 38.327423485348291 ], [ -121.585558826902115, 38.327550136073278 ], [ -121.58560233288668, 38.327613239596992 ], [ -121.585602511813164, 38.327613499328542 ], [ -121.585842504898395, 38.328219502097717 ], [ -121.585842501871795, 38.329128502548784 ], [ -121.585682494678153, 38.329649490595827 ], [ -121.585682217451392, 38.329649992655838 ], [ -121.585442502348798, 38.330161500705181 ], [ -121.585056491775063, 38.330779495847892 ], [ -121.584750489803028, 38.3313324925304 ], [ -121.58440451539802, 38.331698491163159 ], [ -121.584004504520465, 38.331969506896264 ], [ -121.583658501021105, 38.332063495054484 ], [ -121.583099510295625, 38.33206349521577 ], [ -121.582633601081199, 38.331954684732047 ], [ -121.582020510093741, 38.331811500207891 ], [ -121.5812316009754, 38.331480620345822 ], [ -121.580928506642664, 38.33135349871776 ], [ -121.580408497341836, 38.3309984976 ], [ -121.58040797883919, 38.330997971914137 ], [ -121.580128513432271, 38.330736499096126 ], [ -121.579702508332574, 38.330318495909815 ], [ -121.579356492111316, 38.329953490072214 ], [ -121.579182802009953, 38.329811775524782 ], [ -121.578880156661853, 38.329564846071065 ], [ -121.578324517834204, 38.329111494524085 ], [ -121.577613991151523, 38.3285330180993 ], [ -121.577533506187834, 38.328467492619986 ], [ -121.576821503321085, 38.32804349626322 ], [ -121.576430508099662, 38.327752495721938 ], [ -121.576172506549284, 38.3275945006272 ], [ -121.575889494114122, 38.3274225020457 ], [ -121.57559961921605, 38.327344954834885 ], [ -121.575388500450742, 38.327288497683028 ], [ -121.575063494507901, 38.327405494186984 ], [ -121.575001493612234, 38.327427495772277 ], [ -121.574503506244469, 38.327879488218699 ], [ -121.573197504864424, 38.329652492638161 ], [ -121.572009509008154, 38.331143491471785 ], [ -121.570810511118509, 38.332328488911401 ], [ -121.570508503722394, 38.332550490505859 ], [ -121.569504499881333, 38.333673489235672 ], [ -121.568100509128314, 38.334827496821788 ], [ -121.567281517170997, 38.335515498789093 ], [ -121.566792911440189, 38.335869652802977 ], [ -121.566714497821209, 38.335926490103631 ], [ -121.566713958459715, 38.335927026361261 ], [ -121.566213554222657, 38.336404361251411 ], [ -121.565117657265688, 38.337449713611598 ], [ -121.564910538127535, 38.337647279620732 ], [ -121.562056476212319, 38.340369476709938 ], [ -121.562055983651092, 38.340369949582886 ], [ -121.560165497531941, 38.342407486998425 ], [ -121.559525499544122, 38.3430244891168 ], [ -121.558980870328853, 38.343322367815468 ], [ -121.558726496385802, 38.343461489958862 ], [ -121.558457925005527, 38.343584398103218 ], [ -121.557900503314798, 38.343839496905289 ], [ -121.557162333176862, 38.344022007240262 ], [ -121.556808505064495, 38.344109491102941 ], [ -121.556308148372523, 38.344208882809575 ], [ -121.556307874002457, 38.34420893575593 ], [ -121.55548950937208, 38.344371488435989 ], [ -121.554050510885304, 38.344632491454384 ], [ -121.552065504296351, 38.345008489287018 ], [ -121.549814502778318, 38.345510486094192 ], [ -121.547806257480687, 38.345860832291557 ], [ -121.546151501291916, 38.346149481760975 ], [ -121.544904049277122, 38.346250200485201 ], [ -121.544898900380602, 38.346250613971989 ], [ -121.543215485335537, 38.346386503477227 ], [ -121.541737511583023, 38.346496487554752 ], [ -121.541201510935736, 38.346603490981778 ], [ -121.541094511437407, 38.346626482407373 ], [ -121.540821508937867, 38.346702502486295 ], [ -121.539194509140714, 38.347229496949048 ], [ -121.538064507959334, 38.347665497500778 ], [ -121.537284498447491, 38.347933493629043 ], [ -121.53703463260176, 38.348074632290547 ], [ -121.536937495450644, 38.348129502457567 ], [ -121.536936954208358, 38.348129809294676 ], [ -121.536742002765919, 38.348240420508311 ], [ -121.536232506550945, 38.348529499732038 ], [ -121.535251324447103, 38.34911000047564 ], [ -121.534917515548116, 38.349307487867875 ], [ -121.534679388855039, 38.349481103322752 ], [ -121.533972493827278, 38.349996484866054 ], [ -121.53295851096577, 38.3509514966631 ], [ -121.531783832063354, 38.352074441737187 ], [ -121.531754505923999, 38.352102497078043 ], [ -121.53175405716641, 38.352102931398697 ], [ -121.530607497194922, 38.353247501867756 ], [ -121.529481511812847, 38.354540501352147 ], [ -121.528395500174071, 38.355975495257262 ], [ -121.527691491750062, 38.356716503509887 ], [ -121.526485517852223, 38.357993496100825 ], [ -121.526485216506103, 38.35799369355906 ], [ -121.525197503563163, 38.358845502769256 ], [ -121.524576472792305, 38.359156017271246 ], [ -121.523367494790321, 38.359760487420445 ], [ -121.522181507042362, 38.360517493463718 ], [ -121.52141649599389, 38.36165250068057 ], [ -121.521175516699188, 38.362535489959967 ], [ -121.521175505279317, 38.364839500665227 ], [ -121.521336493654971, 38.367110487658366 ], [ -121.521678485053897, 38.369049487737257 ], [ -121.52230149595438, 38.371557482262844 ], [ -121.523287508597093, 38.373402501221491 ], [ -121.523757490505233, 38.374647485039851 ], [ -121.523838491465909, 38.374851500887374 ], [ -121.523993499442483, 38.375239493030854 ], [ -121.524005510522471, 38.375353497713824 ], [ -121.524339493486806, 38.376399499020671 ], [ -121.524359504410967, 38.377056503718066 ], [ -121.524266508620357, 38.37911348777574 ], [ -121.523849501575967, 38.379851486845446 ], [ -121.52324149581716, 38.380588482415462 ], [ -121.522616503374493, 38.381085502343979 ], [ -121.522328493915452, 38.381277486548193 ], [ -121.521448501420721, 38.381757497374473 ], [ -121.520423491897432, 38.38228649701675 ], [ -121.519472516170708, 38.382869499976515 ], [ -121.519439599132753, 38.382889082325022 ], [ -121.519430504328781, 38.382894494522112 ], [ -121.51862752207424, 38.383459488038255 ], [ -121.518302185883371, 38.383687715568698 ], [ -121.518292522217777, 38.383694496622098 ], [ -121.518292051597484, 38.383694832271473 ], [ -121.518258500988054, 38.383719498286517 ], [ -121.517526517409365, 38.384236488218178 ], [ -121.516575470883041, 38.385000708420975 ], [ -121.516457509689673, 38.38509549475571 ], [ -121.516457078428061, 38.385095947806484 ], [ -121.515818507992805, 38.385765487588657 ], [ -121.515323508905666, 38.386433482251014 ], [ -121.514828507712892, 38.387182496850635 ], [ -121.514509495996094, 38.387819498361509 ], [ -121.514269493680288, 38.388313488725252 ], [ -121.514125510954884, 38.388727486507698 ], [ -121.513950493259316, 38.389602488996687 ], [ -121.513793502959061, 38.390571494828222 ], [ -121.513685497500063, 38.391273489263099 ], [ -121.513620501135279, 38.391623490700312 ], [ -121.513604500643879, 38.391769494283949 ], [ -121.513466509164729, 38.392784488213124 ], [ -121.513454492929256, 38.392844503365879 ], [ -121.513243499603661, 38.394080482986624 ], [ -121.513118499355613, 38.395580495222831 ], [ -121.513071491508114, 38.396058491099211 ], [ -121.513088492302487, 38.396951488178388 ], [ -121.513155516904561, 38.398034491120413 ], [ -121.513252494681623, 38.398833487210808 ], [ -121.513477497411884, 38.399948497768008 ], [ -121.513513860138389, 38.400062535735259 ], [ -121.513863491539155, 38.401159493445803 ], [ -121.514170508593864, 38.402149497733134 ], [ -121.515039500618116, 38.403890493201615 ], [ -121.515732503300327, 38.405536498373216 ], [ -121.516521516384515, 38.407230501421864 ], [ -121.517486519687751, 38.408921498160289 ], [ -121.518546025129936, 38.410438800157465 ], [ -121.518546504785093, 38.410439489720929 ], [ -121.518707077670499, 38.410649320524833 ], [ -121.519462516819146, 38.411636493191651 ], [ -121.520473026517919, 38.412847927661822 ], [ -121.520473472720781, 38.412848513585068 ], [ -121.520831149381422, 38.413319335217146 ], [ -121.521067491405944, 38.413630488876059 ], [ -121.521166918732831, 38.413758550961049 ], [ -121.521501498673373, 38.414189490288969 ], [ -121.521894286660753, 38.414644727063241 ], [ -121.522281494749407, 38.415093489792937 ], [ -121.522993291310584, 38.415982322139314 ], [ -121.523435019941402, 38.416533953383599 ], [ -121.523435496927718, 38.416534493102063 ], [ -121.523916148025336, 38.417371967915045 ], [ -121.52391640841735, 38.417372331364298 ], [ -121.523916505960941, 38.417372501260544 ], [ -121.524404504097561, 38.418015791222857 ], [ -121.524667163529742, 38.418362046496647 ], [ -121.524667483972976, 38.41836250203648 ], [ -121.524685139259205, 38.418388434551147 ], [ -121.525795515367165, 38.420018488881254 ], [ -121.526285493618161, 38.420747488084309 ], [ -121.531251984206648, 38.427553807225941 ], [ -121.531252187635744, 38.427554043900905 ], [ -121.531252511876417, 38.427554487901027 ], [ -121.53128855231769, 38.427595090123489 ], [ -121.531821493984864, 38.428195495293835 ], [ -121.532162489716995, 38.428787488738109 ], [ -121.532467513092257, 38.429302497366052 ], [ -121.53265850706039, 38.430136504163315 ], [ -121.532739508141105, 38.430780492512142 ], [ -121.532641491879275, 38.431454484702179 ], [ -121.532336508212197, 38.432194503771164 ], [ -121.531949494462097, 38.43270849904912 ], [ -121.531209493566351, 38.433318479040139 ], [ -121.530341496920499, 38.433895482973497 ], [ -121.529199500709026, 38.434361497299882 ], [ -121.528460504179805, 38.434552496969395 ], [ -121.527062520885067, 38.434824500359831 ], [ -121.525423496545585, 38.434854488161029 ], [ -121.524153496679872, 38.43478949647109 ], [ -121.522313501811823, 38.434629490375244 ], [ -121.521136276427939, 38.434584351452415 ], [ -121.520201512843528, 38.434548502003068 ], [ -121.518721338395977, 38.434522772121653 ], [ -121.517498510093446, 38.434501501727425 ], [ -121.515354508895101, 38.434517502127946 ], [ -121.513562487720208, 38.434789497940223 ], [ -121.511754505066705, 38.43523749648196 ], [ -121.509755491146919, 38.435877503440928 ], [ -121.508892016325646, 38.436254766103445 ], [ -121.508288180020841, 38.436518584395344 ], [ -121.507853509104095, 38.436708488918299 ], [ -121.50760482354373, 38.436822103131398 ], [ -121.507603057733178, 38.436822908747949 ], [ -121.506590497425464, 38.437285486960327 ], [ -121.50644749972875, 38.43739146026396 ], [ -121.505598505892337, 38.438020492949967 ], [ -121.504914316550568, 38.43856765286538 ], [ -121.504879503586821, 38.438595494939307 ], [ -121.504879242380511, 38.43859575373915 ], [ -121.504878998463866, 38.438595962525049 ], [ -121.503856507064341, 38.439604487031382 ], [ -121.50299351943282, 38.440707496564038 ], [ -121.502676501729283, 38.441279495883308 ], [ -121.502470511752875, 38.441646489614406 ], [ -121.502333495342796, 38.441890493256821 ], [ -121.501926512561454, 38.442946485019654 ], [ -121.501599508259702, 38.444099486311053 ], [ -121.501238513840505, 38.445573492075717 ], [ -121.501052499663388, 38.44733550474416 ], [ -121.500978508660253, 38.449162482166642 ], [ -121.500989509482253, 38.450140493191817 ], [ -121.501110504541828, 38.451269491034942 ], [ -121.501120492040613, 38.451342501483062 ], [ -121.501249496063352, 38.45242948548519 ], [ -121.501546517417268, 38.453934498037398 ], [ -121.501925494198858, 38.455681491397122 ], [ -121.504090518266025, 38.46592248590666 ], [ -121.505041489848381, 38.469579467836319 ], [ -121.508427510591574, 38.472422499165141 ], [ -121.508878491322477, 38.472801484873678 ], [ -121.513781244809209, 38.473735348036961 ], [ -121.513834515147863, 38.47374549182031 ], [ -121.514947868487496, 38.473802459785809 ], [ -121.516062514493271, 38.473859485308914 ], [ -121.516463130882329, 38.473880383739811 ], [ -121.516464730528796, 38.473880469459118 ], [ -121.517040514341645, 38.473910501714599 ], [ -121.518245840126497, 38.473971846473049 ], [ -121.519241490039022, 38.474022506098024 ], [ -121.52172459453169, 38.47391009799798 ], [ -121.522962497973779, 38.47385404096736 ], [ -121.523791518105256, 38.473816489900372 ], [ -121.524778894133775, 38.473877430171399 ], [ -121.527988506211315, 38.474075498686993 ], [ -121.529877915967148, 38.473942967812199 ], [ -121.531438490742801, 38.473833488801894 ], [ -121.534287862410991, 38.473999474730981 ], [ -121.535507488633286, 38.474070503594831 ], [ -121.539053506651186, 38.47475848047705 ], [ -121.541329500119531, 38.475742498471142 ], [ -121.542901514608673, 38.476767488622805 ], [ -121.542989114030291, 38.476841194099592 ], [ -121.544250498062524, 38.477902484505435 ], [ -121.545496468579898, 38.479557427109441 ], [ -121.547420498139644, 38.481483483575133 ], [ -121.54742066051017, 38.481483691702699 ], [ -121.547787505007278, 38.481966496095893 ], [ -121.550819498070595, 38.486369489616763 ], [ -121.55333751364951, 38.490027487288245 ], [ -121.553867540755462, 38.490672857437197 ], [ -121.554473309178888, 38.491410255614554 ], [ -121.555774904927802, 38.492994769300211 ], [ -121.555775503614399, 38.492995497624172 ], [ -121.555853528917325, 38.493110128860955 ], [ -121.556762513521477, 38.494445500224643 ], [ -121.55918049099246, 38.497411493828167 ], [ -121.559482507024697, 38.498420503306541 ], [ -121.559301507023093, 38.500470487871631 ], [ -121.558878504954492, 38.502112496015364 ], [ -121.558002517197153, 38.504315486280404 ], [ -121.556786509158727, 38.506797495658525 ], [ -121.554977493247705, 38.510389486873073 ], [ -121.55327551134171, 38.512632494321309 ], [ -121.551515504262085, 38.513896494505296 ], [ -121.547561642293374, 38.51498806092382 ], [ -121.546567499122091, 38.515262502525324 ], [ -121.544124389025598, 38.515888958501129 ], [ -121.541653514039638, 38.516522486633185 ], [ -121.535627761653103, 38.516930975332713 ], [ -121.533007491952318, 38.517108493664573 ], [ -121.532149205749548, 38.517184213699537 ], [ -121.531420510306248, 38.517248496080917 ], [ -121.531419960504394, 38.517248587521664 ], [ -121.530190737612372, 38.517452463682538 ], [ -121.529620357459805, 38.517547059399085 ], [ -121.527778494266485, 38.517852497760593 ], [ -121.525861380863702, 38.518615465909519 ], [ -121.525610568304501, 38.518715282069678 ], [ -121.525004511485164, 38.518956484868987 ], [ -121.52500430217836, 38.518956809819187 ], [ -121.524409497307886, 38.51986649554437 ], [ -121.524186514955787, 38.520371485664043 ], [ -121.524229505141136, 38.520701496069996 ], [ -121.524310503050813, 38.521435491992833 ], [ -121.524607494874658, 38.522209486359024 ], [ -121.52509936874354, 38.522943290745133 ], [ -121.525099501404327, 38.522943493657046 ], [ -121.525516830986987, 38.5232112434188 ], [ -121.527766277815545, 38.524654339927814 ], [ -121.52776650694787, 38.524654487726856 ], [ -121.528530271011263, 38.52551733648955 ], [ -121.530627262183529, 38.527886242601348 ], [ -121.530627489140329, 38.527886498142344 ], [ -121.530882501437574, 38.529271491691482 ], [ -121.530862498872054, 38.53020048554167 ], [ -121.530862060992092, 38.53020093854618 ], [ -121.530318515506323, 38.530816492466094 ], [ -121.528421489100566, 38.531928495644266 ], [ -121.524324523110451, 38.533306942318767 ], [ -121.52279296691259, 38.533822195207229 ], [ -121.522423508762245, 38.53394649953038 ], [ -121.521867155963918, 38.534213757294573 ], [ -121.519877504185189, 38.535169504645474 ], [ -121.517683491951274, 38.536543497960238 ], [ -121.515979060995861, 38.537950529525162 ], [ -121.513948051097017, 38.539627062290975 ], [ -121.513248506786724, 38.540204489642996 ], [ -121.51324820649414, 38.540204897746605 ], [ -121.51211650258297, 38.541738483540236 ], [ -121.511486492517236, 38.54423750059275 ], [ -121.511405505618384, 38.545025489474668 ], [ -121.511546499507816, 38.546034501206563 ], [ -121.511997915834982, 38.54752880579548 ], [ -121.51378149765965, 38.553432500682348 ], [ -121.515568028090513, 38.557514260688677 ], [ -121.515962506239688, 38.558415485129842 ], [ -121.518161498503403, 38.561095499320082 ], [ -121.518948237521187, 38.561765382123475 ], [ -121.519097275609866, 38.56189228449 ], [ -121.519097515701134, 38.561892488767157 ], [ -121.520522506066854, 38.564185492915961 ], [ -121.520903496395334, 38.565274496813359 ], [ -121.520964515426385, 38.565953500384467 ], [ -121.520861515978979, 38.566629485721826 ], [ -121.518771508108969, 38.568700488405391 ], [ -121.516140497914748, 38.571241502176008 ], [ -121.515925523272685, 38.571417504719449 ], [ -121.51592499538333, 38.571417942516597 ], [ -121.511271518308462, 38.575313499056847 ], [ -121.508251896186167, 38.580543823829764 ], [ -121.50825150670704, 38.580544502344921 ], [ -121.506633511337029, 38.58579648421356 ], [ -121.506487506923719, 38.586270488681137 ], [ -121.506477668227177, 38.586301007336544 ], [ -121.506477509135365, 38.586301496984895 ], [ -121.507361492748728, 38.592205484822912 ], [ -121.507903507304221, 38.593991492196388 ], [ -121.508648499394937, 38.596765500060755 ], [ -121.509116501650382, 38.597546487877594 ], [ -121.51099316585865, 38.600679956176542 ], [ -121.51099349440166, 38.600680503486814 ], [ -121.511952263489832, 38.60114323068106 ], [ -121.513811497181237, 38.602040505831233 ], [ -121.514398179657817, 38.602458308624463 ], [ -121.514399572594172, 38.602459299924845 ], [ -121.514485515259679, 38.602520500369877 ], [ -121.515489990957533, 38.602754896698364 ], [ -121.517352064985047, 38.603189388816894 ], [ -121.517352515998184, 38.60318949286777 ], [ -121.51927327858445, 38.603626430206766 ], [ -121.519277273954927, 38.603627337173933 ], [ -121.521058497162031, 38.604032494508232 ], [ -121.525793388378858, 38.604391205504022 ], [ -121.527167355839993, 38.604495247978612 ], [ -121.52717051180413, 38.60449548894492 ], [ -121.527937553447458, 38.604418792153758 ], [ -121.529530510245337, 38.604259496831148 ], [ -121.531618518329424, 38.603940494080348 ], [ -121.535142978896744, 38.602900322102357 ], [ -121.535335500379716, 38.602843493354086 ], [ -121.539506497616657, 38.6016275030427 ], [ -121.541169502848817, 38.599947493863624 ], [ -121.542935509053137, 38.5983624967757 ], [ -121.543380714971576, 38.598114722641398 ], [ -121.544058500185344, 38.597737500926492 ], [ -121.544487915820795, 38.597719864802031 ], [ -121.544813503230074, 38.597706495646285 ], [ -121.545470466288549, 38.597774699178913 ], [ -121.545472620707287, 38.597774922328327 ], [ -121.546046502294018, 38.597834494187509 ], [ -121.547576490057068, 38.598360495893218 ], [ -121.547867781177871, 38.598444288716038 ], [ -121.547868498622648, 38.598444494292039 ], [ -121.549378504808175, 38.599268498063175 ], [ -121.551187150764534, 38.6009721727523 ], [ -121.553045937885599, 38.602723010474058 ], [ -121.553046494601389, 38.602723494729844 ], [ -121.553632507018378, 38.603338490559985 ], [ -121.55629205565802, 38.606126131338058 ], [ -121.557829491736101, 38.607737493740004 ], [ -121.558194093970641, 38.608114475472767 ], [ -121.55821203364755, 38.608133027830291 ], [ -121.558212495197097, 38.608133501755489 ], [ -121.560100078299868, 38.611664303386114 ], [ -121.560150507321268, 38.611758490794912 ], [ -121.5605947836886, 38.613230719808342 ], [ -121.561119516351013, 38.614969491723734 ], [ -121.56170649398284, 38.618480494780584 ], [ -121.56184049755602, 38.620410487488542 ], [ -121.562469499748488, 38.627197498257068 ], [ -121.562557503605035, 38.629193489862587 ], [ -121.563056504097986, 38.634975500488373 ], [ -121.564407506218799, 38.640229489682795 ], [ -121.56476653974434, 38.641134355005988 ], [ -121.565026506089296, 38.64178949363253 ], [ -121.565105494753553, 38.64230647821848 ], [ -121.566899048868663, 38.645118843911789 ], [ -121.566899141038391, 38.645118913541012 ], [ -121.566899510991504, 38.645119498344336 ], [ -121.569155067775952, 38.646670579745745 ], [ -121.570536499216345, 38.647620488143261 ], [ -121.57096169749704, 38.647744868045763 ], [ -121.57342549178739, 38.648465498540268 ], [ -121.576181170241455, 38.648601488323159 ], [ -121.57618150414288, 38.648601506392332 ], [ -121.587248506584757, 38.642751496726589 ], [ -121.589838499354599, 38.642458490147213 ], [ -121.592284491611736, 38.643073481796641 ], [ -121.594116500844521, 38.644160491547552 ], [ -121.596602062542033, 38.646102145339107 ], [ -121.596602497736313, 38.646102483014623 ], [ -121.603470470741243, 38.65520445062733 ], [ -121.609535934262126, 38.661069939251348 ], [ -121.609536508603256, 38.661070498342269 ], [ -121.610844043323112, 38.662042941549288 ], [ -121.61806350691397, 38.667411492756422 ], [ -121.624135737734164, 38.671911788503571 ], [ -121.624346860356496, 38.672068223711797 ], [ -121.624371517608964, 38.672086498821649 ], [ -121.625904497115044, 38.673222500850763 ], [ -121.626251494892884, 38.673465493794531 ], [ -121.626751376896962, 38.673821326954688 ], [ -121.627712517899923, 38.6745054883447 ], [ -121.628479042163221, 38.675244075643384 ], [ -121.628479493940702, 38.675244497421971 ], [ -121.629095734109555, 38.675997323534297 ], [ -121.62945849654993, 38.676440465805072 ], [ -121.630136500302967, 38.677376490884839 ], [ -121.630290923122345, 38.677633754755213 ], [ -121.630594494699963, 38.678139496563659 ], [ -121.630624823536834, 38.678189936474148 ], [ -121.631098504287536, 38.678977501607775 ], [ -121.631903492156084, 38.680640501997608 ], [ -121.633141125952278, 38.68434754589871 ], [ -121.633778503859006, 38.686256493254305 ], [ -121.633936495280466, 38.687623501564687 ], [ -121.634265238369551, 38.688243067777222 ], [ -121.634265498833116, 38.688243506174288 ], [ -121.634460496351878, 38.689511487505875 ], [ -121.634379509892739, 38.690590498643871 ], [ -121.634168507355426, 38.691429492031382 ], [ -121.633647500334035, 38.693040491703428 ], [ -121.633062509265571, 38.694030485352862 ], [ -121.632947882825277, 38.694267400932901 ], [ -121.63250950425433, 38.695173495470016 ], [ -121.63213751240508, 38.695845483646785 ], [ -121.631584489105137, 38.696607499922472 ], [ -121.630970784914396, 38.697346348375888 ], [ -121.630868491743186, 38.697469496197741 ], [ -121.630715433845893, 38.697624125868316 ], [ -121.630714806392504, 38.697624759677687 ], [ -121.630088495818129, 38.698257488036475 ], [ -121.629112512699805, 38.698917501842189 ], [ -121.628363509853813, 38.699476486472093 ], [ -121.627700998963988, 38.699903421467297 ], [ -121.627615518568447, 38.699958502334695 ], [ -121.62634649181804, 38.700720500514727 ], [ -121.624980504601623, 38.70176148945275 ], [ -121.623614493419296, 38.70275149248009 ], [ -121.621662498912897, 38.704299499909936 ], [ -121.6205235001799, 38.705136492244485 ], [ -121.61987858139824, 38.705568026365086 ], [ -121.619875423241609, 38.705570136926553 ], [ -121.619157510265893, 38.706050501270127 ], [ -121.619023447273662, 38.706147481371126 ], [ -121.617400501324639, 38.707321492057652 ], [ -121.615774506056624, 38.708310502367958 ], [ -121.614361405110316, 38.709389766462706 ], [ -121.614212497819636, 38.709503492262684 ], [ -121.614166775973615, 38.709540904496087 ], [ -121.614165331457357, 38.709542085353192 ], [ -121.613497503204229, 38.710088489063757 ], [ -121.612716515489637, 38.710849500640677 ], [ -121.611772509912939, 38.711738490272189 ], [ -121.610601493097519, 38.712931500497 ], [ -121.609332499596263, 38.714251501557555 ], [ -121.608804379724333, 38.71483688494915 ], [ -121.60871450917405, 38.714936503483223 ], [ -121.608664692631478, 38.714993136536968 ], [ -121.608664515756885, 38.714993340539003 ], [ -121.608356513860727, 38.715343494308321 ], [ -121.607477515902772, 38.716638492161664 ], [ -121.606924508010906, 38.717399502143849 ], [ -121.606534501073867, 38.718085491116035 ], [ -121.606208504075056, 38.718542495901154 ], [ -121.605981497627326, 38.719126490103569 ], [ -121.605720510501257, 38.719709489094356 ], [ -121.60568849431391, 38.720394488578485 ], [ -121.605524508293229, 38.721131489385293 ], [ -121.605459511620253, 38.721817494716596 ], [ -121.605362493958836, 38.722782489177803 ], [ -121.60539449478803, 38.724203497325895 ], [ -121.605296515099752, 38.725726501841976 ], [ -121.605166498195857, 38.726895487132239 ], [ -121.605101514447583, 38.727656496283608 ], [ -121.604938503262503, 38.728900499059677 ], [ -121.604581503015226, 38.730043486472844 ], [ -121.604474908915918, 38.730553562779996 ], [ -121.604353503359974, 38.731134498519758 ], [ -121.604190503217637, 38.731972490443511 ], [ -121.604060503140104, 38.732733493940145 ], [ -121.603800498834872, 38.733521496645309 ], [ -121.603409506224907, 38.734486494825795 ], [ -121.602905509381657, 38.735796490223279 ], [ -121.602905114218828, 38.735796522946167 ], [ -121.602734556753617, 38.735810910578266 ], [ -121.602395512637926, 38.735839504053182 ], [ -121.601688502796605, 38.735827505278159 ], [ -121.600612677923749, 38.735822211445708 ], [ -121.593803511073091, 38.735788492307151 ], [ -121.592300492453759, 38.735806500761974 ], [ -121.589143737923536, 38.73581980581114 ], [ -121.585875499331962, 38.735833487916928 ], [ -121.585629723937913, 38.735827617372493 ], [ -121.585373503539529, 38.735821493554276 ], [ -121.580619507877003, 38.735806629012508 ], [ -121.576782511091238, 38.735794490059227 ], [ -121.568653490394169, 38.735800489218043 ], [ -121.567325511252491, 38.73579648998674 ], [ -121.564183368403718, 38.735978430414434 ], [ -121.558237499302933, 38.736322486332448 ], [ -121.553246934246843, 38.736336694921903 ], [ -121.550119500179221, 38.736345494124969 ], [ -121.546674632083636, 38.73636531811448 ], [ -121.540517498558899, 38.736400497174905 ], [ -121.540517181759384, 38.736400497785652 ], [ -121.54036750409675, 38.736401483405594 ], [ -121.54026150384307, 38.736402485521829 ], [ -121.539770498468485, 38.736406502888997 ], [ -121.534484977540998, 38.736408245493458 ], [ -121.521629497639282, 38.736411482794132 ], [ -121.506266489004858, 38.735752497187406 ], [ -121.490333498186587, 38.735043492335272 ], [ -121.490056503243025, 38.735004502097844 ], [ -121.48976234876794, 38.734985356171961 ], [ -121.489761943092446, 38.734985332359464 ], [ -121.489426504837354, 38.7349634949029 ], [ -121.48942583687942, 38.734963448824359 ], [ -121.486738778478085, 38.734768958047141 ], [ -121.484370510472189, 38.734597488319885 ], [ -121.484369985318892, 38.734597453501856 ], [ -121.474101499497777, 38.733902501598358 ], [ -121.473276490581043, 38.733847489441622 ], [ -121.470109507921094, 38.733632494695463 ], [ -121.469828494435532, 38.733613498964004 ], [ -121.468081804146664, 38.733494958368269 ], [ -121.466616506374464, 38.733395494250779 ], [ -121.462863071936766, 38.73319249725558 ], [ -121.457615514254428, 38.732908488241925 ], [ -121.454352858565727, 38.732692843088316 ], [ -121.454350090078677, 38.732692661565935 ], [ -121.451383498579276, 38.732496502213344 ], [ -121.447895497204527, 38.732246500022619 ], [ -121.444589355447505, 38.732010728811005 ], [ -121.441572493747429, 38.731795503642957 ], [ -121.439040516471309, 38.731617493553742 ], [ -121.433598501603811, 38.731244487817527 ], [ -121.431921140507256, 38.731130791521061 ], [ -121.429276495829811, 38.730951484735876 ], [ -121.424810872724393, 38.73066571813898 ], [ -121.420278506565225, 38.730375500093437 ], [ -121.411011504679308, 38.729806496031969 ], [ -121.410110237445465, 38.72974797108143 ], [ -121.410109548021637, 38.729778525469513 ], [ -121.410029134874975, 38.73333238456437 ], [ -121.407369221352184, 38.733295430594524 ], [ -121.39250270283857, 38.73308780508458 ], [ -121.391524563438338, 38.733074076556363 ], [ -121.391358711377833, 38.740321053855105 ], [ -121.354346532693697, 38.739795531236126 ], [ -121.354066294078009, 38.751764921122202 ], [ -121.354007173555388, 38.754289189259822 ], [ -121.3447523949757, 38.75415592008919 ], [ -121.33709801009465, 38.75404512803906 ], [ -121.335488279670145, 38.754021765829989 ], [ -121.326233647376455, 38.753887031260206 ], [ -121.316979046767386, 38.753751545367443 ], [ -121.309561647119878, 38.753642437043155 ], [ -121.307724555528424, 38.753615342158149 ], [ -121.307767911097329, 38.751813747066002 ], [ -121.307898928295415, 38.746368693651277 ], [ -121.307958824373742, 38.743879432520444 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SDGE", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0745567928, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22354.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.595956, 33.386753999999605 ], [ -117.607905, 33.406316999999603 ], [ -117.631682, 33.430527999999612 ], [ -117.645582, 33.440727999999609 ], [ -117.684584, 33.461926999999626 ], [ -117.689284, 33.460154999999602 ], [ -117.691984, 33.456626999999614 ], [ -117.691384, 33.45402799999961 ], [ -117.715349, 33.460555999999606 ], [ -117.726486, 33.483426999999615 ], [ -117.761387, 33.516325999999616 ], [ -117.770122, 33.525691999999623 ], [ -117.726351, 33.523731999999619 ], [ -117.72826, 33.554436999999623 ], [ -117.74242, 33.555072999999616 ], [ -117.739577, 33.595768999999621 ], [ -117.72541, 33.59513199999963 ], [ -117.724459, 33.608695999999625 ], [ -117.462337, 33.596567999999621 ], [ -117.496701, 33.552614999999584 ], [ -117.501165, 33.545815999999618 ], [ -117.510206, 33.534007999999616 ], [ -117.509909, 33.520545999999612 ], [ -117.509451, 33.520545999999626 ], [ -117.503181, 33.520404999999606 ], [ -117.50344, 33.515671999999611 ], [ -117.503358, 33.515638999999616 ], [ -117.503756, 33.508944999999599 ], [ -117.509725, 33.509061999999638 ], [ -117.509722, 33.505018999999621 ], [ -117.364272, 33.505024999999627 ], [ -117.370772, 33.490725999999611 ], [ -117.284069, 33.4626269999996 ], [ -117.250668, 33.451760999999593 ], [ -117.241668, 33.448927999999611 ], [ -117.241562, 33.444859999999608 ], [ -117.241468, 33.431927999999608 ], [ -117.239168, 33.431927999999608 ], [ -117.227743, 33.432028999999609 ], [ -117.199939, 33.432128999999598 ], [ -117.188166, 33.432128999999605 ], [ -117.144314, 33.432628999999615 ], [ -117.142177, 33.432628999999615 ], [ -117.135107, 33.432332999999616 ], [ -117.117002, 33.431197999999611 ], [ -117.088963, 33.430329999999621 ], [ -117.079662, 33.430329999999621 ], [ -117.072162, 33.430229999999597 ], [ -117.052261, 33.430229999999597 ], [ -117.030861, 33.430130999999605 ], [ -117.030861, 33.426930999999612 ], [ -117.00186, 33.426930999999612 ], [ -116.981993, 33.427693999999612 ], [ -116.937675, 33.427396999999601 ], [ -116.895281, 33.427014999999599 ], [ -116.883713, 33.426949999999614 ], [ -116.859667, 33.426541999999614 ], [ -116.836661, 33.426807999999603 ], [ -116.682099, 33.427218999999617 ], [ -116.62286, 33.427297999999602 ], [ -116.617687, 33.42735399999961 ], [ -116.532168, 33.426950999999605 ], [ -116.300529, 33.427764999999617 ], [ -116.197561, 33.428891999999607 ], [ -116.190769, 33.428612999999615 ], [ -116.196583, 33.330310999999618 ], [ -116.177869, 33.329212999999626 ], [ -116.190109, 33.215674999999571 ], [ -116.186112, 33.213681999999615 ], [ -116.187003, 33.180331999999616 ], [ -116.209521, 33.185169999999616 ], [ -116.211077, 33.167680999999604 ], [ -116.231828, 33.168893999999597 ], [ -116.235763, 33.148027999999599 ], [ -116.256354, 33.150985999999619 ], [ -116.26669, 33.033789999999591 ], [ -116.243902, 33.032460999999586 ], [ -116.247673, 33.01333899999959 ], [ -116.224891, 33.012006999999613 ], [ -116.22644, 32.994512999999593 ], [ -116.210031, 32.991791999999585 ], [ -116.207288, 32.975803999999584 ], [ -116.190883, 32.973079999999577 ], [ -116.189902, 32.960711999999589 ], [ -116.167293, 32.957618999999596 ], [ -116.170923, 32.940246999999573 ], [ -116.152145, 32.940893999999581 ], [ -116.153865, 32.921649999999588 ], [ -116.131112, 32.920297999999583 ], [ -116.142261, 32.818942999999585 ], [ -116.103711, 32.815947999999594 ], [ -116.103694, 32.78978899999958 ], [ -116.103147, 32.726500999999573 ], [ -116.105647, 32.726494999999574 ], [ -116.105942, 32.644213999999593 ], [ -116.106179, 32.61864099999957 ], [ -116.115427, 32.617909999999569 ], [ -116.125848, 32.616672999999587 ], [ -116.211033, 32.610325999999581 ], [ -116.270981, 32.605491999999586 ], [ -116.377063, 32.596937999999582 ], [ -116.391385, 32.595782999999578 ], [ -116.413638, 32.59398799999957 ], [ -116.45454, 32.590689999999583 ], [ -116.53534, 32.584174999999597 ], [ -116.540643, 32.583746999999569 ], [ -116.575883, 32.580693999999575 ], [ -116.62705, 32.576260999999562 ], [ -116.75733, 32.565615999999572 ], [ -116.857154, 32.557458999999554 ], [ -116.928055, 32.550757999999576 ], [ -116.945956, 32.550057999999588 ], [ -117.026358, 32.542456999999573 ], [ -117.028742, 32.54228699999959 ], [ -117.030155, 32.542185999999568 ], [ -117.039907, 32.541488999999565 ], [ -117.062759, 32.539856999999586 ], [ -117.107232796651104, 32.535774345140581 ], [ -117.124862, 32.534155999999577 ], [ -117.133363, 32.575624999999576 ], [ -117.132963, 32.597053999999567 ], [ -117.136664, 32.618753999999555 ], [ -117.139464, 32.627053999999589 ], [ -117.159865, 32.660651999999594 ], [ -117.168866, 32.671951999999578 ], [ -117.180366, 32.681651999999559 ], [ -117.192967, 32.687750999999572 ], [ -117.196767, 32.688850999999552 ], [ -117.213068, 32.687750999999572 ], [ -117.223868, 32.683050999999587 ], [ -117.236239, 32.671352999999591 ], [ -117.246069, 32.669351999999591 ], [ -117.255169, 32.700050999999583 ], [ -117.25757, 32.726049999999582 ], [ -117.25537, 32.745448999999581 ], [ -117.25257, 32.752948999999575 ], [ -117.25497, 32.786947999999597 ], [ -117.26107, 32.803147999999574 ], [ -117.280971, 32.822246999999571 ], [ -117.28217, 32.839546999999605 ], [ -117.28117, 32.843046999999594 ], [ -117.27387, 32.851446999999581 ], [ -117.26497, 32.84894699999959 ], [ -117.26067, 32.852646999999578 ], [ -117.25617, 32.859446999999591 ], [ -117.25167, 32.874345999999605 ], [ -117.25447, 32.900145999999587 ], [ -117.26047, 32.931244999999585 ], [ -117.28077, 33.012342999999611 ], [ -117.29337, 33.034641999999593 ], [ -117.309771, 33.074539999999587 ], [ -117.315278, 33.093503999999605 ], [ -117.328359, 33.121841999999596 ], [ -117.362572, 33.168436999999606 ], [ -117.39148, 33.202761999999595 ], [ -117.401926, 33.213597999999614 ], [ -117.445583, 33.268516999999598 ], [ -117.469794, 33.296416999999629 ], [ -117.50565, 33.334062999999603 ], [ -117.547693, 33.365490999999615 ], [ -117.571722, 33.378987999999609 ], [ -117.59588, 33.386628999999616 ], [ -117.595956, 33.386753999999605 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_IID", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0797928745000001, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22355.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -116.103711, 32.815947999999594 ], [ -116.142261, 32.818942999999585 ], [ -116.131112, 32.920297999999583 ], [ -116.153865, 32.921649999999588 ], [ -116.152145, 32.940893999999581 ], [ -116.170923, 32.940246999999573 ], [ -116.167293, 32.957618999999596 ], [ -116.189902, 32.960711999999589 ], [ -116.190883, 32.973079999999577 ], [ -116.207288, 32.975803999999584 ], [ -116.210031, 32.991791999999585 ], [ -116.22644, 32.994512999999593 ], [ -116.224891, 33.012006999999613 ], [ -116.247673, 33.01333899999959 ], [ -116.243902, 33.032460999999586 ], [ -116.26669, 33.033789999999591 ], [ -116.256354, 33.150985999999619 ], [ -116.235763, 33.148027999999599 ], [ -116.231828, 33.168893999999597 ], [ -116.211077, 33.167680999999604 ], [ -116.209521, 33.185169999999616 ], [ -116.187003, 33.180331999999616 ], [ -116.186112, 33.213681999999615 ], [ -116.190109, 33.215674999999571 ], [ -116.177869, 33.329212999999626 ], [ -116.196583, 33.330310999999618 ], [ -116.190769, 33.428612999999615 ], [ -116.197561, 33.428891999999607 ], [ -116.300529, 33.427764999999617 ], [ -116.312147, 33.427723999999621 ], [ -116.30918, 33.452738999999596 ], [ -116.297169, 33.588920999999601 ], [ -116.314099, 33.589892999999613 ], [ -116.313099, 33.601239999999606 ], [ -116.340192, 33.602789999999601 ], [ -116.339592, 33.648371999999611 ], [ -116.34926, 33.654624999999626 ], [ -116.344526, 33.708519999999623 ], [ -116.29366, 33.705610999999593 ], [ -116.28989, 33.748155999999618 ], [ -116.300069, 33.748739999999621 ], [ -116.302458, 33.760278999999613 ], [ -116.346823, 33.759961999999618 ], [ -116.344827, 33.782651999999629 ], [ -116.362048, 33.780779999999623 ], [ -116.360555, 33.797796999999612 ], [ -116.401298, 33.800101999999633 ], [ -116.387578, 33.995968999999633 ], [ -116.408001, 33.997118999999628 ], [ -116.405955, 34.032763999999638 ], [ -116.300631, 34.032543999999646 ], [ -116.300598, 34.034400999999626 ], [ -116.227586, 34.034332999999634 ], [ -116.195923, 34.033609999999648 ], [ -116.029763, 34.034386999999626 ], [ -116.034458, 34.004024999999622 ], [ -115.990217, 34.001386999999625 ], [ -115.987147, 34.034414999999626 ], [ -115.9839, 34.034405999999628 ], [ -115.961276, 34.035151999999634 ], [ -115.793038, 34.035314999999606 ], [ -115.806686, 33.916138999999632 ], [ -115.791252, 33.913941999999629 ], [ -115.791439, 33.878816999999614 ], [ -115.692978, 33.873583999999632 ], [ -115.700975, 33.790620999999604 ], [ -115.597435, 33.783307999999614 ], [ -115.605725, 33.698267999999601 ], [ -115.503781, 33.68936599999963 ], [ -115.506203, 33.675459999999624 ], [ -115.470719, 33.673171999999617 ], [ -115.474363, 33.657587999999599 ], [ -115.449495, 33.654219999999597 ], [ -115.45036, 33.634939999999609 ], [ -115.426195, 33.635127999999611 ], [ -115.428977, 33.617729999999625 ], [ -115.388307, 33.615076999999616 ], [ -115.395819, 33.529418999999614 ], [ -115.275953, 33.522394999999626 ], [ -115.279486, 33.428227999999599 ], [ -115.256407, 33.42820699999961 ], [ -115.24134, 33.428555999999631 ], [ -115.223635, 33.428500999999599 ], [ -115.125806, 33.429045999999609 ], [ -115.100075, 33.428265999999603 ], [ -115.063197, 33.428102999999595 ], [ -115.055574, 33.428519999999587 ], [ -115.046583, 33.428467999999611 ], [ -115.000801, 33.429412999999585 ], [ -114.903063, 33.430088999999604 ], [ -114.830833, 33.430093999999606 ], [ -114.830869, 33.433707999999605 ], [ -114.769166, 33.433739999999602 ], [ -114.774252, 33.38652699999961 ], [ -114.761892, 33.38564899999961 ], [ -114.771403, 33.316558999999586 ], [ -114.761485, 33.312365999999585 ], [ -114.76129, 33.294908999999592 ], [ -114.766503, 33.246438999999604 ], [ -114.735845, 33.242506999999613 ], [ -114.723695, 33.239893999999595 ], [ -114.728928, 33.191420999999593 ], [ -114.67519, 33.1881789999996 ], [ -114.67536, 33.185488999999592 ], [ -114.675831, 33.181519999999601 ], [ -114.679034, 33.174737999999607 ], [ -114.680248, 33.169716999999594 ], [ -114.678729, 33.162947999999631 ], [ -114.679359, 33.159518999999577 ], [ -114.682253, 33.15521399999961 ], [ -114.684489, 33.148120999999598 ], [ -114.687074, 33.142195999999601 ], [ -114.689995, 33.137882999999611 ], [ -114.696829, 33.131208999999586 ], [ -114.703682, 33.113768999999593 ], [ -114.706175, 33.105334999999592 ], [ -114.707896, 33.097431999999593 ], [ -114.707819, 33.091101999999623 ], [ -114.706488, 33.088159999999604 ], [ -114.70473, 33.08705099999959 ], [ -114.701165, 33.086367999999595 ], [ -114.694628, 33.086225999999606 ], [ -114.692548, 33.085785999999601 ], [ -114.68902, 33.084035999999578 ], [ -114.688597, 33.08286899999959 ], [ -114.689307, 33.079178999999584 ], [ -114.68912, 33.076121999999607 ], [ -114.686991, 33.0709689999996 ], [ -114.674296, 33.057170999999592 ], [ -114.675104, 33.047531999999585 ], [ -114.673659, 33.041896999999608 ], [ -114.670803, 33.037983999999589 ], [ -114.66506, 33.033907999999577 ], [ -114.662317, 33.032670999999617 ], [ -114.659832, 33.032664999999589 ], [ -114.657827, 33.033824999999595 ], [ -114.655038, 33.037106999999594 ], [ -114.649001, 33.046762999999586 ], [ -114.64598, 33.048902999999569 ], [ -114.641622, 33.046895999999577 ], [ -114.639553, 33.045290999999587 ], [ -114.63419, 33.039024999999583 ], [ -114.628293, 33.031051999999598 ], [ -114.625787, 33.029435999999592 ], [ -114.618788, 33.027201999999598 ], [ -114.601014, 33.025409999999582 ], [ -114.589778, 33.026227999999598 ], [ -114.586982, 33.026944999999586 ], [ -114.584765, 33.028230999999579 ], [ -114.581404, 33.032544999999594 ], [ -114.578287, 33.035374999999604 ], [ -114.575161, 33.036541999999592 ], [ -114.571653, 33.036623999999598 ], [ -114.553189, 33.033973999999603 ], [ -114.538459, 33.03342199999959 ], [ -114.523578, 33.0309609999996 ], [ -114.52013, 33.029983999999573 ], [ -114.5149, 33.026523999999597 ], [ -114.511343, 33.023454999999601 ], [ -114.50613, 33.017009999999587 ], [ -114.502871, 33.011152999999581 ], [ -114.499797, 33.003904999999591 ], [ -114.497315, 32.991473999999577 ], [ -114.495712, 32.980075999999592 ], [ -114.494212, 32.974261999999605 ], [ -114.492938, 32.971780999999595 ], [ -114.490129, 32.969884999999593 ], [ -114.488625, 32.969945999999602 ], [ -114.481315, 32.972063999999605 ], [ -114.478499, 32.97120899999959 ], [ -114.475618, 32.968945999999598 ], [ -114.473355, 32.965859999999594 ], [ -114.472738, 32.964007999999573 ], [ -114.472121, 32.961744999999596 ], [ -114.471709, 32.959481999999589 ], [ -114.471709, 32.949605999999591 ], [ -114.474042, 32.945149999999572 ], [ -114.478456, 32.940554999999563 ], [ -114.48074, 32.937026999999595 ], [ -114.48092, 32.935251999999586 ], [ -114.479005, 32.928290999999575 ], [ -114.47664, 32.923627999999589 ], [ -114.473713, 32.920593999999596 ], [ -114.464448, 32.913128999999586 ], [ -114.46365, 32.911681999999566 ], [ -114.462929, 32.907943999999588 ], [ -114.463127, 32.90188399999959 ], [ -114.465715, 32.879419999999591 ], [ -114.465546, 32.874808999999594 ], [ -114.468971, 32.845154999999593 ], [ -114.475892, 32.838693999999592 ], [ -114.494116, 32.823287999999586 ], [ -114.496284, 32.82232599999957 ], [ -114.496827, 32.822118999999581 ], [ -114.510217, 32.816416999999568 ], [ -114.515389, 32.811438999999581 ], [ -114.519758, 32.8056759999996 ], [ -114.520385, 32.803576999999585 ], [ -114.522031, 32.801674999999577 ], [ -114.528849, 32.796306999999572 ], [ -114.530755, 32.793484999999571 ], [ -114.531669, 32.791184999999594 ], [ -114.531746, 32.782502999999579 ], [ -114.532432, 32.776922999999577 ], [ -114.531831, 32.774263999999583 ], [ -114.528443, 32.767275999999583 ], [ -114.526856, 32.757093999999597 ], [ -114.539093, 32.756948999999587 ], [ -114.539224, 32.749811999999572 ], [ -114.564447, 32.749553999999591 ], [ -114.564508, 32.742297999999579 ], [ -114.581736, 32.742320999999592 ], [ -114.581784, 32.734945999999574 ], [ -114.612697, 32.734515999999566 ], [ -114.614772, 32.734088999999592 ], [ -114.615733, 32.729426999999589 ], [ -114.615585, 32.728445999999586 ], [ -114.618373, 32.728244999999589 ], [ -114.632686, 32.730845999999595 ], [ -114.65826, 32.733798999999586 ], [ -114.667493, 32.734225999999587 ], [ -114.677091, 32.736217999999582 ], [ -114.678632, 32.736613999999584 ], [ -114.684278, 32.737536999999598 ], [ -114.688779, 32.737674999999584 ], [ -114.69879, 32.744845999999583 ], [ -114.700743, 32.745616999999598 ], [ -114.701918, 32.745547999999594 ], [ -114.705717, 32.741580999999584 ], [ -114.714522, 32.730389999999581 ], [ -114.715788, 32.727757999999582 ], [ -114.717665, 32.721653999999582 ], [ -114.719633, 32.718762999999569 ], [ -115.000802, 32.69967599999957 ], [ -115.335551, 32.676192999999564 ], [ -115.465164, 32.667099999999579 ], [ -115.474101, 32.666427999999584 ], [ -115.479267, 32.666038999999572 ], [ -115.490386, 32.665201999999567 ], [ -115.496575, 32.664736999999576 ], [ -115.499307, 32.66453099999957 ], [ -115.533481, 32.661959999999546 ], [ -115.662222, 32.652273999999579 ], [ -115.977773, 32.628532999999585 ], [ -116.04662, 32.623352999999561 ], [ -116.106179, 32.61864099999957 ], [ -116.105942, 32.644213999999593 ], [ -116.105647, 32.726494999999574 ], [ -116.103147, 32.726500999999573 ], [ -116.103694, 32.78978899999958 ], [ -116.103711, 32.815947999999594 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_LADWP", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.07, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 44357.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.238748, 34.267153999999643 ], [ -118.256925, 34.26712199999961 ], [ -118.256909, 34.252401999999634 ], [ -118.265309, 34.252601999999634 ], [ -118.265398197473615, 34.250550458106844 ], [ -118.266938071077078, 34.25058067297126 ], [ -118.266864, 34.24771499999963 ], [ -118.265909, 34.247702999999639 ], [ -118.266009, 34.246702999999648 ], [ -118.266009, 34.243002999999639 ], [ -118.266109, 34.24280299999964 ], [ -118.266009, 34.241602999999643 ], [ -118.266109, 34.241102999999654 ], [ -118.266009, 34.240302999999649 ], [ -118.266809, 34.240802999999644 ], [ -118.266709, 34.236102999999638 ], [ -118.266909, 34.235202999999636 ], [ -118.266909, 34.230702999999629 ], [ -118.266709, 34.227302999999637 ], [ -118.266809, 34.221903999999633 ], [ -118.29281, 34.221703999999626 ], [ -118.336412, 34.221203999999631 ], [ -118.335036, 34.216746999999636 ], [ -118.336711, 34.215903999999639 ], [ -118.336111, 34.21540399999963 ], [ -118.338111, 34.213503999999638 ], [ -118.338095, 34.212275999999648 ], [ -118.337887, 34.210851999999605 ], [ -118.339967, 34.21064399999964 ], [ -118.340011, 34.209903999999639 ], [ -118.340011, 34.20640399999963 ], [ -118.341111, 34.20640399999963 ], [ -118.342912, 34.206503999999633 ], [ -118.345512, 34.206503999999661 ], [ -118.346612, 34.206603999999629 ], [ -118.347812, 34.206503999999647 ], [ -118.349912, 34.206503999999633 ], [ -118.350412, 34.206603999999629 ], [ -118.352012, 34.206603999999629 ], [ -118.353612, 34.20670399999964 ], [ -118.360812, 34.206803999999629 ], [ -118.361812, 34.206903999999639 ], [ -118.362912, 34.206903999999639 ], [ -118.362912, 34.206603999999629 ], [ -118.362612, 34.204703999999651 ], [ -118.362312, 34.203003999999602 ], [ -118.362012, 34.200903999999625 ], [ -118.363112, 34.201003999999642 ], [ -118.36552, 34.201059999999629 ], [ -118.370312, 34.201103999999617 ], [ -118.370212, 34.200703999999639 ], [ -118.370212, 34.19640499999965 ], [ -118.361012, 34.194504999999616 ], [ -118.361212, 34.194304999999645 ], [ -118.361212, 34.19390499999961 ], [ -118.360212, 34.188304999999652 ], [ -118.360112, 34.186604999999645 ], [ -118.359712, 34.184804999999621 ], [ -118.359412, 34.182904999999636 ], [ -118.359212, 34.181204999999629 ], [ -118.359112, 34.179904999999629 ], [ -118.359012, 34.17940499999964 ], [ -118.358812, 34.178604999999628 ], [ -118.358712, 34.17780499999963 ], [ -118.358712, 34.177504999999634 ], [ -118.358412, 34.175604999999635 ], [ -118.358012, 34.173404999999647 ], [ -118.357912, 34.172604999999635 ], [ -118.357912, 34.172104999999647 ], [ -118.357112, 34.17040599999963 ], [ -118.356812, 34.169605999999646 ], [ -118.356311, 34.168605999999642 ], [ -118.356111, 34.168405999999635 ], [ -118.356111, 34.168005999999629 ], [ -118.356011, 34.167505999999655 ], [ -118.355611, 34.166805999999625 ], [ -118.355111, 34.166005999999634 ], [ -118.354761, 34.164955999999634 ], [ -118.356011, 34.164805999999651 ], [ -118.357211, 34.164805999999615 ], [ -118.357111, 34.163105999999637 ], [ -118.357211, 34.161205999999616 ], [ -118.356111, 34.161305999999655 ], [ -118.355011, 34.161205999999645 ], [ -118.354011, 34.16120599999963 ], [ -118.353161, 34.161254999999635 ], [ -118.353111, 34.161105999999627 ], [ -118.352811, 34.160605999999632 ], [ -118.352211, 34.159105999999667 ], [ -118.351811, 34.158205999999623 ], [ -118.351611, 34.157605999999639 ], [ -118.351311, 34.157005999999647 ], [ -118.350811, 34.155705999999633 ], [ -118.350211, 34.154505999999635 ], [ -118.350011, 34.153905999999644 ], [ -118.349911, 34.153505999999624 ], [ -118.349611, 34.153105999999646 ], [ -118.349511, 34.152805999999643 ], [ -118.349411, 34.152205999999659 ], [ -118.348511, 34.150505999999645 ], [ -118.348211, 34.149605999999622 ], [ -118.347811, 34.148705999999642 ], [ -118.347311, 34.14770699999962 ], [ -118.346911, 34.146606999999634 ], [ -118.346511, 34.145606999999629 ], [ -118.345111, 34.142406999999622 ], [ -118.341111, 34.145106999999634 ], [ -118.340945, 34.145270999999632 ], [ -118.340587, 34.145440999999636 ], [ -118.340461, 34.145492999999639 ], [ -118.340056, 34.145573999999648 ], [ -118.339872, 34.145586999999622 ], [ -118.339689, 34.145565999999633 ], [ -118.339634, 34.145583999999637 ], [ -118.339557, 34.14554499999965 ], [ -118.340367, 34.145334999999633 ], [ -118.33936, 34.14481299999963 ], [ -118.338026, 34.14591199999964 ], [ -118.337784, 34.146180999999643 ], [ -118.332176, 34.147988999999626 ], [ -118.331958, 34.147908999999629 ], [ -118.33131, 34.148106999999641 ], [ -118.331167, 34.148237999999644 ], [ -118.33051, 34.149506999999659 ], [ -118.329737, 34.149547999999648 ], [ -118.32891, 34.15030699999965 ], [ -118.32681, 34.152305999999626 ], [ -118.32611, 34.152905999999639 ], [ -118.32561, 34.153405999999642 ], [ -118.321541, 34.155705999999633 ], [ -118.31771, 34.156105999999639 ], [ -118.31641, 34.155105999999634 ], [ -118.31621, 34.154805999999624 ], [ -118.31601, 34.154605999999653 ], [ -118.31301, 34.153805999999634 ], [ -118.31281, 34.154605999999625 ], [ -118.31251, 34.155305999999634 ], [ -118.31231, 34.155505999999654 ], [ -118.31041, 34.160505999999643 ], [ -118.30951, 34.16120599999963 ], [ -118.30801, 34.161005999999631 ], [ -118.30731, 34.160805999999646 ], [ -118.30491, 34.159105999999646 ], [ -118.30411, 34.15870599999964 ], [ -118.30281, 34.158405999999644 ], [ -118.299209, 34.157505999999643 ], [ -118.298209, 34.158205999999637 ], [ -118.297744, 34.158651999999627 ], [ -118.296703, 34.158833999999629 ], [ -118.296209, 34.158846999999632 ], [ -118.295809, 34.158505999999633 ], [ -118.292409, 34.156205999999628 ], [ -118.291909, 34.155806999999655 ], [ -118.291609, 34.155606999999627 ], [ -118.289009, 34.155506999999631 ], [ -118.285709, 34.155806999999641 ], [ -118.282209, 34.15650699999965 ], [ -118.280109, 34.15610699999965 ], [ -118.278809, 34.154106999999634 ], [ -118.2787, 34.152941999999641 ], [ -118.278147, 34.153037999999647 ], [ -118.275661, 34.15290699999963 ], [ -118.268241, 34.138636999999633 ], [ -118.265579, 34.133356999999627 ], [ -118.262131, 34.126845999999631 ], [ -118.260285, 34.124753999999655 ], [ -118.259208, 34.123407999999642 ], [ -118.258523, 34.122756999999638 ], [ -118.257327, 34.121401999999627 ], [ -118.25424, 34.118728999999611 ], [ -118.254108, 34.118807999999632 ], [ -118.253608, 34.119307999999641 ], [ -118.252607, 34.120007999999629 ], [ -118.251707, 34.120507999999631 ], [ -118.251107, 34.121007999999634 ], [ -118.252107, 34.12200799999966 ], [ -118.253008, 34.122807999999644 ], [ -118.253608, 34.123507999999646 ], [ -118.253508, 34.124107999999644 ], [ -118.253208, 34.124507999999643 ], [ -118.252308, 34.12430799999963 ], [ -118.241172, 34.125960999999627 ], [ -118.23882, 34.12612099999965 ], [ -118.237907, 34.126207999999636 ], [ -118.237407, 34.126207999999629 ], [ -118.235385, 34.12638299999962 ], [ -118.235407, 34.12670799999966 ], [ -118.236607, 34.131507999999613 ], [ -118.236707, 34.133407999999633 ], [ -118.236607, 34.133907999999629 ], [ -118.236607, 34.134507999999634 ], [ -118.235907, 34.134507999999634 ], [ -118.233807, 34.134407999999645 ], [ -118.233807, 34.13560799999965 ], [ -118.232007, 34.13560799999965 ], [ -118.231307, 34.135707999999646 ], [ -118.229607, 34.135707999999646 ], [ -118.228107, 34.13560799999965 ], [ -118.228107, 34.138006999999639 ], [ -118.228907, 34.138006999999639 ], [ -118.229706, 34.138045999999648 ], [ -118.229707, 34.13910699999964 ], [ -118.229127, 34.139090999999652 ], [ -118.229163, 34.139622999999631 ], [ -118.229007, 34.140206999999627 ], [ -118.229007, 34.142706999999646 ], [ -118.229107, 34.143606999999641 ], [ -118.229107, 34.145729999999617 ], [ -118.228707, 34.146306999999631 ], [ -118.229007, 34.146506999999637 ], [ -118.228811, 34.14685499999964 ], [ -118.228491, 34.146758999999641 ], [ -118.228407, 34.146906999999636 ], [ -118.228207, 34.147106999999643 ], [ -118.228011, 34.147558999999632 ], [ -118.227542, 34.147317999999636 ], [ -118.226862, 34.147660999999637 ], [ -118.226875, 34.14775099999963 ], [ -118.227202, 34.148683999999641 ], [ -118.226407, 34.149706999999637 ], [ -118.226107, 34.149706999999637 ], [ -118.225607, 34.149606999999648 ], [ -118.225407, 34.149506999999652 ], [ -118.224907, 34.149506999999659 ], [ -118.224407, 34.14940699999962 ], [ -118.222607, 34.149306999999638 ], [ -118.220107, 34.148406999999629 ], [ -118.219007, 34.147606999999631 ], [ -118.212006, 34.147206999999632 ], [ -118.210906, 34.146406999999648 ], [ -118.210206, 34.146406999999648 ], [ -118.207806, 34.147206999999632 ], [ -118.205506, 34.147606999999645 ], [ -118.202506, 34.150806999999638 ], [ -118.198906, 34.151306999999612 ], [ -118.198406, 34.151506999999626 ], [ -118.198306, 34.149206999999627 ], [ -118.196247, 34.14918299999961 ], [ -118.183977, 34.149202999999638 ], [ -118.18394, 34.148776999999626 ], [ -118.184055, 34.148597999999637 ], [ -118.184267, 34.148366999999645 ], [ -118.184316, 34.148211999999617 ], [ -118.184267, 34.148069999999642 ], [ -118.184335, 34.14750499999964 ], [ -118.184422, 34.147333999999638 ], [ -118.184654, 34.145990999999633 ], [ -118.184577, 34.145785999999632 ], [ -118.184005, 34.145106999999612 ], [ -118.182005, 34.143506999999637 ], [ -118.182092, 34.143330999999634 ], [ -118.182073, 34.143169999999635 ], [ -118.181032, 34.142242999999631 ], [ -118.180605, 34.141606999999638 ], [ -118.181005, 34.141306999999614 ], [ -118.182705, 34.140306999999638 ], [ -118.183405, 34.139406999999643 ], [ -118.184728, 34.139226999999636 ], [ -118.18554, 34.138720999999627 ], [ -118.185752, 34.137106999999631 ], [ -118.185905, 34.137106999999617 ], [ -118.185805, 34.136706999999646 ], [ -118.186189, 34.136001999999635 ], [ -118.185605, 34.13600699999963 ], [ -118.186005, 34.133806999999642 ], [ -118.185905, 34.133506999999639 ], [ -118.185705, 34.133206999999615 ], [ -118.184405, 34.132207999999643 ], [ -118.183005, 34.13120799999966 ], [ -118.183205, 34.129607999999621 ], [ -118.183105, 34.128907999999633 ], [ -118.182383, 34.129119999999652 ], [ -118.181594, 34.128652999999609 ], [ -118.181723, 34.128127999999634 ], [ -118.181334, 34.128230999999623 ], [ -118.180849, 34.127976999999646 ], [ -118.180205, 34.126607999999614 ], [ -118.178705, 34.126607999999635 ], [ -118.177805, 34.126407999999635 ], [ -118.177722, 34.126739999999629 ], [ -118.176605, 34.126407999999643 ], [ -118.176705, 34.125607999999644 ], [ -118.176805, 34.125307999999627 ], [ -118.176756, 34.125160999999643 ], [ -118.177005, 34.123107999999633 ], [ -118.176005, 34.123407999999642 ], [ -118.175205, 34.123807999999627 ], [ -118.173905, 34.12430799999963 ], [ -118.172892, 34.124630999999646 ], [ -118.172204, 34.125879999999633 ], [ -118.170505, 34.126607999999635 ], [ -118.167721, 34.12621599999963 ], [ -118.166105, 34.125407999999645 ], [ -118.166761, 34.125159999999639 ], [ -118.167449, 34.124967999999669 ], [ -118.168009, 34.124711999999626 ], [ -118.168329, 34.124359999999633 ], [ -118.168489, 34.124103999999626 ], [ -118.168105, 34.123907999999631 ], [ -118.167805, 34.121807999999639 ], [ -118.167305, 34.120507999999631 ], [ -118.168405, 34.120507999999631 ], [ -118.168505, 34.118607999999654 ], [ -118.168605, 34.117907999999645 ], [ -118.168905, 34.117307999999639 ], [ -118.169105, 34.116807999999629 ], [ -118.171105, 34.115607999999661 ], [ -118.173005, 34.113507999999634 ], [ -118.175405, 34.113107999999635 ], [ -118.175705, 34.112807999999646 ], [ -118.175705, 34.112507999999629 ], [ -118.176005, 34.112307999999622 ], [ -118.176905, 34.112307999999622 ], [ -118.176905, 34.111807999999641 ], [ -118.177505, 34.110907999999633 ], [ -118.177405, 34.110407999999644 ], [ -118.178205, 34.110307999999641 ], [ -118.178105, 34.109407999999632 ], [ -118.178105, 34.108807999999641 ], [ -118.178205, 34.107608999999634 ], [ -118.178105, 34.10520899999964 ], [ -118.178205, 34.103908999999618 ], [ -118.178205, 34.098608999999669 ], [ -118.173905, 34.098608999999669 ], [ -118.172405, 34.098508999999645 ], [ -118.166504, 34.098508999999645 ], [ -118.162304, 34.098408999999627 ], [ -118.161604, 34.098508999999623 ], [ -118.158004, 34.098508999999645 ], [ -118.156704, 34.098408999999627 ], [ -118.155504, 34.098508999999645 ], [ -118.155604, 34.097408999999622 ], [ -118.156404, 34.096308999999621 ], [ -118.158004, 34.095108999999624 ], [ -118.158404, 34.094908999999632 ], [ -118.159604, 34.094108999999648 ], [ -118.160004, 34.093808999999631 ], [ -118.160804, 34.093308999999621 ], [ -118.160904, 34.09190899999961 ], [ -118.160904, 34.088808999999607 ], [ -118.161004, 34.086408999999627 ], [ -118.160904, 34.083608999999633 ], [ -118.161004, 34.081109999999626 ], [ -118.160904, 34.080809999999602 ], [ -118.160804, 34.080309999999628 ], [ -118.160804, 34.075509999999639 ], [ -118.162216, 34.074521999999632 ], [ -118.162042, 34.074006999999632 ], [ -118.162073, 34.073890999999641 ], [ -118.162064, 34.073125999999633 ], [ -118.162151, 34.072271999999622 ], [ -118.162334, 34.071716999999623 ], [ -118.162923, 34.070634999999669 ], [ -118.163493, 34.069500999999633 ], [ -118.162906, 34.069471999999628 ], [ -118.164904, 34.064809999999639 ], [ -118.165304, 34.062509999999648 ], [ -118.165401, 34.062266999999629 ], [ -118.170853, 34.06230899999963 ], [ -118.171331, 34.062282999999617 ], [ -118.172266, 34.062278999999634 ], [ -118.173304, 34.061709999999628 ], [ -118.173304, 34.061782999999629 ], [ -118.173735, 34.06148999999963 ], [ -118.173876, 34.06165299999963 ], [ -118.174104, 34.061510999999641 ], [ -118.174404, 34.06171099999964 ], [ -118.173891, 34.062081999999613 ], [ -118.173735, 34.062219999999648 ], [ -118.177004, 34.062210999999607 ], [ -118.177809, 34.062143999999634 ], [ -118.178505, 34.062126999999634 ], [ -118.181227, 34.062110999999632 ], [ -118.181198, 34.061805999999628 ], [ -118.181505, 34.061810999999615 ], [ -118.181605, 34.062110999999632 ], [ -118.182086, 34.062072999999636 ], [ -118.182579, 34.062080999999637 ], [ -118.184548, 34.062038999999629 ], [ -118.18508, 34.061989999999639 ], [ -118.185409, 34.062028999999647 ], [ -118.186894, 34.061977999999627 ], [ -118.187261, 34.062001999999652 ], [ -118.18831, 34.061903999999622 ], [ -118.1884, 34.061946999999641 ], [ -118.188729, 34.06193999999963 ], [ -118.189153, 34.061970999999623 ], [ -118.192705, 34.061810999999615 ], [ -118.192805, 34.06021099999964 ], [ -118.192805, 34.059310999999632 ], [ -118.192705, 34.057910999999635 ], [ -118.192505, 34.056510999999638 ], [ -118.192505, 34.050710999999652 ], [ -118.192605, 34.049110999999648 ], [ -118.192405, 34.047210999999635 ], [ -118.192405, 34.04621099999963 ], [ -118.192505, 34.045110999999629 ], [ -118.192521, 34.043510999999633 ], [ -118.192504, 34.042480999999626 ], [ -118.192505, 34.036011999999637 ], [ -118.192449, 34.033866999999624 ], [ -118.191924, 34.033862999999627 ], [ -118.191849, 34.035499999999637 ], [ -118.191385, 34.035499999999637 ], [ -118.191305, 34.033211999999629 ], [ -118.192413, 34.033239999999637 ], [ -118.192405, 34.029911999999648 ], [ -118.192305, 34.028211999999641 ], [ -118.192287, 34.025305999999659 ], [ -118.192305, 34.024011999999644 ], [ -118.192287, 34.022513999999646 ], [ -118.192305, 34.021911999999617 ], [ -118.192305, 34.01551699999964 ], [ -118.191225, 34.015427999999631 ], [ -118.191195, 34.012688999999632 ], [ -118.191605, 34.012712999999628 ], [ -118.192305, 34.012812999999646 ], [ -118.202805, 34.014012999999622 ], [ -118.205005, 34.014412999999621 ], [ -118.205133, 34.014453999999631 ], [ -118.205374, 34.012812999999618 ], [ -118.207005, 34.01281299999961 ], [ -118.208099, 34.014954999999638 ], [ -118.208104, 34.015009999999634 ], [ -118.212644, 34.01518999999962 ], [ -118.215041, 34.014927999999635 ], [ -118.217505, 34.015712999999622 ], [ -118.21806, 34.015837999999619 ], [ -118.218065, 34.014981999999627 ], [ -118.220006, 34.014912999999638 ], [ -118.222906, 34.014912999999638 ], [ -118.223065, 34.015601999999625 ], [ -118.224078, 34.015652999999638 ], [ -118.224075, 34.014913999999649 ], [ -118.225606, 34.014912999999638 ], [ -118.225606, 34.015312999999644 ], [ -118.227406, 34.015312999999615 ], [ -118.227706, 34.014912999999638 ], [ -118.230406, 34.014912999999638 ], [ -118.239706, 34.014812999999627 ], [ -118.239806, 34.009912999999621 ], [ -118.239806, 34.008012999999629 ], [ -118.239706, 34.007113999999639 ], [ -118.239706, 34.006013999999624 ], [ -118.239506, 34.005013999999626 ], [ -118.239206, 34.00161399999962 ], [ -118.238995, 33.999671999999627 ], [ -118.238691, 33.996521999999622 ], [ -118.238706, 33.996413999999646 ], [ -118.23866, 33.99620799999964 ], [ -118.238506, 33.994613999999629 ], [ -118.238406, 33.99301399999964 ], [ -118.238506, 33.991413999999629 ], [ -118.238006, 33.989413999999627 ], [ -118.237906, 33.989113999999631 ], [ -118.241106, 33.989113999999631 ], [ -118.243106, 33.989213999999656 ], [ -118.245606, 33.989213999999656 ], [ -118.246606, 33.989313999999652 ], [ -118.247806, 33.989313999999652 ], [ -118.252106, 33.989213999999656 ], [ -118.256506, 33.989213999999656 ], [ -118.256506, 33.988613999999622 ], [ -118.256406, 33.987813999999616 ], [ -118.256506, 33.987213999999639 ], [ -118.256406, 33.987013999999633 ], [ -118.256406, 33.983313999999638 ], [ -118.256306, 33.982513999999625 ], [ -118.256406, 33.98221399999963 ], [ -118.256406, 33.974713999999629 ], [ -118.256506, 33.973813999999606 ], [ -118.256406, 33.973113999999661 ], [ -118.256406, 33.972013999999646 ], [ -118.256506, 33.971513999999623 ], [ -118.256506, 33.971113999999638 ], [ -118.256406, 33.970713999999631 ], [ -118.256406, 33.96841399999964 ], [ -118.256506, 33.968013999999634 ], [ -118.256606, 33.967413999999643 ], [ -118.256406, 33.966413999999624 ], [ -118.256406, 33.964613999999642 ], [ -118.256506, 33.963813999999637 ], [ -118.256506, 33.962813999999632 ], [ -118.256406, 33.961914999999635 ], [ -118.256406, 33.960014999999636 ], [ -118.256006, 33.960114999999618 ], [ -118.256006, 33.959214999999652 ], [ -118.255906, 33.958314999999644 ], [ -118.256106, 33.957414999999628 ], [ -118.255906, 33.955614999999632 ], [ -118.255906, 33.954614999999599 ], [ -118.256006, 33.953814999999629 ], [ -118.255906, 33.953214999999645 ], [ -118.254906, 33.952114999999623 ], [ -118.254006, 33.951214999999621 ], [ -118.253506, 33.951214999999635 ], [ -118.253606, 33.949214999999654 ], [ -118.253506, 33.946914999999635 ], [ -118.253506, 33.94561499999962 ], [ -118.253606, 33.944914999999654 ], [ -118.253606, 33.944114999999634 ], [ -118.253506, 33.943414999999625 ], [ -118.250006, 33.943314999999636 ], [ -118.249106, 33.943314999999636 ], [ -118.249006, 33.944314999999648 ], [ -118.249006, 33.946114999999629 ], [ -118.248906, 33.947014999999631 ], [ -118.248906, 33.947514999999626 ], [ -118.248806, 33.949114999999644 ], [ -118.248706, 33.953314999999634 ], [ -118.247406, 33.953314999999634 ], [ -118.247406, 33.954314999999617 ], [ -118.244106, 33.954314999999639 ], [ -118.244106, 33.953214999999645 ], [ -118.241905, 33.953214999999645 ], [ -118.240705, 33.953314999999634 ], [ -118.239605, 33.953214999999645 ], [ -118.236105, 33.953214999999645 ], [ -118.235005, 33.953314999999634 ], [ -118.233805, 33.953314999999634 ], [ -118.233905, 33.950714999999633 ], [ -118.233905, 33.9482149999996 ], [ -118.232805, 33.948314999999631 ], [ -118.231605, 33.948314999999631 ], [ -118.230805, 33.948414999999635 ], [ -118.230565, 33.948334999999624 ], [ -118.23057, 33.947342999999627 ], [ -118.230805, 33.947314999999634 ], [ -118.234905, 33.947214999999609 ], [ -118.234605, 33.946114999999615 ], [ -118.234805, 33.94571499999963 ], [ -118.229805, 33.94571499999963 ], [ -118.229505, 33.943214999999633 ], [ -118.228905, 33.941114999999648 ], [ -118.228505, 33.938914999999639 ], [ -118.228905, 33.937914999999627 ], [ -118.229205, 33.936914999999637 ], [ -118.229505, 33.936014999999621 ], [ -118.229705, 33.935114999999634 ], [ -118.229905, 33.934414999999632 ], [ -118.230005, 33.934214999999604 ], [ -118.230205, 33.93401499999964 ], [ -118.230281, 33.933342999999617 ], [ -118.230457, 33.932942999999625 ], [ -118.230569, 33.932430999999625 ], [ -118.230633, 33.93203099999964 ], [ -118.230649, 33.931246999999637 ], [ -118.230569, 33.930414999999613 ], [ -118.230441, 33.929646999999633 ], [ -118.230121, 33.929038999999634 ], [ -118.230405, 33.929114999999641 ], [ -118.231205, 33.92921499999963 ], [ -118.232705, 33.92921499999963 ], [ -118.234405, 33.92931499999964 ], [ -118.235405, 33.92931499999964 ], [ -118.236305, 33.929414999999643 ], [ -118.238005, 33.92951499999964 ], [ -118.238205, 33.929414999999636 ], [ -118.238705, 33.92951499999964 ], [ -118.243405, 33.92951499999964 ], [ -118.246205, 33.929614999999608 ], [ -118.248205, 33.929414999999629 ], [ -118.249205, 33.92951499999964 ], [ -118.250305, 33.929414999999636 ], [ -118.254206, 33.929414999999636 ], [ -118.253658, 33.928814999999624 ], [ -118.254036, 33.928442999999632 ], [ -118.253988, 33.926901999999622 ], [ -118.253497, 33.926925999999625 ], [ -118.253553, 33.923114999999648 ], [ -118.254306, 33.923114999999655 ], [ -118.255498, 33.923022999999624 ], [ -118.271561, 33.922767999999643 ], [ -118.272922, 33.922798999999628 ], [ -118.272906, 33.923022999999624 ], [ -118.273706, 33.923114999999648 ], [ -118.278106, 33.923114999999648 ], [ -118.279844, 33.922948999999626 ], [ -118.279847, 33.923178999999642 ], [ -118.281268, 33.923179999999611 ], [ -118.281285, 33.923062999999622 ], [ -118.281833, 33.923006999999615 ], [ -118.281833, 33.923127999999629 ], [ -118.281996, 33.923128999999619 ], [ -118.282006, 33.92281499999963 ], [ -118.281906, 33.922414999999624 ], [ -118.282006, 33.92121499999962 ], [ -118.282006, 33.920314999999619 ], [ -118.282206, 33.918714999999629 ], [ -118.282131, 33.918229999999618 ], [ -118.282218, 33.916204999999643 ], [ -118.282191, 33.914905999999618 ], [ -118.282006, 33.914324999999629 ], [ -118.282106, 33.913214999999624 ], [ -118.282106, 33.909014999999634 ], [ -118.282206, 33.901714999999612 ], [ -118.282106, 33.897114999999616 ], [ -118.283106, 33.896814999999627 ], [ -118.282906, 33.894514999999629 ], [ -118.282906, 33.892514999999626 ], [ -118.282706, 33.885314999999615 ], [ -118.282506, 33.88261499999961 ], [ -118.282506, 33.88171499999963 ], [ -118.282406, 33.879215999999623 ], [ -118.282306, 33.878415999999632 ], [ -118.282306, 33.875515999999628 ], [ -118.282183, 33.874661999999638 ], [ -118.282228, 33.874016999999625 ], [ -118.282151, 33.872949999999619 ], [ -118.282205, 33.872515999999607 ], [ -118.281805, 33.872415999999625 ], [ -118.281605, 33.870015999999644 ], [ -118.281605, 33.862615999999633 ], [ -118.283405, 33.861715999999639 ], [ -118.283705, 33.861615999999621 ], [ -118.283905, 33.861515999999618 ], [ -118.285005, 33.860915999999648 ], [ -118.284605, 33.858615999999635 ], [ -118.284605, 33.857215999999617 ], [ -118.284705, 33.856815999999618 ], [ -118.284805, 33.85601599999962 ], [ -118.284805, 33.850115999999616 ], [ -118.285105, 33.846315999999618 ], [ -118.286105, 33.846315999999618 ], [ -118.290505, 33.846215999999615 ], [ -118.291705, 33.846215999999636 ], [ -118.295105, 33.846315999999632 ], [ -118.299205, 33.846215999999636 ], [ -118.299205, 33.84561599999963 ], [ -118.299105, 33.843715999999638 ], [ -118.299105, 33.841915999999621 ], [ -118.299205, 33.837215999999621 ], [ -118.299205, 33.83611599999962 ], [ -118.299105, 33.835615999999618 ], [ -118.299205, 33.835115999999637 ], [ -118.299205, 33.824515999999619 ], [ -118.299105, 33.822215999999628 ], [ -118.299005, 33.821815999999622 ], [ -118.299105, 33.821115999999634 ], [ -118.299205, 33.820015999999612 ], [ -118.299105, 33.819515999999624 ], [ -118.299205, 33.819015999999614 ], [ -118.299205, 33.813415999999613 ], [ -118.298605, 33.813215999999606 ], [ -118.298605, 33.810115999999624 ], [ -118.298805, 33.807016999999625 ], [ -118.298905, 33.806316999999616 ], [ -118.298905, 33.804916999999627 ], [ -118.299005, 33.803616999999619 ], [ -118.299205, 33.803716999999608 ], [ -118.299805, 33.803616999999612 ], [ -118.299805, 33.802916999999631 ], [ -118.299405, 33.802916999999631 ], [ -118.299405, 33.802316999999611 ], [ -118.299905, 33.802316999999618 ], [ -118.299805, 33.800116999999616 ], [ -118.299405, 33.800116999999616 ], [ -118.299305, 33.799316999999625 ], [ -118.299405, 33.797816999999618 ], [ -118.293905, 33.797816999999618 ], [ -118.292905, 33.797716999999622 ], [ -118.286905, 33.797716999999622 ], [ -118.285405, 33.797816999999618 ], [ -118.283104, 33.797716999999622 ], [ -118.283204, 33.798216999999617 ], [ -118.281004, 33.798216999999603 ], [ -118.280004, 33.798316999999606 ], [ -118.277404, 33.798516999999627 ], [ -118.275404, 33.798516999999627 ], [ -118.274504, 33.798616999999588 ], [ -118.271404, 33.798816999999609 ], [ -118.270404, 33.798816999999609 ], [ -118.269404, 33.798916999999626 ], [ -118.268504, 33.798916999999626 ], [ -118.267604, 33.799016999999637 ], [ -118.266304, 33.799016999999608 ], [ -118.265848, 33.798976999999624 ], [ -118.265304, 33.799116999999633 ], [ -118.264504, 33.799116999999633 ], [ -118.264404, 33.801016999999625 ], [ -118.264604, 33.804716999999613 ], [ -118.263904, 33.804616999999624 ], [ -118.261204, 33.804616999999624 ], [ -118.260404, 33.804716999999613 ], [ -118.259604, 33.804716999999613 ], [ -118.258804, 33.804616999999624 ], [ -118.257904, 33.804716999999613 ], [ -118.256504, 33.804716999999599 ], [ -118.257604, 33.802016999999623 ], [ -118.258404, 33.799416999999622 ], [ -118.256804, 33.799516999999625 ], [ -118.254204, 33.799616999999621 ], [ -118.246304, 33.800116999999616 ], [ -118.238203, 33.800516999999623 ], [ -118.237403, 33.800516999999623 ], [ -118.230103, 33.792816999999623 ], [ -118.229503, 33.793616999999635 ], [ -118.229003, 33.79451699999963 ], [ -118.227403, 33.799916999999617 ], [ -118.224103, 33.805216999999615 ], [ -118.224003, 33.807416999999631 ], [ -118.225503, 33.811316999999605 ], [ -118.228403, 33.824316999999624 ], [ -118.228303, 33.825016999999633 ], [ -118.228103, 33.825716999999614 ], [ -118.227003, 33.828016999999626 ], [ -118.227003, 33.828816999999624 ], [ -118.226703, 33.82951699999964 ], [ -118.225103, 33.82581699999961 ], [ -118.224903, 33.825416999999625 ], [ -118.224803, 33.825016999999633 ], [ -118.224603, 33.82441699999962 ], [ -118.224503, 33.823616999999629 ], [ -118.224503, 33.822816999999624 ], [ -118.224403, 33.822016999999619 ], [ -118.224503, 33.82161699999962 ], [ -118.223403, 33.815716999999623 ], [ -118.222759, 33.812784999999622 ], [ -118.221735, 33.811728999999637 ], [ -118.221903, 33.804616999999624 ], [ -118.226903, 33.79101699999962 ], [ -118.227103, 33.790316999999639 ], [ -118.227403, 33.789716999999641 ], [ -118.226303, 33.788616999999618 ], [ -118.225903, 33.78831699999963 ], [ -118.223903, 33.786016999999617 ], [ -118.223603, 33.785616999999604 ], [ -118.222703, 33.78481699999962 ], [ -118.221803, 33.783716999999641 ], [ -118.221603, 33.783416999999623 ], [ -118.220802, 33.782716999999643 ], [ -118.221202, 33.782416999999619 ], [ -118.221903, 33.781816999999627 ], [ -118.238503, 33.769117999999622 ], [ -118.239103, 33.768731999999616 ], [ -118.242027, 33.76805899999961 ], [ -118.248703, 33.764945999999625 ], [ -118.250313, 33.76814699999963 ], [ -118.249184, 33.769500999999622 ], [ -118.248047, 33.771304999999614 ], [ -118.246376, 33.77265199999961 ], [ -118.24469, 33.774451999999592 ], [ -118.243553, 33.776259999999617 ], [ -118.244095, 33.777175999999592 ], [ -118.245758, 33.776736999999613 ], [ -118.246872, 33.775840999999623 ], [ -118.251373, 33.770884999999645 ], [ -118.258141, 33.762320999999631 ], [ -118.259186, 33.766425999999633 ], [ -118.263611, 33.766017999999619 ], [ -118.261444, 33.76326399999963 ], [ -118.260948, 33.759620999999605 ], [ -118.266579, 33.753314999999624 ], [ -118.267075, 33.756503999999595 ], [ -118.267029, 33.759685999999633 ], [ -118.266441, 33.761497999999612 ], [ -118.265877, 33.762401999999625 ], [ -118.266983, 33.76287099999962 ], [ -118.268089, 33.762427999999638 ], [ -118.269798, 33.758807999999625 ], [ -118.269272, 33.757434999999639 ], [ -118.269844, 33.756080999999639 ], [ -118.270958, 33.755637999999635 ], [ -118.273148, 33.756568999999622 ], [ -118.273682, 33.757937999999633 ], [ -118.273087, 33.76066199999962 ], [ -118.270767, 33.767913999999642 ], [ -118.275749, 33.767055999999627 ], [ -118.27626, 33.769790999999614 ], [ -118.277901, 33.770717999999611 ], [ -118.277977, 33.765716999999647 ], [ -118.277458, 33.763888999999622 ], [ -118.276955, 33.760699999999616 ], [ -118.27697, 33.759337999999623 ], [ -118.278656, 33.757537999999627 ], [ -118.279228, 33.756633999999622 ], [ -118.280892, 33.756194999999607 ], [ -118.281982, 33.75666399999961 ], [ -118.283089, 33.756675999999615 ], [ -118.284752, 33.756236999999615 ], [ -118.285858, 33.75624799999963 ], [ -118.287529, 33.755355999999615 ], [ -118.287552, 33.753993999999615 ], [ -118.285889, 33.754428999999632 ], [ -118.283676, 33.754405999999641 ], [ -118.282577, 33.753940999999628 ], [ -118.279823, 33.753909999999621 ], [ -118.27871, 33.754352999999632 ], [ -118.275948, 33.754325999999629 ], [ -118.2743, 33.753852999999623 ], [ -118.274315, 33.752940999999623 ], [ -118.273781, 33.751574999999647 ], [ -118.275459, 33.750224999999617 ], [ -118.276596, 33.748420999999624 ], [ -118.276611, 33.747054999999627 ], [ -118.276077, 33.746139999999635 ], [ -118.277214, 33.74387699999965 ], [ -118.278374, 33.740706999999624 ], [ -118.278404, 33.738433999999621 ], [ -118.277893, 33.73615599999961 ], [ -118.27684, 33.732505999999631 ], [ -118.275246, 33.728396999999617 ], [ -118.273087, 33.725188999999624 ], [ -118.271477, 33.722442999999622 ], [ -118.271515, 33.720168999999629 ], [ -118.273704, 33.721103999999599 ], [ -118.274231, 33.722926999999608 ], [ -118.274765, 33.724296999999616 ], [ -118.276398, 33.725680999999618 ], [ -118.277504, 33.725234999999607 ], [ -118.276985, 33.723411999999612 ], [ -118.274818, 33.720660999999616 ], [ -118.274292, 33.718837999999643 ], [ -118.274315, 33.717471999999617 ], [ -118.273788, 33.716102999999627 ], [ -118.27491, 33.714747999999602 ], [ -118.276001, 33.715671999999628 ], [ -118.277046, 33.71931799999961 ], [ -118.277016, 33.721137999999627 ], [ -118.278107, 33.722060999999613 ], [ -118.278091, 33.722968999999637 ], [ -118.27974, 33.723895999999613 ], [ -118.280838, 33.72390699999962 ], [ -118.281967, 33.722556999999625 ], [ -118.280907, 33.719813999999616 ], [ -118.28093, 33.717998999999594 ], [ -118.282051, 33.717097999999623 ], [ -118.283722, 33.716205999999637 ], [ -118.284836, 33.715308999999614 ], [ -118.284859, 33.713946999999614 ], [ -118.283264, 33.710288999999612 ], [ -118.283829, 33.709384999999614 ], [ -118.285, 33.707954999999636 ], [ -118.285204, 33.707818999999603 ], [ -118.285333, 33.707592999999605 ], [ -118.297104, 33.708318999999626 ], [ -118.317205, 33.712817999999636 ], [ -118.33356, 33.721321999999603 ], [ -118.330766, 33.725052999999605 ], [ -118.330005, 33.726217999999619 ], [ -118.329705, 33.727017999999624 ], [ -118.328405, 33.728917999999631 ], [ -118.327705, 33.72901799999962 ], [ -118.321105, 33.728917999999631 ], [ -118.321005, 33.730517999999606 ], [ -118.320005, 33.730717999999612 ], [ -118.319805, 33.731617999999614 ], [ -118.318705, 33.731617999999614 ], [ -118.318504, 33.733617999999616 ], [ -118.318504, 33.734317999999611 ], [ -118.320005, 33.734817999999628 ], [ -118.320005, 33.735460999999624 ], [ -118.319744, 33.735773999999623 ], [ -118.318905, 33.735952999999633 ], [ -118.318606, 33.735699999999618 ], [ -118.318604, 33.736017999999618 ], [ -118.318704, 33.737817999999606 ], [ -118.318804, 33.738817999999625 ], [ -118.319104, 33.740217999999622 ], [ -118.319804, 33.741516999999639 ], [ -118.319404, 33.742116999999638 ], [ -118.318404, 33.742516999999594 ], [ -118.318404, 33.74551699999963 ], [ -118.318604, 33.746516999999628 ], [ -118.318008, 33.746416999999624 ], [ -118.313457, 33.746407999999597 ], [ -118.312104, 33.746516999999628 ], [ -118.312104, 33.746916999999613 ], [ -118.310904, 33.747016999999609 ], [ -118.310804, 33.74661699999961 ], [ -118.309604, 33.74661699999961 ], [ -118.309604, 33.746916999999613 ], [ -118.309204, 33.749516999999621 ], [ -118.309204, 33.749816999999616 ], [ -118.308904, 33.751916999999636 ], [ -118.309004, 33.753216999999623 ], [ -118.309004, 33.754416999999613 ], [ -118.308904, 33.755216999999632 ], [ -118.308904, 33.757516999999631 ], [ -118.300904, 33.757516999999631 ], [ -118.301104, 33.757916999999615 ], [ -118.301987, 33.760497999999608 ], [ -118.305504, 33.76041699999962 ], [ -118.309204, 33.760616999999634 ], [ -118.309304, 33.762416999999623 ], [ -118.311705, 33.763016999999635 ], [ -118.310805, 33.765516999999612 ], [ -118.310305, 33.767716999999635 ], [ -118.310205, 33.767916999999628 ], [ -118.309705, 33.769616999999634 ], [ -118.309505, 33.770016999999626 ], [ -118.309256, 33.775155999999626 ], [ -118.306612, 33.775129999999614 ], [ -118.308005, 33.779416999999611 ], [ -118.309805, 33.779016999999627 ], [ -118.309905, 33.780816999999622 ], [ -118.310076, 33.781843999999623 ], [ -118.309205, 33.781985999999634 ], [ -118.309205, 33.781742999999615 ], [ -118.309059, 33.781741999999603 ], [ -118.309021, 33.783716999999633 ], [ -118.309185, 33.783716999999633 ], [ -118.309185, 33.785216999999619 ], [ -118.309005, 33.786016999999617 ], [ -118.308999, 33.788307999999631 ], [ -118.309105, 33.788916999999635 ], [ -118.309005, 33.78951699999962 ], [ -118.309005, 33.790516999999639 ], [ -118.308905, 33.791616999999633 ], [ -118.309005, 33.792616999999609 ], [ -118.308905, 33.793616999999628 ], [ -118.308905, 33.794916999999622 ], [ -118.309005, 33.795816999999637 ], [ -118.309005, 33.796816999999614 ], [ -118.308905, 33.797916999999622 ], [ -118.308905, 33.803315999999619 ], [ -118.308805, 33.80411599999961 ], [ -118.308805, 33.805015999999604 ], [ -118.309005, 33.805815999999631 ], [ -118.309005, 33.806515999999618 ], [ -118.309105, 33.807015999999614 ], [ -118.309305, 33.808415999999639 ], [ -118.309305, 33.808915999999627 ], [ -118.308005, 33.808815999999645 ], [ -118.308605, 33.810115999999624 ], [ -118.308905, 33.811215999999625 ], [ -118.309005, 33.812715999999618 ], [ -118.308905, 33.813415999999613 ], [ -118.308905, 33.819015999999614 ], [ -118.309005, 33.820215999999618 ], [ -118.308905, 33.821315999999626 ], [ -118.309005, 33.82261599999962 ], [ -118.309005, 33.824515999999619 ], [ -118.308905, 33.825615999999627 ], [ -118.309005, 33.826815999999617 ], [ -118.309005, 33.830215999999623 ], [ -118.309105, 33.831515999999638 ], [ -118.309105, 33.83241599999964 ], [ -118.309205, 33.833515999999619 ], [ -118.309105, 33.834415999999628 ], [ -118.309206, 33.83541599999964 ], [ -118.309206, 33.838015999999605 ], [ -118.309306, 33.838315999999622 ], [ -118.309206, 33.840815999999627 ], [ -118.309306, 33.841915999999621 ], [ -118.309306, 33.843715999999638 ], [ -118.309242, 33.844415999999619 ], [ -118.309306, 33.844715999999615 ], [ -118.309306, 33.847415999999633 ], [ -118.309206, 33.849415999999614 ], [ -118.309006, 33.858214999999625 ], [ -118.309106, 33.859514999999647 ], [ -118.308906, 33.860514999999616 ], [ -118.308906, 33.860814999999619 ], [ -118.309006, 33.861814999999616 ], [ -118.308906, 33.863014999999628 ], [ -118.309006, 33.865414999999636 ], [ -118.307906, 33.865414999999636 ], [ -118.306606, 33.865314999999626 ], [ -118.305706, 33.865414999999636 ], [ -118.299406, 33.865414999999636 ], [ -118.299206, 33.865315999999623 ], [ -118.298645, 33.865339999999641 ], [ -118.29854, 33.870226999999616 ], [ -118.294206, 33.870414999999632 ], [ -118.294206, 33.866815999999616 ], [ -118.294106, 33.866215999999632 ], [ -118.294806, 33.866115999999636 ], [ -118.297806, 33.866115999999636 ], [ -118.297806, 33.86541599999962 ], [ -118.294806, 33.865315999999623 ], [ -118.291906, 33.865315999999645 ], [ -118.290506, 33.866115999999636 ], [ -118.290606, 33.866915999999641 ], [ -118.290806, 33.870315999999633 ], [ -118.290806, 33.871115999999631 ], [ -118.290906, 33.872615999999638 ], [ -118.290906, 33.877914999999625 ], [ -118.291006, 33.879014999999633 ], [ -118.291106, 33.87961499999961 ], [ -118.291106, 33.882414999999632 ], [ -118.291206, 33.883314999999627 ], [ -118.291206, 33.88511499999963 ], [ -118.291306, 33.888714999999642 ], [ -118.291506, 33.892314999999641 ], [ -118.291506, 33.896814999999627 ], [ -118.291306, 33.897414999999626 ], [ -118.291306, 33.899514999999624 ], [ -118.291406, 33.901814999999637 ], [ -118.291506, 33.903114999999644 ], [ -118.291406, 33.904514999999627 ], [ -118.291406, 33.91111499999964 ], [ -118.291306, 33.912214999999634 ], [ -118.291306, 33.914214999999636 ], [ -118.291406, 33.915214999999648 ], [ -118.291406, 33.917314999999626 ], [ -118.291506, 33.918314999999623 ], [ -118.291406, 33.919914999999655 ], [ -118.291406, 33.921014999999628 ], [ -118.291306, 33.923514999999618 ], [ -118.291406, 33.924914999999615 ], [ -118.291407, 33.947713999999621 ], [ -118.291307, 33.948613999999608 ], [ -118.291407, 33.949013999999629 ], [ -118.291407, 33.955613999999628 ], [ -118.291507, 33.957713999999655 ], [ -118.291419, 33.959405999999625 ], [ -118.295807, 33.95941399999964 ], [ -118.300207, 33.959313999999623 ], [ -118.300207, 33.956513999999622 ], [ -118.300107, 33.955713999999617 ], [ -118.300107, 33.953913999999628 ], [ -118.300207, 33.953313999999637 ], [ -118.300107, 33.953013999999627 ], [ -118.300107, 33.950213999999619 ], [ -118.300207, 33.94981399999962 ], [ -118.302307, 33.949913999999623 ], [ -118.302307, 33.94541399999963 ], [ -118.304507, 33.945413999999637 ], [ -118.305107, 33.945313999999627 ], [ -118.305107, 33.943013999999621 ], [ -118.305007, 33.941713999999628 ], [ -118.308907, 33.941713999999628 ], [ -118.308907, 33.938913999999627 ], [ -118.308807, 33.938013999999626 ], [ -118.311007, 33.938013999999626 ], [ -118.312107, 33.938113999999615 ], [ -118.313207, 33.938013999999626 ], [ -118.313207, 33.943113999999632 ], [ -118.313307, 33.945313999999627 ], [ -118.315807, 33.945313999999627 ], [ -118.317607, 33.945413999999602 ], [ -118.317607, 33.952513999999624 ], [ -118.317507, 33.954313999999613 ], [ -118.317607, 33.956213999999626 ], [ -118.317507, 33.957813999999644 ], [ -118.317607, 33.959813999999618 ], [ -118.317607, 33.960813999999615 ], [ -118.317508, 33.961613999999635 ], [ -118.317608, 33.962513999999622 ], [ -118.317608, 33.968912999999631 ], [ -118.317508, 33.969812999999618 ], [ -118.317608, 33.970712999999648 ], [ -118.319708, 33.970712999999648 ], [ -118.321608, 33.970612999999631 ], [ -118.322008, 33.970412999999624 ], [ -118.322308, 33.970712999999648 ], [ -118.324208, 33.970712999999648 ], [ -118.326308, 33.970812999999652 ], [ -118.326308, 33.967112999999628 ], [ -118.328508, 33.967112999999628 ], [ -118.330608, 33.967012999999639 ], [ -118.332808, 33.967112999999628 ], [ -118.332908, 33.967712999999627 ], [ -118.332808, 33.968012999999601 ], [ -118.332808, 33.968412999999629 ], [ -118.332908, 33.968912999999631 ], [ -118.332808, 33.969812999999618 ], [ -118.332808, 33.971112999999633 ], [ -118.332708, 33.971612999999621 ], [ -118.332908, 33.972012999999649 ], [ -118.332808, 33.972512999999616 ], [ -118.334108, 33.972512999999594 ], [ -118.335108, 33.972412999999626 ], [ -118.335108, 33.974412999999601 ], [ -118.335008, 33.975512999999637 ], [ -118.335008, 33.981612999999633 ], [ -118.338408, 33.981712999999623 ], [ -118.339408, 33.981612999999633 ], [ -118.353209, 33.981612999999612 ], [ -118.355309, 33.981512999999644 ], [ -118.358309, 33.981512999999623 ], [ -118.359909, 33.981611999999629 ], [ -118.366143, 33.981611999999629 ], [ -118.366606, 33.981938999999628 ], [ -118.366933, 33.981611999999608 ], [ -118.370209, 33.981611999999643 ], [ -118.370109, 33.97981199999964 ], [ -118.370109, 33.975511999999625 ], [ -118.370009, 33.975011999999623 ], [ -118.370009, 33.972911999999653 ], [ -118.369909, 33.972211999999615 ], [ -118.369909, 33.971012999999637 ], [ -118.370009, 33.970012999999639 ], [ -118.370009, 33.968312999999632 ], [ -118.370309, 33.968012999999601 ], [ -118.37248, 33.968173999999628 ], [ -118.372809, 33.967712999999634 ], [ -118.372509, 33.967212999999646 ], [ -118.372231, 33.967492999999621 ], [ -118.371809, 33.967212999999632 ], [ -118.371309, 33.963912999999629 ], [ -118.371409, 33.963512999999615 ], [ -118.371209, 33.96321299999962 ], [ -118.375309, 33.961612999999645 ], [ -118.376209, 33.961212999999638 ], [ -118.377709, 33.959812999999613 ], [ -118.378709, 33.958012999999646 ], [ -118.379009, 33.95261299999963 ], [ -118.378609, 33.952512999999634 ], [ -118.375309, 33.952512999999634 ], [ -118.373509, 33.95261299999963 ], [ -118.372509, 33.95261299999963 ], [ -118.371809, 33.952512999999634 ], [ -118.370009, 33.952512999999634 ], [ -118.370009, 33.951812999999646 ], [ -118.370109, 33.950212999999628 ], [ -118.370009, 33.948912999999621 ], [ -118.370109, 33.947812999999613 ], [ -118.370009, 33.946512999999626 ], [ -118.370009, 33.944712999999624 ], [ -118.370108, 33.942912999999621 ], [ -118.370108, 33.941712999999631 ], [ -118.370008, 33.939812999999631 ], [ -118.370108, 33.938012999999621 ], [ -118.370008, 33.934312999999634 ], [ -118.370108, 33.932512999999616 ], [ -118.370008, 33.930812999999631 ], [ -118.368508, 33.930712999999628 ], [ -118.368408, 33.928912999999625 ], [ -118.378408, 33.928912999999625 ], [ -118.378868, 33.928893999999616 ], [ -118.378858, 33.930612999999646 ], [ -118.396109, 33.930612999999646 ], [ -118.397709, 33.930712999999628 ], [ -118.402209, 33.931312999999626 ], [ -118.407409, 33.931112999999641 ], [ -118.408209, 33.93121299999963 ], [ -118.409517, 33.931116999999631 ], [ -118.42501, 33.931111999999601 ], [ -118.42891, 33.930711999999623 ], [ -118.42891, 33.927011999999635 ], [ -118.42781, 33.926911999999639 ], [ -118.427909, 33.923311999999648 ], [ -118.426609, 33.923311999999648 ], [ -118.426709, 33.92161199999962 ], [ -118.424509, 33.921612999999638 ], [ -118.424509, 33.919912999999646 ], [ -118.422109, 33.919912999999625 ], [ -118.422009, 33.918812999999631 ], [ -118.422009, 33.91621299999963 ], [ -118.427709, 33.916312999999626 ], [ -118.429808, 33.916382999999634 ], [ -118.44241, 33.940311999999629 ], [ -118.460611, 33.969110999999629 ], [ -118.484212, 33.997709999999643 ], [ -118.502813, 34.015508999999632 ], [ -118.519514, 34.027508999999633 ], [ -118.543115, 34.038507999999631 ], [ -118.567115, 34.041384999999615 ], [ -118.567115, 34.041807999999641 ], [ -118.567215, 34.042307999999615 ], [ -118.568755, 34.044807999999634 ], [ -118.568947, 34.045447999999638 ], [ -118.569748, 34.046919999999645 ], [ -118.569916, 34.049007999999617 ], [ -118.570196, 34.067142999999639 ], [ -118.570196, 34.069270999999631 ], [ -118.577616, 34.070806999999633 ], [ -118.579444, 34.070982999999636 ], [ -118.587617, 34.072406999999629 ], [ -118.599296, 34.074405999999655 ], [ -118.597845, 34.076806999999604 ], [ -118.595653, 34.080230999999614 ], [ -118.589829, 34.089510999999639 ], [ -118.588229, 34.092166999999655 ], [ -118.581301, 34.103189999999628 ], [ -118.579557, 34.105893999999623 ], [ -118.576317, 34.111605999999647 ], [ -118.572325, 34.117653999999618 ], [ -118.564499, 34.129973999999628 ], [ -118.565781, 34.130469999999633 ], [ -118.571317, 34.132805999999633 ], [ -118.577507, 34.135203999999625 ], [ -118.583816, 34.137820999999633 ], [ -118.588582, 34.139620999999643 ], [ -118.598966, 34.14272499999965 ], [ -118.603671, 34.14453299999964 ], [ -118.606019, 34.14570499999963 ], [ -118.615214, 34.149231999999643 ], [ -118.615212, 34.147133999999632 ], [ -118.622807, 34.147012999999646 ], [ -118.624319, 34.147204999999644 ], [ -118.629319, 34.147104999999634 ], [ -118.631719, 34.149804999999638 ], [ -118.632217, 34.150504999999654 ], [ -118.638717, 34.157504999999638 ], [ -118.641368, 34.156549999999626 ], [ -118.64152, 34.157904999999658 ], [ -118.64032, 34.158404999999625 ], [ -118.63988, 34.158556999999632 ], [ -118.640633, 34.158895999999622 ], [ -118.640459, 34.159309999999635 ], [ -118.63942, 34.159104999999634 ], [ -118.641368, 34.160900999999647 ], [ -118.641944, 34.161700999999645 ], [ -118.642776, 34.161524999999642 ], [ -118.646136, 34.161668999999648 ], [ -118.646232, 34.165732999999626 ], [ -118.64762, 34.165804999999644 ], [ -118.65392, 34.165904999999661 ], [ -118.653752, 34.169412999999651 ], [ -118.658537, 34.169396999999634 ], [ -118.658537, 34.170532999999644 ], [ -118.658621, 34.171304999999627 ], [ -118.658721, 34.173104999999644 ], [ -118.65867, 34.175064999999627 ], [ -118.659416, 34.175424999999642 ], [ -118.658652, 34.175752999999624 ], [ -118.658633, 34.176468999999621 ], [ -118.661121, 34.176504999999629 ], [ -118.662821, 34.176704999999643 ], [ -118.668105, 34.176596999999632 ], [ -118.668121, 34.182003999999615 ], [ -118.668073, 34.191075999999669 ], [ -118.667737, 34.191107999999637 ], [ -118.666601, 34.191043999999629 ], [ -118.664723, 34.190884999999639 ], [ -118.664349, 34.190779999999656 ], [ -118.664269, 34.19127299999964 ], [ -118.66367, 34.191142999999634 ], [ -118.663689, 34.190755999999638 ], [ -118.663757, 34.190613999999655 ], [ -118.660793, 34.189859999999626 ], [ -118.659449, 34.189667999999628 ], [ -118.658329, 34.189619999999643 ], [ -118.657433, 34.189715999999628 ], [ -118.657221, 34.190803999999638 ], [ -118.656921, 34.194003999999644 ], [ -118.656721, 34.195703999999658 ], [ -118.656621, 34.196103999999636 ], [ -118.656583, 34.196448999999639 ], [ -118.65822, 34.196593999999621 ], [ -118.658403, 34.194808999999616 ], [ -118.667966, 34.195184999999633 ], [ -118.667686, 34.205794999999625 ], [ -118.667738, 34.207683999999645 ], [ -118.667738, 34.21003599999964 ], [ -118.661946, 34.210307999999642 ], [ -118.661987, 34.211970999999629 ], [ -118.661926, 34.214194999999634 ], [ -118.652921, 34.214275999999643 ], [ -118.652763, 34.215095999999647 ], [ -118.651917, 34.218368999999633 ], [ -118.65393, 34.218291999999622 ], [ -118.654122, 34.220504999999655 ], [ -118.654244, 34.224433999999647 ], [ -118.65432, 34.225387999999668 ], [ -118.65432, 34.22680299999962 ], [ -118.653927, 34.226881999999648 ], [ -118.653717, 34.227202999999648 ], [ -118.653322, 34.227202999999648 ], [ -118.653122, 34.226901999999633 ], [ -118.652673, 34.226957999999634 ], [ -118.65226, 34.227080999999636 ], [ -118.651581, 34.227103999999635 ], [ -118.650367, 34.227001999999629 ], [ -118.649922, 34.228102999999635 ], [ -118.648922, 34.231102999999642 ], [ -118.648022, 34.234802999999609 ], [ -118.647522, 34.23810299999964 ], [ -118.644203, 34.237992999999669 ], [ -118.643522, 34.237937999999644 ], [ -118.642106, 34.237730999999648 ], [ -118.640794, 34.237634999999628 ], [ -118.639594, 34.237506999999646 ], [ -118.63777, 34.237474999999641 ], [ -118.637162, 34.237442999999644 ], [ -118.636586, 34.237362999999668 ], [ -118.636025, 34.237346999999644 ], [ -118.634233, 34.237122999999634 ], [ -118.632601, 34.237106999999639 ], [ -118.632105, 34.237122999999634 ], [ -118.630889, 34.238050999999629 ], [ -118.629945, 34.238722999999624 ], [ -118.631621, 34.238702999999639 ], [ -118.632538, 34.238778999999639 ], [ -118.632595, 34.239261999999648 ], [ -118.632508, 34.239643999999643 ], [ -118.632553, 34.240209999999621 ], [ -118.632553, 34.245620999999637 ], [ -118.632346, 34.253442999999635 ], [ -118.632314, 34.25821099999964 ], [ -118.632346, 34.261377999999645 ], [ -118.632298, 34.263185999999642 ], [ -118.63233, 34.263873999999639 ], [ -118.633034, 34.268290999999657 ], [ -118.633369, 34.270545999999648 ], [ -118.630997, 34.271777999999649 ], [ -118.627689, 34.273281999999632 ], [ -118.625687, 34.273921999999644 ], [ -118.624207, 34.274287999999629 ], [ -118.62246, 34.274592999999662 ], [ -118.621208, 34.274753999999632 ], [ -118.618729, 34.275217999999654 ], [ -118.616729, 34.275553999999644 ], [ -118.616169, 34.275713999999645 ], [ -118.614489, 34.275953999999643 ], [ -118.612281, 34.276337999999626 ], [ -118.610409, 34.276593999999655 ], [ -118.609433, 34.276849999999641 ], [ -118.607993, 34.276961999999621 ], [ -118.607161, 34.277089999999632 ], [ -118.606297, 34.277185999999638 ], [ -118.605513, 34.277217999999635 ], [ -118.605033, 34.27708999999961 ], [ -118.604313, 34.277089999999646 ], [ -118.603785, 34.27699399999964 ], [ -118.602905, 34.276897999999655 ], [ -118.601401, 34.27652999999966 ], [ -118.600409, 34.276241999999655 ], [ -118.599385, 34.275697999999643 ], [ -118.598169, 34.275249999999645 ], [ -118.597257, 34.274961999999668 ], [ -118.597021, 34.274601999999639 ], [ -118.596169, 34.275457999999645 ], [ -118.595615, 34.275965999999642 ], [ -118.595621, 34.276001999999657 ], [ -118.595192, 34.276591999999653 ], [ -118.594377, 34.27750599999964 ], [ -118.593826, 34.277743999999643 ], [ -118.592825, 34.278257999999639 ], [ -118.592667, 34.278415999999638 ], [ -118.592392, 34.279548999999633 ], [ -118.591957, 34.280635999999639 ], [ -118.592185, 34.280929999999621 ], [ -118.592505, 34.283072999999632 ], [ -118.592468, 34.28318699999965 ], [ -118.591871, 34.283171999999645 ], [ -118.591881, 34.283472999999631 ], [ -118.592071, 34.284413999999643 ], [ -118.591971, 34.28474599999965 ], [ -118.5922, 34.286333999999627 ], [ -118.592452, 34.288815999999635 ], [ -118.592499, 34.290606999999653 ], [ -118.592694, 34.292534999999646 ], [ -118.592056, 34.294311999999643 ], [ -118.591474, 34.295759999999618 ], [ -118.590607, 34.297217999999653 ], [ -118.588211, 34.30335599999966 ], [ -118.58652, 34.304208999999638 ], [ -118.585656, 34.304592999999642 ], [ -118.583672, 34.30403199999963 ], [ -118.580885, 34.303095999999641 ], [ -118.576251, 34.301599999999652 ], [ -118.575666, 34.301585999999645 ], [ -118.574022, 34.301388999999645 ], [ -118.573374, 34.299248999999669 ], [ -118.572222, 34.297711999999635 ], [ -118.571593, 34.29654599999963 ], [ -118.569986, 34.295912999999636 ], [ -118.568115, 34.297125999999629 ], [ -118.566975, 34.297735999999624 ], [ -118.566539, 34.298007999999633 ], [ -118.565862, 34.298525999999647 ], [ -118.565445, 34.298810999999652 ], [ -118.564787, 34.299121999999628 ], [ -118.563896, 34.299361999999647 ], [ -118.558865, 34.29950699999965 ], [ -118.557481, 34.298036999999624 ], [ -118.556532, 34.296524999999633 ], [ -118.555176, 34.296749999999655 ], [ -118.55381, 34.29675299999964 ], [ -118.55272, 34.297105999999651 ], [ -118.551134, 34.297376999999642 ], [ -118.551019, 34.297300999999635 ], [ -118.544517, 34.298800999999642 ], [ -118.541618, 34.299899999999631 ], [ -118.542363, 34.300848999999644 ], [ -118.542731, 34.301472999999639 ], [ -118.542953, 34.302128999999653 ], [ -118.542999, 34.302737999999621 ], [ -118.543331, 34.30376499999965 ], [ -118.54366, 34.304986999999628 ], [ -118.544273, 34.305453999999635 ], [ -118.544829, 34.305951999999643 ], [ -118.544777, 34.306304999999639 ], [ -118.544289, 34.307200999999637 ], [ -118.546966, 34.314990999999658 ], [ -118.545463, 34.317950999999631 ], [ -118.546198, 34.31993399999962 ], [ -118.539528, 34.31868699999962 ], [ -118.508949, 34.333838999999649 ], [ -118.508018, 34.33439899999965 ], [ -118.507542, 34.334606999999643 ], [ -118.507118, 34.33486299999965 ], [ -118.506528, 34.335149999999651 ], [ -118.50466, 34.336296999999639 ], [ -118.503748, 34.336646999999616 ], [ -118.493526, 34.329774999999636 ], [ -118.469017, 34.329898999999649 ], [ -118.458214, 34.329997999999634 ], [ -118.451317, 34.330096999999647 ], [ -118.440516, 34.329898999999656 ], [ -118.426515, 34.329898999999628 ], [ -118.423436, 34.329866999999638 ], [ -118.419144, 34.329726999999643 ], [ -118.418739, 34.329436999999658 ], [ -118.418023, 34.329613999999637 ], [ -118.418803, 34.327310999999639 ], [ -118.420307, 34.327006999999632 ], [ -118.420181, 34.325263999999635 ], [ -118.419347, 34.325342999999627 ], [ -118.418893, 34.325354999999647 ], [ -118.418051, 34.325086999999648 ], [ -118.417313, 34.324897999999649 ], [ -118.415916, 34.324405999999641 ], [ -118.414627, 34.324347999999638 ], [ -118.414597, 34.324607999999635 ], [ -118.413887, 34.324599999999641 ], [ -118.413878, 34.324944999999659 ], [ -118.412743, 34.325675999999646 ], [ -118.412101, 34.325973999999647 ], [ -118.412666, 34.326545999999652 ], [ -118.413373, 34.32694499999964 ], [ -118.413347, 34.327246999999637 ], [ -118.413459, 34.327934999999634 ], [ -118.413395, 34.329214999999643 ], [ -118.413406, 34.329566999999642 ], [ -118.413612, 34.329898999999649 ], [ -118.40493, 34.329902999999646 ], [ -118.405015, 34.324198999999631 ], [ -118.404915, 34.323099999999627 ], [ -118.405083, 34.322768999999631 ], [ -118.404938, 34.322265999999651 ], [ -118.404938, 34.322043999999629 ], [ -118.403848, 34.321676999999646 ], [ -118.402443, 34.321303999999621 ], [ -118.401362, 34.320207999999653 ], [ -118.40139, 34.320124999999635 ], [ -118.401303, 34.319840999999649 ], [ -118.400906, 34.319439999999638 ], [ -118.400731, 34.319103999999662 ], [ -118.396889, 34.319236999999653 ], [ -118.396875, 34.31663999999963 ], [ -118.397171, 34.316749999999658 ], [ -118.397209, 34.316420999999629 ], [ -118.397171, 34.316173999999634 ], [ -118.398281, 34.315809999999658 ], [ -118.398989, 34.316246999999635 ], [ -118.400192, 34.315742999999642 ], [ -118.400993, 34.315772999999652 ], [ -118.400948, 34.315215999999637 ], [ -118.40095, 34.31343499999965 ], [ -118.401001, 34.311412999999646 ], [ -118.401009, 34.309101999999633 ], [ -118.401939, 34.309390999999636 ], [ -118.402393, 34.309265999999646 ], [ -118.403023, 34.309256999999654 ], [ -118.403071, 34.308918999999655 ], [ -118.403641, 34.308925999999637 ], [ -118.404029, 34.309575999999637 ], [ -118.404739, 34.309566999999639 ], [ -118.404882, 34.308678999999628 ], [ -118.404243, 34.308679999999654 ], [ -118.404243, 34.30766299999965 ], [ -118.405475, 34.307663999999654 ], [ -118.405434, 34.301967999999633 ], [ -118.400732, 34.301777999999651 ], [ -118.400866, 34.297696999999644 ], [ -118.401767, 34.297637999999644 ], [ -118.403191, 34.297666999999635 ], [ -118.403298, 34.297648999999652 ], [ -118.403506, 34.292880999999653 ], [ -118.408755, 34.292854999999641 ], [ -118.408708, 34.291216999999641 ], [ -118.410181, 34.291248999999638 ], [ -118.410228, 34.290919999999652 ], [ -118.410073, 34.289997999999628 ], [ -118.410168, 34.288990999999662 ], [ -118.408723, 34.287696999999632 ], [ -118.408647, 34.287654999999639 ], [ -118.407822, 34.286964999999654 ], [ -118.407657, 34.286680999999668 ], [ -118.406323, 34.285472999999662 ], [ -118.405035, 34.28573399999965 ], [ -118.404813, 34.285837999999615 ], [ -118.404061, 34.286028999999658 ], [ -118.402996, 34.286251999999642 ], [ -118.401814, 34.286400999999643 ], [ -118.401426, 34.28779299999966 ], [ -118.40053, 34.292000999999651 ], [ -118.400386, 34.292240999999642 ], [ -118.399962, 34.293077999999646 ], [ -118.396498, 34.293120999999651 ], [ -118.396466, 34.296832999999637 ], [ -118.393859, 34.296911999999644 ], [ -118.393753, 34.298121999999637 ], [ -118.393921, 34.299039999999643 ], [ -118.387123, 34.299135999999642 ], [ -118.387123, 34.296992999999659 ], [ -118.383202, 34.296943999999634 ], [ -118.383293, 34.295745999999646 ], [ -118.383164, 34.293712999999656 ], [ -118.38277, 34.293664999999621 ], [ -118.38266, 34.292096999999657 ], [ -118.387345, 34.29197099999962 ], [ -118.387413, 34.29193899999963 ], [ -118.387474, 34.29014499999964 ], [ -118.387202, 34.290110999999655 ], [ -118.385643, 34.290233999999629 ], [ -118.384722, 34.290275999999643 ], [ -118.384933, 34.288978999999635 ], [ -118.384914, 34.288432999999671 ], [ -118.386314, 34.284800999999646 ], [ -118.381317, 34.284083999999631 ], [ -118.379349, 34.28362699999964 ], [ -118.37853, 34.283331999999639 ], [ -118.377777, 34.283263999999633 ], [ -118.376427, 34.283263999999633 ], [ -118.375381, 34.283395999999655 ], [ -118.3745, 34.283475999999659 ], [ -118.374432, 34.282932999999659 ], [ -118.374409, 34.282509999999625 ], [ -118.374369, 34.282400999999638 ], [ -118.372293, 34.28243499999963 ], [ -118.372902, 34.282763999999638 ], [ -118.373131, 34.282974999999645 ], [ -118.373199, 34.284224999999644 ], [ -118.373265, 34.284672999999636 ], [ -118.373207, 34.28476699999964 ], [ -118.373199, 34.286192999999649 ], [ -118.369171, 34.286239999999637 ], [ -118.369682, 34.285727999999636 ], [ -118.369889, 34.285424999999641 ], [ -118.370003, 34.285186999999638 ], [ -118.370378, 34.284708999999644 ], [ -118.370643, 34.283359999999639 ], [ -118.370934, 34.282847999999618 ], [ -118.371323, 34.282321999999645 ], [ -118.370613, 34.282000999999646 ], [ -118.369744, 34.283647999999658 ], [ -118.369249, 34.283329999999644 ], [ -118.36848, 34.282149999999653 ], [ -118.368083, 34.281051999999619 ], [ -118.367983, 34.280499999999627 ], [ -118.367655, 34.280211999999644 ], [ -118.367647, 34.280592999999641 ], [ -118.366466, 34.280476999999635 ], [ -118.365392, 34.280413999999645 ], [ -118.36462, 34.280416999999645 ], [ -118.363913, 34.280300999999639 ], [ -118.36155, 34.279807999999647 ], [ -118.361053, 34.279887999999666 ], [ -118.360611, 34.279899999999657 ], [ -118.356913, 34.279300999999627 ], [ -118.356193, 34.278975999999638 ], [ -118.355361, 34.278784999999644 ], [ -118.351921, 34.278735999999626 ], [ -118.351646, 34.282496999999644 ], [ -118.33493, 34.282496999999644 ], [ -118.326912, 34.282300999999642 ], [ -118.326968, 34.282419999999647 ], [ -118.326781, 34.28373299999965 ], [ -118.326719, 34.285951999999668 ], [ -118.317207, 34.28589999999965 ], [ -118.299263, 34.285856999999652 ], [ -118.299103, 34.292831999999642 ], [ -118.295709, 34.292926999999644 ], [ -118.292873, 34.292951999999637 ], [ -118.290444, 34.292926999999672 ], [ -118.290463, 34.292485999999634 ], [ -118.287695, 34.292521999999636 ], [ -118.286064, 34.292484999999637 ], [ -118.286293, 34.284926999999641 ], [ -118.286334, 34.278064999999643 ], [ -118.274277, 34.278094999999645 ], [ -118.274117, 34.282351999999655 ], [ -118.26609, 34.28241699999964 ], [ -118.249787, 34.282496999999623 ], [ -118.238732, 34.282480999999635 ], [ -118.238444, 34.269409999999631 ], [ -118.238748, 34.267153999999643 ] ], [ [ -118.299006, 33.858115999999626 ], [ -118.299006, 33.850015999999627 ], [ -118.299105, 33.848315999999585 ], [ -118.299205, 33.847415999999633 ], [ -118.296713, 33.847423999999613 ], [ -118.296706, 33.858115999999626 ], [ -118.299006, 33.858115999999626 ] ], [ [ -118.308604, 33.74121799999962 ], [ -118.309004, 33.741117999999616 ], [ -118.309004, 33.738417999999619 ], [ -118.30892, 33.737361999999607 ], [ -118.3086, 33.737409999999606 ], [ -118.307704, 33.737417999999614 ], [ -118.306504, 33.737517999999611 ], [ -118.301904, 33.737517999999611 ], [ -118.301204, 33.737417999999614 ], [ -118.296704, 33.737417999999614 ], [ -118.296704, 33.740224999999633 ], [ -118.296804, 33.743017999999623 ], [ -118.298104, 33.743017999999623 ], [ -118.298204, 33.743817999999585 ], [ -118.299404, 33.743817999999607 ], [ -118.299604, 33.743017999999623 ], [ -118.300704, 33.742917999999619 ], [ -118.301004, 33.743017999999623 ], [ -118.301604, 33.743017999999623 ], [ -118.301604, 33.742117999999614 ], [ -118.301704, 33.741117999999616 ], [ -118.302104, 33.741117999999616 ], [ -118.303104, 33.74121799999962 ], [ -118.303004, 33.740317999999625 ], [ -118.302104, 33.740117999999626 ], [ -118.302104, 33.739917999999612 ], [ -118.302304, 33.738917999999622 ], [ -118.304004, 33.739417999999617 ], [ -118.304404, 33.740217999999622 ], [ -118.304304, 33.74121799999962 ], [ -118.306504, 33.741117999999616 ], [ -118.308604, 33.74121799999962 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "NV_S", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "NV", "ECONOMIC_M": 0.9801115481, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 16357.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -114.661425, 36.122031999999706 ], [ -114.66289, 36.1199319999997 ], [ -114.666538, 36.117342999999714 ], [ -114.670503, 36.116462999999726 ], [ -114.674144, 36.115653999999715 ], [ -114.689374, 36.112271999999699 ], [ -114.697265103721918, 36.110519256034834 ], [ -114.70198, 36.109471999999734 ], [ -114.709771, 36.10774199999971 ], [ -114.717293, 36.107685999999681 ], [ -114.736165, 36.104366999999705 ], [ -114.747079, 36.097004999999704 ], [ -114.753638, 36.090704999999716 ], [ -114.755618, 36.087165999999712 ], [ -114.755491, 36.081600999999701 ], [ -114.754099, 36.0794399999997 ], [ -114.743342, 36.070534999999708 ], [ -114.736253, 36.058469999999687 ], [ -114.736738, 36.054348999999696 ], [ -114.740375, 36.04925799999971 ], [ -114.740375, 36.043681999999706 ], [ -114.740617, 36.041014999999696 ], [ -114.739405, 36.037862999999696 ], [ -114.734314, 36.035680999999698 ], [ -114.730435, 36.031316999999731 ], [ -114.729708, 36.028164999999703 ], [ -114.731162, 36.021861999999714 ], [ -114.730928331737417, 36.003740457640411 ], [ -114.743756, 35.985094999999717 ], [ -114.740595, 35.975655999999717 ], [ -114.73417, 35.967530999999703 ], [ -114.729941, 35.962182999999726 ], [ -114.728318, 35.956289999999697 ], [ -114.729997, 35.948978999999682 ], [ -114.731159, 35.94391599999971 ], [ -114.729356, 35.941412999999677 ], [ -114.723193647916915, 35.938389550909754 ], [ -114.715692, 35.934708999999721 ], [ -114.707526, 35.928059999999689 ], [ -114.707993, 35.920629999999697 ], [ -114.708516, 35.912312999999685 ], [ -114.700271, 35.901771999999703 ], [ -114.68112, 35.885363999999704 ], [ -114.679039, 35.880045999999702 ], [ -114.677883, 35.876345999999693 ], [ -114.67742, 35.874727999999692 ], [ -114.678114, 35.871952999999699 ], [ -114.679501, 35.868022999999702 ], [ -114.68201, 35.863283999999695 ], [ -114.697767, 35.854843999999666 ], [ -114.699848, 35.848369999999697 ], [ -114.699848, 35.843282999999694 ], [ -114.69641, 35.833783999999703 ], [ -114.69571, 35.830600999999696 ], [ -114.70371, 35.814584999999695 ], [ -114.70991, 35.81018499999967 ], [ -114.71211, 35.806184999999722 ], [ -114.69891, 35.790184999999695 ], [ -114.701409, 35.769085999999703 ], [ -114.695709, 35.755985999999702 ], [ -114.697309, 35.7336859999997 ], [ -114.705309, 35.711586999999696 ], [ -114.705409, 35.7082869999997 ], [ -114.701208, 35.70118699999967 ], [ -114.694108, 35.695186999999684 ], [ -114.683208, 35.689386999999698 ], [ -114.680607, 35.685487999999701 ], [ -114.682207, 35.678187999999686 ], [ -114.690008, 35.664687999999714 ], [ -114.689407, 35.651411999999702 ], [ -114.677107, 35.641488999999702 ], [ -114.658206, 35.619088999999718 ], [ -114.653406, 35.610788999999691 ], [ -114.654306, 35.597589999999691 ], [ -114.659606, 35.58748999999969 ], [ -114.665649, 35.580427999999706 ], [ -114.666184, 35.577575999999688 ], [ -114.663005, 35.563689999999674 ], [ -114.662005, 35.5454909999997 ], [ -114.660205, 35.539290999999693 ], [ -114.657405, 35.536390999999718 ], [ -114.656905, 35.53439099999968 ], [ -114.658005, 35.530490999999685 ], [ -114.663105, 35.524490999999671 ], [ -114.673805, 35.517890999999686 ], [ -114.677205, 35.513490999999689 ], [ -114.679205, 35.4999919999997 ], [ -114.677643, 35.489741999999673 ], [ -114.672901, 35.481707999999685 ], [ -114.666377, 35.466855999999687 ], [ -114.6645, 35.449496999999674 ], [ -114.662125, 35.444240999999685 ], [ -114.652005, 35.429164999999699 ], [ -114.627137, 35.4095039999997 ], [ -114.611435, 35.369055999999688 ], [ -114.604314, 35.353583999999664 ], [ -114.595931, 35.325233999999668 ], [ -114.597503, 35.29695399999968 ], [ -114.587129, 35.262375999999684 ], [ -114.583111, 35.238089999999666 ], [ -114.583559, 35.229929999999662 ], [ -114.579963, 35.209639999999681 ], [ -114.574835, 35.205897999999671 ], [ -114.572119, 35.200590999999683 ], [ -114.569238, 35.183479999999669 ], [ -114.569569, 35.163052999999664 ], [ -114.572747, 35.138724999999667 ], [ -114.578524, 35.128749999999663 ], [ -114.58774, 35.12372899999967 ], [ -114.59912, 35.121049999999663 ], [ -114.619905, 35.121631999999671 ], [ -114.629934, 35.118271999999664 ], [ -114.644352, 35.105903999999661 ], [ -114.646759, 35.101871999999673 ], [ -114.642831, 35.096502999999679 ], [ -114.622517, 35.088702999999676 ], [ -114.613132, 35.083096999999682 ], [ -114.604736, 35.074829999999686 ], [ -114.602908, 35.068587999999671 ], [ -114.603619, 35.064225999999664 ], [ -114.606694, 35.058940999999678 ], [ -114.627124, 35.044720999999669 ], [ -114.631861, 35.033839999999664 ], [ -114.633287, 35.024998999999667 ], [ -114.634, 35.016585999999677 ], [ -114.634, 35.010026999999674 ], [ -114.633013, 35.002084999999681 ], [ -114.629928, 34.994739999999673 ], [ -114.62919, 34.991886999999679 ], [ -114.629015, 34.986147999999673 ], [ -114.629907, 34.980790999999641 ], [ -114.634607, 34.969059999999686 ], [ -114.635237, 34.965148999999656 ], [ -114.634953, 34.958917999999677 ], [ -114.631681, 34.951309999999673 ], [ -114.629811, 34.944809999999677 ], [ -114.629769, 34.943039999999684 ], [ -114.629753, 34.938683999999661 ], [ -114.632196, 34.930627999999665 ], [ -114.633253, 34.924607999999665 ], [ -114.633237, 34.921229999999653 ], [ -114.630552, 34.911851999999676 ], [ -114.630877, 34.907262999999666 ], [ -114.635425, 34.895191999999668 ], [ -114.636725, 34.889106999999662 ], [ -114.636768, 34.885704999999653 ], [ -114.635176, 34.875002999999651 ], [ -114.634382, 34.872889999999643 ], [ -114.630682, 34.866351999999651 ], [ -114.623939, 34.859737999999659 ], [ -114.619878, 34.856872999999659 ], [ -114.604255, 34.849572999999673 ], [ -114.600653, 34.847360999999651 ], [ -114.598007, 34.845384999999673 ], [ -114.592339, 34.841152999999657 ], [ -114.586842, 34.835671999999668 ], [ -114.581126, 34.826114999999668 ], [ -114.954033709244527, 34.840081479201238 ], [ -114.951955, 34.863283999999659 ], [ -114.950674, 34.895425999999674 ], [ -114.947669, 34.943562999999656 ], [ -114.954809, 34.943899999999672 ], [ -114.95059, 35.004642999999682 ], [ -114.897973, 35.000153999999675 ], [ -114.893416, 35.017912999999666 ], [ -114.87036, 35.016334999999678 ], [ -114.866046, 35.073162999999667 ], [ -114.88976, 35.072970999999676 ], [ -114.874557, 35.196179999999664 ], [ -114.925381, 35.23703899999969 ], [ -114.92548, 35.237053999999667 ], [ -114.942216, 35.249993999999688 ], [ -115.043812, 35.332011999999686 ], [ -115.098018, 35.374989999999691 ], [ -115.102881, 35.379370999999672 ], [ -115.125816, 35.396939999999681 ], [ -115.145813, 35.413181999999672 ], [ -115.146788, 35.413661999999668 ], [ -115.160068, 35.424128999999695 ], [ -115.160599, 35.42431299999965 ], [ -115.271342, 35.512659999999698 ], [ -115.303743, 35.538206999999694 ], [ -115.391535, 35.607270999999663 ], [ -115.393996, 35.609343999999695 ], [ -115.404537, 35.617604999999699 ], [ -115.406079, 35.618612999999677 ], [ -115.412908, 35.6249809999997 ], [ -115.500832, 35.693381999999687 ], [ -115.624285, 35.790787999999694 ], [ -115.625838, 35.792012999999699 ], [ -115.627386, 35.793845999999704 ], [ -115.647683, 35.809357999999698 ], [ -115.669005, 35.826514999999681 ], [ -115.689302, 35.842002999999686 ], [ -115.750844, 35.889286999999712 ], [ -115.852908, 35.969659999999692 ], [ -115.892975, 35.999966999999693 ], [ -115.912858, 36.015358999999712 ], [ -116.093601, 36.155804999999702 ], [ -116.097216, 36.158345999999725 ], [ -116.250869, 36.276978999999706 ], [ -116.375875, 36.372561999999725 ], [ -116.38034, 36.374954999999723 ], [ -116.488233, 36.45909699999973 ], [ -116.500882, 36.468222999999725 ], [ -116.541983, 36.499951999999716 ], [ -117.000895, 36.847693999999734 ], [ -117.066728, 36.896353999999739 ], [ -117.131975, 36.945776999999723 ], [ -117.244917, 37.030243999999747 ], [ -117.266046, 37.044909999999746 ], [ -117.375905, 37.126842999999738 ], [ -117.500117, 37.22037999999975 ], [ -117.500909, 37.220281999999756 ], [ -117.540885, 37.249930999999748 ], [ -117.581418, 37.278935999999739 ], [ -117.68061, 37.353398999999783 ], [ -117.712358, 37.374930999999748 ], [ -117.832726, 37.464928999999763 ], [ -117.61941495968918, 37.669791949402899 ], [ -117.465104, 37.671887999999775 ], [ -117.464863, 37.656504999999754 ], [ -117.166129, 37.66056299999974 ], [ -116.572326, 37.668135999999762 ], [ -116.572085, 37.652712999999757 ], [ -116.135793, 37.658638999999759 ], [ -116.138146, 37.808914999999764 ], [ -115.894294, 37.808672999999764 ], [ -115.893197, 37.961389999999774 ], [ -115.894406, 37.999937999999759 ], [ -115.893857, 38.050530999999779 ], [ -115.863174, 38.050877999999763 ], [ -115.765198, 38.051075999999753 ], [ -115.559705, 38.051210999999796 ], [ -115.417718, 38.050719999999764 ], [ -115.375861, 38.050609999999772 ], [ -115.359443, 38.051056999999766 ], [ -115.250859, 38.050640999999764 ], [ -115.000846, 38.050756999999763 ], [ -115.000846, 38.24844199999977 ], [ -114.963443, 38.248326999999776 ], [ -114.932667, 38.25047399999977 ], [ -114.932856, 38.677304999999784 ], [ -114.737495, 38.677345999999787 ], [ -114.70477, 38.677373999999794 ], [ -114.267404, 38.677344999999789 ], [ -114.164275, 38.677545999999779 ], [ -114.16123, 38.677602999999792 ], [ -114.049884, 38.677364999999796 ], [ -114.050154, 38.572919999999783 ], [ -114.049862, 38.547763999999809 ], [ -114.049834, 38.543783999999796 ], [ -114.050485, 38.499954999999765 ], [ -114.050091, 38.404672999999782 ], [ -114.05012, 38.40453599999978 ], [ -114.049417, 38.264699999999785 ], [ -114.050138, 38.249959999999774 ], [ -114.049903, 38.148600999999772 ], [ -114.050423, 37.999960999999772 ], [ -114.049658, 37.88136799999976 ], [ -114.049928, 37.852507999999787 ], [ -114.049677, 37.82364499999975 ], [ -114.048473, 37.809860999999749 ], [ -114.049919, 37.76558599999975 ], [ -114.051109, 37.756275999999751 ], [ -114.05167, 37.746957999999758 ], [ -114.051785, 37.746248999999764 ], [ -114.051728, 37.745996999999768 ], [ -114.052472, 37.604775999999731 ], [ -114.052962, 37.592782999999756 ], [ -114.052689, 37.517858999999753 ], [ -114.052718, 37.517263999999756 ], [ -114.052685, 37.502512999999745 ], [ -114.052701, 37.492013999999749 ], [ -114.052448, 37.431439999999732 ], [ -114.051765, 37.418082999999768 ], [ -114.051927, 37.37073399999975 ], [ -114.0518, 37.293043999999739 ], [ -114.051974, 37.283847999999722 ], [ -114.051405, 37.233853999999752 ], [ -114.051673, 37.172367999999729 ], [ -114.052179, 37.147109999999728 ], [ -114.051867, 37.134291999999718 ], [ -114.052827, 37.103960999999757 ], [ -114.051822, 37.090975999999721 ], [ -114.051749, 37.088433999999729 ], [ -114.0506, 37.000395999999739 ], [ -114.049995, 36.957768999999736 ], [ -114.050619, 36.843127999999737 ], [ -114.050562, 36.656258999999736 ], [ -114.050167, 36.624977999999729 ], [ -114.04966, 36.621112999999731 ], [ -114.048476, 36.499979999999724 ], [ -114.046488, 36.473448999999725 ], [ -114.046352, 36.467138999999719 ], [ -114.045829, 36.442972999999725 ], [ -114.045806, 36.39107099999972 ], [ -114.047278989038745, 36.336808999965903 ], [ -114.047584, 36.325572999999721 ], [ -114.046935, 36.315448999999717 ], [ -114.048515, 36.2895979999997 ], [ -114.048226, 36.268873999999727 ], [ -114.047106, 36.250590999999709 ], [ -114.046743, 36.24524599999971 ], [ -114.046838, 36.194068999999701 ], [ -114.0545654296875, 36.194007873534872 ], [ -114.062080383300781, 36.189247131347372 ], [ -114.062667846679688, 36.188671112060248 ], [ -114.06939697265625, 36.182033538818047 ], [ -114.071823120117188, 36.177726745605163 ], [ -114.072532653808594, 36.176460266112997 ], [ -114.073028564453125, 36.175445556640341 ], [ -114.078048706054688, 36.165096282958693 ], [ -114.084266662597656, 36.155372619628622 ], [ -114.088409423828125, 36.148128509521186 ], [ -114.094573974609375, 36.141593933105185 ], [ -114.097740173339844, 36.135257720946974 ], [ -114.100334167480469, 36.127689361571967 ], [ -114.102767944335938, 36.124126434325881 ], [ -114.109321594238281, 36.121444702148139 ], [ -114.115516662597656, 36.119495391845405 ], [ -114.120025634765625, 36.117168426513366 ], [ -114.122756958007812, 36.113037109374702 ], [ -114.123420715332031, 36.108371734618849 ], [ -114.119697570800781, 36.105377197265341 ], [ -114.11676025390625, 36.102256774902052 ], [ -114.115249633789062, 36.099971771239936 ], [ -114.11602783203125, 36.096370697021186 ], [ -114.118400573730469, 36.093250274657912 ], [ -114.123153686523438, 36.088848114013388 ], [ -114.128082275390625, 36.079364776611023 ], [ -114.133773803710938, 36.06781387329071 ], [ -114.13641357421875, 36.059719085693061 ], [ -114.136810302734375, 36.052482604980163 ], [ -114.136886596679688, 36.050167083739943 ], [ -114.137031555175781, 36.04566192626924 ], [ -114.139488220214844, 36.041648864745817 ], [ -114.143058776855469, 36.038116455077784 ], [ -114.14508056640625, 36.036411285400106 ], [ -114.145599365234375, 36.034587860107131 ], [ -114.147216796875, 36.031379699706733 ], [ -114.147384643554688, 36.030521392821974 ], [ -114.150871276855469, 36.028804779052422 ], [ -114.154304504394531, 36.028446197509467 ], [ -114.160537719726562, 36.029075622558288 ], [ -114.165351867675781, 36.028781890868849 ], [ -114.171058654785156, 36.029586791991903 ], [ -114.1759033203125, 36.029174804687216 ], [ -114.177879333496094, 36.029006958007521 ], [ -114.183990478515625, 36.026554107665717 ], [ -114.188087463378906, 36.023944854736044 ], [ -114.193267822265625, 36.022727966308317 ], [ -114.201515197753906, 36.019954681396179 ], [ -114.213363647460938, 36.016555786132521 ], [ -114.224113464355469, 36.014541625976264 ], [ -114.2337646484375, 36.013908386230163 ], [ -114.240623474121094, 36.015140533446974 ], [ -114.245834350585938, 36.017822265624723 ], [ -114.258125305175781, 36.023147583007535 ], [ -114.266952514648438, 36.029743194579773 ], [ -114.2685546875, 36.035938262939155 ], [ -114.269317626953125, 36.042278289794623 ], [ -114.271919250488281, 36.046672821044652 ], [ -114.276313781738281, 36.04804229736299 ], [ -114.282630920410156, 36.049232482909872 ], [ -114.287223815917969, 36.051010131835632 ], [ -114.290374755859375, 36.054431915282912 ], [ -114.295364379882812, 36.05675506591767 ], [ -114.299400329589844, 36.05849075317353 ], [ -114.304458618164062, 36.058017730712592 ], [ -114.308464050292969, 36.057643890380554 ], [ -114.313507080078125, 36.059593200683281 ], [ -114.316215515136719, 36.062843322753608 ], [ -114.314206, 36.066618999999726 ], [ -114.307879, 36.071290999999711 ], [ -114.307220458984375, 36.073493957519247 ], [ -114.305328369140625, 36.077983856200888 ], [ -114.3062744140625, 36.082546234130568 ], [ -114.308944702148438, 36.086704254150099 ], [ -114.312225341796875, 36.089969635009467 ], [ -114.315864562988281, 36.094470977782912 ], [ -114.318687438964844, 36.098766326904013 ], [ -114.321403503417969, 36.102016448974297 ], [ -114.324150085449219, 36.104358673095419 ], [ -114.328140258789062, 36.105659484863004 ], [ -114.329307556152344, 36.10604095458956 ], [ -114.334510803222656, 36.108177185058295 ], [ -114.338699340820312, 36.110645294189169 ], [ -114.341079711914062, 36.114334106445021 ], [ -114.341766357421875, 36.115398406982138 ], [ -114.346305847167969, 36.121105194091513 ], [ -114.350677490234375, 36.124122619628601 ], [ -114.354461669921875, 36.126842498778984 ], [ -114.360054016113281, 36.131633758544645 ], [ -114.362144470214844, 36.136226654052436 ], [ -114.368202209472656, 36.141376495361037 ], [ -114.373802185058594, 36.143795013427443 ], [ -114.382354736328125, 36.143981933593473 ], [ -114.388679504394531, 36.145668029784872 ], [ -114.396705627441406, 36.147323608398139 ], [ -114.404441833496094, 36.14667510986299 ], [ -114.410919189453125, 36.146129608154006 ], [ -114.417617797851562, 36.141910552978246 ], [ -114.423583984375, 36.137744903564162 ], [ -114.424331665039062, 36.137271881103224 ], [ -114.432594299316406, 36.132450103759474 ], [ -114.4332275390625, 36.132015228271193 ], [ -114.440017700195312, 36.127353668212606 ], [ -114.445053100585938, 36.12975311279267 ], [ -114.449531555175781, 36.131683349609091 ], [ -114.453933715820312, 36.137084960937194 ], [ -114.45770263671875, 36.140968322753622 ], [ -114.462081909179688, 36.142364501952834 ], [ -114.466087341308594, 36.142734527587592 ], [ -114.471138000488281, 36.140361785888359 ], [ -114.480148315429673, 36.13563919067353 ], [ -114.491180419921875, 36.130470275878636 ], [ -114.498085021972656, 36.128829956054396 ], [ -114.504356384277344, 36.128322601318068 ], [ -114.508262634277344, 36.130901336669631 ], [ -114.509841918945312, 36.134117126464567 ], [ -114.509780883789062, 36.137283325195021 ], [ -114.507896423339844, 36.139968872070035 ], [ -114.50439453125, 36.142150878905959 ], [ -114.502029418945312, 36.144359588622748 ], [ -114.501388549804688, 36.146156311034872 ], [ -114.503936767578125, 36.150112152099318 ], [ -114.507431030273438, 36.151756286620802 ], [ -114.510818481445312, 36.152748107909851 ], [ -114.515388488769531, 36.152408599853224 ], [ -114.521087646484375, 36.151565551757521 ], [ -114.524055480957031, 36.149448394775099 ], [ -114.526954650878906, 36.148159027099311 ], [ -114.53094482421875, 36.14825820922821 ], [ -114.534858703613281, 36.150173187255561 ], [ -114.539375305175781, 36.152996063232131 ], [ -114.546272277832031, 36.154663085937209 ], [ -114.551368713378906, 36.153644561767301 ], [ -114.558700561523438, 36.152576446532905 ], [ -114.564979553222656, 36.151538848876662 ], [ -114.57293701171875, 36.150917053222365 ], [ -114.5833740234375, 36.14864349365206 ], [ -114.592109680175781, 36.143863677978246 ], [ -114.597212, 36.142102999999707 ], [ -114.608264, 36.13394899999971 ], [ -114.612213134765611, 36.132820129394233 ], [ -114.615890502929688, 36.133098602294631 ], [ -114.619834899902344, 36.134101867675511 ], [ -114.621444702148438, 36.136863708495802 ], [ -114.622695922851562, 36.139396667480185 ], [ -114.625808715820327, 36.141960144042685 ], [ -114.629791259765625, 36.142055511474332 ], [ -114.632125854492202, 36.140750885009474 ], [ -114.636360168457031, 36.139095306396179 ], [ -114.63968658447267, 36.136299133300518 ], [ -114.645462036132812, 36.13471603393527 ], [ -114.648681640625, 36.132923126220383 ], [ -114.653045654296889, 36.129905700683295 ], [ -114.656013488769531, 36.126800537109098 ], [ -114.65836334228517, 36.125041961669616 ], [ -114.661285400390625, 36.122360229491882 ], [ -114.661429013939014, 36.122233975822986 ], [ -114.661425, 36.122031999999706 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CAN_BC", "PRIMARY_NE": "NWPP Can", "PRIMARY_ST": "BC", "ECONOMIC_M": 1.05, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 2301.0, "RPS_POLICY": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -114.180211, 48.999702999986638 ], [ -114.201107, 48.999248999986627 ], [ -114.224912, 48.999686999986636 ], [ -114.250971, 49.000904999986645 ], [ -114.375977, 49.001389999986642 ], [ -114.476274, 49.001150999986642 ], [ -114.674398, 49.000678999986647 ], [ -114.678217, 49.000724999986659 ], [ -114.728154, 49.000583999986645 ], [ -114.901741, 49.000092999986641 ], [ -115.056132, 48.999656999986662 ], [ -115.207912, 48.999227999986637 ], [ -115.412271, 49.00024999998665 ], [ -115.451506, 49.000445999986638 ], [ -115.501016, 49.000693999986652 ], [ -115.648322, 49.000758999986665 ], [ -115.990685, 49.000908999986635 ], [ -116.00103, 49.001269999986647 ], [ -116.049193, 49.000911999986641 ], [ -116.359212, 49.001138999986651 ], [ -116.369128, 49.00114599998664 ], [ -116.373532, 49.000745999986634 ], [ -116.376039, 49.000517999986648 ], [ -116.386194, 49.000414999986631 ], [ -116.412289, 49.000151999986649 ], [ -116.417503, 49.000098999986641 ], [ -116.441276, 49.000087999986654 ], [ -116.503235, 49.000059999986632 ], [ -116.757234, 48.999942999986636 ], [ -116.757185, 48.999790999986651 ], [ -117.032351, 48.999187999986638 ], [ -117.126075, 48.998887999986636 ], [ -117.268247, 48.999817999986639 ], [ -117.268192, 48.999927999986646 ], [ -117.299913, 49.000013999986642 ], [ -117.33679, 49.000112999986634 ], [ -117.352407, 49.000154999986648 ], [ -117.354524, 49.000160999986633 ], [ -117.429503, 49.000362999986642 ], [ -117.492587, 49.000532999986639 ], [ -117.607323, 49.000842999986645 ], [ -117.630792, 49.000816999986647 ], [ -117.8761, 49.000545999986656 ], [ -117.884123, 48.999932999986648 ], [ -117.884398, 48.999911999986651 ], [ -118.001106, 48.999910999986632 ], [ -118.001695, 49.000239999986647 ], [ -118.002046, 49.000436999986633 ], [ -118.046231, 49.000429999986643 ], [ -118.196645, 49.000406999986652 ], [ -118.364763, 49.000380999986639 ], [ -118.62051, 49.000340999986641 ], [ -118.816964, 49.000310999986645 ], [ -118.836899, 49.000307999986646 ], [ -118.890768, 49.000298999986633 ], [ -119.050599, 49.000274999986651 ], [ -119.093262, 49.00026799998664 ], [ -119.132102, 49.000261999986648 ], [ -119.137274, 49.000296999986638 ], [ -119.180636, 49.000289999986641 ], [ -119.303392, 49.000271999986651 ], [ -119.428678, 49.00025299998665 ], [ -119.437378, 49.000254999986645 ], [ -119.4577, 49.000260999986651 ], [ -119.473355, 49.000260999986651 ], [ -119.701218, 49.00025799998663 ], [ -119.701621, 49.000263999986643 ], [ -119.702016, 49.000268999986645 ], [ -119.876195, 49.000447999986633 ], [ -119.919243, 49.000092999986641 ], [ -120.001199, 48.999417999986633 ], [ -120.239871, 49.000236999986654 ], [ -120.376216, 49.000704999986638 ], [ -120.716604, 49.000187999986657 ], [ -120.851364, 49.000279999986653 ], [ -120.978955, 49.000366999986646 ], [ -121.019017, 49.000492999986648 ], [ -121.035637, 49.000544999986651 ], [ -121.059966, 49.000620999986658 ], [ -121.12624, 49.001411999986644 ], [ -121.2299, 49.001157999986646 ], [ -121.248949, 49.000924999986658 ], [ -121.251244, 49.000166999986654 ], [ -121.256933, 49.000087999986654 ], [ -121.345295, 49.000842999986645 ], [ -121.395543, 48.999850999986634 ], [ -121.524104, 48.99896499998664 ], [ -121.751252, 48.997398999986643 ], [ -121.949724, 49.000112999986641 ], [ -121.987784, 49.000633999986633 ], [ -122.084786, 49.001959999986639 ], [ -122.098357, 49.002145999986659 ], [ -122.136538, 49.002232999986646 ], [ -122.251063, 49.002493999986648 ], [ -122.251622, 49.002492999986657 ], [ -122.251694, 49.002492999986657 ], [ -122.285652, 49.002436999986656 ], [ -122.290694, 49.002428999986648 ], [ -122.405989, 49.002238999986666 ], [ -122.407829, 49.00219299998664 ], [ -122.463079, 49.002218999986646 ], [ -122.485361, 49.002228999986663 ], [ -122.550713, 49.002259999986642 ], [ -122.606063, 49.002285999986654 ], [ -122.620746, 49.002292999986643 ], [ -122.656004, 49.00230899998666 ], [ -122.70543, 49.002331999986652 ], [ -122.72419, 49.00234099998665 ], [ -122.734516, 49.002345999986645 ], [ -122.738986, 49.002347999986647 ], [ -122.743916, 49.002349999986649 ], [ -122.75802, 49.002356999986667 ], [ -122.756037, 48.999511999986645 ], [ -122.756318, 48.996880999986629 ], [ -122.763489, 48.993141999986619 ], [ -122.766307, 48.991671999986629 ], [ -122.766659, 48.991643999986628 ], [ -122.768589, 48.991490999986631 ], [ -122.778679, 49.00089299998664 ], [ -122.789131, 49.007918999986657 ], [ -122.804985, 49.014232999986667 ], [ -122.825562, 49.015307999986675 ], [ -122.850441, 49.026168999986702 ], [ -122.86377, 49.040717999986732 ], [ -122.842331, 49.062278999986781 ], [ -122.843048, 49.075076999986798 ], [ -122.862221, 49.082156999986815 ], [ -122.883331, 49.071925999986796 ], [ -122.914642, 49.060306999986786 ], [ -122.95961, 49.055655999986769 ], [ -122.987427, 49.046985999986738 ], [ -123.017746, 49.030051999986711 ], [ -123.025078, 49.016517999986682 ], [ -123.021957, 49.004455999986654 ], [ -123.01532, 48.999865999986632 ], [ -123.034015, 48.999695999986642 ], [ -123.035393, 49.002153999986639 ], [ -123.067926, 49.002048999986634 ], [ -123.080576, 49.002007999986638 ], [ -123.090546, 49.001975999986648 ], [ -123.103698, 49.024104999986697 ], [ -123.115607, 49.04776099998675 ], [ -123.159004, 49.008115999986664 ], [ -123.176461, 49.016436999986688 ], [ -123.138611, 49.05940599998678 ], [ -123.157236, 49.100336999986865 ], [ -123.121408, 49.085560999986832 ], [ -123.096432, 49.089745999986839 ], [ -123.082768, 49.115047999986906 ], [ -123.045893, 49.131261999986933 ], [ -123.028763, 49.145384999986973 ], [ -122.950371, 49.153491999986976 ], [ -122.922911, 49.168790999987024 ], [ -122.907743, 49.193897999987065 ], [ -122.879759, 49.214426999987118 ], [ -122.821832, 49.217695999987107 ], [ -122.769004, 49.209980999987096 ], [ -122.713692, 49.181867999987048 ], [ -122.671104, 49.183974999987043 ], [ -122.671623, 49.200599999987091 ], [ -122.750698, 49.21952699998711 ], [ -122.760243, 49.227372999987132 ], [ -122.785858, 49.225066999987128 ], [ -122.831051, 49.222174999987118 ], [ -122.876425, 49.22498599998714 ], [ -122.890809, 49.220866999987123 ], [ -122.897413, 49.209000999987104 ], [ -122.91415, 49.19834399998706 ], [ -122.924219, 49.198604999987069 ], [ -122.931218, 49.201473999987087 ], [ -122.938275, 49.20095899998708 ], [ -122.96397, 49.189385999987046 ], [ -122.974039, 49.181409999987046 ], [ -122.983258, 49.181932999987026 ], [ -123.00248, 49.194289999987049 ], [ -123.042159, 49.205018999987082 ], [ -123.04844, 49.204970999987076 ], [ -123.056208, 49.204970999987076 ], [ -123.062825, 49.205737999987093 ], [ -123.068148, 49.204970999987069 ], [ -123.083971, 49.201709999987074 ], [ -123.090265, 49.199432999987067 ], [ -123.098704, 49.199120999987073 ], [ -123.119658, 49.203627999987084 ], [ -123.135465, 49.200206999987074 ], [ -123.14416, 49.183076999987037 ], [ -123.161944, 49.178107999987027 ], [ -123.20928, 49.188045999987054 ], [ -123.209416, 49.22355099998714 ], [ -123.262928, 49.26743699998724 ], [ -123.246124, 49.279183999987239 ], [ -123.186867, 49.270331999987235 ], [ -123.155252, 49.273962999987234 ], [ -123.142363, 49.292397999987273 ], [ -123.134369, 49.295334999987276 ], [ -123.08673, 49.288808999987253 ], [ -122.991943, 49.293417999987284 ], [ -122.933261, 49.290390999987267 ], [ -122.876734, 49.291439999987261 ], [ -122.844799, 49.279900999987255 ], [ -122.835941, 49.284912999987263 ], [ -122.862864, 49.295401999987305 ], [ -122.8772, 49.300530999987288 ], [ -122.91065, 49.295052999987277 ], [ -122.924519, 49.29889899998728 ], [ -122.926734, 49.31090299998732 ], [ -122.895848, 49.327802999987362 ], [ -122.88699, 49.336427999987365 ], [ -122.889562, 49.348554999987392 ], [ -122.875714, 49.36905799998744 ], [ -122.867261, 49.382365999987464 ], [ -122.853053, 49.431283999987556 ], [ -122.861686, 49.462936999987633 ], [ -122.884706, 49.460418999987631 ], [ -122.873556, 49.432542999987582 ], [ -122.888123, 49.394235999987487 ], [ -122.89193, 49.360251999987419 ], [ -122.913307, 49.342395999987382 ], [ -122.934543, 49.332115999987344 ], [ -122.942818, 49.312535999987318 ], [ -122.95034, 49.306640999987316 ], [ -123.000168, 49.300544999987302 ], [ -123.026366, 49.296639999987278 ], [ -123.069111, 49.303491999987287 ], [ -123.095377, 49.312913999987316 ], [ -123.115036, 49.308671999987311 ], [ -123.149811, 49.317515999987329 ], [ -123.211105, 49.315104999987334 ], [ -123.26755, 49.331334999987369 ], [ -123.289131, 49.364965999987426 ], [ -123.261076, 49.38582799998747 ], [ -123.235448, 49.431418999987564 ], [ -123.250735, 49.487709999987686 ], [ -123.246319, 49.496984999987703 ], [ -123.259801, 49.507732999987724 ], [ -123.261076, 49.525768999987761 ], [ -123.236482, 49.556375999987829 ], [ -123.228101, 49.580423999987879 ], [ -123.217717, 49.607933999987928 ], [ -123.207515, 49.619410999987942 ], [ -123.208608, 49.628155999987982 ], [ -123.222818, 49.645280999988003 ], [ -123.218628, 49.655118999988019 ], [ -123.190208, 49.657850999988042 ], [ -123.169257, 49.667870999988047 ], [ -123.157415, 49.679712999988077 ], [ -123.175815, 49.688457999988103 ], [ -123.187111, 49.682627999988092 ], [ -123.196948, 49.682445999988083 ], [ -123.21043, 49.678072999988075 ], [ -123.256157, 49.664773999988043 ], [ -123.259801, 49.645098999988008 ], [ -123.251056, 49.627426999987975 ], [ -123.249052, 49.611394999987937 ], [ -123.265631, 49.588804999987893 ], [ -123.279476, 49.581334999987888 ], [ -123.318463, 49.579695999987884 ], [ -123.336317, 49.569492999987851 ], [ -123.351621, 49.554371999987829 ], [ -123.417206, 49.541254999987785 ], [ -123.455338, 49.513797999987752 ], [ -123.468353, 49.500297999987708 ], [ -123.479439, 49.468696999987628 ], [ -123.469643, 49.436084999987585 ], [ -123.475899, 49.413508999987528 ], [ -123.499626, 49.383506999987461 ], [ -123.517105, 49.376075999987457 ], [ -123.554047, 49.379374999987483 ], [ -123.584061, 49.384864999987478 ], [ -123.703598, 49.433257999987561 ], [ -123.73925, 49.450046999987606 ], [ -123.780838, 49.459323999987632 ], [ -123.843414, 49.461871999987629 ], [ -123.881523, 49.470324999987646 ], [ -123.926674, 49.487849999987695 ], [ -123.943954, 49.49926399998769 ], [ -123.989784, 49.574916999987863 ], [ -124.014, 49.602897999987924 ], [ -124.054527, 49.629462999987965 ], [ -124.059059, 49.639262999987999 ], [ -124.054344, 49.65967899998806 ], [ -124.026131, 49.691363999988106 ], [ -124.001534, 49.723777999988187 ], [ -123.96981, 49.739562999988216 ], [ -123.952393, 49.739509999988186 ], [ -123.925652, 49.731074999988174 ], [ -123.903648, 49.709876999988126 ], [ -123.892105, 49.694682999988103 ], [ -123.885292, 49.674266999988063 ], [ -123.811897, 49.577262999987873 ], [ -123.804131, 49.547744999987813 ], [ -123.790421, 49.529555999987771 ], [ -123.773071, 49.52576399998776 ], [ -123.760246, 49.531657999987772 ], [ -123.750717, 49.54973199998782 ], [ -123.75399, 49.569442999987857 ], [ -123.761971, 49.580039999987868 ], [ -123.754723, 49.593574999987901 ], [ -123.710327, 49.611499999987942 ], [ -123.687019, 49.618895999987949 ], [ -123.647293, 49.627673999987962 ], [ -123.599289, 49.644759999988004 ], [ -123.578117, 49.65895499998804 ], [ -123.573235, 49.671817999988065 ], [ -123.586899, 49.690043999988106 ], [ -123.602112, 49.687045999988101 ], [ -123.705276, 49.643172999987996 ], [ -123.75087, 49.626788999987987 ], [ -123.784538, 49.629218999987962 ], [ -123.800781, 49.63537999998799 ], [ -123.817955, 49.658103999988036 ], [ -123.816574, 49.675502999988062 ], [ -123.832611, 49.696689999988124 ], [ -123.859428, 49.705108999988134 ], [ -123.906647, 49.767280999988252 ], [ -123.909943, 49.786921999988294 ], [ -123.899269, 49.795951999988304 ], [ -123.871094, 49.808738999988343 ], [ -123.860474, 49.82909399998838 ], [ -123.862549, 49.851035999988426 ], [ -123.869293, 49.867675999988457 ], [ -123.861961, 49.900142999988518 ], [ -123.873543, 49.915351999988545 ], [ -123.894615, 49.919913999988552 ], [ -123.927322, 49.924590999988567 ], [ -123.9505, 49.954913999988619 ], [ -123.944519, 49.973811999988662 ], [ -123.932716, 49.985106999988673 ], [ -123.872597, 50.006099999988749 ], [ -123.833694, 50.02404799998876 ], [ -123.76622, 50.062335999988825 ], [ -123.736588, 50.073478999988851 ], [ -123.730537, 50.084823999988863 ], [ -123.749313, 50.097796999988894 ], [ -123.813637, 50.124549999988965 ], [ -123.908394, 50.198398999989095 ], [ -123.932976, 50.207526999989113 ], [ -123.949509, 50.202292999989112 ], [ -123.950821, 50.188697999989074 ], [ -123.930984, 50.170424999989052 ], [ -123.837318, 50.113353999988938 ], [ -123.819839, 50.094352999988899 ], [ -123.824646, 50.085296999988884 ], [ -123.8638, 50.055926999988813 ], [ -123.977188, 49.997310999988699 ], [ -124.000854, 49.97095899998866 ], [ -124.008102, 49.946010999988609 ], [ -123.997604, 49.928641999988571 ], [ -123.931282, 49.880004999988472 ], [ -123.917412, 49.854270999988408 ], [ -123.930618, 49.821822999988356 ], [ -123.950577, 49.813544999988345 ], [ -123.970406, 49.812842999988348 ], [ -123.990211, 49.831042999988377 ], [ -123.995903, 49.846217999988411 ], [ -123.995682, 49.87645699998847 ], [ -123.999062, 49.892272999988514 ], [ -124.020111, 49.900634999988526 ], [ -124.036484, 49.899222999988538 ], [ -124.048271, 49.891627999988508 ], [ -124.054436, 49.8425749999884 ], [ -124.081474, 49.813079999988346 ], [ -124.109535, 49.79652399998831 ], [ -124.142232, 49.779582999988286 ], [ -124.180923, 49.779281999988278 ], [ -124.218323, 49.763389999988256 ], [ -124.263847, 49.750586999988222 ], [ -124.334984, 49.755843999988244 ], [ -124.392212, 49.769412999988255 ], [ -124.450554, 49.76928299998827 ], [ -124.506729, 49.796374999988295 ], [ -124.516037, 49.804611999988325 ], [ -124.527931, 49.823569999988365 ], [ -124.528015, 49.838691999988406 ], [ -124.533882, 49.850001999988429 ], [ -124.58091, 49.876353999988467 ], [ -124.617432, 49.90038699998852 ], [ -124.679703, 49.927409999988583 ], [ -124.711571, 49.945380999988593 ], [ -124.778915, 49.993499999988693 ], [ -124.796783, 50.016078999988736 ], [ -124.815674, 50.028804999988772 ], [ -124.82061, 50.04237399998879 ], [ -124.800713, 50.05083499998883 ], [ -124.770065, 50.045707999988799 ], [ -124.770409, 50.064628999988827 ], [ -124.744637, 50.076819999988857 ], [ -124.724571, 50.077720999988856 ], [ -124.710541, 50.086055999988858 ], [ -124.694328, 50.102790999988912 ], [ -124.636932, 50.146201999989003 ], [ -124.612282, 50.159888999989022 ], [ -124.601929, 50.180346999989055 ], [ -124.60215, 50.218211999989123 ], [ -124.615562, 50.276381999989248 ], [ -124.628624, 50.285502999989262 ], [ -124.652397, 50.292964999989259 ], [ -124.671539, 50.317119999989316 ], [ -124.672958, 50.348857999989363 ], [ -124.655289, 50.364112999989423 ], [ -124.609207, 50.377124999989427 ], [ -124.460007, 50.39492799998947 ], [ -124.400764, 50.417804999989514 ], [ -124.371132, 50.440539999989532 ], [ -124.347511, 50.482257999989621 ], [ -124.365326, 50.485957999989608 ], [ -124.402122, 50.479938999989628 ], [ -124.476746, 50.435046999989531 ], [ -124.526527, 50.419013999989502 ], [ -124.58696, 50.412864999989502 ], [ -124.64386, 50.40963699998948 ], [ -124.686478, 50.395816999989464 ], [ -124.712273, 50.364642999989407 ], [ -124.769897, 50.332503999989349 ], [ -124.821716, 50.311835999989306 ], [ -124.854744, 50.304782999989285 ], [ -124.903496, 50.32116299998934 ], [ -124.927162, 50.321010999989319 ], [ -124.948685, 50.336780999989365 ], [ -124.942123, 50.36937699998942 ], [ -124.949463, 50.389804999989465 ], [ -124.983299, 50.420634999989502 ], [ -124.999779, 50.415221999989491 ], [ -125.006561, 50.401519999989468 ], [ -124.995125, 50.353900999989392 ], [ -125.00428, 50.335658999989356 ], [ -125.033684, 50.320289999989328 ], [ -125.052574, 50.321677999989319 ], [ -125.066841, 50.328349999989342 ], [ -125.032173, 50.436877999989555 ], [ -125.019447, 50.454467999989546 ], [ -124.981857, 50.478179999989614 ], [ -124.937042, 50.49671199998965 ], [ -124.913551, 50.519614999989692 ], [ -124.864441, 50.581309999989806 ], [ -124.849609, 50.626025999989871 ], [ -124.845055, 50.646586999989907 ], [ -124.85331, 50.72004699999006 ], [ -124.899361, 50.769797999990125 ], [ -124.871376, 50.816970999990211 ], [ -124.810898, 50.868930999990312 ], [ -124.79805, 50.890243999990346 ], [ -124.812675, 50.908370999990382 ], [ -124.840385, 50.916594999990394 ], [ -124.861755, 50.905829999990367 ], [ -124.88044, 50.869304999990327 ], [ -124.92794, 50.83866099999026 ], [ -124.971901, 50.814822999990213 ], [ -124.980003, 50.795104999990166 ], [ -124.971336, 50.776885999990135 ], [ -124.96991, 50.764029999990115 ], [ -124.955261, 50.742171999990084 ], [ -124.92382, 50.725680999990061 ], [ -124.917664, 50.710513999990035 ], [ -124.917076, 50.676471999989978 ], [ -124.937714, 50.616420999989877 ], [ -124.950348, 50.587512999989812 ], [ -124.965424, 50.565421999989773 ], [ -124.986572, 50.547126999989757 ], [ -125.006538, 50.534896999989719 ], [ -125.006401, 50.52345999998969 ], [ -125.015663, 50.512805999989673 ], [ -125.077171, 50.492606999989626 ], [ -125.098312, 50.481887999989617 ], [ -125.111008, 50.460525999989578 ], [ -125.110397, 50.430228999989531 ], [ -125.121925, 50.4149399999895 ], [ -125.137215, 50.408061999989478 ], [ -125.162178, 50.413135999989485 ], [ -125.181366, 50.425807999989523 ], [ -125.19722, 50.441619999989548 ], [ -125.231873, 50.45111099998956 ], [ -125.243828, 50.458548999989574 ], [ -125.238258, 50.469958999989593 ], [ -125.213615, 50.483813999989628 ], [ -125.207916, 50.495261999989644 ], [ -125.225891, 50.502646999989658 ], [ -125.250877, 50.50018299998964 ], [ -125.276695, 50.487761999989644 ], [ -125.290504, 50.471782999989607 ], [ -125.305847, 50.464755999989599 ], [ -125.326065, 50.467612999989591 ], [ -125.334885, 50.485663999989619 ], [ -125.349281, 50.540069999989726 ], [ -125.363632, 50.542945999989733 ], [ -125.384895, 50.535880999989729 ], [ -125.393654, 50.510035999989675 ], [ -125.393837, 50.469825999989602 ], [ -125.434998, 50.458037999989564 ], [ -125.470642, 50.457656999989574 ], [ -125.500282, 50.453456999989569 ], [ -125.521637, 50.453956999989572 ], [ -125.533646, 50.461360999989573 ], [ -125.531288, 50.498572999989648 ], [ -125.513367, 50.535171999989728 ], [ -125.501823, 50.586772999989812 ], [ -125.502434, 50.609527999989858 ], [ -125.489052, 50.640822999989922 ], [ -125.452812, 50.666244999989942 ], [ -125.436714, 50.686896999990005 ], [ -125.44912, 50.701957999989993 ], [ -125.47419, 50.703113999990016 ], [ -125.500137, 50.690707999990011 ], [ -125.51609, 50.666205999989948 ], [ -125.533508, 50.650905999989931 ], [ -125.542488, 50.632594999989905 ], [ -125.548492, 50.596091999989831 ], [ -125.569572, 50.545047999989741 ], [ -125.593048, 50.49696399998966 ], [ -125.615524, 50.458796999989588 ], [ -125.632813, 50.439609999989557 ], [ -125.653725, 50.428695999989515 ], [ -125.681007, 50.425322999989518 ], [ -125.704796, 50.428737999989529 ], [ -125.719337, 50.439155999989545 ], [ -125.720924, 50.448226999989558 ], [ -125.762207, 50.476390999989611 ], [ -125.762512, 50.516559999989695 ], [ -125.780533, 50.520087999989705 ], [ -125.810059, 50.515838999989697 ], [ -125.84153, 50.49946199998967 ], [ -125.940102, 50.466010999989592 ], [ -126.003479, 50.477096999989612 ], [ -126.032692, 50.465186999989584 ], [ -126.064919, 50.46760199998959 ], [ -126.103714, 50.485084999989631 ], [ -126.151215, 50.48420299998962 ], [ -126.185181, 50.474498999989613 ], [ -126.242561, 50.481666999989621 ], [ -126.258232, 50.485923999989623 ], [ -126.249794, 50.508124999989668 ], [ -126.227417, 50.513862999989669 ], [ -126.180122, 50.518496999989686 ], [ -126.172203, 50.527057999989694 ], [ -126.165329, 50.558238999989761 ], [ -126.139435, 50.567096999989779 ], [ -126.111008, 50.569121999989783 ], [ -126.043907, 50.586265999989806 ], [ -126.006325, 50.59905599998983 ], [ -125.956299, 50.600680999989841 ], [ -125.938934, 50.616095999989881 ], [ -125.95253, 50.625007999989876 ], [ -125.978836, 50.627551999989898 ], [ -126.096062, 50.608779999989849 ], [ -126.161789, 50.586329999989808 ], [ -126.192787, 50.587314999989808 ], [ -126.226936, 50.602504999989833 ], [ -126.253319, 50.605056999989841 ], [ -126.256851, 50.630748999989898 ], [ -126.226303, 50.641219999989914 ], [ -126.165054, 50.629535999989891 ], [ -126.136459, 50.631610999989903 ], [ -126.066811, 50.649508999989933 ], [ -126.029968, 50.652507999989922 ], [ -125.994537, 50.660647999989934 ], [ -125.954597, 50.649192999989914 ], [ -125.927002, 50.645125999989922 ], [ -125.724861, 50.66347099998994 ], [ -125.707176, 50.67124899998997 ], [ -125.687485, 50.687465999989989 ], [ -125.65361, 50.744803999990097 ], [ -125.624458, 50.767936999990148 ], [ -125.618958, 50.78325999999015 ], [ -125.636124, 50.833034999990247 ], [ -125.643837, 50.845794999990282 ], [ -125.633339, 50.855124999990267 ], [ -125.608406, 50.861487999990302 ], [ -125.543739, 50.86766799999031 ], [ -125.511803, 50.880206999990328 ], [ -125.499084, 50.897803999990359 ], [ -125.49987, 50.924300999990415 ], [ -125.512138, 50.972033999990487 ], [ -125.523735, 50.996905999990531 ], [ -125.536201, 51.011889999990558 ], [ -125.544205, 51.036120999990601 ], [ -125.585564, 51.08571999999068 ], [ -125.606293, 51.092250999990682 ], [ -125.619095, 51.078391999990657 ], [ -125.626488, 51.047194999990609 ], [ -125.599281, 50.989139999990513 ], [ -125.557892, 50.935718999990442 ], [ -125.556267, 50.922870999990394 ], [ -125.577217, 50.900584999990357 ], [ -125.655418, 50.870765999990319 ], [ -125.674202, 50.85682699999029 ], [ -125.676147, 50.844619999990265 ], [ -125.670311, 50.815894999990213 ], [ -125.661263, 50.79396799999018 ], [ -125.666687, 50.778762999990143 ], [ -125.69323, 50.748820999990102 ], [ -125.713684, 50.718959999990041 ], [ -125.741898, 50.705607999990022 ], [ -125.815514, 50.692405999989994 ], [ -125.873962, 50.68999099998998 ], [ -125.911919, 50.684844999989977 ], [ -125.934357, 50.679095999989983 ], [ -125.951195, 50.681079999989997 ], [ -126.003227, 50.696128999990009 ], [ -126.048492, 50.692344999989984 ], [ -126.080208, 50.683402999989973 ], [ -126.130638, 50.660476999989939 ], [ -126.142883, 50.667891999989955 ], [ -126.150597, 50.680648999989984 ], [ -126.145363, 50.695876999990006 ], [ -126.131874, 50.715869999990034 ], [ -126.118767, 50.743419999990081 ], [ -126.095268, 50.751414999990118 ], [ -126.059372, 50.752021999990113 ], [ -126.026192, 50.759482999990112 ], [ -126.013474, 50.769538999990132 ], [ -126.026115, 50.78453099999016 ], [ -126.057487, 50.789275999990167 ], [ -126.109421, 50.775432999990123 ], [ -126.142075, 50.781665999990146 ], [ -126.176666, 50.804484999990194 ], [ -126.172592, 50.821273999990225 ], [ -126.14328, 50.833198999990238 ], [ -126.144958, 50.846072999990255 ], [ -126.158676, 50.854964999990287 ], [ -126.188828, 50.858157999990297 ], [ -126.239594, 50.842807999990256 ], [ -126.304237, 50.839942999990257 ], [ -126.364807, 50.828860999990241 ], [ -126.394371, 50.820674999990253 ], [ -126.439529, 50.812869999990205 ], [ -126.484695, 50.830054999990224 ], [ -126.502769, 50.829696999990254 ], [ -126.525208, 50.823810999990243 ], [ -126.541039, 50.828029999990228 ], [ -126.555794, 50.834575999990257 ], [ -126.560257, 50.850341999990263 ], [ -126.544876, 50.875018999990317 ], [ -126.511848, 50.90762299999038 ], [ -126.491676, 50.912604999990386 ], [ -126.451553, 50.905181999990369 ], [ -126.410141, 50.892428999990358 ], [ -126.384987, 50.895186999990358 ], [ -126.354149, 50.901942999990389 ], [ -126.324203, 50.90251899999037 ], [ -126.265038, 50.897635999990342 ], [ -126.220734, 50.899276999990363 ], [ -126.163574, 50.911014999990378 ], [ -126.149727, 50.923415999990397 ], [ -126.159897, 50.935370999990425 ], [ -126.176842, 50.937320999990426 ], [ -126.215118, 50.932010999990425 ], [ -126.257057, 50.931193999990413 ], [ -126.311485, 50.937716999990435 ], [ -126.360611, 50.934398999990421 ], [ -126.415894, 50.934813999990418 ], [ -126.44886, 50.944716999990426 ], [ -126.468086, 50.967055999990471 ], [ -126.474045, 50.988185999990513 ], [ -126.487404, 51.010692999990553 ], [ -126.500084, 51.021792999990566 ], [ -126.521896, 51.025844999990575 ], [ -126.542213, 50.999591999990528 ], [ -126.538757, 50.9814029999905 ], [ -126.522842, 50.955966999990466 ], [ -126.526787, 50.939155999990419 ], [ -126.537041, 50.929854999990411 ], [ -126.579269, 50.911483999990388 ], [ -126.607544, 50.901721999990365 ], [ -126.623779, 50.892192999990336 ], [ -126.666206, 50.877501999990315 ], [ -126.699028, 50.883559999990339 ], [ -126.723564, 50.894340999990348 ], [ -126.761414, 50.902560999990371 ], [ -126.76358, 50.919150999990393 ], [ -126.709175, 50.934211999990424 ], [ -126.720589, 50.943774999990431 ], [ -126.770454, 50.951659999990433 ], [ -126.766205, 50.960875999990471 ], [ -126.757713, 50.979312999990483 ], [ -126.770096, 50.986579999990504 ], [ -126.806557, 50.972060999990475 ], [ -126.88858, 50.918284999990391 ], [ -126.908325, 50.909423999990373 ], [ -126.923805, 50.905982999990371 ], [ -126.957367, 50.905818999990373 ], [ -127.026016, 50.906997999990374 ], [ -127.058792, 50.912978999990379 ], [ -127.099297, 50.923999999990414 ], [ -127.13678, 50.928206999990401 ], [ -127.16758, 50.92128799999039 ], [ -127.1558, 50.907935999990386 ], [ -127.133591, 50.900226999990359 ], [ -127.077576, 50.888884999990324 ], [ -126.996559, 50.880504999990336 ], [ -126.949928, 50.883300999990325 ], [ -126.919624, 50.880256999990323 ], [ -126.909622, 50.872176999990316 ], [ -126.908821, 50.860778999990295 ], [ -126.930977, 50.851165999990279 ], [ -126.955994, 50.848193999990272 ], [ -127.0112, 50.830790999990242 ], [ -127.042259, 50.827628999990239 ], [ -127.065079, 50.829223999990248 ], [ -127.104454, 50.842574999990262 ], [ -127.130386, 50.854758999990288 ], [ -127.172997, 50.878562999990343 ], [ -127.202469, 50.887629999990338 ], [ -127.316978, 50.909297999990372 ], [ -127.373734, 50.928061999990405 ], [ -127.428398, 50.951400999990426 ], [ -127.454933, 50.967296999990474 ], [ -127.47419, 50.981841999990515 ], [ -127.491928, 51.008670999990549 ], [ -127.493942, 51.017722999990553 ], [ -127.480568, 51.047736999990605 ], [ -127.463135, 51.05591199999062 ], [ -127.443703, 51.055022999990626 ], [ -127.41317, 51.034701999990581 ], [ -127.378555, 51.023620999990577 ], [ -127.321594, 51.018470999990569 ], [ -127.242294, 51.023147999990577 ], [ -127.126587, 51.021182999990572 ], [ -127.081055, 51.025462999990594 ], [ -127.018562, 51.027995999990573 ], [ -126.970879, 51.036899999990624 ], [ -126.927704, 51.040275999990591 ], [ -126.872948, 51.051589999990618 ], [ -126.809204, 51.052440999990615 ], [ -126.757957, 51.043143999990605 ], [ -126.719589, 51.027312999990578 ], [ -126.699631, 51.014914999990559 ], [ -126.677612, 51.010867999990552 ], [ -126.664246, 51.027144999990568 ], [ -126.676857, 51.038268999990592 ], [ -126.720337, 51.059985999990623 ], [ -126.728439, 51.072673999990656 ], [ -126.723091, 51.084228999990671 ], [ -126.667221, 51.11899599999073 ], [ -126.653847, 51.13908399999076 ], [ -126.669411, 51.156951999990795 ], [ -126.699997, 51.142482999990769 ], [ -126.757736, 51.099303999990681 ], [ -126.790596, 51.084105999990669 ], [ -126.888298, 51.08315999999067 ], [ -126.988434, 51.063777999990641 ], [ -127.046021, 51.05916999999063 ], [ -127.154327, 51.05609499999062 ], [ -127.25, 51.04573399999061 ], [ -127.32592, 51.044234999990607 ], [ -127.36158, 51.052993999990612 ], [ -127.423332, 51.087604999990681 ], [ -127.467415, 51.095336999990693 ], [ -127.475754, 51.107963999990716 ], [ -127.456955, 51.114638999990731 ], [ -127.341888, 51.11062599999071 ], [ -127.198746, 51.102675999990694 ], [ -127.15519, 51.102427999990709 ], [ -127.057732, 51.0899699999907 ], [ -126.998772, 51.093078999990695 ], [ -126.978333, 51.111907999990734 ], [ -126.993195, 51.118316999990732 ], [ -127.063995, 51.12858199999075 ], [ -127.120934, 51.129989999990748 ], [ -127.151848, 51.14050299999078 ], [ -127.181236, 51.145740999990785 ], [ -127.241592, 51.144027999990769 ], [ -127.278862, 51.140655999990777 ], [ -127.413361, 51.145682999990775 ], [ -127.527748, 51.138247999990774 ], [ -127.556389, 51.149486999990771 ], [ -127.592293, 51.144500999990775 ], [ -127.588905, 51.13394899999075 ], [ -127.568878, 51.125480999990735 ], [ -127.561966, 51.114310999990721 ], [ -127.575432, 51.101710999990715 ], [ -127.591835, 51.095862999990686 ], [ -127.653374, 51.095317999990719 ], [ -127.688057, 51.13372399999075 ], [ -127.754387, 51.158832999990807 ], [ -127.774742, 51.171023999990823 ], [ -127.783035, 51.197345999990866 ], [ -127.773041, 51.2205279999909 ], [ -127.748833, 51.235030999990926 ], [ -127.706169, 51.246428999990961 ], [ -127.646378, 51.255980999990953 ], [ -127.603691, 51.253581999990935 ], [ -127.521149, 51.238055999990941 ], [ -127.458473, 51.240817999990931 ], [ -127.420074, 51.246600999990939 ], [ -127.32814, 51.265315999990968 ], [ -127.210487, 51.29698199999104 ], [ -127.178551, 51.31002799999105 ], [ -127.177856, 51.333613999991087 ], [ -127.203438, 51.334418999991094 ], [ -127.241829, 51.328757999991083 ], [ -127.306107, 51.310145999991057 ], [ -127.374336, 51.313353999991051 ], [ -127.41761, 51.323459999991066 ], [ -127.483482, 51.327437999991069 ], [ -127.505501, 51.345035999991097 ], [ -127.520729, 51.351405999991108 ], [ -127.540184, 51.352324999991112 ], [ -127.610214, 51.346961999991123 ], [ -127.721443, 51.324981999991067 ], [ -127.753685, 51.332969999991093 ], [ -127.766136, 51.350108999991107 ], [ -127.75563, 51.369502999991155 ], [ -127.729958, 51.382514999991166 ], [ -127.700264, 51.391112999991201 ], [ -127.666946, 51.385451999991169 ], [ -127.649864, 51.383712999991168 ], [ -127.626869, 51.399692999991196 ], [ -127.61013, 51.419272999991215 ], [ -127.586433, 51.441318999991246 ], [ -127.568527, 51.445674999991255 ], [ -127.526756, 51.440970999991272 ], [ -127.485741, 51.416427999991242 ], [ -127.458748, 51.41419199999121 ], [ -127.394737, 51.419265999991218 ], [ -127.35054, 51.415256999991222 ], [ -127.320709, 51.406295999991208 ], [ -127.272362, 51.411509999991203 ], [ -127.269524, 51.422263999991223 ], [ -127.282562, 51.433280999991254 ], [ -127.322182, 51.442771999991258 ], [ -127.414726, 51.441455999991263 ], [ -127.435814, 51.447658999991276 ], [ -127.474022, 51.451777999991265 ], [ -127.499115, 51.462390999991285 ], [ -127.524666, 51.476794999991334 ], [ -127.529411, 51.488860999991331 ], [ -127.519989, 51.523421999991378 ], [ -127.507042, 51.543605999991428 ], [ -127.493813, 51.577517999991464 ], [ -127.481514, 51.591628999991492 ], [ -127.455231, 51.614497999991549 ], [ -127.39566, 51.635383999991561 ], [ -127.36306, 51.640960999991556 ], [ -127.288849, 51.662913999991609 ], [ -127.288643, 51.676604999991632 ], [ -127.309189, 51.688991999991636 ], [ -127.34301, 51.698619999991664 ], [ -127.364822, 51.694957999991665 ], [ -127.386742, 51.677520999991629 ], [ -127.403404, 51.671691999991616 ], [ -127.417091, 51.690318999991653 ], [ -127.413582, 51.70715699999166 ], [ -127.406586, 51.72719199999171 ], [ -127.392029, 51.745913999991728 ], [ -127.35247, 51.788951999991809 ], [ -127.331879, 51.82535899999187 ], [ -127.32534, 51.853015999991889 ], [ -127.336105, 51.864886999991917 ], [ -127.357002, 51.863444999991906 ], [ -127.372154, 51.852344999991878 ], [ -127.374336, 51.83399599999187 ], [ -127.386284, 51.812343999991832 ], [ -127.420639, 51.780784999991788 ], [ -127.443947, 51.764831999991763 ], [ -127.479065, 51.744727999991738 ], [ -127.488205, 51.720069999991694 ], [ -127.504562, 51.710372999991669 ], [ -127.612526, 51.711493999991681 ], [ -127.652008, 51.69955399999165 ], [ -127.641197, 51.687724999991644 ], [ -127.607315, 51.67819599999163 ], [ -127.590111, 51.67644099999162 ], [ -127.536079, 51.675864999991639 ], [ -127.500801, 51.678569999991637 ], [ -127.477646, 51.680758999991639 ], [ -127.450928, 51.668681999991605 ], [ -127.485046, 51.650882999991587 ], [ -127.515663, 51.64991399999159 ], [ -127.548927, 51.638213999991571 ], [ -127.579338, 51.592277999991502 ], [ -127.601891, 51.568686999991463 ], [ -127.640907, 51.552909999991435 ], [ -127.681595, 51.54246099999142 ], [ -127.738472, 51.522269999991387 ], [ -127.753342, 51.524806999991384 ], [ -127.764786, 51.53054799999142 ], [ -127.767105, 51.557063999991428 ], [ -127.756859, 51.566550999991456 ], [ -127.741394, 51.570163999991451 ], [ -127.718964, 51.56633799999144 ], [ -127.701347, 51.574565999991471 ], [ -127.699341, 51.592906999991499 ], [ -127.703964, 51.604934999991514 ], [ -127.717178, 51.615901999991529 ], [ -127.732079, 51.618442999991544 ], [ -127.770065, 51.604964999991509 ], [ -127.786339, 51.608993999991526 ], [ -127.816132, 51.627742999991547 ], [ -127.848679, 51.676856999991628 ], [ -127.86367, 51.720534999991706 ], [ -127.868134, 51.783645999991776 ], [ -127.862373, 51.828757999991858 ], [ -127.847687, 51.871177999991929 ], [ -127.8321, 51.888507999991951 ], [ -127.76989, 51.910479999991992 ], [ -127.693825, 51.913775999991991 ], [ -127.664047, 51.926227999992015 ], [ -127.639023, 51.950667999992049 ], [ -127.630981, 51.973002999992076 ], [ -127.628029, 52.011195999992118 ], [ -127.629562, 52.04396099999218 ], [ -127.612648, 52.077323999992231 ], [ -127.59642, 52.090819999992256 ], [ -127.506836, 52.131732999992316 ], [ -127.478355, 52.131930999992321 ], [ -127.465401, 52.124648999992303 ], [ -127.462044, 52.114135999992293 ], [ -127.47963, 52.102084999992265 ], [ -127.534378, 52.088981999992257 ], [ -127.592125, 52.06883599999221 ], [ -127.596901, 52.053393999992188 ], [ -127.586006, 52.041545999992174 ], [ -127.526672, 52.056407999992203 ], [ -127.489922, 52.061385999992225 ], [ -127.438942, 52.0576359999922 ], [ -127.419365, 52.060473999992212 ], [ -127.399338, 52.073359999992221 ], [ -127.361313, 52.076743999992225 ], [ -127.345711, 52.084121999992242 ], [ -127.359215, 52.098926999992266 ], [ -127.394539, 52.106280999992279 ], [ -127.421684, 52.135951999992322 ], [ -127.425041, 52.146464999992332 ], [ -127.419983, 52.16186899999235 ], [ -127.407478, 52.175998999992366 ], [ -127.359802, 52.200290999992404 ], [ -127.299583, 52.22500999999243 ], [ -127.242088, 52.252585999992498 ], [ -127.120705, 52.294146999992549 ], [ -127.083405, 52.295127999992538 ], [ -127.031883, 52.287318999992529 ], [ -126.983032, 52.264979999992498 ], [ -126.957756, 52.240542999992464 ], [ -126.94352, 52.214236999992423 ], [ -126.919144, 52.183597999992365 ], [ -126.841415, 52.13217899999232 ], [ -126.78373, 52.103114999992272 ], [ -126.731033, 52.05102199999218 ], [ -126.691299, 51.988776999992098 ], [ -126.668762, 51.963386999992053 ], [ -126.639122, 51.961715999992066 ], [ -126.632507, 51.975638999992071 ], [ -126.647797, 52.00348299999213 ], [ -126.685318, 52.052913999992192 ], [ -126.734848, 52.094375999992259 ], [ -126.768166, 52.131698999992309 ], [ -126.809654, 52.160365999992344 ], [ -126.855629, 52.179835999992385 ], [ -126.892036, 52.223929999992443 ], [ -126.901978, 52.241935999992471 ], [ -126.918877, 52.253745999992496 ], [ -126.936703, 52.275238999992524 ], [ -126.948825, 52.295491999992542 ], [ -126.945573, 52.316927999992565 ], [ -126.917485, 52.342206999992612 ], [ -126.881414, 52.358911999992628 ], [ -126.807793, 52.370146999992663 ], [ -126.777488, 52.372364999992655 ], [ -126.769209, 52.392321999992674 ], [ -126.79715, 52.40000999999269 ], [ -126.852143, 52.387295999992652 ], [ -126.914824, 52.36792999999264 ], [ -126.951043, 52.367190999992644 ], [ -126.985192, 52.331562999992606 ], [ -127.03989, 52.32727599999258 ], [ -127.078316, 52.328052999992579 ], [ -127.111809, 52.32640799999259 ], [ -127.1362, 52.335662999992586 ], [ -127.151085, 52.352012999992631 ], [ -127.170532, 52.380439999992674 ], [ -127.170067, 52.390380999992665 ], [ -127.156647, 52.410571999992698 ], [ -127.157425, 52.422065999992711 ], [ -127.168007, 52.430114999992725 ], [ -127.188629, 52.438693999992729 ], [ -127.198135, 52.449088999992753 ], [ -127.197716, 52.476615999992781 ], [ -127.183685, 52.506801999992845 ], [ -127.151787, 52.531299999992854 ], [ -127.118126, 52.550540999992897 ], [ -127.073746, 52.57921999999293 ], [ -127.047722, 52.599784999992956 ], [ -127.025833, 52.611030999992963 ], [ -126.969276, 52.626265999992995 ], [ -126.925919, 52.673911999993052 ], [ -126.900291, 52.684493999993087 ], [ -126.908707, 52.714820999993115 ], [ -126.918205, 52.725249999993132 ], [ -126.91935, 52.761874999993182 ], [ -126.92392, 52.791530999993221 ], [ -126.949875, 52.81995399999326 ], [ -126.965652, 52.830264999993261 ], [ -127.013313, 52.861091999993313 ], [ -127.054344, 52.870727999993328 ], [ -127.058739, 52.861442999993315 ], [ -127.050003, 52.844809999993288 ], [ -127.01667, 52.81896199999327 ], [ -126.980026, 52.782481999993209 ], [ -126.970825, 52.758319999993169 ], [ -126.972778, 52.73228799999314 ], [ -126.998032, 52.661387999993046 ], [ -127.034332, 52.641341999993031 ], [ -127.112358, 52.610991999992969 ], [ -127.169296, 52.58198499999294 ], [ -127.200195, 52.559707999992902 ], [ -127.231064, 52.519916999992851 ], [ -127.249008, 52.476706999992786 ], [ -127.253014, 52.463569999992771 ], [ -127.270477, 52.44780299999276 ], [ -127.30513, 52.426242999992716 ], [ -127.340202, 52.412230999992715 ], [ -127.363014, 52.416072999992707 ], [ -127.402176, 52.437858999992734 ], [ -127.425995, 52.453132999992754 ], [ -127.486488, 52.50473399999283 ], [ -127.559868, 52.559653999992904 ], [ -127.576523, 52.563727999992906 ], [ -127.592468, 52.560206999992907 ], [ -127.597763, 52.54855699999289 ], [ -127.566086, 52.514461999992839 ], [ -127.462273, 52.423003999992723 ], [ -127.420937, 52.405951999992702 ], [ -127.40892, 52.396422999992673 ], [ -127.411789, 52.385634999992675 ], [ -127.440681, 52.371814999992665 ], [ -127.471649, 52.339530999992604 ], [ -127.532944, 52.312472999992551 ], [ -127.615273, 52.283889999992532 ], [ -127.647987, 52.274486999992511 ], [ -127.660904, 52.264132999992498 ], [ -127.694908, 52.256141999992494 ], [ -127.707283, 52.269484999992514 ], [ -127.700737, 52.293303999992546 ], [ -127.670258, 52.329429999992591 ], [ -127.672508, 52.342338999992606 ], [ -127.69014, 52.344035999992606 ], [ -127.7313, 52.329688999992598 ], [ -127.764778, 52.300319999992553 ], [ -127.823799, 52.209029999992424 ], [ -127.851654, 52.201232999992399 ], [ -127.870979, 52.221965999992435 ], [ -127.885841, 52.261859999992488 ], [ -127.880035, 52.307036999992562 ], [ -127.860031, 52.320022999992567 ], [ -127.828545, 52.317241999992568 ], [ -127.81691, 52.325290999992589 ], [ -127.815834, 52.341365999992604 ], [ -127.830986, 52.371337999992647 ], [ -127.871124, 52.414248999992715 ], [ -127.87365, 52.440913999992745 ], [ -127.862549, 52.45652799999278 ], [ -127.843163, 52.463302999992777 ], [ -127.815491, 52.461234999992769 ], [ -127.773216, 52.436728999992724 ], [ -127.757645, 52.430331999992731 ], [ -127.744568, 52.436877999992745 ], [ -127.749649, 52.452788999992762 ], [ -127.803276, 52.492923999992826 ], [ -127.833778, 52.497992999992832 ], [ -127.865974, 52.494605999992814 ], [ -127.910316, 52.473231999992805 ], [ -127.923767, 52.442950999992739 ], [ -127.924774, 52.399428999992672 ], [ -127.910866, 52.37088799999264 ], [ -127.919121, 52.352279999992632 ], [ -127.942825, 52.326243999992599 ], [ -127.964279, 52.314815999992554 ], [ -127.994171, 52.316024999992557 ], [ -128.012634, 52.338973999992618 ], [ -128.026611, 52.367495999992649 ], [ -128.037964, 52.42055099999272 ], [ -128.039474, 52.449492999992756 ], [ -128.024948, 52.468345999992785 ], [ -128.000809, 52.476829999992795 ], [ -127.971321, 52.483298999992812 ], [ -127.959961, 52.495147999992831 ], [ -127.976662, 52.512881999992842 ], [ -128.003326, 52.517264999992847 ], [ -128.033203, 52.514644999992846 ], [ -128.074417, 52.500152999992814 ], [ -128.090225, 52.482829999992795 ], [ -128.104797, 52.440223999992746 ], [ -128.144058, 52.420478999992717 ], [ -128.186752, 52.346347999992616 ], [ -128.234665, 52.278079999992521 ], [ -128.255173, 52.2590099999925 ], [ -128.27771, 52.248980999992483 ], [ -128.311539, 52.250678999992473 ], [ -128.328857, 52.262256999992495 ], [ -128.3349, 52.271872999992503 ], [ -128.328857, 52.285914999992542 ], [ -128.269165, 52.372241999992653 ], [ -128.225128, 52.393763999992672 ], [ -128.218628, 52.403945999992693 ], [ -128.203522, 52.452582999992757 ], [ -128.199966, 52.479480999992795 ], [ -128.20433, 52.49768799999282 ], [ -128.219727, 52.513888999992844 ], [ -128.224792, 52.563281999992917 ], [ -128.211731, 52.583659999992946 ], [ -128.181396, 52.606235999992968 ], [ -128.157394, 52.642219999993017 ], [ -128.146088, 52.667949999993048 ], [ -128.13974, 52.691821999993074 ], [ -128.118942, 52.710891999993095 ], [ -128.080368, 52.728404999993138 ], [ -127.876984, 52.708831999993116 ], [ -127.839081, 52.720115999993105 ], [ -127.848831, 52.730460999993142 ], [ -128.086807, 52.76942099999318 ], [ -128.103012, 52.779509999993223 ], [ -128.114273, 52.791327999993214 ], [ -128.111496, 52.839580999993281 ], [ -128.095505, 52.857047999993306 ], [ -128.078735, 52.86679099999332 ], [ -128.034119, 52.888339999993342 ], [ -128.047485, 52.895442999993342 ], [ -128.11055, 52.893199999993342 ], [ -128.132462, 52.885543999993338 ], [ -128.155746, 52.865519999993325 ], [ -128.184433, 52.823920999993263 ], [ -128.205261, 52.804831999993226 ], [ -128.23645, 52.789874999993209 ], [ -128.262619, 52.786555999993212 ], [ -128.39473, 52.818919999993248 ], [ -128.423965, 52.832286999993265 ], [ -128.45166, 52.854106999993292 ], [ -128.480392, 52.92112699999339 ], [ -128.490662, 52.968863999993452 ], [ -128.512497, 53.028464999993517 ], [ -128.533524, 53.070430999993576 ], [ -128.5896, 53.127913999993638 ], [ -128.662094, 53.171596999993689 ], [ -128.752518, 53.203006999993747 ], [ -128.79071, 53.225112999993755 ], [ -128.829544, 53.251021999993803 ], [ -128.865921, 53.287768999993844 ], [ -128.859406, 53.361602999993941 ], [ -128.860077, 53.399089999993969 ], [ -128.869232, 53.421702999994004 ], [ -128.923645, 53.44619399999403 ], [ -128.953796, 53.483214999994061 ], [ -128.959579, 53.498984999994086 ], [ -128.955582, 53.508361999994108 ], [ -128.935471, 53.51157399999412 ], [ -128.90799, 53.507419999994106 ], [ -128.848801, 53.518401999994119 ], [ -128.810349, 53.520003999994131 ], [ -128.787369, 53.510310999994111 ], [ -128.756699, 53.479396999994073 ], [ -128.72049, 53.46632799999405 ], [ -128.694412, 53.463653999994044 ], [ -128.657425, 53.442912999994036 ], [ -128.612976, 53.424796999994001 ], [ -128.573624, 53.395057999993966 ], [ -128.55072, 53.385238999993952 ], [ -128.5336, 53.381309999993952 ], [ -128.493469, 53.377517999993948 ], [ -128.404556, 53.408587999993983 ], [ -128.386658, 53.420844999993996 ], [ -128.355972, 53.433425999994029 ], [ -128.309235, 53.439864999994015 ], [ -128.250885, 53.434386999994025 ], [ -128.189743, 53.42595299999401 ], [ -128.148758, 53.414428999993994 ], [ -128.106262, 53.387626999993962 ], [ -128.097336, 53.374923999993946 ], [ -128.092606, 53.352878999993926 ], [ -128.075485, 53.335120999993897 ], [ -128.050598, 53.329925999993897 ], [ -128.016907, 53.325770999993892 ], [ -127.937767, 53.246573999993792 ], [ -127.909012, 53.226954999993758 ], [ -127.861435, 53.221679999993761 ], [ -127.844032, 53.227656999993776 ], [ -127.885094, 53.27066799999384 ], [ -127.887314, 53.293529999993837 ], [ -127.901459, 53.308314999993861 ], [ -127.969887, 53.341956999993911 ], [ -128.060959, 53.409137999993995 ], [ -128.075607, 53.427768999994001 ], [ -128.076813, 53.439242999994022 ], [ -128.093979, 53.457007999994048 ], [ -128.12561, 53.465789999994065 ], [ -128.182205, 53.466056999994059 ], [ -128.2146, 53.468657999994058 ], [ -128.336578, 53.467910999994068 ], [ -128.36705, 53.465232999994051 ], [ -128.424637, 53.439261999994031 ], [ -128.475769, 53.437255999994022 ], [ -128.498398, 53.433253999994015 ], [ -128.532242, 53.437255999994022 ], [ -128.567932, 53.44652599999403 ], [ -128.651962, 53.474563999994068 ], [ -128.680771, 53.490252999994084 ], [ -128.762726, 53.552684999994156 ], [ -128.784729, 53.574813999994191 ], [ -128.798126, 53.611739999994228 ], [ -128.799759, 53.637023999994256 ], [ -128.764999, 53.702857999994329 ], [ -128.78302, 53.734370999994368 ], [ -128.783295, 53.758124999994379 ], [ -128.758743, 53.770648999994407 ], [ -128.708145, 53.780402999994415 ], [ -128.689713, 53.788856999994429 ], [ -128.674911, 53.817851999994453 ], [ -128.648071, 53.821280999994464 ], [ -128.632217, 53.818858999994447 ], [ -128.595734, 53.805732999994433 ], [ -128.538376, 53.79191599999443 ], [ -128.49437, 53.79132499999443 ], [ -128.475876, 53.799739999994429 ], [ -128.492844, 53.813632999994475 ], [ -128.532883, 53.823543999994463 ], [ -128.609558, 53.83658999999448 ], [ -128.649658, 53.846454999994492 ], [ -128.671768, 53.868625999994514 ], [ -128.659821, 53.900535999994553 ], [ -128.640015, 53.931251999994579 ], [ -128.625107, 53.960250999994621 ], [ -128.614563, 53.969844999994621 ], [ -128.598816, 53.991183999994647 ], [ -128.613571, 54.005973999994673 ], [ -128.638474, 54.007300999994669 ], [ -128.666595, 53.99150799999466 ], [ -128.679764, 53.971042999994644 ], [ -128.70224, 53.929522999994589 ], [ -128.72438, 53.907824999994567 ], [ -128.757385, 53.890372999994547 ], [ -128.779922, 53.872527999994517 ], [ -128.79364, 53.845889999994483 ], [ -128.804245, 53.836234999994481 ], [ -128.905701, 53.796592999994438 ], [ -128.92746, 53.804858999994444 ], [ -128.937866, 53.815207999994449 ], [ -128.939255, 53.836589999994473 ], [ -128.948975, 53.853026999994484 ], [ -128.968872, 53.856002999994516 ], [ -128.98877, 53.848990999994484 ], [ -128.994904, 53.834929999994479 ], [ -128.992523, 53.805816999994427 ], [ -128.980759, 53.774173999994417 ], [ -128.984299, 53.760924999994401 ], [ -129.014542, 53.75427199999438 ], [ -129.045639, 53.775149999994397 ], [ -129.069443, 53.778628999994432 ], [ -129.089783, 53.775466999994414 ], [ -129.094772, 53.763701999994403 ], [ -129.075958, 53.738482999994375 ], [ -129.086029, 53.715033999994347 ], [ -129.13945, 53.678084999994311 ], [ -129.17807, 53.65635699999428 ], [ -129.196777, 53.641707999994253 ], [ -129.216019, 53.630794999994244 ], [ -129.245132, 53.626456999994247 ], [ -129.264862, 53.619395999994232 ], [ -129.271774, 53.602874999994221 ], [ -129.228867, 53.560451999994179 ], [ -129.220901, 53.529365999994134 ], [ -129.233063, 53.465121999994047 ], [ -129.26387, 53.406184999993982 ], [ -129.285965, 53.388339999993974 ], [ -129.298172, 53.373939999993951 ], [ -129.309937, 53.365653999993931 ], [ -129.375916, 53.417746999993994 ], [ -129.474564, 53.472030999994061 ], [ -129.543243, 53.523105999994122 ], [ -129.678345, 53.612266999994226 ], [ -129.707382, 53.643828999994255 ], [ -129.705185, 53.664615999994297 ], [ -129.713882, 53.67952299999429 ], [ -129.777496, 53.708491999994344 ], [ -129.839432, 53.742145999994364 ], [ -129.913086, 53.783633999994414 ], [ -129.989197, 53.82413499999447 ], [ -130.021011, 53.844684999994492 ], [ -130.053009, 53.875255999994529 ], [ -130.072266, 53.916514999994561 ], [ -130.07933, 53.962249999994619 ], [ -130.053253, 54.038226999994713 ], [ -130.061569, 54.075465999994748 ], [ -130.053711, 54.100448999994761 ], [ -130.027054, 54.114215999994784 ], [ -129.92189, 54.138179999994804 ], [ -129.895172, 54.151916999994832 ], [ -129.841827, 54.163123999994845 ], [ -129.817368, 54.165938999994836 ], [ -129.771835, 54.168181999994836 ], [ -129.72171, 54.166171999994852 ], [ -129.647858, 54.144496999994807 ], [ -129.609879, 54.14408499999481 ], [ -129.583801, 54.15532699999482 ], [ -129.581436, 54.166224999994832 ], [ -129.587677, 54.182067999994857 ], [ -129.619781, 54.186629999994864 ], [ -129.662399, 54.181441999994853 ], [ -129.812073, 54.209960999994884 ], [ -129.841568, 54.205451999994878 ], [ -129.89534, 54.187991999994857 ], [ -129.932373, 54.180728999994862 ], [ -130.018265, 54.15154999999482 ], [ -130.05368, 54.142768999994821 ], [ -130.112244, 54.139621999994802 ], [ -130.13623, 54.142913999994818 ], [ -130.162109, 54.157668999994819 ], [ -130.180069, 54.171332999994839 ], [ -130.231384, 54.180778999994857 ], [ -130.273534, 54.201379999994877 ], [ -130.292504, 54.218970999994902 ], [ -130.297075, 54.240915999994911 ], [ -130.273707, 54.242424999994924 ], [ -130.255599, 54.253979999994925 ], [ -130.22904, 54.259325999994935 ], [ -130.248093, 54.309852999994995 ], [ -130.241135, 54.348773999995018 ], [ -130.244537, 54.361640999995025 ], [ -130.262619, 54.37529799999507 ], [ -130.290894, 54.379111999995054 ], [ -130.311768, 54.36945299999504 ], [ -130.323608, 54.344985999995011 ], [ -130.35907, 54.319850999994998 ], [ -130.387955, 54.311332999994981 ], [ -130.408203, 54.314044999994998 ], [ -130.431152, 54.325797999995011 ], [ -130.464462, 54.36007299999504 ], [ -130.469543, 54.390578999995071 ], [ -130.464096, 54.404769999995089 ], [ -130.437943, 54.422435999995102 ], [ -130.418961, 54.443507999995106 ], [ -130.424652, 54.494067999995167 ], [ -130.409744, 54.515689999995203 ], [ -130.422958, 54.547229999995217 ], [ -130.445129, 54.577563999995249 ], [ -130.441391, 54.587016999995257 ], [ -130.427643, 54.600116999995286 ], [ -130.405869, 54.595962999995287 ], [ -130.387619, 54.582320999995261 ], [ -130.275009, 54.510055999995195 ], [ -130.25795, 54.477897999995172 ], [ -130.227173, 54.458812999995146 ], [ -130.18306, 54.414214999995089 ], [ -130.087372, 54.360156999995041 ], [ -130.072556, 54.323279999994995 ], [ -130.057922, 54.306338999994985 ], [ -130.026413, 54.289592999994973 ], [ -129.990204, 54.284533999994963 ], [ -129.976746, 54.291438999994959 ], [ -129.972931, 54.300868999994975 ], [ -129.997559, 54.324183999995014 ], [ -130.037415, 54.352111999995039 ], [ -130.056595, 54.373328999995053 ], [ -130.067841, 54.403548999995088 ], [ -130.065277, 54.420592999995094 ], [ -130.003235, 54.446944999995118 ], [ -130.002213, 54.465468999995139 ], [ -130.02774, 54.476474999995162 ], [ -130.043228, 54.474875999995163 ], [ -130.096252, 54.449725999995131 ], [ -130.116913, 54.430102999995121 ], [ -130.135406, 54.421473999995115 ], [ -130.15274, 54.431331999995102 ], [ -130.178116, 54.458407999995146 ], [ -130.206177, 54.500766999995186 ], [ -130.285675, 54.574923999995256 ], [ -130.315628, 54.596393999995279 ], [ -130.337311, 54.622916999995297 ], [ -130.340637, 54.63583799999531 ], [ -130.335648, 54.653819999995321 ], [ -130.29364, 54.673022999995368 ], [ -130.267899, 54.678340999995356 ], [ -130.222687, 54.678508999995351 ], [ -130.154907, 54.670630999995353 ], [ -130.109833, 54.654563999995347 ], [ -130.080261, 54.626899999995302 ], [ -130.047256, 54.602412999995281 ], [ -130.010788, 54.581222999995255 ], [ -129.969025, 54.568053999995243 ], [ -129.926483, 54.567187999995255 ], [ -129.910492, 54.574950999995259 ], [ -129.904083, 54.585299999995257 ], [ -129.924149, 54.604213999995281 ], [ -129.993927, 54.617576999995293 ], [ -130.03894, 54.659800999995326 ], [ -130.049454, 54.676249999995356 ], [ -130.062881, 54.685515999995367 ], [ -130.089554, 54.694121999995367 ], [ -130.152267, 54.703875999995375 ], [ -130.172607, 54.722827999995395 ], [ -130.16774, 54.734591999995409 ], [ -130.143539, 54.757495999995442 ], [ -130.137695, 54.771651999995456 ], [ -130.137711, 54.78779599999546 ], [ -130.120697, 54.797988999995482 ], [ -130.0625, 54.818816999995491 ], [ -130.052597, 54.832362999995503 ], [ -130.071381, 54.849860999995521 ], [ -130.09288, 54.850245999995515 ], [ -130.138748, 54.827796999995499 ], [ -130.156265, 54.837665999995508 ], [ -130.139465, 54.857791999995534 ], [ -130.034058, 54.93580199999559 ], [ -129.995514, 54.945533999995618 ], [ -129.969284, 54.940772999995602 ], [ -129.953598, 54.926135999995594 ], [ -129.932999, 54.913352999995574 ], [ -129.896561, 54.912097999995574 ], [ -129.869751, 54.919665999995573 ], [ -129.847366, 54.931563999995589 ], [ -129.818466, 54.943824999995606 ], [ -129.78688, 54.946929999995604 ], [ -129.737671, 54.940139999995601 ], [ -129.681946, 54.943671999995615 ], [ -129.658432, 54.947860999995626 ], [ -129.634613, 54.958262999995625 ], [ -129.624069, 54.978038999995654 ], [ -129.639481, 54.982707999995668 ], [ -129.679337, 54.980720999995654 ], [ -129.711472, 54.971461999995626 ], [ -129.752411, 54.967132999995627 ], [ -129.829239, 54.970191999995627 ], [ -129.875916, 54.977851999995643 ], [ -129.924942, 54.974566999995645 ], [ -129.952774, 54.980823999995636 ], [ -129.980759, 54.997127999995655 ], [ -129.993637, 55.002665999995664 ], [ -129.990402, 55.015861999995664 ], [ -129.990219, 55.032062999995702 ], [ -129.913727, 55.10150099999575 ], [ -129.888168, 55.136748999995788 ], [ -129.859863, 55.162841999995806 ], [ -129.726181, 55.278125999995922 ], [ -129.711624, 55.297374999995924 ], [ -129.665588, 55.379733999995992 ], [ -129.651276, 55.39275699999601 ], [ -129.630646, 55.399917999996013 ], [ -129.549011, 55.406112999996012 ], [ -129.510742, 55.413344999996021 ], [ -129.485458, 55.426036999996036 ], [ -129.482971, 55.436961999996051 ], [ -129.50061, 55.446948999996046 ], [ -129.541565, 55.448890999996046 ], [ -129.614212, 55.443912999996051 ], [ -129.647797, 55.432269999996052 ], [ -129.661026, 55.421557999996011 ], [ -129.680649, 55.41678599999603 ], [ -129.705673, 55.420215999996024 ], [ -129.720749, 55.43107199999605 ], [ -129.734314, 55.502826999996117 ], [ -129.746155, 55.526965999996129 ], [ -129.76207, 55.577842999996165 ], [ -129.787445, 55.601279999996187 ], [ -129.810257, 55.599368999996187 ], [ -129.824615, 55.586318999996173 ], [ -129.828873, 55.56064599999614 ], [ -129.809982, 55.526904999996134 ], [ -129.793427, 55.472159999996073 ], [ -129.791885, 55.434443999996056 ], [ -129.823456, 55.375060999995995 ], [ -129.825684, 55.35418699999596 ], [ -129.82077, 55.313563999995935 ], [ -129.885406, 55.206187999995841 ], [ -129.918015, 55.164496999995791 ], [ -129.937057, 55.13960299999578 ], [ -129.991516, 55.092162999995743 ], [ -130.013245, 55.0501399999957 ], [ -130.043427, 55.003154999995665 ], [ -130.054276, 54.987136999995641 ], [ -130.080566, 54.975726999995636 ], [ -130.099579, 54.977023999995652 ], [ -130.135208, 55.006740999995678 ], [ -130.136993, 55.01827999999567 ], [ -130.209512, 55.040821999995707 ], [ -130.187541, 55.064664999995728 ], [ -130.182375, 55.079387999995738 ], [ -130.182707, 55.093211999995745 ], [ -130.169294, 55.105423999995757 ], [ -130.158117, 55.117103999995777 ], [ -130.152912, 55.124536999995769 ], [ -130.144723, 55.146037999995798 ], [ -130.134811, 55.158272999995802 ], [ -130.118919, 55.176073999995829 ], [ -130.104749, 55.188974999995828 ], [ -130.096546, 55.197952999995842 ], [ -130.079854, 55.208526999995847 ], [ -130.065963, 55.220162999995857 ], [ -130.043659, 55.235540999995877 ], [ -130.030162, 55.246591999995871 ], [ -130.001735, 55.264556999995897 ], [ -129.996092, 55.269558999995894 ], [ -129.985379, 55.277759999995908 ], [ -129.983796, 55.280794999995926 ], [ -129.980058, 55.284229999995915 ], [ -129.979511, 55.286722999995924 ], [ -129.980487, 55.29633399999593 ], [ -129.982348, 55.302078999995921 ], [ -129.9919, 55.311662999995946 ], [ -130.023558, 55.338258999995965 ], [ -130.030182, 55.367695999995981 ], [ -130.039928, 55.429421999996038 ], [ -130.044303, 55.451969999996059 ], [ -130.085413, 55.491516999996094 ], [ -130.095588, 55.511204999996103 ], [ -130.110311, 55.545066999996138 ], [ -130.120132, 55.563918999996147 ], [ -130.126743, 55.581281999996158 ], [ -130.124084, 55.602759999996188 ], [ -130.117456, 55.640542999996207 ], [ -130.111677, 55.682050999996257 ], [ -130.129518, 55.699805999996265 ], [ -130.14804, 55.715040999996269 ], [ -130.150061, 55.727098999996286 ], [ -130.151509, 55.746028999996312 ], [ -130.150595, 55.767030999996322 ], [ -130.142537, 55.77902399999634 ], [ -130.133595, 55.790629999996327 ], [ -130.128538, 55.80214799999635 ], [ -130.12372, 55.807039999996363 ], [ -130.08451, 55.823996999996361 ], [ -130.013198, 55.916381999996432 ], [ -130.021425, 55.915640999996427 ], [ -130.025929, 55.915994999996443 ], [ -130.023189, 55.930664999996438 ], [ -130.02025, 55.964361999996477 ], [ -130.015364, 55.984655999996491 ], [ -130.00426, 55.993378999996494 ], [ -130.016874, 56.017322999996523 ], [ -130.031573, 56.036790999996533 ], [ -130.035943, 56.040140999996531 ], [ -130.061273, 56.068507999996562 ], [ -130.102761, 56.116695999996594 ], [ -130.24554, 56.096875999996577 ], [ -130.343716, 56.127161999996602 ], [ -130.425575, 56.140675999996603 ], [ -130.466874, 56.239788999996691 ], [ -130.541173, 56.248016999996686 ], [ -130.589182, 56.260393999996687 ], [ -130.622482, 56.267938999996701 ], [ -130.644312, 56.281074999996719 ], [ -130.740619, 56.342952999996768 ], [ -130.782231, 56.367510999996775 ], [ -130.810707, 56.371062999996774 ], [ -130.831462, 56.37435599999678 ], [ -130.881454, 56.380294999996778 ], [ -131.016127, 56.397949999996804 ], [ -131.067428, 56.403796999996807 ], [ -131.085704, 56.406539999996802 ], [ -131.130165, 56.42853399999683 ], [ -131.167925, 56.448360999996837 ], [ -131.191822, 56.455775999996845 ], [ -131.227928, 56.469098999996852 ], [ -131.363465, 56.51568999999688 ], [ -131.461806, 56.547903999996905 ], [ -131.495949, 56.565542999996914 ], [ -131.581221, 56.613274999996953 ], [ -131.761209, 56.603959999996938 ], [ -131.835133, 56.601848999996953 ], [ -131.844866, 56.638976999996963 ], [ -131.849898, 56.661226999996984 ], [ -131.862035, 56.704135999997 ], [ -131.90176, 56.75315799999705 ], [ -131.896722, 56.759736999997045 ], [ -131.8865, 56.776082999997051 ], [ -131.871725, 56.80496499999709 ], [ -131.9301, 56.835210999997109 ], [ -132.005107, 56.842919999997115 ], [ -132.080262, 56.850925999997138 ], [ -132.125934, 56.874697999997132 ], [ -132.090738, 56.93648299999716 ], [ -132.071126, 57.006289999997207 ], [ -132.051044, 57.05115499999723 ], [ -132.225186, 57.060454999997241 ], [ -132.371312, 57.095228999997282 ], [ -132.315982, 57.16347299999731 ], [ -132.252187, 57.215654999997341 ], [ -132.29792, 57.269468999997379 ], [ -132.367984, 57.348684999997417 ], [ -132.559178, 57.503926999997525 ], [ -132.658124, 57.619485999997586 ], [ -132.756813, 57.705092999997632 ], [ -132.869318, 57.842940999997715 ], [ -133.076421, 57.999761999997794 ], [ -133.14876, 58.109535999997831 ], [ -133.176444, 58.150150999997869 ], [ -133.191526, 58.16229599999788 ], [ -133.213311, 58.178604999997887 ], [ -133.222898, 58.186367999997906 ], [ -133.343725, 58.270914999997942 ], [ -133.359691, 58.284788999997957 ], [ -133.385718, 58.311022999997952 ], [ -133.460377, 58.383609999997972 ], [ -133.461475, 58.385525999997974 ], [ -133.379908, 58.427908999998017 ], [ -133.499893, 58.49027599999804 ], [ -133.559942, 58.522317999998045 ], [ -133.615751, 58.555783999998084 ], [ -133.699835, 58.607289999998095 ], [ -133.714186, 58.618136999998093 ], [ -133.723635, 58.626003999998112 ], [ -133.840392, 58.727990999998148 ], [ -133.992081, 58.774580999998143 ], [ -134.250526, 58.858045999998204 ], [ -134.265685, 58.869940999998214 ], [ -134.328964, 58.919592999998237 ], [ -134.30639, 58.959237999998258 ], [ -134.327982, 58.963430999998245 ], [ -134.401042, 58.976220999998255 ], [ -134.400293, 58.996483999998276 ], [ -134.379771, 59.034960999998283 ], [ -134.442196, 59.083009999998303 ], [ -134.481241, 59.128070999998336 ], [ -134.566689, 59.128277999998339 ], [ -134.681924, 59.190842999998353 ], [ -134.702383, 59.247835999998365 ], [ -134.961972, 59.280375999998384 ], [ -135.00325, 59.319472999998396 ], [ -135.029245, 59.345363999998398 ], [ -135.016206, 59.361004999998421 ], [ -135.016104, 59.361338999998424 ], [ -135.010033, 59.381287999998449 ], [ -135.016206, 59.395397999998437 ], [ -135.029948, 59.402505999998439 ], [ -135.067356, 59.421854999998445 ], [ -135.071239, 59.45330899999847 ], [ -135.026328, 59.474657999998456 ], [ -135.026373, 59.535740999998488 ], [ -135.027456, 59.563691999998504 ], [ -135.114588, 59.623414999998523 ], [ -135.153113, 59.625158999998519 ], [ -135.162745, 59.630634999998549 ], [ -135.166736, 59.632239999998532 ], [ -135.214344, 59.664342999998524 ], [ -135.231148, 59.697175999998564 ], [ -135.234447, 59.697930999998562 ], [ -135.243777, 59.697949999998563 ], [ -135.254125, 59.701338999998562 ], [ -135.477436, 59.79962599999859 ], [ -135.72246, 59.729525999998557 ], [ -135.854166, 59.691845999998549 ], [ -135.858947, 59.690048999998552 ], [ -135.945905, 59.663801999998547 ], [ -136.005729, 59.657940999998551 ], [ -136.190352, 59.639853999998536 ], [ -136.256889, 59.623645999998516 ], [ -136.26123, 59.594749999998513 ], [ -136.23734, 59.558733999998488 ], [ -136.236527, 59.538271999998493 ], [ -136.234229, 59.524730999998475 ], [ -136.301846, 59.46412799999846 ], [ -136.358141, 59.449798999998457 ], [ -136.365825, 59.44800799999846 ], [ -136.474326, 59.464193999998471 ], [ -136.466815, 59.284251999998389 ], [ -136.494084, 59.272989999998387 ], [ -136.486609, 59.26110799999838 ], [ -136.581521, 59.164908999998339 ], [ -136.826633, 59.158388999998344 ], [ -136.863896, 59.138471999998316 ], [ -137.264752, 59.00235199999829 ], [ -137.447383, 58.909512999998228 ], [ -137.525295, 58.906871999998216 ], [ -137.526424, 58.90683399999822 ], [ -137.498558, 58.986693999998273 ], [ -137.504049, 59.002091999998264 ], [ -137.604277, 59.243056999998373 ], [ -138.001128, 59.452163999998447 ], [ -138.560226, 59.741200999998554 ], [ -138.584819, 59.752452999998575 ], [ -138.620931, 59.77055899999857 ], [ -138.630953, 59.782208999998581 ], [ -138.643422, 59.792501999998592 ], [ -138.662972, 59.810224999998596 ], [ -138.662769, 59.813718999998606 ], [ -138.702053, 59.910244999998639 ], [ -138.796083, 59.92870099999864 ], [ -138.992216, 59.982820999998658 ], [ -139.031643, 59.993699999998647 ], [ -139.046426, 59.998234999998651 ], [ -139.053597, 60.001863999998676 ], [ -139.057043, 60.006824999998649 ], [ -139.060938, 60.010966999998665 ], [ -139.068305, 60.015180999998663 ], [ -138.973465, 60.000102999998674 ], [ -138.0, 59.999999999998657 ], [ -137.0, 59.999999999998657 ], [ -136.0, 59.999999999998657 ], [ -135.399429, 60.000945999998635 ], [ -135.0, 59.999999999998657 ], [ -134.0, 59.999999999998657 ], [ -133.0, 59.999999999998657 ], [ -132.0, 59.999999999998657 ], [ -131.0, 59.999999999998657 ], [ -130.0, 59.999999999998657 ], [ -129.0, 59.999999999998657 ], [ -128.0, 59.999999999998657 ], [ -127.0, 59.999999999998657 ], [ -126.0, 59.999999999998657 ], [ -125.0, 59.999999999998657 ], [ -124.0, 59.999999999998657 ], [ -123.775459, 60.000686999998663 ], [ -123.0, 59.999999999998657 ], [ -122.0, 59.999999999998657 ], [ -121.0, 59.999999999998657 ], [ -120.0, 59.999999999998657 ], [ -120.0, 58.999999999998273 ], [ -120.0, 57.999999999997804 ], [ -120.0, 56.999999999997208 ], [ -120.0, 55.999999999996511 ], [ -120.0, 54.999999999995666 ], [ -120.0, 54.341063999995029 ], [ -120.0, 54.246139999994924 ], [ -120.0, 53.999999999994657 ], [ -120.0, 53.818778999994464 ], [ -119.918159, 53.794536999994435 ], [ -119.882774, 53.765117999994402 ], [ -119.871689, 53.717261999994342 ], [ -119.831551, 53.69802099999432 ], [ -119.78138, 53.683410999994308 ], [ -119.715294, 53.645854999994263 ], [ -119.688004, 53.622359999994245 ], [ -119.68795, 53.60984399999424 ], [ -119.709061, 53.601996999994221 ], [ -119.752846, 53.609092999994225 ], [ -119.790695, 53.628596999994244 ], [ -119.827202, 53.633517999994254 ], [ -119.868164, 53.625277999994246 ], [ -119.892662, 53.598769999994204 ], [ -119.858215, 53.573028999994179 ], [ -119.862122, 53.526832999994127 ], [ -119.850067, 53.506221999994111 ], [ -119.8283, 53.481406999994064 ], [ -119.764282, 53.436656999994007 ], [ -119.69236, 53.404605999993983 ], [ -119.6194, 53.386397999993946 ], [ -119.587418, 53.385203999993962 ], [ -119.576576, 53.384799999993959 ], [ -119.55835, 53.378318999993951 ], [ -119.49482, 53.355685999993916 ], [ -119.424179, 53.361232999993923 ], [ -119.382286, 53.355792999993916 ], [ -119.354576, 53.337546999993904 ], [ -119.306953, 53.267310999993818 ], [ -119.274925, 53.254153999993811 ], [ -119.216293, 53.217280999993761 ], [ -119.144661, 53.177169999993716 ], [ -119.079178, 53.141353999993669 ], [ -119.023308, 53.13716099999364 ], [ -118.987869, 53.150882999993669 ], [ -118.976196, 53.172618999993695 ], [ -118.985214, 53.218818999993751 ], [ -118.940704, 53.235267999993788 ], [ -118.89267, 53.222041999993756 ], [ -118.839828, 53.186912999993723 ], [ -118.798508, 53.153743999993672 ], [ -118.775002, 53.106444999993606 ], [ -118.758278, 53.071353999993562 ], [ -118.718529, 53.04547099999354 ], [ -118.666283, 53.031951999993524 ], [ -118.640915, 53.011260999993496 ], [ -118.639221, 52.991996999993475 ], [ -118.61821, 52.963237999993439 ], [ -118.606506, 52.93853399999341 ], [ -118.5905, 52.912406999993379 ], [ -118.56794, 52.90084499999336 ], [ -118.529633, 52.892909999993357 ], [ -118.478264, 52.896747999993352 ], [ -118.438522, 52.898795999993347 ], [ -118.405701, 52.896270999993341 ], [ -118.381081, 52.881358999993338 ], [ -118.381615, 52.853793999993307 ], [ -118.412956, 52.810672999993237 ], [ -118.40374, 52.788047999993204 ], [ -118.367805, 52.772212999993187 ], [ -118.344421, 52.742484999993145 ], [ -118.334358, 52.706607999993118 ], [ -118.32621, 52.687060999993072 ], [ -118.303719, 52.648265999993015 ], [ -118.261475, 52.585372999992948 ], [ -118.246758, 52.553840999992907 ], [ -118.246017, 52.522143999992849 ], [ -118.245804, 52.511958999992842 ], [ -118.240494, 52.508754999992846 ], [ -118.221756, 52.497451999992819 ], [ -118.206001, 52.472514999992782 ], [ -118.228699, 52.413970999992713 ], [ -118.206108, 52.381698999992665 ], [ -118.1745, 52.376780999992647 ], [ -118.148384, 52.386146999992654 ], [ -118.136154, 52.407229999992694 ], [ -118.131454, 52.423327999992722 ], [ -118.112526, 52.440135999992755 ], [ -118.09005, 52.451827999992759 ], [ -118.067429, 52.453135999992753 ], [ -118.04525, 52.451316999992763 ], [ -118.010185, 52.463302999992777 ], [ -117.981865, 52.477687999992803 ], [ -117.957176, 52.487422999992816 ], [ -117.920143, 52.489413999992799 ], [ -117.906387, 52.472964999992797 ], [ -117.900475, 52.455275999992757 ], [ -117.82132, 52.410338999992696 ], [ -117.747978, 52.403583999992698 ], [ -117.697014, 52.390758999992677 ], [ -117.674149, 52.366992999992647 ], [ -117.668121, 52.356147999992622 ], [ -117.671211, 52.343104999992619 ], [ -117.684471, 52.333446999992589 ], [ -117.70491, 52.325919999992578 ], [ -117.720963, 52.321341999992576 ], [ -117.739204, 52.31285499999256 ], [ -117.751816, 52.303721999992554 ], [ -117.763199, 52.291572999992532 ], [ -117.771439, 52.277427999992533 ], [ -117.77179, 52.259475999992489 ], [ -117.765923, 52.244033999992467 ], [ -117.752296, 52.227286999992451 ], [ -117.74057, 52.221847999992427 ], [ -117.728279, 52.219356999992442 ], [ -117.681145, 52.202304999992421 ], [ -117.650131, 52.166579999992365 ], [ -117.620934, 52.143054999992316 ], [ -117.582146, 52.139193999992322 ], [ -117.558273, 52.138579999992309 ], [ -117.530563, 52.140975999992328 ], [ -117.506783, 52.142848999992331 ], [ -117.48468, 52.146174999992333 ], [ -117.467247, 52.147067999992309 ], [ -117.441231, 52.145755999992325 ], [ -117.418449, 52.144568999992309 ], [ -117.396881, 52.139903999992342 ], [ -117.374245, 52.134219999992311 ], [ -117.357574, 52.127463999992294 ], [ -117.344543, 52.120460999992297 ], [ -117.328423, 52.11144599999227 ], [ -117.316238, 52.100860999992264 ], [ -117.299881, 52.08696399999225 ], [ -117.265732, 52.053306999992195 ], [ -117.2108, 51.99941599999211 ], [ -117.157188, 51.965156999992068 ], [ -117.13488, 51.954738999992045 ], [ -117.107277, 51.943294999992027 ], [ -117.081795, 51.933013999992006 ], [ -117.068077, 51.921714999991998 ], [ -117.056129, 51.909434999991987 ], [ -117.04335, 51.901015999991962 ], [ -117.02906, 51.892936999991946 ], [ -117.018166, 51.882934999991953 ], [ -117.007675, 51.867236999991924 ], [ -117.000397, 51.854587999991899 ], [ -116.988304, 51.839061999991877 ], [ -116.971085, 51.821414999991859 ], [ -116.940933, 51.785922999991804 ], [ -116.907394, 51.757571999991761 ], [ -116.863991, 51.723144999991696 ], [ -116.821739, 51.712466999991669 ], [ -116.811302, 51.715095999991703 ], [ -116.775528, 51.723578999991716 ], [ -116.734413, 51.737868999991733 ], [ -116.713356, 51.750079999991748 ], [ -116.691025, 51.760638999991755 ], [ -116.663849, 51.771979999991778 ], [ -116.641159, 51.773063999991798 ], [ -116.625488, 51.769603999991773 ], [ -116.616493, 51.761001999991755 ], [ -116.604187, 51.743113999991728 ], [ -116.59668, 51.735286999991729 ], [ -116.493156, 51.626941999991558 ], [ -116.450279, 51.579074999991484 ], [ -116.434929, 51.564570999991439 ], [ -116.38707, 51.51800899999138 ], [ -116.366798, 51.504783999991353 ], [ -116.346878, 51.494079999991335 ], [ -116.328079, 51.478511999991305 ], [ -116.3181, 51.465716999991287 ], [ -116.311058, 51.465247999991298 ], [ -116.277916, 51.4131659999912 ], [ -116.280197, 51.369353999991141 ], [ -116.260162, 51.330069999991082 ], [ -116.234612, 51.30496599999104 ], [ -116.197784, 51.288669999991015 ], [ -116.159744, 51.273978999990987 ], [ -116.124344, 51.263976999990966 ], [ -116.087059, 51.254954999990957 ], [ -116.056892, 51.249354999990949 ], [ -116.027649, 51.24345399999094 ], [ -116.010849, 51.231578999990923 ], [ -115.999794, 51.216254999990895 ], [ -116.002541, 51.181636999990829 ], [ -115.986542, 51.146220999990781 ], [ -115.930923, 51.113196999990727 ], [ -115.866104, 51.103217999990719 ], [ -115.841087, 51.097526999990691 ], [ -115.832771, 51.094829999990701 ], [ -115.81411, 51.084311999990675 ], [ -115.788742, 51.070937999990647 ], [ -115.772049, 51.059234999990622 ], [ -115.751312, 51.050693999990621 ], [ -115.733215, 51.046172999990624 ], [ -115.712555, 51.042777999990605 ], [ -115.691689, 51.037032999990593 ], [ -115.673668, 51.029525999990582 ], [ -115.655594, 51.020209999990549 ], [ -115.632179, 50.99703599999053 ], [ -115.586311, 50.957934999990457 ], [ -115.561508, 50.919875999990396 ], [ -115.573425, 50.902041999990359 ], [ -115.629745, 50.887855999990343 ], [ -115.631981, 50.864734999990311 ], [ -115.580452, 50.857364999990281 ], [ -115.563408, 50.857390999990294 ], [ -115.552399, 50.854590999990279 ], [ -115.538994, 50.844764999990268 ], [ -115.529274, 50.831088999990236 ], [ -115.519363, 50.813640999990213 ], [ -115.509689, 50.79776399999016 ], [ -115.487289, 50.780318999990151 ], [ -115.457794, 50.766486999990128 ], [ -115.426895, 50.756190999990118 ], [ -115.391373, 50.747928999990094 ], [ -115.361641, 50.743190999990084 ], [ -115.327438, 50.725665999990049 ], [ -115.291626, 50.684745999989985 ], [ -115.278923, 50.665137999989959 ], [ -115.290375, 50.624114999989892 ], [ -115.279358, 50.607112999989859 ], [ -115.265221, 50.59484099998982 ], [ -115.262871, 50.592795999989811 ], [ -115.239609, 50.578963999989796 ], [ -115.214104, 50.571986999989768 ], [ -115.181252, 50.566653999989775 ], [ -115.159386, 50.566607999989778 ], [ -115.141739, 50.568046999989789 ], [ -115.110023, 50.572062999989775 ], [ -115.090752, 50.57383699998978 ], [ -115.066521, 50.578738999989795 ], [ -115.045822, 50.578612999989787 ], [ -115.025948, 50.574309999989786 ], [ -114.881508, 50.464732999989593 ], [ -114.818298, 50.414145999989501 ], [ -114.800629, 50.406325999989484 ], [ -114.759651, 50.350268999989375 ], [ -114.750542, 50.339629999989349 ], [ -114.737343, 50.318259999989309 ], [ -114.735863, 50.298064999989286 ], [ -114.739738, 50.281127999989252 ], [ -114.749458, 50.222167999989139 ], [ -114.709839, 50.140475999988986 ], [ -114.650772, 50.021731999988759 ], [ -114.644814, 50.011027999988748 ], [ -114.644348, 49.989802999988697 ], [ -114.652641, 49.97111499998865 ], [ -114.664848, 49.959380999988646 ], [ -114.667351, 49.951751999988623 ], [ -114.673462, 49.914660999988541 ], [ -114.618118, 49.857326999988437 ], [ -114.619751, 49.815314999988352 ], [ -114.620758, 49.78499599998829 ], [ -114.614342, 49.753859999988244 ], [ -114.612167, 49.740966999988196 ], [ -114.615379, 49.713031999988139 ], [ -114.631172, 49.693072999988104 ], [ -114.655495, 49.665358999988058 ], [ -114.677315, 49.644122999988014 ], [ -114.696915, 49.626944999987977 ], [ -114.718773, 49.596503999987917 ], [ -114.701416, 49.564567999987851 ], [ -114.665482, 49.543826999987829 ], [ -114.618141, 49.549594999987818 ], [ -114.567993, 49.539374999987793 ], [ -114.556938, 49.527877999987766 ], [ -114.576302, 49.495269999987691 ], [ -114.582848, 49.475268999987662 ], [ -114.583717, 49.457026999987598 ], [ -114.577507, 49.436202999987579 ], [ -114.575584, 49.423182999987553 ], [ -114.568581, 49.403945999987513 ], [ -114.557907, 49.382270999987483 ], [ -114.539513, 49.369018999987439 ], [ -114.527229, 49.361098999987419 ], [ -114.50161, 49.341041999987382 ], [ -114.481422, 49.316638999987333 ], [ -114.465263, 49.293944999987275 ], [ -114.412224, 49.252704999987195 ], [ -114.363327, 49.20342999998708 ], [ -114.321335, 49.176497999987028 ], [ -114.272026, 49.154567999986973 ], [ -114.237419, 49.143039999986968 ], [ -114.215492, 49.135722999986939 ], [ -114.166695, 49.12270699998691 ], [ -114.129097, 49.10897099998688 ], [ -114.10804, 49.088336999986844 ], [ -114.087944, 49.062137999986774 ], [ -114.10141, 49.040435999986734 ], [ -114.129509, 49.03021999998672 ], [ -114.137323, 48.999402999986643 ], [ -114.180211, 48.999702999986638 ] ] ], [ [ [ -126.97097, 50.567729999989773 ], [ -126.947182, 50.568370999989774 ], [ -126.904907, 50.558166999989766 ], [ -126.857956, 50.532054999989711 ], [ -126.837311, 50.525790999989695 ], [ -126.78978, 50.527003999989702 ], [ -126.730949, 50.51864599998968 ], [ -126.652382, 50.49778699998965 ], [ -126.571968, 50.464053999989581 ], [ -126.523552, 50.467425999989594 ], [ -126.369286, 50.449569999989571 ], [ -126.339233, 50.442599999989547 ], [ -126.116364, 50.424994999989522 ], [ -126.059303, 50.421470999989502 ], [ -126.001884, 50.410361999989497 ], [ -125.93705, 50.390292999989441 ], [ -125.879204, 50.367728999989403 ], [ -125.847183, 50.365210999989408 ], [ -125.817505, 50.365676999989418 ], [ -125.762192, 50.342322999989335 ], [ -125.697975, 50.333411999989352 ], [ -125.643394, 50.332644999989334 ], [ -125.566765, 50.341308999989366 ], [ -125.518173, 50.340392999989355 ], [ -125.486092, 50.333922999989348 ], [ -125.459335, 50.312316999989314 ], [ -125.441536, 50.264792999989226 ], [ -125.424217, 50.240039999989179 ], [ -125.385811, 50.214721999989109 ], [ -125.382668, 50.141364999988987 ], [ -125.367928, 50.115779999988931 ], [ -125.281535, 50.076171999988844 ], [ -125.243461, 50.038237999988787 ], [ -125.230631, 50.001000999988712 ], [ -125.189285, 49.92015099998855 ], [ -125.153854, 49.905391999988524 ], [ -125.137283, 49.895698999988511 ], [ -125.1241, 49.882949999988476 ], [ -125.110748, 49.85503799998844 ], [ -125.037468, 49.818622999988371 ], [ -124.979645, 49.778987999988267 ], [ -124.905197, 49.722102999988159 ], [ -124.879265, 49.700343999988121 ], [ -124.876701, 49.686011999988089 ], [ -124.876495, 49.670905999988065 ], [ -124.894981, 49.660914999988044 ], [ -124.923073, 49.670604999988065 ], [ -124.948891, 49.680945999988076 ], [ -124.963943, 49.67785999998808 ], [ -124.969414, 49.655177999988027 ], [ -124.926674, 49.604831999987923 ], [ -124.918343, 49.586757999987896 ], [ -124.888947, 49.56426999998785 ], [ -124.842903, 49.501925999987705 ], [ -124.793762, 49.468940999987652 ], [ -124.762222, 49.451026999987612 ], [ -124.726038, 49.464073999987626 ], [ -124.640992, 49.423278999987559 ], [ -124.582191, 49.380031999987473 ], [ -124.512764, 49.361392999987416 ], [ -124.439804, 49.353255999987411 ], [ -124.394745, 49.351027999987402 ], [ -124.334702, 49.344325999987397 ], [ -124.289658, 49.326957999987343 ], [ -124.258446, 49.308890999987312 ], [ -124.227249, 49.298259999987295 ], [ -124.174133, 49.292949999987272 ], [ -124.151146, 49.285357999987269 ], [ -124.116692, 49.255176999987206 ], [ -124.098289, 49.246093999987188 ], [ -124.047585, 49.232432999987147 ], [ -123.984192, 49.236007999987152 ], [ -123.963577, 49.231437999987136 ], [ -123.945221, 49.222327999987122 ], [ -123.928055, 49.203402999987084 ], [ -123.923645, 49.182269999987035 ], [ -123.911163, 49.158130999987002 ], [ -123.871479, 49.142700999986957 ], [ -123.845817, 49.140748999986954 ], [ -123.805651, 49.123175999986906 ], [ -123.802727, 49.093528999986844 ], [ -123.786858, 49.068603999986784 ], [ -123.755089, 49.044997999986748 ], [ -123.737, 49.024600999986696 ], [ -123.737259, 49.005710999986668 ], [ -123.751358, 48.974956999986595 ], [ -123.756248, 48.950870999986535 ], [ -123.746277, 48.929679999986476 ], [ -123.650384, 48.881498999986377 ], [ -123.603622, 48.836947999986279 ], [ -123.582314, 48.815627999986233 ], [ -123.590675, 48.796168999986165 ], [ -123.569146, 48.777099999986135 ], [ -123.571785, 48.762896999986111 ], [ -123.581146, 48.752402999986082 ], [ -123.626534, 48.760268999986117 ], [ -123.619934, 48.74741399998608 ], [ -123.608696, 48.739745999986056 ], [ -123.562408, 48.715404999986006 ], [ -123.512314, 48.650985999985849 ], [ -123.505272, 48.606570999985756 ], [ -123.540588, 48.535373999985588 ], [ -123.527313, 48.520904999985561 ], [ -123.514694, 48.526866999985579 ], [ -123.497482, 48.541774999985599 ], [ -123.469894, 48.558124999985637 ], [ -123.465096, 48.574614999985691 ], [ -123.463028, 48.614455999985765 ], [ -123.443665, 48.622558999985792 ], [ -123.43203, 48.637549999985822 ], [ -123.444176, 48.654193999985857 ], [ -123.456253, 48.674651999985919 ], [ -123.433296, 48.682002999985926 ], [ -123.400352, 48.679381999985914 ], [ -123.39035, 48.673305999985907 ], [ -123.386589, 48.637141999985829 ], [ -123.389191, 48.617576999985779 ], [ -123.387238, 48.607039999985751 ], [ -123.371559, 48.593329999985734 ], [ -123.361855, 48.572127999985675 ], [ -123.361763, 48.521762999985562 ], [ -123.348618, 48.507354999985509 ], [ -123.320465, 48.499534999985521 ], [ -123.29586, 48.48500399998548 ], [ -123.269577, 48.4486269999854 ], [ -123.267479, 48.438052999985366 ], [ -123.276993, 48.423873999985318 ], [ -123.310486, 48.388881999985259 ], [ -123.325172, 48.389747999985246 ], [ -123.371269, 48.403029999985279 ], [ -123.431145, 48.404296999985291 ], [ -123.454948, 48.398524999985263 ], [ -123.477081, 48.363303999985185 ], [ -123.513557, 48.347838999985143 ], [ -123.525085, 48.332854999985109 ], [ -123.528976, 48.307383999985049 ], [ -123.552773, 48.297786999985028 ], [ -123.577492, 48.300933999985034 ], [ -123.604256, 48.314677999985072 ], [ -123.620033, 48.317031999985055 ], [ -123.656471, 48.297709999985024 ], [ -123.716698, 48.34173999998513 ], [ -123.74028, 48.347125999985138 ], [ -123.782112, 48.346549999985164 ], [ -123.843002, 48.352893999985163 ], [ -123.864311, 48.359000999985177 ], [ -123.91951, 48.372775999985208 ], [ -124.017563, 48.406131999985291 ], [ -124.078476, 48.419867999985314 ], [ -124.13163, 48.422927999985326 ], [ -124.166641, 48.428267999985344 ], [ -124.21521, 48.44403099998538 ], [ -124.275085, 48.474975999985432 ], [ -124.303337, 48.497474999985506 ], [ -124.323753, 48.505729999985526 ], [ -124.360008, 48.51252399998554 ], [ -124.414368, 48.505637999985517 ], [ -124.440475, 48.510169999985536 ], [ -124.44838, 48.524398999985564 ], [ -124.442856, 48.535682999985575 ], [ -124.423546, 48.547751999985614 ], [ -124.417892, 48.559077999985647 ], [ -124.448532, 48.56953799998567 ], [ -124.516579, 48.543063999985613 ], [ -124.540268, 48.540755999985606 ], [ -124.568672, 48.548213999985627 ], [ -124.600586, 48.563838999985649 ], [ -124.639229, 48.569758999985666 ], [ -124.698219, 48.583800999985705 ], [ -124.732407, 48.594920999985732 ], [ -124.762207, 48.618892999985782 ], [ -124.779289, 48.618762999985783 ], [ -124.799759, 48.623229999985782 ], [ -124.813599, 48.641215999985825 ], [ -124.800247, 48.664573999985883 ], [ -124.725914, 48.731238999986033 ], [ -124.702087, 48.748614999986096 ], [ -124.67627, 48.789409999986169 ], [ -124.68898, 48.802169999986198 ], [ -124.724358, 48.799758999986224 ], [ -124.734444, 48.786899999986161 ], [ -124.75692, 48.756667999986085 ], [ -124.785156, 48.73395499998604 ], [ -124.803123, 48.712775999985986 ], [ -124.851662, 48.683063999985954 ], [ -124.883308, 48.668616999985908 ], [ -124.92572, 48.690135999985941 ], [ -124.964516, 48.69966099998598 ], [ -124.979393, 48.704089999985975 ], [ -125.00798, 48.711421999985987 ], [ -125.034157, 48.711902999985995 ], [ -125.078835, 48.725146999986009 ], [ -125.093742, 48.73329499998605 ], [ -125.107841, 48.758796999986096 ], [ -125.126251, 48.767669999986126 ], [ -125.142197, 48.765960999986113 ], [ -125.169441, 48.760489999986106 ], [ -125.174438, 48.781527999986153 ], [ -125.167908, 48.795085999986178 ], [ -125.127342, 48.82035799998625 ], [ -125.105797, 48.829623999986261 ], [ -125.070816, 48.850932999986313 ], [ -125.036858, 48.866313999986346 ], [ -125.013153, 48.887591999986405 ], [ -124.996269, 48.898971999986415 ], [ -124.98069, 48.923236999986486 ], [ -124.938652, 48.943107999986523 ], [ -124.926102, 48.952998999986534 ], [ -124.905685, 48.959887999986549 ], [ -124.88279, 48.960036999986556 ], [ -124.864555, 48.966178999986575 ], [ -124.839569, 48.989718999986614 ], [ -124.822685, 49.012446999986679 ], [ -124.786354, 49.132499999986941 ], [ -124.787918, 49.171744999987013 ], [ -124.805588, 49.201774999987094 ], [ -124.817337, 49.228137999987126 ], [ -124.83136, 49.238597999987164 ], [ -124.841568, 49.229529999987136 ], [ -124.828049, 49.156398999986983 ], [ -124.836662, 49.115653999986897 ], [ -124.859192, 49.08154299998683 ], [ -124.856522, 49.055983999986772 ], [ -124.864281, 49.032580999986727 ], [ -124.87896, 49.014319999986675 ], [ -124.916481, 48.992289999986617 ], [ -124.939339, 48.988318999986625 ], [ -124.966812, 48.990455999986629 ], [ -124.982849, 48.988772999986608 ], [ -124.987289, 48.979693999986587 ], [ -124.982361, 48.958629999986563 ], [ -125.014366, 48.95163699998654 ], [ -125.0411, 48.982295999986619 ], [ -125.054893, 48.985198999986594 ], [ -125.082413, 48.979705999986606 ], [ -125.092506, 48.97061899998657 ], [ -125.108536, 48.968913999986569 ], [ -125.130547, 48.982264999986619 ], [ -125.151436, 48.994174999986626 ], [ -125.132713, 49.032813999986722 ], [ -125.153862, 49.055983999986772 ], [ -125.168686, 49.056609999986776 ], [ -125.192642, 49.046534999986733 ], [ -125.187469, 49.021777999986696 ], [ -125.19265, 48.99531899998663 ], [ -125.219185, 48.948317999986529 ], [ -125.231567, 48.942164999986517 ], [ -125.256844, 48.944964999986503 ], [ -125.284683, 48.958220999986551 ], [ -125.287216, 48.972545999986593 ], [ -125.274864, 48.982440999986608 ], [ -125.28904, 49.000380999986653 ], [ -125.27787, 49.011794999986677 ], [ -125.279182, 49.02086599998669 ], [ -125.294151, 49.025172999986708 ], [ -125.363724, 49.007125999986663 ], [ -125.379501, 48.997859999986638 ], [ -125.379112, 48.98279199998661 ], [ -125.386864, 48.970599999986568 ], [ -125.445251, 48.927707999986488 ], [ -125.466721, 48.918483999986464 ], [ -125.497498, 48.917293999986462 ], [ -125.513992, 48.930663999986493 ], [ -125.554237, 48.937655999986504 ], [ -125.56926, 48.941997999986512 ], [ -125.582336, 48.958381999986564 ], [ -125.61953, 48.975955999986589 ], [ -125.662262, 48.985923999986611 ], [ -125.673866, 48.99327499998661 ], [ -125.681381, 49.009768999986662 ], [ -125.731506, 49.036162999986729 ], [ -125.75177, 49.05769299998677 ], [ -125.771591, 49.064223999986794 ], [ -125.804909, 49.065951999986787 ], [ -125.836922, 49.062423999986784 ], [ -125.8554, 49.063609999986781 ], [ -125.865906, 49.069510999986797 ], [ -125.894333, 49.093894999986851 ], [ -125.910027, 49.113257999986892 ], [ -125.897133, 49.136805999986933 ], [ -125.875374, 49.138698999986943 ], [ -125.863342, 49.123851999986904 ], [ -125.846924, 49.114303999986895 ], [ -125.808502, 49.102855999986879 ], [ -125.793648, 49.102324999986877 ], [ -125.756271, 49.08480799998685 ], [ -125.72506, 49.082225999986832 ], [ -125.700241, 49.094699999986851 ], [ -125.660385, 49.138999999986936 ], [ -125.618935, 49.174258999987025 ], [ -125.630951, 49.189216999987046 ], [ -125.64814, 49.188975999987044 ], [ -125.676178, 49.165965999987009 ], [ -125.713669, 49.151053999986978 ], [ -125.726738, 49.131267999986939 ], [ -125.741714, 49.131766999986944 ], [ -125.750244, 49.145995999986965 ], [ -125.745064, 49.161120999986984 ], [ -125.719696, 49.19473299998706 ], [ -125.721428, 49.211322999987082 ], [ -125.731056, 49.223250999987137 ], [ -125.754417, 49.230418999987158 ], [ -125.770927, 49.243728999987177 ], [ -125.764626, 49.293647999987272 ], [ -125.772163, 49.31007399998731 ], [ -125.781754, 49.318255999987329 ], [ -125.810577, 49.317843999987353 ], [ -125.821533, 49.302535999987306 ], [ -125.825188, 49.274585999987245 ], [ -125.832603, 49.258571999987204 ], [ -125.850739, 49.248500999987179 ], [ -125.887085, 49.2644809999872 ], [ -125.905525, 49.265704999987221 ], [ -125.916855, 49.257987999987201 ], [ -125.923996, 49.234401999987149 ], [ -125.940758, 49.222846999987134 ], [ -125.963707, 49.21870799998711 ], [ -125.983414, 49.221301999987098 ], [ -126.003448, 49.260184999987231 ], [ -126.006149, 49.270762999987227 ], [ -125.99659, 49.291335999987282 ], [ -125.933983, 49.315009999987325 ], [ -125.923058, 49.33033399998736 ], [ -125.914375, 49.344768999987373 ], [ -125.898666, 49.357875999987414 ], [ -125.896202, 49.383601999987476 ], [ -125.899017, 49.394145999987487 ], [ -125.917877, 49.402888999987503 ], [ -125.936226, 49.400283999987522 ], [ -125.949631, 49.387973999987473 ], [ -125.961098, 49.355323999987412 ], [ -125.979599, 49.327865999987353 ], [ -126.005707, 49.316817999987329 ], [ -126.021988, 49.31877899998733 ], [ -126.039162, 49.343387999987385 ], [ -126.038933, 49.364490999987424 ], [ -126.031517, 49.380446999987463 ], [ -126.012344, 49.392951999987488 ], [ -126.00695, 49.404323999987518 ], [ -126.023804, 49.417632999987532 ], [ -126.051926, 49.426909999987558 ], [ -126.085442, 49.424800999987553 ], [ -126.12442, 49.415046999987553 ], [ -126.140083, 49.401900999987518 ], [ -126.159386, 49.393191999987486 ], [ -126.178291, 49.401885999987492 ], [ -126.208344, 49.402781999987511 ], [ -126.216972, 49.413241999987527 ], [ -126.22731, 49.436397999987591 ], [ -126.249809, 49.445769999987604 ], [ -126.269295, 49.440860999987578 ], [ -126.273499, 49.431712999987575 ], [ -126.258041, 49.3988039999875 ], [ -126.252472, 49.356593999987417 ], [ -126.263763, 49.348834999987396 ], [ -126.288109, 49.349860999987392 ], [ -126.302231, 49.356334999987418 ], [ -126.328873, 49.38150799998747 ], [ -126.352547, 49.392280999987477 ], [ -126.385399, 49.399909999987507 ], [ -126.395264, 49.411776999987531 ], [ -126.377129, 49.443065999987603 ], [ -126.385811, 49.453509999987624 ], [ -126.412338, 49.453654999987606 ], [ -126.427185, 49.446559999987599 ], [ -126.442108, 49.422023999987559 ], [ -126.456749, 49.414885999987547 ], [ -126.44799, 49.40078399998751 ], [ -126.44149, 49.389571999987481 ], [ -126.450111, 49.375041999987459 ], [ -126.495544, 49.358912999987417 ], [ -126.515434, 49.365264999987424 ], [ -126.52565, 49.380893999987464 ], [ -126.534409, 49.416217999987538 ], [ -126.535683, 49.438827999987581 ], [ -126.557961, 49.465457999987635 ], [ -126.550728, 49.481460999987682 ], [ -126.539528, 49.48933799998769 ], [ -126.542999, 49.511176999987732 ], [ -126.5354, 49.561965999987834 ], [ -126.528931, 49.571948999987853 ], [ -126.481422, 49.596450999987908 ], [ -126.471504, 49.609492999987935 ], [ -126.452484, 49.622050999987977 ], [ -126.419891, 49.621963999987969 ], [ -126.36599, 49.614104999987944 ], [ -126.326637, 49.620257999987956 ], [ -126.291603, 49.617198999987949 ], [ -126.270676, 49.616862999987958 ], [ -126.133179, 49.639968999988 ], [ -126.07045, 49.642592999988004 ], [ -126.062782, 49.654864999988042 ], [ -126.076012, 49.66365099998805 ], [ -126.102058, 49.673808999988076 ], [ -126.124092, 49.671863999988062 ], [ -126.177116, 49.65726099998804 ], [ -126.211761, 49.652831999988017 ], [ -126.317513, 49.648341999988006 ], [ -126.336266, 49.649440999988016 ], [ -126.382057, 49.658339999988037 ], [ -126.421967, 49.663558999988041 ], [ -126.450668, 49.676509999988077 ], [ -126.463066, 49.691314999988116 ], [ -126.453636, 49.711966999988142 ], [ -126.421127, 49.736838999988194 ], [ -126.399399, 49.746425999988226 ], [ -126.380226, 49.758895999988241 ], [ -126.389923, 49.767074999988253 ], [ -126.429741, 49.768466999988256 ], [ -126.443085, 49.777205999988269 ], [ -126.45945, 49.779139999988267 ], [ -126.477806, 49.772681999988265 ], [ -126.483055, 49.761188999988256 ], [ -126.475273, 49.744750999988213 ], [ -126.482376, 49.724910999988168 ], [ -126.501297, 49.708594999988144 ], [ -126.529816, 49.696570999988111 ], [ -126.560158, 49.697440999988125 ], [ -126.578239, 49.708388999988145 ], [ -126.600685, 49.735038999988198 ], [ -126.614075, 49.765006999988252 ], [ -126.635651, 49.793933999988319 ], [ -126.630661, 49.83031799998836 ], [ -126.639603, 49.865687999988445 ], [ -126.641174, 49.892158999988503 ], [ -126.64917, 49.908549999988537 ], [ -126.662338, 49.91355899998856 ], [ -126.677338, 49.910205999988541 ], [ -126.709053, 49.870082999988455 ], [ -126.72509, 49.864398999988445 ], [ -126.739456, 49.870818999988458 ], [ -126.764267, 49.892867999988503 ], [ -126.805931, 49.941768999988611 ], [ -126.833542, 49.953162999988628 ], [ -126.854073, 49.942050999988595 ], [ -126.850807, 49.927768999988565 ], [ -126.82605, 49.905692999988531 ], [ -126.820473, 49.892238999988507 ], [ -126.823318, 49.881549999988486 ], [ -126.838051, 49.874347999988466 ], [ -126.883911, 49.875400999988479 ], [ -126.895988, 49.882625999988484 ], [ -126.903793, 49.895289999988513 ], [ -126.900642, 49.919589999988553 ], [ -126.894745, 49.9371409999886 ], [ -126.897858, 49.947673999988609 ], [ -126.906708, 49.958014999988634 ], [ -126.93161, 49.962634999988644 ], [ -126.952293, 49.955249999988638 ], [ -126.964348, 49.941359999988606 ], [ -126.959755, 49.925582999988563 ], [ -126.931183, 49.864284999988463 ], [ -126.953102, 49.858405999988442 ], [ -126.968307, 49.876147999988476 ], [ -126.982536, 49.878783999988478 ], [ -126.997246, 49.871554999988476 ], [ -127.000038, 49.860866999988446 ], [ -126.9935, 49.849708999988408 ], [ -127.000809, 49.837398999988395 ], [ -127.020386, 49.832332999988388 ], [ -127.058792, 49.845656999988435 ], [ -127.09787, 49.852855999988435 ], [ -127.142883, 49.859866999988441 ], [ -127.175987, 49.898204999988515 ], [ -127.21067, 49.924422999988565 ], [ -127.227783, 49.951205999988623 ], [ -127.223518, 49.974025999988683 ], [ -127.152779, 50.00341399998873 ], [ -127.144653, 50.021823999988754 ], [ -127.157211, 50.032802999988782 ], [ -127.169502, 50.03995499998878 ], [ -127.171539, 50.052859999988826 ], [ -127.13279, 50.070586999988848 ], [ -127.098351, 50.082931999988887 ], [ -127.083778, 50.093928999988897 ], [ -127.073082, 50.10941699998893 ], [ -127.076057, 50.119918999988954 ], [ -127.092705, 50.121703999988952 ], [ -127.16629, 50.095340999988906 ], [ -127.199265, 50.095176999988887 ], [ -127.229813, 50.10941699998893 ], [ -127.243988, 50.143088999988997 ], [ -127.290665, 50.168906999989041 ], [ -127.312691, 50.162940999989026 ], [ -127.313782, 50.147025999988998 ], [ -127.280075, 50.104869999988914 ], [ -127.271225, 50.080859999988867 ], [ -127.281631, 50.061599999988843 ], [ -127.341766, 50.030261999988774 ], [ -127.374397, 50.02621099998877 ], [ -127.43586, 50.062106999988821 ], [ -127.458603, 50.081088999988872 ], [ -127.472801, 50.097278999988902 ], [ -127.474205, 50.116141999988947 ], [ -127.484848, 50.131755999988975 ], [ -127.475014, 50.141128999988979 ], [ -127.448784, 50.15259899998901 ], [ -127.446083, 50.163314999989034 ], [ -127.465851, 50.175528999989041 ], [ -127.485535, 50.170367999989047 ], [ -127.586891, 50.110202999988928 ], [ -127.608849, 50.104167999988903 ], [ -127.633278, 50.114657999988943 ], [ -127.62722, 50.142180999988987 ], [ -127.630775, 50.156447999989012 ], [ -127.657188, 50.162379999989035 ], [ -127.691528, 50.149836999988992 ], [ -127.709335, 50.121940999988936 ], [ -127.791336, 50.087935999988879 ], [ -127.818344, 50.087775999988878 ], [ -127.842812, 50.098212999988903 ], [ -127.872604, 50.100966999988906 ], [ -127.883064, 50.112712999988915 ], [ -127.877823, 50.134086999988966 ], [ -127.870605, 50.146514999989002 ], [ -127.817734, 50.175712999989059 ], [ -127.776123, 50.214343999989119 ], [ -127.75219, 50.224975999989148 ], [ -127.761391, 50.235324999989174 ], [ -127.79644, 50.24390799998919 ], [ -127.81115, 50.263884999989223 ], [ -127.839989, 50.26891699998923 ], [ -127.834, 50.282760999989257 ], [ -127.807159, 50.300384999989276 ], [ -127.872093, 50.311755999989309 ], [ -127.881271, 50.322020999989334 ], [ -127.898041, 50.323672999989341 ], [ -127.930511, 50.315604999989311 ], [ -127.944954, 50.318107999989323 ], [ -127.962692, 50.331160999989358 ], [ -127.973267, 50.356536999989395 ], [ -127.937378, 50.418555999989508 ], [ -127.933723, 50.431556999989517 ], [ -127.921928, 50.445666999989555 ], [ -127.899559, 50.448024999989563 ], [ -127.840004, 50.446372999989563 ], [ -127.777794, 50.469062999989596 ], [ -127.729027, 50.469226999989608 ], [ -127.670021, 50.475062999989603 ], [ -127.621246, 50.475177999989619 ], [ -127.591034, 50.468665999989582 ], [ -127.568436, 50.453475999989564 ], [ -127.54686, 50.422351999989509 ], [ -127.501831, 50.378241999989427 ], [ -127.485054, 50.376521999989428 ], [ -127.473785, 50.384528999989435 ], [ -127.469757, 50.39376099998946 ], [ -127.478493, 50.413943999989485 ], [ -127.506905, 50.44259299998955 ], [ -127.569443, 50.495883999989644 ], [ -127.574211, 50.511706999989677 ], [ -127.571106, 50.532245999989712 ], [ -127.45797, 50.576915999989772 ], [ -127.445313, 50.583430999989808 ], [ -127.457031, 50.596656999989833 ], [ -127.480827, 50.595893999989826 ], [ -127.54673, 50.583919999989817 ], [ -127.563591, 50.585631999989801 ], [ -127.583908, 50.601672999989844 ], [ -127.647362, 50.604121999989836 ], [ -127.674774, 50.617602999989863 ], [ -127.747192, 50.612800999989851 ], [ -127.808586, 50.619754999989858 ], [ -127.88958, 50.631309999989895 ], [ -127.952866, 50.657096999989939 ], [ -127.976967, 50.659972999989932 ], [ -128.001511, 50.652987999989925 ], [ -128.009995, 50.642058999989906 ], [ -127.998016, 50.628818999989889 ], [ -127.975533, 50.617549999989876 ], [ -127.804626, 50.587993999989806 ], [ -127.75576, 50.574531999989794 ], [ -127.697998, 50.568232999989775 ], [ -127.640617, 50.565616999989778 ], [ -127.618172, 50.567908999989776 ], [ -127.589394, 50.56656299998977 ], [ -127.581558, 50.557757999989761 ], [ -127.590263, 50.546824999989745 ], [ -127.617599, 50.533004999989707 ], [ -127.713684, 50.513785999989693 ], [ -127.792252, 50.485221999989626 ], [ -127.840302, 50.491118999989638 ], [ -127.874855, 50.478503999989606 ], [ -127.891685, 50.466521999989581 ], [ -127.944664, 50.474414999989612 ], [ -127.988892, 50.475810999989605 ], [ -127.999481, 50.487555999989652 ], [ -128.00592, 50.518439999989688 ], [ -128.020447, 50.520930999989694 ], [ -128.031235, 50.509150999989672 ], [ -128.039993, 50.474654999989596 ], [ -128.034927, 50.458899999989583 ], [ -128.040405, 50.44124999998953 ], [ -128.051651, 50.433257999989529 ], [ -128.070389, 50.443873999989556 ], [ -128.094864, 50.464267999989573 ], [ -128.118652, 50.47698999998962 ], [ -128.136566, 50.489898999989627 ], [ -128.199463, 50.525451999989706 ], [ -128.249283, 50.583404999989817 ], [ -128.270859, 50.59696199998983 ], [ -128.309418, 50.612174999989861 ], [ -128.305695, 50.635089999989894 ], [ -128.28627, 50.64425999998992 ], [ -128.303329, 50.659491999989932 ], [ -128.336212, 50.665004999989961 ], [ -128.355133, 50.675578999989959 ], [ -128.370285, 50.695498999989987 ], [ -128.376877, 50.712733999990036 ], [ -128.398895, 50.753566999990106 ], [ -128.391861, 50.766013999990129 ], [ -128.315674, 50.78431699999016 ], [ -128.266922, 50.788581999990178 ], [ -128.202377, 50.802482999990204 ], [ -128.10257, 50.839049999990252 ], [ -128.044556, 50.846557999990253 ], [ -127.952805, 50.8545039999903 ], [ -127.907898, 50.862987999990295 ], [ -127.871284, 50.856769999990291 ], [ -127.84774, 50.847682999990283 ], [ -127.767967, 50.827685999990244 ], [ -127.659706, 50.810214999990187 ], [ -127.613263, 50.7981449999902 ], [ -127.551388, 50.783586999990163 ], [ -127.487239, 50.770164999990136 ], [ -127.489021, 50.760394999990119 ], [ -127.490318, 50.730754999990069 ], [ -127.481071, 50.720359999990045 ], [ -127.465248, 50.716372999990043 ], [ -127.445297, 50.721541999990059 ], [ -127.413673, 50.730880999990063 ], [ -127.39859, 50.72070299999006 ], [ -127.39743, 50.705558999990018 ], [ -127.388283, 50.695235999990004 ], [ -127.285591, 50.648314999989914 ], [ -127.204521, 50.601356999989832 ], [ -127.183075, 50.601214999989843 ], [ -127.165573, 50.605567999989852 ], [ -127.137047, 50.607928999989845 ], [ -127.109833, 50.594298999989824 ], [ -127.085304, 50.583545999989809 ], [ -127.013161, 50.574225999989793 ], [ -126.97097, 50.567729999989773 ] ] ], [ [ [ -132.449875, 53.562388999994162 ], [ -132.430832, 53.582316999994184 ], [ -132.39505, 53.596610999994205 ], [ -132.317017, 53.607188999994221 ], [ -132.2995, 53.616240999994247 ], [ -132.297073, 53.629500999994235 ], [ -132.309128, 53.649394999994264 ], [ -132.280396, 53.660811999994273 ], [ -132.22197, 53.642863999994269 ], [ -132.194107, 53.645678999994274 ], [ -132.174133, 53.655673999994271 ], [ -132.154907, 53.687930999994308 ], [ -132.129257, 53.714488999994352 ], [ -132.122025, 53.741988999994376 ], [ -132.12114, 53.769069999994393 ], [ -132.08226, 53.864432999994506 ], [ -132.082184, 53.889113999994542 ], [ -132.120636, 53.954127999994604 ], [ -132.121475, 53.964103999994627 ], [ -132.127838, 53.98210899999463 ], [ -132.152756, 54.007312999994674 ], [ -132.15596, 54.022506999994697 ], [ -132.143005, 54.029670999994686 ], [ -132.120361, 54.034369999994702 ], [ -132.097794, 54.026759999994695 ], [ -132.070435, 54.021014999994676 ], [ -132.028488, 54.020965999994679 ], [ -131.963974, 54.02564199999469 ], [ -131.889587, 54.040233999994705 ], [ -131.827377, 54.049926999994717 ], [ -131.785141, 54.068343999994738 ], [ -131.701187, 54.127379999994794 ], [ -131.676727, 54.136790999994815 ], [ -131.661423, 54.132415999994798 ], [ -131.659683, 54.083976999994753 ], [ -131.653534, 54.065940999994737 ], [ -131.656509, 54.027915999994669 ], [ -131.674545, 54.01277899999468 ], [ -131.700333, 53.951644999994606 ], [ -131.728088, 53.920497999994573 ], [ -131.812698, 53.840594999994472 ], [ -131.850082, 53.787032999994423 ], [ -131.864044, 53.752959999994381 ], [ -131.868988, 53.738677999994366 ], [ -131.886475, 53.658088999994277 ], [ -131.891373, 53.643931999994273 ], [ -131.913086, 53.623069999994243 ], [ -131.923386, 53.539142999994148 ], [ -131.942917, 53.476165999994066 ], [ -131.940674, 53.452464999994028 ], [ -131.931427, 53.425414999994018 ], [ -131.900925, 53.369845999993942 ], [ -131.908112, 53.34855699999391 ], [ -131.932205, 53.314464999993874 ], [ -131.948242, 53.273276999993811 ], [ -131.965927, 53.245841999993793 ], [ -132.00235, 53.229304999993765 ], [ -132.119278, 53.236106999993765 ], [ -132.157166, 53.233237999993776 ], [ -132.213242, 53.212890999993746 ], [ -132.235306, 53.208106999993753 ], [ -132.310349, 53.21086899999375 ], [ -132.307159, 53.195712999993724 ], [ -132.270142, 53.183951999993717 ], [ -132.248764, 53.180152999993702 ], [ -132.220398, 53.179255999993707 ], [ -132.17453, 53.19346599999372 ], [ -132.15007, 53.192958999993742 ], [ -132.134354, 53.178779999993722 ], [ -132.139145, 53.164504999993682 ], [ -132.169098, 53.148467999993656 ], [ -132.205383, 53.144217999993671 ], [ -132.256592, 53.150283999993675 ], [ -132.28334, 53.155967999993692 ], [ -132.311111, 53.159270999993687 ], [ -132.345779, 53.153537999993667 ], [ -132.36618, 53.147288999993663 ], [ -132.411102, 53.14156299999366 ], [ -132.427658, 53.141021999993647 ], [ -132.455246, 53.150504999993672 ], [ -132.532578, 53.152141999993674 ], [ -132.565903, 53.18181199999372 ], [ -132.602661, 53.22669999999377 ], [ -132.620087, 53.23613399999379 ], [ -132.639908, 53.238421999993783 ], [ -132.654968, 53.242652999993773 ], [ -132.689774, 53.242919999993781 ], [ -132.713623, 53.251822999993799 ], [ -132.709732, 53.263644999993815 ], [ -132.660126, 53.283797999993837 ], [ -132.612122, 53.293029999993834 ], [ -132.582031, 53.296966999993849 ], [ -132.563202, 53.310733999993872 ], [ -132.57663, 53.319709999993883 ], [ -132.605179, 53.320582999993889 ], [ -132.704819, 53.304942999993855 ], [ -132.724609, 53.307143999993869 ], [ -132.73349, 53.318068999993869 ], [ -132.734604, 53.346473999993925 ], [ -132.718933, 53.357020999993928 ], [ -132.688934, 53.360934999993923 ], [ -132.623032, 53.354609999993933 ], [ -132.5802, 53.353339999993914 ], [ -132.536591, 53.354457999993933 ], [ -132.514343, 53.346946999993911 ], [ -132.478394, 53.305854999993841 ], [ -132.457748, 53.293525999993854 ], [ -132.422073, 53.289340999993847 ], [ -132.404739, 53.298400999993852 ], [ -132.401688, 53.314002999993875 ], [ -132.422394, 53.332461999993889 ], [ -132.457291, 53.345214999993921 ], [ -132.502747, 53.382499999993946 ], [ -132.576813, 53.414535999993987 ], [ -132.617249, 53.410529999993976 ], [ -132.666733, 53.435977999994016 ], [ -132.712845, 53.433833999994008 ], [ -132.740753, 53.443122999994024 ], [ -132.737061, 53.467315999994049 ], [ -132.757019, 53.475757999994052 ], [ -132.785706, 53.47658499999406 ], [ -132.838776, 53.465392999994052 ], [ -132.858658, 53.467570999994038 ], [ -132.87648, 53.483157999994077 ], [ -132.895874, 53.500098999994094 ], [ -132.916626, 53.499930999994099 ], [ -132.926285, 53.508361999994101 ], [ -132.935471, 53.531566999994141 ], [ -132.951431, 53.533347999994128 ], [ -132.972275, 53.545512999994152 ], [ -132.982971, 53.557727999994171 ], [ -132.97049, 53.571101999994191 ], [ -132.944092, 53.569472999994183 ], [ -132.907196, 53.555438999994159 ], [ -132.876907, 53.553287999994147 ], [ -132.857925, 53.567172999994177 ], [ -132.880646, 53.586982999994198 ], [ -132.933594, 53.60268399999422 ], [ -132.960449, 53.62910499999424 ], [ -132.976654, 53.64317699999426 ], [ -133.013626, 53.651015999994279 ], [ -133.017899, 53.663760999994295 ], [ -133.00679, 53.672374999994297 ], [ -132.966888, 53.674117999994287 ], [ -132.960068, 53.689376999994309 ], [ -132.977951, 53.704879999994333 ], [ -132.996445, 53.711852999994328 ], [ -133.022705, 53.740546999994386 ], [ -133.049973, 53.746047999994381 ], [ -133.067062, 53.751601999994385 ], [ -133.085922, 53.770930999994391 ], [ -133.091629, 53.812114999994442 ], [ -133.105637, 53.827231999994467 ], [ -133.123581, 53.836543999994475 ], [ -133.140839, 53.854438999994493 ], [ -133.145248, 53.873359999994506 ], [ -133.114151, 53.913032999994563 ], [ -133.116974, 53.930602999994584 ], [ -133.102234, 53.957293999994604 ], [ -133.058228, 54.004229999994671 ], [ -133.05072, 54.027968999994698 ], [ -133.067322, 54.087710999994755 ], [ -133.052933, 54.126735999994793 ], [ -133.060684, 54.148532999994835 ], [ -133.051376, 54.164798999994844 ], [ -133.018951, 54.16743899999485 ], [ -132.929779, 54.157653999994828 ], [ -132.889084, 54.146983999994816 ], [ -132.874115, 54.128108999994801 ], [ -132.840805, 54.114486999994774 ], [ -132.767227, 54.114963999994785 ], [ -132.721863, 54.118495999994792 ], [ -132.686356, 54.118186999994769 ], [ -132.649185, 54.122607999994784 ], [ -132.625656, 54.117518999994786 ], [ -132.602844, 54.097701999994769 ], [ -132.587753, 54.041659999994707 ], [ -132.590805, 54.019843999994677 ], [ -132.654846, 53.977797999994621 ], [ -132.661728, 53.956420999994606 ], [ -132.648712, 53.945086999994615 ], [ -132.623764, 53.944686999994602 ], [ -132.593246, 53.954761999994616 ], [ -132.555817, 53.998626999994642 ], [ -132.498978, 54.037707999994716 ], [ -132.404648, 54.075023999994741 ], [ -132.359451, 54.084605999994729 ], [ -132.326431, 54.083213999994747 ], [ -132.269836, 54.070434999994738 ], [ -132.211685, 54.019187999994692 ], [ -132.190628, 53.982146999994633 ], [ -132.162476, 53.9480169999946 ], [ -132.146454, 53.927554999994562 ], [ -132.131302, 53.873881999994524 ], [ -132.133774, 53.854491999994487 ], [ -132.141769, 53.843131999994483 ], [ -132.237335, 53.770457999994406 ], [ -132.278076, 53.754332999994382 ], [ -132.308563, 53.750476999994376 ], [ -132.345261, 53.739974999994359 ], [ -132.375732, 53.72380399999436 ], [ -132.443588, 53.694686999994325 ], [ -132.499496, 53.682692999994309 ], [ -132.597656, 53.680453999994299 ], [ -132.624023, 53.669871999994299 ], [ -132.627121, 53.66037399999427 ], [ -132.598969, 53.644927999994266 ], [ -132.574997, 53.642112999994261 ], [ -132.541534, 53.649363999994272 ], [ -132.522339, 53.650893999994267 ], [ -132.495071, 53.632888999994265 ], [ -132.447281, 53.651996999994282 ], [ -132.416946, 53.649714999994259 ], [ -132.400848, 53.635482999994238 ], [ -132.406418, 53.625022999994236 ], [ -132.432663, 53.614539999994228 ], [ -132.473328, 53.604545999994215 ], [ -132.497955, 53.586436999994177 ], [ -132.500153, 53.56697799999418 ], [ -132.495316, 53.556495999994169 ], [ -132.477829, 53.55328399999415 ], [ -132.449875, 53.562388999994162 ] ] ], [ [ [ -131.183029, 52.296733999992526 ], [ -131.14357, 52.277945999992518 ], [ -131.100601, 52.268535999992501 ], [ -131.086227, 52.257998999992488 ], [ -131.105209, 52.216083999992428 ], [ -131.097839, 52.202804999992409 ], [ -131.02771, 52.208198999992426 ], [ -131.009109, 52.187148999992388 ], [ -131.014145, 52.173091999992359 ], [ -131.040634, 52.160613999992343 ], [ -131.07309, 52.15385799999234 ], [ -131.119019, 52.160006999992341 ], [ -131.141663, 52.147059999992322 ], [ -131.134537, 52.127639999992304 ], [ -131.137451, 52.10824599999227 ], [ -131.152191, 52.100356999992265 ], [ -131.169006, 52.103847999992276 ], [ -131.184616, 52.121959999992299 ], [ -131.196915, 52.149486999992341 ], [ -131.227386, 52.194144999992403 ], [ -131.243317, 52.199935999992412 ], [ -131.264999, 52.195441999992397 ], [ -131.271606, 52.176600999992381 ], [ -131.233444, 52.137053999992311 ], [ -131.228394, 52.122848999992293 ], [ -131.23407, 52.112494999992286 ], [ -131.24939, 52.108352999992263 ], [ -131.269852, 52.118487999992297 ], [ -131.293884, 52.141368999992324 ], [ -131.312775, 52.190635999992395 ], [ -131.326447, 52.197425999992404 ], [ -131.352539, 52.197108999992409 ], [ -131.361465, 52.183497999992383 ], [ -131.376801, 52.17933299999239 ], [ -131.410934, 52.202319999992419 ], [ -131.515472, 52.29464699999253 ], [ -131.558212, 52.322360999992583 ], [ -131.587082, 52.349448999992624 ], [ -131.589111, 52.366981999992632 ], [ -131.533096, 52.389338999992674 ], [ -131.531387, 52.400218999992688 ], [ -131.585236, 52.413245999992682 ], [ -131.613922, 52.411994999992707 ], [ -131.651581, 52.431579999992714 ], [ -131.669617, 52.467174999992785 ], [ -131.694946, 52.481490999992793 ], [ -131.743729, 52.486422999992797 ], [ -131.819153, 52.531573999992865 ], [ -131.897049, 52.581954999992945 ], [ -131.90715, 52.594241999992953 ], [ -131.91008, 52.61561599999299 ], [ -131.93248, 52.626994999992995 ], [ -131.96051, 52.634147999993019 ], [ -131.988312, 52.659709999993026 ], [ -132.039612, 52.68204099999307 ], [ -132.082382, 52.705733999993093 ], [ -132.087006, 52.716208999993114 ], [ -132.082977, 52.727988999993137 ], [ -132.05574, 52.736995999993141 ], [ -132.01825, 52.73974599999314 ], [ -131.95668, 52.735900999993135 ], [ -131.942657, 52.741523999993149 ], [ -132.042892, 52.811709999993234 ], [ -132.06633, 52.839202999993297 ], [ -132.085037, 52.843913999993291 ], [ -132.099075, 52.838271999993275 ], [ -132.102325, 52.82265099999325 ], [ -132.08519, 52.788585999993217 ], [ -132.09465, 52.760200999993152 ], [ -132.118118, 52.744620999993153 ], [ -132.140701, 52.743697999993159 ], [ -132.166519, 52.757861999993168 ], [ -132.197723, 52.786250999993207 ], [ -132.248428, 52.81081399999325 ], [ -132.256226, 52.848697999993291 ], [ -132.273422, 52.864284999993323 ], [ -132.290009, 52.869948999993326 ], [ -132.31662, 52.881728999993328 ], [ -132.341751, 52.904414999993364 ], [ -132.340958, 52.919085999993371 ], [ -132.325363, 52.929561999993396 ], [ -132.289291, 52.933848999993394 ], [ -132.237534, 52.936240999993416 ], [ -132.160019, 52.94908099999342 ], [ -132.130066, 52.965159999993432 ], [ -132.140244, 52.98359699999348 ], [ -132.154343, 52.990291999993467 ], [ -132.336578, 53.013331999993504 ], [ -132.490555, 53.01677699999351 ], [ -132.510376, 53.037600999993536 ], [ -132.506439, 53.049411999993545 ], [ -132.439697, 53.060004999993552 ], [ -132.408325, 53.068641999993567 ], [ -132.377014, 53.083381999993591 ], [ -132.343948, 53.109000999993611 ], [ -132.302185, 53.123736999993632 ], [ -132.177002, 53.118606999993631 ], [ -132.038284, 53.14736599999366 ], [ -131.993942, 53.181407999993716 ], [ -131.891739, 53.221965999993756 ], [ -131.825287, 53.236014999993778 ], [ -131.798553, 53.230212999993768 ], [ -131.786713, 53.222564999993764 ], [ -131.779816, 53.206973999993743 ], [ -131.78717, 53.185649999993714 ], [ -131.785034, 53.161963999993681 ], [ -131.770294, 53.145335999993662 ], [ -131.705765, 53.13604699999366 ], [ -131.696381, 53.127440999993638 ], [ -131.69278, 53.10850099999363 ], [ -131.630051, 53.088263999993593 ], [ -131.61763, 53.076831999993594 ], [ -131.625793, 53.059367999993562 ], [ -131.614227, 53.045543999993541 ], [ -131.618301, 53.03382099999353 ], [ -131.640518, 53.022998999993511 ], [ -131.705673, 53.029925999993523 ], [ -131.77774, 53.046287999993538 ], [ -131.832687, 53.053176999993553 ], [ -131.879944, 53.052840999993549 ], [ -131.920883, 53.040595999993535 ], [ -131.946182, 53.026484999993528 ], [ -131.953278, 53.00521099999348 ], [ -131.948013, 52.972495999993463 ], [ -131.92308, 52.949710999993435 ], [ -131.913147, 52.925094999993391 ], [ -131.921066, 52.901431999993356 ], [ -131.907181, 52.882434999993336 ], [ -131.884659, 52.871039999993322 ], [ -131.86908, 52.856757999993299 ], [ -131.864517, 52.840156999993283 ], [ -131.86795, 52.806090999993252 ], [ -131.861771, 52.794284999993216 ], [ -131.84169, 52.781932999993195 ], [ -131.818192, 52.779002999993189 ], [ -131.768188, 52.782603999993214 ], [ -131.737747, 52.782531999993196 ], [ -131.726883, 52.772490999993188 ], [ -131.734879, 52.761142999993162 ], [ -131.763031, 52.756133999993175 ], [ -131.800644, 52.741134999993143 ], [ -131.807907, 52.71983699999312 ], [ -131.798752, 52.705092999993099 ], [ -131.784775, 52.6984789999931 ], [ -131.710876, 52.630053999992988 ], [ -131.687973, 52.596343999992968 ], [ -131.671432, 52.562186999992925 ], [ -131.641296, 52.549754999992899 ], [ -131.641663, 52.525161999992861 ], [ -131.633347, 52.514251999992837 ], [ -131.619385, 52.507544999992831 ], [ -131.593002, 52.507853999992832 ], [ -131.562057, 52.503890999992834 ], [ -131.54747, 52.493415999992834 ], [ -131.489532, 52.48596199999281 ], [ -131.480453, 52.477427999992813 ], [ -131.478531, 52.453784999992763 ], [ -131.464752, 52.447009999992751 ], [ -131.420883, 52.433967999992731 ], [ -131.404343, 52.412036999992715 ], [ -131.386749, 52.36420099999264 ], [ -131.373413, 52.339065999992599 ], [ -131.353943, 52.314311999992583 ], [ -131.352737, 52.294436999992548 ], [ -131.333176, 52.27590899999251 ], [ -131.292511, 52.265635999992512 ], [ -131.278214, 52.255080999992487 ], [ -131.256256, 52.237395999992458 ], [ -131.236084, 52.243339999992465 ], [ -131.231537, 52.273566999992504 ], [ -131.183029, 52.296733999992526 ] ] ], [ [ [ -128.611954, 52.615138999992979 ], [ -128.661987, 52.613044999992979 ], [ -128.694199, 52.609397999993 ], [ -128.723099, 52.608943999992974 ], [ -128.735001, 52.614593999992969 ], [ -128.734299, 52.630687999993015 ], [ -128.720108, 52.659553999993037 ], [ -128.739349, 52.696170999993093 ], [ -128.743668, 52.734244999993152 ], [ -128.740082, 52.757403999993173 ], [ -128.686584, 52.830001999993264 ], [ -128.645447, 52.86844299999332 ], [ -128.622147, 52.908416999993378 ], [ -128.622192, 52.932162999993409 ], [ -128.636032, 52.953013999993424 ], [ -128.651505, 52.955432999993434 ], [ -128.671082, 52.938533999993403 ], [ -128.680618, 52.911365999993379 ], [ -128.675537, 52.899337999993371 ], [ -128.677643, 52.884639999993333 ], [ -128.69136, 52.871821999993315 ], [ -128.724503, 52.852061999993296 ], [ -128.7556, 52.793372999993217 ], [ -128.793411, 52.738265999993153 ], [ -128.799866, 52.718078999993118 ], [ -128.782379, 52.68673699999308 ], [ -128.788193, 52.672698999993052 ], [ -128.843674, 52.662658999993042 ], [ -128.862152, 52.648063999993028 ], [ -128.877548, 52.64049099999302 ], [ -128.90686, 52.643763999993013 ], [ -128.939529, 52.65385099999304 ], [ -128.987457, 52.68604299999307 ], [ -129.079239, 52.766036999993176 ], [ -129.10672, 52.783950999993202 ], [ -129.124069, 52.801513999993226 ], [ -129.124557, 52.825206999993263 ], [ -129.110001, 52.860290999993303 ], [ -129.095398, 52.865573999993309 ], [ -129.053314, 52.87284899999333 ], [ -129.04364, 52.886310999993327 ], [ -129.008698, 52.900832999993369 ], [ -128.961014, 52.935916999993395 ], [ -128.939087, 52.963714999993442 ], [ -128.943787, 52.981833999993455 ], [ -128.957306, 52.988948999993454 ], [ -128.976761, 52.981955999993467 ], [ -129.001602, 52.957122999993437 ], [ -129.026947, 52.945975999993408 ], [ -129.068649, 52.905051999993375 ], [ -129.080399, 52.89688099999335 ], [ -129.096268, 52.893046999993359 ], [ -129.115692, 52.89599199999337 ], [ -129.154404, 52.921756999993377 ], [ -129.178665, 52.9329149999934 ], [ -129.178116, 52.958915999993444 ], [ -129.162659, 53.016314999993511 ], [ -129.116867, 53.056743999993564 ], [ -129.079834, 53.0860099999936 ], [ -129.062531, 53.161834999993694 ], [ -129.049728, 53.192321999993716 ], [ -129.038498, 53.204307999993716 ], [ -129.043869, 53.216281999993754 ], [ -129.064331, 53.226878999993765 ], [ -129.074539, 53.237121999993768 ], [ -129.066666, 53.255866999993806 ], [ -129.043137, 53.272254999993834 ], [ -129.014816, 53.270499999993824 ], [ -128.988388, 53.264041999993822 ], [ -128.91272, 53.251285999993804 ], [ -128.82576, 53.196773999993724 ], [ -128.803864, 53.184768999993715 ], [ -128.787445, 53.174727999993692 ], [ -128.703476, 53.143081999993655 ], [ -128.661835, 53.124118999993634 ], [ -128.639587, 53.108222999993622 ], [ -128.608337, 53.07966599999358 ], [ -128.575562, 53.035823999993518 ], [ -128.550919, 52.963366999993433 ], [ -128.543625, 52.908538999993361 ], [ -128.550186, 52.831084999993259 ], [ -128.570251, 52.760638999993162 ], [ -128.591614, 52.624419999992988 ], [ -128.611954, 52.615138999992979 ] ] ], [ [ [ -129.539139, 53.186629999993706 ], [ -129.558731, 53.18949499999372 ], [ -129.58374, 53.204349999993745 ], [ -129.651962, 53.271476999993816 ], [ -129.6306, 53.283233999993833 ], [ -129.624878, 53.29738599999385 ], [ -129.637711, 53.306674999993866 ], [ -129.670059, 53.308833999993858 ], [ -129.690445, 53.335444999993889 ], [ -129.715897, 53.334140999993906 ], [ -129.729889, 53.324954999993885 ], [ -129.749573, 53.327784999993881 ], [ -129.790878, 53.364791999993926 ], [ -129.809555, 53.369914999993945 ], [ -129.836548, 53.370055999993959 ], [ -129.851471, 53.384574999993966 ], [ -129.845459, 53.404860999993979 ], [ -129.836411, 53.422194999993991 ], [ -129.858963, 53.444091999994029 ], [ -129.882736, 53.457408999994051 ], [ -129.868393, 53.482680999994081 ], [ -129.871216, 53.5017739999941 ], [ -129.932922, 53.561473999994163 ], [ -129.970596, 53.571746999994183 ], [ -129.997818, 53.55562999999416 ], [ -130.038284, 53.558848999994169 ], [ -130.048035, 53.571341999994175 ], [ -130.039032, 53.588702999994197 ], [ -130.010529, 53.613337999994229 ], [ -130.022629, 53.624972999994235 ], [ -130.057617, 53.626151999994242 ], [ -130.081863, 53.649409999994269 ], [ -130.090271, 53.670459999994293 ], [ -130.086838, 53.689856999994312 ], [ -130.105286, 53.70110299999434 ], [ -130.143845, 53.699031999994332 ], [ -130.16861, 53.71610599999434 ], [ -130.215668, 53.793410999994443 ], [ -130.261902, 53.798499999994434 ], [ -130.279114, 53.808276999994447 ], [ -130.283371, 53.818858999994461 ], [ -130.274826, 53.830073999994475 ], [ -130.242859, 53.841865999994482 ], [ -130.220352, 53.872302999994524 ], [ -130.200668, 53.879538999994537 ], [ -130.156219, 53.869647999994498 ], [ -130.106598, 53.851657999994487 ], [ -130.055206, 53.822188999994474 ], [ -129.967133, 53.763892999994397 ], [ -129.829269, 53.663634999994272 ], [ -129.80365, 53.638843999994258 ], [ -129.580338, 53.493640999994078 ], [ -129.472458, 53.400836999993992 ], [ -129.464447, 53.379756999993951 ], [ -129.481934, 53.357429999993926 ], [ -129.496384, 53.322120999993885 ], [ -129.473618, 53.29650099999386 ], [ -129.477463, 53.287108999993841 ], [ -129.504395, 53.277320999993826 ], [ -129.524933, 53.287749999993842 ], [ -129.542496, 53.285407999993851 ], [ -129.543839, 53.26689899999382 ], [ -129.511063, 53.214885999993747 ], [ -129.513901, 53.197860999993743 ], [ -129.539139, 53.186629999993706 ] ] ], [ [ [ -129.793945, 53.165191999993688 ], [ -129.839111, 53.17664299999371 ], [ -129.864456, 53.175303999993702 ], [ -129.914398, 53.158862999993673 ], [ -129.948959, 53.16007599999368 ], [ -129.970581, 53.1681139999937 ], [ -130.00386, 53.193881999993735 ], [ -130.017838, 53.210753999993742 ], [ -130.111649, 53.272345999993831 ], [ -130.1716, 53.320506999993881 ], [ -130.251694, 53.36505899999392 ], [ -130.302551, 53.378306999993953 ], [ -130.357407, 53.408221999993991 ], [ -130.413025, 53.441836999994017 ], [ -130.407562, 53.456038999994036 ], [ -130.386337, 53.467952999994061 ], [ -130.381775, 53.479762999994065 ], [ -130.395493, 53.492820999994088 ], [ -130.415314, 53.495528999994086 ], [ -130.451721, 53.481906999994074 ], [ -130.472504, 53.514495999994125 ], [ -130.48642, 53.521342999994111 ], [ -130.545853, 53.52932699999414 ], [ -130.546906, 53.543158999994155 ], [ -130.539291, 53.552047999994159 ], [ -130.528976, 53.567981999994174 ], [ -130.518143, 53.596278999994212 ], [ -130.501129, 53.602645999994223 ], [ -130.427658, 53.603919999994233 ], [ -130.410248, 53.600295999994216 ], [ -130.269272, 53.549941999994154 ], [ -130.186249, 53.522315999994113 ], [ -130.151566, 53.514979999994104 ], [ -130.112457, 53.487285999994072 ], [ -130.062973, 53.475333999994071 ], [ -130.034927, 53.45159899999404 ], [ -129.996292, 53.433711999994031 ], [ -129.954956, 53.406749999993991 ], [ -129.823471, 53.28867299999385 ], [ -129.78653, 53.246142999993779 ], [ -129.769974, 53.220176999993747 ], [ -129.764297, 53.198226999993736 ], [ -129.772766, 53.177051999993708 ], [ -129.793945, 53.165191999993688 ] ] ], [ [ [ -127.760704, 51.945064999992034 ], [ -127.787605, 51.943416999992024 ], [ -127.845413, 51.926867999992005 ], [ -127.865921, 51.935302999992018 ], [ -127.880615, 52.002692999992128 ], [ -127.872421, 52.021277999992151 ], [ -127.858101, 52.04003899999217 ], [ -127.869423, 52.055709999992196 ], [ -127.866982, 52.070273999992217 ], [ -127.840912, 52.06963699999222 ], [ -127.812874, 52.073653999992217 ], [ -127.819458, 52.090995999992252 ], [ -127.837593, 52.11400599999228 ], [ -127.832428, 52.125655999992311 ], [ -127.796638, 52.155806999992343 ], [ -127.783218, 52.172332999992356 ], [ -127.757767, 52.192969999992407 ], [ -127.718498, 52.212672999992435 ], [ -127.58799, 52.24053599999246 ], [ -127.450325, 52.29212999999254 ], [ -127.40554, 52.323237999992578 ], [ -127.382683, 52.364371999992642 ], [ -127.33165, 52.381923999992658 ], [ -127.303207, 52.385848999992682 ], [ -127.269745, 52.405131999992697 ], [ -127.24868, 52.40650899999271 ], [ -127.227715, 52.376510999992661 ], [ -127.225487, 52.363631999992641 ], [ -127.201752, 52.33074199999259 ], [ -127.205536, 52.313830999992568 ], [ -127.224747, 52.303401999992538 ], [ -127.233307, 52.284850999992521 ], [ -127.248245, 52.269938999992505 ], [ -127.360451, 52.225486999992441 ], [ -127.487587, 52.169711999992359 ], [ -127.57415, 52.135745999992302 ], [ -127.624855, 52.10438199999227 ], [ -127.663757, 52.067279999992216 ], [ -127.708946, 51.988765999992097 ], [ -127.738075, 51.955016999992047 ], [ -127.760704, 51.945064999992034 ] ] ], [ [ [ -130.384583, 53.817683999994465 ], [ -130.438583, 53.829963999994462 ], [ -130.458817, 53.826541999994475 ], [ -130.477814, 53.831553999994476 ], [ -130.475479, 53.848582999994491 ], [ -130.465149, 53.864600999994501 ], [ -130.441849, 53.881320999994529 ], [ -130.415039, 53.917426999994575 ], [ -130.396378, 53.938544999994591 ], [ -130.402664, 53.960456999994605 ], [ -130.44101, 53.948214999994597 ], [ -130.456299, 53.91432199999457 ], [ -130.486298, 53.891017999994553 ], [ -130.50943, 53.880488999994526 ], [ -130.539047, 53.87949799999452 ], [ -130.561981, 53.891242999994532 ], [ -130.586716, 53.914397999994563 ], [ -130.626617, 53.91971999999457 ], [ -130.67453, 53.909938999994559 ], [ -130.692764, 53.895022999994552 ], [ -130.69017, 53.87979499999453 ], [ -130.638046, 53.840651999994492 ], [ -130.640091, 53.829741999994468 ], [ -130.651703, 53.82130099999447 ], [ -130.696548, 53.824813999994475 ], [ -130.728165, 53.835219999994493 ], [ -130.745178, 53.851092999994499 ], [ -130.749176, 53.873908999994505 ], [ -130.735931, 53.903182999994534 ], [ -130.693909, 53.947307999994599 ], [ -130.692703, 53.978110999994627 ], [ -130.683334, 53.991759999994642 ], [ -130.666046, 53.998206999994657 ], [ -130.635529, 53.995418999994655 ], [ -130.618622, 53.995555999994664 ], [ -130.595551, 54.006186999994661 ], [ -130.576294, 54.023482999994684 ], [ -130.515228, 54.033935999994689 ], [ -130.470642, 54.056571999994731 ], [ -130.448166, 54.070910999994737 ], [ -130.418808, 54.075705999994739 ], [ -130.386688, 54.071380999994744 ], [ -130.356094, 54.052272999994727 ], [ -130.311447, 54.010238999994662 ], [ -130.273849, 53.98769399999464 ], [ -130.256622, 53.96175399999462 ], [ -130.253052, 53.93886899999459 ], [ -130.260483, 53.920005999994579 ], [ -130.291901, 53.888316999994544 ], [ -130.347397, 53.853618999994495 ], [ -130.365585, 53.828807999994488 ], [ -130.384583, 53.817683999994465 ] ] ], [ [ [ -126.659142, 49.571879999987871 ], [ -126.682732, 49.578875999987865 ], [ -126.706612, 49.589572999987894 ], [ -126.73127, 49.594233999987914 ], [ -126.783615, 49.592902999987913 ], [ -126.805061, 49.600654999987931 ], [ -126.826912, 49.615970999987951 ], [ -126.877159, 49.675128999988054 ], [ -126.916283, 49.686217999988081 ], [ -126.939796, 49.706714999988144 ], [ -126.938454, 49.722640999988172 ], [ -126.885979, 49.741439999988188 ], [ -126.851448, 49.749976999988228 ], [ -126.823433, 49.769546999988265 ], [ -126.776642, 49.788176999988295 ], [ -126.773788, 49.798861999988311 ], [ -126.787224, 49.807555999988345 ], [ -126.81057, 49.806952999988333 ], [ -126.878967, 49.778735999988278 ], [ -126.893158, 49.7813839999883 ], [ -126.917458, 49.795859999988316 ], [ -126.9375, 49.798263999988329 ], [ -126.948601, 49.807887999988331 ], [ -126.935364, 49.820350999988356 ], [ -126.904427, 49.829455999988383 ], [ -126.870628, 49.831847999988383 ], [ -126.800575, 49.85485799998844 ], [ -126.75222, 49.847053999988425 ], [ -126.71286, 49.835933999988399 ], [ -126.688766, 49.825152999988383 ], [ -126.668159, 49.790118999988302 ], [ -126.635521, 49.709239999988149 ], [ -126.625648, 49.658835999988035 ], [ -126.613968, 49.616786999987958 ], [ -126.616699, 49.602370999987919 ], [ -126.635658, 49.589782999987897 ], [ -126.645676, 49.580470999987888 ], [ -126.659142, 49.571879999987871 ] ] ], [ [ [ -128.966217, 52.447661999992746 ], [ -128.986252, 52.458251999992761 ], [ -128.972763, 52.490989999992813 ], [ -128.97789, 52.502990999992825 ], [ -128.995056, 52.510608999992826 ], [ -129.05307, 52.503352999992828 ], [ -129.076172, 52.506896999992833 ], [ -129.103897, 52.538524999992873 ], [ -129.113495, 52.5548399999929 ], [ -129.197067, 52.639686999993017 ], [ -129.201767, 52.667781999993053 ], [ -129.232147, 52.698497999993087 ], [ -129.251465, 52.711291999993122 ], [ -129.265442, 52.732093999993147 ], [ -129.274673, 52.754630999993175 ], [ -129.263626, 52.776504999993207 ], [ -129.270004, 52.796161999993238 ], [ -129.255463, 52.801467999993228 ], [ -129.226074, 52.78829199999322 ], [ -129.135757, 52.733634999993143 ], [ -129.059341, 52.666003999993038 ], [ -129.020935, 52.640223999993019 ], [ -128.996902, 52.62903999999299 ], [ -128.966766, 52.608211999992974 ], [ -128.918121, 52.558436999992907 ], [ -128.907715, 52.524444999992859 ], [ -128.906998, 52.496997999992814 ], [ -128.923401, 52.477187999992807 ], [ -128.946045, 52.457011999992751 ], [ -128.966217, 52.447661999992746 ] ] ], [ [ [ -128.061859, 51.777392999991775 ], [ -128.087021, 51.784099999991795 ], [ -128.096603, 51.794391999991817 ], [ -128.075012, 51.825683999991853 ], [ -128.091476, 51.843364999991877 ], [ -128.12114, 51.844493999991876 ], [ -128.147659, 51.838981999991873 ], [ -128.177689, 51.843940999991879 ], [ -128.191925, 51.862426999991904 ], [ -128.180008, 51.904029999991977 ], [ -128.151047, 51.961574999992067 ], [ -128.140823, 52.008532999992134 ], [ -128.130966, 52.021796999992148 ], [ -128.085571, 52.037970999992176 ], [ -128.03212, 52.035380999992164 ], [ -127.998543, 52.047297999992175 ], [ -127.978439, 52.042693999992188 ], [ -127.962585, 52.032607999992173 ], [ -127.947769, 52.020163999992143 ], [ -127.943939, 51.97829099999209 ], [ -127.960861, 51.93502799999203 ], [ -127.969604, 51.882831999991936 ], [ -128.009262, 51.819724999991855 ], [ -128.032227, 51.789863999991809 ], [ -128.061859, 51.777392999991775 ] ] ], [ [ [ -129.163315, 53.372554999993937 ], [ -129.178055, 53.387244999993975 ], [ -129.179077, 53.404738999993981 ], [ -129.155838, 53.484805999994073 ], [ -129.154404, 53.523272999994134 ], [ -129.166718, 53.558738999994155 ], [ -129.14151, 53.61355999999423 ], [ -129.089615, 53.632029999994245 ], [ -129.027908, 53.643958999994261 ], [ -128.899185, 53.679511999994311 ], [ -128.860657, 53.681212999994322 ], [ -128.845917, 53.666461999994283 ], [ -128.853561, 53.653907999994274 ], [ -128.900787, 53.607337999994215 ], [ -128.905762, 53.595710999994203 ], [ -128.903412, 53.586574999994205 ], [ -128.872589, 53.555686999994158 ], [ -128.898239, 53.544597999994153 ], [ -128.944458, 53.554110999994151 ], [ -128.98645, 53.549197999994149 ], [ -129.023407, 53.526088999994116 ], [ -129.039734, 53.51231399999412 ], [ -129.0802, 53.485999999994071 ], [ -129.085632, 53.468135999994061 ], [ -129.077362, 53.453135999994046 ], [ -129.084671, 53.440535999994033 ], [ -129.128983, 53.404834999993987 ], [ -129.150146, 53.379294999993945 ], [ -129.163315, 53.372554999993937 ] ] ], [ [ [ -126.284424, 50.656001999989932 ], [ -126.336555, 50.6496009999899 ], [ -126.360275, 50.645347999989916 ], [ -126.392738, 50.651538999989938 ], [ -126.418602, 50.66761399998996 ], [ -126.455704, 50.66838799998996 ], [ -126.464882, 50.661307999989944 ], [ -126.467529, 50.64300899998991 ], [ -126.490891, 50.634925999989889 ], [ -126.535233, 50.636966999989895 ], [ -126.557396, 50.648639999989918 ], [ -126.566826, 50.670390999989955 ], [ -126.555328, 50.699500999990008 ], [ -126.527878, 50.720633999990049 ], [ -126.414764, 50.776935999990144 ], [ -126.339447, 50.802798999990188 ], [ -126.297638, 50.803649999990199 ], [ -126.214844, 50.774211999990143 ], [ -126.190208, 50.759513999990119 ], [ -126.184433, 50.738383999990084 ], [ -126.194534, 50.725284999990066 ], [ -126.250259, 50.690822999990004 ], [ -126.262161, 50.665587999989953 ], [ -126.284424, 50.656001999989932 ] ] ], [ [ [ -124.155128, 49.483878999987688 ], [ -124.175888, 49.488410999987678 ], [ -124.203659, 49.513400999987738 ], [ -124.254761, 49.526992999987748 ], [ -124.303474, 49.533793999987779 ], [ -124.320869, 49.545142999987817 ], [ -124.352257, 49.582057999987875 ], [ -124.384872, 49.590362999987889 ], [ -124.411606, 49.617518999987958 ], [ -124.46656, 49.661979999988041 ], [ -124.510834, 49.685332999988084 ], [ -124.587898, 49.705504999988143 ], [ -124.630051, 49.729537999988167 ], [ -124.635925, 49.740840999988208 ], [ -124.630257, 49.763511999988232 ], [ -124.621101, 49.770358999988268 ], [ -124.604698, 49.775733999988269 ], [ -124.452705, 49.71189099998815 ], [ -124.359206, 49.70765599998812 ], [ -124.219864, 49.583606999987879 ], [ -124.169975, 49.541316999987792 ], [ -124.143288, 49.525420999987759 ], [ -124.132973, 49.504222999987725 ], [ -124.135368, 49.492187999987692 ], [ -124.155128, 49.483878999987688 ] ] ], [ [ [ -127.893082, 51.410315999991219 ], [ -127.928154, 51.407557999991205 ], [ -127.941017, 51.414641999991197 ], [ -127.957893, 51.439933999991261 ], [ -127.972748, 51.442439999991258 ], [ -128.000809, 51.442183999991265 ], [ -128.027847, 51.444274999991272 ], [ -128.068497, 51.474719999991301 ], [ -128.078369, 51.488849999991338 ], [ -128.079819, 51.504024999991358 ], [ -128.088379, 51.530345999991397 ], [ -128.090927, 51.556853999991439 ], [ -128.125595, 51.624896999991549 ], [ -128.123779, 51.643249999991575 ], [ -128.106506, 51.65531499999161 ], [ -128.091934, 51.656672999991585 ], [ -128.081009, 51.644893999991574 ], [ -128.079971, 51.633433999991553 ], [ -128.072708, 51.622329999991535 ], [ -128.049332, 51.620879999991537 ], [ -128.01683, 51.626670999991546 ], [ -127.992424, 51.627562999991554 ], [ -127.968758, 51.622329999991535 ], [ -127.913048, 51.589236999991492 ], [ -127.894081, 51.568629999991465 ], [ -127.895996, 51.536601999991412 ], [ -127.894264, 51.490210999991319 ], [ -127.866135, 51.421946999991228 ], [ -127.893082, 51.410315999991219 ] ] ], [ [ [ -128.539215, 52.421782999992722 ], [ -128.565674, 52.445910999992755 ], [ -128.594574, 52.459262999992774 ], [ -128.69342, 52.481105999992785 ], [ -128.713608, 52.48175399999279 ], [ -128.746704, 52.475726999992794 ], [ -128.775879, 52.479033999992801 ], [ -128.791992, 52.489055999992807 ], [ -128.793701, 52.514213999992847 ], [ -128.767273, 52.523757999992867 ], [ -128.741867, 52.520976999992861 ], [ -128.72319, 52.511874999992841 ], [ -128.696442, 52.507674999992844 ], [ -128.683487, 52.514338999992837 ], [ -128.679535, 52.523677999992849 ], [ -128.692337, 52.536910999992891 ], [ -128.715652, 52.544356999992885 ], [ -128.730469, 52.552855999992893 ], [ -128.726532, 52.562198999992916 ], [ -128.674408, 52.578925999992933 ], [ -128.624512, 52.571074999992923 ], [ -128.588516, 52.574161999992917 ], [ -128.572998, 52.581611999992937 ], [ -128.554581, 52.619830999992978 ], [ -128.535889, 52.620597999993002 ], [ -128.519653, 52.610579999992986 ], [ -128.512878, 52.59328499999296 ], [ -128.513, 52.583335999992933 ], [ -128.505463, 52.548507999992893 ], [ -128.489655, 52.518542999992853 ], [ -128.467804, 52.455245999992776 ], [ -128.470383, 52.44442699999275 ], [ -128.539215, 52.421782999992722 ] ] ], [ [ [ -125.149681, 49.984843999988691 ], [ -125.173378, 49.99217599998871 ], [ -125.198425, 50.012355999988728 ], [ -125.263474, 50.085845999988877 ], [ -125.318878, 50.135966999988952 ], [ -125.325356, 50.158622999989014 ], [ -125.32235, 50.176818999989052 ], [ -125.331078, 50.198726999989098 ], [ -125.343231, 50.213695999989135 ], [ -125.336494, 50.223578999989137 ], [ -125.304504, 50.220927999989136 ], [ -125.279907, 50.227199999989153 ], [ -125.289742, 50.243045999989185 ], [ -125.323997, 50.244948999989177 ], [ -125.34214, 50.259856999989204 ], [ -125.332993, 50.274413999989243 ], [ -125.285995, 50.286212999989253 ], [ -125.259949, 50.283484999989241 ], [ -125.232498, 50.271560999989241 ], [ -125.214279, 50.249042999989193 ], [ -125.180626, 50.222102999989147 ], [ -125.157616, 50.193568999989083 ], [ -125.153694, 50.177695999989062 ], [ -125.164795, 50.143531999988987 ], [ -125.171562, 50.133662999988964 ], [ -125.193535, 50.113036999988914 ], [ -125.200104, 50.091746999988899 ], [ -125.162643, 50.04145099998879 ], [ -125.140671, 50.003077999988726 ], [ -125.149681, 49.984843999988691 ] ] ], [ [ [ -131.669312, 52.86878199999331 ], [ -131.713257, 52.859515999993299 ], [ -131.805527, 52.86988099999332 ], [ -131.838043, 52.899753999993358 ], [ -131.872177, 52.94959999999341 ], [ -131.890717, 52.972857999993444 ], [ -131.89537, 52.983226999993455 ], [ -131.914841, 53.004161999993478 ], [ -131.906143, 53.017878999993499 ], [ -131.890305, 53.022105999993521 ], [ -131.829117, 53.015780999993503 ], [ -131.794556, 53.015105999993501 ], [ -131.756134, 53.00788899999349 ], [ -131.734436, 52.987948999993456 ], [ -131.67569, 52.974402999993444 ], [ -131.647629, 52.961009999993443 ], [ -131.630814, 52.93915599999341 ], [ -131.623444, 52.907378999993362 ], [ -131.633087, 52.885184999993328 ], [ -131.669312, 52.86878199999331 ] ] ], [ [ [ -129.195084, 53.072234999993569 ], [ -129.223343, 53.07401299999357 ], [ -129.249619, 53.070449999993578 ], [ -129.27597, 53.076838999993583 ], [ -129.303757, 53.104606999993621 ], [ -129.31749, 53.131530999993657 ], [ -129.320084, 53.160582999993693 ], [ -129.302551, 53.202777999993735 ], [ -129.275787, 53.242343999993793 ], [ -129.271057, 53.28393199999384 ], [ -129.274963, 53.294539999993845 ], [ -129.260361, 53.299804999993867 ], [ -129.225571, 53.298415999993857 ], [ -129.196182, 53.279021999993823 ], [ -129.183395, 53.259711999993804 ], [ -129.180038, 53.243068999993781 ], [ -129.178635, 53.231566999993767 ], [ -129.161926, 53.211665999993755 ], [ -129.151245, 53.187682999993726 ], [ -129.161484, 53.158076999993689 ], [ -129.155762, 53.132316999993648 ], [ -129.145935, 53.115897999993635 ], [ -129.143997, 53.100669999993606 ], [ -129.167374, 53.08426999999358 ], [ -129.195084, 53.072234999993569 ] ] ], [ [ [ -130.107239, 53.553576999994156 ], [ -130.133347, 53.555953999994159 ], [ -130.164886, 53.576495999994187 ], [ -130.200562, 53.581439999994181 ], [ -130.221359, 53.581794999994187 ], [ -130.27301, 53.598849999994215 ], [ -130.314285, 53.60577799999421 ], [ -130.322464, 53.616824999994229 ], [ -130.327377, 53.631133999994255 ], [ -130.36676, 53.642741999994257 ], [ -130.374954, 53.65378599999427 ], [ -130.37468, 53.676055999994297 ], [ -130.353012, 53.694217999994315 ], [ -130.31926, 53.710719999994332 ], [ -130.305603, 53.729976999994363 ], [ -130.308563, 53.748988999994381 ], [ -130.298508, 53.758738999994392 ], [ -130.272781, 53.760184999994394 ], [ -130.244324, 53.752635999994389 ], [ -130.232452, 53.734775999994362 ], [ -130.212036, 53.695998999994323 ], [ -130.190475, 53.681830999994304 ], [ -130.151108, 53.670157999994281 ], [ -130.139236, 53.652419999994272 ], [ -130.136398, 53.617183999994225 ], [ -130.109451, 53.584952999994186 ], [ -130.097992, 53.560965999994181 ], [ -130.107239, 53.553576999994156 ] ] ], [ [ [ -129.337708, 52.946807999993418 ], [ -129.372177, 52.948161999993424 ], [ -129.396439, 52.959193999993431 ], [ -129.402817, 52.968890999993441 ], [ -129.42775, 53.013629999993498 ], [ -129.469376, 53.048354999993563 ], [ -129.468582, 53.070582999993569 ], [ -129.479767, 53.078528999993594 ], [ -129.507126, 53.082484999993582 ], [ -129.523178, 53.0885539999936 ], [ -129.518982, 53.114058999993631 ], [ -129.553635, 53.12536999999363 ], [ -129.575836, 53.147307999993679 ], [ -129.569702, 53.157550999993681 ], [ -129.543839, 53.164973999993691 ], [ -129.525375, 53.169700999993701 ], [ -129.500412, 53.164847999993675 ], [ -129.450974, 53.138877999993667 ], [ -129.408936, 53.110324999993622 ], [ -129.341934, 53.046927999993549 ], [ -129.305008, 53.02643599999351 ], [ -129.293732, 53.008632999993509 ], [ -129.296112, 52.997775999993479 ], [ -129.31398, 52.959384999993418 ], [ -129.337708, 52.946807999993418 ] ] ], [ [ [ -130.369339, 54.769004999995445 ], [ -130.403275, 54.76481199999543 ], [ -130.423767, 54.767524999995423 ], [ -130.44429, 54.786429999995455 ], [ -130.441757, 54.80354699999549 ], [ -130.406738, 54.826262999995507 ], [ -130.339371, 54.854705999995517 ], [ -130.292709, 54.895781999995563 ], [ -130.242081, 54.930144999995598 ], [ -130.203018, 54.994689999995643 ], [ -130.186142, 54.998679999995666 ], [ -130.154251, 54.933269999995595 ], [ -130.150299, 54.916591999995596 ], [ -130.20192, 54.86372799999554 ], [ -130.231613, 54.84897199999552 ], [ -130.28656, 54.809035999995473 ], [ -130.318039, 54.789596999995474 ], [ -130.369339, 54.769004999995445 ] ] ], [ [ [ -128.311752, 52.518710999992841 ], [ -128.397629, 52.537551999992871 ], [ -128.417328, 52.558124999992913 ], [ -128.434326, 52.59946799999296 ], [ -128.432327, 52.627875999992987 ], [ -128.422501, 52.641269999993007 ], [ -128.40535, 52.657157999993039 ], [ -128.399261, 52.671214999993055 ], [ -128.407227, 52.686187999993074 ], [ -128.405701, 52.708430999993098 ], [ -128.423584, 52.733691999993141 ], [ -128.419876, 52.746806999993147 ], [ -128.34758, 52.766486999993184 ], [ -128.341766, 52.723166999993119 ], [ -128.329559, 52.690005999993076 ], [ -128.309433, 52.665553999993058 ], [ -128.301361, 52.636844999993016 ], [ -128.302612, 52.563395999992892 ], [ -128.294891, 52.538474999992886 ], [ -128.311752, 52.518710999992841 ] ] ], [ [ [ -128.941757, 53.300509999993871 ], [ -128.959763, 53.302047999993853 ], [ -129.035065, 53.320880999993882 ], [ -129.062607, 53.315062999993877 ], [ -129.104156, 53.300178999993861 ], [ -129.126266, 53.302234999993878 ], [ -129.139893, 53.319224999993885 ], [ -129.132065, 53.347949999993915 ], [ -129.088837, 53.381274999993963 ], [ -129.062775, 53.408534999993982 ], [ -129.046509, 53.432284999994032 ], [ -129.021698, 53.490916999994091 ], [ -129.007385, 53.499938999994079 ], [ -128.991653, 53.497569999994106 ], [ -128.98288, 53.488799999994093 ], [ -128.976135, 53.455329999994035 ], [ -128.969757, 53.445716999994012 ], [ -128.959656, 53.425437999994003 ], [ -128.953827, 53.389644999993962 ], [ -128.942352, 53.367957999993941 ], [ -128.934662, 53.336867999993899 ], [ -128.924866, 53.32041899999389 ], [ -128.925964, 53.30815499999386 ], [ -128.941757, 53.300509999993871 ] ] ], [ [ [ -131.460236, 52.599318999992953 ], [ -131.488144, 52.600413999992959 ], [ -131.505966, 52.607570999992987 ], [ -131.514343, 52.61857199999298 ], [ -131.526566, 52.623820999993008 ], [ -131.553879, 52.627318999992994 ], [ -131.572662, 52.619857999992988 ], [ -131.579849, 52.604735999992982 ], [ -131.577225, 52.577327999992931 ], [ -131.600372, 52.580283999992936 ], [ -131.632019, 52.600280999992968 ], [ -131.641907, 52.612643999992969 ], [ -131.65625, 52.641601999993021 ], [ -131.670044, 52.660567999993049 ], [ -131.683899, 52.673427999993066 ], [ -131.703873, 52.685805999993072 ], [ -131.703751, 52.698142999993095 ], [ -131.680313, 52.707473999993098 ], [ -131.624237, 52.70529899999309 ], [ -131.590897, 52.689952999993096 ], [ -131.573807, 52.686522999993095 ], [ -131.5345, 52.706225999993087 ], [ -131.492355, 52.710624999993108 ], [ -131.461334, 52.700526999993102 ], [ -131.442261, 52.68570699999308 ], [ -131.43158, 52.669536999993063 ], [ -131.433197, 52.630286999992997 ], [ -131.445282, 52.607184999992981 ], [ -131.460236, 52.599318999992953 ] ] ], [ [ [ -123.454529, 48.703223999985966 ], [ -123.480728, 48.704207999985975 ], [ -123.534851, 48.731738999986035 ], [ -123.540298, 48.743064999986075 ], [ -123.520409, 48.773795999986127 ], [ -123.569283, 48.844176999986303 ], [ -123.563362, 48.855460999986313 ], [ -123.552963, 48.864387999986327 ], [ -123.557236, 48.87799799998637 ], [ -123.575287, 48.894683999986405 ], [ -123.581833, 48.911365999986437 ], [ -123.578178, 48.921824999986455 ], [ -123.561028, 48.925517999986482 ], [ -123.486397, 48.881984999986372 ], [ -123.460827, 48.870453999986367 ], [ -123.415932, 48.848362999986314 ], [ -123.463104, 48.842620999986302 ], [ -123.469055, 48.831344999986257 ], [ -123.455719, 48.81315599998625 ], [ -123.390175, 48.785502999986164 ], [ -123.370224, 48.758166999986102 ], [ -123.373856, 48.747638999986073 ], [ -123.395676, 48.738887999986055 ], [ -123.436562, 48.74447299998608 ], [ -123.448196, 48.737060999986056 ], [ -123.439293, 48.721164999986016 ], [ -123.441841, 48.709178999985987 ], [ -123.454529, 48.703223999985966 ] ] ], [ [ [ -128.671432, 52.263492999992494 ], [ -128.694214, 52.2671659999925 ], [ -128.72345, 52.294139999992545 ], [ -128.762619, 52.374949999992651 ], [ -128.749588, 52.435092999992733 ], [ -128.733612, 52.448779999992759 ], [ -128.672379, 52.449107999992755 ], [ -128.643341, 52.435828999992736 ], [ -128.637772, 52.420009999992729 ], [ -128.637894, 52.376403999992654 ], [ -128.623383, 52.324382999992579 ], [ -128.622696, 52.306811999992561 ], [ -128.671432, 52.263492999992494 ] ] ], [ [ [ -124.810837, 50.108275999988912 ], [ -124.8368, 50.111197999988939 ], [ -124.855927, 50.127715999988965 ], [ -124.859749, 50.154933999989012 ], [ -124.864716, 50.168506999989035 ], [ -124.883743, 50.188815999989082 ], [ -124.929131, 50.219527999989154 ], [ -124.940041, 50.240691999989181 ], [ -124.935692, 50.261191999989215 ], [ -124.914902, 50.294600999989285 ], [ -124.897118, 50.294753999989275 ], [ -124.870987, 50.284255999989263 ], [ -124.84597, 50.271563999989205 ], [ -124.818909, 50.274741999989232 ], [ -124.810516, 50.264209999989198 ], [ -124.82177, 50.222522999989145 ], [ -124.802544, 50.194571999989087 ], [ -124.776413, 50.176585999989058 ], [ -124.757271, 50.152465999989012 ], [ -124.761719, 50.139567999988977 ], [ -124.782738, 50.121341999988942 ], [ -124.810837, 50.108275999988912 ] ] ], [ [ [ -130.920929, 54.463321999995138 ], [ -130.937241, 54.487723999995175 ], [ -130.945419, 54.511146999995184 ], [ -130.940582, 54.53528199999522 ], [ -130.926117, 54.550841999995249 ], [ -130.924118, 54.561774999995237 ], [ -130.929993, 54.579875999995252 ], [ -130.926392, 54.589347999995269 ], [ -130.909683, 54.599654999995266 ], [ -130.865173, 54.60387399999528 ], [ -130.840805, 54.600738999995279 ], [ -130.811829, 54.587066999995258 ], [ -130.778107, 54.591380999995259 ], [ -130.759277, 54.590201999995273 ], [ -130.749954, 54.575343999995269 ], [ -130.760696, 54.553084999995235 ], [ -130.789169, 54.534453999995215 ], [ -130.806198, 54.517981999995193 ], [ -130.841461, 54.492808999995169 ], [ -130.872192, 54.479358999995164 ], [ -130.920929, 54.463321999995138 ] ] ], [ [ [ -128.245209, 52.591601999992953 ], [ -128.258514, 52.598674999992959 ], [ -128.251419, 52.652495999993022 ], [ -128.261398, 52.676528999993053 ], [ -128.296509, 52.723369999993139 ], [ -128.308533, 52.742801999993155 ], [ -128.294159, 52.761661999993187 ], [ -128.258453, 52.758460999993169 ], [ -128.233337, 52.759414999993176 ], [ -128.207321, 52.762679999993196 ], [ -128.190613, 52.772437999993194 ], [ -128.171616, 52.796874999993236 ], [ -128.152328, 52.793757999993225 ], [ -128.140961, 52.768210999993187 ], [ -128.141815, 52.738376999993136 ], [ -128.153931, 52.720359999993136 ], [ -128.206558, 52.656436999993034 ], [ -128.227234, 52.59994499999295 ], [ -128.245209, 52.591601999992953 ] ] ], [ [ [ -125.184845, 50.312190999989312 ], [ -125.233307, 50.309432999989298 ], [ -125.264305, 50.318252999989312 ], [ -125.285492, 50.314971999989311 ], [ -125.32637, 50.291888999989268 ], [ -125.346306, 50.287070999989261 ], [ -125.367798, 50.291396999989267 ], [ -125.377609, 50.307162999989288 ], [ -125.365105, 50.328544999989333 ], [ -125.334686, 50.338687999989361 ], [ -125.313492, 50.341983999989367 ], [ -125.301743, 50.349658999989373 ], [ -125.303757, 50.385226999989456 ], [ -125.283264, 50.418803999989507 ], [ -125.267967, 50.421946999989508 ], [ -125.234474, 50.410159999989482 ], [ -125.18277, 50.379580999989429 ], [ -125.158737, 50.360892999989389 ], [ -125.143929, 50.335296999989346 ], [ -125.148476, 50.326167999989345 ], [ -125.184845, 50.312190999989312 ] ] ], [ [ [ -123.083422, 49.122958999986921 ], [ -123.122258, 49.110797999986893 ], [ -123.147168, 49.111712999986885 ], [ -123.201827, 49.128744999986935 ], [ -123.204965, 49.174446999987026 ], [ -123.158937, 49.173727999987015 ], [ -123.142657, 49.179088999987037 ], [ -123.133569, 49.196218999987074 ], [ -123.116766, 49.200990999987091 ], [ -123.089633, 49.196414999987063 ], [ -123.074006, 49.202298999987079 ], [ -123.046154, 49.20295299998709 ], [ -123.016144, 49.195466999987076 ], [ -123.005945, 49.192654999987063 ], [ -122.999864, 49.18755499998705 ], [ -122.984565, 49.180101999987016 ], [ -122.975212, 49.179461999987033 ], [ -122.967958, 49.180101999987023 ], [ -122.961747, 49.187162999987052 ], [ -122.942264, 49.196969999987076 ], [ -122.922715, 49.19579299998707 ], [ -122.918792, 49.19337399998706 ], [ -122.931214, 49.169771999987034 ], [ -122.950044, 49.15970299998699 ], [ -122.979073, 49.160879999986996 ], [ -123.010325, 49.154930999986981 ], [ -123.045762, 49.147476999986957 ], [ -123.083422, 49.122958999986921 ] ] ], [ [ [ -127.941803, 52.075244999992208 ], [ -127.956619, 52.073985999992232 ], [ -128.03569, 52.073405999992204 ], [ -128.098516, 52.088452999992242 ], [ -128.115812, 52.10160999999227 ], [ -128.1337, 52.148324999992326 ], [ -128.10842, 52.161186999992353 ], [ -128.015582, 52.144924999992334 ], [ -127.962303, 52.134803999992315 ], [ -127.919273, 52.140155999992324 ], [ -127.901367, 52.134646999992313 ], [ -127.895226, 52.121108999992288 ], [ -127.921585, 52.084384999992238 ], [ -127.941803, 52.075244999992208 ] ] ], [ [ [ -124.962349, 50.012755999988748 ], [ -124.984619, 50.007316999988738 ], [ -124.994217, 50.023097999988742 ], [ -124.988777, 50.049647999988814 ], [ -124.992813, 50.07681299998886 ], [ -125.004669, 50.084350999988871 ], [ -125.024803, 50.087226999988886 ], [ -125.035583, 50.100703999988895 ], [ -125.029884, 50.112124999988936 ], [ -124.980682, 50.12839099998898 ], [ -124.962181, 50.149711999988995 ], [ -124.966019, 50.165587999989015 ], [ -124.995895, 50.191855999989095 ], [ -124.992744, 50.210044999989115 ], [ -124.97036, 50.211738999989109 ], [ -124.924667, 50.158320999989016 ], [ -124.895462, 50.099505999988907 ], [ -124.885559, 50.060912999988837 ], [ -124.895912, 50.044223999988802 ], [ -124.919418, 50.044074999988794 ], [ -124.945107, 50.035590999988777 ], [ -124.962349, 50.012755999988748 ] ] ], [ [ [ -124.113754, 49.650001999988021 ], [ -124.135864, 49.648505999988011 ], [ -124.153282, 49.656058999988034 ], [ -124.207867, 49.671794999988059 ], [ -124.199313, 49.695893999988115 ], [ -124.199642, 49.711932999988143 ], [ -124.138449, 49.758320999988243 ], [ -124.073494, 49.768561999988258 ], [ -124.040825, 49.775222999988259 ], [ -124.022095, 49.773684999988262 ], [ -124.008217, 49.763049999988247 ], [ -124.008301, 49.75176599998823 ], [ -124.035217, 49.737403999988196 ], [ -124.063332, 49.717116999988164 ], [ -124.091606, 49.658946999988018 ], [ -124.113754, 49.650001999988021 ] ] ], [ [ [ -126.076355, 49.238532999987157 ], [ -126.159706, 49.247531999987189 ], [ -126.184677, 49.26366799998722 ], [ -126.217369, 49.296187999987296 ], [ -126.222786, 49.313388999987311 ], [ -126.218872, 49.330092999987336 ], [ -126.202316, 49.345523999987378 ], [ -126.19368, 49.36010699998743 ], [ -126.112389, 49.350326999987388 ], [ -126.091995, 49.33633399998736 ], [ -126.079185, 49.306422999987291 ], [ -126.0597, 49.282630999987248 ], [ -126.059288, 49.271247999987224 ], [ -126.068001, 49.260539999987209 ], [ -126.062874, 49.247031999987179 ], [ -126.076355, 49.238532999987157 ] ] ], [ [ [ -131.035019, 51.94050199999203 ], [ -131.0811, 51.984893999992082 ], [ -131.08136, 52.000964999992121 ], [ -131.073975, 52.022117999992147 ], [ -131.088531, 52.048716999992195 ], [ -131.118134, 52.083510999992235 ], [ -131.116898, 52.098136999992271 ], [ -131.09494, 52.114913999992268 ], [ -131.064743, 52.12683499999229 ], [ -131.045563, 52.12425999999229 ], [ -131.022629, 52.099013999992245 ], [ -131.013794, 52.084277999992224 ], [ -130.970474, 52.071059999992222 ], [ -130.980148, 52.055072999992191 ], [ -131.003479, 52.045871999992173 ], [ -131.039444, 52.045794999992175 ], [ -131.0354, 52.029277999992154 ], [ -131.001129, 51.996253999992113 ], [ -131.017532, 51.961532999992066 ], [ -131.012589, 51.947322999992032 ], [ -131.035019, 51.94050199999203 ] ] ], [ [ [ -126.581444, 50.779345999990149 ], [ -126.620041, 50.785247999990162 ], [ -126.649323, 50.794475999990183 ], [ -126.670647, 50.790893999990168 ], [ -126.704353, 50.77340299999014 ], [ -126.737099, 50.779445999990152 ], [ -126.771233, 50.769412999990131 ], [ -126.803856, 50.775474999990145 ], [ -126.873665, 50.79951099999019 ], [ -126.889832, 50.807387999990191 ], [ -126.880875, 50.81827199999023 ], [ -126.826767, 50.815898999990225 ], [ -126.783813, 50.819209999990221 ], [ -126.683075, 50.836898999990247 ], [ -126.651756, 50.836108999990252 ], [ -126.610497, 50.827201999990216 ], [ -126.59581, 50.820743999990206 ], [ -126.566261, 50.786452999990168 ], [ -126.581444, 50.779345999990149 ] ] ], [ [ [ -126.323448, 50.505866999989671 ], [ -126.370964, 50.504878999989671 ], [ -126.408478, 50.495711999989645 ], [ -126.426544, 50.499125999989658 ], [ -126.450897, 50.509917999989661 ], [ -126.478523, 50.513915999989678 ], [ -126.579247, 50.507834999989669 ], [ -126.593674, 50.510535999989692 ], [ -126.603867, 50.522426999989698 ], [ -126.593605, 50.531764999989704 ], [ -126.546394, 50.536654999989722 ], [ -126.470329, 50.539897999989734 ], [ -126.423233, 50.548484999989732 ], [ -126.358475, 50.564982999989766 ], [ -126.341988, 50.566863999989778 ], [ -126.324432, 50.549796999989731 ], [ -126.302582, 50.541915999989726 ], [ -126.291847, 50.518599999989689 ], [ -126.323448, 50.505866999989671 ] ] ], [ [ [ -128.204681, 51.991591999992096 ], [ -128.219879, 52.007766999992143 ], [ -128.208435, 52.066951999992199 ], [ -128.248672, 52.109679999992274 ], [ -128.240631, 52.128303999992305 ], [ -128.212723, 52.146136999992336 ], [ -128.186966, 52.149436999992325 ], [ -128.151031, 52.162230999992346 ], [ -128.143013, 52.153203999992343 ], [ -128.133848, 52.130141999992311 ], [ -128.134659, 52.097247999992248 ], [ -128.149857, 52.062259999992214 ], [ -128.163452, 52.049540999992189 ], [ -128.18457, 52.000777999992124 ], [ -128.204681, 51.991591999992096 ] ] ], [ [ [ -123.326004, 48.848887999986317 ], [ -123.351028, 48.852099999986336 ], [ -123.370216, 48.862849999986338 ], [ -123.386893, 48.868359999986353 ], [ -123.423771, 48.889560999986408 ], [ -123.533134, 48.949420999986529 ], [ -123.554497, 48.966865999986574 ], [ -123.560028, 48.981978999986595 ], [ -123.55529, 48.99098599998662 ], [ -123.530167, 48.987822999986612 ], [ -123.514214, 48.9816279999866 ], [ -123.483597, 48.963336999986566 ], [ -123.448669, 48.938933999986503 ], [ -123.381432, 48.92101699998647 ], [ -123.355476, 48.908717999986443 ], [ -123.328522, 48.887362999986394 ], [ -123.310455, 48.878142999986395 ], [ -123.299507, 48.859187999986339 ], [ -123.326004, 48.848887999986317 ] ] ], [ [ [ -126.858261, 50.613269999989861 ], [ -126.905136, 50.61807299998987 ], [ -126.925835, 50.624320999989877 ], [ -126.981499, 50.618255999989863 ], [ -127.0019, 50.620776999989872 ], [ -127.02655, 50.63151199998989 ], [ -127.05529, 50.632937999989899 ], [ -127.099991, 50.624885999989857 ], [ -127.11554, 50.625171999989881 ], [ -127.134186, 50.636050999989912 ], [ -127.134529, 50.657245999989946 ], [ -127.113518, 50.664683999989947 ], [ -127.069504, 50.66669499998995 ], [ -127.031883, 50.658675999989931 ], [ -126.913551, 50.655803999989935 ], [ -126.856628, 50.642844999989919 ], [ -126.836212, 50.622859999989878 ], [ -126.858261, 50.613269999989861 ] ] ], [ [ [ -125.425751, 50.336905999989348 ], [ -125.476822, 50.340903999989351 ], [ -125.486534, 50.34906799998938 ], [ -125.497604, 50.362582999989399 ], [ -125.493134, 50.37172699998942 ], [ -125.461449, 50.384273999989439 ], [ -125.452492, 50.402556999989493 ], [ -125.440056, 50.4238359999895 ], [ -125.416588, 50.435542999989558 ], [ -125.396484, 50.436538999989537 ], [ -125.379784, 50.434463999989539 ], [ -125.346413, 50.426425999989519 ], [ -125.336708, 50.418246999989499 ], [ -125.331558, 50.404685999989475 ], [ -125.34201, 50.395404999989459 ], [ -125.366562, 50.381522999989443 ], [ -125.387169, 50.355601999989403 ], [ -125.405846, 50.345496999989365 ], [ -125.425751, 50.336905999989348 ] ] ], [ [ [ -130.479156, 54.692771999995372 ], [ -130.515549, 54.687621999995365 ], [ -130.584946, 54.696666999995372 ], [ -130.608856, 54.712260999995387 ], [ -130.620346, 54.732394999995407 ], [ -130.61142, 54.749930999995421 ], [ -130.591492, 54.751040999995411 ], [ -130.553482, 54.738631999995405 ], [ -130.530853, 54.74687199999542 ], [ -130.517838, 54.779921999995452 ], [ -130.500519, 54.780166999995451 ], [ -130.479721, 54.767413999995448 ], [ -130.45314, 54.736571999995419 ], [ -130.449631, 54.723700999995401 ], [ -130.460312, 54.707728999995389 ], [ -130.479156, 54.692771999995372 ] ] ], [ [ [ -124.684189, 50.153563999989011 ], [ -124.701889, 50.157199999989032 ], [ -124.711441, 50.169265999989044 ], [ -124.71627, 50.186721999989068 ], [ -124.731781, 50.202514999989091 ], [ -124.762573, 50.215243999989127 ], [ -124.770943, 50.225779999989143 ], [ -124.760719, 50.257686999989204 ], [ -124.736183, 50.278960999989245 ], [ -124.720772, 50.282062999989265 ], [ -124.699509, 50.273795999989233 ], [ -124.685165, 50.263278999989225 ], [ -124.6577, 50.228587999989145 ], [ -124.65387, 50.193805999989074 ], [ -124.662979, 50.164222999989015 ], [ -124.684189, 50.153563999989011 ] ] ], [ [ [ -128.154572, 52.261287999992497 ], [ -128.173096, 52.26058999999249 ], [ -128.187485, 52.27910199999252 ], [ -128.179382, 52.297728999992536 ], [ -128.130157, 52.354537999992615 ], [ -128.102783, 52.393706999992666 ], [ -128.087921, 52.395068999992681 ], [ -128.076782, 52.383258999992663 ], [ -128.079163, 52.368678999992646 ], [ -128.081039, 52.350284999992631 ], [ -128.072586, 52.327674999992588 ], [ -128.071121, 52.312461999992571 ], [ -128.081726, 52.292979999992532 ], [ -128.154572, 52.261287999992497 ] ] ], [ [ [ -123.312019, 49.440700999987577 ], [ -123.342392, 49.431167999987565 ], [ -123.350296, 49.441871999987583 ], [ -123.372177, 49.444289999987596 ], [ -123.385117, 49.434627999987583 ], [ -123.401405, 49.429500999987575 ], [ -123.415237, 49.432639999987572 ], [ -123.434624, 49.450927999987606 ], [ -123.443634, 49.463084999987622 ], [ -123.444466, 49.47972099998767 ], [ -123.432671, 49.490935999987698 ], [ -123.355545, 49.515170999987745 ], [ -123.332458, 49.507419999987725 ], [ -123.307854, 49.47017299998766 ], [ -123.303612, 49.45651999998762 ], [ -123.312019, 49.440700999987577 ] ] ], [ [ [ -128.390457, 52.350676999992615 ], [ -128.437164, 52.355655999992628 ], [ -128.448959, 52.361331999992636 ], [ -128.442383, 52.381473999992664 ], [ -128.400879, 52.402198999992699 ], [ -128.389267, 52.410232999992708 ], [ -128.382645, 52.430377999992707 ], [ -128.297806, 52.456672999992762 ], [ -128.279709, 52.451220999992763 ], [ -128.278534, 52.439860999992739 ], [ -128.301163, 52.416053999992705 ], [ -128.324966, 52.393699999992691 ], [ -128.349686, 52.379004999992645 ], [ -128.370193, 52.359908999992641 ], [ -128.390457, 52.350676999992615 ] ] ], [ [ [ -125.790878, 49.124248999986911 ], [ -125.830475, 49.137134999986948 ], [ -125.842552, 49.152068999986966 ], [ -125.821541, 49.176581999987029 ], [ -125.834793, 49.192946999987079 ], [ -125.858009, 49.196269999987074 ], [ -125.892876, 49.174651999987027 ], [ -125.906883, 49.181174999987043 ], [ -125.913292, 49.196155999987063 ], [ -125.909271, 49.212840999987101 ], [ -125.896996, 49.222827999987125 ], [ -125.8741, 49.227031999987148 ], [ -125.804985, 49.228145999987156 ], [ -125.781738, 49.220946999987142 ], [ -125.771774, 49.201507999987072 ], [ -125.784081, 49.159072999986989 ], [ -125.790878, 49.124248999986911 ] ] ], [ [ [ -127.932762, 52.178534999992365 ], [ -127.996323, 52.167922999992371 ], [ -128.022476, 52.168521999992365 ], [ -128.035965, 52.179469999992378 ], [ -128.034378, 52.201621999992412 ], [ -127.986565, 52.222396999992441 ], [ -127.972328, 52.254977999992477 ], [ -127.958099, 52.263869999992494 ], [ -127.939583, 52.264525999992493 ], [ -127.926086, 52.253570999992483 ], [ -127.92263, 52.229232999992455 ], [ -127.901184, 52.199508999992403 ], [ -127.905296, 52.190207999992381 ], [ -127.932762, 52.178534999992365 ] ] ], [ [ [ -128.500275, 52.651114999993027 ], [ -128.513046, 52.664374999993036 ], [ -128.520477, 52.732902999993136 ], [ -128.519791, 52.772693999993194 ], [ -128.486771, 52.839770999993284 ], [ -128.473267, 52.832644999993271 ], [ -128.46257, 52.814719999993251 ], [ -128.461945, 52.797126999993232 ], [ -128.477661, 52.732306999993142 ], [ -128.466583, 52.700622999993101 ], [ -128.47879, 52.662662999993046 ], [ -128.500275, 52.651114999993027 ] ] ], [ [ [ -130.314407, 54.204483999994864 ], [ -130.330414, 54.225295999994891 ], [ -130.338206, 54.243717999994921 ], [ -130.361315, 54.279933999994959 ], [ -130.347863, 54.305457999994985 ], [ -130.286468, 54.335465999995009 ], [ -130.263877, 54.317271999994986 ], [ -130.256633, 54.280710999994952 ], [ -130.255081, 54.256048999994917 ], [ -130.286124, 54.25932599999495 ], [ -130.298368, 54.247598999994914 ], [ -130.316649, 54.241217999994923 ], [ -130.302507, 54.227075999994902 ], [ -130.29992, 54.207588999994883 ], [ -130.306818, 54.203793999994872 ], [ -130.314407, 54.204483999994864 ] ] ], [ [ [ -125.557373, 50.380774999989448 ], [ -125.708382, 50.360526999989418 ], [ -125.738129, 50.363849999989405 ], [ -125.755951, 50.36742399998942 ], [ -125.76236, 50.378638999989434 ], [ -125.750755, 50.386451999989461 ], [ -125.673042, 50.401149999989464 ], [ -125.578392, 50.410033999989487 ], [ -125.551292, 50.413417999989491 ], [ -125.531082, 50.414481999989505 ], [ -125.518982, 50.403239999989488 ], [ -125.528076, 50.392543999989464 ], [ -125.557373, 50.380774999989448 ] ] ], [ [ [ -129.639465, 53.04590999999354 ], [ -129.671005, 53.044337999993552 ], [ -129.692993, 53.046275999993554 ], [ -129.714493, 53.054362999993543 ], [ -129.745865, 53.078772999993582 ], [ -129.758392, 53.094230999993606 ], [ -129.749939, 53.115397999993647 ], [ -129.72905, 53.121055999993622 ], [ -129.69632, 53.115062999993626 ], [ -129.663956, 53.102942999993623 ], [ -129.620468, 53.082965999993569 ], [ -129.613571, 53.069499999993575 ], [ -129.619141, 53.055404999993556 ], [ -129.639465, 53.04590999999354 ] ] ], [ [ [ -124.177238, 49.429549999987557 ], [ -124.2015, 49.434844999987568 ], [ -124.232849, 49.449195999987609 ], [ -124.342834, 49.464274999987644 ], [ -124.360352, 49.479396999987664 ], [ -124.358025, 49.495265999987708 ], [ -124.338295, 49.499789999987698 ], [ -124.288437, 49.495299999987708 ], [ -124.235146, 49.482451999987688 ], [ -124.21067, 49.477122999987657 ], [ -124.176018, 49.46574399998763 ], [ -124.164513, 49.450671999987605 ], [ -124.159859, 49.43709899998759 ], [ -124.177238, 49.429549999987557 ] ] ], [ [ [ -131.278, 52.324065999992584 ], [ -131.296677, 52.322837999992579 ], [ -131.312683, 52.328620999992587 ], [ -131.339706, 52.360553999992632 ], [ -131.348419, 52.387526999992666 ], [ -131.339661, 52.401172999992681 ], [ -131.294373, 52.414966999992707 ], [ -131.262695, 52.413306999992713 ], [ -131.245987, 52.403678999992671 ], [ -131.247177, 52.389037999992652 ], [ -131.268387, 52.374602999992661 ], [ -131.274796, 52.361903999992627 ], [ -131.263885, 52.335814999992593 ], [ -131.278, 52.324065999992584 ] ] ], [ [ [ -127.652344, 50.83626599999026 ], [ -127.68483, 50.838206999990248 ], [ -127.709717, 50.848697999990279 ], [ -127.730026, 50.847312999990265 ], [ -127.770157, 50.867923999990303 ], [ -127.821739, 50.880534999990331 ], [ -127.817749, 50.889792999990334 ], [ -127.795387, 50.895888999990369 ], [ -127.747459, 50.897559999990357 ], [ -127.712555, 50.896491999990346 ], [ -127.680092, 50.880904999990328 ], [ -127.654869, 50.8665659999903 ], [ -127.639565, 50.842730999990259 ], [ -127.652344, 50.83626599999026 ] ] ], [ [ [ -125.782341, 50.406421999989483 ], [ -125.804787, 50.404540999989486 ], [ -125.855148, 50.4181369999895 ], [ -125.92601, 50.413184999989504 ], [ -125.939781, 50.429683999989535 ], [ -125.929512, 50.438910999989538 ], [ -125.909508, 50.443767999989568 ], [ -125.80172, 50.451583999989559 ], [ -125.7761, 50.431525999989525 ], [ -125.767151, 50.413398999989489 ], [ -125.782341, 50.406421999989483 ] ] ], [ [ [ -128.921326, 53.701617999994319 ], [ -129.019928, 53.672702999994293 ], [ -129.048538, 53.674453999994306 ], [ -129.049927, 53.685969999994313 ], [ -129.032639, 53.702083999994336 ], [ -129.010727, 53.713775999994347 ], [ -128.954758, 53.731536999994361 ], [ -128.911667, 53.738772999994382 ], [ -128.890915, 53.728255999994353 ], [ -128.895508, 53.71263899999434 ], [ -128.921326, 53.701617999994319 ] ] ], [ [ [ -128.069839, 52.208667999992421 ], [ -128.113174, 52.20714999999241 ], [ -128.14209, 52.210631999992422 ], [ -128.161774, 52.22137099999243 ], [ -128.157715, 52.230681999992449 ], [ -128.088318, 52.245433999992464 ], [ -128.062317, 52.272357999992508 ], [ -128.028183, 52.280440999992521 ], [ -128.007828, 52.275886999992522 ], [ -128.013992, 52.261863999992507 ], [ -128.04068, 52.242579999992458 ], [ -128.056763, 52.215293999992433 ], [ -128.069839, 52.208667999992421 ] ] ], [ [ [ -130.317398, 54.688678999995361 ], [ -130.353622, 54.689795999995361 ], [ -130.352966, 54.702113999995376 ], [ -130.344742, 54.717280999995403 ], [ -130.273087, 54.751262999995433 ], [ -130.230499, 54.776633999995454 ], [ -130.217957, 54.764987999995441 ], [ -130.225983, 54.739905999995401 ], [ -130.239853, 54.726825999995413 ], [ -130.2659, 54.715377999995397 ], [ -130.29393, 54.69921899999536 ], [ -130.317398, 54.688678999995361 ] ] ], [ [ [ -132.433716, 53.097426999993601 ], [ -132.468307, 53.091655999993598 ], [ -132.495087, 53.091124999993596 ], [ -132.520905, 53.086799999993588 ], [ -132.566803, 53.115516999993631 ], [ -132.598526, 53.125373999993641 ], [ -132.598602, 53.137649999993663 ], [ -132.580551, 53.142898999993662 ], [ -132.547455, 53.137866999993662 ], [ -132.52533, 53.13036299999365 ], [ -132.487442, 53.121005999993628 ], [ -132.432983, 53.118346999993634 ], [ -132.41806, 53.107924999993621 ], [ -132.433716, 53.097426999993601 ] ] ], [ [ [ -123.090378, 48.742328999986043 ], [ -123.151718, 48.745349999986075 ], [ -123.182335, 48.75249099998608 ], [ -123.188797, 48.765372999986113 ], [ -123.181374, 48.786338999986157 ], [ -123.155991, 48.798137999986203 ], [ -123.126579, 48.792491999986169 ], [ -123.071144, 48.774543999986143 ], [ -123.061226, 48.764537999986125 ], [ -123.068428, 48.751132999986076 ], [ -123.090378, 48.742328999986043 ] ] ], [ [ [ -129.577606, 52.938804999993415 ], [ -129.619751, 52.941203999993419 ], [ -129.642838, 52.960738999993431 ], [ -129.677338, 52.961993999993439 ], [ -129.69783, 52.972461999993449 ], [ -129.699432, 52.983821999993467 ], [ -129.689362, 52.993617999993475 ], [ -129.671951, 52.995982999993466 ], [ -129.631973, 52.992675999993466 ], [ -129.591232, 52.981749999993461 ], [ -129.577026, 52.970984999993455 ], [ -129.55835, 52.955790999993425 ], [ -129.562134, 52.946406999993421 ], [ -129.577606, 52.938804999993415 ] ] ], [ [ [ -126.409424, 50.582141999989794 ], [ -126.455406, 50.572009999989774 ], [ -126.485245, 50.575152999989804 ], [ -126.518486, 50.592650999989807 ], [ -126.527733, 50.610640999989847 ], [ -126.500587, 50.614284999989856 ], [ -126.456276, 50.612227999989869 ], [ -126.420837, 50.61675999998986 ], [ -126.387314, 50.616706999989859 ], [ -126.378319, 50.602538999989847 ], [ -126.396729, 50.58848199998981 ], [ -126.409424, 50.582141999989794 ] ] ], [ [ [ -129.385498, 53.28852499999384 ], [ -129.394958, 53.301066999993864 ], [ -129.39949, 53.335319999993899 ], [ -129.430969, 53.359920999993925 ], [ -129.427109, 53.369307999993921 ], [ -129.398209, 53.373694999993951 ], [ -129.371643, 53.367328999993944 ], [ -129.346619, 53.35241699999392 ], [ -129.339752, 53.329032999993899 ], [ -129.34021, 53.312900999993865 ], [ -129.361481, 53.291152999993841 ], [ -129.385498, 53.28852499999384 ] ] ], [ [ [ -123.312119, 49.390132999987465 ], [ -123.32325, 49.354781999987409 ], [ -123.332802, 49.344287999987387 ], [ -123.348083, 49.333888999987359 ], [ -123.372513, 49.324298999987327 ], [ -123.389801, 49.328238999987363 ], [ -123.410217, 49.344279999987393 ], [ -123.407532, 49.36011099998742 ], [ -123.394539, 49.373599999987448 ], [ -123.325836, 49.397113999987496 ], [ -123.309395, 49.405967999987517 ], [ -123.302696, 49.396884999987492 ], [ -123.312119, 49.390132999987465 ] ] ], [ [ [ -124.73233, 49.476096999987661 ], [ -124.746376, 49.482753999987672 ], [ -124.774483, 49.507575999987729 ], [ -124.801407, 49.52330399998776 ], [ -124.814362, 49.539821999987787 ], [ -124.828545, 49.569186999987856 ], [ -124.821785, 49.579009999987868 ], [ -124.790352, 49.572455999987874 ], [ -124.770271, 49.550609999987806 ], [ -124.744545, 49.525084999987762 ], [ -124.716339, 49.496543999987708 ], [ -124.717377, 49.482970999987671 ], [ -124.73233, 49.476096999987661 ] ] ], [ [ [ -125.098351, 50.11989199998893 ], [ -125.116226, 50.131122999988968 ], [ -125.089523, 50.212279999989121 ], [ -125.054443, 50.23149499998916 ], [ -125.041435, 50.226348999989156 ], [ -125.027908, 50.198436999989106 ], [ -125.033615, 50.187007999989078 ], [ -125.060524, 50.176181999989069 ], [ -125.076691, 50.163215999989021 ], [ -125.087852, 50.129058999988963 ], [ -125.098351, 50.11989199998893 ] ] ], [ [ [ -130.687347, 54.107711999994784 ], [ -130.719849, 54.105769999994777 ], [ -130.74704, 54.111857999994776 ], [ -130.793961, 54.155261999994828 ], [ -130.789505, 54.166987999994852 ], [ -130.772476, 54.167273999994833 ], [ -130.664795, 54.128299999994809 ], [ -130.66185, 54.119235999994778 ], [ -130.687347, 54.107711999994784 ] ] ], [ [ [ -128.381653, 52.456405999992761 ], [ -128.397812, 52.45654299999277 ], [ -128.412521, 52.465083999992771 ], [ -128.415421, 52.49173699999281 ], [ -128.392822, 52.515574999992843 ], [ -128.37088, 52.509593999992838 ], [ -128.309738, 52.499759999992833 ], [ -128.298492, 52.487975999992805 ], [ -128.381653, 52.456405999992761 ] ] ], [ [ [ -123.740189, 49.124850999986911 ], [ -123.763176, 49.124976999986927 ], [ -123.812561, 49.137324999986944 ], [ -123.833054, 49.153266999986975 ], [ -123.83725, 49.189483999987054 ], [ -123.811928, 49.186309999987053 ], [ -123.744461, 49.153506999986966 ], [ -123.723846, 49.145110999986962 ], [ -123.726341, 49.133098999986935 ], [ -123.740189, 49.124850999986911 ] ] ], [ [ [ -130.218918, 54.094542999994758 ], [ -130.248672, 54.099791999994771 ], [ -130.273605, 54.11690499999478 ], [ -130.262421, 54.14521799999482 ], [ -130.256516, 54.165564999994835 ], [ -130.206177, 54.153739999994819 ], [ -130.196564, 54.134986999994815 ], [ -130.193619, 54.115951999994778 ], [ -130.198318, 54.104125999994771 ], [ -130.218918, 54.094542999994758 ] ] ], [ [ [ -132.993546, 54.188052999994845 ], [ -133.037582, 54.20146899999488 ], [ -133.051575, 54.210349999994882 ], [ -133.053619, 54.230349999994907 ], [ -133.040039, 54.239913999994918 ], [ -133.013336, 54.244430999994925 ], [ -132.975098, 54.239062999994928 ], [ -132.953003, 54.229217999994916 ], [ -132.956833, 54.217280999994877 ], [ -132.975937, 54.197226999994889 ], [ -132.993546, 54.188052999994845 ] ] ], [ [ [ -125.121735, 50.230254999989164 ], [ -125.146507, 50.23149499998916 ], [ -125.16082, 50.238231999989168 ], [ -125.170525, 50.250255999989193 ], [ -125.175606, 50.263816999989231 ], [ -125.181931, 50.282657999989254 ], [ -125.115952, 50.296889999989283 ], [ -125.102631, 50.280364999989246 ], [ -125.099869, 50.258422999989214 ], [ -125.110107, 50.237864999989164 ], [ -125.121735, 50.230254999989164 ] ] ], [ [ [ -130.184647, 53.968074999994634 ], [ -130.200653, 53.970267999994626 ], [ -130.210419, 53.982806999994644 ], [ -130.203629, 54.005408999994671 ], [ -130.212173, 54.026465999994684 ], [ -130.2146, 54.041709999994701 ], [ -130.204285, 54.051505999994717 ], [ -130.180344, 54.048228999994706 ], [ -130.164612, 54.039905999994687 ], [ -130.151001, 53.994475999994648 ], [ -130.159012, 53.979400999994631 ], [ -130.184647, 53.968074999994634 ] ] ], [ [ [ -127.485077, 51.270396999990979 ], [ -127.50927, 51.269626999990976 ], [ -127.582664, 51.278651999990998 ], [ -127.58564, 51.299041999991033 ], [ -127.541267, 51.305106999991033 ], [ -127.49614, 51.30350899999101 ], [ -127.464203, 51.299205999991031 ], [ -127.453255, 51.283526999991011 ], [ -127.485077, 51.270396999990979 ] ] ], [ [ [ -130.54628, 53.773726999994402 ], [ -130.563995, 53.771209999994412 ], [ -130.599838, 53.775943999994411 ], [ -130.623169, 53.791499999994436 ], [ -130.62764, 53.802020999994447 ], [ -130.615952, 53.810382999994452 ], [ -130.570068, 53.81542599999446 ], [ -130.534119, 53.810603999994463 ], [ -130.518478, 53.786136999994426 ], [ -130.54628, 53.773726999994402 ] ] ], [ [ [ -128.421448, 52.13645199999231 ], [ -128.442322, 52.134837999992321 ], [ -128.461655, 52.141665999992327 ], [ -128.463272, 52.156867999992343 ], [ -128.458282, 52.168548999992367 ], [ -128.422272, 52.191375999992381 ], [ -128.414307, 52.210013999992427 ], [ -128.390884, 52.212417999992418 ], [ -128.399429, 52.187690999992391 ], [ -128.396774, 52.161090999992339 ], [ -128.398804, 52.146476999992316 ], [ -128.421448, 52.13645199999231 ] ] ], [ [ [ -124.652504, 49.489284999987703 ], [ -124.671135, 49.490699999987683 ], [ -124.687439, 49.508025999987716 ], [ -124.687576, 49.523128999987762 ], [ -124.670357, 49.542045999987806 ], [ -124.654144, 49.543563999987803 ], [ -124.620262, 49.526370999987769 ], [ -124.602936, 49.526431999987757 ], [ -124.593529, 49.51812699998775 ], [ -124.600449, 49.508277999987733 ], [ -124.652504, 49.489284999987703 ] ] ], [ [ [ -127.868019, 50.900893999990345 ], [ -127.908257, 50.894137999990349 ], [ -127.941277, 50.899783999990362 ], [ -127.963989, 50.911151999990373 ], [ -127.961655, 50.925666999990405 ], [ -127.89106, 50.9297749999904 ], [ -127.876671, 50.931018999990414 ], [ -127.857407, 50.930167999990424 ], [ -127.848091, 50.919883999990397 ], [ -127.853096, 50.90827599999038 ], [ -127.868019, 50.900893999990345 ] ] ], [ [ [ -128.285339, 52.128077999992307 ], [ -128.307053, 52.134067999992304 ], [ -128.303192, 52.157092999992351 ], [ -128.284241, 52.177733999992377 ], [ -128.227005, 52.20204499999241 ], [ -128.206665, 52.197528999992407 ], [ -128.212753, 52.183497999992383 ], [ -128.256027, 52.15819199999234 ], [ -128.272308, 52.1347309999923 ], [ -128.285339, 52.128077999992307 ] ] ], [ [ [ -123.623543, 49.021613999986691 ], [ -123.692429, 49.091445999986824 ], [ -123.69352, 49.100497999986864 ], [ -123.675049, 49.106418999986886 ], [ -123.659027, 49.100245999986861 ], [ -123.643127, 49.086631999986857 ], [ -123.634132, 49.074511999986804 ], [ -123.599289, 49.027480999986693 ], [ -123.623543, 49.021613999986691 ] ] ], [ [ [ -126.5158, 49.609210999987944 ], [ -126.548386, 49.609263999987938 ], [ -126.557076, 49.619624999987956 ], [ -126.552925, 49.628787999987964 ], [ -126.514061, 49.663672999988052 ], [ -126.497955, 49.669360999988051 ], [ -126.481377, 49.663730999988047 ], [ -126.472359, 49.645789999988004 ], [ -126.5158, 49.609210999987944 ] ] ], [ [ [ -126.766487, 50.84846499999027 ], [ -126.839363, 50.844439999990271 ], [ -126.876572, 50.844981999990253 ], [ -126.872665, 50.857917999990285 ], [ -126.848053, 50.868468999990306 ], [ -126.813377, 50.870852999990312 ], [ -126.777748, 50.875514999990337 ], [ -126.75956, 50.872241999990308 ], [ -126.746613, 50.857337999990293 ], [ -126.766487, 50.84846499999027 ] ] ], [ [ [ -127.606094, 51.487067999991325 ], [ -127.643196, 51.493518999991338 ], [ -127.653625, 51.501494999991351 ], [ -127.612961, 51.525691999991395 ], [ -127.589073, 51.54778699999143 ], [ -127.563416, 51.547156999991422 ], [ -127.558777, 51.535045999991411 ], [ -127.606094, 51.487067999991325 ] ] ], [ [ [ -128.337036, 52.172618999992359 ], [ -128.358459, 52.174823999992377 ], [ -128.363358, 52.186843999992391 ], [ -128.357788, 52.204608999992416 ], [ -128.326584, 52.215770999992408 ], [ -128.280502, 52.214473999992435 ], [ -128.272171, 52.20568099999241 ], [ -128.297119, 52.194777999992382 ], [ -128.31456, 52.182658999992391 ], [ -128.337036, 52.172618999992359 ] ] ], [ [ [ -126.222542, 50.536677999989728 ], [ -126.240601, 50.540126999989724 ], [ -126.260185, 50.552592999989741 ], [ -126.299889, 50.585154999989797 ], [ -126.296013, 50.601893999989848 ], [ -126.279083, 50.596209999989824 ], [ -126.210358, 50.554301999989754 ], [ -126.209824, 50.542991999989738 ], [ -126.222542, 50.536677999989728 ] ] ], [ [ [ -125.951622, 49.146495999986961 ], [ -125.97921, 49.144484999986972 ], [ -125.990921, 49.151801999986972 ], [ -125.992851, 49.172126999987022 ], [ -126.011993, 49.188357999987048 ], [ -126.005615, 49.202113999987084 ], [ -125.991684, 49.199344999987076 ], [ -125.962502, 49.188552999987039 ], [ -125.945045, 49.185073999987047 ], [ -125.948692, 49.160869999987007 ], [ -125.951622, 49.146495999986961 ] ] ], [ [ [ -129.964752, 53.455298999994035 ], [ -130.002991, 53.495532999994097 ], [ -129.99823, 53.507251999994104 ], [ -129.96582, 53.505141999994116 ], [ -129.926529, 53.483497999994086 ], [ -129.936508, 53.463767999994062 ], [ -129.964752, 53.455298999994035 ] ] ], [ [ [ -130.416992, 54.231906999994905 ], [ -130.43959, 54.249911999994929 ], [ -130.451248, 54.280032999994958 ], [ -130.445587, 54.294188999994979 ], [ -130.428619, 54.294375999994969 ], [ -130.409027, 54.279353999994953 ], [ -130.397156, 54.255355999994912 ], [ -130.394638, 54.240107999994912 ], [ -130.416992, 54.231906999994905 ] ] ], [ [ [ -131.687347, 52.816810999993258 ], [ -131.708588, 52.808375999993238 ], [ -131.749878, 52.81231699999325 ], [ -131.77562, 52.820468999993246 ], [ -131.79184, 52.832419999993263 ], [ -131.764374, 52.84127399999327 ], [ -131.715149, 52.83634899999327 ], [ -131.693359, 52.828677999993261 ], [ -131.687347, 52.816810999993258 ] ] ], [ [ [ -132.250946, 52.957541999993438 ], [ -132.312851, 52.955108999993421 ], [ -132.330933, 52.962253999993436 ], [ -132.337952, 52.971686999993459 ], [ -132.327103, 52.980239999993458 ], [ -132.301987, 52.982165999993455 ], [ -132.252518, 52.977488999993469 ], [ -132.228943, 52.968490999993456 ], [ -132.250946, 52.957541999993438 ] ] ], [ [ [ -132.174866, 53.727279999994366 ], [ -132.194077, 53.719684999994342 ], [ -132.2108, 53.731601999994375 ], [ -132.204391, 53.750579999994386 ], [ -132.190887, 53.766219999994391 ], [ -132.171555, 53.779990999994403 ], [ -132.147507, 53.7709499999944 ], [ -132.174866, 53.727279999994366 ] ] ], [ [ [ -128.439789, 51.922812999991997 ], [ -128.454849, 51.925254999992013 ], [ -128.455933, 51.936641999992013 ], [ -128.441177, 51.971618999992067 ], [ -128.408371, 51.977458999992088 ], [ -128.397659, 51.96954699999209 ], [ -128.417343, 51.932918999992012 ], [ -128.439789, 51.922812999991997 ] ] ], [ [ [ -127.994904, 51.654082999991594 ], [ -128.038406, 51.66016399999161 ], [ -128.04657, 51.668963999991618 ], [ -128.02597, 51.68418899999164 ], [ -128.002182, 51.692698999991649 ], [ -127.984825, 51.69105499999165 ], [ -127.972534, 51.677768999991635 ], [ -127.974907, 51.663218999991606 ], [ -127.994904, 51.654082999991594 ] ] ], [ [ [ -130.836288, 54.433738999995107 ], [ -130.856049, 54.432586999995117 ], [ -130.857147, 54.446364999995126 ], [ -130.84169, 54.464232999995154 ], [ -130.797897, 54.478496999995151 ], [ -130.780045, 54.474921999995153 ], [ -130.780487, 54.462527999995153 ], [ -130.836288, 54.433738999995107 ] ] ], [ [ [ -129.345673, 52.786357999993214 ], [ -129.351685, 52.812114999993248 ], [ -129.354111, 52.831103999993267 ], [ -129.323746, 52.840289999993288 ], [ -129.310211, 52.83322099999328 ], [ -129.305359, 52.815124999993245 ], [ -129.313873, 52.794059999993223 ], [ -129.345673, 52.786357999993214 ] ] ], [ [ [ -129.54808, 52.991527999993465 ], [ -129.572876, 52.996489999993493 ], [ -129.584656, 53.008151999993508 ], [ -129.578033, 53.02454799999353 ], [ -129.556213, 53.032550999993525 ], [ -129.534378, 53.030539999993515 ], [ -129.520157, 53.019767999993519 ], [ -129.530212, 53.000102999993494 ], [ -129.54808, 52.991527999993465 ] ] ], [ [ [ -126.569283, 50.563384999989765 ], [ -126.594025, 50.560546999989754 ], [ -126.617813, 50.559993999989779 ], [ -126.645988, 50.571498999989792 ], [ -126.638588, 50.587569999989817 ], [ -126.612198, 50.5851169999898 ], [ -126.570496, 50.586127999989813 ], [ -126.556641, 50.573543999989766 ], [ -126.569283, 50.563384999989765 ] ] ], [ [ [ -123.255554, 48.740439999986066 ], [ -123.297241, 48.762759999986109 ], [ -123.304955, 48.773360999986139 ], [ -123.289505, 48.798789999986191 ], [ -123.27372, 48.792640999986183 ], [ -123.261452, 48.779700999986161 ], [ -123.246269, 48.74716899998608 ], [ -123.255554, 48.740439999986066 ] ] ], [ [ [ -130.59285, 54.051768999994728 ], [ -130.628036, 54.05889499999472 ], [ -130.646118, 54.072474999994732 ], [ -130.647919, 54.083899999994735 ], [ -130.634781, 54.090835999994766 ], [ -130.607498, 54.084765999994765 ], [ -130.577423, 54.069579999994744 ], [ -130.574631, 54.06047099999472 ], [ -130.59285, 54.051768999994728 ] ] ], [ [ [ -125.114983, 48.888965999986411 ], [ -125.110657, 48.901862999986442 ], [ -125.079063, 48.927768999986483 ], [ -125.043785, 48.934085999986493 ], [ -125.038902, 48.92058199998646 ], [ -125.043251, 48.907687999986443 ], [ -125.114983, 48.888965999986411 ] ] ], [ [ [ -128.581863, 50.760325999990116 ], [ -128.603729, 50.763923999990133 ], [ -128.616913, 50.774741999990134 ], [ -128.60759, 50.788077999990172 ], [ -128.57254, 50.797252999990178 ], [ -128.550583, 50.793570999990187 ], [ -128.547058, 50.78314199999015 ], [ -128.560104, 50.770419999990146 ], [ -128.581863, 50.760325999990116 ] ] ], [ [ [ -130.736237, 54.345046999995034 ], [ -130.759949, 54.344371999995026 ], [ -130.772522, 54.355941999995032 ], [ -130.766983, 54.370116999995041 ], [ -130.73082, 54.381556999995048 ], [ -130.713806, 54.375625999995052 ], [ -130.711166, 54.360377999995031 ], [ -130.720505, 54.352923999995035 ], [ -130.736237, 54.345046999995034 ] ] ], [ [ [ -129.75946, 55.355086999995969 ], [ -129.777649, 55.358832999995968 ], [ -129.776993, 55.381190999996008 ], [ -129.761185, 55.402816999996013 ], [ -129.734283, 55.404139999996019 ], [ -129.740479, 55.363749999995989 ], [ -129.75946, 55.355086999995969 ] ] ], [ [ [ -131.631485, 52.736983999993136 ], [ -131.663498, 52.732425999993133 ], [ -131.693161, 52.734988999993142 ], [ -131.70549, 52.746402999993158 ], [ -131.690521, 52.754310999993159 ], [ -131.641327, 52.755584999993175 ], [ -131.623489, 52.754504999993173 ], [ -131.614212, 52.745898999993152 ], [ -131.631485, 52.736983999993136 ] ] ], [ [ [ -124.785164, 49.923125999988571 ], [ -124.820328, 49.926726999988574 ], [ -124.848526, 49.936366999988593 ], [ -124.845161, 49.946994999988625 ], [ -124.83242, 49.953116999988616 ], [ -124.784264, 49.948012999988613 ], [ -124.7724, 49.932990999988576 ], [ -124.785164, 49.923125999988571 ] ] ], [ [ [ -124.906288, 49.953353999988622 ], [ -124.921501, 49.95410199998863 ], [ -124.933372, 49.961524999988647 ], [ -124.931244, 49.977431999988653 ], [ -124.913765, 49.988879999988697 ], [ -124.893929, 49.993606999988707 ], [ -124.877342, 49.976283999988659 ], [ -124.886459, 49.961829999988637 ], [ -124.906288, 49.953353999988622 ] ] ], [ [ [ -123.240219, 48.808837999986203 ], [ -123.283272, 48.817603999986233 ], [ -123.287666, 48.827369999986267 ], [ -123.274796, 48.840815999986283 ], [ -123.249382, 48.848868999986308 ], [ -123.24279, 48.839797999986281 ], [ -123.229523, 48.825274999986242 ], [ -123.227478, 48.814765999986228 ], [ -123.240219, 48.808837999986203 ] ] ], [ [ [ -129.342697, 53.22611999999377 ], [ -129.362289, 53.22901899999377 ], [ -129.379974, 53.246562999993799 ], [ -129.370178, 53.260116999993805 ], [ -129.328598, 53.255160999993791 ], [ -129.315002, 53.248164999993797 ], [ -129.319733, 53.23645399999377 ], [ -129.342697, 53.22611999999377 ] ] ], [ [ [ -127.296768, 49.978587999988655 ], [ -127.308334, 49.991881999988706 ], [ -127.304802, 50.008666999988726 ], [ -127.291397, 50.017436999988767 ], [ -127.269852, 50.013534999988742 ], [ -127.262733, 49.994807999988694 ], [ -127.265465, 49.984103999988683 ], [ -127.296768, 49.978587999988655 ] ] ], [ [ [ -128.007797, 51.726058999991714 ], [ -128.027863, 51.730605999991724 ], [ -128.031296, 51.741210999991729 ], [ -128.019058, 51.755313999991735 ], [ -128.006256, 51.761878999991765 ], [ -127.987839, 51.762588999991749 ], [ -127.978294, 51.752284999991744 ], [ -127.990105, 51.734260999991719 ], [ -128.007797, 51.726058999991714 ] ] ], [ [ [ -129.222687, 53.345271999993912 ], [ -129.245682, 53.344974999993909 ], [ -129.261871, 53.36105699999392 ], [ -129.256973, 53.372817999993948 ], [ -129.237381, 53.379867999993955 ], [ -129.217285, 53.373160999993964 ], [ -129.210831, 53.353469999993926 ], [ -129.222687, 53.345271999993912 ] ] ], [ [ [ -130.406815, 53.754958999994386 ], [ -130.441132, 53.742206999994394 ], [ -130.464111, 53.747764999994374 ], [ -130.465927, 53.759261999994386 ], [ -130.455902, 53.769023999994403 ], [ -130.433212, 53.773364999994413 ], [ -130.408661, 53.766330999994409 ], [ -130.406815, 53.754958999994386 ] ] ], [ [ [ -126.727417, 50.56038699998976 ], [ -126.770622, 50.564654999989763 ], [ -126.793274, 50.583743999989807 ], [ -126.777977, 50.587241999989821 ], [ -126.758904, 50.586181999989812 ], [ -126.717758, 50.577369999989791 ], [ -126.727417, 50.56038699998976 ] ] ], [ [ [ -131.080887, 54.570559999995247 ], [ -131.098816, 54.574084999995257 ], [ -131.106049, 54.583667999995264 ], [ -131.095825, 54.593558999995281 ], [ -131.069412, 54.60133699999529 ], [ -131.044907, 54.598296999995291 ], [ -131.045258, 54.585898999995258 ], [ -131.080887, 54.570559999995247 ] ] ], [ [ [ -130.755173, 54.400893999995084 ], [ -130.771393, 54.403003999995079 ], [ -130.785919, 54.40985899999508 ], [ -130.789505, 54.422706999995107 ], [ -130.775146, 54.43203399999512 ], [ -130.7556, 54.433200999995101 ], [ -130.737381, 54.419700999995115 ], [ -130.739426, 54.408774999995082 ], [ -130.755173, 54.400893999995084 ] ] ], [ [ [ -124.653084, 49.833728999988381 ], [ -124.670708, 49.837447999988392 ], [ -124.680176, 49.857081999988431 ], [ -124.652176, 49.866267999988452 ], [ -124.626381, 49.855720999988435 ], [ -124.623932, 49.845206999988413 ], [ -124.653084, 49.833728999988381 ] ] ], [ [ [ -127.5672, 51.044211999990601 ], [ -127.58548, 51.047465999990607 ], [ -127.58934, 51.065539999990641 ], [ -127.550224, 51.073668999990666 ], [ -127.520531, 51.064696999990645 ], [ -127.535652, 51.05744199999063 ], [ -127.5672, 51.044211999990601 ] ] ], [ [ [ -123.302796, 49.510557999987739 ], [ -123.316277, 49.51647799998775 ], [ -123.32739, 49.532874999987776 ], [ -123.320832, 49.556739999987826 ], [ -123.30735, 49.550727999987814 ], [ -123.291318, 49.542529999987799 ], [ -123.292594, 49.52786499998777 ], [ -123.283484, 49.524767999987759 ], [ -123.286035, 49.52003099998776 ], [ -123.296055, 49.51848199998777 ], [ -123.302796, 49.510557999987739 ] ] ], [ [ [ -131.370911, 52.524833999992865 ], [ -131.40123, 52.52508899999286 ], [ -131.407028, 52.543063999992889 ], [ -131.381943, 52.550921999992887 ], [ -131.353363, 52.545958999992905 ], [ -131.349045, 52.535533999992879 ], [ -131.370911, 52.524833999992865 ] ] ], [ [ [ -132.083069, 53.178695999993714 ], [ -132.098129, 53.176837999993708 ], [ -132.105133, 53.186290999993716 ], [ -132.086182, 53.20621499999374 ], [ -132.064011, 53.210891999993756 ], [ -132.049805, 53.204307999993738 ], [ -132.053818, 53.192435999993734 ], [ -132.083069, 53.178695999993714 ] ] ], [ [ [ -126.659698, 50.725104999990059 ], [ -126.684883, 50.72603999999005 ], [ -126.695953, 50.731883999990067 ], [ -126.697922, 50.744704999990098 ], [ -126.684074, 50.753333999990105 ], [ -126.651428, 50.747355999990113 ], [ -126.646873, 50.731521999990044 ], [ -126.659698, 50.725104999990059 ] ] ], [ [ [ -127.215279, 50.006129999988737 ], [ -127.232918, 50.005561999988707 ], [ -127.244469, 50.01886399998876 ], [ -127.231461, 50.03512999998879 ], [ -127.211609, 50.036487999988779 ], [ -127.194115, 50.023356999988749 ], [ -127.198166, 50.014152999988745 ], [ -127.215279, 50.006129999988737 ] ] ], [ [ [ -123.448174, 49.356681999987408 ], [ -123.464218, 49.359111999987412 ], [ -123.473221, 49.371261999987439 ], [ -123.464828, 49.387008999987472 ], [ -123.447418, 49.390605999987486 ], [ -123.426956, 49.37457299998745 ], [ -123.43293, 49.363395999987432 ], [ -123.448174, 49.356681999987408 ] ] ], [ [ [ -123.284683, 48.570682999985685 ], [ -123.30027, 48.584327999985703 ], [ -123.30751, 48.613780999985778 ], [ -123.292725, 48.61659999998578 ], [ -123.278084, 48.608222999985756 ], [ -123.269455, 48.59235799998573 ], [ -123.284683, 48.570682999985685 ] ] ], [ [ [ -124.979538, 50.267669999989231 ], [ -125.002014, 50.269809999989235 ], [ -125.014061, 50.28106699998925 ], [ -125.01413, 50.29241199998927 ], [ -124.997704, 50.297824999989281 ], [ -124.966843, 50.289000999989263 ], [ -124.968971, 50.276832999989246 ], [ -124.979538, 50.267669999989231 ] ] ], [ [ [ -128.769745, 53.808558999994439 ], [ -128.760696, 53.829638999994486 ], [ -128.743668, 53.839511999994485 ], [ -128.713455, 53.836184999994487 ], [ -128.720596, 53.819812999994461 ], [ -128.769745, 53.808558999994439 ] ] ], [ [ [ -126.076584, 49.378173999987446 ], [ -126.095085, 49.379359999987457 ], [ -126.106033, 49.39268499998748 ], [ -126.084694, 49.405967999987517 ], [ -126.059082, 49.403380999987519 ], [ -126.054893, 49.387591999987485 ], [ -126.076584, 49.378173999987446 ] ] ], [ [ [ -126.631615, 50.67499199998997 ], [ -126.657272, 50.683486999989981 ], [ -126.662773, 50.69703299999 ], [ -126.633644, 50.709010999990021 ], [ -126.612076, 50.687549999990004 ], [ -126.631615, 50.67499199998997 ] ] ], [ [ [ -128.42868, 52.299548999992538 ], [ -128.444351, 52.305716999992555 ], [ -128.441788, 52.316531999992577 ], [ -128.421555, 52.325774999992596 ], [ -128.396713, 52.326766999992572 ], [ -128.388824, 52.311809999992576 ], [ -128.42868, 52.299548999992538 ] ] ], [ [ [ -130.604263, 53.879485999994529 ], [ -130.63118, 53.869441999994521 ], [ -130.642166, 53.895781999994547 ], [ -130.629013, 53.902633999994556 ], [ -130.613022, 53.900504999994538 ], [ -130.599716, 53.891318999994532 ], [ -130.604263, 53.879485999994529 ] ] ], [ [ [ -128.331955, 52.075873999992226 ], [ -128.363602, 52.082271999992237 ], [ -128.358734, 52.093902999992252 ], [ -128.341019, 52.10225299999226 ], [ -128.323471, 52.100665999992266 ], [ -128.311951, 52.085040999992245 ], [ -128.331955, 52.075873999992226 ] ] ], [ [ [ -130.367325, 53.727214999994359 ], [ -130.3815, 53.734107999994372 ], [ -130.370148, 53.752425999994394 ], [ -130.350815, 53.753566999994383 ], [ -130.336761, 53.746615999994383 ], [ -130.337418, 53.734324999994364 ], [ -130.367325, 53.727214999994359 ] ] ], [ [ [ -123.348763, 48.798690999986178 ], [ -123.379395, 48.805690999986211 ], [ -123.399696, 48.817965999986235 ], [ -123.382286, 48.82909399998627 ], [ -123.341789, 48.808387999986216 ], [ -123.348763, 48.798690999986178 ] ] ], [ [ [ -128.85144, 53.71224199999434 ], [ -128.86322, 53.724006999994351 ], [ -128.852234, 53.739860999994356 ], [ -128.834412, 53.742091999994365 ], [ -128.821609, 53.73269699999436 ], [ -128.825272, 53.719535999994349 ], [ -128.85144, 53.71224199999434 ] ] ], [ [ [ -127.717278, 51.4750439999913 ], [ -127.732132, 51.477584999991308 ], [ -127.741882, 51.49174499999134 ], [ -127.728333, 51.504382999991357 ], [ -127.701004, 51.498446999991366 ], [ -127.704376, 51.481608999991323 ], [ -127.717278, 51.4750439999913 ] ] ], [ [ [ -123.633247, 48.915454999986466 ], [ -123.650269, 48.923079999986463 ], [ -123.652191, 48.944953999986517 ], [ -123.638443, 48.949367999986535 ], [ -123.625832, 48.944018999986525 ], [ -123.617058, 48.924346999986483 ], [ -123.633247, 48.915454999986466 ] ] ], [ [ [ -125.043846, 50.03708599998879 ], [ -125.05909, 50.037814999988775 ], [ -125.072227, 50.046744999988817 ], [ -125.065338, 50.06039799998883 ], [ -125.047852, 50.064368999988837 ], [ -125.03125, 50.054652999988825 ], [ -125.030983, 50.043277999988803 ], [ -125.043846, 50.03708599998879 ] ] ], [ [ [ -127.643372, 51.452392999991289 ], [ -127.661652, 51.451743999991272 ], [ -127.671112, 51.462146999991297 ], [ -127.658844, 51.476191999991315 ], [ -127.635506, 51.474772999991316 ], [ -127.626045, 51.464370999991296 ], [ -127.643372, 51.452392999991289 ] ] ], [ [ [ -128.114548, 51.725112999991708 ], [ -128.115524, 51.736495999991718 ], [ -128.102005, 51.749194999991737 ], [ -128.086502, 51.752860999991746 ], [ -128.070084, 51.735183999991733 ], [ -128.114548, 51.725112999991708 ] ] ], [ [ [ -123.305885, 48.685302999985936 ], [ -123.329597, 48.69079999998597 ], [ -123.32473, 48.707293999986 ], [ -123.310905, 48.711692999985999 ], [ -123.296356, 48.703273999985974 ], [ -123.292038, 48.69339399998595 ], [ -123.305885, 48.685302999985936 ] ] ], [ [ [ -125.094917, 50.366733999989407 ], [ -125.115082, 50.373393999989425 ], [ -125.122406, 50.382457999989441 ], [ -125.116753, 50.393775999989472 ], [ -125.09893, 50.393966999989473 ], [ -125.086823, 50.382716999989434 ], [ -125.094917, 50.366733999989407 ] ] ], [ [ [ -123.67701, 48.966971999986562 ], [ -123.690704, 48.970069999986578 ], [ -123.696289, 48.985175999986602 ], [ -123.673203, 48.99259199998663 ], [ -123.660698, 48.987208999986613 ], [ -123.662064, 48.973670999986588 ], [ -123.67701, 48.966971999986562 ] ] ], [ [ [ -127.228287, 50.055697999988816 ], [ -127.245132, 50.06121099998883 ], [ -127.239365, 50.078792999988863 ], [ -127.221695, 50.079364999988861 ], [ -127.208832, 50.06455999998883 ], [ -127.228287, 50.055697999988816 ] ] ], [ [ [ -128.66362, 50.784907999990182 ], [ -128.68399, 50.806796999990212 ], [ -128.665176, 50.8099369999902 ], [ -128.640961, 50.797248999990188 ], [ -128.66362, 50.784907999990182 ] ] ], [ [ [ -131.74408, 52.7105829999931 ], [ -131.760452, 52.710143999993107 ], [ -131.769745, 52.718734999993124 ], [ -131.73761, 52.729480999993136 ], [ -131.726837, 52.719516999993132 ], [ -131.74408, 52.7105829999931 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CAN_ALB", "PRIMARY_NE": "NWPP Can", "PRIMARY_ST": "AB", "ECONOMIC_M": 1.1, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 21982.0, "RPS_POLICY": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -110.0, 59.999999999998657 ], [ -110.0, 58.999999999998273 ], [ -110.0, 57.999999999997804 ], [ -110.0, 57.025180999997225 ], [ -110.0, 56.999999999997208 ], [ -110.0, 56.375052999996775 ], [ -110.0, 55.999999999996511 ], [ -110.0, 54.999999999995659 ], [ -110.0, 54.76579999999543 ], [ -110.0, 54.122428999994796 ], [ -110.0, 53.999999999994664 ], [ -110.0, 52.999999999993484 ], [ -110.0, 51.999999999992113 ], [ -110.0, 50.999999999990536 ], [ -110.0, 49.999999999988709 ], [ -109.999999, 48.999632999986638 ], [ -110.171595, 48.999261999986658 ], [ -110.215516, 48.999196999986644 ], [ -110.438151, 48.999187999986638 ], [ -110.531204, 48.998393999986639 ], [ -110.531615, 48.998389999986635 ], [ -110.590785, 48.99899499998665 ], [ -110.592465, 48.999011999986642 ], [ -110.743211, 48.99855699998664 ], [ -110.886706, 48.998123999986639 ], [ -110.887459, 48.998086999986647 ], [ -110.990108, 48.997601999986628 ], [ -111.003916, 48.997536999986643 ], [ -111.034498, 48.997501999986646 ], [ -111.057918, 48.997474999986643 ], [ -111.270701, 48.997228999986618 ], [ -111.500812, 48.99696299998665 ], [ -111.500896, 48.996962999986636 ], [ -111.761613, 48.997649999986635 ], [ -111.761679, 48.997613999986648 ], [ -111.85409, 48.99803899998664 ], [ -111.854088, 48.998066999986634 ], [ -111.959673, 48.99868099998664 ], [ -112.000878, 48.998920999986645 ], [ -112.003154, 48.998653999986644 ], [ -112.003866, 48.998569999986643 ], [ -112.059242, 48.998706999986638 ], [ -112.143769, 48.998916999986655 ], [ -112.193588, 48.998899999986641 ], [ -112.357026, 48.998843999986626 ], [ -112.365028, 48.998840999986641 ], [ -113.009895, 48.998618999986647 ], [ -113.011041, 48.998642999986622 ], [ -113.085576, 48.998580999986643 ], [ -113.087863, 48.99855699998664 ], [ -113.092055, 48.99854299998664 ], [ -113.095436, 48.998532999986637 ], [ -113.098147, 48.998493999986643 ], [ -113.103212, 48.998529999986644 ], [ -113.106891, 48.998500999986618 ], [ -113.110155, 48.998549999986643 ], [ -113.116356, 48.998461999986638 ], [ -113.19474, 48.998908999986618 ], [ -113.234539, 48.998740999986637 ], [ -113.240978, 48.998713999986641 ], [ -113.356874, 48.998223999986635 ], [ -113.375925, 48.998561999986642 ], [ -113.397193, 48.998552999986629 ], [ -113.427661, 48.99853999998664 ], [ -113.576118, 48.99847799998664 ], [ -113.597868, 48.998320999986632 ], [ -113.609138, 48.99823899998664 ], [ -113.692982, 48.997631999986631 ], [ -113.864127, 48.99827599998661 ], [ -113.907487, 48.998857999986626 ], [ -114.059188, 48.998855999986652 ], [ -114.06789, 48.998916999986655 ], [ -114.068155, 48.998918999986635 ], [ -114.137323, 48.999402999986643 ], [ -114.129509, 49.03021999998672 ], [ -114.10141, 49.040435999986734 ], [ -114.087944, 49.062137999986774 ], [ -114.10804, 49.088336999986844 ], [ -114.129097, 49.10897099998688 ], [ -114.166695, 49.12270699998691 ], [ -114.215492, 49.135722999986939 ], [ -114.237419, 49.143039999986968 ], [ -114.272026, 49.154567999986973 ], [ -114.321335, 49.176497999987028 ], [ -114.363327, 49.20342999998708 ], [ -114.412224, 49.252704999987195 ], [ -114.465263, 49.293944999987275 ], [ -114.481422, 49.316638999987333 ], [ -114.50161, 49.341041999987382 ], [ -114.527229, 49.361098999987419 ], [ -114.539513, 49.369018999987439 ], [ -114.557907, 49.382270999987483 ], [ -114.568581, 49.403945999987513 ], [ -114.575584, 49.423182999987553 ], [ -114.577507, 49.436202999987579 ], [ -114.583717, 49.457026999987598 ], [ -114.582848, 49.475268999987662 ], [ -114.576302, 49.495269999987691 ], [ -114.556938, 49.527877999987766 ], [ -114.567993, 49.539374999987793 ], [ -114.618141, 49.549594999987818 ], [ -114.665482, 49.543826999987829 ], [ -114.701416, 49.564567999987851 ], [ -114.718773, 49.596503999987917 ], [ -114.696915, 49.626944999987977 ], [ -114.677315, 49.644122999988014 ], [ -114.655495, 49.665358999988058 ], [ -114.631172, 49.693072999988104 ], [ -114.615379, 49.713031999988139 ], [ -114.612167, 49.740966999988196 ], [ -114.614342, 49.753859999988244 ], [ -114.620758, 49.78499599998829 ], [ -114.619751, 49.815314999988352 ], [ -114.618118, 49.857326999988437 ], [ -114.673462, 49.914660999988541 ], [ -114.667351, 49.951751999988623 ], [ -114.664848, 49.959380999988646 ], [ -114.652641, 49.97111499998865 ], [ -114.644348, 49.989802999988697 ], [ -114.644814, 50.011027999988748 ], [ -114.650772, 50.021731999988759 ], [ -114.709839, 50.140475999988986 ], [ -114.749458, 50.222167999989139 ], [ -114.739738, 50.281127999989252 ], [ -114.735863, 50.298064999989286 ], [ -114.737343, 50.318259999989309 ], [ -114.750542, 50.339629999989349 ], [ -114.759651, 50.350268999989375 ], [ -114.800629, 50.406325999989484 ], [ -114.818298, 50.414145999989501 ], [ -114.881508, 50.464732999989593 ], [ -115.025948, 50.574309999989786 ], [ -115.045822, 50.578612999989787 ], [ -115.066521, 50.578738999989795 ], [ -115.090752, 50.57383699998978 ], [ -115.110023, 50.572062999989775 ], [ -115.141739, 50.568046999989789 ], [ -115.159386, 50.566607999989778 ], [ -115.181252, 50.566653999989775 ], [ -115.214104, 50.571986999989768 ], [ -115.239609, 50.578963999989796 ], [ -115.262871, 50.592795999989811 ], [ -115.265221, 50.59484099998982 ], [ -115.279358, 50.607112999989859 ], [ -115.290375, 50.624114999989892 ], [ -115.278923, 50.665137999989959 ], [ -115.291626, 50.684745999989985 ], [ -115.327438, 50.725665999990049 ], [ -115.361641, 50.743190999990084 ], [ -115.391373, 50.747928999990094 ], [ -115.426895, 50.756190999990118 ], [ -115.457794, 50.766486999990128 ], [ -115.487289, 50.780318999990151 ], [ -115.509689, 50.79776399999016 ], [ -115.519363, 50.813640999990213 ], [ -115.529274, 50.831088999990236 ], [ -115.538994, 50.844764999990268 ], [ -115.552399, 50.854590999990279 ], [ -115.563408, 50.857390999990294 ], [ -115.580452, 50.857364999990281 ], [ -115.631981, 50.864734999990311 ], [ -115.629745, 50.887855999990343 ], [ -115.573425, 50.902041999990359 ], [ -115.561508, 50.919875999990396 ], [ -115.586311, 50.957934999990457 ], [ -115.632179, 50.99703599999053 ], [ -115.655594, 51.020209999990549 ], [ -115.673668, 51.029525999990582 ], [ -115.691689, 51.037032999990593 ], [ -115.712555, 51.042777999990605 ], [ -115.733215, 51.046172999990624 ], [ -115.751312, 51.050693999990621 ], [ -115.772049, 51.059234999990622 ], [ -115.788742, 51.070937999990647 ], [ -115.81411, 51.084311999990675 ], [ -115.832771, 51.094829999990701 ], [ -115.841087, 51.097526999990691 ], [ -115.866104, 51.103217999990719 ], [ -115.930923, 51.113196999990727 ], [ -115.986542, 51.146220999990781 ], [ -116.002541, 51.181636999990829 ], [ -115.999794, 51.216254999990895 ], [ -116.010849, 51.231578999990923 ], [ -116.027649, 51.24345399999094 ], [ -116.056892, 51.249354999990949 ], [ -116.087059, 51.254954999990957 ], [ -116.124344, 51.263976999990966 ], [ -116.159744, 51.273978999990987 ], [ -116.197784, 51.288669999991015 ], [ -116.234612, 51.30496599999104 ], [ -116.260162, 51.330069999991082 ], [ -116.280197, 51.369353999991141 ], [ -116.277916, 51.4131659999912 ], [ -116.311058, 51.465247999991298 ], [ -116.3181, 51.465716999991287 ], [ -116.328079, 51.478511999991305 ], [ -116.346878, 51.494079999991335 ], [ -116.366798, 51.504783999991353 ], [ -116.38707, 51.51800899999138 ], [ -116.434929, 51.564570999991439 ], [ -116.450279, 51.579074999991484 ], [ -116.493156, 51.626941999991558 ], [ -116.59668, 51.735286999991729 ], [ -116.604187, 51.743113999991728 ], [ -116.616493, 51.761001999991755 ], [ -116.625488, 51.769603999991773 ], [ -116.641159, 51.773063999991798 ], [ -116.663849, 51.771979999991778 ], [ -116.691025, 51.760638999991755 ], [ -116.713356, 51.750079999991748 ], [ -116.734413, 51.737868999991733 ], [ -116.775528, 51.723578999991716 ], [ -116.811302, 51.715095999991703 ], [ -116.821739, 51.712466999991669 ], [ -116.863991, 51.723144999991696 ], [ -116.907394, 51.757571999991761 ], [ -116.940933, 51.785922999991804 ], [ -116.971085, 51.821414999991859 ], [ -116.988304, 51.839061999991877 ], [ -117.000397, 51.854587999991899 ], [ -117.007675, 51.867236999991924 ], [ -117.018166, 51.882934999991953 ], [ -117.02906, 51.892936999991946 ], [ -117.04335, 51.901015999991962 ], [ -117.056129, 51.909434999991987 ], [ -117.068077, 51.921714999991998 ], [ -117.081795, 51.933013999992006 ], [ -117.107277, 51.943294999992027 ], [ -117.13488, 51.954738999992045 ], [ -117.157188, 51.965156999992068 ], [ -117.2108, 51.99941599999211 ], [ -117.265732, 52.053306999992195 ], [ -117.299881, 52.08696399999225 ], [ -117.316238, 52.100860999992264 ], [ -117.328423, 52.11144599999227 ], [ -117.344543, 52.120460999992297 ], [ -117.357574, 52.127463999992294 ], [ -117.374245, 52.134219999992311 ], [ -117.396881, 52.139903999992342 ], [ -117.418449, 52.144568999992309 ], [ -117.441231, 52.145755999992325 ], [ -117.467247, 52.147067999992309 ], [ -117.48468, 52.146174999992333 ], [ -117.506783, 52.142848999992331 ], [ -117.530563, 52.140975999992328 ], [ -117.558273, 52.138579999992309 ], [ -117.582146, 52.139193999992322 ], [ -117.620934, 52.143054999992316 ], [ -117.650131, 52.166579999992365 ], [ -117.681145, 52.202304999992421 ], [ -117.728279, 52.219356999992442 ], [ -117.74057, 52.221847999992427 ], [ -117.752296, 52.227286999992451 ], [ -117.765923, 52.244033999992467 ], [ -117.77179, 52.259475999992489 ], [ -117.771439, 52.277427999992533 ], [ -117.763199, 52.291572999992532 ], [ -117.751816, 52.303721999992554 ], [ -117.739204, 52.31285499999256 ], [ -117.720963, 52.321341999992576 ], [ -117.70491, 52.325919999992578 ], [ -117.684471, 52.333446999992589 ], [ -117.671211, 52.343104999992619 ], [ -117.668121, 52.356147999992622 ], [ -117.674149, 52.366992999992647 ], [ -117.697014, 52.390758999992677 ], [ -117.747978, 52.403583999992698 ], [ -117.82132, 52.410338999992696 ], [ -117.900475, 52.455275999992757 ], [ -117.906387, 52.472964999992797 ], [ -117.920143, 52.489413999992799 ], [ -117.957176, 52.487422999992816 ], [ -117.981865, 52.477687999992803 ], [ -118.010185, 52.463302999992777 ], [ -118.04525, 52.451316999992763 ], [ -118.067429, 52.453135999992753 ], [ -118.09005, 52.451827999992759 ], [ -118.112526, 52.440135999992755 ], [ -118.131454, 52.423327999992722 ], [ -118.136154, 52.407229999992694 ], [ -118.148384, 52.386146999992654 ], [ -118.1745, 52.376780999992647 ], [ -118.206108, 52.381698999992665 ], [ -118.228699, 52.413970999992713 ], [ -118.206001, 52.472514999992782 ], [ -118.221756, 52.497451999992819 ], [ -118.240494, 52.508754999992846 ], [ -118.245804, 52.511958999992842 ], [ -118.246017, 52.522143999992849 ], [ -118.246758, 52.553840999992907 ], [ -118.261475, 52.585372999992948 ], [ -118.303719, 52.648265999993015 ], [ -118.32621, 52.687060999993072 ], [ -118.334358, 52.706607999993118 ], [ -118.344421, 52.742484999993145 ], [ -118.367805, 52.772212999993187 ], [ -118.40374, 52.788047999993204 ], [ -118.412956, 52.810672999993237 ], [ -118.381615, 52.853793999993307 ], [ -118.381081, 52.881358999993338 ], [ -118.405701, 52.896270999993341 ], [ -118.438522, 52.898795999993347 ], [ -118.478264, 52.896747999993352 ], [ -118.529633, 52.892909999993357 ], [ -118.56794, 52.90084499999336 ], [ -118.5905, 52.912406999993379 ], [ -118.606506, 52.93853399999341 ], [ -118.61821, 52.963237999993439 ], [ -118.639221, 52.991996999993475 ], [ -118.640915, 53.011260999993496 ], [ -118.666283, 53.031951999993524 ], [ -118.718529, 53.04547099999354 ], [ -118.758278, 53.071353999993562 ], [ -118.775002, 53.106444999993606 ], [ -118.798508, 53.153743999993672 ], [ -118.839828, 53.186912999993723 ], [ -118.89267, 53.222041999993756 ], [ -118.940704, 53.235267999993788 ], [ -118.985214, 53.218818999993751 ], [ -118.976196, 53.172618999993695 ], [ -118.987869, 53.150882999993669 ], [ -119.023308, 53.13716099999364 ], [ -119.079178, 53.141353999993669 ], [ -119.144661, 53.177169999993716 ], [ -119.216293, 53.217280999993761 ], [ -119.274925, 53.254153999993811 ], [ -119.306953, 53.267310999993818 ], [ -119.354576, 53.337546999993904 ], [ -119.382286, 53.355792999993916 ], [ -119.424179, 53.361232999993923 ], [ -119.49482, 53.355685999993916 ], [ -119.55835, 53.378318999993951 ], [ -119.576576, 53.384799999993959 ], [ -119.587418, 53.385203999993962 ], [ -119.6194, 53.386397999993946 ], [ -119.69236, 53.404605999993983 ], [ -119.764282, 53.436656999994007 ], [ -119.8283, 53.481406999994064 ], [ -119.850067, 53.506221999994111 ], [ -119.862122, 53.526832999994127 ], [ -119.858215, 53.573028999994179 ], [ -119.892662, 53.598769999994204 ], [ -119.868164, 53.625277999994246 ], [ -119.827202, 53.633517999994254 ], [ -119.790695, 53.628596999994244 ], [ -119.752846, 53.609092999994225 ], [ -119.709061, 53.601996999994221 ], [ -119.68795, 53.60984399999424 ], [ -119.688004, 53.622359999994245 ], [ -119.715294, 53.645854999994263 ], [ -119.78138, 53.683410999994308 ], [ -119.831551, 53.69802099999432 ], [ -119.871689, 53.717261999994342 ], [ -119.882774, 53.765117999994402 ], [ -119.918159, 53.794536999994435 ], [ -120.0, 53.818778999994464 ], [ -120.0, 53.999999999994657 ], [ -120.0, 54.246139999994924 ], [ -120.0, 54.341063999995029 ], [ -120.0, 54.999999999995666 ], [ -120.0, 55.999999999996511 ], [ -120.0, 56.999999999997208 ], [ -120.0, 57.999999999997804 ], [ -120.0, 58.999999999998273 ], [ -120.0, 59.999999999998657 ], [ -119.0, 59.999999999998657 ], [ -118.0, 59.999999999998657 ], [ -117.0, 59.999999999998657 ], [ -116.0, 59.999999999998657 ], [ -115.0, 59.999999999998657 ], [ -114.0, 59.999999999998657 ], [ -113.0, 59.999999999998657 ], [ -112.293839, 60.00081599999865 ], [ -112.0, 59.999999999998657 ], [ -111.0, 59.999999999998657 ], [ -110.0, 59.999999999998657 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "ID_E", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "ID", "ECONOMIC_M": 0.8903768347, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 770.0, "RPS_POLICY": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -114.265667, 45.008922 ], [ -114.017667, 45.004239 ], [ -114.017068, 45.031044 ], [ -113.848094, 45.027591 ], [ -113.849607, 44.966676 ], [ -113.784957, 44.965299 ], [ -113.787591, 44.862982 ], [ -113.730213, 44.861733 ], [ -113.73531, 44.669348 ], [ -113.574407, 44.665709999999898 ], [ -113.575388, 44.631627 ], [ -113.346694, 44.626123 ], [ -113.34238, 44.760029 ], [ -113.341704, 44.784853 ], [ -113.326407, 44.790231 ], [ -113.301508, 44.798985 ], [ -113.29683, 44.803358 ], [ -113.278382, 44.812706 ], [ -113.273601, 44.814275 ], [ -113.256585, 44.819859 ], [ -113.247166, 44.82295 ], [ -113.238729, 44.814144 ], [ -113.209624, 44.80907 ], [ -113.19436, 44.802151 ], [ -113.183395, 44.793565 ], [ -113.179366, 44.787142 ], [ -113.163806, 44.778921 ], [ -113.161212, 44.779813 ], [ -113.158206, 44.780847 ], [ -113.140618, 44.776698 ], [ -113.131453, 44.772837 ], [ -113.131387, 44.764738 ], [ -113.137704, 44.760109 ], [ -113.134824, 44.752763 ], [ -113.132418, 44.750799 ], [ -113.116874, 44.738104 ], [ -113.102138, 44.729027 ], [ -113.101756, 44.721089 ], [ -113.101154, 44.708578 ], [ -113.098064, 44.697477 ], [ -113.081906, 44.691392 ], [ -113.06776, 44.679474 ], [ -113.067756, 44.672807 ], [ -113.07042, 44.667844 ], [ -113.068306, 44.656374 ], [ -113.065589, 44.649371 ], [ -113.051504, 44.63695 ], [ -113.049349, 44.62938 ], [ -113.053529, 44.621186999999892 ], [ -113.05677, 44.618657 ], [ -113.065593, 44.617390999999884 ], [ -113.07376, 44.613928 ], [ -113.082107, 44.604214 ], [ -113.08382, 44.602221 ], [ -113.077491, 44.595296 ], [ -113.06562, 44.582306 ], [ -113.061072, 44.577329 ], [ -113.056111, 44.574123 ], [ -113.042363, 44.565237 ], [ -113.042564, 44.557109 ], [ -113.04282, 44.546756999999893 ], [ -113.032722, 44.537137 ], [ -113.019777, 44.528505 ], [ -113.018636, 44.520063999999884 ], [ -113.020221, 44.501837 ], [ -113.020917, 44.493827 ], [ -113.014852, 44.47881 ], [ -113.008537, 44.463175 ], [ -113.003544, 44.450814 ], [ -112.981682, 44.434279 ], [ -112.975327, 44.43062 ], [ -112.963166, 44.423618999999896 ], [ -112.951146, 44.416699 ], [ -112.915602, 44.402698999999899 ], [ -112.900361, 44.39918 ], [ -112.886041, 44.395874 ], [ -112.881769, 44.380315 ], [ -112.878805, 44.378028999999891 ], [ -112.873577, 44.373997 ], [ -112.869338, 44.370727999999893 ], [ -112.855395, 44.359974999999899 ], [ -112.844859, 44.358221 ], [ -112.833374, 44.364218 ], [ -112.820489, 44.370946 ], [ -112.815983, 44.375395 ], [ -112.813816, 44.377535 ], [ -112.813768, 44.377581 ], [ -112.81324, 44.378103 ], [ -112.812862, 44.386586999999899 ], [ -112.812608, 44.392275 ], [ -112.816426, 44.398507 ], [ -112.821896, 44.407436 ], [ -112.836034, 44.422653 ], [ -112.833532, 44.428975 ], [ -112.828191, 44.442472 ], [ -112.815876, 44.452071 ], [ -112.811464, 44.45551 ], [ -112.797863, 44.466112 ], [ -112.781294, 44.484888 ], [ -112.7634, 44.488405 ], [ -112.761523, 44.488774 ], [ -112.749011, 44.491232999999895 ], [ -112.735084, 44.499159 ], [ -112.71911, 44.504344 ], [ -112.707815, 44.503023 ], [ -112.696694, 44.499455 ], [ -112.687198, 44.496407999999889 ], [ -112.671169, 44.491264999999878 ], [ -112.665923, 44.487486 ], [ -112.664485, 44.48645 ], [ -112.660696, 44.485756 ], [ -112.629971, 44.488502 ], [ -112.601863, 44.491015 ], [ -112.593587, 44.486496 ], [ -112.584197, 44.481368 ], [ -112.573513, 44.480983 ], [ -112.550557, 44.484928 ], [ -112.541989, 44.483971 ], [ -112.518871, 44.475784 ], [ -112.512036, 44.470419999999898 ], [ -112.511713, 44.466445 ], [ -112.50031, 44.463051 ], [ -112.487125, 44.471308999999899 ], [ -112.473207, 44.480026999999893 ], [ -112.469458, 44.478768 ], [ -112.460347, 44.47571 ], [ -112.445548, 44.467724 ], [ -112.435342, 44.462216 ], [ -112.412518, 44.455477 ], [ -112.387389, 44.448057999999897 ], [ -112.372012, 44.463822999999884 ], [ -112.368764, 44.467153 ], [ -112.364673, 44.475106 ], [ -112.358926, 44.48628 ], [ -112.3566, 44.493126999999888 ], [ -112.358917, 44.528846999999899 ], [ -112.35421, 44.535638 ], [ -112.348794, 44.538691 ], [ -112.319198, 44.53911 ], [ -112.315008, 44.5419 ], [ -112.315022, 44.544799 ], [ -112.315047, 44.550049 ], [ -112.312899, 44.553536 ], [ -112.307642, 44.557651 ], [ -112.28987, 44.566615 ], [ -112.286187, 44.568472 ], [ -112.258665, 44.569516 ], [ -112.24775, 44.568537 ], [ -112.242785, 44.568091 ], [ -112.230117, 44.562759 ], [ -112.226841, 44.555239 ], [ -112.229477, 44.549494 ], [ -112.221698, 44.543519 ], [ -112.183937, 44.533067 ], [ -112.179703, 44.533021 ], [ -112.164597, 44.541666 ], [ -112.136454, 44.539911 ], [ -112.129078, 44.5363 ], [ -112.125101, 44.528527 ], [ -112.106755, 44.520829 ], [ -112.101564, 44.520847 ], [ -112.096299, 44.523212 ], [ -112.093304, 44.530002 ], [ -112.080892, 44.533631 ], [ -112.069011, 44.537104 ], [ -112.061726, 44.536162 ], [ -112.053434, 44.535089 ], [ -112.036943, 44.530323 ], [ -112.034133, 44.537716 ], [ -112.035025, 44.542691 ], [ -112.032707, 44.546642 ], [ -112.01385, 44.542348 ], [ -111.995231, 44.535443999999899 ], [ -111.980833, 44.536682 ], [ -111.969545, 44.541835 ], [ -111.963302, 44.544685 ], [ -111.96316, 44.544749 ], [ -111.951522, 44.550061999999897 ], [ -111.949097, 44.554608 ], [ -111.947941, 44.556776 ], [ -111.920264, 44.557059 ], [ -111.903566, 44.557229999999898 ], [ -111.895135, 44.560547 ], [ -111.887852, 44.563413 ], [ -111.870504, 44.564033 ], [ -111.86541, 44.558222 ], [ -111.857446, 44.549138 ], [ -111.849293, 44.539837 ], [ -111.842542, 44.526069 ], [ -111.830068, 44.516126 ], [ -111.821488, 44.509286 ], [ -111.807914, 44.511716 ], [ -111.806512, 44.516264 ], [ -111.767457, 44.528151 ], [ -111.761904, 44.529841 ], [ -111.758966, 44.533766 ], [ -111.746401, 44.540766 ], [ -111.737191, 44.54306 ], [ -111.735678, 44.543094 ], [ -111.730042, 44.543219 ], [ -111.720181, 44.543438 ], [ -111.715474, 44.543543 ], [ -111.709553, 44.550206 ], [ -111.704218, 44.560205 ], [ -111.685465, 44.559922999999898 ], [ -111.681571, 44.559864 ], [ -111.652481, 44.555155 ], [ -111.641, 44.553296 ], [ -111.636719, 44.552603 ], [ -111.614405, 44.548991 ], [ -111.601249, 44.554209999999898 ], [ -111.591768, 44.561502 ], [ -111.585763, 44.562843 ], [ -111.584084, 44.562284999999896 ], [ -111.573884, 44.558892 ], [ -111.562814, 44.555209 ], [ -111.556577, 44.554495 ], [ -111.546637, 44.557099 ], [ -111.524006, 44.548385 ], [ -111.518095, 44.544177 ], [ -111.500792, 44.540062 ], [ -111.471682, 44.540824 ], [ -111.467736, 44.544521 ], [ -111.469185, 44.552044 ], [ -111.492024, 44.560809999999897 ], [ -111.50265, 44.569477 ], [ -111.519126, 44.582916 ], [ -111.524213, 44.595585 ], [ -111.525764, 44.604883 ], [ -111.521688, 44.613371 ], [ -111.50494, 44.635746 ], [ -111.495776, 44.644324999999895 ], [ -111.492818909623608, 44.647092778545385 ], [ -111.473178, 44.665479 ], [ -111.472702, 44.666997 ], [ -111.472595944854817, 44.667335146396134 ], [ -111.468833, 44.679335 ], [ -111.47798, 44.682393 ], [ -111.484898, 44.687578 ], [ -111.490228, 44.700221 ], [ -111.489339, 44.704946 ], [ -111.489103, 44.705139 ], [ -111.486019, 44.707654 ], [ -111.450020590604865, 44.717481033708516 ], [ -111.444403, 44.719015 ], [ -111.440736336861207, 44.720015497759306 ], [ -111.438793, 44.720546 ], [ -111.429604, 44.720149 ], [ -111.424214, 44.714024 ], [ -111.414271, 44.710741 ], [ -111.398575, 44.723343 ], [ -111.397423, 44.729287 ], [ -111.394459, 44.744578 ], [ -111.397805, 44.746738 ], [ -111.393854, 44.752549 ], [ -111.385005, 44.755128 ], [ -111.37476, 44.750295 ], [ -111.36627, 44.742234 ], [ -111.366723, 44.738361 ], [ -111.355768, 44.727602 ], [ -111.355658, 44.727571 ], [ -111.348184, 44.725459 ], [ -111.341351, 44.7293 ], [ -111.323669, 44.724474 ], [ -111.312315, 44.715277 ], [ -111.324237, 44.828955 ], [ -111.377899, 44.828090999999894 ], [ -111.377976, 44.855135 ], [ -111.377565, 44.907427999999889 ], [ -111.223582, 44.909907 ], [ -111.055199, 45.001321 ], [ -111.056207, 44.935901 ], [ -111.055629, 44.933578 ], [ -111.056888, 44.866658 ], [ -111.056416, 44.749928 ], [ -111.055511, 44.725343 ], [ -111.055208, 44.624927 ], [ -111.048974, 44.474072 ], [ -111.049194, 44.438058 ], [ -111.049216, 44.435811 ], [ -111.049148, 44.374924999999898 ], [ -111.049695, 44.353626 ], [ -111.049239, 44.172545 ], [ -110.12112, 44.161746 ], [ -110.122738, 44.160236 ], [ -110.124613, 44.160578 ], [ -110.126686, 44.16028 ], [ -110.128276, 44.158726 ], [ -110.126342, 44.154609 ], [ -110.125744, 44.143792999999889 ], [ -110.119193, 44.132584 ], [ -110.053357, 44.132627999999897 ], [ -110.053178, 44.118717 ], [ -110.053241, 44.118122 ], [ -110.053369, 44.114189 ], [ -110.053179, 44.008021999999897 ], [ -110.053637, 43.814549 ], [ -110.051437, 43.814449 ], [ -110.051415, 43.704647999999892 ], [ -110.051832, 43.595646999999893 ], [ -110.051031, 43.581046999999892 ], [ -110.051531, 43.566646999999897 ], [ -110.051135, 43.559316999999872 ], [ -110.051442, 43.540531 ], [ -110.05157, 43.464782999999876 ], [ -110.057493, 43.464387999999879 ], [ -110.057028, 43.450775999999898 ], [ -110.056985, 43.403011999999883 ], [ -110.05731, 43.37776799999989 ], [ -110.123866, 43.378097 ], [ -110.250736, 43.378554 ], [ -110.344218, 43.377918 ], [ -110.343961, 43.291163999999888 ], [ -110.221973, 43.291468999999879 ], [ -110.225223, 43.203970999999882 ], [ -109.994545, 43.205153 ], [ -109.991911, 43.122539999999894 ], [ -110.272501, 43.126268 ], [ -110.270788, 43.039932999999877 ], [ -110.504246, 43.041371999999882 ], [ -110.588065, 43.046360999999877 ], [ -110.588085, 43.040285999999881 ], [ -110.589006, 43.040186999999889 ], [ -110.588771, 42.999930999999897 ], [ -110.588575, 42.954218999999888 ], [ -110.587956, 42.84310699999989 ], [ -110.587662, 42.779188999999874 ], [ -110.623434, 42.779205999999888 ], [ -110.623792, 42.74993 ], [ -110.623477, 42.710180999999899 ], [ -110.590069, 42.710093999999899 ], [ -110.589948, 42.694268999999871 ], [ -110.589947, 42.536759999999887 ], [ -110.817587, 42.541712999999881 ], [ -110.819854, 42.499808999999871 ], [ -110.932986, 42.498746999999867 ], [ -110.934679, 42.538963999999879 ], [ -111.046388, 42.54588299999989 ], [ -111.046719, 42.513117999999871 ], [ -111.04708, 42.349419999999867 ], [ -111.047074, 42.280786999999862 ], [ -111.047097, 42.194772999999863 ], [ -111.047058, 42.182671999999876 ], [ -111.047107, 42.148970999999875 ], [ -111.047109, 42.142496999999878 ], [ -111.046689, 42.001566999999866 ], [ -111.147628, 42.001342999999856 ], [ -111.320691, 42.000958999999867 ], [ -111.415873, 42.000747999999859 ], [ -111.420898, 42.000792999999895 ], [ -111.425535, 42.000839999999855 ], [ -111.471381, 41.999738999999856 ], [ -111.507264, 41.999517999999874 ], [ -111.700881, 41.999367999999876 ], [ -111.750778, 41.999329999999858 ], [ -111.812522, 41.998935999999851 ], [ -111.857017, 41.998651999999865 ], [ -111.876491, 41.998527999999865 ], [ -111.915622, 41.998495999999875 ], [ -111.915837, 41.998518999999881 ], [ -111.933453, 41.998487999999853 ], [ -111.976582, 41.998411999999853 ], [ -112.01218, 41.998349999999867 ], [ -112.109532, 41.997597999999876 ], [ -112.163956, 41.996707999999856 ], [ -112.173352, 41.996567999999876 ], [ -112.192976, 42.001166999999867 ], [ -112.239107, 42.001216999999855 ], [ -112.264936, 42.000990999999871 ], [ -112.38617, 42.001125999999864 ], [ -112.450567, 42.001091999999872 ], [ -112.450814, 42.000952999999868 ], [ -112.50921, 42.000761999999874 ], [ -112.648019, 42.000306999999864 ], [ -112.709375, 42.000308999999866 ], [ -112.788542, 41.999680999999875 ], [ -112.833084, 41.999304999999872 ], [ -112.833125, 41.999344999999856 ], [ -112.880619, 41.998920999999854 ], [ -112.882367, 41.998921999999858 ], [ -112.909587, 41.998790999999876 ], [ -112.979218, 41.998262999999881 ], [ -113.000821, 41.998222999999868 ], [ -113.013347, 43.264873999999885 ], [ -113.190203, 43.269224 ], [ -113.192129, 43.212372999999886 ], [ -113.488951, 43.219918999999891 ], [ -113.489429, 43.199611999999888 ], [ -113.492266, 43.103330999999891 ], [ -113.758367, 43.109527999999898 ], [ -113.754155, 43.274900999999893 ], [ -113.90458, 43.278161999999895 ], [ -113.903061, 43.342424999999899 ], [ -114.069396, 43.346516 ], [ -114.040695, 43.675837999999899 ], [ -114.407085, 43.684849999999898 ], [ -114.385973, 43.927090999999898 ], [ -114.466083, 43.928548 ], [ -115.04768, 43.943155999999881 ], [ -115.015522, 44.312154999999898 ], [ -114.769439, 44.306102 ], [ -114.742468, 44.615585 ], [ -114.408875508489487, 44.607379429652042 ], [ -114.411930917272699, 45.005318884207007 ], [ -114.265667, 45.008922 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MT_NW", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "MT", "ECONOMIC_M": 0.8800064306, "RPS_COMPLI": 2015, "RPS_COM_01": 0.15, "SUBSTATION": 469.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -113.058865, 47.179369999982164 ], [ -113.049247, 47.179410999982174 ], [ -113.049174, 47.176911 ], [ -112.926665, 47.177215 ], [ -112.875879, 47.176798 ], [ -112.871602, 47.17724 ], [ -112.796594, 47.177222 ], [ -112.795995, 47.152652 ], [ -112.79638, 47.128719 ], [ -112.795606, 47.108983 ], [ -112.796229, 47.059612 ], [ -112.795848, 46.991891 ], [ -112.79519, 46.874937 ], [ -112.79532, 46.831772 ], [ -112.778761, 46.83163 ], [ -112.723895, 46.831366 ], [ -112.6684, 46.831337 ], [ -112.668372, 46.833918 ], [ -112.618598, 46.834092 ], [ -112.622989, 46.684503 ], [ -112.82361, 46.691412 ], [ -112.82104, 46.77895 ], [ -113.212201, 46.779932 ], [ -113.223402, 46.783432 ], [ -113.226002, 46.782532 ], [ -113.227602, 46.782932 ], [ -113.229508, 46.786561 ], [ -113.230602, 46.788032 ], [ -113.232902, 46.788232 ], [ -113.234202, 46.789032 ], [ -113.234502, 46.789902 ], [ -113.234702, 46.792832 ], [ -113.237202, 46.796232 ], [ -113.240403, 46.798132 ], [ -113.242603, 46.800632 ], [ -113.242503, 46.801732 ], [ -113.240503, 46.805532 ], [ -113.241802, 46.813932 ], [ -113.247203, 46.817532 ], [ -113.252503, 46.820232 ], [ -113.256303, 46.820432 ], [ -113.257503, 46.821032 ], [ -113.258603, 46.822032 ], [ -113.259344, 46.824114 ], [ -113.259544, 46.824479 ], [ -113.26401, 46.824945 ], [ -113.266768, 46.823477 ], [ -113.268301, 46.821787 ], [ -113.270034, 46.819502 ], [ -113.27257, 46.814895 ], [ -113.276019, 46.812777 ], [ -113.284221, 46.809079 ], [ -113.28585, 46.808722 ], [ -113.291406, 46.806932 ], [ -113.291605, 46.832132 ], [ -113.303005, 46.832132 ], [ -113.341127, 46.832027 ], [ -113.416213, 46.831931 ], [ -113.416513, 46.80263 ], [ -113.479916, 46.802438 ], [ -113.479817, 46.744929 ], [ -113.544921, 46.745028 ], [ -113.544421, 46.730928 ], [ -113.551321, 46.731228 ], [ -113.551021, 46.716628 ], [ -113.753814, 46.658356 ], [ -113.793331, 46.658324 ], [ -113.793331, 46.661032 ], [ -113.827831, 46.661023 ], [ -113.825636, 46.658736 ], [ -113.822932, 46.651124 ], [ -113.822232, 46.646824 ], [ -113.821632, 46.646024 ], [ -113.817432, 46.643424 ], [ -113.817132, 46.641924 ], [ -113.817832, 46.640424 ], [ -113.817532, 46.638424 ], [ -113.815631, 46.636124 ], [ -113.814131, 46.635124 ], [ -113.804631, 46.630524 ], [ -113.803731, 46.629124 ], [ -113.803731, 46.624924 ], [ -113.803602, 46.622314 ], [ -113.805607, 46.618769 ], [ -113.811876, 46.61841 ], [ -113.816114, 46.615337 ], [ -113.815729, 46.614198 ], [ -113.812872, 46.611684 ], [ -113.811036, 46.609137 ], [ -113.808149, 46.601334 ], [ -113.809864, 46.59732 ], [ -113.811158, 46.589088 ], [ -113.81184, 46.588319 ], [ -113.813152, 46.588119 ], [ -113.820917, 46.589603 ], [ -113.822229, 46.589437 ], [ -113.824562, 46.58857 ], [ -113.826902, 46.586063 ], [ -113.82841, 46.585128 ], [ -113.83492, 46.584132 ], [ -113.83672, 46.583097 ], [ -113.835806, 46.580351 ], [ -113.831302, 46.576965 ], [ -113.829707, 46.574821 ], [ -113.828453, 46.572342 ], [ -113.828604, 46.570702 ], [ -113.830019, 46.568562 ], [ -113.834787, 46.565355 ], [ -113.836495, 46.562478 ], [ -113.840699, 46.552978 ], [ -113.845232, 46.546256 ], [ -113.846802, 46.540902 ], [ -113.846516, 46.539128 ], [ -113.845119, 46.536114 ], [ -113.848535, 46.529457 ], [ -113.846289, 46.525391 ], [ -113.846708, 46.522867 ], [ -113.84673, 46.522365 ], [ -113.846914, 46.52015 ], [ -113.849149, 46.519015 ], [ -113.849842, 46.517153 ], [ -113.849531, 46.516263 ], [ -113.848967, 46.515132 ], [ -113.851589, 46.513896 ], [ -113.864732, 46.513173 ], [ -113.875931, 46.508576 ], [ -113.878857, 46.502625 ], [ -113.878329, 46.497401 ], [ -113.86728, 46.493276 ], [ -113.866315, 46.492376 ], [ -113.867488, 46.485889 ], [ -113.867626, 46.484687 ], [ -113.866898, 46.482325 ], [ -113.863842, 46.474305 ], [ -113.859791, 46.472978 ], [ -113.858012, 46.471542 ], [ -113.857014, 46.469993 ], [ -113.855678, 46.459541 ], [ -113.854693, 46.457647 ], [ -113.851778, 46.454549 ], [ -113.849105, 46.448035 ], [ -113.849149, 46.44063 ], [ -113.856138, 46.434951 ], [ -113.855204, 46.431727 ], [ -113.858556, 46.422997 ], [ -113.858443, 46.421502 ], [ -113.857017, 46.419184 ], [ -113.837106, 46.414394 ], [ -113.833861, 46.409691 ], [ -113.831721, 46.409059 ], [ -113.825865, 46.40988 ], [ -113.820009, 46.407348 ], [ -113.821182, 46.404425 ], [ -113.820932, 46.402725 ], [ -113.816388, 46.397351 ], [ -113.810844, 46.395706 ], [ -113.809014, 46.390207 ], [ -113.807719, 46.387852 ], [ -113.801489, 46.386358 ], [ -113.800076, 46.384793 ], [ -113.797794, 46.379156 ], [ -113.797495, 46.374922 ], [ -113.796985, 46.373839 ], [ -113.794492, 46.372729 ], [ -113.79002, 46.372234 ], [ -113.78557, 46.369782 ], [ -113.783001, 46.364298 ], [ -113.782032, 46.359518 ], [ -113.782792, 46.356894 ], [ -113.785218, 46.353751 ], [ -113.786057, 46.351514 ], [ -113.785313, 46.338479 ], [ -113.783132, 46.332488 ], [ -113.777908, 46.324475 ], [ -113.772442, 46.320336 ], [ -113.77437, 46.314447 ], [ -113.774379, 46.31351 ], [ -113.776202, 46.309923 ], [ -113.780477, 46.30663 ], [ -113.782355, 46.304695 ], [ -113.782619, 46.303439 ], [ -113.781441, 46.302172 ], [ -113.782031, 46.300723 ], [ -113.785216, 46.296511 ], [ -113.784101, 46.294703 ], [ -113.784098, 46.293406 ], [ -113.785646, 46.289133 ], [ -113.785287, 46.287151 ], [ -113.784117, 46.284964 ], [ -113.78049, 46.283988 ], [ -113.767159, 46.277846 ], [ -113.760072, 46.275626 ], [ -113.755363, 46.275291 ], [ -113.750143, 46.27259 ], [ -113.749671, 46.27116 ], [ -113.750244, 46.269047 ], [ -113.757231, 46.26024 ], [ -113.761178, 46.258088 ], [ -113.762144, 46.256343 ], [ -113.761738, 46.25195 ], [ -113.763768, 46.246174 ], [ -113.765977, 46.245638 ], [ -113.772094, 46.245578 ], [ -113.77366, 46.245152 ], [ -113.775097, 46.242952 ], [ -113.775195, 46.24126 ], [ -113.778024, 46.237982 ], [ -113.778189, 46.237119 ], [ -113.778024, 46.235799 ], [ -113.776517, 46.233576 ], [ -113.774918, 46.230427 ], [ -113.775426, 46.227991 ], [ -113.816026, 46.216269 ], [ -113.819033, 46.214672 ], [ -113.821129, 46.212549 ], [ -113.82307, 46.209001 ], [ -113.824, 46.203203 ], [ -113.82378, 46.202149 ], [ -113.821502, 46.20056 ], [ -113.81975, 46.196261 ], [ -113.819842, 46.19419 ], [ -113.817954, 46.191148 ], [ -113.812377, 46.189691 ], [ -113.805865, 46.19159 ], [ -113.801841, 46.191211 ], [ -113.801012, 46.190619 ], [ -113.799715, 46.18647 ], [ -113.786354, 46.179595 ], [ -113.791586, 46.17503 ], [ -113.791259, 46.169417 ], [ -113.789969, 46.162593 ], [ -113.794898, 46.153751 ], [ -113.795077, 46.152155 ], [ -113.793888, 46.150293 ], [ -113.784147, 46.144484 ], [ -113.779402, 46.140161 ], [ -113.777704, 46.138253 ], [ -113.77832, 46.1363 ], [ -113.777398, 46.134436 ], [ -113.776373, 46.133838 ], [ -113.772736, 46.133592 ], [ -113.770737, 46.132749 ], [ -113.767754, 46.129664 ], [ -113.76422, 46.122417 ], [ -113.757886, 46.117752 ], [ -113.753246, 46.1128 ], [ -113.753097, 46.11214 ], [ -113.754106, 46.106953 ], [ -113.755643, 46.104646 ], [ -113.757075, 46.103805 ], [ -113.761837, 46.103149 ], [ -113.767184, 46.101434 ], [ -113.767913, 46.099962 ], [ -113.768232, 46.096641 ], [ -113.772742, 46.084706 ], [ -113.774158, 46.082957 ], [ -113.785187, 46.076163 ], [ -113.788013, 46.0737 ], [ -113.786152, 46.06984 ], [ -113.786545, 46.068346 ], [ -113.793118, 46.063341 ], [ -113.792428, 46.06126 ], [ -113.792799, 46.057648 ], [ -113.79564, 46.054042 ], [ -113.798064, 46.051791 ], [ -113.802875, 46.049434 ], [ -113.803543, 46.048615 ], [ -113.801789, 46.045052 ], [ -113.801666, 46.043844 ], [ -113.803746, 46.038076 ], [ -113.800139, 46.035494 ], [ -113.789919, 46.035026 ], [ -113.786223, 46.034096 ], [ -113.785005, 46.032961 ], [ -113.78323, 46.032314 ], [ -113.776925, 46.031571 ], [ -113.772633, 46.029865 ], [ -113.769583, 46.028084 ], [ -113.761451, 46.029828 ], [ -113.760341, 46.030465 ], [ -113.760907, 46.031274 ], [ -113.754782, 46.04541 ], [ -113.753475, 46.046749 ], [ -113.75091, 46.047791 ], [ -113.744524, 46.048807 ], [ -113.739585, 46.045663 ], [ -113.732995, 46.038807 ], [ -113.724834, 46.038422 ], [ -113.71041, 46.039159 ], [ -113.695092, 46.037238 ], [ -113.687489, 46.03545 ], [ -113.687031, 46.034649 ], [ -113.688129, 46.031503 ], [ -113.69061, 46.028592 ], [ -113.690862, 46.026455 ], [ -113.689746, 46.025226 ], [ -113.68627, 46.023571 ], [ -113.677288, 46.022667 ], [ -113.671946, 46.023464 ], [ -113.671278, 46.022585 ], [ -113.675176, 46.017815 ], [ -113.67635, 46.015466 ], [ -113.672577, 46.012911 ], [ -113.671503, 46.011472 ], [ -113.671849, 46.009873 ], [ -113.673358, 46.007972 ], [ -113.673342, 46.007279 ], [ -113.67095, 46.00434 ], [ -113.668343, 46.002175 ], [ -113.667756, 46.000755 ], [ -113.667711, 45.998283 ], [ -113.668497, 45.996731 ], [ -113.667315, 45.991641 ], [ -113.664261, 45.985382 ], [ -113.663872, 45.980843 ], [ -113.660964, 45.977962 ], [ -113.657329, 45.976714 ], [ -113.654641, 45.97252 ], [ -113.64923, 45.965646 ], [ -113.643863, 45.963278 ], [ -113.642441, 45.964924 ], [ -113.628886, 45.967637 ], [ -113.627987, 45.968777 ], [ -113.625903, 45.96988 ], [ -113.61608, 45.970278 ], [ -113.615113, 45.969894 ], [ -113.613455, 45.966987 ], [ -113.61276, 45.96281 ], [ -113.613461, 45.960109 ], [ -113.612993, 45.956776 ], [ -113.608735, 45.949609 ], [ -113.605563, 45.948057 ], [ -113.599757, 45.949986 ], [ -113.596027, 45.949819 ], [ -113.592581, 45.948907 ], [ -113.588906, 45.946529 ], [ -113.585519, 45.947318 ], [ -113.5842, 45.947131 ], [ -113.579438, 45.94408 ], [ -113.580226, 45.940024 ], [ -113.580068, 45.939163 ], [ -113.579318, 45.938631 ], [ -113.574757, 45.938916 ], [ -113.570321, 45.941215 ], [ -113.567744, 45.941611 ], [ -113.563302, 45.941987 ], [ -113.55453, 45.947155 ], [ -113.547126, 45.946672 ], [ -113.535963, 45.944698 ], [ -113.526385, 45.945059 ], [ -113.523949, 45.942207 ], [ -113.520783, 45.940838 ], [ -113.519112, 45.940912 ], [ -113.517481, 45.939898 ], [ -113.516338, 45.938638 ], [ -113.515382, 45.936276 ], [ -113.519745, 45.93202 ], [ -113.523021, 45.930413 ], [ -113.527781, 45.924806 ], [ -113.535063, 45.913076 ], [ -113.536016, 45.904172 ], [ -113.5372, 45.901329 ], [ -113.537217, 45.897741 ], [ -113.536619, 45.893998 ], [ -113.532835, 45.892741 ], [ -113.532398, 45.892222 ], [ -113.532101, 45.890145 ], [ -113.533099, 45.885006 ], [ -113.532906, 45.884048 ], [ -113.528581, 45.88116 ], [ -113.532405, 45.878353 ], [ -113.548866, 45.875513 ], [ -113.559446, 45.876163 ], [ -113.566781, 45.872038 ], [ -113.573599, 45.871702 ], [ -113.578928, 45.873051 ], [ -113.591099, 45.863152 ], [ -113.59448, 45.856343 ], [ -113.594728, 45.855044 ], [ -113.594502, 45.853587 ], [ -113.59232, 45.851386 ], [ -113.591926, 45.850301 ], [ -113.604326, 45.851584 ], [ -113.610785, 45.850474 ], [ -113.622161, 45.841342 ], [ -113.623147, 45.840997 ], [ -113.627263, 45.840015 ], [ -113.631698, 45.841273 ], [ -113.639404, 45.840631 ], [ -113.646521, 45.838407 ], [ -113.652436, 45.840158 ], [ -113.655142, 45.840391 ], [ -113.657721, 45.837813 ], [ -113.661192, 45.836305 ], [ -113.667373, 45.835289 ], [ -113.669778, 45.836773 ], [ -113.67197, 45.839976 ], [ -113.673646, 45.840492 ], [ -113.674904, 45.840787 ], [ -113.682872, 45.838697 ], [ -113.68593, 45.83866 ], [ -113.69271, 45.84111 ], [ -113.694495, 45.842616 ], [ -113.697639, 45.843545 ], [ -113.70073, 45.843394 ], [ -113.701961, 45.842786 ], [ -113.703988, 45.83964 ], [ -113.705349, 45.838539 ], [ -113.712719, 45.837235 ], [ -113.713486, 45.833739 ], [ -113.715455, 45.830585 ], [ -113.719995, 45.829163 ], [ -113.724164, 45.828953 ], [ -113.728874, 45.824226 ], [ -113.72941, 45.820079 ], [ -113.729976, 45.818945 ], [ -113.734542, 45.816515 ], [ -113.739267, 45.815944 ], [ -113.741065, 45.8153 ], [ -113.744043, 45.815035 ], [ -113.745355, 45.811944 ], [ -113.749293, 45.807811 ], [ -113.755194, 45.805063 ], [ -113.758205, 45.800718 ], [ -113.759063, 45.800412 ], [ -113.761464, 45.800904 ], [ -113.764979, 45.802399 ], [ -113.767319, 45.801817 ], [ -113.776008, 45.795968 ], [ -113.777095, 45.794854 ], [ -113.778047, 45.792834 ], [ -113.779063, 45.791555 ], [ -113.780018, 45.791349 ], [ -113.781512, 45.792046 ], [ -113.782417, 45.791673 ], [ -113.783114, 45.790058 ], [ -113.782596, 45.788722 ], [ -113.781384, 45.785903 ], [ -113.785877, 45.785277 ], [ -113.788011, 45.783755 ], [ -113.788469, 45.782142 ], [ -113.787086, 45.778393 ], [ -113.797662, 45.773208 ], [ -113.800815, 45.772249 ], [ -113.801729, 45.770258 ], [ -113.801815, 45.768001 ], [ -113.804291, 45.762739 ], [ -113.809765, 45.760479 ], [ -113.810976, 45.75915 ], [ -113.811026, 45.757529 ], [ -113.815359, 45.755203 ], [ -113.826262, 45.753713 ], [ -113.829962, 45.750636 ], [ -113.843864, 45.751446 ], [ -113.849064, 45.752417 ], [ -113.849431, 45.753102 ], [ -113.848263, 45.757237 ], [ -113.853373, 45.765722 ], [ -113.855135, 45.773592 ], [ -113.856848, 45.775472 ], [ -113.862428, 45.779087 ], [ -113.868747, 45.78134 ], [ -113.870347, 45.781518 ], [ -113.871386, 45.779519 ], [ -113.875909, 45.775814 ], [ -113.879163, 45.774657 ], [ -113.881545, 45.774599 ], [ -113.884111, 45.77383 ], [ -113.895918, 45.768186 ], [ -113.898552, 45.763665 ], [ -113.904108, 45.757334 ], [ -113.911893, 45.750749 ], [ -113.916029, 45.746541 ], [ -113.916108, 45.745879 ], [ -113.915325, 45.744994 ], [ -113.910179, 45.742429 ], [ -113.904397, 45.731118 ], [ -113.907436, 45.729711 ], [ -113.909278, 45.726983 ], [ -113.909208, 45.726395 ], [ -113.905717, 45.724529 ], [ -113.90297, 45.721703 ], [ -113.909611, 45.715309 ], [ -113.910858, 45.713469 ], [ -113.911175, 45.711211 ], [ -113.911128, 45.710429 ], [ -113.908214, 45.710369 ], [ -113.907067, 45.709903 ], [ -113.905937, 45.706937 ], [ -113.906517, 45.703945 ], [ -113.908805, 45.700725 ], [ -113.911152, 45.698948 ], [ -113.913217, 45.699267999999897 ], [ -113.920139, 45.702692 ], [ -113.932493, 45.699327 ], [ -113.937259, 45.697264 ], [ -113.942441, 45.686283 ], [ -113.971565, 45.700636 ], [ -113.986656, 45.704564 ], [ -114.015633, 45.696127 ], [ -114.019315, 45.692937 ], [ -114.020533, 45.681223 ], [ -114.02007, 45.670332 ], [ -114.013786, 45.658238 ], [ -114.014973, 45.654008 ], [ -114.018731, 45.648616 ], [ -114.033456, 45.648629 ], [ -114.036378, 45.64684 ], [ -114.067619, 45.627706 ], [ -114.08179, 45.611329 ], [ -114.083149, 45.603996 ], [ -114.0821, 45.596958 ], [ -114.086584, 45.59118 ], [ -114.093797, 45.588644 ], [ -114.100308, 45.586354 ], [ -114.11758726075962, 45.584710374487507 ], [ -114.119034, 45.584573 ], [ -114.122322, 45.58426 ], [ -114.131469, 45.574444 ], [ -114.132359, 45.572531 ], [ -114.128601, 45.568996 ], [ -114.129099, 45.565491 ], [ -114.135249, 45.557465 ], [ -114.154837, 45.552916 ], [ -114.165199, 45.552306 ], [ -114.180043, 45.551432 ], [ -114.18647, 45.545539 ], [ -114.192802, 45.536596 ], [ -114.203665, 45.53557 ], [ -114.227942, 45.546423 ], [ -114.242246, 45.546036 ], [ -114.248121, 45.545877 ], [ -114.251836, 45.537812 ], [ -114.250748, 45.536446 ], [ -114.248183, 45.533226 ], [ -114.247824, 45.524283 ], [ -114.261616, 45.495816 ], [ -114.270717, 45.486116 ], [ -114.279217, 45.480616 ], [ -114.333218, 45.459316 ], [ -114.345019, 45.459916 ], [ -114.360719, 45.474116 ], [ -114.36562, 45.490416 ], [ -114.36852, 45.492716 ], [ -114.388618, 45.502903 ], [ -114.415804, 45.509753 ], [ -114.430701, 45.526665 ], [ -114.43218317512806, 45.528347429072085 ], [ -114.438991, 45.536076 ], [ -114.450863, 45.54253 ], [ -114.456764, 45.543983 ], [ -114.459725, 45.557543 ], [ -114.460542, 45.561283 ], [ -114.468178, 45.562436 ], [ -114.473759, 45.563278 ], [ -114.483232634275808, 45.560249711695768 ], [ -114.489987, 45.558091 ], [ -114.498176, 45.555473 ], [ -114.506341, 45.559216 ], [ -114.517761, 45.568129 ], [ -114.526075, 45.570771 ], [ -114.529249, 45.569392 ], [ -114.549508, 45.56059 ], [ -114.559038, 45.565706 ], [ -114.558253, 45.585104 ], [ -114.553999, 45.591279 ], [ -114.548925, 45.596253 ], [ -114.54343, 45.60164 ], [ -114.538132, 45.606834 ], [ -114.544905, 45.616673 ], [ -114.553937, 45.619299 ], [ -114.563305, 45.631612 ], [ -114.563652, 45.637412 ], [ -114.561046, 45.639906 ], [ -114.537833, 45.649739 ], [ -114.53577, 45.650613 ], [ -114.529678, 45.65232 ], [ -114.522142, 45.64934 ], [ -114.507645, 45.658949 ], [ -114.499637, 45.669035 ], [ -114.495421, 45.703321 ], [ -114.497553, 45.710677 ], [ -114.504869, 45.722176 ], [ -114.535634, 45.739095 ], [ -114.566172, 45.773864 ], [ -114.562509, 45.779927 ], [ -114.555487, 45.786249 ], [ -114.544692, 45.791447 ], [ -114.514709, 45.826779 ], [ -114.512973, 45.828825 ], [ -114.515264, 45.831261 ], [ -114.51704, 45.833148 ], [ -114.517143, 45.835993 ], [ -114.514596, 45.840785 ], [ -114.509303, 45.845531 ], [ -114.498809, 45.850676 ], [ -114.488621, 45.850914 ], [ -114.486587877483231, 45.850961886743477 ], [ -114.470296, 45.851343 ], [ -114.455532, 45.855012 ], [ -114.44868, 45.858891 ], [ -114.422963, 45.855381 ], [ -114.409597, 45.851673 ], [ -114.409477, 45.85164 ], [ -114.388243, 45.88234 ], [ -114.387328, 45.888134 ], [ -114.387166, 45.889164 ], [ -114.387477, 45.889649 ], [ -114.389114, 45.892199 ], [ -114.395059, 45.901458 ], [ -114.404314, 45.903497 ], [ -114.413168, 45.911479 ], [ -114.431159, 45.935737 ], [ -114.431328, 45.938023 ], [ -114.420924, 45.949171 ], [ -114.41989, 45.9562 ], [ -114.425059, 45.97274 ], [ -114.431054, 45.98039 ], [ -114.441185, 45.988453 ], [ -114.454087, 45.991611 ], [ -114.467694, 45.994942 ], [ -114.470965, 45.995742 ], [ -114.47729, 46.000802 ], [ -114.477922, 46.009025 ], [ -114.473811, 46.016614 ], [ -114.480241, 46.030325 ], [ -114.485793, 46.030022 ], [ -114.490572, 46.032427 ], [ -114.493418, 46.03717 ], [ -114.494683, 46.042546 ], [ -114.492154, 46.04729 ], [ -114.478965, 46.055772 ], [ -114.468529, 46.062484 ], [ -114.467136, 46.065845 ], [ -114.461864, 46.078571 ], [ -114.460049, 46.097104 ], [ -114.474415, 46.112515 ], [ -114.488303, 46.113106 ], [ -114.5213, 46.125287 ], [ -114.526582, 46.144362 ], [ -114.527096, 46.146218 ], [ -114.515652, 46.166083 ], [ -114.514706, 46.167726 ], [ -114.489254, 46.167684 ], [ -114.478333, 46.160876 ], [ -114.472643, 46.162202 ], [ -114.457549, 46.170231 ], [ -114.445928, 46.173933 ], [ -114.443215, 46.202943 ], [ -114.445497, 46.220227 ], [ -114.449819, 46.237119 ], [ -114.451912, 46.241253 ], [ -114.468254, 46.248796 ], [ -114.469804, 46.261703 ], [ -114.470479, 46.26732 ], [ -114.465024, 46.273127 ], [ -114.453257, 46.270939 ], [ -114.441326, 46.2738 ], [ -114.43544, 46.27661 ], [ -114.427309, 46.283624 ], [ -114.425587, 46.287899 ], [ -114.433478, 46.305502 ], [ -114.431708, 46.310744 ], [ -114.425056, 46.320083 ], [ -114.413758, 46.335945 ], [ -114.410682, 46.360673 ], [ -114.411592, 46.366688 ], [ -114.422458, 46.387097 ], [ -114.408974, 46.400438 ], [ -114.392117154604108, 46.408335339493767 ], [ -114.389138, 46.409731 ], [ -114.384756, 46.411784 ], [ -114.378513, 46.435129 ], [ -114.376413, 46.442983 ], [ -114.379338, 46.460166 ], [ -114.383051, 46.466402 ], [ -114.394447, 46.469549 ], [ -114.400068, 46.47718 ], [ -114.403019, 46.498675 ], [ -114.400257, 46.502143 ], [ -114.395204, 46.503148 ], [ -114.385871, 46.50437 ], [ -114.375348, 46.501855 ], [ -114.35874, 46.505306 ], [ -114.351655, 46.508119 ], [ -114.342072, 46.519679 ], [ -114.345982, 46.525068 ], [ -114.349208, 46.529514 ], [ -114.348733, 46.533792 ], [ -114.34534, 46.548444 ], [ -114.342872, 46.555071 ], [ -114.339533, 46.564039 ], [ -114.33175, 46.571914 ], [ -114.331338, 46.577781 ], [ -114.331998, 46.579042 ], [ -114.333931, 46.582732 ], [ -114.334992, 46.588154 ], [ -114.333931, 46.592162 ], [ -114.322519, 46.611066 ], [ -114.322689, 46.624877 ], [ -114.322912, 46.642938 ], [ -114.320665, 46.646963 ], [ -114.32456, 46.653579 ], [ -114.332887, 46.660756 ], [ -114.338076, 46.662305 ], [ -114.349238891804006, 46.665635942406979 ], [ -114.360709, 46.669059 ], [ -114.377907, 46.666916 ], [ -114.394514, 46.664846 ], [ -114.403383, 46.659633 ], [ -114.410907, 46.657466 ], [ -114.424424, 46.660648 ], [ -114.453239, 46.649266 ], [ -114.45425, 46.640974 ], [ -114.466902, 46.631695 ], [ -114.486218, 46.632829 ], [ -114.498007, 46.637655 ], [ -114.547321, 46.644485 ], [ -114.561582, 46.642043 ], [ -114.583385, 46.633227 ], [ -114.593292, 46.632848 ], [ -114.595215, 46.633457 ], [ -114.597027393450432, 46.634030771518816 ], [ -114.615036, 46.639733 ], [ -114.616354, 46.643646 ], [ -114.611676, 46.647704 ], [ -114.614716, 46.655256 ], [ -114.621483, 46.658143 ], [ -114.635713, 46.659375 ], [ -114.642713, 46.673145 ], [ -114.641745, 46.679286 ], [ -114.631898, 46.68397 ], [ -114.623198, 46.691511 ], [ -114.620859, 46.707415 ], [ -114.626695, 46.712889 ], [ -114.632954, 46.715495 ], [ -114.649388, 46.73289 ], [ -114.675385399998348, 46.73711509999967 ], [ -114.676504, 46.737297 ], [ -114.680878285528692, 46.738007804295272 ], [ -114.696656, 46.740572 ], [ -114.699008, 46.740223 ], [ -114.710425, 46.717704 ], [ -114.713297, 46.71532 ], [ -114.713516, 46.715138 ], [ -114.713751, 46.715129 ], [ -114.727445, 46.714604 ], [ -114.740115, 46.711771 ], [ -114.747758, 46.702649 ], [ -114.749257, 46.699688 ], [ -114.751921, 46.697207 ], [ -114.76689, 46.696901 ], [ -114.787065, 46.711255 ], [ -114.788656, 46.714033 ], [ -114.783188, 46.723997 ], [ -114.779668, 46.730411 ], [ -114.775724, 46.731342 ], [ -114.773765, 46.731805 ], [ -114.76718, 46.738828 ], [ -114.765127, 46.745383 ], [ -114.765106, 46.757993 ], [ -114.765106, 46.758113 ], [ -114.765106, 46.758153 ], [ -114.785835, 46.775259 ], [ -114.79004, 46.778729 ], [ -114.808587, 46.78235 ], [ -114.818161, 46.781139 ], [ -114.829117, 46.782503 ], [ -114.835917, 46.791111 ], [ -114.844794, 46.794305 ], [ -114.856874, 46.801633 ], [ -114.860067, 46.804988 ], [ -114.860128258611155, 46.805314275811163 ], [ -114.860683, 46.808271 ], [ -114.861176804353448, 46.810899043508087 ], [ -114.861376, 46.81196 ], [ -114.864342, 46.813858 ], [ -114.864549, 46.813832 ], [ -114.870929392037468, 46.813019877425674 ], [ -114.880588, 46.811791 ], [ -114.888146, 46.808573 ], [ -114.897857, 46.813184 ], [ -114.904505, 46.822851 ], [ -114.920459, 46.827697 ], [ -114.927837, 46.83599 ], [ -114.92845, 46.843242 ], [ -114.92349, 46.847594 ], [ -114.928615, 46.854815 ], [ -114.940398, 46.85605 ], [ -114.947413, 46.859324 ], [ -114.943281, 46.867971 ], [ -114.938713, 46.869021 ], [ -114.931608, 46.876799 ], [ -114.931058, 46.882108 ], [ -114.933372, 46.888257 ], [ -114.936805, 46.897378 ], [ -114.935035, 46.901749 ], [ -114.927948, 46.909948 ], [ -114.927431, 46.914185 ], [ -114.929997, 46.919624 ], [ -114.930147, 46.919675 ], [ -114.940793, 46.923289 ], [ -114.949217521147474, 46.926147671001168 ], [ -114.949887000101768, 46.926374900034482 ], [ -114.959957, 46.929793 ], [ -114.960597, 46.93001 ], [ -114.971405, 46.939213 ], [ -114.986539, 46.952099 ], [ -114.999251, 46.965902 ], [ -115.00091, 46.967703 ], [ -115.001274, 46.971901 ], [ -115.028386, 46.975659 ], [ -115.028994, 46.973159 ], [ -115.031651, 46.971548 ], [ -115.047857, 46.969533 ], [ -115.049538, 46.970774 ], [ -115.057098, 46.986758 ], [ -115.066223, 46.996375 ], [ -115.067476, 47.002778 ], [ -115.069813, 47.01472 ], [ -115.071254, 47.022083 ], [ -115.07352, 47.025292 ], [ -115.07686636922358, 47.030029561450164 ], [ -115.082056124478996, 47.037377743190504 ], [ -115.082758, 47.038372 ], [ -115.087806, 47.045519 ], [ -115.098136, 47.048897 ], [ -115.102681, 47.047239 ], [ -115.107132, 47.049041 ], [ -115.120917, 47.061237 ], [ -115.136671, 47.078276 ], [ -115.139515, 47.08456 ], [ -115.140375, 47.093013 ], [ -115.170436, 47.106265 ], [ -115.172938, 47.112881 ], [ -115.189451, 47.131032 ], [ -115.200547, 47.139154 ], [ -115.223246, 47.148974 ], [ -115.229622, 47.149402 ], [ -115.243707, 47.150347 ], [ -115.247739, 47.154764 ], [ -115.253844, 47.16145 ], [ -115.255146, 47.162876 ], [ -115.255786, 47.174725 ], [ -115.261885, 47.181741999982172 ], [ -115.286353, 47.183269999982187 ], [ -115.296724352450596, 47.186838519173897 ], [ -115.297923, 47.187250999982204 ], [ -115.300504, 47.188138999982193 ], [ -115.300805, 47.19392999998221 ], [ -115.295986, 47.205657999982243 ], [ -115.29211, 47.209860999982247 ], [ -115.294785, 47.220913999982287 ], [ -115.298794, 47.225244999982294 ], [ -115.307239, 47.229891999982293 ], [ -115.311875, 47.229672999982299 ], [ -115.317124, 47.233304999982309 ], [ -115.324102, 47.243748999982351 ], [ -115.324832, 47.244840999982344 ], [ -115.326903, 47.255911999982366 ], [ -115.339201, 47.261622999982393 ], [ -115.350069, 47.260453999982396 ], [ -115.3593, 47.259460999982394 ], [ -115.36628, 47.261484999982393 ], [ -115.371825, 47.26521299998241 ], [ -115.390739159899525, 47.264733575188245 ], [ -115.40418, 47.264392999982391 ], [ -115.410685, 47.264227999982381 ], [ -115.421645, 47.271735999982404 ], [ -115.423173, 47.276221999982411 ], [ -115.428358, 47.27872199998243 ], [ -115.443566, 47.277308999982445 ], [ -115.457077, 47.277793999982435 ], [ -115.470959, 47.284872999982454 ], [ -115.487314, 47.286517999982451 ], [ -115.49623, 47.289678999982463 ], [ -115.51186, 47.295218999982488 ], [ -115.526751, 47.303218999982491 ], [ -115.531971, 47.314120999982528 ], [ -115.548658, 47.33221299998258 ], [ -115.54914777290476, 47.335782212439632 ], [ -115.549443, 47.337935999982598 ], [ -115.551079, 47.34985599998263 ], [ -115.556318, 47.353075999982643 ], [ -115.564766, 47.353475999982649 ], [ -115.570887, 47.356374999982634 ], [ -115.578619, 47.367006999982671 ], [ -115.609492, 47.380798999982709 ], [ -115.617247, 47.382520999982724 ], [ -115.633814, 47.379563999982707 ], [ -115.639186, 47.378604999982706 ], [ -115.64434, 47.381825999982723 ], [ -115.648479, 47.390292999982734 ], [ -115.657681, 47.400650999982773 ], [ -115.69057, 47.41505899998279 ], [ -115.71034, 47.417783999982809 ], [ -115.718934, 47.420966999982817 ], [ -115.72076, 47.423478999982798 ], [ -115.72148, 47.424468999982821 ], [ -115.728801, 47.42892499998284 ], [ -115.731348, 47.433380999982852 ], [ -115.728801, 47.445158999982873 ], [ -115.722989, 47.449564999982897 ], [ -115.718247, 47.453159999982908 ], [ -115.69293, 47.457236999982911 ], [ -115.671188, 47.454389999982901 ], [ -115.663867, 47.45693599998291 ], [ -115.654317, 47.468076999982941 ], [ -115.653044, 47.476034999982964 ], [ -115.655273, 47.477943999982962 ], [ -115.656182, 47.47816599998297 ], [ -115.660962, 47.479329999982973 ], [ -115.679614353559217, 47.483869997801548 ], [ -115.686704, 47.485595999982991 ], [ -115.694106, 47.498633999983021 ], [ -115.698885, 47.503205999983038 ], [ -115.703553, 47.507670999983041 ], [ -115.708748, 47.512639999983058 ], [ -115.709738000003185, 47.523130766348622 ], [ -115.709805, 47.523840999983094 ], [ -115.71034, 47.529509999983098 ], [ -115.717024, 47.532692999983112 ], [ -115.720186, 47.533465999983115 ], [ -115.720188329059383, 47.533466569070129 ], [ -115.741371, 47.538644999983127 ], [ -115.747263, 47.543196999983138 ], [ -115.748536, 47.549244999983138 ], [ -115.746945, 47.555292999983173 ], [ -115.734674, 47.567400999983192 ], [ -115.721207, 47.576322999983219 ], [ -115.706473, 47.577298999983221 ], [ -115.689404, 47.595401999983267 ], [ -115.693102, 47.61666699998333 ], [ -115.694284, 47.623459999983339 ], [ -115.708537, 47.635355999983382 ], [ -115.715193, 47.636339999983377 ], [ -115.72993, 47.642441999983404 ], [ -115.73627, 47.654761999983435 ], [ -115.731008, 47.664204999983447 ], [ -115.726613, 47.672092999983484 ], [ -115.726306, 47.674745999983472 ], [ -115.724483, 47.690504999983524 ], [ -115.72377, 47.696670999983539 ], [ -115.730764, 47.704425999983563 ], [ -115.752349, 47.716742999983595 ], [ -115.758623, 47.719040999983605 ], [ -115.763424, 47.717312999983598 ], [ -115.77177, 47.71741199998359 ], [ -115.776219, 47.719817999983597 ], [ -115.783504, 47.729304999983604 ], [ -115.78247, 47.734076999983621 ], [ -115.780441, 47.743446999983661 ], [ -115.797299, 47.757519999983685 ], [ -115.803917, 47.758479999983685 ], [ -115.811679, 47.756105999983681 ], [ -115.824597, 47.752153999983683 ], [ -115.831755, 47.755784999983696 ], [ -115.835365, 47.760956999983698 ], [ -115.835069, 47.770059999983737 ], [ -115.837438, 47.774845999983725 ], [ -115.84044, 47.780171999983743 ], [ -115.847487, 47.785226999983763 ], [ -115.848509, 47.809330999983835 ], [ -115.845474, 47.814966999983838 ], [ -115.852291, 47.827990999983861 ], [ -115.870861, 47.834938999983891 ], [ -115.874447, 47.841728999983907 ], [ -115.875262, 47.843271999983905 ], [ -115.881522, 47.849671999983926 ], [ -115.900934, 47.843063999983897 ], [ -115.905475, 47.845715999983902 ], [ -115.906409, 47.846260999983912 ], [ -115.915843, 47.854422999983925 ], [ -115.919291, 47.857405999983939 ], [ -115.925577, 47.865223999983961 ], [ -115.928870060906277, 47.869319442219201 ], [ -115.937795950817332, 47.880420538129762 ], [ -115.939602, 47.882666999983996 ], [ -115.939993, 47.883152999984034 ], [ -115.942494501953846, 47.88503216666502 ], [ -115.943275, 47.885618999984018 ], [ -115.948563179374005, 47.88959105033419 ], [ -115.959946, 47.898141999984034 ], [ -115.965153, 47.910130999984077 ], [ -115.969076, 47.914255999984093 ], [ -115.982791, 47.915993999984096 ], [ -115.993678, 47.926182999984128 ], [ -115.995121, 47.933826999984149 ], [ -115.998236, 47.938778999984144 ], [ -116.007246, 47.95008699998418 ], [ -116.017112, 47.959850999984198 ], [ -116.021118, 47.963814999984194 ], [ -116.030751, 47.973348999984239 ], [ -116.03834, 47.971317999984223 ], [ -116.040648, 47.972576999984241 ], [ -116.044618, 47.974743999984241 ], [ -116.048421, 47.976819999984244 ], [ -116.04885, 47.97718599998425 ], [ -116.049153, 47.999922999984314 ], [ -116.048739, 48.060092999984455 ], [ -116.04932, 48.066643999984471 ], [ -116.049415, 48.077219999984493 ], [ -116.048911, 48.124929999984602 ], [ -116.049977, 48.237603999984891 ], [ -116.049353, 48.249935999984913 ], [ -116.049735, 48.27466799998497 ], [ -116.048948, 48.309846999985048 ], [ -116.050003, 48.413491999985297 ], [ -116.049155, 48.481246999985466 ], [ -116.049159, 48.540757999985594 ], [ -116.049193, 49.000911999986641 ], [ -116.00103, 49.001269999986647 ], [ -115.990685, 49.000908999986635 ], [ -115.501016, 49.000693999986652 ], [ -115.451626, 49.00044699998665 ], [ -115.207912, 48.999227999986637 ], [ -114.799257, 49.000382999986655 ], [ -114.728154, 49.000583999986645 ], [ -114.678217, 49.000724999986659 ], [ -114.674398, 49.000678999986647 ], [ -114.476274, 49.001150999986642 ], [ -114.375977, 49.001389999986642 ], [ -114.250971, 49.000904999986645 ], [ -114.224912, 48.999686999986636 ], [ -114.201107, 48.999248999986627 ], [ -114.180211, 48.999702999986638 ], [ -114.068155, 48.998918999986635 ], [ -114.065926, 48.996306999986658 ], [ -114.064906, 48.994109999986634 ], [ -114.056303, 48.985870999986609 ], [ -114.055502, 48.982400999986609 ], [ -114.058324, 48.97993499998659 ], [ -114.057645, 48.976529999986589 ], [ -114.051611, 48.966902999986587 ], [ -114.050445, 48.963626999986566 ], [ -114.046897, 48.962638999986559 ], [ -114.040674, 48.962891999986567 ], [ -114.034952, 48.964392999986565 ], [ -114.028741, 48.964926999986588 ], [ -114.02775, 48.964838999986569 ], [ -114.021279, 48.961531999986548 ], [ -114.026592, 48.956810999986544 ], [ -114.039016, 48.948826999986522 ], [ -114.042752, 48.945788999986512 ], [ -114.04195, 48.940644999986517 ], [ -114.042389, 48.939734999986506 ], [ -114.044233, 48.938364999986511 ], [ -114.047518, 48.936977999986496 ], [ -114.04524, 48.933460999986494 ], [ -114.044383, 48.932784999986495 ], [ -114.0414, 48.932045999986499 ], [ -114.036144, 48.931532999986487 ], [ -114.024855, 48.933558999986502 ], [ -114.022138, 48.92936499998649 ], [ -114.019802, 48.927046999986494 ], [ -114.01732, 48.925944999986484 ], [ -114.015543, 48.920293999986455 ], [ -114.013702, 48.910696999986435 ], [ -114.01392, 48.908377999986449 ], [ -114.0193, 48.902835999986429 ], [ -114.026833, 48.899797999986404 ], [ -114.029385, 48.899361999986425 ], [ -114.038697, 48.895234999986407 ], [ -114.046473, 48.894095999986405 ], [ -114.055072, 48.895023999986407 ], [ -114.05809, 48.888934999986397 ], [ -114.04238, 48.883630999986387 ], [ -114.033709, 48.881662999986375 ], [ -114.032512, 48.881034999986369 ], [ -114.030459, 48.879473999986367 ], [ -114.028783, 48.87618999998638 ], [ -114.02462, 48.870814999986344 ], [ -114.017303, 48.865058999986353 ], [ -114.006364, 48.864957999986338 ], [ -114.00305, 48.860939999986336 ], [ -113.995191, 48.855207999986312 ], [ -113.993041, 48.854117999986315 ], [ -113.989267, 48.845869999986306 ], [ -113.989454, 48.841235999986289 ], [ -113.990414, 48.839675999986291 ], [ -113.992452, 48.839164999986274 ], [ -113.999114, 48.839200999986289 ], [ -114.002895, 48.834889999986281 ], [ -114.002895, 48.832854999986253 ], [ -114.002352, 48.831964999986262 ], [ -113.9887, 48.827168999986256 ], [ -113.981194, 48.825923999986252 ], [ -113.977254, 48.82323699998625 ], [ -113.975739, 48.820280999986245 ], [ -113.973107, 48.818714999986241 ], [ -113.971463, 48.81871099998623 ], [ -113.972185, 48.820007999986245 ], [ -113.972223, 48.821721999986238 ], [ -113.970751, 48.823336999986253 ], [ -113.966558, 48.823851999986267 ], [ -113.965194, 48.823751999986257 ], [ -113.961224, 48.820186999986241 ], [ -113.957138, 48.817635999986237 ], [ -113.956176, 48.81769099998624 ], [ -113.953605, 48.817926999986256 ], [ -113.946225, 48.821580999986239 ], [ -113.927717, 48.829287999986256 ], [ -113.91665, 48.836535999986282 ], [ -113.91504, 48.83847199998629 ], [ -113.914586, 48.843540999986296 ], [ -113.911494, 48.849471999986314 ], [ -113.90663, 48.846812999986312 ], [ -113.899257, 48.847002999986309 ], [ -113.893822, 48.845531999986299 ], [ -113.890016, 48.841707999986284 ], [ -113.881931, 48.839738999986281 ], [ -113.880829, 48.838970999986273 ], [ -113.875222, 48.837154999986282 ], [ -113.873761, 48.841544999986304 ], [ -113.865514, 48.847350999986311 ], [ -113.856477, 48.851103999986307 ], [ -113.854258, 48.850955999986304 ], [ -113.848321, 48.852314999986305 ], [ -113.841087, 48.855663999986319 ], [ -113.839349, 48.852390999986326 ], [ -113.837637, 48.850933999986324 ], [ -113.825504, 48.848367999986294 ], [ -113.820056, 48.848119999986309 ], [ -113.818155, 48.843390999986298 ], [ -113.817882, 48.841446999986317 ], [ -113.814294, 48.839283999986286 ], [ -113.808557, 48.838490999986284 ], [ -113.804432, 48.839211999986276 ], [ -113.80244, 48.840009999986286 ], [ -113.79984, 48.842598999986294 ], [ -113.795392, 48.844690999986291 ], [ -113.793143, 48.845474999986294 ], [ -113.790539, 48.84552999998629 ], [ -113.786757, 48.840391999986295 ], [ -113.785639, 48.836281999986277 ], [ -113.78643, 48.834513999986271 ], [ -113.785373, 48.832801999986273 ], [ -113.776693, 48.826683999986258 ], [ -113.770828, 48.823171999986258 ], [ -113.75979, 48.819462999986236 ], [ -113.757074, 48.818109999986241 ], [ -113.757516, 48.817060999986246 ], [ -113.760249, 48.815621999986227 ], [ -113.760588, 48.811862999986232 ], [ -113.760168, 48.810337999986217 ], [ -113.763857, 48.803766999986209 ], [ -113.77305, 48.800541999986194 ], [ -113.773606, 48.799177999986192 ], [ -113.773652, 48.797230999986184 ], [ -113.770906, 48.788920999986175 ], [ -113.766401, 48.784961999986152 ], [ -113.762374, 48.773871999986135 ], [ -113.753864, 48.768933999986132 ], [ -113.743073, 48.764767999986105 ], [ -113.742924, 48.760857999986108 ], [ -113.741848, 48.7577429999861 ], [ -113.739444, 48.752650999986088 ], [ -113.737056, 48.750542999986088 ], [ -113.728458, 48.745467999986076 ], [ -113.71491, 48.742788999986047 ], [ -113.706998, 48.730909999986054 ], [ -113.709722, 48.724316999986016 ], [ -113.708546, 48.723091999986025 ], [ -113.707184, 48.722692999986016 ], [ -113.702694, 48.719744999985998 ], [ -113.702576, 48.716312999986023 ], [ -113.703952, 48.716268999986006 ], [ -113.707011, 48.714285999985997 ], [ -113.708138, 48.707764999986004 ], [ -113.712792, 48.699348999985951 ], [ -113.71461, 48.698087999985965 ], [ -113.719748, 48.694934999985961 ], [ -113.726072, 48.69347399998594 ], [ -113.73433, 48.693943999985969 ], [ -113.740301, 48.69307899998595 ], [ -113.741199, 48.692390999985946 ], [ -113.740205, 48.689284999985937 ], [ -113.736797, 48.682979999985932 ], [ -113.731378, 48.675002999985914 ], [ -113.729309, 48.673185999985904 ], [ -113.725725, 48.67161199998592 ], [ -113.734526, 48.666402999985884 ], [ -113.738888, 48.663053999985891 ], [ -113.738937, 48.661548999985889 ], [ -113.74073, 48.656815999985874 ], [ -113.743157, 48.653904999985876 ], [ -113.745354, 48.652495999985859 ], [ -113.746749, 48.639724999985823 ], [ -113.742163, 48.635729999985834 ], [ -113.746261, 48.631489999985803 ], [ -113.747564, 48.626057999985797 ], [ -113.750949, 48.621692999985783 ], [ -113.754042, 48.618761999985793 ], [ -113.750295, 48.613930999985762 ], [ -113.747648, 48.612325999985771 ], [ -113.741517, 48.61105699998577 ], [ -113.734411, 48.608783999985775 ], [ -113.73138, 48.606604999985755 ], [ -113.728459, 48.602531999985743 ], [ -113.726434, 48.600702999985749 ], [ -113.724461, 48.600058999985734 ], [ -113.722274, 48.600640999985742 ], [ -113.719545, 48.600646999985763 ], [ -113.715578, 48.598996999985737 ], [ -113.712058, 48.595790999985724 ], [ -113.7097, 48.594734999985718 ], [ -113.693598, 48.592564999985726 ], [ -113.690455, 48.592770999985717 ], [ -113.689431, 48.593500999985743 ], [ -113.684793, 48.594184999985735 ], [ -113.678096, 48.592505999985733 ], [ -113.671021, 48.588473999985716 ], [ -113.668343, 48.58861599998572 ], [ -113.664994, 48.58574799998572 ], [ -113.662146, 48.585559999985705 ], [ -113.661003, 48.585933999985699 ], [ -113.651709, 48.591648999985701 ], [ -113.641767, 48.600741999985743 ], [ -113.632975, 48.599197999985741 ], [ -113.628868, 48.597196999985734 ], [ -113.623903, 48.592921999985734 ], [ -113.616745, 48.587744999985709 ], [ -113.616552, 48.585139999985707 ], [ -113.614165, 48.580302999985705 ], [ -113.609332, 48.577132999985693 ], [ -113.600743, 48.574932999985698 ], [ -113.591884, 48.577563999985678 ], [ -113.590607, 48.57909299998569 ], [ -113.590569, 48.580236999985686 ], [ -113.589783, 48.581579999985692 ], [ -113.585414, 48.583773999985702 ], [ -113.577777, 48.584276999985697 ], [ -113.574246, 48.581051999985711 ], [ -113.572625, 48.57877199998569 ], [ -113.557618, 48.584035999985694 ], [ -113.553742, 48.583140999985702 ], [ -113.547342, 48.584724999985703 ], [ -113.544166, 48.586724999985712 ], [ -113.538732, 48.580367999985697 ], [ -113.535493, 48.577571999985693 ], [ -113.533893, 48.576790999985683 ], [ -113.531144, 48.577362999985688 ], [ -113.525969, 48.575795999985679 ], [ -113.525709, 48.574921999985705 ], [ -113.516671, 48.572836999985682 ], [ -113.513583, 48.567528999985655 ], [ -113.51086, 48.560105999985645 ], [ -113.501953, 48.558159999985648 ], [ -113.496616, 48.553681999985635 ], [ -113.492307, 48.552417999985629 ], [ -113.485449, 48.554283999985635 ], [ -113.473279, 48.552618999985626 ], [ -113.467378, 48.547599999985628 ], [ -113.469437, 48.541129999985593 ], [ -113.469616, 48.535947999985588 ], [ -113.468699, 48.534852999985596 ], [ -113.46819, 48.53123999998558 ], [ -113.472687, 48.524890999985573 ], [ -113.471745, 48.519944999985555 ], [ -113.471204, 48.515492999985533 ], [ -113.472383, 48.51177899998553 ], [ -113.473162, 48.504824999985516 ], [ -113.4725, 48.502149999985512 ], [ -113.467284, 48.499966999985503 ], [ -113.466146, 48.498191999985508 ], [ -113.471855, 48.48741299998548 ], [ -113.470381, 48.483102999985469 ], [ -113.4676, 48.479648999985471 ], [ -113.466564, 48.474818999985438 ], [ -113.472065, 48.470960999985451 ], [ -113.480934, 48.459710999985411 ], [ -113.480917, 48.458242999985416 ], [ -113.479123, 48.453170999985389 ], [ -113.473929, 48.452120999985382 ], [ -113.464785, 48.44552799998538 ], [ -113.461953, 48.445138999985382 ], [ -113.454893, 48.445495999985376 ], [ -113.451591, 48.444984999985373 ], [ -113.451095, 48.443290999985372 ], [ -113.443635, 48.440141999985372 ], [ -113.43954, 48.435368999985357 ], [ -113.436717, 48.433390999985342 ], [ -113.424747, 48.430728999985334 ], [ -113.415445, 48.423866999985329 ], [ -113.413571, 48.421007999985328 ], [ -113.411156, 48.419686999985323 ], [ -113.38903, 48.416557999985301 ], [ -113.385268, 48.416645999985306 ], [ -113.381575, 48.417173999985309 ], [ -113.377635, 48.420252999985316 ], [ -113.371448, 48.422177999985323 ], [ -113.357151, 48.424250999985318 ], [ -113.356139, 48.424049999985328 ], [ -113.355704, 48.421184999985321 ], [ -113.349669, 48.414104999985291 ], [ -113.350958, 48.408077999985295 ], [ -113.351075, 48.40547399998529 ], [ -113.34671, 48.394202999985254 ], [ -113.338774, 48.391038999985248 ], [ -113.333137, 48.387819999985254 ], [ -113.333757, 48.382735999985229 ], [ -113.338768, 48.372118999985204 ], [ -113.340996, 48.369690999985202 ], [ -113.351221, 48.362275999985187 ], [ -113.362631, 48.356056999985185 ], [ -113.370185, 48.353871999985174 ], [ -113.37335, 48.35150499998516 ], [ -113.375193, 48.349471999985155 ], [ -113.375631, 48.348326999985147 ], [ -113.380391, 48.345083999985135 ], [ -113.383404, 48.343671999985148 ], [ -113.382923, 48.339394999985124 ], [ -113.375218, 48.333021999985107 ], [ -113.373856, 48.331012999985106 ], [ -113.37388, 48.327429999985092 ], [ -113.374772, 48.325599999985094 ], [ -113.374655, 48.324328999985099 ], [ -113.37411, 48.323878999985084 ], [ -113.367732, 48.322759999985081 ], [ -113.357533, 48.317082999985068 ], [ -113.355386, 48.316501999985071 ], [ -113.35211, 48.314674999985058 ], [ -113.348227, 48.311543999985048 ], [ -113.348343, 48.310697999985052 ], [ -113.34947, 48.310154999985059 ], [ -113.350039, 48.308503999985064 ], [ -113.348069, 48.303234999985044 ], [ -113.339766, 48.299566999985032 ], [ -113.333883, 48.298242999985021 ], [ -113.327081, 48.289247999985008 ], [ -113.323741, 48.288111999984999 ], [ -113.318325, 48.288186999985001 ], [ -113.311641, 48.287314999984993 ], [ -113.298089, 48.284659999984989 ], [ -113.288585, 48.270209999984942 ], [ -113.28845, 48.267149999984959 ], [ -113.289466, 48.26570699998495 ], [ -113.289283, 48.26509599998495 ], [ -113.274387, 48.259251999984933 ], [ -113.269264, 48.259477999984945 ], [ -113.258419, 48.254800999984944 ], [ -113.251806, 48.255084999984938 ], [ -113.249531, 48.254128999984914 ], [ -113.245653, 48.250373999984909 ], [ -113.242967, 48.248588999984911 ], [ -113.241117, 48.247989999984917 ], [ -113.236406, 48.243963999984899 ], [ -113.232154, 48.238346999984884 ], [ -113.227517, 48.235818999984879 ], [ -113.225802, 48.232326999984849 ], [ -113.226281, 48.231460999984861 ], [ -113.228605, 48.230017999984874 ], [ -113.229025, 48.228426999984862 ], [ -113.22594, 48.225016999984852 ], [ -113.231762, 48.220397999984826 ], [ -113.235579, 48.219128999984846 ], [ -113.236977, 48.217772999984831 ], [ -113.237209, 48.211130999984832 ], [ -113.235522, 48.201111999984803 ], [ -113.232988, 48.19445999998478 ], [ -113.233665, 48.19165799998477 ], [ -113.230778, 48.182380999984751 ], [ -113.231353, 48.181474999984744 ], [ -113.234557, 48.180395999984739 ], [ -113.235692, 48.177639999984741 ], [ -113.235506, 48.175795999984729 ], [ -113.231495, 48.170651999984713 ], [ -113.230457, 48.17036099998473 ], [ -113.225836, 48.170724999984721 ], [ -113.219824, 48.169753999984721 ], [ -113.217972, 48.168130999984704 ], [ -113.208984, 48.164231999984715 ], [ -113.195653, 48.169546999984703 ], [ -113.193119, 48.171200999984727 ], [ -113.192541, 48.174347999984739 ], [ -113.191539, 48.175675999984733 ], [ -113.190674, 48.175681999984739 ], [ -113.190221, 48.174355999984734 ], [ -113.189713, 48.173327999984714 ], [ -113.188474, 48.172433999984733 ], [ -113.185324, 48.171552999984712 ], [ -113.184226, 48.172914999984727 ], [ -113.180325, 48.173215999984727 ], [ -113.175631, 48.16945199998473 ], [ -113.168349, 48.1661909999847 ], [ -113.163192, 48.1594169999847 ], [ -113.152658, 48.151203999984666 ], [ -113.14628, 48.152099999984671 ], [ -113.142503, 48.153470999984677 ], [ -113.136561, 48.150358999984661 ], [ -113.131016, 48.145446999984657 ], [ -113.131001, 48.140080999984647 ], [ -113.133212, 48.138293999984647 ], [ -113.134966, 48.138354999984642 ], [ -113.132017, 48.136174999984632 ], [ -113.129435, 48.135288999984631 ], [ -113.127507, 48.135711999984636 ], [ -113.124397, 48.138102999984646 ], [ -113.114739, 48.137648999984634 ], [ -113.104275, 48.137879999984641 ], [ -113.096805, 48.139254999984644 ], [ -113.093335, 48.137179999984625 ], [ -113.090872, 48.13646599998463 ], [ -113.084749, 48.140289999984631 ], [ -113.073336, 48.145216999984648 ], [ -113.06863, 48.14784799998467 ], [ -113.06823, 48.148599999984661 ], [ -113.068833, 48.149707999984663 ], [ -113.068265, 48.151610999984676 ], [ -113.063549, 48.149917999984673 ], [ -113.05434, 48.142098999984647 ], [ -113.05429, 48.131547999984619 ], [ -113.05365, 48.128732999984607 ], [ -113.055409, 48.12616499998461 ], [ -113.055809, 48.124397999984602 ], [ -113.052534, 48.121528999984612 ], [ -113.049079, 48.121226999984593 ], [ -113.0414, 48.124485999984614 ], [ -113.039975, 48.125578999984612 ], [ -113.039785, 48.128933999984618 ], [ -113.039221, 48.130055999984634 ], [ -113.033469, 48.132632999984629 ], [ -113.030161, 48.133293999984637 ], [ -113.026908, 48.13075299998463 ], [ -113.021391, 48.129541999984632 ], [ -113.016894, 48.132459999984626 ], [ -113.01014, 48.128339999984625 ], [ -113.007407, 48.129681999984626 ], [ -113.003054, 48.130870999984644 ], [ -113.0, 48.130755999984622 ], [ -113.0, 48.130155999984623 ], [ -112.998199, 48.127955999984614 ], [ -112.995599, 48.125655999984616 ], [ -112.991199, 48.124455999984605 ], [ -112.985599, 48.120855999984606 ], [ -112.983198, 48.118055999984591 ], [ -112.985998, 48.116254999984584 ], [ -112.992599, 48.11495499998459 ], [ -112.989998, 48.107854999984582 ], [ -112.990298, 48.107454999984583 ], [ -112.992698, 48.107554999984565 ], [ -112.994398, 48.107054999984562 ], [ -112.995498, 48.105954999984561 ], [ -112.994198, 48.100353999984556 ], [ -112.993098, 48.09815399998454 ], [ -112.986098, 48.094353999984541 ], [ -112.978897, 48.088553999984541 ], [ -112.979997, 48.087553999984515 ], [ -112.979497, 48.083453999984513 ], [ -112.978297, 48.080853999984498 ], [ -112.981597, 48.07745299998448 ], [ -112.982097, 48.075652999984499 ], [ -112.981796, 48.074152999984484 ], [ -112.981196, 48.073652999984489 ], [ -112.971696, 48.072652999984484 ], [ -112.967996, 48.07455299998449 ], [ -112.964396, 48.074953999984487 ], [ -112.962395, 48.073853999984472 ], [ -112.961095, 48.071552999984483 ], [ -112.959195, 48.069752999984473 ], [ -112.950594, 48.06465299998446 ], [ -112.946494, 48.063452999984456 ], [ -112.941594, 48.06315299998446 ], [ -112.937094, 48.060552999984452 ], [ -112.936293, 48.057652999984469 ], [ -112.937193, 48.055652999984453 ], [ -112.945494, 48.053152999984412 ], [ -112.948994, 48.051051999984431 ], [ -112.950694, 48.048951999984418 ], [ -112.951196, 48.044685999984416 ], [ -112.951594, 48.040651999984405 ], [ -112.949793, 48.034051999984392 ], [ -112.948893, 48.032650999984362 ], [ -112.947293, 48.031650999984372 ], [ -112.944893, 48.03155099998439 ], [ -112.939593, 48.034251999984384 ], [ -112.936893, 48.034951999984393 ], [ -112.927992, 48.032251999984382 ], [ -112.924292, 48.032751999984391 ], [ -112.922192, 48.032451999984374 ], [ -112.916691, 48.029351999984371 ], [ -112.915191, 48.029051999984375 ], [ -112.911591, 48.029451999984367 ], [ -112.905991, 48.027251999984372 ], [ -112.90139, 48.021951999984353 ], [ -112.89649, 48.018750999984356 ], [ -112.89529, 48.015950999984341 ], [ -112.89539, 48.010950999984324 ], [ -112.888726, 47.993676999984288 ], [ -112.88164, 47.981230999984277 ], [ -112.879491, 47.978901999984245 ], [ -112.878615, 47.97576599998424 ], [ -112.88789, 47.975140999984227 ], [ -112.890694, 47.976533999984248 ], [ -112.892905, 47.976267999984245 ], [ -112.897414, 47.972596999984233 ], [ -112.899458, 47.969633999984239 ], [ -112.899821, 47.968230999984229 ], [ -112.900519, 47.964447999984223 ], [ -112.902093, 47.962906999984206 ], [ -112.905483, 47.962376999984215 ], [ -112.906216, 47.961670999984214 ], [ -112.906564, 47.960097999984214 ], [ -112.906156, 47.956999999984191 ], [ -112.907457, 47.955684999984193 ], [ -112.909065, 47.952566999984199 ], [ -112.909626, 47.950065999984176 ], [ -112.91157, 47.946894999984174 ], [ -112.912534, 47.946413999984166 ], [ -112.932177, 47.944979999984163 ], [ -112.93416, 47.94436199998416 ], [ -112.938366, 47.944670999984154 ], [ -112.943098, 47.94701299998416 ], [ -112.946484, 47.94698099998417 ], [ -112.949363, 47.946066999984168 ], [ -112.951477, 47.944713999984153 ], [ -112.954772, 47.947944999984166 ], [ -112.955834, 47.949740999984172 ], [ -112.957928, 47.951505999984178 ], [ -112.980567, 47.955181999984191 ], [ -112.984705, 47.953981999984194 ], [ -112.987146, 47.951089999984184 ], [ -112.996932, 47.946295999984159 ], [ -113.003173, 47.944319999984153 ], [ -113.008943, 47.943319999984162 ], [ -113.01366, 47.941629999984158 ], [ -113.020137, 47.931710999984134 ], [ -113.021071, 47.928862999984119 ], [ -113.02088, 47.927865999984128 ], [ -113.021562, 47.927245999984123 ], [ -113.033229, 47.925737999984115 ], [ -113.042693, 47.925572999984119 ], [ -113.049263, 47.926356999984115 ], [ -113.056669, 47.925234999984092 ], [ -113.063214, 47.925101999984115 ], [ -113.081241, 47.920220999984117 ], [ -113.08655, 47.917763999984096 ], [ -113.087087, 47.916009999984105 ], [ -113.087274, 47.911657999984072 ], [ -113.093442, 47.90775099998406 ], [ -113.093308, 47.906230999984061 ], [ -113.091883, 47.904317999984059 ], [ -113.090922, 47.900956999984047 ], [ -113.092677, 47.898203999984055 ], [ -113.092651, 47.896522999984043 ], [ -113.091848, 47.894906999984052 ], [ -113.090651, 47.893066999984043 ], [ -113.088832, 47.892030999984037 ], [ -113.083261, 47.893313999984038 ], [ -113.077448, 47.891862999984028 ], [ -113.07392, 47.890602999984026 ], [ -113.069494, 47.887259999984003 ], [ -113.064662, 47.885790999984017 ], [ -113.063322, 47.884553999984014 ], [ -113.065302, 47.877022999983993 ], [ -113.062284, 47.873826999983983 ], [ -113.058419, 47.870899999983983 ], [ -113.060872, 47.857770999983941 ], [ -113.060056, 47.856092999983943 ], [ -113.05791, 47.854066999983935 ], [ -113.058873, 47.842472999983904 ], [ -113.06287, 47.840771999983907 ], [ -113.06657, 47.838081999983892 ], [ -113.069385, 47.82921599998388 ], [ -113.06701, 47.825654999983868 ], [ -113.064744, 47.823460999983851 ], [ -113.063729, 47.823505999983873 ], [ -113.062426, 47.822119999983855 ], [ -113.062356, 47.817476999983846 ], [ -113.064149, 47.813990999983837 ], [ -113.060091, 47.80788599998381 ], [ -113.062976, 47.806277999983813 ], [ -113.064817, 47.804080999983796 ], [ -113.066417, 47.801714999983808 ], [ -113.066834, 47.799241999983792 ], [ -113.065982, 47.795069999983781 ], [ -113.0615, 47.788081999983781 ], [ -113.066058, 47.783182999983758 ], [ -113.067361, 47.781043999983766 ], [ -113.067576, 47.779867999983729 ], [ -113.066517, 47.77638799998374 ], [ -113.071048, 47.773781999983719 ], [ -113.077857, 47.773635999983739 ], [ -113.078572, 47.773307999983736 ], [ -113.080422, 47.77257299998373 ], [ -113.080797, 47.772591999983732 ], [ -113.082276, 47.773054999983735 ], [ -113.082777, 47.773007999983733 ], [ -113.08456, 47.768790999983715 ], [ -113.083406, 47.761907999983691 ], [ -113.081642, 47.758503999983695 ], [ -113.081092, 47.755987999983702 ], [ -113.081286, 47.75028099998368 ], [ -113.085337, 47.747703999983671 ], [ -113.09392, 47.743584999983661 ], [ -113.095793, 47.744367999983659 ], [ -113.09783, 47.744489999983664 ], [ -113.104912, 47.743153999983647 ], [ -113.119961, 47.741917999983656 ], [ -113.131864, 47.743574999983657 ], [ -113.138241, 47.745950999983663 ], [ -113.142422, 47.744059999983655 ], [ -113.146646, 47.739736999983641 ], [ -113.14902, 47.736372999983644 ], [ -113.154607, 47.732251999983632 ], [ -113.161941, 47.730778999983613 ], [ -113.1637, 47.730108999983628 ], [ -113.165127, 47.728707999983627 ], [ -113.165906, 47.720728999983585 ], [ -113.163466, 47.71297599998357 ], [ -113.160955, 47.710386999983569 ], [ -113.160124, 47.708683999983556 ], [ -113.157603, 47.695807999983522 ], [ -113.15583, 47.69295799998352 ], [ -113.152464, 47.689510999983519 ], [ -113.149037, 47.687023999983509 ], [ -113.148449, 47.685656999983507 ], [ -113.148376, 47.682330999983492 ], [ -113.146478, 47.676813999983494 ], [ -113.13973, 47.668059999983463 ], [ -113.137485, 47.665557999983456 ], [ -113.132714, 47.661997999983456 ], [ -113.131714, 47.662147999983439 ], [ -113.128437, 47.661043999983455 ], [ -113.128269, 47.658740999983436 ], [ -113.129025, 47.65698899998344 ], [ -113.128483, 47.647687999983411 ], [ -113.127965, 47.647093999983412 ], [ -113.130229, 47.641628999983389 ], [ -113.132287, 47.639209999983386 ], [ -113.137291, 47.638136999983395 ], [ -113.139644, 47.638745999983378 ], [ -113.142614, 47.637980999983384 ], [ -113.144455, 47.636432999983384 ], [ -113.145067, 47.630371999983367 ], [ -113.144369, 47.626476999983353 ], [ -113.143126, 47.624940999983352 ], [ -113.140484, 47.624101999983367 ], [ -113.138924, 47.624105999983335 ], [ -113.136853, 47.619771999983328 ], [ -113.140579, 47.616038999983331 ], [ -113.146369, 47.607529999983313 ], [ -113.147007, 47.602819999983289 ], [ -113.146351, 47.599128999983286 ], [ -113.144926, 47.596362999983285 ], [ -113.141929, 47.592915999983269 ], [ -113.140317, 47.591863999983268 ], [ -113.130919, 47.587641999983262 ], [ -113.128954, 47.582321999983236 ], [ -113.127964, 47.577745999983222 ], [ -113.126983, 47.575928999983212 ], [ -113.124638, 47.574441999983215 ], [ -113.123067, 47.574425999983227 ], [ -113.119747, 47.573023999983214 ], [ -113.11788, 47.570590999983196 ], [ -113.118233, 47.560425999983181 ], [ -113.12472, 47.557872999983175 ], [ -113.12464, 47.552386999983177 ], [ -113.122919, 47.546361999983155 ], [ -113.125891, 47.541295999983156 ], [ -113.12178, 47.52453299998308 ], [ -113.12138, 47.518756999983069 ], [ -113.123082, 47.515655999983053 ], [ -113.122168, 47.513963999983069 ], [ -113.11953, 47.512288999983056 ], [ -113.116585, 47.508727999983066 ], [ -113.114783, 47.501211999983028 ], [ -113.117522, 47.497634999983021 ], [ -113.114863, 47.490563999983003 ], [ -113.103494, 47.484425999982989 ], [ -113.101512, 47.48491899998298 ], [ -113.098281, 47.484150999982987 ], [ -113.091521, 47.480563999982984 ], [ -113.080344, 47.485696999982984 ], [ -113.068614, 47.482071999982985 ], [ -113.062749, 47.482372999982985 ], [ -113.061002, 47.48463499998298 ], [ -113.059444, 47.488095999982988 ], [ -113.058865, 47.179369999982164 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MT_SW", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "MT", "ECONOMIC_M": 0.88, "RPS_COMPLI": 2015, "RPS_COM_01": 0.15, "SUBSTATION": 471.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -109.596648, 45.001345 ], [ -109.663673, 45.002536 ], [ -109.75073, 45.001605 ], [ -109.798687, 45.002188 ], [ -109.875735, 45.003275 ], [ -110.001508, 45.003265 ], [ -110.026347, 45.003703 ], [ -110.110103, 45.003905 ], [ -110.199503, 44.996188 ], [ -110.28677, 44.99685 ], [ -110.324441, 44.999156 ], [ -110.362698, 45.000593 ], [ -110.402927, 44.99381 ], [ -110.491944, 44.99365 ], [ -110.491949877473687, 44.992367434182043 ], [ -110.48807, 44.992361 ], [ -110.491949879464215, 44.992366999813527 ], [ -110.492165, 44.945424 ], [ -110.391742, 44.941326 ], [ -110.412833, 44.729885 ], [ -110.327684, 44.572675 ], [ -110.248403, 44.56944 ], [ -110.264233, 44.410739999999898 ], [ -110.261573, 44.409941 ], [ -110.259628, 44.408751 ], [ -110.255994, 44.405525 ], [ -110.255358, 44.404358 ], [ -110.253897, 44.398207 ], [ -110.253614, 44.393542 ], [ -110.253969, 44.390203 ], [ -110.242616, 44.386891 ], [ -110.235341, 44.381818 ], [ -110.229276, 44.374468 ], [ -110.227101, 44.362579 ], [ -110.227036, 44.361481 ], [ -110.228214, 44.359286 ], [ -110.228213, 44.357571 ], [ -110.226743, 44.35174 ], [ -110.224065, 44.348264999999877 ], [ -110.224254, 44.344881 ], [ -110.226068, 44.342205 ], [ -110.225429, 44.338615 ], [ -110.223707, 44.335414 ], [ -110.220487, 44.332808 ], [ -110.218002, 44.331757 ], [ -110.203282, 44.328078 ], [ -110.201817, 44.326868 ], [ -110.201466, 44.32481 ], [ -110.206083, 44.320167 ], [ -110.20672, 44.318795 ], [ -110.203566, 44.314794 ], [ -110.20277, 44.314337 ], [ -110.202292, 44.31301 ], [ -110.202833, 44.312096 ], [ -110.205635, 44.311158 ], [ -110.206271, 44.309945999999897 ], [ -110.202799, 44.30553299999989 ], [ -110.196017, 44.304276 ], [ -110.190795, 44.300915 ], [ -110.188056, 44.300434 ], [ -110.187229, 44.300754 ], [ -110.186273, 44.302991 ], [ -110.186368, 44.308712 ], [ -110.181559, 44.308735 ], [ -110.181591, 44.30798 ], [ -110.183406, 44.306677 ], [ -110.184234, 44.304619 ], [ -110.183375, 44.302103 ], [ -110.180891, 44.301509 ], [ -110.178312, 44.30407 ], [ -110.176751, 44.304504 ], [ -110.17465, 44.304344 ], [ -110.17274, 44.30224 ], [ -110.172772, 44.301667999999886 ], [ -110.175447, 44.299039 ], [ -110.175607, 44.29801 ], [ -110.174875, 44.297209 ], [ -110.168316, 44.296454 ], [ -110.162139, 44.297413 ], [ -110.154118, 44.293317 ], [ -110.149981, 44.290457999999887 ], [ -110.144575, 44.282452 ], [ -110.145595, 44.280715 ], [ -110.144897, 44.277582 ], [ -110.140824, 44.276048 ], [ -110.14057, 44.275408 ], [ -110.143755, 44.272688 ], [ -110.148465, 44.272095 ], [ -110.150185, 44.270975 ], [ -110.150535, 44.270107 ], [ -110.147006, 44.265578 ], [ -110.14357, 44.264868 ], [ -110.140899, 44.262807999999886 ], [ -110.140899, 44.262031 ], [ -110.142875, 44.258762 ], [ -110.145994, 44.256545 ], [ -110.137726, 44.249558 ], [ -110.134768, 44.249466 ], [ -110.134357, 44.246469 ], [ -110.134997, 44.24281 ], [ -110.138054, 44.238627 ], [ -110.13831, 44.236546 ], [ -110.131573, 44.22989 ], [ -110.132115, 44.228083999999896 ], [ -110.131514, 44.224996 ], [ -110.128527, 44.2228 ], [ -110.123968, 44.213905 ], [ -110.12225, 44.212922 ], [ -110.119455, 44.215668 ], [ -110.117071, 44.216721 ], [ -110.114972, 44.21647 ], [ -110.110612, 44.210275 ], [ -110.110611, 44.209795 ], [ -110.112519, 44.20936 ], [ -110.116684, 44.210387 ], [ -110.122339, 44.206954 ], [ -110.124054, 44.204895 ], [ -110.123957, 44.203683 ], [ -110.119757, 44.19886 ], [ -110.117691, 44.198518 ], [ -110.116547, 44.198999 ], [ -110.115658, 44.200509 ], [ -110.113115, 44.200555999999899 ], [ -110.111843, 44.199686999999898 ], [ -110.109105, 44.19484 ], [ -110.109009, 44.194177 ], [ -110.110025, 44.192874 ], [ -110.112631, 44.191889 ], [ -110.12042, 44.194721 ], [ -110.12274, 44.194468 ], [ -110.123725, 44.193553 ], [ -110.123596, 44.192341 ], [ -110.118638, 44.191361 ], [ -110.116253, 44.19049299999989 ], [ -110.115108, 44.189464 ], [ -110.115139, 44.188687 ], [ -110.116378, 44.187749 ], [ -110.120318, 44.187128999999899 ], [ -110.120157, 44.185094 ], [ -110.117322, 44.182315 ], [ -110.114943, 44.18217 ], [ -110.115135, 44.184113 ], [ -110.114342, 44.184891 ], [ -110.108145, 44.186174 ], [ -110.106524, 44.18589999999989 ], [ -110.10592, 44.185099999999899 ], [ -110.106142, 44.18400299999989 ], [ -110.109379, 44.178970999999898 ], [ -110.111952, 44.178306 ], [ -110.11351, 44.179335 ], [ -110.115068, 44.179293 ], [ -110.116148, 44.178922 ], [ -110.116846, 44.177756 ], [ -110.119451, 44.177137 ], [ -110.123007, 44.174871 ], [ -110.122656, 44.17391099999989 ], [ -110.121004, 44.173089 ], [ -110.120612, 44.17031999999989 ], [ -110.119063, 44.170346 ], [ -110.116742, 44.168997 ], [ -110.116518, 44.168059999999898 ], [ -110.117757, 44.167076 ], [ -110.120552, 44.166092 ], [ -110.121568, 44.165061999999899 ], [ -110.12112, 44.161746 ], [ -111.049239, 44.172545 ], [ -111.049695, 44.353626 ], [ -111.049148, 44.374924999999898 ], [ -111.049216, 44.435811 ], [ -111.049194, 44.438058 ], [ -111.048974, 44.474072 ], [ -111.055208, 44.624927 ], [ -111.055511, 44.725343 ], [ -111.056416, 44.749928 ], [ -111.056888, 44.866658 ], [ -111.055629, 44.933578 ], [ -111.056207, 44.935901 ], [ -111.055199, 45.001321 ], [ -111.223582, 44.909907 ], [ -111.377565, 44.907427999999889 ], [ -111.377976, 44.855135 ], [ -111.377899, 44.828090999999894 ], [ -111.324237, 44.828955 ], [ -111.312315, 44.715277 ], [ -111.323669, 44.724474 ], [ -111.341351, 44.7293 ], [ -111.348184, 44.725459 ], [ -111.355658, 44.727571 ], [ -111.355768, 44.727602 ], [ -111.366723, 44.738361 ], [ -111.36627, 44.742234 ], [ -111.37476, 44.750295 ], [ -111.385005, 44.755128 ], [ -111.393854, 44.752549 ], [ -111.397805, 44.746738 ], [ -111.394459, 44.744578 ], [ -111.397423, 44.729287 ], [ -111.398575, 44.723343 ], [ -111.414271, 44.710741 ], [ -111.424214, 44.714024 ], [ -111.429604, 44.720149 ], [ -111.438793, 44.720546 ], [ -111.440736336861207, 44.720015497759306 ], [ -111.444403, 44.719015 ], [ -111.450020590604865, 44.717481033708516 ], [ -111.486019, 44.707654 ], [ -111.489103, 44.705139 ], [ -111.489339, 44.704946 ], [ -111.490228, 44.700221 ], [ -111.484898, 44.687578 ], [ -111.47798, 44.682393 ], [ -111.468833, 44.679335 ], [ -111.472595944854817, 44.667335146396134 ], [ -111.472702, 44.666997 ], [ -111.473178, 44.665479 ], [ -111.492818909623608, 44.647092778545385 ], [ -111.495776, 44.644324999999895 ], [ -111.50494, 44.635746 ], [ -111.521688, 44.613371 ], [ -111.525764, 44.604883 ], [ -111.524213, 44.595585 ], [ -111.519126, 44.582916 ], [ -111.50265, 44.569477 ], [ -111.492024, 44.560809999999897 ], [ -111.469185, 44.552044 ], [ -111.467736, 44.544521 ], [ -111.471682, 44.540824 ], [ -111.500792, 44.540062 ], [ -111.518095, 44.544177 ], [ -111.524006, 44.548385 ], [ -111.546637, 44.557099 ], [ -111.556577, 44.554495 ], [ -111.562814, 44.555209 ], [ -111.573884, 44.558892 ], [ -111.584084, 44.562284999999896 ], [ -111.585763, 44.562843 ], [ -111.591768, 44.561502 ], [ -111.601249, 44.554209999999898 ], [ -111.614405, 44.548991 ], [ -111.648127338762208, 44.554450056507093 ], [ -111.652481, 44.555155 ], [ -111.681571, 44.559864 ], [ -111.685465, 44.559922999999898 ], [ -111.704218, 44.560205 ], [ -111.709553, 44.550206 ], [ -111.715474, 44.543543 ], [ -111.730042, 44.543219 ], [ -111.735678, 44.543094 ], [ -111.737191, 44.54306 ], [ -111.744231, 44.541307 ], [ -111.765922, 44.547896 ], [ -111.766157045807049, 44.550287168618738 ], [ -111.764086, 44.529177 ], [ -111.7668530680792, 44.528334800638518 ], [ -111.767457, 44.528151 ], [ -111.806512, 44.516264 ], [ -111.807914, 44.511716 ], [ -111.821488, 44.509286 ], [ -111.830068, 44.516126 ], [ -111.842542, 44.526069 ], [ -111.849293, 44.539837 ], [ -111.857446, 44.549138 ], [ -111.864085776340829, 44.556711546996418 ], [ -111.870504, 44.564033 ], [ -111.887852, 44.563413 ], [ -111.903566, 44.557229999999898 ], [ -111.947941, 44.556776 ], [ -111.951522, 44.550061999999897 ], [ -111.963236165030821, 44.544714672098699 ], [ -111.963302, 44.544685 ], [ -111.969545, 44.541835 ], [ -111.980833, 44.536682 ], [ -111.995231, 44.535443999999899 ], [ -112.01385, 44.542348 ], [ -112.032707, 44.546642 ], [ -112.035025, 44.542691 ], [ -112.034133, 44.537716 ], [ -112.036943, 44.530323 ], [ -112.053434, 44.535089 ], [ -112.061726, 44.536162 ], [ -112.069011, 44.537104 ], [ -112.080892, 44.533631 ], [ -112.093304, 44.530002 ], [ -112.096299, 44.523212 ], [ -112.101564, 44.520847 ], [ -112.106755, 44.520829 ], [ -112.125101, 44.528527 ], [ -112.129078, 44.5363 ], [ -112.136454, 44.539911 ], [ -112.164597, 44.541666 ], [ -112.179703, 44.533021 ], [ -112.183937, 44.533067 ], [ -112.221698, 44.543519 ], [ -112.229477, 44.549494 ], [ -112.226841, 44.555239 ], [ -112.230117, 44.562759 ], [ -112.242785, 44.568091 ], [ -112.24775, 44.568537 ], [ -112.258665, 44.569516 ], [ -112.286187, 44.568472 ], [ -112.28987, 44.566615 ], [ -112.307642, 44.557651 ], [ -112.312899, 44.553536 ], [ -112.315047, 44.550049 ], [ -112.315022, 44.544799 ], [ -112.315008, 44.5419 ], [ -112.319198, 44.53911 ], [ -112.348794, 44.538691 ], [ -112.35421, 44.535638 ], [ -112.358917, 44.528846999999899 ], [ -112.3566, 44.493126999999888 ], [ -112.358731749853774, 44.48685181029709 ], [ -112.358732, 44.486852 ], [ -112.358926, 44.48628 ], [ -112.368764, 44.467153 ], [ -112.387389, 44.448057999999897 ], [ -112.435342, 44.462216 ], [ -112.445548, 44.467724 ], [ -112.460347, 44.47571 ], [ -112.473207, 44.480026999999893 ], [ -112.50031, 44.463051 ], [ -112.511713, 44.466445 ], [ -112.512036, 44.470419999999898 ], [ -112.518871, 44.475784 ], [ -112.541989, 44.483971 ], [ -112.550557, 44.484928 ], [ -112.573513, 44.480983 ], [ -112.584197, 44.481368 ], [ -112.593587, 44.486496 ], [ -112.601863, 44.491015 ], [ -112.660696, 44.485756 ], [ -112.664485, 44.48645 ], [ -112.665923, 44.487486 ], [ -112.671169, 44.491264999999878 ], [ -112.687198, 44.496407999999889 ], [ -112.696694, 44.499455 ], [ -112.707815, 44.503023 ], [ -112.71911, 44.504344 ], [ -112.735084, 44.499159 ], [ -112.749011, 44.491232999999895 ], [ -112.761523, 44.488774 ], [ -112.7634, 44.488405 ], [ -112.781294, 44.484888 ], [ -112.797863, 44.466112 ], [ -112.828191, 44.442472 ], [ -112.836034, 44.422653 ], [ -112.821896, 44.407436 ], [ -112.816426, 44.398507 ], [ -112.812608, 44.392275 ], [ -112.812862, 44.386586999999899 ], [ -112.81324, 44.378103 ], [ -112.813792195199241, 44.377557812933965 ], [ -112.813816, 44.377535 ], [ -112.815983, 44.375395 ], [ -112.820489, 44.370946 ], [ -112.833374, 44.364218 ], [ -112.844859, 44.358221 ], [ -112.855395, 44.359974999999899 ], [ -112.881769, 44.380315 ], [ -112.886041, 44.395874 ], [ -112.915602, 44.402698999999899 ], [ -112.951146, 44.416699 ], [ -112.981682, 44.434279 ], [ -113.003544, 44.450814 ], [ -113.020917, 44.493827 ], [ -113.018636, 44.520063999999884 ], [ -113.019777, 44.528505 ], [ -113.032722, 44.537137 ], [ -113.04282, 44.546756999999893 ], [ -113.042564, 44.557109 ], [ -113.042363, 44.565237 ], [ -113.056111, 44.574123 ], [ -113.061072, 44.577329 ], [ -113.06562, 44.582306 ], [ -113.077491, 44.595296 ], [ -113.08382, 44.602221 ], [ -113.082107, 44.604214 ], [ -113.07376, 44.613928 ], [ -113.065593, 44.617390999999884 ], [ -113.05677, 44.618657 ], [ -113.053529, 44.621186999999892 ], [ -113.049349, 44.62938 ], [ -113.051504, 44.63695 ], [ -113.065589, 44.649371 ], [ -113.068306, 44.656374 ], [ -113.07042, 44.667844 ], [ -113.067756, 44.672807 ], [ -113.06776, 44.679474 ], [ -113.081906, 44.691392 ], [ -113.098064, 44.697477 ], [ -113.101154, 44.708578 ], [ -113.101756, 44.721089 ], [ -113.102138, 44.729027 ], [ -113.116874, 44.738104 ], [ -113.132418, 44.750799 ], [ -113.134824, 44.752763 ], [ -113.137704, 44.760109 ], [ -113.131387, 44.764738 ], [ -113.131453, 44.772837 ], [ -113.140618, 44.776698 ], [ -113.158206, 44.780847 ], [ -113.161212, 44.779813 ], [ -113.163806, 44.778921 ], [ -113.179366, 44.787142 ], [ -113.183395, 44.793565 ], [ -113.19436, 44.802151 ], [ -113.209624, 44.80907 ], [ -113.238729, 44.814144 ], [ -113.247166, 44.82295 ], [ -113.256585, 44.819859 ], [ -113.273601, 44.814275 ], [ -113.278382, 44.812706 ], [ -113.29683, 44.803358 ], [ -113.301508, 44.798985 ], [ -113.326407, 44.790231 ], [ -113.341704, 44.784853 ], [ -113.34238, 44.760029 ], [ -113.346694, 44.626123 ], [ -113.575388, 44.631627 ], [ -113.574407, 44.665709999999898 ], [ -113.73531, 44.669348 ], [ -113.730213, 44.861733 ], [ -113.787591, 44.862982 ], [ -113.784957, 44.965299 ], [ -113.849607, 44.966676 ], [ -113.848094, 45.027591 ], [ -114.017068, 45.031044 ], [ -114.017667, 45.004239 ], [ -114.265667, 45.008922 ], [ -114.411930917272699, 45.005318884207007 ], [ -114.415804, 45.509753 ], [ -114.388618, 45.502903 ], [ -114.36852, 45.492716 ], [ -114.36562, 45.490416 ], [ -114.360719, 45.474116 ], [ -114.345019, 45.459916 ], [ -114.333218, 45.459316 ], [ -114.279217, 45.480616 ], [ -114.270717, 45.486116 ], [ -114.261616, 45.495816 ], [ -114.247824, 45.524283 ], [ -114.248183, 45.533226 ], [ -114.250748, 45.536446 ], [ -114.251836, 45.537812 ], [ -114.248121, 45.545877 ], [ -114.242246, 45.546036 ], [ -114.227942, 45.546423 ], [ -114.203665, 45.53557 ], [ -114.192802, 45.536596 ], [ -114.18647, 45.545539 ], [ -114.180043, 45.551432 ], [ -114.165199, 45.552306 ], [ -114.154837, 45.552916 ], [ -114.135249, 45.557465 ], [ -114.129099, 45.565491 ], [ -114.128601, 45.568996 ], [ -114.132359, 45.572531 ], [ -114.131469, 45.574444 ], [ -114.122322, 45.58426 ], [ -114.119034, 45.584573 ], [ -114.11758726075962, 45.584710374487507 ], [ -114.100308, 45.586354 ], [ -114.093797, 45.588644 ], [ -114.086584, 45.59118 ], [ -114.0821, 45.596958 ], [ -114.083149, 45.603996 ], [ -114.08179, 45.611329 ], [ -114.067619, 45.627706 ], [ -114.036378, 45.64684 ], [ -114.033456, 45.648629 ], [ -114.018731, 45.648616 ], [ -114.014973, 45.654008 ], [ -114.013786, 45.658238 ], [ -114.02007, 45.670332 ], [ -114.020533, 45.681223 ], [ -114.019315, 45.692937 ], [ -114.015633, 45.696127 ], [ -113.986656, 45.704564 ], [ -113.971565, 45.700636 ], [ -113.942441, 45.686283 ], [ -113.937259, 45.697264 ], [ -113.932493, 45.699327 ], [ -113.920139, 45.702692 ], [ -113.913217, 45.699267999999897 ], [ -113.911152, 45.698948 ], [ -113.908805, 45.700725 ], [ -113.906517, 45.703945 ], [ -113.905937, 45.706937 ], [ -113.907067, 45.709903 ], [ -113.908214, 45.710369 ], [ -113.911128, 45.710429 ], [ -113.911175, 45.711211 ], [ -113.910858, 45.713469 ], [ -113.909611, 45.715309 ], [ -113.90297, 45.721703 ], [ -113.905717, 45.724529 ], [ -113.909208, 45.726395 ], [ -113.909278, 45.726983 ], [ -113.907436, 45.729711 ], [ -113.904397, 45.731118 ], [ -113.910179, 45.742429 ], [ -113.915325, 45.744994 ], [ -113.916108, 45.745879 ], [ -113.916029, 45.746541 ], [ -113.911893, 45.750749 ], [ -113.904108, 45.757334 ], [ -113.898552, 45.763665 ], [ -113.895918, 45.768186 ], [ -113.884111, 45.77383 ], [ -113.881545, 45.774599 ], [ -113.879163, 45.774657 ], [ -113.875909, 45.775814 ], [ -113.871386, 45.779519 ], [ -113.870347, 45.781518 ], [ -113.868747, 45.78134 ], [ -113.862428, 45.779087 ], [ -113.856848, 45.775472 ], [ -113.855135, 45.773592 ], [ -113.853373, 45.765722 ], [ -113.848263, 45.757237 ], [ -113.849431, 45.753102 ], [ -113.849064, 45.752417 ], [ -113.843864, 45.751446 ], [ -113.829962, 45.750636 ], [ -113.826262, 45.753713 ], [ -113.815359, 45.755203 ], [ -113.811026, 45.757529 ], [ -113.810976, 45.75915 ], [ -113.809765, 45.760479 ], [ -113.804291, 45.762739 ], [ -113.801815, 45.768001 ], [ -113.801729, 45.770258 ], [ -113.800815, 45.772249 ], [ -113.797662, 45.773208 ], [ -113.787086, 45.778393 ], [ -113.788469, 45.782142 ], [ -113.788011, 45.783755 ], [ -113.785877, 45.785277 ], [ -113.781384, 45.785903 ], [ -113.782596, 45.788722 ], [ -113.783114, 45.790058 ], [ -113.782417, 45.791673 ], [ -113.781512, 45.792046 ], [ -113.780018, 45.791349 ], [ -113.779063, 45.791555 ], [ -113.778047, 45.792834 ], [ -113.777095, 45.794854 ], [ -113.776008, 45.795968 ], [ -113.767319, 45.801817 ], [ -113.764979, 45.802399 ], [ -113.761464, 45.800904 ], [ -113.759063, 45.800412 ], [ -113.758205, 45.800718 ], [ -113.755194, 45.805063 ], [ -113.749293, 45.807811 ], [ -113.745355, 45.811944 ], [ -113.744043, 45.815035 ], [ -113.741065, 45.8153 ], [ -113.739267, 45.815944 ], [ -113.734542, 45.816515 ], [ -113.729976, 45.818945 ], [ -113.72941, 45.820079 ], [ -113.728874, 45.824226 ], [ -113.724164, 45.828953 ], [ -113.719995, 45.829163 ], [ -113.715455, 45.830585 ], [ -113.713486, 45.833739 ], [ -113.712719, 45.837235 ], [ -113.705349, 45.838539 ], [ -113.703988, 45.83964 ], [ -113.701961, 45.842786 ], [ -113.70073, 45.843394 ], [ -113.697639, 45.843545 ], [ -113.694495, 45.842616 ], [ -113.69271, 45.84111 ], [ -113.68593, 45.83866 ], [ -113.682872, 45.838697 ], [ -113.674904, 45.840787 ], [ -113.673646, 45.840492 ], [ -113.67197, 45.839976 ], [ -113.669778, 45.836773 ], [ -113.667373, 45.835289 ], [ -113.661192, 45.836305 ], [ -113.657721, 45.837813 ], [ -113.655142, 45.840391 ], [ -113.652436, 45.840158 ], [ -113.646521, 45.838407 ], [ -113.639404, 45.840631 ], [ -113.631698, 45.841273 ], [ -113.627263, 45.840015 ], [ -113.623147, 45.840997 ], [ -113.622161, 45.841342 ], [ -113.610785, 45.850474 ], [ -113.604326, 45.851584 ], [ -113.591926, 45.850301 ], [ -113.59232, 45.851386 ], [ -113.594502, 45.853587 ], [ -113.594728, 45.855044 ], [ -113.59448, 45.856343 ], [ -113.591099, 45.863152 ], [ -113.578928, 45.873051 ], [ -113.573599, 45.871702 ], [ -113.566781, 45.872038 ], [ -113.559446, 45.876163 ], [ -113.548866, 45.875513 ], [ -113.532405, 45.878353 ], [ -113.528581, 45.88116 ], [ -113.532906, 45.884048 ], [ -113.533099, 45.885006 ], [ -113.532101, 45.890145 ], [ -113.532398, 45.892222 ], [ -113.532835, 45.892741 ], [ -113.536619, 45.893998 ], [ -113.537217, 45.897741 ], [ -113.5372, 45.901329 ], [ -113.536016, 45.904172 ], [ -113.535063, 45.913076 ], [ -113.527781, 45.924806 ], [ -113.523021, 45.930413 ], [ -113.519745, 45.93202 ], [ -113.515382, 45.936276 ], [ -113.516338, 45.938638 ], [ -113.517481, 45.939898 ], [ -113.519112, 45.940912 ], [ -113.520783, 45.940838 ], [ -113.523949, 45.942207 ], [ -113.526385, 45.945059 ], [ -113.535963, 45.944698 ], [ -113.547126, 45.946672 ], [ -113.55453, 45.947155 ], [ -113.563302, 45.941987 ], [ -113.567744, 45.941611 ], [ -113.570321, 45.941215 ], [ -113.574757, 45.938916 ], [ -113.579318, 45.938631 ], [ -113.580068, 45.939163 ], [ -113.580226, 45.940024 ], [ -113.579438, 45.94408 ], [ -113.5842, 45.947131 ], [ -113.585519, 45.947318 ], [ -113.588906, 45.946529 ], [ -113.592581, 45.948907 ], [ -113.596027, 45.949819 ], [ -113.599757, 45.949986 ], [ -113.605563, 45.948057 ], [ -113.608735, 45.949609 ], [ -113.612993, 45.956776 ], [ -113.613461, 45.960109 ], [ -113.61276, 45.96281 ], [ -113.613455, 45.966987 ], [ -113.615113, 45.969894 ], [ -113.61608, 45.970278 ], [ -113.625903, 45.96988 ], [ -113.627987, 45.968777 ], [ -113.628886, 45.967637 ], [ -113.642441, 45.964924 ], [ -113.643863, 45.963278 ], [ -113.64923, 45.965646 ], [ -113.654641, 45.97252 ], [ -113.657329, 45.976714 ], [ -113.660964, 45.977962 ], [ -113.663872, 45.980843 ], [ -113.664261, 45.985382 ], [ -113.667315, 45.991641 ], [ -113.668497, 45.996731 ], [ -113.667711, 45.998283 ], [ -113.667756, 46.000755 ], [ -113.668343, 46.002175 ], [ -113.67095, 46.00434 ], [ -113.673342, 46.007279 ], [ -113.673358, 46.007972 ], [ -113.671849, 46.009873 ], [ -113.671503, 46.011472 ], [ -113.672577, 46.012911 ], [ -113.67635, 46.015466 ], [ -113.675176, 46.017815 ], [ -113.671278, 46.022585 ], [ -113.671946, 46.023464 ], [ -113.677288, 46.022667 ], [ -113.68627, 46.023571 ], [ -113.689746, 46.025226 ], [ -113.690862, 46.026455 ], [ -113.69061, 46.028592 ], [ -113.688129, 46.031503 ], [ -113.687031, 46.034649 ], [ -113.687489, 46.03545 ], [ -113.695092, 46.037238 ], [ -113.71041, 46.039159 ], [ -113.724834, 46.038422 ], [ -113.732995, 46.038807 ], [ -113.739585, 46.045663 ], [ -113.744524, 46.048807 ], [ -113.75091, 46.047791 ], [ -113.753475, 46.046749 ], [ -113.754782, 46.04541 ], [ -113.760907, 46.031274 ], [ -113.760341, 46.030465 ], [ -113.761451, 46.029828 ], [ -113.769583, 46.028084 ], [ -113.772633, 46.029865 ], [ -113.776925, 46.031571 ], [ -113.78323, 46.032314 ], [ -113.785005, 46.032961 ], [ -113.786223, 46.034096 ], [ -113.789919, 46.035026 ], [ -113.800139, 46.035494 ], [ -113.803746, 46.038076 ], [ -113.801666, 46.043844 ], [ -113.801789, 46.045052 ], [ -113.803543, 46.048615 ], [ -113.802875, 46.049434 ], [ -113.798064, 46.051791 ], [ -113.79564, 46.054042 ], [ -113.792799, 46.057648 ], [ -113.792428, 46.06126 ], [ -113.793118, 46.063341 ], [ -113.786545, 46.068346 ], [ -113.786152, 46.06984 ], [ -113.788013, 46.0737 ], [ -113.785187, 46.076163 ], [ -113.774158, 46.082957 ], [ -113.772742, 46.084706 ], [ -113.768232, 46.096641 ], [ -113.767913, 46.099962 ], [ -113.767184, 46.101434 ], [ -113.761837, 46.103149 ], [ -113.757075, 46.103805 ], [ -113.755643, 46.104646 ], [ -113.754106, 46.106953 ], [ -113.753097, 46.11214 ], [ -113.753246, 46.1128 ], [ -113.757886, 46.117752 ], [ -113.76422, 46.122417 ], [ -113.767754, 46.129664 ], [ -113.770737, 46.132749 ], [ -113.772736, 46.133592 ], [ -113.776373, 46.133838 ], [ -113.777398, 46.134436 ], [ -113.77832, 46.1363 ], [ -113.777704, 46.138253 ], [ -113.779402, 46.140161 ], [ -113.784147, 46.144484 ], [ -113.793888, 46.150293 ], [ -113.795077, 46.152155 ], [ -113.794898, 46.153751 ], [ -113.789969, 46.162593 ], [ -113.791259, 46.169417 ], [ -113.791586, 46.17503 ], [ -113.786354, 46.179595 ], [ -113.799715, 46.18647 ], [ -113.801012, 46.190619 ], [ -113.801841, 46.191211 ], [ -113.805865, 46.19159 ], [ -113.812377, 46.189691 ], [ -113.817954, 46.191148 ], [ -113.819842, 46.19419 ], [ -113.81975, 46.196261 ], [ -113.821502, 46.20056 ], [ -113.82378, 46.202149 ], [ -113.824, 46.203203 ], [ -113.82307, 46.209001 ], [ -113.821129, 46.212549 ], [ -113.819033, 46.214672 ], [ -113.816026, 46.216269 ], [ -113.775426, 46.227991 ], [ -113.774918, 46.230427 ], [ -113.776517, 46.233576 ], [ -113.778024, 46.235799 ], [ -113.778189, 46.237119 ], [ -113.778024, 46.237982 ], [ -113.775195, 46.24126 ], [ -113.775097, 46.242952 ], [ -113.77366, 46.245152 ], [ -113.772094, 46.245578 ], [ -113.765977, 46.245638 ], [ -113.763768, 46.246174 ], [ -113.761738, 46.25195 ], [ -113.762144, 46.256343 ], [ -113.761178, 46.258088 ], [ -113.757231, 46.26024 ], [ -113.750244, 46.269047 ], [ -113.749671, 46.27116 ], [ -113.750143, 46.27259 ], [ -113.755363, 46.275291 ], [ -113.760072, 46.275626 ], [ -113.767159, 46.277846 ], [ -113.78049, 46.283988 ], [ -113.784117, 46.284964 ], [ -113.785287, 46.287151 ], [ -113.785646, 46.289133 ], [ -113.784098, 46.293406 ], [ -113.784101, 46.294703 ], [ -113.785216, 46.296511 ], [ -113.782031, 46.300723 ], [ -113.781441, 46.302172 ], [ -113.782619, 46.303439 ], [ -113.782355, 46.304695 ], [ -113.780477, 46.30663 ], [ -113.776202, 46.309923 ], [ -113.774379, 46.31351 ], [ -113.77437, 46.314447 ], [ -113.772442, 46.320336 ], [ -113.777908, 46.324475 ], [ -113.783132, 46.332488 ], [ -113.785313, 46.338479 ], [ -113.786057, 46.351514 ], [ -113.785218, 46.353751 ], [ -113.782792, 46.356894 ], [ -113.782032, 46.359518 ], [ -113.783001, 46.364298 ], [ -113.78557, 46.369782 ], [ -113.79002, 46.372234 ], [ -113.794492, 46.372729 ], [ -113.796985, 46.373839 ], [ -113.797495, 46.374922 ], [ -113.797794, 46.379156 ], [ -113.800076, 46.384793 ], [ -113.801489, 46.386358 ], [ -113.807719, 46.387852 ], [ -113.809014, 46.390207 ], [ -113.810844, 46.395706 ], [ -113.816388, 46.397351 ], [ -113.820932, 46.402725 ], [ -113.821182, 46.404425 ], [ -113.820009, 46.407348 ], [ -113.825865, 46.40988 ], [ -113.831721, 46.409059 ], [ -113.833861, 46.409691 ], [ -113.837106, 46.414394 ], [ -113.857017, 46.419184 ], [ -113.858443, 46.421502 ], [ -113.858556, 46.422997 ], [ -113.855204, 46.431727 ], [ -113.856138, 46.434951 ], [ -113.849149, 46.44063 ], [ -113.849105, 46.448035 ], [ -113.851778, 46.454549 ], [ -113.854693, 46.457647 ], [ -113.855678, 46.459541 ], [ -113.857014, 46.469993 ], [ -113.858012, 46.471542 ], [ -113.859791, 46.472978 ], [ -113.863842, 46.474305 ], [ -113.866898, 46.482325 ], [ -113.867626, 46.484687 ], [ -113.867488, 46.485889 ], [ -113.866315, 46.492376 ], [ -113.86728, 46.493276 ], [ -113.878329, 46.497401 ], [ -113.878857, 46.502625 ], [ -113.875931, 46.508576 ], [ -113.864732, 46.513173 ], [ -113.851589, 46.513896 ], [ -113.848967, 46.515132 ], [ -113.849531, 46.516263 ], [ -113.849842, 46.517153 ], [ -113.849149, 46.519015 ], [ -113.846914, 46.52015 ], [ -113.84673, 46.522365 ], [ -113.846708, 46.522867 ], [ -113.846289, 46.525391 ], [ -113.848535, 46.529457 ], [ -113.845119, 46.536114 ], [ -113.846516, 46.539128 ], [ -113.846802, 46.540902 ], [ -113.845232, 46.546256 ], [ -113.840699, 46.552978 ], [ -113.836495, 46.562478 ], [ -113.834787, 46.565355 ], [ -113.830019, 46.568562 ], [ -113.828604, 46.570702 ], [ -113.828453, 46.572342 ], [ -113.829707, 46.574821 ], [ -113.831302, 46.576965 ], [ -113.835806, 46.580351 ], [ -113.83672, 46.583097 ], [ -113.83492, 46.584132 ], [ -113.82841, 46.585128 ], [ -113.826902, 46.586063 ], [ -113.824562, 46.58857 ], [ -113.822229, 46.589437 ], [ -113.820917, 46.589603 ], [ -113.813152, 46.588119 ], [ -113.81184, 46.588319 ], [ -113.811158, 46.589088 ], [ -113.809864, 46.59732 ], [ -113.808149, 46.601334 ], [ -113.811036, 46.609137 ], [ -113.812872, 46.611684 ], [ -113.815729, 46.614198 ], [ -113.816114, 46.615337 ], [ -113.811876, 46.61841 ], [ -113.805607, 46.618769 ], [ -113.803602, 46.622314 ], [ -113.803731, 46.624924 ], [ -113.803731, 46.629124 ], [ -113.804631, 46.630524 ], [ -113.814131, 46.635124 ], [ -113.815631, 46.636124 ], [ -113.817532, 46.638424 ], [ -113.817832, 46.640424 ], [ -113.817132, 46.641924 ], [ -113.817432, 46.643424 ], [ -113.821632, 46.646024 ], [ -113.822232, 46.646824 ], [ -113.822932, 46.651124 ], [ -113.825636, 46.658736 ], [ -113.827831, 46.661023 ], [ -113.793331, 46.661032 ], [ -113.793331, 46.658324 ], [ -113.753814, 46.658356 ], [ -113.551021, 46.716628 ], [ -113.551321, 46.731228 ], [ -113.544421, 46.730928 ], [ -113.544921, 46.745028 ], [ -113.479817, 46.744929 ], [ -113.479916, 46.802438 ], [ -113.416513, 46.80263 ], [ -113.416213, 46.831931 ], [ -113.341127, 46.832027 ], [ -113.303005, 46.832132 ], [ -113.291605, 46.832132 ], [ -113.291406, 46.806932 ], [ -113.28585, 46.808722 ], [ -113.284221, 46.809079 ], [ -113.276019, 46.812777 ], [ -113.27257, 46.814895 ], [ -113.270034, 46.819502 ], [ -113.268301, 46.821787 ], [ -113.266768, 46.823477 ], [ -113.26401, 46.824945 ], [ -113.259544, 46.824479 ], [ -113.259344, 46.824114 ], [ -113.258603, 46.822032 ], [ -113.257503, 46.821032 ], [ -113.256303, 46.820432 ], [ -113.252503, 46.820232 ], [ -113.247203, 46.817532 ], [ -113.241802, 46.813932 ], [ -113.240503, 46.805532 ], [ -113.242503, 46.801732 ], [ -113.242603, 46.800632 ], [ -113.240403, 46.798132 ], [ -113.237202, 46.796232 ], [ -113.234702, 46.792832 ], [ -113.234502, 46.789902 ], [ -113.234202, 46.789032 ], [ -113.232902, 46.788232 ], [ -113.230602, 46.788032 ], [ -113.229508, 46.786561 ], [ -113.227602, 46.782932 ], [ -113.226002, 46.782532 ], [ -113.223402, 46.783432 ], [ -113.212201, 46.779932 ], [ -112.82104, 46.77895 ], [ -112.82361, 46.691412 ], [ -112.622989, 46.684503 ], [ -112.618598, 46.834092 ], [ -112.176447, 46.835384 ], [ -112.177411, 46.885516 ], [ -111.874702449297899, 46.890038212526143 ], [ -111.871941532431123, 46.732665951120211 ], [ -111.755614, 46.736594 ], [ -111.754054, 46.667143 ], [ -111.639133, 46.669314 ], [ -111.639131, 46.661158 ], [ -111.41338, 46.669625 ], [ -111.083511, 46.740572 ], [ -110.917529, 46.743143 ], [ -110.683793, 46.729932 ], [ -110.687879589605231, 46.397965154588185 ], [ -110.170908, 46.401127 ], [ -110.170167554348012, 46.401128109251033 ], [ -110.170281, 46.321313 ], [ -110.281369, 46.319592 ], [ -110.281307, 46.305622 ], [ -110.281858, 46.220519 ], [ -110.184891, 46.220418 ], [ -110.17494, 46.13189 ], [ -109.953565, 46.126903 ], [ -109.954028, 46.185805 ], [ -109.769505, 46.17604 ], [ -109.769141, 46.12976 ], [ -109.836797, 46.13292 ], [ -109.830021, 46.053077 ], [ -109.713087, 46.038057 ], [ -109.724688, 45.949513 ], [ -109.668321, 45.950386 ], [ -109.666228, 45.865005 ], [ -109.775368, 45.865965 ], [ -109.771164, 45.694461 ], [ -109.913298, 45.695626 ], [ -109.91116, 45.608431 ], [ -109.79947, 45.606944 ], [ -109.803276, 45.565908 ], [ -109.808794, 45.5647 ], [ -109.808841, 45.522424 ], [ -109.932028, 45.522609 ], [ -109.932226, 45.348562 ], [ -109.745841078226576, 45.345630191064529 ], [ -109.743886993886662, 45.165854431792958 ], [ -109.583129, 45.166633 ], [ -109.579109, 45.002626 ], [ -109.596648, 45.001345 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "OR_WA_BPA", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0313782199, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 584.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -121.844869, 44.407339999999898 ], [ -121.842869, 44.40924 ], [ -121.844969, 44.41464 ], [ -121.845066, 44.424961 ], [ -121.84717, 44.42864 ], [ -121.84717, 44.42994 ], [ -121.84597, 44.43404 ], [ -121.84367, 44.43884 ], [ -121.84147, 44.44064 ], [ -121.84087, 44.44464 ], [ -121.843771, 44.45114 ], [ -121.847171, 44.455541 ], [ -121.849172, 44.468541 ], [ -121.843872, 44.472741 ], [ -121.842672, 44.479041 ], [ -121.844672, 44.482540999999898 ], [ -121.848672, 44.484641 ], [ -121.848473, 44.486741 ], [ -121.845773, 44.491441 ], [ -121.840873, 44.494241 ], [ -121.828073, 44.50404 ], [ -121.822373, 44.51074 ], [ -121.820773, 44.51154 ], [ -121.811572, 44.51344 ], [ -121.809372, 44.51344 ], [ -121.808172, 44.51494 ], [ -121.808172, 44.51644 ], [ -121.812073, 44.52494 ], [ -121.811773, 44.52744 ], [ -121.812173, 44.530039999999893 ], [ -121.814973, 44.53354 ], [ -121.815873, 44.53584 ], [ -121.815873, 44.53724 ], [ -121.815373, 44.53914 ], [ -121.812373, 44.54374 ], [ -121.809673, 44.54544 ], [ -121.807973, 44.54564 ], [ -121.806673, 44.54674 ], [ -121.804373, 44.55294 ], [ -121.802073, 44.55574 ], [ -121.802074, 44.56334 ], [ -121.801874, 44.56484 ], [ -121.800933, 44.566327999999892 ], [ -121.800774, 44.57014 ], [ -121.798974, 44.57264 ], [ -121.797974, 44.58184 ], [ -121.795774, 44.58984 ], [ -121.794574, 44.59214 ], [ -121.792774, 44.59404 ], [ -121.795175, 44.59784 ], [ -121.798975, 44.59974 ], [ -121.799975, 44.60154 ], [ -121.800175, 44.60274 ], [ -121.797875, 44.60404 ], [ -121.797975, 44.60484 ], [ -121.801675, 44.61054 ], [ -121.805275, 44.613239999999891 ], [ -121.808175, 44.61384 ], [ -121.809476, 44.61814 ], [ -121.805576, 44.63004 ], [ -121.802076, 44.63544 ], [ -121.797376, 44.63954 ], [ -121.797276, 44.64064 ], [ -121.798976, 44.64364 ], [ -121.798576, 44.645739999999897 ], [ -121.797676, 44.64674 ], [ -121.797994, 44.650424 ], [ -121.798276, 44.65174 ], [ -121.797988, 44.652865 ], [ -121.797905, 44.653925 ], [ -121.798214, 44.655017 ], [ -121.799753, 44.656346 ], [ -121.799784, 44.660399 ], [ -121.798777, 44.66104 ], [ -121.798777, 44.66254 ], [ -121.800677, 44.66604 ], [ -121.800577, 44.66694 ], [ -121.798777, 44.67294 ], [ -121.799341, 44.676945 ], [ -121.798477, 44.68144 ], [ -121.794077, 44.68394 ], [ -121.788277, 44.68714 ], [ -121.787677, 44.68854 ], [ -121.787677, 44.69034 ], [ -121.791078, 44.69434 ], [ -121.795432, 44.697248 ], [ -121.795511, 44.697298 ], [ -121.796278, 44.69824 ], [ -121.795678, 44.69944 ], [ -121.796378, 44.70084 ], [ -121.799978, 44.70284 ], [ -121.800678, 44.70414 ], [ -121.802179, 44.71014 ], [ -121.800879, 44.71184 ], [ -121.795578, 44.71454 ], [ -121.794379, 44.72554 ], [ -121.797579, 44.72764 ], [ -121.803679, 44.729441 ], [ -121.795279, 44.74054 ], [ -121.794479, 44.74264 ], [ -121.790679, 44.74674 ], [ -121.78853, 44.747479 ], [ -121.788309, 44.747514 ], [ -121.785579, 44.748406 ], [ -121.78119, 44.74984 ], [ -121.775524, 44.753704 ], [ -121.775908, 44.754543 ], [ -121.773868, 44.758146 ], [ -121.77261, 44.75968 ], [ -121.769611, 44.761607 ], [ -121.761379, 44.76114 ], [ -121.759379, 44.76184 ], [ -121.758679, 44.76284 ], [ -121.760379, 44.76574 ], [ -121.762879, 44.76734 ], [ -121.766579, 44.76724 ], [ -121.77088, 44.77314 ], [ -121.77228, 44.77614 ], [ -121.77918, 44.77584 ], [ -121.78368, 44.77234 ], [ -121.78928, 44.77314 ], [ -121.79188, 44.77254 ], [ -121.79588, 44.77334 ], [ -121.79678, 44.774741 ], [ -121.79638, 44.776941 ], [ -121.796981, 44.777641 ], [ -121.800181, 44.779441 ], [ -121.813181, 44.785041 ], [ -121.818781, 44.789341 ], [ -121.820082, 44.799341 ], [ -121.819482, 44.800641 ], [ -121.812982, 44.805241 ], [ -121.811082, 44.811341 ], [ -121.803682, 44.812541 ], [ -121.796535, 44.812241 ], [ -121.792541, 44.814011 ], [ -121.791793, 44.814763 ], [ -121.782724, 44.818554 ], [ -121.775881, 44.82014 ], [ -121.767481, 44.82004 ], [ -121.764781, 44.82044 ], [ -121.763281, 44.82144 ], [ -121.763181, 44.82304 ], [ -121.761881, 44.82534 ], [ -121.75948, 44.82564 ], [ -121.754381, 44.82794 ], [ -121.752881, 44.82924 ], [ -121.747281, 44.83634 ], [ -121.742081, 44.84534 ], [ -121.741481, 44.84734 ], [ -121.741581, 44.85084 ], [ -121.742481, 44.85314 ], [ -121.744282, 44.85414 ], [ -121.749282, 44.85544 ], [ -121.751131, 44.85699 ], [ -121.753182, 44.86124 ], [ -121.749782, 44.86504 ], [ -121.747482, 44.87014 ], [ -121.747682, 44.87294 ], [ -121.746682, 44.87474 ], [ -121.746182, 44.87524 ], [ -121.740382, 44.87684 ], [ -121.733182, 44.88244 ], [ -121.734681, 44.88824 ], [ -121.734450681520087, 44.888397825423688 ], [ -121.723882, 44.89564 ], [ -121.718582, 44.89734 ], [ -121.716582, 44.898439 ], [ -121.714582, 44.900939 ], [ -121.713982, 44.906139 ], [ -121.721982, 44.90634 ], [ -121.727682, 44.90494 ], [ -121.728883, 44.90514 ], [ -121.734383, 44.90734 ], [ -121.746883, 44.91414 ], [ -121.747984, 44.91594 ], [ -121.743784, 44.92014 ], [ -121.743684, 44.92084 ], [ -121.747684, 44.92724 ], [ -121.751184, 44.929702 ], [ -121.757049, 44.936411 ], [ -121.759785, 44.93954 ], [ -121.766285, 44.93914 ], [ -121.773385, 44.93974 ], [ -121.780647679167672, 44.936018832280958 ], [ -121.780702, 44.935991 ], [ -121.78552, 44.93506 ], [ -121.793183, 44.93475 ], [ -121.795837, 44.935662 ], [ -121.797433, 44.936777 ], [ -121.798278, 44.938202 ], [ -121.798248, 44.940675 ], [ -121.796797, 44.945071 ], [ -121.795339, 44.947428 ], [ -121.79160444795032, 44.950824994465826 ], [ -121.79098, 44.951393 ], [ -121.790057, 44.954178 ], [ -121.790215, 44.956502 ], [ -121.796186, 44.966541 ], [ -121.796786, 44.970841 ], [ -121.799186, 44.975841 ], [ -121.799696775989744, 44.976281324129005 ], [ -121.802086, 44.978341 ], [ -121.802787, 44.997541 ], [ -121.803114098363025, 44.99872673156591 ], [ -121.803114098363025, 44.99872673156591 ], [ -121.805363, 45.006879 ], [ -121.805051, 45.01131 ], [ -121.80458, 45.012384 ], [ -121.800098, 45.015453 ], [ -121.796506173492517, 45.016694043042584 ], [ -121.796498245156926, 45.016696782430387 ], [ -121.794709, 45.017315 ], [ -121.791727, 45.017358 ], [ -121.784049, 45.014929 ], [ -121.780878, 45.015206 ], [ -121.781651, 45.019265 ], [ -121.781232, 45.021078 ], [ -121.778835, 45.025783999999895 ], [ -121.778745, 45.027059 ], [ -121.779327, 45.030548 ], [ -121.781471, 45.034032 ], [ -121.778452, 45.037229 ], [ -121.771263, 45.0398 ], [ -121.769843, 45.039938 ], [ -121.757616, 45.037252 ], [ -121.74758, 45.033365 ], [ -121.741199, 45.033311 ], [ -121.736254, 45.034105 ], [ -121.732235, 45.035994 ], [ -121.728874, 45.036909 ], [ -121.721006, 45.037436 ], [ -121.718592, 45.038079 ], [ -121.717794, 45.039554 ], [ -121.720473, 45.044068 ], [ -121.720861, 45.045574 ], [ -121.720726, 45.047048 ], [ -121.718798, 45.050102 ], [ -121.709299, 45.056627 ], [ -121.701957, 45.058256 ], [ -121.698074, 45.059607 ], [ -121.690564, 45.065958 ], [ -121.688671, 45.067034 ], [ -121.68431, 45.067784 ], [ -121.66602935752492, 45.06685147113312 ], [ -121.666029357524863, 45.06685147113312 ], [ -121.659355, 45.066511 ], [ -121.659404565132732, 45.066701130281814 ], [ -121.659404565132732, 45.066701130281814 ], [ -121.660367, 45.070393 ], [ -121.660218, 45.080005 ], [ -121.657761, 45.082255 ], [ -121.653596, 45.08471 ], [ -121.652179, 45.086388 ], [ -121.651714, 45.088767 ], [ -121.652357, 45.095162 ], [ -121.653597, 45.096565 ], [ -121.657023, 45.098666 ], [ -121.662607, 45.106154 ], [ -121.663184, 45.107894 ], [ -121.662729, 45.112282 ], [ -121.665799, 45.119675 ], [ -121.685048, 45.124045 ], [ -121.686756, 45.123739 ], [ -121.692519, 45.117628 ], [ -121.694609, 45.117722 ], [ -121.698519, 45.121127 ], [ -121.699621, 45.123099 ], [ -121.700446, 45.127832 ], [ -121.701399, 45.129173 ], [ -121.706006, 45.13192 ], [ -121.710125, 45.143057 ], [ -121.711058, 45.15111 ], [ -121.712655, 45.153044 ], [ -121.716716, 45.155098 ], [ -121.719143, 45.157377 ], [ -121.726835, 45.160288 ], [ -121.727834, 45.161226 ], [ -121.729028, 45.163205 ], [ -121.732703, 45.17263 ], [ -121.732978, 45.174024 ], [ -121.733969, 45.176287 ], [ -121.739215, 45.18269 ], [ -121.74012, 45.183561 ], [ -121.744728, 45.185266 ], [ -121.745966, 45.186272 ], [ -121.747113, 45.188149 ], [ -121.74812, 45.19043 ], [ -121.749571, 45.196603 ], [ -121.748893, 45.203818 ], [ -121.747244, 45.206203 ], [ -121.74554, 45.207044 ], [ -121.738524, 45.208429 ], [ -121.731539698986694, 45.211222424020725 ], [ -121.731539698986666, 45.21122242402074 ], [ -121.731539698986666, 45.21122242402074 ], [ -121.729098, 45.212199 ], [ -121.728102415229571, 45.212300586683305 ], [ -121.728102415229571, 45.21230058668332 ], [ -121.723453, 45.212775 ], [ -121.714672, 45.212181 ], [ -121.713063, 45.213223 ], [ -121.705453, 45.220881 ], [ -121.702165, 45.22971 ], [ -121.701303, 45.23029 ], [ -121.694716, 45.230421 ], [ -121.691880751804263, 45.229760206163384 ], [ -121.687542, 45.228749 ], [ -121.683317, 45.228618 ], [ -121.682606, 45.228988 ], [ -121.68494, 45.231301 ], [ -121.685061, 45.238516 ], [ -121.684261, 45.240463 ], [ -121.682492027052803, 45.242535903869602 ], [ -121.682492027052803, 45.242535903869609 ], [ -121.681281, 45.243955 ], [ -121.680794, 45.250459 ], [ -121.683172, 45.251214 ], [ -121.688268, 45.251104 ], [ -121.696365, 45.255445 ], [ -121.696808, 45.258017 ], [ -121.697162, 45.260067 ], [ -121.696465, 45.263273 ], [ -121.692273, 45.27026 ], [ -121.691454, 45.274633 ], [ -121.688005, 45.279034 ], [ -121.685711, 45.280695 ], [ -121.685008, 45.281807 ], [ -121.684981, 45.283741 ], [ -121.683449, 45.286987 ], [ -121.680667, 45.289888 ], [ -121.679473, 45.295422 ], [ -121.680264, 45.298216 ], [ -121.686256, 45.304089 ], [ -121.690842, 45.317623 ], [ -121.695066, 45.321686 ], [ -121.698236, 45.323213 ], [ -121.702958, 45.330335 ], [ -121.70226, 45.333356 ], [ -121.705001, 45.340448 ], [ -121.702463, 45.35005 ], [ -121.700803, 45.36859 ], [ -121.698383, 45.374058 ], [ -121.700671, 45.378744 ], [ -121.705679, 45.3834 ], [ -121.718627, 45.387503 ], [ -121.720161, 45.388435 ], [ -121.723683, 45.392215 ], [ -121.727107, 45.394472 ], [ -121.741855, 45.39699 ], [ -121.743429, 45.396891 ], [ -121.75693, 45.400609 ], [ -121.763062, 45.40278 ], [ -121.764114591661709, 45.402893232793694 ], [ -121.765953, 45.403091 ], [ -121.772286, 45.402061 ], [ -121.776543, 45.402503 ], [ -121.778178, 45.403796 ], [ -121.780706, 45.407172 ], [ -121.787009, 45.412425 ], [ -121.789384, 45.414114 ], [ -121.790999740473211, 45.414593918812955 ], [ -121.790999740473211, 45.414593918812976 ], [ -121.793286, 45.415273 ], [ -121.795246, 45.418882 ], [ -121.79446, 45.422881 ], [ -121.794979, 45.4246 ], [ -121.801772, 45.431135 ], [ -121.804468, 45.432438 ], [ -121.808079, 45.436363 ], [ -121.80755, 45.442484 ], [ -121.806864, 45.443476 ], [ -121.804348, 45.442972 ], [ -121.80578, 45.452734 ], [ -121.806847, 45.454325 ], [ -121.820401, 45.461531 ], [ -121.822015, 45.463612 ], [ -121.830891, 45.469615 ], [ -121.836124, 45.474114 ], [ -121.838732, 45.47519 ], [ -121.845398, 45.476681 ], [ -121.847166, 45.482055 ], [ -121.849814, 45.486276 ], [ -121.855149, 45.486902 ], [ -121.860252, 45.489488 ], [ -121.863223, 45.492725 ], [ -121.861601, 45.494216 ], [ -121.859977, 45.49686 ], [ -121.859584, 45.499747 ], [ -121.861333, 45.502232 ], [ -121.865526, 45.505312 ], [ -121.866936, 45.506982 ], [ -121.86866, 45.510083 ], [ -121.869461, 45.514248 ], [ -121.874084, 45.515791 ], [ -121.878981, 45.514042 ], [ -121.882179, 45.51298 ], [ -121.886179, 45.512399 ], [ -121.893782, 45.513353 ], [ -121.906743, 45.520497 ], [ -121.909474, 45.526332 ], [ -121.911212, 45.528321 ], [ -121.913764, 45.534452 ], [ -121.913193, 45.537532 ], [ -121.915826, 45.542401 ], [ -121.916862, 45.543576 ], [ -121.920467, 45.545238 ], [ -121.922222, 45.546744 ], [ -121.919705, 45.547665 ], [ -121.909217, 45.549725 ], [ -121.901866, 45.556172 ], [ -121.903237, 45.559608 ], [ -121.908325, 45.565324 ], [ -121.912499, 45.568129 ], [ -121.913839, 45.570841 ], [ -121.914053, 45.571581 ], [ -121.912965, 45.57515 ], [ -121.911187, 45.576821 ], [ -121.910176, 45.581234 ], [ -121.913674, 45.581593 ], [ -121.9159, 45.582714 ], [ -121.917997, 45.584816 ], [ -121.918483, 45.586384 ], [ -121.915968, 45.589324 ], [ -121.913098, 45.601809 ], [ -121.918109, 45.608113 ], [ -121.921909, 45.610844 ], [ -121.922229, 45.640357 ], [ -121.922236, 45.649083 ], [ -121.922152013699645, 45.782044957042572 ], [ -121.612502, 46.043841 ], [ -121.569434, 46.043599 ], [ -121.523938, 46.044048 ], [ -121.523642, 46.388232 ], [ -121.486476, 46.388114 ], [ -121.458552, 46.388477 ], [ -121.445709, 46.38802 ], [ -121.396467, 46.388392 ], [ -121.393928, 46.389792 ], [ -121.389936, 46.401439 ], [ -121.390893, 46.405292 ], [ -121.387352, 46.40853 ], [ -121.386647, 46.409942 ], [ -121.38707, 46.411329 ], [ -121.396778, 46.422538 ], [ -121.402034, 46.424768 ], [ -121.407298, 46.429903 ], [ -121.408216, 46.433314 ], [ -121.40805, 46.438778 ], [ -121.414644, 46.451424 ], [ -121.414816, 46.455079 ], [ -121.413768, 46.456079 ], [ -121.411978, 46.459529 ], [ -121.425371, 46.464085 ], [ -121.426148, 46.466843 ], [ -121.429745, 46.470985 ], [ -121.433561, 46.473527 ], [ -121.435856, 46.475907 ], [ -121.43657, 46.478213 ], [ -121.435076, 46.482221 ], [ -121.428512, 46.489563 ], [ -121.423393, 46.491423 ], [ -121.423242, 46.492743 ], [ -121.425095, 46.493744 ], [ -121.430002, 46.498385 ], [ -121.435324, 46.498868 ], [ -121.443193, 46.500438 ], [ -121.448693, 46.502638 ], [ -121.451794, 46.506438 ], [ -121.455794, 46.514737 ], [ -121.454594, 46.521737 ], [ -121.450194, 46.530437 ], [ -121.451194, 46.533537 ], [ -121.450894, 46.533937 ], [ -121.444894, 46.535737 ], [ -121.441194, 46.535637 ], [ -121.436194, 46.538037 ], [ -121.431394, 46.539437 ], [ -121.427094, 46.540037 ], [ -121.425194, 46.540937 ], [ -121.416693, 46.546837 ], [ -121.416393, 46.547537 ], [ -121.417594, 46.549637 ], [ -121.420194, 46.551237 ], [ -121.420294, 46.551937 ], [ -121.419145, 46.554305 ], [ -121.414994, 46.556637 ], [ -121.412894, 46.558537 ], [ -121.417194, 46.562137 ], [ -121.421194, 46.564637 ], [ -121.424294, 46.570237 ], [ -121.419594, 46.575737 ], [ -121.418494, 46.576337 ], [ -121.415594, 46.576237 ], [ -121.406694, 46.581437 ], [ -121.403194, 46.587237 ], [ -121.401694, 46.593237 ], [ -121.404394, 46.597637 ], [ -121.407794, 46.600937 ], [ -121.408094, 46.601637 ], [ -121.407794, 46.602237 ], [ -121.399194, 46.611737 ], [ -121.395494, 46.614237 ], [ -121.388594, 46.616637 ], [ -121.387694, 46.617837 ], [ -121.386894, 46.621537 ], [ -121.389594, 46.627036 ], [ -121.388994, 46.629736 ], [ -121.387494, 46.631936 ], [ -121.386494, 46.635436 ], [ -121.387094, 46.636636 ], [ -121.39015, 46.638676 ], [ -121.398494, 46.640636 ], [ -121.398695, 46.641236 ], [ -121.394695, 46.645736 ], [ -121.395295, 46.646036 ], [ -121.412095, 46.648036 ], [ -121.414995, 46.649936 ], [ -121.416095, 46.651736 ], [ -121.417195, 46.655736 ], [ -121.415995, 46.660436 ], [ -121.412595, 46.665036 ], [ -121.412195, 46.666736 ], [ -121.413595, 46.675336 ], [ -121.408295, 46.682436 ], [ -121.400895, 46.686136 ], [ -121.396695, 46.687236 ], [ -121.382795, 46.685836 ], [ -121.376195, 46.685856 ], [ -121.375029, 46.687361 ], [ -121.373553, 46.690709 ], [ -121.37372, 46.692087 ], [ -121.374939, 46.694244 ], [ -121.378363, 46.696343 ], [ -121.379377, 46.697674 ], [ -121.380057, 46.699477 ], [ -121.379499, 46.702481 ], [ -121.368282, 46.708675 ], [ -121.359469, 46.71201 ], [ -121.357321, 46.712499 ], [ -121.35481, 46.711744 ], [ -121.35232, 46.712366 ], [ -121.355012, 46.716111 ], [ -121.356796, 46.716761 ], [ -121.358374, 46.718012 ], [ -121.362745, 46.722842 ], [ -121.368122, 46.726067 ], [ -121.379837, 46.727617 ], [ -121.38655, 46.727691 ], [ -121.398853, 46.726916 ], [ -121.406449, 46.727268 ], [ -121.409366, 46.72907 ], [ -121.410071, 46.733013 ], [ -121.412057, 46.735577 ], [ -121.41841, 46.736605 ], [ -121.429596, 46.739477 ], [ -121.430954, 46.741516 ], [ -121.431061, 46.74293 ], [ -121.42984, 46.74574 ], [ -121.429277, 46.746782 ], [ -121.42692, 46.748016 ], [ -121.423596, 46.753235 ], [ -121.425097, 46.757834 ], [ -121.433097, 46.759534 ], [ -121.438897, 46.762834 ], [ -121.444997, 46.768334 ], [ -121.455097, 46.779934 ], [ -121.455497, 46.780734 ], [ -121.455397, 46.783733 ], [ -121.455498, 46.786334 ], [ -121.453798, 46.788734 ], [ -121.448398, 46.792434 ], [ -121.445398, 46.791934 ], [ -121.443497, 46.792434 ], [ -121.442898, 46.793134 ], [ -121.443698, 46.794534 ], [ -121.450498, 46.797734 ], [ -121.450998, 46.800134 ], [ -121.453798, 46.801334 ], [ -121.457098, 46.804434 ], [ -121.458698, 46.809434 ], [ -121.466398, 46.815434 ], [ -121.470898, 46.818034 ], [ -121.471898, 46.821634 ], [ -121.470499, 46.825834 ], [ -121.471599, 46.829234 ], [ -121.476499, 46.834034 ], [ -121.477699, 46.834734 ], [ -121.479799, 46.833834 ], [ -121.483999, 46.836734 ], [ -121.482599, 46.838634 ], [ -121.483199, 46.839834 ], [ -121.488699, 46.843233 ], [ -121.490399, 46.845833 ], [ -121.491199, 46.848433 ], [ -121.490299, 46.849333 ], [ -121.496199, 46.856133 ], [ -121.4949, 46.861033 ], [ -121.4954, 46.862933 ], [ -121.4999, 46.864233 ], [ -121.504072, 46.864612 ], [ -121.508087, 46.867342 ], [ -121.509717, 46.86952 ], [ -121.515397, 46.871675 ], [ -121.522703, 46.872581 ], [ -121.523271, 46.87328 ], [ -121.522707, 46.87403 ], [ -121.520974, 46.874833 ], [ -121.519101, 46.881233 ], [ -121.514901, 46.883933 ], [ -121.512101, 46.889333 ], [ -121.513601, 46.891833 ], [ -121.513401, 46.892633 ], [ -121.506101, 46.900133 ], [ -121.504701, 46.900033 ], [ -121.5027, 46.900933 ], [ -121.500908, 46.903471 ], [ -121.4999, 46.903833 ], [ -121.496601, 46.908833 ], [ -121.494188, 46.909053 ], [ -121.4909, 46.909333 ], [ -121.4881, 46.911933 ], [ -121.4846, 46.913333 ], [ -121.481, 46.912933 ], [ -121.475, 46.913833 ], [ -121.4661, 46.919433 ], [ -121.4565, 46.922733 ], [ -121.4527, 46.930133 ], [ -121.4493, 46.934433 ], [ -121.4502, 46.939033 ], [ -121.4514, 46.940333 ], [ -121.452, 46.942033 ], [ -121.4522, 46.944733 ], [ -121.450901, 46.949333 ], [ -121.453401, 46.954233 ], [ -121.457901, 46.960233 ], [ -121.457601, 46.961933 ], [ -121.456601, 46.964533 ], [ -121.447401, 46.970233 ], [ -121.441901, 46.973033 ], [ -121.441601, 46.974233 ], [ -121.443701, 46.974533 ], [ -121.445901, 46.978133 ], [ -121.445901, 46.979333 ], [ -121.445401, 46.980033 ], [ -121.427301, 46.987634 ], [ -121.420501, 46.988834 ], [ -121.419701, 46.991334 ], [ -121.416501, 46.993534 ], [ -121.410401, 46.996034 ], [ -121.407201, 46.998334 ], [ -121.407047, 46.999834 ], [ -121.408851, 47.004633 ], [ -121.405926, 47.013244 ], [ -121.403285, 47.015433 ], [ -121.39639, 47.018512 ], [ -121.394632, 47.023372 ], [ -121.396564, 47.028332 ], [ -121.398513, 47.031394 ], [ -121.397131, 47.035871 ], [ -121.39569, 47.037797 ], [ -121.393617, 47.039824 ], [ -121.39379, 47.040797 ], [ -121.389458, 47.043545 ], [ -121.386908, 47.045989 ], [ -121.386078, 47.049484 ], [ -121.383182, 47.049893 ], [ -121.378845, 47.054173 ], [ -121.376201, 47.054872 ], [ -121.373496, 47.056873 ], [ -121.373938, 47.058022 ], [ -121.377019, 47.061116 ], [ -121.377518, 47.062743 ], [ -121.377075, 47.066158 ], [ -121.37556, 47.067597 ], [ -121.375225, 47.073132 ], [ -121.379334, 47.075546 ], [ -121.38357, 47.08301 ], [ -121.383474, 47.084039 ], [ -121.382509, 47.085229 ], [ -121.379671, 47.086765 ], [ -121.377647, 47.082673 ], [ -121.377246, 47.081941 ], [ -121.370268, 47.078815 ], [ -121.368627, 47.07765 ], [ -121.366418, 47.075434 ], [ -121.36655, 47.073835 ], [ -121.364307, 47.071619 ], [ -121.362366, 47.070751 ], [ -121.358821, 47.070639 ], [ -121.356246, 47.071943 ], [ -121.35287, 47.075235 ], [ -121.349159, 47.077841 ], [ -121.346684, 47.078687 ], [ -121.34063, 47.079032 ], [ -121.335243, 47.075673 ], [ -121.318617, 47.075469 ], [ -121.31089, 47.076886 ], [ -121.309151, 47.078211 ], [ -121.306775, 47.082005 ], [ -121.302057, 47.084701 ], [ -121.297206, 47.086048 ], [ -121.29453, 47.085751 ], [ -121.290682, 47.086117 ], [ -121.28142, 47.088914 ], [ -121.275459, 47.086798 ], [ -121.273252, 47.085083 ], [ -121.272048, 47.08474 ], [ -121.264744, 47.083003 ], [ -121.256528, 47.081899 ], [ -121.25242, 47.07687 ], [ -121.251199, 47.076116 ], [ -121.244455, 47.073104 ], [ -121.239672, 47.073037 ], [ -121.228496, 47.066187 ], [ -121.224449, 47.065845 ], [ -121.222845, 47.066669 ], [ -121.219298, 47.065596 ], [ -121.218428, 47.065139 ], [ -121.215182, 47.060135 ], [ -121.215248, 47.058787 ], [ -121.21284, 47.055885 ], [ -121.20906, 47.052778 ], [ -121.194533, 47.045453 ], [ -121.194849, 47.044347 ], [ -121.190804, 47.042542 ], [ -121.1892, 47.04277 ], [ -121.185322, 47.044576 ], [ -121.182748, 47.044827 ], [ -121.17867, 47.041194 ], [ -121.178904, 47.039846 ], [ -121.168343, 47.035594 ], [ -121.165402, 47.035045 ], [ -121.160557, 47.031228 ], [ -121.159088, 47.028874 ], [ -121.153776, 47.026427 ], [ -121.151431, 47.026733 ], [ -121.147878, 47.024275 ], [ -121.147196, 47.023203 ], [ -121.143421, 47.021647 ], [ -121.135906, 47.017485 ], [ -121.134104, 47.015519 ], [ -121.13348, 47.013839 ], [ -121.132605, 47.011178 ], [ -121.131804, 47.010195 ], [ -121.128932, 47.008982 ], [ -121.122986, 47.002929 ], [ -121.122884, 47.001604 ], [ -121.123946, 46.999395 ], [ -121.120204, 46.998174 ], [ -121.114056, 46.997194 ], [ -121.112185, 46.995458 ], [ -121.108444, 46.995733 ], [ -121.104971, 46.995666 ], [ -121.101863, 46.993428 ], [ -121.101193, 46.991335 ], [ -121.100893, 46.99112 ], [ -121.097576, 46.991111 ], [ -121.089794, 46.991039 ], [ -121.089834, 46.982298 ], [ -121.089893, 46.969339 ], [ -121.084593, 46.96934 ], [ -121.084593, 46.96574 ], [ -121.079193, 46.96564 ], [ -121.079293, 46.96214 ], [ -121.073993, 46.96214 ], [ -121.073993, 46.95844 ], [ -121.068693, 46.95854 ], [ -121.068693, 46.9554 ], [ -121.068693, 46.951516 ], [ -121.068693, 46.94764 ], [ -121.063492, 46.94764 ], [ -121.063492, 46.94384 ], [ -121.058192, 46.94394 ], [ -121.058192, 46.93674 ], [ -121.052892, 46.93664 ], [ -121.052992, 46.93304 ], [ -121.042392, 46.93304 ], [ -121.042392, 46.92243 ], [ -121.037191, 46.92214 ], [ -121.037091, 46.91854 ], [ -121.031791, 46.918541 ], [ -121.031791, 46.914941 ], [ -121.026491, 46.914941 ], [ -121.026491, 46.911341 ], [ -121.009024, 46.911237 ], [ -120.906687, 46.911231 ], [ -120.79681, 46.910794 ], [ -120.751185, 46.911609 ], [ -120.641286, 46.911972 ], [ -120.634883, 46.911995 ], [ -120.633359, 46.904294 ], [ -120.633076, 46.881279 ], [ -120.633824, 46.863693 ], [ -120.634431, 46.825831 ], [ -120.61802, 46.825983 ], [ -120.605756, 46.825952 ], [ -120.553993, 46.825218 ], [ -120.509229, 46.824536 ], [ -120.509618, 46.738114 ], [ -120.492914, 46.737632 ], [ -120.450947, 46.737542 ], [ -120.450615, 46.73754 ], [ -120.450038, 46.737539 ], [ -120.431315, 46.737601 ], [ -120.385477, 46.737413 ], [ -120.131347, 46.735509 ], [ -120.044326, 46.736922 ], [ -120.028014, 46.738599 ], [ -119.99883, 46.73946 ], [ -119.983824, 46.73755 ], [ -119.979091, 46.737102 ], [ -119.973017, 46.737171 ], [ -119.973445, 46.728891 ], [ -119.973156, 46.722704 ], [ -119.969285, 46.714767 ], [ -119.963789, 46.706022 ], [ -119.956748, 46.693518 ], [ -119.952206, 46.686827 ], [ -119.94644, 46.675935 ], [ -119.944218, 46.673242 ], [ -119.938555, 46.669326 ], [ -119.933088, 46.664559 ], [ -119.930461, 46.662551 ], [ -119.919827, 46.65763 ], [ -119.917301, 46.655423 ], [ -119.915808, 46.653503 ], [ -119.915338, 46.652065 ], [ -119.914489, 46.649729 ], [ -119.908609, 46.642695 ], [ -119.901483, 46.635602 ], [ -119.897582, 46.633271 ], [ -119.894768, 46.632331 ], [ -119.881547, 46.63063 ], [ -119.874057, 46.628585 ], [ -119.864807, 46.62685 ], [ -119.829291, 46.625243 ], [ -119.80048, 46.630414 ], [ -119.784945, 46.63287 ], [ -119.780063, 46.63381 ], [ -119.763762, 46.635195 ], [ -119.748489, 46.635775 ], [ -119.732905, 46.642516 ], [ -119.718273, 46.647588 ], [ -119.705512, 46.649131 ], [ -119.70034, 46.649143 ], [ -119.683236, 46.647364 ], [ -119.662892, 46.640611 ], [ -119.65791, 46.640184 ], [ -119.645238, 46.641149 ], [ -119.626142, 46.644981 ], [ -119.603207, 46.655745 ], [ -119.589712, 46.66532 ], [ -119.58186, 46.669758 ], [ -119.576911, 46.673286 ], [ -119.568573, 46.682517 ], [ -119.554257, 46.695863 ], [ -119.541712, 46.704907 ], [ -119.532892, 46.712475 ], [ -119.528109, 46.718383 ], [ -119.522328, 46.723844 ], [ -119.520513, 46.725236 ], [ -119.515653, 46.727396 ], [ -119.501137, 46.724685 ], [ -119.49209, 46.719305 ], [ -119.487484, 46.71745 ], [ -119.48504, 46.715161 ], [ -119.480759, 46.709617 ], [ -119.473785, 46.704331 ], [ -119.465657, 46.695937 ], [ -119.462308, 46.69484 ], [ -119.458064, 46.692251 ], [ -119.452449, 46.689773 ], [ -119.369063617128077, 46.689053045261986 ], [ -119.369617, 46.737284 ], [ -119.369227, 46.74986 ], [ -119.369197, 46.799819 ], [ -119.369213, 46.816968 ], [ -119.369151, 46.819926 ], [ -119.369041, 46.872022 ], [ -119.368863, 46.89706 ], [ -119.36874, 46.906954 ], [ -119.368713, 46.91246 ], [ -119.314896, 46.91236 ], [ -119.237207, 46.912303 ], [ -119.230904, 46.912352 ], [ -119.164415, 46.912266 ], [ -119.153545, 46.912286 ], [ -119.124641, 46.912045 ], [ -119.121039, 46.912093 ], [ -119.079012, 46.911715 ], [ -119.00393, 46.911363 ], [ -119.001117, 46.911384 ], [ -118.982545, 46.911321 ], [ -118.224017, 46.691242 ], [ -118.217565, 46.679222 ], [ -118.217499, 46.678422 ], [ -118.218361, 46.676844 ], [ -118.223441, 46.674146 ], [ -118.224368, 46.670077 ], [ -118.223668, 46.667678 ], [ -118.223732, 46.663655 ], [ -118.22672, 46.66306 ], [ -118.227516, 46.662442 ], [ -118.230864, 46.656658 ], [ -118.226077, 46.64722 ], [ -118.221428, 46.642102 ], [ -118.219336, 46.640754 ], [ -118.215291, 46.639541 ], [ -118.214641, 46.638689 ], [ -118.216529, 46.635456 ], [ -118.216474, 46.633303 ], [ -118.215411, 46.632098 ], [ -118.201174, 46.624867 ], [ -118.199796, 46.624186 ], [ -118.198228, 46.621533 ], [ -118.198397, 46.610544 ], [ -118.199051, 46.608745 ], [ -118.199734, 46.607743 ], [ -118.200643, 46.607627 ], [ -118.204029, 46.609975 ], [ -118.206411, 46.610345 ], [ -118.208275, 46.609718 ], [ -118.2114, 46.597967 ], [ -118.21566, 46.588924 ], [ -118.211103, 46.587592 ], [ -118.192968, 46.571836 ], [ -118.183363, 46.566102 ], [ -118.178843, 46.560535 ], [ -118.172552, 46.556947 ], [ -118.172017523913951, 46.000613232500314 ], [ -118.146028, 46.000701 ], [ -118.131019, 46.00028 ], [ -118.126197, 46.000282 ], [ -117.996911, 46.000787 ], [ -117.910583, 46.000502 ], [ -117.929486, 46.000564 ], [ -117.970866, 46.000701 ], [ -117.977766999879918, 46.000723786945208 ], [ -117.977688, 45.860558 ], [ -117.972922, 45.860586 ], [ -117.973666, 45.816978 ], [ -118.045003, 45.817098 ], [ -118.045017, 45.816374 ], [ -118.045054, 45.773538 ], [ -118.066373, 45.773529 ], [ -118.066431, 45.769662 ], [ -118.06658, 45.737592 ], [ -118.066183, 45.717481 ], [ -118.066823, 45.688365 ], [ -118.117153, 45.688498 ], [ -118.117059, 45.679754 ], [ -118.117045, 45.678467 ], [ -118.116523, 45.624856 ], [ -118.117732, 45.574889 ], [ -118.117528, 45.550012 ], [ -118.118296, 45.51458 ], [ -118.117609, 45.512316 ], [ -118.117295, 45.507786 ], [ -118.117389, 45.498534 ], [ -118.11732, 45.492822 ], [ -118.117054, 45.470755 ], [ -118.11777, 45.470743 ], [ -118.198158, 45.470453 ], [ -118.197957, 45.427153 ], [ -118.232453, 45.427352 ], [ -118.234724, 45.427438 ], [ -118.241759, 45.427352 ], [ -118.241859, 45.428952 ], [ -118.267672, 45.429037 ], [ -118.366566, 45.428951 ], [ -118.366366, 45.435251 ], [ -118.384067, 45.435451 ], [ -118.384467, 45.442651 ], [ -118.393012, 45.442651 ], [ -118.397372, 45.442651 ], [ -118.405168, 45.442651 ], [ -118.404868, 45.429051 ], [ -118.428469, 45.428951 ], [ -118.428322, 45.365887 ], [ -118.428452, 45.365312 ], [ -118.428268, 45.355151 ], [ -118.506025, 45.354807 ], [ -118.536191, 45.354847 ], [ -118.551837, 45.354868 ], [ -118.561885, 45.354881 ], [ -118.572274, 45.354896 ], [ -118.577417, 45.354903 ], [ -118.613379, 45.354952 ], [ -118.613686, 45.345676 ], [ -118.613878, 45.339852 ], [ -118.656281, 45.340452 ], [ -118.656181, 45.345252 ], [ -118.697684, 45.345153 ], [ -118.696797, 45.259775 ], [ -118.696782, 45.257653 ], [ -118.655779, 45.257753 ], [ -118.655777, 45.196855 ], [ -118.546678, 45.196951 ], [ -118.547168, 45.096355 ], [ -118.548568, 45.080756 ], [ -118.518466, 45.080654 ], [ -118.519063, 44.995956 ], [ -118.575767, 44.996659 ], [ -118.675375, 44.996975 ], [ -118.676677, 44.996979 ], [ -118.888282, 44.998174 ], [ -118.936287, 44.997585 ], [ -118.9363, 44.997579 ], [ -118.946441, 44.997453 ], [ -119.022357, 44.996426 ], [ -119.044745, 44.996371 ], [ -119.163882, 44.995887 ], [ -119.2511, 44.995378 ], [ -119.305476, 44.995919 ], [ -119.338353, 44.995049 ], [ -119.370871, 44.994995 ], [ -119.421933, 44.994902 ], [ -119.490981, 44.99652 ], [ -119.501113, 44.995964 ], [ -119.512714, 44.996259 ], [ -119.539207, 44.995338 ], [ -119.587474, 44.995595 ], [ -119.630624, 44.994257 ], [ -119.667609, 44.993713 ], [ -119.671987, 44.994424 ], [ -119.758524, 44.994727 ], [ -119.759039, 44.994727 ], [ -119.791055, 44.994636 ], [ -119.79040684109799, 44.95296236286881 ], [ -120.487692, 44.95299 ], [ -120.482636, 44.949358 ], [ -120.479609, 44.945908 ], [ -120.472683, 44.93526 ], [ -120.473069, 44.933889 ], [ -120.474194, 44.933272 ], [ -120.475479, 44.928929 ], [ -120.472743, 44.927307 ], [ -120.47049, 44.924475 ], [ -120.470135, 44.922464 ], [ -120.470356, 44.915905 ], [ -120.471833, 44.911859 ], [ -120.474212, 44.909756 ], [ -120.474244, 44.90923 ], [ -120.473954, 44.90859 ], [ -120.472764, 44.908019 ], [ -120.467296, 44.907632 ], [ -120.46482, 44.906924 ], [ -120.460928, 44.904548 ], [ -120.459448, 44.902469 ], [ -120.458322, 44.902195 ], [ -120.455107, 44.903452 ], [ -120.454625, 44.90432 ], [ -120.454336, 44.90736 ], [ -120.453243, 44.908891 ], [ -120.451925, 44.909577 ], [ -120.450767, 44.909486 ], [ -120.447165, 44.906104 ], [ -120.442565, 44.902676 ], [ -120.438642, 44.898494 ], [ -120.43652, 44.894791 ], [ -120.437453, 44.891135 ], [ -120.439703, 44.887408999999899 ], [ -120.440667, 44.886724 ], [ -120.446036, 44.884781 ], [ -120.451308, 44.884232 ], [ -120.455743, 44.88302 ], [ -120.45884, 44.8812 ], [ -120.460178, 44.878243 ], [ -120.460337, 44.875345 ], [ -120.459077, 44.873822 ], [ -120.456153, 44.873937 ], [ -120.454738, 44.872634 ], [ -120.454256, 44.869686 ], [ -120.455026, 44.867835 ], [ -120.455218, 44.865618 ], [ -120.452454, 44.864476 ], [ -120.445706, 44.863448 ], [ -120.442878, 44.863836 ], [ -120.442717, 44.863836 ], [ -120.439536, 44.863699 ], [ -120.436258, 44.862396 ], [ -120.435552, 44.860225 ], [ -120.433464, 44.856819 ], [ -120.427552, 44.853733 ], [ -120.426106, 44.853369 ], [ -120.418459, 44.853779 ], [ -120.413865, 44.852909 ], [ -120.412581, 44.852177 ], [ -120.410049, 44.840406999999885 ], [ -120.40501, 44.833823 ], [ -120.400484, 44.830165 ], [ -120.39419, 44.829249 ], [ -120.390304, 44.829772 ], [ -120.387061, 44.829497 ], [ -120.378681, 44.826886999999893 ], [ -120.372173, 44.822845999999899 ], [ -120.371658, 44.821772 ], [ -120.371691, 44.821653 ], [ -120.373391, 44.820217 ], [ -120.378721, 44.819528 ], [ -120.381098, 44.818341 ], [ -120.377666, 44.815414 ], [ -120.377508, 44.812923 ], [ -120.378504, 44.812169 ], [ -120.381715, 44.811782 ], [ -120.383641, 44.812058 ], [ -120.386114, 44.811213 ], [ -120.385475, 44.80783 ], [ -120.384801, 44.807282 ], [ -120.381366, 44.807257 ], [ -120.379441, 44.806845 ], [ -120.37896, 44.806045 ], [ -120.379058, 44.80481 ], [ -120.380987, 44.801635 ], [ -120.385197, 44.796541 ], [ -120.390942, 44.796109 ], [ -120.392675, 44.796658 ], [ -120.393444, 44.798098 ], [ -120.394467, 44.803926 ], [ -120.396457, 44.804064 ], [ -120.397806, 44.803311 ], [ -120.404038, 44.795817 ], [ -120.404712, 44.794811 ], [ -120.40497, 44.793075 ], [ -120.404457, 44.792137 ], [ -120.400382, 44.791222 ], [ -120.394833, 44.785941 ], [ -120.394513, 44.784821 ], [ -120.394835, 44.782947 ], [ -120.397693, 44.781302 ], [ -120.399138, 44.779406 ], [ -120.399299, 44.778035 ], [ -120.397472, 44.776206 ], [ -120.388172, 44.770261 ], [ -120.387534, 44.767107 ], [ -120.388242, 44.763679 ], [ -120.387923, 44.762399 ], [ -120.387314, 44.761827 ], [ -120.385159, 44.761415 ], [ -120.385374, 44.756106 ], [ -120.38539, 44.755791 ], [ -120.38638, 44.624854 ], [ -120.385526, 44.563954 ], [ -120.501131, 44.562854 ], [ -120.597037, 44.562952 ], [ -120.786741, 44.56265 ], [ -120.80353, 44.562249 ], [ -120.827342, 44.56275 ], [ -120.827239, 44.499849 ], [ -120.826924, 44.486029 ], [ -120.82686, 44.486009999999894 ], [ -120.827177, 44.476633 ], [ -120.90943, 44.476349 ], [ -120.90961, 44.476349 ], [ -120.910415, 44.476357999999891 ], [ -120.916675, 44.476452 ], [ -120.916899, 44.476428999999897 ], [ -120.96977, 44.476427 ], [ -120.974176, 44.476403 ], [ -120.988721, 44.476444 ], [ -120.988702, 44.469896 ], [ -120.988696, 44.467984999999899 ], [ -120.988758, 44.465264 ], [ -120.988589829431135, 44.407238210921243 ], [ -121.844869, 44.407339999999898 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "ID_S_OR_E", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "ID", "ECONOMIC_M": 1.0153496341, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 761.0, "RPS_POLICY": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -116.553473, 45.499107 ], [ -115.844755, 45.496752 ], [ -115.234787943525703, 45.502301652648072 ], [ -114.415804, 45.509753 ], [ -114.408875508489487, 44.607379429652042 ], [ -114.742468, 44.615585 ], [ -114.769439, 44.306102 ], [ -115.015522, 44.312154999999898 ], [ -115.04768, 43.943155999999881 ], [ -114.466083, 43.928548 ], [ -114.385973, 43.927090999999898 ], [ -114.407085, 43.684849999999898 ], [ -114.040695, 43.675837999999899 ], [ -114.069396, 43.346516 ], [ -113.903061, 43.342424999999899 ], [ -113.90458, 43.278161999999895 ], [ -113.754155, 43.274900999999893 ], [ -113.758367, 43.109527999999898 ], [ -113.492266, 43.103330999999891 ], [ -113.489429, 43.199611999999888 ], [ -113.488951, 43.219918999999891 ], [ -113.192129, 43.212372999999886 ], [ -113.190203, 43.269224 ], [ -113.013347, 43.264873999999885 ], [ -113.000821, 41.998222999999868 ], [ -113.153582, 41.99698099999987 ], [ -113.249159, 41.996202999999845 ], [ -113.250829, 41.995609999999857 ], [ -113.340072, 41.99474699999989 ], [ -113.357611, 41.993858999999887 ], [ -113.396497, 41.994249999999873 ], [ -113.431563, 41.993798999999882 ], [ -113.496548, 41.99330499999985 ], [ -113.500837, 41.99279899999987 ], [ -113.76453, 41.989458999999883 ], [ -113.796082, 41.98910399999987 ], [ -113.822163, 41.988478999999863 ], [ -113.863529, 41.988232999999838 ], [ -113.893261, 41.988056999999898 ], [ -113.993903, 41.992697999999855 ], [ -114.041723, 41.993719999999875 ], [ -114.048881530761719, 41.993526458740114 ], [ -114.159210205078125, 41.994132995605355 ], [ -114.225921630859375, 41.994434356689339 ], [ -114.245681762695312, 41.994522094726435 ], [ -114.281661987304688, 41.994686126708856 ], [ -114.28521728515625, 41.994728088378778 ], [ -114.321684787520411, 41.99448807292692 ], [ -114.410831115585182, 41.99510149811924 ], [ -114.410831, 41.995101999999861 ], [ -114.467581, 41.995491999999864 ], [ -114.493403204821163, 41.994771113973947 ], [ -114.537872314453125, 41.994926452636577 ], [ -114.597190856933594, 41.99534606933581 ], [ -114.598396301269531, 41.995353698730355 ], [ -114.616340637207031, 41.995815277099481 ], [ -114.636100769042969, 41.996326446533061 ], [ -114.6533203125, 41.996959686279155 ], [ -114.674919128417969, 41.997383117675625 ], [ -114.711952209472656, 41.998107910156115 ], [ -114.722856603303924, 41.998320769898733 ], [ -114.806384, 42.001821999999855 ], [ -114.831077, 42.002206999999871 ], [ -114.875877, 42.001318999999867 ], [ -114.89134, 42.000384999999866 ], [ -114.891339999591111, 42.00038457967571 ], [ -114.89921, 41.999908999999867 ], [ -114.914187, 41.999908999999867 ], [ -115.027468182131372, 41.996151135008766 ], [ -115.0386962890625, 41.996025085449098 ], [ -115.041167495032397, 41.99601397260389 ], [ -115.250795, 41.996155999999893 ], [ -115.254333, 41.996720999999859 ], [ -115.254933, 41.996714999999867 ], [ -115.313877, 41.996102999999856 ], [ -115.586849, 41.996883999999859 ], [ -115.614098, 41.997253999999856 ], [ -115.625914, 41.997414999999883 ], [ -115.710164, 41.997190999999859 ], [ -115.870181, 41.996765999999873 ], [ -115.879596, 41.997890999999854 ], [ -115.887612, 41.998047999999869 ], [ -115.98688, 41.998533999999864 ], [ -116.012212, 41.998034999999859 ], [ -116.012219, 41.998047999999891 ], [ -116.018945, 41.997721999999882 ], [ -116.01896, 41.997761999999867 ], [ -116.030758, 41.997382999999843 ], [ -116.030754, 41.997398999999866 ], [ -116.03857, 41.99741299999986 ], [ -116.038602, 41.997459999999862 ], [ -116.08710210628233, 41.997479045946491 ], [ -116.143669128417983, 41.998138427734233 ], [ -116.157707214355455, 41.998287200927599 ], [ -116.176406860351548, 41.99827194213853 ], [ -116.373245239257798, 41.998100280761577 ], [ -116.375869750976548, 41.99806213378892 ], [ -116.392997741699219, 41.998058319091662 ], [ -116.435165405273423, 41.998054504394389 ], [ -116.62164306640625, 41.999118804931506 ], [ -116.627731323242202, 41.998966217040881 ], [ -116.713027954101577, 41.99925231933581 ], [ -117.017463684082031, 42.000274658203004 ], [ -117.026221949174456, 42.000300118275945 ], [ -117.026098, 42.117646999999863 ], [ -117.02659, 42.133257999999877 ], [ -117.026195, 42.166403999999858 ], [ -117.026129, 42.357192999999882 ], [ -117.026551, 42.378556999999873 ], [ -117.026665, 42.624877999999875 ], [ -117.026598957115695, 42.66089252939026 ], [ -117.026599, 42.66114499999987 ], [ -117.662349, 42.658066999999882 ], [ -117.665528, 42.76067899999989 ], [ -117.812675, 42.759481999999871 ], [ -117.826969, 43.188191999999887 ], [ -117.513416, 43.190564999999893 ], [ -117.523268, 43.528936999999893 ], [ -118.232275, 43.523328 ], [ -118.539841, 43.519385999999884 ], [ -118.54356, 43.603637999999897 ], [ -118.74593, 43.60062 ], [ -118.750481, 43.696631999999894 ], [ -118.750481436189546, 43.696632008162013 ], [ -118.764237, 43.986804 ], [ -118.298505, 43.993318 ], [ -118.299512, 44.039436 ], [ -118.306494, 44.209979999999895 ], [ -118.550097, 44.206771 ], [ -118.555646, 44.330864 ], [ -118.484136, 44.331854 ], [ -118.488893, 44.440464 ], [ -118.450238, 44.440984 ], [ -118.45212, 44.484435 ], [ -118.400925, 44.485107 ], [ -118.405492, 44.592203 ], [ -118.311346, 44.593086 ], [ -118.31205, 44.597379 ], [ -118.316651, 44.603878 ], [ -118.319451, 44.605478 ], [ -118.328451, 44.608578 ], [ -118.331651, 44.608878 ], [ -118.332751, 44.608378 ], [ -118.337451, 44.609378 ], [ -118.338651, 44.610578 ], [ -118.342652, 44.618278 ], [ -118.344252, 44.625077 ], [ -118.342052, 44.626877 ], [ -118.342052, 44.627977 ], [ -118.343552, 44.631777 ], [ -118.353252, 44.635277 ], [ -118.354352, 44.636877 ], [ -118.354472, 44.638538 ], [ -118.355052, 44.639177 ], [ -118.356052, 44.639177 ], [ -118.360752, 44.637877 ], [ -118.364353, 44.639677 ], [ -118.367253, 44.641977 ], [ -118.372953, 44.645376 ], [ -118.378853, 44.646376 ], [ -118.382053, 44.645676 ], [ -118.390353, 44.642476 ], [ -118.401354, 44.643576 ], [ -118.402754, 44.643176 ], [ -118.403854, 44.641376 ], [ -118.404954, 44.641376 ], [ -118.409954, 44.642975999999898 ], [ -118.417254, 44.647276 ], [ -118.424554, 44.654876 ], [ -118.437218, 44.653613 ], [ -118.441355, 44.652476 ], [ -118.446355, 44.649876 ], [ -118.454055, 44.653976 ], [ -118.455955, 44.655476 ], [ -118.460855, 44.656275999999892 ], [ -118.462955, 44.655676 ], [ -118.466155, 44.655576 ], [ -118.472556, 44.656576 ], [ -118.472656, 44.657576 ], [ -118.473456, 44.658676 ], [ -118.476556, 44.660975 ], [ -118.488256, 44.664575 ], [ -118.491356, 44.663675 ], [ -118.498157, 44.665975 ], [ -118.504457, 44.665675 ], [ -118.504957, 44.666275 ], [ -118.506057, 44.671775 ], [ -118.507757, 44.675375 ], [ -118.512157, 44.683375 ], [ -118.518458, 44.692675 ], [ -118.518358, 44.698574 ], [ -118.519258, 44.706374 ], [ -118.504058, 44.706474 ], [ -118.502169, 44.707169 ], [ -118.498245, 44.710785 ], [ -118.497064, 44.711565999999898 ], [ -118.495654, 44.712675 ], [ -118.495242, 44.712965 ], [ -118.494457, 44.713574 ], [ -118.492757, 44.713874 ], [ -118.491357, 44.712574 ], [ -118.488257, 44.711074 ], [ -118.476457, 44.709174 ], [ -118.472957, 44.705174 ], [ -118.470457, 44.704174 ], [ -118.461656, 44.707374 ], [ -118.460656, 44.709174 ], [ -118.461456, 44.709674 ], [ -118.461657, 44.711774 ], [ -118.459157, 44.715774 ], [ -118.448841, 44.72125 ], [ -118.446056, 44.723273 ], [ -118.443056, 44.724273 ], [ -118.431956, 44.720173 ], [ -118.431556, 44.719573 ], [ -118.426456, 44.718774 ], [ -118.422056, 44.719273999999892 ], [ -118.419556, 44.720473 ], [ -118.418756, 44.724973 ], [ -118.417156, 44.727073 ], [ -118.413556, 44.727173 ], [ -118.409255, 44.726473 ], [ -118.404255, 44.724873 ], [ -118.395755, 44.726073 ], [ -118.393555, 44.727873 ], [ -118.391255, 44.732073 ], [ -118.391455, 44.733473 ], [ -118.386955, 44.737573 ], [ -118.383355, 44.739573 ], [ -118.379955, 44.744173 ], [ -118.377655, 44.745173 ], [ -118.368255, 44.747173 ], [ -118.365955, 44.747073 ], [ -118.363255, 44.745773 ], [ -118.351654, 44.744073 ], [ -118.345246, 44.744146 ], [ -118.338754, 44.743573 ], [ -118.335354, 44.742572999999894 ], [ -118.321253, 44.741473 ], [ -118.319153, 44.742073 ], [ -118.317253, 44.743873 ], [ -118.306853, 44.745173 ], [ -118.301153, 44.746373 ], [ -118.299753, 44.745873 ], [ -118.293653, 44.746673 ], [ -118.285253, 44.750772 ], [ -118.286453, 44.758972 ], [ -118.290053, 44.764971 ], [ -118.286653, 44.767371 ], [ -118.283353, 44.772271 ], [ -118.291953, 44.78037 ], [ -118.293853, 44.78417 ], [ -118.294053, 44.78657 ], [ -118.293553, 44.78837 ], [ -118.294053, 44.78977 ], [ -118.299453, 44.796369 ], [ -118.296853, 44.806968 ], [ -118.294753, 44.809568 ], [ -118.294953, 44.812868 ], [ -118.295853, 44.815768 ], [ -118.296874, 44.816208 ], [ -118.297919, 44.816288 ], [ -118.301353, 44.816668 ], [ -118.307054, 44.818967 ], [ -118.311154, 44.822667 ], [ -118.310954, 44.824267 ], [ -118.310054, 44.825066999999898 ], [ -118.308654, 44.828367 ], [ -118.308254, 44.830667 ], [ -118.313954, 44.832766 ], [ -118.316654, 44.836866 ], [ -118.308854, 44.841266 ], [ -118.306554, 44.844066 ], [ -118.306654, 44.846765 ], [ -118.293653, 44.853065 ], [ -118.296153, 44.862664 ], [ -118.289953, 44.866564 ], [ -118.286253, 44.865364 ], [ -118.282653, 44.865364 ], [ -118.268152, 44.869364 ], [ -118.267452, 44.869364 ], [ -118.258052, 44.863563999999897 ], [ -118.253858, 44.865011 ], [ -118.251052, 44.864514 ], [ -118.244052, 44.863464 ], [ -118.236652, 44.861565 ], [ -118.234952, 44.862564 ], [ -118.232722, 44.863469 ], [ -118.228052, 44.865364 ], [ -118.226652, 44.873564 ], [ -118.224638, 44.875593 ], [ -118.229852, 44.882463 ], [ -118.232152, 44.891662 ], [ -118.234452, 44.896262 ], [ -118.236152, 44.898262 ], [ -118.237352, 44.908161 ], [ -118.237152, 44.908861 ], [ -118.235352, 44.910161 ], [ -118.231752, 44.911661 ], [ -118.229452, 44.914061 ], [ -118.228352, 44.916061 ], [ -118.227852, 44.917961 ], [ -118.231452, 44.92136 ], [ -118.232152, 44.92336 ], [ -118.231452, 44.92446 ], [ -118.227852, 44.92636 ], [ -118.223552, 44.936759 ], [ -118.228952, 44.940859 ], [ -118.234152, 44.939859 ], [ -118.243152, 44.943658 ], [ -118.244652, 44.944857999999897 ], [ -118.244952, 44.945758 ], [ -118.243652, 44.949958 ], [ -118.243652, 44.956457 ], [ -118.244751, 44.958256 ], [ -118.251152, 44.956357 ], [ -118.260452, 44.956757 ], [ -118.262052, 44.958457 ], [ -118.264052, 44.959257 ], [ -118.267452, 44.958757 ], [ -118.270153, 44.957257 ], [ -118.274621, 44.957478 ], [ -118.276653, 44.958957 ], [ -118.277253, 44.960957 ], [ -118.281953, 44.964457 ], [ -118.285453, 44.965057 ], [ -118.287153, 44.964857 ], [ -118.290253, 44.962757 ], [ -118.296454, 44.960757 ], [ -118.298554, 44.960657 ], [ -118.299354, 44.961057 ], [ -118.299554, 44.963757 ], [ -118.302154, 44.967957 ], [ -118.313954, 44.972156 ], [ -118.321055, 44.973056 ], [ -118.324255, 44.971856 ], [ -118.329455, 44.972356 ], [ -118.329655, 44.973656 ], [ -118.331255, 44.975756 ], [ -118.340056, 44.981456 ], [ -118.341356, 44.983256 ], [ -118.343556, 44.985056 ], [ -118.346556, 44.986955 ], [ -118.351077, 44.987476 ], [ -118.355856, 44.989855 ], [ -118.358157, 44.992155 ], [ -118.359357, 44.992355 ], [ -118.363757, 44.991055 ], [ -118.368757, 44.983956 ], [ -118.371399, 44.982461 ], [ -118.375801, 44.981678 ], [ -118.376057, 44.981617 ], [ -118.378468, 44.979858 ], [ -118.379791, 44.979623 ], [ -118.381399, 44.981734 ], [ -118.386882, 44.983876 ], [ -118.387402, 44.983708 ], [ -118.390661, 44.977504 ], [ -118.390377, 44.974355 ], [ -118.392458, 44.972957 ], [ -118.394858, 44.974257 ], [ -118.399358, 44.975756 ], [ -118.403658, 44.976456 ], [ -118.404058, 44.975157 ], [ -118.409159, 44.971857 ], [ -118.424059, 44.963757 ], [ -118.43486, 44.962458 ], [ -118.43666, 44.963757 ], [ -118.43826, 44.967057 ], [ -118.43706, 44.968357 ], [ -118.43596, 44.971257 ], [ -118.43736, 44.984756 ], [ -118.44516, 44.986856 ], [ -118.44546, 44.989256 ], [ -118.448361, 44.990356 ], [ -118.453461, 44.989056 ], [ -118.463461, 44.989756 ], [ -118.467861, 44.991556 ], [ -118.469462, 44.993856 ], [ -118.470662, 44.994156 ], [ -118.476562, 44.994056 ], [ -118.501063, 44.995456 ], [ -118.519063, 44.995956 ], [ -118.518466, 45.080654 ], [ -118.548568, 45.080756 ], [ -118.547168, 45.096355 ], [ -118.546678, 45.196951 ], [ -118.655777, 45.196855 ], [ -118.655779, 45.257753 ], [ -118.696782, 45.257653 ], [ -118.696797, 45.259775 ], [ -118.697684, 45.345153 ], [ -118.656181, 45.345252 ], [ -118.656281, 45.340452 ], [ -118.613878, 45.339852 ], [ -118.613686, 45.345676 ], [ -118.613379, 45.354952 ], [ -118.577417, 45.354903 ], [ -118.572274, 45.354896 ], [ -118.561885, 45.354881 ], [ -118.551837, 45.354868 ], [ -118.536191, 45.354847 ], [ -118.506025, 45.354807 ], [ -118.428268, 45.355151 ], [ -118.428452, 45.365312 ], [ -118.428322, 45.365887 ], [ -118.428469, 45.428951 ], [ -118.404868, 45.429051 ], [ -118.405168, 45.442651 ], [ -118.397372, 45.442651 ], [ -118.393012, 45.442651 ], [ -118.384467, 45.442651 ], [ -118.384067, 45.435451 ], [ -118.366366, 45.435251 ], [ -118.366566, 45.428951 ], [ -118.267672, 45.429037 ], [ -118.241859, 45.428952 ], [ -118.241759, 45.427352 ], [ -118.234724, 45.427438 ], [ -118.232453, 45.427352 ], [ -118.197957, 45.427153 ], [ -118.198158, 45.470453 ], [ -118.11777, 45.470743 ], [ -118.117054, 45.470755 ], [ -118.11732, 45.492822 ], [ -118.117389, 45.498534 ], [ -118.117295, 45.507786 ], [ -118.117609, 45.512316 ], [ -118.118296, 45.51458 ], [ -118.117528, 45.550012 ], [ -118.117732, 45.574889 ], [ -118.116523, 45.624856 ], [ -118.117045, 45.678467 ], [ -118.117059, 45.679754 ], [ -118.117153, 45.688498 ], [ -118.066823, 45.688365 ], [ -118.066183, 45.717481 ], [ -118.06658, 45.737592 ], [ -118.066431, 45.769662 ], [ -118.066373, 45.773529 ], [ -118.045054, 45.773538 ], [ -118.045017, 45.816374 ], [ -118.045003, 45.817098 ], [ -117.973666, 45.816978 ], [ -117.972922, 45.860586 ], [ -117.977688, 45.860558 ], [ -117.977767, 46.000724 ], [ -117.717852, 45.999866 ], [ -117.603163, 45.998887 ], [ -117.504833, 45.998317 ], [ -117.480103, 45.99787 ], [ -117.47536, 45.997855 ], [ -117.475148, 45.997893 ], [ -117.439943, 45.998633 ], [ -117.390738, 45.998598 ], [ -117.353928, 45.996349 ], [ -117.337668, 45.998662 ], [ -117.216731, 45.998356 ], [ -117.214534, 45.99832 ], [ -117.212616, 45.998321 ], [ -117.090175, 45.997625 ], [ -117.070047, 45.99751 ], [ -117.051304, 45.996849 ], [ -116.985882, 45.996974 ], [ -116.940681, 45.996274 ], [ -116.915989, 45.995413 ], [ -116.911409, 45.988912 ], [ -116.892935, 45.974396 ], [ -116.886843, 45.958617 ], [ -116.875706, 45.945008 ], [ -116.874572, 45.941033 ], [ -116.869655, 45.923799 ], [ -116.866544, 45.916958 ], [ -116.865523, 45.915492 ], [ -116.862365, 45.910956 ], [ -116.859795, 45.907264 ], [ -116.857254, 45.904159 ], [ -116.84355, 45.892273 ], [ -116.830003, 45.886405 ], [ -116.819182, 45.880938 ], [ -116.814142, 45.877551 ], [ -116.796051, 45.858473 ], [ -116.790151, 45.849851 ], [ -116.787792, 45.844267 ], [ -116.78752, 45.840204 ], [ -116.788923, 45.836741 ], [ -116.789066, 45.833471 ], [ -116.788329, 45.831928 ], [ -116.782676, 45.825376 ], [ -116.7634, 45.81658 ], [ -116.759787, 45.816167 ], [ -116.755288, 45.817061 ], [ -116.754699, 45.817263 ], [ -116.752838, 45.8179 ], [ -116.750978, 45.818537 ], [ -116.748267, 45.819882 ], [ -116.746591, 45.820714 ], [ -116.745219, 45.821394 ], [ -116.743182, 45.822714 ], [ -116.740486, 45.82446 ], [ -116.739568, 45.824834 ], [ -116.737802, 45.825554 ], [ -116.736268, 45.826179 ], [ -116.735649, 45.826197 ], [ -116.715527, 45.826773 ], [ -116.711822, 45.826267 ], [ -116.710797, 45.825917 ], [ -116.70918, 45.825366 ], [ -116.70845, 45.825117 ], [ -116.698079, 45.820852 ], [ -116.697192, 45.820135 ], [ -116.687007, 45.806319 ], [ -116.68038, 45.794038 ], [ -116.680139, 45.79359 ], [ -116.665344, 45.781998 ], [ -116.659629, 45.780016 ], [ -116.646342, 45.779815 ], [ -116.639641, 45.781274 ], [ -116.635814, 45.783642 ], [ -116.632032, 45.784979 ], [ -116.60504, 45.781018 ], [ -116.593607, 45.778665 ], [ -116.593004, 45.778541 ], [ -116.577422, 45.76753 ], [ -116.559444, 45.755189 ], [ -116.553548, 45.753388 ], [ -116.549773, 45.752836 ], [ -116.549085, 45.752735 ], [ -116.548276, 45.752151 ], [ -116.546853, 45.751123 ], [ -116.546643, 45.750972 ], [ -116.537173, 45.737288 ], [ -116.535698, 45.734231 ], [ -116.538014, 45.714929 ], [ -116.536395, 45.69665 ], [ -116.535396, 45.691734 ], [ -116.535137, 45.691361 ], [ -116.528272, 45.681473 ], [ -116.523961, 45.677639 ], [ -116.512429, 45.67029 ], [ -116.512326, 45.670224 ], [ -116.49451, 45.655679 ], [ -116.491871, 45.653321 ], [ -116.488291, 45.650124 ], [ -116.487894, 45.649769 ], [ -116.487674, 45.649366 ], [ -116.482495, 45.639916 ], [ -116.477726, 45.631737 ], [ -116.477452, 45.631267 ], [ -116.472882, 45.624884 ], [ -116.469813, 45.620604 ], [ -116.46517, 45.617986 ], [ -116.463504, 45.615785 ], [ -116.463635, 45.602785 ], [ -116.465929, 45.599666 ], [ -116.481943, 45.577898 ], [ -116.48297, 45.577008 ], [ -116.483408, 45.576858 ], [ -116.490279, 45.574499 ], [ -116.502756, 45.566608 ], [ -116.513272, 45.556537 ], [ -116.523638, 45.54661 ], [ -116.535482, 45.525079 ], [ -116.543837, 45.514193 ], [ -116.548676, 45.510385 ], [ -116.553473, 45.499107 ] ], [ [ -118.311346, 44.593086 ], [ -118.310143, 44.592135 ], [ -118.31014283801521, 44.592135001872215 ], [ -118.311346, 44.593086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "OR_PDX", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "OR", "ECONOMIC_M": 1.04, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 489.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.868009, 45.317376 ], [ -122.876209, 45.317392 ], [ -122.896066, 45.317211 ], [ -122.898332, 45.31722 ], [ -122.900698, 45.317221 ], [ -122.905377, 45.317219 ], [ -122.908866, 45.317128 ], [ -122.908864, 45.334341 ], [ -122.908802, 45.340099 ], [ -122.908775, 45.342607 ], [ -122.908751, 45.344847 ], [ -122.908736, 45.346247 ], [ -122.917993, 45.346262 ], [ -122.931198, 45.346299 ], [ -122.933015, 45.346391 ], [ -122.93552, 45.346359 ], [ -122.939203, 45.346361 ], [ -122.941994, 45.346364 ], [ -122.950934, 45.34637 ], [ -122.95334, 45.346372 ], [ -122.953964, 45.346355 ], [ -122.955229, 45.34635 ], [ -122.957462, 45.346342 ], [ -122.962565, 45.346324 ], [ -122.9652, 45.346343 ], [ -122.970369, 45.346751 ], [ -122.970163, 45.34882 ], [ -122.970135, 45.354559 ], [ -122.970134, 45.354856 ], [ -122.970215, 45.35755 ], [ -122.970311, 45.360743 ], [ -122.980329, 45.360931 ], [ -122.991485, 45.361004 ], [ -122.991519, 45.36499 ], [ -122.991586, 45.372796 ], [ -122.992205, 45.375439 ], [ -123.000654, 45.375823 ], [ -123.003766, 45.376089 ], [ -123.005096, 45.376181 ], [ -123.011124, 45.376462 ], [ -123.011564, 45.376894 ], [ -123.011519, 45.382269 ], [ -123.011451, 45.390904 ], [ -123.031976, 45.390453 ], [ -123.03201, 45.404839 ], [ -123.052648, 45.40466 ], [ -123.062887, 45.40461 ], [ -123.103081, 45.404355 ], [ -123.114409, 45.40428 ], [ -123.11445, 45.418886 ], [ -123.135227, 45.418888 ], [ -123.135329, 45.433302 ], [ -123.139236, 45.433351 ], [ -123.149095, 45.433447 ], [ -123.200946, 45.433559 ], [ -123.201905, 45.433579 ], [ -123.20921, 45.433668 ], [ -123.302615, 45.433647 ], [ -123.376222, 45.434208 ], [ -123.464932, 45.43384 ], [ -123.486142, 45.433607 ], [ -123.485624, 45.447895 ], [ -123.463792, 45.448135 ], [ -123.463171, 45.462697 ], [ -123.462454, 45.466307 ], [ -123.460256, 45.477248 ], [ -123.460875, 45.491594 ], [ -123.441626, 45.491298 ], [ -123.442733, 45.521198 ], [ -123.422355, 45.521119 ], [ -123.422544, 45.535399 ], [ -123.401727, 45.535477 ], [ -123.402321, 45.550071 ], [ -123.360974, 45.549862 ], [ -123.361108, 45.558384 ], [ -123.361111, 45.561516 ], [ -123.361079, 45.561905 ], [ -123.361132, 45.578916 ], [ -123.319726, 45.578524 ], [ -123.320262, 45.593077 ], [ -123.312669, 45.593047 ], [ -123.299165, 45.592995 ], [ -123.299441, 45.607306 ], [ -123.341024, 45.607495 ], [ -123.340439, 45.615259 ], [ -123.340758, 45.621698 ], [ -123.360933, 45.622607 ], [ -123.377841, 45.621188 ], [ -123.380475, 45.620929 ], [ -123.380469, 45.6357 ], [ -123.423246, 45.636165 ], [ -123.423, 45.650695 ], [ -123.444041, 45.650775 ], [ -123.443492, 45.665127 ], [ -123.46453, 45.665027 ], [ -123.464454, 45.669449 ], [ -123.464283, 45.679516 ], [ -123.484719, 45.679313 ], [ -123.484723, 45.694472 ], [ -123.484766, 45.701354 ], [ -123.484734, 45.70204 ], [ -123.484799, 45.709131 ], [ -123.360892, 45.708695 ], [ -123.361554, 45.729876 ], [ -123.3611, 45.741233 ], [ -123.360983, 45.743389 ], [ -123.361562, 45.757647 ], [ -123.36096, 45.779664 ], [ -123.358747, 45.836535 ], [ -123.360317, 45.87929 ], [ -123.359753, 45.924357 ], [ -123.360267, 45.953412 ], [ -123.359249, 45.974844 ], [ -123.3594, 45.992664 ], [ -123.359409, 45.993705 ], [ -123.358297, 46.010917 ], [ -123.358334, 46.039471 ], [ -123.366034, 46.039933 ], [ -123.365664, 46.05629 ], [ -123.364701, 46.099076 ], [ -123.364637, 46.101915 ], [ -123.364127, 46.124573 ], [ -123.363636, 46.146324 ], [ -123.332335, 46.146132 ], [ -123.30248, 46.144701 ], [ -123.301034, 46.144632 ], [ -123.280166, 46.144843 ], [ -123.251233, 46.156452 ], [ -123.231196, 46.16615 ], [ -123.213054, 46.172541 ], [ -123.166414, 46.188973 ], [ -123.119752, 46.18555 ], [ -123.115904, 46.185268 ], [ -123.105021, 46.177676 ], [ -123.051064, 46.153599 ], [ -123.041297, 46.146351 ], [ -123.03382, 46.144336 ], [ -123.022885, 46.139441 ], [ -123.022634, 46.139328 ], [ -123.022147, 46.13911 ], [ -123.021011, 46.138836 ], [ -123.009436, 46.136043 ], [ -123.004233, 46.133823 ], [ -122.962681, 46.104817 ], [ -122.939664, 46.096531 ], [ -122.937415, 46.095721 ], [ -122.904119, 46.083734 ], [ -122.884478, 46.06028 ], [ -122.881328, 46.045974 ], [ -122.878092, 46.031281 ], [ -122.858481, 46.01625 ], [ -122.856158, 46.014469 ], [ -122.837638, 45.98082 ], [ -122.832789, 45.976751 ], [ -122.813998, 45.960984 ], [ -122.812215, 45.954459 ], [ -122.806193, 45.932416 ], [ -122.81151, 45.912725 ], [ -122.804971062541313, 45.898889877239142 ], [ -122.796883, 45.884494999999895 ], [ -122.783813, 45.867863 ], [ -122.784302, 45.8507 ], [ -122.784477, 45.844379 ], [ -122.794754, 45.825188 ], [ -122.794395, 45.810165 ], [ -122.770588492173061, 45.781840014497917 ], [ -122.249164202300946, 45.781971467879615 ], [ -121.922152013699645, 45.782044957042572 ], [ -121.922236, 45.649083 ], [ -121.922229, 45.640357 ], [ -121.921909, 45.610844 ], [ -121.918109, 45.608113 ], [ -121.913098, 45.601809 ], [ -121.915968, 45.589324 ], [ -121.918483, 45.586384 ], [ -121.917997, 45.584816 ], [ -121.9159, 45.582714 ], [ -121.913674, 45.581593 ], [ -121.910176, 45.581234 ], [ -121.911187, 45.576821 ], [ -121.912965, 45.57515 ], [ -121.914053, 45.571581 ], [ -121.913839, 45.570841 ], [ -121.912499, 45.568129 ], [ -121.908325, 45.565324 ], [ -121.903237, 45.559608 ], [ -121.901866, 45.556172 ], [ -121.909217, 45.549725 ], [ -121.919705, 45.547665 ], [ -121.922222, 45.546744 ], [ -121.920467, 45.545238 ], [ -121.916862, 45.543576 ], [ -121.915826, 45.542401 ], [ -121.913193, 45.537532 ], [ -121.913764, 45.534452 ], [ -121.911212, 45.528321 ], [ -121.909474, 45.526332 ], [ -121.906743, 45.520497 ], [ -121.893782, 45.513353 ], [ -121.886179, 45.512399 ], [ -121.882179, 45.51298 ], [ -121.878981, 45.514042 ], [ -121.874084, 45.515791 ], [ -121.869461, 45.514248 ], [ -121.86866, 45.510083 ], [ -121.866936, 45.506982 ], [ -121.865526, 45.505312 ], [ -121.861333, 45.502232 ], [ -121.859584, 45.499747 ], [ -121.859977, 45.49686 ], [ -121.861601, 45.494216 ], [ -121.863223, 45.492725 ], [ -121.860252, 45.489488 ], [ -121.855149, 45.486902 ], [ -121.849814, 45.486276 ], [ -121.847166, 45.482055 ], [ -121.845398, 45.476681 ], [ -121.838732, 45.47519 ], [ -121.836124, 45.474114 ], [ -121.830891, 45.469615 ], [ -121.822015, 45.463612 ], [ -121.820401, 45.461531 ], [ -121.806847, 45.454325 ], [ -121.80578, 45.452734 ], [ -121.804348, 45.442972 ], [ -121.806864, 45.443476 ], [ -121.80755, 45.442484 ], [ -121.808079, 45.436363 ], [ -121.804468, 45.432438 ], [ -121.801772, 45.431135 ], [ -121.794979, 45.4246 ], [ -121.79446, 45.422881 ], [ -121.795246, 45.418882 ], [ -121.793286, 45.415273 ], [ -121.789384, 45.414114 ], [ -121.787009, 45.412425 ], [ -121.780706, 45.407172 ], [ -121.778178, 45.403796 ], [ -121.776543, 45.402503 ], [ -121.772286, 45.402061 ], [ -121.765953, 45.403091 ], [ -121.763062, 45.40278 ], [ -121.75693, 45.400609 ], [ -121.743429, 45.396891 ], [ -121.741855, 45.39699 ], [ -121.727107, 45.394472 ], [ -121.723683, 45.392215 ], [ -121.720161, 45.388435 ], [ -121.718627, 45.387503 ], [ -121.705679, 45.3834 ], [ -121.700671, 45.378744 ], [ -121.698383, 45.374058 ], [ -121.700803, 45.36859 ], [ -121.702463, 45.35005 ], [ -121.705001, 45.340448 ], [ -121.70226, 45.333356 ], [ -121.702958, 45.330335 ], [ -121.698236, 45.323213 ], [ -121.695066, 45.321686 ], [ -121.690842, 45.317623 ], [ -121.686256, 45.304089 ], [ -121.680264, 45.298216 ], [ -121.679473, 45.295422 ], [ -121.680667, 45.289888 ], [ -121.683449, 45.286987 ], [ -121.684981, 45.283741 ], [ -121.685008, 45.281807 ], [ -121.685711, 45.280695 ], [ -121.688005, 45.279034 ], [ -121.691454, 45.274633 ], [ -121.692273, 45.27026 ], [ -121.696465, 45.263273 ], [ -121.697162, 45.260067 ], [ -121.696808, 45.258017 ], [ -121.696365, 45.255445 ], [ -121.688268, 45.251104 ], [ -121.683172, 45.251214 ], [ -121.680794, 45.250459 ], [ -121.681281, 45.243955 ], [ -121.684261, 45.240463 ], [ -121.685061, 45.238516 ], [ -121.68494, 45.231301 ], [ -121.682606, 45.228988 ], [ -121.683317, 45.228618 ], [ -121.687542, 45.228749 ], [ -121.694716, 45.230421 ], [ -121.701303, 45.23029 ], [ -121.702165, 45.22971 ], [ -121.705453, 45.220881 ], [ -121.713063, 45.213223 ], [ -121.714672, 45.212181 ], [ -121.723453, 45.212775 ], [ -121.729098, 45.212199 ], [ -121.738524, 45.208429 ], [ -121.74554, 45.207044 ], [ -121.747244, 45.206203 ], [ -121.748893, 45.203818 ], [ -121.749571, 45.196603 ], [ -121.74812, 45.19043 ], [ -121.747113, 45.188149 ], [ -121.745966, 45.186272 ], [ -121.744728, 45.185266 ], [ -121.74012, 45.183561 ], [ -121.739215, 45.18269 ], [ -121.733969, 45.176287 ], [ -121.732978, 45.174024 ], [ -121.732703, 45.17263 ], [ -121.729028, 45.163205 ], [ -121.727834, 45.161226 ], [ -121.726835, 45.160288 ], [ -121.719143, 45.157377 ], [ -121.716716, 45.155098 ], [ -121.712655, 45.153044 ], [ -121.711058, 45.15111 ], [ -121.710125, 45.143057 ], [ -121.706006, 45.13192 ], [ -121.701399, 45.129173 ], [ -121.700446, 45.127832 ], [ -121.699621, 45.123099 ], [ -121.698519, 45.121127 ], [ -121.694609, 45.117722 ], [ -121.692519, 45.117628 ], [ -121.686756, 45.123739 ], [ -121.685048, 45.124045 ], [ -121.665799, 45.119675 ], [ -121.662729, 45.112282 ], [ -121.663184, 45.107894 ], [ -121.662607, 45.106154 ], [ -121.657023, 45.098666 ], [ -121.653597, 45.096565 ], [ -121.652357, 45.095162 ], [ -121.651714, 45.088767 ], [ -121.652179, 45.086388 ], [ -121.653596, 45.08471 ], [ -121.657761, 45.082255 ], [ -121.660218, 45.080005 ], [ -121.660367, 45.070393 ], [ -122.705507, 45.059023 ], [ -122.707734, 45.06277 ], [ -122.707735, 45.06476 ], [ -122.717158, 45.070154 ], [ -122.71874, 45.072074 ], [ -122.719259, 45.075778 ], [ -122.725396, 45.083824 ], [ -122.732792, 45.09187 ], [ -122.743287, 45.096416 ], [ -122.744353, 45.097421 ], [ -122.746264, 45.101361 ], [ -122.750283, 45.107443 ], [ -122.752293, 45.107136 ], [ -122.752968, 45.109445 ], [ -122.754485, 45.110498 ], [ -122.75726, 45.111917 ], [ -122.759004, 45.11178 ], [ -122.761393, 45.112582 ], [ -122.763135, 45.114 ], [ -122.763749, 45.113498 ], [ -122.764976, 45.113795 ], [ -122.767492, 45.116128 ], [ -122.774821, 45.120703 ], [ -122.776207, 45.123333 ], [ -122.781544, 45.124574 ], [ -122.78193, 45.124747 ], [ -122.782712, 45.124658 ], [ -122.783538, 45.125264 ], [ -122.788413, 45.129967 ], [ -122.785666, 45.132501 ], [ -122.786376, 45.134105 ], [ -122.786375, 45.136094 ], [ -122.783758, 45.136391 ], [ -122.782401, 45.13703 ], [ -122.779912, 45.13927 ], [ -122.780203, 45.140139 ], [ -122.782366, 45.142129 ], [ -122.782753, 45.144279 ], [ -122.779842, 45.148965 ], [ -122.770109, 45.159251 ], [ -122.770658, 45.160074 ], [ -122.773501, 45.161081 ], [ -122.773725, 45.163573 ], [ -122.769784, 45.161903 ], [ -122.766389, 45.163593 ], [ -122.762732, 45.168942 ], [ -122.761986, 45.171983 ], [ -122.756878, 45.173101 ], [ -122.756359, 45.174312 ], [ -122.757324, 45.179526 ], [ -122.754899, 45.18021 ], [ -122.752894, 45.180987 ], [ -122.752246, 45.182198 ], [ -122.752472, 45.182587 ], [ -122.760004, 45.182797 ], [ -122.760456, 45.1833 ], [ -122.759518, 45.183962 ], [ -122.755314, 45.184692 ], [ -122.755313, 45.185767 ], [ -122.757867, 45.186317 ], [ -122.758254, 45.187026 ], [ -122.757672, 45.187323 ], [ -122.753631, 45.186726 ], [ -122.753372, 45.187458 ], [ -122.753888, 45.188144 ], [ -122.756603, 45.18908299999989 ], [ -122.756474, 45.189471 ], [ -122.753693, 45.189676 ], [ -122.753853, 45.19059 ], [ -122.755404, 45.191757 ], [ -122.759512, 45.190067 ], [ -122.760449, 45.191348 ], [ -122.760448, 45.192468 ], [ -122.75996, 45.195029 ], [ -122.757502, 45.195874 ], [ -122.756402, 45.195443 ], [ -122.756792, 45.193816 ], [ -122.756244, 45.193106 ], [ -122.753819, 45.192145 ], [ -122.752041, 45.192235 ], [ -122.751813, 45.193424 ], [ -122.754366, 45.195323 ], [ -122.754818, 45.195941 ], [ -122.754526, 45.196718 ], [ -122.752036, 45.19642 ], [ -122.751203, 45.194533 ], [ -122.750077, 45.194865 ], [ -122.750081, 45.198638 ], [ -122.750437, 45.199141 ], [ -122.754359, 45.202023 ], [ -122.75685, 45.202024 ], [ -122.757563, 45.200812 ], [ -122.758274, 45.200767 ], [ -122.75905, 45.201316 ], [ -122.759469, 45.202665 ], [ -122.759436, 45.20374 ], [ -122.758431, 45.205386 ], [ -122.756069, 45.207122 ], [ -122.756326, 45.208151 ], [ -122.757296, 45.208632 ], [ -122.758655, 45.208221 ], [ -122.758913, 45.208587 ], [ -122.758169, 45.209067 ], [ -122.75432, 45.20927 ], [ -122.75309, 45.20975 ], [ -122.752636, 45.210824 ], [ -122.754026, 45.21174 ], [ -122.75354, 45.21238 ], [ -122.748833, 45.211077 ], [ -122.747604, 45.211352 ], [ -122.747637, 45.212495 ], [ -122.7489, 45.213775 ], [ -122.745571, 45.215926 ], [ -122.745604, 45.216566 ], [ -122.746932, 45.217388 ], [ -122.748099, 45.220246 ], [ -122.7481, 45.220794 ], [ -122.746871, 45.221709 ], [ -122.746972, 45.225619 ], [ -122.749467, 45.228705 ], [ -122.752326, 45.228818 ], [ -122.752875, 45.229482 ], [ -122.752292, 45.230099 ], [ -122.748272, 45.231105999999897 ], [ -122.747495, 45.230923 ], [ -122.746717, 45.22946 ], [ -122.746232, 45.229369 ], [ -122.745521, 45.230673 ], [ -122.745523, 45.232639 ], [ -122.74588, 45.233188 ], [ -122.747627, 45.233324 ], [ -122.750085, 45.232225 ], [ -122.750114, 45.233668 ], [ -122.750573, 45.234763 ], [ -122.751204, 45.241668 ], [ -122.751089, 45.246319 ], [ -122.747805, 45.248711 ], [ -122.747495, 45.249842 ], [ -122.743796, 45.251394 ], [ -122.744436, 45.253122 ], [ -122.743668, 45.256258 ], [ -122.74178, 45.258354 ], [ -122.73898, 45.259586 ], [ -122.784853, 45.259554 ], [ -122.784997, 45.261538 ], [ -122.784854, 45.274065 ], [ -122.832887, 45.274001 ], [ -122.833559, 45.273985 ], [ -122.834663, 45.273969 ], [ -122.838221, 45.26965 ], [ -122.846912, 45.261218 ], [ -122.849649, 45.259695 ], [ -122.849723, 45.259654 ], [ -122.851575, 45.259681 ], [ -122.867816, 45.259585 ], [ -122.86788, 45.273905 ], [ -122.86788, 45.281377 ], [ -122.86788, 45.286385 ], [ -122.867848, 45.287297 ], [ -122.86796, 45.299504 ], [ -122.867992, 45.30152 ], [ -122.868009, 45.317376 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "OR_W", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "OR", "ECONOMIC_M": 1.030527169, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 494.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -123.661483297601606, 41.382089427681606 ], [ -123.688580332459949, 41.381960512997658 ], [ -123.746071, 41.38168699999985 ], [ -123.748234717139454, 41.38141828370869 ], [ -123.751176, 41.381052999999852 ], [ -123.763824303158685, 41.380869210461228 ], [ -123.770239, 41.380775999999862 ], [ -123.770239006077546, 41.380777624900738 ], [ -123.765948053946246, 41.404544647919643 ], [ -123.770548111035765, 41.463420600231544 ], [ -123.770551, 41.464192999999867 ], [ -123.770551516982948, 41.464192998955596 ], [ -123.787053449653911, 41.464159666301136 ], [ -123.859679177035375, 41.464012967831103 ], [ -123.865109, 41.464001999999844 ], [ -123.873864793842387, 41.46393776305154 ], [ -123.885652623987255, 41.463851281545779 ], [ -123.885691, 41.46385099999987 ], [ -123.885691001204677, 41.463851481873128 ], [ -123.885696, 41.465850999999866 ], [ -123.885696493993933, 41.465850998429772 ], [ -123.885748447007117, 41.465850833304508 ], [ -123.885874878859539, 41.465850431458875 ], [ -123.912754, 41.465764999999855 ], [ -123.916028207237815, 41.465740943883034 ], [ -123.966759296775635, 41.46536821456948 ], [ -123.968694, 41.465353999999856 ], [ -123.968828408948255, 41.465352948838799 ], [ -123.989844697010611, 41.465188588478256 ], [ -123.99535055172268, 41.46514552929181 ], [ -124.001182512278191, 41.46509991975617 ], [ -124.008909113421467, 41.465039492960258 ], [ -124.021926039669765, 41.46493769255261 ], [ -124.022897313476975, 41.464930096591196 ], [ -124.02940642374287, 41.464879191326354 ], [ -124.037457795825659, 41.464816224620961 ], [ -124.037551033112507, 41.464815495447738 ], [ -124.041834, 41.464781999999857 ], [ -124.042348064222239, 41.464781962944834 ], [ -124.044042451497617, 41.464781840809238 ], [ -124.04542580575162, 41.46478174109366 ], [ -124.054971806804687, 41.464781052994404 ], [ -124.055707, 41.464780999999867 ], [ -124.064708494238516, 41.464729625797112 ], [ -124.065519, 41.464724999999866 ], [ -124.066057, 41.470257999999845 ], [ -124.075917, 41.501756999999856 ], [ -124.081427, 41.511227999999846 ], [ -124.081631, 41.524501999999856 ], [ -124.081823, 41.537060999999866 ], [ -124.081987, 41.547760999999873 ], [ -124.092404, 41.553614999999866 ], [ -124.101123, 41.569191999999852 ], [ -124.101403, 41.578523999999852 ], [ -124.097385, 41.585250999999857 ], [ -124.100961, 41.60249899999986 ], [ -124.102434, 41.604061999999857 ], [ -124.114413, 41.616767999999873 ], [ -124.116037, 41.628848999999846 ], [ -124.120225, 41.640353999999867 ], [ -124.135552, 41.657306999999868 ], [ -124.139354, 41.67165199999986 ], [ -124.138373, 41.678880999999862 ], [ -124.143479, 41.709283999999876 ], [ -124.147412, 41.717954999999868 ], [ -124.154246, 41.728800999999876 ], [ -124.154381, 41.728946999999863 ], [ -124.164716, 41.740125999999869 ], [ -124.17739, 41.745755999999858 ], [ -124.185363, 41.739350999999864 ], [ -124.19104, 41.736078999999862 ], [ -124.193233, 41.736470999999874 ], [ -124.193296, 41.73648199999986 ], [ -124.193336, 41.736488999999864 ], [ -124.194953, 41.736777999999845 ], [ -124.198038, 41.740336999999847 ], [ -124.203843, 41.747034999999862 ], [ -124.210456, 41.751415999999857 ], [ -124.214734, 41.754248999999874 ], [ -124.215139, 41.754517999999862 ], [ -124.224063, 41.760428999999867 ], [ -124.224312, 41.760592999999851 ], [ -124.23972, 41.770799999999866 ], [ -124.242288, 41.772033999999863 ], [ -124.243601, 41.771915999999877 ], [ -124.244143, 41.77186799999987 ], [ -124.248704, 41.771458999999886 ], [ -124.249239, 41.772305999999858 ], [ -124.25065, 41.774542999999873 ], [ -124.250663, 41.774563999999849 ], [ -124.252499, 41.77747399999987 ], [ -124.25318, 41.778553999999851 ], [ -124.253807, 41.77954799999987 ], [ -124.254657, 41.78089499999988 ], [ -124.255994, 41.783013999999859 ], [ -124.252335, 41.786111999999861 ], [ -124.245027, 41.792299999999862 ], [ -124.232503, 41.815325999999878 ], [ -124.230678, 41.81868099999987 ], [ -124.22865, 41.823757999999863 ], [ -124.226931, 41.828059999999859 ], [ -124.219592, 41.846431999999872 ], [ -124.208671, 41.887323999999857 ], [ -124.208439, 41.888192 ], [ -124.208269, 41.889972999999884 ], [ -124.204607, 41.928344999999872 ], [ -124.204024, 41.934442999999867 ], [ -124.203843, 41.936337999999857 ], [ -124.203402, 41.940963999999859 ], [ -124.203983, 41.956931999999867 ], [ -124.204042, 41.958548999999863 ], [ -124.204948, 41.983440999999864 ], [ -124.211605, 41.998459999999881 ], [ -124.214213, 42.005938999999863 ], [ -124.238444, 42.023002999999868 ], [ -124.244742, 42.027438999999859 ], [ -124.265246, 42.041878999999852 ], [ -124.270241, 42.045395999999869 ], [ -124.270464, 42.045552999999877 ], [ -124.280298, 42.045821999999873 ], [ -124.28213, 42.045871999999868 ], [ -124.287374, 42.046015999999874 ], [ -124.288977, 42.046762999999864 ], [ -124.29487, 42.049509 ], [ -124.299649, 42.051735999999856 ], [ -124.314289, 42.067863999999865 ], [ -124.315308, 42.068819999999874 ], [ -124.315454, 42.068955999999865 ], [ -124.318215, 42.071546999999882 ], [ -124.34101, 42.092928999999863 ], [ -124.356229, 42.114951999999896 ], [ -124.357122, 42.118015999999884 ], [ -124.351535, 42.129795999999864 ], [ -124.351784, 42.134964999999859 ], [ -124.355696, 42.141963999999874 ], [ -124.361563, 42.143766999999869 ], [ -124.366028, 42.152342999999881 ], [ -124.366832, 42.158449999999881 ], [ -124.363389, 42.158587999999874 ], [ -124.360318, 42.162271999999874 ], [ -124.361009, 42.180751999999885 ], [ -124.367751, 42.188320999999874 ], [ -124.373175, 42.190217999999867 ], [ -124.374949, 42.193128999999871 ], [ -124.376215, 42.196380999999867 ], [ -124.375553, 42.208819999999875 ], [ -124.376648, 42.213770999999873 ], [ -124.377762, 42.218808999999844 ], [ -124.383633, 42.22715999999987 ], [ -124.39174, 42.234091999999862 ], [ -124.410982, 42.250546999999877 ], [ -124.411534, 42.254114999999885 ], [ -124.408514, 42.260587999999878 ], [ -124.405148, 42.278106999999871 ], [ -124.405218, 42.278483999999885 ], [ -124.410556, 42.307431 ], [ -124.418253, 42.317421999999873 ], [ -124.418264, 42.317436999999885 ], [ -124.429288, 42.331745999999882 ], [ -124.427222, 42.334879999999856 ], [ -124.425554, 42.35187399999986 ], [ -124.424066, 42.377241999999882 ], [ -124.424115, 42.378360999999863 ], [ -124.424863, 42.395425999999865 ], [ -124.424945, 42.396061999999887 ], [ -124.425232, 42.398290999999872 ], [ -124.427159, 42.413265999999865 ], [ -124.428068, 42.420332999999864 ], [ -124.4286, 42.421470999999869 ], [ -124.434882, 42.434915999999873 ], [ -124.435105, 42.440162999999885 ], [ -124.422038, 42.461225999999861 ], [ -124.423084, 42.478952 ], [ -124.421381, 42.491736999999873 ], [ -124.41149, 42.513096999999888 ], [ -124.399065, 42.539927999999875 ], [ -124.390664, 42.566592999999884 ], [ -124.389977, 42.574757999999889 ], [ -124.395339, 42.585911999999873 ], [ -124.400918, 42.59751799999988 ], [ -124.399421, 42.618078999999888 ], [ -124.401177, 42.627192 ], [ -124.413119, 42.657933999999877 ], [ -124.416489, 42.661308999999882 ], [ -124.416774, 42.66159399999988 ], [ -124.430084, 42.667159999999889 ], [ -124.441052, 42.67174699999989 ], [ -124.45074, 42.675797999999865 ], [ -124.451484, 42.677786999999881 ], [ -124.447608, 42.684529999999874 ], [ -124.447487, 42.68473999999987 ], [ -124.4476, 42.685369999999885 ], [ -124.447753, 42.686216999999886 ], [ -124.448023, 42.687714999999884 ], [ -124.448418, 42.689908999999872 ], [ -124.459262, 42.708131999999885 ], [ -124.473864, 42.732670999999883 ], [ -124.478095, 42.734835999999888 ], [ -124.489564, 42.740705999999889 ], [ -124.49078, 42.741328999999894 ], [ -124.491679, 42.741788999999876 ], [ -124.492502, 42.74170299999988 ], [ -124.498473, 42.741076999999898 ], [ -124.499122, 42.738605999999876 ], [ -124.508744, 42.735196999999879 ], [ -124.510017, 42.734745999999873 ], [ -124.511727, 42.73491 ], [ -124.513368, 42.73506799999987 ], [ -124.514669, 42.736806 ], [ -124.514966, 42.73999599999987 ], [ -124.51503, 42.740678999999872 ], [ -124.516236, 42.75363199999989 ], [ -124.516573, 42.755115999999887 ], [ -124.524439, 42.789792999999889 ], [ -124.531972, 42.805580999999883 ], [ -124.536073, 42.814174999999885 ], [ -124.544179, 42.822957999999886 ], [ -124.552441, 42.84056799999987 ], [ -124.551955, 42.841282999999876 ], [ -124.547519, 42.84780799999988 ], [ -124.541969, 42.855971999999895 ], [ -124.535998, 42.864754999999896 ], [ -124.500141, 42.917501999999892 ], [ -124.482401, 42.94890499999989 ], [ -124.480938, 42.951494999999888 ], [ -124.479344, 42.954969999999889 ], [ -124.477111, 42.959836999999894 ], [ -124.463746, 42.988971999999883 ], [ -124.462619, 42.99143 ], [ -124.456918, 43.000314999999894 ], [ -124.436198, 43.071311999999878 ], [ -124.433425, 43.089557999999883 ], [ -124.432932, 43.092806 ], [ -124.432236, 43.097382999999887 ], [ -124.432656, 43.100915 ], [ -124.433874, 43.111138999999895 ], [ -124.433889, 43.111269999999884 ], [ -124.433905, 43.111403999999894 ], [ -124.434451, 43.115985999999879 ], [ -124.433692, 43.116783999999896 ], [ -124.429401, 43.121296999999885 ], [ -124.427617, 43.123173999999892 ], [ -124.426575, 43.124268999999899 ], [ -124.424511, 43.12644 ], [ -124.424419, 43.126536999999892 ], [ -124.424113, 43.126859 ], [ -124.419591, 43.138580999999888 ], [ -124.402353, 43.183269999999887 ], [ -124.401726, 43.184895999999888 ], [ -124.400818, 43.188598999999897 ], [ -124.396582, 43.205878999999889 ], [ -124.395302, 43.211101 ], [ -124.395607, 43.223907999999888 ], [ -124.393227, 43.232281999999877 ], [ -124.38246, 43.270166999999894 ], [ -124.388891, 43.290522999999894 ], [ -124.393988, 43.299259999999897 ], [ -124.400404, 43.302120999999893 ], [ -124.402614, 43.305559999999886 ], [ -124.402814, 43.305871999999894 ], [ -124.401987, 43.306967 ], [ -124.398997, 43.31092799999989 ], [ -124.393866, 43.317723999999892 ], [ -124.391818, 43.320435999999894 ], [ -124.387642, 43.325968 ], [ -124.386036, 43.327394999999889 ], [ -124.380177, 43.33260499999988 ], [ -124.376229, 43.336115 ], [ -124.373505, 43.338536999999889 ], [ -124.373037, 43.338952999999897 ], [ -124.354065, 43.342528999999892 ], [ -124.353332, 43.342666999999892 ], [ -124.352888, 43.342994999999888 ], [ -124.343664, 43.349803 ], [ -124.341587, 43.351336999999894 ], [ -124.33584, 43.359349999999885 ], [ -124.315012, 43.38838899999989 ], [ -124.286896, 43.436296 ], [ -124.278202, 43.454599999999893 ], [ -124.255609, 43.502171999999888 ], [ -124.241971, 43.536123999999894 ], [ -124.233534, 43.55713 ], [ -124.232311, 43.561565999999885 ], [ -124.218877, 43.610314 ], [ -124.212205, 43.634524 ], [ -124.205747, 43.657957999999894 ], [ -124.203028, 43.667825 ], [ -124.203846, 43.67053099999989 ], [ -124.204888, 43.673975999999897 ], [ -124.198275, 43.689481 ], [ -124.193455, 43.706085 ], [ -124.183397, 43.747346 ], [ -124.169786, 43.803182999999898 ], [ -124.168392, 43.808903 ], [ -124.1628, 43.840355 ], [ -124.160603, 43.852711 ], [ -124.158914, 43.862212 ], [ -124.158685, 43.863503999999899 ], [ -124.156365, 43.876548 ], [ -124.15596, 43.878831 ], [ -124.150267, 43.910849999999897 ], [ -124.142704, 43.958182 ], [ -124.140145, 43.979888 ], [ -124.135793, 44.016795 ], [ -124.135661, 44.017914 ], [ -124.135339, 44.02065 ], [ -124.133547, 44.035845 ], [ -124.133076, 44.038742 ], [ -124.128504, 44.066896 ], [ -124.124468, 44.091748 ], [ -124.123962, 44.094862999999897 ], [ -124.122461, 44.104101 ], [ -124.122406, 44.104442 ], [ -124.122422, 44.104545 ], [ -124.122543, 44.105311 ], [ -124.124962, 44.120656999999888 ], [ -124.125601, 44.124717 ], [ -124.125824, 44.12613 ], [ -124.125785, 44.126334999999884 ], [ -124.124034, 44.135424999999898 ], [ -124.122791, 44.141876 ], [ -124.117006, 44.171912999999897 ], [ -124.114424, 44.198163999999899 ], [ -124.115671, 44.206553999999898 ], [ -124.111054, 44.235071 ], [ -124.108945, 44.265474999999896 ], [ -124.109744, 44.270597 ], [ -124.114869, 44.272721 ], [ -124.115953, 44.274641 ], [ -124.115849, 44.276277 ], [ -124.115847, 44.276301 ], [ -124.1152, 44.286486 ], [ -124.115192, 44.286507999999898 ], [ -124.114671, 44.287971 ], [ -124.110753, 44.29898 ], [ -124.10907, 44.303707 ], [ -124.10901, 44.304088999999891 ], [ -124.108112, 44.309771999999896 ], [ -124.108088, 44.309926 ], [ -124.10952, 44.314433 ], [ -124.109556, 44.314545 ], [ -124.109432, 44.314786 ], [ -124.104041, 44.325234 ], [ -124.100587, 44.331925999999896 ], [ -124.092101, 44.370388 ], [ -124.092, 44.370979 ], [ -124.084401, 44.415610999999899 ], [ -124.081581, 44.419014 ], [ -124.081376, 44.419261 ], [ -124.080989, 44.419728 ], [ -124.075776, 44.421937 ], [ -124.075122, 44.422214 ], [ -124.071706, 44.423662 ], [ -124.067569, 44.428582 ], [ -124.070343, 44.43115 ], [ -124.073941, 44.434481 ], [ -124.079301, 44.430863 ], [ -124.082113, 44.441518 ], [ -124.082084, 44.461832 ], [ -124.082061, 44.478171 ], [ -124.084429, 44.486927 ], [ -124.083601, 44.501123 ], [ -124.078195, 44.523671 ], [ -124.076387, 44.531214 ], [ -124.071506, 44.572257 ], [ -124.069548, 44.588729 ], [ -124.069111, 44.592402 ], [ -124.067251, 44.60804 ], [ -124.068561, 44.611465 ], [ -124.06914, 44.612979 ], [ -124.069958, 44.612724 ], [ -124.082326, 44.608861 ], [ -124.083154, 44.609707 ], [ -124.083164, 44.609717 ], [ -124.084476, 44.611056 ], [ -124.065294, 44.622391 ], [ -124.065202, 44.622445 ], [ -124.065008, 44.632504 ], [ -124.063321, 44.639115999999895 ], [ -124.062118, 44.643829 ], [ -124.058281, 44.658866 ], [ -124.059988, 44.669037 ], [ -124.060043, 44.669361 ], [ -124.060784, 44.670374 ], [ -124.061727, 44.671663 ], [ -124.070394, 44.683514 ], [ -124.066308, 44.695011 ], [ -124.063406, 44.703177 ], [ -124.062898, 44.707224 ], [ -124.059077, 44.737656 ], [ -124.066325, 44.762671 ], [ -124.069386, 44.765593 ], [ -124.071207, 44.767331 ], [ -124.075473, 44.771403 ], [ -124.075159, 44.777361 ], [ -124.075063, 44.779189 ], [ -124.074807, 44.784036 ], [ -124.074741, 44.785288 ], [ -124.074598, 44.788017 ], [ -124.074066, 44.798107 ], [ -124.072176, 44.806651 ], [ -124.070721, 44.813225 ], [ -124.06786, 44.826156 ], [ -124.066746, 44.831191 ], [ -124.064658, 44.8336 ], [ -124.063155, 44.835333 ], [ -124.059498, 44.836511 ], [ -124.054151, 44.838233 ], [ -124.053753, 44.839111 ], [ -124.053609, 44.839428 ], [ -124.053583, 44.839485 ], [ -124.048814, 44.850007 ], [ -124.045906, 44.858952 ], [ -124.032296, 44.900809 ], [ -124.025719, 44.925948 ], [ -124.025267, 44.927675 ], [ -124.025263, 44.927689 ], [ -124.025136, 44.928175 ], [ -124.025678, 44.936542 ], [ -124.024929, 44.941933 ], [ -124.023834, 44.949825 ], [ -124.017079, 44.975833 ], [ -124.016912, 44.976477 ], [ -124.015243, 44.982904 ], [ -124.014462, 44.987457 ], [ -124.01446, 44.987466 ], [ -124.012058, 45.001468 ], [ -124.012027, 45.001655 ], [ -124.011648, 45.003865 ], [ -124.009524, 45.016243 ], [ -124.005923, 45.03724 ], [ -124.004787, 45.04386 ], [ -124.004599, 45.044953 ], [ -124.004386, 45.046197 ], [ -124.004668, 45.048167 ], [ -124.00977, 45.047266 ], [ -124.017991, 45.049808 ], [ -124.01645, 45.060577 ], [ -124.016406, 45.060883 ], [ -124.015851, 45.064759 ], [ -124.015197, 45.066915 ], [ -124.015168, 45.067011 ], [ -124.012163, 45.076921 ], [ -124.006057, 45.084736 ], [ -124.004863, 45.084232 ], [ -123.989717, 45.093925 ], [ -123.989529, 45.094045 ], [ -123.989311, 45.094841 ], [ -123.987925, 45.099892 ], [ -123.987896, 45.099998 ], [ -123.987586, 45.10113 ], [ -123.976252, 45.14246 ], [ -123.975425, 45.145476 ], [ -123.973723, 45.158582 ], [ -123.973594, 45.159578 ], [ -123.968958, 45.195276 ], [ -123.968187, 45.201217 ], [ -123.972919, 45.216784 ], [ -123.970064, 45.234839 ], [ -123.968353, 45.245657 ], [ -123.965441, 45.26407 ], [ -123.965239, 45.265346 ], [ -123.962887, 45.280218 ], [ -123.963192, 45.288971 ], [ -123.964169, 45.317026 ], [ -123.96949, 45.329134 ], [ -123.972899, 45.33689 ], [ -123.978354, 45.338746 ], [ -123.978671, 45.338854 ], [ -123.984998, 45.33841 ], [ -123.986069, 45.338335 ], [ -124.007756, 45.336813 ], [ -124.007494, 45.33974 ], [ -123.991605, 45.344307 ], [ -123.989049, 45.345041 ], [ -123.980126, 45.347606 ], [ -123.979715, 45.347724 ], [ -123.979522, 45.347941 ], [ -123.979331, 45.348153 ], [ -123.978798, 45.34875 ], [ -123.973398, 45.354791 ], [ -123.973335, 45.355047999999897 ], [ -123.972786, 45.357301 ], [ -123.970118, 45.368242 ], [ -123.965728, 45.386242 ], [ -123.962756, 45.411836 ], [ -123.962173, 45.416863 ], [ -123.960557, 45.430778 ], [ -123.961484, 45.435608 ], [ -123.964074, 45.449112 ], [ -123.96519, 45.451425 ], [ -123.972953, 45.467513 ], [ -123.973091, 45.468365 ], [ -123.973751, 45.47245 ], [ -123.973764, 45.472531 ], [ -123.976544, 45.489733 ], [ -123.976377, 45.489842 ], [ -123.970794, 45.493507 ], [ -123.96634, 45.493417 ], [ -123.957568, 45.510399 ], [ -123.95481, 45.525406 ], [ -123.949659, 45.553435 ], [ -123.948831, 45.557939 ], [ -123.947556, 45.564878 ], [ -123.950651, 45.56705 ], [ -123.956711, 45.571303 ], [ -123.951246, 45.585775 ], [ -123.949182, 45.598614 ], [ -123.949154, 45.598789 ], [ -123.947111, 45.611497 ], [ -123.941682, 45.645268 ], [ -123.939865, 45.656574 ], [ -123.939005, 45.661923 ], [ -123.939433, 45.707168 ], [ -123.939448, 45.708795 ], [ -123.939845, 45.710765 ], [ -123.941339, 45.718184 ], [ -123.942764, 45.725257 ], [ -123.943121, 45.727031 ], [ -123.946027, 45.733249 ], [ -123.954068, 45.74173 ], [ -123.963702, 45.751892 ], [ -123.963785, 45.751979 ], [ -123.968563, 45.757019 ], [ -123.977796, 45.760178 ], [ -123.982578, 45.761815 ], [ -123.981864, 45.768285 ], [ -123.969459, 45.782371 ], [ -123.969339, 45.783203 ], [ -123.961544, 45.837101 ], [ -123.962205, 45.855337 ], [ -123.962246, 45.856451 ], [ -123.962284, 45.857508 ], [ -123.962332, 45.858846 ], [ -123.962736, 45.869974 ], [ -123.964059, 45.880201 ], [ -123.965154, 45.88867 ], [ -123.966711, 45.900702 ], [ -123.96763, 45.907807 ], [ -123.969294, 45.910972 ], [ -123.979501, 45.930389 ], [ -123.99304, 45.938842 ], [ -123.993703, 45.946431 ], [ -123.969991, 45.969139 ], [ -123.960818, 45.973034 ], [ -123.958862, 45.973864 ], [ -123.957438, 45.974469 ], [ -123.956117, 45.97457 ], [ -123.941831, 45.97566 ], [ -123.941338, 45.975846 ], [ -123.937471, 45.977306 ], [ -123.936974, 45.97898 ], [ -123.936501, 45.980572 ], [ -123.933993, 45.989015 ], [ -123.9301, 46.002125 ], [ -123.929691, 46.003502 ], [ -123.927891, 46.009564 ], [ -123.927933, 46.010502 ], [ -123.928182, 46.016111 ], [ -123.928365, 46.020232 ], [ -123.928718, 46.028181 ], [ -123.928917, 46.032673 ], [ -123.92933, 46.041978 ], [ -123.929985, 46.046793 ], [ -123.933366, 46.071672 ], [ -123.941932, 46.098557 ], [ -123.944697, 46.107236 ], [ -123.946963, 46.114348 ], [ -123.947531, 46.116131 ], [ -123.951762, 46.125401 ], [ -123.956704, 46.136229 ], [ -123.95919, 46.141675 ], [ -123.961405, 46.145697 ], [ -123.963615, 46.149712 ], [ -123.974124, 46.168798 ], [ -123.976055, 46.171799 ], [ -123.977403, 46.173895 ], [ -123.986961, 46.18875 ], [ -123.996766, 46.20399 ], [ -124.005056, 46.21591 ], [ -124.01018, 46.223278 ], [ -124.010344, 46.223514 ], [ -124.024305, 46.229256 ], [ -124.011355, 46.236223 ], [ -124.001998, 46.237316 ], [ -123.998052, 46.235327 ], [ -123.988429, 46.224132 ], [ -123.990117, 46.21763 ], [ -123.987196, 46.211521 ], [ -123.98215, 46.209662 ], [ -123.961739, 46.207916 ], [ -123.952773, 46.204962 ], [ -123.950148, 46.204097 ], [ -123.927038, 46.191617 ], [ -123.924934, 46.189868 ], [ -123.912405, 46.17945 ], [ -123.9042, 46.169293 ], [ -123.891186, 46.164778 ], [ -123.858403, 46.158078 ], [ -123.85661, 46.157711 ], [ -123.854801, 46.157342 ], [ -123.842849, 46.160529 ], [ -123.84167, 46.168787 ], [ -123.841521, 46.169824 ], [ -123.843975, 46.171233 ], [ -123.852169, 46.175935 ], [ -123.862722, 46.181992 ], [ -123.863347, 46.18235 ], [ -123.866643, 46.187674 ], [ -123.864209, 46.189527 ], [ -123.849633, 46.191067 ], [ -123.838801, 46.192211 ], [ -123.824432, 46.190587 ], [ -123.821834, 46.190293 ], [ -123.793936, 46.196283 ], [ -123.78779, 46.198277 ], [ -123.771489, 46.203565 ], [ -123.759976, 46.2073 ], [ -123.752325, 46.205122 ], [ -123.736747, 46.200687 ], [ -123.71278, 46.198751 ], [ -123.706667, 46.199665 ], [ -123.684224, 46.208801 ], [ -123.67538, 46.212401 ], [ -123.673831, 46.215418 ], [ -123.666751, 46.218228 ], [ -123.65539, 46.217974 ], [ -123.636474, 46.214359 ], [ -123.6325, 46.216681 ], [ -123.626247, 46.226434 ], [ -123.625219, 46.233868 ], [ -123.622812, 46.23664 ], [ -123.613459, 46.239228 ], [ -123.605487, 46.2393 ], [ -123.60019, 46.234814 ], [ -123.596382, 46.233136 ], [ -123.586205, 46.228654 ], [ -123.548194, 46.248245 ], [ -123.547659, 46.259109 ], [ -123.538092, 46.26061 ], [ -123.526391, 46.263404 ], [ -123.516188, 46.266153 ], [ -123.501245, 46.271004 ], [ -123.479644, 46.269131 ], [ -123.474844, 46.267831 ], [ -123.468743, 46.264531 ], [ -123.447592, 46.249832 ], [ -123.427629, 46.229348 ], [ -123.430847, 46.181827 ], [ -123.371433, 46.146372 ], [ -123.363636, 46.146324 ], [ -123.364127, 46.124573 ], [ -123.364637, 46.101915 ], [ -123.364701, 46.099076 ], [ -123.365664, 46.05629 ], [ -123.366034, 46.039933 ], [ -123.358334, 46.039471 ], [ -123.358297, 46.010917 ], [ -123.359409, 45.993705 ], [ -123.3594, 45.992664 ], [ -123.359249, 45.974844 ], [ -123.360267, 45.953412 ], [ -123.359753, 45.924357 ], [ -123.360317, 45.87929 ], [ -123.358747, 45.836535 ], [ -123.36096, 45.779664 ], [ -123.361562, 45.757647 ], [ -123.360983, 45.743389 ], [ -123.3611, 45.741233 ], [ -123.361554, 45.729876 ], [ -123.360892, 45.708695 ], [ -123.484799, 45.709131 ], [ -123.484734, 45.70204 ], [ -123.484766, 45.701354 ], [ -123.484723, 45.694472 ], [ -123.484719, 45.679313 ], [ -123.464283, 45.679516 ], [ -123.464454, 45.669449 ], [ -123.46453, 45.665027 ], [ -123.443492, 45.665127 ], [ -123.444041, 45.650775 ], [ -123.423, 45.650695 ], [ -123.423246, 45.636165 ], [ -123.380469, 45.6357 ], [ -123.380475, 45.620929 ], [ -123.377841, 45.621188 ], [ -123.360933, 45.622607 ], [ -123.340758, 45.621698 ], [ -123.340439, 45.615259 ], [ -123.341024, 45.607495 ], [ -123.299441, 45.607306 ], [ -123.299165, 45.592995 ], [ -123.312669, 45.593047 ], [ -123.320262, 45.593077 ], [ -123.319726, 45.578524 ], [ -123.361132, 45.578916 ], [ -123.361079, 45.561905 ], [ -123.361111, 45.561516 ], [ -123.361108, 45.558384 ], [ -123.360974, 45.549862 ], [ -123.402321, 45.550071 ], [ -123.401727, 45.535477 ], [ -123.422544, 45.535399 ], [ -123.422355, 45.521119 ], [ -123.442733, 45.521198 ], [ -123.441626, 45.491298 ], [ -123.460875, 45.491594 ], [ -123.460256, 45.477248 ], [ -123.462454, 45.466307 ], [ -123.463171, 45.462697 ], [ -123.463792, 45.448135 ], [ -123.485624, 45.447895 ], [ -123.486142, 45.433607 ], [ -123.464932, 45.43384 ], [ -123.376222, 45.434208 ], [ -123.302615, 45.433647 ], [ -123.20921, 45.433668 ], [ -123.201905, 45.433579 ], [ -123.200946, 45.433559 ], [ -123.149095, 45.433447 ], [ -123.139236, 45.433351 ], [ -123.135329, 45.433302 ], [ -123.135227, 45.418888 ], [ -123.11445, 45.418886 ], [ -123.114409, 45.40428 ], [ -123.103081, 45.404355 ], [ -123.062887, 45.40461 ], [ -123.052648, 45.40466 ], [ -123.03201, 45.404839 ], [ -123.031976, 45.390453 ], [ -123.011451, 45.390904 ], [ -123.011519, 45.382269 ], [ -123.011564, 45.376894 ], [ -123.011124, 45.376462 ], [ -123.005096, 45.376181 ], [ -123.003766, 45.376089 ], [ -123.000654, 45.375823 ], [ -122.992205, 45.375439 ], [ -122.991586, 45.372796 ], [ -122.991519, 45.36499 ], [ -122.991485, 45.361004 ], [ -122.980329, 45.360931 ], [ -122.970311, 45.360743 ], [ -122.970215, 45.35755 ], [ -122.970134, 45.354856 ], [ -122.970135, 45.354559 ], [ -122.970163, 45.34882 ], [ -122.970369, 45.346751 ], [ -122.9652, 45.346343 ], [ -122.962565, 45.346324 ], [ -122.957462, 45.346342 ], [ -122.955229, 45.34635 ], [ -122.953964, 45.346355 ], [ -122.95334, 45.346372 ], [ -122.950934, 45.34637 ], [ -122.941994, 45.346364 ], [ -122.939203, 45.346361 ], [ -122.93552, 45.346359 ], [ -122.933015, 45.346391 ], [ -122.931198, 45.346299 ], [ -122.917993, 45.346262 ], [ -122.908736, 45.346247 ], [ -122.908751, 45.344847 ], [ -122.908775, 45.342607 ], [ -122.908802, 45.340099 ], [ -122.908864, 45.334341 ], [ -122.908866, 45.317128 ], [ -122.905377, 45.317219 ], [ -122.900698, 45.317221 ], [ -122.898332, 45.31722 ], [ -122.896066, 45.317211 ], [ -122.876209, 45.317392 ], [ -122.868009, 45.317376 ], [ -122.867992, 45.30152 ], [ -122.86796, 45.299504 ], [ -122.867848, 45.287297 ], [ -122.86788, 45.286385 ], [ -122.86788, 45.281377 ], [ -122.86788, 45.273905 ], [ -122.867816, 45.259585 ], [ -122.851575, 45.259681 ], [ -122.849723, 45.259654 ], [ -122.849649, 45.259695 ], [ -122.846912, 45.261218 ], [ -122.838221, 45.26965 ], [ -122.834663, 45.273969 ], [ -122.833559, 45.273985 ], [ -122.832887, 45.274001 ], [ -122.784854, 45.274065 ], [ -122.784997, 45.261538 ], [ -122.784853, 45.259554 ], [ -122.73898, 45.259586 ], [ -122.74178, 45.258354 ], [ -122.743668, 45.256258 ], [ -122.744436, 45.253122 ], [ -122.743796, 45.251394 ], [ -122.747495, 45.249842 ], [ -122.747805, 45.248711 ], [ -122.751089, 45.246319 ], [ -122.751204, 45.241668 ], [ -122.750573, 45.234763 ], [ -122.750114, 45.233668 ], [ -122.750085, 45.232225 ], [ -122.747627, 45.233324 ], [ -122.74588, 45.233188 ], [ -122.745523, 45.232639 ], [ -122.745521, 45.230673 ], [ -122.746232, 45.229369 ], [ -122.746717, 45.22946 ], [ -122.747495, 45.230923 ], [ -122.748272, 45.231105999999897 ], [ -122.752292, 45.230099 ], [ -122.752875, 45.229482 ], [ -122.752326, 45.228818 ], [ -122.749467, 45.228705 ], [ -122.746972, 45.225619 ], [ -122.746871, 45.221709 ], [ -122.7481, 45.220794 ], [ -122.748099, 45.220246 ], [ -122.746932, 45.217388 ], [ -122.745604, 45.216566 ], [ -122.745571, 45.215926 ], [ -122.7489, 45.213775 ], [ -122.747637, 45.212495 ], [ -122.747604, 45.211352 ], [ -122.748833, 45.211077 ], [ -122.75354, 45.21238 ], [ -122.754026, 45.21174 ], [ -122.752636, 45.210824 ], [ -122.75309, 45.20975 ], [ -122.75432, 45.20927 ], [ -122.758169, 45.209067 ], [ -122.758913, 45.208587 ], [ -122.758655, 45.208221 ], [ -122.757296, 45.208632 ], [ -122.756326, 45.208151 ], [ -122.756069, 45.207122 ], [ -122.758431, 45.205386 ], [ -122.759436, 45.20374 ], [ -122.759469, 45.202665 ], [ -122.75905, 45.201316 ], [ -122.758274, 45.200767 ], [ -122.757563, 45.200812 ], [ -122.75685, 45.202024 ], [ -122.754359, 45.202023 ], [ -122.750437, 45.199141 ], [ -122.750081, 45.198638 ], [ -122.750077, 45.194865 ], [ -122.751203, 45.194533 ], [ -122.752036, 45.19642 ], [ -122.754526, 45.196718 ], [ -122.754818, 45.195941 ], [ -122.754366, 45.195323 ], [ -122.751813, 45.193424 ], [ -122.752041, 45.192235 ], [ -122.753819, 45.192145 ], [ -122.756244, 45.193106 ], [ -122.756792, 45.193816 ], [ -122.756402, 45.195443 ], [ -122.757502, 45.195874 ], [ -122.75996, 45.195029 ], [ -122.760448, 45.192468 ], [ -122.760449, 45.191348 ], [ -122.759512, 45.190067 ], [ -122.755404, 45.191757 ], [ -122.753853, 45.19059 ], [ -122.753693, 45.189676 ], [ -122.756474, 45.189471 ], [ -122.756603, 45.18908299999989 ], [ -122.753888, 45.188144 ], [ -122.753372, 45.187458 ], [ -122.753631, 45.186726 ], [ -122.757672, 45.187323 ], [ -122.758254, 45.187026 ], [ -122.757867, 45.186317 ], [ -122.755313, 45.185767 ], [ -122.755314, 45.184692 ], [ -122.759518, 45.183962 ], [ -122.760456, 45.1833 ], [ -122.760004, 45.182797 ], [ -122.752472, 45.182587 ], [ -122.752246, 45.182198 ], [ -122.752894, 45.180987 ], [ -122.754899, 45.18021 ], [ -122.757324, 45.179526 ], [ -122.756359, 45.174312 ], [ -122.756878, 45.173101 ], [ -122.761986, 45.171983 ], [ -122.762732, 45.168942 ], [ -122.766389, 45.163593 ], [ -122.769784, 45.161903 ], [ -122.773725, 45.163573 ], [ -122.773501, 45.161081 ], [ -122.770658, 45.160074 ], [ -122.770109, 45.159251 ], [ -122.779842, 45.148965 ], [ -122.782753, 45.144279 ], [ -122.782366, 45.142129 ], [ -122.780203, 45.140139 ], [ -122.779912, 45.13927 ], [ -122.782401, 45.13703 ], [ -122.783758, 45.136391 ], [ -122.786375, 45.136094 ], [ -122.786376, 45.134105 ], [ -122.785666, 45.132501 ], [ -122.788413, 45.129967 ], [ -122.783538, 45.125264 ], [ -122.782712, 45.124658 ], [ -122.78193, 45.124747 ], [ -122.781544, 45.124574 ], [ -122.776207, 45.123333 ], [ -122.774821, 45.120703 ], [ -122.767492, 45.116128 ], [ -122.764976, 45.113795 ], [ -122.763749, 45.113498 ], [ -122.763135, 45.114 ], [ -122.761393, 45.112582 ], [ -122.759004, 45.11178 ], [ -122.75726, 45.111917 ], [ -122.754485, 45.110498 ], [ -122.752968, 45.109445 ], [ -122.752293, 45.107136 ], [ -122.750283, 45.107443 ], [ -122.746264, 45.101361 ], [ -122.744353, 45.097421 ], [ -122.743287, 45.096416 ], [ -122.732792, 45.09187 ], [ -122.725396, 45.083824 ], [ -122.719259, 45.075778 ], [ -122.71874, 45.072074 ], [ -122.717158, 45.070154 ], [ -122.707735, 45.06476 ], [ -122.707734, 45.06277 ], [ -122.705507, 45.059023 ], [ -121.660367, 45.070393 ], [ -121.659355, 45.066511 ], [ -121.68431, 45.067784 ], [ -121.688671, 45.067034 ], [ -121.690564, 45.065958 ], [ -121.698074, 45.059607 ], [ -121.701957, 45.058256 ], [ -121.709299, 45.056627 ], [ -121.718798, 45.050102 ], [ -121.720726, 45.047048 ], [ -121.720861, 45.045574 ], [ -121.720473, 45.044068 ], [ -121.717794, 45.039554 ], [ -121.718592, 45.038079 ], [ -121.721006, 45.037436 ], [ -121.728874, 45.036909 ], [ -121.732235, 45.035994 ], [ -121.736254, 45.034105 ], [ -121.741199, 45.033311 ], [ -121.74758, 45.033365 ], [ -121.757616, 45.037252 ], [ -121.769843, 45.039938 ], [ -121.771263, 45.0398 ], [ -121.778452, 45.037229 ], [ -121.781471, 45.034032 ], [ -121.779327, 45.030548 ], [ -121.778745, 45.027059 ], [ -121.778835, 45.025783999999895 ], [ -121.781232, 45.021078 ], [ -121.781651, 45.019265 ], [ -121.780878, 45.015206 ], [ -121.784049, 45.014929 ], [ -121.791727, 45.017358 ], [ -121.794709, 45.017315 ], [ -121.800098, 45.015453 ], [ -121.80458, 45.012384 ], [ -121.805051, 45.01131 ], [ -121.805363, 45.006879 ], [ -121.802787, 44.997541 ], [ -121.802086, 44.978341 ], [ -121.799186, 44.975841 ], [ -121.796786, 44.970841 ], [ -121.796186, 44.966541 ], [ -121.790215, 44.956502 ], [ -121.790057, 44.954178 ], [ -121.79098, 44.951393 ], [ -121.795339, 44.947428 ], [ -121.796797, 44.945071 ], [ -121.798248, 44.940675 ], [ -121.798278, 44.938202 ], [ -121.797433, 44.936777 ], [ -121.795837, 44.935662 ], [ -121.793183, 44.93475 ], [ -121.78552, 44.93506 ], [ -121.780702, 44.935991 ], [ -121.773385, 44.93974 ], [ -121.766285, 44.93914 ], [ -121.759785, 44.93954 ], [ -121.757049, 44.936411 ], [ -121.751184, 44.929702 ], [ -121.747684, 44.92724 ], [ -121.743684, 44.92084 ], [ -121.743784, 44.92014 ], [ -121.747984, 44.91594 ], [ -121.746883, 44.91414 ], [ -121.734383, 44.90734 ], [ -121.728883, 44.90514 ], [ -121.727682, 44.90494 ], [ -121.721982, 44.90634 ], [ -121.713982, 44.906139 ], [ -121.714582, 44.900939 ], [ -121.716582, 44.898439 ], [ -121.718582, 44.89734 ], [ -121.723882, 44.89564 ], [ -121.734681, 44.88824 ], [ -121.733182, 44.88244 ], [ -121.740382, 44.87684 ], [ -121.746182, 44.87524 ], [ -121.746682, 44.87474 ], [ -121.747682, 44.87294 ], [ -121.747482, 44.87014 ], [ -121.749782, 44.86504 ], [ -121.753182, 44.86124 ], [ -121.751131, 44.85699 ], [ -121.749282, 44.85544 ], [ -121.744282, 44.85414 ], [ -121.742481, 44.85314 ], [ -121.741581, 44.85084 ], [ -121.741481, 44.84734 ], [ -121.742081, 44.84534 ], [ -121.747281, 44.83634 ], [ -121.752881, 44.82924 ], [ -121.754381, 44.82794 ], [ -121.75948, 44.82564 ], [ -121.761881, 44.82534 ], [ -121.763181, 44.82304 ], [ -121.763281, 44.82144 ], [ -121.764781, 44.82044 ], [ -121.767481, 44.82004 ], [ -121.775881, 44.82014 ], [ -121.782724, 44.818554 ], [ -121.791793, 44.814763 ], [ -121.792541, 44.814011 ], [ -121.796535, 44.812241 ], [ -121.803682, 44.812541 ], [ -121.811082, 44.811341 ], [ -121.812982, 44.805241 ], [ -121.819482, 44.800641 ], [ -121.820082, 44.799341 ], [ -121.818781, 44.789341 ], [ -121.813181, 44.785041 ], [ -121.800181, 44.779441 ], [ -121.796981, 44.777641 ], [ -121.79638, 44.776941 ], [ -121.79678, 44.774741 ], [ -121.79588, 44.77334 ], [ -121.79188, 44.77254 ], [ -121.78928, 44.77314 ], [ -121.78368, 44.77234 ], [ -121.77918, 44.77584 ], [ -121.77228, 44.77614 ], [ -121.77088, 44.77314 ], [ -121.766579, 44.76724 ], [ -121.762879, 44.76734 ], [ -121.760379, 44.76574 ], [ -121.758679, 44.76284 ], [ -121.759379, 44.76184 ], [ -121.761379, 44.76114 ], [ -121.769611, 44.761607 ], [ -121.77261, 44.75968 ], [ -121.773868, 44.758146 ], [ -121.775908, 44.754543 ], [ -121.775524, 44.753704 ], [ -121.78119, 44.74984 ], [ -121.785579, 44.748406 ], [ -121.788309, 44.747514 ], [ -121.78853, 44.747479 ], [ -121.790679, 44.74674 ], [ -121.794479, 44.74264 ], [ -121.795279, 44.74054 ], [ -121.803679, 44.729441 ], [ -121.797579, 44.72764 ], [ -121.794379, 44.72554 ], [ -121.795578, 44.71454 ], [ -121.800879, 44.71184 ], [ -121.802179, 44.71014 ], [ -121.800678, 44.70414 ], [ -121.799978, 44.70284 ], [ -121.796378, 44.70084 ], [ -121.795678, 44.69944 ], [ -121.796278, 44.69824 ], [ -121.795511, 44.697298 ], [ -121.795432, 44.697248 ], [ -121.791078, 44.69434 ], [ -121.787677, 44.69034 ], [ -121.787677, 44.68854 ], [ -121.788277, 44.68714 ], [ -121.794077, 44.68394 ], [ -121.798477, 44.68144 ], [ -121.799341, 44.676945 ], [ -121.798777, 44.67294 ], [ -121.800577, 44.66694 ], [ -121.800677, 44.66604 ], [ -121.798777, 44.66254 ], [ -121.798777, 44.66104 ], [ -121.799784, 44.660399 ], [ -121.799753, 44.656346 ], [ -121.798214, 44.655017 ], [ -121.797905, 44.653925 ], [ -121.797988, 44.652865 ], [ -121.798276, 44.65174 ], [ -121.797994, 44.650424 ], [ -121.797676, 44.64674 ], [ -121.798576, 44.645739999999897 ], [ -121.798976, 44.64364 ], [ -121.797276, 44.64064 ], [ -121.797376, 44.63954 ], [ -121.802076, 44.63544 ], [ -121.805576, 44.63004 ], [ -121.809476, 44.61814 ], [ -121.808175, 44.61384 ], [ -121.805275, 44.613239999999891 ], [ -121.801675, 44.61054 ], [ -121.797975, 44.60484 ], [ -121.797875, 44.60404 ], [ -121.800175, 44.60274 ], [ -121.799975, 44.60154 ], [ -121.798975, 44.59974 ], [ -121.795175, 44.59784 ], [ -121.792774, 44.59404 ], [ -121.794574, 44.59214 ], [ -121.795774, 44.58984 ], [ -121.797974, 44.58184 ], [ -121.798974, 44.57264 ], [ -121.800774, 44.57014 ], [ -121.800933, 44.566327999999892 ], [ -121.801874, 44.56484 ], [ -121.802074, 44.56334 ], [ -121.802073, 44.55574 ], [ -121.804373, 44.55294 ], [ -121.806673, 44.54674 ], [ -121.807973, 44.54564 ], [ -121.809673, 44.54544 ], [ -121.812373, 44.54374 ], [ -121.815373, 44.53914 ], [ -121.815873, 44.53724 ], [ -121.815873, 44.53584 ], [ -121.814973, 44.53354 ], [ -121.812173, 44.530039999999893 ], [ -121.811773, 44.52744 ], [ -121.812073, 44.52494 ], [ -121.808172, 44.51644 ], [ -121.808172, 44.51494 ], [ -121.809372, 44.51344 ], [ -121.811572, 44.51344 ], [ -121.820773, 44.51154 ], [ -121.822373, 44.51074 ], [ -121.828073, 44.50404 ], [ -121.840873, 44.494241 ], [ -121.845773, 44.491441 ], [ -121.848473, 44.486741 ], [ -121.848672, 44.484641 ], [ -121.844672, 44.482540999999898 ], [ -121.842672, 44.479041 ], [ -121.843872, 44.472741 ], [ -121.849172, 44.468541 ], [ -121.847171, 44.455541 ], [ -121.843771, 44.45114 ], [ -121.84087, 44.44464 ], [ -121.84147, 44.44064 ], [ -121.84367, 44.43884 ], [ -121.84597, 44.43404 ], [ -121.84717, 44.42994 ], [ -121.84717, 44.42864 ], [ -121.845066, 44.424961 ], [ -121.844969, 44.41464 ], [ -121.842869, 44.40924 ], [ -121.844869, 44.407339999999898 ], [ -121.846469, 44.40224 ], [ -121.845768, 44.39814 ], [ -121.842568, 44.39504 ], [ -121.842667, 44.39244 ], [ -121.843068, 44.39054 ], [ -121.846068, 44.38654 ], [ -121.843267, 44.37204 ], [ -121.844967, 44.37044 ], [ -121.845667, 44.36664 ], [ -121.842767, 44.36184 ], [ -121.839666, 44.35934 ], [ -121.839066, 44.35444 ], [ -121.843266, 44.346339999999891 ], [ -121.843566, 44.34384 ], [ -121.842666, 44.34124 ], [ -121.839065, 44.33774 ], [ -121.837165, 44.33454 ], [ -121.840765, 44.32014 ], [ -121.838364, 44.31194 ], [ -121.836764, 44.30294 ], [ -121.840563, 44.28974 ], [ -121.840863, 44.28584 ], [ -121.839763, 44.28554 ], [ -121.837363, 44.28624 ], [ -121.834763, 44.28624 ], [ -121.828163, 44.28454 ], [ -121.824962, 44.28294 ], [ -121.822962, 44.27184 ], [ -121.818561, 44.262039 ], [ -121.815761, 44.260739 ], [ -121.813361, 44.260238999999899 ], [ -121.807553, 44.260291 ], [ -121.806185, 44.259994 ], [ -121.799359, 44.258138 ], [ -121.79696, 44.254439 ], [ -121.789559, 44.249339 ], [ -121.788859, 44.247739 ], [ -121.790059, 44.244838999999899 ], [ -121.784058, 44.226639 ], [ -121.783358, 44.225739 ], [ -121.780758, 44.225138 ], [ -121.778857, 44.223837999999894 ], [ -121.777457, 44.220538 ], [ -121.777557, 44.218238 ], [ -121.778157, 44.217638 ], [ -121.784257, 44.215438 ], [ -121.785157, 44.213237999999897 ], [ -121.785557, 44.207638 ], [ -121.783556, 44.205438 ], [ -121.781456, 44.197338 ], [ -121.779056, 44.194038 ], [ -121.775955, 44.191537999999895 ], [ -121.772855, 44.185838 ], [ -121.773655, 44.183338 ], [ -121.775855, 44.181737999999896 ], [ -121.779354, 44.175937999999896 ], [ -121.777054, 44.171538 ], [ -121.772417, 44.168962999999898 ], [ -121.771853, 44.163438 ], [ -121.777113, 44.160483999999897 ], [ -121.779054, 44.160738 ], [ -121.781654, 44.159738 ], [ -121.780853, 44.155237999999883 ], [ -121.783753, 44.147938 ], [ -121.782353, 44.146138 ], [ -121.777552, 44.144338 ], [ -121.773252, 44.140137999999887 ], [ -121.771151, 44.127538 ], [ -121.771051, 44.123438 ], [ -121.769351, 44.120338 ], [ -121.76755, 44.115437 ], [ -121.76735, 44.114337 ], [ -121.76905, 44.104037 ], [ -121.771849, 44.09093699999989 ], [ -121.779249, 44.079937 ], [ -121.785149, 44.076838 ], [ -121.788648, 44.074338 ], [ -121.792848, 44.067638 ], [ -121.795248, 44.062438 ], [ -121.798348, 44.060138 ], [ -121.801048, 44.056238 ], [ -121.801847, 44.052337999999892 ], [ -121.812048, 44.053038 ], [ -121.818348, 44.051738 ], [ -121.820348, 44.048738 ], [ -121.824547, 44.044638 ], [ -121.828847, 44.041637999999899 ], [ -121.831747, 44.041637999999899 ], [ -121.833947, 44.039637999999897 ], [ -121.835147, 44.037238 ], [ -121.827146, 44.025138 ], [ -121.822446, 44.015438 ], [ -121.821745, 44.012638 ], [ -121.821645, 44.011538 ], [ -121.823845, 44.00433799999989 ], [ -121.827099, 43.997625 ], [ -121.829272, 43.994749 ], [ -121.831693, 43.992685 ], [ -121.832682, 43.991957 ], [ -121.8325, 43.990919 ], [ -121.830822, 43.989182 ], [ -121.843171, 43.979124 ], [ -121.845299, 43.976308 ], [ -121.845271, 43.974882 ], [ -121.843025, 43.973042999999898 ], [ -121.83693, 43.971954 ], [ -121.83676, 43.971196999999876 ], [ -121.846143, 43.967163 ], [ -121.852308, 43.96635 ], [ -121.854103, 43.966773 ], [ -121.856901, 43.964768 ], [ -121.859794, 43.961539 ], [ -121.860071, 43.958638999999899 ], [ -121.858901, 43.955677 ], [ -121.858047, 43.951031 ], [ -121.858116, 43.94888 ], [ -121.862007, 43.936739 ], [ -121.866503, 43.925989 ], [ -121.867742, 43.924343 ], [ -121.870197, 43.923457999999897 ], [ -121.865512, 43.920482 ], [ -121.86671, 43.916991 ], [ -121.869269, 43.911892999999893 ], [ -121.876853, 43.907843999999891 ], [ -121.891351, 43.908481999999893 ], [ -121.898523, 43.912281999999898 ], [ -121.900375, 43.91521199999989 ], [ -121.901634, 43.915919 ], [ -121.912398, 43.912305 ], [ -121.915059, 43.912566999999896 ], [ -121.915638, 43.91317 ], [ -121.915607, 43.91401599999989 ], [ -121.917033, 43.914754999999879 ], [ -121.91809, 43.914794 ], [ -121.92018, 43.913816 ], [ -121.922012, 43.91205 ], [ -121.922963, 43.909688 ], [ -121.924107, 43.908631999999898 ], [ -121.929023, 43.907908 ], [ -121.936445, 43.903716 ], [ -121.939643, 43.90111 ], [ -121.932675, 43.899405 ], [ -121.931204, 43.898505999999898 ], [ -121.931113, 43.897741 ], [ -121.93223, 43.895418999999897 ], [ -121.934138, 43.893177 ], [ -121.945426, 43.883543 ], [ -121.947237, 43.882888 ], [ -121.951396, 43.882527 ], [ -121.959581, 43.878757 ], [ -121.961858, 43.877612 ], [ -121.962142, 43.875613999999892 ], [ -121.961677, 43.873807 ], [ -121.96499, 43.86645699999989 ], [ -121.968467, 43.864665 ], [ -121.972774, 43.861357 ], [ -121.975479, 43.856875 ], [ -121.975444, 43.855513 ], [ -121.975413, 43.850647 ], [ -121.974488, 43.842036999999898 ], [ -121.975288, 43.835527 ], [ -121.976219, 43.83439 ], [ -121.977954, 43.828884999999893 ], [ -121.977175, 43.827967999999892 ], [ -121.975719, 43.827638999999898 ], [ -121.974644, 43.82900999999989 ], [ -121.973533, 43.829358 ], [ -121.975447, 43.811478999999892 ], [ -121.973548, 43.81164299999989 ], [ -121.970851, 43.813088 ], [ -121.968585, 43.812969 ], [ -121.963562, 43.809325999999899 ], [ -121.964314, 43.808322 ], [ -121.96501, 43.805948999999899 ], [ -121.967779, 43.801594999999899 ], [ -121.968238, 43.789606999999897 ], [ -121.966978, 43.78604 ], [ -121.96591, 43.784461999999891 ], [ -121.963974, 43.782612 ], [ -121.960653, 43.781286 ], [ -121.960841, 43.780519999999889 ], [ -121.962936, 43.778472999999899 ], [ -121.96592, 43.777463 ], [ -121.968758, 43.775043 ], [ -121.969714, 43.76904 ], [ -121.969034, 43.767341 ], [ -121.963656, 43.762441 ], [ -121.969905, 43.756843 ], [ -121.97451, 43.748896 ], [ -121.980693, 43.743586 ], [ -121.981158, 43.742676 ], [ -121.978283, 43.737791999999899 ], [ -121.9753, 43.735906 ], [ -121.97492, 43.73203 ], [ -121.975505, 43.728976 ], [ -121.978329, 43.724431 ], [ -121.976831, 43.72237599999989 ], [ -121.975611, 43.721505999999899 ], [ -121.97308, 43.715712 ], [ -121.974841, 43.71398 ], [ -121.975194, 43.710571 ], [ -121.974538, 43.708581 ], [ -121.973218, 43.70609 ], [ -121.971644, 43.704864999999891 ], [ -121.96792, 43.704631 ], [ -121.966878, 43.703366 ], [ -121.967686, 43.701560999999892 ], [ -121.972879, 43.695912 ], [ -121.978899, 43.686428 ], [ -121.979705, 43.683172 ], [ -121.979602, 43.679699 ], [ -121.98085, 43.674316 ], [ -121.984742, 43.667265999999891 ], [ -121.986187, 43.661632999999895 ], [ -121.986988, 43.654411999999894 ], [ -121.984216, 43.648812 ], [ -121.980666, 43.639889999999895 ], [ -121.968473, 43.627865999999891 ], [ -121.967333, 43.627358 ], [ -121.965286, 43.627848999999898 ], [ -121.964854, 43.626826 ], [ -121.976516, 43.625796 ], [ -121.98663, 43.625675 ], [ -121.991488, 43.62574699999989 ], [ -121.996114, 43.626908 ], [ -121.998273, 43.626883 ], [ -122.000331, 43.626149999999896 ], [ -122.001939, 43.622561999999881 ], [ -122.001941, 43.617702999999878 ], [ -122.002675, 43.615227999999895 ], [ -122.010074, 43.609609999999897 ], [ -122.017382, 43.609179999999895 ], [ -122.020354, 43.606695 ], [ -122.028775, 43.604055 ], [ -122.037637, 43.600409 ], [ -122.04196, 43.599452 ], [ -122.058563, 43.591667999999885 ], [ -122.062037, 43.588664 ], [ -122.067122, 43.587464999999888 ], [ -122.073804, 43.587451999999899 ], [ -122.073895, 43.584601999999897 ], [ -122.070526, 43.582097999999895 ], [ -122.071121, 43.580469 ], [ -122.072411, 43.579699999999896 ], [ -122.078728, 43.577906999999897 ], [ -122.087676, 43.580205999999897 ], [ -122.0936, 43.578994999999892 ], [ -122.099644, 43.576838 ], [ -122.105934, 43.57261 ], [ -122.106405, 43.570219 ], [ -122.113539, 43.563648999999899 ], [ -122.117852, 43.562097999999899 ], [ -122.121217, 43.56314299999989 ], [ -122.123221, 43.562746999999895 ], [ -122.130944, 43.557148999999896 ], [ -122.134876, 43.549807 ], [ -122.134836, 43.54789 ], [ -122.135591, 43.545580999999885 ], [ -122.141889, 43.53936499999989 ], [ -122.142524, 43.53643799999989 ], [ -122.140243, 43.53086 ], [ -122.1403, 43.529977999999893 ], [ -122.145584, 43.527818999999887 ], [ -122.149335, 43.520893999999899 ], [ -122.148087, 43.516688999999893 ], [ -122.147197, 43.515323999999893 ], [ -122.142132, 43.513128 ], [ -122.137319, 43.512119 ], [ -122.134765, 43.510951999999889 ], [ -122.1324, 43.509103999999894 ], [ -122.129797, 43.505321999999886 ], [ -122.129446, 43.495444999999897 ], [ -122.131546, 43.494344999999889 ], [ -122.134246, 43.490645 ], [ -122.131946, 43.487044999999888 ], [ -122.131746, 43.484844999999886 ], [ -122.133346, 43.482244999999892 ], [ -122.132945, 43.474544999999893 ], [ -122.135446, 43.471244999999897 ], [ -122.139746, 43.467644999999891 ], [ -122.144646, 43.459544999999885 ], [ -122.143646, 43.458044999999878 ], [ -122.148046, 43.449545 ], [ -122.151046, 43.448944999999895 ], [ -122.153146, 43.447344999999892 ], [ -122.150546, 43.444444999999895 ], [ -122.146046, 43.442244999999893 ], [ -122.142745, 43.444544999999877 ], [ -122.140945, 43.445044999999894 ], [ -122.132745, 43.441346 ], [ -122.132044, 43.440444999999883 ], [ -122.133145, 43.437345999999899 ], [ -122.132945, 43.436045999999891 ], [ -122.125045, 43.434445999999888 ], [ -122.121845, 43.435845999999891 ], [ -122.120645, 43.438746 ], [ -122.112544, 43.438245999999893 ], [ -122.109544, 43.436846 ], [ -122.106544, 43.434345999999898 ], [ -122.105544, 43.429745999999888 ], [ -122.101144, 43.424345999999893 ], [ -122.097743, 43.424845999999896 ], [ -122.096543, 43.426945999999894 ], [ -122.093743, 43.429245999999885 ], [ -122.090943, 43.428245999999895 ], [ -122.090043, 43.425645999999887 ], [ -122.083743, 43.419246999999885 ], [ -122.079543, 43.413346999999888 ], [ -122.069242, 43.407747 ], [ -122.067442, 43.407246999999877 ], [ -122.064942, 43.407346999999895 ], [ -122.062742, 43.405646999999895 ], [ -122.059242, 43.400346999999897 ], [ -122.060042, 43.397747 ], [ -122.062142, 43.395247 ], [ -122.056541, 43.381747999999895 ], [ -122.053841, 43.380947999999876 ], [ -122.046541, 43.376647999999896 ], [ -122.042641, 43.372747999999895 ], [ -122.03284, 43.368048 ], [ -122.03054, 43.362147999999891 ], [ -122.03214, 43.358347999999893 ], [ -122.02684, 43.359848 ], [ -122.02164, 43.362047999999888 ], [ -122.02194, 43.360048 ], [ -122.017539, 43.352449 ], [ -122.013539, 43.348448999999881 ], [ -122.010239, 43.343248999999879 ], [ -122.008939, 43.337548999999896 ], [ -122.009139, 43.33114899999989 ], [ -122.014339, 43.325648999999892 ], [ -122.014239, 43.322349 ], [ -122.013239, 43.319048999999879 ], [ -122.011939, 43.317849 ], [ -122.006938, 43.316348999999896 ], [ -122.001938, 43.311748999999885 ], [ -122.001238, 43.310848999999891 ], [ -122.001138, 43.309448999999894 ], [ -122.001138, 43.310671999999883 ], [ -121.999155, 43.308776999999893 ], [ -122.004038, 43.303449 ], [ -122.008238, 43.300448999999894 ], [ -122.009038, 43.298148999999889 ], [ -122.009438, 43.292948999999886 ], [ -122.007838, 43.290149999999898 ], [ -122.006938, 43.287149999999876 ], [ -122.005838, 43.285449999999891 ], [ -122.001138, 43.281599999999884 ], [ -121.998066, 43.280866 ], [ -121.994678, 43.280813999999893 ], [ -121.98799, 43.278003 ], [ -121.98392, 43.270538999999879 ], [ -121.980391, 43.26533499999988 ], [ -121.977158, 43.262743999999877 ], [ -121.978112, 43.260239999999882 ], [ -121.984779, 43.257426999999893 ], [ -121.993227, 43.250529999999891 ], [ -121.992304, 43.249252999999889 ], [ -121.992414, 43.248422999999889 ], [ -121.996087, 43.243267999999887 ], [ -122.011238, 43.236149999999888 ], [ -122.013238, 43.23254999999989 ], [ -122.014938, 43.227849999999883 ], [ -122.016838, 43.226549999999897 ], [ -122.019938, 43.225949999999898 ], [ -122.023938, 43.223849999999885 ], [ -122.025938, 43.22185 ], [ -122.025438, 43.220949999999888 ], [ -122.025738, 43.220449999999879 ], [ -122.036039, 43.218049999999877 ], [ -122.037839, 43.21725 ], [ -122.038539, 43.216349999999892 ], [ -122.038839, 43.21425 ], [ -122.038339, 43.213349999999885 ], [ -122.034938, 43.209949999999878 ], [ -122.032138, 43.20835 ], [ -122.039339, 43.200349999999894 ], [ -122.040639, 43.198149999999899 ], [ -122.038838, 43.192349999999884 ], [ -122.039338, 43.190549999999895 ], [ -122.045039, 43.18365 ], [ -122.048139, 43.178749999999887 ], [ -122.051339, 43.176549999999899 ], [ -122.054239, 43.172149999999888 ], [ -122.054339, 43.169549999999894 ], [ -122.051639, 43.165849999999892 ], [ -122.052939, 43.157649999999883 ], [ -122.055939, 43.156049999999894 ], [ -122.066039, 43.152549999999891 ], [ -122.066039, 43.148049999999898 ], [ -122.063839, 43.143649999999894 ], [ -122.064639, 43.135849999999884 ], [ -122.068739, 43.130649999999896 ], [ -122.073039, 43.128349999999884 ], [ -122.074839, 43.12675 ], [ -122.075339, 43.125449999999887 ], [ -122.075139, 43.123749999999887 ], [ -122.076839, 43.118449999999889 ], [ -122.079439, 43.115449999999882 ], [ -122.081739, 43.11184999999989 ], [ -122.082439, 43.109749999999892 ], [ -122.082739, 43.10755 ], [ -122.080439, 43.104049999999894 ], [ -122.080839, 43.101249999999894 ], [ -122.087239, 43.096349999999887 ], [ -122.088239, 43.094649999999888 ], [ -122.088439, 43.091249999999881 ], [ -122.090203, 43.089185999999899 ], [ -122.090881, 43.088388999999893 ], [ -122.09214, 43.08515 ], [ -122.092439, 43.07864999999989 ], [ -122.091039, 43.075349999999894 ], [ -122.088539, 43.073249999999888 ], [ -122.085439, 43.071649999999885 ], [ -122.080239, 43.07074999999989 ], [ -122.073639, 43.06785 ], [ -122.073339, 43.067349999999884 ], [ -122.231915, 43.067480999999887 ], [ -122.252856, 43.067499999999889 ], [ -122.282245, 43.067546999999891 ], [ -122.282189, 43.056621999999869 ], [ -122.281845, 42.996583 ], [ -122.281856, 42.993586999999884 ], [ -122.28186, 42.992771 ], [ -122.281889, 42.983221999999884 ], [ -122.281912, 42.976531999999885 ], [ -122.281969, 42.960156999999889 ], [ -122.281987, 42.95494399999987 ], [ -122.282142, 42.910748999999889 ], [ -122.283342, 42.910648999999886 ], [ -122.283312, 42.902010999999881 ], [ -122.283294, 42.896637999999889 ], [ -122.28344, 42.749850999999879 ], [ -122.284536, 42.499853999999871 ], [ -122.285028, 42.475318999999878 ], [ -122.285119, 42.474718999999872 ], [ -122.287935, 42.474754999999888 ], [ -122.287687, 42.395257999999878 ], [ -122.287262, 42.230515999999881 ], [ -122.287307, 42.202987999999877 ], [ -122.28742, 42.133635999999882 ], [ -122.28743, 42.127161999999863 ], [ -122.290347, 42.127088999999856 ], [ -122.289722, 42.122580999999869 ], [ -122.289527, 42.00776399999986 ], [ -122.261127, 42.007364 ], [ -122.160438, 42.007636999999868 ], [ -122.156666, 42.007383999999867 ], [ -122.155408, 42.00742899999986 ], [ -122.101922, 42.005765999999873 ], [ -122.065382417529861, 42.005119023937539 ], [ -122.066362140182491, 41.36382503247988 ], [ -122.06707188227071, 40.899251374392804 ], [ -122.601330768715684, 40.901818998888309 ], [ -122.601716952037521, 40.903263820451151 ], [ -122.601717, 40.903263999999837 ], [ -122.601887049632566, 40.905423256597942 ], [ -122.601899, 40.905574999999864 ], [ -122.602076018619726, 40.905906859736469 ], [ -122.603644245629539, 40.908846840871135 ], [ -122.603663, 40.908881999999849 ], [ -122.606139187571998, 40.91123616390545 ], [ -122.606159, 40.911254999999841 ], [ -122.607278679417988, 40.911791501614061 ], [ -122.608198, 40.91223199999984 ], [ -122.608226344675984, 40.912263492039209 ], [ -122.609738, 40.913942999999854 ], [ -122.612751, 40.921244999999836 ], [ -122.612749939952849, 40.921246453333794 ], [ -122.610873928593335, 40.923818481340682 ], [ -122.609212, 40.926096999999849 ], [ -122.609063197744916, 40.926712757903012 ], [ -122.609002, 40.926965999999844 ], [ -122.608605207683866, 40.928922561599535 ], [ -122.607441093423262, 40.934662746495974 ], [ -122.607438, 40.934677999999835 ], [ -122.605296, 40.940046999999836 ], [ -122.605295753534193, 40.940050360594313 ], [ -122.605000151006607, 40.944080941004366 ], [ -122.605, 40.94408299999985 ], [ -122.604608, 40.944494999999854 ], [ -122.604642871734043, 40.944778998792174 ], [ -122.605184, 40.949185999999834 ], [ -122.605559, 40.951501999999849 ], [ -122.60556103726357, 40.951505492125399 ], [ -122.606657743101934, 40.953385383635364 ], [ -122.607343, 40.954559999999859 ], [ -122.607343027189046, 40.954564332574549 ], [ -122.607362532122551, 40.957672443726416 ], [ -122.607363, 40.957746999999834 ], [ -122.607362545677475, 40.957747311984726 ], [ -122.605872861771516, 40.958770283188244 ], [ -122.603204, 40.960602999999857 ], [ -122.602359776387928, 40.961902020184816 ], [ -122.602166876605494, 40.962198838121985 ], [ -122.601086, 40.96386199999985 ], [ -122.601088967937443, 40.965483483156078 ], [ -122.601089, 40.965500999999847 ], [ -122.601090769777016, 40.965516796718269 ], [ -122.601384627271472, 40.968139717046583 ], [ -122.601453, 40.968749999999865 ], [ -122.601463224320824, 40.969089350076359 ], [ -122.601483114437542, 40.969749512522618 ], [ -122.601537, 40.971537999999846 ], [ -122.601534001353357, 40.971541211205739 ], [ -122.601300404157541, 40.97179136695329 ], [ -122.600873833744345, 40.972248174836736 ], [ -122.59904, 40.974211999999838 ], [ -122.598672092109908, 40.975411889692886 ], [ -122.598536213383895, 40.975855042686412 ], [ -122.598535, 40.975858999999851 ], [ -122.594889974377296, 40.977937733439369 ], [ -122.594886, 40.97793999999984 ], [ -122.591356, 40.976728999999843 ], [ -122.591355641825402, 40.976729599158283 ], [ -122.591355365585571, 40.97673006125531 ], [ -122.589620058292908, 40.979632902486848 ], [ -122.58962, 40.979632999999851 ], [ -122.589619843304021, 40.979645531068286 ], [ -122.589558884510311, 40.984520441660742 ], [ -122.589552, 40.985070999999849 ], [ -122.589550077777616, 40.985071707281321 ], [ -122.588435, 40.985481999999863 ], [ -122.586879, 40.985044999999857 ], [ -122.586521820845505, 40.984897483503772 ], [ -122.583562531156232, 40.983675284390721 ], [ -122.583557, 40.98367299999984 ], [ -122.582125370323951, 40.983277214689814 ], [ -122.580779, 40.982904999999839 ], [ -122.580768738548556, 40.982905542318932 ], [ -122.575481, 40.98318499999985 ], [ -122.569188227857182, 40.984995495891049 ], [ -122.569183, 40.984996999999851 ], [ -122.569175940819505, 40.985001853186454 ], [ -122.564681036673647, 40.988092099786719 ], [ -122.563880596530794, 40.988642402384933 ], [ -122.563871, 40.988648999999846 ], [ -122.563862994926595, 40.988684346725989 ], [ -122.562996638074537, 40.992509780528906 ], [ -122.562983, 40.992569999999851 ], [ -122.558381, 40.997246999999881 ], [ -122.555421, 40.999471999999848 ], [ -122.555420872787522, 40.999473967271356 ], [ -122.555327478041903, 41.000918266110382 ], [ -122.55521, 41.002734999999845 ], [ -122.554456, 41.003609999999838 ], [ -122.554244367962596, 41.003662494536172 ], [ -122.552005008452866, 41.004217959297343 ], [ -122.548058, 41.005196999999846 ], [ -122.545303926973787, 41.005069218755743 ], [ -122.545213, 41.005064999999846 ], [ -122.545207798382293, 41.005062300996634 ], [ -122.545174927929708, 41.005045245253235 ], [ -122.540376896943286, 41.00255565418022 ], [ -122.540366, 41.002549999999857 ], [ -122.540353860335216, 41.002546499408652 ], [ -122.538945078309951, 41.002140263322026 ], [ -122.538854, 41.002113999999843 ], [ -122.537877, 41.002383999999822 ], [ -122.53787655957899, 41.002384486647358 ], [ -122.536020206856065, 41.004435681753911 ], [ -122.530417, 41.010626999999836 ], [ -122.53040385083537, 41.010645598367844 ], [ -122.52777987231616, 41.014356991408526 ], [ -122.527753, 41.014394999999837 ], [ -122.527092, 41.021084999999857 ], [ -122.527316, 41.022798999999843 ], [ -122.52834, 41.024444999999837 ], [ -122.528340589237871, 41.02448600353793 ], [ -122.528481118297506, 41.034265057193693 ], [ -122.528483, 41.034395999999852 ], [ -122.528207971093991, 41.03737698081229 ], [ -122.528086517492426, 41.038693391007463 ], [ -122.528086, 41.038698999999838 ], [ -122.52785681477522, 41.040846007185607 ], [ -122.52733698205158, 41.045715800140506 ], [ -122.527336011178264, 41.045724895282049 ], [ -122.527336, 41.045724999999848 ], [ -122.527133871145168, 41.045890834737754 ], [ -122.525203, 41.047474999999849 ], [ -122.525198734042121, 41.047482220005982 ], [ -122.522374111059079, 41.052262809924486 ], [ -122.522361, 41.052284999999848 ], [ -122.522365796744396, 41.052326206771752 ], [ -122.523165880193474, 41.059199380222779 ], [ -122.523167, 41.059208999999854 ], [ -122.523167351468047, 41.05920951222307 ], [ -122.52578969872782, 41.063031274020972 ], [ -122.525795, 41.063038999999847 ], [ -122.525795283302074, 41.063039182344504 ], [ -122.525988140758656, 41.06316331318552 ], [ -122.527619, 41.064212999999846 ], [ -122.527634546269553, 41.064215261138848 ], [ -122.531758, 41.064814999999847 ], [ -122.531761424249638, 41.064814565131606 ], [ -122.536824693861362, 41.064171546865033 ], [ -122.536829, 41.06417099999986 ], [ -122.537809602254953, 41.064940151633792 ], [ -122.53794149226627, 41.065043601750482 ], [ -122.537942, 41.06504399999988 ], [ -122.539774, 41.072605999999851 ], [ -122.537863, 41.074657999999836 ], [ -122.537862890926419, 41.074658066065389 ], [ -122.535862, 41.075869999999846 ], [ -122.532150388071955, 41.076335205592194 ], [ -122.52883740716284, 41.076750447615368 ], [ -122.528833, 41.076750999999845 ], [ -122.52314, 41.080822999999839 ], [ -122.521228, 41.083076999999868 ], [ -122.521220886556051, 41.083081653739228 ], [ -122.514424885130552, 41.087527716663658 ], [ -122.513356, 41.088226999999854 ], [ -122.512065, 41.08832899999986 ], [ -122.511048689886053, 41.087616930393523 ], [ -122.510819, 41.087455999999854 ], [ -122.506489723117397, 41.086125585359156 ], [ -122.506234, 41.086046999999851 ], [ -122.493307523155423, 41.085987039535155 ], [ -122.493299, 41.085986999999847 ], [ -122.493295876608286, 41.08598802196115 ], [ -122.488085, 41.087692999999852 ], [ -122.482890164003152, 41.090408403352889 ], [ -122.480622312075269, 41.091593836874331 ], [ -122.480622, 41.091593999999851 ], [ -122.476587, 41.091986999999833 ], [ -122.472318, 41.095352999999854 ], [ -122.465807102361751, 41.096493058329543 ], [ -122.463843090040854, 41.096836956933167 ], [ -122.46382, 41.096840999999834 ], [ -122.459057, 41.096171999999839 ], [ -122.457144, 41.096610999999847 ], [ -122.45625903834997, 41.09994930567629 ], [ -122.455439757154451, 41.103039847583354 ], [ -122.455392, 41.103219999999844 ], [ -122.453770360909687, 41.104970778738078 ], [ -122.453747, 41.104995999999851 ], [ -122.453158265626172, 41.106006822214731 ], [ -122.451864, 41.108228999999838 ], [ -122.451864133554452, 41.108229438678684 ], [ -122.453466, 41.113490999999854 ], [ -122.453465237076387, 41.113491584073849 ], [ -122.45256237117836, 41.114182794147325 ], [ -122.452375912100123, 41.114325542249148 ], [ -122.449533, 41.116501999999834 ], [ -122.448571, 41.118237999999863 ], [ -122.448930496989306, 41.12401291969217 ], [ -122.448931, 41.124020999999864 ], [ -122.448106, 41.135906999999847 ], [ -122.449100453392717, 41.14029333502446 ], [ -122.450604688622462, 41.146928215775851 ], [ -122.450606, 41.14693399999986 ], [ -122.450604583783161, 41.146937895591613 ], [ -122.449629509992931, 41.149620033899268 ], [ -122.448472369700127, 41.152802983064639 ], [ -122.448472, 41.152803999999847 ], [ -122.44622529174849, 41.155951190517634 ], [ -122.446224, 41.155952999999855 ], [ -122.445453, 41.157930999999856 ], [ -122.446021767208848, 41.159243462820953 ], [ -122.446022, 41.159243999999866 ], [ -122.44604486320361, 41.159240167439705 ], [ -122.448943197256895, 41.158754319534822 ], [ -122.448963, 41.15875099999986 ], [ -122.449220114249655, 41.158863401180945 ], [ -122.449894, 41.159157999999849 ], [ -122.449901374364799, 41.159170738675044 ], [ -122.454025, 41.166293999999844 ], [ -122.45409222367384, 41.166333955923257 ], [ -122.457432274615115, 41.168319191359593 ], [ -122.457437, 41.168321999999833 ], [ -122.457445192242432, 41.168320385567718 ], [ -122.462963, 41.167232999999847 ], [ -122.465319, 41.167678999999858 ], [ -122.467298312803607, 41.168714958064371 ], [ -122.46829, 41.169233999999854 ], [ -122.474376568835481, 41.175593057076078 ], [ -122.474388, 41.175604999999884 ], [ -122.475939, 41.176516999999848 ], [ -122.47776, 41.177161999999853 ], [ -122.477765132573126, 41.177161935597347 ], [ -122.486105761878449, 41.177057279039374 ], [ -122.486128, 41.177056999999856 ], [ -122.489265485575615, 41.176083252660106 ], [ -122.490923383169076, 41.175568708981025 ], [ -122.490945, 41.175561999999836 ], [ -122.492545, 41.175970999999841 ], [ -122.495258981841545, 41.177332434928651 ], [ -122.497673924091742, 41.17854386039955 ], [ -122.497736, 41.178574999999839 ], [ -122.498753, 41.179585999999837 ], [ -122.498376, 41.182674999999875 ], [ -122.498898, 41.184657999999878 ], [ -122.497108041944372, 41.187894706089097 ], [ -122.495023, 41.191664999999851 ], [ -122.495020401538582, 41.192066722136886 ], [ -122.495018, 41.192437999999854 ], [ -122.495023767772523, 41.192445578218781 ], [ -122.497395002239173, 41.195561119601543 ], [ -122.497401, 41.195568999999864 ], [ -122.4974077859262, 41.195572947787106 ], [ -122.501124016325178, 41.197734905723607 ], [ -122.501535, 41.197973999999846 ], [ -122.501539014938899, 41.197975279085682 ], [ -122.50516861625006, 41.199131603417626 ], [ -122.505173, 41.199132999999847 ], [ -122.508402, 41.201532999999849 ], [ -122.508402245939621, 41.201533361223639 ], [ -122.509458, 41.203083999999862 ], [ -122.50945822607197, 41.203084071485641 ], [ -122.515492, 41.204991999999841 ], [ -122.515492345306782, 41.204992452434006 ], [ -122.515803350303344, 41.205399943051184 ], [ -122.518562606416239, 41.209015225728045 ], [ -122.518725, 41.209227999999854 ], [ -122.518767483450233, 41.209274676396085 ], [ -122.522636, 41.213524999999855 ], [ -122.522633666076842, 41.21352901887645 ], [ -122.519482525203642, 41.218955095630477 ], [ -122.519482, 41.218955999999849 ], [ -122.51948164641928, 41.218956279550078 ], [ -122.519479753346118, 41.21895777626365 ], [ -122.514937076335968, 41.222549336492875 ], [ -122.514916, 41.222565999999858 ], [ -122.514906066875554, 41.222580538652011 ], [ -122.512271271711441, 41.226436965773615 ], [ -122.512261, 41.226451999999846 ], [ -122.512261884353407, 41.226453945135475 ], [ -122.515048252636262, 41.232582563168073 ], [ -122.515063, 41.232614999999853 ], [ -122.515068745226245, 41.232621235626247 ], [ -122.518109, 41.235920999999834 ], [ -122.518108852353507, 41.235921875899592 ], [ -122.518096146069738, 41.235997254805866 ], [ -122.517458, 41.239782999999854 ], [ -122.514669419091689, 41.24053793065486 ], [ -122.514647, 41.240543999999836 ], [ -122.514630366463962, 41.240556329608424 ], [ -122.508271427545978, 41.245269893081385 ], [ -122.508247, 41.24528799999986 ], [ -122.509197, 41.249122999999855 ], [ -122.509198505234437, 41.249124479507941 ], [ -122.512265066400403, 41.252138629276956 ], [ -122.512298, 41.252170999999841 ], [ -122.51313162776664, 41.253713591441553 ], [ -122.513943, 41.255214999999858 ], [ -122.513942982545572, 41.255227629359965 ], [ -122.513940249963071, 41.257204823597569 ], [ -122.513927, 41.266791999999853 ], [ -122.512295, 41.270982999999852 ], [ -122.51229585133683, 41.270987660243129 ], [ -122.513177266257244, 41.275812551828366 ], [ -122.51397, 41.28015199999988 ], [ -122.51333, 41.283679999999855 ], [ -122.513328577662591, 41.283682241204318 ], [ -122.512510635656199, 41.284971088172284 ], [ -122.510167, 41.28866399999982 ], [ -122.510166636686577, 41.288664055865688 ], [ -122.51016140079436, 41.288664860976034 ], [ -122.502342869826776, 41.289867097410912 ], [ -122.502337, 41.289867999999856 ], [ -122.502313654025045, 41.289884351178841 ], [ -122.499223, 41.292048999999849 ], [ -122.498263, 41.29574799999984 ], [ -122.498263317117903, 41.295749752027767 ], [ -122.499046238603796, 41.300075273320722 ], [ -122.499101216198653, 41.300379016111819 ], [ -122.499327558107751, 41.301629520491772 ], [ -122.499674608970622, 41.303546923352869 ], [ -122.499732, 41.303863999999848 ], [ -122.500223, 41.305504999999847 ], [ -122.501946, 41.30759899999984 ], [ -122.50192003285413, 41.309111086878794 ], [ -122.50192, 41.309112999999869 ], [ -122.501914257506158, 41.309115741031491 ], [ -122.496628, 41.31163899999985 ], [ -122.49662539899694, 41.311639861893354 ], [ -122.491199514368375, 41.313437835444802 ], [ -122.491196, 41.313438999999846 ], [ -122.488955, 41.315789999999851 ], [ -122.486847, 41.316985999999872 ], [ -122.483753874625378, 41.317743323456384 ], [ -122.481129, 41.318385999999862 ], [ -122.478778161893146, 41.320079839670548 ], [ -122.478771, 41.32008499999985 ], [ -122.478771562323018, 41.320085451344603 ], [ -122.478771709180094, 41.320085569218428 ], [ -122.481181535818564, 41.322019800115008 ], [ -122.483311, 41.323728999999851 ], [ -122.488962, 41.32466199999984 ], [ -122.490803, 41.325525999999861 ], [ -122.500202293623488, 41.331465514447331 ], [ -122.502535346464086, 41.332939795559163 ], [ -122.502542, 41.332943999999856 ], [ -122.504254, 41.334709999999845 ], [ -122.504254215178761, 41.334711190866635 ], [ -122.504662, 41.336967999999878 ], [ -122.504162278415833, 41.340862850740677 ], [ -122.503890951150751, 41.342977586691354 ], [ -122.50389, 41.342984999999864 ], [ -122.503890590426082, 41.342985085315931 ], [ -122.50532547300385, 41.343192424670349 ], [ -122.509369470892253, 41.343776779045029 ], [ -122.509371, 41.343776999999854 ], [ -122.509390581113976, 41.343776998142246 ], [ -122.519861653330125, 41.343776004776132 ], [ -122.519912, 41.343775999999849 ], [ -122.519915080765259, 41.343775187219229 ], [ -122.529146145076083, 41.341339808495086 ], [ -122.529153, 41.341337999999851 ], [ -122.529161303312705, 41.341338120154411 ], [ -122.535711822942943, 41.341432910613669 ], [ -122.535718, 41.34143299999986 ], [ -122.53571882322872, 41.341433730828186 ], [ -122.538662198418095, 41.344046737354411 ], [ -122.538667, 41.344050999999844 ], [ -122.539244053912356, 41.344918431312578 ], [ -122.540639659656094, 41.347016315230277 ], [ -122.542721, 41.350144999999848 ], [ -122.54272071105531, 41.350145590971344 ], [ -122.54229812801205, 41.351009889754778 ], [ -122.542213, 41.351183999999861 ], [ -122.542835, 41.354082999999854 ], [ -122.544458, 41.355914999999882 ], [ -122.544471775876545, 41.355926023367886 ], [ -122.54767726094579, 41.358491031954131 ], [ -122.548022606209287, 41.358767375018282 ], [ -122.55169, 41.361701999999845 ], [ -122.5516902028359, 41.361702092282712 ], [ -122.5610459758405, 41.365958624118754 ], [ -122.561049, 41.365959999999845 ], [ -122.561072807947625, 41.365957487501547 ], [ -122.565749, 41.365463999999868 ], [ -122.569641, 41.367921999999858 ], [ -122.572323931960895, 41.368024920667231 ], [ -122.572326, 41.368024999999854 ], [ -122.572326464683897, 41.36802461308227 ], [ -122.572906922851445, 41.367541296407317 ], [ -122.576939, 41.364183999999867 ], [ -122.579907447949239, 41.362852875081984 ], [ -122.579954, 41.362831999999855 ], [ -122.579957563061626, 41.362829422896084 ], [ -122.58523820941889, 41.359010018381198 ], [ -122.585241, 41.359007999999854 ], [ -122.585799, 41.357633999999862 ], [ -122.585799453869086, 41.357625333153074 ], [ -122.585997803521352, 41.353837751853419 ], [ -122.585998, 41.35383399999985 ], [ -122.586819, 41.349201999999842 ], [ -122.586055, 41.347035999999846 ], [ -122.584182101920248, 41.344024163899327 ], [ -122.584182, 41.344023999999855 ], [ -122.581141517917544, 41.341440440084995 ], [ -122.581141, 41.341439999999842 ], [ -122.581022, 41.337669999999846 ], [ -122.581845, 41.336464999999869 ], [ -122.585803, 41.334716999999841 ], [ -122.58712, 41.333280999999843 ], [ -122.587628, 41.33220899999985 ], [ -122.587627807624244, 41.332207243249783 ], [ -122.5873556948534, 41.32972234530947 ], [ -122.587355, 41.329715999999841 ], [ -122.58787, 41.328172999999829 ], [ -122.589052, 41.326836999999841 ], [ -122.589056581293448, 41.326835343246294 ], [ -122.593134103652474, 41.325360770687794 ], [ -122.593139, 41.325358999999857 ], [ -122.593172118426935, 41.325354267156932 ], [ -122.595231929049675, 41.325059906553456 ], [ -122.598912, 41.324533999999851 ], [ -122.59891332799188, 41.324534759249083 ], [ -122.601256544890902, 41.325874440345274 ], [ -122.601303, 41.325900999999845 ], [ -122.603359, 41.328644999999867 ], [ -122.605226, 41.329198999999861 ], [ -122.607682, 41.329186999999834 ], [ -122.616690503537143, 41.327720150496688 ], [ -122.617841584322335, 41.327532720667669 ], [ -122.617889, 41.327524999999852 ], [ -122.617890644984612, 41.327525526732472 ], [ -122.623921785560029, 41.329456729283095 ], [ -122.623932, 41.329459999999848 ], [ -122.625010614226326, 41.330679861327226 ], [ -122.625108, 41.330789999999844 ], [ -122.625108138194435, 41.330790072223252 ], [ -122.627473, 41.332025999999857 ], [ -122.627486370882252, 41.33202420785566 ], [ -122.630474778823483, 41.331623661516403 ], [ -122.63233, 41.331374999999852 ], [ -122.642128, 41.326607999999837 ], [ -122.645729907329724, 41.324449055545436 ], [ -122.64573, 41.324448999999852 ], [ -122.647683, 41.322342999999861 ], [ -122.647842910660373, 41.321700019564737 ], [ -122.64821, 41.320223999999854 ], [ -122.648209800311676, 41.320223127677153 ], [ -122.646386398180809, 41.312257739421277 ], [ -122.646386, 41.312255999999849 ], [ -122.64558, 41.304733999999861 ], [ -122.645580971912707, 41.304733163396179 ], [ -122.649081086560273, 41.301720332258746 ], [ -122.651548300771864, 41.29959660188198 ], [ -122.651549, 41.299595999999873 ], [ -122.652723507480118, 41.296002498542812 ], [ -122.652724, 41.296000999999848 ], [ -122.652724603124952, 41.295997257144187 ], [ -122.653519294614242, 41.291065583234314 ], [ -122.653521, 41.291054999999858 ], [ -122.654695446510587, 41.29008845550986 ], [ -122.654696, 41.290087999999869 ], [ -122.658273, 41.291902999999849 ], [ -122.658306493116498, 41.291901336583322 ], [ -122.663483582831645, 41.291644219375996 ], [ -122.663488, 41.29164399999987 ], [ -122.665459, 41.291019999999854 ], [ -122.667354, 41.289553999999832 ], [ -122.667761257347507, 41.289366483462864 ], [ -122.677255281089899, 41.284995079324666 ], [ -122.677274772349548, 41.28498610481865 ], [ -122.677275, 41.284985999999854 ], [ -122.677346309000441, 41.284601388772877 ], [ -122.677618, 41.283135999999843 ], [ -122.677156, 41.281480999999857 ], [ -122.677474270672874, 41.280217106225415 ], [ -122.677536649032163, 41.279969393738334 ], [ -122.677537, 41.279967999999833 ], [ -122.679068, 41.278968999999847 ], [ -122.682246, 41.277984999999852 ], [ -122.682259681229723, 41.277996058683669 ], [ -122.686274817695093, 41.281241536291603 ], [ -122.686289, 41.281252999999865 ], [ -122.687357, 41.281328999999864 ], [ -122.693264439057032, 41.278925942922356 ], [ -122.700260659424998, 41.276079986035008 ], [ -122.700268, 41.276076999999852 ], [ -122.704961, 41.275036999999848 ], [ -122.704969995957313, 41.275036682389569 ], [ -122.711942959355198, 41.274790495717298 ], [ -122.711957, 41.274789999999868 ], [ -122.716160372568126, 41.270865052752292 ], [ -122.720363533970101, 41.266940302683516 ], [ -122.720366, 41.266937999999861 ], [ -122.720375094082002, 41.26692541001097 ], [ -122.724599059261436, 41.261077686788596 ], [ -122.724600442577795, 41.261075771703858 ], [ -122.724601, 41.261074999999849 ], [ -122.72458103442365, 41.256093384967031 ], [ -122.724552, 41.248848999999844 ], [ -122.724557319328653, 41.24883909874606 ], [ -122.725295, 41.247465999999861 ], [ -122.728396384328803, 41.24535626849466 ], [ -122.728435, 41.245329999999868 ], [ -122.732649, 41.243793999999859 ], [ -122.736741783649293, 41.24404972978698 ], [ -122.740036762563193, 41.244255610265498 ], [ -122.740043, 41.244255999999872 ], [ -122.743186123952299, 41.242609065696001 ], [ -122.74646070958849, 41.240893248089968 ], [ -122.746465, 41.240890999999863 ], [ -122.748958, 41.240875999999858 ], [ -122.753632965943879, 41.241872287852061 ], [ -122.753641, 41.241873999999861 ], [ -122.758306439540007, 41.240806644791867 ], [ -122.758318, 41.240803999999848 ], [ -122.758320121723642, 41.240802934831947 ], [ -122.761392578549618, 41.23926047080549 ], [ -122.763738, 41.238082999999833 ], [ -122.764311036112829, 41.236813039905634 ], [ -122.765046233377902, 41.235183698984336 ], [ -122.765047, 41.235181999999853 ], [ -122.765055831122353, 41.235178795996319 ], [ -122.771829915987766, 41.232721102523676 ], [ -122.777012, 41.230840999999842 ], [ -122.777882, 41.228649999999853 ], [ -122.778145040853545, 41.22447484218192 ], [ -122.778149, 41.224411999999859 ], [ -122.779799, 41.220030999999857 ], [ -122.779892908231631, 41.219907078483921 ], [ -122.781207, 41.218172999999865 ], [ -122.781473110634778, 41.21811628947713 ], [ -122.786679663522776, 41.217006727146995 ], [ -122.786729811881557, 41.216996040089555 ], [ -122.78673, 41.216995999999867 ], [ -122.787697, 41.215611999999865 ], [ -122.788332917394953, 41.212582393542732 ], [ -122.788333, 41.212581999999877 ], [ -122.788338267307282, 41.212581108979855 ], [ -122.795415287118274, 41.211383957249581 ], [ -122.795551, 41.211360999999854 ], [ -122.797631521436131, 41.209835350931343 ], [ -122.797632, 41.209834999999842 ], [ -122.797631907912731, 41.209826677613442 ], [ -122.797600083225973, 41.206950521546453 ], [ -122.7976, 41.206942999999846 ], [ -122.797750538044056, 41.206734794515818 ], [ -122.798699, 41.205422999999861 ], [ -122.80211, 41.203047999999846 ], [ -122.811342, 41.202450999999847 ], [ -122.812911, 41.203079999999844 ], [ -122.816845, 41.207594999999863 ], [ -122.816848983646736, 41.207596164487207 ], [ -122.825161569438109, 41.210026074019289 ], [ -122.825175, 41.210029999999854 ], [ -122.829588300881781, 41.208764953326892 ], [ -122.836481564210033, 41.206789040042764 ], [ -122.836698, 41.20672699999988 ], [ -122.839532, 41.204825999999862 ], [ -122.839546815288017, 41.204804093313115 ], [ -122.842282800888611, 41.200758516920352 ], [ -122.842296, 41.200738999999849 ], [ -122.843941, 41.200223999999849 ], [ -122.843946514167172, 41.200224449917826 ], [ -122.849571178395863, 41.200683383694134 ], [ -122.850328400278727, 41.200745167773007 ], [ -122.853132352670599, 41.200973950933644 ], [ -122.859935, 41.201528999999852 ], [ -122.862485, 41.202049999999844 ], [ -122.86346191080996, 41.203404236149133 ], [ -122.863619, 41.203621999999854 ], [ -122.863619164024456, 41.203622034011147 ], [ -122.863623289119047, 41.203622889370223 ], [ -122.870667865769335, 41.205083617711026 ], [ -122.870689, 41.205087999999868 ], [ -122.870704922362151, 41.205083847102017 ], [ -122.876129329793727, 41.203669043843107 ], [ -122.876141, 41.203665999999849 ], [ -122.876154336912265, 41.203666451032582 ], [ -122.881813229436545, 41.203857825597893 ], [ -122.883563, 41.203916999999855 ], [ -122.885163, 41.204456999999856 ], [ -122.887911962044811, 41.203829859078802 ], [ -122.893259, 41.202609999999844 ], [ -122.893259984283787, 41.202609585292421 ], [ -122.897066, 41.20100599999985 ], [ -122.897073126490397, 41.201001906839899 ], [ -122.903871829641076, 41.197097014264521 ], [ -122.906768637322116, 41.195433208306937 ], [ -122.906769, 41.195432999999852 ], [ -122.908834454101253, 41.191533918285707 ], [ -122.908836, 41.191530999999848 ], [ -122.91537, 41.18718399999986 ], [ -122.915388487389336, 41.187181075489825 ], [ -122.917497456839868, 41.186847458763872 ], [ -122.917513, 41.186844999999863 ], [ -122.920947, 41.187479999999844 ], [ -122.924839, 41.186664999999842 ], [ -122.925957, 41.185156999999862 ], [ -122.925959483940289, 41.185151252952217 ], [ -122.926821387945466, 41.183157081282886 ], [ -122.927496333868461, 41.181595471138451 ], [ -122.927716762655095, 41.181085469051467 ], [ -122.927755, 41.18099699999987 ], [ -122.927756510434051, 41.180991241810858 ], [ -122.928029528459092, 41.179950422191951 ], [ -122.928032, 41.179940999999843 ], [ -122.928037628271156, 41.179934823231655 ], [ -122.929163737540307, 41.178698970214619 ], [ -122.929171, 41.178690999999858 ], [ -122.932253711442385, 41.178005313678092 ], [ -122.933431343681335, 41.177743373391628 ], [ -122.9356, 41.177260999999866 ], [ -122.938374, 41.178105999999858 ], [ -122.938374374243821, 41.178106177667949 ], [ -122.938376207018536, 41.17810704775718 ], [ -122.943896656116522, 41.180727819140898 ], [ -122.945361, 41.181422999999874 ], [ -122.947867164360858, 41.183171339979609 ], [ -122.948360572990325, 41.183515549659845 ], [ -122.951316440369681, 41.185577609592848 ], [ -122.951317, 41.18557799999985 ], [ -122.951331567545253, 41.185572113433473 ], [ -122.961343307720981, 41.181526492004537 ], [ -122.961347, 41.181524999999851 ], [ -122.962728578506159, 41.179317271512055 ], [ -122.96273, 41.179314999999853 ], [ -122.962729798002954, 41.179312757832733 ], [ -122.962600448692712, 41.177876980489238 ], [ -122.9626, 41.177871999999851 ], [ -122.961907422296051, 41.176251805079154 ], [ -122.961887842441698, 41.176206000571725 ], [ -122.961428674384521, 41.175131836980022 ], [ -122.960895832538981, 41.173885323199976 ], [ -122.960888, 41.173866999999852 ], [ -122.957864, 41.170112999999851 ], [ -122.957845464253793, 41.170097185471334 ], [ -122.957097482687416, 41.169459014464998 ], [ -122.954683455389983, 41.167399388534413 ], [ -122.954683, 41.167398999999854 ], [ -122.954683118490038, 41.167398482202444 ], [ -122.954998353655441, 41.166020915412282 ], [ -122.956420810830821, 41.159804826662722 ], [ -122.956421, 41.159803999999859 ], [ -122.954862611227497, 41.156697050426885 ], [ -122.952624363768521, 41.15223467100693 ], [ -122.951664, 41.150319999999866 ], [ -122.952914659542984, 41.146982913212895 ], [ -122.952918, 41.146973999999844 ], [ -122.954164, 41.146327999999841 ], [ -122.954181520512464, 41.146328817310618 ], [ -122.95602642010185, 41.146414879650713 ], [ -122.956029, 41.146414999999841 ], [ -122.956347801044373, 41.146297924408501 ], [ -122.958065087293932, 41.145667273076768 ], [ -122.958074, 41.14566399999984 ], [ -122.95807737321698, 41.145658657626498 ], [ -122.960270087668761, 41.142185919472418 ], [ -122.960573215197769, 41.141705837565439 ], [ -122.961567805127842, 41.140130643679605 ], [ -122.961572, 41.140123999999865 ], [ -122.963033564507739, 41.134441693117473 ], [ -122.963034, 41.134439999999856 ], [ -122.963033567443063, 41.134438542283007 ], [ -122.96174673290399, 41.130101909886221 ], [ -122.961179412800419, 41.128190041137245 ], [ -122.959936201329015, 41.12400041847863 ], [ -122.959934, 41.123992999999842 ], [ -122.959940078795526, 41.123973628648322 ], [ -122.96025, 41.122985999999848 ], [ -122.963287, 41.120508999999856 ], [ -122.966276, 41.119073999999848 ], [ -122.967572, 41.117935999999851 ], [ -122.967573600992836, 41.117934384399923 ], [ -122.97337336344097, 41.112081706233113 ], [ -122.973381, 41.112073999999851 ], [ -122.974236, 41.109623999999847 ], [ -122.974072000521389, 41.105759012287336 ], [ -122.974072, 41.105758999999843 ], [ -122.97314, 41.104848999999852 ], [ -122.972159847232277, 41.104667898115196 ], [ -122.970737, 41.104404999999836 ], [ -122.970733769586076, 41.104402941422009 ], [ -122.96909459079329, 41.103358376482248 ], [ -122.969094, 41.103357999999837 ], [ -122.968796, 41.099559999999855 ], [ -122.9691637245637, 41.096304438509378 ], [ -122.96916399800962, 41.09630201762122 ], [ -122.969164, 41.096301999999852 ], [ -122.969777448915693, 41.094211578403637 ], [ -122.970463885903484, 41.091872438718084 ], [ -122.970966516618049, 41.090159647198305 ], [ -122.970967, 41.090157999999853 ], [ -122.967193318694768, 41.083039761939702 ], [ -122.966063577018943, 41.080908747276638 ], [ -122.96606, 41.080901999999838 ], [ -122.966041512990728, 41.080894364205363 ], [ -122.954920553975654, 41.076301011311081 ], [ -122.954906, 41.076294999999853 ], [ -122.953179, 41.074272999999842 ], [ -122.942071796810268, 41.07007067980841 ], [ -122.942071311570061, 41.070070496221753 ], [ -122.94207, 41.070069999999859 ], [ -122.942065302799023, 41.070070471674818 ], [ -122.938049935467703, 41.070473679513761 ], [ -122.923334284636752, 41.071951368920651 ], [ -122.923328, 41.071951999999854 ], [ -122.923326415521188, 41.071944871601858 ], [ -122.921975, 41.065864999999853 ], [ -122.919638189587147, 41.061697471818 ], [ -122.919634, 41.061689999999849 ], [ -122.916446, 41.058283999999844 ], [ -122.916445957113893, 41.05827602114347 ], [ -122.916432451767108, 41.05576338352914 ], [ -122.916425, 41.05437699999986 ], [ -122.915531, 41.053224999999856 ], [ -122.913359837883803, 41.052325761203448 ], [ -122.913358201883582, 41.052325083614775 ], [ -122.913358, 41.052324999999854 ], [ -122.913281559718143, 41.052224337900292 ], [ -122.912386, 41.051044999999824 ], [ -122.912383342926489, 41.051040036413937 ], [ -122.909431654657766, 41.045526091008036 ], [ -122.90943, 41.045522999999847 ], [ -122.909240883232869, 41.041484471992462 ], [ -122.909227, 41.041187999999835 ], [ -122.909226697799909, 41.041187525041018 ], [ -122.906269, 41.036538999999841 ], [ -122.902124339932399, 41.033501524149031 ], [ -122.898158184397019, 41.030594868002844 ], [ -122.89815738632808, 41.030594283126156 ], [ -122.898157, 41.030593999999844 ], [ -122.897363, 41.029179999999855 ], [ -122.897411, 41.028474999999851 ], [ -122.89902, 41.026732999999844 ], [ -122.901562, 41.025129999999841 ], [ -122.902413, 41.023788999999844 ], [ -122.902684905143047, 41.022749362688224 ], [ -122.902685, 41.022748999999841 ], [ -122.900692503853492, 41.02106142674581 ], [ -122.900692, 41.021060999999847 ], [ -122.900697, 41.019951999999861 ], [ -122.901522, 41.01464599999985 ], [ -122.903048, 41.011559999999839 ], [ -122.903072981129114, 41.011537710649584 ], [ -122.905746045283735, 41.009152675811769 ], [ -122.90586, 41.00905099999985 ], [ -122.905866744253075, 41.009050608890398 ], [ -122.912902384504548, 41.008642601464217 ], [ -122.91293, 41.008640999999855 ], [ -122.914450821459738, 41.006899204481833 ], [ -122.914451, 41.006898999999834 ], [ -122.91445146678889, 41.006896602771072 ], [ -122.914875923612641, 41.004716773520997 ], [ -122.91531300365655, 41.002472116794941 ], [ -122.915314, 41.002466999999847 ], [ -122.914653, 40.999863999999839 ], [ -122.91408849470065, 40.999234788559455 ], [ -122.913894661244285, 40.999018737038938 ], [ -122.913894, 40.999017999999836 ], [ -122.914204, 40.997937999999841 ], [ -122.917529, 40.99398999999984 ], [ -122.917529189892633, 40.993990023176302 ], [ -122.922594636833296, 40.99460826244507 ], [ -122.922699, 40.994620999999853 ], [ -122.922731950332917, 40.994638572393953 ], [ -122.924660472431512, 40.995667052150672 ], [ -122.924666, 40.995669999999834 ], [ -122.92475781962203, 40.995641177257724 ], [ -122.929913831088655, 40.9940226736583 ], [ -122.934010385429204, 40.992736740143918 ], [ -122.934978, 40.992432999999842 ], [ -122.934979782277608, 40.992432886085972 ], [ -122.938733, 40.992192999999872 ], [ -122.938738811004583, 40.992193862941953 ], [ -122.941669, 40.992628999999845 ], [ -122.941672638090665, 40.992631429523861 ], [ -122.943441496901499, 40.993812676867009 ], [ -122.94547963336268, 40.995173748347085 ], [ -122.945486, 40.995177999999839 ], [ -122.947268968843773, 40.997639169426215 ], [ -122.948003471391047, 40.998653059948879 ], [ -122.94888, 40.999862999999834 ], [ -122.948882622929077, 40.999868458166517 ], [ -122.952010509030259, 41.006377411716741 ], [ -122.952018, 41.006392999999839 ], [ -122.952021740879289, 41.006394873625936 ], [ -122.95964677904864, 41.010213887632403 ], [ -122.959649, 41.010214999999853 ], [ -122.95969016947484, 41.010229600513249 ], [ -122.964616994605933, 41.011976870221972 ], [ -122.964623, 41.01197899999984 ], [ -122.964655344877642, 41.011976330835168 ], [ -122.968923869540362, 41.011624083551915 ], [ -122.968937, 41.011622999999851 ], [ -122.974113941100853, 41.012548419836897 ], [ -122.978860160614502, 41.013396844727851 ], [ -122.978889, 41.013401999999857 ], [ -122.979731952018696, 41.014020979259953 ], [ -122.980131, 41.014313999999821 ], [ -122.980216908394709, 41.014305666271561 ], [ -122.98210596519526, 41.014122414260598 ], [ -122.99218206102519, 41.013144960950129 ], [ -122.993563, 41.013010999999842 ], [ -122.993575817613589, 41.01301210096392 ], [ -122.997207, 41.013323999999848 ], [ -122.998736579776178, 41.012950909348532 ], [ -123.003865, 41.011699999999841 ], [ -123.006392895551699, 41.009316791233893 ], [ -123.007233484079009, 41.00852431468337 ], [ -123.007237, 41.008520999999845 ], [ -123.011043137950765, 41.007421565378571 ], [ -123.012912139818241, 41.006881688635566 ], [ -123.016688, 41.005790999999839 ], [ -123.0245, 41.004110999999853 ], [ -123.024507691205869, 41.004112736869146 ], [ -123.027322973656837, 41.004748499032338 ], [ -123.029619, 41.00526699999984 ], [ -123.030307874317145, 41.005166778386297 ], [ -123.034985441079058, 41.004486257605222 ], [ -123.035864804835356, 41.004358322432779 ], [ -123.037115529916619, 41.004176359362567 ], [ -123.037118, 41.004175999999845 ], [ -123.037121457599596, 41.00417943877666 ], [ -123.037641670896022, 41.004696820091141 ], [ -123.039506, 41.006550999999838 ], [ -123.04155, 41.011528999999832 ], [ -123.04258569090247, 41.012967792178458 ], [ -123.042587792594688, 41.012970711870302 ], [ -123.042588, 41.012970999999837 ], [ -123.043836866408498, 41.014066619056209 ], [ -123.043843, 41.014071999999842 ], [ -123.043842909635231, 41.014073055058695 ], [ -123.043718149302208, 41.015529701258245 ], [ -123.043393, 41.019325999999843 ], [ -123.044712, 41.020290999999844 ], [ -123.046637239893272, 41.0230938933855 ], [ -123.046638, 41.023094999999842 ], [ -123.04742224944053, 41.025728673494207 ], [ -123.047643, 41.026469999999854 ], [ -123.047642490948917, 41.026471023056317 ], [ -123.047227604786301, 41.027304833203026 ], [ -123.045999, 41.029773999999854 ], [ -123.045998996768589, 41.029774522644267 ], [ -123.045978348389255, 41.033114173560548 ], [ -123.045976010380031, 41.033492321141651 ], [ -123.045976, 41.033493999999834 ], [ -123.049692, 41.039385999999844 ], [ -123.054424053828257, 41.043847018250375 ], [ -123.057601, 41.046841999999835 ], [ -123.057602289243931, 41.046842985066085 ], [ -123.064295922548681, 41.0519573564316 ], [ -123.064302, 41.051961999999826 ], [ -123.064997995370206, 41.052163591850345 ], [ -123.067747185316563, 41.052959882044732 ], [ -123.067827, 41.052982999999848 ], [ -123.067848972850882, 41.052985215911427 ], [ -123.071228185621933, 41.053326001765292 ], [ -123.071248, 41.053327999999844 ], [ -123.075311438528203, 41.054571386552652 ], [ -123.075974832776851, 41.05477438100727 ], [ -123.076003, 41.054782999999844 ], [ -123.080072309046642, 41.05754961265567 ], [ -123.080092, 41.05756299999986 ], [ -123.089534039736165, 41.059429361316447 ], [ -123.090028, 41.059526999999846 ], [ -123.090055567301889, 41.059524671807594 ], [ -123.095145891194662, 41.059094769282616 ], [ -123.095155, 41.059093999999831 ], [ -123.095157921121981, 41.059094751849813 ], [ -123.09634, 41.059398999999843 ], [ -123.097045093755924, 41.060248232585259 ], [ -123.09954839994414, 41.063263277277521 ], [ -123.099549, 41.06326399999984 ], [ -123.102772496248576, 41.06514694377951 ], [ -123.102788, 41.06515599999986 ], [ -123.102811367046158, 41.065157283570308 ], [ -123.105090799229274, 41.0652824945942 ], [ -123.1051, 41.065282999999845 ], [ -123.105101374387743, 41.065283839518806 ], [ -123.105894, 41.065767999999871 ], [ -123.105895749141894, 41.065771228424076 ], [ -123.106235646834875, 41.066398584020561 ], [ -123.106390597425872, 41.066684579255224 ], [ -123.109608, 41.072622999999851 ], [ -123.109607887273071, 41.072623595690509 ], [ -123.109077, 41.075428999999851 ], [ -123.109077613748184, 41.075429033559267 ], [ -123.109418403006131, 41.075447667727609 ], [ -123.115982722243075, 41.075806601076934 ], [ -123.11808652538322, 41.07592163587038 ], [ -123.119056391922427, 41.075974667636913 ], [ -123.128478938297761, 41.07648988726708 ], [ -123.128481, 41.076489999999843 ], [ -123.130112352831858, 41.077014309909089 ], [ -123.130659, 41.077189999999852 ], [ -123.131282221361289, 41.077586942389189 ], [ -123.132945, 41.078645999999843 ], [ -123.132945808426328, 41.078646051242885 ], [ -123.132947666919847, 41.078646169045648 ], [ -123.141338, 41.079177999999857 ], [ -123.144121457175942, 41.078902481083723 ], [ -123.1487229396526, 41.078447005973288 ], [ -123.148723, 41.078446999999848 ], [ -123.149906592788653, 41.077064475652953 ], [ -123.149907, 41.077063999999851 ], [ -123.153921, 41.074904999999838 ], [ -123.154681130255327, 41.074830530846981 ], [ -123.155595, 41.074740999999861 ], [ -123.156726926807679, 41.075299946711546 ], [ -123.159386, 41.076612999999853 ], [ -123.159391324381801, 41.076614378310154 ], [ -123.165225075249452, 41.078124547787809 ], [ -123.16525, 41.07813099999985 ], [ -123.165254637053224, 41.078130752656094 ], [ -123.169004158523734, 41.077930750495725 ], [ -123.170668, 41.077841999999855 ], [ -123.170716003556748, 41.077828743423076 ], [ -123.174049617199032, 41.076908138615373 ], [ -123.178935, 41.075558999999842 ], [ -123.184362, 41.076372999999847 ], [ -123.184362409274371, 41.076373406950687 ], [ -123.185595, 41.077598999999843 ], [ -123.185595015889774, 41.077598999553999 ], [ -123.18560366801448, 41.077598756788298 ], [ -123.187873466353906, 41.077535069627444 ], [ -123.189494167768714, 41.077489595159513 ], [ -123.193105056719503, 41.077388278993482 ], [ -123.193115, 41.07738799999985 ], [ -123.193124596039283, 41.07738109354284 ], [ -123.198807534620087, 41.073290971577386 ], [ -123.19882, 41.073281999999857 ], [ -123.203153, 41.071762999999827 ], [ -123.203163660827514, 41.071766756942623 ], [ -123.207662, 41.073351999999858 ], [ -123.207662287096696, 41.073351989950865 ], [ -123.214198118048373, 41.073123222290846 ], [ -123.217238343022728, 41.073016808101357 ], [ -123.21729, 41.073014999999849 ], [ -123.222078, 41.07368999999985 ], [ -123.224439, 41.075013999999854 ], [ -123.229271313529779, 41.075254635784297 ], [ -123.234810684853926, 41.075530481081948 ], [ -123.23948, 41.07576299999986 ], [ -123.245222, 41.077986999999844 ], [ -123.245222382072868, 41.077987485375736 ], [ -123.245995, 41.078968999999859 ], [ -123.245995484517749, 41.078971318472504 ], [ -123.246458977282217, 41.081189184209897 ], [ -123.246828, 41.082954999999842 ], [ -123.249404026105253, 41.086342909412366 ], [ -123.249965672758819, 41.087081569622434 ], [ -123.249966, 41.087081999999839 ], [ -123.251787887157363, 41.088311672727464 ], [ -123.257174, 41.091946999999848 ], [ -123.25717431424772, 41.09194740925858 ], [ -123.258411, 41.093557999999852 ], [ -123.258413460790422, 41.093563562320348 ], [ -123.260677096278087, 41.098680237790958 ], [ -123.261780931256439, 41.101175323854143 ], [ -123.261783, 41.101179999999843 ], [ -123.26186, 41.103766999999841 ], [ -123.261383, 41.105781999999856 ], [ -123.263078, 41.108641999999854 ], [ -123.263097076469023, 41.108654378279034 ], [ -123.267925915068616, 41.111787699868323 ], [ -123.269355, 41.112714999999859 ], [ -123.269355356665244, 41.112715423549041 ], [ -123.269357292659691, 41.112717722592421 ], [ -123.271773740578169, 41.115587316878077 ], [ -123.271776, 41.115589999999848 ], [ -123.271776754553528, 41.115591396291741 ], [ -123.273621537931746, 41.119005144948304 ], [ -123.273622, 41.119005999999864 ], [ -123.273402, 41.122890999999854 ], [ -123.273402521469706, 41.122891027812891 ], [ -123.276217645705316, 41.123041174896535 ], [ -123.283558673903499, 41.123432714978861 ], [ -123.283939, 41.123452999999849 ], [ -123.286919, 41.130209999999849 ], [ -123.294343, 41.137946999999848 ], [ -123.294343050866388, 41.137947190431802 ], [ -123.295060825383629, 41.140634371207526 ], [ -123.295065, 41.140649999999859 ], [ -123.295075027942787, 41.140653421987246 ], [ -123.300542, 41.142518999999865 ], [ -123.300542405703638, 41.142519037513352 ], [ -123.305117302035995, 41.142942056551227 ], [ -123.307613848758848, 41.143172900425284 ], [ -123.307669, 41.143177999999843 ], [ -123.310522, 41.143221999999845 ], [ -123.31537, 41.140267999999857 ], [ -123.324952, 41.141546999999854 ], [ -123.327298582616507, 41.146638223746599 ], [ -123.329615, 41.151663999999855 ], [ -123.329615447296362, 41.151664333436912 ], [ -123.333626, 41.154653999999866 ], [ -123.336367, 41.155430999999851 ], [ -123.336376702196105, 41.155431721401733 ], [ -123.341505774965825, 41.155813091013606 ], [ -123.341518, 41.155813999999843 ], [ -123.345185184248109, 41.158492613963965 ], [ -123.349182, 41.161411999999856 ], [ -123.349189167149348, 41.161414902209295 ], [ -123.353237, 41.16305399999986 ], [ -123.354472, 41.16311599999986 ], [ -123.354481817063544, 41.163112910019237 ], [ -123.357406547404352, 41.162192333310735 ], [ -123.362672, 41.160534999999854 ], [ -123.362674167760801, 41.160533819780696 ], [ -123.365183532810818, 41.159167617061996 ], [ -123.366268498296009, 41.158576916719085 ], [ -123.370469145843572, 41.156289909454124 ], [ -123.370479591625227, 41.156284222336062 ], [ -123.37048, 41.156283999999843 ], [ -123.370728, 41.154471999999863 ], [ -123.372972580758699, 41.151941472650044 ], [ -123.372973, 41.151940999999844 ], [ -123.375344, 41.15102299999986 ], [ -123.375347896336592, 41.151023177893471 ], [ -123.376719803402224, 41.151085814553255 ], [ -123.381192, 41.151289999999847 ], [ -123.382030027783713, 41.153173080549429 ], [ -123.384062, 41.15773899999985 ], [ -123.384062415201328, 41.157739248131641 ], [ -123.386413, 41.159143999999827 ], [ -123.386426871372208, 41.159146705732731 ], [ -123.391421884002554, 41.160121026785774 ], [ -123.391432, 41.160122999999842 ], [ -123.392726, 41.161207999999853 ], [ -123.394117763142972, 41.165540262714252 ], [ -123.394118, 41.165540999999848 ], [ -123.392974, 41.167759999999838 ], [ -123.392974419978643, 41.167762329187227 ], [ -123.393506999135411, 41.17071599520488 ], [ -123.393507001004039, 41.17071600077589 ], [ -123.393557761869303, 41.170755234087594 ], [ -123.397862, 41.174081999999842 ], [ -123.397862035329808, 41.174081998424342 ], [ -123.397866399834498, 41.174081803792312 ], [ -123.40245348850533, 41.173877245781107 ], [ -123.402459, 41.173876999999827 ], [ -123.403977, 41.174525999999844 ], [ -123.403977323019461, 41.174526405683523 ], [ -123.403978579095508, 41.174527983203291 ], [ -123.408291, 41.179943999999843 ], [ -123.40829147560413, 41.179944240505669 ], [ -123.410130991159321, 41.180874455734994 ], [ -123.410138, 41.180877999999851 ], [ -123.410706, 41.181754999999853 ], [ -123.412305975928248, 41.185296244934172 ], [ -123.414409097577092, 41.189951108019102 ], [ -123.414958, 41.191165999999861 ], [ -123.414809520159551, 41.193824686002117 ], [ -123.414809, 41.193833999999846 ], [ -123.414816031066891, 41.193843743840546 ], [ -123.417095, 41.197001999999841 ], [ -123.418595712175701, 41.197898186008501 ], [ -123.423124723212425, 41.200602792787755 ], [ -123.425904023825098, 41.202262518325547 ], [ -123.42769892516192, 41.203334386396598 ], [ -123.42771, 41.203340999999853 ], [ -123.427711226530718, 41.203344048550854 ], [ -123.428706120458301, 41.205816864617169 ], [ -123.429246387293247, 41.207159701750449 ], [ -123.429918, 41.208828999999845 ], [ -123.429918198913128, 41.20882914820011 ], [ -123.433605, 41.211575999999859 ], [ -123.433605610097871, 41.21157681652182 ], [ -123.435998468989155, 41.214779289323673 ], [ -123.435999, 41.214779999999848 ], [ -123.436389208214251, 41.216334601987214 ], [ -123.437001, 41.218771999999866 ], [ -123.436269800469873, 41.21973823726691 ], [ -123.434198547982433, 41.222475275873215 ], [ -123.434198, 41.222475999999837 ], [ -123.434199540388349, 41.22247785245537 ], [ -123.435075413366974, 41.223531168477727 ], [ -123.437671632856578, 41.22665335588696 ], [ -123.437673, 41.226654999999859 ], [ -123.441413, 41.227465999999851 ], [ -123.441469501787807, 41.227488503031076 ], [ -123.442232423073904, 41.227792352558701 ], [ -123.447407619955243, 41.229853484101781 ], [ -123.449114962160706, 41.230533469222188 ], [ -123.450899, 41.231243999999847 ], [ -123.450931057460309, 41.23128245151387 ], [ -123.453479120694226, 41.234338741322141 ], [ -123.454490454714715, 41.23555179201032 ], [ -123.455311, 41.236535999999859 ], [ -123.454683369697094, 41.237531140061868 ], [ -123.453440727956334, 41.239501412327648 ], [ -123.452701232527829, 41.240673920288437 ], [ -123.452158747638876, 41.241534057926017 ], [ -123.452155, 41.241539999999844 ], [ -123.450288768097266, 41.243084096183352 ], [ -123.448845114494461, 41.244278556536912 ], [ -123.447306, 41.245551999999861 ], [ -123.447303901621638, 41.245554415001386 ], [ -123.444162798740791, 41.249169477179677 ], [ -123.444158, 41.249174999999852 ], [ -123.443125, 41.249850999999829 ], [ -123.442433, 41.251514999999848 ], [ -123.442392812632434, 41.252612037851385 ], [ -123.442330065162324, 41.254324923116862 ], [ -123.442329, 41.254353999999864 ], [ -123.442819, 41.256968999999849 ], [ -123.442395, 41.258028999999844 ], [ -123.44239493806451, 41.258030053927044 ], [ -123.442274289177931, 41.260083079195383 ], [ -123.442274, 41.260087999999847 ], [ -123.44227505220536, 41.26008958731537 ], [ -123.442685958196336, 41.2607094638864 ], [ -123.443264535020091, 41.26158228206252 ], [ -123.443432941999959, 41.261836334190029 ], [ -123.443851, 41.262466999999845 ], [ -123.443699, 41.265830999999849 ], [ -123.444064, 41.273036999999853 ], [ -123.444064908585972, 41.273038199383251 ], [ -123.444792, 41.273997999999843 ], [ -123.446796, 41.276028999999845 ], [ -123.45107163212559, 41.277489216573699 ], [ -123.452372003583662, 41.277933320252316 ], [ -123.454043, 41.278503999999856 ], [ -123.455611248591424, 41.279258102664507 ], [ -123.458612397049777, 41.280701224668171 ], [ -123.460999164066422, 41.281848917308871 ], [ -123.461744206979489, 41.282207176100968 ], [ -123.461748, 41.282208999999867 ], [ -123.461748145302153, 41.282209300075912 ], [ -123.462228487216919, 41.283201295591773 ], [ -123.46250117009977, 41.283764436531158 ], [ -123.462807735779165, 41.284397551755831 ], [ -123.463144, 41.28509199999985 ], [ -123.463143990334871, 41.285092014072212 ], [ -123.461951, 41.286828999999869 ], [ -123.4601490297472, 41.28810964338102 ], [ -123.458310125189115, 41.289416535627034 ], [ -123.45732193445042, 41.290118833529505 ], [ -123.456689806763663, 41.290568080755904 ], [ -123.456666, 41.290584999999844 ], [ -123.455482, 41.292815999999824 ], [ -123.456883, 41.300287999999853 ], [ -123.45688349796545, 41.300288435070456 ], [ -123.460335, 41.303303999999848 ], [ -123.460335010311496, 41.303304052837845 ], [ -123.460794, 41.305655999999864 ], [ -123.459825, 41.307878999999836 ], [ -123.459592, 41.310238999999846 ], [ -123.463404986141157, 41.317661837625508 ], [ -123.46344, 41.317729999999862 ], [ -123.464252, 41.318453999999853 ], [ -123.466935230325021, 41.319463761697783 ], [ -123.472470637737473, 41.321546863672054 ], [ -123.472471, 41.321546999999846 ], [ -123.472471026533483, 41.321547146768211 ], [ -123.472964, 41.324273999999875 ], [ -123.472966810631632, 41.324279691732173 ], [ -123.473995805204339, 41.326363480162911 ], [ -123.474001, 41.326373999999852 ], [ -123.474002884576961, 41.326374745921783 ], [ -123.47748, 41.32775099999985 ], [ -123.477480246529737, 41.32775140281376 ], [ -123.478641, 41.329647999999843 ], [ -123.47941, 41.334322999999863 ], [ -123.479409905374737, 41.334327538276305 ], [ -123.479334260756616, 41.337955493975279 ], [ -123.479334, 41.337967999999847 ], [ -123.479321278465136, 41.337998810583748 ], [ -123.478368142754249, 41.340307232336563 ], [ -123.478367, 41.340309999999853 ], [ -123.478367933762115, 41.340312496512439 ], [ -123.478932087632572, 41.341820822059134 ], [ -123.481467172143169, 41.348598640896448 ], [ -123.481489, 41.348656999999861 ], [ -123.48251, 41.353649999999881 ], [ -123.482509415787121, 41.35365100599131 ], [ -123.482080214233804, 41.354390074076072 ], [ -123.478266, 41.360957999999833 ], [ -123.478265742922673, 41.360958273165174 ], [ -123.478223993686981, 41.361002635088063 ], [ -123.476849933464763, 41.362462684657181 ], [ -123.475152787833466, 41.364266038475051 ], [ -123.474402736857371, 41.365063028000492 ], [ -123.474383, 41.365083999999854 ], [ -123.474382638716222, 41.365085344509005 ], [ -123.474085, 41.366192999999861 ], [ -123.477515354986863, 41.368733980381869 ], [ -123.479522329701382, 41.370220614679575 ], [ -123.479535, 41.37022999999985 ], [ -123.484562, 41.37293399999983 ], [ -123.48531829245367, 41.374052422156289 ], [ -123.486498, 41.375796999999864 ], [ -123.486506423898632, 41.375804126467649 ], [ -123.487829734017126, 41.376923623197378 ], [ -123.487842, 41.376933999999849 ], [ -123.487859878531722, 41.376940425617406 ], [ -123.490508826073437, 41.377892468216181 ], [ -123.490527, 41.377898999999857 ], [ -123.490548431338311, 41.377896032804863 ], [ -123.49351, 41.377485999999855 ], [ -123.493511589189069, 41.377486476823407 ], [ -123.498266, 41.378912999999855 ], [ -123.500347099531822, 41.380398934724901 ], [ -123.500371, 41.380415999999855 ], [ -123.500359278477021, 41.380460171886689 ], [ -123.500071751316739, 41.381543701492753 ], [ -123.499883, 41.382254999999851 ], [ -123.49993792252765, 41.382268314552007 ], [ -123.500283905213934, 41.38235218914263 ], [ -123.501101433387831, 41.382550377790828 ], [ -123.50117, 41.38256699999986 ], [ -123.599899995939637, 41.38227301581788 ], [ -123.661483297601606, 41.382089427681606 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "OR_E", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "OR", "ECONOMIC_M": 1.0342935056, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 496.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.066362140182491, 41.36382503247988 ], [ -122.065382417529861, 42.005119023937539 ], [ -122.101922, 42.005765999999873 ], [ -122.155408, 42.00742899999986 ], [ -122.156666, 42.007383999999867 ], [ -122.160438, 42.007636999999868 ], [ -122.261127, 42.007364 ], [ -122.289527, 42.00776399999986 ], [ -122.289722, 42.122580999999869 ], [ -122.290347, 42.127088999999856 ], [ -122.28743, 42.127161999999863 ], [ -122.28742, 42.133635999999882 ], [ -122.287307, 42.202987999999877 ], [ -122.287262, 42.230515999999881 ], [ -122.287687, 42.395257999999878 ], [ -122.287935, 42.474754999999888 ], [ -122.285119, 42.474718999999872 ], [ -122.285028, 42.475318999999878 ], [ -122.284536, 42.499853999999871 ], [ -122.28344, 42.749850999999879 ], [ -122.283294, 42.896637999999889 ], [ -122.283312, 42.902010999999881 ], [ -122.283342, 42.910648999999886 ], [ -122.282142, 42.910748999999889 ], [ -122.281987, 42.95494399999987 ], [ -122.281969, 42.960156999999889 ], [ -122.281912, 42.976531999999885 ], [ -122.281889, 42.983221999999884 ], [ -122.28186, 42.992771 ], [ -122.281856, 42.993586999999884 ], [ -122.281845, 42.996583 ], [ -122.282189, 43.056621999999869 ], [ -122.282245, 43.067546999999891 ], [ -122.252856, 43.067499999999889 ], [ -122.231915, 43.067480999999887 ], [ -122.073339, 43.067349999999884 ], [ -122.073639, 43.06785 ], [ -122.080239, 43.07074999999989 ], [ -122.085439, 43.071649999999885 ], [ -122.088539, 43.073249999999888 ], [ -122.091039, 43.075349999999894 ], [ -122.092439, 43.07864999999989 ], [ -122.09214, 43.08515 ], [ -122.090881, 43.088388999999893 ], [ -122.090203, 43.089185999999899 ], [ -122.088439, 43.091249999999881 ], [ -122.088239, 43.094649999999888 ], [ -122.087239, 43.096349999999887 ], [ -122.080839, 43.101249999999894 ], [ -122.080439, 43.104049999999894 ], [ -122.082739, 43.10755 ], [ -122.082439, 43.109749999999892 ], [ -122.081739, 43.11184999999989 ], [ -122.079439, 43.115449999999882 ], [ -122.076839, 43.118449999999889 ], [ -122.075139, 43.123749999999887 ], [ -122.075339, 43.125449999999887 ], [ -122.074839, 43.12675 ], [ -122.073039, 43.128349999999884 ], [ -122.068739, 43.130649999999896 ], [ -122.064639, 43.135849999999884 ], [ -122.063839, 43.143649999999894 ], [ -122.066039, 43.148049999999898 ], [ -122.066039, 43.152549999999891 ], [ -122.055939, 43.156049999999894 ], [ -122.052939, 43.157649999999883 ], [ -122.051639, 43.165849999999892 ], [ -122.054339, 43.169549999999894 ], [ -122.054239, 43.172149999999888 ], [ -122.051339, 43.176549999999899 ], [ -122.048139, 43.178749999999887 ], [ -122.045039, 43.18365 ], [ -122.039338, 43.190549999999895 ], [ -122.038838, 43.192349999999884 ], [ -122.040639, 43.198149999999899 ], [ -122.039339, 43.200349999999894 ], [ -122.032138, 43.20835 ], [ -122.034938, 43.209949999999878 ], [ -122.038339, 43.213349999999885 ], [ -122.038839, 43.21425 ], [ -122.038539, 43.216349999999892 ], [ -122.037839, 43.21725 ], [ -122.036039, 43.218049999999877 ], [ -122.025738, 43.220449999999879 ], [ -122.025438, 43.220949999999888 ], [ -122.025938, 43.22185 ], [ -122.023938, 43.223849999999885 ], [ -122.019938, 43.225949999999898 ], [ -122.016838, 43.226549999999897 ], [ -122.014938, 43.227849999999883 ], [ -122.013238, 43.23254999999989 ], [ -122.011238, 43.236149999999888 ], [ -121.996087, 43.243267999999887 ], [ -121.992414, 43.248422999999889 ], [ -121.992304, 43.249252999999889 ], [ -121.993227, 43.250529999999891 ], [ -121.984779, 43.257426999999893 ], [ -121.978112, 43.260239999999882 ], [ -121.977158, 43.262743999999877 ], [ -121.980391, 43.26533499999988 ], [ -121.98392, 43.270538999999879 ], [ -121.98799, 43.278003 ], [ -121.994678, 43.280813999999893 ], [ -121.998066, 43.280866 ], [ -122.001138, 43.281599999999884 ], [ -122.005838, 43.285449999999891 ], [ -122.006938, 43.287149999999876 ], [ -122.007838, 43.290149999999898 ], [ -122.009438, 43.292948999999886 ], [ -122.009038, 43.298148999999889 ], [ -122.008238, 43.300448999999894 ], [ -122.004038, 43.303449 ], [ -121.999155, 43.308776999999893 ], [ -122.001138, 43.310671999999883 ], [ -122.001138, 43.309448999999894 ], [ -122.001238, 43.310848999999891 ], [ -122.001938, 43.311748999999885 ], [ -122.006938, 43.316348999999896 ], [ -122.011939, 43.317849 ], [ -122.013239, 43.319048999999879 ], [ -122.014239, 43.322349 ], [ -122.014339, 43.325648999999892 ], [ -122.009139, 43.33114899999989 ], [ -122.008939, 43.337548999999896 ], [ -122.010239, 43.343248999999879 ], [ -122.013539, 43.348448999999881 ], [ -122.017539, 43.352449 ], [ -122.02194, 43.360048 ], [ -122.02164, 43.362047999999888 ], [ -122.02684, 43.359848 ], [ -122.03214, 43.358347999999893 ], [ -122.03054, 43.362147999999891 ], [ -122.03284, 43.368048 ], [ -122.042641, 43.372747999999895 ], [ -122.046541, 43.376647999999896 ], [ -122.053841, 43.380947999999876 ], [ -122.056541, 43.381747999999895 ], [ -122.062142, 43.395247 ], [ -122.060042, 43.397747 ], [ -122.059242, 43.400346999999897 ], [ -122.062742, 43.405646999999895 ], [ -122.064942, 43.407346999999895 ], [ -122.067442, 43.407246999999877 ], [ -122.069242, 43.407747 ], [ -122.079543, 43.413346999999888 ], [ -122.083743, 43.419246999999885 ], [ -122.090043, 43.425645999999887 ], [ -122.090943, 43.428245999999895 ], [ -122.093743, 43.429245999999885 ], [ -122.096543, 43.426945999999894 ], [ -122.097743, 43.424845999999896 ], [ -122.101144, 43.424345999999893 ], [ -122.105544, 43.429745999999888 ], [ -122.106544, 43.434345999999898 ], [ -122.109544, 43.436846 ], [ -122.112544, 43.438245999999893 ], [ -122.120645, 43.438746 ], [ -122.121845, 43.435845999999891 ], [ -122.125045, 43.434445999999888 ], [ -122.132945, 43.436045999999891 ], [ -122.133145, 43.437345999999899 ], [ -122.132044, 43.440444999999883 ], [ -122.132745, 43.441346 ], [ -122.140945, 43.445044999999894 ], [ -122.142745, 43.444544999999877 ], [ -122.146046, 43.442244999999893 ], [ -122.150546, 43.444444999999895 ], [ -122.153146, 43.447344999999892 ], [ -122.151046, 43.448944999999895 ], [ -122.148046, 43.449545 ], [ -122.143646, 43.458044999999878 ], [ -122.144646, 43.459544999999885 ], [ -122.139746, 43.467644999999891 ], [ -122.135446, 43.471244999999897 ], [ -122.132945, 43.474544999999893 ], [ -122.133346, 43.482244999999892 ], [ -122.131746, 43.484844999999886 ], [ -122.131946, 43.487044999999888 ], [ -122.134246, 43.490645 ], [ -122.131546, 43.494344999999889 ], [ -122.129446, 43.495444999999897 ], [ -122.129797, 43.505321999999886 ], [ -122.1324, 43.509103999999894 ], [ -122.134765, 43.510951999999889 ], [ -122.137319, 43.512119 ], [ -122.142132, 43.513128 ], [ -122.147197, 43.515323999999893 ], [ -122.148087, 43.516688999999893 ], [ -122.149335, 43.520893999999899 ], [ -122.145584, 43.527818999999887 ], [ -122.1403, 43.529977999999893 ], [ -122.140243, 43.53086 ], [ -122.142524, 43.53643799999989 ], [ -122.141889, 43.53936499999989 ], [ -122.135591, 43.545580999999885 ], [ -122.134836, 43.54789 ], [ -122.134876, 43.549807 ], [ -122.130944, 43.557148999999896 ], [ -122.123221, 43.562746999999895 ], [ -122.121217, 43.56314299999989 ], [ -122.117852, 43.562097999999899 ], [ -122.113539, 43.563648999999899 ], [ -122.106405, 43.570219 ], [ -122.105934, 43.57261 ], [ -122.099644, 43.576838 ], [ -122.0936, 43.578994999999892 ], [ -122.087676, 43.580205999999897 ], [ -122.078728, 43.577906999999897 ], [ -122.072411, 43.579699999999896 ], [ -122.071121, 43.580469 ], [ -122.070526, 43.582097999999895 ], [ -122.073895, 43.584601999999897 ], [ -122.073804, 43.587451999999899 ], [ -122.067122, 43.587464999999888 ], [ -122.062037, 43.588664 ], [ -122.058563, 43.591667999999885 ], [ -122.04196, 43.599452 ], [ -122.037637, 43.600409 ], [ -122.028775, 43.604055 ], [ -122.020354, 43.606695 ], [ -122.017382, 43.609179999999895 ], [ -122.010074, 43.609609999999897 ], [ -122.002675, 43.615227999999895 ], [ -122.001941, 43.617702999999878 ], [ -122.001939, 43.622561999999881 ], [ -122.000331, 43.626149999999896 ], [ -121.998273, 43.626883 ], [ -121.996114, 43.626908 ], [ -121.991488, 43.62574699999989 ], [ -121.98663, 43.625675 ], [ -121.976516, 43.625796 ], [ -121.964854, 43.626826 ], [ -121.965286, 43.627848999999898 ], [ -121.967333, 43.627358 ], [ -121.968473, 43.627865999999891 ], [ -121.980666, 43.639889999999895 ], [ -121.984216, 43.648812 ], [ -121.986988, 43.654411999999894 ], [ -121.986187, 43.661632999999895 ], [ -121.984742, 43.667265999999891 ], [ -121.98085, 43.674316 ], [ -121.979602, 43.679699 ], [ -121.979705, 43.683172 ], [ -121.978899, 43.686428 ], [ -121.972879, 43.695912 ], [ -121.967686, 43.701560999999892 ], [ -121.966878, 43.703366 ], [ -121.96792, 43.704631 ], [ -121.971644, 43.704864999999891 ], [ -121.973218, 43.70609 ], [ -121.974538, 43.708581 ], [ -121.975194, 43.710571 ], [ -121.974841, 43.71398 ], [ -121.97308, 43.715712 ], [ -121.975611, 43.721505999999899 ], [ -121.976831, 43.72237599999989 ], [ -121.978329, 43.724431 ], [ -121.975505, 43.728976 ], [ -121.97492, 43.73203 ], [ -121.9753, 43.735906 ], [ -121.978283, 43.737791999999899 ], [ -121.981158, 43.742676 ], [ -121.980693, 43.743586 ], [ -121.97451, 43.748896 ], [ -121.969905, 43.756843 ], [ -121.963656, 43.762441 ], [ -121.969034, 43.767341 ], [ -121.969714, 43.76904 ], [ -121.968758, 43.775043 ], [ -121.96592, 43.777463 ], [ -121.962936, 43.778472999999899 ], [ -121.960841, 43.780519999999889 ], [ -121.960653, 43.781286 ], [ -121.963974, 43.782612 ], [ -121.96591, 43.784461999999891 ], [ -121.966978, 43.78604 ], [ -121.968238, 43.789606999999897 ], [ -121.967779, 43.801594999999899 ], [ -121.96501, 43.805948999999899 ], [ -121.964314, 43.808322 ], [ -121.963562, 43.809325999999899 ], [ -121.968585, 43.812969 ], [ -121.970851, 43.813088 ], [ -121.973548, 43.81164299999989 ], [ -121.975447, 43.811478999999892 ], [ -121.973533, 43.829358 ], [ -121.974644, 43.82900999999989 ], [ -121.975719, 43.827638999999898 ], [ -121.977175, 43.827967999999892 ], [ -121.977954, 43.828884999999893 ], [ -121.976219, 43.83439 ], [ -121.975288, 43.835527 ], [ -121.974488, 43.842036999999898 ], [ -121.975413, 43.850647 ], [ -121.975444, 43.855513 ], [ -121.975479, 43.856875 ], [ -121.972774, 43.861357 ], [ -121.968467, 43.864665 ], [ -121.96499, 43.86645699999989 ], [ -121.961677, 43.873807 ], [ -121.962142, 43.875613999999892 ], [ -121.961858, 43.877612 ], [ -121.959581, 43.878757 ], [ -121.951396, 43.882527 ], [ -121.947237, 43.882888 ], [ -121.945426, 43.883543 ], [ -121.934138, 43.893177 ], [ -121.93223, 43.895418999999897 ], [ -121.931113, 43.897741 ], [ -121.931204, 43.898505999999898 ], [ -121.932675, 43.899405 ], [ -121.939643, 43.90111 ], [ -121.936445, 43.903716 ], [ -121.929023, 43.907908 ], [ -121.924107, 43.908631999999898 ], [ -121.922963, 43.909688 ], [ -121.922012, 43.91205 ], [ -121.92018, 43.913816 ], [ -121.91809, 43.914794 ], [ -121.917033, 43.914754999999879 ], [ -121.915607, 43.91401599999989 ], [ -121.915638, 43.91317 ], [ -121.915059, 43.912566999999896 ], [ -121.912398, 43.912305 ], [ -121.901634, 43.915919 ], [ -121.900375, 43.91521199999989 ], [ -121.898523, 43.912281999999898 ], [ -121.891351, 43.908481999999893 ], [ -121.876853, 43.907843999999891 ], [ -121.869269, 43.911892999999893 ], [ -121.86671, 43.916991 ], [ -121.865512, 43.920482 ], [ -121.870197, 43.923457999999897 ], [ -121.867742, 43.924343 ], [ -121.866503, 43.925989 ], [ -121.862007, 43.936739 ], [ -121.858116, 43.94888 ], [ -121.858047, 43.951031 ], [ -121.858901, 43.955677 ], [ -121.860071, 43.958638999999899 ], [ -121.859794, 43.961539 ], [ -121.856901, 43.964768 ], [ -121.854103, 43.966773 ], [ -121.852308, 43.96635 ], [ -121.846143, 43.967163 ], [ -121.83676, 43.971196999999876 ], [ -121.83693, 43.971954 ], [ -121.843025, 43.973042999999898 ], [ -121.845271, 43.974882 ], [ -121.845299, 43.976308 ], [ -121.843171, 43.979124 ], [ -121.830822, 43.989182 ], [ -121.8325, 43.990919 ], [ -121.832682, 43.991957 ], [ -121.831693, 43.992685 ], [ -121.829272, 43.994749 ], [ -121.827099, 43.997625 ], [ -121.823845, 44.00433799999989 ], [ -121.821645, 44.011538 ], [ -121.821745, 44.012638 ], [ -121.822446, 44.015438 ], [ -121.827146, 44.025138 ], [ -121.835147, 44.037238 ], [ -121.833947, 44.039637999999897 ], [ -121.831747, 44.041637999999899 ], [ -121.828847, 44.041637999999899 ], [ -121.824547, 44.044638 ], [ -121.820348, 44.048738 ], [ -121.818348, 44.051738 ], [ -121.812048, 44.053038 ], [ -121.801847, 44.052337999999892 ], [ -121.801048, 44.056238 ], [ -121.798348, 44.060138 ], [ -121.795248, 44.062438 ], [ -121.792848, 44.067638 ], [ -121.788648, 44.074338 ], [ -121.785149, 44.076838 ], [ -121.779249, 44.079937 ], [ -121.771849, 44.09093699999989 ], [ -121.76905, 44.104037 ], [ -121.76735, 44.114337 ], [ -121.76755, 44.115437 ], [ -121.769351, 44.120338 ], [ -121.771051, 44.123438 ], [ -121.771151, 44.127538 ], [ -121.773252, 44.140137999999887 ], [ -121.777552, 44.144338 ], [ -121.782353, 44.146138 ], [ -121.783753, 44.147938 ], [ -121.780853, 44.155237999999883 ], [ -121.781654, 44.159738 ], [ -121.779054, 44.160738 ], [ -121.777113, 44.160483999999897 ], [ -121.771853, 44.163438 ], [ -121.772417, 44.168962999999898 ], [ -121.777054, 44.171538 ], [ -121.779354, 44.175937999999896 ], [ -121.775855, 44.181737999999896 ], [ -121.773655, 44.183338 ], [ -121.772855, 44.185838 ], [ -121.775955, 44.191537999999895 ], [ -121.779056, 44.194038 ], [ -121.781456, 44.197338 ], [ -121.783556, 44.205438 ], [ -121.785557, 44.207638 ], [ -121.785157, 44.213237999999897 ], [ -121.784257, 44.215438 ], [ -121.778157, 44.217638 ], [ -121.777557, 44.218238 ], [ -121.777457, 44.220538 ], [ -121.778857, 44.223837999999894 ], [ -121.780758, 44.225138 ], [ -121.783358, 44.225739 ], [ -121.784058, 44.226639 ], [ -121.790059, 44.244838999999899 ], [ -121.788859, 44.247739 ], [ -121.789559, 44.249339 ], [ -121.79696, 44.254439 ], [ -121.799359, 44.258138 ], [ -121.806185, 44.259994 ], [ -121.807553, 44.260291 ], [ -121.813361, 44.260238999999899 ], [ -121.815761, 44.260739 ], [ -121.818561, 44.262039 ], [ -121.822962, 44.27184 ], [ -121.824962, 44.28294 ], [ -121.828163, 44.28454 ], [ -121.834763, 44.28624 ], [ -121.837363, 44.28624 ], [ -121.839763, 44.28554 ], [ -121.840863, 44.28584 ], [ -121.840563, 44.28974 ], [ -121.836764, 44.30294 ], [ -121.838364, 44.31194 ], [ -121.840765, 44.32014 ], [ -121.837165, 44.33454 ], [ -121.839065, 44.33774 ], [ -121.842666, 44.34124 ], [ -121.843566, 44.34384 ], [ -121.843266, 44.346339999999891 ], [ -121.839066, 44.35444 ], [ -121.839666, 44.35934 ], [ -121.842767, 44.36184 ], [ -121.845667, 44.36664 ], [ -121.844967, 44.37044 ], [ -121.843267, 44.37204 ], [ -121.846068, 44.38654 ], [ -121.843068, 44.39054 ], [ -121.842667, 44.39244 ], [ -121.842568, 44.39504 ], [ -121.845768, 44.39814 ], [ -121.846469, 44.40224 ], [ -121.844869, 44.407339999999898 ], [ -120.988589829431135, 44.407238210921243 ], [ -120.988758, 44.465264 ], [ -120.988696, 44.467984999999899 ], [ -120.988702, 44.469896 ], [ -120.988721, 44.476444 ], [ -120.974176, 44.476403 ], [ -120.96977, 44.476427 ], [ -120.916899, 44.476428999999897 ], [ -120.916675, 44.476452 ], [ -120.910415, 44.476357999999891 ], [ -120.90961, 44.476349 ], [ -120.90943, 44.476349 ], [ -120.827177, 44.476633 ], [ -120.82686, 44.486009999999894 ], [ -120.826924, 44.486029 ], [ -120.827239, 44.499849 ], [ -120.827342, 44.56275 ], [ -120.80353, 44.562249 ], [ -120.786741, 44.56265 ], [ -120.597037, 44.562952 ], [ -120.501131, 44.562854 ], [ -120.385526, 44.563954 ], [ -120.38638, 44.624854 ], [ -120.38539, 44.755791 ], [ -120.385374, 44.756106 ], [ -120.385159, 44.761415 ], [ -120.387314, 44.761827 ], [ -120.387923, 44.762399 ], [ -120.388242, 44.763679 ], [ -120.387534, 44.767107 ], [ -120.388172, 44.770261 ], [ -120.397472, 44.776206 ], [ -120.399299, 44.778035 ], [ -120.399138, 44.779406 ], [ -120.397693, 44.781302 ], [ -120.394835, 44.782947 ], [ -120.394513, 44.784821 ], [ -120.394833, 44.785941 ], [ -120.400382, 44.791222 ], [ -120.404457, 44.792137 ], [ -120.40497, 44.793075 ], [ -120.404712, 44.794811 ], [ -120.404038, 44.795817 ], [ -120.397806, 44.803311 ], [ -120.396457, 44.804064 ], [ -120.394467, 44.803926 ], [ -120.393444, 44.798098 ], [ -120.392675, 44.796658 ], [ -120.390942, 44.796109 ], [ -120.385197, 44.796541 ], [ -120.380987, 44.801635 ], [ -120.379058, 44.80481 ], [ -120.37896, 44.806045 ], [ -120.379441, 44.806845 ], [ -120.381366, 44.807257 ], [ -120.384801, 44.807282 ], [ -120.385475, 44.80783 ], [ -120.386114, 44.811213 ], [ -120.383641, 44.812058 ], [ -120.381715, 44.811782 ], [ -120.378504, 44.812169 ], [ -120.377508, 44.812923 ], [ -120.377666, 44.815414 ], [ -120.381098, 44.818341 ], [ -120.378721, 44.819528 ], [ -120.373391, 44.820217 ], [ -120.371691, 44.821653 ], [ -120.371658, 44.821772 ], [ -120.372173, 44.822845999999899 ], [ -120.378681, 44.826886999999893 ], [ -120.387061, 44.829497 ], [ -120.390304, 44.829772 ], [ -120.39419, 44.829249 ], [ -120.400484, 44.830165 ], [ -120.40501, 44.833823 ], [ -120.410049, 44.840406999999885 ], [ -120.412581, 44.852177 ], [ -120.413865, 44.852909 ], [ -120.418459, 44.853779 ], [ -120.426106, 44.853369 ], [ -120.427552, 44.853733 ], [ -120.433464, 44.856819 ], [ -120.435552, 44.860225 ], [ -120.436258, 44.862396 ], [ -120.439536, 44.863699 ], [ -120.442717, 44.863836 ], [ -120.442878, 44.863836 ], [ -120.445706, 44.863448 ], [ -120.452454, 44.864476 ], [ -120.455218, 44.865618 ], [ -120.455026, 44.867835 ], [ -120.454256, 44.869686 ], [ -120.454738, 44.872634 ], [ -120.456153, 44.873937 ], [ -120.459077, 44.873822 ], [ -120.460337, 44.875345 ], [ -120.460178, 44.878243 ], [ -120.45884, 44.8812 ], [ -120.455743, 44.88302 ], [ -120.451308, 44.884232 ], [ -120.446036, 44.884781 ], [ -120.440667, 44.886724 ], [ -120.439703, 44.887408999999899 ], [ -120.437453, 44.891135 ], [ -120.43652, 44.894791 ], [ -120.438642, 44.898494 ], [ -120.442565, 44.902676 ], [ -120.447165, 44.906104 ], [ -120.450767, 44.909486 ], [ -120.451925, 44.909577 ], [ -120.453243, 44.908891 ], [ -120.454336, 44.90736 ], [ -120.454625, 44.90432 ], [ -120.455107, 44.903452 ], [ -120.458322, 44.902195 ], [ -120.459448, 44.902469 ], [ -120.460928, 44.904548 ], [ -120.46482, 44.906924 ], [ -120.467296, 44.907632 ], [ -120.472764, 44.908019 ], [ -120.473954, 44.90859 ], [ -120.474244, 44.90923 ], [ -120.474212, 44.909756 ], [ -120.471833, 44.911859 ], [ -120.470356, 44.915905 ], [ -120.470135, 44.922464 ], [ -120.47049, 44.924475 ], [ -120.472743, 44.927307 ], [ -120.475479, 44.928929 ], [ -120.474194, 44.933272 ], [ -120.473069, 44.933889 ], [ -120.472683, 44.93526 ], [ -120.479609, 44.945908 ], [ -120.482636, 44.949358 ], [ -120.487692, 44.95299 ], [ -119.79040684109799, 44.95296236286881 ], [ -119.791055, 44.994636 ], [ -119.759039, 44.994727 ], [ -119.758524, 44.994727 ], [ -119.671987, 44.994424 ], [ -119.667609, 44.993713 ], [ -119.630624, 44.994257 ], [ -119.587474, 44.995595 ], [ -119.539207, 44.995338 ], [ -119.512714, 44.996259 ], [ -119.501113, 44.995964 ], [ -119.490981, 44.99652 ], [ -119.421933, 44.994902 ], [ -119.370871, 44.994995 ], [ -119.338353, 44.995049 ], [ -119.305476, 44.995919 ], [ -119.2511, 44.995378 ], [ -119.163882, 44.995887 ], [ -119.044745, 44.996371 ], [ -119.022357, 44.996426 ], [ -118.946441, 44.997453 ], [ -118.9363, 44.997579 ], [ -118.936287, 44.997585 ], [ -118.888282, 44.998174 ], [ -118.676677, 44.996979 ], [ -118.675375, 44.996975 ], [ -118.575767, 44.996659 ], [ -118.519063, 44.995956 ], [ -118.501063, 44.995456 ], [ -118.476562, 44.994056 ], [ -118.470662, 44.994156 ], [ -118.469462, 44.993856 ], [ -118.467861, 44.991556 ], [ -118.463461, 44.989756 ], [ -118.453461, 44.989056 ], [ -118.448361, 44.990356 ], [ -118.44546, 44.989256 ], [ -118.44516, 44.986856 ], [ -118.43736, 44.984756 ], [ -118.43596, 44.971257 ], [ -118.43706, 44.968357 ], [ -118.43826, 44.967057 ], [ -118.43666, 44.963757 ], [ -118.43486, 44.962458 ], [ -118.424059, 44.963757 ], [ -118.409159, 44.971857 ], [ -118.404058, 44.975157 ], [ -118.403658, 44.976456 ], [ -118.399358, 44.975756 ], [ -118.394858, 44.974257 ], [ -118.392458, 44.972957 ], [ -118.390377, 44.974355 ], [ -118.390661, 44.977504 ], [ -118.387402, 44.983708 ], [ -118.386882, 44.983876 ], [ -118.381399, 44.981734 ], [ -118.379791, 44.979623 ], [ -118.378468, 44.979858 ], [ -118.376057, 44.981617 ], [ -118.375801, 44.981678 ], [ -118.371399, 44.982461 ], [ -118.368757, 44.983956 ], [ -118.363757, 44.991055 ], [ -118.359357, 44.992355 ], [ -118.358157, 44.992155 ], [ -118.355856, 44.989855 ], [ -118.351077, 44.987476 ], [ -118.346556, 44.986955 ], [ -118.343556, 44.985056 ], [ -118.341356, 44.983256 ], [ -118.340056, 44.981456 ], [ -118.331255, 44.975756 ], [ -118.329655, 44.973656 ], [ -118.329455, 44.972356 ], [ -118.324255, 44.971856 ], [ -118.321055, 44.973056 ], [ -118.313954, 44.972156 ], [ -118.302154, 44.967957 ], [ -118.299554, 44.963757 ], [ -118.299354, 44.961057 ], [ -118.298554, 44.960657 ], [ -118.296454, 44.960757 ], [ -118.290253, 44.962757 ], [ -118.287153, 44.964857 ], [ -118.285453, 44.965057 ], [ -118.281953, 44.964457 ], [ -118.277253, 44.960957 ], [ -118.276653, 44.958957 ], [ -118.274621, 44.957478 ], [ -118.270153, 44.957257 ], [ -118.267452, 44.958757 ], [ -118.264052, 44.959257 ], [ -118.262052, 44.958457 ], [ -118.260452, 44.956757 ], [ -118.251152, 44.956357 ], [ -118.244751, 44.958256 ], [ -118.243652, 44.956457 ], [ -118.243652, 44.949958 ], [ -118.244952, 44.945758 ], [ -118.244652, 44.944857999999897 ], [ -118.243152, 44.943658 ], [ -118.234152, 44.939859 ], [ -118.228952, 44.940859 ], [ -118.223552, 44.936759 ], [ -118.227852, 44.92636 ], [ -118.231452, 44.92446 ], [ -118.232152, 44.92336 ], [ -118.231452, 44.92136 ], [ -118.227852, 44.917961 ], [ -118.228352, 44.916061 ], [ -118.229452, 44.914061 ], [ -118.231752, 44.911661 ], [ -118.235352, 44.910161 ], [ -118.237152, 44.908861 ], [ -118.237352, 44.908161 ], [ -118.236152, 44.898262 ], [ -118.234452, 44.896262 ], [ -118.232152, 44.891662 ], [ -118.229852, 44.882463 ], [ -118.224638, 44.875593 ], [ -118.226652, 44.873564 ], [ -118.228052, 44.865364 ], [ -118.232722, 44.863469 ], [ -118.234952, 44.862564 ], [ -118.236652, 44.861565 ], [ -118.244052, 44.863464 ], [ -118.251052, 44.864514 ], [ -118.253858, 44.865011 ], [ -118.258052, 44.863563999999897 ], [ -118.267452, 44.869364 ], [ -118.268152, 44.869364 ], [ -118.282653, 44.865364 ], [ -118.286253, 44.865364 ], [ -118.289953, 44.866564 ], [ -118.296153, 44.862664 ], [ -118.293653, 44.853065 ], [ -118.306654, 44.846765 ], [ -118.306554, 44.844066 ], [ -118.308854, 44.841266 ], [ -118.316654, 44.836866 ], [ -118.313954, 44.832766 ], [ -118.308254, 44.830667 ], [ -118.308654, 44.828367 ], [ -118.310054, 44.825066999999898 ], [ -118.310954, 44.824267 ], [ -118.311154, 44.822667 ], [ -118.307054, 44.818967 ], [ -118.301353, 44.816668 ], [ -118.297919, 44.816288 ], [ -118.296874, 44.816208 ], [ -118.295853, 44.815768 ], [ -118.294953, 44.812868 ], [ -118.294753, 44.809568 ], [ -118.296853, 44.806968 ], [ -118.299453, 44.796369 ], [ -118.294053, 44.78977 ], [ -118.293553, 44.78837 ], [ -118.294053, 44.78657 ], [ -118.293853, 44.78417 ], [ -118.291953, 44.78037 ], [ -118.283353, 44.772271 ], [ -118.286653, 44.767371 ], [ -118.290053, 44.764971 ], [ -118.286453, 44.758972 ], [ -118.285253, 44.750772 ], [ -118.293653, 44.746673 ], [ -118.299753, 44.745873 ], [ -118.301153, 44.746373 ], [ -118.306853, 44.745173 ], [ -118.317253, 44.743873 ], [ -118.319153, 44.742073 ], [ -118.321253, 44.741473 ], [ -118.335354, 44.742572999999894 ], [ -118.338754, 44.743573 ], [ -118.345246, 44.744146 ], [ -118.351654, 44.744073 ], [ -118.363255, 44.745773 ], [ -118.365955, 44.747073 ], [ -118.368255, 44.747173 ], [ -118.377655, 44.745173 ], [ -118.379955, 44.744173 ], [ -118.383355, 44.739573 ], [ -118.386955, 44.737573 ], [ -118.391455, 44.733473 ], [ -118.391255, 44.732073 ], [ -118.393555, 44.727873 ], [ -118.395755, 44.726073 ], [ -118.404255, 44.724873 ], [ -118.409255, 44.726473 ], [ -118.413556, 44.727173 ], [ -118.417156, 44.727073 ], [ -118.418756, 44.724973 ], [ -118.419556, 44.720473 ], [ -118.422056, 44.719273999999892 ], [ -118.426456, 44.718774 ], [ -118.431556, 44.719573 ], [ -118.431956, 44.720173 ], [ -118.443056, 44.724273 ], [ -118.446056, 44.723273 ], [ -118.448841, 44.72125 ], [ -118.459157, 44.715774 ], [ -118.461657, 44.711774 ], [ -118.461456, 44.709674 ], [ -118.460656, 44.709174 ], [ -118.461656, 44.707374 ], [ -118.470457, 44.704174 ], [ -118.472957, 44.705174 ], [ -118.476457, 44.709174 ], [ -118.488257, 44.711074 ], [ -118.491357, 44.712574 ], [ -118.492757, 44.713874 ], [ -118.494457, 44.713574 ], [ -118.495242, 44.712965 ], [ -118.495654, 44.712675 ], [ -118.497064, 44.711565999999898 ], [ -118.498245, 44.710785 ], [ -118.502169, 44.707169 ], [ -118.504058, 44.706474 ], [ -118.519258, 44.706374 ], [ -118.518358, 44.698574 ], [ -118.518458, 44.692675 ], [ -118.512157, 44.683375 ], [ -118.507757, 44.675375 ], [ -118.506057, 44.671775 ], [ -118.504957, 44.666275 ], [ -118.504457, 44.665675 ], [ -118.498157, 44.665975 ], [ -118.491356, 44.663675 ], [ -118.488256, 44.664575 ], [ -118.476556, 44.660975 ], [ -118.473456, 44.658676 ], [ -118.472656, 44.657576 ], [ -118.472556, 44.656576 ], [ -118.466155, 44.655576 ], [ -118.462955, 44.655676 ], [ -118.460855, 44.656275999999892 ], [ -118.455955, 44.655476 ], [ -118.454055, 44.653976 ], [ -118.446355, 44.649876 ], [ -118.441355, 44.652476 ], [ -118.437218, 44.653613 ], [ -118.424554, 44.654876 ], [ -118.417254, 44.647276 ], [ -118.409954, 44.642975999999898 ], [ -118.404954, 44.641376 ], [ -118.403854, 44.641376 ], [ -118.402754, 44.643176 ], [ -118.401354, 44.643576 ], [ -118.390353, 44.642476 ], [ -118.382053, 44.645676 ], [ -118.378853, 44.646376 ], [ -118.372953, 44.645376 ], [ -118.367253, 44.641977 ], [ -118.364353, 44.639677 ], [ -118.360752, 44.637877 ], [ -118.356052, 44.639177 ], [ -118.355052, 44.639177 ], [ -118.354472, 44.638538 ], [ -118.354352, 44.636877 ], [ -118.353252, 44.635277 ], [ -118.343552, 44.631777 ], [ -118.342052, 44.627977 ], [ -118.342052, 44.626877 ], [ -118.344252, 44.625077 ], [ -118.342652, 44.618278 ], [ -118.338651, 44.610578 ], [ -118.337451, 44.609378 ], [ -118.332751, 44.608378 ], [ -118.331651, 44.608878 ], [ -118.328451, 44.608578 ], [ -118.319451, 44.605478 ], [ -118.316651, 44.603878 ], [ -118.31205, 44.597379 ], [ -118.311346, 44.593086 ], [ -118.405492, 44.592203 ], [ -118.400925, 44.485107 ], [ -118.45212, 44.484435 ], [ -118.450238, 44.440984 ], [ -118.488893, 44.440464 ], [ -118.484136, 44.331854 ], [ -118.555646, 44.330864 ], [ -118.550097, 44.206771 ], [ -118.306494, 44.209979999999895 ], [ -118.299512, 44.039436 ], [ -118.298505, 43.993318 ], [ -118.764237, 43.986804 ], [ -118.750481436189546, 43.696632008162013 ], [ -118.750481, 43.696631999999894 ], [ -118.74593, 43.60062 ], [ -118.54356, 43.603637999999897 ], [ -118.539841, 43.519385999999884 ], [ -118.232275, 43.523328 ], [ -117.523268, 43.528936999999893 ], [ -117.513416, 43.190564999999893 ], [ -117.826969, 43.188191999999887 ], [ -117.812675, 42.759481999999871 ], [ -117.665528, 42.76067899999989 ], [ -117.662349, 42.658066999999882 ], [ -117.026599, 42.66114499999987 ], [ -117.026598957115695, 42.66089252939026 ], [ -117.026665, 42.624877999999875 ], [ -117.026551, 42.378556999999873 ], [ -117.026129, 42.357192999999882 ], [ -117.026195, 42.166403999999858 ], [ -117.02659, 42.133257999999877 ], [ -117.026098, 42.117646999999863 ], [ -117.026221949174456, 42.000300118275945 ], [ -117.026222, 42.000251999999875 ], [ -117.040906, 41.99988999999988 ], [ -117.04891, 41.998982999999882 ], [ -117.055402, 41.999889999999859 ], [ -117.068613, 42.000034999999862 ], [ -117.080659, 42.000066999999866 ], [ -117.166909, 42.00029699999989 ], [ -117.197798, 42.000379999999858 ], [ -117.208134, 42.000121999999877 ], [ -117.217551, 41.999886999999873 ], [ -117.403613, 41.999289999999867 ], [ -117.443062, 41.999658999999873 ], [ -117.530199, 41.999083999999876 ], [ -117.613208, 41.998535999999866 ], [ -117.623731, 41.998466999999863 ], [ -117.625973, 41.998101999999896 ], [ -117.63136, 41.998106999999862 ], [ -117.656547, 41.998130999999873 ], [ -117.863281, 41.998324999999859 ], [ -117.873467, 41.998334999999841 ], [ -117.886756, 41.998279999999873 ], [ -118.197189, 41.996994999999849 ], [ -118.501002, 41.995445999999866 ], [ -118.601806, 41.993894999999867 ], [ -118.696409, 41.991793999999864 ], [ -118.775869, 41.992691999999863 ], [ -118.777228, 41.992670999999866 ], [ -118.795612, 41.992393999999841 ], [ -119.001022, 41.993792999999869 ], [ -119.20828, 41.993176999999875 ], [ -119.231876, 41.99421199999987 ], [ -119.251033, 41.99384299999987 ], [ -119.360177, 41.994383999999854 ], [ -119.444598, 41.995477999999849 ], [ -119.527669992674788, 41.995719711686931 ], [ -119.527593898224509, 41.992724705548305 ], [ -119.556037902832045, 41.993076324462777 ], [ -119.633529663085923, 41.994037628173693 ], [ -119.762977600097656, 41.994998931884645 ], [ -119.790168762207031, 41.995429992675653 ], [ -119.793449401855483, 41.995471954345575 ], [ -119.813201904296875, 41.995723724365099 ], [ -119.825996398925767, 41.995883941650256 ], [ -119.860595703125, 41.99606323242174 ], [ -119.861358642578125, 41.99605941772451 ], [ -119.991227793982603, 41.995367714029868 ], [ -119.999168, 41.994539999999866 ], [ -120.000300908650914, 41.994899054117283 ], [ -119.999847412109375, 41.950229644775284 ], [ -119.999610900878906, 41.930217742919815 ], [ -119.999832153320298, 41.907550811767415 ], [ -119.999794006347656, 41.901142120361193 ], [ -119.999557495117202, 41.804931640624865 ], [ -119.99863433837892, 41.713127136230355 ], [ -119.998405456542969, 41.690521240234233 ], [ -119.998420715332045, 41.656356811523302 ], [ -119.998580932617173, 41.368247985839673 ], [ -119.998573303222656, 41.281112670898295 ], [ -119.999435424804702, 41.238910675048672 ], [ -119.999443054199219, 41.198249816894375 ], [ -119.999534606933594, 41.18446350097642 ], [ -119.999824523925781, 41.140140533447116 ], [ -119.999870300292969, 41.021114349365092 ], [ -119.999908447265639, 40.93309783935532 ], [ -119.999153137207045, 40.845088958740085 ], [ -119.999069213867188, 40.832843780517429 ], [ -119.998855590820312, 40.802047729492031 ], [ -119.998794555664048, 40.793376922607258 ], [ -119.998505, 40.753883999999857 ], [ -120.13655529949456, 40.756324187615157 ], [ -120.235888, 40.758079999999843 ], [ -120.239497, 40.671931999999821 ], [ -120.331692, 40.673833999999829 ], [ -120.331860032892905, 40.669683165956783 ], [ -120.331971, 40.666941999999835 ], [ -120.434832, 40.666686999999854 ], [ -120.436178, 40.632226999999837 ], [ -120.519263, 40.633816999999837 ], [ -120.517744833812685, 40.673825007650272 ], [ -120.514686, 40.754433999999854 ], [ -120.648074868503883, 40.75685146198181 ], [ -120.688715, 40.757587999999835 ], [ -120.688388, 40.766778999999836 ], [ -120.733836, 40.766413999999841 ], [ -120.734496, 40.834249999999841 ], [ -120.790553, 40.835193999999845 ], [ -120.788117, 40.906429999999837 ], [ -120.818449, 40.906930999999844 ], [ -120.815614631916375, 40.990681212782803 ], [ -120.814988, 41.009196999999844 ], [ -120.986617, 41.011894999999839 ], [ -120.984481, 41.079696999999861 ], [ -120.99516, 41.078707999999857 ], [ -120.991906, 41.133848999999849 ], [ -121.060446, 41.132557999999868 ], [ -121.061116, 41.184304999999846 ], [ -121.121102737161152, 41.18436694897067 ], [ -121.125892897364452, 41.184371895822387 ], [ -121.126381894265734, 41.184372400814929 ], [ -121.138582, 41.184384999999835 ], [ -121.154792787973292, 41.184392492586689 ], [ -121.156211323070693, 41.184393148230164 ], [ -121.162366640535097, 41.184395993202941 ], [ -121.198381199348333, 41.184412639044574 ], [ -121.198748107584805, 41.184412808628664 ], [ -121.247625776451372, 41.184435399768518 ], [ -121.251088, 41.184436999999846 ], [ -121.252695179874095, 41.184408799301828 ], [ -121.258185816135921, 41.184312456771778 ], [ -121.263857868592765, 41.184212930986781 ], [ -121.264014229984724, 41.184210187360861 ], [ -121.266008778483197, 41.18417518962297 ], [ -121.266226313138134, 41.184171372608326 ], [ -121.286087933838573, 41.183822866770846 ], [ -121.286150247720585, 41.183821773368052 ], [ -121.288189, 41.183785999999849 ], [ -121.302253, 41.183818999999843 ], [ -121.302252969556733, 41.183819783228707 ], [ -121.294818, 41.375102999999854 ], [ -121.446525, 41.376600999999866 ], [ -121.556984, 41.379150999999858 ], [ -121.55827, 41.368925999999853 ], [ -122.066362140182491, 41.36382503247988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WA_W", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0363420769, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 479.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.804971062541284, 45.898889877239107 ], [ -122.81151, 45.912725 ], [ -122.806193, 45.932416 ], [ -122.812215, 45.954459 ], [ -122.813998, 45.960984 ], [ -122.837638, 45.98082 ], [ -122.856158, 46.014469 ], [ -122.858481, 46.01625 ], [ -122.878092, 46.031281 ], [ -122.884478, 46.06028 ], [ -122.904119, 46.083734 ], [ -122.939664, 46.096531 ], [ -122.962681, 46.104817 ], [ -123.004233, 46.133823 ], [ -123.009436, 46.136043 ], [ -123.021011, 46.138836 ], [ -123.022147, 46.13911 ], [ -123.022645927898438, 46.139333369930313 ], [ -123.022885, 46.139441 ], [ -123.03382, 46.144336 ], [ -123.041297, 46.146351 ], [ -123.051064, 46.153599 ], [ -123.105021, 46.177676 ], [ -123.115904, 46.185268 ], [ -123.166414, 46.188973 ], [ -123.213054, 46.172541 ], [ -123.231196, 46.16615 ], [ -123.251233, 46.156452 ], [ -123.280166, 46.144843 ], [ -123.301034, 46.144632 ], [ -123.30248, 46.144701 ], [ -123.332335, 46.146132 ], [ -123.371433, 46.146372 ], [ -123.430847, 46.181827 ], [ -123.427629, 46.229348 ], [ -123.447592, 46.249832 ], [ -123.468743, 46.264531 ], [ -123.474844, 46.267831 ], [ -123.479644, 46.269131 ], [ -123.501245, 46.271004 ], [ -123.516188, 46.266153 ], [ -123.526391, 46.263404 ], [ -123.538092, 46.26061 ], [ -123.547659, 46.259109 ], [ -123.547658, 46.259273 ], [ -123.547636, 46.265545 ], [ -123.547636, 46.265595 ], [ -123.549284, 46.265528 ], [ -123.552246, 46.265409 ], [ -123.554149, 46.265332 ], [ -123.555649, 46.265271 ], [ -123.55591, 46.26526 ], [ -123.559923, 46.265098 ], [ -123.564405, 46.262172 ], [ -123.569104, 46.261717 ], [ -123.581642, 46.260502 ], [ -123.585533, 46.260439 ], [ -123.587781, 46.260403 ], [ -123.613544, 46.259988 ], [ -123.623712, 46.261232 ], [ -123.623941, 46.26126 ], [ -123.669501, 46.266832 ], [ -123.679125, 46.272502 ], [ -123.68008, 46.277943 ], [ -123.678069, 46.286469 ], [ -123.67876, 46.290721 ], [ -123.680574, 46.296025 ], [ -123.687763, 46.299235 ], [ -123.700764, 46.305278 ], [ -123.716503, 46.302522 ], [ -123.724273, 46.301161 ], [ -123.724038, 46.295058 ], [ -123.727711, 46.289943 ], [ -123.727912, 46.289663 ], [ -123.727993, 46.289549 ], [ -123.728585, 46.288725 ], [ -123.741478, 46.290274 ], [ -123.75921, 46.275367 ], [ -123.759299, 46.275292 ], [ -123.75956, 46.275073 ], [ -123.766682, 46.273499 ], [ -123.775054, 46.274599 ], [ -123.782654, 46.280227 ], [ -123.795556, 46.284501 ], [ -123.80563, 46.283632 ], [ -123.806139, 46.283588 ], [ -123.806449, 46.283392 ], [ -123.812314, 46.27969 ], [ -123.813531, 46.278922 ], [ -123.827706, 46.269973 ], [ -123.828882, 46.269231 ], [ -123.838357, 46.26325 ], [ -123.840656, 46.261798 ], [ -123.849546, 46.256187 ], [ -123.855015, 46.252734 ], [ -123.857169, 46.251374 ], [ -123.860258, 46.249425 ], [ -123.860994, 46.24896 ], [ -123.869168, 46.2438 ], [ -123.872283, 46.241833 ], [ -123.872847, 46.241477 ], [ -123.874383, 46.240508 ], [ -123.874857, 46.240209 ], [ -123.875525, 46.239787 ], [ -123.891739, 46.242525 ], [ -123.909306, 46.245491 ], [ -123.919581, 46.251217 ], [ -123.920199, 46.251675 ], [ -123.925158, 46.255352 ], [ -123.929422, 46.258514 ], [ -123.940998, 46.267098 ], [ -123.954353, 46.277001 ], [ -123.969427, 46.291398 ], [ -123.970521, 46.293216 ], [ -123.970912, 46.293866 ], [ -123.970788, 46.295083 ], [ -123.970355, 46.299352 ], [ -123.972484, 46.301254 ], [ -123.974509, 46.303063 ], [ -123.975203, 46.303451 ], [ -123.97905, 46.3056 ], [ -123.984998, 46.308924 ], [ -123.985204, 46.309039 ], [ -123.985595, 46.309142 ], [ -123.999924, 46.312908 ], [ -124.001264, 46.31326 ], [ -124.007995, 46.314124 ], [ -124.020551, 46.315737 ], [ -124.029924, 46.308312 ], [ -124.032668, 46.302767 ], [ -124.035599, 46.296843 ], [ -124.0365, 46.293133 ], [ -124.038797, 46.283675 ], [ -124.044018, 46.275925 ], [ -124.060961, 46.278761 ], [ -124.080671, 46.267239 ], [ -124.082187, 46.269159 ], [ -124.081729, 46.274714 ], [ -124.079286, 46.284448 ], [ -124.076262, 46.296498 ], [ -124.0762, 46.296613 ], [ -124.071945, 46.304468 ], [ -124.071765, 46.3048 ], [ -124.071384, 46.305504 ], [ -124.069969, 46.309981 ], [ -124.068441, 46.31482 ], [ -124.067507, 46.317775 ], [ -124.067476, 46.317872 ], [ -124.065616, 46.32376 ], [ -124.065572, 46.323899 ], [ -124.064624, 46.326899 ], [ -124.064262, 46.330341 ], [ -124.064234, 46.330601 ], [ -124.063369, 46.338825 ], [ -124.063349, 46.339015 ], [ -124.061166, 46.359755 ], [ -124.060319, 46.367805 ], [ -124.059755, 46.373163 ], [ -124.058351, 46.386503 ], [ -124.058341, 46.386749 ], [ -124.057991, 46.395371 ], [ -124.057425, 46.409315 ], [ -124.05716, 46.464846 ], [ -124.057121, 46.473021 ], [ -124.057034, 46.491304 ], [ -124.057024, 46.493338 ], [ -124.057533, 46.49982 ], [ -124.057605, 46.500744 ], [ -124.05766, 46.50145 ], [ -124.058546, 46.512736 ], [ -124.059801, 46.528737 ], [ -124.060375, 46.536056 ], [ -124.061524, 46.550697 ], [ -124.061953, 46.556165 ], [ -124.062429, 46.559491 ], [ -124.06842, 46.601397 ], [ -124.069492, 46.628355 ], [ -124.069538, 46.629525 ], [ -124.069583, 46.630651 ], [ -124.069243, 46.632201 ], [ -124.068818, 46.634137 ], [ -124.068655, 46.634879 ], [ -124.067966, 46.635772 ], [ -124.063041, 46.64216 ], [ -124.062715, 46.642582 ], [ -124.061754, 46.643054 ], [ -124.056769, 46.645501 ], [ -124.056476, 46.645645 ], [ -124.056106, 46.645653 ], [ -124.048444, 46.645827 ], [ -124.047289, 46.644449 ], [ -124.041376, 46.63739 ], [ -124.035874, 46.630822 ], [ -124.036277, 46.63063 ], [ -124.044203, 46.626851 ], [ -124.049139, 46.624497 ], [ -124.052708, 46.622796 ], [ -124.050842, 46.617421 ], [ -124.040309, 46.604815 ], [ -124.029577, 46.591971 ], [ -124.029387, 46.591744 ], [ -124.028799, 46.59104 ], [ -124.028534, 46.59061 ], [ -124.023566, 46.582559 ], [ -124.023148, 46.564113 ], [ -124.025395, 46.538655 ], [ -124.026011, 46.531683 ], [ -124.026011, 46.531682 ], [ -124.026011, 46.531681 ], [ -124.026019, 46.531589 ], [ -124.028849, 46.514162 ], [ -124.028994, 46.513266 ], [ -124.029236, 46.511776 ], [ -124.029481, 46.510267 ], [ -124.031501, 46.497827 ], [ -124.031632, 46.497019 ], [ -124.031737, 46.496375 ], [ -124.030958, 46.491816 ], [ -124.030757, 46.490638 ], [ -124.030008, 46.486256 ], [ -124.029589, 46.4838 ], [ -124.026032, 46.462978 ], [ -124.025809, 46.462951 ], [ -124.006537, 46.460627 ], [ -124.002768, 46.460173 ], [ -124.00146, 46.460015 ], [ -124.001271, 46.459992 ], [ -123.990615, 46.463019 ], [ -123.99087, 46.465738 ], [ -123.994181, 46.468868 ], [ -123.993924, 46.472255 ], [ -123.993451, 46.47847 ], [ -123.99268, 46.488617 ], [ -123.988386, 46.497008 ], [ -123.985345, 46.498001 ], [ -123.983688, 46.498542 ], [ -123.983334, 46.498453 ], [ -123.979053, 46.497378 ], [ -123.979207, 46.490225 ], [ -123.979213, 46.489949 ], [ -123.971973, 46.477358 ], [ -123.971284, 46.47616 ], [ -123.97083, 46.47537 ], [ -123.968044, 46.473497 ], [ -123.943667, 46.477197 ], [ -123.931873, 46.49322 ], [ -123.92754, 46.499106 ], [ -123.921423, 46.507417 ], [ -123.921192, 46.507731 ], [ -123.905887, 46.517064 ], [ -123.896703, 46.522665 ], [ -123.897242, 46.52848 ], [ -123.894254, 46.537028 ], [ -123.894375, 46.537226 ], [ -123.903321, 46.55191 ], [ -123.91161, 46.558455 ], [ -123.916902, 46.562633 ], [ -123.920247, 46.567343 ], [ -123.922332, 46.577057 ], [ -123.927769, 46.586899 ], [ -123.928861, 46.588875 ], [ -123.929452, 46.589303 ], [ -123.939139, 46.596326 ], [ -123.948086, 46.600274 ], [ -123.955556, 46.60357 ], [ -123.959175, 46.613581 ], [ -123.959566, 46.619651 ], [ -123.96023, 46.629969 ], [ -123.960642, 46.636364 ], [ -123.95871, 46.636798 ], [ -123.940616, 46.640862 ], [ -123.924679, 46.648872 ], [ -123.924522, 46.648951 ], [ -123.921915, 46.650261 ], [ -123.921913, 46.650262 ], [ -123.921913, 46.650263 ], [ -123.920916, 46.653576 ], [ -123.921499, 46.658315 ], [ -123.923124, 46.67153 ], [ -123.923269, 46.672708 ], [ -123.915596, 46.678649 ], [ -123.913094, 46.679278 ], [ -123.895601, 46.683672 ], [ -123.894713, 46.684106 ], [ -123.864902, 46.698685 ], [ -123.851356, 46.70256 ], [ -123.849927, 46.706513 ], [ -123.847601, 46.712949 ], [ -123.84621, 46.716795 ], [ -123.848725, 46.719898 ], [ -123.855647, 46.723946 ], [ -123.862149, 46.727749 ], [ -123.870782, 46.728327 ], [ -123.875899, 46.730348 ], [ -123.87668, 46.730657 ], [ -123.877819, 46.732017 ], [ -123.889606, 46.746088 ], [ -123.892835, 46.749943 ], [ -123.892991, 46.750129 ], [ -123.893054, 46.750204 ], [ -123.893591, 46.750204 ], [ -123.898641, 46.750205 ], [ -123.910092, 46.746895 ], [ -123.910716, 46.746715 ], [ -123.911063, 46.746385 ], [ -123.916371, 46.741322 ], [ -123.91584, 46.737322 ], [ -123.913549, 46.732209 ], [ -123.91285, 46.730647 ], [ -123.916838, 46.726773 ], [ -123.916874, 46.726739 ], [ -123.921775, 46.726152 ], [ -123.929073, 46.725278 ], [ -123.948683, 46.725369 ], [ -123.961193, 46.732125 ], [ -123.968564, 46.736106 ], [ -123.974994, 46.733391 ], [ -123.97962, 46.724724 ], [ -123.979655, 46.724658 ], [ -123.978654, 46.722281 ], [ -123.976741, 46.717734 ], [ -123.975157, 46.713971 ], [ -123.968367, 46.706758 ], [ -123.966966, 46.705268 ], [ -123.966886, 46.705184 ], [ -123.967154, 46.705112 ], [ -123.973663, 46.703353 ], [ -123.983733, 46.706372 ], [ -123.987032, 46.70736 ], [ -123.987521, 46.707507 ], [ -123.987956, 46.707534 ], [ -123.994242, 46.707929 ], [ -124.000027, 46.704419 ], [ -124.003149, 46.702524 ], [ -124.003458, 46.702337 ], [ -124.010152, 46.704681 ], [ -124.015254, 46.706467 ], [ -124.022413, 46.708973 ], [ -124.026626, 46.711297 ], [ -124.02774, 46.711911 ], [ -124.028131, 46.712127 ], [ -124.037996, 46.717568 ], [ -124.042478, 46.72004 ], [ -124.042111, 46.722783 ], [ -124.046399, 46.725686 ], [ -124.063117, 46.733664 ], [ -124.080983, 46.735003 ], [ -124.092176, 46.741624 ], [ -124.096515, 46.746202 ], [ -124.095041, 46.756812 ], [ -124.096655, 46.784374 ], [ -124.098358, 46.794156 ], [ -124.098359, 46.794156 ], [ -124.101232, 46.810656 ], [ -124.108078, 46.836388 ], [ -124.11573, 46.858686 ], [ -124.119628, 46.870044 ], [ -124.120299, 46.871998 ], [ -124.122979, 46.879809 ], [ -124.126283, 46.885384 ], [ -124.137239, 46.90387 ], [ -124.137244, 46.903878 ], [ -124.138225, 46.905534 ], [ -124.138224, 46.905534 ], [ -124.137895, 46.905644 ], [ -124.137143, 46.905895 ], [ -124.137141, 46.905896 ], [ -124.136392, 46.906146 ], [ -124.118873, 46.911992 ], [ -124.117712, 46.91238 ], [ -124.110641, 46.91252 ], [ -124.106408, 46.909734 ], [ -124.101479, 46.90649 ], [ -124.093392, 46.901168 ], [ -124.090422, 46.8955 ], [ -124.090263, 46.891598 ], [ -124.090218, 46.890505 ], [ -124.090217, 46.890496 ], [ -124.089286, 46.867716 ], [ -124.075756, 46.86251 ], [ -124.073113, 46.861493 ], [ -124.071011, 46.862118 ], [ -124.070931, 46.862142 ], [ -124.06807, 46.862992 ], [ -124.066349, 46.863504 ], [ -124.061051, 46.865127 ], [ -124.055085, 46.870429 ], [ -124.049279, 46.891253 ], [ -124.046344, 46.893972 ], [ -124.03624, 46.898473 ], [ -124.023051, 46.901485 ], [ -124.016105, 46.903072 ], [ -124.01366, 46.90363 ], [ -124.013467, 46.903942 ], [ -124.009519, 46.910325 ], [ -124.003192, 46.913326 ], [ -123.985082, 46.921916 ], [ -123.979378, 46.923038 ], [ -123.96227, 46.921649 ], [ -123.961432, 46.921581 ], [ -123.957745, 46.921281 ], [ -123.957493, 46.921261 ], [ -123.956777, 46.921459 ], [ -123.915337, 46.932942 ], [ -123.915256, 46.932964 ], [ -123.89446, 46.937449 ], [ -123.885207, 46.939445 ], [ -123.882884, 46.939946 ], [ -123.879401, 46.941267 ], [ -123.877791, 46.941878 ], [ -123.86018, 46.948556 ], [ -123.863312, 46.951009 ], [ -123.864156, 46.95167 ], [ -123.865093, 46.952404 ], [ -123.876136, 46.961054 ], [ -123.885435, 46.966557 ], [ -123.889402, 46.968904 ], [ -123.889572, 46.968962 ], [ -123.894415, 46.970618 ], [ -123.897407, 46.97164 ], [ -123.898245, 46.971927 ], [ -123.898924, 46.971925 ], [ -123.900717, 46.97192 ], [ -123.902159, 46.971916 ], [ -123.902995, 46.971914 ], [ -123.913815, 46.971885 ], [ -123.921617, 46.971864 ], [ -123.939214, 46.969739 ], [ -123.947996, 46.971818 ], [ -123.948098, 46.971909 ], [ -123.95122, 46.974682 ], [ -123.952186, 46.975541 ], [ -123.958817, 46.981432 ], [ -123.959185, 46.981759 ], [ -123.961246, 46.981661 ], [ -123.991612, 46.980215 ], [ -124.005468, 46.983551 ], [ -124.009354, 46.984486 ], [ -124.011796, 46.985074 ], [ -124.011978, 46.985118 ], [ -124.012218, 46.985176 ], [ -124.012496, 46.985399 ], [ -124.019727, 46.991189 ], [ -124.013909, 46.99522 ], [ -124.011476, 46.996906 ], [ -124.010068, 46.997882 ], [ -124.009805, 46.998211 ], [ -124.005739, 47.0033 ], [ -124.005248, 47.003915 ], [ -124.005288, 47.003942 ], [ -124.017035, 47.011717 ], [ -124.016999, 47.014848 ], [ -124.026345, 47.030187 ], [ -124.047426, 47.036031 ], [ -124.060512, 47.039658 ], [ -124.065856, 47.04114 ], [ -124.074741, 47.041469 ], [ -124.079231, 47.041635 ], [ -124.08738, 47.041937 ], [ -124.106378, 47.04264 ], [ -124.122057, 47.04165 ], [ -124.141517, 47.035142 ], [ -124.149043, 47.029294 ], [ -124.151195, 47.021451 ], [ -124.151288, 47.021112 ], [ -124.150865, 47.019914 ], [ -124.149696, 47.016602 ], [ -124.149297, 47.01547 ], [ -124.148335, 47.012745 ], [ -124.139733, 46.98837 ], [ -124.13834, 46.974089 ], [ -124.138124, 46.97187 ], [ -124.138035, 46.970959 ], [ -124.137018, 46.96894 ], [ -124.135503, 46.965933 ], [ -124.133576, 46.962109 ], [ -124.129472, 46.953965 ], [ -124.12844, 46.951915 ], [ -124.128426, 46.951887 ], [ -124.125452, 46.945986 ], [ -124.124386, 46.94387 ], [ -124.1287, 46.942949 ], [ -124.133829, 46.941854 ], [ -124.140388, 46.940454 ], [ -124.141267, 46.940266 ], [ -124.158624, 46.929439 ], [ -124.180065, 46.926364 ], [ -124.180111, 46.926357 ], [ -124.179929, 46.926852 ], [ -124.178332, 46.931201 ], [ -124.174503, 46.941623 ], [ -124.171161, 46.958443 ], [ -124.17093, 46.96251 ], [ -124.16974, 46.98347 ], [ -124.169144, 46.993961 ], [ -124.169113, 46.994508 ], [ -124.170521, 47.017569 ], [ -124.172118, 47.043729 ], [ -124.173402, 47.064755 ], [ -124.173501, 47.06637 ], [ -124.173806, 47.068872 ], [ -124.175889, 47.085974 ], [ -124.17627, 47.0891 ], [ -124.176291, 47.08927 ], [ -124.176491, 47.090915 ], [ -124.176745, 47.092999 ], [ -124.179366, 47.104762 ], [ -124.18165, 47.115012 ], [ -124.183833, 47.124807 ], [ -124.183049, 47.131825 ], [ -124.182802, 47.134041 ], [ -124.185806, 47.136017 ], [ -124.189097, 47.145096 ], [ -124.189721, 47.146816 ], [ -124.189725, 47.146827 ], [ -124.189772, 47.147033 ], [ -124.192222, 47.157828 ], [ -124.192603, 47.159509 ], [ -124.195893, 47.174 ], [ -124.196247, 47.175192 ], [ -124.196325, 47.175455 ], [ -124.196645, 47.176529 ], [ -124.20067, 47.190071999982194 ], [ -124.200967, 47.191070999982202 ], [ -124.209017, 47.218150999982271 ], [ -124.219465, 47.244579999982342 ], [ -124.219481, 47.244620999982345 ], [ -124.219507, 47.244683999982335 ], [ -124.234498, 47.282604999982446 ], [ -124.235189, 47.284353999982443 ], [ -124.235274, 47.28456899998244 ], [ -124.236349, 47.287286999982456 ], [ -124.242234, 47.295100999982495 ], [ -124.251337, 47.301015999982496 ], [ -124.251508, 47.3011269999825 ], [ -124.25359, 47.302479999982509 ], [ -124.256161, 47.303530999982506 ], [ -124.257382, 47.304030999982508 ], [ -124.257452, 47.304058999982509 ], [ -124.257844, 47.304086999982516 ], [ -124.271193, 47.305024999982507 ], [ -124.286369, 47.325161999982548 ], [ -124.287479, 47.32743099998256 ], [ -124.288938, 47.33041499998258 ], [ -124.288943, 47.330424999982576 ], [ -124.293288, 47.339308999982606 ], [ -124.298503, 47.346400999982606 ], [ -124.299653, 47.347965999982613 ], [ -124.299943, 47.34835999998262 ], [ -124.301926, 47.349383999982621 ], [ -124.302102, 47.349474999982618 ], [ -124.304171, 47.350543999982619 ], [ -124.307509, 47.352267999982651 ], [ -124.319379, 47.355558999982641 ], [ -124.324091, 47.367601999982668 ], [ -124.326495, 47.387481999982732 ], [ -124.32665, 47.388758999982727 ], [ -124.327304, 47.390526999982733 ], [ -124.330841, 47.400090999982766 ], [ -124.336724, 47.415995999982805 ], [ -124.339249, 47.437866999982866 ], [ -124.339904, 47.443537999982865 ], [ -124.341717, 47.459247999982914 ], [ -124.341723, 47.459296999982897 ], [ -124.342039, 47.462036999982921 ], [ -124.34219, 47.46334099998294 ], [ -124.343094, 47.471174999982949 ], [ -124.344982, 47.487527999982973 ], [ -124.345155, 47.489029999982996 ], [ -124.353652, 47.533613999983103 ], [ -124.355955, 47.54569799998314 ], [ -124.359028, 47.547615999983172 ], [ -124.361656, 47.560338999983188 ], [ -124.362161, 47.562783999983196 ], [ -124.366083, 47.581771999983232 ], [ -124.366221, 47.582438999983225 ], [ -124.366558, 47.583482999983239 ], [ -124.371746, 47.59957499998329 ], [ -124.374927, 47.6038909999833 ], [ -124.382215, 47.632301999983383 ], [ -124.38858, 47.647665999983417 ], [ -124.395983, 47.66553399998346 ], [ -124.403287, 47.677159999983473 ], [ -124.412106, 47.69119899998352 ], [ -124.417081, 47.712107999983566 ], [ -124.417319, 47.713105999983583 ], [ -124.420219, 47.725293999983606 ], [ -124.4231, 47.732900999983627 ], [ -124.425195, 47.738433999983627 ], [ -124.430088, 47.74557899998365 ], [ -124.430546, 47.746248999983642 ], [ -124.435091, 47.749958999983669 ], [ -124.453927, 47.765333999983717 ], [ -124.465109, 47.766323999983705 ], [ -124.471687, 47.766906999983718 ], [ -124.471983, 47.767074999983713 ], [ -124.47657, 47.769670999983731 ], [ -124.479253, 47.783021999983745 ], [ -124.482003, 47.796702999983786 ], [ -124.482154, 47.797453999983794 ], [ -124.482426, 47.798153999983782 ], [ -124.489737, 47.816987999983837 ], [ -124.497681, 47.822396999983859 ], [ -124.497987, 47.822604999983852 ], [ -124.499102, 47.822771999983843 ], [ -124.50668, 47.823909999983854 ], [ -124.510703, 47.822991999983856 ], [ -124.51278, 47.822517999983873 ], [ -124.517661, 47.825115999983872 ], [ -124.533026, 47.833293999983873 ], [ -124.539927, 47.836966999983886 ], [ -124.550271, 47.847697999983914 ], [ -124.551113, 47.848570999983906 ], [ -124.558254, 47.855978999983947 ], [ -124.559034, 47.863084999983961 ], [ -124.561664, 47.865558999983961 ], [ -124.562363, 47.866215999983964 ], [ -124.588172, 47.877877999984008 ], [ -124.609538, 47.879995999984011 ], [ -124.610299, 47.880375999984018 ], [ -124.611004, 47.880726999984006 ], [ -124.611021, 47.880735999984005 ], [ -124.624587, 47.887501999984011 ], [ -124.625313, 47.887863999984035 ], [ -124.625512, 47.887962999984019 ], [ -124.630153, 47.892466999984052 ], [ -124.629786, 47.896159999984043 ], [ -124.629706, 47.896967999984042 ], [ -124.632794, 47.904497999984052 ], [ -124.636656, 47.913914999984101 ], [ -124.637983, 47.91714999998409 ], [ -124.639236, 47.920205999984098 ], [ -124.640701, 47.923776999984106 ], [ -124.645442, 47.935337999984142 ], [ -124.651219, 47.942278999984154 ], [ -124.651966, 47.943176999984161 ], [ -124.662334, 47.951450999984182 ], [ -124.667141, 47.957624999984183 ], [ -124.672427, 47.964413999984224 ], [ -124.67083, 47.982365999984253 ], [ -124.670978, 47.982966999984257 ], [ -124.67106, 47.983301999984235 ], [ -124.675658, 48.002004999984294 ], [ -124.679024, 48.015696999984343 ], [ -124.679516, 48.018881999984345 ], [ -124.681992, 48.034915999984399 ], [ -124.682092, 48.035567999984394 ], [ -124.682157, 48.035986999984381 ], [ -124.685393, 48.049237999984435 ], [ -124.688359, 48.054926999984446 ], [ -124.693676, 48.058696999984456 ], [ -124.694281, 48.060928999984448 ], [ -124.696542, 48.069273999984475 ], [ -124.696123, 48.074504999984484 ], [ -124.695677, 48.080072999984502 ], [ -124.695114, 48.087095999984506 ], [ -124.690648, 48.090778999984529 ], [ -124.688602, 48.09246599998454 ], [ -124.687101, 48.098656999984549 ], [ -124.693552, 48.111758999984559 ], [ -124.6949, 48.114495999984591 ], [ -124.695088, 48.114877999984593 ], [ -124.695726, 48.115795999984584 ], [ -124.697042, 48.117686999984599 ], [ -124.721725, 48.153184999984674 ], [ -124.731703, 48.160401999984686 ], [ -124.733084, 48.163209999984694 ], [ -124.733174, 48.163392999984701 ], [ -124.733131, 48.163590999984699 ], [ -124.733094, 48.163759999984705 ], [ -124.731746, 48.169996999984718 ], [ -124.719762, 48.176261999984732 ], [ -124.709212, 48.181776999984734 ], [ -124.704153, 48.184421999984771 ], [ -124.696111, 48.19859899998481 ], [ -124.6909, 48.212616999984817 ], [ -124.690389, 48.21974499998484 ], [ -124.69445, 48.225022999984859 ], [ -124.698184, 48.229874999984865 ], [ -124.702939, 48.236054999984866 ], [ -124.705031, 48.238773999984893 ], [ -124.70592, 48.239893999984886 ], [ -124.699663, 48.245811999984916 ], [ -124.697799, 48.246982999984887 ], [ -124.684677, 48.255227999984939 ], [ -124.684632, 48.255348999984925 ], [ -124.680877, 48.265349999984942 ], [ -124.679374, 48.275174999984969 ], [ -124.676319, 48.295142999985018 ], [ -124.675849, 48.295223999985026 ], [ -124.669956, 48.29623499998501 ], [ -124.669265, 48.296352999985032 ], [ -124.668392, 48.297125999985028 ], [ -124.666381, 48.298904999985012 ], [ -124.665908, 48.299323999985013 ], [ -124.665524, 48.300436999985031 ], [ -124.662068, 48.310449999985067 ], [ -124.660067, 48.323634999985096 ], [ -124.659498, 48.327384999985092 ], [ -124.65894, 48.331056999985115 ], [ -124.670072, 48.341340999985135 ], [ -124.675459, 48.343041999985132 ], [ -124.678944, 48.344141999985141 ], [ -124.696703, 48.349747999985141 ], [ -124.697245, 48.350271999985146 ], [ -124.69743, 48.350451999985182 ], [ -124.713817, 48.366308999985186 ], [ -124.724153, 48.370059999985216 ], [ -124.72673, 48.3709949999852 ], [ -124.727022, 48.371100999985202 ], [ -124.729795, 48.374782999985207 ], [ -124.730863, 48.376199999985225 ], [ -124.731828, 48.381156999985222 ], [ -124.731655, 48.381296999985231 ], [ -124.729408, 48.383118999985243 ], [ -124.726316, 48.385624999985247 ], [ -124.718099, 48.38928799998525 ], [ -124.717983, 48.389337999985251 ], [ -124.716947, 48.389775999985261 ], [ -124.694511, 48.389003999985249 ], [ -124.67271, 48.389894999985259 ], [ -124.65949, 48.390435999985243 ], [ -124.653243, 48.390690999985253 ], [ -124.648502, 48.388922999985255 ], [ -124.639389, 48.385523999985224 ], [ -124.632801, 48.378362999985228 ], [ -124.632239, 48.377751999985236 ], [ -124.631108, 48.376521999985215 ], [ -124.611782, 48.378181999985209 ], [ -124.599278, 48.381034999985218 ], [ -124.599124, 48.381101999985226 ], [ -124.597331, 48.381881999985247 ], [ -124.59456, 48.378405999985226 ], [ -124.591678, 48.374789999985211 ], [ -124.590733, 48.373603999985207 ], [ -124.589246, 48.372989999985201 ], [ -124.589244, 48.372988999985218 ], [ -124.585645, 48.371503999985208 ], [ -124.572864, 48.366227999985192 ], [ -124.564841, 48.367920999985209 ], [ -124.555762, 48.360920999985169 ], [ -124.548492, 48.355314999985168 ], [ -124.547297, 48.354394999985161 ], [ -124.546259, 48.353593999985172 ], [ -124.542002, 48.351475999985169 ], [ -124.541201, 48.351076999985153 ], [ -124.538821, 48.349892999985165 ], [ -124.538238, 48.349854999985148 ], [ -124.526838, 48.349111999985141 ], [ -124.525757, 48.349041999985154 ], [ -124.525453, 48.349021999985176 ], [ -124.52471, 48.34873299998516 ], [ -124.520825, 48.34722099998514 ], [ -124.510582, 48.34323599998514 ], [ -124.484166, 48.331651999985112 ], [ -124.472942, 48.326729999985091 ], [ -124.454467, 48.318628999985066 ], [ -124.446405, 48.315093999985073 ], [ -124.414007, 48.300886999985039 ], [ -124.395593, 48.28877199998503 ], [ -124.392008, 48.287779999984991 ], [ -124.380874, 48.284698999985004 ], [ -124.361563, 48.287550999985001 ], [ -124.361351, 48.287581999984987 ], [ -124.342412, 48.27769499998498 ], [ -124.341858, 48.277573999984973 ], [ -124.315433, 48.271798999984973 ], [ -124.300059, 48.268438999984959 ], [ -124.299146, 48.268238999984952 ], [ -124.299012, 48.268040999984962 ], [ -124.298848, 48.267798999984954 ], [ -124.295589, 48.262982999984935 ], [ -124.296924, 48.26179599998494 ], [ -124.297643, 48.260675999984933 ], [ -124.295693, 48.259281999984914 ], [ -124.290021, 48.258114999984926 ], [ -124.278498, 48.255743999984929 ], [ -124.272719, 48.254553999984921 ], [ -124.272017, 48.254409999984937 ], [ -124.269276, 48.254600999984923 ], [ -124.26612, 48.254820999984929 ], [ -124.265824, 48.254841999984926 ], [ -124.264842, 48.255220999984921 ], [ -124.255109, 48.258971999984929 ], [ -124.252267, 48.261003999984936 ], [ -124.251675, 48.262614999984962 ], [ -124.250919, 48.264670999984958 ], [ -124.250882, 48.264772999984949 ], [ -124.250591, 48.264717999984953 ], [ -124.238582, 48.262470999984949 ], [ -124.217873, 48.253293999984912 ], [ -124.192692, 48.246315999984908 ], [ -124.182424, 48.242539999984892 ], [ -124.159011, 48.233929999984881 ], [ -124.14129, 48.227412999984857 ], [ -124.11148, 48.220671999984837 ], [ -124.111392, 48.22065199998486 ], [ -124.110974, 48.220556999984836 ], [ -124.110481, 48.220359999984844 ], [ -124.104069, 48.217799999984848 ], [ -124.101773, 48.216882999984833 ], [ -124.101858, 48.216620999984841 ], [ -124.107215, 48.200081999984775 ], [ -124.090717, 48.19645799998478 ], [ -124.072124, 48.189902999984774 ], [ -124.062381, 48.184365999984742 ], [ -124.050734, 48.177746999984727 ], [ -124.025947, 48.173128999984741 ], [ -123.981032, 48.164760999984694 ], [ -123.980071, 48.164786999984713 ], [ -123.955347, 48.165454999984703 ], [ -123.94489, 48.163091999984694 ], [ -123.938762, 48.161707999984671 ], [ -123.937005, 48.161310999984693 ], [ -123.934921, 48.160839999984702 ], [ -123.917103, 48.159468999984696 ], [ -123.916224, 48.159400999984697 ], [ -123.915589, 48.159351999984686 ], [ -123.897896, 48.159983999984703 ], [ -123.891113, 48.160225999984696 ], [ -123.880068, 48.160620999984687 ], [ -123.879438, 48.160346999984689 ], [ -123.867445, 48.15512999998468 ], [ -123.866677, 48.154795999984678 ], [ -123.864842, 48.154673999984688 ], [ -123.859499, 48.154317999984684 ], [ -123.858821, 48.154272999984698 ], [ -123.858427, 48.154325999984685 ], [ -123.831571, 48.157936999984678 ], [ -123.818812, 48.157346999984689 ], [ -123.778122, 48.155465999984685 ], [ -123.771897, 48.15706799998469 ], [ -123.756395, 48.161056999984694 ], [ -123.751309, 48.161377999984694 ], [ -123.728736, 48.162799999984699 ], [ -123.72829, 48.160857999984692 ], [ -123.725352, 48.159190999984695 ], [ -123.71835, 48.158712999984687 ], [ -123.706226, 48.163399999984719 ], [ -123.706432, 48.165821999984708 ], [ -123.705655, 48.166023999984709 ], [ -123.702743, 48.166782999984719 ], [ -123.701746, 48.16664899998473 ], [ -123.672445, 48.162714999984701 ], [ -123.654915, 48.157912999984681 ], [ -123.651408, 48.15695199998467 ], [ -123.649812, 48.156218999984681 ], [ -123.636967, 48.150318999984663 ], [ -123.641108, 48.146126999984659 ], [ -123.628819, 48.13927899998464 ], [ -123.590839, 48.13494899998463 ], [ -123.574214, 48.140755999984663 ], [ -123.567435, 48.145702999984664 ], [ -123.564248, 48.14802899998466 ], [ -123.560591, 48.150696999984675 ], [ -123.558965, 48.150814999984675 ], [ -123.557879, 48.150892999984677 ], [ -123.557645, 48.150909999984684 ], [ -123.556491, 48.150993999984678 ], [ -123.551131, 48.151381999984679 ], [ -123.546963, 48.149944999984676 ], [ -123.534879, 48.145779999984661 ], [ -123.523747, 48.136702999984628 ], [ -123.52232, 48.135538999984632 ], [ -123.52165, 48.135372999984639 ], [ -123.520644, 48.135123999984636 ], [ -123.507235, 48.131806999984626 ], [ -123.493623, 48.132719999984623 ], [ -123.476925, 48.133840999984628 ], [ -123.475725, 48.133920999984632 ], [ -123.473379, 48.134078999984631 ], [ -123.471742, 48.134623999984633 ], [ -123.461932, 48.137890999984648 ], [ -123.455458, 48.140046999984648 ], [ -123.440128, 48.142013999984655 ], [ -123.439127, 48.141277999984645 ], [ -123.439137, 48.141214999984662 ], [ -123.441972, 48.124258999984619 ], [ -123.43788, 48.122793999984609 ], [ -123.430228, 48.120054999984596 ], [ -123.424668, 48.118064999984597 ], [ -123.415706, 48.116908999984574 ], [ -123.415693, 48.116906999984593 ], [ -123.411369, 48.116348999984602 ], [ -123.406097, 48.115668999984585 ], [ -123.400311, 48.114921999984581 ], [ -123.395048, 48.114242999984597 ], [ -123.388589, 48.114549999984575 ], [ -123.379862, 48.114963999984582 ], [ -123.365995, 48.115622999984581 ], [ -123.360923, 48.11586399998459 ], [ -123.352035, 48.114952999984588 ], [ -123.344423, 48.114171999984592 ], [ -123.338679, 48.113582999984573 ], [ -123.332699, 48.112969999984571 ], [ -123.321225, 48.113447999984572 ], [ -123.319715, 48.113510999984598 ], [ -123.314578, 48.113724999984584 ], [ -123.290246, 48.120485999984609 ], [ -123.289834, 48.120599999984599 ], [ -123.288265, 48.121035999984592 ], [ -123.283989, 48.119065999984592 ], [ -123.282986, 48.118602999984603 ], [ -123.281627, 48.117976999984585 ], [ -123.280178, 48.117308999984587 ], [ -123.278787, 48.117158999984575 ], [ -123.276214, 48.116880999984588 ], [ -123.268917, 48.116093999984585 ], [ -123.248615, 48.115744999984585 ], [ -123.247867, 48.115939999984597 ], [ -123.243071, 48.117189999984589 ], [ -123.239129, 48.118216999984597 ], [ -123.237176, 48.119016999984609 ], [ -123.224991, 48.12400799998462 ], [ -123.220912, 48.125677999984596 ], [ -123.21719, 48.127202999984618 ], [ -123.191521, 48.143820999984655 ], [ -123.190827, 48.144385999984642 ], [ -123.190376, 48.144752999984668 ], [ -123.187599, 48.147012999984668 ], [ -123.186652, 48.147783999984675 ], [ -123.1644, 48.165893999984725 ], [ -123.154827, 48.170797999984714 ], [ -123.150026, 48.173256999984744 ], [ -123.145151, 48.175753999984735 ], [ -123.144783, 48.175942999984734 ], [ -123.143906, 48.176045999984744 ], [ -123.142323, 48.176231999984751 ], [ -123.133445, 48.177275999984737 ], [ -123.133094, 48.176396999984732 ], [ -123.132417, 48.174703999984743 ], [ -123.139258, 48.166479999984709 ], [ -123.143229, 48.15663299998468 ], [ -123.137645, 48.154789999984679 ], [ -123.137644, 48.154789999984679 ], [ -123.131442, 48.152742999984675 ], [ -123.131422, 48.152735999984671 ], [ -123.124816, 48.153471999984674 ], [ -123.116479, 48.150207999984666 ], [ -123.108974, 48.144679999984668 ], [ -123.085154, 48.127136999984593 ], [ -123.082213, 48.126101999984606 ], [ -123.075274, 48.123658999984606 ], [ -123.06644, 48.120549999984604 ], [ -123.06621, 48.120468999984595 ], [ -123.065853, 48.120068999984575 ], [ -123.050446, 48.102824999984556 ], [ -123.041096, 48.085521999984515 ], [ -123.039859, 48.08323299998451 ], [ -123.03937, 48.082328999984504 ], [ -123.039113, 48.081851999984494 ], [ -123.038727, 48.081137999984506 ], [ -123.016651, 48.085379999984497 ], [ -123.01094, 48.087721999984517 ], [ -123.004128, 48.090515999984518 ], [ -122.979413, 48.095939999984544 ], [ -122.946119, 48.098551999984544 ], [ -122.934775, 48.09701399998454 ], [ -122.929988, 48.09636499998453 ], [ -122.929095, 48.096243999984544 ], [ -122.917942, 48.091534999984525 ], [ -122.920911, 48.088198999984527 ], [ -122.925681, 48.076469999984496 ], [ -122.926644, 48.07409999998449 ], [ -122.926755, 48.073478999984481 ], [ -122.927975, 48.066649999984477 ], [ -122.927151, 48.065140999984465 ], [ -122.927043, 48.064943999984457 ], [ -122.926851, 48.064592999984455 ], [ -122.925569, 48.063604999984456 ], [ -122.918602, 48.058237999984449 ], [ -122.898358, 48.052695999984437 ], [ -122.877641, 48.047024999984416 ], [ -122.864943, 48.050060999984424 ], [ -122.849273, 48.053807999984443 ], [ -122.84984, 48.054609999984443 ], [ -122.850239, 48.055175999984421 ], [ -122.856839, 48.064517999984467 ], [ -122.857727, 48.065773999984465 ], [ -122.878255, 48.076071999984492 ], [ -122.880149, 48.088520999984524 ], [ -122.881988, 48.100611999984558 ], [ -122.882013, 48.100778999984563 ], [ -122.881918, 48.100946999984551 ], [ -122.876282, 48.110876999984569 ], [ -122.873974, 48.112136999984578 ], [ -122.855644, 48.122140999984616 ], [ -122.847982, 48.126322999984595 ], [ -122.833173, 48.134405999984615 ], [ -122.822437, 48.136279999984637 ], [ -122.821798, 48.136390999984641 ], [ -122.821516, 48.136439999984646 ], [ -122.816232, 48.137361999984648 ], [ -122.793144, 48.141390999984637 ], [ -122.792644, 48.141478999984635 ], [ -122.791455, 48.141685999984652 ], [ -122.784076, 48.142973999984662 ], [ -122.775948, 48.143064999984645 ], [ -122.766394, 48.143172999984643 ], [ -122.761199, 48.143231999984643 ], [ -122.760448, 48.143239999984651 ], [ -122.758953, 48.139841999984647 ], [ -122.752784, 48.125824999984623 ], [ -122.749366, 48.118059999984595 ], [ -122.749017, 48.117266999984594 ], [ -122.748911, 48.117025999984591 ], [ -122.749108, 48.116942999984587 ], [ -122.754064, 48.114867999984618 ], [ -122.760256, 48.112274999984557 ], [ -122.762075, 48.111512999984569 ], [ -122.773177, 48.106863999984554 ], [ -122.777898, 48.106212999984557 ], [ -122.778466, 48.106134999984569 ], [ -122.780068, 48.105140999984563 ], [ -122.781722, 48.10411499998456 ], [ -122.788264, 48.100056999984545 ], [ -122.788929, 48.099644999984548 ], [ -122.792902, 48.097179999984547 ], [ -122.793413, 48.096745999984549 ], [ -122.793452, 48.09671299998454 ], [ -122.794319, 48.095068999984562 ], [ -122.793209, 48.094066999984527 ], [ -122.795958, 48.091547999984542 ], [ -122.797421, 48.091642999984522 ], [ -122.798829, 48.091289999984511 ], [ -122.800942, 48.08927299998453 ], [ -122.801399, 48.087560999984511 ], [ -122.798629, 48.084495999984519 ], [ -122.789268, 48.074136999984496 ], [ -122.785047, 48.069464999984461 ], [ -122.784456, 48.068810999984471 ], [ -122.770559, 48.053431999984433 ], [ -122.770552, 48.052828999984435 ], [ -122.770496, 48.047896999984424 ], [ -122.766648, 48.044289999984414 ], [ -122.76651, 48.044318999984398 ], [ -122.757814, 48.046115999984416 ], [ -122.74229, 48.049323999984423 ], [ -122.741185, 48.051642999984438 ], [ -122.740007, 48.054115999984447 ], [ -122.739759, 48.059173999984438 ], [ -122.739271, 48.069152999984475 ], [ -122.740935, 48.070722999984483 ], [ -122.741184, 48.070957999984479 ], [ -122.741489, 48.070949999984485 ], [ -122.747389, 48.070794999984486 ], [ -122.748273, 48.071998999984466 ], [ -122.748345, 48.072096999984481 ], [ -122.748247, 48.072219999984497 ], [ -122.747332, 48.073380999984479 ], [ -122.735885, 48.087898999984525 ], [ -122.733694, 48.090676999984531 ], [ -122.733257, 48.091231999984529 ], [ -122.731638, 48.091929999984515 ], [ -122.718558, 48.097566999984565 ], [ -122.698465, 48.103101999984553 ], [ -122.68724, 48.101661999984543 ], [ -122.69164, 48.096725999984542 ], [ -122.692197, 48.087469999984521 ], [ -122.69222, 48.087080999984522 ], [ -122.684054, 48.050697999984422 ], [ -122.682264, 48.042722999984441 ], [ -122.677153, 48.036345999984398 ], [ -122.66913, 48.032124999984376 ], [ -122.668942, 48.032025999984377 ], [ -122.668956, 48.031797999984391 ], [ -122.669281, 48.026608999984383 ], [ -122.669868, 48.017216999984342 ], [ -122.686898, 48.008304999984333 ], [ -122.68965, 48.008404999984329 ], [ -122.690066, 48.008419999984326 ], [ -122.690508, 48.008827999984319 ], [ -122.694399, 48.012410999984318 ], [ -122.696487, 48.014334999984349 ], [ -122.697185, 48.014977999984332 ], [ -122.697382, 48.015025999984339 ], [ -122.70184, 48.01610599998434 ], [ -122.710345, 48.012941999984349 ], [ -122.723374, 48.008094999984316 ], [ -122.723362, 48.008047999984335 ], [ -122.719893, 47.994705999984305 ], [ -122.718141, 47.987966999984273 ], [ -122.718082, 47.987738999984266 ], [ -122.71633, 47.986198999984268 ], [ -122.701294, 47.972978999984242 ], [ -122.683223, 47.972225999984218 ], [ -122.6788, 47.967929999984221 ], [ -122.676215, 47.958742999984175 ], [ -122.681272, 47.949973999984174 ], [ -122.68376, 47.945658999984161 ], [ -122.684688, 47.944048999984155 ], [ -122.684673, 47.943768999984172 ], [ -122.684652, 47.943383999984164 ], [ -122.684623, 47.94282699998417 ], [ -122.68445, 47.93959299998415 ], [ -122.681924, 47.93641499998413 ], [ -122.669142, 47.932676999984139 ], [ -122.66238, 47.930699999984128 ], [ -122.657956, 47.931132999984136 ], [ -122.657807, 47.931147999984127 ], [ -122.657722, 47.931155999984121 ], [ -122.651063, 47.920984999984107 ], [ -122.65399, 47.915889999984095 ], [ -122.655085, 47.905057999984052 ], [ -122.653037, 47.902605999984054 ], [ -122.646494, 47.89477099998404 ], [ -122.637425, 47.889944999984017 ], [ -122.618873, 47.890241999984035 ], [ -122.610341, 47.887342999984021 ], [ -122.617687, 47.883065999984012 ], [ -122.624806, 47.878920999984004 ], [ -122.631857, 47.874814999983975 ], [ -122.633879, 47.868400999983969 ], [ -122.63636, 47.866185999983969 ], [ -122.650083, 47.863859999983973 ], [ -122.666417, 47.86749699998397 ], [ -122.69376, 47.868001999983967 ], [ -122.690974, 47.860117999983949 ], [ -122.686874, 47.85586799998395 ], [ -122.681602, 47.850404999983922 ], [ -122.683213, 47.841644999983906 ], [ -122.683742, 47.838772999983902 ], [ -122.688596, 47.831437999983883 ], [ -122.696124, 47.826970999983871 ], [ -122.712977, 47.816970999983852 ], [ -122.713811, 47.816476999983841 ], [ -122.719609, 47.813035999983832 ], [ -122.720561, 47.812781999983834 ], [ -122.731402, 47.809888999983819 ], [ -122.731956, 47.809740999983823 ], [ -122.739988, 47.805154999983799 ], [ -122.743293, 47.803267999983838 ], [ -122.748003, 47.800578999983792 ], [ -122.748061, 47.800545999983804 ], [ -122.75054, 47.773965999983716 ], [ -122.757885, 47.757743999983681 ], [ -122.758479, 47.746404999983675 ], [ -122.758498, 47.746035999983675 ], [ -122.749207, 47.741066999983637 ], [ -122.740159, 47.736227999983633 ], [ -122.733543, 47.737520999983666 ], [ -122.733012, 47.737624999983645 ], [ -122.73203, 47.738690999983653 ], [ -122.723009, 47.748475999983661 ], [ -122.722686, 47.748826999983656 ], [ -122.722669, 47.748895999983667 ], [ -122.72161, 47.753221999983687 ], [ -122.719712, 47.760975999983692 ], [ -122.714801, 47.768175999983718 ], [ -122.705608, 47.772042999983718 ], [ -122.704706, 47.77242199998372 ], [ -122.697057, 47.77563999998376 ], [ -122.693646, 47.777074999983753 ], [ -122.690685, 47.778319999983751 ], [ -122.690562, 47.77837199998374 ], [ -122.690548, 47.778415999983736 ], [ -122.69054, 47.778440999983751 ], [ -122.689391, 47.782025999983752 ], [ -122.684959, 47.795847999983785 ], [ -122.684085, 47.798573999983802 ], [ -122.682015, 47.800881999983808 ], [ -122.671508, 47.808393999983828 ], [ -122.648108, 47.825122999983861 ], [ -122.647993, 47.825173999983861 ], [ -122.647902, 47.825213999983866 ], [ -122.624857, 47.835458999983885 ], [ -122.623192, 47.836198999983907 ], [ -122.614585, 47.850805999983926 ], [ -122.612348, 47.852849999983931 ], [ -122.612044, 47.85312899998393 ], [ -122.609154, 47.855768999983944 ], [ -122.608105, 47.856727999983939 ], [ -122.607717, 47.856737999983956 ], [ -122.601112, 47.856900999983949 ], [ -122.578882, 47.857452999983948 ], [ -122.577889, 47.857476999983945 ], [ -122.573672, 47.857581999983935 ], [ -122.57332, 47.867703999983959 ], [ -122.573098, 47.874080999983988 ], [ -122.576279, 47.88079299998401 ], [ -122.577587, 47.883553999984017 ], [ -122.584998, 47.899192999984045 ], [ -122.586259, 47.901853999984056 ], [ -122.586339, 47.902022999984062 ], [ -122.588235, 47.912922999984083 ], [ -122.596228, 47.920209999984088 ], [ -122.605294, 47.922392999984112 ], [ -122.616701, 47.925138999984121 ], [ -122.620316, 47.931552999984135 ], [ -122.617022, 47.938986999984138 ], [ -122.611956, 47.940771999984165 ], [ -122.604819, 47.940512999984158 ], [ -122.603861, 47.940477999984147 ], [ -122.603826, 47.940348999984153 ], [ -122.601507, 47.931725999984145 ], [ -122.592184, 47.922518999984113 ], [ -122.581846, 47.920281999984105 ], [ -122.555202, 47.919297999984103 ], [ -122.553456, 47.919233999984101 ], [ -122.549072, 47.919071999984105 ], [ -122.548591, 47.91877699998409 ], [ -122.544564, 47.916303999984081 ], [ -122.538195, 47.912391999984088 ], [ -122.535395, 47.910672999984087 ], [ -122.527593, 47.905881999984068 ], [ -122.514313, 47.881408999983989 ], [ -122.514149, 47.881106999984006 ], [ -122.513986, 47.88080699998401 ], [ -122.513943, 47.880206999983997 ], [ -122.513576, 47.875065999983988 ], [ -122.512778, 47.863878999983967 ], [ -122.506794, 47.834990999983887 ], [ -122.506246, 47.832345999983886 ], [ -122.506122, 47.831744999983854 ], [ -122.505113, 47.830359999983884 ], [ -122.502224, 47.826394999983862 ], [ -122.501404, 47.825941999983868 ], [ -122.49493, 47.822363999983857 ], [ -122.487349, 47.818174999983846 ], [ -122.482885, 47.815707999983836 ], [ -122.482529, 47.815510999983829 ], [ -122.48252, 47.814907999983845 ], [ -122.4825, 47.813524999983819 ], [ -122.482485, 47.812526999983845 ], [ -122.482437, 47.809254999983835 ], [ -122.485214, 47.804127999983805 ], [ -122.495346, 47.797039999983788 ], [ -122.495356, 47.79611899998379 ], [ -122.495366, 47.795216999983801 ], [ -122.495367, 47.795140999983794 ], [ -122.495371, 47.794708999983776 ], [ -122.495386, 47.793349999983782 ], [ -122.495458, 47.786691999983766 ], [ -122.495228, 47.786492999983757 ], [ -122.488086, 47.780339999983752 ], [ -122.481331, 47.774519999983731 ], [ -122.471402, 47.765964999983723 ], [ -122.470333, 47.757108999983686 ], [ -122.471844, 47.749818999983681 ], [ -122.477344, 47.746018999983647 ], [ -122.488491, 47.743604999983667 ], [ -122.493744, 47.74344999998366 ], [ -122.507638, 47.743039999983658 ], [ -122.515193, 47.743910999983648 ], [ -122.519325, 47.746219999983666 ], [ -122.525696, 47.746545999983667 ], [ -122.528217, 47.746674999983668 ], [ -122.534569, 47.746998999983674 ], [ -122.537318, 47.747139999983673 ], [ -122.537694, 47.747108999983666 ], [ -122.541973, 47.746749999983678 ], [ -122.549967, 47.746079999983657 ], [ -122.551972, 47.745911999983662 ], [ -122.552025, 47.745906999983667 ], [ -122.554382, 47.745709999983667 ], [ -122.554454, 47.745703999983668 ], [ -122.554169, 47.744826999983658 ], [ -122.553959, 47.744179999983658 ], [ -122.551036, 47.735182999983614 ], [ -122.550045, 47.732131999983615 ], [ -122.548123, 47.72621599998363 ], [ -122.54588, 47.719308999983596 ], [ -122.543161, 47.710940999983563 ], [ -122.531021, 47.704853999983563 ], [ -122.53094, 47.704813999983564 ], [ -122.530929, 47.704814999983569 ], [ -122.528232, 47.704963999983548 ], [ -122.525851, 47.705094999983565 ], [ -122.525778, 47.705208999983554 ], [ -122.524146, 47.707746999983563 ], [ -122.523962, 47.708033999983549 ], [ -122.513123, 47.70861199998356 ], [ -122.511542, 47.708696999983566 ], [ -122.511196, 47.708714999983563 ], [ -122.510924, 47.708319999983573 ], [ -122.504843, 47.699482999983552 ], [ -122.504604, 47.69913599998354 ], [ -122.504602, 47.698983999983547 ], [ -122.504562, 47.695432999983538 ], [ -122.504516, 47.691451999983514 ], [ -122.504452, 47.6858879999835 ], [ -122.504572, 47.685461999983502 ], [ -122.504691, 47.685042999983501 ], [ -122.508709, 47.670842999983478 ], [ -122.509344, 47.669546999983474 ], [ -122.51023, 47.667738999983463 ], [ -122.511746, 47.664646999983468 ], [ -122.517239, 47.653437999983417 ], [ -122.518058, 47.651766999983415 ], [ -122.518277, 47.651319999983436 ], [ -122.518116, 47.651197999983424 ], [ -122.518058, 47.651153999983421 ], [ -122.518007, 47.651114999983413 ], [ -122.510894, 47.645724999983393 ], [ -122.502116, 47.639073999983395 ], [ -122.493205, 47.63512199998339 ], [ -122.492809, 47.629590999983364 ], [ -122.49284, 47.629481999983369 ], [ -122.494418, 47.623975999983351 ], [ -122.494518, 47.623624999983328 ], [ -122.496183, 47.62196799998334 ], [ -122.497866, 47.620294999983315 ], [ -122.50028, 47.61789199998335 ], [ -122.500357, 47.617815999983328 ], [ -122.500264, 47.616958999983325 ], [ -122.499917, 47.61374999998332 ], [ -122.499021, 47.605461999983298 ], [ -122.498606, 47.601626999983296 ], [ -122.49824, 47.598241999983287 ], [ -122.498014, 47.597753999983276 ], [ -122.493975, 47.589052999983259 ], [ -122.493933, 47.588962999983252 ], [ -122.483805, 47.58672099998325 ], [ -122.479333, 47.583812999983238 ], [ -122.479089, 47.583653999983241 ], [ -122.479229, 47.583605999983241 ], [ -122.480103, 47.583303999983237 ], [ -122.503672, 47.575177999983211 ], [ -122.518367, 47.574079999983219 ], [ -122.523484, 47.571581999983202 ], [ -122.534664, 47.566121999983189 ], [ -122.537302, 47.56306499998319 ], [ -122.537833, 47.562449999983166 ], [ -122.543013, 47.556447999983178 ], [ -122.543118, 47.556325999983173 ], [ -122.543104, 47.555985999983172 ], [ -122.543037, 47.554351999983147 ], [ -122.542849, 47.549802999983143 ], [ -122.542355, 47.537839999983134 ], [ -122.543276, 47.536019999983118 ], [ -122.543767, 47.535050999983142 ], [ -122.543978, 47.534634999983105 ], [ -122.547207, 47.5282569999831 ], [ -122.547186, 47.52809499998309 ], [ -122.546611, 47.523549999983082 ], [ -122.546453, 47.523533999983094 ], [ -122.546227, 47.523511999983079 ], [ -122.545495, 47.523438999983092 ], [ -122.534531, 47.522345999983081 ], [ -122.533644, 47.522256999983071 ], [ -122.533313, 47.522223999983062 ], [ -122.532909, 47.522183999983085 ], [ -122.532236, 47.522307999983077 ], [ -122.528818, 47.522936999983088 ], [ -122.527607, 47.523160999983077 ], [ -122.523594, 47.523899999983087 ], [ -122.523232, 47.523965999983098 ], [ -122.52305, 47.523999999983097 ], [ -122.522286, 47.523703999983091 ], [ -122.519727, 47.522712999983092 ], [ -122.510013, 47.518948999983088 ], [ -122.500543, 47.515279999983058 ], [ -122.494882, 47.510264999983036 ], [ -122.484993, 47.512730999983063 ], [ -122.484789, 47.512697999983054 ], [ -122.47408, 47.510969999983054 ], [ -122.467796, 47.509955999983063 ], [ -122.452538, 47.50352999998303 ], [ -122.452399, 47.503470999983023 ], [ -122.452447, 47.503419999983038 ], [ -122.455043, 47.500632999983019 ], [ -122.458303, 47.497134999983018 ], [ -122.460249, 47.495045999983006 ], [ -122.460503, 47.494772999983013 ], [ -122.460491, 47.494569999983007 ], [ -122.460029, 47.486860999982987 ], [ -122.452847, 47.481353999982979 ], [ -122.452329, 47.480955999982974 ], [ -122.445439, 47.475672999982947 ], [ -122.435492, 47.468044999982929 ], [ -122.433386, 47.466429999982935 ], [ -122.438625, 47.459653999982919 ], [ -122.43984, 47.458082999982921 ], [ -122.439853, 47.455888999982911 ], [ -122.439894, 47.449075999982888 ], [ -122.439901, 47.447939999982893 ], [ -122.439965, 47.43729799998286 ], [ -122.439967, 47.43693599998285 ], [ -122.440011, 47.429583999982825 ], [ -122.440083, 47.417646999982814 ], [ -122.438163, 47.409557999982781 ], [ -122.437675, 47.407497999982773 ], [ -122.437669, 47.407472999982787 ], [ -122.437657, 47.407423999982768 ], [ -122.437353, 47.407267999982771 ], [ -122.427327, 47.402128999982764 ], [ -122.408614, 47.400474999982755 ], [ -122.395054, 47.39927699998276 ], [ -122.384075, 47.393865999982737 ], [ -122.376318, 47.39004299998274 ], [ -122.373776, 47.388789999982727 ], [ -122.373629, 47.388717999982724 ], [ -122.374431, 47.388157999982717 ], [ -122.376186, 47.386932999982733 ], [ -122.378482, 47.38532999998273 ], [ -122.401768, 47.381324999982688 ], [ -122.413017, 47.376418999982704 ], [ -122.419312, 47.373673999982692 ], [ -122.427119, 47.370268999982677 ], [ -122.427497, 47.370103999982682 ], [ -122.437809, 47.365606999982681 ], [ -122.448399, 47.354986999982643 ], [ -122.453835, 47.343676999982598 ], [ -122.453998, 47.343336999982611 ], [ -122.457494, 47.342566999982616 ], [ -122.469124, 47.34452499998261 ], [ -122.469703, 47.344622999982612 ], [ -122.483531, 47.338553999982594 ], [ -122.491237, 47.33517199998257 ], [ -122.491187, 47.334379999982595 ], [ -122.491083, 47.332736999982593 ], [ -122.491063, 47.332426999982566 ], [ -122.491255, 47.332223999982602 ], [ -122.492814, 47.330578999982571 ], [ -122.493123, 47.330252999982584 ], [ -122.493506, 47.330266999982577 ], [ -122.503549, 47.330629999982577 ], [ -122.504918, 47.330679999982578 ], [ -122.51885, 47.333319999982585 ], [ -122.523335, 47.337585999982593 ], [ -122.52416, 47.338369999982604 ], [ -122.524889, 47.339685999982606 ], [ -122.528129, 47.345541999982615 ], [ -122.526035, 47.358874999982646 ], [ -122.52603, 47.358907999982648 ], [ -122.537935, 47.359202999982649 ], [ -122.551521, 47.359539999982644 ], [ -122.551536, 47.359539999982658 ], [ -122.552062, 47.358069999982625 ], [ -122.55408, 47.352434999982634 ], [ -122.55584, 47.347518999982611 ], [ -122.57134, 47.32721899998257 ], [ -122.574722, 47.326636999982554 ], [ -122.575176, 47.326558999982581 ], [ -122.575985, 47.326419999982562 ], [ -122.575746, 47.325569999982548 ], [ -122.574813, 47.322246999982553 ], [ -122.573739, 47.318418999982534 ], [ -122.57292, 47.317500999982528 ], [ -122.571239, 47.31561899998254 ], [ -122.560226, 47.315986999982535 ], [ -122.547747, 47.316402999982557 ], [ -122.547408, 47.317733999982536 ], [ -122.546179199586334, 47.317868705299851 ], [ -122.5466, 47.315999999982537 ], [ -122.5346, 47.3030999999825 ], [ -122.5279, 47.292799999982456 ], [ -122.5287, 47.282099999982449 ], [ -122.5328, 47.275299999982423 ], [ -122.5516, 47.254299999982372 ], [ -122.551, 47.249199999982359 ], [ -122.5533, 47.246699999982347 ], [ -122.5552, 47.244499999982345 ], [ -122.5578, 47.244799999982341 ], [ -122.557629, 47.242833999982338 ], [ -122.561, 47.236699999982314 ], [ -122.5594, 47.244699999982345 ], [ -122.5615, 47.244599999982334 ], [ -122.5632, 47.227599999982296 ], [ -122.5661, 47.222599999982293 ], [ -122.5766, 47.213699999982268 ], [ -122.5823, 47.200599999982217 ], [ -122.5808, 47.192799999982192 ], [ -122.5823, 47.18759999998219 ], [ -122.5792, 47.185499999982177 ], [ -122.5759, 47.186399999982186 ], [ -122.5718, 47.191999999982201 ], [ -122.5744, 47.186299999982189 ], [ -122.582, 47.184499999982187 ], [ -122.5802, 47.185499999982177 ], [ -122.5829, 47.185099999982178 ], [ -122.5827, 47.186999999982177 ], [ -122.5893, 47.1771 ], [ -122.6045, 47.1719 ], [ -122.6054, 47.1703 ], [ -122.6076, 47.1711 ], [ -122.6119, 47.1691 ], [ -122.615, 47.1571 ], [ -122.6022, 47.1576 ], [ -122.6013, 47.1599 ], [ -122.594252, 47.1599 ], [ -122.5885, 47.16 ], [ -122.5884, 47.1563 ], [ -122.5776, 47.1562 ], [ -122.5776, 47.1528 ], [ -122.5751, 47.1527 ], [ -122.5751, 47.1489 ], [ -122.567, 47.1489 ], [ -122.5672, 47.1399 ], [ -122.5655, 47.1399 ], [ -122.564837, 47.137763 ], [ -122.572537, 47.135641 ], [ -122.574407, 47.126768 ], [ -122.577015, 47.126417 ], [ -122.576677, 47.123414 ], [ -122.581878, 47.122561 ], [ -122.581808, 47.120779 ], [ -122.578433, 47.118522 ], [ -122.57998, 47.11655 ], [ -122.577434, 47.11459 ], [ -122.582358, 47.116288 ], [ -122.585336, 47.111842 ], [ -122.589054, 47.112015 ], [ -122.588375, 47.108952 ], [ -122.580774, 47.11025 ], [ -122.579487, 47.112492 ], [ -122.568027, 47.11269 ], [ -122.561069, 47.116718 ], [ -122.5663, 47.1125 ], [ -122.5448, 47.1252 ], [ -122.5373, 47.1295 ], [ -122.5261, 47.1358 ], [ -122.5134, 47.1415 ], [ -122.5071, 47.1392 ], [ -122.4959, 47.1389 ], [ -122.494, 47.1521 ], [ -122.4876, 47.1558 ], [ -122.4787, 47.1559 ], [ -122.4786, 47.1595 ], [ -122.4711, 47.1596 ], [ -122.4714, 47.154 ], [ -122.4664, 47.1541 ], [ -122.466495, 47.152332 ], [ -122.464756, 47.151577 ], [ -122.4666, 47.1515 ], [ -122.4664, 47.1444 ], [ -122.468, 47.1444 ], [ -122.4681, 47.1426 ], [ -122.4663, 47.1414 ], [ -122.4664, 47.139 ], [ -122.4624, 47.1389 ], [ -122.4623, 47.1362 ], [ -122.4642, 47.1362 ], [ -122.4644, 47.1324 ], [ -122.468, 47.1324 ], [ -122.4681, 47.1309 ], [ -122.4626, 47.131 ], [ -122.4571, 47.1278 ], [ -122.4539, 47.1284 ], [ -122.444812, 47.122407 ], [ -122.4332, 47.1196 ], [ -122.433363, 47.112208 ], [ -122.430443, 47.112208 ], [ -122.430573, 47.107536 ], [ -122.425335, 47.107536 ], [ -122.425335, 47.109064 ], [ -122.419274, 47.108911 ], [ -122.419274, 47.107689 ], [ -122.398622, 47.107689 ], [ -122.3987, 47.1042 ], [ -122.3988, 47.0825 ], [ -122.389305, 47.082319 ], [ -122.377766, 47.082386 ], [ -122.356251, 47.082264 ], [ -122.311049, 47.082172 ], [ -122.301914, 47.082007 ], [ -122.301914, 47.080593 ], [ -122.29568, 47.080416 ], [ -122.294382, 47.082007 ], [ -122.292823, 47.082007 ], [ -122.292484, 47.092823 ], [ -122.283985, 47.092556 ], [ -122.2437, 47.0837 ], [ -122.2303, 47.0861 ], [ -122.231235, 47.092037 ], [ -122.234196, 47.095096 ], [ -122.2356, 47.0965 ], [ -122.2367, 47.1062 ], [ -122.2407, 47.1122 ], [ -122.2379, 47.1126 ], [ -122.2381, 47.1162 ], [ -122.241215, 47.117069 ], [ -122.241946, 47.119369 ], [ -122.2412, 47.1208 ], [ -122.2371, 47.1214 ], [ -122.2394, 47.1259 ], [ -122.2384, 47.1287 ], [ -122.2315, 47.1297 ], [ -122.2261, 47.1229 ], [ -122.2202, 47.1189 ], [ -122.2121, 47.1077 ], [ -122.208195, 47.107098 ], [ -122.1913, 47.0981 ], [ -122.1894, 47.0932 ], [ -122.1824, 47.088 ], [ -122.1767, 47.0873 ], [ -122.1694, 47.0921 ], [ -122.1591, 47.0935 ], [ -122.1541, 47.0961 ], [ -122.1546, 47.0982 ], [ -122.149189, 47.102886 ], [ -122.1475, 47.1058 ], [ -122.1485, 47.1086 ], [ -122.1448, 47.1094 ], [ -122.1319, 47.1211 ], [ -122.1335, 47.1276 ], [ -122.1324, 47.1292 ], [ -122.1189, 47.1352 ], [ -122.114, 47.1391 ], [ -122.1095, 47.1393 ], [ -122.106678, 47.142994 ], [ -122.1024, 47.1429 ], [ -122.1147, 47.1441 ], [ -122.1165, 47.1455 ], [ -122.1161, 47.1661 ], [ -122.1173, 47.1675 ], [ -122.1213, 47.1703 ], [ -122.1281, 47.171 ], [ -122.1344, 47.1774 ], [ -122.1429, 47.1775 ], [ -122.1425, 47.192499999982196 ], [ -122.1378, 47.19929999998223 ], [ -122.1366, 47.216099999982276 ], [ -122.1421, 47.222799999982257 ], [ -122.143284, 47.238993999982327 ], [ -122.145542, 47.241328999982329 ], [ -122.140247, 47.241259999982326 ], [ -122.140284, 47.243119999982341 ], [ -122.13129, 47.243228999982335 ], [ -122.130222, 47.241526999982334 ], [ -122.121967, 47.239306999982318 ], [ -122.121601, 47.237277999982325 ], [ -122.114539, 47.235753999982322 ], [ -122.100363, 47.235692999982312 ], [ -122.099936, 47.243401999982339 ], [ -122.05869, 47.257072999982377 ], [ -122.05292, 47.256926999982369 ], [ -122.052801, 47.269892999982403 ], [ -122.052801, 47.273363999982429 ], [ -122.028462, 47.273363999982422 ], [ -122.014621, 47.268266999982423 ], [ -122.011078, 47.268236999982413 ], [ -121.997203, 47.278552999982459 ], [ -121.997203, 47.285492999982452 ], [ -122.004682, 47.285492999982452 ], [ -122.006062, 47.285498999982451 ], [ -122.006062, 47.298725999982494 ], [ -122.015866, 47.298725999982494 ], [ -122.026874, 47.309728999982511 ], [ -122.027561, 47.312014999982544 ], [ -122.029835, 47.312846999982519 ], [ -122.036274, 47.318255999982547 ], [ -122.037479, 47.322718999982548 ], [ -122.025171, 47.322637999982547 ], [ -122.024959, 47.328731999982573 ], [ -122.016764, 47.328721999982569 ], [ -122.017658, 47.347186999982604 ], [ -122.045516, 47.347946999982618 ], [ -122.045516, 47.351525999982641 ], [ -122.038942, 47.358087999982651 ], [ -122.031452, 47.358241999982646 ], [ -122.019611, 47.361529999982672 ], [ -122.011143, 47.366420999982665 ], [ -122.009754, 47.370112999982688 ], [ -122.000294, 47.371363999982691 ], [ -121.990284, 47.376193999982696 ], [ -121.99332, 47.376162999982689 ], [ -121.998386, 47.378955999982708 ], [ -122.007267, 47.378917999982711 ], [ -122.000004, 47.385417999982728 ], [ -122.015079, 47.391955999982741 ], [ -122.014118, 47.429828999982838 ], [ -122.034534, 47.429919999982843 ], [ -122.036945, 47.432437999982838 ], [ -122.039371, 47.440486999982859 ], [ -122.0342, 47.4486999999829 ], [ -122.0256, 47.457099999982908 ], [ -122.024067, 47.462329999982927 ], [ -121.991378, 47.530662999983093 ], [ -121.991985, 47.55775399998317 ], [ -121.976997, 47.55775399998317 ], [ -121.967749, 47.5688219999832 ], [ -121.959827, 47.596286999983263 ], [ -121.954838, 47.590098999983255 ], [ -121.938404, 47.580943999983255 ], [ -121.931415, 47.581134999983242 ], [ -121.928776, 47.587298999983275 ], [ -121.925281, 47.587298999983261 ], [ -121.92429, 47.591304999983258 ], [ -121.925709, 47.591693999983256 ], [ -121.925434, 47.594020999983279 ], [ -121.923069, 47.59508099998326 ], [ -121.927357, 47.598574999983278 ], [ -121.927296, 47.600177999983295 ], [ -121.925083, 47.603457999983291 ], [ -121.925861, 47.606944999983305 ], [ -121.923527, 47.609469999983311 ], [ -121.9323, 47.612223999983328 ], [ -121.930881, 47.614062999983318 ], [ -121.926151, 47.614642999983317 ], [ -121.932651, 47.616916999983324 ], [ -121.931309, 47.618678999983324 ], [ -121.927738, 47.618838999983318 ], [ -121.92638, 47.621898999983344 ], [ -121.92667, 47.638606999983381 ], [ -121.92168, 47.651728999983412 ], [ -121.922169, 47.655589999983441 ], [ -121.925892, 47.660594999983438 ], [ -121.923908, 47.665812999983466 ], [ -121.91811, 47.670451999983456 ], [ -121.917896, 47.672770999983477 ], [ -121.92696, 47.673098999983466 ], [ -121.939579, 47.677424999983472 ], [ -121.939731, 47.681285999983494 ], [ -121.945865, 47.684794999983495 ], [ -121.944797, 47.686938999983518 ], [ -121.946155, 47.688273999983501 ], [ -121.954716, 47.68788499998351 ], [ -121.958134, 47.689280999983531 ], [ -121.962482, 47.687350999983501 ], [ -121.964054, 47.688464999983516 ], [ -121.962635, 47.691348999983525 ], [ -121.966556, 47.692408999983506 ], [ -121.973255, 47.690226999983508 ], [ -121.969272, 47.686862999983504 ], [ -121.971607, 47.685290999983501 ], [ -121.985248, 47.689471999983517 ], [ -121.984455, 47.694224999983518 ], [ -121.988407, 47.696513999983551 ], [ -121.985248, 47.697947999983541 ], [ -121.985309, 47.699397999983546 ], [ -121.988331, 47.701396999983537 ], [ -121.992924, 47.699496999983545 ], [ -121.993, 47.703685999983541 ], [ -121.99744, 47.70576799998355 ], [ -121.993992, 47.708903999983562 ], [ -122.004887, 47.709086999983583 ], [ -122.00668, 47.717993999983605 ], [ -122.008381, 47.729174999983606 ], [ -122.010242, 47.732386999983632 ], [ -122.013035, 47.737269999983646 ], [ -122.002323, 47.74847799998367 ], [ -122.003117, 47.755740999983686 ], [ -121.99892, 47.765811999983697 ], [ -122.000278, 47.775462999983723 ], [ -122.00823, 47.775685999983736 ], [ -122.00823, 47.794427999983782 ], [ -122.030659, 47.794427999983782 ], [ -122.030598, 47.802928999983813 ], [ -122.034138, 47.811076999983825 ], [ -122.033959, 47.813699999983818 ], [ -122.048397, 47.828908999983867 ], [ -122.044651, 47.83003599998387 ], [ -122.056573, 47.978012999984244 ], [ -122.074723, 47.982511999984254 ], [ -122.088519, 47.98258299998426 ], [ -122.095471, 47.983650999984278 ], [ -122.095471, 47.988343999984274 ], [ -122.086783, 47.99336099998429 ], [ -122.086952, 47.996508999984307 ], [ -122.088297, 47.9987209999843 ], [ -122.092894, 48.002001999984316 ], [ -122.096818, 48.002879999984302 ], [ -122.097977, 48.003702999984306 ], [ -122.102802, 48.003702999984306 ], [ -122.10298, 48.000326999984303 ], [ -122.106677, 48.000326999984303 ], [ -122.106287, 48.015618999984333 ], [ -122.099049, 48.015437999984343 ], [ -122.09531, 48.01778799998435 ], [ -122.097111, 48.022639999984357 ], [ -122.101055, 48.025553999984361 ], [ -122.097804, 48.026627999984363 ], [ -122.096993, 48.044812999984408 ], [ -122.081144, 48.044812999984423 ], [ -122.081144, 48.050449999984423 ], [ -122.088254, 48.050383999984419 ], [ -122.091099, 48.054409999984422 ], [ -122.088761, 48.063583999984459 ], [ -122.104694, 48.063582999984462 ], [ -122.104694, 48.071101999984478 ], [ -122.110954, 48.071101999984492 ], [ -122.117921, 48.070984999984475 ], [ -122.118519, 48.050258999984429 ], [ -122.118748, 48.035975999984394 ], [ -122.140247, 48.036036999984383 ], [ -122.139835, 48.042933999984413 ], [ -122.145023, 48.042987999984412 ], [ -122.149479, 48.048083999984406 ], [ -122.150638, 48.043605999984408 ], [ -122.15984, 48.042514999984419 ], [ -122.157902, 48.038829999984401 ], [ -122.163639, 48.041941999984395 ], [ -122.17348, 48.036000999984388 ], [ -122.183155, 48.036349999984395 ], [ -122.190386, 48.032734999984378 ], [ -122.207477, 48.030810999984382 ], [ -122.232321, 48.030101999984367 ], [ -122.2546, 48.039097999984399 ], [ -122.262767, 48.042395999984407 ], [ -122.281087, 48.049792999984433 ], [ -122.283631, 48.052220999984421 ], [ -122.288294, 48.056670999984448 ], [ -122.293715, 48.061844999984451 ], [ -122.298354, 48.06627299998447 ], [ -122.305397, 48.072993999984483 ], [ -122.305838, 48.073414999984486 ], [ -122.305965, 48.073511999984483 ], [ -122.321709, 48.08550699998451 ], [ -122.326119, 48.092876999984533 ], [ -122.343241, 48.097630999984545 ], [ -122.363353, 48.123305999984595 ], [ -122.363842, 48.123929999984611 ], [ -122.365078, 48.125821999984616 ], [ -122.365061, 48.126041999984615 ], [ -122.365057, 48.126096999984618 ], [ -122.364526, 48.133120999984634 ], [ -122.364098, 48.138774999984648 ], [ -122.363797, 48.142758999984643 ], [ -122.363828, 48.143038999984661 ], [ -122.364744, 48.15130399998467 ], [ -122.365736, 48.153734999984671 ], [ -122.367846, 48.158908999984696 ], [ -122.368583, 48.160714999984705 ], [ -122.370144, 48.164541999984685 ], [ -122.370204, 48.164689999984709 ], [ -122.370224, 48.164738999984706 ], [ -122.370253, 48.164808999984707 ], [ -122.369254, 48.166228999984703 ], [ -122.364124, 48.173520999984731 ], [ -122.363479, 48.174437999984725 ], [ -122.362044, 48.187567999984765 ], [ -122.372492, 48.193021999984801 ], [ -122.3725, 48.19303399998477 ], [ -122.372619, 48.193207999984779 ], [ -122.376763, 48.199281999984784 ], [ -122.378058, 48.201178999984791 ], [ -122.382102, 48.207105999984805 ], [ -122.385703, 48.217810999984827 ], [ -122.387683, 48.219980999984834 ], [ -122.388193, 48.220540999984848 ], [ -122.388772, 48.221174999984854 ], [ -122.390598, 48.223177999984841 ], [ -122.394813, 48.227798999984863 ], [ -122.395512, 48.228565999984866 ], [ -122.396121, 48.229232999984873 ], [ -122.425572, 48.232886999984871 ], [ -122.430578, 48.236236999984882 ], [ -122.433767, 48.236549999984895 ], [ -122.449179, 48.232703999984864 ], [ -122.449605, 48.232597999984883 ], [ -122.449871, 48.232355999984875 ], [ -122.452793, 48.229694999984865 ], [ -122.45371, 48.228858999984865 ], [ -122.453694, 48.228506999984859 ], [ -122.453643, 48.227371999984868 ], [ -122.453618, 48.226829999984858 ], [ -122.449513, 48.214735999984832 ], [ -122.444508, 48.214521999984825 ], [ -122.444049, 48.214066999984816 ], [ -122.441731, 48.211775999984823 ], [ -122.442004, 48.209706999984817 ], [ -122.442051, 48.209349999984816 ], [ -122.442587, 48.208820999984816 ], [ -122.45493, 48.196638999984778 ], [ -122.460917, 48.193625999984789 ], [ -122.461888, 48.193136999984759 ], [ -122.462222, 48.193323999984756 ], [ -122.464801, 48.194766999984786 ], [ -122.467917, 48.194331999984769 ], [ -122.47025, 48.194006999984758 ], [ -122.478535, 48.188086999984783 ], [ -122.479008, 48.175702999984736 ], [ -122.475803, 48.166791999984717 ], [ -122.461479, 48.151382999984683 ], [ -122.457829, 48.147455999984658 ], [ -122.449142, 48.138111999984645 ], [ -122.448183, 48.137079999984635 ], [ -122.444827, 48.133469999984634 ], [ -122.442383, 48.130840999984628 ], [ -122.439638, 48.129265999984625 ], [ -122.43928, 48.129060999984617 ], [ -122.435012, 48.126612999984609 ], [ -122.432731, 48.125303999984624 ], [ -122.423081, 48.119767999984582 ], [ -122.411649, 48.113209999984591 ], [ -122.388983, 48.09501299998454 ], [ -122.379481, 48.087383999984517 ], [ -122.37654, 48.083409999984511 ], [ -122.360345, 48.061526999984451 ], [ -122.359954, 48.060457999984443 ], [ -122.35841, 48.056228999984455 ], [ -122.358375, 48.05613299998442 ], [ -122.358525, 48.056082999984433 ], [ -122.363107, 48.054545999984441 ], [ -122.377114, 48.057567999984435 ], [ -122.38769, 48.065188999984457 ], [ -122.390787, 48.069476999984474 ], [ -122.393413, 48.078471999984501 ], [ -122.400692, 48.0852549999845 ], [ -122.411533, 48.093586999984538 ], [ -122.421662, 48.101371999984543 ], [ -122.422178, 48.101768999984557 ], [ -122.423703, 48.102940999984547 ], [ -122.424123, 48.103120999984554 ], [ -122.425598, 48.103750999984555 ], [ -122.44966, 48.114040999984582 ], [ -122.463934, 48.127092999984619 ], [ -122.46731, 48.13017999998462 ], [ -122.4675, 48.13035299998463 ], [ -122.467837, 48.130310999984623 ], [ -122.477983, 48.129047999984607 ], [ -122.480072, 48.12711499998462 ], [ -122.483197, 48.124224999984612 ], [ -122.483693, 48.123764999984594 ], [ -122.483899, 48.123574999984619 ], [ -122.486736, 48.120949999984596 ], [ -122.489986, 48.120616999984591 ], [ -122.490298, 48.120805999984604 ], [ -122.494188, 48.123153999984602 ], [ -122.506865, 48.130810999984632 ], [ -122.507514, 48.131202999984623 ], [ -122.511899, 48.133850999984617 ], [ -122.512031, 48.133930999984635 ], [ -122.514237, 48.139740999984639 ], [ -122.514417, 48.140216999984624 ], [ -122.515353, 48.142682999984665 ], [ -122.521761, 48.159565999984679 ], [ -122.522576, 48.161711999984689 ], [ -122.527377, 48.168934999984707 ], [ -122.527813, 48.169590999984727 ], [ -122.53248, 48.176613999984738 ], [ -122.53722, 48.183744999984746 ], [ -122.538274, 48.1998609999848 ], [ -122.538473, 48.202911999984799 ], [ -122.538916, 48.209682999984814 ], [ -122.534431, 48.223004999984852 ], [ -122.534531, 48.225221999984846 ], [ -122.534713, 48.229237999984868 ], [ -122.535209, 48.240212999984891 ], [ -122.530996, 48.249820999984905 ], [ -122.523601, 48.251783999984916 ], [ -122.503786, 48.257044999984927 ], [ -122.503383, 48.257002999984934 ], [ -122.499934, 48.256640999984938 ], [ -122.499648, 48.256610999984929 ], [ -122.499481, 48.256330999984925 ], [ -122.498762, 48.255123999984932 ], [ -122.497857, 48.253606999984932 ], [ -122.497727, 48.253388999984914 ], [ -122.496672, 48.253056999984913 ], [ -122.494779, 48.252461999984931 ], [ -122.493448, 48.252042999984944 ], [ -122.492739, 48.252023999984928 ], [ -122.483723, 48.251780999984916 ], [ -122.481638, 48.251724999984908 ], [ -122.480925, 48.251705999984907 ], [ -122.479683, 48.252385999984924 ], [ -122.474494, 48.255226999984906 ], [ -122.466803, 48.269603999984959 ], [ -122.466648, 48.269654999984958 ], [ -122.463962, 48.270540999984959 ], [ -122.458923, 48.26889999998496 ], [ -122.451413, 48.266453999984954 ], [ -122.43705, 48.261774999984951 ], [ -122.432082, 48.260156999984943 ], [ -122.406516, 48.251829999984899 ], [ -122.405759, 48.252192999984928 ], [ -122.405756, 48.252193999984932 ], [ -122.395328, 48.257186999984938 ], [ -122.392058, 48.269627999984941 ], [ -122.371693, 48.287838999984999 ], [ -122.376818, 48.29609899998502 ], [ -122.378211, 48.297589999985014 ], [ -122.383743, 48.303515999985038 ], [ -122.38431, 48.30412299998504 ], [ -122.388429, 48.307883999985059 ], [ -122.391407, 48.310603999985055 ], [ -122.391555, 48.31073999998506 ], [ -122.396693, 48.315431999985073 ], [ -122.398276, 48.316876999985055 ], [ -122.404401, 48.322469999985096 ], [ -122.408718, 48.326412999985109 ], [ -122.424102, 48.334345999985111 ], [ -122.430851, 48.335648999985118 ], [ -122.442678, 48.337933999985118 ], [ -122.453772, 48.345355999985145 ], [ -122.46324, 48.351689999985147 ], [ -122.475529, 48.359911999985165 ], [ -122.477639, 48.360469999985163 ], [ -122.478769, 48.36076999998518 ], [ -122.482423, 48.36173699998519 ], [ -122.492109, 48.36179999998518 ], [ -122.497686, 48.361836999985179 ], [ -122.497867, 48.361888999985183 ], [ -122.507437, 48.364665999985178 ], [ -122.515828, 48.370710999985207 ], [ -122.517047, 48.371589999985211 ], [ -122.518954, 48.372963999985203 ], [ -122.521467, 48.374773999985216 ], [ -122.521536, 48.37482399998521 ], [ -122.523646, 48.376343999985217 ], [ -122.52909, 48.380266999985231 ], [ -122.533452, 48.383408999985235 ], [ -122.539449, 48.397189999985279 ], [ -122.547492, 48.399888999985272 ], [ -122.554536, 48.406039999985289 ], [ -122.555325, 48.410265999985292 ], [ -122.556762, 48.41796699998531 ], [ -122.558403, 48.426757999985348 ], [ -122.551221, 48.439464999985368 ], [ -122.554328, 48.44200699998536 ], [ -122.557298, 48.444437999985389 ], [ -122.568348, 48.444989999985388 ], [ -122.575254, 48.443332999985373 ], [ -122.578399, 48.436356999985364 ], [ -122.581607, 48.429243999985331 ], [ -122.591125, 48.425084999985351 ], [ -122.614339, 48.414941999985324 ], [ -122.61448, 48.41487999998531 ], [ -122.623534, 48.413252999985303 ], [ -122.626281, 48.4127589999853 ], [ -122.633909, 48.411388999985306 ], [ -122.645745, 48.409261999985283 ], [ -122.649535, 48.408580999985283 ], [ -122.649839, 48.408525999985279 ], [ -122.649895, 48.408554999985292 ], [ -122.665338, 48.416452999985303 ], [ -122.665955, 48.417030999985315 ], [ -122.666171, 48.417233999985292 ], [ -122.674158, 48.424725999985334 ], [ -122.678928, 48.439465999985359 ], [ -122.677072, 48.44405899998538 ], [ -122.674188, 48.443326999985366 ], [ -122.674085, 48.44197899998538 ], [ -122.667249, 48.442502999985379 ], [ -122.654844, 48.4540869999854 ], [ -122.657505, 48.471333999985447 ], [ -122.657525, 48.471463999985453 ], [ -122.657714, 48.472684999985439 ], [ -122.657753, 48.472939999985442 ], [ -122.658883, 48.473792999985449 ], [ -122.664623, 48.478127999985475 ], [ -122.670474, 48.477821999985458 ], [ -122.689121, 48.476848999985457 ], [ -122.695725, 48.464784999985426 ], [ -122.695587, 48.460557999985419 ], [ -122.700603, 48.457631999985409 ], [ -122.710362, 48.461583999985429 ], [ -122.712322, 48.464142999985434 ], [ -122.712981, 48.478789999985473 ], [ -122.707154, 48.488468999985471 ], [ -122.704095, 48.493550999985494 ], [ -122.701644, 48.497621999985491 ], [ -122.697251, 48.500572999985508 ], [ -122.696383, 48.501155999985514 ], [ -122.693342, 48.50319799998551 ], [ -122.684521, 48.509122999985514 ], [ -122.679122, 48.507796999985523 ], [ -122.678272, 48.506517999985533 ], [ -122.676922, 48.504483999985517 ], [ -122.672252, 48.50405899998551 ], [ -122.671386, 48.503979999985503 ], [ -122.670897, 48.504131999985525 ], [ -122.664685, 48.506059999985517 ], [ -122.656087, 48.508728999985522 ], [ -122.643996, 48.512482999985536 ], [ -122.643671, 48.512582999985533 ], [ -122.642233, 48.513029999985541 ], [ -122.636441, 48.514827999985542 ], [ -122.615493, 48.521329999985561 ], [ -122.615183, 48.521426999985557 ], [ -122.614674, 48.521471999985572 ], [ -122.611546, 48.521747999985557 ], [ -122.606961, 48.52215199998556 ], [ -122.600148, 48.520979999985563 ], [ -122.599965, 48.520947999985566 ], [ -122.599951, 48.520945999985571 ], [ -122.599301, 48.517098999985556 ], [ -122.598476, 48.512208999985532 ], [ -122.598469, 48.512168999985526 ], [ -122.605003, 48.509910999985543 ], [ -122.601601, 48.499389999985503 ], [ -122.594803, 48.485068999985472 ], [ -122.585602, 48.469619999985433 ], [ -122.583199, 48.464690999985407 ], [ -122.573402, 48.463359999985414 ], [ -122.570999, 48.465148999985423 ], [ -122.570999, 48.470981999985433 ], [ -122.572701, 48.476130999985443 ], [ -122.5755, 48.486869999985473 ], [ -122.576678, 48.509330999985529 ], [ -122.568071, 48.508209999985525 ], [ -122.560884, 48.502198999985509 ], [ -122.558485, 48.500191999985503 ], [ -122.556834, 48.498811999985513 ], [ -122.544547, 48.478587999985471 ], [ -122.537355, 48.46674899998542 ], [ -122.532845, 48.46605699998544 ], [ -122.527897, 48.467688999985427 ], [ -122.526943, 48.468003999985427 ], [ -122.519508, 48.466470999985425 ], [ -122.515056, 48.465553999985417 ], [ -122.511348, 48.46182499998541 ], [ -122.500721, 48.460886999985426 ], [ -122.488365, 48.465094999985418 ], [ -122.483393, 48.466786999985423 ], [ -122.471832, 48.470723999985431 ], [ -122.469634, 48.472186999985439 ], [ -122.469637, 48.472403999985445 ], [ -122.46967, 48.474974999985449 ], [ -122.473763, 48.479749999985472 ], [ -122.478851, 48.481735999985467 ], [ -122.483501, 48.492429999985475 ], [ -122.483925, 48.497306999985518 ], [ -122.484958, 48.509179999985534 ], [ -122.484996, 48.509619999985532 ], [ -122.484428, 48.515825999985545 ], [ -122.484046, 48.519994999985563 ], [ -122.483872, 48.521890999985551 ], [ -122.483905, 48.522035999985555 ], [ -122.485288, 48.52810599998557 ], [ -122.498463, 48.556205999985643 ], [ -122.504313, 48.564608999985658 ], [ -122.504428, 48.564774999985652 ], [ -122.504884, 48.564830999985652 ], [ -122.510464, 48.565514999985666 ], [ -122.51883, 48.566541999985645 ], [ -122.519569, 48.566631999985653 ], [ -122.52537, 48.56734399998566 ], [ -122.531977, 48.568643999985667 ], [ -122.534719, 48.574245999985685 ], [ -122.534787, 48.575959999985692 ], [ -122.534642, 48.575973999985699 ], [ -122.512372, 48.578066999985666 ], [ -122.495904, 48.575926999985697 ], [ -122.492387, 48.570632999985676 ], [ -122.491453, 48.569226999985659 ], [ -122.491025, 48.568582999985665 ], [ -122.489288, 48.565968999985664 ], [ -122.488421, 48.564664999985645 ], [ -122.484411, 48.561323999985667 ], [ -122.482432, 48.559674999985653 ], [ -122.482406, 48.559652999985659 ], [ -122.478431, 48.559302999985647 ], [ -122.478408, 48.559309999985643 ], [ -122.464727, 48.563676999985645 ], [ -122.462417, 48.564414999985651 ], [ -122.460275, 48.565098999985651 ], [ -122.457974, 48.565832999985659 ], [ -122.455005, 48.56678099998566 ], [ -122.454593, 48.56691199998567 ], [ -122.453568, 48.567238999985655 ], [ -122.44456, 48.57011499998567 ], [ -122.436009, 48.578660999985686 ], [ -122.433059, 48.581608999985697 ], [ -122.426758, 48.596101999985748 ], [ -122.425271, 48.599521999985726 ], [ -122.426724, 48.600954999985746 ], [ -122.448702, 48.622623999985791 ], [ -122.46425, 48.625716999985798 ], [ -122.471446, 48.631251999985814 ], [ -122.486878, 48.643121999985837 ], [ -122.488755, 48.645358999985838 ], [ -122.489282, 48.645985999985854 ], [ -122.49399, 48.651595999985851 ], [ -122.500308, 48.656162999985867 ], [ -122.505182, 48.666449999985907 ], [ -122.506718, 48.669691999985872 ], [ -122.510598, 48.683215999985933 ], [ -122.511784, 48.687345999985943 ], [ -122.518864, 48.712022999986004 ], [ -122.519172, 48.713094999986005 ], [ -122.51716, 48.717434999986011 ], [ -122.517122, 48.717516999986003 ], [ -122.516803, 48.718203999986009 ], [ -122.516681, 48.718468999986008 ], [ -122.515736, 48.720505999986003 ], [ -122.515534, 48.72094099998602 ], [ -122.515511, 48.720991999986033 ], [ -122.515437, 48.721018999986008 ], [ -122.513585, 48.721683999986013 ], [ -122.510994, 48.722614999986021 ], [ -122.509306, 48.723221999986031 ], [ -122.506571, 48.724204999986028 ], [ -122.505684, 48.724523999986026 ], [ -122.505033, 48.725326999986009 ], [ -122.504702, 48.725734999986031 ], [ -122.502503, 48.728445999986036 ], [ -122.499211, 48.732506999986043 ], [ -122.495301, 48.737327999986043 ], [ -122.495161, 48.73772199998605 ], [ -122.492801, 48.744368999986079 ], [ -122.492631, 48.744847999986071 ], [ -122.492408, 48.745473999986075 ], [ -122.4914, 48.748313999986074 ], [ -122.490401, 48.751127999986103 ], [ -122.494799, 48.752543999986095 ], [ -122.497438, 48.753393999986095 ], [ -122.507459, 48.756619999986086 ], [ -122.510902, 48.757727999986088 ], [ -122.511671, 48.758203999986101 ], [ -122.513078, 48.7590739999861 ], [ -122.528203, 48.768427999986116 ], [ -122.53035, 48.770602999986124 ], [ -122.535803, 48.776127999986144 ], [ -122.550505, 48.777545999986145 ], [ -122.561051, 48.77856299998615 ], [ -122.563974, 48.778844999986141 ], [ -122.565363, 48.778978999986151 ], [ -122.567353, 48.77917099998615 ], [ -122.567498, 48.779184999986157 ], [ -122.572068, 48.777986999986148 ], [ -122.573621, 48.777579999986152 ], [ -122.577501, 48.776562999986162 ], [ -122.57874, 48.776237999986137 ], [ -122.596844, 48.771491999986132 ], [ -122.598033, 48.769488999986123 ], [ -122.606787, 48.759142999986111 ], [ -122.625226, 48.746438999986083 ], [ -122.627808, 48.744659999986077 ], [ -122.637146, 48.735707999986069 ], [ -122.638082, 48.732485999986039 ], [ -122.637813, 48.732221999986045 ], [ -122.626287, 48.720929999986012 ], [ -122.618259, 48.717421999986009 ], [ -122.612562, 48.714931999986 ], [ -122.605733, 48.701065999985964 ], [ -122.606105, 48.69855599998597 ], [ -122.615169, 48.69383899998595 ], [ -122.620128, 48.693658999985949 ], [ -122.620338, 48.693650999985948 ], [ -122.630422, 48.69662499998595 ], [ -122.636809, 48.701193999985982 ], [ -122.646323, 48.708000999985977 ], [ -122.650849, 48.712182999986005 ], [ -122.652667, 48.713861999986001 ], [ -122.652727, 48.713916999986004 ], [ -122.663602, 48.72396399998604 ], [ -122.670801, 48.730614999986038 ], [ -122.670818, 48.730629999986043 ], [ -122.673472, 48.733081999986041 ], [ -122.667629, 48.746851999986077 ], [ -122.667132, 48.748022999986084 ], [ -122.666953, 48.748444999986084 ], [ -122.666793, 48.748595999986087 ], [ -122.665623, 48.749700999986096 ], [ -122.661939, 48.753179999986095 ], [ -122.661111, 48.753961999986082 ], [ -122.660082, 48.755470999986095 ], [ -122.658548, 48.757717999986099 ], [ -122.651007, 48.768772999986126 ], [ -122.648085, 48.773056999986132 ], [ -122.647443, 48.773997999986136 ], [ -122.645743, 48.781537999986156 ], [ -122.646644, 48.784562999986171 ], [ -122.646777, 48.785010999986149 ], [ -122.647162, 48.785008999986168 ], [ -122.656528, 48.78496899998617 ], [ -122.659708, 48.786522999986175 ], [ -122.664259, 48.790117999986172 ], [ -122.664531, 48.790332999986177 ], [ -122.667299, 48.792520999986166 ], [ -122.668899, 48.79378499998618 ], [ -122.671262, 48.795651999986198 ], [ -122.672391, 48.79654399998617 ], [ -122.674589, 48.798280999986204 ], [ -122.675393, 48.798914999986195 ], [ -122.680246, 48.802749999986219 ], [ -122.693683, 48.804474999986219 ], [ -122.696349, 48.803219999986212 ], [ -122.697219, 48.802809999986202 ], [ -122.697494, 48.802378999986196 ], [ -122.698675, 48.800521999986195 ], [ -122.699507, 48.79490599998617 ], [ -122.699349, 48.790382999986178 ], [ -122.69932, 48.789542999986168 ], [ -122.699303, 48.789062999986164 ], [ -122.703106, 48.786320999986167 ], [ -122.709815, 48.786204999986161 ], [ -122.71097, 48.790586999986175 ], [ -122.7112, 48.791459999986174 ], [ -122.711142, 48.792213999986181 ], [ -122.71054, 48.800022999986204 ], [ -122.709254, 48.816721999986243 ], [ -122.709169, 48.817828999986261 ], [ -122.709385, 48.819023999986229 ], [ -122.709471, 48.819496999986249 ], [ -122.711805, 48.832407999986266 ], [ -122.717073, 48.847189999986306 ], [ -122.722685, 48.852854999986313 ], [ -122.731623, 48.857426999986316 ], [ -122.755008, 48.869387999986358 ], [ -122.768752, 48.876417999986373 ], [ -122.785659, 48.885065999986395 ], [ -122.793175, 48.892926999986393 ], [ -122.792584, 48.894731999986405 ], [ -122.783747, 48.894638999986398 ], [ -122.779932, 48.896589999986411 ], [ -122.769933, 48.901703999986424 ], [ -122.756406, 48.908621999986437 ], [ -122.751289, 48.911238999986459 ], [ -122.747514, 48.915581999986465 ], [ -122.745371, 48.92122699998648 ], [ -122.745378, 48.921281999986462 ], [ -122.746596, 48.93073099998648 ], [ -122.749447, 48.933234999986503 ], [ -122.755624, 48.938659999986491 ], [ -122.764582, 48.941478999986522 ], [ -122.765307, 48.941706999986515 ], [ -122.766096, 48.941954999986521 ], [ -122.770432, 48.942527999986517 ], [ -122.785317, 48.933107999986504 ], [ -122.787539, 48.931701999986501 ], [ -122.818232, 48.939061999986507 ], [ -122.820618, 48.940680999986505 ], [ -122.821319, 48.941156999986511 ], [ -122.821631, 48.94136899998653 ], [ -122.821686, 48.941600999986505 ], [ -122.822464, 48.944910999986519 ], [ -122.817226, 48.955969999986557 ], [ -122.801895, 48.970333999986579 ], [ -122.796887, 48.975025999986613 ], [ -122.774276, 48.991037999986624 ], [ -122.769258, 48.991436999986611 ], [ -122.768795, 48.991473999986624 ], [ -122.768785, 48.991474999986643 ], [ -122.766659, 48.991643999986628 ], [ -122.766307, 48.991671999986629 ], [ -122.763489, 48.993141999986619 ], [ -122.756318, 48.996880999986629 ], [ -122.756037, 48.999511999986645 ], [ -122.75802, 49.002356999986667 ], [ -122.743916, 49.002349999986649 ], [ -122.738986, 49.002347999986647 ], [ -122.734516, 49.002345999986645 ], [ -122.72419, 49.00234099998665 ], [ -122.70543, 49.002331999986652 ], [ -122.656004, 49.00230899998666 ], [ -122.620746, 49.002292999986643 ], [ -122.606063, 49.002285999986654 ], [ -122.550713, 49.002259999986642 ], [ -122.485361, 49.002228999986663 ], [ -122.463079, 49.002218999986646 ], [ -122.407829, 49.00219299998664 ], [ -122.405989, 49.002238999986666 ], [ -122.290694, 49.002428999986648 ], [ -122.285652, 49.002436999986656 ], [ -122.251694, 49.002492999986657 ], [ -122.251622, 49.002492999986657 ], [ -122.251063, 49.002493999986648 ], [ -122.136538, 49.002232999986646 ], [ -122.098357, 49.002145999986659 ], [ -122.084786, 49.001959999986639 ], [ -121.987784, 49.000633999986633 ], [ -121.949724, 49.000112999986641 ], [ -121.751252, 48.997398999986643 ], [ -121.524104, 48.99896499998664 ], [ -121.395543, 48.999850999986634 ], [ -121.345295, 49.000842999986645 ], [ -121.256933, 49.000087999986654 ], [ -121.251244, 49.000166999986654 ], [ -121.248949, 49.000924999986658 ], [ -121.2299, 49.001157999986646 ], [ -121.12624, 49.001411999986644 ], [ -121.059966, 49.000620999986658 ], [ -121.035637, 49.000544999986651 ], [ -121.019017, 49.000492999986648 ], [ -120.978955, 49.000366999986646 ], [ -120.851364, 49.000279999986653 ], [ -120.855496, 48.99814899998664 ], [ -120.853105, 48.994524999986638 ], [ -120.85127, 48.993796999986635 ], [ -120.851718, 48.993087999986635 ], [ -120.86401, 48.980663999986575 ], [ -120.866458, 48.979803999986601 ], [ -120.880612, 48.977633999986594 ], [ -120.885449, 48.974858999986587 ], [ -120.882035, 48.97306199998657 ], [ -120.880756, 48.97165899998658 ], [ -120.880343, 48.970360999986582 ], [ -120.882348, 48.967959999986562 ], [ -120.881118, 48.966084999986563 ], [ -120.876231, 48.963389999986568 ], [ -120.872329, 48.962082999986556 ], [ -120.866728, 48.961912999986566 ], [ -120.861848, 48.960010999986551 ], [ -120.859834, 48.957681999986548 ], [ -120.849722, 48.955937999986539 ], [ -120.844517, 48.952321999986559 ], [ -120.840361, 48.948677999986536 ], [ -120.836089, 48.939433999986498 ], [ -120.830838, 48.937981999986505 ], [ -120.824515, 48.939251999986503 ], [ -120.822376, 48.940575999986507 ], [ -120.813503, 48.946606999986528 ], [ -120.810914, 48.950829999986532 ], [ -120.805356, 48.951678999986513 ], [ -120.801278, 48.953408999986536 ], [ -120.799955, 48.954860999986543 ], [ -120.798119, 48.958734999986547 ], [ -120.790593, 48.959145999986546 ], [ -120.78915, 48.958480999986556 ], [ -120.780544, 48.957152999986555 ], [ -120.778198, 48.957494999986551 ], [ -120.767614, 48.954432999986537 ], [ -120.765645, 48.950468999986541 ], [ -120.75604, 48.942631999986517 ], [ -120.754197, 48.936083999986501 ], [ -120.754856, 48.932823999986482 ], [ -120.755789, 48.93159899998647 ], [ -120.762629, 48.928408999986488 ], [ -120.771293, 48.927113999986496 ], [ -120.771802, 48.926508999986488 ], [ -120.772634, 48.918475999986441 ], [ -120.771103, 48.915217999986467 ], [ -120.768511, 48.912173999986472 ], [ -120.771478, 48.90762999998644 ], [ -120.772238, 48.905672999986429 ], [ -120.769995, 48.90266799998642 ], [ -120.763538, 48.900095999986434 ], [ -120.763854, 48.896940999986398 ], [ -120.765866, 48.894257999986394 ], [ -120.766274, 48.892662999986406 ], [ -120.764628, 48.8894879999864 ], [ -120.763307, 48.888467999986382 ], [ -120.767508, 48.884991999986383 ], [ -120.77011, 48.883538999986385 ], [ -120.770014, 48.881285999986382 ], [ -120.768049, 48.877345999986368 ], [ -120.761057, 48.873006999986366 ], [ -120.755674, 48.871012999986363 ], [ -120.754523, 48.870042999986353 ], [ -120.753485, 48.869367999986345 ], [ -120.749725, 48.867265999986344 ], [ -120.743311, 48.866088999986346 ], [ -120.73743, 48.864176999986334 ], [ -120.732466, 48.853226999986305 ], [ -120.73369, 48.851655999986306 ], [ -120.738671, 48.84165199998629 ], [ -120.73851, 48.840959999986289 ], [ -120.736886, 48.839804999986306 ], [ -120.736673, 48.832088999986269 ], [ -120.737605, 48.827299999986252 ], [ -120.739227, 48.824914999986248 ], [ -120.742244, 48.824144999986252 ], [ -120.742959, 48.823467999986256 ], [ -120.743408, 48.819974999986236 ], [ -120.74344, 48.815685999986236 ], [ -120.742595, 48.811535999986219 ], [ -120.735554, 48.803767999986206 ], [ -120.737623, 48.797479999986187 ], [ -120.735229, 48.785744999986171 ], [ -120.73371, 48.782899999986157 ], [ -120.725658, 48.773314999986127 ], [ -120.71319, 48.772282999986139 ], [ -120.707735, 48.767616999986117 ], [ -120.699641, 48.757692999986098 ], [ -120.695149, 48.756227999986095 ], [ -120.69324, 48.756294999986103 ], [ -120.691534, 48.750745999986073 ], [ -120.691886, 48.748715999986075 ], [ -120.691094, 48.747285999986069 ], [ -120.68933, 48.745384999986065 ], [ -120.684986, 48.744014999986071 ], [ -120.680052, 48.741073999986064 ], [ -120.678815, 48.73938399998606 ], [ -120.67833, 48.736767999986036 ], [ -120.67685, 48.73503999998605 ], [ -120.669846, 48.732992999986045 ], [ -120.66501, 48.733091999986051 ], [ -120.663794, 48.73252699998605 ], [ -120.65958, 48.72657699998603 ], [ -120.656507, 48.725503999986032 ], [ -120.654676, 48.724197999986039 ], [ -120.658035, 48.720280999986009 ], [ -120.660303, 48.720301999986006 ], [ -120.662558, 48.721159999986007 ], [ -120.668066, 48.721350999986015 ], [ -120.676485, 48.718964999985999 ], [ -120.677904, 48.718134999985992 ], [ -120.681159, 48.713171999985981 ], [ -120.681598, 48.710262999986014 ], [ -120.680207, 48.70473799998598 ], [ -120.67839, 48.703472999985991 ], [ -120.676989, 48.70145499998597 ], [ -120.677979, 48.695296999985963 ], [ -120.680965, 48.694174999985961 ], [ -120.690143, 48.695549999985957 ], [ -120.697243, 48.697401999985971 ], [ -120.703258, 48.69716599998597 ], [ -120.704063, 48.69563599998596 ], [ -120.708254, 48.691754999985946 ], [ -120.711891, 48.689295999985937 ], [ -120.713078, 48.684655999985942 ], [ -120.712932, 48.682139999985921 ], [ -120.717756, 48.6754839999859 ], [ -120.719122, 48.671645999985905 ], [ -120.717296, 48.669222999985898 ], [ -120.716758, 48.664853999985887 ], [ -120.723314, 48.664151999985883 ], [ -120.732769, 48.666590999985907 ], [ -120.738839, 48.662547999985868 ], [ -120.74765, 48.659515999985892 ], [ -120.750102, 48.659339999985868 ], [ -120.752021, 48.657537999985898 ], [ -120.751629, 48.654993999985862 ], [ -120.752366, 48.648651999985852 ], [ -120.753303, 48.647664999985849 ], [ -120.758202, 48.64406799998585 ], [ -120.768558, 48.64417499998585 ], [ -120.771533, 48.642697999985835 ], [ -120.778824, 48.634160999985802 ], [ -120.779837, 48.630761999985829 ], [ -120.783969, 48.628007999985812 ], [ -120.788996, 48.625587999985804 ], [ -120.787287, 48.621960999985781 ], [ -120.784137, 48.618477999985792 ], [ -120.781998, 48.612979999985761 ], [ -120.784789, 48.610540999985766 ], [ -120.785676, 48.605848999985753 ], [ -120.78504, 48.603842999985758 ], [ -120.783937, 48.602153999985745 ], [ -120.760068, 48.583043999985698 ], [ -120.755189, 48.581291999985702 ], [ -120.745491, 48.578747999985687 ], [ -120.744571, 48.578602999985698 ], [ -120.734881, 48.581104999985691 ], [ -120.730341, 48.582934999985703 ], [ -120.729814, 48.585026999985701 ], [ -120.723534, 48.588195999985722 ], [ -120.722497, 48.589661999985708 ], [ -120.722452, 48.591289999985747 ], [ -120.723438, 48.593000999985726 ], [ -120.723214, 48.594449999985734 ], [ -120.721367, 48.59695799998574 ], [ -120.718541, 48.596746999985726 ], [ -120.717903, 48.59528899998574 ], [ -120.711447, 48.591432999985727 ], [ -120.707277, 48.591103999985705 ], [ -120.704682, 48.589757999985729 ], [ -120.697515, 48.581570999985686 ], [ -120.692859, 48.577745999985694 ], [ -120.688596, 48.575488999985687 ], [ -120.686705, 48.571236999985672 ], [ -120.685392, 48.566103999985664 ], [ -120.689279, 48.562406999985654 ], [ -120.692349, 48.560685999985644 ], [ -120.696127, 48.559873999985662 ], [ -120.699946, 48.556482999985633 ], [ -120.700598, 48.553673999985627 ], [ -120.704732, 48.546139999985613 ], [ -120.70888, 48.541976999985586 ], [ -120.706734, 48.5377639999856 ], [ -120.70303, 48.534374999985587 ], [ -120.701613, 48.53246699998558 ], [ -120.701557, 48.531619999985573 ], [ -120.705182, 48.52632299998556 ], [ -120.708596, 48.523692999985578 ], [ -120.716456, 48.522982999985558 ], [ -120.727978, 48.518021999985557 ], [ -120.732178, 48.517760999985548 ], [ -120.735644, 48.518261999985555 ], [ -120.740992, 48.518500999985541 ], [ -120.745305, 48.51806399998555 ], [ -120.751217, 48.515020999985559 ], [ -120.752847, 48.512441999985548 ], [ -120.754194, 48.511720999985542 ], [ -120.767133, 48.508198999985538 ], [ -120.773887, 48.507544999985527 ], [ -120.781311, 48.508387999985523 ], [ -120.787729, 48.50644899998553 ], [ -120.7921, 48.507472999985524 ], [ -120.803274, 48.511337999985528 ], [ -120.810088, 48.514801999985544 ], [ -120.817344, 48.519275999985545 ], [ -120.817934, 48.520030999985558 ], [ -120.816999, 48.523141999985562 ], [ -120.810065, 48.527762999985562 ], [ -120.809382, 48.528594999985565 ], [ -120.809398, 48.529569999985583 ], [ -120.812084, 48.53199699998558 ], [ -120.816352, 48.534613999985588 ], [ -120.81568, 48.536687999985588 ], [ -120.81704, 48.537699999985605 ], [ -120.8252, 48.540722999985604 ], [ -120.825848, 48.541574999985606 ], [ -120.825594, 48.543353999985627 ], [ -120.824008, 48.545152999985632 ], [ -120.838913, 48.550724999985626 ], [ -120.843841, 48.550163999985621 ], [ -120.844816, 48.548640999985622 ], [ -120.84571, 48.548132999985626 ], [ -120.850852, 48.547766999985619 ], [ -120.854114, 48.54876299998562 ], [ -120.85756, 48.548453999985618 ], [ -120.860594, 48.545013999985613 ], [ -120.861217, 48.542286999985613 ], [ -120.860596, 48.540604999985604 ], [ -120.857586, 48.53790299998559 ], [ -120.857496, 48.536910999985579 ], [ -120.862813, 48.529991999985583 ], [ -120.872117, 48.530934999985568 ], [ -120.875379, 48.535015999985596 ], [ -120.885955, 48.53814799998559 ], [ -120.896404, 48.534641999985595 ], [ -120.904085, 48.533292999985591 ], [ -120.904514, 48.531874999985568 ], [ -120.904315, 48.530433999985561 ], [ -120.902202, 48.525763999985564 ], [ -120.903683, 48.523776999985564 ], [ -120.905531, 48.52325799998556 ], [ -120.921065, 48.524346999985546 ], [ -120.929469, 48.526565999985571 ], [ -120.930236, 48.527465999985559 ], [ -120.938656, 48.530673999985574 ], [ -120.949925, 48.529985999985591 ], [ -120.950988, 48.529417999985576 ], [ -120.955285, 48.521959999985562 ], [ -120.949285, 48.515079999985552 ], [ -120.948052, 48.509148999985527 ], [ -120.948194, 48.50632799998553 ], [ -120.950597, 48.499850999985512 ], [ -120.954306, 48.499850999985519 ], [ -120.954658, 48.500355999985509 ], [ -120.957471, 48.5010769999855 ], [ -120.959751, 48.500649999985491 ], [ -120.962922, 48.498750999985504 ], [ -120.965122, 48.498350999985497 ], [ -120.971622, 48.499150999985517 ], [ -120.972924, 48.499850999985512 ], [ -120.976645, 48.499850999985512 ], [ -120.984222, 48.498749999985513 ], [ -120.985122, 48.498049999985511 ], [ -120.986622, 48.497849999985498 ], [ -120.990422, 48.498249999985518 ], [ -120.992423, 48.499049999985488 ], [ -120.996423, 48.497049999985492 ], [ -120.998023, 48.494949999985501 ], [ -121.000323, 48.494449999985498 ], [ -121.008023, 48.494049999985499 ], [ -121.017123, 48.494248999985487 ], [ -121.023023, 48.495348999985495 ], [ -121.033923, 48.495148999985489 ], [ -121.035823, 48.494748999985482 ], [ -121.042523, 48.489648999985491 ], [ -121.048423, 48.486248999985484 ], [ -121.056723, 48.477247999985458 ], [ -121.062023, 48.459447999985414 ], [ -121.060022, 48.45374799998541 ], [ -121.058822, 48.452547999985391 ], [ -121.052322, 48.44864799998539 ], [ -121.047922, 48.447247999985393 ], [ -121.047022, 48.4472479999854 ], [ -121.045622, 48.44814799998538 ], [ -121.044222, 48.447947999985388 ], [ -121.040622, 48.445747999985372 ], [ -121.037021, 48.433247999985355 ], [ -121.037821, 48.432147999985339 ], [ -121.040836, 48.430928999985362 ], [ -121.042121, 48.430447999985333 ], [ -121.042221, 48.428047999985331 ], [ -121.043021, 48.426947999985337 ], [ -121.043921, 48.423547999985338 ], [ -121.044821, 48.422447999985316 ], [ -121.045321, 48.420147999985311 ], [ -121.046121, 48.418846999985313 ], [ -121.045421, 48.418547999985314 ], [ -121.04152, 48.411147999985303 ], [ -121.04342, 48.41064699998531 ], [ -121.048421, 48.410546999985307 ], [ -121.049621, 48.411446999985294 ], [ -121.051721, 48.412046999985293 ], [ -121.054621, 48.412646999985299 ], [ -121.056021, 48.412446999985306 ], [ -121.057121, 48.410146999985308 ], [ -121.058121, 48.409646999985291 ], [ -121.060021, 48.40724699998529 ], [ -121.062221, 48.405746999985283 ], [ -121.062621, 48.403446999985285 ], [ -121.06232, 48.401146999985286 ], [ -121.06322, 48.400846999985284 ], [ -121.06502, 48.398946999985256 ], [ -121.06462, 48.39684699998525 ], [ -121.06632, 48.393045999985247 ], [ -121.06532, 48.391345999985248 ], [ -121.06372, 48.390545999985243 ], [ -121.06322, 48.389645999985241 ], [ -121.06022, 48.38814699998526 ], [ -121.05942, 48.387146999985241 ], [ -121.05842, 48.382245999985223 ], [ -121.06062, 48.380745999985223 ], [ -121.06172, 48.379645999985222 ], [ -121.06172, 48.379045999985209 ], [ -121.06082, 48.379045999985209 ], [ -121.059019, 48.377145999985231 ], [ -121.055719, 48.375845999985209 ], [ -121.054119, 48.374345999985216 ], [ -121.052719, 48.373746999985201 ], [ -121.051319, 48.371746999985206 ], [ -121.049119, 48.370146999985202 ], [ -121.046819, 48.3664469999852 ], [ -121.043219, 48.363746999985189 ], [ -121.041718, 48.360346999985182 ], [ -121.041818, 48.358246999985155 ], [ -121.040818, 48.356446999985167 ], [ -121.042218, 48.353846999985166 ], [ -121.041818, 48.351146999985154 ], [ -121.040818, 48.349846999985154 ], [ -121.040618, 48.34814699998514 ], [ -121.043218, 48.345845999985137 ], [ -121.045618, 48.346145999985147 ], [ -121.050318, 48.345745999985141 ], [ -121.052618, 48.345045999985139 ], [ -121.060018, 48.346845999985142 ], [ -121.063618, 48.343945999985138 ], [ -121.064718, 48.342045999985139 ], [ -121.065218, 48.339244999985134 ], [ -121.065918, 48.338244999985129 ], [ -121.069418, 48.338944999985138 ], [ -121.070018, 48.336544999985122 ], [ -121.069618, 48.334944999985098 ], [ -121.070018, 48.333644999985111 ], [ -121.070918, 48.332844999985106 ], [ -121.069718, 48.330444999985112 ], [ -121.066918, 48.32954499998511 ], [ -121.065918, 48.328144999985099 ], [ -121.066297, 48.325177999985094 ], [ -121.068094, 48.323943999985083 ], [ -121.070318, 48.319144999985092 ], [ -121.071517, 48.31794499998508 ], [ -121.070917, 48.317144999985075 ], [ -121.067217, 48.315044999985048 ], [ -121.064517, 48.315044999985076 ], [ -121.060717, 48.316344999985077 ], [ -121.058517, 48.316144999985063 ], [ -121.053717, 48.313945999985073 ], [ -121.050017, 48.310945999985051 ], [ -121.045517, 48.308845999985046 ], [ -121.040717, 48.309645999985065 ], [ -121.039717, 48.310545999985045 ], [ -121.037516, 48.311345999985072 ], [ -121.034616, 48.311645999985053 ], [ -121.029016, 48.307645999985041 ], [ -121.029116, 48.305345999985057 ], [ -121.028316, 48.303945999985039 ], [ -121.026516, 48.30254699998504 ], [ -121.006115, 48.299946999985039 ], [ -121.003515, 48.299246999985044 ], [ -121.001414, 48.295547999985018 ], [ -121.000315, 48.294747999985006 ], [ -121.000315, 48.294147999985036 ], [ -121.001215, 48.289546999985014 ], [ -121.002615, 48.285946999984994 ], [ -121.009915, 48.28454699998499 ], [ -121.011315, 48.28304699998499 ], [ -121.011615, 48.280446999984996 ], [ -121.010115, 48.278146999984983 ], [ -121.004314, 48.272946999984974 ], [ -121.004614, 48.269946999984967 ], [ -121.003914, 48.267246999984955 ], [ -120.999864, 48.262451999984947 ], [ -120.991213, 48.255846999984925 ], [ -120.986913, 48.254347999984915 ], [ -120.982613, 48.251547999984922 ], [ -120.980813, 48.249547999984905 ], [ -120.980613, 48.247047999984929 ], [ -120.980113, 48.246147999984906 ], [ -120.972213, 48.235147999984882 ], [ -120.964613, 48.230647999984875 ], [ -120.962013, 48.230147999984865 ], [ -120.959613, 48.228247999984866 ], [ -120.959313, 48.227047999984855 ], [ -120.962613, 48.220846999984836 ], [ -120.964613, 48.214546999984826 ], [ -120.963912, 48.211046999984823 ], [ -120.963184, 48.210732999984813 ], [ -120.951312, 48.209146999984824 ], [ -120.946812, 48.201446999984817 ], [ -120.940338, 48.199956999984792 ], [ -120.932512, 48.197247999984796 ], [ -120.923112, 48.191347999984771 ], [ -120.919512, 48.188147999984771 ], [ -120.916112, 48.179647999984738 ], [ -120.911411, 48.176047999984739 ], [ -120.908811, 48.172847999984718 ], [ -120.906211, 48.163847999984704 ], [ -120.915811, 48.159446999984702 ], [ -120.923511, 48.160646999984685 ], [ -120.927712, 48.161846999984697 ], [ -120.930812, 48.16164699998469 ], [ -120.933112, 48.159245999984684 ], [ -120.932512, 48.157145999984678 ], [ -120.932812, 48.156945999984679 ], [ -120.939112, 48.155145999984697 ], [ -120.941712, 48.155545999984696 ], [ -120.947212, 48.155145999984683 ], [ -120.954512, 48.15254599998466 ], [ -120.955012, 48.151844999984675 ], [ -120.955112, 48.149844999984666 ], [ -120.959312, 48.145744999984672 ], [ -120.962412, 48.143844999984665 ], [ -120.964612, 48.141144999984647 ], [ -120.964112, 48.133344999984637 ], [ -120.961612, 48.130944999984628 ], [ -120.958112, 48.129244999984621 ], [ -120.956112, 48.126344999984617 ], [ -120.956377, 48.124580999984609 ], [ -120.956712, 48.123644999984627 ], [ -120.955611, 48.121144999984601 ], [ -120.951411, 48.116544999984598 ], [ -120.948511, 48.115544999984579 ], [ -120.945973, 48.11533499998459 ], [ -120.946411, 48.11344499998458 ], [ -120.947611, 48.112143999984582 ], [ -120.950611, 48.11164399998458 ], [ -120.952911, 48.110543999984564 ], [ -120.954211, 48.108943999984575 ], [ -120.956611, 48.10814399998457 ], [ -120.961976, 48.109347999984564 ], [ -120.962911, 48.109743999984573 ], [ -120.971012, 48.109243999984564 ], [ -120.971812, 48.108343999984569 ], [ -120.970812, 48.106743999984566 ], [ -120.971811, 48.103542999984555 ], [ -120.974911, 48.101942999984551 ], [ -120.979712, 48.097042999984531 ], [ -120.980011, 48.095442999984556 ], [ -120.980911, 48.094442999984523 ], [ -120.984212, 48.093242999984547 ], [ -120.985812, 48.093742999984528 ], [ -120.998412, 48.088541999984521 ], [ -121.004012, 48.081241999984513 ], [ -121.015012, 48.07524099998448 ], [ -121.022612, 48.078240999984494 ], [ -121.031412, 48.078239999984497 ], [ -121.035612, 48.07653999998449 ], [ -121.036412, 48.075339999984479 ], [ -121.040012, 48.073139999984491 ], [ -121.047812, 48.070438999984475 ], [ -121.052112, 48.070238999984468 ], [ -121.062436, 48.070213999984475 ], [ -121.071913, 48.067337999984481 ], [ -121.080613, 48.061837999984455 ], [ -121.082313, 48.061837999984455 ], [ -121.089213, 48.064837999984469 ], [ -121.094513, 48.064636999984458 ], [ -121.099513, 48.063136999984451 ], [ -121.100513, 48.062636999984456 ], [ -121.101713, 48.060436999984447 ], [ -121.103813, 48.058136999984448 ], [ -121.107913, 48.056736999984437 ], [ -121.114413, 48.057735999984423 ], [ -121.116913, 48.057135999984446 ], [ -121.120013, 48.051635999984434 ], [ -121.122913, 48.04993599998442 ], [ -121.128626, 48.047924999984424 ], [ -121.1315, 48.0439859999844 ], [ -121.138507, 48.043896999984412 ], [ -121.153476, 48.040702999984397 ], [ -121.153248, 48.038596999984399 ], [ -121.149034, 48.033894999984383 ], [ -121.149001, 48.030340999984375 ], [ -121.141174, 48.025489999984373 ], [ -121.130671, 48.020374999984362 ], [ -121.129399, 48.018425999984338 ], [ -121.128654, 48.015235999984341 ], [ -121.125737, 48.010430999984337 ], [ -121.123536, 48.008394999984318 ], [ -121.118123, 48.006470999984337 ], [ -121.117212, 47.999834999984301 ], [ -121.118112, 47.997634999984299 ], [ -121.119612, 47.996734999984298 ], [ -121.121213, 47.996534999984291 ], [ -121.124313, 47.994334999984282 ], [ -121.130413, 47.987033999984284 ], [ -121.139988, 47.983333999984261 ], [ -121.147013, 47.981433999984247 ], [ -121.148382, 47.978525999984257 ], [ -121.148715, 47.977729999984248 ], [ -121.148613, 47.970132999984237 ], [ -121.155413, 47.96183299998421 ], [ -121.158813, 47.959232999984202 ], [ -121.163213, 47.957932999984195 ], [ -121.164613, 47.956232999984181 ], [ -121.164713, 47.953632999984173 ], [ -121.163313, 47.951832999984198 ], [ -121.161413, 47.947632999984172 ], [ -121.161913, 47.944732999984147 ], [ -121.166313, 47.938132999984155 ], [ -121.170213, 47.937032999984147 ], [ -121.170913, 47.936432999984135 ], [ -121.172713, 47.933731999984133 ], [ -121.172813, 47.931531999984131 ], [ -121.170813, 47.924931999984118 ], [ -121.178913, 47.919531999984109 ], [ -121.179513, 47.918831999984107 ], [ -121.179413, 47.917531999984107 ], [ -121.173013, 47.914931999984098 ], [ -121.171913, 47.91403199998409 ], [ -121.171213, 47.912631999984086 ], [ -121.172813, 47.908731999984063 ], [ -121.175613, 47.906631999984079 ], [ -121.180113, 47.899231999984046 ], [ -121.178113, 47.895831999984054 ], [ -121.176813, 47.895031999984042 ], [ -121.175113, 47.885731999984017 ], [ -121.166012, 47.879231999984 ], [ -121.163112, 47.879231999984 ], [ -121.160112, 47.880731999984008 ], [ -121.157812, 47.878832999983999 ], [ -121.157912, 47.876632999983983 ], [ -121.157512, 47.875732999983981 ], [ -121.155007, 47.871828999983975 ], [ -121.152512, 47.86993299998398 ], [ -121.151712, 47.867932999983992 ], [ -121.151649, 47.866205999983976 ], [ -121.150012, 47.861832999983967 ], [ -121.147612, 47.859432999983945 ], [ -121.147012, 47.856932999983947 ], [ -121.150712, 47.854532999983945 ], [ -121.152612, 47.852131999983925 ], [ -121.153712, 47.845831999983929 ], [ -121.149212, 47.843831999983912 ], [ -121.138612, 47.842932999983915 ], [ -121.133212, 47.8403329999839 ], [ -121.126611, 47.839232999983913 ], [ -121.123211, 47.838132999983884 ], [ -121.121311, 47.837032999983897 ], [ -121.121211, 47.833132999983881 ], [ -121.120511, 47.831732999983899 ], [ -121.119111, 47.831032999983869 ], [ -121.107411, 47.828832999983881 ], [ -121.091611, 47.83243399998387 ], [ -121.078011, 47.834333999983883 ], [ -121.076611, 47.832033999983885 ], [ -121.075211, 47.831133999983891 ], [ -121.070111, 47.830133999983886 ], [ -121.07071, 47.826033999983856 ], [ -121.075011, 47.82163399998386 ], [ -121.078706, 47.818708999983841 ], [ -121.081711, 47.815533999983842 ], [ -121.082111, 47.812633999983838 ], [ -121.086345, 47.80732599998381 ], [ -121.093611, 47.799732999983775 ], [ -121.099711, 47.796932999983788 ], [ -121.103211, 47.796732999983803 ], [ -121.106411, 47.795032999983782 ], [ -121.109211, 47.792332999983778 ], [ -121.109211, 47.788732999983765 ], [ -121.111511, 47.787632999983771 ], [ -121.115711, 47.787232999983772 ], [ -121.120411, 47.784132999983754 ], [ -121.120511, 47.782432999983754 ], [ -121.11901, 47.779932999983757 ], [ -121.119711, 47.776232999983741 ], [ -121.113511, 47.770132999983723 ], [ -121.110611, 47.767932999983728 ], [ -121.107811, 47.766632999983713 ], [ -121.109711, 47.76333299998371 ], [ -121.110311, 47.758132999983701 ], [ -121.108511, 47.757232999983692 ], [ -121.104211, 47.756932999983682 ], [ -121.10011, 47.757932999983694 ], [ -121.09821, 47.759332999983698 ], [ -121.09401, 47.758332999983693 ], [ -121.09281, 47.756032999983681 ], [ -121.09261, 47.75323299998368 ], [ -121.090099, 47.747721999983668 ], [ -121.08981, 47.746932999983677 ], [ -121.089283, 47.745816999983674 ], [ -121.08701, 47.744632999983651 ], [ -121.08191, 47.743032999983647 ], [ -121.081204, 47.742220999983665 ], [ -121.079599, 47.739949999983651 ], [ -121.07891, 47.739232999983649 ], [ -121.08131, 47.73493299998362 ], [ -121.08521, 47.731232999983632 ], [ -121.08591, 47.729232999983616 ], [ -121.08591, 47.727532999983609 ], [ -121.083909, 47.723332999983604 ], [ -121.081909, 47.721732999983601 ], [ -121.076909, 47.719633999983586 ], [ -121.071909, 47.718833999983609 ], [ -121.069609, 47.717633999983583 ], [ -121.066109, 47.714133999983574 ], [ -121.065709, 47.713233999983579 ], [ -121.066209, 47.707433999983571 ], [ -121.067109, 47.70623399998356 ], [ -121.068809, 47.706133999983571 ], [ -121.078209, 47.702833999983547 ], [ -121.090009, 47.703033999983553 ], [ -121.091109, 47.702133999983559 ], [ -121.091609, 47.700833999983544 ], [ -121.090609, 47.699733999983543 ], [ -121.090809, 47.699033999983541 ], [ -121.094609, 47.695033999983522 ], [ -121.105609, 47.688833999983508 ], [ -121.109109, 47.6889329999835 ], [ -121.121009, 47.685132999983509 ], [ -121.127509, 47.676832999983496 ], [ -121.128609, 47.672232999983471 ], [ -121.127009, 47.67103299998346 ], [ -121.123008, 47.663833999983439 ], [ -121.124908, 47.658833999983436 ], [ -121.126208, 47.65673399998343 ], [ -121.128308, 47.655833999983436 ], [ -121.130908, 47.653133999983432 ], [ -121.133408, 47.645633999983389 ], [ -121.132308, 47.644933999983387 ], [ -121.126208, 47.638133999983381 ], [ -121.126408, 47.63423399998338 ], [ -121.127108, 47.632833999983383 ], [ -121.125307, 47.628133999983355 ], [ -121.124607, 47.627333999983364 ], [ -121.119007, 47.62713399998335 ], [ -121.113907, 47.621634999983357 ], [ -121.113207, 47.618934999983324 ], [ -121.113607, 47.618234999983336 ], [ -121.114907, 47.617334999983321 ], [ -121.119807, 47.615734999983324 ], [ -121.120407, 47.61283499998332 ], [ -121.120107, 47.61123499998331 ], [ -121.115807, 47.604234999983298 ], [ -121.113007, 47.603334999983325 ], [ -121.111606, 47.601834999983296 ], [ -121.111206, 47.599434999983288 ], [ -121.113606, 47.597134999983282 ], [ -121.114244, 47.597134999983282 ], [ -121.114706, 47.597134999983282 ], [ -121.115806, 47.597734999983288 ], [ -121.118006, 47.596634999983266 ], [ -121.119206, 47.591834999983263 ], [ -121.120106, 47.591234999983264 ], [ -121.129407, 47.593134999983256 ], [ -121.134007, 47.595234999983283 ], [ -121.137307, 47.595534999983265 ], [ -121.138307, 47.595534999983279 ], [ -121.140807, 47.593934999983269 ], [ -121.141107, 47.592634999983275 ], [ -121.141907, 47.592034999983277 ], [ -121.143807, 47.592234999983262 ], [ -121.149307, 47.594034999983265 ], [ -121.155107, 47.594033999983282 ], [ -121.166207, 47.591933999983269 ], [ -121.170807, 47.589933999983259 ], [ -121.172707, 47.583033999983229 ], [ -121.172007, 47.580833999983227 ], [ -121.169607, 47.57863499998323 ], [ -121.171907, 47.574134999983222 ], [ -121.175538, 47.570949999983206 ], [ -121.176407, 47.566734999983204 ], [ -121.180407, 47.564834999983198 ], [ -121.189307, 47.5680339999832 ], [ -121.194707, 47.566033999983212 ], [ -121.207907, 47.565833999983198 ], [ -121.210107, 47.567133999983199 ], [ -121.216407, 47.569533999983214 ], [ -121.228107, 47.565833999983198 ], [ -121.232107, 47.562233999983185 ], [ -121.232907, 47.560633999983189 ], [ -121.234207, 47.554933999983191 ], [ -121.234207, 47.549333999983162 ], [ -121.234907, 47.54483399998314 ], [ -121.236607, 47.544033999983149 ], [ -121.240307, 47.543833999983129 ], [ -121.243207, 47.542933999983148 ], [ -121.243207, 47.54033399998314 ], [ -121.241807, 47.538333999983124 ], [ -121.242507, 47.535933999983108 ], [ -121.248907, 47.533733999983113 ], [ -121.252807, 47.533333999983114 ], [ -121.257007, 47.529933999983115 ], [ -121.256807, 47.529133999983102 ], [ -121.260806, 47.524534999983082 ], [ -121.262106, 47.523634999983088 ], [ -121.276906, 47.523033999983078 ], [ -121.279406, 47.522133999983083 ], [ -121.283206, 47.519034999983084 ], [ -121.284306, 47.515634999983064 ], [ -121.283406, 47.514934999983069 ], [ -121.285678, 47.513534999983058 ], [ -121.287506, 47.513134999983052 ], [ -121.289106, 47.510834999983047 ], [ -121.288406, 47.509134999983047 ], [ -121.292306, 47.503034999983043 ], [ -121.293706, 47.501434999983026 ], [ -121.296706, 47.499934999983019 ], [ -121.300499, 47.49321099998302 ], [ -121.300857, 47.489943999982998 ], [ -121.302214, 47.486396999982986 ], [ -121.305549, 47.484466999982963 ], [ -121.312465, 47.478324999982966 ], [ -121.313393, 47.478141999982959 ], [ -121.316097, 47.479373999982975 ], [ -121.322466, 47.478906999982968 ], [ -121.328012, 47.476295999982952 ], [ -121.331217, 47.473600999982935 ], [ -121.336557, 47.475243999982958 ], [ -121.337778, 47.476112999982952 ], [ -121.340502, 47.475127999982945 ], [ -121.341027, 47.474445999982954 ], [ -121.341487, 47.471756999982951 ], [ -121.347852, 47.465379999982936 ], [ -121.35112, 47.464892999982936 ], [ -121.359445, 47.465082999982933 ], [ -121.363438, 47.464323999982923 ], [ -121.369411, 47.460794999982923 ], [ -121.374923, 47.456125999982909 ], [ -121.378893, 47.452086999982889 ], [ -121.378936, 47.451213999982905 ], [ -121.380694, 47.44813799998289 ], [ -121.385683, 47.444921999982888 ], [ -121.381953, 47.438374999982869 ], [ -121.384445, 47.434933999982853 ], [ -121.38613, 47.43356299998284 ], [ -121.39181, 47.433591999982859 ], [ -121.400839, 47.431814999982841 ], [ -121.405034, 47.43029999998285 ], [ -121.407888, 47.42851699998284 ], [ -121.411149, 47.424153999982849 ], [ -121.411461, 47.422107999982813 ], [ -121.412336, 47.421598999982812 ], [ -121.422308, 47.42265799998281 ], [ -121.426249, 47.421878999982802 ], [ -121.427732, 47.420553999982822 ], [ -121.428695, 47.416185999982801 ], [ -121.428427, 47.415768999982802 ], [ -121.425479, 47.416038999982803 ], [ -121.424834, 47.415652999982825 ], [ -121.423222, 47.413909999982792 ], [ -121.422324, 47.409430999982796 ], [ -121.423107, 47.405622999982775 ], [ -121.427408, 47.402114999982764 ], [ -121.428529, 47.401869999982772 ], [ -121.430421, 47.397600999982757 ], [ -121.426906, 47.395034999982734 ], [ -121.426012, 47.393422999982739 ], [ -121.426149, 47.392625999982748 ], [ -121.426309, 47.389892999982713 ], [ -121.430077, 47.386622999982734 ], [ -121.436933, 47.386188999982728 ], [ -121.44021, 47.38560699998272 ], [ -121.440803, 47.385040999982714 ], [ -121.441389, 47.383728999982729 ], [ -121.44139, 47.380286999982701 ], [ -121.439439, 47.374833999982691 ], [ -121.44211, 47.373095999982688 ], [ -121.443376, 47.3740369999827 ], [ -121.444657, 47.37413499998268 ], [ -121.454078, 47.372235999982692 ], [ -121.458388, 47.373696999982684 ], [ -121.459911, 47.373578999982691 ], [ -121.465345, 47.369391999982668 ], [ -121.466178, 47.368016999982679 ], [ -121.464215, 47.36356099998266 ], [ -121.461797, 47.361976999982666 ], [ -121.461799, 47.359879999982638 ], [ -121.464356, 47.355761999982661 ], [ -121.463812, 47.353636999982633 ], [ -121.444025, 47.343766999982613 ], [ -121.438274, 47.340270999982614 ], [ -121.43576, 47.33764099998259 ], [ -121.431018, 47.334697999982588 ], [ -121.430768, 47.334124999982592 ], [ -121.432602, 47.327554999982567 ], [ -121.434385, 47.323259999982547 ], [ -121.440683, 47.316069999982531 ], [ -121.444706, 47.312218999982512 ], [ -121.445502, 47.309589999982521 ], [ -121.444991, 47.308316999982523 ], [ -121.441954, 47.307009999982526 ], [ -121.436993, 47.307061999982515 ], [ -121.433555, 47.304963999982505 ], [ -121.432333, 47.297949999982499 ], [ -121.432651, 47.29359099998247 ], [ -121.426909, 47.288542999982461 ], [ -121.420168, 47.286837999982467 ], [ -121.41806, 47.291696999982463 ], [ -121.415726, 47.293414999982474 ], [ -121.414806, 47.293126999982469 ], [ -121.411941, 47.290324999982474 ], [ -121.409791, 47.289232999982467 ], [ -121.392749, 47.28775099998245 ], [ -121.390388, 47.286527999982461 ], [ -121.388202, 47.286092999982458 ], [ -121.372859, 47.285227999982453 ], [ -121.370448, 47.287572999982459 ], [ -121.370543, 47.288150999982463 ], [ -121.367146, 47.290507999982474 ], [ -121.361973, 47.291674999982469 ], [ -121.360796, 47.291246999982469 ], [ -121.360168, 47.290134999982463 ], [ -121.359821, 47.288647999982466 ], [ -121.360339, 47.286637999982474 ], [ -121.359691, 47.285333999982448 ], [ -121.349381, 47.282759999982446 ], [ -121.345535, 47.282916999982447 ], [ -121.341737, 47.28195899998245 ], [ -121.340707, 47.28082599998244 ], [ -121.340892, 47.277811999982447 ], [ -121.339553, 47.276927999982433 ], [ -121.338388, 47.273827999982416 ], [ -121.338762, 47.271726999982413 ], [ -121.337379, 47.269924999982415 ], [ -121.337794, 47.268971999982405 ], [ -121.338076, 47.268415999982395 ], [ -121.334793, 47.260867999982395 ], [ -121.331572, 47.258567999982375 ], [ -121.332254, 47.255621999982381 ], [ -121.339057, 47.246766999982356 ], [ -121.345092, 47.246328999982346 ], [ -121.348749, 47.244462999982339 ], [ -121.351523, 47.241972999982345 ], [ -121.359055, 47.24018199998234 ], [ -121.359452, 47.23949499998232 ], [ -121.358426, 47.238561999982331 ], [ -121.358301, 47.236890999982322 ], [ -121.361363, 47.230633999982309 ], [ -121.365137, 47.226443999982294 ], [ -121.364955, 47.225099999982298 ], [ -121.36429, 47.223527999982295 ], [ -121.346294, 47.218477999982277 ], [ -121.339751, 47.217629999982279 ], [ -121.337287, 47.217777999982275 ], [ -121.33439, 47.218692999982288 ], [ -121.331006, 47.217762999982256 ], [ -121.316474, 47.211607999982249 ], [ -121.309278, 47.204354999982222 ], [ -121.308569, 47.202854999982229 ], [ -121.308672, 47.202049999982222 ], [ -121.311351, 47.199768999982233 ], [ -121.311525, 47.199138999982225 ], [ -121.307568, 47.195156999982217 ], [ -121.306279, 47.192106999982194 ], [ -121.305994, 47.187659999982181 ], [ -121.308005, 47.185716999982176 ], [ -121.310273, 47.184929999982181 ], [ -121.310161, 47.181447999982176 ], [ -121.31348, 47.177691 ], [ -121.317237, 47.175221 ], [ -121.31804, 47.173538 ], [ -121.317129, 47.171394 ], [ -121.311623, 47.163011 ], [ -121.306976, 47.162159 ], [ -121.301383, 47.155152 ], [ -121.300506, 47.152268 ], [ -121.299317, 47.150953 ], [ -121.298041, 47.14823 ], [ -121.298484, 47.147456 ], [ -121.300287, 47.146611 ], [ -121.30257, 47.140555 ], [ -121.303265, 47.139482 ], [ -121.306435, 47.137429 ], [ -121.314969, 47.134489 ], [ -121.317594, 47.134348 ], [ -121.321656, 47.135799 ], [ -121.326198, 47.134097 ], [ -121.334517, 47.133345 ], [ -121.340388, 47.135932 ], [ -121.343436, 47.136122 ], [ -121.34746, 47.137896 ], [ -121.351714, 47.138809 ], [ -121.353336, 47.140493 ], [ -121.35465, 47.14094 ], [ -121.357791, 47.140692 ], [ -121.364677, 47.141759 ], [ -121.369426, 47.139472 ], [ -121.376202, 47.137838 ], [ -121.382103, 47.137274 ], [ -121.384219, 47.135417 ], [ -121.388872, 47.133763 ], [ -121.393854, 47.133044 ], [ -121.394325, 47.132629 ], [ -121.394433, 47.131042 ], [ -121.394856, 47.128882 ], [ -121.397855, 47.127692 ], [ -121.399916, 47.126239 ], [ -121.400383, 47.124834 ], [ -121.399981, 47.123762 ], [ -121.400863, 47.122868 ], [ -121.405821, 47.120956 ], [ -121.407645, 47.119119 ], [ -121.406698, 47.115707 ], [ -121.404992, 47.109676 ], [ -121.403005, 47.106303 ], [ -121.398797, 47.104887 ], [ -121.399814, 47.101567 ], [ -121.403375, 47.099322 ], [ -121.403028, 47.098303 ], [ -121.402862, 47.097815 ], [ -121.399839, 47.096222 ], [ -121.395901, 47.094806 ], [ -121.393328, 47.09216 ], [ -121.391299, 47.09189 ], [ -121.383313, 47.095097 ], [ -121.381095, 47.091365 ], [ -121.379773, 47.090289 ], [ -121.376934, 47.090187 ], [ -121.377152, 47.088129 ], [ -121.379671, 47.086765 ], [ -121.382509, 47.085229 ], [ -121.383474, 47.084039 ], [ -121.38357, 47.08301 ], [ -121.379334, 47.075546 ], [ -121.375225, 47.073132 ], [ -121.37556, 47.067597 ], [ -121.377075, 47.066158 ], [ -121.377518, 47.062743 ], [ -121.377019, 47.061116 ], [ -121.373938, 47.058022 ], [ -121.373496, 47.056873 ], [ -121.376201, 47.054872 ], [ -121.378845, 47.054173 ], [ -121.383182, 47.049893 ], [ -121.386078, 47.049484 ], [ -121.386908, 47.045989 ], [ -121.389458, 47.043545 ], [ -121.39379, 47.040797 ], [ -121.393617, 47.039824 ], [ -121.39569, 47.037797 ], [ -121.397131, 47.035871 ], [ -121.398513, 47.031394 ], [ -121.396564, 47.028332 ], [ -121.394632, 47.023372 ], [ -121.39639, 47.018512 ], [ -121.403285, 47.015433 ], [ -121.405926, 47.013244 ], [ -121.408851, 47.004633 ], [ -121.407047, 46.999834 ], [ -121.407201, 46.998334 ], [ -121.410401, 46.996034 ], [ -121.416501, 46.993534 ], [ -121.419701, 46.991334 ], [ -121.420501, 46.988834 ], [ -121.427301, 46.987634 ], [ -121.445401, 46.980033 ], [ -121.445901, 46.979333 ], [ -121.445901, 46.978133 ], [ -121.443701, 46.974533 ], [ -121.441601, 46.974233 ], [ -121.441901, 46.973033 ], [ -121.447401, 46.970233 ], [ -121.456601, 46.964533 ], [ -121.457601, 46.961933 ], [ -121.457901, 46.960233 ], [ -121.453401, 46.954233 ], [ -121.450901, 46.949333 ], [ -121.4522, 46.944733 ], [ -121.452, 46.942033 ], [ -121.4514, 46.940333 ], [ -121.4502, 46.939033 ], [ -121.4493, 46.934433 ], [ -121.4527, 46.930133 ], [ -121.4565, 46.922733 ], [ -121.4661, 46.919433 ], [ -121.475, 46.913833 ], [ -121.481, 46.912933 ], [ -121.4846, 46.913333 ], [ -121.4881, 46.911933 ], [ -121.4909, 46.909333 ], [ -121.494188, 46.909053 ], [ -121.496601, 46.908833 ], [ -121.4999, 46.903833 ], [ -121.500908, 46.903471 ], [ -121.5027, 46.900933 ], [ -121.504701, 46.900033 ], [ -121.506101, 46.900133 ], [ -121.513401, 46.892633 ], [ -121.513601, 46.891833 ], [ -121.512101, 46.889333 ], [ -121.514901, 46.883933 ], [ -121.519101, 46.881233 ], [ -121.520974, 46.874833 ], [ -121.522707, 46.87403 ], [ -121.523271, 46.87328 ], [ -121.522703, 46.872581 ], [ -121.515397, 46.871675 ], [ -121.509717, 46.86952 ], [ -121.508087, 46.867342 ], [ -121.504072, 46.864612 ], [ -121.4999, 46.864233 ], [ -121.4954, 46.862933 ], [ -121.4949, 46.861033 ], [ -121.496199, 46.856133 ], [ -121.490299, 46.849333 ], [ -121.491199, 46.848433 ], [ -121.490399, 46.845833 ], [ -121.488699, 46.843233 ], [ -121.483199, 46.839834 ], [ -121.482599, 46.838634 ], [ -121.483999, 46.836734 ], [ -121.479799, 46.833834 ], [ -121.477699, 46.834734 ], [ -121.476499, 46.834034 ], [ -121.471599, 46.829234 ], [ -121.470499, 46.825834 ], [ -121.471898, 46.821634 ], [ -121.470898, 46.818034 ], [ -121.466398, 46.815434 ], [ -121.458698, 46.809434 ], [ -121.457098, 46.804434 ], [ -121.453798, 46.801334 ], [ -121.450998, 46.800134 ], [ -121.450498, 46.797734 ], [ -121.443698, 46.794534 ], [ -121.442898, 46.793134 ], [ -121.443497, 46.792434 ], [ -121.445398, 46.791934 ], [ -121.448398, 46.792434 ], [ -121.453798, 46.788734 ], [ -121.455498, 46.786334 ], [ -121.455397, 46.783733 ], [ -121.455497, 46.780734 ], [ -121.455097, 46.779934 ], [ -121.444997, 46.768334 ], [ -121.438897, 46.762834 ], [ -121.433097, 46.759534 ], [ -121.425097, 46.757834 ], [ -121.423596, 46.753235 ], [ -121.42692, 46.748016 ], [ -121.429277, 46.746782 ], [ -121.42984, 46.74574 ], [ -121.431061, 46.74293 ], [ -121.430954, 46.741516 ], [ -121.429596, 46.739477 ], [ -121.41841, 46.736605 ], [ -121.412057, 46.735577 ], [ -121.410071, 46.733013 ], [ -121.409366, 46.72907 ], [ -121.406449, 46.727268 ], [ -121.398853, 46.726916 ], [ -121.38655, 46.727691 ], [ -121.379837, 46.727617 ], [ -121.368122, 46.726067 ], [ -121.362745, 46.722842 ], [ -121.358374, 46.718012 ], [ -121.356796, 46.716761 ], [ -121.355012, 46.716111 ], [ -121.35232, 46.712366 ], [ -121.35481, 46.711744 ], [ -121.357321, 46.712499 ], [ -121.359469, 46.71201 ], [ -121.368282, 46.708675 ], [ -121.379499, 46.702481 ], [ -121.380057, 46.699477 ], [ -121.379377, 46.697674 ], [ -121.378363, 46.696343 ], [ -121.374939, 46.694244 ], [ -121.37372, 46.692087 ], [ -121.373553, 46.690709 ], [ -121.375029, 46.687361 ], [ -121.376195, 46.685856 ], [ -121.382795, 46.685836 ], [ -121.396695, 46.687236 ], [ -121.400895, 46.686136 ], [ -121.408295, 46.682436 ], [ -121.413595, 46.675336 ], [ -121.412195, 46.666736 ], [ -121.412595, 46.665036 ], [ -121.415995, 46.660436 ], [ -121.417195, 46.655736 ], [ -121.416095, 46.651736 ], [ -121.414995, 46.649936 ], [ -121.412095, 46.648036 ], [ -121.395295, 46.646036 ], [ -121.394695, 46.645736 ], [ -121.398695, 46.641236 ], [ -121.398494, 46.640636 ], [ -121.39015, 46.638676 ], [ -121.387094, 46.636636 ], [ -121.386494, 46.635436 ], [ -121.387494, 46.631936 ], [ -121.388994, 46.629736 ], [ -121.389594, 46.627036 ], [ -121.386894, 46.621537 ], [ -121.387694, 46.617837 ], [ -121.388594, 46.616637 ], [ -121.395494, 46.614237 ], [ -121.399194, 46.611737 ], [ -121.407794, 46.602237 ], [ -121.408094, 46.601637 ], [ -121.407794, 46.600937 ], [ -121.404394, 46.597637 ], [ -121.401694, 46.593237 ], [ -121.403194, 46.587237 ], [ -121.406694, 46.581437 ], [ -121.415594, 46.576237 ], [ -121.418494, 46.576337 ], [ -121.419594, 46.575737 ], [ -121.424294, 46.570237 ], [ -121.421194, 46.564637 ], [ -121.417194, 46.562137 ], [ -121.412894, 46.558537 ], [ -121.414994, 46.556637 ], [ -121.419145, 46.554305 ], [ -121.420294, 46.551937 ], [ -121.420194, 46.551237 ], [ -121.417594, 46.549637 ], [ -121.416393, 46.547537 ], [ -121.416693, 46.546837 ], [ -121.425194, 46.540937 ], [ -121.427094, 46.540037 ], [ -121.431394, 46.539437 ], [ -121.436194, 46.538037 ], [ -121.441194, 46.535637 ], [ -121.444894, 46.535737 ], [ -121.450894, 46.533937 ], [ -121.451194, 46.533537 ], [ -121.450194, 46.530437 ], [ -121.454594, 46.521737 ], [ -121.455794, 46.514737 ], [ -121.451794, 46.506438 ], [ -121.448693, 46.502638 ], [ -121.443193, 46.500438 ], [ -121.435324, 46.498868 ], [ -121.430002, 46.498385 ], [ -121.425095, 46.493744 ], [ -121.423242, 46.492743 ], [ -121.423393, 46.491423 ], [ -121.428512, 46.489563 ], [ -121.435076, 46.482221 ], [ -121.43657, 46.478213 ], [ -121.435856, 46.475907 ], [ -121.433561, 46.473527 ], [ -121.429745, 46.470985 ], [ -121.426148, 46.466843 ], [ -121.425371, 46.464085 ], [ -121.411978, 46.459529 ], [ -121.413768, 46.456079 ], [ -121.414816, 46.455079 ], [ -121.414644, 46.451424 ], [ -121.40805, 46.438778 ], [ -121.408216, 46.433314 ], [ -121.407298, 46.429903 ], [ -121.402034, 46.424768 ], [ -121.396778, 46.422538 ], [ -121.38707, 46.411329 ], [ -121.386647, 46.409942 ], [ -121.387352, 46.40853 ], [ -121.390893, 46.405292 ], [ -121.389936, 46.401439 ], [ -121.393928, 46.389792 ], [ -121.396467, 46.388392 ], [ -121.445709, 46.38802 ], [ -121.458552, 46.388477 ], [ -121.486476, 46.388114 ], [ -121.523642, 46.388232 ], [ -121.523938, 46.044048 ], [ -121.569434, 46.043599 ], [ -121.612502, 46.043841 ], [ -121.922152013699645, 45.782044957042572 ], [ -122.249164202300946, 45.781971467879615 ], [ -122.770588492173061, 45.781840014497917 ], [ -122.794395, 45.810165 ], [ -122.794754, 45.825188 ], [ -122.784477, 45.844379 ], [ -122.784302, 45.8507 ], [ -122.783813, 45.867863 ], [ -122.796883, 45.884494999999895 ], [ -122.804971062541284, 45.898889877239107 ] ] ], [ [ [ -122.950555, 48.453562999985408 ], [ -122.962009, 48.45116099998539 ], [ -123.001288, 48.455662999985407 ], [ -123.026268, 48.458525999985405 ], [ -123.029014, 48.458840999985412 ], [ -123.033179, 48.459317999985409 ], [ -123.038889, 48.459971999985413 ], [ -123.039156, 48.460002999985406 ], [ -123.058154, 48.471521999985455 ], [ -123.067675, 48.47949699998545 ], [ -123.070563, 48.480226999985454 ], [ -123.070833, 48.480294999985468 ], [ -123.07603, 48.481607999985464 ], [ -123.099949, 48.487649999985472 ], [ -123.119451, 48.49257599998549 ], [ -123.129288, 48.498253999985501 ], [ -123.134915, 48.501502999985512 ], [ -123.141478, 48.505290999985526 ], [ -123.144823, 48.508313999985525 ], [ -123.148641, 48.511763999985519 ], [ -123.150537, 48.513477999985533 ], [ -123.151065, 48.513954999985543 ], [ -123.152147, 48.515341999985537 ], [ -123.152738, 48.516097999985554 ], [ -123.163234, 48.529543999985577 ], [ -123.164057, 48.535621999985594 ], [ -123.161853, 48.539254999985609 ], [ -123.161751, 48.541482999985597 ], [ -123.16147, 48.547617999985611 ], [ -123.167656, 48.552631999985628 ], [ -123.172412, 48.556485999985632 ], [ -123.176266, 48.562130999985648 ], [ -123.176244, 48.562472999985644 ], [ -123.175852, 48.568482999985662 ], [ -123.171958, 48.572254999985674 ], [ -123.173061, 48.579085999985686 ], [ -123.184941, 48.586969999985733 ], [ -123.195468, 48.586350999985711 ], [ -123.196697, 48.586277999985711 ], [ -123.197754, 48.586215999985718 ], [ -123.198045, 48.586451999985712 ], [ -123.20268, 48.590213999985728 ], [ -123.203026, 48.596177999985727 ], [ -123.195725, 48.607054999985749 ], [ -123.179996, 48.620746999985798 ], [ -123.178425, 48.622114999985797 ], [ -123.151643, 48.623685999985788 ], [ -123.139705, 48.622785999985787 ], [ -123.135645, 48.620170999985795 ], [ -123.131377, 48.62051499998578 ], [ -123.107362, 48.622450999985787 ], [ -123.101648, 48.616276999985772 ], [ -123.098626, 48.613010999985775 ], [ -123.098462, 48.612833999985774 ], [ -123.098254, 48.610091999985777 ], [ -123.102074, 48.604034999985757 ], [ -123.101552, 48.597819999985738 ], [ -123.100979, 48.597691999985742 ], [ -123.087992, 48.594797999985701 ], [ -123.07938, 48.592878999985729 ], [ -123.079369, 48.592875999985715 ], [ -123.079335, 48.592868999985733 ], [ -123.078354, 48.59264999998571 ], [ -123.078029, 48.592577999985721 ], [ -123.077162, 48.592383999985728 ], [ -123.074727, 48.591841999985711 ], [ -123.074611, 48.591815999985734 ], [ -123.06004, 48.582104999985681 ], [ -123.056819, 48.578536999985687 ], [ -123.055637, 48.577228999985707 ], [ -123.049834, 48.570800999985671 ], [ -123.048403, 48.569215999985651 ], [ -123.037067, 48.564747999985656 ], [ -123.033669, 48.563408999985647 ], [ -123.025587, 48.562285999985647 ], [ -123.015046, 48.560820999985644 ], [ -123.014957, 48.560823999985658 ], [ -123.005887, 48.561174999985646 ], [ -122.994983, 48.561597999985644 ], [ -122.987296, 48.561894999985647 ], [ -122.98611, 48.569983999985674 ], [ -122.989649, 48.574667999985692 ], [ -122.995026, 48.578161999985682 ], [ -123.001292, 48.579844999985689 ], [ -123.003071, 48.580323999985694 ], [ -123.0048, 48.580787999985695 ], [ -123.016647, 48.580243999985697 ], [ -123.023206, 48.584574999985705 ], [ -123.028982, 48.58838799998572 ], [ -123.033093, 48.591101999985689 ], [ -123.034101, 48.591766999985708 ], [ -123.024902, 48.594483999985734 ], [ -123.023433, 48.59947699998574 ], [ -123.041189, 48.611946999985761 ], [ -123.046453, 48.611496999985761 ], [ -123.04653, 48.611489999985764 ], [ -123.048652, 48.621001999985786 ], [ -123.040078, 48.6254319999858 ], [ -123.023495, 48.634000999985815 ], [ -123.015592, 48.642566999985839 ], [ -123.014829, 48.647502999985853 ], [ -123.009978, 48.65498199998585 ], [ -123.009924, 48.655063999985863 ], [ -123.001295, 48.660059999985883 ], [ -122.99989, 48.660873999985881 ], [ -122.988884, 48.667245999985894 ], [ -122.984853, 48.672685999985916 ], [ -122.970596, 48.68094899998593 ], [ -122.949116, 48.69339799998594 ], [ -122.941316, 48.702903999985963 ], [ -122.942367, 48.706722999985978 ], [ -122.92711, 48.711013999985994 ], [ -122.918838, 48.713339999986005 ], [ -122.918252, 48.713504999986007 ], [ -122.908658, 48.714123999986001 ], [ -122.907455, 48.714200999986012 ], [ -122.906299, 48.714275999986015 ], [ -122.894599, 48.715029999986001 ], [ -122.883606, 48.713315999986008 ], [ -122.879725, 48.712710999985994 ], [ -122.875938, 48.712119999985987 ], [ -122.836802, 48.699370999985973 ], [ -122.834291, 48.698552999985957 ], [ -122.833124, 48.698172999985964 ], [ -122.831411, 48.697304999985974 ], [ -122.825684, 48.694403999985973 ], [ -122.808804, 48.68585299998594 ], [ -122.805788, 48.68432499998594 ], [ -122.802545, 48.682681999985938 ], [ -122.800267, 48.679619999985924 ], [ -122.761394, 48.667642999985887 ], [ -122.744792, 48.66252799998589 ], [ -122.743049, 48.661990999985875 ], [ -122.742776, 48.661623999985892 ], [ -122.742082, 48.660688999985879 ], [ -122.755031, 48.649511999985855 ], [ -122.76271, 48.645759999985842 ], [ -122.774165, 48.640162999985833 ], [ -122.783875, 48.635418999985824 ], [ -122.792147, 48.633501999985803 ], [ -122.806317, 48.621770999985799 ], [ -122.807583, 48.620722999985801 ], [ -122.809622, 48.619034999985779 ], [ -122.809583, 48.618844999985789 ], [ -122.808864, 48.615309999985762 ], [ -122.79901, 48.604682999985748 ], [ -122.79877, 48.602351999985771 ], [ -122.800217, 48.60168999998573 ], [ -122.801522, 48.600074999985729 ], [ -122.804869, 48.59593199998573 ], [ -122.804737, 48.595563999985728 ], [ -122.802617, 48.589661999985708 ], [ -122.801096, 48.585424999985705 ], [ -122.796913, 48.582899999985706 ], [ -122.787753, 48.577370999985689 ], [ -122.786586, 48.576665999985693 ], [ -122.771206, 48.562425999985656 ], [ -122.770349, 48.558105999985635 ], [ -122.772384, 48.552142999985641 ], [ -122.782618, 48.545190999985614 ], [ -122.788503, 48.53039299998558 ], [ -122.787597, 48.52460599998556 ], [ -122.787347, 48.523011999985556 ], [ -122.777467, 48.517798999985544 ], [ -122.779073, 48.509182999985526 ], [ -122.779124, 48.508910999985517 ], [ -122.799155, 48.495320999985488 ], [ -122.799759, 48.4949109999855 ], [ -122.800414, 48.494466999985498 ], [ -122.809344, 48.490749999985496 ], [ -122.816332, 48.48784099998548 ], [ -122.816393, 48.487689999985477 ], [ -122.817912, 48.483887999985477 ], [ -122.818114, 48.481107999985454 ], [ -122.818436, 48.476675999985446 ], [ -122.818482, 48.476035999985449 ], [ -122.81973, 48.458842999985414 ], [ -122.8131, 48.452855999985388 ], [ -122.8107, 48.448938999985394 ], [ -122.807708, 48.444057999985354 ], [ -122.806716, 48.441966999985368 ], [ -122.802509, 48.433097999985357 ], [ -122.803005, 48.43096799998537 ], [ -122.803327, 48.429582999985342 ], [ -122.803521, 48.428747999985347 ], [ -122.80651, 48.426537999985335 ], [ -122.812173, 48.422351999985324 ], [ -122.812208, 48.422325999985318 ], [ -122.825308, 48.424064999985326 ], [ -122.825803, 48.424130999985337 ], [ -122.852542, 48.420847999985313 ], [ -122.86336, 48.419518999985321 ], [ -122.866475, 48.419136999985312 ], [ -122.866865, 48.41908899998532 ], [ -122.867939, 48.418956999985319 ], [ -122.867997, 48.418949999985315 ], [ -122.874135, 48.418195999985322 ], [ -122.874528, 48.418219999985311 ], [ -122.883759, 48.418792999985328 ], [ -122.888475, 48.420634999985303 ], [ -122.893646, 48.422654999985312 ], [ -122.889016, 48.435946999985347 ], [ -122.903214, 48.436978999985357 ], [ -122.913888, 48.443230999985367 ], [ -122.917771, 48.439780999985373 ], [ -122.927684, 48.439959999985362 ], [ -122.928004, 48.439965999985375 ], [ -122.927965, 48.440010999985368 ], [ -122.91646, 48.453262999985398 ], [ -122.920099, 48.458427999985418 ], [ -122.926901, 48.460873999985402 ], [ -122.937881, 48.456220999985419 ], [ -122.950555, 48.453562999985408 ] ] ], [ [ [ -122.358143, 47.938730999984145 ], [ -122.358441, 47.93814699998417 ], [ -122.358812, 47.937419999984144 ], [ -122.35917, 47.937221999984153 ], [ -122.361316, 47.936036999984147 ], [ -122.367876, 47.932414999984132 ], [ -122.370511, 47.929853999984111 ], [ -122.376124, 47.924396999984111 ], [ -122.376837, 47.923702999984123 ], [ -122.375966, 47.912623999984085 ], [ -122.37578, 47.910251999984077 ], [ -122.376141, 47.909226999984092 ], [ -122.37717, 47.906309999984074 ], [ -122.3773, 47.905940999984054 ], [ -122.378096, 47.905462999984067 ], [ -122.380497, 47.904022999984065 ], [ -122.39042, 47.905695999984069 ], [ -122.397349, 47.912400999984087 ], [ -122.413698, 47.912194999984081 ], [ -122.419274, 47.912124999984087 ], [ -122.431035, 47.914731999984099 ], [ -122.442494, 47.926989999984123 ], [ -122.445519, 47.930225999984131 ], [ -122.445759, 47.936189999984144 ], [ -122.445376, 47.936990999984154 ], [ -122.443371, 47.941188999984163 ], [ -122.44079, 47.946593999984152 ], [ -122.440771, 47.949879999984184 ], [ -122.440767, 47.950578999984181 ], [ -122.44076, 47.951844999984182 ], [ -122.44105, 47.952397999984193 ], [ -122.446682, 47.963154999984212 ], [ -122.448943, 47.965356999984216 ], [ -122.449176, 47.965582999984221 ], [ -122.451152, 47.967506999984209 ], [ -122.455761, 47.971994999984233 ], [ -122.470371, 47.986219999984279 ], [ -122.471746, 47.987558999984259 ], [ -122.47266, 47.988448999984286 ], [ -122.487505, 47.990728999984285 ], [ -122.487792, 47.990652999984285 ], [ -122.501257, 47.987088999984259 ], [ -122.50242, 47.986578999984268 ], [ -122.514813, 47.981151999984256 ], [ -122.517701, 47.975082999984231 ], [ -122.517711, 47.975060999984215 ], [ -122.51778, 47.974915999984255 ], [ -122.521219, 47.972996999984233 ], [ -122.546824, 47.967214999984229 ], [ -122.552053, 47.97364399998424 ], [ -122.551714, 47.974871999984231 ], [ -122.551234, 47.976613999984252 ], [ -122.551154, 47.976903999984238 ], [ -122.551032, 47.97734599998423 ], [ -122.543063, 47.985982999984259 ], [ -122.541564, 47.992997999984276 ], [ -122.541636, 47.993178999984302 ], [ -122.542924, 47.996403999984281 ], [ -122.544663, 47.997430999984296 ], [ -122.560018, 48.006501999984323 ], [ -122.566221, 48.007608999984335 ], [ -122.566502, 48.007658999984308 ], [ -122.579775, 48.010027999984331 ], [ -122.581396, 48.010316999984333 ], [ -122.58178, 48.010385999984337 ], [ -122.607342, 48.030991999984387 ], [ -122.604627, 48.033008999984396 ], [ -122.596786, 48.038833999984412 ], [ -122.593832, 48.046643999984418 ], [ -122.593621, 48.047199999984414 ], [ -122.593868, 48.048931999984418 ], [ -122.594117, 48.05067499998443 ], [ -122.59485, 48.055816999984437 ], [ -122.594922, 48.056317999984451 ], [ -122.595679, 48.056970999984429 ], [ -122.597415, 48.058466999984446 ], [ -122.610205, 48.069491999984464 ], [ -122.614028, 48.072787999984477 ], [ -122.613217, 48.079484999984487 ], [ -122.607291, 48.088033999984511 ], [ -122.601903, 48.10156699998457 ], [ -122.598301, 48.110615999984574 ], [ -122.599151, 48.116115999984579 ], [ -122.599711, 48.119738999984591 ], [ -122.601328, 48.130198999984614 ], [ -122.602069, 48.134993999984637 ], [ -122.602109, 48.135248999984633 ], [ -122.602172, 48.135387999984637 ], [ -122.608831, 48.150218999984673 ], [ -122.609568, 48.15185999998468 ], [ -122.61024, 48.152471999984677 ], [ -122.6121, 48.154167999984679 ], [ -122.616774, 48.158425999984686 ], [ -122.617464, 48.159054999984683 ], [ -122.61866, 48.159376999984694 ], [ -122.633167, 48.1632809999847 ], [ -122.655019, 48.162546999984706 ], [ -122.65602, 48.162512999984692 ], [ -122.656804, 48.162244999984708 ], [ -122.667505, 48.158586999984685 ], [ -122.668483, 48.158252999984704 ], [ -122.671235, 48.157311999984699 ], [ -122.677234, 48.154632999984685 ], [ -122.677337, 48.15458699998468 ], [ -122.679556, 48.155112999984674 ], [ -122.683392, 48.165714999984701 ], [ -122.68631, 48.173779999984724 ], [ -122.686626, 48.174652999984737 ], [ -122.687072, 48.175125999984743 ], [ -122.692902, 48.181315999984747 ], [ -122.693084, 48.18150899998475 ], [ -122.704308, 48.188857999984769 ], [ -122.710551, 48.192945999984765 ], [ -122.711508, 48.193572999984774 ], [ -122.714165, 48.194294999984763 ], [ -122.715898, 48.194765999984774 ], [ -122.718997, 48.195607999984787 ], [ -122.73503, 48.199963999984774 ], [ -122.738143, 48.203110999984801 ], [ -122.744612, 48.209649999984812 ], [ -122.763042, 48.215341999984823 ], [ -122.770045, 48.224394999984852 ], [ -122.769939, 48.227547999984857 ], [ -122.76814, 48.230913999984857 ], [ -122.767678, 48.231778999984876 ], [ -122.758723, 48.248535999984909 ], [ -122.752563, 48.260060999984951 ], [ -122.75073, 48.261788999984937 ], [ -122.74787, 48.264484999984951 ], [ -122.733592, 48.277944999984989 ], [ -122.732216, 48.27924199998499 ], [ -122.732022, 48.279424999984997 ], [ -122.731883, 48.279790999984989 ], [ -122.730745, 48.282787999984983 ], [ -122.728506, 48.288686999985011 ], [ -122.723043, 48.30307599998504 ], [ -122.72259, 48.304267999985058 ], [ -122.722428, 48.30438299998503 ], [ -122.717332, 48.308001999985059 ], [ -122.716957, 48.308268999985053 ], [ -122.707077, 48.315285999985079 ], [ -122.694063, 48.330661999985104 ], [ -122.691951, 48.3331569999851 ], [ -122.683745, 48.342851999985136 ], [ -122.673731, 48.354682999985165 ], [ -122.667306, 48.369381999985201 ], [ -122.667269, 48.369465999985202 ], [ -122.665002, 48.374652999985237 ], [ -122.664928, 48.374822999985213 ], [ -122.664927, 48.37491399998521 ], [ -122.664927, 48.374940999985213 ], [ -122.664683, 48.399153999985266 ], [ -122.664663, 48.40108599998527 ], [ -122.664659, 48.40150799998527 ], [ -122.66438, 48.401563999985292 ], [ -122.644798, 48.405486999985285 ], [ -122.644543, 48.405454999985288 ], [ -122.634991, 48.404243999985269 ], [ -122.632643, 48.401067999985273 ], [ -122.634024, 48.398857999985267 ], [ -122.637339, 48.398028999985264 ], [ -122.637892, 48.39568099998526 ], [ -122.63582, 48.39512799998527 ], [ -122.627809, 48.397199999985283 ], [ -122.617174, 48.407144999985285 ], [ -122.609715, 48.411564999985323 ], [ -122.60198, 48.409906999985289 ], [ -122.596732, 48.405625999985283 ], [ -122.59535, 48.397199999985268 ], [ -122.585038, 48.395165999985267 ], [ -122.585291, 48.393056999985248 ], [ -122.586058, 48.386647999985236 ], [ -122.586455, 48.383340999985229 ], [ -122.58663, 48.38187399998526 ], [ -122.587389, 48.375545999985206 ], [ -122.588142, 48.369256999985197 ], [ -122.588891, 48.363004999985179 ], [ -122.587383, 48.359082999985176 ], [ -122.585162, 48.353303999985172 ], [ -122.571794, 48.349840999985133 ], [ -122.565525, 48.348216999985134 ], [ -122.563971, 48.347551999985143 ], [ -122.555681, 48.343999999985137 ], [ -122.551334, 48.342137999985134 ], [ -122.52167, 48.323914999985092 ], [ -122.516791, 48.320917999985092 ], [ -122.51674, 48.320886999985099 ], [ -122.516672, 48.320844999985084 ], [ -122.515979, 48.32041899998508 ], [ -122.51498, 48.319317999985088 ], [ -122.506568, 48.310040999985056 ], [ -122.504796, 48.300725999985048 ], [ -122.504729, 48.300372999985051 ], [ -122.50476, 48.300296999985029 ], [ -122.505828, 48.297676999985029 ], [ -122.513, 48.292777999985013 ], [ -122.518754, 48.288846999984997 ], [ -122.519535, 48.288313999985 ], [ -122.522756, 48.285503999984996 ], [ -122.530976, 48.282444999984996 ], [ -122.551793, 48.281511999985 ], [ -122.55601, 48.281865999984987 ], [ -122.558332, 48.282060999984992 ], [ -122.574872, 48.29490299998502 ], [ -122.582832, 48.297566999985023 ], [ -122.584086, 48.297986999985035 ], [ -122.584991, 48.298005999985023 ], [ -122.598199, 48.298275999985023 ], [ -122.599532, 48.298302999985033 ], [ -122.602442, 48.297665999985028 ], [ -122.61664, 48.294558999985007 ], [ -122.617922, 48.294277999985006 ], [ -122.618466, 48.294158999985015 ], [ -122.618677, 48.294026999985029 ], [ -122.626757, 48.288990999985018 ], [ -122.620748, 48.282960999984986 ], [ -122.621155, 48.281143999984984 ], [ -122.62165, 48.278933999984986 ], [ -122.623779, 48.269430999984948 ], [ -122.632246, 48.268154999984965 ], [ -122.648036, 48.265774999984949 ], [ -122.652639, 48.265080999984967 ], [ -122.65343, 48.259339999984938 ], [ -122.665723, 48.244751999984913 ], [ -122.66921, 48.240613999984895 ], [ -122.669209, 48.240599999984902 ], [ -122.668745, 48.231234999984864 ], [ -122.668743, 48.231191999984866 ], [ -122.668386, 48.223990999984849 ], [ -122.668385, 48.223966999984853 ], [ -122.668153, 48.223946999984854 ], [ -122.665319, 48.223695999984848 ], [ -122.658288, 48.223074999984838 ], [ -122.652679, 48.222578999984833 ], [ -122.641326, 48.22157599998485 ], [ -122.63126, 48.220685999984859 ], [ -122.631086, 48.220792999984845 ], [ -122.628352, 48.222466999984846 ], [ -122.609295, 48.210131999984817 ], [ -122.607878, 48.209214999984816 ], [ -122.606406, 48.208261999984821 ], [ -122.588138, 48.185939999984754 ], [ -122.587565, 48.185068999984757 ], [ -122.585778, 48.18235199998476 ], [ -122.582595, 48.17042399998472 ], [ -122.574905, 48.155592999984684 ], [ -122.573767, 48.154454999984686 ], [ -122.567936, 48.148623999984665 ], [ -122.567323, 48.146793999984666 ], [ -122.558205, 48.119578999984611 ], [ -122.558324, 48.119200999984585 ], [ -122.559911, 48.114185999984578 ], [ -122.571615, 48.105112999984563 ], [ -122.571853, 48.102142999984558 ], [ -122.566821, 48.094941999984528 ], [ -122.565261, 48.092707999984533 ], [ -122.554559, 48.077391999984492 ], [ -122.548746, 48.062092999984458 ], [ -122.547045, 48.057614999984452 ], [ -122.54512, 48.052549999984436 ], [ -122.538953, 48.050231999984426 ], [ -122.538933, 48.050237999984432 ], [ -122.532995, 48.052060999984434 ], [ -122.516348, 48.057170999984429 ], [ -122.516314, 48.057180999984439 ], [ -122.513994, 48.059076999984448 ], [ -122.511418, 48.07342399998447 ], [ -122.511081, 48.075300999984492 ], [ -122.516906, 48.081084999984512 ], [ -122.524109, 48.094153999984542 ], [ -122.525422, 48.096536999984544 ], [ -122.525234, 48.096552999984539 ], [ -122.513276, 48.097537999984546 ], [ -122.499152, 48.09543799998454 ], [ -122.491104, 48.094241999984533 ], [ -122.480841, 48.085285999984521 ], [ -122.471404, 48.077050999984486 ], [ -122.461606, 48.068500999984472 ], [ -122.448419, 48.054322999984436 ], [ -122.442086, 48.050880999984422 ], [ -122.440758, 48.050158999984411 ], [ -122.431266, 48.045000999984403 ], [ -122.428213, 48.044159999984402 ], [ -122.420267, 48.041971999984405 ], [ -122.406886, 48.038285999984382 ], [ -122.400628, 48.03656299998439 ], [ -122.387382, 48.034029999984377 ], [ -122.376259, 48.0344569999844 ], [ -122.375703, 48.028204999984368 ], [ -122.375538, 48.026349999984383 ], [ -122.374643, 48.016301999984336 ], [ -122.37398, 48.008843999984322 ], [ -122.373906, 48.008012999984324 ], [ -122.373263, 48.000790999984311 ], [ -122.369161, 47.99529499998431 ], [ -122.364348, 47.991003999984287 ], [ -122.353611, 47.981432999984271 ], [ -122.353375, 47.980583999984269 ], [ -122.352832, 47.978631999984245 ], [ -122.351872, 47.975176999984249 ], [ -122.350254, 47.969354999984226 ], [ -122.349905, 47.963749999984216 ], [ -122.349597, 47.958795999984218 ], [ -122.350559, 47.954121999984181 ], [ -122.350741, 47.953234999984176 ], [ -122.357934, 47.93913999998415 ], [ -122.358143, 47.938730999984145 ] ] ], [ [ [ -122.714512, 48.608779999985757 ], [ -122.694672, 48.596601999985729 ], [ -122.691745, 48.590611999985711 ], [ -122.670638, 48.568811999985655 ], [ -122.68944, 48.543902999985605 ], [ -122.717278, 48.539738999985602 ], [ -122.722407, 48.540605999985601 ], [ -122.724031, 48.549905999985619 ], [ -122.73048, 48.56560199998566 ], [ -122.736199, 48.569004999985665 ], [ -122.73944, 48.573892999985667 ], [ -122.739898, 48.583948999985701 ], [ -122.72493, 48.603262999985745 ], [ -122.714512, 48.608779999985757 ] ] ], [ [ [ -122.715386, 48.748542999986078 ], [ -122.70306, 48.743601999986069 ], [ -122.695907, 48.737272999986061 ], [ -122.691293, 48.732030999986037 ], [ -122.684331, 48.72412099998602 ], [ -122.682561, 48.722110999986015 ], [ -122.668947, 48.706643999985992 ], [ -122.668361, 48.705657999985981 ], [ -122.666971, 48.703319999985979 ], [ -122.663259, 48.697076999985953 ], [ -122.654762, 48.694443999985964 ], [ -122.644901, 48.691388999985946 ], [ -122.643866, 48.690586999985939 ], [ -122.61869, 48.671080999985904 ], [ -122.618357, 48.670822999985916 ], [ -122.618225, 48.67072099998591 ], [ -122.617735, 48.669263999985901 ], [ -122.611555, 48.650898999985856 ], [ -122.609707, 48.645406999985845 ], [ -122.609576, 48.645017999985861 ], [ -122.616909, 48.645559999985849 ], [ -122.616956, 48.645562999985849 ], [ -122.633571, 48.651253999985848 ], [ -122.635299, 48.651845999985866 ], [ -122.673538, 48.680808999985935 ], [ -122.678505, 48.689156999985947 ], [ -122.681251, 48.693774999985976 ], [ -122.686529, 48.702645999985968 ], [ -122.691795, 48.711497999985987 ], [ -122.702223, 48.717003999986012 ], [ -122.708751, 48.716930999986012 ], [ -122.718833, 48.716817999986006 ], [ -122.721981, 48.723374999986035 ], [ -122.722262, 48.731623999986041 ], [ -122.718581, 48.741199999986044 ], [ -122.715709, 48.748671999986072 ], [ -122.715386, 48.748542999986078 ] ] ], [ [ [ -122.602784, 48.55777299998563 ], [ -122.592901, 48.553634999985633 ], [ -122.583985, 48.551533999985622 ], [ -122.578856, 48.548129999985619 ], [ -122.573012, 48.52917299998559 ], [ -122.572967, 48.529027999985573 ], [ -122.573154, 48.529085999985583 ], [ -122.583565, 48.532339999985574 ], [ -122.590194, 48.536258999985584 ], [ -122.598533, 48.5368099999856 ], [ -122.599948, 48.536903999985604 ], [ -122.601206, 48.536419999985597 ], [ -122.619858, 48.529245999985569 ], [ -122.621763, 48.528858999985573 ], [ -122.633384, 48.52649899998557 ], [ -122.635738, 48.526020999985576 ], [ -122.640414, 48.525859999985563 ], [ -122.643186, 48.526771999985577 ], [ -122.649256, 48.528768999985573 ], [ -122.652041, 48.531328999985597 ], [ -122.654342, 48.537955999985599 ], [ -122.653612, 48.548974999985624 ], [ -122.650786, 48.554018999985622 ], [ -122.652385, 48.583431999985706 ], [ -122.649405, 48.588456999985716 ], [ -122.642597, 48.588338999985709 ], [ -122.629321, 48.572199999985685 ], [ -122.610841, 48.561145999985655 ], [ -122.602784, 48.55777299998563 ] ] ], [ [ [ -123.172066, 48.679865999985928 ], [ -123.14799, 48.668000999985878 ], [ -123.133286, 48.658318999985866 ], [ -123.130962, 48.656788999985871 ], [ -123.122016, 48.647064999985858 ], [ -123.106165, 48.63347299998582 ], [ -123.119677, 48.632971999985813 ], [ -123.134956, 48.637239999985816 ], [ -123.170932, 48.65150899998585 ], [ -123.197404, 48.662008999985879 ], [ -123.215917, 48.669351999985899 ], [ -123.229744, 48.678543999985948 ], [ -123.23307, 48.680754999985922 ], [ -123.237148, 48.683465999985927 ], [ -123.237135, 48.683584999985939 ], [ -123.236567, 48.688949999985958 ], [ -123.2135, 48.689692999985951 ], [ -123.212892, 48.689712999985936 ], [ -123.212464, 48.689567999985947 ], [ -123.202992, 48.686363999985943 ], [ -123.197953, 48.684659999985946 ], [ -123.186998, 48.684896999985938 ], [ -123.186076, 48.684916999985944 ], [ -123.184143, 48.684219999985942 ], [ -123.183803, 48.684097999985951 ], [ -123.172066, 48.679865999985928 ] ] ], [ [ [ -123.040179, 48.717295999986007 ], [ -123.025486, 48.717965999986014 ], [ -123.019699, 48.721311999986021 ], [ -123.009787, 48.722290999986015 ], [ -123.007511, 48.718862999986015 ], [ -123.005086, 48.694341999985951 ], [ -123.014449, 48.684977999985939 ], [ -123.021215, 48.681415999985923 ], [ -123.042337, 48.675662999985917 ], [ -123.041645, 48.678632999985908 ], [ -123.035672, 48.685349999985931 ], [ -123.03636, 48.690079999985954 ], [ -123.047058, 48.695771999985965 ], [ -123.070427, 48.699970999985965 ], [ -123.040179, 48.717295999986007 ] ] ], [ [ [ -123.023565, 48.981055999986609 ], [ -123.021459, 48.977298999986587 ], [ -123.028091, 48.973942999986591 ], [ -123.040967, 48.977304999986579 ], [ -123.051992, 48.976234999986602 ], [ -123.060717, 48.975387999986587 ], [ -123.062949, 48.975459999986569 ], [ -123.06343, 48.9754759999866 ], [ -123.063859, 48.975489999986586 ], [ -123.064032, 48.975495999986592 ], [ -123.066061, 48.975561999986596 ], [ -123.069207, 48.975663999986601 ], [ -123.083834, 48.976138999986595 ], [ -123.083904, 48.977230999986602 ], [ -123.084498, 48.986534999986617 ], [ -123.088139, 48.995829999986626 ], [ -123.090546, 49.001975999986648 ], [ -123.067926, 49.002048999986634 ], [ -123.035393, 49.002153999986639 ], [ -123.033583, 48.998924999986635 ], [ -123.029214, 48.991131999986635 ], [ -123.024763, 48.983191999986609 ], [ -123.023565, 48.981055999986609 ] ] ], [ [ [ -122.686136, 48.613266999985775 ], [ -122.699266, 48.621114999985785 ], [ -122.69806, 48.623079999985798 ], [ -122.674173, 48.629943999985812 ], [ -122.657016, 48.609890999985744 ], [ -122.666149, 48.608087999985756 ], [ -122.676796, 48.610054999985763 ], [ -122.686136, 48.613266999985775 ] ] ], [ [ [ -122.321721, 48.019976999984351 ], [ -122.303455, 48.005602999984326 ], [ -122.306629, 48.004396999984309 ], [ -122.326115, 48.010294999984318 ], [ -122.334524, 48.018915999984344 ], [ -122.328343, 48.021334999984354 ], [ -122.321721, 48.019976999984351 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WY_SW", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WY", "ECONOMIC_M": 1.0155881588, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 43379.0, "RPS_POLICY": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -109.043864, 42.263683999999877 ], [ -108.951689, 42.263533999999858 ], [ -108.950423, 42.263506999999876 ], [ -108.87567, 42.263784999999864 ], [ -108.831776, 42.26331699999988 ], [ -108.756031, 42.262874999999859 ], [ -108.574955, 42.263101999999868 ], [ -108.534353, 42.263072999999871 ], [ -108.440542, 42.263398999999858 ], [ -108.414533, 42.263353999999872 ], [ -108.399961, 42.263470999999868 ], [ -108.399782, 42.263499999999873 ], [ -108.337851, 42.263534999999884 ], [ -107.994237, 42.262052999999888 ], [ -107.928925010698023, 42.261850254117626 ], [ -107.928800288719088, 42.24763491206091 ], [ -107.932068589309878, 42.239535210596827 ], [ -107.931358089181444, 42.204578604278048 ], [ -107.928942388744787, 42.204507554265199 ], [ -107.929736, 41.659595999999866 ], [ -107.929771, 41.653639999999875 ], [ -107.92982, 41.645547999999863 ], [ -107.929852, 41.621962999999866 ], [ -107.929944, 41.616133999999867 ], [ -107.929961, 41.503569999999868 ], [ -107.92988, 41.398529999999859 ], [ -107.917104, 41.398498999999852 ], [ -107.917798, 41.088520999999844 ], [ -107.917768, 41.088406999999854 ], [ -107.918421, 41.002035999999833 ], [ -108.046539, 41.002063999999862 ], [ -108.181227, 41.000454999999846 ], [ -108.250649, 41.000113999999861 ], [ -108.287528, 41.000113999999868 ], [ -108.300187, 41.000113999999861 ], [ -108.500659, 41.000111999999845 ], [ -108.526667, 40.999607999999853 ], [ -108.631108, 41.000155999999841 ], [ -108.787675, 41.000117999999837 ], [ -108.884138, 41.000093999999841 ], [ -109.050076, 41.00065899999985 ], [ -109.173682, 41.000858999999856 ], [ -109.231985, 41.002058999999846 ], [ -109.250735, 41.001008999999854 ], [ -109.500694, 40.999126999999852 ], [ -109.534926, 40.998142999999843 ], [ -109.543638, 40.998158999999859 ], [ -109.561366, 40.998189999999845 ], [ -109.676421, 40.998394999999846 ], [ -109.713877, 40.998265999999845 ], [ -109.715409, 40.998190999999842 ], [ -109.842125, 40.997706999999842 ], [ -109.854302, 40.997660999999859 ], [ -109.855299, 40.997613999999842 ], [ -109.96259, 40.997879999999853 ], [ -109.97553, 40.997911999999857 ], [ -109.999838, 40.997329999999828 ], [ -110.000708, 40.99735199999985 ], [ -110.006495, 40.997814999999846 ], [ -110.048477, 40.997554999999849 ], [ -110.121639, 40.997100999999844 ], [ -110.125709, 40.996549999999843 ], [ -110.237848, 40.995426999999843 ], [ -110.250634, 40.996084999999852 ], [ -110.250709, 40.996088999999856 ], [ -110.281892, 40.995803999999829 ], [ -110.375714, 40.994946999999861 ], [ -110.500718, 40.994745999999843 ], [ -110.539819, 40.996345999999861 ], [ -110.545663, 40.996345999999868 ], [ -110.606737, 40.996345999999861 ], [ -110.644854, 40.996346999999851 ], [ -110.715026, 40.996346999999851 ], [ -110.725333, 40.996490999999843 ], [ -110.729569, 40.99655099999984 ], [ -110.750727, 40.996846999999846 ], [ -111.046723, 40.997958999999852 ], [ -111.046554, 41.247938999999853 ], [ -111.046551, 41.251715999999867 ], [ -111.0466, 41.360691999999851 ], [ -111.046264, 41.377730999999862 ], [ -111.0459, 41.521671999999882 ], [ -111.045822, 41.552681999999855 ], [ -111.045789, 41.565570999999856 ], [ -111.045819, 41.57984499999985 ], [ -111.046208, 41.768479999999855 ], [ -111.046226, 41.777201999999846 ], [ -111.046357, 41.840590999999861 ], [ -111.046689, 42.001566999999866 ], [ -111.047109, 42.142496999999878 ], [ -111.047107, 42.148970999999875 ], [ -111.047058, 42.182671999999876 ], [ -111.047097, 42.194772999999863 ], [ -111.047074, 42.280786999999862 ], [ -111.04708, 42.349419999999867 ], [ -111.046719104899182, 42.513070432725605 ], [ -111.046548100363793, 42.530034998732056 ], [ -111.046388, 42.54588299999989 ], [ -110.934679, 42.538963999999879 ], [ -110.932986, 42.498746999999867 ], [ -110.819854, 42.499808999999871 ], [ -110.817587, 42.541712999999881 ], [ -110.589947, 42.536759999999887 ], [ -110.589948, 42.694268999999871 ], [ -110.590069, 42.710093999999899 ], [ -110.623477, 42.710180999999899 ], [ -110.623792, 42.74993 ], [ -110.623434, 42.779205999999888 ], [ -110.587662, 42.779188999999874 ], [ -110.587956, 42.84310699999989 ], [ -110.588575, 42.954218999999888 ], [ -110.588771, 42.999930999999897 ], [ -110.589006, 43.040186999999889 ], [ -110.588085, 43.040285999999881 ], [ -110.588065, 43.046360999999877 ], [ -110.504246, 43.041371999999882 ], [ -110.270788, 43.039932999999877 ], [ -110.272501, 43.126268 ], [ -109.991911, 43.122539999999894 ], [ -109.994545, 43.205153 ], [ -110.225223, 43.203970999999882 ], [ -110.221973, 43.291468999999879 ], [ -110.343961, 43.291163999999888 ], [ -110.344218, 43.377918 ], [ -110.250736, 43.378554 ], [ -110.123866, 43.378097 ], [ -110.05731, 43.37776799999989 ], [ -110.056985, 43.403011999999883 ], [ -110.057028, 43.450775999999898 ], [ -110.057493, 43.464387999999879 ], [ -110.05157, 43.464782999999876 ], [ -109.87572, 43.464424999999885 ], [ -109.754717, 43.4632 ], [ -109.754613, 43.430161999999889 ], [ -109.754617, 43.429657999999897 ], [ -109.754462, 43.365904999999891 ], [ -109.742415, 43.364877999999884 ], [ -109.734029, 43.365603999999884 ], [ -109.729826, 43.368436999999886 ], [ -109.726004, 43.369926999999898 ], [ -109.719078, 43.371113 ], [ -109.712701, 43.374126 ], [ -109.710757, 43.374401999999897 ], [ -109.708037, 43.374222999999887 ], [ -109.705145, 43.370358 ], [ -109.701218, 43.368211 ], [ -109.694942, 43.366151999999893 ], [ -109.694126, 43.365356999999889 ], [ -109.693844, 43.364217999999894 ], [ -109.694316, 43.362705999999889 ], [ -109.694612, 43.357227 ], [ -109.694436, 43.350665 ], [ -109.695341, 43.348180999999897 ], [ -109.700635, 43.342825999999896 ], [ -109.701357, 43.339952999999895 ], [ -109.700433, 43.334989999999884 ], [ -109.698674, 43.330599999999883 ], [ -109.694182, 43.324806999999886 ], [ -109.686379, 43.318770999999892 ], [ -109.685295, 43.318311999999892 ], [ -109.679715, 43.318151999999891 ], [ -109.677642, 43.313485999999884 ], [ -109.673961, 43.310589999999891 ], [ -109.672372, 43.310015 ], [ -109.671916, 43.300878999999895 ], [ -109.673593, 43.296676 ], [ -109.67567, 43.295312999999894 ], [ -109.680816, 43.293837999999894 ], [ -109.681577, 43.293235 ], [ -109.681642, 43.292549999999885 ], [ -109.680109, 43.289548999999894 ], [ -109.680658, 43.287231999999889 ], [ -109.681681, 43.286472 ], [ -109.685665, 43.285735 ], [ -109.685508, 43.281920999999898 ], [ -109.67971, 43.276181999999885 ], [ -109.678869, 43.274934 ], [ -109.678696, 43.273151999999897 ], [ -109.683775, 43.26869799999988 ], [ -109.692715, 43.265029999999875 ], [ -109.690044, 43.262431999999897 ], [ -109.688104, 43.261909999999887 ], [ -109.682556, 43.258904999999878 ], [ -109.681896, 43.257279999999881 ], [ -109.681987, 43.254661 ], [ -109.675, 43.248090999999889 ], [ -109.676544, 43.240740999999886 ], [ -109.677577, 43.240117999999896 ], [ -109.677853, 43.239360999999889 ], [ -109.677653, 43.235865999999895 ], [ -109.672788, 43.233168999999876 ], [ -109.670606, 43.230550999999899 ], [ -109.670095, 43.228700999999894 ], [ -109.672819, 43.226903999999891 ], [ -109.675778, 43.224059999999888 ], [ -109.6761, 43.215259999999887 ], [ -109.668985, 43.208015999999887 ], [ -109.663537, 43.204031999999884 ], [ -109.659826, 43.200130999999892 ], [ -109.659371, 43.19757099999989 ], [ -109.654834, 43.186717999999885 ], [ -109.654572, 43.178962999999875 ], [ -109.65577, 43.176855999999894 ], [ -109.653859, 43.171180999999883 ], [ -109.651003, 43.166855999999896 ], [ -109.645813, 43.162849999999878 ], [ -109.643681, 43.162127999999889 ], [ -109.641062, 43.162975999999887 ], [ -109.639816, 43.164622999999878 ], [ -109.634916, 43.165917999999898 ], [ -109.631475, 43.163234999999887 ], [ -109.630527, 43.160671999999884 ], [ -109.630885, 43.148685 ], [ -109.628915, 43.143412999999889 ], [ -109.6241, 43.13514 ], [ -109.624876, 43.133779999999888 ], [ -109.624558, 43.13281399999989 ], [ -109.621556, 43.126523999999897 ], [ -109.620634, 43.125602 ], [ -109.617231, 43.124420999999884 ], [ -109.612008, 43.124951 ], [ -109.608883, 43.123127999999873 ], [ -109.603938, 43.11897599999989 ], [ -109.595682, 43.118269999999889 ], [ -109.59155, 43.115381 ], [ -109.587284, 43.11008099999988 ], [ -109.585066, 43.10904699999989 ], [ -109.584504, 43.107089999999886 ], [ -109.581194, 43.10148799999989 ], [ -109.579913, 43.100555999999891 ], [ -109.57729, 43.099597999999887 ], [ -109.571727, 43.100115999999879 ], [ -109.570372, 43.099651999999899 ], [ -109.570737, 43.098110999999875 ], [ -109.570173, 43.091587999999874 ], [ -109.565287, 43.085127999999891 ], [ -109.562697, 43.083990999999891 ], [ -109.560961, 43.082269999999873 ], [ -109.561597, 43.077783999999887 ], [ -109.559516, 43.075266999999869 ], [ -109.558577, 43.074406999999894 ], [ -109.553003, 43.072301999999887 ], [ -109.551826, 43.06790299999988 ], [ -109.552094, 43.060466999999889 ], [ -109.55315, 43.058583999999897 ], [ -109.556542, 43.055541999999889 ], [ -109.563453, 43.051028999999872 ], [ -109.565307, 43.050344999999894 ], [ -109.570678, 43.049755999999896 ], [ -109.570752, 43.049335999999869 ], [ -109.565125, 43.047297999999884 ], [ -109.561697, 43.047436999999896 ], [ -109.559638, 43.042693999999884 ], [ -109.560643, 43.039633999999893 ], [ -109.555065, 43.040295999999877 ], [ -109.552052, 43.039958999999897 ], [ -109.548706, 43.036711999999888 ], [ -109.551603, 43.033822999999892 ], [ -109.553127, 43.033261999999887 ], [ -109.554307, 43.03195199999989 ], [ -109.555753, 43.027011999999878 ], [ -109.555406, 43.021673999999884 ], [ -109.554535, 43.018999 ], [ -109.552787, 43.014568999999888 ], [ -109.552579, 43.012537999999886 ], [ -109.546924, 43.010909999999882 ], [ -109.543154, 43.010373 ], [ -109.542256, 43.010947999999857 ], [ -109.541647, 43.012159999999888 ], [ -109.539686, 43.013092999999884 ], [ -109.53243, 43.013969 ], [ -109.529025, 43.013856999999881 ], [ -109.525867, 43.010430999999883 ], [ -109.514582, 43.007139999999893 ], [ -109.508176, 43.008753999999897 ], [ -109.50662, 43.009571999999878 ], [ -109.506174, 43.01063 ], [ -109.502407, 43.01051099999988 ], [ -109.498139, 43.006657999999895 ], [ -109.497866, 43.003999999999877 ], [ -109.492059, 42.995353999999878 ], [ -109.487026, 42.993952999999877 ], [ -109.48273, 42.993849999999888 ], [ -109.479782, 42.994921999999889 ], [ -109.475572, 42.994076999999876 ], [ -109.474915, 42.993867999999885 ], [ -109.472564, 42.990474999999876 ], [ -109.470997, 42.990466999999875 ], [ -109.466658, 42.991950999999894 ], [ -109.460178, 42.988058999999886 ], [ -109.459245, 42.986285999999879 ], [ -109.459757, 42.982973 ], [ -109.460611, 42.982134999999893 ], [ -109.463175, 42.982127 ], [ -109.463295, 42.981771999999886 ], [ -109.460103, 42.977726999999881 ], [ -109.458171, 42.976800999999895 ], [ -109.450675, 42.971159 ], [ -109.443486, 42.970351999999892 ], [ -109.44023, 42.96757899999988 ], [ -109.432254, 42.966956999999894 ], [ -109.431947, 42.96532899999989 ], [ -109.428757, 42.960661999999893 ], [ -109.420891, 42.957282999999883 ], [ -109.410965, 42.954571999999878 ], [ -109.404788, 42.950604999999896 ], [ -109.402247, 42.947170999999898 ], [ -109.399466, 42.940060999999886 ], [ -109.397757, 42.93919799999987 ], [ -109.388667, 42.939499999999889 ], [ -109.385798, 42.93891799999988 ], [ -109.376467, 42.942087999999885 ], [ -109.374768, 42.943286999999891 ], [ -109.372578, 42.94531099999989 ], [ -109.370341, 42.945573999999887 ], [ -109.365498, 42.939509999999885 ], [ -109.361613, 42.936140999999886 ], [ -109.359591, 42.933452999999879 ], [ -109.35731, 42.929432999999889 ], [ -109.356412, 42.924744999999888 ], [ -109.346779, 42.920163999999879 ], [ -109.345358, 42.918895999999876 ], [ -109.34582, 42.91817099999988 ], [ -109.345453, 42.915919999999893 ], [ -109.344699, 42.914510999999862 ], [ -109.343128, 42.908003999999899 ], [ -109.341056, 42.90462199999989 ], [ -109.338981, 42.897883999999898 ], [ -109.338008, 42.897236999999869 ], [ -109.333836, 42.896785999999892 ], [ -109.331911, 42.895419999999888 ], [ -109.329193, 42.877034999999879 ], [ -109.325773, 42.86877999999988 ], [ -109.32414, 42.864464999999889 ], [ -109.319427, 42.859192999999877 ], [ -109.31536, 42.856130999999891 ], [ -109.306619, 42.853807999999894 ], [ -109.301355, 42.851684999999868 ], [ -109.299941, 42.850166999999892 ], [ -109.29166, 42.845796999999877 ], [ -109.28888, 42.846410999999875 ], [ -109.282324, 42.846701999999887 ], [ -109.278893, 42.846008999999889 ], [ -109.278447, 42.845548999999878 ], [ -109.278669, 42.844823999999875 ], [ -109.2804, 42.842393999999878 ], [ -109.277019, 42.836147999999881 ], [ -109.271679, 42.832589 ], [ -109.271553, 42.829525999999873 ], [ -109.269477, 42.825128999999876 ], [ -109.268497, 42.824345 ], [ -109.264004, 42.824156999999879 ], [ -109.260641, 42.81940999999987 ], [ -109.260776, 42.816766999999885 ], [ -109.260375, 42.815919999999863 ], [ -109.24797, 42.806155999999888 ], [ -109.243755, 42.805262999999897 ], [ -109.241762, 42.806050999999883 ], [ -109.240972, 42.808018999999888 ], [ -109.240128, 42.808800999999882 ], [ -109.236875, 42.809522999999885 ], [ -109.234555, 42.808309999999885 ], [ -109.235792, 42.807770999999896 ], [ -109.234317, 42.805476999999875 ], [ -109.231559, 42.803898999999895 ], [ -109.22139, 42.801496999999891 ], [ -109.220546, 42.802035999999887 ], [ -109.215851, 42.800883999999883 ], [ -109.214144, 42.799832999999879 ], [ -109.210211, 42.794079 ], [ -109.210344, 42.793142999999887 ], [ -109.212688, 42.792169999999878 ], [ -109.220113, 42.79025999999989 ], [ -109.222486, 42.791619999999881 ], [ -109.224665, 42.791267999999882 ], [ -109.225946, 42.79093799999989 ], [ -109.227371, 42.789567999999889 ], [ -109.233225, 42.781948999999884 ], [ -109.236194, 42.778837999999894 ], [ -109.237357, 42.776739999999876 ], [ -109.236915, 42.769564999999879 ], [ -109.236096, 42.768457999999889 ], [ -109.223924, 42.762089999999887 ], [ -109.218247, 42.760888999999878 ], [ -109.214886, 42.762529999999892 ], [ -109.213567, 42.766845999999894 ], [ -109.209797, 42.770423999999885 ], [ -109.205737, 42.770707999999864 ], [ -109.202884, 42.768548999999879 ], [ -109.19517, 42.767987999999882 ], [ -109.184613, 42.760326999999869 ], [ -109.183677, 42.757540999999897 ], [ -109.179467, 42.75104499999987 ], [ -109.167114, 42.748078999999869 ], [ -109.165597, 42.748698999999881 ], [ -109.160677, 42.748069999999878 ], [ -109.160091, 42.746234999999885 ], [ -109.160213, 42.743782999999887 ], [ -109.158475, 42.742981999999877 ], [ -109.156885, 42.742639999999881 ], [ -109.153892, 42.743273999999893 ], [ -109.146368, 42.74287799999987 ], [ -109.142096, 42.741283999999879 ], [ -109.141252, 42.739866999999883 ], [ -109.141722, 42.739111999999878 ], [ -109.141432, 42.73875499999987 ], [ -109.137349, 42.737726999999886 ], [ -109.133693, 42.738162999999879 ], [ -109.132315, 42.737484999999872 ], [ -109.134721, 42.733579999999897 ], [ -109.143282, 42.733225999999888 ], [ -109.14632, 42.730139999999878 ], [ -109.147908, 42.727561999999857 ], [ -109.146153, 42.725815999999881 ], [ -109.141806, 42.724140999999889 ], [ -109.137924, 42.721420999999879 ], [ -109.134349, 42.717814999999888 ], [ -109.132921, 42.714627999999884 ], [ -109.133194, 42.713080999999875 ], [ -109.132253, 42.710226999999875 ], [ -109.128412, 42.708386999999874 ], [ -109.137124, 42.705733999999879 ], [ -109.137701, 42.705116999999881 ], [ -109.134119, 42.699712999999882 ], [ -109.133799, 42.698435999999894 ], [ -109.134466, 42.694288999999877 ], [ -109.072851, 42.693513999999865 ], [ -109.072185, 42.680590999999886 ], [ -109.071951, 42.624952999999884 ], [ -109.070908, 42.569034999999872 ], [ -109.070896, 42.526240999999864 ], [ -109.071368, 42.516362999999885 ], [ -109.070887, 42.506449999999873 ], [ -109.070059, 42.49995199999988 ], [ -109.069477, 42.43347699999989 ], [ -109.043801, 42.433643999999873 ], [ -109.043201, 42.357344999999881 ], [ -109.043198, 42.356652999999881 ], [ -109.0433, 42.313888999999868 ], [ -109.0431, 42.297780999999866 ], [ -109.043456, 42.268082999999862 ], [ -109.043864, 42.263683999999877 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WY_NW", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WY", "ECONOMIC_M": 0.9540905868, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 3411.0, "RPS_POLICY": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -110.12112, 44.161746 ], [ -110.121568, 44.165061999999899 ], [ -110.120552, 44.166092 ], [ -110.117757, 44.167076 ], [ -110.116518, 44.168059999999898 ], [ -110.116742, 44.168997 ], [ -110.119063, 44.170346 ], [ -110.120612, 44.17031999999989 ], [ -110.121004, 44.173089 ], [ -110.122656, 44.17391099999989 ], [ -110.123007, 44.174871 ], [ -110.119451, 44.177137 ], [ -110.116846, 44.177756 ], [ -110.116148, 44.178922 ], [ -110.115068, 44.179293 ], [ -110.11351, 44.179335 ], [ -110.111952, 44.178306 ], [ -110.109379, 44.178970999999898 ], [ -110.106142, 44.18400299999989 ], [ -110.10592, 44.185099999999899 ], [ -110.106524, 44.18589999999989 ], [ -110.108145, 44.186174 ], [ -110.114342, 44.184891 ], [ -110.115135, 44.184113 ], [ -110.114943, 44.18217 ], [ -110.117322, 44.182315 ], [ -110.120157, 44.185094 ], [ -110.120318, 44.187128999999899 ], [ -110.116378, 44.187749 ], [ -110.115139, 44.188687 ], [ -110.115108, 44.189464 ], [ -110.116253, 44.19049299999989 ], [ -110.118638, 44.191361 ], [ -110.123596, 44.192341 ], [ -110.123725, 44.193553 ], [ -110.12274, 44.194468 ], [ -110.12042, 44.194721 ], [ -110.112631, 44.191889 ], [ -110.110025, 44.192874 ], [ -110.109009, 44.194177 ], [ -110.109105, 44.19484 ], [ -110.111843, 44.199686999999898 ], [ -110.113115, 44.200555999999899 ], [ -110.115658, 44.200509 ], [ -110.116547, 44.198999 ], [ -110.117691, 44.198518 ], [ -110.119757, 44.19886 ], [ -110.123957, 44.203683 ], [ -110.124054, 44.204895 ], [ -110.122339, 44.206954 ], [ -110.116684, 44.210387 ], [ -110.112519, 44.20936 ], [ -110.110611, 44.209795 ], [ -110.110612, 44.210275 ], [ -110.114972, 44.21647 ], [ -110.117071, 44.216721 ], [ -110.119455, 44.215668 ], [ -110.12225, 44.212922 ], [ -110.123968, 44.213905 ], [ -110.128527, 44.2228 ], [ -110.131514, 44.224996 ], [ -110.132115, 44.228083999999896 ], [ -110.131573, 44.22989 ], [ -110.13831, 44.236546 ], [ -110.138054, 44.238627 ], [ -110.134997, 44.24281 ], [ -110.134357, 44.246469 ], [ -110.134768, 44.249466 ], [ -110.137726, 44.249558 ], [ -110.145994, 44.256545 ], [ -110.142875, 44.258762 ], [ -110.140899, 44.262031 ], [ -110.140899, 44.262807999999886 ], [ -110.14357, 44.264868 ], [ -110.147006, 44.265578 ], [ -110.150535, 44.270107 ], [ -110.150185, 44.270975 ], [ -110.148465, 44.272095 ], [ -110.143755, 44.272688 ], [ -110.14057, 44.275408 ], [ -110.140824, 44.276048 ], [ -110.144897, 44.277582 ], [ -110.145595, 44.280715 ], [ -110.144575, 44.282452 ], [ -110.149981, 44.290457999999887 ], [ -110.154118, 44.293317 ], [ -110.162139, 44.297413 ], [ -110.168316, 44.296454 ], [ -110.174875, 44.297209 ], [ -110.175607, 44.29801 ], [ -110.175447, 44.299039 ], [ -110.172772, 44.301667999999886 ], [ -110.17274, 44.30224 ], [ -110.17465, 44.304344 ], [ -110.176751, 44.304504 ], [ -110.178312, 44.30407 ], [ -110.180891, 44.301509 ], [ -110.183375, 44.302103 ], [ -110.184234, 44.304619 ], [ -110.183406, 44.306677 ], [ -110.181591, 44.30798 ], [ -110.181559, 44.308735 ], [ -110.186368, 44.308712 ], [ -110.186273, 44.302991 ], [ -110.187229, 44.300754 ], [ -110.188056, 44.300434 ], [ -110.190795, 44.300915 ], [ -110.196017, 44.304276 ], [ -110.202799, 44.30553299999989 ], [ -110.206271, 44.309945999999897 ], [ -110.205635, 44.311158 ], [ -110.202833, 44.312096 ], [ -110.202292, 44.31301 ], [ -110.20277, 44.314337 ], [ -110.203566, 44.314794 ], [ -110.20672, 44.318795 ], [ -110.206083, 44.320167 ], [ -110.201466, 44.32481 ], [ -110.201817, 44.326868 ], [ -110.203282, 44.328078 ], [ -110.218002, 44.331757 ], [ -110.220487, 44.332808 ], [ -110.223707, 44.335414 ], [ -110.225429, 44.338615 ], [ -110.226068, 44.342205 ], [ -110.224254, 44.344881 ], [ -110.224065, 44.348264999999877 ], [ -110.226743, 44.35174 ], [ -110.228213, 44.357571 ], [ -110.228214, 44.359286 ], [ -110.227036, 44.361481 ], [ -110.227101, 44.362579 ], [ -110.229276, 44.374468 ], [ -110.235341, 44.381818 ], [ -110.242616, 44.386891 ], [ -110.253969, 44.390203 ], [ -110.253614, 44.393542 ], [ -110.253897, 44.398207 ], [ -110.255358, 44.404358 ], [ -110.255994, 44.405525 ], [ -110.259628, 44.408751 ], [ -110.261573, 44.409941 ], [ -110.264233, 44.410739999999898 ], [ -110.248403, 44.56944 ], [ -110.327684, 44.572675 ], [ -110.412833, 44.729885 ], [ -110.391742, 44.941326 ], [ -110.492165, 44.945424 ], [ -110.491949879464215, 44.992366999813527 ], [ -110.48807, 44.992361 ], [ -110.402927, 44.99381 ], [ -110.362698, 45.000593 ], [ -110.342131, 44.999053 ], [ -110.324441, 44.999156 ], [ -110.28677, 44.99685 ], [ -110.199503, 44.996188 ], [ -110.110103, 45.003905 ], [ -110.095636, 45.003864 ], [ -110.026347, 45.003665 ], [ -110.025544, 45.003602 ], [ -109.99505, 45.003174 ], [ -109.875735, 45.003275 ], [ -109.798687, 45.002188 ], [ -109.75073, 45.001605 ], [ -109.663673, 45.002536 ], [ -109.596648, 45.001345 ], [ -109.579110259519723, 45.002625908008092 ], [ -109.574321, 45.002631 ], [ -109.386432, 45.004887 ], [ -109.375713, 45.00461 ], [ -109.364664, 45.00468 ], [ -109.364778, 44.865191 ], [ -109.323853, 44.864608 ], [ -109.316741, 44.774484 ], [ -109.198843, 44.780518999999899 ], [ -109.201014, 44.808031 ], [ -109.19553, 44.808311 ], [ -109.199947, 44.864283 ], [ -109.131401, 44.867792 ], [ -109.124172, 44.8634 ], [ -108.988451, 44.870347 ], [ -108.98935, 44.881731 ], [ -108.982495, 44.882082 ], [ -108.989532, 44.971258 ], [ -108.982677, 44.971608 ], [ -108.984899, 44.999761 ], [ -108.578484, 45.000484 ], [ -108.565921, 45.000578 ], [ -108.500679, 44.999691 ], [ -108.271201, 45.000251 ], [ -108.249345, 44.999458 ], [ -108.238139, 45.000206 ], [ -108.218479, 45.000541 ], [ -108.14939, 45.001062 ], [ -108.000663, 45.001223 ], [ -107.997353, 45.001565 ], [ -107.750654, 45.000778 ], [ -107.689124, 45.000813 ], [ -107.670373, 45.000823999999888 ], [ -107.665366, 44.890748 ], [ -107.669523, 44.890654 ], [ -107.668365, 44.865185999999888 ], [ -107.589983, 44.866963 ], [ -107.589796, 44.862856 ], [ -107.503101, 44.864822 ], [ -107.503045, 44.86359 ], [ -107.430007, 44.865246 ], [ -107.429858, 44.86196 ], [ -107.408925, 44.862725 ], [ -107.407612, 44.833859 ], [ -107.409587, 44.804172 ], [ -107.400669, 44.608076 ], [ -107.397811, 44.598811 ], [ -107.403604, 44.599836 ], [ -107.399842, 44.517136 ], [ -107.474033, 44.515454 ], [ -107.466124, 44.341556 ], [ -107.424347, 44.342504 ], [ -107.422443, 44.300649 ], [ -107.395792, 44.301253 ], [ -107.39237, 44.226014 ], [ -107.334026, 44.227336999999899 ], [ -107.332667, 44.19744 ], [ -107.311058, 44.197931 ], [ -107.309677, 44.167567 ], [ -107.271043, 44.167382999999894 ], [ -107.274755, 44.248992 ], [ -107.273028, 44.249031 ], [ -107.273313, 44.255303 ], [ -107.217188, 44.256576 ], [ -107.217052, 44.253589 ], [ -107.145799, 44.255205 ], [ -107.146589, 44.187133 ], [ -107.146808, 44.165666 ], [ -107.128584, 44.165692 ], [ -107.128497, 44.160902999999891 ], [ -107.128052, 44.141096 ], [ -107.128641, 44.121244999999895 ], [ -107.128521, 44.074659 ], [ -107.180759, 44.073473999999891 ], [ -107.181117, 44.081361 ], [ -107.259301, 44.079588 ], [ -107.251819, 43.915081999999899 ], [ -107.259963, 43.914897 ], [ -107.255453, 43.815742999999891 ], [ -107.237536, 43.816149 ], [ -107.233539, 43.728262 ], [ -107.243312, 43.72804 ], [ -107.239776, 43.650294 ], [ -107.361937, 43.647523999999898 ], [ -107.355309, 43.501767999999892 ], [ -107.449653, 43.501896999999893 ], [ -107.474174, 43.501407 ], [ -107.474371, 43.501736999999892 ], [ -107.534897, 43.50136199999988 ], [ -107.595105, 43.501396999999891 ], [ -107.595134, 43.472258999999895 ], [ -107.808205, 43.471460999999898 ], [ -107.825064, 43.471367 ], [ -107.813453, 43.224385999999882 ], [ -107.827103, 43.223821999999885 ], [ -107.8219, 43.113142999999894 ], [ -107.810426, 42.998373999999878 ], [ -107.808896, 42.965820999999885 ], [ -107.820537, 42.965171999999896 ], [ -107.780026, 42.713359999999881 ], [ -107.950181, 42.706117999999876 ], [ -107.950771, 42.712448999999879 ], [ -108.099806, 42.705151999999892 ], [ -108.214137220970244, 42.587323602229233 ], [ -108.213613, 42.445600999999876 ], [ -108.212420211519515, 42.26299401963086 ], [ -108.337851, 42.263534999999884 ], [ -108.399782, 42.263499999999873 ], [ -108.399961, 42.263470999999868 ], [ -108.414533, 42.263353999999872 ], [ -108.440542, 42.263398999999858 ], [ -108.534353, 42.263072999999871 ], [ -108.574955, 42.263101999999868 ], [ -108.756031, 42.262874999999859 ], [ -108.831776, 42.26331699999988 ], [ -108.87567, 42.263784999999864 ], [ -108.950423, 42.263506999999876 ], [ -108.951689, 42.263533999999858 ], [ -109.043864, 42.263683999999877 ], [ -109.043456, 42.268082999999862 ], [ -109.0431, 42.297780999999866 ], [ -109.0433, 42.313888999999868 ], [ -109.043198, 42.356652999999881 ], [ -109.043201, 42.357344999999881 ], [ -109.043801, 42.433643999999873 ], [ -109.069477, 42.43347699999989 ], [ -109.070059, 42.49995199999988 ], [ -109.070887, 42.506449999999873 ], [ -109.071368, 42.516362999999885 ], [ -109.070896, 42.526240999999864 ], [ -109.070908, 42.569034999999872 ], [ -109.071951, 42.624952999999884 ], [ -109.072185, 42.680590999999886 ], [ -109.072851, 42.693513999999865 ], [ -109.134466, 42.694288999999877 ], [ -109.133799, 42.698435999999894 ], [ -109.134119, 42.699712999999882 ], [ -109.137701, 42.705116999999881 ], [ -109.137124, 42.705733999999879 ], [ -109.128412, 42.708386999999874 ], [ -109.132253, 42.710226999999875 ], [ -109.133194, 42.713080999999875 ], [ -109.132921, 42.714627999999884 ], [ -109.134349, 42.717814999999888 ], [ -109.137924, 42.721420999999879 ], [ -109.141806, 42.724140999999889 ], [ -109.146153, 42.725815999999881 ], [ -109.147908, 42.727561999999857 ], [ -109.14632, 42.730139999999878 ], [ -109.143282, 42.733225999999888 ], [ -109.134721, 42.733579999999897 ], [ -109.132315, 42.737484999999872 ], [ -109.133693, 42.738162999999879 ], [ -109.137349, 42.737726999999886 ], [ -109.141432, 42.73875499999987 ], [ -109.141722, 42.739111999999878 ], [ -109.141252, 42.739866999999883 ], [ -109.142096, 42.741283999999879 ], [ -109.146368, 42.74287799999987 ], [ -109.153892, 42.743273999999893 ], [ -109.156885, 42.742639999999881 ], [ -109.158475, 42.742981999999877 ], [ -109.160213, 42.743782999999887 ], [ -109.160091, 42.746234999999885 ], [ -109.160677, 42.748069999999878 ], [ -109.165597, 42.748698999999881 ], [ -109.167114, 42.748078999999869 ], [ -109.179467, 42.75104499999987 ], [ -109.183677, 42.757540999999897 ], [ -109.184613, 42.760326999999869 ], [ -109.19517, 42.767987999999882 ], [ -109.202884, 42.768548999999879 ], [ -109.205737, 42.770707999999864 ], [ -109.209797, 42.770423999999885 ], [ -109.213567, 42.766845999999894 ], [ -109.214886, 42.762529999999892 ], [ -109.218247, 42.760888999999878 ], [ -109.223924, 42.762089999999887 ], [ -109.236096, 42.768457999999889 ], [ -109.236915, 42.769564999999879 ], [ -109.237357, 42.776739999999876 ], [ -109.236194, 42.778837999999894 ], [ -109.233225, 42.781948999999884 ], [ -109.227371, 42.789567999999889 ], [ -109.225946, 42.79093799999989 ], [ -109.224665, 42.791267999999882 ], [ -109.222486, 42.791619999999881 ], [ -109.220113, 42.79025999999989 ], [ -109.212688, 42.792169999999878 ], [ -109.210344, 42.793142999999887 ], [ -109.210211, 42.794079 ], [ -109.214144, 42.799832999999879 ], [ -109.215851, 42.800883999999883 ], [ -109.220546, 42.802035999999887 ], [ -109.22139, 42.801496999999891 ], [ -109.231559, 42.803898999999895 ], [ -109.234317, 42.805476999999875 ], [ -109.235792, 42.807770999999896 ], [ -109.234555, 42.808309999999885 ], [ -109.236875, 42.809522999999885 ], [ -109.240128, 42.808800999999882 ], [ -109.240972, 42.808018999999888 ], [ -109.241762, 42.806050999999883 ], [ -109.243755, 42.805262999999897 ], [ -109.24797, 42.806155999999888 ], [ -109.260375, 42.815919999999863 ], [ -109.260776, 42.816766999999885 ], [ -109.260641, 42.81940999999987 ], [ -109.264004, 42.824156999999879 ], [ -109.268497, 42.824345 ], [ -109.269477, 42.825128999999876 ], [ -109.271553, 42.829525999999873 ], [ -109.271679, 42.832589 ], [ -109.277019, 42.836147999999881 ], [ -109.2804, 42.842393999999878 ], [ -109.278669, 42.844823999999875 ], [ -109.278447, 42.845548999999878 ], [ -109.278893, 42.846008999999889 ], [ -109.282324, 42.846701999999887 ], [ -109.28888, 42.846410999999875 ], [ -109.29166, 42.845796999999877 ], [ -109.299941, 42.850166999999892 ], [ -109.301355, 42.851684999999868 ], [ -109.306619, 42.853807999999894 ], [ -109.31536, 42.856130999999891 ], [ -109.319427, 42.859192999999877 ], [ -109.32414, 42.864464999999889 ], [ -109.325773, 42.86877999999988 ], [ -109.329193, 42.877034999999879 ], [ -109.331911, 42.895419999999888 ], [ -109.333836, 42.896785999999892 ], [ -109.338008, 42.897236999999869 ], [ -109.338981, 42.897883999999898 ], [ -109.341056, 42.90462199999989 ], [ -109.343128, 42.908003999999899 ], [ -109.344699, 42.914510999999862 ], [ -109.345453, 42.915919999999893 ], [ -109.34582, 42.91817099999988 ], [ -109.345358, 42.918895999999876 ], [ -109.346779, 42.920163999999879 ], [ -109.356412, 42.924744999999888 ], [ -109.35731, 42.929432999999889 ], [ -109.359591, 42.933452999999879 ], [ -109.361613, 42.936140999999886 ], [ -109.365498, 42.939509999999885 ], [ -109.370341, 42.945573999999887 ], [ -109.372578, 42.94531099999989 ], [ -109.374768, 42.943286999999891 ], [ -109.376467, 42.942087999999885 ], [ -109.385798, 42.93891799999988 ], [ -109.388667, 42.939499999999889 ], [ -109.397757, 42.93919799999987 ], [ -109.399466, 42.940060999999886 ], [ -109.402247, 42.947170999999898 ], [ -109.404788, 42.950604999999896 ], [ -109.410965, 42.954571999999878 ], [ -109.420891, 42.957282999999883 ], [ -109.428757, 42.960661999999893 ], [ -109.431947, 42.96532899999989 ], [ -109.432254, 42.966956999999894 ], [ -109.44023, 42.96757899999988 ], [ -109.443486, 42.970351999999892 ], [ -109.450675, 42.971159 ], [ -109.458171, 42.976800999999895 ], [ -109.460103, 42.977726999999881 ], [ -109.463295, 42.981771999999886 ], [ -109.463175, 42.982127 ], [ -109.460611, 42.982134999999893 ], [ -109.459757, 42.982973 ], [ -109.459245, 42.986285999999879 ], [ -109.460178, 42.988058999999886 ], [ -109.466658, 42.991950999999894 ], [ -109.470997, 42.990466999999875 ], [ -109.472564, 42.990474999999876 ], [ -109.474915, 42.993867999999885 ], [ -109.475572, 42.994076999999876 ], [ -109.479782, 42.994921999999889 ], [ -109.48273, 42.993849999999888 ], [ -109.487026, 42.993952999999877 ], [ -109.492059, 42.995353999999878 ], [ -109.497866, 43.003999999999877 ], [ -109.498139, 43.006657999999895 ], [ -109.502407, 43.01051099999988 ], [ -109.506174, 43.01063 ], [ -109.50662, 43.009571999999878 ], [ -109.508176, 43.008753999999897 ], [ -109.514582, 43.007139999999893 ], [ -109.525867, 43.010430999999883 ], [ -109.529025, 43.013856999999881 ], [ -109.53243, 43.013969 ], [ -109.539686, 43.013092999999884 ], [ -109.541647, 43.012159999999888 ], [ -109.542256, 43.010947999999857 ], [ -109.543154, 43.010373 ], [ -109.546924, 43.010909999999882 ], [ -109.552579, 43.012537999999886 ], [ -109.552787, 43.014568999999888 ], [ -109.554535, 43.018999 ], [ -109.555406, 43.021673999999884 ], [ -109.555753, 43.027011999999878 ], [ -109.554307, 43.03195199999989 ], [ -109.553127, 43.033261999999887 ], [ -109.551603, 43.033822999999892 ], [ -109.548706, 43.036711999999888 ], [ -109.552052, 43.039958999999897 ], [ -109.555065, 43.040295999999877 ], [ -109.560643, 43.039633999999893 ], [ -109.559638, 43.042693999999884 ], [ -109.561697, 43.047436999999896 ], [ -109.565125, 43.047297999999884 ], [ -109.570752, 43.049335999999869 ], [ -109.570678, 43.049755999999896 ], [ -109.565307, 43.050344999999894 ], [ -109.563453, 43.051028999999872 ], [ -109.556542, 43.055541999999889 ], [ -109.55315, 43.058583999999897 ], [ -109.552094, 43.060466999999889 ], [ -109.551826, 43.06790299999988 ], [ -109.553003, 43.072301999999887 ], [ -109.558577, 43.074406999999894 ], [ -109.559516, 43.075266999999869 ], [ -109.561597, 43.077783999999887 ], [ -109.560961, 43.082269999999873 ], [ -109.562697, 43.083990999999891 ], [ -109.565287, 43.085127999999891 ], [ -109.570173, 43.091587999999874 ], [ -109.570737, 43.098110999999875 ], [ -109.570372, 43.099651999999899 ], [ -109.571727, 43.100115999999879 ], [ -109.57729, 43.099597999999887 ], [ -109.579913, 43.100555999999891 ], [ -109.581194, 43.10148799999989 ], [ -109.584504, 43.107089999999886 ], [ -109.585066, 43.10904699999989 ], [ -109.587284, 43.11008099999988 ], [ -109.59155, 43.115381 ], [ -109.595682, 43.118269999999889 ], [ -109.603938, 43.11897599999989 ], [ -109.608883, 43.123127999999873 ], [ -109.612008, 43.124951 ], [ -109.617231, 43.124420999999884 ], [ -109.620634, 43.125602 ], [ -109.621556, 43.126523999999897 ], [ -109.624558, 43.13281399999989 ], [ -109.624876, 43.133779999999888 ], [ -109.6241, 43.13514 ], [ -109.628915, 43.143412999999889 ], [ -109.630885, 43.148685 ], [ -109.630527, 43.160671999999884 ], [ -109.631475, 43.163234999999887 ], [ -109.634916, 43.165917999999898 ], [ -109.639816, 43.164622999999878 ], [ -109.641062, 43.162975999999887 ], [ -109.643681, 43.162127999999889 ], [ -109.645813, 43.162849999999878 ], [ -109.651003, 43.166855999999896 ], [ -109.653859, 43.171180999999883 ], [ -109.65577, 43.176855999999894 ], [ -109.654572, 43.178962999999875 ], [ -109.654834, 43.186717999999885 ], [ -109.659371, 43.19757099999989 ], [ -109.659826, 43.200130999999892 ], [ -109.663537, 43.204031999999884 ], [ -109.668985, 43.208015999999887 ], [ -109.6761, 43.215259999999887 ], [ -109.675778, 43.224059999999888 ], [ -109.672819, 43.226903999999891 ], [ -109.670095, 43.228700999999894 ], [ -109.670606, 43.230550999999899 ], [ -109.672788, 43.233168999999876 ], [ -109.677653, 43.235865999999895 ], [ -109.677853, 43.239360999999889 ], [ -109.677577, 43.240117999999896 ], [ -109.676544, 43.240740999999886 ], [ -109.675, 43.248090999999889 ], [ -109.681987, 43.254661 ], [ -109.681896, 43.257279999999881 ], [ -109.682556, 43.258904999999878 ], [ -109.688104, 43.261909999999887 ], [ -109.690044, 43.262431999999897 ], [ -109.692715, 43.265029999999875 ], [ -109.683775, 43.26869799999988 ], [ -109.678696, 43.273151999999897 ], [ -109.678869, 43.274934 ], [ -109.67971, 43.276181999999885 ], [ -109.685508, 43.281920999999898 ], [ -109.685665, 43.285735 ], [ -109.681681, 43.286472 ], [ -109.680658, 43.287231999999889 ], [ -109.680109, 43.289548999999894 ], [ -109.681642, 43.292549999999885 ], [ -109.681577, 43.293235 ], [ -109.680816, 43.293837999999894 ], [ -109.67567, 43.295312999999894 ], [ -109.673593, 43.296676 ], [ -109.671916, 43.300878999999895 ], [ -109.672372, 43.310015 ], [ -109.673961, 43.310589999999891 ], [ -109.677642, 43.313485999999884 ], [ -109.679715, 43.318151999999891 ], [ -109.685295, 43.318311999999892 ], [ -109.686379, 43.318770999999892 ], [ -109.694182, 43.324806999999886 ], [ -109.698674, 43.330599999999883 ], [ -109.700433, 43.334989999999884 ], [ -109.701357, 43.339952999999895 ], [ -109.700635, 43.342825999999896 ], [ -109.695341, 43.348180999999897 ], [ -109.694436, 43.350665 ], [ -109.694612, 43.357227 ], [ -109.694316, 43.362705999999889 ], [ -109.693844, 43.364217999999894 ], [ -109.694126, 43.365356999999889 ], [ -109.694942, 43.366151999999893 ], [ -109.701218, 43.368211 ], [ -109.705145, 43.370358 ], [ -109.708037, 43.374222999999887 ], [ -109.710757, 43.374401999999897 ], [ -109.712701, 43.374126 ], [ -109.719078, 43.371113 ], [ -109.726004, 43.369926999999898 ], [ -109.729826, 43.368436999999886 ], [ -109.734029, 43.365603999999884 ], [ -109.742415, 43.364877999999884 ], [ -109.754462, 43.365904999999891 ], [ -109.754617, 43.429657999999897 ], [ -109.754613, 43.430161999999889 ], [ -109.754717, 43.4632 ], [ -109.87572, 43.464424999999885 ], [ -110.05157, 43.464782999999876 ], [ -110.051442, 43.540531 ], [ -110.051135, 43.559316999999872 ], [ -110.051531, 43.566646999999897 ], [ -110.051031, 43.581046999999892 ], [ -110.051832, 43.595646999999893 ], [ -110.051415, 43.704647999999892 ], [ -110.051437, 43.814449 ], [ -110.053637, 43.814549 ], [ -110.053179, 44.008021999999897 ], [ -110.053369, 44.114189 ], [ -110.053241, 44.118122 ], [ -110.053178, 44.118717 ], [ -110.053357, 44.132627999999897 ], [ -110.119193, 44.132584 ], [ -110.125744, 44.143792999999889 ], [ -110.126342, 44.154609 ], [ -110.128276, 44.158726 ], [ -110.126686, 44.16028 ], [ -110.124613, 44.160578 ], [ -110.122738, 44.160236 ], [ -110.12112, 44.161746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WY_NE", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "SD", "ECONOMIC_M": 0.9945336867, "RPS_COMPLI": 2015, "RPS_COM_01": 0.1, "SUBSTATION": 45860.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -103.289311006627599, 44.451820422586025 ], [ -103.284785321846485, 44.402037889993686 ], [ -103.292328129815019, 44.362815288557314 ], [ -103.286293883440194, 44.331135495089462 ], [ -103.293836691408728, 44.302472824809023 ], [ -103.277242513877951, 44.261741661778956 ], [ -103.278751075471661, 44.228553306717409 ], [ -103.257631213159755, 44.217993375561463 ], [ -103.265174021128303, 44.202907759624381 ], [ -103.247071282003816, 44.195364951655868 ], [ -103.222942, 44.184326 ], [ -103.15655758638141, 44.159159473406895 ], [ -103.111300738570208, 44.150108103844644 ], [ -103.077794, 44.148768 ], [ -103.031499222128659, 44.087373081609698 ], [ -103.008886498394972, 44.075676845195751 ], [ -103.009666247489236, 44.048385626896454 ], [ -103.007721, 44.029254 ], [ -102.99719026198099, 44.0210944085972 ], [ -102.993501, 44.009402 ], [ -102.9902, 43.936904 ], [ -102.984607017574419, 43.860594294060064 ], [ -102.984607017574419, 43.834823169765016 ], [ -102.984607017574419, 43.804756858087451 ], [ -103.027558891399522, 43.761804984262348 ], [ -103.094134295828411, 43.705967548289735 ], [ -103.119905420123459, 43.675901236612184 ], [ -103.143528950727259, 43.635096956478328 ], [ -103.167152481331058, 43.579259520505715 ], [ -103.171447668713569, 43.514831709768089 ], [ -103.177890449787341, 43.461141867486688 ], [ -103.18862841824361, 43.418189993661613 ], [ -103.214399542538672, 43.358057370306483 ], [ -103.227285104686189, 43.304367528025132 ], [ -103.231580292068699, 43.252825279435015 ], [ -103.235875479451209, 43.203430624536139 ], [ -103.235875479451209, 43.128264845342258 ], [ -103.235875479451209, 43.083165377825878 ], [ -103.238023073142472, 43.038065910309548 ], [ -103.242318260524982, 42.999409223866955 ], [ -103.324188, 43.000933999999887 ], [ -103.340897679655058, 43.000878847555398 ], [ -103.349480126265732, 43.000859797566235 ], [ -103.371014, 43.000851642597794 ], [ -103.371014, 43.016659999999895 ], [ -103.412663, 43.016659999999895 ], [ -103.412663, 43.000835869946563 ], [ -103.50474, 43.000800999999896 ], [ -103.991158, 43.00173599999988 ], [ -104.052639, 43.000616999999892 ], [ -104.054334, 43.477837999999885 ], [ -104.054299, 43.503098999999885 ], [ -104.200112, 43.502769999999877 ], [ -104.733245, 43.501762999999883 ], [ -104.899417, 43.499668999999891 ], [ -105.079267, 43.498474999999893 ], [ -105.922939, 43.495035 ], [ -106.0168, 43.494999 ], [ -106.018294, 43.625 ], [ -106.017027, 43.821513999999894 ], [ -106.008631, 43.821604 ], [ -106.008998, 44.083574 ], [ -106.010809, 44.137359 ], [ -106.015413, 44.137224 ], [ -106.019919, 44.13999299999989 ], [ -106.027477, 44.139538 ], [ -106.032999, 44.143701 ], [ -106.038493, 44.142741999999899 ], [ -106.04913, 44.144275999999891 ], [ -106.054116, 44.140365999999894 ], [ -106.056783, 44.142996 ], [ -106.057832, 44.139726 ], [ -106.067262, 44.141234999999895 ], [ -106.06977, 44.139703 ], [ -106.075328, 44.142744 ], [ -106.078504, 44.146516 ], [ -106.082726, 44.141417 ], [ -106.085139, 44.142948 ], [ -106.092442, 44.141872 ], [ -106.099526, 44.146809 ], [ -106.105113, 44.144291 ], [ -106.117789, 44.150277 ], [ -106.150635, 44.141414 ], [ -106.164509, 44.146265 ], [ -106.16873, 44.152005 ], [ -106.172826, 44.154018 ], [ -106.178797, 44.152784 ], [ -106.180449, 44.147524 ], [ -106.188039, 44.14725 ], [ -106.18842, 44.144369 ], [ -106.193151, 44.139041 ], [ -106.191658, 44.134993999999899 ], [ -106.19407, 44.130101 ], [ -106.20315, 44.132226 ], [ -106.222548, 44.131924999999896 ], [ -106.22855, 44.134964 ], [ -106.234897, 44.131669 ], [ -106.247407, 44.133286 ], [ -106.263409, 44.143353999999896 ], [ -106.266554, 44.141823 ], [ -106.272712, 44.144317999999892 ], [ -106.276938, 44.14084299999989 ], [ -106.290206, 44.151731 ], [ -106.29681, 44.153813 ], [ -106.302304, 44.160238 ], [ -106.308465, 44.163623 ], [ -106.312658, 44.163966 ], [ -106.317645, 44.167693 ], [ -106.325271, 44.178393 ], [ -106.335351, 44.199153 ], [ -106.335989, 44.20368 ], [ -106.345053, 44.212687 ], [ -106.349696, 44.215452 ], [ -106.358377, 44.217415 ], [ -106.379944, 44.231861 ], [ -106.395904, 44.23715 ], [ -106.410657, 44.24598 ], [ -106.42919, 44.250126 ], [ -106.430123, 44.248291 ], [ -106.433431, 44.248086 ], [ -106.432699, 44.246690999999899 ], [ -106.434544, 44.245113 ], [ -106.433335, 44.243467 ], [ -106.435307, 44.241203 ], [ -106.436675, 44.241409 ], [ -106.436039, 44.245067 ], [ -106.437852, 44.246051 ], [ -106.4417, 44.239876999999893 ], [ -106.441731, 44.236676 ], [ -106.446183, 44.236173 ], [ -106.44367, 44.232148999999886 ], [ -106.437533, 44.229314 ], [ -106.437692, 44.226753 ], [ -106.435021, 44.22513 ], [ -106.437278, 44.223278 ], [ -106.434449, 44.219299 ], [ -106.440235, 44.218293 ], [ -106.441951, 44.217264 ], [ -106.440139, 44.216738 ], [ -106.441188, 44.214635 ], [ -106.447895, 44.212805 ], [ -106.446782, 44.210427 ], [ -106.449484, 44.209146 ], [ -106.446019, 44.206151 ], [ -106.452884, 44.204527 ], [ -106.448656, 44.203636 ], [ -106.451389, 44.200938 ], [ -106.448211, 44.201417999999897 ], [ -106.445604, 44.199612 ], [ -106.445381, 44.194422 ], [ -106.443474, 44.192684 ], [ -106.44805, 44.190786 ], [ -106.447287, 44.189529 ], [ -106.445539, 44.190489 ], [ -106.44484, 44.188546 ], [ -106.448049, 44.188728 ], [ -106.454149, 44.183766 ], [ -106.44773, 44.180222999999891 ], [ -106.453798, 44.179467 ], [ -106.455544, 44.176861 ], [ -106.45494, 44.174757 ], [ -106.45818, 44.174757 ], [ -106.457417, 44.172607 ], [ -106.460467, 44.173796 ], [ -106.462089, 44.176585 ], [ -106.462787, 44.175144 ], [ -106.466282, 44.175098 ], [ -106.460752, 44.171692 ], [ -106.467519, 44.171805 ], [ -106.469932, 44.170112 ], [ -106.463896, 44.168399 ], [ -106.466563, 44.166478 ], [ -106.463609, 44.165427 ], [ -106.465036, 44.161219 ], [ -106.469927, 44.160623 ], [ -106.469512, 44.156782 ], [ -106.46027, 44.155824 ], [ -106.464301, 44.150793 ], [ -106.466269, 44.15045 ], [ -106.464394, 44.146197 ], [ -106.466044, 44.144436 ], [ -106.468172, 44.146585 ], [ -106.469187, 44.14363499999989 ], [ -106.470808, 44.145966999999899 ], [ -106.474775, 44.144022 ], [ -106.472901, 44.141485 ], [ -106.476932, 44.14002 ], [ -106.468677, 44.139153999999877 ], [ -106.470993, 44.136592 ], [ -106.479977, 44.136338 ], [ -106.480959, 44.132679 ], [ -106.477467, 44.132726 ], [ -106.481021, 44.131376 ], [ -106.481211, 44.129912 ], [ -106.483845, 44.130048 ], [ -106.483974, 44.132494999999899 ], [ -106.4861, 44.130482 ], [ -106.487656, 44.132036 ], [ -106.488224, 44.128011999999899 ], [ -106.484634, 44.119943 ], [ -106.486568, 44.117885 ], [ -106.489426, 44.119506999999899 ], [ -106.48879, 44.118020999999892 ], [ -106.491329, 44.117425 ], [ -106.502612, 44.119756 ], [ -106.501189, 44.114747999999892 ], [ -106.497451, 44.114381 ], [ -106.498749, 44.112254 ], [ -106.496781, 44.111477 ], [ -106.5, 44.1115 ], [ -106.502775, 44.114726 ], [ -106.506363, 44.11283 ], [ -106.506842, 44.110132 ], [ -106.503891, 44.109101 ], [ -106.501864, 44.105877 ], [ -106.505703, 44.105763999999894 ], [ -106.503486, 44.101968 ], [ -106.507483, 44.10309 ], [ -106.51307, 44.09948 ], [ -106.513356, 44.098268 ], [ -106.510819, 44.097443999999896 ], [ -106.511487, 44.095249 ], [ -106.513643, 44.096507 ], [ -106.515326, 44.09493 ], [ -106.512726, 44.09326 ], [ -106.509109, 44.093602 ], [ -106.512601, 44.090333999999899 ], [ -106.512063, 44.088596 ], [ -106.515712, 44.088025 ], [ -106.520436, 44.091274 ], [ -106.520501, 44.089490999999896 ], [ -106.524022, 44.088851 ], [ -106.523008, 44.087091 ], [ -106.524911, 44.087547999999884 ], [ -106.526467, 44.085011 ], [ -106.528116, 44.085514 ], [ -106.527607, 44.088052 ], [ -106.529447, 44.087527 ], [ -106.529414, 44.089928 ], [ -106.532715, 44.087505 ], [ -106.532335, 44.08563 ], [ -106.534746, 44.085332999999899 ], [ -106.535949, 44.088992 ], [ -106.538202, 44.088375 ], [ -106.538614, 44.090249999999898 ], [ -106.546639, 44.091463 ], [ -106.546227, 44.089908 ], [ -106.543119, 44.089153 ], [ -106.547179, 44.087347 ], [ -106.544325, 44.086067 ], [ -106.544801, 44.084672 ], [ -106.547275, 44.084787 ], [ -106.544865, 44.083002999999891 ], [ -106.545309, 44.081494 ], [ -106.54975, 44.081266 ], [ -106.548228, 44.079619 ], [ -106.552224, 44.079551 ], [ -106.550765, 44.078133 ], [ -106.554413, 44.076967 ], [ -106.555174, 44.074773 ], [ -106.55695, 44.075779 ], [ -106.559487, 44.074680999999899 ], [ -106.555333, 44.072852 ], [ -106.558948, 44.071594 ], [ -106.556158, 44.068712999999882 ], [ -106.560185, 44.070565999999893 ], [ -106.560914, 44.068576 ], [ -106.56491, 44.07052 ], [ -106.566273, 44.068988 ], [ -106.567574, 44.069741999999898 ], [ -106.566654, 44.071525999999892 ], [ -106.568113, 44.071983 ], [ -106.570554, 44.06933 ], [ -106.568081, 44.069079 ], [ -106.567224, 44.067363999999898 ], [ -106.569888, 44.066861 ], [ -106.570839, 44.063866 ], [ -106.57179, 44.065329 ], [ -106.57512, 44.065283 ], [ -106.575373, 44.062516 ], [ -106.57737, 44.061922 ], [ -106.575721, 44.060093 ], [ -106.576545, 44.058561 ], [ -106.57794, 44.060184 ], [ -106.579303, 44.058972 ], [ -106.579463, 44.061144 ], [ -106.582602, 44.063224 ], [ -106.585423, 44.060754 ], [ -106.589959, 44.064113999999897 ], [ -106.592717, 44.062559 ], [ -106.592813, 44.065188 ], [ -106.596808, 44.064615 ], [ -106.59719, 44.066421 ], [ -106.601406, 44.064614 ], [ -106.602453, 44.066168 ], [ -106.601217, 44.067449 ], [ -106.607464, 44.067538 ], [ -106.607815, 44.06971 ], [ -106.605881, 44.069755999999899 ], [ -106.605882, 44.071105 ], [ -106.612381, 44.069708 ], [ -106.613873, 44.070759 ], [ -106.612352, 44.072612 ], [ -106.614795, 44.074051 ], [ -106.621582, 44.074001999999894 ], [ -106.620152, 44.071602 ], [ -106.62272, 44.07064 ], [ -106.624658, 44.074046 ], [ -106.629718, 44.07501 ], [ -106.630351, 44.076725 ], [ -106.631874, 44.076406 ], [ -106.631432, 44.074257 ], [ -106.633873, 44.074486 ], [ -106.636471, 44.077756999999899 ], [ -106.642654, 44.07952 ], [ -106.644494, 44.078719999999898 ], [ -106.642148, 44.077691 ], [ -106.644306, 44.076045 ], [ -106.645225, 44.077235 ], [ -106.646907, 44.075269 ], [ -106.651726, 44.076802 ], [ -106.652267, 44.074835999999891 ], [ -106.650935, 44.074241 ], [ -106.65306, 44.073166999999884 ], [ -106.654138, 44.074402 ], [ -106.657786, 44.071613999999897 ], [ -106.655947, 44.070607 ], [ -106.657946, 44.069007 ], [ -106.656806, 44.065669 ], [ -106.65836, 44.064823 ], [ -106.662989, 44.067155999999898 ], [ -106.665113, 44.066379 ], [ -106.663243, 44.06455 ], [ -106.664068, 44.062904 ], [ -106.666445, 44.065351 ], [ -106.666032, 44.067819999999898 ], [ -106.667745, 44.068232 ], [ -106.667935, 44.066837 ], [ -106.669743, 44.067478 ], [ -106.66914, 44.066037 ], [ -106.672375, 44.065923 ], [ -106.671709, 44.064070999999899 ], [ -106.67339, 44.064689 ], [ -106.671932, 44.062355999999888 ], [ -106.67301, 44.061648 ], [ -106.675672, 44.066060999999884 ], [ -106.678019, 44.061625 ], [ -106.679636, 44.06222 ], [ -106.679066, 44.060665 ], [ -106.681571, 44.0611 ], [ -106.682015, 44.059179 ], [ -106.679669, 44.05703 ], [ -106.687119, 44.053372 ], [ -106.685914, 44.052274 ], [ -106.687119, 44.05072 ], [ -106.692413, 44.050834 ], [ -106.693713, 44.052983 ], [ -106.69571, 44.051565 ], [ -106.696089, 44.047267 ], [ -106.700559, 44.048477999999896 ], [ -106.707183, 44.046738999999896 ], [ -106.708135, 44.048087999999893 ], [ -106.713492, 44.048087 ], [ -106.715488, 44.046028999999891 ], [ -106.719419, 44.047010999999891 ], [ -106.718944, 44.048268 ], [ -106.723318, 44.047032 ], [ -106.724619, 44.049455 ], [ -106.729724, 44.050803 ], [ -106.732924, 44.049178 ], [ -106.738758, 44.05121 ], [ -106.743385, 44.049425 ], [ -106.749093, 44.052142 ], [ -106.764378, 44.053134 ], [ -106.769102, 44.051398 ], [ -106.774426, 44.054577999999886 ], [ -106.784317, 44.053277999999899 ], [ -106.806381, 44.058447999999899 ], [ -106.81158, 44.057442 ], [ -106.819379, 44.058493 ], [ -106.826545, 44.061807 ], [ -106.863886, 44.054845999999891 ], [ -106.865665, 44.058823 ], [ -106.886549, 44.063947 ], [ -106.891686, 44.063126 ], [ -106.903793, 44.071063 ], [ -106.908391, 44.072001999999898 ], [ -106.919394, 44.069741 ], [ -106.927385, 44.070313 ], [ -106.933758, 44.073628 ], [ -106.935502, 44.077218 ], [ -106.943177, 44.079137999999872 ], [ -106.944699, 44.081149 ], [ -106.943621, 44.082979 ], [ -106.951012, 44.087116 ], [ -106.960432, 44.086885 ], [ -106.974617, 44.091328999999888 ], [ -106.955398, 44.112377 ], [ -106.949973, 44.115372999999892 ], [ -106.937689, 44.135347 ], [ -106.932306, 44.150041 ], [ -106.943943, 44.145726 ], [ -106.966165, 44.14099 ], [ -106.97643, 44.142019999999881 ], [ -107.0, 44.150923 ], [ -107.029287, 44.151941 ], [ -107.048368, 44.158346 ], [ -107.061197, 44.150803 ], [ -107.079358, 44.150458 ], [ -107.083899, 44.152401 ], [ -107.083996, 44.157682 ], [ -107.087108, 44.159464 ], [ -107.113911, 44.161627 ], [ -107.127879, 44.160939 ], [ -107.127966, 44.165728 ], [ -107.146189, 44.165702 ], [ -107.146807571512213, 44.165708001585287 ], [ -107.146589, 44.187133 ], [ -107.145799, 44.255205 ], [ -107.217052, 44.253589 ], [ -107.217188, 44.256576 ], [ -107.273313, 44.255303 ], [ -107.273028, 44.249031 ], [ -107.274755, 44.248992 ], [ -107.271043, 44.167382999999894 ], [ -107.309677, 44.167567 ], [ -107.311058, 44.197931 ], [ -107.332667, 44.19744 ], [ -107.334026, 44.227336999999899 ], [ -107.39237, 44.226014 ], [ -107.395792, 44.301253 ], [ -107.422443, 44.300649 ], [ -107.424347, 44.342504 ], [ -107.466124, 44.341556 ], [ -107.474033, 44.515454 ], [ -107.399842, 44.517136 ], [ -107.403604, 44.599836 ], [ -107.397811, 44.598811 ], [ -107.400669, 44.608076 ], [ -107.409587, 44.804172 ], [ -107.407612, 44.833859 ], [ -107.408925, 44.862725 ], [ -107.364454, 44.863735 ], [ -107.365173, 44.879541 ], [ -107.402219, 44.8787 ], [ -107.402885, 44.89335 ], [ -107.422755, 44.892899 ], [ -107.423389, 44.906826 ], [ -107.459469, 44.906007 ], [ -107.459575, 44.908359 ], [ -107.505852, 44.907309 ], [ -107.506477, 44.921055 ], [ -107.426474, 44.922869 ], [ -107.4264, 44.921241 ], [ -107.384568, 44.92219 ], [ -107.384461, 44.919839 ], [ -107.366944, 44.920236 ], [ -107.366367, 44.905789 ], [ -107.304382, 44.907195 ], [ -107.303932, 44.8973 ], [ -107.262212, 44.898246 ], [ -107.263299, 44.922159 ], [ -107.19893, 44.923619 ], [ -107.199343, 44.932689 ], [ -107.155238, 44.933689 ], [ -107.154601, 44.919671 ], [ -107.137866, 44.919707 ], [ -107.140594, 44.979694 ], [ -107.118569, 44.980193 ], [ -107.119432987767013, 44.999184731100748 ], [ -107.235487, 45.000714 ], [ -107.222296, 45.124515 ], [ -107.066334, 45.120832 ], [ -107.062167, 45.157486 ], [ -106.908933, 45.159859 ], [ -106.652559, 45.177652 ], [ -106.263682, 45.179792 ], [ -106.263586, 44.993788 ], [ -105.928184, 44.993647 ], [ -105.914258, 44.999986 ], [ -105.913382, 45.000941 ], [ -105.848065, 45.000396 ], [ -105.196969923524662, 45.000354987909773 ], [ -105.19797, 45.237748 ], [ -105.192574, 45.340376 ], [ -105.136865, 45.338622 ], [ -105.131282, 45.444788 ], [ -104.98708, 45.440988 ], [ -104.879407, 45.437597 ], [ -104.875533, 45.511273 ], [ -104.372643, 45.611481 ], [ -104.255188, 45.611603 ], [ -104.1306, 45.611286 ], [ -104.0629, 45.611594 ], [ -104.041647, 45.550691 ], [ -104.04056, 45.418992 ], [ -104.04041, 45.393474 ], [ -104.040114, 45.374214 ], [ -104.040265, 45.345356 ], [ -104.040358, 45.335946 ], [ -104.03946507773135, 45.212923647668106 ], [ -104.000491, 45.212787 ], [ -103.981405, 45.212917 ], [ -103.981288, 45.212848 ], [ -103.980563767845709, 45.212860129225625 ], [ -103.963505814492379, 44.935931461139134 ], [ -103.898916138820269, 44.791846800024402 ], [ -103.88152661075469, 44.70241494140145 ], [ -103.835410303549466, 44.681121784829443 ], [ -103.666451405054303, 44.646424868174194 ], [ -103.526155176839566, 44.620779321081187 ], [ -103.447709973966823, 44.595133773988159 ], [ -103.419358, 44.557499 ], [ -103.370773332687776, 44.528757063865044 ], [ -103.339093539219931, 44.506128639959449 ], [ -103.31646511531433, 44.486517339241281 ], [ -103.289311006627599, 44.451820422586025 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SCE_S", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0692055943000001, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 24374.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -116.408001, 33.997118999999628 ], [ -116.387578, 33.995968999999633 ], [ -116.401298, 33.800101999999633 ], [ -116.360555, 33.797796999999612 ], [ -116.362048, 33.780779999999623 ], [ -116.344827, 33.782651999999629 ], [ -116.346823, 33.759961999999618 ], [ -116.302458, 33.760278999999613 ], [ -116.300069, 33.748739999999621 ], [ -116.28989, 33.748155999999618 ], [ -116.29366, 33.705610999999593 ], [ -116.344526, 33.708519999999623 ], [ -116.34926, 33.654624999999626 ], [ -116.339592, 33.648371999999611 ], [ -116.340192, 33.602789999999601 ], [ -116.313099, 33.601239999999606 ], [ -116.314099, 33.589892999999613 ], [ -116.297169, 33.588920999999601 ], [ -116.30918, 33.452738999999596 ], [ -116.312147, 33.427723999999621 ], [ -116.393592, 33.427437999999611 ], [ -116.532168, 33.426950999999605 ], [ -116.617687, 33.42735399999961 ], [ -116.62286, 33.427297999999602 ], [ -116.682099, 33.427218999999617 ], [ -116.836661, 33.426807999999603 ], [ -116.848341, 33.426672999999596 ], [ -116.859667, 33.426541999999614 ], [ -116.883713, 33.426949999999614 ], [ -116.895281, 33.427014999999599 ], [ -116.937675, 33.427396999999601 ], [ -116.981993, 33.427693999999612 ], [ -117.00186, 33.426930999999612 ], [ -117.030861, 33.426930999999612 ], [ -117.030861, 33.430130999999605 ], [ -117.052261, 33.430229999999597 ], [ -117.072162, 33.430229999999597 ], [ -117.079662, 33.430329999999621 ], [ -117.088963, 33.430329999999621 ], [ -117.117002, 33.431197999999611 ], [ -117.135107, 33.432332999999616 ], [ -117.142177, 33.432628999999615 ], [ -117.144314, 33.432628999999615 ], [ -117.188166, 33.432128999999605 ], [ -117.199939, 33.432128999999598 ], [ -117.227743, 33.432028999999609 ], [ -117.239168, 33.431927999999608 ], [ -117.241468, 33.431927999999608 ], [ -117.241562, 33.444859999999608 ], [ -117.241668, 33.448927999999611 ], [ -117.250668, 33.451760999999593 ], [ -117.284069, 33.4626269999996 ], [ -117.370772, 33.490725999999611 ], [ -117.364272, 33.505024999999627 ], [ -117.509722, 33.505018999999621 ], [ -117.509725, 33.509061999999638 ], [ -117.503756, 33.508944999999599 ], [ -117.503358, 33.515638999999616 ], [ -117.50344, 33.515671999999611 ], [ -117.503181, 33.520404999999606 ], [ -117.509451, 33.520545999999626 ], [ -117.509909, 33.520545999999612 ], [ -117.510206, 33.534007999999616 ], [ -117.501165, 33.545815999999618 ], [ -117.496701, 33.552614999999584 ], [ -117.462337, 33.596567999999621 ], [ -117.724459, 33.608695999999625 ], [ -117.72541, 33.59513199999963 ], [ -117.739577, 33.595768999999621 ], [ -117.74242, 33.555072999999616 ], [ -117.72826, 33.554436999999623 ], [ -117.726351, 33.523731999999619 ], [ -117.770122, 33.525691999999623 ], [ -117.784888, 33.541524999999623 ], [ -117.801288, 33.546323999999622 ], [ -117.814188, 33.552223999999605 ], [ -117.840289, 33.573522999999618 ], [ -117.87679, 33.592321999999633 ], [ -117.89979, 33.599621999999584 ], [ -117.927091, 33.605520999999605 ], [ -117.940591, 33.620020999999625 ], [ -118.000593, 33.654318999999603 ], [ -118.029694, 33.676417999999622 ], [ -118.064895, 33.711017999999626 ], [ -118.088896, 33.72981699999962 ], [ -118.101097, 33.734116999999628 ], [ -118.132698, 33.753216999999623 ], [ -118.1569, 33.760316999999638 ], [ -118.1755, 33.763616999999641 ], [ -118.180831, 33.763071999999632 ], [ -118.187701, 33.749217999999615 ], [ -118.1837, 33.736117999999621 ], [ -118.181367, 33.717366999999605 ], [ -118.207476, 33.716904999999628 ], [ -118.258687, 33.703740999999631 ], [ -118.277208, 33.707090999999622 ], [ -118.285333, 33.707592999999605 ], [ -118.285204, 33.707818999999603 ], [ -118.285, 33.707954999999636 ], [ -118.283829, 33.709384999999614 ], [ -118.283264, 33.710288999999612 ], [ -118.284859, 33.713946999999614 ], [ -118.284836, 33.715308999999614 ], [ -118.283722, 33.716205999999637 ], [ -118.282051, 33.717097999999623 ], [ -118.28093, 33.717998999999594 ], [ -118.280907, 33.719813999999616 ], [ -118.281967, 33.722556999999625 ], [ -118.280838, 33.72390699999962 ], [ -118.27974, 33.723895999999613 ], [ -118.278091, 33.722968999999637 ], [ -118.278107, 33.722060999999613 ], [ -118.277016, 33.721137999999627 ], [ -118.277046, 33.71931799999961 ], [ -118.276001, 33.715671999999628 ], [ -118.27491, 33.714747999999602 ], [ -118.273788, 33.716102999999627 ], [ -118.274315, 33.717471999999617 ], [ -118.274292, 33.718837999999643 ], [ -118.274818, 33.720660999999616 ], [ -118.276985, 33.723411999999612 ], [ -118.277504, 33.725234999999607 ], [ -118.276398, 33.725680999999618 ], [ -118.274765, 33.724296999999616 ], [ -118.274231, 33.722926999999608 ], [ -118.273704, 33.721103999999599 ], [ -118.271515, 33.720168999999629 ], [ -118.271477, 33.722442999999622 ], [ -118.273087, 33.725188999999624 ], [ -118.275246, 33.728396999999617 ], [ -118.27684, 33.732505999999631 ], [ -118.277893, 33.73615599999961 ], [ -118.278404, 33.738433999999621 ], [ -118.278374, 33.740706999999624 ], [ -118.277214, 33.74387699999965 ], [ -118.276077, 33.746139999999635 ], [ -118.276611, 33.747054999999627 ], [ -118.276596, 33.748420999999624 ], [ -118.275459, 33.750224999999617 ], [ -118.273781, 33.751574999999647 ], [ -118.274315, 33.752940999999623 ], [ -118.2743, 33.753852999999623 ], [ -118.275948, 33.754325999999629 ], [ -118.27871, 33.754352999999632 ], [ -118.279823, 33.753909999999621 ], [ -118.282577, 33.753940999999628 ], [ -118.283676, 33.754405999999641 ], [ -118.285889, 33.754428999999632 ], [ -118.287552, 33.753993999999615 ], [ -118.287529, 33.755355999999615 ], [ -118.285858, 33.75624799999963 ], [ -118.284752, 33.756236999999615 ], [ -118.283089, 33.756675999999615 ], [ -118.281982, 33.75666399999961 ], [ -118.280892, 33.756194999999607 ], [ -118.279228, 33.756633999999622 ], [ -118.278656, 33.757537999999627 ], [ -118.27697, 33.759337999999623 ], [ -118.276955, 33.760699999999616 ], [ -118.277458, 33.763888999999622 ], [ -118.277977, 33.765716999999647 ], [ -118.277901, 33.770717999999611 ], [ -118.27626, 33.769790999999614 ], [ -118.275749, 33.767055999999627 ], [ -118.270767, 33.767913999999642 ], [ -118.273087, 33.76066199999962 ], [ -118.273682, 33.757937999999633 ], [ -118.273148, 33.756568999999622 ], [ -118.270958, 33.755637999999635 ], [ -118.269844, 33.756080999999639 ], [ -118.269272, 33.757434999999639 ], [ -118.269798, 33.758807999999625 ], [ -118.268089, 33.762427999999638 ], [ -118.266983, 33.76287099999962 ], [ -118.265877, 33.762401999999625 ], [ -118.266441, 33.761497999999612 ], [ -118.267029, 33.759685999999633 ], [ -118.267075, 33.756503999999595 ], [ -118.266579, 33.753314999999624 ], [ -118.260948, 33.759620999999605 ], [ -118.261444, 33.76326399999963 ], [ -118.263611, 33.766017999999619 ], [ -118.259186, 33.766425999999633 ], [ -118.258141, 33.762320999999631 ], [ -118.251373, 33.770884999999645 ], [ -118.246872, 33.775840999999623 ], [ -118.245758, 33.776736999999613 ], [ -118.244095, 33.777175999999592 ], [ -118.243553, 33.776259999999617 ], [ -118.24469, 33.774451999999592 ], [ -118.246376, 33.77265199999961 ], [ -118.248047, 33.771304999999614 ], [ -118.249184, 33.769500999999622 ], [ -118.250313, 33.76814699999963 ], [ -118.248703, 33.764945999999625 ], [ -118.242027, 33.76805899999961 ], [ -118.239103, 33.768731999999616 ], [ -118.238503, 33.769117999999622 ], [ -118.221903, 33.781816999999627 ], [ -118.221202, 33.782416999999619 ], [ -118.220802, 33.782716999999643 ], [ -118.221603, 33.783416999999623 ], [ -118.221803, 33.783716999999641 ], [ -118.222703, 33.78481699999962 ], [ -118.223603, 33.785616999999604 ], [ -118.223903, 33.786016999999617 ], [ -118.225903, 33.78831699999963 ], [ -118.226303, 33.788616999999618 ], [ -118.227403, 33.789716999999641 ], [ -118.227103, 33.790316999999639 ], [ -118.226903, 33.79101699999962 ], [ -118.221903, 33.804616999999624 ], [ -118.221735, 33.811728999999637 ], [ -118.222759, 33.812784999999622 ], [ -118.223403, 33.815716999999623 ], [ -118.224503, 33.82161699999962 ], [ -118.224403, 33.822016999999619 ], [ -118.224503, 33.822816999999624 ], [ -118.224503, 33.823616999999629 ], [ -118.224603, 33.82441699999962 ], [ -118.224803, 33.825016999999633 ], [ -118.224903, 33.825416999999625 ], [ -118.225103, 33.82581699999961 ], [ -118.226703, 33.82951699999964 ], [ -118.227003, 33.828816999999624 ], [ -118.227003, 33.828016999999626 ], [ -118.228103, 33.825716999999614 ], [ -118.228303, 33.825016999999633 ], [ -118.228403, 33.824316999999624 ], [ -118.225503, 33.811316999999605 ], [ -118.224003, 33.807416999999631 ], [ -118.224103, 33.805216999999615 ], [ -118.227403, 33.799916999999617 ], [ -118.229003, 33.79451699999963 ], [ -118.229503, 33.793616999999635 ], [ -118.230103, 33.792816999999623 ], [ -118.237403, 33.800516999999623 ], [ -118.238203, 33.800516999999623 ], [ -118.246304, 33.800116999999616 ], [ -118.254204, 33.799616999999621 ], [ -118.256804, 33.799516999999625 ], [ -118.258404, 33.799416999999622 ], [ -118.257604, 33.802016999999623 ], [ -118.256504, 33.804716999999599 ], [ -118.257904, 33.804716999999613 ], [ -118.258804, 33.804616999999624 ], [ -118.259604, 33.804716999999613 ], [ -118.260404, 33.804716999999613 ], [ -118.261204, 33.804616999999624 ], [ -118.263904, 33.804616999999624 ], [ -118.264604, 33.804716999999613 ], [ -118.264404, 33.801016999999625 ], [ -118.264504, 33.799116999999633 ], [ -118.265304, 33.799116999999633 ], [ -118.265848, 33.798976999999624 ], [ -118.266304, 33.799016999999608 ], [ -118.267604, 33.799016999999637 ], [ -118.268504, 33.798916999999626 ], [ -118.269404, 33.798916999999626 ], [ -118.270404, 33.798816999999609 ], [ -118.271404, 33.798816999999609 ], [ -118.274504, 33.798616999999588 ], [ -118.275404, 33.798516999999627 ], [ -118.277404, 33.798516999999627 ], [ -118.280004, 33.798316999999606 ], [ -118.281004, 33.798216999999603 ], [ -118.283204, 33.798216999999617 ], [ -118.283104, 33.797716999999622 ], [ -118.285405, 33.797816999999618 ], [ -118.286905, 33.797716999999622 ], [ -118.292905, 33.797716999999622 ], [ -118.293905, 33.797816999999618 ], [ -118.299405, 33.797816999999618 ], [ -118.299305, 33.799316999999625 ], [ -118.299405, 33.800116999999616 ], [ -118.299805, 33.800116999999616 ], [ -118.299905, 33.802316999999618 ], [ -118.299405, 33.802316999999611 ], [ -118.299405, 33.802916999999631 ], [ -118.299805, 33.802916999999631 ], [ -118.299805, 33.803616999999612 ], [ -118.299205, 33.803716999999608 ], [ -118.299005, 33.803616999999619 ], [ -118.298905, 33.804916999999627 ], [ -118.298905, 33.806316999999616 ], [ -118.298805, 33.807016999999625 ], [ -118.298605, 33.810115999999624 ], [ -118.298605, 33.813215999999606 ], [ -118.299205, 33.813415999999613 ], [ -118.299205, 33.819015999999614 ], [ -118.299105, 33.819515999999624 ], [ -118.299205, 33.820015999999612 ], [ -118.299105, 33.821115999999634 ], [ -118.299005, 33.821815999999622 ], [ -118.299105, 33.822215999999628 ], [ -118.299205, 33.824515999999619 ], [ -118.299205, 33.835115999999637 ], [ -118.299105, 33.835615999999618 ], [ -118.299205, 33.83611599999962 ], [ -118.299205, 33.837215999999621 ], [ -118.299105, 33.841915999999621 ], [ -118.299105, 33.843715999999638 ], [ -118.299205, 33.84561599999963 ], [ -118.299205, 33.846215999999636 ], [ -118.295105, 33.846315999999632 ], [ -118.291705, 33.846215999999636 ], [ -118.290505, 33.846215999999615 ], [ -118.286105, 33.846315999999618 ], [ -118.285105, 33.846315999999618 ], [ -118.284805, 33.850115999999616 ], [ -118.284805, 33.85601599999962 ], [ -118.284705, 33.856815999999618 ], [ -118.284605, 33.857215999999617 ], [ -118.284605, 33.858615999999635 ], [ -118.285005, 33.860915999999648 ], [ -118.283905, 33.861515999999618 ], [ -118.283705, 33.861615999999621 ], [ -118.283405, 33.861715999999639 ], [ -118.281605, 33.862615999999633 ], [ -118.281605, 33.870015999999644 ], [ -118.281805, 33.872415999999625 ], [ -118.282205, 33.872515999999607 ], [ -118.282151, 33.872949999999619 ], [ -118.282228, 33.874016999999625 ], [ -118.282183, 33.874661999999638 ], [ -118.282306, 33.875515999999628 ], [ -118.282306, 33.878415999999632 ], [ -118.282406, 33.879215999999623 ], [ -118.282506, 33.88171499999963 ], [ -118.282506, 33.88261499999961 ], [ -118.282706, 33.885314999999615 ], [ -118.282906, 33.892514999999626 ], [ -118.282906, 33.894514999999629 ], [ -118.283106, 33.896814999999627 ], [ -118.282106, 33.897114999999616 ], [ -118.282206, 33.901714999999612 ], [ -118.282106, 33.909014999999634 ], [ -118.282106, 33.913214999999624 ], [ -118.282006, 33.914324999999629 ], [ -118.282191, 33.914905999999618 ], [ -118.282218, 33.916204999999643 ], [ -118.282131, 33.918229999999618 ], [ -118.282206, 33.918714999999629 ], [ -118.282006, 33.920314999999619 ], [ -118.282006, 33.92121499999962 ], [ -118.281906, 33.922414999999624 ], [ -118.282006, 33.92281499999963 ], [ -118.281996, 33.923128999999619 ], [ -118.281833, 33.923127999999629 ], [ -118.281833, 33.923006999999615 ], [ -118.281285, 33.923062999999622 ], [ -118.281268, 33.923179999999611 ], [ -118.279847, 33.923178999999642 ], [ -118.279844, 33.922948999999626 ], [ -118.278106, 33.923114999999648 ], [ -118.273706, 33.923114999999648 ], [ -118.272906, 33.923022999999624 ], [ -118.272922, 33.922798999999628 ], [ -118.271561, 33.922767999999643 ], [ -118.255498, 33.923022999999624 ], [ -118.254306, 33.923114999999655 ], [ -118.253553, 33.923114999999648 ], [ -118.253497, 33.926925999999625 ], [ -118.253988, 33.926901999999622 ], [ -118.254036, 33.928442999999632 ], [ -118.253658, 33.928814999999624 ], [ -118.254206, 33.929414999999636 ], [ -118.250305, 33.929414999999636 ], [ -118.249205, 33.92951499999964 ], [ -118.248205, 33.929414999999629 ], [ -118.246205, 33.929614999999608 ], [ -118.243405, 33.92951499999964 ], [ -118.238705, 33.92951499999964 ], [ -118.238205, 33.929414999999636 ], [ -118.238005, 33.92951499999964 ], [ -118.236305, 33.929414999999643 ], [ -118.235405, 33.92931499999964 ], [ -118.234405, 33.92931499999964 ], [ -118.232705, 33.92921499999963 ], [ -118.231205, 33.92921499999963 ], [ -118.230405, 33.929114999999641 ], [ -118.230121, 33.929038999999634 ], [ -118.230441, 33.929646999999633 ], [ -118.230569, 33.930414999999613 ], [ -118.230649, 33.931246999999637 ], [ -118.230633, 33.93203099999964 ], [ -118.230569, 33.932430999999625 ], [ -118.230457, 33.932942999999625 ], [ -118.230281, 33.933342999999617 ], [ -118.230205, 33.93401499999964 ], [ -118.230005, 33.934214999999604 ], [ -118.229905, 33.934414999999632 ], [ -118.229705, 33.935114999999634 ], [ -118.229505, 33.936014999999621 ], [ -118.229205, 33.936914999999637 ], [ -118.228905, 33.937914999999627 ], [ -118.228505, 33.938914999999639 ], [ -118.228905, 33.941114999999648 ], [ -118.229505, 33.943214999999633 ], [ -118.229805, 33.94571499999963 ], [ -118.234805, 33.94571499999963 ], [ -118.234605, 33.946114999999615 ], [ -118.234905, 33.947214999999609 ], [ -118.230805, 33.947314999999634 ], [ -118.23057, 33.947342999999627 ], [ -118.230565, 33.948334999999624 ], [ -118.230805, 33.948414999999635 ], [ -118.231605, 33.948314999999631 ], [ -118.232805, 33.948314999999631 ], [ -118.233905, 33.9482149999996 ], [ -118.233905, 33.950714999999633 ], [ -118.233805, 33.953314999999634 ], [ -118.235005, 33.953314999999634 ], [ -118.236105, 33.953214999999645 ], [ -118.239605, 33.953214999999645 ], [ -118.240705, 33.953314999999634 ], [ -118.241905, 33.953214999999645 ], [ -118.244106, 33.953214999999645 ], [ -118.244106, 33.954314999999639 ], [ -118.247406, 33.954314999999617 ], [ -118.247406, 33.953314999999634 ], [ -118.248706, 33.953314999999634 ], [ -118.248806, 33.949114999999644 ], [ -118.248906, 33.947514999999626 ], [ -118.248906, 33.947014999999631 ], [ -118.249006, 33.946114999999629 ], [ -118.249006, 33.944314999999648 ], [ -118.249106, 33.943314999999636 ], [ -118.250006, 33.943314999999636 ], [ -118.253506, 33.943414999999625 ], [ -118.253606, 33.944114999999634 ], [ -118.253606, 33.944914999999654 ], [ -118.253506, 33.94561499999962 ], [ -118.253506, 33.946914999999635 ], [ -118.253606, 33.949214999999654 ], [ -118.253506, 33.951214999999635 ], [ -118.254006, 33.951214999999621 ], [ -118.254906, 33.952114999999623 ], [ -118.255906, 33.953214999999645 ], [ -118.256006, 33.953814999999629 ], [ -118.255906, 33.954614999999599 ], [ -118.255906, 33.955614999999632 ], [ -118.256106, 33.957414999999628 ], [ -118.255906, 33.958314999999644 ], [ -118.256006, 33.959214999999652 ], [ -118.256006, 33.960114999999618 ], [ -118.256406, 33.960014999999636 ], [ -118.256406, 33.961914999999635 ], [ -118.256506, 33.962813999999632 ], [ -118.256506, 33.963813999999637 ], [ -118.256406, 33.964613999999642 ], [ -118.256406, 33.966413999999624 ], [ -118.256606, 33.967413999999643 ], [ -118.256506, 33.968013999999634 ], [ -118.256406, 33.96841399999964 ], [ -118.256406, 33.970713999999631 ], [ -118.256506, 33.971113999999638 ], [ -118.256506, 33.971513999999623 ], [ -118.256406, 33.972013999999646 ], [ -118.256406, 33.973113999999661 ], [ -118.256506, 33.973813999999606 ], [ -118.256406, 33.974713999999629 ], [ -118.256406, 33.98221399999963 ], [ -118.256306, 33.982513999999625 ], [ -118.256406, 33.983313999999638 ], [ -118.256406, 33.987013999999633 ], [ -118.256506, 33.987213999999639 ], [ -118.256406, 33.987813999999616 ], [ -118.256506, 33.988613999999622 ], [ -118.256506, 33.989213999999656 ], [ -118.252106, 33.989213999999656 ], [ -118.247806, 33.989313999999652 ], [ -118.246606, 33.989313999999652 ], [ -118.245606, 33.989213999999656 ], [ -118.243106, 33.989213999999656 ], [ -118.241106, 33.989113999999631 ], [ -118.237906, 33.989113999999631 ], [ -118.238029, 33.989506999999634 ], [ -118.238506, 33.991413999999629 ], [ -118.238406, 33.99301399999964 ], [ -118.238506, 33.994613999999629 ], [ -118.23866, 33.99620799999964 ], [ -118.238706, 33.996413999999646 ], [ -118.238691, 33.996521999999622 ], [ -118.238995, 33.999671999999627 ], [ -118.239206, 34.00161399999962 ], [ -118.239506, 34.005013999999626 ], [ -118.239706, 34.006013999999624 ], [ -118.239706, 34.007113999999639 ], [ -118.239806, 34.008012999999629 ], [ -118.239806, 34.009912999999621 ], [ -118.239706, 34.014812999999627 ], [ -118.230406, 34.014912999999638 ], [ -118.227706, 34.014912999999638 ], [ -118.227406, 34.015312999999615 ], [ -118.225606, 34.015312999999644 ], [ -118.225606, 34.014912999999638 ], [ -118.224075, 34.014913999999649 ], [ -118.224078, 34.015652999999638 ], [ -118.223065, 34.015601999999625 ], [ -118.222906, 34.014912999999638 ], [ -118.220006, 34.014912999999638 ], [ -118.218065, 34.014981999999627 ], [ -118.21806, 34.015837999999619 ], [ -118.217505, 34.015712999999622 ], [ -118.215041, 34.014927999999635 ], [ -118.212644, 34.01518999999962 ], [ -118.208104, 34.015009999999634 ], [ -118.208099, 34.014954999999638 ], [ -118.207005, 34.01281299999961 ], [ -118.205374, 34.012812999999618 ], [ -118.205133, 34.014453999999631 ], [ -118.205005, 34.014412999999621 ], [ -118.202805, 34.014012999999622 ], [ -118.192305, 34.012812999999646 ], [ -118.191605, 34.012712999999628 ], [ -118.191195, 34.012688999999632 ], [ -118.191225, 34.015427999999631 ], [ -118.192305, 34.01551699999964 ], [ -118.192305, 34.021911999999617 ], [ -118.192287, 34.022513999999646 ], [ -118.192305, 34.024011999999644 ], [ -118.192287, 34.025305999999659 ], [ -118.192305, 34.028211999999641 ], [ -118.192405, 34.029911999999648 ], [ -118.192413, 34.033239999999637 ], [ -118.191305, 34.033211999999629 ], [ -118.191385, 34.035499999999637 ], [ -118.191849, 34.035499999999637 ], [ -118.191924, 34.033862999999627 ], [ -118.192449, 34.033866999999624 ], [ -118.192505, 34.036011999999637 ], [ -118.192504, 34.042480999999626 ], [ -118.192521, 34.043510999999633 ], [ -118.192505, 34.045110999999629 ], [ -118.192405, 34.04621099999963 ], [ -118.192405, 34.047210999999635 ], [ -118.192605, 34.049110999999648 ], [ -118.192505, 34.050710999999652 ], [ -118.192505, 34.056510999999638 ], [ -118.192705, 34.057910999999635 ], [ -118.192805, 34.059310999999632 ], [ -118.192805, 34.06021099999964 ], [ -118.192705, 34.061810999999615 ], [ -118.189153, 34.061970999999623 ], [ -118.188729, 34.06193999999963 ], [ -118.1884, 34.061946999999641 ], [ -118.18831, 34.061903999999622 ], [ -118.187261, 34.062001999999652 ], [ -118.186894, 34.061977999999627 ], [ -118.185409, 34.062028999999647 ], [ -118.18508, 34.061989999999639 ], [ -118.184548, 34.062038999999629 ], [ -118.182579, 34.062080999999637 ], [ -118.182086, 34.062072999999636 ], [ -118.181605, 34.062110999999632 ], [ -118.181505, 34.061810999999615 ], [ -118.181198, 34.061805999999628 ], [ -118.181227, 34.062110999999632 ], [ -118.178505, 34.062126999999634 ], [ -118.177809, 34.062143999999634 ], [ -118.177004, 34.062210999999607 ], [ -118.173735, 34.062219999999648 ], [ -118.173891, 34.062081999999613 ], [ -118.174404, 34.06171099999964 ], [ -118.174104, 34.061510999999641 ], [ -118.173876, 34.06165299999963 ], [ -118.173735, 34.06148999999963 ], [ -118.173304, 34.061782999999629 ], [ -118.173304, 34.061709999999628 ], [ -118.172266, 34.062278999999634 ], [ -118.171331, 34.062282999999617 ], [ -118.170853, 34.06230899999963 ], [ -118.165401, 34.062266999999629 ], [ -118.165304, 34.062509999999648 ], [ -118.164904, 34.064809999999639 ], [ -118.162906, 34.069471999999628 ], [ -118.163493, 34.069500999999633 ], [ -118.162923, 34.070634999999669 ], [ -118.162334, 34.071716999999623 ], [ -118.162151, 34.072271999999622 ], [ -118.162064, 34.073125999999633 ], [ -118.162073, 34.073890999999641 ], [ -118.162042, 34.074006999999632 ], [ -118.162216, 34.074521999999632 ], [ -118.160804, 34.075509999999639 ], [ -118.160804, 34.080309999999628 ], [ -118.160904, 34.080809999999602 ], [ -118.161004, 34.081109999999626 ], [ -118.160904, 34.083608999999633 ], [ -118.161004, 34.086408999999627 ], [ -118.160904, 34.088808999999607 ], [ -118.160904, 34.09190899999961 ], [ -118.160804, 34.093308999999621 ], [ -118.160004, 34.093808999999631 ], [ -118.159604, 34.094108999999648 ], [ -118.158404, 34.094908999999632 ], [ -118.158004, 34.095108999999624 ], [ -118.156404, 34.096308999999621 ], [ -118.155604, 34.097408999999622 ], [ -118.155504, 34.098508999999645 ], [ -118.156704, 34.098408999999627 ], [ -118.158004, 34.098508999999645 ], [ -118.161604, 34.098508999999623 ], [ -118.162304, 34.098408999999627 ], [ -118.166504, 34.098508999999645 ], [ -118.172405, 34.098508999999645 ], [ -118.173905, 34.098608999999669 ], [ -118.178205, 34.098608999999669 ], [ -118.178205, 34.103908999999618 ], [ -118.178105, 34.10520899999964 ], [ -118.178205, 34.107608999999634 ], [ -118.178105, 34.108807999999641 ], [ -118.178105, 34.109407999999632 ], [ -118.178205, 34.110307999999641 ], [ -118.177405, 34.110407999999644 ], [ -118.177505, 34.110907999999633 ], [ -118.176905, 34.111807999999641 ], [ -118.176905, 34.112307999999622 ], [ -118.176005, 34.112307999999622 ], [ -118.175705, 34.112507999999629 ], [ -118.175705, 34.112807999999646 ], [ -118.175405, 34.113107999999635 ], [ -118.173005, 34.113507999999634 ], [ -118.171105, 34.115607999999661 ], [ -118.169105, 34.116807999999629 ], [ -118.168905, 34.117307999999639 ], [ -118.168605, 34.117907999999645 ], [ -118.168505, 34.118607999999654 ], [ -118.168405, 34.120507999999631 ], [ -118.167305, 34.120507999999631 ], [ -118.167805, 34.121807999999639 ], [ -118.168105, 34.123907999999631 ], [ -118.168489, 34.124103999999626 ], [ -118.168329, 34.124359999999633 ], [ -118.168009, 34.124711999999626 ], [ -118.167449, 34.124967999999669 ], [ -118.166761, 34.125159999999639 ], [ -118.166105, 34.125407999999645 ], [ -118.167721, 34.12621599999963 ], [ -118.170505, 34.126607999999635 ], [ -118.172204, 34.125879999999633 ], [ -118.172892, 34.124630999999646 ], [ -118.173905, 34.12430799999963 ], [ -118.175205, 34.123807999999627 ], [ -118.176005, 34.123407999999642 ], [ -118.177005, 34.123107999999633 ], [ -118.176756, 34.125160999999643 ], [ -118.176805, 34.125307999999627 ], [ -118.176705, 34.125607999999644 ], [ -118.176605, 34.126407999999643 ], [ -118.177722, 34.126739999999629 ], [ -118.177805, 34.126407999999635 ], [ -118.178705, 34.126607999999635 ], [ -118.180205, 34.126607999999614 ], [ -118.180849, 34.127976999999646 ], [ -118.181334, 34.128230999999623 ], [ -118.181723, 34.128127999999634 ], [ -118.181594, 34.128652999999609 ], [ -118.182383, 34.129119999999652 ], [ -118.183105, 34.128907999999633 ], [ -118.183205, 34.129607999999621 ], [ -118.183005, 34.13120799999966 ], [ -118.184405, 34.132207999999643 ], [ -118.185705, 34.133206999999615 ], [ -118.185905, 34.133506999999639 ], [ -118.186005, 34.133806999999642 ], [ -118.185605, 34.13600699999963 ], [ -118.186189, 34.136001999999635 ], [ -118.185805, 34.136706999999646 ], [ -118.185905, 34.137106999999617 ], [ -118.185752, 34.137106999999631 ], [ -118.18554, 34.138720999999627 ], [ -118.184728, 34.139226999999636 ], [ -118.183405, 34.139406999999643 ], [ -118.182705, 34.140306999999638 ], [ -118.181005, 34.141306999999614 ], [ -118.180605, 34.141606999999638 ], [ -118.181032, 34.142242999999631 ], [ -118.182073, 34.143169999999635 ], [ -118.182092, 34.143330999999634 ], [ -118.182005, 34.143506999999637 ], [ -118.184005, 34.145106999999612 ], [ -118.184577, 34.145785999999632 ], [ -118.184654, 34.145990999999633 ], [ -118.184422, 34.147333999999638 ], [ -118.184335, 34.14750499999964 ], [ -118.184267, 34.148069999999642 ], [ -118.184316, 34.148211999999617 ], [ -118.184267, 34.148366999999645 ], [ -118.184055, 34.148597999999637 ], [ -118.183948, 34.148790999999633 ], [ -118.183977, 34.149202999999638 ], [ -118.183729, 34.149203999999635 ], [ -118.196245, 34.149205999999637 ], [ -118.196247, 34.14918299999961 ], [ -118.198306, 34.149206999999627 ], [ -118.198406, 34.151506999999626 ], [ -118.198906, 34.151306999999612 ], [ -118.202506, 34.150806999999638 ], [ -118.205506, 34.147606999999645 ], [ -118.207806, 34.147206999999632 ], [ -118.210206, 34.146406999999648 ], [ -118.210906, 34.146406999999648 ], [ -118.212006, 34.147206999999632 ], [ -118.219007, 34.147606999999631 ], [ -118.220107, 34.148406999999629 ], [ -118.222607, 34.149306999999638 ], [ -118.224407, 34.14940699999962 ], [ -118.224907, 34.149506999999659 ], [ -118.225407, 34.149506999999652 ], [ -118.225607, 34.149606999999648 ], [ -118.226107, 34.149706999999637 ], [ -118.226407, 34.149706999999637 ], [ -118.227202, 34.148683999999641 ], [ -118.226875, 34.14775099999963 ], [ -118.226862, 34.147660999999637 ], [ -118.227542, 34.147317999999636 ], [ -118.228011, 34.147558999999632 ], [ -118.228207, 34.147106999999643 ], [ -118.228407, 34.146906999999636 ], [ -118.228491, 34.146758999999641 ], [ -118.228811, 34.14685499999964 ], [ -118.229007, 34.146506999999637 ], [ -118.228707, 34.146306999999631 ], [ -118.229107, 34.145729999999617 ], [ -118.229107, 34.143606999999641 ], [ -118.229007, 34.142706999999646 ], [ -118.229007, 34.140206999999627 ], [ -118.229163, 34.139622999999631 ], [ -118.229127, 34.139090999999652 ], [ -118.229707, 34.13910699999964 ], [ -118.229706, 34.138045999999648 ], [ -118.228907, 34.138006999999639 ], [ -118.228107, 34.138006999999639 ], [ -118.228107, 34.13560799999965 ], [ -118.229607, 34.135707999999646 ], [ -118.231307, 34.135707999999646 ], [ -118.232007, 34.13560799999965 ], [ -118.233807, 34.13560799999965 ], [ -118.233807, 34.134407999999645 ], [ -118.235907, 34.134507999999634 ], [ -118.236607, 34.134507999999634 ], [ -118.236607, 34.133907999999629 ], [ -118.236707, 34.133407999999633 ], [ -118.236607, 34.131507999999613 ], [ -118.235407, 34.12670799999966 ], [ -118.235385, 34.12638299999962 ], [ -118.237407, 34.126207999999629 ], [ -118.237907, 34.126207999999636 ], [ -118.23882, 34.12612099999965 ], [ -118.241172, 34.125960999999627 ], [ -118.252308, 34.12430799999963 ], [ -118.253208, 34.124507999999643 ], [ -118.253508, 34.124107999999644 ], [ -118.253608, 34.123507999999646 ], [ -118.253008, 34.122807999999644 ], [ -118.252107, 34.12200799999966 ], [ -118.251107, 34.121007999999634 ], [ -118.251707, 34.120507999999631 ], [ -118.252607, 34.120007999999629 ], [ -118.253608, 34.119307999999641 ], [ -118.254108, 34.118807999999632 ], [ -118.25424, 34.118728999999611 ], [ -118.257327, 34.121401999999627 ], [ -118.258523, 34.122756999999638 ], [ -118.259208, 34.123407999999642 ], [ -118.260285, 34.124753999999655 ], [ -118.262131, 34.126845999999631 ], [ -118.265579, 34.133356999999627 ], [ -118.268241, 34.138636999999633 ], [ -118.275661, 34.15290699999963 ], [ -118.278147, 34.153037999999647 ], [ -118.2787, 34.152941999999641 ], [ -118.278809, 34.154106999999634 ], [ -118.280109, 34.15610699999965 ], [ -118.282209, 34.15650699999965 ], [ -118.285709, 34.155806999999641 ], [ -118.289009, 34.155506999999631 ], [ -118.291609, 34.155606999999627 ], [ -118.291909, 34.155806999999655 ], [ -118.292409, 34.156205999999628 ], [ -118.295809, 34.158505999999633 ], [ -118.296209, 34.158846999999632 ], [ -118.296703, 34.158833999999629 ], [ -118.297744, 34.158651999999627 ], [ -118.298209, 34.158205999999637 ], [ -118.299209, 34.157505999999643 ], [ -118.30281, 34.158405999999644 ], [ -118.30411, 34.15870599999964 ], [ -118.30491, 34.159105999999646 ], [ -118.30731, 34.160805999999646 ], [ -118.30801, 34.161005999999631 ], [ -118.30951, 34.16120599999963 ], [ -118.31041, 34.160505999999643 ], [ -118.31231, 34.155505999999654 ], [ -118.31251, 34.155305999999634 ], [ -118.31281, 34.154605999999625 ], [ -118.31301, 34.153805999999634 ], [ -118.31601, 34.154605999999653 ], [ -118.31621, 34.154805999999624 ], [ -118.31641, 34.155105999999634 ], [ -118.31771, 34.156105999999639 ], [ -118.321541, 34.155705999999633 ], [ -118.32561, 34.153405999999642 ], [ -118.32611, 34.152905999999639 ], [ -118.32681, 34.152305999999626 ], [ -118.32891, 34.15030699999965 ], [ -118.329737, 34.149547999999648 ], [ -118.33051, 34.149506999999659 ], [ -118.331167, 34.148237999999644 ], [ -118.33131, 34.148106999999641 ], [ -118.331958, 34.147908999999629 ], [ -118.332176, 34.147988999999626 ], [ -118.337784, 34.146180999999643 ], [ -118.338026, 34.14591199999964 ], [ -118.33936, 34.14481299999963 ], [ -118.340367, 34.145334999999633 ], [ -118.339557, 34.14554499999965 ], [ -118.339634, 34.145583999999637 ], [ -118.339689, 34.145565999999633 ], [ -118.339872, 34.145586999999622 ], [ -118.340056, 34.145573999999648 ], [ -118.340461, 34.145492999999639 ], [ -118.340587, 34.145440999999636 ], [ -118.340945, 34.145270999999632 ], [ -118.341111, 34.145106999999634 ], [ -118.345111, 34.142406999999622 ], [ -118.346511, 34.145606999999629 ], [ -118.346911, 34.146606999999634 ], [ -118.347311, 34.14770699999962 ], [ -118.347811, 34.148705999999642 ], [ -118.348211, 34.149605999999622 ], [ -118.348511, 34.150505999999645 ], [ -118.349411, 34.152205999999659 ], [ -118.349511, 34.152805999999643 ], [ -118.349611, 34.153105999999646 ], [ -118.349911, 34.153505999999624 ], [ -118.350011, 34.153905999999644 ], [ -118.350211, 34.154505999999635 ], [ -118.350811, 34.155705999999633 ], [ -118.351311, 34.157005999999647 ], [ -118.351611, 34.157605999999639 ], [ -118.351811, 34.158205999999623 ], [ -118.352211, 34.159105999999667 ], [ -118.352811, 34.160605999999632 ], [ -118.353111, 34.161105999999627 ], [ -118.353161, 34.161254999999635 ], [ -118.354011, 34.16120599999963 ], [ -118.355011, 34.161205999999645 ], [ -118.356111, 34.161305999999655 ], [ -118.357211, 34.161205999999616 ], [ -118.357111, 34.163105999999637 ], [ -118.357211, 34.164805999999615 ], [ -118.356011, 34.164805999999651 ], [ -118.354761, 34.164955999999634 ], [ -118.355111, 34.166005999999634 ], [ -118.355611, 34.166805999999625 ], [ -118.356011, 34.167505999999655 ], [ -118.356111, 34.168005999999629 ], [ -118.356111, 34.168405999999635 ], [ -118.356311, 34.168605999999642 ], [ -118.356812, 34.169605999999646 ], [ -118.357112, 34.17040599999963 ], [ -118.357912, 34.172104999999647 ], [ -118.357912, 34.172604999999635 ], [ -118.358012, 34.173404999999647 ], [ -118.358412, 34.175604999999635 ], [ -118.358712, 34.177504999999634 ], [ -118.358712, 34.17780499999963 ], [ -118.358812, 34.178604999999628 ], [ -118.359012, 34.17940499999964 ], [ -118.359112, 34.179904999999629 ], [ -118.359212, 34.181204999999629 ], [ -118.359412, 34.182904999999636 ], [ -118.359712, 34.184804999999621 ], [ -118.360112, 34.186604999999645 ], [ -118.360212, 34.188304999999652 ], [ -118.361212, 34.19390499999961 ], [ -118.361212, 34.194304999999645 ], [ -118.361012, 34.194504999999616 ], [ -118.370212, 34.19640499999965 ], [ -118.370212, 34.200703999999639 ], [ -118.370312, 34.201103999999617 ], [ -118.36552, 34.201059999999629 ], [ -118.363112, 34.201003999999642 ], [ -118.362012, 34.200903999999625 ], [ -118.362312, 34.203003999999602 ], [ -118.362612, 34.204703999999651 ], [ -118.362912, 34.206603999999629 ], [ -118.362912, 34.206903999999639 ], [ -118.361812, 34.206903999999639 ], [ -118.360812, 34.206803999999629 ], [ -118.353612, 34.20670399999964 ], [ -118.352012, 34.206603999999629 ], [ -118.350412, 34.206603999999629 ], [ -118.349912, 34.206503999999633 ], [ -118.347812, 34.206503999999647 ], [ -118.346612, 34.206603999999629 ], [ -118.345512, 34.206503999999661 ], [ -118.342912, 34.206503999999633 ], [ -118.341111, 34.20640399999963 ], [ -118.340011, 34.20640399999963 ], [ -118.340011, 34.209903999999639 ], [ -118.339967, 34.21064399999964 ], [ -118.337887, 34.210851999999605 ], [ -118.338095, 34.212275999999648 ], [ -118.338111, 34.213503999999638 ], [ -118.336111, 34.21540399999963 ], [ -118.336711, 34.215903999999639 ], [ -118.335036, 34.216746999999636 ], [ -118.336412, 34.221203999999631 ], [ -118.29281, 34.221703999999626 ], [ -118.266809, 34.221903999999633 ], [ -118.266709, 34.227302999999637 ], [ -118.266909, 34.230702999999629 ], [ -118.266909, 34.235202999999636 ], [ -118.266709, 34.236102999999638 ], [ -118.266809, 34.240802999999644 ], [ -118.266009, 34.240302999999649 ], [ -118.266109, 34.241102999999654 ], [ -118.266009, 34.241602999999643 ], [ -118.266109, 34.24280299999964 ], [ -118.266009, 34.243002999999639 ], [ -118.266009, 34.246702999999648 ], [ -118.265909, 34.247702999999639 ], [ -118.266864, 34.24771499999963 ], [ -118.266938071077078, 34.25058067297126 ], [ -118.265398197473615, 34.250550458106844 ], [ -118.222565, 34.249709999999631 ], [ -118.11800941143693, 34.24886601991826 ], [ -118.118835, 34.205798999999629 ], [ -118.119087, 34.191710999999614 ], [ -118.08355, 34.191283999999634 ], [ -118.083176, 34.181281999999612 ], [ -118.078178, 34.181220999999645 ], [ -118.078262, 34.176677999999654 ], [ -117.979401, 34.177237999999647 ], [ -117.978592, 34.16177799999965 ], [ -117.887489, 34.163730999999629 ], [ -117.886536, 34.155990999999624 ], [ -117.892098, 34.155612999999654 ], [ -117.891068, 34.151507999999644 ], [ -117.881081, 34.151366999999631 ], [ -117.881393, 34.163192999999652 ], [ -117.821381, 34.165065999999648 ], [ -117.820595, 34.150054999999618 ], [ -117.81337, 34.150405999999641 ], [ -117.812416, 34.143115999999651 ], [ -117.806305, 34.143481999999644 ], [ -117.807289, 34.149405999999637 ], [ -117.795067, 34.14968099999966 ], [ -117.794029, 34.146483999999631 ], [ -117.785705, 34.146361999999648 ], [ -117.78579, 34.142272999999633 ], [ -117.779686, 34.142180999999646 ], [ -117.780075, 34.14991399999964 ], [ -117.751739, 34.150855999999635 ], [ -117.752541, 34.164504999999643 ], [ -117.683693, 34.16435599999965 ], [ -117.653145, 34.164325999999626 ], [ -117.630928, 34.164428999999608 ], [ -117.631165, 34.177611999999648 ], [ -117.521759, 34.177615999999638 ], [ -117.507255, 34.180095999999644 ], [ -117.441719, 34.179862999999635 ], [ -117.439972, 34.183013999999638 ], [ -117.449013, 34.198173999999639 ], [ -117.441734, 34.200316999999643 ], [ -117.431343, 34.194220999999629 ], [ -117.417229, 34.202605999999641 ], [ -117.409454, 34.202014999999648 ], [ -117.408295, 34.20381199999963 ], [ -117.415749, 34.216216999999645 ], [ -117.426605, 34.225959999999631 ], [ -117.425094, 34.240931999999638 ], [ -117.420479, 34.247210999999638 ], [ -117.418259, 34.247172999999648 ], [ -117.413391, 34.242084999999655 ], [ -117.383209, 34.227446999999643 ], [ -117.37262, 34.228618999999647 ], [ -117.366066, 34.224406999999651 ], [ -117.368065, 34.212169999999638 ], [ -117.359825, 34.208835999999643 ], [ -117.329834, 34.208278999999628 ], [ -117.32798, 34.195064999999659 ], [ -117.310249, 34.193366999999647 ], [ -117.308716, 34.188788999999652 ], [ -117.23909, 34.157001999999636 ], [ -117.225769, 34.156741999999625 ], [ -117.226639, 34.164935999999635 ], [ -117.208877, 34.16458899999963 ], [ -117.208755, 34.150043999999639 ], [ -117.164894, 34.149619999999622 ], [ -117.165154, 34.140990999999659 ], [ -117.165329, 34.135081999999635 ], [ -117.139267, 34.13410199999965 ], [ -117.139572, 34.105918999999631 ], [ -117.104622, 34.105655999999634 ], [ -117.104507, 34.091105999999648 ], [ -117.034584, 34.091456999999629 ], [ -117.033951, 34.076438999999638 ], [ -116.999535, 34.077067999999635 ], [ -116.99942, 34.063422999999602 ], [ -116.982804, 34.062610999999642 ], [ -116.982414, 34.057597999999615 ], [ -116.956368, 34.057029999999635 ], [ -116.956032, 34.050200999999625 ], [ -116.929421, 34.050071999999638 ], [ -116.929924, 34.034621999999622 ], [ -116.930344, 34.005076999999631 ], [ -116.901527, 34.004889999999619 ], [ -116.901955, 33.975341999999621 ], [ -116.893639, 33.975608999999629 ], [ -116.893555, 33.961509999999642 ], [ -116.876411, 33.960666999999624 ], [ -116.876747, 34.016608999999626 ], [ -116.871742, 34.016944999999637 ], [ -116.858986, 34.017108999999628 ], [ -116.858482, 34.015735999999627 ], [ -116.858894, 34.003470999999628 ], [ -116.838944, 34.00346799999965 ], [ -116.839539, 34.018481999999629 ], [ -116.825119, 34.018607999999638 ], [ -116.825081, 34.00359699999963 ], [ -116.804573, 34.003577999999621 ], [ -116.804024, 34.01948199999962 ], [ -116.800705, 34.019404999999637 ], [ -116.797302, 34.02159899999964 ], [ -116.795494, 34.025649999999636 ], [ -116.793709, 34.029242999999624 ], [ -116.791984, 34.031024999999623 ], [ -116.789719, 34.032332999999646 ], [ -116.786919, 34.033179999999639 ], [ -116.784165, 34.032657999999614 ], [ -116.782013, 34.030787999999617 ], [ -116.780464, 34.02756899999963 ], [ -116.776672, 34.024753999999618 ], [ -116.772286, 34.023284999999625 ], [ -116.767883, 34.022269999999629 ], [ -116.762932, 34.021243999999633 ], [ -116.761352, 34.018935999999627 ], [ -116.761444, 34.016208999999634 ], [ -116.763741, 34.013987999999621 ], [ -116.768234, 34.01227599999963 ], [ -116.772751, 34.010108999999638 ], [ -116.772621, 33.997825999999648 ], [ -116.768181, 33.998176999999636 ], [ -116.762558, 34.000316999999626 ], [ -116.758095, 34.001121999999633 ], [ -116.754219, 34.001029999999645 ], [ -116.751465, 34.000510999999648 ], [ -116.750427, 33.998664999999619 ], [ -116.750503, 33.996394999999623 ], [ -116.7528, 33.994174999999615 ], [ -116.757278, 33.992915999999617 ], [ -116.765129, 33.990375999999628 ], [ -116.769615, 33.988662999999619 ], [ -116.772453, 33.986907999999623 ], [ -116.772819, 33.976462999999633 ], [ -116.717995, 33.975608999999629 ], [ -116.718414, 33.963798999999625 ], [ -116.701241, 33.963836999999636 ], [ -116.684631, 33.963435999999639 ], [ -116.659111, 33.997943999999627 ], [ -116.650154, 33.998050999999634 ], [ -116.650032, 34.005210999999626 ], [ -116.633774, 34.00583999999963 ], [ -116.633293, 34.026374999999632 ], [ -116.615967, 34.02621099999962 ], [ -116.615623, 34.019950999999637 ], [ -116.599434, 34.019992999999637 ], [ -116.581673, 34.020457999999628 ], [ -116.593895, 34.033416999999652 ], [ -116.606987, 34.033484999999615 ], [ -116.606857, 34.040347999999618 ], [ -116.624252, 34.040748999999622 ], [ -116.624252, 34.047778999999643 ], [ -116.6073, 34.047824999999641 ], [ -116.60675, 34.053821999999627 ], [ -116.598915, 34.053737999999647 ], [ -116.598793, 34.082850999999636 ], [ -116.583153, 34.083175999999632 ], [ -116.583229, 34.086448999999654 ], [ -116.567955, 34.086535999999647 ], [ -116.567658, 34.090041999999649 ], [ -116.551407, 34.09046199999964 ], [ -116.551476, 34.093734999999612 ], [ -116.537323, 34.094153999999619 ], [ -116.537392, 34.097426999999641 ], [ -116.526749, 34.097613999999624 ], [ -116.526451, 34.101123999999622 ], [ -116.511543, 34.100970999999646 ], [ -116.511795, 34.107802999999628 ], [ -116.51178, 34.118159999999634 ], [ -116.518631, 34.119037999999641 ], [ -116.528442, 34.124553999999634 ], [ -116.528999, 34.13253399999963 ], [ -116.545998, 34.13259899999963 ], [ -116.546158, 34.118564999999627 ], [ -116.563713, 34.118533999999627 ], [ -116.563881, 34.132750999999637 ], [ -116.58065, 34.133082999999637 ], [ -116.581154, 34.147487999999619 ], [ -116.598381, 34.147265999999647 ], [ -116.598205, 34.133048999999644 ], [ -116.613388, 34.132686999999628 ], [ -116.613441, 34.150844999999663 ], [ -116.63121, 34.15083299999965 ], [ -116.648979, 34.150813999999627 ], [ -116.648468, 34.164897999999639 ], [ -116.631248, 34.164927999999655 ], [ -116.631248, 34.179934999999645 ], [ -116.612915, 34.179931999999624 ], [ -116.613068, 34.190848999999623 ], [ -116.595306, 34.190406999999645 ], [ -116.595299, 34.205409999999617 ], [ -116.581131, 34.205352999999647 ], [ -116.58091, 34.217803999999667 ], [ -116.580788, 34.225303999999632 ], [ -116.563042, 34.225661999999637 ], [ -116.563042, 34.221846999999656 ], [ -116.529816, 34.221877999999641 ], [ -116.529693, 34.235118999999649 ], [ -116.511353, 34.235103999999666 ], [ -116.511902, 34.220565999999636 ], [ -116.512321, 34.209670999999631 ], [ -116.476196, 34.209640999999635 ], [ -116.476227, 34.194640999999628 ], [ -116.458428, 34.195079999999642 ], [ -116.458862, 34.283298999999651 ], [ -116.458832, 34.298297999999647 ], [ -116.458817, 34.312846999999643 ], [ -116.458824, 34.326934999999651 ], [ -116.458817, 34.341483999999639 ], [ -116.458786, 34.356482999999656 ], [ -116.440956, 34.356471999999634 ], [ -116.404747, 34.356879999999649 ], [ -116.370262, 34.355952999999658 ], [ -116.369698, 34.342299999999639 ], [ -116.352455, 34.341834999999634 ], [ -116.352005, 34.29817999999964 ], [ -116.334213, 34.297694999999642 ], [ -116.333977, 34.283141999999629 ], [ -116.333733, 34.268588999999615 ], [ -116.29538, 34.267985999999638 ], [ -116.294808, 34.254790999999642 ], [ -116.107376, 34.254920999999648 ], [ -116.089577, 34.254851999999616 ], [ -116.089165, 34.251658999999634 ], [ -116.089264, 34.249385999999639 ], [ -116.079804, 34.249564999999649 ], [ -116.079468, 34.244552999999641 ], [ -116.072243, 34.244338999999648 ], [ -116.073204, 34.235270999999642 ], [ -116.065979, 34.235061999999644 ], [ -116.065826, 34.225959999999617 ], [ -116.060806, 34.226264999999657 ], [ -116.06012, 34.216697999999646 ], [ -116.051796, 34.216449999999661 ], [ -116.050888, 34.211875999999656 ], [ -116.051331, 34.201884999999635 ], [ -116.040764, 34.202022999999627 ], [ -116.040336, 34.211562999999643 ], [ -116.030319, 34.211719999999644 ], [ -116.026962, 34.212069999999649 ], [ -116.000282, 34.212180999999639 ], [ -116.000694, 34.227652999999634 ], [ -115.982925, 34.227115999999661 ], [ -115.983024, 34.21256599999964 ], [ -115.966911, 34.212531999999641 ], [ -115.967117, 34.183433999999636 ], [ -115.948784, 34.183330999999647 ], [ -115.949234, 34.197894999999647 ], [ -115.896996, 34.197650999999659 ], [ -115.896301, 34.212638999999655 ], [ -115.896149, 34.223330999999639 ], [ -115.878906, 34.223483999999651 ], [ -115.879143, 34.209571999999639 ], [ -115.877899, 34.154303999999627 ], [ -115.878044, 34.139304999999631 ], [ -115.878295933900262, 34.125661760173315 ], [ -115.983643, 34.125270999999636 ], [ -115.983788, 34.109813999999645 ], [ -116.01931, 34.109973999999632 ], [ -116.019524, 34.077926999999619 ], [ -116.029763, 34.034386999999626 ], [ -116.195923, 34.033609999999648 ], [ -116.227586, 34.034332999999634 ], [ -116.300598, 34.034400999999626 ], [ -116.300631, 34.032543999999646 ], [ -116.405955, 34.032763999999638 ], [ -116.408001, 33.997118999999628 ] ] ], [ [ [ -118.429808, 33.916382999999634 ], [ -118.427709, 33.916312999999626 ], [ -118.422009, 33.91621299999963 ], [ -118.422009, 33.918812999999631 ], [ -118.422109, 33.919912999999625 ], [ -118.424509, 33.919912999999646 ], [ -118.424509, 33.921612999999638 ], [ -118.426709, 33.92161199999962 ], [ -118.426609, 33.923311999999648 ], [ -118.427909, 33.923311999999648 ], [ -118.42781, 33.926911999999639 ], [ -118.42891, 33.927011999999635 ], [ -118.42891, 33.930711999999623 ], [ -118.42501, 33.931111999999601 ], [ -118.409517, 33.931116999999631 ], [ -118.408209, 33.93121299999963 ], [ -118.407409, 33.931112999999641 ], [ -118.402209, 33.931312999999626 ], [ -118.397709, 33.930712999999628 ], [ -118.396109, 33.930612999999646 ], [ -118.378858, 33.930612999999646 ], [ -118.378868, 33.928893999999616 ], [ -118.378408, 33.928912999999625 ], [ -118.368408, 33.928912999999625 ], [ -118.368508, 33.930712999999628 ], [ -118.370008, 33.930812999999631 ], [ -118.370108, 33.932512999999616 ], [ -118.370008, 33.934312999999634 ], [ -118.370108, 33.938012999999621 ], [ -118.370008, 33.939812999999631 ], [ -118.370108, 33.941712999999631 ], [ -118.370108, 33.942912999999621 ], [ -118.370009, 33.944712999999624 ], [ -118.370009, 33.946512999999626 ], [ -118.370109, 33.947812999999613 ], [ -118.370009, 33.948912999999621 ], [ -118.370109, 33.950212999999628 ], [ -118.370009, 33.951812999999646 ], [ -118.370009, 33.952512999999634 ], [ -118.371809, 33.952512999999634 ], [ -118.372509, 33.95261299999963 ], [ -118.373509, 33.95261299999963 ], [ -118.375309, 33.952512999999634 ], [ -118.378609, 33.952512999999634 ], [ -118.379009, 33.95261299999963 ], [ -118.378709, 33.958012999999646 ], [ -118.377709, 33.959812999999613 ], [ -118.376209, 33.961212999999638 ], [ -118.375309, 33.961612999999645 ], [ -118.371209, 33.96321299999962 ], [ -118.371409, 33.963512999999615 ], [ -118.371309, 33.963912999999629 ], [ -118.371809, 33.967212999999632 ], [ -118.372231, 33.967492999999621 ], [ -118.372509, 33.967212999999646 ], [ -118.372809, 33.967712999999634 ], [ -118.37248, 33.968173999999628 ], [ -118.370309, 33.968012999999601 ], [ -118.370009, 33.968312999999632 ], [ -118.370009, 33.970012999999639 ], [ -118.369909, 33.971012999999637 ], [ -118.369909, 33.972211999999615 ], [ -118.370009, 33.972911999999653 ], [ -118.370009, 33.975011999999623 ], [ -118.370109, 33.975511999999625 ], [ -118.370109, 33.97981199999964 ], [ -118.370209, 33.981611999999643 ], [ -118.366933, 33.981611999999608 ], [ -118.366606, 33.981938999999628 ], [ -118.366143, 33.981611999999629 ], [ -118.359909, 33.981611999999629 ], [ -118.358309, 33.981512999999623 ], [ -118.355309, 33.981512999999644 ], [ -118.353209, 33.981612999999612 ], [ -118.339408, 33.981612999999633 ], [ -118.338408, 33.981712999999623 ], [ -118.335008, 33.981612999999633 ], [ -118.335008, 33.975512999999637 ], [ -118.335108, 33.974412999999601 ], [ -118.335108, 33.972412999999626 ], [ -118.334108, 33.972512999999594 ], [ -118.332808, 33.972512999999616 ], [ -118.332908, 33.972012999999649 ], [ -118.332708, 33.971612999999621 ], [ -118.332808, 33.971112999999633 ], [ -118.332808, 33.969812999999618 ], [ -118.332908, 33.968912999999631 ], [ -118.332808, 33.968412999999629 ], [ -118.332808, 33.968012999999601 ], [ -118.332908, 33.967712999999627 ], [ -118.332808, 33.967112999999628 ], [ -118.330608, 33.967012999999639 ], [ -118.328508, 33.967112999999628 ], [ -118.326308, 33.967112999999628 ], [ -118.326308, 33.970812999999652 ], [ -118.324208, 33.970712999999648 ], [ -118.322308, 33.970712999999648 ], [ -118.322008, 33.970412999999624 ], [ -118.321608, 33.970612999999631 ], [ -118.319708, 33.970712999999648 ], [ -118.317608, 33.970712999999648 ], [ -118.317508, 33.969812999999618 ], [ -118.317608, 33.968912999999631 ], [ -118.317608, 33.962513999999622 ], [ -118.317508, 33.961613999999635 ], [ -118.317607, 33.960813999999615 ], [ -118.317607, 33.959813999999618 ], [ -118.317507, 33.957813999999644 ], [ -118.317607, 33.956213999999626 ], [ -118.317507, 33.954313999999613 ], [ -118.317607, 33.952513999999624 ], [ -118.317607, 33.945413999999602 ], [ -118.315807, 33.945313999999627 ], [ -118.313307, 33.945313999999627 ], [ -118.313207, 33.943113999999632 ], [ -118.313207, 33.938013999999626 ], [ -118.312107, 33.938113999999615 ], [ -118.311007, 33.938013999999626 ], [ -118.308807, 33.938013999999626 ], [ -118.308907, 33.938913999999627 ], [ -118.308907, 33.941713999999628 ], [ -118.305007, 33.941713999999628 ], [ -118.305107, 33.943013999999621 ], [ -118.305107, 33.945313999999627 ], [ -118.304507, 33.945413999999637 ], [ -118.302307, 33.94541399999963 ], [ -118.302307, 33.949913999999623 ], [ -118.300207, 33.94981399999962 ], [ -118.300107, 33.950213999999619 ], [ -118.300107, 33.953013999999627 ], [ -118.300207, 33.953313999999637 ], [ -118.300107, 33.953913999999628 ], [ -118.300107, 33.955713999999617 ], [ -118.300207, 33.956513999999622 ], [ -118.300207, 33.959313999999623 ], [ -118.295807, 33.95941399999964 ], [ -118.291419, 33.959405999999625 ], [ -118.291507, 33.957713999999655 ], [ -118.291407, 33.955613999999628 ], [ -118.291407, 33.949013999999629 ], [ -118.291307, 33.948613999999608 ], [ -118.291407, 33.947713999999621 ], [ -118.291406, 33.924914999999615 ], [ -118.291306, 33.923514999999618 ], [ -118.291406, 33.921014999999628 ], [ -118.291406, 33.919914999999655 ], [ -118.291506, 33.918314999999623 ], [ -118.291406, 33.917314999999626 ], [ -118.291406, 33.915214999999648 ], [ -118.291306, 33.914214999999636 ], [ -118.291306, 33.912214999999634 ], [ -118.291406, 33.91111499999964 ], [ -118.291406, 33.904514999999627 ], [ -118.291506, 33.903114999999644 ], [ -118.291406, 33.901814999999637 ], [ -118.291306, 33.899514999999624 ], [ -118.291306, 33.897414999999626 ], [ -118.291506, 33.896814999999627 ], [ -118.291506, 33.892314999999641 ], [ -118.291306, 33.888714999999642 ], [ -118.291206, 33.88511499999963 ], [ -118.291206, 33.883314999999627 ], [ -118.291106, 33.882414999999632 ], [ -118.291106, 33.87961499999961 ], [ -118.291006, 33.879014999999633 ], [ -118.290906, 33.877914999999625 ], [ -118.290906, 33.872615999999638 ], [ -118.290806, 33.871115999999631 ], [ -118.290806, 33.870315999999633 ], [ -118.290606, 33.866915999999641 ], [ -118.290506, 33.866115999999636 ], [ -118.291906, 33.865315999999645 ], [ -118.294806, 33.865315999999623 ], [ -118.297806, 33.86541599999962 ], [ -118.297806, 33.866115999999636 ], [ -118.294806, 33.866115999999636 ], [ -118.294106, 33.866215999999632 ], [ -118.294206, 33.866815999999616 ], [ -118.294206, 33.870414999999632 ], [ -118.29854, 33.870226999999616 ], [ -118.298645, 33.865339999999641 ], [ -118.299206, 33.865315999999623 ], [ -118.299406, 33.865414999999636 ], [ -118.305706, 33.865414999999636 ], [ -118.306606, 33.865314999999626 ], [ -118.307906, 33.865414999999636 ], [ -118.309006, 33.865414999999636 ], [ -118.308906, 33.863014999999628 ], [ -118.309006, 33.861814999999616 ], [ -118.308906, 33.860814999999619 ], [ -118.308906, 33.860514999999616 ], [ -118.309106, 33.859514999999647 ], [ -118.309006, 33.858214999999625 ], [ -118.309206, 33.849415999999614 ], [ -118.309306, 33.847415999999633 ], [ -118.309306, 33.844715999999615 ], [ -118.309242, 33.844415999999619 ], [ -118.309306, 33.843715999999638 ], [ -118.309306, 33.841915999999621 ], [ -118.309206, 33.840815999999627 ], [ -118.309306, 33.838315999999622 ], [ -118.309206, 33.838015999999605 ], [ -118.309206, 33.83541599999964 ], [ -118.309105, 33.834415999999628 ], [ -118.309205, 33.833515999999619 ], [ -118.309105, 33.83241599999964 ], [ -118.309105, 33.831515999999638 ], [ -118.309005, 33.830215999999623 ], [ -118.309005, 33.826815999999617 ], [ -118.308905, 33.825615999999627 ], [ -118.309005, 33.824515999999619 ], [ -118.309005, 33.82261599999962 ], [ -118.308905, 33.821315999999626 ], [ -118.309005, 33.820215999999618 ], [ -118.308905, 33.819015999999614 ], [ -118.308905, 33.813415999999613 ], [ -118.309005, 33.812715999999618 ], [ -118.308905, 33.811215999999625 ], [ -118.308605, 33.810115999999624 ], [ -118.308005, 33.808815999999645 ], [ -118.309305, 33.808915999999627 ], [ -118.309305, 33.808415999999639 ], [ -118.309105, 33.807015999999614 ], [ -118.309005, 33.806515999999618 ], [ -118.309005, 33.805815999999631 ], [ -118.308805, 33.805015999999604 ], [ -118.308805, 33.80411599999961 ], [ -118.308905, 33.803315999999619 ], [ -118.308905, 33.797916999999622 ], [ -118.309005, 33.796816999999614 ], [ -118.309005, 33.795816999999637 ], [ -118.308905, 33.794916999999622 ], [ -118.308905, 33.793616999999628 ], [ -118.309005, 33.792616999999609 ], [ -118.308905, 33.791616999999633 ], [ -118.309005, 33.790516999999639 ], [ -118.309005, 33.78951699999962 ], [ -118.309105, 33.788916999999635 ], [ -118.308999, 33.788307999999631 ], [ -118.309005, 33.786016999999617 ], [ -118.309185, 33.785216999999619 ], [ -118.309185, 33.783716999999633 ], [ -118.309021, 33.783716999999633 ], [ -118.309059, 33.781741999999603 ], [ -118.309205, 33.781742999999615 ], [ -118.309205, 33.781985999999634 ], [ -118.310076, 33.781843999999623 ], [ -118.309905, 33.780816999999622 ], [ -118.309805, 33.779016999999627 ], [ -118.308005, 33.779416999999611 ], [ -118.306612, 33.775129999999614 ], [ -118.309256, 33.775155999999626 ], [ -118.309505, 33.770016999999626 ], [ -118.309705, 33.769616999999634 ], [ -118.310205, 33.767916999999628 ], [ -118.310305, 33.767716999999635 ], [ -118.310805, 33.765516999999612 ], [ -118.311705, 33.763016999999635 ], [ -118.309304, 33.762416999999623 ], [ -118.309204, 33.760616999999634 ], [ -118.305504, 33.76041699999962 ], [ -118.301987, 33.760497999999608 ], [ -118.301104, 33.757916999999615 ], [ -118.300904, 33.757516999999631 ], [ -118.308904, 33.757516999999631 ], [ -118.308904, 33.755216999999632 ], [ -118.309004, 33.754416999999613 ], [ -118.309004, 33.753216999999623 ], [ -118.308904, 33.751916999999636 ], [ -118.309204, 33.749816999999616 ], [ -118.309204, 33.749516999999621 ], [ -118.309604, 33.746916999999613 ], [ -118.309604, 33.74661699999961 ], [ -118.310804, 33.74661699999961 ], [ -118.310904, 33.747016999999609 ], [ -118.312104, 33.746916999999613 ], [ -118.312104, 33.746516999999628 ], [ -118.313457, 33.746407999999597 ], [ -118.318008, 33.746416999999624 ], [ -118.318604, 33.746516999999628 ], [ -118.318404, 33.74551699999963 ], [ -118.318404, 33.742516999999594 ], [ -118.319404, 33.742116999999638 ], [ -118.319804, 33.741516999999639 ], [ -118.319104, 33.740217999999622 ], [ -118.318804, 33.738817999999625 ], [ -118.318704, 33.737817999999606 ], [ -118.318604, 33.736017999999618 ], [ -118.318606, 33.735699999999618 ], [ -118.318905, 33.735952999999633 ], [ -118.319744, 33.735773999999623 ], [ -118.320005, 33.735460999999624 ], [ -118.320005, 33.734817999999628 ], [ -118.318504, 33.734317999999611 ], [ -118.318504, 33.733617999999616 ], [ -118.318705, 33.731617999999614 ], [ -118.319805, 33.731617999999614 ], [ -118.320005, 33.730717999999612 ], [ -118.321005, 33.730517999999606 ], [ -118.321105, 33.728917999999631 ], [ -118.327705, 33.72901799999962 ], [ -118.328405, 33.728917999999631 ], [ -118.329705, 33.727017999999624 ], [ -118.330005, 33.726217999999619 ], [ -118.330766, 33.725052999999605 ], [ -118.33356, 33.721321999999603 ], [ -118.354705, 33.732316999999625 ], [ -118.360505, 33.736816999999625 ], [ -118.385006, 33.741416999999615 ], [ -118.396606, 33.735916999999617 ], [ -118.411211, 33.74198499999963 ], [ -118.428407, 33.774714999999595 ], [ -118.423407, 33.782014999999646 ], [ -118.405007, 33.800214999999625 ], [ -118.394307, 33.80431499999964 ], [ -118.391507, 33.815414999999611 ], [ -118.392107, 33.840914999999633 ], [ -118.412708, 33.883912999999623 ], [ -118.429808, 33.916382999999634 ] ] ], [ [ [ -118.308604, 33.74121799999962 ], [ -118.306504, 33.741117999999616 ], [ -118.304304, 33.74121799999962 ], [ -118.304404, 33.740217999999622 ], [ -118.304004, 33.739417999999617 ], [ -118.302304, 33.738917999999622 ], [ -118.302104, 33.739917999999612 ], [ -118.302104, 33.740117999999626 ], [ -118.303004, 33.740317999999625 ], [ -118.303104, 33.74121799999962 ], [ -118.302104, 33.741117999999616 ], [ -118.301704, 33.741117999999616 ], [ -118.301604, 33.742117999999614 ], [ -118.301604, 33.743017999999623 ], [ -118.301004, 33.743017999999623 ], [ -118.300704, 33.742917999999619 ], [ -118.299604, 33.743017999999623 ], [ -118.299404, 33.743817999999607 ], [ -118.298204, 33.743817999999585 ], [ -118.298104, 33.743017999999623 ], [ -118.296804, 33.743017999999623 ], [ -118.296704, 33.740224999999633 ], [ -118.296704, 33.737417999999614 ], [ -118.301204, 33.737417999999614 ], [ -118.301904, 33.737517999999611 ], [ -118.306504, 33.737517999999611 ], [ -118.307704, 33.737417999999614 ], [ -118.3086, 33.737409999999606 ], [ -118.30892, 33.737361999999607 ], [ -118.309004, 33.738417999999619 ], [ -118.309004, 33.741117999999616 ], [ -118.308604, 33.74121799999962 ] ] ], [ [ [ -118.299006, 33.858115999999626 ], [ -118.296706, 33.858115999999626 ], [ -118.296713, 33.847423999999613 ], [ -118.299205, 33.847415999999633 ], [ -118.299105, 33.848315999999585 ], [ -118.299006, 33.850015999999627 ], [ -118.299006, 33.858115999999626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_NW", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.9800066834, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 41605.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -114.138282, 34.303229999999637 ], [ -114.14093, 34.305918999999626 ], [ -114.157206, 34.317861999999643 ], [ -114.168807, 34.339512999999634 ], [ -114.172845, 34.34497899999964 ], [ -114.176909, 34.349305999999636 ], [ -114.181145, 34.352185999999648 ], [ -114.185556, 34.354385999999643 ], [ -114.191094, 34.356124999999643 ], [ -114.199482, 34.361372999999638 ], [ -114.213774, 34.362459999999651 ], [ -114.226107, 34.365915999999643 ], [ -114.229686, 34.368907999999642 ], [ -114.234275, 34.376661999999655 ], [ -114.245261, 34.385658999999649 ], [ -114.248649, 34.388112999999642 ], [ -114.252739, 34.390099999999634 ], [ -114.264317, 34.401328999999642 ], [ -114.267521, 34.402485999999662 ], [ -114.280108, 34.403146999999642 ], [ -114.286802, 34.40533999999964 ], [ -114.288663, 34.406622999999655 ], [ -114.290219, 34.408290999999643 ], [ -114.291751, 34.411103999999639 ], [ -114.292226, 34.417605999999651 ], [ -114.294836, 34.421388999999635 ], [ -114.301016, 34.426806999999641 ], [ -114.312251, 34.432725999999668 ], [ -114.319054, 34.435830999999666 ], [ -114.32613, 34.437250999999648 ], [ -114.330669, 34.445294999999646 ], [ -114.332991, 34.448081999999644 ], [ -114.335372, 34.450037999999644 ], [ -114.339627, 34.451434999999648 ], [ -114.342615, 34.451441999999652 ], [ -114.356025, 34.449743999999654 ], [ -114.363404, 34.44777299999965 ], [ -114.373719, 34.446937999999669 ], [ -114.375789, 34.447797999999629 ], [ -114.378852, 34.45037599999965 ], [ -114.386699, 34.457910999999669 ], [ -114.387407, 34.460491999999633 ], [ -114.387187, 34.462020999999638 ], [ -114.383525, 34.470404999999644 ], [ -114.381701, 34.476039999999621 ], [ -114.381555, 34.477882999999665 ], [ -114.383038, 34.488902999999638 ], [ -114.382358, 34.495756999999642 ], [ -114.381402, 34.49924199999964 ], [ -114.378124, 34.507287999999669 ], [ -114.384546220590195, 34.510864227292558 ], [ -114.409567593138362, 34.511472385653121 ], [ -114.424163393791474, 34.520507881295515 ], [ -114.427291065359995, 34.539968948832978 ], [ -114.424150790871224, 34.57072383139046 ], [ -114.422382, 34.580710999999667 ], [ -114.429747, 34.591733999999668 ], [ -114.429747, 34.595845999999646 ], [ -114.43009, 34.596873999999644 ], [ -114.427502, 34.599226999999679 ], [ -114.425338, 34.600841999999659 ], [ -114.424326, 34.602337999999655 ], [ -114.424202, 34.610452999999659 ], [ -114.428648, 34.614640999999658 ], [ -114.438739, 34.621454999999642 ], [ -114.441398, 34.630170999999663 ], [ -114.441525, 34.631528999999645 ], [ -114.440294, 34.638239999999648 ], [ -114.441465, 34.642529999999638 ], [ -114.444276, 34.646541999999641 ], [ -114.449549, 34.651422999999667 ], [ -114.451753, 34.654320999999662 ], [ -114.451971, 34.657165999999634 ], [ -114.452628, 34.659572999999661 ], [ -114.451785, 34.663890999999659 ], [ -114.451753, 34.665043999999661 ], [ -114.451971, 34.666794999999659 ], [ -114.452628, 34.668545999999672 ], [ -114.454305, 34.67123399999965 ], [ -114.45491, 34.67309199999967 ], [ -114.455473, 34.675767999999643 ], [ -114.456567, 34.677955999999654 ], [ -114.462178, 34.685799999999659 ], [ -114.465246, 34.691201999999656 ], [ -114.46809, 34.701785999999643 ], [ -114.46862, 34.707572999999662 ], [ -114.470477, 34.711367999999659 ], [ -114.47162, 34.71296599999966 ], [ -114.473682, 34.713963999999649 ], [ -114.477297, 34.714513999999667 ], [ -114.481954, 34.716035999999626 ], [ -114.486768, 34.719099999999663 ], [ -114.490971, 34.724847999999668 ], [ -114.492017, 34.725701999999664 ], [ -114.495858, 34.727955999999658 ], [ -114.503361, 34.731246999999655 ], [ -114.510292, 34.73358199999965 ], [ -114.516619, 34.736744999999644 ], [ -114.521048, 34.741172999999655 ], [ -114.522619, 34.743729999999644 ], [ -114.525611, 34.747004999999653 ], [ -114.529615, 34.750821999999665 ], [ -114.540306, 34.757108999999673 ], [ -114.546884, 34.761801999999676 ], [ -114.552682, 34.766870999999647 ], [ -114.558653, 34.773851999999671 ], [ -114.564045, 34.782770999999634 ], [ -114.565976, 34.785965999999661 ], [ -114.565978, 34.785968999999653 ], [ -114.57101, 34.79429399999966 ], [ -114.574569, 34.805745999999665 ], [ -114.576452, 34.815299999999681 ], [ -114.581126, 34.826114999999668 ], [ -114.586842, 34.835671999999668 ], [ -114.592339, 34.841152999999657 ], [ -114.598007, 34.845384999999673 ], [ -114.600653, 34.847360999999651 ], [ -114.604255, 34.849572999999673 ], [ -114.619878, 34.856872999999659 ], [ -114.623939, 34.859737999999659 ], [ -114.626877, 34.862619999999644 ], [ -114.630682, 34.866351999999651 ], [ -114.634382, 34.872889999999643 ], [ -114.635176, 34.875002999999651 ], [ -114.636768, 34.885704999999653 ], [ -114.636725, 34.889106999999662 ], [ -114.635425, 34.895191999999668 ], [ -114.635322, 34.89546699999967 ], [ -114.635292, 34.895545999999676 ], [ -114.635157, 34.895903999999675 ], [ -114.630877, 34.907262999999666 ], [ -114.630552, 34.911851999999676 ], [ -114.631945, 34.916715999999646 ], [ -114.633237, 34.921229999999653 ], [ -114.633253, 34.924607999999665 ], [ -114.632819, 34.927078999999658 ], [ -114.632767, 34.927375999999676 ], [ -114.632765959537764, 34.927381872830949 ], [ -114.632765959536812, 34.927381872836371 ], [ -114.632722, 34.92762999999966 ], [ -114.632196, 34.930627999999665 ], [ -114.629753, 34.938683999999661 ], [ -114.629769, 34.943039999999684 ], [ -114.629811, 34.944809999999677 ], [ -114.631681, 34.951309999999673 ], [ -114.634953, 34.958917999999677 ], [ -114.635237, 34.965148999999656 ], [ -114.634607, 34.969059999999686 ], [ -114.629907, 34.980790999999641 ], [ -114.629015, 34.986147999999673 ], [ -114.62919, 34.991886999999679 ], [ -114.629928, 34.994739999999673 ], [ -114.633013, 35.002084999999681 ], [ -114.634, 35.010026999999674 ], [ -114.634, 35.016585999999677 ], [ -114.633287, 35.024998999999667 ], [ -114.631861, 35.033839999999664 ], [ -114.627124, 35.044720999999669 ], [ -114.617822, 35.051194999999673 ], [ -114.616524531531695, 35.05209860360317 ], [ -114.615381, 35.052894999999658 ], [ -114.606694, 35.058940999999678 ], [ -114.603619, 35.064225999999664 ], [ -114.602908, 35.068587999999671 ], [ -114.604736, 35.074829999999686 ], [ -114.608778, 35.078809999999656 ], [ -114.613132, 35.083096999999682 ], [ -114.622517, 35.088702999999676 ], [ -114.634021, 35.093119999999686 ], [ -114.642831, 35.096502999999679 ], [ -114.646759, 35.101871999999673 ], [ -114.644352, 35.105903999999661 ], [ -114.630625, 35.117678999999683 ], [ -114.629934, 35.118271999999664 ], [ -114.626892, 35.119290999999677 ], [ -114.626002206347223, 35.119589262605459 ], [ -114.626002206330526, 35.119589262611051 ], [ -114.623685, 35.120365999999692 ], [ -114.619905, 35.121631999999671 ], [ -114.617388, 35.121560999999673 ], [ -114.59912, 35.121049999999663 ], [ -114.58774, 35.12372899999967 ], [ -114.578524, 35.128749999999663 ], [ -114.572747, 35.138724999999667 ], [ -114.569784, 35.161407999999675 ], [ -114.569736, 35.161776999999681 ], [ -114.569569, 35.163052999999664 ], [ -114.569465, 35.169441999999663 ], [ -114.569425, 35.171924999999689 ], [ -114.569238, 35.183479999999669 ], [ -114.569747, 35.18650499999967 ], [ -114.570607322350824, 35.19161275763414 ], [ -114.570938, 35.193575999999673 ], [ -114.57121868749212, 35.195243812452858 ], [ -114.571936, 35.19950599999968 ], [ -114.572119, 35.200590999999683 ], [ -114.574835, 35.205897999999671 ], [ -114.579963, 35.209639999999681 ], [ -114.583559, 35.229929999999662 ], [ -114.583111, 35.238089999999666 ], [ -114.587129, 35.262375999999684 ], [ -114.597503, 35.29695399999968 ], [ -114.596581, 35.313543999999695 ], [ -114.595931, 35.325233999999668 ], [ -114.604314, 35.353583999999664 ], [ -114.611435, 35.369055999999688 ], [ -114.61987, 35.390783999999663 ], [ -114.627137, 35.4095039999997 ], [ -114.652005, 35.429164999999699 ], [ -114.653658, 35.431627999999698 ], [ -114.662125, 35.444240999999685 ], [ -114.662516, 35.445105999999676 ], [ -114.6645, 35.449496999999674 ], [ -114.666377, 35.466855999999687 ], [ -114.672901, 35.481707999999685 ], [ -114.677643, 35.489741999999673 ], [ -114.679205, 35.4999919999997 ], [ -114.677205, 35.513490999999689 ], [ -114.673805, 35.517890999999686 ], [ -114.668149, 35.521379999999681 ], [ -114.663105, 35.524490999999671 ], [ -114.658005, 35.530490999999685 ], [ -114.656905, 35.53439099999968 ], [ -114.657405, 35.536390999999718 ], [ -114.660205, 35.539290999999693 ], [ -114.662005, 35.5454909999997 ], [ -114.663005, 35.563689999999674 ], [ -114.666184, 35.577575999999688 ], [ -114.665649, 35.580427999999706 ], [ -114.659606, 35.58748999999969 ], [ -114.654306, 35.597589999999691 ], [ -114.653406, 35.610788999999691 ], [ -114.658206, 35.619088999999718 ], [ -114.677107, 35.641488999999702 ], [ -114.689407, 35.651411999999702 ], [ -114.689769, 35.659401999999716 ], [ -114.690008, 35.664687999999714 ], [ -114.688076, 35.668030999999715 ], [ -114.682207, 35.678187999999686 ], [ -114.680689, 35.685112999999681 ], [ -114.680607, 35.685487999999701 ], [ -114.681048, 35.686148999999688 ], [ -114.683208, 35.689386999999698 ], [ -114.694108, 35.695186999999684 ], [ -114.701208, 35.70118699999967 ], [ -114.705409, 35.7082869999997 ], [ -114.705309, 35.711586999999696 ], [ -114.697309, 35.7336859999997 ], [ -114.696433, 35.7458889999997 ], [ -114.695709, 35.755985999999702 ], [ -114.701409, 35.769085999999703 ], [ -114.69891, 35.790184999999695 ], [ -114.71211, 35.806184999999722 ], [ -114.70991, 35.81018499999967 ], [ -114.70371, 35.814584999999695 ], [ -114.698547, 35.824921999999702 ], [ -114.69571, 35.830600999999696 ], [ -114.69641, 35.833783999999703 ], [ -114.699848, 35.843282999999694 ], [ -114.699848, 35.848369999999697 ], [ -114.698103, 35.853797999999685 ], [ -114.697767, 35.854843999999666 ], [ -114.691755, 35.858063999999708 ], [ -114.68201, 35.863283999999695 ], [ -114.679501, 35.868022999999702 ], [ -114.678114, 35.871952999999699 ], [ -114.67742, 35.874727999999692 ], [ -114.677883, 35.876345999999693 ], [ -114.679039, 35.880045999999702 ], [ -114.68112, 35.885363999999704 ], [ -114.690332, 35.8932569999997 ], [ -114.700271, 35.901771999999703 ], [ -114.708516, 35.912312999999685 ], [ -114.707993, 35.920629999999697 ], [ -114.707526, 35.928059999999689 ], [ -114.715692, 35.934708999999721 ], [ -114.723193647916915, 35.938389550909754 ], [ -114.729356, 35.941412999999677 ], [ -114.731159, 35.94391599999971 ], [ -114.729997, 35.948978999999682 ], [ -114.728318, 35.956289999999697 ], [ -114.729941, 35.962182999999726 ], [ -114.73417, 35.967530999999703 ], [ -114.740595, 35.975655999999717 ], [ -114.743756, 35.985094999999717 ], [ -114.730928331737417, 36.003740457640411 ], [ -114.731162, 36.021861999999714 ], [ -114.729708, 36.028164999999703 ], [ -114.730435, 36.031316999999731 ], [ -114.734314, 36.035680999999698 ], [ -114.739405, 36.037862999999696 ], [ -114.73981, 36.03891599999973 ], [ -114.740617, 36.041014999999696 ], [ -114.740375, 36.043681999999706 ], [ -114.740375, 36.04925799999971 ], [ -114.740327, 36.0493239999997 ], [ -114.736738, 36.054348999999696 ], [ -114.736253, 36.058469999999687 ], [ -114.737009, 36.059755999999702 ], [ -114.743342, 36.070534999999708 ], [ -114.74768, 36.074125999999708 ], [ -114.754099, 36.0794399999997 ], [ -114.755491, 36.081600999999701 ], [ -114.755618, 36.087165999999712 ], [ -114.753638, 36.090704999999716 ], [ -114.747079, 36.097004999999704 ], [ -114.736165, 36.104366999999705 ], [ -114.717293, 36.107685999999681 ], [ -114.709771, 36.10774199999971 ], [ -114.70198, 36.109471999999734 ], [ -114.697265103721918, 36.110519256034834 ], [ -114.666538, 36.117342999999714 ], [ -114.66289, 36.1199319999997 ], [ -114.661425, 36.122031999999706 ], [ -114.661429013939014, 36.122233975822986 ], [ -114.661285400390625, 36.122360229491882 ], [ -114.65836334228517, 36.125041961669616 ], [ -114.656013488769531, 36.126800537109098 ], [ -114.653045654296889, 36.129905700683295 ], [ -114.648681640625, 36.132923126220383 ], [ -114.645462036132812, 36.13471603393527 ], [ -114.63968658447267, 36.136299133300518 ], [ -114.636360168457031, 36.139095306396179 ], [ -114.632125854492202, 36.140750885009474 ], [ -114.629791259765625, 36.142055511474332 ], [ -114.625808715820327, 36.141960144042685 ], [ -114.622695922851562, 36.139396667480185 ], [ -114.621444702148438, 36.136863708495802 ], [ -114.619834899902344, 36.134101867675511 ], [ -114.615890502929688, 36.133098602294631 ], [ -114.612213134765611, 36.132820129394233 ], [ -114.608264, 36.13394899999971 ], [ -114.597212, 36.142102999999707 ], [ -114.592109680175781, 36.143863677978246 ], [ -114.5833740234375, 36.14864349365206 ], [ -114.57293701171875, 36.150917053222365 ], [ -114.564979553222656, 36.151538848876662 ], [ -114.558700561523438, 36.152576446532905 ], [ -114.551368713378906, 36.153644561767301 ], [ -114.546272277832031, 36.154663085937209 ], [ -114.539375305175781, 36.152996063232131 ], [ -114.534858703613281, 36.150173187255561 ], [ -114.53094482421875, 36.14825820922821 ], [ -114.526954650878906, 36.148159027099311 ], [ -114.524055480957031, 36.149448394775099 ], [ -114.521087646484375, 36.151565551757521 ], [ -114.515388488769531, 36.152408599853224 ], [ -114.510818481445312, 36.152748107909851 ], [ -114.507431030273438, 36.151756286620802 ], [ -114.503936767578125, 36.150112152099318 ], [ -114.501388549804688, 36.146156311034872 ], [ -114.502029418945312, 36.144359588622748 ], [ -114.50439453125, 36.142150878905959 ], [ -114.507896423339844, 36.139968872070035 ], [ -114.509780883789062, 36.137283325195021 ], [ -114.509841918945312, 36.134117126464567 ], [ -114.508262634277344, 36.130901336669631 ], [ -114.504356384277344, 36.128322601318068 ], [ -114.498085021972656, 36.128829956054396 ], [ -114.491180419921875, 36.130470275878636 ], [ -114.480148315429673, 36.13563919067353 ], [ -114.471138000488281, 36.140361785888359 ], [ -114.466087341308594, 36.142734527587592 ], [ -114.462081909179688, 36.142364501952834 ], [ -114.45770263671875, 36.140968322753622 ], [ -114.453933715820312, 36.137084960937194 ], [ -114.449531555175781, 36.131683349609091 ], [ -114.445053100585938, 36.12975311279267 ], [ -114.440017700195312, 36.127353668212606 ], [ -114.4332275390625, 36.132015228271193 ], [ -114.432594299316406, 36.132450103759474 ], [ -114.424331665039062, 36.137271881103224 ], [ -114.423583984375, 36.137744903564162 ], [ -114.417617797851562, 36.141910552978246 ], [ -114.410919189453125, 36.146129608154006 ], [ -114.404441833496094, 36.14667510986299 ], [ -114.396705627441406, 36.147323608398139 ], [ -114.388679504394531, 36.145668029784872 ], [ -114.382354736328125, 36.143981933593473 ], [ -114.373802185058594, 36.143795013427443 ], [ -114.368202209472656, 36.141376495361037 ], [ -114.362144470214844, 36.136226654052436 ], [ -114.360054016113281, 36.131633758544645 ], [ -114.354461669921875, 36.126842498778984 ], [ -114.350677490234375, 36.124122619628601 ], [ -114.346305847167969, 36.121105194091513 ], [ -114.341766357421875, 36.115398406982138 ], [ -114.341079711914062, 36.114334106445021 ], [ -114.338699340820312, 36.110645294189169 ], [ -114.334510803222656, 36.108177185058295 ], [ -114.329307556152344, 36.10604095458956 ], [ -114.328140258789062, 36.105659484863004 ], [ -114.324150085449219, 36.104358673095419 ], [ -114.321403503417969, 36.102016448974297 ], [ -114.318687438964844, 36.098766326904013 ], [ -114.315864562988281, 36.094470977782912 ], [ -114.312225341796875, 36.089969635009467 ], [ -114.308944702148438, 36.086704254150099 ], [ -114.3062744140625, 36.082546234130568 ], [ -114.305328369140625, 36.077983856200888 ], [ -114.307220458984375, 36.073493957519247 ], [ -114.307879, 36.071290999999711 ], [ -114.314206, 36.066618999999726 ], [ -114.316109, 36.063108999999699 ], [ -114.313507080078125, 36.059593200683281 ], [ -114.308464050292969, 36.057643890380554 ], [ -114.304458618164062, 36.058017730712592 ], [ -114.299400329589844, 36.05849075317353 ], [ -114.295364379882812, 36.05675506591767 ], [ -114.290374755859375, 36.054431915282912 ], [ -114.287223815917969, 36.051010131835632 ], [ -114.282630920410156, 36.049232482909872 ], [ -114.276313781738281, 36.04804229736299 ], [ -114.271919250488281, 36.046672821044652 ], [ -114.269317626953125, 36.042278289794623 ], [ -114.2685546875, 36.035938262939155 ], [ -114.266952514648438, 36.029743194579773 ], [ -114.258125305175781, 36.023147583007535 ], [ -114.245834350585938, 36.017822265624723 ], [ -114.240623474121094, 36.015140533446974 ], [ -114.2337646484375, 36.013908386230163 ], [ -114.224113464355469, 36.014541625976264 ], [ -114.213363647460938, 36.016555786132521 ], [ -114.201515197753906, 36.019954681396179 ], [ -114.193267822265625, 36.022727966308317 ], [ -114.188087463378906, 36.023944854736044 ], [ -114.183990478515625, 36.026554107665717 ], [ -114.177879333496094, 36.029006958007521 ], [ -114.1759033203125, 36.029174804687216 ], [ -114.171058654785156, 36.029586791991903 ], [ -114.165351867675781, 36.028781890868849 ], [ -114.160537719726562, 36.029075622558288 ], [ -114.154304504394531, 36.028446197509467 ], [ -114.150871276855469, 36.028804779052422 ], [ -114.147384643554688, 36.030521392821974 ], [ -114.147216796875, 36.031379699706733 ], [ -114.145599365234375, 36.034587860107131 ], [ -114.14508056640625, 36.036411285400106 ], [ -114.143058776855469, 36.038116455077784 ], [ -114.139488220214844, 36.041648864745817 ], [ -114.137031555175781, 36.04566192626924 ], [ -114.136886596679688, 36.050167083739943 ], [ -114.136810302734375, 36.052482604980163 ], [ -114.13641357421875, 36.059719085693061 ], [ -114.133773803710938, 36.06781387329071 ], [ -114.128082275390625, 36.079364776611023 ], [ -114.123153686523438, 36.088848114013388 ], [ -114.118400573730469, 36.093250274657912 ], [ -114.11602783203125, 36.096370697021186 ], [ -114.115249633789062, 36.099971771239936 ], [ -114.11676025390625, 36.102256774902052 ], [ -114.119697570800781, 36.105377197265341 ], [ -114.123420715332031, 36.108371734618849 ], [ -114.122756958007812, 36.113037109374702 ], [ -114.120025634765625, 36.117168426513366 ], [ -114.115516662597656, 36.119495391845405 ], [ -114.109321594238281, 36.121444702148139 ], [ -114.102767944335938, 36.124126434325881 ], [ -114.100334167480469, 36.127689361571967 ], [ -114.097740173339844, 36.135257720946974 ], [ -114.094573974609375, 36.141593933105185 ], [ -114.088409423828125, 36.148128509521186 ], [ -114.084266662597656, 36.155372619628622 ], [ -114.078048706054688, 36.165096282958693 ], [ -114.073028564453125, 36.175445556640341 ], [ -114.072532653808594, 36.176460266112997 ], [ -114.071823120117188, 36.177726745605163 ], [ -114.06939697265625, 36.182033538818047 ], [ -114.062667846679688, 36.188671112060248 ], [ -114.062080383300781, 36.189247131347372 ], [ -114.0545654296875, 36.194007873534872 ], [ -114.046838, 36.194068999999701 ], [ -114.046818, 36.205166999999719 ], [ -113.946861, 36.207387999999717 ], [ -113.944147, 36.130686999999696 ], [ -113.892008, 36.131844999999693 ], [ -113.890627, 36.092797999999718 ], [ -113.863716, 36.093395999999707 ], [ -113.862877, 36.069687999999708 ], [ -113.832604, 36.070360999999714 ], [ -113.831962, 36.052231999999705 ], [ -113.778142, 36.053426999999708 ], [ -113.775921, 35.990671999999705 ], [ -113.738919, 35.991493999999733 ], [ -113.737932, 35.963602999999701 ], [ -113.684264, 35.921529999999699 ], [ -113.682734, 35.8782989999997 ], [ -113.654142, 35.878933999999695 ], [ -113.611951, 35.828232999999699 ], [ -113.586723, 35.828792999999706 ], [ -113.58692, 35.834370999999699 ], [ -113.561692, 35.834931999999696 ], [ -113.560656, 35.805645999999683 ], [ -113.500309, 35.765116999999684 ], [ -113.433034, 35.766611999999682 ], [ -113.431948, 35.735931999999686 ], [ -113.361309, 35.737500999999703 ], [ -113.361901, 35.7542359999997 ], [ -113.334048, 35.754854999999715 ], [ -113.334134999919669, 35.579930161516963 ], [ -113.193561, 35.582640999999704 ], [ -113.060705, 35.585592999999704 ], [ -113.058544, 35.524525999999703 ], [ -113.062876, 35.52442999999969 ], [ -113.06152, 35.486113999999688 ], [ -113.048523, 35.4864019999997 ], [ -113.046362, 35.425335999999682 ], [ -113.076688, 35.424661999999671 ], [ -113.0769, 35.43064899999969 ], [ -113.101449, 35.430103999999695 ], [ -113.101238, 35.424116999999683 ], [ -113.248204, 35.420850999999686 ], [ -113.333776572942966, 35.418950009486743 ], [ -113.33294, 35.190886999999655 ], [ -113.332878, 35.141645999999682 ], [ -113.333028, 34.788579999999662 ], [ -113.333098, 34.750014999999649 ], [ -113.333508, 34.745250999999655 ], [ -113.333112, 34.625016999999637 ], [ -113.333582, 34.607607999999651 ], [ -113.333064, 34.500017999999649 ], [ -113.333189, 34.410693999999665 ], [ -113.333508, 34.31787699999964 ], [ -113.335631, 34.317317999999638 ], [ -113.340875, 34.319033999999654 ], [ -113.34322, 34.318895999999647 ], [ -113.343964, 34.317476999999641 ], [ -113.343908, 34.315965999999655 ], [ -113.341452, 34.312966999999645 ], [ -113.341479, 34.312325999999651 ], [ -113.345837, 34.308661999999657 ], [ -113.349255, 34.302181999999654 ], [ -113.351858, 34.299475999999643 ], [ -113.359047, 34.294995999999642 ], [ -113.369244, 34.291967999999642 ], [ -113.386537, 34.294879999999651 ], [ -113.39496, 34.299430999999636 ], [ -113.398701, 34.300239999999647 ], [ -113.40145, 34.299684999999648 ], [ -113.40492, 34.297318999999646 ], [ -113.411087, 34.294722999999649 ], [ -113.413073, 34.294745999999634 ], [ -113.417541, 34.29733399999963 ], [ -113.419638, 34.298724999999628 ], [ -113.425677, 34.300356999999643 ], [ -113.434478, 34.301501999999637 ], [ -113.445843, 34.299279999999655 ], [ -113.451102, 34.299879999999646 ], [ -113.466147, 34.304038999999641 ], [ -113.467499, 34.303786999999623 ], [ -113.46987, 34.302137999999637 ], [ -113.471967, 34.30186199999963 ], [ -113.47296, 34.302433999999643 ], [ -113.473595, 34.304219999999631 ], [ -113.475168, 34.305363999999635 ], [ -113.476051, 34.305408999999635 ], [ -113.481374, 34.303094999999651 ], [ -113.484051, 34.303437999999637 ], [ -113.487251, 34.304855999999639 ], [ -113.48932, 34.305151999999644 ], [ -113.491499, 34.304029999999628 ], [ -113.496987, 34.302767999999638 ], [ -113.50076, 34.302813999999628 ], [ -113.509138, 34.305588999999635 ], [ -113.512558, 34.308199999999651 ], [ -113.516281, 34.310192999999643 ], [ -113.518902, 34.310170999999634 ], [ -113.520668, 34.308957999999649 ], [ -113.523647, 34.308775999999639 ], [ -113.524447, 34.30893599999964 ], [ -113.526295, 34.310492999999632 ], [ -113.528999, 34.308868999999667 ], [ -113.530985, 34.308181999999647 ], [ -113.534213, 34.308297999999638 ], [ -113.539897, 34.305894999999651 ], [ -113.544505, 34.299782999999643 ], [ -113.546438, 34.294319999999651 ], [ -113.547264, 34.290695999999642 ], [ -113.548092, 34.289069999999647 ], [ -113.54903, 34.288062999999646 ], [ -113.550933, 34.287284999999649 ], [ -113.556153, 34.28460099999964 ], [ -113.561581, 34.280256999999629 ], [ -113.565884, 34.275748999999642 ], [ -113.568589, 34.274713999999648 ], [ -113.569177, 34.27298799999965 ], [ -113.569142, 34.269331999999643 ], [ -113.573364, 34.267509999999639 ], [ -113.575538, 34.26508699999961 ], [ -113.582029, 34.259796999999622 ], [ -113.583296, 34.257863999999643 ], [ -113.584254, 34.251782999999655 ], [ -113.586728, 34.243395999999635 ], [ -113.589617, 34.242074999999637 ], [ -113.593753, 34.238849999999644 ], [ -113.59722, 34.237183999999637 ], [ -113.599378, 34.233343999999647 ], [ -113.601023, 34.232579999999643 ], [ -113.601244, 34.232671999999631 ], [ -113.603148, 34.231182999999625 ], [ -113.605679, 34.229350999999639 ], [ -113.606423, 34.229601999999645 ], [ -113.607361, 34.231638999999639 ], [ -113.612212, 34.230972999999636 ], [ -113.612487, 34.229576999999637 ], [ -113.617611, 34.227284999999632 ], [ -113.624309, 34.228036999999631 ], [ -113.626729, 34.229047999999629 ], [ -113.633401, 34.224517999999655 ], [ -113.638555, 34.223214999999627 ], [ -113.639189, 34.223535999999619 ], [ -113.640483, 34.227244999999634 ], [ -113.641227, 34.227679999999637 ], [ -113.642687, 34.227542999999613 ], [ -113.648807, 34.221798999999635 ], [ -113.656304, 34.216260999999648 ], [ -113.665307, 34.212617999999658 ], [ -113.667712, 34.21328699999966 ], [ -113.675373, 34.213127999999664 ], [ -113.676199, 34.21262399999965 ], [ -113.677715, 34.21001499999965 ], [ -113.680883, 34.20994599999964 ], [ -113.690487, 34.209919999999627 ], [ -113.703475, 34.211360999999641 ], [ -113.705846, 34.212141999999623 ], [ -113.708492, 34.215162999999656 ], [ -113.709898, 34.216695999999637 ], [ -113.711386, 34.216580999999628 ], [ -113.713783, 34.217564999999645 ], [ -113.715989, 34.221935999999644 ], [ -113.716678, 34.222301999999644 ], [ -113.720839, 34.221796999999647 ], [ -113.722492, 34.22264399999964 ], [ -113.724341, 34.226075999999637 ], [ -113.723983, 34.227769999999651 ], [ -113.730735, 34.240249999999641 ], [ -113.734061, 34.241225999999635 ], [ -113.743856, 34.240117999999654 ], [ -113.746341, 34.239250999999662 ], [ -113.750227, 34.239156999999622 ], [ -113.759341, 34.236073999999647 ], [ -113.76342, 34.233740999999632 ], [ -113.768574, 34.232712999999642 ], [ -113.771165, 34.231476999999622 ], [ -113.774564, 34.228921999999642 ], [ -113.78104, 34.229191999999621 ], [ -113.783814, 34.230838999999641 ], [ -113.786424, 34.232112999999636 ], [ -113.791435, 34.23406899999965 ], [ -113.792274, 34.234319999999663 ], [ -113.798805, 34.235943999999641 ], [ -113.802727, 34.236137999999656 ], [ -113.805988, 34.233992999999636 ], [ -113.813741, 34.23310599999963 ], [ -113.815808, 34.23541799999964 ], [ -113.817711, 34.234811999999629 ], [ -113.819371, 34.232912999999648 ], [ -113.819583, 34.232304999999634 ], [ -113.819583, 34.229900999999664 ], [ -113.819803, 34.228573999999639 ], [ -113.822779, 34.226444999999664 ], [ -113.826305, 34.22481899999962 ], [ -113.828895, 34.224405999999647 ], [ -113.831818, 34.223492999999628 ], [ -113.835327, 34.22316199999964 ], [ -113.838021, 34.22380899999964 ], [ -113.838957, 34.224786999999651 ], [ -113.84317, 34.234057999999628 ], [ -113.844721, 34.23639799999961 ], [ -113.849, 34.240418999999626 ], [ -113.849567, 34.241788999999628 ], [ -113.850577, 34.25001699999963 ], [ -113.852929, 34.251979999999634 ], [ -113.85529, 34.252638999999661 ], [ -113.867895, 34.254632999999636 ], [ -113.872518, 34.254943999999661 ], [ -113.876716, 34.254268999999631 ], [ -113.879825, 34.252384999999641 ], [ -113.892868, 34.249344999999636 ], [ -113.90547, 34.248352999999639 ], [ -113.917289, 34.249195999999635 ], [ -113.929104, 34.24935899999965 ], [ -113.931249, 34.250015999999633 ], [ -113.939566, 34.254856999999653 ], [ -113.944391, 34.255863999999647 ], [ -113.949564, 34.257074999999631 ], [ -113.963349, 34.258134999999633 ], [ -113.972919, 34.257636999999669 ], [ -113.982761, 34.256302999999647 ], [ -113.990001, 34.254812999999643 ], [ -113.997447, 34.254978999999643 ], [ -114.000775, 34.255250999999625 ], [ -114.006419, 34.254040999999646 ], [ -114.008596, 34.254133999999631 ], [ -114.013169, 34.256630999999643 ], [ -114.016862, 34.259583999999641 ], [ -114.019561, 34.262788999999657 ], [ -114.019781, 34.264459999999644 ], [ -114.020883, 34.26617699999963 ], [ -114.021737, 34.267069999999634 ], [ -114.023473, 34.267756999999641 ], [ -114.025513, 34.266956999999628 ], [ -114.026424, 34.265835999999645 ], [ -114.027858, 34.262242999999629 ], [ -114.030533, 34.260297999999644 ], [ -114.032242, 34.259703999999623 ], [ -114.034805, 34.259841999999644 ], [ -114.03712, 34.260802999999633 ], [ -114.045920798935612, 34.266615101923321 ], [ -114.048528165667946, 34.267148426936771 ], [ -114.050009624038594, 34.267207685271551 ], [ -114.052142924092323, 34.268570626972561 ], [ -114.054868807494316, 34.270407635352178 ], [ -114.057831724235612, 34.271533543713865 ], [ -114.062513132686846, 34.27473349379445 ], [ -114.065713082767445, 34.276570502174067 ], [ -114.069742649535598, 34.278822318897461 ], [ -114.075372191344059, 34.280422293937775 ], [ -114.079757308121174, 34.279829710589482 ], [ -114.085060929088087, 34.279118610571587 ], [ -114.086631274960965, 34.286288869085517 ], [ -114.088409025005731, 34.287059227438235 ], [ -114.09166823342116, 34.286822194098939 ], [ -114.096053350198275, 34.286525902424785 ], [ -114.101682892006721, 34.286229610750702 ], [ -114.105356908765927, 34.285577769067622 ], [ -114.107134658810708, 34.284274085701419 ], [ -114.109356846366666, 34.283029660670067 ], [ -114.115401196518917, 34.282792627330785 ], [ -114.121564063340813, 34.283148177339747 ], [ -114.126304730126876, 34.282081527312876 ], [ -114.133415730305984, 34.290733244197448 ], [ -114.138739388130588, 34.290895518896761 ], [ -114.139534, 34.295843999999626 ], [ -114.138167, 34.300935999999652 ], [ -114.138282, 34.303229999999637 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_SE", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 35149.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -111.622451, 31.507822999999533 ], [ -112.157626, 31.67669699999955 ], [ -112.607059, 31.815833999999537 ], [ -112.606297, 31.895559999999556 ], [ -112.623118, 31.89547999999953 ], [ -112.622998, 31.923989999999556 ], [ -112.627516, 31.928436999999555 ], [ -112.631969, 31.929343999999553 ], [ -112.637816, 31.936515999999543 ], [ -112.641712, 31.936553999999564 ], [ -112.644935, 31.940623999999538 ], [ -112.649043, 31.942304999999557 ], [ -112.655938, 31.952017999999541 ], [ -112.659119, 31.951255999999542 ], [ -112.660819, 31.956444999999526 ], [ -112.656912, 31.959561999999551 ], [ -112.661583, 31.971069999999546 ], [ -112.65894, 31.974713999999565 ], [ -112.661282, 31.976843999999552 ], [ -112.662241, 31.982742999999555 ], [ -112.65936, 31.98618799999954 ], [ -112.65779, 31.995326999999531 ], [ -112.654871, 31.999006999999555 ], [ -112.658838, 31.999999999999549 ], [ -112.663588, 32.004520999999549 ], [ -112.663935, 32.007516999999538 ], [ -112.67467, 32.010234999999561 ], [ -112.674534, 32.011576999999534 ], [ -112.682009, 32.013916999999566 ], [ -112.687724, 32.026309999999526 ], [ -112.690152, 32.027383999999572 ], [ -112.69035, 32.030107999999544 ], [ -112.688703, 32.03089499999956 ], [ -112.689627, 32.037574999999549 ], [ -112.686832, 32.039794999999515 ], [ -112.685888, 32.044685999999551 ], [ -112.687184, 32.046018999999554 ], [ -112.687113, 32.051825999999529 ], [ -112.695299, 32.055920999999557 ], [ -112.695235, 32.059757999999555 ], [ -112.700428, 32.063243999999557 ], [ -112.698559, 32.066757999999552 ], [ -112.701961, 32.071513999999553 ], [ -112.702054, 32.076229999999562 ], [ -112.696807, 32.080562999999543 ], [ -112.696845, 32.087438999999556 ], [ -112.694704, 32.091016999999567 ], [ -112.69704, 32.092530999999539 ], [ -112.696711, 32.097165999999547 ], [ -112.692741, 32.097947999999555 ], [ -112.690729, 32.102278999999569 ], [ -112.677819, 32.103581999999548 ], [ -112.67539, 32.110997999999569 ], [ -112.670941, 32.110858999999564 ], [ -112.668839, 32.113555999999555 ], [ -112.671066, 32.122240999999548 ], [ -112.670113, 32.125481999999579 ], [ -112.667147, 32.127697999999562 ], [ -112.667565, 32.156876999999554 ], [ -112.727006, 32.157068999999566 ], [ -112.726883, 32.173651999999549 ], [ -112.727092, 32.331267999999582 ], [ -112.676872, 32.330802999999577 ], [ -112.675794, 32.417912999999565 ], [ -112.574585, 32.418566999999584 ], [ -112.574056, 32.505163999999567 ], [ -112.203024, 32.506700999999573 ], [ -112.202806, 32.680710999999583 ], [ -112.203036, 32.94168699999959 ], [ -112.201263, 33.086971999999605 ], [ -112.201458, 33.246815999999612 ], [ -112.202592, 33.310383999999601 ], [ -112.192896, 33.298431999999586 ], [ -112.192528, 33.296607999999594 ], [ -112.196816, 33.288927999999615 ], [ -112.15698, 33.287621999999608 ], [ -112.137984, 33.290303999999587 ], [ -112.1325, 33.290299999999611 ], [ -112.080446, 33.290299999999611 ], [ -112.073565, 33.290174999999614 ], [ -112.013339, 33.290714999999601 ], [ -111.973025, 33.290440999999625 ], [ -111.973842, 33.287682999999589 ], [ -111.973842, 33.286047999999603 ], [ -111.971875, 33.2827789999996 ], [ -111.968923, 33.281961999999602 ], [ -111.985649, 33.205135999999619 ], [ -111.956427, 33.2046259999996 ], [ -111.908204, 33.204727999999612 ], [ -111.892354, 33.204762999999602 ], [ -111.89232, 33.2032019999996 ], [ -111.840459, 33.203869999999604 ], [ -111.685347, 33.204675999999601 ], [ -111.685345, 33.117603999999602 ], [ -111.515949, 33.118227999999597 ], [ -111.388685, 33.118319999999592 ], [ -111.387079, 33.118318999999595 ], [ -111.386584, 33.078134999999605 ], [ -111.374082, 33.078176999999584 ], [ -111.362929327715264, 33.075720334615418 ], [ -111.354868, 33.072360999999603 ], [ -111.351822, 33.074927999999574 ], [ -111.342242, 33.071859999999589 ], [ -111.323412, 33.075528999999634 ], [ -111.310051, 33.083754999999591 ], [ -111.303736, 33.091979999999616 ], [ -111.29587, 33.093170999999593 ], [ -111.286698, 33.091748999999595 ], [ -111.26797, 33.096715999999603 ], [ -111.258358, 33.102072999999599 ], [ -111.245725, 33.100329999999602 ], [ -111.236543, 33.09541799999959 ], [ -111.22406, 33.092278999999586 ], [ -111.211449, 33.084933999999592 ], [ -111.207145918127381, 33.08507235885827 ], [ -111.204358, 33.085161999999592 ], [ -111.197451, 33.087741999999594 ], [ -111.188848, 33.095693999999597 ], [ -111.186305, 33.095396999999586 ], [ -111.185858, 33.092029999999596 ], [ -111.183795, 33.091254999999599 ], [ -111.181954, 33.092180999999563 ], [ -111.181165, 33.096822999999588 ], [ -111.169177, 33.093952999999594 ], [ -111.165402, 33.094767999999597 ], [ -111.158432, 33.099259999999603 ], [ -111.158421, 33.108688999999593 ], [ -111.148018, 33.111867999999589 ], [ -111.138369, 33.110677999999581 ], [ -111.133676, 33.103867999999601 ], [ -111.126618, 33.104841999999621 ], [ -111.115681, 33.103352999999586 ], [ -111.110657, 33.107116999999562 ], [ -111.100531, 33.108700999999606 ], [ -111.09928, 33.112160999999595 ], [ -111.090296, 33.112552999999608 ], [ -111.075296, 33.118580999999594 ], [ -111.071158, 33.116656999999584 ], [ -111.069007, 33.119085999999598 ], [ -111.069988, 33.121582999999596 ], [ -111.066802, 33.132343999999591 ], [ -111.060332, 33.140322999999604 ], [ -111.05433, 33.142401999999578 ], [ -111.052585, 33.151708999999585 ], [ -111.053675, 33.156836999999612 ], [ -111.049098, 33.163548999999605 ], [ -111.044357, 33.167168999999603 ], [ -111.043512, 33.172323999999605 ], [ -111.046482, 33.168497999999559 ], [ -111.062691, 33.162564999999596 ], [ -111.054845, 33.170927999999591 ], [ -111.052093, 33.171430999999608 ], [ -111.05054, 33.17871699999958 ], [ -111.044817, 33.183481999999593 ], [ -111.045416, 33.1881789999996 ], [ -111.043861, 33.194547999999592 ], [ -111.04179, 33.196357999999591 ], [ -111.041161, 33.206613999999597 ], [ -111.039016757462704, 33.206603901526108 ], [ -111.032243, 33.206571999999589 ], [ -111.032245752821638, 33.208004218023852 ], [ -111.032254, 33.2122949999996 ], [ -111.028185, 33.213698999999608 ], [ -111.015131, 33.211976999999621 ], [ -111.003764, 33.214216999999593 ], [ -111.003265697505128, 33.213997604783479 ], [ -110.998715, 33.211993999999592 ], [ -110.995529575619855, 33.215597517895191 ], [ -110.989618, 33.222284999999609 ], [ -110.991226, 33.222742999999603 ], [ -110.992592, 33.227759999999599 ], [ -110.986383, 33.238713999999597 ], [ -110.985676, 33.2424949999996 ], [ -110.988842, 33.248335999999611 ], [ -110.987535, 33.250690999999591 ], [ -110.980336, 33.250469999999595 ], [ -110.973577, 33.25761499999961 ], [ -110.969515, 33.259700999999609 ], [ -110.952334, 33.255694999999598 ], [ -110.948108, 33.25689799999958 ], [ -110.943983, 33.2471779999996 ], [ -110.930683, 33.24859799999961 ], [ -110.903004, 33.258302999999614 ], [ -110.898969, 33.256261999999595 ], [ -110.890352, 33.257152999999597 ], [ -110.881622, 33.263678999999613 ], [ -110.873451, 33.263768999999598 ], [ -110.86376, 33.268323999999602 ], [ -110.865215, 33.263313999999617 ], [ -110.859322, 33.259810999999601 ], [ -110.85943, 33.257588999999591 ], [ -110.851632, 33.258094999999599 ], [ -110.848604, 33.256079999999592 ], [ -110.846096, 33.259081999999594 ], [ -110.845987, 33.257890999999624 ], [ -110.843206, 33.258784999999598 ], [ -110.843205, 33.256974999999592 ], [ -110.841024, 33.257754999999598 ], [ -110.83966, 33.256288999999605 ], [ -110.83827, 33.2582129999996 ], [ -110.836115, 33.255578999999599 ], [ -110.838677, 33.251660999999601 ], [ -110.821035004464662, 33.251684869729687 ], [ -110.737421, 33.25179799999961 ], [ -110.693241, 33.504159999999629 ], [ -110.529797, 33.637638999999623 ], [ -110.525876021244571, 33.790425780638934 ], [ -110.530623137593508, 33.801887811462784 ], [ -110.525579000579654, 33.801999633497225 ], [ -110.519969, 33.80212399999963 ], [ -110.519767, 33.796416999999629 ], [ -110.484345, 33.76864899999962 ], [ -110.483992, 33.758661999999639 ], [ -110.475389, 33.758852999999618 ], [ -110.468708, 33.764712999999624 ], [ -110.44462, 33.765247999999616 ], [ -110.444771, 33.769527999999617 ], [ -110.401756, 33.770483999999648 ], [ -110.401504, 33.763350999999609 ], [ -110.370533, 33.76403899999962 ], [ -110.371038, 33.778304999999619 ], [ -110.341787, 33.778954999999634 ], [ -110.341333, 33.766114999999637 ], [ -110.327164, 33.755007999999613 ], [ -110.323824, 33.757937999999612 ], [ -110.323976, 33.762217999999606 ], [ -110.306769, 33.762599999999608 ], [ -110.306517, 33.755465999999615 ], [ -110.28759, 33.755886999999611 ], [ -110.273422, 33.744779999999629 ], [ -110.264819, 33.744970999999616 ], [ -110.264415, 33.733556999999628 ], [ -110.248929, 33.733900999999634 ], [ -110.229447, 33.718628999999616 ], [ -110.215682, 33.718933999999606 ], [ -110.215884, 33.724640999999622 ], [ -110.200399, 33.72498499999962 ], [ -110.199944, 33.712144999999616 ], [ -110.194783, 33.712259999999638 ], [ -110.193823, 33.685152999999595 ], [ -110.137043, 33.686414999999627 ], [ -110.136488, 33.670721999999593 ], [ -110.14337, 33.67056899999961 ], [ -110.143219, 33.66628899999963 ], [ -110.132592, 33.657957999999617 ], [ -110.103342, 33.658607999999596 ], [ -110.102433, 33.632927999999637 ], [ -110.051526, 33.605502999999615 ], [ -110.051021, 33.591236999999616 ], [ -110.044139, 33.591389999999613 ], [ -110.043382, 33.569989999999606 ], [ -110.025671, 33.556104999999633 ], [ -110.025317, 33.546118999999607 ], [ -110.000648, 33.546666999999616 ], [ -110.000649, 33.576984999999617 ], [ -109.998492, 33.5789559999996 ], [ -109.997153, 33.581613999999625 ], [ -109.995265, 33.582622999999607 ], [ -109.989299, 33.581433999999589 ], [ -109.98366, 33.579053999999616 ], [ -109.981579, 33.576351999999616 ], [ -109.971808, 33.576720999999587 ], [ -109.968496, 33.573926999999621 ], [ -109.966389, 33.576469999999617 ], [ -109.965551, 33.579191999999622 ], [ -109.960265, 33.577848999999624 ], [ -109.961025, 33.574523999999613 ], [ -109.960204, 33.572759999999597 ], [ -109.957467, 33.572187999999613 ], [ -109.950271, 33.573333999999619 ], [ -109.94737, 33.572028999999631 ], [ -109.941815, 33.568523999999599 ], [ -109.940392, 33.568706999999613 ], [ -109.937956, 33.570608999999607 ], [ -109.930514, 33.569599999999618 ], [ -109.927969, 33.568156999999616 ], [ -109.923098, 33.567697999999609 ], [ -109.914887, 33.575668999999607 ], [ -109.913218, 33.576057999999612 ], [ -109.904823, 33.575113999999601 ], [ -109.898714, 33.575022999999597 ], [ -109.897511, 33.572983999999593 ], [ -109.89784, 33.570509999999615 ], [ -109.897212, 33.568722999999615 ], [ -109.894586, 33.56727899999963 ], [ -109.891781, 33.567854999999611 ], [ -109.889222, 33.568765999999613 ], [ -109.881041, 33.568097999999608 ], [ -109.878143, 33.564499999999626 ], [ -109.878337, 33.559963999999617 ], [ -109.877736, 33.559184999999623 ], [ -109.872274, 33.562645999999624 ], [ -109.870605, 33.563013999999612 ], [ -109.868717, 33.562533999999609 ], [ -109.868087, 33.561754999999607 ], [ -109.867758, 33.559692999999591 ], [ -109.868605, 33.558386999999598 ], [ -109.868468, 33.557516999999592 ], [ -109.856369, 33.54858799999964 ], [ -109.855821, 33.546319999999618 ], [ -109.854234, 33.545243999999613 ], [ -109.850022, 33.547650999999604 ], [ -109.84871, 33.54884199999961 ], [ -109.8483, 33.549918999999612 ], [ -109.847452, 33.550193999999614 ], [ -109.846357, 33.548979999999617 ], [ -109.846329, 33.547948999999612 ], [ -109.852645, 33.539906999999616 ], [ -109.852344, 33.53834999999961 ], [ -109.850783, 33.53530399999962 ], [ -109.848923, 33.534319999999617 ], [ -109.848295, 33.538053999999605 ], [ -109.846327, 33.540618999999623 ], [ -109.844768, 33.540939999999615 ], [ -109.844357, 33.539863999999611 ], [ -109.845423, 33.536427999999603 ], [ -109.845011, 33.534068999999604 ], [ -109.840333, 33.529946999999609 ], [ -109.838692, 33.529259999999603 ], [ -109.83716, 33.529213999999627 ], [ -109.834754, 33.53001599999962 ], [ -109.833578, 33.531298999999606 ], [ -109.833168, 33.535330999999609 ], [ -109.83191, 33.535949999999609 ], [ -109.830543, 33.535491999999614 ], [ -109.829639, 33.531895999999634 ], [ -109.828108, 33.530818999999603 ], [ -109.824798, 33.529604999999606 ], [ -109.823511, 33.527886999999595 ], [ -109.823648, 33.526878999999603 ], [ -109.826136, 33.523534999999612 ], [ -109.826136, 33.522640999999616 ], [ -109.82537, 33.521976999999609 ], [ -109.820338, 33.521404999999604 ], [ -109.819381, 33.52110699999961 ], [ -109.819108, 33.520533999999628 ], [ -109.818971, 33.519342999999601 ], [ -109.82124, 33.516044999999615 ], [ -109.822006, 33.511737999999625 ], [ -109.820583, 33.509996999999608 ], [ -109.813556, 33.505415999999613 ], [ -109.811232, 33.504751999999606 ], [ -109.807759, 33.504888999999601 ], [ -109.804314, 33.503880999999609 ], [ -109.803959, 33.502528999999612 ], [ -109.805572, 33.500558999999633 ], [ -109.809674, 33.500856999999613 ], [ -109.813283, 33.500418999999603 ], [ -109.813419, 33.50005299999961 ], [ -109.8141, 33.4986469999996 ], [ -109.81335, 33.49780999999961 ], [ -109.811451, 33.497853999999613 ], [ -109.810027, 33.498572999999638 ], [ -109.806937, 33.498088999999581 ], [ -109.80689, 33.496977999999608 ], [ -109.80866, 33.495111999999615 ], [ -109.808359, 33.491446999999603 ], [ -109.80762, 33.490272999999604 ], [ -109.807757, 33.489338999999617 ], [ -109.808994, 33.488784999999616 ], [ -109.809763, 33.488883999999608 ], [ -109.812462, 33.487887999999607 ], [ -109.812691, 33.48714099999961 ], [ -109.813466, 33.4860389999996 ], [ -109.812487, 33.48434599999959 ], [ -109.811639, 33.483818999999606 ], [ -109.80907, 33.484826999999598 ], [ -109.807003, 33.484794999999622 ], [ -109.805707, 33.484047999999575 ], [ -109.801938, 33.482904999999619 ], [ -109.804024, 33.486640999999608 ], [ -109.804485, 33.487557999999616 ], [ -109.803149, 33.488788999999606 ], [ -109.800181, 33.488504999999613 ], [ -109.7988, 33.485585999999607 ], [ -109.796687, 33.483771999999611 ], [ -109.790462, 33.484026999999607 ], [ -109.788486, 33.482738999999626 ], [ -109.785163, 33.481855999999617 ], [ -109.784546, 33.481739999999604 ], [ -109.78422, 33.480933999999607 ], [ -109.78461, 33.479147999999597 ], [ -109.784297, 33.476899999999603 ], [ -109.782502, 33.476483999999616 ], [ -109.775539, 33.477053999999612 ], [ -109.772629, 33.476459999999598 ], [ -109.766753, 33.475584999999604 ], [ -109.764353, 33.476683999999594 ], [ -109.761897, 33.480032999999615 ], [ -109.76189, 33.481195999999613 ], [ -109.757669, 33.480915999999631 ], [ -109.754073, 33.48116899999961 ], [ -109.750195, 33.483047999999613 ], [ -109.747378, 33.484926999999608 ], [ -109.74675, 33.484766999999593 ], [ -109.745548, 33.486439999999611 ], [ -109.745549, 33.487653999999608 ], [ -109.746424, 33.489233999999627 ], [ -109.745359, 33.490814999999607 ], [ -109.741889, 33.493313999999607 ], [ -109.743618, 33.50005299999961 ], [ -109.744222, 33.503091999999604 ], [ -109.740152, 33.510193999999622 ], [ -109.73649, 33.512898999999607 ], [ -109.731596, 33.514595999999614 ], [ -109.730394, 33.518673999999621 ], [ -109.731434, 33.520276999999595 ], [ -109.731162, 33.521536999999626 ], [ -109.728865, 33.522819999999605 ], [ -109.725584, 33.523416999999604 ], [ -109.724134, 33.522729999999605 ], [ -109.721645, 33.522707999999618 ], [ -109.717462, 33.524494999999604 ], [ -109.714482, 33.527588999999601 ], [ -109.716369, 33.529786999999637 ], [ -109.716342, 33.530588999999608 ], [ -109.715659, 33.531252999999609 ], [ -109.714756, 33.531527999999618 ], [ -109.709997, 33.531093999999612 ], [ -109.707427, 33.531826999999623 ], [ -109.706524, 33.533316999999606 ], [ -109.706525, 33.534255999999615 ], [ -109.707947, 33.536431999999621 ], [ -109.707811, 33.538423999999608 ], [ -109.706444, 33.539913999999605 ], [ -109.704392, 33.539890999999606 ], [ -109.703215, 33.536798999999604 ], [ -109.701574, 33.535057999999623 ], [ -109.699085, 33.535515999999603 ], [ -109.69605, 33.539524999999607 ], [ -109.685081, 33.543373999999616 ], [ -109.681224, 33.548114999999619 ], [ -109.678597, 33.55244399999961 ], [ -109.678679, 33.553290999999618 ], [ -109.675095, 33.555764999999617 ], [ -109.670937, 33.554595999999613 ], [ -109.665382, 33.555327999999612 ], [ -109.66489, 33.557045999999623 ], [ -109.665902, 33.557962999999617 ], [ -109.672222, 33.559589999999616 ], [ -109.672358, 33.560574999999609 ], [ -109.670935, 33.563781999999634 ], [ -109.670496, 33.566529999999624 ], [ -109.671235, 33.567835999999602 ], [ -109.673533, 33.568110999999604 ], [ -109.67512, 33.57014899999961 ], [ -109.674326, 33.571889999999641 ], [ -109.672027, 33.574752999999617 ], [ -109.66034, 33.583751999999613 ], [ -109.655879, 33.584392999999601 ], [ -109.654729, 33.584185999999619 ], [ -109.65358, 33.583223999999625 ], [ -109.65265, 33.583314999999622 ], [ -109.646136, 33.585144999999613 ], [ -109.644794, 33.586083999999623 ], [ -109.636092, 33.584659999999609 ], [ -109.631877, 33.584589999999622 ], [ -109.631056, 33.585115999999623 ], [ -109.630507, 33.587474999999621 ], [ -109.627988, 33.589237999999618 ], [ -109.626428, 33.589694999999615 ], [ -109.625204, 33.589421999999608 ], [ -109.624691, 33.588780999999614 ], [ -109.623676, 33.585116999999606 ], [ -109.622827, 33.583902999999609 ], [ -109.621732, 33.583377999999641 ], [ -109.6202, 33.583606999999603 ], [ -109.619571, 33.584247999999604 ], [ -109.61949, 33.586171999999628 ], [ -109.617058, 33.592082999999604 ], [ -109.615526, 33.594098999999616 ], [ -109.613912, 33.594855999999602 ], [ -109.613036, 33.594053999999616 ], [ -109.608849, 33.595452999999615 ], [ -109.604253, 33.60090599999959 ], [ -109.604144, 33.601661999999621 ], [ -109.606609, 33.605806999999615 ], [ -109.606911, 33.60706699999961 ], [ -109.606119, 33.610708999999609 ], [ -109.604723, 33.612197999999601 ], [ -109.603382, 33.612862999999614 ], [ -109.595608, 33.614421999999614 ], [ -109.589833, 33.616438999999616 ], [ -109.587095, 33.615752999999629 ], [ -109.585671, 33.613049999999632 ], [ -109.581099, 33.61321099999963 ], [ -109.580059, 33.614103999999614 ], [ -109.579922, 33.616279999999612 ], [ -109.578828, 33.618387999999619 ], [ -109.572148, 33.621227999999604 ], [ -109.571491, 33.622212999999618 ], [ -109.561774, 33.62643399999962 ], [ -109.559693, 33.626640999999623 ], [ -109.556487, 33.6234499999996 ], [ -109.545866, 33.617446999999622 ], [ -109.544497, 33.617080999999615 ], [ -109.543128, 33.617148999999614 ], [ -109.541649, 33.619782999999615 ], [ -109.540937, 33.622942999999623 ], [ -109.53683, 33.622942999999601 ], [ -109.534531, 33.620192999999603 ], [ -109.530206, 33.61877199999963 ], [ -109.524923, 33.618838999999625 ], [ -109.524676, 33.620052999999615 ], [ -109.52566, 33.621953999999619 ], [ -109.527905, 33.622458999999623 ], [ -109.528096, 33.623306999999613 ], [ -109.522401, 33.631168999999623 ], [ -109.51958, 33.634168999999623 ], [ -109.517526, 33.634900999999587 ], [ -109.517524, 33.638221999999629 ], [ -109.518645, 33.64060499999961 ], [ -109.519602, 33.644406999999632 ], [ -109.519519, 33.645826999999628 ], [ -109.51815, 33.64610199999963 ], [ -109.517576, 33.643581999999654 ], [ -109.514373, 33.641839999999625 ], [ -109.505307, 33.643713999999612 ], [ -109.504184, 33.644262999999619 ], [ -109.503142, 33.645613999999625 ], [ -109.502731, 33.646644999999616 ], [ -109.502783, 33.650446999999623 ], [ -109.501126, 33.652415999999612 ], [ -109.500239, 33.652875999999637 ], [ -109.496673, 33.652651999999634 ], [ -109.49544, 33.652881999999622 ], [ -109.495608, 33.583318999999619 ], [ -109.49540143677396, 33.566839503223257 ], [ -109.49537174290522, 33.500586368598988 ], [ -109.495383, 33.500053999999615 ], [ -109.495321, 33.376607999999614 ], [ -109.495316047546495, 33.37631855660559 ], [ -109.495304, 33.349437999999587 ], [ -109.047048033636557, 33.359397822070683 ], [ -109.047058990552628, 33.323705282147735 ], [ -109.04747, 33.250062999999606 ], [ -109.047237, 33.208964999999601 ], [ -109.047116, 33.137994999999592 ], [ -109.047117, 33.137558999999598 ], [ -109.047050400376534, 33.108971111624406 ], [ -109.047013, 33.092916999999574 ], [ -109.046905, 33.091930999999597 ], [ -109.047453, 33.069426999999607 ], [ -109.04748, 33.068419999999591 ], [ -109.047269, 32.899231999999586 ], [ -109.047117, 32.777569999999578 ], [ -109.047638, 32.693438999999579 ], [ -109.047645, 32.689987999999587 ], [ -109.047653, 32.686326999999572 ], [ -109.047653, 32.681378999999566 ], [ -109.047612, 32.426376999999576 ], [ -109.048286, 32.089113999999562 ], [ -109.048296, 32.084092999999555 ], [ -109.048491, 32.059030999999543 ], [ -109.048731, 32.028173999999538 ], [ -109.048599, 32.013650999999541 ], [ -109.04859, 31.870790999999553 ], [ -109.048769, 31.861382999999556 ], [ -109.049106, 31.843714999999541 ], [ -109.048763, 31.810775999999549 ], [ -109.049195, 31.796550999999525 ], [ -109.049112, 31.636597999999555 ], [ -109.049579408620971, 31.567612716689467 ], [ -109.050173, 31.480003999999557 ], [ -109.050044, 31.332501999999533 ], [ -109.278489, 31.333958999999531 ], [ -109.30035, 31.333962999999521 ], [ -109.321681, 31.333966999999515 ], [ -109.494489, 31.334000999999557 ], [ -109.504667, 31.334002999999516 ], [ -109.51148, 31.334004999999511 ], [ -109.528097, 31.334007999999521 ], [ -109.530814, 31.334007999999521 ], [ -109.536945, 31.334009999999545 ], [ -109.541022, 31.33400999999953 ], [ -109.545696, 31.33401099999951 ], [ -109.551264, 31.334011999999511 ], [ -109.56018, 31.334013999999545 ], [ -109.561362, 31.334013999999534 ], [ -109.562581, 31.334014999999511 ], [ -109.566357, 31.334014999999525 ], [ -109.568645, 31.334015999999529 ], [ -109.579404, 31.33401799999951 ], [ -109.617946, 31.334025999999518 ], [ -109.792626, 31.334059999999525 ], [ -109.829689, 31.334066999999525 ], [ -109.866852, 31.333866999999511 ], [ -109.917197, 31.333594999999519 ], [ -109.957453, 31.333377999999524 ], [ -110.000613, 31.333144999999533 ], [ -110.003786, 31.333163999999517 ], [ -110.135569, 31.333935999999518 ], [ -110.136149, 31.333938999999528 ], [ -110.140512, 31.33396499999953 ], [ -110.205095, 31.333734999999511 ], [ -110.460172, 31.332826999999522 ], [ -110.622055, 31.333214999999541 ], [ -110.722864, 31.333455999999529 ], [ -110.760998, 31.33354699999953 ], [ -110.777802, 31.333587999999541 ], [ -110.795467, 31.333629999999541 ], [ -110.816497, 31.333480999999551 ], [ -110.850358, 31.333240999999528 ], [ -110.890662, 31.332955999999509 ], [ -110.912912, 31.33279799999951 ], [ -110.941578, 31.332594999999532 ], [ -110.94262, 31.332587999999532 ], [ -110.945054, 31.332570999999501 ], [ -110.964716, 31.33243099999952 ], [ -110.976828, 31.332345999999529 ], [ -111.000643, 31.332176999999522 ], [ -111.074825, 31.332238999999536 ], [ -111.125646, 31.34897799999953 ], [ -111.366573, 31.42613299999956 ], [ -111.560194, 31.48813799999952 ], [ -111.618486511726886, 31.506568591189982 ], [ -111.622451, 31.507822999999533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_PHX", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 34647.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -112.376191911199442, 33.670095682979344 ], [ -112.318448092363496, 33.695445493153329 ], [ -112.249746880854872, 33.765908274187829 ], [ -112.128198583570395, 33.821691309173467 ], [ -112.011347805021529, 33.829911966960807 ], [ -111.993173576609905, 33.829437856654444 ], [ -111.991811, 33.900686999999635 ], [ -112.064668, 33.901152999999638 ], [ -112.064186, 34.037295999999635 ], [ -111.805990967903028, 34.008794454607262 ], [ -111.726306, 34.000037999999648 ], [ -111.494778, 33.999816999999616 ], [ -111.491739, 34.000038999999632 ], [ -111.489869, 34.001352999999625 ], [ -111.474314, 34.00385199999964 ], [ -111.472438, 34.00468699999962 ], [ -111.466532, 34.005942999999633 ], [ -111.46606816527229, 34.005730532301904 ], [ -111.465841, 34.005903999999632 ], [ -111.458128568921921, 34.002371184586728 ], [ -111.456661, 34.003344999999626 ], [ -111.456034456096006, 34.003227665020546 ], [ -111.453724, 34.004710999999617 ], [ -111.451097906841071, 34.002303180878428 ], [ -111.445079, 34.001175999999639 ], [ -111.444915849927327, 34.001011606615627 ], [ -111.444388, 34.001136999999638 ], [ -111.444051633348039, 34.000140804135249 ], [ -111.441359597624086, 33.997428253321097 ], [ -111.439664, 33.996376999999647 ], [ -111.440738121476514, 33.994084258405664 ], [ -111.440796, 33.993731999999646 ], [ -111.441053237882201, 33.993411633841255 ], [ -111.442065, 33.991251999999641 ], [ -111.43491685784349, 33.98680016780925 ], [ -111.434654, 33.986805999999611 ], [ -111.434469888663074, 33.986521797326169 ], [ -111.432765, 33.985459999999641 ], [ -111.434017, 33.980852999999641 ], [ -111.438333870296859, 33.979197015933899 ], [ -111.441257779712942, 33.977829747911187 ], [ -111.44454273321503, 33.975377355226321 ], [ -111.447547075134622, 33.97237494246464 ], [ -111.448196, 33.968561999999615 ], [ -111.451861, 33.965887999999623 ], [ -111.451812004547705, 33.964670042342306 ], [ -111.448276, 33.958658999999599 ], [ -111.448206047428968, 33.958401755060976 ], [ -111.447322, 33.957745999999638 ], [ -111.450772939030699, 33.9540789589404 ], [ -111.451086562691998, 33.95266842493664 ], [ -111.451504421154425, 33.949330731954937 ], [ -111.450907034070056, 33.947773387010585 ], [ -111.446614, 33.941508999999641 ], [ -111.446382, 33.934818999999635 ], [ -111.450539219190659, 33.933905215105057 ], [ -111.450467180498705, 33.932442725254511 ], [ -111.448577, 33.929692999999624 ], [ -111.451046, 33.920953999999639 ], [ -111.437336820687406, 33.91631564267869 ], [ -111.433326751653823, 33.920097767602023 ], [ -111.43212115449063, 33.921475165441429 ], [ -111.430638, 33.923998999999625 ], [ -111.426388, 33.926069999999598 ], [ -111.425782305265642, 33.925824861494497 ], [ -111.425242, 33.926066999999634 ], [ -111.413285723619367, 33.9221176806372 ], [ -111.412287, 33.921944999999646 ], [ -111.412062842845842, 33.921713746622714 ], [ -111.409050746141688, 33.920718810452229 ], [ -111.408048, 33.920663999999626 ], [ -111.406269527724348, 33.919800136494139 ], [ -111.40438, 33.919175999999624 ], [ -111.406329413581545, 33.915178433438967 ], [ -111.406896, 33.91336299999962 ], [ -111.407584060870747, 33.912605589945784 ], [ -111.407914, 33.911928999999624 ], [ -111.407308, 33.905244999999603 ], [ -111.410895, 33.903685999999638 ], [ -111.412974, 33.898664999999632 ], [ -111.410746, 33.891558999999596 ], [ -111.412621, 33.888673999999654 ], [ -111.412135, 33.885838999999642 ], [ -111.41051, 33.88355399999962 ], [ -111.407362, 33.883816999999631 ], [ -111.404833, 33.882065999999625 ], [ -111.404963, 33.879492999999627 ], [ -111.403259996665412, 33.87903165542113 ], [ -111.397723, 33.87782299999963 ], [ -111.396601714307351, 33.877227922917655 ], [ -111.395358, 33.876890999999624 ], [ -111.396564680569881, 33.875406398205477 ], [ -111.396529048465709, 33.874449364924367 ], [ -111.395395, 33.87274299999963 ], [ -111.395622, 33.868523999999624 ], [ -111.386771, 33.862914999999632 ], [ -111.386261, 33.860751999999621 ], [ -111.391489233911059, 33.854951715187966 ], [ -111.391608521556861, 33.854698328790789 ], [ -111.391094, 33.852916999999628 ], [ -111.394487047975915, 33.845968377799878 ], [ -111.395025915650791, 33.843188786602241 ], [ -111.394789, 33.840818999999627 ], [ -111.389458, 33.837656999999624 ], [ -111.391809, 33.835856999999635 ], [ -111.382875, 33.833578999999631 ], [ -111.377927, 33.82953799999963 ], [ -111.377746692143603, 33.828865915519536 ], [ -111.373927241930346, 33.825389585777955 ], [ -111.371879, 33.824212999999617 ], [ -111.370828, 33.818805999999647 ], [ -111.371680018390265, 33.818648050185651 ], [ -111.372011, 33.818244999999614 ], [ -111.376017, 33.817036999999637 ], [ -111.377530330971851, 33.817563501079178 ], [ -111.382127145449417, 33.816711329342247 ], [ -111.383568929206106, 33.816330681062489 ], [ -111.3844, 33.810261999999618 ], [ -111.387639, 33.805309999999622 ], [ -111.387225, 33.803170999999615 ], [ -111.380447180748391, 33.79632835569673 ], [ -111.379805, 33.795735999999614 ], [ -111.379746180455101, 33.795620650831012 ], [ -111.377815, 33.793670999999641 ], [ -111.378998065285288, 33.792132601951131 ], [ -111.381502463618347, 33.786983081950083 ], [ -111.380512, 33.785184999999622 ], [ -111.384777, 33.783140999999624 ], [ -111.387342584269803, 33.778936793816804 ], [ -111.352071, 33.776074999999608 ], [ -111.292702683888251, 33.777394054578963 ], [ -111.291294, 33.778585999999606 ], [ -111.278234, 33.782728999999627 ], [ -111.27549, 33.784950999999616 ], [ -111.27143, 33.785109999999634 ], [ -111.266406, 33.79074399999962 ], [ -111.269391, 33.801236999999617 ], [ -111.271586, 33.801558999999621 ], [ -111.267435, 33.803746999999625 ], [ -111.262561, 33.797820999999622 ], [ -111.256088, 33.793854999999638 ], [ -111.252355, 33.795387999999626 ], [ -111.246876, 33.794792999999629 ], [ -111.24402, 33.790898999999612 ], [ -111.233343, 33.783801999999632 ], [ -111.224701, 33.783414999999621 ], [ -111.218008, 33.785501999999632 ], [ -111.212274, 33.784082999999626 ], [ -111.21172100029014, 33.779193318354558 ], [ -111.149804, 33.780568999999609 ], [ -111.112765151836129, 33.780906501933849 ], [ -111.112074, 33.781875999999613 ], [ -111.105875, 33.785726999999639 ], [ -111.10179, 33.790951999999614 ], [ -111.096879, 33.792991999999607 ], [ -111.092712, 33.801904999999614 ], [ -111.089749, 33.802111999999632 ], [ -111.088707, 33.804929999999644 ], [ -111.085222, 33.806236999999619 ], [ -111.084043, 33.809420999999631 ], [ -111.076854, 33.815630999999634 ], [ -111.073835, 33.820968999999614 ], [ -111.067797, 33.822847999999624 ], [ -111.064586, 33.827223999999624 ], [ -111.039195, 33.829878999999615 ], [ -111.032359, 33.834734999999625 ], [ -111.028629, 33.835301999999622 ], [ -111.031968, 33.841242999999629 ], [ -111.025605, 33.844411999999629 ], [ -111.022077, 33.843874999999613 ], [ -111.019384, 33.845427999999622 ], [ -111.017119, 33.843686999999626 ], [ -111.0116, 33.843639999999631 ], [ -111.010942, 33.842264999999635 ], [ -111.000589, 33.846795999999614 ], [ -110.997352, 33.846727999999622 ], [ -110.994082, 33.843430999999619 ], [ -110.994822, 33.840566999999631 ], [ -110.993284, 33.840681999999624 ], [ -110.992707, 33.838620999999627 ], [ -110.988921, 33.842791999999648 ], [ -110.987652, 33.840951999999625 ], [ -110.986559, 33.84150999999963 ], [ -110.982252, 33.847375999999628 ], [ -110.977254, 33.845613999999621 ], [ -110.969705, 33.846669999999612 ], [ -110.954164, 33.839753999999616 ], [ -110.951583, 33.836271999999617 ], [ -110.953696, 33.831575999999622 ], [ -110.953146, 33.827566999999625 ], [ -110.957261, 33.819845999999629 ], [ -110.955257, 33.816386999999629 ], [ -110.934948, 33.80268799999962 ], [ -110.9268, 33.791323999999605 ], [ -110.911464, 33.784563999999634 ], [ -110.906062, 33.777437999999613 ], [ -110.89246, 33.767994999999615 ], [ -110.886596, 33.759194999999643 ], [ -110.88175, 33.744754999999621 ], [ -110.876159, 33.74053699999962 ], [ -110.873121, 33.731556999999633 ], [ -110.866377, 33.732223999999619 ], [ -110.860508, 33.730645999999595 ], [ -110.853926, 33.725035999999633 ], [ -110.852964, 33.720636999999606 ], [ -110.842705, 33.705152999999626 ], [ -110.841661, 33.697821999999626 ], [ -110.843578, 33.691314999999605 ], [ -110.842835, 33.683548999999623 ], [ -110.839298, 33.676378999999628 ], [ -110.841815, 33.665381999999624 ], [ -110.839814, 33.662769999999618 ], [ -110.836281, 33.66691799999964 ], [ -110.828829, 33.665658999999614 ], [ -110.825322, 33.663344999999623 ], [ -110.829073, 33.655074999999599 ], [ -110.82962, 33.649071999999627 ], [ -110.826606, 33.644031999999619 ], [ -110.823566, 33.644673999999625 ], [ -110.817759, 33.651111999999628 ], [ -110.805022, 33.651478999999618 ], [ -110.80494, 33.643871999999632 ], [ -110.80138, 33.639999999999603 ], [ -110.801819, 33.63805299999963 ], [ -110.797793, 33.635990999999613 ], [ -110.793054, 33.638944999999616 ], [ -110.790369, 33.643663999999617 ], [ -110.79182, 33.647375999999625 ], [ -110.796777, 33.647811999999632 ], [ -110.79601, 33.65122599999961 ], [ -110.800527, 33.6708599999996 ], [ -110.797074, 33.672279999999617 ], [ -110.791569, 33.6657039999996 ], [ -110.777402, 33.67053499999961 ], [ -110.776277, 33.674199999999615 ], [ -110.769455, 33.67371699999962 ], [ -110.764001, 33.675753999999607 ], [ -110.763918, 33.677448999999633 ], [ -110.767342, 33.679603999999621 ], [ -110.764518, 33.682351999999625 ], [ -110.759586, 33.681937999999626 ], [ -110.754794, 33.677902999999588 ], [ -110.743536, 33.679209999999607 ], [ -110.740499, 33.686542999999595 ], [ -110.744857, 33.68878599999961 ], [ -110.745791, 33.690984999999614 ], [ -110.744011, 33.693321999999625 ], [ -110.748728, 33.697878999999602 ], [ -110.746482, 33.699643999999616 ], [ -110.743747, 33.697735999999615 ], [ -110.736997, 33.696578999999623 ], [ -110.732311, 33.698802999999593 ], [ -110.728778, 33.703201999999635 ], [ -110.730232, 33.705721999999611 ], [ -110.737085, 33.707803999999626 ], [ -110.736346, 33.7098209999996 ], [ -110.729796, 33.711724999999625 ], [ -110.71768, 33.71156799999963 ], [ -110.715791, 33.71928899999962 ], [ -110.721934, 33.724647999999611 ], [ -110.722429, 33.728885999999619 ], [ -110.715027, 33.729276999999634 ], [ -110.709572, 33.735990999999622 ], [ -110.703705, 33.739679999999623 ], [ -110.6892, 33.740597999999615 ], [ -110.692381, 33.748500999999592 ], [ -110.691943, 33.75251599999963 ], [ -110.693781, 33.75494499999963 ], [ -110.687144, 33.76905699999962 ], [ -110.67672, 33.773385999999626 ], [ -110.670188, 33.789307999999615 ], [ -110.655121, 33.801194999999609 ], [ -110.657615, 33.808411999999628 ], [ -110.655886, 33.810220999999608 ], [ -110.648119, 33.811821999999623 ], [ -110.649187, 33.815877999999621 ], [ -110.641475, 33.815553999999622 ], [ -110.637004, 33.811817999999626 ], [ -110.631434, 33.811173999999625 ], [ -110.628911, 33.80798899999963 ], [ -110.623206, 33.813325999999613 ], [ -110.625499, 33.823335999999621 ], [ -110.622885, 33.825513999999622 ], [ -110.620113, 33.825995999999634 ], [ -110.61786, 33.822216999999632 ], [ -110.615362, 33.821210999999636 ], [ -110.606333, 33.823298999999622 ], [ -110.599227, 33.831272999999641 ], [ -110.590772, 33.82916799999964 ], [ -110.584653, 33.836064999999614 ], [ -110.566096, 33.82506999999962 ], [ -110.563982, 33.826512999999608 ], [ -110.562033, 33.835035999999619 ], [ -110.557641, 33.838265999999606 ], [ -110.554923, 33.835905999999618 ], [ -110.554485, 33.830155999999633 ], [ -110.55078, 33.826787999999631 ], [ -110.540377, 33.824655999999599 ], [ -110.525261, 33.814390999999624 ], [ -110.525579000579654, 33.801999633497225 ], [ -110.530623137593508, 33.801887811462784 ], [ -110.525876021244571, 33.790425780638934 ], [ -110.529797, 33.637638999999623 ], [ -110.693241, 33.504159999999629 ], [ -110.737421, 33.25179799999961 ], [ -110.838677, 33.251660999999601 ], [ -110.836115, 33.255578999999599 ], [ -110.83827, 33.2582129999996 ], [ -110.83966, 33.256288999999605 ], [ -110.841024, 33.257754999999598 ], [ -110.843205, 33.256974999999592 ], [ -110.843206, 33.258784999999598 ], [ -110.845987, 33.257890999999624 ], [ -110.846096, 33.259081999999594 ], [ -110.848604, 33.256079999999592 ], [ -110.851632, 33.258094999999599 ], [ -110.85943, 33.257588999999591 ], [ -110.859322, 33.259810999999601 ], [ -110.865215, 33.263313999999617 ], [ -110.86376, 33.268323999999602 ], [ -110.873451, 33.263768999999598 ], [ -110.881622, 33.263678999999613 ], [ -110.890352, 33.257152999999597 ], [ -110.898969, 33.256261999999595 ], [ -110.903004, 33.258302999999614 ], [ -110.930683, 33.24859799999961 ], [ -110.943983, 33.2471779999996 ], [ -110.948108, 33.25689799999958 ], [ -110.952334, 33.255694999999598 ], [ -110.969515, 33.259700999999609 ], [ -110.973577, 33.25761499999961 ], [ -110.980336, 33.250469999999595 ], [ -110.987535, 33.250690999999591 ], [ -110.988842, 33.248335999999611 ], [ -110.985676, 33.2424949999996 ], [ -110.986383, 33.238713999999597 ], [ -110.992592, 33.227759999999599 ], [ -110.991226, 33.222742999999603 ], [ -110.989618, 33.222284999999609 ], [ -110.995529575619855, 33.215597517895191 ], [ -110.998715, 33.211993999999592 ], [ -111.003265697505128, 33.213997604783479 ], [ -111.003764, 33.214216999999593 ], [ -111.015131, 33.211976999999621 ], [ -111.028185, 33.213698999999608 ], [ -111.032254, 33.2122949999996 ], [ -111.032245752821638, 33.208004218023852 ], [ -111.032243, 33.206571999999589 ], [ -111.039016757462704, 33.206603901526108 ], [ -111.041161, 33.206613999999597 ], [ -111.04179, 33.196357999999591 ], [ -111.043861, 33.194547999999592 ], [ -111.045416, 33.1881789999996 ], [ -111.044817, 33.183481999999593 ], [ -111.05054, 33.17871699999958 ], [ -111.052093, 33.171430999999608 ], [ -111.054845, 33.170927999999591 ], [ -111.062691, 33.162564999999596 ], [ -111.046482, 33.168497999999559 ], [ -111.043512, 33.172323999999605 ], [ -111.044357, 33.167168999999603 ], [ -111.049098, 33.163548999999605 ], [ -111.053675, 33.156836999999612 ], [ -111.052585, 33.151708999999585 ], [ -111.05433, 33.142401999999578 ], [ -111.060332, 33.140322999999604 ], [ -111.066802, 33.132343999999591 ], [ -111.069988, 33.121582999999596 ], [ -111.069007, 33.119085999999598 ], [ -111.071158, 33.116656999999584 ], [ -111.075296, 33.118580999999594 ], [ -111.090296, 33.112552999999608 ], [ -111.09928, 33.112160999999595 ], [ -111.100531, 33.108700999999606 ], [ -111.110657, 33.107116999999562 ], [ -111.115681, 33.103352999999586 ], [ -111.126618, 33.104841999999621 ], [ -111.133676, 33.103867999999601 ], [ -111.138369, 33.110677999999581 ], [ -111.148018, 33.111867999999589 ], [ -111.158421, 33.108688999999593 ], [ -111.158432, 33.099259999999603 ], [ -111.165402, 33.094767999999597 ], [ -111.169177, 33.093952999999594 ], [ -111.181165, 33.096822999999588 ], [ -111.181954, 33.092180999999563 ], [ -111.183795, 33.091254999999599 ], [ -111.185858, 33.092029999999596 ], [ -111.186305, 33.095396999999586 ], [ -111.188848, 33.095693999999597 ], [ -111.197451, 33.087741999999594 ], [ -111.204358, 33.085161999999592 ], [ -111.207145918127381, 33.08507235885827 ], [ -111.211449, 33.084933999999592 ], [ -111.22406, 33.092278999999586 ], [ -111.236543, 33.09541799999959 ], [ -111.245725, 33.100329999999602 ], [ -111.258358, 33.102072999999599 ], [ -111.26797, 33.096715999999603 ], [ -111.286698, 33.091748999999595 ], [ -111.29587, 33.093170999999593 ], [ -111.303736, 33.091979999999616 ], [ -111.310051, 33.083754999999591 ], [ -111.323412, 33.075528999999634 ], [ -111.342242, 33.071859999999589 ], [ -111.351822, 33.074927999999574 ], [ -111.354868, 33.072360999999603 ], [ -111.362929327715264, 33.075720334615418 ], [ -111.374082, 33.078176999999584 ], [ -111.386584, 33.078134999999605 ], [ -111.387079, 33.118318999999595 ], [ -111.388685, 33.118319999999592 ], [ -111.515949, 33.118227999999597 ], [ -111.685345, 33.117603999999602 ], [ -111.685347, 33.204675999999601 ], [ -111.840459, 33.203869999999604 ], [ -111.89232, 33.2032019999996 ], [ -111.892354, 33.204762999999602 ], [ -111.908204, 33.204727999999612 ], [ -111.956427, 33.2046259999996 ], [ -111.985649, 33.205135999999619 ], [ -111.968923, 33.281961999999602 ], [ -111.971875, 33.2827789999996 ], [ -111.973842, 33.286047999999603 ], [ -111.973842, 33.287682999999589 ], [ -111.973025, 33.290440999999625 ], [ -112.013339, 33.290714999999601 ], [ -112.073565, 33.290174999999614 ], [ -112.080446, 33.290299999999611 ], [ -112.1325, 33.290299999999611 ], [ -112.137984, 33.290303999999587 ], [ -112.15698, 33.287621999999608 ], [ -112.196816, 33.288927999999615 ], [ -112.192528, 33.296607999999594 ], [ -112.192896, 33.298431999999586 ], [ -112.202592, 33.310383999999601 ], [ -112.203298, 33.310428999999601 ], [ -112.203301736172833, 33.310717141468501 ], [ -112.210432, 33.314063999999597 ], [ -112.214502, 33.317896999999618 ], [ -112.227458, 33.317499999999626 ], [ -112.233374, 33.319038999999606 ], [ -112.240642, 33.326782999999601 ], [ -112.245773, 33.329672999999609 ], [ -112.25453, 33.328845999999608 ], [ -112.261403, 33.331789999999593 ], [ -112.271651, 33.332123999999617 ], [ -112.306266, 33.369787999999602 ], [ -112.30633, 33.36267299999961 ], [ -112.306576, 33.275697999999615 ], [ -112.349399, 33.275697999999615 ], [ -112.349399, 33.361780999999588 ], [ -112.341025, 33.362491999999577 ], [ -112.343885, 33.367557999999605 ], [ -112.355093, 33.372212999999611 ], [ -112.365741, 33.374540999999603 ], [ -112.36561, 33.385706999999591 ], [ -112.366021, 33.391763999999611 ], [ -112.359016, 33.392694999999613 ], [ -112.356774, 33.3936259999996 ], [ -112.354533, 33.396884999999628 ], [ -112.352160162999709, 33.403192241248057 ], [ -112.357202621932501, 33.408896850279753 ], [ -112.369533608613537, 33.413007179173434 ], [ -112.390085253081935, 33.405373711228023 ], [ -112.41592160612791, 33.407722470595871 ], [ -112.442822, 33.435600999999615 ], [ -112.447478, 33.464554999999599 ], [ -112.447512805857144, 33.472314825788423 ], [ -112.479651, 33.472511999999604 ], [ -112.49817, 33.472511999999618 ], [ -112.498569, 33.52428699999961 ], [ -112.47112, 33.524020999999628 ], [ -112.469843, 33.5229599999996 ], [ -112.4697, 33.536899999999598 ], [ -112.4693, 33.59009999999963 ], [ -112.4588, 33.607099999999633 ], [ -112.4584, 33.613499999999632 ], [ -112.4566, 33.616799999999614 ], [ -112.457443, 33.623247999999613 ], [ -112.448018163429978, 33.623381395166142 ], [ -112.445868288067572, 33.640249648009657 ], [ -112.376191911199442, 33.670095682979344 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_NM_N", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "NM", "ECONOMIC_M": 1.0012134427, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 34648.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -109.045223, 36.999083999999741 ], [ -108.954404, 36.998905999999742 ], [ -108.620309, 36.99928699999974 ], [ -108.544705, 36.999313999999728 ], [ -108.320464, 36.999498999999737 ], [ -108.250635, 36.999560999999758 ], [ -108.000623, 37.000000999999735 ], [ -107.869181, 37.000001999999739 ], [ -107.855695, 37.000001999999739 ], [ -107.712478, 37.000002999999737 ], [ -107.42031, 36.99999999999973 ], [ -107.466548375318965, 36.814494053711513 ], [ -107.616463, 36.472062999999721 ], [ -107.616511, 36.464228999999705 ], [ -107.580824, 36.464294999999716 ], [ -107.580941, 36.445493999999726 ], [ -107.558064, 36.445535999999727 ], [ -107.558113, 36.437701999999732 ], [ -107.501379, 36.437807999999698 ], [ -107.501325, 36.446424999999714 ], [ -107.468383, 36.446485999999716 ], [ -107.468329, 36.455103999999707 ], [ -107.453688, 36.455130999999739 ], [ -107.453518, 36.482549999999719 ], [ -107.441622, 36.482571999999706 ], [ -107.441534, 36.49667299999971 ], [ -107.410422, 36.496730999999713 ], [ -107.410978, 36.407423999999715 ], [ -107.403657, 36.407437999999715 ], [ -107.404398, 36.288361999999701 ], [ -107.531136711240435, 36.223579491025951 ], [ -107.501590983106155, 36.149371615711942 ], [ -107.44868351644709, 36.133568086709886 ], [ -107.344059, 36.132579999999692 ], [ -107.344215, 36.107511999999709 ], [ -107.376243, 36.107451999999718 ], [ -107.376306, 36.097267999999737 ], [ -107.385457, 36.097250999999723 ], [ -107.385559, 36.080799999999705 ], [ -107.25562, 36.081040999999708 ], [ -107.217392, 36.048209999999706 ], [ -107.217622604123676, 36.011191107425063 ], [ -107.218431, 36.011673999999694 ], [ -107.226881, 36.007504999999703 ], [ -107.225976, 35.999999999999694 ], [ -107.228254, 35.986103999999699 ], [ -107.223207, 35.976956999999693 ], [ -107.22839, 35.977009999999694 ], [ -107.228454, 35.984178999999692 ], [ -107.237378, 35.984159999999697 ], [ -107.237246, 35.977119999999708 ], [ -107.26396, 35.976990999999693 ], [ -107.264592, 35.987385999999709 ], [ -107.273951, 35.979833999999698 ], [ -107.27688, 35.980337999999676 ], [ -107.279104, 35.978615999999718 ], [ -107.281247, 35.97957599999971 ], [ -107.281318, 35.984176999999725 ], [ -107.290075, 35.984366999999708 ], [ -107.290219, 35.998475999999705 ], [ -107.295764, 35.998441999999692 ], [ -107.298584, 36.0018609999997 ], [ -107.301517, 36.00137299999971 ], [ -107.303634, 35.998394999999697 ], [ -107.307596, 35.998371999999698 ], [ -107.308128, 35.874999999999687 ], [ -107.307979, 35.861494999999699 ], [ -107.334278, 35.870454999999701 ], [ -107.34409, 35.870651999999708 ], [ -107.34415, 35.86295199999968 ], [ -107.386702, 35.862722999999697 ], [ -107.389028, 35.865838999999696 ], [ -107.395074, 35.864466999999692 ], [ -107.404717, 35.868703999999688 ], [ -107.409638, 35.867216999999705 ], [ -107.424709, 35.87390199999971 ], [ -107.433589, 35.880799999999695 ], [ -107.436036, 35.877870999999708 ], [ -107.446699, 35.873328999999707 ], [ -107.450183, 35.862639999999693 ], [ -107.448495, 35.857009999999697 ], [ -107.441859, 35.848541999999689 ], [ -107.440509, 35.841217999999699 ], [ -107.438063, 35.837189999999715 ], [ -107.440928, 35.820618999999716 ], [ -107.440647, 35.812470999999704 ], [ -107.443793, 35.806152999999696 ], [ -107.448316, 35.802192999999711 ], [ -107.443083, 35.802877999999694 ], [ -107.438215, 35.806973999999705 ], [ -107.437345, 35.805429999999689 ], [ -107.435733, 35.806010999999693 ], [ -107.444298, 35.798920999999702 ], [ -107.448622, 35.789855999999688 ], [ -107.474739, 35.774698999999686 ], [ -107.486114, 35.775861999999705 ], [ -107.508825, 35.782546999999703 ], [ -107.515734, 35.782663999999691 ], [ -107.522893, 35.791111999999693 ], [ -107.529914, 35.792921999999699 ], [ -107.531713, 35.79088499999969 ], [ -107.541228, 35.789245999999707 ], [ -107.540197, 35.787750999999695 ], [ -107.546967, 35.783334999999717 ], [ -107.560933, 35.790771999999706 ], [ -107.593561, 35.796681999999699 ], [ -107.625, 35.798024999999683 ], [ -107.655858, 35.803852999999705 ], [ -107.657923, 35.789055999999711 ], [ -107.662362, 35.785120999999705 ], [ -107.672417, 35.78198699999971 ], [ -107.680956, 35.75992599999968 ], [ -107.691686, 35.742623999999701 ], [ -107.692724, 35.738069999999695 ], [ -107.719862, 35.730191999999697 ], [ -107.747535, 35.731353999999683 ], [ -107.753900387918677, 35.719757325202444 ], [ -107.869126, 35.719542999999696 ], [ -107.869802362092372, 35.610902541660529 ], [ -107.86996, 35.585581999999718 ], [ -107.841593, 35.585634999999698 ], [ -107.841739, 35.562132999999676 ], [ -107.862785, 35.562093999999711 ], [ -107.862873, 35.547992999999686 ], [ -107.855553, 35.548006999999693 ], [ -107.855782, 35.511186999999694 ], [ -107.845716, 35.511205999999675 ], [ -107.845901, 35.48143699999968 ], [ -107.834921, 35.481456999999686 ], [ -107.835086, 35.454821999999673 ], [ -107.82136, 35.45484699999971 ], [ -107.821726, 35.396092999999681 ], [ -107.862904, 35.39601599999969 ], [ -107.86287, 35.401499999999665 ], [ -107.874766, 35.40147799999967 ], [ -107.874712, 35.410094999999679 ], [ -107.914975, 35.410019999999683 ], [ -107.962558, 35.409931999999685 ], [ -107.974454, 35.409908999999693 ], [ -107.974581, 35.389540999999689 ], [ -107.983732, 35.389523999999682 ], [ -107.983912, 35.36053899999969 ], [ -107.998553, 35.360510999999669 ], [ -108.000617, 35.304950999999676 ], [ -108.11249, 35.306254999999695 ], [ -108.143028, 35.305743999999677 ], [ -108.254128, 35.135669999999671 ], [ -108.25203, 35.044883999999669 ], [ -108.253959, 34.957644999999673 ], [ -108.247215, 34.957320999999666 ], [ -108.24807, 34.698386999999656 ], [ -108.358307, 34.700759999999669 ], [ -108.357887, 34.742110999999653 ], [ -108.464714, 34.740813999999688 ], [ -108.465561, 34.784865999999674 ], [ -108.565201, 34.784541999999661 ], [ -108.568703, 34.872596999999665 ], [ -108.603348, 34.902720999999659 ], [ -108.692482, 34.902072999999668 ], [ -108.798668, 34.907763999999673 ], [ -108.798485, 34.887324999999656 ], [ -108.868538, 34.886538999999651 ], [ -108.868545, 34.87154799999967 ], [ -109.000267, 34.871432999999669 ], [ -109.046041050641236, 34.846967791268419 ], [ -109.046001, 34.870780999999667 ], [ -109.046055, 35.214356999999666 ], [ -109.046066040452359, 35.227935995003634 ], [ -109.046084, 35.250024999999674 ], [ -109.046796, 35.363605999999677 ], [ -109.046561, 35.49987799999969 ], [ -109.175114, 35.50001599999969 ], [ -109.176137, 35.364163999999676 ], [ -109.32458, 35.364322999999679 ], [ -109.325389, 35.256857999999689 ], [ -109.356102, 35.256890999999676 ], [ -109.363098, 35.034433999999628 ], [ -109.363161, 35.024249999999689 ], [ -109.379632, 35.02421899999969 ], [ -109.379744, 35.006200999999699 ], [ -109.471251, 35.006030999999645 ], [ -109.471548, 34.958243999999674 ], [ -109.49534, 34.958199999999664 ], [ -109.494145, 35.150130999999689 ], [ -109.507871, 35.150105999999688 ], [ -109.507803, 35.161072999999668 ], [ -109.531595, 35.161028999999658 ], [ -109.531502, 35.175912999999653 ], [ -109.496729, 35.175977999999681 ], [ -109.496554, 35.204179999999667 ], [ -109.502959, 35.204167999999669 ], [ -109.502896, 35.214351999999685 ], [ -109.599893, 35.214171999999664 ], [ -109.600434, 35.127214999999673 ], [ -109.61782, 35.127182999999675 ], [ -109.617874, 35.118565999999674 ], [ -109.630685, 35.118541999999671 ], [ -109.630729, 35.111490999999681 ], [ -109.684718, 35.111390999999657 ], [ -109.684669, 35.119224999999652 ], [ -109.709375, 35.119178999999683 ], [ -109.709291, 35.132724999999674 ], [ -109.679797, 35.132246999999673 ], [ -109.67961, 35.140054999999663 ], [ -109.722042, 35.138635999999657 ], [ -109.722679, 35.15662599999969 ], [ -110.093831, 35.148379999999676 ], [ -110.094046, 35.154461999999683 ], [ -110.309405217136486, 35.149676892072335 ], [ -110.334878, 35.523363999999681 ], [ -110.433978, 35.73372399999969 ], [ -110.367156, 35.798225999999687 ], [ -110.417007, 35.880496999999721 ], [ -110.465445, 35.904467999999696 ], [ -110.535528, 35.964322999999702 ], [ -110.594794, 35.965785999999696 ], [ -110.65097, 36.034843999999715 ], [ -110.678716, 36.0510379999997 ], [ -110.873064, 36.050528999999685 ], [ -111.025475, 36.056077999999694 ], [ -111.070732, 36.074887999999703 ], [ -111.142692, 36.181333999999715 ], [ -111.352155, 36.218834999999707 ], [ -111.350824, 36.842478999999727 ], [ -111.377914108172405, 36.900636282555773 ], [ -111.402701, 36.953848999999728 ], [ -111.411671, 37.001477999999715 ], [ -111.411671368173728, 37.001478481610768 ], [ -111.405869, 37.001480999999721 ], [ -111.405517, 37.001496999999745 ], [ -111.36414, 37.00116099999974 ], [ -111.315968, 37.00077099999973 ], [ -111.297259, 37.000618999999745 ], [ -111.278286, 37.000464999999728 ], [ -111.254853, 37.001076999999746 ], [ -111.252875, 37.001071999999745 ], [ -111.244438, 37.001050999999727 ], [ -111.234943, 37.001027999999742 ], [ -111.143185, 37.000801999999737 ], [ -111.142169, 37.000799999999735 ], [ -111.140367, 37.000794999999734 ], [ -111.139991, 37.000793999999729 ], [ -111.133718, 37.000778999999753 ], [ -111.093575, 37.001739999999728 ], [ -111.066496, 37.002388999999724 ], [ -111.061073, 37.002402999999745 ], [ -111.060226, 37.00240499999974 ], [ -110.75069, 37.00319699999973 ], [ -110.62569, 37.003720999999757 ], [ -110.625611, 37.003435999999745 ], [ -110.625605, 37.003415999999739 ], [ -110.599512, 37.003447999999715 ], [ -110.50069, 37.004259999999746 ], [ -110.490908, 37.003565999999743 ], [ -110.47019, 36.997996999999742 ], [ -110.467608, 36.997999999999735 ], [ -110.275911, 36.998258999999742 ], [ -110.146778, 36.998432999999743 ], [ -110.021778, 36.998601999999735 ], [ -110.000876, 36.998501999999739 ], [ -110.000677, 36.99796799999973 ], [ -109.933381, 36.998256999999739 ], [ -109.891021, 36.998437999999737 ], [ -109.875673, 36.998503999999706 ], [ -109.778911, 36.998427999999727 ], [ -109.699272, 36.998365999999749 ], [ -109.625668, 36.998307999999739 ], [ -109.495338, 36.999104999999744 ], [ -109.471563, 36.999113999999729 ], [ -109.381226, 36.999147999999714 ], [ -109.378039, 36.999134999999754 ], [ -109.340762, 36.999179999999747 ], [ -109.270097, 36.999265999999729 ], [ -109.268213, 36.99924199999974 ], [ -109.26339, 36.999262999999736 ], [ -109.246917, 36.99934599999974 ], [ -109.233848, 36.999265999999729 ], [ -109.181196, 36.999270999999766 ], [ -109.045223, 36.999083999999741 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "UT_S", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "UT", "ECONOMIC_M": 1.000444058, "RPS_COMPLI": 2025, "RPS_COM_01": 0.2, "SUBSTATION": 788.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -109.051195, 39.582423999999818 ], [ -109.051363, 39.497673999999805 ], [ -109.050765, 39.366676999999804 ], [ -109.051513, 39.12596699999979 ], [ -109.051634, 39.109461999999787 ], [ -109.052436, 38.999984999999789 ], [ -109.053292, 38.942877999999794 ], [ -109.053233, 38.942466999999795 ], [ -109.053797, 38.905283999999796 ], [ -109.053943, 38.904413999999782 ], [ -109.054189, 38.874983999999792 ], [ -109.057388, 38.795455999999803 ], [ -109.059541, 38.719887999999791 ], [ -109.060253, 38.599327999999787 ], [ -109.059962, 38.499986999999784 ], [ -109.059988, 38.441074999999785 ], [ -108.868259, 38.447159999999784 ], [ -108.867986, 38.441475999999781 ], [ -108.796226, 38.443665999999773 ], [ -108.746525, 38.434583999999788 ], [ -108.679298, 38.423553999999783 ], [ -108.605938, 38.412659999999775 ], [ -108.557265, 38.402653999999771 ], [ -108.55498483840573, 38.153201414623915 ], [ -109.041411, 38.15302599999977 ], [ -109.042116, 38.109294999999783 ], [ -109.04282, 37.999300999999797 ], [ -109.042819, 37.997067999999778 ], [ -109.043121, 37.974259999999767 ], [ -109.041058, 37.907235999999756 ], [ -109.041844, 37.872787999999751 ], [ -109.041723, 37.842050999999763 ], [ -109.041754, 37.835825999999756 ], [ -109.041461, 37.800104999999768 ], [ -109.042098, 37.749989999999762 ], [ -109.041636, 37.74020999999977 ], [ -109.04176, 37.713181999999762 ], [ -109.041732, 37.711213999999757 ], [ -109.042269, 37.666066999999764 ], [ -109.042089, 37.623794999999767 ], [ -109.042131, 37.617661999999747 ], [ -109.041806, 37.604170999999752 ], [ -109.041852, 37.546933999999752 ], [ -109.041865, 37.530725999999767 ], [ -109.041915, 37.530652999999759 ], [ -109.043137, 37.499991999999743 ], [ -109.043425, 37.486526999999768 ], [ -109.043540267568531, 37.481133772241435 ], [ -109.04581, 37.374992999999762 ], [ -109.045834363461182, 37.361677999322346 ], [ -109.045834, 37.361677999999749 ], [ -109.046039, 37.249992999999748 ], [ -109.045584, 37.249350999999734 ], [ -109.045487, 37.210843999999753 ], [ -109.045978, 37.201830999999757 ], [ -109.045995, 37.177278999999736 ], [ -109.045156, 37.112063999999741 ], [ -109.045203, 37.111957999999724 ], [ -109.045173, 37.109463999999747 ], [ -109.045189, 37.096270999999746 ], [ -109.044995, 37.08642899999974 ], [ -109.045058, 37.074660999999736 ], [ -109.045166, 37.072741999999735 ], [ -109.045223, 36.999083999999741 ], [ -109.181196, 36.999270999999766 ], [ -109.233848, 36.999265999999729 ], [ -109.246917, 36.99934599999974 ], [ -109.26339, 36.999262999999736 ], [ -109.268213, 36.99924199999974 ], [ -109.270097, 36.999265999999729 ], [ -109.340762, 36.999179999999747 ], [ -109.378039, 36.999134999999754 ], [ -109.381226, 36.999147999999714 ], [ -109.471563, 36.999113999999729 ], [ -109.495338, 36.999104999999744 ], [ -109.625668, 36.998307999999739 ], [ -109.699272, 36.998365999999749 ], [ -109.778911, 36.998427999999727 ], [ -109.875673, 36.998503999999706 ], [ -109.891021, 36.998437999999737 ], [ -109.933381, 36.998256999999739 ], [ -110.000677, 36.99796799999973 ], [ -110.000876, 36.998501999999739 ], [ -110.021778, 36.998601999999735 ], [ -110.146778, 36.998432999999743 ], [ -110.275911, 36.998258999999742 ], [ -110.467608, 36.997999999999735 ], [ -110.47019, 36.997996999999742 ], [ -110.490908, 37.003565999999743 ], [ -110.50069, 37.004259999999746 ], [ -110.599512, 37.003447999999715 ], [ -110.625605, 37.003415999999739 ], [ -110.625611, 37.003435999999745 ], [ -110.62569, 37.003720999999757 ], [ -110.75069, 37.00319699999973 ], [ -111.060226, 37.00240499999974 ], [ -111.061073, 37.002402999999745 ], [ -111.066496, 37.002388999999724 ], [ -111.093575, 37.001739999999728 ], [ -111.133718, 37.000778999999753 ], [ -111.139991, 37.000793999999729 ], [ -111.140367, 37.000794999999734 ], [ -111.142169, 37.000799999999735 ], [ -111.143185, 37.000801999999737 ], [ -111.234943, 37.001027999999742 ], [ -111.244438, 37.001050999999727 ], [ -111.252875, 37.001071999999745 ], [ -111.254853, 37.001076999999746 ], [ -111.278286, 37.000464999999728 ], [ -111.297259, 37.000618999999745 ], [ -111.315968, 37.00077099999973 ], [ -111.36414, 37.00116099999974 ], [ -111.405517, 37.001496999999745 ], [ -111.405869, 37.001480999999721 ], [ -111.411671368173728, 37.001478481610768 ], [ -111.411671, 37.001477999999715 ], [ -111.524389936923072, 37.001424478069723 ], [ -111.640078, 37.001368999999741 ], [ -111.714199, 37.00133299999974 ], [ -112.032888, 37.00118099999974 ], [ -112.35769, 37.001024999999743 ], [ -112.368946, 37.001124999999732 ], [ -112.375265, 37.001107999999718 ], [ -112.483055, 37.000820999999739 ], [ -112.529719, 37.000696999999739 ], [ -112.540368, 37.000668999999718 ], [ -112.545094, 37.000733999999738 ], [ -112.558974, 37.000691999999752 ], [ -112.609787, 37.000752999999733 ], [ -112.724722, 37.000580999999727 ], [ -112.861654, 37.000375999999747 ], [ -112.928188, 37.000275999999722 ], [ -112.966471, 37.000218999999753 ], [ -113.016098, 37.00020699999974 ], [ -113.121179, 37.000180999999735 ], [ -113.965907, 37.000024999999724 ], [ -114.0506, 37.000395999999739 ], [ -114.051749, 37.088433999999729 ], [ -114.051822, 37.090975999999721 ], [ -114.052827, 37.103960999999757 ], [ -114.051867, 37.134291999999718 ], [ -114.052179, 37.147109999999728 ], [ -114.051673, 37.172367999999729 ], [ -114.051405, 37.233853999999752 ], [ -114.051974, 37.283847999999722 ], [ -114.0518, 37.293043999999739 ], [ -114.051927, 37.37073399999975 ], [ -114.051765, 37.418082999999768 ], [ -114.052448, 37.431439999999732 ], [ -114.052701, 37.492013999999749 ], [ -114.052685, 37.502512999999745 ], [ -114.052718, 37.517263999999756 ], [ -114.052689, 37.517858999999753 ], [ -114.052962, 37.592782999999756 ], [ -114.052472, 37.604775999999731 ], [ -114.051728, 37.745996999999768 ], [ -114.051785, 37.746248999999764 ], [ -114.05167, 37.746957999999758 ], [ -114.051109, 37.756275999999751 ], [ -114.049919, 37.76558599999975 ], [ -114.048473, 37.809860999999749 ], [ -114.049677, 37.82364499999975 ], [ -114.049928, 37.852507999999787 ], [ -114.049658, 37.88136799999976 ], [ -114.050423, 37.999960999999772 ], [ -114.050186, 38.06771199999978 ], [ -114.049903, 38.148600999999772 ], [ -114.050138, 38.249959999999774 ], [ -114.049417, 38.264699999999785 ], [ -114.05012, 38.40453599999978 ], [ -114.050091, 38.404672999999782 ], [ -114.050485, 38.499954999999765 ], [ -114.049834, 38.543783999999796 ], [ -114.049862, 38.547763999999809 ], [ -114.050154, 38.572919999999783 ], [ -114.049883, 38.677364999999796 ], [ -114.049749, 38.729209999999775 ], [ -114.049168, 38.749950999999783 ], [ -114.049465, 38.874948999999809 ], [ -114.048521, 38.876196999999777 ], [ -114.048054, 38.878692999999792 ], [ -114.049104, 39.005508999999805 ], [ -114.047079, 39.49994299999981 ], [ -114.047728, 39.542741999999812 ], [ -114.047719369739752, 39.546851729931802 ], [ -114.047273, 39.759412999999796 ], [ -114.047390966184764, 39.76745019808174 ], [ -111.227103232660937, 39.787780045088581 ], [ -111.085749712469294, 39.855501952911169 ], [ -110.986048976541525, 39.878765457960988 ], [ -110.906288387799307, 39.882088815825249 ], [ -110.816557725464321, 39.898705605146532 ], [ -110.746767210314886, 39.905352320875046 ], [ -110.414431423888985, 39.941909257381937 ], [ -109.972505, 39.993205999999823 ], [ -109.80115, 39.992678999999825 ], [ -109.821078, 40.007229999999829 ], [ -109.646826, 40.006692999999814 ], [ -109.5422, 39.930297999999794 ], [ -109.502371, 39.930174999999799 ], [ -109.502298, 39.854100999999808 ], [ -109.288216, 39.853441999999824 ], [ -109.288363, 40.005588999999816 ], [ -109.094196, 40.004990999999819 ], [ -109.050797369416728, 40.004993031316204 ], [ -109.050615, 39.874969999999813 ], [ -109.05104, 39.660471999999814 ], [ -109.05119485142238, 39.582424006619583 ], [ -109.051195, 39.582423999999818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WA_SEATAC", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0782128734, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 482.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.594252, 47.1599 ], [ -122.6013, 47.1599 ], [ -122.6022, 47.1576 ], [ -122.615, 47.1571 ], [ -122.6119, 47.1691 ], [ -122.6076, 47.1711 ], [ -122.6054, 47.1703 ], [ -122.6045, 47.1719 ], [ -122.5893, 47.1771 ], [ -122.5827, 47.186999999982177 ], [ -122.5829, 47.185099999982178 ], [ -122.5802, 47.185499999982177 ], [ -122.582, 47.184499999982187 ], [ -122.5744, 47.186299999982189 ], [ -122.5718, 47.191999999982201 ], [ -122.5759, 47.186399999982186 ], [ -122.5792, 47.185499999982177 ], [ -122.5823, 47.18759999998219 ], [ -122.5808, 47.192799999982192 ], [ -122.5823, 47.200599999982217 ], [ -122.5766, 47.213699999982268 ], [ -122.5661, 47.222599999982293 ], [ -122.5632, 47.227599999982296 ], [ -122.5615, 47.244599999982334 ], [ -122.5594, 47.244699999982345 ], [ -122.561, 47.236699999982314 ], [ -122.557629, 47.242833999982338 ], [ -122.5578, 47.244799999982341 ], [ -122.5552, 47.244499999982345 ], [ -122.5533, 47.246699999982347 ], [ -122.551, 47.249199999982359 ], [ -122.5516, 47.254299999982372 ], [ -122.5328, 47.275299999982423 ], [ -122.5287, 47.282099999982449 ], [ -122.5279, 47.292799999982456 ], [ -122.5346, 47.3030999999825 ], [ -122.5466, 47.315999999982537 ], [ -122.546169, 47.317913999982551 ], [ -122.539, 47.318699999982549 ], [ -122.5321, 47.316799999982543 ], [ -122.5079, 47.301899999982517 ], [ -122.5064, 47.302699999982508 ], [ -122.5119, 47.306599999982524 ], [ -122.5109, 47.307199999982515 ], [ -122.4975, 47.296299999982487 ], [ -122.4985, 47.295199999982486 ], [ -122.4875, 47.287899999982457 ], [ -122.4704, 47.277499999982432 ], [ -122.463235, 47.275957999982403 ], [ -122.4539, 47.273699999982412 ], [ -122.443769193346668, 47.266811051458134 ], [ -122.437727, 47.268045999982412 ], [ -122.429605, 47.269706999982404 ], [ -122.418074, 47.28176499998245 ], [ -122.413592889351833, 47.285193870113346 ], [ -122.4136, 47.285199999982446 ], [ -122.413584878368439, 47.28519999998246 ], [ -122.409199, 47.288555999982464 ], [ -122.413735, 47.293920999982475 ], [ -122.424140871743475, 47.297488727437397 ], [ -122.4311, 47.296199999982491 ], [ -122.431191550748764, 47.296232749843824 ], [ -122.432335, 47.296020999982488 ], [ -122.432715, 47.296156999982486 ], [ -122.435487, 47.297147999982485 ], [ -122.444635, 47.300420999982485 ], [ -122.443137726504006, 47.305862151608501 ], [ -122.443117, 47.306277999982505 ], [ -122.443016285469596, 47.306303100244335 ], [ -122.443008, 47.306332999982502 ], [ -122.433005, 47.312901999982529 ], [ -122.431362546663721, 47.313980793196585 ], [ -122.4285, 47.320299999982552 ], [ -122.422684627999772, 47.319362036756701 ], [ -122.417608, 47.320800999982545 ], [ -122.417562, 47.320813999982548 ], [ -122.406196, 47.324036999982546 ], [ -122.396348, 47.326828999982567 ], [ -122.395395, 47.32709899998256 ], [ -122.38183, 47.330944999982577 ], [ -122.37138, 47.333907999982578 ], [ -122.369228416096107, 47.33451809275622 ], [ -122.367985, 47.335101999982584 ], [ -122.365173680171964, 47.33566783415457 ], [ -122.364168, 47.335952999982602 ], [ -122.359407, 47.33690899998259 ], [ -122.351279, 47.338540999982591 ], [ -122.336934, 47.341420999982617 ], [ -122.334168, 47.343043999982612 ], [ -122.324833, 47.348520999982618 ], [ -122.325093, 47.360952999982651 ], [ -122.325177, 47.36495799998265 ], [ -122.32522, 47.366991999982687 ], [ -122.325248, 47.368337999982685 ], [ -122.325326, 47.372066999982685 ], [ -122.325336581540355, 47.372569329217789 ], [ -122.3257, 47.373399999982681 ], [ -122.325356632409722, 47.373521188543961 ], [ -122.325362, 47.373775999982691 ], [ -122.325467, 47.378798999982713 ], [ -122.325618902835885, 47.386018424656719 ], [ -122.326, 47.387954999982732 ], [ -122.325676460986671, 47.388762769052668 ], [ -122.325734, 47.391520999982738 ], [ -122.327617, 47.397867999982772 ], [ -122.328434, 47.400620999982749 ], [ -122.333926, 47.406920999982781 ], [ -122.335234, 47.408420999982773 ], [ -122.346769, 47.4151789999828 ], [ -122.346769, 47.415179999982797 ], [ -122.348035, 47.415920999982816 ], [ -122.348363, 47.417122999982809 ], [ -122.348517, 47.41768799998281 ], [ -122.351653, 47.429171999982835 ], [ -122.353865, 47.437268999982862 ], [ -122.354369, 47.439113999982851 ], [ -122.354455, 47.43943299998287 ], [ -122.355135, 47.441920999982862 ], [ -122.355837, 47.442256999982874 ], [ -122.355896, 47.442284999982867 ], [ -122.362026, 47.445220999982872 ], [ -122.367036, 47.447620999982888 ], [ -122.383136, 47.450520999982878 ], [ -122.370803, 47.457626999982935 ], [ -122.37051, 47.457795999982913 ], [ -122.368036, 47.459220999982911 ], [ -122.367248853623749, 47.461829090182086 ], [ -122.3685, 47.468599999982935 ], [ -122.362583, 47.477671999982952 ], [ -122.362361567095633, 47.478022297384619 ], [ -122.361558, 47.480684999982977 ], [ -122.361336, 47.48142099998298 ], [ -122.365236, 47.48841999998298 ], [ -122.37625, 47.495521999982998 ], [ -122.382023, 47.499244999983027 ], [ -122.384162, 47.500623999983013 ], [ -122.386637, 47.502219999983033 ], [ -122.394348, 47.512344999983064 ], [ -122.396538, 47.515219999983067 ], [ -122.39644985662423, 47.51554543690829 ], [ -122.398, 47.517299999983067 ], [ -122.395474045643638, 47.519148259268214 ], [ -122.395229, 47.520052999983079 ], [ -122.395206, 47.520137999983085 ], [ -122.394126, 47.524123999983068 ], [ -122.393938, 47.524819999983094 ], [ -122.394102, 47.525761999983096 ], [ -122.394188183126147, 47.526257619526334 ], [ -122.3998, 47.530999999983102 ], [ -122.395674959142511, 47.534807730005433 ], [ -122.396044, 47.536929999983109 ], [ -122.396564, 47.539919999983127 ], [ -122.397059462258497, 47.542768476382243 ], [ -122.3982, 47.545999999983138 ], [ -122.397855746145794, 47.547345719595008 ], [ -122.398338, 47.55011999998316 ], [ -122.404875, 47.560804999983183 ], [ -122.405467, 47.561772999983191 ], [ -122.406785, 47.563927999983193 ], [ -122.408438421321819, 47.566629800290066 ], [ -122.4085, 47.5666999999832 ], [ -122.408501360281193, 47.566732646731872 ], [ -122.408922, 47.567419999983194 ], [ -122.409839, 47.568919999983187 ], [ -122.409841, 47.568920999983192 ], [ -122.410118, 47.5690949999832 ], [ -122.411946, 47.570243999983219 ], [ -122.41525, 47.5723199999832 ], [ -122.421139, 47.576019999983224 ], [ -122.419831856496515, 47.576554771994182 ], [ -122.4199, 47.57659999998323 ], [ -122.416391802763599, 47.577963289064719 ], [ -122.415594, 47.578289999983234 ], [ -122.413339, 47.579212999983227 ], [ -122.412018, 47.57975399998324 ], [ -122.406385, 47.582058999983232 ], [ -122.405374, 47.582472999983224 ], [ -122.401839, 47.583919999983245 ], [ -122.387139, 47.595719999983267 ], [ -122.387084787593466, 47.595671243482002 ], [ -122.386, 47.596599999983276 ], [ -122.3805, 47.594099999983278 ], [ -122.3785, 47.589599999983243 ], [ -122.371685, 47.583776999983243 ], [ -122.368929, 47.583266999983238 ], [ -122.364497, 47.586102999983261 ], [ -122.364502, 47.583972999983246 ], [ -122.364066612211218, 47.583972999983246 ], [ -122.363866707839563, 47.584002033428234 ], [ -122.363859, 47.584767999983235 ], [ -122.360605, 47.584759999983248 ], [ -122.360609974500775, 47.584475190073967 ], [ -122.358238, 47.584819999983246 ], [ -122.357, 47.585337837356846 ], [ -122.357, 47.58809999998325 ], [ -122.35656, 47.588091999983256 ], [ -122.35656, 47.586715999983262 ], [ -122.356109, 47.586715999983262 ], [ -122.356109, 47.58814099998326 ], [ -122.355704, 47.58814099998326 ], [ -122.355704, 47.586732999983262 ], [ -122.355252, 47.586732999983262 ], [ -122.355252, 47.588577999983251 ], [ -122.354943, 47.588577999983251 ], [ -122.354943, 47.587055999983249 ], [ -122.354539, 47.587055999983249 ], [ -122.354539, 47.588334999983253 ], [ -122.354135, 47.588334999983253 ], [ -122.354135, 47.587136999983272 ], [ -122.353825, 47.587136999983258 ], [ -122.353825, 47.588237999983249 ], [ -122.353445, 47.588237999983249 ], [ -122.353445, 47.587072999983249 ], [ -122.352993, 47.587072999983249 ], [ -122.352993, 47.588706999983252 ], [ -122.352541, 47.588706999983252 ], [ -122.352541, 47.587202972129667 ], [ -122.351996736051518, 47.587430629814321 ], [ -122.352, 47.587799999983261 ], [ -122.35140144420285, 47.587679631726658 ], [ -122.34855475658938, 47.588870359704941 ], [ -122.348543, 47.589220999983269 ], [ -122.346208962451783, 47.589851571235769 ], [ -122.34578, 47.590030999983263 ], [ -122.345442, 47.590171999983276 ], [ -122.344699, 47.590482999983266 ], [ -122.34461, 47.59051999998325 ], [ -122.342937, 47.591219999983259 ], [ -122.339513, 47.599112999983291 ], [ -122.339571, 47.599219999983283 ], [ -122.340866, 47.601607999983287 ], [ -122.34117, 47.602169999983289 ], [ -122.344753, 47.608779999983305 ], [ -122.344937, 47.609119999983307 ], [ -122.344991, 47.609154999983311 ], [ -122.3456172608184, 47.609568577715955 ], [ -122.3555, 47.614699999983323 ], [ -122.354262872901074, 47.615270981721295 ], [ -122.354421511351944, 47.615375638005929 ], [ -122.3583, 47.616699999983325 ], [ -122.358309, 47.616900999983315 ], [ -122.356733661663441, 47.616900999983329 ], [ -122.361178, 47.619832999983345 ], [ -122.367819, 47.624212999983349 ], [ -122.370332215586231, 47.625248228203283 ], [ -122.3767, 47.626699999983352 ], [ -122.376692204551006, 47.62786859217497 ], [ -122.378072217491876, 47.628437182589877 ], [ -122.3781, 47.626399999983356 ], [ -122.3797, 47.626399999983356 ], [ -122.3797, 47.629107858570002 ], [ -122.380854652991061, 47.629583596589441 ], [ -122.3809, 47.626499999983366 ], [ -122.3825, 47.626499999983352 ], [ -122.3825, 47.630261509463139 ], [ -122.383739, 47.630771999983367 ], [ -122.386039, 47.63171999998336 ], [ -122.389678, 47.631388999983372 ], [ -122.393739, 47.631019999983366 ], [ -122.40424, 47.633919999983384 ], [ -122.414645, 47.639765999983389 ], [ -122.416804, 47.642487999983395 ], [ -122.417853, 47.643808999983392 ], [ -122.418692, 47.644866999983378 ], [ -122.417504, 47.649330999983405 ], [ -122.42383513736911, 47.655661439321968 ], [ -122.4286, 47.659099999983447 ], [ -122.4357, 47.661899999983454 ], [ -122.435696925876869, 47.661900800805448 ], [ -122.436203, 47.662094999983452 ], [ -122.430811205664071, 47.663173551449113 ], [ -122.430557119286888, 47.663239742017971 ], [ -122.419061, 47.669306999983476 ], [ -122.41314, 47.675011999983482 ], [ -122.412156, 47.675959999983483 ], [ -122.411063, 47.677013999983473 ], [ -122.410918484440145, 47.677153267771622 ], [ -122.410984, 47.677218999983488 ], [ -122.410490069033557, 47.677566126194165 ], [ -122.407841, 47.680118999983499 ], [ -122.405002, 47.686718999983505 ], [ -122.403841, 47.689418999983523 ], [ -122.403070202269475, 47.690305303387746 ], [ -122.405, 47.69319999998352 ], [ -122.4038, 47.695999999983542 ], [ -122.4022, 47.697899999983541 ], [ -122.393626857888734, 47.701166239271039 ], [ -122.393248, 47.701601999983531 ], [ -122.388182, 47.704574999983549 ], [ -122.38044, 47.709118999983573 ], [ -122.378791, 47.712169999983573 ], [ -122.378755083071738, 47.712236451710034 ], [ -122.3787, 47.712599999983574 ], [ -122.378314516277328, 47.713051566630142 ], [ -122.377463, 47.714626999983587 ], [ -122.37644, 47.71651899998357 ], [ -122.375686, 47.719422999983585 ], [ -122.375641, 47.719594999983585 ], [ -122.374909694712827, 47.722409337298181 ], [ -122.3749, 47.722599999983601 ], [ -122.374803045496051, 47.722819763525884 ], [ -122.374256, 47.724924999983607 ], [ -122.37314, 47.729218999983615 ], [ -122.37538, 47.733909999983624 ], [ -122.382641, 47.749118999983672 ], [ -122.380241, 47.7585189999837 ], [ -122.385365, 47.763462999983716 ], [ -122.388585, 47.766567999983721 ], [ -122.389057, 47.767023999983714 ], [ -122.394442, 47.772218999983721 ], [ -122.396422, 47.777927999983746 ], [ -122.397043, 47.779718999983743 ], [ -122.396535, 47.785435999983768 ], [ -122.394944, 47.803317999983804 ], [ -122.392044, 47.807717999983808 ], [ -122.384863, 47.813806999983832 ], [ -122.380308, 47.817669999983863 ], [ -122.374218, 47.822833999983864 ], [ -122.360724, 47.834274999983876 ], [ -122.353244, 47.840617999983905 ], [ -122.350685, 47.841305999983909 ], [ -122.348753, 47.841824999983906 ], [ -122.346544, 47.842417999983901 ], [ -122.341304, 47.845831999983929 ], [ -122.339944, 47.846717999983923 ], [ -122.339828, 47.846880999983924 ], [ -122.339804, 47.846913999983926 ], [ -122.337512, 47.850120999983936 ], [ -122.336388, 47.851692999983925 ], [ -122.33595, 47.852305999983933 ], [ -122.335785, 47.852747999983933 ], [ -122.335125, 47.854509999983932 ], [ -122.334274161625615, 47.856783504873547 ], [ -122.3338, 47.861499999983948 ], [ -122.330923235987981, 47.865736688801654 ], [ -122.329545, 47.869417999983973 ], [ -122.330145, 47.875317999983999 ], [ -122.332899, 47.879310999984007 ], [ -122.333513, 47.880201999984003 ], [ -122.333543, 47.880245999983984 ], [ -122.333519, 47.880329999984006 ], [ -122.33342, 47.880680999984008 ], [ -122.32994, 47.892986999984018 ], [ -122.328546, 47.897916999984062 ], [ -122.327964, 47.899123999984035 ], [ -122.327509, 47.90006899998405 ], [ -122.325852, 47.903506999984053 ], [ -122.324722, 47.90585199998408 ], [ -122.322126, 47.911236999984077 ], [ -122.321988, 47.91152399998407 ], [ -122.321847, 47.911816999984083 ], [ -122.32167, 47.912028999984067 ], [ -122.318550331461623, 47.915767643816544 ], [ -122.3178, 47.917199999984099 ], [ -122.315399481160398, 47.919542674996265 ], [ -122.313759, 47.921507999984108 ], [ -122.311922, 47.923707999984096 ], [ -122.310747, 47.925116999984112 ], [ -122.309747, 47.929116999984124 ], [ -122.311148, 47.936716999984149 ], [ -122.308433, 47.944927999984159 ], [ -122.307396, 47.948062999984167 ], [ -122.307048, 47.949116999984177 ], [ -122.304784, 47.949694999984168 ], [ -122.292824, 47.952745999984181 ], [ -122.291553, 47.953070999984185 ], [ -122.278047, 47.956516999984188 ], [ -122.277039197067822, 47.956620731395873 ], [ -122.2768, 47.956699999984195 ], [ -122.248897311402175, 47.959572999705543 ], [ -122.240423, 47.964671999984212 ], [ -122.24021, 47.964800999984213 ], [ -122.233274, 47.968974999984219 ], [ -122.231285, 47.970170999984219 ], [ -122.230046, 47.970916999984226 ], [ -122.226346, 47.976416999984224 ], [ -122.228794, 47.980990999984265 ], [ -122.229977, 47.983202999984258 ], [ -122.229989, 47.983222999984257 ], [ -122.232135, 47.987234999984267 ], [ -122.232142, 47.987247999984248 ], [ -122.232229, 47.987409999984266 ], [ -122.232391, 47.987712999984254 ], [ -122.23022, 48.007153999984325 ], [ -122.228767, 48.012467999984331 ], [ -122.225088, 48.016505999984332 ], [ -122.224979, 48.016625999984342 ], [ -122.225798, 48.018225999984345 ], [ -122.230711, 48.027824999984375 ], [ -122.231761, 48.029875999984384 ], [ -122.232321, 48.030101999984367 ], [ -122.207477, 48.030810999984382 ], [ -122.190386, 48.032734999984378 ], [ -122.183155, 48.036349999984395 ], [ -122.17348, 48.036000999984388 ], [ -122.163639, 48.041941999984395 ], [ -122.157902, 48.038829999984401 ], [ -122.15984, 48.042514999984419 ], [ -122.150638, 48.043605999984408 ], [ -122.149479, 48.048083999984406 ], [ -122.145023, 48.042987999984412 ], [ -122.139835, 48.042933999984413 ], [ -122.140247, 48.036036999984383 ], [ -122.118748, 48.035975999984394 ], [ -122.118519, 48.050258999984429 ], [ -122.117921, 48.070984999984475 ], [ -122.110954, 48.071101999984492 ], [ -122.104694, 48.071101999984478 ], [ -122.104694, 48.063582999984462 ], [ -122.088761, 48.063583999984459 ], [ -122.091099, 48.054409999984422 ], [ -122.088254, 48.050383999984419 ], [ -122.081144, 48.050449999984423 ], [ -122.081144, 48.044812999984423 ], [ -122.096993, 48.044812999984408 ], [ -122.097804, 48.026627999984363 ], [ -122.101055, 48.025553999984361 ], [ -122.097111, 48.022639999984357 ], [ -122.09531, 48.01778799998435 ], [ -122.099049, 48.015437999984343 ], [ -122.106287, 48.015618999984333 ], [ -122.106677, 48.000326999984303 ], [ -122.10298, 48.000326999984303 ], [ -122.102802, 48.003702999984306 ], [ -122.097977, 48.003702999984306 ], [ -122.096818, 48.002879999984302 ], [ -122.092894, 48.002001999984316 ], [ -122.088297, 47.9987209999843 ], [ -122.086952, 47.996508999984307 ], [ -122.086783, 47.99336099998429 ], [ -122.095471, 47.988343999984274 ], [ -122.095471, 47.983650999984278 ], [ -122.088519, 47.98258299998426 ], [ -122.074723, 47.982511999984254 ], [ -122.056573, 47.978012999984244 ], [ -122.044651, 47.83003599998387 ], [ -122.048397, 47.828908999983867 ], [ -122.033959, 47.813699999983818 ], [ -122.034138, 47.811076999983825 ], [ -122.030598, 47.802928999983813 ], [ -122.030659, 47.794427999983782 ], [ -122.00823, 47.794427999983782 ], [ -122.00823, 47.775685999983736 ], [ -122.000278, 47.775462999983723 ], [ -121.99892, 47.765811999983697 ], [ -122.003117, 47.755740999983686 ], [ -122.002323, 47.74847799998367 ], [ -122.013035, 47.737269999983646 ], [ -122.010242, 47.732386999983632 ], [ -122.008381, 47.729174999983606 ], [ -122.00668, 47.717993999983605 ], [ -122.004887, 47.709086999983583 ], [ -121.993992, 47.708903999983562 ], [ -121.99744, 47.70576799998355 ], [ -121.993, 47.703685999983541 ], [ -121.992924, 47.699496999983545 ], [ -121.988331, 47.701396999983537 ], [ -121.985309, 47.699397999983546 ], [ -121.985248, 47.697947999983541 ], [ -121.988407, 47.696513999983551 ], [ -121.984455, 47.694224999983518 ], [ -121.985248, 47.689471999983517 ], [ -121.971607, 47.685290999983501 ], [ -121.969272, 47.686862999983504 ], [ -121.973255, 47.690226999983508 ], [ -121.966556, 47.692408999983506 ], [ -121.962635, 47.691348999983525 ], [ -121.964054, 47.688464999983516 ], [ -121.962482, 47.687350999983501 ], [ -121.958134, 47.689280999983531 ], [ -121.954716, 47.68788499998351 ], [ -121.946155, 47.688273999983501 ], [ -121.944797, 47.686938999983518 ], [ -121.945865, 47.684794999983495 ], [ -121.939731, 47.681285999983494 ], [ -121.939579, 47.677424999983472 ], [ -121.92696, 47.673098999983466 ], [ -121.917896, 47.672770999983477 ], [ -121.91811, 47.670451999983456 ], [ -121.923908, 47.665812999983466 ], [ -121.925892, 47.660594999983438 ], [ -121.922169, 47.655589999983441 ], [ -121.92168, 47.651728999983412 ], [ -121.92667, 47.638606999983381 ], [ -121.92638, 47.621898999983344 ], [ -121.927738, 47.618838999983318 ], [ -121.931309, 47.618678999983324 ], [ -121.932651, 47.616916999983324 ], [ -121.926151, 47.614642999983317 ], [ -121.930881, 47.614062999983318 ], [ -121.9323, 47.612223999983328 ], [ -121.923527, 47.609469999983311 ], [ -121.925861, 47.606944999983305 ], [ -121.925083, 47.603457999983291 ], [ -121.927296, 47.600177999983295 ], [ -121.927357, 47.598574999983278 ], [ -121.923069, 47.59508099998326 ], [ -121.925434, 47.594020999983279 ], [ -121.925709, 47.591693999983256 ], [ -121.92429, 47.591304999983258 ], [ -121.925281, 47.587298999983261 ], [ -121.928776, 47.587298999983275 ], [ -121.931415, 47.581134999983242 ], [ -121.938404, 47.580943999983255 ], [ -121.954838, 47.590098999983255 ], [ -121.959827, 47.596286999983263 ], [ -121.967749, 47.5688219999832 ], [ -121.976997, 47.55775399998317 ], [ -121.991985, 47.55775399998317 ], [ -121.991378, 47.530662999983093 ], [ -122.024067, 47.462329999982927 ], [ -122.0256, 47.457099999982908 ], [ -122.0342, 47.4486999999829 ], [ -122.039371, 47.440486999982859 ], [ -122.036945, 47.432437999982838 ], [ -122.034534, 47.429919999982843 ], [ -122.014118, 47.429828999982838 ], [ -122.015079, 47.391955999982741 ], [ -122.000004, 47.385417999982728 ], [ -122.007267, 47.378917999982711 ], [ -121.998386, 47.378955999982708 ], [ -121.99332, 47.376162999982689 ], [ -121.990284, 47.376193999982696 ], [ -122.000294, 47.371363999982691 ], [ -122.009754, 47.370112999982688 ], [ -122.011143, 47.366420999982665 ], [ -122.019611, 47.361529999982672 ], [ -122.031452, 47.358241999982646 ], [ -122.038942, 47.358087999982651 ], [ -122.045516, 47.351525999982641 ], [ -122.045516, 47.347946999982618 ], [ -122.017658, 47.347186999982604 ], [ -122.016764, 47.328721999982569 ], [ -122.024959, 47.328731999982573 ], [ -122.025171, 47.322637999982547 ], [ -122.037479, 47.322718999982548 ], [ -122.036274, 47.318255999982547 ], [ -122.029835, 47.312846999982519 ], [ -122.027561, 47.312014999982544 ], [ -122.026874, 47.309728999982511 ], [ -122.015866, 47.298725999982494 ], [ -122.006062, 47.298725999982494 ], [ -122.006062, 47.285498999982451 ], [ -122.004682, 47.285492999982452 ], [ -121.997203, 47.285492999982452 ], [ -121.997203, 47.278552999982459 ], [ -122.011078, 47.268236999982413 ], [ -122.014621, 47.268266999982423 ], [ -122.028462, 47.273363999982422 ], [ -122.052801, 47.273363999982429 ], [ -122.052801, 47.269892999982403 ], [ -122.05292, 47.256926999982369 ], [ -122.05869, 47.257072999982377 ], [ -122.099936, 47.243401999982339 ], [ -122.100363, 47.235692999982312 ], [ -122.114539, 47.235753999982322 ], [ -122.121601, 47.237277999982325 ], [ -122.121967, 47.239306999982318 ], [ -122.130222, 47.241526999982334 ], [ -122.13129, 47.243228999982335 ], [ -122.140284, 47.243119999982341 ], [ -122.140247, 47.241259999982326 ], [ -122.145542, 47.241328999982329 ], [ -122.143284, 47.238993999982327 ], [ -122.1421, 47.222799999982257 ], [ -122.1366, 47.216099999982276 ], [ -122.1378, 47.19929999998223 ], [ -122.1425, 47.192499999982196 ], [ -122.1429, 47.1775 ], [ -122.1344, 47.1774 ], [ -122.1281, 47.171 ], [ -122.1213, 47.1703 ], [ -122.1173, 47.1675 ], [ -122.1161, 47.1661 ], [ -122.1165, 47.1455 ], [ -122.1147, 47.1441 ], [ -122.1024, 47.1429 ], [ -122.106678, 47.142994 ], [ -122.1095, 47.1393 ], [ -122.114, 47.1391 ], [ -122.1189, 47.1352 ], [ -122.1324, 47.1292 ], [ -122.1335, 47.1276 ], [ -122.1319, 47.1211 ], [ -122.1448, 47.1094 ], [ -122.1485, 47.1086 ], [ -122.1475, 47.1058 ], [ -122.149189, 47.102886 ], [ -122.1546, 47.0982 ], [ -122.1541, 47.0961 ], [ -122.1591, 47.0935 ], [ -122.1694, 47.0921 ], [ -122.1767, 47.0873 ], [ -122.1824, 47.088 ], [ -122.1894, 47.0932 ], [ -122.1913, 47.0981 ], [ -122.208195, 47.107098 ], [ -122.2121, 47.1077 ], [ -122.2202, 47.1189 ], [ -122.2261, 47.1229 ], [ -122.2315, 47.1297 ], [ -122.2384, 47.1287 ], [ -122.2394, 47.1259 ], [ -122.2371, 47.1214 ], [ -122.2412, 47.1208 ], [ -122.241946, 47.119369 ], [ -122.241215, 47.117069 ], [ -122.2381, 47.1162 ], [ -122.2379, 47.1126 ], [ -122.2407, 47.1122 ], [ -122.2367, 47.1062 ], [ -122.2356, 47.0965 ], [ -122.234196, 47.095096 ], [ -122.231235, 47.092037 ], [ -122.2303, 47.0861 ], [ -122.2437, 47.0837 ], [ -122.283985, 47.092556 ], [ -122.292484, 47.092823 ], [ -122.292823, 47.082007 ], [ -122.294382, 47.082007 ], [ -122.29568, 47.080416 ], [ -122.301914, 47.080593 ], [ -122.301914, 47.082007 ], [ -122.311049, 47.082172 ], [ -122.356251, 47.082264 ], [ -122.377766, 47.082386 ], [ -122.389305, 47.082319 ], [ -122.3988, 47.0825 ], [ -122.3987, 47.1042 ], [ -122.398622, 47.107689 ], [ -122.419274, 47.107689 ], [ -122.419274, 47.108911 ], [ -122.425335, 47.109064 ], [ -122.425335, 47.107536 ], [ -122.430573, 47.107536 ], [ -122.430443, 47.112208 ], [ -122.433363, 47.112208 ], [ -122.4332, 47.1196 ], [ -122.444812, 47.122407 ], [ -122.4539, 47.1284 ], [ -122.4571, 47.1278 ], [ -122.4626, 47.131 ], [ -122.4681, 47.1309 ], [ -122.468, 47.1324 ], [ -122.4644, 47.1324 ], [ -122.4642, 47.1362 ], [ -122.4623, 47.1362 ], [ -122.4624, 47.1389 ], [ -122.4664, 47.139 ], [ -122.4663, 47.1414 ], [ -122.4681, 47.1426 ], [ -122.468, 47.1444 ], [ -122.4664, 47.1444 ], [ -122.4666, 47.1515 ], [ -122.464756, 47.151577 ], [ -122.466495, 47.152332 ], [ -122.4664, 47.1541 ], [ -122.4714, 47.154 ], [ -122.4711, 47.1596 ], [ -122.4786, 47.1595 ], [ -122.4787, 47.1559 ], [ -122.4876, 47.1558 ], [ -122.494, 47.1521 ], [ -122.4959, 47.1389 ], [ -122.5071, 47.1392 ], [ -122.5134, 47.1415 ], [ -122.5261, 47.1358 ], [ -122.5373, 47.1295 ], [ -122.5448, 47.1252 ], [ -122.5663, 47.1125 ], [ -122.561069, 47.116718 ], [ -122.568027, 47.11269 ], [ -122.579487, 47.112492 ], [ -122.580774, 47.11025 ], [ -122.588375, 47.108952 ], [ -122.589054, 47.112015 ], [ -122.585336, 47.111842 ], [ -122.582358, 47.116288 ], [ -122.577434, 47.11459 ], [ -122.57998, 47.11655 ], [ -122.578433, 47.118522 ], [ -122.581808, 47.120779 ], [ -122.581878, 47.122561 ], [ -122.576677, 47.123414 ], [ -122.577015, 47.126417 ], [ -122.574407, 47.126768 ], [ -122.572537, 47.135641 ], [ -122.564837, 47.137763 ], [ -122.5655, 47.1399 ], [ -122.5672, 47.1399 ], [ -122.567, 47.1489 ], [ -122.5751, 47.1489 ], [ -122.5751, 47.1527 ], [ -122.5776, 47.1528 ], [ -122.5776, 47.1562 ], [ -122.5884, 47.1563 ], [ -122.5885, 47.16 ], [ -122.594252, 47.1599 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "NM_N", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "NM", "ECONOMIC_M": 0.9061884157, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 672.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -104.12943, 34.779318999999674 ], [ -104.129472, 34.770445999999659 ], [ -104.129588, 34.768572999999655 ], [ -104.128901, 34.750061999999659 ], [ -104.12944, 34.677848999999668 ], [ -104.129015, 34.664892999999658 ], [ -104.12914, 34.641504999999661 ], [ -104.129614, 34.625063999999661 ], [ -104.128883, 34.605215999999658 ], [ -104.116457, 34.605823999999629 ], [ -104.076653, 34.605068999999652 ], [ -104.051557, 34.605090999999661 ], [ -104.03635, 34.605110999999653 ], [ -104.023967, 34.605153999999665 ], [ -104.022665, 34.605175999999673 ], [ -104.000524, 34.605052999999657 ], [ -103.948828, 34.60502499999965 ], [ -103.948765, 34.574010999999665 ], [ -103.948626, 34.572361999999657 ], [ -103.948844, 34.546493999999655 ], [ -103.948623, 34.536975999999669 ], [ -103.948967, 34.521418999999646 ], [ -103.94902, 34.515770999999638 ], [ -103.949056, 34.472169999999657 ], [ -103.94911, 34.46316899999966 ], [ -103.94911, 34.460672999999652 ], [ -103.949123, 34.45088199999968 ], [ -103.949024, 34.43886799999963 ], [ -103.948925, 34.430252999999645 ], [ -103.949639609182299, 34.411890251173809 ], [ -103.948993, 34.404854999999635 ], [ -103.949415, 34.307697999999654 ], [ -104.34339, 34.316414999999651 ], [ -104.343669, 34.279454999999636 ], [ -104.279115, 34.279385999999654 ], [ -104.279199, 34.268159999999646 ], [ -104.208347, 34.268083999999639 ], [ -104.210400425845279, 33.995523968355961 ], [ -104.317258, 33.995742999999628 ], [ -104.375527, 33.995779999999627 ], [ -104.567266, 33.997388999999622 ], [ -104.564695, 33.857456999999606 ], [ -104.657852, 33.857556999999623 ], [ -104.668967, 33.944254999999622 ], [ -104.89426, 33.956239999999625 ], [ -105.925464, 33.928439999999647 ], [ -105.92586, 33.825460999999628 ], [ -106.052806, 33.825862999999622 ], [ -106.052794, 33.650300999999601 ], [ -106.158574, 33.650196999999615 ], [ -106.268481, 33.660324999999609 ], [ -106.359268, 33.660493999999616 ], [ -106.373929, 33.660410999999613 ], [ -106.372235, 33.390882999999604 ], [ -106.345846, 33.390814999999606 ], [ -106.340473, 33.052794999999612 ], [ -106.67822, 32.911143999999588 ], [ -106.751586, 32.880374999999596 ], [ -106.88786, 32.822846999999584 ], [ -106.887733, 32.779311999999585 ], [ -106.937693, 32.779359999999585 ], [ -107.109101, 32.778966999999589 ], [ -107.173625, 32.779336999999558 ], [ -107.259133, 32.780100999999583 ], [ -107.274363, 32.780148999999589 ], [ -107.28077, 32.78024999999959 ], [ -107.2935, 32.78023999999958 ], [ -107.29816, 32.780266999999597 ], [ -107.299378, 32.780091999999591 ], [ -107.310806, 33.436667999999614 ], [ -107.449425, 33.435916999999627 ], [ -107.449112, 33.47868299999962 ], [ -107.489822, 33.47771099999963 ], [ -107.490669, 33.493167999999606 ], [ -107.503883, 33.493449999999612 ], [ -107.5047, 33.507087999999627 ], [ -107.522873, 33.5073009999996 ], [ -107.523926, 33.533217999999614 ], [ -107.536591, 33.533049999999605 ], [ -107.537201, 33.564425999999614 ], [ -107.553185, 33.564666999999595 ], [ -107.552864, 33.576041999999617 ], [ -107.605759, 33.575774999999624 ], [ -107.605164, 33.681308999999629 ], [ -107.656487, 33.681491999999629 ], [ -107.657272, 33.822913999999614 ], [ -107.66172, 33.824214999999626 ], [ -107.660026, 33.952464999999613 ], [ -107.996307, 34.065818999999628 ], [ -108.028473, 34.06571599999964 ], [ -108.028854, 34.122989999999639 ], [ -108.083809, 34.123378999999638 ], [ -108.081955, 34.261146999999653 ], [ -108.084732, 34.26109699999963 ], [ -108.084503, 34.27337299999963 ], [ -108.101761, 34.273971999999638 ], [ -108.101395, 34.301700999999646 ], [ -108.24807, 34.698386999999656 ], [ -108.247215, 34.957320999999666 ], [ -108.253959, 34.957644999999673 ], [ -108.254128, 35.135669999999671 ], [ -108.143028, 35.305743999999677 ], [ -108.11249, 35.306254999999695 ], [ -108.000617, 35.304950999999676 ], [ -107.998553, 35.360510999999669 ], [ -107.983912, 35.36053899999969 ], [ -107.983732, 35.389523999999682 ], [ -107.974581, 35.389540999999689 ], [ -107.974454, 35.409908999999693 ], [ -107.962558, 35.409931999999685 ], [ -107.914975, 35.410019999999683 ], [ -107.874712, 35.410094999999679 ], [ -107.874766, 35.40147799999967 ], [ -107.86287, 35.401499999999665 ], [ -107.862904, 35.39601599999969 ], [ -107.821726, 35.396092999999681 ], [ -107.82136, 35.45484699999971 ], [ -107.835086, 35.454821999999673 ], [ -107.834921, 35.481456999999686 ], [ -107.845901, 35.48143699999968 ], [ -107.845716, 35.511205999999675 ], [ -107.855782, 35.511186999999694 ], [ -107.855553, 35.548006999999693 ], [ -107.862873, 35.547992999999686 ], [ -107.862785, 35.562093999999711 ], [ -107.841739, 35.562132999999676 ], [ -107.841593, 35.585634999999698 ], [ -107.86996, 35.585581999999718 ], [ -107.869802362092372, 35.610902541660529 ], [ -107.869126, 35.719542999999696 ], [ -107.753900387918677, 35.719757325202444 ], [ -107.747535, 35.731353999999683 ], [ -107.719862, 35.730191999999697 ], [ -107.692724, 35.738069999999695 ], [ -107.691686, 35.742623999999701 ], [ -107.680956, 35.75992599999968 ], [ -107.672417, 35.78198699999971 ], [ -107.662362, 35.785120999999705 ], [ -107.657923, 35.789055999999711 ], [ -107.655858, 35.803852999999705 ], [ -107.625, 35.798024999999683 ], [ -107.593561, 35.796681999999699 ], [ -107.560933, 35.790771999999706 ], [ -107.546967, 35.783334999999717 ], [ -107.540197, 35.787750999999695 ], [ -107.541228, 35.789245999999707 ], [ -107.531713, 35.79088499999969 ], [ -107.529914, 35.792921999999699 ], [ -107.522893, 35.791111999999693 ], [ -107.515734, 35.782663999999691 ], [ -107.508825, 35.782546999999703 ], [ -107.486114, 35.775861999999705 ], [ -107.474739, 35.774698999999686 ], [ -107.448622, 35.789855999999688 ], [ -107.444298, 35.798920999999702 ], [ -107.435733, 35.806010999999693 ], [ -107.437345, 35.805429999999689 ], [ -107.438215, 35.806973999999705 ], [ -107.443083, 35.802877999999694 ], [ -107.448316, 35.802192999999711 ], [ -107.443793, 35.806152999999696 ], [ -107.440647, 35.812470999999704 ], [ -107.440928, 35.820618999999716 ], [ -107.438063, 35.837189999999715 ], [ -107.440509, 35.841217999999699 ], [ -107.441859, 35.848541999999689 ], [ -107.448495, 35.857009999999697 ], [ -107.450183, 35.862639999999693 ], [ -107.446699, 35.873328999999707 ], [ -107.436036, 35.877870999999708 ], [ -107.433589, 35.880799999999695 ], [ -107.424709, 35.87390199999971 ], [ -107.409638, 35.867216999999705 ], [ -107.404717, 35.868703999999688 ], [ -107.395074, 35.864466999999692 ], [ -107.389028, 35.865838999999696 ], [ -107.386702, 35.862722999999697 ], [ -107.34415, 35.86295199999968 ], [ -107.34409, 35.870651999999708 ], [ -107.334278, 35.870454999999701 ], [ -107.307979, 35.861494999999699 ], [ -107.308128, 35.874999999999687 ], [ -107.307596, 35.998371999999698 ], [ -107.303634, 35.998394999999697 ], [ -107.301517, 36.00137299999971 ], [ -107.298584, 36.0018609999997 ], [ -107.295764, 35.998441999999692 ], [ -107.290219, 35.998475999999705 ], [ -107.290075, 35.984366999999708 ], [ -107.281318, 35.984176999999725 ], [ -107.281247, 35.97957599999971 ], [ -107.279104, 35.978615999999718 ], [ -107.27688, 35.980337999999676 ], [ -107.273951, 35.979833999999698 ], [ -107.264592, 35.987385999999709 ], [ -107.26396, 35.976990999999693 ], [ -107.237246, 35.977119999999708 ], [ -107.237378, 35.984159999999697 ], [ -107.228454, 35.984178999999692 ], [ -107.22839, 35.977009999999694 ], [ -107.223207, 35.976956999999693 ], [ -107.228254, 35.986103999999699 ], [ -107.225976, 35.999999999999694 ], [ -107.226881, 36.007504999999703 ], [ -107.218431, 36.011673999999694 ], [ -107.217622604123676, 36.011191107425063 ], [ -107.217392, 36.048209999999706 ], [ -107.25562, 36.081040999999708 ], [ -107.385559, 36.080799999999705 ], [ -107.385457, 36.097250999999723 ], [ -107.376306, 36.097267999999737 ], [ -107.376243, 36.107451999999718 ], [ -107.344215, 36.107511999999709 ], [ -107.344059, 36.132579999999692 ], [ -107.44868351644709, 36.133568086709886 ], [ -107.501590983106155, 36.149371615711942 ], [ -107.531136711240435, 36.223579491025951 ], [ -107.404398, 36.288361999999701 ], [ -107.403657, 36.407437999999715 ], [ -107.410978, 36.407423999999715 ], [ -107.410422, 36.496730999999713 ], [ -107.441534, 36.49667299999971 ], [ -107.441622, 36.482571999999706 ], [ -107.453518, 36.482549999999719 ], [ -107.453688, 36.455130999999739 ], [ -107.468329, 36.455103999999707 ], [ -107.468383, 36.446485999999716 ], [ -107.501325, 36.446424999999714 ], [ -107.501379, 36.437807999999698 ], [ -107.558113, 36.437701999999732 ], [ -107.558064, 36.445535999999727 ], [ -107.580941, 36.445493999999726 ], [ -107.580824, 36.464294999999716 ], [ -107.616511, 36.464228999999705 ], [ -107.616463, 36.472062999999721 ], [ -107.466548375318965, 36.814494053711513 ], [ -107.42031, 36.99999999999973 ], [ -107.25467, 36.99999999999973 ], [ -106.984921, 37.000120999999744 ], [ -106.8767, 37.000128999999745 ], [ -106.869204, 36.992415999999736 ], [ -106.475641, 36.993747999999741 ], [ -106.006059, 36.995328999999728 ], [ -105.717834, 36.995821999999727 ], [ -105.718406858063815, 36.995845994054754 ], [ -105.718403, 36.995845999999723 ], [ -105.716471, 36.995848999999751 ], [ -105.66472, 36.995873999999745 ], [ -105.62747, 36.995678999999754 ], [ -105.533922, 36.995874999999742 ], [ -105.522248, 36.995821999999727 ], [ -105.512485, 36.995776999999734 ], [ -105.508836, 36.995894999999727 ], [ -105.465182, 36.995990999999734 ], [ -105.447255, 36.996016999999739 ], [ -105.443379000230138, 36.995998412010834 ], [ -105.442459, 36.995993999999762 ], [ -105.41931, 36.995855999999741 ], [ -105.251296, 36.995604999999721 ], [ -105.220613, 36.995168999999748 ], [ -105.136454, 36.995386999999738 ], [ -105.1208, 36.995427999999741 ], [ -105.029228, 36.992728999999734 ], [ -105.000554, 36.993263999999733 ], [ -104.73212, 36.993483999999739 ], [ -104.732031, 36.99344699999974 ], [ -104.645029, 36.993377999999723 ], [ -104.625545, 36.99359899999974 ], [ -104.624556, 36.994376999999723 ], [ -104.519257, 36.993765999999724 ], [ -104.503796, 36.993745999999746 ], [ -104.480717, 36.993716999999712 ], [ -104.480114, 36.99371599999975 ], [ -104.478057, 36.993712999999758 ], [ -104.413515, 36.993630999999745 ], [ -104.366438, 36.993569999999728 ], [ -104.354674, 36.993554999999731 ], [ -104.338833, 36.993534999999738 ], [ -104.297571, 36.994052999999752 ], [ -104.250536, 36.994643999999731 ], [ -104.007855, 36.996238999999747 ], [ -103.734364, 36.998040999999773 ], [ -103.733247, 36.998015999999723 ], [ -103.500547, 36.998908999999735 ], [ -103.262917, 36.999820999999741 ], [ -103.155922, 37.000231999999727 ], [ -103.113121, 37.000195999999747 ], [ -103.002199, 37.000103999999752 ], [ -103.002247, 36.911586999999727 ], [ -103.001964, 36.909572999999732 ], [ -103.002198, 36.719426999999733 ], [ -103.002518, 36.675185999999719 ], [ -103.002252, 36.617179999999728 ], [ -103.002188, 36.602715999999724 ], [ -103.002565, 36.526587999999734 ], [ -103.002546, 36.522676999999739 ], [ -103.002434, 36.500396999999722 ], [ -103.041924, 36.500438999999723 ], [ -103.041814, 36.3879039999997 ], [ -103.041745, 36.318266999999729 ], [ -103.041674, 36.317533999999704 ], [ -103.041585, 36.289932999999714 ], [ -103.040824, 36.055230999999715 ], [ -103.041025, 35.964442999999697 ], [ -103.041305, 35.837693999999694 ], [ -103.042186, 35.825216999999704 ], [ -103.041716, 35.814071999999697 ], [ -103.041917, 35.796440999999717 ], [ -103.041146, 35.791582999999726 ], [ -103.041272, 35.739273999999696 ], [ -103.041554, 35.622486999999694 ], [ -103.041755, 35.530387999999682 ], [ -103.042250140492868, 35.303195990271448 ], [ -103.329612, 35.283297999999654 ], [ -103.637147, 35.389721999999679 ], [ -103.637054, 35.337532999999667 ], [ -103.637055049373046, 35.312176999296589 ], [ -103.701028, 35.311265999999669 ], [ -103.699683, 35.363594999999677 ], [ -103.82282, 35.361840999999671 ], [ -103.824889, 35.281334999999686 ], [ -103.94546, 35.279617999999672 ], [ -103.946896, 35.223778999999695 ], [ -104.081399, 35.161590999999682 ], [ -104.085341, 35.15990699999967 ], [ -104.115571, 35.146341999999656 ], [ -104.124841, 35.142182999999676 ], [ -104.125163, 35.046641999999672 ], [ -104.124843, 35.03518999999968 ], [ -104.125528, 34.984132999999659 ], [ -104.125528, 34.954185999999659 ], [ -104.129726, 34.954207999999653 ], [ -104.129531, 34.924276999999655 ], [ -104.129389, 34.870908999999656 ], [ -104.129496214026346, 34.851481687678273 ], [ -104.129553, 34.841191999999666 ], [ -104.129139, 34.815981999999657 ], [ -104.129466, 34.808462999999648 ], [ -104.129365, 34.793965999999678 ], [ -104.12943, 34.779318999999674 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_PGE_CEN", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.1042761561000001, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22336.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -119.994875895900051, 38.757685452716359 ], [ -119.779093, 38.846876999999786 ], [ -119.587679, 38.714733999999794 ], [ -119.587066, 38.714344999999796 ], [ -119.585437, 38.713211999999793 ], [ -119.494183, 38.649851999999797 ], [ -119.494022, 38.649733999999796 ], [ -119.450623, 38.61996499999978 ], [ -119.375994, 38.56679299999977 ], [ -119.561766382238474, 38.439473385392702 ], [ -119.561778, 38.43945599999978 ], [ -119.561794020035421, 38.439441380925963 ], [ -119.56320340864383, 38.438155244186937 ], [ -119.563802, 38.437608999999782 ], [ -119.563879704001366, 38.437569534175729 ], [ -119.56764403667519, 38.435657631463108 ], [ -119.567663, 38.43564799999978 ], [ -119.56894, 38.433963999999776 ], [ -119.567566005489667, 38.428989930235602 ], [ -119.565798328189771, 38.42259066870718 ], [ -119.565794, 38.422574999999775 ], [ -119.565065445181261, 38.421802472050679 ], [ -119.565065, 38.421801999999801 ], [ -119.561858446659244, 38.420843432464316 ], [ -119.561857, 38.42084299999977 ], [ -119.561855006930699, 38.420838921253896 ], [ -119.561367806278483, 38.419841882343398 ], [ -119.561362, 38.419829999999777 ], [ -119.561995, 38.410733999999785 ], [ -119.563028, 38.408998999999781 ], [ -119.566001300335884, 38.406442935700397 ], [ -119.566786730788621, 38.405767722801222 ], [ -119.567546, 38.405114999999775 ], [ -119.567553796520187, 38.405111555100646 ], [ -119.572377734012704, 38.402980094184215 ], [ -119.572387, 38.402975999999789 ], [ -119.580788, 38.400485999999773 ], [ -119.582270820199923, 38.399568102060805 ], [ -119.582273710751707, 38.399566309706849 ], [ -119.582628, 38.399346999999779 ], [ -119.582628123371421, 38.399346720466397 ], [ -119.583689, 38.396942999999794 ], [ -119.586339, 38.396948999999786 ], [ -119.586341383946021, 38.396949757207018 ], [ -119.592385955256532, 38.398869680351439 ], [ -119.592409, 38.398876999999779 ], [ -119.595162, 38.4004079999998 ], [ -119.595162359081542, 38.400408424952687 ], [ -119.597119, 38.402723999999772 ], [ -119.597119249227646, 38.402724160143606 ], [ -119.601212, 38.405353999999789 ], [ -119.602664, 38.405018999999797 ], [ -119.60309, 38.403593999999778 ], [ -119.604156, 38.402383999999778 ], [ -119.604242502956708, 38.402343854721174 ], [ -119.607645966111207, 38.400764336728351 ], [ -119.611508, 38.398971999999787 ], [ -119.61581, 38.39891699999977 ], [ -119.618792, 38.396955999999768 ], [ -119.622093, 38.393874999999774 ], [ -119.621387592962364, 38.392712723119082 ], [ -119.620357763625918, 38.391015905870461 ], [ -119.620356, 38.391012999999795 ], [ -119.619280626072353, 38.38731132479316 ], [ -119.618756064669924, 38.385505668278846 ], [ -119.617457017372857, 38.381034059801017 ], [ -119.617457, 38.381033999999779 ], [ -119.614688710017617, 38.377004489093991 ], [ -119.614687, 38.37700199999977 ], [ -119.611372588723825, 38.373257882361386 ], [ -119.60970506048541, 38.37137416263873 ], [ -119.606940683427084, 38.368251389982959 ], [ -119.606585805912019, 38.367850503353978 ], [ -119.606565, 38.367826999999757 ], [ -119.60662, 38.367181999999779 ], [ -119.607395, 38.366457999999767 ], [ -119.614448, 38.36559299999977 ], [ -119.617029, 38.364624999999776 ], [ -119.620621984749633, 38.362514281574541 ], [ -119.620719830968255, 38.362456801281461 ], [ -119.624773358082777, 38.360075534740147 ], [ -119.625909990871293, 38.35940781362897 ], [ -119.626005, 38.359351999999781 ], [ -119.629761723837916, 38.356795162643657 ], [ -119.633033516767824, 38.354568370697905 ], [ -119.633037, 38.354565999999785 ], [ -119.630994321689769, 38.351611465292621 ], [ -119.630994, 38.351610999999771 ], [ -119.628295191949192, 38.349733133560584 ], [ -119.628295, 38.349732999999766 ], [ -119.627908, 38.348050999999785 ], [ -119.627913145497118, 38.348046239178061 ], [ -119.628624042238727, 38.347388488803439 ], [ -119.628954630002767, 38.34708261565347 ], [ -119.62955727416589, 38.346525024936213 ], [ -119.630094940793214, 38.346027554059134 ], [ -119.631991944092206, 38.344272369997142 ], [ -119.632068, 38.344201999999775 ], [ -119.632068070547703, 38.344201384425908 ], [ -119.632270211924236, 38.342437571337861 ], [ -119.632377901117977, 38.341497914090702 ], [ -119.632457427976291, 38.340803991273368 ], [ -119.632457949342253, 38.340799442021243 ], [ -119.632458, 38.340798999999777 ], [ -119.632455768215522, 38.340795277453012 ], [ -119.63169, 38.339517999999764 ], [ -119.631690172675249, 38.339512939450337 ], [ -119.63171142873631, 38.338889993415123 ], [ -119.631780369396893, 38.33686956681575 ], [ -119.631852789767024, 38.334747161244309 ], [ -119.631853, 38.334740999999788 ], [ -119.634872866408756, 38.329294083787879 ], [ -119.635047, 38.32897999999976 ], [ -119.637211317790218, 38.327912283170001 ], [ -119.63722, 38.327907999999788 ], [ -119.638685626359717, 38.327148975366143 ], [ -119.638734472034173, 38.327123678966458 ], [ -119.639205, 38.32687999999979 ], [ -119.639205583937212, 38.326879376093572 ], [ -119.641001259934768, 38.324960790720539 ], [ -119.641002, 38.32495999999977 ], [ -119.641118524978495, 38.324905602158054 ], [ -119.642989524209881, 38.3240321557832 ], [ -119.642992, 38.324030999999785 ], [ -119.642993569314115, 38.32402851998075 ], [ -119.644269567332046, 38.322012034325844 ], [ -119.645177, 38.32057799999977 ], [ -119.645177145948935, 38.320573386971276 ], [ -119.645260828138802, 38.317928432041221 ], [ -119.645261, 38.317922999999773 ], [ -119.644652529216756, 38.31683492246858 ], [ -119.642749494730253, 38.31343188468464 ], [ -119.642749, 38.313430999999774 ], [ -119.642751173034824, 38.313412253338207 ], [ -119.643982563346384, 38.302789111342797 ], [ -119.644038621181508, 38.302305503231636 ], [ -119.644350324162758, 38.299616457363115 ], [ -119.644352, 38.299601999999773 ], [ -119.64385189280037, 38.298064317137346 ], [ -119.643562925944508, 38.29717582886439 ], [ -119.642478, 38.293839999999776 ], [ -119.643617, 38.291660999999785 ], [ -119.644575, 38.290853999999783 ], [ -119.644578455602314, 38.29085262742155 ], [ -119.645049306809355, 38.290665603552263 ], [ -119.645554828837547, 38.290464808302445 ], [ -119.645864752525242, 38.290341705448739 ], [ -119.648938, 38.289120999999781 ], [ -119.648946425723921, 38.289112285880783 ], [ -119.649239261148836, 38.288809427306361 ], [ -119.650147380828102, 38.287870224573162 ], [ -119.65130171485589, 38.286676380084636 ], [ -119.651508604603009, 38.286462408930397 ], [ -119.651509, 38.28646199999978 ], [ -119.651505294373038, 38.286458368007963 ], [ -119.650538313056273, 38.285510601750971 ], [ -119.648790549406812, 38.283797568227477 ], [ -119.648750816358756, 38.283758624721948 ], [ -119.644213748064473, 38.279311713328156 ], [ -119.644212, 38.279309999999782 ], [ -119.64418841252153, 38.279295370653934 ], [ -119.642832263406149, 38.278454264451675 ], [ -119.642827, 38.27845099999977 ], [ -119.640321036731351, 38.278019866534201 ], [ -119.640316, 38.278018999999773 ], [ -119.637765597310391, 38.27838562663004 ], [ -119.637763, 38.27838599999977 ], [ -119.633104732733671, 38.273780413617516 ], [ -119.631933965684766, 38.272622886908792 ], [ -119.631927, 38.272615999999793 ], [ -119.630194112451704, 38.268703253908299 ], [ -119.630194, 38.268702999999782 ], [ -119.623483975797882, 38.266171983861746 ], [ -119.616261989373811, 38.263447855954389 ], [ -119.616212, 38.263428999999782 ], [ -119.615987101820551, 38.263278644624393 ], [ -119.614585310800976, 38.262341479123776 ], [ -119.613201, 38.261415999999777 ], [ -119.613197292930167, 38.261383577180467 ], [ -119.613047393255542, 38.260072522829404 ], [ -119.612937, 38.25910699999978 ], [ -119.614899522504018, 38.258403832362177 ], [ -119.616462, 38.257843999999771 ], [ -119.616480923427503, 38.257830095998258 ], [ -119.620373739001707, 38.254969847045594 ], [ -119.620413, 38.254940999999768 ], [ -119.621903, 38.252789999999756 ], [ -119.621697, 38.251940999999768 ], [ -119.620722812900937, 38.250781845484376 ], [ -119.616763752080914, 38.246071083834039 ], [ -119.614018, 38.242803999999765 ], [ -119.608411821819033, 38.240451111185862 ], [ -119.604555699984047, 38.238832713475752 ], [ -119.604554, 38.238831999999775 ], [ -119.604183, 38.234960999999771 ], [ -119.604937, 38.234155999999764 ], [ -119.607349348652036, 38.233163268503802 ], [ -119.609214708665448, 38.232395634175703 ], [ -119.609277, 38.232369999999761 ], [ -119.618318694341397, 38.22998047783971 ], [ -119.622479, 38.228880999999781 ], [ -119.622479410710667, 38.228880502265127 ], [ -119.624027, 38.227004999999764 ], [ -119.624024968872618, 38.226979333229508 ], [ -119.623827856368479, 38.224488479424672 ], [ -119.623504, 38.220395999999795 ], [ -119.625428, 38.215069999999763 ], [ -119.625432207008146, 38.215066348082978 ], [ -119.625990430366414, 38.214581779195576 ], [ -119.626004, 38.214569999999775 ], [ -119.625971, 38.211041999999765 ], [ -119.625969568119046, 38.211038473860896 ], [ -119.625025166997446, 38.208712799022983 ], [ -119.625022, 38.208704999999789 ], [ -119.625022878381088, 38.208699351172818 ], [ -119.625440933190205, 38.206010860602831 ], [ -119.625442, 38.206003999999808 ], [ -119.626019653486296, 38.205155888137753 ], [ -119.626339658074713, 38.204686056839613 ], [ -119.626354, 38.204664999999771 ], [ -119.626382359450702, 38.204660503913665 ], [ -119.62774857796316, 38.204443904652457 ], [ -119.630927, 38.203939999999768 ], [ -119.632670654827947, 38.198859005827927 ], [ -119.632671, 38.198857999999767 ], [ -119.628678233889872, 38.195518748934091 ], [ -119.627942662288675, 38.194903571839916 ], [ -119.627936, 38.194897999999782 ], [ -119.619496683293249, 38.191066849835622 ], [ -119.619486165634072, 38.191062075191766 ], [ -119.619486, 38.191061999999754 ], [ -119.619483565903764, 38.191061232417987 ], [ -119.617735645286359, 38.190510033167655 ], [ -119.617707, 38.190500999999777 ], [ -119.611586366210929, 38.190757816797124 ], [ -119.611582, 38.190757999999775 ], [ -119.609932, 38.190429999999772 ], [ -119.60564925912054, 38.188411064976073 ], [ -119.605647, 38.188409999999756 ], [ -119.598421, 38.181696999999765 ], [ -119.598420940786326, 38.181697032276269 ], [ -119.593902281098536, 38.184160087232002 ], [ -119.592266, 38.185051999999779 ], [ -119.591273238508577, 38.185014934583876 ], [ -119.586592428043446, 38.184840173386839 ], [ -119.586561, 38.184838999999783 ], [ -119.585627, 38.184374999999768 ], [ -119.582598066975081, 38.181135006510942 ], [ -119.582288699560721, 38.180804081924649 ], [ -119.581035168792511, 38.179463203307087 ], [ -119.578598786425118, 38.176857050268488 ], [ -119.578595289564873, 38.176853309741958 ], [ -119.578595, 38.176852999999767 ], [ -119.578374, 38.175651999999772 ], [ -119.578375758678376, 38.175647194896676 ], [ -119.579031544492409, 38.173855441220184 ], [ -119.579035, 38.173845999999749 ], [ -119.579039296161625, 38.173843505514235 ], [ -119.581326715681996, 38.17251535833919 ], [ -119.581348, 38.172502999999757 ], [ -119.580092500649258, 38.169312772875266 ], [ -119.579190972850597, 38.167021988387795 ], [ -119.577897, 38.163733999999764 ], [ -119.577786323290695, 38.163254242929476 ], [ -119.577022158108349, 38.159941769587114 ], [ -119.57649611393829, 38.157661493894942 ], [ -119.576496, 38.157660999999763 ], [ -119.566650221747608, 38.157205010269607 ], [ -119.56665, 38.157204999999763 ], [ -119.566015, 38.156962999999777 ], [ -119.566007971991866, 38.156951380145934 ], [ -119.564678750151799, 38.154753692953143 ], [ -119.564261174273625, 38.154063288137465 ], [ -119.564261, 38.15406299999978 ], [ -119.563838, 38.153997999999774 ], [ -119.552222, 38.15376899999977 ], [ -119.552177512365091, 38.153778714108235 ], [ -119.549965737269019, 38.15426166680389 ], [ -119.548343, 38.15461599999977 ], [ -119.546947, 38.154419999999796 ], [ -119.545502507576259, 38.153057422084188 ], [ -119.545501, 38.153055999999765 ], [ -119.545573, 38.151485999999764 ], [ -119.547952, 38.14811499999977 ], [ -119.54759, 38.144634999999752 ], [ -119.546819766486209, 38.14326935899669 ], [ -119.546819, 38.143267999999765 ], [ -119.546811849950473, 38.14326813548152 ], [ -119.544715388958792, 38.143307859991076 ], [ -119.544708, 38.14330799999977 ], [ -119.544697829543708, 38.143312852523238 ], [ -119.544060664862457, 38.143616856246652 ], [ -119.541889, 38.144652999999771 ], [ -119.541881588999061, 38.144652884623881 ], [ -119.539827580970851, 38.144620907431687 ], [ -119.539311437768916, 38.144612872015003 ], [ -119.533563275834069, 38.144523383523982 ], [ -119.531162, 38.144485999999766 ], [ -119.531156340845214, 38.14448304645753 ], [ -119.526713165482406, 38.142164130176283 ], [ -119.526711088901635, 38.142163046397989 ], [ -119.526711, 38.142162999999748 ], [ -119.525519, 38.140796999999772 ], [ -119.525515130862971, 38.140796251473432 ], [ -119.522785877413952, 38.140268247921227 ], [ -119.518865225175091, 38.139509755407559 ], [ -119.516685943919896, 38.139088149915253 ], [ -119.51668, 38.139086999999762 ], [ -119.516673159004398, 38.139076717740139 ], [ -119.51604164548867, 38.138127530469774 ], [ -119.515527218558262, 38.137354328500606 ], [ -119.515527, 38.13735399999976 ], [ -119.515524071309414, 38.137353921897038 ], [ -119.513222157621641, 38.137292534135746 ], [ -119.508778355175721, 38.137174026180745 ], [ -119.506491135416354, 38.13711303027921 ], [ -119.50649, 38.137112999999772 ], [ -119.506488844251123, 38.137116367335558 ], [ -119.506035944498805, 38.138435914819027 ], [ -119.505486791420353, 38.14003590148053 ], [ -119.505129803487876, 38.141076004782725 ], [ -119.505125, 38.141089999999764 ], [ -119.505127970509207, 38.141121851663975 ], [ -119.505239443956881, 38.14231713994608 ], [ -119.50581, 38.148434999999765 ], [ -119.506499, 38.150235999999765 ], [ -119.506498408801193, 38.150238502659334 ], [ -119.506355332719693, 38.15084417154457 ], [ -119.505685588608998, 38.153679328648451 ], [ -119.5048184666352, 38.157350024642284 ], [ -119.504818, 38.157351999999769 ], [ -119.504485, 38.158120999999774 ], [ -119.501832, 38.159263999999794 ], [ -119.5011543620205, 38.158806293751489 ], [ -119.500086336254839, 38.158084902564582 ], [ -119.500085108870024, 38.158084073535342 ], [ -119.500085, 38.158083999999782 ], [ -119.497650810027906, 38.156944369700561 ], [ -119.495890481518686, 38.156120225435458 ], [ -119.49589, 38.156119999999767 ], [ -119.495799, 38.154983999999786 ], [ -119.497273, 38.150866999999764 ], [ -119.496967005862899, 38.149297030080575 ], [ -119.496967, 38.14929699999977 ], [ -119.496966657184785, 38.14929670697223 ], [ -119.496268884513071, 38.148700273113747 ], [ -119.493538, 38.146365999999766 ], [ -119.489518221251771, 38.144409081355072 ], [ -119.489516, 38.144407999999785 ], [ -119.489514733069313, 38.144401562077711 ], [ -119.488861021409932, 38.141079719132598 ], [ -119.48851, 38.139295999999774 ], [ -119.488511415987304, 38.139277961552878 ], [ -119.48858828286086, 38.138298744424517 ], [ -119.488747186413818, 38.136274451336824 ], [ -119.48899202705698, 38.133155394447485 ], [ -119.488993, 38.133142999999762 ], [ -119.488519711842983, 38.132176453721314 ], [ -119.488519, 38.132174999999762 ], [ -119.486738030102188, 38.131966440044572 ], [ -119.479083, 38.13106999999976 ], [ -119.477042, 38.129641999999777 ], [ -119.482314, 38.001800999999766 ], [ -119.462778, 38.002434999999764 ], [ -119.469818741434338, 37.863751040091628 ], [ -119.469839, 37.863351999999765 ], [ -119.468843787801205, 37.864068355011824 ], [ -119.464037514552075, 37.867527916636583 ], [ -119.462794, 37.868422999999751 ], [ -119.454194, 37.870722999999757 ], [ -119.451494, 37.871022999999788 ], [ -119.451072434416943, 37.87092316865526 ], [ -119.446040278680599, 37.869731499095273 ], [ -119.443893, 37.869222999999785 ], [ -119.442004960855115, 37.867533701817507 ], [ -119.441993, 37.867522999999757 ], [ -119.442093, 37.863922999999758 ], [ -119.443207344535068, 37.86132379137171 ], [ -119.443293, 37.861123999999755 ], [ -119.442693, 37.859823999999762 ], [ -119.439293, 37.860223999999761 ], [ -119.434193, 37.865123999999774 ], [ -119.431850134759202, 37.865630497011693 ], [ -119.430341353483541, 37.865956675911988 ], [ -119.426792, 37.866723999999763 ], [ -119.424892414168497, 37.865524261579864 ], [ -119.424892, 37.865523999999773 ], [ -119.423342203965873, 37.861355583080403 ], [ -119.421992, 37.857723999999763 ], [ -119.418951154948488, 37.856273750821359 ], [ -119.415507304176359, 37.854631298914647 ], [ -119.415492, 37.854623999999774 ], [ -119.407292192253166, 37.85492395638606 ], [ -119.407291, 37.854923999999748 ], [ -119.405091, 37.848224999999758 ], [ -119.405090265801519, 37.848204859892284 ], [ -119.404787005325957, 37.839885993978221 ], [ -119.40469, 37.837224999999755 ], [ -119.404467949890517, 37.837002949890291 ], [ -119.40269, 37.835224999999753 ], [ -119.40059, 37.83472499999975 ], [ -119.400554326244631, 37.834739269501895 ], [ -119.392623478255032, 37.837911608697745 ], [ -119.39259, 37.837924999999764 ], [ -119.38729, 37.837624999999761 ], [ -119.383722, 37.836472999999756 ], [ -119.382601, 37.837063999999764 ], [ -119.382560806758946, 37.837118400690038 ], [ -119.381271519556094, 37.838863423285055 ], [ -119.379755, 37.840915999999758 ], [ -119.379040551390801, 37.840785089057007 ], [ -119.376079413966025, 37.840242509385135 ], [ -119.3739102326048, 37.839845042620759 ], [ -119.37391, 37.839844999999755 ], [ -119.37391, 37.839844651670816 ], [ -119.37391, 37.837387936902481 ], [ -119.37391, 37.835221229629113 ], [ -119.37391, 37.835220999999756 ], [ -119.373909691641728, 37.835220448821154 ], [ -119.373752644185402, 37.834939732496316 ], [ -119.372602, 37.832882999999768 ], [ -119.364191013121427, 37.830168215802722 ], [ -119.352287, 37.82632599999976 ], [ -119.35228633913124, 37.826325412560855 ], [ -119.3513960181252, 37.82553401611105 ], [ -119.351387, 37.825525999999797 ], [ -119.351187, 37.823825999999762 ], [ -119.351193727679473, 37.823799509761834 ], [ -119.352778545724703, 37.817559288708765 ], [ -119.352787, 37.817525999999773 ], [ -119.355387, 37.813825999999743 ], [ -119.355586875608267, 37.812426870742037 ], [ -119.355587, 37.812425999999746 ], [ -119.354987, 37.811825999999762 ], [ -119.35484366254579, 37.811802110424068 ], [ -119.349097109852494, 37.810844351641848 ], [ -119.348987, 37.810825999999771 ], [ -119.347946855546823, 37.809903977968936 ], [ -119.343686, 37.806126999999762 ], [ -119.342259865396287, 37.805928004473664 ], [ -119.339386, 37.805526999999778 ], [ -119.33608626745351, 37.803127194511383 ], [ -119.336086, 37.803126999999769 ], [ -119.33577543754231, 37.802712916722861 ], [ -119.333986, 37.800326999999761 ], [ -119.331885, 37.79922699999976 ], [ -119.331867742103739, 37.799227704403698 ], [ -119.327006145090493, 37.799426136934841 ], [ -119.32698518958594, 37.79942699226158 ], [ -119.326985, 37.799426999999767 ], [ -119.324685, 37.797726999999753 ], [ -119.323586185055348, 37.795529370110444 ], [ -119.323585, 37.795526999999758 ], [ -119.321785, 37.794026999999758 ], [ -119.318185, 37.793627999999764 ], [ -119.318174140393864, 37.793628920149409 ], [ -119.315101333410567, 37.793889283391508 ], [ -119.312284522830097, 37.794127955699643 ], [ -119.312284, 37.794127999999759 ], [ -119.311184, 37.793527999999768 ], [ -119.310484, 37.792527999999763 ], [ -119.309284045683, 37.784328312166913 ], [ -119.309284, 37.784327999999768 ], [ -119.310793741268711, 37.779798776193651 ], [ -119.311184, 37.778627999999749 ], [ -119.310503759099717, 37.778428495816129 ], [ -119.308995, 37.777985999999764 ], [ -119.308289681341506, 37.77574918886085 ], [ -119.308283, 37.775727999999759 ], [ -119.30827953644868, 37.775726163975882 ], [ -119.303450450280295, 37.773166271911997 ], [ -119.299578602918757, 37.771113810848384 ], [ -119.293383516476922, 37.767829803882115 ], [ -119.293382, 37.767828999999743 ], [ -119.294082, 37.759728999999773 ], [ -119.292782855186061, 37.758030118319986 ], [ -119.292782, 37.758028999999752 ], [ -119.289882, 37.756328999999774 ], [ -119.289339726675564, 37.755447805847602 ], [ -119.289082, 37.755028999999759 ], [ -119.289582, 37.749928999999753 ], [ -119.29038154968579, 37.749492881989333 ], [ -119.290654550303287, 37.749343972561611 ], [ -119.290681164280102, 37.74932945584699 ], [ -119.290682, 37.749328999999754 ], [ -119.290679381397766, 37.74932410761771 ], [ -119.290223263927359, 37.74847193508181 ], [ -119.288383776574946, 37.745035187525048 ], [ -119.288381, 37.745029999999765 ], [ -119.287356619782258, 37.744727166094854 ], [ -119.27688, 37.741629999999752 ], [ -119.276840062878918, 37.741611206060426 ], [ -119.271810647680894, 37.739244422437828 ], [ -119.27178, 37.739229999999758 ], [ -119.268979, 37.739229999999758 ], [ -119.268977635454576, 37.739228245862691 ], [ -119.267580269376808, 37.737431917510904 ], [ -119.264079, 37.732930999999752 ], [ -119.261179, 37.73273099999976 ], [ -119.260478362006296, 37.731431671338136 ], [ -119.260478, 37.731430999999773 ], [ -119.260477707003702, 37.731428178087469 ], [ -119.260036468402546, 37.727178511288606 ], [ -119.260036, 37.727173999999756 ], [ -119.258444083660535, 37.725298076343009 ], [ -119.257878, 37.724630999999768 ], [ -119.255178, 37.725330999999741 ], [ -119.255165552456802, 37.725358384594813 ], [ -119.254542932910311, 37.726728147597051 ], [ -119.253678, 37.728630999999751 ], [ -119.252978, 37.729430999999757 ], [ -119.252676353449402, 37.729540950167461 ], [ -119.250986334389793, 37.730156962114677 ], [ -119.250978, 37.730159999999749 ], [ -119.250977744695618, 37.730159948089266 ], [ -119.243057246696381, 37.728549490094451 ], [ -119.243045, 37.728546999999764 ], [ -119.242928526713982, 37.72847576506939 ], [ -119.240758679151753, 37.727148688747199 ], [ -119.238507005664957, 37.725771567781798 ], [ -119.23063, 37.720953999999786 ], [ -119.230629571561323, 37.720951617397212 ], [ -119.230267716734971, 37.718939296199871 ], [ -119.229992, 37.717405999999762 ], [ -119.229921531308506, 37.717384729329616 ], [ -119.229013821746506, 37.717110741119079 ], [ -119.226025655460532, 37.716208776032779 ], [ -119.22219, 37.715050999999775 ], [ -119.217424963587973, 37.714296013865152 ], [ -119.217049283265823, 37.714236489989631 ], [ -119.216333, 37.714122999999766 ], [ -119.214418584820137, 37.716626792951907 ], [ -119.214102402823769, 37.717040315714605 ], [ -119.21245462553361, 37.719195382812529 ], [ -119.210929376994827, 37.721190199079011 ], [ -119.210928, 37.72119199999976 ], [ -119.208551777862766, 37.723245937616618 ], [ -119.206660774804206, 37.724880465910374 ], [ -119.206659, 37.724881999999759 ], [ -119.20543513889902, 37.726582329890334 ], [ -119.20455456152439, 37.72780573018462 ], [ -119.204214632125911, 37.728277999559339 ], [ -119.2036760500919, 37.72902626023226 ], [ -119.202775049991118, 37.730278034148114 ], [ -119.202091079422132, 37.731228285448523 ], [ -119.201717, 37.731747999999769 ], [ -119.20054, 37.734915999999757 ], [ -119.198491, 37.736656999999759 ], [ -119.198437152572168, 37.736667991199909 ], [ -119.193423862171059, 37.737691291299342 ], [ -119.192225, 37.737935999999763 ], [ -119.190178629152214, 37.737193675064006 ], [ -119.189185429742807, 37.736833390080186 ], [ -119.187908, 37.736369999999759 ], [ -119.18656993072797, 37.736550388603838 ], [ -119.185708641902821, 37.736666501193895 ], [ -119.182545, 37.73709299999976 ], [ -119.182544479404271, 37.737092807556415 ], [ -119.181708460594933, 37.736783764975456 ], [ -119.179010730539972, 37.735786522509521 ], [ -119.17634338746889, 37.734800512891276 ], [ -119.176342, 37.734799999999758 ], [ -119.176334525912623, 37.734801965187593 ], [ -119.172849903705668, 37.735718189048171 ], [ -119.172824, 37.735724999999768 ], [ -119.171464, 37.737811999999749 ], [ -119.169071, 37.738358999999768 ], [ -119.166821, 37.738050999999764 ], [ -119.165459631949517, 37.737095166932995 ], [ -119.164078900419639, 37.73612573853184 ], [ -119.164075, 37.736122999999743 ], [ -119.155237, 37.734640999999762 ], [ -119.149593, 37.73289499999975 ], [ -119.148485116232152, 37.732929310880529 ], [ -119.14754688423892, 37.732958367688646 ], [ -119.142831811328094, 37.733104392307062 ], [ -119.141241137783226, 37.733153655065422 ], [ -119.14123, 37.73315399999975 ], [ -119.133252913242387, 37.734068196997107 ], [ -119.128649088607148, 37.734595808490603 ], [ -119.127897, 37.734681999999765 ], [ -119.126889783581731, 37.734474656703604 ], [ -119.124313528054216, 37.733944314561533 ], [ -119.124312, 37.733943999999745 ], [ -119.124253721892032, 37.733910040863066 ], [ -119.118034755445052, 37.73028619755231 ], [ -119.11795851124262, 37.730241769423415 ], [ -119.115062119314061, 37.728554017832373 ], [ -119.114471633589915, 37.728209936905152 ], [ -119.114446, 37.728194999999744 ], [ -119.109694, 37.724734999999761 ], [ -119.109689345821565, 37.724725545629447 ], [ -119.107693081333281, 37.720670388747315 ], [ -119.107399, 37.720072999999736 ], [ -119.105361111061299, 37.718401300098151 ], [ -119.104617903414677, 37.717791639715728 ], [ -119.103781781540377, 37.717105760898441 ], [ -119.101974472564137, 37.715623207958281 ], [ -119.101973, 37.715621999999769 ], [ -119.101589, 37.71364799999975 ], [ -119.100428161634554, 37.712517444374271 ], [ -119.099979, 37.712079999999737 ], [ -119.096876653061742, 37.707677725999332 ], [ -119.096855, 37.707646999999767 ], [ -119.09682709680186, 37.707616919319534 ], [ -119.093128748841821, 37.703629963352988 ], [ -119.093126, 37.70362699999977 ], [ -119.093120351899557, 37.703624633057437 ], [ -119.092557681722155, 37.703388835577336 ], [ -119.090873868023507, 37.702683201898736 ], [ -119.090871, 37.702681999999761 ], [ -119.085512255055761, 37.699152529414754 ], [ -119.085063095413062, 37.698856696012832 ], [ -119.084464836776107, 37.698462660416205 ], [ -119.078678227034899, 37.694651382014065 ], [ -119.073476407659939, 37.691225268499899 ], [ -119.073476, 37.691224999999754 ], [ -119.072351362177884, 37.689964576412933 ], [ -119.071701850662151, 37.689236644612812 ], [ -119.071306, 37.688792999999755 ], [ -119.071303959858568, 37.688791326273304 ], [ -119.070572903388708, 37.688191569546653 ], [ -119.067956464574394, 37.686045050305758 ], [ -119.067444071505506, 37.685624684434686 ], [ -119.067439098805536, 37.685620604845241 ], [ -119.065316360459846, 37.683879116117275 ], [ -119.065315, 37.68387799999978 ], [ -119.064767662549968, 37.682488555245563 ], [ -119.064330026685511, 37.681377593706067 ], [ -119.062773, 37.677424999999744 ], [ -119.062772907444966, 37.677423235599427 ], [ -119.062457736535521, 37.671415052810438 ], [ -119.062441, 37.67109599999975 ], [ -119.060619, 37.669043999999758 ], [ -119.060611257489072, 37.669012453805934 ], [ -119.059638911438014, 37.665050713575432 ], [ -119.059638, 37.66504699999976 ], [ -119.060311, 37.663810999999747 ], [ -119.060103979922616, 37.662185167162747 ], [ -119.059998556660162, 37.661357225235214 ], [ -119.059997, 37.661344999999763 ], [ -119.060333851942218, 37.660225991841521 ], [ -119.060670249305261, 37.659108493776529 ], [ -119.060671, 37.659105999999753 ], [ -119.060989, 37.658850999999757 ], [ -119.057912, 37.653878999999776 ], [ -119.055561602502905, 37.652110130618389 ], [ -119.054584358402764, 37.651374673246202 ], [ -119.054331, 37.651183999999773 ], [ -119.054325316946063, 37.651126184825749 ], [ -119.053801824054602, 37.645800556577818 ], [ -119.0538, 37.645781999999755 ], [ -119.049637279165381, 37.641904123207851 ], [ -119.049635, 37.641901999999753 ], [ -119.049156480174332, 37.641475567672217 ], [ -119.043599310298845, 37.636523302880775 ], [ -119.043540129101316, 37.636470563632663 ], [ -119.043489, 37.636424999999754 ], [ -119.041814493766225, 37.63475049325406 ], [ -119.041814492626344, 37.63475049262609 ], [ -119.041813, 37.634748999999751 ], [ -119.038263695424661, 37.632767504793406 ], [ -119.038261241897331, 37.632766135045458 ], [ -119.038261, 37.632765999999762 ], [ -119.03826046057759, 37.632765910225544 ], [ -119.036878075137778, 37.632535844637225 ], [ -119.036873, 37.632534999999756 ], [ -119.034365280943916, 37.631293759961139 ], [ -119.033002552140417, 37.630619253162415 ], [ -119.032998, 37.630616999999766 ], [ -119.032341628818202, 37.629391174367974 ], [ -119.032341, 37.629389999999766 ], [ -119.032352538852763, 37.629366701001111 ], [ -119.032706, 37.628652999999751 ], [ -119.03116643383899, 37.626373642306845 ], [ -119.031166, 37.626372999999759 ], [ -119.031165893966715, 37.626370916959161 ], [ -119.03088758598247, 37.620903511719661 ], [ -119.030887, 37.620891999999749 ], [ -119.031471554606441, 37.617069370432652 ], [ -119.031962595304492, 37.613858264625755 ], [ -119.031966, 37.61383599999975 ], [ -119.031981052718805, 37.613788949314035 ], [ -119.033331833650493, 37.609566777230363 ], [ -119.033342, 37.609534999999752 ], [ -119.033956928030406, 37.602883778441601 ], [ -119.033957, 37.60288299999975 ], [ -119.033953280224708, 37.60287794195844 ], [ -119.031864, 37.600036999999752 ], [ -119.028995405045691, 37.597168405045444 ], [ -119.026565167409103, 37.594738167408885 ], [ -119.026564, 37.594736999999739 ], [ -119.026508386032404, 37.594554268391967 ], [ -119.02613624516971, 37.59333151984314 ], [ -119.025164, 37.59013699999975 ], [ -119.023897132763153, 37.588146919370686 ], [ -119.022368871021285, 37.58574622259659 ], [ -119.022363, 37.585736999999774 ], [ -119.031925843158845, 37.578129217539392 ], [ -119.039665885919504, 37.571971575865355 ], [ -119.129527359283813, 37.500481692619523 ], [ -119.130207, 37.499940999999737 ], [ -119.131215420319165, 37.499124515807253 ], [ -119.168053037950486, 37.469298329332474 ], [ -119.168443694384877, 37.468982027888224 ], [ -119.180918, 37.458881999999747 ], [ -119.191673197698634, 37.450343867812741 ], [ -119.269103229141734, 37.388875184276635 ], [ -119.278024973358768, 37.38179255933585 ], [ -119.281126690676416, 37.379330226870479 ], [ -119.286701, 37.374904999999742 ], [ -119.300911, 37.362720999999745 ], [ -119.306181, 37.35680899999975 ], [ -119.306209729290401, 37.356790981456498 ], [ -119.309667768143711, 37.354622155782906 ], [ -119.31139, 37.353541999999749 ], [ -119.313846534971375, 37.350446179726227 ], [ -119.314491, 37.34963399999976 ], [ -119.314532300854353, 37.349540656622388 ], [ -119.31521, 37.348008999999756 ], [ -119.315015, 37.346036999999747 ], [ -119.31277938648617, 37.344044499808192 ], [ -119.311542941363953, 37.342942512757396 ], [ -119.311539, 37.342938999999753 ], [ -119.311431, 37.340749999999751 ], [ -119.312226, 37.339705999999737 ], [ -119.312228486292398, 37.339704964089499 ], [ -119.316825204737157, 37.337789747776718 ], [ -119.316839, 37.337783999999751 ], [ -119.316851036497297, 37.337782849428855 ], [ -119.319298311086271, 37.337548914017916 ], [ -119.324413, 37.337059999999738 ], [ -119.325774, 37.335416999999737 ], [ -119.325808, 37.333961999999751 ], [ -119.324545, 37.332509999999751 ], [ -119.319643163689435, 37.329858216668548 ], [ -119.316810962365736, 37.328326059373858 ], [ -119.316443, 37.328126999999768 ], [ -119.31618184391283, 37.327427173895131 ], [ -119.315871239900659, 37.326594841023812 ], [ -119.315575, 37.325800999999743 ], [ -119.315650310214977, 37.325578492546448 ], [ -119.316222604928356, 37.323887621802356 ], [ -119.31633209127169, 37.32356413942432 ], [ -119.316411, 37.323330999999733 ], [ -119.318681633960892, 37.321101424600819 ], [ -119.318789, 37.320995999999752 ], [ -119.318875143859728, 37.320999873298611 ], [ -119.322859, 37.321178999999745 ], [ -119.323425431817071, 37.320966151904202 ], [ -119.323833, 37.320812999999745 ], [ -119.327049329650038, 37.318563167420955 ], [ -119.331443407445704, 37.315489496356662 ], [ -119.331883, 37.315181999999758 ], [ -119.334804, 37.312205999999755 ], [ -119.333598, 37.304151999999746 ], [ -119.330475, 37.302046999999746 ], [ -119.326605, 37.292710999999741 ], [ -119.327607, 37.288247999999761 ], [ -119.329238, 37.284449999999737 ], [ -119.330498, 37.282710999999743 ], [ -119.331094979649478, 37.279157722648797 ], [ -119.331517602773431, 37.276642231248694 ], [ -119.331813, 37.274883999999744 ], [ -119.331613, 37.273876999999743 ], [ -119.33104, 37.273098999999746 ], [ -119.330788727537239, 37.272956969741031 ], [ -119.328258426540486, 37.271526732216202 ], [ -119.326143, 37.27033099999975 ], [ -119.324252, 37.265113999999734 ], [ -119.324223, 37.258819999999751 ], [ -119.323507, 37.256462999999741 ], [ -119.321874, 37.253854999999746 ], [ -119.322038139268884, 37.248617273842598 ], [ -119.3220940631236, 37.246832729299044 ], [ -119.322108, 37.246387999999747 ], [ -119.322900404715625, 37.245428237453588 ], [ -119.324046927874946, 37.244039565775061 ], [ -119.324054, 37.244030999999751 ], [ -119.328461, 37.242244999999755 ], [ -119.331179, 37.239429999999743 ], [ -119.316485844378462, 37.222547846406684 ], [ -119.297490406345744, 37.213050127390325 ], [ -119.243669998586356, 37.214949671193587 ], [ -119.156290983635827, 37.206085133444994 ], [ -119.072215, 37.195448999999755 ], [ -118.962404, 37.191921999999735 ], [ -118.962066, 37.197852999999753 ], [ -118.757347, 37.191009999999757 ], [ -118.756548, 37.204353999999711 ], [ -118.677217, 37.200019999999746 ], [ -118.6774, 37.200209999999721 ], [ -118.674641, 37.197347999999756 ], [ -118.673732, 37.194838999999753 ], [ -118.671181300599059, 37.192211113807055 ], [ -118.669405188697638, 37.190381254929605 ], [ -118.669404406305659, 37.190380448861674 ], [ -118.669403, 37.190378999999716 ], [ -118.666756310139064, 37.190031172178138 ], [ -118.666755, 37.190030999999749 ], [ -118.666455, 37.18949699999974 ], [ -118.66424, 37.178144999999738 ], [ -118.666912, 37.172789999999736 ], [ -118.672282, 37.168486999999743 ], [ -118.672648, 37.167342999999747 ], [ -118.672646217332371, 37.167341018869116 ], [ -118.669142721138442, 37.163447481175183 ], [ -118.669082, 37.163379999999719 ], [ -118.669081307446206, 37.163378734134575 ], [ -118.667328, 37.160173999999756 ], [ -118.667327999387496, 37.160173975959538 ], [ -118.667284262539283, 37.158457382215758 ], [ -118.667218291701047, 37.155868143784311 ], [ -118.667187, 37.154639999999738 ], [ -118.667176403770469, 37.154629563124637 ], [ -118.660875171777576, 37.148423094000094 ], [ -118.66087014951016, 37.148418147261452 ], [ -118.66087, 37.148417999999744 ], [ -118.65670427199899, 37.14721007887033 ], [ -118.656704, 37.147209999999738 ], [ -118.656700327123133, 37.147205518129695 ], [ -118.65518028550872, 37.145350669963641 ], [ -118.655174, 37.145342999999748 ], [ -118.655170190289383, 37.145319938464105 ], [ -118.654595031737173, 37.14183829882866 ], [ -118.654593147616737, 37.14182689357645 ], [ -118.654593, 37.141825999999746 ], [ -118.651052, 37.140176999999724 ], [ -118.64129, 37.137233999999737 ], [ -118.64060145973697, 37.137239468550575 ], [ -118.639905, 37.137244999999758 ], [ -118.636798303971133, 37.138766100291072 ], [ -118.636774, 37.138777999999718 ], [ -118.634593, 37.138861999999754 ], [ -118.633334, 37.138871999999751 ], [ -118.633332219171706, 37.138871328181935 ], [ -118.629502401601272, 37.137426528754091 ], [ -118.629501, 37.137425999999749 ], [ -118.62854, 37.137767999999731 ], [ -118.626545, 37.139727999999749 ], [ -118.625895314337455, 37.139861098815224 ], [ -118.623849385083375, 37.140280241142058 ], [ -118.622391540423024, 37.140578904647576 ], [ -118.61997756348768, 37.141073447607731 ], [ -118.616846, 37.141714999999728 ], [ -118.613026194846938, 37.142052982759367 ], [ -118.613026, 37.142052999999741 ], [ -118.611138808115129, 37.140878858301299 ], [ -118.610382, 37.140407999999738 ], [ -118.606162967334143, 37.138859803231234 ], [ -118.605692564950061, 37.138687186541908 ], [ -118.600412437467284, 37.136749615313242 ], [ -118.599656353909339, 37.136472166377949 ], [ -118.599645, 37.136467999999752 ], [ -118.597298, 37.136447999999739 ], [ -118.597290422022127, 37.136450776576048 ], [ -118.595755951111784, 37.137013007776545 ], [ -118.592661, 37.138146999999755 ], [ -118.592167002124853, 37.137658334165152 ], [ -118.591086, 37.136588999999752 ], [ -118.591085467013755, 37.136587556440752 ], [ -118.589865632416178, 37.13328371285828 ], [ -118.589865, 37.133281999999738 ], [ -118.589864751465427, 37.133281560627765 ], [ -118.58848646960989, 37.130844964405405 ], [ -118.58719, 37.128552999999727 ], [ -118.587189764797742, 37.12855225268013 ], [ -118.586079402147348, 37.125024243521473 ], [ -118.586051, 37.124933999999747 ], [ -118.584216, 37.123003999999739 ], [ -118.581916553642458, 37.122261501675688 ], [ -118.581915, 37.122260999999739 ], [ -118.581902628519217, 37.122263877546636 ], [ -118.577429921975053, 37.12330420756966 ], [ -118.575638383200541, 37.123720910869132 ], [ -118.575638, 37.123720999999748 ], [ -118.569029, 37.122599999999743 ], [ -118.568569, 37.122297999999738 ], [ -118.567696, 37.117973999999727 ], [ -118.567697499959735, 37.117968371999574 ], [ -118.568113802723445, 37.116406362049972 ], [ -118.56841, 37.11529499999974 ], [ -118.5684073381247, 37.115293709861859 ], [ -118.564104, 37.113207999999723 ], [ -118.564098518081437, 37.113208280458316 ], [ -118.562930684250347, 37.113268027607582 ], [ -118.551008, 37.113877999999744 ], [ -118.551001419944811, 37.113880090360091 ], [ -118.548530961205671, 37.114664908854195 ], [ -118.546195, 37.115406999999735 ], [ -118.544930358663265, 37.115163261859003 ], [ -118.544929, 37.11516299999974 ], [ -118.544927146259937, 37.115158357561782 ], [ -118.544359905319936, 37.113737780338518 ], [ -118.544356646349371, 37.113729618693213 ], [ -118.544356, 37.113727999999746 ], [ -118.541554, 37.113518999999762 ], [ -118.534321, 37.110819999999727 ], [ -118.534307393536025, 37.110821445360322 ], [ -118.532023835861281, 37.111064018615842 ], [ -118.531093003567747, 37.11116289723067 ], [ -118.530935880474715, 37.111179587792329 ], [ -118.530933096251857, 37.111179883549255 ], [ -118.530932, 37.111179999999742 ], [ -118.530932870368005, 37.111178969151759 ], [ -118.532304902248285, 37.109553959592873 ], [ -118.532315, 37.109541999999713 ], [ -118.531295373897805, 37.107753245560211 ], [ -118.529775649451125, 37.105087156642988 ], [ -118.529771686150255, 37.105080203729543 ], [ -118.529771, 37.105078999999741 ], [ -118.524172680492896, 37.100156024020755 ], [ -118.522128157740141, 37.098358138711163 ], [ -118.522128, 37.098357999999735 ], [ -118.522127113556536, 37.098357865357407 ], [ -118.51906, 37.097891999999732 ], [ -118.51855118333475, 37.097814906565624 ], [ -118.518532, 37.097811999999749 ], [ -118.517921448240415, 37.097475831131028 ], [ -118.517613, 37.097305999999733 ], [ -118.515151, 37.09425099999973 ], [ -118.511870863232048, 37.092820864358139 ], [ -118.511862, 37.092816999999734 ], [ -118.511841171966893, 37.092826303098427 ], [ -118.509388599073944, 37.093921775128997 ], [ -118.507203, 37.094897999999738 ], [ -118.503104, 37.095220999999746 ], [ -118.502276601928642, 37.093780833706958 ], [ -118.501562198244741, 37.092537345063853 ], [ -118.501562, 37.092536999999737 ], [ -118.495217, 37.088137999999724 ], [ -118.495192054997446, 37.088131422704151 ], [ -118.492660090300674, 37.087463814825107 ], [ -118.492658400782588, 37.087463369346715 ], [ -118.492657, 37.087462999999744 ], [ -118.491734, 37.086353999999737 ], [ -118.490394, 37.082220999999748 ], [ -118.490360464548488, 37.082178733372729 ], [ -118.486617283932603, 37.077460991049577 ], [ -118.48658, 37.077413999999735 ], [ -118.485174618830996, 37.076808751922023 ], [ -118.479073, 37.074180999999761 ], [ -118.479064216350508, 37.074181295822136 ], [ -118.475224982360416, 37.074310596448719 ], [ -118.475213, 37.074310999999739 ], [ -118.472384189368668, 37.073163903036921 ], [ -118.471144, 37.072660999999741 ], [ -118.470348, 37.071651999999744 ], [ -118.469888, 37.069803999999735 ], [ -118.467332425648735, 37.066745509412691 ], [ -118.467332, 37.066744999999734 ], [ -118.467315681068541, 37.066745672448491 ], [ -118.459174538699017, 37.067081141784591 ], [ -118.453111, 37.067330999999733 ], [ -118.453100985792034, 37.067336675985061 ], [ -118.450234212908967, 37.068961543459686 ], [ -118.450214, 37.068972999999737 ], [ -118.448956, 37.069138999999744 ], [ -118.447442205059033, 37.068096119625785 ], [ -118.441287233429819, 37.063855849731581 ], [ -118.441286034508053, 37.063855023772945 ], [ -118.441286, 37.063854999999741 ], [ -118.440406387959641, 37.062999132608319 ], [ -118.437138475092695, 37.059819435273099 ], [ -118.437137, 37.059817999999737 ], [ -118.43605, 37.057263999999762 ], [ -118.436057936787009, 37.05726175500542 ], [ -118.437340756295654, 37.056898897527169 ], [ -118.437351, 37.056895999999739 ], [ -118.438233, 37.055889999999735 ], [ -118.437774, 37.054511999999747 ], [ -118.434927, 37.050880999999734 ], [ -118.43497, 37.049738999999754 ], [ -118.438822347160325, 37.047432524727022 ], [ -118.441682566477212, 37.045720055716707 ], [ -118.441686, 37.045717999999738 ], [ -118.441729, 37.045012999999734 ], [ -118.441728985338742, 37.045012964831457 ], [ -118.439274520449601, 37.03912538079107 ], [ -118.43922104696469, 37.038997112655061 ], [ -118.439221, 37.038996999999739 ], [ -118.439220452720917, 37.038996624481058 ], [ -118.433474893043268, 37.035054275898872 ], [ -118.432623856819774, 37.034470332534354 ], [ -118.432619, 37.034466999999751 ], [ -118.431521755175936, 37.034283129752062 ], [ -118.429499288221749, 37.03394421587285 ], [ -118.429498, 37.03394399999975 ], [ -118.429469432879642, 37.033909493055162 ], [ -118.428746546816626, 37.033036300762646 ], [ -118.42276, 37.025804999999735 ], [ -118.422760368098295, 37.025795674492244 ], [ -118.422838359565134, 37.023819816388112 ], [ -118.42311, 37.016937999999733 ], [ -118.42542, 37.01368299999973 ], [ -118.425454758027115, 37.01365979630117 ], [ -118.427950140828287, 37.011993933329613 ], [ -118.42798, 37.011973999999725 ], [ -118.427980998766031, 37.011235911894644 ], [ -118.427981, 37.011234999999729 ], [ -118.427978393247429, 37.011233260127149 ], [ -118.42666656666249, 37.010357683696242 ], [ -118.425385659542158, 37.009502744409573 ], [ -118.423292115642496, 37.008105412081733 ], [ -118.42329, 37.00810399999974 ], [ -118.421111671274929, 37.007563166663211 ], [ -118.421111, 37.007562999999728 ], [ -118.41850622865131, 37.004855539985584 ], [ -118.417440336046639, 37.003747626383877 ], [ -118.41226947684504, 36.998372914882154 ], [ -118.412237463125734, 36.998339639076569 ], [ -118.412233, 36.998334999999727 ], [ -118.412533, 36.997334999999744 ], [ -118.413333, 36.996834999999734 ], [ -118.418933, 36.994834999999732 ], [ -118.420133, 36.989434999999716 ], [ -118.419533, 36.987434999999742 ], [ -118.417249689076911, 36.98553224089715 ], [ -118.417133, 36.985434999999747 ], [ -118.411133152670715, 36.982935063612516 ], [ -118.411133, 36.982934999999756 ], [ -118.409133, 36.980534999999747 ], [ -118.408733, 36.977834999999729 ], [ -118.409533, 36.975234999999721 ], [ -118.407433, 36.973034999999733 ], [ -118.405443799215973, 36.972371933071742 ], [ -118.404433385548558, 36.972035128515927 ], [ -118.404433, 36.972034999999721 ], [ -118.403733, 36.969634999999727 ], [ -118.403033, 36.962034999999759 ], [ -118.403333, 36.95953499999974 ], [ -118.404732883708391, 36.957535166130604 ], [ -118.404733, 36.957534999999737 ], [ -118.403633, 36.956934999999746 ], [ -118.401932, 36.956834999999735 ], [ -118.397732, 36.957534999999737 ], [ -118.396633324595072, 36.957335240835214 ], [ -118.396632, 36.957334999999723 ], [ -118.394773697894138, 36.954660631322781 ], [ -118.388447787616457, 36.945556720690192 ], [ -118.388432, 36.945533999999739 ], [ -118.388419836981171, 36.945509448721019 ], [ -118.385787036592077, 36.940195092380051 ], [ -118.3846249529998, 36.937849405128979 ], [ -118.383041961292633, 36.934654107053362 ], [ -118.383032, 36.934633999999726 ], [ -118.383030889064202, 36.934588451631605 ], [ -118.382973487720491, 36.93223499653994 ], [ -118.382932, 36.930533999999732 ], [ -118.38254938439529, 36.929276834441403 ], [ -118.381532462516944, 36.925935519698186 ], [ -118.381532396940742, 36.925935304233576 ], [ -118.381532, 36.925933999999728 ], [ -118.381526703371307, 36.925925273173391 ], [ -118.376683474753435, 36.917945477450623 ], [ -118.371032, 36.908633999999729 ], [ -118.371025506690657, 36.908631114084464 ], [ -118.367441301175418, 36.907038133855465 ], [ -118.367432256870714, 36.90703411416451 ], [ -118.367432, 36.907033999999719 ], [ -118.367232, 36.905933999999746 ], [ -118.368132, 36.903433999999727 ], [ -118.369155725185379, 36.901627426143172 ], [ -118.369808450107968, 36.900475558632735 ], [ -118.369832, 36.900433999999699 ], [ -118.36923239156998, 36.898435305233015 ], [ -118.369232, 36.898433999999739 ], [ -118.366386719976589, 36.893151166345206 ], [ -118.365031243547222, 36.890634452194007 ], [ -118.365031, 36.890633999999743 ], [ -118.365029019307016, 36.89063263237837 ], [ -118.361915437791851, 36.888482778475051 ], [ -118.360832499035951, 36.887735035048351 ], [ -118.360831, 36.887733999999718 ], [ -118.360831, 36.88583399999974 ], [ -118.362431, 36.883633999999731 ], [ -118.36245984514602, 36.883620498016498 ], [ -118.367118452981657, 36.881439873072132 ], [ -118.367131, 36.881433999999722 ], [ -118.367831, 36.879833999999732 ], [ -118.36783248695744, 36.879823665077865 ], [ -118.368438774785488, 36.87560973326557 ], [ -118.368617, 36.874370999999719 ], [ -118.368079, 36.869842999999747 ], [ -118.368078979476039, 36.869842923636867 ], [ -118.36640234368177, 36.863604720059257 ], [ -118.3664, 36.863595999999738 ], [ -118.364841369392664, 36.86162346748641 ], [ -118.364841, 36.861622999999732 ], [ -118.362224538120373, 36.86135915510431 ], [ -118.362223, 36.861358999999723 ], [ -118.362346346741347, 36.86002685519307 ], [ -118.362690674521417, 36.856308115168403 ], [ -118.363123, 36.851638999999743 ], [ -118.362994037599591, 36.849809533389482 ], [ -118.362994, 36.849808999999716 ], [ -118.361522528946267, 36.845270631396573 ], [ -118.361522, 36.845268999999725 ], [ -118.362169, 36.844001999999712 ], [ -118.363342, 36.842492999999727 ], [ -118.369391, 36.83732199999973 ], [ -118.371494, 36.836082999999746 ], [ -118.375931, 36.834494999999734 ], [ -118.376016781547122, 36.834498971609598 ], [ -118.378235919466718, 36.834601715735005 ], [ -118.379665646043748, 36.834667910812591 ], [ -118.385767361732718, 36.834950414859115 ], [ -118.38578, 36.834950999999712 ], [ -118.389758, 36.834465999999722 ], [ -118.390976597166599, 36.833595043713672 ], [ -118.392373602135464, 36.832596575727159 ], [ -118.392387, 36.832586999999727 ], [ -118.393686, 36.830899999999737 ], [ -118.393724, 36.829667999999728 ], [ -118.393723853213643, 36.829667360230815 ], [ -118.392307359248491, 36.823493565785611 ], [ -118.392307, 36.823491999999739 ], [ -118.391129456307411, 36.820971117658694 ], [ -118.391128, 36.820967999999731 ], [ -118.3911251107684, 36.820965782121824 ], [ -118.387194096583031, 36.817948194494313 ], [ -118.387173, 36.817931999999715 ], [ -118.387164362337032, 36.817923022653403 ], [ -118.384692643426362, 36.815354101313659 ], [ -118.384681227947041, 36.815342236911 ], [ -118.384681, 36.815341999999752 ], [ -118.380350625726493, 36.809176652488816 ], [ -118.378984886941524, 36.807232189103701 ], [ -118.375831341666213, 36.802742345666253 ], [ -118.375408598040949, 36.802140466661491 ], [ -118.375072124681623, 36.801661414492486 ], [ -118.374666726209966, 36.801084230558651 ], [ -118.374345424342863, 36.800626778721586 ], [ -118.374029539228047, 36.800177038956996 ], [ -118.374026, 36.800171999999741 ], [ -118.374021207242464, 36.800137073962226 ], [ -118.373966614799329, 36.799739245009725 ], [ -118.373469, 36.796112999999721 ], [ -118.373469600858073, 36.79611110875382 ], [ -118.37413034833645, 36.794031356426025 ], [ -118.375931486753544, 36.78836213794505 ], [ -118.375965840985671, 36.788254005418544 ], [ -118.37683, 36.785533999999743 ], [ -118.37963, 36.783633999999736 ], [ -118.38023, 36.782233999999761 ], [ -118.380226538845321, 36.782229536931823 ], [ -118.376430567444046, 36.777334731703917 ], [ -118.37643, 36.77733399999974 ], [ -118.37643, 36.772134421589975 ], [ -118.37643, 36.772133999999724 ], [ -118.37642891412186, 36.772132069549706 ], [ -118.375481385827044, 36.770447574803363 ], [ -118.372830414462697, 36.765734736822282 ], [ -118.37283, 36.765733999999725 ], [ -118.372152717033231, 36.761826598268385 ], [ -118.371532479140114, 36.758248302731225 ], [ -118.37153, 36.758233999999739 ], [ -118.371529650703195, 36.758232769867504 ], [ -118.36933049118322, 36.750487903731923 ], [ -118.36923, 36.75013399999974 ], [ -118.369089123296931, 36.749940294533012 ], [ -118.368452518046539, 36.749064962313696 ], [ -118.368430245981486, 36.749034338224284 ], [ -118.36843, 36.749033999999732 ], [ -118.367344311569852, 36.748348302043837 ], [ -118.366531226325733, 36.747834774521237 ], [ -118.36653, 36.747833999999735 ], [ -118.366528443837808, 36.747833964632406 ], [ -118.364555157760364, 36.747789117221558 ], [ -118.362882849155625, 36.747751110207815 ], [ -118.362512273268621, 36.747742688028573 ], [ -118.362131608415339, 36.747734036554625 ], [ -118.36213, 36.747733999999703 ], [ -118.362021033030615, 36.747525029017616 ], [ -118.361851551025893, 36.747200005561702 ], [ -118.360586, 36.744772999999732 ], [ -118.359929, 36.743933999999733 ], [ -118.359920406221264, 36.743929434554786 ], [ -118.35675156752221, 36.742245988995911 ], [ -118.356729789635907, 36.742234419493812 ], [ -118.356729, 36.742233999999712 ], [ -118.356722975187438, 36.742233738051347 ], [ -118.354440317163395, 36.742134492050305 ], [ -118.354429724844636, 36.742134031514709 ], [ -118.354429, 36.742133999999723 ], [ -118.351783089617385, 36.741075635846691 ], [ -118.350930938563877, 36.740734775425288 ], [ -118.350929, 36.740733999999755 ], [ -118.350869627293491, 36.740633066398694 ], [ -118.348932854227741, 36.737340552186886 ], [ -118.348929, 36.737333999999727 ], [ -118.3489019536987, 36.737304986694724 ], [ -118.346861747655964, 36.735116402030691 ], [ -118.344789971007359, 36.732893950716708 ], [ -118.343699656644304, 36.731724340763634 ], [ -118.343429, 36.731433999999751 ], [ -118.342429, 36.730433999999732 ], [ -118.339629, 36.729033999999743 ], [ -118.339627371429927, 36.729028254766419 ], [ -118.339076371438736, 36.727084449241964 ], [ -118.337248639435813, 36.720636616898247 ], [ -118.33675810563237, 36.718906122647297 ], [ -118.336029, 36.716333999999719 ], [ -118.336027449572299, 36.716321129423974 ], [ -118.335678760783622, 36.713426556850585 ], [ -118.335076999483903, 36.708431151749195 ], [ -118.3349827483935, 36.707648744542219 ], [ -118.334728, 36.705533999999716 ], [ -118.334729488854649, 36.705531952824572 ], [ -118.335008244916352, 36.705148663239754 ], [ -118.335528, 36.704433999999743 ], [ -118.337474768392141, 36.703217269754632 ], [ -118.338709269870293, 36.702445706330792 ], [ -118.338728, 36.702433999999705 ], [ -118.33873373247738, 36.702433338560027 ], [ -118.34132381237211, 36.702134483187564 ], [ -118.341328, 36.702133999999745 ], [ -118.34365284407906, 36.699722822188271 ], [ -118.344200526641117, 36.699154801281743 ], [ -118.346202746325176, 36.697078228612064 ], [ -118.346606, 36.69665999999971 ], [ -118.349676, 36.696775999999737 ], [ -118.416525, 36.699300999999721 ], [ -118.417716, 36.680688999999724 ], [ -118.458162, 36.682192999999721 ], [ -118.460158, 36.650693999999731 ], [ -118.482752, 36.651527999999729 ], [ -118.484382, 36.616188999999729 ], [ -118.506936, 36.617494999999721 ], [ -118.507983, 36.600790999999731 ], [ -118.572187, 36.602646999999727 ], [ -118.571065, 36.620783999999723 ], [ -118.635853, 36.62310499999974 ], [ -118.634776, 36.640765999999722 ], [ -118.656774, 36.641545999999721 ], [ -118.65576, 36.658250999999723 ], [ -118.673006, 36.658859999999706 ], [ -118.671966, 36.676042999999716 ], [ -118.801052, 36.680520999999722 ], [ -118.801495, 36.662839999999711 ], [ -118.824691, 36.663629999999714 ], [ -118.825835, 36.644058999999721 ], [ -118.847214, 36.645260999999735 ], [ -118.848158, 36.629030999999713 ], [ -118.893314, 36.631026999999719 ], [ -118.894951, 36.612906999999723 ], [ -118.914621, 36.612604999999732 ], [ -118.914874, 36.597786999999713 ], [ -118.978463, 36.599883999999747 ], [ -118.979431, 36.582697999999731 ], [ -119.069749, 36.585617999999712 ], [ -119.074888, 36.481518999999729 ], [ -119.092096, 36.482067999999714 ], [ -119.093038, 36.46487999999971 ], [ -119.141687, 36.466417999999727 ], [ -119.142823, 36.445408999999728 ], [ -119.181945, 36.447109999999718 ], [ -119.180768, 36.46907299999971 ], [ -119.197382, 36.469588999999722 ], [ -119.197058, 36.486795999999714 ], [ -119.331189, 36.490869999999717 ], [ -119.333209, 36.451714999999695 ], [ -119.392533, 36.453468999999707 ], [ -119.393235, 36.439620999999718 ], [ -119.437129, 36.440899999999729 ], [ -119.437739, 36.405049999999711 ], [ -119.459082, 36.405665999999719 ], [ -119.474892, 36.400952999999738 ], [ -119.482504, 36.40104599999971 ], [ -119.491817, 36.400996999999691 ], [ -119.492836, 36.401041999999734 ], [ -119.529024, 36.401602999999724 ], [ -119.525977, 36.376641999999734 ], [ -119.595207, 36.377471999999713 ], [ -119.594306, 36.396235999999718 ], [ -119.635439, 36.396813999999708 ], [ -119.635592, 36.379133999999716 ], [ -119.714339, 36.381811999999726 ], [ -119.71521, 36.363045999999727 ], [ -119.729566, 36.363980999999725 ], [ -119.732127331231538, 36.317276995696155 ], [ -119.744785467915136, 36.317300475942673 ], [ -119.762793206415026, 36.31733157239281 ], [ -119.780791781837891, 36.317359937263141 ], [ -119.794264981919355, 36.317379391808743 ], [ -119.808113129747156, 36.317397801511966 ], [ -119.834216396724486, 36.317428135967418 ], [ -119.905140573361734, 36.317481715956347 ], [ -119.959192051716968, 36.317494242462089 ], [ -119.959192567425134, 36.317494241343098 ], [ -120.211833727703635, 36.317228103714058 ], [ -120.237750256284215, 36.317170556447273 ], [ -120.364879793742048, 36.199544220448296 ], [ -120.42311694722207, 36.193908366885715 ], [ -120.455992759670465, 36.151639465166312 ], [ -120.509533368515008, 36.043618938550139 ], [ -120.514430014656469, 36.025694100736963 ], [ -120.51457250690126, 36.025684487333386 ], [ -120.515068504572881, 36.025990489130443 ], [ -120.515792508143875, 36.02630450038982 ], [ -120.516229502506903, 36.026489492038934 ], [ -120.516685489230355, 36.026731478671188 ], [ -120.517110940649644, 36.027133972622487 ], [ -120.517111500895794, 36.027134490185844 ], [ -120.517389499657426, 36.027384479692024 ], [ -120.517568492524376, 36.027545481880992 ], [ -120.518054498054155, 36.027609481479523 ], [ -120.518196937002074, 36.027588408950997 ], [ -120.518197446892898, 36.027588335014087 ], [ -120.518331502801345, 36.027568497668696 ], [ -120.518548170407826, 36.027513853230523 ], [ -120.518906507815842, 36.027423481968562 ], [ -120.519411496724118, 36.027189480686879 ], [ -120.519560513744409, 36.027003485648734 ], [ -120.51974849808812, 36.026679487477693 ], [ -120.519519511947152, 36.026252500280407 ], [ -120.519410498666389, 36.025953492567034 ], [ -120.519419512388481, 36.025454485798328 ], [ -120.519528498343348, 36.025041482010593 ], [ -120.519537490559244, 36.024647491870951 ], [ -120.519527513514419, 36.024203490700039 ], [ -120.519705493632074, 36.023928491424947 ], [ -120.51975549932348, 36.023711486182457 ], [ -120.519755089368573, 36.023710971741487 ], [ -120.519496501349693, 36.023387486089888 ], [ -120.519268509191988, 36.022920492381466 ], [ -120.519139517722664, 36.022743493188827 ], [ -120.519000495919485, 36.022477497355105 ], [ -120.518960501583948, 36.022267490239102 ], [ -120.51921850256501, 36.022025497005856 ], [ -120.519435501387079, 36.021815490913298 ], [ -120.519594504932698, 36.02156448764692 ], [ -120.519736587499679, 36.021266838371218 ], [ -120.519752494807861, 36.021233478118717 ], [ -120.519989751854183, 36.020912211997384 ], [ -120.520009216328248, 36.020885937452249 ], [ -120.52000948978943, 36.020885489072242 ], [ -120.520124664013196, 36.020943028628842 ], [ -120.520157785759366, 36.020959574838507 ], [ -120.520124663907467, 36.020943028537232 ], [ -120.522659173771046, 36.018828195122921 ], [ -120.567923307771352, 36.018819257609969 ], [ -120.597227905167628, 36.032142371977159 ], [ -120.610549123259759, 36.04811276199581 ], [ -120.642506018627429, 36.048106440781886 ], [ -120.642509175501431, 36.064079463648518 ], [ -120.671800293761748, 36.06407367994877 ], [ -120.687781005865943, 36.04809748645436 ], [ -120.701085077300775, 36.03212183766972 ], [ -120.717059988504843, 35.986843712491975 ], [ -120.762334964166712, 35.98683474457961 ], [ -120.762332337176332, 35.973505826729152 ], [ -120.746345301656348, 35.957535959869766 ], [ -120.762326525340214, 35.944225552431625 ], [ -120.791617643960265, 35.944219762192986 ], [ -120.774828940277487, 35.901652063576002 ], [ -120.83688628149541, 35.912243081945775 ], [ -120.850201737142825, 35.898933200983564 ], [ -120.850198582979857, 35.882938498170589 ], [ -120.866179287595259, 35.866962303191208 ], [ -120.927427280869637, 35.866950196326535 ], [ -120.930916348808211, 35.863463190598587 ], [ -120.935371191040474, 35.85901036467412 ], [ -120.940574941542465, 35.853808102045313 ], [ -120.940742740716317, 35.853640332703733 ], [ -120.949796465993913, 35.853638799761754 ], [ -120.956715770364283, 35.85363716883564 ], [ -120.973720452284908, 35.863235333939016 ], [ -120.985550314089821, 35.869909873378276 ], [ -120.99902474558931, 35.877509563776364 ], [ -121.052571005857303, 35.907681308684623 ], [ -121.060595373149127, 35.9121988407706 ], [ -121.064063355030029, 35.912198527514271 ], [ -121.089886488061381, 35.91219305218177 ], [ -121.105867712980611, 35.898882643486502 ], [ -121.105870357892499, 35.912189886338041 ], [ -121.135161465377408, 35.912184102882286 ], [ -121.151142695588661, 35.898873692353185 ], [ -121.151131176249592, 35.836798847108255 ], [ -121.151130338845562, 35.832696783215056 ], [ -121.151121990136289, 35.794008328931753 ], [ -121.156744485173533, 35.794022494409752 ], [ -121.161952741067836, 35.794041986967834 ], [ -121.167498488762405, 35.794062489410962 ], [ -121.172132498348233, 35.794088262721608 ], [ -121.178615577778118, 35.794124005037858 ], [ -121.178655596055918, 35.794124221616457 ], [ -121.184565510564923, 35.794156496792212 ], [ -121.184726620026183, 35.794154444941611 ], [ -121.185036491793838, 35.794150499502074 ], [ -121.185490506142571, 35.794161487820872 ], [ -121.195743489668686, 35.794199498365806 ], [ -121.206540510547143, 35.794239485992399 ], [ -121.217563509264082, 35.794280490563274 ], [ -121.23418749878978, 35.794437488916707 ], [ -121.25103651757361, 35.794594487506117 ], [ -121.253107496813968, 35.794606493360824 ], [ -121.265745498670242, 35.794684495931328 ], [ -121.278821494742743, 35.794723483808362 ], [ -121.284795492311133, 35.794802491020242 ], [ -121.28940350581513, 35.794831487124071 ], [ -121.304475490222217, 35.794924488586048 ], [ -121.319549501582188, 35.795018502852827 ], [ -121.320972495595285, 35.795027492068442 ], [ -121.327986228689369, 35.795070295461031 ], [ -121.327992784609648, 35.79507033625665 ], [ -121.332809509507499, 35.795099491235774 ], [ -121.345264489369612, 35.795161501011059 ], [ -121.345938390056887, 35.795170884164271 ], [ -121.346356585729168, 35.795176703593377 ], [ -121.346365, 35.795183999999693 ], [ -121.350648657043308, 35.798902301291093 ], [ -121.350726746036855, 35.798970084123042 ], [ -121.35129, 35.799458999999693 ], [ -121.354053, 35.801857999999697 ], [ -121.356737, 35.8041869999997 ], [ -121.358773, 35.805440999999718 ], [ -121.362183368740801, 35.807542571797462 ], [ -121.363382555712789, 35.808281546879677 ], [ -121.364232, 35.808804999999708 ], [ -121.373529, 35.814533999999711 ], [ -121.374753588736269, 35.815288478888107 ], [ -121.379820695800461, 35.818410363968376 ], [ -121.380089111161254, 35.818575736813173 ], [ -121.380369270718319, 35.818748345350997 ], [ -121.381427203375992, 35.819400146100044 ], [ -121.382085799726511, 35.819805912564917 ], [ -121.382568, 35.820102999999705 ], [ -121.388053, 35.823482999999705 ], [ -121.388994264712721, 35.824543004541461 ], [ -121.389164393901012, 35.824734595397743 ], [ -121.392166615593268, 35.828115545077686 ], [ -121.39273, 35.828749999999673 ], [ -121.392803524488087, 35.828832810912886 ], [ -121.393530939294806, 35.829652101002083 ], [ -121.400215617028209, 35.837181079194231 ], [ -121.400463011089343, 35.837459720074996 ], [ -121.401887019543736, 35.839063586263613 ], [ -121.402571066153541, 35.839834030586175 ], [ -121.406565920516215, 35.844333450390209 ], [ -121.406823, 35.844622999999693 ], [ -121.407929753580234, 35.846494261932826 ], [ -121.407971, 35.846563999999702 ], [ -121.408024185016018, 35.846653946909875 ], [ -121.408179922714865, 35.846917331709953 ], [ -121.412038605245684, 35.853443165431628 ], [ -121.412353762431266, 35.853976161699904 ], [ -121.413146, 35.855315999999704 ], [ -121.423064, 35.858753999999692 ], [ -121.426854, 35.860067999999693 ], [ -121.426955, 35.860102999999704 ], [ -121.439584, 35.866949999999726 ], [ -121.444102554550909, 35.870669168132231 ], [ -121.446514, 35.872653999999706 ], [ -121.446558302954983, 35.87269046412279 ], [ -121.458117, 35.882203999999717 ], [ -121.459763494531884, 35.883559469575715 ], [ -121.459812417583848, 35.883599745268867 ], [ -121.462264, 35.885617999999674 ], [ -121.462246782461335, 35.885805461986216 ], [ -121.46218770846005, 35.886448650878556 ], [ -121.46201399761469, 35.888339988587475 ], [ -121.46176270584607, 35.89107601578781 ], [ -121.461612268708308, 35.892713952848538 ], [ -121.461515, 35.893772999999698 ], [ -121.461424290302901, 35.894759509489461 ], [ -121.461242, 35.896741999999705 ], [ -121.461227, 35.896905999999696 ], [ -121.461742950798396, 35.898648138106992 ], [ -121.462029, 35.899613999999701 ], [ -121.46304120262478, 35.903029799282905 ], [ -121.463345, 35.904054999999694 ], [ -121.463452, 35.904415999999706 ], [ -121.464469894371831, 35.906169411722907 ], [ -121.46532264901613, 35.90763835588028 ], [ -121.465831122852592, 35.908514246356248 ], [ -121.472435, 35.919889999999732 ], [ -121.472452296800057, 35.919953459531399 ], [ -121.472891, 35.921562999999708 ], [ -121.472904, 35.921606999999703 ], [ -121.475412198539559, 35.93080168779705 ], [ -121.475804698704891, 35.932240535808354 ], [ -121.478731651662741, 35.942970315855995 ], [ -121.479051, 35.944140999999703 ], [ -121.47909829090564, 35.944314360296787 ], [ -121.479716830555333, 35.946581819885566 ], [ -121.479994216101673, 35.94759866741844 ], [ -121.480453770351644, 35.949283313974441 ], [ -121.486063636535221, 35.969848115075813 ], [ -121.4862, 35.97034799999971 ], [ -121.487182239309647, 35.972087332562538 ], [ -121.488359035539446, 35.97417118319062 ], [ -121.489917, 35.976929999999697 ], [ -121.495128, 35.986158999999688 ], [ -121.496473027560185, 35.988541585617732 ], [ -121.497012502323685, 35.989497212737071 ], [ -121.498457, 35.992055999999693 ], [ -121.501048, 35.996643999999719 ], [ -121.502642, 35.999467999999723 ], [ -121.50279310092894, 35.999735159301736 ], [ -121.503112, 36.000298999999714 ], [ -121.504362438913915, 36.001228053398954 ], [ -121.504934058201059, 36.001652756146022 ], [ -121.504970389413202, 36.001679749576695 ], [ -121.505456086247548, 36.00204061350211 ], [ -121.505787976014574, 36.00228720157034 ], [ -121.506754568982316, 36.003005362587508 ], [ -121.507381644157562, 36.003471268052117 ], [ -121.50850012054164, 36.004302275688758 ], [ -121.508990147610689, 36.004666356899904 ], [ -121.509961378815433, 36.005387964042932 ], [ -121.510729827300722, 36.00595890730888 ], [ -121.51159, 36.006597999999691 ], [ -121.512638698404913, 36.006999629176057 ], [ -121.512746503956663, 36.007040916408641 ], [ -121.513765059046946, 36.007431001336833 ], [ -121.51394, 36.007497999999686 ], [ -121.530436736526582, 36.013816721004247 ], [ -121.531876, 36.014367999999713 ], [ -121.534122498432879, 36.014926538758431 ], [ -121.534533312087987, 36.015028677867747 ], [ -121.535622990121055, 36.015299600565506 ], [ -121.544987097918508, 36.017627764729447 ], [ -121.549641917968586, 36.018785075758402 ], [ -121.549824721205439, 36.018830525464239 ], [ -121.550970145560612, 36.019115308167919 ], [ -121.553716, 36.01979799999971 ], [ -121.569612, 36.021538999999699 ], [ -121.574314129411576, 36.024947337090225 ], [ -121.574602, 36.025155999999697 ], [ -121.574826500027939, 36.025514321547512 ], [ -121.575377394085891, 36.026393596322336 ], [ -121.587913177350643, 36.046401795445611 ], [ -121.590289779476919, 36.050195058903938 ], [ -121.590395, 36.050362999999699 ], [ -121.589537623283505, 36.0527766710861 ], [ -121.589183, 36.05377499999971 ], [ -121.592853, 36.065061999999728 ], [ -121.593113266563819, 36.065192263489301 ], [ -121.605750055236271, 36.071516979832431 ], [ -121.605834803389115, 36.071559396307137 ], [ -121.606025831474753, 36.07165500591865 ], [ -121.606077007532235, 36.07168061955003 ], [ -121.606845, 36.072064999999704 ], [ -121.611594436964097, 36.078370543181428 ], [ -121.611794187669531, 36.07863574023704 ], [ -121.612419421820093, 36.079465826195623 ], [ -121.612656339624323, 36.079780367783663 ], [ -121.613004658865151, 36.080242810391248 ], [ -121.613884978101808, 36.081411557550616 ], [ -121.614321359811171, 36.081990915426687 ], [ -121.614591008206972, 36.082348911462105 ], [ -121.616636877231244, 36.085065089311058 ], [ -121.618672, 36.087766999999701 ], [ -121.618685067387915, 36.087813708960809 ], [ -121.620344788837514, 36.093746330312463 ], [ -121.62145503244129, 36.097714860640899 ], [ -121.621584212256479, 36.098176609767471 ], [ -121.621749367647368, 36.098766952441395 ], [ -121.622009, 36.099694999999691 ], [ -121.622187065902125, 36.100039618821661 ], [ -121.622589635781381, 36.100818730127664 ], [ -121.622799746382057, 36.101225366473138 ], [ -121.623120219839521, 36.101845592940244 ], [ -121.623821454806219, 36.103202724009577 ], [ -121.626029452619107, 36.107475959907909 ], [ -121.626271094053124, 36.107943619270756 ], [ -121.629634, 36.114451999999673 ], [ -121.631818342080791, 36.116673316452001 ], [ -121.638214404550808, 36.123177645109791 ], [ -121.638648302002451, 36.123618887146236 ], [ -121.639470812156574, 36.124455319934668 ], [ -121.649341266749531, 36.134492851771746 ], [ -121.664769468194706, 36.150182206475328 ], [ -121.665415167008817, 36.150838835037128 ], [ -121.667820614097693, 36.153284999143317 ], [ -121.668093500400133, 36.153562504593822 ], [ -121.669617463189141, 36.155112263510119 ], [ -121.669891584074279, 36.155391024441109 ], [ -121.670176947336429, 36.15568121804889 ], [ -121.672281430032115, 36.15782132333581 ], [ -121.673253662889039, 36.158810013184159 ], [ -121.673672958663019, 36.159236406380188 ], [ -121.674159974158854, 36.159731665590257 ], [ -121.674655160038967, 36.160235233484748 ], [ -121.677759379717088, 36.163391998307986 ], [ -121.678136710694304, 36.163775716368882 ], [ -121.680145, 36.165817999999732 ], [ -121.680339830102739, 36.165972302536858 ], [ -121.715720435265254, 36.193993214427067 ], [ -121.717176, 36.195145999999703 ], [ -121.72187938693456, 36.197566936839422 ], [ -121.722174375636897, 36.197718774021169 ], [ -121.723785258525822, 36.198547930921201 ], [ -121.731228161541338, 36.202378957021175 ], [ -121.732411965080004, 36.202988286773895 ], [ -121.738131, 36.205931999999706 ], [ -121.740521298124648, 36.207162384760643 ], [ -121.74187629688879, 36.207859858357509 ], [ -121.743973252145892, 36.208939247478973 ], [ -121.746026235445314, 36.209996002425136 ], [ -121.768885674287162, 36.221762695836652 ], [ -121.769241581603865, 36.221945895971508 ], [ -121.770155794730044, 36.222416479070368 ], [ -121.771742078084401, 36.223233004358825 ], [ -121.779851, 36.227406999999708 ], [ -121.797059, 36.234210999999711 ], [ -121.797609517408048, 36.234138633598491 ], [ -121.805781929745251, 36.233064356815454 ], [ -121.80621679975981, 36.233007192450629 ], [ -121.806979, 36.232906999999727 ], [ -121.807413399447341, 36.232992400808904 ], [ -121.808656383945532, 36.233236765488925 ], [ -121.810830859167595, 36.233664256694688 ], [ -121.811470459030971, 36.233789998903212 ], [ -121.813734, 36.234234999999714 ], [ -121.82619228577768, 36.241720180762059 ], [ -121.826425, 36.241859999999733 ], [ -121.8265992448882, 36.242025458179874 ], [ -121.832478075492858, 36.247607834933525 ], [ -121.835765352841136, 36.250729343595026 ], [ -121.835785, 36.250747999999724 ], [ -121.838976735123666, 36.259459243408749 ], [ -121.839021316287202, 36.259580919347364 ], [ -121.83935, 36.260477999999701 ], [ -121.8402697402787, 36.261742980031137 ], [ -121.840568124370918, 36.262153367536257 ], [ -121.851967, 36.277830999999708 ], [ -121.858182, 36.280888999999732 ], [ -121.859200003919526, 36.281389898151389 ], [ -121.864086425307264, 36.283794210546006 ], [ -121.866787, 36.2851229999997 ], [ -121.874797, 36.289063999999726 ], [ -121.882458, 36.296753999999702 ], [ -121.888491, 36.302809999999702 ], [ -121.888508, 36.302849999999701 ], [ -121.888735493468872, 36.303398242397535 ], [ -121.894714, 36.317805999999713 ], [ -121.89335, 36.33497099999974 ], [ -121.89335, 36.33497999999971 ], [ -121.89335, 36.334980999999729 ], [ -121.893092888968994, 36.338215373639187 ], [ -121.89292557785835, 36.340320093315022 ], [ -121.892917, 36.340427999999726 ], [ -121.892987133480659, 36.340527868419265 ], [ -121.89606149291636, 36.344905683623395 ], [ -121.898612928428008, 36.348538867513845 ], [ -121.899400885741599, 36.34966090011276 ], [ -121.905237233053057, 36.357971720799398 ], [ -121.905446, 36.358268999999709 ], [ -121.904158676254298, 36.360879805666173 ], [ -121.902803517367403, 36.363628186959296 ], [ -121.902669, 36.363900999999707 ], [ -121.902638772114585, 36.364535856219263 ], [ -121.902557015139109, 36.366252943725279 ], [ -121.902470882034009, 36.368061940177775 ], [ -121.901839061830302, 36.381331640671334 ], [ -121.901813, 36.381878999999714 ], [ -121.901888765092082, 36.382521742358307 ], [ -121.902192462756602, 36.385098118203928 ], [ -121.902524686391459, 36.387916490052895 ], [ -121.903173579251828, 36.393421280136025 ], [ -121.903195, 36.393602999999715 ], [ -121.903441720106954, 36.394064272401174 ], [ -121.904039777746647, 36.395182411846932 ], [ -121.904140519685868, 36.395370760809655 ], [ -121.904982047348966, 36.396944096241533 ], [ -121.905087596687508, 36.397141433205491 ], [ -121.905521818158192, 36.397953261568446 ], [ -121.905657, 36.398205999999718 ], [ -121.907530462522118, 36.399524577337253 ], [ -121.914283707867142, 36.404277635464531 ], [ -121.914378, 36.404343999999718 ], [ -121.915864539124129, 36.409386668373799 ], [ -121.916610033905357, 36.411915550994713 ], [ -121.917463, 36.414808999999714 ], [ -121.917384424549255, 36.415128755625794 ], [ -121.917378677806994, 36.415152141468951 ], [ -121.917197317550986, 36.415890170479848 ], [ -121.916898907124704, 36.417104524476862 ], [ -121.91474, 36.425889999999704 ], [ -121.915171287026681, 36.427013430555817 ], [ -121.915690169166197, 36.428365031727502 ], [ -121.915694116265854, 36.428375313261803 ], [ -121.9255, 36.453917999999724 ], [ -121.925589083951209, 36.454059308395713 ], [ -121.92768, 36.457375999999712 ], [ -121.934133, 36.467614999999739 ], [ -121.935737760948967, 36.470160572950306 ], [ -121.937205, 36.472487999999721 ], [ -121.937239388843878, 36.472590608152622 ], [ -121.937450095818377, 36.473219307783928 ], [ -121.938777272484913, 36.47717928814474 ], [ -121.940038, 36.480940999999717 ], [ -121.940370701295194, 36.481933778960581 ], [ -121.9416, 36.485601999999716 ], [ -121.941571895149607, 36.485735144370629 ], [ -121.941322686553647, 36.486915749187183 ], [ -121.941185942671652, 36.487563561856462 ], [ -121.941163722516336, 36.487668827977991 ], [ -121.939216, 36.496895999999701 ], [ -121.939193892715281, 36.497360936206114 ], [ -121.939097860268561, 36.499380585477759 ], [ -121.939001397853232, 36.501409277377668 ], [ -121.938918798566846, 36.503146415129351 ], [ -121.938857284334361, 36.504440115113113 ], [ -121.938803560852818, 36.505569968553758 ], [ -121.938763, 36.506422999999721 ], [ -121.938763962133706, 36.506424052963546 ], [ -121.93878630558342, 36.506448505744018 ], [ -121.942072561755268, 36.510045000545318 ], [ -121.9436126254313, 36.511730453752534 ], [ -121.943675638047665, 36.511799415067536 ], [ -121.943678, 36.511801999999733 ], [ -121.943678969589172, 36.511811871555942 ], [ -121.944554529269581, 36.520726097087483 ], [ -121.944666, 36.521860999999738 ], [ -121.937078332949497, 36.522474810141695 ], [ -121.934989995024011, 36.52264374783887 ], [ -121.933545191509666, 36.522760626326601 ], [ -121.928769, 36.523146999999724 ], [ -121.928764257921628, 36.523150392461162 ], [ -121.92593860595413, 36.525171851107423 ], [ -121.925937, 36.525172999999725 ], [ -121.925937158548834, 36.525173839695995 ], [ -121.926403, 36.527640999999726 ], [ -121.927489805410559, 36.533389051273311 ], [ -121.929722, 36.545194999999737 ], [ -121.929868, 36.545966999999735 ], [ -121.92988547535866, 36.546059459076204 ], [ -121.931780346982933, 36.556084894541584 ], [ -121.932048, 36.557500999999711 ], [ -121.932508, 36.559934999999712 ], [ -121.935482568902785, 36.561863648166103 ], [ -121.936756096467747, 36.562689376761824 ], [ -121.939399210882868, 36.564403116781634 ], [ -121.942533, 36.566434999999728 ], [ -121.942547854847803, 36.566437432725984 ], [ -121.94883992365925, 36.567467862743257 ], [ -121.948980193882605, 36.567490834305218 ], [ -121.949659, 36.567601999999702 ], [ -121.949745839976728, 36.56742875400505 ], [ -121.950998758260624, 36.564929178550301 ], [ -121.951449595584251, 36.564029756838025 ], [ -121.95146, 36.564008999999714 ], [ -121.951460958978913, 36.564009077207722 ], [ -121.957334607542549, 36.564481968402717 ], [ -121.957335, 36.564481999999707 ], [ -121.957715629582722, 36.564703707564526 ], [ -121.958124058582769, 36.564941607620383 ], [ -121.958824207203449, 36.565349427329444 ], [ -121.964057900011611, 36.568397927341174 ], [ -121.964409808618058, 36.568602905629021 ], [ -121.971269436512827, 36.57259847366943 ], [ -121.972594, 36.573369999999755 ], [ -121.973175507113751, 36.574060045811329 ], [ -121.973430695363589, 36.574362865121451 ], [ -121.975096, 36.576338999999713 ], [ -121.977762248195674, 36.579503263090089 ], [ -121.978102313444097, 36.579906847390887 ], [ -121.978187675496528, 36.580008153785506 ], [ -121.978591656486628, 36.580487592323237 ], [ -121.978592, 36.580487999999725 ], [ -121.977845590671137, 36.580695169006468 ], [ -121.976998350880507, 36.580930323926331 ], [ -121.97503571358439, 36.581475062052597 ], [ -121.973375, 36.581935999999715 ], [ -121.971319, 36.582505999999718 ], [ -121.970427, 36.582753999999717 ], [ -121.970426982841374, 36.582754021061028 ], [ -121.964573670370683, 36.589938648210627 ], [ -121.963621, 36.591107999999714 ], [ -121.961722, 36.593438999999741 ], [ -121.950924, 36.606694999999711 ], [ -121.941666, 36.618058999999725 ], [ -121.940506597878894, 36.62395799332792 ], [ -121.940391422407643, 36.624544001688712 ], [ -121.940280462948294, 36.625108559143399 ], [ -121.940077903113078, 36.626139175781738 ], [ -121.939917836225831, 36.626953589937607 ], [ -121.938853100652153, 36.632370923519517 ], [ -121.938656523517011, 36.633371100410308 ], [ -121.938630950493547, 36.633501214968469 ], [ -121.938551, 36.633907999999749 ], [ -121.936879817759888, 36.63614412220501 ], [ -121.93643, 36.636745999999704 ], [ -121.936372986834016, 36.636747795358161 ], [ -121.929695708776237, 36.636958064463151 ], [ -121.929666, 36.636958999999727 ], [ -121.926070740932587, 36.635471306592507 ], [ -121.925529116301362, 36.635247186055445 ], [ -121.923866, 36.634558999999733 ], [ -121.918833, 36.630779999999746 ], [ -121.90557821806496, 36.620830066303213 ], [ -121.902807372478549, 36.61875008264122 ], [ -121.902353, 36.618408999999723 ], [ -121.90221113135631, 36.618302502494615 ], [ -121.897155861130855, 36.614507628217567 ], [ -121.890164, 36.609258999999732 ], [ -121.890075978184186, 36.608658851255669 ], [ -121.890035384457974, 36.608382075849676 ], [ -121.889678307604882, 36.605947460942041 ], [ -121.889064, 36.601758999999738 ], [ -121.886764, 36.601458999999736 ], [ -121.886222731542972, 36.601567952275381 ], [ -121.878706, 36.603080999999719 ], [ -121.871527423200718, 36.604526101676299 ], [ -121.871364, 36.604558999999725 ], [ -121.871057663174284, 36.604746246960978 ], [ -121.860604, 36.611135999999732 ], [ -121.859081, 36.612706999999737 ], [ -121.858162, 36.613654999999738 ], [ -121.842263, 36.630058999999726 ], [ -121.831995, 36.644855999999734 ], [ -121.825052, 36.657206999999687 ], [ -121.814462, 36.682857999999733 ], [ -121.80870277354154, 36.707217193097513 ], [ -121.808033934976166, 36.710046109078291 ], [ -121.807879014227069, 36.710701361041288 ], [ -121.807062, 36.714156999999723 ], [ -121.806562, 36.726883999999735 ], [ -121.80589664936943, 36.743792883543662 ], [ -121.805889836097791, 36.743966032574974 ], [ -121.805882007910654, 36.74416497415281 ], [ -121.805865140274861, 36.744593639695708 ], [ -121.805807018243655, 36.74607072352525 ], [ -121.805643, 36.750238999999716 ], [ -121.805058, 36.752050999999724 ], [ -121.804959567625062, 36.752355687978714 ], [ -121.802664168257166, 36.759460876640098 ], [ -121.801745797370813, 36.762303605665878 ], [ -121.792438, 36.791114999999721 ], [ -121.789454, 36.800354999999747 ], [ -121.789080646756418, 36.801510299705022 ], [ -121.788883767933029, 36.802119519125306 ], [ -121.788278, 36.803993999999733 ], [ -121.789252, 36.807330999999728 ], [ -121.78944, 36.80797399999971 ], [ -121.791544, 36.81518599999972 ], [ -121.802815, 36.836354999999742 ], [ -121.806451204066818, 36.843184821902263 ], [ -121.80758026733784, 36.845305522752952 ], [ -121.807984464977196, 36.846064720487576 ], [ -121.8081405823485, 36.846357953161586 ], [ -121.808193436759808, 36.846457228727431 ], [ -121.808372635523739, 36.846793814799106 ], [ -121.809363, 36.84865399999974 ], [ -121.810552, 36.850647999999737 ], [ -121.827664, 36.87935299999976 ], [ -121.839195, 36.896747999999739 ], [ -121.858178484313825, 36.92538573516763 ], [ -121.859856905315397, 36.927917734844186 ], [ -121.86078479044987, 36.929317505734936 ], [ -121.861972877533773, 36.931109807016561 ], [ -121.862266, 36.931551999999748 ], [ -121.863603917555267, 36.932942084715442 ], [ -121.866985, 36.936454999999732 ], [ -121.875577646724494, 36.945382696065472 ], [ -121.880167, 36.95015099999975 ], [ -121.894667, 36.961850999999754 ], [ -121.906468, 36.968949999999751 ], [ -121.928112918297344, 36.977387491984615 ], [ -121.930069, 36.978149999999737 ], [ -121.938459216473163, 36.97806075187215 ], [ -121.93947, 36.978049999999733 ], [ -121.949812018348638, 36.972455137614418 ], [ -121.95167, 36.971449999999734 ], [ -121.951962, 36.971210999999734 ], [ -121.952019044338925, 36.971164231592226 ], [ -121.952806536161447, 36.970518598052742 ], [ -121.954832, 36.968857999999742 ], [ -121.955433614961066, 36.968364793218385 ], [ -121.964971, 36.960545999999745 ], [ -121.966916, 36.958950999999736 ], [ -121.972752650005233, 36.95416604354795 ], [ -121.972771, 36.954150999999733 ], [ -121.975871, 36.954050999999723 ], [ -121.978787, 36.955749999999753 ], [ -121.983896, 36.95872699999974 ], [ -121.985603, 36.95907599999974 ], [ -121.986238, 36.959205999999739 ], [ -121.990104661772364, 36.959996435114959 ], [ -121.992710191887767, 36.96052906574527 ], [ -121.996457, 36.96129499999973 ], [ -121.998332177286883, 36.961678548475142 ], [ -122.00051, 36.962123999999733 ], [ -122.001852960304575, 36.962398720439701 ], [ -122.006865, 36.963423999999733 ], [ -122.00853591341658, 36.963765584696013 ], [ -122.011178895608396, 36.964305889334341 ], [ -122.011941140017257, 36.964461714897958 ], [ -122.012373, 36.964549999999747 ], [ -122.023373, 36.962149999999745 ], [ -122.024368, 36.959270999999745 ], [ -122.027174, 36.95114999999975 ], [ -122.029221597735145, 36.950915563297833 ], [ -122.042022, 36.949449999999722 ], [ -122.050122, 36.94852299999976 ], [ -122.063596030341586, 36.948314677056857 ], [ -122.06579038024168, 36.948280750056746 ], [ -122.0752, 36.950499999999749 ], [ -122.0758, 36.952599999999755 ], [ -122.0782, 36.95319999999974 ], [ -122.067924, 36.980438999999727 ], [ -122.068083, 36.995800999999737 ], [ -122.071012, 36.995970999999734 ], [ -122.074429, 37.005156999999727 ], [ -122.069791, 37.005326999999731 ], [ -122.069303, 37.011279999999729 ], [ -122.077847, 37.011619999999716 ], [ -122.078335, 37.01774399999973 ], [ -122.0869, 37.023499999999736 ], [ -122.069, 37.024199999999752 ], [ -122.0581, 37.034599999999735 ], [ -122.0522, 37.030499999999748 ], [ -122.0488, 37.032699999999735 ], [ -122.0486, 37.034599999999735 ], [ -122.040607, 37.035388999999753 ], [ -122.0466, 37.042099999999742 ], [ -122.0477, 37.048099999999735 ], [ -122.0447, 37.050099999999738 ], [ -122.0423, 37.046199999999729 ], [ -122.0407, 37.046499999999739 ], [ -122.0376, 37.04739999999974 ], [ -122.0361, 37.050699999999722 ], [ -122.0392, 37.054599999999724 ], [ -122.0414, 37.054499999999727 ], [ -122.0421, 37.056699999999751 ], [ -122.0445, 37.056699999999736 ], [ -122.0427, 37.061699999999739 ], [ -122.045, 37.071099999999731 ], [ -122.0423, 37.07629999999974 ], [ -122.0418, 37.082699999999733 ], [ -122.0368, 37.085699999999726 ], [ -122.032, 37.095399999999735 ], [ -122.0278, 37.097999999999722 ], [ -122.018, 37.097099999999728 ], [ -122.0161, 37.094399999999752 ], [ -122.013, 37.09489999999974 ], [ -122.0085, 37.091499999999741 ], [ -121.9956, 37.099499999999736 ], [ -121.9907, 37.099699999999743 ], [ -121.9902, 37.103499999999734 ], [ -121.9888, 37.103899999999747 ], [ -121.9916, 37.106999999999751 ], [ -121.9908, 37.109199999999724 ], [ -121.9885, 37.108199999999734 ], [ -121.9889, 37.109299999999742 ], [ -121.9868, 37.110599999999742 ], [ -121.9863, 37.10929999999972 ], [ -121.985474, 37.111261999999748 ], [ -121.9847, 37.109299999999735 ], [ -121.9809, 37.109799999999744 ], [ -121.9805, 37.112199999999746 ], [ -121.975284, 37.111369999999738 ], [ -121.9759, 37.107999999999741 ], [ -121.9736, 37.105199999999726 ], [ -121.9764, 37.101499999999746 ], [ -121.970924, 37.098708999999737 ], [ -121.970058, 37.095144999999761 ], [ -121.9754, 37.094299999999734 ], [ -121.9752, 37.095699999999738 ], [ -121.9769, 37.093599999999746 ], [ -121.9775, 37.085499999999733 ], [ -121.9754, 37.083099999999753 ], [ -121.9702, 37.085599999999744 ], [ -121.9651, 37.084099999999729 ], [ -121.9643, 37.080999999999719 ], [ -121.9601, 37.078799999999745 ], [ -121.955, 37.073099999999734 ], [ -121.958, 37.073799999999729 ], [ -121.9582, 37.070699999999746 ], [ -121.9505, 37.070799999999721 ], [ -121.9399, 37.055699999999739 ], [ -121.939, 37.064399999999701 ], [ -121.9286, 37.064499999999768 ], [ -121.9293, 37.062999999999739 ], [ -121.9277, 37.061199999999744 ], [ -121.9261, 37.063499999999735 ], [ -121.924442, 37.056765999999747 ], [ -121.9223, 37.055099999999733 ], [ -121.9166, 37.059699999999737 ], [ -121.9177, 37.060299999999742 ], [ -121.9162, 37.065199999999713 ], [ -121.9175, 37.06729999999974 ], [ -121.9115, 37.071699999999744 ], [ -121.9031, 37.073899999999739 ], [ -121.90073961489253, 37.073359078412615 ], [ -121.886417557902064, 37.081176678158123 ], [ -121.870433693838876, 37.081179850919462 ], [ -121.854460666586093, 37.081182994654945 ], [ -121.852711833132929, 37.083283205075766 ], [ -121.843395732675802, 37.094468644111558 ], [ -121.843395244620424, 37.094469229187567 ], [ -121.843270496193171, 37.094445490298526 ], [ -121.842817849762582, 37.094461162204425 ], [ -121.842490506188639, 37.094472492221144 ], [ -121.841819500297021, 37.094503487941481 ], [ -121.841595051895553, 37.09451496537023 ], [ -121.841428497609229, 37.09452348238846 ], [ -121.841073514672857, 37.094449495255574 ], [ -121.840851153339457, 37.094352759634965 ], [ -121.840850516098058, 37.094352449595121 ], [ -121.840658510996477, 37.094258492721487 ], [ -121.840399494983131, 37.094055480709564 ], [ -121.840278504370843, 37.093774495545922 ], [ -121.840236506342293, 37.093583483086405 ], [ -121.840224808410355, 37.093556188762356 ], [ -121.84018249700722, 37.093457482640218 ], [ -121.840089592919441, 37.093426520365114 ], [ -121.84002949696459, 37.093406491585903 ], [ -121.83977750898751, 37.093436499816995 ], [ -121.839433503299034, 37.093465495753861 ], [ -121.839220509647831, 37.093451482214149 ], [ -121.838925492056205, 37.093347488678198 ], [ -121.83868550016031, 37.093207500532039 ], [ -121.83855950165632, 37.093107482157066 ], [ -121.838513966505374, 37.093019787747195 ], [ -121.838505503671925, 37.093003484345211 ], [ -121.838511126402054, 37.092946726900749 ], [ -121.838515505278011, 37.092902495002988 ], [ -121.838525908735974, 37.092885590942799 ], [ -121.838571510389059, 37.09281147812645 ], [ -121.83862622667985, 37.092729380620433 ], [ -121.838635490833241, 37.092715484227853 ], [ -121.838750500963002, 37.092528485357185 ], [ -121.83877949441046, 37.092310497149377 ], [ -121.838762501837991, 37.092110497646338 ], [ -121.838689491013071, 37.091976498797628 ], [ -121.838519511993653, 37.091782495312692 ], [ -121.838325499371933, 37.091627486198242 ], [ -121.838208276957346, 37.091581963633566 ], [ -121.838119506879011, 37.091547492420226 ], [ -121.83798475458687, 37.091525701070282 ], [ -121.837884485744596, 37.091509489370409 ], [ -121.83760450419561, 37.09153548403048 ], [ -121.837238497585389, 37.091636493704101 ], [ -121.836834509963452, 37.091718502395594 ], [ -121.836634810552141, 37.091699498785083 ], [ -121.836508503969071, 37.091687482391293 ], [ -121.836199555413614, 37.09161482609727 ], [ -121.835615518458695, 37.091477480358847 ], [ -121.835537496738127, 37.091442488843668 ], [ -121.83549351892637, 37.091384482688618 ], [ -121.835460310080336, 37.091324526744117 ], [ -121.835421516849635, 37.091254497615211 ], [ -121.835392722596069, 37.091197895799418 ], [ -121.8353625025279, 37.091138483435834 ], [ -121.835310500141262, 37.091083482440887 ], [ -121.835237514553867, 37.091004496598224 ], [ -121.835143398125069, 37.090974023924836 ], [ -121.83509850748132, 37.090959492057202 ], [ -121.835031892475172, 37.090953440161371 ], [ -121.834944516571298, 37.090945499211735 ], [ -121.834919356360118, 37.090946637672793 ], [ -121.834812502402073, 37.090951494983273 ], [ -121.834713501541529, 37.090977491574449 ], [ -121.834604497086971, 37.091033498102789 ], [ -121.834406512589638, 37.0911444865242 ], [ -121.834284513121176, 37.091176487010166 ], [ -121.83419249970747, 37.091176481972241 ], [ -121.834152377447936, 37.091166113627679 ], [ -121.834134499889728, 37.091161493332017 ], [ -121.834126069161087, 37.091156813271631 ], [ -121.833925512906347, 37.091045496173109 ], [ -121.833818737471105, 37.090979667831839 ], [ -121.833792495860081, 37.090963488608708 ], [ -121.833641512528089, 37.090852500000913 ], [ -121.833542496539508, 37.090763484764466 ], [ -121.833520627259944, 37.09073627349801 ], [ -121.833497494382129, 37.090707499623655 ], [ -121.833421507855164, 37.090588495796887 ], [ -121.833298505748914, 37.090475487896953 ], [ -121.833234213037485, 37.09041694757768 ], [ -121.833175510548884, 37.09036350103684 ], [ -121.833080506580046, 37.090291484917024 ], [ -121.833080391414597, 37.090291394863634 ], [ -121.833079965669157, 37.090291049813594 ], [ -121.833074158055524, 37.090286024992665 ], [ -121.832950500854096, 37.090179489596061 ], [ -121.832831496163408, 37.090103497969437 ], [ -121.832702699587273, 37.090035372624229 ], [ -121.832702462845361, 37.090035248769595 ], [ -121.832589501150935, 37.089975495397034 ], [ -121.832512971703508, 37.089923612890004 ], [ -121.832440506849309, 37.089874491309672 ], [ -121.832102499434271, 37.08958849911582 ], [ -121.831986501300094, 37.089454498126059 ], [ -121.831978497582213, 37.089348493247776 ], [ -121.831993663016775, 37.089273896412486 ], [ -121.832003498119775, 37.089225500723899 ], [ -121.831993499947089, 37.089150488557159 ], [ -121.831982376517317, 37.08910841612262 ], [ -121.831970495737295, 37.0890634996762 ], [ -121.831954506283111, 37.089024491509875 ], [ -121.831902507136661, 37.088923492185693 ], [ -121.831819505336142, 37.088809491113942 ], [ -121.831673499782823, 37.088665485601169 ], [ -121.831529513844785, 37.0885795008993 ], [ -121.831430489451591, 37.088548489357969 ], [ -121.831159497934294, 37.088445491449363 ], [ -121.83093250434753, 37.08837649848234 ], [ -121.830828496886596, 37.088335490120009 ], [ -121.830724506480365, 37.088290489323505 ], [ -121.830586489819268, 37.088208494094687 ], [ -121.830461512147437, 37.088115500442846 ], [ -121.830355496676091, 37.088080487306982 ], [ -121.830270492104958, 37.088074494410371 ], [ -121.830200261476833, 37.088083618377283 ], [ -121.830116512582094, 37.088094499968484 ], [ -121.829893503061371, 37.088094498884196 ], [ -121.829808500872531, 37.088094488519033 ], [ -121.829764550523649, 37.088108731050326 ], [ -121.829764386892379, 37.088108785751523 ], [ -121.829737501754664, 37.088117493943088 ], [ -121.829598490454856, 37.088193489834474 ], [ -121.829470509754259, 37.088250484041012 ], [ -121.82939049601562, 37.088282499755934 ], [ -121.829377164196416, 37.088289452109926 ], [ -121.829367498683609, 37.088294491825152 ], [ -121.829318510115712, 37.088300486020785 ], [ -121.829302687722375, 37.088296534407611 ], [ -121.829258508224058, 37.088285494511595 ], [ -121.829223487827051, 37.088238482014738 ], [ -121.829211312871578, 37.088191998882898 ], [ -121.829196504440944, 37.088135486239985 ], [ -121.829191964192233, 37.088092598239783 ], [ -121.829187509872597, 37.088050498030221 ], [ -121.829167570266648, 37.088001657427583 ], [ -121.829167502489241, 37.088001493738233 ], [ -121.829124029267774, 37.087966923623725 ], [ -121.829123490177366, 37.087966492966302 ], [ -121.829018084639358, 37.08789886581598 ], [ -121.829017511254079, 37.087898500027464 ], [ -121.82898308349121, 37.087889336211909 ], [ -121.82887850881383, 37.087861498501205 ], [ -121.828794513291854, 37.087848501684597 ], [ -121.828676502089138, 37.087826496138959 ], [ -121.828583506665353, 37.087826499306942 ], [ -121.828505486121259, 37.087848489113675 ], [ -121.828287626837664, 37.087916774634586 ], [ -121.828154517959263, 37.087958498077484 ], [ -121.828081720836082, 37.087977149885951 ], [ -121.828037506134791, 37.087988481476636 ], [ -121.827989050749636, 37.087992413001963 ], [ -121.827926507604047, 37.087997482746196 ], [ -121.827846850170801, 37.088003697820078 ], [ -121.82784662237286, 37.088003714834294 ], [ -121.827772510196311, 37.088009494130084 ], [ -121.827711731299175, 37.088005109733103 ], [ -121.827661499743883, 37.088001492036035 ], [ -121.827540696823604, 37.087981670387926 ], [ -121.827338499496449, 37.08794849413492 ], [ -121.827234506563187, 37.087951486350171 ], [ -121.827071491715614, 37.087977492576158 ], [ -121.826964496920326, 37.088021495911377 ], [ -121.826861500341337, 37.088034489304519 ], [ -121.826764507698769, 37.088015492261285 ], [ -121.826661501886235, 37.087923493040201 ], [ -121.826582504086446, 37.087855489261216 ], [ -121.826520796088829, 37.087810116255504 ], [ -121.826520541804896, 37.087809931452973 ], [ -121.826514511239907, 37.087805489497278 ], [ -121.826488708463216, 37.087797013487773 ], [ -121.826444516707411, 37.087782495651958 ], [ -121.826245059629031, 37.08774670966217 ], [ -121.82618251258323, 37.087735486813472 ], [ -121.826089274914509, 37.087732134823625 ], [ -121.825904520804059, 37.087725498054461 ], [ -121.825772510049191, 37.087725481727979 ], [ -121.825652502523496, 37.087737494967875 ], [ -121.825366496698365, 37.087801487083581 ], [ -121.825266494017328, 37.087795496161839 ], [ -121.825174500648288, 37.087779483191433 ], [ -121.825060499046415, 37.087766482846853 ], [ -121.824989159155862, 37.087765359518642 ], [ -121.82493349870181, 37.087764484889611 ], [ -121.824887608484886, 37.087769534283019 ], [ -121.824887415760827, 37.087769556085178 ], [ -121.824842511376715, 37.087774495188469 ], [ -121.82451151046763, 37.087863495636938 ], [ -121.824415518245416, 37.087869485713263 ], [ -121.824316503302882, 37.087863500818294 ], [ -121.824212506273511, 37.08784448856219 ], [ -121.824120502514219, 37.08779048655326 ], [ -121.824077503123107, 37.087723491650245 ], [ -121.824057497493143, 37.087665493756624 ], [ -121.824029509691954, 37.08753949365078 ], [ -121.823992496690039, 37.087353500084824 ], [ -121.823946218264936, 37.087139109881228 ], [ -121.823913496876941, 37.086987501246092 ], [ -121.823852901645367, 37.086824901270646 ], [ -121.823852503828078, 37.086823830284374 ], [ -121.823812494803107, 37.086716480421089 ], [ -121.823765504360921, 37.086584485274997 ], [ -121.823721509797096, 37.086386486318027 ], [ -121.823689514127892, 37.086263493350842 ], [ -121.823661507960054, 37.086161490995224 ], [ -121.823645502953724, 37.086105490432274 ], [ -121.82362345585409, 37.086062092142463 ], [ -121.823614513934402, 37.086044486185038 ], [ -121.823614005988063, 37.086044078041752 ], [ -121.823608108185496, 37.086039324554115 ], [ -121.823542504644067, 37.085986488020886 ], [ -121.823514472255326, 37.085972006411033 ], [ -121.823482496067967, 37.085955487928977 ], [ -121.823387511905224, 37.085939498747123 ], [ -121.823286212469114, 37.085935951944926 ], [ -121.823187499557577, 37.085932495933044 ], [ -121.823093203460687, 37.085924173806532 ], [ -121.822983508146294, 37.085914495372791 ], [ -121.822761747182653, 37.085858712284832 ], [ -121.822761538985887, 37.085858658347874 ], [ -121.822661508229956, 37.085833495288682 ], [ -121.822158500794757, 37.085687502588158 ], [ -121.821628501017187, 37.085433484752194 ], [ -121.821489638453926, 37.085353689154822 ], [ -121.821226499657598, 37.085202480913743 ], [ -121.821178403643302, 37.08517422566657 ], [ -121.821015510081025, 37.085078493274111 ], [ -121.820800501764595, 37.084986491334092 ], [ -121.820592511635041, 37.0849164879725 ], [ -121.820454492312763, 37.084804492719002 ], [ -121.820453951570173, 37.08480393455401 ], [ -121.820258500936433, 37.084623490678524 ], [ -121.820130914274088, 37.08444200260486 ], [ -121.820130754204399, 37.084441827618136 ], [ -121.820130513433256, 37.084441488808366 ], [ -121.820027512153302, 37.084337494524895 ], [ -121.820027281136561, 37.084337361810071 ], [ -121.819807500403343, 37.084210493951375 ], [ -121.819712506924546, 37.084162492015984 ], [ -121.819584501235809, 37.084105488729818 ], [ -121.819472507446633, 37.084061489209006 ], [ -121.819356483800718, 37.084012435852841 ], [ -121.819356356989587, 37.084012382720267 ], [ -121.819297499900799, 37.083987496349614 ], [ -121.819191180008872, 37.083963869805253 ], [ -121.819054493321133, 37.083933498499093 ], [ -121.818917359546887, 37.083925152523136 ], [ -121.818791493253883, 37.083917495121888 ], [ -121.818484494295916, 37.083878495255775 ], [ -121.818391658501412, 37.083851611527493 ], [ -121.818225501507882, 37.083803495057893 ], [ -121.818146495634593, 37.083752496022555 ], [ -121.818146138370437, 37.083752036005762 ], [ -121.818141240635526, 37.083745571612575 ], [ -121.818102494643298, 37.083694496582424 ], [ -121.818074503858227, 37.083529499162189 ], [ -121.818034495776018, 37.083409495535534 ], [ -121.817994510698597, 37.083288494736813 ], [ -121.817942509399472, 37.083218492796355 ], [ -121.817902502532405, 37.083183480392705 ], [ -121.817771513534311, 37.083094490524623 ], [ -121.817706504218975, 37.083009892988812 ], [ -121.817688516382077, 37.082986480323996 ], [ -121.817664718321453, 37.082951405661142 ], [ -121.817591496114446, 37.082843480995258 ], [ -121.817416499153396, 37.08257050465383 ], [ -121.817397459046092, 37.082521133099306 ], [ -121.817389500213551, 37.082500493932393 ], [ -121.817398640713932, 37.082470670900619 ], [ -121.817408505900872, 37.082438492785563 ], [ -121.817518663613029, 37.082351827185647 ], [ -121.81754449467978, 37.082331505693439 ], [ -121.817544599269155, 37.082331202926163 ], [ -121.817564496192276, 37.082273499548577 ], [ -121.817564512989037, 37.08222049891878 ], [ -121.817532031009534, 37.08214586899102 ], [ -121.817517509110203, 37.082112500690926 ], [ -121.817505037043219, 37.082097331052154 ], [ -121.817420494116732, 37.081994493728885 ], [ -121.817403696200358, 37.08194332463443 ], [ -121.817397509243051, 37.081924485983585 ], [ -121.817404119331712, 37.081892036801918 ], [ -121.817408508675072, 37.08187049078451 ], [ -121.817443869934948, 37.081772265157376 ], [ -121.817453506774939, 37.081745491096569 ], [ -121.817459520279613, 37.081729176434166 ], [ -121.817484486899943, 37.08166149047144 ], [ -121.817496502172716, 37.081619493297062 ], [ -121.817480501435597, 37.081562494557765 ], [ -121.817397509155072, 37.08147049424813 ], [ -121.817166428072781, 37.081190658212563 ], [ -121.816926465821652, 37.080900025667432 ], [ -121.81669649070551, 37.080621490572575 ], [ -121.816504513881299, 37.080396486227144 ], [ -121.816501945667696, 37.080361440909137 ], [ -121.816498509915505, 37.080314499801517 ], [ -121.816491514546343, 37.08025749743063 ], [ -121.816495493541368, 37.080229636986232 ], [ -121.816500510689252, 37.080194488046217 ], [ -121.816534974212104, 37.08010512941263 ], [ -121.816554504324472, 37.080054491670545 ], [ -121.816575283531662, 37.079964907540173 ], [ -121.816599500459333, 37.079860500646575 ], [ -121.816597627272316, 37.079786691626651 ], [ -121.816597621625291, 37.079786578938162 ], [ -121.816595513528824, 37.079703488762767 ], [ -121.816570512139705, 37.079561487323105 ], [ -121.81655949997328, 37.079488495565919 ], [ -121.816566503670032, 37.079408482548189 ], [ -121.816614502365837, 37.079329493648643 ], [ -121.816614981198299, 37.079329151638483 ], [ -121.816671497411065, 37.07928848779207 ], [ -121.816997503004117, 37.07916748636859 ], [ -121.817108489879203, 37.079103481737036 ], [ -121.817108668494299, 37.079103295304456 ], [ -121.817192331959291, 37.079015477934938 ], [ -121.817208504680352, 37.078998501372844 ], [ -121.817208571089139, 37.078998393849055 ], [ -121.817347495822261, 37.078785490826952 ], [ -121.817407492633549, 37.078512489389119 ], [ -121.817403503735278, 37.078340492946531 ], [ -121.817379495766673, 37.07814649217255 ], [ -121.817344496648715, 37.077993496957227 ], [ -121.817300495482669, 37.077898487160567 ], [ -121.817208503071626, 37.077791498373195 ], [ -121.817084504295877, 37.077690499146996 ], [ -121.816929495474056, 37.07760148809146 ], [ -121.816739503259527, 37.077489500584825 ], [ -121.816539505152676, 37.077407497563129 ], [ -121.81641504795266, 37.077329421118264 ], [ -121.816319508906716, 37.077269488341322 ], [ -121.816306024865497, 37.077261893357317 ], [ -121.816248502232284, 37.077229496170496 ], [ -121.81620814331248, 37.077221180904566 ], [ -121.816180496736351, 37.077215489696989 ], [ -121.816037542598025, 37.077209226830256 ], [ -121.815906514141702, 37.077203484487463 ], [ -121.815793513182328, 37.077213488962862 ], [ -121.815714500548168, 37.077187482209418 ], [ -121.815662499144821, 37.077159496961507 ], [ -121.815586505768451, 37.077108484818893 ], [ -121.815459589255624, 37.076988731155211 ], [ -121.815444497867063, 37.076974489543012 ], [ -121.815429970427942, 37.076958952364315 ], [ -121.81534349151525, 37.076866481551718 ], [ -121.815116522670863, 37.076522479267346 ], [ -121.814876752342826, 37.076215708404625 ], [ -121.814819515291617, 37.076142478302238 ], [ -121.814795266588447, 37.076116727749252 ], [ -121.814658508662347, 37.075971479291326 ], [ -121.814592559000772, 37.075831457088157 ], [ -121.814523603354232, 37.0757538430247 ], [ -121.814458498968619, 37.075680486680682 ], [ -121.814458234166253, 37.075680269143248 ], [ -121.814458043128013, 37.075680065681254 ], [ -121.814211495855815, 37.075476485697024 ], [ -121.814074526200002, 37.07529248750761 ], [ -121.814074434009726, 37.07529235024154 ], [ -121.814065327620739, 37.075276498087021 ], [ -121.813958506331232, 37.075090501173023 ], [ -121.814004513670653, 37.074868494976961 ], [ -121.814142499273828, 37.074501483152005 ], [ -121.814142761786655, 37.074501847385491 ], [ -121.814519503908414, 37.075029486872658 ], [ -121.81451958314328, 37.075029268328379 ], [ -121.814577512322771, 37.074868484016974 ], [ -121.814584197270406, 37.074812488175006 ], [ -121.814590519198063, 37.074759494204081 ], [ -121.814584818298471, 37.07461459076714 ], [ -121.814578518091196, 37.074454484884747 ], [ -121.814544511037411, 37.074290497819632 ], [ -121.814486493160985, 37.074160496087949 ], [ -121.814332495584367, 37.073946498209658 ], [ -121.814239510981579, 37.073859489410523 ], [ -121.813982501530134, 37.073659482664716 ], [ -121.813744504445211, 37.073525503494515 ], [ -121.813542515050585, 37.073316488691262 ], [ -121.813516466665035, 37.073271717635627 ], [ -121.813396492620001, 37.073065498575595 ], [ -121.813241506006193, 37.072869488306793 ], [ -121.813094516858357, 37.072703537301742 ], [ -121.813086514303464, 37.072694501471808 ], [ -121.813086231323283, 37.072694264483367 ], [ -121.812801512827477, 37.072456486179632 ], [ -121.812362507972608, 37.072219489017925 ], [ -121.812038499247947, 37.072054498202327 ], [ -121.811929486160807, 37.071990495193639 ], [ -121.811929055274121, 37.071990018118399 ], [ -121.811834507913872, 37.071900487204942 ], [ -121.811654510951456, 37.07166148928161 ], [ -121.811427508958872, 37.071415485869181 ], [ -121.811349509776193, 37.071291499349542 ], [ -121.811306504778386, 37.071190495184638 ], [ -121.811304446218045, 37.071135287738976 ], [ -121.811302508145815, 37.071083498998469 ], [ -121.811302498723549, 37.071029481390035 ], [ -121.811296680253179, 37.071008867695781 ], [ -121.811291500030563, 37.070990493776286 ], [ -121.811265534609475, 37.070955470188316 ], [ -121.811100504607211, 37.070821495351332 ], [ -121.810731502552215, 37.070450496178545 ], [ -121.81041551181589, 37.070085485804697 ], [ -121.810298507971794, 37.069893490983304 ], [ -121.81021550277643, 37.069793485653726 ], [ -121.810093454619263, 37.06968245370696 ], [ -121.810042718566166, 37.069652418725816 ], [ -121.809968508322413, 37.069608494495398 ], [ -121.809924814835171, 37.06957598552976 ], [ -121.809671514439714, 37.069387495198704 ], [ -121.809365516231267, 37.069216493499823 ], [ -121.809297494221909, 37.069161498170878 ], [ -121.809241509741454, 37.069098488947361 ], [ -121.809149500638412, 37.068896495890243 ], [ -121.808948512296965, 37.068744485619199 ], [ -121.808709507695852, 37.068636495450392 ], [ -121.808579508964257, 37.068601497761001 ], [ -121.808443514536123, 37.068575485838153 ], [ -121.808020481460929, 37.068599064048698 ], [ -121.807492507917971, 37.068628491779847 ], [ -121.807234889456041, 37.068659146983947 ], [ -121.807234127912807, 37.068659238619354 ], [ -121.807055491413223, 37.068680491541677 ], [ -121.80685650375392, 37.068680503917243 ], [ -121.806741501656447, 37.068674491890256 ], [ -121.806625506121051, 37.068645485378838 ], [ -121.806480506801336, 37.068575501470804 ], [ -121.80591250722982, 37.068286494973869 ], [ -121.805807501710731, 37.068213496884013 ], [ -121.805652507733257, 37.068156500381029 ], [ -121.805579033469414, 37.06813877967415 ], [ -121.805540511951975, 37.068129489336251 ], [ -121.805422032413134, 37.068106949290694 ], [ -121.805314503867294, 37.068086490500626 ], [ -121.804963185325391, 37.068025888116345 ], [ -121.804960855860145, 37.068025485252029 ], [ -121.804572502448039, 37.067958487168838 ], [ -121.804413732755847, 37.06793746810186 ], [ -121.804217507606083, 37.067911488841624 ], [ -121.803639492490618, 37.06787348694322 ], [ -121.803161504970518, 37.067850495106811 ], [ -121.803034050411938, 37.067858266870324 ], [ -121.802915512857425, 37.067865497165499 ], [ -121.802803064814867, 37.067888995986152 ], [ -121.802802883020902, 37.06788903120114 ], [ -121.802647502722351, 37.067921495356515 ], [ -121.802496490547767, 37.067949490714781 ], [ -121.802261495410619, 37.067955497025864 ], [ -121.802164440620928, 37.067935772490756 ], [ -121.802164068128306, 37.067935703520632 ], [ -121.802133497412783, 37.067929487505019 ], [ -121.801982508035323, 37.067865491608991 ], [ -121.801951465551383, 37.0678416542234 ], [ -121.801719501311325, 37.067663502424075 ], [ -121.801591507928862, 37.067568485908737 ], [ -121.801512057361947, 37.067479702551118 ], [ -121.801506499618171, 37.067473496081355 ], [ -121.801486760685933, 37.067433098792762 ], [ -121.801420510118248, 37.067297497455122 ], [ -121.801322501869336, 37.066939482284972 ], [ -121.801246505681732, 37.06679049620022 ], [ -121.801051514749986, 37.066520485867606 ], [ -121.800936505789835, 37.066367487634565 ], [ -121.8008605062887, 37.06618649149884 ], [ -121.8008348918178, 37.066099513161411 ], [ -121.800817514281547, 37.066040497526444 ], [ -121.80081028629175, 37.066030912955185 ], [ -121.800771503430681, 37.06597948066397 ], [ -121.800677503161296, 37.06589549951719 ], [ -121.800538497164808, 37.065771496660766 ], [ -121.800402504936869, 37.06558650416099 ], [ -121.800359793785461, 37.065528899478025 ], [ -121.800359489541378, 37.065528490332099 ], [ -121.800346065517715, 37.06551813911107 ], [ -121.800276508105156, 37.065464499898503 ], [ -121.800157500599113, 37.065419489540005 ], [ -121.799978488719802, 37.065400493175133 ], [ -121.799788509064783, 37.065390501350166 ], [ -121.799604502072683, 37.065381494439521 ], [ -121.799420498204611, 37.065340496775086 ], [ -121.799351319961445, 37.065314710648536 ], [ -121.799351104885801, 37.065314628443168 ], [ -121.799310499262248, 37.065299489245241 ], [ -121.798651915016947, 37.065020523159525 ], [ -121.798276496628233, 37.064861499522216 ], [ -121.798233903545366, 37.064833929534636 ], [ -121.798191511805044, 37.064806493470201 ], [ -121.798028511869177, 37.064676486989455 ], [ -121.797976238728452, 37.064647570964652 ], [ -121.797793505765171, 37.064546489964478 ], [ -121.797725503794254, 37.064489494960618 ], [ -121.797488490224964, 37.064212499418538 ], [ -121.797411095135956, 37.064143037246907 ], [ -121.797410491467346, 37.064142502051332 ], [ -121.797370446712065, 37.064120014185654 ], [ -121.797207502003744, 37.064028500669515 ], [ -121.797048498177062, 37.063933496771625 ], [ -121.796841500218179, 37.063838483020632 ], [ -121.796586501025516, 37.063768501967473 ], [ -121.796383486873154, 37.063723499473895 ], [ -121.796256780681759, 37.063684314360536 ], [ -121.796176492322402, 37.063659485125029 ], [ -121.796005504062279, 37.063589482582437 ], [ -121.795924457005142, 37.063576746023088 ], [ -121.795846516412198, 37.063564500367384 ], [ -121.795692491914423, 37.063578496083686 ], [ -121.795343501793099, 37.063669490408579 ], [ -121.795144520709187, 37.063710499180637 ], [ -121.795021512886109, 37.063752500303039 ], [ -121.794989821895726, 37.063756222720322 ], [ -121.794953502788573, 37.063760487944364 ], [ -121.794823516702962, 37.063754494464213 ], [ -121.794706774563622, 37.063745739596598 ], [ -121.794583497403266, 37.063736495827733 ], [ -121.794455511915913, 37.063736487334459 ], [ -121.794356506560788, 37.063777494255099 ], [ -121.794331193360023, 37.063797830840755 ], [ -121.794295510637326, 37.063826496081887 ], [ -121.794295330010584, 37.063826808430115 ], [ -121.794204497751423, 37.063985492183484 ], [ -121.794132503292232, 37.064090480319635 ], [ -121.794132058557906, 37.064090887794535 ], [ -121.79409515141235, 37.064124924636019 ], [ -121.794056163991144, 37.064160816528329 ], [ -121.79405550422365, 37.064161490058886 ], [ -121.793953232564533, 37.064225018007114 ], [ -121.793952511153904, 37.064225496768024 ], [ -121.793856518213275, 37.064269489003848 ], [ -121.79370950658263, 37.064304489681184 ], [ -121.793665654941293, 37.064309688622714 ], [ -121.793633507328337, 37.06431349939664 ], [ -121.793546499393074, 37.064313503592864 ], [ -121.793510330956778, 37.064308234706054 ], [ -121.793443518238135, 37.064298497060392 ], [ -121.793295493427337, 37.064241481294083 ], [ -121.793100505939947, 37.064136490809098 ], [ -121.792944514715714, 37.064063500559023 ], [ -121.79283351273962, 37.064012492599979 ], [ -121.792745517525276, 37.063977499069878 ], [ -121.792659505466943, 37.06396148342602 ], [ -121.792267491271573, 37.063904495953558 ], [ -121.791817496830106, 37.063875491060507 ], [ -121.791734982776347, 37.063877853111975 ], [ -121.791642513126305, 37.063880501963894 ], [ -121.791558773357451, 37.063885055141213 ], [ -121.791558486481335, 37.06388507000235 ], [ -121.791495510013988, 37.063888491989438 ], [ -121.791383514067149, 37.063875497744611 ], [ -121.791311113042639, 37.06386019187498 ], [ -121.791310902915811, 37.063860148237595 ], [ -121.791260503156678, 37.06384949031785 ], [ -121.79119431923769, 37.063817886441349 ], [ -121.791149504728267, 37.063796486053818 ], [ -121.791148973726479, 37.063796036041389 ], [ -121.791050498820013, 37.0637194962096 ], [ -121.790949494397324, 37.063700504782332 ], [ -121.790758492647058, 37.063707488144644 ], [ -121.790694493907949, 37.063697497546876 ], [ -121.790555511164129, 37.063637485043834 ], [ -121.790500036206083, 37.063627240398581 ], [ -121.790463497931484, 37.063620490741116 ], [ -121.790356175487759, 37.063622649228321 ], [ -121.79026450482138, 37.063624494501539 ], [ -121.790113509149606, 37.063605493383562 ], [ -121.790037514220373, 37.063595506031184 ], [ -121.78998649595809, 37.063570488080551 ], [ -121.789724498555088, 37.063335494936084 ], [ -121.789668495954672, 37.063309480472391 ], [ -121.78962348920922, 37.063303482953238 ], [ -121.789313505601825, 37.063303498091379 ], [ -121.78924551018244, 37.063284490919429 ], [ -121.789202507316574, 37.063252482345547 ], [ -121.789202276524065, 37.063252226567307 ], [ -121.789174616472863, 37.06322153946153 ], [ -121.788855499835293, 37.062867497520493 ], [ -121.788812503386552, 37.062843484268299 ], [ -121.788719491024651, 37.062821491483405 ], [ -121.788608506178093, 37.062817493293934 ], [ -121.788377514741839, 37.062795495862566 ], [ -121.788297499706829, 37.062751498867712 ], [ -121.788249498990965, 37.06268449775061 ], [ -121.788229496385327, 37.062592489347651 ], [ -121.788198507373352, 37.062455493697286 ], [ -121.788170505095437, 37.062343485453546 ], [ -121.78814267637776, 37.062302755826444 ], [ -121.788142499282003, 37.062302496148789 ], [ -121.788135957006318, 37.062297706166277 ], [ -121.788086508996301, 37.062261492108554 ], [ -121.787828514223008, 37.062147489236388 ], [ -121.787640508287666, 37.062086495113519 ], [ -121.787477497298042, 37.06205848176792 ], [ -121.787350869496024, 37.062050503375829 ], [ -121.787350512956053, 37.062050480464578 ], [ -121.787255507077091, 37.062044491036431 ], [ -121.787002786154758, 37.062102271633073 ], [ -121.787001015558204, 37.062102674413723 ], [ -121.786752505646305, 37.06215948533206 ], [ -121.786625519461921, 37.062172492079938 ], [ -121.786489496012422, 37.062159491959292 ], [ -121.786362493287768, 37.062125480291058 ], [ -121.786287269743028, 37.062098308710745 ], [ -121.786287043597468, 37.062098226368541 ], [ -121.786207510355155, 37.062069493068059 ], [ -121.786121587258819, 37.062026533799227 ], [ -121.786051495251812, 37.061991490328403 ], [ -121.785932027066806, 37.061902928759039 ], [ -121.785931444126476, 37.0619024915298 ], [ -121.785908629560254, 37.061885579560723 ], [ -121.78590853151222, 37.061885465925002 ], [ -121.785732500131942, 37.061675488720653 ], [ -121.785708754459833, 37.061645417385733 ], [ -121.785708549639935, 37.061645157420642 ], [ -121.785582487968838, 37.061485491241818 ], [ -121.785479495573924, 37.061322485083664 ], [ -121.785450060846046, 37.061270441092525 ], [ -121.78541050412079, 37.061200496091566 ], [ -121.785330511827084, 37.061091498254953 ], [ -121.785243501180531, 37.061002496262709 ], [ -121.78511650972942, 37.060904505399172 ], [ -121.784988514441196, 37.060856489052064 ], [ -121.784701500128989, 37.060777492309292 ], [ -121.784603540554698, 37.060727139405756 ], [ -121.784603256290055, 37.060726991256793 ], [ -121.784594978673212, 37.060722736084891 ], [ -121.784594509157827, 37.060722492671559 ], [ -121.784567615658062, 37.06069979885887 ], [ -121.784530504117342, 37.060668484751979 ], [ -121.784499908519422, 37.060641735281379 ], [ -121.784363510642436, 37.060522487209973 ], [ -121.784287514826545, 37.060424497924984 ], [ -121.784213100128639, 37.060299635369255 ], [ -121.784200498687895, 37.060278491424732 ], [ -121.78420004644633, 37.060277976980707 ], [ -121.78419939086416, 37.060277226296193 ], [ -121.784028514246486, 37.060081492536057 ], [ -121.78383088027806, 37.059943237765644 ], [ -121.783785499278295, 37.059911493330283 ], [ -121.783566768109921, 37.059771658353846 ], [ -121.783566537989131, 37.059771478153671 ], [ -121.783299501547972, 37.059562502464935 ], [ -121.783132512067752, 37.059423498286932 ], [ -121.783029495079617, 37.059311495792279 ], [ -121.782694504599192, 37.058993497600873 ], [ -121.78257950216603, 37.058869481615211 ], [ -121.782499066664116, 37.058778668894242 ], [ -121.782498986734893, 37.058778579153753 ], [ -121.78242451474226, 37.058694492154459 ], [ -121.782290377607183, 37.058587974562748 ], [ -121.782152504914876, 37.058478488549405 ], [ -121.782013498056287, 37.058275491269221 ], [ -121.781941504379432, 37.058113483557008 ], [ -121.781898514577875, 37.057948486579164 ], [ -121.781848802973457, 37.057851168762028 ], [ -121.78180350049054, 37.057762484404606 ], [ -121.781755916925164, 37.057638140395291 ], [ -121.781710507795907, 37.057519481426844 ], [ -121.781710496863397, 37.05740949605898 ], [ -121.781710512267182, 37.057248484166209 ], [ -121.781663502839962, 37.057003500710962 ], [ -121.781645055480524, 37.056935653412403 ], [ -121.781632500449263, 37.056889483109487 ], [ -121.781572500108567, 37.056784495349312 ], [ -121.781569341655896, 37.056781498902012 ], [ -121.78151550492818, 37.056730486680159 ], [ -121.781438824369999, 37.056692534792099 ], [ -121.781416508348642, 37.05668149136627 ], [ -121.781345221944562, 37.056673470504492 ], [ -121.781256511219652, 37.056663492168148 ], [ -121.781216141762471, 37.056670285829313 ], [ -121.781149510779926, 37.056681495713164 ], [ -121.780954509612883, 37.056720495798992 ], [ -121.780840848205003, 37.056733895682321 ], [ -121.780759512995203, 37.05674348406518 ], [ -121.780489494399035, 37.056724502554516 ], [ -121.780182500852803, 37.056663490023446 ], [ -121.779918510965203, 37.056600503384672 ], [ -121.779569498940717, 37.056512492186535 ], [ -121.779158493678793, 37.056417493026025 ], [ -121.779002772963409, 37.056367406502957 ], [ -121.778959504909125, 37.056353494158166 ], [ -121.778848304139856, 37.056322060248966 ], [ -121.778492502615222, 37.056221494583177 ], [ -121.778390510835735, 37.056177485452572 ], [ -121.778344500586712, 37.056133485211625 ], [ -121.778247507340978, 37.056050485599066 ], [ -121.778201957126456, 37.056002252999939 ], [ -121.778179512925206, 37.055978489113691 ], [ -121.777915501486817, 37.055627499027679 ], [ -121.77788695367687, 37.055589437578789 ], [ -121.777771493820751, 37.055435489161042 ], [ -121.777670518674398, 37.055336497268833 ], [ -121.777494496508268, 37.055270499253012 ], [ -121.777281497224962, 37.055211501665795 ], [ -121.777087502294535, 37.055163498973855 ], [ -121.776828498619281, 37.055107495637188 ], [ -121.776578502680451, 37.05507449341922 ], [ -121.776509719559428, 37.055067313547532 ], [ -121.776463510953448, 37.055062490203021 ], [ -121.776414394634642, 37.055058533456958 ], [ -121.776339502308005, 37.055052498298302 ], [ -121.776275403579163, 37.055040673117674 ], [ -121.776275211854596, 37.055040637053686 ], [ -121.776236503416342, 37.055033493119247 ], [ -121.776213284755258, 37.055027841302696 ], [ -121.776162493092613, 37.055015487933019 ], [ -121.776108512365894, 37.054963498119101 ], [ -121.776075500049288, 37.054923488766491 ], [ -121.776061758068849, 37.054871436915661 ], [ -121.77604249949276, 37.054798486756532 ], [ -121.7760235172086, 37.05454649146251 ], [ -121.77599919555341, 37.054360071488858 ], [ -121.775978502160712, 37.054201488327301 ], [ -121.775966577478314, 37.054063367235678 ], [ -121.775954501710174, 37.053923488409346 ], [ -121.775875513936271, 37.053644495692289 ], [ -121.775797499978111, 37.053459492609043 ], [ -121.775766703394638, 37.053387846036252 ], [ -121.775751501151731, 37.053352481226582 ], [ -121.77572533852279, 37.05330545109031 ], [ -121.775667510601764, 37.05320149647779 ], [ -121.775496502545082, 37.053116494666959 ], [ -121.775326495666775, 37.053032498852893 ], [ -121.775135502360698, 37.052950482418538 ], [ -121.775044733231823, 37.052939934319205 ], [ -121.775044500674625, 37.052939908205609 ], [ -121.775006509537505, 37.052935490756674 ], [ -121.77478049612786, 37.052935483216778 ], [ -121.774657115950319, 37.052953560730984 ], [ -121.774656847219248, 37.052953599450994 ], [ -121.77442549952616, 37.05298749471077 ], [ -121.774280517856013, 37.052991496375547 ], [ -121.774160503778376, 37.052972495875608 ], [ -121.773822518307043, 37.052880484108506 ], [ -121.773476508743016, 37.052751492509394 ], [ -121.773320787021078, 37.052693093436552 ], [ -121.773320130776682, 37.052692853975927 ], [ -121.773268498113822, 37.052673486742563 ], [ -121.773239549405801, 37.052662032335014 ], [ -121.773129512751055, 37.05261849571103 ], [ -121.772921516220293, 37.05258248940158 ], [ -121.772824504077434, 37.05258248319079 ], [ -121.772694506746731, 37.052578497308353 ], [ -121.772638604075937, 37.052585588250224 ], [ -121.772560512238542, 37.052595495073241 ], [ -121.772360127130355, 37.052673999263192 ], [ -121.772292505181838, 37.052700492636028 ], [ -121.772209512668809, 37.052722487575679 ], [ -121.77171449755113, 37.052744499719935 ], [ -121.771372496314271, 37.052784488667598 ], [ -121.771099493320392, 37.052840494612937 ], [ -121.770933513022385, 37.05288848420615 ], [ -121.770734501477548, 37.053009493268014 ], [ -121.770531494159727, 37.05318948421764 ], [ -121.770446186081415, 37.053221650077617 ], [ -121.770445981455012, 37.053221726502578 ], [ -121.770401496831155, 37.053238498088739 ], [ -121.77032735946996, 37.053249873072986 ], [ -121.770212512863296, 37.05326749496453 ], [ -121.769926499436338, 37.053267484462452 ], [ -121.769789886576319, 37.053254485874838 ], [ -121.769695496272419, 37.053245501134768 ], [ -121.769464490275936, 37.053216488199844 ], [ -121.769268508529109, 37.053172492100501 ], [ -121.768986510977911, 37.053076488847374 ], [ -121.768835495981804, 37.053050480380271 ], [ -121.768769509540505, 37.053050497945783 ], [ -121.768598500406014, 37.053057490309726 ], [ -121.768385502384476, 37.053054489044044 ], [ -121.768113495467674, 37.053057496165934 ], [ -121.76795251353019, 37.053076496641339 ], [ -121.76782649818594, 37.053098486229153 ], [ -121.767778143822639, 37.053126301992407 ], [ -121.767673499288634, 37.053186486710935 ], [ -121.767562496356717, 37.053245492289861 ], [ -121.767540130100897, 37.05325180441735 ], [ -121.76748450335937, 37.053267498799272 ], [ -121.767294501272531, 37.053292496819026 ], [ -121.767156493464995, 37.053296488138436 ], [ -121.766929500454069, 37.053267492713474 ], [ -121.766818964899016, 37.053242390046847 ], [ -121.766656494418001, 37.053205488537216 ], [ -121.766430513944343, 37.053116487610239 ], [ -121.766203503201382, 37.052980491688693 ], [ -121.76580190781651, 37.052706764726032 ], [ -121.765801494329054, 37.052706493663813 ], [ -121.765779566632972, 37.052696232369257 ], [ -121.765677510560337, 37.052648494847382 ], [ -121.765605287109409, 37.052625951955555 ], [ -121.765520511364016, 37.052599490395615 ], [ -121.765459875923099, 37.05258321534906 ], [ -121.765371496612232, 37.052559489000927 ], [ -121.765223308138445, 37.052540507818641 ], [ -121.765223003703156, 37.05254046759957 ], [ -121.765168502542664, 37.052533487638442 ], [ -121.764761509873225, 37.052496486073693 ], [ -121.764622592986854, 37.052483527209674 ], [ -121.76449350908041, 37.052471487183276 ], [ -121.764303512135356, 37.052423486047651 ], [ -121.764183515211954, 37.052345496499377 ], [ -121.764068509590572, 37.0522464936886 ], [ -121.763924509987802, 37.052191495992879 ], [ -121.763485504557494, 37.052025487755316 ], [ -121.763355503535735, 37.051932497509178 ], [ -121.763322973423584, 37.05191009583627 ], [ -121.763249498372446, 37.051859488656035 ], [ -121.763215397410832, 37.051803319508693 ], [ -121.763181503733847, 37.051747482998721 ], [ -121.763185496245868, 37.051582487625687 ], [ -121.763200568870744, 37.051475303519531 ], [ -121.763212493793461, 37.051390491467188 ], [ -121.763228103307384, 37.051225042189401 ], [ -121.763245512925067, 37.051040496834766 ], [ -121.763240679187732, 37.050917255173488 ], [ -121.763235512227382, 37.050785494462197 ], [ -121.763238257177676, 37.050760249049695 ], [ -121.763241491440354, 37.050730487155981 ], [ -121.763257437960021, 37.050700801484268 ], [ -121.763263508511088, 37.050689497833595 ], [ -121.76326406993644, 37.050689082798911 ], [ -121.76335551839567, 37.0506214892388 ], [ -121.763390991850528, 37.050601711255126 ], [ -121.763581516689882, 37.050495489037587 ], [ -121.763664929375039, 37.050456596366885 ], [ -121.763744500451324, 37.050419489424549 ], [ -121.763874513368449, 37.050352488539069 ], [ -121.763960494777407, 37.050289491011867 ], [ -121.764048518586605, 37.050216494895629 ], [ -121.764049090713328, 37.050215989566581 ], [ -121.764060666914688, 37.05020493737964 ], [ -121.764169513532011, 37.050101492570121 ], [ -121.764215834114111, 37.050024032284462 ], [ -121.764233502983103, 37.049994481495027 ], [ -121.764275495410132, 37.049901490670294 ], [ -121.764307543473706, 37.049858484894791 ], [ -121.764359500831631, 37.049828486537891 ], [ -121.76440449477613, 37.049810477628782 ], [ -121.764511518909103, 37.049806500211375 ], [ -121.764806506878941, 37.049788487808918 ], [ -121.764862503795328, 37.049762491198315 ], [ -121.764913491473962, 37.049718493894467 ], [ -121.764913516323048, 37.049718329651057 ], [ -121.76492251021466, 37.049666493988411 ], [ -121.764920147174621, 37.049620977889887 ], [ -121.764918507165717, 37.049589489046305 ], [ -121.764899238753898, 37.04953487824892 ], [ -121.764876517942852, 37.049470484382034 ], [ -121.764840651567326, 37.049419759952563 ], [ -121.764794494987541, 37.049354490710364 ], [ -121.764789449159593, 37.049349818772228 ], [ -121.764658519968222, 37.049228488863911 ], [ -121.764554603257992, 37.049150776814265 ], [ -121.764543518366551, 37.049142485167572 ], [ -121.764516883161662, 37.049127172861724 ], [ -121.76442351551421, 37.04907348413311 ], [ -121.764270512246341, 37.049028491446265 ], [ -121.764165498726484, 37.049002496870251 ], [ -121.764076511636873, 37.048962486432806 ], [ -121.764048675043497, 37.048915805332875 ], [ -121.764045507033032, 37.048910496402186 ], [ -121.764035500347674, 37.048800495853413 ], [ -121.763998503167201, 37.048725496071135 ], [ -121.763938515274674, 37.048651491222309 ], [ -121.763896754823278, 37.048616771463244 ], [ -121.763849503223256, 37.048577486221212 ], [ -121.76373450193762, 37.048545493269913 ], [ -121.763395152810915, 37.048393781296348 ], [ -121.76339450295103, 37.048393494423685 ], [ -121.763355976319843, 37.048388762387319 ], [ -121.763280495192944, 37.048379492507586 ], [ -121.762884515128704, 37.048373500667658 ], [ -121.762769513737766, 37.048348506273364 ], [ -121.762709492101095, 37.048310496773887 ], [ -121.762635513569165, 37.048187503047274 ], [ -121.762615725697003, 37.04814405482152 ], [ -121.76258950363713, 37.048086487144126 ], [ -121.762589057897742, 37.048086154972317 ], [ -121.762505521303083, 37.048023491523139 ], [ -121.76226951059914, 37.047916487402667 ], [ -121.762159710016633, 37.047849663864262 ], [ -121.762159477436384, 37.047849526575227 ], [ -121.762131499220999, 37.047832493940675 ], [ -121.761694503540653, 37.047772498776531 ], [ -121.761543557521208, 37.047774681331845 ], [ -121.761279515667454, 37.047778501528164 ], [ -121.76073850874549, 37.047822490520609 ], [ -121.760426793448531, 37.047944391552413 ], [ -121.76042651063203, 37.047944501229132 ], [ -121.760010848454272, 37.048420090969017 ], [ -121.760010503603809, 37.048420490468338 ], [ -121.75986623701418, 37.048535353450823 ], [ -121.759691500601548, 37.048674482569801 ], [ -121.759558598410379, 37.048769007941679 ], [ -121.759317501599398, 37.048940482257166 ], [ -121.759018514885796, 37.049062494854084 ], [ -121.758938498894665, 37.049082478353647 ], [ -121.758863514112861, 37.049062478211198 ], [ -121.758783508103591, 37.049028488754473 ], [ -121.758689499997814, 37.048940480542619 ], [ -121.758561502700601, 37.048835488512353 ], [ -121.758490503141815, 37.048801499749132 ], [ -121.758356511884273, 37.048774491329972 ], [ -121.758210513062423, 37.048804495568383 ], [ -121.758109500093553, 37.048865483495398 ], [ -121.757975546626554, 37.048958460713827 ], [ -121.757895498911893, 37.04908849500012 ], [ -121.757828508259777, 37.04919548896229 ], [ -121.75781096439249, 37.049226305719571 ], [ -121.757750509667588, 37.049332493695985 ], [ -121.757699099498609, 37.049426220858514 ], [ -121.757682505722315, 37.049456479938939 ], [ -121.757606927763206, 37.049549989517885 ], [ -121.757606509011268, 37.049550497903951 ], [ -121.757519510905624, 37.04959348204396 ], [ -121.75746433699257, 37.049603558221463 ], [ -121.757393505825959, 37.049616495120887 ], [ -121.75733316533686, 37.049595992370072 ], [ -121.757187503233951, 37.049546496989748 ], [ -121.75712051605278, 37.049451499956746 ], [ -121.757046517222292, 37.049352462103542 ], [ -121.756935498308039, 37.049264480272591 ], [ -121.756845938205259, 37.049225698867069 ], [ -121.75683850440808, 37.049222479122356 ], [ -121.756831994445051, 37.049219864822824 ], [ -121.756751489480962, 37.049187493044229 ], [ -121.756242491281455, 37.04910949487067 ], [ -121.756117507033281, 37.049102500881929 ], [ -121.756080708116841, 37.049108941092058 ], [ -121.756020497747542, 37.049119479521565 ], [ -121.755940043327413, 37.049152339414483 ], [ -121.755900515886538, 37.049168487689343 ], [ -121.755850361194149, 37.049171926012427 ], [ -121.755798488663714, 37.049175488568345 ], [ -121.755671501276709, 37.049148492782315 ], [ -121.75557451598651, 37.04911349017766 ], [ -121.755563096492935, 37.04910616193466 ], [ -121.755493514986995, 37.049061489191502 ], [ -121.755397500520587, 37.04894848269624 ], [ -121.755306157723822, 37.048765789657935 ], [ -121.75529350646336, 37.048740489594834 ], [ -121.755293046540714, 37.048739782301176 ], [ -121.755292327122859, 37.048738661770777 ], [ -121.755237512903193, 37.048653492584073 ], [ -121.755153500683704, 37.048613493605387 ], [ -121.75500349436409, 37.04853948216055 ], [ -121.7549224907861, 37.04847049704636 ], [ -121.754922345180418, 37.048470129464206 ], [ -121.754903808693811, 37.048423572031481 ], [ -121.754903741110056, 37.048423408302178 ], [ -121.754875507658028, 37.048352485787639 ], [ -121.754866508373581, 37.048240485543907 ], [ -121.754841488965596, 37.04798449649283 ], [ -121.754831754025574, 37.047931789250725 ], [ -121.75481950664954, 37.047865489410441 ], [ -121.754799382988637, 37.047777462286831 ], [ -121.754779504656682, 37.047690491435944 ], [ -121.754686257794916, 37.04748657198639 ], [ -121.754656496546787, 37.04742149023749 ], [ -121.75464263901857, 37.04739400186385 ], [ -121.754596512507476, 37.047302496148752 ], [ -121.754559491779801, 37.047232492020775 ], [ -121.754462494478105, 37.047129503138073 ], [ -121.754344504439004, 37.047003488726787 ], [ -121.75414850221469, 37.04681149434527 ], [ -121.75405950624787, 37.046683497429235 ], [ -121.754050534434953, 37.046599982911218 ], [ -121.754043499415843, 37.04653450244183 ], [ -121.754077559131176, 37.046358288786223 ], [ -121.754095497548505, 37.04626549355519 ], [ -121.754100010788804, 37.046214131862641 ], [ -121.75410551444773, 37.046151493660219 ], [ -121.754071367553806, 37.046097906030901 ], [ -121.754033503784015, 37.04603848176869 ], [ -121.753524490583587, 37.045682481344372 ], [ -121.753394503038095, 37.045556492570199 ], [ -121.753367513393414, 37.045477492516554 ], [ -121.753260509201027, 37.045258484345233 ], [ -121.753171509865211, 37.04500848403417 ], [ -121.753153596918111, 37.044978964015293 ], [ -121.753012516906779, 37.044746484715759 ], [ -121.752780011179453, 37.044459932141415 ], [ -121.752754552077505, 37.044428465403726 ], [ -121.75275415533082, 37.044427967726342 ], [ -121.752638516037933, 37.044265488009167 ], [ -121.752620514632511, 37.044045491427241 ], [ -121.752563090489772, 37.043894577212761 ], [ -121.752550496319287, 37.043861485094176 ], [ -121.752525986054835, 37.043820860630937 ], [ -121.752442505417591, 37.043682481277401 ], [ -121.752185506078973, 37.043435495736986 ], [ -121.751741533547175, 37.043010468914424 ], [ -121.751048489893634, 37.042527490943556 ], [ -121.750852499464756, 37.042385499876715 ], [ -121.750715313444388, 37.042262787629795 ], [ -121.750715025518844, 37.042262532657652 ], [ -121.750710495567986, 37.042258501336427 ], [ -121.750683291487007, 37.042213803746662 ], [ -121.750584906007163, 37.042052280299878 ], [ -121.750576494562509, 37.042038495063657 ], [ -121.750532506551551, 37.041916486997138 ], [ -121.750452502075817, 37.041641493529482 ], [ -121.75034550695878, 37.041314484978734 ], [ -121.750228674598546, 37.041026558264328 ], [ -121.750190502472719, 37.040932483313654 ], [ -121.750157854629009, 37.040861738405482 ], [ -121.750052514836213, 37.040633485297896 ], [ -121.750039040726151, 37.040615709005102 ], [ -121.750038932202997, 37.040615562625597 ], [ -121.749930501154154, 37.040472485943148 ], [ -121.749592500350147, 37.040028502907148 ], [ -121.749537393182436, 37.039938730813489 ], [ -121.749220500080469, 37.039422499364086 ], [ -121.748019591574533, 37.036803522919257 ], [ -121.747727502138162, 37.036166502256521 ], [ -121.747727171929256, 37.036166234974786 ], [ -121.747435294634002, 37.035929359134343 ], [ -121.746634491111692, 37.035279482624901 ], [ -121.746147497457869, 37.034911498381177 ], [ -121.745778118324964, 37.034691750864447 ], [ -121.745520498945694, 37.034538492825398 ], [ -121.745375038214334, 37.034465148726973 ], [ -121.74516351273779, 37.03435849723779 ], [ -121.744833511636912, 37.034177493773853 ], [ -121.744697497598949, 37.034069500308064 ], [ -121.744464487474175, 37.033847489501802 ], [ -121.744313944384146, 37.033658590552882 ], [ -121.744313748801545, 37.033658343952638 ], [ -121.744303503241611, 37.033645488820106 ], [ -121.744262237208716, 37.033572127211244 ], [ -121.744114495675191, 37.033309486596217 ], [ -121.744012510223641, 37.032978486782191 ], [ -121.742865497673904, 37.031031492135909 ], [ -121.742664508730158, 37.030739499069526 ], [ -121.741913542705518, 37.029705549935414 ], [ -121.739761502785655, 37.027733497420321 ], [ -121.739555553122614, 37.027540801306735 ], [ -121.739326509158147, 37.027326499359717 ], [ -121.73923350994454, 37.027265498984143 ], [ -121.739070496660304, 37.027176484164045 ], [ -121.738957496451647, 37.027134486650951 ], [ -121.738940504311202, 37.027137498282571 ], [ -121.738398491293523, 37.026920494622821 ], [ -121.737510504910873, 37.026586484891268 ], [ -121.734229511426435, 37.025247496899681 ], [ -121.733048509886558, 37.024796498130137 ], [ -121.731790517639439, 37.024329489090753 ], [ -121.731300894304027, 37.024134195428871 ], [ -121.731297587395446, 37.024132878137834 ], [ -121.73018849290095, 37.023690484925567 ], [ -121.728731146435493, 37.023155374276293 ], [ -121.72809150577892, 37.022920500061069 ], [ -121.727609515210418, 37.022679486655647 ], [ -121.727164499212094, 37.022420498545692 ], [ -121.726985493342013, 37.02229249392721 ], [ -121.726737516264492, 37.02209549981152 ], [ -121.726737063374827, 37.022095060725221 ], [ -121.726733468952162, 37.022091711362755 ], [ -121.726612500907848, 37.021978490977482 ], [ -121.726362511764094, 37.021685480817013 ], [ -121.726202275899965, 37.021461739143156 ], [ -121.726024499924407, 37.021213498177225 ], [ -121.726024103486935, 37.021212778114027 ], [ -121.725998473681472, 37.02116774500324 ], [ -121.725801493566237, 37.020821485408597 ], [ -121.725644497461147, 37.02047049310417 ], [ -121.725398504161049, 37.019529496376599 ], [ -121.72761149795619, 37.019722493678451 ], [ -121.727960510529471, 37.018805495923502 ], [ -121.728743201721286, 37.018955078806684 ], [ -121.729917491419272, 37.019179489913306 ], [ -121.729564496771516, 37.020924488497563 ], [ -121.729976393678285, 37.021020055894738 ], [ -121.729976772941995, 37.021020144428306 ], [ -121.730370502631956, 37.02111149385572 ], [ -121.734888497034618, 37.01460649416898 ], [ -121.734887822507446, 37.014606046822301 ], [ -121.730418439460408, 37.011655619544264 ], [ -121.727190504875693, 37.009524490912327 ], [ -121.726031512559075, 37.011540504127133 ], [ -121.726030978510735, 37.011540059720637 ], [ -121.722432512508917, 37.008640488160992 ], [ -121.721471493186527, 37.008504498320669 ], [ -121.721191507068283, 37.008399491446198 ], [ -121.71876551356138, 37.007491493053571 ], [ -121.71876582121493, 37.007491219240499 ], [ -121.720288028441331, 37.006144342741386 ], [ -121.729612513207712, 36.997892484196512 ], [ -121.729611938714399, 36.997891920812229 ], [ -121.728960511457231, 36.99725147381055 ], [ -121.728346494858741, 36.996821503130413 ], [ -121.728346590507002, 36.996821307048243 ], [ -121.72877650270982, 36.995986497510422 ], [ -121.72898551023475, 36.995334502093954 ], [ -121.729625498325163, 36.994515494609345 ], [ -121.729625512763178, 36.993824487583261 ], [ -121.729755360863322, 36.993525804701243 ], [ -121.729755493548382, 36.993525491935486 ], [ -121.730095497351755, 36.993290492835769 ], [ -121.73064450933019, 36.992900485617866 ], [ -121.730853763655503, 36.992817122548445 ], [ -121.731264507862036, 36.992653489716275 ], [ -121.732063493785418, 36.992653478184444 ], [ -121.732246498423692, 36.992689494081652 ], [ -121.732463492761866, 36.992653486919671 ], [ -121.733032501634852, 36.992627476801161 ], [ -121.733461515357362, 36.992651496631865 ], [ -121.733636510788287, 36.992661485311665 ], [ -121.733864957897694, 36.992682170523999 ], [ -121.734111524653969, 36.992704494997781 ], [ -121.734535509323464, 36.992386491007089 ], [ -121.734734347683627, 36.992235851232103 ], [ -121.73473466758395, 36.992235611592747 ], [ -121.734766050398989, 36.992211832360155 ], [ -121.734766493835636, 36.992211496224982 ], [ -121.734989487772509, 36.991789487783585 ], [ -121.734842490565214, 36.991073485489153 ], [ -121.735336494230964, 36.990885487191392 ], [ -121.736543496636969, 36.990435486270115 ], [ -121.737007490737582, 36.990187480909682 ], [ -121.73749051010671, 36.989896497689251 ], [ -121.738456496137204, 36.990020486483154 ], [ -121.738454484173118, 36.990019706308949 ], [ -121.737508518448323, 36.989653239336768 ], [ -121.737507029686327, 36.989652661819193 ], [ -121.736391507151311, 36.989220491390164 ], [ -121.735449915626077, 36.989264340423027 ], [ -121.73544721069905, 36.989264465733768 ], [ -121.734630493024881, 36.98930249086181 ], [ -121.734446502712956, 36.989294490022225 ], [ -121.733354508591972, 36.98983149662012 ], [ -121.732942500286654, 36.989765487464446 ], [ -121.732630497048973, 36.989715504169133 ], [ -121.732460896061525, 36.989688910909983 ], [ -121.732311494711624, 36.989665485316849 ], [ -121.731873494808596, 36.989870494542799 ], [ -121.731610509017159, 36.990058488765769 ], [ -121.730471497866915, 36.990823490417029 ], [ -121.723546360727937, 36.993159865223696 ], [ -121.718934492370394, 36.994715493311375 ], [ -121.718359289517863, 36.995217269170894 ], [ -121.718359047588024, 36.995217482931309 ], [ -121.717806503260675, 36.995699483231199 ], [ -121.717806961731043, 36.995698917611861 ], [ -121.717957496576261, 36.995514501633409 ], [ -121.718031508075711, 36.995380484461279 ], [ -121.718081511008322, 36.995235485607473 ], [ -121.718100494544558, 36.995053486858367 ], [ -121.718068499164801, 36.99477549923327 ], [ -121.718031510814313, 36.994656490291447 ], [ -121.717907514353527, 36.994383488733263 ], [ -121.717684516605146, 36.994274492225252 ], [ -121.717572095592928, 36.994237017292988 ], [ -121.717492507327492, 36.994210484500307 ], [ -121.717240503606135, 36.994133493322451 ], [ -121.717045516553071, 36.994101499601975 ], [ -121.714638497216399, 36.993137487084951 ], [ -121.713171515490217, 36.993182493911988 ], [ -121.712445499266948, 36.99318248064764 ], [ -121.711868515623451, 36.993162489166572 ], [ -121.711434506471079, 36.993133483479326 ], [ -121.711252622197122, 36.993116578929289 ], [ -121.7112516850584, 36.993116494653229 ], [ -121.710993516629316, 36.993092493959331 ], [ -121.710726515759916, 36.993036503998532 ], [ -121.710543493749455, 36.992789489805624 ], [ -121.710247532555613, 36.992304525843508 ], [ -121.710288019829292, 36.992272893714208 ], [ -121.710879501688353, 36.991811493221121 ], [ -121.711337508160227, 36.990592495773591 ], [ -121.710700512306317, 36.989726492976047 ], [ -121.710700355149342, 36.989726500160941 ], [ -121.709863502030075, 36.989757493563289 ], [ -121.709777493430025, 36.990561482150618 ], [ -121.709777034819155, 36.990561288950495 ], [ -121.708901153141895, 36.990195343473438 ], [ -121.708463508156854, 36.990012487884997 ], [ -121.707323509666267, 36.989734491662368 ], [ -121.705565487819712, 36.98939048954216 ], [ -121.705565453360492, 36.989390124592937 ], [ -121.705260510773314, 36.986324493953255 ], [ -121.705260003335809, 36.986324458777958 ], [ -121.705030504292623, 36.986308488160041 ], [ -121.703242912533, 36.98625413000417 ], [ -121.703234413350998, 36.986253872646614 ], [ -121.701151507952503, 36.986190492756258 ], [ -121.700403065339131, 36.98623087311919 ], [ -121.699594491465191, 36.986274493580986 ], [ -121.695338508361061, 36.985114489404936 ], [ -121.695338491385087, 36.985114077220963 ], [ -121.695251511521107, 36.982737491833319 ], [ -121.696628499944509, 36.981359497153917 ], [ -121.696223496097815, 36.980561501774865 ], [ -121.69619851063166, 36.979779485293072 ], [ -121.69692150681594, 36.979101496815574 ], [ -121.697290518360035, 36.978488492806413 ], [ -121.697680489877811, 36.977746493881192 ], [ -121.697900515184259, 36.97675750100894 ], [ -121.698120509962081, 36.975949485521937 ], [ -121.698429506054111, 36.974985479981626 ], [ -121.69830949243304, 36.97404948083333 ], [ -121.698259512438426, 36.973385489564329 ], [ -121.698130491424848, 36.972605495661355 ], [ -121.697830509951586, 36.972098497465801 ], [ -121.697830182493078, 36.972098203400186 ], [ -121.697771587923043, 36.972045556971167 ], [ -121.697770236247777, 36.972044343198824 ], [ -121.697150496835917, 36.97148749577407 ], [ -121.696686234431667, 36.971186014250122 ], [ -121.696591515113795, 36.971124500955007 ], [ -121.696591050171975, 36.971124037909554 ], [ -121.69583250920779, 36.970450489755393 ], [ -121.695212489036322, 36.969917502887853 ], [ -121.695212059221788, 36.96991703874108 ], [ -121.694722494161866, 36.96943750160014 ], [ -121.694514260216209, 36.969292128378328 ], [ -121.694512531750647, 36.96929092079975 ], [ -121.69403350025901, 36.968956487510631 ], [ -121.693354553596961, 36.968280326880958 ], [ -121.693304538913438, 36.968230468472733 ], [ -121.692886179123803, 36.968127888777921 ], [ -121.692885761642131, 36.968127784886683 ], [ -121.692354503969781, 36.967997488581474 ], [ -121.692047984758389, 36.967915967081396 ], [ -121.691775522207749, 36.967843500218756 ], [ -121.690291494075694, 36.967483480335545 ], [ -121.690217252407962, 36.967409236638957 ], [ -121.690159442839288, 36.967351495556308 ], [ -121.689559499730478, 36.967351499256871 ], [ -121.687758514869799, 36.966951486895844 ], [ -121.686658505212563, 36.967451485489676 ], [ -121.685658491289615, 36.967251496408856 ], [ -121.684604839191735, 36.967145607880688 ], [ -121.683658508510618, 36.967050494570024 ], [ -121.683289223638297, 36.967149223974722 ], [ -121.683286258621365, 36.967150015085188 ], [ -121.682158504223196, 36.967451497374817 ], [ -121.678258500422416, 36.967851501827262 ], [ -121.678258100013153, 36.967851052767344 ], [ -121.677358502131014, 36.966850493157565 ], [ -121.677358495152362, 36.966551492355315 ], [ -121.677358101219525, 36.966551310125709 ], [ -121.677163497089623, 36.966461484146357 ], [ -121.677163513887393, 36.966461260550552 ], [ -121.677236502458996, 36.965547500888725 ], [ -121.677236192062779, 36.9655476145088 ], [ -121.676094493188558, 36.965968493641761 ], [ -121.676003773525863, 36.965926591892725 ], [ -121.67475849919434, 36.965351485464041 ], [ -121.673958514905792, 36.965351489147892 ], [ -121.672658496553552, 36.965451487790261 ], [ -121.672658329829773, 36.965450985008196 ], [ -121.672458508216238, 36.964851487491842 ], [ -121.672258511703191, 36.96435049067285 ], [ -121.672060656143074, 36.964390461548312 ], [ -121.672060339259176, 36.964390523212053 ], [ -121.671758517274824, 36.964451491055954 ], [ -121.669932516776086, 36.963642503463035 ], [ -121.667579703283067, 36.964076382763388 ], [ -121.666136499279986, 36.964342492651966 ], [ -121.664794496052735, 36.96371748204821 ], [ -121.664257495343563, 36.963151488017296 ], [ -121.663957495567814, 36.960651487621853 ], [ -121.662857497697615, 36.95915048702885 ], [ -121.663257512470508, 36.957251494010976 ], [ -121.664330498819396, 36.955140492880567 ], [ -121.663307501542064, 36.953507480742559 ], [ -121.663257497798398, 36.951863491648901 ], [ -121.663257246975505, 36.951863474005002 ], [ -121.661570511026937, 36.951764497253649 ], [ -121.658989515455872, 36.950672485507312 ], [ -121.658762515429444, 36.950632125904264 ], [ -121.65837649975478, 36.950563496126371 ], [ -121.657557503240923, 36.950658485107795 ], [ -121.656383767926002, 36.950782113685534 ], [ -121.65475649412987, 36.950953493210385 ], [ -121.653557496760129, 36.950351497396561 ], [ -121.653557482353335, 36.950351057077313 ], [ -121.653457488642374, 36.947652484401274 ], [ -121.653456958301248, 36.947652402804664 ], [ -121.652157491307221, 36.947452486972949 ], [ -121.652157711158836, 36.947451955946129 ], [ -121.652857512094997, 36.94575248757355 ], [ -121.653282303448648, 36.945398492905916 ], [ -121.654057497132555, 36.94475249576228 ], [ -121.65375750929546, 36.943851479984296 ], [ -121.653060487955898, 36.941762492490213 ], [ -121.650832735479113, 36.939377138239081 ], [ -121.648878499796467, 36.937284489674589 ], [ -121.648878334768014, 36.937284216589333 ], [ -121.646814493898802, 36.933882495881164 ], [ -121.64578750155502, 36.932333484834388 ], [ -121.64578736681851, 36.93233348329796 ], [ -121.640999500553548, 36.932240482638292 ], [ -121.641953498784815, 36.934960486285362 ], [ -121.641842493154826, 36.934977491431397 ], [ -121.642238501827876, 36.936364494521747 ], [ -121.640356504952521, 36.937552497348044 ], [ -121.63965650463436, 36.937852493477422 ], [ -121.639456506720762, 36.93775249055566 ], [ -121.638856504775774, 36.937652498739311 ], [ -121.637756503557938, 36.938552491427245 ], [ -121.637196593978231, 36.938951623980515 ], [ -121.637056502639368, 36.939051481709541 ], [ -121.631856490335579, 36.939251481411368 ], [ -121.631856095118664, 36.939252004451802 ], [ -121.63155649345083, 36.939652484589203 ], [ -121.625975516092865, 36.939854495393149 ], [ -121.625975022689957, 36.939854006550682 ], [ -121.625848492108233, 36.939744485039384 ], [ -121.625759492827783, 36.939629494920212 ], [ -121.625694506259862, 36.939521485748301 ], [ -121.625636512720746, 36.939416497772775 ], [ -121.625636401640222, 36.939416412012889 ], [ -121.625098519115397, 36.938993475557467 ], [ -121.625097938382851, 36.938993018304323 ], [ -121.624926497096126, 36.938864495231279 ], [ -121.6247987882616, 36.938759686560957 ], [ -121.624781502227407, 36.938745499219444 ], [ -121.624587500658734, 36.938544490403793 ], [ -121.624485499472158, 36.938432499482012 ], [ -121.624442505785922, 36.938362499915641 ], [ -121.624391518539028, 36.938232499200637 ], [ -121.624299507156792, 36.938072491312013 ], [ -121.624152489342563, 36.937857496513701 ], [ -121.624151964151196, 36.93785692874917 ], [ -121.624124173075515, 36.937827878104066 ], [ -121.623956493830988, 36.937652494764031 ], [ -121.623956531827758, 36.937652640440739 ], [ -121.624356501852333, 36.939251482599573 ], [ -121.624756512401802, 36.939951497283197 ], [ -121.624756496928683, 36.940432257631933 ], [ -121.624756494602408, 36.940451492530656 ], [ -121.624281329121942, 36.940062752764099 ], [ -121.624266840534816, 36.940050896345696 ], [ -121.621121500137406, 36.937477487041313 ], [ -121.614892456192479, 36.932383017388517 ], [ -121.614531132612072, 36.932087436145927 ], [ -121.614137536670555, 36.931765476931901 ], [ -121.614136925648239, 36.931764965920081 ], [ -121.607155521403811, 36.926052476843168 ], [ -121.598471605071367, 36.926103958565186 ], [ -121.595448452870841, 36.926121726087132 ], [ -121.590354508769579, 36.926151496462786 ], [ -121.590321497815495, 36.925023497425073 ], [ -121.590202965676781, 36.920878197322594 ], [ -121.590156504570601, 36.919253497192869 ], [ -121.588577526291942, 36.919253182798123 ], [ -121.58116050985592, 36.919251487979537 ], [ -121.581176489546337, 36.918237487746474 ], [ -121.581296509917237, 36.909732482201925 ], [ -121.581389340017651, 36.902803317684942 ], [ -121.581410500968957, 36.901223483299297 ], [ -121.581420504917133, 36.900546496772158 ], [ -121.581414516526593, 36.900373490050548 ], [ -121.581411496380312, 36.900119496048987 ], [ -121.581407504785972, 36.899541313572797 ], [ -121.581407497734574, 36.899540498385505 ], [ -121.581163506503472, 36.89944233597825 ], [ -121.581059499487338, 36.899400492680016 ], [ -121.58067249802734, 36.899117489563622 ], [ -121.580459495515058, 36.89894248644012 ], [ -121.580459335660251, 36.898942250373054 ], [ -121.580119495365238, 36.898441488845023 ], [ -121.57998749030881, 36.898228486592203 ], [ -121.579878509312621, 36.897869498806173 ], [ -121.579545496523281, 36.897149477422978 ], [ -121.578924499127695, 36.89599449186975 ], [ -121.578659959567247, 36.895698645755097 ], [ -121.578603494806003, 36.895635494733142 ], [ -121.578132513382045, 36.895361482141638 ], [ -121.578132130896833, 36.895361013695904 ], [ -121.577800534815452, 36.89496748435387 ], [ -121.577190509211761, 36.894497488720525 ], [ -121.577190276191558, 36.894497219168649 ], [ -121.576968356554517, 36.894237935482082 ], [ -121.576911505158463, 36.894171491943233 ], [ -121.576911436791903, 36.894171397757894 ], [ -121.576783506369694, 36.893948492053326 ], [ -121.57666320307834, 36.893885221475259 ], [ -121.576610494998121, 36.893857498900971 ], [ -121.576424501643984, 36.893740481521654 ], [ -121.576301539110332, 36.893572474985824 ], [ -121.576149499913541, 36.893430483243904 ], [ -121.576103592142488, 36.893410379433078 ], [ -121.576103099795858, 36.893410164569168 ], [ -121.575971491994579, 36.893352500579979 ], [ -121.575799577050404, 36.893340547374933 ], [ -121.57564049689725, 36.893329484361466 ], [ -121.575338496133313, 36.893439485581837 ], [ -121.575132492931886, 36.893574490320539 ], [ -121.57495350964318, 36.893692497123112 ], [ -121.574128495884253, 36.895293497918978 ], [ -121.573647497399179, 36.895763502278861 ], [ -121.573154489988738, 36.8960804900751 ], [ -121.572876503258087, 36.896371494871985 ], [ -121.572474666975452, 36.896623929568392 ], [ -121.572373487791296, 36.896687487680595 ], [ -121.57231127621651, 36.896730305052024 ], [ -121.571924502562666, 36.89699648957297 ], [ -121.571656485161583, 36.897167493301311 ], [ -121.571206489472331, 36.897261493301478 ], [ -121.570843491551074, 36.897287494617053 ], [ -121.57041450080979, 36.897252480927101 ], [ -121.570120923318825, 36.897260588809473 ], [ -121.569798490194188, 36.897269492678895 ], [ -121.569432460656714, 36.897262847607855 ], [ -121.569137501493543, 36.897257488715042 ], [ -121.569008505549107, 36.897217502119481 ], [ -121.569008061439959, 36.897216976586421 ], [ -121.568935449349055, 36.897131464650855 ], [ -121.568913507510516, 36.897122890732859 ], [ -121.568871497516952, 36.89710649163893 ], [ -121.568815137018518, 36.897099890567127 ], [ -121.568777514274899, 36.897095483318481 ], [ -121.568671061910777, 36.897123949026621 ], [ -121.568590494272513, 36.897145491391271 ], [ -121.568378540910061, 36.897165702373428 ], [ -121.56837827845051, 36.897165725886552 ], [ -121.568118496750841, 36.897190495153176 ], [ -121.567873502434793, 36.897174486945026 ], [ -121.567366505298466, 36.897162488803637 ], [ -121.567194499189497, 36.897158490712201 ], [ -121.566976511415191, 36.897120494816349 ], [ -121.566686500912368, 36.897020482100636 ], [ -121.566480500802498, 36.896893484457962 ], [ -121.566479944085231, 36.896893061297028 ], [ -121.566361509684484, 36.896804481386269 ], [ -121.566176503005224, 36.896693488784912 ], [ -121.566051490543103, 36.896672488562054 ], [ -121.56596713681212, 36.896680495731253 ], [ -121.56589349127961, 36.896687489485096 ], [ -121.565758597515298, 36.896679620260464 ], [ -121.565636508347964, 36.896672501253114 ], [ -121.565104309070165, 36.896537643814035 ], [ -121.565101594747631, 36.89653695598335 ], [ -121.564385503853757, 36.896355491009572 ], [ -121.564203492257704, 36.896355487658987 ], [ -121.563917496579322, 36.896349483165359 ], [ -121.563743671355923, 36.89633780503803 ], [ -121.563545503711808, 36.896324491105482 ], [ -121.563334486864377, 36.896308485744854 ], [ -121.563248125031834, 36.896290546465039 ], [ -121.56324763062139, 36.89629044267334 ], [ -121.563103501405308, 36.89626049990575 ], [ -121.562953100215935, 36.896192885641078 ], [ -121.56290550443957, 36.896171487738997 ], [ -121.562490511317819, 36.896145480175079 ], [ -121.562009494775424, 36.896145491801114 ], [ -121.561496509844673, 36.896182493454418 ], [ -121.560916501649558, 36.896237477237946 ], [ -121.560800488053516, 36.89624548994103 ], [ -121.560638481908228, 36.8963257723765 ], [ -121.560574494773391, 36.896357481095109 ], [ -121.560556734502498, 36.896373705752303 ], [ -121.560366504020863, 36.896547480286692 ], [ -121.56026249303919, 36.897000493542322 ], [ -121.560130495912091, 36.897362485222075 ], [ -121.559998495852966, 36.897603490476293 ], [ -121.559866495524304, 36.898086488717475 ], [ -121.55982849717472, 36.898403486227934 ], [ -121.559856501370405, 36.898811487403819 ], [ -121.55989451050155, 36.899225493384769 ], [ -121.560055496146333, 36.90002549834773 ], [ -121.56023450949499, 36.900990497853286 ], [ -121.56027249395332, 36.901278493171993 ], [ -121.560164494943876, 36.901846480163769 ], [ -121.560145509422398, 36.902745483853721 ], [ -121.560145997070904, 36.902807515952183 ], [ -121.56014949687065, 36.9032404878973 ], [ -121.560061510854638, 36.903719497755105 ], [ -121.55998149805751, 36.903917493825887 ], [ -121.559837491206039, 36.904237490335653 ], [ -121.559549504067434, 36.90480648191329 ], [ -121.559235499726157, 36.905750497395111 ], [ -121.559074489658883, 36.906237481383336 ], [ -121.559004493346066, 36.906540486717077 ], [ -121.559004490689233, 36.906749494609841 ], [ -121.558965502749061, 36.908498492571745 ], [ -121.558981496970588, 36.909093494465978 ], [ -121.558939497700194, 36.909488492004407 ], [ -121.558853514767165, 36.909777498286019 ], [ -121.558589516788118, 36.910262492100053 ], [ -121.558589178841629, 36.910262797736813 ], [ -121.558557065474659, 36.910291889438021 ], [ -121.558556727527929, 36.910292195074653 ], [ -121.558334500242694, 36.910493492232497 ], [ -121.558185982872303, 36.910655358525496 ], [ -121.558156504616889, 36.910687489075492 ], [ -121.558109398572682, 36.91072261564085 ], [ -121.55810896803176, 36.91072293793615 ], [ -121.557983502148787, 36.910816492440361 ], [ -121.557871552398453, 36.910864092594181 ], [ -121.557816505858881, 36.910887496352807 ], [ -121.55771508972731, 36.910940417175453 ], [ -121.557714154046266, 36.910940906729422 ], [ -121.557358488366262, 36.911126490795382 ], [ -121.556455497804663, 36.91176549481964 ], [ -121.556141243433501, 36.912146876134017 ], [ -121.555776500620738, 36.912589493863855 ], [ -121.555600466463233, 36.912807465564889 ], [ -121.555600073419868, 36.912807951326521 ], [ -121.554844493968218, 36.913760486636853 ], [ -121.55295348819206, 36.915352491927052 ], [ -121.550849472939575, 36.91621188631207 ], [ -121.549851493986623, 36.916619495906666 ], [ -121.549398505794358, 36.916850496738803 ], [ -121.549364478047792, 36.916874113184292 ], [ -121.549192490732693, 36.916993500548671 ], [ -121.548876504332569, 36.917224487719544 ], [ -121.54875349103439, 36.917328485003289 ], [ -121.548650506936099, 36.917372494165733 ], [ -121.548546815028246, 36.917396778120271 ], [ -121.548492506193895, 36.917409492395478 ], [ -121.548280972212552, 36.917394819888997 ], [ -121.548045496124217, 36.91737848347568 ], [ -121.548019126200032, 36.917374906644099 ], [ -121.547986515317589, 36.917370488799705 ], [ -121.547959613718419, 36.917366820981307 ], [ -121.547942513316258, 36.917364486737526 ], [ -121.547737510817129, 36.917388485755694 ], [ -121.547552509676422, 36.917452495394429 ], [ -121.545220495594691, 36.918566490794376 ], [ -121.544051449137157, 36.918904010412611 ], [ -121.543554490334813, 36.919047487601688 ], [ -121.543349138528995, 36.919118941483411 ], [ -121.543348545873812, 36.919119144657913 ], [ -121.542801492464008, 36.919309485867181 ], [ -121.541522531120989, 36.919967110199096 ], [ -121.540860514601945, 36.920307499137685 ], [ -121.54066630799457, 36.920453091531769 ], [ -121.54004549874206, 36.920918494754993 ], [ -121.539531499771172, 36.921569482070723 ], [ -121.539247490341424, 36.922277483565679 ], [ -121.53924751051423, 36.923028495367156 ], [ -121.539478492429367, 36.923523482088534 ], [ -121.539992498898513, 36.923977498638138 ], [ -121.540559506516885, 36.924742496464198 ], [ -121.540789503444998, 36.925239500337774 ], [ -121.540452496014524, 36.925666494293658 ], [ -121.540452129501659, 36.925666741727952 ], [ -121.540358809735139, 36.925729988846484 ], [ -121.540358172013342, 36.925730422642125 ], [ -121.539642507187992, 36.926215486464379 ], [ -121.539396497356009, 36.926542491759221 ], [ -121.538988508845947, 36.92727349990961 ], [ -121.538987976155525, 36.927273942399687 ], [ -121.538677502484944, 36.927574504194155 ], [ -121.538677179902962, 36.927574673617784 ], [ -121.538531154312437, 36.92765215284448 ], [ -121.537320492854491, 36.928294503583658 ], [ -121.536029469121274, 36.929181502845481 ], [ -121.53595987314236, 36.929208469252252 ], [ -121.535958833520141, 36.929208872875016 ], [ -121.535554498980829, 36.929365498563826 ], [ -121.535259050511058, 36.929506283711667 ], [ -121.535170492132096, 36.929548483296045 ], [ -121.535170275019013, 36.929548831849679 ], [ -121.535023501746224, 36.929784489509416 ], [ -121.534841489939595, 36.930050490184819 ], [ -121.534599505996056, 36.930356487474555 ], [ -121.534181506346229, 36.930881483905551 ], [ -121.533580724411095, 36.931197356868509 ], [ -121.533405489722298, 36.931289490385595 ], [ -121.533215763343264, 36.931395105623878 ], [ -121.532611497262408, 36.931731488696983 ], [ -121.530881498595022, 36.93257049002608 ], [ -121.530612511641479, 36.932764502130532 ], [ -121.53047532782432, 36.932839161095245 ], [ -121.52957449948498, 36.933329488346246 ], [ -121.527446501190255, 36.935449486682067 ], [ -121.526135276852003, 36.936206791557076 ], [ -121.525602502655104, 36.936514492307758 ], [ -121.525122809588453, 36.93666218625841 ], [ -121.524436500941235, 36.936873493558572 ], [ -121.523346488569729, 36.937355481614972 ], [ -121.523024177531028, 36.937612041844616 ], [ -121.522949494841868, 36.937671490502687 ], [ -121.522949146560393, 36.937671935212286 ], [ -121.522949045060173, 36.937672028796825 ], [ -121.522667505122655, 36.938030480768006 ], [ -121.522526491887319, 36.938624487545354 ], [ -121.522346495186696, 36.939229492880891 ], [ -121.522026506281733, 36.939701484199382 ], [ -121.521065508990532, 36.940612499304244 ], [ -121.520700499884228, 36.940883487638004 ], [ -121.520321492846278, 36.941165487883296 ], [ -121.519572058955362, 36.941704694261382 ], [ -121.519412505090159, 36.941819489702148 ], [ -121.51925879271154, 36.941867493600476 ], [ -121.519015490407511, 36.941943483138054 ], [ -121.51863049462996, 36.941953487202895 ], [ -121.518082662337989, 36.942032493830666 ], [ -121.517784500051803, 36.942075491860038 ], [ -121.517464501889663, 36.94216848540087 ], [ -121.517320415309129, 36.942256251499032 ], [ -121.517320054696981, 36.942256472257725 ], [ -121.51693749504021, 36.942489493841073 ], [ -121.516745475290051, 36.942768491456029 ], [ -121.516666509702816, 36.94308849821374 ], [ -121.516424498245826, 36.94366149940214 ], [ -121.515976499838729, 36.944053493456039 ], [ -121.515975969025533, 36.944053826195912 ], [ -121.51528450657753, 36.944484484841219 ], [ -121.513812492048658, 36.945008497306041 ], [ -121.51359049214075, 36.945235489420803 ], [ -121.513433923349211, 36.945425663881124 ], [ -121.51330149870688, 36.945586484484814 ], [ -121.513133508760532, 36.945946494432278 ], [ -121.512747497714713, 36.946627485721422 ], [ -121.512555509331804, 36.946789491834075 ], [ -121.512363497724692, 36.946865496446335 ], [ -121.512199499161781, 36.94700349775789 ], [ -121.51212249227143, 36.947288497476087 ], [ -121.512093495589397, 36.947541493693628 ], [ -121.512035491658466, 36.94804249017966 ], [ -121.511814499015514, 36.948765495683205 ], [ -121.511728507740628, 36.948903495857479 ], [ -121.511685493395731, 36.94906449855911 ], [ -121.511655503430632, 36.949129491337651 ], [ -121.511655504079542, 36.949260498479283 ], [ -121.511877495175554, 36.951479496020887 ], [ -121.511929495772208, 36.951731499096127 ], [ -121.512090507108795, 36.952135498298937 ], [ -121.51222249655406, 36.95248148604729 ], [ -121.512237502163316, 36.952568491461143 ], [ -121.512208493836908, 36.952638499801559 ], [ -121.512208058191504, 36.952638682553982 ], [ -121.51218982390597, 36.952646261130383 ], [ -121.51211949457506, 36.952675504012788 ], [ -121.510874416833289, 36.953300840414002 ], [ -121.510349498146724, 36.953564494553646 ], [ -121.510246496258134, 36.953732497609181 ], [ -121.510135500946973, 36.95392547980321 ], [ -121.510069510672423, 36.954218498630162 ], [ -121.510146503353454, 36.954509491191914 ], [ -121.51021648800112, 36.954688488516325 ], [ -121.510128505453054, 36.955813497674406 ], [ -121.510077498886915, 36.956188480046578 ], [ -121.510062489280543, 36.956382488754713 ], [ -121.510106469583008, 36.956564497174888 ], [ -121.510123961069581, 36.95658135782277 ], [ -121.510282500766877, 36.95673449430523 ], [ -121.510433067806702, 36.956921635334609 ], [ -121.510492025907567, 36.9569949890545 ], [ -121.51049214452469, 36.956995061677674 ], [ -121.510492490623648, 36.956995495793784 ], [ -121.510588779562411, 36.957048426356224 ], [ -121.510874491727023, 36.957205487073168 ], [ -121.510875203694681, 36.957205719782145 ], [ -121.511252727730138, 36.957327274392156 ], [ -121.511254414292196, 36.957327814233864 ], [ -121.511461514470412, 36.957394497735066 ], [ -121.511603074948809, 36.957435968825386 ], [ -121.511857498721056, 36.957510497722453 ], [ -121.512121960693193, 36.957746013319934 ], [ -121.512122494368839, 36.957746488313617 ], [ -121.512312498870131, 36.958039498847228 ], [ -121.512400506723907, 36.958473489228034 ], [ -121.512353489765786, 36.958772486604715 ], [ -121.512283500969559, 36.959047493310116 ], [ -121.512283083926178, 36.959047951943468 ], [ -121.512188869839207, 36.959151745782705 ], [ -121.512047493414812, 36.959307500907521 ], [ -121.512047327916406, 36.959307559594414 ], [ -121.511654488396886, 36.959451486814288 ], [ -121.511274498806813, 36.959404490486136 ], [ -121.510875639277828, 36.959387119609652 ], [ -121.51070050632913, 36.959379492793119 ], [ -121.510494166754711, 36.95939960214595 ], [ -121.510493509950322, 36.959399665040401 ], [ -121.510269510056077, 36.959421490855107 ], [ -121.509872498907484, 36.959565500575138 ], [ -121.509695253435467, 36.959687458100554 ], [ -121.509654498410271, 36.959715501248773 ], [ -121.509606042098554, 36.959752000198527 ], [ -121.509427498858116, 36.959886487447761 ], [ -121.509272493946213, 36.960349494057894 ], [ -121.509068488431339, 36.960706492702201 ], [ -121.508858485269243, 36.962428490472711 ], [ -121.50825149586214, 36.963665488613287 ], [ -121.508082502238963, 36.963776485747289 ], [ -121.507897506091496, 36.963837495966359 ], [ -121.507386507821039, 36.963882484976239 ], [ -121.505959500479335, 36.963961486872329 ], [ -121.505741498304403, 36.963996491990784 ], [ -121.505535504555084, 36.964126497339436 ], [ -121.505324514382949, 36.964394501819363 ], [ -121.505243512989466, 36.964593492434844 ], [ -121.505255494592348, 36.964733494440537 ], [ -121.505286510923113, 36.964901484632819 ], [ -121.505274494444592, 36.964992488212118 ], [ -121.505205496683757, 36.965070497623437 ], [ -121.505165401729826, 36.965104502053741 ], [ -121.505093493643983, 36.965165486856641 ], [ -121.505061900120793, 36.965185110506205 ], [ -121.504961495686615, 36.965247482140455 ], [ -121.504924514022264, 36.965322481586504 ], [ -121.504892498705843, 36.965466491022809 ], [ -121.504788504613416, 36.965816489585144 ], [ -121.504749494363438, 36.966192489773512 ], [ -121.504706511409353, 36.966436487721275 ], [ -121.50469350767338, 36.966561479745728 ], [ -121.504680498895752, 36.966665485443649 ], [ -121.504543490717097, 36.96687549685322 ], [ -121.50437849923776, 36.967205491953941 ], [ -121.504291510972536, 36.967304487114433 ], [ -121.504303501862054, 36.967399484628352 ], [ -121.504415503166783, 36.967609491203021 ], [ -121.504465497519959, 36.967743492917691 ], [ -121.504459499426389, 36.967887499451514 ], [ -121.504359493804913, 36.968026495144514 ], [ -121.504359157964188, 36.968026668750234 ], [ -121.504235503309161, 36.968090488086055 ], [ -121.504091499832782, 36.968160501906659 ], [ -121.503805491078239, 36.968220490487035 ], [ -121.503765540183849, 36.968231544870747 ], [ -121.50371151157249, 36.968246494265223 ], [ -121.503630497842408, 36.968310490305143 ], [ -121.503531494541363, 36.968569490466415 ], [ -121.503464495306844, 36.968890495256225 ], [ -121.503334515914773, 36.969139485203357 ], [ -121.50306651100064, 36.969567498416453 ], [ -121.502910501241686, 36.969876486339651 ], [ -121.50265150922823, 36.970122499741777 ], [ -121.502477502701467, 36.970287496650897 ], [ -121.502141505831688, 36.970769484382501 ], [ -121.502003504679408, 36.971078498162761 ], [ -121.501954511658596, 36.971411487098607 ], [ -121.501879494276466, 36.971745496151243 ], [ -121.501879289617563, 36.97174557211298 ], [ -121.501480485892984, 36.971894487274184 ], [ -121.499424497766128, 36.97373248465243 ], [ -121.498519499829357, 36.974540491682625 ], [ -121.497581504766643, 36.975379496133776 ], [ -121.496558498424477, 36.9762934872454 ], [ -121.496557938095393, 36.976293989946697 ], [ -121.495336624547136, 36.977386036446717 ], [ -121.494906199798706, 36.977770880319163 ], [ -121.489450504659359, 36.982648489261848 ], [ -121.489020024536856, 36.983060745863703 ], [ -121.488954492696195, 36.983123501410446 ], [ -121.481588775510346, 36.980985588546694 ], [ -121.478489997966491, 36.980085996182837 ], [ -121.473876493924479, 36.978746487254924 ], [ -121.47340150679814, 36.978618491857475 ], [ -121.473069504856156, 36.978525481200556 ], [ -121.472969492321099, 36.978481497628067 ], [ -121.472868464393514, 36.978456437481974 ], [ -121.472715497211709, 36.978418494579621 ], [ -121.472643497853213, 36.978387500503672 ], [ -121.472040495555333, 36.978220487525839 ], [ -121.471520503830888, 36.978069492038763 ], [ -121.471474797090622, 36.978056616469182 ], [ -121.471449511825043, 36.978049493072113 ], [ -121.470649503560651, 36.977849493348188 ], [ -121.470649305129456, 36.977849440404633 ], [ -121.470152493675414, 36.97771049110473 ], [ -121.469994494801512, 36.977702491170511 ], [ -121.469299512152631, 36.977488502228319 ], [ -121.469110533240539, 36.977391383681557 ], [ -121.469048497310951, 36.97735949635161 ], [ -121.467939489273348, 36.976773486142967 ], [ -121.466159823033337, 36.977391817136358 ], [ -121.465615047118021, 36.977581074361261 ], [ -121.464144579101173, 36.978091923021012 ], [ -121.463561528964831, 36.97829453181798 ], [ -121.465615851410888, 36.981610591377446 ], [ -121.465948482509972, 36.982147494310112 ], [ -121.465948017942097, 36.982147999583567 ], [ -121.465616020140914, 36.982505965524183 ], [ -121.464004492497594, 36.984243488238036 ], [ -121.463898220829037, 36.984335291372304 ], [ -121.462829500260526, 36.985258497513421 ], [ -121.462148497219928, 36.98544848842527 ], [ -121.460048493129335, 36.985748497955434 ], [ -121.458942992411679, 36.9865436784943 ], [ -121.458794495902808, 36.986650492230758 ], [ -121.458724023075902, 36.986701401303172 ], [ -121.458268502178228, 36.987030485478655 ], [ -121.457548513558137, 36.987548491218561 ], [ -121.456948483614298, 36.987448482461936 ], [ -121.456948301386248, 36.987447992527322 ], [ -121.456648496056332, 36.986648486802046 ], [ -121.456648238824272, 36.986648600532071 ], [ -121.454348506487776, 36.987648500138633 ], [ -121.453348503154217, 36.987948495486023 ], [ -121.452548492068985, 36.987848479841084 ], [ -121.45218450929994, 36.988758488587202 ], [ -121.452148510102646, 36.988847493946466 ], [ -121.452148172418049, 36.988847474722817 ], [ -121.452075277282276, 36.988843940954474 ], [ -121.452024507014983, 36.988841481155212 ], [ -121.451511513135173, 36.988993487806376 ], [ -121.451180494145291, 36.989055495071327 ], [ -121.450942545848591, 36.989075659334809 ], [ -121.450767502556602, 36.989090494134302 ], [ -121.450597174972913, 36.989097529921544 ], [ -121.450596655448336, 36.989097549814439 ], [ -121.450428511485285, 36.989104493827469 ], [ -121.449116514179124, 36.988216451703096 ], [ -121.393979521276108, 37.148483490376847 ], [ -121.394156896236041, 37.148599137568162 ], [ -121.394749503340336, 37.148985500749163 ], [ -121.395053509892648, 37.149214487062928 ], [ -121.395581498004844, 37.149612487117665 ], [ -121.396234909465846, 37.150012352890123 ], [ -121.396236468523853, 37.150013304632225 ], [ -121.396568494596153, 37.150216486874612 ], [ -121.397464511974931, 37.150596498902033 ], [ -121.398085509352825, 37.150550493333775 ], [ -121.398585499159992, 37.150231484289371 ], [ -121.398858741260753, 37.150170560939635 ], [ -121.399020502609517, 37.150134494008888 ], [ -121.399143531353999, 37.150207012375958 ], [ -121.39914367032658, 37.150207094276759 ], [ -121.39917149408933, 37.150223492615261 ], [ -121.399452511448658, 37.150386498082369 ], [ -121.399533104815504, 37.150455871728475 ], [ -121.400005499907195, 37.150862496731015 ], [ -121.400154509266827, 37.151485490896448 ], [ -121.400515496866234, 37.152556490770159 ], [ -121.40068951328459, 37.153700493121327 ], [ -121.401022499989509, 37.154472481343767 ], [ -121.401142458854878, 37.154921305616817 ], [ -121.401142508599307, 37.154921493008978 ], [ -121.40123865568016, 37.154977366218354 ], [ -121.401789502455458, 37.155297485423503 ], [ -121.402468509565722, 37.155625485975953 ], [ -121.402881037107164, 37.155735287912698 ], [ -121.402881425593989, 37.1557353909554 ], [ -121.403242496400082, 37.155831494253796 ], [ -121.403310317563466, 37.155838497382689 ], [ -121.404017505763235, 37.155911490931331 ], [ -121.404637336767649, 37.155990463205832 ], [ -121.404637504797279, 37.155990484733096 ], [ -121.405034499757818, 37.156564495532386 ], [ -121.405878496208757, 37.157753489542316 ], [ -121.406152080173314, 37.158190842837023 ], [ -121.406152464353156, 37.158191504492144 ], [ -121.40651550052732, 37.158828498650124 ], [ -121.406789505409193, 37.159682503144765 ], [ -121.407058289584612, 37.160862452939028 ], [ -121.407171504031069, 37.161359496692157 ], [ -121.407323298725942, 37.161459635397343 ], [ -121.407362502083174, 37.161485500108355 ], [ -121.40750851531871, 37.161502489333579 ], [ -121.407650498703092, 37.161493486316367 ], [ -121.407731396371702, 37.161461802530276 ], [ -121.407731525182967, 37.161461752394452 ], [ -121.407770504586722, 37.161446492389366 ], [ -121.407843506056352, 37.161375489539665 ], [ -121.407951517846328, 37.161278500512303 ], [ -121.407989658138789, 37.161260072685486 ], [ -121.408009510147195, 37.161250481753001 ], [ -121.408163508966467, 37.161254493666078 ], [ -121.408268930596961, 37.16128600910956 ], [ -121.408347511590421, 37.161309499442353 ], [ -121.408451327972145, 37.161355410682319 ], [ -121.408451513282756, 37.161355491712932 ], [ -121.40849750808006, 37.161423498016447 ], [ -121.408563494082756, 37.161689493970989 ], [ -121.408601397612628, 37.161771280030237 ], [ -121.408601493252419, 37.161771487300612 ], [ -121.408633306201921, 37.16179591268105 ], [ -121.408825505300356, 37.161943487269241 ], [ -121.408875509255409, 37.162055485958618 ], [ -121.408901489952882, 37.162159481265505 ], [ -121.408781491779848, 37.162260484712071 ], [ -121.4087245134521, 37.162366488251422 ], [ -121.408693495512864, 37.162498495294869 ], [ -121.408681515667553, 37.162791484699802 ], [ -121.408708492453101, 37.162898483913459 ], [ -121.408801502900118, 37.163102488257827 ], [ -121.408804492985524, 37.163220484139863 ], [ -121.408789508252553, 37.163432489675273 ], [ -121.408820507580614, 37.163541499003898 ], [ -121.408957506418986, 37.163715486575235 ], [ -121.409091497747866, 37.163884489948295 ], [ -121.409176503923092, 37.164088488760399 ], [ -121.409195506215909, 37.164208497176816 ], [ -121.409184503287548, 37.164296492054604 ], [ -121.40912650683677, 37.16440048742075 ], [ -121.409049502582093, 37.164492487812289 ], [ -121.409016501356945, 37.164571489928896 ], [ -121.409028507507088, 37.164633491316337 ], [ -121.409062503150736, 37.164687498171141 ], [ -121.409119942347246, 37.164751859761488 ], [ -121.409120512320115, 37.164752494263425 ], [ -121.4092129939974, 37.164833040532748 ], [ -121.409213497541216, 37.164833487421483 ], [ -121.409251497546293, 37.164917487044278 ], [ -121.409290501575072, 37.165125490175114 ], [ -121.409340480741562, 37.165233496038461 ], [ -121.409420509485244, 37.1653284984558 ], [ -121.409524497000859, 37.16542148547979 ], [ -121.409598264124298, 37.165510993261641 ], [ -121.409599046147733, 37.165511935881561 ], [ -121.409599508370846, 37.165512499284972 ], [ -121.409611511953301, 37.16559249838857 ], [ -121.409572507880881, 37.165658500764806 ], [ -121.409511488356316, 37.165719498067737 ], [ -121.409434501208636, 37.1658624929577 ], [ -121.409426492137484, 37.165969495009755 ], [ -121.409438485669114, 37.166091486905074 ], [ -121.409484505383517, 37.166345495219481 ], [ -121.40949550447543, 37.166442496142245 ], [ -121.409586496757441, 37.166747497566597 ], [ -121.409609510727023, 37.1668874869898 ], [ -121.409601509247821, 37.167075497801825 ], [ -121.409563499930485, 37.167283499834639 ], [ -121.409546493356942, 37.167512497948557 ], [ -121.409522497590885, 37.167595497732954 ], [ -121.409457498669695, 37.167750495463764 ], [ -121.40943851142255, 37.167812483768621 ], [ -121.409432498327192, 37.167937501497399 ], [ -121.40945950008971, 37.168041491057608 ], [ -121.409563507092784, 37.168263496414134 ], [ -121.40972849931309, 37.16845949327346 ], [ -121.409840493996768, 37.168682484377818 ], [ -121.409871498209057, 37.168864493841447 ], [ -121.409867506650343, 37.16901448371118 ], [ -121.409852493463902, 37.169125501070766 ], [ -121.409823516005858, 37.169218493236954 ], [ -121.409823014443418, 37.169218922186516 ], [ -121.40977749564027, 37.169262494368702 ], [ -121.409692490701701, 37.169292491240462 ], [ -121.409619429482277, 37.169332037769003 ], [ -121.409607496403012, 37.169338497271461 ], [ -121.409606920508779, 37.169338938559378 ], [ -121.409604827359075, 37.169340470912161 ], [ -121.40953448789881, 37.169392485670826 ], [ -121.40945749493298, 37.169469496838545 ], [ -121.409426506649481, 37.169573490276711 ], [ -121.409442494082029, 37.169696490080042 ], [ -121.409565495406696, 37.169899488539777 ], [ -121.409604510765547, 37.169990481440209 ], [ -121.40961951549086, 37.170084493714135 ], [ -121.409604495510692, 37.170169479691857 ], [ -121.409541511469854, 37.170251487755998 ], [ -121.409420503505189, 37.170404484201015 ], [ -121.409328498104756, 37.170541491856149 ], [ -121.409255512376575, 37.170672490785023 ], [ -121.409236507971329, 37.170792480747764 ], [ -121.409202501817461, 37.170899493718871 ], [ -121.409202087735508, 37.170899989044266 ], [ -121.40916850034931, 37.170943487037817 ], [ -121.409071964662104, 37.170999496163638 ], [ -121.409037501495703, 37.171019492603378 ], [ -121.409007810385077, 37.171043112666752 ], [ -121.409007013740222, 37.171043748080919 ], [ -121.408949509147178, 37.171089489997257 ], [ -121.408896493203258, 37.171151483516326 ], [ -121.40888650831053, 37.171206486834208 ], [ -121.408886494483767, 37.171244496153946 ], [ -121.408901363679107, 37.171291075186218 ], [ -121.408901495740679, 37.171291488930812 ], [ -121.408973502026569, 37.171322488367707 ], [ -121.409075504172677, 37.171322496317806 ], [ -121.409192493944502, 37.171318492364414 ], [ -121.409401515241186, 37.171380493800399 ], [ -121.409448907940458, 37.171417027880388 ], [ -121.409580505405174, 37.1715184812074 ], [ -121.409701501193126, 37.171751489408848 ], [ -121.40977447590673, 37.171879444943876 ], [ -121.409813462450927, 37.171921510637532 ], [ -121.409843115353269, 37.171947692408231 ], [ -121.40984398256559, 37.171948461304368 ], [ -121.409900304275126, 37.171998302571616 ], [ -121.409900509748383, 37.171998483158667 ], [ -121.409973150321633, 37.172114575844624 ], [ -121.410002210432509, 37.172161007327347 ], [ -121.410002507723632, 37.172161489974222 ], [ -121.410001501847802, 37.172231484858443 ], [ -121.409977493544289, 37.172355493385389 ], [ -121.409916503077056, 37.172449487375339 ], [ -121.409864493916018, 37.172521484379693 ], [ -121.40985950956258, 37.172581433339218 ], [ -121.409888159311407, 37.172612902424881 ], [ -121.409911030310383, 37.172638056583153 ], [ -121.40991149882629, 37.172638498553049 ], [ -121.409996504882159, 37.17277049507009 ], [ -121.410043488965599, 37.172933494049659 ], [ -121.410001506442526, 37.173139486570406 ], [ -121.41000049901794, 37.173230493419091 ], [ -121.410038498898672, 37.173420489273937 ], [ -121.410043499019565, 37.173527488009775 ], [ -121.410076503797015, 37.173614495227341 ], [ -121.410114498588399, 37.173713473582829 ], [ -121.410200077779095, 37.173808031267903 ], [ -121.410200508903785, 37.173808490517814 ], [ -121.410324491524634, 37.173880485696351 ], [ -121.410351138191984, 37.17389967091809 ], [ -121.410424503287544, 37.173952491058309 ], [ -121.410677490767782, 37.174302492128014 ], [ -121.410820503949125, 37.174484495282556 ], [ -121.410891039539393, 37.174561039599141 ], [ -121.410891509551618, 37.17456149936821 ], [ -121.410943509423532, 37.174641496823561 ], [ -121.410969498068468, 37.174736494978184 ], [ -121.410980510310949, 37.174847496923547 ], [ -121.410983498557215, 37.175006488089032 ], [ -121.410998498686581, 37.175074492570694 ], [ -121.411059937543953, 37.175134277373878 ], [ -121.411072493206476, 37.175146495183292 ], [ -121.411109081906133, 37.175164782175941 ], [ -121.411176500715712, 37.175198486977997 ], [ -121.411266059501557, 37.175217770338428 ], [ -121.411266431933399, 37.175217849428563 ], [ -121.411320514271907, 37.175229490456196 ], [ -121.411509512928802, 37.175231491383123 ], [ -121.411779496451885, 37.175229499265377 ], [ -121.411946502770803, 37.175226495141416 ], [ -121.412054508295014, 37.175214485707968 ], [ -121.412124507241884, 37.175220502477565 ], [ -121.412176504616767, 37.175288492936048 ], [ -121.412172504731274, 37.175367485860697 ], [ -121.412142508543766, 37.17549349365283 ], [ -121.411920500377448, 37.175819495699933 ], [ -121.411850517084517, 37.175918496002254 ], [ -121.411824503381723, 37.175996486911082 ], [ -121.4118355053145, 37.176072488897603 ], [ -121.411955201838182, 37.176262061857557 ], [ -121.411955433374089, 37.176262502124615 ], [ -121.412066054406196, 37.176480897964311 ], [ -121.412078245665327, 37.176504967539593 ], [ -121.412078503144343, 37.17650549558676 ], [ -121.41209249657021, 37.176607493285374 ], [ -121.412069508845235, 37.17670848994721 ], [ -121.412060512299789, 37.176829494682323 ], [ -121.412019506365368, 37.176996498551333 ], [ -121.411958504627293, 37.1771864958774 ], [ -121.411905512353528, 37.177389496109235 ], [ -121.411891493447939, 37.177490482545608 ], [ -121.411914478550798, 37.177541510497349 ], [ -121.411946409174249, 37.177592341235652 ], [ -121.41194649870755, 37.177592487662984 ], [ -121.411992500868394, 37.177636500558727 ], [ -121.412133504806121, 37.177716491699705 ], [ -121.412174247169503, 37.17774928562244 ], [ -121.412174470185619, 37.177749513861805 ], [ -121.41220599243735, 37.177781026819765 ], [ -121.412206497654822, 37.177781487055512 ], [ -121.412220497803176, 37.177825497715396 ], [ -121.412197505750342, 37.177871484381122 ], [ -121.412197023556018, 37.17787187062391 ], [ -121.412192186118546, 37.177875765446259 ], [ -121.412151498047677, 37.177908493379029 ], [ -121.412098416668741, 37.177921305774625 ], [ -121.412064498346652, 37.177929492130183 ], [ -121.411992385824604, 37.177946200199031 ], [ -121.411887510082096, 37.177970497984717 ], [ -121.411722493981401, 37.178065489981293 ], [ -121.411654500685415, 37.178158491349464 ], [ -121.411645498347724, 37.178265490420046 ], [ -121.411686501280428, 37.178399489031946 ], [ -121.411814506480994, 37.178754486340985 ], [ -121.411924515599438, 37.178892480512225 ], [ -121.41202091226053, 37.178992287077911 ], [ -121.412021129818257, 37.178992510798658 ], [ -121.412038209247285, 37.17901019515029 ], [ -121.412038495704095, 37.179010489444323 ], [ -121.412051500009397, 37.179093489121328 ], [ -121.412047496575454, 37.179282492911057 ], [ -121.412070504166692, 37.179381481615358 ], [ -121.4121065136232, 37.179468500356641 ], [ -121.412129493363437, 37.179577494521062 ], [ -121.412115505135304, 37.179639498274099 ], [ -121.412074513869655, 37.179715496789598 ], [ -121.412006261907905, 37.179767991335837 ], [ -121.411996503847476, 37.179775495318268 ], [ -121.411996424306125, 37.179775667635269 ], [ -121.411951504639234, 37.179874488181454 ], [ -121.411974496546392, 37.179958482736168 ], [ -121.411997513374914, 37.180151501620365 ], [ -121.411970492400712, 37.180311493729377 ], [ -121.411943489382537, 37.180511485736382 ], [ -121.411943508986283, 37.180823481034523 ], [ -121.411929495167115, 37.180936482795126 ], [ -121.411938493844914, 37.181067497416826 ], [ -121.411991882931005, 37.181137304144571 ], [ -121.412016259344554, 37.18116917037338 ], [ -121.412016504392625, 37.181169496714325 ], [ -121.412043509302592, 37.181307487976845 ], [ -121.411993508529719, 37.18140949021803 ], [ -121.411926511104696, 37.181485489749249 ], [ -121.411856513600256, 37.18158048412748 ], [ -121.411822515621054, 37.181660492959793 ], [ -121.411771509502984, 37.181780494208766 ], [ -121.411685493002381, 37.181949498021922 ], [ -121.411545492586498, 37.182226496565647 ], [ -121.411504495903557, 37.182324495163691 ], [ -121.411459495205619, 37.182415492866653 ], [ -121.411468514856011, 37.182622483695248 ], [ -121.41150051535449, 37.18276449280328 ], [ -121.411495511623727, 37.182873482252226 ], [ -121.411450512427095, 37.182986495180337 ], [ -121.411331497063443, 37.183109496384326 ], [ -121.411111774312388, 37.183304183979963 ], [ -121.411094499243831, 37.183319493026652 ], [ -121.411035282584166, 37.183358594624643 ], [ -121.410729505471878, 37.1835604999021 ], [ -121.410436298174858, 37.183677619746 ], [ -121.410341501379662, 37.18371548924042 ], [ -121.410341248034868, 37.18371582371541 ], [ -121.410282490892484, 37.183793491801524 ], [ -121.410197495035973, 37.183946490187409 ], [ -121.410197098444087, 37.183946766427049 ], [ -121.409908504520217, 37.184148497057109 ], [ -121.409908365717428, 37.184148668577009 ], [ -121.40982646650977, 37.184253481063152 ], [ -121.409798492111932, 37.184364484170999 ], [ -121.409816508662203, 37.184462487436058 ], [ -121.409871492278697, 37.184563495815269 ], [ -121.409999040881857, 37.18472292286247 ], [ -121.409999502940295, 37.18472349959881 ], [ -121.410148267640224, 37.184869983765068 ], [ -121.410195000690521, 37.184916038847128 ], [ -121.410195505910366, 37.18491650057323 ], [ -121.410269170365595, 37.185024971928812 ], [ -121.410286276622188, 37.185050165708411 ], [ -121.410286503065009, 37.185050496248799 ], [ -121.410318497044244, 37.185123485709582 ], [ -121.410300505409808, 37.185235497220837 ], [ -121.410245511949768, 37.185349498775139 ], [ -121.410145493665439, 37.185501495223171 ], [ -121.410067500178471, 37.185614490004575 ], [ -121.410054515969719, 37.18568350002186 ], [ -121.410063457324938, 37.185741227678875 ], [ -121.410063498118092, 37.185741490523917 ], [ -121.410109003936512, 37.185791948211779 ], [ -121.410109496187729, 37.185792498678595 ], [ -121.410112096827447, 37.185795140258485 ], [ -121.410172499166521, 37.185856494266041 ], [ -121.410291054242975, 37.18599596348372 ], [ -121.410291494960802, 37.18599649843911 ], [ -121.410460397125675, 37.186145399752419 ], [ -121.41046047639405, 37.186145506031501 ], [ -121.410802498619134, 37.186683491206786 ], [ -121.410883998872293, 37.186805822360554 ], [ -121.410884140695558, 37.186805948743348 ], [ -121.410884503465098, 37.186806491542264 ], [ -121.410989500528459, 37.186893496511225 ], [ -121.411073126493122, 37.186919628445523 ], [ -121.41114949123417, 37.186943491930094 ], [ -121.411235289147058, 37.186960645855414 ], [ -121.411354505392779, 37.186984483784457 ], [ -121.411593280887701, 37.187015178269135 ], [ -121.411852503690099, 37.1870484996915 ], [ -121.412056011327493, 37.187123960036423 ], [ -121.412181509669821, 37.187170495251259 ], [ -121.412318197953866, 37.187201878150709 ], [ -121.412512498455882, 37.187246494379664 ], [ -121.412637608186429, 37.187291001103759 ], [ -121.412637939134925, 37.187291118163728 ], [ -121.412720509261632, 37.187320487578901 ], [ -121.412780982880761, 37.18737797493408 ], [ -121.412781498281433, 37.187378482724824 ], [ -121.412820510232223, 37.187463491941614 ], [ -121.412855494164091, 37.187727483745121 ], [ -121.412882493610965, 37.187847494665363 ], [ -121.412889496879842, 37.187970491920325 ], [ -121.412843512357099, 37.188078487677323 ], [ -121.412803499695002, 37.188215487288716 ], [ -121.412814490583244, 37.188653484620261 ], [ -121.412830497564187, 37.188799487591673 ], [ -121.412743496607874, 37.189309490606554 ], [ -121.412677504413935, 37.189470491207366 ], [ -121.412557500307472, 37.189715498869745 ], [ -121.4122254984905, 37.19036148866558 ], [ -121.412110494770516, 37.190638496433259 ], [ -121.412087495331576, 37.190738490909574 ], [ -121.412065506434558, 37.191128497535253 ], [ -121.412065883538247, 37.191138173508378 ], [ -121.412069488994931, 37.191232491802069 ], [ -121.412146500090032, 37.19147749925191 ], [ -121.4121735056098, 37.1918284875849 ], [ -121.412158506519546, 37.191982495102621 ], [ -121.412133495600514, 37.192068489710003 ], [ -121.412071496213272, 37.192165495433237 ], [ -121.411922032629207, 37.192317691262687 ], [ -121.411906512429013, 37.192333492198237 ], [ -121.411906360766082, 37.192333746534452 ], [ -121.411875491388557, 37.19238450580302 ], [ -121.411848503455701, 37.192461486075516 ], [ -121.411844509746444, 37.192603489468354 ], [ -121.4118834912327, 37.192792500138289 ], [ -121.412011516834653, 37.19315848677131 ], [ -121.412065495936588, 37.193259499883425 ], [ -121.412081499968195, 37.193331500900065 ], [ -121.412073497629009, 37.193432493644607 ], [ -121.411931497677855, 37.193754491352266 ], [ -121.411848499262064, 37.193907493678161 ], [ -121.411825488506977, 37.193979487289781 ], [ -121.411821508271643, 37.194126495221106 ], [ -121.411840497893976, 37.194192501975465 ], [ -121.41192538614672, 37.19432633143839 ], [ -121.411925488382295, 37.194326491372983 ], [ -121.412010512721181, 37.194388493178643 ], [ -121.41203556659741, 37.194402450748527 ], [ -121.412098499123587, 37.194437498315608 ], [ -121.412344558843969, 37.194544029311835 ], [ -121.412456514084909, 37.194592490037081 ], [ -121.412522093918724, 37.194653106089646 ], [ -121.412522508297343, 37.194653486565507 ], [ -121.412591506741407, 37.194744491888471 ], [ -121.412679504248402, 37.194880491987085 ], [ -121.412724498092729, 37.194967500406847 ], [ -121.412739511085874, 37.195028487862608 ], [ -121.412735515593951, 37.195090493539304 ], [ -121.41270149635929, 37.19514249707774 ], [ -121.412636852298576, 37.195199754017828 ], [ -121.412631516451981, 37.19520448536106 ], [ -121.412619423301521, 37.1952128294228 ], [ -121.412547506439722, 37.195262484474227 ], [ -121.412403496404494, 37.195382492808847 ], [ -121.412346509962973, 37.195448497659306 ], [ -121.412296505698521, 37.195546492596698 ], [ -121.412280485610381, 37.195625484181235 ], [ -121.412313500780186, 37.195704485485663 ], [ -121.412379503562974, 37.195816496780502 ], [ -121.412420495370199, 37.195941493639346 ], [ -121.412445212867908, 37.19599993043456 ], [ -121.412445319307011, 37.196000066714582 ], [ -121.412445497444708, 37.196000494408977 ], [ -121.41247527170448, 37.196036131704076 ], [ -121.41251149552015, 37.196079494655372 ], [ -121.412601501359703, 37.196184496557059 ], [ -121.412618490229065, 37.196230483985005 ], [ -121.412643496017907, 37.196302498850088 ], [ -121.412668501618725, 37.196408492301046 ], [ -121.412684491927649, 37.196526492833783 ], [ -121.412734476211952, 37.196598509001923 ], [ -121.412841516341516, 37.196710493524357 ], [ -121.412915505284062, 37.196802487271093 ], [ -121.413006490840331, 37.197042490174439 ], [ -121.413034497941268, 37.197178486390555 ], [ -121.41303051324104, 37.197290499073603 ], [ -121.41301451481101, 37.197394483351005 ], [ -121.413003514344496, 37.197451485604674 ], [ -121.413031511905061, 37.197564497346946 ], [ -121.413089512495631, 37.19765749784446 ], [ -121.4131714927844, 37.197795481229278 ], [ -121.413261948193906, 37.197899940348542 ], [ -121.413262114271888, 37.197900059643906 ], [ -121.413262497768542, 37.197900500461529 ], [ -121.413371494703171, 37.197972491891839 ], [ -121.413408509330196, 37.19799548897641 ], [ -121.413490514882398, 37.198015490652338 ], [ -121.413582550237066, 37.198034055795986 ], [ -121.413728496774453, 37.198063496928995 ], [ -121.413819664025894, 37.198102835456325 ], [ -121.413867518631804, 37.198123487971422 ], [ -121.413961944722871, 37.198173264111134 ], [ -121.41418051476289, 37.198288492509143 ], [ -121.414242416613035, 37.19834590784405 ], [ -121.414249420262223, 37.198352400478406 ], [ -121.414249499672152, 37.198352500829209 ], [ -121.414290071219355, 37.198401013276353 ], [ -121.414290505804829, 37.198401491822338 ], [ -121.414321772321799, 37.198454521004052 ], [ -121.414336222296981, 37.198479022142621 ], [ -121.414336499682435, 37.198479488210488 ], [ -121.414368498641608, 37.198593495703953 ], [ -121.414446502605216, 37.198919494970525 ], [ -121.414471495470494, 37.199136500288638 ], [ -121.414520465857507, 37.19931337502986 ], [ -121.414520498504046, 37.199313496983045 ], [ -121.414528923174771, 37.199328046473255 ], [ -121.414586512253337, 37.199427495910129 ], [ -121.414760506958856, 37.199635495433462 ], [ -121.414793501518332, 37.199695488858012 ], [ -121.414817512970586, 37.199872496210183 ], [ -121.414842505235171, 37.19993848944398 ], [ -121.414867391874267, 37.200004220443425 ], [ -121.414867497138545, 37.20000450193217 ], [ -121.414894592963847, 37.200025901686516 ], [ -121.415024495906735, 37.200128485245749 ], [ -121.415247503365052, 37.200299487733382 ], [ -121.415321500504604, 37.200425500175761 ], [ -121.415354515685678, 37.200549486794351 ], [ -121.41534650411046, 37.200687490117907 ], [ -121.415379515705268, 37.20076549467074 ], [ -121.415487519921584, 37.200831827807384 ], [ -121.415506505597961, 37.200843488024923 ], [ -121.415764520985533, 37.200949494776218 ], [ -121.415869201776658, 37.201004332438899 ], [ -121.415869491270641, 37.20100448598334 ], [ -121.415897504074451, 37.201077499165599 ], [ -121.415948519611192, 37.201233495438558 ], [ -121.415973517092624, 37.201373490355877 ], [ -121.415948508400078, 37.20167549693128 ], [ -121.415971508089797, 37.201926496787102 ], [ -121.415992510613691, 37.202669493166788 ], [ -121.416100064125047, 37.202816928777203 ], [ -121.416100183606474, 37.202817062264558 ], [ -121.416100502320987, 37.202817502206727 ], [ -121.41623850313303, 37.202955482810637 ], [ -121.416312492300349, 37.203001492451605 ], [ -121.416372821220747, 37.203031331129438 ], [ -121.416496521450014, 37.203092502819445 ], [ -121.416747506991598, 37.203189501317731 ], [ -121.416803869582822, 37.203230257290194 ], [ -121.416812268357432, 37.203236332744574 ], [ -121.416812498285339, 37.203236500309515 ], [ -121.416874040080089, 37.203308950795602 ], [ -121.416874503259479, 37.203309481581051 ], [ -121.416908492489796, 37.203382494380975 ], [ -121.416924514185794, 37.203447482562424 ], [ -121.416926517356586, 37.203529488264017 ], [ -121.41709151781815, 37.203752497362025 ], [ -121.417114513534358, 37.203830497965093 ], [ -121.417122499182042, 37.203938482851747 ], [ -121.417114520021627, 37.204065482065573 ], [ -121.41708349853532, 37.204179497099751 ], [ -121.417083281138147, 37.204179882452905 ], [ -121.417083219611314, 37.204179989809546 ], [ -121.417081100376734, 37.204183706255691 ], [ -121.417030510411408, 37.204272486684722 ], [ -121.416955494790258, 37.204342484973679 ], [ -121.416939454942764, 37.204385481404465 ], [ -121.416947498753487, 37.204439503545444 ], [ -121.416985496128817, 37.204509484568348 ], [ -121.417189029079992, 37.204682077007192 ], [ -121.417189473753041, 37.204682518629809 ], [ -121.417262503535071, 37.204759488134336 ], [ -121.417293502276877, 37.204824491173945 ], [ -121.417316507392542, 37.204917499094186 ], [ -121.41732051399137, 37.20497749267674 ], [ -121.417301499577121, 37.205062496935938 ], [ -121.417201508472658, 37.205200487725314 ], [ -121.417234516935409, 37.205299485830245 ], [ -121.417272504162952, 37.205353487256723 ], [ -121.417295513026943, 37.20545749687669 ], [ -121.417318505506074, 37.205649483920332 ], [ -121.417380496694477, 37.205833494876543 ], [ -121.417418498456115, 37.206199494917286 ], [ -121.417445508550117, 37.206276496929533 ], [ -121.417490512029559, 37.206613493317938 ], [ -121.417528521909887, 37.20670849626292 ], [ -121.417582488895277, 37.206793487277224 ], [ -121.417667486921133, 37.206877498404737 ], [ -121.417678505605096, 37.206997497516092 ], [ -121.417653511693658, 37.207102492809838 ], [ -121.417588505967629, 37.207271481470436 ], [ -121.417580484263908, 37.207372496395372 ], [ -121.417592461379101, 37.207457511686606 ], [ -121.4176844950656, 37.207645487844786 ], [ -121.417742498941635, 37.207838495286744 ], [ -121.417822501499543, 37.208022494692067 ], [ -121.417919473378618, 37.208180507353561 ], [ -121.418052508193924, 37.208300497379824 ], [ -121.41814346874601, 37.208371458153401 ], [ -121.41814358913652, 37.208371548675657 ], [ -121.418152492931625, 37.208378491768016 ], [ -121.418562493258676, 37.208616492871563 ], [ -121.418770501825705, 37.208681498432739 ], [ -121.418775198945426, 37.208687248692058 ], [ -121.418801511125338, 37.208719496487284 ], [ -121.4188015119163, 37.208793496809847 ], [ -121.418755488178007, 37.208989490830383 ], [ -121.418751508145675, 37.209088486603463 ], [ -121.418785508140161, 37.209216490923041 ], [ -121.418897509024035, 37.209478479633518 ], [ -121.419007492913025, 37.209849498986308 ], [ -121.419048814695117, 37.209932097659831 ], [ -121.419057517255354, 37.209949495787058 ], [ -121.419096085687698, 37.209998809715472 ], [ -121.4191114883171, 37.210018496423594 ], [ -121.419142514539217, 37.210095495332673 ], [ -121.41914250470272, 37.210287489047488 ], [ -121.419118490504019, 37.210367502430209 ], [ -121.419118299313354, 37.210367696971062 ], [ -121.419104151571617, 37.210382075213914 ], [ -121.419057496308298, 37.210429501605134 ], [ -121.418859496068151, 37.210574494236539 ], [ -121.418666499595616, 37.2106624941636 ], [ -121.418583371493369, 37.210721378949991 ], [ -121.418570504503379, 37.210730489764799 ], [ -121.418570215720791, 37.210730832673626 ], [ -121.418570038761672, 37.210730966645613 ], [ -121.418454507707153, 37.210866498309116 ], [ -121.41837749574637, 37.21103549588414 ], [ -121.418272507115901, 37.211213495733098 ], [ -121.41824850348776, 37.211318499858614 ], [ -121.41823749939627, 37.211549497044793 ], [ -121.418252511351, 37.211660486053376 ], [ -121.418245500598275, 37.211778492615458 ], [ -121.418202494253734, 37.211972494911855 ], [ -121.418141503191237, 37.212124483612435 ], [ -121.418118504399118, 37.212349484801734 ], [ -121.418050491487989, 37.2124654968679 ], [ -121.418050115451621, 37.212465847501122 ], [ -121.418038817842998, 37.21247635886742 ], [ -121.417892513287015, 37.212612496882372 ], [ -121.417684489747487, 37.212747495898256 ], [ -121.41752350037207, 37.212816484899271 ], [ -121.417308509003377, 37.212925495374456 ], [ -121.417182495363761, 37.212990481924741 ], [ -121.41706749604441, 37.213034485128119 ], [ -121.417017610151845, 37.213054868715695 ], [ -121.41699649456298, 37.213063494167727 ], [ -121.416996075012136, 37.213063976105097 ], [ -121.416968501755605, 37.213094524433764 ], [ -121.416963505773495, 37.213143499704202 ], [ -121.417001507430044, 37.213255498567868 ], [ -121.416996501039378, 37.21333148283928 ], [ -121.416968508725645, 37.213448487115421 ], [ -121.416955507488538, 37.213519492016637 ], [ -121.416990510421812, 37.213579490876597 ], [ -121.417035510815154, 37.21365149043244 ], [ -121.417078514510067, 37.213736495124294 ], [ -121.417116512640447, 37.213888496349007 ], [ -121.417104500205767, 37.213936479801575 ], [ -121.417067495943741, 37.213998485852571 ], [ -121.417007880877463, 37.214037977422258 ], [ -121.416990497430845, 37.214049493563564 ], [ -121.416933743549421, 37.214081960599508 ], [ -121.416782510044257, 37.21416848685643 ], [ -121.416744503617295, 37.214225498731487 ], [ -121.416733514274526, 37.214286484685182 ], [ -121.41673350417652, 37.214387493912255 ], [ -121.416778154523087, 37.214453024825374 ], [ -121.416778292361201, 37.214453167448823 ], [ -121.416778513451817, 37.214453493459175 ], [ -121.416799563946, 37.214473799824027 ], [ -121.416805995043774, 37.214480017910823 ], [ -121.416806498488356, 37.214480486994681 ], [ -121.417050507184754, 37.214515482385352 ], [ -121.417173501291003, 37.214515500757592 ], [ -121.417245510794743, 37.214546496919873 ], [ -121.41741849155693, 37.214631501835967 ], [ -121.417551496247327, 37.214670492754465 ], [ -121.417751513254345, 37.214693489681409 ], [ -121.417778474943034, 37.214698709075506 ], [ -121.417813506765924, 37.214705487068343 ], [ -121.417850355556297, 37.214714872280631 ], [ -121.417868493349928, 37.214719492144987 ], [ -121.418024502496039, 37.214808500265725 ], [ -121.418152469108094, 37.214901469640971 ], [ -121.418274313368272, 37.215020293344722 ], [ -121.418274462815745, 37.215020501325199 ], [ -121.418374489602485, 37.215165500272541 ], [ -121.418502499691897, 37.215462501015665 ], [ -121.418597454483603, 37.21575551992985 ], [ -121.418622133021842, 37.215781190004869 ], [ -121.418643509552936, 37.21580349355731 ], [ -121.420387481666623, 37.217070056769856 ], [ -121.422375943820953, 37.218514089649773 ], [ -121.422376509692697, 37.218514500265947 ], [ -121.422644502990266, 37.220703495404564 ], [ -121.422946508714801, 37.222434485248897 ], [ -121.422890507115042, 37.222605482783024 ], [ -121.422920501068219, 37.222764490090185 ], [ -121.423008503897066, 37.222941492606353 ], [ -121.42308748591087, 37.223098489300234 ], [ -121.423183504419455, 37.223215498472129 ], [ -121.423441496701116, 37.223457501946726 ], [ -121.423461498558154, 37.223523483136269 ], [ -121.423454517504339, 37.223609482683159 ], [ -121.423420513405532, 37.223701491640995 ], [ -121.423318506332905, 37.223944491397781 ], [ -121.423318495458403, 37.224134490149673 ], [ -121.423366493701991, 37.224334447820922 ], [ -121.423454500990616, 37.224420493970882 ], [ -121.423493272015591, 37.224443108272418 ], [ -121.423610500590499, 37.224511489364431 ], [ -121.423720516636536, 37.224549709533434 ], [ -121.4238005068229, 37.224577497452529 ], [ -121.423943515880666, 37.224631494264095 ], [ -121.424337500356259, 37.224734494154376 ], [ -121.424669504152916, 37.224885495298928 ], [ -121.425070515224533, 37.225031487269611 ], [ -121.425491495205577, 37.22517749446618 ], [ -121.425736507378204, 37.225284003614021 ], [ -121.426165510389268, 37.225470493928746 ], [ -121.426215915909793, 37.225520883133335 ], [ -121.426223515239357, 37.225528484035792 ], [ -121.426282505562327, 37.225563494042255 ], [ -121.426345502481567, 37.225594490932245 ], [ -121.426444502420509, 37.225602491458204 ], [ -121.426481586764893, 37.225595943763977 ], [ -121.426512501460579, 37.225590489219265 ], [ -121.426623516802181, 37.225550979481987 ], [ -121.426807517169863, 37.225485493949087 ], [ -121.426944499834306, 37.22547750217381 ], [ -121.427082516733762, 37.225508484631995 ], [ -121.427254497062108, 37.225551487249007 ], [ -121.427416516806304, 37.225618494532405 ], [ -121.427656504252468, 37.225716498024603 ], [ -121.427774504220181, 37.225794504295621 ], [ -121.427955904892599, 37.22592802990129 ], [ -121.427956059630802, 37.225928163844848 ], [ -121.427956504973423, 37.225928492811811 ], [ -121.428043937580725, 37.226017030897019 ], [ -121.428044463156624, 37.226017512082699 ], [ -121.42811300122797, 37.226080064586746 ], [ -121.42811339478996, 37.226080388420044 ], [ -121.428113505956858, 37.226080478809855 ], [ -121.428191205787172, 37.226142248933179 ], [ -121.428191504764428, 37.226142487042267 ], [ -121.428206511483324, 37.226192491454 ], [ -121.428182488702291, 37.226256501878851 ], [ -121.428095219077008, 37.226379056900853 ], [ -121.428088498967355, 37.226388542249694 ], [ -121.428083497493262, 37.226439499178397 ], [ -121.428108422882303, 37.226510279634134 ], [ -121.428108499940095, 37.226510495532686 ], [ -121.428167484682547, 37.226555494028993 ], [ -121.42817293762343, 37.226560093622211 ], [ -121.428231508552656, 37.226609496730376 ], [ -121.428296691856474, 37.226644073731499 ], [ -121.42832950982995, 37.226661485997724 ], [ -121.428486495617335, 37.226739490372125 ], [ -121.428697494023467, 37.226794492013646 ], [ -121.428805505816413, 37.226833490019608 ], [ -121.428869063627786, 37.226887123130389 ], [ -121.428869502438189, 37.22688749942813 ], [ -121.428913490227472, 37.22697249956839 ], [ -121.428987488528819, 37.227098504918047 ], [ -121.429061514327245, 37.227242489006308 ], [ -121.429257499515003, 37.227462498702387 ], [ -121.429314687679678, 37.227519307260614 ], [ -121.42941029473451, 37.227614264198429 ], [ -121.429410514362615, 37.227614486433005 ], [ -121.429523410237891, 37.227919219294911 ], [ -121.429523510310631, 37.227919487364353 ], [ -121.429839614058949, 37.228042055293564 ], [ -121.430730505549917, 37.228387493652967 ], [ -121.430936506755174, 37.228288498594033 ], [ -121.431108017785718, 37.228439072496734 ], [ -121.431108494571703, 37.228439495228372 ], [ -121.431429844167667, 37.228791671937486 ], [ -121.432067489075479, 37.229490478731741 ], [ -121.432147503375319, 37.229558489066825 ], [ -121.432184851273533, 37.229574903664549 ], [ -121.43227950136783, 37.229616492767285 ], [ -121.432376500882867, 37.229616493715277 ], [ -121.43241106676544, 37.229613234741187 ], [ -121.432461503346985, 37.229608483164171 ], [ -121.432553500055022, 37.229581493078015 ], [ -121.432633507256014, 37.229540483990831 ], [ -121.432678503906047, 37.229494491620123 ], [ -121.432718494074933, 37.229439495617655 ], [ -121.432730511433476, 37.229367478700354 ], [ -121.432707509686097, 37.229276486339458 ], [ -121.432707122970371, 37.229275919580111 ], [ -121.432627494080833, 37.229158488876323 ], [ -121.432570503940383, 37.22906248675519 ], [ -121.432547496912946, 37.228930497499491 ], [ -121.432519509887968, 37.228684491527261 ], [ -121.432484505833031, 37.228603492731999 ], [ -121.432484165360705, 37.22860301994389 ], [ -121.432370505032495, 37.228444494431628 ], [ -121.432364499600681, 37.228412499218067 ], [ -121.432387505799952, 37.228371495813249 ], [ -121.432427519950295, 37.228344500735609 ], [ -121.432660504744547, 37.227896503143114 ], [ -121.432848328993927, 37.227496884169796 ], [ -121.432848513157253, 37.227496492421487 ], [ -121.433218710171857, 37.227395631177849 ], [ -121.433850072895524, 37.227223609702911 ], [ -121.433850514619252, 37.227223488101977 ], [ -121.433850498805484, 37.228120503667924 ], [ -121.433881509452902, 37.22864447998672 ], [ -121.433842508296181, 37.229464362442521 ], [ -121.433842500224813, 37.229464483851679 ], [ -121.433987495026969, 37.229569494537841 ], [ -121.434078490218297, 37.229655496834177 ], [ -121.434226766872968, 37.22981476598806 ], [ -121.434307109427522, 37.22990106736453 ], [ -121.43430750851681, 37.229901484610352 ], [ -121.434410501582207, 37.229965486437528 ], [ -121.43452450983014, 37.230019490200355 ], [ -121.434747513435383, 37.230097483390303 ], [ -121.434788691941662, 37.230118694341527 ], [ -121.434947494256491, 37.23020049013406 ], [ -121.435037054727829, 37.230266154391217 ], [ -121.435037469119948, 37.230266459212402 ], [ -121.435067202878841, 37.230288253822756 ], [ -121.435067513225235, 37.230288481691687 ], [ -121.435097294364311, 37.23040902637095 ], [ -121.435398512840678, 37.231627496187883 ], [ -121.435797239251187, 37.232429963398339 ], [ -121.435797504484725, 37.232430491495258 ], [ -121.437381502114576, 37.233123480415628 ], [ -121.438549483621387, 37.233030423100232 ], [ -121.43987849398205, 37.232924492645836 ], [ -121.440148517833009, 37.232909498414557 ], [ -121.440221413514564, 37.232931710695084 ], [ -121.440335515221491, 37.232966485439306 ], [ -121.440392745196789, 37.233002347033313 ], [ -121.440418498425103, 37.233018489258058 ], [ -121.440492494006392, 37.233057490987072 ], [ -121.440580509916884, 37.233081483391686 ], [ -121.440639295266323, 37.233085305893546 ], [ -121.440688498802018, 37.233088499811402 ], [ -121.440742226837557, 37.233083482800616 ], [ -121.440806505848499, 37.233077481428033 ], [ -121.440909511679152, 37.233046496824187 ], [ -121.440953496818679, 37.232995488047266 ], [ -121.440978514526094, 37.232917495996993 ], [ -121.440988505182986, 37.23285048850687 ], [ -121.441007425123104, 37.232795723507984 ], [ -121.441007505910136, 37.232795490431236 ], [ -121.441016281756632, 37.23279169672621 ], [ -121.441051504508721, 37.232776484941724 ], [ -121.441105489541854, 37.232788495234814 ], [ -121.441113972226134, 37.23279452711715 ], [ -121.441164507897199, 37.2328304928498 ], [ -121.441237495885687, 37.232966497995619 ], [ -121.442274510795826, 37.234853490505003 ], [ -121.443236294405267, 37.235945271519022 ], [ -121.443236495447195, 37.235945499411464 ], [ -121.443280509568879, 37.235972482648727 ], [ -121.44443420908631, 37.23702221053982 ], [ -121.444434514777996, 37.237022487226042 ], [ -121.44449249687078, 37.23711849082239 ], [ -121.444541507953758, 37.237207482726355 ], [ -121.444595506210035, 37.237297494472536 ], [ -121.444659046826956, 37.237376019371162 ], [ -121.444659433189869, 37.237376519401792 ], [ -121.444718052752989, 37.237453974892922 ], [ -121.444718247213473, 37.23745416268509 ], [ -121.444718490725364, 37.237454488938432 ], [ -121.44472434144258, 37.237459841363936 ], [ -121.444777508933697, 37.237508491138257 ], [ -121.444815583749119, 37.237515741336232 ], [ -121.444840496741989, 37.237520487607725 ], [ -121.444880506749953, 37.237512484800781 ], [ -121.444924503139205, 37.237481498182191 ], [ -121.444948507528238, 37.237434484499111 ], [ -121.444963500484732, 37.237055493953193 ], [ -121.444993502882966, 37.236969487218985 ], [ -121.445042505912653, 37.236910491681876 ], [ -121.445113499305322, 37.236892485349237 ], [ -121.44518451458346, 37.236910493915573 ], [ -121.445228498764806, 37.236957492087939 ], [ -121.445341168031348, 37.237122054868884 ], [ -121.445341287739083, 37.237122182402402 ], [ -121.445341509199935, 37.237122499473529 ], [ -121.445378035133743, 37.237158408392467 ], [ -121.445400007990372, 37.237180052592677 ], [ -121.445400170620374, 37.237180165870726 ], [ -121.445400503167164, 37.237180488846036 ], [ -121.44547950425121, 37.237231485491222 ], [ -121.445493171670734, 37.237239061112199 ], [ -121.445562502185069, 37.237277484238973 ], [ -121.445660496713671, 37.237308490318817 ], [ -121.44575811164637, 37.23733776788346 ], [ -121.445810515825329, 37.237353486735508 ], [ -121.445891520494428, 37.237368490309038 ], [ -121.445965180979798, 37.237387416346941 ], [ -121.445965494430297, 37.237387496038181 ], [ -121.445984499775307, 37.237426489814183 ], [ -121.445999500909863, 37.237469492922372 ], [ -121.445975498571499, 37.237508494209557 ], [ -121.44597516658304, 37.237508685462984 ], [ -121.445921508400957, 37.237539498233694 ], [ -121.445503489091706, 37.237566490832926 ], [ -121.445487515806164, 37.237571734505337 ], [ -121.445439500766383, 37.237587496861451 ], [ -121.445341514260193, 37.23762249755778 ], [ -121.445277499941142, 37.23766948681611 ], [ -121.445238505350162, 37.237751485537544 ], [ -121.445238503992655, 37.237832483286482 ], [ -121.44526350649285, 37.237931495874264 ], [ -121.445315502258978, 37.238017459118424 ], [ -121.445362492362747, 37.238054495359222 ], [ -121.445528495452209, 37.238146496024143 ], [ -121.445654513736514, 37.238204485000118 ], [ -121.445667164658119, 37.23821246959853 ], [ -121.445738503150849, 37.23825749566565 ], [ -121.445867492056109, 37.238358489663739 ], [ -121.446073498551911, 37.238717496111171 ], [ -121.446305512277306, 37.239505490843975 ], [ -121.446318094601139, 37.239518907123518 ], [ -121.446320515988518, 37.239521490733317 ], [ -121.446324421180421, 37.239526372979071 ], [ -121.446360515152037, 37.239571482980395 ], [ -121.446374521149551, 37.239657482192001 ], [ -121.446385504995632, 37.239736485698913 ], [ -121.446392506650255, 37.239821490514196 ], [ -121.446406503323459, 37.239895487679846 ], [ -121.44642451039158, 37.23994748529789 ], [ -121.446453516580135, 37.239996487094992 ], [ -121.446493254008061, 37.240045159934041 ], [ -121.446493516157105, 37.240045481982605 ], [ -121.446666504065703, 37.240159485601538 ], [ -121.446671744631104, 37.240164871419786 ], [ -121.446702499883386, 37.240196488212035 ], [ -121.446735510758529, 37.240239490397521 ], [ -121.446771498050822, 37.240299489016842 ], [ -121.446818494548424, 37.240475485599831 ], [ -121.446865506036673, 37.240567492652012 ], [ -121.447132504602337, 37.240812492993399 ], [ -121.447518494458251, 37.241163494565384 ], [ -121.447558506900862, 37.241209485451911 ], [ -121.447616518391882, 37.241258496827086 ], [ -121.447624404651307, 37.241263314160911 ], [ -121.447670513834126, 37.241291489514573 ], [ -121.447710712450487, 37.241301394055114 ], [ -121.447735502629016, 37.24130749850287 ], [ -121.447782502690927, 37.241312486332838 ], [ -121.447825509841238, 37.241301497286145 ], [ -121.447940493766055, 37.241217494590103 ], [ -121.447987503826297, 37.241197500580185 ], [ -121.44805251184566, 37.241194495372895 ], [ -121.448085504577193, 37.241212500240302 ], [ -121.448092449782379, 37.241219280581817 ], [ -121.44812851333036, 37.241254484623724 ], [ -121.44816402309641, 37.24130395062209 ], [ -121.448164454643447, 37.241304509027763 ], [ -121.448218321247708, 37.241373265462819 ], [ -121.448218492761072, 37.241373488514171 ], [ -121.448290505844, 37.241429493901627 ], [ -121.448499963657397, 37.241604023943282 ], [ -121.448500510158723, 37.241604490494446 ], [ -121.448543492587959, 37.241683492273964 ], [ -121.448569502618767, 37.241756499622838 ], [ -121.448550491199953, 37.241834496349966 ], [ -121.448518515820012, 37.241914486759569 ], [ -121.448453510665288, 37.242017489454497 ], [ -121.448381505787566, 37.24215549919753 ], [ -121.448380494781063, 37.242228490316862 ], [ -121.448435491105926, 37.242326443050999 ], [ -121.448448539205486, 37.242339060538193 ], [ -121.448492477965146, 37.242381470428448 ], [ -121.448565490941078, 37.242438486073887 ], [ -121.448584762254356, 37.242447271397218 ], [ -121.448633498942783, 37.242469483559084 ], [ -121.448745498329075, 37.242529487698462 ], [ -121.44882150746821, 37.242601491863077 ], [ -121.448882184450298, 37.242707922681653 ], [ -121.448882506496119, 37.242708488541496 ], [ -121.448894426706346, 37.242727306295365 ], [ -121.448946490241241, 37.242809503328367 ], [ -121.449384485195225, 37.243461497795309 ], [ -121.449394506547634, 37.243471319200502 ], [ -121.449440491835304, 37.243516492617999 ], [ -121.44952850028244, 37.243541490512335 ], [ -121.44956116048948, 37.24354575636265 ], [ -121.44959749398987, 37.243550501542018 ], [ -121.449636713150014, 37.243553638107556 ], [ -121.449672503181517, 37.243556501542315 ], [ -121.449866509542758, 37.243606501293996 ], [ -121.450278095239781, 37.243865254756656 ], [ -121.450278494242738, 37.243865503011378 ], [ -121.450412246497208, 37.244103041990435 ], [ -121.450412502300551, 37.244103494354619 ], [ -121.450604498327579, 37.244293495860397 ], [ -121.450911512240282, 37.244425490445799 ], [ -121.45107625198429, 37.244444656664633 ], [ -121.451315513656539, 37.244472493043226 ], [ -121.451387023931673, 37.244553953496542 ], [ -121.451387493159373, 37.244554484227365 ], [ -121.4514345138344, 37.244629493680982 ], [ -121.451607449833446, 37.244913392397244 ], [ -121.45160750527991, 37.244913490927885 ], [ -121.451669507730983, 37.244985499773847 ], [ -121.451692357897187, 37.245000519821538 ], [ -121.451742500825702, 37.245033488445827 ], [ -121.451881375960241, 37.245159037360246 ], [ -121.45194049976925, 37.245212492070351 ], [ -121.451943038902513, 37.245216133701419 ], [ -121.451979503863186, 37.245268499281025 ], [ -121.452005503600745, 37.245344491773047 ], [ -121.452023468779188, 37.245398510791112 ], [ -121.452041198590351, 37.245419638901794 ], [ -121.452041982062951, 37.245420575334073 ], [ -121.452059506599838, 37.245441499219481 ], [ -121.45208182242736, 37.245452838573954 ], [ -121.452120504570132, 37.245472493463147 ], [ -121.4521805171849, 37.245491490660179 ], [ -121.452205499189574, 37.245571487235509 ], [ -121.452199492945439, 37.245631493863392 ], [ -121.452136512930906, 37.245800493314555 ], [ -121.452142507727061, 37.245885483130209 ], [ -121.452180505102106, 37.245953483471432 ], [ -121.452586498448312, 37.246217492215543 ], [ -121.45271103265415, 37.246342986088223 ], [ -121.452711513687547, 37.246343484366328 ], [ -121.452755511479026, 37.246452488604405 ], [ -121.452837499710014, 37.246606495248479 ], [ -121.452855510137681, 37.246766489898889 ], [ -121.452862509654921, 37.247054486527261 ], [ -121.452868499860926, 37.247452486253621 ], [ -121.452899516181063, 37.247541495910056 ], [ -121.45312450996822, 37.247770482163716 ], [ -121.453137513621357, 37.247805484148778 ], [ -121.453130509965135, 37.247846481292463 ], [ -121.453093492800761, 37.247880500691856 ], [ -121.452962506444948, 37.247970493492154 ], [ -121.452919851987815, 37.248022825106467 ], [ -121.452918505069576, 37.248024511690062 ], [ -121.45291250871243, 37.248088491438914 ], [ -121.452950429937374, 37.248217230666782 ], [ -121.452950506117077, 37.24821749395867 ], [ -121.452965707647792, 37.248236299354332 ], [ -121.453064507689959, 37.248358483864884 ], [ -121.453153512110745, 37.248494490911099 ], [ -121.453169508350427, 37.248624483277943 ], [ -121.45310449072295, 37.248888484877625 ], [ -121.453104502554595, 37.249006490234429 ], [ -121.453153512320412, 37.249193497370079 ], [ -121.453283330095474, 37.24938725227851 ], [ -121.453283495627289, 37.249387497472874 ], [ -121.45339749583394, 37.249491489916558 ], [ -121.453584509748339, 37.249562490155711 ], [ -121.453925504243742, 37.249672493867472 ], [ -121.454379513187874, 37.249860481228936 ], [ -121.454403902093503, 37.249871055885158 ], [ -121.454469511380339, 37.249899498036598 ], [ -121.454507498318421, 37.249932634303789 ], [ -121.454516351725985, 37.249940354998373 ], [ -121.454516513791532, 37.24994049789467 ], [ -121.454545495587809, 37.249992489356671 ], [ -121.454682462803675, 37.250289511913245 ], [ -121.454715504963815, 37.250336494164515 ], [ -121.45474050749354, 37.250369493467765 ], [ -121.455141497533148, 37.250658499053657 ], [ -121.455634920115443, 37.250979391928652 ], [ -121.455636279449607, 37.250980275091933 ], [ -121.455693506177809, 37.251017491208664 ], [ -121.455953439960282, 37.251169473451185 ], [ -121.45600852009791, 37.251232493905377 ], [ -121.456036503480235, 37.251310497117245 ], [ -121.456062508499983, 37.251415496971525 ], [ -121.456141499330272, 37.251603498514342 ], [ -121.456389184824644, 37.252140914957096 ], [ -121.4563894956637, 37.252141489541835 ], [ -121.456400515688586, 37.252203492195498 ], [ -121.45639350774519, 37.252250485229169 ], [ -121.456371505803887, 37.252304487744524 ], [ -121.456328512642088, 37.252374496684965 ], [ -121.456256500008308, 37.252446486363468 ], [ -121.456177499566138, 37.252529133086803 ], [ -121.456169500083774, 37.252537500785024 ], [ -121.456150438479426, 37.252552788433164 ], [ -121.456068509748235, 37.252618492857358 ], [ -121.455917507713053, 37.252721498179874 ], [ -121.455599501295694, 37.2528914937959 ], [ -121.456086087411606, 37.253528959853774 ], [ -121.456086491858912, 37.253529489721224 ], [ -121.456032504762717, 37.253962496153328 ], [ -121.455906499165792, 37.254170488076142 ], [ -121.455616511485417, 37.254552492512389 ], [ -121.455469503789558, 37.254725490506374 ], [ -121.455072514498923, 37.255561490911212 ], [ -121.45517350538627, 37.255920491928649 ], [ -121.455327501388112, 37.256322485331204 ], [ -121.455295501631454, 37.256663485424809 ], [ -121.455672469120842, 37.25715671636069 ], [ -121.455963279966866, 37.257537207189031 ], [ -121.455963496634723, 37.257537491576038 ], [ -121.456198493448795, 37.258129500222012 ], [ -121.45618449193347, 37.258351488315597 ], [ -121.456319511511509, 37.259235494536753 ], [ -121.45723250500842, 37.260942502480425 ], [ -121.456611502972464, 37.262114503191718 ], [ -121.455899496546124, 37.262884495406396 ], [ -121.455210509317638, 37.263050496912619 ], [ -121.454930771410417, 37.263041665057294 ], [ -121.454930361979208, 37.263041649339634 ], [ -121.454640503707481, 37.263032496493999 ], [ -121.454618533454251, 37.263057413765395 ], [ -121.454506491416794, 37.26318449216037 ], [ -121.454441495458141, 37.263286496061994 ], [ -121.454416496061171, 37.263387488426169 ], [ -121.454409498532229, 37.263595488017366 ], [ -121.454402499012573, 37.263638497597618 ], [ -121.454334504768795, 37.263776493122791 ], [ -121.454319503844673, 37.263842493576746 ], [ -121.454283500411847, 37.264398495004265 ], [ -121.454417499295118, 37.264800496258111 ], [ -121.454585515871116, 37.265198488401353 ], [ -121.454627510142245, 37.26533048241356 ], [ -121.454663502259066, 37.265464493449038 ], [ -121.454817499147694, 37.265707495870188 ], [ -121.454874492199139, 37.265842489339896 ], [ -121.454903499247081, 37.266008492177377 ], [ -121.454907503528844, 37.266166487956461 ], [ -121.454878509836732, 37.266396494011474 ], [ -121.454842513797189, 37.266514492849318 ], [ -121.454784498778409, 37.266646491184019 ], [ -121.45475250545951, 37.266939496417542 ], [ -121.454853497235476, 37.267163486077088 ], [ -121.454914609838909, 37.267258542830433 ], [ -121.454925509051989, 37.267275494257234 ], [ -121.455069500048651, 37.267459489967386 ], [ -121.455146996132342, 37.267545596399728 ], [ -121.455258499479399, 37.267669488921321 ], [ -121.455345514631574, 37.267786491035295 ], [ -121.455395495068487, 37.267881488213092 ], [ -121.455413494463201, 37.268022491395243 ], [ -121.45541591474327, 37.268134458014423 ], [ -121.455420503236397, 37.268346497222318 ], [ -121.454086757794755, 37.269590696717103 ], [ -121.453886513771451, 37.269777489620026 ], [ -121.453886285812018, 37.269777846742869 ], [ -121.453886177936212, 37.269777953512076 ], [ -121.453365516718605, 37.270574488021474 ], [ -121.45372043207793, 37.272147206032528 ], [ -121.45372049676466, 37.27214748843771 ], [ -121.454167987999398, 37.272372231996293 ], [ -121.454168496447025, 37.272372486113497 ], [ -121.45417450103055, 37.272502497094095 ], [ -121.454236498034064, 37.272686489775047 ], [ -121.454283506711278, 37.272793500807033 ], [ -121.454473506187213, 37.273096495504774 ], [ -121.454672065013369, 37.273368919020413 ], [ -121.454672503835837, 37.273369495279496 ], [ -121.454708500898036, 37.273478487402755 ], [ -121.454751501905562, 37.273822497229226 ], [ -121.454769492184298, 37.273960490532509 ], [ -121.454665498328751, 37.274158487605938 ], [ -121.45431350726578, 37.274814499055154 ], [ -121.454002499884069, 37.276052499972643 ], [ -121.453889504278919, 37.276429484827226 ], [ -121.453851497810206, 37.276838496384968 ], [ -121.453872491467678, 37.277187498810548 ], [ -121.454936517319211, 37.278492498870605 ], [ -121.455302734700467, 37.278499484354562 ], [ -121.455303694965068, 37.278499501333577 ], [ -121.455669749396066, 37.278506479109232 ], [ -121.455670500162483, 37.278506493351564 ], [ -121.455636441940456, 37.278564530385744 ], [ -121.455625985023289, 37.278574220369599 ], [ -121.455582505681562, 37.278614489537922 ], [ -121.455515678623271, 37.278636970616219 ], [ -121.455472508512386, 37.278651488463687 ], [ -121.455365035538591, 37.278679033146325 ], [ -121.455234514904632, 37.278712487518106 ], [ -121.455085500964486, 37.278793497337624 ], [ -121.454981939319879, 37.278861741069967 ], [ -121.454956507550122, 37.27887849974212 ], [ -121.454840494046636, 37.278954486690928 ], [ -121.454840257458912, 37.278954811100562 ], [ -121.454754507699107, 37.279072478635477 ], [ -121.454771493589547, 37.279207487526094 ], [ -121.454821494063864, 37.279324488258453 ], [ -121.454879193139945, 37.279425955502859 ], [ -121.454904512384076, 37.279470492425808 ], [ -121.455107497009934, 37.279707801633123 ], [ -121.455182021441757, 37.27979499099942 ], [ -121.455182352540021, 37.279795305037055 ], [ -121.455182506404896, 37.279795489318367 ], [ -121.455536500065563, 37.280121495181191 ], [ -121.455572495495502, 37.280181497030618 ], [ -121.455604509212776, 37.28025048942321 ], [ -121.455727511894452, 37.280482497815377 ], [ -121.455756516943225, 37.280530480632997 ], [ -121.455799513929676, 37.280567502172943 ], [ -121.455940505534002, 37.280668501170325 ], [ -121.456091974160302, 37.280788084772468 ], [ -121.456092503685227, 37.280788490309753 ], [ -121.456145497608844, 37.280814490892631 ], [ -121.456251499025839, 37.280854485864133 ], [ -121.456336502191462, 37.280879482758465 ], [ -121.456423517758864, 37.280893484997719 ], [ -121.456573495744266, 37.280916500223469 ], [ -121.456667497621979, 37.280935485126427 ], [ -121.456696511447277, 37.280943484862966 ], [ -121.456710825717437, 37.280947065063401 ], [ -121.456728503545989, 37.280951489346258 ], [ -121.456768288272016, 37.280976660922079 ], [ -121.456777464610525, 37.28098246512377 ], [ -121.456837985294072, 37.281052292742558 ], [ -121.457283506327485, 37.281566484036553 ], [ -121.457370161894545, 37.281650039492746 ], [ -121.457702505190596, 37.28197049156995 ], [ -121.458201991128831, 37.282513360853756 ], [ -121.458220105611218, 37.282533036325269 ], [ -121.458220277636684, 37.282533240103874 ], [ -121.458220472707055, 37.282533496048991 ], [ -121.458433515327954, 37.282814489419977 ], [ -121.458516494151468, 37.283500483598374 ], [ -121.458453503597511, 37.284187498638858 ], [ -121.458041507623051, 37.286749501490391 ], [ -121.45802850051497, 37.286801496103941 ], [ -121.457910504631258, 37.287002491756212 ], [ -121.456410509447721, 37.286685487490097 ], [ -121.456247925035981, 37.286646046717507 ], [ -121.456105499325062, 37.286611496667796 ], [ -121.45516151587826, 37.286444488738539 ], [ -121.455161078182101, 37.286445032806697 ], [ -121.454912505666499, 37.2867785001472 ], [ -121.454763506982403, 37.286966496160566 ], [ -121.454691475142326, 37.287038498733743 ], [ -121.454661705512734, 37.287052204264306 ], [ -121.454578511855843, 37.287090488753044 ], [ -121.454223119128343, 37.287680512387567 ], [ -121.454213480731667, 37.287696536141517 ], [ -121.453967512021578, 37.288356497503095 ], [ -121.453838498866986, 37.28875649337472 ], [ -121.453838095059965, 37.288756830415586 ], [ -121.453835467075905, 37.28875899816957 ], [ -121.453798501693043, 37.288789491157758 ], [ -121.453830508580111, 37.288845490645869 ], [ -121.453838490672325, 37.288911491672465 ], [ -121.453838070458531, 37.288911995952645 ], [ -121.453805512743074, 37.288958482787649 ], [ -121.453751493274027, 37.288993497945626 ], [ -121.453628507382021, 37.289067495500042 ], [ -121.453531519064967, 37.289136502307578 ], [ -121.453502497729232, 37.289196502694551 ], [ -121.453455493371209, 37.289439486090252 ], [ -121.453408487714483, 37.289583498391757 ], [ -121.453343514060748, 37.289693496128429 ], [ -121.453289501855068, 37.289853490867557 ], [ -121.453192501160416, 37.290146496856018 ], [ -121.453091514503399, 37.290312485212034 ], [ -121.452957459350856, 37.290435525722344 ], [ -121.452384493876139, 37.290794486041122 ], [ -121.452381734475907, 37.290796182283088 ], [ -121.452358499919271, 37.290810482444748 ], [ -121.451951689412553, 37.291077177101151 ], [ -121.451879507525177, 37.291124497970799 ], [ -121.451739991730165, 37.291257243125145 ], [ -121.451673503845896, 37.291320482732935 ], [ -121.451673013991638, 37.291320944600862 ], [ -121.451533504214311, 37.291442502790851 ], [ -121.451460495249279, 37.291531495177708 ], [ -121.45142849947932, 37.291594502850849 ], [ -121.451356513283557, 37.291710493770381 ], [ -121.451327492868472, 37.292013487974707 ], [ -121.45130450676578, 37.292654501658419 ], [ -121.451474504956394, 37.293550485199383 ], [ -121.45147396832806, 37.293550694532811 ], [ -121.448655338153955, 37.294630447250768 ], [ -121.445517164878893, 37.29583249807736 ], [ -121.443522503486221, 37.296596480835966 ], [ -121.443423892776607, 37.296533676468648 ], [ -121.442671507314458, 37.296054480777087 ], [ -121.442352512853333, 37.295631488852571 ], [ -121.441778500898977, 37.294616492463312 ], [ -121.44078801244514, 37.293828843413216 ], [ -121.440694509338456, 37.293754492029095 ], [ -121.440326186643361, 37.29366004152881 ], [ -121.439567512409667, 37.29346548515089 ], [ -121.438768985261717, 37.293278938256819 ], [ -121.438270511471487, 37.293162486015888 ], [ -121.438147358276282, 37.293052545019101 ], [ -121.438144522703411, 37.293050012094767 ], [ -121.437207509138034, 37.292213492312982 ], [ -121.436674776853025, 37.291935671734549 ], [ -121.436463517425551, 37.291825500060263 ], [ -121.436375281569354, 37.291851394916314 ], [ -121.435080504364279, 37.292231494414978 ], [ -121.433613511925003, 37.292840496593968 ], [ -121.433273496039078, 37.293500492335134 ], [ -121.432406492796488, 37.294329495642309 ], [ -121.432371513370796, 37.294337484922963 ], [ -121.431943922141073, 37.294437326796711 ], [ -121.431660514670341, 37.294503498116882 ], [ -121.431504968509884, 37.294613103917939 ], [ -121.431020504409403, 37.294954488673575 ], [ -121.429987511907584, 37.295210490485537 ], [ -121.428454775586019, 37.295563869497478 ], [ -121.428161492616908, 37.295631483844119 ], [ -121.428091416893707, 37.295645045798985 ], [ -121.427789508129749, 37.295703481422521 ], [ -121.42687749163602, 37.295878492549093 ], [ -121.426265490785681, 37.296064488988108 ], [ -121.425966514904459, 37.296173494144121 ], [ -121.425739745563774, 37.296256330349721 ], [ -121.425643493133904, 37.296291489284599 ], [ -121.425538842128432, 37.296296285208889 ], [ -121.425538556152674, 37.296296300668224 ], [ -121.42540350222518, 37.296302489457432 ], [ -121.42501349886281, 37.296275499048924 ], [ -121.424630075091301, 37.296261313963939 ], [ -121.424629565415842, 37.296261293841404 ], [ -121.424230897102277, 37.296246544406038 ], [ -121.424229505145959, 37.296246493268043 ], [ -121.425288493620741, 37.295998494592503 ], [ -121.425484503707992, 37.295951486472752 ], [ -121.425565455284385, 37.295933122769505 ], [ -121.425700519104311, 37.295902490240358 ], [ -121.42569974913232, 37.295902054695567 ], [ -121.424304511618729, 37.29510750246498 ], [ -121.423092495082997, 37.295257499777115 ], [ -121.422682491936513, 37.295835495788729 ], [ -121.422692500226177, 37.296607500843272 ], [ -121.422380508658321, 37.299109487487556 ], [ -121.42237994508011, 37.299109915646966 ], [ -121.420403968811016, 37.300632320647701 ], [ -121.418673502654329, 37.301965501691825 ], [ -121.418446494942231, 37.302518502082471 ], [ -121.418284487936361, 37.302871497473554 ], [ -121.4179695121273, 37.303232496038603 ], [ -121.417859511275012, 37.303292490655693 ], [ -121.417718499232237, 37.303372486337487 ], [ -121.417425252934706, 37.303468932221371 ], [ -121.417347497926897, 37.303494502328896 ], [ -121.417150514312311, 37.303549254623675 ], [ -121.417148987974045, 37.303549678769024 ], [ -121.416336502472006, 37.303775498684509 ], [ -121.4147831955828, 37.304979211213357 ], [ -121.414492507613829, 37.305204500834442 ], [ -121.414347510744662, 37.305316486137428 ], [ -121.41385451848538, 37.306466498588655 ], [ -121.413602503646686, 37.306722505031999 ], [ -121.413139503290111, 37.3069414914345 ], [ -121.412364508374068, 37.307390493431612 ], [ -121.410904515681054, 37.307985493557076 ], [ -121.408524505790425, 37.309829500175596 ], [ -121.407099506380234, 37.30978450010722 ], [ -121.407087733244936, 37.309790649951381 ], [ -121.405779501066831, 37.310474496487139 ], [ -121.405344534189467, 37.310913288078581 ], [ -121.405325516300252, 37.310932508051934 ], [ -121.405774501769045, 37.311772495446128 ], [ -121.405901459097223, 37.312710098630667 ], [ -121.405901508366028, 37.312710489028056 ], [ -121.406337512624091, 37.312750489075384 ], [ -121.40631363467773, 37.312631092718576 ], [ -121.406313512136308, 37.312630482016601 ], [ -121.406510918437618, 37.312680408430658 ], [ -121.406661493224576, 37.312718493423411 ], [ -121.406711021473171, 37.312763698240445 ], [ -121.407039502244743, 37.313063496551024 ], [ -121.407088460199589, 37.313282025677516 ], [ -121.407250498878824, 37.31400549881208 ], [ -121.40767651069973, 37.315749502436041 ], [ -121.407852501233805, 37.317551498243567 ], [ -121.408882432614575, 37.321382216983956 ], [ -121.408882510246798, 37.321382495138735 ], [ -121.411385071572283, 37.324365985626571 ], [ -121.411385495205195, 37.32436648774366 ], [ -121.40966951169419, 37.324965486525628 ], [ -121.409804504606029, 37.325332491406243 ], [ -121.410577495414969, 37.327431494174206 ], [ -121.408558488708238, 37.330524492322404 ], [ -121.413625541856661, 37.336740164754843 ], [ -121.413646881386327, 37.336766340745584 ], [ -121.414280498577554, 37.337543500366259 ], [ -121.417665441477183, 37.341693975392374 ], [ -121.42000300354961, 37.344559942271509 ], [ -121.420003502434042, 37.344560492782946 ], [ -121.41998549574221, 37.344884497633728 ], [ -121.419949512879768, 37.345499494545862 ], [ -121.419197509445425, 37.34587648551058 ], [ -121.419062514996696, 37.346351485070898 ], [ -121.419376515563769, 37.347083485135926 ], [ -121.419824971675865, 37.347578942622484 ], [ -121.419825504103798, 37.34757948765526 ], [ -121.419711508654231, 37.349525494026423 ], [ -121.419698497386548, 37.34974450068475 ], [ -121.419667497275427, 37.350272500727037 ], [ -121.419667241079793, 37.350272679573735 ], [ -121.418755505867495, 37.35091855614224 ], [ -121.418611510720595, 37.351784502792469 ], [ -121.41900730504041, 37.352603084656955 ], [ -121.419007502607755, 37.352603488884768 ], [ -121.42008815640537, 37.353468207999605 ], [ -121.420088506938527, 37.353468488310227 ], [ -121.420416455154012, 37.354082640589191 ], [ -121.420418243283066, 37.354085982378479 ], [ -121.420418512919966, 37.354086491297444 ], [ -121.420215506891836, 37.354927485074818 ], [ -121.420235484047595, 37.355183180284001 ], [ -121.420235507063936, 37.355183499193373 ], [ -121.421347051421918, 37.355825230727014 ], [ -121.421347504445095, 37.355825493137758 ], [ -121.422845501149013, 37.35863749101587 ], [ -121.421938492224029, 37.360755492973226 ], [ -121.421875512612473, 37.361904491919653 ], [ -121.421823508517392, 37.362469493634386 ], [ -121.421691504000108, 37.362892501912214 ], [ -121.421318503539212, 37.363271495651922 ], [ -121.420844507930923, 37.363630500575098 ], [ -121.420360514525996, 37.363866487610025 ], [ -121.41961450143323, 37.364028497991725 ], [ -121.418839495739846, 37.364130496013139 ], [ -121.418703407077601, 37.364172109806333 ], [ -121.418602372496949, 37.364202999686121 ], [ -121.418476495305299, 37.364241488184284 ], [ -121.418476493502808, 37.364241839362663 ], [ -121.418476500588653, 37.364515483967736 ], [ -121.418435511465958, 37.364878499939714 ], [ -121.418394504804979, 37.365398500150199 ], [ -121.418200498998146, 37.366114494857818 ], [ -121.417876507063596, 37.366730494903685 ], [ -121.417392509976779, 37.367207485965267 ], [ -121.416826508910574, 37.369633501846465 ], [ -121.416706143287612, 37.369938839374605 ], [ -121.415300492852737, 37.373504484490716 ], [ -121.415532512048486, 37.373975496894438 ], [ -121.415480488551893, 37.374249497346618 ], [ -121.415309489831728, 37.374513492225198 ], [ -121.415157505688455, 37.374654487668813 ], [ -121.414865505056341, 37.375200493117013 ], [ -121.414964509228469, 37.375484488801717 ], [ -121.415015496735606, 37.375713488955292 ], [ -121.414641509329627, 37.375808484595375 ], [ -121.41419750698897, 37.375937497191977 ], [ -121.413653494037661, 37.376111501258883 ], [ -121.413240511442368, 37.376444485487248 ], [ -121.412845509920345, 37.376786498516971 ], [ -121.412230516364957, 37.377250484627297 ], [ -121.41200288526089, 37.377384827421878 ], [ -121.411964495436791, 37.377407482222452 ], [ -121.411903931556296, 37.377443740536528 ], [ -121.41190331467115, 37.377444111607723 ], [ -121.411523506474524, 37.377671494597045 ], [ -121.410748493804832, 37.377891497749403 ], [ -121.410539511054324, 37.37815249858135 ], [ -121.410363646516402, 37.378160891129319 ], [ -121.41020450171726, 37.378168482779692 ], [ -121.409520448588012, 37.378832953829715 ], [ -121.409515401912387, 37.378837856107566 ], [ -121.409471489398896, 37.378880492788362 ], [ -121.40886750325258, 37.379680483251228 ], [ -121.408224499529325, 37.380460486796807 ], [ -121.408494499551679, 37.381108485127626 ], [ -121.408594974852107, 37.381338761393721 ], [ -121.40888848954468, 37.382011499335071 ], [ -121.40908605994511, 37.382297439422061 ], [ -121.409145079636133, 37.382382847832133 ], [ -121.409145510062459, 37.382383481932692 ], [ -121.409101514889855, 37.382951485907334 ], [ -121.409173497523213, 37.383261503954358 ], [ -121.409289500897586, 37.383769489180636 ], [ -121.409779437408631, 37.38589724029584 ], [ -121.409779496974494, 37.385897497458849 ], [ -121.41126949459931, 37.38703149411532 ], [ -121.411310964359842, 37.387063075606505 ], [ -121.411311501601659, 37.38706349033739 ], [ -121.411708395754346, 37.389228854930579 ], [ -121.411708510608761, 37.38922948478217 ], [ -121.413111503628841, 37.389427501219089 ], [ -121.413929504177446, 37.389990493330984 ], [ -121.415792402264913, 37.389973906348395 ], [ -121.415837499999441, 37.389973494097902 ], [ -121.418631514030849, 37.390532500321228 ], [ -121.423248515055946, 37.393442495140292 ], [ -121.430776516376554, 37.394043492090539 ], [ -121.431053436439782, 37.39411556290775 ], [ -121.431410495913013, 37.394208492633865 ], [ -121.432419613401336, 37.394953538496708 ], [ -121.432885494514792, 37.395297501278513 ], [ -121.433447972666769, 37.395526198289886 ], [ -121.434395500186781, 37.395911496785558 ], [ -121.43506387817051, 37.396040030621457 ], [ -121.43569549251643, 37.396161487348031 ], [ -121.436129871063059, 37.396066901946604 ], [ -121.437486501817219, 37.395771484418859 ], [ -121.437796264893151, 37.395525337449897 ], [ -121.438551353411782, 37.394925258152156 ], [ -121.438996494904259, 37.394571492911687 ], [ -121.440085495883778, 37.394571487385157 ], [ -121.440289746285444, 37.394397757506091 ], [ -121.441263497763401, 37.393569501741183 ], [ -121.441575514611216, 37.393366489139453 ], [ -121.442353505555729, 37.392925489308773 ], [ -121.443888493718475, 37.393600501475582 ], [ -121.444483493660144, 37.393644492302272 ], [ -121.445013495063364, 37.393468500335281 ], [ -121.445752500283646, 37.393267498576215 ], [ -121.447040509302738, 37.392618493811042 ], [ -121.44921292853769, 37.394128080897865 ], [ -121.449213118928569, 37.394128215281427 ], [ -121.449213505311278, 37.394128482640163 ], [ -121.450729066068476, 37.395772038588134 ], [ -121.450729511846291, 37.395772488989813 ], [ -121.45631449355291, 37.396330491405052 ], [ -121.457578494870987, 37.398534494645737 ], [ -121.455260504303183, 37.400683497975542 ], [ -121.456116502778613, 37.406344497809762 ], [ -121.460182750262049, 37.411493285694192 ], [ -121.463661516703922, 37.415897489277896 ], [ -121.464596831114363, 37.415631332663501 ], [ -121.465701649695674, 37.415316926349767 ], [ -121.46627943869828, 37.415152502214788 ], [ -121.472048502037282, 37.42266948890601 ], [ -121.472447065924527, 37.423158055798801 ], [ -121.472447491679361, 37.423158499933095 ], [ -121.471741493065778, 37.424205495321772 ], [ -121.471680503245537, 37.424230492556788 ], [ -121.471565948183525, 37.424242749507293 ], [ -121.471465515237966, 37.424253499666385 ], [ -121.471250442255723, 37.424266973942707 ], [ -121.471066499718489, 37.424278500315175 ], [ -121.470545493777365, 37.424327484622559 ], [ -121.46996250425336, 37.42442548591125 ], [ -121.469409502330222, 37.424522487125053 ], [ -121.46888850740045, 37.424668502507942 ], [ -121.468640897484605, 37.42488649944805 ], [ -121.468612509809134, 37.424911492211841 ], [ -121.468612452408166, 37.424911664845958 ], [ -121.468519495462459, 37.42518050006796 ], [ -121.468550505213443, 37.425521500476378 ], [ -121.468673493800779, 37.425765498559834 ], [ -121.470239495932091, 37.427447495904545 ], [ -121.470239491213036, 37.427861499880898 ], [ -121.470331494161371, 37.428349498604035 ], [ -121.470269506577722, 37.429226491784654 ], [ -121.470177503993042, 37.429957485615517 ], [ -121.469748511722486, 37.430737486975964 ], [ -121.469042500485884, 37.43156549370822 ], [ -121.468367504489024, 37.432296486365487 ], [ -121.467968495436892, 37.432832498669775 ], [ -121.467231495769283, 37.433515484908746 ], [ -121.467108509957029, 37.433758485497222 ], [ -121.46698649768868, 37.43397749836948 ], [ -121.46667951329475, 37.434295489727752 ], [ -121.466310504627984, 37.434781491706659 ], [ -121.465705743636704, 37.435600320440862 ], [ -121.465697502412354, 37.435611490390784 ], [ -121.465420491986833, 37.435951501100789 ], [ -121.464500507114565, 37.437098500709382 ], [ -121.463886508899634, 37.437512498013959 ], [ -121.4636715061784, 37.437658496416887 ], [ -121.463303498123366, 37.437756487233891 ], [ -121.461830495250283, 37.438072487008171 ], [ -121.46152351789253, 37.438730485630451 ], [ -121.461615501563855, 37.439022494728846 ], [ -121.461569512345775, 37.440375491278203 ], [ -121.461538521589219, 37.440619494970086 ], [ -121.461907504769755, 37.442032495192194 ], [ -121.463257506545219, 37.445517491598864 ], [ -121.462428494443444, 37.44824648544774 ], [ -121.462735510540782, 37.451316495006523 ], [ -121.463234824283248, 37.451644657913022 ], [ -121.463441513220687, 37.451780495064838 ], [ -121.463902049040655, 37.452340991794266 ], [ -121.463902514603149, 37.452341494268218 ], [ -121.463810487645418, 37.453632510728568 ], [ -121.464184304421522, 37.454054376046237 ], [ -121.464227405698907, 37.454103022464622 ], [ -121.464393054825678, 37.454289962719436 ], [ -121.464393514252635, 37.454290493266924 ], [ -121.465038492237952, 37.454363497717637 ], [ -121.465709301432142, 37.453985268477105 ], [ -121.466846749426765, 37.453343933008824 ], [ -121.466940987982909, 37.453290830972314 ], [ -121.466941505785584, 37.453290505755199 ], [ -121.467140695962854, 37.453357070646568 ], [ -121.467309496344129, 37.453413482980423 ], [ -121.467707501322181, 37.453539493423968 ], [ -121.468768186942555, 37.453888387965655 ], [ -121.468768502718135, 37.453888489860418 ], [ -121.469259511561049, 37.455691494945839 ], [ -121.470682601184578, 37.455988205381111 ], [ -121.470687465597294, 37.455989218213098 ], [ -121.471427497979562, 37.456143502147938 ], [ -121.472206512058762, 37.456203488275726 ], [ -121.472359492816025, 37.45617949235907 ], [ -121.472927426284414, 37.456653068769953 ], [ -121.472972947190172, 37.45669103690841 ], [ -121.472973506693222, 37.456691494623676 ], [ -121.472973503097293, 37.457568489224485 ], [ -121.473157508426993, 37.459177490169935 ], [ -121.473127495273658, 37.459907499695198 ], [ -121.473188502441602, 37.460249437740401 ], [ -121.473320865121195, 37.46041847179945 ], [ -121.47374151137295, 37.46095548784573 ], [ -121.474007899350426, 37.46130385123908 ], [ -121.474170507885248, 37.461516497741016 ], [ -121.474662493420013, 37.462003491599766 ], [ -121.475398511450265, 37.462491488534106 ], [ -121.476626493211654, 37.463100482397977 ], [ -121.477107501702008, 37.463270481882446 ], [ -121.47908350239868, 37.463880499723878 ], [ -121.482613503968025, 37.46497750355131 ], [ -121.483059532494678, 37.465175256076208 ], [ -121.484149492391211, 37.465658493307913 ], [ -121.486022511935047, 37.47418749168915 ], [ -121.486267506492183, 37.474748500291298 ], [ -121.486728513965403, 37.475577502298499 ], [ -121.485653507112985, 37.475431488905173 ], [ -121.484855502615048, 37.475456493489581 ], [ -121.484301701350276, 37.475480703727882 ], [ -121.483780518978492, 37.475503485125294 ], [ -121.482937497937144, 37.47558849634823 ], [ -121.482882399933928, 37.47562318577981 ], [ -121.48220050919349, 37.476052485934744 ], [ -121.481843583006977, 37.476410196107629 ], [ -121.481739507369511, 37.476514502762498 ], [ -121.481686772871328, 37.476553068885465 ], [ -121.481642157087137, 37.476585714123971 ], [ -121.481370509199039, 37.476784493628976 ], [ -121.480818498393958, 37.477562487143906 ], [ -121.480511505231732, 37.478051484181243 ], [ -121.480142493571222, 37.478391485393672 ], [ -121.480141996781612, 37.478391960603709 ], [ -121.480034451871489, 37.478497093850699 ], [ -121.479743490163827, 37.478781488309117 ], [ -121.479656648464982, 37.478845708461989 ], [ -121.479313491305504, 37.47909949219013 ], [ -121.478964365460087, 37.479355266699883 ], [ -121.478883510384961, 37.479414504310803 ], [ -121.47885532264219, 37.479441776380661 ], [ -121.478854842838203, 37.479442238467158 ], [ -121.478453508318751, 37.479830498253499 ], [ -121.478085497730859, 37.480049488827653 ], [ -121.477348495857001, 37.480220495426423 ], [ -121.476150500516198, 37.480147492087404 ], [ -121.475029493179264, 37.479379488304815 ], [ -121.474384494882159, 37.479354492044429 ], [ -121.473494513918141, 37.48003748443854 ], [ -121.47278851311853, 37.480719496724845 ], [ -121.472358497606237, 37.48218048890984 ], [ -121.472358359598886, 37.482180417478119 ], [ -121.471612344479013, 37.481790858130857 ], [ -121.471299503739331, 37.481627490379999 ], [ -121.471057513240495, 37.48213748283635 ], [ -121.471057313667174, 37.482137695121295 ], [ -121.471006470174302, 37.482192222563128 ], [ -121.470643514151263, 37.482581489800758 ], [ -121.470502511984705, 37.483069492294874 ], [ -121.470502510766678, 37.483453501562785 ], [ -121.470572494699397, 37.484167489649352 ], [ -121.470632493533799, 37.484796493252055 ], [ -121.47021952014957, 37.485055488076078 ], [ -121.469946495520588, 37.485223486143063 ], [ -121.469946509807798, 37.48544649708802 ], [ -121.470157504753459, 37.48588949747954 ], [ -121.470067698582838, 37.486057398369397 ], [ -121.469805496857973, 37.486547504759876 ], [ -121.469804920354733, 37.48654805298446 ], [ -121.469471505067773, 37.486877489829595 ], [ -121.469248502014253, 37.4881024797753 ], [ -121.469046508830303, 37.488599490429522 ], [ -121.46889874786946, 37.48871155737217 ], [ -121.46869449454654, 37.488866486215045 ], [ -121.46863350033513, 37.489134487713571 ], [ -121.468694479961911, 37.489463314795849 ], [ -121.468694513697159, 37.489463484163785 ], [ -121.468757105249708, 37.489510274362985 ], [ -121.469106509728945, 37.489771487571076 ], [ -121.469361398922942, 37.490075116864055 ], [ -121.469362419239644, 37.490076333346018 ], [ -121.469378499608709, 37.49009548566103 ], [ -121.469791509228898, 37.490248485295069 ], [ -121.469888832601569, 37.490336986887584 ], [ -121.470155512784117, 37.490579486925185 ], [ -121.470348335850133, 37.490971175088447 ], [ -121.470348494823881, 37.490971495744368 ], [ -121.470904494723356, 37.491310499798843 ], [ -121.471370248130796, 37.491526375826545 ], [ -121.471370509756426, 37.491526496278418 ], [ -121.471785066555299, 37.492025955998351 ], [ -121.47178552058908, 37.492026490892272 ], [ -121.471959270861205, 37.492094639544966 ], [ -121.47235151360519, 37.492248486378799 ], [ -121.472935760524393, 37.492485327672661 ], [ -121.472936937289319, 37.492485806705034 ], [ -121.473170470826716, 37.492580470634749 ], [ -121.473798065953588, 37.493364038389387 ], [ -121.473798504512459, 37.493364512320007 ], [ -121.474273497447456, 37.493864490923052 ], [ -121.474891263812765, 37.494350299926616 ], [ -121.474891501816543, 37.494350485267042 ], [ -121.475306489789986, 37.495095514453219 ], [ -121.475437051266212, 37.495247962924125 ], [ -121.475437497907919, 37.495248497708729 ], [ -121.475545022727033, 37.495295270117936 ], [ -121.475791499251514, 37.49540248570819 ], [ -121.476403890260187, 37.495433609064726 ], [ -121.476404330561493, 37.495433632526733 ], [ -121.476893502132341, 37.495458491508202 ], [ -121.477238512328526, 37.495681488905248 ], [ -121.477293021663399, 37.49570788393725 ], [ -121.478066499899185, 37.496082498919577 ], [ -121.478815498633537, 37.49631449772901 ], [ -121.478885484012324, 37.496349822399637 ], [ -121.479027504185439, 37.496421496774559 ], [ -121.479432492712945, 37.497252494541591 ], [ -121.479567486172172, 37.497603277087926 ], [ -121.479574506024235, 37.497621494892705 ], [ -121.480060017090167, 37.498235934086161 ], [ -121.480060228787025, 37.498236133896199 ], [ -121.480060508047913, 37.498236487205972 ], [ -121.480260111292267, 37.498413138724722 ], [ -121.48026051696479, 37.498413495142508 ], [ -121.481170131302349, 37.499785937787159 ], [ -121.481170514220139, 37.4997864998859 ], [ -121.483268757901953, 37.501265855592656 ], [ -121.484872503574039, 37.502396486363139 ], [ -121.492802511288545, 37.502297496505022 ], [ -121.495512178249314, 37.504799193013568 ], [ -121.495512512427723, 37.504799502531434 ], [ -121.49501551478275, 37.508302497036652 ], [ -121.497022481338632, 37.513104509074488 ], [ -121.499242020743296, 37.515647335943306 ], [ -121.499285512598945, 37.515697160056924 ], [ -121.49972696672711, 37.516202888137649 ], [ -121.499727484509179, 37.516203508200306 ], [ -121.500526486116556, 37.517182487769944 ], [ -121.501160327918953, 37.517958454066459 ], [ -121.501524985497284, 37.518404869287835 ], [ -121.501525501241744, 37.518405499689713 ], [ -121.500571040305985, 37.519237898349751 ], [ -121.500524489363173, 37.519278493663464 ], [ -121.499123501341202, 37.520501496207032 ], [ -121.498121509741821, 37.522500486688493 ], [ -121.500304282312015, 37.523807981651551 ], [ -121.500530506402072, 37.52394348863691 ], [ -121.503642499921114, 37.525806496595116 ], [ -121.506245867550774, 37.525159806656127 ], [ -121.506250072864901, 37.52515875884432 ], [ -121.508058505578759, 37.524709494621277 ], [ -121.512248934824058, 37.525073720546764 ], [ -121.51618250242997, 37.525415482795076 ], [ -121.521699497851358, 37.524715489154161 ], [ -121.522704607064938, 37.52518692272762 ], [ -121.526652510016717, 37.527038500389693 ], [ -121.527735727165435, 37.527547255837227 ], [ -121.527738026098802, 37.527548338096352 ], [ -121.528119499666431, 37.527727498658763 ], [ -121.529124495213452, 37.526923501159949 ], [ -121.539270515253307, 37.529734499208253 ], [ -121.542485493937164, 37.531341503394493 ], [ -121.5453940734659, 37.532440322324248 ], [ -121.545394511280605, 37.532440486275966 ], [ -121.546500503696194, 37.534944502858906 ], [ -121.547542321411782, 37.535568481635629 ], [ -121.548006425041635, 37.535846463712055 ], [ -121.550114505337859, 37.539247498381705 ], [ -121.556611501636581, 37.54279948848616 ], [ -121.55663450856656, 37.545596501668285 ], [ -121.556672501382806, 37.549765501795264 ], [ -121.556676496351869, 37.550208491395473 ], [ -121.556672498936038, 37.550486483185317 ], [ -121.556722513107999, 37.556003484030818 ], [ -121.556774509609014, 37.562287491249329 ], [ -121.55683550079614, 37.569606495269653 ], [ -121.556881498115544, 37.575177496866743 ], [ -121.556930486979098, 37.582724483432081 ], [ -121.556966505788765, 37.586309489391773 ], [ -121.556962511166532, 37.586613487390906 ], [ -121.556962507228107, 37.586838489881245 ], [ -121.557046493202421, 37.600691498789175 ], [ -121.557128503668352, 37.613337495537074 ], [ -121.557096494617127, 37.615590486298522 ], [ -121.557052503347904, 37.616573492568158 ], [ -121.557036509794472, 37.616774488342713 ], [ -121.557006497296911, 37.6176885008379 ], [ -121.55673349462954, 37.626103494332206 ], [ -121.556765511034456, 37.634707492474774 ], [ -121.556770498258359, 37.63522949342218 ], [ -121.556772495074185, 37.635332493058563 ], [ -121.55680949880292, 37.635573490951273 ], [ -121.556875488541039, 37.635953499576779 ], [ -121.556912505203215, 37.640749482619498 ], [ -121.556911498545176, 37.641450488508923 ], [ -121.556911488789723, 37.641772490821651 ], [ -121.556901506326426, 37.643688499241286 ], [ -121.556596504720076, 37.653014486272376 ], [ -121.556452509592603, 37.656831494297613 ], [ -121.556452508938023, 37.656994480007143 ], [ -121.55643949108935, 37.657164487297152 ], [ -121.556424507107891, 37.657644490095443 ], [ -121.556351497540291, 37.659775496097218 ], [ -121.556440494821089, 37.669645489554135 ], [ -121.556442498578051, 37.669882495631185 ], [ -121.556454511601046, 37.671188489010433 ], [ -121.556457504598953, 37.671586499431008 ], [ -121.55646350792388, 37.672229500326594 ], [ -121.556469498809648, 37.672917494965382 ], [ -121.55649348968096, 37.676161481329501 ], [ -121.556518504637324, 37.678426503735281 ], [ -121.556524503549653, 37.679008500405423 ], [ -121.556538751012894, 37.680592072567457 ], [ -121.556984495362187, 37.816331491231743 ], [ -121.556871498027164, 37.816334497178119 ], [ -121.556848855371371, 37.816327704308264 ], [ -121.556848697563495, 37.816327654957369 ], [ -121.556811495952985, 37.816316490222327 ], [ -121.556811222724761, 37.816316612825887 ], [ -121.556654499976148, 37.816386498045112 ], [ -121.556562174344947, 37.816417985047707 ], [ -121.55635249700741, 37.816489498321211 ], [ -121.556275491768204, 37.816627501365211 ], [ -121.556120396839916, 37.816678584178824 ], [ -121.556023502817069, 37.816710497805367 ], [ -121.555855335118366, 37.816840526565827 ], [ -121.555853364688488, 37.816842050869113 ], [ -121.554956499087467, 37.817535491760538 ], [ -121.554502499799113, 37.817946489964719 ], [ -121.554040499440021, 37.818401497875044 ], [ -121.553794502692739, 37.818653487931819 ], [ -121.553634507096405, 37.818892487871452 ], [ -121.55349249355757, 37.819206492616331 ], [ -121.553199508782598, 37.820019492966217 ], [ -121.552661501660552, 37.821749494148037 ], [ -121.552397510513643, 37.822069497474686 ], [ -121.55222751303512, 37.822475501183376 ], [ -121.551751512731414, 37.824819490826826 ], [ -121.551524520608453, 37.82536950023227 ], [ -121.551448508834653, 37.825716489248627 ], [ -121.551463496702695, 37.826124489745951 ], [ -121.55156951884571, 37.826613498766832 ], [ -121.551811512252172, 37.827321496581611 ], [ -121.55225150229586, 37.828745492162234 ], [ -121.552311507157327, 37.829055486612603 ], [ -121.552311504890199, 37.829342498810007 ], [ -121.552235510027714, 37.82949948539256 ], [ -121.552069498756396, 37.829762494957606 ], [ -121.551857506277344, 37.830014490768086 ], [ -121.551629492168416, 37.830193493641282 ], [ -121.551326499093221, 37.830349499569301 ], [ -121.550947513997258, 37.830457500822043 ], [ -121.550447508024106, 37.830588502035589 ], [ -121.549858504016385, 37.830844492845586 ], [ -121.549235505530078, 37.83115150186881 ], [ -121.548705495982659, 37.831485488482066 ], [ -121.54840650979294, 37.831670491622859 ], [ -121.547948513309052, 37.831889491668186 ], [ -121.547414511766007, 37.832057494845074 ], [ -121.547115997357224, 37.832128625660445 ], [ -121.546923516359584, 37.832174492927592 ], [ -121.546315509939816, 37.832267490315132 ], [ -121.545916305907994, 37.832313835443365 ], [ -121.545914560711608, 37.832314037641524 ], [ -121.545290497910585, 37.832386485118981 ], [ -121.544586501760293, 37.832521497833184 ], [ -121.543817494787518, 37.832723495273768 ], [ -121.543070505338989, 37.833010494135586 ], [ -121.542505502104447, 37.833305487230156 ], [ -121.542265636938225, 37.833480378932506 ], [ -121.542206493652031, 37.833523498511965 ], [ -121.542206118166277, 37.833523970996247 ], [ -121.542046498366929, 37.833717496239004 ], [ -121.541976501627133, 37.833940481890409 ], [ -121.541694496833017, 37.834923486871091 ], [ -121.541587488218468, 37.835227483508731 ], [ -121.541395490586126, 37.835572494963664 ], [ -121.541213502058653, 37.835749498615073 ], [ -121.540968511242568, 37.83594349526124 ], [ -121.540706480543406, 37.836077042957115 ], [ -121.540605509187586, 37.836128498404548 ], [ -121.540346391091148, 37.836217432445835 ], [ -121.539897507197267, 37.836371502008618 ], [ -121.539244691749431, 37.83668028192546 ], [ -121.539045517636993, 37.836774492418392 ], [ -121.538562513704321, 37.837112488839288 ], [ -121.538513792601194, 37.837154482267323 ], [ -121.538207492253008, 37.837418499510314 ], [ -121.53802149733859, 37.837616489574224 ], [ -121.537884510318833, 37.837799496628108 ], [ -121.537828488046173, 37.83793349748418 ], [ -121.537812518364106, 37.838182495578259 ], [ -121.537852458199339, 37.83838025313306 ], [ -121.537852507778283, 37.838380486387734 ], [ -121.537997126029893, 37.838570595257707 ], [ -121.538046021695834, 37.838634912850225 ], [ -121.538046224799984, 37.838635130229662 ], [ -121.538046505156103, 37.838635504154873 ], [ -121.538562471117132, 37.83917045772845 ], [ -121.538707497203006, 37.839462497789853 ], [ -121.538723509267626, 37.839698488721623 ], [ -121.538691509725169, 37.83985748633765 ], [ -121.5386025146192, 37.840055483728307 ], [ -121.537981496706379, 37.840742490512262 ], [ -121.53786850268034, 37.840895484102248 ], [ -121.53781250077769, 37.841099482759276 ], [ -121.537796510738062, 37.841322488625977 ], [ -121.537836509457193, 37.841609500152451 ], [ -121.537981496930342, 37.8420284946829 ], [ -121.538070505828486, 37.842365488924393 ], [ -121.538086487524495, 37.842582489001295 ], [ -121.538054504258028, 37.842797491763463 ], [ -121.538054226154998, 37.842798043976451 ], [ -121.537981500100756, 37.842958493037131 ], [ -121.537723498006613, 37.843308486729732 ], [ -121.537200481729855, 37.843859478574004 ], [ -121.537200144954198, 37.843859878914742 ], [ -121.536983512684628, 37.844142486920866 ], [ -121.536870507311846, 37.844340497093569 ], [ -121.536769506234663, 37.844596501884403 ], [ -121.536689498788363, 37.844992487057823 ], [ -121.536763497334221, 37.845503496025891 ], [ -121.536911499206809, 37.845978492776659 ], [ -121.536911501992208, 37.846382488438536 ], [ -121.536832504310794, 37.846642493268007 ], [ -121.536673510424009, 37.846782492091002 ], [ -121.536485497611153, 37.846865503953289 ], [ -121.536115514011811, 37.847009502695983 ], [ -121.535290502573645, 37.847341500936977 ], [ -121.53495450302924, 37.847526488256911 ], [ -121.534761503748882, 37.847723500791254 ], [ -121.534601504259868, 37.8479575057723 ], [ -121.534459507926783, 37.848323495466474 ], [ -121.534266508407185, 37.848835483417318 ], [ -121.53418151172032, 37.849212489512212 ], [ -121.534139501705098, 37.849542501348218 ], [ -121.534191511807734, 37.849765487578985 ], [ -121.534326498139421, 37.85002049659397 ], [ -121.534524490571428, 37.850225506370549 ], [ -121.534599753321913, 37.850284785043321 ], [ -121.534600248288598, 37.850285174983426 ], [ -121.534774494624997, 37.850422481408529 ], [ -121.534982514612452, 37.850546499952813 ], [ -121.535888509994479, 37.850850504956057 ], [ -121.536169504848573, 37.850920499534986 ], [ -121.536523515454832, 37.850961484065365 ], [ -121.536846511784375, 37.85096149186797 ], [ -121.537148507668675, 37.850912494895567 ], [ -121.537398500384015, 37.850805500537867 ], [ -121.537606511872227, 37.850640492836128 ], [ -121.537710501264698, 37.850484491153907 ], [ -121.537814520727949, 37.850138487746513 ], [ -121.537866501073978, 37.850015489593062 ], [ -121.537960440778079, 37.849866592434509 ], [ -121.537960530429217, 37.849866500196043 ], [ -121.537971445941693, 37.849855978822724 ], [ -121.538293496228533, 37.849546488911656 ], [ -121.538575515156211, 37.849300479776488 ], [ -121.538877499651989, 37.849119489058175 ], [ -121.539293500836393, 37.848954494309986 ], [ -121.539606499130727, 37.848880489122315 ], [ -121.539908513294307, 37.848872490352285 ], [ -121.540220504828014, 37.848954493062159 ], [ -121.540470505671806, 37.849061490114138 ], [ -121.540491271350447, 37.849079459194037 ], [ -121.540678502373268, 37.849241497617228 ], [ -121.540814059872574, 37.849422928926899 ], [ -121.540814502788805, 37.849423496009052 ], [ -121.541053505415519, 37.849892488002901 ], [ -121.541169511432415, 37.850099486178379 ], [ -121.541315476088528, 37.850281517065476 ], [ -121.541834972759332, 37.850738050294616 ], [ -121.541835500083934, 37.850738507285229 ], [ -121.542231939821733, 37.851079028253253 ], [ -121.542232491351385, 37.8510794899871 ], [ -121.542293499310276, 37.85122149851783 ], [ -121.542336507704405, 37.851367492404663 ], [ -121.542336494568033, 37.851540493897126 ], [ -121.542273489828759, 37.851705497740852 ], [ -121.541773510842603, 37.852519498004938 ], [ -121.54154451179248, 37.852906498477815 ], [ -121.541439496905625, 37.853178497448376 ], [ -121.541387512026233, 37.853384503120623 ], [ -121.541387500746666, 37.853564497054528 ], [ -121.54154349470258, 37.854256497738326 ], [ -121.541554508251195, 37.854511494856474 ], [ -121.541522496203839, 37.854848498208732 ], [ -121.541325508785491, 37.855226504608737 ], [ -121.540564501088951, 37.8563364938558 ], [ -121.540429500022924, 37.856623487445887 ], [ -121.540397505865968, 37.856895488124032 ], [ -121.540429497373808, 37.857134484317932 ], [ -121.540502515916543, 37.857314498897992 ], [ -121.540635387072371, 37.857495335402625 ], [ -121.540635509132599, 37.857495495465422 ], [ -121.540642455926474, 37.857500893735242 ], [ -121.540729507134301, 37.857568497000685 ], [ -121.540906501621777, 37.857601498320619 ], [ -121.541032138080965, 37.857593955803438 ], [ -121.541156498483659, 37.857586486245701 ], [ -121.541448511403743, 37.857520487755494 ], [ -121.54203249408738, 37.857322489865425 ], [ -121.542856489546892, 37.857009487096207 ], [ -121.543919495727408, 37.856555499778082 ], [ -121.545003511390959, 37.856013506420688 ], [ -121.546671506792364, 37.85520649802735 ], [ -121.547025513336735, 37.855099494411562 ], [ -121.547248324387752, 37.855066939274494 ], [ -121.547422508604001, 37.855041491948917 ], [ -121.547807518377184, 37.855041495520126 ], [ -121.548084860389352, 37.855114946349502 ], [ -121.548245512803078, 37.855157492567827 ], [ -121.548443520936942, 37.855264498493376 ], [ -121.548621259959575, 37.855387329987863 ], [ -121.54862149962706, 37.855387497419542 ], [ -121.548786927820274, 37.855576920484033 ], [ -121.548787495900868, 37.855577495006344 ], [ -121.550330494962623, 37.857524483743283 ], [ -121.55075749564584, 37.858199486805105 ], [ -121.551914507997765, 37.860548495510166 ], [ -121.552060501266453, 37.860798486928523 ], [ -121.552237511493587, 37.860988487686889 ], [ -121.552408288189653, 37.861071935683086 ], [ -121.5524565145802, 37.86109550063334 ], [ -121.55270650939039, 37.8611284913435 ], [ -121.552967498091476, 37.861087496827906 ], [ -121.553185335654689, 37.860972488745809 ], [ -121.553185879588924, 37.860972199075803 ], [ -121.553217196400851, 37.860955665051385 ], [ -121.55321750614425, 37.860955499935713 ], [ -121.553394496566824, 37.860783489398081 ], [ -121.553519502262517, 37.860569501314131 ], [ -121.553822510286182, 37.859449499411149 ], [ -121.553874499678187, 37.859251495763054 ], [ -121.553957494331698, 37.859071486786604 ], [ -121.554093505741719, 37.858874501707582 ], [ -121.55452548491742, 37.858532179048218 ], [ -121.554540930712065, 37.858519979572009 ], [ -121.554541500950933, 37.858519490178764 ], [ -121.554940503673748, 37.85836049081226 ], [ -121.555165070183506, 37.858306706977707 ], [ -121.55558350180452, 37.858206491758459 ], [ -121.556225510773402, 37.858193491682364 ], [ -121.556328330711708, 37.858201965876553 ], [ -121.55695350768454, 37.858253486784392 ], [ -121.55766751481687, 37.858397494563683 ], [ -121.558478515637745, 37.85888648880767 ], [ -121.558864508499909, 37.85902449284432 ], [ -121.559427503558851, 37.858965491734558 ], [ -121.559949509426943, 37.858800485578747 ], [ -121.561328514746336, 37.857554487012287 ], [ -121.561825507159753, 37.857106486699543 ], [ -121.562084505269922, 37.856807502730398 ], [ -121.562307494286046, 37.856444499826559 ], [ -121.562359507589051, 37.856035488866652 ], [ -121.562255508366661, 37.855736500209815 ], [ -121.562156499017348, 37.855517492042736 ], [ -121.561973494774165, 37.855262502735478 ], [ -121.561973108369017, 37.855262094972353 ], [ -121.561972980487511, 37.855261943750847 ], [ -121.561961746137399, 37.855250147905153 ], [ -121.56196109781736, 37.855249465777554 ], [ -121.561702510518927, 37.854977494785317 ], [ -121.561523871197167, 37.854775093033133 ], [ -121.561514537228149, 37.854764470223557 ], [ -121.56151445683264, 37.854764375889303 ], [ -121.561232499898338, 37.854185501578435 ], [ -121.561165504139765, 37.853810492566957 ], [ -121.561366501390808, 37.853552496827156 ], [ -121.5615614976101, 37.853333485575824 ], [ -121.561975511502396, 37.853094494442637 ], [ -121.562177329957407, 37.85310048301227 ], [ -121.562177496154618, 37.853100489487289 ], [ -121.565772038648618, 37.857696032850193 ], [ -121.565772504426903, 37.85769649343014 ], [ -121.566630496930799, 37.857605501845619 ], [ -121.567001490133208, 37.857257498902953 ], [ -121.567767509567318, 37.856927481514539 ], [ -121.56812026250158, 37.856934879694251 ], [ -121.568625502241645, 37.856945479302226 ], [ -121.569141409950504, 37.857120208090016 ], [ -121.569141534306837, 37.857120252572983 ], [ -121.569437508788809, 37.857220492466894 ], [ -121.570063512769877, 37.85749549183285 ], [ -121.570341294352261, 37.85769634200004 ], [ -121.570341498948622, 37.857696489698796 ], [ -121.570434513181667, 37.857898494937587 ], [ -121.57031849463651, 37.858135496713324 ], [ -121.570318021140565, 37.858135917715174 ], [ -121.570132494927748, 37.858319495771354 ], [ -121.569465029728761, 37.858611614535192 ], [ -121.569298513202966, 37.858684490437611 ], [ -121.569298364373594, 37.858684744976443 ], [ -121.568834508266718, 37.859491494340233 ], [ -121.568675512279469, 37.859860502046757 ], [ -121.568617518187239, 37.860043503210747 ], [ -121.568687492988914, 37.860272488380261 ], [ -121.569212557371756, 37.860722323866952 ], [ -121.569385503370825, 37.860870485903817 ], [ -121.569594496605617, 37.860907501948333 ], [ -121.569931361766947, 37.860901939257467 ], [ -121.57020050650911, 37.860897494267071 ], [ -121.571735513353516, 37.86066848527161 ], [ -121.572425177045361, 37.860496405442028 ], [ -121.573795488201213, 37.860154481844653 ], [ -121.574832502993388, 37.859814488282659 ], [ -121.575716496638961, 37.859373494437797 ], [ -121.576158036446785, 37.859071394580901 ], [ -121.576159341298805, 37.859070503513912 ], [ -121.576229507795375, 37.859022491952068 ], [ -121.576281642363753, 37.85897886320403 ], [ -121.576799497279254, 37.858545486876714 ], [ -121.577416505758706, 37.858021496828883 ], [ -121.577591505902063, 37.857920488409988 ], [ -121.577835501313288, 37.857856490847787 ], [ -121.57813849709035, 37.857819490645589 ], [ -121.5783245153237, 37.857810494871536 ], [ -121.578399276198425, 37.857830714125448 ], [ -121.578557499548111, 37.85787349948621 ], [ -121.578718845946952, 37.857964752809131 ], [ -121.57875548621135, 37.857985480702176 ], [ -121.578918498402544, 37.858158484356814 ], [ -121.579023504373041, 37.858435487214265 ], [ -121.579430503845202, 37.860070484792509 ], [ -121.579500506437839, 37.860457498797849 ], [ -121.579547499498617, 37.860751483183378 ], [ -121.579529545083901, 37.861077889076824 ], [ -121.579529509019139, 37.861078502097996 ], [ -121.579408522061613, 37.861363499627792 ], [ -121.579152505984524, 37.861621490451334 ], [ -121.578803506549093, 37.861823502779359 ], [ -121.578256494403632, 37.862052487230258 ], [ -121.576533508022465, 37.862594492862812 ], [ -121.575556517832808, 37.863017491167994 ], [ -121.574834514358812, 37.863417495074252 ], [ -121.574357500719401, 37.863743493656486 ], [ -121.573892496159999, 37.864138496873487 ], [ -121.573624478725492, 37.86444946793408 ], [ -121.573519486564635, 37.864781500682973 ], [ -121.573473496624672, 37.865093500474096 ], [ -121.573507499562979, 37.865543495385737 ], [ -121.573601491344945, 37.865928494439785 ], [ -121.573729501756631, 37.866196495536961 ], [ -121.573954450169552, 37.866465860500369 ], [ -121.574043502258618, 37.866572495062655 ], [ -121.574821504119868, 37.867143500967629 ], [ -121.575694505481877, 37.867741491935412 ], [ -121.575828137167761, 37.867825332480706 ], [ -121.576322497209404, 37.868135494321251 ], [ -121.57758725766098, 37.868823867180815 ], [ -121.577589704940664, 37.868825202197087 ], [ -121.578231502490823, 37.869174503480657 ], [ -121.57874351390106, 37.869422496007978 ], [ -121.579069512474462, 37.869606501445872 ], [ -121.579314500112588, 37.869817489436727 ], [ -121.579415135683888, 37.869959486039015 ], [ -121.579477097959412, 37.870046935481092 ], [ -121.579477513263114, 37.870047502085981 ], [ -121.579558231545576, 37.870248942685478 ], [ -121.579558504992747, 37.870249498687706 ], [ -121.57964049075116, 37.870552490282606 ], [ -121.57967549916448, 37.870965488109057 ], [ -121.579581496642462, 37.871609498446276 ], [ -121.579395493234529, 37.872269487689884 ], [ -121.579046508346494, 37.873327498279558 ], [ -121.578407500333668, 37.874998496411962 ], [ -121.577603510131283, 37.876694490351895 ], [ -121.576625500436208, 37.878576486527216 ], [ -121.576311500134011, 37.879181489163415 ], [ -121.575869488894654, 37.879890497735573 ], [ -121.574728510260854, 37.881446488244571 ], [ -121.574356492695728, 37.882089485040211 ], [ -121.574205510925154, 37.882401486790023 ], [ -121.574100507398867, 37.882751497131274 ], [ -121.574019509811805, 37.883127487678756 ], [ -121.574007513356776, 37.883430486304619 ], [ -121.574042506189187, 37.883642483633558 ], [ -121.574181510669689, 37.883991499471634 ], [ -121.574368505697592, 37.884257484461443 ], [ -121.574707303423907, 37.884720554698831 ], [ -121.574717176576016, 37.884734045769498 ], [ -121.574717504372231, 37.884734498715893 ], [ -121.57514749461285, 37.885330484462969 ], [ -121.575508497880122, 37.886103493779316 ], [ -121.575683489638905, 37.886636484500919 ], [ -121.575857488002427, 37.887378492015181 ], [ -121.575892500432559, 37.887663491400303 ], [ -121.575857493352672, 37.887958496040426 ], [ -121.575811494882757, 37.888206485883863 ], [ -121.57571851095436, 37.888463485292611 ], [ -121.575590511462408, 37.888692493969891 ], [ -121.575590236464222, 37.888692987035192 ], [ -121.575496507456762, 37.888867488492245 ], [ -121.575322496906651, 37.889060494509842 ], [ -121.575087473039346, 37.889220999835196 ], [ -121.57505451550486, 37.889243507523162 ], [ -121.574787518745666, 37.889381490437415 ], [ -121.574605528886124, 37.889446890850017 ], [ -121.573891493001, 37.889703495874329 ], [ -121.572343511520202, 37.890107495808138 ], [ -121.569887498661615, 37.890809486079895 ], [ -121.569887234693496, 37.890809599932211 ], [ -121.569652976268216, 37.890910037010116 ], [ -121.569271005386796, 37.891073795918054 ], [ -121.568989500779651, 37.891194482096992 ], [ -121.568261517135483, 37.891646489910585 ], [ -121.568261125711231, 37.891646812619967 ], [ -121.568260936224064, 37.891646942192352 ], [ -121.567603511308036, 37.892193497914349 ], [ -121.567335489519778, 37.892541493441072 ], [ -121.567145494567242, 37.892937491867244 ], [ -121.567112497261931, 37.893606501483241 ], [ -121.5669115006597, 37.894420493941425 ], [ -121.566566499111275, 37.895379489355733 ], [ -121.566144514791546, 37.896137503988435 ], [ -121.5659604938689, 37.897332493286719 ], [ -121.566100502428043, 37.898290492108238 ], [ -121.566298506662648, 37.898767493852766 ], [ -121.566533498270658, 37.899136493736776 ], [ -121.567110939675203, 37.899731949049823 ], [ -121.567111270590132, 37.899732242023575 ], [ -121.567111507020513, 37.899732489393884 ], [ -121.567680491561504, 37.900223497345799 ], [ -121.568962511352751, 37.901122495272588 ], [ -121.569655091793223, 37.901510339390306 ], [ -121.570362509018111, 37.90190648719976 ], [ -121.570619988608982, 37.902060270583902 ], [ -121.571740489864737, 37.902729487421297 ], [ -121.572157361496707, 37.903059423612433 ], [ -121.572157501498282, 37.903059533480118 ], [ -121.572186352900005, 37.903082367872749 ], [ -121.572186486834767, 37.903082501375096 ], [ -121.572464501564895, 37.903354487482176 ], [ -121.572596500456257, 37.903750486206242 ], [ -121.572633504207403, 37.904263493160038 ], [ -121.572551508913563, 37.90472049949075 ], [ -121.57233150988688, 37.904930493919991 ], [ -121.570817501376169, 37.905849490989837 ], [ -121.569656058936701, 37.906452498408648 ], [ -121.564125488265674, 37.909323485878303 ], [ -121.563384499879675, 37.909786489167566 ], [ -121.562911498713362, 37.910284483861396 ], [ -121.562698517692553, 37.91058548723452 ], [ -121.562598508106703, 37.910945491574978 ], [ -121.562520506659396, 37.911394494159708 ], [ -121.56262049439664, 37.911921488355148 ], [ -121.562885510278093, 37.912459486403307 ], [ -121.565407502367236, 37.916260484979105 ], [ -121.565518506422777, 37.916595492826204 ], [ -121.565585504123604, 37.917193491228048 ], [ -121.565485494598192, 37.918038499423446 ], [ -121.564972498188553, 37.918890491453226 ], [ -121.564788208347267, 37.918994457953382 ], [ -121.564787784711427, 37.918994697276922 ], [ -121.564270499694359, 37.919286490502571 ], [ -121.563503216418354, 37.919506114272323 ], [ -121.563166497361195, 37.91960249312465 ], [ -121.560904944182823, 37.920100801754145 ], [ -121.560729242878296, 37.920139490043901 ], [ -121.556857510636917, 37.920992488632102 ], [ -121.55638950099295, 37.921168494358334 ], [ -121.55634077449669, 37.921212857581345 ], [ -121.556244511733141, 37.921300493175515 ], [ -121.556115517962539, 37.921466485571464 ], [ -121.555985510413706, 37.921767493758878 ], [ -121.555916490437028, 37.921959491873245 ], [ -121.555901513104203, 37.922097492577599 ], [ -121.555944510205251, 37.922199498643387 ], [ -121.556157492690375, 37.922566502428595 ], [ -121.556341078103941, 37.922763771050043 ], [ -121.55779395260933, 37.924324954317754 ], [ -121.557794503149978, 37.92432549894491 ], [ -121.55822549860207, 37.924950500562268 ], [ -121.558865501159573, 37.925984489774898 ], [ -121.559107517962261, 37.926762489843249 ], [ -121.559074517403928, 37.927667486765287 ], [ -121.558809514297522, 37.928336488558834 ], [ -121.557799511830979, 37.930148495540131 ], [ -121.557360509481995, 37.931115496712501 ], [ -121.557433507086131, 37.93198049693774 ], [ -121.557715388925772, 37.932586211998512 ], [ -121.557715518207232, 37.932586489190413 ], [ -121.558402515544415, 37.932955489033247 ], [ -121.559646520627311, 37.933538486403521 ], [ -121.560877364031938, 37.934368404761834 ], [ -121.560877461141473, 37.93436850967278 ], [ -121.561210267941519, 37.934724700785686 ], [ -121.561459005137962, 37.934990933836708 ], [ -121.561459208163754, 37.934991171918746 ], [ -121.561459467382392, 37.934991502556876 ], [ -121.562040500843054, 37.935730496419374 ], [ -121.562236497575114, 37.936421491475777 ], [ -121.56228650651407, 37.9371765011226 ], [ -121.562164490724498, 37.93758149609922 ], [ -121.562062506789303, 37.93791750063351 ], [ -121.561527502714526, 37.938671485587385 ], [ -121.561208496488817, 37.93911149830128 ], [ -121.560746491470979, 37.939915489459437 ], [ -121.560252497595087, 37.941128483140346 ], [ -121.559694491617776, 37.94250448252528 ], [ -121.558584191441724, 37.943865638834559 ], [ -121.558459499299644, 37.944018496531768 ], [ -121.558442215879879, 37.944043684994718 ], [ -121.558441333706526, 37.944044975165902 ], [ -121.557941504015503, 37.944773487177287 ], [ -121.557673518671251, 37.945506494835406 ], [ -121.557470503028981, 37.946231495361332 ], [ -121.557754453282826, 37.946935389151349 ], [ -121.557754497878705, 37.94693550082971 ], [ -121.558174499229665, 37.947362485707949 ], [ -121.558624280971145, 37.947431834642579 ], [ -121.559134511785786, 37.947510501651365 ], [ -121.55970630223888, 37.947460743755251 ], [ -121.560467493236587, 37.947394498965217 ], [ -121.561541504044357, 37.947186504225293 ], [ -121.562718512693081, 37.946674488290121 ], [ -121.563759494631896, 37.94564549833963 ], [ -121.564747494096181, 37.944773496435452 ], [ -121.565300505953644, 37.944073496149649 ], [ -121.565855510603186, 37.943849497698842 ], [ -121.566518497067108, 37.943710490214762 ], [ -121.566809509959342, 37.943730141163108 ], [ -121.567140511955145, 37.943752493695428 ], [ -121.56749769509004, 37.943866941176765 ], [ -121.567498264058656, 37.943867125915951 ], [ -121.56770850804304, 37.943934492001794 ], [ -121.567784064099286, 37.943989663462453 ], [ -121.568086505650413, 37.944210489272322 ], [ -121.568302512866708, 37.944526486234551 ], [ -121.568802500316067, 37.946137493643441 ], [ -121.568841496387122, 37.947319505945217 ], [ -121.568709497829104, 37.947933503061691 ], [ -121.568418508482139, 37.948486497947648 ], [ -121.568059504842907, 37.949202490019367 ], [ -121.567428517396706, 37.949891490428676 ], [ -121.564935502977363, 37.952101491725692 ], [ -121.563969501332423, 37.953015492626065 ], [ -121.563737507132387, 37.95359550081934 ], [ -121.563873504134193, 37.95400349380828 ], [ -121.563930434088533, 37.954174286804232 ], [ -121.56393050117353, 37.954174493587061 ], [ -121.563984684985911, 37.954220790136077 ], [ -121.564356516884828, 37.95453848425516 ], [ -121.564873934250869, 37.954638916185708 ], [ -121.564874905514912, 37.954639107327836 ], [ -121.56526851590975, 37.954715505780193 ], [ -121.566287501919845, 37.954775492905469 ], [ -121.568559498186431, 37.954621489635919 ], [ -121.572157504600042, 37.954018496748972 ], [ -121.573455491805575, 37.953932493010285 ], [ -121.57403750879466, 37.954092487866504 ], [ -121.574378492540959, 37.954210501278212 ], [ -121.574753127143239, 37.954530176461319 ], [ -121.574753499001815, 37.954530495099149 ], [ -121.575018499863319, 37.955252503839056 ], [ -121.575023514033802, 37.95576150017169 ], [ -121.574821491973694, 37.956273491423026 ], [ -121.574198505758446, 37.956828495890257 ], [ -121.573522508689067, 37.95706349145204 ], [ -121.572832507416422, 37.95720148494528 ], [ -121.567198501133134, 37.957522491950563 ], [ -121.566800512695764, 37.957553485513579 ], [ -121.566342498735438, 37.957687498519164 ], [ -121.565934503318218, 37.957916486502704 ], [ -121.565555505498679, 37.958218491856528 ], [ -121.565272513752049, 37.958486493164905 ], [ -121.56509450260161, 37.95882448336608 ], [ -121.565021512297747, 37.959096482949107 ], [ -121.564979497577312, 37.959251492207592 ], [ -121.564999508862982, 37.959740505888362 ], [ -121.565288041684482, 37.960146869776835 ], [ -121.565288497344184, 37.960147497670953 ], [ -121.565660490339553, 37.96045648431322 ], [ -121.566673509616678, 37.960977490741499 ], [ -121.568098515915949, 37.961664494164481 ], [ -121.570600491771387, 37.962949495378446 ], [ -121.570781144062238, 37.963087665192077 ], [ -121.571561500457918, 37.963684499873622 ], [ -121.572021486763788, 37.964121484356333 ], [ -121.572829075607316, 37.965276925786959 ], [ -121.572829508097996, 37.965277498546108 ], [ -121.573407498466892, 37.9662714822474 ], [ -121.573689505743204, 37.967000491482622 ], [ -121.573298466703505, 37.970979517588461 ], [ -121.573625122285762, 37.97133066588637 ], [ -121.574922515075301, 37.97272549793982 ], [ -121.576455515285275, 37.973574488589136 ], [ -121.579290463527173, 37.975612464183577 ], [ -121.579789066760455, 37.976137025185103 ], [ -121.579789507065755, 37.976137489845073 ], [ -121.579920517731736, 37.976543486224649 ], [ -121.579866496658468, 37.976937502797831 ], [ -121.579555509463319, 37.977364498083936 ], [ -121.578946500574148, 37.977652492380997 ], [ -121.578243518869684, 37.977779490261788 ], [ -121.577156514638574, 37.977795484341144 ], [ -121.575537495470016, 37.977449490073901 ], [ -121.574746459496339, 37.977459161590616 ], [ -121.573900494907207, 37.977469499745204 ], [ -121.57354861512691, 37.977542975267156 ], [ -121.573129504859494, 37.977630488605847 ], [ -121.572521513509443, 37.977929502249822 ], [ -121.572263498560588, 37.978312491952813 ], [ -121.572210502376066, 37.978686491162279 ], [ -121.572206495883577, 37.978977492203846 ], [ -121.572751456312375, 37.979594460481998 ], [ -121.573224494697229, 37.979957496095544 ], [ -121.573538037685211, 37.980049974911537 ], [ -121.574075512933646, 37.980208495273267 ], [ -121.574741735654754, 37.98033903046214 ], [ -121.574743479426502, 37.980339370171464 ], [ -121.575254504413152, 37.980439488917384 ], [ -121.576434496410982, 37.980528497189219 ], [ -121.577707493214959, 37.980712484371949 ], [ -121.578098080704819, 37.980827405255745 ], [ -121.578883511253991, 37.981058484421695 ], [ -121.579839859737717, 37.981463775184729 ], [ -121.580464505417567, 37.981728489299222 ], [ -121.580929020181259, 37.982195007119159 ], [ -121.580929486389437, 37.982195489868325 ], [ -121.581244508394306, 37.982902486354995 ], [ -121.580486507885553, 37.989020502243598 ], [ -121.58018050159194, 37.989738493447568 ], [ -121.579744506137345, 37.990355492980207 ], [ -121.579046513399604, 37.991073487581907 ], [ -121.578088504423704, 37.991790484044543 ], [ -121.577422584746301, 37.992285920167667 ], [ -121.577217502373301, 37.992438496390733 ], [ -121.577106905333878, 37.992544719675152 ], [ -121.57710664015994, 37.992544974290425 ], [ -121.576433497038749, 37.993191489489647 ], [ -121.576039500319553, 37.993909494285724 ], [ -121.575953514179758, 37.994360484944515 ], [ -121.575847494637983, 37.994837495341059 ], [ -121.575843504411665, 37.995169491529964 ], [ -121.576001494083428, 37.995538495666672 ], [ -121.576427932937008, 37.995969944150218 ], [ -121.576428069946004, 37.99597002434146 ], [ -121.576428523534119, 37.995970484728893 ], [ -121.576775499065562, 37.996155490512422 ], [ -121.576984963554153, 37.996226911976827 ], [ -121.577561497602915, 37.99642349191712 ], [ -121.578214495545183, 37.996687484025472 ], [ -121.578564451566692, 37.996829077287806 ], [ -121.578780456975579, 37.996916478224684 ], [ -121.57911850615929, 37.997378497287222 ], [ -121.579366510160895, 37.997795502627355 ], [ -121.579399507591575, 37.998222498951286 ], [ -121.579074494202672, 37.998734500973171 ], [ -121.578888509764496, 37.999006485957423 ], [ -121.578442491726975, 37.999063498296742 ], [ -121.576914500854059, 37.998733499150667 ], [ -121.57288851141486, 37.99804550239422 ], [ -121.572237498425849, 37.997995500000158 ], [ -121.571599489842825, 37.998024497108347 ], [ -121.571269507992668, 37.998120491039927 ], [ -121.570936505610007, 37.998245492486511 ], [ -121.570653628064363, 37.998391059920159 ], [ -121.570524498058148, 37.998457505196917 ], [ -121.570361939484627, 37.998566227029237 ], [ -121.569905506792864, 37.998871493285712 ], [ -121.569674283989997, 37.999100981318627 ], [ -121.569238494385942, 37.999533481491234 ], [ -121.568857498499327, 38.000058486876704 ], [ -121.568619501540354, 38.00043349680648 ], [ -121.568397496985071, 38.000895486654755 ], [ -121.568175518171728, 38.001602494483272 ], [ -121.568162492724809, 38.002213501676785 ], [ -121.568291493570342, 38.002721495326298 ], [ -121.568459356434872, 38.003047190425391 ], [ -121.568459515164264, 38.00304750204225 ], [ -121.568683515064293, 38.003234483807752 ], [ -121.568968506807053, 38.003347492065387 ], [ -121.569175502977643, 38.00339750401848 ], [ -121.569571500519928, 38.003434490895685 ], [ -121.569675130235268, 38.00343741260648 ], [ -121.570032494394397, 38.003447502550699 ], [ -121.57172250417004, 38.003461491563073 ], [ -121.572821498831047, 38.003473487906611 ], [ -121.574830509819648, 38.003552486527887 ], [ -121.575248740057859, 38.003624166921952 ], [ -121.575962496358613, 38.0037464915304 ], [ -121.576079997989339, 38.003755769295168 ], [ -121.576190506687595, 38.003764496995203 ], [ -121.577121312098626, 38.004161413917871 ], [ -121.57712151266341, 38.004161500804457 ], [ -121.577293513976485, 38.004317496854874 ], [ -121.577752980473548, 38.004775162368745 ], [ -121.577753913753654, 38.004776095302773 ], [ -121.577804505481367, 38.004826483491641 ], [ -121.577846598322765, 38.004871391612085 ], [ -121.578313494715673, 38.005369498636092 ], [ -121.578682160577202, 38.005940054644441 ], [ -121.578682505935262, 38.005940498897246 ], [ -121.578930502547422, 38.006669485901384 ], [ -121.579170493134896, 38.007962490254911 ], [ -121.579173498322675, 38.008558486819922 ], [ -121.57905650471227, 38.009160487790993 ], [ -121.578858504248629, 38.009823486321189 ], [ -121.578540470481798, 38.010359477776511 ], [ -121.578540393155791, 38.010359602789769 ], [ -121.577823509231322, 38.011056488997987 ], [ -121.577672229928353, 38.011152793330602 ], [ -121.577025499471702, 38.011564497930642 ], [ -121.57639621666624, 38.011864950532441 ], [ -121.576227508567086, 38.011945498451325 ], [ -121.575639749015025, 38.012042664289559 ], [ -121.574751503745716, 38.012189498004922 ], [ -121.573188505479479, 38.012211498501358 ], [ -121.571747496555275, 38.012091492053258 ], [ -121.570547491794201, 38.012065501786033 ], [ -121.569667509132941, 38.01222648732368 ], [ -121.56914851848353, 38.012386485853582 ], [ -121.56869455461711, 38.012656445436932 ], [ -121.568509504499374, 38.012766489175569 ], [ -121.568432315795448, 38.012828164732525 ], [ -121.568111511575864, 38.01308449324916 ], [ -121.567913516925387, 38.013463493592518 ], [ -121.568035505707243, 38.014187495407725 ], [ -121.568357616511307, 38.014492528634143 ], [ -121.568358655596583, 38.014493510345467 ], [ -121.568431504526927, 38.014562492277165 ], [ -121.568879005616182, 38.014940042500314 ], [ -121.568879517401982, 38.014940499179254 ], [ -121.569841500910826, 38.015378487142321 ], [ -121.570883503132677, 38.015846489527952 ], [ -121.571339446120646, 38.016102929668918 ], [ -121.572709502709614, 38.016873486078723 ], [ -121.573428510000909, 38.017176495457853 ], [ -121.573766490611391, 38.017570498377722 ], [ -121.573883505902216, 38.017970497196259 ], [ -121.573710497449568, 38.018415500229551 ], [ -121.57346850430342, 38.018638492474572 ], [ -121.573188496913076, 38.018895489607104 ], [ -121.572448513306696, 38.019238496785363 ], [ -121.57186048681065, 38.019430487520445 ], [ -121.571238501091742, 38.019505488187129 ], [ -121.570874587368337, 38.019508421768421 ], [ -121.570492495013852, 38.019511500652335 ], [ -121.569317498102308, 38.019305492565508 ], [ -121.568833374496123, 38.019178761233363 ], [ -121.568404511546674, 38.019066489916831 ], [ -121.567181513431052, 38.018492490628219 ], [ -121.565937497066528, 38.018034485513802 ], [ -121.565615882969723, 38.017864842801998 ], [ -121.564936519362945, 38.017506494140406 ], [ -121.563921624220242, 38.01694725667997 ], [ -121.563598229395922, 38.016769053402051 ], [ -121.563584491078757, 38.01676148574299 ], [ -121.562232496901004, 38.016250497094077 ], [ -121.561722833420774, 38.01615046753372 ], [ -121.561722297957431, 38.016150361706472 ], [ -121.5610554989604, 38.016019487700063 ], [ -121.560561201838411, 38.016029303208427 ], [ -121.559947513268156, 38.016041487546673 ], [ -121.559027507530459, 38.016223492911003 ], [ -121.558405505750585, 38.016862490799738 ], [ -121.558297507240837, 38.017448486010672 ], [ -121.558338511347259, 38.017863491740989 ], [ -121.558540498537667, 38.018566485319688 ], [ -121.558797502069098, 38.019109483682044 ], [ -121.559098501362271, 38.019579487986697 ], [ -121.559664496073111, 38.020402499678731 ], [ -121.559809586042718, 38.020559016538627 ], [ -121.56049050454935, 38.021293493564635 ], [ -121.561039604937719, 38.021859917092414 ], [ -121.561092513930603, 38.021914496978987 ], [ -121.561695506443897, 38.022269494499348 ], [ -121.562410027795124, 38.023039980704006 ], [ -121.562410493492791, 38.023040496116543 ], [ -121.563013023393765, 38.023574067685715 ], [ -121.563013503857135, 38.023574498817325 ], [ -121.563237397774287, 38.024007056297663 ], [ -121.563351506518032, 38.024227499044542 ], [ -121.563954149202601, 38.025382881193934 ], [ -121.563954504370045, 38.025383494526551 ], [ -121.564142495967673, 38.02612449457186 ], [ -121.56410450975909, 38.026926500789187 ], [ -121.563879509792926, 38.02817149752876 ], [ -121.564104511701473, 38.029357498540051 ], [ -121.564744273935091, 38.03027715708285 ], [ -121.564744505311083, 38.030277491816747 ], [ -121.565535503914049, 38.030573490914314 ], [ -121.566363508432701, 38.030751490492683 ], [ -121.567093498600926, 38.030823498187466 ], [ -121.567267501256282, 38.030840497194617 ], [ -121.567904493916458, 38.03075649970733 ], [ -121.568397502402419, 38.030691489647083 ], [ -121.56979049009631, 38.030691502199112 ], [ -121.570806511982155, 38.030928499575651 ], [ -121.571012494853065, 38.031534491466132 ], [ -121.570798492841845, 38.032749489108362 ], [ -121.570326504363237, 38.034099484950481 ], [ -121.569555504471353, 38.03644448693872 ], [ -121.569662505854026, 38.037744494440624 ], [ -121.569972489647824, 38.038915496913994 ], [ -121.570529504486473, 38.040351464710874 ], [ -121.57073604094964, 38.040595488667073 ], [ -121.571472367501144, 38.04146533503846 ], [ -121.571472493840361, 38.04146548622905 ], [ -121.572468982824347, 38.042267057993328 ], [ -121.57246950830384, 38.04226749556004 ], [ -121.573991517037967, 38.042958488410974 ], [ -121.575898505530091, 38.043279483426787 ], [ -121.576900499285429, 38.043098486952459 ], [ -121.578121516454516, 38.042777496815965 ], [ -121.579498504833637, 38.041862493026379 ], [ -121.58014149814025, 38.041186488246431 ], [ -121.58048450005937, 38.04017349478579 ], [ -121.580551498744995, 38.039437504551842 ], [ -121.580527497909102, 38.038688490284812 ], [ -121.580317506760778, 38.038189499847981 ], [ -121.579850488418003, 38.037411486796152 ], [ -121.579238750343265, 38.036814349788443 ], [ -121.579096502594155, 38.036675489702709 ], [ -121.578343502038777, 38.035980486041503 ], [ -121.578343369290621, 38.035980278474575 ], [ -121.577901511780325, 38.035284497582211 ], [ -121.577719513996598, 38.034711496425544 ], [ -121.577641498594772, 38.034014487138016 ], [ -121.577719498248101, 38.033503493628764 ], [ -121.577953509617416, 38.032910494437417 ], [ -121.578262020983175, 38.032586157636999 ], [ -121.578343080097724, 38.032500930495026 ], [ -121.578343502717871, 38.032500485157946 ], [ -121.578380496816322, 38.032473590052682 ], [ -121.578680505070139, 38.032255487667655 ], [ -121.579226508174401, 38.032071483347011 ], [ -121.579668496025391, 38.031969497851051 ], [ -121.580213489720251, 38.031989500196964 ], [ -121.581045489304785, 38.032316489997349 ], [ -121.581772504934477, 38.03288948725924 ], [ -121.582422506255227, 38.033523501325924 ], [ -121.582942507746168, 38.034240491227862 ], [ -121.58348751108592, 38.035140484326639 ], [ -121.583981494623899, 38.036326503925835 ], [ -121.584449496055697, 38.03767849644656 ], [ -121.584841305221119, 38.039161965840556 ], [ -121.584968510800223, 38.039643492661703 ], [ -121.585028510942365, 38.04024149573457 ], [ -121.585170655027909, 38.040895267314177 ], [ -121.585285511835295, 38.041423485718362 ], [ -121.585670511344745, 38.042942490722524 ], [ -121.586013494059685, 38.044495486544086 ], [ -121.586269513311393, 38.046209505902752 ], [ -121.585796506207146, 38.047978503509384 ], [ -121.585552510726231, 38.049397481878124 ], [ -121.58539949656226, 38.05105249675357 ], [ -121.585506514428744, 38.052448483459621 ], [ -121.585643508251451, 38.053578496273801 ], [ -121.585872506957401, 38.054829489547906 ], [ -121.586239506211854, 38.056500503785564 ], [ -121.586513517116074, 38.057834502684557 ], [ -121.586818501195395, 38.058552487150152 ], [ -121.586574515075014, 38.059177493636376 ], [ -121.586574203052322, 38.059177639538774 ], [ -121.586240880587965, 38.059336920192443 ], [ -121.58551350269596, 38.059684494923346 ], [ -121.584312558873833, 38.06022832596733 ], [ -121.583859498515295, 38.060433485329604 ], [ -121.583632061738129, 38.060558884685548 ], [ -121.582856505400258, 38.060986490484183 ], [ -121.582186351688037, 38.061512871021279 ], [ -121.582003512920622, 38.061656486691149 ], [ -121.581940868252218, 38.061724019366103 ], [ -121.581940083436621, 38.061724870782115 ], [ -121.581452508810031, 38.062250496820859 ], [ -121.581051500813246, 38.063513492889733 ], [ -121.58095149315308, 38.064065492469261 ], [ -121.580750506681909, 38.06497350876495 ], [ -121.580600504645815, 38.065447495541591 ], [ -121.580148506750973, 38.066394492939089 ], [ -121.580148496042611, 38.067065491234459 ], [ -121.580006492868307, 38.067731488783643 ], [ -121.580006165355428, 38.067731948607502 ], [ -121.579687492818834, 38.06820448539797 ], [ -121.578993508949949, 38.068913495661505 ], [ -121.578131517562568, 38.069769486403125 ], [ -121.57742059055704, 38.07006392246862 ], [ -121.577100508205433, 38.070196486249749 ], [ -121.576847190355423, 38.070314705571761 ], [ -121.576846032834567, 38.070315244238159 ], [ -121.576275507888241, 38.070581485605501 ], [ -121.575562498282153, 38.071186498230915 ], [ -121.575042510157573, 38.071708481839771 ], [ -121.574871490383686, 38.071804490879529 ], [ -121.573848497069221, 38.072743492797606 ], [ -121.573514498111138, 38.073438491066895 ], [ -121.573391511061445, 38.073696500318931 ], [ -121.573620518105983, 38.074459490824239 ], [ -121.5739474972452, 38.074909490382943 ], [ -121.574108493400132, 38.075130484831519 ], [ -121.5751764949392, 38.075732488349502 ], [ -121.575889272437834, 38.076158946321826 ], [ -121.575890273062839, 38.076159543730981 ], [ -121.576122496286658, 38.076298481207175 ], [ -121.576839518074308, 38.077083491694296 ], [ -121.577266515902735, 38.078090496537861 ], [ -121.577343504257328, 38.078686497532367 ], [ -121.577511511517898, 38.080250493488805 ], [ -121.57754149406837, 38.081501489627186 ], [ -121.577678512737677, 38.082523488441517 ], [ -121.577861504741918, 38.084370494710598 ], [ -121.577881505217988, 38.085019496867801 ], [ -121.577907519309932, 38.085887501060846 ], [ -121.57821250833365, 38.087298504685947 ], [ -121.578899506216004, 38.089534492458426 ], [ -121.579601508633075, 38.090961492110694 ], [ -121.580242496135753, 38.091951489160152 ], [ -121.580654493756441, 38.092845493931321 ], [ -121.581295499640177, 38.093967489185893 ], [ -121.581295254238597, 38.093967575126051 ], [ -121.580652504924245, 38.094190489710861 ], [ -121.580498297269372, 38.094255350160196 ], [ -121.580497575777471, 38.094254750235457 ], [ -121.569691300368447, 38.085253596161202 ], [ -121.556370063549082, 38.069283199308259 ], [ -121.541641155570971, 38.057007650087257 ], [ -121.540394405982539, 38.055968299869015 ], [ -121.533591021828798, 38.055970298228324 ], [ -121.511092456073257, 38.0559740922968 ], [ -121.481992849398466, 38.040112999964805 ], [ -121.481798197348866, 38.040006852888126 ], [ -121.481798261646858, 38.040319824176869 ], [ -121.481812934196427, 38.114572932726752 ], [ -121.540405994950632, 38.114561337422167 ], [ -121.540411789113747, 38.143852455925654 ], [ -121.527096856433289, 38.159838956969196 ], [ -121.527098996904911, 38.170381873157574 ], [ -121.527098994328284, 38.170382560632675 ], [ -121.52663250853368, 38.170557488112841 ], [ -121.526280487164584, 38.170701496172086 ], [ -121.525912501836885, 38.170845489429666 ], [ -121.525544502432894, 38.171021499324645 ], [ -121.525112508809727, 38.171277490722566 ], [ -121.524936503681033, 38.171405489655861 ], [ -121.524792496394426, 38.171516490799398 ], [ -121.524616476203008, 38.171708477587885 ], [ -121.524552503546616, 38.17182149167013 ], [ -121.524536505262432, 38.171869497613557 ], [ -121.52450449749908, 38.171949493696694 ], [ -121.524360496997474, 38.172317496056557 ], [ -121.524296497004784, 38.172685506570112 ], [ -121.524296493112956, 38.173085493321686 ], [ -121.524344500470278, 38.173597486274929 ], [ -121.524504511076174, 38.174412499298199 ], [ -121.524616491479719, 38.174845488916851 ], [ -121.524823400961665, 38.175146441582328 ], [ -121.524968494571468, 38.175357482919964 ], [ -121.525134534790865, 38.175567204761087 ], [ -121.52527250830579, 38.175741485797296 ], [ -121.525592510749576, 38.176188497748718 ], [ -121.525921517392533, 38.1766471539135 ], [ -121.525960496985149, 38.176701499977192 ], [ -121.526120498576162, 38.177116489799339 ], [ -121.526088491776676, 38.17748549387499 ], [ -121.526088489837704, 38.177549501601455 ], [ -121.526088501065018, 38.177597483477541 ], [ -121.525992507208983, 38.17809249949056 ], [ -121.526072495353432, 38.178909499800831 ], [ -121.526152509097415, 38.179053486371245 ], [ -121.526504503717433, 38.179597494983135 ], [ -121.526596081442449, 38.179719609882291 ], [ -121.526600187310052, 38.179725077005322 ], [ -121.526600497953808, 38.179725497260115 ], [ -121.526888022767665, 38.179981058648835 ], [ -121.526888505677334, 38.179981500326434 ], [ -121.526900870667987, 38.17999163913548 ], [ -121.527160511331758, 38.180204486848602 ], [ -121.527341201424065, 38.180334357067608 ], [ -121.527384516281288, 38.180365489978037 ], [ -121.527544106871147, 38.180493189766736 ], [ -121.527544492949474, 38.180493499838086 ], [ -121.527570339555467, 38.180532272500564 ], [ -121.527576504157665, 38.180541499280601 ], [ -121.527656498713455, 38.180668485101059 ], [ -121.527816503902869, 38.181021494731162 ], [ -121.527832500746371, 38.181661507340451 ], [ -121.52764049776961, 38.182189495741632 ], [ -121.527368499160218, 38.182589481371302 ], [ -121.527112498357937, 38.182861494566062 ], [ -121.52680850661632, 38.183021499358965 ], [ -121.526440488639622, 38.183197496209928 ], [ -121.526008509396689, 38.183325493933346 ], [ -121.5258964923013, 38.183373497501186 ], [ -121.525752509530733, 38.183469488706699 ], [ -121.525501311946883, 38.183588366287182 ], [ -121.525416516574936, 38.183628496774936 ], [ -121.525321434681516, 38.183683583111446 ], [ -121.525320492590765, 38.183684128394354 ], [ -121.525000510015659, 38.18386949566063 ], [ -121.524696511084514, 38.184205496267346 ], [ -121.524504511530353, 38.184701499751014 ], [ -121.524472492194548, 38.185165495521396 ], [ -121.524456501586329, 38.185517498913285 ], [ -121.524472423323914, 38.185613022270502 ], [ -121.524472504085011, 38.185613485573782 ], [ -121.524488312518784, 38.185613484236384 ], [ -121.524488496443624, 38.18561348654805 ], [ -121.524840501636575, 38.186060490463859 ], [ -121.525287924512881, 38.186477025249133 ], [ -121.525288496973516, 38.186477496210188 ], [ -121.525429680048276, 38.186636324659034 ], [ -121.525544237572731, 38.186765198008629 ], [ -121.525544498226694, 38.186765491694196 ], [ -121.525672508198753, 38.187021504587278 ], [ -121.5257685154521, 38.187293501496519 ], [ -121.525800514933607, 38.187405491106354 ], [ -121.525968497489345, 38.187989492314053 ], [ -121.526160497131926, 38.188709504482006 ], [ -121.526416490987287, 38.189253489969985 ], [ -121.526736494001653, 38.189940489560414 ], [ -121.527185089453923, 38.19053202118257 ], [ -121.527185488983648, 38.190532504781729 ], [ -121.527730075542834, 38.191172060080362 ], [ -121.527730500255117, 38.191172505469524 ], [ -121.528179121760047, 38.191636099875431 ], [ -121.528179500687287, 38.19163648838461 ], [ -121.528628499018694, 38.19232448511584 ], [ -121.528949503831072, 38.193028484682401 ], [ -121.529158497736475, 38.193828493764194 ], [ -121.529079512164131, 38.194612492495118 ], [ -121.528904498980665, 38.19533249656358 ], [ -121.528408511550509, 38.196006490188715 ], [ -121.527848503390828, 38.196407497992105 ], [ -121.52735309539905, 38.196661245169089 ], [ -121.527192507912616, 38.196743498635101 ], [ -121.526232509903025, 38.196984487072065 ], [ -121.526060045906846, 38.197068926484761 ], [ -121.525607513971025, 38.19729048881824 ], [ -121.525291809218302, 38.197722188905573 ], [ -121.525256490340837, 38.197770486871619 ], [ -121.525256383239991, 38.1977707700106 ], [ -121.525032501034048, 38.198380495213975 ], [ -121.524745500806247, 38.199084482996298 ], [ -121.524557491743451, 38.199335490421575 ], [ -121.524505508624358, 38.199404488283513 ], [ -121.524505327545398, 38.199404622322838 ], [ -121.524465116813388, 38.199434561150099 ], [ -121.523945505301256, 38.199821483621854 ], [ -121.523272500660795, 38.200316488017066 ], [ -121.522904501451109, 38.200844491024128 ], [ -121.522503504328341, 38.201483498974305 ], [ -121.522135493402956, 38.201916502238653 ], [ -121.521462512422801, 38.202444496304238 ], [ -121.520694497904302, 38.202939491709898 ], [ -121.520182124800087, 38.2030793514691 ], [ -121.519877512251583, 38.203162497727568 ], [ -121.519432113138834, 38.203170595015273 ], [ -121.518997492314142, 38.203178491742484 ], [ -121.517909513321825, 38.20304949889406 ], [ -121.516709499141299, 38.20301748804799 ], [ -121.515412504175927, 38.202952496190804 ], [ -121.514404506734934, 38.202663491206351 ], [ -121.513556490690775, 38.202374490037116 ], [ -121.513352138897105, 38.202391713682246 ], [ -121.513188493837205, 38.202405502418692 ], [ -121.513055488029849, 38.202453297064665 ], [ -121.51274049670981, 38.202566490063134 ], [ -121.511635506045508, 38.203269490128072 ], [ -121.510547502059211, 38.204005496664912 ], [ -121.509998485384997, 38.204522955284645 ], [ -121.509938499285994, 38.204579490607081 ], [ -121.509938336371476, 38.204579744870664 ], [ -121.509938150472053, 38.204579929203199 ], [ -121.50913750543522, 38.205796497816763 ], [ -121.508304519263419, 38.20710849084535 ], [ -121.50819251048037, 38.207748494781399 ], [ -121.508240495072016, 38.208340500013072 ], [ -121.508080496260007, 38.209236493423717 ], [ -121.507792498122313, 38.209588482616034 ], [ -121.507040507864232, 38.210116497200936 ], [ -121.505941314118346, 38.210735657792405 ], [ -121.505792490632089, 38.210819487590079 ], [ -121.505710747466026, 38.210873658915069 ], [ -121.504704496560379, 38.211540489116828 ], [ -121.504380759928907, 38.212061295159927 ], [ -121.504336498767074, 38.212132489076716 ], [ -121.50430449565242, 38.21258049498347 ], [ -121.504367770370862, 38.212682278033689 ], [ -121.504672502592726, 38.213172502668016 ], [ -121.504736506596402, 38.214020497173145 ], [ -121.50492849334799, 38.214564502553145 ], [ -121.505120511478822, 38.215157495396603 ], [ -121.50523249249818, 38.215796486818064 ], [ -121.505713497480627, 38.216533502302497 ], [ -121.506257505051778, 38.217539497785999 ], [ -121.506529510670816, 38.218292489243986 ], [ -121.506769493323972, 38.219492485818421 ], [ -121.507089501620655, 38.220724486151347 ], [ -121.507345516744579, 38.221477491373591 ], [ -121.507426507112768, 38.222085490880502 ], [ -121.507490505634323, 38.222564489392134 ], [ -121.507282494066615, 38.223156504862544 ], [ -121.507282078667671, 38.223157071508034 ], [ -121.507024506338254, 38.223504498709865 ], [ -121.506867845129477, 38.22371570328179 ], [ -121.506866516201555, 38.223717498470229 ], [ -121.506615501937915, 38.223932495479112 ], [ -121.506546470000188, 38.224014471155108 ], [ -121.50648251105855, 38.224333500305725 ], [ -121.506394513611781, 38.224581442086219 ], [ -121.506393938683601, 38.224580991746549 ], [ -121.506116511684468, 38.224344492964384 ], [ -121.505950840138169, 38.224381692962915 ], [ -121.505684504767189, 38.224441500160196 ], [ -121.505375181755909, 38.224456865969984 ], [ -121.505060507667949, 38.224472497659292 ], [ -121.504691190889275, 38.224506310382836 ], [ -121.504689598962969, 38.22450645308426 ], [ -121.504339517576, 38.224538499142419 ], [ -121.504012026019666, 38.224820393049335 ], [ -121.503987510678726, 38.22484149378981 ], [ -121.503571497665021, 38.225161497311142 ], [ -121.503405870339122, 38.225223608703701 ], [ -121.503139510304464, 38.225323499581478 ], [ -121.502467495602758, 38.225483483682119 ], [ -121.502211505958854, 38.225627481025434 ], [ -121.501709650636286, 38.225992871379454 ], [ -121.50161950965304, 38.226058498341928 ], [ -121.501619258912882, 38.22605881814674 ], [ -121.501011496802136, 38.226844499204269 ], [ -121.500513499499363, 38.227067492284569 ], [ -121.50000151510595, 38.227291486820214 ], [ -121.499217490517537, 38.227484501953619 ], [ -121.498449516668003, 38.227660492659581 ], [ -121.49802411491163, 38.227668621054413 ], [ -121.497664495710382, 38.227675493476049 ], [ -121.497392336187289, 38.227589226183419 ], [ -121.497216502768197, 38.227533493485232 ], [ -121.496848509495706, 38.227389490917801 ], [ -121.496096511356768, 38.22716548866611 ], [ -121.495679496243639, 38.227053486720827 ], [ -121.495327503679661, 38.227133486144254 ], [ -121.494943490597734, 38.227293500840773 ], [ -121.494523754924387, 38.227463663338355 ], [ -121.494351488360991, 38.22753350139147 ], [ -121.493887495984097, 38.227597493075805 ], [ -121.493887162702549, 38.227597805877679 ], [ -121.493814459783692, 38.227673488893537 ], [ -121.493481005445005, 38.227635207146491 ], [ -121.49312649657081, 38.22759449974788 ], [ -121.492614494258206, 38.227354490399797 ], [ -121.492454495283738, 38.227290496562581 ], [ -121.492351375356776, 38.227320786397065 ], [ -121.492294492771308, 38.22733749496647 ], [ -121.492259496807648, 38.227357459912994 ], [ -121.492138495111334, 38.227426496838532 ], [ -121.491670507400769, 38.227690499372478 ], [ -121.49131850417524, 38.228138499750294 ], [ -121.491046499684003, 38.228570497270944 ], [ -121.490790508449365, 38.229082483926966 ], [ -121.490630508099287, 38.229577488874341 ], [ -121.490566518720783, 38.230169493759938 ], [ -121.490694499579106, 38.231034504147274 ], [ -121.490742511210712, 38.23160949663378 ], [ -121.490758501412969, 38.23218649236243 ], [ -121.490646499846747, 38.232473483909565 ], [ -121.490454505249417, 38.232986494004166 ], [ -121.489814461957153, 38.23365747708722 ], [ -121.489814279718132, 38.233657659951476 ], [ -121.489781241561118, 38.233681146060206 ], [ -121.489430511814589, 38.233930491811861 ], [ -121.489000904505971, 38.234072949195038 ], [ -121.488854501915014, 38.234121497274685 ], [ -121.4887356591464, 38.234182724681837 ], [ -121.488262502151287, 38.234426482193555 ], [ -121.488086505355568, 38.234490491607225 ], [ -121.487702499949577, 38.234682492191986 ], [ -121.487190505019882, 38.2351305049134 ], [ -121.486774498727371, 38.235818501415281 ], [ -121.486646515138403, 38.236330503245 ], [ -121.48658249984139, 38.236745494911318 ], [ -121.486630510149269, 38.237306499823198 ], [ -121.487078504006192, 38.238057496824588 ], [ -121.487286515027549, 38.238329492170216 ], [ -121.487382500154496, 38.238696492737319 ], [ -121.487319507364603, 38.23906349307606 ], [ -121.48724049936024, 38.23944549924137 ], [ -121.487129512645311, 38.239701492985546 ], [ -121.487065509147286, 38.239909499400696 ], [ -121.486619508732659, 38.24045349513721 ], [ -121.486252507262023, 38.240645489045193 ], [ -121.485535496686538, 38.240981495300332 ], [ -121.485389026605631, 38.241045548161175 ], [ -121.484801492143887, 38.241302493523818 ], [ -121.484615587538329, 38.241352231435876 ], [ -121.484359096688138, 38.241420876202739 ], [ -121.484147509543448, 38.241477501827752 ], [ -121.484124649180231, 38.241494168703262 ], [ -121.484123437889068, 38.241495050949119 ], [ -121.483660497731123, 38.24183248876313 ], [ -121.483242498782928, 38.242154499110192 ], [ -121.483044505783681, 38.242345489115998 ], [ -121.482787508636292, 38.242828482569358 ], [ -121.48251149073738, 38.243550498803891 ], [ -121.48251125349266, 38.243550795033642 ], [ -121.482488018588569, 38.243580003536557 ], [ -121.482487140920981, 38.243581101958682 ], [ -121.482102499639069, 38.244064492035335 ], [ -121.481573493549675, 38.244435499193486 ], [ -121.481015977970102, 38.244711155207533 ], [ -121.480764501236152, 38.244835490687223 ], [ -121.480500120776796, 38.244953030998623 ], [ -121.480498816035208, 38.244953614179508 ], [ -121.479934501826364, 38.245204498197239 ], [ -121.478665509330398, 38.245944492631295 ], [ -121.478522514684869, 38.246164499562433 ], [ -121.47849050442575, 38.246283493862698 ], [ -121.478371501407906, 38.246807490583265 ], [ -121.478430497255758, 38.247403502207625 ], [ -121.478168514194067, 38.248558497113429 ], [ -121.478251503046991, 38.248943498054949 ], [ -121.47836850860449, 38.249698504273574 ], [ -121.478433513302122, 38.250062488413228 ], [ -121.47865351679954, 38.250575487758397 ], [ -121.478831386744332, 38.251102162982946 ], [ -121.478831492810158, 38.251102482917162 ], [ -121.478937481182115, 38.251202188030923 ], [ -121.478966006743931, 38.251229069355119 ], [ -121.47896645572439, 38.251229524121605 ], [ -121.479386946346608, 38.25166392540379 ], [ -121.47938750372154, 38.251664498625431 ], [ -121.479621515807978, 38.252005503149292 ], [ -121.479985505507585, 38.252644497018586 ], [ -121.480119498215586, 38.253189487154685 ], [ -121.480126494785196, 38.253217485042249 ], [ -121.480117498761174, 38.253248483577551 ], [ -121.480108489728167, 38.253277490579002 ], [ -121.480100508769141, 38.253304500271291 ], [ -121.479985506580775, 38.253692491096238 ], [ -121.47998513927422, 38.25369280489673 ], [ -121.479939228089705, 38.253731926259384 ], [ -121.479667499219047, 38.253963496150902 ], [ -121.47916951424935, 38.25419850252829 ], [ -121.478570501893003, 38.254649498381177 ], [ -121.478001931635262, 38.255148690564241 ], [ -121.477947498336889, 38.25519648390555 ], [ -121.477807641211157, 38.255279157230461 ], [ -121.477250507628071, 38.255608499177143 ], [ -121.476701516247005, 38.256097491708488 ], [ -121.476502503720099, 38.25654748780979 ], [ -121.476502495602816, 38.257213487340771 ], [ -121.476337505363063, 38.257706485756088 ], [ -121.4762835007528, 38.257770493300015 ], [ -121.476165510563291, 38.257911495883398 ], [ -121.475791509696549, 38.258084498609243 ], [ -121.475013494122166, 38.258252487951978 ], [ -121.474146505169472, 38.258573498820752 ], [ -121.473378557581896, 38.259050744769752 ], [ -121.473224497351225, 38.259146485624228 ], [ -121.472375500966749, 38.259538496593009 ], [ -121.471648499568474, 38.259740497718212 ], [ -121.471499900209466, 38.259767280982317 ], [ -121.471304492669745, 38.259802498257116 ], [ -121.47106311458252, 38.259770504826328 ], [ -121.470791494925479, 38.259734502942408 ], [ -121.470516510515083, 38.259571492527996 ], [ -121.46930949353434, 38.259350501585018 ], [ -121.468467511923322, 38.259443492283943 ], [ -121.468219472194903, 38.259529823811889 ], [ -121.467743496525841, 38.259695487672126 ], [ -121.466997507314019, 38.259988500273415 ], [ -121.466385503224359, 38.259921493012392 ], [ -121.465311498536664, 38.259583491491128 ], [ -121.464602355886768, 38.259471628456133 ], [ -121.464598990214625, 38.25947109842312 ], [ -121.46379651105066, 38.259344500648808 ], [ -121.463250199020891, 38.259276068794925 ], [ -121.462854494607413, 38.259226497249173 ], [ -121.462596093326184, 38.259209493434376 ], [ -121.46223149327497, 38.259185502363032 ], [ -121.461818423151726, 38.259134769226677 ], [ -121.461490494888068, 38.259094487151707 ], [ -121.460464512813147, 38.258829492044221 ], [ -121.459760490782273, 38.258488484499409 ], [ -121.459760050709022, 38.258487967547488 ], [ -121.459475497527052, 38.258153497143354 ], [ -121.459373494098372, 38.257644484310404 ], [ -121.459372970219206, 38.257644109978074 ], [ -121.459175506439152, 38.257515496737781 ], [ -121.458902497472224, 38.257393497748964 ], [ -121.458759432328861, 38.257352693612276 ], [ -121.45861150917294, 38.25731050086938 ], [ -121.458474280231769, 38.257254874915063 ], [ -121.458384495924776, 38.257218486386364 ], [ -121.458014498598473, 38.257172485680734 ], [ -121.457815019023087, 38.257191743519776 ], [ -121.457610521291656, 38.257211487709299 ], [ -121.456592505236898, 38.257409493691895 ], [ -121.455860508511705, 38.257574493940091 ], [ -121.455655109616231, 38.257476880904122 ], [ -121.455557512490074, 38.257430497266249 ], [ -121.455029500975442, 38.257090490811692 ], [ -121.455028963820141, 38.257090034793748 ], [ -121.454420491896741, 38.256570505439583 ], [ -121.454419934587207, 38.256570025446727 ], [ -121.453595514291791, 38.255895493192128 ], [ -121.452691197819036, 38.255426559731795 ], [ -121.452652514714032, 38.255406504924814 ], [ -121.45226644025945, 38.255184787220735 ], [ -121.452147507179504, 38.255116487001267 ], [ -121.451541496853139, 38.254852483997183 ], [ -121.450648500800696, 38.254627495238765 ], [ -121.449891500206647, 38.254587505879776 ], [ -121.449592407503502, 38.254614639237509 ], [ -121.449318502533245, 38.254639489596272 ], [ -121.448952554102064, 38.254713273923777 ], [ -121.448952076669926, 38.254713369847011 ], [ -121.448460494644152, 38.254812483176906 ], [ -121.44829249203022, 38.254835492630228 ], [ -121.448175626901659, 38.254855503698884 ], [ -121.448111493228097, 38.254866486502777 ], [ -121.448040010863764, 38.254880021281011 ], [ -121.44794250424809, 38.254898487961555 ], [ -121.447745509469613, 38.254934492528086 ], [ -121.447425507942214, 38.255123488149735 ], [ -121.447079515208927, 38.255340491987063 ], [ -121.447057507817505, 38.255350559009379 ], [ -121.446629508832828, 38.255546506147923 ], [ -121.446034552265402, 38.25598881773044 ], [ -121.445943522805294, 38.256056494561555 ], [ -121.445847476632423, 38.25611664913405 ], [ -121.445846086435324, 38.256117516753612 ], [ -121.445440505920914, 38.256371499824404 ], [ -121.444849493128075, 38.256794486210715 ], [ -121.444472496204014, 38.25676549291768 ], [ -121.443916504180251, 38.256584485423069 ], [ -121.4432775093739, 38.25631048422558 ], [ -121.443166120418937, 38.256268663482267 ], [ -121.443024501111253, 38.256215493451954 ], [ -121.442877603223565, 38.256182506049463 ], [ -121.44273949492478, 38.256151491652965 ], [ -121.442573491646783, 38.256101489708847 ], [ -121.442162462432293, 38.256065704627552 ], [ -121.441769489692447, 38.256031492902196 ], [ -121.441071823038968, 38.255938636872209 ], [ -121.44068751340582, 38.255887485661468 ], [ -121.440081511829504, 38.255600502533945 ], [ -121.439848497416619, 38.255561487229699 ], [ -121.439738500230021, 38.255532492214478 ], [ -121.439544516198197, 38.255474483333849 ], [ -121.439544146580673, 38.255474193938575 ], [ -121.439252011990106, 38.255244803481794 ], [ -121.43919050556751, 38.255196500933764 ], [ -121.438747507056021, 38.254929488910449 ], [ -121.438700991830871, 38.254909556449547 ], [ -121.438551503732711, 38.254845488353141 ], [ -121.43831304479383, 38.254900151252023 ], [ -121.438311685241672, 38.254900462084599 ], [ -121.437962487087219, 38.254980500889587 ], [ -121.437858353643435, 38.254962934688173 ], [ -121.437858153342717, 38.254962899424655 ], [ -121.437713509810393, 38.254938499610994 ], [ -121.437517835689505, 38.254989903456 ], [ -121.437517484196206, 38.254989996564738 ], [ -121.437241504810189, 38.255062496126186 ], [ -121.437000269252323, 38.255067766659792 ], [ -121.436783496818421, 38.255072507720428 ], [ -121.436646239047306, 38.255082080245387 ], [ -121.43648249236962, 38.255093502844993 ], [ -121.436258962933579, 38.255037843304045 ], [ -121.435984504052371, 38.254969505931427 ], [ -121.435227994893467, 38.254539649077437 ], [ -121.434701506417397, 38.254240489761955 ], [ -121.433928514806524, 38.254240489753435 ], [ -121.432685505391419, 38.254497502583156 ], [ -121.431925501390452, 38.254692504326052 ], [ -121.431420498239845, 38.254812492180484 ], [ -121.430740510100748, 38.254982494976382 ], [ -121.430513713899558, 38.254974533292263 ], [ -121.430313489706052, 38.254967501561794 ], [ -121.430078759247053, 38.254947629970779 ], [ -121.429923513339361, 38.254934488972452 ], [ -121.429633908044465, 38.254880577349702 ], [ -121.42940250777022, 38.254837486899838 ], [ -121.42940196251908, 38.254836978799254 ], [ -121.429397265216139, 38.254832952474032 ], [ -121.429254513263004, 38.254709506662572 ], [ -121.429024236958867, 38.254383904382181 ], [ -121.428783492488733, 38.254043488569614 ], [ -121.428498501272102, 38.253523496403254 ], [ -121.428224500085236, 38.252847491047021 ], [ -121.428001490669217, 38.252137492906662 ], [ -121.427828501989751, 38.251718490269781 ], [ -121.427630506378364, 38.251446493134814 ], [ -121.427630369862342, 38.251446463153748 ], [ -121.427307497273702, 38.251378490987214 ], [ -121.426862499131232, 38.251310494078474 ], [ -121.42587151711065, 38.251174488706837 ], [ -121.4257237857137, 38.251114093572028 ], [ -121.425723374139167, 38.251113923585244 ], [ -121.425487515554707, 38.251017496986016 ], [ -121.425363504035445, 38.250765495647435 ], [ -121.425153504427627, 38.250229483429536 ], [ -121.425140501061065, 38.249412502856828 ], [ -121.425128509760327, 38.249394496769114 ], [ -121.425091511665968, 38.248391488423884 ], [ -121.425202508456024, 38.247323493726384 ], [ -121.425252505618147, 38.245620489908333 ], [ -121.425431444659935, 38.244977710122875 ], [ -121.42543151149917, 38.244977485807077 ], [ -121.425485842404626, 38.24494410107679 ], [ -121.425706510969647, 38.244808501334312 ], [ -121.425743504429576, 38.243911499502715 ], [ -121.42564249998037, 38.243604496453777 ], [ -121.425504457225813, 38.243312475249638 ], [ -121.424948501586954, 38.243045487120284 ], [ -121.42475236434008, 38.24296363256974 ], [ -121.424751991935125, 38.242963477922224 ], [ -121.424452500901964, 38.24283848796015 ], [ -121.424101555251227, 38.242540604322876 ], [ -121.424075549242488, 38.242518464224773 ], [ -121.424074931286057, 38.242517935861386 ], [ -121.42403041047487, 38.242475446840942 ], [ -121.423855497979091, 38.242308495027778 ], [ -121.42372649750881, 38.242066486741074 ], [ -121.423680303076537, 38.242002608039115 ], [ -121.423551507151174, 38.241824502000519 ], [ -121.423551356499701, 38.241824083629083 ], [ -121.423404514855875, 38.24141549634556 ], [ -121.423285518954813, 38.241077500553708 ], [ -121.423179502256602, 38.240915490278212 ], [ -121.423064504766074, 38.240640500902423 ], [ -121.422954495051712, 38.240117491653677 ], [ -121.422852501215942, 38.239954500941522 ], [ -121.42247151743139, 38.239536497700577 ], [ -121.422471276994557, 38.239536322595129 ], [ -121.421993512854996, 38.239185503594456 ], [ -121.421528509959458, 38.238929504489086 ], [ -121.421084007829961, 38.23870276964341 ], [ -121.421032510704734, 38.238676494292577 ], [ -121.421031955719926, 38.238675836374235 ], [ -121.420821540833032, 38.238435485220037 ], [ -121.420821427502361, 38.238435339973435 ], [ -121.420772493373448, 38.238337502050143 ], [ -121.420721504659383, 38.237964484089858 ], [ -121.420546509779001, 38.237496484775328 ], [ -121.420545977343579, 38.237495827158185 ], [ -121.420280510259005, 38.23717049548442 ], [ -121.419847730883504, 38.236990832194365 ], [ -121.419673501213268, 38.23691849947145 ], [ -121.419436343945733, 38.236842786732979 ], [ -121.419034517156135, 38.236714499206862 ], [ -121.418876984230266, 38.236680300113221 ], [ -121.418730507283783, 38.236648503406407 ], [ -121.418100487883038, 38.236268489079656 ], [ -121.417342502986941, 38.236077491965801 ], [ -121.41700974692165, 38.235997610506963 ], [ -121.417008707837482, 38.23599736238662 ], [ -121.416738503275354, 38.235932491648015 ], [ -121.416189934315312, 38.235862884097827 ], [ -121.415745495800053, 38.235806488757447 ], [ -121.415432507611726, 38.23569549846917 ], [ -121.415432117910697, 38.23569493165634 ], [ -121.415230493072428, 38.23540249175705 ], [ -121.415019514430924, 38.235103494749097 ], [ -121.414688445905696, 38.234627460878855 ], [ -121.414407505374356, 38.23446148514747 ], [ -121.414291559533936, 38.234414852123592 ], [ -121.413947517974663, 38.234276485339798 ], [ -121.413892509028457, 38.234247487976653 ], [ -121.413591941654559, 38.23416907951048 ], [ -121.413409507928833, 38.234121491919311 ], [ -121.413254840722217, 38.234078379271764 ], [ -121.413018513151556, 38.234012501634204 ], [ -121.412776612685605, 38.233851231257184 ], [ -121.412733506478475, 38.233822496586583 ], [ -121.412300493405596, 38.233472492708941 ], [ -121.412053076747952, 38.23322557867602 ], [ -121.411955940548637, 38.23312864354093 ], [ -121.411822491242631, 38.232995483588581 ], [ -121.411643491340854, 38.232694498254794 ], [ -121.411442378597897, 38.23258039332886 ], [ -121.41139848954333, 38.232555493973059 ], [ -121.411398088607513, 38.232555100349508 ], [ -121.41139799069083, 38.232555024940773 ], [ -121.411384557208095, 38.23254185037473 ], [ -121.411350495996459, 38.232508500771814 ], [ -121.41112651374749, 38.232572483900739 ], [ -121.410806495822882, 38.232892496888446 ], [ -121.410496023002153, 38.233108469927835 ], [ -121.410438502847683, 38.233148497262441 ], [ -121.409958509850156, 38.23314848993261 ], [ -121.409860897048887, 38.233099702158619 ], [ -121.409734495625784, 38.23303649133522 ], [ -121.409734482654386, 38.233036224460079 ], [ -121.409702508216981, 38.232428487057213 ], [ -121.409590439354787, 38.232252454975693 ], [ -121.409515993917651, 38.232204652099824 ], [ -121.409515842061211, 38.232204552251844 ], [ -121.409414497869861, 38.232139490807278 ], [ -121.409328894848514, 38.232149881510878 ], [ -121.409328602970618, 38.232149914595936 ], [ -121.409142501082997, 38.232172497082843 ], [ -121.408950498752759, 38.232380496084552 ], [ -121.408710496242804, 38.232652491773202 ], [ -121.408486497779066, 38.232620497861767 ], [ -121.408486061405085, 38.232620093376106 ], [ -121.408262502364281, 38.232411489294066 ], [ -121.408047662703012, 38.232251200093643 ], [ -121.408006495911152, 38.23222048680379 ], [ -121.407270488908324, 38.231932497958617 ], [ -121.406710505588549, 38.231788488263255 ], [ -121.406342501543847, 38.231740484338509 ], [ -121.406134514616198, 38.231708501902546 ], [ -121.406072070573856, 38.231662283745713 ], [ -121.405830502579263, 38.231483491917174 ], [ -121.405687072075111, 38.231326605844984 ], [ -121.405670556841628, 38.231308466679081 ], [ -121.40567046521312, 38.231308361717794 ], [ -121.405574507729327, 38.231052499405365 ], [ -121.405478499790036, 38.230716491697713 ], [ -121.405478005454299, 38.230715904168854 ], [ -121.405463339135224, 38.23069938140253 ], [ -121.405462697451753, 38.230698660003441 ], [ -121.405222497830692, 38.230427503846514 ], [ -121.405033562695877, 38.230340112326402 ], [ -121.40498250003246, 38.230316495479705 ], [ -121.404782920518585, 38.230308638262777 ], [ -121.404550504994987, 38.230299492693938 ], [ -121.404467999351311, 38.230307463897134 ], [ -121.404374508185001, 38.230316499150717 ], [ -121.40397450202083, 38.230572507724972 ], [ -121.403510502513555, 38.230940498092934 ], [ -121.402934544355858, 38.231323548619983 ], [ -121.402886502067872, 38.231355495783532 ], [ -121.402863532001078, 38.231365925207207 ], [ -121.40280307466405, 38.231393347275208 ], [ -121.4023905019436, 38.231580496815717 ], [ -121.40194249981684, 38.231580486316894 ], [ -121.401638506866007, 38.231564500196122 ], [ -121.401638507078061, 38.231563975690641 ], [ -121.401638503892954, 38.231452490950183 ], [ -121.401638081773839, 38.23145220961144 ], [ -121.401602495934526, 38.231428239073665 ], [ -121.401602292354099, 38.231428099987767 ], [ -121.401494503835039, 38.231355497146254 ], [ -121.401356220458467, 38.231243133238102 ], [ -121.401318500635568, 38.231212485325727 ], [ -121.401318366802613, 38.231212163463454 ], [ -121.401190505875718, 38.230908485421892 ], [ -121.401126502115673, 38.23062049393171 ], [ -121.401238514339369, 38.230156489184829 ], [ -121.401382508325682, 38.229771485119095 ], [ -121.40136650403322, 38.229660496531281 ], [ -121.401286499063247, 38.229515500140558 ], [ -121.40061746630748, 38.22906183304557 ], [ -121.400438514351677, 38.228940484597366 ], [ -121.398949502564733, 38.227948491354475 ], [ -121.398859506606044, 38.227907711980521 ], [ -121.398859214655957, 38.227907577610821 ], [ -121.398629505974142, 38.227803485710844 ], [ -121.398451284325347, 38.227751726054414 ], [ -121.398357514989385, 38.227724493498179 ], [ -121.398085501806406, 38.227788498549558 ], [ -121.397893509866421, 38.227820501059007 ], [ -121.397653506818628, 38.227724500314615 ], [ -121.397125513865433, 38.227564491838052 ], [ -121.396677506241332, 38.227564498398678 ], [ -121.39637350811563, 38.227692488098633 ], [ -121.396197489210834, 38.227852499447991 ], [ -121.39595750045595, 38.228187496075655 ], [ -121.395749506330077, 38.228587494459475 ], [ -121.395525514547813, 38.229101492028484 ], [ -121.395429505497262, 38.229389498890292 ], [ -121.395061492585214, 38.229773500191321 ], [ -121.394820163726465, 38.229950527914923 ], [ -121.39475750119108, 38.22999649421115 ], [ -121.394462861216851, 38.23008465381502 ], [ -121.394462473594686, 38.230084770007835 ], [ -121.394005492624885, 38.230221500044387 ], [ -121.393521574765657, 38.230397805101724 ], [ -121.39334949898182, 38.230460495674365 ], [ -121.39326899934909, 38.230495129676534 ], [ -121.393268527143121, 38.230495333606918 ], [ -121.393012513119686, 38.230605481727686 ], [ -121.392612498318599, 38.230701492461726 ], [ -121.391844495659498, 38.231165492630183 ], [ -121.391236510553611, 38.231773498628989 ], [ -121.390420501854919, 38.232397487458741 ], [ -121.389826800031358, 38.232787568118297 ], [ -121.389764504080958, 38.232828497584265 ], [ -121.389685594416306, 38.232875503491684 ], [ -121.389684399001581, 38.232876217545403 ], [ -121.389252506919547, 38.23313348899503 ], [ -121.389005486178178, 38.233192155810855 ], [ -121.388852495656408, 38.233228489597302 ], [ -121.388603402718445, 38.233213863495862 ], [ -121.388324507396348, 38.233197486647263 ], [ -121.388084501389883, 38.233085502917888 ], [ -121.387835081894949, 38.232934618793244 ], [ -121.387832394001933, 38.232932995008056 ], [ -121.387236498539721, 38.232572493294704 ], [ -121.386663558959015, 38.232256307994717 ], [ -121.386484500627617, 38.232157489316258 ], [ -121.386004504986957, 38.231900495355916 ], [ -121.385927099940588, 38.231860178573683 ], [ -121.38573987936968, 38.231762661483252 ], [ -121.38557249548353, 38.231675502661851 ], [ -121.385400539483001, 38.231600935546489 ], [ -121.38531649752629, 38.231564491965884 ], [ -121.38461158046016, 38.231836656593885 ], [ -121.384324513414299, 38.231947490079833 ], [ -121.384058876510466, 38.232034472851041 ], [ -121.384057090343873, 38.232035057215988 ], [ -121.383588499750857, 38.232188487754406 ], [ -121.3832533967133, 38.232195481587141 ], [ -121.382869490057914, 38.23220349841327 ], [ -121.382453496737924, 38.232075489555328 ], [ -121.382312172655787, 38.232000073356026 ], [ -121.382245491871487, 38.231964492179152 ], [ -121.381669502348117, 38.231660498386354 ], [ -121.380901512730972, 38.23134048825078 ], [ -121.380757933939293, 38.231270233780577 ], [ -121.380757781501231, 38.231270162039173 ], [ -121.380245513572262, 38.23101949425363 ], [ -121.379756016972721, 38.230837735003952 ], [ -121.379429497158057, 38.230716495220221 ], [ -121.379180178122581, 38.230679367822852 ], [ -121.378885499701212, 38.230635488104667 ], [ -121.378624853420874, 38.230594436672526 ], [ -121.378485510018862, 38.230572489646583 ], [ -121.377780074110234, 38.230643370102037 ], [ -121.377221503732471, 38.230699488712652 ], [ -121.376654636655246, 38.230739342772658 ], [ -121.376069516259349, 38.23078048240982 ], [ -121.375488484772617, 38.2309094935788 ], [ -121.374904578978303, 38.23096138029009 ], [ -121.374509503569584, 38.230996486510129 ], [ -121.374141587672028, 38.231031164640449 ], [ -121.373777520741299, 38.231065484534319 ], [ -121.373341353249174, 38.231044656692688 ], [ -121.373170493994024, 38.231036493354502 ], [ -121.373169956929402, 38.231035896209313 ], [ -121.372922489012325, 38.230763495500042 ], [ -121.372861303682583, 38.23065175692193 ], [ -121.37277350866357, 38.230491502869342 ], [ -121.372773258696341, 38.230491256411327 ], [ -121.372773148078792, 38.230491078560192 ], [ -121.372376525199812, 38.230101479094486 ], [ -121.37224178540545, 38.230038727378307 ], [ -121.371941206897162, 38.229898711839631 ], [ -121.371893499688611, 38.229876493316915 ], [ -121.371571779968477, 38.229794577114653 ], [ -121.371296517609693, 38.229724489869675 ], [ -121.371093510460014, 38.229694489615689 ], [ -121.370533496534691, 38.229916493059669 ], [ -121.369983504052698, 38.230121502078582 ], [ -121.368843510405625, 38.230569492559489 ], [ -121.367988509536659, 38.231037492440628 ], [ -121.368000507943748, 38.231163494901161 ], [ -121.367415001504469, 38.23125734027996 ], [ -121.367033513247137, 38.231318485939532 ], [ -121.366724787574299, 38.23126495393025 ], [ -121.366537508676004, 38.231232482889624 ], [ -121.366106876296357, 38.23100953916078 ], [ -121.366029505741835, 38.230969480963466 ], [ -121.3660292012638, 38.230969069268397 ], [ -121.365768500221478, 38.230618485422475 ], [ -121.365521506684345, 38.23015049436178 ], [ -121.365335504385172, 38.229740490994018 ], [ -121.365161509079229, 38.22932249808175 ], [ -121.365067516297245, 38.229193653534352 ], [ -121.364727488623373, 38.228727499746313 ], [ -121.364411688754657, 38.228550110774727 ], [ -121.36433050153353, 38.228504502811887 ], [ -121.363524508783641, 38.228270501631812 ], [ -121.362545515243511, 38.228348500343422 ], [ -121.36245851751643, 38.228533486075868 ], [ -121.362483508181597, 38.228679494921465 ], [ -121.362570500641993, 38.228756499955985 ], [ -121.362650114093469, 38.228829616337279 ], [ -121.36265622624326, 38.228835226714367 ], [ -121.362656515171011, 38.228835492998876 ], [ -121.362756500687709, 38.228962498385336 ], [ -121.362743512687061, 38.229274502071178 ], [ -121.362632494855589, 38.229517491479982 ], [ -121.362531613406375, 38.229586954381503 ], [ -121.362433494594939, 38.229654501442184 ], [ -121.361838507410781, 38.229830495668509 ], [ -121.361090621163996, 38.229961927266309 ], [ -121.360461493120951, 38.230072487779317 ], [ -121.359688264957981, 38.230297799947351 ], [ -121.359685224682607, 38.230298683483738 ], [ -121.358316485402327, 38.230697499806539 ], [ -121.357392494544015, 38.230858496449713 ], [ -121.357231505820536, 38.230868496106275 ], [ -121.356363514303709, 38.23080948426103 ], [ -121.355321495329562, 38.231023494691691 ], [ -121.354421508901936, 38.23111650445589 ], [ -121.35386137989714, 38.231057492660071 ], [ -121.353206501686614, 38.230988503104157 ], [ -121.35243585849534, 38.230865875582339 ], [ -121.35183649749996, 38.230770497668772 ], [ -121.351228517187451, 38.230722494446198 ], [ -121.350496495981119, 38.230546491364208 ], [ -121.350133106680488, 38.230363120572569 ], [ -121.349848494202391, 38.230219478727157 ], [ -121.349125544251436, 38.229676463237347 ], [ -121.349125343092169, 38.229676304833752 ], [ -121.348372495287819, 38.228812496590585 ], [ -121.348372213255914, 38.228812342974109 ], [ -121.348220985840825, 38.228729683577612 ], [ -121.347492489560707, 38.228331494649638 ], [ -121.34624449882503, 38.228267496461193 ], [ -121.345613011879337, 38.228199760427671 ], [ -121.345060501450433, 38.22814049270859 ], [ -121.344164493090759, 38.228300489317178 ], [ -121.343652495410751, 38.228428492636461 ], [ -121.343524498593922, 38.22870049680084 ], [ -121.343485462333391, 38.228782498997205 ], [ -121.343364512697292, 38.229036496647723 ], [ -121.342980500167201, 38.2292765001215 ], [ -121.342372499819859, 38.229468494808337 ], [ -121.342018871583448, 38.229495830097292 ], [ -121.341764507893728, 38.229515490472807 ], [ -121.341252509106326, 38.229515490653725 ], [ -121.340922829128758, 38.22947479772661 ], [ -121.340612515413369, 38.229436496495389 ], [ -121.340132491609708, 38.2293244895287 ], [ -121.33971650541325, 38.22895650230933 ], [ -121.339284510676762, 38.228828504328064 ], [ -121.338900510754343, 38.228844495447198 ], [ -121.337892496156755, 38.229324490832418 ], [ -121.337345680943244, 38.229609032756024 ], [ -121.337156495933215, 38.229707480711909 ], [ -121.337021155691346, 38.22979593612655 ], [ -121.337019584540428, 38.229796962869976 ], [ -121.33642049735252, 38.23018849193565 ], [ -121.335684501960628, 38.230796493712702 ], [ -121.335101016318688, 38.231117261612503 ], [ -121.334900489760983, 38.231227503330324 ], [ -121.334522331557807, 38.231241675256811 ], [ -121.334020493544756, 38.231260484910578 ], [ -121.33306049271178, 38.231276490488035 ], [ -121.33179651347973, 38.23146848395016 ], [ -121.33083649953798, 38.231772496392985 ], [ -121.330244517387356, 38.23223648632635 ], [ -121.329828499215353, 38.232508490627055 ], [ -121.329092515027227, 38.232748499032539 ], [ -121.327988503008328, 38.232812484487809 ], [ -121.327476508447802, 38.23302049231139 ], [ -121.326900501734983, 38.233052497283488 ], [ -121.326052506075655, 38.232876497418424 ], [ -121.325380496113311, 38.23289248963777 ], [ -121.32501250389393, 38.233036486781103 ], [ -121.324580503410971, 38.23298849698601 ], [ -121.324369465585178, 38.232906381362639 ], [ -121.324368676189522, 38.232906073760553 ], [ -121.324084492494904, 38.232795492233869 ], [ -121.323745758858237, 38.232673757767451 ], [ -121.323508497234471, 38.232588493831244 ], [ -121.322804489680664, 38.232636496318214 ], [ -121.322068505862205, 38.232652496013202 ], [ -121.321620497537154, 38.233100491017495 ], [ -121.32082049791542, 38.233772498555446 ], [ -121.320004515714174, 38.23393249438594 ], [ -121.319524509364754, 38.23417248868347 ], [ -121.319283360184485, 38.234352776885217 ], [ -121.319203501134169, 38.234412484251095 ], [ -121.318943981457366, 38.234510025311238 ], [ -121.318434509338985, 38.234701504595407 ], [ -121.317761500992589, 38.234990491323401 ], [ -121.317312500412868, 38.234926488489471 ], [ -121.316607507364495, 38.235118486522303 ], [ -121.315469500178594, 38.235487492500248 ], [ -121.314587506943838, 38.235375497759058 ], [ -121.313946503644459, 38.235119501586645 ], [ -121.312984512862712, 38.234911500748247 ], [ -121.312600496591926, 38.235183497227553 ], [ -121.312167498821537, 38.235440488505326 ], [ -121.311558499634387, 38.235472495948365 ], [ -121.311045504052132, 38.235312499253382 ], [ -121.310596511229107, 38.235152485427307 ], [ -121.309795490301113, 38.235056497702907 ], [ -121.309618518282605, 38.235505504919445 ], [ -121.308817508766751, 38.235745494366178 ], [ -121.308112512443842, 38.235313490771794 ], [ -121.307246519639264, 38.234896483942812 ], [ -121.306669508066832, 38.234816495828987 ], [ -121.305109496808399, 38.234881490781042 ], [ -121.304707139790438, 38.234999010407719 ], [ -121.304568497199483, 38.235039500813933 ], [ -121.304271876768908, 38.235146662391259 ], [ -121.304268915806077, 38.235147733797461 ], [ -121.303375499400317, 38.235470491577779 ], [ -121.302388513570051, 38.236044497156016 ], [ -121.301573496311761, 38.23640150031202 ], [ -121.300710431533759, 38.236791506314198 ], [ -121.300300509176481, 38.236889497468511 ], [ -121.299549514426687, 38.23698648753134 ], [ -121.298913799075322, 38.237136463724831 ], [ -121.298307497464023, 38.237279499259067 ], [ -121.297677870753134, 38.23736537225134 ], [ -121.297677358097161, 38.237365444822437 ], [ -121.296870517156208, 38.23747548447755 ], [ -121.295953514869126, 38.237655490972038 ], [ -121.295033510522472, 38.237830487572197 ], [ -121.294051509298839, 38.238372487895333 ], [ -121.293645502365123, 38.238675499091052 ], [ -121.293340508493429, 38.238903495804941 ], [ -121.292744489719624, 38.239392502451956 ], [ -121.292582491909485, 38.239791501024072 ], [ -121.292379498608312, 38.240307504985417 ], [ -121.292249506795173, 38.240460491948809 ], [ -121.291885506361012, 38.240893499829916 ], [ -121.291885113815752, 38.240893817112969 ], [ -121.291849603616654, 38.240922485513856 ], [ -121.291849385400297, 38.240922658652252 ], [ -121.291392495672895, 38.241291496976451 ], [ -121.291168496741804, 38.241683483172118 ], [ -121.290795081869135, 38.241916869750114 ], [ -121.29069649141988, 38.241978487681131 ], [ -121.290637286275171, 38.242028423193432 ], [ -121.2901985060073, 38.242398501357222 ], [ -121.289956499470662, 38.242817499654464 ], [ -121.289670494770519, 38.243331492921556 ], [ -121.289271501661815, 38.243975503933619 ], [ -121.288747500742915, 38.244698485554103 ], [ -121.288435509058445, 38.245130489301957 ], [ -121.288133500352217, 38.24564348787613 ], [ -121.288133390450696, 38.245643607767029 ], [ -121.287973502554323, 38.245825478092122 ], [ -121.287955526126893, 38.245841993860367 ], [ -121.287765498303514, 38.246016494462474 ], [ -121.287331499352931, 38.246362496688214 ], [ -121.286536511013637, 38.246995492360185 ], [ -121.285683512753977, 38.247421499028555 ], [ -121.285026755406477, 38.247647352527139 ], [ -121.284674512131716, 38.24776848617838 ], [ -121.284573883751321, 38.247802027519121 ], [ -121.284413514289355, 38.247855487055141 ], [ -121.283812503963418, 38.248032493208044 ], [ -121.283089497899056, 38.248481499845653 ], [ -121.282797505106231, 38.249175496903128 ], [ -121.282438494470568, 38.249870476677067 ], [ -121.282438401905807, 38.249870657563285 ], [ -121.282427264097393, 38.249886696209593 ], [ -121.282279503694312, 38.25009950068101 ], [ -121.282150517681345, 38.25016549037263 ], [ -121.281879506154354, 38.25028148856866 ], [ -121.281671494277433, 38.250268491542897 ], [ -121.28141349903845, 38.250255487995602 ], [ -121.281238502881877, 38.2502554892015 ], [ -121.281085183351578, 38.250212901023488 ], [ -121.281084763299177, 38.250212786709874 ], [ -121.280950511910945, 38.250175490098378 ], [ -121.280742772132356, 38.250130077211928 ], [ -121.280520506777535, 38.250081489285527 ], [ -121.280328527996488, 38.249922462167532 ], [ -121.279195502908607, 38.249587491811916 ], [ -121.278525503006989, 38.249269488608689 ], [ -121.27806151522401, 38.249126493676116 ], [ -121.277582505101279, 38.249062492053696 ], [ -121.27700849903772, 38.249127498151317 ], [ -121.276635081947617, 38.249304060808434 ], [ -121.276401497161359, 38.249414500605567 ], [ -121.276332956933473, 38.249459428824885 ], [ -121.276131495908658, 38.24959149332448 ], [ -121.275828509203933, 38.249926497142425 ], [ -121.275555253429161, 38.250061788927496 ], [ -121.275416511992944, 38.250130484361982 ], [ -121.275398676892749, 38.250146896521457 ], [ -121.275253512014416, 38.25028049519829 ], [ -121.274684518824529, 38.250493506247004 ], [ -121.274183491578739, 38.250567486442435 ], [ -121.273777500834456, 38.250588498680386 ], [ -121.273376320907872, 38.250594538752338 ], [ -121.273113509531299, 38.250598492273006 ], [ -121.272896361042299, 38.250648059839129 ], [ -121.272895654519232, 38.250648221308126 ], [ -121.272504505421807, 38.250737506501778 ], [ -121.271895508040842, 38.250918498275666 ], [ -121.271293905508713, 38.251121347688411 ], [ -121.271204505733493, 38.251151489927516 ], [ -121.271181077471212, 38.251162685151378 ], [ -121.271179258800586, 38.251163553259396 ], [ -121.270555490938833, 38.251461504275795 ], [ -121.269918503879595, 38.251758493936741 ], [ -121.269133497038737, 38.252003506109382 ], [ -121.26841550024632, 38.252141498324207 ], [ -121.267968512295852, 38.252131502870512 ], [ -121.267576507896081, 38.252141495900631 ], [ -121.266858516591924, 38.252131500488474 ], [ -121.266550528748979, 38.252078905395493 ], [ -121.266549754072528, 38.252078770973966 ], [ -121.266167496057832, 38.252013488165105 ], [ -121.266013649899378, 38.251935894152687 ], [ -121.265937502934804, 38.251897492285806 ], [ -121.265702396028772, 38.251799601487349 ], [ -121.265680492296354, 38.25179048864802 ], [ -121.265679923396675, 38.251789997225799 ], [ -121.265646464489066, 38.251764599321724 ], [ -121.265646080715243, 38.251764303248343 ], [ -121.26528750931385, 38.251491494605602 ], [ -121.265089047336076, 38.251440435077399 ], [ -121.264840505657801, 38.251376494061795 ], [ -121.264339502193195, 38.251184491095515 ], [ -121.263729500046736, 38.25107150196289 ], [ -121.263297489508105, 38.25123148332186 ], [ -121.26292948765709, 38.251167497450957 ], [ -121.262529501008672, 38.250974488816503 ], [ -121.262369962921525, 38.25090262710625 ], [ -121.26236959303607, 38.250902458648376 ], [ -121.26206551007887, 38.250765489199992 ], [ -121.262038591332171, 38.250758944629737 ], [ -121.261473503859406, 38.25062149695593 ], [ -121.261127048647879, 38.250603838329113 ], [ -121.260865509626129, 38.250590502961217 ], [ -121.260762423690466, 38.250540518030448 ], [ -121.260761673297239, 38.250540154277822 ], [ -121.260401509238903, 38.250365499484531 ], [ -121.260006867046187, 38.250326934337707 ], [ -121.259746493688013, 38.250301488091175 ], [ -121.259026495825296, 38.250413498656577 ], [ -121.258895680395952, 38.250354572336306 ], [ -121.258895016805383, 38.250354272088536 ], [ -121.258562496470589, 38.250204483673734 ], [ -121.258252336022011, 38.249969536093914 ], [ -121.258162507188061, 38.24990148903354 ], [ -121.257570504979583, 38.249404481338665 ], [ -121.25756992839375, 38.249404000134852 ], [ -121.256482497248314, 38.248459491500888 ], [ -121.255818517722105, 38.248127875688695 ], [ -121.255587510859513, 38.24801249950545 ], [ -121.254627498402272, 38.247787496825921 ], [ -121.25381151992346, 38.247595485100923 ], [ -121.253613552457082, 38.247524864991703 ], [ -121.253099508421712, 38.247341489323496 ], [ -121.252288212976737, 38.247020624451757 ], [ -121.25189850961975, 38.2468664940343 ], [ -121.251898289257767, 38.246866046261466 ], [ -121.251129047062392, 38.245296707292674 ], [ -121.250951495493254, 38.244934495176977 ], [ -121.249655490675082, 38.244742495705324 ], [ -121.248469504079111, 38.24470949740553 ], [ -121.247931496474081, 38.24474050256898 ], [ -121.246951515365524, 38.244643494540789 ], [ -121.246496696388377, 38.244681967785446 ], [ -121.245828499530703, 38.244738492870866 ], [ -121.245480499499138, 38.244864490801767 ], [ -121.245226509589713, 38.244990495094846 ], [ -121.244774165163548, 38.24520004106683 ], [ -121.244546500102587, 38.245305484453958 ], [ -121.244545973156576, 38.245305678071574 ], [ -121.24350051890957, 38.245691496895148 ], [ -121.241842511615147, 38.245979487181643 ], [ -121.240891494971706, 38.246204491728669 ], [ -121.23982950120643, 38.24662149484714 ], [ -121.238573496878516, 38.246927501170454 ], [ -121.236996494719193, 38.246926494102382 ], [ -121.235097519034838, 38.246699491284744 ], [ -121.234389234425166, 38.246742908105524 ], [ -121.233808492732251, 38.246778500483927 ], [ -121.233237946114045, 38.246754522029683 ], [ -121.232666517961704, 38.246730499371978 ], [ -121.231797492794882, 38.246665490826871 ], [ -121.230854749480002, 38.246711169408641 ], [ -121.230187500855621, 38.246743496955091 ], [ -121.229463505876566, 38.24690448676585 ], [ -121.229077505052572, 38.246871493932588 ], [ -121.228870101879394, 38.246790997036818 ], [ -121.22870649025063, 38.246727494379712 ], [ -121.22836866515884, 38.246549994449836 ], [ -121.228367750631861, 38.246549512446087 ], [ -121.22799849835036, 38.246355496802806 ], [ -121.22708203785723, 38.245740878461667 ], [ -121.226823498072463, 38.245567486543891 ], [ -121.22621250318214, 38.245293487034843 ], [ -121.225455919235444, 38.244904075764609 ], [ -121.225124510046925, 38.244733499854355 ], [ -121.223492515901171, 38.244236508071523 ], [ -121.22202050562457, 38.244092494851785 ], [ -121.221251512201846, 38.244348502293853 ], [ -121.220468501522035, 38.244584807159292 ], [ -121.220035502756815, 38.244715481999854 ], [ -121.219931277237961, 38.24479011560684 ], [ -121.219929852677737, 38.244791137058471 ], [ -121.219891976495518, 38.244818221398397 ], [ -121.218915503034751, 38.24551748505511 ], [ -121.217635493463675, 38.246124500252378 ], [ -121.2171554923287, 38.246508483800099 ], [ -121.216354510243718, 38.246924496238407 ], [ -121.21529849424914, 38.247436488343276 ], [ -121.213634513051701, 38.247660498217513 ], [ -121.213090503928555, 38.247500491130729 ], [ -121.212514494169397, 38.247436498113075 ], [ -121.212043043733189, 38.247417800699488 ], [ -121.212041442638508, 38.247417739258992 ], [ -121.211682501129999, 38.24740349740842 ], [ -121.211234660898683, 38.247499407615656 ], [ -121.210482496272647, 38.247660485843454 ], [ -121.209394503986914, 38.247948491356929 ], [ -121.208962510180086, 38.248076495495589 ], [ -121.208338501921972, 38.248172499410799 ], [ -121.208164575099147, 38.248163347779268 ], [ -121.208034495485279, 38.248156501322093 ], [ -121.208034110803254, 38.248156482111945 ], [ -121.207520618039695, 38.248132777244301 ], [ -121.206994507087302, 38.248108483180175 ], [ -121.204930500826748, 38.247964488644996 ], [ -121.203906501316595, 38.247900486239196 ], [ -121.203713500261244, 38.247900499129166 ], [ -121.203505518203329, 38.247900492698292 ], [ -121.203121495642847, 38.247980498463455 ], [ -121.202177507993639, 38.248316493857786 ], [ -121.201009492546362, 38.249004490600505 ], [ -121.200503811174997, 38.249523740877621 ], [ -121.200449503433092, 38.249579502861003 ], [ -121.200240135952114, 38.249741487604886 ], [ -121.200236942930246, 38.249743960342101 ], [ -121.199393510694364, 38.250396493249269 ], [ -121.197700282727908, 38.251610942133738 ], [ -121.197409489880783, 38.251819504858098 ], [ -121.196964261710875, 38.252024936366524 ], [ -121.195777514106751, 38.25257250450737 ], [ -121.195025498535088, 38.252812496717894 ], [ -121.193601513322548, 38.253052498813993 ], [ -121.191425496994754, 38.253436493651989 ], [ -121.190903773663948, 38.253445227405848 ], [ -121.190529504375817, 38.253451487597076 ], [ -121.190245225426281, 38.253480359019761 ], [ -121.189889513351133, 38.253516485426246 ], [ -121.188897511790572, 38.253516493885684 ], [ -121.188400573877431, 38.253391871213701 ], [ -121.187617512536576, 38.253195495948439 ], [ -121.18652664694433, 38.253007068706765 ], [ -121.185585494723284, 38.252844497213687 ], [ -121.185217509052009, 38.252812484491415 ], [ -121.184529494432269, 38.252876495348502 ], [ -121.182195498289715, 38.252744493261389 ], [ -121.181369497717768, 38.252679500248973 ], [ -121.181185138817639, 38.252603324394023 ], [ -121.180776502694584, 38.252434484705404 ], [ -121.180125500735443, 38.252112495722535 ], [ -121.17850250516625, 38.251413768070357 ], [ -121.178452871168588, 38.251392386667682 ], [ -121.177937511982137, 38.251170488735639 ], [ -121.1753165067407, 38.249697499581046 ], [ -121.175114138208031, 38.249599011420266 ], [ -121.17511300041869, 38.249598454413807 ], [ -121.174527500934005, 38.249313496817287 ], [ -121.173873495723456, 38.249113486764408 ], [ -121.173558467037978, 38.24909998502055 ], [ -121.17315051058425, 38.249082500405564 ], [ -121.172350497151527, 38.249201496728709 ], [ -121.171489506106965, 38.249408496390444 ], [ -121.171488972699805, 38.249408639201782 ], [ -121.170418494596248, 38.249696497826427 ], [ -121.168909747527863, 38.250070345041983 ], [ -121.168384508714141, 38.250200487458656 ], [ -121.167986879635592, 38.250350291497909 ], [ -121.166080503041044, 38.251068495419887 ], [ -121.164213676344602, 38.252241506636722 ], [ -121.163801500710051, 38.252500488752176 ], [ -121.163801079640137, 38.252500944425236 ], [ -121.162520495520255, 38.253829482388461 ], [ -121.161713515572316, 38.254700484440384 ], [ -121.16036301917643, 38.255913237173658 ], [ -121.160164513686169, 38.256091492763282 ], [ -121.158752501511771, 38.25740148336341 ], [ -121.158752159634304, 38.257401851363639 ], [ -121.158751995718205, 38.257402017694673 ], [ -121.157888450982597, 38.258343187560769 ], [ -121.157472496239293, 38.258796489475152 ], [ -121.156768510904541, 38.25978849561541 ], [ -121.15521651510069, 38.261452487719097 ], [ -121.154013289055555, 38.262414235580124 ], [ -121.153776499029405, 38.262603497648612 ], [ -121.153639642123693, 38.262694996188685 ], [ -121.153638036433591, 38.262696070269932 ], [ -121.153248502247962, 38.262956488908678 ], [ -121.152064513440791, 38.263628499894516 ], [ -121.151481519341985, 38.263841908381792 ], [ -121.151280504882564, 38.263915487920961 ], [ -121.150976265034544, 38.263984730204598 ], [ -121.150432493323464, 38.264108489090141 ], [ -121.149664500902773, 38.264204490484637 ], [ -121.148798501725864, 38.26439748789155 ], [ -121.146425510988607, 38.26446249821916 ], [ -121.145819426491286, 38.264454580566522 ], [ -121.144052504551709, 38.264431490587192 ], [ -121.14326877478851, 38.264527603955969 ], [ -121.142625505372493, 38.264606490079679 ], [ -121.142441560541471, 38.264688317887163 ], [ -121.142440247062737, 38.264688904546482 ], [ -121.141791505267022, 38.264977499348937 ], [ -121.140701493076932, 38.265410503882414 ], [ -121.139530495859916, 38.2660684875149 ], [ -121.138713498871297, 38.266677491482014 ], [ -121.137382495623342, 38.267624491067814 ], [ -121.135932494677618, 38.268537488079808 ], [ -121.135092514143025, 38.269255497982527 ], [ -121.133970508685181, 38.27021549058751 ], [ -121.132583495213822, 38.271441488858798 ], [ -121.131858478985848, 38.272149481652072 ], [ -121.131858241879442, 38.272149713450645 ], [ -121.131857950216769, 38.27214994734355 ], [ -121.131808820630482, 38.27218911628718 ], [ -121.131805921667421, 38.272191425863838 ], [ -121.131521607508219, 38.272418082085935 ], [ -121.130906497450596, 38.272908493326881 ], [ -121.129828333317889, 38.273729244447885 ], [ -121.129616502646599, 38.273890495014427 ], [ -121.127520491415879, 38.275066500947482 ], [ -121.125856509808486, 38.27565848629785 ], [ -121.125653208669377, 38.275721367487613 ], [ -121.125652951031014, 38.275721446340192 ], [ -121.12523250423618, 38.275851485985008 ], [ -121.123968491330473, 38.276203501073155 ], [ -121.123119370052052, 38.276374804148766 ], [ -121.122704512458355, 38.276458498124086 ], [ -121.121954119517781, 38.27667321617718 ], [ -121.121950930917848, 38.276674128162092 ], [ -121.12035249418345, 38.2771314834471 ], [ -121.118688499855722, 38.277483484316711 ], [ -121.118301943556858, 38.277577183206112 ], [ -121.118032505957089, 38.277642493972863 ], [ -121.117923018878528, 38.277689741050636 ], [ -121.117696500250759, 38.277787493346054 ], [ -121.116400511570546, 38.27794749179305 ], [ -121.115040510904109, 38.278315490276654 ], [ -121.114137998577249, 38.278715984102035 ], [ -121.113600502331451, 38.278954493369689 ], [ -121.113453006246573, 38.279011441261446 ], [ -121.113452761352505, 38.279011535107919 ], [ -121.113183501668516, 38.279115487916563 ], [ -121.109098508423799, 38.281149499160279 ], [ -121.105294512291039, 38.282587498778518 ], [ -121.10471138281288, 38.282965970530306 ], [ -121.104519507168575, 38.283090500246637 ], [ -121.10429716859305, 38.28320918574228 ], [ -121.104295946695572, 38.283209840118154 ], [ -121.103809501532496, 38.283469502219056 ], [ -121.101504500605301, 38.28489949111156 ], [ -121.101141427379986, 38.285043442519033 ], [ -121.099678513078018, 38.285623490146712 ], [ -121.093603511708295, 38.284223484973488 ], [ -121.091457515965388, 38.285056487719594 ], [ -121.090112488129677, 38.285361487697841 ], [ -121.087245510946786, 38.285906493287953 ], [ -121.084987497633094, 38.286227487937957 ], [ -121.083947498004918, 38.286467490983718 ], [ -121.082283513950784, 38.287059497867268 ], [ -121.079618801294941, 38.288182276170183 ], [ -121.079435503997956, 38.288259498214906 ], [ -121.077211504724374, 38.28936348706312 ], [ -121.075051506129881, 38.290259500988149 ], [ -121.073579501850816, 38.291011497067025 ], [ -121.072043498818616, 38.291731507377378 ], [ -121.070987501000857, 38.29248349014761 ], [ -121.070213609202455, 38.293213485962852 ], [ -121.070123494671435, 38.293298498033629 ], [ -121.069874437603445, 38.293514678433787 ], [ -121.06855551328961, 38.2946594913357 ], [ -121.067499504673549, 38.295555489929768 ], [ -121.066411503440975, 38.296435502642147 ], [ -121.065563499186155, 38.29675549610031 ], [ -121.0654918063683, 38.296779781892297 ], [ -121.064571510970623, 38.29709149354553 ], [ -121.063798919629548, 38.297271479277569 ], [ -121.063339502617907, 38.297378503920939 ], [ -121.061963495646296, 38.29737848717604 ], [ -121.061371342249387, 38.297329664238049 ], [ -121.06081150613187, 38.29728350175975 ], [ -121.060154502961979, 38.297315490346477 ], [ -121.058054508667169, 38.295717501115483 ], [ -121.057039189682655, 38.295610912923898 ], [ -121.0556064995436, 38.295460496229829 ], [ -121.054664065704856, 38.29512450547039 ], [ -121.054541303183257, 38.295080738727563 ], [ -121.054038501836985, 38.294901490029474 ], [ -121.053286500413989, 38.294357482669362 ], [ -121.052902499906295, 38.294069484045735 ], [ -121.052902439856595, 38.294069339335238 ], [ -121.052645660021582, 38.293464196327236 ], [ -121.052630505395115, 38.29342849486045 ], [ -121.052022507903473, 38.29235749245769 ], [ -121.05154251202238, 38.290869485824679 ], [ -121.051542303958072, 38.290869111972171 ], [ -121.05154224282667, 38.290868937611357 ], [ -121.051392996683362, 38.290600980503307 ], [ -121.05075851445433, 38.289461498648592 ], [ -121.050758042417726, 38.289460944098877 ], [ -121.049878499701478, 38.2883894883132 ], [ -121.049494511302896, 38.287685486025019 ], [ -121.049494224824642, 38.287685303470532 ], [ -121.049014514145895, 38.287382498096726 ], [ -121.048022502975883, 38.286998496519558 ], [ -121.046646501464465, 38.286454490059121 ], [ -121.045110484907298, 38.286006497560962 ], [ -121.043030512156648, 38.286006486610283 ], [ -121.041555960203311, 38.286454609434919 ], [ -121.040822508862178, 38.286677500949565 ], [ -121.040572909073674, 38.286833744788595 ], [ -121.040572245660925, 38.286834158918431 ], [ -121.039798502213472, 38.287318493533157 ], [ -121.038838505726702, 38.288022505563774 ], [ -121.036965620046345, 38.292595940166677 ], [ -121.036095499609502, 38.294720487140083 ], [ -121.030954492663938, 38.296386500348063 ], [ -121.029897500629914, 38.296729489449241 ], [ -121.026478839943039, 38.297837286373777 ], [ -121.026237497026486, 38.29791549787349 ], [ -121.026274221401437, 38.297991537083725 ], [ -121.026614501845415, 38.2986964861256 ], [ -121.027085505952712, 38.301695488372879 ], [ -121.027102493659967, 38.308826484477613 ], [ -121.027093509822748, 38.321491491321993 ], [ -121.027110498645101, 38.321986495841749 ], [ -121.027150500056251, 38.334010494168552 ], [ -121.027198500348035, 38.346538496112302 ], [ -121.027198509475568, 38.355800502738994 ], [ -121.027198508982707, 38.365064493413449 ], [ -121.027182507424342, 38.370505485477153 ], [ -121.027182515922632, 38.371001492534035 ], [ -121.027198509977481, 38.374913498739467 ], [ -121.027198500002655, 38.374921487136248 ], [ -121.027229487456637, 38.386447944960864 ], [ -121.027229489540218, 38.386448491690174 ], [ -121.027227510307711, 38.386916489352608 ], [ -121.027229501487994, 38.397566308174177 ], [ -121.027229503660593, 38.397566505257373 ], [ -121.027221505354362, 38.39770649297526 ], [ -121.027222499268746, 38.401392491185952 ], [ -121.027223497544483, 38.401432498067713 ], [ -121.027241509945213, 38.407203490018283 ], [ -121.027296509454146, 38.407529495141972 ], [ -121.027255498980438, 38.407882507249624 ], [ -121.027296506152652, 38.409152500442502 ], [ -121.027251493241792, 38.415623499745756 ], [ -121.027291498722221, 38.417711491326436 ], [ -121.027304502707182, 38.418384495084467 ], [ -121.027310510548389, 38.418715486885262 ], [ -121.027313509350421, 38.41888650072233 ], [ -121.027236504249345, 38.420185494195316 ], [ -121.027252504677875, 38.420316494002734 ], [ -121.02724149886339, 38.427813498872197 ], [ -121.027210504199431, 38.434132495954536 ], [ -121.027219508051246, 38.434839494397927 ], [ -121.027234497480364, 38.436081495072884 ], [ -121.027257507781911, 38.437168484712338 ], [ -121.027250514575542, 38.440549498795598 ], [ -121.027258511292629, 38.452616499729231 ], [ -121.027205508383943, 38.460840489869867 ], [ -121.027237516335006, 38.467580485268286 ], [ -121.027379496070523, 38.479744497638357 ], [ -121.027364508314989, 38.48010749686069 ], [ -121.027348511821856, 38.480743137829748 ], [ -121.027348501889236, 38.480743502120056 ], [ -121.0273335032185, 38.480818487718082 ], [ -121.027337497359298, 38.481182494091847 ], [ -121.027374496550465, 38.482564501995377 ], [ -121.027570492390183, 38.483420490632987 ], [ -121.027838507931449, 38.484696492068622 ], [ -121.027786505514669, 38.484905499210448 ], [ -121.027774504344052, 38.485241497184433 ], [ -121.0277195047303, 38.485710494136576 ], [ -121.027325517718737, 38.489117497163321 ], [ -121.027330502193863, 38.489251488040544 ], [ -121.027650513543605, 38.500066491156929 ], [ -121.027522504761663, 38.503286501818984 ], [ -121.027485509491996, 38.504220494291928 ], [ -121.027438247154777, 38.505416188798563 ], [ -121.027342507368004, 38.507838499801402 ], [ -121.027343516149443, 38.507918498626545 ], [ -121.027343497308152, 38.507973489703382 ], [ -121.027343348528873, 38.507973552383653 ], [ -121.027044514500133, 38.508096508754271 ], [ -121.026793246584788, 38.508182180433366 ], [ -121.026698513889826, 38.508214483998493 ], [ -121.026144751526516, 38.508385856438984 ], [ -121.026000492229784, 38.508430498117086 ], [ -121.02580041924989, 38.508439197288169 ], [ -121.025379505855994, 38.508457505093347 ], [ -121.024492507658593, 38.508362489017316 ], [ -121.02389350542235, 38.50837049847042 ], [ -121.023489373128328, 38.508380322460077 ], [ -121.023194508675459, 38.508387487836188 ], [ -121.022882198345542, 38.508456454597102 ], [ -121.022880682718935, 38.50845678752993 ], [ -121.022329490392863, 38.508578497713181 ], [ -121.021742493653178, 38.50873549617917 ], [ -121.021254515901617, 38.508700489736484 ], [ -121.021083377633886, 38.50859642636788 ], [ -121.020810493308247, 38.508430492617073 ], [ -121.020462994778171, 38.508289362580662 ], [ -121.020256506521449, 38.50820550091322 ], [ -121.019790502869668, 38.50825748787728 ], [ -121.019359510060141, 38.508309489009051 ], [ -121.019113620055222, 38.508426164919555 ], [ -121.019104490474078, 38.508430497984548 ], [ -121.019104392166327, 38.508430576323562 ], [ -121.018372508089541, 38.509047487710781 ], [ -121.017751507362092, 38.509403497992899 ], [ -121.017629501880094, 38.509568497892275 ], [ -121.017418507587664, 38.509905484785335 ], [ -121.017185508762253, 38.510140480658364 ], [ -121.016808506997592, 38.51034049042763 ], [ -121.016453514223628, 38.51051449626371 ], [ -121.016143520229832, 38.510583487062185 ], [ -121.016076499852645, 38.510574490299341 ], [ -121.015555515482916, 38.510809496901622 ], [ -121.015125515309109, 38.510939486577662 ], [ -121.014706496639548, 38.511111499177247 ], [ -121.014377517626983, 38.511368485930966 ], [ -121.014030504294922, 38.511825490247524 ], [ -121.013611507214122, 38.512353499348656 ], [ -121.01328249524903, 38.512781499208579 ], [ -121.013191497533612, 38.512924489442902 ], [ -121.01311850484305, 38.513010503513513 ], [ -121.012935512951486, 38.51301049536108 ], [ -121.012873674261144, 38.512967008873403 ], [ -121.012588516580578, 38.512766489684772 ], [ -121.01234579945627, 38.512536165089188 ], [ -121.012333519669014, 38.512524467360237 ], [ -121.012150547734805, 38.512381470432452 ], [ -121.011768513390763, 38.512224496609811 ], [ -121.011348496157339, 38.512296494884936 ], [ -121.011074486701688, 38.512453497799811 ], [ -121.010782507512275, 38.512681488632225 ], [ -121.010655511254669, 38.512995487894223 ], [ -121.010655009949517, 38.512996026057692 ], [ -121.010344496409814, 38.513323484402115 ], [ -121.010344200672918, 38.513323815681659 ], [ -121.00996148988672, 38.51376750107702 ], [ -121.009651505159738, 38.51406648416868 ], [ -121.009267501070184, 38.514608488727703 ], [ -121.009194510778357, 38.51483750439165 ], [ -121.009140492323738, 38.515264501622973 ], [ -121.009231498613175, 38.515792495437239 ], [ -121.009304504191221, 38.516093487714542 ], [ -121.009377505525123, 38.516365495340786 ], [ -121.009377494133375, 38.516749489731083 ], [ -121.009267485279167, 38.51733549185299 ], [ -121.009267155715307, 38.517335818109551 ], [ -121.009068946493585, 38.517534064671061 ], [ -121.009067664777504, 38.517535343648987 ], [ -121.009067513515092, 38.517535495154718 ], [ -121.0088068975098, 38.517738420723916 ], [ -121.008805667992974, 38.517739379096248 ], [ -121.008683479678908, 38.51783447070936 ], [ -121.008683065454449, 38.517834789597941 ], [ -121.008318500713898, 38.518107495841214 ], [ -121.007606489772442, 38.518549499957814 ], [ -121.007041494362397, 38.518864495446529 ], [ -121.006819859953666, 38.518945613032756 ], [ -121.00669450071662, 38.518991491599202 ], [ -121.005945498059162, 38.519177486945502 ], [ -121.005639042845232, 38.519202170627864 ], [ -121.005637957931043, 38.519202260294705 ], [ -121.005051510689484, 38.519249489504105 ], [ -121.00485049703174, 38.519263505499147 ], [ -121.004595503859946, 38.519249486186347 ], [ -121.004339273228467, 38.519233231827748 ], [ -121.004338411091794, 38.519233175646868 ], [ -121.00413851021797, 38.519220491624466 ], [ -121.003876319511591, 38.519212745236118 ], [ -121.003664519288634, 38.51920648433569 ], [ -121.003007506682422, 38.519121496261675 ], [ -121.002841178248019, 38.519078137478751 ], [ -121.002240504999037, 38.518921486593399 ], [ -121.001813780173066, 38.518762158991436 ], [ -121.001474501866781, 38.518635494070303 ], [ -121.001255499640507, 38.518564487828904 ], [ -121.001036499766926, 38.518649495785773 ], [ -121.000105505780184, 38.51813549291635 ], [ -120.99994445462265, 38.518051509486064 ], [ -120.999639507211398, 38.51789249609638 ], [ -120.999391597797, 38.517644589164874 ], [ -120.999383508424998, 38.517636468475054 ], [ -120.999383350633366, 38.517636310218556 ], [ -120.999092140648614, 38.51727973231128 ], [ -120.998590514543878, 38.516665506513121 ], [ -120.998590368643207, 38.516665191417616 ], [ -120.99839850128761, 38.51625048643956 ], [ -120.998106503486909, 38.515879492249447 ], [ -120.998106212988716, 38.51587929172068 ], [ -120.997813505972587, 38.515679496690375 ], [ -120.997479802714579, 38.515236630153154 ], [ -120.99727551053158, 38.514965502815009 ], [ -120.997274984290826, 38.514965031577155 ], [ -120.997262295960738, 38.514953793461132 ], [ -120.997261145761726, 38.514952770792902 ], [ -120.996791491709587, 38.514536485238146 ], [ -120.996488764430708, 38.514287294886351 ], [ -120.99646349636923, 38.514266495944199 ], [ -120.996107502134834, 38.514051499055377 ], [ -120.995844368187278, 38.513926660741369 ], [ -120.995843539988755, 38.513926267292689 ], [ -120.995403507269288, 38.513717494860579 ], [ -120.995095644077566, 38.513656023967123 ], [ -120.994782499012246, 38.513593492876652 ], [ -120.994480503275994, 38.51356850111187 ], [ -120.994064509016169, 38.513644488291661 ], [ -120.993737509781511, 38.513727488296894 ], [ -120.993468409355856, 38.513830348478542 ], [ -120.993321512564606, 38.513886500151777 ], [ -120.993109356210624, 38.514000469224335 ], [ -120.992595513668974, 38.514276500387325 ], [ -120.992425374672877, 38.514338419915973 ], [ -120.992334504565761, 38.514371492012202 ], [ -120.992191640168471, 38.514461405618654 ], [ -120.992191306254739, 38.514461614711848 ], [ -120.991673495506348, 38.514787499424358 ], [ -120.991134516513085, 38.515215487848508 ], [ -120.990641506091336, 38.515783498965199 ], [ -120.990550831484285, 38.515847350089324 ], [ -120.990543517019233, 38.515852498738703 ], [ -120.990543270897035, 38.515852737483002 ], [ -120.990542957004735, 38.515852972100852 ], [ -120.990437493956577, 38.515955494722228 ], [ -120.990151500969645, 38.516045498266664 ], [ -120.987381503893175, 38.516479487018785 ], [ -120.986557497042511, 38.516461498868132 ], [ -120.986544317241325, 38.516461655884029 ], [ -120.986043492204502, 38.516467491140268 ], [ -120.985431501347477, 38.516378491781431 ], [ -120.982330509681347, 38.515350497272287 ], [ -120.982022539161406, 38.5153560377506 ], [ -120.981718492918191, 38.515361502852201 ], [ -120.981564680942057, 38.515372818547988 ], [ -120.981564180154848, 38.515372857321552 ], [ -120.981351506465856, 38.515388503094172 ], [ -120.981210703201313, 38.515394975862094 ], [ -120.981090493537877, 38.515400498420753 ], [ -120.980821503858991, 38.515400491576344 ], [ -120.980767187490528, 38.515377731891085 ], [ -120.980747512779388, 38.515369484164772 ], [ -120.980747013447498, 38.515368998502616 ], [ -120.980666506468538, 38.515299496958818 ], [ -120.980502502764352, 38.515177479583983 ], [ -120.980415809852005, 38.515160382069247 ], [ -120.980274500294811, 38.515132495988361 ], [ -120.980000239836343, 38.515173077319304 ], [ -120.979632517547188, 38.51522748829035 ], [ -120.979349239721387, 38.515296570928378 ], [ -120.979185508276899, 38.515336498150049 ], [ -120.979039121450157, 38.515384975157872 ], [ -120.978720501991432, 38.515490494405732 ], [ -120.978377496751605, 38.515631505092351 ], [ -120.977896486198404, 38.515701498131151 ], [ -120.977622492812614, 38.515701490816355 ], [ -120.977235501979479, 38.515637482911721 ], [ -120.976272502704447, 38.515745496204438 ], [ -120.975660497182858, 38.515860494922585 ], [ -120.975374512975648, 38.515879505057342 ], [ -120.975154508883818, 38.515860494888081 ], [ -120.974999499215741, 38.515866502564968 ], [ -120.9746915111958, 38.515915501467973 ], [ -120.974419519327881, 38.515981496158489 ], [ -120.974223512189482, 38.51608349639227 ], [ -120.973868508582271, 38.51623249368118 ], [ -120.973183508951365, 38.516844491204424 ], [ -120.973020498918004, 38.517023480251652 ], [ -120.972873513906109, 38.517201493209257 ], [ -120.972481507991063, 38.51776248305643 ], [ -120.972089500486376, 38.518529496909316 ], [ -120.971714510933268, 38.519001495223762 ], [ -120.97127261054446, 38.51947296373784 ], [ -120.97121451373701, 38.519534936024954 ], [ -120.971176496515042, 38.519575491371775 ], [ -120.971176144348348, 38.519575944537564 ], [ -120.971176064199597, 38.519576045372915 ], [ -120.970262507877706, 38.520763501403053 ], [ -120.969919514238555, 38.521006502546882 ], [ -120.969609509948299, 38.521108492494029 ], [ -120.969234508192315, 38.521159487694739 ], [ -120.969139165873216, 38.521172728698659 ], [ -120.969054504990368, 38.521184488250974 ], [ -120.968816885521619, 38.521169930862129 ], [ -120.968646498798932, 38.521159490950382 ], [ -120.968222499345714, 38.521134490184885 ], [ -120.968026490327574, 38.521134502640464 ], [ -120.967785493901445, 38.521111493242465 ], [ -120.96771250354314, 38.521077491951495 ], [ -120.967624496455556, 38.521019493068167 ], [ -120.967463493451248, 38.520974490643084 ], [ -120.966420503513916, 38.520807486158688 ], [ -120.965359498540323, 38.520681499429294 ], [ -120.964656505569081, 38.520475491402436 ], [ -120.964476108071963, 38.520453186670025 ], [ -120.964475786675251, 38.520453148487753 ], [ -120.964284499094475, 38.520429494060451 ], [ -120.96423171087234, 38.520439628082315 ], [ -120.964159493807259, 38.520453487959166 ], [ -120.963977495479995, 38.520516498669636 ], [ -120.961649508998661, 38.521363496165172 ], [ -120.961543498420355, 38.521456484634356 ], [ -120.961189179405622, 38.521640973956671 ], [ -120.961107502983225, 38.521683503322144 ], [ -120.961075506464383, 38.5216991892839 ], [ -120.961075034163031, 38.521699419580415 ], [ -120.96095450446596, 38.521758491666809 ], [ -120.960697398080526, 38.521886247944323 ], [ -120.960632512660382, 38.521918488544884 ], [ -120.960365518379419, 38.522013490387984 ], [ -120.960273368599999, 38.5220511565634 ], [ -120.960273095753763, 38.522051268848315 ], [ -120.960091508883437, 38.522125492672885 ], [ -120.959345510284365, 38.522343498679909 ], [ -120.959012498195534, 38.522429497384607 ], [ -120.958917300162682, 38.522463007018921 ], [ -120.958887505315289, 38.522473493619238 ], [ -120.958887302546728, 38.522473728606791 ], [ -120.958697498610078, 38.522692498787073 ], [ -120.958528505948422, 38.522801494555544 ], [ -120.958206515407809, 38.522875488830749 ], [ -120.957952060261618, 38.5229100122096 ], [ -120.957749510759228, 38.522937490878036 ], [ -120.957509795510447, 38.522919176059361 ], [ -120.957317503624324, 38.522904485448286 ], [ -120.956702503147, 38.522749495101955 ], [ -120.956582804892875, 38.522706518788262 ], [ -120.956582591979526, 38.522706445440306 ], [ -120.956365497935764, 38.522628496803677 ], [ -120.955970492580946, 38.522502496492336 ], [ -120.955791497390493, 38.522409502157679 ], [ -120.955417509366157, 38.522207504037738 ], [ -120.955198493945744, 38.521848488893916 ], [ -120.955011489611309, 38.521598499961229 ], [ -120.95489751835693, 38.521431665444133 ], [ -120.954832513582176, 38.521336486317949 ], [ -120.954832023687146, 38.521336071824315 ], [ -120.954817714833482, 38.52132365416454 ], [ -120.954621490261928, 38.52115350215599 ], [ -120.954371501219583, 38.521067491943121 ], [ -120.953872511221235, 38.520976502150795 ], [ -120.953500331735498, 38.520953559830737 ], [ -120.953498614863506, 38.520953454256585 ], [ -120.953061499980848, 38.520926502570688 ], [ -120.952910477465181, 38.520945435254255 ], [ -120.952909801751744, 38.520945522698199 ], [ -120.952710506309813, 38.520970502873595 ], [ -120.951768495348617, 38.521252502929769 ], [ -120.951665090128827, 38.521277708799587 ], [ -120.951608497736459, 38.521291502451064 ], [ -120.951218192869973, 38.521475359708319 ], [ -120.950347505227626, 38.521885501206775 ], [ -120.948382492988614, 38.522752499064026 ], [ -120.947524505147356, 38.522983506524291 ], [ -120.946822507235069, 38.523178492113281 ], [ -120.946019517475904, 38.523325506365893 ], [ -120.945192487431513, 38.523667489218035 ], [ -120.944888491044765, 38.523837500557207 ], [ -120.944708501310529, 38.524070500084235 ], [ -120.944474494086492, 38.524777492637767 ], [ -120.944365493150769, 38.525326489045568 ], [ -120.943621504495866, 38.527574488663788 ], [ -120.943621051802054, 38.527574888124953 ], [ -120.942907502321944, 38.528195486540902 ], [ -120.941784500931419, 38.528634498748239 ], [ -120.940847507082395, 38.528646489719264 ], [ -120.940009518614545, 38.528399500207613 ], [ -120.939859588809327, 38.528340387806907 ], [ -120.939659516240695, 38.528261503359232 ], [ -120.939141059253799, 38.527948899632598 ], [ -120.938911511700596, 38.527810493948564 ], [ -120.938838696670345, 38.527766242095034 ], [ -120.938679504233789, 38.527669496306935 ], [ -120.938245641586946, 38.527223442846086 ], [ -120.938039495682062, 38.527011499781629 ], [ -120.938039204818196, 38.527010787979059 ], [ -120.937672495195486, 38.526241498097754 ], [ -120.937501501213433, 38.525521487816633 ], [ -120.937282511799864, 38.524301488106488 ], [ -120.937282491656546, 38.523508500808575 ], [ -120.937197499717783, 38.523239493204017 ], [ -120.937103517868735, 38.522909487525148 ], [ -120.936822488929835, 38.522141494449315 ], [ -120.936619499441505, 38.521749493270327 ], [ -120.936557508442505, 38.521578495297298 ], [ -120.936557516836146, 38.521322496910336 ], [ -120.936651493455628, 38.521017503734512 ], [ -120.936807507353507, 38.520676493682046 ], [ -120.936947491495516, 38.520114488818436 ], [ -120.936916501955722, 38.519577496083258 ], [ -120.936713456115442, 38.519333475882625 ], [ -120.93612054428462, 38.518979460069417 ], [ -120.935349506587286, 38.518699484629181 ], [ -120.934927485551285, 38.518613502386479 ], [ -120.933851492865614, 38.518589496846715 ], [ -120.931689511109155, 38.518735503520674 ], [ -120.931501006704679, 38.518698983824692 ], [ -120.931245511329507, 38.518649488565011 ], [ -120.930972536895709, 38.518556811951534 ], [ -120.930815512161232, 38.518503499140103 ], [ -120.930519497460537, 38.518234501563072 ], [ -120.930483622993478, 38.518202250472804 ], [ -120.930482867350136, 38.518201573398002 ], [ -120.930113491318721, 38.517869500408857 ], [ -120.928650403085555, 38.516729059701738 ], [ -120.928467510287049, 38.516586499337123 ], [ -120.928467078225268, 38.516586047238938 ], [ -120.92812353837482, 38.516232467872747 ], [ -120.928123446813444, 38.516232372917216 ], [ -120.927952518649917, 38.51585448619123 ], [ -120.927733511326835, 38.515451489879169 ], [ -120.92773299637544, 38.515450969643105 ], [ -120.927667897639466, 38.5153837745655 ], [ -120.927390535801734, 38.515097475412027 ], [ -120.926431508441027, 38.514855490082375 ], [ -120.925923494597626, 38.514889505473711 ], [ -120.925243508547467, 38.515150499726573 ], [ -120.924353501240063, 38.51577248764503 ], [ -120.923874502749626, 38.516202483195421 ], [ -120.923700507235608, 38.51659049084104 ], [ -120.923666500608363, 38.516995491274471 ], [ -120.923792493610492, 38.517515488562246 ], [ -120.923699489180436, 38.5181934868925 ], [ -120.923492503368095, 38.518591485331157 ], [ -120.923291500818095, 38.518811491860305 ], [ -120.922913494368174, 38.519108500742512 ], [ -120.922272514108357, 38.519268489060821 ], [ -120.921102331431527, 38.519482705325409 ], [ -120.91962850528833, 38.519752486312548 ], [ -120.919296514557431, 38.519851495102159 ], [ -120.91891749381584, 38.52001248700379 ], [ -120.918593505668895, 38.520148491419491 ], [ -120.917724496891736, 38.520408494451559 ], [ -120.916942498813668, 38.520526492133079 ], [ -120.916096495679767, 38.520594496946025 ], [ -120.914724240956573, 38.520631460527255 ], [ -120.913497489775082, 38.520664492041355 ], [ -120.912730507001015, 38.520557494806319 ], [ -120.912462703986208, 38.520555264222217 ], [ -120.912462472153166, 38.520555260087626 ], [ -120.912250512993822, 38.520553491606393 ], [ -120.911896542166232, 38.520596942706355 ], [ -120.911582503040805, 38.520635487340272 ], [ -120.911345014089918, 38.520697499643163 ], [ -120.911344823980713, 38.520697552547894 ], [ -120.910908493761355, 38.520811489026073 ], [ -120.91085048970389, 38.520946495651692 ], [ -120.910613495118469, 38.52123749620111 ], [ -120.910485500640675, 38.521596500781499 ], [ -120.910357507356679, 38.521875490788609 ], [ -120.910356974801601, 38.521876038325715 ], [ -120.910199492824688, 38.522038498628547 ], [ -120.910034395486448, 38.522077555880088 ], [ -120.909920515214566, 38.522104493208758 ], [ -120.909770495401119, 38.522110487011616 ], [ -120.909743885636942, 38.52213508030669 ], [ -120.90974357754645, 38.522135365179125 ], [ -120.909612501273642, 38.522256498613643 ], [ -120.909555503914234, 38.522401490050392 ], [ -120.909541502816836, 38.52262548892746 ], [ -120.909562505157055, 38.52294449198272 ], [ -120.909512502249314, 38.523296494008477 ], [ -120.909326294951839, 38.523634436409552 ], [ -120.909312511959754, 38.523659492777611 ], [ -120.90929539666827, 38.523684612587154 ], [ -120.909197498713539, 38.523828485074723 ], [ -120.909105640398707, 38.523904745955704 ], [ -120.909097514936818, 38.52391149422926 ], [ -120.909042460239178, 38.523939515562233 ], [ -120.908875515623677, 38.524024491308289 ], [ -120.908782506098945, 38.524035489026318 ], [ -120.90866121178027, 38.524048385772986 ], [ -120.908575494870718, 38.52405749582158 ], [ -120.908360913137699, 38.524089352279219 ], [ -120.908360344920908, 38.52408943694121 ], [ -120.908117494762934, 38.524125485628318 ], [ -120.906262508900255, 38.524059491377429 ], [ -120.905633502597269, 38.5241934887813 ], [ -120.905300079518014, 38.524418119218069 ], [ -120.905253508396058, 38.524449495053382 ], [ -120.905224628267234, 38.524472110333939 ], [ -120.90522451829348, 38.524472195774244 ], [ -120.90498150457168, 38.524662493202626 ], [ -120.904895504069856, 38.524930492005311 ], [ -120.904766499223726, 38.525792492661679 ], [ -120.904315501388922, 38.526980496636526 ], [ -120.903743502505193, 38.528626496814567 ], [ -120.903628496042003, 38.529332495554257 ], [ -120.903571502973989, 38.529523490270023 ], [ -120.903342504146437, 38.530239498724491 ], [ -120.903099511552341, 38.530710499071525 ], [ -120.902855513530398, 38.531124497974346 ], [ -120.902595531746641, 38.531262320896744 ], [ -120.902540505260504, 38.531291490681973 ], [ -120.902411118410825, 38.531300533503391 ], [ -120.902211491046629, 38.531314490640675 ], [ -120.901581504338296, 38.531303496573948 ], [ -120.901352511912961, 38.531270489690463 ], [ -120.900656578711221, 38.531001563137679 ], [ -120.900656047145503, 38.531001358045373 ], [ -120.899111511853462, 38.530404490984502 ], [ -120.89747343350227, 38.529537319040777 ], [ -120.89708651654, 38.529332488744515 ], [ -120.895996826464625, 38.528865596656061 ], [ -120.895597503462426, 38.528694494387416 ], [ -120.895517744567712, 38.528641224213843 ], [ -120.895517089699936, 38.528640785767855 ], [ -120.895335492861946, 38.528519491048264 ], [ -120.895130756062315, 38.528436550685171 ], [ -120.895061490366132, 38.528408489913254 ], [ -120.89487752075793, 38.52839957373142 ], [ -120.894669508434816, 38.52838949737523 ], [ -120.89447610135997, 38.528412088169063 ], [ -120.894475772117246, 38.528412125209606 ], [ -120.894181507549206, 38.528446490880249 ], [ -120.893936618344156, 38.528524566937584 ], [ -120.893836508532928, 38.528556488829743 ], [ -120.893836062501549, 38.528556908956034 ], [ -120.893830887923841, 38.528561544777496 ], [ -120.89370750857465, 38.528672490115206 ], [ -120.893578503322715, 38.528873496464605 ], [ -120.893378503494148, 38.528985492122942 ], [ -120.893191504208232, 38.528985481798003 ], [ -120.893031826039021, 38.528974273999332 ], [ -120.892778507086135, 38.528956492661187 ], [ -120.892145790664671, 38.528742367175575 ], [ -120.891927507308338, 38.528668495883196 ], [ -120.891866512509552, 38.528626940581034 ], [ -120.891711581220576, 38.528521384439685 ], [ -120.8912904844358, 38.528234499405841 ], [ -120.890771588933845, 38.527872083837217 ], [ -120.890723505988248, 38.52783850144813 ], [ -120.890723164678576, 38.527838176775603 ], [ -120.890723041368432, 38.527838072330141 ], [ -120.890118494390165, 38.527254485927955 ], [ -120.889952510810559, 38.526771491927256 ], [ -120.889951770414584, 38.526762362933425 ], [ -120.889916495451629, 38.526324498937548 ], [ -120.889904500891262, 38.525998500175085 ], [ -120.889892506356432, 38.525701486874837 ], [ -120.889904492251404, 38.525429486872945 ], [ -120.889726492654219, 38.524975488004117 ], [ -120.889725922565034, 38.52497499031336 ], [ -120.889705878966609, 38.524957440613164 ], [ -120.889429499769889, 38.524715484493193 ], [ -120.889215509804686, 38.5246315003793 ], [ -120.888894501762252, 38.524594488409321 ], [ -120.887733493795054, 38.524544898844198 ], [ -120.887372507865166, 38.524529491832162 ], [ -120.886646049835861, 38.524603554494753 ], [ -120.88619549190912, 38.524649487134546 ], [ -120.885976263667089, 38.52470808539244 ], [ -120.885975146029693, 38.524708383727834 ], [ -120.885529498129131, 38.524827493542176 ], [ -120.885148496548439, 38.525013491833441 ], [ -120.88439950612279, 38.525413490449957 ], [ -120.884232502790383, 38.525567496894134 ], [ -120.884067517164283, 38.525678482870703 ], [ -120.883890504966587, 38.525844490200051 ], [ -120.883395505195281, 38.526306484823536 ], [ -120.88267841476177, 38.527188916932701 ], [ -120.882675494124513, 38.527192495241302 ], [ -120.881223502040058, 38.528835488546932 ], [ -120.88078750312107, 38.529610505115784 ], [ -120.880633504330191, 38.53087549425738 ], [ -120.880751500635498, 38.531374501501816 ], [ -120.881353501737607, 38.532277499400386 ], [ -120.881811105858674, 38.532807934380266 ], [ -120.882704070752069, 38.533843046827315 ], [ -120.882704499021202, 38.533843493096995 ], [ -120.883560511930042, 38.535163500241268 ], [ -120.883846498639073, 38.535796491262836 ], [ -120.883798496562264, 38.536151486786693 ], [ -120.88326549881522, 38.537050502265721 ], [ -120.883264984417309, 38.537050805557008 ], [ -120.882510511565641, 38.537512492708181 ], [ -120.880564687262392, 38.538455757545883 ], [ -120.879820501550995, 38.538816494006923 ], [ -120.879279165958479, 38.539051294848285 ], [ -120.879278338634577, 38.539051654673756 ], [ -120.87824350516216, 38.539500495109628 ], [ -120.877982515840245, 38.539742487663382 ], [ -120.87776750239162, 38.540152487706834 ], [ -120.877315512299504, 38.542143489087877 ], [ -120.877030517264188, 38.542684501877972 ], [ -120.876768497929248, 38.543205495063276 ], [ -120.876506512524287, 38.543410490905188 ], [ -120.876102498807839, 38.543465497430134 ], [ -120.875483502522897, 38.543391498559465 ], [ -120.874888513874126, 38.543279495139444 ], [ -120.874198511354507, 38.543019499845485 ], [ -120.874197934056838, 38.543019053801117 ], [ -120.873698514463982, 38.542684499161872 ], [ -120.873698103422171, 38.542683980579831 ], [ -120.87336551208486, 38.542255484661823 ], [ -120.873198497522523, 38.541716497135823 ], [ -120.873389504527978, 38.540561489344825 ], [ -120.873603501790527, 38.540022485877664 ], [ -120.87388849605243, 38.539575489320562 ], [ -120.873984499821134, 38.538979499568761 ], [ -120.873769512245104, 38.538494500720482 ], [ -120.873417091143125, 38.538158553309763 ], [ -120.873341502500423, 38.538086493438129 ], [ -120.872532481622059, 38.537415510195927 ], [ -120.872532220117591, 38.537415295070623 ], [ -120.872531951072276, 38.537415079808248 ], [ -120.871461499961526, 38.536615501833509 ], [ -120.870914515775041, 38.536168490601085 ], [ -120.870319511190885, 38.535963493315997 ], [ -120.868819504645487, 38.535647496098221 ], [ -120.864869512926219, 38.535144494262319 ], [ -120.863869503505569, 38.535219492693194 ], [ -120.863465504457821, 38.535479491312984 ], [ -120.863108509875929, 38.53596349741548 ], [ -120.86298949615157, 38.536373490665092 ], [ -120.862965513535698, 38.539220499248536 ], [ -120.863036514626501, 38.53957549645677 ], [ -120.86282249569804, 38.541827496406725 ], [ -120.862638492274613, 38.542531488222266 ], [ -120.862260500050212, 38.543149485551616 ], [ -120.861707503535868, 38.543630493950516 ], [ -120.861336510869123, 38.543702491222398 ], [ -120.86099949981319, 38.543666494742517 ], [ -120.860723501962255, 38.543570488004214 ], [ -120.860723017917593, 38.543570080636009 ], [ -120.860187512507522, 38.543175486104204 ], [ -120.860143976145707, 38.543152288494312 ], [ -120.860050502170409, 38.543102487275 ], [ -120.859389463940602, 38.542742654455097 ], [ -120.859238511605128, 38.542660485564646 ], [ -120.859065005108604, 38.542627521804036 ], [ -120.859064228489544, 38.542627375744161 ], [ -120.85891749350742, 38.542599492652407 ], [ -120.85856498051723, 38.542537767002869 ], [ -120.858106503978178, 38.542457487573941 ], [ -120.857600511584593, 38.542409487714011 ], [ -120.857111503121274, 38.542457485821757 ], [ -120.856851051696864, 38.542562546362902 ], [ -120.856754498720392, 38.542601490837981 ], [ -120.856645481550231, 38.542641292880724 ], [ -120.856644795049462, 38.542641542530454 ], [ -120.856376495109217, 38.542739486381208 ], [ -120.85605650940299, 38.543036493624307 ], [ -120.855718496754633, 38.543702494996388 ], [ -120.855633506287234, 38.544061486694467 ], [ -120.855648499016979, 38.54480249646199 ], [ -120.85577149454214, 38.545115496022845 ], [ -120.855825511623578, 38.545324493621507 ], [ -120.856643061313221, 38.546563920316352 ], [ -120.856643487064716, 38.546564511819177 ], [ -120.856827496286186, 38.5468154987256 ], [ -120.856842493613271, 38.54717449710467 ], [ -120.856613495914047, 38.547737496772299 ], [ -120.856261513567858, 38.54831249044603 ], [ -120.855968101972493, 38.548572774791836 ], [ -120.855942500807799, 38.548595485035072 ], [ -120.855907187253152, 38.548629201044484 ], [ -120.855906587305867, 38.5486297737569 ], [ -120.855346504217863, 38.549164487685971 ], [ -120.854021494260778, 38.549946503001962 ], [ -120.85305949443196, 38.550312491978623 ], [ -120.85262595984895, 38.550404689936386 ], [ -120.852316511372663, 38.550470497008519 ], [ -120.852030496135541, 38.550470487402286 ], [ -120.851827273833067, 38.550456238445399 ], [ -120.851645506168737, 38.550443489687275 ], [ -120.851215500822406, 38.550415496713583 ], [ -120.851017837635965, 38.550408880289005 ], [ -120.851016806650222, 38.550408848022457 ], [ -120.850767511038086, 38.550400497790157 ], [ -120.850529503985044, 38.55045252923486 ], [ -120.850122501629158, 38.550541504468946 ], [ -120.849899506413024, 38.550647499332754 ], [ -120.849622502560251, 38.550720489435541 ], [ -120.849524885796271, 38.55077582745254 ], [ -120.849495506025207, 38.550792486063223 ], [ -120.849495140192687, 38.550792923784876 ], [ -120.849370493397345, 38.550947487935133 ], [ -120.849290494200389, 38.551276487413027 ], [ -120.849125497043261, 38.551724502346971 ], [ -120.848991512120563, 38.55201750480694 ], [ -120.848991049351966, 38.552018029633906 ], [ -120.848811498682551, 38.552248484635513 ], [ -120.848341489260036, 38.553026489303761 ], [ -120.848278507507416, 38.553160506020724 ], [ -120.847795506266664, 38.553628502030413 ], [ -120.847766406474875, 38.55364628385054 ], [ -120.847633503722932, 38.553727500087412 ], [ -120.847302502781304, 38.553811504623347 ], [ -120.84668049816274, 38.554029495751713 ], [ -120.846532487223058, 38.554092500848654 ], [ -120.846531825799332, 38.554092727194828 ], [ -120.845897516207259, 38.554309492090816 ], [ -120.845628503376545, 38.554379502562774 ], [ -120.845515230020453, 38.554416851096882 ], [ -120.845440503097109, 38.554441494455531 ], [ -120.845117503322797, 38.554637503674485 ], [ -120.845054850266607, 38.554679659481963 ], [ -120.844741502839057, 38.554890498709021 ], [ -120.844508491517502, 38.555059486600641 ], [ -120.844114512842069, 38.555241490678064 ], [ -120.843622503378029, 38.555472492785476 ], [ -120.842915512223286, 38.555829491271439 ], [ -120.842571053912209, 38.556050334701546 ], [ -120.842458512821509, 38.556122487746855 ], [ -120.842330301570541, 38.556170569545067 ], [ -120.842082506975913, 38.55626349923692 ], [ -120.841796493604363, 38.556270493994077 ], [ -120.841446499983249, 38.556298490018918 ], [ -120.841320630541901, 38.556269091054155 ], [ -120.84132047689188, 38.556269055627077 ], [ -120.841142493024904, 38.556227484701303 ], [ -120.840967282495825, 38.556179809131486 ], [ -120.840837507536421, 38.556144499080276 ], [ -120.840354513570517, 38.555877491443823 ], [ -120.840354002078499, 38.555877056819135 ], [ -120.839870505532986, 38.55546449891569 ], [ -120.839718474801586, 38.555325483625396 ], [ -120.83936349140302, 38.555191489758698 ], [ -120.839158311625553, 38.555110529302894 ], [ -120.839107511209889, 38.555090489006041 ], [ -120.838509506948753, 38.554821501040522 ], [ -120.838429522894856, 38.554783106590349 ], [ -120.83825950229101, 38.554701488864318 ], [ -120.838064011162189, 38.554516388645027 ], [ -120.838052502767113, 38.554505424928102 ], [ -120.83790951367898, 38.554169499164651 ], [ -120.837766503393397, 38.553763495914978 ], [ -120.83771250860795, 38.553224499085665 ], [ -120.837789495146964, 38.552995489425662 ], [ -120.837847501469682, 38.552510490874454 ], [ -120.837605504021596, 38.552033493989605 ], [ -120.837605146123195, 38.5520330977469 ], [ -120.837605056105275, 38.552032953861442 ], [ -120.837274490805001, 38.551669498697343 ], [ -120.837122536692789, 38.551516770416619 ], [ -120.837072433505057, 38.551466459226262 ], [ -120.836849495511899, 38.551375482146192 ], [ -120.836508500451671, 38.551312489378219 ], [ -120.836183642974703, 38.551388564176534 ], [ -120.836034495455877, 38.551423489065279 ], [ -120.835949332501983, 38.551451134852051 ], [ -120.835729509070845, 38.55152249890488 ], [ -120.835362510680724, 38.551704495507302 ], [ -120.834977513086955, 38.551921491188011 ], [ -120.834615500976412, 38.55244749401146 ], [ -120.834120511661098, 38.553591487870783 ], [ -120.833974503882374, 38.554460503285966 ], [ -120.833742497330633, 38.555059497379602 ], [ -120.833391512291087, 38.555444493005638 ], [ -120.832983510094763, 38.555833486416631 ], [ -120.832644207024245, 38.556045644646659 ], [ -120.832564506177647, 38.55609548083531 ], [ -120.83251348833501, 38.556130760910754 ], [ -120.832269500248131, 38.556299483656503 ], [ -120.831705519143227, 38.556460490100065 ], [ -120.831221514136871, 38.556509500923859 ], [ -120.83071870316266, 38.556470365820118 ], [ -120.830039504165796, 38.556417499919476 ], [ -120.826543502214577, 38.555833496492163 ], [ -120.826135495572601, 38.555759484988727 ], [ -120.825954120849133, 38.555774187829151 ], [ -120.825953413480192, 38.555774245797558 ], [ -120.825777495261633, 38.555788501595217 ], [ -120.825544094678989, 38.555846656189821 ], [ -120.825472513680054, 38.555864493321103 ], [ -120.825468827076406, 38.555866371470287 ], [ -120.825374509955552, 38.555914489606842 ], [ -120.825032000172143, 38.556041266970567 ], [ -120.824912512357585, 38.556085496142543 ], [ -120.824912016107973, 38.556085935805214 ], [ -120.82456248581147, 38.556382543548814 ], [ -120.824096510572559, 38.557137497064339 ], [ -120.823904509304739, 38.557644488808094 ], [ -120.82386051457938, 38.557820493556598 ], [ -120.823949495148355, 38.558127499600872 ], [ -120.824102498149514, 38.55850750025035 ], [ -120.824326500819453, 38.558976497512162 ], [ -120.82431750946823, 38.559334496126503 ], [ -120.824035658338502, 38.559672890542444 ], [ -120.824003503204381, 38.55971149831511 ], [ -120.823907797514437, 38.559764538960152 ], [ -120.823907498247806, 38.559764702282628 ], [ -120.823671501425082, 38.559895487287058 ], [ -120.823465503239703, 38.559923486605967 ], [ -120.823107515429001, 38.559944492089564 ], [ -120.82147449646763, 38.559655487447515 ], [ -120.820425509874866, 38.559449500077527 ], [ -120.820425187712559, 38.559448922227624 ], [ -120.820311497531335, 38.559236487001925 ], [ -120.820311140701065, 38.559236244800481 ], [ -120.819182488631881, 38.558465491173052 ], [ -120.818644508669337, 38.558325497992584 ], [ -120.818357868846959, 38.558313900727221 ], [ -120.817927494564259, 38.558296493559837 ], [ -120.817873434237384, 38.558213505105158 ], [ -120.817403323241123, 38.558235593266332 ], [ -120.817022514371871, 38.558253487852909 ], [ -120.816502494980696, 38.558422489345865 ], [ -120.81650195574548, 38.558422975576967 ], [ -120.816251501649703, 38.558647497436539 ], [ -120.815946499188684, 38.55920849642451 ], [ -120.815874491887598, 38.560470491621601 ], [ -120.81555249879419, 38.561227498373562 ], [ -120.815121502981555, 38.561760493826235 ], [ -120.814655500645259, 38.56206949297146 ], [ -120.814054179033363, 38.562214028464112 ], [ -120.813669509040565, 38.562306488144692 ], [ -120.813372040135533, 38.562314271574436 ], [ -120.813371216809088, 38.562314293224944 ], [ -120.813095505616147, 38.562321503302378 ], [ -120.812234499227316, 38.562223492649586 ], [ -120.811515075585092, 38.562092946361538 ], [ -120.811513959070538, 38.562092743257487 ], [ -120.81070251033249, 38.561945491582932 ], [ -120.81039849762341, 38.561842496899708 ], [ -120.810260490748547, 38.56174948969808 ], [ -120.810134497616701, 38.561553501974231 ], [ -120.810042508762834, 38.561124484027374 ], [ -120.810061502350479, 38.561031481641059 ], [ -120.810134512050922, 38.560934493195099 ], [ -120.810316505584552, 38.560750500423737 ], [ -120.810497490667785, 38.560717499311757 ], [ -120.810746495597499, 38.560708484520951 ], [ -120.811051503004308, 38.560792489598271 ], [ -120.811230505002158, 38.560891498254819 ], [ -120.811298526535765, 38.560904253535917 ], [ -120.811374506838717, 38.560918496895759 ], [ -120.811489112241119, 38.560907679119282 ], [ -120.811660509498083, 38.560891496762785 ], [ -120.812019501639256, 38.560680493131713 ], [ -120.812521049726612, 38.560077056810592 ], [ -120.812521500551, 38.560076500797855 ], [ -120.812539512263953, 38.559713487242945 ], [ -120.81243251255907, 38.559502497081091 ], [ -120.812432198049052, 38.559502228980598 ], [ -120.81189454468543, 38.559040457400663 ], [ -120.811660509830645, 38.558927494713821 ], [ -120.810585479694623, 38.557946486945234 ], [ -120.810136514043919, 38.557834484607035 ], [ -120.809347514804102, 38.557792499731178 ], [ -120.805725507272243, 38.558086490147836 ], [ -120.805044492675265, 38.558212485160645 ], [ -120.804746496949363, 38.558418485850787 ], [ -120.804667495619114, 38.558677496568073 ], [ -120.804654504995696, 38.558863504797287 ], [ -120.804799510129612, 38.559131494445921 ], [ -120.805024486673403, 38.559740497149747 ], [ -120.80497150020517, 38.559905491552279 ], [ -120.804971084156634, 38.559905708930941 ], [ -120.804931022350232, 38.559926155745522 ], [ -120.804826491344016, 38.5599795039304 ], [ -120.804694504062098, 38.559989497216272 ], [ -120.80444349873359, 38.559979495813224 ], [ -120.804254373853993, 38.559916212563621 ], [ -120.80391451331343, 38.559802488539233 ], [ -120.803347293634175, 38.559570250425402 ], [ -120.80310851554907, 38.559472485285688 ], [ -120.802157500302215, 38.55922249575962 ], [ -120.801780508754248, 38.559012499997579 ], [ -120.801779975033696, 38.559012058863047 ], [ -120.801206497532846, 38.558577503393295 ], [ -120.801206451935016, 38.558577389944737 ], [ -120.800973500283888, 38.558001487814806 ], [ -120.800809498393591, 38.557685486517244 ], [ -120.800756501886895, 38.557271496625901 ], [ -120.800937500013958, 38.556741498022824 ], [ -120.800883507549585, 38.556557498034195 ], [ -120.800883057466791, 38.556557222910747 ], [ -120.800685494962195, 38.556435486964986 ], [ -120.800587759802454, 38.556423861858853 ], [ -120.800500501275394, 38.556413482483855 ], [ -120.800424224964331, 38.556453547619306 ], [ -120.800262501069071, 38.556538496397344 ], [ -120.799805545267859, 38.556507443033063 ], [ -120.799803176723955, 38.556507281460853 ], [ -120.799482513464582, 38.556485487214488 ], [ -120.798993496751223, 38.556421502072332 ], [ -120.798430499090856, 38.556217498890405 ], [ -120.797903511406062, 38.556213483191868 ], [ -120.797884685409812, 38.556236681300284 ], [ -120.7977185099206, 38.556441485490772 ], [ -120.797723512192647, 38.556846487463531 ], [ -120.797622501660399, 38.557184487221328 ], [ -120.797418501002412, 38.557423492760471 ], [ -120.797220489881894, 38.557514488946993 ], [ -120.796602501659166, 38.557620493921739 ], [ -120.796230510476406, 38.557667485048846 ], [ -120.795536494393374, 38.557659484505749 ], [ -120.794197491327168, 38.557546485080501 ], [ -120.793614511885096, 38.557363492279379 ], [ -120.793613996783606, 38.557362999607797 ], [ -120.793577903535166, 38.557328584502699 ], [ -120.79320651467259, 38.556974447584807 ], [ -120.793352500880914, 38.555670489188692 ], [ -120.793294494430654, 38.555326491563555 ], [ -120.792653507245362, 38.554777492207755 ], [ -120.792464634807331, 38.554719079254411 ], [ -120.792362503306663, 38.554687490463458 ], [ -120.789740506240904, 38.554480492222602 ], [ -120.789041503731511, 38.554381496379278 ], [ -120.7888405121343, 38.554373491118248 ], [ -120.7885895123962, 38.554326487445088 ], [ -120.788536339256311, 38.554303282729279 ], [ -120.78840851041204, 38.554247501357125 ], [ -120.788187345743339, 38.554082057364717 ], [ -120.788146495542335, 38.554051495843886 ], [ -120.788146108289453, 38.554051081120171 ], [ -120.788145981591271, 38.55405096761514 ], [ -120.787438497292939, 38.553290480615757 ], [ -120.786860512328445, 38.552281489925953 ], [ -120.786692827044249, 38.551998803844434 ], [ -120.786669509005208, 38.551959499439711 ], [ -120.786604699496408, 38.55184811308154 ], [ -120.786477509841319, 38.551629497287124 ], [ -120.786477231902992, 38.55162939425265 ], [ -120.786363089053381, 38.551587073904322 ], [ -120.786156518160155, 38.551510488079607 ], [ -120.785757631377365, 38.551393321057589 ], [ -120.785516515488951, 38.551322496665328 ], [ -120.785051072933925, 38.551171405770553 ], [ -120.785048872537644, 38.551170690052309 ], [ -120.784176512155085, 38.550887495255232 ], [ -120.783564491952916, 38.550864482316605 ], [ -120.783437784953975, 38.550913698068776 ], [ -120.783437580663474, 38.55091377716122 ], [ -120.783134494758883, 38.551031501106912 ], [ -120.782581506505636, 38.551401499806708 ], [ -120.782128499466651, 38.551692489428177 ], [ -120.782057611984982, 38.551760235525308 ], [ -120.782038505749526, 38.551778493937618 ], [ -120.782018505200654, 38.551951482027121 ], [ -120.782038516919812, 38.552147490529975 ], [ -120.782058495159788, 38.552312491288667 ], [ -120.781988512853161, 38.552494505209779 ], [ -120.781696519073321, 38.552793487079065 ], [ -120.781469923827856, 38.552892566437535 ], [ -120.781465519373626, 38.552894505133274 ], [ -120.78138743376789, 38.552891470584449 ], [ -120.781284495026242, 38.552887484749355 ], [ -120.781143506569236, 38.552911498513424 ], [ -120.780852225397922, 38.553017960332831 ], [ -120.780801520737995, 38.55303649333662 ], [ -120.780782875595278, 38.55304593370078 ], [ -120.780491518072026, 38.553193481628114 ], [ -120.780299511584801, 38.553288493317133 ], [ -120.779525500564219, 38.554255503047749 ], [ -120.779241272331276, 38.554423289491211 ], [ -120.779193496720239, 38.55445149059917 ], [ -120.779098309287306, 38.554474741493408 ], [ -120.778931494453062, 38.554515488836884 ], [ -120.778589507721776, 38.554522488649283 ], [ -120.778348356639313, 38.554496885344697 ], [ -120.778348023764778, 38.55449685087676 ], [ -120.77813749305534, 38.554474495143673 ], [ -120.778010508184607, 38.554423300681698 ], [ -120.77794650612033, 38.554397498909097 ], [ -120.777554520338228, 38.554239488731717 ], [ -120.777021502730094, 38.553972489585988 ], [ -120.776618506299044, 38.55375248854368 ], [ -120.776357496098996, 38.553626493057699 ], [ -120.776095502129792, 38.553618505155626 ], [ -120.77585449600906, 38.553642493028164 ], [ -120.775625920160138, 38.553709763628966 ], [ -120.775487497443336, 38.553750497635349 ], [ -120.775165501652467, 38.553884495726308 ], [ -120.77500675775164, 38.553934458964896 ], [ -120.77500571757254, 38.553934785848774 ], [ -120.774663500855283, 38.554042487212598 ], [ -120.774331497157945, 38.55408249073578 ], [ -120.774158842215272, 38.554054110576338 ], [ -120.773893512597311, 38.554010497638551 ], [ -120.772284514811901, 38.553366496690948 ], [ -120.772027286026429, 38.553339937284669 ], [ -120.771761491356443, 38.553312489761851 ], [ -120.771295493516746, 38.553397490975456 ], [ -120.771064511534689, 38.553397498686486 ], [ -120.770963360355253, 38.553373696559319 ], [ -120.770963195620325, 38.553373654903147 ], [ -120.770792504053261, 38.553333486599236 ], [ -120.770309509941498, 38.553129487918554 ], [ -120.769988438440251, 38.552850388984666 ], [ -120.769957512230519, 38.552823505093706 ], [ -120.769585512942896, 38.552556493588 ], [ -120.769374498931157, 38.552516486482531 ], [ -120.769203495977649, 38.552493502337711 ], [ -120.768744508433585, 38.552580484815799 ], [ -120.767688505481829, 38.553343492897113 ], [ -120.767172507853445, 38.553758490029551 ], [ -120.767088015726699, 38.553779942628559 ], [ -120.767087576417097, 38.553780055725333 ], [ -120.766920498903232, 38.553822488984082 ], [ -120.766744499480637, 38.553829504752251 ], [ -120.76656250094068, 38.553768491038284 ], [ -120.765868490719271, 38.553547495290651 ], [ -120.765802800986194, 38.553537919678895 ], [ -120.765717501475976, 38.553525491109227 ], [ -120.765324239710779, 38.553381211251157 ], [ -120.76513151477792, 38.553310500229941 ], [ -120.764799509862769, 38.553350497371405 ], [ -120.764487506018611, 38.553405487350119 ], [ -120.764231091393654, 38.553463378624393 ], [ -120.764075513950417, 38.553498501708688 ], [ -120.763874621073782, 38.553533647488543 ], [ -120.763532513293143, 38.55359349509213 ], [ -120.76331151458632, 38.553640496936033 ], [ -120.763037230740451, 38.553780454781844 ], [ -120.763019473196437, 38.553789543330218 ], [ -120.762868506386098, 38.55397948869836 ], [ -120.76273749422576, 38.554276498438675 ], [ -120.76261749887891, 38.554608491536172 ], [ -120.762315504275932, 38.554788484622101 ], [ -120.762084501662514, 38.554946497225551 ], [ -120.761003506830505, 38.555016497803045 ], [ -120.760770055458323, 38.554981693140228 ], [ -120.760520508210647, 38.554944492576446 ], [ -120.760239512031205, 38.554841494839039 ], [ -120.759646496116702, 38.554701487651215 ], [ -120.758660515158624, 38.554253486932062 ], [ -120.756898083881367, 38.552974158602289 ], [ -120.756679515388569, 38.552815498051849 ], [ -120.756679186821728, 38.552815143609358 ], [ -120.756414597422776, 38.552527080565802 ], [ -120.755935505399151, 38.552005499205542 ], [ -120.755583497088594, 38.551706501615122 ], [ -120.754790499220675, 38.551392486874704 ], [ -120.754368492950462, 38.551423490555173 ], [ -120.754185175630639, 38.551439635781023 ], [ -120.754016492689033, 38.551454494227663 ], [ -120.753918489311147, 38.551447965757291 ], [ -120.753821496955908, 38.551441504019031 ], [ -120.753468497275563, 38.55140049675682 ], [ -120.753033234034319, 38.551463960625945 ], [ -120.752885509945784, 38.551485499808358 ], [ -120.752810138282129, 38.551506215010725 ], [ -120.752809133599229, 38.55150649052699 ], [ -120.752452490975983, 38.55160449565988 ], [ -120.752311497972059, 38.55168350035521 ], [ -120.751979497802466, 38.551809488087919 ], [ -120.751567504035179, 38.55215549014838 ], [ -120.751386503222193, 38.552524498478071 ], [ -120.751245498898371, 38.552791484061011 ], [ -120.750572500939725, 38.553145498575788 ], [ -120.749586495083122, 38.553413487913055 ], [ -120.748429499382283, 38.55350750725534 ], [ -120.748345237430399, 38.553499961484221 ], [ -120.748345053115756, 38.553499943122901 ], [ -120.748239511234289, 38.553490491512022 ], [ -120.747691600635136, 38.553217194784928 ], [ -120.747413514367437, 38.553078489680587 ], [ -120.747157544624443, 38.552988520107206 ], [ -120.74691848974814, 38.552904502257277 ], [ -120.746706474379778, 38.552728890479948 ], [ -120.746592519687781, 38.552634504840022 ], [ -120.746592447640325, 38.552634153828279 ], [ -120.74654050486393, 38.552380486275425 ], [ -120.747160501980957, 38.551780493204703 ], [ -120.747540517599205, 38.551603494692451 ], [ -120.748213503214004, 38.551312499353685 ], [ -120.748408964588805, 38.551223094572805 ], [ -120.74840952156103, 38.551222838627368 ], [ -120.748471454615085, 38.551194497434061 ], [ -120.748627140522899, 38.551021917782691 ], [ -120.748627504467379, 38.551021499606129 ], [ -120.748656511475076, 38.549793497981256 ], [ -120.748538497602368, 38.549659488554376 ], [ -120.748538309073311, 38.54965942418707 ], [ -120.747747494885829, 38.54939248939899 ], [ -120.747747181018227, 38.549392028549718 ], [ -120.747637507676799, 38.54922949474134 ], [ -120.747667495505596, 38.549064486234094 ], [ -120.747661086754164, 38.54882188346479 ], [ -120.747657507991192, 38.548686496557814 ], [ -120.747571682315012, 38.548530869017434 ], [ -120.747566536845866, 38.548521473812613 ], [ -120.747391354239596, 38.548374752602875 ], [ -120.747381464819128, 38.548366489753271 ], [ -120.747091578639328, 38.548325980592111 ], [ -120.747090932578487, 38.548325888154764 ], [ -120.746601510060358, 38.548257493354406 ], [ -120.746256767395295, 38.548214470951336 ], [ -120.746016498081033, 38.548184484974811 ], [ -120.745900477821593, 38.548162760047624 ], [ -120.745733492826403, 38.548131493335752 ], [ -120.745303009504539, 38.548134663047627 ], [ -120.744918498663168, 38.54813749345243 ], [ -120.743695505354111, 38.548345489529837 ], [ -120.742039501635631, 38.548502492093448 ], [ -120.741138490480424, 38.548205496585986 ], [ -120.740959502389643, 38.548175486160098 ], [ -120.739270513696056, 38.548298484312504 ], [ -120.739048497217638, 38.548230496545344 ], [ -120.738887514179709, 38.548151484958225 ], [ -120.738887036368311, 38.54815096017812 ], [ -120.738746503099023, 38.548001504674772 ], [ -120.738658507672056, 38.547634495922942 ], [ -120.738620501283165, 38.547372498916125 ], [ -120.738500502642694, 38.547137481315083 ], [ -120.738288449951213, 38.546862455384648 ], [ -120.738107494861907, 38.546751498710591 ], [ -120.737820495377775, 38.546631499284551 ], [ -120.737274504784509, 38.546322497332845 ], [ -120.737274332189557, 38.546322105853456 ], [ -120.737232512955174, 38.546227500176187 ], [ -120.73691951535497, 38.545827502501226 ], [ -120.736683056076927, 38.545651207537432 ], [ -120.736636499963879, 38.545616492784596 ], [ -120.736287503637769, 38.545555488060849 ], [ -120.735894487667821, 38.545614484973008 ], [ -120.735265502299839, 38.545606482339501 ], [ -120.735077171415881, 38.545679169405901 ], [ -120.735024508556634, 38.545699493450826 ], [ -120.735023993418068, 38.545699919028507 ], [ -120.734615500049401, 38.54603949785443 ], [ -120.734458506053087, 38.546454481280428 ], [ -120.73447051138298, 38.546764493832349 ], [ -120.734350510566216, 38.546972504810398 ], [ -120.734169516077841, 38.547122494086686 ], [ -120.734006031849731, 38.547189179088711 ], [ -120.733941511747688, 38.547215496614406 ], [ -120.733731726610785, 38.54722023671291 ], [ -120.73373145484959, 38.547220240338433 ], [ -120.733498491710989, 38.547225498518685 ], [ -120.733257510788832, 38.547220498867198 ], [ -120.732517498091937, 38.547228488736494 ], [ -120.731842499186428, 38.547248495408354 ], [ -120.731546502876839, 38.547288485806405 ], [ -120.731437501874154, 38.547341493243991 ], [ -120.731352490545873, 38.547420486725933 ], [ -120.73127649445496, 38.54791550119436 ], [ -120.731192507316123, 38.548001492059647 ], [ -120.731065492056644, 38.548067490365575 ], [ -120.730778500710088, 38.548127490073306 ], [ -120.730499495174513, 38.548146492068454 ], [ -120.730247495899519, 38.548067495971466 ], [ -120.728076502124139, 38.54702149978322 ], [ -120.727859064812051, 38.546953837585598 ], [ -120.727858556724243, 38.546953678092919 ], [ -120.72741449782194, 38.546815494173316 ], [ -120.727178518950709, 38.546801537826596 ], [ -120.727025510912227, 38.546792491885256 ], [ -120.726632511303464, 38.546947484250204 ], [ -120.726441397663265, 38.547033211101443 ], [ -120.726360507615382, 38.547069490616828 ], [ -120.726248812276154, 38.547066843291184 ], [ -120.72614951102922, 38.547064488550383 ], [ -120.725980515130658, 38.547044484824596 ], [ -120.725803517632968, 38.546978489122978 ], [ -120.725626502171551, 38.54696449188301 ], [ -120.725499490456684, 38.546964498688709 ], [ -120.725432505091476, 38.546984492566686 ], [ -120.725330499370884, 38.547110500049726 ], [ -120.725212502129764, 38.547308497494562 ], [ -120.725086518065595, 38.547380491421606 ], [ -120.724866498186614, 38.547407491770429 ], [ -120.724554504736986, 38.547420488669026 ], [ -120.724504876013839, 38.54741588811148 ], [ -120.724457504366086, 38.54741149882922 ], [ -120.724124009425012, 38.547384170504152 ], [ -120.723676500641488, 38.54734749757376 ], [ -120.723136952742493, 38.547260068553584 ], [ -120.722454507630061, 38.54714948142685 ], [ -120.722409497475681, 38.546972487104931 ], [ -120.721581489649694, 38.545699488779931 ], [ -120.72003749769415, 38.543866483102576 ], [ -120.718669494235144, 38.542258496288504 ], [ -120.718669050497638, 38.542257973573079 ], [ -120.718203504065841, 38.541692502467725 ], [ -120.718203317084473, 38.541692390675593 ], [ -120.717703513698311, 38.541399490592106 ], [ -120.717167505555764, 38.541184480701347 ], [ -120.717050514649003, 38.541112501907342 ], [ -120.717050382899615, 38.541112134899301 ], [ -120.716934514233188, 38.540792490556015 ], [ -120.716859516140985, 38.540650501016678 ], [ -120.716859070646748, 38.540650034555519 ], [ -120.716848455983154, 38.540639082470271 ], [ -120.716848309904933, 38.540638929993293 ], [ -120.71664350119174, 38.540427485845456 ], [ -120.716404544851102, 38.54029498835083 ], [ -120.716331498454636, 38.540254483602823 ], [ -120.716023498847761, 38.540089500747463 ], [ -120.715377500552421, 38.539940500678377 ], [ -120.715111511403876, 38.539816505240353 ], [ -120.715110924019456, 38.539815993040051 ], [ -120.714542518379417, 38.539334499165392 ], [ -120.714425513390751, 38.539295490238722 ], [ -120.714192500079477, 38.539276493379653 ], [ -120.713751499662138, 38.539321481971591 ], [ -120.713501500325876, 38.53928249743381 ], [ -120.713465727947195, 38.539267077269557 ], [ -120.713465327864938, 38.539266905010884 ], [ -120.713334499835767, 38.539210496337603 ], [ -120.713018558441732, 38.53900088612275 ], [ -120.712921504135082, 38.538936494224338 ], [ -120.712075511673262, 38.538283496607306 ], [ -120.712032341787861, 38.538250004310036 ], [ -120.711794514125074, 38.538065492414354 ], [ -120.711024528475619, 38.537631644970801 ], [ -120.710754506097089, 38.537479502132911 ], [ -120.710546498802444, 38.537414481448522 ], [ -120.710500080103301, 38.537386465672505 ], [ -120.710155493674961, 38.537178485902771 ], [ -120.709963493140805, 38.537015494802439 ], [ -120.709805495266423, 38.536769502256327 ], [ -120.709788508005317, 38.536644480302868 ], [ -120.709749503970798, 38.536576944899949 ], [ -120.709747518671662, 38.536573470555524 ], [ -120.709663503056873, 38.53653448921839 ], [ -120.709081506413185, 38.536365491454141 ], [ -120.708811177978447, 38.536297797354237 ], [ -120.708809482689063, 38.536297370096356 ], [ -120.708506493707731, 38.536221493768018 ], [ -120.708114623191619, 38.536064979717509 ], [ -120.707840512171259, 38.535955496030176 ], [ -120.706766505508512, 38.535062493659048 ], [ -120.70650849619885, 38.535016487145299 ], [ -120.706191512740176, 38.535147495555925 ], [ -120.705975518378892, 38.535433496144179 ], [ -120.705792514502065, 38.535922487306635 ], [ -120.70550049818678, 38.536033496215119 ], [ -120.704858097164689, 38.536121396339631 ], [ -120.704550509780987, 38.536163492873833 ], [ -120.704300502282862, 38.536124503469182 ], [ -120.704084494382016, 38.536039497041955 ], [ -120.703992512565904, 38.535942426142441 ], [ -120.703976496213386, 38.535753509670975 ], [ -120.7040384918444, 38.535315497529481 ], [ -120.704032851001841, 38.535296323528392 ], [ -120.703967501569736, 38.535074485700989 ], [ -120.703866282979035, 38.534996093854716 ], [ -120.703834513024333, 38.534971491712504 ], [ -120.70369139342445, 38.53495493561438 ], [ -120.703497509772419, 38.534932492897049 ], [ -120.70323150756289, 38.534848493435284 ], [ -120.702897513119524, 38.534724500282344 ], [ -120.702564497134006, 38.534568490467116 ], [ -120.702419235073975, 38.534487124626004 ], [ -120.702419031266373, 38.534487009515722 ], [ -120.702057493272008, 38.534284504390094 ], [ -120.701975680994082, 38.534233519610304 ], [ -120.701927496621593, 38.534203489547984 ], [ -120.701638497115596, 38.534034498787818 ], [ -120.701638154677184, 38.534034057996955 ], [ -120.700680487902574, 38.532809496440855 ], [ -120.700680383010734, 38.53280941438156 ], [ -120.700440427443837, 38.532626797921516 ], [ -120.700437611916684, 38.532624655231309 ], [ -120.699797505261955, 38.532137490956337 ], [ -120.699195528242058, 38.531869893741785 ], [ -120.698598496898242, 38.531604491423558 ], [ -120.697863011420978, 38.53157490154851 ], [ -120.697860466610052, 38.531574801119064 ], [ -120.697132501467706, 38.531545504215337 ], [ -120.696867279167506, 38.531445898705485 ], [ -120.696666494600109, 38.531370492248648 ], [ -120.695133508689679, 38.530379495935613 ], [ -120.69480294306365, 38.530222379273731 ], [ -120.69480183400303, 38.530221850771717 ], [ -120.694283509173147, 38.529975489207423 ], [ -120.693654838450257, 38.529855829688323 ], [ -120.692917499220727, 38.529715482786507 ], [ -120.692584500385379, 38.529467493075146 ], [ -120.692584195286088, 38.52946712558564 ], [ -120.692009497993496, 38.528764485988091 ], [ -120.691918495334136, 38.528705485047325 ], [ -120.691776501238778, 38.528731491396364 ], [ -120.691343500432509, 38.529005489876432 ], [ -120.691177718190787, 38.529083754023034 ], [ -120.691110493412708, 38.529115487837117 ], [ -120.690987794410489, 38.529126246055959 ], [ -120.690987597779539, 38.52912626143533 ], [ -120.690802495101792, 38.529142482903517 ], [ -120.690552488537563, 38.529090492845285 ], [ -120.6905519439144, 38.529090008033691 ], [ -120.690352497495198, 38.528933493016524 ], [ -120.6903524505463, 38.52893330987154 ], [ -120.690285503244866, 38.528692495816749 ], [ -120.690302517177315, 38.528503485887612 ], [ -120.690393511076024, 38.528300481457677 ], [ -120.690527508923424, 38.528034504668199 ], [ -120.690493495036193, 38.52792350090153 ], [ -120.690492985730771, 38.527923209375253 ], [ -120.690402506755674, 38.5278714930134 ], [ -120.690219505058465, 38.527852490599976 ], [ -120.689770173888149, 38.527984052806879 ], [ -120.689512502223451, 38.528059497725529 ], [ -120.689431943780605, 38.528069966297643 ], [ -120.689335515251116, 38.528082497725791 ], [ -120.689145509487048, 38.528005486914864 ], [ -120.689145140235823, 38.528005121112777 ], [ -120.68887850352678, 38.52773749400464 ], [ -120.688878374665208, 38.527737454423658 ], [ -120.688695504253161, 38.527682495936034 ], [ -120.688549777924521, 38.52767854084761 ], [ -120.688437510694797, 38.527675495331437 ], [ -120.688062497406278, 38.527727483473022 ], [ -120.688030024052821, 38.527742438679248 ], [ -120.688029250774562, 38.527742793765796 ], [ -120.687721490545059, 38.52788448825163 ], [ -120.687379489297101, 38.528125500222842 ], [ -120.6872964975977, 38.528177487247291 ], [ -120.687188517680539, 38.528204492020038 ], [ -120.68708850981244, 38.528177490945389 ], [ -120.686080495500306, 38.527826493684771 ], [ -120.685749220366475, 38.527698624470887 ], [ -120.685080500352171, 38.527440496084353 ], [ -120.684372513537809, 38.526978499483405 ], [ -120.683254028110539, 38.526491748495815 ], [ -120.682906499617289, 38.526340507114973 ], [ -120.682906271932524, 38.526340197428553 ], [ -120.682523495181627, 38.525819493152603 ], [ -120.682523217263565, 38.525819220988389 ], [ -120.682523083071501, 38.525819053890274 ], [ -120.682073501637461, 38.525377499125106 ], [ -120.681000487775364, 38.524718496426942 ], [ -120.681000214811064, 38.52471807028666 ], [ -120.680912501872541, 38.524581487766 ], [ -120.680813266315425, 38.524492492110163 ], [ -120.680408488220365, 38.524129488321101 ], [ -120.680149353874413, 38.523795003678543 ], [ -120.680095450462034, 38.523725470021432 ], [ -120.679664497204755, 38.523531481926803 ], [ -120.679459503872252, 38.523345498565114 ], [ -120.679456497519553, 38.523003487839432 ], [ -120.679502509074808, 38.522865484608324 ], [ -120.679518679157752, 38.522819188441815 ], [ -120.679567492466717, 38.522679491136998 ], [ -120.679793507326053, 38.522350500658696 ], [ -120.679890516952184, 38.522182483730738 ], [ -120.679826508798186, 38.521937483761526 ], [ -120.679589507665426, 38.521710498076139 ], [ -120.679104504749645, 38.521271487563148 ], [ -120.67910395384763, 38.521271026277887 ], [ -120.678430510338899, 38.520689480501915 ], [ -120.677943070416831, 38.520264056632207 ], [ -120.677919543887811, 38.520243476220308 ], [ -120.677919444836718, 38.520243389812457 ], [ -120.677768503824211, 38.520004497853066 ], [ -120.677595490723888, 38.518387489002109 ], [ -120.67750650513598, 38.518152492653563 ], [ -120.677506022603325, 38.518151958645142 ], [ -120.677215512360462, 38.517832493561677 ], [ -120.677002511743439, 38.517784493779672 ], [ -120.676603507559861, 38.51769449553418 ], [ -120.675258179569383, 38.517756649274922 ], [ -120.674157492546243, 38.517807491105103 ], [ -120.673796266018741, 38.517760981244884 ], [ -120.673458516937927, 38.517717496904417 ], [ -120.672090505431484, 38.517259502086304 ], [ -120.671620149222221, 38.517202718826525 ], [ -120.67112949848773, 38.51714348546728 ], [ -120.670806921013479, 38.517213729915241 ], [ -120.670284500607679, 38.517327493946915 ], [ -120.669866000989202, 38.517352368109769 ], [ -120.669527507491651, 38.517372490284018 ], [ -120.669094641158381, 38.517281575986665 ], [ -120.668770498310039, 38.517213496350358 ], [ -120.667930728561302, 38.517158240248143 ], [ -120.665974490555271, 38.517029506779643 ], [ -120.664864494786016, 38.516865492317741 ], [ -120.664721498653634, 38.516844484124526 ], [ -120.66388549489389, 38.516658490548679 ], [ -120.663178503017519, 38.516500497444582 ], [ -120.661693503712897, 38.515906496611109 ], [ -120.660726857564882, 38.515819183709688 ], [ -120.659656493232674, 38.515722492839785 ], [ -120.659150926560102, 38.515546256153904 ], [ -120.658870509144023, 38.515448502989699 ], [ -120.65887003865204, 38.515447951369431 ], [ -120.65875349285281, 38.515311491460409 ], [ -120.65860848936795, 38.514167493506172 ], [ -120.658433502115017, 38.513892488177021 ], [ -120.658433182543291, 38.513892225493471 ], [ -120.657502497057735, 38.513115500608563 ], [ -120.65534849688396, 38.512153488022832 ], [ -120.654125503617934, 38.511833493427886 ], [ -120.653484503127217, 38.511466485615003 ], [ -120.653483987450159, 38.511466050101866 ], [ -120.652902491382108, 38.510986489636927 ], [ -120.651964508272741, 38.510676485283319 ], [ -120.651695514714234, 38.510482496313628 ], [ -120.651695428842089, 38.510482353853462 ], [ -120.651544512809508, 38.510220493698981 ], [ -120.651544183994886, 38.510220168590791 ], [ -120.651544074687024, 38.510219993068475 ], [ -120.651455044924603, 38.510131491788044 ], [ -120.651349499572405, 38.510026494990498 ], [ -120.651349359748082, 38.510026446259978 ], [ -120.651004515574073, 38.509899497955459 ], [ -120.65040050764928, 38.509866504067304 ], [ -120.649904495123408, 38.509832502213406 ], [ -120.649375489109687, 38.50982350466353 ], [ -120.649252089623289, 38.509883767076872 ], [ -120.649203500943955, 38.509907500242441 ], [ -120.649136367942887, 38.509949983421578 ], [ -120.648868508744172, 38.510119495192171 ], [ -120.648706514521791, 38.51017850176386 ], [ -120.648244508439532, 38.510206491500114 ], [ -120.645740507553938, 38.509610492779338 ], [ -120.642975512582836, 38.508511498819786 ], [ -120.641257491343296, 38.508007497543908 ], [ -120.639882670030403, 38.507785565534626 ], [ -120.639878718327665, 38.507784928831313 ], [ -120.638550504497061, 38.507570503060066 ], [ -120.637797104609433, 38.50703802098127 ], [ -120.637677504190307, 38.506953487884687 ], [ -120.636949500103896, 38.506541495039045 ], [ -120.636567899290242, 38.506391170499093 ], [ -120.635959497975961, 38.50615149761299 ], [ -120.633892506437761, 38.505852493419901 ], [ -120.633449719930312, 38.505653923196178 ], [ -120.633281519345289, 38.505578493151539 ], [ -120.63211751816101, 38.504777498287574 ], [ -120.630924502783401, 38.504296491783144 ], [ -120.630924040534737, 38.504296042439165 ], [ -120.630429511422221, 38.50381449086855 ], [ -120.630135482990354, 38.503684868965507 ], [ -120.629964496574956, 38.503609493370583 ], [ -120.629825173627182, 38.503573439127294 ], [ -120.629136050151516, 38.503395152681925 ], [ -120.629135694908982, 38.503395062525826 ], [ -120.628101499534125, 38.503127492005518 ], [ -120.627851830371171, 38.503139817248901 ], [ -120.627851664287448, 38.503139822771722 ], [ -120.627635493848956, 38.503150491673203 ], [ -120.626761497948806, 38.503516490025547 ], [ -120.62638500971876, 38.503552567456232 ], [ -120.626142262447075, 38.503575829093691 ], [ -120.626041507120021, 38.503585503882221 ], [ -120.624101502691843, 38.503725486575981 ], [ -120.623978926175269, 38.50376815572163 ], [ -120.623627514647637, 38.503890487907192 ], [ -120.622062502749785, 38.504436492668276 ], [ -120.621973622221134, 38.504469226746416 ], [ -120.621948497876744, 38.504478481960639 ], [ -120.621646326528307, 38.504443624808935 ], [ -120.621376512418877, 38.504412498413586 ], [ -120.621345817146704, 38.504396315081593 ], [ -120.621247500669739, 38.504344496282883 ], [ -120.620691371805151, 38.503869055152698 ], [ -120.620606495176389, 38.503796491837164 ], [ -120.620459511058428, 38.503702493129282 ], [ -120.620410091432362, 38.503686149639961 ], [ -120.62040976688094, 38.503686043785542 ], [ -120.620329510415161, 38.503659494373807 ], [ -120.620268120600642, 38.503659490700102 ], [ -120.620169498609044, 38.503659488508774 ], [ -120.61970748493026, 38.5036943195418 ], [ -120.619267511617693, 38.503727487461063 ], [ -120.618775923193141, 38.503580284400975 ], [ -120.618737617383573, 38.503568813576699 ], [ -120.618509504181972, 38.503500498940305 ], [ -120.618247491698199, 38.503317503289516 ], [ -120.618164689579331, 38.503298101879707 ], [ -120.618164300489582, 38.50329800952025 ], [ -120.618025505231543, 38.503265483773788 ], [ -120.6158314965367, 38.50329450370748 ], [ -120.614491501627867, 38.503135497921626 ], [ -120.613996499951057, 38.503226494635413 ], [ -120.6139433809076, 38.503253053978732 ], [ -120.613764511480525, 38.503342486372063 ], [ -120.613600334841792, 38.503583130618956 ], [ -120.613124496575921, 38.504280500742375 ], [ -120.61274549509065, 38.504509487470969 ], [ -120.612163502471688, 38.504624498299329 ], [ -120.611937845833893, 38.504538534116996 ], [ -120.611935928189354, 38.504537801680442 ], [ -120.611260511008652, 38.504280486359974 ], [ -120.610512736253725, 38.503584709154289 ], [ -120.610126531249534, 38.503225331344247 ], [ -120.610008494543393, 38.503115499328871 ], [ -120.609828691627627, 38.503048659436772 ], [ -120.609828298710809, 38.503048512158358 ], [ -120.609513498210163, 38.502931488350271 ], [ -120.608629106255819, 38.502849647589123 ], [ -120.607795498525974, 38.502772495726056 ], [ -120.607002505714973, 38.502520493633462 ], [ -120.606717488526499, 38.502430483780209 ], [ -120.606077499718253, 38.502453488778372 ], [ -120.605282308505096, 38.502912141619518 ], [ -120.605087506922217, 38.50302449616963 ], [ -120.604233058588264, 38.503339092192803 ], [ -120.603557076284716, 38.503587973573119 ], [ -120.602409504845738, 38.504010485633962 ], [ -120.601914492267539, 38.503964491300451 ], [ -120.60129030111564, 38.503806726687181 ], [ -120.60043020845022, 38.503589332078732 ], [ -120.600284498759038, 38.503552479291542 ], [ -120.599398717818815, 38.503542668315305 ], [ -120.599395711897401, 38.50354263629491 ], [ -120.598391500104015, 38.503531502741289 ], [ -120.598241912856011, 38.50359021220158 ], [ -120.597338323573155, 38.503944838056356 ], [ -120.596903510088737, 38.504115486809106 ], [ -120.596815426637036, 38.504122568449084 ], [ -120.596814971021359, 38.504122606500538 ], [ -120.596679512308839, 38.504133494452425 ], [ -120.596353500352478, 38.504103491267017 ], [ -120.59635325216594, 38.504103074331923 ], [ -120.596142498713633, 38.503748493919403 ], [ -120.59614220346883, 38.503748244900862 ], [ -120.595955577965455, 38.503591065875902 ], [ -120.595851516292981, 38.503503477983863 ], [ -120.595426499214682, 38.503241495053118 ], [ -120.59493450353402, 38.503346497211695 ], [ -120.594327104195372, 38.503591692683102 ], [ -120.594285492082037, 38.503608479824486 ], [ -120.59261849190743, 38.504432499275197 ], [ -120.592372491853411, 38.504414488768411 ], [ -120.59228216043671, 38.504352414887123 ], [ -120.591835507623244, 38.504045486559427 ], [ -120.591498090225642, 38.503811886406858 ], [ -120.591432506814783, 38.50376648353982 ], [ -120.591432384714523, 38.503766243998164 ], [ -120.591344130175187, 38.503592738809957 ], [ -120.591343493094669, 38.503591490185556 ], [ -120.59134307305446, 38.503591083036646 ], [ -120.591231484424142, 38.503486499729561 ], [ -120.590940499020206, 38.503469486346518 ], [ -120.59080650155849, 38.503574495177403 ], [ -120.590670624681195, 38.503592958417713 ], [ -120.590291506466883, 38.503644497288533 ], [ -120.590290978347227, 38.503644052356528 ], [ -120.590225749239423, 38.50359308296909 ], [ -120.590067537356731, 38.503469466708921 ], [ -120.590067341252364, 38.503469298232389 ], [ -120.589687514093185, 38.503030491770922 ], [ -120.589553499228231, 38.502925480640059 ], [ -120.589374510794684, 38.502925486267209 ], [ -120.589187189785775, 38.502995685049505 ], [ -120.588859501087143, 38.5031184910167 ], [ -120.588568496556789, 38.503346501633629 ], [ -120.588255493533083, 38.503574496733968 ], [ -120.58816521425824, 38.503593764713848 ], [ -120.587763512462004, 38.503679488105043 ], [ -120.587555744622364, 38.503593955504392 ], [ -120.586913499606368, 38.503329497125137 ], [ -120.586779513786311, 38.503276346883261 ], [ -120.586555499354134, 38.503187483596633 ], [ -120.586251269396257, 38.503167406309728 ], [ -120.586040499905707, 38.503153500042245 ], [ -120.585749487344629, 38.503381484105375 ], [ -120.585597342184073, 38.503594526633755 ], [ -120.585324500891957, 38.503976486552013 ], [ -120.585123501959544, 38.504064496677664 ], [ -120.584832498279127, 38.504064486373693 ], [ -120.584780584419391, 38.504026102386796 ], [ -120.584779741747298, 38.504025480575166 ], [ -120.584452506459058, 38.503783501860823 ], [ -120.584342478650754, 38.50359489090075 ], [ -120.584228493280122, 38.503399484315992 ], [ -120.584228157127271, 38.503399219609229 ], [ -120.583915509349609, 38.503153502115929 ], [ -120.583786253771095, 38.503143114271914 ], [ -120.583691495897142, 38.503135500594503 ], [ -120.583648377191295, 38.503144168655481 ], [ -120.583512500971906, 38.503171495862233 ], [ -120.581812514267369, 38.503416488616239 ], [ -120.581086490131952, 38.503538499985581 ], [ -120.58050450573289, 38.503468494115992 ], [ -120.580213497073373, 38.503381487137439 ], [ -120.580139027977395, 38.50334240816909 ], [ -120.580138431360325, 38.503342096585939 ], [ -120.579910513464014, 38.503222486219016 ], [ -120.579776369284843, 38.503265097671822 ], [ -120.57946350070965, 38.503364486570796 ], [ -120.579125588699867, 38.503596224568255 ], [ -120.578187503684475, 38.504239487104421 ], [ -120.577322804804268, 38.50471618091813 ], [ -120.577046491034793, 38.504868504622586 ], [ -120.576733504036042, 38.504938495033613 ], [ -120.576556941038646, 38.504946824219189 ], [ -120.576556170637986, 38.504946860118181 ], [ -120.576330497647064, 38.504957497943806 ], [ -120.575928505646573, 38.504852496784537 ], [ -120.575928185986783, 38.504852078327275 ], [ -120.575527452882497, 38.504326474051823 ], [ -120.575346825029143, 38.504269495872592 ], [ -120.575080512057355, 38.504185491340571 ], [ -120.574866820453124, 38.504176964917981 ], [ -120.574654505296692, 38.504168490329377 ], [ -120.574528595778034, 38.504252423355553 ], [ -120.574498493287592, 38.504272490670751 ], [ -120.574498371108547, 38.504272760721648 ], [ -120.574319495498955, 38.504659485665606 ], [ -120.574118497673737, 38.50520050173121 ], [ -120.573802490336618, 38.50558749750023 ], [ -120.573451144869949, 38.505730358265346 ], [ -120.573288503551481, 38.505796490479575 ], [ -120.572795503115856, 38.505796491437543 ], [ -120.572378726853827, 38.505702673301641 ], [ -120.572102499611219, 38.505640491095079 ], [ -120.571549495624353, 38.505664484172293 ], [ -120.570733508196184, 38.505870483912119 ], [ -120.569976511411497, 38.506168493329263 ], [ -120.568695501613945, 38.50696849254193 ], [ -120.566386702298956, 38.507678914310638 ], [ -120.565055511937572, 38.508088491571257 ], [ -120.564980795302461, 38.508140123276945 ], [ -120.56498065447478, 38.508140218121156 ], [ -120.564589503990149, 38.508410506189321 ], [ -120.564171211518399, 38.508528796832692 ], [ -120.563949498667796, 38.508591495443085 ], [ -120.563468121830851, 38.508649098009244 ], [ -120.563467966539548, 38.508649118479276 ], [ -120.562988499038511, 38.508706492150878 ], [ -120.561998492789286, 38.509027493863684 ], [ -120.561491260198324, 38.509279939065351 ], [ -120.561357509442701, 38.509346500775905 ], [ -120.561029754032702, 38.509406938350686 ], [ -120.56048449053111, 38.509507482883869 ], [ -120.559959501663158, 38.509736486939495 ], [ -120.559464502409526, 38.510079485753437 ], [ -120.558299496835559, 38.510582480549559 ], [ -120.557804500033797, 38.51088048433953 ], [ -120.557264272398299, 38.511043819912196 ], [ -120.556901502839679, 38.511153493716478 ], [ -120.55512549958226, 38.511382497993189 ], [ -120.554622203102682, 38.511552042826942 ], [ -120.553902506829957, 38.511794485004195 ], [ -120.553145513830643, 38.511794496514554 ], [ -120.551049513934132, 38.51152049149136 ], [ -120.550088511037046, 38.511199483689047 ], [ -120.549186522408206, 38.510673497544204 ], [ -120.549076694292708, 38.51063381258178 ], [ -120.549075742570778, 38.510633466739492 ], [ -120.548865507850863, 38.510557496648964 ], [ -120.547453502903977, 38.510404502918611 ], [ -120.546187505456231, 38.510260495376869 ], [ -120.545468379430019, 38.51019012384716 ], [ -120.545022496610827, 38.510146490588866 ], [ -120.544559085043502, 38.510022260151892 ], [ -120.543653502810457, 38.509779489751949 ], [ -120.541346493221525, 38.51006849898058 ], [ -120.541028864788473, 38.510048087500579 ], [ -120.540770508580636, 38.510031484924149 ], [ -120.540013503723841, 38.509665487711601 ], [ -120.539153505269368, 38.509463489407786 ], [ -120.538164499983708, 38.509362495809007 ], [ -120.537261498873406, 38.509227500673511 ], [ -120.536315513416753, 38.509328494658845 ], [ -120.534810512998376, 38.509429483729392 ], [ -120.53276350888973, 38.509983488667672 ], [ -120.532123504520911, 38.510052497001965 ], [ -120.531074504350386, 38.510029488934158 ], [ -120.529706493713832, 38.509731482507462 ], [ -120.529081704706527, 38.50975570547299 ], [ -120.528571501501602, 38.509775485800141 ], [ -120.528177063565266, 38.509916733158811 ], [ -120.52817656336353, 38.509916915178799 ], [ -120.527292502643149, 38.510233489565387 ], [ -120.527094501794807, 38.510301495557265 ], [ -120.526739509284582, 38.510398490479744 ], [ -120.523065501529416, 38.510992501178805 ], [ -120.522922504717982, 38.510994490859325 ], [ -120.520378501784535, 38.511171504462965 ], [ -120.517948497690099, 38.511036497809904 ], [ -120.515263497148766, 38.511304500003227 ], [ -120.511623490913621, 38.511417483613279 ], [ -120.510928841738419, 38.511507797700958 ], [ -120.510400502214608, 38.511576483713917 ], [ -120.509448324172524, 38.511855809329319 ], [ -120.509445771972253, 38.511856554979779 ], [ -120.507983502167676, 38.512285490774836 ], [ -120.505449496231037, 38.51235250170614 ], [ -120.503381495442099, 38.513335489434809 ], [ -120.502099506439961, 38.513837492151197 ], [ -120.50134827564267, 38.513991410516283 ], [ -120.501035505999283, 38.514055494950014 ], [ -120.500631881830017, 38.51413160056277 ], [ -120.499741493981446, 38.514299485388051 ], [ -120.499333490287057, 38.514596493645868 ], [ -120.498722496810061, 38.515534489627839 ], [ -120.498722044863911, 38.515534962907189 ], [ -120.498199497086659, 38.516107491433139 ], [ -120.497709585410021, 38.516408018047237 ], [ -120.497529502104555, 38.516518484646994 ], [ -120.497000923758989, 38.516681529109121 ], [ -120.496997432103228, 38.516682605484164 ], [ -120.496190499414951, 38.516931496826061 ], [ -120.495218277694235, 38.517054368337249 ], [ -120.494560499891421, 38.517137492171678 ], [ -120.493524176773988, 38.517230080908092 ], [ -120.49326802419283, 38.517252961980304 ], [ -120.491000498585279, 38.51745548826613 ], [ -120.489666501841853, 38.518077488700413 ], [ -120.487838551653155, 38.519568221830589 ], [ -120.486089509293635, 38.520994509654656 ], [ -120.485377493371914, 38.521285502592391 ], [ -120.48499350318508, 38.521355489699822 ], [ -120.483391210524175, 38.521374998169172 ], [ -120.483390186280133, 38.521375007252615 ], [ -120.481211499226703, 38.52140149413642 ], [ -120.478810504740068, 38.521260500893824 ], [ -120.476557511443886, 38.521571491747828 ], [ -120.476196681549368, 38.521416495019878 ], [ -120.475272508380939, 38.521019493997088 ], [ -120.47459557461255, 38.520861138813956 ], [ -120.474246518794217, 38.520779485425287 ], [ -120.473272509947051, 38.521140503489022 ], [ -120.472349509667737, 38.521501492141105 ], [ -120.471795039539373, 38.521907217273082 ], [ -120.4717345161243, 38.521951499748894 ], [ -120.470193493685812, 38.522270972338475 ], [ -120.467571497220106, 38.522814493984114 ], [ -120.466510499958389, 38.522759493778409 ], [ -120.465515508047901, 38.522935504782119 ], [ -120.464495487599137, 38.523250315461858 ], [ -120.464044518142117, 38.523389492070081 ], [ -120.463713849124119, 38.52351627218863 ], [ -120.462899500528337, 38.523828498385846 ], [ -120.462262276013519, 38.523980843607596 ], [ -120.462121500833149, 38.524014499675744 ], [ -120.461876177239617, 38.524039638047356 ], [ -120.461311509535065, 38.524097495075424 ], [ -120.460923498822623, 38.5241894992268 ], [ -120.458912335935281, 38.524440712234281 ], [ -120.458129497326539, 38.524538490523952 ], [ -120.456467508701948, 38.52489748665834 ], [ -120.455329488559016, 38.525264498624054 ], [ -120.455056920990145, 38.525406058743485 ], [ -120.454114502914919, 38.525895502377104 ], [ -120.452887513514085, 38.526718491452058 ], [ -120.452055502307076, 38.527153499353304 ], [ -120.450834739444815, 38.52801763479993 ], [ -120.450761497557039, 38.528069481938779 ], [ -120.449836502003208, 38.528498502948267 ], [ -120.447488826461594, 38.528574234810122 ], [ -120.447483913809009, 38.52857439430052 ], [ -120.445526496657308, 38.528637497821393 ], [ -120.444100341534977, 38.528902366222304 ], [ -120.442963487205859, 38.529113488103192 ], [ -120.442619503390475, 38.529177493873625 ], [ -120.441057508844821, 38.528983491166954 ], [ -120.440631389880139, 38.528862845594183 ], [ -120.440280496891106, 38.528763499122064 ], [ -120.440141495211307, 38.528797496094633 ], [ -120.440065996338049, 38.528811276087822 ], [ -120.4400265147504, 38.528818484445807 ], [ -120.439969193340801, 38.528825253616631 ], [ -120.439865515731285, 38.528837492611473 ], [ -120.43968383508728, 38.528843555494724 ], [ -120.439565515379499, 38.528847502502352 ], [ -120.439305494219866, 38.528847493847636 ], [ -120.439214046289493, 38.528840218904691 ], [ -120.439129498137277, 38.528833493382955 ], [ -120.438944496343282, 38.528797502848647 ], [ -120.43869149291298, 38.528709502331651 ], [ -120.438399498651805, 38.52854148234713 ], [ -120.438398980392989, 38.528540993994959 ], [ -120.438118819525741, 38.528299459226652 ], [ -120.438065504298663, 38.528253491830931 ], [ -120.438065050586005, 38.528252991557999 ], [ -120.437590497614977, 38.527797495604112 ], [ -120.437283502630905, 38.527644497515595 ], [ -120.436553506931361, 38.527357497131867 ], [ -120.436057426792999, 38.527126841144543 ], [ -120.435383506928517, 38.526813492085786 ], [ -120.435178496677224, 38.526757208037637 ], [ -120.435037515546526, 38.526718499432 ], [ -120.434630492591737, 38.526670490669311 ], [ -120.43419750793251, 38.526667497991518 ], [ -120.433824512321124, 38.52666149361032 ], [ -120.433594371482201, 38.526677110355493 ], [ -120.433441497346848, 38.526687486980371 ], [ -120.433090512562998, 38.526782498845144 ], [ -120.433029687824629, 38.526806152623067 ], [ -120.43302954832069, 38.526806204374161 ], [ -120.43287449001987, 38.526866498049301 ], [ -120.432567048851098, 38.526997156166367 ], [ -120.432474493666518, 38.527036490199805 ], [ -120.432473989304512, 38.527036938363452 ], [ -120.430938513699587, 38.52833649185871 ], [ -120.430666518791085, 38.528540494661108 ], [ -120.430531506884066, 38.528634498712321 ], [ -120.430384513791537, 38.528705503187183 ], [ -120.430123515375755, 38.528811503590141 ], [ -120.429787511149115, 38.528913488698201 ], [ -120.429429504482783, 38.528989491872579 ], [ -120.429207504692386, 38.529027500970898 ], [ -120.429035496521564, 38.529051493442687 ], [ -120.428816492474169, 38.529033486792798 ], [ -120.427792503869568, 38.528816491219793 ], [ -120.427408497558588, 38.528772491816397 ], [ -120.427095493096303, 38.528800504058935 ], [ -120.426884061987948, 38.528854682300008 ], [ -120.426775489502546, 38.52888250469509 ], [ -120.426718509611845, 38.528910614210723 ], [ -120.426475501164148, 38.529030501856774 ], [ -120.426263507862771, 38.529150416387559 ], [ -120.426201496740987, 38.529185490078639 ], [ -120.426035907964703, 38.529346992581523 ], [ -120.42602784839373, 38.529354856254336 ], [ -120.425391501286995, 38.529975485084229 ], [ -120.425189497034665, 38.53011850032145 ], [ -120.42497449802444, 38.530221489614803 ], [ -120.424811114171376, 38.530271112815335 ], [ -120.424704501489671, 38.530303496076485 ], [ -120.424531196597044, 38.530338762202383 ], [ -120.42430650843535, 38.530384490359395 ], [ -120.424080715944328, 38.530393239159629 ], [ -120.42389350195505, 38.530400493294913 ], [ -120.423673161376769, 38.530390484053569 ], [ -120.423431493793885, 38.53037950705054 ], [ -120.42295451232755, 38.530340491127937 ], [ -120.422690508759459, 38.530338486724339 ], [ -120.422428492632122, 38.530336491431285 ], [ -120.422282294415297, 38.530353696236496 ], [ -120.422281959234908, 38.530353734775687 ], [ -120.422037507630904, 38.530382499824107 ], [ -120.421737488455733, 38.530453388258309 ], [ -120.421525493062887, 38.530503477843077 ], [ -120.421349180012328, 38.530543868146069 ], [ -120.421348489781607, 38.530544026257282 ], [ -120.421084503940236, 38.530604495949632 ], [ -120.420835516931717, 38.530654494870831 ], [ -120.420508498410612, 38.53067149669063 ], [ -120.420102512202305, 38.530637484276312 ], [ -120.419469500982117, 38.530588486945284 ], [ -120.419301712200536, 38.530590378774569 ], [ -120.419113511488575, 38.530592503072505 ], [ -120.418935562526542, 38.530621374394208 ], [ -120.418934932718443, 38.530621477531305 ], [ -120.418694508964862, 38.530660482240137 ], [ -120.417577503885681, 38.530971486150129 ], [ -120.417335513724041, 38.531021488282533 ], [ -120.416941514953891, 38.531044488615592 ], [ -120.416640716468805, 38.531049980663482 ], [ -120.416393495906945, 38.531054498032702 ], [ -120.415659489585522, 38.530998488910768 ], [ -120.415362612899656, 38.5309604968458 ], [ -120.41502650068324, 38.53091748496265 ], [ -120.414760591498577, 38.530899397889776 ], [ -120.414760008334866, 38.530899356859365 ], [ -120.414644496595145, 38.530891498434222 ], [ -120.414501056417564, 38.530905810892563 ], [ -120.41450061344861, 38.530905857397343 ], [ -120.414183497360199, 38.530937500782017 ], [ -120.413773510301723, 38.530982485223888 ], [ -120.413384504904997, 38.531078493051425 ], [ -120.412987506212573, 38.531184494010411 ], [ -120.4125924921006, 38.531359488365375 ], [ -120.412364083166665, 38.531488324740863 ], [ -120.412303506507385, 38.531522492344649 ], [ -120.412113320783362, 38.531660583299349 ], [ -120.412112799968369, 38.531660959902645 ], [ -120.411029506310399, 38.532447495238166 ], [ -120.410799498487819, 38.53259949297464 ], [ -120.410547520039358, 38.532689501576563 ], [ -120.410237510168386, 38.53279049256605 ], [ -120.409870894216212, 38.532901784482789 ], [ -120.409733497164538, 38.532943491066263 ], [ -120.409421586655213, 38.53305896715689 ], [ -120.409236498026843, 38.533127490908143 ], [ -120.409133936287887, 38.53318810607734 ], [ -120.408857491808334, 38.533351491565909 ], [ -120.407589496335731, 38.534280499536912 ], [ -120.40605849544302, 38.535424502464267 ], [ -120.405741501587613, 38.535658499373334 ], [ -120.405459504432969, 38.535812487411597 ], [ -120.404911499091696, 38.536073487459007 ], [ -120.404184495790844, 38.536441483957411 ], [ -120.403956798218857, 38.536586326951223 ], [ -120.403901503289234, 38.536621500523559 ], [ -120.403901086142497, 38.536621981604128 ], [ -120.403662486846855, 38.536890496391699 ], [ -120.403371495096522, 38.53712449328097 ], [ -120.403167033038173, 38.537262859695389 ], [ -120.403105506919502, 38.537304497080413 ], [ -120.403012266210439, 38.537349440613738 ], [ -120.402771508143076, 38.537465500003684 ], [ -120.402557513181549, 38.537506494633078 ], [ -120.402335494378249, 38.537512486518565 ], [ -120.402001500548096, 38.537479498037058 ], [ -120.399715512581807, 38.537104487632519 ], [ -120.399227514857387, 38.537064489669334 ], [ -120.399103896422517, 38.537092227116226 ], [ -120.399022501301744, 38.537110491920004 ], [ -120.398946306065866, 38.53713388523682 ], [ -120.398807507922626, 38.53717649717391 ], [ -120.398619495143691, 38.537269486672294 ], [ -120.398496497591879, 38.53733550417855 ], [ -120.398408504269625, 38.537413484250337 ], [ -120.398324505375314, 38.537485501649066 ], [ -120.397642507278775, 38.538123494523823 ], [ -120.397301499543957, 38.538418490911944 ], [ -120.396905627865934, 38.538721639817759 ], [ -120.396857512128364, 38.538758485146651 ], [ -120.396819252607884, 38.538782272173592 ], [ -120.396664502805777, 38.538878487172504 ], [ -120.396501510399048, 38.538958488591334 ], [ -120.396386504675377, 38.539003499441996 ], [ -120.396200504954081, 38.539059498301505 ], [ -120.39600950058454, 38.539109498495797 ], [ -120.395672496152784, 38.539171489136827 ], [ -120.395267494403342, 38.539224493020981 ], [ -120.394855508502118, 38.539261486316313 ], [ -120.394520505512887, 38.539272481854354 ], [ -120.39440150474735, 38.539276490641647 ], [ -120.393812512838338, 38.539311498188617 ], [ -120.392197508489048, 38.539402487030749 ], [ -120.391327495759313, 38.539491479063976 ], [ -120.391019503337688, 38.539564494871556 ], [ -120.390788506984592, 38.539672492634892 ], [ -120.390573506074048, 38.539793485741598 ], [ -120.389985494628547, 38.540210497498208 ], [ -120.389687492131316, 38.540388502689581 ], [ -120.38933548677835, 38.540509482539662 ], [ -120.389026496264961, 38.540548495441087 ], [ -120.388864554404876, 38.540551995079269 ], [ -120.388702510664515, 38.540555495181643 ], [ -120.388317495110513, 38.540491490945215 ], [ -120.388202676349252, 38.540461652929004 ], [ -120.387991041916408, 38.540406681856048 ], [ -120.387832503629681, 38.540365502300531 ], [ -120.387658193044985, 38.540317822687022 ], [ -120.387364502059711, 38.540237491217106 ], [ -120.386820499120233, 38.54002948885627 ], [ -120.386706910906781, 38.539953514341498 ], [ -120.386666512922829, 38.539926496924245 ], [ -120.386424507793905, 38.539746495335834 ], [ -120.386180194138007, 38.539457830426826 ], [ -120.386110503709276, 38.539375489870899 ], [ -120.386110198246499, 38.539375174921332 ], [ -120.386109988102618, 38.539374936169843 ], [ -120.386095735713099, 38.539360168461904 ], [ -120.385599508491637, 38.538845486069043 ], [ -120.385408496567024, 38.538713492453326 ], [ -120.385199503787561, 38.538618499868775 ], [ -120.384980711590529, 38.538563794545027 ], [ -120.384875497987139, 38.538537484771808 ], [ -120.384583503584196, 38.538507485814932 ], [ -120.384352510781127, 38.538507487726861 ], [ -120.384116492297196, 38.538529481855598 ], [ -120.383830488598122, 38.538585496011365 ], [ -120.383572511538375, 38.538675498164395 ], [ -120.383315510495791, 38.538839489419644 ], [ -120.383153510154855, 38.538974499017826 ], [ -120.383041495103697, 38.539097491060566 ], [ -120.38273851066235, 38.539403499664047 ], [ -120.382245500237758, 38.540018487583808 ], [ -120.381968507134957, 38.54036349048463 ], [ -120.381785489458537, 38.54061848547947 ], [ -120.381626511790131, 38.540897490473 ], [ -120.381523499401041, 38.541133499180724 ], [ -120.381315504744947, 38.541895483074356 ], [ -120.381181496434138, 38.54229349066653 ], [ -120.38108249314368, 38.542502500292031 ], [ -120.380948499, 38.542706497244716 ], [ -120.380760503673187, 38.542931487915197 ], [ -120.380128496070668, 38.543414497335888 ], [ -120.379448340288363, 38.543732924526076 ], [ -120.379186503882764, 38.543855506227835 ], [ -120.378908296912542, 38.543990159646221 ], [ -120.378907045125402, 38.543990764147658 ], [ -120.378217500372514, 38.544324498415271 ], [ -120.377863744174192, 38.544427360814645 ], [ -120.377708513766123, 38.544472498794235 ], [ -120.377211495474782, 38.544612502146279 ], [ -120.377003250023066, 38.544652839134471 ], [ -120.376607515761535, 38.544729493300594 ], [ -120.37594049428094, 38.54482949526173 ], [ -120.375147619697302, 38.544885305693853 ], [ -120.374363501825769, 38.544940496933847 ], [ -120.373538496697691, 38.545000491999424 ], [ -120.373417586180594, 38.545004295662224 ], [ -120.373220511360444, 38.545010498535937 ], [ -120.372917503633857, 38.544989502180876 ], [ -120.37245750225631, 38.544887483114458 ], [ -120.371547489952675, 38.544672501932155 ], [ -120.371198510559068, 38.544581498842362 ], [ -120.370811514739003, 38.544521503148516 ], [ -120.3702010184291, 38.544394558609788 ], [ -120.369474496063432, 38.544243488406607 ], [ -120.368762517959851, 38.544121488218025 ], [ -120.368305496229993, 38.544109492230383 ], [ -120.368104744297483, 38.544103727670461 ], [ -120.367922492148594, 38.544098494497746 ], [ -120.367642496420928, 38.544113491311201 ], [ -120.367454322633435, 38.544117533816014 ], [ -120.367270507354007, 38.544121488922926 ], [ -120.367123257916973, 38.544138960434829 ], [ -120.367122839185058, 38.544139011747923 ], [ -120.366916515205105, 38.544163492207758 ], [ -120.366439499203096, 38.544229496534932 ], [ -120.365122504213801, 38.544263485301236 ], [ -120.364348493526805, 38.544286498696628 ], [ -120.364068504062956, 38.544307485111204 ], [ -120.363847491481437, 38.544333486829586 ], [ -120.363535497661744, 38.544385503913972 ], [ -120.363370512896864, 38.544421493980316 ], [ -120.363117492966865, 38.544505488387813 ], [ -120.362848495544981, 38.544602498830621 ], [ -120.362192509729823, 38.54487850138613 ], [ -120.360987504981992, 38.545433499103325 ], [ -120.358773004698264, 38.546391564166669 ], [ -120.358241506181415, 38.546621498968292 ], [ -120.358026400324306, 38.546720234905187 ], [ -120.358024637077335, 38.546721046871731 ], [ -120.357265508435319, 38.547069490438346 ], [ -120.357209883282451, 38.547092396453841 ], [ -120.357180505989007, 38.547104493310755 ], [ -120.357072503733235, 38.547139492068723 ], [ -120.35698368064341, 38.547160351832638 ], [ -120.356982978444279, 38.547160519658348 ], [ -120.356808511647046, 38.54720148865357 ], [ -120.356670506136993, 38.547225495937703 ], [ -120.356594284138254, 38.547235163986585 ], [ -120.356536516837124, 38.547242492148932 ], [ -120.356188516845947, 38.547238483180671 ], [ -120.355894518076269, 38.547203497688933 ], [ -120.35568270688654, 38.547158876681301 ], [ -120.355519515858674, 38.547124495771854 ], [ -120.355247512393618, 38.547032488961946 ], [ -120.355004501472436, 38.546899491441202 ], [ -120.354673494319357, 38.546698498743993 ], [ -120.354356504072157, 38.546491490752345 ], [ -120.353966515945046, 38.546304494425975 ], [ -120.353795620917367, 38.546254563322876 ], [ -120.353795479034872, 38.546254523079718 ], [ -120.353569497037753, 38.54618849205972 ], [ -120.353362028143238, 38.546164973796081 ], [ -120.353172513681656, 38.546143496779344 ], [ -120.352760492709606, 38.546137491548393 ], [ -120.352260514803788, 38.54606849629301 ], [ -120.351958517635225, 38.545970490957764 ], [ -120.351905995639157, 38.545938476520959 ], [ -120.351730511802003, 38.545831495008805 ], [ -120.351509215133788, 38.545616781073058 ], [ -120.35149453517036, 38.54560246914334 ], [ -120.351494386002543, 38.545602319111715 ], [ -120.351325513993558, 38.545326503288628 ], [ -120.351171499896623, 38.545027499588684 ], [ -120.350935511173276, 38.544641487988649 ], [ -120.350707506902168, 38.544371500708429 ], [ -120.35070701794811, 38.544371049672066 ], [ -120.350697965005025, 38.544362698666966 ], [ -120.350423511390233, 38.544109475371137 ], [ -120.350180493655898, 38.543936488856552 ], [ -120.350074229629314, 38.543886031152134 ], [ -120.349723493757594, 38.543719495036157 ], [ -120.349584677566767, 38.543670792636377 ], [ -120.349495495496328, 38.543639503565274 ], [ -120.349353684738745, 38.543596283716752 ], [ -120.349134509235739, 38.543529485938414 ], [ -120.348944566642928, 38.54346849343343 ], [ -120.348832495022762, 38.543432503321569 ], [ -120.348716046202682, 38.543396804991453 ], [ -120.348509500293005, 38.543333493473938 ], [ -120.348243959615544, 38.543191698152903 ], [ -120.348200490310802, 38.543168488048686 ], [ -120.348199980848221, 38.543168082459403 ], [ -120.347964530480951, 38.542989478222729 ], [ -120.347964396655712, 38.542989372975349 ], [ -120.34728050871081, 38.542180493415884 ], [ -120.34704058274211, 38.541933684743327 ], [ -120.347001509450678, 38.541893489342556 ], [ -120.346566493435859, 38.541623482527797 ], [ -120.346469408757969, 38.541583154904295 ], [ -120.346469243477827, 38.541583084494498 ], [ -120.346294499545166, 38.541510497134297 ], [ -120.346073503022083, 38.541452487247511 ], [ -120.345946914569282, 38.541440238727965 ], [ -120.345794511676601, 38.541425489058298 ], [ -120.345433511797069, 38.541436494475171 ], [ -120.345088495697112, 38.541494502124124 ], [ -120.344877727690772, 38.541559977241775 ], [ -120.344779508933001, 38.541590489312775 ], [ -120.344738173525002, 38.541615712058743 ], [ -120.344737718086648, 38.541615992069445 ], [ -120.34448451848823, 38.541770494671901 ], [ -120.344241507816463, 38.541968488161537 ], [ -120.344050503212429, 38.542158495047808 ], [ -120.343910504400156, 38.542348487786988 ], [ -120.343726500350485, 38.542584486324984 ], [ -120.343484509100634, 38.542820495226891 ], [ -120.343189500278939, 38.54297049329044 ], [ -120.342844502347262, 38.543079499297576 ], [ -120.342476503563901, 38.543142493704337 ], [ -120.342056489947254, 38.543205490372777 ], [ -120.341409502317973, 38.543286503974151 ], [ -120.340725494152082, 38.543407501752093 ], [ -120.340515538107766, 38.543463789549158 ], [ -120.340408511085244, 38.543492482973448 ], [ -120.340070509321606, 38.543659488283943 ], [ -120.339783498659685, 38.543855492674808 ], [ -120.33974024142772, 38.543898994317736 ], [ -120.339739467690549, 38.543899772214417 ], [ -120.339424499510898, 38.544216506246677 ], [ -120.339216514169237, 38.54446648858363 ], [ -120.339017503311169, 38.544696489647201 ], [ -120.338778499866223, 38.544916488092682 ], [ -120.338551494817509, 38.545087506760048 ], [ -120.338312510793003, 38.545216494431315 ], [ -120.338099502307045, 38.545312484284615 ], [ -120.337866499602043, 38.545396489379065 ], [ -120.337599506181959, 38.545460495430298 ], [ -120.337372507516079, 38.545497493414736 ], [ -120.337078509092962, 38.545521488433856 ], [ -120.336763506417228, 38.545503486560378 ], [ -120.336365500951018, 38.545444493700778 ], [ -120.334371506508319, 38.545023488600172 ], [ -120.333958705183363, 38.544926898792646 ], [ -120.333957263316762, 38.544926562257785 ], [ -120.33327748911114, 38.544767496755313 ], [ -120.333136504491492, 38.544734088657094 ], [ -120.333066511526624, 38.544717501844424 ], [ -120.33285150336458, 38.54468649010532 ], [ -120.332769858587653, 38.54468104393839 ], [ -120.332671497396589, 38.544674489259961 ], [ -120.332544743154443, 38.544668888498869 ], [ -120.332445513409581, 38.54466450179202 ], [ -120.332096501796372, 38.544654494931656 ], [ -120.331507503810954, 38.544660494704992 ], [ -120.331210436830958, 38.544651275923862 ], [ -120.330959507295916, 38.54464348964698 ], [ -120.330754750005354, 38.544621406441117 ], [ -120.330616502481973, 38.544606493246185 ], [ -120.329055491392538, 38.544322499523751 ], [ -120.32854850576723, 38.544204490299194 ], [ -120.328406501746571, 38.544179654006683 ], [ -120.32840600516711, 38.544179565636817 ], [ -120.328205509056318, 38.544144494918527 ], [ -120.328022562350171, 38.544136684600474 ], [ -120.327877486099794, 38.544130488509154 ], [ -120.327439513212369, 38.544130485257263 ], [ -120.326939508594918, 38.544135505525155 ], [ -120.326398507286001, 38.544173500946897 ], [ -120.325851505308393, 38.544239492077878 ], [ -120.32555350790399, 38.544300492418479 ], [ -120.325291486960879, 38.544319488503596 ], [ -120.325004739119976, 38.544331415495307 ], [ -120.324738495903162, 38.544342492243729 ], [ -120.324530976778874, 38.544339730385481 ], [ -120.324362498441815, 38.544337490672973 ], [ -120.323817502427715, 38.544295505135423 ], [ -120.323495507666905, 38.544265496801771 ], [ -120.323127513884572, 38.544205483537041 ], [ -120.322628497404537, 38.544103486016425 ], [ -120.321791492917228, 38.543929494588973 ], [ -120.321444502199583, 38.543849496386152 ], [ -120.318625496094427, 38.543185488637867 ], [ -120.318184495021015, 38.543183500027872 ], [ -120.317781494709706, 38.54322050061559 ], [ -120.317532823144575, 38.543260697623701 ], [ -120.317348512507834, 38.543290489424038 ], [ -120.317239743720563, 38.543326027625071 ], [ -120.317239338958402, 38.543326159072286 ], [ -120.316996509306193, 38.54340549439096 ], [ -120.316544498731318, 38.543591495929839 ], [ -120.316176497376304, 38.543836493440217 ], [ -120.315808502034031, 38.544130498953706 ], [ -120.315578505781943, 38.544394496292448 ], [ -120.315248504610551, 38.544693486909289 ], [ -120.314972501880959, 38.544897485711942 ], [ -120.314663494966354, 38.545059486945682 ], [ -120.314448354286483, 38.54512889032722 ], [ -120.314322501326799, 38.545169495329112 ], [ -120.314049508614502, 38.545227496726326 ], [ -120.313970525474261, 38.545240216945203 ], [ -120.3138695106895, 38.545256488697689 ], [ -120.313393495606149, 38.545276501099792 ], [ -120.31315796199496, 38.545271102521134 ], [ -120.312956516022055, 38.545266484895421 ], [ -120.312791633910265, 38.545275625622118 ], [ -120.31259551505687, 38.545286497270496 ], [ -120.312448901014406, 38.545296960761192 ], [ -120.312357502846353, 38.545303485578216 ], [ -120.312011513463872, 38.545369496240504 ], [ -120.311918632572215, 38.545401489587874 ], [ -120.311712498049232, 38.545472487274616 ], [ -120.311140514362094, 38.545742491172462 ], [ -120.310435510838317, 38.546089498310963 ], [ -120.310195068847079, 38.546207155184057 ], [ -120.310106505328221, 38.546250491254632 ], [ -120.309186495490053, 38.546681490296834 ], [ -120.308954550291361, 38.546797851221228 ], [ -120.30799049601336, 38.547281492362615 ], [ -120.307749510764125, 38.547389482062826 ], [ -120.306855496419956, 38.547790500271546 ], [ -120.30514850544543, 38.548688483603762 ], [ -120.30493635144434, 38.548762894549554 ], [ -120.304860496063583, 38.548789503043878 ], [ -120.304747268219273, 38.548816620743317 ], [ -120.304746738958556, 38.548816750759507 ], [ -120.304430506504303, 38.548892485563925 ], [ -120.304309010954455, 38.548911866348092 ], [ -120.304016496097262, 38.548958486962981 ], [ -120.303842294142839, 38.548976800783954 ], [ -120.303740493628752, 38.548987500870872 ], [ -120.303076491651211, 38.549047498609376 ], [ -120.302910228860497, 38.549073433381587 ], [ -120.30268550649906, 38.549108488771672 ], [ -120.302335510873178, 38.549198494341731 ], [ -120.301799514356716, 38.549420490163499 ], [ -120.301622018840206, 38.549520818005924 ], [ -120.301569503469196, 38.549550498738967 ], [ -120.301504276892672, 38.549593314664286 ], [ -120.301504021630251, 38.549593482093996 ], [ -120.301243486113961, 38.549764494735243 ], [ -120.300840498124643, 38.550091505030288 ], [ -120.30053350697321, 38.550400502692895 ], [ -120.300234498716833, 38.550753493078531 ], [ -120.299905504606329, 38.551131491934534 ], [ -120.29967450258097, 38.551448504138378 ], [ -120.299444505960921, 38.551809503936816 ], [ -120.299222449451108, 38.552240474250112 ], [ -120.299222192460959, 38.552240989751105 ], [ -120.299083506626317, 38.552559496354725 ], [ -120.298945502515195, 38.552950497808375 ], [ -120.298861507930297, 38.553340494478654 ], [ -120.298815491564966, 38.553772484216715 ], [ -120.298807497808426, 38.554185498860356 ], [ -120.298838497713845, 38.554515489682352 ], [ -120.298838496698508, 38.554786495943887 ], [ -120.298753494706531, 38.555189502022735 ], [ -120.298638509813614, 38.555417496829534 ], [ -120.29853550775546, 38.555572493467849 ], [ -120.298404496564146, 38.555724504126133 ], [ -120.298403947340574, 38.555725014357385 ], [ -120.29827451003537, 38.555848489016704 ], [ -120.298143497676236, 38.555944498556705 ], [ -120.298047507012555, 38.556013501623625 ], [ -120.29794049952234, 38.556083492992279 ], [ -120.297805490454806, 38.556149494056434 ], [ -120.297556505683161, 38.556236502826707 ], [ -120.297360498924846, 38.556281498997031 ], [ -120.297149509951936, 38.556314489009566 ], [ -120.296895491886431, 38.556332497518873 ], [ -120.296596514007206, 38.556335498885474 ], [ -120.296311134314308, 38.556326320105015 ], [ -120.296309935903125, 38.55632628203805 ], [ -120.29600549146636, 38.556316485607525 ], [ -120.295660511856269, 38.556303046386006 ], [ -120.29526148688754, 38.556287494441229 ], [ -120.294572176655905, 38.556266571715888 ], [ -120.294240505186877, 38.556256503942336 ], [ -120.29389399897876, 38.556248977721488 ], [ -120.293181507374015, 38.556233499622074 ], [ -120.29153849712425, 38.556233483764821 ], [ -120.290886508303061, 38.556208494214353 ], [ -120.28676550746971, 38.5560985001053 ], [ -120.286481496625953, 38.556113483839063 ], [ -120.28620050179309, 38.556134496285949 ], [ -120.285832494577662, 38.556188491891128 ], [ -120.285479494448737, 38.556266491591444 ], [ -120.285152488645579, 38.556375502459716 ], [ -120.284936924659277, 38.556464985468743 ], [ -120.28482249890169, 38.556512486416324 ], [ -120.284630500795998, 38.556611489782362 ], [ -120.284461499066182, 38.556710494849156 ], [ -120.284401980630577, 38.556756990162668 ], [ -120.284401753076239, 38.556757171529256 ], [ -120.284045497004044, 38.557035500425137 ], [ -120.283775477640773, 38.557248476963984 ], [ -120.283775010993438, 38.557248845352056 ], [ -120.283468266327731, 38.557466976726069 ], [ -120.283235495062328, 38.557632492628883 ], [ -120.282590492216769, 38.55811049254941 ], [ -120.28230649990526, 38.558302491073405 ], [ -120.282052502041893, 38.558449505692508 ], [ -120.281874518533925, 38.558545489577448 ], [ -120.281425504594139, 38.558762494527286 ], [ -120.280495505054574, 38.55908249853173 ], [ -120.280192501093765, 38.55916149462378 ], [ -120.279954506168735, 38.559206501251687 ], [ -120.27963550055631, 38.55924549056212 ], [ -120.279510250397308, 38.559258996947015 ], [ -120.279366506036595, 38.559274496540965 ], [ -120.279355175793341, 38.559275477352585 ], [ -120.279343518056706, 38.559276487579822 ], [ -120.278737497590114, 38.559286489800016 ], [ -120.278418504185296, 38.559286485724527 ], [ -120.278004513788218, 38.559272501076649 ], [ -120.277880496018938, 38.559266494040713 ], [ -120.277700500635731, 38.559240497097122 ], [ -120.277432507055522, 38.559194495045837 ], [ -120.276188509164243, 38.558930493043192 ], [ -120.275575504543127, 38.558835492299416 ], [ -120.275450580250265, 38.558829387514876 ], [ -120.275450139510326, 38.558829368361586 ], [ -120.275309504591334, 38.558822490141949 ], [ -120.275062500076189, 38.558822491615601 ], [ -120.274884898909178, 38.558827306120612 ], [ -120.274693501986619, 38.558832495179445 ], [ -120.274061495012774, 38.558878495313401 ], [ -120.273395488059307, 38.559035499065537 ], [ -120.272957504636835, 38.559192502885708 ], [ -120.272465488967299, 38.559377485321214 ], [ -120.272219835821033, 38.559506662675048 ], [ -120.27215549026802, 38.55954049950676 ], [ -120.271915190437937, 38.559708472830927 ], [ -120.271912901936716, 38.559710069669784 ], [ -120.270195515694525, 38.560910498863358 ], [ -120.269978439240717, 38.560977692497012 ], [ -120.269830503477749, 38.561023482440874 ], [ -120.269685335696522, 38.561054410854652 ], [ -120.269492494472843, 38.561095490367222 ], [ -120.269277999478206, 38.561107832761387 ], [ -120.269127512688343, 38.561116494773401 ], [ -120.268808510135187, 38.56111648337361 ], [ -120.26863818256048, 38.56109104184133 ], [ -120.268480512626454, 38.561067493993384 ], [ -120.267479503213451, 38.560848483965145 ], [ -120.267158507166656, 38.56082548746388 ], [ -120.266747493448435, 38.560839486637768 ], [ -120.26640150266401, 38.560917496993262 ], [ -120.266084024032637, 38.561078666781299 ], [ -120.26600950861399, 38.561116493168782 ], [ -120.266009075929063, 38.561116908199281 ], [ -120.265712499942723, 38.561405502594987 ], [ -120.265654498831367, 38.561467487233308 ], [ -120.26557049718626, 38.561598491255815 ], [ -120.265528491582288, 38.561685485823013 ], [ -120.265425498617162, 38.561994493337373 ], [ -120.265398489137596, 38.562234491479309 ], [ -120.265411487986157, 38.562418483871312 ], [ -120.265425507520092, 38.562549492027053 ], [ -120.265507502573612, 38.562784489492969 ], [ -120.265717218702576, 38.563176014310379 ], [ -120.265717330893722, 38.563176190249045 ], [ -120.265717498242878, 38.563176503759841 ], [ -120.2657888970367, 38.563271188676566 ], [ -120.266045512693367, 38.563611497300926 ], [ -120.266236509058444, 38.563950495505281 ], [ -120.266409499251864, 38.564327489555637 ], [ -120.266446504340848, 38.564698498454177 ], [ -120.266428510706419, 38.565019492067634 ], [ -120.266373505308451, 38.565375491229595 ], [ -120.266273510535484, 38.565660490291783 ], [ -120.266029015925085, 38.566109892345047 ], [ -120.266026492236449, 38.566114498081312 ], [ -120.265867509688462, 38.566392490409157 ], [ -120.265730502294062, 38.566541499413987 ], [ -120.265497490099762, 38.566791501069829 ], [ -120.265203525604079, 38.567041133361826 ], [ -120.26519249665229, 38.567050499729916 ], [ -120.265176639466148, 38.567063792808931 ], [ -120.264864501255545, 38.567325498792805 ], [ -120.264608728941809, 38.567541368235574 ], [ -120.264537490202812, 38.567601490183812 ], [ -120.264500111088381, 38.56763682871582 ], [ -120.264336498165918, 38.567791499080002 ], [ -120.264162509378039, 38.568162498971716 ], [ -120.263991491755561, 38.568519493910664 ], [ -120.263914496442524, 38.568937486490185 ], [ -120.263947506797052, 38.56938748630995 ], [ -120.264028495448073, 38.569729488908692 ], [ -120.264147506382969, 38.570369491778138 ], [ -120.264098490829497, 38.570970483491429 ], [ -120.26400849952465, 38.571243497608918 ], [ -120.263833511235632, 38.571578496196345 ], [ -120.263620508528419, 38.571881492727087 ], [ -120.26340251133945, 38.572141488882593 ], [ -120.262511502637409, 38.573098497489106 ], [ -120.26222650162876, 38.573438503016789 ], [ -120.261900508287496, 38.573875487921839 ], [ -120.261379503972691, 38.574668493173803 ], [ -120.261195507101249, 38.575028502039991 ], [ -120.261027501705982, 38.575473501660689 ], [ -120.26093349660438, 38.575889491909798 ], [ -120.260646508209007, 38.576867492940139 ], [ -120.26048650399656, 38.577170484544084 ], [ -120.260253496161724, 38.577487488692931 ], [ -120.260110513762854, 38.57763849544731 ], [ -120.260096290433239, 38.577651212776935 ], [ -120.260096087261672, 38.577651394665146 ], [ -120.259958499691336, 38.577774497863601 ], [ -120.259811568802519, 38.577890896728682 ], [ -120.259804501980142, 38.577896496502674 ], [ -120.259776143430216, 38.577915835990041 ], [ -120.259543516212773, 38.578074491838805 ], [ -120.259370496580104, 38.578185486743045 ], [ -120.258956505924132, 38.578447489402073 ], [ -120.253238499262537, 38.581500493918469 ], [ -120.25272049472062, 38.581834503209528 ], [ -120.252572494235878, 38.581937491116669 ], [ -120.252480755554998, 38.582026541382476 ], [ -120.252470502563057, 38.582036486128651 ], [ -120.252464468757168, 38.582043278477073 ], [ -120.252464070221762, 38.582043732770224 ], [ -120.25231149502909, 38.582215497556973 ], [ -120.252168502752795, 38.582393486654141 ], [ -120.252015505406348, 38.582588505354764 ], [ -120.251597500525975, 38.583203499587739 ], [ -120.251398495820538, 38.583459491999314 ], [ -120.251244509390034, 38.583630502193422 ], [ -120.251067502584988, 38.583777495026396 ], [ -120.250767322699616, 38.583943266999157 ], [ -120.250694489685884, 38.583983489776607 ], [ -120.250421509347646, 38.584123486688974 ], [ -120.250356280265194, 38.584149797638048 ], [ -120.250245497377307, 38.584194485860969 ], [ -120.249952508444039, 38.58428948846872 ], [ -120.249762672072833, 38.584341781533965 ], [ -120.249618494629345, 38.584381496144566 ], [ -120.249136496813193, 38.584507496809081 ], [ -120.248886986185354, 38.584576787334697 ], [ -120.248297500466904, 38.584740491768194 ], [ -120.247179513341109, 38.585033489329383 ], [ -120.244631493148603, 38.585717479089865 ], [ -120.243729285440423, 38.58596468762935 ], [ -120.243266492515133, 38.586091489647899 ], [ -120.242839509297724, 38.586186488613158 ], [ -120.242647043525693, 38.586221566083218 ], [ -120.242646688256087, 38.586221627329301 ], [ -120.242389493337782, 38.586268492383091 ], [ -120.242082509898935, 38.586297488256733 ], [ -120.241776513098429, 38.586283500795794 ], [ -120.241676529511352, 38.586272996907375 ], [ -120.241538503647121, 38.586258498212807 ], [ -120.24129651301638, 38.586221495838373 ], [ -120.241012499592273, 38.586161487668825 ], [ -120.240922923910688, 38.586138093772888 ], [ -120.240878495669818, 38.586126494162478 ], [ -120.240720498268345, 38.586075494584584 ], [ -120.240587504971742, 38.58602949613816 ], [ -120.2405249764833, 38.586006889715009 ], [ -120.240524829335342, 38.586006838840724 ], [ -120.240410493174963, 38.585965496255731 ], [ -120.240174258572281, 38.585876610720192 ], [ -120.240107504597844, 38.585851494250271 ], [ -120.240056132178808, 38.585833667401111 ], [ -120.240055944058895, 38.585833602227424 ], [ -120.239937496500289, 38.585792493977031 ], [ -120.239766917408446, 38.585749981925431 ], [ -120.239624505141336, 38.585714495244645 ], [ -120.239544310615415, 38.585694442870825 ], [ -120.239424507600916, 38.585664490547607 ], [ -120.239332591434959, 38.585650393274328 ], [ -120.239274511850482, 38.585641483828908 ], [ -120.23891750124892, 38.585605486914481 ], [ -120.238788495746817, 38.585598496428759 ], [ -120.238593507102706, 38.585592488329979 ], [ -120.238518514974388, 38.585594480192547 ], [ -120.238437215506622, 38.585595635739239 ], [ -120.23837649485705, 38.585596499470753 ], [ -120.238227940759813, 38.585623437151327 ], [ -120.238227214682141, 38.585623571100214 ], [ -120.238198872714278, 38.585628707117017 ], [ -120.237979492427996, 38.585668493316049 ], [ -120.237390509424387, 38.585849488490922 ], [ -120.236864499487737, 38.586025495110469 ], [ -120.236429506268323, 38.586151500137461 ], [ -120.235988496043618, 38.586245496593264 ], [ -120.235680243392494, 38.586288727023394 ], [ -120.235439500149525, 38.586322489969227 ], [ -120.234985516768447, 38.586352541306489 ], [ -120.234472504837967, 38.586386499658424 ], [ -120.233834503564566, 38.586485498106427 ], [ -120.233466497914279, 38.586572485200314 ], [ -120.233316901856185, 38.586619480125385 ], [ -120.233224517150347, 38.586648498593043 ], [ -120.233006498165523, 38.586741489961454 ], [ -120.232948748030225, 38.586764592071212 ], [ -120.232821507462646, 38.586815492691883 ], [ -120.232628510574912, 38.586912485388112 ], [ -120.232341488732501, 38.58707349438329 ], [ -120.232160508479211, 38.587190494449324 ], [ -120.231965499146256, 38.587332497208941 ], [ -120.231796502206862, 38.587494489541122 ], [ -120.231707492587574, 38.587587498253633 ], [ -120.231541483264664, 38.58778349648977 ], [ -120.231303451124958, 38.588061479569831 ], [ -120.231072495960973, 38.588385489885795 ], [ -120.230882494822538, 38.588717493843369 ], [ -120.230656504824708, 38.589126494540196 ], [ -120.229934498446241, 38.59036950207566 ], [ -120.229612491706959, 38.591007500144769 ], [ -120.229478489676367, 38.591467485342839 ], [ -120.229471505190318, 38.591714497266899 ], [ -120.229485499719161, 38.592044489010057 ], [ -120.229576502537896, 38.592554488530276 ], [ -120.229688491800104, 38.593228488674335 ], [ -120.229715496373743, 38.593644494694985 ], [ -120.229696507781298, 38.593950488294091 ], [ -120.229647510756806, 38.594172482353279 ], [ -120.229640165707281, 38.594195910205201 ], [ -120.229570497685359, 38.594418504777792 ], [ -120.229428506333932, 38.594689498874345 ], [ -120.229284495501375, 38.59489549502905 ], [ -120.229114497292713, 38.595084488890734 ], [ -120.228925489696906, 38.595279493553249 ], [ -120.228749509359389, 38.595437496639775 ], [ -120.228519595927722, 38.59556433863299 ], [ -120.228401510908057, 38.595629485113903 ], [ -120.228109510594265, 38.595763498255998 ], [ -120.227975046728389, 38.595805248229958 ], [ -120.227974250084628, 38.595805495983349 ], [ -120.227671492952268, 38.595899495928286 ], [ -120.227246500448217, 38.595968500050923 ], [ -120.225446509308796, 38.596124496475973 ], [ -120.224793515172834, 38.596227499671564 ], [ -120.224372500722524, 38.596395493721346 ], [ -120.223954503006993, 38.596586491583011 ], [ -120.223760376489338, 38.596691953800999 ], [ -120.223711516490397, 38.596718498894354 ], [ -120.223684327303332, 38.596738639229692 ], [ -120.223522509778959, 38.596858491759242 ], [ -120.223377493764644, 38.596989488460245 ], [ -120.223277494680843, 38.597100496982279 ], [ -120.223189504528449, 38.597232496414073 ], [ -120.223104505357227, 38.597365488176457 ], [ -120.222970498712485, 38.597614485239703 ], [ -120.222889514177908, 38.597799495264077 ], [ -120.222826500711136, 38.597999493353463 ], [ -120.222740489475854, 38.59858349636739 ], [ -120.222688493629008, 38.599274493785565 ], [ -120.222602505715614, 38.600127481847416 ], [ -120.222536510676733, 38.60099849818166 ], [ -120.222284510253104, 38.602853487410464 ], [ -120.222275509667952, 38.603346490802721 ], [ -120.222283487836677, 38.603923496975149 ], [ -120.222361505493794, 38.604437492636329 ], [ -120.222447511287143, 38.604792498844368 ], [ -120.222542491649151, 38.605107494531659 ], [ -120.223118509186037, 38.607180491350292 ], [ -120.223225489434057, 38.607684492387143 ], [ -120.223265513141925, 38.608012500768126 ], [ -120.223238509647331, 38.608350501316167 ], [ -120.223178489536679, 38.608636498369648 ], [ -120.223078506478686, 38.608901486358356 ], [ -120.222952503605995, 38.609167502019929 ], [ -120.222799500459033, 38.609400494714542 ], [ -120.222641414504395, 38.609612776194737 ], [ -120.222624502469671, 38.609635484468463 ], [ -120.222624151548388, 38.609636065696073 ], [ -120.222534548310264, 38.6097773092715 ], [ -120.221847513900187, 38.610860498722936 ], [ -120.221640508438909, 38.611252496618036 ], [ -120.221507503084396, 38.611559487595301 ], [ -120.221427492820226, 38.611949500307233 ], [ -120.221377505361431, 38.612366481187081 ], [ -120.22134850252931, 38.61269449235872 ], [ -120.221188499404704, 38.614319491072187 ], [ -120.221042504377678, 38.615939489334842 ], [ -120.22097549390115, 38.616474487179737 ], [ -120.22092250908139, 38.61668149289607 ], [ -120.220835499786048, 38.616869493406817 ], [ -120.220722490441048, 38.617062489986687 ], [ -120.220577507299453, 38.617250497233613 ], [ -120.220268869509084, 38.617615791381475 ], [ -120.220223496793366, 38.617669494535555 ], [ -120.219817102602974, 38.618102733694386 ], [ -120.219799500007497, 38.618121489229189 ], [ -120.219606505491981, 38.618381502171928 ], [ -120.219440499937491, 38.618682482349477 ], [ -120.219320507179603, 38.619010486931103 ], [ -120.21923449306712, 38.619346494225255 ], [ -120.219146494776936, 38.619647486410244 ], [ -120.219061498671465, 38.619835496263072 ], [ -120.218985496081402, 38.619991489598902 ], [ -120.218881493748754, 38.620159487992495 ], [ -120.218847505886814, 38.620204496472361 ], [ -120.218685490889911, 38.620392503360414 ], [ -120.218685303553684, 38.620392709250105 ], [ -120.218684973071845, 38.620393052459129 ], [ -120.218680252629497, 38.62039793662823 ], [ -120.218574488090752, 38.620507489165007 ], [ -120.218459508230055, 38.620609485432517 ], [ -120.218186509560894, 38.620802491789007 ], [ -120.217886490679092, 38.620968500535476 ], [ -120.217521512220827, 38.621112484930428 ], [ -120.217361114025763, 38.621160735634049 ], [ -120.217275501528405, 38.621186491856179 ], [ -120.217227108034763, 38.621199101421212 ], [ -120.217226976437033, 38.621199135321802 ], [ -120.21715648930244, 38.62121749679541 ], [ -120.216984488497559, 38.621254494304075 ], [ -120.216857512888041, 38.621269500839858 ], [ -120.216557490197602, 38.6213034872126 ], [ -120.21631829374661, 38.621334069740158 ], [ -120.216119495363202, 38.621359482541585 ], [ -120.215993491616672, 38.621392503261333 ], [ -120.215785512903395, 38.621446500958115 ], [ -120.215691848666324, 38.621483467386859 ], [ -120.215691196782885, 38.621483722942429 ], [ -120.215486497809437, 38.621564498809455 ], [ -120.215148494267794, 38.621720487147329 ], [ -120.215026371389911, 38.62179649500375 ], [ -120.215005507955311, 38.621809482394127 ], [ -120.214851514184829, 38.621910493819144 ], [ -120.214675506614029, 38.622048488832291 ], [ -120.214675116822264, 38.622048851354911 ], [ -120.214674939078705, 38.622049004139264 ], [ -120.214448508851575, 38.622257488484401 ], [ -120.214233494929729, 38.622535486694893 ], [ -120.214152510353671, 38.622673493353794 ], [ -120.214060501835476, 38.622880506236662 ], [ -120.214037507984159, 38.622954500754481 ], [ -120.21402150959625, 38.623005489845035 ], [ -120.213960491462927, 38.623278504597941 ], [ -120.213930513001486, 38.623486496269862 ], [ -120.213922501833835, 38.623730494675357 ], [ -120.213964492306403, 38.62405349330129 ], [ -120.21406449790193, 38.624363501207561 ], [ -120.214195507396184, 38.624637493551788 ], [ -120.214388506390051, 38.624915507623605 ], [ -120.214569498845648, 38.625290489174461 ], [ -120.214656498631982, 38.625611500957326 ], [ -120.21469049221264, 38.625928497610609 ], [ -120.214684505487995, 38.626254481349562 ], [ -120.214665498124049, 38.626438489938536 ], [ -120.214611519326198, 38.626627495777576 ], [ -120.214480499885426, 38.626921480245997 ], [ -120.21440349794085, 38.62704648113791 ], [ -120.214334495938942, 38.62715848153826 ], [ -120.214065499613483, 38.627475493272449 ], [ -120.213951188319143, 38.627578824986983 ], [ -120.213919490504054, 38.627607482465784 ], [ -120.213919626838901, 38.627607667915605 ], [ -120.214596502154862, 38.62854148888335 ], [ -120.214588496053551, 38.628826486958715 ], [ -120.214588102422354, 38.628826508687872 ], [ -120.214459020531649, 38.628834931141427 ], [ -120.214458571785769, 38.628834961926131 ], [ -120.214312515514123, 38.628844490714997 ], [ -120.214141492588524, 38.628868499664549 ], [ -120.213614869191105, 38.629043124684088 ], [ -120.213372493292766, 38.629123494698383 ], [ -120.213303099144738, 38.62914066360463 ], [ -120.213178500259517, 38.62917149405461 ], [ -120.213021743352073, 38.629195743641183 ], [ -120.212913503699554, 38.629212486967297 ], [ -120.212248911272994, 38.629126138703718 ], [ -120.211520494555444, 38.629031491857241 ], [ -120.211176491735458, 38.628979500447024 ], [ -120.210925492377243, 38.628903485449356 ], [ -120.210770302405322, 38.628854055116363 ], [ -120.210542497333222, 38.628781498991209 ], [ -120.210233498438697, 38.628686502210847 ], [ -120.210121294263161, 38.628673323716207 ], [ -120.210020504325087, 38.628661491453613 ], [ -120.209802509923534, 38.62866549679309 ], [ -120.209643505106115, 38.62870349545166 ], [ -120.209315509597701, 38.628729486291832 ], [ -120.20917448955413, 38.628732488160892 ], [ -120.20906550612176, 38.628717486501465 ], [ -120.208960500938261, 38.628706493326241 ], [ -120.208847501462017, 38.628672497081169 ], [ -120.208760492589178, 38.628612502180452 ], [ -120.20875998589959, 38.628612030878273 ], [ -120.208713501956694, 38.628570490290002 ], [ -120.208713104070441, 38.628569988996603 ], [ -120.208666506794941, 38.628510492251067 ], [ -120.208629474934781, 38.628437499568903 ], [ -120.207813499335074, 38.628303503542213 ], [ -120.207297199851368, 38.628264894717901 ], [ -120.207294309537829, 38.628264679026344 ], [ -120.206703497988116, 38.62822048810461 ], [ -120.206193994680959, 38.628133389229347 ], [ -120.205615497882135, 38.628034492152288 ], [ -120.205078499497461, 38.627875483423253 ], [ -120.204931417918587, 38.627801486629018 ], [ -120.204930995587006, 38.627801275074511 ], [ -120.204599499271765, 38.62763449560466 ], [ -120.204236517448422, 38.627023500933092 ], [ -120.203877503003611, 38.626042479587021 ], [ -120.20352250595937, 38.625192494724985 ], [ -120.203522243256828, 38.625192306240777 ], [ -120.203137493890821, 38.624911493492704 ], [ -120.202894529463421, 38.624699480249845 ], [ -120.202772954160139, 38.624680269791703 ], [ -120.202772254103891, 38.624680159720242 ], [ -120.202578509363605, 38.624649503500535 ], [ -120.201819498861781, 38.624674494904141 ], [ -120.201129489388165, 38.624909490636163 ], [ -120.201129117706643, 38.624910016489309 ], [ -120.200881511497059, 38.625260499452359 ], [ -120.20018752607433, 38.62546041031478 ], [ -120.199843497887272, 38.625559507882379 ], [ -120.198951944388369, 38.625660718615471 ], [ -120.197676503588241, 38.625805500437558 ], [ -120.197434502579355, 38.626359481267215 ], [ -120.19784350285849, 38.627580500995016 ], [ -120.197873510450904, 38.62795148684193 ], [ -120.197104515313058, 38.62919949007766 ], [ -120.195840511867004, 38.629463498843997 ], [ -120.195096080824158, 38.629879845948629 ], [ -120.194980488105784, 38.62994449255001 ], [ -120.191320508419224, 38.631151490766207 ], [ -120.191067487855818, 38.631143951145447 ], [ -120.190783513774818, 38.631135486465716 ], [ -120.189728498921269, 38.631233497416559 ], [ -120.188399492507372, 38.631240494780585 ], [ -120.187103505229715, 38.631345493626824 ], [ -120.186162537134052, 38.63150104950504 ], [ -120.185621502753222, 38.631590487504447 ], [ -120.184714348415582, 38.631869243884424 ], [ -120.184711540413474, 38.631870108000278 ], [ -120.183037494691945, 38.632384494477648 ], [ -120.181384504217874, 38.633077490284414 ], [ -120.179978493692005, 38.633505489451011 ], [ -120.178402499789613, 38.633826492747929 ], [ -120.177718977952566, 38.633711855851864 ], [ -120.177714135626658, 38.633711041258202 ], [ -120.176828492554904, 38.633562494886284 ], [ -120.176728263194192, 38.633531168338351 ], [ -120.176636515277139, 38.633502487718424 ], [ -120.176285638996404, 38.633387238338699 ], [ -120.175814513037352, 38.63323249199518 ], [ -120.175624481170445, 38.633170840021378 ], [ -120.175438496057808, 38.633110503142333 ], [ -120.174018497198219, 38.632706492575892 ], [ -120.171650507593895, 38.632455505404437 ], [ -120.170103500203041, 38.63246749526914 ], [ -120.168319495406806, 38.632700500033067 ], [ -120.166963493989385, 38.632847487711928 ], [ -120.166722493965707, 38.632858342762212 ], [ -120.16643051399663, 38.632871493054473 ], [ -120.16527749292743, 38.633092486081139 ], [ -120.164222246591009, 38.633113645889715 ], [ -120.164217965623465, 38.633113734612571 ], [ -120.162982509625195, 38.633138492837695 ], [ -120.160409499141082, 38.633047481059741 ], [ -120.160294508903249, 38.633043490999519 ], [ -120.158799497475258, 38.633154496765854 ], [ -120.158103511798629, 38.63323448709437 ], [ -120.157585761996529, 38.633597566775016 ], [ -120.157400492835905, 38.633727484633376 ], [ -120.157226547892378, 38.633826838569384 ], [ -120.157225925806841, 38.633827192283242 ], [ -120.156887502169795, 38.634020488820042 ], [ -120.154172502514754, 38.635279494380384 ], [ -120.153640507238293, 38.635643505311215 ], [ -120.153464503593398, 38.635895488733738 ], [ -120.153218489647571, 38.636344492295649 ], [ -120.152971496685979, 38.636794481665824 ], [ -120.152657492891407, 38.637836495861947 ], [ -120.15250049946053, 38.637993493839389 ], [ -120.152148504447823, 38.638197494423977 ], [ -120.150739514370628, 38.637647503204036 ], [ -120.150053184687195, 38.637625696359699 ], [ -120.149536862841387, 38.637609288705235 ], [ -120.149480500304463, 38.637607489213153 ], [ -120.148676516529065, 38.63818749798758 ], [ -120.148287165085293, 38.638229212997814 ], [ -120.14775250734462, 38.638286492959942 ], [ -120.147682495522659, 38.638346487705704 ], [ -120.147563498737981, 38.638521492626964 ], [ -120.147423510849904, 38.638739490585507 ], [ -120.147206495283584, 38.639088496312503 ], [ -120.147169734498803, 38.639122913065187 ], [ -120.147018510923303, 38.639264495176221 ], [ -120.146815493204699, 38.63935249682654 ], [ -120.146493513392528, 38.639466486747985 ], [ -120.146418331052175, 38.639487144822262 ], [ -120.146006288191046, 38.639600386460188 ], [ -120.145758503561424, 38.639668483880797 ], [ -120.145591765076048, 38.639682776040502 ], [ -120.145303494209628, 38.639707485014789 ], [ -120.144891497547761, 38.639696482400979 ], [ -120.14465349882795, 38.639598488774027 ], [ -120.144601442703873, 38.639563735713274 ], [ -120.144487457887806, 38.639487635123785 ], [ -120.144331495243108, 38.639383490297249 ], [ -120.14410982427934, 38.639195706350314 ], [ -120.144030495475704, 38.639128499824587 ], [ -120.14388484607062, 38.639059595840983 ], [ -120.143715505108688, 38.638979484569298 ], [ -120.14340206890526, 38.638798843970783 ], [ -120.143309500957074, 38.638745492311358 ], [ -120.142190511354684, 38.638034499981337 ], [ -120.141973510717563, 38.637892488365793 ], [ -120.141749490109461, 38.637777486303683 ], [ -120.14152550328123, 38.637706504010048 ], [ -120.141446160864362, 38.637691765535344 ], [ -120.141445866462632, 38.637691712416377 ], [ -120.141315494707072, 38.637667491533527 ], [ -120.141183327027861, 38.637680846793856 ], [ -120.141028510586509, 38.637696492053074 ], [ -120.140770502466523, 38.63775049960271 ], [ -120.140280516005632, 38.637865495579383 ], [ -120.139804508600506, 38.638040485820035 ], [ -120.139727511847099, 38.638111500351698 ], [ -120.139608499191596, 38.63821549704177 ], [ -120.139587495022695, 38.638290484176899 ], [ -120.139517502213764, 38.638542497796465 ], [ -120.139440510753985, 38.638853493723502 ], [ -120.139286491714373, 38.639148486443844 ], [ -120.139286087430861, 38.639148916491678 ], [ -120.139146446881739, 38.639317458465499 ], [ -120.139145939244273, 38.639318065218824 ], [ -120.138996593257801, 38.6394888106312 ], [ -120.138992501407898, 38.63949348762673 ], [ -120.13894450679058, 38.639548498080352 ], [ -120.137766414474513, 38.640463379725759 ], [ -120.137467512871936, 38.640695492359022 ], [ -120.137325157452224, 38.640788818526815 ], [ -120.137324379729051, 38.64078932978051 ], [ -120.136866493719879, 38.64108950064027 ], [ -120.136145497973928, 38.642345492141466 ], [ -120.135802496197769, 38.643384494496871 ], [ -120.135634506003669, 38.644482492482112 ], [ -120.134851498481922, 38.64568950070845 ], [ -120.134851271865898, 38.645689641800708 ], [ -120.13470982059458, 38.645778185858411 ], [ -120.134707885360854, 38.645779397510417 ], [ -120.134081491893994, 38.646171485593861 ], [ -120.133794498257302, 38.646433502781647 ], [ -120.13350049717863, 38.647122495654635 ], [ -120.132237493617325, 38.648546492230089 ], [ -120.131719495191206, 38.649064489618127 ], [ -120.131688447221478, 38.649138048022202 ], [ -120.131401498512105, 38.649817484865736 ], [ -120.131285499681141, 38.650311491994437 ], [ -120.131304493656643, 38.650891495715477 ], [ -120.131535002943664, 38.651211818231964 ], [ -120.131535495444695, 38.651212493931915 ], [ -120.131688849360373, 38.651320711233033 ], [ -120.131919507314876, 38.651483486218062 ], [ -120.132426495445188, 38.651768483978842 ], [ -120.133574502897972, 38.65237049539892 ], [ -120.134476335107991, 38.652991374412082 ], [ -120.134476496872324, 38.652991486511411 ], [ -120.134948514818547, 38.653655492125168 ], [ -120.135105495680122, 38.65452649349632 ], [ -120.134876510730166, 38.655045504245912 ], [ -120.134254507721366, 38.65598649136178 ], [ -120.133344517436242, 38.65761849297963 ], [ -120.132937507433311, 38.658550502568879 ], [ -120.132454516565275, 38.659862488916524 ], [ -120.132234492514471, 38.660307488083241 ], [ -120.132234105462956, 38.660307908157066 ], [ -120.13223401846173, 38.660308005268014 ], [ -120.132204252521632, 38.660340322233488 ], [ -120.132204015406444, 38.660340583045553 ], [ -120.131558491790116, 38.661041492704427 ], [ -120.130583491630262, 38.661739498927496 ], [ -120.129582496077916, 38.662917495728813 ], [ -120.129390505202579, 38.6635254884213 ], [ -120.128860495975729, 38.664627497586231 ], [ -120.128517495463726, 38.665062490978848 ], [ -120.128145371203829, 38.66514871357365 ], [ -120.127930505302544, 38.665198500009232 ], [ -120.127478777905466, 38.66517907043395 ], [ -120.126907496970915, 38.665154498983689 ], [ -120.126618065867959, 38.665126904828597 ], [ -120.126393496089221, 38.665105493755888 ], [ -120.126244882130592, 38.665114153442993 ], [ -120.126244224925614, 38.665114193571519 ], [ -120.12606751534797, 38.66512448779109 ], [ -120.126070503196772, 38.66523748337297 ], [ -120.126074495188675, 38.665396503187772 ], [ -120.125784414863901, 38.665510213591354 ], [ -120.125648508192668, 38.665563485528224 ], [ -120.125580796961387, 38.665611762903858 ], [ -120.125579186749277, 38.665612908321755 ], [ -120.125244500878111, 38.665851499813051 ], [ -120.124387516787536, 38.666171483497116 ], [ -120.123842499554868, 38.666468498436927 ], [ -120.123497534577723, 38.666678650529768 ], [ -120.123320502180022, 38.666786498230337 ], [ -120.123291232564029, 38.666833190420938 ], [ -120.123290243499738, 38.666834770296212 ], [ -120.123026502862146, 38.6672554851746 ], [ -120.122841488489783, 38.667630490868049 ], [ -120.122810499926729, 38.667892492739355 ], [ -120.122761511472433, 38.668206501892691 ], [ -120.122656513964429, 38.668527499778492 ], [ -120.122387494697776, 38.668767493476729 ], [ -120.122040490290502, 38.669164487559648 ], [ -120.121986498488226, 38.66937949802827 ], [ -120.122001506344333, 38.669835498590984 ], [ -120.122142508034585, 38.670621505601957 ], [ -120.12188249976704, 38.671188488799515 ], [ -120.121456512225095, 38.671796496827831 ], [ -120.121388496671784, 38.671864496156019 ], [ -120.121267500324635, 38.672009491972233 ], [ -120.120737500727031, 38.672645492175533 ], [ -120.120008504660532, 38.673725503351029 ], [ -120.119257509280303, 38.674756489624976 ], [ -120.118552502501004, 38.676044489822289 ], [ -120.11837598773397, 38.676443517271565 ], [ -120.117930486429259, 38.67745049626663 ], [ -120.117153504791759, 38.679278493930447 ], [ -120.117054500966233, 38.679808495722554 ], [ -120.117079505796696, 38.679864501752213 ], [ -120.117184511759859, 38.680363504510893 ], [ -120.117397083355186, 38.680657947164875 ], [ -120.117397181913887, 38.680658034028532 ], [ -120.117397514819032, 38.680658496990574 ], [ -120.118166498302699, 38.681301496187906 ], [ -120.118376953618636, 38.681439588652573 ], [ -120.118437430373618, 38.681479268599787 ], [ -120.119591488325767, 38.682236488262831 ], [ -120.120381726261272, 38.682831295906084 ], [ -120.120517068000041, 38.682933169581396 ], [ -120.120517502918148, 38.68293349284653 ], [ -120.120612506851415, 38.683168485221046 ], [ -120.120919155233921, 38.683906772538997 ], [ -120.120919267410258, 38.683906944167688 ], [ -120.120919489415186, 38.683907487338836 ], [ -120.121286939164904, 38.684453748132611 ], [ -120.121704474711251, 38.685074503690693 ], [ -120.122379502227801, 38.685798494933493 ], [ -120.123133991997221, 38.686563997573231 ], [ -120.123134508510532, 38.686564502071604 ], [ -120.123512511438022, 38.687132486926849 ], [ -120.12393651186045, 38.688370498803629 ], [ -120.124353515216058, 38.689843496092479 ], [ -120.124361511846743, 38.690402502265961 ], [ -120.124270513148062, 38.6908874926579 ], [ -120.123937496365656, 38.69147748374688 ], [ -120.123479505678119, 38.691788495884168 ], [ -120.123204499730917, 38.692120489047824 ], [ -120.123100505842189, 38.692254483977237 ], [ -120.12290949422642, 38.692704487809792 ], [ -120.122840503568682, 38.693793490879479 ], [ -120.122832500216987, 38.694429487218294 ], [ -120.122839506869369, 38.694569504915563 ], [ -120.122714498231886, 38.695022500622592 ], [ -120.122575501074493, 38.695433489487833 ], [ -120.122263498851041, 38.695811489620887 ], [ -120.121803494694021, 38.696223500051438 ], [ -120.121331494083606, 38.696502494309463 ], [ -120.121212502742196, 38.696560491682135 ], [ -120.12072849683166, 38.696864501032039 ], [ -120.120536088720385, 38.696974345984174 ], [ -120.120460494685119, 38.697017498771828 ], [ -120.120447001541748, 38.697026286407429 ], [ -120.12039449793582, 38.697060486611981 ], [ -120.120332516691377, 38.697099496928089 ], [ -120.119592495635302, 38.697562498022258 ], [ -120.11861387707637, 38.698082336308907 ], [ -120.118342495500357, 38.698226486957147 ], [ -120.117841498488332, 38.698616493861323 ], [ -120.117841388433732, 38.698616692598918 ], [ -120.117601505113853, 38.699049484925965 ], [ -120.117401488930071, 38.699784493678003 ], [ -120.116681511576203, 38.700802496938799 ], [ -120.116149494361494, 38.701331499877782 ], [ -120.115228437280734, 38.701842358837503 ], [ -120.114804496678644, 38.70207749802892 ], [ -120.113522510120731, 38.702741493560467 ], [ -120.113460771162522, 38.702795217986676 ], [ -120.113460651858929, 38.702795317246505 ], [ -120.11296050894245, 38.70323049441339 ], [ -120.11248950668994, 38.704266506133465 ], [ -120.112081500874893, 38.705039499715348 ], [ -120.11208098200683, 38.705039803880588 ], [ -120.111998961089938, 38.705088472738183 ], [ -120.110903490941908, 38.705738492616597 ], [ -120.110029199592148, 38.705824807942314 ], [ -120.109414507147392, 38.705885489593456 ], [ -120.108471020588482, 38.705989651654704 ], [ -120.107403503518384, 38.706107501745905 ], [ -120.105935502158687, 38.70616150145684 ], [ -120.104363501537605, 38.70607150091741 ], [ -120.103006515442203, 38.705963501775571 ], [ -120.101947508589319, 38.705677503220947 ], [ -120.100989515471042, 38.705262501218108 ], [ -120.100768887455743, 38.705129315185054 ], [ -120.099793494965738, 38.704540499051824 ], [ -120.098752301365664, 38.70411314704657 ], [ -120.09824150145846, 38.703903485184043 ], [ -120.098327492842216, 38.708773489187791 ], [ -120.098323495882738, 38.709029489351089 ], [ -120.094577499806292, 38.708991485246848 ], [ -120.077765489619424, 38.709043493416083 ], [ -120.077765491194285, 38.709042758753604 ], [ -120.077763373249539, 38.70724235124684 ], [ -120.077757497818254, 38.702281493143452 ], [ -120.078519327468854, 38.7022596004322 ], [ -120.082174494656385, 38.702154498408753 ], [ -120.082487511851539, 38.702145504431115 ], [ -120.082540502960299, 38.700715493887863 ], [ -120.082539919565221, 38.700715197881507 ], [ -120.082198502957652, 38.700543496855055 ], [ -120.081926500591436, 38.700406495374544 ], [ -120.08162649929821, 38.700365496264638 ], [ -120.081246504903973, 38.700380487783214 ], [ -120.081132495583176, 38.700373490616983 ], [ -120.080915370467181, 38.700372552840818 ], [ -120.080667505803305, 38.700371483535285 ], [ -120.080029500428566, 38.70039449147184 ], [ -120.079780844041082, 38.700435351143497 ], [ -120.07977987541264, 38.700435510609367 ], [ -120.07939051260162, 38.700499484043966 ], [ -120.078601506191234, 38.700681502373591 ], [ -120.078583870139568, 38.700692038983114 ], [ -120.078412497226935, 38.700794493072451 ], [ -120.07752349235642, 38.701073490457517 ], [ -120.077289004175711, 38.701130855201505 ], [ -120.077196508228226, 38.701153484189732 ], [ -120.076756501900775, 38.701227500079099 ], [ -120.076576143313744, 38.70128400913444 ], [ -120.076223497632554, 38.701394501391377 ], [ -120.076037499749631, 38.701452488971341 ], [ -120.07563549565937, 38.701518500410707 ], [ -120.074769894670396, 38.70186414251652 ], [ -120.074473497393086, 38.701982494469192 ], [ -120.074412045713686, 38.702030940636867 ], [ -120.073906509088758, 38.702429493131184 ], [ -120.073163501172473, 38.702757498654982 ], [ -120.07253251016428, 38.702779498890735 ], [ -120.07243049926052, 38.702783489943087 ], [ -120.072361493454466, 38.702795487588595 ], [ -120.072319035375799, 38.702802477239274 ], [ -120.072288502272883, 38.702807499381336 ], [ -120.072288063909511, 38.702807957953858 ], [ -120.07214250514501, 38.702974494506471 ], [ -120.071955500091804, 38.703109499083958 ], [ -120.071773498774206, 38.703208500995444 ], [ -120.071308492912834, 38.703507485035935 ], [ -120.071042510080829, 38.70370250467279 ], [ -120.069157622389554, 38.704978221020994 ], [ -120.068085638648782, 38.705703711353067 ], [ -120.067521503630076, 38.70608548840638 ], [ -120.067047623043621, 38.706408566064454 ], [ -120.067046868476979, 38.706409081853238 ], [ -120.064338480268276, 38.708255488186673 ], [ -120.061268503759621, 38.710346482438673 ], [ -120.047897497268778, 38.719398482045463 ], [ -120.046632095746176, 38.720263296331837 ], [ -120.04034651490079, 38.724558497146077 ], [ -120.034090784476106, 38.728825290881375 ], [ -120.032697490435496, 38.729775486016841 ], [ -120.031075620949068, 38.730883459758452 ], [ -120.028239273973639, 38.732820956616443 ], [ -120.028239041851521, 38.732820762593903 ], [ -119.994875895900051, 38.757685452716359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_PGE_BAY", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.1819183956, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22313.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.116116, 37.505383999999751 ], [ -122.111344, 37.507578999999758 ], [ -122.111425920892884, 37.510264900734953 ], [ -122.111431579582828, 37.510450429468314 ], [ -122.111433, 37.510496999999752 ], [ -122.111998, 37.528850999999761 ], [ -122.124345544079233, 37.552335007891159 ], [ -122.125198265607722, 37.553956813731666 ], [ -122.125885604989051, 37.555264076402857 ], [ -122.126146342219656, 37.555759977056596 ], [ -122.126230780593517, 37.555920571861982 ], [ -122.127008818577764, 37.557400335776521 ], [ -122.127074511733838, 37.557525278727567 ], [ -122.127342909417791, 37.55803574893018 ], [ -122.12772325578328, 37.558759136268698 ], [ -122.128445029080979, 37.560131889401646 ], [ -122.128688, 37.560593999999732 ], [ -122.131512, 37.561829999999759 ], [ -122.133924, 37.562884999999753 ], [ -122.137524, 37.567466999999745 ], [ -122.144396, 37.581865999999756 ], [ -122.14459372754763, 37.582360318868837 ], [ -122.146428840856558, 37.58694810214115 ], [ -122.147014, 37.588410999999766 ], [ -122.146647688185041, 37.591195283263225 ], [ -122.146118351818714, 37.595218692624563 ], [ -122.14605340923373, 37.595712311844935 ], [ -122.146035947262391, 37.595845037770012 ], [ -122.145976560820188, 37.596296425550406 ], [ -122.145919656655749, 37.596728945895769 ], [ -122.145844807428276, 37.597297864076481 ], [ -122.145823167831793, 37.597462343527539 ], [ -122.145776329507498, 37.597818354873908 ], [ -122.145378, 37.600845999999756 ], [ -122.145572796187167, 37.602145634092508 ], [ -122.145611453762641, 37.602403548293907 ], [ -122.145906125771447, 37.604369530248654 ], [ -122.145959799056229, 37.604727625711419 ], [ -122.146359, 37.607390999999758 ], [ -122.150168642951229, 37.62681750194168 ], [ -122.150190176539908, 37.626927308111988 ], [ -122.150313664622118, 37.627557010553645 ], [ -122.150508583103431, 37.628550957835529 ], [ -122.151075055953171, 37.631439571297726 ], [ -122.151299293763131, 37.632583026552375 ], [ -122.151973971623676, 37.636023409532001 ], [ -122.152437717783613, 37.638388189064365 ], [ -122.152905, 37.640770999999752 ], [ -122.153205294053734, 37.641575078044902 ], [ -122.15451761993215, 37.645089008520088 ], [ -122.154751401431284, 37.645714990181936 ], [ -122.162751, 37.667134999999753 ], [ -122.163049, 37.667932999999749 ], [ -122.170904, 37.67611399999975 ], [ -122.179085, 37.680040999999768 ], [ -122.197217, 37.692668999999754 ], [ -122.197411, 37.692803999999747 ], [ -122.203971, 37.697768999999802 ], [ -122.204121, 37.697782999999767 ], [ -122.213773, 37.69869499999978 ], [ -122.214498230186337, 37.69932947254469 ], [ -122.221628, 37.705566999999753 ], [ -122.246826, 37.721929999999759 ], [ -122.249807179222344, 37.72640130548556 ], [ -122.250043, 37.726754999999763 ], [ -122.255836001851407, 37.7354445027769 ], [ -122.255989, 37.735673999999754 ], [ -122.257017, 37.737729999999772 ], [ -122.257953, 37.739600999999752 ], [ -122.257134, 37.745000999999768 ], [ -122.252226, 37.747618999999752 ], [ -122.250908, 37.748102999999759 ], [ -122.25087217525278, 37.748116144764239 ], [ -122.248526, 37.748976999999755 ], [ -122.244938, 37.750293999999748 ], [ -122.243848202573645, 37.751928696139302 ], [ -122.242638, 37.753743999999749 ], [ -122.244013, 37.754667999999775 ], [ -122.247957, 37.757319999999766 ], [ -122.253452, 37.761014999999759 ], [ -122.253753, 37.761217999999765 ], [ -122.262117, 37.76400599999976 ], [ -122.264101, 37.764666999999761 ], [ -122.272023, 37.766546999999768 ], [ -122.275408, 37.76734999999978 ], [ -122.275745848696047, 37.767416361595465 ], [ -122.278428570257319, 37.767943312522824 ], [ -122.279323, 37.768118999999757 ], [ -122.281618186158411, 37.768569888243022 ], [ -122.285396841673943, 37.769312203345038 ], [ -122.286139, 37.769457999999766 ], [ -122.28682136375609, 37.769541171466742 ], [ -122.287261666675136, 37.76959483879503 ], [ -122.28924487359086, 37.769836566505589 ], [ -122.289484624023956, 37.769865789035464 ], [ -122.29148, 37.770108999999763 ], [ -122.29388171035437, 37.770402054482581 ], [ -122.293996, 37.770415999999749 ], [ -122.294175485043823, 37.770489119039702 ], [ -122.300777734115627, 37.77317875882008 ], [ -122.302794501303921, 37.774000354188296 ], [ -122.303414492521654, 37.774252927671156 ], [ -122.304345, 37.774631999999762 ], [ -122.309514094982362, 37.776196499497317 ], [ -122.317206028414105, 37.77852457163182 ], [ -122.318909, 37.779039999999753 ], [ -122.320506295753233, 37.779683962884569 ], [ -122.329168, 37.783175999999763 ], [ -122.33079, 37.78382999999976 ], [ -122.330959, 37.785988999999752 ], [ -122.331183053830046, 37.788846609241574 ], [ -122.331672296252734, 37.795086465387811 ], [ -122.331748, 37.796051999999776 ], [ -122.331927330751739, 37.796216425828419 ], [ -122.33555, 37.799537999999764 ], [ -122.335675, 37.799651999999767 ], [ -122.334655845781256, 37.80491641932209 ], [ -122.333711, 37.809796999999769 ], [ -122.333311, 37.810326999999752 ], [ -122.33281025604785, 37.810989262654864 ], [ -122.325361685940933, 37.820840424699973 ], [ -122.324080148985786, 37.822535330974731 ], [ -122.323567, 37.82321399999978 ], [ -122.317676, 37.826813999999757 ], [ -122.316586724008957, 37.826876290533548 ], [ -122.312064649826212, 37.827134886534061 ], [ -122.306222, 37.827468999999766 ], [ -122.303931, 37.830086999999757 ], [ -122.303319, 37.834217999999773 ], [ -122.302984412188451, 37.836477203370876 ], [ -122.30254671385697, 37.839432629455999 ], [ -122.301386, 37.847269999999732 ], [ -122.301314, 37.847757999999757 ], [ -122.305495949426273, 37.859706426931972 ], [ -122.307286539430748, 37.864822398373313 ], [ -122.307500717130594, 37.865434334658531 ], [ -122.309177124078175, 37.870224068794506 ], [ -122.310477, 37.87393799999974 ], [ -122.310385285146012, 37.877451658386434 ], [ -122.310378911984984, 37.877695818516216 ], [ -122.31035876329733, 37.878467728434131 ], [ -122.310271, 37.881829999999752 ], [ -122.310108, 37.888085999999774 ], [ -122.310091125605069, 37.888731791392942 ], [ -122.309986, 37.892754999999759 ], [ -122.313258, 37.897009999999774 ], [ -122.313525, 37.897234999999768 ], [ -122.315100875785404, 37.898564572808446 ], [ -122.320814641269394, 37.903385299983057 ], [ -122.321030789095644, 37.903567664783054 ], [ -122.322512629654213, 37.904817899688432 ], [ -122.32373, 37.905844999999765 ], [ -122.333706, 37.908565999999773 ], [ -122.33453, 37.908790999999759 ], [ -122.340299011967957, 37.908790999999759 ], [ -122.352931881407883, 37.908790999999745 ], [ -122.35711, 37.908790999999759 ], [ -122.360723, 37.905629999999761 ], [ -122.362346, 37.904208999999753 ], [ -122.363840606529877, 37.904115658453698 ], [ -122.365356305502047, 37.904020999637062 ], [ -122.365991791971922, 37.903981312074876 ], [ -122.367582, 37.903881999999776 ], [ -122.368390563297652, 37.9039771208191 ], [ -122.378709, 37.905190999999775 ], [ -122.385908, 37.908135999999757 ], [ -122.386219739990651, 37.908323063043355 ], [ -122.387721632673944, 37.909224290428014 ], [ -122.388354769487364, 37.90960421120451 ], [ -122.389181, 37.910099999999773 ], [ -122.389251012429341, 37.910765091335804 ], [ -122.39049, 37.922534999999776 ], [ -122.390527492624201, 37.922572492623949 ], [ -122.390776, 37.922820999999757 ], [ -122.390809671452502, 37.922854679291966 ], [ -122.395071, 37.927116999999768 ], [ -122.39995966348738, 37.928146150933351 ], [ -122.400887247565507, 37.928341423940459 ], [ -122.401289, 37.928425999999774 ], [ -122.406846622232692, 37.932374789807405 ], [ -122.413040952672773, 37.936775972162579 ], [ -122.413725, 37.937261999999777 ], [ -122.417371, 37.943512999999768 ], [ -122.419456466031136, 37.94672779279167 ], [ -122.420926594034015, 37.948994028173303 ], [ -122.430087, 37.963114999999767 ], [ -122.42976, 37.965404999999762 ], [ -122.428990145606448, 37.965282563263813 ], [ -122.423582644648221, 37.964422560680674 ], [ -122.415858744358616, 37.963194160676288 ], [ -122.415361, 37.963114999999775 ], [ -122.411761, 37.960496999999762 ], [ -122.411119900867874, 37.959936560172295 ], [ -122.408383, 37.957543999999778 ], [ -122.404146714951978, 37.954675259046752 ], [ -122.403746367847788, 37.95440415072418 ], [ -122.400871, 37.952456999999761 ], [ -122.399771, 37.953425999999766 ], [ -122.394780817765536, 37.954787250379198 ], [ -122.391992, 37.95554799999978 ], [ -122.393119351828545, 37.958998624290686 ], [ -122.393669, 37.960680999999759 ], [ -122.394390910572938, 37.961937897872289 ], [ -122.395420947740533, 37.963731266155165 ], [ -122.395685, 37.964190999999765 ], [ -122.395715432006853, 37.965716657942679 ], [ -122.395777402333735, 37.968823436997887 ], [ -122.39579, 37.96945499999979 ], [ -122.395331989694967, 37.969456698431074 ], [ -122.390959490967433, 37.969472912888641 ], [ -122.388538548160668, 37.96948189042687 ], [ -122.388509, 37.969481999999772 ], [ -122.388506878869407, 37.969504764483304 ], [ -122.388326, 37.971445999999766 ], [ -122.384652203634246, 37.971556357102237 ], [ -122.379604, 37.971707999999765 ], [ -122.373658, 37.971707999999765 ], [ -122.368717568324243, 37.976960664355495 ], [ -122.367888031547935, 37.977842627419172 ], [ -122.367582, 37.978167999999762 ], [ -122.366304369073589, 37.980828343508591 ], [ -122.364213420566642, 37.985182215329225 ], [ -122.364144621076036, 37.985325472880675 ], [ -122.361904, 37.989990999999776 ], [ -122.363001, 37.994374999999778 ], [ -122.366928, 37.998457999999772 ], [ -122.368891, 38.007947999999786 ], [ -122.367909, 38.012529999999785 ], [ -122.363655, 38.014165999999769 ], [ -122.359493, 38.009940999999777 ], [ -122.354722588473393, 38.008404878308703 ], [ -122.351264034310233, 38.007291188212953 ], [ -122.346040756479113, 38.005609238903119 ], [ -122.344981837964653, 38.005268256224774 ], [ -122.340093, 38.003693999999776 ], [ -122.331911, 38.005329999999759 ], [ -122.33152, 38.005602999999773 ], [ -122.331362, 38.005712999999773 ], [ -122.33132, 38.005741999999771 ], [ -122.324879, 38.010231999999768 ], [ -122.321112, 38.012856999999755 ], [ -122.315549, 38.013510999999781 ], [ -122.299915956234187, 38.010364871105345 ], [ -122.299852, 38.010351999999756 ], [ -122.299698607366807, 38.010587684287437 ], [ -122.297371, 38.014163999999774 ], [ -122.297319922396028, 38.014189630207618 ], [ -122.295508821901961, 38.015098421507794 ], [ -122.291783, 38.016967999999764 ], [ -122.289664, 38.019812999999758 ], [ -122.29029, 38.021970999999752 ], [ -122.290282948868949, 38.02198078999993 ], [ -122.289975399735198, 38.022407800367453 ], [ -122.289927, 38.022474999999766 ], [ -122.289893967300571, 38.022467446851181 ], [ -122.288880858563402, 38.022235792733973 ], [ -122.288252, 38.022091999999759 ], [ -122.286981, 38.02134599999976 ], [ -122.285287, 38.021425999999764 ], [ -122.282846, 38.02223299999978 ], [ -122.280623216520127, 38.024857122630308 ], [ -122.278263198781644, 38.027643258127526 ], [ -122.276105379266298, 38.03019068709397 ], [ -122.273331, 38.03346599999977 ], [ -122.268393882482385, 38.038716807298982 ], [ -122.268391506164974, 38.038717485132359 ], [ -122.267911593505687, 38.038907307466154 ], [ -122.267496057630993, 38.039071032654306 ], [ -122.267026210565518, 38.039172140881391 ], [ -122.266515002961256, 38.039280001355991 ], [ -122.266306688915492, 38.039336503118484 ], [ -122.266306481142919, 38.039336558064392 ], [ -122.265982956531118, 38.039420896889652 ], [ -122.265598367949366, 38.039535244926029 ], [ -122.26551601995763, 38.039558994608598 ], [ -122.265210014228998, 38.039694001009593 ], [ -122.264993860727358, 38.039851960815717 ], [ -122.264742012106609, 38.040036002169778 ], [ -122.264688006194262, 38.040090001970512 ], [ -122.26423541086973, 38.040551477424053 ], [ -122.264231138746041, 38.040555820068491 ], [ -122.264229012627183, 38.040557991150493 ], [ -122.264131152882186, 38.04075368030675 ], [ -122.264112507782883, 38.040790498631594 ], [ -122.264112461148756, 38.040791032341652 ], [ -122.26411198435963, 38.040791988504488 ], [ -122.264103005543234, 38.040881988133172 ], [ -122.264132961552676, 38.040931921891101 ], [ -122.264154505145356, 38.040971482172786 ], [ -122.264216504664901, 38.041054488136218 ], [ -122.264521502476185, 38.041324500114392 ], [ -122.264616799632705, 38.041476225476288 ], [ -122.264670002847055, 38.041565986964557 ], [ -122.264685034556351, 38.041663686618804 ], [ -122.264701502818355, 38.041802482558602 ], [ -122.264685844754894, 38.041881571719344 ], [ -122.264659955067771, 38.042009061025702 ], [ -122.264629623335111, 38.042072233065845 ], [ -122.264596511480249, 38.04213949764555 ], [ -122.264589991744685, 38.042154018843163 ], [ -122.264580017868937, 38.042168999819964 ], [ -122.264499012348367, 38.042240996340169 ], [ -122.264373027719387, 38.042304001014607 ], [ -122.264265312048821, 38.042339896681518 ], [ -122.264238012102638, 38.042348024319956 ], [ -122.264125526128396, 38.042368561790887 ], [ -122.263824007929614, 38.042421001885309 ], [ -122.263680004706103, 38.042493006080292 ], [ -122.263620395353058, 38.042534730552482 ], [ -122.263587073306027, 38.042556062109732 ], [ -122.263586644015774, 38.042556396875824 ], [ -122.263586512230802, 38.04255649885922 ], [ -122.263392950063064, 38.042707940536545 ], [ -122.263348409957473, 38.042714135383953 ], [ -122.263239018289596, 38.042727004910951 ], [ -122.26319882095477, 38.042723350002426 ], [ -122.263136967127153, 38.04271498192017 ], [ -122.263056761370308, 38.04272354085785 ], [ -122.263005016937626, 38.042726993794261 ], [ -122.262980193335181, 38.042748266575593 ], [ -122.262943009893903, 38.042777011059705 ], [ -122.26294279941672, 38.042777258295807 ], [ -122.262942495797361, 38.042777490433735 ], [ -122.26281080832527, 38.04292970308348 ], [ -122.26280747990856, 38.042933483118404 ], [ -122.262807006780065, 38.042933994800947 ], [ -122.262802794136249, 38.042944509324165 ], [ -122.262730496834664, 38.04311350018267 ], [ -122.262701213632354, 38.043268489685481 ], [ -122.262672010348595, 38.04340200047244 ], [ -122.262368999380911, 38.045531749870271 ], [ -122.262356949165607, 38.045616005974438 ], [ -122.262356599146884, 38.04561849840568 ], [ -122.26227841630697, 38.046266858872308 ], [ -122.262069007100138, 38.048001004140957 ], [ -122.262096014378699, 38.048145000836875 ], [ -122.262132009741535, 38.048235001887804 ], [ -122.262389600662672, 38.048456656027618 ], [ -122.262519493412512, 38.048570489973059 ], [ -122.262659077078894, 38.048715028852882 ], [ -122.262693163490198, 38.048802466884609 ], [ -122.262717004156912, 38.048873995988316 ], [ -122.262732176926306, 38.04898770036035 ], [ -122.262734544607952, 38.04901248488288 ], [ -122.262711582587428, 38.049185024634369 ], [ -122.262686020017298, 38.049373063731494 ], [ -122.262449335748116, 38.050273006692656 ], [ -122.262321018895818, 38.05075499168656 ], [ -122.262249014409917, 38.050908000084952 ], [ -122.262168016758366, 38.050971003358072 ], [ -122.261997009557021, 38.051043003935781 ], [ -122.261802396761368, 38.051156818946055 ], [ -122.261770977699641, 38.051175020779262 ], [ -122.261518511063841, 38.051320487835234 ], [ -122.260873982655994, 38.051610187034569 ], [ -122.260678050046195, 38.051698034458042 ], [ -122.260677626289748, 38.051698420651931 ], [ -122.260677489556755, 38.051698480267689 ], [ -122.260673998969168, 38.051700007702401 ], [ -122.260602008517111, 38.051762996377796 ], [ -122.260601560576589, 38.051767459089689 ], [ -122.260593003615071, 38.051862000830091 ], [ -122.260593018111607, 38.052122994298493 ], [ -122.260691402962934, 38.05249201806383 ], [ -122.260877506518511, 38.053205493454968 ], [ -122.261259305299987, 38.054705163190327 ], [ -122.261473502152839, 38.055546484259075 ], [ -122.261605494245032, 38.055961489878975 ], [ -122.261642554916193, 38.056060105174879 ], [ -122.261664000384684, 38.056127996869861 ], [ -122.261718010426264, 38.056163998034599 ], [ -122.261738895037169, 38.056166979426713 ], [ -122.261743478313051, 38.056168010295288 ], [ -122.261778508523122, 38.056176486447022 ], [ -122.261993506346187, 38.05614149121687 ], [ -122.263030505206302, 38.055943556895258 ], [ -122.263680005316303, 38.055822002871665 ], [ -122.263755025391575, 38.055810752591199 ], [ -122.263859493404524, 38.055798488059381 ], [ -122.264114525365613, 38.055911128661492 ], [ -122.264220075854823, 38.055958053336951 ], [ -122.264229255619654, 38.0559646820899 ], [ -122.26428558576589, 38.056006187193617 ], [ -122.264292049733754, 38.056010968948073 ], [ -122.264302807908152, 38.056032595272349 ], [ -122.264316501749363, 38.05606848804895 ], [ -122.264311285742195, 38.056107585612992 ], [ -122.26430102507517, 38.056164002691247 ], [ -122.264260816035659, 38.056232895933086 ], [ -122.264248975164023, 38.056251954520533 ], [ -122.264233509971248, 38.056276486453669 ], [ -122.264018504779131, 38.056505498486082 ], [ -122.26414882071235, 38.05698974088385 ], [ -122.264265020224968, 38.057433000469715 ], [ -122.264337010863343, 38.057676002177466 ], [ -122.264472005139041, 38.058044989196262 ], [ -122.265194615734472, 38.059594509753381 ], [ -122.265345024495659, 38.059917000972504 ], [ -122.26534694717725, 38.059918324102512 ], [ -122.265347272233853, 38.059919014347464 ], [ -122.265347497677922, 38.059919492909685 ], [ -122.264829507801977, 38.060025486616773 ], [ -122.264722499382572, 38.060048501363283 ], [ -122.2606590522592, 38.060865569974979 ], [ -122.257779493921433, 38.061444484636652 ], [ -122.252015041426958, 38.062606841562136 ], [ -122.245483499880791, 38.063923490690151 ], [ -122.245250510368322, 38.063970481092838 ], [ -122.237099466834422, 38.062729954600577 ], [ -122.236690083229917, 38.062667632115918 ], [ -122.232958497755959, 38.06209948687043 ], [ -122.23208708334171, 38.061820013160528 ], [ -122.232085496172161, 38.06181950144871 ], [ -122.230446507218488, 38.061633487557287 ], [ -122.230103512175006, 38.061582497483798 ], [ -122.229253500149014, 38.061440504738243 ], [ -122.227979496032944, 38.061235491729036 ], [ -122.226688498746555, 38.061144499508302 ], [ -122.225905118071779, 38.061067560830331 ], [ -122.225904509089261, 38.061067500577408 ], [ -122.225186499025412, 38.060990491114687 ], [ -122.213531184349193, 38.059557580042629 ], [ -122.213530504508256, 38.059557496270877 ], [ -122.206232607355716, 38.05867259567863 ], [ -122.201933472651604, 38.05815108705459 ], [ -122.201788971900569, 38.058133541013412 ], [ -122.201788510525134, 38.058133485871338 ], [ -122.201770317762424, 38.058129809994689 ], [ -122.200858956188824, 38.05794519653714 ], [ -122.20085550596022, 38.057944489706706 ], [ -122.199411910809459, 38.057602248092991 ], [ -122.198687502440848, 38.057430503540509 ], [ -122.198197434895363, 38.057316319124254 ], [ -122.197129513145299, 38.057067490482034 ], [ -122.196498516697005, 38.056918491802925 ], [ -122.196077497872011, 38.056821494440463 ], [ -122.195392498471037, 38.05666349788104 ], [ -122.195391901838974, 38.05666336316996 ], [ -122.194806504358013, 38.056528488618653 ], [ -122.191788668614862, 38.055839734779831 ], [ -122.184143506885007, 38.054094488149232 ], [ -122.183876505742688, 38.054008486667833 ], [ -122.183658514823961, 38.053877492556808 ], [ -122.179831818454019, 38.050793556992787 ], [ -122.176191510380747, 38.047859483262641 ], [ -122.176075509404356, 38.047790487767081 ], [ -122.176075175959483, 38.04779007963937 ], [ -122.175981993637308, 38.047673476810871 ], [ -122.175116497848492, 38.04659050065208 ], [ -122.174974940844393, 38.046387130797669 ], [ -122.174974492244459, 38.04638649084221 ], [ -122.174741505629157, 38.046089494260968 ], [ -122.173494662652672, 38.044463164436678 ], [ -122.173167542256081, 38.044036480105625 ], [ -122.170786513334647, 38.040930500787816 ], [ -122.169710491279019, 38.039529485212618 ], [ -122.169648498834093, 38.039445488888859 ], [ -122.16954388272373, 38.039295550060451 ], [ -122.169528495224043, 38.039273498408633 ], [ -122.169204929925144, 38.038806977629797 ], [ -122.168898158256596, 38.03836466571348 ], [ -122.168643512331798, 38.037997499650203 ], [ -122.167837488940393, 38.037038496326403 ], [ -122.167575508553014, 38.036720501905805 ], [ -122.167379500347664, 38.036633485889624 ], [ -122.166731499890233, 38.036039500342817 ], [ -122.165834491297602, 38.035462498733075 ], [ -122.165691294395486, 38.035407252934078 ], [ -122.16563779348013, 38.035386601223394 ], [ -122.16563750493367, 38.035386491529003 ], [ -122.165215511783458, 38.035101496980282 ], [ -122.16481358434352, 38.034863992828008 ], [ -122.164555490850603, 38.034711484101557 ], [ -122.16391644273746, 38.03451622892846 ], [ -122.163187505085688, 38.034293505344166 ], [ -122.162183485524864, 38.034035491545801 ], [ -122.160648503981662, 38.033732493918833 ], [ -122.160435491913162, 38.033633489320557 ], [ -122.159994508818812, 38.033445501143049 ], [ -122.15967951634363, 38.033399495407878 ], [ -122.159248499737359, 38.033338486100646 ], [ -122.15892751204963, 38.033246495205923 ], [ -122.157996511792462, 38.033109489268391 ], [ -122.155967500236045, 38.032819493724546 ], [ -122.153511501921699, 38.032407483184741 ], [ -122.152494532395735, 38.032289010275434 ], [ -122.151863501613335, 38.032215494518205 ], [ -122.151263384442842, 38.032108241526323 ], [ -122.150246503209843, 38.031926490585157 ], [ -122.149204429658553, 38.031797871066416 ], [ -122.149204170044229, 38.031797841368899 ], [ -122.149150561485669, 38.031791223215315 ], [ -122.148577504966084, 38.031720497580679 ], [ -122.148576978164911, 38.031720497998855 ], [ -122.14707651400883, 38.031720490064089 ], [ -122.147051439606656, 38.031716531453512 ], [ -122.146981502200916, 38.031705492218705 ], [ -122.145186496818113, 38.03177449214602 ], [ -122.144770947025393, 38.031771053924906 ], [ -122.143129498340485, 38.031757496251821 ], [ -122.141546504690837, 38.031857487377934 ], [ -122.139384499836709, 38.032176491454408 ], [ -122.137164513360474, 38.032838485026815 ], [ -122.136112493388637, 38.03321149128066 ], [ -122.134422499363382, 38.033713499099868 ], [ -122.133204499186078, 38.034063491861588 ], [ -122.131576494930044, 38.034482483590146 ], [ -122.13105970078955, 38.034573110714284 ], [ -122.130327509911979, 38.034701502209472 ], [ -122.130217497331429, 38.034711486234805 ], [ -122.130217224209616, 38.034711564041736 ], [ -122.128036972403066, 38.035332568165096 ], [ -122.126288482727816, 38.035830556218244 ], [ -122.125161512864423, 38.036151499024605 ], [ -122.123703171726177, 38.036665157886773 ], [ -122.122725512526912, 38.037009498206658 ], [ -122.12210627466078, 38.037288816704276 ], [ -122.120763494736735, 38.037894489505575 ], [ -122.120680384263778, 38.037937252325463 ], [ -122.120660501192944, 38.037947485412523 ], [ -122.120623676614954, 38.037966929170196 ], [ -122.120499499510075, 38.038032488680699 ], [ -122.120407295829693, 38.038084881712628 ], [ -122.120367491550567, 38.038107499823191 ], [ -122.120177497583143, 38.038234491475883 ], [ -122.119348175922511, 38.038629298304002 ], [ -122.117923516902337, 38.039307492828421 ], [ -122.11787927861684, 38.039326720432641 ], [ -122.116599951650201, 38.039882776066435 ], [ -122.109387584421768, 38.043017189963187 ], [ -122.102781517787122, 38.045887488681757 ], [ -122.102613511351279, 38.045941484234859 ], [ -122.100557516571925, 38.046669492056388 ], [ -122.099681493448685, 38.047035483720371 ], [ -122.09906153036232, 38.047292313845624 ], [ -122.098713496488742, 38.047436495410786 ], [ -122.098146997377071, 38.047588248524143 ], [ -122.098145482796369, 38.047588654182988 ], [ -122.097048511094513, 38.047882496453632 ], [ -122.095722505764513, 38.048344497170504 ], [ -122.093480508906211, 38.049106492874081 ], [ -122.093228248229167, 38.049255052334246 ], [ -122.093227520880959, 38.049255491215867 ], [ -122.093115712942051, 38.04927972162762 ], [ -122.092844511592716, 38.049338490587452 ], [ -122.09134101220414, 38.049564456422189 ], [ -122.090402499271264, 38.049705498020579 ], [ -122.088820515749532, 38.050079493828029 ], [ -122.087300496970983, 38.050623499254854 ], [ -122.085801515854996, 38.0511885057415 ], [ -122.084204503157252, 38.051855500600027 ], [ -122.082544506617111, 38.052352487827697 ], [ -122.081009489923204, 38.052826488377434 ], [ -122.080032672777023, 38.053114431912618 ], [ -122.079842493969906, 38.053170490776566 ], [ -122.077430506721498, 38.054005489204798 ], [ -122.077129716479192, 38.054138986987077 ], [ -122.076727510840058, 38.054317491840287 ], [ -122.076545505431227, 38.054408480042795 ], [ -122.076147509359615, 38.054614495817219 ], [ -122.07539792003773, 38.05507440956692 ], [ -122.075395790379417, 38.055075717822561 ], [ -122.075262520240713, 38.055157483320038 ], [ -122.067298498705767, 38.060078496295567 ], [ -122.066940219994152, 38.060221700857319 ], [ -122.06659549420236, 38.060359489374783 ], [ -122.065395590050628, 38.060833552390527 ], [ -122.06500849174337, 38.060986486898123 ], [ -122.063650499005178, 38.061405499339884 ], [ -122.062506499445306, 38.061710493988961 ], [ -122.062154692539679, 38.061815130087915 ], [ -122.061383503241899, 38.062044491696881 ], [ -122.061251848308515, 38.06206797128101 ], [ -122.06106949229472, 38.062100495507337 ], [ -122.060898864342832, 38.062085676042393 ], [ -122.060898397528121, 38.062085634213368 ], [ -122.060735510971753, 38.06207148474256 ], [ -122.055825187628187, 38.061140836986432 ], [ -122.050875503536247, 38.060202496187493 ], [ -122.050567518207941, 38.060199971858566 ], [ -122.050386507354872, 38.060198490803174 ], [ -122.050339508589047, 38.060204500245277 ], [ -122.036259510083141, 38.060204497515855 ], [ -122.032972068037466, 38.059780278740661 ], [ -122.028410515671837, 38.059191484984204 ], [ -122.024974509962462, 38.060291494608421 ], [ -122.019827498541332, 38.062271491585385 ], [ -122.015175492394945, 38.063481492281703 ], [ -122.007915495679384, 38.064493501476505 ], [ -122.00107350874994, 38.065309493296127 ], [ -122.000603504852819, 38.065365502348222 ], [ -121.991351501892055, 38.066320494209982 ], [ -121.986671506248541, 38.066925493148865 ], [ -121.98315749143616, 38.067297497118176 ], [ -121.977440503666713, 38.066840499455232 ], [ -121.972281504383645, 38.065538491503148 ], [ -121.967370792357613, 38.063513394154825 ], [ -121.962199507176635, 38.061380502179361 ], [ -121.956438742236543, 38.058147595319788 ], [ -121.955720499587855, 38.057744483581367 ], [ -121.955719930987584, 38.057744075769506 ], [ -121.953036326855752, 38.055886961256412 ], [ -121.950953514881093, 38.054445483806013 ], [ -121.950234516267031, 38.053925486134609 ], [ -121.949904501151735, 38.053833495624559 ], [ -121.949072202895536, 38.053578413351012 ], [ -121.948253494092413, 38.05332749133651 ], [ -121.947259101688545, 38.053045146726234 ], [ -121.946640515531641, 38.052869499152671 ], [ -121.945857516032319, 38.052614499139239 ], [ -121.945194515827879, 38.052418497543222 ], [ -121.945191864642354, 38.052417622270973 ], [ -121.943835513358209, 38.051968498822603 ], [ -121.942325504408757, 38.051403486950583 ], [ -121.940936513432163, 38.050915496690756 ], [ -121.939578500348603, 38.050442495086109 ], [ -121.938678500319199, 38.050190496847591 ], [ -121.937762503290344, 38.049831490602799 ], [ -121.936343508736016, 38.049175490307256 ], [ -121.935578507129364, 38.048857500389332 ], [ -121.935478782174812, 38.048815225496703 ], [ -121.93547861114503, 38.04881515379742 ], [ -121.93542750713975, 38.048793488623282 ], [ -121.934853469013035, 38.048654049498751 ], [ -121.934299515643275, 38.048519489751556 ], [ -121.932818503992138, 38.048153495441277 ], [ -121.93100249845962, 38.047611494627063 ], [ -121.930300422649069, 38.047446526069102 ], [ -121.930298941809625, 38.047446179983538 ], [ -121.929538496784957, 38.047267486218061 ], [ -121.928991780380059, 38.047160072091714 ], [ -121.92845950141843, 38.047055487829503 ], [ -121.928026491330712, 38.046970491287432 ], [ -121.925815510753864, 38.046475489144122 ], [ -121.924425510385305, 38.046269495031964 ], [ -121.923326493064664, 38.046124488619057 ], [ -121.922121503535919, 38.045902493569663 ], [ -121.921301987540659, 38.045793801025255 ], [ -121.921301574639699, 38.045793745832881 ], [ -121.920794496068496, 38.04572648950321 ], [ -121.920034985540667, 38.045668720284006 ], [ -121.918901503496642, 38.045582495074221 ], [ -121.917331513152675, 38.045429486820467 ], [ -121.915545497087962, 38.045216486819264 ], [ -121.913622515572797, 38.045124491960621 ], [ -121.911943504603386, 38.045048489960763 ], [ -121.910143510196704, 38.044956495881038 ], [ -121.908569508014239, 38.045020487356744 ], [ -121.906801491422257, 38.04500248570217 ], [ -121.904670512335997, 38.045320494247257 ], [ -121.90315451322212, 38.045330500664022 ], [ -121.901170492622896, 38.045361495081607 ], [ -121.898881497556744, 38.045574500406644 ], [ -121.89624250548907, 38.045849491611115 ], [ -121.89468200995401, 38.04602883647955 ], [ -121.893327490885994, 38.046184488511443 ], [ -121.8918015193088, 38.0464134900568 ], [ -121.890617985249293, 38.046543645902894 ], [ -121.890613189399161, 38.046544171517347 ], [ -121.889573508341329, 38.046658491846586 ], [ -121.888475258631487, 38.046874916290747 ], [ -121.887259496841565, 38.04711448637228 ], [ -121.887022785718841, 38.047161504005359 ], [ -121.886675510796024, 38.047230482041861 ], [ -121.884464497735252, 38.047766494043096 ], [ -121.883561510943224, 38.047985497537539 ], [ -121.880174505531457, 38.048710495102874 ], [ -121.879640636724076, 38.04887688840202 ], [ -121.878220501001039, 38.049319489748783 ], [ -121.876647665127294, 38.049905204654614 ], [ -121.876069509636494, 38.050120500418458 ], [ -121.87581912307752, 38.050225430674452 ], [ -121.875031494595135, 38.050555505975844 ], [ -121.874835977776286, 38.050634345781752 ], [ -121.874726503707706, 38.050678492544655 ], [ -121.874574502429425, 38.050770493423066 ], [ -121.872697469125683, 38.05184648106659 ], [ -121.871345147717122, 38.05284429511071 ], [ -121.871096073769365, 38.053028075724249 ], [ -121.871095505334267, 38.053028486931353 ], [ -121.869468980332456, 38.054520056849675 ], [ -121.869468500366722, 38.054520482808684 ], [ -121.8694009209093, 38.054600018999444 ], [ -121.869400499237742, 38.054600483617541 ], [ -121.868546496943125, 38.055546501416622 ], [ -121.867470208244598, 38.056815504392326 ], [ -121.867401512097089, 38.056896499345825 ], [ -121.866363507400166, 38.05831550055413 ], [ -121.865188503993096, 38.059909489783372 ], [ -121.864784095425179, 38.060517805106542 ], [ -121.864472506585031, 38.060986497160592 ], [ -121.863890770869247, 38.061970874424915 ], [ -121.863647511779618, 38.062382490698049 ], [ -121.863113511649701, 38.0634735024584 ], [ -121.86264050204926, 38.064930495050831 ], [ -121.862533504094444, 38.065678495897195 ], [ -121.862533515722433, 38.065899495615135 ], [ -121.862461513080063, 38.066029497418732 ], [ -121.862442796823842, 38.066065959840309 ], [ -121.862442516078247, 38.066066504412049 ], [ -121.86213749743311, 38.066066486467449 ], [ -121.854524512807316, 38.065089484429095 ], [ -121.853851516382989, 38.064853499014674 ], [ -121.85372843769899, 38.064808217409585 ], [ -121.853728303057224, 38.064808169531481 ], [ -121.853639512850791, 38.064775499062634 ], [ -121.851027504296269, 38.06293549101953 ], [ -121.849033389878258, 38.061529186842073 ], [ -121.847951919326121, 38.060766461843691 ], [ -121.846803543830234, 38.059956462034208 ], [ -121.846803426624163, 38.059956376220704 ], [ -121.843954126356323, 38.055535324672455 ], [ -121.843914879084863, 38.055474424173894 ], [ -121.84165949693741, 38.051974496166231 ], [ -121.84106450314745, 38.04833650104144 ], [ -121.840850504720109, 38.047024492360414 ], [ -121.840560496213143, 38.045268493156378 ], [ -121.8395835128849, 38.042919497005371 ], [ -121.838973509486394, 38.041454495240885 ], [ -121.838408507874377, 38.040089489045251 ], [ -121.837935502797208, 38.038944499129279 ], [ -121.837310515913529, 38.038242494061663 ], [ -121.837203512449477, 38.038090488715909 ], [ -121.837005512483714, 38.03789149876669 ], [ -121.836562495095691, 38.037403495252079 ], [ -121.834282548407515, 38.034828409385128 ], [ -121.834269049477811, 38.034813167279871 ], [ -121.834198500832002, 38.034733502400186 ], [ -121.832123506664118, 38.031101484984589 ], [ -121.831786515077923, 38.030842486569234 ], [ -121.831618497851579, 38.030666504990151 ], [ -121.831134035433195, 38.030309694605386 ], [ -121.830582513489475, 38.029903491783351 ], [ -121.830335816723775, 38.029736221346745 ], [ -121.830318547872309, 38.029724451196316 ], [ -121.830317945032547, 38.029724042440591 ], [ -121.830215512931218, 38.029653490081543 ], [ -121.828719504938277, 38.02851649529709 ], [ -121.828405007960711, 38.028252028585399 ], [ -121.828367504137574, 38.028220491898516 ], [ -121.828314279053828, 38.02818518518518 ], [ -121.828067494973936, 38.028021486184663 ], [ -121.827667505655924, 38.02792148157819 ], [ -121.827560495041837, 38.027801491426338 ], [ -121.826852498278924, 38.027394496740307 ], [ -121.825890493421156, 38.026835488586777 ], [ -121.825396506722967, 38.026637495863525 ], [ -121.824955509802379, 38.026293489177448 ], [ -121.823915500076311, 38.025720491019506 ], [ -121.823125515325827, 38.025353495604513 ], [ -121.822727490617737, 38.025356488655852 ], [ -121.822726953040984, 38.025356067210602 ], [ -121.822325499227915, 38.025055501848428 ], [ -121.821292506741969, 38.024460491747 ], [ -121.8203891151325, 38.023811261412298 ], [ -121.820388927675779, 38.023811128302569 ], [ -121.820215503496684, 38.023686491963666 ], [ -121.820017794415122, 38.023557253261444 ], [ -121.819187510434389, 38.023014494367928 ], [ -121.818198504407178, 38.022213492885236 ], [ -121.816968512130401, 38.021540493923538 ], [ -121.816092330317346, 38.02121286472709 ], [ -121.815679501820256, 38.021058494544093 ], [ -121.815209663777864, 38.020945958941063 ], [ -121.814510508526524, 38.020778490867265 ], [ -121.813296496000419, 38.020540487961121 ], [ -121.811890506083031, 38.020358495918508 ], [ -121.811148121092998, 38.020303020260904 ], [ -121.810632511872456, 38.020264489558691 ], [ -121.8098825914592, 38.020278487624495 ], [ -121.809371429445676, 38.020288027978943 ], [ -121.809293496099968, 38.02028948957004 ], [ -121.808311513899611, 38.02041649722586 ], [ -121.806774503865327, 38.020697499012975 ], [ -121.805027502447217, 38.020939486279005 ], [ -121.80486449106948, 38.02101649521795 ], [ -121.803344492087447, 38.02119448452617 ], [ -121.801250506415002, 38.021487500986041 ], [ -121.800381510395809, 38.021261334694358 ], [ -121.800379866931962, 38.021260906096849 ], [ -121.799959498859337, 38.021151496457264 ], [ -121.799093532434327, 38.020975835950075 ], [ -121.797997508656493, 38.020753501865372 ], [ -121.797311204704826, 38.020412706397863 ], [ -121.796543498862647, 38.020031485608207 ], [ -121.796391889760287, 38.019994066465841 ], [ -121.796231513764425, 38.019954480083385 ], [ -121.794875496723535, 38.019362487926472 ], [ -121.793403501137462, 38.019066484257792 ], [ -121.79246639922448, 38.01893742102461 ], [ -121.791900515839572, 38.018859480869963 ], [ -121.791577578208333, 38.018787864519787 ], [ -121.791147517420427, 38.018692491727592 ], [ -121.79075551706228, 38.018615481715976 ], [ -121.790621614463689, 38.018617806641991 ], [ -121.790466506054941, 38.018620498647309 ], [ -121.790104677880706, 38.018556316807114 ], [ -121.789609510492596, 38.018468487416364 ], [ -121.788769510298621, 38.01842248184338 ], [ -121.787428507233045, 38.018476488514573 ], [ -121.786436500590924, 38.01864449737122 ], [ -121.785428519175113, 38.018605494771904 ], [ -121.784268498153097, 38.018537488941732 ], [ -121.783139510864359, 38.018537492302684 ], [ -121.781384503442425, 38.018613486751427 ], [ -121.780688599101694, 38.018713647456345 ], [ -121.779904517901556, 38.018826490804187 ], [ -121.778837493542682, 38.018948488832955 ], [ -121.778265503784993, 38.019020490666264 ], [ -121.777478504967746, 38.018917497031929 ], [ -121.775830502543826, 38.019383485229589 ], [ -121.765118511949268, 38.023197500525491 ], [ -121.762875881479943, 38.024033876673336 ], [ -121.762072492225215, 38.024333480827735 ], [ -121.759117497527143, 38.025219490800225 ], [ -121.755011504670165, 38.025697496651752 ], [ -121.75154750290821, 38.026692483845153 ], [ -121.751501220340273, 38.026682135117255 ], [ -121.751471513581052, 38.026675491657841 ], [ -121.749590490528917, 38.026283493834939 ], [ -121.748486876815548, 38.026134733916507 ], [ -121.746682506886415, 38.025891489119779 ], [ -121.741395492891201, 38.026425487447071 ], [ -121.738010506639952, 38.027132488984932 ], [ -121.736036499876562, 38.027624487838956 ], [ -121.732539501451598, 38.029034492903307 ], [ -121.732340509149836, 38.029134489032316 ], [ -121.73194149708948, 38.029433495304495 ], [ -121.731694511085479, 38.029527491897682 ], [ -121.729414500017597, 38.031155493836522 ], [ -121.728532507206239, 38.031757499594718 ], [ -121.727616314825525, 38.032346819022656 ], [ -121.727422496384321, 38.032471487488174 ], [ -121.727316546452627, 38.032550647544788 ], [ -121.727315227389795, 38.032551630472966 ], [ -121.726647491834598, 38.033050495250436 ], [ -121.725964460127031, 38.033620510409087 ], [ -121.725926993784626, 38.033639434709535 ], [ -121.72576449486553, 38.033721501194456 ], [ -121.725603998425726, 38.033801337730729 ], [ -121.725565498079732, 38.033820488970143 ], [ -121.723271883051765, 38.034849031112827 ], [ -121.723269956584829, 38.034849894916881 ], [ -121.716865504251174, 38.037721492051617 ], [ -121.716565495492674, 38.037821481901297 ], [ -121.715298511546621, 38.03814448603832 ], [ -121.713864513731224, 38.038503486191061 ], [ -121.712460502098438, 38.038892493844088 ], [ -121.711241882302929, 38.039306157340427 ], [ -121.710934510104167, 38.039410494331413 ], [ -121.709561506285667, 38.039944495070223 ], [ -121.707562492550124, 38.040852493821667 ], [ -121.707363683514274, 38.040950100229878 ], [ -121.707363181379691, 38.040950347486572 ], [ -121.706845499197826, 38.041204503186563 ], [ -121.706667103222159, 38.041278406689173 ], [ -121.706565498863071, 38.041320493283415 ], [ -121.70596548968696, 38.041720500034131 ], [ -121.705852779295483, 38.041771137426551 ], [ -121.705852338451336, 38.041771333949136 ], [ -121.705640505783691, 38.041866495414233 ], [ -121.704343508928673, 38.042484490447947 ], [ -121.702978830835875, 38.043352071505645 ], [ -121.702770516582561, 38.043484499944128 ], [ -121.702342453214527, 38.043718160088517 ], [ -121.701039846077535, 38.044429182528518 ], [ -121.700938508774072, 38.044484504127745 ], [ -121.7006634969202, 38.044721496733999 ], [ -121.699763514242292, 38.04522149936966 ], [ -121.698763493313521, 38.046322490635241 ], [ -121.698114500527666, 38.046988494015814 ], [ -121.697962491141482, 38.047122487378189 ], [ -121.697168513190846, 38.047857493156201 ], [ -121.696039506827702, 38.049125489429237 ], [ -121.694619521923613, 38.050414496989902 ], [ -121.693330492093637, 38.051745470605248 ], [ -121.693329997331873, 38.051745984569237 ], [ -121.692619069041072, 38.052515524658546 ], [ -121.691994511700628, 38.05319149108572 ], [ -121.691943530659884, 38.053238682980279 ], [ -121.691644497542057, 38.053515488511884 ], [ -121.688169635636044, 38.055939132523719 ], [ -121.68622049371173, 38.057298503386193 ], [ -121.685313505339664, 38.057878489980318 ], [ -121.685216497677146, 38.057995492340609 ], [ -121.684573917211949, 38.058362994862634 ], [ -121.684347495700621, 38.058492486382825 ], [ -121.683710507884385, 38.058989488616007 ], [ -121.683702117180914, 38.058997838490292 ], [ -121.683701852411843, 38.058998102210928 ], [ -121.683509510055885, 38.059189488735981 ], [ -121.683308506549736, 38.059389487829343 ], [ -121.683006512468239, 38.059588486747586 ], [ -121.682859497766444, 38.059762495805415 ], [ -121.682794500637058, 38.059825500470929 ], [ -121.681979504469894, 38.060635487214412 ], [ -121.681418510470195, 38.061217492727828 ], [ -121.680812510965509, 38.062104491328334 ], [ -121.680526509854602, 38.0627844886546 ], [ -121.680224505198723, 38.063502492922744 ], [ -121.679956513816819, 38.064546496183382 ], [ -121.679931500284013, 38.064696489905138 ], [ -121.679733500580909, 38.065095486176844 ], [ -121.679736496100773, 38.065596499479526 ], [ -121.679748497332227, 38.065753499302673 ], [ -121.679632503230721, 38.066972496426139 ], [ -121.679576498930061, 38.068086488987007 ], [ -121.679606504499134, 38.06944749746738 ], [ -121.679684498725365, 38.070555496496873 ], [ -121.679807505999392, 38.071840490496569 ], [ -121.679883493288514, 38.072772501283623 ], [ -121.679914508526011, 38.074173499869303 ], [ -121.680021495684784, 38.075404483697369 ], [ -121.680236514394579, 38.076642484151741 ], [ -121.680649506675238, 38.07782049011027 ], [ -121.681047497036786, 38.078699489978121 ], [ -121.681383510106173, 38.079892500753786 ], [ -121.681656518538674, 38.080623486761013 ], [ -121.681757509172797, 38.081324492705896 ], [ -121.681857493889794, 38.082025501122807 ], [ -121.679260497554509, 38.089321487310485 ], [ -121.673065516496123, 38.093519482942504 ], [ -121.671870511548477, 38.093756495232093 ], [ -121.664423501499044, 38.095231485723374 ], [ -121.664170097693798, 38.095281704017687 ], [ -121.662465507725898, 38.095619491501267 ], [ -121.661865510675668, 38.095619488021363 ], [ -121.654162402772428, 38.09247546312956 ], [ -121.652065505322895, 38.091619502955488 ], [ -121.649365491576759, 38.090319490243346 ], [ -121.648984503121994, 38.09014449531616 ], [ -121.648755504884988, 38.090037489414485 ], [ -121.648755245223256, 38.090037130245086 ], [ -121.648434500752685, 38.089595500929278 ], [ -121.648144497799933, 38.089259496216428 ], [ -121.648144176570526, 38.089259239745331 ], [ -121.648143983057139, 38.089259028283919 ], [ -121.648066207438148, 38.089196542140719 ], [ -121.648062834869407, 38.089193831054338 ], [ -121.64698549797285, 38.088327481808669 ], [ -121.645617035130513, 38.087633000983807 ], [ -121.645184506622627, 38.087413488797807 ], [ -121.642850491771696, 38.086848498896153 ], [ -121.642016165934336, 38.08668485500916 ], [ -121.642011769398195, 38.08668399446929 ], [ -121.640515514085948, 38.086390497086498 ], [ -121.639039881986363, 38.086232904760287 ], [ -121.6380905113095, 38.086131502434704 ], [ -121.637342413876766, 38.086259725986672 ], [ -121.636579509221562, 38.086390482705049 ], [ -121.635764021652506, 38.086681189844278 ], [ -121.635761141826876, 38.08668221407099 ], [ -121.634245496077739, 38.087222486171761 ], [ -121.632597501943238, 38.0886114904377 ], [ -121.631818508011577, 38.090860491258539 ], [ -121.631218494491932, 38.092685486809593 ], [ -121.630951813595161, 38.093599357483768 ], [ -121.630538517189294, 38.095015497011602 ], [ -121.630138517095375, 38.096526492995082 ], [ -121.629618500249478, 38.097848487621036 ], [ -121.629028616600991, 38.09856029803445 ], [ -121.629018509478399, 38.098572489231991 ], [ -121.628058504008322, 38.099075493265872 ], [ -121.626698516334827, 38.099327485478625 ], [ -121.621339489981182, 38.100807486593546 ], [ -121.620819508933394, 38.100932499428126 ], [ -121.611020489159259, 38.103230486379204 ], [ -121.604420506231577, 38.103230487397937 ], [ -121.600380507268895, 38.102475498500148 ], [ -121.596421506774462, 38.101499498825198 ], [ -121.59416645595104, 38.101004775102702 ], [ -121.594163489276951, 38.101004122182552 ], [ -121.591863496857968, 38.100499488207383 ], [ -121.590560917501904, 38.099972997391426 ], [ -121.590005498554405, 38.099748494240302 ], [ -121.588253503718164, 38.098996498974522 ], [ -121.587314744363184, 38.098568516810083 ], [ -121.587244501887824, 38.098536496397934 ], [ -121.586926504600541, 38.098369496054175 ], [ -121.58586450651427, 38.097951501258088 ], [ -121.584271516033908, 38.097283486666946 ], [ -121.583833691290849, 38.096886379491622 ], [ -121.583831584041334, 38.096884467362941 ], [ -121.581829501339769, 38.095068496028148 ], [ -121.581295498449435, 38.093967490154725 ], [ -121.581295498186748, 38.093967489694911 ], [ -121.581295499640177, 38.093967489185893 ], [ -121.580654493756441, 38.092845493931321 ], [ -121.580242496135753, 38.091951489160152 ], [ -121.579601508633075, 38.090961492110694 ], [ -121.579416115422603, 38.090584632942637 ], [ -121.57889950627748, 38.089534492184356 ], [ -121.578212508576215, 38.087298503511867 ], [ -121.577907519966814, 38.085887500569683 ], [ -121.577882988230357, 38.085068980084706 ], [ -121.577881505217988, 38.085019496867801 ], [ -121.577861504741918, 38.084370494710598 ], [ -121.577796053497082, 38.083709870985196 ], [ -121.577678513156698, 38.082523488198184 ], [ -121.577620933520379, 38.08209401490987 ], [ -121.57754149406837, 38.081501489627186 ], [ -121.577527331805342, 38.080910581379612 ], [ -121.577511512242737, 38.08025049366718 ], [ -121.577343504258749, 38.078686497028741 ], [ -121.577339082740025, 38.078652268605957 ], [ -121.577266515902735, 38.078090496537861 ], [ -121.576877547976451, 38.077173179025507 ], [ -121.576839518633449, 38.077083492707402 ], [ -121.576839518391623, 38.077083492442618 ], [ -121.576839518074308, 38.077083491694296 ], [ -121.576560173319677, 38.076777659199834 ], [ -121.576122497389846, 38.076298481786765 ], [ -121.575890272645083, 38.076159543445328 ], [ -121.5758892721297, 38.076158945948713 ], [ -121.575176495725884, 38.075732488391566 ], [ -121.574865466878137, 38.075557170262314 ], [ -121.574108493400132, 38.075130484831519 ], [ -121.574044580940864, 38.075042754172948 ], [ -121.573947498702836, 38.074909489811944 ], [ -121.573772233246075, 38.074668286242378 ], [ -121.573620518105983, 38.074459490824239 ], [ -121.573391511061445, 38.073696500318931 ], [ -121.573514498111138, 38.073438491066895 ], [ -121.573848497069221, 38.072743492797606 ], [ -121.574799675161856, 38.071870409815759 ], [ -121.574871490624446, 38.071804490785276 ], [ -121.575042510251151, 38.071708482374326 ], [ -121.575306085414866, 38.071443895097296 ], [ -121.575562498282153, 38.071186498230915 ], [ -121.576275507888241, 38.070581485605501 ], [ -121.576846032834567, 38.070315244238159 ], [ -121.576846645484423, 38.070314959134102 ], [ -121.576847191322898, 38.070314705808279 ], [ -121.577097035322751, 38.070198106987647 ], [ -121.577100508205433, 38.070196486249749 ], [ -121.577110640431414, 38.070192289935335 ], [ -121.577420590669533, 38.070063923685993 ], [ -121.578131517035047, 38.069769487327562 ], [ -121.578787023248765, 38.069118543938174 ], [ -121.578993508949949, 38.068913495661505 ], [ -121.579687492818834, 38.06820448539797 ], [ -121.580006165355428, 38.067731948607502 ], [ -121.580006332635222, 38.067731713748842 ], [ -121.580006493430957, 38.067731489033157 ], [ -121.580060924775339, 38.06747620211943 ], [ -121.580148496042611, 38.067065491234459 ], [ -121.580148506166793, 38.066431098049549 ], [ -121.580148506815959, 38.066394493530503 ], [ -121.5803664581276, 38.065937855001664 ], [ -121.580600504645815, 38.065447495541591 ], [ -121.580652002829339, 38.065284768030317 ], [ -121.580750507512107, 38.06497350801255 ], [ -121.580951493532993, 38.06406549244808 ], [ -121.581001070047293, 38.063791849183218 ], [ -121.581051500813246, 38.063513492889733 ], [ -121.581452508810031, 38.062250496820859 ], [ -121.581940083436621, 38.061724870782115 ], [ -121.581940868252218, 38.061724019366103 ], [ -121.582003512255881, 38.06165648740771 ], [ -121.58214679164918, 38.061543944526967 ], [ -121.582186351688037, 38.061512871021279 ], [ -121.582284320739191, 38.061435920016109 ], [ -121.582856504760883, 38.060986491299936 ], [ -121.583482977063596, 38.060641083061363 ], [ -121.583632061738129, 38.060558884685548 ], [ -121.583859498515295, 38.060433485329604 ], [ -121.583919316724845, 38.060406397844481 ], [ -121.584312560478764, 38.060228326123237 ], [ -121.585316985016107, 38.059773485276608 ], [ -121.58551350269596, 38.059684494923346 ], [ -121.586240880587965, 38.059336920192443 ], [ -121.586393166580464, 38.059264149182326 ], [ -121.586574203850205, 38.059177639862305 ], [ -121.586574391034318, 38.059177551638022 ], [ -121.586574515075014, 38.059177493636376 ], [ -121.586818501195395, 38.058552487150152 ], [ -121.58651802912344, 38.057845124718312 ], [ -121.586513517162643, 38.057834502773069 ], [ -121.586477406923706, 38.057658703268828 ], [ -121.586239506211854, 38.056500503785564 ], [ -121.585872506957401, 38.054829489547906 ], [ -121.585806002099744, 38.054466181251989 ], [ -121.585643508541324, 38.053578495712017 ], [ -121.585506515046333, 38.052448482985717 ], [ -121.58539949763508, 38.051052497098773 ], [ -121.585513672879529, 38.049817555499665 ], [ -121.585552510726231, 38.049397481878124 ], [ -121.585709020489517, 38.048487284821356 ], [ -121.585796506618152, 38.047978502370739 ], [ -121.586269513544309, 38.046209505935188 ], [ -121.586013495108702, 38.044495485588975 ], [ -121.585861415354827, 38.04380688743133 ], [ -121.585670511344745, 38.042942490722524 ], [ -121.585285511835295, 38.041423485718362 ], [ -121.585235786336781, 38.041194801637154 ], [ -121.585170655941724, 38.040895266481812 ], [ -121.585099124905554, 38.040566274652143 ], [ -121.585028510942365, 38.04024149573457 ], [ -121.584994969135849, 38.039907194803568 ], [ -121.584968511657479, 38.039643492595154 ], [ -121.584841305579857, 38.03916196702373 ], [ -121.58444949636197, 38.037678497002645 ], [ -121.584331892764084, 38.037338756522992 ], [ -121.583981494623899, 38.036326503925835 ], [ -121.58348751108592, 38.035140484326639 ], [ -121.582942507746168, 38.034240491227862 ], [ -121.582422506255227, 38.033523501325924 ], [ -121.582396229410989, 38.033497870779726 ], [ -121.581772505579977, 38.032889486547056 ], [ -121.581045489807337, 38.032316489722753 ], [ -121.580220989089753, 38.031992447575057 ], [ -121.580213489720251, 38.031989500196964 ], [ -121.579668496025391, 38.031969497851051 ], [ -121.579668496002114, 38.031969497856437 ], [ -121.579668495305626, 38.031969497830879 ], [ -121.579226509115628, 38.032071482879765 ], [ -121.579145403791941, 38.032098815713205 ], [ -121.578680505070139, 38.032255487667655 ], [ -121.578410857113298, 38.032451518482659 ], [ -121.578380497062383, 38.032473589699514 ], [ -121.578343502643875, 38.032500485000064 ], [ -121.578343072037384, 38.032500928499317 ], [ -121.578262020208214, 38.032586157423239 ], [ -121.578120332156303, 38.032735114550299 ], [ -121.577953509617416, 38.032910494437417 ], [ -121.577733927521592, 38.033466928962994 ], [ -121.577719498422155, 38.033503493009427 ], [ -121.577719498377789, 38.033503493300088 ], [ -121.577719498248101, 38.033503493628764 ], [ -121.577713400951538, 38.033543438408323 ], [ -121.577641497602087, 38.034014487497451 ], [ -121.577719513941645, 38.034711497358103 ], [ -121.577901511515563, 38.03528449852076 ], [ -121.578209486346694, 38.035769456677876 ], [ -121.578343369290621, 38.035980278474575 ], [ -121.578343429696332, 38.035980372925785 ], [ -121.578343501370782, 38.035980485696207 ], [ -121.579096500976604, 38.036675490054208 ], [ -121.579238750099961, 38.036814349866951 ], [ -121.579850487620163, 38.037411487456957 ], [ -121.580153113735932, 38.037915634975334 ], [ -121.580317506760778, 38.038189499847981 ], [ -121.58042271015286, 38.038439488892685 ], [ -121.580527497399856, 38.038688490221709 ], [ -121.580551497918918, 38.039437504542164 ], [ -121.580484499675975, 38.040173494054031 ], [ -121.580141497290114, 38.041186487885021 ], [ -121.579645197800261, 38.041708268797919 ], [ -121.579498504833637, 38.041862493026379 ], [ -121.578609945484189, 38.042452937495121 ], [ -121.578121516297401, 38.042777496758497 ], [ -121.577286757749192, 38.042996944435167 ], [ -121.576900499285429, 38.043098486952459 ], [ -121.576881259836455, 38.043101962295914 ], [ -121.575898504620582, 38.043279482786538 ], [ -121.573991516404348, 38.042958488123304 ], [ -121.57246950830384, 38.04226749556004 ], [ -121.572468982824347, 38.042267057993328 ], [ -121.572464925491587, 38.042263794291038 ], [ -121.571472525017839, 38.041465462848969 ], [ -121.571472367700025, 38.041465334549471 ], [ -121.570736041871342, 38.040595489415722 ], [ -121.570529505396109, 38.040351464510152 ], [ -121.569972490540721, 38.038915496094404 ], [ -121.569662506091547, 38.037744493910068 ], [ -121.569641524985201, 38.037489588511598 ], [ -121.569555504471353, 38.03644448693872 ], [ -121.570326504363237, 38.034099484950481 ], [ -121.570798492841845, 38.032749489108362 ], [ -121.571012494853065, 38.031534491466132 ], [ -121.570977532013003, 38.031431632439812 ], [ -121.570806513601866, 38.03092850076186 ], [ -121.570806512280598, 38.030928500453626 ], [ -121.570806511982155, 38.030928499575651 ], [ -121.56979049009631, 38.030691502199112 ], [ -121.568811809654335, 38.030691493380338 ], [ -121.568397501214235, 38.030691489328611 ], [ -121.568126728846636, 38.030727194925319 ], [ -121.567904493916458, 38.03075649970733 ], [ -121.567267501256282, 38.030840497194617 ], [ -121.567173920720748, 38.030831354942237 ], [ -121.567093497977723, 38.030823497921112 ], [ -121.566917523900955, 38.030806139689993 ], [ -121.566363508432701, 38.030751490492683 ], [ -121.566088490636972, 38.030692368772222 ], [ -121.565535503879318, 38.030573489825407 ], [ -121.565100108255194, 38.030410561774346 ], [ -121.564744505311083, 38.030277491816747 ], [ -121.564744303601799, 38.030277200001969 ], [ -121.564744274404973, 38.030277157447202 ], [ -121.564104511891159, 38.029357498456385 ], [ -121.56387950993809, 38.028171496725491 ], [ -121.56410450975909, 38.026926500789187 ], [ -121.564142495967673, 38.02612449457186 ], [ -121.563954504370045, 38.025383494526551 ], [ -121.56395449564566, 38.025383479460544 ], [ -121.563367059687664, 38.024257317467665 ], [ -121.563351506518032, 38.024227499044542 ], [ -121.563308100403802, 38.024143644269365 ], [ -121.563237399114641, 38.02400705601768 ], [ -121.56301350472647, 38.023574499336128 ], [ -121.563013289997883, 38.023574306916146 ], [ -121.563013023393765, 38.023574067685715 ], [ -121.562410493492791, 38.023040496116543 ], [ -121.562410259516938, 38.023040237162924 ], [ -121.562410029048621, 38.023039980041275 ], [ -121.562004871913857, 38.022603091006104 ], [ -121.561695506443897, 38.022269494499348 ], [ -121.561092513930603, 38.021914496978987 ], [ -121.561092508075248, 38.021914490938741 ], [ -121.561092051109483, 38.02191395302755 ], [ -121.561039942556135, 38.021860265373007 ], [ -121.561039604937719, 38.021859917092414 ], [ -121.56049050454935, 38.021293493564635 ], [ -121.560004628525448, 38.020769400338267 ], [ -121.559809585653696, 38.020559016006622 ], [ -121.55976102327574, 38.020506629100566 ], [ -121.559664496073111, 38.020402499678731 ], [ -121.559570501177916, 38.020265821903742 ], [ -121.559098502653328, 38.019579487663584 ], [ -121.558868791040638, 38.01922079996833 ], [ -121.558797502069098, 38.019109483682044 ], [ -121.558540498537667, 38.018566485319688 ], [ -121.558338511347259, 38.017863491740989 ], [ -121.558317731896352, 38.017653181312092 ], [ -121.558297508088756, 38.017448486576427 ], [ -121.558404145897171, 38.016869869305033 ], [ -121.558405505750585, 38.016862490799738 ], [ -121.559027507530459, 38.016223492911003 ], [ -121.559450599383936, 38.016139792360221 ], [ -121.559947513391592, 38.016041487969666 ], [ -121.560561201718201, 38.016029303763396 ], [ -121.561055498680048, 38.016019487888677 ], [ -121.561722297957559, 38.016150362663254 ], [ -121.561722834026966, 38.016150467791874 ], [ -121.562232497383604, 38.016250497358698 ], [ -121.56252515934149, 38.016361109393685 ], [ -121.563584491078757, 38.01676148574299 ], [ -121.56358963932918, 38.016764321621899 ], [ -121.563598228351836, 38.016769053296287 ], [ -121.563921623228651, 38.016947256138295 ], [ -121.564936518752887, 38.017506494442564 ], [ -121.565218895980536, 38.017655441305045 ], [ -121.565615882969723, 38.017864842801998 ], [ -121.565821369549042, 38.017973231398464 ], [ -121.565937496722981, 38.018034485828309 ], [ -121.566659201063075, 38.018300192727096 ], [ -121.567181513431052, 38.018492490628219 ], [ -121.568404511546674, 38.019066489916831 ], [ -121.568833374496123, 38.019178761233363 ], [ -121.569317498102308, 38.019305492565508 ], [ -121.570492495013852, 38.019511500652335 ], [ -121.570657152638333, 38.019510173848211 ], [ -121.570874586396997, 38.019508422519628 ], [ -121.571179138787798, 38.019505966718526 ], [ -121.571238501091742, 38.019505488187129 ], [ -121.571426103050698, 38.019482866651671 ], [ -121.571860487563455, 38.01943048814303 ], [ -121.572448513194871, 38.019238496828002 ], [ -121.572448513239706, 38.019238496807233 ], [ -121.572448513306696, 38.019238496785363 ], [ -121.573188496913076, 38.018895489607104 ], [ -121.573417347872123, 38.018685445007272 ], [ -121.573468504890812, 38.018638492264195 ], [ -121.573686552664114, 38.018437564910094 ], [ -121.573710497449568, 38.018415500229551 ], [ -121.573883505902216, 38.017970497196259 ], [ -121.573868458004014, 38.017919058264958 ], [ -121.573766491950693, 38.017570497832807 ], [ -121.573428511117925, 38.017176494814883 ], [ -121.572830328242929, 38.016924405270075 ], [ -121.572709502709614, 38.016873486078723 ], [ -121.571339446120646, 38.016102929668918 ], [ -121.571165800819287, 38.01600526477057 ], [ -121.570883502939097, 38.015846488681106 ], [ -121.57032163460083, 38.015594133239453 ], [ -121.569841500910826, 38.015378487142321 ], [ -121.569276368768953, 38.015121184316016 ], [ -121.56887951745145, 38.014940498749112 ], [ -121.568879284084773, 38.01494029098459 ], [ -121.568879005616182, 38.014940042500314 ], [ -121.568732285401055, 38.014816256768199 ], [ -121.568431505955871, 38.014562492307384 ], [ -121.568386211113236, 38.014519603148187 ], [ -121.568358655596583, 38.014493510345467 ], [ -121.568357616511307, 38.014492528634143 ], [ -121.568035505707243, 38.014187495407725 ], [ -121.567913516925387, 38.013463493592518 ], [ -121.568065652740913, 38.013172275995593 ], [ -121.568111511585997, 38.013084493349034 ], [ -121.568147305621835, 38.013055893143111 ], [ -121.568432315795448, 38.012828164732525 ], [ -121.568509504499374, 38.012766489175569 ], [ -121.568546032868383, 38.012744766853309 ], [ -121.568694556694993, 38.012656444696738 ], [ -121.569148519709557, 38.012386486052364 ], [ -121.569412941090079, 38.012304967567331 ], [ -121.569667509132941, 38.01222648732368 ], [ -121.570547491794201, 38.012065501786033 ], [ -121.571747496555275, 38.012091492053258 ], [ -121.572263136462951, 38.012134434267409 ], [ -121.573188506424685, 38.012211498973457 ], [ -121.574751503381222, 38.012189498534404 ], [ -121.575065281509438, 38.012137628148189 ], [ -121.575639749015025, 38.012042664289559 ], [ -121.576227508567086, 38.011945498451325 ], [ -121.57639621666624, 38.011864950532441 ], [ -121.577025499471702, 38.011564497930642 ], [ -121.577172017423877, 38.011471225510455 ], [ -121.577672230350345, 38.01115279408944 ], [ -121.577823538953453, 38.011056508465806 ], [ -121.578540392148042, 38.010359603800765 ], [ -121.57854050666073, 38.010359492100989 ], [ -121.578858505284529, 38.009823487174593 ], [ -121.578998757469932, 38.009353852675474 ], [ -121.57905650471227, 38.009160487790993 ], [ -121.579098515614945, 38.008944316975125 ], [ -121.579173499247119, 38.008558486189479 ], [ -121.579170952569129, 38.008053606434146 ], [ -121.579170493134896, 38.007962490254911 ], [ -121.579062786204005, 38.007382194452468 ], [ -121.578930503129484, 38.006669486551594 ], [ -121.578682506060289, 38.005940497846517 ], [ -121.578313495242909, 38.005369499152991 ], [ -121.578258507361696, 38.005310835541543 ], [ -121.577846598322765, 38.004871391612085 ], [ -121.577846400871948, 38.004871180955234 ], [ -121.57780455108788, 38.004826459670184 ], [ -121.577804056789432, 38.00482593604319 ], [ -121.577753914857638, 38.004776096115414 ], [ -121.577753196647038, 38.004775378462078 ], [ -121.577752980473548, 38.004775162368745 ], [ -121.577293513976485, 38.004317496854874 ], [ -121.577239098062421, 38.004268144512587 ], [ -121.577121512636879, 38.004161499975304 ], [ -121.577121312544335, 38.004161413496533 ], [ -121.576625671836709, 38.003950061464224 ], [ -121.576190506687595, 38.003764496995203 ], [ -121.576153747043648, 38.003761593810651 ], [ -121.576079997188685, 38.00375576861385 ], [ -121.575962496134352, 38.003746491360914 ], [ -121.575767834808019, 38.003713130146508 ], [ -121.575248740057859, 38.003624166921952 ], [ -121.574982497559631, 38.00357853567521 ], [ -121.574830510352427, 38.003552486419707 ], [ -121.574224976543334, 38.003528675660633 ], [ -121.572821498831047, 38.003473487906611 ], [ -121.572091269060849, 38.003465516905926 ], [ -121.571722502778627, 38.00346149139763 ], [ -121.571271038557086, 38.003457754568089 ], [ -121.570032494394397, 38.003447502550699 ], [ -121.569675130235268, 38.00343741260648 ], [ -121.569601650473928, 38.0034353409361 ], [ -121.569571501728248, 38.003434490701515 ], [ -121.569175502551602, 38.003397503915551 ], [ -121.568968506807053, 38.003347492065387 ], [ -121.568724532227293, 38.003250748412746 ], [ -121.568683514952667, 38.003234483571674 ], [ -121.568683038915466, 38.003234046605257 ], [ -121.56845951597478, 38.003047501808489 ], [ -121.568459361832296, 38.00304720102158 ], [ -121.568459356434872, 38.003047190425391 ], [ -121.568291493570342, 38.002721495326298 ], [ -121.568220475230348, 38.002441831533545 ], [ -121.568162493779994, 38.002213502596049 ], [ -121.568175518716643, 38.001602495730317 ], [ -121.568264343646064, 38.00131958322357 ], [ -121.568397496985071, 38.000895486654755 ], [ -121.568577230271416, 38.000521463006564 ], [ -121.568619501586255, 38.000433497415209 ], [ -121.568857499401645, 38.000058487210012 ], [ -121.569238494658222, 37.999533481592586 ], [ -121.569674285044542, 37.999100981421684 ], [ -121.569905506309269, 37.99887149440174 ], [ -121.570177532915679, 37.998689559787813 ], [ -121.570361939484627, 37.998566227029237 ], [ -121.570450624707931, 37.998506912901618 ], [ -121.57052449732042, 37.998457506137889 ], [ -121.570601655084445, 37.998417803193369 ], [ -121.570653628064363, 37.998391059920159 ], [ -121.570936505610007, 37.998245492486511 ], [ -121.571269507992668, 37.998120491039927 ], [ -121.571598270678862, 37.998024851771312 ], [ -121.571599489857846, 37.998024497107643 ], [ -121.572237498425849, 37.997995500000158 ], [ -121.572364356922691, 37.998005243628384 ], [ -121.572888510750715, 37.99804550339735 ], [ -121.576510610965357, 37.998664478866942 ], [ -121.576914500854059, 37.998733499150667 ], [ -121.578442491726975, 37.999063498296742 ], [ -121.578888509764496, 37.999006485957423 ], [ -121.57896772080268, 37.998890647163691 ], [ -121.579074495162999, 37.998734500988228 ], [ -121.579399508075909, 37.998222499239539 ], [ -121.579366510402167, 37.997795501770767 ], [ -121.579118507124448, 37.997378497462641 ], [ -121.578903058887036, 37.997084040883969 ], [ -121.578780456975579, 37.996916478224684 ], [ -121.57872499578562, 37.996894037305339 ], [ -121.578564452724621, 37.996829076579878 ], [ -121.578214496155155, 37.996687484258999 ], [ -121.578199752802348, 37.996681523872311 ], [ -121.577561497602915, 37.99642349191712 ], [ -121.577182900234249, 37.996294402146475 ], [ -121.576984964006101, 37.996226911863332 ], [ -121.576833546000216, 37.996175282874873 ], [ -121.576775499065562, 37.996155490512422 ], [ -121.576428523534119, 37.995970484728893 ], [ -121.576428168855998, 37.9959701247341 ], [ -121.576428071058928, 37.995970025235167 ], [ -121.57600444306884, 37.995541479295568 ], [ -121.576001494083428, 37.995538495666672 ], [ -121.575967238546156, 37.99545848768377 ], [ -121.575843505108637, 37.995169490961622 ], [ -121.575847494905943, 37.994837494792542 ], [ -121.575906844226452, 37.99457046560061 ], [ -121.575953514179758, 37.994360484944515 ], [ -121.576039500319553, 37.993909494285724 ], [ -121.576407480724967, 37.993238900640925 ], [ -121.576433497241268, 37.993191489295157 ], [ -121.577072220206588, 37.992578032673272 ], [ -121.57710664088998, 37.992544973609697 ], [ -121.577106905600303, 37.99254471980246 ], [ -121.577134542603858, 37.992518175369774 ], [ -121.577217502373301, 37.992438496390733 ], [ -121.577422584746301, 37.992285920167667 ], [ -121.57784858882637, 37.991968978324628 ], [ -121.57808850461916, 37.991790484787465 ], [ -121.579046513860405, 37.991073488873631 ], [ -121.579744506073496, 37.990355493402724 ], [ -121.579961128757091, 37.990048939199148 ], [ -121.58018050159194, 37.989738493447568 ], [ -121.580486507885553, 37.989020502243598 ], [ -121.581244508394306, 37.982902486354995 ], [ -121.580929486389437, 37.982195489868325 ], [ -121.580929020181259, 37.982195007119159 ], [ -121.580464505417567, 37.981728489299222 ], [ -121.579839859737717, 37.981463775184729 ], [ -121.578883511253991, 37.981058484421695 ], [ -121.578666643900249, 37.980994680528049 ], [ -121.578098081149719, 37.980827404654256 ], [ -121.577877770667115, 37.980762584377182 ], [ -121.577707493214959, 37.980712484371949 ], [ -121.576434496410982, 37.980528497189219 ], [ -121.575254504413152, 37.980439488917384 ], [ -121.574952436562228, 37.980380308534428 ], [ -121.574743480017474, 37.980339369834127 ], [ -121.574741869929355, 37.980339056620572 ], [ -121.574741735654754, 37.98033903046214 ], [ -121.574075512933646, 37.980208495273267 ], [ -121.573538037685211, 37.980049974911537 ], [ -121.573459171118841, 37.980026713390913 ], [ -121.573224495563721, 37.97995749556754 ], [ -121.572751465476756, 37.9795944533683 ], [ -121.572206496035605, 37.97897749157756 ], [ -121.572210502988142, 37.978686491547613 ], [ -121.572260704866352, 37.978332207323682 ], [ -121.572263498504114, 37.978312492351357 ], [ -121.572521513847519, 37.977929502083548 ], [ -121.573129504859494, 37.977630488605847 ], [ -121.57354861512691, 37.977542975267156 ], [ -121.573659876983101, 37.977519742835455 ], [ -121.573900494322061, 37.97746950055587 ], [ -121.57439551375181, 37.977463450341475 ], [ -121.574746459496339, 37.977459161590616 ], [ -121.575367878503286, 37.977451563877601 ], [ -121.575537496158219, 37.977449490220977 ], [ -121.577156514638574, 37.977795484341144 ], [ -121.577156515011893, 37.977795484335644 ], [ -121.577156515159061, 37.977795484367078 ], [ -121.577417134467041, 37.977791649605209 ], [ -121.578243518869684, 37.977779490261788 ], [ -121.578946500574148, 37.977652492380997 ], [ -121.579031072961726, 37.977612498933048 ], [ -121.579555509982058, 37.977364498955254 ], [ -121.579762350713139, 37.977080498485158 ], [ -121.579866496658468, 37.976937502797831 ], [ -121.579920517731736, 37.976543486224649 ], [ -121.579901619921316, 37.976484922728638 ], [ -121.579789507310124, 37.97613748888449 ], [ -121.579789195260204, 37.976137160792575 ], [ -121.579789066760455, 37.976137025185103 ], [ -121.579290463527173, 37.975612464183577 ], [ -121.578440781611263, 37.975001648443758 ], [ -121.57645551586414, 37.973574487852737 ], [ -121.574922516015249, 37.972725497908257 ], [ -121.574019328734906, 37.971754478778962 ], [ -121.573625122285762, 37.97133066588637 ], [ -121.573622249656822, 37.971327577866987 ], [ -121.573298496490906, 37.970979498346203 ], [ -121.573683182799385, 37.967064830732674 ], [ -121.573689505743204, 37.967000491482622 ], [ -121.573407498466892, 37.9662714822474 ], [ -121.572829508097996, 37.965277498546108 ], [ -121.572829506173221, 37.965277495997064 ], [ -121.572021487500677, 37.964121484702154 ], [ -121.57195845482407, 37.964061604357262 ], [ -121.571561500457918, 37.963684499873622 ], [ -121.570781144062238, 37.963087665192077 ], [ -121.570653497790119, 37.962990036418319 ], [ -121.570600491128758, 37.962949494579341 ], [ -121.568098516995221, 37.961664493831933 ], [ -121.566673510102106, 37.960977490469531 ], [ -121.565660490925751, 37.960456483515728 ], [ -121.565288497059157, 37.960147497090226 ], [ -121.565288041829859, 37.96014686926771 ], [ -121.565208882625228, 37.960035383731793 ], [ -121.564999508862982, 37.959740505888362 ], [ -121.564979497577312, 37.959251492207592 ], [ -121.565021512297747, 37.959096482949107 ], [ -121.565046680530841, 37.959002693109269 ], [ -121.565094503046438, 37.958824483481713 ], [ -121.565150795481387, 37.958717599939369 ], [ -121.565272513752049, 37.958486493164905 ], [ -121.565509971577981, 37.958261613786682 ], [ -121.56555550586684, 37.958218491747907 ], [ -121.565934503459161, 37.957916486881011 ], [ -121.566192935506933, 37.957771441084851 ], [ -121.566342498735438, 37.957687498519164 ], [ -121.566800512695764, 37.957553485513579 ], [ -121.567198501133134, 37.957522491950563 ], [ -121.572594326436374, 37.957215055708133 ], [ -121.572832507275947, 37.957201485017599 ], [ -121.573522508762906, 37.957063492406562 ], [ -121.574197134092032, 37.956828972720004 ], [ -121.574198505758446, 37.956828495890257 ], [ -121.574821491973694, 37.956273491423026 ], [ -121.575023514033802, 37.95576150017169 ], [ -121.575023514030164, 37.95576149980036 ], [ -121.575023514043039, 37.955761499767668 ], [ -121.57501850049708, 37.955252503640843 ], [ -121.574881206578183, 37.954878441086059 ], [ -121.574753499001815, 37.954530495099149 ], [ -121.574753127143239, 37.954530176461319 ], [ -121.574378492540959, 37.954210501278212 ], [ -121.574125926136048, 37.954123088832745 ], [ -121.574037508686487, 37.954092487520441 ], [ -121.573455492340742, 37.953932492226706 ], [ -121.572392368381415, 37.954002934836495 ], [ -121.572157504600042, 37.954018496748972 ], [ -121.568559498186431, 37.954621489635919 ], [ -121.566287501919845, 37.954775492905469 ], [ -121.56526851590975, 37.954715505780193 ], [ -121.564998124267873, 37.954663023672929 ], [ -121.564874905069757, 37.954639107027567 ], [ -121.564874772986727, 37.954639081246661 ], [ -121.564873934250869, 37.954638916185708 ], [ -121.564407606761563, 37.954548400920658 ], [ -121.564356516660894, 37.954538484063825 ], [ -121.56435602126912, 37.954538060799848 ], [ -121.563984685696113, 37.954220789750671 ], [ -121.563930501786174, 37.954174493893298 ], [ -121.5639304347782, 37.95417428746601 ], [ -121.563918590633961, 37.95413875578874 ], [ -121.563873504134193, 37.95400349380828 ], [ -121.563778537307059, 37.953718591941758 ], [ -121.56373750755445, 37.953595499770927 ], [ -121.563969502131485, 37.953015493401097 ], [ -121.564766232001631, 37.952261650691291 ], [ -121.564935502977363, 37.952101491725692 ], [ -121.567428517396706, 37.949891490428676 ], [ -121.568059504842907, 37.949202490019367 ], [ -121.568418508482139, 37.948486497947648 ], [ -121.568439691145954, 37.94844624250571 ], [ -121.568709498182443, 37.947933503446563 ], [ -121.568841497538813, 37.947319505906613 ], [ -121.568823014483854, 37.946759299841545 ], [ -121.568802500316067, 37.946137493643441 ], [ -121.568308434565523, 37.944545566514776 ], [ -121.568302512992545, 37.944526486586106 ], [ -121.568302512961893, 37.944526486541243 ], [ -121.568302512866708, 37.944526486234551 ], [ -121.568086505650413, 37.944210489272322 ], [ -121.567988171542154, 37.944138691237271 ], [ -121.567784065264505, 37.943989662968967 ], [ -121.567708509622221, 37.94393449176421 ], [ -121.567530434109116, 37.943877433798896 ], [ -121.567498264058656, 37.943867125915951 ], [ -121.56749769509004, 37.943866941176765 ], [ -121.567384314565075, 37.943830612150443 ], [ -121.567140512169516, 37.943752492816927 ], [ -121.566809510180562, 37.943730140907533 ], [ -121.566518497621203, 37.943710489896375 ], [ -121.565855510647808, 37.943849497596617 ], [ -121.565300505446842, 37.944073496170688 ], [ -121.565080485738079, 37.944351996893708 ], [ -121.564747494096181, 37.944773496435452 ], [ -121.563880789490653, 37.945538444285809 ], [ -121.563759493287847, 37.945645499428963 ], [ -121.563295227487231, 37.9461044171819 ], [ -121.562718512693081, 37.946674488290121 ], [ -121.561541504044357, 37.947186504225293 ], [ -121.560467493236587, 37.947394498965217 ], [ -121.55970630223888, 37.947460743755251 ], [ -121.559405478768525, 37.947486921777113 ], [ -121.559134510700659, 37.947510501484054 ], [ -121.558816102938394, 37.947461409611307 ], [ -121.558624280629161, 37.947431834587299 ], [ -121.558174500133603, 37.947362485761531 ], [ -121.557754539290599, 37.946935473877744 ], [ -121.557754453145321, 37.946935388158899 ], [ -121.557470503863868, 37.946231494039779 ], [ -121.557599543693271, 37.94577067102081 ], [ -121.557673518671251, 37.945506494835406 ], [ -121.557769397695921, 37.945244241466533 ], [ -121.557941504815801, 37.944773486473252 ], [ -121.558441334287579, 37.944044976013416 ], [ -121.558442216301174, 37.944043685434721 ], [ -121.558459134335564, 37.944019076895842 ], [ -121.558459499999771, 37.944018496599163 ], [ -121.558566901790115, 37.943886833885735 ], [ -121.558584191441724, 37.943865638834559 ], [ -121.559694491617776, 37.94250448252528 ], [ -121.560252497595087, 37.941128483140346 ], [ -121.560589808721787, 37.940300221323433 ], [ -121.560746492265807, 37.939915489295778 ], [ -121.561208496304218, 37.939111498666044 ], [ -121.5615275029662, 37.938671485331 ], [ -121.562062507224027, 37.937917500762744 ], [ -121.562164491311449, 37.937581495237858 ], [ -121.56222516846708, 37.937380094452557 ], [ -121.56228650651407, 37.9371765011226 ], [ -121.562257802041842, 37.936743135530627 ], [ -121.562236498094137, 37.936421492197489 ], [ -121.56218253729206, 37.936231252136359 ], [ -121.562040500843054, 37.935730496419374 ], [ -121.562035357909593, 37.93572395532231 ], [ -121.561459503534792, 37.934991488498362 ], [ -121.561459208876656, 37.934991171642842 ], [ -121.561459006567631, 37.934990935136753 ], [ -121.561210268333468, 37.934724700773977 ], [ -121.560877491945448, 37.934368490518537 ], [ -121.560877363826378, 37.934368404288463 ], [ -121.559646520447941, 37.933538485877669 ], [ -121.559036370368517, 37.933252542237163 ], [ -121.558402515544415, 37.932955489033247 ], [ -121.557715518255378, 37.93258648921627 ], [ -121.557715512599145, 37.932586477166147 ], [ -121.557715388925772, 37.932586211998512 ], [ -121.557531127771185, 37.932190266815986 ], [ -121.557433507122141, 37.931980496112189 ], [ -121.557422244104998, 37.931847033910643 ], [ -121.557360509481995, 37.931115496712501 ], [ -121.557799511830979, 37.930148495540131 ], [ -121.558150860745741, 37.929518153825626 ], [ -121.558809515226898, 37.928336488426076 ], [ -121.559074517780203, 37.927667486275055 ], [ -121.559081409393343, 37.927478483017339 ], [ -121.559107517962261, 37.926762489843249 ], [ -121.55893922614672, 37.926221490034379 ], [ -121.558865501516564, 37.925984489386103 ], [ -121.558225498538974, 37.924950500116495 ], [ -121.557794503381118, 37.924325498901361 ], [ -121.55634107931418, 37.922763771470031 ], [ -121.556157492644317, 37.922566501824519 ], [ -121.555944511546869, 37.922199499201419 ], [ -121.555925333468267, 37.922154003867057 ], [ -121.555901513104203, 37.922097492577599 ], [ -121.555916490437028, 37.921959491873245 ], [ -121.555985510413706, 37.921767493758878 ], [ -121.556115517962539, 37.921466485571464 ], [ -121.556154801338437, 37.921415934745205 ], [ -121.556244512892732, 37.921300493548294 ], [ -121.556318404872698, 37.921233222416298 ], [ -121.55634077449669, 37.921212857581345 ], [ -121.55638950099295, 37.921168494358334 ], [ -121.556857510636917, 37.920992488632102 ], [ -121.556969808881817, 37.920967747705198 ], [ -121.560729247767952, 37.920139513095336 ], [ -121.560901660852878, 37.920101524722163 ], [ -121.560904944182823, 37.920100801754145 ], [ -121.563166497361195, 37.91960249312465 ], [ -121.563503216418354, 37.919506114272323 ], [ -121.564033805723923, 37.919354240737306 ], [ -121.564270499594087, 37.919286490733526 ], [ -121.564395332822087, 37.919216073885394 ], [ -121.564787784711427, 37.918994697276922 ], [ -121.564787966548479, 37.918994594552167 ], [ -121.564788208418847, 37.918994458639958 ], [ -121.564972499664762, 37.918890492263401 ], [ -121.565485494400178, 37.91803850049277 ], [ -121.565485494509261, 37.918038499571146 ], [ -121.565485494598192, 37.918038499423446 ], [ -121.565505391313749, 37.917870386559535 ], [ -121.565585504288308, 37.917193492267394 ], [ -121.565529207413462, 37.91669100618315 ], [ -121.565518506422777, 37.916595492826204 ], [ -121.565518506408935, 37.91659549278436 ], [ -121.56551850624065, 37.916595491282344 ], [ -121.565471791007411, 37.916454506709456 ], [ -121.565407502367236, 37.916260484979105 ], [ -121.56290426345646, 37.91248775009398 ], [ -121.562885510270178, 37.912459486387277 ], [ -121.562883547862953, 37.912455502583526 ], [ -121.562620495297168, 37.911921488946945 ], [ -121.562520508069809, 37.91139449399919 ], [ -121.562570425212627, 37.911107146165399 ], [ -121.562598508106703, 37.910945491574978 ], [ -121.562698517692553, 37.91058548723452 ], [ -121.562825493329569, 37.910406034178592 ], [ -121.562911499627518, 37.910284483810265 ], [ -121.563384499959085, 37.909786489117948 ], [ -121.564125488265674, 37.909323485878303 ], [ -121.569656058936701, 37.906452498408648 ], [ -121.570817501376169, 37.905849490989837 ], [ -121.571630612574609, 37.905355935766394 ], [ -121.572331509022817, 37.904930494780018 ], [ -121.572475357624143, 37.904793187751238 ], [ -121.572551508913563, 37.90472049949075 ], [ -121.572608824266013, 37.904401048487088 ], [ -121.572633504355309, 37.904263493542707 ], [ -121.572596501131017, 37.90375048711882 ], [ -121.572464503546911, 37.903354488219279 ], [ -121.572186504196353, 37.903082487124351 ], [ -121.572186355541518, 37.903082370505786 ], [ -121.572186352900005, 37.903082367872749 ], [ -121.5721863494947, 37.903082365177667 ], [ -121.572186004570113, 37.903082038393805 ], [ -121.57215759239844, 37.903059605422882 ], [ -121.572157501498282, 37.903059533480118 ], [ -121.572157386644918, 37.903059443347765 ], [ -121.572157361774273, 37.903059423792904 ], [ -121.571740490291106, 37.902729486863983 ], [ -121.570619989899271, 37.902060270301135 ], [ -121.57036250991068, 37.901906487160765 ], [ -121.570126439890515, 37.901774290435974 ], [ -121.569655091793223, 37.901510339390306 ], [ -121.568962511352751, 37.901122495272588 ], [ -121.568458478138211, 37.900769049235322 ], [ -121.567680492102269, 37.900223496980239 ], [ -121.567111531708846, 37.899732470421341 ], [ -121.567111275770401, 37.899732247443495 ], [ -121.567111270590132, 37.899732242023575 ], [ -121.567111264310071, 37.899732236463542 ], [ -121.56653349838281, 37.899136493142379 ], [ -121.566298506563925, 37.898767493614947 ], [ -121.566100502428043, 37.898290492108238 ], [ -121.565994432333852, 37.897564714871017 ], [ -121.565960494037768, 37.897332493370563 ], [ -121.566144515050055, 37.896137504572721 ], [ -121.566264312322872, 37.895922310490803 ], [ -121.566566499111275, 37.895379489355733 ], [ -121.5669115006597, 37.894420493941425 ], [ -121.567090024297244, 37.893697512095329 ], [ -121.567112497474341, 37.8936065012822 ], [ -121.567145494968628, 37.892937491831347 ], [ -121.567283994441809, 37.892648822449353 ], [ -121.567335489519778, 37.892541493441072 ], [ -121.567603511308036, 37.892193497914349 ], [ -121.567607315665541, 37.892190335129804 ], [ -121.568260951944424, 37.891646954903933 ], [ -121.568261124258385, 37.89164681361342 ], [ -121.568261125711231, 37.891646812619967 ], [ -121.568261517135483, 37.891646489910585 ], [ -121.568989500779651, 37.891194482096992 ], [ -121.569271005386796, 37.891073795918054 ], [ -121.569414149192539, 37.891012427173877 ], [ -121.569652977720793, 37.890910037787563 ], [ -121.569887235774701, 37.890809599833908 ], [ -121.569887376292854, 37.890809538858875 ], [ -121.569887498661615, 37.890809486079895 ], [ -121.571636583051443, 37.890309553751834 ], [ -121.572343512301728, 37.890107495639931 ], [ -121.573891493862774, 37.88970349566781 ], [ -121.574605529562902, 37.88944689134587 ], [ -121.574693158010163, 37.889415400189591 ], [ -121.574787518745666, 37.889381490437415 ], [ -121.57505451550486, 37.889243507523162 ], [ -121.575087473039346, 37.889220999835196 ], [ -121.575106904890077, 37.889207729202063 ], [ -121.575322498244063, 37.889060494955174 ], [ -121.575496507767483, 37.888867489015155 ], [ -121.575590236767525, 37.888692986901923 ], [ -121.575590511803952, 37.888692494343594 ], [ -121.575691563092477, 37.888511698719938 ], [ -121.57571851095436, 37.888463485292611 ], [ -121.575811494882757, 37.888206485883863 ], [ -121.575812412010379, 37.888201541407717 ], [ -121.57585749500366, 37.887958496657049 ], [ -121.575892500661354, 37.887663490690308 ], [ -121.575857488236863, 37.887378491378776 ], [ -121.575683490460079, 37.886636485472209 ], [ -121.575515604420801, 37.886125138914231 ], [ -121.575508497880122, 37.886103493779316 ], [ -121.57514749461285, 37.885330484462969 ], [ -121.574717504372231, 37.884734498715893 ], [ -121.574717176576016, 37.884734045769498 ], [ -121.574707303423907, 37.884720554698831 ], [ -121.574443861165889, 37.884360480650251 ], [ -121.574368505927183, 37.884257484408046 ], [ -121.574181511040592, 37.883991499839965 ], [ -121.574106628086312, 37.883803482455924 ], [ -121.574042506189187, 37.883642483633558 ], [ -121.574007513356776, 37.883430486304619 ], [ -121.574019509811805, 37.883127487678756 ], [ -121.574090469085618, 37.882798094950239 ], [ -121.574100507585456, 37.8827514965093 ], [ -121.574102856369365, 37.882743667261209 ], [ -121.574205511531517, 37.882401486057418 ], [ -121.574272097604137, 37.882263886334833 ], [ -121.574356492695728, 37.882089485040211 ], [ -121.574728510260854, 37.881446488244571 ], [ -121.574992305724422, 37.881086741597713 ], [ -121.575869489588172, 37.879890498089843 ], [ -121.576311500698139, 37.879181489935036 ], [ -121.576558509584444, 37.878705561695753 ], [ -121.576625500436208, 37.878576486527216 ], [ -121.577603510131283, 37.876694490351895 ], [ -121.578407500333668, 37.874998496411962 ], [ -121.578685651399738, 37.874271134778624 ], [ -121.579046509206364, 37.873327498540249 ], [ -121.579395493799041, 37.872269488172222 ], [ -121.579581496853876, 37.871609498503041 ], [ -121.579600591080407, 37.871478682643222 ], [ -121.57967549916448, 37.870965488109057 ], [ -121.579659685816964, 37.870778936433979 ], [ -121.579640491501493, 37.870552489758317 ], [ -121.579558505059012, 37.87024949887698 ], [ -121.579558505012741, 37.870249498761609 ], [ -121.579558504992747, 37.870249498687706 ], [ -121.579558504940593, 37.870249498581629 ], [ -121.579477513083987, 37.870047501601171 ], [ -121.579477099801181, 37.870046935413143 ], [ -121.579415135286723, 37.869959485149209 ], [ -121.579314524439937, 37.869817476067261 ], [ -121.579074614988741, 37.869610895827741 ], [ -121.579069512474462, 37.869606501445872 ], [ -121.57874351390106, 37.869422496007978 ], [ -121.578231502490823, 37.869174503480657 ], [ -121.577972202392317, 37.869033378203355 ], [ -121.577589706250535, 37.868825202501441 ], [ -121.577587257979772, 37.868823867279772 ], [ -121.576322498007769, 37.868135493891465 ], [ -121.575828138156581, 37.867825331163075 ], [ -121.575705512187298, 37.867748397544503 ], [ -121.575694505481877, 37.867741491935412 ], [ -121.575037498031193, 37.867291453094261 ], [ -121.574821503510151, 37.867143500483671 ], [ -121.574072615118595, 37.866593862125868 ], [ -121.574043502258618, 37.866572495062655 ], [ -121.574043500016884, 37.866572492378324 ], [ -121.574043098505982, 37.866571970408394 ], [ -121.573954451345529, 37.866465860714314 ], [ -121.573729501663124, 37.866196494954892 ], [ -121.573704756856941, 37.86614468990507 ], [ -121.573601491344945, 37.865928494439785 ], [ -121.57353059139237, 37.865638081660045 ], [ -121.573507500073035, 37.86554349665618 ], [ -121.573495759614588, 37.865388128899824 ], [ -121.573473496624672, 37.865093500474096 ], [ -121.573494233901769, 37.864952816965335 ], [ -121.573519487497578, 37.864781500910453 ], [ -121.573624514088934, 37.864449487302991 ], [ -121.573889645983968, 37.864141803831011 ], [ -121.573892496159999, 37.864138496873487 ], [ -121.574080110378219, 37.863979125920579 ], [ -121.574357501088045, 37.86374349417504 ], [ -121.574732722446186, 37.863487061259484 ], [ -121.574834514358812, 37.863417495074252 ], [ -121.575556517832808, 37.863017491167994 ], [ -121.576533508022465, 37.862594492862812 ], [ -121.577120897048118, 37.862409715917465 ], [ -121.578256495470669, 37.862052488235683 ], [ -121.578803507333987, 37.8618235028651 ], [ -121.579152506694015, 37.861621490934006 ], [ -121.579360959847392, 37.861411428706923 ], [ -121.579408522061613, 37.861363499627792 ], [ -121.579469483589705, 37.861219898323355 ], [ -121.579529509751026, 37.861078501874609 ], [ -121.579529545160241, 37.861077889092343 ], [ -121.579547500384749, 37.860751483380497 ], [ -121.579503693848039, 37.860477438951065 ], [ -121.579500506437839, 37.860457498797849 ], [ -121.579439358245551, 37.86011943693584 ], [ -121.579430503981996, 37.860070485502177 ], [ -121.579430503951187, 37.860070485378358 ], [ -121.579430503845202, 37.860070484792509 ], [ -121.579375709411181, 37.859850364686615 ], [ -121.57902350458599, 37.858435487040296 ], [ -121.578918499656396, 37.858158484444942 ], [ -121.5787554869069, 37.85798548009052 ], [ -121.578718846841426, 37.857964752850783 ], [ -121.578641779493509, 37.857921166029293 ], [ -121.578557499548111, 37.85787349948621 ], [ -121.578416765072745, 37.85783544331241 ], [ -121.57839927715078, 37.857830714319647 ], [ -121.578324515521516, 37.857810494818054 ], [ -121.578308903878423, 37.857811249835358 ], [ -121.57813849709035, 37.857819490645589 ], [ -121.577835501313288, 37.857856490847787 ], [ -121.577591505902063, 37.857920488409988 ], [ -121.577519813954424, 37.857961868320494 ], [ -121.57741650521173, 37.858021496080717 ], [ -121.576799496651716, 37.858545485858357 ], [ -121.576281642499339, 37.858978862975619 ], [ -121.576229507830121, 37.859022491811331 ], [ -121.576159341137313, 37.859070502817993 ], [ -121.57615894283299, 37.859070775621198 ], [ -121.576158036446785, 37.859071394580901 ], [ -121.575716496638961, 37.859373494437797 ], [ -121.574832502993388, 37.859814488282659 ], [ -121.574525634603447, 37.859915097529282 ], [ -121.57379548825719, 37.860154481633863 ], [ -121.573641397839765, 37.860192930871705 ], [ -121.572425177045361, 37.860496405442028 ], [ -121.571752712807793, 37.860664193789837 ], [ -121.571735513253728, 37.860668485256788 ], [ -121.570200506406408, 37.860897494268755 ], [ -121.570046806706884, 37.860900032656431 ], [ -121.569931360787464, 37.860901939250198 ], [ -121.569845782828949, 37.860903352431748 ], [ -121.569594496605617, 37.860907501948333 ], [ -121.569574442370595, 37.860903950022568 ], [ -121.569385502896594, 37.86087048549755 ], [ -121.569384388700442, 37.860869530970866 ], [ -121.569212580716425, 37.860722342313764 ], [ -121.568839023133222, 37.860402307957528 ], [ -121.568687492988914, 37.860272488380261 ], [ -121.568617518251557, 37.86004350342121 ], [ -121.56867551323036, 37.859860502919787 ], [ -121.568750351257364, 37.859686811124902 ], [ -121.568834508266718, 37.859491494340233 ], [ -121.569010631795308, 37.859185176189975 ], [ -121.569298366445409, 37.858684745725945 ], [ -121.569298470063103, 37.858684564218592 ], [ -121.569298513202966, 37.858684490437611 ], [ -121.569363728193935, 37.8586559491184 ], [ -121.569465029422844, 37.858611616011814 ], [ -121.570034504763214, 37.858362381551451 ], [ -121.570132494927748, 37.858319495771354 ], [ -121.570135026133599, 37.85831699114496 ], [ -121.570318495703972, 37.858135497703692 ], [ -121.570388167135533, 37.857993170277773 ], [ -121.570434513181667, 37.857898494937587 ], [ -121.570341498948622, 37.857696489698796 ], [ -121.570341294352261, 37.85769634200004 ], [ -121.570063512769877, 37.85749549183285 ], [ -121.569437508788809, 37.857220492466894 ], [ -121.569351965129442, 37.857191520755258 ], [ -121.569141477267863, 37.857120232169812 ], [ -121.569141409950504, 37.857120208090016 ], [ -121.568625502241645, 37.856945479302226 ], [ -121.56812026250158, 37.856934879694251 ], [ -121.567767509567318, 37.856927481514539 ], [ -121.567001490133208, 37.857257498902953 ], [ -121.56688419766698, 37.857367522814798 ], [ -121.566630495421109, 37.857605501887271 ], [ -121.565772504474481, 37.857696493228133 ], [ -121.565772135982115, 37.857696025506165 ], [ -121.562187944425062, 37.8531138473708 ], [ -121.562177496154618, 37.853100489487289 ], [ -121.562177329957407, 37.85310048301227 ], [ -121.562007097942242, 37.853095431708766 ], [ -121.561975510900425, 37.85309449430909 ], [ -121.561561497776182, 37.853333484226269 ], [ -121.561366472105121, 37.853552476986209 ], [ -121.561365989096274, 37.853553037727892 ], [ -121.561165861229441, 37.853810034214327 ], [ -121.561165504139765, 37.853810492566957 ], [ -121.56116550417002, 37.853810492736287 ], [ -121.561165504130273, 37.853810492787311 ], [ -121.561232499221248, 37.854185501445571 ], [ -121.561514455914292, 37.854764376902914 ], [ -121.561514507211484, 37.854764484569081 ], [ -121.561523870008301, 37.854775092459512 ], [ -121.561702509794728, 37.854977494973852 ], [ -121.56196109738012, 37.855249465490566 ], [ -121.561961745399358, 37.855250147693773 ], [ -121.561972980570587, 37.855261944362624 ], [ -121.561973107288182, 37.855262095886552 ], [ -121.561973494469299, 37.855262502769584 ], [ -121.562040000211994, 37.855355168212654 ], [ -121.562156499017348, 37.855517492042736 ], [ -121.562255508366661, 37.855736500209815 ], [ -121.562359507589051, 37.856035488866652 ], [ -121.562307494364873, 37.856444499206702 ], [ -121.562253440151466, 37.856532494330338 ], [ -121.562084505269922, 37.856807502730398 ], [ -121.561825507159753, 37.857106486699543 ], [ -121.561328514746336, 37.857554487012287 ], [ -121.561309889521183, 37.85757131581169 ], [ -121.559949508827117, 37.858800485206501 ], [ -121.559427504246301, 37.858965490551434 ], [ -121.559021197851578, 37.85900807201525 ], [ -121.558864508499909, 37.85902449284432 ], [ -121.558478515637745, 37.85888648880767 ], [ -121.55766751481687, 37.858397494563683 ], [ -121.557667514579023, 37.858397494515721 ], [ -121.557667514573097, 37.85839749451214 ], [ -121.556953509391278, 37.858253486331201 ], [ -121.556328330579092, 37.85820196502705 ], [ -121.556251551846728, 37.858195637930628 ], [ -121.556225510773402, 37.858193491682364 ], [ -121.55558350180452, 37.858206491758459 ], [ -121.555565918793263, 37.858210702925192 ], [ -121.555165069219953, 37.858306706340507 ], [ -121.554952432508472, 37.858357633848087 ], [ -121.554940503673748, 37.85836049081226 ], [ -121.554940503367476, 37.858360490934295 ], [ -121.554940503031958, 37.858360491014643 ], [ -121.55489172669219, 37.858379928045949 ], [ -121.554541500950933, 37.858519490178764 ], [ -121.554541493115877, 37.858519496903035 ], [ -121.554525538189779, 37.858532136972372 ], [ -121.55452548491742, 37.858532179048218 ], [ -121.554093505741719, 37.858874501707582 ], [ -121.553957494331698, 37.859071486786604 ], [ -121.553908716930849, 37.859177281191819 ], [ -121.553874498467266, 37.859251496717981 ], [ -121.553822509763137, 37.859449499363947 ], [ -121.553639695138784, 37.860125235025457 ], [ -121.553519502262517, 37.860569501314131 ], [ -121.553483932227238, 37.860630391049227 ], [ -121.553394495844358, 37.860783489098786 ], [ -121.55325818589894, 37.860915964765567 ], [ -121.55321750614425, 37.860955499935713 ], [ -121.553217503769858, 37.860955501201417 ], [ -121.553217196188257, 37.860955664492771 ], [ -121.553196522170651, 37.860966580218211 ], [ -121.553185879588924, 37.860972199075803 ], [ -121.553185528958522, 37.860972385802626 ], [ -121.553185336478862, 37.860972488118271 ], [ -121.553135698543244, 37.860998694827543 ], [ -121.552967498091476, 37.861087496827906 ], [ -121.55270650939039, 37.8611284913435 ], [ -121.552548705780239, 37.86110766669853 ], [ -121.552456515579252, 37.861095500239642 ], [ -121.55240828865422, 37.861071935524734 ], [ -121.552327765148362, 37.861032589059114 ], [ -121.552237511493587, 37.860988487686889 ], [ -121.552068168832704, 37.860806717206664 ], [ -121.552060501230912, 37.860798486867665 ], [ -121.551914507997765, 37.860548495510166 ], [ -121.551255697974142, 37.859210955355223 ], [ -121.550757496193384, 37.858199486459732 ], [ -121.550465731921307, 37.857738266448465 ], [ -121.550330494962623, 37.857524483743283 ], [ -121.5497753678126, 37.856824012605294 ], [ -121.548787495999676, 37.855577494434797 ], [ -121.548623910331258, 37.855390257789253 ], [ -121.54862149962706, 37.855387497419542 ], [ -121.548621345021189, 37.855387389411888 ], [ -121.548621260396175, 37.855387330034475 ], [ -121.548443520565684, 37.855264498208989 ], [ -121.548424800324199, 37.85525438165395 ], [ -121.548245512803078, 37.855157492567827 ], [ -121.548127273978778, 37.855126178909245 ], [ -121.548084860625906, 37.855114946034341 ], [ -121.547917079480925, 37.855070511513304 ], [ -121.547807518377184, 37.855041495520126 ], [ -121.547422508604001, 37.855041491948917 ], [ -121.547422508312692, 37.855041491991486 ], [ -121.547422507948582, 37.855041491991486 ], [ -121.547248324448532, 37.855066938923521 ], [ -121.547148568071208, 37.855081514765921 ], [ -121.547025513336735, 37.855099494411562 ], [ -121.546671506792364, 37.85520649802735 ], [ -121.545928480980805, 37.855565988266882 ], [ -121.545003511606524, 37.856013505757424 ], [ -121.543919495858603, 37.856555499103116 ], [ -121.542856488783457, 37.857009487010124 ], [ -121.542032493922093, 37.857322489193059 ], [ -121.541448511062697, 37.857520487696043 ], [ -121.541412460620407, 37.857528635673319 ], [ -121.541156498483659, 37.857586486245701 ], [ -121.541032138080965, 37.857593955803438 ], [ -121.540947399400679, 37.857599043044466 ], [ -121.5409065016959, 37.857601498105169 ], [ -121.540729507723697, 37.857568497022307 ], [ -121.54064245557241, 37.857500893429687 ], [ -121.54063555005331, 37.857495463128345 ], [ -121.540635387071632, 37.857495334717171 ], [ -121.54053842013569, 37.857363364232597 ], [ -121.540502515916543, 37.857314498897992 ], [ -121.54048736826114, 37.857277154975151 ], [ -121.540429498955433, 37.857134483633345 ], [ -121.540406381713396, 37.856961796150621 ], [ -121.540397505865968, 37.856895488124032 ], [ -121.540429500022924, 37.856623487445887 ], [ -121.540564501088951, 37.8563364938558 ], [ -121.541325508785491, 37.855226504608737 ], [ -121.541522496203839, 37.854848498208732 ], [ -121.541522496218747, 37.854848498051737 ], [ -121.541522496341244, 37.85484849781669 ], [ -121.54155450858795, 37.854511494155126 ], [ -121.541543495128764, 37.854256497995131 ], [ -121.541486568737852, 37.854003969963813 ], [ -121.541387500746666, 37.853564497054528 ], [ -121.541387512026233, 37.853384503120623 ], [ -121.541404193481938, 37.853318397850401 ], [ -121.54143949787732, 37.853178497395653 ], [ -121.541514573796547, 37.852984040856086 ], [ -121.54154451179248, 37.852906498477815 ], [ -121.541773510842603, 37.852519498004938 ], [ -121.542022637892359, 37.852113901990116 ], [ -121.542273490008853, 37.851705498019726 ], [ -121.542302855488259, 37.851628591674007 ], [ -121.542336494568033, 37.851540493897126 ], [ -121.542336507704405, 37.851367492404663 ], [ -121.54231624747068, 37.851298718149557 ], [ -121.542293499792748, 37.851221498361326 ], [ -121.542232491288189, 37.85107948925134 ], [ -121.542231958457677, 37.851079043855044 ], [ -121.542231939821733, 37.851079028253253 ], [ -121.542211763302248, 37.851061697679903 ], [ -121.541835500643501, 37.850738507312691 ], [ -121.541835358117865, 37.850738384254456 ], [ -121.541834972759332, 37.850738050294616 ], [ -121.541822093763002, 37.8507267322437 ], [ -121.541315506607987, 37.850281494745708 ], [ -121.541169511266972, 37.850099485883192 ], [ -121.541053505415519, 37.849892488002901 ], [ -121.540881876256876, 37.849555702159044 ], [ -121.540814502898982, 37.849423495794781 ], [ -121.540814340380393, 37.849423288071527 ], [ -121.540814059872574, 37.849422928926899 ], [ -121.540772023236087, 37.849366666735186 ], [ -121.540678503702949, 37.849241497986291 ], [ -121.54049127039751, 37.849079458179318 ], [ -121.540470505357305, 37.849061489695536 ], [ -121.540220505360523, 37.848954492029613 ], [ -121.540049935434098, 37.848909661228546 ], [ -121.539908513294307, 37.848872490352285 ], [ -121.539647722650059, 37.848879397327629 ], [ -121.539606498647501, 37.848880488987035 ], [ -121.539523496816116, 37.848900114155363 ], [ -121.539293500836393, 37.848954494309986 ], [ -121.539050307559847, 37.849050949836879 ], [ -121.538877499405061, 37.849119488695536 ], [ -121.538799279670201, 37.849166369248678 ], [ -121.538575515156211, 37.849300479776488 ], [ -121.538293496228533, 37.849546488911656 ], [ -121.538000360028846, 37.849828192422194 ], [ -121.537971446330943, 37.849855978360331 ], [ -121.537960507445533, 37.849866485970423 ], [ -121.537960441653823, 37.849866591533498 ], [ -121.537960440778079, 37.849866592434509 ], [ -121.537866501073978, 37.850015489593062 ], [ -121.537839888130506, 37.850078462296281 ], [ -121.537814518965391, 37.850138488406053 ], [ -121.537718450522618, 37.850458049272333 ], [ -121.537710501264698, 37.850484491153907 ], [ -121.537679885011357, 37.850530420713767 ], [ -121.537606510478739, 37.850640493826674 ], [ -121.537398499597444, 37.850805500661004 ], [ -121.537330254175373, 37.850834709226007 ], [ -121.537148507668675, 37.850912494895567 ], [ -121.536929250525176, 37.850948068016827 ], [ -121.536846512289472, 37.850961491637754 ], [ -121.53652351524417, 37.850961483520024 ], [ -121.536169505396103, 37.850920499301274 ], [ -121.535888510265011, 37.850850504280004 ], [ -121.535253059080134, 37.850637280627211 ], [ -121.534982514612452, 37.850546499952813 ], [ -121.534976576711301, 37.850542959860981 ], [ -121.534774494200633, 37.850422479948733 ], [ -121.534693503057881, 37.850358659908601 ], [ -121.534600248288598, 37.850285174983426 ], [ -121.534599753321913, 37.850284785043321 ], [ -121.534597218859716, 37.85028278884262 ], [ -121.534524509461292, 37.850225492196742 ], [ -121.534326498138782, 37.850020496492739 ], [ -121.534321193851511, 37.850010476014688 ], [ -121.534191511807734, 37.849765487578985 ], [ -121.534140770025402, 37.849547939098706 ], [ -121.534139501716808, 37.849542501256217 ], [ -121.534164560882829, 37.849345647688274 ], [ -121.5341815117918, 37.8492124898264 ], [ -121.534228280000633, 37.849005046994449 ], [ -121.534266508407185, 37.848835483417318 ], [ -121.534274971734419, 37.848813031954393 ], [ -121.534459509090212, 37.848323496363918 ], [ -121.53457755377714, 37.848019237154062 ], [ -121.534601504259868, 37.8479575057723 ], [ -121.534761503748882, 37.847723500791254 ], [ -121.53486435558473, 37.847618510239947 ], [ -121.534954503489203, 37.847526488268997 ], [ -121.535041819043599, 37.847478415705154 ], [ -121.535290502573645, 37.847341500936977 ], [ -121.536115514011811, 37.847009502695983 ], [ -121.536369569120637, 37.846910623674546 ], [ -121.536485497599912, 37.84686550431632 ], [ -121.536624161569634, 37.846804280714004 ], [ -121.536673510424009, 37.846782492091002 ], [ -121.536744965070582, 37.846719574159863 ], [ -121.53683250445566, 37.846642493589279 ], [ -121.536844808418863, 37.846601996794355 ], [ -121.536911501992208, 37.846382488438536 ], [ -121.536911499206809, 37.845978492776659 ], [ -121.536796715998932, 37.845610107905344 ], [ -121.536763497498129, 37.84550349517221 ], [ -121.536689499279134, 37.844992487314876 ], [ -121.536743261579119, 37.84472639597508 ], [ -121.536769506234663, 37.844596501884403 ], [ -121.536870507311846, 37.844340497093569 ], [ -121.536983512684628, 37.844142486920866 ], [ -121.536984133858837, 37.844141676566956 ], [ -121.537200511346526, 37.843859498043585 ], [ -121.537723497804137, 37.843308486952758 ], [ -121.537723497836097, 37.843308486909407 ], [ -121.537723498006613, 37.843308486729732 ], [ -121.537729303575603, 37.843300611163741 ], [ -121.537981501258187, 37.842958493712153 ], [ -121.538054490060489, 37.842797519954694 ], [ -121.538054504258028, 37.842797491763463 ], [ -121.538068754596082, 37.842701695980892 ], [ -121.538086488716388, 37.842582490233227 ], [ -121.538076716322507, 37.842449815248663 ], [ -121.538070505828486, 37.842365488924393 ], [ -121.537981496930342, 37.8420284946829 ], [ -121.537836509457193, 37.841609500152451 ], [ -121.53783542975836, 37.841601752754102 ], [ -121.537796512479801, 37.841322489838177 ], [ -121.537812501725213, 37.841099482873915 ], [ -121.537868503265642, 37.840895484537754 ], [ -121.537981496511179, 37.840742490859753 ], [ -121.538073981567635, 37.840640178282989 ], [ -121.5386025146192, 37.840055483728307 ], [ -121.538639534736618, 37.839973120922316 ], [ -121.53869150995709, 37.839857487133152 ], [ -121.538698388425104, 37.839823307821142 ], [ -121.538723509267626, 37.839698488721623 ], [ -121.538707497203006, 37.839462497789853 ], [ -121.538642626378561, 37.839331866948903 ], [ -121.53856246628213, 37.839170446240622 ], [ -121.538046549110021, 37.838635478598228 ], [ -121.538046230157974, 37.838635137375874 ], [ -121.538046224799984, 37.838635130229662 ], [ -121.538046218471877, 37.838635123456761 ], [ -121.537997126317066, 37.83857059473074 ], [ -121.537952340259878, 37.838511721830315 ], [ -121.537852507778283, 37.838380486387734 ], [ -121.537852458199339, 37.83838025313306 ], [ -121.537812518364106, 37.838182495578259 ], [ -121.537819009033583, 37.838081293543006 ], [ -121.537828488618516, 37.837933497476307 ], [ -121.537847625012432, 37.837887723370748 ], [ -121.537884510318833, 37.837799496628108 ], [ -121.53802149733859, 37.837616489574224 ], [ -121.538086334850874, 37.837547470573135 ], [ -121.538207492681593, 37.837418500180917 ], [ -121.538469010410921, 37.837193082518617 ], [ -121.538513792601194, 37.837154482267323 ], [ -121.538543147123136, 37.837129181177559 ], [ -121.538562513612291, 37.837112489036116 ], [ -121.538599630881194, 37.837086514986716 ], [ -121.539045517636993, 37.836774492418392 ], [ -121.539244691749431, 37.83668028192546 ], [ -121.539897507197267, 37.836371502008618 ], [ -121.540346391091148, 37.836217432445835 ], [ -121.540605509187586, 37.836128498404548 ], [ -121.540706480543406, 37.836077042957115 ], [ -121.540882915609103, 37.835987120300857 ], [ -121.540968511877921, 37.835943495712819 ], [ -121.541213503323021, 37.835749499217847 ], [ -121.541349773948397, 37.835616959369851 ], [ -121.541395490586126, 37.835572494963664 ], [ -121.541587488218468, 37.835227483508731 ], [ -121.541694496833017, 37.834923486871091 ], [ -121.541777514903941, 37.834634104637544 ], [ -121.541976502387087, 37.833940480762962 ], [ -121.542046498818593, 37.83371749629643 ], [ -121.542150498165498, 37.833591405451095 ], [ -121.542206118166277, 37.833523970996247 ], [ -121.542206493652031, 37.833523498511965 ], [ -121.542265636938225, 37.833480378932506 ], [ -121.542505502104447, 37.833305487230156 ], [ -121.542567182332462, 37.833273283447539 ], [ -121.54307050638819, 37.833010495216584 ], [ -121.54359766761165, 37.832807954497916 ], [ -121.543817494787518, 37.832723495273768 ], [ -121.544586501760293, 37.832521497833184 ], [ -121.544870085972008, 37.832467111919108 ], [ -121.545290497713822, 37.832386485369874 ], [ -121.545914561249575, 37.832314038767173 ], [ -121.545916069748301, 37.832313862804796 ], [ -121.545916305907994, 37.832313835443365 ], [ -121.546315509939816, 37.832267490315132 ], [ -121.546923516359584, 37.832174492927592 ], [ -121.547115997357224, 37.832128625660445 ], [ -121.547406247316559, 37.832059464120292 ], [ -121.547414512799577, 37.832057494611774 ], [ -121.547948513223361, 37.831889491772095 ], [ -121.548076097489869, 37.831828484777581 ], [ -121.54840650979294, 37.831670491622859 ], [ -121.548428056532742, 37.831657159185859 ], [ -121.548705496220336, 37.831485489873053 ], [ -121.549053802047666, 37.831266002694306 ], [ -121.549235505530078, 37.83115150186881 ], [ -121.549480186356206, 37.831030924976432 ], [ -121.549858505169908, 37.830844493318345 ], [ -121.550244459237206, 37.830676750371325 ], [ -121.550447508024106, 37.830588502035589 ], [ -121.550599470347265, 37.830548688013721 ], [ -121.550947512951865, 37.830457501806471 ], [ -121.551288452845597, 37.830360341796208 ], [ -121.551326499093221, 37.830349499569301 ], [ -121.551326499426438, 37.830349499397741 ], [ -121.551326500133371, 37.830349499196274 ], [ -121.551386184405942, 37.830318768627357 ], [ -121.551629492168416, 37.830193493641282 ], [ -121.55173355438636, 37.830111799415917 ], [ -121.551857507276722, 37.83001449103805 ], [ -121.552069499297019, 37.829762495093028 ], [ -121.552235510565012, 37.829499485878017 ], [ -121.552275506693036, 37.829416862178384 ], [ -121.552311504890199, 37.829342498810007 ], [ -121.552311506153345, 37.829182588500501 ], [ -121.552311507563928, 37.829055487394257 ], [ -121.552251502828639, 37.828745491870436 ], [ -121.551811513180212, 37.827321496324245 ], [ -121.551669347640896, 37.8269055669263 ], [ -121.55156951884571, 37.826613498766832 ], [ -121.551530035882905, 37.826431390346514 ], [ -121.551463498074639, 37.826124489753809 ], [ -121.551454300048462, 37.825874137961961 ], [ -121.551448508834653, 37.825716489248627 ], [ -121.551513979540644, 37.825417619550734 ], [ -121.55152452066153, 37.825369500640022 ], [ -121.551751512795619, 37.824819491059145 ], [ -121.552227513372642, 37.822475500651429 ], [ -121.552288310369022, 37.822330299364758 ], [ -121.552397510513643, 37.822069497474686 ], [ -121.552505282320695, 37.821938859242387 ], [ -121.552661501982655, 37.821749494031089 ], [ -121.552837841297332, 37.821182461171034 ], [ -121.553199508782598, 37.820019492966217 ], [ -121.553284119212634, 37.819784708379785 ], [ -121.553492494477112, 37.819206494220914 ], [ -121.553601730401894, 37.818964960099677 ], [ -121.553634507096405, 37.818892487871452 ], [ -121.553794502692739, 37.818653487931819 ], [ -121.554040499440021, 37.818401497875044 ], [ -121.554371971297257, 37.818075042897007 ], [ -121.554502500081625, 37.817946490337739 ], [ -121.554956499927883, 37.817535491893508 ], [ -121.555384044739043, 37.817204920895279 ], [ -121.555853364688488, 37.816842050869113 ], [ -121.555855335118366, 37.816840526565827 ], [ -121.556023502817069, 37.816710497805367 ], [ -121.556062312510122, 37.81669771520005 ], [ -121.556120397643355, 37.81667858442659 ], [ -121.556275492139022, 37.816627502207076 ], [ -121.556352497737592, 37.816489498560649 ], [ -121.556562175708279, 37.816417984848002 ], [ -121.556595639455779, 37.816406572008667 ], [ -121.556654499976148, 37.816386498045112 ], [ -121.556728021921771, 37.816353713415374 ], [ -121.55681122196647, 37.816316613694845 ], [ -121.556811496508104, 37.816316490667226 ], [ -121.556848697281595, 37.816327655973787 ], [ -121.556848855660732, 37.816327704479974 ], [ -121.556871497525094, 37.816334497461888 ], [ -121.556984495166844, 37.816331491594319 ], [ -121.556538751010805, 37.68059207233626 ], [ -121.556538559753605, 37.680570814544623 ], [ -121.556524505206241, 37.679008499637405 ], [ -121.556518505210974, 37.678426502737175 ], [ -121.55650457051081, 37.677164814196061 ], [ -121.55649348968096, 37.676161481329501 ], [ -121.556469498809648, 37.672917494965382 ], [ -121.556467164250677, 37.672649393699849 ], [ -121.55646350817608, 37.672229499533557 ], [ -121.556457505552274, 37.671586499249045 ], [ -121.556455128292754, 37.671270496994637 ], [ -121.556454511601046, 37.671188489010433 ], [ -121.556449908461062, 37.670688059572257 ], [ -121.556442498976381, 37.669882495792272 ], [ -121.556440495244004, 37.669645489400516 ], [ -121.556373600023633, 37.66222670993124 ], [ -121.556351497540291, 37.659775496097218 ], [ -121.556360965367176, 37.659499148810546 ], [ -121.556424508425508, 37.65764448965286 ], [ -121.556436223712964, 37.657269155726887 ], [ -121.55643949108935, 37.657164487297152 ], [ -121.556450132182633, 37.657025519371068 ], [ -121.556452508971702, 37.656994480640499 ], [ -121.556452509857507, 37.656831494470453 ], [ -121.556500336003822, 37.655563716709246 ], [ -121.556596504720076, 37.653014486272376 ], [ -121.556901506326426, 37.643688499241286 ], [ -121.556908221159574, 37.642399671376609 ], [ -121.556911489138542, 37.641772491442524 ], [ -121.55691149326276, 37.641624847337901 ], [ -121.556911498545176, 37.641450488508923 ], [ -121.556912505203215, 37.640749482619498 ], [ -121.556898142452326, 37.638888604146921 ], [ -121.556875489394315, 37.635953500831704 ], [ -121.556841167406077, 37.635755857826624 ], [ -121.55680949880292, 37.635573490951273 ], [ -121.556772495074185, 37.635332493058563 ], [ -121.556770498258359, 37.63522949342218 ], [ -121.556765511034456, 37.634707492474774 ], [ -121.55673349462954, 37.626103494332206 ], [ -121.557006497296911, 37.6176885008379 ], [ -121.557036509794472, 37.616774488342713 ], [ -121.557039015179654, 37.616743002416825 ], [ -121.55705250489271, 37.616573492437972 ], [ -121.557076551542792, 37.616036123977253 ], [ -121.557096494617127, 37.615590486298522 ], [ -121.557128503668352, 37.613337495537074 ], [ -121.557046493202421, 37.600691498789175 ], [ -121.557031569313295, 37.598229888136018 ], [ -121.556962508276669, 37.586838489709784 ], [ -121.556962511883853, 37.58661348701385 ], [ -121.556966506042613, 37.586309489917291 ], [ -121.55695462822851, 37.585127298068066 ], [ -121.556930486979098, 37.582724483432081 ], [ -121.556881498115544, 37.575177496866743 ], [ -121.556851555349184, 37.571550955116372 ], [ -121.55683550107814, 37.569606495138046 ], [ -121.556824191129962, 37.56824932391401 ], [ -121.556774509609014, 37.562287491249329 ], [ -121.556723191159293, 37.556085429528665 ], [ -121.556722513121258, 37.55600348364564 ], [ -121.556672499843501, 37.550486483932964 ], [ -121.556676498073955, 37.550208490923467 ], [ -121.556673021005196, 37.549823121092743 ], [ -121.556672501382806, 37.549765501795264 ], [ -121.556665714474022, 37.549020765648876 ], [ -121.556634509758553, 37.545596502232328 ], [ -121.556619416194167, 37.543761682132434 ], [ -121.556611501636581, 37.54279948848616 ], [ -121.55411065458415, 37.541432243751153 ], [ -121.550114505696456, 37.539247497849381 ], [ -121.548006454832958, 37.535846466724713 ], [ -121.547551942444187, 37.535574244302389 ], [ -121.547542321411782, 37.535568481635629 ], [ -121.546500503696194, 37.534944502858906 ], [ -121.545763705368003, 37.533276358298366 ], [ -121.545394511979922, 37.532440486471643 ], [ -121.545394073967898, 37.532440321415571 ], [ -121.542485493564655, 37.531341502620897 ], [ -121.539270514248244, 37.529734498699099 ], [ -121.529124495765032, 37.52692350073422 ], [ -121.529124495227848, 37.526923501163957 ], [ -121.529124495213452, 37.526923501159949 ], [ -121.528119500043488, 37.527727498357123 ], [ -121.527738026804698, 37.527548337278851 ], [ -121.527735865002725, 37.527547320726313 ], [ -121.527735727165435, 37.527547255837227 ], [ -121.526652510016717, 37.527038500389693 ], [ -121.522704607064938, 37.52518692272762 ], [ -121.522330984819703, 37.525011680009889 ], [ -121.521699497929191, 37.524715488820277 ], [ -121.517855416727656, 37.525203224259279 ], [ -121.51618250242997, 37.525415482795076 ], [ -121.514908346650145, 37.525304779640159 ], [ -121.512248935014, 37.525073720347827 ], [ -121.508058505620127, 37.52470949399094 ], [ -121.506728917042324, 37.525039800834065 ], [ -121.506250072864901, 37.52515875884432 ], [ -121.506249133464237, 37.525158992908935 ], [ -121.506245867863356, 37.525159805800996 ], [ -121.504944680234829, 37.525483028292747 ], [ -121.503642499921114, 37.525806496595116 ], [ -121.500530506402072, 37.52394348863691 ], [ -121.500304282312015, 37.523807981651551 ], [ -121.499334613058082, 37.523227143463146 ], [ -121.498121510140948, 37.522500486078911 ], [ -121.499123502549182, 37.520501496155731 ], [ -121.500523915643072, 37.519279038766868 ], [ -121.500524519171421, 37.519278512418317 ], [ -121.500571040355766, 37.519237898922846 ], [ -121.500982790039032, 37.518878805679506 ], [ -121.501525501241744, 37.518405499689713 ], [ -121.501525500853802, 37.518405499215511 ], [ -121.50152550102105, 37.518405499069623 ], [ -121.501525038421022, 37.518404826137278 ], [ -121.501160329416408, 37.517958454251009 ], [ -121.500526486547372, 37.517182487626158 ], [ -121.499727484412489, 37.516203507928303 ], [ -121.499726967630792, 37.516202888125186 ], [ -121.499285513755325, 37.51569715933276 ], [ -121.499242021859246, 37.515647337145566 ], [ -121.497022504759855, 37.513104495748848 ], [ -121.495077738698114, 37.508451378436646 ], [ -121.49501551478275, 37.508302497036652 ], [ -121.495317832201351, 37.506171669523049 ], [ -121.495512513089409, 37.504799502058638 ], [ -121.495512383341122, 37.504799382970717 ], [ -121.495512178249314, 37.504799193013568 ], [ -121.492802511288545, 37.502297496505022 ], [ -121.492802511038107, 37.502297496508135 ], [ -121.49280251056652, 37.502297496072771 ], [ -121.489851412643731, 37.502334334910067 ], [ -121.484872503574039, 37.502396486363139 ], [ -121.483333475208227, 37.501311480892923 ], [ -121.483268758018639, 37.501265855657877 ], [ -121.483225473078079, 37.501235337854531 ], [ -121.481170514220139, 37.4997864998859 ], [ -121.481170449951463, 37.499786405543638 ], [ -121.481170143239424, 37.499785947224609 ], [ -121.480357494866681, 37.498559817163418 ], [ -121.48026051696479, 37.498413495142508 ], [ -121.480260289620375, 37.498413295401114 ], [ -121.480260111900122, 37.498413138885823 ], [ -121.480259990082558, 37.498412969796732 ], [ -121.480062390392106, 37.498238153105554 ], [ -121.480060508047913, 37.498236487205972 ], [ -121.480060397963584, 37.498236347931652 ], [ -121.480060228751384, 37.498236133203172 ], [ -121.47957450753583, 37.497621495583282 ], [ -121.479567486104955, 37.497603276576314 ], [ -121.479432493480118, 37.497252494454628 ], [ -121.479226518446211, 37.496829855024409 ], [ -121.479027504185439, 37.496421496774559 ], [ -121.478996383884649, 37.496405791061356 ], [ -121.478885484430549, 37.496349821034414 ], [ -121.478820126234595, 37.496316833480947 ], [ -121.478815498633537, 37.49631449772901 ], [ -121.478646262440833, 37.496262077620138 ], [ -121.478066500598302, 37.496082498657124 ], [ -121.477742276356409, 37.495925469295315 ], [ -121.477293021663399, 37.49570788393725 ], [ -121.477238512328526, 37.495681488905248 ], [ -121.477089050988653, 37.495584884543646 ], [ -121.476893503472368, 37.495458491249721 ], [ -121.476404330530087, 37.495433631869709 ], [ -121.476403890017522, 37.495433608044017 ], [ -121.475791500064844, 37.495402485332427 ], [ -121.475545023143468, 37.495295269761627 ], [ -121.475437498287036, 37.495248496838499 ], [ -121.475437121010231, 37.495248046431847 ], [ -121.475437051266212, 37.495247962924125 ], [ -121.475306490242446, 37.495095514981521 ], [ -121.475190169577601, 37.494886684417857 ], [ -121.474891501816543, 37.494350485267042 ], [ -121.474891377534647, 37.494350388485124 ], [ -121.474891264922832, 37.494350300186738 ], [ -121.47462777079086, 37.494143090066039 ], [ -121.474273497447456, 37.493864490923052 ], [ -121.474083732554192, 37.493664743981043 ], [ -121.473798505204073, 37.493364511334853 ], [ -121.473178094975054, 37.492589989569062 ], [ -121.473170470826716, 37.492580470634749 ], [ -121.473170469726625, 37.492580470188813 ], [ -121.473170469658498, 37.492580470103789 ], [ -121.472936936970072, 37.492485806430828 ], [ -121.472936589388027, 37.492485665082874 ], [ -121.472935760524393, 37.492485327672661 ], [ -121.472671727955515, 37.492378294476296 ], [ -121.472351513753708, 37.492248486022078 ], [ -121.471959270737472, 37.492094639110761 ], [ -121.471887706509847, 37.492066570442887 ], [ -121.47178552058908, 37.492026490892272 ], [ -121.471785066555299, 37.492025955998351 ], [ -121.471605144771146, 37.491809185499896 ], [ -121.471370510259973, 37.491526496013861 ], [ -121.471370326552602, 37.491526411931751 ], [ -121.471370248130796, 37.491526375826545 ], [ -121.471122342374301, 37.491411471868574 ], [ -121.470904494492089, 37.491310499503868 ], [ -121.470665853502751, 37.491164995561469 ], [ -121.470348494823881, 37.490971495744368 ], [ -121.470348370021028, 37.4909712440124 ], [ -121.470348336171966, 37.490971175496909 ], [ -121.470155512857545, 37.490579486823606 ], [ -121.469888833560859, 37.490336986399683 ], [ -121.46979153451673, 37.490248472561284 ], [ -121.469378499802986, 37.490095484775871 ], [ -121.469377939175516, 37.490094765695318 ], [ -121.469362419392382, 37.490076333149581 ], [ -121.469361399103647, 37.490075117038195 ], [ -121.469106510328217, 37.489771486810582 ], [ -121.468904613803048, 37.489620551090177 ], [ -121.468757105249708, 37.489510274362985 ], [ -121.468694513697159, 37.489463484163785 ], [ -121.4686944916795, 37.48946337362414 ], [ -121.468694480612811, 37.489463315751969 ], [ -121.468633500975855, 37.489134487660088 ], [ -121.468694495935367, 37.488866486707337 ], [ -121.468860211441751, 37.488740787761515 ], [ -121.46889874786946, 37.48871155737217 ], [ -121.468957816936452, 37.488666757380983 ], [ -121.469046509288319, 37.488599490621944 ], [ -121.469248502664172, 37.488102479838069 ], [ -121.469393385924192, 37.487306610256184 ], [ -121.469471504942817, 37.486877490515994 ], [ -121.469804920224632, 37.486548053706379 ], [ -121.46980502630079, 37.48654795223527 ], [ -121.469805496857973, 37.486547504759876 ], [ -121.470067698582838, 37.486057398369397 ], [ -121.470157504753459, 37.48588949747954 ], [ -121.469976307645396, 37.485509059978725 ], [ -121.469946509807798, 37.485446496919863 ], [ -121.469946495520617, 37.485223486542111 ], [ -121.47001536080117, 37.485181111819301 ], [ -121.47021952014957, 37.485055488076078 ], [ -121.470495703361834, 37.484882280733459 ], [ -121.470632493295668, 37.484796493989776 ], [ -121.470632493242718, 37.484796493434601 ], [ -121.470632493533799, 37.484796493252055 ], [ -121.470572494699397, 37.484167489649352 ], [ -121.470571166743724, 37.484153941617926 ], [ -121.47050251191223, 37.483453501722238 ], [ -121.470502512072898, 37.483069492197714 ], [ -121.470643514942253, 37.482581490168442 ], [ -121.471006471540775, 37.482192223484759 ], [ -121.471057314864026, 37.482137695544125 ], [ -121.471057431661507, 37.482137569611425 ], [ -121.471057513240495, 37.48213748283635 ], [ -121.471299503488652, 37.481627490908345 ], [ -121.471537479728141, 37.481751763203583 ], [ -121.471612344479013, 37.481790858130857 ], [ -121.471833963087064, 37.481906584472064 ], [ -121.472358358824565, 37.482180417564521 ], [ -121.472358430230003, 37.482180454036332 ], [ -121.472358497606237, 37.48218048890984 ], [ -121.47235849772386, 37.482180488510238 ], [ -121.472358498526134, 37.482180488919994 ], [ -121.472548522834487, 37.481534871797258 ], [ -121.47278851311853, 37.480719496724845 ], [ -121.473494513918141, 37.48003748443854 ], [ -121.474041023972887, 37.479618079725654 ], [ -121.474384495335443, 37.479354492062015 ], [ -121.475029493179264, 37.479379488304815 ], [ -121.475615467935157, 37.479780940475692 ], [ -121.476150500638838, 37.480147492594469 ], [ -121.477029838953484, 37.480201077138908 ], [ -121.477348495857001, 37.480220495426423 ], [ -121.477704500279657, 37.480137891694163 ], [ -121.47808549867851, 37.480049488846475 ], [ -121.478230175474252, 37.479963396027273 ], [ -121.478453508318751, 37.479830498253499 ], [ -121.478675947222769, 37.479615305995758 ], [ -121.478854843471566, 37.479442238694325 ], [ -121.478855322577047, 37.479441776769725 ], [ -121.478883016963152, 37.479415041385614 ], [ -121.478883509714862, 37.479414505249572 ], [ -121.478964366102119, 37.479355266885534 ], [ -121.479313492158497, 37.479099492368668 ], [ -121.479656648751742, 37.478845708886659 ], [ -121.479743535521365, 37.478781518293708 ], [ -121.48002740790966, 37.478503978824399 ], [ -121.480034451871489, 37.478497093850699 ], [ -121.480141996781612, 37.478391960603709 ], [ -121.480142493571222, 37.478391485393672 ], [ -121.480318348955919, 37.478229455164261 ], [ -121.480511505832979, 37.478051484280641 ], [ -121.480619908820216, 37.477878812473449 ], [ -121.480818498393958, 37.477562487143906 ], [ -121.481331656451118, 37.476839251951866 ], [ -121.481370509392221, 37.476784493487607 ], [ -121.481413391292435, 37.476753114473539 ], [ -121.481642157647627, 37.476585714868882 ], [ -121.481686773316753, 37.476553068725508 ], [ -121.481739508418897, 37.476514502772687 ], [ -121.481827732376885, 37.476426081921495 ], [ -121.481843583006977, 37.476410196107629 ], [ -121.48220050919349, 37.476052485934744 ], [ -121.482870205020404, 37.475630863370895 ], [ -121.48288240053958, 37.47562318540426 ], [ -121.482937498645029, 37.475588496814773 ], [ -121.483780518616854, 37.475503485756462 ], [ -121.484301701973209, 37.475480703975748 ], [ -121.484855502562439, 37.475456493680731 ], [ -121.485653506936714, 37.475431489555568 ], [ -121.486440395884955, 37.475538368502733 ], [ -121.486728513965403, 37.475577502298499 ], [ -121.486728513816885, 37.475577502031413 ], [ -121.486728514333635, 37.475577502101615 ], [ -121.486267506704721, 37.474748499249372 ], [ -121.486022513137613, 37.474187490961341 ], [ -121.484149493592838, 37.465658493528281 ], [ -121.483059531425738, 37.465175255435817 ], [ -121.482613504968327, 37.464977503332179 ], [ -121.480507151352313, 37.464322921156388 ], [ -121.47908350239868, 37.463880499723878 ], [ -121.477107501702008, 37.463270481882446 ], [ -121.477015033472853, 37.463237801479501 ], [ -121.47662649298141, 37.463100481541794 ], [ -121.475732062708857, 37.462656906845794 ], [ -121.475398511450265, 37.462491488534106 ], [ -121.475179781755429, 37.462346465700222 ], [ -121.47466249403297, 37.462003491253022 ], [ -121.474662058112642, 37.462002989710264 ], [ -121.474170507537806, 37.461516497190537 ], [ -121.474007900596561, 37.461303850992124 ], [ -121.473751509089396, 37.46096856215361 ], [ -121.47374151137295, 37.46095548784573 ], [ -121.473684703083322, 37.460882963811677 ], [ -121.473320865586828, 37.460418471827516 ], [ -121.473188502525204, 37.460249437308718 ], [ -121.473176695017131, 37.460183258506248 ], [ -121.473127495273658, 37.459907499695198 ], [ -121.4731459716199, 37.459458099773414 ], [ -121.47315750883709, 37.459177489322826 ], [ -121.472973503869298, 37.457568489522743 ], [ -121.472973506995203, 37.456691494013462 ], [ -121.472973134945434, 37.456691190506248 ], [ -121.472972947190172, 37.45669103690841 ], [ -121.472960109576945, 37.456680329294663 ], [ -121.472927427401132, 37.456653068605227 ], [ -121.472456009797824, 37.456259973909077 ], [ -121.472359492816025, 37.45617949235907 ], [ -121.472359492589547, 37.456179492394611 ], [ -121.472359492504097, 37.456179492323351 ], [ -121.472232694165768, 37.456199381460785 ], [ -121.472206512911384, 37.456203488141959 ], [ -121.471427497477706, 37.456143501547196 ], [ -121.471133517283121, 37.45608221226427 ], [ -121.470687465597294, 37.455989218213098 ], [ -121.470682601184578, 37.455988205381111 ], [ -121.469259512275755, 37.455691495094854 ], [ -121.46885052641565, 37.454189684321257 ], [ -121.468768502718135, 37.453888489860418 ], [ -121.468768186942555, 37.453888387965655 ], [ -121.468755551848744, 37.453884231865885 ], [ -121.467707501213226, 37.453539492993691 ], [ -121.467309496654877, 37.453413482377016 ], [ -121.467200228640891, 37.45337696620178 ], [ -121.467140695962854, 37.453357070646568 ], [ -121.467058557896465, 37.453329621946331 ], [ -121.466941505582113, 37.45329050513805 ], [ -121.466847445993054, 37.453343540503994 ], [ -121.466846749426765, 37.453343933008824 ], [ -121.466568234978382, 37.453500969809646 ], [ -121.465709300411874, 37.45398526827185 ], [ -121.465038492325561, 37.454363496791906 ], [ -121.464515603966049, 37.454304312486613 ], [ -121.464393514252635, 37.454290493266924 ], [ -121.464393326408128, 37.454290276343599 ], [ -121.464393055508964, 37.454289963183484 ], [ -121.464334251322398, 37.454223601114634 ], [ -121.464227405698907, 37.454103022464622 ], [ -121.46421189903397, 37.454085520809073 ], [ -121.464184306019803, 37.454054376857172 ], [ -121.463810511722599, 37.453632497386799 ], [ -121.463902514797383, 37.452341494288689 ], [ -121.463441877051253, 37.451780937866104 ], [ -121.463441513220687, 37.451780495064838 ], [ -121.46338701477363, 37.451744678373736 ], [ -121.463234824139363, 37.451644657606579 ], [ -121.462735510682833, 37.451316494496773 ], [ -121.462618939141734, 37.45015083850685 ], [ -121.462428494443444, 37.44824648544774 ], [ -121.463257506545219, 37.445517491598864 ], [ -121.463257506433166, 37.445517491309587 ], [ -121.463257506506437, 37.445517491068372 ], [ -121.461907504794183, 37.442032494712642 ], [ -121.461820428152905, 37.441699040212548 ], [ -121.461538521589219, 37.440619494970086 ], [ -121.461569512345775, 37.440375491278203 ], [ -121.461599758011616, 37.43948566789738 ], [ -121.461615502019768, 37.43902249574915 ], [ -121.461523518087262, 37.438730485357922 ], [ -121.461543478616065, 37.438687700297095 ], [ -121.461830495250283, 37.438072487008171 ], [ -121.462717126476946, 37.43788228013716 ], [ -121.463303497842944, 37.437756487403668 ], [ -121.463671505438654, 37.437658496773395 ], [ -121.463671505825104, 37.437658496510956 ], [ -121.4636715061784, 37.437658496416887 ], [ -121.463739666035067, 37.437612212210979 ], [ -121.463886508185638, 37.437512498812964 ], [ -121.464500508262034, 37.43709850049926 ], [ -121.465254022171763, 37.436159048875197 ], [ -121.465420491986833, 37.435951501100789 ], [ -121.465697502412354, 37.435611490390784 ], [ -121.465705743636704, 37.435600320440862 ], [ -121.466310504627984, 37.434781491706659 ], [ -121.46667951329475, 37.434295489727752 ], [ -121.466896165306068, 37.434071069631145 ], [ -121.466986497675194, 37.433977498687881 ], [ -121.467005451154193, 37.433943476766807 ], [ -121.467108509957029, 37.433758485497222 ], [ -121.467190475692263, 37.433596534118209 ], [ -121.467231496401908, 37.433515484515645 ], [ -121.467470455427062, 37.433294038190247 ], [ -121.467968495436892, 37.432832498669775 ], [ -121.468346185626942, 37.432325125245576 ], [ -121.468367504226293, 37.432296486775108 ], [ -121.468517517531097, 37.432134028465377 ], [ -121.469042500485884, 37.43156549370822 ], [ -121.469748511722486, 37.430737486975964 ], [ -121.470177503993042, 37.429957485615517 ], [ -121.470200144889731, 37.429777595497704 ], [ -121.47026950716247, 37.429226491333708 ], [ -121.470331494353644, 37.428349498600653 ], [ -121.470239492505428, 37.427861499148115 ], [ -121.470239494489078, 37.427574091507609 ], [ -121.470239495932091, 37.427447495904545 ], [ -121.468673493800779, 37.425765498559834 ], [ -121.468550505213443, 37.425521500476378 ], [ -121.468519495462459, 37.42518050006796 ], [ -121.468612452408166, 37.424911664845958 ], [ -121.468612509809134, 37.424911492211841 ], [ -121.468640897484605, 37.42488649944805 ], [ -121.46888850740045, 37.424668502507942 ], [ -121.469021293082761, 37.424631287650101 ], [ -121.469409502041628, 37.424522487639969 ], [ -121.469962505130482, 37.424425486025683 ], [ -121.470545494091965, 37.424327484915409 ], [ -121.471066499833114, 37.424278500650182 ], [ -121.47113034777, 37.424274499411219 ], [ -121.471250442255723, 37.424266973942707 ], [ -121.471465515237966, 37.424253499666385 ], [ -121.471565948183525, 37.424242749507293 ], [ -121.471680503245537, 37.424230492556788 ], [ -121.471680503736664, 37.424230492355512 ], [ -121.471680503947212, 37.424230492332981 ], [ -121.471688806348226, 37.424227089454305 ], [ -121.471741493065778, 37.424205495321772 ], [ -121.471955541794202, 37.42388806122586 ], [ -121.472447492416663, 37.423158500756983 ], [ -121.472048501773017, 37.422669488476835 ], [ -121.471672823724603, 37.422179986761421 ], [ -121.46627943869828, 37.415152502214788 ], [ -121.465701649695674, 37.415316926349767 ], [ -121.465056662975528, 37.415500474943656 ], [ -121.464596830225844, 37.415631332223647 ], [ -121.464205898006853, 37.415742578070613 ], [ -121.463661516726148, 37.415897489271579 ], [ -121.463419183726728, 37.415590689788964 ], [ -121.460182750262049, 37.411493285694192 ], [ -121.456116502778613, 37.406344497809762 ], [ -121.455454731639975, 37.40196798732088 ], [ -121.455260504506597, 37.400683497786972 ], [ -121.457144891596826, 37.398936487170197 ], [ -121.457578494793367, 37.398534494774367 ], [ -121.457578494772136, 37.398534494737369 ], [ -121.457578494870987, 37.398534494645737 ], [ -121.457022702046302, 37.397565374464278 ], [ -121.45631449366094, 37.396330491257011 ], [ -121.455342491466027, 37.396233377476939 ], [ -121.450729511846291, 37.395772488989813 ], [ -121.450729483119858, 37.3957724599654 ], [ -121.450729086314951, 37.395772043856468 ], [ -121.449213506058427, 37.394128482567986 ], [ -121.449213233975456, 37.394128294888489 ], [ -121.449213118928569, 37.394128215281427 ], [ -121.449213117411063, 37.394128214210319 ], [ -121.449212936394161, 37.394128023930328 ], [ -121.447057274545188, 37.39263014376936 ], [ -121.447040509302738, 37.392618493811042 ], [ -121.4470405088977, 37.392618494015124 ], [ -121.447040508665197, 37.392618493853561 ], [ -121.445752501055111, 37.393267497701011 ], [ -121.445392251709066, 37.393365482454008 ], [ -121.445013495063364, 37.393468500335281 ], [ -121.444781157463225, 37.393545650227722 ], [ -121.444483493483489, 37.393644491412637 ], [ -121.44411207505641, 37.393617031776174 ], [ -121.443888493718475, 37.393600501475582 ], [ -121.442382124222831, 37.392938074388546 ], [ -121.442353504941821, 37.392925489024286 ], [ -121.441738790026221, 37.393273937380478 ], [ -121.441575514611216, 37.393366489139453 ], [ -121.441432582125714, 37.393459487629613 ], [ -121.441263497749787, 37.393569501454472 ], [ -121.44028974542617, 37.394397757795566 ], [ -121.440085495632658, 37.394571487385157 ], [ -121.439931818035546, 37.394571488165042 ], [ -121.438996495047178, 37.394571492224166 ], [ -121.438624102046987, 37.394867442965605 ], [ -121.438551353411782, 37.394925258152156 ], [ -121.437796264893151, 37.395525337449897 ], [ -121.437650102174658, 37.395641482700654 ], [ -121.437486501798588, 37.395771483598921 ], [ -121.436221152950296, 37.396047024563316 ], [ -121.436129871063059, 37.396066901946604 ], [ -121.43569549251643, 37.396161487348031 ], [ -121.43506387817051, 37.396040030621457 ], [ -121.434395500186781, 37.395911496785558 ], [ -121.433447972666769, 37.395526198289886 ], [ -121.433270614821069, 37.395454086672558 ], [ -121.432885494925515, 37.395297501022391 ], [ -121.43267887031152, 37.395144949407019 ], [ -121.432419613401336, 37.394953538496708 ], [ -121.431410495913013, 37.394208492633865 ], [ -121.431053436439782, 37.39411556290775 ], [ -121.430819834435397, 37.394054765986198 ], [ -121.43077651603771, 37.394043491909102 ], [ -121.428689851018305, 37.393876903448607 ], [ -121.423248515093519, 37.393442495143304 ], [ -121.422903032715197, 37.393224745173107 ], [ -121.418631514030849, 37.390532500321228 ], [ -121.416490234888769, 37.390104088597866 ], [ -121.415837500273469, 37.389973494066425 ], [ -121.415792402885344, 37.389973905789837 ], [ -121.413929504367999, 37.389990493143124 ], [ -121.413111503628755, 37.389427500463789 ], [ -121.411708511277155, 37.389229484300394 ], [ -121.411708459381146, 37.389229203854327 ], [ -121.411708395754346, 37.389228854930579 ], [ -121.411316797460543, 37.38709238334382 ], [ -121.411311501497295, 37.387063489698654 ], [ -121.411310964530529, 37.387063075468539 ], [ -121.411284759034942, 37.387043118818092 ], [ -121.41126949459931, 37.38703149411532 ], [ -121.409779496974494, 37.385897497458849 ], [ -121.409779437408631, 37.38589724029584 ], [ -121.409289500897586, 37.383769489180636 ], [ -121.409173497523213, 37.383261503954358 ], [ -121.409133844205968, 37.383090723261859 ], [ -121.409101515693109, 37.382951485417195 ], [ -121.409145510776199, 37.382383482069734 ], [ -121.40914507997681, 37.382382815856971 ], [ -121.40908751339812, 37.382299542738927 ], [ -121.40908605994511, 37.382297439422061 ], [ -121.40895343825737, 37.382105498438762 ], [ -121.408888490110812, 37.382011499753069 ], [ -121.408761597036801, 37.381720660727396 ], [ -121.408594974852107, 37.381338761393721 ], [ -121.408545612618923, 37.381225629602184 ], [ -121.408494500060115, 37.381108485097002 ], [ -121.408224499782264, 37.380460486700002 ], [ -121.408867504527848, 37.379680483551759 ], [ -121.409309062831184, 37.379095629684912 ], [ -121.409471489398896, 37.378880492788362 ], [ -121.409515401912387, 37.378837856107566 ], [ -121.40951932407647, 37.37883404616624 ], [ -121.409520449356492, 37.378832953374399 ], [ -121.410204502075771, 37.378168482762582 ], [ -121.410363646516402, 37.378160891129319 ], [ -121.410447933840331, 37.378156868798165 ], [ -121.410539511396237, 37.378152498740015 ], [ -121.410650971772966, 37.378013294076581 ], [ -121.410748493708397, 37.377891497869854 ], [ -121.411523506682002, 37.377671495496806 ], [ -121.411728193297265, 37.377548953003576 ], [ -121.41190331467115, 37.377444111607723 ], [ -121.411903710197777, 37.377443873688961 ], [ -121.41190393246977, 37.377443740479393 ], [ -121.411918940364458, 37.377434755080586 ], [ -121.411964495436791, 37.377407482222452 ], [ -121.411986223816641, 37.377394659759084 ], [ -121.412002886776918, 37.377384827657202 ], [ -121.412134942323647, 37.377306890292282 ], [ -121.412230516364957, 37.377250484627297 ], [ -121.41249229736259, 37.377052982156272 ], [ -121.412845510537636, 37.376786499239252 ], [ -121.413236213386753, 37.376448206969179 ], [ -121.413240511442368, 37.376444485487248 ], [ -121.413245870271595, 37.376440164710466 ], [ -121.413653494684468, 37.376111501532854 ], [ -121.413910358018825, 37.376029342594713 ], [ -121.41419750698897, 37.375937497191977 ], [ -121.414641509329627, 37.375808484595375 ], [ -121.415015496735606, 37.375713488955292 ], [ -121.415015496716748, 37.375713488870623 ], [ -121.415015497362205, 37.37571348870668 ], [ -121.414984925675498, 37.375576185175305 ], [ -121.414964509228469, 37.375484488801717 ], [ -121.414865505056341, 37.375200493117013 ], [ -121.415157505688455, 37.374654487668813 ], [ -121.415309489831728, 37.374513492225198 ], [ -121.415354390824191, 37.374444172220677 ], [ -121.415480489145509, 37.374249497362726 ], [ -121.415532512367179, 37.373975497074333 ], [ -121.415481428606256, 37.373871794548386 ], [ -121.415300492852737, 37.373504484490716 ], [ -121.416706143287612, 37.369938839374605 ], [ -121.416826508910574, 37.369633501846465 ], [ -121.41705929632009, 37.368635719357748 ], [ -121.417392510501188, 37.367207486048279 ], [ -121.417715785147422, 37.366888890314506 ], [ -121.417876507063596, 37.366730494903685 ], [ -121.418200498998146, 37.366114494857818 ], [ -121.418394504804979, 37.365398500150199 ], [ -121.41843551146286, 37.364878499978978 ], [ -121.418476501660223, 37.364515484259925 ], [ -121.418476495760771, 37.364329039178081 ], [ -121.418476493502808, 37.364241839362663 ], [ -121.418476495305299, 37.364241488184284 ], [ -121.418530912589958, 37.364224849430805 ], [ -121.418602372769271, 37.364203000563393 ], [ -121.41870340730118, 37.364172110280037 ], [ -121.418839495221789, 37.36413049657186 ], [ -121.419614501069248, 37.364028498375781 ], [ -121.420360515149525, 37.363866488048565 ], [ -121.420694251125553, 37.363703763263423 ], [ -121.420844507930923, 37.363630500575098 ], [ -121.420974790223227, 37.363531824588399 ], [ -121.421318504446305, 37.363271495336619 ], [ -121.421530692269371, 37.363055897525904 ], [ -121.421691504000108, 37.362892501912214 ], [ -121.421823508517392, 37.362469493634386 ], [ -121.421875512612473, 37.361904491919653 ], [ -121.421881337598364, 37.36179822097759 ], [ -121.421938493006309, 37.36075549226814 ], [ -121.422845501785815, 37.358637490229164 ], [ -121.422126311686199, 37.357287448497011 ], [ -121.421347504445095, 37.355825493137758 ], [ -121.421347067811908, 37.355825240220824 ], [ -121.421347051590999, 37.355825230782045 ], [ -121.420235507046002, 37.35518349894496 ], [ -121.420235495799915, 37.355183343121872 ], [ -121.420235484475, 37.355183179659718 ], [ -121.420215507014476, 37.354927485099466 ], [ -121.420418514211008, 37.3540864920258 ], [ -121.420418333547389, 37.354086152745445 ], [ -121.420418243283066, 37.354085982378479 ], [ -121.420416455154012, 37.354082640589191 ], [ -121.420213591384936, 37.353702735347426 ], [ -121.420088507158468, 37.353468488281209 ], [ -121.42008815622475, 37.353468207208422 ], [ -121.419583964378049, 37.353064762895784 ], [ -121.419007502607755, 37.352603488884768 ], [ -121.419007416571972, 37.352603312853383 ], [ -121.419007305437773, 37.352603083914126 ], [ -121.418817795919367, 37.352211141867791 ], [ -121.418611510720595, 37.351784502792469 ], [ -121.418634724781541, 37.351644899904883 ], [ -121.418755510093078, 37.350918553148844 ], [ -121.419656913506444, 37.35027999566455 ], [ -121.419667241582545, 37.350272679276536 ], [ -121.419667498352311, 37.350272500668609 ], [ -121.41968534970168, 37.349968434661513 ], [ -121.419698497386548, 37.34974450068475 ], [ -121.419711508654231, 37.349525494026423 ], [ -121.419741265157541, 37.349017523354952 ], [ -121.419825504907834, 37.347579488244051 ], [ -121.419386597219415, 37.347094623420396 ], [ -121.419376515563769, 37.347083485135926 ], [ -121.419062514996696, 37.346351485070898 ], [ -121.419197509445425, 37.34587648551058 ], [ -121.419304700814848, 37.345822748817469 ], [ -121.419949513521928, 37.345499494997028 ], [ -121.419985497032854, 37.344884497853513 ], [ -121.420003503037108, 37.344560492244518 ], [ -121.417669287266122, 37.341698690520076 ], [ -121.417665441477183, 37.341693975392374 ], [ -121.414280498577554, 37.337543500366259 ], [ -121.413646881386327, 37.336766340745584 ], [ -121.413641330175722, 37.336759531390399 ], [ -121.413625542854362, 37.336740165190712 ], [ -121.410677532915997, 37.333123889699806 ], [ -121.408558488708238, 37.330524492322404 ], [ -121.410577495414969, 37.327431494174206 ], [ -121.409804504606029, 37.325332491406243 ], [ -121.409669512016265, 37.324965487401251 ], [ -121.41138549439016, 37.324366488042699 ], [ -121.411385494380696, 37.324366488031465 ], [ -121.411385495205195, 37.32436648774366 ], [ -121.411385071572283, 37.324365985626571 ], [ -121.408882510246798, 37.321382495138735 ], [ -121.408882499777306, 37.32138245762669 ], [ -121.408882434059748, 37.321382218110593 ], [ -121.407994527811681, 37.318079750789053 ], [ -121.407852501233805, 37.317551498243567 ], [ -121.407814092628698, 37.317158226266038 ], [ -121.407676512020046, 37.315749502976395 ], [ -121.407250499277794, 37.314005498729237 ], [ -121.407168364779579, 37.313638785046479 ], [ -121.407088460199589, 37.313282025677516 ], [ -121.407058866191164, 37.313149929620167 ], [ -121.407039502602288, 37.31306349696051 ], [ -121.407039502268177, 37.313063496655587 ], [ -121.407039502244743, 37.313063496551024 ], [ -121.406711021473171, 37.312763698240445 ], [ -121.40669576781886, 37.31274977611173 ], [ -121.406661494505798, 37.312718493194268 ], [ -121.406556360605364, 37.312691902151919 ], [ -121.406510918437618, 37.312680408430658 ], [ -121.406313512136308, 37.312630482016601 ], [ -121.406313529436517, 37.312630568234567 ], [ -121.406313633496225, 37.312631092263835 ], [ -121.406325406190774, 37.312689953549864 ], [ -121.406337512624091, 37.312750489075384 ], [ -121.406211226986684, 37.312738903336523 ], [ -121.405901508861533, 37.312710487854687 ], [ -121.405901476714817, 37.3127102382294 ], [ -121.405901459097223, 37.312710098630667 ], [ -121.405774501769045, 37.311772495446128 ], [ -121.405325516361543, 37.310932508166616 ], [ -121.405344534709528, 37.310913288360595 ], [ -121.405576752840105, 37.310679027502466 ], [ -121.405779501062, 37.310474496492027 ], [ -121.405879124230623, 37.310422420902547 ], [ -121.407087733244936, 37.309790649951381 ], [ -121.407099506380234, 37.30978450010722 ], [ -121.408307112697173, 37.309822635117271 ], [ -121.4085245057002, 37.309829500334224 ], [ -121.410904515722407, 37.307985493880651 ], [ -121.411922200494303, 37.307570749980307 ], [ -121.412364508374068, 37.307390493431612 ], [ -121.413139503290111, 37.3069414914345 ], [ -121.413602503646686, 37.306722505031999 ], [ -121.413680892627866, 37.306642874465894 ], [ -121.413854519090748, 37.306466498503688 ], [ -121.414171727546119, 37.305726538959206 ], [ -121.414347510744662, 37.305316486137428 ], [ -121.41445900076738, 37.305230379147346 ], [ -121.414492507638343, 37.305204501035 ], [ -121.414783195624253, 37.304979211718312 ], [ -121.416336502932552, 37.303775499599809 ], [ -121.417148988187293, 37.303549678789807 ], [ -121.417150514287144, 37.30354925468869 ], [ -121.417347498513038, 37.303494502896079 ], [ -121.417399108836165, 37.303477529833657 ], [ -121.417425252934706, 37.303468932221371 ], [ -121.417680798767549, 37.30338488565733 ], [ -121.417718498585828, 37.303372486606882 ], [ -121.41771849882403, 37.30337248647173 ], [ -121.417718499232237, 37.303372486337487 ], [ -121.417816095380473, 37.30331712035408 ], [ -121.417859511719712, 37.303292490446708 ], [ -121.417969512322543, 37.303232496392184 ], [ -121.41828448853046, 37.302871497156772 ], [ -121.418355412520853, 37.302716960629283 ], [ -121.418446494942231, 37.302518502082471 ], [ -121.418665513819207, 37.301984962832123 ], [ -121.418673502664674, 37.301965501720659 ], [ -121.42040397033827, 37.30063232160451 ], [ -121.421833741738993, 37.29953074190432 ], [ -121.42237994508011, 37.299109915646966 ], [ -121.42238015021951, 37.299109759799293 ], [ -121.422380509911136, 37.299109487931666 ], [ -121.422638542509887, 37.297040209606678 ], [ -121.422692500226177, 37.296607500843272 ], [ -121.422682491936513, 37.295835495788729 ], [ -121.422787526044772, 37.295687425472231 ], [ -121.423092495511909, 37.295257500021592 ], [ -121.424304511768781, 37.29510750300166 ], [ -121.425699749177767, 37.295902055202255 ], [ -121.425700518613098, 37.295902490351786 ], [ -121.425565455284385, 37.295933122769505 ], [ -121.425526576935766, 37.295941942245157 ], [ -121.42548450478661, 37.295951485348652 ], [ -121.425288493371397, 37.295998494269099 ], [ -121.424229504498726, 37.296246492724748 ], [ -121.42422950705928, 37.296246492819989 ], [ -121.424229505145959, 37.296246493268043 ], [ -121.424230654869788, 37.296246535506853 ], [ -121.424230897844183, 37.296246544543045 ], [ -121.424629565781117, 37.296261294206595 ], [ -121.424630074835264, 37.296261314289211 ], [ -121.425013497769839, 37.296275499846338 ], [ -121.425205270743447, 37.296288770732978 ], [ -121.42540350222518, 37.296302489457432 ], [ -121.425538556152674, 37.296296300668224 ], [ -121.425538842128432, 37.296296285208889 ], [ -121.425543256776464, 37.296296082895303 ], [ -121.425643492554585, 37.296291489973378 ], [ -121.425723621064606, 37.296262220281186 ], [ -121.425739745563774, 37.296256330349721 ], [ -121.425770730906294, 37.296245011764086 ], [ -121.425966514972671, 37.296173494725942 ], [ -121.426265491710737, 37.296064488866136 ], [ -121.426477409275478, 37.296000083710844 ], [ -121.42687749163602, 37.295878492549093 ], [ -121.4274105502993, 37.295776201419692 ], [ -121.427789508645873, 37.295703481575281 ], [ -121.427858531342324, 37.295690121709427 ], [ -121.428091416893707, 37.295645045798985 ], [ -121.428161492616908, 37.295631483844119 ], [ -121.428234605126391, 37.295614628264062 ], [ -121.428454774820821, 37.295563869856991 ], [ -121.429987512325155, 37.295210490911451 ], [ -121.431020503580314, 37.294954489413044 ], [ -121.431144718763619, 37.294866959201507 ], [ -121.431504968509884, 37.294613103917939 ], [ -121.431591406479114, 37.294552195292312 ], [ -121.431660514589268, 37.294503498533921 ], [ -121.431829372313189, 37.294464072433712 ], [ -121.431943922141073, 37.294437326796711 ], [ -121.432371513370796, 37.294337484922963 ], [ -121.432406492796488, 37.294329495642309 ], [ -121.432746922563439, 37.294003986591363 ], [ -121.433273495571754, 37.293500493313047 ], [ -121.433426797074873, 37.293202923795185 ], [ -121.43361351174525, 37.292840496942858 ], [ -121.434311555735107, 37.292550713095423 ], [ -121.435080504364279, 37.292231494414978 ], [ -121.435938254850825, 37.291979690066995 ], [ -121.436375281185661, 37.291851395200155 ], [ -121.436463517264428, 37.291825500480407 ], [ -121.436536749653939, 37.29186369062672 ], [ -121.436674776853025, 37.291935671734549 ], [ -121.437207509138034, 37.292213492312982 ], [ -121.438144522703411, 37.293050012094767 ], [ -121.438147358276282, 37.293052545019101 ], [ -121.438270511471487, 37.293162486015888 ], [ -121.438768985261717, 37.293278938256819 ], [ -121.439163658940927, 37.293371139441497 ], [ -121.439567511976477, 37.293465485574465 ], [ -121.439891662911265, 37.293548611141865 ], [ -121.440326186643361, 37.29366004152881 ], [ -121.440694509338456, 37.293754492029095 ], [ -121.440715986870472, 37.293771570437393 ], [ -121.440788011560386, 37.293828843486203 ], [ -121.4415144601208, 37.29440652386922 ], [ -121.441778500898977, 37.294616492463312 ], [ -121.442352512853333, 37.295631488852571 ], [ -121.442418266973789, 37.295718679902407 ], [ -121.442671506325809, 37.296054480738121 ], [ -121.443423892910289, 37.296533676848604 ], [ -121.443489978759445, 37.296575766099259 ], [ -121.443522503486221, 37.296596480835966 ], [ -121.445517164878893, 37.29583249807736 ], [ -121.44557119498873, 37.29581180229912 ], [ -121.448655338325963, 37.294630448374875 ], [ -121.45076612094347, 37.293821854667428 ], [ -121.45147396832806, 37.293550694532811 ], [ -121.451474136151859, 37.293550629066416 ], [ -121.451474505412222, 37.293550485900738 ], [ -121.451304507030002, 37.2926545017583 ], [ -121.451309783925197, 37.292507337459796 ], [ -121.451327492868472, 37.292013487974707 ], [ -121.451356513283557, 37.291710493770381 ], [ -121.45142849947932, 37.291594502850849 ], [ -121.451436086189418, 37.291579562721246 ], [ -121.451460496357541, 37.29153149555065 ], [ -121.45153350413031, 37.291442503122049 ], [ -121.451673014549456, 37.29132094506209 ], [ -121.45167350468958, 37.2913204833688 ], [ -121.451723559411604, 37.291272872640143 ], [ -121.451739991730165, 37.291257243125145 ], [ -121.45174154130035, 37.291255768754979 ], [ -121.451879045930767, 37.29112497906398 ], [ -121.451879503784184, 37.291124501530227 ], [ -121.451879507525177, 37.291124497970799 ], [ -121.451888340280689, 37.291118707409112 ], [ -121.451951689320481, 37.291077177987034 ], [ -121.452221184857052, 37.290900502718891 ], [ -121.452358499919271, 37.290810482444748 ], [ -121.452367233737334, 37.290805107045827 ], [ -121.45238173476352, 37.290796182737175 ], [ -121.452384493831104, 37.290794486705821 ], [ -121.452673660504331, 37.290613324436073 ], [ -121.452957459350856, 37.290435525722344 ], [ -121.453054089383429, 37.290346835296852 ], [ -121.453091514701612, 37.2903124853664 ], [ -121.453122620166383, 37.290261357884788 ], [ -121.453192501160416, 37.290146496856018 ], [ -121.453226697560325, 37.290043201204405 ], [ -121.453289502733796, 37.289853490590325 ], [ -121.453343514240444, 37.289693496857957 ], [ -121.453408488309279, 37.2895834979117 ], [ -121.453455493574836, 37.289439486026055 ], [ -121.453480841245238, 37.289308453293252 ], [ -121.453502497729232, 37.289196502694551 ], [ -121.453524494445404, 37.289151025412039 ], [ -121.453531518849275, 37.289136502956211 ], [ -121.45362850837688, 37.289067495734223 ], [ -121.453751494313465, 37.288993497501949 ], [ -121.453761819629719, 37.28898680445193 ], [ -121.453805512743074, 37.288958482787649 ], [ -121.453806175790902, 37.288957536069077 ], [ -121.453838490584573, 37.288911492034856 ], [ -121.453838490557445, 37.288911491810346 ], [ -121.453838490672325, 37.288911491672465 ], [ -121.453836973687359, 37.288898948273626 ], [ -121.453830509055166, 37.288845489937209 ], [ -121.453798502007515, 37.28878949089836 ], [ -121.453835467075905, 37.28875899816957 ], [ -121.453835559758673, 37.288758921718028 ], [ -121.453838074784699, 37.2887568740978 ], [ -121.453838499657664, 37.288756493188835 ], [ -121.453967512270651, 37.288356497196318 ], [ -121.454213481096744, 37.2876965355346 ], [ -121.454223119128343, 37.287680512387567 ], [ -121.454578511855843, 37.287090488753044 ], [ -121.454661705512734, 37.287052204264306 ], [ -121.454691475142326, 37.287038498733743 ], [ -121.454691475388401, 37.28703849848776 ], [ -121.454691475753165, 37.287038498319838 ], [ -121.454763507776093, 37.286966496480254 ], [ -121.454912506271341, 37.286778500606268 ], [ -121.45516109457013, 37.28644503495871 ], [ -121.455161510470049, 37.286444495461119 ], [ -121.45516151587826, 37.286444488738539 ], [ -121.455963322749014, 37.286586343032269 ], [ -121.456105499852868, 37.286611496844991 ], [ -121.45613686978335, 37.286619106606253 ], [ -121.456247925035981, 37.286646046717507 ], [ -121.456305356989773, 37.286659978930345 ], [ -121.456410509875539, 37.286685487912543 ], [ -121.457059447704395, 37.286822632061011 ], [ -121.457910504631258, 37.287002491756212 ], [ -121.45802850051497, 37.286801496103941 ], [ -121.458028500545893, 37.286801495980299 ], [ -121.458028500665023, 37.286801495777404 ], [ -121.458029655160843, 37.286796880522552 ], [ -121.458041507623051, 37.286749501490391 ], [ -121.45828606976589, 37.285228688312202 ], [ -121.458453504080197, 37.284187498645345 ], [ -121.458516494581858, 37.283500484364637 ], [ -121.458482849498679, 37.283222339910893 ], [ -121.458433515327954, 37.282814489419977 ], [ -121.458431722782578, 37.282812125135464 ], [ -121.458220501619721, 37.282533481848127 ], [ -121.45822027797476, 37.282533240042454 ], [ -121.458220106520344, 37.28253303701851 ], [ -121.458206162163407, 37.282517891321135 ], [ -121.458201991128831, 37.282513360853756 ], [ -121.458161628304865, 37.282469492276753 ], [ -121.457702505875801, 37.281970491311441 ], [ -121.457399609899269, 37.281678433850011 ], [ -121.457370161894545, 37.281650039492746 ], [ -121.457283506327485, 37.281566484036553 ], [ -121.456958066259617, 37.281190882354331 ], [ -121.456837985427882, 37.281052292495623 ], [ -121.456800931693564, 37.281009540999847 ], [ -121.456777464610525, 37.28098246512377 ], [ -121.456777464122922, 37.280982464815352 ], [ -121.456777464048145, 37.280982464729078 ], [ -121.456768301703363, 37.2809766686944 ], [ -121.456728502900546, 37.280951488798117 ], [ -121.45671082654674, 37.28094706467926 ], [ -121.45669651238363, 37.280943483934834 ], [ -121.456668674362177, 37.280935809579034 ], [ -121.456667497621979, 37.280935485126427 ], [ -121.456660353460975, 37.280934042270104 ], [ -121.456573496602118, 37.280916499671868 ], [ -121.456423517430494, 37.280893484831296 ], [ -121.456336502673068, 37.280879481767023 ], [ -121.456292050144341, 37.280866410737985 ], [ -121.456251499025839, 37.280854485864133 ], [ -121.456145497608844, 37.280814490892631 ], [ -121.456092503723951, 37.28078849032876 ], [ -121.456091984774403, 37.280788091987155 ], [ -121.455945626078261, 37.280672543810319 ], [ -121.455940505534002, 37.280668501170325 ], [ -121.455799513929676, 37.280567502172943 ], [ -121.455756517047391, 37.280530480722689 ], [ -121.455750473461322, 37.280520482949761 ], [ -121.455727511894452, 37.280482497815377 ], [ -121.455702947819958, 37.280436164911471 ], [ -121.45560451003108, 37.280250489525159 ], [ -121.455582474518948, 37.280203002708852 ], [ -121.455572495495502, 37.280181497030618 ], [ -121.45554812765225, 37.280140877550203 ], [ -121.455536500315375, 37.280121495386823 ], [ -121.45518253084596, 37.279795470732324 ], [ -121.455182352598584, 37.279795304507545 ], [ -121.455107497705484, 37.279707801295537 ], [ -121.45490451281951, 37.279470492881771 ], [ -121.454904231952511, 37.279469941275195 ], [ -121.454879832222488, 37.279427079658426 ], [ -121.454879193139945, 37.279425955502859 ], [ -121.454821494063864, 37.279324488258453 ], [ -121.45481017618107, 37.279298004498173 ], [ -121.454771494119683, 37.279207486899814 ], [ -121.454754507749499, 37.279072478584418 ], [ -121.45484025854411, 37.278954810755003 ], [ -121.454840380216993, 37.278954642774387 ], [ -121.454840494046636, 37.278954486690928 ], [ -121.454956507550122, 37.27887849974212 ], [ -121.4549566297339, 37.278878419227176 ], [ -121.454981939635857, 37.278861741671889 ], [ -121.455039142923397, 37.278824045768566 ], [ -121.455085500964486, 37.278793497337624 ], [ -121.455234514904632, 37.278712487518106 ], [ -121.455365035538591, 37.278679033146325 ], [ -121.455403838090447, 37.278669088283557 ], [ -121.455472508296481, 37.278651489115475 ], [ -121.455493851097344, 37.278644311081315 ], [ -121.455515678623271, 37.278636970616219 ], [ -121.455574041989465, 37.278617336781686 ], [ -121.455582505827238, 37.278614489574821 ], [ -121.455625985227272, 37.278574220920703 ], [ -121.455636446830098, 37.278564529596302 ], [ -121.455665381615447, 37.278515215629831 ], [ -121.455670500162483, 37.278506493351564 ], [ -121.455670499388205, 37.278506493336913 ], [ -121.455670499491617, 37.278506493160634 ], [ -121.455669749759096, 37.27850647853915 ], [ -121.455303695461438, 37.27849950115106 ], [ -121.455302826382194, 37.278499485975644 ], [ -121.455302734700467, 37.278499484354562 ], [ -121.454936517319211, 37.278492498870605 ], [ -121.45427055587345, 37.277675714461253 ], [ -121.453872491661386, 37.277187498500737 ], [ -121.453867419578771, 37.277103182795884 ], [ -121.453851497810206, 37.276838496384968 ], [ -121.453889504278919, 37.276429484827226 ], [ -121.454002499884069, 37.276052499972643 ], [ -121.45412332603982, 37.275571537460273 ], [ -121.454313508644816, 37.274814498487089 ], [ -121.454665499304028, 37.274158488337356 ], [ -121.454765066584244, 37.273968916567419 ], [ -121.454769492184298, 37.273960490532509 ], [ -121.454769492172261, 37.273960490440366 ], [ -121.454769492287653, 37.273960490220702 ], [ -121.454751502225463, 37.273822496760069 ], [ -121.454708501155764, 37.273478488079391 ], [ -121.454672504617804, 37.273369495679461 ], [ -121.454672065359588, 37.273368919021912 ], [ -121.454473506276827, 37.273096495392821 ], [ -121.454442059867844, 37.273046347639941 ], [ -121.454283506711278, 37.272793500807033 ], [ -121.454264569587849, 37.272750392146229 ], [ -121.454236499131554, 37.272686489273177 ], [ -121.454174501828959, 37.272502496946949 ], [ -121.454168496959468, 37.272372485905493 ], [ -121.454167986798623, 37.272372231278219 ], [ -121.453720496688121, 37.272147487939414 ], [ -121.453720432834331, 37.272147205877545 ], [ -121.453446482624855, 37.270933268039606 ], [ -121.453365516755284, 37.270574488183954 ], [ -121.453886284044884, 37.269777848491884 ], [ -121.453886285812018, 37.269777846742869 ], [ -121.453886357291353, 37.269777734762862 ], [ -121.453886514723379, 37.269777490275146 ], [ -121.454086757176057, 37.269590697436655 ], [ -121.45542050329162, 37.268346497289663 ], [ -121.45541591572298, 37.268134457531019 ], [ -121.455414157271818, 37.26805315414375 ], [ -121.455413494463201, 37.268022491395243 ], [ -121.455396226560566, 37.267887218556382 ], [ -121.455395494996637, 37.267881487533664 ], [ -121.455364472940275, 37.267822524850402 ], [ -121.455345514631574, 37.267786491035295 ], [ -121.455258499479399, 37.267669488921321 ], [ -121.455221794108127, 37.267628705203869 ], [ -121.455146996392031, 37.267545595356893 ], [ -121.455069501022791, 37.267459489751083 ], [ -121.455069027670561, 37.267458842494001 ], [ -121.454926494941745, 37.267276754054649 ], [ -121.454925509051989, 37.267275494257234 ], [ -121.454925507816199, 37.267275492335237 ], [ -121.454925186868863, 37.267274942731376 ], [ -121.454914610729588, 37.267258543047376 ], [ -121.454853498154762, 37.267163486153301 ], [ -121.454752505681896, 37.266939496305802 ], [ -121.454784499053872, 37.266646491663813 ], [ -121.454842513993583, 37.266514493723129 ], [ -121.454854184504882, 37.266476235030936 ], [ -121.454878509836732, 37.266396494011474 ], [ -121.454907503528844, 37.266166487956461 ], [ -121.454903499247081, 37.266008492177377 ], [ -121.454874492199139, 37.265842489339896 ], [ -121.454874492104665, 37.265842489116189 ], [ -121.454874491998567, 37.265842488508902 ], [ -121.45481749977472, 37.265707495967185 ], [ -121.454663502653503, 37.265464493714717 ], [ -121.454627510941378, 37.26533048165139 ], [ -121.454591572763334, 37.265217526081557 ], [ -121.454585515871116, 37.265198488401353 ], [ -121.454466242000464, 37.264915956376605 ], [ -121.454417499445512, 37.264800496362433 ], [ -121.45440441562765, 37.264761244806145 ], [ -121.454283500411847, 37.264398495004265 ], [ -121.454309362125116, 37.263999112268451 ], [ -121.454319504224529, 37.263842494173154 ], [ -121.454334504915465, 37.263776492825166 ], [ -121.454402499012573, 37.263638497597618 ], [ -121.454409498532229, 37.263595488017366 ], [ -121.454416496061171, 37.263387488426169 ], [ -121.454441495458141, 37.263286496061994 ], [ -121.454506491416794, 37.26318449216037 ], [ -121.454618533454251, 37.263057413765395 ], [ -121.454640503707481, 37.263032496493999 ], [ -121.454690397706685, 37.263034071995257 ], [ -121.454930361295041, 37.263041649671194 ], [ -121.454930473110309, 37.263041653605839 ], [ -121.454930771410417, 37.263041665057294 ], [ -121.45516863754132, 37.263049174941344 ], [ -121.455210509961887, 37.263050497101155 ], [ -121.45589949699395, 37.262884495924325 ], [ -121.456268145732182, 37.262485823438425 ], [ -121.456611502972464, 37.262114503191718 ], [ -121.45723250500842, 37.260942502480425 ], [ -121.456319511511509, 37.259235494536753 ], [ -121.45627578163473, 37.258949184331236 ], [ -121.456184492653676, 37.258351487850604 ], [ -121.45619842807065, 37.258130536764888 ], [ -121.456198493448795, 37.258129500222012 ], [ -121.456198493445996, 37.258129500214963 ], [ -121.456198493455787, 37.258129500059773 ], [ -121.456136267912427, 37.257972740413678 ], [ -121.455963496634723, 37.257537491576038 ], [ -121.455963279966866, 37.257537207189031 ], [ -121.455963278570778, 37.257537205362432 ], [ -121.455963199489091, 37.257537024311411 ], [ -121.455676472351044, 37.257161954103374 ], [ -121.455672469120842, 37.25715671636069 ], [ -121.455295501631454, 37.256663485424809 ], [ -121.455327501388112, 37.256322485331204 ], [ -121.455212099176876, 37.256021237720866 ], [ -121.455173505577051, 37.255920491595596 ], [ -121.455146164805626, 37.255823302008601 ], [ -121.455072514498923, 37.255561490911212 ], [ -121.455469503689201, 37.254725490717718 ], [ -121.45547935856122, 37.254713893455481 ], [ -121.455616511485417, 37.254552492512389 ], [ -121.455906499165792, 37.254170488076142 ], [ -121.455960633303931, 37.254081131224076 ], [ -121.456032505615028, 37.253962496310287 ], [ -121.456086492212052, 37.253529489785649 ], [ -121.456086373836584, 37.253529335099905 ], [ -121.456086087411606, 37.253528959853774 ], [ -121.455848348833086, 37.253217503629479 ], [ -121.455599502074605, 37.252891493805969 ], [ -121.455917508549334, 37.252721498190319 ], [ -121.456068510590043, 37.252618493234237 ], [ -121.456139794181965, 37.252561324845566 ], [ -121.456150438479426, 37.252552788433164 ], [ -121.456153517116931, 37.252550319326872 ], [ -121.456169500739264, 37.252537501074862 ], [ -121.456177500645765, 37.25252913286419 ], [ -121.456256500203963, 37.252446487006985 ], [ -121.456328512999463, 37.252374497153028 ], [ -121.456371505930193, 37.252304488143366 ], [ -121.456378793784339, 37.252286599810404 ], [ -121.45639350774519, 37.252250485229169 ], [ -121.456400515688586, 37.252203492195498 ], [ -121.4563894956637, 37.252141489541835 ], [ -121.456389487851993, 37.252141475101972 ], [ -121.456141500592878, 37.251603498049171 ], [ -121.456062508740303, 37.251415497376414 ], [ -121.456036504298567, 37.251310497620629 ], [ -121.456027807653911, 37.251286257646299 ], [ -121.45600852009791, 37.251232493905377 ], [ -121.456004718102861, 37.251228143817229 ], [ -121.455953456949757, 37.251169464198355 ], [ -121.455693507097706, 37.251017491510531 ], [ -121.455681814783887, 37.251009887973339 ], [ -121.455636279449607, 37.250980275091933 ], [ -121.455635147644117, 37.250979539754645 ], [ -121.455634920821737, 37.250979392156168 ], [ -121.455141498029803, 37.250658498724718 ], [ -121.454740508457206, 37.250369494007046 ], [ -121.454715505608959, 37.250336494312471 ], [ -121.454682497646289, 37.250289493188305 ], [ -121.454545495799763, 37.249992488442068 ], [ -121.454528255229476, 37.249961561272492 ], [ -121.454516513791532, 37.24994049789467 ], [ -121.454516351725985, 37.249940354998373 ], [ -121.454513401635012, 37.249937782344709 ], [ -121.454507498656099, 37.249932633792618 ], [ -121.454469511799402, 37.249899497196289 ], [ -121.45441765650817, 37.249877018534093 ], [ -121.454403902093503, 37.249871055885158 ], [ -121.454379513187874, 37.249860481228936 ], [ -121.454150186203947, 37.249765525886794 ], [ -121.453925505499399, 37.249672493470975 ], [ -121.453584510121232, 37.249562489328611 ], [ -121.453397495969412, 37.249491489954707 ], [ -121.453283495892961, 37.249387497252641 ], [ -121.45328333144019, 37.249387251977325 ], [ -121.453183019430739, 37.249237537159388 ], [ -121.453153512320412, 37.249193497370079 ], [ -121.453104502554595, 37.249006490234429 ], [ -121.453104498179954, 37.248962858951678 ], [ -121.453104491181648, 37.248888484997011 ], [ -121.453169509343354, 37.248624483095838 ], [ -121.453158509915042, 37.248535105231703 ], [ -121.453153512110745, 37.248494490911099 ], [ -121.45312245741512, 37.248447036443245 ], [ -121.453064508082136, 37.248358483977647 ], [ -121.452965708786479, 37.248236299060736 ], [ -121.452950506351925, 37.248217493338863 ], [ -121.452950475230878, 37.248217387210012 ], [ -121.452950429937374, 37.248217230666782 ], [ -121.45291250871243, 37.248088491438914 ], [ -121.452916530569098, 37.248045579155146 ], [ -121.452918505647645, 37.248024511526303 ], [ -121.452919851962278, 37.248022825418921 ], [ -121.452962507409339, 37.247970493106109 ], [ -121.453093493569412, 37.24788050061553 ], [ -121.453110939231038, 37.247864467127712 ], [ -121.453130509965135, 37.247846481292463 ], [ -121.453137513621357, 37.247805484148778 ], [ -121.453137513552988, 37.247805483964697 ], [ -121.453137513657509, 37.247805483352764 ], [ -121.453124510264843, 37.247770482816833 ], [ -121.453124510178029, 37.247770482728484 ], [ -121.45312450996822, 37.247770482163716 ], [ -121.452899516181063, 37.247541495910056 ], [ -121.452868499860926, 37.247452486253621 ], [ -121.452862509654921, 37.247054486527261 ], [ -121.452858458015982, 37.246887780979968 ], [ -121.452855510671966, 37.246766490144793 ], [ -121.452847333678648, 37.246693854771515 ], [ -121.452837499710014, 37.246606495248479 ], [ -121.452809990961015, 37.246554822830745 ], [ -121.452755512400032, 37.246452488355878 ], [ -121.452711514315212, 37.24634348421359 ], [ -121.452711246659575, 37.246343207765584 ], [ -121.45271103265415, 37.246342986088223 ], [ -121.452637115266711, 37.246268499089688 ], [ -121.452586499351995, 37.246217492684977 ], [ -121.4525453992986, 37.246190766322144 ], [ -121.452180505102106, 37.245953483471432 ], [ -121.452146102578197, 37.245891916498373 ], [ -121.452142508121085, 37.245885483717437 ], [ -121.452141377520945, 37.245869459898216 ], [ -121.452136512930906, 37.245800493314555 ], [ -121.452199492945439, 37.245631493863392 ], [ -121.452205499189574, 37.245571487235509 ], [ -121.4521805171849, 37.245491490660179 ], [ -121.452120504570132, 37.245472493463147 ], [ -121.452111276945629, 37.245467804789669 ], [ -121.452081822584091, 37.245452837815392 ], [ -121.45205950655712, 37.245441499168457 ], [ -121.452059500213778, 37.245441491594633 ], [ -121.452058918225546, 37.245440756364083 ], [ -121.452042090053439, 37.245420704272199 ], [ -121.452041982062951, 37.245420575334073 ], [ -121.452041872032069, 37.245420443821537 ], [ -121.452041199292239, 37.245419638155838 ], [ -121.452023492183386, 37.245398497117435 ], [ -121.452005663930777, 37.245344973865144 ], [ -121.452005503600745, 37.245344491773047 ], [ -121.451979644269329, 37.245268909662549 ], [ -121.451979503854858, 37.245268499252631 ], [ -121.451979181751469, 37.245268036711828 ], [ -121.451943038902513, 37.245216133701419 ], [ -121.451942979467844, 37.245216048460044 ], [ -121.451940540723157, 37.245212474000411 ], [ -121.451882783971428, 37.245160310363964 ], [ -121.451881375960241, 37.245159037360246 ], [ -121.451763250934235, 37.245052247409468 ], [ -121.45174250043496, 37.245033487857867 ], [ -121.451692358184403, 37.245000519814802 ], [ -121.451669508105482, 37.24498549970486 ], [ -121.451607486182809, 37.244913434843085 ], [ -121.451435852054544, 37.244631690557178 ], [ -121.4514345138344, 37.244629493680982 ], [ -121.451387493159373, 37.244554484227365 ], [ -121.451387023931673, 37.244553953496542 ], [ -121.451342033633921, 37.244502703098725 ], [ -121.451315514054812, 37.244472492533298 ], [ -121.451076252411497, 37.244444656611911 ], [ -121.451010507883112, 37.244437007837455 ], [ -121.450911512904682, 37.244425490523113 ], [ -121.450822713772567, 37.244387313293416 ], [ -121.450604498327579, 37.244293495860397 ], [ -121.450604494182897, 37.244293491758768 ], [ -121.450603983390991, 37.24429294239625 ], [ -121.450414526452462, 37.244105497478941 ], [ -121.450412502300551, 37.244103494354619 ], [ -121.450412427504716, 37.244103362085227 ], [ -121.450412247591146, 37.244103041426655 ], [ -121.450278529513383, 37.243865475054264 ], [ -121.450278097618806, 37.243865256236852 ], [ -121.450278095239781, 37.243865254756656 ], [ -121.449866509542758, 37.243606501293996 ], [ -121.449762397374272, 37.243579669273963 ], [ -121.44967250255705, 37.243556501192458 ], [ -121.449636726158303, 37.243553638917284 ], [ -121.44959749370247, 37.243550500945332 ], [ -121.449561161284421, 37.243545755902666 ], [ -121.449528501654001, 37.24354149016677 ], [ -121.449473567420526, 37.24352588739783 ], [ -121.449440491835304, 37.243516492617999 ], [ -121.449409612340389, 37.24348615830052 ], [ -121.449394506325518, 37.243471318628949 ], [ -121.449388935236584, 37.243465859048911 ], [ -121.449384485195225, 37.243461497795309 ], [ -121.44932008016184, 37.24336562517162 ], [ -121.448946491229805, 37.242809502884711 ], [ -121.448894427090096, 37.242727306763079 ], [ -121.448882529236059, 37.242708479105218 ], [ -121.448882187810085, 37.242707928585048 ], [ -121.448882184450298, 37.242707922681653 ], [ -121.44882150746821, 37.242601491863077 ], [ -121.44874888869164, 37.24253269942048 ], [ -121.448745497871712, 37.242529487174771 ], [ -121.448720623479119, 37.242516160893622 ], [ -121.448633498942783, 37.242469483559084 ], [ -121.448584762254356, 37.242447271397218 ], [ -121.448577188379801, 37.242443818651878 ], [ -121.448565490958941, 37.242438485723724 ], [ -121.448492477912069, 37.24238147003652 ], [ -121.448448539606872, 37.242339060681296 ], [ -121.448435487480538, 37.242326433914698 ], [ -121.448380495003931, 37.2422284902973 ], [ -121.448381505978276, 37.242155499582623 ], [ -121.448453511037442, 37.242017490232506 ], [ -121.448518516354909, 37.241914486456075 ], [ -121.448540621809414, 37.241859185864044 ], [ -121.448550491199953, 37.241834496349966 ], [ -121.448569502618767, 37.241756499622838 ], [ -121.448569502553298, 37.241756499439077 ], [ -121.448569502603561, 37.241756499232878 ], [ -121.448543493235761, 37.24168349189884 ], [ -121.448504874655072, 37.241612512446267 ], [ -121.448500510158723, 37.241604490494446 ], [ -121.448500509978942, 37.241604490340961 ], [ -121.448500509777872, 37.241604489971422 ], [ -121.448500392587064, 37.241604390122859 ], [ -121.448499963657397, 37.241604023943282 ], [ -121.448386401743633, 37.241509398848024 ], [ -121.448290506515306, 37.24142949385476 ], [ -121.448247285075936, 37.241395880622449 ], [ -121.448218492761072, 37.241373488514171 ], [ -121.448218321247708, 37.241373265462819 ], [ -121.448217801582729, 37.241372602151799 ], [ -121.448164491044068, 37.241304490363156 ], [ -121.448128513793833, 37.241254485014174 ], [ -121.448092450173817, 37.241219280229039 ], [ -121.448087800886086, 37.241214742039929 ], [ -121.448085504577193, 37.241212500240302 ], [ -121.448070845629161, 37.241204500526308 ], [ -121.448052512342514, 37.241194495430996 ], [ -121.448052511982596, 37.241194495447623 ], [ -121.44805251184566, 37.241194495372895 ], [ -121.447987503826297, 37.241197500580185 ], [ -121.447987503813778, 37.241197500585507 ], [ -121.447987503343114, 37.241197500607264 ], [ -121.447940494067922, 37.241217493881592 ], [ -121.447827326587557, 37.241300170043324 ], [ -121.447825509841238, 37.241301497286145 ], [ -121.447782502690927, 37.241312486332838 ], [ -121.447772734378546, 37.24131144968139 ], [ -121.447735502720207, 37.241307498160296 ], [ -121.447722984288163, 37.241304415928951 ], [ -121.447710712450487, 37.241301394055114 ], [ -121.447682754226918, 37.24129450542604 ], [ -121.447670513737336, 37.241291489334046 ], [ -121.447624405445623, 37.241263314058791 ], [ -121.447618214103102, 37.241259532654922 ], [ -121.447616518391882, 37.241258496827086 ], [ -121.447616515806729, 37.241258494642999 ], [ -121.447616006751844, 37.241258022065885 ], [ -121.447558506974318, 37.241209485211535 ], [ -121.447518495261306, 37.241163494615861 ], [ -121.447356334105081, 37.241016033335498 ], [ -121.447132504602337, 37.240812492993399 ], [ -121.446865506036673, 37.240567492652012 ], [ -121.446845499026225, 37.240528336562186 ], [ -121.44681849496979, 37.24047548577763 ], [ -121.446771498427424, 37.240299488902131 ], [ -121.446735510582783, 37.240239489394838 ], [ -121.44670250005349, 37.240196487942285 ], [ -121.446695935448517, 37.240189739889118 ], [ -121.446671744631104, 37.240164871419786 ], [ -121.446666504065703, 37.240159485601538 ], [ -121.446493516491927, 37.240045482203264 ], [ -121.446493422763012, 37.240045367248555 ], [ -121.446493254008061, 37.240045159934041 ], [ -121.446453516580135, 37.239996487094992 ], [ -121.446427585638915, 37.239952680487384 ], [ -121.44642451032486, 37.239947485105212 ], [ -121.446406503323459, 37.239895487679846 ], [ -121.446400507742013, 37.239863790431023 ], [ -121.446392507072858, 37.239821489969778 ], [ -121.446389365677661, 37.239783356985839 ], [ -121.446385504995632, 37.239736485698913 ], [ -121.446378516708592, 37.239686221048515 ], [ -121.446374521559179, 37.239657482627763 ], [ -121.446370936195351, 37.239635469962252 ], [ -121.446360515152037, 37.239571482980395 ], [ -121.446331347081454, 37.239535028923321 ], [ -121.44632442111012, 37.239526372499526 ], [ -121.446320557264912, 37.239521466514915 ], [ -121.44631815090149, 37.23951896719575 ], [ -121.446318094601139, 37.239518907123518 ], [ -121.446305512277306, 37.239505490843975 ], [ -121.446073498551911, 37.238717496111171 ], [ -121.445867492056109, 37.238358489663739 ], [ -121.445820240594898, 37.238321493350185 ], [ -121.445738503911713, 37.238257495397363 ], [ -121.445667165254434, 37.238212469432412 ], [ -121.445663458526596, 37.238210130482649 ], [ -121.445654513736514, 37.238204485000118 ], [ -121.445528495452209, 37.238146496024143 ], [ -121.445457147767357, 37.238106954383873 ], [ -121.445362492145833, 37.238054494271388 ], [ -121.4453183833201, 37.238019729887476 ], [ -121.445315502757282, 37.23801745951117 ], [ -121.445281396945958, 37.237961073693839 ], [ -121.44526350649285, 37.237931495874264 ], [ -121.445238503992655, 37.237832483286482 ], [ -121.445238505350162, 37.237751485537544 ], [ -121.445277499941142, 37.23766948681611 ], [ -121.445341514260193, 37.23762249755778 ], [ -121.445434194548, 37.237589392238128 ], [ -121.445439500256427, 37.237587497072596 ], [ -121.445487515534467, 37.237571735197285 ], [ -121.445503488641876, 37.237566491499209 ], [ -121.445911649794468, 37.237540134829651 ], [ -121.445921508400957, 37.237539498233694 ], [ -121.445921508431155, 37.237539498216329 ], [ -121.4459215086911, 37.237539498199538 ], [ -121.445975166462688, 37.237508686122659 ], [ -121.445975323568348, 37.237508595026164 ], [ -121.445975498571499, 37.237508494209557 ], [ -121.445992270127292, 37.237481242187108 ], [ -121.44599950073534, 37.237469493772117 ], [ -121.44599950060929, 37.237469493410771 ], [ -121.445999500909863, 37.237469492922372 ], [ -121.445992047690723, 37.2374481270991 ], [ -121.445984500181311, 37.237426489610868 ], [ -121.445965494450832, 37.237387495878259 ], [ -121.445965453846526, 37.23738748572022 ], [ -121.445965180979798, 37.237387416346941 ], [ -121.445927085792277, 37.237377628317986 ], [ -121.445891520819842, 37.237368489354381 ], [ -121.445810514941499, 37.237353486132399 ], [ -121.445764434585968, 37.23733966447557 ], [ -121.44575811164637, 37.23733776788346 ], [ -121.445750256696115, 37.237335411954859 ], [ -121.445660497205907, 37.237308489936446 ], [ -121.445583151685611, 37.237284017869683 ], [ -121.445562502185069, 37.237277484238973 ], [ -121.445493171670734, 37.237239061112199 ], [ -121.44547950425121, 37.237231485491222 ], [ -121.445400503167164, 37.237180488846036 ], [ -121.445400170620374, 37.237180165870726 ], [ -121.445400169017788, 37.237180164754434 ], [ -121.445378052684731, 37.237158425680917 ], [ -121.445378035133743, 37.237158408392467 ], [ -121.445374157608626, 37.237154596368498 ], [ -121.445341509087214, 37.237122499052688 ], [ -121.445341472373812, 37.237122446748636 ], [ -121.445341287739083, 37.237122182402402 ], [ -121.445341284379936, 37.237122178823675 ], [ -121.445228498884077, 37.236957491656241 ], [ -121.445184537482149, 37.236910479530117 ], [ -121.445113499084812, 37.236892484788264 ], [ -121.445042506254367, 37.236910491528285 ], [ -121.445042506183967, 37.236910491613038 ], [ -121.445042505912653, 37.236910491681876 ], [ -121.444993502882966, 37.236969487218985 ], [ -121.444968044536978, 37.237042467691417 ], [ -121.444963500268685, 37.237055493916266 ], [ -121.444948507014075, 37.237434484823588 ], [ -121.444937106584774, 37.237456813763238 ], [ -121.444924503139205, 37.237481498182191 ], [ -121.444884141650732, 37.2375099247433 ], [ -121.444880507893174, 37.237512483932626 ], [ -121.444840496905059, 37.23752048717823 ], [ -121.444815583771529, 37.237515741315576 ], [ -121.444808434787305, 37.237514380032501 ], [ -121.444777508933697, 37.237508491138257 ], [ -121.444733449859953, 37.237468175826237 ], [ -121.444724341929472, 37.237459841647649 ], [ -121.444718491999751, 37.237454489190149 ], [ -121.444718338119372, 37.237454284479362 ], [ -121.444718247213473, 37.23745416268509 ], [ -121.444718244809209, 37.237454160363242 ], [ -121.444659494127819, 37.237376492954468 ], [ -121.444596432240843, 37.237298638881896 ], [ -121.444595506210035, 37.237297494472536 ], [ -121.444574747580219, 37.237262891123329 ], [ -121.444541509097746, 37.237207482362017 ], [ -121.444492496997427, 37.237118490852687 ], [ -121.444484805751216, 37.237105756284834 ], [ -121.444434514777996, 37.237022487226042 ], [ -121.44443420908631, 37.23702221053982 ], [ -121.443280509568879, 37.235972482648727 ], [ -121.443255076024471, 37.235956890394753 ], [ -121.443236495037837, 37.23594549894743 ], [ -121.443236294405267, 37.235945271519022 ], [ -121.442274510795826, 37.234853490505003 ], [ -121.44133072564, 37.233136142468723 ], [ -121.441237495749448, 37.232966497567134 ], [ -121.441164508165741, 37.232830492339929 ], [ -121.441138364416446, 37.232811886795524 ], [ -121.441113972226134, 37.23279452711715 ], [ -121.441110895228505, 37.232792339120152 ], [ -121.441105490856373, 37.23278849502092 ], [ -121.44105150473203, 37.232776484255041 ], [ -121.441038961670671, 37.232781901865117 ], [ -121.441016281756632, 37.23279169672621 ], [ -121.44101083505069, 37.2327940512792 ], [ -121.441007505521696, 37.232795489946618 ], [ -121.441007424328603, 37.232795722932558 ], [ -121.440994378024683, 37.232833489184053 ], [ -121.440988505182986, 37.23285048850687 ], [ -121.44098412754866, 37.232879849367926 ], [ -121.440978514038392, 37.232917496009833 ], [ -121.440953496875338, 37.232995487337199 ], [ -121.440911106093708, 37.23304464781026 ], [ -121.440909511679152, 37.233046496824187 ], [ -121.440887914939012, 37.233052993217974 ], [ -121.440806506269027, 37.23307748072542 ], [ -121.440749604815636, 37.233082793959944 ], [ -121.440742226837557, 37.233083482800616 ], [ -121.440721968474165, 37.233085374483927 ], [ -121.440688498531102, 37.233088499694595 ], [ -121.440639294808065, 37.233085305501355 ], [ -121.440608404630566, 37.233083297238096 ], [ -121.440580509916884, 37.233081483391686 ], [ -121.440492494006392, 37.233057490987072 ], [ -121.440491605986509, 37.233057022927909 ], [ -121.440418498698307, 37.233018488855116 ], [ -121.440392745041805, 37.233002346374292 ], [ -121.440365590755732, 37.232985331447765 ], [ -121.440335515221491, 37.232966485439306 ], [ -121.440221413514564, 37.232931710695084 ], [ -121.440148517833009, 37.232909498414557 ], [ -121.440078064938561, 37.232913410613399 ], [ -121.439878493688525, 37.232924491852181 ], [ -121.438549482968611, 37.233030422294171 ], [ -121.437381502258873, 37.233123479970118 ], [ -121.435797504246352, 37.232430491001175 ], [ -121.435797239831331, 37.232429963152434 ], [ -121.435398514205914, 37.231627496064917 ], [ -121.435097294581297, 37.230409025446058 ], [ -121.435067513306578, 37.230288481811982 ], [ -121.435067513243524, 37.230288481765719 ], [ -121.435067513225235, 37.230288481691687 ], [ -121.435067202878841, 37.230288253822756 ], [ -121.435047532111085, 37.230273835305383 ], [ -121.435037469167156, 37.230266459127975 ], [ -121.435037346466444, 37.230266368990137 ], [ -121.435037054727829, 37.230266154391217 ], [ -121.434947494256491, 37.23020049013406 ], [ -121.434788691941662, 37.230118694341527 ], [ -121.434772545549947, 37.230110377373329 ], [ -121.434747514097467, 37.230097483382124 ], [ -121.434676629569566, 37.230072692495995 ], [ -121.43452450983014, 37.230019490200355 ], [ -121.434437262875662, 37.229978162805864 ], [ -121.434410502159295, 37.229965486539491 ], [ -121.434357586941417, 37.229932604284897 ], [ -121.43430750851681, 37.229901484610352 ], [ -121.434307208946521, 37.229901171411136 ], [ -121.434307109525889, 37.229901067287948 ], [ -121.434226766474509, 37.229814765316185 ], [ -121.434078536499925, 37.229655472334784 ], [ -121.434078035575979, 37.229654970989181 ], [ -121.433987495494662, 37.22956949380508 ], [ -121.433842500236935, 37.229464483669787 ], [ -121.433842502403706, 37.229464451076986 ], [ -121.433842508675269, 37.229464362129193 ], [ -121.433862588886498, 37.229042228201138 ], [ -121.433881509452902, 37.22864447998672 ], [ -121.433850498805484, 37.228120503667924 ], [ -121.433850506273174, 37.227696908447079 ], [ -121.433850515180453, 37.227223488339263 ], [ -121.433850514619252, 37.227223488492385 ], [ -121.433850514619252, 37.227223488101977 ], [ -121.433850357552387, 37.227223531340485 ], [ -121.433850073260416, 37.227223608895855 ], [ -121.433218709501958, 37.227395631023782 ], [ -121.433043642184543, 37.227443328955573 ], [ -121.432848513157253, 37.227496492421487 ], [ -121.432848328993927, 37.227496884169796 ], [ -121.4327380148831, 37.227731590880254 ], [ -121.432660504393638, 37.227896503174897 ], [ -121.432427519472668, 37.228344500874542 ], [ -121.432387505383474, 37.22837149525607 ], [ -121.432377346548918, 37.228389602406033 ], [ -121.432364499600681, 37.228412499218067 ], [ -121.432369790018726, 37.228440685043793 ], [ -121.432370504834239, 37.228444493690844 ], [ -121.432370504914459, 37.228444493802733 ], [ -121.432370505032495, 37.228444494431628 ], [ -121.432405622432157, 37.228493473735625 ], [ -121.432484164849328, 37.228603020268984 ], [ -121.432484329296642, 37.228603247589298 ], [ -121.432484505833031, 37.228603492731999 ], [ -121.432519509887968, 37.228684491527261 ], [ -121.432537051433499, 37.228838681726621 ], [ -121.432547496932656, 37.228930498356327 ], [ -121.432570503461108, 37.229062486931461 ], [ -121.432627161097372, 37.229158069103256 ], [ -121.432627453821937, 37.229158506614802 ], [ -121.432707123072504, 37.229275919760049 ], [ -121.432707142028988, 37.229275947511859 ], [ -121.432707509686097, 37.229276486339458 ], [ -121.432714235483118, 37.229303092846372 ], [ -121.432730510835512, 37.229367479302759 ], [ -121.432724218968559, 37.229405187813001 ], [ -121.432718494074933, 37.229439495617655 ], [ -121.432707752944097, 37.229454267229592 ], [ -121.432678503905791, 37.229494491134439 ], [ -121.432633506585148, 37.229540484334713 ], [ -121.432553500055022, 37.229581493078015 ], [ -121.432538464725084, 37.229585904158128 ], [ -121.43246150286069, 37.229608482640792 ], [ -121.432430384480938, 37.229611414839624 ], [ -121.43241106676544, 37.229613234741187 ], [ -121.432376500882867, 37.229616493715277 ], [ -121.43227950136783, 37.229616492767285 ], [ -121.432184851273533, 37.229574903664549 ], [ -121.432147503375319, 37.229558489066825 ], [ -121.432147487765562, 37.229558475798854 ], [ -121.432147037520053, 37.229558057230193 ], [ -121.432067576585894, 37.229490553113614 ], [ -121.432067489075479, 37.229490478731741 ], [ -121.431995883646124, 37.229412005023406 ], [ -121.431429845227555, 37.228791672030347 ], [ -121.43110849485997, 37.228439495240721 ], [ -121.431108195312632, 37.228439229896999 ], [ -121.431108017785718, 37.228439072496734 ], [ -121.430936506755174, 37.228288498594033 ], [ -121.43093650649169, 37.228288498720637 ], [ -121.430936505943308, 37.228288498239223 ], [ -121.430863285065612, 37.228323685696274 ], [ -121.430730505549917, 37.228387493652967 ], [ -121.430294063068615, 37.228218265440269 ], [ -121.429839614599047, 37.22804205518743 ], [ -121.429650893539687, 37.227968879687872 ], [ -121.429523510310631, 37.227919487364353 ], [ -121.429523457219972, 37.227919345147967 ], [ -121.429523410395106, 37.227919218799798 ], [ -121.429498573108049, 37.227852177964657 ], [ -121.429410514362615, 37.227614486433005 ], [ -121.429410405793703, 37.227614376575616 ], [ -121.42941029548949, 37.227614263587405 ], [ -121.429314688130859, 37.2275193068972 ], [ -121.429284094922167, 37.22748891757324 ], [ -121.429257499515003, 37.227462498702387 ], [ -121.42911593845038, 37.227303584617289 ], [ -121.429061514285237, 37.227242488671159 ], [ -121.428987489628824, 37.227098504452549 ], [ -121.428913490745416, 37.22697249981492 ], [ -121.428904122201757, 37.226954397192429 ], [ -121.428869502438189, 37.22688749942813 ], [ -121.428869406897064, 37.226887417497757 ], [ -121.428869052803194, 37.226887107318476 ], [ -121.428809607860131, 37.226836951519608 ], [ -121.428805505816413, 37.226833490019608 ], [ -121.428777716779294, 37.226823456698185 ], [ -121.428697493887711, 37.226794491661984 ], [ -121.428486496809782, 37.226739489979074 ], [ -121.428407730327024, 37.226700352834257 ], [ -121.42832950982995, 37.226661485997724 ], [ -121.428304091011057, 37.226647999508629 ], [ -121.428296691601645, 37.226644073305131 ], [ -121.428231508857408, 37.226609496307148 ], [ -121.428172937898552, 37.226560092849098 ], [ -121.428167519602795, 37.226555466831591 ], [ -121.428166953665837, 37.226555003305009 ], [ -121.428108499929564, 37.226510495503163 ], [ -121.428108422882303, 37.226510279634134 ], [ -121.428083497493262, 37.226439499178397 ], [ -121.428083549383402, 37.226438970501782 ], [ -121.428088520284248, 37.226388551822566 ], [ -121.428094914863138, 37.22637948629486 ], [ -121.428095219077008, 37.226379056900853 ], [ -121.428151905303608, 37.226299450947181 ], [ -121.428182488707662, 37.226256502881284 ], [ -121.428206512335606, 37.22619249176639 ], [ -121.428191505892443, 37.226142487255565 ], [ -121.428191239812065, 37.226142276030991 ], [ -121.428191205787172, 37.226142248933179 ], [ -121.428113505956858, 37.226080478809855 ], [ -121.428113467283382, 37.226080447364431 ], [ -121.428113395509072, 37.226080388031811 ], [ -121.428113015941591, 37.226080055195183 ], [ -121.428044498664164, 37.22601748815994 ], [ -121.427956728083601, 37.225928718742956 ], [ -121.427956504973423, 37.225928492811811 ], [ -121.427956503939541, 37.225928492048091 ], [ -121.427956503783491, 37.225928491890272 ], [ -121.427956060604203, 37.225928163046959 ], [ -121.42795591460245, 37.225928038306272 ], [ -121.427955904892599, 37.22592802990129 ], [ -121.427892201029493, 37.225881138691967 ], [ -121.427774504114481, 37.225794503929457 ], [ -121.427656504832214, 37.225716497894553 ], [ -121.427416515974841, 37.225618493818082 ], [ -121.427357671532604, 37.225594157610082 ], [ -121.427254497062108, 37.225551487249007 ], [ -121.427120405346258, 37.22551795844511 ], [ -121.427082515976238, 37.225508484227873 ], [ -121.427048147730872, 37.225500769372481 ], [ -121.426944499834306, 37.22547750217381 ], [ -121.426841981284127, 37.225483483260682 ], [ -121.42680751616777, 37.225485493819264 ], [ -121.426623516528238, 37.225550978772013 ], [ -121.426551394109296, 37.225576647543754 ], [ -121.426512501460579, 37.225590489219265 ], [ -121.426490598696887, 37.225594353711578 ], [ -121.426481586233692, 37.225595943649857 ], [ -121.426444502125051, 37.225602491231605 ], [ -121.4264142809715, 37.225600049158842 ], [ -121.426345502481567, 37.225594490932245 ], [ -121.426282505562327, 37.225563494042255 ], [ -121.426223515239357, 37.225528484035792 ], [ -121.426217996156808, 37.225522963810889 ], [ -121.426215916886306, 37.2255208840431 ], [ -121.426165510262848, 37.225470493441826 ], [ -121.425967551578879, 37.225384439985305 ], [ -121.425736507378204, 37.225284003614021 ], [ -121.425533383916843, 37.225195703891828 ], [ -121.425491494978942, 37.22517749426369 ], [ -121.425070515636108, 37.225031486351206 ], [ -121.424751467101899, 37.224915334705585 ], [ -121.424669504152916, 37.224885495298928 ], [ -121.424337500356259, 37.224734494154376 ], [ -121.423943515880666, 37.224631494264095 ], [ -121.423849247972157, 37.224595900948735 ], [ -121.423800507273938, 37.224577497081214 ], [ -121.423720517855202, 37.224549708906821 ], [ -121.423656463226834, 37.224527457032707 ], [ -121.423610500590499, 37.224511489364431 ], [ -121.423493272015591, 37.224443108272418 ], [ -121.423458462111455, 37.224422804407133 ], [ -121.423454500935961, 37.224420493844235 ], [ -121.423453991093879, 37.224419953628804 ], [ -121.423367042985262, 37.224334984864051 ], [ -121.423366493701991, 37.224334447820922 ], [ -121.423358404023389, 37.224300746727444 ], [ -121.423318496694819, 37.224134490221459 ], [ -121.423318507267211, 37.223944491673869 ], [ -121.423366729547439, 37.223829614761236 ], [ -121.423420513405532, 37.223701491640995 ], [ -121.423454517504339, 37.223609482683159 ], [ -121.423459712676674, 37.22354548339618 ], [ -121.42346149891091, 37.223523483286151 ], [ -121.423452753569194, 37.22349463557611 ], [ -121.423441496701116, 37.223457501946726 ], [ -121.423441496148314, 37.2234575014282 ], [ -121.423441496133577, 37.223457501379606 ], [ -121.423183504415462, 37.223215498467248 ], [ -121.423175755598379, 37.22320605567667 ], [ -121.42308748602845, 37.223098488898472 ], [ -121.423008688280106, 37.222941859114179 ], [ -121.423008503897066, 37.222941492606353 ], [ -121.423007780993075, 37.222940038609579 ], [ -121.422920501759691, 37.222764490142303 ], [ -121.422890507469518, 37.222605482504456 ], [ -121.422946509117821, 37.222434484714618 ], [ -121.422793712435364, 37.221558711094694 ], [ -121.422644502990266, 37.220703495404564 ], [ -121.422376509692697, 37.218514500265947 ], [ -121.422375943820953, 37.218514089649773 ], [ -121.421008952879063, 37.217521372809607 ], [ -121.420387482049179, 37.217070056730144 ], [ -121.418643510044461, 37.21580349389756 ], [ -121.418642949430762, 37.21580285440227 ], [ -121.418622132540534, 37.215781189111354 ], [ -121.418597496223782, 37.215755494481407 ], [ -121.418503285395971, 37.215464925602632 ], [ -121.418502499691897, 37.215462501015665 ], [ -121.418437237888682, 37.215311084794159 ], [ -121.418374489703908, 37.215165499631901 ], [ -121.418274508368256, 37.215020483496168 ], [ -121.418274313456024, 37.215020293406845 ], [ -121.418152469672279, 37.214901469655125 ], [ -121.418112860405685, 37.214872693413632 ], [ -121.418024502496039, 37.214808500265725 ], [ -121.417954326005869, 37.214768462372668 ], [ -121.417868494657725, 37.214719491813241 ], [ -121.41785784602213, 37.214716780171791 ], [ -121.417850355556297, 37.214714872280631 ], [ -121.417831505626751, 37.214710071292927 ], [ -121.417813507387564, 37.214705486781448 ], [ -121.417778474283693, 37.214698708899967 ], [ -121.417759322876009, 37.214695001511537 ], [ -121.417751513254345, 37.214693489681409 ], [ -121.417722807548515, 37.214690189246959 ], [ -121.417551495731161, 37.214670492423281 ], [ -121.417418492377337, 37.214631501498616 ], [ -121.417245510731505, 37.214546496859676 ], [ -121.417173502049252, 37.214515500977207 ], [ -121.417173501801145, 37.214515500977171 ], [ -121.417173501291003, 37.214515500757592 ], [ -121.417150765834975, 37.214515497361489 ], [ -121.417050506713366, 37.214515481417322 ], [ -121.416916254760778, 37.214496228087874 ], [ -121.416806498488356, 37.214480486994681 ], [ -121.416805995043774, 37.214480017910823 ], [ -121.416799563946, 37.214473799824027 ], [ -121.416786094107408, 37.214460806140629 ], [ -121.416778513597151, 37.214453493065996 ], [ -121.416778341114977, 37.214453239338987 ], [ -121.416778292361201, 37.214453167448823 ], [ -121.416778291966892, 37.214453167040816 ], [ -121.41673350417652, 37.214387493889483 ], [ -121.416733505442721, 37.214374828468792 ], [ -121.416733514672032, 37.214286484407552 ], [ -121.416744504218784, 37.214225498835752 ], [ -121.416782509696631, 37.214168487486326 ], [ -121.416933744493036, 37.214081960315212 ], [ -121.416990497836707, 37.214049493457921 ], [ -121.416995122246334, 37.214046429727617 ], [ -121.417007880877463, 37.214037977422258 ], [ -121.417067495943741, 37.213998485852571 ], [ -121.417067495990594, 37.213998485774084 ], [ -121.417067497001312, 37.213998485104568 ], [ -121.417101297742022, 37.213941845997766 ], [ -121.417104500205767, 37.213936479801575 ], [ -121.417116512640447, 37.213888496349007 ], [ -121.417078991279098, 37.213738402309659 ], [ -121.417078514648296, 37.213736495610824 ], [ -121.417078514615454, 37.213736495545895 ], [ -121.417078514510067, 37.213736495124294 ], [ -121.417071120136825, 37.213721878789116 ], [ -121.417035511641771, 37.213651491039442 ], [ -121.416995898001247, 37.213588110875179 ], [ -121.416990510421812, 37.213579490876597 ], [ -121.416955507488538, 37.213519492016637 ], [ -121.416967065642496, 37.213456368363602 ], [ -121.416968508799712, 37.213448487366996 ], [ -121.4169784340814, 37.213407000403151 ], [ -121.416996501039378, 37.21333148283928 ], [ -121.417001507430044, 37.213255498567868 ], [ -121.416963505773495, 37.213143499704202 ], [ -121.416964292141358, 37.21313579099396 ], [ -121.416968502769379, 37.213094524727637 ], [ -121.416988686704812, 37.213072161588755 ], [ -121.416996075012136, 37.213063976105097 ], [ -121.416996273461635, 37.213063748146503 ], [ -121.41699649485534, 37.213063494413355 ], [ -121.417013716299337, 37.213056459305399 ], [ -121.417017610151845, 37.213054868715695 ], [ -121.417022707824998, 37.213052785784804 ], [ -121.41706749650055, 37.213034485666974 ], [ -121.417171624411878, 37.212994641572919 ], [ -121.417182495363761, 37.212990481924741 ], [ -121.417192652699882, 37.212985243680421 ], [ -121.417308509259769, 37.212925496050588 ], [ -121.417523500033681, 37.212816485400317 ], [ -121.417684490178104, 37.212747495950609 ], [ -121.417892514567498, 37.212612496697254 ], [ -121.417997800675963, 37.212514525797083 ], [ -121.418038817842998, 37.21247635886742 ], [ -121.418038885213363, 37.212476296185599 ], [ -121.41805001056143, 37.212466008994582 ], [ -121.418050114343131, 37.212465848532474 ], [ -121.418050115451621, 37.212465847501122 ], [ -121.418050491487989, 37.2124654968679 ], [ -121.418118504399118, 37.212349484801734 ], [ -121.418141503176457, 37.212124483757151 ], [ -121.418202494454547, 37.211972494956775 ], [ -121.418216228509166, 37.211910539469677 ], [ -121.418245500598275, 37.211778492615458 ], [ -121.418252511351, 37.211660486053376 ], [ -121.41823749939627, 37.211549497044793 ], [ -121.41824850348776, 37.211318499858614 ], [ -121.418267966150395, 37.211233360234793 ], [ -121.418272507371, 37.211213495456214 ], [ -121.418293887607206, 37.211177246815403 ], [ -121.41837749574637, 37.21103549588414 ], [ -121.418454507525709, 37.210866498707276 ], [ -121.418570216395224, 37.210730832032368 ], [ -121.418570307415266, 37.210730723792985 ], [ -121.418570504503379, 37.210730489764799 ], [ -121.418574632291921, 37.210727566974249 ], [ -121.418583371293039, 37.210721379384175 ], [ -121.418621141196397, 37.210694624328717 ], [ -121.418666499595616, 37.2106624941636 ], [ -121.418727239398606, 37.210634798847913 ], [ -121.418859495745068, 37.210574495088721 ], [ -121.418987715923507, 37.21048060074321 ], [ -121.419057496308298, 37.210429501605134 ], [ -121.41909216468899, 37.21039426021823 ], [ -121.419104152082724, 37.21038207486572 ], [ -121.419106743883447, 37.210379440667012 ], [ -121.419118299313354, 37.210367696971062 ], [ -121.419118455970988, 37.210367537568381 ], [ -121.419118490452121, 37.210367502650719 ], [ -121.419120489759834, 37.210360841070326 ], [ -121.41914250470272, 37.210287489047488 ], [ -121.419142514539217, 37.210095495332673 ], [ -121.4191114883171, 37.210018496423594 ], [ -121.419096085687698, 37.209998809715472 ], [ -121.419057517255354, 37.209949495787058 ], [ -121.419057511507205, 37.2099494842954 ], [ -121.419057180526167, 37.209948761403361 ], [ -121.41904891623615, 37.209932300660292 ], [ -121.419048814695117, 37.209932097659831 ], [ -121.419032465852169, 37.209899417734789 ], [ -121.419007493271579, 37.209849498550746 ], [ -121.418897509402996, 37.209478480012926 ], [ -121.418785508122568, 37.209216490856832 ], [ -121.418785507482639, 37.209216488447609 ], [ -121.418751509657, 37.20908848648822 ], [ -121.418755488842649, 37.208989490710564 ], [ -121.418778541754321, 37.208891316208486 ], [ -121.4188015119163, 37.208793496809847 ], [ -121.418801511125338, 37.208719496487284 ], [ -121.418775198945426, 37.208687248692058 ], [ -121.418770501825705, 37.208681498432739 ], [ -121.418562493258676, 37.208616492871563 ], [ -121.418152492931625, 37.208378491768016 ], [ -121.418152481192379, 37.208378482613874 ], [ -121.418151935341285, 37.208377998022925 ], [ -121.418143589918046, 37.208371548312265 ], [ -121.418143468557673, 37.208371457786527 ], [ -121.418052507848515, 37.208300496735866 ], [ -121.417919498167294, 37.208180489378968 ], [ -121.417822501409773, 37.208022494484922 ], [ -121.41782238358951, 37.208022223508507 ], [ -121.417742498941635, 37.207838495286744 ], [ -121.417718411428069, 37.207758344274531 ], [ -121.417684495475839, 37.207645487938507 ], [ -121.417592514954109, 37.207457494359588 ], [ -121.417580485515231, 37.207372496760314 ], [ -121.417585353927407, 37.207311174173775 ], [ -121.417588505967629, 37.207271481470436 ], [ -121.417629440765964, 37.207165067510239 ], [ -121.417653511918857, 37.207102493354739 ], [ -121.417660501123606, 37.207073131369079 ], [ -121.417678505605096, 37.206997497516092 ], [ -121.417667486921133, 37.206877498404737 ], [ -121.417582488895277, 37.206793487277224 ], [ -121.417528521909887, 37.20670849626292 ], [ -121.417490512091092, 37.20661349347175 ], [ -121.417488211827219, 37.206596268874605 ], [ -121.417445508550117, 37.206276496929533 ], [ -121.41743221664575, 37.206238603563335 ], [ -121.417418499327241, 37.206199495218812 ], [ -121.417380497201506, 37.205833495827342 ], [ -121.417367067162601, 37.205793631452941 ], [ -121.417318505506074, 37.205649483920332 ], [ -121.41730070345217, 37.205500836891815 ], [ -121.417295513248845, 37.205457496664515 ], [ -121.417272504337149, 37.205353487546674 ], [ -121.417272504176651, 37.205353487318476 ], [ -121.417272504162952, 37.205353487256723 ], [ -121.417245249768825, 37.205314743282607 ], [ -121.417234517379228, 37.205299486444503 ], [ -121.417224704949561, 37.205270057982808 ], [ -121.417201508472658, 37.205200487725314 ], [ -121.417301499577121, 37.205062496935938 ], [ -121.417311927787239, 37.20501587744689 ], [ -121.417320514634426, 37.204977491791254 ], [ -121.417318511622028, 37.204947509812072 ], [ -121.417316507392542, 37.204917499094186 ], [ -121.417301950631199, 37.204858647223276 ], [ -121.417293502545888, 37.204824490439847 ], [ -121.417262504385022, 37.204759489002363 ], [ -121.417189505023956, 37.204682499248634 ], [ -121.417189028444625, 37.204682076176105 ], [ -121.416996999820071, 37.204519239500485 ], [ -121.416985496478716, 37.204509484865071 ], [ -121.416947498636674, 37.20443950276087 ], [ -121.416947481352764, 37.204439386682516 ], [ -121.416939509737873, 37.20438549522332 ], [ -121.416955257092837, 37.204343122145687 ], [ -121.416955494790258, 37.204342484973679 ], [ -121.417020724789126, 37.204281617807091 ], [ -121.417030510096808, 37.204272487117116 ], [ -121.417030510265761, 37.204272486820614 ], [ -121.417030510411408, 37.204272486684722 ], [ -121.417081100376734, 37.204183706255691 ], [ -121.417081189813857, 37.204183549412164 ], [ -121.417083239013877, 37.204179996118079 ], [ -121.41708328043299, 37.204179883683352 ], [ -121.417083281138147, 37.204179882452905 ], [ -121.41708330642453, 37.204179837630875 ], [ -121.417083499707402, 37.204179497018409 ], [ -121.417114520758062, 37.204065481538407 ], [ -121.417119440510675, 37.2039871657757 ], [ -121.417122499182042, 37.203938482851747 ], [ -121.417114513534358, 37.203830497965093 ], [ -121.41709151781815, 37.203752497362025 ], [ -121.417037334703096, 37.203679265278289 ], [ -121.416926517673076, 37.203529487547236 ], [ -121.416924514640669, 37.203447483330329 ], [ -121.416918002854075, 37.203421070901186 ], [ -121.416908492489796, 37.203382494380975 ], [ -121.416874503259479, 37.203309481581051 ], [ -121.416874040080089, 37.203308950795602 ], [ -121.416836872505883, 37.203265195022333 ], [ -121.416812498578963, 37.20323650036736 ], [ -121.416812450367402, 37.203236465388287 ], [ -121.416812268357432, 37.203236332744574 ], [ -121.416803869582822, 37.203230257290194 ], [ -121.416770680368415, 37.203206258061655 ], [ -121.416747506730943, 37.20318950087357 ], [ -121.416626369542328, 37.203142685271722 ], [ -121.416496521450014, 37.203092502819445 ], [ -121.416438037613105, 37.203063581651193 ], [ -121.41637282148649, 37.203031330873884 ], [ -121.416358325431688, 37.203024161513646 ], [ -121.416312492300349, 37.203001492451605 ], [ -121.41623850313303, 37.202955482810637 ], [ -121.416184077773195, 37.202901065420562 ], [ -121.416100502808291, 37.202817501502501 ], [ -121.416100183859399, 37.202817061785105 ], [ -121.416100123789448, 37.202816995435647 ], [ -121.416100064125047, 37.202816928777203 ], [ -121.416048192431191, 37.202745822452989 ], [ -121.415992510769428, 37.20266949257153 ], [ -121.415971508342096, 37.201926497058672 ], [ -121.415963713344055, 37.201841431289296 ], [ -121.415948508400078, 37.20167549693128 ], [ -121.415961816766199, 37.201514784248374 ], [ -121.415973517425059, 37.201373490291395 ], [ -121.415964606029632, 37.201323585187133 ], [ -121.415948519611192, 37.201233495438558 ], [ -121.415921194080511, 37.201149938914057 ], [ -121.415897504804164, 37.201077499681098 ], [ -121.415869491565417, 37.201004486163519 ], [ -121.415869491281967, 37.201004486012827 ], [ -121.415869491270641, 37.20100448598334 ], [ -121.415869473178404, 37.201004476387418 ], [ -121.415869202184865, 37.201004332303924 ], [ -121.415831236477601, 37.200984444088405 ], [ -121.415764520985533, 37.200949494776218 ], [ -121.415506505597961, 37.200843488024923 ], [ -121.415493865855694, 37.200835725217765 ], [ -121.415487520323623, 37.200831827315696 ], [ -121.415439610315758, 37.200802403081774 ], [ -121.415379515705268, 37.20076549467074 ], [ -121.41534650411046, 37.200687490117907 ], [ -121.415354287024812, 37.200553425590535 ], [ -121.415354515692016, 37.200549486726352 ], [ -121.415321500856678, 37.200425500613989 ], [ -121.415310824606536, 37.200407319797449 ], [ -121.415247503365052, 37.200299487733382 ], [ -121.415111696797766, 37.200195351033109 ], [ -121.415024496978972, 37.200128485910867 ], [ -121.414894593765894, 37.200025901578535 ], [ -121.41487126569308, 37.200007478263061 ], [ -121.414867497475782, 37.200004502198539 ], [ -121.41486739229812, 37.200004220335195 ], [ -121.414855090268787, 37.199971729241256 ], [ -121.414842505235171, 37.19993848944398 ], [ -121.414817512970586, 37.199872496210183 ], [ -121.414793501518332, 37.199695488858012 ], [ -121.414793501029976, 37.199695487970068 ], [ -121.414793501002876, 37.199695487770157 ], [ -121.414787236842244, 37.199684097908154 ], [ -121.414760506958856, 37.199635495433462 ], [ -121.414586512253337, 37.199427495910129 ], [ -121.414568115328876, 37.199395726626378 ], [ -121.414528923329115, 37.199328045697385 ], [ -121.41452052737381, 37.199313483555223 ], [ -121.414520466300146, 37.199313376683335 ], [ -121.414520465857507, 37.19931337502986 ], [ -121.41447149552036, 37.199136500468789 ], [ -121.414470350073543, 37.199126555161364 ], [ -121.414446502605216, 37.198919494970525 ], [ -121.414368498641608, 37.198593495703953 ], [ -121.414343379334497, 37.19850399937922 ], [ -121.414336500094308, 37.198479489183278 ], [ -121.414336499830938, 37.198479488739522 ], [ -121.414336499682435, 37.198479488210488 ], [ -121.414336440719566, 37.198479389139997 ], [ -121.414336222582364, 37.198479021590536 ], [ -121.414336153141065, 37.198478799306052 ], [ -121.414321773186245, 37.198454520239068 ], [ -121.414292199407924, 37.198404364236531 ], [ -121.414290505804829, 37.198401491822338 ], [ -121.414290503131937, 37.198401488879078 ], [ -121.414249499916949, 37.198352500518141 ], [ -121.414249467504774, 37.19835246017913 ], [ -121.414249420262223, 37.198352400478406 ], [ -121.414242416613035, 37.19834590784405 ], [ -121.414232983166443, 37.198337158113695 ], [ -121.414180515630193, 37.198288491977202 ], [ -121.414055648574234, 37.198222664041133 ], [ -121.413961944722871, 37.198173264111134 ], [ -121.413923959574021, 37.198153240470901 ], [ -121.413867519072326, 37.198123487100666 ], [ -121.413819664834691, 37.19810283539357 ], [ -121.413763728113409, 37.198078699196998 ], [ -121.413728496774453, 37.198063496928995 ], [ -121.413582550237066, 37.198034055795986 ], [ -121.413540886816151, 37.198025651553991 ], [ -121.413490515567574, 37.198015490177042 ], [ -121.413456576259549, 37.198007212806324 ], [ -121.413408509330196, 37.19799548897641 ], [ -121.413371494703171, 37.197972491891839 ], [ -121.413262497768542, 37.197900500461529 ], [ -121.413262114271888, 37.197900059643906 ], [ -121.413262114175652, 37.197900059574764 ], [ -121.413171493196117, 37.19779548076928 ], [ -121.41308951309658, 37.197657498040847 ], [ -121.413031511901934, 37.197564497334213 ], [ -121.413027975712794, 37.197550223558657 ], [ -121.413003515066393, 37.197451484934263 ], [ -121.413014515781043, 37.197394482275506 ], [ -121.413030513875626, 37.197290499607746 ], [ -121.413032822166286, 37.197225593585472 ], [ -121.413034497941268, 37.197178486390555 ], [ -121.413006490840331, 37.197042490174439 ], [ -121.412995953394201, 37.19701469435973 ], [ -121.412915505673496, 37.196802487232496 ], [ -121.412869569524801, 37.19674537329626 ], [ -121.412841516341516, 37.196710493524357 ], [ -121.41284102361503, 37.19670997803788 ], [ -121.412734510808249, 37.19659848679099 ], [ -121.412685328007967, 37.196527697438412 ], [ -121.412684491927649, 37.196526492833783 ], [ -121.412668501618725, 37.196408492301046 ], [ -121.412643496017907, 37.196302498850088 ], [ -121.412622762939947, 37.196242789083563 ], [ -121.41261849055175, 37.196230484450545 ], [ -121.412601501308146, 37.196184496181054 ], [ -121.412517287512912, 37.196086251664205 ], [ -121.41251149552015, 37.196079494655372 ], [ -121.41247527170448, 37.196036131704076 ], [ -121.412445497444708, 37.196000494408977 ], [ -121.412445319307011, 37.196000066714582 ], [ -121.412445318236152, 37.196000065343512 ], [ -121.412420495506282, 37.195941493121062 ], [ -121.412379503736446, 37.195816496285957 ], [ -121.412352546679372, 37.195770749081568 ], [ -121.412313500780186, 37.195704485485663 ], [ -121.412298337873409, 37.195668202485415 ], [ -121.412280486071225, 37.195625483623431 ], [ -121.412289982026863, 37.195578659408589 ], [ -121.412296505698521, 37.195546492596698 ], [ -121.412346509962973, 37.195448497659306 ], [ -121.412384589458242, 37.195404391880402 ], [ -121.412403497064602, 37.195382492481649 ], [ -121.412501433583444, 37.19530087851215 ], [ -121.412547506439722, 37.195262484474227 ], [ -121.412572186717185, 37.195245443958065 ], [ -121.412619421583244, 37.195212830738768 ], [ -121.412621084789293, 37.195211683025363 ], [ -121.412631516451981, 37.19520448536106 ], [ -121.412636852298576, 37.195199754017828 ], [ -121.41270149635929, 37.19514249707774 ], [ -121.412720937467796, 37.19511277840698 ], [ -121.412735515704242, 37.195090493785408 ], [ -121.412739511525501, 37.195028487532696 ], [ -121.412724498993114, 37.194967499639077 ], [ -121.412679504730022, 37.194880491444813 ], [ -121.412591507006852, 37.194744491262924 ], [ -121.412557378556372, 37.194699478605294 ], [ -121.412522508297343, 37.194653486565507 ], [ -121.412522093918724, 37.194653106089646 ], [ -121.41252209116908, 37.19465310354812 ], [ -121.412521980183641, 37.19465296480081 ], [ -121.412457471675339, 37.194593375146844 ], [ -121.412456514084909, 37.194592490037081 ], [ -121.412344558843969, 37.194544029311835 ], [ -121.412251876870826, 37.194503902862387 ], [ -121.412098500198155, 37.194437498217397 ], [ -121.412035567272014, 37.194402450935065 ], [ -121.412029082496929, 37.194398838441806 ], [ -121.412010512721181, 37.194388493178643 ], [ -121.411925488382295, 37.194326491372983 ], [ -121.411925420952073, 37.194326385886939 ], [ -121.411925386236931, 37.19432633113837 ], [ -121.411840498250996, 37.194192502188095 ], [ -121.411836356030051, 37.1941781051123 ], [ -121.411821508271643, 37.194126495221106 ], [ -121.411825488506977, 37.193979487289781 ], [ -121.411833624423565, 37.193954032496265 ], [ -121.411848500015395, 37.193907493510331 ], [ -121.41190230533131, 37.193808305595326 ], [ -121.411931497677855, 37.193754491352266 ], [ -121.412073497629009, 37.193432493644607 ], [ -121.412081499968195, 37.193331500900065 ], [ -121.412065495936588, 37.193259499883425 ], [ -121.412011516834653, 37.19315848677131 ], [ -121.4118834912327, 37.192792500138289 ], [ -121.411844509746444, 37.192603489468354 ], [ -121.411848503455701, 37.192461486075516 ], [ -121.411872971043096, 37.192391694826448 ], [ -121.411875491595708, 37.1923845054624 ], [ -121.411906360766082, 37.192333746534452 ], [ -121.411906512429013, 37.192333492198237 ], [ -121.411922032629207, 37.192317691262687 ], [ -121.412071496213272, 37.192165495433237 ], [ -121.412133495600514, 37.192068489710003 ], [ -121.41214948905899, 37.192013499680293 ], [ -121.412158507219274, 37.191982494471198 ], [ -121.412165225465699, 37.191913506370675 ], [ -121.4121735056098, 37.1918284875849 ], [ -121.412146500090032, 37.19147749925191 ], [ -121.412125477723578, 37.191410617507259 ], [ -121.412069489597613, 37.191232491112117 ], [ -121.412067354071979, 37.191176642486163 ], [ -121.412065883538247, 37.191138173508378 ], [ -121.41206564649255, 37.191132091234785 ], [ -121.412065506694631, 37.191128497641074 ], [ -121.412084756025052, 37.190787076689148 ], [ -121.412087495331576, 37.190738490909574 ], [ -121.412092767197933, 37.190715570458494 ], [ -121.412110494997947, 37.190638495885537 ], [ -121.4122254984905, 37.19036148866558 ], [ -121.412557500307472, 37.189715498869745 ], [ -121.412620593778271, 37.18958668341299 ], [ -121.412677504953464, 37.189470491789109 ], [ -121.412741568489068, 37.189314194621872 ], [ -121.412743496607874, 37.189309490606554 ], [ -121.412743496624572, 37.189309490508691 ], [ -121.412743496846389, 37.189309489967513 ], [ -121.412754665263066, 37.189244019512287 ], [ -121.412830497564187, 37.188799487591673 ], [ -121.412820914421516, 37.188712077772664 ], [ -121.412814491263418, 37.188653485416189 ], [ -121.412810282599892, 37.188485792488578 ], [ -121.412803499695002, 37.188215487288716 ], [ -121.412827741586057, 37.188132485321859 ], [ -121.412843513132216, 37.188078487708168 ], [ -121.412867206382927, 37.18802284168811 ], [ -121.412889496879842, 37.187970491920325 ], [ -121.412882493610965, 37.187847494665363 ], [ -121.412863791237683, 37.187764363738999 ], [ -121.412855494514417, 37.187727484076106 ], [ -121.412820510333319, 37.187463492030709 ], [ -121.412781499212599, 37.187378483002774 ], [ -121.41278114914266, 37.187378138741103 ], [ -121.412780982880761, 37.18737797493408 ], [ -121.412720509261632, 37.187320487578901 ], [ -121.412637939134925, 37.187291118163728 ], [ -121.41263778373434, 37.187291063196902 ], [ -121.412637608257214, 37.187291001056877 ], [ -121.412512499158709, 37.187246494008832 ], [ -121.41240930486218, 37.187222798563354 ], [ -121.412318197953866, 37.187201878150709 ], [ -121.412220853276153, 37.187179528332976 ], [ -121.412181510371397, 37.187170495222418 ], [ -121.412084948102972, 37.187134689891813 ], [ -121.412056011327493, 37.187123960036423 ], [ -121.412027448411578, 37.187113368947514 ], [ -121.411852503169627, 37.187048498968132 ], [ -121.411593281240457, 37.18701517771553 ], [ -121.411493272743911, 37.187002322266309 ], [ -121.411354505392779, 37.186984483784457 ], [ -121.411235289147058, 37.186960645855414 ], [ -121.411161988132932, 37.186945990485832 ], [ -121.411149491393147, 37.186943491790082 ], [ -121.411113001536918, 37.186932089137187 ], [ -121.411073126493122, 37.186919628445523 ], [ -121.41099349935196, 37.186894746087127 ], [ -121.410989501069153, 37.186893496669761 ], [ -121.410965675821359, 37.186873754360001 ], [ -121.410884503465098, 37.186806491542264 ], [ -121.410884140695558, 37.186805948743348 ], [ -121.410884139687042, 37.186805947844654 ], [ -121.410802499237789, 37.186683491111694 ], [ -121.410460494183866, 37.186145499260441 ], [ -121.41046039748268, 37.186145400231084 ], [ -121.410460397125675, 37.186145399752419 ], [ -121.410427485479957, 37.186116385398023 ], [ -121.410291494690384, 37.185996497666153 ], [ -121.410291055371559, 37.18599596317906 ], [ -121.410235364833127, 37.185930449980155 ], [ -121.410172499166521, 37.185856494266041 ], [ -121.410112096827447, 37.185795140258485 ], [ -121.410112080568751, 37.185795123743851 ], [ -121.410109519893822, 37.185792480042373 ], [ -121.41010900753794, 37.185791952239143 ], [ -121.410109003936512, 37.185791948211779 ], [ -121.410063498118092, 37.185741490523917 ], [ -121.410063457324938, 37.185741227678875 ], [ -121.410059167613326, 37.185713532212858 ], [ -121.410054516747735, 37.185683499726707 ], [ -121.41006750044599, 37.185614489639846 ], [ -121.410070511397677, 37.185610127434458 ], [ -121.410145493665439, 37.185501495223171 ], [ -121.410192984430367, 37.185429324143321 ], [ -121.410245512342144, 37.185349498796505 ], [ -121.410262330680766, 37.185314633511638 ], [ -121.410300505409808, 37.185235497220837 ], [ -121.410318497044244, 37.185123485709582 ], [ -121.410318496855425, 37.185123485278766 ], [ -121.410318496860214, 37.185123485248916 ], [ -121.410286503411314, 37.185050496757718 ], [ -121.410286503069159, 37.185050496258263 ], [ -121.410286503065009, 37.185050496248799 ], [ -121.410286450951162, 37.185050420177795 ], [ -121.410286276772879, 37.185050165916955 ], [ -121.410286192083632, 37.185049986970526 ], [ -121.410269171210629, 37.185024972812485 ], [ -121.410195506569224, 37.184916499910827 ], [ -121.410148268097913, 37.184869983697823 ], [ -121.410101789485267, 37.184824218111096 ], [ -121.409999502940295, 37.18472349959881 ], [ -121.409999040881857, 37.18472292286247 ], [ -121.409871492278697, 37.184563495815269 ], [ -121.409840332339783, 37.184506253037704 ], [ -121.409816509355139, 37.184462486919074 ], [ -121.409805021774375, 37.184400003081628 ], [ -121.409798492111932, 37.184364484170999 ], [ -121.409798824624346, 37.184363164753513 ], [ -121.409826502098753, 37.184253500318825 ], [ -121.409908365682568, 37.184148669313949 ], [ -121.409908503820006, 37.184148498196727 ], [ -121.410002022408236, 37.184083126926581 ], [ -121.410197098444087, 37.183946766427049 ], [ -121.410197368324859, 37.183946578445962 ], [ -121.410197495897705, 37.183946490226027 ], [ -121.410282491683148, 37.183793492125076 ], [ -121.410341248603231, 37.183715823540581 ], [ -121.410341502026711, 37.183715489465534 ], [ -121.410436299158363, 37.183677619824515 ], [ -121.410729506183841, 37.18356049994081 ], [ -121.410811054836401, 37.183506652683292 ], [ -121.411035282584166, 37.183358594624643 ], [ -121.411037035647837, 37.18335743705191 ], [ -121.411094534082054, 37.183319515900216 ], [ -121.411111581204665, 37.183304355110721 ], [ -121.411111774312388, 37.183304183979963 ], [ -121.411331497063443, 37.183109496384326 ], [ -121.411450512427095, 37.182986495180337 ], [ -121.411495511623727, 37.182873482252226 ], [ -121.41150051535449, 37.18276449280328 ], [ -121.411489728415177, 37.182716623435503 ], [ -121.411468516240447, 37.182622483565872 ], [ -121.411459495707277, 37.182415492797006 ], [ -121.411469811745803, 37.182394631379971 ], [ -121.411504495903557, 37.182324495163691 ], [ -121.411536724184614, 37.182247456580797 ], [ -121.411545492834719, 37.182226496989074 ], [ -121.41167078188559, 37.181978604777818 ], [ -121.411685493002381, 37.181949498021922 ], [ -121.411771509502984, 37.181780494208766 ], [ -121.411822515621054, 37.181660492959793 ], [ -121.411856513600256, 37.18158048412748 ], [ -121.411912692209341, 37.181504243523143 ], [ -121.411926510733835, 37.181485490696659 ], [ -121.411946931387163, 37.181462325696394 ], [ -121.411993508529719, 37.18140949021803 ], [ -121.412018830503499, 37.181357833055003 ], [ -121.412043510052186, 37.181307488579918 ], [ -121.412016504888925, 37.181169497381845 ], [ -121.412016504394273, 37.181169496722852 ], [ -121.412016504392625, 37.181169496714325 ], [ -121.412016493142673, 37.18116948173229 ], [ -121.412016260016841, 37.181169171138208 ], [ -121.412004393318497, 37.18115365843186 ], [ -121.411991882931005, 37.181137304144571 ], [ -121.411938493844914, 37.181067497416826 ], [ -121.411929495180246, 37.180936482986056 ], [ -121.411943509160423, 37.180823481501399 ], [ -121.411943489572479, 37.180511486324782 ], [ -121.411970492761739, 37.180311494513411 ], [ -121.411979649209982, 37.180257275949785 ], [ -121.411997513374914, 37.180151501620365 ], [ -121.411983953075534, 37.180037785090867 ], [ -121.411974497309544, 37.179958483368679 ], [ -121.411964170589869, 37.179920759718541 ], [ -121.411951504639234, 37.179874488181454 ], [ -121.411958419617505, 37.179859275648106 ], [ -121.411996425537666, 37.179775667445277 ], [ -121.411996504722282, 37.179775495535104 ], [ -121.41200626190107, 37.179767991991987 ], [ -121.41207081304664, 37.179718343198992 ], [ -121.412074513869655, 37.179715496789598 ], [ -121.41207661982456, 37.179711592312813 ], [ -121.41211550521777, 37.179639498997837 ], [ -121.412119376345956, 37.179622338874935 ], [ -121.412129493363437, 37.179577494521062 ], [ -121.4121065136232, 37.179468500356641 ], [ -121.412070504166692, 37.179381481615358 ], [ -121.412047496575454, 37.179282492911057 ], [ -121.41204881327306, 37.179220331066823 ], [ -121.41205150091568, 37.17909348807364 ], [ -121.41203849589516, 37.179010489325059 ], [ -121.412038209541905, 37.179010195184354 ], [ -121.41203295331114, 37.179004753058337 ], [ -121.412021129818257, 37.178992510798658 ], [ -121.41202091226053, 37.178992287077911 ], [ -121.411972124631674, 37.178941773651118 ], [ -121.411924516938299, 37.178892480670854 ], [ -121.411814507022072, 37.178754485803388 ], [ -121.411686501856849, 37.178399488784315 ], [ -121.411652680046956, 37.178288960393154 ], [ -121.411645498347724, 37.178265490420046 ], [ -121.411654500671517, 37.17815849151448 ], [ -121.411722494016118, 37.178065489961263 ], [ -121.411887510082096, 37.177970497984717 ], [ -121.411968148715616, 37.177951815492577 ], [ -121.411992406284199, 37.177946195791797 ], [ -121.412020800218826, 37.177939616742506 ], [ -121.412064498346652, 37.177929492130183 ], [ -121.412098416668741, 37.177921305774625 ], [ -121.41213096097735, 37.177913450467074 ], [ -121.412151498812761, 37.17790849343929 ], [ -121.412192185620597, 37.177875766527144 ], [ -121.412197023607746, 37.17787187177148 ], [ -121.412197345287211, 37.177871612913798 ], [ -121.412197505750342, 37.177871484381122 ], [ -121.412207153545424, 37.177852187716717 ], [ -121.412220498523169, 37.177825498557652 ], [ -121.412216306633198, 37.177812322415207 ], [ -121.412206497654822, 37.177781487055512 ], [ -121.41220648353125, 37.177781474189437 ], [ -121.412174500888639, 37.177749494776428 ], [ -121.412174247525897, 37.177749285749726 ], [ -121.412173960683077, 37.177749015189818 ], [ -121.412134428051488, 37.177717234828833 ], [ -121.412133504806121, 37.177716491699705 ], [ -121.411992500868394, 37.177636500558727 ], [ -121.411991991781917, 37.177636013486605 ], [ -121.411946535332348, 37.177592459066716 ], [ -121.411946409320535, 37.177592340651763 ], [ -121.411914497613012, 37.17754150368684 ], [ -121.411891493522262, 37.177490482010093 ], [ -121.411905512353528, 37.177389496109235 ], [ -121.411958504627293, 37.1771864958774 ], [ -121.412019506365368, 37.176996498551333 ], [ -121.412060512299789, 37.176829494682323 ], [ -121.412064727456084, 37.176772800268481 ], [ -121.412069509081917, 37.17670849030312 ], [ -121.412074735473254, 37.176685526736009 ], [ -121.41209249657021, 37.176607493285374 ], [ -121.412078503144343, 37.17650549558676 ], [ -121.412078245665327, 37.176504967539593 ], [ -121.412068580827665, 37.176485885955387 ], [ -121.412066054836785, 37.176480898421524 ], [ -121.41195549672895, 37.176262482583311 ], [ -121.411835947627239, 37.176073189423647 ], [ -121.411835505615628, 37.176072489374548 ], [ -121.411832209031289, 37.176049717982934 ], [ -121.411824503381723, 37.175996486911082 ], [ -121.411842618629549, 37.175942176125233 ], [ -121.411850517507375, 37.175918495572994 ], [ -121.411861603785823, 37.175902812447873 ], [ -121.411920500377448, 37.175819495699933 ], [ -121.412142508543766, 37.17549349365283 ], [ -121.412157545367023, 37.175430327062109 ], [ -121.412172504799358, 37.175367486362006 ], [ -121.412173502420075, 37.175347782707682 ], [ -121.412176504616767, 37.175288492936048 ], [ -121.412150030129879, 37.175253875563435 ], [ -121.412124507883476, 37.175220502834023 ], [ -121.412124507488514, 37.175220502800066 ], [ -121.412124507241884, 37.175220502477565 ], [ -121.412077252210196, 37.175216440664478 ], [ -121.412054507129298, 37.175214485462732 ], [ -121.412015401878151, 37.175218834058796 ], [ -121.411946502770803, 37.175226495141416 ], [ -121.411817776048096, 37.175228810688722 ], [ -121.411779495813192, 37.175229499120036 ], [ -121.41170261890629, 37.175230066518957 ], [ -121.411509512928802, 37.175231491383123 ], [ -121.411320514271907, 37.175229490456196 ], [ -121.411269387029748, 37.17521848550237 ], [ -121.41126643250594, 37.175217849535898 ], [ -121.411266059288991, 37.175217770140712 ], [ -121.411176500356461, 37.175198486226556 ], [ -121.411151232915813, 37.175185854803097 ], [ -121.411109081906133, 37.175164782175941 ], [ -121.411080873242526, 37.175150683516271 ], [ -121.411072493832606, 37.175146495212864 ], [ -121.411062522162652, 37.175136792444555 ], [ -121.411059937543953, 37.175134277373878 ], [ -121.411051351015104, 37.175125922011183 ], [ -121.410998499431457, 37.175074492370868 ], [ -121.410989159546688, 37.175032152711346 ], [ -121.410983498557215, 37.175006488089032 ], [ -121.410982013642567, 37.174927482448403 ], [ -121.410980510801139, 37.174847496553213 ], [ -121.41096949839617, 37.174736494479944 ], [ -121.41094351014938, 37.17464149704761 ], [ -121.410921543139892, 37.174607703532764 ], [ -121.410891509551618, 37.17456149936821 ], [ -121.410891500244603, 37.174561490264018 ], [ -121.410820504274056, 37.174484495372013 ], [ -121.410677490741307, 37.174302491394158 ], [ -121.410424504165746, 37.173952491245025 ], [ -121.410351138939902, 37.173899670309517 ], [ -121.410324492654979, 37.173880485437067 ], [ -121.410218296167074, 37.173818819362182 ], [ -121.410200509350261, 37.173808490777056 ], [ -121.410200120383521, 37.173808059493751 ], [ -121.410115884642678, 37.173715005054241 ], [ -121.410114498674659, 37.173713473678141 ], [ -121.410076504324749, 37.173614495567094 ], [ -121.410054482611045, 37.173556442961392 ], [ -121.410043499019565, 37.173527488009775 ], [ -121.410042292385356, 37.173501666967134 ], [ -121.410038499458963, 37.173420489318197 ], [ -121.410002542651398, 37.173240711395422 ], [ -121.41000049912941, 37.173230493976405 ], [ -121.410000634067018, 37.173218293607519 ], [ -121.410001506442526, 37.173139486570406 ], [ -121.410042343645458, 37.172939113706796 ], [ -121.410043489071214, 37.17293349364175 ], [ -121.409996505224811, 37.17277049452828 ], [ -121.409911499949132, 37.172638498002371 ], [ -121.409888482860026, 37.172613258272619 ], [ -121.409888159311407, 37.172612902424881 ], [ -121.409859509600921, 37.172581433381325 ], [ -121.409864494370126, 37.172521484253565 ], [ -121.409893076898314, 37.172481916560116 ], [ -121.409916503077056, 37.172449487375339 ], [ -121.40993639860109, 37.17241882586756 ], [ -121.409977494070375, 37.172355493429158 ], [ -121.410001502780915, 37.172231484585787 ], [ -121.410002157561337, 37.172185856370291 ], [ -121.410002507723632, 37.172161489974222 ], [ -121.410002500329, 37.17216147796919 ], [ -121.410002211782313, 37.172160982067666 ], [ -121.409975794292009, 37.172118800311125 ], [ -121.409973150321633, 37.172114575844624 ], [ -121.409926007680752, 37.172039233435299 ], [ -121.409900510519293, 37.171998482905664 ], [ -121.409900373461667, 37.171998363378513 ], [ -121.409900304275126, 37.171998302571616 ], [ -121.40984398256559, 37.171948461304368 ], [ -121.40984371972651, 37.171948228263439 ], [ -121.409843115264053, 37.1719476916102 ], [ -121.409813498575431, 37.171921488005744 ], [ -121.409774652620868, 37.171879635614864 ], [ -121.40977447590673, 37.171879444943876 ], [ -121.409701501193126, 37.171751489408848 ], [ -121.409580505405174, 37.1715184812074 ], [ -121.409448907940458, 37.171417027880388 ], [ -121.409401515241186, 37.171380493800399 ], [ -121.409192493944502, 37.171318492364414 ], [ -121.409192493721235, 37.171318492372023 ], [ -121.409192493495794, 37.171318492305183 ], [ -121.409075502973636, 37.171322495714612 ], [ -121.408991743044979, 37.171322489789411 ], [ -121.408973502026569, 37.171322488367707 ], [ -121.408930088387208, 37.171303798355325 ], [ -121.408901495604212, 37.1712914885033 ], [ -121.408901415847893, 37.171291238629344 ], [ -121.408901363615627, 37.171291074826186 ], [ -121.408886494483767, 37.171244496150678 ], [ -121.40888650831053, 37.171206486834208 ], [ -121.408890634127502, 37.171183759136511 ], [ -121.408896493914838, 37.171151484041566 ], [ -121.408939509456772, 37.171101183007927 ], [ -121.408949509147178, 37.171089489997257 ], [ -121.409007013740222, 37.171043748080919 ], [ -121.409007184612321, 37.171043611791134 ], [ -121.409007811393252, 37.171043112269317 ], [ -121.409037501106496, 37.171019493296491 ], [ -121.40904607222879, 37.171014519637588 ], [ -121.409071964662104, 37.170999496163638 ], [ -121.409124237066962, 37.17096916819078 ], [ -121.409168501279325, 37.170943487693542 ], [ -121.40920250198468, 37.170899494113925 ], [ -121.409236508248952, 37.170792480173837 ], [ -121.409255513287903, 37.170672491488212 ], [ -121.409328498729153, 37.170541491506832 ], [ -121.409420503789761, 37.170404484766593 ], [ -121.409490988877366, 37.1703153660062 ], [ -121.409541511469854, 37.170251487755998 ], [ -121.409560943796876, 37.170226185989087 ], [ -121.409604496278803, 37.170169480211641 ], [ -121.409612491332823, 37.170124237770594 ], [ -121.40961951549086, 37.170084493714135 ], [ -121.409604510765547, 37.169990481440209 ], [ -121.409600324580893, 37.169980718283007 ], [ -121.409565496154997, 37.169899488214682 ], [ -121.409442494366417, 37.169696490350333 ], [ -121.409426507189664, 37.169573489852091 ], [ -121.409455627223764, 37.16947576467534 ], [ -121.40945749493298, 37.169469496838545 ], [ -121.409465598614531, 37.169461391241178 ], [ -121.409534489163036, 37.169392485022598 ], [ -121.409553231156579, 37.169378625370712 ], [ -121.409604827359075, 37.169340470912161 ], [ -121.409606920508779, 37.169338938559378 ], [ -121.409607496403012, 37.169338497271461 ], [ -121.40961294354409, 37.169335548676187 ], [ -121.409619429586343, 37.169332038228376 ], [ -121.409692490922922, 37.169292491162437 ], [ -121.409705442750109, 37.169287920671493 ], [ -121.409777496131554, 37.169262494611687 ], [ -121.409823515997843, 37.169218493422271 ], [ -121.409852494191895, 37.169125501726683 ], [ -121.409867507580557, 37.169014484101531 ], [ -121.40987149897397, 37.168864494199674 ], [ -121.409854857725463, 37.168766806292837 ], [ -121.409840493996768, 37.168682484377818 ], [ -121.40972849931309, 37.16845949327346 ], [ -121.409728499182705, 37.168459493118597 ], [ -121.409728498979717, 37.168459492714405 ], [ -121.409694081076367, 37.168418607307508 ], [ -121.409563507092784, 37.168263496414134 ], [ -121.409485613843856, 37.168097231470554 ], [ -121.409459500300827, 37.168041491051049 ], [ -121.409434340047099, 37.167944594354488 ], [ -121.409432498327192, 37.167937501497399 ], [ -121.409432806482258, 37.167931094673222 ], [ -121.409438512234686, 37.167812483510765 ], [ -121.409457498794296, 37.167750495724427 ], [ -121.409510737910765, 37.167623540101964 ], [ -121.409522497590885, 37.167595497732954 ], [ -121.409522497705552, 37.167595497336237 ], [ -121.409522497840612, 37.167595497014162 ], [ -121.409529899280514, 37.167569895772886 ], [ -121.409546493356942, 37.167512497948557 ], [ -121.409552930736751, 37.167425816887814 ], [ -121.409563500295079, 37.167283500416524 ], [ -121.409601510281917, 37.167075497187817 ], [ -121.409605928788196, 37.166971651831226 ], [ -121.409609510727023, 37.1668874869898 ], [ -121.409599661604062, 37.166827576723733 ], [ -121.409586497835278, 37.166747498033573 ], [ -121.409546656700542, 37.166613955755878 ], [ -121.40949550447543, 37.166442496142245 ], [ -121.409484505383517, 37.166345495219481 ], [ -121.409473045186203, 37.166282240037575 ], [ -121.409438486682575, 37.166091487610331 ], [ -121.409429859769787, 37.166003748794161 ], [ -121.409426492137484, 37.165969495009755 ], [ -121.409430883687776, 37.165910823425619 ], [ -121.409434501510759, 37.165862492963377 ], [ -121.409511488247162, 37.165719498273639 ], [ -121.409572508704855, 37.165658500497798 ], [ -121.409611512807643, 37.165592498199146 ], [ -121.409601791822226, 37.165527717580389 ], [ -121.409599508370846, 37.165512499284972 ], [ -121.40959950811704, 37.165512498975644 ], [ -121.409599508116855, 37.165512498974472 ], [ -121.4095990460916, 37.165511935754083 ], [ -121.409598264780399, 37.165510993878108 ], [ -121.409593495380221, 37.165505206948112 ], [ -121.409524497000859, 37.16542148547979 ], [ -121.4094331179557, 37.165339773118333 ], [ -121.409420509048772, 37.165328497757699 ], [ -121.409340504261053, 37.16523348169612 ], [ -121.409291329694511, 37.165127279755893 ], [ -121.409290501575072, 37.165125490175114 ], [ -121.409251497546293, 37.164917487044278 ], [ -121.409228069225165, 37.164865698363371 ], [ -121.409213497928349, 37.164833487807108 ], [ -121.409213497570391, 37.164833487485986 ], [ -121.409213497541216, 37.164833487421483 ], [ -121.40921349356644, 37.164833483893922 ], [ -121.409212984635701, 37.164833027317194 ], [ -121.409120513211434, 37.164752494327956 ], [ -121.409119942363191, 37.164751859487971 ], [ -121.409062503437312, 37.164687497393267 ], [ -121.409028507714567, 37.164633490924594 ], [ -121.409019329526089, 37.164586094977921 ], [ -121.409016501356945, 37.164571489928896 ], [ -121.409049502582093, 37.164492487812289 ], [ -121.40912650683677, 37.16440048742075 ], [ -121.409184503287548, 37.164296492054604 ], [ -121.409187849751945, 37.164269729022429 ], [ -121.409195507191242, 37.164208497863392 ], [ -121.409176504502284, 37.164088489811093 ], [ -121.40909149812552, 37.163884489672348 ], [ -121.408976513664385, 37.163739460429476 ], [ -121.408957506418986, 37.163715486575235 ], [ -121.408820507580614, 37.163541499003898 ], [ -121.408789508252553, 37.163432489675273 ], [ -121.408804492985524, 37.163220484139863 ], [ -121.408801816500485, 37.163114863675624 ], [ -121.408801503050697, 37.163102488988578 ], [ -121.408801502910848, 37.163102488681872 ], [ -121.408801502900118, 37.163102488257827 ], [ -121.408708492453101, 37.162898483913459 ], [ -121.408681515667553, 37.162791484699802 ], [ -121.408685470383958, 37.16269476475329 ], [ -121.408693496408858, 37.162498495624277 ], [ -121.408716292174603, 37.162401476602192 ], [ -121.4087245134521, 37.162366488251422 ], [ -121.408743838441822, 37.162330535681583 ], [ -121.408781492091137, 37.162260485497079 ], [ -121.408880807645247, 37.16217688973348 ], [ -121.408901489952882, 37.162159481265505 ], [ -121.408901489907862, 37.16215948108534 ], [ -121.408901489959135, 37.162159481042195 ], [ -121.40888547076753, 37.162095359811545 ], [ -121.408875509255409, 37.162055485958618 ], [ -121.408869570892023, 37.162042185232387 ], [ -121.408825505840767, 37.161943487141905 ], [ -121.408658096544102, 37.161814947237232 ], [ -121.408633306201921, 37.16179591268105 ], [ -121.408629705400827, 37.161793148054159 ], [ -121.408601493098942, 37.16177148655364 ], [ -121.408601397701688, 37.161771279036302 ], [ -121.408587103601036, 37.161740437233178 ], [ -121.408563494082756, 37.161689493970989 ], [ -121.40849750808006, 37.161423498016447 ], [ -121.408451513282756, 37.161355491712932 ], [ -121.408451327972145, 37.161355410682319 ], [ -121.408347511590421, 37.161309499442353 ], [ -121.408309293178405, 37.161298074755827 ], [ -121.408268930406535, 37.161286008601287 ], [ -121.408163508634729, 37.161254493310771 ], [ -121.408009510106112, 37.161250481578499 ], [ -121.407999206601758, 37.161255459617543 ], [ -121.407989658138789, 37.161260072685486 ], [ -121.407980626055149, 37.161264436618289 ], [ -121.407951518156366, 37.161278499782078 ], [ -121.407843505725438, 37.161375488828831 ], [ -121.407772986237049, 37.161444078681164 ], [ -121.407770504933779, 37.161446492051795 ], [ -121.407731524837075, 37.16146175218406 ], [ -121.407731395331382, 37.161461801851416 ], [ -121.407650498950474, 37.161493486212983 ], [ -121.407508514818517, 37.161502489054726 ], [ -121.407471693572646, 37.161498204975828 ], [ -121.407362502083174, 37.161485500108355 ], [ -121.407323298725942, 37.161459635397343 ], [ -121.407248519724433, 37.161410303815671 ], [ -121.40717150416279, 37.16135949591316 ], [ -121.407058290463823, 37.160862452383938 ], [ -121.406789506080372, 37.159682504142204 ], [ -121.406609011411049, 37.15911994862153 ], [ -121.40651550052732, 37.158828498650124 ], [ -121.406513334995722, 37.158824698943405 ], [ -121.406152511375083, 37.15819148605312 ], [ -121.405888091648634, 37.157768828881537 ], [ -121.405878496208757, 37.157753489542316 ], [ -121.405034499757818, 37.156564495532386 ], [ -121.404756822655457, 37.156163005157701 ], [ -121.404637505287255, 37.155990484728264 ], [ -121.404637486453595, 37.155990482383004 ], [ -121.404637336767649, 37.155990463205832 ], [ -121.404395729656414, 37.155959680197284 ], [ -121.404017504586307, 37.155911489938525 ], [ -121.403553696215255, 37.155863618095225 ], [ -121.403310317563466, 37.155838497382689 ], [ -121.403255702375176, 37.155832857886345 ], [ -121.403242496595752, 37.155831494163472 ], [ -121.402881425849117, 37.155735391007262 ], [ -121.402881396105514, 37.155735383133859 ], [ -121.402881037107164, 37.155735287912698 ], [ -121.402468509565722, 37.155625485975953 ], [ -121.401789502455458, 37.155297485423503 ], [ -121.401293226431477, 37.155009079475654 ], [ -121.401238656194806, 37.154977366469438 ], [ -121.40123114791659, 37.154973003289783 ], [ -121.401142508599307, 37.154921493008978 ], [ -121.401142483206186, 37.154921397350599 ], [ -121.401142459324959, 37.15492130583943 ], [ -121.401096683004226, 37.154750035966828 ], [ -121.401022499989509, 37.154472481343767 ], [ -121.400848530626078, 37.154069155031799 ], [ -121.400689513836852, 37.153700492700722 ], [ -121.400553619242217, 37.152807111304568 ], [ -121.400515496866234, 37.152556490770159 ], [ -121.400477262465003, 37.152443054632876 ], [ -121.400154509647635, 37.151485490655439 ], [ -121.400005500587696, 37.150862497655538 ], [ -121.400005500009229, 37.150862497157632 ], [ -121.400005499907195, 37.150862496731015 ], [ -121.399533104815504, 37.150455871728475 ], [ -121.3994793891314, 37.150409634016818 ], [ -121.399452511394216, 37.150386497965997 ], [ -121.399171493764968, 37.150223492384214 ], [ -121.399143670899662, 37.150207093588811 ], [ -121.399143532076394, 37.150207012484792 ], [ -121.399061027097744, 37.150158380863324 ], [ -121.399020502609517, 37.150134494008888 ], [ -121.398858741260753, 37.150170560939635 ], [ -121.398585499159992, 37.150231484289371 ], [ -121.398249701173029, 37.150445733846858 ], [ -121.398085508206904, 37.150550493404339 ], [ -121.397464511350066, 37.150596498637007 ], [ -121.396568494596153, 37.150216486874612 ], [ -121.396236468523853, 37.150013304632225 ], [ -121.396235286616573, 37.150012583125452 ], [ -121.396234909528545, 37.150012352737377 ], [ -121.396079714755331, 37.149917378962506 ], [ -121.395581498004844, 37.149612487117665 ], [ -121.395165517857876, 37.149298919222012 ], [ -121.395053509835392, 37.1492144868377 ], [ -121.394749504522011, 37.148985500263194 ], [ -121.394156896090209, 37.14859913654707 ], [ -121.394063483014776, 37.148538232823341 ], [ -121.393979521276108, 37.148483490376847 ], [ -121.449116513221625, 36.988216451322359 ], [ -121.449427970590705, 36.988427264951 ], [ -121.450428511485285, 36.989104493827469 ], [ -121.450494020631112, 36.989101788429316 ], [ -121.450596655151685, 36.989097550825974 ], [ -121.450597116684008, 36.989097532153444 ], [ -121.450597174972913, 36.989097529921544 ], [ -121.450767502556602, 36.989090494134302 ], [ -121.450873734251601, 36.989081491070678 ], [ -121.450942546811405, 36.989075659609604 ], [ -121.451180493909362, 36.989055495331712 ], [ -121.451511512424631, 36.988993487995316 ], [ -121.451511512936833, 36.988993487843523 ], [ -121.451511513135173, 36.988993487806376 ], [ -121.452024507014983, 36.988841481155212 ], [ -121.452075277282276, 36.988843940954474 ], [ -121.452099277428033, 36.988845104419688 ], [ -121.452148172061797, 36.988847475613895 ], [ -121.452148503593577, 36.988847493575925 ], [ -121.452148510102646, 36.988847493946466 ], [ -121.452148510109723, 36.988847493928965 ], [ -121.45214851021872, 36.98884749393487 ], [ -121.452184509917174, 36.988758488565587 ], [ -121.452548492936771, 36.987848479975938 ], [ -121.452583722561982, 36.98785288428067 ], [ -121.453348503154217, 36.987948495486023 ], [ -121.453664998849945, 36.987853548566335 ], [ -121.454348507053083, 36.987648501410966 ], [ -121.456648238003837, 36.986648601265124 ], [ -121.456648496600152, 36.986648488252328 ], [ -121.456928609251122, 36.987395478535042 ], [ -121.456948301572297, 36.98744799319531 ], [ -121.456948311516442, 36.987448019763157 ], [ -121.456948483614298, 36.987448482461936 ], [ -121.457548513558137, 36.987548491218561 ], [ -121.458268502178228, 36.987030485478655 ], [ -121.458563169315681, 36.986817607666772 ], [ -121.458724022594708, 36.986701402220469 ], [ -121.458766948420319, 36.986670392337558 ], [ -121.458794495902808, 36.986650492230758 ], [ -121.458865368218454, 36.986599513679799 ], [ -121.458942993796697, 36.986543677896336 ], [ -121.459621295178152, 36.986055779073943 ], [ -121.460048493129335, 36.985748497955434 ], [ -121.462148497219928, 36.98544848842527 ], [ -121.462679477232669, 36.985300351969514 ], [ -121.462829500613907, 36.985258497649738 ], [ -121.463898222176368, 36.984335290482299 ], [ -121.464004493214375, 36.984243488050808 ], [ -121.465616076040845, 36.982505996844509 ], [ -121.465948053514211, 36.982148058256271 ], [ -121.465948482490006, 36.982147494665845 ], [ -121.465948482366372, 36.982147494466297 ], [ -121.465948482509972, 36.982147494310112 ], [ -121.465754295175117, 36.981834054737384 ], [ -121.465615851196773, 36.981610590755224 ], [ -121.465236656877707, 36.980998500681103 ], [ -121.463561528964831, 36.97829453181798 ], [ -121.464144579101173, 36.978091923021012 ], [ -121.465615047118021, 36.977581074361261 ], [ -121.466159823033337, 36.977391817136358 ], [ -121.466807565425526, 36.977166764152955 ], [ -121.467939489431714, 36.976773486226648 ], [ -121.468253295432532, 36.976939304249406 ], [ -121.469048496795565, 36.977359497325487 ], [ -121.469110532866793, 36.977391384578596 ], [ -121.469267929373416, 36.977472271456378 ], [ -121.469299512152631, 36.977488502228319 ], [ -121.469994494801512, 36.977702491170511 ], [ -121.46999449501736, 36.977702491181454 ], [ -121.46999449613449, 36.97770249152542 ], [ -121.470152494113862, 36.977710492142883 ], [ -121.470569752489652, 36.977827190950599 ], [ -121.470649305129456, 36.977849440404633 ], [ -121.470649329544571, 36.977849446918832 ], [ -121.470649503742194, 36.97784949458007 ], [ -121.471367878552371, 36.978029084992926 ], [ -121.471449511825043, 36.978049493072113 ], [ -121.471474797090622, 36.978056616469182 ], [ -121.471515220772332, 36.978068003803408 ], [ -121.471520503915286, 36.978069492178598 ], [ -121.47204049514005, 36.978220487425013 ], [ -121.472071889099396, 36.978229182566125 ], [ -121.472643497853213, 36.978387500503672 ], [ -121.472715497211709, 36.978418494579621 ], [ -121.472868464393514, 36.978456437481974 ], [ -121.472942875347783, 36.978474895243394 ], [ -121.472969491806197, 36.97848149779611 ], [ -121.473016034561226, 36.978501966002256 ], [ -121.473069504856156, 36.978525481200556 ], [ -121.473272785308126, 36.978582430410746 ], [ -121.473401506408052, 36.978618491954762 ], [ -121.473547209029689, 36.978657754426933 ], [ -121.473876493924479, 36.978746487254924 ], [ -121.476455764987676, 36.979495366324976 ], [ -121.478489996943594, 36.980085996257834 ], [ -121.481588776072741, 36.980985589467892 ], [ -121.48466965148674, 36.981879818424851 ], [ -121.488954492696195, 36.983123501410446 ], [ -121.488968493441831, 36.983110093814403 ], [ -121.489020024960837, 36.983060745791065 ], [ -121.489450504258429, 36.982648489897365 ], [ -121.490344671019258, 36.981849068890703 ], [ -121.494906199798706, 36.977770880319163 ], [ -121.495207723900307, 36.977501286845929 ], [ -121.49533662501409, 36.977386036633476 ], [ -121.496557939212451, 36.976293989980114 ], [ -121.496558142779321, 36.976293806313748 ], [ -121.496558498424477, 36.9762934872454 ], [ -121.49742912018236, 36.975515642069361 ], [ -121.497581504231277, 36.975379496926827 ], [ -121.498318566494746, 36.974720219667162 ], [ -121.498519499829357, 36.974540491682625 ], [ -121.498829523442069, 36.974263694080754 ], [ -121.499424496936669, 36.973732485558401 ], [ -121.501480485261951, 36.971894487867168 ], [ -121.501879289335051, 36.971745572461124 ], [ -121.501879380748676, 36.971745538288516 ], [ -121.501879494276466, 36.971745496151243 ], [ -121.501879494350561, 36.971745495821388 ], [ -121.501879494362569, 36.971745495816883 ], [ -121.501954512019651, 36.971411486795283 ], [ -121.502003505495964, 36.97107849744657 ], [ -121.502141506800228, 36.970769485046915 ], [ -121.502477502925046, 36.970287497312832 ], [ -121.502651509409034, 36.970122500477167 ], [ -121.502741197890032, 36.97003730555943 ], [ -121.502910501241686, 36.969876486339651 ], [ -121.50306651100064, 36.969567498416453 ], [ -121.50321993613116, 36.969322473121714 ], [ -121.503334516878908, 36.969139485043101 ], [ -121.503461987209022, 36.968895299795868 ], [ -121.503464495306844, 36.968890495256225 ], [ -121.503464495318369, 36.968890495200938 ], [ -121.503464495604746, 36.968890494652364 ], [ -121.503531494486452, 36.968569491028553 ], [ -121.503546048794718, 36.968531415433269 ], [ -121.503630497842408, 36.968310490305143 ], [ -121.50371151157249, 36.968246494265223 ], [ -121.503765540183849, 36.968231544870747 ], [ -121.503784285784562, 36.968226357976512 ], [ -121.503805491718012, 36.96822049062245 ], [ -121.503914866555434, 36.968197549652174 ], [ -121.504091499832782, 36.968160501906659 ], [ -121.504177787108944, 36.968118549434244 ], [ -121.504235503217416, 36.968090488467446 ], [ -121.504359158235431, 36.968026669302319 ], [ -121.504359494040344, 36.968026495715058 ], [ -121.504459500052064, 36.967887498922643 ], [ -121.504463092232257, 36.967801240790976 ], [ -121.504465497519959, 36.967743492917691 ], [ -121.504415503166783, 36.967609491203021 ], [ -121.504362751509191, 36.967510579900619 ], [ -121.504303501871519, 36.96739948347485 ], [ -121.50429151133342, 36.967304487610093 ], [ -121.504366547664574, 36.967219093189726 ], [ -121.50437849923776, 36.967205491953941 ], [ -121.504378499405234, 36.967205491618991 ], [ -121.504378499634811, 36.967205491357682 ], [ -121.504423218486707, 36.967116050165053 ], [ -121.504543490717097, 36.96687549685322 ], [ -121.504680498895752, 36.966665485443649 ], [ -121.50469350767338, 36.966561479745728 ], [ -121.504706511409353, 36.966436487721275 ], [ -121.504720662236835, 36.966356158834195 ], [ -121.504749495228822, 36.966192489361205 ], [ -121.5047776553034, 36.965921060630308 ], [ -121.504788504613416, 36.965816489585144 ], [ -121.504862001682909, 36.965569130643381 ], [ -121.504892498707036, 36.965466491655299 ], [ -121.504895612805498, 36.965452483360622 ], [ -121.504924514022264, 36.965322481586504 ], [ -121.504961495686615, 36.965247482140455 ], [ -121.505061900120793, 36.965185110506205 ], [ -121.505093493643983, 36.965165486856641 ], [ -121.50511680459654, 36.965145716981922 ], [ -121.505165401800397, 36.965104502939148 ], [ -121.505205495944978, 36.965070498367531 ], [ -121.505205496361043, 36.965070497897109 ], [ -121.505205496683757, 36.965070497623437 ], [ -121.505233374783003, 36.965038978425049 ], [ -121.505274493821432, 36.964992489051149 ], [ -121.505274493842322, 36.964992488893074 ], [ -121.505274494444592, 36.964992488212118 ], [ -121.505282395411456, 36.964932652357184 ], [ -121.505286511227922, 36.964901484345638 ], [ -121.505275056344587, 36.964839444513885 ], [ -121.505255494592348, 36.964733494440537 ], [ -121.50524812822232, 36.964647420265713 ], [ -121.505243513482355, 36.964593493478795 ], [ -121.505280737791622, 36.964502044794529 ], [ -121.505324514382949, 36.964394501819363 ], [ -121.505535504555084, 36.964126497339436 ], [ -121.505741498304403, 36.963996491990784 ], [ -121.505959500358315, 36.963961486891769 ], [ -121.507386506641794, 36.963882485931627 ], [ -121.507897507334889, 36.96383749602257 ], [ -121.50797246192711, 36.963812776143733 ], [ -121.508082502238963, 36.963776485747289 ], [ -121.508226967650913, 36.963681599050446 ], [ -121.508251496243318, 36.963665488480459 ], [ -121.508525240286346, 36.963107618344438 ], [ -121.508858485269243, 36.962428490472711 ], [ -121.508916431079513, 36.961953342598193 ], [ -121.509068489047095, 36.960706491946908 ], [ -121.509233609405356, 36.960417539906445 ], [ -121.509272493946213, 36.960349494057894 ], [ -121.509272494007533, 36.960349493874681 ], [ -121.509272494239084, 36.960349493469487 ], [ -121.509427499203952, 36.959886487187219 ], [ -121.509451248399202, 36.959868598165365 ], [ -121.509606043437387, 36.959752000599082 ], [ -121.509646016692443, 36.959721889968499 ], [ -121.509654498410271, 36.959715501248773 ], [ -121.509695253435467, 36.959687458100554 ], [ -121.509739868973327, 36.959656759428647 ], [ -121.509872498938876, 36.959565501180279 ], [ -121.510269509667751, 36.959421491130875 ], [ -121.510397611127928, 36.95940900910702 ], [ -121.510493509950322, 36.959399665040401 ], [ -121.510493668586605, 36.959399649849679 ], [ -121.510494165136549, 36.959399602863151 ], [ -121.510608971635705, 36.959388413541589 ], [ -121.51070050632913, 36.959379492793119 ], [ -121.510875639277828, 36.959387119609652 ], [ -121.511274498806813, 36.959404490486136 ], [ -121.511550012355457, 36.959438565433125 ], [ -121.511654487624554, 36.959451487221003 ], [ -121.511765616920187, 36.959410771920254 ], [ -121.512047327916406, 36.959307559594414 ], [ -121.512047493414812, 36.959307500907521 ], [ -121.512097755099063, 36.959252127354688 ], [ -121.512188870437768, 36.959151746610935 ], [ -121.512283067080887, 36.95904800324027 ], [ -121.512283501319345, 36.959047493371024 ], [ -121.512307908458808, 36.958951589057385 ], [ -121.512353489765786, 36.958772486604715 ], [ -121.512395754251884, 36.95850371186949 ], [ -121.512400506795075, 36.958473489190389 ], [ -121.512312499783022, 36.958039499883775 ], [ -121.512122494387043, 36.957746488299641 ], [ -121.51212196099199, 36.957746013480339 ], [ -121.512103442059541, 36.95772952162158 ], [ -121.511857498721056, 36.957510497722453 ], [ -121.511679846824251, 36.957458457774258 ], [ -121.511603074927322, 36.957435968351255 ], [ -121.511461514369856, 36.957394497077054 ], [ -121.511362124465833, 36.957362495476318 ], [ -121.511254414292196, 36.957327814233864 ], [ -121.511253000236692, 36.957327361617175 ], [ -121.511252727374043, 36.957327274147396 ], [ -121.511188030505679, 36.957306443279037 ], [ -121.510875203694681, 36.957205719782145 ], [ -121.510874491727023, 36.957205487073168 ], [ -121.510588779562411, 36.957048426356224 ], [ -121.510492490910551, 36.956995495951524 ], [ -121.510492367280079, 36.956995341082482 ], [ -121.51049214452469, 36.956995061677674 ], [ -121.510492143955915, 36.956995061329437 ], [ -121.510492143954352, 36.956995061327476 ], [ -121.510433068179566, 36.956921635306408 ], [ -121.510354755928461, 36.956824300848098 ], [ -121.510282500766877, 36.95673449430523 ], [ -121.510123961069581, 36.95658135782277 ], [ -121.510123869248858, 36.956581269313574 ], [ -121.51010648773395, 36.956564483539388 ], [ -121.510062639644772, 36.956383111023264 ], [ -121.510062489366192, 36.956382489109188 ], [ -121.510064460874347, 36.956357004650897 ], [ -121.510077498886915, 36.956188480046578 ], [ -121.510128505453054, 36.955813497674406 ], [ -121.51021648800112, 36.954688488516325 ], [ -121.510146503353454, 36.954509491191914 ], [ -121.510069510672423, 36.954218498630162 ], [ -121.51011124093526, 36.954033202345961 ], [ -121.510135501120843, 36.953925480497311 ], [ -121.510246497195325, 36.953732496990717 ], [ -121.510349498537394, 36.953564494559195 ], [ -121.510428238191494, 36.953524945306711 ], [ -121.510874416833289, 36.953300840414002 ], [ -121.51211949457506, 36.952675504012788 ], [ -121.512165775675967, 36.952656260366155 ], [ -121.512189823627764, 36.952646261388914 ], [ -121.512191807460525, 36.952645436720793 ], [ -121.512208058191504, 36.952638682553982 ], [ -121.512208493836908, 36.952638499801559 ], [ -121.512237502163316, 36.952568491461143 ], [ -121.51222249655406, 36.95248148604729 ], [ -121.512185069570677, 36.95238337761382 ], [ -121.51209050804276, 36.952135498492126 ], [ -121.51195139704889, 36.95178645235913 ], [ -121.511929495772208, 36.951731499096127 ], [ -121.51189850878022, 36.9515813312562 ], [ -121.511877495285219, 36.951479495670348 ], [ -121.511834422525766, 36.951048946752458 ], [ -121.511655504079542, 36.949260498479283 ], [ -121.511655503810829, 36.949206245441907 ], [ -121.51165550423616, 36.949129491124893 ], [ -121.511685493644748, 36.949064499290806 ], [ -121.511728508618233, 36.948903495554504 ], [ -121.511761955620216, 36.948849818164994 ], [ -121.511814499015514, 36.948765495683205 ], [ -121.511943898783755, 36.948342147904086 ], [ -121.512035492288391, 36.948042490481107 ], [ -121.512060219931058, 36.947828905040282 ], [ -121.512093495589397, 36.947541493693628 ], [ -121.51212249227143, 36.947288497476087 ], [ -121.512199499161781, 36.94700349775789 ], [ -121.512269352346848, 36.946944717784575 ], [ -121.512363497695262, 36.946865496982909 ], [ -121.512555510529197, 36.946789492913354 ], [ -121.512685055726962, 36.946680176324605 ], [ -121.512747497714713, 36.946627485721422 ], [ -121.513000606438482, 36.946180957473182 ], [ -121.513133509532125, 36.945946493738845 ], [ -121.513301498646726, 36.945586484768398 ], [ -121.513329308896516, 36.945552710925732 ], [ -121.513433923349211, 36.945425663881124 ], [ -121.51359049214075, 36.945235489420803 ], [ -121.513697479169764, 36.945126096528753 ], [ -121.513812493502016, 36.945008496830688 ], [ -121.513940544725386, 36.944962912702458 ], [ -121.51528450657753, 36.944484484841219 ], [ -121.515975969025533, 36.944053826195912 ], [ -121.515976499838729, 36.944053493456039 ], [ -121.516424498245826, 36.94366149940214 ], [ -121.51646232833869, 36.943571930550981 ], [ -121.516666510498865, 36.943088498724407 ], [ -121.516745498259056, 36.942768500852729 ], [ -121.516936889691593, 36.942490373390278 ], [ -121.516937494792174, 36.94248949420146 ], [ -121.517320055362774, 36.942256472075087 ], [ -121.517320415279769, 36.942256252178481 ], [ -121.517464502503131, 36.9421684860813 ], [ -121.517618594348519, 36.942123705133177 ], [ -121.517784500051803, 36.942075491860038 ], [ -121.517984413392256, 36.94204666232632 ], [ -121.518082661602037, 36.94203249439294 ], [ -121.518325617617037, 36.941997455594382 ], [ -121.51863049462996, 36.941953487202895 ], [ -121.519015490407511, 36.941943483138054 ], [ -121.51919891019881, 36.941886196442077 ], [ -121.519258791853915, 36.941867494023491 ], [ -121.519412505724901, 36.941819490173962 ], [ -121.519571175792237, 36.94170532967749 ], [ -121.519572058955362, 36.941704694261382 ], [ -121.519576895579462, 36.941701214383315 ], [ -121.520321493767824, 36.94116548801582 ], [ -121.520546647509889, 36.940997961520985 ], [ -121.520700499884228, 36.940883487638004 ], [ -121.521065508990532, 36.940612499304244 ], [ -121.522026506281733, 36.939701484199382 ], [ -121.522026506611155, 36.939701483713478 ], [ -121.522026506879314, 36.93970148345926 ], [ -121.522054002881461, 36.939660926054572 ], [ -121.522346495186696, 36.939229492880891 ], [ -121.522526491887319, 36.938624487545354 ], [ -121.522608843544319, 36.938277587892493 ], [ -121.522667505534898, 36.938030480428445 ], [ -121.522949063858491, 36.937672037760997 ], [ -121.522949147950499, 36.937671935986323 ], [ -121.522949432319436, 36.937671570335596 ], [ -121.522949494841868, 36.937671490502687 ], [ -121.522980841251112, 36.937646538241488 ], [ -121.523024178031775, 36.937612041713834 ], [ -121.523346489557582, 36.93735548132841 ], [ -121.524436500960491, 36.936873493654318 ], [ -121.524558003174704, 36.936836084283591 ], [ -121.525122809588453, 36.93666218625841 ], [ -121.525602502655104, 36.936514492307758 ], [ -121.526135276852003, 36.936206791557076 ], [ -121.527446501190255, 36.935449486682067 ], [ -121.52957449948498, 36.933329488346246 ], [ -121.53047532782432, 36.932839161095245 ], [ -121.530558650571436, 36.93279381471136 ], [ -121.530612511365234, 36.932764503112132 ], [ -121.530779320169586, 36.9326441882151 ], [ -121.530881498595022, 36.93257049002608 ], [ -121.532611497262408, 36.931731488696983 ], [ -121.533215763343264, 36.931395105623878 ], [ -121.533270785315025, 36.931364476468943 ], [ -121.533405490253983, 36.931289490861062 ], [ -121.533580725260592, 36.931197356544985 ], [ -121.534181505497244, 36.930881485187207 ], [ -121.534599505664232, 36.930356488069485 ], [ -121.534841490501279, 36.93005049071008 ], [ -121.53491383305419, 36.929944764530525 ], [ -121.535023501746224, 36.929784489509416 ], [ -121.535142929172892, 36.929592738059412 ], [ -121.535170275700054, 36.929548831254834 ], [ -121.535170335914486, 36.92954873408798 ], [ -121.535170492132096, 36.929548483296045 ], [ -121.535259050511058, 36.929506283711667 ], [ -121.535554498980829, 36.929365498563826 ], [ -121.53574399276053, 36.929292095005934 ], [ -121.535958834116997, 36.929208873725308 ], [ -121.535959873973681, 36.929208469817155 ], [ -121.536006920981521, 36.929190239590305 ], [ -121.536029469121274, 36.929181502845481 ], [ -121.537320492854491, 36.928294503583658 ], [ -121.538531154312437, 36.92765215284448 ], [ -121.538677179902962, 36.927574673617784 ], [ -121.538677277881732, 36.927574622158261 ], [ -121.538677502806138, 36.927574504619905 ], [ -121.538988509740037, 36.927273499879426 ], [ -121.539396497825436, 36.92654249165988 ], [ -121.539642507815131, 36.926215486655281 ], [ -121.540033026866624, 36.925950799754474 ], [ -121.540358172013342, 36.925730422642125 ], [ -121.540358374358036, 36.925730285001777 ], [ -121.54035881007502, 36.925729989719812 ], [ -121.540452129909042, 36.925666741574624 ], [ -121.540452159243102, 36.925666721649392 ], [ -121.540452496014524, 36.925666494293658 ], [ -121.540789503444998, 36.925239500337774 ], [ -121.540789503139365, 36.925239499677346 ], [ -121.540789503343902, 36.925239499418176 ], [ -121.540559507705979, 36.924742496686619 ], [ -121.539992499575234, 36.923977498535343 ], [ -121.539478493173618, 36.923523481302126 ], [ -121.53924751051423, 36.923028495135902 ], [ -121.539247502003221, 36.922711639185579 ], [ -121.539247490488933, 36.922277483197988 ], [ -121.539531499771172, 36.921569482070723 ], [ -121.54004549874206, 36.920918494754993 ], [ -121.54066630799457, 36.920453091531769 ], [ -121.540761761243218, 36.920381532344457 ], [ -121.540860514480656, 36.920307499427324 ], [ -121.54103801333838, 36.920216234637863 ], [ -121.541522531120989, 36.919967110199096 ], [ -121.542801492464008, 36.919309485867181 ], [ -121.542972948789398, 36.919249829526976 ], [ -121.543348546129508, 36.9191191451714 ], [ -121.543349139061561, 36.919118941962225 ], [ -121.54347484522782, 36.919075200784114 ], [ -121.543554490334813, 36.919047487601688 ], [ -121.543847581060717, 36.918962869252425 ], [ -121.544051448672619, 36.91890401085211 ], [ -121.545218669871673, 36.918567017905445 ], [ -121.545220495594691, 36.918566490794376 ], [ -121.545220495597206, 36.918566490793182 ], [ -121.545220496380921, 36.918566490566903 ], [ -121.547552509643083, 36.917452495551267 ], [ -121.547695221587787, 36.917403117656264 ], [ -121.547737510813775, 36.917388485756874 ], [ -121.547942512548119, 36.917364487311502 ], [ -121.547959614858328, 36.917366821170539 ], [ -121.547960885816664, 36.917366994421734 ], [ -121.547986515317589, 36.917370488799705 ], [ -121.547999261445284, 36.917372215536446 ], [ -121.548019126122, 36.917374907697223 ], [ -121.54804229419041, 36.917378049163545 ], [ -121.548045496124217, 36.91737848347568 ], [ -121.548070654281872, 36.917380228850618 ], [ -121.548280972920651, 36.917394820591298 ], [ -121.548492506167761, 36.917409492888801 ], [ -121.548522257625294, 36.917402527269239 ], [ -121.548546815028246, 36.917396778120271 ], [ -121.548596378755562, 36.91738517062528 ], [ -121.548650508035067, 36.917372494347532 ], [ -121.548753490844192, 36.917328485308182 ], [ -121.548876505219127, 36.917224487552033 ], [ -121.549192491582644, 36.91699350010736 ], [ -121.549347035868593, 36.916886220913284 ], [ -121.549364478047792, 36.916874113184292 ], [ -121.549398505794358, 36.916850496738803 ], [ -121.549851493986623, 36.916619495906666 ], [ -121.550532444714676, 36.916341371754484 ], [ -121.550849473254132, 36.91621188679914 ], [ -121.552953487977717, 36.915352492143057 ], [ -121.554844494877955, 36.913760486830697 ], [ -121.555600501220681, 36.912807483780384 ], [ -121.555776501347665, 36.912589493883743 ], [ -121.556026955460595, 36.912285565318143 ], [ -121.556141243433501, 36.912146876134017 ], [ -121.556327561447816, 36.91192075928182 ], [ -121.556455497801153, 36.911765495106522 ], [ -121.557358488469134, 36.911126490826405 ], [ -121.557499402786618, 36.911052962556518 ], [ -121.557714154046266, 36.910940906729422 ], [ -121.557714393720246, 36.910940781330567 ], [ -121.557715090751515, 36.910940417014245 ], [ -121.557816507178458, 36.910887495920406 ], [ -121.5578715526987, 36.910864093113098 ], [ -121.557926891066685, 36.910840563027463 ], [ -121.557983502148787, 36.910816492440361 ], [ -121.558099916798895, 36.910729687050583 ], [ -121.558108967137898, 36.910722938646366 ], [ -121.558109398768735, 36.910722616066579 ], [ -121.558128816128374, 36.910708136139334 ], [ -121.558156504616889, 36.910687489075492 ], [ -121.5581774198414, 36.910664692011785 ], [ -121.558185982601984, 36.910655359259842 ], [ -121.558242023138092, 36.910594281292198 ], [ -121.558334500242694, 36.910493492232497 ], [ -121.558556727527929, 36.910292195074653 ], [ -121.558557061649012, 36.910291892897924 ], [ -121.558557064938029, 36.910291889936097 ], [ -121.558557650880246, 36.910291359115412 ], [ -121.558589178841629, 36.910262797736813 ], [ -121.558589516788118, 36.910262492100053 ], [ -121.558687924038765, 36.910081706974353 ], [ -121.558853514420278, 36.909777498973149 ], [ -121.558853514453006, 36.90977749886315 ], [ -121.558853514767165, 36.909777498286019 ], [ -121.558874526587076, 36.909706873247615 ], [ -121.558939497955876, 36.909488492625492 ], [ -121.558981498108466, 36.909093494503985 ], [ -121.558965503314298, 36.908498492965805 ], [ -121.558996259386006, 36.907118750653417 ], [ -121.559004490689233, 36.906749494609841 ], [ -121.559004493346066, 36.906540486717077 ], [ -121.559074489658883, 36.906237481383336 ], [ -121.559235499726157, 36.905750497395111 ], [ -121.559387239725055, 36.905294309727118 ], [ -121.559549505153242, 36.904806480989215 ], [ -121.559837492504684, 36.904237489937188 ], [ -121.559981498444543, 36.9039174944539 ], [ -121.560014349535038, 36.903836201036469 ], [ -121.560061510854638, 36.903719497755105 ], [ -121.56014949687065, 36.9032404878973 ], [ -121.560147594832614, 36.903005180404506 ], [ -121.560145998232898, 36.902807516053301 ], [ -121.560145700944332, 36.902769846706285 ], [ -121.560145509422398, 36.902745483853721 ], [ -121.560155969386145, 36.902250182947014 ], [ -121.560164495572153, 36.901846480135418 ], [ -121.560219184256141, 36.901558858840964 ], [ -121.56027249395332, 36.901278493171993 ], [ -121.560236948943285, 36.901008993567466 ], [ -121.560234509466881, 36.900990497295759 ], [ -121.560055496860528, 36.900025498781005 ], [ -121.559973459511241, 36.899617824015557 ], [ -121.55989451050155, 36.899225493384769 ], [ -121.559856501370405, 36.898811487403819 ], [ -121.559849923483242, 36.898715652275008 ], [ -121.559828497976625, 36.898403486109338 ], [ -121.559858223213311, 36.898155499662039 ], [ -121.559866495524304, 36.898086488717475 ], [ -121.559886878362661, 36.898011906516246 ], [ -121.559998497109206, 36.897603490655221 ], [ -121.560125570171479, 36.897371478622347 ], [ -121.560130495912091, 36.897362485222075 ], [ -121.560155971060922, 36.89729262164159 ], [ -121.560262493770011, 36.897000492751722 ], [ -121.560366504195073, 36.896547480231625 ], [ -121.560410261145464, 36.896507508385824 ], [ -121.560556734502498, 36.896373705752303 ], [ -121.560556821876119, 36.896373625933307 ], [ -121.56057404951045, 36.89635795659904 ], [ -121.560574490591421, 36.896357484915498 ], [ -121.560574494773391, 36.896357481095109 ], [ -121.560638481908228, 36.8963257723765 ], [ -121.560800488053516, 36.89624548994103 ], [ -121.560916501649558, 36.896237477237946 ], [ -121.561137154098745, 36.896216559763666 ], [ -121.561496509281767, 36.896182493965703 ], [ -121.561844385513567, 36.896157401148351 ], [ -121.562009494775424, 36.896145491801114 ], [ -121.562173733833689, 36.896145487831511 ], [ -121.562490511522171, 36.896145480662689 ], [ -121.562778759854723, 36.896163544672667 ], [ -121.56290550443957, 36.896171487738997 ], [ -121.562953100215935, 36.896192885641078 ], [ -121.563103501405308, 36.89626049990575 ], [ -121.563238910380676, 36.896288631048016 ], [ -121.563247630925929, 36.896290442745553 ], [ -121.563248124489746, 36.89629054669804 ], [ -121.563334486341105, 36.896308485991298 ], [ -121.563545502980745, 36.89632449166902 ], [ -121.563637579238474, 36.896330677218025 ], [ -121.563743671355923, 36.89633780503803 ], [ -121.563887283197957, 36.896347453335011 ], [ -121.563917496998144, 36.896349483342014 ], [ -121.56399755696097, 36.896351164037114 ], [ -121.564203492257704, 36.896355487658987 ], [ -121.564305223240297, 36.896355489531729 ], [ -121.564385503572183, 36.896355491352026 ], [ -121.564794312335223, 36.896459087383988 ], [ -121.565101594747631, 36.89653695598335 ], [ -121.565103267421392, 36.89653737985202 ], [ -121.565104309504306, 36.896537644117799 ], [ -121.565636507957095, 36.896672501160396 ], [ -121.565636507989538, 36.896672501162286 ], [ -121.565636508347964, 36.896672501253114 ], [ -121.565652847374722, 36.896673453980156 ], [ -121.565758598315199, 36.896679620759691 ], [ -121.565862417190829, 36.896685676732737 ], [ -121.56589349127961, 36.896687489485096 ], [ -121.56596713681212, 36.896680495731253 ], [ -121.566051490543103, 36.896672488562054 ], [ -121.566127683040989, 36.896685287761493 ], [ -121.566176503387069, 36.896693489366498 ], [ -121.566338886646093, 36.896790908957989 ], [ -121.566361509684484, 36.896804481386269 ], [ -121.566387793238718, 36.896824139482845 ], [ -121.566479943801937, 36.896893061638259 ], [ -121.56648050143238, 36.896893485098481 ], [ -121.566686500714738, 36.897020482641416 ], [ -121.566976510719414, 36.897120494859379 ], [ -121.567194498597459, 36.897158490735734 ], [ -121.567366505104587, 36.897162489171265 ], [ -121.567678143771303, 36.897169863761341 ], [ -121.567873502434793, 36.897174486945026 ], [ -121.567937475856226, 36.897178667041359 ], [ -121.568118497649408, 36.897190495933955 ], [ -121.568378277912586, 36.897165726419075 ], [ -121.568378389508169, 36.897165715937156 ], [ -121.568378540910061, 36.897165702373428 ], [ -121.568590494272513, 36.897145491391271 ], [ -121.568671061910777, 36.897123949026621 ], [ -121.568777514274899, 36.897095483318481 ], [ -121.568786045947462, 36.897096482745923 ], [ -121.568815137689384, 36.897099891890214 ], [ -121.56887149824189, 36.897106492210284 ], [ -121.568913506856134, 36.897122890923782 ], [ -121.568935449270711, 36.897131465081692 ], [ -121.569008061248667, 36.897216976762238 ], [ -121.569008271033837, 36.897217224607665 ], [ -121.569008505549107, 36.897217502119481 ], [ -121.569137501493543, 36.897257488715042 ], [ -121.569432460656714, 36.897262847607855 ], [ -121.569798490194188, 36.897269492678895 ], [ -121.569823604176904, 36.897268799165715 ], [ -121.570120922912395, 36.897260589571985 ], [ -121.570284962266769, 36.897256058460464 ], [ -121.57041450080979, 36.897252480927101 ], [ -121.570843491551074, 36.897287494617053 ], [ -121.570997760522019, 36.897276444426517 ], [ -121.571206489038659, 36.897261493757014 ], [ -121.571656484455247, 36.897167493798179 ], [ -121.571924502736124, 36.896996489573418 ], [ -121.571972399607517, 36.896963525973185 ], [ -121.57231127621651, 36.896730305052024 ], [ -121.572343711344658, 36.896707981442084 ], [ -121.572373488714192, 36.896687487823428 ], [ -121.572445968132598, 36.896641957429466 ], [ -121.572474666975452, 36.896623929568392 ], [ -121.572876503258087, 36.896371494871985 ], [ -121.57287650370543, 36.896371494403709 ], [ -121.572876503830159, 36.896371494325344 ], [ -121.573154490026909, 36.896080490299575 ], [ -121.573647497005467, 36.895763502873535 ], [ -121.573876087646909, 36.895540136891263 ], [ -121.574128495884253, 36.895293497918978 ], [ -121.57495350964318, 36.893692497123112 ], [ -121.575132492931886, 36.893574490320539 ], [ -121.575334388251065, 36.89344217769326 ], [ -121.575338495406513, 36.893439486077376 ], [ -121.575435899488582, 36.893404007234679 ], [ -121.57564049689725, 36.893329484361466 ], [ -121.575701402163062, 36.893333719935569 ], [ -121.575799576496649, 36.89334054782104 ], [ -121.575888382411264, 36.893346721990483 ], [ -121.575971491994579, 36.893352500579979 ], [ -121.576103099795858, 36.893410164569168 ], [ -121.576103367872165, 36.893410281559738 ], [ -121.576103591784005, 36.893410380415446 ], [ -121.576149500378335, 36.893430484389292 ], [ -121.576301492137674, 36.893572500265186 ], [ -121.576424501302384, 36.893740481439252 ], [ -121.576610493409419, 36.893857499417898 ], [ -121.576663203165594, 36.893885221543236 ], [ -121.576783506558058, 36.893948492788475 ], [ -121.576835802541197, 36.894039612794991 ], [ -121.576911436791903, 36.894171397757894 ], [ -121.576911505158463, 36.894171491943233 ], [ -121.576968356554517, 36.894237935482082 ], [ -121.577051764945494, 36.894335387133466 ], [ -121.577190275465043, 36.894497219125945 ], [ -121.577190451400867, 36.894497421846324 ], [ -121.577190509211761, 36.894497488720525 ], [ -121.57719050989833, 36.894497489249453 ], [ -121.577190509917315, 36.894497489271352 ], [ -121.577800511746844, 36.894967497768732 ], [ -121.578131134857813, 36.895359831623509 ], [ -121.578132130896833, 36.895361013695904 ], [ -121.578132194945852, 36.895361092139424 ], [ -121.578132512384016, 36.895361481545699 ], [ -121.578132513358256, 36.895361482112527 ], [ -121.578132513382045, 36.895361482141638 ], [ -121.578603494156923, 36.895635494355524 ], [ -121.578625838944276, 36.895660484747019 ], [ -121.578659959567247, 36.895698645755097 ], [ -121.578784819612807, 36.895838282183369 ], [ -121.578924499093517, 36.895994492426475 ], [ -121.579188981416038, 36.896486399282352 ], [ -121.579545496523281, 36.897149477422978 ], [ -121.579625472413881, 36.897322396761787 ], [ -121.579878508048949, 36.897869499163306 ], [ -121.579987489738514, 36.898228487289749 ], [ -121.580119495621972, 36.898441489722494 ], [ -121.580280596288233, 36.898678874303855 ], [ -121.580459335660251, 36.898942250373054 ], [ -121.580459416953644, 36.898942370423882 ], [ -121.580459495331624, 36.898942486709274 ], [ -121.580672497354783, 36.899117489222085 ], [ -121.58105949829158, 36.899400492893882 ], [ -121.58116350633999, 36.899442335988553 ], [ -121.581407497337366, 36.899540498822489 ], [ -121.581407500068778, 36.899540768233159 ], [ -121.581407504785972, 36.899541313572797 ], [ -121.581409800316635, 36.899873821207628 ], [ -121.581411495779676, 36.900119495936529 ], [ -121.581414516411641, 36.900373490417834 ], [ -121.581415330426054, 36.900397003893922 ], [ -121.581420504917133, 36.900546496772158 ], [ -121.581410500968957, 36.901223483299297 ], [ -121.581389340017651, 36.902803317684942 ], [ -121.581308430867026, 36.90884266066967 ], [ -121.581296509817321, 36.909732482626332 ], [ -121.58118559313489, 36.917592379998723 ], [ -121.581176489546337, 36.918237487746474 ], [ -121.58116050985592, 36.919251487979537 ], [ -121.581160510394454, 36.919251487979658 ], [ -121.581160510386226, 36.919251488500549 ], [ -121.588577526541499, 36.919253182970508 ], [ -121.590156504077868, 36.919253497447372 ], [ -121.590202965666677, 36.920878197554181 ], [ -121.590321497683846, 36.925023496949663 ], [ -121.590354508761749, 36.92615149697501 ], [ -121.595448452494665, 36.926121726768329 ], [ -121.598471605383395, 36.926103958666381 ], [ -121.607155497390849, 36.926052495368836 ], [ -121.614137523122324, 36.931765487318032 ], [ -121.614531108208567, 36.932087454211526 ], [ -121.614888233060512, 36.93237956264975 ], [ -121.614892456192479, 36.932383017388517 ], [ -121.61919049915484, 36.935898203608389 ], [ -121.62112149908296, 36.937477486380985 ], [ -121.622474737974542, 36.938584659684366 ], [ -121.624266840534816, 36.940050896345696 ], [ -121.624281329121942, 36.940062752764099 ], [ -121.624756494602408, 36.940451492530656 ], [ -121.624756494602508, 36.940451491650201 ], [ -121.624756495518454, 36.940451492399518 ], [ -121.624756496864336, 36.940432789727964 ], [ -121.624756496928683, 36.940432257631933 ], [ -121.624756497817785, 36.940404632422663 ], [ -121.624756512829137, 36.939951497894498 ], [ -121.624356502300714, 36.93925148334931 ], [ -121.623956532270853, 36.93765263996211 ], [ -121.623956494486464, 36.937652495449598 ], [ -121.624124173075515, 36.937827878104066 ], [ -121.624137783719036, 36.937842105620113 ], [ -121.624151963179628, 36.937856928428495 ], [ -121.624152184597349, 36.937857167065175 ], [ -121.624152489342563, 36.937857496513701 ], [ -121.624265085458106, 36.938022153968859 ], [ -121.624299507206175, 36.938072491791303 ], [ -121.624391518112148, 36.938232499905702 ], [ -121.624417333063889, 36.938298317751233 ], [ -121.624442505785922, 36.938362499915641 ], [ -121.624468002836778, 36.93840401258084 ], [ -121.624485498901919, 36.938432499481898 ], [ -121.624587500629417, 36.938544490994843 ], [ -121.624781483414424, 36.93874551308879 ], [ -121.624798788578204, 36.938759687003376 ], [ -121.624814810339018, 36.938772835632705 ], [ -121.624926497096126, 36.938864495231279 ], [ -121.62493004186355, 36.93886715260988 ], [ -121.62509849623892, 36.938993493816305 ], [ -121.625636402486109, 36.939416412730601 ], [ -121.625636466190372, 36.93941651568506 ], [ -121.625693508366581, 36.939519679222997 ], [ -121.625694506259862, 36.939521485748301 ], [ -121.625695710275579, 36.939523486850149 ], [ -121.625759452083827, 36.939629513991122 ], [ -121.625848491114468, 36.939744485645981 ], [ -121.625975515457583, 36.939854494763765 ], [ -121.625975516092865, 36.939854495393149 ], [ -121.63155649345083, 36.939652484589203 ], [ -121.631691158128405, 36.939472477151419 ], [ -121.63185609587994, 36.939252005284303 ], [ -121.63185636376474, 36.939251648918528 ], [ -121.631856490335579, 36.939251481411368 ], [ -121.634888462095446, 36.939134867562686 ], [ -121.637056503410079, 36.939051482263118 ], [ -121.637196594177354, 36.938951624004858 ], [ -121.637756503657272, 36.938552491927965 ], [ -121.638682257799189, 36.937795063131311 ], [ -121.638856504284362, 36.937652499141365 ], [ -121.639160377249183, 36.937703139842739 ], [ -121.639456506720762, 36.93775249055566 ], [ -121.63965650463436, 36.937852493477422 ], [ -121.639656505396559, 36.937852493150785 ], [ -121.639656505658863, 36.937852493281952 ], [ -121.639852414280668, 36.937768533321858 ], [ -121.640356504952521, 36.937552497348044 ], [ -121.641052658054633, 36.93711305355103 ], [ -121.642238502295626, 36.936364495170011 ], [ -121.641842493419716, 36.934977491620899 ], [ -121.641865873635894, 36.934973909734722 ], [ -121.641953498784815, 36.934960486285362 ], [ -121.641953498497827, 36.934960485467073 ], [ -121.641953499133152, 36.934960485369771 ], [ -121.640999500972413, 36.932240482646421 ], [ -121.64578736681851, 36.93233348329796 ], [ -121.64578750155502, 36.932333484834388 ], [ -121.645929186398845, 36.9325471878767 ], [ -121.64681449305894, 36.933882495528863 ], [ -121.648006936931068, 36.935847937217638 ], [ -121.648878334768014, 36.937284216589333 ], [ -121.648878473294076, 36.937284445819024 ], [ -121.648878499687029, 36.937284489637655 ], [ -121.65083273570221, 36.939377138620735 ], [ -121.65306048771285, 36.941762493066513 ], [ -121.653757509213804, 36.943851481020772 ], [ -121.653857680447999, 36.944152344812011 ], [ -121.654057497065637, 36.944752495561218 ], [ -121.653282303124897, 36.945398492004678 ], [ -121.652857511201276, 36.945752487815199 ], [ -121.652305876766306, 36.947092135387514 ], [ -121.652157711158836, 36.947451955946129 ], [ -121.652157491307221, 36.947452486972949 ], [ -121.652157491721908, 36.947452487036756 ], [ -121.65215749162202, 36.947452487278277 ], [ -121.652886028766432, 36.947564568443859 ], [ -121.653456958301248, 36.947652402804664 ], [ -121.65345748834271, 36.947652484355189 ], [ -121.653557481768146, 36.950351057405648 ], [ -121.653557489366747, 36.950351271429753 ], [ -121.653557496760129, 36.950351497396561 ], [ -121.654141988103362, 36.950644960377133 ], [ -121.654756494793716, 36.950953493977046 ], [ -121.655627441231914, 36.950861767711665 ], [ -121.656383767926002, 36.950782113685534 ], [ -121.657186487888623, 36.950697563850454 ], [ -121.657557501992713, 36.950658485575026 ], [ -121.658180311261674, 36.950586250490787 ], [ -121.65837649975478, 36.950563496126371 ], [ -121.658762515429444, 36.950632125904264 ], [ -121.658819018677889, 36.950642171932522 ], [ -121.658989515268161, 36.950672486461066 ], [ -121.66157051125596, 36.951764497873015 ], [ -121.663257247270224, 36.951863474082209 ], [ -121.663257295437688, 36.951863477414037 ], [ -121.663257497798398, 36.951863491648901 ], [ -121.66326485767587, 36.952105464697624 ], [ -121.663307500798211, 36.953507480961008 ], [ -121.664330497762691, 36.955140493319583 ], [ -121.663937024967993, 36.955914616191613 ], [ -121.663257512470508, 36.957251494010976 ], [ -121.662879598027587, 36.959045569972972 ], [ -121.662857497475045, 36.959150487759196 ], [ -121.6639569592095, 36.9606508400705 ], [ -121.663957489288038, 36.960651479052778 ], [ -121.663957495567814, 36.960651487621853 ], [ -121.664239416015974, 36.963000826817591 ], [ -121.664257495393628, 36.963151488963369 ], [ -121.664794495169374, 36.963717482103299 ], [ -121.66605732132561, 36.964305617136262 ], [ -121.666136499279986, 36.964342492651966 ], [ -121.666136499324978, 36.964342492643652 ], [ -121.666136499734165, 36.964342492834234 ], [ -121.66646380471316, 36.964282141369566 ], [ -121.667579703283067, 36.964076382763388 ], [ -121.669235705001185, 36.963771001623329 ], [ -121.669932517054733, 36.963642503793281 ], [ -121.670720577365287, 36.963991644243421 ], [ -121.671758517274824, 36.964451491055954 ], [ -121.672037955570246, 36.964395044702627 ], [ -121.672060339600819, 36.964390523205353 ], [ -121.672060410135515, 36.964390509419985 ], [ -121.672060656143074, 36.964390461548312 ], [ -121.672104009840567, 36.964381703213498 ], [ -121.672258511981127, 36.96435049136911 ], [ -121.672313321134695, 36.964487789820815 ], [ -121.67245850734578, 36.964851487670281 ], [ -121.672658238644772, 36.965450990961578 ], [ -121.672658496098634, 36.965451487386147 ], [ -121.672658496411572, 36.965451487362088 ], [ -121.672658496553552, 36.965451487790261 ], [ -121.673958514905792, 36.965351489147892 ], [ -121.67475849919434, 36.965351485464041 ], [ -121.676003773525863, 36.965926591892725 ], [ -121.676023301190341, 36.965935611362937 ], [ -121.676094493520097, 36.965968494140341 ], [ -121.676663861985602, 36.965758599902671 ], [ -121.677236192062779, 36.9655476145088 ], [ -121.677236502458996, 36.965547500888725 ], [ -121.677229015106263, 36.965641236671658 ], [ -121.677163512674696, 36.966461260238489 ], [ -121.677163496734366, 36.96646148445506 ], [ -121.677251117933878, 36.966501928448082 ], [ -121.677358101219525, 36.966551310125709 ], [ -121.677358495108223, 36.966551492334887 ], [ -121.677358502089405, 36.966850493415613 ], [ -121.678258015896716, 36.967851063758218 ], [ -121.678258498948281, 36.967851500174028 ], [ -121.678258500422416, 36.967851501827262 ], [ -121.682158504223196, 36.967451497374817 ], [ -121.683286258621365, 36.967150015085188 ], [ -121.683289223638297, 36.967149223974722 ], [ -121.683291148783979, 36.967148709281297 ], [ -121.68365850853435, 36.967050495335599 ], [ -121.684132907400965, 36.967098175206331 ], [ -121.684604839191735, 36.967145607880688 ], [ -121.685065152063146, 36.967191867791833 ], [ -121.685658490761313, 36.967251497334374 ], [ -121.686658506138258, 36.967451485855378 ], [ -121.687508827022356, 36.967064980056364 ], [ -121.68775851469033, 36.966951486977422 ], [ -121.689559499426849, 36.96735149923159 ], [ -121.689559499616664, 36.96735149923159 ], [ -121.689559499730478, 36.967351499256871 ], [ -121.689560977830425, 36.967351499247762 ], [ -121.690159453086196, 36.9673515057911 ], [ -121.690217252407962, 36.967409236638957 ], [ -121.690291494075694, 36.967483480335545 ], [ -121.690291494783409, 36.967483480507234 ], [ -121.690291495151442, 36.967483480875288 ], [ -121.690904547307198, 36.967632204842886 ], [ -121.691775522207749, 36.967843500218756 ], [ -121.691883558783047, 36.967872234705915 ], [ -121.692047984556638, 36.967915967653646 ], [ -121.69235450354843, 36.967997488652372 ], [ -121.692885760750684, 36.968127785625875 ], [ -121.692886178840297, 36.968127888817612 ], [ -121.693304509845987, 36.968230486751807 ], [ -121.693353690436268, 36.968279466417279 ], [ -121.693354553596961, 36.968280326880958 ], [ -121.693862518869679, 36.968786207737089 ], [ -121.694033500580886, 36.968956488110358 ], [ -121.694333896532683, 36.969166207572073 ], [ -121.694512531750647, 36.96929092079975 ], [ -121.694514260216209, 36.969292128378328 ], [ -121.694722494161866, 36.96943750160014 ], [ -121.694739260856295, 36.969453924856957 ], [ -121.695212486557224, 36.969917500210741 ], [ -121.695212489036322, 36.969917502887853 ], [ -121.695822261036341, 36.970441680137519 ], [ -121.695832508857521, 36.97045048945958 ], [ -121.696591514432626, 36.971124501084027 ], [ -121.696627668354012, 36.971147979850194 ], [ -121.696686234431667, 36.971186014250122 ], [ -121.697150496835917, 36.97148749577407 ], [ -121.697579753714237, 36.971873191088385 ], [ -121.697770236291774, 36.972044343538649 ], [ -121.697771586816259, 36.972045556535477 ], [ -121.697811378385637, 36.972081308163865 ], [ -121.697830182493078, 36.972098203400186 ], [ -121.697830358516299, 36.972098361473265 ], [ -121.697830509955665, 36.972098497696642 ], [ -121.698130139803368, 36.972604949684239 ], [ -121.698130491465747, 36.972605495908645 ], [ -121.698177945437337, 36.972892377924808 ], [ -121.698259512311381, 36.97338548965179 ], [ -121.698265345777756, 36.973462986299282 ], [ -121.69830949243304, 36.97404948083333 ], [ -121.698406181638646, 36.974803570354823 ], [ -121.698429505874174, 36.974985480543033 ], [ -121.698423044072726, 36.975005640061418 ], [ -121.698120508816061, 36.975949484880736 ], [ -121.697932909655606, 36.976638519845842 ], [ -121.697900515184259, 36.97675750100894 ], [ -121.697680489877811, 36.977746493881192 ], [ -121.697538830385426, 36.978016029440361 ], [ -121.697290517260384, 36.97848849224556 ], [ -121.697087379619319, 36.978825948001152 ], [ -121.69692150681594, 36.979101496815574 ], [ -121.696449049452937, 36.979544542927307 ], [ -121.696198510454025, 36.979779484661947 ], [ -121.696223495224643, 36.980561501225949 ], [ -121.696446097583845, 36.981000102441705 ], [ -121.696628499944509, 36.981359497153917 ], [ -121.695251511521107, 36.982737491833319 ], [ -121.695338491385087, 36.985114077220963 ], [ -121.695338508361061, 36.985114489404936 ], [ -121.695338508644937, 36.985114489482307 ], [ -121.695338508650792, 36.985114489629744 ], [ -121.699594491003609, 36.986274494011113 ], [ -121.700357550885826, 36.986233328505833 ], [ -121.700403065339131, 36.98623087311919 ], [ -121.700501297403193, 36.986225573252092 ], [ -121.701151507324383, 36.986190492950186 ], [ -121.702148158863523, 36.986220819445847 ], [ -121.703234413350998, 36.986253872646614 ], [ -121.703242912533, 36.98625413000417 ], [ -121.705030504292623, 36.986308488160041 ], [ -121.70503286986991, 36.986308652778305 ], [ -121.705260003332711, 36.98632445967278 ], [ -121.70526025196736, 36.986324476012946 ], [ -121.705260510773314, 36.986324493953255 ], [ -121.705565453360492, 36.989390124592937 ], [ -121.705565487819712, 36.98939048954216 ], [ -121.70556548798136, 36.989390489573779 ], [ -121.705565487984416, 36.989390489605981 ], [ -121.70562157762086, 36.989401464952124 ], [ -121.707323509666267, 36.989734491662368 ], [ -121.708463508156854, 36.990012487884997 ], [ -121.708901153141895, 36.990195343473438 ], [ -121.709625199731946, 36.990497851884889 ], [ -121.70977703492386, 36.990561289074606 ], [ -121.709777102088594, 36.990561317289256 ], [ -121.709777493430025, 36.990561482150618 ], [ -121.709863502030075, 36.989757493563289 ], [ -121.710331312537761, 36.989740167895299 ], [ -121.71070035481884, 36.989726500746606 ], [ -121.710700474232794, 36.989726494716713 ], [ -121.710700512306317, 36.989726492976047 ], [ -121.710881949879791, 36.989973159332223 ], [ -121.711337507842913, 36.990592496618198 ], [ -121.711272987750164, 36.990764218707724 ], [ -121.710879500632714, 36.991811493956817 ], [ -121.7107384168538, 36.991921550040651 ], [ -121.710288019829292, 36.992272893714208 ], [ -121.710247532555613, 36.992304525843508 ], [ -121.710543493749455, 36.992789489805624 ], [ -121.710726515759916, 36.993036503998532 ], [ -121.710787570205966, 36.993049307088071 ], [ -121.710993516390175, 36.993092494165566 ], [ -121.711081991600267, 36.993100719057587 ], [ -121.7112516850584, 36.993116494653229 ], [ -121.711252183596571, 36.993116539486337 ], [ -121.711252623013593, 36.993116579389152 ], [ -121.711314811445163, 36.993122358875148 ], [ -121.711434506471079, 36.993133483479326 ], [ -121.711708051324351, 36.993151765021132 ], [ -121.711868515313313, 36.993162489575326 ], [ -121.712104991650932, 36.993170682650174 ], [ -121.712445499266948, 36.99318248064764 ], [ -121.712775052474186, 36.993182486668601 ], [ -121.713171514806589, 36.99318249462835 ], [ -121.714638497389799, 36.993137487499524 ], [ -121.717045517524284, 36.994101500272905 ], [ -121.71713607747013, 36.99411635895094 ], [ -121.717240503606135, 36.994133493322451 ], [ -121.717389525944967, 36.994179022036604 ], [ -121.717492506188506, 36.994210484598192 ], [ -121.717525255917138, 36.994221402083888 ], [ -121.717572095592928, 36.994237017292988 ], [ -121.717646722946327, 36.994261893914903 ], [ -121.71768451696714, 36.994274492691858 ], [ -121.717907514009596, 36.994383489047877 ], [ -121.7180315108874, 36.994656490526566 ], [ -121.718034192802705, 36.994665119511062 ], [ -121.71806849807021, 36.99477549966371 ], [ -121.718100493820117, 36.99505348617911 ], [ -121.718088782772583, 36.995165769829526 ], [ -121.718081511008322, 36.995235485607473 ], [ -121.718056324282998, 36.995308522249772 ], [ -121.718031507421145, 36.995380485371804 ], [ -121.717957496050602, 36.995514501447673 ], [ -121.71780696150546, 36.995698917372174 ], [ -121.717806502576153, 36.995699483984183 ], [ -121.717852020368596, 36.995659777349573 ], [ -121.718359047588024, 36.995217482931309 ], [ -121.718359234979332, 36.995217317359177 ], [ -121.718359289466008, 36.995217269721877 ], [ -121.718934493194894, 36.994715493033262 ], [ -121.71898032923643, 36.994700032090293 ], [ -121.723546361390135, 36.993159865674734 ], [ -121.729392394060952, 36.991187554102055 ], [ -121.730471497866915, 36.990823490417029 ], [ -121.731610509017159, 36.990058488765769 ], [ -121.731694072354045, 36.989998753886191 ], [ -121.73187349500823, 36.989870495150484 ], [ -121.732311494833183, 36.989665485931333 ], [ -121.732370688186052, 36.989674766640277 ], [ -121.732460896061525, 36.989688910909983 ], [ -121.732630497048973, 36.989715504169133 ], [ -121.732694083972135, 36.989725690870969 ], [ -121.732942500695344, 36.989765488450885 ], [ -121.733265025550082, 36.989817160258518 ], [ -121.733354508591972, 36.98983149662012 ], [ -121.733354508983894, 36.989831496427392 ], [ -121.733354509949464, 36.989831496582084 ], [ -121.734446503716583, 36.98929449071457 ], [ -121.734630492577381, 36.989302491046033 ], [ -121.735447211145598, 36.989264466645523 ], [ -121.735449915522381, 36.98926434122437 ], [ -121.736391508223818, 36.989220492081344 ], [ -121.737507028965084, 36.989652661561017 ], [ -121.737507055770692, 36.989652671937783 ], [ -121.737508518448323, 36.989653239336768 ], [ -121.738454484173118, 36.990019706308949 ], [ -121.738456493615459, 36.990020485505283 ], [ -121.73749050996355, 36.989896497399151 ], [ -121.73735572354353, 36.989977696561887 ], [ -121.737007490737582, 36.990187480909682 ], [ -121.736562467162869, 36.990425346503038 ], [ -121.736543497020747, 36.990435486024225 ], [ -121.736254451401066, 36.990543249619876 ], [ -121.735336494230964, 36.990885487191392 ], [ -121.73522539121106, 36.990927768615727 ], [ -121.734842490762105, 36.991073484299562 ], [ -121.734842490974358, 36.991073485333438 ], [ -121.734842490565214, 36.991073485489153 ], [ -121.73498948774008, 36.991789487625624 ], [ -121.734766493698444, 36.992211496093333 ], [ -121.734766342801919, 36.992211610712019 ], [ -121.734766050398989, 36.992211832360155 ], [ -121.73474141979851, 36.992230495337878 ], [ -121.734734667401895, 36.992235611605338 ], [ -121.73473463606112, 36.992235635206733 ], [ -121.734734347683627, 36.992235851232103 ], [ -121.734535509323464, 36.992386491007089 ], [ -121.734363661765101, 36.992515382953627 ], [ -121.734111523681179, 36.992704494909702 ], [ -121.733864957897694, 36.992682170523999 ], [ -121.733636510788287, 36.992661485311665 ], [ -121.733461515357362, 36.992651496631865 ], [ -121.733405645459129, 36.992648368560609 ], [ -121.733032501506031, 36.992627476556272 ], [ -121.732463493460671, 36.992653486589361 ], [ -121.732404618329085, 36.992663256304688 ], [ -121.732246498423692, 36.992689494081652 ], [ -121.732063493785418, 36.992653478184444 ], [ -121.731739156379774, 36.992653482865634 ], [ -121.731264508294615, 36.992653488803242 ], [ -121.730853764383241, 36.992817121748423 ], [ -121.730644508449672, 36.992900485956326 ], [ -121.730095496438352, 36.993290493425711 ], [ -121.73007721069969, 36.99330313194961 ], [ -121.729755493548382, 36.993525491935486 ], [ -121.729755407570096, 36.993525694603804 ], [ -121.7297553607157, 36.993525804167696 ], [ -121.729724272048557, 36.993597316697034 ], [ -121.729625512763178, 36.993824487583261 ], [ -121.729625505836239, 36.994156012958086 ], [ -121.72962549718703, 36.994515493973125 ], [ -121.728985510239866, 36.995334501331989 ], [ -121.728776501655304, 36.995986497780564 ], [ -121.728561121889456, 36.996404727004531 ], [ -121.728346590507002, 36.996821307048243 ], [ -121.728346528876529, 36.99682143339281 ], [ -121.728346494127493, 36.996821503614271 ], [ -121.728722299764698, 36.997084663916972 ], [ -121.728960511457231, 36.99725147381055 ], [ -121.729611938714399, 36.997891920812229 ], [ -121.729612513207712, 36.997892484196512 ], [ -121.723070201345436, 37.003682212358093 ], [ -121.720288028472964, 37.006144342506282 ], [ -121.718765820674491, 37.007491219533811 ], [ -121.718765512914572, 37.00749149262063 ], [ -121.718765513712341, 37.007491492919186 ], [ -121.71876551356138, 37.007491493053571 ], [ -121.721191507068283, 37.008399491446198 ], [ -121.721471493186527, 37.008504498320669 ], [ -121.722432512508917, 37.008640488160992 ], [ -121.726030978510735, 37.011540059720637 ], [ -121.726031341391902, 37.011540361690948 ], [ -121.726031513582825, 37.011540505102815 ], [ -121.726674687734487, 37.010421730832036 ], [ -121.727190504875693, 37.009524490912327 ], [ -121.730418439460408, 37.011655619544264 ], [ -121.733830893950881, 37.013908323934963 ], [ -121.734887821822909, 37.014606046704927 ], [ -121.734888127017811, 37.014606248773696 ], [ -121.734888497034618, 37.01460649416898 ], [ -121.731848028032729, 37.018984155613893 ], [ -121.730370502316475, 37.021111493782534 ], [ -121.73017729613052, 37.021066667916195 ], [ -121.729976771867356, 37.021020143796086 ], [ -121.729976393919657, 37.02102005567874 ], [ -121.729720622168671, 37.020960712362317 ], [ -121.729564496771516, 37.020924488497563 ], [ -121.729917491419272, 37.019179489913306 ], [ -121.728743201721286, 37.018955078806684 ], [ -121.728741150379079, 37.018954686767415 ], [ -121.727960510068641, 37.018805495074496 ], [ -121.727611498149869, 37.019722492985437 ], [ -121.725445124102208, 37.019533562146179 ], [ -121.725398504161049, 37.019529496376599 ], [ -121.725589555276983, 37.020260323089417 ], [ -121.72564449730973, 37.02047049345083 ], [ -121.725756069712205, 37.020719932422971 ], [ -121.725801493566237, 37.020821485408597 ], [ -121.725835611548817, 37.020881459375005 ], [ -121.725998473083067, 37.021167745956987 ], [ -121.726022797937972, 37.021210484185914 ], [ -121.726024103486935, 37.021212778114027 ], [ -121.726024148921397, 37.021212860638208 ], [ -121.726024499683675, 37.021213498641295 ], [ -121.726109326443961, 37.021331947349481 ], [ -121.726202275899965, 37.021461739143156 ], [ -121.726203663676614, 37.021463676933259 ], [ -121.726362094465529, 37.021684998284307 ], [ -121.72636248135413, 37.021685499610747 ], [ -121.726608337420672, 37.021973610989363 ], [ -121.726612500907848, 37.021978490977482 ], [ -121.726712846837913, 37.022072410036216 ], [ -121.726733469662477, 37.022091712190274 ], [ -121.726735615616818, 37.022093711672284 ], [ -121.726737063374827, 37.022095060725221 ], [ -121.726737136971025, 37.022095132078334 ], [ -121.726737516685546, 37.022095500750829 ], [ -121.726985492860223, 37.022292494066726 ], [ -121.727164498500443, 37.022420498758009 ], [ -121.727441538649984, 37.022581728525431 ], [ -121.727609515210418, 37.022679486655647 ], [ -121.727858378217661, 37.02280392751566 ], [ -121.72809150540489, 37.022920500194964 ], [ -121.728381803360506, 37.023027096500748 ], [ -121.728731146435493, 37.023155374276293 ], [ -121.73018849290095, 37.023690484925567 ], [ -121.73118204478908, 37.024086790752989 ], [ -121.73129758788393, 37.024132878394724 ], [ -121.731300893328736, 37.02413419659193 ], [ -121.731704423999162, 37.02429514934213 ], [ -121.731790517639439, 37.024329489090753 ], [ -121.732277117555498, 37.024510131348222 ], [ -121.733048509969066, 37.024796498635567 ], [ -121.734229510918439, 37.025247497593512 ], [ -121.736919568502401, 37.026345321122292 ], [ -121.737510504910873, 37.026586484891268 ], [ -121.737725175446258, 37.02666723167895 ], [ -121.738398491131974, 37.026920495150215 ], [ -121.738940503588182, 37.027137497995454 ], [ -121.738940503592332, 37.027137497994744 ], [ -121.738940504311202, 37.027137498282571 ], [ -121.738957496451647, 37.027134486650951 ], [ -121.739036287878562, 37.027163770171946 ], [ -121.739070496934616, 37.027176484535509 ], [ -121.739173483897702, 37.027232721239763 ], [ -121.73923350994454, 37.027265498984143 ], [ -121.739247383845864, 37.027274599202933 ], [ -121.73932650891696, 37.027326499716978 ], [ -121.73955555301356, 37.027540801788071 ], [ -121.739761501993897, 37.02773349778434 ], [ -121.741913541990527, 37.029705550150055 ], [ -121.742339518735506, 37.030292044574225 ], [ -121.742664508730158, 37.030739499069526 ], [ -121.742865497673904, 37.031031492135909 ], [ -121.743489720582645, 37.032091078329358 ], [ -121.744012509206442, 37.032978486408048 ], [ -121.744077457188652, 37.03318927599782 ], [ -121.744114495675191, 37.033309486596217 ], [ -121.744262237208716, 37.033572127211244 ], [ -121.744262357371369, 37.033572340833096 ], [ -121.74430346134352, 37.033645511884195 ], [ -121.744313748678749, 37.033658344053634 ], [ -121.74431394304608, 37.033658589858916 ], [ -121.744367587331553, 37.033725900825161 ], [ -121.744464487474175, 37.033847489501802 ], [ -121.744680758645757, 37.034053551522582 ], [ -121.744697497189122, 37.034069500036516 ], [ -121.744833510873676, 37.034177493297186 ], [ -121.744833511400586, 37.034177493586199 ], [ -121.744833511636912, 37.034177493773853 ], [ -121.74516351273779, 37.03435849723779 ], [ -121.745309483463629, 37.034432095915086 ], [ -121.745375037857599, 37.034465148861401 ], [ -121.745508887768054, 37.034532638246318 ], [ -121.745520498945694, 37.034538492825398 ], [ -121.745535456329961, 37.034547390989012 ], [ -121.74577811781829, 37.03469175139454 ], [ -121.746147497286074, 37.034911498674212 ], [ -121.746634490207853, 37.035279482632298 ], [ -121.747435293669582, 37.035929359282342 ], [ -121.747677433746347, 37.03612586947164 ], [ -121.747727171929256, 37.036166234974786 ], [ -121.747727500653397, 37.03616650105473 ], [ -121.74772750115568, 37.036166501461544 ], [ -121.748019591255428, 37.036803522828244 ], [ -121.748464805211597, 37.037774457859491 ], [ -121.749220500080469, 37.039422499364086 ], [ -121.749537393182436, 37.039938730813489 ], [ -121.749592500350147, 37.040028502907148 ], [ -121.749930501154154, 37.040472485943148 ], [ -121.750038932202997, 37.040615562625597 ], [ -121.750039039250851, 37.040615707015185 ], [ -121.750039041104301, 37.040615709531473 ], [ -121.750052513979838, 37.040633485412968 ], [ -121.750157857984945, 37.040861747855288 ], [ -121.750190501508072, 37.040932483518461 ], [ -121.750216438305515, 37.04099640200139 ], [ -121.750228674598546, 37.041026558264328 ], [ -121.750289349099106, 37.04117608712393 ], [ -121.750345506932049, 37.041314486040378 ], [ -121.750418039245815, 37.04153616498359 ], [ -121.750452502075817, 37.041641493529482 ], [ -121.750489327839517, 37.041768072003563 ], [ -121.750532506556056, 37.041916487592729 ], [ -121.750542158143574, 37.041943257293312 ], [ -121.750576494562509, 37.042038495063657 ], [ -121.750584906007163, 37.042052280299878 ], [ -121.750683291487007, 37.042213803746662 ], [ -121.750710495567986, 37.042258501336427 ], [ -121.750715025518844, 37.042262532657652 ], [ -121.750715240110338, 37.042262722688861 ], [ -121.750715313763962, 37.042262788165196 ], [ -121.750852498982894, 37.042385500085196 ], [ -121.750938964553129, 37.042448142069041 ], [ -121.751048489893634, 37.042527490943556 ], [ -121.751061589250881, 37.042536619807137 ], [ -121.751741509166465, 37.043010487671417 ], [ -121.752182047452507, 37.043432184701004 ], [ -121.752185506078973, 37.043435495736986 ], [ -121.752442504795951, 37.043682480680005 ], [ -121.752467200214838, 37.043723415920368 ], [ -121.752525986054835, 37.043820860630937 ], [ -121.752526249686767, 37.043821297586852 ], [ -121.752550154901343, 37.043861012801848 ], [ -121.752550489596743, 37.0438614739519 ], [ -121.752550496319287, 37.043861485094176 ], [ -121.75255841211704, 37.043882284440798 ], [ -121.752563089853709, 37.043894577364881 ], [ -121.75262051349911, 37.044045491395075 ], [ -121.752638515014397, 37.04426548807092 ], [ -121.752754497049409, 37.044428490836616 ], [ -121.752779885991757, 37.044459777412925 ], [ -121.752780011179453, 37.044459932141415 ], [ -121.752887473928652, 37.044592375018318 ], [ -121.753012516628885, 37.044746484909382 ], [ -121.753091597138649, 37.044876797413757 ], [ -121.753153596918111, 37.044978964015293 ], [ -121.753162652184898, 37.044993886833112 ], [ -121.753171509720914, 37.045008484296027 ], [ -121.75326050930731, 37.045258485272598 ], [ -121.753367512805269, 37.045477493190127 ], [ -121.753376960065566, 37.045505143403226 ], [ -121.753394503038095, 37.045556492570199 ], [ -121.753524490583587, 37.045682481344372 ], [ -121.753677008896034, 37.045789151630913 ], [ -121.754033503318425, 37.046038481865722 ], [ -121.754046630892489, 37.046059083751508 ], [ -121.754071367553806, 37.046097906030901 ], [ -121.754105262648707, 37.04615109850532 ], [ -121.754105514446834, 37.046151493670386 ], [ -121.754100010788804, 37.046214131862641 ], [ -121.754095497548505, 37.04626549355519 ], [ -121.754077559131176, 37.046358288786223 ], [ -121.754061934809911, 37.046439123835498 ], [ -121.754043498973189, 37.046534503072621 ], [ -121.754050534041767, 37.046599983040778 ], [ -121.754057829633538, 37.046667890590491 ], [ -121.75405950624787, 37.046683497429235 ], [ -121.754080963157733, 37.046714357460196 ], [ -121.754148501494313, 37.046811494590578 ], [ -121.754344504325147, 37.04700348935279 ], [ -121.754404035577707, 37.047067068512447 ], [ -121.754462494478105, 37.047129503138073 ], [ -121.754559491779801, 37.047232492020775 ], [ -121.754596512507476, 37.047302496148752 ], [ -121.754636208907939, 37.047381245818386 ], [ -121.754642638636867, 37.047394001467211 ], [ -121.754644745103079, 37.047398179581307 ], [ -121.754656496546787, 37.04742149023749 ], [ -121.754686257794916, 37.04748657198639 ], [ -121.754779504656682, 37.047690491435944 ], [ -121.754799382988637, 37.047777462286831 ], [ -121.75481950664954, 37.047865489410441 ], [ -121.754826688528667, 37.047904367733224 ], [ -121.754831753591162, 37.04793178918684 ], [ -121.754835476612314, 37.047951944205984 ], [ -121.754841488965596, 37.04798449649283 ], [ -121.754866508373581, 37.048240485543907 ], [ -121.754868679992484, 37.0482675123421 ], [ -121.754875506434175, 37.048352485396371 ], [ -121.754892136265198, 37.048394256897758 ], [ -121.754903741110056, 37.048423408302178 ], [ -121.754903808693811, 37.048423572031481 ], [ -121.754909044602087, 37.048436722875635 ], [ -121.754922344484285, 37.048470129591948 ], [ -121.754922490161235, 37.048470496440238 ], [ -121.754922490741876, 37.04847049693474 ], [ -121.7549224907861, 37.04847049704636 ], [ -121.75500349436409, 37.04853948216055 ], [ -121.755107830402082, 37.04859096039786 ], [ -121.755153500708929, 37.048613493835056 ], [ -121.755174390120402, 37.048623439255415 ], [ -121.755237512903193, 37.048653492584073 ], [ -121.755292327122859, 37.048738661770777 ], [ -121.755292627246547, 37.048739129228835 ], [ -121.755293045419563, 37.048739783030797 ], [ -121.755293453032024, 37.048740407425257 ], [ -121.75529350646336, 37.048740489594834 ], [ -121.755306157723822, 37.048765789657935 ], [ -121.755397500520587, 37.04894848269624 ], [ -121.755493514986995, 37.049061489191502 ], [ -121.755549284528385, 37.049097294372281 ], [ -121.755563095915292, 37.04910616165121 ], [ -121.755565973227974, 37.049108008024696 ], [ -121.75557451598651, 37.04911349017766 ], [ -121.755576622558024, 37.049114250452668 ], [ -121.75567150093697, 37.04914849343195 ], [ -121.755733819773525, 37.049161740844532 ], [ -121.755798488663714, 37.049175488568345 ], [ -121.755830907297877, 37.049173262087471 ], [ -121.755850361519009, 37.049171926366618 ], [ -121.755900516006633, 37.049168487707981 ], [ -121.755940043626808, 37.04915234011218 ], [ -121.755989803242855, 37.049132016037731 ], [ -121.756020497747542, 37.049119479521565 ], [ -121.756080708116841, 37.049108941092058 ], [ -121.756097242510108, 37.04910604739365 ], [ -121.756117507445026, 37.049102501195776 ], [ -121.756195468478296, 37.049106863523448 ], [ -121.756242491281455, 37.04910949487067 ], [ -121.756751489480962, 37.049187493044229 ], [ -121.756831994445051, 37.049219864822824 ], [ -121.756832035616966, 37.049219881356819 ], [ -121.756838478493478, 37.049222520611416 ], [ -121.756839008293284, 37.049222746927832 ], [ -121.756845833112834, 37.049225653349168 ], [ -121.756845938205259, 37.049225698867069 ], [ -121.756935498308039, 37.049264480272591 ], [ -121.756935818867845, 37.049264734314335 ], [ -121.75704649347449, 37.049352479918817 ], [ -121.75712051663443, 37.049451500781601 ], [ -121.757124115569425, 37.049456604566267 ], [ -121.757187503042886, 37.049546496971459 ], [ -121.75719729832467, 37.04954982532108 ], [ -121.75733316533686, 37.049595992370072 ], [ -121.757368710345219, 37.049608070005817 ], [ -121.757393505952663, 37.049616495614835 ], [ -121.757464337325331, 37.049603558663918 ], [ -121.75751951186345, 37.04959348244941 ], [ -121.757567423638136, 37.049569809257186 ], [ -121.757606509011268, 37.049550497903951 ], [ -121.757606588720122, 37.049550401133388 ], [ -121.757606935268626, 37.049549983990808 ], [ -121.757662133131703, 37.049481686128551 ], [ -121.757682505722315, 37.049456479938939 ], [ -121.757699099498609, 37.049426220858514 ], [ -121.757750509667588, 37.049332493695985 ], [ -121.75781096439249, 37.049226305719571 ], [ -121.757825497622363, 37.049200777310695 ], [ -121.757828508011542, 37.049195489643573 ], [ -121.757895499989047, 37.049088494506236 ], [ -121.757975573035594, 37.04895845181769 ], [ -121.758108738357222, 37.048866012217239 ], [ -121.758109500093553, 37.048865483495398 ], [ -121.758137962862676, 37.048848298718994 ], [ -121.758210513228789, 37.048804495534185 ], [ -121.758264115077665, 37.048793479810691 ], [ -121.758356511658093, 37.048774491398248 ], [ -121.758490502463488, 37.048801500046338 ], [ -121.758561503083257, 37.048835488826242 ], [ -121.758579331846434, 37.048850113182247 ], [ -121.758689499107334, 37.048940480576363 ], [ -121.758783506854826, 37.04902848830649 ], [ -121.758837717592158, 37.049051518912847 ], [ -121.758863514112861, 37.049062478211198 ], [ -121.75886869279924, 37.049063859484342 ], [ -121.758938498857674, 37.04908247886722 ], [ -121.758965181083724, 37.049075814641732 ], [ -121.759018514885796, 37.049062494854084 ], [ -121.759302366057966, 37.048946658875188 ], [ -121.759317500829894, 37.048940482629597 ], [ -121.759317501022522, 37.048940482492597 ], [ -121.759317501599398, 37.048940482257166 ], [ -121.759558598410379, 37.048769007941679 ], [ -121.75965655840649, 37.048699334861197 ], [ -121.759691500333346, 37.04867448311601 ], [ -121.75986623848388, 37.048535352955007 ], [ -121.759949363615732, 37.048469169246957 ], [ -121.760010503603809, 37.048420490468338 ], [ -121.760010811279372, 37.048420134035126 ], [ -121.7600108482754, 37.048420091263118 ], [ -121.760011041817251, 37.048419929376315 ], [ -121.760423459075184, 37.047947992740298 ], [ -121.76042651063203, 37.047944501229132 ], [ -121.760426793448531, 37.047944391552413 ], [ -121.760572354898201, 37.04788746752245 ], [ -121.760738508458246, 37.047822490924112 ], [ -121.761278593025636, 37.047778576547685 ], [ -121.761279514534181, 37.047778501620321 ], [ -121.761328389451251, 37.04777779441509 ], [ -121.761543557521208, 37.047774681331845 ], [ -121.761694503540653, 37.047772498776531 ], [ -121.762026715716132, 37.047818108206776 ], [ -121.762131499463294, 37.047832494088169 ], [ -121.762159477436384, 37.047849526575227 ], [ -121.762159519561393, 37.047849551441047 ], [ -121.76215970959538, 37.047849664554086 ], [ -121.762258091493692, 37.047909537849065 ], [ -121.76226951059914, 37.047916487402667 ], [ -121.762269511306812, 37.047916487723477 ], [ -121.762269511713413, 37.047916487970951 ], [ -121.762316023360739, 37.047937575671384 ], [ -121.762505521303083, 37.048023491523139 ], [ -121.762541918952067, 37.048050794554072 ], [ -121.762589058260659, 37.048086155822723 ], [ -121.7625895025989, 37.048086487672826 ], [ -121.76261572508443, 37.048144055294443 ], [ -121.762635512458544, 37.04818750186837 ], [ -121.762709490873917, 37.0483104965042 ], [ -121.762769513089253, 37.048348506711463 ], [ -121.762884515346883, 37.048373500876195 ], [ -121.763280495513925, 37.048379492730263 ], [ -121.763301220932433, 37.048382037847361 ], [ -121.763355976319843, 37.048388762387319 ], [ -121.76339450295103, 37.048393494423685 ], [ -121.763394746532938, 37.048393601949911 ], [ -121.763395151787137, 37.04839378146989 ], [ -121.763734501477614, 37.048545493770114 ], [ -121.763811796330401, 37.048566996296849 ], [ -121.763849502338999, 37.048577485975215 ], [ -121.763894359804254, 37.048614780231141 ], [ -121.763896754823278, 37.048616771463244 ], [ -121.763899848841049, 37.048619343838467 ], [ -121.763938515963659, 37.048651492121493 ], [ -121.763940582966839, 37.048654042057805 ], [ -121.763998503167201, 37.048725496071135 ], [ -121.764035500347674, 37.048800495853413 ], [ -121.764045507033032, 37.048910496402186 ], [ -121.764047219571637, 37.04891336626288 ], [ -121.76404867445541, 37.048915804924597 ], [ -121.764075524821351, 37.048960831573901 ], [ -121.764076511636873, 37.048962486432806 ], [ -121.76410177359223, 37.048973844730845 ], [ -121.764165498915176, 37.049002497185541 ], [ -121.764189304622164, 37.049008389674967 ], [ -121.764270512246341, 37.049028491446265 ], [ -121.76442351551421, 37.04907348413311 ], [ -121.764516883161662, 37.049127172861724 ], [ -121.764530672858967, 37.049135100417118 ], [ -121.764543517662204, 37.049142485544685 ], [ -121.764554585277935, 37.049150763649898 ], [ -121.764591904689567, 37.049178671949655 ], [ -121.764658519968222, 37.049228488863911 ], [ -121.764789449159593, 37.049349818772228 ], [ -121.76478956771696, 37.049349928544615 ], [ -121.764793936892104, 37.049354012659855 ], [ -121.764794495042992, 37.049354490788772 ], [ -121.764809778305377, 37.049376102592753 ], [ -121.764840651005173, 37.049419760040067 ], [ -121.764876516974326, 37.049470484691703 ], [ -121.764899238395444, 37.049534877803247 ], [ -121.76490384284331, 37.049547927222378 ], [ -121.764918507165717, 37.049589489046305 ], [ -121.764919197459278, 37.049602742966051 ], [ -121.764920146434392, 37.049620977658662 ], [ -121.764922510126922, 37.049666494494019 ], [ -121.764913516323048, 37.049718329651057 ], [ -121.764913494950989, 37.049718470912424 ], [ -121.764913491466814, 37.049718493457988 ], [ -121.764862504588322, 37.049762490437999 ], [ -121.764806506875999, 37.049788487381832 ], [ -121.764511518405456, 37.049806499859713 ], [ -121.76447721670732, 37.049807775009583 ], [ -121.76440449477613, 37.049810477628782 ], [ -121.764359500831631, 37.049828486537891 ], [ -121.764307543473706, 37.049858484894791 ], [ -121.764288559292766, 37.04988396005092 ], [ -121.764275494994422, 37.049901490968026 ], [ -121.764233501756294, 37.049994481561065 ], [ -121.764222549387441, 37.050012801139566 ], [ -121.764215834114111, 37.050024032284462 ], [ -121.764169513532011, 37.050101492570121 ], [ -121.764060666914688, 37.05020493737964 ], [ -121.764060664118503, 37.050204940049277 ], [ -121.764048525916053, 37.050216488421938 ], [ -121.764048518586605, 37.050216494895629 ], [ -121.764020880080579, 37.050239414871648 ], [ -121.7639604939354, 37.05028949050466 ], [ -121.763874512898013, 37.050352488572301 ], [ -121.763744499435461, 37.050419488938324 ], [ -121.763699134907966, 37.050440645058998 ], [ -121.763664929375039, 37.050456596366885 ], [ -121.763581516689882, 37.050495489037587 ], [ -121.7634346148986, 37.050577390348103 ], [ -121.763390992216245, 37.050601710710247 ], [ -121.76335549520212, 37.050621469516066 ], [ -121.763265663253122, 37.050687905108795 ], [ -121.76326406993644, 37.050689082798911 ], [ -121.763263508511088, 37.050689497833595 ], [ -121.763257437960021, 37.050700801484268 ], [ -121.763242503855992, 37.050728602466478 ], [ -121.763241491442102, 37.050730487076159 ], [ -121.763240330895286, 37.050741166566588 ], [ -121.763238257177676, 37.050760249049695 ], [ -121.763238222569299, 37.050760567344199 ], [ -121.763235511217403, 37.050785494820978 ], [ -121.763238976546077, 37.050873836749084 ], [ -121.763240679187732, 37.050917255173488 ], [ -121.763245512925067, 37.051040496834766 ], [ -121.763228103307384, 37.051225042189401 ], [ -121.763212493793461, 37.051390491467188 ], [ -121.763200568870744, 37.051475303519531 ], [ -121.763189744920027, 37.051552274551078 ], [ -121.76318549599084, 37.051582487458617 ], [ -121.763184292563324, 37.051632231257948 ], [ -121.763181503733847, 37.051747482998721 ], [ -121.76321061593157, 37.051795442490359 ], [ -121.76321538228855, 37.051803294737844 ], [ -121.763249497084772, 37.051859488048208 ], [ -121.763322972588142, 37.051910095392991 ], [ -121.763355503334097, 37.051932497653688 ], [ -121.763485504479178, 37.052025488171481 ], [ -121.763678873293742, 37.052098609409171 ], [ -121.763924509987802, 37.052191495992879 ], [ -121.764068509590572, 37.0522464936886 ], [ -121.76410932701809, 37.052281631449752 ], [ -121.764183515395402, 37.052345496901644 ], [ -121.764303511539453, 37.05242348645551 ], [ -121.764445479636379, 37.052459352946812 ], [ -121.76449350908041, 37.052471487183276 ], [ -121.764547480625325, 37.052476521264161 ], [ -121.764622592413517, 37.052483527649265 ], [ -121.764689696732617, 37.052489786983685 ], [ -121.764761509873225, 37.052496486073693 ], [ -121.765168502542664, 37.052533487638442 ], [ -121.765205902498039, 37.052538277449038 ], [ -121.765223005011023, 37.052540467886232 ], [ -121.765223307708894, 37.052540508536914 ], [ -121.765313886982682, 37.052552109892055 ], [ -121.765371496612232, 37.052559489000927 ], [ -121.765442720598784, 37.052578609823257 ], [ -121.765459875376749, 37.05258321528332 ], [ -121.76552051095517, 37.052599490961732 ], [ -121.765586756833201, 37.052620167989723 ], [ -121.765605287109409, 37.052625951955555 ], [ -121.765677510560337, 37.052648494847382 ], [ -121.765748787678291, 37.052681835273766 ], [ -121.765779566812128, 37.052696232864029 ], [ -121.765784968483274, 37.05269876022156 ], [ -121.765801494329054, 37.052706493663813 ], [ -121.765801793748508, 37.052706689948593 ], [ -121.76580189535207, 37.052706757035544 ], [ -121.766203502437293, 37.052980492336637 ], [ -121.766430513785394, 37.053116488895583 ], [ -121.766656493616878, 37.053205488409979 ], [ -121.766676047420532, 37.05320992956127 ], [ -121.766818964899016, 37.053242390046847 ], [ -121.766929500454069, 37.053267492713474 ], [ -121.766935839160212, 37.0532683024013 ], [ -121.767156493071852, 37.05329648842384 ], [ -121.767263307265296, 37.053293398979918 ], [ -121.767294501272531, 37.053292496819026 ], [ -121.76748450335937, 37.053267498799272 ], [ -121.767540130100897, 37.05325180441735 ], [ -121.767540236205036, 37.053251774473011 ], [ -121.767562497670539, 37.053245492219823 ], [ -121.767673499693913, 37.053186486906355 ], [ -121.767705776796788, 37.053167922791083 ], [ -121.767778143822639, 37.053126301992407 ], [ -121.767826497794431, 37.053098486454367 ], [ -121.767952512894979, 37.053076497279257 ], [ -121.768113494570628, 37.053057496616098 ], [ -121.768285660096126, 37.05305559283191 ], [ -121.768385502384476, 37.053054489044044 ], [ -121.768484593381046, 37.053055885293674 ], [ -121.768598501869477, 37.053057490656613 ], [ -121.768769509953827, 37.053050498127845 ], [ -121.768835496788682, 37.053050480822755 ], [ -121.768986510738728, 37.053076488850529 ], [ -121.769268508617628, 37.053172492314452 ], [ -121.769312763215623, 37.053182426870556 ], [ -121.769464490275936, 37.053216488199844 ], [ -121.76956117713199, 37.053228631475378 ], [ -121.769695497222088, 37.053245502059916 ], [ -121.769753116857956, 37.053250985871664 ], [ -121.769789886576319, 37.053254485874838 ], [ -121.769926499436338, 37.053267484462452 ], [ -121.770019369851525, 37.053267487872546 ], [ -121.770212512874934, 37.053267495709441 ], [ -121.770276045169126, 37.053257746662553 ], [ -121.77032735946996, 37.053249873072986 ], [ -121.770401496831155, 37.053238498088739 ], [ -121.770423845341867, 37.053230072256618 ], [ -121.770445981031031, 37.05322172705818 ], [ -121.770446186778599, 37.053221649957635 ], [ -121.770472054562831, 37.05321189623055 ], [ -121.770531494159727, 37.05318948421764 ], [ -121.770734501477548, 37.053009493268014 ], [ -121.770782694998715, 37.052980189175187 ], [ -121.770933514084462, 37.052888485190309 ], [ -121.771099493685284, 37.052840494780916 ], [ -121.771372496684563, 37.052784488787864 ], [ -121.771714497932209, 37.052744500156884 ], [ -121.772209512608413, 37.052722487846893 ], [ -121.77225956527505, 37.052709222474839 ], [ -121.772292505181838, 37.052700492636028 ], [ -121.772360127130355, 37.052673999263192 ], [ -121.772479518583808, 37.052627225680915 ], [ -121.772560512860494, 37.052595495034595 ], [ -121.772563042653005, 37.052595174061871 ], [ -121.772638604075937, 37.052585588250224 ], [ -121.772673138240606, 37.052581207784129 ], [ -121.772694505925969, 37.052578498156372 ], [ -121.772824504910304, 37.052582483230005 ], [ -121.772921515652186, 37.052582489441939 ], [ -121.773129513051884, 37.052618495830053 ], [ -121.773239549405801, 37.052662032335014 ], [ -121.773268498113822, 37.052673486742563 ], [ -121.773320130776682, 37.052692853975927 ], [ -121.773320588368861, 37.052693020949256 ], [ -121.773320787452164, 37.052693094080681 ], [ -121.773476508210663, 37.052751492804575 ], [ -121.773822518161111, 37.05288048479634 ], [ -121.77416050336592, 37.052972496165324 ], [ -121.774280519405025, 37.052991496727429 ], [ -121.774360338465357, 37.052989293232763 ], [ -121.77442549952616, 37.05298749471077 ], [ -121.774565711586376, 37.052966951933165 ], [ -121.774656846025451, 37.052953599844507 ], [ -121.774657116052126, 37.052953560900356 ], [ -121.774737767565796, 37.052941743753955 ], [ -121.77478049612786, 37.052935483216778 ], [ -121.775006509537505, 37.052935490756674 ], [ -121.775012723221096, 37.05293621325756 ], [ -121.775044500204913, 37.052939908678709 ], [ -121.775044733720094, 37.052939934678705 ], [ -121.775108294351256, 37.052947320630025 ], [ -121.775135501952775, 37.052950482371109 ], [ -121.77532649610292, 37.053032499209429 ], [ -121.775364268750025, 37.053051161514709 ], [ -121.775496502545082, 37.053116494666959 ], [ -121.775614933656314, 37.05317536241337 ], [ -121.775667510539478, 37.053201496666112 ], [ -121.77572533808943, 37.053305450597719 ], [ -121.775729117186813, 37.053312243644839 ], [ -121.775751501151731, 37.053352481226582 ], [ -121.775766529806447, 37.05338744222 ], [ -121.775766703564429, 37.053387846457788 ], [ -121.775767309519054, 37.053389256151654 ], [ -121.775797499978111, 37.053459492609043 ], [ -121.775875513936271, 37.053644495692289 ], [ -121.775918950285103, 37.053797917220471 ], [ -121.775954500918374, 37.053923487684493 ], [ -121.775966381121677, 37.054061092752072 ], [ -121.775966577478314, 37.054063367235678 ], [ -121.775978502160712, 37.054201488327301 ], [ -121.775987514728413, 37.054270555855332 ], [ -121.775999195411643, 37.054360072326602 ], [ -121.776020146724861, 37.054520657468714 ], [ -121.7760235172086, 37.05454649146251 ], [ -121.77604249949276, 37.054798486756532 ], [ -121.776061758068849, 37.054871436915661 ], [ -121.776075500049288, 37.054923488766491 ], [ -121.776108512365894, 37.054963498119101 ], [ -121.776108512374805, 37.054963498127684 ], [ -121.776108512451799, 37.054963498220992 ], [ -121.776162492421534, 37.055015488440603 ], [ -121.776213283779228, 37.05502784181607 ], [ -121.776230735856444, 37.055032089197191 ], [ -121.776236503416342, 37.055033493119247 ], [ -121.776245763085853, 37.055035202061134 ], [ -121.776275211870953, 37.055040637883984 ], [ -121.776275312317992, 37.05504065595116 ], [ -121.776275403579163, 37.055040673117674 ], [ -121.776335460038467, 37.0550517525648 ], [ -121.776339502705497, 37.055052498422505 ], [ -121.77635169530808, 37.055053480864743 ], [ -121.776414394634642, 37.055058533456958 ], [ -121.776463510953448, 37.055062490203021 ], [ -121.776509719559428, 37.055067313547532 ], [ -121.776535147805149, 37.055069967854848 ], [ -121.776578503023487, 37.055074493819468 ], [ -121.776809653372737, 37.05510500785703 ], [ -121.776828498619281, 37.055107495637188 ], [ -121.776883426489988, 37.055119372472646 ], [ -121.777087501607966, 37.055163499385102 ], [ -121.777281496946216, 37.055211501743045 ], [ -121.777494496205705, 37.055270499564209 ], [ -121.777670517484211, 37.055336497955516 ], [ -121.777771492917239, 37.055435488903285 ], [ -121.77780383254084, 37.055478607998673 ], [ -121.77788695367687, 37.055589437578789 ], [ -121.777915501486817, 37.055627499027679 ], [ -121.778016321517583, 37.05576153424785 ], [ -121.778179512822518, 37.055978489483138 ], [ -121.778197830286146, 37.055997883507665 ], [ -121.778201957126456, 37.056002252999939 ], [ -121.778247507340978, 37.056050485599066 ], [ -121.778344500586712, 37.056133485211625 ], [ -121.778369377719542, 37.056157275559663 ], [ -121.778390510317308, 37.056177485367094 ], [ -121.778492503539226, 37.056221495890028 ], [ -121.778848302811511, 37.056322061059959 ], [ -121.778920206193391, 37.05634238531178 ], [ -121.778959504909125, 37.056353494158166 ], [ -121.77899978139358, 37.056366444598119 ], [ -121.779002773586626, 37.056367406751491 ], [ -121.779158493011991, 37.056417493081966 ], [ -121.779398854378584, 37.056473049649782 ], [ -121.779569498940717, 37.056512492186535 ], [ -121.779626829351614, 37.056526949333566 ], [ -121.779918510186889, 37.056600503873916 ], [ -121.780177875091951, 37.056662386340534 ], [ -121.780182500852803, 37.056663490023446 ], [ -121.780182501154869, 37.056663490083466 ], [ -121.780182501296835, 37.056663490117344 ], [ -121.780185420454515, 37.056664070271125 ], [ -121.780489494399035, 37.056724502554516 ], [ -121.780611263227257, 37.056733062543863 ], [ -121.780759512150013, 37.056743484535787 ], [ -121.780789388917427, 37.056739962075362 ], [ -121.780840848205003, 37.056733895682321 ], [ -121.780954509612883, 37.056720495798992 ], [ -121.780971690584778, 37.056717059617618 ], [ -121.781149511248643, 37.056681496217564 ], [ -121.781216142204329, 37.056670286210505 ], [ -121.781253054940876, 37.056664073815469 ], [ -121.781256511219652, 37.056663492168148 ], [ -121.781279735672854, 37.056666104494958 ], [ -121.781345220463692, 37.056673471091166 ], [ -121.781416508728128, 37.056681491739333 ], [ -121.781428416515666, 37.056687384305562 ], [ -121.781438824369999, 37.056692534792099 ], [ -121.781466349833025, 37.056706158105719 ], [ -121.781515504147904, 37.05673048658322 ], [ -121.781569341684673, 37.056781499118983 ], [ -121.781571993306471, 37.056784063635973 ], [ -121.781572491012511, 37.056784486719799 ], [ -121.781572500108567, 37.056784495349312 ], [ -121.781632500449263, 37.056889483109487 ], [ -121.781645055480524, 37.056935653412403 ], [ -121.781663502839962, 37.057003500710962 ], [ -121.781710512267182, 37.057248484166209 ], [ -121.781710503005996, 37.057345288939651 ], [ -121.781710496520205, 37.05740949542848 ], [ -121.781710507515484, 37.057519481590667 ], [ -121.781755915877, 37.057638139804617 ], [ -121.781803499719274, 37.057762485218383 ], [ -121.78183308686512, 37.05782040283313 ], [ -121.781848802973457, 37.057851168762028 ], [ -121.781863044087316, 37.057879047848417 ], [ -121.781898513214387, 37.057948486984237 ], [ -121.781925831538089, 37.058053330419234 ], [ -121.781941504379432, 37.058113483557008 ], [ -121.782003798789376, 37.058253664962933 ], [ -121.78201349817445, 37.058275491849976 ], [ -121.782075951504552, 37.058366694539821 ], [ -121.782152504914876, 37.058478488549405 ], [ -121.782272249515444, 37.058573578873066 ], [ -121.782290378386747, 37.058587975221648 ], [ -121.782424513866715, 37.058694492927181 ], [ -121.782480501517767, 37.058757707328191 ], [ -121.782498986734893, 37.058778579153753 ], [ -121.782499066664116, 37.058778668894242 ], [ -121.782534479987476, 37.058818650993899 ], [ -121.782579500976311, 37.058869481225891 ], [ -121.782694503501475, 37.058993497271224 ], [ -121.783029494852371, 37.059311495623184 ], [ -121.783104051483477, 37.059392555269696 ], [ -121.783132512067752, 37.059423498286932 ], [ -121.783132512184565, 37.059423498384156 ], [ -121.783132512245501, 37.0594234984504 ], [ -121.783139486522344, 37.05942930391209 ], [ -121.783299501547972, 37.059562502464935 ], [ -121.783301681984184, 37.059564208816909 ], [ -121.783566513150163, 37.059771497079261 ], [ -121.783566767918302, 37.059771658763381 ], [ -121.783567050539261, 37.059771872144061 ], [ -121.783782315331536, 37.059909457831061 ], [ -121.783785499278295, 37.059911493330283 ], [ -121.783802448109185, 37.059923349196609 ], [ -121.783830879449482, 37.059943237946193 ], [ -121.784028514703806, 37.060081493386789 ], [ -121.784064449684223, 37.060122655443209 ], [ -121.78419939086416, 37.060277226296193 ], [ -121.784199680868056, 37.060277558369627 ], [ -121.784200045494302, 37.060277977438709 ], [ -121.78420049870077, 37.060278491446311 ], [ -121.784202697515795, 37.060282180835827 ], [ -121.784213099489506, 37.060299635471047 ], [ -121.784274156269035, 37.060402083218214 ], [ -121.784287514826545, 37.060424497924984 ], [ -121.78431592670519, 37.060461132305974 ], [ -121.7843635106004, 37.060522487673779 ], [ -121.784499908790508, 37.060641735612862 ], [ -121.784504042061442, 37.060645349201948 ], [ -121.784530504117342, 37.060668484751979 ], [ -121.784567615658062, 37.06069979885887 ], [ -121.784594509157827, 37.060722492671559 ], [ -121.784594978673212, 37.060722736084891 ], [ -121.784594979687455, 37.060722736606252 ], [ -121.784595174210381, 37.060722885599546 ], [ -121.784603257205433, 37.06072699178128 ], [ -121.784603292438405, 37.06072701009608 ], [ -121.784603540554698, 37.060727139405756 ], [ -121.784652217456383, 37.060752160169173 ], [ -121.784701500034714, 37.060777492596806 ], [ -121.784988514171587, 37.060856489696533 ], [ -121.785040315351353, 37.060875921724282 ], [ -121.78511650972942, 37.060904505399172 ], [ -121.785210471521779, 37.060977009470065 ], [ -121.785243500951452, 37.061002496679507 ], [ -121.785306518411957, 37.061066955720996 ], [ -121.785330511827084, 37.061091498254953 ], [ -121.785408240317224, 37.061197411423279 ], [ -121.785410504133026, 37.06120049611706 ], [ -121.785450060819997, 37.061270441354615 ], [ -121.785479494825495, 37.061322484478914 ], [ -121.785561737226601, 37.061452649023003 ], [ -121.785582487968838, 37.061485491241818 ], [ -121.78559763617038, 37.061504677529257 ], [ -121.785708549041317, 37.061645157594185 ], [ -121.785708635525694, 37.061645266430062 ], [ -121.785708754459833, 37.061645417385733 ], [ -121.785720278168412, 37.061660010920853 ], [ -121.785732499303236, 37.061675489040937 ], [ -121.785908501875554, 37.061885484248918 ], [ -121.785908629198076, 37.061885579140935 ], [ -121.785908629560254, 37.061885579560723 ], [ -121.78592233060391, 37.061895735862834 ], [ -121.785931444268826, 37.06190249173541 ], [ -121.785931705480635, 37.061902687556191 ], [ -121.785932027066806, 37.061902928759039 ], [ -121.786051495251812, 37.061991490328403 ], [ -121.786079984750032, 37.062005734048064 ], [ -121.786121586570758, 37.062026534466533 ], [ -121.786207510779548, 37.06206949331267 ], [ -121.786254579488485, 37.062086497926806 ], [ -121.786287043597468, 37.062098226368541 ], [ -121.786287269743028, 37.062098308710745 ], [ -121.786362493287768, 37.062125480291058 ], [ -121.786489496012422, 37.062159491959292 ], [ -121.786513560920241, 37.062161791906135 ], [ -121.786625519282737, 37.062172493103297 ], [ -121.7867525050507, 37.062159485971172 ], [ -121.787001015926549, 37.0621026747678 ], [ -121.78700231371873, 37.062102379104253 ], [ -121.787002786154758, 37.062102271633073 ], [ -121.787255507077091, 37.062044491036431 ], [ -121.787350512956053, 37.062050480464578 ], [ -121.787350869496024, 37.062050503375829 ], [ -121.787399475304198, 37.062053565864367 ], [ -121.787477496819236, 37.06205848259652 ], [ -121.787566994222786, 37.062073861763402 ], [ -121.787640508287666, 37.062086495113519 ], [ -121.787828514223008, 37.062147489236388 ], [ -121.78806575431804, 37.06225232101994 ], [ -121.788086508765389, 37.062261492039383 ], [ -121.788090714157121, 37.062264571826759 ], [ -121.788135957006318, 37.062297706166277 ], [ -121.788142499282003, 37.062302496148789 ], [ -121.78814267637776, 37.062302755826444 ], [ -121.788157830783419, 37.062324935550961 ], [ -121.788170504708177, 37.062343485714131 ], [ -121.788184810294396, 37.06240070580597 ], [ -121.788198507373352, 37.062455493697286 ], [ -121.788208823264185, 37.062501097996346 ], [ -121.78822949541096, 37.062592488884285 ], [ -121.788249498302434, 37.062684496756219 ], [ -121.788249498980562, 37.06268449770274 ], [ -121.788249498990965, 37.06268449775061 ], [ -121.788297499706829, 37.062751498867712 ], [ -121.788377514741839, 37.062795495862566 ], [ -121.788608506178093, 37.062817493293934 ], [ -121.788719491024651, 37.062821491483405 ], [ -121.788812503386552, 37.062843484268299 ], [ -121.788855499835293, 37.062867497520493 ], [ -121.78902150692447, 37.06305167303865 ], [ -121.789174615433737, 37.063221539399919 ], [ -121.789190811081426, 37.063239506372092 ], [ -121.789202276524065, 37.063252226567307 ], [ -121.789202425138313, 37.063252391270616 ], [ -121.789202506577425, 37.06325248195175 ], [ -121.789212519394624, 37.06325993469396 ], [ -121.78924551018244, 37.063284490919429 ], [ -121.789299681156479, 37.063299633660357 ], [ -121.789313505426207, 37.063303498100645 ], [ -121.789623490089681, 37.063303483463415 ], [ -121.789668495768566, 37.063309480592899 ], [ -121.789687190993064, 37.063318164736913 ], [ -121.789724498555088, 37.063335494936084 ], [ -121.789814024438826, 37.063415793323358 ], [ -121.789986495798473, 37.063570488511452 ], [ -121.790015815759006, 37.06358486570339 ], [ -121.790037514220373, 37.063595506031184 ], [ -121.790112852112856, 37.063605407034935 ], [ -121.790113509470686, 37.063605493430934 ], [ -121.790183002016079, 37.063614238284252 ], [ -121.79026450482138, 37.063624494501539 ], [ -121.790264504877413, 37.063624494500409 ], [ -121.790264505388919, 37.063624494564777 ], [ -121.790294766830996, 37.063623885346196 ], [ -121.790356175487759, 37.063622649228321 ], [ -121.790463497931484, 37.063620490741116 ], [ -121.790483507353002, 37.06362418704979 ], [ -121.790500014618971, 37.063627236933129 ], [ -121.790555510232409, 37.063637485021154 ], [ -121.790620478079006, 37.063665537642805 ], [ -121.790694493907949, 37.063697497546876 ], [ -121.790709871652751, 37.063699898107636 ], [ -121.790758491564347, 37.06370748901255 ], [ -121.790855011223599, 37.063703959254518 ], [ -121.790949494397324, 37.063700504782332 ], [ -121.791050498820013, 37.0637194962096 ], [ -121.791052771182237, 37.063721262408016 ], [ -121.791149504574491, 37.063796486123437 ], [ -121.791194319053517, 37.063817887059919 ], [ -121.791253921956852, 37.063846347689989 ], [ -121.791260503156678, 37.06384949031785 ], [ -121.791310902915811, 37.063860148237595 ], [ -121.791310927844762, 37.06386015341463 ], [ -121.791311112746129, 37.063860192735767 ], [ -121.791383513658616, 37.063875497958364 ], [ -121.791495509078885, 37.063888492083244 ], [ -121.791558487699476, 37.063885070490855 ], [ -121.79155864532774, 37.063885061773576 ], [ -121.791558773357451, 37.063885055141213 ], [ -121.791642513126305, 37.063880501963894 ], [ -121.791734982776347, 37.063877853111975 ], [ -121.791757183048105, 37.06387721760585 ], [ -121.791817495620606, 37.063875491496276 ], [ -121.792267491167323, 37.06390449648827 ], [ -121.792659504946812, 37.063961483749658 ], [ -121.792690635295529, 37.063967279871967 ], [ -121.792745517525276, 37.063977499069878 ], [ -121.79283351273962, 37.064012492599979 ], [ -121.792944514715714, 37.064063500559023 ], [ -121.792962676412799, 37.064071998644849 ], [ -121.79310050486221, 37.064136491091809 ], [ -121.79322945112942, 37.064205920997466 ], [ -121.793295493427337, 37.064241481294083 ], [ -121.793390419067165, 37.064278044476097 ], [ -121.79344351767881, 37.064298497110975 ], [ -121.793510329748429, 37.064308234752041 ], [ -121.793546498574401, 37.064313504239195 ], [ -121.79363350701496, 37.064313499538088 ], [ -121.793640562121539, 37.064312663122351 ], [ -121.793665654941293, 37.064309688622714 ], [ -121.79370950658263, 37.064304489681184 ], [ -121.793827185048301, 37.064276472673335 ], [ -121.793856517779957, 37.064269489330201 ], [ -121.79395251191626, 37.064225497274009 ], [ -121.794054686585014, 37.064161997950372 ], [ -121.79405550422365, 37.064161490058886 ], [ -121.794055504857269, 37.064161489412037 ], [ -121.794055505267863, 37.064161489156866 ], [ -121.794095151519812, 37.064124924792992 ], [ -121.794131925347941, 37.064091069295941 ], [ -121.794132059541923, 37.064090888000372 ], [ -121.794132503737373, 37.064090480624401 ], [ -121.794150265024584, 37.064064578726715 ], [ -121.794204497751423, 37.063985492183484 ], [ -121.794272289051563, 37.06386706093393 ], [ -121.794295330950291, 37.063826807905642 ], [ -121.794295510988007, 37.063826495826881 ], [ -121.794303686213581, 37.063819928341346 ], [ -121.794331193360023, 37.063797830840755 ], [ -121.794356506560788, 37.063777494255099 ], [ -121.794455511915913, 37.063736487334459 ], [ -121.794583497403266, 37.063736495827733 ], [ -121.794694563751278, 37.063744823985566 ], [ -121.794706773803924, 37.063745739555401 ], [ -121.794823516033489, 37.063754495340788 ], [ -121.794933562740852, 37.063759568536113 ], [ -121.794953502788573, 37.063760487944364 ], [ -121.794957012156885, 37.063760075813015 ], [ -121.794989823282293, 37.063756222585432 ], [ -121.794992696950999, 37.063755885016953 ], [ -121.795021512886109, 37.063752500303039 ], [ -121.795144520709187, 37.063710499180637 ], [ -121.795271765411641, 37.063684274833591 ], [ -121.795343501462526, 37.063669490572011 ], [ -121.795692492183903, 37.063578496625084 ], [ -121.795785440950297, 37.063570050100374 ], [ -121.795846516412198, 37.063564500367384 ], [ -121.795891284089635, 37.063571534052187 ], [ -121.795924458204595, 37.063576746709202 ], [ -121.796005504572662, 37.063589482791393 ], [ -121.796033822557149, 37.063601076165781 ], [ -121.796176491610822, 37.063659485499045 ], [ -121.796256780727049, 37.063684314722195 ], [ -121.796383486961759, 37.063723500119821 ], [ -121.796463536907495, 37.063741244301589 ], [ -121.796586501025516, 37.063768501967473 ], [ -121.796706830221666, 37.063801524675448 ], [ -121.796841500030908, 37.063838484026917 ], [ -121.797048497469646, 37.063933497090112 ], [ -121.797156632931717, 37.063998106683243 ], [ -121.797207502003744, 37.064028500669515 ], [ -121.797370446712065, 37.064120014185654 ], [ -121.797410491467346, 37.064142502051332 ], [ -121.797411095135956, 37.064143037246907 ], [ -121.797488490224964, 37.064212499418538 ], [ -121.797725503794254, 37.064489494960618 ], [ -121.797755394057504, 37.06451454711199 ], [ -121.797793505053207, 37.064546490086911 ], [ -121.797976237767372, 37.064647570666232 ], [ -121.798028512175705, 37.064676487729827 ], [ -121.798191488558473, 37.064806512917841 ], [ -121.798233902715964, 37.064833929787824 ], [ -121.798253638630385, 37.064846703816556 ], [ -121.798276496628233, 37.064861499522216 ], [ -121.798651915016947, 37.065020523159525 ], [ -121.799021789589233, 37.06517719629948 ], [ -121.799310499732485, 37.065299489877781 ], [ -121.799343148232126, 37.065311661924156 ], [ -121.799351104885801, 37.065314628443168 ], [ -121.799351319961445, 37.065314710648536 ], [ -121.799395409911241, 37.065331145136788 ], [ -121.79942049782764, 37.065340497046819 ], [ -121.799604502274178, 37.06538149468772 ], [ -121.799645969226404, 37.065383524204506 ], [ -121.799788509064783, 37.065390501350166 ], [ -121.799967502942593, 37.065399915387154 ], [ -121.799978487889248, 37.065400493181905 ], [ -121.800069115458257, 37.065410110294387 ], [ -121.800157500599113, 37.065419489540005 ], [ -121.800159124454993, 37.065420103705755 ], [ -121.800276508031047, 37.065464500214532 ], [ -121.800346065446121, 37.065518139498948 ], [ -121.800349915933012, 37.065521108153803 ], [ -121.800359489541378, 37.065528490332099 ], [ -121.800359657840687, 37.065528716660154 ], [ -121.800359793175858, 37.065528899846974 ], [ -121.800402504442928, 37.065586503818551 ], [ -121.800442298215955, 37.065640635623382 ], [ -121.800538497164808, 37.065771496660766 ], [ -121.80059382978439, 37.065820857142036 ], [ -121.800677501961331, 37.065895499241371 ], [ -121.800771502778773, 37.06597948079515 ], [ -121.800784565080676, 37.065996802505815 ], [ -121.80081028629175, 37.066030912955185 ], [ -121.800815166196315, 37.066037383882012 ], [ -121.800817514232776, 37.066040498405393 ], [ -121.800822119431203, 37.066056137017959 ], [ -121.8008348918178, 37.066099513161411 ], [ -121.800849399327575, 37.066148775903748 ], [ -121.80086050557918, 37.066186491307491 ], [ -121.800901205380995, 37.066283418167032 ], [ -121.800936505789835, 37.066367487634565 ], [ -121.800971694810855, 37.066414300144039 ], [ -121.801051514119195, 37.066520486684333 ], [ -121.801246504390932, 37.066790496043325 ], [ -121.801291782888086, 37.066879259517414 ], [ -121.801322501869336, 37.066939482284972 ], [ -121.801420510118248, 37.067297497455122 ], [ -121.801465167231427, 37.067388901415775 ], [ -121.80148675987823, 37.067433098309905 ], [ -121.801506464156645, 37.067473514067196 ], [ -121.801512056972129, 37.0674797029979 ], [ -121.801539962808562, 37.067510885956658 ], [ -121.801591507928862, 37.067568485908737 ], [ -121.801719501311325, 37.067663502424075 ], [ -121.801951465551383, 37.0678416542234 ], [ -121.801982508035323, 37.067865491608991 ], [ -121.80198446867162, 37.067866322612304 ], [ -121.802133471655964, 37.067929529985946 ], [ -121.802164031574975, 37.067935696088163 ], [ -121.802164068128306, 37.067935703520632 ], [ -121.802164261507528, 37.067935739326416 ], [ -121.802164440714236, 37.06793577256002 ], [ -121.802176153824249, 37.067938152975955 ], [ -121.802261495410619, 37.067955497025864 ], [ -121.802496490547767, 37.067949490714781 ], [ -121.802647502722351, 37.067921495356515 ], [ -121.802802883020902, 37.06788903120114 ], [ -121.802803064814867, 37.067888995986152 ], [ -121.802866005488895, 37.067875842963886 ], [ -121.802915512648781, 37.067865497790919 ], [ -121.803034050180187, 37.067858267607633 ], [ -121.803161504786601, 37.067850495842634 ], [ -121.803422713842011, 37.067863059601457 ], [ -121.803639492490618, 37.06787348694322 ], [ -121.803899557849675, 37.067890585072817 ], [ -121.804217507871499, 37.067911489627882 ], [ -121.8044137329356, 37.067937468294033 ], [ -121.804438773240832, 37.067940783140287 ], [ -121.804572502448039, 37.067958487168838 ], [ -121.804960855860145, 37.068025485252029 ], [ -121.804963185325391, 37.068025888116345 ], [ -121.805156624245257, 37.068059256294674 ], [ -121.805314504249864, 37.068086491197505 ], [ -121.805422033229235, 37.068106949559194 ], [ -121.80554051311411, 37.068129489872618 ], [ -121.805551285634365, 37.068132087654178 ], [ -121.805579033469414, 37.06813877967415 ], [ -121.805652507733257, 37.068156500381029 ], [ -121.805807501710731, 37.068213496884013 ], [ -121.80591250722982, 37.068286494973869 ], [ -121.806012628552722, 37.068337438168648 ], [ -121.806480505498101, 37.068575501920158 ], [ -121.806585449833676, 37.068626152215501 ], [ -121.806625506121051, 37.068645485378838 ], [ -121.806697105551564, 37.068663389944675 ], [ -121.806741501876104, 37.06867449215131 ], [ -121.806790200852745, 37.068677037764523 ], [ -121.80685650375392, 37.068680503917243 ], [ -121.806922808702566, 37.068680499793558 ], [ -121.807055492065402, 37.068680492320723 ], [ -121.807175703268612, 37.068666189575225 ], [ -121.807234127912807, 37.068659238619354 ], [ -121.807234390996797, 37.068659206962828 ], [ -121.807234889206512, 37.068659147802656 ], [ -121.807482907636313, 37.068629634161454 ], [ -121.807492507844728, 37.068628491788552 ], [ -121.808020481372935, 37.06859906482871 ], [ -121.808307936802819, 37.06858304241122 ], [ -121.808443514536123, 37.068575485838153 ], [ -121.808519796125452, 37.068590076368395 ], [ -121.808579507924719, 37.068601498024123 ], [ -121.808654587791153, 37.06862171015409 ], [ -121.808709507695852, 37.068636495450392 ], [ -121.808824125303133, 37.068688283469122 ], [ -121.80894851145807, 37.068744485610964 ], [ -121.809149499321862, 37.068896496185772 ], [ -121.809214390354967, 37.069038952145014 ], [ -121.809241509741454, 37.069098488947361 ], [ -121.809297494221909, 37.069161498170878 ], [ -121.809297494383756, 37.069161498301746 ], [ -121.80929749486927, 37.06916149884816 ], [ -121.809365515395541, 37.069216493452174 ], [ -121.809557454753474, 37.069323754955867 ], [ -121.809671514439714, 37.069387495198704 ], [ -121.809924814835171, 37.06957598552976 ], [ -121.809939731215337, 37.069587083661801 ], [ -121.809968506878818, 37.069608495147278 ], [ -121.810042719211651, 37.069652419512714 ], [ -121.810064295126239, 37.069665191725214 ], [ -121.810093454619263, 37.06968245370696 ], [ -121.81015767213249, 37.069740874871826 ], [ -121.810215502401121, 37.069793485697893 ], [ -121.810276264258093, 37.06986669157741 ], [ -121.810298507971794, 37.069893490983304 ], [ -121.81041551181589, 37.070085485804697 ], [ -121.81041551194474, 37.070085485953534 ], [ -121.810415511969424, 37.070085485994042 ], [ -121.810731502708038, 37.070450496710436 ], [ -121.810935949566286, 37.070656049703459 ], [ -121.811100504607211, 37.070821495351332 ], [ -121.811100894038788, 37.070821811500096 ], [ -121.811265505432033, 37.070955493215948 ], [ -121.81129149952379, 37.070990493637062 ], [ -121.811294970749671, 37.071002804195771 ], [ -121.811296680253179, 37.071008867695781 ], [ -121.811298805168533, 37.071016395852261 ], [ -121.811302498335067, 37.071029481431545 ], [ -121.811302508086911, 37.071083498697341 ], [ -121.811304445673215, 37.071135287719869 ], [ -121.811305949333743, 37.071175599007077 ], [ -121.811306504778386, 37.071190495184638 ], [ -121.811306504998782, 37.071190495702226 ], [ -121.811306505005476, 37.071190495882107 ], [ -121.81134950885523, 37.071291498778322 ], [ -121.811398240666705, 37.071368961360115 ], [ -121.811427508958872, 37.071415485869181 ], [ -121.811523408493159, 37.071519412766115 ], [ -121.811654511367706, 37.071661490216947 ], [ -121.811834507964122, 37.071900487343349 ], [ -121.811929484562441, 37.071990493423939 ], [ -121.811929486160807, 37.071990495193639 ], [ -121.812038499247947, 37.072054498202327 ], [ -121.812179869833102, 37.072126486535879 ], [ -121.812362508330224, 37.072219489643324 ], [ -121.812679850094014, 37.072390806444623 ], [ -121.812801512827477, 37.072456486179632 ], [ -121.813074057300184, 37.072684097533902 ], [ -121.813086231446533, 37.072694264614064 ], [ -121.813086473436272, 37.072694526509885 ], [ -121.813094376961658, 37.072703379341846 ], [ -121.813094516858357, 37.072703537301742 ], [ -121.813238682801313, 37.072866300903534 ], [ -121.813241505930137, 37.072869488245722 ], [ -121.813251885067316, 37.072882614618202 ], [ -121.813396492620001, 37.073065498575595 ], [ -121.813516466665035, 37.073271717635627 ], [ -121.813532628494201, 37.073299496023282 ], [ -121.813542514459002, 37.073316487769631 ], [ -121.813542514598183, 37.073316487913644 ], [ -121.813542515050585, 37.073316488691262 ], [ -121.813744504445211, 37.073525503494515 ], [ -121.813744504988904, 37.073525503800596 ], [ -121.813744505048518, 37.073525503862278 ], [ -121.81398250174108, 37.073659483453369 ], [ -121.814239510379537, 37.073859489493543 ], [ -121.814326866393671, 37.073941230787845 ], [ -121.814332495475156, 37.073946498107482 ], [ -121.814339986334829, 37.073956907494932 ], [ -121.814486493160985, 37.074160496087949 ], [ -121.81452572271472, 37.07424839847652 ], [ -121.814544510936827, 37.074290498277399 ], [ -121.814578517755535, 37.074454485220983 ], [ -121.814584239985436, 37.074599894215673 ], [ -121.814584818298471, 37.07461459076714 ], [ -121.814589271283381, 37.074727775152859 ], [ -121.814590519190631, 37.074759494266374 ], [ -121.814590405807408, 37.074760444708531 ], [ -121.81458419664223, 37.074812488419383 ], [ -121.814577511823089, 37.074868484303458 ], [ -121.814519582640116, 37.07502926780171 ], [ -121.814519503868269, 37.075029486816447 ], [ -121.814279938309838, 37.074693967528603 ], [ -121.81414276172228, 37.074501846988547 ], [ -121.814142734036551, 37.074501808882523 ], [ -121.814142499273828, 37.074501483152005 ], [ -121.814142498627561, 37.074501484870972 ], [ -121.814142497899752, 37.074501483869227 ], [ -121.814010618927753, 37.074852256315097 ], [ -121.814004513670653, 37.074868494976961 ], [ -121.813996506318375, 37.074907134068923 ], [ -121.813958505906001, 37.075090501171701 ], [ -121.814065327244393, 37.075276497512569 ], [ -121.81407416322169, 37.075291974670364 ], [ -121.814074433650745, 37.075292349952562 ], [ -121.814074525117974, 37.075292486954915 ], [ -121.814211495095279, 37.075476486270802 ], [ -121.814458233104531, 37.075680269752006 ], [ -121.81445845729597, 37.075680512112385 ], [ -121.814523602840381, 37.075753842638491 ], [ -121.814592513811633, 37.075831482106032 ], [ -121.81465789537306, 37.075970177175222 ], [ -121.814658508662347, 37.075971479291326 ], [ -121.814734768012372, 37.076052473156253 ], [ -121.814795266386682, 37.076116728249815 ], [ -121.814819514612196, 37.076142478860625 ], [ -121.814876751562778, 37.076215708382684 ], [ -121.815116521682398, 37.076522478575697 ], [ -121.815206015073926, 37.076658117227559 ], [ -121.81534349151525, 37.076866481551718 ], [ -121.815415749205272, 37.076943745789947 ], [ -121.815429970347694, 37.076958952445345 ], [ -121.815444210078724, 37.076974181751758 ], [ -121.815444497867063, 37.076974489543012 ], [ -121.81544449789385, 37.076974489568279 ], [ -121.815444498282446, 37.076974489983876 ], [ -121.815445348723628, 37.076975292488953 ], [ -121.815459589255624, 37.076988731155211 ], [ -121.815539529476268, 37.077064159750662 ], [ -121.815586506064363, 37.077108485579146 ], [ -121.815662499745244, 37.07715949778018 ], [ -121.815700942485577, 37.07718018575742 ], [ -121.815714500548168, 37.077187482209418 ], [ -121.815793513182328, 37.077213488962862 ], [ -121.815842679051812, 37.077209136090687 ], [ -121.815906514582366, 37.077203485319998 ], [ -121.815989751207425, 37.077207132365011 ], [ -121.816037542598025, 37.077209226830256 ], [ -121.816180496736351, 37.077215489696989 ], [ -121.816194716942391, 37.077218417008631 ], [ -121.816208142331931, 37.077221181336661 ], [ -121.816227897562953, 37.077225250930397 ], [ -121.816248502232284, 37.077229496170496 ], [ -121.816306024865497, 37.077261893357317 ], [ -121.8163085468085, 37.077263313860001 ], [ -121.816319507890285, 37.077269489366117 ], [ -121.816415047483474, 37.07732942212035 ], [ -121.81649926132539, 37.077382251173518 ], [ -121.816539505152676, 37.077407497563129 ], [ -121.816739503259527, 37.077489500584825 ], [ -121.816852798000042, 37.07755628013966 ], [ -121.816929495647315, 37.077601488674219 ], [ -121.817084504520295, 37.077690499417052 ], [ -121.817208502295742, 37.077791498158071 ], [ -121.817300495049665, 37.077898487827198 ], [ -121.817327190132389, 37.07795612775211 ], [ -121.817344496648715, 37.077993496957227 ], [ -121.817362672817296, 37.078072952297468 ], [ -121.817379495336169, 37.078146492580174 ], [ -121.817403503410318, 37.078340493049538 ], [ -121.817406231119051, 37.078458094418068 ], [ -121.817407492633549, 37.078512489389119 ], [ -121.817347495822261, 37.078785490826952 ], [ -121.817269968924478, 37.07890430128252 ], [ -121.817208570338906, 37.078998394029803 ], [ -121.817208481338966, 37.078998486286601 ], [ -121.817192331569174, 37.079015477097087 ], [ -121.817127841067403, 37.079083170810016 ], [ -121.817108668494299, 37.079103295304456 ], [ -121.817108489879203, 37.079103481737036 ], [ -121.817054970987343, 37.079134345358973 ], [ -121.81699750255045, 37.079167486384179 ], [ -121.816881294056799, 37.079210618904803 ], [ -121.816671497411065, 37.07928848779207 ], [ -121.816671079517278, 37.07928878846986 ], [ -121.816615053208878, 37.079329046155998 ], [ -121.816614980615384, 37.079329151277534 ], [ -121.816614502742539, 37.079329493078845 ], [ -121.816614502419682, 37.079329493610174 ], [ -121.816614502365837, 37.079329493648643 ], [ -121.816566503670032, 37.079408482548189 ], [ -121.81656041697056, 37.079478019424378 ], [ -121.816559499908578, 37.079488495188357 ], [ -121.816570512166578, 37.079561487583184 ], [ -121.816571746201845, 37.07956849647762 ], [ -121.816595513528824, 37.079703488762767 ], [ -121.816597621625291, 37.079786578938162 ], [ -121.81659762510165, 37.079786648310233 ], [ -121.81659762675551, 37.079786691699653 ], [ -121.816599499733343, 37.079860500743258 ], [ -121.816578307727966, 37.079951869266019 ], [ -121.816575283531662, 37.079964907540173 ], [ -121.816554504324472, 37.080054491670545 ], [ -121.816534974212104, 37.08010512941263 ], [ -121.81653216516797, 37.080112412833628 ], [ -121.816500509773604, 37.080194488081816 ], [ -121.816495493603782, 37.080229636333129 ], [ -121.816491513964195, 37.080257497002094 ], [ -121.816498509655901, 37.080314499838416 ], [ -121.816501945418977, 37.080361440813945 ], [ -121.816504468106501, 37.080396511278352 ], [ -121.816696019224352, 37.080621018602692 ], [ -121.816696439487998, 37.080621518155169 ], [ -121.816922782873093, 37.080895565052508 ], [ -121.816926465821652, 37.080900025667432 ], [ -121.817166428072781, 37.081190658212563 ], [ -121.817364506555791, 37.081430528550968 ], [ -121.817397509043388, 37.081470494200289 ], [ -121.81740157041709, 37.081474996321823 ], [ -121.817480501435597, 37.081562494557765 ], [ -121.817496502172716, 37.081619493297062 ], [ -121.817493619863001, 37.081629567880128 ], [ -121.817484485728443, 37.081661490464398 ], [ -121.817459520194788, 37.081729175848082 ], [ -121.81745345340083, 37.081745476106313 ], [ -121.817453239983038, 37.081746044941298 ], [ -121.8174438695943, 37.081772264796776 ], [ -121.81740850847892, 37.081870489804238 ], [ -121.817404118354517, 37.081892036173244 ], [ -121.817397508489691, 37.081924486124315 ], [ -121.817403696009322, 37.081943324290911 ], [ -121.817420493590916, 37.081994493811244 ], [ -121.817505036344087, 37.082097331810743 ], [ -121.817517508943865, 37.082112501423317 ], [ -121.81753203004142, 37.082145869136916 ], [ -121.817545404432863, 37.08217659549328 ], [ -121.817564512989037, 37.08222049891878 ], [ -121.817564496192276, 37.082273499548577 ], [ -121.817544599269155, 37.082331202926163 ], [ -121.81754449467978, 37.082331505693439 ], [ -121.817518663613029, 37.082351827185647 ], [ -121.817408505900872, 37.082438492785563 ], [ -121.817401858125692, 37.082460176396431 ], [ -121.817398640024024, 37.082470671418776 ], [ -121.817390835849523, 37.082496136105959 ], [ -121.817389500213551, 37.082500493932393 ], [ -121.817396641423969, 37.082519012808561 ], [ -121.817397458974028, 37.082521133020407 ], [ -121.81739891933988, 37.082524919683777 ], [ -121.817416499153396, 37.08257050465383 ], [ -121.8174986302203, 37.082698620239547 ], [ -121.817591494692607, 37.08284347979545 ], [ -121.817638380526901, 37.082912585502683 ], [ -121.817664718321453, 37.082951405661142 ], [ -121.817668541708812, 37.082957040743089 ], [ -121.817688514959158, 37.082986480855958 ], [ -121.817706504281134, 37.083009893084729 ], [ -121.81771154390114, 37.083016451198056 ], [ -121.817771513534311, 37.083094490524623 ], [ -121.817823569336028, 37.083129855623952 ], [ -121.817902501648589, 37.083183480083129 ], [ -121.817942508054713, 37.083218491694964 ], [ -121.817994509728294, 37.083288493942639 ], [ -121.818034495318742, 37.083409495134006 ], [ -121.81807450254486, 37.083529499760161 ], [ -121.818102493353933, 37.083694497340403 ], [ -121.818141239851542, 37.0837455722031 ], [ -121.818146108785882, 37.083752014425819 ], [ -121.818146496126943, 37.083752496709657 ], [ -121.818219156588867, 37.083799399352884 ], [ -121.818225501507882, 37.083803495057893 ], [ -121.818242410969773, 37.083808391773893 ], [ -121.818391658660715, 37.083851612216698 ], [ -121.818423195343328, 37.083860744081306 ], [ -121.818484494295916, 37.083878495255775 ], [ -121.818704438051384, 37.083906435992354 ], [ -121.818791492767232, 37.083917495495335 ], [ -121.818917360269637, 37.083925153163321 ], [ -121.819054493571144, 37.083933498692822 ], [ -121.819090198003309, 37.083941431955189 ], [ -121.819191180008872, 37.083963869805253 ], [ -121.819297499900799, 37.083987496349614 ], [ -121.819356356989587, 37.084012382720267 ], [ -121.819356483800718, 37.084012435852841 ], [ -121.819459663550901, 37.084056058969438 ], [ -121.819472506822379, 37.084061489044451 ], [ -121.819518613651667, 37.084079603168234 ], [ -121.819584501235809, 37.084105488729818 ], [ -121.819594176923474, 37.084109797491394 ], [ -121.81971250698524, 37.084162493168812 ], [ -121.819806225376553, 37.084209849657128 ], [ -121.819807500403343, 37.084210493951375 ], [ -121.820027281136561, 37.084337361810071 ], [ -121.820027512153302, 37.084337494524895 ], [ -121.820130513433256, 37.084441488808366 ], [ -121.820130731193828, 37.084441795238 ], [ -121.820130753998967, 37.084441827464083 ], [ -121.820258500481728, 37.084623490099354 ], [ -121.820258500617271, 37.084623490224537 ], [ -121.820258500936433, 37.084623490678524 ], [ -121.82025902850053, 37.084623977736079 ], [ -121.820454492505803, 37.084804492955222 ], [ -121.820592511312384, 37.084916488022117 ], [ -121.820614414298959, 37.084923859765127 ], [ -121.820800501764595, 37.084986491334092 ], [ -121.820924682874804, 37.085039628362686 ], [ -121.821015509975979, 37.085078494253651 ], [ -121.821121198379856, 37.085140606187338 ], [ -121.821178403643302, 37.08517422566657 ], [ -121.821199417245253, 37.085186570650372 ], [ -121.821226499431532, 37.085202481507253 ], [ -121.821458684239104, 37.085335901840907 ], [ -121.821489638453926, 37.085353689154822 ], [ -121.821628501017187, 37.085433484752194 ], [ -121.822158500794757, 37.085687502588158 ], [ -121.822485199903994, 37.085782323622354 ], [ -121.822661507752926, 37.085833495626019 ], [ -121.822761537846205, 37.085858658490807 ], [ -121.82276164478337, 37.085858685756484 ], [ -121.822761747182653, 37.085858712284832 ], [ -121.822983508146294, 37.085914495372791 ], [ -121.823093203460687, 37.085924173806532 ], [ -121.823134495744895, 37.085927818067795 ], [ -121.823187499572882, 37.085932496226256 ], [ -121.823286212225256, 37.085935952001797 ], [ -121.823387512209692, 37.085939499294518 ], [ -121.823418326134004, 37.085944685867723 ], [ -121.823482496067967, 37.085955487928977 ], [ -121.823513837924835, 37.085971678724171 ], [ -121.82351447237761, 37.085972006497983 ], [ -121.823514994254168, 37.085972276077108 ], [ -121.823542504644067, 37.085986488020886 ], [ -121.823598609173089, 37.086031674130446 ], [ -121.823608107691697, 37.086039324421577 ], [ -121.823614005909135, 37.086044078259519 ], [ -121.823614185018073, 37.086044221895342 ], [ -121.823614513934402, 37.086044486185038 ], [ -121.82362345585409, 37.086062092142463 ], [ -121.823645502953724, 37.086105490432274 ], [ -121.823648583311055, 37.086116268418927 ], [ -121.823661507145601, 37.086161491681096 ], [ -121.823681433872594, 37.086234063938008 ], [ -121.823689514127892, 37.086263493350842 ], [ -121.823707051503746, 37.086330907908689 ], [ -121.823721509615069, 37.086386486885445 ], [ -121.823744406862488, 37.086489535301098 ], [ -121.823765504360921, 37.086584485274997 ], [ -121.823812494803107, 37.086716480421089 ], [ -121.823852503828078, 37.086823830284374 ], [ -121.823852901645367, 37.086824901270646 ], [ -121.823886528366387, 37.086915134509653 ], [ -121.823913495862044, 37.086987500771855 ], [ -121.823943527733917, 37.087126643792217 ], [ -121.823946218264936, 37.087139109881228 ], [ -121.823992496690039, 37.087353500084824 ], [ -121.82399919151274, 37.087387142153368 ], [ -121.824029508796514, 37.087539493359195 ], [ -121.824057497237803, 37.087665494673914 ], [ -121.824077503249839, 37.087723492185056 ], [ -121.824120501889226, 37.087790485971119 ], [ -121.824120502292516, 37.08779048620783 ], [ -121.824120502514219, 37.08779048655326 ], [ -121.824212506273511, 37.08784448856219 ], [ -121.824316503302882, 37.087863500818294 ], [ -121.82440388145389, 37.087868782334859 ], [ -121.824415518413574, 37.087869485858768 ], [ -121.824428662719967, 37.087868665475924 ], [ -121.82451151046763, 37.087863495636938 ], [ -121.824842511376715, 37.087774495188469 ], [ -121.824887415760827, 37.087769556085178 ], [ -121.82488745979667, 37.087769551103527 ], [ -121.82488760929516, 37.087769534370643 ], [ -121.824894369697461, 37.087768790333129 ], [ -121.82493349870181, 37.087764484889611 ], [ -121.824989159155862, 37.087765359518642 ], [ -121.825060499046415, 37.087766482846853 ], [ -121.82513007362455, 37.087774416888784 ], [ -121.825174499921161, 37.087779483262224 ], [ -121.825266494508099, 37.087795496751518 ], [ -121.825341616470254, 37.087799996568549 ], [ -121.825366496698365, 37.087801487083581 ], [ -121.825366497352576, 37.087801486937202 ], [ -121.825366497815025, 37.087801486964892 ], [ -121.825452461989798, 37.087782252856904 ], [ -121.825652502523496, 37.087737494967875 ], [ -121.825682835589888, 37.087734458504983 ], [ -121.825772510152703, 37.087725482601321 ], [ -121.825876735923927, 37.087725494618155 ], [ -121.825904520804059, 37.087725498054461 ], [ -121.826089274914509, 37.087732134823625 ], [ -121.826179593001683, 37.087735381851509 ], [ -121.8261825116642, 37.087735486800796 ], [ -121.82619029125685, 37.087736882544881 ], [ -121.826245059629031, 37.08774670966217 ], [ -121.826444516707411, 37.087782495651958 ], [ -121.826458895731179, 37.087787219435896 ], [ -121.826488708188421, 37.087797014533038 ], [ -121.826514510064897, 37.087805489566449 ], [ -121.826517982890849, 37.087808046624133 ], [ -121.826520541804896, 37.087809931452973 ], [ -121.826520791535231, 37.087810112946151 ], [ -121.826520796348007, 37.087810116457035 ], [ -121.826582502841703, 37.087855488425383 ], [ -121.826661501944486, 37.087923493185258 ], [ -121.826669968826053, 37.08793105525293 ], [ -121.826764507698769, 37.088015492261285 ], [ -121.826861500341337, 37.088034489304519 ], [ -121.826936404414724, 37.088025039883178 ], [ -121.826964495763931, 37.088021496378836 ], [ -121.826964496891861, 37.088021495914987 ], [ -121.826964496920326, 37.088021495911377 ], [ -121.826965215816045, 37.088021200253912 ], [ -121.827071492505254, 37.087977493451959 ], [ -121.827195157633327, 37.087957763797782 ], [ -121.827234506563187, 37.087951486350171 ], [ -121.827338499496449, 37.08794849413492 ], [ -121.827540696823604, 37.087981670387926 ], [ -121.827661499743883, 37.088001492036035 ], [ -121.827702714177605, 37.08800446031632 ], [ -121.827711731627588, 37.088005109937683 ], [ -121.827724343383537, 37.088006019528876 ], [ -121.827772510196311, 37.088009494130084 ], [ -121.82784662237286, 37.088003714834294 ], [ -121.827846824606951, 37.08800369972942 ], [ -121.827846850064589, 37.088003697889874 ], [ -121.827852497267443, 37.088003257219356 ], [ -121.827926507604047, 37.087997482746196 ], [ -121.827989050749636, 37.087992413001963 ], [ -121.828006526235697, 37.087990995093186 ], [ -121.828037505614745, 37.08798848188377 ], [ -121.82808172079649, 37.087977150010239 ], [ -121.82815451648041, 37.087958499012963 ], [ -121.828236275582597, 37.087932870864883 ], [ -121.828287626837664, 37.087916774634586 ], [ -121.828505486121259, 37.087848489113675 ], [ -121.828583506665353, 37.087826499306942 ], [ -121.828676502089138, 37.087826496138959 ], [ -121.828731622372715, 37.087836774416701 ], [ -121.828794512847182, 37.087848502088541 ], [ -121.828877336390661, 37.087861317089533 ], [ -121.82887850881383, 37.087861498501205 ], [ -121.82898308349121, 37.087889336211909 ], [ -121.829017511254079, 37.087898500027464 ], [ -121.829018084639358, 37.08789886581598 ], [ -121.829123490177366, 37.087966492966302 ], [ -121.8291237182967, 37.087966675201557 ], [ -121.829124028331819, 37.087966924475658 ], [ -121.829164279209351, 37.087998930570571 ], [ -121.829167502489241, 37.088001493738233 ], [ -121.829167504436342, 37.088001498440676 ], [ -121.829167569389654, 37.088001658160998 ], [ -121.829187508883734, 37.08805049759841 ], [ -121.829191963334324, 37.088092598103522 ], [ -121.829196503826893, 37.088135485741887 ], [ -121.829211311522755, 37.088191998839655 ], [ -121.829223486915524, 37.088238481992342 ], [ -121.829258507345287, 37.088285494927298 ], [ -121.829302621502251, 37.088296517860037 ], [ -121.829302687722375, 37.088296534407611 ], [ -121.829302708726502, 37.088296539653371 ], [ -121.829318509607432, 37.088300486598463 ], [ -121.829367498708322, 37.088294491858846 ], [ -121.829377165207276, 37.088289451642382 ], [ -121.829390494803178, 37.088282500626576 ], [ -121.829470509764903, 37.088250484913331 ], [ -121.829537195018872, 37.088220786799724 ], [ -121.829598490454856, 37.088193489834474 ], [ -121.829697844145983, 37.088139174305233 ], [ -121.829737501190536, 37.088117494602521 ], [ -121.829764386162481, 37.088108786005193 ], [ -121.829764550832181, 37.088108731380728 ], [ -121.829808501039707, 37.088094489414793 ], [ -121.82989350285095, 37.088094499592408 ], [ -121.830038250048005, 37.088094499587982 ], [ -121.830116512582094, 37.088094499968484 ], [ -121.830200261476833, 37.088083618377283 ], [ -121.830259327831257, 37.088075944809809 ], [ -121.830270492363255, 37.088074494428561 ], [ -121.830355496676091, 37.088080487306982 ], [ -121.830461511308769, 37.088115500165841 ], [ -121.830586490544718, 37.088208494788212 ], [ -121.830724505911007, 37.088290489844717 ], [ -121.830828497534085, 37.088335490894039 ], [ -121.830932503064716, 37.088376498270812 ], [ -121.830997705266682, 37.088396315803749 ], [ -121.831159497934294, 37.088445491449363 ], [ -121.831252080145802, 37.088480679909352 ], [ -121.831430488537578, 37.088548489813888 ], [ -121.831518851691982, 37.088576161825145 ], [ -121.831529513107483, 37.088579500668402 ], [ -121.831673499383498, 37.088665485910028 ], [ -121.831819505401256, 37.088809491620268 ], [ -121.831855180035205, 37.088858489495927 ], [ -121.831902507136661, 37.088923492185693 ], [ -121.831946888872224, 37.089009696010251 ], [ -121.831954506365776, 37.089024491825953 ], [ -121.83195590693046, 37.089027908554833 ], [ -121.831970495737295, 37.0890634996762 ], [ -121.831982376517317, 37.08910841612262 ], [ -121.831983260826107, 37.089111760866381 ], [ -121.831993498852995, 37.089150487837976 ], [ -121.832003497226765, 37.089225500457019 ], [ -121.831993662140107, 37.08927389675182 ], [ -121.831986692523259, 37.089308183379721 ], [ -121.831978497582213, 37.089348493247776 ], [ -121.831986501300094, 37.089454498126059 ], [ -121.831986501514208, 37.089454498373392 ], [ -121.831986501531176, 37.089454498598421 ], [ -121.832102499007775, 37.089588499569771 ], [ -121.83236341517086, 37.089809263100882 ], [ -121.832440506849309, 37.089874491309672 ], [ -121.832464314165748, 37.089890629519289 ], [ -121.832512971322146, 37.08992361327801 ], [ -121.83254601477924, 37.089946014170401 ], [ -121.832589501150935, 37.089975495397034 ], [ -121.832655516465337, 37.090010415532554 ], [ -121.832702461976254, 37.090035248910958 ], [ -121.832702699409111, 37.090035372819905 ], [ -121.832831496370105, 37.090103498389489 ], [ -121.832950501422189, 37.090179490086797 ], [ -121.833074157230612, 37.09028602558157 ], [ -121.833079964643957, 37.090291049628931 ], [ -121.833080391207474, 37.090291394953098 ], [ -121.833080474888362, 37.090291460135774 ], [ -121.833080506580046, 37.090291484917024 ], [ -121.833175510548884, 37.09036350103684 ], [ -121.833200043635003, 37.090385837544567 ], [ -121.833234212453078, 37.090416947956754 ], [ -121.83329850460791, 37.090475487358653 ], [ -121.833389486481281, 37.090559076233845 ], [ -121.833421507512298, 37.090588495481867 ], [ -121.83342938843073, 37.090600837703917 ], [ -121.833497494382129, 37.090707499623655 ], [ -121.833519087150279, 37.090734357829675 ], [ -121.833520627292714, 37.090736273645696 ], [ -121.833542497093177, 37.09076348554705 ], [ -121.833589196312715, 37.090805467795825 ], [ -121.833641512528089, 37.090852500000913 ], [ -121.833792495860081, 37.090963488608708 ], [ -121.833818737471105, 37.090979667831839 ], [ -121.833880499438209, 37.0910177448281 ], [ -121.83392551245278, 37.091045496281893 ], [ -121.834126068397993, 37.091156813271645 ], [ -121.834134481180996, 37.091161511475768 ], [ -121.834152348961965, 37.09116610788508 ], [ -121.834177151652057, 37.091172515746777 ], [ -121.83419249970747, 37.091176481972241 ], [ -121.834283102074835, 37.091176486932902 ], [ -121.834284513175518, 37.09117648702216 ], [ -121.834406513347531, 37.091144486998154 ], [ -121.834604497380937, 37.091033498395305 ], [ -121.834641463296606, 37.091014504850833 ], [ -121.834713501541529, 37.090977491574449 ], [ -121.834771677229668, 37.090962215246805 ], [ -121.834812502885796, 37.090951495407992 ], [ -121.834871747608176, 37.09094880184616 ], [ -121.834919356360118, 37.090946637672793 ], [ -121.834944516571298, 37.090945499211735 ], [ -121.834986905118384, 37.090949351593252 ], [ -121.835031891007944, 37.090953440528878 ], [ -121.835079486743112, 37.090957764045278 ], [ -121.83509850748132, 37.090959492057202 ], [ -121.835143398125069, 37.090974023924836 ], [ -121.835237514534739, 37.091004496592014 ], [ -121.835274057914631, 37.091044044243837 ], [ -121.835310500141262, 37.091083482440887 ], [ -121.835310500730813, 37.091083483064452 ], [ -121.835310501136476, 37.091083483503475 ], [ -121.835362502241622, 37.091138483756808 ], [ -121.835392721147159, 37.091197895824337 ], [ -121.835421516870625, 37.091254498363625 ], [ -121.835459224062461, 37.091322566276155 ], [ -121.835460310080336, 37.091324526744117 ], [ -121.835461092574164, 37.091325939474807 ], [ -121.835493518468752, 37.091384482713458 ], [ -121.835505226682415, 37.091399925064778 ], [ -121.835537496738127, 37.091442488843668 ], [ -121.83560370031681, 37.091472180107992 ], [ -121.835615517531224, 37.091477480057286 ], [ -121.835615518067513, 37.0914774801834 ], [ -121.835615518458695, 37.091477480358847 ], [ -121.835674498508354, 37.091491350471685 ], [ -121.836199555248143, 37.091614826801191 ], [ -121.836508504044374, 37.0916874829324 ], [ -121.836557293316943, 37.091692124049729 ], [ -121.836634810552141, 37.091699498785083 ], [ -121.836834509963452, 37.091718502395594 ], [ -121.837238497585389, 37.091636493704101 ], [ -121.83760450419561, 37.09153548403048 ], [ -121.837823263597528, 37.091515173491054 ], [ -121.837884486412818, 37.09150948952685 ], [ -121.837903875538004, 37.091512624357357 ], [ -121.83798475458687, 37.091525701070282 ], [ -121.838119506879011, 37.091547492420226 ], [ -121.838141085209102, 37.09155587172139 ], [ -121.83820827594333, 37.091581963703263 ], [ -121.838309106439766, 37.09162112010933 ], [ -121.838325498811187, 37.091627485980489 ], [ -121.838519511135516, 37.0917824959214 ], [ -121.838689232041503, 37.09197620322356 ], [ -121.838689491013071, 37.091976498797628 ], [ -121.838724289617133, 37.092040365667813 ], [ -121.838762501837394, 37.0921104979615 ], [ -121.838779493218823, 37.092310497316376 ], [ -121.838764458387871, 37.092423545989782 ], [ -121.838750500963002, 37.092528485357185 ], [ -121.838647107440678, 37.092696596391846 ], [ -121.83863549040143, 37.092715484681811 ], [ -121.838634326789872, 37.092717230313326 ], [ -121.83862622667985, 37.092729380620433 ], [ -121.838571510389059, 37.09281147812645 ], [ -121.838551163135634, 37.092844546933264 ], [ -121.838525908780085, 37.092885590267436 ], [ -121.838523129641757, 37.092890106554435 ], [ -121.838515505278011, 37.092902495002988 ], [ -121.838513293663212, 37.092924834964499 ], [ -121.838511125415621, 37.092946727242122 ], [ -121.838505502416155, 37.09300348361662 ], [ -121.838512901547105, 37.093017736136126 ], [ -121.838513966505374, 37.093019787747195 ], [ -121.83851823557147, 37.093028009378699 ], [ -121.838559500721374, 37.09310748270844 ], [ -121.83864395906059, 37.093174524955693 ], [ -121.83868550016031, 37.093207500532039 ], [ -121.838925492056205, 37.093347488678198 ], [ -121.839220509647831, 37.093451482214149 ], [ -121.839433503299034, 37.093465495753861 ], [ -121.83977750898751, 37.093436499816995 ], [ -121.84002949696459, 37.093406491585903 ], [ -121.840053163654119, 37.093414379219929 ], [ -121.840089592178288, 37.093426520526165 ], [ -121.840182497017679, 37.093457482664618 ], [ -121.840219879507288, 37.093544690374863 ], [ -121.840224808406674, 37.093556188946224 ], [ -121.840225774333973, 37.093558442513938 ], [ -121.840236506342293, 37.093583483086405 ], [ -121.840278504370843, 37.093774495545922 ], [ -121.840352096179259, 37.093945403072802 ], [ -121.840399494680497, 37.094055481095104 ], [ -121.840589481325878, 37.094204388528738 ], [ -121.840658510996477, 37.094258492721487 ], [ -121.84065895802577, 37.094258711473358 ], [ -121.840850490670462, 37.094352487131339 ], [ -121.84085115320751, 37.094352760340001 ], [ -121.840963797355158, 37.094401764057622 ], [ -121.841073514672857, 37.094449495255574 ], [ -121.841428497609229, 37.09452348238846 ], [ -121.841595051895553, 37.09451496537023 ], [ -121.841675646385184, 37.094510844077718 ], [ -121.841819499706205, 37.094503488429289 ], [ -121.842490505913119, 37.094472492602456 ], [ -121.842587779473774, 37.094469125397922 ], [ -121.842817849762582, 37.094461162204425 ], [ -121.843094772707303, 37.094451574345037 ], [ -121.843270496003569, 37.094445490863095 ], [ -121.843395244499604, 37.094469229377736 ], [ -121.84339573359668, 37.094468644435288 ], [ -121.852711833232306, 37.083283205251476 ], [ -121.854460666752345, 37.081182994654917 ], [ -121.870433693838876, 37.081179850919462 ], [ -121.876482256104765, 37.081178650293367 ], [ -121.88641755803782, 37.081176678917288 ], [ -121.896090922442056, 37.075896536330987 ], [ -121.90073961489253, 37.073359078412615 ], [ -121.9031, 37.073899999999739 ], [ -121.9115, 37.071699999999744 ], [ -121.9175, 37.06729999999974 ], [ -121.9162, 37.065199999999713 ], [ -121.9177, 37.060299999999742 ], [ -121.9166, 37.059699999999737 ], [ -121.9223, 37.055099999999733 ], [ -121.924442, 37.056765999999747 ], [ -121.9261, 37.063499999999735 ], [ -121.9277, 37.061199999999744 ], [ -121.9293, 37.062999999999739 ], [ -121.9286, 37.064499999999768 ], [ -121.939, 37.064399999999701 ], [ -121.9399, 37.055699999999739 ], [ -121.9505, 37.070799999999721 ], [ -121.9582, 37.070699999999746 ], [ -121.958, 37.073799999999729 ], [ -121.955, 37.073099999999734 ], [ -121.9601, 37.078799999999745 ], [ -121.9643, 37.080999999999719 ], [ -121.9651, 37.084099999999729 ], [ -121.9702, 37.085599999999744 ], [ -121.9754, 37.083099999999753 ], [ -121.9775, 37.085499999999733 ], [ -121.9769, 37.093599999999746 ], [ -121.9752, 37.095699999999738 ], [ -121.9754, 37.094299999999734 ], [ -121.970058, 37.095144999999761 ], [ -121.970924, 37.098708999999737 ], [ -121.9764, 37.101499999999746 ], [ -121.9736, 37.105199999999726 ], [ -121.9759, 37.107999999999741 ], [ -121.975284, 37.111369999999738 ], [ -121.9805, 37.112199999999746 ], [ -121.9809, 37.109799999999744 ], [ -121.9847, 37.109299999999735 ], [ -121.985474, 37.111261999999748 ], [ -121.9863, 37.10929999999972 ], [ -121.9868, 37.110599999999742 ], [ -121.9889, 37.109299999999742 ], [ -121.9885, 37.108199999999734 ], [ -121.9908, 37.109199999999724 ], [ -121.9916, 37.106999999999751 ], [ -121.9888, 37.103899999999747 ], [ -121.9902, 37.103499999999734 ], [ -121.9907, 37.099699999999743 ], [ -121.9956, 37.099499999999736 ], [ -122.0085, 37.091499999999741 ], [ -122.013, 37.09489999999974 ], [ -122.0161, 37.094399999999752 ], [ -122.018, 37.097099999999728 ], [ -122.0278, 37.097999999999722 ], [ -122.032, 37.095399999999735 ], [ -122.0368, 37.085699999999726 ], [ -122.0418, 37.082699999999733 ], [ -122.0423, 37.07629999999974 ], [ -122.045, 37.071099999999731 ], [ -122.0427, 37.061699999999739 ], [ -122.0445, 37.056699999999736 ], [ -122.0421, 37.056699999999751 ], [ -122.0414, 37.054499999999727 ], [ -122.0392, 37.054599999999724 ], [ -122.0361, 37.050699999999722 ], [ -122.0376, 37.04739999999974 ], [ -122.0407, 37.046499999999739 ], [ -122.0423, 37.046199999999729 ], [ -122.0447, 37.050099999999738 ], [ -122.0477, 37.048099999999735 ], [ -122.0466, 37.042099999999742 ], [ -122.040607, 37.035388999999753 ], [ -122.0486, 37.034599999999735 ], [ -122.0488, 37.032699999999735 ], [ -122.0522, 37.030499999999748 ], [ -122.0581, 37.034599999999735 ], [ -122.069, 37.024199999999752 ], [ -122.0869, 37.023499999999736 ], [ -122.078335, 37.01774399999973 ], [ -122.077847, 37.011619999999716 ], [ -122.069303, 37.011279999999729 ], [ -122.069791, 37.005326999999731 ], [ -122.074429, 37.005156999999727 ], [ -122.071012, 36.995970999999734 ], [ -122.068083, 36.995800999999737 ], [ -122.067924, 36.980438999999727 ], [ -122.0782, 36.95319999999974 ], [ -122.078999994336598, 36.95270099495707 ], [ -122.079377470370702, 36.952782856431064 ], [ -122.079745952666343, 36.952866069641011 ], [ -122.079929035656349, 36.952928609541374 ], [ -122.080219500019851, 36.95302849096948 ], [ -122.08040811625726, 36.953040330624574 ], [ -122.080440009202874, 36.953042988583562 ], [ -122.080452794704428, 36.953041570603553 ], [ -122.080598493607923, 36.953028491221865 ], [ -122.081046500908357, 36.952885485477758 ], [ -122.081113298908903, 36.95286384090948 ], [ -122.081191999086798, 36.952839080822535 ], [ -122.081297934784544, 36.952771967953836 ], [ -122.081319503539063, 36.952758483721794 ], [ -122.081319599157425, 36.952758240702686 ], [ -122.081320076062198, 36.952757940147322 ], [ -122.081321008309047, 36.952755620460323 ], [ -122.081321983553025, 36.952754991691847 ], [ -122.081343019394623, 36.9527009153595 ], [ -122.08138718807281, 36.952591158481965 ], [ -122.08156447948349, 36.952440467266008 ], [ -122.081774503423745, 36.952352493477747 ], [ -122.081838052877714, 36.952288001647069 ], [ -122.081909992692005, 36.952215967317144 ], [ -122.081950716141549, 36.952138480728571 ], [ -122.081979005172698, 36.952088991967919 ], [ -122.082087004476278, 36.951963006283684 ], [ -122.082207893933884, 36.951963000148034 ], [ -122.082329504935075, 36.951966486488516 ], [ -122.082531278145353, 36.952009003178745 ], [ -122.082645001478738, 36.952034993194715 ], [ -122.083086003977982, 36.952097994420654 ], [ -122.08333109503539, 36.952189025640813 ], [ -122.08339991139303, 36.952215946334093 ], [ -122.083468297879747, 36.952291386823042 ], [ -122.08373401941239, 36.952593008167099 ], [ -122.084058004930171, 36.952781993556556 ], [ -122.084323932123112, 36.95284108772092 ], [ -122.084544092570113, 36.95289305946531 ], [ -122.084725180533241, 36.952896430891741 ], [ -122.084912496708569, 36.952900496635323 ], [ -122.08506549459932, 36.952873488467098 ], [ -122.085217506529489, 36.952846486417094 ], [ -122.085285758343673, 36.952814405954513 ], [ -122.085434987537667, 36.952745998205856 ], [ -122.085504606856006, 36.952656510509811 ], [ -122.085563312337896, 36.952582784873819 ], [ -122.085574217055424, 36.952577101499209 ], [ -122.08576649886264, 36.952480491142836 ], [ -122.086098505774018, 36.952453493330722 ], [ -122.086354881413143, 36.952579360495506 ], [ -122.086434028726401, 36.952619976765774 ], [ -122.086730995433498, 36.952916986906963 ], [ -122.086992013696658, 36.953240993694799 ], [ -122.087046001919646, 36.953556007270528 ], [ -122.087080510613802, 36.953668903138393 ], [ -122.087144505824625, 36.953880490992638 ], [ -122.087259513908236, 36.953942487201118 ], [ -122.08726090223297, 36.953942418031048 ], [ -122.08726201520679, 36.953943002413695 ], [ -122.087295400077807, 36.953940436140428 ], [ -122.0873814984311, 36.95393548478232 ], [ -122.087496507372009, 36.953902488566413 ], [ -122.087691362077749, 36.953889496959228 ], [ -122.087703004641924, 36.953888996669214 ], [ -122.088792005797302, 36.953970005215709 ], [ -122.088839995437823, 36.953978804624342 ], [ -122.089332500437195, 36.954071493103271 ], [ -122.090146701758854, 36.954190913772862 ], [ -122.090982061817968, 36.954313959123496 ], [ -122.091071694949747, 36.954312000203622 ], [ -122.091266990414226, 36.954312001545333 ], [ -122.091572149733125, 36.954015626457824 ], [ -122.091577642877283, 36.954010388044409 ], [ -122.09180150494133, 36.953908490752966 ], [ -122.091861461327284, 36.953917567974905 ], [ -122.092068001905758, 36.953951987728203 ], [ -122.092125834473293, 36.954004815121976 ], [ -122.092275518545222, 36.954144474484089 ], [ -122.092276066555144, 36.954144974659457 ], [ -122.092403387843632, 36.954254567040394 ], [ -122.092509008702038, 36.954347992445193 ], [ -122.092610308902977, 36.954406933663236 ], [ -122.092999495265246, 36.954639494793703 ], [ -122.09339650229262, 36.954863500537272 ], [ -122.093672078083685, 36.954917465043778 ], [ -122.093876991717522, 36.954959987088351 ], [ -122.094055464668259, 36.955009352476793 ], [ -122.094297501238145, 36.955079487672712 ], [ -122.09446050294342, 36.955059495384937 ], [ -122.094462001887692, 36.95505899631317 ], [ -122.09463298967664, 36.955004989230872 ], [ -122.094822004795589, 36.954932992239627 ], [ -122.094923027636696, 36.954923369572306 ], [ -122.095008507617948, 36.954917485560429 ], [ -122.095147814176997, 36.95496258048987 ], [ -122.095217997055343, 36.954987000647627 ], [ -122.09540639356814, 36.955059458222848 ], [ -122.095681495702024, 36.955167495108441 ], [ -122.095822715065154, 36.955213685308486 ], [ -122.096054991578356, 36.955292997594064 ], [ -122.096342990348447, 36.955338001764453 ], [ -122.096421537034885, 36.955332930134517 ], [ -122.096623502993083, 36.955323488610141 ], [ -122.096747224907219, 36.955271796597351 ], [ -122.096872900441241, 36.955219636633785 ], [ -122.096982001342454, 36.955175992746888 ], [ -122.097162007505659, 36.95514900563542 ], [ -122.097324020556599, 36.955149001634055 ], [ -122.097768401642398, 36.955279255289888 ], [ -122.097849501141994, 36.955303489495279 ], [ -122.098130512286104, 36.955357495254162 ], [ -122.098133639769173, 36.955355922174128 ], [ -122.098134000733225, 36.955355990240754 ], [ -122.09829600668111, 36.955274995745455 ], [ -122.0983860038492, 36.955212002355331 ], [ -122.098538815126702, 36.955195906469619 ], [ -122.098556501062276, 36.955194491080732 ], [ -122.098595454820313, 36.955195526541146 ], [ -122.098781995842899, 36.955202995325884 ], [ -122.098897538955526, 36.955195291644216 ], [ -122.098915491277836, 36.955194486713872 ], [ -122.098948598632248, 36.955195660360523 ], [ -122.099088003208564, 36.955202991139373 ], [ -122.099250004256746, 36.955257003378563 ], [ -122.09946601324117, 36.955230005218034 ], [ -122.099807986790509, 36.954960002316767 ], [ -122.099896041945115, 36.954949429693976 ], [ -122.099899247897028, 36.954949125556261 ], [ -122.10003401529643, 36.954937067529585 ], [ -122.100236397686515, 36.954993261964589 ], [ -122.100276001067968, 36.955004993931304 ], [ -122.100654014759485, 36.95523899025887 ], [ -122.100817251007683, 36.95535029191381 ], [ -122.101446500413203, 36.955783497994986 ], [ -122.101605200423108, 36.955852570320118 ], [ -122.101831935042853, 36.955951950125943 ], [ -122.101990683780372, 36.955969306049965 ], [ -122.102274008763672, 36.956003999041251 ], [ -122.102723985615484, 36.9560040062929 ], [ -122.103294976236356, 36.955897420104968 ], [ -122.103399497731104, 36.955878495732279 ], [ -122.103670505922992, 36.955918494408024 ], [ -122.104051711430898, 36.956041573066528 ], [ -122.10420899408922, 36.956094007216443 ], [ -122.104749015604554, 36.956219998856589 ], [ -122.1053160098907, 36.956264996484897 ], [ -122.1058920204554, 36.956354996281277 ], [ -122.106240108315518, 36.956479316196962 ], [ -122.106521500591441, 36.956582487516002 ], [ -122.108229321658641, 36.957554678167604 ], [ -122.108412894265285, 36.957659278151063 ], [ -122.108493003054335, 36.957704999289746 ], [ -122.108654999592716, 36.957866995527958 ], [ -122.109303005224049, 36.95850599863887 ], [ -122.109683574013744, 36.958830992968778 ], [ -122.110104498961775, 36.959194494011783 ], [ -122.110822491473002, 36.959560494980089 ], [ -122.111919504187654, 36.960074488987381 ], [ -122.112485610408996, 36.960555102811384 ], [ -122.11293001152292, 36.960936001236817 ], [ -122.113300444481553, 36.96129074790386 ], [ -122.11399195478505, 36.961953012685044 ], [ -122.11399552590737, 36.961956471316505 ], [ -122.114629053529157, 36.962579495421132 ], [ -122.114716930436927, 36.962666022227076 ], [ -122.114815017937246, 36.962684379794972 ], [ -122.114876416613072, 36.962696152055564 ], [ -122.114981996044193, 36.962718000948165 ], [ -122.115260999009479, 36.962771993085653 ], [ -122.115625486115334, 36.962771997498891 ], [ -122.115893248534576, 36.962774989012466 ], [ -122.116314161811673, 36.962679446562944 ], [ -122.116522499992101, 36.962632492511673 ], [ -122.116861440086424, 36.962507739680142 ], [ -122.117171276556903, 36.962393905584847 ], [ -122.117421021293808, 36.962304001746091 ], [ -122.117531886060007, 36.962295965140996 ], [ -122.119733946300883, 36.963505156910564 ], [ -122.120229, 36.963776999999752 ], [ -122.124093, 36.965898999999737 ], [ -122.124553373387656, 36.966151765515761 ], [ -122.139819586380455, 36.974533597107978 ], [ -122.140578, 36.97494999999973 ], [ -122.147402742000978, 36.977726963986342 ], [ -122.155078, 36.980849999999734 ], [ -122.155966709026657, 36.98148157837786 ], [ -122.165345707648456, 36.988146946411959 ], [ -122.169657325059461, 36.991211081297301 ], [ -122.175567571015989, 36.995411312693079 ], [ -122.176626051086785, 36.99616354217013 ], [ -122.17792105893777, 36.997083864720778 ], [ -122.182093338865286, 37.000048976709756 ], [ -122.183749834932513, 37.001226197901509 ], [ -122.185835510572375, 37.002708423915209 ], [ -122.186879, 37.003449999999738 ], [ -122.188314656615717, 37.004230941858125 ], [ -122.189207559935255, 37.00471664684499 ], [ -122.20618, 37.013948999999734 ], [ -122.213476660364506, 37.021166033323482 ], [ -122.228792505333914, 37.036314739444272 ], [ -122.246386333210182, 37.053716569285854 ], [ -122.247356726378641, 37.054676372741696 ], [ -122.249375097119511, 37.056672717393731 ], [ -122.252181, 37.05944799999974 ], [ -122.25512686139318, 37.064097492078105 ], [ -122.255663730502746, 37.064944839708893 ], [ -122.256360391768851, 37.066044389418039 ], [ -122.257544944205804, 37.067913984228184 ], [ -122.260481, 37.072547999999749 ], [ -122.269516832048595, 37.083360559320546 ], [ -122.2712900751701, 37.085482477516727 ], [ -122.277470936596529, 37.092878689671565 ], [ -122.280166084565494, 37.096103788050591 ], [ -122.284882, 37.101746999999747 ], [ -122.287413851183729, 37.103490430669751 ], [ -122.289015618698343, 37.104593406480127 ], [ -122.292893176815298, 37.107263489852009 ], [ -122.293005784601846, 37.107341031482427 ], [ -122.293013, 37.107345999999765 ], [ -122.306139, 37.116382999999743 ], [ -122.313907, 37.118160999999752 ], [ -122.318685285231197, 37.116737108957231 ], [ -122.319226704680275, 37.116575770262152 ], [ -122.321236434120095, 37.115976886853403 ], [ -122.322971, 37.115459999999729 ], [ -122.323354042027248, 37.115453762529462 ], [ -122.330463, 37.115337999999767 ], [ -122.330798759256979, 37.115441857736016 ], [ -122.336474747700294, 37.117197566025688 ], [ -122.337071, 37.117381999999736 ], [ -122.338856, 37.120853999999746 ], [ -122.33831468049496, 37.123892541614467 ], [ -122.337251921826649, 37.129858032253452 ], [ -122.337085, 37.130794999999736 ], [ -122.337833, 37.135935999999752 ], [ -122.344029, 37.144098999999734 ], [ -122.359218364848502, 37.155157112018308 ], [ -122.359791, 37.155573999999739 ], [ -122.360287861720991, 37.15756716365189 ], [ -122.36049466611361, 37.158396760662583 ], [ -122.36179, 37.163592999999736 ], [ -122.366143106580239, 37.171176202095332 ], [ -122.367085, 37.172816999999739 ], [ -122.37407858984686, 37.177587104654407 ], [ -122.37520382493058, 37.178354591628626 ], [ -122.375670206276425, 37.178672695474795 ], [ -122.375757467954813, 37.178732213883407 ], [ -122.376143185123482, 37.178995299266141 ], [ -122.37927, 37.181127999999752 ], [ -122.37958894981675, 37.181180365315221 ], [ -122.381796810763845, 37.181542852857092 ], [ -122.389443765398127, 37.182798333095384 ], [ -122.389679326512478, 37.182837007618531 ], [ -122.390599, 37.182987999999753 ], [ -122.390669479498172, 37.183034444964456 ], [ -122.397065, 37.187248999999746 ], [ -122.397964145809809, 37.188208103834327 ], [ -122.398219367290224, 37.188480344329562 ], [ -122.398590247864362, 37.188875956450438 ], [ -122.404296769477384, 37.194963007851378 ], [ -122.405073, 37.195790999999751 ], [ -122.405713366673268, 37.202982670124392 ], [ -122.405761490527965, 37.203523127494535 ], [ -122.405958698893798, 37.205737885963529 ], [ -122.405967653169526, 37.205838447407487 ], [ -122.406125019753247, 37.207605760739014 ], [ -122.406148562380793, 37.207870157401551 ], [ -122.407181, 37.21946499999973 ], [ -122.408843757556539, 37.224813336771028 ], [ -122.408982, 37.225257999999755 ], [ -122.409256306750194, 37.225562023314552 ], [ -122.410695359372923, 37.227156973304716 ], [ -122.410925714850237, 37.227412283958749 ], [ -122.411147917026071, 37.227658558036957 ], [ -122.412003792942741, 37.228607153844614 ], [ -122.412177542883683, 37.228799726695819 ], [ -122.412339806136316, 37.22897956846748 ], [ -122.415822, 37.232838999999728 ], [ -122.416529758336253, 37.234695172044788 ], [ -122.416800825287496, 37.235406074158412 ], [ -122.41692514122299, 37.235732106014765 ], [ -122.418354143374543, 37.23947981721809 ], [ -122.418720157818001, 37.240439729300014 ], [ -122.418785562127766, 37.240611259107894 ], [ -122.419113, 37.241469999999751 ], [ -122.418452, 37.248520999999741 ], [ -122.411686, 37.265843999999746 ], [ -122.407041, 37.297743999999732 ], [ -122.401323, 37.337008999999746 ], [ -122.40085, 37.359224999999746 ], [ -122.408512991312264, 37.373424501027976 ], [ -122.409258, 37.374804999999739 ], [ -122.409375, 37.374951999999752 ], [ -122.410850250931006, 37.376817501647956 ], [ -122.411045772633699, 37.377064745049744 ], [ -122.412376457241379, 37.378747437991471 ], [ -122.413065402569728, 37.379618631236326 ], [ -122.413196511868549, 37.379784423108035 ], [ -122.415609820240661, 37.382836128178106 ], [ -122.416379534038057, 37.383809455716843 ], [ -122.416395619599157, 37.383829796419676 ], [ -122.416807, 37.384349999999756 ], [ -122.41812, 37.386009999999757 ], [ -122.423286, 37.392541999999743 ], [ -122.429704363815119, 37.40619544888996 ], [ -122.429757002881345, 37.406307425216255 ], [ -122.434088812033778, 37.415522255750695 ], [ -122.434230164383933, 37.415822947195437 ], [ -122.438469, 37.424839999999733 ], [ -122.438469, 37.424840999999731 ], [ -122.438752083503474, 37.425443189897877 ], [ -122.440359058357231, 37.428861630081279 ], [ -122.440410556850196, 37.428971180344163 ], [ -122.440482076605193, 37.429123320873238 ], [ -122.44067915678886, 37.429542560052738 ], [ -122.440741798587155, 37.429675814932168 ], [ -122.441819216701703, 37.431967754577954 ], [ -122.443687, 37.435940999999758 ], [ -122.445434581770087, 37.455392344919076 ], [ -122.445486769570451, 37.455973217827257 ], [ -122.445987, 37.461540999999748 ], [ -122.447303, 37.465640999999749 ], [ -122.447529643792862, 37.466346845708337 ], [ -122.447760105795382, 37.467064582617944 ], [ -122.448164552075852, 37.468324165630605 ], [ -122.450921860529334, 37.476911360164223 ], [ -122.45125953586988, 37.477962995803594 ], [ -122.451557882665185, 37.478892149002327 ], [ -122.452087, 37.480539999999742 ], [ -122.453882139003625, 37.48253948900792 ], [ -122.461917, 37.491488999999753 ], [ -122.467888, 37.498139999999751 ], [ -122.472388, 37.500539999999759 ], [ -122.474754, 37.499505999999776 ], [ -122.474756, 37.499504999999758 ], [ -122.475276, 37.499277999999762 ], [ -122.483485, 37.495690999999766 ], [ -122.485888, 37.49464099999976 ], [ -122.486914307137184, 37.494342239537097 ], [ -122.487047499861049, 37.494303466816582 ], [ -122.493789, 37.492340999999747 ], [ -122.499289, 37.495340999999755 ], [ -122.499364484218475, 37.495453806970687 ], [ -122.500369292976686, 37.496955437837123 ], [ -122.501089, 37.498030999999756 ], [ -122.502367, 37.499940999999737 ], [ -122.507674, 37.507868999999751 ], [ -122.510642, 37.512304999999742 ], [ -122.511415552739479, 37.513460787828606 ], [ -122.512431203459016, 37.514978301347874 ], [ -122.516689, 37.521339999999746 ], [ -122.516754966110156, 37.521710247881501 ], [ -122.517319, 37.524875999999757 ], [ -122.517327405338335, 37.52492317467653 ], [ -122.51786372586632, 37.527933255471751 ], [ -122.517927660449686, 37.52829208615514 ], [ -122.51865023183808, 37.532347493595026 ], [ -122.518684439899204, 37.532539485179335 ], [ -122.518712158479104, 37.532695054770009 ], [ -122.519533, 37.537301999999769 ], [ -122.519465614002115, 37.537477203594229 ], [ -122.519373, 37.537717999999757 ], [ -122.518573591819489, 37.53979146496799 ], [ -122.518497619576166, 37.539988517974038 ], [ -122.518468813933183, 37.540063232610514 ], [ -122.518324876117418, 37.540436571320164 ], [ -122.517384610454513, 37.542875385383333 ], [ -122.517085043614657, 37.543652386874236 ], [ -122.51664973536181, 37.544781467655014 ], [ -122.516589, 37.544938999999751 ], [ -122.516332566834038, 37.545109955443721 ], [ -122.515799523002329, 37.545465317998172 ], [ -122.514789, 37.546138999999748 ], [ -122.513688, 37.552238999999751 ], [ -122.513973000336009, 37.553787005233922 ], [ -122.514604688591632, 37.5572180774206 ], [ -122.514986205785121, 37.559290322740388 ], [ -122.516530469015663, 37.567678128864586 ], [ -122.516758152535701, 37.568914812602159 ], [ -122.516878995341315, 37.569571181286477 ], [ -122.517031027216589, 37.570396956238227 ], [ -122.517139584245953, 37.570986593612005 ], [ -122.518088, 37.576137999999766 ], [ -122.518029756860287, 37.577074977738135 ], [ -122.518001852385879, 37.577523886767935 ], [ -122.517904139959001, 37.579095820719452 ], [ -122.517890293480662, 37.579318573854906 ], [ -122.517744871359341, 37.581658030330807 ], [ -122.517424, 37.586819999999754 ], [ -122.517234644151799, 37.589869667816629 ], [ -122.517187, 37.590636999999752 ], [ -122.511942, 37.59362499999974 ], [ -122.507673309287767, 37.596056083440011 ], [ -122.507612, 37.59609099999976 ], [ -122.502652879745057, 37.5989154523647 ], [ -122.501386, 37.59963699999976 ], [ -122.500905625346078, 37.60094232776644 ], [ -122.500854180233304, 37.601082120183918 ], [ -122.500645475269764, 37.601649236666219 ], [ -122.500364174053772, 37.602413619809866 ], [ -122.50033358103363, 37.602496750587655 ], [ -122.500230393615226, 37.602777142988359 ], [ -122.500158571303288, 37.60297230661169 ], [ -122.499909482496406, 37.603649158592376 ], [ -122.498152904317607, 37.608422329392376 ], [ -122.497279, 37.610796999999756 ], [ -122.497165, 37.611105999999751 ], [ -122.496786, 37.612135999999744 ], [ -122.496783978298765, 37.612159879651756 ], [ -122.495897767072989, 37.622627507287028 ], [ -122.495294, 37.629758999999751 ], [ -122.494120961124707, 37.643610367231958 ], [ -122.494085, 37.644034999999761 ], [ -122.494087873724567, 37.64408012836585 ], [ -122.495378, 37.664339999999761 ], [ -122.49543, 37.665160999999749 ], [ -122.495461871949956, 37.665661303473989 ], [ -122.495615, 37.66806499999975 ], [ -122.495907901655173, 37.672667239180512 ], [ -122.496387177500239, 37.680197896770075 ], [ -122.496784, 37.686432999999781 ], [ -122.498050911465327, 37.691305398020333 ], [ -122.500528, 37.700831999999764 ], [ -122.500719629300761, 37.701569024917227 ], [ -122.500821004032886, 37.701958921990737 ], [ -122.500881980283225, 37.70219344257648 ], [ -122.501024395078574, 37.702741183722395 ], [ -122.501611429472888, 37.704998975063759 ], [ -122.501886, 37.706054999999779 ], [ -122.502427, 37.708131999999779 ], [ -122.506483, 37.723730999999759 ], [ -122.507829, 37.735330999999753 ], [ -122.509395, 37.748829999999757 ], [ -122.5094, 37.748868999999758 ], [ -122.511134, 37.763810999999741 ], [ -122.511983, 37.771129999999758 ], [ -122.513107033764044, 37.775490801390674 ], [ -122.513688131904559, 37.777745229736674 ], [ -122.514309354761238, 37.780155325931389 ], [ -122.514476601229717, 37.780804175330594 ], [ -122.514483, 37.780828999999763 ], [ -122.509855, 37.784603999999753 ], [ -122.508411782910898, 37.785781436516025 ], [ -122.507702324387139, 37.786360242281923 ], [ -122.505519275704984, 37.788141264177071 ], [ -122.50531, 37.788311999999756 ], [ -122.501851894092809, 37.788205531913761 ], [ -122.501559131722004, 37.788196518352528 ], [ -122.501425450757466, 37.788192402586041 ], [ -122.498274228122085, 37.788095382815236 ], [ -122.494750059063151, 37.787986880778391 ], [ -122.494426987931178, 37.787976934071729 ], [ -122.493, 37.787932999999761 ], [ -122.492883, 37.787928999999757 ], [ -122.490784486982193, 37.788727026076955 ], [ -122.489187667924554, 37.789334267127039 ], [ -122.485954798063673, 37.790563668341747 ], [ -122.485783, 37.790628999999761 ], [ -122.485645151620574, 37.790990610313564 ], [ -122.478083, 37.810827999999752 ], [ -122.477812635311466, 37.810752722262158 ], [ -122.476181050997397, 37.810298439654005 ], [ -122.470336, 37.808670999999748 ], [ -122.464394515429731, 37.805022943000466 ], [ -122.463792, 37.804652999999767 ], [ -122.461944418272822, 37.804961842379932 ], [ -122.458059407055586, 37.805611262155836 ], [ -122.453920313240587, 37.806303154463869 ], [ -122.448262, 37.807248999999757 ], [ -122.447406986005035, 37.80739192440506 ], [ -122.446568745472632, 37.807532044953149 ], [ -122.44286, 37.808151999999758 ], [ -122.440378269575788, 37.808566697476373 ], [ -122.440033557133248, 37.808624298970329 ], [ -122.425942, 37.810978999999762 ], [ -122.424232, 37.811021999999795 ], [ -122.420339714205525, 37.811118764080902 ], [ -122.42029, 37.811119999999747 ], [ -122.419647140495826, 37.811136073991115 ], [ -122.419104451898562, 37.811149643319645 ], [ -122.418350889672467, 37.811168485310183 ], [ -122.410714158257321, 37.811359433338254 ], [ -122.41063287389936, 37.811361465763774 ], [ -122.410529534946605, 37.811364049640076 ], [ -122.410339025403019, 37.811368813120623 ], [ -122.407452, 37.811440999999775 ], [ -122.401146261462245, 37.807506588079164 ], [ -122.400443994993566, 37.807068414889905 ], [ -122.399658, 37.806577999999767 ], [ -122.398138, 37.805629999999745 ], [ -122.394391, 37.801271999999756 ], [ -122.389818, 37.795951999999765 ], [ -122.388562, 37.794491999999771 ], [ -122.385591, 37.791035999999757 ], [ -122.385323, 37.790723999999749 ], [ -122.384761489324021, 37.787418267569009 ], [ -122.384473739510682, 37.785724223393885 ], [ -122.384064, 37.783311999999739 ], [ -122.382584227461138, 37.774600092001315 ], [ -122.382156785854093, 37.77208360256963 ], [ -122.381357, 37.767374999999767 ], [ -122.380916484913953, 37.764781313044544 ], [ -122.380885899818054, 37.764601232573355 ], [ -122.380144337906302, 37.760235026924747 ], [ -122.380088177321682, 37.759904361800402 ], [ -122.379003, 37.753514999999744 ], [ -122.368674636477053, 37.74128299506674 ], [ -122.367720351979003, 37.740152824477612 ], [ -122.367593, 37.740001999999755 ], [ -122.368216513826809, 37.739971451205498 ], [ -122.371269280747612, 37.739821882191031 ], [ -122.373379633180491, 37.739718486372837 ], [ -122.373859, 37.739694999999763 ], [ -122.37384271450216, 37.739651297597909 ], [ -122.373457695173499, 37.738618091882962 ], [ -122.373404, 37.738473999999776 ], [ -122.373206938540918, 37.738466711199372 ], [ -122.369270051740742, 37.738321095804729 ], [ -122.367566501882635, 37.738258085843448 ], [ -122.367429, 37.738252999999766 ], [ -122.36757563135923, 37.738228719545177 ], [ -122.373577299719386, 37.737234912784977 ], [ -122.373921, 37.737177999999766 ], [ -122.375888, 37.735176999999766 ], [ -122.375880730015325, 37.735134663030138 ], [ -122.375854, 37.734978999999754 ], [ -122.374981676268519, 37.734798959186278 ], [ -122.372279482864741, 37.734241247546585 ], [ -122.372162, 37.734216999999767 ], [ -122.370094, 37.73233099999976 ], [ -122.370089, 37.732335999999741 ], [ -122.369856054140868, 37.73258985125652 ], [ -122.369621, 37.732845999999775 ], [ -122.367696, 37.734942999999753 ], [ -122.367687, 37.734941999999776 ], [ -122.365478, 37.734620999999755 ], [ -122.356784, 37.729504999999769 ], [ -122.357060371978164, 37.72869809401886 ], [ -122.357920909496727, 37.726185636442004 ], [ -122.358363915471614, 37.724892219601742 ], [ -122.358497527672682, 37.724502120414037 ], [ -122.360066762013929, 37.71992052504428 ], [ -122.36045510201086, 37.71878671304119 ], [ -122.360964488772538, 37.717299488368987 ], [ -122.361031369965829, 37.717104219531564 ], [ -122.36160119065346, 37.715440549705228 ], [ -122.361659128862229, 37.715271391140362 ], [ -122.361749, 37.71500899999976 ], [ -122.364764165435687, 37.715901157585954 ], [ -122.36485353073796, 37.71592759989371 ], [ -122.365222927919049, 37.716036900860587 ], [ -122.366206180408852, 37.716327835532873 ], [ -122.370411, 37.717571999999748 ], [ -122.375206, 37.715457999999749 ], [ -122.377331427877351, 37.714521092250997 ], [ -122.389253196191333, 37.709265869417372 ], [ -122.391374, 37.708330999999745 ], [ -122.39319, 37.707530999999754 ], [ -122.392958607942276, 37.706346966341222 ], [ -122.392554951145883, 37.704281453643695 ], [ -122.387626, 37.679059999999765 ], [ -122.386314856222029, 37.677402948777932 ], [ -122.381836612598974, 37.67174324982507 ], [ -122.380246, 37.669732999999752 ], [ -122.374669346802222, 37.662684222733638 ], [ -122.374371258640011, 37.662307445303426 ], [ -122.374291, 37.662205999999756 ], [ -122.3756, 37.652388999999765 ], [ -122.377891, 37.650424999999743 ], [ -122.37977855928871, 37.650034559653712 ], [ -122.387381, 37.648461999999768 ], [ -122.387311866070945, 37.647891605474143 ], [ -122.386354466081414, 37.639992507012039 ], [ -122.386072, 37.637661999999743 ], [ -122.381749617611035, 37.635260676450351 ], [ -122.381734, 37.635251999999753 ], [ -122.368208771409201, 37.627737891800543 ], [ -122.365455, 37.62620799999975 ], [ -122.365309020647132, 37.626057315348874 ], [ -122.35531, 37.615735999999757 ], [ -122.35560086966774, 37.615328889108248 ], [ -122.358583, 37.611154999999762 ], [ -122.370364, 37.614426999999758 ], [ -122.370364634304792, 37.614426859138852 ], [ -122.372410910632738, 37.613972439879625 ], [ -122.373309, 37.613772999999753 ], [ -122.377058315405165, 37.60791392536791 ], [ -122.377350120939141, 37.607457919346331 ], [ -122.377830493703399, 37.606707238335886 ], [ -122.377878, 37.606632999999754 ], [ -122.378366467075523, 37.605870639841399 ], [ -122.378545, 37.605591999999746 ], [ -122.375658, 37.60352899999976 ], [ -122.362212745800093, 37.593925122590811 ], [ -122.360219, 37.59250099999975 ], [ -122.359068, 37.59245699999974 ], [ -122.349191222750733, 37.592077169227153 ], [ -122.343899215321642, 37.591873654738592 ], [ -122.34328689229325, 37.591850106659798 ], [ -122.338380008851487, 37.59166140286689 ], [ -122.338052392270541, 37.591648803730948 ], [ -122.334425978395174, 37.591509342897801 ], [ -122.333897, 37.591488999999768 ], [ -122.323704042506975, 37.591096890667671 ], [ -122.318317541282553, 37.590889679227942 ], [ -122.317676, 37.590864999999766 ], [ -122.317270167689443, 37.590227288817729 ], [ -122.316937979408053, 37.589705299375126 ], [ -122.315385, 37.587264999999753 ], [ -122.315411544774719, 37.586972845124663 ], [ -122.31545601874717, 37.586483359415425 ], [ -122.315466745298238, 37.586365301747797 ], [ -122.315566265371132, 37.585269972260676 ], [ -122.315707821457323, 37.583711989526073 ], [ -122.315712, 37.583665999999759 ], [ -122.315262835801079, 37.583291643121314 ], [ -122.313900094552949, 37.582155863464394 ], [ -122.313644565196611, 37.581942891966612 ], [ -122.313049782370342, 37.581447168926537 ], [ -122.312568429905198, 37.581045984667604 ], [ -122.305895, 37.575483999999769 ], [ -122.30435377250231, 37.575390529329411 ], [ -122.303669, 37.575348999999733 ], [ -122.297012, 37.574945999999755 ], [ -122.296914669171841, 37.574940104876319 ], [ -122.29127402956999, 37.574598463205909 ], [ -122.288278, 37.574416999999734 ], [ -122.28028071399288, 37.573932172056573 ], [ -122.265545125805886, 37.573038840880756 ], [ -122.263024, 37.572885999999734 ], [ -122.262698, 37.572865999999749 ], [ -122.262115, 37.572512999999745 ], [ -122.256964, 37.569390999999762 ], [ -122.251899, 37.566320999999753 ], [ -122.250929, 37.565267999999755 ], [ -122.249557, 37.563775999999741 ], [ -122.248363596025683, 37.56247879174532 ], [ -122.244372, 37.558139999999753 ], [ -122.242852, 37.557148999999761 ], [ -122.240048, 37.555319999999746 ], [ -122.234483, 37.551690999999742 ], [ -122.230816164073701, 37.549299550972329 ], [ -122.225703742481699, 37.545965315165276 ], [ -122.225185, 37.54562699999974 ], [ -122.223273, 37.544379999999748 ], [ -122.221145861554149, 37.542992838453571 ], [ -122.216592016058073, 37.54002315898979 ], [ -122.216217906766687, 37.539779192724161 ], [ -122.214264, 37.538504999999766 ], [ -122.197936915847251, 37.537295552138524 ], [ -122.196593, 37.537195999999753 ], [ -122.196530723551476, 37.536635397764201 ], [ -122.195874764307902, 37.530730561712737 ], [ -122.195003176198568, 37.522884670462048 ], [ -122.194957, 37.522468999999745 ], [ -122.188815416450709, 37.518223087063127 ], [ -122.187284916991274, 37.517164993917895 ], [ -122.178323736176267, 37.510969784938894 ], [ -122.17140165930347, 37.506184286946912 ], [ -122.171120596827407, 37.505989977646458 ], [ -122.171100380214227, 37.505976001124161 ], [ -122.170754112093491, 37.505736612653514 ], [ -122.170522283032653, 37.505576340306703 ], [ -122.168449, 37.504142999999758 ], [ -122.16381342501235, 37.503073318876986 ], [ -122.163123, 37.502913999999748 ], [ -122.156204492216958, 37.501317635961058 ], [ -122.155686, 37.501197999999746 ], [ -122.150904623513512, 37.502361357707798 ], [ -122.149632, 37.502670999999744 ], [ -122.148210327704007, 37.503455391584772 ], [ -122.144954714081962, 37.505251639522079 ], [ -122.140142, 37.507906999999754 ], [ -122.138851655147462, 37.50730780570229 ], [ -122.130979, 37.503651999999761 ], [ -122.129795915503365, 37.502351076961766 ], [ -122.127706, 37.500052999999753 ], [ -122.125723, 37.500964999999766 ], [ -122.116116, 37.505383999999751 ] ] ], [ [ [ -122.37267, 37.816509999999752 ], [ -122.3785, 37.826504999999756 ], [ -122.377878, 37.830647999999762 ], [ -122.369941, 37.832136999999783 ], [ -122.363244, 37.823950999999774 ], [ -122.358779, 37.814277999999767 ], [ -122.36266, 37.807576999999768 ], [ -122.372421, 37.811300999999737 ], [ -122.37267, 37.816509999999752 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_PGE_S", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.033136689, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 24207.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -120.338274537652552, 34.459437618081736 ], [ -120.341369, 34.458788999999648 ], [ -120.34606726719187, 34.458449268591991 ], [ -120.355598491248088, 34.457760066374831 ], [ -120.356443, 34.45769899999965 ], [ -120.366753431233349, 34.45695280989505 ], [ -120.367402316348546, 34.456905848556467 ], [ -120.368174, 34.456849999999655 ], [ -120.368256565178854, 34.456844029509156 ], [ -120.385878748874347, 34.455569726202455 ], [ -120.386276, 34.455540999999648 ], [ -120.386918405676511, 34.455494557559632 ], [ -120.387622319379901, 34.455443668423463 ], [ -120.388503, 34.455379999999664 ], [ -120.388951660358998, 34.455347549558226 ], [ -120.413952677548821, 34.453539290755018 ], [ -120.41433, 34.453511999999641 ], [ -120.441766011969293, 34.451527119408624 ], [ -120.441975, 34.451511999999653 ], [ -120.445511747203028, 34.449858523899856 ], [ -120.449192214294555, 34.448137856851162 ], [ -120.451425, 34.447093999999638 ], [ -120.451484324656974, 34.4470962330169 ], [ -120.460936, 34.447451999999636 ], [ -120.461277593682411, 34.447464891561992 ], [ -120.470194943484358, 34.447801427560243 ], [ -120.471376, 34.44784599999965 ], [ -120.471421, 34.448079999999663 ], [ -120.471745248564886, 34.449769910848708 ], [ -120.472299260695607, 34.452657297907983 ], [ -120.473527, 34.459055999999642 ], [ -120.47661, 34.475130999999649 ], [ -120.480372, 34.481058999999661 ], [ -120.490408, 34.489972999999644 ], [ -120.490523, 34.490074999999642 ], [ -120.491639, 34.49183099999965 ], [ -120.499863, 34.504769999999645 ], [ -120.503145797612305, 34.509933877741673 ], [ -120.503394282054231, 34.510324746576849 ], [ -120.503566626405046, 34.510595846188281 ], [ -120.503663893820885, 34.510748848932636 ], [ -120.504376, 34.511868999999642 ], [ -120.511421, 34.522952999999653 ], [ -120.524041, 34.530831999999648 ], [ -120.524776, 34.531290999999662 ], [ -120.527455, 34.532507999999659 ], [ -120.532919674073582, 34.534989699199151 ], [ -120.534659671213049, 34.535779892621505 ], [ -120.537373995935681, 34.537012562200829 ], [ -120.538871858151126, 34.537692793704295 ], [ -120.540372849353062, 34.538374446189721 ], [ -120.542212176100463, 34.539209748653356 ], [ -120.542444871429879, 34.539315423722883 ], [ -120.542674908530685, 34.539419891598072 ], [ -120.543341914593441, 34.53972280232793 ], [ -120.543641655811172, 34.539858925275063 ], [ -120.544505, 34.54025099999965 ], [ -120.569922, 34.551794999999672 ], [ -120.580628, 34.556656999999653 ], [ -120.581293, 34.556958999999658 ], [ -120.581512, 34.556956999999649 ], [ -120.584895477838003, 34.556919008591905 ], [ -120.585622233676418, 34.556910848208204 ], [ -120.589267316306831, 34.556869919368957 ], [ -120.599240159933586, 34.556757939215188 ], [ -120.599521005884469, 34.556754785734206 ], [ -120.607161, 34.556668999999637 ], [ -120.608355, 34.556655999999656 ], [ -120.608486, 34.556544999999659 ], [ -120.609079, 34.556042999999661 ], [ -120.60965949861297, 34.555551183163871 ], [ -120.610919099748813, 34.554484009132501 ], [ -120.612005, 34.553563999999639 ], [ -120.615338903256955, 34.553706881567827 ], [ -120.620504332653638, 34.553928257113377 ], [ -120.62165920554807, 34.553977751665997 ], [ -120.622052817338556, 34.553994620742756 ], [ -120.622575, 34.554016999999654 ], [ -120.622771976425753, 34.554174826875773 ], [ -120.624649883112369, 34.555679494984588 ], [ -120.624969481456617, 34.555935572370977 ], [ -120.637636250208274, 34.566084789644528 ], [ -120.637805, 34.566219999999653 ], [ -120.637828343905142, 34.566263588263361 ], [ -120.638854571194614, 34.568179782895193 ], [ -120.641271967792164, 34.572693600088179 ], [ -120.641435483734966, 34.572998920727223 ], [ -120.641863392239401, 34.573797921092471 ], [ -120.642662814235678, 34.575290619789463 ], [ -120.642723, 34.575402999999653 ], [ -120.642953961595495, 34.575834291679264 ], [ -120.645709340193946, 34.580979614048779 ], [ -120.645739, 34.581034999999638 ], [ -120.645712739040192, 34.581146691517709 ], [ -120.645472444998305, 34.582168695530918 ], [ -120.645193452634487, 34.58335528889495 ], [ -120.644067116000173, 34.588145755406423 ], [ -120.641199204381351, 34.600343382784608 ], [ -120.640247462901783, 34.604391271796345 ], [ -120.640244, 34.604405999999649 ], [ -120.639692198783393, 34.605504090433762 ], [ -120.639567120660388, 34.605752997261533 ], [ -120.636079235348973, 34.612693927039487 ], [ -120.635304827404596, 34.614235007287704 ], [ -120.634738, 34.615362999999654 ], [ -120.633747020747705, 34.617335060053712 ], [ -120.625127, 34.634488999999675 ], [ -120.60197, 34.692094999999654 ], [ -120.60045, 34.704639999999664 ], [ -120.601672, 34.709720999999654 ], [ -120.614852, 34.730708999999663 ], [ -120.615029456687111, 34.730822933812391 ], [ -120.625755460481017, 34.737709428357292 ], [ -120.626004, 34.737868999999669 ], [ -120.62632, 34.738071999999661 ], [ -120.627364551249698, 34.739749966374021 ], [ -120.628755701872478, 34.741984709731348 ], [ -120.628759740706556, 34.741991197711506 ], [ -120.628994574499131, 34.74236843454657 ], [ -120.629066258574966, 34.742483587794339 ], [ -120.629181940421944, 34.742669419029887 ], [ -120.629278785966221, 34.742824991642394 ], [ -120.629584485886966, 34.743316067774643 ], [ -120.630446607746535, 34.744700979708206 ], [ -120.637227012886839, 34.755593017636663 ], [ -120.637415, 34.755894999999661 ], [ -120.628324, 34.779436999999668 ], [ -120.62297, 34.793299999999675 ], [ -120.616296, 34.816307999999651 ], [ -120.610181, 34.841579999999674 ], [ -120.609898, 34.84275099999968 ], [ -120.609913, 34.843369999999666 ], [ -120.610266, 34.858179999999642 ], [ -120.61188796652732, 34.860471205067732 ], [ -120.613261849093618, 34.862411964414981 ], [ -120.613796629229583, 34.863167399830651 ], [ -120.614269206363403, 34.863834966704466 ], [ -120.616325, 34.866738999999654 ], [ -120.616472408566011, 34.866826797923338 ], [ -120.618589400292905, 34.86808769803978 ], [ -120.621826788906716, 34.870015917044277 ], [ -120.628171898508398, 34.873795123799809 ], [ -120.631205999872989, 34.875602263013143 ], [ -120.631471852531035, 34.875760607348262 ], [ -120.634611525223704, 34.8776306258342 ], [ -120.635001910889315, 34.877863143195938 ], [ -120.635852795546867, 34.878369938073881 ], [ -120.636478794659752, 34.878742789013415 ], [ -120.63661632296737, 34.878824702162547 ], [ -120.637090890398383, 34.879107358972895 ], [ -120.63730925791252, 34.879237420711206 ], [ -120.63839431703903, 34.879883692097906 ], [ -120.638590103816128, 34.880000304537582 ], [ -120.638876800286553, 34.88017106364277 ], [ -120.639149578564769, 34.880333532942181 ], [ -120.639283, 34.880412999999663 ], [ -120.639449956658041, 34.881194597650776 ], [ -120.639504682051736, 34.88145079132218 ], [ -120.639644, 34.882102999999681 ], [ -120.641496188933203, 34.890788367856587 ], [ -120.641578, 34.891171999999692 ], [ -120.642136, 34.893786999999662 ], [ -120.642211, 34.894139999999673 ], [ -120.642212, 34.894144999999682 ], [ -120.642213, 34.894145999999658 ], [ -120.643715001471605, 34.896197846585913 ], [ -120.64548991594792, 34.898622512791633 ], [ -120.647283, 34.901071999999672 ], [ -120.647328, 34.90113299999966 ], [ -120.647519, 34.901133999999679 ], [ -120.648528316792763, 34.901137233931699 ], [ -120.65204691803126, 34.901148507812628 ], [ -120.655069486177524, 34.901158192363674 ], [ -120.662812, 34.901182999999669 ], [ -120.662889, 34.901182999999669 ], [ -120.662964281864276, 34.901210778306506 ], [ -120.670835, 34.90411499999967 ], [ -120.670639136419794, 34.904742636464377 ], [ -120.670499036213528, 34.905191581582564 ], [ -120.670315138912116, 34.905780872618735 ], [ -120.66388, 34.926401999999662 ], [ -120.663486975512427, 34.927661504794067 ], [ -120.648903, 34.97439799999966 ], [ -120.647986890948943, 34.977333985113823 ], [ -120.647911807633037, 34.977574615306892 ], [ -120.64056, 35.001135999999676 ], [ -120.63999, 35.00296299999966 ], [ -120.637627078774557, 35.014050792514347 ], [ -120.637464182368504, 35.014815169054842 ], [ -120.637062589022193, 35.016699609234635 ], [ -120.635979157938863, 35.02178351085886 ], [ -120.635556967846739, 35.023764599391519 ], [ -120.635475901960731, 35.024144993674064 ], [ -120.634668, 35.027935999999656 ], [ -120.633936, 35.031364999999674 ], [ -120.63357, 35.033084999999666 ], [ -120.629931, 35.06151499999968 ], [ -120.629583, 35.078361999999665 ], [ -120.63091, 35.101134999999687 ], [ -120.630937, 35.101595999999667 ], [ -120.630957, 35.101940999999684 ], [ -120.631191, 35.103001999999677 ], [ -120.631694, 35.10527699999966 ], [ -120.634458, 35.117788999999661 ], [ -120.635452, 35.122290999999677 ], [ -120.635463, 35.122337999999658 ], [ -120.635787, 35.12380499999967 ], [ -120.636091, 35.124368999999682 ], [ -120.636418, 35.124974999999665 ], [ -120.638307, 35.128478999999672 ], [ -120.638582, 35.128989999999682 ], [ -120.638784, 35.129363999999683 ], [ -120.644311, 35.13961599999967 ], [ -120.645627178204634, 35.141188546493026 ], [ -120.651134, 35.147767999999672 ], [ -120.651372045189561, 35.147885296702903 ], [ -120.654858, 35.149602999999672 ], [ -120.65536835203234, 35.149854524422587 ], [ -120.657271279970871, 35.150792372851271 ], [ -120.658779690570199, 35.151535785400817 ], [ -120.659242364449383, 35.151763811886624 ], [ -120.662475, 35.153356999999666 ], [ -120.662526887366653, 35.153344524091793 ], [ -120.667994, 35.152029999999677 ], [ -120.668188836793277, 35.15205837241971 ], [ -120.670051563120083, 35.152329625363635 ], [ -120.672809951763924, 35.152731305969823 ], [ -120.67492559310972, 35.153039388770317 ], [ -120.675074, 35.153060999999674 ], [ -120.675647, 35.153428999999676 ], [ -120.68279488902806, 35.158022403746081 ], [ -120.683722520159805, 35.158618521606719 ], [ -120.684336758126847, 35.159013245555009 ], [ -120.686974, 35.160707999999673 ], [ -120.689797252277842, 35.163188638357084 ], [ -120.690686022277376, 35.163969552258813 ], [ -120.698906, 35.171191999999685 ], [ -120.699668456364918, 35.171481897511271 ], [ -120.699831296195782, 35.171543811692771 ], [ -120.700097823329173, 35.171645149364409 ], [ -120.700362112385747, 35.17174563608517 ], [ -120.700543844256032, 35.171814733307492 ], [ -120.700620801275136, 35.17184399353718 ], [ -120.704203, 35.173205999999674 ], [ -120.70425394683906, 35.173220251011664 ], [ -120.70449861266404, 35.173288689715093 ], [ -120.704736983045805, 35.173355367437118 ], [ -120.707485593236527, 35.174124217429586 ], [ -120.708058826628942, 35.174284564098947 ], [ -120.709688640847574, 35.174740460920503 ], [ -120.711428, 35.175226999999666 ], [ -120.714185, 35.17599799999968 ], [ -120.716272, 35.176255999999675 ], [ -120.734231, 35.178471999999672 ], [ -120.734304041577147, 35.178468532836199 ], [ -120.734375447287093, 35.178465143324658 ], [ -120.734547, 35.178456999999689 ], [ -120.736173, 35.178381999999694 ], [ -120.736903506687355, 35.17834817811525 ], [ -120.739348, 35.178234999999674 ], [ -120.739726254891011, 35.17821761038779 ], [ -120.742370239684647, 35.178096057777459 ], [ -120.742415, 35.178093999999668 ], [ -120.742781623862513, 35.178077017732463 ], [ -120.743038573507079, 35.17806511564978 ], [ -120.747834668544883, 35.177842957258392 ], [ -120.74887, 35.177794999999655 ], [ -120.749938863527802, 35.177239330881903 ], [ -120.751009, 35.17668299999967 ], [ -120.752369909625457, 35.175975783723409 ], [ -120.753230686262086, 35.175528468753875 ], [ -120.754429758285227, 35.174905353717229 ], [ -120.754823, 35.174700999999679 ], [ -120.75489185997013, 35.174515493469059 ], [ -120.755649300553983, 35.172474973053596 ], [ -120.756591021725498, 35.169938006699908 ], [ -120.756862, 35.169207999999671 ], [ -120.756483810823369, 35.16494411197597 ], [ -120.756097600875279, 35.160589793888647 ], [ -120.756086, 35.160458999999662 ], [ -120.756089634117458, 35.160458382216198 ], [ -120.760473799721112, 35.159713093964477 ], [ -120.760492, 35.159709999999684 ], [ -120.760500750339403, 35.159714343962037 ], [ -120.761403556565028, 35.160162527296904 ], [ -120.761609796739023, 35.160264911846724 ], [ -120.773312353966759, 35.166074454333021 ], [ -120.775349949563193, 35.167085985228084 ], [ -120.778967896331153, 35.168882055527291 ], [ -120.778998, 35.168896999999681 ], [ -120.779091935696499, 35.169013377807346 ], [ -120.779680338842752, 35.169742355935284 ], [ -120.781218012906379, 35.171647394627534 ], [ -120.782531065572172, 35.173274147781889 ], [ -120.783849154332117, 35.174907140200041 ], [ -120.783951843620741, 35.175034362914367 ], [ -120.785544031802885, 35.177006939654881 ], [ -120.786076, 35.177665999999668 ], [ -120.786318822231408, 35.177758498281655 ], [ -120.786667369571802, 35.177891270433477 ], [ -120.788326361344048, 35.178523230233289 ], [ -120.789864451200771, 35.179109134861754 ], [ -120.805258, 35.184972999999673 ], [ -120.807011219650249, 35.185796550953839 ], [ -120.807351350589002, 35.185956322810803 ], [ -120.812253597968549, 35.188259086475576 ], [ -120.814508451112857, 35.189318272903371 ], [ -120.817900510951233, 35.190911646623583 ], [ -120.817963, 35.190940999999683 ], [ -120.819047080700372, 35.191450283065315 ], [ -120.820464174967213, 35.192116010360543 ], [ -120.821403791916481, 35.192557426760878 ], [ -120.822257678085492, 35.192958568267905 ], [ -120.825918122469176, 35.194678184101512 ], [ -120.826384900445959, 35.194897468624234 ], [ -120.829364, 35.19629699999966 ], [ -120.829716259761071, 35.196462486792107 ], [ -120.845102642637926, 35.203690797916003 ], [ -120.846674, 35.204428999999678 ], [ -120.847095101098205, 35.204521459837522 ], [ -120.848512827437006, 35.204832745531014 ], [ -120.852413381994296, 35.205689177973056 ], [ -120.852874441578322, 35.205790411369371 ], [ -120.852887405709197, 35.205793257862631 ], [ -120.853721993945697, 35.205976505765207 ], [ -120.85498127989753, 35.206253003203464 ], [ -120.855550482740369, 35.206377981273519 ], [ -120.856047, 35.206486999999683 ], [ -120.85717950279512, 35.207766153059062 ], [ -120.858180656102931, 35.208896947898758 ], [ -120.861167, 35.21226999999967 ], [ -120.866983, 35.21883999999968 ], [ -120.867258379762916, 35.219151034242863 ], [ -120.872489228726522, 35.225059141401495 ], [ -120.873046, 35.225687999999678 ], [ -120.878625, 35.230900999999669 ], [ -120.879752418412124, 35.23195462262364 ], [ -120.894336462550186, 35.245584060184186 ], [ -120.89438306685993, 35.245627613983395 ], [ -120.896546012504558, 35.24764898283906 ], [ -120.89679, 35.24787699999969 ], [ -120.896837466632149, 35.25125099444557 ], [ -120.896841246424017, 35.251519667325553 ], [ -120.896876, 35.253989999999689 ], [ -120.896867445267162, 35.254017108080859 ], [ -120.8953, 35.258983999999664 ], [ -120.895296392144161, 35.258993921603256 ], [ -120.895296, 35.258994999999665 ], [ -120.894792578166602, 35.260589443333672 ], [ -120.894390786081814, 35.261862003776471 ], [ -120.894351525570031, 35.261986350114221 ], [ -120.894261926430147, 35.262270129525113 ], [ -120.894224815857967, 35.262387666549763 ], [ -120.89413954298189, 35.262657743768926 ], [ -120.893756374005903, 35.26387132089058 ], [ -120.893721477973216, 35.263981844000689 ], [ -120.89346, 35.264809999999692 ], [ -120.893387643064415, 35.265039247777317 ], [ -120.890852217137379, 35.273072213165754 ], [ -120.889720019647228, 35.27665934349924 ], [ -120.889354, 35.277818999999674 ], [ -120.885976, 35.283468999999663 ], [ -120.88189340474608, 35.290297460820014 ], [ -120.880931420008636, 35.291906455756056 ], [ -120.880686843217617, 35.292315529624787 ], [ -120.880414638788039, 35.292770812886246 ], [ -120.880112, 35.293276999999684 ], [ -120.87957, 35.294183999999667 ], [ -120.878971503238233, 35.2957790115072 ], [ -120.878552, 35.296896999999682 ], [ -120.878469145917066, 35.297117874712335 ], [ -120.878268919273353, 35.297651644453559 ], [ -120.877575667851033, 35.299499733326336 ], [ -120.877432609176225, 35.299881103110096 ], [ -120.876477173825194, 35.302428129173187 ], [ -120.87631998685282, 35.302847162564547 ], [ -120.875390626243941, 35.305324677856646 ], [ -120.875226217648887, 35.305762962850132 ], [ -120.874976, 35.306429999999672 ], [ -120.868487100559918, 35.323722880837522 ], [ -120.868088166105295, 35.324786038935358 ], [ -120.8678, 35.325553999999684 ], [ -120.867493430242817, 35.326371519352165 ], [ -120.8672, 35.327153999999688 ], [ -120.86693, 35.328326999999682 ], [ -120.866659795676426, 35.329501046058475 ], [ -120.866446092347132, 35.330429593567217 ], [ -120.866200517433555, 35.331496624085524 ], [ -120.863793108580822, 35.341956889258341 ], [ -120.862684, 35.346775999999679 ], [ -120.862405, 35.353853999999664 ], [ -120.862321839418783, 35.355969184745241 ], [ -120.862299075115232, 35.356548193537265 ], [ -120.862136, 35.360695999999677 ], [ -120.862133, 35.360762999999672 ], [ -120.862227300545101, 35.361530857208301 ], [ -120.862544802510683, 35.364116167534618 ], [ -120.862855, 35.366641999999672 ], [ -120.862987, 35.367714999999677 ], [ -120.863019461654602, 35.367979406846594 ], [ -120.863352, 35.370687999999681 ], [ -120.863382527866719, 35.370933788465024 ], [ -120.863391, 35.371001999999677 ], [ -120.864031, 35.37621199999969 ], [ -120.866099, 35.393044999999695 ], [ -120.869209, 35.403275999999693 ], [ -120.872734295744038, 35.409380092382079 ], [ -120.872833, 35.409550999999695 ], [ -120.873923, 35.41143899999966 ], [ -120.874529, 35.412486999999679 ], [ -120.874598, 35.412605999999684 ], [ -120.875808, 35.414701999999686 ], [ -120.876231, 35.41543299999968 ], [ -120.883817747240059, 35.428569658398139 ], [ -120.884196657529543, 35.429225751830408 ], [ -120.884757, 35.43019599999969 ], [ -120.888149, 35.433570999999716 ], [ -120.891835704467809, 35.437240356265633 ], [ -120.896862, 35.442242999999678 ], [ -120.898498847506247, 35.443251859690655 ], [ -120.907780626649043, 35.448972620361452 ], [ -120.907937, 35.449068999999689 ], [ -120.90835031193167, 35.449043795402872 ], [ -120.90883080034294, 35.449014494248559 ], [ -120.913096068340337, 35.448754389586753 ], [ -120.917004945351678, 35.448516018367478 ], [ -120.926959, 35.447908999999711 ], [ -120.928966749470632, 35.447786610002851 ], [ -120.931097211480591, 35.447656739596972 ], [ -120.932601827065042, 35.447565020037679 ], [ -120.936729017529743, 35.447313431462881 ], [ -120.941506061973271, 35.447022228569878 ], [ -120.946546, 35.446714999999678 ], [ -120.950424401194439, 35.447921223440758 ], [ -120.950675928757548, 35.44799945115043 ], [ -120.950742, 35.448019999999687 ], [ -120.955717140179246, 35.453579993603654 ], [ -120.955863, 35.453742999999683 ], [ -120.95740925038254, 35.454478246442548 ], [ -120.958411259299098, 35.454954704524589 ], [ -120.966811631422047, 35.458949105296803 ], [ -120.968945956705227, 35.459963983022988 ], [ -120.969436, 35.460196999999688 ], [ -120.969865946197714, 35.460121826935826 ], [ -120.970323855046715, 35.460041764799328 ], [ -120.972734137315541, 35.45962034392403 ], [ -120.973312480095331, 35.459519224763149 ], [ -120.973592642549946, 35.459470240331598 ], [ -120.976122, 35.459027999999691 ], [ -120.977351657038952, 35.459103912072173 ], [ -120.977689761553876, 35.459124784733135 ], [ -120.997923625146015, 35.460373909059008 ], [ -120.998196381412185, 35.460390747488567 ], [ -121.001019, 35.460564999999711 ], [ -121.001613, 35.460601999999703 ], [ -121.00183943521975, 35.460616006301926 ], [ -121.003359, 35.460709999999686 ], [ -121.009588344605845, 35.467394331324137 ], [ -121.00971774395569, 35.467533181906653 ], [ -121.011440270625755, 35.469381520649563 ], [ -121.011622115905936, 35.469576647774403 ], [ -121.012604954108212, 35.470631271751401 ], [ -121.012624934834577, 35.470652711855244 ], [ -121.01272317519107, 35.47075812761463 ], [ -121.013349172635614, 35.471429847449095 ], [ -121.013395012311108, 35.47147903522059 ], [ -121.014529688516575, 35.472696587336145 ], [ -121.02374321089242, 35.482583058565787 ], [ -121.025621, 35.484597999999679 ], [ -121.025659473414152, 35.484630130533695 ], [ -121.047182540756054, 35.502604819352825 ], [ -121.050062609676544, 35.505010068651238 ], [ -121.052670026734489, 35.507187616558042 ], [ -121.05286060042782, 35.507346771513973 ], [ -121.05308, 35.507529999999683 ], [ -121.05336440477214, 35.507619113217473 ], [ -121.05364910781951, 35.50770831989454 ], [ -121.054353172580903, 35.507928926166194 ], [ -121.05490463921042, 35.508101718505408 ], [ -121.058009766937516, 35.509074655497002 ], [ -121.059913, 35.50967099999967 ], [ -121.06160465429015, 35.511259601761417 ], [ -121.0618376825431, 35.511478434353485 ], [ -121.085076723577984, 35.533301794920909 ], [ -121.087241168889776, 35.53533438612795 ], [ -121.090273235909791, 35.538181745093532 ], [ -121.091562, 35.539391999999687 ], [ -121.091724, 35.539543999999673 ], [ -121.092796018960343, 35.540550671153255 ], [ -121.098532, 35.545936999999697 ], [ -121.101595, 35.548813999999695 ], [ -121.10259161908931, 35.550618661558929 ], [ -121.102754296423157, 35.550913235016466 ], [ -121.103154980106837, 35.551638786482485 ], [ -121.103790983748183, 35.55279045148211 ], [ -121.104581, 35.5542209999997 ], [ -121.11286, 35.569212999999685 ], [ -121.115569, 35.574119999999702 ], [ -121.117733683246598, 35.578039943710166 ], [ -121.118228338800918, 35.578935696902683 ], [ -121.119618217543518, 35.581452576193918 ], [ -121.126027, 35.593057999999687 ], [ -121.127794, 35.594793999999695 ], [ -121.127982549977858, 35.594979244953642 ], [ -121.128745504920715, 35.59572882633708 ], [ -121.129577717822087, 35.596546451681554 ], [ -121.1302033732251, 35.597161140198793 ], [ -121.132003109986073, 35.598929330029414 ], [ -121.133556, 35.600454999999691 ], [ -121.134762853063137, 35.601129414340143 ], [ -121.143561, 35.606045999999687 ], [ -121.143998, 35.606599999999695 ], [ -121.146375926759418, 35.609615117338578 ], [ -121.147050004893586, 35.610469821825149 ], [ -121.14753019203512, 35.611078680180704 ], [ -121.150387, 35.614700999999684 ], [ -121.150756493862673, 35.615169448205286 ], [ -121.152246765715176, 35.617058830535257 ], [ -121.152600198894305, 35.617506916837335 ], [ -121.153068, 35.618099999999664 ], [ -121.159806, 35.626642999999689 ], [ -121.160188341444879, 35.627127738247928 ], [ -121.165490584673478, 35.633850002152712 ], [ -121.166373232633276, 35.634969036543445 ], [ -121.166588553928094, 35.635242024127308 ], [ -121.166598, 35.635253999999705 ], [ -121.166712, 35.635398999999701 ], [ -121.166808645546482, 35.635432687875898 ], [ -121.167062, 35.635520999999699 ], [ -121.188897, 35.643137999999695 ], [ -121.195291, 35.640733999999696 ], [ -121.195456384079677, 35.640781195537016 ], [ -121.209996795598045, 35.644930582442434 ], [ -121.210198, 35.644987999999678 ], [ -121.23136, 35.651026999999679 ], [ -121.238493351528646, 35.653062510596513 ], [ -121.245280325907544, 35.654999182049337 ], [ -121.247380215259852, 35.655598388048311 ], [ -121.250588363348058, 35.65651383703517 ], [ -121.251034, 35.656640999999709 ], [ -121.26411469945873, 35.662828762812346 ], [ -121.265995697987123, 35.663718560241101 ], [ -121.266762921647299, 35.66408149175318 ], [ -121.267673, 35.664511999999689 ], [ -121.270013358243233, 35.665619001027203 ], [ -121.271834968222706, 35.666480631559516 ], [ -121.272322, 35.666710999999687 ], [ -121.284973, 35.674108999999689 ], [ -121.286929819238964, 35.680327175038578 ], [ -121.287216007601188, 35.681236594414216 ], [ -121.287537383902247, 35.682257830332993 ], [ -121.287663, 35.682656999999693 ], [ -121.28854106435108, 35.68544694543435 ], [ -121.289395637405278, 35.688162250056614 ], [ -121.289794, 35.689427999999715 ], [ -121.296473, 35.696823999999694 ], [ -121.304583, 35.701793999999687 ], [ -121.30661785201525, 35.704126442538303 ], [ -121.306901, 35.704450999999679 ], [ -121.307184802138295, 35.704776210599007 ], [ -121.311952240979394, 35.71023924781192 ], [ -121.311992635275544, 35.710285535881958 ], [ -121.314632, 35.713309999999687 ], [ -121.314638020999681, 35.713515301403262 ], [ -121.314673, 35.714707999999696 ], [ -121.314692996454085, 35.715387804545522 ], [ -121.31494, 35.723784999999708 ], [ -121.314952019928896, 35.724192998400518 ], [ -121.315701, 35.749615999999705 ], [ -121.315769, 35.751922999999692 ], [ -121.315786, 35.752519999999699 ], [ -121.316178, 35.753240999999697 ], [ -121.317445, 35.755576999999676 ], [ -121.324918, 35.769346999999698 ], [ -121.325282870921626, 35.770013677733026 ], [ -121.32548104782343, 35.77037577873881 ], [ -121.325776062515018, 35.770914817928336 ], [ -121.327599523817639, 35.774246574382566 ], [ -121.328077, 35.775118999999698 ], [ -121.331828229612753, 35.781972634365431 ], [ -121.331968, 35.782227999999698 ], [ -121.332206215059443, 35.782663303303359 ], [ -121.332414, 35.783042999999701 ], [ -121.332449, 35.783105999999663 ], [ -121.333107, 35.783676999999692 ], [ -121.344837, 35.793858999999685 ], [ -121.346356585739557, 35.795176703602372 ], [ -121.34593839113937, 35.795170883718136 ], [ -121.345264490199696, 35.795161500814935 ], [ -121.332809509992316, 35.795099491345923 ], [ -121.327992785775479, 35.795070335836037 ], [ -121.327986229346521, 35.795070295238766 ], [ -121.320972495503156, 35.795027492705152 ], [ -121.319549500991357, 35.795018502622121 ], [ -121.304475489606745, 35.794924488558351 ], [ -121.289403505870183, 35.79483148593436 ], [ -121.284795492505651, 35.794802491111163 ], [ -121.278821493666896, 35.794723484312527 ], [ -121.265745498489849, 35.794684496394268 ], [ -121.253107495917817, 35.7946064932582 ], [ -121.251036516677843, 35.794594487144025 ], [ -121.23418749857511, 35.794437489850019 ], [ -121.217563508904576, 35.794280490563168 ], [ -121.206540509674682, 35.794239485320475 ], [ -121.195743490772387, 35.794199498974791 ], [ -121.185490506719603, 35.794161487883819 ], [ -121.185036491793142, 35.794150498811099 ], [ -121.184726619941458, 35.794154443855668 ], [ -121.184565510902303, 35.794156496004668 ], [ -121.178655596607854, 35.794124222715119 ], [ -121.17861557759133, 35.79412400424188 ], [ -121.172132497773063, 35.79408826125313 ], [ -121.167498489120121, 35.794062489751703 ], [ -121.161952741405827, 35.79404198707995 ], [ -121.156744485580262, 35.794022493502638 ], [ -121.151121989295433, 35.794008329722601 ], [ -121.151130339973108, 35.832696782912627 ], [ -121.151131175737945, 35.83679884684004 ], [ -121.151142696461918, 35.898873693051222 ], [ -121.135161465295852, 35.912184102132791 ], [ -121.105870356621452, 35.912189887130843 ], [ -121.105867713709515, 35.898882643428095 ], [ -121.089886487177935, 35.912193052778228 ], [ -121.064063355942366, 35.912198526874718 ], [ -121.060595372955902, 35.912198840293215 ], [ -121.052571006224085, 35.907681308401415 ], [ -120.999024745440508, 35.877509563687624 ], [ -120.985550315698106, 35.869909872591137 ], [ -120.973720452470189, 35.863235334834997 ], [ -120.95671576889346, 35.853637169485765 ], [ -120.94979646592931, 35.853638800625006 ], [ -120.940742739818859, 35.853640332213679 ], [ -120.940574941005309, 35.853808102493566 ], [ -120.935371190670409, 35.859010364512073 ], [ -120.930916348597563, 35.863463190625659 ], [ -120.927427281096115, 35.866950197592949 ], [ -120.866179286839738, 35.866962302637809 ], [ -120.850198583676857, 35.88293849814702 ], [ -120.850201735942335, 35.89893320041282 ], [ -120.836886281472871, 35.912243081396873 ], [ -120.774828940277487, 35.901652063576002 ], [ -120.791617642973122, 35.944219761242842 ], [ -120.762326525378128, 35.944225552405662 ], [ -120.746345301429713, 35.95753596061882 ], [ -120.762332337145438, 35.973505826165244 ], [ -120.762334965231645, 35.986834744851542 ], [ -120.717059987194091, 35.986843712244159 ], [ -120.70108507786081, 36.032121837403032 ], [ -120.68778100519647, 36.048097486311448 ], [ -120.671800294855856, 36.064073680483176 ], [ -120.642509174985108, 36.064079463906793 ], [ -120.642506017429483, 36.048106440767107 ], [ -120.610549122529051, 36.048112762523296 ], [ -120.597227904856283, 36.032142371322401 ], [ -120.567923308377303, 36.018819257740283 ], [ -120.522659174549688, 36.018828194636178 ], [ -120.520124663811828, 36.020943028525082 ], [ -120.520009489351352, 36.020885490356555 ], [ -120.519989752974169, 36.020912212083033 ], [ -120.519752493653883, 36.021233478728782 ], [ -120.519736588572286, 36.021266838494071 ], [ -120.519594504569767, 36.021564487761651 ], [ -120.519435501114387, 36.02181549168828 ], [ -120.519218502237948, 36.02202549698459 ], [ -120.518960501955945, 36.022267490959351 ], [ -120.519000496027445, 36.022477497783449 ], [ -120.51913951622646, 36.022743493035094 ], [ -120.519268509253564, 36.022920492839901 ], [ -120.51949650188115, 36.023387486705786 ], [ -120.519755090510799, 36.02371097263417 ], [ -120.519755500636265, 36.023711487028081 ], [ -120.519705493822954, 36.02392849232902 ], [ -120.519527513152852, 36.024203490434438 ], [ -120.519537490137509, 36.024647491706844 ], [ -120.519528498839065, 36.025041482185898 ], [ -120.519419513469174, 36.025454485876203 ], [ -120.519410498966764, 36.02595349300865 ], [ -120.519519476031846, 36.026252514408966 ], [ -120.519748498485896, 36.026679488290036 ], [ -120.519560513827997, 36.027003485907123 ], [ -120.519411496971941, 36.027189480265555 ], [ -120.518906507654322, 36.027423482062552 ], [ -120.518548170862488, 36.027513854867401 ], [ -120.518331504393103, 36.027568497754032 ], [ -120.518197447265024, 36.027588335767256 ], [ -120.518196938398916, 36.027588409547263 ], [ -120.518054498201877, 36.027609482468726 ], [ -120.517568492758102, 36.027545482541257 ], [ -120.517389499343508, 36.027384479629163 ], [ -120.517111499630118, 36.027134490461954 ], [ -120.517110940130081, 36.027133972964563 ], [ -120.516685489208044, 36.026731478820928 ], [ -120.516229502643185, 36.026489492733013 ], [ -120.515792507812819, 36.026304500505319 ], [ -120.515068504660064, 36.025990488434275 ], [ -120.514572506207415, 36.025684487911008 ], [ -120.514430014971623, 36.025694101799161 ], [ -120.509533368515008, 36.043618938550139 ], [ -120.455992759670465, 36.151639465166312 ], [ -120.42311694722207, 36.193908366885715 ], [ -120.364879793742048, 36.199544220448296 ], [ -120.237750256543805, 36.317170556644875 ], [ -120.211833728284788, 36.317228104722254 ], [ -119.959192566985422, 36.317494242322184 ], [ -119.959192053061344, 36.317494242725296 ], [ -119.90514057293457, 36.317481716749008 ], [ -119.834216395972007, 36.317428135754213 ], [ -119.808113129937794, 36.317397801747212 ], [ -119.794264982058891, 36.317379392064495 ], [ -119.780791782971704, 36.317359937774548 ], [ -119.762793206205714, 36.317331573560402 ], [ -119.744785467673964, 36.317300476905046 ], [ -119.732127331231538, 36.317276995696155 ], [ -119.731722131102586, 36.317276216991871 ], [ -119.733541, 36.277876999999705 ], [ -119.729076365881056, 36.277740077941239 ], [ -119.729076231903932, 36.277084967443358 ], [ -119.714568643200749, 36.277295152959653 ], [ -119.57419, 36.272989999999709 ], [ -119.576911, 36.202321999999711 ], [ -119.529466, 36.200604999999719 ], [ -119.529482, 36.196135999999704 ], [ -119.529411, 36.171224999999708 ], [ -119.512202379385158, 36.138060101395645 ], [ -119.468900352256327, 36.06285131743504 ], [ -119.433278, 36.044286999999706 ], [ -119.433905844763416, 35.959698849477817 ], [ -119.373816, 35.958344999999717 ], [ -119.375537804864535, 35.927078659144904 ], [ -119.375404496024643, 35.92696176214303 ], [ -119.377201, 35.891468999999717 ], [ -119.356566, 35.891332999999698 ], [ -119.358678, 35.849772999999693 ], [ -119.360772, 35.790127999999719 ], [ -119.363011, 35.771076999999707 ], [ -119.312785149186595, 35.752899965354942 ], [ -119.301489, 35.73602299999969 ], [ -119.260802, 35.733119999999694 ], [ -119.257156, 35.72470699999969 ], [ -119.234735, 35.724014999999696 ], [ -119.237726, 35.705845999999688 ], [ -119.213272, 35.7050869999997 ], [ -119.215537, 35.661990999999688 ], [ -119.134074, 35.659426999999688 ], [ -119.13363, 35.667713999999691 ], [ -119.001342, 35.661768999999687 ], [ -118.996718, 35.671578999999682 ], [ -118.870355, 35.669003999999688 ], [ -118.863772, 35.677081999999693 ], [ -118.806841, 35.673465999999685 ], [ -118.814912, 35.569126999999703 ], [ -118.800676, 35.56863399999969 ], [ -118.780860263793528, 35.478644268937373 ], [ -118.722292, 35.446308999999687 ], [ -118.727148, 35.39831299999971 ], [ -118.704827, 35.397519999999702 ], [ -118.705414, 35.387574999999678 ], [ -118.715654146490252, 35.179177496516836 ], [ -118.719227796463628, 35.17930520408742 ], [ -118.719256767344291, 35.178757943348408 ], [ -118.739962, 35.179492999999667 ], [ -118.728421693317259, 35.146970310674824 ], [ -118.726784, 35.127523999999667 ], [ -118.70613530086483, 35.111574275603374 ], [ -118.692343, 35.093064999999662 ], [ -118.693306718854103, 35.07671038525968 ], [ -118.671093, 35.075685999999664 ], [ -118.672173, 35.057447999999674 ], [ -118.645911, 35.056498999999675 ], [ -118.647703088234749, 35.031769681537504 ], [ -118.654087, 34.918873999999661 ], [ -118.6683, 34.917725999999675 ], [ -118.669084, 34.904459999999673 ], [ -118.689245, 34.905186999999664 ], [ -118.69022, 34.88860399999966 ], [ -118.732551, 34.89011799999966 ], [ -118.73342, 34.875192999999676 ], [ -118.779776, 34.876833999999661 ], [ -118.779003, 34.855202999999662 ], [ -118.800977, 34.859298999999666 ], [ -118.798089, 34.839255999999658 ], [ -118.885515369375284, 34.839023716528345 ], [ -118.885709612344755, 34.858836499414615 ], [ -119.026956, 34.862011999999659 ], [ -119.025873, 34.88191599999967 ], [ -119.047958, 34.884305999999668 ], [ -119.043566, 34.890807999999666 ], [ -119.132366, 34.892037999999658 ], [ -119.132718, 34.885403999999667 ], [ -119.382263, 34.893140999999673 ], [ -119.382154, 34.900935999999646 ], [ -119.38215454112418, 34.90093600303797 ], [ -119.382154513665554, 34.90093693730978 ], [ -119.382154494913621, 34.90093748863233 ], [ -119.382360658457657, 34.900937160346523 ], [ -119.399413695165492, 34.901032909813352 ], [ -119.400639492184567, 34.901108496307039 ], [ -119.401238534527408, 34.901145286892827 ], [ -119.40190949993756, 34.901186489296471 ], [ -119.411136897979091, 34.901191976272095 ], [ -119.415845503068496, 34.901194485573008 ], [ -119.422423548468529, 34.901199406987573 ], [ -119.429781502188263, 34.901204492576781 ], [ -119.429823624463012, 34.901203655620598 ], [ -119.441842467117738, 34.901271139072172 ], [ -119.442087491343472, 34.901275496059895 ], [ -119.44208749355856, 34.901275065625001 ], [ -119.442087509702674, 34.901272514938348 ], [ -119.442352, 34.901273999999653 ], [ -119.442316308421354, 34.829819459582829 ], [ -119.442322491667241, 34.82942548441396 ], [ -119.442315744267347, 34.828690023189417 ], [ -119.442296652133109, 34.79046757051664 ], [ -119.442348509471245, 34.788234497560829 ], [ -119.44235249970373, 34.788047488631385 ], [ -119.442358501716711, 34.787781494294471 ], [ -119.442368498305342, 34.787356489679901 ], [ -119.442394503390076, 34.786223487525731 ], [ -119.442292898027475, 34.782951851031783 ], [ -119.442284, 34.765137999999645 ], [ -119.442227631388505, 34.763941477159975 ], [ -119.442041502602748, 34.757559485998669 ], [ -119.441798510069844, 34.749982497625993 ], [ -119.441485579496032, 34.748190121683102 ], [ -119.441402, 34.746415999999655 ], [ -119.776943, 34.755907999999657 ], [ -119.779904, 34.689417999999669 ], [ -119.766953, 34.687996999999655 ], [ -119.770924, 34.598977999999661 ], [ -119.795594, 34.599637999999651 ], [ -119.796542, 34.578185999999654 ], [ -119.823801, 34.578908999999641 ], [ -119.824601, 34.560673999999651 ], [ -119.867428, 34.56179699999965 ], [ -119.868124, 34.545706999999638 ], [ -119.97457, 34.547354999999655 ], [ -119.975064, 34.535554999999661 ], [ -120.086644, 34.53830499999966 ], [ -120.089456, 34.533002999999653 ], [ -120.175129, 34.533965999999644 ], [ -120.174428577640668, 34.519056019083152 ], [ -120.177142597705227, 34.519119631485921 ], [ -120.181548627736703, 34.519222728098129 ], [ -120.181553438016849, 34.519081810278287 ], [ -120.214636, 34.519850999999669 ], [ -120.215343, 34.50161199999966 ], [ -120.256845, 34.502561999999649 ], [ -120.256842274696425, 34.486627604166145 ], [ -120.297042421750334, 34.471110672067674 ], [ -120.305792779681909, 34.471306548884655 ], [ -120.305939770924638, 34.466795145815311 ], [ -120.306373508510219, 34.466840493351334 ], [ -120.306890503477646, 34.46683348436661 ], [ -120.307276501017583, 34.466796483927347 ], [ -120.307728506486427, 34.466767495810338 ], [ -120.308014889546698, 34.466684654720808 ], [ -120.308331021046371, 34.466595009182626 ], [ -120.308496876027149, 34.466512076802374 ], [ -120.308851509841858, 34.466337487273947 ], [ -120.309344500655158, 34.466160238068206 ], [ -120.309744026986266, 34.46601899848136 ], [ -120.310753803431112, 34.465737201321296 ], [ -120.311294493800901, 34.465587487420343 ], [ -120.312110898231666, 34.465401881167459 ], [ -120.312552091739136, 34.465301942201059 ], [ -120.312941441229157, 34.465184772029851 ], [ -120.31322701451964, 34.46510099657705 ], [ -120.313586428047927, 34.465041111023424 ], [ -120.313716510532601, 34.465020488554025 ], [ -120.314447489830911, 34.465039496346911 ], [ -120.314646368242506, 34.465049169070255 ], [ -120.315081013647102, 34.465074008653964 ], [ -120.315473692325142, 34.465069493752068 ], [ -120.315863501121981, 34.465068495760036 ], [ -120.316278492053016, 34.465023483882817 ], [ -120.316459543903363, 34.464990994738528 ], [ -120.316589988014371, 34.464968003501951 ], [ -120.316758704911265, 34.464921391352114 ], [ -120.3168270164159, 34.464902994370696 ], [ -120.317007002627861, 34.46484000391235 ], [ -120.317277015451481, 34.464659986404733 ], [ -120.317388861934617, 34.464580879291731 ], [ -120.31764351294494, 34.464402494649107 ], [ -120.317812495575808, 34.464326490295988 ], [ -120.318055505362906, 34.464257494703446 ], [ -120.318983507855421, 34.464067493661851 ], [ -120.319229496588648, 34.463987483388593 ], [ -120.319302480670004, 34.463959417539598 ], [ -120.31938301031667, 34.463931002251257 ], [ -120.319536018516317, 34.463858997474702 ], [ -120.319658301268362, 34.463778875850252 ], [ -120.319743061627463, 34.463725051548373 ], [ -120.319797071349115, 34.463690941394532 ], [ -120.319797503988099, 34.463690487630572 ], [ -120.319942513784071, 34.463539495859685 ], [ -120.319998514760442, 34.463508486567598 ], [ -120.320036486653152, 34.463498429741477 ], [ -120.320112002671749, 34.463480994006758 ], [ -120.321075015445004, 34.463382004495799 ], [ -120.321237012678154, 34.463355003503338 ], [ -120.321380999351732, 34.463309991229472 ], [ -120.321424086689149, 34.463290406571325 ], [ -120.321480500103135, 34.463267495751843 ], [ -120.321555572271052, 34.463244436323336 ], [ -120.321593985909644, 34.463232951694337 ], [ -120.321757991656511, 34.463203578804489 ], [ -120.321768013263252, 34.463202000596013 ], [ -120.321777340125692, 34.463200922134334 ], [ -120.321851601075693, 34.463193514510721 ], [ -120.321999502868167, 34.46317949623171 ], [ -120.32302450534759, 34.463105496503466 ], [ -120.32367249380799, 34.463080499335753 ], [ -120.323795333655823, 34.463083949578305 ], [ -120.323811019240551, 34.463084995977297 ], [ -120.324189011020863, 34.463175004266603 ], [ -120.32436000280785, 34.46318399397866 ], [ -120.324374274639837, 34.463183145066431 ], [ -120.324513501775627, 34.463179489688713 ], [ -120.32469918805856, 34.463152110118308 ], [ -120.324825038981785, 34.463134046701775 ], [ -120.325088063131915, 34.463061794959494 ], [ -120.3251670447995, 34.463047597162486 ], [ -120.325224008008149, 34.46304000547569 ], [ -120.325386011410913, 34.463031001999482 ], [ -120.32575032802616, 34.463025788887492 ], [ -120.326020128534239, 34.463025080200175 ], [ -120.326240696812675, 34.463006316958918 ], [ -120.326432501320738, 34.462990491536381 ], [ -120.326989499811589, 34.462914486705834 ], [ -120.328046513011003, 34.46269348834052 ], [ -120.32817481518606, 34.462683574186379 ], [ -120.32825700193942, 34.462679998199 ], [ -120.328842003455762, 34.46268899003968 ], [ -120.330597013884613, 34.462661996157742 ], [ -120.330795009999932, 34.462652993885222 ], [ -120.332350534379344, 34.46240267659212 ], [ -120.332361021601685, 34.462401005351666 ], [ -120.332982008831365, 34.462265999358003 ], [ -120.333216009459292, 34.462202997750644 ], [ -120.333661636956677, 34.462096342845733 ], [ -120.333853187594187, 34.462050934772968 ], [ -120.333966236917234, 34.462020138533049 ], [ -120.334143506691689, 34.461972489951059 ], [ -120.334320495406502, 34.461927482968321 ], [ -120.334394737356405, 34.461901575114311 ], [ -120.334467007883163, 34.461879004185974 ], [ -120.334980021328789, 34.461635993009459 ], [ -120.335120804302136, 34.461533589683171 ], [ -120.335176501995448, 34.461494486578147 ], [ -120.335785505554227, 34.460965480617794 ], [ -120.335937514444808, 34.460825493549088 ], [ -120.336135505398545, 34.460619488228815 ], [ -120.336242504091857, 34.460522495102978 ], [ -120.336284951273399, 34.460465966437077 ], [ -120.336285190640581, 34.460465567991477 ], [ -120.336287492091088, 34.460462477683386 ], [ -120.336310082225765, 34.460409560542679 ], [ -120.336321003241522, 34.460385004195579 ], [ -120.336411048237721, 34.460043020213874 ], [ -120.336495492368485, 34.459859483554588 ], [ -120.336536507058625, 34.459801916806491 ], [ -120.336622, 34.459783999999651 ], [ -120.338274537652552, 34.459437618081736 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "NV_N", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "NV", "ECONOMIC_M": 0.9738659604, "RPS_COMPLI": 2025, "RPS_COM_01": 0.25, "SUBSTATION": 16339.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -113.993903, 41.992697999999855 ], [ -113.893261, 41.988056999999898 ], [ -113.863529, 41.988232999999838 ], [ -113.822163, 41.988478999999863 ], [ -113.796082, 41.98910399999987 ], [ -113.76453, 41.989458999999883 ], [ -113.500837, 41.99279899999987 ], [ -113.496548, 41.99330499999985 ], [ -113.431563, 41.993798999999882 ], [ -113.396497, 41.994249999999873 ], [ -113.357611, 41.993858999999887 ], [ -113.340072, 41.99474699999989 ], [ -113.250829, 41.995609999999857 ], [ -113.249159, 41.996202999999845 ], [ -113.153582002966431, 41.996980430493821 ], [ -113.154015, 41.913851999999885 ], [ -113.302971, 41.914310999999849 ], [ -113.302781, 41.718645999999872 ], [ -113.54401, 41.719388999999865 ], [ -113.543802, 41.504540999999861 ], [ -113.817800549711464, 41.505384855983529 ], [ -113.817320626166207, 41.117581626906478 ], [ -113.990731, 40.872249999999845 ], [ -113.991675, 40.748570999999849 ], [ -113.990905, 40.677748999999835 ], [ -114.043901044994755, 40.677297933773197 ], [ -114.045281, 40.506585999999842 ], [ -114.045577, 40.495800999999837 ], [ -114.045518, 40.49447399999984 ], [ -114.045826, 40.424822999999854 ], [ -114.046178, 40.398312999999838 ], [ -114.046153, 40.231970999999831 ], [ -114.046698, 40.113591999999819 ], [ -114.046741, 40.104230999999835 ], [ -114.046386, 40.097895999999807 ], [ -114.046835, 40.03013099999982 ], [ -114.046555, 39.996898999999829 ], [ -114.047134, 39.90603699999982 ], [ -114.047214, 39.821023999999802 ], [ -114.047783, 39.794159999999792 ], [ -114.047390966184764, 39.76745019808174 ], [ -114.047273, 39.759412999999796 ], [ -114.047719369739752, 39.546851729931802 ], [ -114.047728, 39.542741999999812 ], [ -114.047079, 39.49994299999981 ], [ -114.049104, 39.005508999999805 ], [ -114.048054, 38.878692999999792 ], [ -114.048521, 38.876196999999777 ], [ -114.049465, 38.874948999999809 ], [ -114.049168, 38.749950999999783 ], [ -114.049749, 38.729209999999775 ], [ -114.049883347852386, 38.677364997903467 ], [ -114.049884, 38.677364999999796 ], [ -114.16123, 38.677602999999792 ], [ -114.164275, 38.677545999999779 ], [ -114.267404, 38.677344999999789 ], [ -114.70477, 38.677373999999794 ], [ -114.737495, 38.677345999999787 ], [ -114.932856, 38.677304999999784 ], [ -114.932667, 38.25047399999977 ], [ -114.963443, 38.248326999999776 ], [ -115.000846, 38.24844199999977 ], [ -115.000846, 38.050756999999763 ], [ -115.250859, 38.050640999999764 ], [ -115.359443, 38.051056999999766 ], [ -115.375861, 38.050609999999772 ], [ -115.417718, 38.050719999999764 ], [ -115.559705, 38.051210999999796 ], [ -115.765198, 38.051075999999753 ], [ -115.863174, 38.050877999999763 ], [ -115.893857, 38.050530999999779 ], [ -115.894406, 37.999937999999759 ], [ -115.893197, 37.961389999999774 ], [ -115.894294, 37.808672999999764 ], [ -116.138146, 37.808914999999764 ], [ -116.135793, 37.658638999999759 ], [ -116.572085, 37.652712999999757 ], [ -116.572326, 37.668135999999762 ], [ -117.166129, 37.66056299999974 ], [ -117.464863, 37.656504999999754 ], [ -117.465104, 37.671887999999775 ], [ -117.61941495968918, 37.669791949402899 ], [ -117.832726, 37.464928999999763 ], [ -117.875927, 37.497266999999745 ], [ -117.904625, 37.515835999999751 ], [ -117.975776, 37.569292999999767 ], [ -118.039798, 37.615272999999767 ], [ -118.052189, 37.62492999999975 ], [ -118.250947, 37.768615999999767 ], [ -118.500958, 37.949018999999751 ], [ -118.571958, 37.999929999999772 ], [ -118.60974800344772, 38.026167220518879 ], [ -118.62159, 38.03438899999977 ], [ -118.66020814690512, 38.062625620085399 ], [ -118.660208146905248, 38.062625620085463 ], [ -118.714312, 38.102184999999771 ], [ -118.746598, 38.124925999999768 ], [ -118.771867, 38.141870999999767 ], [ -118.797754, 38.160550999999771 ], [ -118.859087, 38.204807999999773 ], [ -118.922518, 38.249918999999764 ], [ -118.949673, 38.26893999999978 ], [ -119.000975, 38.303674999999771 ], [ -119.030078, 38.325180999999773 ], [ -119.082358, 38.361266999999749 ], [ -119.095385043909175, 38.3714629961311 ], [ -119.095385043909204, 38.371462996131108 ], [ -119.125982, 38.393169999999778 ], [ -119.154769, 38.413198999999786 ], [ -119.234966, 38.468996999999796 ], [ -119.250988, 38.480779999999783 ], [ -119.279262, 38.499913999999777 ], [ -119.329485, 38.535534999999797 ], [ -119.330851, 38.53650399999978 ], [ -119.333423, 38.538327999999773 ], [ -119.370117, 38.563280999999797 ], [ -119.375994, 38.56679299999977 ], [ -119.450623, 38.61996499999978 ], [ -119.450612, 38.619963999999811 ], [ -119.494022, 38.649733999999796 ], [ -119.494183, 38.649851999999797 ], [ -119.585437, 38.713211999999793 ], [ -119.587066, 38.714344999999796 ], [ -119.587679, 38.714733999999794 ], [ -119.779093, 38.846876999999786 ], [ -119.994875895900051, 38.757685452716359 ], [ -120.001014, 38.999573999999797 ], [ -120.002461, 39.067488999999796 ], [ -120.003828, 39.133132999999802 ], [ -120.004504, 39.165591999999812 ], [ -120.005691, 39.222585999999801 ], [ -120.005743, 39.228663999999803 ], [ -120.005585, 39.245073999999804 ], [ -120.005266, 39.278385999999806 ], [ -120.00525, 39.279967999999812 ], [ -120.005142, 39.2912579999998 ], [ -120.005414, 39.313344999999799 ], [ -120.00532, 39.316349999999801 ], [ -120.00471, 39.330487999999789 ], [ -120.00443, 39.374907999999813 ], [ -120.003116, 39.445112999999814 ], [ -120.00174, 39.538851999999814 ], [ -120.001319, 39.722419999999815 ], [ -120.000502, 39.7799559999998 ], [ -120.000607, 39.780778999999825 ], [ -119.999733, 39.85140599999982 ], [ -119.997634, 39.956504999999822 ], [ -119.997291, 40.071802999999818 ], [ -119.997175, 40.07724499999982 ], [ -119.997234, 40.091590999999831 ], [ -119.997124, 40.126362999999834 ], [ -119.996183, 40.262460999999831 ], [ -119.996182, 40.263531999999813 ], [ -119.996179021725823, 40.269898667715374 ], [ -119.996176, 40.27554799999983 ], [ -119.995864206133277, 40.275552234338051 ], [ -119.995475769042969, 40.308509826660007 ], [ -119.995559692382827, 40.321716308593587 ], [ -119.99593353271483, 40.383838653564283 ], [ -119.995590209960938, 40.430084228515454 ], [ -119.995552062988267, 40.435081481933416 ], [ -119.995765686035142, 40.455028533935376 ], [ -119.995926, 40.499900999999831 ], [ -119.997533, 40.720991999999846 ], [ -119.998479, 40.749898999999857 ], [ -119.998494226469191, 40.752247763866421 ], [ -119.998494226469319, 40.752247763885293 ], [ -119.99851806734695, 40.755925346071407 ], [ -119.998518067347234, 40.755925346115887 ], [ -119.998518067347263, 40.755925346119916 ], [ -119.999231, 40.86589899999985 ], [ -119.999232, 40.867453999999846 ], [ -119.999358, 40.873100999999856 ], [ -119.999800398518929, 41.143828863737873 ], [ -119.999534606933594, 41.18446350097642 ], [ -119.999443054199219, 41.198249816894375 ], [ -119.999435424804702, 41.238910675048672 ], [ -119.998573303222656, 41.281112670898295 ], [ -119.998580932617173, 41.368247985839673 ], [ -119.998451117690323, 41.601686132691036 ], [ -119.99828, 41.618764999999875 ], [ -119.998440667923788, 41.620477300933722 ], [ -119.998420715332045, 41.656356811523302 ], [ -119.998405456542969, 41.690521240234233 ], [ -119.998509906031018, 41.700837368005608 ], [ -119.998287, 41.749891999999868 ], [ -119.999276, 41.87489099999987 ], [ -119.999168, 41.994539999999866 ], [ -119.991227793982603, 41.995367714029868 ], [ -119.861358642578125, 41.99605941772451 ], [ -119.860595703125, 41.99606323242174 ], [ -119.825996398925767, 41.995883941650256 ], [ -119.813201904296875, 41.995723724365099 ], [ -119.793449401855483, 41.995471954345575 ], [ -119.790168762207031, 41.995429992675653 ], [ -119.762977600097656, 41.994998931884645 ], [ -119.633529663085923, 41.994037628173693 ], [ -119.556037902832045, 41.993076324462777 ], [ -119.527593898224509, 41.992724705548305 ], [ -119.527669992674788, 41.995719711686931 ], [ -119.444598, 41.995477999999849 ], [ -119.360177, 41.994383999999854 ], [ -119.251033, 41.99384299999987 ], [ -119.231876, 41.99421199999987 ], [ -119.20828, 41.993176999999875 ], [ -119.001022, 41.993792999999869 ], [ -118.795612, 41.992393999999841 ], [ -118.777228, 41.992670999999866 ], [ -118.775869, 41.992691999999863 ], [ -118.696409, 41.991793999999864 ], [ -118.601806, 41.993894999999867 ], [ -118.501002, 41.995445999999866 ], [ -118.197189, 41.996994999999849 ], [ -117.886756, 41.998279999999873 ], [ -117.873467, 41.998334999999841 ], [ -117.863281, 41.998324999999859 ], [ -117.656547, 41.998130999999873 ], [ -117.63136, 41.998106999999862 ], [ -117.625973, 41.998101999999896 ], [ -117.623731, 41.998466999999863 ], [ -117.613208, 41.998535999999866 ], [ -117.530199, 41.999083999999876 ], [ -117.443062, 41.999658999999873 ], [ -117.403613, 41.999289999999867 ], [ -117.217551, 41.999886999999873 ], [ -117.208134, 42.000121999999877 ], [ -117.197798, 42.000379999999858 ], [ -117.166909, 42.00029699999989 ], [ -117.080659, 42.000066999999866 ], [ -117.068613, 42.000034999999862 ], [ -117.055402, 41.999889999999859 ], [ -117.04891, 41.998982999999882 ], [ -117.040906, 41.99988999999988 ], [ -117.026222, 42.000251999999875 ], [ -117.018294, 41.999357999999873 ], [ -117.009255, 41.998126999999862 ], [ -116.969156, 41.998990999999876 ], [ -116.62677, 41.997749999999876 ], [ -116.625947, 41.997378999999881 ], [ -116.586937, 41.997369999999862 ], [ -116.582217, 41.99783399999987 ], [ -116.525319, 41.99755799999987 ], [ -116.510452, 41.997095999999885 ], [ -116.501741, 41.997333999999888 ], [ -116.499777, 41.996739999999853 ], [ -116.485823, 41.996860999999868 ], [ -116.483094, 41.996884999999871 ], [ -116.463528, 41.996546999999865 ], [ -116.378179, 41.996307999999836 ], [ -116.368478, 41.996280999999868 ], [ -116.332763, 41.997282999999875 ], [ -116.163931, 41.997554999999871 ], [ -116.160833, 41.997507999999868 ], [ -116.08710210628233, 41.997479045946491 ], [ -116.087102106282117, 41.997479045946491 ], [ -116.02945709228517, 41.996807098388544 ], [ -115.992782592773423, 41.996379852294815 ], [ -115.984382629394531, 41.996402740478395 ], [ -115.922988891601562, 41.99638366699206 ], [ -115.909652709960938, 41.99636840820299 ], [ -115.766380310058594, 41.996208190917827 ], [ -115.65460205078125, 41.996086120605334 ], [ -115.493415832519531, 41.995903015136591 ], [ -115.473648071289062, 41.99588012695299 ], [ -115.457977294921875, 41.995864868163927 ], [ -115.413757324218764, 41.995632171630717 ], [ -115.397071838378906, 41.995544433593615 ], [ -115.3773193359375, 41.99544143676745 ], [ -115.34273529052733, 41.995258331298693 ], [ -115.235290527343764, 41.994514465331896 ], [ -115.226387023925781, 41.994457244872905 ], [ -115.221092224121094, 41.994705200195185 ], [ -115.129463195800767, 41.995616912841669 ], [ -115.041096143109257, 41.996014293468647 ], [ -115.041096143108831, 41.996014293468633 ], [ -115.031783, 41.996007999999875 ], [ -115.027468182131372, 41.996151135008766 ], [ -115.027468182131344, 41.996151135008766 ], [ -114.985687255859375, 41.996620178222521 ], [ -114.968292236328125, 41.996814727783068 ], [ -114.92879486083983, 41.998119354247919 ], [ -114.9114990234375, 41.998519897460802 ], [ -114.89298248291017, 41.999240875243999 ], [ -114.89133894922746, 41.999304845117884 ], [ -114.891339999591111, 42.00038457967571 ], [ -114.875877, 42.001318999999867 ], [ -114.85175, 42.001796999999868 ], [ -114.831077, 42.002206999999871 ], [ -114.806384, 42.001821999999855 ], [ -114.720715, 41.998230999999876 ], [ -114.598267, 41.994510999999889 ], [ -114.498259, 41.994598999999873 ], [ -114.498243, 41.994635999999858 ], [ -114.493403204821163, 41.994771113973947 ], [ -114.493403204821149, 41.994771113973947 ], [ -114.467581, 41.995491999999864 ], [ -114.410831115585182, 41.99510149811924 ], [ -114.321684787520184, 41.99448807292692 ], [ -114.281855, 41.994213999999864 ], [ -114.136096060654324, 41.994005924553413 ], [ -114.136096060653699, 41.994005924553413 ], [ -114.107279817211904, 41.993847505954875 ], [ -114.107259, 41.993830999999865 ], [ -114.105176581026754, 41.993835943319041 ], [ -114.048881530761719, 41.993526458740114 ], [ -114.041723, 41.993719999999875 ], [ -113.993903, 41.992697999999855 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CO_NW", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "CO", "ECONOMIC_M": 1.0298810079, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 36325.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -109.060253, 38.599327999999787 ], [ -109.059541, 38.719887999999791 ], [ -109.057388, 38.795455999999803 ], [ -109.054189, 38.874983999999792 ], [ -109.054055, 38.890991999999784 ], [ -109.053943, 38.904413999999782 ], [ -109.053292, 38.942877999999794 ], [ -109.052436, 38.999984999999789 ], [ -109.052072, 39.049698999999812 ], [ -109.051512, 39.126094999999808 ], [ -109.05133, 39.184731999999798 ], [ -109.051085, 39.263568999999777 ], [ -109.050765, 39.366676999999804 ], [ -109.051363, 39.497673999999805 ], [ -109.051195, 39.582423999999818 ], [ -109.05104, 39.660471999999814 ], [ -109.050615, 39.874969999999813 ], [ -109.050797369416728, 40.004993031316204 ], [ -109.050873, 40.058914999999828 ], [ -109.050813, 40.059578999999822 ], [ -109.050944, 40.180711999999829 ], [ -109.050969, 40.222661999999815 ], [ -109.050946, 40.444367999999827 ], [ -109.050314, 40.49509199999985 ], [ -109.050698, 40.499962999999831 ], [ -109.050074, 40.540357999999834 ], [ -109.048044, 40.619230999999829 ], [ -109.048249, 40.653600999999838 ], [ -109.049088, 40.71456199999983 ], [ -109.048455, 40.826080999999846 ], [ -109.050076, 41.00065899999985 ], [ -108.884138, 41.000093999999841 ], [ -108.788952, 41.000116999999854 ], [ -108.631108, 41.000155999999841 ], [ -108.526667, 40.999607999999853 ], [ -108.500659, 41.000111999999845 ], [ -108.250649, 41.000113999999861 ], [ -108.181227, 41.000454999999846 ], [ -108.046539, 41.002063999999862 ], [ -107.918421, 41.002035999999833 ], [ -107.691336, 41.002103999999861 ], [ -107.625624, 41.002123999999839 ], [ -107.517068, 41.002310999999835 ], [ -107.367443, 41.003072999999844 ], [ -107.317795, 41.002966999999842 ], [ -107.305313, 41.002940999999858 ], [ -107.241194, 41.002803999999855 ], [ -107.000606, 41.003443999999853 ], [ -106.857773, 41.002662999999842 ], [ -106.85072986426502, 41.002652433046848 ], [ -106.322428875468162, 40.999162181670947 ], [ -106.321165, 40.999122999999827 ], [ -106.217573, 40.997733999999838 ], [ -106.194624, 40.997625999999833 ], [ -106.19000515027237, 40.997604297709131 ], [ -106.18998, 40.99760399999986 ], [ -106.194863, 40.988220999999847 ], [ -106.19055, 40.986055999999834 ], [ -106.190054, 40.983933999999849 ], [ -106.191693, 40.982587999999843 ], [ -106.189466, 40.978665999999841 ], [ -106.189632, 40.974566999999851 ], [ -106.186163, 40.970239999999841 ], [ -106.187127, 40.964931999999834 ], [ -106.18427, 40.963856999999848 ], [ -106.186685, 40.959137999999854 ], [ -106.183785, 40.954627999999843 ], [ -106.188718, 40.945917999999843 ], [ -106.184732, 40.933997999999853 ], [ -106.178329, 40.930904999999832 ], [ -106.172861, 40.924807999999842 ], [ -106.168859, 40.923537999999837 ], [ -106.167596, 40.918422999999834 ], [ -106.158628, 40.914750999999853 ], [ -106.157977, 40.910643999999841 ], [ -106.147308, 40.904662999999857 ], [ -106.143496, 40.904924999999842 ], [ -106.136335, 40.902052999999839 ], [ -106.136128, 40.899608999999856 ], [ -106.131049, 40.896996999999871 ], [ -106.130857, 40.892889999999852 ], [ -106.127045, 40.884913999999846 ], [ -106.129407, 40.878236999999856 ], [ -106.131852, 40.876576999999841 ], [ -106.12632, 40.86957999999985 ], [ -106.118399, 40.865799999999837 ], [ -106.115964, 40.866464999999863 ], [ -106.107832, 40.863281999999849 ], [ -106.107191, 40.861391999999853 ], [ -106.104126, 40.860352999999854 ], [ -106.105065, 40.855383999999844 ], [ -106.10756, 40.852255999999855 ], [ -106.10187, 40.852357999999832 ], [ -106.097943, 40.849759999999833 ], [ -106.100689, 40.843586999999843 ], [ -106.098208, 40.841722999999845 ], [ -106.09188, 40.84072599999984 ], [ -106.087342, 40.833426999999844 ], [ -106.079013, 40.830265999999831 ], [ -106.070745, 40.82235399999982 ], [ -106.06426, 40.821589999999844 ], [ -106.057145, 40.817142999999824 ], [ -106.057228, 40.814460999999824 ], [ -106.053996, 40.813347999999856 ], [ -106.050932, 40.809163999999839 ], [ -106.05178, 40.80588499999984 ], [ -106.046167, 40.803042999999853 ], [ -106.044326, 40.797704999999844 ], [ -106.044801, 40.791879999999836 ], [ -106.039082, 40.785782999999853 ], [ -106.034003, 40.785307999999851 ], [ -106.029115, 40.781584999999836 ], [ -106.030463, 40.77789299999985 ], [ -106.028338, 40.777537999999844 ], [ -106.028677, 40.773458999999846 ], [ -106.023918, 40.771286999999838 ], [ -106.026052, 40.767974999999844 ], [ -106.022929, 40.764371999999831 ], [ -106.02331, 40.761350999999834 ], [ -106.020103, 40.758451999999849 ], [ -106.021685, 40.754711999999849 ], [ -106.014696, 40.752837999999834 ], [ -106.003456, 40.736815999999834 ], [ -106.0, 40.734358999999849 ], [ -105.998108, 40.734244999999852 ], [ -105.997055, 40.733856999999837 ], [ -105.995701, 40.733147999999836 ], [ -105.991396, 40.728940999999843 ], [ -105.98751, 40.721389999999843 ], [ -105.989508, 40.718334999999854 ], [ -105.98817, 40.709626999999827 ], [ -105.976516, 40.702668999999851 ], [ -105.972022, 40.695644999999843 ], [ -105.973389, 40.690164999999816 ], [ -105.969359, 40.68541499999985 ], [ -105.971255, 40.682812999999854 ], [ -105.970824, 40.680789999999824 ], [ -105.966095, 40.675701999999831 ], [ -105.96447, 40.668227999999864 ], [ -105.955252, 40.658874999999831 ], [ -105.956117, 40.654984999999847 ], [ -105.953858, 40.647463999999836 ], [ -105.95051, 40.645897999999832 ], [ -105.950533, 40.643509999999836 ], [ -105.947916, 40.642337999999832 ], [ -105.948789, 40.628105999999832 ], [ -105.944447, 40.621873999999835 ], [ -105.945372, 40.619343999999835 ], [ -105.946452, 40.616708999999844 ], [ -105.941495, 40.609096999999828 ], [ -105.92932, 40.605773999999847 ], [ -105.927481, 40.593042999999859 ], [ -105.921698, 40.574255999999835 ], [ -105.917876, 40.570718999999841 ], [ -105.914126, 40.570654999999839 ], [ -105.910324, 40.566438999999832 ], [ -105.909346, 40.558825999999854 ], [ -105.911265, 40.552707999999832 ], [ -105.904522, 40.535302999999843 ], [ -105.906523, 40.527860999999838 ], [ -105.910606, 40.522198999999837 ], [ -105.907753, 40.516091999999837 ], [ -105.903939, 40.514136999999849 ], [ -105.894008, 40.520213999999847 ], [ -105.879519, 40.523286999999847 ], [ -105.868524, 40.520755999999828 ], [ -105.856491, 40.507873999999838 ], [ -105.851737, 40.506570999999838 ], [ -105.851227, 40.498490999999824 ], [ -105.854639, 40.494379999999829 ], [ -105.855538, 40.490428999999835 ], [ -105.854359, 40.486268999999808 ], [ -105.846395, 40.482776999999842 ], [ -105.837004, 40.483007999999835 ], [ -105.833705, 40.47975199999982 ], [ -105.822059, 40.476896999999838 ], [ -105.806776, 40.474543999999838 ], [ -105.806568, 40.472426999999833 ], [ -105.810484, 40.470958999999844 ], [ -105.803914, 40.464240999999845 ], [ -105.807049, 40.452278999999827 ], [ -105.80521, 40.447349999999823 ], [ -105.811163, 40.442869999999822 ], [ -105.812454, 40.439177999999814 ], [ -105.815409, 40.43722499999982 ], [ -105.813742, 40.429475999999838 ], [ -105.816666, 40.426504999999857 ], [ -105.816701, 40.424339999999837 ], [ -105.814775, 40.421502999999838 ], [ -105.810561, 40.419415999999835 ], [ -105.8077, 40.414970999999838 ], [ -105.801444, 40.410927999999835 ], [ -105.799858, 40.407234999999822 ], [ -105.790387, 40.398655999999853 ], [ -105.790164, 40.386278999999838 ], [ -105.786686, 40.380887999999857 ], [ -105.781256, 40.377005999999831 ], [ -105.781386, 40.373774999999839 ], [ -105.775873, 40.369560999999827 ], [ -105.772955, 40.36479499999983 ], [ -105.768569, 40.364489999999833 ], [ -105.767135, 40.35977999999983 ], [ -105.759662, 40.356191999999837 ], [ -105.756554, 40.351665999999831 ], [ -105.752736, 40.351436999999827 ], [ -105.75182, 40.349108999999828 ], [ -105.747194, 40.347523999999829 ], [ -105.741706, 40.349292999999847 ], [ -105.735708, 40.346630999999832 ], [ -105.735578, 40.343844999999817 ], [ -105.734878, 40.342999999999819 ], [ -105.732546, 40.340789999999828 ], [ -105.729382, 40.339639999999825 ], [ -105.728526, 40.335293999999827 ], [ -105.728093, 40.334910999999828 ], [ -105.72681, 40.333994999999852 ], [ -105.720876, 40.332033999999837 ], [ -105.712565, 40.325583999999836 ], [ -105.701119, 40.324324999999831 ], [ -105.701459, 40.321726999999839 ], [ -105.698158, 40.320795999999838 ], [ -105.697087, 40.318288999999851 ], [ -105.701548, 40.312098999999819 ], [ -105.699837, 40.31047799999984 ], [ -105.696499, 40.31094899999983 ], [ -105.689556, 40.30867399999984 ], [ -105.690428, 40.304954999999829 ], [ -105.6852, 40.302940999999826 ], [ -105.687687, 40.297729999999824 ], [ -105.686807, 40.293748999999828 ], [ -105.680604, 40.291960999999809 ], [ -105.685927, 40.288305999999821 ], [ -105.680018, 40.284475999999849 ], [ -105.678701, 40.27892799999983 ], [ -105.680908, 40.279061999999847 ], [ -105.679786, 40.27468399999983 ], [ -105.681867, 40.272815999999828 ], [ -105.677626, 40.268135999999828 ], [ -105.66532, 40.267148999999833 ], [ -105.662007, 40.264229999999834 ], [ -105.652761, 40.26047299999982 ], [ -105.650798, 40.258077999999827 ], [ -105.650266, 40.253704999999833 ], [ -105.643461, 40.249954999999829 ], [ -105.659061, 40.249183999999836 ], [ -105.659723, 40.244855999999828 ], [ -105.664877, 40.237285999999827 ], [ -105.663818, 40.233228999999838 ], [ -105.667687, 40.228929999999799 ], [ -105.668355, 40.223739999999836 ], [ -105.662596, 40.220044999999821 ], [ -105.669743, 40.219371999999815 ], [ -105.669999, 40.207816999999835 ], [ -105.677125, 40.202125999999815 ], [ -105.675845, 40.199517999999827 ], [ -105.676994, 40.188521999999807 ], [ -105.674072, 40.186008999999828 ], [ -105.670066, 40.185407999999825 ], [ -105.671231, 40.180043999999825 ], [ -105.667739, 40.177045999999834 ], [ -105.669173, 40.174272999999829 ], [ -105.666359, 40.169901999999823 ], [ -105.670988, 40.166263999999835 ], [ -105.67002, 40.162705999999822 ], [ -105.666976, 40.161200999999828 ], [ -105.667169, 40.158290999999799 ], [ -105.660784, 40.156538999999825 ], [ -105.655589, 40.151354999999825 ], [ -105.646731, 40.150982999999812 ], [ -105.645716, 40.148637999999828 ], [ -105.635098, 40.146020999999806 ], [ -105.63491, 40.140431999999841 ], [ -105.629142, 40.137834999999825 ], [ -105.629425, 40.130448999999814 ], [ -105.625532, 40.127360999999837 ], [ -105.628224, 40.123526999999847 ], [ -105.626008, 40.118668999999826 ], [ -105.628563, 40.117050999999819 ], [ -105.629415, 40.114172999999816 ], [ -105.634094, 40.113246999999816 ], [ -105.636123, 40.107008999999813 ], [ -105.635489, 40.101364999999824 ], [ -105.631464, 40.097204999999818 ], [ -105.634135, 40.095133999999824 ], [ -105.633125, 40.088596999999822 ], [ -105.635446, 40.084566999999829 ], [ -105.633695, 40.081522999999848 ], [ -105.632062, 40.081460999999805 ], [ -105.6342, 40.079564999999832 ], [ -105.634871, 40.074960999999838 ], [ -105.640563, 40.073013999999816 ], [ -105.638315, 40.067044999999823 ], [ -105.641256, 40.067883999999822 ], [ -105.646134, 40.065233999999819 ], [ -105.64802, 40.061993999999835 ], [ -105.650503, 40.05845899999985 ], [ -105.648207, 40.054302999999827 ], [ -105.636855, 40.045244999999831 ], [ -105.640084, 40.035032999999842 ], [ -105.652235, 40.023785999999816 ], [ -105.651352, 40.0209189999998 ], [ -105.65824, 40.019120999999828 ], [ -105.661295, 40.016422999999833 ], [ -105.669577, 40.01689299999984 ], [ -105.680157, 40.01401999999981 ], [ -105.687266, 40.015992999999824 ], [ -105.689258, 40.015121999999828 ], [ -105.689456, 40.009126999999822 ], [ -105.687909, 40.006959999999815 ], [ -105.690492, 40.003777999999812 ], [ -105.690634, 39.997326999999814 ], [ -105.688477, 39.995387999999814 ], [ -105.682651, 39.994663999999801 ], [ -105.682605, 39.99289499999982 ], [ -105.686921, 39.985431999999825 ], [ -105.684413, 39.982880999999828 ], [ -105.684342, 39.97946099999983 ], [ -105.687855, 39.975439999999814 ], [ -105.689786, 39.969868999999832 ], [ -105.688015, 39.967106999999828 ], [ -105.687696, 39.959786999999828 ], [ -105.684564, 39.958760999999825 ], [ -105.693805, 39.95018799999982 ], [ -105.691222, 39.946453999999825 ], [ -105.693157, 39.94244699999981 ], [ -105.682424, 39.933827999999821 ], [ -105.675239, 39.932457999999841 ], [ -105.677414, 39.930524999999818 ], [ -105.676055, 39.92857799999981 ], [ -105.679521, 39.926515999999808 ], [ -105.681713, 39.921920999999813 ], [ -105.681628, 39.917492999999858 ], [ -105.68542, 39.915661999999813 ], [ -105.6873, 39.911713999999819 ], [ -105.688035, 39.907496999999829 ], [ -105.686674, 39.904205999999817 ], [ -105.689756, 39.901912999999809 ], [ -105.690562, 39.897301999999826 ], [ -105.696659, 39.894573999999814 ], [ -105.69916, 39.891511999999821 ], [ -105.698805, 39.88560899999981 ], [ -105.697133, 39.88432299999981 ], [ -105.697824, 39.880968999999823 ], [ -105.700225, 39.878901999999819 ], [ -105.696292, 39.871712999999808 ], [ -105.69721, 39.867998999999806 ], [ -105.695566, 39.861528999999813 ], [ -105.689789, 39.852008999999825 ], [ -105.680886, 39.847502999999826 ], [ -105.676788, 39.847443999999832 ], [ -105.674271, 39.849798999999813 ], [ -105.666847, 39.847592999999833 ], [ -105.659914, 39.850580999999814 ], [ -105.648477, 39.846475999999811 ], [ -105.633068, 39.843776999999818 ], [ -105.627012, 39.832099999999805 ], [ -105.613074, 39.822701999999822 ], [ -105.611007, 39.824746999999817 ], [ -105.605487, 39.822838999999817 ], [ -105.602108, 39.820452999999823 ], [ -105.601416, 39.817931999999821 ], [ -105.596895, 39.818825999999824 ], [ -105.590386, 39.823021999999831 ], [ -105.577482, 39.822280999999812 ], [ -105.573623, 39.81902599999983 ], [ -105.575507, 39.814181999999825 ], [ -105.579136, 39.812836999999803 ], [ -105.577495, 39.805574999999813 ], [ -105.570799, 39.801244999999817 ], [ -105.563546, 39.800375999999815 ], [ -105.560182, 39.795065999999821 ], [ -105.554712, 39.794261999999819 ], [ -105.553786, 39.792040999999806 ], [ -105.545427, 39.786995999999824 ], [ -105.548209, 39.784647999999812 ], [ -105.547318, 39.781069999999801 ], [ -105.543702, 39.776932999999815 ], [ -105.544523, 39.773647999999817 ], [ -105.540755, 39.77382299999983 ], [ -105.53805, 39.771631999999812 ], [ -105.525034, 39.768697999999802 ], [ -105.517948, 39.765126999999815 ], [ -105.510585, 39.765917999999814 ], [ -105.507745, 39.764188999999817 ], [ -105.512534, 39.764514999999832 ], [ -105.512803, 39.761814999999828 ], [ -105.509553, 39.761736999999805 ], [ -105.504769, 39.757214999999817 ], [ -105.500173, 39.756645999999819 ], [ -105.499697, 39.752494999999819 ], [ -105.501581, 39.750788999999813 ], [ -105.49763, 39.744565999999828 ], [ -105.487439, 39.743686999999795 ], [ -105.492771, 39.740314999999811 ], [ -105.507812, 39.737074999999813 ], [ -105.506332, 39.733870999999823 ], [ -105.505411, 39.735984999999808 ], [ -105.502863, 39.735585999999813 ], [ -105.501737, 39.734829999999818 ], [ -105.503397, 39.735127999999818 ], [ -105.502953, 39.734097999999825 ], [ -105.496347, 39.731234999999813 ], [ -105.497115, 39.72808299999982 ], [ -105.501119, 39.730526999999825 ], [ -105.499261, 39.728020999999785 ], [ -105.500677, 39.727230999999819 ], [ -105.499416, 39.7246829999998 ], [ -105.48852, 39.718413999999832 ], [ -105.489499, 39.717457999999823 ], [ -105.486113, 39.718932999999815 ], [ -105.48726, 39.715682999999821 ], [ -105.483867, 39.717625999999832 ], [ -105.485445, 39.715754999999817 ], [ -105.483084, 39.715732999999815 ], [ -105.481016, 39.712687999999815 ], [ -105.465866, 39.705473999999818 ], [ -105.438625, 39.702757999999804 ], [ -105.436125, 39.699911999999834 ], [ -105.435936, 39.697497999999825 ], [ -105.445314, 39.694555999999814 ], [ -105.44472, 39.692693999999804 ], [ -105.439206, 39.692722999999823 ], [ -105.450021, 39.689857999999802 ], [ -105.452413, 39.685204999999812 ], [ -105.4441, 39.673799999999801 ], [ -105.453659, 39.676838999999816 ], [ -105.458539, 39.675274999999814 ], [ -105.466478, 39.677349999999791 ], [ -105.46903, 39.682021999999819 ], [ -105.473124, 39.679953999999817 ], [ -105.472951, 39.675331999999827 ], [ -105.471528, 39.675728999999805 ], [ -105.464996, 39.66343199999983 ], [ -105.466093, 39.658557999999779 ], [ -105.469738, 39.652625999999806 ], [ -105.472649, 39.651306999999818 ], [ -105.473893, 39.646698999999806 ], [ -105.468402, 39.640288999999818 ], [ -105.454648, 39.632216999999827 ], [ -105.4555, 39.632199999999806 ], [ -105.462039, 39.629235999999793 ], [ -105.463487, 39.624877999999818 ], [ -105.46858, 39.621975999999812 ], [ -105.469739, 39.622788999999813 ], [ -105.471297, 39.619293999999812 ], [ -105.474354, 39.619376999999822 ], [ -105.473428, 39.615394999999829 ], [ -105.478294, 39.611516999999814 ], [ -105.484966, 39.609465999999806 ], [ -105.485175, 39.608035999999807 ], [ -105.489226, 39.606322999999811 ], [ -105.491743, 39.606670999999814 ], [ -105.492868, 39.604530999999817 ], [ -105.501343, 39.610997999999817 ], [ -105.513626, 39.610460999999816 ], [ -105.534932, 39.591464999999815 ], [ -105.53881, 39.583867999999811 ], [ -105.546441, 39.579451999999826 ], [ -105.549991, 39.573432999999824 ], [ -105.560117, 39.567541999999818 ], [ -105.44437, 39.565999999999811 ], [ -105.444546, 39.562786999999808 ], [ -105.452115, 39.565433999999819 ], [ -105.464594, 39.562435999999813 ], [ -105.457013, 39.552525999999801 ], [ -105.450351, 39.547064999999805 ], [ -105.446232, 39.53648099999981 ], [ -105.455278, 39.503481999999806 ], [ -105.455309, 39.479986999999809 ], [ -105.445956, 39.475177999999794 ], [ -105.438731, 39.457652999999794 ], [ -105.437, 39.455399999999806 ], [ -105.408976, 39.461166999999811 ], [ -105.398, 39.463499999999819 ], [ -105.398, 39.462399999999818 ], [ -105.398, 39.461599999999798 ], [ -105.3975, 39.423699999999805 ], [ -105.3975, 39.411599999999808 ], [ -105.3981, 39.326199999999801 ], [ -105.3962, 39.264899999999791 ], [ -105.397346, 39.249999999999794 ], [ -105.397322, 39.129573999999792 ], [ -105.36652, 39.129585999999804 ], [ -105.329893, 39.129693999999795 ], [ -105.328339, 39.129698999999796 ], [ -105.258978, 39.12956199999978 ], [ -105.033003, 39.129827999999804 ], [ -105.028966, 39.129839999999788 ], [ -104.991112, 39.129904999999802 ], [ -104.923132, 39.129830999999804 ], [ -104.923344, 39.100639999999792 ], [ -104.912288, 39.100687999999806 ], [ -104.911648, 39.098879999999802 ], [ -104.918544, 39.098751999999799 ], [ -104.91824, 39.096255999999798 ], [ -104.916256, 39.096287999999795 ], [ -104.91824, 39.093343999999789 ], [ -104.911376, 39.089327999999803 ], [ -104.908304, 39.091423999999797 ], [ -104.898384, 39.090735999999772 ], [ -104.897808, 39.088863999999809 ], [ -104.90512, 39.084559999999811 ], [ -104.9052, 39.081823999999791 ], [ -104.902384, 39.079071999999805 ], [ -104.896048, 39.079311999999796 ], [ -104.896272, 39.071871999999793 ], [ -104.913984, 39.071775999999801 ], [ -104.914016, 39.056351999999798 ], [ -104.914048, 39.042447999999787 ], [ -104.90936, 39.042431999999792 ], [ -104.909568, 39.028111999999787 ], [ -104.904832, 39.028015999999795 ], [ -104.905056, 38.998815999999785 ], [ -104.895648, 38.998863999999799 ], [ -104.895456, 38.991487999999791 ], [ -104.90432, 38.991599999999792 ], [ -104.90368, 38.983743999999803 ], [ -104.89544, 38.984335999999793 ], [ -104.895392, 38.954559999999795 ], [ -104.886128, 38.954527999999797 ], [ -104.8861, 38.905899999999782 ], [ -104.8861, 38.896999999999792 ], [ -104.895136, 38.897039999999791 ], [ -104.89519, 38.895159999999791 ], [ -104.8992, 38.894299999999795 ], [ -104.9085, 38.895899999999799 ], [ -104.9081, 38.893999999999792 ], [ -104.913088, 38.892031999999787 ], [ -104.912511, 38.871253999999794 ], [ -104.908225, 38.871379999999782 ], [ -104.907984, 38.867871999999792 ], [ -104.9385, 38.8676999999998 ], [ -104.96394, 38.849521999999794 ], [ -104.97387, 38.828714999999796 ], [ -104.974392, 38.808724999999782 ], [ -104.938464, 38.796895999999798 ], [ -104.938448, 38.792303999999788 ], [ -104.939178, 38.697579999999782 ], [ -104.939214, 38.696151999999792 ], [ -104.941705, 38.69620899999979 ], [ -104.941895, 38.649889999999779 ], [ -105.035126, 38.651401999999784 ], [ -105.053392, 38.653104999999762 ], [ -105.070995, 38.6485589999998 ], [ -105.109259, 38.647539999999786 ], [ -105.239821, 38.647602999999776 ], [ -105.239383, 38.677067999999792 ], [ -105.237252, 38.696909999999789 ], [ -105.32859, 38.697212999999792 ], [ -105.44784, 38.697587999999783 ], [ -105.615627, 38.69542399999979 ], [ -105.850297, 38.693928999999784 ], [ -105.888347, 38.695156999999796 ], [ -105.920293, 38.693487999999789 ], [ -105.969183, 38.693554999999797 ], [ -105.954352, 38.690164999999787 ], [ -105.944743, 38.690231999999803 ], [ -105.943709, 38.684855999999797 ], [ -105.925648, 38.679910999999784 ], [ -105.921755, 38.675084999999818 ], [ -105.924407, 38.672571999999789 ], [ -105.92354, 38.670391999999779 ], [ -105.925186, 38.669387999999778 ], [ -105.924919, 38.666368999999783 ], [ -105.91967, 38.664317999999774 ], [ -105.920338, 38.659797999999789 ], [ -105.91657, 38.659568999999784 ], [ -105.912365, 38.653800999999788 ], [ -105.90736, 38.652673999999799 ], [ -105.910508, 38.647484999999762 ], [ -105.914734, 38.649129999999779 ], [ -105.915523, 38.647230999999778 ], [ -105.92889, 38.639976999999796 ], [ -105.932188, 38.636268999999793 ], [ -105.937237, 38.63736699999977 ], [ -105.942139, 38.636108999999777 ], [ -105.94211, 38.632262999999789 ], [ -105.944764, 38.627959999999781 ], [ -105.941798, 38.623601999999792 ], [ -105.950169, 38.615500999999789 ], [ -105.954539, 38.617746999999781 ], [ -105.958697, 38.624999999999758 ], [ -105.958828, 38.626653999999789 ], [ -105.957165, 38.627088999999785 ], [ -105.964374, 38.632351999999806 ], [ -105.968312, 38.630748999999796 ], [ -105.986755, 38.634152999999763 ], [ -105.989764, 38.638820999999787 ], [ -105.988102, 38.639850999999759 ], [ -105.988833, 38.641681999999783 ], [ -105.992132, 38.644014999999797 ], [ -105.989362, 38.647174999999805 ], [ -105.99167, 38.650767999999786 ], [ -105.98966, 38.65621599999978 ], [ -105.996987, 38.656349999999776 ], [ -106.001592, 38.660720999999775 ], [ -106.001952, 38.667519999999783 ], [ -106.010125, 38.669606999999779 ], [ -106.018738, 38.668259999999769 ], [ -106.023408, 38.670046999999784 ], [ -106.022472, 38.67361699999978 ], [ -106.026821, 38.67602199999979 ], [ -106.030237, 38.67599999999981 ], [ -106.032806, 38.678243999999793 ], [ -106.038441, 38.677237999999804 ], [ -106.040952, 38.678862999999787 ], [ -106.042261, 38.685829999999775 ], [ -106.048806, 38.695064999999772 ], [ -106.050892, 38.700973999999789 ], [ -106.049507, 38.705685999999794 ], [ -106.055589, 38.716390999999795 ], [ -106.054846, 38.722145999999768 ], [ -106.062472, 38.728829999999782 ], [ -106.066651, 38.742676999999787 ], [ -106.061829, 38.745125999999779 ], [ -106.048035, 38.747413999999772 ], [ -106.042332, 38.75060399999979 ], [ -106.035846, 38.74999999999978 ], [ -106.028185, 38.753941999999761 ], [ -106.011203, 38.753729999999784 ], [ -106.012021, 38.755011999999802 ], [ -106.006697, 38.76043399999979 ], [ -106.008185, 38.764554999999795 ], [ -106.006136, 38.767986999999785 ], [ -106.008203, 38.771574999999793 ], [ -106.013881, 38.772734999999777 ], [ -106.013275, 38.774982999999807 ], [ -106.016883, 38.777271999999797 ], [ -106.032389, 38.771312999999786 ], [ -106.031596, 38.773374999999795 ], [ -106.014455, 38.786323999999802 ], [ -106.008746, 38.796597999999797 ], [ -106.013919, 38.800834999999786 ], [ -106.032288, 38.79788799999978 ], [ -106.043842, 38.789421999999796 ], [ -106.050426, 38.786545999999795 ], [ -106.05402, 38.779054999999808 ], [ -106.06057, 38.77504999999978 ], [ -106.062558, 38.771753999999774 ], [ -106.074865, 38.769189999999789 ], [ -106.084076, 38.773925999999776 ], [ -106.094659, 38.773968999999774 ], [ -106.09541, 38.765758999999804 ], [ -106.100618, 38.762935999999797 ], [ -106.114003, 38.758741999999771 ], [ -106.139191, 38.756446999999795 ], [ -106.134826, 38.746078999999796 ], [ -106.138932, 38.743169999999786 ], [ -106.148987, 38.73928299999978 ], [ -106.153636, 38.734248999999785 ], [ -106.17146, 38.731940999999786 ], [ -106.174938, 38.7255329999998 ], [ -106.179233, 38.722511999999796 ], [ -106.188289, 38.721138999999795 ], [ -106.206137, 38.713720999999786 ], [ -106.219334, 38.714378999999788 ], [ -106.229563, 38.717034999999797 ], [ -106.231813, 38.71339299999979 ], [ -106.240106, 38.70926999999979 ], [ -106.25, 38.71468999999977 ], [ -106.25513, 38.715494999999791 ], [ -106.26296, 38.713071999999791 ], [ -106.272015, 38.713624999999816 ], [ -106.278297, 38.709895999999809 ], [ -106.294362, 38.708571999999798 ], [ -106.303796, 38.710242999999785 ], [ -106.307155, 38.713882999999782 ], [ -106.313318, 38.713355999999791 ], [ -106.320007, 38.708823999999801 ], [ -106.339867, 38.70573099999978 ], [ -106.34413, 38.702525999999771 ], [ -106.350935, 38.703324999999801 ], [ -106.363638, 38.701259999999785 ], [ -106.381518, 38.696727999999794 ], [ -106.398457, 38.695337999999786 ], [ -106.417439, 38.690352999999789 ], [ -106.429265, 38.691681999999766 ], [ -106.443983, 38.69802099999977 ], [ -106.451285, 38.698347999999797 ], [ -106.449553, 38.70266499999979 ], [ -106.444948, 38.705537999999784 ], [ -106.442911, 38.709235999999777 ], [ -106.431075, 38.70871299999979 ], [ -106.424694, 38.710311999999782 ], [ -106.422641, 38.716170999999797 ], [ -106.422886, 38.72085199999978 ], [ -106.416084, 38.727818999999755 ], [ -106.416171, 38.733760999999788 ], [ -106.419469, 38.738809999999788 ], [ -106.41743, 38.742032999999779 ], [ -106.41782, 38.749154999999796 ], [ -106.419411, 38.751049999999779 ], [ -106.414498, 38.757188999999791 ], [ -106.416562, 38.764439999999766 ], [ -106.418699, 38.766165999999807 ], [ -106.414917, 38.772445999999789 ], [ -106.413235, 38.779097999999777 ], [ -106.416178, 38.787272999999793 ], [ -106.4123, 38.79116599999977 ], [ -106.414009, 38.799143999999785 ], [ -106.41733, 38.800696999999772 ], [ -106.422145, 38.808380999999784 ], [ -106.414464, 38.815287999999789 ], [ -106.415602, 38.824098999999784 ], [ -106.406552, 38.829348999999795 ], [ -106.395072, 38.822508999999798 ], [ -106.383052, 38.824710999999795 ], [ -106.381167, 38.832862999999797 ], [ -106.378239, 38.836130999999796 ], [ -106.369821, 38.838474999999811 ], [ -106.369546, 38.840490999999794 ], [ -106.363879, 38.846190999999791 ], [ -106.364465, 38.85299099999979 ], [ -106.356312, 38.855323999999804 ], [ -106.348724, 38.854892999999777 ], [ -106.348359, 38.865117999999804 ], [ -106.33953, 38.871239999999787 ], [ -106.335268, 38.872054999999783 ], [ -106.3362, 38.874999999999808 ], [ -106.333486, 38.881314999999788 ], [ -106.326927, 38.88230299999978 ], [ -106.325461, 38.888932999999781 ], [ -106.320735, 38.892604999999797 ], [ -106.319977, 38.894713999999794 ], [ -106.324142, 38.902934999999793 ], [ -106.325521, 38.911009999999791 ], [ -106.334405, 38.911671999999804 ], [ -106.337549, 38.908725999999803 ], [ -106.344662, 38.907072999999791 ], [ -106.344838300309206, 38.907160583943131 ], [ -106.345241, 38.907066999999792 ], [ -106.356871961630219, 38.912845126475645 ], [ -106.363666, 38.910941999999793 ], [ -106.366902, 38.906922999999786 ], [ -106.37286, 38.906613999999792 ], [ -106.372881784053476, 38.906636950776473 ], [ -106.37344, 38.906607999999792 ], [ -106.376222, 38.909538999999796 ], [ -106.377168, 38.917980999999806 ], [ -106.376982, 38.922673999999787 ], [ -106.380588292392801, 38.925491474414621 ], [ -106.391764, 38.918780999999804 ], [ -106.393379, 38.91225499999981 ], [ -106.401544, 38.910622999999781 ], [ -106.401658906881195, 38.910709961661738 ], [ -106.402124, 38.910616999999789 ], [ -106.403208, 38.910864999999788 ], [ -106.407602, 38.91476199999979 ], [ -106.412091, 38.915664999999791 ], [ -106.413166, 38.916267999999796 ], [ -106.415627, 38.918529999999791 ], [ -106.41718, 38.920897999999802 ], [ -106.418227, 38.926629999999797 ], [ -106.418916411689423, 38.927270473858549 ], [ -106.420055616749949, 38.927838523280357 ], [ -106.420822653480201, 38.928015107275812 ], [ -106.429681, 38.924915999999797 ], [ -106.436594, 38.914912999999792 ], [ -106.43712572969352, 38.914984410421027 ], [ -106.437175, 38.914905999999817 ], [ -106.441794404036145, 38.915526253647258 ], [ -106.453226, 38.912761999999795 ], [ -106.457229, 38.910084999999789 ], [ -106.457624927055576, 38.910202435990861 ], [ -106.457811, 38.910077999999793 ], [ -106.465032, 38.910353999999799 ], [ -106.476328, 38.916700999999804 ], [ -106.480905, 38.918642999999783 ], [ -106.485652, 38.922107999999781 ], [ -106.48883, 38.925132999999775 ], [ -106.492346, 38.930148999999801 ], [ -106.494519244390005, 38.931993924493455 ], [ -106.49994446077288, 38.934839809399875 ], [ -106.501211, 38.934999999999789 ], [ -106.504371, 38.936848999999796 ], [ -106.505584, 38.939456999999784 ], [ -106.505839, 38.942919999999795 ], [ -106.508077, 38.945889999999771 ], [ -106.513195, 38.947486999999796 ], [ -106.514484261756024, 38.948470117578402 ], [ -106.515154, 38.948670999999806 ], [ -106.515750766562149, 38.949435882003229 ], [ -106.521327, 38.953687999999794 ], [ -106.526683, 38.955410999999785 ], [ -106.528511, 38.959882999999792 ], [ -106.525845, 38.963123999999787 ], [ -106.523498, 38.964838999999799 ], [ -106.521861, 38.9686659999998 ], [ -106.522484396736616, 38.969817775128504 ], [ -106.523839, 38.971100999999784 ], [ -106.52593593854121, 38.976194773551512 ], [ -106.528389, 38.980726999999789 ], [ -106.53202, 38.981385999999802 ], [ -106.534179, 38.982291999999802 ], [ -106.542091943994791, 38.988233408832912 ], [ -106.542183535146378, 38.988297366856905 ], [ -106.546762, 38.991077999999803 ], [ -106.550723, 38.991700999999807 ], [ -106.552183, 38.993475999999795 ], [ -106.554206840645591, 38.998700263204782 ], [ -106.559299, 38.998535999999802 ], [ -106.565544, 38.993799999999773 ], [ -106.566005301255501, 38.993885809007629 ], [ -106.566129, 38.993791999999786 ], [ -106.56940650783875, 38.994401666009772 ], [ -106.576575, 38.990451999999799 ], [ -106.577029912245919, 38.990571703111051 ], [ -106.577161, 38.99044399999979 ], [ -106.582769, 38.991475999999793 ], [ -106.594365786445877, 38.991093605148023 ], [ -106.594435, 38.991079999999798 ], [ -106.594441724519427, 38.991091101150182 ], [ -106.595021, 38.991071999999804 ], [ -106.595509, 38.991276999999798 ], [ -106.599214, 38.997993999999778 ], [ -106.595576078130676, 39.001972255997494 ], [ -106.595392360946761, 39.002211254334448 ], [ -106.594455, 39.004184999999808 ], [ -106.595162, 39.010304999999782 ], [ -106.594921, 39.020808999999801 ], [ -106.591692, 39.024922999999802 ], [ -106.592596, 39.027626999999796 ], [ -106.592808, 39.027903999999793 ], [ -106.618414, 39.026899999999799 ], [ -106.65005, 39.026332999999795 ], [ -106.66351, 39.026364999999799 ], [ -106.751343, 39.025793999999799 ], [ -106.760029, 39.024691999999789 ], [ -106.808959, 39.024051999999806 ], [ -106.943125, 39.023486999999768 ], [ -106.964695, 39.017544999999799 ], [ -106.974392, 39.020006999999801 ], [ -107.049147, 39.018882999999782 ], [ -107.063776, 39.032913999999785 ], [ -107.135377, 39.031870999999796 ], [ -107.174204, 39.031305999999795 ], [ -107.279364, 39.0295309999998 ], [ -107.281481, 39.119884999999776 ], [ -107.31622, 39.1205369999998 ], [ -107.50061, 39.117115999999804 ], [ -107.50061, 39.124580999999814 ], [ -107.500981, 39.124983999999792 ], [ -107.501023, 39.217892999999812 ], [ -107.509679, 39.216601999999803 ], [ -107.5118, 39.215677999999826 ], [ -107.513494, 39.214196999999793 ], [ -107.520419, 39.20644799999981 ], [ -107.528991, 39.202678999999804 ], [ -107.541582, 39.196221999999807 ], [ -107.543007, 39.195024999999795 ], [ -107.543594, 39.193925999999813 ], [ -107.543203, 39.188585999999809 ], [ -107.541719, 39.184578999999808 ], [ -107.54285, 39.182188999999802 ], [ -107.55797, 39.178273999999796 ], [ -107.560796, 39.178412999999807 ], [ -107.5648, 39.180581999999802 ], [ -107.568395, 39.181355999999795 ], [ -107.569819, 39.180173999999802 ], [ -107.570968, 39.177662999999825 ], [ -107.573033, 39.176333999999784 ], [ -107.577013, 39.17489699999981 ], [ -107.581276, 39.174498999999791 ], [ -107.583613, 39.173750999999811 ], [ -107.585012, 39.171600999999775 ], [ -107.593296, 39.164939999999802 ], [ -107.600094, 39.164251999999806 ], [ -107.607449, 39.161585999999815 ], [ -107.611059, 39.156493999999803 ], [ -107.613876, 39.154597999999808 ], [ -107.61603, 39.155091999999797 ], [ -107.619946, 39.153806999999802 ], [ -107.627844, 39.148991999999787 ], [ -107.630112, 39.146557999999786 ], [ -107.630805, 39.143845999999805 ], [ -107.632439, 39.140897999999794 ], [ -107.633877, 39.140715999999784 ], [ -107.638264, 39.141881999999789 ], [ -107.640028, 39.140505999999817 ], [ -107.64793, 39.131280999999809 ], [ -107.651304, 39.130932999999807 ], [ -107.653624, 39.126562999999791 ], [ -107.653379, 39.124981999999804 ], [ -107.653736, 39.124008999999802 ], [ -107.661067, 39.118292999999788 ], [ -107.662671, 39.116242999999812 ], [ -107.661844, 39.113984999999794 ], [ -107.659809, 39.112552999999799 ], [ -107.660293, 39.111796999999811 ], [ -107.664589, 39.109454999999791 ], [ -107.669864, 39.108627999999797 ], [ -107.671467, 39.107602999999806 ], [ -107.67277, 39.105462999999801 ], [ -107.673838, 39.101091999999795 ], [ -107.676369, 39.100386999999799 ], [ -107.680808, 39.100249999999775 ], [ -107.682928, 39.092727999999795 ], [ -107.687565, 39.088052999999817 ], [ -107.694109, 39.085139999999818 ], [ -107.699996, 39.083854999999794 ], [ -107.703492, 39.084930999999798 ], [ -107.704621, 39.084799999999802 ], [ -107.708887, 39.083215999999794 ], [ -107.712976, 39.080547999999773 ], [ -107.713061, 39.079062999999771 ], [ -107.714961, 39.075971999999794 ], [ -107.722132, 39.068611999999796 ], [ -107.722191, 39.066633999999816 ], [ -107.721645, 39.065234999999795 ], [ -107.735028, 39.066278999999803 ], [ -107.737986, 39.066172999999793 ], [ -107.739199, 39.065506999999791 ], [ -107.742453, 39.063796999999788 ], [ -107.744485, 39.062005999999784 ], [ -107.744866, 39.059722999999806 ], [ -107.742481, 39.059348999999791 ], [ -107.743912, 39.057691999999811 ], [ -107.750615, 39.053996999999796 ], [ -107.752097, 39.054411999999807 ], [ -107.755583, 39.053900999999804 ], [ -107.756436, 39.052338999999819 ], [ -107.75651, 39.049504999999805 ], [ -107.763135, 39.047197999999796 ], [ -107.76504, 39.044664999999789 ], [ -107.76548, 39.043297999999794 ], [ -107.771279, 39.044038999999835 ], [ -107.774021, 39.047121999999796 ], [ -107.775962, 39.047769999999794 ], [ -107.778578, 39.050884999999795 ], [ -107.785166, 39.055336999999803 ], [ -107.793832, 39.061508999999809 ], [ -107.812816, 39.067061999999787 ], [ -107.821754, 39.070515999999785 ], [ -107.829184, 39.072442999999794 ], [ -107.840002, 39.077157999999784 ], [ -107.841791, 39.076666999999794 ], [ -107.852432, 39.078537999999803 ], [ -107.855363, 39.076652999999801 ], [ -107.856401, 39.077270999999797 ], [ -107.857208, 39.079382999999794 ], [ -107.858713, 39.08014199999981 ], [ -107.86262, 39.078892999999795 ], [ -107.867123, 39.074642999999796 ], [ -107.869098, 39.074335999999803 ], [ -107.870529, 39.074886999999791 ], [ -107.874823, 39.072381999999777 ], [ -107.875056, 39.071193999999792 ], [ -107.87562, 39.07074699999982 ], [ -107.880988, 39.070951999999799 ], [ -107.886211, 39.068321999999775 ], [ -107.888186, 39.066808999999807 ], [ -107.893049, 39.065801999999778 ], [ -107.897119, 39.066224999999804 ], [ -107.900598, 39.065574999999797 ], [ -107.904255, 39.062469999999799 ], [ -107.907459, 39.060519999999791 ], [ -107.909054, 39.060557999999801 ], [ -107.909647, 39.061606999999796 ], [ -107.911492, 39.062548999999798 ], [ -107.91749, 39.064026999999818 ], [ -107.936835, 39.062059999999818 ], [ -107.95126, 39.059702999999779 ], [ -107.964284, 39.0596719999998 ], [ -107.972581, 39.061206999999811 ], [ -107.982204, 39.059855999999797 ], [ -107.983823, 39.058254999999804 ], [ -107.987211, 39.052886999999792 ], [ -108.000624, 39.045422999999786 ], [ -108.001386, 39.0441259999998 ], [ -108.004353, 39.041872999999804 ], [ -108.009172, 39.0398959999998 ], [ -108.015927, 39.036124999999799 ], [ -108.023085, 39.030849999999788 ], [ -108.025736, 39.029785999999817 ], [ -108.028028, 39.029716999999792 ], [ -108.03151, 39.027673999999813 ], [ -108.035773, 39.020585999999795 ], [ -108.036097, 39.017143999999796 ], [ -108.044469, 39.012090999999792 ], [ -108.047821, 39.011431999999786 ], [ -108.049505, 39.0146459999998 ], [ -108.050363, 39.015121999999792 ], [ -108.05375, 39.014058999999804 ], [ -108.055971, 39.010576999999799 ], [ -108.057831, 39.008598999999791 ], [ -108.067309, 38.99997999999978 ], [ -108.06999, 38.996583999999778 ], [ -108.079746, 38.991090999999798 ], [ -108.085744, 38.985082999999776 ], [ -108.086919, 38.982981999999808 ], [ -108.0898, 38.981115999999808 ], [ -108.093426, 38.980593999999783 ], [ -108.094673, 38.97996999999981 ], [ -108.094217, 38.978699999999797 ], [ -108.086867, 38.96779599999978 ], [ -108.087295, 38.963188999999801 ], [ -108.089749, 38.960165999999781 ], [ -108.095852, 38.956135999999788 ], [ -108.101714, 38.94958599999979 ], [ -108.109101, 38.939457999999775 ], [ -108.117554, 38.931830999999789 ], [ -108.118939, 38.929027999999789 ], [ -108.122404, 38.925992999999785 ], [ -108.125629, 38.924049999999802 ], [ -108.130705, 38.922301999999803 ], [ -108.132608, 38.92286099999977 ], [ -108.134021, 38.924325999999802 ], [ -108.137191, 38.925880999999805 ], [ -108.138387, 38.926053999999795 ], [ -108.140437, 38.925122999999793 ], [ -108.14437, 38.918549999999797 ], [ -108.144836, 38.916442999999788 ], [ -108.144392, 38.915067999999785 ], [ -108.141806, 38.911898999999792 ], [ -108.140315, 38.908723999999793 ], [ -108.140757, 38.906792999999794 ], [ -108.141704, 38.9063909999998 ], [ -108.14493, 38.907502999999785 ], [ -108.146924, 38.907465999999808 ], [ -108.150737, 38.90264199999978 ], [ -108.152472, 38.901271999999786 ], [ -108.159158, 38.901037999999801 ], [ -108.163265, 38.902100999999817 ], [ -108.166424, 38.902227999999795 ], [ -108.1758, 38.897511999999807 ], [ -108.176957, 38.895337999999796 ], [ -108.185561, 38.892435999999798 ], [ -108.256568, 38.869227999999794 ], [ -108.257311, 38.845053999999799 ], [ -108.256148, 38.734381999999776 ], [ -108.378757, 38.731164999999777 ], [ -108.378697, 38.668101999999784 ], [ -108.378665, 38.502196999999782 ], [ -108.379136, 38.499986999999784 ], [ -108.375405, 38.39120899999979 ], [ -108.4879, 38.388318999999754 ], [ -108.557265, 38.402653999999771 ], [ -108.605938, 38.412659999999775 ], [ -108.679298, 38.423553999999783 ], [ -108.746525, 38.434583999999788 ], [ -108.796226, 38.443665999999773 ], [ -108.867986, 38.441475999999781 ], [ -108.868259, 38.447159999999784 ], [ -109.059988, 38.441074999999785 ], [ -109.059962, 38.499986999999784 ], [ -109.060253, 38.599327999999787 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "UT_N", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "UT", "ECONOMIC_M": 1.0277483754000001, "RPS_COMPLI": 2025, "RPS_COM_01": 0.2, "SUBSTATION": 860.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -114.047390966184764, 39.76745019808174 ], [ -114.047783, 39.794159999999792 ], [ -114.047214, 39.821023999999802 ], [ -114.047134, 39.90603699999982 ], [ -114.046555, 39.996898999999829 ], [ -114.046835, 40.03013099999982 ], [ -114.046386, 40.097895999999807 ], [ -114.046741, 40.104230999999835 ], [ -114.046698, 40.113591999999819 ], [ -114.046153, 40.231970999999831 ], [ -114.046178, 40.398312999999838 ], [ -114.045826, 40.424822999999854 ], [ -114.045518, 40.49447399999984 ], [ -114.045577, 40.495800999999837 ], [ -114.045281, 40.506585999999842 ], [ -114.043901044994755, 40.677297933773197 ], [ -113.990905, 40.677748999999835 ], [ -113.991675, 40.748570999999849 ], [ -113.990731, 40.872249999999845 ], [ -113.817320626166207, 41.117581626906478 ], [ -113.817800549711464, 41.505384855983529 ], [ -113.543802, 41.504540999999861 ], [ -113.54401, 41.719388999999865 ], [ -113.302781, 41.718645999999872 ], [ -113.302971, 41.914310999999849 ], [ -113.154015, 41.913851999999885 ], [ -113.153582002966431, 41.996980430493821 ], [ -112.98127749675352, 41.998259186646635 ], [ -112.979218, 41.998262999999881 ], [ -112.909587, 41.998790999999876 ], [ -112.880619, 41.998920999999854 ], [ -112.833125, 41.999344999999856 ], [ -112.833084, 41.999304999999872 ], [ -112.736549, 42.000092999999872 ], [ -112.736549002096254, 42.000093439560338 ], [ -112.709375, 42.000308999999866 ], [ -112.648019, 42.000306999999864 ], [ -112.50921, 42.000761999999874 ], [ -112.450814, 42.000952999999868 ], [ -112.450567, 42.001091999999872 ], [ -112.38617, 42.001125999999864 ], [ -112.264936, 42.000990999999871 ], [ -112.239107, 42.001216999999855 ], [ -112.192976, 42.001166999999867 ], [ -112.173352, 41.996567999999876 ], [ -112.163956, 41.996707999999856 ], [ -112.109532, 41.997597999999876 ], [ -112.01218, 41.998349999999867 ], [ -111.976582, 41.998411999999853 ], [ -111.933453, 41.998487999999853 ], [ -111.915837, 41.998518999999881 ], [ -111.915622, 41.998495999999875 ], [ -111.876491, 41.998527999999865 ], [ -111.857017, 41.998651999999865 ], [ -111.812522, 41.998935999999851 ], [ -111.750778, 41.999329999999858 ], [ -111.700881, 41.999367999999876 ], [ -111.507264, 41.999517999999874 ], [ -111.471381, 41.999738999999856 ], [ -111.425535, 42.000839999999855 ], [ -111.420898, 42.000792999999895 ], [ -111.415873, 42.000747999999859 ], [ -111.320691, 42.000958999999867 ], [ -111.147628, 42.001342999999856 ], [ -111.046689, 42.001566999999866 ], [ -111.046231, 41.779668999999849 ], [ -111.046202, 41.76538099999987 ], [ -111.045789, 41.565570999999856 ], [ -111.045822, 41.552681999999855 ], [ -111.0459, 41.521671999999882 ], [ -111.046264, 41.377730999999862 ], [ -111.0466, 41.360691999999851 ], [ -111.046551, 41.251715999999867 ], [ -111.046723, 40.997958999999852 ], [ -110.750727, 40.996846999999846 ], [ -110.725333, 40.996490999999843 ], [ -110.715026, 40.996346999999851 ], [ -110.539819, 40.996345999999861 ], [ -110.500718, 40.994745999999843 ], [ -110.375714, 40.994946999999861 ], [ -110.237848, 40.995426999999843 ], [ -110.125709, 40.996549999999843 ], [ -110.121639, 40.997100999999844 ], [ -110.006495, 40.997814999999846 ], [ -110.000708, 40.99735199999985 ], [ -109.999838, 40.997329999999828 ], [ -109.97553, 40.997911999999857 ], [ -109.855299, 40.997613999999842 ], [ -109.854302, 40.997660999999859 ], [ -109.715409, 40.998190999999842 ], [ -109.713877, 40.998265999999845 ], [ -109.676421, 40.998394999999846 ], [ -109.586137, 40.998233999999833 ], [ -109.534926, 40.998142999999843 ], [ -109.500694, 40.999126999999852 ], [ -109.250735, 41.001008999999854 ], [ -109.231985, 41.002058999999846 ], [ -109.173682, 41.000858999999856 ], [ -109.050076, 41.00065899999985 ], [ -109.048455, 40.826080999999846 ], [ -109.049088, 40.71456199999983 ], [ -109.048249, 40.653600999999838 ], [ -109.048044, 40.619230999999829 ], [ -109.050074, 40.540357999999834 ], [ -109.050698, 40.499962999999831 ], [ -109.050314, 40.49509199999985 ], [ -109.050946, 40.444367999999827 ], [ -109.050969, 40.222661999999815 ], [ -109.050944, 40.180711999999829 ], [ -109.050813, 40.059578999999822 ], [ -109.050873, 40.058914999999828 ], [ -109.050797369416728, 40.004993031316204 ], [ -109.094196, 40.004990999999819 ], [ -109.288363, 40.005588999999816 ], [ -109.288216, 39.853441999999824 ], [ -109.502298, 39.854100999999808 ], [ -109.502371, 39.930174999999799 ], [ -109.5422, 39.930297999999794 ], [ -109.646826, 40.006692999999814 ], [ -109.821078, 40.007229999999829 ], [ -109.80115, 39.992678999999825 ], [ -109.972505, 39.993205999999823 ], [ -110.414431423888985, 39.941909257381937 ], [ -110.746767210314886, 39.905352320875046 ], [ -110.816557725464321, 39.898705605146532 ], [ -110.906288387799307, 39.882088815825249 ], [ -110.986048976541525, 39.878765457960988 ], [ -111.085749712469294, 39.855501952911169 ], [ -111.227103232660937, 39.787780045088581 ], [ -114.047390966184764, 39.76745019808174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MT_NE", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "MT", "ECONOMIC_M": 0.88, "RPS_COMPLI": 2015, "RPS_COM_01": 0.15, "SUBSTATION": 687.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -114.068155, 48.998918999986635 ], [ -114.06789, 48.998916999986655 ], [ -114.059188, 48.998855999986652 ], [ -113.907487, 48.998857999986626 ], [ -113.864127, 48.99827599998661 ], [ -113.692982, 48.997631999986631 ], [ -113.609138, 48.99823899998664 ], [ -113.597868, 48.998320999986632 ], [ -113.576118, 48.99847799998664 ], [ -113.427661, 48.99853999998664 ], [ -113.397193, 48.998552999986629 ], [ -113.375925, 48.998561999986642 ], [ -113.356874, 48.998223999986635 ], [ -113.240978, 48.998713999986641 ], [ -113.234539, 48.998740999986637 ], [ -113.19474, 48.998908999986618 ], [ -113.116356, 48.998461999986638 ], [ -113.110155, 48.998549999986643 ], [ -113.106891, 48.998500999986618 ], [ -113.103212, 48.998529999986644 ], [ -113.098147, 48.998493999986643 ], [ -113.095436, 48.998532999986637 ], [ -113.092055, 48.99854299998664 ], [ -113.087863, 48.99855699998664 ], [ -113.085576, 48.998580999986643 ], [ -113.011041, 48.998642999986622 ], [ -113.009895, 48.998618999986647 ], [ -112.365028, 48.998840999986641 ], [ -112.357026, 48.998843999986626 ], [ -112.193588, 48.998899999986641 ], [ -112.143769, 48.998916999986655 ], [ -112.003866, 48.998569999986643 ], [ -112.000878, 48.998920999986645 ], [ -111.854088, 48.998066999986634 ], [ -111.85409, 48.99803899998664 ], [ -111.761679, 48.997613999986648 ], [ -111.761613, 48.997649999986635 ], [ -111.500896, 48.996962999986636 ], [ -111.123681, 48.997398999986643 ], [ -111.123680999349091, 48.997398970896718 ], [ -111.057918, 48.997474999986643 ], [ -111.034498, 48.997501999986646 ], [ -111.003916, 48.997536999986643 ], [ -110.990108, 48.997601999986628 ], [ -110.887459, 48.998086999986647 ], [ -110.886706, 48.998123999986639 ], [ -110.743211, 48.99855699998664 ], [ -110.592465, 48.999011999986642 ], [ -110.590785, 48.99899499998665 ], [ -110.531615, 48.998389999986635 ], [ -110.531204, 48.998393999986639 ], [ -110.438151, 48.999187999986638 ], [ -110.215516, 48.999196999986644 ], [ -110.171595, 48.999261999986658 ], [ -109.999999, 48.999632999986638 ], [ -109.995618, 48.99964199998665 ], [ -109.500737, 49.000439999986632 ], [ -109.491129, 49.00058199998665 ], [ -109.489694, 49.000603999986659 ], [ -109.454023, 49.00113199998664 ], [ -109.437397, 49.00063099998664 ], [ -109.384762, 49.000396999986634 ], [ -109.384068, 49.00037399998665 ], [ -109.285975, 49.00047899998664 ], [ -109.250722, 49.000010999986642 ], [ -109.112368, 48.999759999986644 ], [ -109.06057, 48.999665999986647 ], [ -109.060292, 48.999620999986639 ], [ -109.000708, 48.999233999986636 ], [ -108.994722, 48.999236999986657 ], [ -108.543194, 48.999376999986637 ], [ -108.488063, 48.999367999986639 ], [ -107.704696, 48.999871999986645 ], [ -107.441017, 48.999362999986644 ], [ -107.363582, 49.000018999986651 ], [ -107.003642, 48.999833999986642 ], [ -106.997252, 48.706560999985982 ], [ -106.953393, 48.706729999985981 ], [ -106.949755, 48.539757999985596 ], [ -106.932237, 48.360505999985179 ], [ -106.901613989686581, 48.153955004402469 ], [ -106.97347074444383, 47.763875478576409 ], [ -107.024796997841875, 47.440520082167936 ], [ -107.004266496482657, 47.235215068575236 ], [ -106.850287736288536, 47.209551941876128 ], [ -106.521799714541089, 47.153093063155993 ], [ -106.337025202308155, 46.993981677622067 ], [ -106.373596, 46.657215 ], [ -106.372437, 46.569981 ], [ -106.372075, 46.505399 ], [ -106.414686, 46.507428 ], [ -106.402358, 46.575032 ], [ -106.4922, 46.585997 ], [ -106.486082, 46.618019 ], [ -106.613212, 46.621981 ], [ -106.589273, 46.845403 ], [ -106.635837, 46.84544 ], [ -106.720258, 46.845251 ], [ -106.719351, 46.825246 ], [ -106.910183, 46.82585 ], [ -106.909325, 46.859471 ], [ -106.997317, 46.859409 ], [ -107.000619, 46.859316 ], [ -107.038954, 46.859236 ], [ -107.079639, 46.859447 ], [ -107.110035, 46.859057 ], [ -107.121376, 46.859509 ], [ -107.123581, 46.773121 ], [ -107.277306, 46.773607 ], [ -107.277368131619838, 46.77117375078695 ], [ -107.274152, 46.770893 ], [ -107.275254, 46.769989 ], [ -107.271498, 46.767018 ], [ -107.269136, 46.768936 ], [ -107.268274, 46.765645 ], [ -107.263355, 46.762901 ], [ -107.26442, 46.761988 ], [ -107.263225, 46.759748 ], [ -107.259102, 46.760318 ], [ -107.259006, 46.755862 ], [ -107.255681, 46.756317 ], [ -107.256514, 46.754558 ], [ -107.247771, 46.7494 ], [ -107.248999, 46.747937 ], [ -107.247467, 46.745767 ], [ -107.23636, 46.740472 ], [ -107.237555, 46.738986 ], [ -107.235426, 46.737273 ], [ -107.23104, 46.737344 ], [ -107.226848, 46.732616 ], [ -107.221975, 46.731906 ], [ -107.219839, 46.735908 ], [ -107.210759, 46.737465 ], [ -107.212825, 46.733945 ], [ -107.211362, 46.732895 ], [ -107.210599, 46.734426 ], [ -107.206642, 46.729948 ], [ -107.2095, 46.730313 ], [ -107.2094, 46.728805 ], [ -107.211427, 46.729102 ], [ -107.213087, 46.725811 ], [ -107.215412, 46.725536 ], [ -107.210636, 46.724674 ], [ -107.209253, 46.698254 ], [ -107.210943, 46.689845 ], [ -107.210368, 46.667269 ], [ -107.212421, 46.658014 ], [ -107.208536, 46.652691 ], [ -107.207306, 46.645653 ], [ -107.204385, 46.642112 ], [ -107.207286, 46.629099 ], [ -107.193868, 46.61303 ], [ -107.189672, 46.597878 ], [ -107.171891, 46.583494 ], [ -107.225659, 46.548852 ], [ -107.241878, 46.529135 ], [ -107.243947, 46.530032 ], [ -107.256288, 46.524116 ], [ -107.257053, 46.521283 ], [ -107.258874, 46.520529 ], [ -107.272111, 46.525722 ], [ -107.27301, 46.517976 ], [ -107.276422, 46.513978 ], [ -107.283869, 46.512906 ], [ -107.300155, 46.505277 ], [ -107.307242, 46.495077 ], [ -107.307306, 46.482519 ], [ -107.582088448585409, 46.482017411471197 ], [ -107.581124, 46.409193 ], [ -107.584074, 46.293649 ], [ -107.57035, 46.293653 ], [ -107.570448, 46.280718 ], [ -107.570598, 46.269316 ], [ -107.570676, 46.264999 ], [ -107.55464, 46.264772 ], [ -107.551665, 46.264839 ], [ -107.549656, 46.26493 ], [ -107.549687, 46.2525 ], [ -107.870267, 46.247535 ], [ -107.870763, 46.310644 ], [ -108.011203, 46.30778 ], [ -108.029154, 46.307749 ], [ -108.029531, 46.263812 ], [ -108.134767, 46.263645 ], [ -108.133782, 46.138258 ], [ -108.404936, 46.132675 ], [ -108.436479, 46.13273 ], [ -108.45827, 46.13291 ], [ -108.507834, 46.132888 ], [ -108.553466, 46.132771 ], [ -108.564114, 46.132767 ], [ -109.445979671387761, 46.280121021379479 ], [ -109.450044, 46.279661 ], [ -109.453678930517214, 46.281407517533232 ], [ -110.170167554348012, 46.401128109251033 ], [ -110.170908, 46.401127 ], [ -110.687879589605231, 46.397965154588185 ], [ -110.683793, 46.729932 ], [ -110.917529, 46.743143 ], [ -111.083511, 46.740572 ], [ -111.41338, 46.669625 ], [ -111.639131, 46.661158 ], [ -111.639133, 46.669314 ], [ -111.754054, 46.667143 ], [ -111.755614, 46.736594 ], [ -111.871941532431123, 46.732665951120211 ], [ -111.874702449297899, 46.890038212526143 ], [ -112.177411, 46.885516 ], [ -112.176447, 46.835384 ], [ -112.618598, 46.834092 ], [ -112.668372, 46.833918 ], [ -112.6684, 46.831337 ], [ -112.723895, 46.831366 ], [ -112.778761, 46.83163 ], [ -112.79532, 46.831772 ], [ -112.79519, 46.874937 ], [ -112.795848, 46.991891 ], [ -112.796594, 47.177222 ], [ -112.926665, 47.177215 ], [ -113.049174, 47.176911 ], [ -113.049247, 47.179410999982174 ], [ -113.058865, 47.179369999982164 ], [ -113.059444, 47.488095999982988 ], [ -113.061002, 47.48463499998298 ], [ -113.062749, 47.482372999982985 ], [ -113.068614, 47.482071999982985 ], [ -113.080344, 47.485696999982984 ], [ -113.091521, 47.480563999982984 ], [ -113.098281, 47.484150999982987 ], [ -113.101512, 47.48491899998298 ], [ -113.103494, 47.484425999982989 ], [ -113.114863, 47.490563999983003 ], [ -113.117522, 47.497634999983021 ], [ -113.114783, 47.501211999983028 ], [ -113.116585, 47.508727999983066 ], [ -113.11953, 47.512288999983056 ], [ -113.122168, 47.513963999983069 ], [ -113.123082, 47.515655999983053 ], [ -113.12138, 47.518756999983069 ], [ -113.12178, 47.52453299998308 ], [ -113.125891, 47.541295999983156 ], [ -113.122919, 47.546361999983155 ], [ -113.12464, 47.552386999983177 ], [ -113.12472, 47.557872999983175 ], [ -113.118233, 47.560425999983181 ], [ -113.11788, 47.570590999983196 ], [ -113.119747, 47.573023999983214 ], [ -113.123067, 47.574425999983227 ], [ -113.124638, 47.574441999983215 ], [ -113.126983, 47.575928999983212 ], [ -113.127964, 47.577745999983222 ], [ -113.128954, 47.582321999983236 ], [ -113.130919, 47.587641999983262 ], [ -113.140317, 47.591863999983268 ], [ -113.141929, 47.592915999983269 ], [ -113.144926, 47.596362999983285 ], [ -113.146351, 47.599128999983286 ], [ -113.147007, 47.602819999983289 ], [ -113.146369, 47.607529999983313 ], [ -113.140579, 47.616038999983331 ], [ -113.136853, 47.619771999983328 ], [ -113.138924, 47.624105999983335 ], [ -113.140484, 47.624101999983367 ], [ -113.143126, 47.624940999983352 ], [ -113.144369, 47.626476999983353 ], [ -113.145067, 47.630371999983367 ], [ -113.144455, 47.636432999983384 ], [ -113.142614, 47.637980999983384 ], [ -113.139644, 47.638745999983378 ], [ -113.137291, 47.638136999983395 ], [ -113.132287, 47.639209999983386 ], [ -113.130229, 47.641628999983389 ], [ -113.127965, 47.647093999983412 ], [ -113.128483, 47.647687999983411 ], [ -113.129025, 47.65698899998344 ], [ -113.128269, 47.658740999983436 ], [ -113.128437, 47.661043999983455 ], [ -113.131714, 47.662147999983439 ], [ -113.132714, 47.661997999983456 ], [ -113.137485, 47.665557999983456 ], [ -113.13973, 47.668059999983463 ], [ -113.146478, 47.676813999983494 ], [ -113.148376, 47.682330999983492 ], [ -113.148449, 47.685656999983507 ], [ -113.149037, 47.687023999983509 ], [ -113.152464, 47.689510999983519 ], [ -113.15583, 47.69295799998352 ], [ -113.157603, 47.695807999983522 ], [ -113.160124, 47.708683999983556 ], [ -113.160955, 47.710386999983569 ], [ -113.163466, 47.71297599998357 ], [ -113.165906, 47.720728999983585 ], [ -113.165127, 47.728707999983627 ], [ -113.1637, 47.730108999983628 ], [ -113.161941, 47.730778999983613 ], [ -113.154607, 47.732251999983632 ], [ -113.14902, 47.736372999983644 ], [ -113.146646, 47.739736999983641 ], [ -113.142422, 47.744059999983655 ], [ -113.138241, 47.745950999983663 ], [ -113.131864, 47.743574999983657 ], [ -113.119961, 47.741917999983656 ], [ -113.104912, 47.743153999983647 ], [ -113.09783, 47.744489999983664 ], [ -113.095793, 47.744367999983659 ], [ -113.09392, 47.743584999983661 ], [ -113.085337, 47.747703999983671 ], [ -113.081286, 47.75028099998368 ], [ -113.081092, 47.755987999983702 ], [ -113.081642, 47.758503999983695 ], [ -113.083406, 47.761907999983691 ], [ -113.08456, 47.768790999983715 ], [ -113.082777, 47.773007999983733 ], [ -113.082276, 47.773054999983735 ], [ -113.080797, 47.772591999983732 ], [ -113.080422, 47.77257299998373 ], [ -113.078572, 47.773307999983736 ], [ -113.077857, 47.773635999983739 ], [ -113.071048, 47.773781999983719 ], [ -113.066517, 47.77638799998374 ], [ -113.067576, 47.779867999983729 ], [ -113.067361, 47.781043999983766 ], [ -113.066058, 47.783182999983758 ], [ -113.0615, 47.788081999983781 ], [ -113.065982, 47.795069999983781 ], [ -113.066834, 47.799241999983792 ], [ -113.066417, 47.801714999983808 ], [ -113.064817, 47.804080999983796 ], [ -113.062976, 47.806277999983813 ], [ -113.060091, 47.80788599998381 ], [ -113.064149, 47.813990999983837 ], [ -113.062356, 47.817476999983846 ], [ -113.062426, 47.822119999983855 ], [ -113.063729, 47.823505999983873 ], [ -113.064744, 47.823460999983851 ], [ -113.06701, 47.825654999983868 ], [ -113.069385, 47.82921599998388 ], [ -113.06657, 47.838081999983892 ], [ -113.06287, 47.840771999983907 ], [ -113.058873, 47.842472999983904 ], [ -113.05791, 47.854066999983935 ], [ -113.060056, 47.856092999983943 ], [ -113.060872, 47.857770999983941 ], [ -113.058419, 47.870899999983983 ], [ -113.062284, 47.873826999983983 ], [ -113.065302, 47.877022999983993 ], [ -113.063322, 47.884553999984014 ], [ -113.064662, 47.885790999984017 ], [ -113.069494, 47.887259999984003 ], [ -113.07392, 47.890602999984026 ], [ -113.077448, 47.891862999984028 ], [ -113.083261, 47.893313999984038 ], [ -113.088832, 47.892030999984037 ], [ -113.090651, 47.893066999984043 ], [ -113.091848, 47.894906999984052 ], [ -113.092651, 47.896522999984043 ], [ -113.092677, 47.898203999984055 ], [ -113.090922, 47.900956999984047 ], [ -113.091883, 47.904317999984059 ], [ -113.093308, 47.906230999984061 ], [ -113.093442, 47.90775099998406 ], [ -113.087274, 47.911657999984072 ], [ -113.087087, 47.916009999984105 ], [ -113.08655, 47.917763999984096 ], [ -113.081241, 47.920220999984117 ], [ -113.063214, 47.925101999984115 ], [ -113.056669, 47.925234999984092 ], [ -113.049263, 47.926356999984115 ], [ -113.042693, 47.925572999984119 ], [ -113.033229, 47.925737999984115 ], [ -113.021562, 47.927245999984123 ], [ -113.02088, 47.927865999984128 ], [ -113.021071, 47.928862999984119 ], [ -113.020137, 47.931710999984134 ], [ -113.01366, 47.941629999984158 ], [ -113.008943, 47.943319999984162 ], [ -113.003173, 47.944319999984153 ], [ -112.996932, 47.946295999984159 ], [ -112.987146, 47.951089999984184 ], [ -112.984705, 47.953981999984194 ], [ -112.980567, 47.955181999984191 ], [ -112.957928, 47.951505999984178 ], [ -112.955834, 47.949740999984172 ], [ -112.954772, 47.947944999984166 ], [ -112.951477, 47.944713999984153 ], [ -112.949363, 47.946066999984168 ], [ -112.946484, 47.94698099998417 ], [ -112.943098, 47.94701299998416 ], [ -112.938366, 47.944670999984154 ], [ -112.93416, 47.94436199998416 ], [ -112.932177, 47.944979999984163 ], [ -112.912534, 47.946413999984166 ], [ -112.91157, 47.946894999984174 ], [ -112.909626, 47.950065999984176 ], [ -112.909065, 47.952566999984199 ], [ -112.907457, 47.955684999984193 ], [ -112.906156, 47.956999999984191 ], [ -112.906564, 47.960097999984214 ], [ -112.906216, 47.961670999984214 ], [ -112.905483, 47.962376999984215 ], [ -112.902093, 47.962906999984206 ], [ -112.900519, 47.964447999984223 ], [ -112.899821, 47.968230999984229 ], [ -112.899458, 47.969633999984239 ], [ -112.897414, 47.972596999984233 ], [ -112.892905, 47.976267999984245 ], [ -112.890694, 47.976533999984248 ], [ -112.88789, 47.975140999984227 ], [ -112.878615, 47.97576599998424 ], [ -112.879491, 47.978901999984245 ], [ -112.88164, 47.981230999984277 ], [ -112.888726, 47.993676999984288 ], [ -112.89539, 48.010950999984324 ], [ -112.89529, 48.015950999984341 ], [ -112.89649, 48.018750999984356 ], [ -112.90139, 48.021951999984353 ], [ -112.905991, 48.027251999984372 ], [ -112.911591, 48.029451999984367 ], [ -112.915191, 48.029051999984375 ], [ -112.916691, 48.029351999984371 ], [ -112.922192, 48.032451999984374 ], [ -112.924292, 48.032751999984391 ], [ -112.927992, 48.032251999984382 ], [ -112.936893, 48.034951999984393 ], [ -112.939593, 48.034251999984384 ], [ -112.944893, 48.03155099998439 ], [ -112.947293, 48.031650999984372 ], [ -112.948893, 48.032650999984362 ], [ -112.949793, 48.034051999984392 ], [ -112.951594, 48.040651999984405 ], [ -112.951196, 48.044685999984416 ], [ -112.950694, 48.048951999984418 ], [ -112.948994, 48.051051999984431 ], [ -112.945494, 48.053152999984412 ], [ -112.937193, 48.055652999984453 ], [ -112.936293, 48.057652999984469 ], [ -112.937094, 48.060552999984452 ], [ -112.941594, 48.06315299998446 ], [ -112.946494, 48.063452999984456 ], [ -112.950594, 48.06465299998446 ], [ -112.959195, 48.069752999984473 ], [ -112.961095, 48.071552999984483 ], [ -112.962395, 48.073853999984472 ], [ -112.964396, 48.074953999984487 ], [ -112.967996, 48.07455299998449 ], [ -112.971696, 48.072652999984484 ], [ -112.981196, 48.073652999984489 ], [ -112.981796, 48.074152999984484 ], [ -112.982097, 48.075652999984499 ], [ -112.981597, 48.07745299998448 ], [ -112.978297, 48.080853999984498 ], [ -112.979497, 48.083453999984513 ], [ -112.979997, 48.087553999984515 ], [ -112.978897, 48.088553999984541 ], [ -112.986098, 48.094353999984541 ], [ -112.993098, 48.09815399998454 ], [ -112.994198, 48.100353999984556 ], [ -112.995498, 48.105954999984561 ], [ -112.994398, 48.107054999984562 ], [ -112.992698, 48.107554999984565 ], [ -112.990298, 48.107454999984583 ], [ -112.989998, 48.107854999984582 ], [ -112.992599, 48.11495499998459 ], [ -112.985998, 48.116254999984584 ], [ -112.983198, 48.118055999984591 ], [ -112.985599, 48.120855999984606 ], [ -112.991199, 48.124455999984605 ], [ -112.995599, 48.125655999984616 ], [ -112.998199, 48.127955999984614 ], [ -113.0, 48.130155999984623 ], [ -113.0, 48.130755999984622 ], [ -113.003054, 48.130870999984644 ], [ -113.007407, 48.129681999984626 ], [ -113.01014, 48.128339999984625 ], [ -113.016894, 48.132459999984626 ], [ -113.021391, 48.129541999984632 ], [ -113.026908, 48.13075299998463 ], [ -113.030161, 48.133293999984637 ], [ -113.033469, 48.132632999984629 ], [ -113.039221, 48.130055999984634 ], [ -113.039785, 48.128933999984618 ], [ -113.039975, 48.125578999984612 ], [ -113.0414, 48.124485999984614 ], [ -113.049079, 48.121226999984593 ], [ -113.052534, 48.121528999984612 ], [ -113.055809, 48.124397999984602 ], [ -113.055409, 48.12616499998461 ], [ -113.05365, 48.128732999984607 ], [ -113.05429, 48.131547999984619 ], [ -113.05434, 48.142098999984647 ], [ -113.063549, 48.149917999984673 ], [ -113.068265, 48.151610999984676 ], [ -113.068833, 48.149707999984663 ], [ -113.06823, 48.148599999984661 ], [ -113.06863, 48.14784799998467 ], [ -113.073336, 48.145216999984648 ], [ -113.084749, 48.140289999984631 ], [ -113.090872, 48.13646599998463 ], [ -113.093335, 48.137179999984625 ], [ -113.096805, 48.139254999984644 ], [ -113.104275, 48.137879999984641 ], [ -113.114739, 48.137648999984634 ], [ -113.124397, 48.138102999984646 ], [ -113.127507, 48.135711999984636 ], [ -113.129435, 48.135288999984631 ], [ -113.132017, 48.136174999984632 ], [ -113.134966, 48.138354999984642 ], [ -113.133212, 48.138293999984647 ], [ -113.131001, 48.140080999984647 ], [ -113.131016, 48.145446999984657 ], [ -113.136561, 48.150358999984661 ], [ -113.142503, 48.153470999984677 ], [ -113.14628, 48.152099999984671 ], [ -113.152658, 48.151203999984666 ], [ -113.163192, 48.1594169999847 ], [ -113.168349, 48.1661909999847 ], [ -113.175631, 48.16945199998473 ], [ -113.180325, 48.173215999984727 ], [ -113.184226, 48.172914999984727 ], [ -113.185324, 48.171552999984712 ], [ -113.188474, 48.172433999984733 ], [ -113.189713, 48.173327999984714 ], [ -113.190221, 48.174355999984734 ], [ -113.190674, 48.175681999984739 ], [ -113.191539, 48.175675999984733 ], [ -113.192541, 48.174347999984739 ], [ -113.193119, 48.171200999984727 ], [ -113.195653, 48.169546999984703 ], [ -113.208984, 48.164231999984715 ], [ -113.217972, 48.168130999984704 ], [ -113.219824, 48.169753999984721 ], [ -113.225836, 48.170724999984721 ], [ -113.230457, 48.17036099998473 ], [ -113.231495, 48.170651999984713 ], [ -113.235506, 48.175795999984729 ], [ -113.235692, 48.177639999984741 ], [ -113.234557, 48.180395999984739 ], [ -113.231353, 48.181474999984744 ], [ -113.230778, 48.182380999984751 ], [ -113.233665, 48.19165799998477 ], [ -113.232988, 48.19445999998478 ], [ -113.235522, 48.201111999984803 ], [ -113.237209, 48.211130999984832 ], [ -113.236977, 48.217772999984831 ], [ -113.235579, 48.219128999984846 ], [ -113.231762, 48.220397999984826 ], [ -113.22594, 48.225016999984852 ], [ -113.229025, 48.228426999984862 ], [ -113.228605, 48.230017999984874 ], [ -113.226281, 48.231460999984861 ], [ -113.225802, 48.232326999984849 ], [ -113.227517, 48.235818999984879 ], [ -113.232154, 48.238346999984884 ], [ -113.236406, 48.243963999984899 ], [ -113.241117, 48.247989999984917 ], [ -113.242967, 48.248588999984911 ], [ -113.245653, 48.250373999984909 ], [ -113.249531, 48.254128999984914 ], [ -113.251806, 48.255084999984938 ], [ -113.258419, 48.254800999984944 ], [ -113.269264, 48.259477999984945 ], [ -113.274387, 48.259251999984933 ], [ -113.289283, 48.26509599998495 ], [ -113.289466, 48.26570699998495 ], [ -113.28845, 48.267149999984959 ], [ -113.288585, 48.270209999984942 ], [ -113.298089, 48.284659999984989 ], [ -113.311641, 48.287314999984993 ], [ -113.318325, 48.288186999985001 ], [ -113.323741, 48.288111999984999 ], [ -113.327081, 48.289247999985008 ], [ -113.333883, 48.298242999985021 ], [ -113.339766, 48.299566999985032 ], [ -113.348069, 48.303234999985044 ], [ -113.350039, 48.308503999985064 ], [ -113.34947, 48.310154999985059 ], [ -113.348343, 48.310697999985052 ], [ -113.348227, 48.311543999985048 ], [ -113.35211, 48.314674999985058 ], [ -113.355386, 48.316501999985071 ], [ -113.357533, 48.317082999985068 ], [ -113.367732, 48.322759999985081 ], [ -113.37411, 48.323878999985084 ], [ -113.374655, 48.324328999985099 ], [ -113.374772, 48.325599999985094 ], [ -113.37388, 48.327429999985092 ], [ -113.373856, 48.331012999985106 ], [ -113.375218, 48.333021999985107 ], [ -113.382923, 48.339394999985124 ], [ -113.383404, 48.343671999985148 ], [ -113.380391, 48.345083999985135 ], [ -113.375631, 48.348326999985147 ], [ -113.375193, 48.349471999985155 ], [ -113.37335, 48.35150499998516 ], [ -113.370185, 48.353871999985174 ], [ -113.362631, 48.356056999985185 ], [ -113.351221, 48.362275999985187 ], [ -113.340996, 48.369690999985202 ], [ -113.338768, 48.372118999985204 ], [ -113.333757, 48.382735999985229 ], [ -113.333137, 48.387819999985254 ], [ -113.338774, 48.391038999985248 ], [ -113.34671, 48.394202999985254 ], [ -113.351075, 48.40547399998529 ], [ -113.350958, 48.408077999985295 ], [ -113.349669, 48.414104999985291 ], [ -113.355704, 48.421184999985321 ], [ -113.356139, 48.424049999985328 ], [ -113.357151, 48.424250999985318 ], [ -113.371448, 48.422177999985323 ], [ -113.377635, 48.420252999985316 ], [ -113.381575, 48.417173999985309 ], [ -113.385268, 48.416645999985306 ], [ -113.38903, 48.416557999985301 ], [ -113.411156, 48.419686999985323 ], [ -113.413571, 48.421007999985328 ], [ -113.415445, 48.423866999985329 ], [ -113.424747, 48.430728999985334 ], [ -113.436717, 48.433390999985342 ], [ -113.43954, 48.435368999985357 ], [ -113.443635, 48.440141999985372 ], [ -113.451095, 48.443290999985372 ], [ -113.451591, 48.444984999985373 ], [ -113.454893, 48.445495999985376 ], [ -113.461953, 48.445138999985382 ], [ -113.464785, 48.44552799998538 ], [ -113.473929, 48.452120999985382 ], [ -113.479123, 48.453170999985389 ], [ -113.480917, 48.458242999985416 ], [ -113.480934, 48.459710999985411 ], [ -113.472065, 48.470960999985451 ], [ -113.466564, 48.474818999985438 ], [ -113.4676, 48.479648999985471 ], [ -113.470381, 48.483102999985469 ], [ -113.471855, 48.48741299998548 ], [ -113.466146, 48.498191999985508 ], [ -113.467284, 48.499966999985503 ], [ -113.4725, 48.502149999985512 ], [ -113.473162, 48.504824999985516 ], [ -113.472383, 48.51177899998553 ], [ -113.471204, 48.515492999985533 ], [ -113.471745, 48.519944999985555 ], [ -113.472687, 48.524890999985573 ], [ -113.46819, 48.53123999998558 ], [ -113.468699, 48.534852999985596 ], [ -113.469616, 48.535947999985588 ], [ -113.469437, 48.541129999985593 ], [ -113.467378, 48.547599999985628 ], [ -113.473279, 48.552618999985626 ], [ -113.485449, 48.554283999985635 ], [ -113.492307, 48.552417999985629 ], [ -113.496616, 48.553681999985635 ], [ -113.501953, 48.558159999985648 ], [ -113.51086, 48.560105999985645 ], [ -113.513583, 48.567528999985655 ], [ -113.516671, 48.572836999985682 ], [ -113.525709, 48.574921999985705 ], [ -113.525969, 48.575795999985679 ], [ -113.531144, 48.577362999985688 ], [ -113.533893, 48.576790999985683 ], [ -113.535493, 48.577571999985693 ], [ -113.538732, 48.580367999985697 ], [ -113.544166, 48.586724999985712 ], [ -113.547342, 48.584724999985703 ], [ -113.553742, 48.583140999985702 ], [ -113.557618, 48.584035999985694 ], [ -113.572625, 48.57877199998569 ], [ -113.574246, 48.581051999985711 ], [ -113.577777, 48.584276999985697 ], [ -113.585414, 48.583773999985702 ], [ -113.589783, 48.581579999985692 ], [ -113.590569, 48.580236999985686 ], [ -113.590607, 48.57909299998569 ], [ -113.591884, 48.577563999985678 ], [ -113.600743, 48.574932999985698 ], [ -113.609332, 48.577132999985693 ], [ -113.614165, 48.580302999985705 ], [ -113.616552, 48.585139999985707 ], [ -113.616745, 48.587744999985709 ], [ -113.623903, 48.592921999985734 ], [ -113.628868, 48.597196999985734 ], [ -113.632975, 48.599197999985741 ], [ -113.641767, 48.600741999985743 ], [ -113.651709, 48.591648999985701 ], [ -113.661003, 48.585933999985699 ], [ -113.662146, 48.585559999985705 ], [ -113.664994, 48.58574799998572 ], [ -113.668343, 48.58861599998572 ], [ -113.671021, 48.588473999985716 ], [ -113.678096, 48.592505999985733 ], [ -113.684793, 48.594184999985735 ], [ -113.689431, 48.593500999985743 ], [ -113.690455, 48.592770999985717 ], [ -113.693598, 48.592564999985726 ], [ -113.7097, 48.594734999985718 ], [ -113.712058, 48.595790999985724 ], [ -113.715578, 48.598996999985737 ], [ -113.719545, 48.600646999985763 ], [ -113.722274, 48.600640999985742 ], [ -113.724461, 48.600058999985734 ], [ -113.726434, 48.600702999985749 ], [ -113.728459, 48.602531999985743 ], [ -113.73138, 48.606604999985755 ], [ -113.734411, 48.608783999985775 ], [ -113.741517, 48.61105699998577 ], [ -113.747648, 48.612325999985771 ], [ -113.750295, 48.613930999985762 ], [ -113.754042, 48.618761999985793 ], [ -113.750949, 48.621692999985783 ], [ -113.747564, 48.626057999985797 ], [ -113.746261, 48.631489999985803 ], [ -113.742163, 48.635729999985834 ], [ -113.746749, 48.639724999985823 ], [ -113.745354, 48.652495999985859 ], [ -113.743157, 48.653904999985876 ], [ -113.74073, 48.656815999985874 ], [ -113.738937, 48.661548999985889 ], [ -113.738888, 48.663053999985891 ], [ -113.734526, 48.666402999985884 ], [ -113.725725, 48.67161199998592 ], [ -113.729309, 48.673185999985904 ], [ -113.731378, 48.675002999985914 ], [ -113.736797, 48.682979999985932 ], [ -113.740205, 48.689284999985937 ], [ -113.741199, 48.692390999985946 ], [ -113.740301, 48.69307899998595 ], [ -113.73433, 48.693943999985969 ], [ -113.726072, 48.69347399998594 ], [ -113.719748, 48.694934999985961 ], [ -113.71461, 48.698087999985965 ], [ -113.712792, 48.699348999985951 ], [ -113.708138, 48.707764999986004 ], [ -113.707011, 48.714285999985997 ], [ -113.703952, 48.716268999986006 ], [ -113.702576, 48.716312999986023 ], [ -113.702694, 48.719744999985998 ], [ -113.707184, 48.722692999986016 ], [ -113.708546, 48.723091999986025 ], [ -113.709722, 48.724316999986016 ], [ -113.706998, 48.730909999986054 ], [ -113.71491, 48.742788999986047 ], [ -113.728458, 48.745467999986076 ], [ -113.737056, 48.750542999986088 ], [ -113.739444, 48.752650999986088 ], [ -113.741848, 48.7577429999861 ], [ -113.742924, 48.760857999986108 ], [ -113.743073, 48.764767999986105 ], [ -113.753864, 48.768933999986132 ], [ -113.762374, 48.773871999986135 ], [ -113.766401, 48.784961999986152 ], [ -113.770906, 48.788920999986175 ], [ -113.773652, 48.797230999986184 ], [ -113.773606, 48.799177999986192 ], [ -113.77305, 48.800541999986194 ], [ -113.763857, 48.803766999986209 ], [ -113.760168, 48.810337999986217 ], [ -113.760588, 48.811862999986232 ], [ -113.760249, 48.815621999986227 ], [ -113.757516, 48.817060999986246 ], [ -113.757074, 48.818109999986241 ], [ -113.75979, 48.819462999986236 ], [ -113.770828, 48.823171999986258 ], [ -113.776693, 48.826683999986258 ], [ -113.785373, 48.832801999986273 ], [ -113.78643, 48.834513999986271 ], [ -113.785639, 48.836281999986277 ], [ -113.786757, 48.840391999986295 ], [ -113.790539, 48.84552999998629 ], [ -113.793143, 48.845474999986294 ], [ -113.795392, 48.844690999986291 ], [ -113.79984, 48.842598999986294 ], [ -113.80244, 48.840009999986286 ], [ -113.804432, 48.839211999986276 ], [ -113.808557, 48.838490999986284 ], [ -113.814294, 48.839283999986286 ], [ -113.817882, 48.841446999986317 ], [ -113.818155, 48.843390999986298 ], [ -113.820056, 48.848119999986309 ], [ -113.825504, 48.848367999986294 ], [ -113.837637, 48.850933999986324 ], [ -113.839349, 48.852390999986326 ], [ -113.841087, 48.855663999986319 ], [ -113.848321, 48.852314999986305 ], [ -113.854258, 48.850955999986304 ], [ -113.856477, 48.851103999986307 ], [ -113.865514, 48.847350999986311 ], [ -113.873761, 48.841544999986304 ], [ -113.875222, 48.837154999986282 ], [ -113.880829, 48.838970999986273 ], [ -113.881931, 48.839738999986281 ], [ -113.890016, 48.841707999986284 ], [ -113.893822, 48.845531999986299 ], [ -113.899257, 48.847002999986309 ], [ -113.90663, 48.846812999986312 ], [ -113.911494, 48.849471999986314 ], [ -113.914586, 48.843540999986296 ], [ -113.91504, 48.83847199998629 ], [ -113.91665, 48.836535999986282 ], [ -113.927717, 48.829287999986256 ], [ -113.946225, 48.821580999986239 ], [ -113.953605, 48.817926999986256 ], [ -113.956176, 48.81769099998624 ], [ -113.957138, 48.817635999986237 ], [ -113.961224, 48.820186999986241 ], [ -113.965194, 48.823751999986257 ], [ -113.966558, 48.823851999986267 ], [ -113.970751, 48.823336999986253 ], [ -113.972223, 48.821721999986238 ], [ -113.972185, 48.820007999986245 ], [ -113.971463, 48.81871099998623 ], [ -113.973107, 48.818714999986241 ], [ -113.975739, 48.820280999986245 ], [ -113.977254, 48.82323699998625 ], [ -113.981194, 48.825923999986252 ], [ -113.9887, 48.827168999986256 ], [ -114.002352, 48.831964999986262 ], [ -114.002895, 48.832854999986253 ], [ -114.002895, 48.834889999986281 ], [ -113.999114, 48.839200999986289 ], [ -113.992452, 48.839164999986274 ], [ -113.990414, 48.839675999986291 ], [ -113.989454, 48.841235999986289 ], [ -113.989267, 48.845869999986306 ], [ -113.993041, 48.854117999986315 ], [ -113.995191, 48.855207999986312 ], [ -114.00305, 48.860939999986336 ], [ -114.006364, 48.864957999986338 ], [ -114.017303, 48.865058999986353 ], [ -114.02462, 48.870814999986344 ], [ -114.028783, 48.87618999998638 ], [ -114.030459, 48.879473999986367 ], [ -114.032512, 48.881034999986369 ], [ -114.033709, 48.881662999986375 ], [ -114.04238, 48.883630999986387 ], [ -114.05809, 48.888934999986397 ], [ -114.055072, 48.895023999986407 ], [ -114.046473, 48.894095999986405 ], [ -114.038697, 48.895234999986407 ], [ -114.029385, 48.899361999986425 ], [ -114.026833, 48.899797999986404 ], [ -114.0193, 48.902835999986429 ], [ -114.01392, 48.908377999986449 ], [ -114.013702, 48.910696999986435 ], [ -114.015543, 48.920293999986455 ], [ -114.01732, 48.925944999986484 ], [ -114.019802, 48.927046999986494 ], [ -114.022138, 48.92936499998649 ], [ -114.024855, 48.933558999986502 ], [ -114.036144, 48.931532999986487 ], [ -114.0414, 48.932045999986499 ], [ -114.044383, 48.932784999986495 ], [ -114.04524, 48.933460999986494 ], [ -114.047518, 48.936977999986496 ], [ -114.044233, 48.938364999986511 ], [ -114.042389, 48.939734999986506 ], [ -114.04195, 48.940644999986517 ], [ -114.042752, 48.945788999986512 ], [ -114.039016, 48.948826999986522 ], [ -114.026592, 48.956810999986544 ], [ -114.021279, 48.961531999986548 ], [ -114.02775, 48.964838999986569 ], [ -114.028741, 48.964926999986588 ], [ -114.034952, 48.964392999986565 ], [ -114.040674, 48.962891999986567 ], [ -114.046897, 48.962638999986559 ], [ -114.050445, 48.963626999986566 ], [ -114.051611, 48.966902999986587 ], [ -114.057645, 48.976529999986589 ], [ -114.058324, 48.97993499998659 ], [ -114.055502, 48.982400999986609 ], [ -114.056303, 48.985870999986609 ], [ -114.064906, 48.994109999986634 ], [ -114.065926, 48.996306999986658 ], [ -114.068155, 48.998918999986635 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MT_SE", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "MT", "ECONOMIC_M": 0.8803609394, "RPS_COMPLI": 2015, "RPS_COM_01": 0.15, "SUBSTATION": 682.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -109.579109, 45.002626 ], [ -109.583129, 45.166633 ], [ -109.743886993886662, 45.165854431792958 ], [ -109.745841078226576, 45.345630191064529 ], [ -109.932226, 45.348562 ], [ -109.932028, 45.522609 ], [ -109.808841, 45.522424 ], [ -109.808794, 45.5647 ], [ -109.803276, 45.565908 ], [ -109.79947, 45.606944 ], [ -109.91116, 45.608431 ], [ -109.913298, 45.695626 ], [ -109.771164, 45.694461 ], [ -109.773145, 45.775261 ], [ -109.775368, 45.865965 ], [ -109.666228, 45.865005 ], [ -109.668321, 45.950386 ], [ -109.724688, 45.949513 ], [ -109.713087, 46.038057 ], [ -109.830021, 46.053077 ], [ -109.836797, 46.13292 ], [ -109.769141, 46.12976 ], [ -109.769505, 46.17604 ], [ -109.954028, 46.185805 ], [ -109.953565, 46.126903 ], [ -110.17494, 46.13189 ], [ -110.184891, 46.220418 ], [ -110.281858, 46.220519 ], [ -110.281307, 46.305622 ], [ -110.281369, 46.319592 ], [ -110.170281, 46.321313 ], [ -110.170167554348012, 46.401128109251033 ], [ -109.772652006422874, 46.334705845126074 ], [ -109.453678930517214, 46.281407517533232 ], [ -109.450044, 46.279661 ], [ -109.445979671387761, 46.280121021379479 ], [ -108.564114, 46.132767 ], [ -108.553466, 46.132771 ], [ -108.507834, 46.132888 ], [ -108.45827, 46.13291 ], [ -108.436479, 46.13273 ], [ -108.404936, 46.132675 ], [ -108.133782, 46.138258 ], [ -108.134767, 46.263645 ], [ -108.029531, 46.263812 ], [ -108.029154, 46.307749 ], [ -108.011203, 46.30778 ], [ -107.870763, 46.310644 ], [ -107.870267, 46.247535 ], [ -107.549687, 46.2525 ], [ -107.549656, 46.26493 ], [ -107.551665, 46.264839 ], [ -107.55464, 46.264772 ], [ -107.570676, 46.264999 ], [ -107.570598, 46.269316 ], [ -107.570448, 46.280718 ], [ -107.57035, 46.293653 ], [ -107.584074, 46.293649 ], [ -107.581124, 46.409193 ], [ -107.582088448585409, 46.482017411471197 ], [ -107.307306, 46.482519 ], [ -107.307242, 46.495077 ], [ -107.300155, 46.505277 ], [ -107.283869, 46.512906 ], [ -107.276422, 46.513978 ], [ -107.27301, 46.517976 ], [ -107.272111, 46.525722 ], [ -107.258874, 46.520529 ], [ -107.257053, 46.521283 ], [ -107.256288, 46.524116 ], [ -107.243947, 46.530032 ], [ -107.241878, 46.529135 ], [ -107.225659, 46.548852 ], [ -107.171891, 46.583494 ], [ -107.189672, 46.597878 ], [ -107.193868, 46.61303 ], [ -107.207286, 46.629099 ], [ -107.204385, 46.642112 ], [ -107.207306, 46.645653 ], [ -107.208536, 46.652691 ], [ -107.212421, 46.658014 ], [ -107.210368, 46.667269 ], [ -107.210943, 46.689845 ], [ -107.209253, 46.698254 ], [ -107.210636, 46.724674 ], [ -107.215412, 46.725536 ], [ -107.213087, 46.725811 ], [ -107.211427, 46.729102 ], [ -107.2094, 46.728805 ], [ -107.2095, 46.730313 ], [ -107.206642, 46.729948 ], [ -107.210599, 46.734426 ], [ -107.211362, 46.732895 ], [ -107.212825, 46.733945 ], [ -107.210759, 46.737465 ], [ -107.219839, 46.735908 ], [ -107.221975, 46.731906 ], [ -107.226848, 46.732616 ], [ -107.23104, 46.737344 ], [ -107.235426, 46.737273 ], [ -107.237555, 46.738986 ], [ -107.23636, 46.740472 ], [ -107.247467, 46.745767 ], [ -107.248999, 46.747937 ], [ -107.247771, 46.7494 ], [ -107.256514, 46.754558 ], [ -107.255681, 46.756317 ], [ -107.259006, 46.755862 ], [ -107.259102, 46.760318 ], [ -107.263225, 46.759748 ], [ -107.26442, 46.761988 ], [ -107.263355, 46.762901 ], [ -107.268274, 46.765645 ], [ -107.269136, 46.768936 ], [ -107.271498, 46.767018 ], [ -107.275254, 46.769989 ], [ -107.274152, 46.770893 ], [ -107.277368131619838, 46.77117375078695 ], [ -107.277306, 46.773607 ], [ -107.123581, 46.773121 ], [ -107.121376, 46.859509 ], [ -107.110035, 46.859057 ], [ -107.079639, 46.859447 ], [ -107.038954, 46.859236 ], [ -107.000619, 46.859316 ], [ -106.997317, 46.859409 ], [ -106.909325, 46.859471 ], [ -106.910183, 46.82585 ], [ -106.719351, 46.825246 ], [ -106.720258, 46.845251 ], [ -106.635837, 46.84544 ], [ -106.589273, 46.845403 ], [ -106.613212, 46.621981 ], [ -106.486082, 46.618019 ], [ -106.4922, 46.585997 ], [ -106.402358, 46.575032 ], [ -106.414686, 46.507428 ], [ -106.372075, 46.505399 ], [ -106.371948, 46.482792 ], [ -106.373901, 46.483311 ], [ -106.405617, 46.482887 ], [ -106.405632, 46.397568 ], [ -106.405846, 46.309071 ], [ -106.405258, 46.222862 ], [ -106.403534, 46.208141 ], [ -106.403191, 46.203091 ], [ -106.402153, 46.134766 ], [ -106.314789, 46.134857 ], [ -106.315636, 46.048733 ], [ -106.31424, 46.010947 ], [ -106.312485, 45.963421 ], [ -106.191948, 45.963318 ], [ -106.066139, 45.963387 ], [ -105.941711, 45.962475 ], [ -105.941505, 46.051365 ], [ -105.817436, 46.052193 ], [ -105.692711, 46.052883 ], [ -105.692337, 46.139503 ], [ -105.656845, 46.139622 ], [ -105.566818, 46.139599 ], [ -105.531433, 46.138309 ], [ -105.530365, 46.222645 ], [ -105.405937, 46.223549 ], [ -105.27877, 46.225613 ], [ -105.278618, 46.310932 ], [ -105.279564, 46.399067 ], [ -105.181797, 46.398881 ], [ -105.154877, 46.39883 ], [ -105.115518765457281, 46.396927214973353 ], [ -105.087618754016205, 46.39279387994506 ], [ -105.039052067433573, 46.386593877402603 ], [ -104.970852039466493, 46.386593877402603 ], [ -104.840651986074775, 46.385560543645532 ], [ -104.753851950480296, 46.386593877402603 ], [ -104.725951939039206, 46.387627211159682 ], [ -104.677385252456588, 46.38866054491676 ], [ -104.655182, 46.399918 ], [ -104.653549, 46.314011 ], [ -104.63578, 46.313705 ], [ -104.635933, 46.222843 ], [ -104.636993, 46.136639 ], [ -104.692215, 46.136711 ], [ -104.692833, 46.054634 ], [ -104.692619, 46.049583 ], [ -104.705093, 46.049656 ], [ -104.703934, 45.965233 ], [ -104.704453, 45.959293 ], [ -104.702614, 45.875317 ], [ -104.578712, 45.876839 ], [ -104.57695, 45.852467 ], [ -104.57553729402467, 45.81225405854719 ], [ -104.608466868611686, 45.756440817599838 ], [ -104.576581744935069, 45.685584987207385 ], [ -104.512811497581836, 45.660785446570003 ], [ -104.375221, 45.704159 ], [ -104.372643, 45.611481 ], [ -104.875533, 45.511273 ], [ -104.879407, 45.437597 ], [ -105.131282, 45.444788 ], [ -105.136865, 45.338622 ], [ -105.192574, 45.340376 ], [ -105.19797, 45.237748 ], [ -105.196969923524662, 45.000354987909773 ], [ -105.848065, 45.000396 ], [ -105.913382, 45.000941 ], [ -105.914258, 44.999986 ], [ -105.928184, 44.993647 ], [ -106.263586, 44.993788 ], [ -106.263682, 45.179792 ], [ -106.652559, 45.177652 ], [ -106.908933, 45.159859 ], [ -107.062167, 45.157486 ], [ -107.066334, 45.120832 ], [ -107.222296, 45.124515 ], [ -107.235487, 45.000714 ], [ -107.119432987767013, 44.999184731100748 ], [ -107.118569, 44.980193 ], [ -107.140594, 44.979694 ], [ -107.137866, 44.919707 ], [ -107.154601, 44.919671 ], [ -107.155238, 44.933689 ], [ -107.199343, 44.932689 ], [ -107.19893, 44.923619 ], [ -107.263299, 44.922159 ], [ -107.262212, 44.898246 ], [ -107.303932, 44.8973 ], [ -107.304382, 44.907195 ], [ -107.366367, 44.905789 ], [ -107.366944, 44.920236 ], [ -107.384461, 44.919839 ], [ -107.384568, 44.92219 ], [ -107.4264, 44.921241 ], [ -107.426474, 44.922869 ], [ -107.506477, 44.921055 ], [ -107.505852, 44.907309 ], [ -107.459575, 44.908359 ], [ -107.459469, 44.906007 ], [ -107.423389, 44.906826 ], [ -107.422755, 44.892899 ], [ -107.402885, 44.89335 ], [ -107.402219, 44.8787 ], [ -107.365173, 44.879541 ], [ -107.364454, 44.863735 ], [ -107.408925, 44.862725 ], [ -107.429858, 44.86196 ], [ -107.430007, 44.865246 ], [ -107.503045, 44.86359 ], [ -107.503101, 44.864822 ], [ -107.589796, 44.862856 ], [ -107.589983, 44.866963 ], [ -107.668365, 44.865185999999888 ], [ -107.669523, 44.890654 ], [ -107.665366, 44.890748 ], [ -107.670373, 45.000823999999888 ], [ -107.689124, 45.000813 ], [ -107.750654, 45.000778 ], [ -107.997353, 45.001565 ], [ -108.000663, 45.001223 ], [ -108.14939, 45.001062 ], [ -108.218479, 45.000541 ], [ -108.238139, 45.000206 ], [ -108.249345, 44.999458 ], [ -108.271201, 45.000251 ], [ -108.500679, 44.999691 ], [ -108.565921, 45.000578 ], [ -108.578484, 45.000484 ], [ -108.984899, 44.999761 ], [ -108.982677, 44.971608 ], [ -108.989532, 44.971258 ], [ -108.982495, 44.882082 ], [ -108.98935, 44.881731 ], [ -108.988451, 44.870347 ], [ -109.124172, 44.8634 ], [ -109.131401, 44.867792 ], [ -109.199947, 44.864283 ], [ -109.19553, 44.808311 ], [ -109.201014, 44.808031 ], [ -109.198843, 44.780518999999899 ], [ -109.316741, 44.774484 ], [ -109.323853, 44.864608 ], [ -109.364778, 44.865191 ], [ -109.364664, 45.00468 ], [ -109.375713, 45.00461 ], [ -109.386432, 45.004887 ], [ -109.574321, 45.002631 ], [ -109.579109, 45.002626 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_PGE_N", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.1145664942, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22300.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -119.997412456711984, 40.030975839711445 ], [ -119.997634, 39.956504999999822 ], [ -119.999733, 39.85140599999982 ], [ -120.000607, 39.780778999999825 ], [ -120.000502, 39.7799559999998 ], [ -120.001319, 39.722419999999815 ], [ -120.00174, 39.538851999999814 ], [ -120.003116, 39.445112999999814 ], [ -120.00443, 39.374907999999813 ], [ -120.00471, 39.330487999999789 ], [ -120.00532, 39.316349999999801 ], [ -120.005414, 39.313344999999799 ], [ -120.005142, 39.2912579999998 ], [ -120.00525, 39.279967999999812 ], [ -120.005266, 39.278385999999806 ], [ -120.005585, 39.245073999999804 ], [ -120.005743, 39.228663999999803 ], [ -120.005691, 39.222585999999801 ], [ -120.004504, 39.165591999999812 ], [ -120.003828, 39.133132999999802 ], [ -120.002461, 39.067488999999796 ], [ -120.001014, 38.999573999999797 ], [ -119.994875895900051, 38.757685452716359 ], [ -120.028239273134588, 38.732820956530688 ], [ -120.031075620694367, 38.730883459511212 ], [ -120.032697491135167, 38.729775486784121 ], [ -120.034090785525635, 38.728825292029683 ], [ -120.040346514693397, 38.72455849735605 ], [ -120.046632096599325, 38.720263296977862 ], [ -120.047897496642236, 38.719398482437903 ], [ -120.061268503368254, 38.710346482048422 ], [ -120.064338480436874, 38.708255487844383 ], [ -120.067046867464498, 38.706409081445941 ], [ -120.067047622941899, 38.706408567269186 ], [ -120.067521502867223, 38.706085488300353 ], [ -120.068085638786513, 38.705703710894745 ], [ -120.069157622312957, 38.704978221106323 ], [ -120.071042510122666, 38.703702505002674 ], [ -120.071308492660208, 38.70350748507694 ], [ -120.071773498575254, 38.703208500404571 ], [ -120.071955499680058, 38.703109499610818 ], [ -120.072142504178046, 38.702974493203193 ], [ -120.072288094488044, 38.702807953892702 ], [ -120.07228850329227, 38.702807499196666 ], [ -120.072319034986222, 38.702802476373058 ], [ -120.07236149314015, 38.702795487874177 ], [ -120.072430499745877, 38.702783489476175 ], [ -120.07253250931069, 38.702779499814653 ], [ -120.073163500995506, 38.702757498210509 ], [ -120.073906509312025, 38.702429493165035 ], [ -120.07441204550237, 38.702030940291621 ], [ -120.074473497427448, 38.701982494169407 ], [ -120.074769894931734, 38.701864142670566 ], [ -120.075635495068042, 38.701518500639317 ], [ -120.076037499619858, 38.701452488281163 ], [ -120.076223497308888, 38.701394501688213 ], [ -120.076576143252723, 38.70128401010939 ], [ -120.076756502763416, 38.70122750062157 ], [ -120.077196507124697, 38.701153483865845 ], [ -120.077289003839212, 38.701130854998027 ], [ -120.077523493159518, 38.701073490021471 ], [ -120.0784124970113, 38.700794492410829 ], [ -120.078583869731489, 38.700692038230208 ], [ -120.078601506138227, 38.700681502509497 ], [ -120.079390513214108, 38.70049948403539 ], [ -120.079779875747178, 38.700435509669745 ], [ -120.079780843551376, 38.700435351537962 ], [ -120.080029500112659, 38.700394491692172 ], [ -120.080667507814027, 38.700371483298518 ], [ -120.080915371331955, 38.700372552973668 ], [ -120.08113249697513, 38.700373490338919 ], [ -120.081246505203907, 38.70038048862412 ], [ -120.081626499096529, 38.70036549625928 ], [ -120.081926499586459, 38.700406494955708 ], [ -120.082198503936922, 38.700543496596069 ], [ -120.082539918374394, 38.700715198860493 ], [ -120.082540503680605, 38.700715493866966 ], [ -120.082487511174108, 38.702145503766445 ], [ -120.082174494616993, 38.702154498413471 ], [ -120.07851932724428, 38.70225960087906 ], [ -120.077757498161318, 38.702281493844936 ], [ -120.077763373996461, 38.707242351630946 ], [ -120.07776549008841, 38.709042758713508 ], [ -120.077765490310412, 38.709043493351459 ], [ -120.094577500443762, 38.708991484873842 ], [ -120.098323495735315, 38.70902948884828 ], [ -120.098327492832141, 38.708773488361494 ], [ -120.098241502020485, 38.703903484876058 ], [ -120.09875230006206, 38.704113147476903 ], [ -120.099793494143626, 38.704540499069651 ], [ -120.100768887068782, 38.705129315268294 ], [ -120.100989515297343, 38.705262500703988 ], [ -120.101947509218832, 38.705677503632742 ], [ -120.103006515720566, 38.705963502780136 ], [ -120.104363501576074, 38.706071499542915 ], [ -120.105935503457573, 38.706161501339636 ], [ -120.107403504035858, 38.706107501583745 ], [ -120.108471020710496, 38.705989652357616 ], [ -120.109414507828049, 38.705885489024226 ], [ -120.110029200079197, 38.705824808059731 ], [ -120.110903491676368, 38.705738493198325 ], [ -120.111998960972002, 38.705088472911079 ], [ -120.112080955553367, 38.705039847123146 ], [ -120.112081502069074, 38.70503949866233 ], [ -120.112489507550805, 38.704266505963474 ], [ -120.112960508270433, 38.703230493859962 ], [ -120.113460652719795, 38.702795317726753 ], [ -120.113460770521712, 38.702795217662995 ], [ -120.113522510751736, 38.702741494452468 ], [ -120.114804497014035, 38.70207749759161 ], [ -120.11522843822371, 38.701842359698702 ], [ -120.116149494106367, 38.701331499116705 ], [ -120.116681511001204, 38.700802496736145 ], [ -120.117401489852838, 38.699784493797182 ], [ -120.117601506519804, 38.699049484601119 ], [ -120.117841389856054, 38.698616692464434 ], [ -120.117841499646332, 38.698616494127606 ], [ -120.11834249563465, 38.698226486999445 ], [ -120.118613876670068, 38.698082336194524 ], [ -120.119592495081648, 38.697562497910617 ], [ -120.120332515425574, 38.697099497114102 ], [ -120.12039449685247, 38.697060486652951 ], [ -120.12044700125125, 38.697026286114635 ], [ -120.120460495059405, 38.697017499415409 ], [ -120.120536088664693, 38.696974346517209 ], [ -120.120728496920279, 38.696864501203208 ], [ -120.121212503161928, 38.696560491541817 ], [ -120.121331494083648, 38.696502494442143 ], [ -120.121803494230122, 38.696223499874939 ], [ -120.122263499015901, 38.695811489936283 ], [ -120.122575501067629, 38.695433489547021 ], [ -120.122714498808406, 38.695022499652261 ], [ -120.122839506912896, 38.694569504110447 ], [ -120.122832499049679, 38.694429487802658 ], [ -120.122840504552244, 38.693793490524122 ], [ -120.12290949417627, 38.69270448826407 ], [ -120.123100507314547, 38.692254483741507 ], [ -120.123204499107658, 38.692120489221587 ], [ -120.123479506973879, 38.691788495399123 ], [ -120.123937496436753, 38.691477484360988 ], [ -120.124270512457713, 38.690887493224743 ], [ -120.124361513084025, 38.690402501029489 ], [ -120.124353516169847, 38.689843494447025 ], [ -120.123936511393268, 38.688370498097598 ], [ -120.123512511433319, 38.687132486681115 ], [ -120.123134508764338, 38.68656450213696 ], [ -120.123133991492182, 38.686563998155314 ], [ -120.122379503257079, 38.685798493974374 ], [ -120.121704499166711, 38.685074489590683 ], [ -120.121286938987296, 38.68445374741458 ], [ -120.120919490754659, 38.683907487693226 ], [ -120.120919267998758, 38.683906944151815 ], [ -120.120612506533348, 38.683168484461099 ], [ -120.120517503055268, 38.682933492774367 ], [ -120.120517068469439, 38.682933168684102 ], [ -120.120381727772013, 38.682831295452154 ], [ -120.119591488643977, 38.682236488077208 ], [ -120.118437428937881, 38.68147926810898 ], [ -120.118376978410978, 38.681439564983165 ], [ -120.118166498538059, 38.681301497222186 ], [ -120.117397515554444, 38.680658496613418 ], [ -120.117397182076317, 38.680658034586173 ], [ -120.117184512504807, 38.68036350393956 ], [ -120.117079506306268, 38.679864501831979 ], [ -120.117054500220149, 38.679808495775276 ], [ -120.117153503650826, 38.679278494371054 ], [ -120.117930486459855, 38.677450495312208 ], [ -120.118375988289245, 38.676443518166479 ], [ -120.118552501732836, 38.676044490121591 ], [ -120.119257509545463, 38.674756489229559 ], [ -120.120008503317365, 38.673725503923492 ], [ -120.120737500322619, 38.672645492611316 ], [ -120.121267500386239, 38.672009491291462 ], [ -120.12138849749536, 38.671864495295146 ], [ -120.121456511718392, 38.671796496383095 ], [ -120.121882499496436, 38.671188488124727 ], [ -120.122142509197985, 38.670621505579398 ], [ -120.122001506404686, 38.669835498330997 ], [ -120.121986498054966, 38.669379497993056 ], [ -120.122040489512969, 38.669164486980613 ], [ -120.122387493805974, 38.668767493873361 ], [ -120.122656515248337, 38.668527499680657 ], [ -120.122761509713186, 38.668206502641063 ], [ -120.122810499050402, 38.667892492632696 ], [ -120.122841487937336, 38.667630490612417 ], [ -120.123026502991863, 38.667255484607807 ], [ -120.123290244372768, 38.666834770417033 ], [ -120.123291232786016, 38.666833189498284 ], [ -120.123320502009264, 38.666786498287493 ], [ -120.123497535698149, 38.666678649711692 ], [ -120.123842498625748, 38.666468497380158 ], [ -120.124387516997103, 38.666171483856466 ], [ -120.125244500320818, 38.665851499794584 ], [ -120.125579187362234, 38.665612907731642 ], [ -120.125580796762293, 38.665611763326154 ], [ -120.125648506914331, 38.665563485801023 ], [ -120.125784416152982, 38.665510212609043 ], [ -120.126074494659008, 38.665396503091621 ], [ -120.126070502319436, 38.665237484348978 ], [ -120.126067514570948, 38.665124488879371 ], [ -120.126244224767291, 38.66511419385936 ], [ -120.126244882510179, 38.665114153864415 ], [ -120.126393495666434, 38.665105492920645 ], [ -120.126618064755775, 38.665126904113038 ], [ -120.126907496666249, 38.665154499615539 ], [ -120.127478777113126, 38.665179069655508 ], [ -120.127930505265013, 38.665198500000422 ], [ -120.128145371051929, 38.665148713391559 ], [ -120.128517496791133, 38.665062490519318 ], [ -120.128860496140376, 38.664627497805142 ], [ -120.129390504960213, 38.663525489291999 ], [ -120.129582496377949, 38.662917495555824 ], [ -120.130583490568441, 38.661739499408149 ], [ -120.131558491167795, 38.66104149284871 ], [ -120.132204015233327, 38.660340582808686 ], [ -120.132204252489828, 38.660340322054047 ], [ -120.132234038386628, 38.66030801796429 ], [ -120.13223410642712, 38.660307908634685 ], [ -120.132234493339581, 38.660307487950924 ], [ -120.132454515588947, 38.65986248981929 ], [ -120.132937507914519, 38.658550501598192 ], [ -120.133344516246765, 38.657618492946398 ], [ -120.134254507794083, 38.655986490994934 ], [ -120.134876512088184, 38.655045504725962 ], [ -120.135105494591272, 38.654526493185877 ], [ -120.134948514670995, 38.653655492396467 ], [ -120.134476497744231, 38.652991486372606 ], [ -120.134476335051687, 38.652991374951014 ], [ -120.133574502936369, 38.652370495146322 ], [ -120.132426494984941, 38.651768484360417 ], [ -120.131919507567332, 38.651483486307747 ], [ -120.131688848010214, 38.651320711057188 ], [ -120.131535495228846, 38.651212494343902 ], [ -120.131535003203837, 38.651211818056908 ], [ -120.131304493272097, 38.650891495933017 ], [ -120.13128549912615, 38.650311493420624 ], [ -120.13140149878771, 38.649817485443329 ], [ -120.131688446119853, 38.649138048172546 ], [ -120.131719496002091, 38.649064489639514 ], [ -120.132237493853722, 38.648546492456035 ], [ -120.133500496338812, 38.647122496266519 ], [ -120.133794498897274, 38.646433503251266 ], [ -120.134081491220982, 38.646171485289806 ], [ -120.134707886590064, 38.645779396858458 ], [ -120.134709820337321, 38.645778185821179 ], [ -120.134851272335126, 38.645689640862543 ], [ -120.134851498438536, 38.645689501525972 ], [ -120.13563450606668, 38.644482492311482 ], [ -120.135802495450093, 38.643384495428919 ], [ -120.136145498513841, 38.642345492677634 ], [ -120.136866494079229, 38.641089500297532 ], [ -120.137324379321939, 38.640789328395471 ], [ -120.137325157276152, 38.64078881875065 ], [ -120.137467514352707, 38.640695492374455 ], [ -120.137766415365704, 38.640463378872894 ], [ -120.13894450610529, 38.639548497352664 ], [ -120.138992500051202, 38.639493487062374 ], [ -120.138996593760197, 38.639488809816314 ], [ -120.13914649341109, 38.639317484776448 ], [ -120.139286492438771, 38.63914848583287 ], [ -120.139440511150056, 38.638853492655976 ], [ -120.139517503201432, 38.638542498305831 ], [ -120.139587495160427, 38.638290483783003 ], [ -120.139608499809043, 38.638215497975835 ], [ -120.139727511898187, 38.638111500065193 ], [ -120.139804507493579, 38.638040485338649 ], [ -120.140280516991098, 38.637865496247983 ], [ -120.140770502687275, 38.637750498844717 ], [ -120.141028510643807, 38.637696492753271 ], [ -120.141183326295248, 38.637680846910875 ], [ -120.141315495224646, 38.637667492027497 ], [ -120.141445865813239, 38.637691712086287 ], [ -120.141446162056667, 38.637691766137543 ], [ -120.141525503822209, 38.63770650334282 ], [ -120.14174949001287, 38.637777486040832 ], [ -120.141973511215937, 38.637892488774789 ], [ -120.142190511801942, 38.638034500100773 ], [ -120.143309500701278, 38.638745492356605 ], [ -120.143402069588376, 38.638798844197311 ], [ -120.143715504259347, 38.638979485195357 ], [ -120.1438848461368, 38.639059595171609 ], [ -120.144030495558525, 38.639128500410344 ], [ -120.1441098256511, 38.639195705900057 ], [ -120.144331495521797, 38.639383489283219 ], [ -120.144487457463029, 38.639487635302622 ], [ -120.144601442903266, 38.639563734711501 ], [ -120.144653498603532, 38.639598488923923 ], [ -120.144891497068798, 38.639696482656497 ], [ -120.145303494183651, 38.63970748526431 ], [ -120.14559177692783, 38.639682775067193 ], [ -120.145758503856428, 38.6396684839305 ], [ -120.146006288431337, 38.639600385985567 ], [ -120.14641833003688, 38.639487144516636 ], [ -120.146493513263678, 38.639466487872227 ], [ -120.146815494367033, 38.639352497095622 ], [ -120.147018511588655, 38.639264494963356 ], [ -120.147169735420249, 38.639122912389574 ], [ -120.147206495375585, 38.63908849687116 ], [ -120.147423510326831, 38.638739490957498 ], [ -120.14756349951719, 38.638521492313529 ], [ -120.147682495367931, 38.638346486909491 ], [ -120.147752507777454, 38.638286493598656 ], [ -120.148287164133464, 38.638229212459329 ], [ -120.148676516930522, 38.638187498572108 ], [ -120.149480500644628, 38.637607489312551 ], [ -120.149536864053943, 38.637609289418435 ], [ -120.150053184778457, 38.637625696411178 ], [ -120.150739515285679, 38.637647503471378 ], [ -120.152148504909135, 38.638197495022361 ], [ -120.152500499670879, 38.63799349339623 ], [ -120.152657492514848, 38.637836496017734 ], [ -120.15297149657188, 38.636794482203079 ], [ -120.153218489568033, 38.636344492357772 ], [ -120.153464503072854, 38.63589548821367 ], [ -120.153640508595444, 38.635643505330748 ], [ -120.154172502056753, 38.635279494472087 ], [ -120.156887501307253, 38.634020488057409 ], [ -120.157225926367573, 38.63382719387522 ], [ -120.157226548514672, 38.633826839004186 ], [ -120.15740049387226, 38.633727485253893 ], [ -120.157585763033794, 38.633597567280908 ], [ -120.15810351064755, 38.63323448742576 ], [ -120.158799497149673, 38.633154497610711 ], [ -120.160294509148329, 38.63304349027522 ], [ -120.160409498855088, 38.633047481259105 ], [ -120.162982508816455, 38.63313849367573 ], [ -120.16421796547364, 38.633113734114218 ], [ -120.164222246203821, 38.633113646266644 ], [ -120.165277491856784, 38.633092486088714 ], [ -120.166430513135609, 38.632871492940346 ], [ -120.166722494265031, 38.632858342288259 ], [ -120.166963494852453, 38.632847488298481 ], [ -120.168319496396094, 38.632700499295623 ], [ -120.170103500486846, 38.632467495987726 ], [ -120.17165050791111, 38.632455504945511 ], [ -120.174018499027156, 38.632706491909119 ], [ -120.175438495331093, 38.633110503229616 ], [ -120.175624480668333, 38.633170840642542 ], [ -120.175814512415002, 38.633232492063271 ], [ -120.176285637831555, 38.633387237475681 ], [ -120.176636515461738, 38.633502487374081 ], [ -120.176728264344547, 38.633531167642793 ], [ -120.17682849298545, 38.633562495077882 ], [ -120.177714135734703, 38.633711041481227 ], [ -120.177718977306782, 38.633711855127878 ], [ -120.178402500006797, 38.633826492441742 ], [ -120.179978493735206, 38.633505489574127 ], [ -120.181384504145882, 38.633077489523316 ], [ -120.18303749455616, 38.632384494527003 ], [ -120.184711540931346, 38.631870107936415 ], [ -120.184714348157655, 38.631869244292623 ], [ -120.185621503996131, 38.631590487386021 ], [ -120.18616253734254, 38.6315010496469 ], [ -120.18710350688724, 38.631345493471692 ], [ -120.188399492910051, 38.631240495221398 ], [ -120.189728499265783, 38.631233497340695 ], [ -120.19078351321771, 38.631135486214504 ], [ -120.191067487725306, 38.631143951899695 ], [ -120.191320509178468, 38.631151490929163 ], [ -120.19498048654205, 38.62994449293933 ], [ -120.195096081173105, 38.629879846044233 ], [ -120.195840512863015, 38.629463499508972 ], [ -120.197104515419923, 38.629199489823577 ], [ -120.197873509997891, 38.627951486281354 ], [ -120.19784350404619, 38.627580500833652 ], [ -120.197434502544283, 38.626359481586441 ], [ -120.197676503050602, 38.625805500893676 ], [ -120.198951944822923, 38.625660718219848 ], [ -120.199843497728736, 38.62555950760278 ], [ -120.200187527120178, 38.625460409746069 ], [ -120.200881512674371, 38.625260499706158 ], [ -120.201129117627076, 38.624910015575601 ], [ -120.201129489781394, 38.624909491323024 ], [ -120.201819499359516, 38.624674494990181 ], [ -120.20257850988807, 38.624649503987072 ], [ -120.202772253662204, 38.624680159750504 ], [ -120.202772953457398, 38.624680270108875 ], [ -120.202894504305107, 38.624699498500689 ], [ -120.203137493482032, 38.624911493784303 ], [ -120.203522243729509, 38.625192306392222 ], [ -120.203522504607832, 38.625192495405166 ], [ -120.203877502254869, 38.626042479461837 ], [ -120.204236517611008, 38.627023501518082 ], [ -120.204599499113854, 38.627634495461955 ], [ -120.204930995564538, 38.627801274968334 ], [ -120.204931416424387, 38.627801486080322 ], [ -120.205078499097297, 38.62787548274958 ], [ -120.205615497732168, 38.628034492544622 ], [ -120.206193993625831, 38.628133388327917 ], [ -120.206703499209709, 38.628220488138581 ], [ -120.207294309778433, 38.628264679456876 ], [ -120.207297200345579, 38.628264893832011 ], [ -120.20781349936648, 38.628303503165732 ], [ -120.208629475090973, 38.628437498719848 ], [ -120.20866650621015, 38.628510491294975 ], [ -120.208713104390924, 38.628569989141226 ], [ -120.208713502661425, 38.628570489908348 ], [ -120.208759986111474, 38.628612031334882 ], [ -120.208760492953573, 38.628612502151512 ], [ -120.208847502118715, 38.628672496672536 ], [ -120.208960501569919, 38.6287064922723 ], [ -120.209065505822181, 38.628717486822907 ], [ -120.209174488497894, 38.628732488039383 ], [ -120.209315509787061, 38.628729486255807 ], [ -120.209643505956876, 38.628703494991569 ], [ -120.20980250854457, 38.628665496795357 ], [ -120.210020504191917, 38.628661490645143 ], [ -120.210121295023214, 38.628673324309624 ], [ -120.210233498143268, 38.628686501440882 ], [ -120.210542498178427, 38.628781499050149 ], [ -120.210770302743768, 38.628854055157255 ], [ -120.210925491989968, 38.628903486023326 ], [ -120.211176492729649, 38.628979500370498 ], [ -120.211520494570763, 38.629031492448291 ], [ -120.212248911338776, 38.629126138200284 ], [ -120.212913503393452, 38.629212487711079 ], [ -120.213021743297062, 38.629195743572396 ], [ -120.213178500915632, 38.629171494650592 ], [ -120.213303098966762, 38.629140663206961 ], [ -120.213372493285334, 38.629123493424544 ], [ -120.213614868699935, 38.629043124413052 ], [ -120.214141493595136, 38.628868498694899 ], [ -120.214312514924146, 38.628844490047996 ], [ -120.214458572458497, 38.628834962476326 ], [ -120.214459020939472, 38.62883493081204 ], [ -120.214588101285756, 38.628826509797342 ], [ -120.214588496015978, 38.628826486659257 ], [ -120.214596500915135, 38.628541489152269 ], [ -120.213919627082973, 38.627607667430524 ], [ -120.213919491059627, 38.627607481861553 ], [ -120.213951188725034, 38.627578824557908 ], [ -120.214065498920732, 38.627475493255297 ], [ -120.214334496408412, 38.627158482108875 ], [ -120.214403497736058, 38.627046481323937 ], [ -120.214480500161741, 38.626921481135433 ], [ -120.21461151903091, 38.62662749666616 ], [ -120.214665499138007, 38.626438490289331 ], [ -120.214684505416955, 38.626254480697966 ], [ -120.214690492847225, 38.625928498251831 ], [ -120.214656497149363, 38.625611501208304 ], [ -120.214569499447776, 38.625290489999536 ], [ -120.21438850734404, 38.6249155077045 ], [ -120.214195507182268, 38.624637493591727 ], [ -120.214064497951441, 38.624363501359483 ], [ -120.213964493180114, 38.624053493876382 ], [ -120.213922501629568, 38.623730494758647 ], [ -120.213930512687298, 38.623486495126549 ], [ -120.213960492146313, 38.623278505096629 ], [ -120.214021511161775, 38.623005490163621 ], [ -120.214037507806935, 38.622954499993767 ], [ -120.214060503298015, 38.62288050628031 ], [ -120.214152510116548, 38.622673493109865 ], [ -120.214233494792964, 38.622535486112206 ], [ -120.214448510066674, 38.62225748908309 ], [ -120.214674938502156, 38.622049003883518 ], [ -120.214675117727282, 38.622048851235569 ], [ -120.214675535998126, 38.622048512593253 ], [ -120.214851514623788, 38.621910494170848 ], [ -120.215005506703605, 38.621809482711519 ], [ -120.215026371997851, 38.621796494613044 ], [ -120.215148494048947, 38.621720486391588 ], [ -120.215486497102219, 38.621564498513536 ], [ -120.215691194904778, 38.621483723557276 ], [ -120.21569184919727, 38.621483467653313 ], [ -120.215785512593641, 38.621446501704582 ], [ -120.215993491850298, 38.621392502650025 ], [ -120.216119496199454, 38.621359483654274 ], [ -120.216318293814368, 38.62133406960146 ], [ -120.216557490493315, 38.621303487835348 ], [ -120.216857512243948, 38.62126950107325 ], [ -120.216984489391876, 38.621254494999192 ], [ -120.217156488839706, 38.621217497504738 ], [ -120.217226976445218, 38.621199134759429 ], [ -120.217227109035548, 38.621199100468928 ], [ -120.217275501855113, 38.621186491197037 ], [ -120.217361114407353, 38.621160735188795 ], [ -120.217521512662302, 38.621112483931775 ], [ -120.217886491379019, 38.62096850125446 ], [ -120.218186509410387, 38.6208024913903 ], [ -120.218459507674424, 38.620609485096089 ], [ -120.218574488008272, 38.620507488980095 ], [ -120.218680252302789, 38.620397937156618 ], [ -120.21868498947704, 38.620393061910988 ], [ -120.218685303724953, 38.620392708742976 ], [ -120.218685490112776, 38.620392502764325 ], [ -120.218847506117726, 38.620204496644448 ], [ -120.218881494720094, 38.620159487798333 ], [ -120.218985497098416, 38.619991489133945 ], [ -120.219061497887495, 38.619835495910024 ], [ -120.219146495332112, 38.619647486487658 ], [ -120.219234492810287, 38.619346493495385 ], [ -120.219320508107458, 38.61901048600167 ], [ -120.219440500963643, 38.61868248328966 ], [ -120.21960650590195, 38.618381501275813 ], [ -120.219799500609909, 38.618121489561752 ], [ -120.219817103595076, 38.618102733390479 ], [ -120.220223496765257, 38.617669494346806 ], [ -120.220268870273259, 38.617615790898945 ], [ -120.220577507103158, 38.617250496650122 ], [ -120.220722489321858, 38.617062489770547 ], [ -120.220835499391427, 38.616869492645385 ], [ -120.220922509558889, 38.616681492586267 ], [ -120.220975495358047, 38.616474487074804 ], [ -120.221042505236909, 38.615939488968685 ], [ -120.221188500240729, 38.614319491518486 ], [ -120.221348503269482, 38.612694492020495 ], [ -120.221377505717072, 38.61236648116553 ], [ -120.221427492997293, 38.611949500699012 ], [ -120.221507503149539, 38.611559487960996 ], [ -120.221640508454811, 38.611252496287541 ], [ -120.221847513635112, 38.61086049899361 ], [ -120.222534547230637, 38.609777309088486 ], [ -120.222624152131402, 38.609636066010786 ], [ -120.222624502371943, 38.609635484995302 ], [ -120.222641414035692, 38.609612776482393 ], [ -120.22279949990083, 38.60940049424849 ], [ -120.222952503349561, 38.609167502699123 ], [ -120.223078508119443, 38.608901486206804 ], [ -120.223178489264754, 38.608636498306034 ], [ -120.223238509455811, 38.608350502120082 ], [ -120.223265512549602, 38.608012500527622 ], [ -120.223225490785367, 38.607684492032504 ], [ -120.223118510347973, 38.607180490844293 ], [ -120.222542489884688, 38.605107493896035 ], [ -120.222447510260054, 38.604792498020416 ], [ -120.222361504601153, 38.604437493788772 ], [ -120.222283487708339, 38.603923497283432 ], [ -120.222275509653898, 38.603346490069107 ], [ -120.222284510551162, 38.602853487469062 ], [ -120.222536510152935, 38.600998497119896 ], [ -120.222602506172109, 38.600127482353756 ], [ -120.222688495014452, 38.599274493494114 ], [ -120.222740490376921, 38.598583496371731 ], [ -120.222826499564036, 38.597999493885034 ], [ -120.222889513691896, 38.59779949556836 ], [ -120.222970498288177, 38.597614484831318 ], [ -120.223104504903034, 38.597365488046613 ], [ -120.223189504651373, 38.597232496425576 ], [ -120.223277494670782, 38.597100497189295 ], [ -120.223377494338948, 38.596989488244631 ], [ -120.223522510915942, 38.596858491990218 ], [ -120.22368434215737, 38.596738627166964 ], [ -120.223711517660661, 38.596718498927004 ], [ -120.223760376451651, 38.59669195385095 ], [ -120.22395450262286, 38.596586491637154 ], [ -120.224372500807448, 38.596395494308908 ], [ -120.22479351520667, 38.596227498525089 ], [ -120.225446508490776, 38.596124495744824 ], [ -120.227246499567002, 38.595968500607455 ], [ -120.227671493195743, 38.595899495505734 ], [ -120.227974250070432, 38.595805496609813 ], [ -120.22797504691232, 38.595805248915127 ], [ -120.228109510647826, 38.595763498197826 ], [ -120.228401512061708, 38.595629485323826 ], [ -120.228519596805384, 38.595564338632656 ], [ -120.228749509980489, 38.595437495497102 ], [ -120.228925488909496, 38.595279493362398 ], [ -120.229114499018422, 38.595084488743211 ], [ -120.229284495297975, 38.594895494611158 ], [ -120.229428506631621, 38.594689499074327 ], [ -120.229570497395301, 38.594418504521997 ], [ -120.22964016463213, 38.594195909696573 ], [ -120.229647511149267, 38.594172482630277 ], [ -120.229696508050864, 38.593950488043916 ], [ -120.229715497136638, 38.593644495308958 ], [ -120.229688493077589, 38.593228488273581 ], [ -120.229576502041624, 38.592554489367565 ], [ -120.229485499206049, 38.59204448882241 ], [ -120.229471505501095, 38.591714496494241 ], [ -120.229478490221254, 38.591467484669515 ], [ -120.229612491631997, 38.591007499714145 ], [ -120.229934498455194, 38.590369502148292 ], [ -120.230656504369591, 38.589126494327068 ], [ -120.23088249490111, 38.588717493426017 ], [ -120.231072496136107, 38.588385490850627 ], [ -120.231303489631216, 38.588061500133193 ], [ -120.231541483390586, 38.587783497164821 ], [ -120.231707492074563, 38.587587498392885 ], [ -120.231796501269287, 38.587494488814905 ], [ -120.231965499809192, 38.587332498140114 ], [ -120.232160509214296, 38.587190494263588 ], [ -120.232341489305767, 38.587073495093904 ], [ -120.232628510369466, 38.586912485584428 ], [ -120.232821507939732, 38.58681549231315 ], [ -120.232948776369028, 38.586764580064163 ], [ -120.23300649849368, 38.586741490031514 ], [ -120.233224517310347, 38.586648499269714 ], [ -120.233316901942345, 38.586619479811056 ], [ -120.233466498437252, 38.586572484555909 ], [ -120.233834503099217, 38.586485497299165 ], [ -120.234472504907501, 38.586386499931898 ], [ -120.234985517924855, 38.586352540816073 ], [ -120.235439499691807, 38.586322490306465 ], [ -120.235680243721802, 38.586288726925645 ], [ -120.235988494875315, 38.586245497067139 ], [ -120.236429505819672, 38.586151500120593 ], [ -120.236864499898758, 38.586025494959188 ], [ -120.237390509976436, 38.585849489309346 ], [ -120.237979493918075, 38.585668492916589 ], [ -120.238198873761618, 38.585628707508349 ], [ -120.238227214467514, 38.585623569868083 ], [ -120.2382279408492, 38.585623437680681 ], [ -120.238376494778649, 38.585596498417452 ], [ -120.238437215409817, 38.585595635046609 ], [ -120.238518513750137, 38.585594480511944 ], [ -120.238593507383669, 38.585592489198895 ], [ -120.23878849552186, 38.585598496793395 ], [ -120.238917501418172, 38.585605486901002 ], [ -120.239274511004254, 38.585641484060325 ], [ -120.239332591624347, 38.585650392989834 ], [ -120.23942450763748, 38.585664489836155 ], [ -120.23954431157172, 38.585694442391322 ], [ -120.239624505026882, 38.585714495021378 ], [ -120.239766917928662, 38.5857499827775 ], [ -120.239937497115108, 38.585792494326583 ], [ -120.240055944412674, 38.58583360196743 ], [ -120.240056132756621, 38.585833667039999 ], [ -120.240107505085206, 38.585851494961794 ], [ -120.2401742588183, 38.585876610781575 ], [ -120.240410493074208, 38.585965496785143 ], [ -120.240524830081981, 38.586006839086153 ], [ -120.240524976964025, 38.586006889360078 ], [ -120.240587505431691, 38.586029495740092 ], [ -120.24072049702653, 38.586075493860669 ], [ -120.240878495705616, 38.586126494707273 ], [ -120.240922923878671, 38.586138093879036 ], [ -120.241012499207727, 38.58616148789681 ], [ -120.241296512929054, 38.586221496510902 ], [ -120.241538503541165, 38.58625849822625 ], [ -120.241676529085893, 38.586272997460618 ], [ -120.241776512206826, 38.586283501962583 ], [ -120.242082510758522, 38.586297489040213 ], [ -120.242389492363202, 38.586268492825496 ], [ -120.242646687834821, 38.586221627052481 ], [ -120.24264704235172, 38.58622156497556 ], [ -120.242839509232837, 38.586186489394223 ], [ -120.243266492544322, 38.586091490272096 ], [ -120.243729286339956, 38.585964687650325 ], [ -120.244631492966931, 38.58571747857529 ], [ -120.247179512949003, 38.585033489395599 ], [ -120.248297500246963, 38.584740492109766 ], [ -120.248886986822299, 38.584576788009556 ], [ -120.249136497733488, 38.584507496171476 ], [ -120.249618494975493, 38.584381495596539 ], [ -120.249762671648284, 38.584341782268858 ], [ -120.249952509146951, 38.584289488658563 ], [ -120.250245497626537, 38.584194485149546 ], [ -120.250356303320444, 38.584149789323675 ], [ -120.250421508559555, 38.58412348648708 ], [ -120.250694489457132, 38.58398348955717 ], [ -120.250767321505663, 38.583943267573524 ], [ -120.25106750213655, 38.583777495827796 ], [ -120.251244508799502, 38.58363050204278 ], [ -120.251398496341338, 38.583459491923961 ], [ -120.251597500486795, 38.583203499862186 ], [ -120.25201550494657, 38.582588506266262 ], [ -120.252168501824173, 38.58239348670827 ], [ -120.252311495640541, 38.582215497540872 ], [ -120.252464069352627, 38.582043732290096 ], [ -120.252464468309824, 38.582043278482132 ], [ -120.252470103410204, 38.582036977158502 ], [ -120.252470503793845, 38.582036485937294 ], [ -120.252480754894592, 38.582026540355507 ], [ -120.252572493947184, 38.581937489937339 ], [ -120.252720495102608, 38.58183450283893 ], [ -120.253238497771548, 38.581500494518551 ], [ -120.258956506163926, 38.578447488341212 ], [ -120.259370496499344, 38.57818548703802 ], [ -120.259543515811927, 38.578074491214501 ], [ -120.259776143066233, 38.577915835484696 ], [ -120.259803910907962, 38.5778969682408 ], [ -120.25980452384124, 38.577896515853318 ], [ -120.259811568238959, 38.577890897145728 ], [ -120.259958498721289, 38.577774498056996 ], [ -120.2600960866138, 38.577651394042945 ], [ -120.260096290612751, 38.577651211587813 ], [ -120.260110034002878, 38.577638988860826 ], [ -120.260110513347428, 38.577638495003853 ], [ -120.260253495045205, 38.577487489111562 ], [ -120.260486504698903, 38.577170485474241 ], [ -120.260646509157525, 38.576867492915525 ], [ -120.260933496535628, 38.575889492304597 ], [ -120.261027502541623, 38.575473501546739 ], [ -120.261195507095692, 38.575028501393248 ], [ -120.261379503461939, 38.574668493160281 ], [ -120.261900507828486, 38.573875487913114 ], [ -120.262226501814681, 38.573438503741045 ], [ -120.262511502734739, 38.573098497806392 ], [ -120.263402510849588, 38.572141489052086 ], [ -120.263620509171929, 38.571881493201346 ], [ -120.263833510606332, 38.571578495797539 ], [ -120.264008499670382, 38.571243497170244 ], [ -120.264098490693144, 38.570970483193719 ], [ -120.264147505863363, 38.570369491296475 ], [ -120.264028494463815, 38.569729489487997 ], [ -120.263947506634054, 38.569387487521759 ], [ -120.263914496105642, 38.568937485817656 ], [ -120.263991491686994, 38.568519494073875 ], [ -120.264162508847093, 38.568162498764664 ], [ -120.26433649954356, 38.56779149847987 ], [ -120.264500110766619, 38.567636828281863 ], [ -120.264537491375066, 38.56760149089417 ], [ -120.264608729065856, 38.567541369041294 ], [ -120.264864501260064, 38.567325498271984 ], [ -120.265176638836834, 38.567063792906758 ], [ -120.265191983361518, 38.567050970809447 ], [ -120.265192519061813, 38.567050515248198 ], [ -120.265203525531305, 38.567041133575465 ], [ -120.265497489628203, 38.566791500754242 ], [ -120.265730502543704, 38.566541499832901 ], [ -120.265867509046018, 38.566392490102359 ], [ -120.266026492456632, 38.566114498493448 ], [ -120.266029015011753, 38.566109892639773 ], [ -120.266273511531878, 38.565660490760159 ], [ -120.266373504862756, 38.565375491327742 ], [ -120.266428511583669, 38.565019491903378 ], [ -120.266446503669272, 38.564698497559235 ], [ -120.266409499741954, 38.564327489754461 ], [ -120.266236509819507, 38.563950496280363 ], [ -120.266045512249477, 38.56361149774569 ], [ -120.265788898204733, 38.563271189410941 ], [ -120.265717543207202, 38.563176484216072 ], [ -120.265717331757841, 38.563176190843052 ], [ -120.265717219180502, 38.56317601524254 ], [ -120.265507502633582, 38.562784490092334 ], [ -120.265425507090484, 38.562549491231557 ], [ -120.265411488419232, 38.562418484496526 ], [ -120.265398489470059, 38.562234491929416 ], [ -120.265425498989714, 38.561994493953001 ], [ -120.265528491785048, 38.561685485945013 ], [ -120.265570497687534, 38.561598490817637 ], [ -120.265654499082885, 38.56146748754329 ], [ -120.265712498854882, 38.5614055018317 ], [ -120.266009076887173, 38.561116908612128 ], [ -120.266009509390429, 38.561116492984873 ], [ -120.266084023821321, 38.561078667842793 ], [ -120.266401501370467, 38.560917497737371 ], [ -120.266747493655359, 38.560839486815652 ], [ -120.267158507809881, 38.560825487957025 ], [ -120.267479503967976, 38.560848483958743 ], [ -120.268480511681418, 38.56106749314884 ], [ -120.268638181923279, 38.561091042188302 ], [ -120.268808510707132, 38.561116482524191 ], [ -120.269127512439326, 38.561116495212062 ], [ -120.269278000249855, 38.561107833167306 ], [ -120.269492494621488, 38.561095489753313 ], [ -120.269685335224835, 38.561054411775778 ], [ -120.269830503797124, 38.561023483016292 ], [ -120.269978440096466, 38.560977692492955 ], [ -120.270195516739861, 38.560910498334444 ], [ -120.27191290181112, 38.559710070462707 ], [ -120.271915190742888, 38.559708472164971 ], [ -120.272155489482984, 38.559540498606715 ], [ -120.272219836312345, 38.559506662097952 ], [ -120.27246548969471, 38.559377485658111 ], [ -120.272957504952103, 38.559192502766173 ], [ -120.273395488110609, 38.559035498215643 ], [ -120.274061494159199, 38.558878495457286 ], [ -120.274693500707784, 38.558832495203433 ], [ -120.274884899672784, 38.558827305752814 ], [ -120.275062499864845, 38.558822491784035 ], [ -120.275309504765573, 38.558822490072686 ], [ -120.275450139424933, 38.558829368607093 ], [ -120.275450579830817, 38.558829388226307 ], [ -120.275575505519356, 38.5588354932733 ], [ -120.27618850897332, 38.55893049347398 ], [ -120.277432507861377, 38.55919449576303 ], [ -120.277700500027223, 38.559240496091576 ], [ -120.277880496296845, 38.559266494545383 ], [ -120.278004514885254, 38.559272501448994 ], [ -120.278418503509741, 38.559286485313294 ], [ -120.278737497998847, 38.559286490187361 ], [ -120.279343517660465, 38.559276488774998 ], [ -120.279355176724835, 38.559275477822609 ], [ -120.279366506499471, 38.559274496657615 ], [ -120.279510251491416, 38.559258996731934 ], [ -120.279635500239991, 38.559245490299531 ], [ -120.279954505625824, 38.559206500382537 ], [ -120.280192500743652, 38.559161494886069 ], [ -120.280495505457409, 38.559082499125374 ], [ -120.281425504914154, 38.55876249544378 ], [ -120.281874518938494, 38.558545490045752 ], [ -120.282052502904207, 38.558449505501436 ], [ -120.282306500556928, 38.558302492122984 ], [ -120.282590492917393, 38.558110491774045 ], [ -120.283235495303089, 38.557632491612289 ], [ -120.283468266584293, 38.557466976860603 ], [ -120.283775010751071, 38.557248845350294 ], [ -120.283775500793894, 38.55724849652367 ], [ -120.28404549668744, 38.557035499850876 ], [ -120.284401752837567, 38.556757172046147 ], [ -120.284401980539513, 38.556756990096645 ], [ -120.284461498201708, 38.556710494748664 ], [ -120.284630500553646, 38.556611490456753 ], [ -120.284822498732282, 38.556512486033668 ], [ -120.284936925160054, 38.556464985947798 ], [ -120.285152489230796, 38.55637550228446 ], [ -120.285479495432597, 38.556266490847143 ], [ -120.285832494758793, 38.556188491715055 ], [ -120.286200500980925, 38.556134497283807 ], [ -120.286481497437606, 38.556113483092105 ], [ -120.286765508087782, 38.556098499797628 ], [ -120.290886508305164, 38.556208494521307 ], [ -120.291538496807988, 38.556233483488406 ], [ -120.293181508225899, 38.556233498394533 ], [ -120.293893999933459, 38.556248976605801 ], [ -120.294240504642929, 38.556256504822763 ], [ -120.294572177440401, 38.556266571537527 ], [ -120.295261487686417, 38.556287494611631 ], [ -120.295660512735878, 38.556303045629193 ], [ -120.296005491711369, 38.556316485656623 ], [ -120.296309936235716, 38.55632628317997 ], [ -120.296311132778044, 38.556326320196128 ], [ -120.29659651379805, 38.556335498058282 ], [ -120.296895491669488, 38.556332496765869 ], [ -120.297149509991627, 38.556314488147827 ], [ -120.297360499083467, 38.556281498814009 ], [ -120.297556504442838, 38.556236502621218 ], [ -120.297805491627926, 38.556149494510862 ], [ -120.297940499233292, 38.556083492198454 ], [ -120.298047505867032, 38.556013502169463 ], [ -120.298143498749866, 38.555944497879068 ], [ -120.29827451090793, 38.555848488841725 ], [ -120.298403947236352, 38.555725014097433 ], [ -120.298404496644778, 38.555724502970754 ], [ -120.298535508223793, 38.555572493149072 ], [ -120.298638510145295, 38.555417497268877 ], [ -120.298753494297301, 38.555189501866963 ], [ -120.298838496352587, 38.554786496539755 ], [ -120.298838496794431, 38.554515488182652 ], [ -120.298807497435789, 38.554185499334622 ], [ -120.298815490606103, 38.553772484983625 ], [ -120.298861508942181, 38.55334049490066 ], [ -120.298945502220974, 38.552950497243344 ], [ -120.299083507052046, 38.552559496097736 ], [ -120.299222502589444, 38.552240492467632 ], [ -120.299444505151754, 38.551809504268576 ], [ -120.29967450342339, 38.551448504406636 ], [ -120.299905504073266, 38.551131492427096 ], [ -120.300234498514669, 38.550753493086013 ], [ -120.300533505300876, 38.550400503855968 ], [ -120.300840498676308, 38.550091504182781 ], [ -120.301243487561734, 38.549764494435159 ], [ -120.30150402097982, 38.549593481862559 ], [ -120.30150427757799, 38.549593314810807 ], [ -120.301569503670109, 38.549550497845544 ], [ -120.301622017777518, 38.549520817373178 ], [ -120.301799514259287, 38.549420490526565 ], [ -120.302335511568046, 38.549198494984509 ], [ -120.302685505382385, 38.549108489329079 ], [ -120.302910228655108, 38.549073434169998 ], [ -120.303076492076968, 38.549047497884544 ], [ -120.303740493809741, 38.548987501049346 ], [ -120.303842294740193, 38.54897680174561 ], [ -120.304016495701632, 38.548958487007809 ], [ -120.304309010578407, 38.54891186653596 ], [ -120.304430506654271, 38.548892486524103 ], [ -120.304746738774497, 38.548816749626255 ], [ -120.304747268102119, 38.548816621393868 ], [ -120.304860496894605, 38.548789503061727 ], [ -120.304936352597693, 38.548762894955573 ], [ -120.30514850562588, 38.548688483936743 ], [ -120.306855495573956, 38.547790499974418 ], [ -120.307749509586131, 38.547389482441154 ], [ -120.307990496143589, 38.547281492161709 ], [ -120.308954550058189, 38.546797851621413 ], [ -120.309186496152236, 38.546681490031617 ], [ -120.310106506100865, 38.5462504922642 ], [ -120.310195070344889, 38.546207154403739 ], [ -120.31043550984802, 38.546089497906131 ], [ -120.311140513484446, 38.545742490591337 ], [ -120.311712497490092, 38.545472487938142 ], [ -120.311918632102419, 38.545401489362455 ], [ -120.312011514358957, 38.545369495980687 ], [ -120.312357503405934, 38.545303485387947 ], [ -120.312448900284252, 38.545296961385688 ], [ -120.312595515403245, 38.545286497415752 ], [ -120.312791634269971, 38.545275626502843 ], [ -120.312956515414214, 38.545266484819408 ], [ -120.313157961637685, 38.54527110197715 ], [ -120.31339349589814, 38.545276501578321 ], [ -120.313869512035154, 38.545256488143252 ], [ -120.313970524902956, 38.545240216940023 ], [ -120.314049508877559, 38.545227496705458 ], [ -120.314322502037157, 38.545169495227093 ], [ -120.314448354273367, 38.545128890884818 ], [ -120.314663494212482, 38.545059486362945 ], [ -120.314972500517868, 38.544897486366246 ], [ -120.315248504465799, 38.544693486199357 ], [ -120.315578506182518, 38.54439449624244 ], [ -120.315808501896214, 38.544130500024536 ], [ -120.316176498045792, 38.543836492947058 ], [ -120.316544498150122, 38.543591495316882 ], [ -120.316996508422505, 38.543405494639018 ], [ -120.317239339508106, 38.543326159228698 ], [ -120.317239744001753, 38.543326028076279 ], [ -120.317348511820526, 38.54329048985462 ], [ -120.317532821814169, 38.543260698020894 ], [ -120.317781495790385, 38.543220500878768 ], [ -120.318184494229712, 38.543183499285753 ], [ -120.318625496555583, 38.543185489166852 ], [ -120.321444503311028, 38.543849495865921 ], [ -120.321791492720848, 38.543929494069786 ], [ -120.3226284968529, 38.544103486104312 ], [ -120.323127515476685, 38.544205484685484 ], [ -120.323495507481724, 38.544265496970603 ], [ -120.32381750210854, 38.544295505101289 ], [ -120.324362499387661, 38.544337491715645 ], [ -120.324530977111536, 38.544339729912927 ], [ -120.324738496991358, 38.544342491501467 ], [ -120.32500473985921, 38.54433141580742 ], [ -120.325291486996818, 38.544319488692459 ], [ -120.325553507097609, 38.544300491816038 ], [ -120.325851504057184, 38.544239492427991 ], [ -120.326398507153868, 38.544173500534242 ], [ -120.326939509314684, 38.54413550445836 ], [ -120.327439513540654, 38.54413048468674 ], [ -120.327877486619286, 38.54413048921954 ], [ -120.328022562773995, 38.544136684705286 ], [ -120.328205508787192, 38.54414449378676 ], [ -120.328406005224025, 38.544179566978485 ], [ -120.32840650212799, 38.544179653220141 ], [ -120.328548505340123, 38.544204490011815 ], [ -120.329055490902533, 38.54432249848815 ], [ -120.330616502047079, 38.544606492566963 ], [ -120.330754750581917, 38.544621405722722 ], [ -120.330959507313963, 38.54464348833335 ], [ -120.331210426335943, 38.54465127594424 ], [ -120.331507503825463, 38.544660494762859 ], [ -120.332096502933439, 38.544654494451294 ], [ -120.332445511937593, 38.544664502338293 ], [ -120.332544743214001, 38.544668889066131 ], [ -120.332671498239336, 38.544674488107475 ], [ -120.332769857458231, 38.544681044993567 ], [ -120.332851502977292, 38.544686490550767 ], [ -120.333066512216334, 38.544717501714672 ], [ -120.333136503100519, 38.544734089506903 ], [ -120.333277489624919, 38.544767497841747 ], [ -120.333957264263788, 38.544926562474537 ], [ -120.333958705577203, 38.544926899356348 ], [ -120.334371506081112, 38.545023488406947 ], [ -120.336365501475058, 38.545444493357309 ], [ -120.336763506904362, 38.545503485851356 ], [ -120.337078508719102, 38.545521488593536 ], [ -120.337372508503861, 38.54549749350182 ], [ -120.337599505268912, 38.545460495276792 ], [ -120.337866500237851, 38.545396490078609 ], [ -120.338099502743901, 38.545312484250445 ], [ -120.338312510049434, 38.545216493235877 ], [ -120.338551496061513, 38.545087505954939 ], [ -120.338778500148322, 38.544916487648308 ], [ -120.33901750383167, 38.544696488970892 ], [ -120.339216514319048, 38.544466488521451 ], [ -120.339424500247873, 38.544216505378586 ], [ -120.339739468437259, 38.543899772381906 ], [ -120.339740241859715, 38.543898994653972 ], [ -120.339783498255414, 38.543855492784147 ], [ -120.340070508753172, 38.543659487884383 ], [ -120.340408510201883, 38.543492482736191 ], [ -120.340515537464171, 38.543463789614897 ], [ -120.340725493713492, 38.543407502894489 ], [ -120.341409502510146, 38.543286503576695 ], [ -120.342056490105392, 38.543205490369026 ], [ -120.342476503825878, 38.543142494235283 ], [ -120.342844502835888, 38.543079499333615 ], [ -120.343189499450546, 38.542970493747603 ], [ -120.34348450908152, 38.54282049503324 ], [ -120.34372649928909, 38.542584485621106 ], [ -120.343910504751292, 38.54234848827187 ], [ -120.344050502903272, 38.542158494098643 ], [ -120.34424150636427, 38.541968487733349 ], [ -120.344484517117905, 38.541770495271031 ], [ -120.344737717170403, 38.541615992590081 ], [ -120.344738174190255, 38.541615712743393 ], [ -120.344779508844582, 38.541590489233073 ], [ -120.344877727585228, 38.541559977885179 ], [ -120.34508849548962, 38.54149450198905 ], [ -120.34543351192994, 38.541436494088224 ], [ -120.345794511349254, 38.541425490030434 ], [ -120.345946913787074, 38.541440238161698 ], [ -120.34607350340714, 38.541452486741306 ], [ -120.346294499479725, 38.541510496222124 ], [ -120.34646924477012, 38.541583085349139 ], [ -120.346469408555436, 38.541583154151212 ], [ -120.346566493296223, 38.541623482513572 ], [ -120.347001509939972, 38.541893488641762 ], [ -120.347040581549635, 38.541933684744926 ], [ -120.347280509228099, 38.542180493222183 ], [ -120.347964397116073, 38.54298937301958 ], [ -120.347964505349694, 38.542989501635624 ], [ -120.348199981730843, 38.543168082655519 ], [ -120.34820049135773, 38.543168487405943 ], [ -120.348243959834733, 38.543191698653985 ], [ -120.348509501100921, 38.543333493731041 ], [ -120.348716046390706, 38.543396805298293 ], [ -120.348832495259032, 38.543432502717714 ], [ -120.348944567134183, 38.543468494043651 ], [ -120.349134509670762, 38.54352948630585 ], [ -120.349353684164285, 38.543596283333429 ], [ -120.349495495614974, 38.543639503455147 ], [ -120.349584676315942, 38.543670792157634 ], [ -120.349723492781166, 38.543719493979808 ], [ -120.35007423040453, 38.543886031258268 ], [ -120.350180492718394, 38.543936489039112 ], [ -120.350423511381379, 38.544109476244955 ], [ -120.350697964080013, 38.544362697832256 ], [ -120.350707017451413, 38.544371049471607 ], [ -120.350707507250618, 38.544371500125969 ], [ -120.350935011701139, 38.544640948148256 ], [ -120.350935510143927, 38.544641488158362 ], [ -120.35117150000346, 38.545027500253845 ], [ -120.351325512820921, 38.545326503344363 ], [ -120.351494386047477, 38.545602320206449 ], [ -120.35149449257456, 38.545602495590146 ], [ -120.35150921555902, 38.545616782120362 ], [ -120.351730512940691, 38.545831495783929 ], [ -120.351905995961005, 38.545938476322618 ], [ -120.351958516877659, 38.545970491573208 ], [ -120.352260514307503, 38.546068496661967 ], [ -120.352760491931477, 38.546137491518046 ], [ -120.353172513284392, 38.546143495848916 ], [ -120.353362027169752, 38.546164974692772 ], [ -120.353569496030943, 38.546188491908758 ], [ -120.353795479712673, 38.546254522641668 ], [ -120.353795621273704, 38.546254563291072 ], [ -120.353966515043254, 38.546304495229471 ], [ -120.354356505157739, 38.546491490051729 ], [ -120.354673495300247, 38.546698498268483 ], [ -120.355004501025945, 38.546899491184462 ], [ -120.355247511034349, 38.547032489037129 ], [ -120.355519516654226, 38.547124496936654 ], [ -120.355682707562096, 38.547158876479543 ], [ -120.355894518632354, 38.547203498089146 ], [ -120.356188516063298, 38.547238484163536 ], [ -120.356536517363821, 38.547242491900931 ], [ -120.356594283827036, 38.54723516364448 ], [ -120.356670506443237, 38.547225496830563 ], [ -120.356808512049398, 38.547201489338299 ], [ -120.356982978395408, 38.547160519532454 ], [ -120.356983681595253, 38.547160353084116 ], [ -120.357072504332351, 38.547139492066478 ], [ -120.357180506538384, 38.547104493094572 ], [ -120.357209883306879, 38.547092396857309 ], [ -120.357265509540724, 38.547069489858124 ], [ -120.358024636603247, 38.546721046646461 ], [ -120.358026399986628, 38.546720234979261 ], [ -120.358241506618484, 38.54662149877575 ], [ -120.358773004928594, 38.546391563911925 ], [ -120.360987505251643, 38.545433498935722 ], [ -120.362192510401968, 38.54487850199623 ], [ -120.362848494738159, 38.544602498936825 ], [ -120.363117493878491, 38.544505488098821 ], [ -120.363370513549754, 38.544421493812926 ], [ -120.363535499111237, 38.544385503852546 ], [ -120.363847491247185, 38.544333486993459 ], [ -120.364068504861507, 38.54430748530892 ], [ -120.36434849406244, 38.544286499039288 ], [ -120.36512250459397, 38.544263485338206 ], [ -120.366439499079135, 38.544229495172971 ], [ -120.366916514915857, 38.544163492289613 ], [ -120.367122838620148, 38.544139011874201 ], [ -120.367123257711299, 38.544138960675618 ], [ -120.36727050678644, 38.54412148894972 ], [ -120.367454322284459, 38.544117534584153 ], [ -120.36764249661303, 38.544113490760282 ], [ -120.367922491627922, 38.544098494794234 ], [ -120.368104744721975, 38.544103727535934 ], [ -120.368305496332511, 38.544109492445074 ], [ -120.368762518185548, 38.544121488776412 ], [ -120.36947449481741, 38.544243488126519 ], [ -120.370201018674763, 38.544394559297203 ], [ -120.370811514081012, 38.54452150359166 ], [ -120.371198509783568, 38.544581498012249 ], [ -120.371547489833915, 38.544672502455839 ], [ -120.3724575019491, 38.544887482665722 ], [ -120.372917502830219, 38.544989502354319 ], [ -120.373220512139781, 38.545010497560895 ], [ -120.373417585225383, 38.545004295739538 ], [ -120.373538496335115, 38.545000491527212 ], [ -120.374363502469947, 38.544940496229842 ], [ -120.375147620225661, 38.544885305039699 ], [ -120.375940493914925, 38.544829495363714 ], [ -120.376607514884967, 38.54472949380807 ], [ -120.3770032504287, 38.544652838929117 ], [ -120.377211495266081, 38.544612502760728 ], [ -120.377708514130461, 38.544472498960495 ], [ -120.377863743947472, 38.544427361006655 ], [ -120.378217499966567, 38.544324498151276 ], [ -120.378907046705905, 38.543990763845855 ], [ -120.37890829589476, 38.54399016012259 ], [ -120.379186503798849, 38.543855504905693 ], [ -120.379448339992919, 38.543732924345065 ], [ -120.380128496128506, 38.543414497999549 ], [ -120.38076050236117, 38.542931487705204 ], [ -120.380948499125594, 38.542706496897743 ], [ -120.381082492816461, 38.54250250041283 ], [ -120.381181496834913, 38.54229349032974 ], [ -120.381315504393839, 38.541895483009348 ], [ -120.381523498152248, 38.541133498901559 ], [ -120.381626511139999, 38.54089748993659 ], [ -120.381785490533801, 38.540618486436522 ], [ -120.381968507252282, 38.540363491863289 ], [ -120.382245500968494, 38.540018488207345 ], [ -120.38273851127218, 38.539403499001502 ], [ -120.383041495158878, 38.539097491261607 ], [ -120.383153509034742, 38.53897449905287 ], [ -120.383315508879051, 38.538839489798285 ], [ -120.38357251173295, 38.538675497220545 ], [ -120.383830489165717, 38.538585495590631 ], [ -120.384116492598153, 38.538529482872853 ], [ -120.384352511538282, 38.538507488831023 ], [ -120.384583502509415, 38.538507486403134 ], [ -120.384875498305121, 38.538537483933546 ], [ -120.384980711100027, 38.538563793608837 ], [ -120.385199503422655, 38.53861849835166 ], [ -120.385408495593623, 38.538713492461802 ], [ -120.38559950863241, 38.538845485513704 ], [ -120.386095734601255, 38.539360167983581 ], [ -120.386109987268853, 38.539374935913195 ], [ -120.386110198855945, 38.539375174689148 ], [ -120.386110478694391, 38.539375503705593 ], [ -120.386180193970574, 38.539457829914568 ], [ -120.386424507222316, 38.539746494938214 ], [ -120.38666651254141, 38.539926497549565 ], [ -120.38670691146892, 38.539953514847845 ], [ -120.386820498894537, 38.540029487922283 ], [ -120.38736450198023, 38.540237491509437 ], [ -120.387658192680533, 38.540317822309348 ], [ -120.387832503197842, 38.540365502166495 ], [ -120.387991040530679, 38.540406681506219 ], [ -120.388202676258672, 38.540461652041103 ], [ -120.388317494482877, 38.540491490428344 ], [ -120.388702510524183, 38.54055549561923 ], [ -120.388864553776486, 38.540551994697765 ], [ -120.389026495892963, 38.540548496198234 ], [ -120.38933548749894, 38.540509482658116 ], [ -120.389687492022873, 38.540388502720837 ], [ -120.389985494670995, 38.540210497465218 ], [ -120.390573506540647, 38.539793486071304 ], [ -120.390788506886992, 38.539672492940426 ], [ -120.391019503314411, 38.539564495194227 ], [ -120.391327496493972, 38.539491478113874 ], [ -120.392197508716265, 38.539402486482935 ], [ -120.393812513845219, 38.539311498678998 ], [ -120.394401504645856, 38.539276490610902 ], [ -120.394520506797363, 38.539272482038378 ], [ -120.394855509313118, 38.53926148632241 ], [ -120.395267494469536, 38.539224492875185 ], [ -120.395672496857912, 38.539171489592611 ], [ -120.396009499822938, 38.53910949847284 ], [ -120.396200503524682, 38.539059497397403 ], [ -120.396386504683065, 38.539003498677346 ], [ -120.396501510092165, 38.53895848862247 ], [ -120.396664503865949, 38.538878487405874 ], [ -120.396819252897942, 38.53878227124455 ], [ -120.396857512911822, 38.538758486184712 ], [ -120.396905628243104, 38.538721640621539 ], [ -120.397301499271137, 38.5384184898382 ], [ -120.397642507180308, 38.538123495033084 ], [ -120.398324505041273, 38.5374855012073 ], [ -120.398408505576398, 38.537413483268054 ], [ -120.398496498176129, 38.537335503951994 ], [ -120.398619494739805, 38.537269485922188 ], [ -120.398807507523145, 38.537176496409458 ], [ -120.398946305489446, 38.537133884317576 ], [ -120.399022500505254, 38.537110492433619 ], [ -120.399103895541614, 38.537092227426768 ], [ -120.399227514338548, 38.537064489922813 ], [ -120.39971551270763, 38.537104487789513 ], [ -120.402001500354729, 38.537479498932342 ], [ -120.402335494985735, 38.537512486925834 ], [ -120.402557512998655, 38.537506494301098 ], [ -120.402771507874789, 38.53746549966727 ], [ -120.403012266724105, 38.537349439940314 ], [ -120.403105505759896, 38.537304496990593 ], [ -120.403167032567836, 38.537262859761668 ], [ -120.403371494293069, 38.537124492760995 ], [ -120.40366248560268, 38.536890496153148 ], [ -120.403901086598125, 38.536621982720455 ], [ -120.403901502954383, 38.536621500676411 ], [ -120.403956797315089, 38.536586327614543 ], [ -120.40418449646161, 38.536441483515539 ], [ -120.40491149862244, 38.536073488315203 ], [ -120.405459503616385, 38.535812488220948 ], [ -120.405741501249963, 38.53565849909684 ], [ -120.406058494668798, 38.535424502163707 ], [ -120.407589495988717, 38.534280499737385 ], [ -120.408857492662804, 38.533351491302994 ], [ -120.409133936173163, 38.533188105457768 ], [ -120.409236497265681, 38.533127491705763 ], [ -120.409421588275237, 38.533058967238823 ], [ -120.409733495651665, 38.532943490327909 ], [ -120.409870894686918, 38.532901784094236 ], [ -120.410237510826093, 38.532790493047749 ], [ -120.410547519868388, 38.532689500864166 ], [ -120.410799497968441, 38.532599493355697 ], [ -120.411029506716957, 38.532447494345654 ], [ -120.412112800807691, 38.531660959708553 ], [ -120.412113320575003, 38.5316605829031 ], [ -120.412303507577732, 38.531522492116942 ], [ -120.412364083178531, 38.531488325144046 ], [ -120.412592492156776, 38.531359487539319 ], [ -120.41298750680258, 38.53118449410514 ], [ -120.413384503627086, 38.531078492612814 ], [ -120.413773509988047, 38.53098248565361 ], [ -120.414183497819593, 38.530937500860745 ], [ -120.41450061294023, 38.53090585729894 ], [ -120.414501055588772, 38.530905810907441 ], [ -120.414644496208311, 38.530891498228215 ], [ -120.414760008835842, 38.530899356847087 ], [ -120.414760591379348, 38.53089939780358 ], [ -120.415026499250231, 38.530917485317566 ], [ -120.415362613906893, 38.530960495959981 ], [ -120.415659489850839, 38.530998488530308 ], [ -120.416393496553724, 38.531054499347135 ], [ -120.416640717211422, 38.531049981255244 ], [ -120.41694151504791, 38.531044488528401 ], [ -120.417335512627943, 38.53102148771525 ], [ -120.417577503420233, 38.530971486501919 ], [ -120.418694510207857, 38.53066048271959 ], [ -120.418934932070016, 38.530621478319546 ], [ -120.418935561204776, 38.530621374948566 ], [ -120.41911351258851, 38.530592503042783 ], [ -120.41930171288756, 38.530590378638912 ], [ -120.419469501448816, 38.530588487664346 ], [ -120.420102511779533, 38.530637484336957 ], [ -120.420508498653149, 38.530671496883741 ], [ -120.420835518138873, 38.53065449467114 ], [ -120.421084504354326, 38.530604495443164 ], [ -120.42134848933884, 38.530544026435336 ], [ -120.421349180020599, 38.530543868235426 ], [ -120.421525492249984, 38.530503478218591 ], [ -120.421737487950125, 38.530453387808073 ], [ -120.422037508590719, 38.530382499515973 ], [ -120.422281958477171, 38.530353735185813 ], [ -120.422282293602777, 38.530353695758137 ], [ -120.422428492259527, 38.530336491441759 ], [ -120.422690507636801, 38.530338486298824 ], [ -120.422954511913829, 38.530340491826173 ], [ -120.423431494630421, 38.530379506546723 ], [ -120.423673162046271, 38.530390484967022 ], [ -120.423893501670804, 38.530400492707265 ], [ -120.424080717047417, 38.530393238829816 ], [ -120.424306509771256, 38.530384489290057 ], [ -120.424531196891877, 38.53033876301177 ], [ -120.424704500094904, 38.530303495640588 ], [ -120.424811112800413, 38.530271112356751 ], [ -120.424974497301847, 38.530221490061642 ], [ -120.425189496189816, 38.530118499260993 ], [ -120.425391499758405, 38.529975485169352 ], [ -120.426027848257291, 38.529354855397209 ], [ -120.426035908354365, 38.529346993819473 ], [ -120.426200970280803, 38.52918605363169 ], [ -120.426201496628806, 38.529185489666119 ], [ -120.426263508130859, 38.529150415647116 ], [ -120.426475501272506, 38.529030501489977 ], [ -120.426718510345125, 38.528910613663975 ], [ -120.426775489389797, 38.528882504174149 ], [ -120.426884063074993, 38.52885468216013 ], [ -120.427095492850086, 38.52880050321167 ], [ -120.427408497103926, 38.528772491316403 ], [ -120.427792503703685, 38.528816490973078 ], [ -120.42881649289663, 38.529033485725158 ], [ -120.429035496773622, 38.529051493251828 ], [ -120.429207505705733, 38.529027500935221 ], [ -120.42942950451787, 38.528989492175278 ], [ -120.429787511720718, 38.528913489178251 ], [ -120.430123515033543, 38.528811504067214 ], [ -120.430384514075811, 38.528705503688862 ], [ -120.430531508108189, 38.528634498906115 ], [ -120.430666518966603, 38.52854049441008 ], [ -120.430938514438523, 38.528336491962378 ], [ -120.432473989093779, 38.527036937864409 ], [ -120.432474493632498, 38.527036490639659 ], [ -120.432567048776917, 38.526997156246061 ], [ -120.43287448902052, 38.526866498318192 ], [ -120.433029548686605, 38.526806204901156 ], [ -120.433029687914882, 38.526806151782985 ], [ -120.433090513398867, 38.526782498730753 ], [ -120.433441497298986, 38.526687486665814 ], [ -120.433594371135825, 38.5266771102973 ], [ -120.433824511681294, 38.526661493572853 ], [ -120.43419750721597, 38.52666749706507 ], [ -120.43463049275573, 38.526670490592615 ], [ -120.43503751633439, 38.526718499109641 ], [ -120.435178496501948, 38.526757207834677 ], [ -120.435383506867879, 38.526813491560652 ], [ -120.436057427401053, 38.527126841489988 ], [ -120.43655350637745, 38.527357496728051 ], [ -120.437283503049287, 38.527644497274288 ], [ -120.437590497655719, 38.527797495226402 ], [ -120.43806550363297, 38.528253492110011 ], [ -120.438118818951864, 38.528299459067561 ], [ -120.438399499830652, 38.528541482713237 ], [ -120.438691492711413, 38.528709502324219 ], [ -120.438944495946373, 38.528797503163688 ], [ -120.439129498743696, 38.528833493158373 ], [ -120.439214045722466, 38.528840219257546 ], [ -120.439305494379454, 38.528847493990909 ], [ -120.439565514710452, 38.528847503207935 ], [ -120.439683834721748, 38.528843555142444 ], [ -120.43986551635011, 38.528837492697903 ], [ -120.439969209831645, 38.528825250978542 ], [ -120.440026515053944, 38.52881848403868 ], [ -120.440065997064494, 38.528811276338295 ], [ -120.440141495893855, 38.528797495272471 ], [ -120.440280496797826, 38.528763499628425 ], [ -120.440631389600867, 38.52886284681793 ], [ -120.441057508932985, 38.528983491707201 ], [ -120.442619504152105, 38.52917749341885 ], [ -120.442963486889951, 38.529113487485894 ], [ -120.444100342474741, 38.528902365340109 ], [ -120.44552649698241, 38.528637498501539 ], [ -120.447483912930693, 38.528574393931251 ], [ -120.447488827184827, 38.528574234529785 ], [ -120.44983650164454, 38.528498503544839 ], [ -120.450761526174261, 38.528069510185652 ], [ -120.450834739517433, 38.528017634675756 ], [ -120.452055501215156, 38.527153499784944 ], [ -120.452887513455593, 38.526718490780638 ], [ -120.454114503646295, 38.525895501918122 ], [ -120.455056920074426, 38.525406058139282 ], [ -120.455329487906141, 38.525264498210795 ], [ -120.456467510001389, 38.524897486390699 ], [ -120.458129496982039, 38.524538490482882 ], [ -120.458912336282239, 38.524440713197556 ], [ -120.460923497900509, 38.524189499386686 ], [ -120.461311509900142, 38.524097494693414 ], [ -120.461876177471922, 38.524039637518889 ], [ -120.46212150087581, 38.524014500499234 ], [ -120.462262275348195, 38.523980843673669 ], [ -120.462899500462726, 38.523828497942674 ], [ -120.463713849682961, 38.523516271561718 ], [ -120.464044516838811, 38.523389492220161 ], [ -120.46449548680819, 38.523250316420942 ], [ -120.465515507751704, 38.522935505025657 ], [ -120.466510500410948, 38.522759493421624 ], [ -120.467571498372607, 38.522814492928283 ], [ -120.47019349315056, 38.522270971938248 ], [ -120.471734515690983, 38.521951499449422 ], [ -120.471795040132506, 38.521907216590243 ], [ -120.472349509297018, 38.521501492800901 ], [ -120.47327251004927, 38.52114050366913 ], [ -120.474246518299282, 38.520779484547219 ], [ -120.474595574700828, 38.520861138517752 ], [ -120.475272508227206, 38.521019493950355 ], [ -120.476196681439362, 38.521416494203429 ], [ -120.476557511322639, 38.521571492267348 ], [ -120.478810504598499, 38.521260500886562 ], [ -120.481211498850598, 38.521401493905813 ], [ -120.483390185463875, 38.521375007795008 ], [ -120.483391210152234, 38.521374996840073 ], [ -120.484993504609619, 38.521355489815861 ], [ -120.485377494678232, 38.521285502871208 ], [ -120.486089509734668, 38.520994508479056 ], [ -120.487838552339568, 38.519568221224262 ], [ -120.489666502261372, 38.518077489468354 ], [ -120.491000499543816, 38.517455488130587 ], [ -120.493268024554041, 38.517252961333526 ], [ -120.493524177831759, 38.517230081664636 ], [ -120.494560500168333, 38.517137491973585 ], [ -120.495218278434407, 38.517054367735035 ], [ -120.496190499332414, 38.51693149677871 ], [ -120.496997432450442, 38.516682604974392 ], [ -120.497000924366773, 38.516681528555573 ], [ -120.497529503050075, 38.516518484021638 ], [ -120.497709585064285, 38.516408017908361 ], [ -120.498199496642172, 38.516107491854847 ], [ -120.498722044503211, 38.515534962329355 ], [ -120.49872249551359, 38.515534490039215 ], [ -120.499333491109084, 38.514596494218729 ], [ -120.499741494570912, 38.514299484811737 ], [ -120.500631882884534, 38.514131600155544 ], [ -120.501035507405447, 38.514055494552373 ], [ -120.501348276043586, 38.513991410864158 ], [ -120.502099506165393, 38.513837492536588 ], [ -120.503381496108943, 38.513335489092874 ], [ -120.505449496706106, 38.512352501447161 ], [ -120.507983502384235, 38.512285490260872 ], [ -120.509445772956951, 38.511856554602126 ], [ -120.509448323647945, 38.511855808635644 ], [ -120.510400501996699, 38.511576484235476 ], [ -120.510928842267205, 38.511507798016552 ], [ -120.511623491391688, 38.511417484316567 ], [ -120.515263497771016, 38.511304499652866 ], [ -120.517948496486653, 38.511036498226289 ], [ -120.520378500792049, 38.511171505486736 ], [ -120.52292250544356, 38.510994490341524 ], [ -120.523065501290091, 38.510992500784184 ], [ -120.526739509319185, 38.510398489632102 ], [ -120.527094502191943, 38.510301495323517 ], [ -120.527292503014479, 38.51023349007481 ], [ -120.528176564126127, 38.509916913950114 ], [ -120.528177064525408, 38.509916732815412 ], [ -120.528571502290376, 38.509775485620061 ], [ -120.529081704312645, 38.509755706330857 ], [ -120.529706492123125, 38.509731483067057 ], [ -120.531074504105604, 38.51002948867589 ], [ -120.532123503941165, 38.510052496839961 ], [ -120.532763508506235, 38.509983487769517 ], [ -120.534810513435204, 38.50942948347739 ], [ -120.536315513892689, 38.509328493566116 ], [ -120.537261498397086, 38.509227500640044 ], [ -120.538164499850296, 38.509362495641938 ], [ -120.539153504165611, 38.509463489847938 ], [ -120.540013502516885, 38.509665487381085 ], [ -120.540770509861915, 38.510031485305333 ], [ -120.541028866158499, 38.510048088063641 ], [ -120.54134649290657, 38.51006849971904 ], [ -120.543653502271354, 38.509779489407563 ], [ -120.5445590848867, 38.510022260585259 ], [ -120.545022496081714, 38.510146491100677 ], [ -120.545468379735283, 38.510190124327124 ], [ -120.546187506135709, 38.510260495093853 ], [ -120.547453502541188, 38.510404502347924 ], [ -120.548865509070666, 38.510557496678651 ], [ -120.549075741656253, 38.510633466255335 ], [ -120.549076695034799, 38.510633813453374 ], [ -120.549186521206238, 38.510673497226861 ], [ -120.550088510844787, 38.511199484059411 ], [ -120.551049513384157, 38.511520491341415 ], [ -120.55314551339157, 38.511794495539256 ], [ -120.553902506926661, 38.511794483783085 ], [ -120.554622204481888, 38.511552043145109 ], [ -120.555125499227387, 38.511382498836724 ], [ -120.556901502101354, 38.511153494433792 ], [ -120.55726427354287, 38.511043818971707 ], [ -120.557804499231182, 38.510880484842737 ], [ -120.558299496999737, 38.510582481411667 ], [ -120.559464503128311, 38.510079484504679 ], [ -120.5599595008986, 38.509736485852358 ], [ -120.560484490539253, 38.509507482975813 ], [ -120.56102975463304, 38.509406938367171 ], [ -120.561357510384553, 38.509346501552244 ], [ -120.561491259126043, 38.509279939066644 ], [ -120.561998492516977, 38.509027494665958 ], [ -120.562988498761854, 38.508706491262487 ], [ -120.563467967699737, 38.508649117648481 ], [ -120.563468123269857, 38.508649097704229 ], [ -120.563949498819724, 38.508591495192924 ], [ -120.564171211571349, 38.508528796445887 ], [ -120.564589503369348, 38.508410505861917 ], [ -120.56498065506041, 38.508140218924694 ], [ -120.564980795022493, 38.508140123309545 ], [ -120.565055512065129, 38.508088491421731 ], [ -120.566386702168302, 38.507678913686732 ], [ -120.568695502337306, 38.506968492585379 ], [ -120.569976511695785, 38.506168493329419 ], [ -120.570733508546851, 38.50587048425885 ], [ -120.571549495546606, 38.505664484437837 ], [ -120.572102500312951, 38.505640491423073 ], [ -120.572378726409724, 38.505702673358115 ], [ -120.572795504007658, 38.505796491592235 ], [ -120.573288503506902, 38.505796489410095 ], [ -120.573451144734861, 38.505730357755553 ], [ -120.573802490050426, 38.505587497308454 ], [ -120.574118496447952, 38.50520050241019 ], [ -120.574319495413306, 38.504659486311311 ], [ -120.574498370803497, 38.504272760146485 ], [ -120.574498492734591, 38.50427249116607 ], [ -120.574528596185019, 38.504252422476654 ], [ -120.574654503717767, 38.504168490244759 ], [ -120.574866820261519, 38.504176965181351 ], [ -120.57508051096724, 38.504185491830462 ], [ -120.57534682514158, 38.504269496702015 ], [ -120.575527451346289, 38.504326473709867 ], [ -120.575928109154503, 38.504852057417679 ], [ -120.575928505204431, 38.504852496286446 ], [ -120.576330496759439, 38.504957497972505 ], [ -120.576556171386599, 38.504946859787829 ], [ -120.576556940795626, 38.504946824002658 ], [ -120.576733503030198, 38.504938495790888 ], [ -120.577046491943946, 38.504868503864209 ], [ -120.57732280568213, 38.504716180335592 ], [ -120.57818750487597, 38.504239486691503 ], [ -120.579125588236565, 38.50359622384228 ], [ -120.579463500612377, 38.503364486396478 ], [ -120.579776368372336, 38.503265097525329 ], [ -120.579910514191454, 38.503222485307496 ], [ -120.580138431763643, 38.503342096378802 ], [ -120.580139028384949, 38.503342408307695 ], [ -120.580213497649027, 38.503381486318048 ], [ -120.58050450501716, 38.503468493721691 ], [ -120.581086489778656, 38.503538500573107 ], [ -120.581812514508101, 38.503416488137084 ], [ -120.583512501020465, 38.503171495090129 ], [ -120.583648377909313, 38.503144169538778 ], [ -120.583691495819608, 38.503135499373975 ], [ -120.58378625298306, 38.503143112976282 ], [ -120.583915509244633, 38.503153501901991 ], [ -120.584228156209235, 38.503399219632129 ], [ -120.584228492895775, 38.503399483822157 ], [ -120.584342479161265, 38.503594891151728 ], [ -120.584452506656632, 38.503783502100347 ], [ -120.584779741551259, 38.504025480708641 ], [ -120.584780584313975, 38.504026101745907 ], [ -120.584832498069289, 38.504064486732091 ], [ -120.585123502842805, 38.504064496805739 ], [ -120.58532450232147, 38.503976486533311 ], [ -120.585597342509786, 38.503594526286243 ], [ -120.585749486743808, 38.503381483329925 ], [ -120.586040499374661, 38.503153499694761 ], [ -120.58625126994778, 38.50316740614474 ], [ -120.586555500005346, 38.503187483997834 ], [ -120.586779512626507, 38.503276346772843 ], [ -120.586913499967807, 38.503329497213713 ], [ -120.58755574378101, 38.50359395637382 ], [ -120.587763511593096, 38.503679487416505 ], [ -120.588165215633978, 38.503593764807043 ], [ -120.588255493553689, 38.503574497301607 ], [ -120.588568496942443, 38.503346501643158 ], [ -120.588859501539659, 38.50311849154221 ], [ -120.589187190621928, 38.50299568608537 ], [ -120.58937451138469, 38.502925487082067 ], [ -120.589553499660724, 38.502925481297474 ], [ -120.589687515548178, 38.503030491624017 ], [ -120.590067341043948, 38.503469298409442 ], [ -120.590067519946714, 38.50346947997734 ], [ -120.590225725686068, 38.503593101641272 ], [ -120.59029150615666, 38.50364449804259 ], [ -120.590670623450805, 38.50359295760294 ], [ -120.590806501000017, 38.503574495653559 ], [ -120.590940499180761, 38.503469485940911 ], [ -120.591231483239497, 38.50348649930352 ], [ -120.591343072298358, 38.503591083689066 ], [ -120.59134349334937, 38.503591490030075 ], [ -120.591344130863902, 38.503592738532213 ], [ -120.5914323842795, 38.503766243438413 ], [ -120.591432507305541, 38.503766484486782 ], [ -120.591498089707898, 38.503811886474637 ], [ -120.591835507839122, 38.504045487268371 ], [ -120.592282160297856, 38.504352414813795 ], [ -120.592372491512222, 38.504414487929139 ], [ -120.592618491718255, 38.504432500335078 ], [ -120.594285491744088, 38.503608479831456 ], [ -120.59432710420063, 38.503591693301367 ], [ -120.594934505229659, 38.503346496835654 ], [ -120.595426498687772, 38.50324149533531 ], [ -120.595851491271659, 38.503503495950532 ], [ -120.595955547647989, 38.5035910891282 ], [ -120.596142203767286, 38.503748244932005 ], [ -120.596142499019322, 38.503748493970868 ], [ -120.596353252405137, 38.504103074206526 ], [ -120.596353500654885, 38.504103491247747 ], [ -120.596679512783453, 38.504133493799962 ], [ -120.596814971858635, 38.504122606457898 ], [ -120.596815425290004, 38.504122568955736 ], [ -120.596903509947666, 38.504115486311662 ], [ -120.597338322876467, 38.503944838595281 ], [ -120.598241911727513, 38.503590210760024 ], [ -120.598391499381691, 38.50353150236149 ], [ -120.599395710948372, 38.50354263559764 ], [ -120.599398716808778, 38.503542669158406 ], [ -120.600284497922019, 38.503552479461177 ], [ -120.600430208876261, 38.503589332106117 ], [ -120.601290301059464, 38.503806727112732 ], [ -120.601914490749266, 38.503964490885956 ], [ -120.602409503657029, 38.504010485358982 ], [ -120.603557076236157, 38.503587973463915 ], [ -120.604233056901421, 38.503339092720196 ], [ -120.605087508430003, 38.503024496211765 ], [ -120.605282308326252, 38.502912140994866 ], [ -120.606077499213029, 38.502453488880221 ], [ -120.606717487306923, 38.502430483282652 ], [ -120.607002506137746, 38.50252049428309 ], [ -120.607795498342952, 38.502772496556943 ], [ -120.608629105784047, 38.502849647345158 ], [ -120.609513498941183, 38.502931488298032 ], [ -120.609828297639467, 38.503048511447254 ], [ -120.609828692143992, 38.503048659938578 ], [ -120.610008496092718, 38.503115499299739 ], [ -120.610126530730525, 38.503225330936537 ], [ -120.610512735835229, 38.503584708455847 ], [ -120.611260512069151, 38.504280486440415 ], [ -120.611935928163305, 38.504537801430452 ], [ -120.611937845494381, 38.504538533363629 ], [ -120.612163502739577, 38.504624498723061 ], [ -120.612745496169367, 38.504509486262471 ], [ -120.61312449663599, 38.504280500283976 ], [ -120.613600336070903, 38.503583131458321 ], [ -120.61376451086133, 38.503342486489821 ], [ -120.613943380880954, 38.503253053879433 ], [ -120.613996500625419, 38.503226494949764 ], [ -120.614491500859373, 38.503135498533368 ], [ -120.615831495870722, 38.503294503284927 ], [ -120.618025505482962, 38.503265484312784 ], [ -120.618164299307978, 38.503298009263382 ], [ -120.618164689445678, 38.503298101463614 ], [ -120.618247491385944, 38.503317502646865 ], [ -120.618509503540466, 38.503500498818909 ], [ -120.618737617216198, 38.503568813310956 ], [ -120.618775905591306, 38.503580322865211 ], [ -120.61926751046056, 38.503727486621095 ], [ -120.619707484137479, 38.503694319413157 ], [ -120.620169498439537, 38.503659488116924 ], [ -120.620268119698636, 38.503659490540294 ], [ -120.620329510416639, 38.50365949388987 ], [ -120.620409767742913, 38.503686043723867 ], [ -120.620410091661824, 38.503686148391111 ], [ -120.620459510473182, 38.503702492642404 ], [ -120.620606495510827, 38.503796491491691 ], [ -120.62069137206224, 38.503869054419951 ], [ -120.621247500085175, 38.504344495258628 ], [ -120.621345816593674, 38.50439631541537 ], [ -120.62137651219382, 38.504412498591286 ], [ -120.621646326445386, 38.504443624851071 ], [ -120.621948497463634, 38.504478481854527 ], [ -120.621973622999306, 38.504469226451882 ], [ -120.622062502270765, 38.504436492925301 ], [ -120.623627515711746, 38.503890488561211 ], [ -120.623978926581103, 38.503768155216733 ], [ -120.624101502652834, 38.503725486722786 ], [ -120.626041506566736, 38.503585503117407 ], [ -120.626142261735268, 38.503575829261251 ], [ -120.626385009474248, 38.50355256766688 ], [ -120.626761498645038, 38.503516490405367 ], [ -120.627635492694452, 38.503150490954688 ], [ -120.62785166404305, 38.50313982264646 ], [ -120.627851831041127, 38.50313981666838 ], [ -120.628101500460858, 38.503127491952533 ], [ -120.629135696516485, 38.503395061613446 ], [ -120.629136050950933, 38.503395153054043 ], [ -120.62982517462504, 38.503573438416105 ], [ -120.629964496028663, 38.503609492850551 ], [ -120.630135483218282, 38.503684869224962 ], [ -120.630429510634613, 38.503814490687162 ], [ -120.63092398752039, 38.504296017517696 ], [ -120.630924501897724, 38.504296491590331 ], [ -120.632117517305204, 38.504777498307334 ], [ -120.633281520413021, 38.505578492485675 ], [ -120.633449720714779, 38.505653924543054 ], [ -120.633892505903091, 38.50585249284326 ], [ -120.635959497447971, 38.506151498020841 ], [ -120.636567898750343, 38.506391169508113 ], [ -120.636949499523595, 38.506541495200125 ], [ -120.63767750339629, 38.506953487185044 ], [ -120.637797104618784, 38.507038021318913 ], [ -120.638550505439412, 38.50757050244539 ], [ -120.639878718552495, 38.507784929440973 ], [ -120.639882670068616, 38.507785565958422 ], [ -120.641257492094795, 38.508007496268625 ], [ -120.642975512245286, 38.508511499037986 ], [ -120.645740507507654, 38.509610492804491 ], [ -120.648244507331881, 38.510206491559323 ], [ -120.648706513682072, 38.510178501254536 ], [ -120.648868508593907, 38.51011949483204 ], [ -120.649136368188792, 38.509949984120041 ], [ -120.649203499914293, 38.509907499796739 ], [ -120.649252089159035, 38.509883767785588 ], [ -120.649375490214481, 38.50982350358548 ], [ -120.649904494319927, 38.509832502530713 ], [ -120.650400507371629, 38.509866503688912 ], [ -120.651004516771252, 38.509899497631977 ], [ -120.651349358866682, 38.510026446221545 ], [ -120.651349500240201, 38.510026495870456 ], [ -120.65145504516039, 38.510131492465035 ], [ -120.651544183532735, 38.510220169651326 ], [ -120.651544512299296, 38.510220494124404 ], [ -120.65169542851477, 38.510482353879503 ], [ -120.651695513546713, 38.510482496021872 ], [ -120.651964509249126, 38.510676485262607 ], [ -120.652902491264001, 38.510986488748429 ], [ -120.653483987435905, 38.511466049462598 ], [ -120.65348450323043, 38.511466486016488 ], [ -120.654125502644561, 38.511833492371458 ], [ -120.655348496534515, 38.512153488933791 ], [ -120.657502497235669, 38.513115501035685 ], [ -120.658433182229814, 38.513892224427821 ], [ -120.658433501084971, 38.513892488496587 ], [ -120.658608490485875, 38.514167493000699 ], [ -120.658753468708596, 38.515311505297063 ], [ -120.65887003822931, 38.515447951155167 ], [ -120.658870508919392, 38.515448503145201 ], [ -120.659150927423482, 38.515546256001485 ], [ -120.659656493170203, 38.515722492763629 ], [ -120.660726856616492, 38.515819183254706 ], [ -120.661693503811236, 38.515906496822296 ], [ -120.663178503576304, 38.516500497406241 ], [ -120.66388549434015, 38.516658490989741 ], [ -120.664721499033121, 38.516844483385555 ], [ -120.664864494569713, 38.516865492870089 ], [ -120.665974490781352, 38.517029506148162 ], [ -120.667930728011342, 38.517158239887323 ], [ -120.668770497765024, 38.517213495452637 ], [ -120.66909464222023, 38.517281575808056 ], [ -120.669527508095754, 38.517372489288732 ], [ -120.669866000357928, 38.51735236830708 ], [ -120.670284501098863, 38.517327493438188 ], [ -120.670806919973771, 38.517213730331811 ], [ -120.671129497948712, 38.517143485219634 ], [ -120.671620149453702, 38.517202718704745 ], [ -120.672090504683823, 38.517259501429173 ], [ -120.67345851576853, 38.517717497018438 ], [ -120.673796265265807, 38.517760982002855 ], [ -120.674157492318869, 38.517807492080188 ], [ -120.675258179380691, 38.517756649662878 ], [ -120.676603506424712, 38.517694495232774 ], [ -120.677002511055576, 38.517784493634863 ], [ -120.677215512808132, 38.517832493182908 ], [ -120.677506021946186, 38.518151957959454 ], [ -120.67750650531012, 38.518152491402638 ], [ -120.677595490169693, 38.518387488345496 ], [ -120.677768503170853, 38.520004497230474 ], [ -120.677919444181043, 38.520243390150455 ], [ -120.677919512331016, 38.520243494489534 ], [ -120.677943070257641, 38.520264055487004 ], [ -120.67843050992083, 38.520689480144 ], [ -120.67910395300035, 38.521271026439507 ], [ -120.679104480311381, 38.521271500114722 ], [ -120.679589507699148, 38.521710498578074 ], [ -120.6798265084457, 38.521937483181361 ], [ -120.679890517462326, 38.522182483473749 ], [ -120.679793506987892, 38.522350501312687 ], [ -120.679567492211334, 38.522679490903457 ], [ -120.679518680390615, 38.522819188597566 ], [ -120.679502509753362, 38.52286548540684 ], [ -120.679456498301832, 38.523003488705086 ], [ -120.679459502884399, 38.52334549794903 ], [ -120.679664497378596, 38.523531482293606 ], [ -120.680095449875253, 38.523725469331296 ], [ -120.680149353304202, 38.523795003618474 ], [ -120.680408488143371, 38.524129487656467 ], [ -120.680813265696145, 38.524492491689635 ], [ -120.680911933140123, 38.524581036149563 ], [ -120.680912502066406, 38.524581487458178 ], [ -120.681000112166259, 38.524717999042892 ], [ -120.681000215456223, 38.524718069747522 ], [ -120.681000487789419, 38.52471849645395 ], [ -120.682073502839842, 38.525377498561959 ], [ -120.682523066884997, 38.525819063164789 ], [ -120.682523216763073, 38.525819220835992 ], [ -120.682523443911066, 38.525819517353234 ], [ -120.682906272042416, 38.526340197619774 ], [ -120.682906500494852, 38.526340506645376 ], [ -120.683254028074089, 38.526491748981947 ], [ -120.684372513699657, 38.526978498215996 ], [ -120.685080501036779, 38.52744049642537 ], [ -120.685749221163064, 38.52769862359996 ], [ -120.68608049658809, 38.527826494376193 ], [ -120.687088510101077, 38.528177490325945 ], [ -120.687188517546033, 38.528204492577935 ], [ -120.687296497215598, 38.528177487363251 ], [ -120.68737948937833, 38.528125500112644 ], [ -120.687721490780319, 38.527884487486858 ], [ -120.688029249844845, 38.527742793765142 ], [ -120.688030023977944, 38.527742439463957 ], [ -120.688062497956622, 38.527727484019259 ], [ -120.688437511540926, 38.527675494913808 ], [ -120.688549776834719, 38.527678540615447 ], [ -120.688695503729789, 38.52768249493726 ], [ -120.688878373490127, 38.527737454510117 ], [ -120.688878503314186, 38.52773749452367 ], [ -120.689145139420305, 38.528005120710546 ], [ -120.689145509056203, 38.5280054882409 ], [ -120.689335514097792, 38.528082497488178 ], [ -120.689431943708371, 38.528069964872167 ], [ -120.689512503108588, 38.528059496481411 ], [ -120.689770173856928, 38.527984053580518 ], [ -120.690219503950587, 38.527852490538962 ], [ -120.690402506548423, 38.527871493168526 ], [ -120.690492985331957, 38.527923208702092 ], [ -120.690493494205086, 38.52792349961792 ], [ -120.690527510092977, 38.528034504351389 ], [ -120.690393510362739, 38.528300482320581 ], [ -120.690302515742559, 38.528503484971417 ], [ -120.69028550289886, 38.528692495582241 ], [ -120.690352450306463, 38.528933309411222 ], [ -120.690352498362458, 38.528933492704645 ], [ -120.690552488691196, 38.5290904919665 ], [ -120.690802494461153, 38.529142482261655 ], [ -120.690987597318909, 38.529126260634257 ], [ -120.690987794737651, 38.529126245804385 ], [ -120.691110494001236, 38.529115489139073 ], [ -120.691177717169069, 38.529083754723644 ], [ -120.691343500431799, 38.529005489333791 ], [ -120.691776501291983, 38.528731491241786 ], [ -120.691918493870091, 38.528705484725144 ], [ -120.692009498470625, 38.528764486334509 ], [ -120.692584062752275, 38.529467016168049 ], [ -120.692584196004333, 38.529467126686477 ], [ -120.69258449986917, 38.529467492909411 ], [ -120.692917498662069, 38.529715482813359 ], [ -120.693654839321582, 38.529855829220992 ], [ -120.694283508896874, 38.529975489689789 ], [ -120.694801833714592, 38.530221851672742 ], [ -120.694802942941237, 38.530222379094639 ], [ -120.695133509739009, 38.530379494969274 ], [ -120.696666495432808, 38.531370491420617 ], [ -120.696867279346975, 38.531445899117664 ], [ -120.697132502134906, 38.531545504066699 ], [ -120.697860465131455, 38.531574800561955 ], [ -120.697863011470119, 38.53157490236854 ], [ -120.698598495932544, 38.531604492030183 ], [ -120.699195528339231, 38.531869893477257 ], [ -120.699797505891581, 38.532137489870451 ], [ -120.70043761112413, 38.532624656033789 ], [ -120.700440426264251, 38.532626798288874 ], [ -120.700680382183123, 38.532809413794588 ], [ -120.700680456915194, 38.532809508887588 ], [ -120.701638033841391, 38.534033980322484 ], [ -120.701638153984248, 38.534034057581792 ], [ -120.701638497507872, 38.534034499460276 ], [ -120.701927497530846, 38.534203489814658 ], [ -120.701975680399158, 38.534233518923457 ], [ -120.702057494440595, 38.53428450355522 ], [ -120.702419030846571, 38.534487009326405 ], [ -120.702419235455139, 38.534487125693097 ], [ -120.702564498274683, 38.534568490308189 ], [ -120.702897513604924, 38.534724500198308 ], [ -120.703231507476218, 38.534848492660586 ], [ -120.70349751021611, 38.534932492319257 ], [ -120.703691393088704, 38.534954935315255 ], [ -120.703834512851174, 38.5349714921011 ], [ -120.703866283495913, 38.534996093197236 ], [ -120.703967502036235, 38.535074486244461 ], [ -120.704032851913311, 38.535296322767238 ], [ -120.704038491551401, 38.535315497631245 ], [ -120.703976495163502, 38.535753509538452 ], [ -120.703992494848535, 38.535942442434653 ], [ -120.70408449411201, 38.536039496699651 ], [ -120.70430050207392, 38.536124502579931 ], [ -120.70455050963966, 38.536163492357893 ], [ -120.704858097120876, 38.536121396364678 ], [ -120.705500497238418, 38.536033496766741 ], [ -120.705792513923313, 38.535922486594387 ], [ -120.705975518846003, 38.535433494820737 ], [ -120.706191512260446, 38.535147495990145 ], [ -120.706508497027187, 38.535016486919652 ], [ -120.706766506143452, 38.535062493670061 ], [ -120.707840512723052, 38.535955495999296 ], [ -120.708114622583935, 38.536064978892561 ], [ -120.708506492423112, 38.536221494299873 ], [ -120.708809482607975, 38.536297371170477 ], [ -120.708811178750707, 38.536297797602437 ], [ -120.70908150604096, 38.536365491243615 ], [ -120.70966350359538, 38.536534488804541 ], [ -120.709747517747701, 38.536573471040384 ], [ -120.709749504923607, 38.536576944622041 ], [ -120.709788507276684, 38.536644480206704 ], [ -120.709805495069958, 38.53676950257433 ], [ -120.709963493682594, 38.537015494167669 ], [ -120.710155494311138, 38.537178485556254 ], [ -120.710500080643456, 38.537386465593201 ], [ -120.710546498452885, 38.537414482096075 ], [ -120.710754507037308, 38.537479501974381 ], [ -120.711024528287794, 38.537631645441415 ], [ -120.711794514145083, 38.538065492215217 ], [ -120.712032341547143, 38.538250003951532 ], [ -120.712075512050205, 38.538283496725597 ], [ -120.71292150373759, 38.538936494425208 ], [ -120.713018558286365, 38.539000885739398 ], [ -120.713334499371285, 38.539210497030467 ], [ -120.713465327552129, 38.539266905014699 ], [ -120.713465727406629, 38.539267076893822 ], [ -120.71350149957766, 38.539282497675259 ], [ -120.713751499125152, 38.539321481595408 ], [ -120.714192499529474, 38.539276492693766 ], [ -120.714425514266082, 38.539295489336318 ], [ -120.714542517520059, 38.539334499458931 ], [ -120.715110925005874, 38.53981599326621 ], [ -120.715111510505238, 38.539816505367952 ], [ -120.715377500777308, 38.539940501759659 ], [ -120.716023498731445, 38.540089501234341 ], [ -120.716331498900985, 38.540254484455062 ], [ -120.716404545505995, 38.540294988474052 ], [ -120.716643501406381, 38.540427486138299 ], [ -120.716848310933258, 38.540638929868749 ], [ -120.716848454832345, 38.540639082475991 ], [ -120.716859071598577, 38.540650033729932 ], [ -120.716859515480735, 38.540650501151823 ], [ -120.716934512953003, 38.540792490304206 ], [ -120.717050383804974, 38.541112134085587 ], [ -120.717050515225921, 38.541112501786245 ], [ -120.717167504814654, 38.541184480593252 ], [ -120.717703513971315, 38.541399491235815 ], [ -120.718203316481762, 38.541692390612745 ], [ -120.7182035036911, 38.541692502154561 ], [ -120.718669050980623, 38.542257973007615 ], [ -120.718669493109843, 38.542258496563491 ], [ -120.720036978925407, 38.54386595366141 ], [ -120.720037453148976, 38.543866504141647 ], [ -120.721581489389038, 38.5456994885106 ], [ -120.722409497818518, 38.546972487768976 ], [ -120.72245450720456, 38.547149481901819 ], [ -120.723136952268234, 38.547260068713157 ], [ -120.723676500459845, 38.547347496877784 ], [ -120.724124008446935, 38.547384170714359 ], [ -120.72445750478299, 38.547411499152069 ], [ -120.724504875247391, 38.547415888011429 ], [ -120.724554504199219, 38.547420488848068 ], [ -120.724866497365042, 38.547407491057335 ], [ -120.725086517664792, 38.547380490841505 ], [ -120.725212502945482, 38.547308498484362 ], [ -120.725330500276343, 38.547110499287648 ], [ -120.725432504712572, 38.546984492896129 ], [ -120.725499491329629, 38.546964498424579 ], [ -120.72562650180808, 38.546964491397517 ], [ -120.725803517412146, 38.546978489108803 ], [ -120.725980515434429, 38.547044484571089 ], [ -120.726149512237455, 38.547064488674799 ], [ -120.726248811888453, 38.547066843977177 ], [ -120.726360508467565, 38.547069491339329 ], [ -120.726441397390019, 38.547033210448788 ], [ -120.726632512661894, 38.546947484134513 ], [ -120.727025509995002, 38.546792491184462 ], [ -120.727178518734121, 38.546801537197759 ], [ -120.727414497547684, 38.546815493117187 ], [ -120.727858558058742, 38.546953678506824 ], [ -120.727859065671694, 38.546953838163077 ], [ -120.728076502588237, 38.547021500206789 ], [ -120.730247495696162, 38.548067494884101 ], [ -120.730499494626443, 38.548146492537469 ], [ -120.730778500474671, 38.548127490095794 ], [ -120.73106549309226, 38.54806749057289 ], [ -120.731192507035828, 38.548001492071492 ], [ -120.731276494244057, 38.547915500893467 ], [ -120.731352490181692, 38.547420486591392 ], [ -120.731437502095616, 38.547341492434491 ], [ -120.731546503610588, 38.547288485430521 ], [ -120.731842498549497, 38.547248494915223 ], [ -120.732517497224279, 38.547228487729477 ], [ -120.733257509738849, 38.547220498903869 ], [ -120.733498491397469, 38.547225498869047 ], [ -120.733731453327621, 38.547220239993003 ], [ -120.733731727658608, 38.547220235943463 ], [ -120.733941511261321, 38.547215496547089 ], [ -120.73400603066338, 38.54718917919871 ], [ -120.734169517393795, 38.547122493573781 ], [ -120.734350509480578, 38.546972504759182 ], [ -120.734470511772102, 38.546764492905098 ], [ -120.734458506269036, 38.546454480767324 ], [ -120.734615500408339, 38.54603949834803 ], [ -120.735023993678524, 38.54569991829743 ], [ -120.735024507164397, 38.545699493102859 ], [ -120.735077169957279, 38.545679169032894 ], [ -120.735265503034725, 38.545606481634159 ], [ -120.735894488742574, 38.545614483661758 ], [ -120.736287504778758, 38.545555488116378 ], [ -120.736636500379419, 38.545616493692471 ], [ -120.736683056858737, 38.545651208418569 ], [ -120.736919515096957, 38.545827501115845 ], [ -120.737232512491545, 38.546227500016819 ], [ -120.737274331837042, 38.546322104908377 ], [ -120.737274504047207, 38.546322497005164 ], [ -120.737820495098404, 38.546631499203073 ], [ -120.7381074952809, 38.546751498835299 ], [ -120.738288431495306, 38.546862463836533 ], [ -120.738500503979878, 38.547137481368821 ], [ -120.738620501903398, 38.54737249922691 ], [ -120.738658508505949, 38.547634496626273 ], [ -120.738746502766176, 38.54800150415948 ], [ -120.738887036134145, 38.548150960082893 ], [ -120.738887514192427, 38.548151484258149 ], [ -120.739048495958855, 38.548230496624576 ], [ -120.739270513748977, 38.548298483743118 ], [ -120.740959502879633, 38.548175485085622 ], [ -120.741138490901818, 38.5482054964505 ], [ -120.74203950091524, 38.548502492286623 ], [ -120.743695505014784, 38.548345489736896 ], [ -120.74491849939578, 38.548137493978544 ], [ -120.745303040267288, 38.548134661856089 ], [ -120.745733492768494, 38.548131493583661 ], [ -120.745900477817443, 38.548162759542286 ], [ -120.746016497168625, 38.548184484449635 ], [ -120.746256768943013, 38.548214470477163 ], [ -120.7466015097054, 38.548257493300298 ], [ -120.747090931802049, 38.548325888469627 ], [ -120.747091578407222, 38.548325980277141 ], [ -120.747381463844448, 38.548366489471739 ], [ -120.747391353936735, 38.548374751685927 ], [ -120.747566517183344, 38.54852148101368 ], [ -120.747571682788973, 38.548530869399009 ], [ -120.747657507582574, 38.548686496886425 ], [ -120.747661088159532, 38.548821883586477 ], [ -120.747667495225542, 38.549064486259006 ], [ -120.747637508686765, 38.54922949407419 ], [ -120.747747180809696, 38.549392029054289 ], [ -120.747747494035266, 38.549392488942161 ], [ -120.748538308311765, 38.549659424002087 ], [ -120.748538497050149, 38.549659488712827 ], [ -120.7486559792642, 38.549792962973072 ], [ -120.74865651101598, 38.54979349750473 ], [ -120.748627505254504, 38.55102149848242 ], [ -120.748627140743395, 38.551021917686491 ], [ -120.748471455975391, 38.551194497855484 ], [ -120.748409520595601, 38.55122283859847 ], [ -120.748408964157221, 38.551223094946025 ], [ -120.748213505058402, 38.551312498337786 ], [ -120.747540517077184, 38.551603495102583 ], [ -120.747160501468628, 38.551780491989895 ], [ -120.746540503480745, 38.552380486397261 ], [ -120.746592447358353, 38.552634153216715 ], [ -120.74659251981663, 38.552634505483276 ], [ -120.746706474401861, 38.552728891232988 ], [ -120.746918490035284, 38.552904502095998 ], [ -120.747157543861306, 38.552988520771216 ], [ -120.747413515029677, 38.553078489721777 ], [ -120.747691600093702, 38.553217195667486 ], [ -120.748239511516672, 38.553490491680087 ], [ -120.748345053316029, 38.553499944457265 ], [ -120.748345237296391, 38.553499961818439 ], [ -120.748429498788596, 38.553507507466271 ], [ -120.749586495063625, 38.553413487856083 ], [ -120.750572499752508, 38.553145498264684 ], [ -120.751245499766497, 38.552791483544411 ], [ -120.75138650227521, 38.552524497947282 ], [ -120.751567504880285, 38.552155490146291 ], [ -120.751979498415139, 38.551809488056421 ], [ -120.752311498148117, 38.551683500766877 ], [ -120.752452490914109, 38.55160449469097 ], [ -120.752809134136839, 38.55150649039647 ], [ -120.752810137985449, 38.551506214532523 ], [ -120.752885510838638, 38.551485500025095 ], [ -120.7530332349221, 38.551463960803623 ], [ -120.753468498395151, 38.551400496914162 ], [ -120.753821497260404, 38.55144150424573 ], [ -120.753918489483993, 38.551447966164851 ], [ -120.75401649253871, 38.551454493772425 ], [ -120.754185175525635, 38.551439635844353 ], [ -120.754368491823328, 38.551423490502522 ], [ -120.754790498294881, 38.551392486151755 ], [ -120.755583495617216, 38.551706501790107 ], [ -120.755935505894115, 38.552005499350244 ], [ -120.756414595951966, 38.552527081127828 ], [ -120.756678972460307, 38.552814976600104 ], [ -120.756679185832013, 38.552815144312007 ], [ -120.756679514951315, 38.552815497035105 ], [ -120.756898083578761, 38.552974158512114 ], [ -120.758660515777279, 38.554253487414364 ], [ -120.759646495950136, 38.554701487489083 ], [ -120.760239513432339, 38.554841494635085 ], [ -120.760520508489591, 38.554944492869957 ], [ -120.760770054651104, 38.554981693323541 ], [ -120.761003507509344, 38.555016497907062 ], [ -120.762084501521883, 38.554946497490626 ], [ -120.762315503204704, 38.554788483907174 ], [ -120.762617499325543, 38.554608490585018 ], [ -120.762737494656221, 38.554276497159016 ], [ -120.76286850768328, 38.553979488449471 ], [ -120.763019488281529, 38.553789556705659 ], [ -120.763037230920929, 38.553780454899901 ], [ -120.763311515287441, 38.553640496874223 ], [ -120.763532513094546, 38.553593494148018 ], [ -120.763874620580097, 38.553533648430488 ], [ -120.764075513197255, 38.55349850174467 ], [ -120.764231090711078, 38.553463378323848 ], [ -120.764487507291065, 38.553405487344236 ], [ -120.764799511077385, 38.553350496714231 ], [ -120.76513151484707, 38.553310501704004 ], [ -120.765324241003071, 38.553381211989645 ], [ -120.765717502393699, 38.553525490512243 ], [ -120.765802800233416, 38.553537919538726 ], [ -120.765868491367826, 38.553547494419057 ], [ -120.766562501031032, 38.553768491104037 ], [ -120.766744499436797, 38.553829504709491 ], [ -120.766920498807508, 38.553822489044187 ], [ -120.767087576575818, 38.553780056480555 ], [ -120.767088014991131, 38.553779943133677 ], [ -120.767172508724769, 38.553758490186638 ], [ -120.767688506096945, 38.553343493590617 ], [ -120.768744507111265, 38.552580484836049 ], [ -120.769203494870411, 38.552493501822987 ], [ -120.769374498818735, 38.552516485976675 ], [ -120.769585512072638, 38.552556493907268 ], [ -120.769957511904124, 38.552823504716216 ], [ -120.769988437950289, 38.552850388576687 ], [ -120.770309509341701, 38.553129488442735 ], [ -120.770792504754297, 38.553333486200131 ], [ -120.770963195527401, 38.55337365483765 ], [ -120.770963361194845, 38.553373695443696 ], [ -120.7710645117985, 38.553397498957132 ], [ -120.771295494555773, 38.553397490642197 ], [ -120.771761490971045, 38.553312488902435 ], [ -120.772027286169433, 38.553339937208932 ], [ -120.772284515404706, 38.553366496013368 ], [ -120.773893513355745, 38.554010498252758 ], [ -120.77415884289988, 38.554054110029995 ], [ -120.774331498096075, 38.55408249026582 ], [ -120.77466350014295, 38.554042486848921 ], [ -120.775005717654494, 38.553934785327719 ], [ -120.775006758790241, 38.553934458710536 ], [ -120.775165501437357, 38.553884495309923 ], [ -120.775487498178435, 38.553750497702787 ], [ -120.775625919721861, 38.553709763575696 ], [ -120.775854495701623, 38.553642492559199 ], [ -120.776095503155631, 38.55361850502635 ], [ -120.776357496900772, 38.55362649301356 ], [ -120.776618506297183, 38.55375248914735 ], [ -120.777021503437041, 38.553972489839097 ], [ -120.777554519870478, 38.554239489233922 ], [ -120.777946505907593, 38.554397498178233 ], [ -120.778010508081607, 38.554423299612459 ], [ -120.778137493471817, 38.554474495151631 ], [ -120.778348023789661, 38.554496850737557 ], [ -120.778348356579571, 38.554496885143685 ], [ -120.77858950799866, 38.554522488666755 ], [ -120.778931494506935, 38.554515489119318 ], [ -120.779098329236888, 38.554474735131691 ], [ -120.779193497383702, 38.554451490311166 ], [ -120.779241271752127, 38.554423290177816 ], [ -120.77952550152223, 38.554255503213838 ], [ -120.780299511893588, 38.553288493748816 ], [ -120.780491517373861, 38.553193481245629 ], [ -120.780782875778613, 38.553045934421831 ], [ -120.780801071866165, 38.553036761361348 ], [ -120.780801520673847, 38.553036493900564 ], [ -120.780852226137213, 38.553017960454532 ], [ -120.781143506308794, 38.55291149770121 ], [ -120.78128449590217, 38.552887483793114 ], [ -120.781387432833341, 38.552891471228001 ], [ -120.781465519333238, 38.552894505474242 ], [ -120.781469923421454, 38.552892567106618 ], [ -120.781696519380134, 38.552793486996045 ], [ -120.781988512449558, 38.552494504831522 ], [ -120.782058496978124, 38.552312491032929 ], [ -120.782038516121574, 38.552147490404479 ], [ -120.78201850510257, 38.55195148262532 ], [ -120.782038506202156, 38.551778493410218 ], [ -120.782057612385302, 38.551760235650441 ], [ -120.78212849910868, 38.551692490219416 ], [ -120.782581506940943, 38.551401499806303 ], [ -120.783134494505234, 38.551031501609671 ], [ -120.783437579834597, 38.550913777679973 ], [ -120.78343778498791, 38.550913697302988 ], [ -120.783564491433907, 38.550864481977705 ], [ -120.784176511579815, 38.550887495575253 ], [ -120.78504887270266, 38.551170689802483 ], [ -120.785051073455179, 38.551171405564389 ], [ -120.785516516188679, 38.551322496396402 ], [ -120.785757630801655, 38.551393321602745 ], [ -120.786156517207559, 38.55151048759906 ], [ -120.786363089951976, 38.551587074092929 ], [ -120.786477232699184, 38.551629392942367 ], [ -120.786477509416414, 38.551629496706738 ], [ -120.786604699758584, 38.551848111957149 ], [ -120.786669510266179, 38.551959499608742 ], [ -120.786692826419852, 38.551998804199933 ], [ -120.786860512331202, 38.55228149035085 ], [ -120.787438451597552, 38.553290505446419 ], [ -120.788145980831061, 38.554050966764336 ], [ -120.788146108467387, 38.554051081527781 ], [ -120.788146495473697, 38.554051495891898 ], [ -120.788187345204534, 38.554082057952023 ], [ -120.788408509953115, 38.554247500429803 ], [ -120.788536339193129, 38.554303282112699 ], [ -120.788589512780661, 38.554326487024213 ], [ -120.788840512147274, 38.554373491180883 ], [ -120.789041503610449, 38.554381495983996 ], [ -120.789740506242282, 38.554480492043488 ], [ -120.792362503735148, 38.554687489290323 ], [ -120.792464635229933, 38.554719079863872 ], [ -120.792653507813, 38.554777491990436 ], [ -120.793294495200243, 38.555326491083328 ], [ -120.793352502096084, 38.555670489208318 ], [ -120.793206514002492, 38.556974446871088 ], [ -120.793577903026488, 38.557328584789609 ], [ -120.793613996749713, 38.557363000064313 ], [ -120.793614512019687, 38.557363492175661 ], [ -120.794197492026228, 38.557546485102094 ], [ -120.795536495028472, 38.557659484553227 ], [ -120.796230511324978, 38.557667484918497 ], [ -120.796602500888881, 38.557620493258447 ], [ -120.797220489931973, 38.557514488940114 ], [ -120.797418500934086, 38.5574234930084 ], [ -120.797622501581486, 38.557184486834423 ], [ -120.797723513083056, 38.556846488160254 ], [ -120.797718509646643, 38.556441485727568 ], [ -120.797884686349875, 38.556236681520986 ], [ -120.797903511342398, 38.556213483564413 ], [ -120.798430499411936, 38.556217498864655 ], [ -120.798993497466952, 38.556421501064328 ], [ -120.799482513222983, 38.55648548694689 ], [ -120.799803177079013, 38.556507282575588 ], [ -120.799805544380391, 38.556507443897694 ], [ -120.800262502126387, 38.556538496971989 ], [ -120.800424224581135, 38.556453547585676 ], [ -120.800500501400634, 38.5564134828752 ], [ -120.800587761179457, 38.556423861936231 ], [ -120.800685495049493, 38.556435486408859 ], [ -120.800883057294655, 38.556557222909483 ], [ -120.800883507683537, 38.556557497984734 ], [ -120.800937501150486, 38.556741497686538 ], [ -120.800756502082919, 38.557271495977581 ], [ -120.800809497624144, 38.557685487019825 ], [ -120.800973500857026, 38.558001487225816 ], [ -120.801206451897045, 38.558577389327567 ], [ -120.801206496142939, 38.558577502509969 ], [ -120.801780509457558, 38.559012499448727 ], [ -120.802157499311789, 38.559222496397133 ], [ -120.803108515259268, 38.559472485455828 ], [ -120.803347292856429, 38.559570250853987 ], [ -120.803914513014249, 38.559802489421095 ], [ -120.804254375135599, 38.559916212297672 ], [ -120.804443498663801, 38.559979495769362 ], [ -120.804694504161958, 38.559989497897575 ], [ -120.804826491782109, 38.559979503194214 ], [ -120.804931050402303, 38.55992614302513 ], [ -120.804971083141837, 38.559905709621347 ], [ -120.8049715008395, 38.559905492755121 ], [ -120.805024486392512, 38.559740497939707 ], [ -120.804799510882631, 38.559131495123701 ], [ -120.804654505402269, 38.558863504092571 ], [ -120.804667496330637, 38.558677496167235 ], [ -120.80474649640017, 38.558418485827779 ], [ -120.805044493446843, 38.558212484923018 ], [ -120.805725505872601, 38.558086489977221 ], [ -120.809347513260391, 38.557792499420579 ], [ -120.810136513187814, 38.557834484352959 ], [ -120.81058547923881, 38.557946486982807 ], [ -120.81166050875045, 38.558927495249669 ], [ -120.811894501637923, 38.559040488848964 ], [ -120.812432198922693, 38.559502228914759 ], [ -120.812432512191265, 38.55950249647826 ], [ -120.81253951228274, 38.55971348688827 ], [ -120.812521501485548, 38.560076499938667 ], [ -120.812521049623257, 38.560077057705115 ], [ -120.812019500722926, 38.560680493066712 ], [ -120.81166051010419, 38.560891496889695 ], [ -120.811489111449788, 38.560907678450782 ], [ -120.811374506844501, 38.560918497130537 ], [ -120.811298526304199, 38.560904254058435 ], [ -120.811230504717685, 38.560891498222738 ], [ -120.811051504463066, 38.560792489886879 ], [ -120.810746496968122, 38.560708484647776 ], [ -120.810497490874866, 38.560717499274205 ], [ -120.81031650517798, 38.560750500845344 ], [ -120.810134511131224, 38.560934492898475 ], [ -120.810061501064666, 38.561031481787026 ], [ -120.810042508188545, 38.561124483354092 ], [ -120.810134498731472, 38.561553501062747 ], [ -120.810260491594846, 38.561749490259373 ], [ -120.810398497806588, 38.56184249631815 ], [ -120.810702510205644, 38.561945491716777 ], [ -120.811513960555388, 38.562092743084108 ], [ -120.811515074713043, 38.562092946716504 ], [ -120.812234499068182, 38.562223492586952 ], [ -120.813095505251198, 38.562321504204597 ], [ -120.813371216127805, 38.562314293478295 ], [ -120.813372039590419, 38.56231427141676 ], [ -120.813669510192213, 38.56230648846072 ], [ -120.814054179929457, 38.56221402902338 ], [ -120.814655501612961, 38.562069492399893 ], [ -120.81512150291158, 38.56176049448797 ], [ -120.815552497639615, 38.561227498637002 ], [ -120.815874491058779, 38.560470491349619 ], [ -120.815946498924546, 38.559208495951538 ], [ -120.816251501067001, 38.558647497149956 ], [ -120.816501956336424, 38.558422974609236 ], [ -120.816502495121881, 38.558422488891296 ], [ -120.817022514148164, 38.558253487623077 ], [ -120.817403322911545, 38.558235593270062 ], [ -120.817873434227437, 38.558213504336791 ], [ -120.817927493757438, 38.558296493652833 ], [ -120.818357868943806, 38.558313901330443 ], [ -120.818644509999601, 38.558325497308353 ], [ -120.819182490006597, 38.558465491113679 ], [ -120.820311140971754, 38.559236245109958 ], [ -120.820311497098658, 38.559236485809024 ], [ -120.820425186757987, 38.559448922463545 ], [ -120.820425509441108, 38.559449499593136 ], [ -120.821474497247777, 38.559655487315801 ], [ -120.823107515484622, 38.559944492022844 ], [ -120.823465504263453, 38.559923485995157 ], [ -120.823671499767229, 38.559895487393035 ], [ -120.823907499500223, 38.55976470239758 ], [ -120.823907796275108, 38.559764539389889 ], [ -120.824003502721055, 38.559711498046724 ], [ -120.824035658677616, 38.559672890329665 ], [ -120.824317509338897, 38.559334495942835 ], [ -120.824326500128024, 38.558976497334932 ], [ -120.824102498469458, 38.558507500301559 ], [ -120.823949494392494, 38.558127499589517 ], [ -120.823860514868684, 38.557820493045263 ], [ -120.823904508659197, 38.557644488476804 ], [ -120.824096510452463, 38.557137497897415 ], [ -120.824562497781571, 38.556382553182345 ], [ -120.824912015892878, 38.556085935549213 ], [ -120.824912511782955, 38.55608549536143 ], [ -120.825031999984873, 38.556041266663229 ], [ -120.825374509110716, 38.555914489380783 ], [ -120.825468827056199, 38.555866371531856 ], [ -120.825471925111373, 38.555864819626166 ], [ -120.825472512946831, 38.55586449349601 ], [ -120.825544094741318, 38.555846656207464 ], [ -120.825777494718551, 38.555788502204564 ], [ -120.825953415371202, 38.555774245793948 ], [ -120.825954120017329, 38.555774188443237 ], [ -120.826135495139667, 38.555759485607879 ], [ -120.826543502210967, 38.555833496114886 ], [ -120.830039504934604, 38.556417500167115 ], [ -120.830718704802166, 38.556470366273459 ], [ -120.831221514502516, 38.55650950034611 ], [ -120.831705519302147, 38.556460490025572 ], [ -120.832269498805914, 38.55629948381744 ], [ -120.832513487956547, 38.55613076064818 ], [ -120.832564506965994, 38.556095480784229 ], [ -120.83264420552257, 38.55604564535011 ], [ -120.832983509930173, 38.555833486488986 ], [ -120.833391513466779, 38.555444493369762 ], [ -120.833742497540385, 38.555059497227184 ], [ -120.833974502811117, 38.554460504260526 ], [ -120.834120511076563, 38.553591488366855 ], [ -120.83461550212121, 38.552447495096516 ], [ -120.834977512154111, 38.551921492059897 ], [ -120.835362510830663, 38.551704494856288 ], [ -120.835729508855508, 38.551522498914181 ], [ -120.835949332749294, 38.551451134064472 ], [ -120.836034496773991, 38.551423489536397 ], [ -120.83618364156672, 38.551388562882785 ], [ -120.836508499467186, 38.55131248942606 ], [ -120.836849496904776, 38.551375481982461 ], [ -120.837072438521176, 38.551466463283973 ], [ -120.837122537038425, 38.55151677050862 ], [ -120.837274490047903, 38.551669499361246 ], [ -120.837605031395086, 38.552032969618395 ], [ -120.837605146779026, 38.552033097923307 ], [ -120.837605503972554, 38.552033493296371 ], [ -120.837847500457457, 38.552510491527478 ], [ -120.837789494442077, 38.552995488671755 ], [ -120.83771250827192, 38.553224498910424 ], [ -120.837766503894443, 38.553763495184441 ], [ -120.837909514651528, 38.554169499660198 ], [ -120.838052483573364, 38.554505438116266 ], [ -120.838064011755378, 38.554516388712905 ], [ -120.838259502483879, 38.554701488818324 ], [ -120.83842952377907, 38.554783106384029 ], [ -120.838509506249565, 38.554821501153711 ], [ -120.839107510782242, 38.55509048962557 ], [ -120.839158311800048, 38.555110529752199 ], [ -120.839363492506052, 38.555191489815925 ], [ -120.839718475284855, 38.555325483196619 ], [ -120.83987050629068, 38.555464498813294 ], [ -120.84035400227846, 38.555877056848161 ], [ -120.840354513318744, 38.555877492057114 ], [ -120.840837507562824, 38.556144498891364 ], [ -120.840967282042683, 38.556179809344464 ], [ -120.841142491987355, 38.556227484224102 ], [ -120.841320476720739, 38.556269056549901 ], [ -120.841320630668719, 38.556269091936258 ], [ -120.841446500085965, 38.556298490209549 ], [ -120.841796492417004, 38.556270494571393 ], [ -120.842082506317126, 38.556263499474234 ], [ -120.84233030238309, 38.556170569523601 ], [ -120.842458512911037, 38.556122487664773 ], [ -120.84257105382035, 38.556050335207161 ], [ -120.842915511332592, 38.555829491258159 ], [ -120.84362250279446, 38.555472492090061 ], [ -120.844114511660607, 38.55524148989393 ], [ -120.84450849164935, 38.555059486495374 ], [ -120.844741502574237, 38.554890497739599 ], [ -120.845054850441869, 38.554679659460483 ], [ -120.845117503888929, 38.554637503441448 ], [ -120.845440502361797, 38.554441493910787 ], [ -120.845515230795257, 38.554416851473 ], [ -120.845628502786951, 38.554379501940119 ], [ -120.845897516265822, 38.554309491694788 ], [ -120.846531824908652, 38.554092727416048 ], [ -120.846532487442232, 38.554092501084135 ], [ -120.846680498510082, 38.554029495043373 ], [ -120.847302503006134, 38.553811503649307 ], [ -120.847633503242818, 38.553727500530236 ], [ -120.847766406920556, 38.553646283506744 ], [ -120.847795506343161, 38.553628502693002 ], [ -120.848278508074927, 38.553160505624803 ], [ -120.848341490221131, 38.553026488869911 ], [ -120.848811497824883, 38.552248484911622 ], [ -120.848991511786551, 38.552017504741727 ], [ -120.849125497283481, 38.551724502218491 ], [ -120.84929049484785, 38.551276487118258 ], [ -120.849370493476428, 38.550947488608493 ], [ -120.849495141159451, 38.550792923646448 ], [ -120.849495505642452, 38.550792485841342 ], [ -120.849524886219839, 38.550775828354183 ], [ -120.849622501139947, 38.550720488572857 ], [ -120.849899505899145, 38.550647499312596 ], [ -120.850122502663339, 38.550541504015911 ], [ -120.850529503839269, 38.550452529683945 ], [ -120.850767512037052, 38.550400497927775 ], [ -120.85101680712728, 38.55040884811023 ], [ -120.851017837177267, 38.550408880847307 ], [ -120.851215501017592, 38.550415496411773 ], [ -120.851645506627065, 38.550443490552993 ], [ -120.851827273483622, 38.550456237802159 ], [ -120.852030496754907, 38.550470488313337 ], [ -120.852316510824451, 38.550470496595921 ], [ -120.852625960064685, 38.550404689826387 ], [ -120.853059494423533, 38.550312491714443 ], [ -120.854021494756282, 38.549946503460838 ], [ -120.855346504400458, 38.549164488800159 ], [ -120.855906587007865, 38.5486297743238 ], [ -120.855907187687322, 38.548629200385626 ], [ -120.855941985039806, 38.548596027559803 ], [ -120.85594254806476, 38.548595517132711 ], [ -120.855968102233248, 38.54857277571724 ], [ -120.856261513340144, 38.548312489807394 ], [ -120.856613495945624, 38.547737495783664 ], [ -120.856842494687641, 38.547174497884619 ], [ -120.856827496089849, 38.546815498199834 ], [ -120.856643517108239, 38.546564498015108 ], [ -120.855825510601946, 38.545324493736089 ], [ -120.855771494521576, 38.545115495735523 ], [ -120.855648498751378, 38.544802497138718 ], [ -120.855633504648125, 38.544061486825157 ], [ -120.855718497195937, 38.543702494242304 ], [ -120.856056508101787, 38.543036493328536 ], [ -120.856376494312101, 38.542739485800524 ], [ -120.856644794202012, 38.54264154206902 ], [ -120.856645480550142, 38.542641292930263 ], [ -120.856754499074583, 38.542601490982065 ], [ -120.856851050660083, 38.542562546693148 ], [ -120.857111504553842, 38.542457485667903 ], [ -120.857600510810812, 38.542409487843216 ], [ -120.858106503892387, 38.542457487690946 ], [ -120.858564980409113, 38.54253776601616 ], [ -120.858917494236238, 38.542599491889959 ], [ -120.859064229320666, 38.542627375822072 ], [ -120.859065005577762, 38.542627521100641 ], [ -120.859238510267915, 38.542660485822203 ], [ -120.859389463047322, 38.542742655092475 ], [ -120.860050502804398, 38.543102487125992 ], [ -120.860143975123677, 38.543152288397941 ], [ -120.860187512088984, 38.543175485798777 ], [ -120.860723501776647, 38.543570487603233 ], [ -120.860999499606692, 38.543666495044015 ], [ -120.861336510537683, 38.543702491475614 ], [ -120.86170750365126, 38.543630494039377 ], [ -120.862260499163725, 38.54314948532523 ], [ -120.862638491625034, 38.542531487699691 ], [ -120.862822495736594, 38.541827495771066 ], [ -120.863036513392402, 38.539575495523863 ], [ -120.862965513370085, 38.539220499310169 ], [ -120.862989495786081, 38.536373491523584 ], [ -120.863108510379803, 38.535963497358445 ], [ -120.863465503825537, 38.535479492637236 ], [ -120.863869503444249, 38.535219492145814 ], [ -120.86486951153563, 38.535144493836619 ], [ -120.868819505671368, 38.53564749653458 ], [ -120.870319511063713, 38.535963492288587 ], [ -120.870914515431338, 38.536168489917912 ], [ -120.871461499208607, 38.536615502553225 ], [ -120.872531952276617, 38.537415079201445 ], [ -120.872532220104361, 38.537415294508094 ], [ -120.872532481691366, 38.537415509701269 ], [ -120.873341502279189, 38.538086493866977 ], [ -120.873417091536353, 38.538158553177325 ], [ -120.873769511720241, 38.538494500543337 ], [ -120.873984499148278, 38.538979500014968 ], [ -120.873888495117981, 38.539575489424784 ], [ -120.873603501863826, 38.540022485247832 ], [ -120.873389504570937, 38.540561489234562 ], [ -120.873198497740361, 38.541716497119602 ], [ -120.873365512907426, 38.542255484926926 ], [ -120.873698081777789, 38.542683959138728 ], [ -120.873698514350451, 38.542684498888825 ], [ -120.874198511851844, 38.543019499308862 ], [ -120.874888512805001, 38.543279494398625 ], [ -120.875483502750598, 38.543391498756144 ], [ -120.876102499977137, 38.543465497446782 ], [ -120.876506512168547, 38.5434104916839 ], [ -120.876768498548969, 38.543205495172543 ], [ -120.877030517005849, 38.542684501958284 ], [ -120.877315513013016, 38.542143488732336 ], [ -120.877767501526719, 38.540152488141054 ], [ -120.877982516773741, 38.539742487851612 ], [ -120.878243505088179, 38.539500495845608 ], [ -120.879278338782456, 38.539051654532472 ], [ -120.879279165635765, 38.539051295007162 ], [ -120.879820500967455, 38.538816494239391 ], [ -120.880564687444078, 38.538455757485693 ], [ -120.882510511970764, 38.537512491618259 ], [ -120.883264983849415, 38.537050806011415 ], [ -120.88326549910245, 38.537050501902236 ], [ -120.883798498442857, 38.536151486623503 ], [ -120.88384649751643, 38.535796491620729 ], [ -120.883560512120468, 38.535163500080358 ], [ -120.882704498672283, 38.533843493875473 ], [ -120.88181110451778, 38.532807934753841 ], [ -120.881353501376367, 38.532277498144218 ], [ -120.880751499830737, 38.531374501144654 ], [ -120.880633505329783, 38.530875494870685 ], [ -120.880787502201869, 38.529610503930549 ], [ -120.881223501020955, 38.528835489158823 ], [ -120.882675492972211, 38.527192495338703 ], [ -120.882678415839607, 38.527188916809806 ], [ -120.883395506006352, 38.526306484146083 ], [ -120.883890504943707, 38.525844489259121 ], [ -120.88406751701811, 38.52567848287152 ], [ -120.884232503675904, 38.525567497652929 ], [ -120.884399506484854, 38.525413490732284 ], [ -120.88514849720859, 38.525013491060058 ], [ -120.885529498782773, 38.524827493650385 ], [ -120.885975146151139, 38.524708383253248 ], [ -120.885976262713669, 38.52470808553263 ], [ -120.886195492804276, 38.524649487557653 ], [ -120.886646050401879, 38.524603554631938 ], [ -120.887372507083185, 38.524529492135422 ], [ -120.887733492586761, 38.524544898687139 ], [ -120.888894501989427, 38.524594488790946 ], [ -120.889215510658346, 38.524631500767846 ], [ -120.889429499127971, 38.524715484655303 ], [ -120.889705877878015, 38.524957440922165 ], [ -120.889725922866717, 38.524974990546426 ], [ -120.889726492362456, 38.52497548723116 ], [ -120.889904492489038, 38.525429486797094 ], [ -120.889892506983642, 38.525701485914709 ], [ -120.889904501369244, 38.525998499448022 ], [ -120.889916494650024, 38.526324498673517 ], [ -120.889951770944649, 38.526762363282764 ], [ -120.889952511083052, 38.526771492819314 ], [ -120.890118493626659, 38.527254485776197 ], [ -120.890723041010958, 38.527838072232328 ], [ -120.890723163371803, 38.527838177427661 ], [ -120.890723505221104, 38.527838501921543 ], [ -120.890771588690569, 38.527872083656717 ], [ -120.891290486010149, 38.528234499105565 ], [ -120.891711580704694, 38.528521384654802 ], [ -120.891866512130605, 38.528626940385259 ], [ -120.891927506188992, 38.52866849450875 ], [ -120.892145790268088, 38.528742368246256 ], [ -120.892778506414075, 38.528956492877207 ], [ -120.893031825726609, 38.528974273100964 ], [ -120.893191502296588, 38.528985482081879 ], [ -120.893378504782177, 38.528985492623562 ], [ -120.893578501917389, 38.528873495667 ], [ -120.893707509504182, 38.528672491459339 ], [ -120.893830887009287, 38.528561543702828 ], [ -120.893836062208024, 38.528556910425152 ], [ -120.893836509296989, 38.528556487784009 ], [ -120.893936618446446, 38.528524567688478 ], [ -120.894181507758503, 38.528446490372708 ], [ -120.89447577202084, 38.528412124650302 ], [ -120.894476101141635, 38.52841208821571 ], [ -120.89466950944481, 38.528389496989831 ], [ -120.894877519786078, 38.528399574782306 ], [ -120.895061490943263, 38.528408489584393 ], [ -120.89513075565111, 38.528436549715465 ], [ -120.895335492925938, 38.528519490731831 ], [ -120.895517089358336, 38.528640786017895 ], [ -120.8955177440791, 38.528641223572308 ], [ -120.89559750354357, 38.528694494304766 ], [ -120.895996827702078, 38.528865596883513 ], [ -120.897086516246119, 38.529332489544132 ], [ -120.897473433277284, 38.529537319796134 ], [ -120.899111511358953, 38.530404490128269 ], [ -120.900656047795394, 38.531001357288851 ], [ -120.900656577614185, 38.53100156340998 ], [ -120.901352511352925, 38.531270489177452 ], [ -120.901581503386666, 38.531303496484831 ], [ -120.902211491101156, 38.531314490223942 ], [ -120.902411118034436, 38.531300533428457 ], [ -120.902540505443625, 38.531291490296468 ], [ -120.902595531084131, 38.531262320730441 ], [ -120.902855513083551, 38.531124497853497 ], [ -120.903099510838956, 38.530710499190668 ], [ -120.903342503175466, 38.530239497971955 ], [ -120.903571502753238, 38.529523490510641 ], [ -120.903628495691407, 38.529332495384217 ], [ -120.90374350262347, 38.528626495514906 ], [ -120.904315501183277, 38.526980496520551 ], [ -120.904766500216567, 38.525792492536503 ], [ -120.90489550313599, 38.524930492525982 ], [ -120.904981504409704, 38.524662492936933 ], [ -120.905224518779534, 38.524472196655033 ], [ -120.905224628574572, 38.524472109450805 ], [ -120.905253508996552, 38.524449494924887 ], [ -120.90530007904816, 38.524418118204515 ], [ -120.905633501941907, 38.524193489954818 ], [ -120.906262508127725, 38.524059491471675 ], [ -120.908117493407588, 38.524125486289513 ], [ -120.908360344027002, 38.524089436166392 ], [ -120.90836091228401, 38.524089352693409 ], [ -120.908575494581285, 38.524057495292091 ], [ -120.908661211478673, 38.524048385401109 ], [ -120.908782505966357, 38.524035488744552 ], [ -120.908875515302441, 38.524024491975837 ], [ -120.909042459612962, 38.523939515596901 ], [ -120.90909755457993, 38.523911526030325 ], [ -120.909105639078732, 38.523904746453276 ], [ -120.909197499237251, 38.523828485062289 ], [ -120.909295396167366, 38.523684611801883 ], [ -120.909312529989478, 38.523659499689693 ], [ -120.909326293481428, 38.523634436161629 ], [ -120.909512501098916, 38.523296493234412 ], [ -120.909562503797801, 38.522944492937619 ], [ -120.909541504697472, 38.52262548874868 ], [ -120.909555504452669, 38.522401489539234 ], [ -120.909612501422671, 38.522256497162012 ], [ -120.90974357829279, 38.522135365232558 ], [ -120.90974388448484, 38.522135080454362 ], [ -120.909770496355648, 38.522110486619326 ], [ -120.909920513912297, 38.522104494214759 ], [ -120.910034395752675, 38.522077555670009 ], [ -120.910199493790969, 38.522038498894176 ], [ -120.910356974260836, 38.521876038647129 ], [ -120.910357508243933, 38.52187549131763 ], [ -120.910485500682398, 38.521596500483334 ], [ -120.910613494766054, 38.521237496523987 ], [ -120.910850489302391, 38.520946495906117 ], [ -120.910908492694006, 38.520811488586162 ], [ -120.911344823257934, 38.520697552867688 ], [ -120.911345015468342, 38.520697500120775 ], [ -120.911582503851847, 38.520635487457284 ], [ -120.911896542121497, 38.520596942337669 ], [ -120.912250512557023, 38.520553492729803 ], [ -120.912462472610272, 38.520555260554325 ], [ -120.91246270517162, 38.520555264701947 ], [ -120.912730507846661, 38.520557495161079 ], [ -120.913497489100351, 38.520664491122844 ], [ -120.914724240357359, 38.520631460012048 ], [ -120.916096495980852, 38.520594496759706 ], [ -120.916942499713329, 38.520526491399224 ], [ -120.917724497065677, 38.520408494702693 ], [ -120.918593506110085, 38.520148491003596 ], [ -120.918917494099674, 38.520012486055521 ], [ -120.919296513499631, 38.519851494962928 ], [ -120.919628505661308, 38.519752487160012 ], [ -120.92110233170942, 38.519482706618923 ], [ -120.922272513653155, 38.519268488977957 ], [ -120.922913493912375, 38.519108499736426 ], [ -120.923291501196786, 38.518811491344927 ], [ -120.923492503314591, 38.518591486032143 ], [ -120.923699489389406, 38.518193487255665 ], [ -120.923792493809188, 38.51751548876765 ], [ -120.923666501327858, 38.516995489972551 ], [ -120.923700506094022, 38.516590491520439 ], [ -120.923874502834991, 38.516202483042861 ], [ -120.924353500682329, 38.515772487097067 ], [ -120.925243509612031, 38.515150500280875 ], [ -120.925923494387646, 38.514889505637356 ], [ -120.926431508707751, 38.514855489921537 ], [ -120.927390492402324, 38.51509750077593 ], [ -120.927667897671654, 38.515383773181313 ], [ -120.92773299675423, 38.515450970044647 ], [ -120.927733511887482, 38.515451489214463 ], [ -120.927952517470885, 38.515854486741013 ], [ -120.928123445361209, 38.516232373405998 ], [ -120.928123501428175, 38.516232496114938 ], [ -120.928467077913282, 38.516586047782454 ], [ -120.928467511559759, 38.516586499967339 ], [ -120.92865040194711, 38.516729059539578 ], [ -120.930113492215824, 38.517869499983519 ], [ -120.93048286749034, 38.518201572979343 ], [ -120.930483622701161, 38.518202251091147 ], [ -120.930519498343372, 38.518234501355153 ], [ -120.930815512019336, 38.518503499555685 ], [ -120.930972536968554, 38.518556811215873 ], [ -120.931245511061263, 38.518649487669869 ], [ -120.931501007040254, 38.518698984094186 ], [ -120.931689511222174, 38.518735503121277 ], [ -120.933851493172298, 38.518589497301186 ], [ -120.93492748601858, 38.518613501664518 ], [ -120.935349505888937, 38.518699485088625 ], [ -120.936120514241196, 38.518979487142509 ], [ -120.936713457282409, 38.519333476020137 ], [ -120.936916501875857, 38.51957749698947 ], [ -120.936947492052894, 38.520114489010872 ], [ -120.936807507131533, 38.520676494382933 ], [ -120.936651493605822, 38.521017504623202 ], [ -120.936557516621164, 38.521322498060385 ], [ -120.936557507373365, 38.521578495118902 ], [ -120.936619500356898, 38.521749493181382 ], [ -120.936822488646968, 38.522141494381259 ], [ -120.937103517533416, 38.522909488011649 ], [ -120.937197499950443, 38.523239494217336 ], [ -120.937282490550984, 38.52350850142416 ], [ -120.937282512685925, 38.524301487530472 ], [ -120.937501501099618, 38.525521487542981 ], [ -120.937672495016329, 38.526241497900251 ], [ -120.93803949433179, 38.52701150004328 ], [ -120.938245642030978, 38.527223442423747 ], [ -120.938679505518067, 38.527669495442261 ], [ -120.938838686413661, 38.527766235335818 ], [ -120.93891151050984, 38.52781049437403 ], [ -120.939141059033958, 38.527948899348686 ], [ -120.939659515351238, 38.528261504062932 ], [ -120.939859589169259, 38.528340387043336 ], [ -120.940009518659309, 38.528399500138292 ], [ -120.940847507133768, 38.528646488914795 ], [ -120.941784501751727, 38.528634498578839 ], [ -120.94290750154768, 38.52819548709919 ], [ -120.943621051700163, 38.527574887964413 ], [ -120.943621504067693, 38.527574488852459 ], [ -120.944365493479836, 38.525326489357937 ], [ -120.944474494726876, 38.524777492085676 ], [ -120.944708500169725, 38.524070499815203 ], [ -120.944888490986315, 38.523837499888202 ], [ -120.945192487845944, 38.523667489089561 ], [ -120.94601951760221, 38.523325506162699 ], [ -120.946822508206651, 38.52317849158446 ], [ -120.947524505491245, 38.522983507064318 ], [ -120.948382492227012, 38.522752499755761 ], [ -120.950347506062542, 38.521885500176268 ], [ -120.95121819351003, 38.521475359337629 ], [ -120.951608497189014, 38.521291501813224 ], [ -120.951665090737478, 38.521277709148649 ], [ -120.951768494881847, 38.521252502808963 ], [ -120.952710506983905, 38.520970502609572 ], [ -120.952909802013309, 38.52094552158092 ], [ -120.952910477538339, 38.520945435308043 ], [ -120.953061500217558, 38.520926503071152 ], [ -120.953498613457498, 38.520953454599429 ], [ -120.953500331789968, 38.520953559098913 ], [ -120.953872510742855, 38.520976500876444 ], [ -120.954371501452826, 38.52106749141538 ], [ -120.954621491188334, 38.521153501743399 ], [ -120.954817715832831, 38.52132365406549 ], [ -120.954832024026189, 38.521336071296517 ], [ -120.954832512817219, 38.521336486897432 ], [ -120.954897517258601, 38.5214316656959 ], [ -120.955011060107239, 38.521597916001532 ], [ -120.95501149024426, 38.521598499108094 ], [ -120.9551979754347, 38.521847866830157 ], [ -120.95519849357305, 38.521848488924739 ], [ -120.95541751082537, 38.522207503474306 ], [ -120.955791498308528, 38.52240950168131 ], [ -120.955970492912613, 38.522502496538912 ], [ -120.956365498929017, 38.522628496197861 ], [ -120.956582592289919, 38.522706445791542 ], [ -120.956582804733387, 38.522706519498627 ], [ -120.95670250257723, 38.522749495692224 ], [ -120.957317503638421, 38.522904485781893 ], [ -120.957509795534762, 38.522919175738274 ], [ -120.957749509473828, 38.522937490937892 ], [ -120.95795205944485, 38.52291001234839 ], [ -120.958206515568918, 38.522875488457274 ], [ -120.958528506313655, 38.522801493775439 ], [ -120.958697498792318, 38.522692497976166 ], [ -120.958887302368296, 38.522473727908796 ], [ -120.958887505374676, 38.522473492919133 ], [ -120.958917300395072, 38.522463005780672 ], [ -120.95901249744422, 38.52242949800263 ], [ -120.959345511170866, 38.522343497912139 ], [ -120.96009150831145, 38.522125492483731 ], [ -120.960273096608887, 38.52205126856699 ], [ -120.96027336764827, 38.522051156477403 ], [ -120.960365518091393, 38.522013490446334 ], [ -120.96063251200593, 38.521918488385055 ], [ -120.960697399189669, 38.521886247907737 ], [ -120.960954505258343, 38.521758492796998 ], [ -120.961075035715041, 38.521699419087632 ], [ -120.961075506453795, 38.521699188757701 ], [ -120.961107502585691, 38.521683502887143 ], [ -120.961189180015609, 38.521640973683084 ], [ -120.961543498689423, 38.521456484494109 ], [ -120.961649508648208, 38.521363496525886 ], [ -120.96397749576785, 38.52051649819056 ], [ -120.964159492696936, 38.52045348837823 ], [ -120.964231710084391, 38.520439628728383 ], [ -120.964284498507439, 38.520429493281476 ], [ -120.964475787686311, 38.52045314843172 ], [ -120.964476108382556, 38.520453187001451 ], [ -120.964656505323291, 38.520475491896235 ], [ -120.965359497366038, 38.520681500076094 ], [ -120.966420502283441, 38.52080748670118 ], [ -120.967463493667992, 38.520974491081013 ], [ -120.967624496606646, 38.521019493080239 ], [ -120.96771250305693, 38.521077491156809 ], [ -120.967785494340617, 38.521111492748005 ], [ -120.968026490865199, 38.521134503028094 ], [ -120.968222499889507, 38.52113448935669 ], [ -120.968646499039636, 38.521159490548321 ], [ -120.968816886188165, 38.521169930493265 ], [ -120.969054504603903, 38.521184489135081 ], [ -120.969139165968713, 38.521172728310873 ], [ -120.969234507735763, 38.521159487023311 ], [ -120.969609510475095, 38.521108492818975 ], [ -120.969919514790377, 38.521006503548065 ], [ -120.970262508337854, 38.520763500748082 ], [ -120.971176064546, 38.519576045539104 ], [ -120.971176144580895, 38.519575943934797 ], [ -120.971176536238133, 38.519575516910372 ], [ -120.971214513577394, 38.51953493617799 ], [ -120.971272609976623, 38.519472964000556 ], [ -120.971714511789557, 38.519001494698337 ], [ -120.972089500803648, 38.518529496206774 ], [ -120.972481507023616, 38.517762483196464 ], [ -120.972873514548453, 38.517201492879785 ], [ -120.97302049933657, 38.517023481029391 ], [ -120.973183509486518, 38.516844492278999 ], [ -120.973868508856768, 38.516232494206825 ], [ -120.97422351230567, 38.51608349642801 ], [ -120.974419519726425, 38.51598149668817 ], [ -120.974691509562859, 38.515915501601391 ], [ -120.974999499246579, 38.515866503420803 ], [ -120.975154509980854, 38.515860494326041 ], [ -120.975374512083363, 38.515879504072878 ], [ -120.975660497860787, 38.515860494950822 ], [ -120.976272502232277, 38.515745496741339 ], [ -120.977235501934004, 38.515637483019972 ], [ -120.977622493790065, 38.515701491331839 ], [ -120.977896486465468, 38.515701498203995 ], [ -120.97837749730634, 38.515631505455907 ], [ -120.978720501929985, 38.515490494789674 ], [ -120.979039121658275, 38.515384974554301 ], [ -120.979185508202164, 38.515336497676401 ], [ -120.979349238814521, 38.515296570039453 ], [ -120.979632518020395, 38.515227487488538 ], [ -120.980000239825102, 38.515173076919098 ], [ -120.980274501380364, 38.515132495635264 ], [ -120.980415809922334, 38.515160381981509 ], [ -120.980502502949179, 38.51517747976299 ], [ -120.980666507654661, 38.515299496756477 ], [ -120.980747511625125, 38.515369484784834 ], [ -120.980767187194459, 38.515377732698518 ], [ -120.980821504282261, 38.515400490950832 ], [ -120.981090492471225, 38.51540049763242 ], [ -120.981210702825692, 38.51539497574646 ], [ -120.981351506905511, 38.515388502971419 ], [ -120.981564180326998, 38.515372857309146 ], [ -120.98156468191037, 38.515372819143444 ], [ -120.981718492804916, 38.515361502204286 ], [ -120.982022537682084, 38.515356036883567 ], [ -120.982330510404253, 38.515350498030138 ], [ -120.985431501556533, 38.516378490468718 ], [ -120.98604349188895, 38.51646749065317 ], [ -120.986544316996671, 38.516461655182724 ], [ -120.986557496764675, 38.516461498001171 ], [ -120.987381503656607, 38.5164794869996 ], [ -120.990151501650146, 38.516045499106262 ], [ -120.9904374940634, 38.515955494776755 ], [ -120.990543271972626, 38.515852737793125 ], [ -120.990543551922684, 38.5158525272522 ], [ -120.990550831445205, 38.515847350139829 ], [ -120.990641506334782, 38.515783497899939 ], [ -120.991134517111433, 38.515215488264552 ], [ -120.99167349461635, 38.514787500706987 ], [ -120.992191307280891, 38.514461614678957 ], [ -120.992191640537854, 38.514461405048287 ], [ -120.992334504376359, 38.514371491681565 ], [ -120.992425374443982, 38.514338419882549 ], [ -120.992595514186519, 38.514276500443408 ], [ -120.993109355224348, 38.514000470030695 ], [ -120.993321512479852, 38.513886500992498 ], [ -120.993468409585418, 38.513830349307099 ], [ -120.993737508668062, 38.51372748706995 ], [ -120.994064509789624, 38.51364448934946 ], [ -120.994480503811147, 38.513568500706022 ], [ -120.99478249818975, 38.513593492730671 ], [ -120.995095644455645, 38.5136560235986 ], [ -120.995403506902065, 38.513717494759327 ], [ -120.995843539988897, 38.513926266993074 ], [ -120.995844368939643, 38.513926660159875 ], [ -120.996107501990849, 38.514051499576809 ], [ -120.996463495874167, 38.5142664959615 ], [ -120.996488763607118, 38.514287294525261 ], [ -120.99679149184297, 38.514536485591393 ], [ -120.997261144789249, 38.514952771466291 ], [ -120.997262295708069, 38.514953792541853 ], [ -120.997274984017167, 38.514965030650799 ], [ -120.997275509465467, 38.514965502881267 ], [ -120.997479802845518, 38.515236631134428 ], [ -120.997813505504666, 38.515679495928147 ], [ -120.998106212304506, 38.515879291000424 ], [ -120.998106504648277, 38.515879492620975 ], [ -120.998398502593744, 38.516250487149769 ], [ -120.998590368307973, 38.51666519022573 ], [ -120.998590514469655, 38.516665506604951 ], [ -120.999092139970202, 38.517279732214128 ], [ -120.999383010843388, 38.517635958920394 ], [ -120.999383350669703, 38.517636311155734 ], [ -120.999383488947487, 38.517636482051273 ], [ -120.999391597595121, 38.517644590248878 ], [ -120.99963950721461, 38.517892495627116 ], [ -120.999944453672569, 38.518051510333422 ], [ -121.00010550620712, 38.518135492303941 ], [ -121.001036500289018, 38.518649495099638 ], [ -121.001255500062811, 38.518564488644849 ], [ -121.001474503143015, 38.518635494134053 ], [ -121.001813780002252, 38.518762158573239 ], [ -121.00224050413253, 38.518921486727713 ], [ -121.002841178678111, 38.519078136820411 ], [ -121.003007505384574, 38.5191214962434 ], [ -121.003664518646545, 38.519206483664981 ], [ -121.003876319824755, 38.519212744431847 ], [ -121.004138509678498, 38.519220490841043 ], [ -121.004338411009172, 38.519233174583675 ], [ -121.004339273198767, 38.519233231193056 ], [ -121.004595503148721, 38.519249485724721 ], [ -121.004850497037665, 38.519263505415019 ], [ -121.005051510981332, 38.519249490067558 ], [ -121.005637957300578, 38.519202259278543 ], [ -121.005639043703397, 38.51920217033765 ], [ -121.005945499203634, 38.519177487834277 ], [ -121.006694500126159, 38.518991491852709 ], [ -121.006819861041365, 38.518945612145636 ], [ -121.007041494541852, 38.518864495380939 ], [ -121.007606490554792, 38.518549499391618 ], [ -121.008318500635582, 38.518107495131559 ], [ -121.008683509404079, 38.517834493505411 ], [ -121.008805666889913, 38.517739378196971 ], [ -121.008806896940143, 38.517738420918676 ], [ -121.009067512579492, 38.517535495048072 ], [ -121.009067665455646, 38.517535342937123 ], [ -121.009068945797452, 38.517534063713676 ], [ -121.009267155528804, 38.517335818106098 ], [ -121.009267486296594, 38.517335491570599 ], [ -121.009377493784399, 38.516749489274765 ], [ -121.009377506043379, 38.51636549436607 ], [ -121.009304504341415, 38.516093488033874 ], [ -121.009231498177343, 38.515792495760863 ], [ -121.009140492109481, 38.515264501412688 ], [ -121.009194510292062, 38.514837505222829 ], [ -121.009267500465214, 38.514608489557425 ], [ -121.009651505574766, 38.514066484050012 ], [ -121.009961489573755, 38.513767501529848 ], [ -121.010344200906843, 38.513323816175422 ], [ -121.010344496052042, 38.513323484126616 ], [ -121.010654994822943, 38.512996054495581 ], [ -121.010655510337855, 38.512995488550906 ], [ -121.010782508993245, 38.512681488335431 ], [ -121.01107448797039, 38.512453497208298 ], [ -121.01134849567616, 38.512296495154999 ], [ -121.01176851267968, 38.512224495442503 ], [ -121.012150512848009, 38.51238149719773 ], [ -121.012333494660865, 38.512524485953861 ], [ -121.012345800552566, 38.512536164932136 ], [ -121.012588515969554, 38.512766490586209 ], [ -121.01287367427328, 38.512967009948369 ], [ -121.012935512957881, 38.513010495543647 ], [ -121.013118503919316, 38.513010503311669 ], [ -121.013191496995432, 38.512924488610849 ], [ -121.013282495623173, 38.51278149927473 ], [ -121.013611508833392, 38.512353500068727 ], [ -121.01403050470951, 38.511825490366583 ], [ -121.014377518928214, 38.511368485140387 ], [ -121.01470649630086, 38.511111498667852 ], [ -121.015125515044176, 38.510939487101858 ], [ -121.015555516200493, 38.510809496891206 ], [ -121.016076499715098, 38.510574489229313 ], [ -121.016143519902897, 38.510583487201515 ], [ -121.016453515605434, 38.510514495643612 ], [ -121.016808507512863, 38.510340489774293 ], [ -121.017185509471602, 38.51014048065759 ], [ -121.017418508058825, 38.509905483804609 ], [ -121.01762950206826, 38.509568498320895 ], [ -121.017751507416008, 38.509403497333807 ], [ -121.018372508022651, 38.509047488790642 ], [ -121.019104391864559, 38.508430575974124 ], [ -121.019104506970891, 38.508430516839788 ], [ -121.019113619417254, 38.508426164780644 ], [ -121.019359509741705, 38.508309489300551 ], [ -121.019790501323016, 38.50825748795917 ], [ -121.020256506656224, 38.508205501550819 ], [ -121.020462995587806, 38.508289363496239 ], [ -121.02081049273751, 38.508430492900125 ], [ -121.021083376634294, 38.508596426028838 ], [ -121.021254515188204, 38.508700490362472 ], [ -121.021742494359899, 38.508735496326445 ], [ -121.022329490126069, 38.508578496931349 ], [ -121.022880683002072, 38.508456788332481 ], [ -121.022882199246865, 38.50845645368932 ], [ -121.02319450759056, 38.508387488047852 ], [ -121.023489372977423, 38.508380323030565 ], [ -121.023893504040089, 38.508370499486929 ], [ -121.024492507221254, 38.508362489160092 ], [ -121.025379505366246, 38.508457505690167 ], [ -121.025800419778747, 38.508439198046801 ], [ -121.026000492203906, 38.508430498095287 ], [ -121.026144752175043, 38.508385857169692 ], [ -121.026698513878102, 38.508214484174815 ], [ -121.026793247081486, 38.508182180832719 ], [ -121.027044513575021, 38.508096508182909 ], [ -121.02734334746998, 38.50797355294052 ], [ -121.027343498422184, 38.507973489943474 ], [ -121.027471493868205, 38.508270494523877 ], [ -121.027484914597281, 38.508301185920125 ], [ -121.031461481989126, 38.517396498798576 ], [ -121.03332349730745, 38.520486483581458 ], [ -121.033136511450024, 38.521456494434787 ], [ -121.035298494059887, 38.526964484419651 ], [ -121.035314505565395, 38.527005499779335 ], [ -121.03751450839448, 38.532355494039372 ], [ -121.037632502418717, 38.532667486155312 ], [ -121.037727504324067, 38.532917493516898 ], [ -121.037849512901971, 38.533358494086919 ], [ -121.038632499539844, 38.534649499688221 ], [ -121.040694510658099, 38.539542497391736 ], [ -121.04100851413169, 38.539996507427738 ], [ -121.041371256937097, 38.540745009337726 ], [ -121.04137149410225, 38.540745495274322 ], [ -121.041966493554185, 38.542797486437742 ], [ -121.04427349691818, 38.550746508218623 ], [ -121.044755498576578, 38.552417485585593 ], [ -121.044807497016478, 38.552570492299537 ], [ -121.045385497281956, 38.55384249548559 ], [ -121.045708516110409, 38.554546493991587 ], [ -121.049194496671291, 38.561994495276053 ], [ -121.051592510247232, 38.566296493651357 ], [ -121.054886504137031, 38.572207482936463 ], [ -121.055274505303288, 38.573018497972683 ], [ -121.056008515501716, 38.57464948586302 ], [ -121.060890495997427, 38.585532499944641 ], [ -121.065601507113755, 38.596436491119896 ], [ -121.070394510739092, 38.607399495784648 ], [ -121.071089499399221, 38.609082502201339 ], [ -121.072968505130845, 38.613853493055167 ], [ -121.07303950027989, 38.614032486515704 ], [ -121.077110508654954, 38.623038502954579 ], [ -121.078874515902811, 38.626939496516911 ], [ -121.08058617918752, 38.630900758004159 ], [ -121.080586499482223, 38.630901493116617 ], [ -121.084006513749131, 38.638812489696008 ], [ -121.084163495664839, 38.63917749909659 ], [ -121.087620508372311, 38.647131493946524 ], [ -121.087736141146991, 38.647361842805111 ], [ -121.087736517677925, 38.647362499455987 ], [ -121.091679499605064, 38.65770849568225 ], [ -121.093488489878851, 38.662456486059547 ], [ -121.094081498592843, 38.664014486649272 ], [ -121.09460451829473, 38.665386487349608 ], [ -121.096787506245619, 38.671114490684914 ], [ -121.098931502232432, 38.67552648721032 ], [ -121.100087220551458, 38.677906001120334 ], [ -121.100087471301251, 38.67790649874847 ], [ -121.101077519743882, 38.679942496427735 ], [ -121.102566496540305, 38.682680502467406 ], [ -121.102708510940076, 38.683008503281016 ], [ -121.103826506762388, 38.685349485215347 ], [ -121.104710512813526, 38.687200492469024 ], [ -121.105394218863211, 38.688630918363984 ], [ -121.105394490630303, 38.688631484535847 ], [ -121.105900516256057, 38.689917496203464 ], [ -121.106081494477124, 38.690315495257259 ], [ -121.106354508291929, 38.690899504072583 ], [ -121.109018485756252, 38.697042502601683 ], [ -121.109485168777738, 38.697860962050733 ], [ -121.109485446114903, 38.697861513589999 ], [ -121.10978148955067, 38.698459491246098 ], [ -121.110611496379136, 38.700413496443467 ], [ -121.110756505892851, 38.700763492262503 ], [ -121.111359205924913, 38.702224919483221 ], [ -121.111359452188267, 38.702225507075347 ], [ -121.111565508485128, 38.702726482127346 ], [ -121.115094502022401, 38.709940492913219 ], [ -121.116463395325923, 38.712764370087307 ], [ -121.118759148854863, 38.717499780571643 ], [ -121.118759494510655, 38.717500488342615 ], [ -121.120064283721277, 38.714771920320061 ], [ -121.12006448612712, 38.714771492887991 ], [ -121.121539481555573, 38.71441050139326 ], [ -121.122262152967338, 38.713568444785025 ], [ -121.124782495850766, 38.710631503044773 ], [ -121.125238360238342, 38.710460182968411 ], [ -121.127045083398741, 38.70978117444951 ], [ -121.127049950858449, 38.709779342879848 ], [ -121.12810849232001, 38.709381498490437 ], [ -121.128644026410669, 38.709006345267937 ], [ -121.128856114196537, 38.708857768153223 ], [ -121.13165850127902, 38.706894500881475 ], [ -121.133062453552867, 38.706331627003983 ], [ -121.1337895272938, 38.706040125417154 ], [ -121.134479491264457, 38.705763497914852 ], [ -121.135803123140477, 38.707457013600454 ], [ -121.136007225521155, 38.707718146337527 ], [ -121.136007496933232, 38.707718497089246 ], [ -121.136842296122495, 38.707989745132849 ], [ -121.139094506762362, 38.708721499162955 ], [ -121.13984649422089, 38.710763488228658 ], [ -121.141541863899164, 38.711823208739773 ], [ -121.141542146100576, 38.711823386215556 ], [ -121.14205680886424, 38.712145073398538 ], [ -121.142057490859287, 38.712145501089054 ], [ -121.142057491222786, 38.712145501082716 ], [ -121.14439774642446, 38.711968164576255 ], [ -121.146517500146942, 38.711807495985987 ], [ -121.148798146584795, 38.711697449923093 ], [ -121.152049497080824, 38.71154048787924 ], [ -121.158357340968962, 38.712050095046038 ], [ -121.169971187741666, 38.71298747501816 ], [ -121.169971509088413, 38.712987499590788 ], [ -121.170185897315932, 38.712990640964421 ], [ -121.170380502896734, 38.71299349361049 ], [ -121.170964302037902, 38.71297036898337 ], [ -121.171516515620638, 38.712948493644319 ], [ -121.171699017431337, 38.712967463033991 ], [ -121.171949506881319, 38.712993503570374 ], [ -121.172898638960106, 38.713080972255355 ], [ -121.172899050652887, 38.713081010667651 ], [ -121.173620493920325, 38.713147492067399 ], [ -121.174645495596977, 38.713364486069651 ], [ -121.175260451400916, 38.713529478431987 ], [ -121.179844504506619, 38.713941495500478 ], [ -121.180155499848993, 38.71396149144244 ], [ -121.180315518343136, 38.713967487738358 ], [ -121.182280504666423, 38.714012494167257 ], [ -121.184010513476323, 38.714097970345698 ], [ -121.185620515575039, 38.714177489997283 ], [ -121.18733252836445, 38.714332294421375 ], [ -121.18856207150246, 38.714443461935893 ], [ -121.188562519478936, 38.714443500855431 ], [ -121.194080504096405, 38.714715492224059 ], [ -121.198344502263794, 38.714925494471913 ], [ -121.203312507908791, 38.715229486507759 ], [ -121.20966749597946, 38.715617481125761 ], [ -121.210819508216332, 38.71568749560015 ], [ -121.212051500843657, 38.715763500977317 ], [ -121.213074197626341, 38.715825290228182 ], [ -121.214236490697274, 38.715895504610501 ], [ -121.215483752980177, 38.715971813714425 ], [ -121.2160907125173, 38.716008946718432 ], [ -121.216933490975961, 38.716060501970034 ], [ -121.22188350991874, 38.716514496540938 ], [ -121.222210625530835, 38.71654507534393 ], [ -121.222211003364194, 38.716545109514755 ], [ -121.222589514454469, 38.71658048919226 ], [ -121.2258729479761, 38.716881433810777 ], [ -121.22587350226523, 38.716881484860153 ], [ -121.227304493159451, 38.717013496031377 ], [ -121.227983493231491, 38.717075502460254 ], [ -121.230515402847388, 38.717203130692759 ], [ -121.233261509217982, 38.717341488515643 ], [ -121.233320516654047, 38.717340634085282 ], [ -121.233398508259853, 38.717339501618781 ], [ -121.233905839160585, 38.71742581980358 ], [ -121.234356499149897, 38.717502496674527 ], [ -121.234421831869767, 38.717497091653335 ], [ -121.23450151594281, 38.717490494589718 ], [ -121.234957495555065, 38.717498185757634 ], [ -121.235450500792822, 38.717506503384953 ], [ -121.237105562061629, 38.717610128526736 ], [ -121.238948513737441, 38.71772549176459 ], [ -121.239702268008557, 38.71782848005639 ], [ -121.24048548849261, 38.717935490295183 ], [ -121.241811679037909, 38.718091617849169 ], [ -121.242803931653754, 38.718208420347317 ], [ -121.242804515001254, 38.718208489518553 ], [ -121.243792611721091, 38.718280198939546 ], [ -121.246879236373601, 38.718504139939043 ], [ -121.252234507632352, 38.718892484247455 ], [ -121.25238902143586, 38.718904496110113 ], [ -121.252389374494683, 38.718904524483577 ], [ -121.252530491653843, 38.71891549379076 ], [ -121.25363849619194, 38.718995499978966 ], [ -121.254240504273469, 38.719039502700518 ], [ -121.257696508606458, 38.719100498824275 ], [ -121.258632513827891, 38.719161505370899 ], [ -121.260603983019479, 38.719290463765724 ], [ -121.260604508233897, 38.719290500005798 ], [ -121.261047296444801, 38.719318877361218 ], [ -121.261509515830397, 38.719348497817009 ], [ -121.261956508668177, 38.719385500641195 ], [ -121.263044934058314, 38.71947716606433 ], [ -121.263047115674055, 38.719477347711319 ], [ -121.26395150937239, 38.719553500183665 ], [ -121.26427273663802, 38.719579523274874 ], [ -121.26463050622209, 38.719608500536495 ], [ -121.264913591386133, 38.719632582328309 ], [ -121.265206513978768, 38.719657502283404 ], [ -121.266416509373371, 38.719758501471873 ], [ -121.270057493723471, 38.719923499621061 ], [ -121.270982493801441, 38.71998149797853 ], [ -121.271258499788061, 38.719988497484508 ], [ -121.271519169250737, 38.720004452380721 ], [ -121.271419209634601, 38.724077072558785 ], [ -121.272117056939138, 38.724087582876102 ], [ -121.280669737135469, 38.724216064455391 ], [ -121.289920338778103, 38.724354339229684 ], [ -121.290372248098024, 38.724361076262191 ], [ -121.299171005964752, 38.724491862989801 ], [ -121.307505243336621, 38.724615153284113 ], [ -121.308421714802392, 38.724628672686194 ], [ -121.309702692491413, 38.724647556236732 ], [ -121.317672504335221, 38.724764733345104 ], [ -121.317499222491719, 38.732011450047864 ], [ -121.31732587881578, 38.739258157088166 ], [ -121.308073269177356, 38.739122027833744 ], [ -121.307958823431022, 38.743879433298737 ], [ -121.307898926932737, 38.746368694077027 ], [ -121.307767910572025, 38.751813746891465 ], [ -121.307724554431971, 38.75361534222948 ], [ -121.30956164830738, 38.753642438100549 ], [ -121.316979046651412, 38.753751544541984 ], [ -121.326233648025237, 38.753887031215136 ], [ -121.335488279669363, 38.754021765573633 ], [ -121.33709800927619, 38.754045129208521 ], [ -121.344752395737302, 38.75415592061303 ], [ -121.354007172243954, 38.754289189856877 ], [ -121.354066293795853, 38.751764921054992 ], [ -121.35434653252095, 38.739795530735094 ], [ -121.391358712497123, 38.740321053034656 ], [ -121.391524561682033, 38.733074077068046 ], [ -121.392502703890386, 38.733087805890143 ], [ -121.407369221225551, 38.733295429336316 ], [ -121.410029134870172, 38.73333238465419 ], [ -121.410109548624717, 38.72977852582752 ], [ -121.410110237338642, 38.729747971514506 ], [ -121.411011504821872, 38.729806495842027 ], [ -121.420278506712492, 38.730375499772016 ], [ -121.424810872074417, 38.730665717509581 ], [ -121.429276495617472, 38.730951485528642 ], [ -121.431921140614733, 38.731130791366638 ], [ -121.433598500681526, 38.731244487109265 ], [ -121.439040516408085, 38.731617493298344 ], [ -121.441572494755036, 38.731795504388501 ], [ -121.44458935659695, 38.732010728576483 ], [ -121.447895496998811, 38.732246499822288 ], [ -121.451383500142043, 38.732496500921719 ], [ -121.454350090311877, 38.732692661631134 ], [ -121.454352858057732, 38.732692842132728 ], [ -121.457615514748085, 38.732908488062058 ], [ -121.462863071378393, 38.733192497279305 ], [ -121.466616505593265, 38.733395494433879 ], [ -121.468081803907609, 38.733494959244567 ], [ -121.469828494036605, 38.733613499769376 ], [ -121.470109506951275, 38.733632494043086 ], [ -121.47327649089533, 38.733847490114719 ], [ -121.474101498357484, 38.733902501617479 ], [ -121.484369984666472, 38.734597452796706 ], [ -121.484370510139897, 38.73459748803559 ], [ -121.486738777492008, 38.734768957385896 ], [ -121.489425835916578, 38.73496344985363 ], [ -121.489426504066202, 38.734963495796549 ], [ -121.489761943426075, 38.73498533142768 ], [ -121.489762348911171, 38.734985356209158 ], [ -121.490056502700369, 38.73500450256472 ], [ -121.490333497294145, 38.735043492774828 ], [ -121.506266490248251, 38.735752496405347 ], [ -121.521629496350087, 38.736411483694916 ], [ -121.534484977885043, 38.736408244402668 ], [ -121.539770497400539, 38.736406502378493 ], [ -121.540261503756696, 38.736402486098157 ], [ -121.54036750372174, 38.736401482588732 ], [ -121.54051718301622, 38.736400498546132 ], [ -121.540517498331582, 38.736400497153724 ], [ -121.546674632344036, 38.736365317644641 ], [ -121.550119499462028, 38.736345494672811 ], [ -121.553246935120583, 38.736336694258938 ], [ -121.558237498215433, 38.736322486719963 ], [ -121.564183368699162, 38.735978429952155 ], [ -121.56732551210554, 38.735796491042123 ], [ -121.568653490685534, 38.735800488456 ], [ -121.57678251234249, 38.735794489949292 ], [ -121.580619507669454, 38.735806628992648 ], [ -121.585373502642952, 38.735821493550986 ], [ -121.585629725096055, 38.735827618032801 ], [ -121.585875500557819, 38.735833487646126 ], [ -121.58914373806482, 38.735819806579705 ], [ -121.592300492839087, 38.735806500024189 ], [ -121.593803510373391, 38.7357884920796 ], [ -121.600612679076278, 38.735822211666822 ], [ -121.601688502797529, 38.735827506316042 ], [ -121.602395512918221, 38.735839504813519 ], [ -121.602734556185467, 38.735810910166542 ], [ -121.602905113798158, 38.735796522703012 ], [ -121.602905509107885, 38.735796490119981 ], [ -121.603409505787496, 38.734486495463891 ], [ -121.603800498251118, 38.733521497741435 ], [ -121.604060503513068, 38.732733494591145 ], [ -121.604190503682858, 38.731972489740649 ], [ -121.604353503003736, 38.731134497970572 ], [ -121.604474907709744, 38.730553563503683 ], [ -121.604581502443764, 38.730043486795822 ], [ -121.604938503996877, 38.728900498710637 ], [ -121.60510151493196, 38.727656496546736 ], [ -121.605166497958237, 38.726895486781387 ], [ -121.605296516516518, 38.725726502499924 ], [ -121.605394493714627, 38.724203496412905 ], [ -121.605362493197703, 38.722782489039645 ], [ -121.605459510459681, 38.721817495099003 ], [ -121.605524507732738, 38.721131490048791 ], [ -121.605688493682536, 38.720394489170836 ], [ -121.605720510503772, 38.719709488620751 ], [ -121.605981497944384, 38.71912649057014 ], [ -121.606208502968343, 38.718542496860678 ], [ -121.606534500821411, 38.718085491421235 ], [ -121.606924507487136, 38.717399501815933 ], [ -121.607477516148805, 38.716638492738795 ], [ -121.608356514678249, 38.715343494055645 ], [ -121.608664516169554, 38.71499334098138 ], [ -121.608664692461517, 38.714993136995759 ], [ -121.608714509653808, 38.714936504330105 ], [ -121.608804380345859, 38.714836884163759 ], [ -121.609332498437851, 38.714251501154585 ], [ -121.610601491593144, 38.712931500506777 ], [ -121.611772508599898, 38.711738490319547 ], [ -121.612716515018718, 38.710849500144434 ], [ -121.613497502615502, 38.710088488802356 ], [ -121.614165332884355, 38.70954208551877 ], [ -121.614166775113262, 38.70954090341889 ], [ -121.614212030223541, 38.709503927234458 ], [ -121.61421254132847, 38.709503526454519 ], [ -121.614361405467193, 38.709389766602442 ], [ -121.615774505302227, 38.70831050149522 ], [ -121.617400500607999, 38.707321493107791 ], [ -121.619023446308859, 38.706147480960119 ], [ -121.619157012078432, 38.706050916275601 ], [ -121.619157558921614, 38.706050540767812 ], [ -121.619875422595783, 38.705570137321381 ], [ -121.619878580704793, 38.705568026706302 ], [ -121.620523500380145, 38.705136491904412 ], [ -121.621662498979362, 38.704299500731111 ], [ -121.623614493682325, 38.702751492433052 ], [ -121.624980504501281, 38.701761489712581 ], [ -121.626346491659476, 38.700720499929524 ], [ -121.627615519339358, 38.69995850288641 ], [ -121.627700999640865, 38.699903421003938 ], [ -121.628363509273626, 38.699476486274065 ], [ -121.629112512063031, 38.698917502227104 ], [ -121.630088496163538, 38.698257487464886 ], [ -121.630714805674387, 38.697624760333007 ], [ -121.630715434400869, 38.697624126346192 ], [ -121.630868492993343, 38.697469496859078 ], [ -121.630970785716428, 38.69734634913759 ], [ -121.631584488534259, 38.696607499286834 ], [ -121.632137513094804, 38.69584548358641 ], [ -121.632509503365768, 38.69517349627602 ], [ -121.632947882966931, 38.694267400368275 ], [ -121.633062509253449, 38.694030484995608 ], [ -121.633647500425909, 38.693040491358175 ], [ -121.63416850848327, 38.691429491526762 ], [ -121.634379510498235, 38.690590498281665 ], [ -121.634460495408433, 38.689511487035837 ], [ -121.634265497964208, 38.688243505635022 ], [ -121.633936495156263, 38.687623501440036 ], [ -121.63377850331392, 38.686256493816181 ], [ -121.633141124659716, 38.68434754599263 ], [ -121.631903491775105, 38.680640501181038 ], [ -121.631098503821619, 38.67897750084235 ], [ -121.630624824750313, 38.678189936995935 ], [ -121.630594495725632, 38.678139495958639 ], [ -121.630290922638963, 38.677633754713497 ], [ -121.630136555356898, 38.677376471577482 ], [ -121.629458494855669, 38.67644046501151 ], [ -121.62945803531035, 38.676439843145694 ], [ -121.629095732602906, 38.675997323570151 ], [ -121.628479492817974, 38.675244498073411 ], [ -121.628479043086728, 38.675244075297968 ], [ -121.6277125186555, 38.674505488434257 ], [ -121.626751376402098, 38.673821327450987 ], [ -121.626251494310466, 38.673465494575581 ], [ -121.625904497436139, 38.673222500687707 ], [ -121.624371517275335, 38.672086499270456 ], [ -121.624346859141767, 38.672068224690513 ], [ -121.624135737651983, 38.671911787968511 ], [ -121.618063507449577, 38.667411493025043 ], [ -121.610844043627708, 38.662042942299621 ], [ -121.609536507252386, 38.661070498743157 ], [ -121.609535933471136, 38.661069939398693 ], [ -121.603470471391304, 38.655204451458566 ], [ -121.596602498093077, 38.646102483918732 ], [ -121.596602062955611, 38.646102144696542 ], [ -121.596601981060829, 38.646102046000777 ], [ -121.594116501168045, 38.644160492071592 ], [ -121.592284490492588, 38.643073480688045 ], [ -121.589838498334871, 38.642458490098306 ], [ -121.587248506371381, 38.642751496452057 ], [ -121.576181503398374, 38.648601506549582 ], [ -121.576181170733321, 38.648601488287113 ], [ -121.573425490836257, 38.64846549787454 ], [ -121.570961697195216, 38.647744868466788 ], [ -121.570536497992961, 38.647620487824213 ], [ -121.569155068455771, 38.646670579091847 ], [ -121.56689951112223, 38.645119498598433 ], [ -121.566899139937888, 38.645118913103211 ], [ -121.565105494752331, 38.642306478003661 ], [ -121.565026506445236, 38.641789494342611 ], [ -121.564766540449483, 38.641134355448834 ], [ -121.564407506266718, 38.640229489517054 ], [ -121.56305650343127, 38.634975499466691 ], [ -121.562557503659619, 38.629193489797366 ], [ -121.562469498491396, 38.627197498133214 ], [ -121.561840496384789, 38.620410487715894 ], [ -121.561706493957644, 38.618480494994117 ], [ -121.561119517219652, 38.614969491454005 ], [ -121.560594783362347, 38.613230720431204 ], [ -121.560150505923943, 38.611758491540634 ], [ -121.560100128736522, 38.611664285278785 ], [ -121.558212495853894, 38.608133501112242 ], [ -121.558212034364644, 38.608133028177726 ], [ -121.558194095049146, 38.608114476081376 ], [ -121.557829527281498, 38.607737471086864 ], [ -121.557829143637747, 38.607737068398031 ], [ -121.556292056697544, 38.606126131767184 ], [ -121.553632507238504, 38.603338490449516 ], [ -121.553046495760157, 38.602723494167002 ], [ -121.551187151052204, 38.600972173437505 ], [ -121.549378529571371, 38.599268478964383 ], [ -121.547868498526896, 38.598444493680695 ], [ -121.547867780460138, 38.598444289342154 ], [ -121.547576491132077, 38.598360495579314 ], [ -121.546046500989021, 38.597834494225083 ], [ -121.545472620778938, 38.597774923309785 ], [ -121.545470465558594, 38.597774699314513 ], [ -121.544813502018798, 38.597706495548259 ], [ -121.544487914970873, 38.597719865476272 ], [ -121.544058499377243, 38.597737501583985 ], [ -121.5433807161928, 38.598114722716012 ], [ -121.542935508356749, 38.598362496896662 ], [ -121.541169503899056, 38.599947494004738 ], [ -121.539506499106935, 38.601627502445623 ], [ -121.53533549939614, 38.602843492800076 ], [ -121.535142978440604, 38.602900321683883 ], [ -121.531618517842091, 38.60394049394381 ], [ -121.529530510560903, 38.604259496247153 ], [ -121.527937554227719, 38.604418791659221 ], [ -121.527170512638605, 38.604495488403927 ], [ -121.527167356889095, 38.604495247922394 ], [ -121.525793389593545, 38.60439120489287 ], [ -121.521058497614675, 38.604032493414181 ], [ -121.519277273639261, 38.603627337775769 ], [ -121.519273278139991, 38.603626429111678 ], [ -121.517352516226495, 38.603189492776252 ], [ -121.517352065546106, 38.603189389352153 ], [ -121.515489989972977, 38.602754896632376 ], [ -121.51448551396544, 38.602520500665349 ], [ -121.514399572585404, 38.602459299980694 ], [ -121.514398180276487, 38.602458308725183 ], [ -121.513811497299471, 38.602040505950534 ], [ -121.511952264225499, 38.601143229818426 ], [ -121.510993494097292, 38.600680504151349 ], [ -121.510993165824004, 38.600679956334041 ], [ -121.509116501589801, 38.597546487382786 ], [ -121.508648499126608, 38.596765498864748 ], [ -121.507903506923427, 38.59399149231453 ], [ -121.507361492714452, 38.592205485067389 ], [ -121.506477508717666, 38.586301496918125 ], [ -121.506477668262974, 38.586301006835299 ], [ -121.506487506218662, 38.586270489544752 ], [ -121.506633511972936, 38.585796484387032 ], [ -121.508251506949605, 38.580544502428793 ], [ -121.508251896710959, 38.580543823404277 ], [ -121.51127151735578, 38.575313499986649 ], [ -121.515924995908506, 38.571417942200895 ], [ -121.515925523147246, 38.571417504734534 ], [ -121.516140496663482, 38.571241501965048 ], [ -121.518771508024827, 38.568700487937264 ], [ -121.520861514877367, 38.566629486222297 ], [ -121.520964516509736, 38.565953500933041 ], [ -121.520903496083363, 38.565274497513926 ], [ -121.520522504553085, 38.564185493738158 ], [ -121.519097516651883, 38.561892489316492 ], [ -121.519097276494534, 38.561892283743916 ], [ -121.518948238897863, 38.561765381184607 ], [ -121.518161499346888, 38.56109549832933 ], [ -121.515962505533835, 38.558415485663019 ], [ -121.515568027496656, 38.5575142600497 ], [ -121.513781497990735, 38.553432500667888 ], [ -121.511997916337378, 38.547528804791988 ], [ -121.511546498433376, 38.546034501343669 ], [ -121.511405505689268, 38.545025489763596 ], [ -121.511486492474617, 38.544237499547236 ], [ -121.512116502924798, 38.541738482783458 ], [ -121.513248205410008, 38.540204898806181 ], [ -121.513248507886146, 38.54020449047259 ], [ -121.513948050437904, 38.539627062644044 ], [ -121.515979061528114, 38.537950529346141 ], [ -121.517683491692608, 38.536543498768694 ], [ -121.519877502906752, 38.535169505105976 ], [ -121.521867155559889, 38.534213758295628 ], [ -121.522423508654853, 38.533946499977993 ], [ -121.522792967377654, 38.533822195944886 ], [ -121.524324524289568, 38.533306942739742 ], [ -121.528421489902172, 38.531928496073974 ], [ -121.530318516550864, 38.530816492743206 ], [ -121.530862499427585, 38.530200486178835 ], [ -121.530882501777356, 38.529271491829959 ], [ -121.530627489808637, 38.527886498820116 ], [ -121.530627262080941, 38.527886241904596 ], [ -121.528530270836455, 38.525517337174506 ], [ -121.52776650650847, 38.524654487949789 ], [ -121.527766278854102, 38.524654339403732 ], [ -121.525516831581641, 38.523211243755476 ], [ -121.525099500817859, 38.522943494237239 ], [ -121.525099369294409, 38.522943290045085 ], [ -121.524607495375463, 38.522209486396186 ], [ -121.524310503007669, 38.521435491107809 ], [ -121.524229505560726, 38.520701496786437 ], [ -121.524186514019064, 38.520371486808173 ], [ -121.524409497313641, 38.519866495206053 ], [ -121.525004303409915, 38.51895680905767 ], [ -121.525004511293844, 38.51895648477749 ], [ -121.525610567715944, 38.518715282486376 ], [ -121.525861382293598, 38.518615465729695 ], [ -121.52777849478916, 38.517852498339693 ], [ -121.529620357707131, 38.517547058978245 ], [ -121.530190737759312, 38.517452462744586 ], [ -121.531419959655921, 38.517248587979843 ], [ -121.531420511045425, 38.517248495404949 ], [ -121.532149205047887, 38.517184214250463 ], [ -121.533007490367211, 38.517108494153035 ], [ -121.535627762170492, 38.516930975382536 ], [ -121.541653514375454, 38.516522486660975 ], [ -121.544124388378918, 38.5158889589041 ], [ -121.546567498543126, 38.515262502900228 ], [ -121.547561641745162, 38.514988061231989 ], [ -121.551515504661154, 38.513896494914597 ], [ -121.553275510049218, 38.512632493795216 ], [ -121.554977493649574, 38.510389487031013 ], [ -121.556786509395607, 38.506797495210662 ], [ -121.558002517821834, 38.504315486586584 ], [ -121.558878504884106, 38.502112496743273 ], [ -121.559301505815952, 38.500470487562964 ], [ -121.559482507459848, 38.498420504257147 ], [ -121.559180491766227, 38.497411493929022 ], [ -121.556762513042472, 38.494445499784518 ], [ -121.555853529710319, 38.493110129153543 ], [ -121.555775551850672, 38.492995475043173 ], [ -121.555774903561129, 38.492994770605492 ], [ -121.554473309940548, 38.491410255180654 ], [ -121.553867581846703, 38.490672839141283 ], [ -121.553337512478635, 38.490027487344122 ], [ -121.550819496968671, 38.486369489030793 ], [ -121.547787505209712, 38.481966496847384 ], [ -121.547420659823516, 38.481483691748139 ], [ -121.547420499003451, 38.48148348366319 ], [ -121.545496468039588, 38.479557425973674 ], [ -121.544250498090008, 38.47790248417806 ], [ -121.542989113886819, 38.476841193874435 ], [ -121.542901543992798, 38.476767464680968 ], [ -121.541329500565368, 38.47574249839424 ], [ -121.539053507413698, 38.474758480000354 ], [ -121.535507489166193, 38.474070502580297 ], [ -121.534287862473818, 38.473999475353544 ], [ -121.531438490827782, 38.473833488697771 ], [ -121.529877916347544, 38.473942967361168 ], [ -121.527988506532907, 38.474075498403842 ], [ -121.524778894638388, 38.473877429334756 ], [ -121.523791517321442, 38.473816489742696 ], [ -121.522962498419787, 38.473854040703159 ], [ -121.521724595823073, 38.473910097563412 ], [ -121.519241490824214, 38.474022506065474 ], [ -121.518245840401931, 38.47397184575518 ], [ -121.517040513605252, 38.473910500765648 ], [ -121.5164647317728, 38.473880469709009 ], [ -121.516463131202187, 38.47388038369936 ], [ -121.516062515243974, 38.473859485771136 ], [ -121.514947867179444, 38.473802460757227 ], [ -121.513834514829767, 38.473745491328678 ], [ -121.513781245065942, 38.47373534766799 ], [ -121.508878491429215, 38.472801485939407 ], [ -121.508427512089341, 38.472422500642892 ], [ -121.505041490040256, 38.469579467127019 ], [ -121.504090517876747, 38.465922485850683 ], [ -121.50192549472338, 38.455681490523276 ], [ -121.501546517210969, 38.453934496783688 ], [ -121.501249497073957, 38.452429485645041 ], [ -121.501120490932536, 38.45134250127424 ], [ -121.50111050418289, 38.451269490355884 ], [ -121.500989510211056, 38.45014049291516 ], [ -121.500978509359143, 38.449162481739982 ], [ -121.501052499112419, 38.447335504196303 ], [ -121.501238512739548, 38.44557349205531 ], [ -121.501599507517767, 38.444099486767364 ], [ -121.501926511524843, 38.442946484433861 ], [ -121.502333496146235, 38.441890493689471 ], [ -121.502470511177265, 38.441646489224723 ], [ -121.502676500718863, 38.441279496797463 ], [ -121.502993520003585, 38.44070749631851 ], [ -121.503856505477742, 38.439604486549591 ], [ -121.504879018052577, 38.438595975082904 ], [ -121.504879241723984, 38.438595754080147 ], [ -121.504879533547268, 38.438595514404071 ], [ -121.504914316913784, 38.438567652799875 ], [ -121.505598505904572, 38.438020493101753 ], [ -121.506447499222446, 38.437391460820038 ], [ -121.506590497328702, 38.437285487558981 ], [ -121.507603056642665, 38.436822908676 ], [ -121.507604823822092, 38.436822103270487 ], [ -121.507853508907047, 38.436708488422454 ], [ -121.508288180662774, 38.436518583860256 ], [ -121.508892015643184, 38.436254767266732 ], [ -121.509755490803116, 38.435877503475723 ], [ -121.511754504497077, 38.435237495964188 ], [ -121.51356248810518, 38.434789498748309 ], [ -121.515354509536479, 38.434517502197316 ], [ -121.517498510612484, 38.434501500661177 ], [ -121.518721337899365, 38.434522772177125 ], [ -121.520201513132889, 38.434548502295655 ], [ -121.521136276014829, 38.434584350600723 ], [ -121.522313500788059, 38.434629489426271 ], [ -121.524153496304393, 38.434789497003557 ], [ -121.5254234972044, 38.434854488505628 ], [ -121.527062520386536, 38.43482450018049 ], [ -121.528460504826171, 38.434552496796329 ], [ -121.529199500519681, 38.434361498226366 ], [ -121.530341496395266, 38.433895483272096 ], [ -121.531209492740402, 38.433318479809024 ], [ -121.531949493684209, 38.432708499211031 ], [ -121.532336508792412, 38.43219450349941 ], [ -121.532641491277332, 38.431454485601371 ], [ -121.532739508180725, 38.430780492909868 ], [ -121.532658506679837, 38.430136504395669 ], [ -121.53246751231049, 38.429302496662423 ], [ -121.532162489598704, 38.42878748826201 ], [ -121.531821494937361, 38.428195495419942 ], [ -121.531288552543586, 38.427595090481205 ], [ -121.53125255218049, 38.427554463739192 ], [ -121.5312521880346, 38.427554043437517 ], [ -121.526285492930924, 38.420747487377362 ], [ -121.525795515795494, 38.420018488404978 ], [ -121.524685164255985, 38.41838842050376 ], [ -121.524667499088721, 38.418362495222013 ], [ -121.524667162696417, 38.418362046822864 ], [ -121.524404503577756, 38.41801579176159 ], [ -121.523916529111617, 38.417372492828697 ], [ -121.523916408194282, 38.417372331406547 ], [ -121.523916190129043, 38.417371950232081 ], [ -121.523435496487835, 38.416534492250143 ], [ -121.522993291493336, 38.415982322300465 ], [ -121.522281495719525, 38.415093489775181 ], [ -121.521894286576526, 38.414644726531336 ], [ -121.521501498764309, 38.414189490333186 ], [ -121.521166917909483, 38.413758551213782 ], [ -121.521067521180186, 38.413630470211572 ], [ -121.521067120703009, 38.413629955257008 ], [ -121.520831148079139, 38.413319336460141 ], [ -121.520473514154077, 38.412848495601075 ], [ -121.52047302669321, 38.412847928023155 ], [ -121.519462516004566, 38.41163649266143 ], [ -121.518707076465446, 38.410649321204893 ], [ -121.518546535417144, 38.410439476269687 ], [ -121.518546025368025, 38.410438800022234 ], [ -121.517486520573044, 38.408921498771541 ], [ -121.51652151675188, 38.407230500917166 ], [ -121.515732503158418, 38.405536499085144 ], [ -121.515039502196785, 38.403890493153625 ], [ -121.514170508835846, 38.402149497703938 ], [ -121.513863490644653, 38.401159492364449 ], [ -121.51351386041128, 38.400062536274696 ], [ -121.513477497259274, 38.399948498635027 ], [ -121.51325249552383, 38.398833486820244 ], [ -121.513155516820191, 38.398034490846882 ], [ -121.513088492045156, 38.396951488619038 ], [ -121.513071491286766, 38.396058491375499 ], [ -121.513118499130201, 38.395580495033364 ], [ -121.513243499142206, 38.394080482478387 ], [ -121.513454492613619, 38.392844504027394 ], [ -121.513466507796053, 38.392784488076366 ], [ -121.513604500553043, 38.391769495012838 ], [ -121.513620501853453, 38.391623491277521 ], [ -121.513685496361475, 38.391273489170437 ], [ -121.513793503199793, 38.390571495095244 ], [ -121.513950493136221, 38.389602489334159 ], [ -121.514125511675275, 38.388727485688186 ], [ -121.514269493848218, 38.388313488849271 ], [ -121.514509495901535, 38.387819497673974 ], [ -121.514828506456695, 38.387182496315063 ], [ -121.515323509722748, 38.386433482395447 ], [ -121.51581850779705, 38.385765487269971 ], [ -121.516457078499045, 38.385095947644821 ], [ -121.516457509853538, 38.385095494725924 ], [ -121.51657546982878, 38.385000708668976 ], [ -121.5175265164454, 38.384236487871 ], [ -121.518258499946555, 38.383719498336866 ], [ -121.518292050638109, 38.383694832453408 ], [ -121.518292522456008, 38.383694497298826 ], [ -121.518302186140289, 38.383687715353837 ], [ -121.518627521844209, 38.383459488191917 ], [ -121.519430503371481, 38.382894494697481 ], [ -121.519439599456234, 38.382889082400425 ], [ -121.519472515281677, 38.382869500067564 ], [ -121.520423492162323, 38.382286496978374 ], [ -121.521448500434317, 38.38175749775985 ], [ -121.52232849371363, 38.381277486300732 ], [ -121.522616503519728, 38.381085502645277 ], [ -121.523241496257967, 38.380588482737927 ], [ -121.523849500585342, 38.379851488028528 ], [ -121.524266508627051, 38.379113487184654 ], [ -121.524359504884487, 38.377056502638141 ], [ -121.524339492704186, 38.37639949893773 ], [ -121.524005510389728, 38.375353497467508 ], [ -121.523993500080834, 38.375239492108818 ], [ -121.523838491903419, 38.374851500633866 ], [ -121.523757491845345, 38.37464748569063 ], [ -121.523287509087865, 38.373402500440285 ], [ -121.522301495083781, 38.371557481274088 ], [ -121.5216784860838, 38.36904948847711 ], [ -121.521336494213983, 38.367110488219801 ], [ -121.521175505618288, 38.364839500491023 ], [ -121.521175516036436, 38.362535489250511 ], [ -121.521416496014012, 38.36165250024554 ], [ -121.522181507687407, 38.360517493355069 ], [ -121.523367495125925, 38.359760487430627 ], [ -121.5245764724026, 38.359156017516575 ], [ -121.525197503043813, 38.358845502304241 ], [ -121.526485216664341, 38.357993693453167 ], [ -121.526485518500152, 38.357993496483147 ], [ -121.527691492366856, 38.356716503359202 ], [ -121.528395500944015, 38.355975496404923 ], [ -121.529481511729173, 38.354540501048014 ], [ -121.53060749735377, 38.35324750099128 ], [ -121.531754057867374, 38.352102930762925 ], [ -121.531754506576192, 38.35210249754391 ], [ -121.531783830741702, 38.352074441552908 ], [ -121.532958511987133, 38.350951497554519 ], [ -121.533972493088854, 38.349996485136316 ], [ -121.534679390388476, 38.349481103724081 ], [ -121.53491751644124, 38.349307488811533 ], [ -121.535251323389687, 38.34910999995266 ], [ -121.536232507937925, 38.348529500206595 ], [ -121.536742002684193, 38.348240420306389 ], [ -121.53693695431194, 38.348129808716706 ], [ -121.536937495159052, 38.348129502770988 ], [ -121.537034631473588, 38.348074632342694 ], [ -121.537284497766521, 38.347933494518685 ], [ -121.538064506787094, 38.347665496930588 ], [ -121.539194508226856, 38.347229496473943 ], [ -121.540821509137587, 38.346702501616022 ], [ -121.541094512184998, 38.346626483358278 ], [ -121.541201510118356, 38.346603492030276 ], [ -121.541737512458567, 38.346496486485258 ], [ -121.543215486483334, 38.346386504246283 ], [ -121.5448989006007, 38.34625061395424 ], [ -121.544904048105806, 38.346250199913833 ], [ -121.546151501535547, 38.346149480700355 ], [ -121.547806258920048, 38.345860832289524 ], [ -121.549814501933795, 38.345510485159842 ], [ -121.552065503216511, 38.345008489680133 ], [ -121.554050511668379, 38.34463249157907 ], [ -121.555489510435592, 38.344371487994408 ], [ -121.556307872559273, 38.344208936573786 ], [ -121.556308148847791, 38.344208883122114 ], [ -121.556808506267004, 38.344109490587755 ], [ -121.557162334077034, 38.344022006972935 ], [ -121.557900504111515, 38.34383949672749 ], [ -121.558457926004877, 38.343584399459999 ], [ -121.558726495600922, 38.343461489324142 ], [ -121.55898087084033, 38.343322367774746 ], [ -121.559525499824829, 38.343024489064369 ], [ -121.560165497178062, 38.342407487558255 ], [ -121.562056505210407, 38.340369495372677 ], [ -121.564910537811997, 38.337647279738469 ], [ -121.5651176566722, 38.337449713686887 ], [ -121.56621355341268, 38.336404361171347 ], [ -121.566713957468508, 38.335927025292641 ], [ -121.566714498106904, 38.335926490012291 ], [ -121.566792912029328, 38.335869652931656 ], [ -121.567281516714544, 38.335515498947466 ], [ -121.568100509647209, 38.334827496780889 ], [ -121.569504500629705, 38.333673488358166 ], [ -121.570508505466236, 38.332550490232059 ], [ -121.570810511638697, 38.332328489746139 ], [ -121.572009507790284, 38.331143492430847 ], [ -121.573197503732118, 38.329652493350132 ], [ -121.574503504835135, 38.327879488008072 ], [ -121.575001493755437, 38.327427496107113 ], [ -121.575063493784583, 38.327405493700077 ], [ -121.575388500224861, 38.327288498092017 ], [ -121.575599618529736, 38.327344955115407 ], [ -121.5758894950296, 38.327422501735583 ], [ -121.576172505545571, 38.327594500149964 ], [ -121.576430507685117, 38.32775249600482 ], [ -121.576821503270921, 38.32804349524784 ], [ -121.577533506017815, 38.328467492656038 ], [ -121.577613990673015, 38.328533017887217 ], [ -121.578324518075576, 38.32911149533021 ], [ -121.57888015586559, 38.329564846014286 ], [ -121.579182800764272, 38.329811776080973 ], [ -121.579356492037704, 38.329953491043398 ], [ -121.57970250968431, 38.330318496355297 ], [ -121.580128513474563, 38.330736499574947 ], [ -121.580408498270941, 38.330998497369777 ], [ -121.580928505985199, 38.331353499019649 ], [ -121.581231600138764, 38.331480619996221 ], [ -121.582020508924586, 38.331811500230238 ], [ -121.582633601821883, 38.331954685550365 ], [ -121.583099510358892, 38.33206349408465 ], [ -121.583658499990349, 38.332063494242661 ], [ -121.584004503214203, 38.331969507435808 ], [ -121.584404515902563, 38.33169849022287 ], [ -121.584750489171725, 38.33133249313849 ], [ -121.585056491303774, 38.330779495721714 ], [ -121.58544250209934, 38.330161501228943 ], [ -121.585682494585384, 38.329649491661129 ], [ -121.585842502122802, 38.329128502287006 ], [ -121.585842504361565, 38.328219502776577 ], [ -121.585602512665446, 38.327613499757639 ], [ -121.585602332768161, 38.327613239967491 ], [ -121.58560223994975, 38.327613025644958 ], [ -121.585558827024357, 38.327550136575262 ], [ -121.585471508634498, 38.327423485420468 ], [ -121.585372506756514, 38.32719048086804 ], [ -121.585309503906103, 38.326767482975377 ], [ -121.585415507028912, 38.326276479647852 ], [ -121.585535502050149, 38.325658490672659 ], [ -121.585895500072013, 38.324917497811107 ], [ -121.586121499932332, 38.324614502215404 ], [ -121.586481504511482, 38.324123500492824 ], [ -121.587240504646701, 38.323684495936917 ], [ -121.587886707033064, 38.323488995474868 ], [ -121.58788762813424, 38.323488715189193 ], [ -121.588106502218139, 38.323422496720966 ], [ -121.588397591281392, 38.323349653072945 ], [ -121.589065495746297, 38.323182500369128 ], [ -121.589611499260045, 38.323005484657472 ], [ -121.590103502229141, 38.32274448843782 ], [ -121.590396488798177, 38.322409491916751 ], [ -121.590423495538772, 38.321991486917362 ], [ -121.590383492330403, 38.321458493618415 ], [ -121.590302498553314, 38.32083349889006 ], [ -121.590140514819609, 38.320340491063689 ], [ -121.590067511695878, 38.320119484504872 ], [ -121.590161517516336, 38.319736488078512 ], [ -121.590200500774841, 38.319466502992064 ], [ -121.590224510361963, 38.318708485970717 ], [ -121.590247503233442, 38.318226485709317 ], [ -121.590467491840798, 38.317555481985586 ], [ -121.590719495257289, 38.317073481775232 ], [ -121.591214501904233, 38.316230486983578 ], [ -121.591756494892664, 38.315361494310338 ], [ -121.591836765403102, 38.315224925938367 ], [ -121.59219550422111, 38.314614494348028 ], [ -121.592447501621209, 38.314022491140257 ], [ -121.593122499273832, 38.313074489808358 ], [ -121.593123638518051, 38.313073998893287 ], [ -121.594308120209803, 38.312564810527647 ], [ -121.594634514644, 38.312424486472686 ], [ -121.595082502050104, 38.312088488289298 ], [ -121.595562492755775, 38.311784493266188 ], [ -121.596346489347795, 38.311368500586681 ], [ -121.597082513386766, 38.311065488146824 ], [ -121.59761844065882, 38.310814640883443 ], [ -121.597618709211773, 38.310814512619061 ], [ -121.597802499363851, 38.310728488248323 ], [ -121.597835269901182, 38.310702632891903 ], [ -121.5981865147387, 38.310425491639016 ], [ -121.598410493364682, 38.310217493045982 ], [ -121.59850650587191, 38.310105482520001 ], [ -121.598634506322057, 38.309929500340154 ], [ -121.598666509224415, 38.309689493632504 ], [ -121.598570510905617, 38.309305491050957 ], [ -121.598570064003766, 38.309304927827284 ], [ -121.59836249987292, 38.309033490684733 ], [ -121.598122506071107, 38.308697489396629 ], [ -121.597866505069661, 38.308296492925415 ], [ -121.597674510969426, 38.30786550480255 ], [ -121.597562505353395, 38.307432491575611 ], [ -121.597578513824388, 38.307176491862272 ], [ -121.597802498846903, 38.306730482361658 ], [ -121.598122511146457, 38.306378490102823 ], [ -121.598667794321486, 38.305876497410097 ], [ -121.598668519624226, 38.305875832707059 ], [ -121.598714511308515, 38.305833487359436 ], [ -121.598787179856245, 38.305775173706103 ], [ -121.599210496365629, 38.305435500903457 ], [ -121.599514506436947, 38.305035495445438 ], [ -121.599722517961766, 38.304587498556977 ], [ -121.599818498194693, 38.30409049140237 ], [ -121.599786500831314, 38.303531498747077 ], [ -121.599722500907092, 38.303082490836516 ], [ -121.599722498439135, 38.30250649149351 ], [ -121.599786499254421, 38.301945484036111 ], [ -121.599946506477565, 38.301530485894602 ], [ -121.600267510894895, 38.301050491301694 ], [ -121.600635506429597, 38.300618483699132 ], [ -121.601067496018047, 38.300250492314511 ], [ -121.601643507283001, 38.29981849269393 ], [ -121.602219511279159, 38.299402491057464 ], [ -121.602731509596865, 38.299034483854129 ], [ -121.60327550380029, 38.298634503398915 ], [ -121.603691504061516, 38.298250493652233 ], [ -121.604108504143511, 38.297817491025832 ], [ -121.604508496899214, 38.297401484767157 ], [ -121.6048124983799, 38.296921493297525 ], [ -121.605004506133227, 38.296601491951307 ], [ -121.605132495147558, 38.296217485405812 ], [ -121.605180520354949, 38.29608949068983 ], [ -121.605212495785977, 38.295817491581325 ], [ -121.605260515121415, 38.29535348472897 ], [ -121.605004513348931, 38.294441489171746 ], [ -121.604701505125746, 38.293609494910214 ], [ -121.604509507162732, 38.292809498932058 ], [ -121.604269509683959, 38.292121490994958 ], [ -121.604125494974326, 38.291561501067356 ], [ -121.604045498763597, 38.291049495874574 ], [ -121.6039815158218, 38.290569498412026 ], [ -121.603951568434113, 38.290044820298839 ], [ -121.603949503012217, 38.290008490521416 ], [ -121.603950513409245, 38.289513489342873 ], [ -121.603963086611955, 38.289458603757701 ], [ -121.604078492308659, 38.28895449916233 ], [ -121.604270490900447, 38.288378494615259 ], [ -121.604462498489099, 38.287914496883239 ], [ -121.604686496711238, 38.287465496285805 ], [ -121.604882514085205, 38.287094499177101 ], [ -121.605005515364041, 38.286858487463874 ], [ -121.605292016409749, 38.286521079373678 ], [ -121.60529251449006, 38.286520495429286 ], [ -121.605340511887036, 38.28637649904995 ], [ -121.605451506216724, 38.286120500028062 ], [ -121.605418513653206, 38.285704493451782 ], [ -121.605418243345198, 38.285704012304031 ], [ -121.60495450032974, 38.284903496366923 ], [ -121.604456708349076, 38.284350376152204 ], [ -121.604378508996561, 38.284263483384372 ], [ -121.603627499211086, 38.283591482332021 ], [ -121.603019554432933, 38.282982457196852 ], [ -121.602523498689365, 38.282582499862222 ], [ -121.602522962044631, 38.282581921369371 ], [ -121.602264357642824, 38.282333709773269 ], [ -121.602245681679094, 38.282315785907166 ], [ -121.602123514305447, 38.282198494177102 ], [ -121.601771516395388, 38.281749484410078 ], [ -121.601451505655959, 38.281301501669091 ], [ -121.601195511159858, 38.280773496311681 ], [ -121.601035495646045, 38.280196494565487 ], [ -121.600828510219955, 38.279396490319492 ], [ -121.60073250800879, 38.278372485623699 ], [ -121.600909499200526, 38.277603489319283 ], [ -121.601069501503062, 38.276964487232384 ], [ -121.60132550049218, 38.276227481975859 ], [ -121.601517503731202, 38.275716483401133 ], [ -121.601870501805308, 38.275060492554687 ], [ -121.60225450685607, 38.274340496236356 ], [ -121.60270349768706, 38.273764489587016 ], [ -121.603119507545856, 38.273125489586164 ], [ -121.603343505192441, 38.272677486943977 ], [ -121.603399552707657, 38.27256518740537 ], [ -121.603583509112184, 38.272196496059657 ], [ -121.6038064962802, 38.271683498988047 ], [ -121.603902321050938, 38.271205476529524 ], [ -121.603902504275268, 38.271204499742382 ], [ -121.603982498624092, 38.270963493883215 ], [ -121.603998499490515, 38.270691490422088 ], [ -121.604014494503033, 38.270099490579547 ], [ -121.603901505991558, 38.269571495142017 ], [ -121.603725502937436, 38.269075494392304 ], [ -121.603244509184279, 38.268179492551752 ], [ -121.602908505983052, 38.267603491941429 ], [ -121.60257149670764, 38.266947492590695 ], [ -121.602331502623969, 38.266275483238985 ], [ -121.602059507089379, 38.265651487902609 ], [ -121.601866494959964, 38.265027502187344 ], [ -121.601789494480798, 38.264771501991994 ], [ -121.601674493933032, 38.264387498669642 ], [ -121.601545505061893, 38.263987503307519 ], [ -121.601465503478707, 38.263393495541948 ], [ -121.601320492917836, 38.262658499859874 ], [ -121.601191490843703, 38.261857485592955 ], [ -121.601063516550198, 38.261169498294123 ], [ -121.600967513155297, 38.260448498707781 ], [ -121.600807511195498, 38.259792483047896 ], [ -121.600663499117289, 38.259280484562851 ], [ -121.600535504810026, 38.258864482657287 ], [ -121.600327513286175, 38.258255493748521 ], [ -121.600247514315001, 38.257807495096721 ], [ -121.600247510094206, 38.257423490326588 ], [ -121.600296509130814, 38.256799494167787 ], [ -121.600424488385073, 38.256126498399347 ], [ -121.600520498071518, 38.255582497881953 ], [ -121.600616513879629, 38.255006498669808 ], [ -121.60063351231004, 38.254885495705096 ], [ -121.600681511441962, 38.254562494645519 ], [ -121.600745502937386, 38.254214485117906 ], [ -121.601047516733686, 38.253756495848634 ], [ -121.601238515513842, 38.25339348387233 ], [ -121.601667514273217, 38.25295149220883 ], [ -121.601985511274449, 38.252446495932105 ], [ -121.60208150596921, 38.252035493130116 ], [ -121.602147507377992, 38.249963482510786 ], [ -121.602149496100623, 38.249874490934658 ], [ -121.602154513067248, 38.249210497578929 ], [ -121.6019564916013, 38.248063492171241 ], [ -121.601927496226324, 38.247838498611124 ], [ -121.601802491489096, 38.24645850406084 ], [ -121.601798500832714, 38.246411504976834 ], [ -121.601805496980674, 38.246101501410571 ], [ -121.601810508186119, 38.245942484502635 ], [ -121.601820502381827, 38.244773487848718 ], [ -121.60202649929758, 38.243072490656708 ], [ -121.602121520043042, 38.241724480314325 ], [ -121.602531504917181, 38.240160483374908 ], [ -121.602941511172531, 38.238675495462552 ], [ -121.603192511570299, 38.237255495952049 ], [ -121.603078490811981, 38.236489489816904 ], [ -121.602978487986789, 38.235246497826047 ], [ -121.602672492529095, 38.234115480863274 ], [ -121.602460504589828, 38.232792502667138 ], [ -121.602504519840181, 38.231468500466541 ], [ -121.602614498289199, 38.230718485927603 ], [ -121.60272349607304, 38.230303501327796 ], [ -121.602644498471548, 38.229208501366884 ], [ -121.602758505273783, 38.22748850412578 ], [ -121.602696495732431, 38.225862494141026 ], [ -121.602343509665587, 38.224286489345545 ], [ -121.60195949184083, 38.222693499403874 ], [ -121.602034504488358, 38.221677500780054 ], [ -121.602434509980924, 38.220440497614341 ], [ -121.603317499712475, 38.219288492171124 ], [ -121.604349699813952, 38.217682975148676 ], [ -121.604399167006434, 38.217606076789608 ], [ -121.604399547186787, 38.217605509204468 ], [ -121.604462188207364, 38.217512608140197 ], [ -121.605349497757842, 38.216197491586094 ], [ -121.606409501711241, 38.215079494160896 ], [ -121.606465522123429, 38.215017499466249 ], [ -121.607189011819216, 38.21415306908937 ], [ -121.607189493443485, 38.214152493814794 ], [ -121.60797350874131, 38.21291349254026 ], [ -121.608630502462262, 38.211582485806588 ], [ -121.609437493024444, 38.210029487251873 ], [ -121.610245496932606, 38.208463501280335 ], [ -121.610786505694932, 38.207089491258863 ], [ -121.611135497431121, 38.206434503971437 ], [ -121.611126498448044, 38.205385497495982 ], [ -121.611070498489497, 38.204445489718147 ], [ -121.611016493731796, 38.203160503264378 ], [ -121.611226497652765, 38.202161497798642 ], [ -121.611863511008778, 38.200536482438928 ], [ -121.612492510154738, 38.199216493685157 ], [ -121.613261505890137, 38.19779549537509 ], [ -121.614199504457375, 38.196705493392678 ], [ -121.61511250839304, 38.195901488039368 ], [ -121.616353507511263, 38.195404484666327 ], [ -121.617281390066964, 38.195053718938233 ], [ -121.61767350514954, 38.194905487980975 ], [ -121.618305128996639, 38.194669575194915 ], [ -121.619606494392272, 38.194183493932258 ], [ -121.620972511120087, 38.193635497419422 ], [ -121.621807537620867, 38.193431352678395 ], [ -121.621809688560191, 38.193430825365638 ], [ -121.622375492719669, 38.193292493783566 ], [ -121.62280646112923, 38.193246590149073 ], [ -121.623389501285544, 38.193184493062823 ], [ -121.624564493905638, 38.193182488383059 ], [ -121.624916310383242, 38.19320091266043 ], [ -121.6253285017699, 38.193222496565738 ], [ -121.625515941354053, 38.193274704703825 ], [ -121.625516172052627, 38.193274767814025 ], [ -121.625608512374328, 38.193300486947898 ], [ -121.625635216003616, 38.19330738949855 ], [ -121.625697511031859, 38.193323492900177 ], [ -121.62942514154021, 38.193860335871392 ], [ -121.631523511153901, 38.194162484531724 ], [ -121.631934511116029, 38.194062497207447 ], [ -121.632104639286894, 38.194011516955257 ], [ -121.632211512581662, 38.193979494597336 ], [ -121.632528744998126, 38.193907911786468 ], [ -121.63299149519446, 38.193803497157361 ], [ -121.633029114649773, 38.193794237786705 ], [ -121.633056501956304, 38.193787499491293 ], [ -121.63311655508943, 38.193774789707909 ], [ -121.633212499004244, 38.19375448468405 ], [ -121.634755490633722, 38.193237493754374 ], [ -121.63481680445976, 38.193211603696447 ], [ -121.63481700644121, 38.193211517208411 ], [ -121.634845489490019, 38.193199487670483 ], [ -121.634975449380661, 38.193110209336837 ], [ -121.635893515884376, 38.192479499511371 ], [ -121.637340511938731, 38.191834488812383 ], [ -121.638089285322849, 38.191450887995892 ], [ -121.63809110138898, 38.191449958508663 ], [ -121.638476516904532, 38.191252500895835 ], [ -121.638815282274564, 38.191095558002161 ], [ -121.639456498304725, 38.190798498744478 ], [ -121.64074049981383, 38.190476502609485 ], [ -121.641884502991914, 38.189942487192461 ], [ -121.643592493721826, 38.188670493408189 ], [ -121.644902131297101, 38.18723498799411 ], [ -121.64490452104576, 38.187232366456023 ], [ -121.645111494566152, 38.187005493399482 ], [ -121.645183169728924, 38.186934071134154 ], [ -121.645688511271146, 38.186430490287584 ], [ -121.646020142475081, 38.186228600699629 ], [ -121.646019015939558, 38.186228289214512 ], [ -121.642688291235459, 38.185309042496009 ], [ -121.624514368588763, 38.177871069699172 ], [ -121.624654016189737, 38.170615256399429 ], [ -121.6274936364524, 38.167361770676607 ], [ -121.643430044784822, 38.149095838777974 ], [ -121.624793312748551, 38.163374157588187 ], [ -121.622558933278583, 38.165084842357558 ], [ -121.596824738713494, 38.18477842085445 ], [ -121.578592773477212, 38.177311320360694 ], [ -121.52710023585918, 38.17666228018615 ], [ -121.527098993088245, 38.170382560462237 ], [ -121.527098995674905, 38.170381872902048 ], [ -121.527096856828592, 38.159838957778646 ], [ -121.54041178860048, 38.143852456573534 ], [ -121.540405994456492, 38.114561337873099 ], [ -121.481812932514018, 38.114572933028875 ], [ -121.481798262403302, 38.040319824937278 ], [ -121.481798196950407, 38.040006852575033 ], [ -121.481992847620333, 38.040112999311454 ], [ -121.511092455710525, 38.055974092370356 ], [ -121.533591022531709, 38.055970297702231 ], [ -121.540394406359809, 38.055968299307061 ], [ -121.541641154549893, 38.057007650735422 ], [ -121.556370064344847, 38.069283200522861 ], [ -121.5696913018255, 38.085253596777441 ], [ -121.580497575202244, 38.094254751670007 ], [ -121.580498298801615, 38.094255350295839 ], [ -121.580652504588187, 38.094190488985483 ], [ -121.581295253678832, 38.093967575724996 ], [ -121.581295498150183, 38.093967489839159 ], [ -121.581829500110643, 38.095068497303338 ], [ -121.58383158527748, 38.096884467262697 ], [ -121.583833691033277, 38.096886379560893 ], [ -121.58427151655583, 38.097283486185134 ], [ -121.585864505239201, 38.097951501968076 ], [ -121.586926504012624, 38.098369496202942 ], [ -121.587244501429666, 38.09853649612873 ], [ -121.587314745095142, 38.098568517541935 ], [ -121.58825350480268, 38.098996499318595 ], [ -121.590005497408924, 38.099748493354539 ], [ -121.590560919040399, 38.099972997310594 ], [ -121.591863496715035, 38.100499488018997 ], [ -121.594163489233779, 38.101004122541454 ], [ -121.594166455957122, 38.101004774577085 ], [ -121.596421507191437, 38.10149949929707 ], [ -121.600380508547886, 38.102475498085511 ], [ -121.604420505671953, 38.103230487248446 ], [ -121.611020489673692, 38.103230486266057 ], [ -121.620819507991442, 38.10093249900396 ], [ -121.621339491345566, 38.100807485944642 ], [ -121.626698515708583, 38.099327485826485 ], [ -121.628058503294071, 38.099075494098997 ], [ -121.629018508339755, 38.098572489074428 ], [ -121.629028617875818, 38.098560297621297 ], [ -121.629618499761506, 38.097848488967088 ], [ -121.63013851806862, 38.096526492590407 ], [ -121.630538518392171, 38.095015496589305 ], [ -121.63095181279084, 38.093599357060718 ], [ -121.631218493619798, 38.092685487528719 ], [ -121.631818508707966, 38.090860490934531 ], [ -121.632597502680184, 38.088611490446098 ], [ -121.634245495081203, 38.087222485512648 ], [ -121.635761141940065, 38.086682214341707 ], [ -121.635764020504993, 38.086681188809578 ], [ -121.636579507578617, 38.086390483414377 ], [ -121.637342414002433, 38.086259725620963 ], [ -121.638090512468821, 38.086131502563347 ], [ -121.639039880205289, 38.086232904747078 ], [ -121.640515514032131, 38.086390497933515 ], [ -121.64201177002117, 38.086683994017065 ], [ -121.642016164743652, 38.086684855016252 ], [ -121.642850490730154, 38.086848499873305 ], [ -121.645184506823938, 38.087413489584215 ], [ -121.64561703430347, 38.087633001576386 ], [ -121.646985499341838, 38.088327481733806 ], [ -121.648062834450741, 38.089193830604039 ], [ -121.648066208392919, 38.089196541688189 ], [ -121.648144178271366, 38.089259238431936 ], [ -121.648144497252886, 38.089259496180183 ], [ -121.648434000894682, 38.089594967315591 ], [ -121.648434501395926, 38.089595500773726 ], [ -121.648755244585828, 38.090037131814121 ], [ -121.648755505549573, 38.09003748839266 ], [ -121.648984503178141, 38.090144494563411 ], [ -121.649365490837923, 38.090319490884276 ], [ -121.652065505919083, 38.091619502390579 ], [ -121.654162403202534, 38.092475463268286 ], [ -121.661865509772156, 38.09561948858461 ], [ -121.662465506913847, 38.095619490717176 ], [ -121.664170098432606, 38.095281704768254 ], [ -121.664423501902263, 38.095231486793161 ], [ -121.671870510468111, 38.093756494975516 ], [ -121.673065516578404, 38.093519482803259 ], [ -121.679260496772557, 38.089321487702009 ], [ -121.681857493402248, 38.082025502278888 ], [ -121.681757508413355, 38.081324493343018 ], [ -121.681656518045713, 38.080623487190735 ], [ -121.681383510156294, 38.079892500679016 ], [ -121.681047497829155, 38.078699490467464 ], [ -121.680649506378415, 38.077820490014332 ], [ -121.680236513719379, 38.0766424848795 ], [ -121.680021495363036, 38.075404484636351 ], [ -121.679914508359914, 38.074173500401571 ], [ -121.67988349359986, 38.072772501655841 ], [ -121.679807505032969, 38.071840490435186 ], [ -121.679684497768775, 38.070555496000893 ], [ -121.679606505576444, 38.06944749649255 ], [ -121.679576498640685, 38.068086489125896 ], [ -121.679632502041727, 38.066972496674751 ], [ -121.679748497361587, 38.065753498479417 ], [ -121.679736495362391, 38.065596498601224 ], [ -121.67973350153116, 38.065095486822614 ], [ -121.679931499584015, 38.064696490317388 ], [ -121.679956513671939, 38.064546496301539 ], [ -121.680224503729647, 38.063502493929967 ], [ -121.680526508934705, 38.062784487793756 ], [ -121.68081251019521, 38.0621044913104 ], [ -121.681418511609493, 38.061217493144568 ], [ -121.681979504353933, 38.060635487223287 ], [ -121.682794501382531, 38.059825501688657 ], [ -121.682859497080898, 38.059762495070594 ], [ -121.683006512732916, 38.059588486084429 ], [ -121.683308507345018, 38.059389488660152 ], [ -121.683509510850072, 38.059189488928958 ], [ -121.683701853299681, 38.058998101638473 ], [ -121.683702118696459, 38.058997838093106 ], [ -121.683710077906852, 38.058989956576241 ], [ -121.683710506514529, 38.058989488751678 ], [ -121.684347496324648, 38.058492486748385 ], [ -121.684573917418305, 38.058362995339344 ], [ -121.685216497624879, 38.057995491696019 ], [ -121.685313504844302, 38.057878489899011 ], [ -121.686220494670124, 38.05729850275231 ], [ -121.688169635876392, 38.05593913214534 ], [ -121.691644497941553, 38.053515488252806 ], [ -121.691943530336033, 38.053238682853404 ], [ -121.691994545952824, 38.053191515408436 ], [ -121.69261906817691, 38.052515524999365 ], [ -121.693330521643972, 38.051745489120947 ], [ -121.694619522861672, 38.050414496520261 ], [ -121.696039505889132, 38.049125488698124 ], [ -121.697168513239802, 38.047857493174199 ], [ -121.697962490927154, 38.047122487290082 ], [ -121.698114501486259, 38.046988493519422 ], [ -121.698763494213949, 38.046322491063052 ], [ -121.699763515556839, 38.045221499049724 ], [ -121.700663497008549, 38.044721497522964 ], [ -121.700938508149662, 38.044484505009486 ], [ -121.701039846252399, 38.044429181571722 ], [ -121.70234245248254, 38.043718159995777 ], [ -121.702770516977708, 38.043484499759167 ], [ -121.702978831383973, 38.043352071449959 ], [ -121.704343507875251, 38.042484489045094 ], [ -121.705640504962588, 38.041866495491625 ], [ -121.705852336898246, 38.041771333438689 ], [ -121.705852778449199, 38.041771137522332 ], [ -121.70596548917112, 38.041720499552937 ], [ -121.706565498686203, 38.041320492920036 ], [ -121.706667103062557, 38.041278406364789 ], [ -121.70684550067989, 38.041204503534111 ], [ -121.707363183060679, 38.040950346684959 ], [ -121.707363683910231, 38.040950099887908 ], [ -121.707562491905975, 38.040852494084838 ], [ -121.709561507017114, 38.039944494399663 ], [ -121.710934509099744, 38.039410493887701 ], [ -121.711241883249016, 38.0393061566661 ], [ -121.712460502765182, 38.03889249352487 ], [ -121.71386451439642, 38.038503486136136 ], [ -121.715298511110376, 38.038144486935224 ], [ -121.716565494544511, 38.037821481858487 ], [ -121.716865503950061, 38.037721491378456 ], [ -121.723269957540268, 38.03484989561764 ], [ -121.723271882070378, 38.034849029897025 ], [ -121.725565498410887, 38.033820489306834 ], [ -121.725603999557123, 38.033801337029928 ], [ -121.725764493658886, 38.033721500397561 ], [ -121.725926993886091, 38.033639435856706 ], [ -121.725964459802086, 38.033620510330962 ], [ -121.726647491261176, 38.033050495352192 ], [ -121.727315227293104, 38.032551631454005 ], [ -121.727316547238658, 38.032550647182269 ], [ -121.727422495965413, 38.032471486337684 ], [ -121.727616315540999, 38.032346820289654 ], [ -121.728532506440217, 38.031757500131114 ], [ -121.729414501020798, 38.031155493393833 ], [ -121.731694511704447, 38.02952749141415 ], [ -121.731941496638697, 38.029433494223554 ], [ -121.732340508388177, 38.029134488518736 ], [ -121.732539501370468, 38.029034492875887 ], [ -121.736036500829329, 38.027624488112771 ], [ -121.738010507105713, 38.027132488642032 ], [ -121.741395494352574, 38.026425488146401 ], [ -121.746682506918702, 38.025891489272276 ], [ -121.748486877683277, 38.02613473303181 ], [ -121.74959049034824, 38.026283494788366 ], [ -121.751471515137439, 38.026675491191334 ], [ -121.751501221020291, 38.026682135653061 ], [ -121.751547501864522, 38.026692483087139 ], [ -121.755011503339034, 38.025697497509242 ], [ -121.759117498333666, 38.025219489757546 ], [ -121.76207249195599, 38.024333480729624 ], [ -121.762875881910333, 38.024033876185733 ], [ -121.765118511291206, 38.023197501221432 ], [ -121.775830501391113, 38.019383486299105 ], [ -121.777478506369548, 38.018917495803535 ], [ -121.778265504325589, 38.019020490818519 ], [ -121.77883749505655, 38.018948488058911 ], [ -121.779904517752939, 38.018826489822921 ], [ -121.780688599530592, 38.018713647965079 ], [ -121.781384502656394, 38.018613486652718 ], [ -121.783139511081572, 38.018537493006967 ], [ -121.784268497943302, 38.018537490062556 ], [ -121.78542851811477, 38.018605495256139 ], [ -121.786436500513702, 38.018644496432771 ], [ -121.787428508042765, 38.018476488817683 ], [ -121.788769510323689, 38.018422481722041 ], [ -121.789609510008262, 38.018468488234497 ], [ -121.790104677558006, 38.018556316968578 ], [ -121.790466506590349, 38.01862049780437 ], [ -121.790621613877988, 38.01861780594227 ], [ -121.790755517469549, 38.018615482141485 ], [ -121.791147515904683, 38.018692490618349 ], [ -121.791577577359249, 38.018787865055415 ], [ -121.791900516402961, 38.018859481069768 ], [ -121.792466398523487, 38.018937420681269 ], [ -121.79340350258245, 38.019066484497024 ], [ -121.794875495727382, 38.019362487564194 ], [ -121.796231511799988, 38.019954480320607 ], [ -121.796391891147621, 38.01999406618598 ], [ -121.796543499420267, 38.020031484954998 ], [ -121.797311203793058, 38.02041270651722 ], [ -121.79799750791112, 38.020753501679131 ], [ -121.799093531892055, 38.020975835745162 ], [ -121.79995949982694, 38.021151496079831 ], [ -121.800379866599783, 38.021260906032325 ], [ -121.800381510467389, 38.021261335026843 ], [ -121.801250507306847, 38.021487501451112 ], [ -121.803344492103889, 38.021194484490323 ], [ -121.804864491164565, 38.02101649485283 ], [ -121.805027503451456, 38.020939486831892 ], [ -121.80677450483094, 38.020697498856798 ], [ -121.808311512682835, 38.020416496447915 ], [ -121.809293495863955, 38.020289490444029 ], [ -121.809371428022317, 38.020288028460058 ], [ -121.809882590857313, 38.02027848828471 ], [ -121.810632512608279, 38.020264490519935 ], [ -121.811148122756578, 38.020303020760004 ], [ -121.81189050582671, 38.020358495818193 ], [ -121.813296497202131, 38.020540487750196 ], [ -121.814510507645025, 38.020778490612045 ], [ -121.815209664011419, 38.020945958351653 ], [ -121.815679501381538, 38.021058495241093 ], [ -121.816092328852378, 38.021212865283893 ], [ -121.816968511888263, 38.021540494225192 ], [ -121.818198505311059, 38.02221349265065 ], [ -121.819187510559402, 38.023014494321849 ], [ -121.820017794940199, 38.023557252969667 ], [ -121.820215503554508, 38.023686491070123 ], [ -121.820388927100296, 38.023811128419183 ], [ -121.820389115884694, 38.023811261797846 ], [ -121.821292507347096, 38.024460492307512 ], [ -121.822325498537126, 38.025055501080558 ], [ -121.82272695265938, 38.025356067413327 ], [ -121.82272748950011, 38.025356488564483 ], [ -121.823125514739544, 38.025353494288495 ], [ -121.82391549884467, 38.025720491054628 ], [ -121.824955509132153, 38.026293489636572 ], [ -121.825396505987797, 38.026637496196983 ], [ -121.825890492700879, 38.026835489050896 ], [ -121.826852497381424, 38.027394497218658 ], [ -121.827560495198853, 38.027801491618618 ], [ -121.827667507039919, 38.027921481208402 ], [ -121.828067494681846, 38.02802148665819 ], [ -121.828314278471808, 38.028185185603597 ], [ -121.828367505718816, 38.028220491960859 ], [ -121.828405008394967, 38.028252027540788 ], [ -121.828719505273583, 38.028516495690013 ], [ -121.830215513596599, 38.029653490634161 ], [ -121.830318504434516, 38.029724482924237 ], [ -121.830335816705258, 38.029736222256354 ], [ -121.830582514037033, 38.029903492335542 ], [ -121.831134034218323, 38.030309694033164 ], [ -121.83161849806757, 38.030666504609577 ], [ -121.831786514245451, 38.03084248548096 ], [ -121.83212350622388, 38.031101484052996 ], [ -121.834198499593597, 38.034733501737115 ], [ -121.834269050290715, 38.034813166663611 ], [ -121.834282548222561, 38.034828408787767 ], [ -121.836562495046152, 38.037403495758625 ], [ -121.837005513101573, 38.037891498761525 ], [ -121.837203512213378, 38.038090488646745 ], [ -121.837310515457716, 38.038242494702324 ], [ -121.837935502318587, 38.038944499050139 ], [ -121.838408508893423, 38.04008948845 ], [ -121.838973508202017, 38.041454494272735 ], [ -121.839583513151155, 38.0429194964698 ], [ -121.840560494806908, 38.045268493664736 ], [ -121.840850504631547, 38.047024492457886 ], [ -121.841064504031877, 38.048336500243309 ], [ -121.841659497174206, 38.051974495537507 ], [ -121.84391488024599, 38.05547442445107 ], [ -121.843954125490555, 38.055535325138443 ], [ -121.846803426273027, 38.059956376950154 ], [ -121.846803500827875, 38.059956494951244 ], [ -121.847951918695429, 38.060766462656517 ], [ -121.849033353881225, 38.061529219670859 ], [ -121.851027503056741, 38.06293549193154 ], [ -121.853639511855178, 38.064775499381859 ], [ -121.853728302967923, 38.0648081703415 ], [ -121.853728439318473, 38.064808217868453 ], [ -121.853851515831806, 38.06485349911452 ], [ -121.854524512294716, 38.065089484064359 ], [ -121.862137498645438, 38.066066486600128 ], [ -121.862442515949184, 38.066066504038453 ], [ -121.862442899691146, 38.066065960494676 ], [ -121.862461513643154, 38.066029497466253 ], [ -121.862533516832414, 38.065899495622013 ], [ -121.862533504837529, 38.065678495607038 ], [ -121.862640501227048, 38.064930494553685 ], [ -121.863113513153124, 38.063473502320193 ], [ -121.863647511852079, 38.06238249018427 ], [ -121.863890771551439, 38.061970874609003 ], [ -121.864472508177201, 38.060986496831894 ], [ -121.864784094846897, 38.060517805359261 ], [ -121.865188504574348, 38.059909489921701 ], [ -121.866363506873043, 38.058315500145973 ], [ -121.867401512202051, 38.056896498340897 ], [ -121.867401998774625, 38.056895984199528 ], [ -121.867470207167912, 38.056815504951089 ], [ -121.868546496819178, 38.055546501201853 ], [ -121.86940049928873, 38.054600483440623 ], [ -121.869400919910277, 38.054600018407072 ], [ -121.869468500452626, 38.054520482499228 ], [ -121.869468981134744, 38.054520057133068 ], [ -121.871095506206274, 38.05302848785184 ], [ -121.871096074300354, 38.053028075756053 ], [ -121.871345147066123, 38.05284429458478 ], [ -121.872697491956117, 38.051846499646743 ], [ -121.874574503401874, 38.050770494412333 ], [ -121.874726505064231, 38.050678492597193 ], [ -121.874835977645319, 38.050634345421948 ], [ -121.875031494474541, 38.050555506642866 ], [ -121.875819123813073, 38.050225430739523 ], [ -121.876069508476576, 38.050120501772064 ], [ -121.876647665484498, 38.049905205617058 ], [ -121.878220501123224, 38.049319489476567 ], [ -121.879640637999373, 38.048876888984111 ], [ -121.880174506891109, 38.048710495454806 ], [ -121.883561511052889, 38.04798549747791 ], [ -121.884464497260637, 38.047766493639081 ], [ -121.886675512124555, 38.047230483114554 ], [ -121.887022785233867, 38.047161503140856 ], [ -121.887259497913234, 38.047114487180757 ], [ -121.888475259484181, 38.04687491613506 ], [ -121.889573507609214, 38.046658491998159 ], [ -121.890613189914887, 38.046544171374606 ], [ -121.890617985927165, 38.046543644502179 ], [ -121.89180152065866, 38.046413490820726 ], [ -121.893327490470256, 38.046184488965743 ], [ -121.894682010323791, 38.046028837085146 ], [ -121.896242504516167, 38.045849492696803 ], [ -121.898881496357319, 38.045574500085543 ], [ -121.901170493662747, 38.045361496454625 ], [ -121.903154513415615, 38.045330500869298 ], [ -121.904670513136224, 38.045320493541759 ], [ -121.90680149036865, 38.045002485641049 ], [ -121.908569506291769, 38.045020487445683 ], [ -121.91014351059566, 38.044956495439607 ], [ -121.911943504706059, 38.045048490103213 ], [ -121.913622517116153, 38.045124492013429 ], [ -121.915545495675744, 38.045216486022106 ], [ -121.917331512307413, 38.045429486128789 ], [ -121.918901503002289, 38.04558249468311 ], [ -121.920034985501204, 38.04566872051501 ], [ -121.920794497162944, 38.045726490200259 ], [ -121.92130157507151, 38.045793745754345 ], [ -121.921301987679072, 38.045793801068719 ], [ -121.922121503011326, 38.045902492953381 ], [ -121.923326493697758, 38.046124488217011 ], [ -121.924425510342473, 38.046269495980056 ], [ -121.925815512294648, 38.046475489757157 ], [ -121.928026491566641, 38.046970491667203 ], [ -121.928459500500395, 38.047055487926507 ], [ -121.92899178008669, 38.047160072244907 ], [ -121.929538498956845, 38.047267486432396 ], [ -121.930298942503114, 38.047446180365576 ], [ -121.930300422669973, 38.047446526102199 ], [ -121.931002499579279, 38.047611494941421 ], [ -121.93281850331519, 38.048153494739203 ], [ -121.934299515316667, 38.04851948950455 ], [ -121.934853469225828, 38.048654050143902 ], [ -121.935427507329067, 38.048793488012095 ], [ -121.935478612482783, 38.048815153732001 ], [ -121.935478782198544, 38.048815226342107 ], [ -121.935578507080407, 38.048857499318189 ], [ -121.936343507155257, 38.049175489937866 ], [ -121.937762502736618, 38.049831490850067 ], [ -121.938678500219993, 38.050190496696253 ], [ -121.939578501536005, 38.050442494478872 ], [ -121.940936511686857, 38.050915497889584 ], [ -121.942325503365041, 38.051403487248812 ], [ -121.943835512793115, 38.051968500002033 ], [ -121.945191863211818, 38.052417622918611 ], [ -121.945194515656922, 38.052418497822075 ], [ -121.945857516695938, 38.05261449874483 ], [ -121.946640515959871, 38.052869499530374 ], [ -121.947259102077538, 38.053045146087271 ], [ -121.948253493136789, 38.053327491229375 ], [ -121.949072203270759, 38.053578413748333 ], [ -121.949904501701297, 38.053833496043218 ], [ -121.950234515047271, 38.053925486092673 ], [ -121.950953515989553, 38.054445483380199 ], [ -121.953036327526405, 38.055886961297098 ], [ -121.955719930237834, 38.057744075344289 ], [ -121.95572049974615, 38.057744481967333 ], [ -121.956438742145934, 38.058147594858724 ], [ -121.962199506468949, 38.061380502739695 ], [ -121.967370793665239, 38.06351339378984 ], [ -121.972281503424796, 38.065538492155795 ], [ -121.977440502172811, 38.06684049952738 ], [ -121.983157489761155, 38.067297498228328 ], [ -121.986671505545587, 38.066925492936228 ], [ -121.991351501559748, 38.066320494976246 ], [ -122.000603504824142, 38.065365502266232 ], [ -122.001073508298475, 38.06530949254681 ], [ -122.007915496498271, 38.064493501736102 ], [ -122.015175491075937, 38.063481492211103 ], [ -122.019827499307155, 38.062271491019146 ], [ -122.024974511032994, 38.060291495022931 ], [ -122.028410515695782, 38.059191484708279 ], [ -122.032972068422723, 38.059780280005398 ], [ -122.036259510923799, 38.060204497096734 ], [ -122.050339508339007, 38.060204498958669 ], [ -122.050386507492547, 38.060198490952025 ], [ -122.050567517852713, 38.060199971024652 ], [ -122.050875503254403, 38.060202495778107 ], [ -122.05582518802143, 38.061140836282632 ], [ -122.060735511702333, 38.062071484699892 ], [ -122.060898397388101, 38.062085634603392 ], [ -122.060898864315462, 38.062085675647801 ], [ -122.061069492677092, 38.062100494857617 ], [ -122.061251848233681, 38.062067971180042 ], [ -122.061383502175929, 38.062044491569274 ], [ -122.062154691380996, 38.061815131015237 ], [ -122.062506499666739, 38.061710493902268 ], [ -122.063650500852503, 38.061405499771716 ], [ -122.065008492077126, 38.060986487251476 ], [ -122.065395589764478, 38.060833552200222 ], [ -122.066595493821026, 38.060359489708283 ], [ -122.066940219589995, 38.060221699970057 ], [ -122.067298498872788, 38.060078496117384 ], [ -122.075262519321655, 38.055157483371971 ], [ -122.075395790906725, 38.055075718413313 ], [ -122.075397919696982, 38.055074409633022 ], [ -122.076147509024338, 38.05461449679904 ], [ -122.076545506587564, 38.054408480814452 ], [ -122.076727512426487, 38.054317491562919 ], [ -122.077129716197433, 38.054138987290699 ], [ -122.077430506819809, 38.054005489202304 ], [ -122.079842493099221, 38.053170490080205 ], [ -122.08003267439689, 38.053114432019036 ], [ -122.081009489003947, 38.052826489522992 ], [ -122.082544507112601, 38.052352488491998 ], [ -122.084204503589589, 38.051855499824015 ], [ -122.08580151571806, 38.051188506108758 ], [ -122.087300496205302, 38.050623500386024 ], [ -122.088820515194698, 38.050079493315984 ], [ -122.090402500926771, 38.04970549806891 ], [ -122.091341012911727, 38.0495644556147 ], [ -122.09284451268212, 38.04933849125576 ], [ -122.093115713534814, 38.049279721515923 ], [ -122.093227521001779, 38.049255491412026 ], [ -122.093228247692394, 38.04925505280579 ], [ -122.093480507775709, 38.049106492348621 ], [ -122.095722506220099, 38.048344497505106 ], [ -122.097048511881624, 38.047882496682341 ], [ -122.09814548300038, 38.047588652789877 ], [ -122.098146997894204, 38.047588248629623 ], [ -122.098713495699812, 38.047436495516138 ], [ -122.099061529362046, 38.04729231398656 ], [ -122.099681492282429, 38.0470354832756 ], [ -122.100557517913515, 38.046669491747373 ], [ -122.102613510574812, 38.045941483376247 ], [ -122.102781517021697, 38.045887489785436 ], [ -122.109387583632298, 38.043017189452264 ], [ -122.116599952186903, 38.039882777411044 ], [ -122.117879279048381, 38.039326720914595 ], [ -122.117923517650937, 38.039307491474808 ], [ -122.119348174625756, 38.038629298579167 ], [ -122.120177497924431, 38.038234491747907 ], [ -122.1203674925531, 38.038107500254299 ], [ -122.120407294999751, 38.038084881974548 ], [ -122.120499499200122, 38.03803248829071 ], [ -122.120623677585883, 38.037966929121907 ], [ -122.120660501073644, 38.037947485033079 ], [ -122.120680384833989, 38.037937253376242 ], [ -122.120763495963004, 38.037894489540129 ], [ -122.122106274638185, 38.037288815954618 ], [ -122.122725512179983, 38.037009498878163 ], [ -122.123703171755167, 38.036665157860021 ], [ -122.125161512269102, 38.03615149858458 ], [ -122.126288481545203, 38.035830557098535 ], [ -122.128036971511065, 38.035332568212205 ], [ -122.130217224740008, 38.034711564852707 ], [ -122.130217497492978, 38.034711486912094 ], [ -122.130327509516547, 38.034701501040679 ], [ -122.131059701907375, 38.034573110719478 ], [ -122.131576495535967, 38.034482484059851 ], [ -122.133204499269183, 38.034063491699612 ], [ -122.134422498243978, 38.033713499603977 ], [ -122.136112492586022, 38.03321149079499 ], [ -122.137164511938636, 38.032838485611208 ], [ -122.139384499852682, 38.032176491676154 ], [ -122.141546505519031, 38.031857488330374 ], [ -122.14312949931282, 38.031757495923571 ], [ -122.144770946621307, 38.031771054241702 ], [ -122.145186495625282, 38.031774492170378 ], [ -122.146981502847893, 38.031705492160604 ], [ -122.147051439345873, 38.031716531017423 ], [ -122.147076513231653, 38.031720490529267 ], [ -122.14857697772824, 38.031720497478652 ], [ -122.148577505640873, 38.03172049774809 ], [ -122.149150556378714, 38.031791246656624 ], [ -122.149204170307911, 38.031797841227792 ], [ -122.149204430545751, 38.031797871540817 ], [ -122.150246502700625, 38.0319264904196 ], [ -122.151263384678387, 38.032108241784897 ], [ -122.151863501167497, 38.032215495446614 ], [ -122.152494533218288, 38.032289009572231 ], [ -122.15351150266244, 38.032407484167798 ], [ -122.155967499309767, 38.032819492944974 ], [ -122.15799651355286, 38.033109489301779 ], [ -122.158927511355799, 38.033246494999503 ], [ -122.159248499777263, 38.033338486845146 ], [ -122.159679515071119, 38.033399495821172 ], [ -122.159994508737313, 38.033445500285531 ], [ -122.160435492527, 38.033633489967997 ], [ -122.160648502243248, 38.033732494823788 ], [ -122.162183485421991, 38.034035492100813 ], [ -122.163187504143124, 38.034293505371387 ], [ -122.163916442587535, 38.034516229098109 ], [ -122.164555489753212, 38.034711484294604 ], [ -122.16481358410104, 38.034863992317561 ], [ -122.165215511815532, 38.035101497379792 ], [ -122.165637504330974, 38.035386491472515 ], [ -122.165637792884866, 38.035386601908904 ], [ -122.165691294174508, 38.035407253801985 ], [ -122.165834492661432, 38.03546249794902 ], [ -122.166731499442378, 38.036039499685813 ], [ -122.167379498789131, 38.036633486042774 ], [ -122.167575509445513, 38.036720500994733 ], [ -122.167837489014232, 38.037038496444367 ], [ -122.168643512168984, 38.037997498763715 ], [ -122.168898157932986, 38.038364666085293 ], [ -122.16920493137728, 38.038806978606928 ], [ -122.16952849639182, 38.039273497819288 ], [ -122.169543882025266, 38.039295548946065 ], [ -122.169648499717084, 38.039445489058345 ], [ -122.169710492263377, 38.039529485510172 ], [ -122.170786513169944, 38.040930500548782 ], [ -122.173167541508022, 38.044036479500193 ], [ -122.173494662188048, 38.044463163006725 ], [ -122.174741504545338, 38.046089494681084 ], [ -122.174974492901072, 38.046386491905054 ], [ -122.174974941847864, 38.04638713117113 ], [ -122.175116497542035, 38.046590501604314 ], [ -122.175981993855473, 38.0476734756298 ], [ -122.176075170854389, 38.047790075832111 ], [ -122.176075510029762, 38.047790486886718 ], [ -122.176191510537507, 38.047859483250619 ], [ -122.179831817754547, 38.050793556915337 ], [ -122.183658515198985, 38.053877492565306 ], [ -122.183876504239663, 38.054008487612904 ], [ -122.184143507058351, 38.054094487737174 ], [ -122.191788668361482, 38.0558397343992 ], [ -122.194806504932643, 38.056528489131779 ], [ -122.195391901818951, 38.056663363307244 ], [ -122.195392498094833, 38.056663498876347 ], [ -122.196077497314974, 38.056821494887707 ], [ -122.196498517097936, 38.05691849024214 ], [ -122.197129512781927, 38.057067491428199 ], [ -122.198197435123589, 38.057316319886915 ], [ -122.198687501714204, 38.057430502174114 ], [ -122.199411912541308, 38.057602248026747 ], [ -122.200855506177902, 38.057944489665395 ], [ -122.20085895701456, 38.057945197217109 ], [ -122.20177031855161, 38.058129809442022 ], [ -122.20178851066531, 38.058133486699262 ], [ -122.201788970760887, 38.058133541352596 ], [ -122.201933472600345, 38.058151086426534 ], [ -122.206232606763592, 38.05867259679404 ], [ -122.213530504413185, 38.059557496868024 ], [ -122.213531184462582, 38.059557579600032 ], [ -122.225186500284835, 38.060990491918268 ], [ -122.225904507794112, 38.061067500110809 ], [ -122.225905118434, 38.06106756099188 ], [ -122.22668849942518, 38.061144499179086 ], [ -122.227979496770558, 38.061235492506157 ], [ -122.229253500115718, 38.061440505672898 ], [ -122.230103511358564, 38.061582498392156 ], [ -122.230446508646168, 38.061633487389265 ], [ -122.23208549708319, 38.061819501135155 ], [ -122.232087082883965, 38.061820012570074 ], [ -122.232958500025447, 38.06209948820085 ], [ -122.236690084118891, 38.062667631512923 ], [ -122.237099465330573, 38.062729954570898 ], [ -122.245250509692184, 38.063970481946377 ], [ -122.245483499870332, 38.06392349088091 ], [ -122.252015040613884, 38.062606842104458 ], [ -122.257779494197592, 38.061444484161868 ], [ -122.260659053778554, 38.060865569236661 ], [ -122.264722498725988, 38.060048500339427 ], [ -122.26482950869169, 38.060025485883337 ], [ -122.265347497188941, 38.059919491884017 ], [ -122.267139585327257, 38.06113265993875 ], [ -122.273006, 38.074379999999763 ], [ -122.282442844031365, 38.082558662238796 ], [ -122.282824, 38.082888999999774 ], [ -122.284315330706079, 38.084637502750141 ], [ -122.301804, 38.105141999999766 ], [ -122.313182, 38.114185999999769 ], [ -122.314567, 38.115286999999789 ], [ -122.322069, 38.119084999999743 ], [ -122.348599, 38.13251799999977 ], [ -122.366273, 38.141466999999764 ], [ -122.39638, 38.149975999999768 ], [ -122.4021096601181, 38.150496513073733 ], [ -122.403513, 38.150623999999766 ], [ -122.40358, 38.150629999999772 ], [ -122.403812795993815, 38.150090828451624 ], [ -122.409797, 38.136230999999775 ], [ -122.419875531717551, 38.129696815367737 ], [ -122.432571, 38.121465999999764 ], [ -122.439577, 38.116922999999773 ], [ -122.442025, 38.116774999999755 ], [ -122.443108377510654, 38.116709373822502 ], [ -122.444234602765562, 38.116641152119996 ], [ -122.448975, 38.116353999999767 ], [ -122.450377, 38.116268999999782 ], [ -122.450731, 38.116470999999784 ], [ -122.451258, 38.116771999999777 ], [ -122.452849664415638, 38.11768182979413 ], [ -122.454958, 38.118886999999773 ], [ -122.455875, 38.118763999999771 ], [ -122.484411, 38.114959999999762 ], [ -122.489974, 38.112013999999768 ], [ -122.490743, 38.109706999999766 ], [ -122.491283, 38.108086999999763 ], [ -122.491116, 38.106660999999775 ], [ -122.49037, 38.100321999999771 ], [ -122.489974, 38.096960999999766 ], [ -122.48878, 38.094451999999777 ], [ -122.486702, 38.090087999999774 ], [ -122.484598843424934, 38.077000581529582 ], [ -122.483757, 38.071761999999765 ], [ -122.485514, 38.068585999999804 ], [ -122.485518, 38.068577999999768 ], [ -122.487938526349353, 38.064202460224237 ], [ -122.488955, 38.062364999999765 ], [ -122.490941, 38.05877499999977 ], [ -122.491977, 38.056901999999774 ], [ -122.492265, 38.056380999999767 ], [ -122.492876, 38.054324999999764 ], [ -122.49458677155738, 38.048571522535511 ], [ -122.494811718537122, 38.047815005762082 ], [ -122.49487, 38.047618999999777 ], [ -122.494873, 38.047607999999784 ], [ -122.499465, 38.032164999999779 ], [ -122.497828, 38.019401999999758 ], [ -122.497548156209419, 38.019038138067657 ], [ -122.496106, 38.017162999999755 ], [ -122.49605, 38.017089999999783 ], [ -122.494987385593518, 38.015708871198768 ], [ -122.494869, 38.015554999999772 ], [ -122.494556, 38.015147999999769 ], [ -122.481466, 38.007620999999759 ], [ -122.47973251651959, 38.00722563416673 ], [ -122.47841, 38.006923999999763 ], [ -122.477468, 38.006708999999759 ], [ -122.476121493516786, 38.00640179090346 ], [ -122.473695902400962, 38.005848385729401 ], [ -122.471941, 38.00544799999976 ], [ -122.466466, 38.004199999999763 ], [ -122.466382218144204, 38.004180900304696 ], [ -122.465138584581524, 38.003897389971414 ], [ -122.462812, 38.003366999999756 ], [ -122.46266932510386, 38.003262211882792 ], [ -122.462217, 38.002929999999751 ], [ -122.461817646483482, 38.002637168386471 ], [ -122.454509, 37.997277999999746 ], [ -122.453479, 37.996521999999764 ], [ -122.452995, 37.996166999999772 ], [ -122.451301, 37.993263999999769 ], [ -122.450906623446841, 37.992587906400509 ], [ -122.449876829210609, 37.990822493913129 ], [ -122.44918617868619, 37.989638487421963 ], [ -122.448413, 37.988312999999778 ], [ -122.448413, 37.984712999999786 ], [ -122.451031469638693, 37.982828034689106 ], [ -122.456595, 37.978822999999778 ], [ -122.462485, 37.981440999999762 ], [ -122.471976, 37.981767999999768 ], [ -122.47492477488565, 37.979107352196742 ], [ -122.475558, 37.978535999999778 ], [ -122.475841, 37.978281999999759 ], [ -122.475861, 37.978263999999761 ], [ -122.476492, 37.977693999999765 ], [ -122.477835, 37.976482999999774 ], [ -122.478902, 37.975520999999766 ], [ -122.479638, 37.974855999999775 ], [ -122.483487244599445, 37.971385228612313 ], [ -122.484113, 37.970820999999773 ], [ -122.484465, 37.970502999999788 ], [ -122.484779, 37.970219999999756 ], [ -122.488665, 37.966713999999769 ], [ -122.490160235324637, 37.96492099636982 ], [ -122.490302, 37.964750999999758 ], [ -122.490302, 37.960825742830522 ], [ -122.490302, 37.95918799999977 ], [ -122.489183275707191, 37.954714811456682 ], [ -122.487683, 37.948715999999763 ], [ -122.487154383172069, 37.948475666220389 ], [ -122.480484, 37.945442999999763 ], [ -122.480095221475281, 37.944277221414886 ], [ -122.479786, 37.943349999999754 ], [ -122.479531797649486, 37.942586976905119 ], [ -122.479175, 37.941515999999773 ], [ -122.48572, 37.937588999999754 ], [ -122.487786402351659, 37.937834849485462 ], [ -122.489309, 37.938015999999763 ], [ -122.490434, 37.938149999999773 ], [ -122.491867032448852, 37.938320540975027 ], [ -122.492932169760891, 37.938447299832589 ], [ -122.494011441627521, 37.938575740801888 ], [ -122.498652, 37.939127999999762 ], [ -122.499465, 37.939224999999738 ], [ -122.503064, 37.936606999999768 ], [ -122.503064, 37.931171363768115 ], [ -122.503064, 37.930196465002673 ], [ -122.503064, 37.929756740541613 ], [ -122.503064, 37.928752999999773 ], [ -122.50250156216245, 37.9283457215151 ], [ -122.493574, 37.921880999999772 ], [ -122.486374, 37.921880999999772 ], [ -122.48349, 37.920726999999765 ], [ -122.479205, 37.919012999999779 ], [ -122.478193, 37.918607999999772 ], [ -122.476727952562769, 37.916680434802544 ], [ -122.474034979059397, 37.913137285365785 ], [ -122.472805, 37.91151899999975 ], [ -122.471976, 37.910426999999757 ], [ -122.472005, 37.90970399999977 ], [ -122.472097, 37.907510999999758 ], [ -122.472226785417476, 37.904388939679095 ], [ -122.472241, 37.904046999999757 ], [ -122.472271, 37.903334999999757 ], [ -122.472297, 37.902709999999757 ], [ -122.472303, 37.902572999999741 ], [ -122.469624, 37.900914999999749 ], [ -122.468701664031698, 37.900344014779144 ], [ -122.46462488402787, 37.897820226040757 ], [ -122.461032, 37.895595999999756 ], [ -122.460131, 37.895037999999751 ], [ -122.458558, 37.894063999999759 ], [ -122.448632, 37.893423999999776 ], [ -122.448413, 37.893409999999761 ], [ -122.447129695390203, 37.892080898095671 ], [ -122.43925, 37.883919999999769 ], [ -122.439027, 37.883247999999774 ], [ -122.438964210339407, 37.883059928129981 ], [ -122.438393, 37.881348999999759 ], [ -122.438349347630961, 37.881218042892655 ], [ -122.438268, 37.880973999999739 ], [ -122.438461522853501, 37.880813060075681 ], [ -122.43866, 37.880647999999759 ], [ -122.439296462539147, 37.880117485972178 ], [ -122.441135, 37.878584999999767 ], [ -122.443527036566266, 37.876592466416859 ], [ -122.443536, 37.876584999999764 ], [ -122.444063347229758, 37.876145570960318 ], [ -122.45005, 37.871156999999769 ], [ -122.454498, 37.870314999999749 ], [ -122.462158, 37.86886599999977 ], [ -122.462404893551522, 37.868979434821959 ], [ -122.472701753935411, 37.873710309806725 ], [ -122.474266, 37.874428999999765 ], [ -122.480811, 37.873446999999771 ], [ -122.481684, 37.871919999999768 ], [ -122.483429, 37.86886599999977 ], [ -122.483296, 37.866873999999754 ], [ -122.483102, 37.863956999999765 ], [ -122.482832, 37.862676999999742 ], [ -122.481969151793635, 37.858583874211561 ], [ -122.481794, 37.857752999999761 ], [ -122.480335, 37.85083299999976 ], [ -122.479918333486822, 37.848856523389962 ], [ -122.479643580011825, 37.847553217749471 ], [ -122.479173, 37.845320999999757 ], [ -122.476689350666717, 37.833541605348778 ], [ -122.476681, 37.833501999999768 ], [ -122.476473, 37.832512999999729 ], [ -122.478502289683945, 37.827144248166036 ], [ -122.479119198679399, 37.825512134561556 ], [ -122.479151, 37.825427999999775 ], [ -122.479504618709171, 37.825534118264279 ], [ -122.483483, 37.826727999999761 ], [ -122.483491194805694, 37.826726279099795 ], [ -122.492364, 37.824862999999738 ], [ -122.492478195352206, 37.824839010116648 ], [ -122.505383, 37.822127999999772 ], [ -122.505383957187092, 37.82212814198445 ], [ -122.523585, 37.824827999999755 ], [ -122.523585026979433, 37.82482801083092 ], [ -122.537285, 37.830327999999767 ], [ -122.537549277285194, 37.83046126117938 ], [ -122.54030493892752, 37.831850796874008 ], [ -122.540581, 37.83198999999977 ], [ -122.548986, 37.836226999999766 ], [ -122.549383490730037, 37.836723032485565 ], [ -122.553563409856508, 37.841939193563334 ], [ -122.555444, 37.844285999999755 ], [ -122.558401, 37.84797599999979 ], [ -122.558421, 37.848000999999769 ], [ -122.558447, 37.848033999999771 ], [ -122.561487, 37.851826999999759 ], [ -122.56224419374044, 37.852072803859897 ], [ -122.566884, 37.853578999999762 ], [ -122.567605075550546, 37.853812866155003 ], [ -122.571993, 37.855235999999763 ], [ -122.573238327724241, 37.855640261530439 ], [ -122.579876, 37.857794999999768 ], [ -122.580789235916313, 37.858090651915148 ], [ -122.580849, 37.858109999999755 ], [ -122.584289, 37.859226999999763 ], [ -122.585059742061276, 37.859947663666858 ], [ -122.585707928377431, 37.860553734557527 ], [ -122.589922, 37.864493999999759 ], [ -122.59637735283431, 37.870531490523391 ], [ -122.598774, 37.872772999999761 ], [ -122.59911618223471, 37.873092945367631 ], [ -122.599805, 37.873736999999771 ], [ -122.60129, 37.875125999999788 ], [ -122.601535681731349, 37.875230123437852 ], [ -122.602281, 37.875545999999794 ], [ -122.602431, 37.87560999999976 ], [ -122.60289994035503, 37.875808929149478 ], [ -122.626669, 37.885891999999771 ], [ -122.627113, 37.886079999999765 ], [ -122.628807, 37.887563999999763 ], [ -122.639977, 37.897348999999757 ], [ -122.656519, 37.904518999999766 ], [ -122.66157488573559, 37.904999145736269 ], [ -122.673072, 37.906090999999783 ], [ -122.67726407397204, 37.906488716441281 ], [ -122.677773, 37.906536999999759 ], [ -122.678474, 37.906603999999767 ], [ -122.678970846554648, 37.906583303659652 ], [ -122.682171, 37.906449999999765 ], [ -122.682687992263936, 37.906210532520198 ], [ -122.686328227350231, 37.904524399125329 ], [ -122.687264116603018, 37.904090901264418 ], [ -122.692021696471045, 37.901887220978907 ], [ -122.69221, 37.90179999999976 ], [ -122.693172, 37.901354999999761 ], [ -122.693569, 37.901170999999756 ], [ -122.693755, 37.901019999999754 ], [ -122.700217651336416, 37.895782524253022 ], [ -122.700222, 37.89577899999977 ], [ -122.702191679778977, 37.894183217250777 ], [ -122.70264, 37.893819999999771 ], [ -122.703711540574318, 37.894289643141768 ], [ -122.71059878260354, 37.897308237177313 ], [ -122.710653, 37.897331999999771 ], [ -122.71625, 37.899784999999767 ], [ -122.716545, 37.899913999999782 ], [ -122.721046384361699, 37.901886704902338 ], [ -122.727020798683427, 37.904504956416844 ], [ -122.727297, 37.904625999999773 ], [ -122.732898, 37.920224999999768 ], [ -122.736898, 37.925824999999762 ], [ -122.737920617743242, 37.926385279949251 ], [ -122.741578043277016, 37.928389139364661 ], [ -122.743733866931095, 37.929570289189144 ], [ -122.754606, 37.935526999999773 ], [ -122.766078559432117, 37.937991232545166 ], [ -122.766138, 37.938003999999772 ], [ -122.774104638824085, 37.944212072928849 ], [ -122.775667395452771, 37.945429864689672 ], [ -122.77956362779571, 37.948466037794503 ], [ -122.782485975834192, 37.950743303043723 ], [ -122.783244, 37.951333999999761 ], [ -122.790871948397978, 37.967575828207238 ], [ -122.791739, 37.969421999999753 ], [ -122.79316283348372, 37.971240114234639 ], [ -122.79539693191515, 37.974092867879421 ], [ -122.797405, 37.976656999999769 ], [ -122.798242341050056, 37.977358148285816 ], [ -122.801770186575126, 37.980312192928935 ], [ -122.821383, 37.996734999999781 ], [ -122.83113360283599, 38.002271702070502 ], [ -122.844975402554169, 38.010131515709844 ], [ -122.856573, 38.016716999999772 ], [ -122.859879150689082, 38.01782453006107 ], [ -122.874786291499703, 38.022818285073619 ], [ -122.882114, 38.025272999999771 ], [ -122.887107628127154, 38.025848250839651 ], [ -122.910392735037448, 38.028530624649889 ], [ -122.923806882014674, 38.030075893764511 ], [ -122.930140609519626, 38.030805519994949 ], [ -122.939711, 38.031907999999767 ], [ -122.943860627092107, 38.031134373615586 ], [ -122.956811, 38.028719999999794 ], [ -122.972240395377924, 38.020321897151639 ], [ -122.972378, 38.020246999999777 ], [ -122.972607322194392, 38.019975463781492 ], [ -122.981759816832508, 38.009138162192542 ], [ -122.981776, 38.009118999999778 ], [ -122.981778692646202, 38.009097613326226 ], [ -122.982386, 38.004273999999768 ], [ -122.980147, 38.000829999999766 ], [ -122.976764, 37.99567999999978 ], [ -122.976301795530603, 37.995047048554945 ], [ -122.974473375184346, 37.992543175536561 ], [ -122.97439, 37.992428999999767 ], [ -122.974658152897632, 37.992442219792949 ], [ -122.979693242090761, 37.992690446973754 ], [ -122.979787233578747, 37.99269508070342 ], [ -122.983621202466196, 37.992884093301157 ], [ -122.985273649775792, 37.992965558062032 ], [ -122.986948656859113, 37.993048135007577 ], [ -122.993550039560546, 37.993373579613348 ], [ -122.995410125516869, 37.99346528084746 ], [ -122.998838088053901, 37.993634277551173 ], [ -123.000020218240635, 37.993692555931652 ], [ -123.000595636564427, 37.993720923744561 ], [ -123.006094214786302, 37.993992000684429 ], [ -123.013084418165732, 37.994336613939858 ], [ -123.018835063875258, 37.994620117670898 ], [ -123.024066, 37.994877999999765 ], [ -123.023797497675318, 37.995235543335106 ], [ -123.021053947010074, 37.998888913028026 ], [ -123.020562, 37.999543999999759 ], [ -123.016303, 38.001690999999774 ], [ -123.011533, 38.003437999999782 ], [ -122.99242, 38.041757999999767 ], [ -122.989725377347185, 38.047843056337051 ], [ -122.989427605715989, 38.048515490805599 ], [ -122.960889, 38.112961999999783 ], [ -122.952086, 38.138561999999759 ], [ -122.949074, 38.154059999999795 ], [ -122.949626, 38.164040999999777 ], [ -122.9498248498046, 38.164618672839566 ], [ -122.952979920586316, 38.17378437809078 ], [ -122.953629, 38.175669999999762 ], [ -122.956426516072881, 38.178387715970736 ], [ -122.964924574078196, 38.186643363967598 ], [ -122.965408, 38.187112999999769 ], [ -122.96637, 38.198513999999776 ], [ -122.968112, 38.202427999999784 ], [ -122.968671596030518, 38.203149928405097 ], [ -122.971218418301959, 38.206435554536633 ], [ -122.971972206729916, 38.207408008321231 ], [ -122.98109906870242, 38.219182468020414 ], [ -122.986761559986292, 38.226487582924072 ], [ -122.987400031187917, 38.227311267280797 ], [ -122.988803206442299, 38.229121487544198 ], [ -122.988883254758065, 38.229224756956036 ], [ -122.98981775688479, 38.230430347405758 ], [ -122.991953, 38.233184999999779 ], [ -122.99213898352383, 38.233594516063931 ], [ -122.992754734839806, 38.234950335387332 ], [ -122.993437052019715, 38.236452725708197 ], [ -122.993736794092413, 38.237112726074656 ], [ -122.993959, 38.237601999999761 ], [ -122.993324679504084, 38.239427861758735 ], [ -122.993235, 38.239685999999779 ], [ -122.991934640862013, 38.239227049715772 ], [ -122.991704059048217, 38.239145667899152 ], [ -122.987149, 38.237537999999766 ], [ -122.978001, 38.240167999999763 ], [ -122.970393846044757, 38.242354220198045 ], [ -122.968794, 38.242813999999775 ], [ -122.968569, 38.242878999999768 ], [ -122.967744, 38.247594999999798 ], [ -122.967233, 38.250520999999779 ], [ -122.967203, 38.250690999999776 ], [ -122.967686, 38.251532999999803 ], [ -122.968776999282426, 38.253433478374113 ], [ -122.969168876703975, 38.254116113621478 ], [ -122.970470546956008, 38.256383572642179 ], [ -122.972797630750449, 38.260437262225558 ], [ -122.973968, 38.262475999999779 ], [ -122.977082, 38.267901999999772 ], [ -122.977292621259636, 38.268021979677819 ], [ -122.977563, 38.268175999999769 ], [ -122.985904683597198, 38.272927977818732 ], [ -122.986319, 38.273163999999795 ], [ -122.987064799040851, 38.274058166594891 ], [ -122.987249682844649, 38.274279830759447 ], [ -122.987714911733349, 38.274837611218466 ], [ -122.994074657650216, 38.282462550432179 ], [ -122.994603, 38.283095999999773 ], [ -122.997106, 38.289457999999804 ], [ -123.000096011801972, 38.292677180808269 ], [ -123.002701964906962, 38.29548286679853 ], [ -123.002912, 38.295708999999775 ], [ -123.002982436821114, 38.295784918285548 ], [ -123.003155157894625, 38.295971080687757 ], [ -123.003169, 38.295985999999786 ], [ -123.004122, 38.297011999999775 ], [ -123.010794, 38.301488999999776 ], [ -123.011327043408144, 38.301846645787478 ], [ -123.016341500947576, 38.305211099018003 ], [ -123.017354948530922, 38.305891072269127 ], [ -123.019986470749018, 38.307656693646564 ], [ -123.024333, 38.310572999999764 ], [ -123.026822447169096, 38.311091780715515 ], [ -123.037016528130962, 38.313216144985347 ], [ -123.037131, 38.313239999999794 ], [ -123.038742, 38.31357599999977 ], [ -123.039473444669184, 38.313404615474788 ], [ -123.039937, 38.313295999999774 ], [ -123.049150211920136, 38.311140121662113 ], [ -123.051061, 38.310692999999787 ], [ -123.05145939669714, 38.309873070908786 ], [ -123.052783, 38.307148999999797 ], [ -123.053129288728627, 38.306436583084128 ], [ -123.053359, 38.305963999999776 ], [ -123.053400933481456, 38.305877265790258 ], [ -123.053476, 38.305721999999768 ], [ -123.052573, 38.303564999999779 ], [ -123.052459, 38.303291999999765 ], [ -123.052256, 38.302806999999781 ], [ -123.052083, 38.302392999999775 ], [ -123.052021, 38.302245999999784 ], [ -123.052381, 38.301550999999783 ], [ -123.052733439717429, 38.300871461547416 ], [ -123.052837718493478, 38.300670401807054 ], [ -123.053438, 38.299512999999756 ], [ -123.053504, 38.299384999999781 ], [ -123.055447, 38.298961999999776 ], [ -123.058057, 38.298394999999779 ], [ -123.058239, 38.298354999999759 ], [ -123.058579, 38.298593999999767 ], [ -123.058983264779954, 38.298878569810185 ], [ -123.062199647682704, 38.301142644046088 ], [ -123.063044, 38.301736999999775 ], [ -123.063671, 38.302177999999756 ], [ -123.063717740017509, 38.302264582868894 ], [ -123.064369, 38.303470999999774 ], [ -123.064853, 38.304366999999779 ], [ -123.065081498453338, 38.304790161992329 ], [ -123.066528365947462, 38.307469652040659 ], [ -123.067805561744535, 38.309834922835648 ], [ -123.067933041404686, 38.310071005602147 ], [ -123.068905, 38.311870999999762 ], [ -123.070279743798807, 38.314417094977877 ], [ -123.07158055615524, 38.316826265189157 ], [ -123.074684, 38.322573999999776 ], [ -123.074592702023523, 38.322758822732659 ], [ -123.074561, 38.322822999999786 ], [ -123.071676363982874, 38.328657746300266 ], [ -123.071423545676552, 38.329169121277502 ], [ -123.069840389080994, 38.33237136829726 ], [ -123.068437, 38.335209999999769 ], [ -123.06842108513888, 38.337491284307887 ], [ -123.068410255059362, 38.339043700646499 ], [ -123.068393805781014, 38.341401589937348 ], [ -123.068352299673776, 38.347351200832641 ], [ -123.068332795229253, 38.350147026876328 ], [ -123.068293452963019, 38.355786466261172 ], [ -123.068265, 38.359864999999772 ], [ -123.070637161957123, 38.364067373929743 ], [ -123.070793718737434, 38.36434472014129 ], [ -123.085110996622163, 38.389708315215287 ], [ -123.085572, 38.390524999999791 ], [ -123.085654488574392, 38.390638793656819 ], [ -123.103706, 38.415540999999756 ], [ -123.122379, 38.437313999999773 ], [ -123.122741043601053, 38.438050036527436 ], [ -123.1235645451072, 38.43972421938097 ], [ -123.12756, 38.447846999999776 ], [ -123.128825, 38.450417999999779 ], [ -123.129990564611845, 38.451054064310888 ], [ -123.136940714493733, 38.454846854733475 ], [ -123.139358, 38.456165999999797 ], [ -123.145325, 38.45942199999979 ], [ -123.145491621529416, 38.459544578757246 ], [ -123.145901645424459, 38.459846221766803 ], [ -123.164483, 38.473515999999769 ], [ -123.164924197462568, 38.473840549931779 ], [ -123.165039, 38.473924999999802 ], [ -123.165547672264879, 38.474299271457497 ], [ -123.166428, 38.474946999999801 ], [ -123.173513, 38.478774999999793 ], [ -123.175494576112513, 38.479845467607284 ], [ -123.176108547193465, 38.480177141041359 ], [ -123.178786983673604, 38.48162405972019 ], [ -123.179688122786615, 38.482110864251318 ], [ -123.182555075016921, 38.483659621059289 ], [ -123.185061493273764, 38.48501361374111 ], [ -123.187687796335027, 38.486432369415866 ], [ -123.18966419142366, 38.487500038181459 ], [ -123.189762016448697, 38.4875528842568 ], [ -123.195781683563396, 38.490804769770328 ], [ -123.199775, 38.492961999999793 ], [ -123.202277, 38.49431399999979 ], [ -123.204313, 38.495030999999784 ], [ -123.204920605648638, 38.495244721754098 ], [ -123.205345, 38.49539399999977 ], [ -123.206389147137415, 38.49576164525741 ], [ -123.2138745405191, 38.49839725979826 ], [ -123.215710660617589, 38.499043759532285 ], [ -123.23069, 38.504317999999778 ], [ -123.231106297859213, 38.504464575042313 ], [ -123.246843230131603, 38.510005419094732 ], [ -123.247518, 38.510242999999775 ], [ -123.249797, 38.511044999999775 ], [ -123.253881652355346, 38.514235047794813 ], [ -123.254025, 38.514346999999802 ], [ -123.257005085793935, 38.516674486513544 ], [ -123.258244898649181, 38.517642796790398 ], [ -123.258249, 38.517645999999793 ], [ -123.260988336003109, 38.519785464552584 ], [ -123.261383921773202, 38.520094423268034 ], [ -123.261952562835106, 38.520538540891351 ], [ -123.26450929445312, 38.52253538854405 ], [ -123.26689640193301, 38.524399757073915 ], [ -123.278796249296036, 38.533693725242827 ], [ -123.280794, 38.535253999999775 ], [ -123.281748060570237, 38.535999162994663 ], [ -123.28288877698634, 38.536890112361469 ], [ -123.286704196657311, 38.539870121846725 ], [ -123.286848972357689, 38.539983197994978 ], [ -123.287156, 38.540222999999784 ], [ -123.287383634355166, 38.540296465959614 ], [ -123.287754006351321, 38.540415998594163 ], [ -123.288603, 38.540689999999799 ], [ -123.289252104396652, 38.540899748319049 ], [ -123.292997164190723, 38.542109908042974 ], [ -123.295576983843318, 38.542943537947473 ], [ -123.295761, 38.543002999999779 ], [ -123.295881819807846, 38.543042027405335 ], [ -123.297151, 38.543451999999789 ], [ -123.297303322655267, 38.543548850312852 ], [ -123.298329, 38.544200999999795 ], [ -123.298536425525654, 38.544332873181659 ], [ -123.299084, 38.544680999999791 ], [ -123.303472864259803, 38.547471068484462 ], [ -123.304887500899937, 38.548370374745282 ], [ -123.331899, 38.565541999999773 ], [ -123.331928476814767, 38.56560504591765 ], [ -123.338879103216286, 38.580471259411311 ], [ -123.339066, 38.580870999999782 ], [ -123.341680380812576, 38.586462666077594 ], [ -123.341902429984756, 38.586937587258873 ], [ -123.342624326754702, 38.588481587911204 ], [ -123.343338, 38.590007999999791 ], [ -123.343484752976238, 38.590166966394087 ], [ -123.343530885716746, 38.59021693850098 ], [ -123.345600574973489, 38.592458876258647 ], [ -123.345715019173284, 38.592582845000301 ], [ -123.349454, 38.596632999999784 ], [ -123.349612, 38.596804999999776 ], [ -123.371876, 38.60723499999979 ], [ -123.371962491754388, 38.607406652866217 ], [ -123.372266, 38.60800899999979 ], [ -123.373749, 38.610945999999778 ], [ -123.37612, 38.615644999999795 ], [ -123.378576100025114, 38.620512445478418 ], [ -123.37876542924559, 38.620887653999517 ], [ -123.379029755570087, 38.62141149014623 ], [ -123.379114566430857, 38.621579566460937 ], [ -123.379192709951354, 38.621734429586077 ], [ -123.379303, 38.621952999999777 ], [ -123.381873, 38.625371999999764 ], [ -123.3819490262551, 38.62547312569798 ], [ -123.382108953500037, 38.625685851608019 ], [ -123.398132920393664, 38.646999999433376 ], [ -123.398166, 38.647043999999802 ], [ -123.402791838875245, 38.649340685073049 ], [ -123.40301, 38.649448999999798 ], [ -123.40313182391607, 38.649783292539908 ], [ -123.403585244098338, 38.65102750623268 ], [ -123.405420784785008, 38.656064346111698 ], [ -123.405663, 38.656728999999778 ], [ -123.405908757374192, 38.657005145308212 ], [ -123.408734189681951, 38.66017994272228 ], [ -123.413415970904623, 38.665440626858356 ], [ -123.415680018892573, 38.667984624701759 ], [ -123.421498, 38.674521999999797 ], [ -123.421768355926147, 38.67482577097401 ], [ -123.43262030098289, 38.687018978532421 ], [ -123.43272, 38.687130999999788 ], [ -123.434887414814426, 38.690150403818812 ], [ -123.435788, 38.691404999999804 ], [ -123.439993, 38.697261999999796 ], [ -123.440790021152424, 38.698373123198166 ], [ -123.441551, 38.699433999999791 ], [ -123.441716385249975, 38.699663907746384 ], [ -123.441774, 38.699743999999789 ], [ -123.455417187914094, 38.711807690093863 ], [ -123.457012706463601, 38.713218492425561 ], [ -123.457231881682276, 38.713412293312167 ], [ -123.457524538782408, 38.713671068943071 ], [ -123.460345, 38.716164999999791 ], [ -123.461291, 38.717000999999797 ], [ -123.461349994848902, 38.71703223751468 ], [ -123.462700608243267, 38.717747381409652 ], [ -123.464250697071833, 38.718568146676034 ], [ -123.466745230350639, 38.719888991154974 ], [ -123.466902, 38.719971999999792 ], [ -123.468754442395905, 38.720952827343879 ], [ -123.469094647933474, 38.721132958663802 ], [ -123.489716989560065, 38.732052033184836 ], [ -123.490021, 38.732212999999788 ], [ -123.510184, 38.740153999999791 ], [ -123.510414228861421, 38.7402446901513 ], [ -123.512048989537618, 38.740888643704615 ], [ -123.51356322420034, 38.741485120489131 ], [ -123.514784, 38.741965999999799 ], [ -123.514800094697549, 38.741984371931778 ], [ -123.517540574053598, 38.745112600977421 ], [ -123.517633139120207, 38.745218263050518 ], [ -123.520206841338791, 38.748156117706209 ], [ -123.52053, 38.748524999999795 ], [ -123.521170073540702, 38.749255642146203 ], [ -123.52138481350724, 38.749500767214016 ], [ -123.524955314203183, 38.753576483715889 ], [ -123.525152, 38.753800999999797 ], [ -123.52569564019619, 38.754748268560682 ], [ -123.526008979547953, 38.755294248270957 ], [ -123.52726225086947, 38.757478017111843 ], [ -123.530954538438067, 38.763911661930486 ], [ -123.533106804549561, 38.767661888709725 ], [ -123.533531859544567, 38.768402527897592 ], [ -123.533535, 38.768407999999795 ], [ -123.53388, 38.768754999999793 ], [ -123.534303, 38.769180999999797 ], [ -123.534743682204024, 38.769624548334413 ], [ -123.541030500857644, 38.775952255508614 ], [ -123.541837, 38.776763999999794 ], [ -123.542284492165535, 38.777081994017919 ], [ -123.560779897569958, 38.790225080611286 ], [ -123.561304572820461, 38.790597921979156 ], [ -123.563384932614753, 38.792076253939129 ], [ -123.563662071972232, 38.792273192935291 ], [ -123.569117600237732, 38.79614996550869 ], [ -123.56973681283965, 38.796589986404079 ], [ -123.571295467136466, 38.797697587343045 ], [ -123.571987, 38.79818899999978 ], [ -123.572070866438125, 38.798238516315145 ], [ -123.574121564792904, 38.799449287020522 ], [ -123.574991691156939, 38.799963025917812 ], [ -123.576659544859766, 38.800947757972402 ], [ -123.576918311930427, 38.801100538895987 ], [ -123.576972122548938, 38.801132309692711 ], [ -123.577456, 38.801417999999785 ], [ -123.578832070151392, 38.80223045475168 ], [ -123.579018217468416, 38.802340359230101 ], [ -123.579856, 38.802834999999796 ], [ -123.580503, 38.802836999999791 ], [ -123.582339713590216, 38.802843060332179 ], [ -123.584746, 38.802850999999798 ], [ -123.586376760904287, 38.802856988105923 ], [ -123.58638, 38.802856999999797 ], [ -123.586385285514496, 38.802861299134406 ], [ -123.598827443358644, 38.812981508151765 ], [ -123.599284090607597, 38.813352936135942 ], [ -123.600072466223509, 38.813994185517032 ], [ -123.600221, 38.814114999999795 ], [ -123.600273530638376, 38.814304975416796 ], [ -123.600353347190151, 38.814593629489458 ], [ -123.600451776459266, 38.81494959587436 ], [ -123.601475862371601, 38.818653170668611 ], [ -123.601569, 38.818989999999793 ], [ -123.602347487886306, 38.819774095989885 ], [ -123.604591053698002, 38.822033824095293 ], [ -123.605317, 38.822764999999791 ], [ -123.605877264431726, 38.823119748287212 ], [ -123.606079817285547, 38.823248000722913 ], [ -123.608307032106907, 38.824658228820311 ], [ -123.609608806564367, 38.825482486498018 ], [ -123.611459013254887, 38.826654000550441 ], [ -123.612713, 38.827447999999784 ], [ -123.638501803808722, 38.843779383741797 ], [ -123.638637, 38.843864999999788 ], [ -123.642676, 38.844004999999797 ], [ -123.645093, 38.844757999999786 ], [ -123.645129, 38.844768999999786 ], [ -123.646845081950431, 38.84530328060702 ], [ -123.647181913482882, 38.845408148883081 ], [ -123.647387, 38.845471999999795 ], [ -123.652212, 38.854581999999787 ], [ -123.654696, 38.865637999999798 ], [ -123.659846, 38.872528999999787 ], [ -123.661919436336447, 38.874074922076289 ], [ -123.687020306486048, 38.892789742792715 ], [ -123.688099, 38.893593999999808 ], [ -123.688838237878187, 38.894240833143208 ], [ -123.704147, 38.907635999999776 ], [ -123.705335994851922, 38.9086763937432 ], [ -123.706209556141744, 38.909440776952223 ], [ -123.71002595990258, 38.912780204863722 ], [ -123.71054, 38.9132299999998 ], [ -123.714846, 38.914451999999798 ], [ -123.723805, 38.916994999999794 ], [ -123.725367, 38.917437999999798 ], [ -123.725377, 38.917488999999804 ], [ -123.725514389786369, 38.91822337281728 ], [ -123.725574, 38.918541999999796 ], [ -123.725576, 38.918549999999797 ], [ -123.72763, 38.929499999999791 ], [ -123.727614874356789, 38.929578957501498 ], [ -123.727524845227762, 38.930048919340727 ], [ -123.727356041507832, 38.930930093107058 ], [ -123.727262, 38.931420999999787 ], [ -123.727100250034397, 38.932265789154847 ], [ -123.727071321969845, 38.932416874907041 ], [ -123.726953547508998, 38.933031988405709 ], [ -123.726907629344893, 38.933271810200594 ], [ -123.726737056741229, 38.934162678308034 ], [ -123.726653940568852, 38.934596778190368 ], [ -123.726315, 38.936366999999791 ], [ -123.726327900367266, 38.936385217112147 ], [ -123.738886, 38.954118999999807 ], [ -123.738272869808327, 38.954208495664652 ], [ -123.738272238290236, 38.954208587844285 ], [ -123.737729280440746, 38.954287840789888 ], [ -123.737258248058183, 38.95435659512107 ], [ -123.735616257501022, 38.95459626858451 ], [ -123.735412685720789, 38.954625982978065 ], [ -123.73383, 38.954856999999791 ], [ -123.733757487795643, 38.954867590801491 ], [ -123.732892, 38.954993999999807 ], [ -123.729053, 38.95666699999979 ], [ -123.721347, 38.9638789999998 ], [ -123.711149, 38.977315999999796 ], [ -123.6969, 39.004400999999788 ], [ -123.69074, 39.021292999999787 ], [ -123.690598020472635, 39.023464296213696 ], [ -123.690098835710529, 39.031098340389512 ], [ -123.690095, 39.031156999999794 ], [ -123.690870497246664, 39.036402916583697 ], [ -123.691801690533552, 39.04270205217378 ], [ -123.692429381928051, 39.046948123594809 ], [ -123.692757575561899, 39.049168217133342 ], [ -123.693337282974696, 39.053089696859558 ], [ -123.693943655833692, 39.057191557247485 ], [ -123.693969, 39.057362999999818 ], [ -123.694833547360957, 39.059635643714991 ], [ -123.695085830488438, 39.060298822726431 ], [ -123.696318058798497, 39.063537992783452 ], [ -123.703338280692563, 39.081992115585038 ], [ -123.704379405226888, 39.084728929363642 ], [ -123.706268356083129, 39.089694432106057 ], [ -123.707617463126454, 39.09324084237992 ], [ -123.709346549215553, 39.097786107117223 ], [ -123.710751, 39.101477999999801 ], [ -123.711076, 39.102334999999769 ], [ -123.713392, 39.108421999999791 ], [ -123.713412334551066, 39.108464369531681 ], [ -123.713515556529103, 39.108679445186709 ], [ -123.713620456905588, 39.108898017990832 ], [ -123.713803745937412, 39.109279923175549 ], [ -123.719975111208825, 39.122138719853623 ], [ -123.720104803875998, 39.122408950437013 ], [ -123.720244085177626, 39.122699160116753 ], [ -123.720304, 39.122823999999795 ], [ -123.720378297857096, 39.122978843910133 ], [ -123.721505, 39.1253269999998 ], [ -123.726271, 39.130054999999793 ], [ -123.726927, 39.130705999999805 ], [ -123.735936, 39.139643999999798 ], [ -123.736465683499517, 39.140661571032261 ], [ -123.73666615334669, 39.141046692165041 ], [ -123.737913, 39.143441999999787 ], [ -123.737937899350172, 39.143565936110768 ], [ -123.73794782480222, 39.143615339886892 ], [ -123.738187158821191, 39.144806621077635 ], [ -123.738208499220391, 39.144912842567827 ], [ -123.742221, 39.164884999999785 ], [ -123.743030438010777, 39.166035705067017 ], [ -123.743124961409393, 39.16617008046363 ], [ -123.743618580684469, 39.166871814498293 ], [ -123.744533608821797, 39.168172627531831 ], [ -123.745414108324724, 39.169424354317833 ], [ -123.74658922419141, 39.171094910635084 ], [ -123.747329997024053, 39.172148000607208 ], [ -123.756483, 39.185159999999826 ], [ -123.757528284971173, 39.186645842453821 ], [ -123.760321242477715, 39.190615951036705 ], [ -123.76101, 39.191594999999808 ], [ -123.76182, 39.191936999999804 ], [ -123.76548561370204, 39.193485724039988 ], [ -123.765891, 39.193656999999796 ], [ -123.765919584934906, 39.193714840674303 ], [ -123.769791484775212, 39.201549502501038 ], [ -123.769854, 39.2016759999998 ], [ -123.770350859235563, 39.202681212687345 ], [ -123.770560463099045, 39.203105269337257 ], [ -123.770725547680684, 39.203439257525652 ], [ -123.771852571481972, 39.205719377412862 ], [ -123.772899511799508, 39.207837477701489 ], [ -123.772989874846061, 39.208020294230558 ], [ -123.774013908759869, 39.210092051800743 ], [ -123.774402600156094, 39.210878426482019 ], [ -123.774407235146043, 39.210887803686624 ], [ -123.774519042670008, 39.211114005261614 ], [ -123.774957819002637, 39.21200170846803 ], [ -123.774998, 39.212082999999815 ], [ -123.775208179441648, 39.214311700230901 ], [ -123.775992335344498, 39.22262673060856 ], [ -123.776287605201773, 39.225757712373522 ], [ -123.776823477024038, 39.231439988645761 ], [ -123.777285292224519, 39.236336983499434 ], [ -123.777368, 39.237213999999788 ], [ -123.777481657006746, 39.237506778516654 ], [ -123.777551870194642, 39.237687646494784 ], [ -123.778980859196054, 39.241368697865106 ], [ -123.779135223398754, 39.241766337426533 ], [ -123.77925, 39.242061999999798 ], [ -123.780104649675067, 39.244263725472855 ], [ -123.780270603669493, 39.244691251683342 ], [ -123.780629623090846, 39.245616147846555 ], [ -123.781361679095184, 39.247502050807149 ], [ -123.781372964799246, 39.247531124733975 ], [ -123.781753030343864, 39.248510239353052 ], [ -123.782532, 39.25051699999981 ], [ -123.782543553816282, 39.250546762768543 ], [ -123.783331594005588, 39.252576763703786 ], [ -123.783560337935398, 39.253166010797727 ], [ -123.784440111805353, 39.255432318789587 ], [ -123.78578705787497, 39.258902067944838 ], [ -123.786101412627133, 39.259711849539208 ], [ -123.786405806290418, 39.260495971249732 ], [ -123.786984543200262, 39.261986804438415 ], [ -123.787244135827294, 39.26265551814474 ], [ -123.787893, 39.264326999999795 ], [ -123.787934257948535, 39.26435312938716 ], [ -123.788816995736511, 39.264912182815763 ], [ -123.788962301013342, 39.265004207213401 ], [ -123.796399, 39.269713999999809 ], [ -123.798991, 39.271354999999801 ], [ -123.799602595491805, 39.272288953188891 ], [ -123.799737721989942, 39.272495301707728 ], [ -123.803349, 39.278009999999796 ], [ -123.803848, 39.278770999999807 ], [ -123.803805, 39.278867999999811 ], [ -123.803305047342377, 39.280006075824915 ], [ -123.80220208345952, 39.282516826616806 ], [ -123.801757, 39.2835299999998 ], [ -123.80194771085911, 39.284713588466019 ], [ -123.80290545387426, 39.290657526800914 ], [ -123.803081, 39.291746999999816 ], [ -123.80637, 39.300093999999795 ], [ -123.807905686750701, 39.303990916089717 ], [ -123.810186653445143, 39.309779033886592 ], [ -123.811387, 39.312824999999805 ], [ -123.8098, 39.319828999999807 ], [ -123.808772, 39.324367999999822 ], [ -123.810566132726336, 39.32737985570602 ], [ -123.811069659930226, 39.328225139480189 ], [ -123.811312370941508, 39.328632584555784 ], [ -123.811697208688017, 39.329278621354426 ], [ -123.811822101016745, 39.329488281246022 ], [ -123.811931854728428, 39.329672527560646 ], [ -123.811954791243963, 39.329711031665845 ], [ -123.812295529603162, 39.330283037714452 ], [ -123.812867759375166, 39.331243654216664 ], [ -123.813197263175127, 39.331796800528288 ], [ -123.813450356182869, 39.332221674122337 ], [ -123.816736128836695, 39.337737583269679 ], [ -123.817079844886166, 39.338314588041833 ], [ -123.817231171856989, 39.338568624431602 ], [ -123.81733039605713, 39.338735194590548 ], [ -123.817369, 39.338799999999807 ], [ -123.817465513373307, 39.33890349196944 ], [ -123.817761475041578, 39.339220853749829 ], [ -123.818644763501496, 39.340168010183653 ], [ -123.81903898570279, 39.340590737425366 ], [ -123.819187344497124, 39.340749823604959 ], [ -123.821924142502752, 39.343684511373056 ], [ -123.822085, 39.343856999999822 ], [ -123.823918325070167, 39.35343423142772 ], [ -123.825303242519851, 39.360668995812809 ], [ -123.825331, 39.360813999999806 ], [ -123.825375171790398, 39.361171541472849 ], [ -123.825861, 39.365103999999803 ], [ -123.826298094178085, 39.368645936193403 ], [ -123.826306, 39.368709999999801 ], [ -123.826258496281071, 39.368844564038596 ], [ -123.822325, 39.379986999999801 ], [ -123.822324395148996, 39.380024039529296 ], [ -123.822320960080148, 39.380234394362155 ], [ -123.821887, 39.406808999999789 ], [ -123.820013, 39.417153999999812 ], [ -123.818076, 39.427846999999801 ], [ -123.817238, 39.432470999999822 ], [ -123.817080835063607, 39.433338737961037 ], [ -123.816148821121445, 39.438484566900662 ], [ -123.815964, 39.439504999999791 ], [ -123.815066521473682, 39.444457679763289 ], [ -123.815042, 39.444592999999813 ], [ -123.81469, 39.446537999999777 ], [ -123.813795311723439, 39.448682982790785 ], [ -123.813760798005148, 39.448765728182394 ], [ -123.811553573667382, 39.454057468718766 ], [ -123.811025471382052, 39.455323574851626 ], [ -123.810875811641637, 39.455682378667582 ], [ -123.810649102425742, 39.456225905814819 ], [ -123.81056111343365, 39.456436856241702 ], [ -123.809735737772527, 39.458415664543544 ], [ -123.809643, 39.458637999999809 ], [ -123.809577935128658, 39.458793992907339 ], [ -123.808583812517227, 39.461177400012133 ], [ -123.808142497579851, 39.462235451750516 ], [ -123.807644697244157, 39.463428927126024 ], [ -123.807637860473704, 39.463445318270388 ], [ -123.807251709327261, 39.464371114922983 ], [ -123.806998174830142, 39.464978963406487 ], [ -123.806923413336193, 39.465158203948619 ], [ -123.804287, 39.471478999999803 ], [ -123.79645529610103, 39.490257701670615 ], [ -123.795639, 39.49221499999981 ], [ -123.795477, 39.492456999999817 ], [ -123.794869, 39.493369999999814 ], [ -123.794161162781933, 39.494431788906525 ], [ -123.794029621061355, 39.494629107634772 ], [ -123.78417, 39.509418999999802 ], [ -123.778521, 39.521477999999824 ], [ -123.777515, 39.524094999999825 ], [ -123.770481, 39.542385999999802 ], [ -123.769691195221895, 39.544439768440519 ], [ -123.766965846799977, 39.551526626780799 ], [ -123.76694324491811, 39.551585399572438 ], [ -123.766475, 39.552802999999805 ], [ -123.766513, 39.553167999999815 ], [ -123.766619, 39.554181999999798 ], [ -123.766626483460286, 39.554253795634089 ], [ -123.76667079535342, 39.554678919887742 ], [ -123.766904676738861, 39.556922756529993 ], [ -123.76721, 39.5598519999998 ], [ -123.767283, 39.560013999999811 ], [ -123.76810871332934, 39.56184045317471 ], [ -123.768234439436682, 39.56211855556171 ], [ -123.770416102720546, 39.566944329458941 ], [ -123.770491, 39.567109999999786 ], [ -123.770527, 39.567188999999786 ], [ -123.777301, 39.582172999999791 ], [ -123.777567136386367, 39.582761994286535 ], [ -123.778413, 39.584633999999816 ], [ -123.778445224667095, 39.584705285086351 ], [ -123.787417, 39.604551999999813 ], [ -123.787003006180115, 39.605082172637374 ], [ -123.786317621941535, 39.605959895811083 ], [ -123.78354, 39.609516999999812 ], [ -123.783240858833977, 39.612456589996647 ], [ -123.782873196054453, 39.616069525799638 ], [ -123.782322, 39.621485999999791 ], [ -123.785171, 39.648612999999813 ], [ -123.785286791397667, 39.649715306837678 ], [ -123.785713468149709, 39.653777169038158 ], [ -123.786276316912392, 39.659135356712468 ], [ -123.78636, 39.65993199999982 ], [ -123.786503576443224, 39.660483375481803 ], [ -123.791954009789904, 39.68141463165842 ], [ -123.792659, 39.684121999999817 ], [ -123.797048, 39.691628999999807 ], [ -123.798477414663409, 39.694073646082572 ], [ -123.799153919106274, 39.69523063290989 ], [ -123.799858944224738, 39.696436397016093 ], [ -123.804390434800084, 39.704186345976218 ], [ -123.804751, 39.704802999999835 ], [ -123.805758524536159, 39.706526021422405 ], [ -123.806786774376874, 39.708284486293138 ], [ -123.806816748530679, 39.70833574669161 ], [ -123.806983294505201, 39.708620565841521 ], [ -123.807823673569501, 39.71005774288178 ], [ -123.808208, 39.710714999999809 ], [ -123.811469518977859, 39.712177121442899 ], [ -123.81856096053076, 39.715356176609298 ], [ -123.818779912681393, 39.715454331682643 ], [ -123.824744, 39.718127999999815 ], [ -123.824771200449518, 39.718156004961685 ], [ -123.826507638423593, 39.719943801859372 ], [ -123.826887204816813, 39.720334594752892 ], [ -123.827442403764763, 39.720906214915324 ], [ -123.827635577508289, 39.721105102191771 ], [ -123.8293846019276, 39.722905857806104 ], [ -123.829545, 39.723070999999834 ], [ -123.829548598654554, 39.723084241787149 ], [ -123.830053241514563, 39.724941150616679 ], [ -123.830379212914579, 39.726140611104185 ], [ -123.830736893476598, 39.727456750192651 ], [ -123.831481360485682, 39.730196127823973 ], [ -123.831594298663163, 39.730611700728254 ], [ -123.831599, 39.730628999999809 ], [ -123.834043, 39.736324999999816 ], [ -123.834929, 39.738387999999816 ], [ -123.835003, 39.73856099999982 ], [ -123.835079412213432, 39.738738722788383 ], [ -123.835092, 39.738767999999816 ], [ -123.835131519419193, 39.738947874673535 ], [ -123.838084764790509, 39.752389723225605 ], [ -123.838089, 39.752408999999822 ], [ -123.838071336502367, 39.752856625650402 ], [ -123.837945758918124, 39.756038993545779 ], [ -123.837866551177882, 39.758046263961447 ], [ -123.837785694705047, 39.760095316305438 ], [ -123.837598415766408, 39.764841310469869 ], [ -123.83758, 39.765307999999813 ], [ -123.837469480319228, 39.768115713936687 ], [ -123.837406606988552, 39.769712988969275 ], [ -123.83715, 39.776231999999823 ], [ -123.837816661861339, 39.78111925856399 ], [ -123.837902491574368, 39.781748471099505 ], [ -123.839108868628173, 39.79059234972771 ], [ -123.839261764676849, 39.791713221591834 ], [ -123.839687895216358, 39.794837159302311 ], [ -123.839724319639615, 39.795104184588787 ], [ -123.839766971881375, 39.795416865643304 ], [ -123.839797, 39.795636999999815 ], [ -123.840435014131231, 39.79758599643872 ], [ -123.840933977786435, 39.799110223473114 ], [ -123.841254018784284, 39.800087880133951 ], [ -123.84169341333957, 39.801430136334311 ], [ -123.846003, 39.814594999999812 ], [ -123.846040759746501, 39.814710348719395 ], [ -123.84793644317071, 39.82050129479169 ], [ -123.848086441911931, 39.820959511923391 ], [ -123.851714, 39.832040999999805 ], [ -123.853705943125149, 39.834041688241115 ], [ -123.853764, 39.834099999999829 ], [ -123.853912064402394, 39.834160532431525 ], [ -123.860413263860153, 39.8368183854055 ], [ -123.865870219215466, 39.839049325267304 ], [ -123.869270612492656, 39.8404394911041 ], [ -123.870385537386866, 39.840895300292082 ], [ -123.881458, 39.845421999999822 ], [ -123.884398438057573, 39.847397477083028 ], [ -123.887101677804253, 39.849213597016615 ], [ -123.893000573344963, 39.853176657189444 ], [ -123.89393890460191, 39.853807057102053 ], [ -123.896921619690559, 39.855810937200168 ], [ -123.900400209291874, 39.85814796110769 ], [ -123.903604254706153, 39.860300537752856 ], [ -123.904929608536108, 39.861190951380699 ], [ -123.907664, 39.863027999999808 ], [ -123.911801718571752, 39.869825522419454 ], [ -123.911852228723532, 39.869908501453189 ], [ -123.912214394906627, 39.870503474916624 ], [ -123.912431893036697, 39.870860784963142 ], [ -123.915142, 39.875312999999835 ], [ -123.915476535412765, 39.878042451377354 ], [ -123.915590146669899, 39.87896939779457 ], [ -123.915853, 39.881113999999812 ], [ -123.916723365790276, 39.882866688839002 ], [ -123.91819818260177, 39.885836583789228 ], [ -123.920967360839001, 39.891412983785976 ], [ -123.924944336028688, 39.899421570642893 ], [ -123.925216921175945, 39.899970485766481 ], [ -123.925330928639994, 39.900200066951818 ], [ -123.925598383809586, 39.900738651643451 ], [ -123.926891276930533, 39.903342199908643 ], [ -123.927383081853392, 39.904332566268337 ], [ -123.928945685154531, 39.907479240226088 ], [ -123.930047, 39.909696999999824 ], [ -123.931876501293772, 39.91062816877718 ], [ -123.932003740332249, 39.910692930152479 ], [ -123.936385771151919, 39.912923270352017 ], [ -123.93671317439383, 39.913089910122949 ], [ -123.937257171780431, 39.913366790704039 ], [ -123.93752375293009, 39.913502473605199 ], [ -123.937841304141216, 39.913664098947557 ], [ -123.941220685704494, 39.915384116642677 ], [ -123.954952, 39.922372999999823 ], [ -123.95552979498764, 39.923517928695723 ], [ -123.956035987972768, 39.924520974562775 ], [ -123.956035987468411, 39.924520978863605 ], [ -123.956337901300842, 39.925119230415469 ], [ -123.956591348954404, 39.925621449191468 ], [ -123.956831646029727, 39.926097609461074 ], [ -123.958361210770533, 39.929128515927012 ], [ -123.959938, 39.932252999999825 ], [ -123.962625, 39.937574999999811 ], [ -123.962655, 39.937634999999844 ], [ -123.964094530790106, 39.939691484392242 ], [ -123.964164536523143, 39.939791493157855 ], [ -123.964377542683494, 39.940095789423907 ], [ -123.974604232727202, 39.954705430708096 ], [ -123.976028640749547, 39.956740311022287 ], [ -123.978770172105257, 39.96065680692714 ], [ -123.980031, 39.96245799999982 ], [ -123.983122279766349, 39.964525661177092 ], [ -123.984070080181311, 39.965159615484041 ], [ -123.99089326064724, 39.969723429315664 ], [ -123.991534, 39.970151999999835 ], [ -123.993620765673668, 39.97154751851437 ], [ -123.99586, 39.973044999999807 ], [ -124.010533, 39.987802999999822 ], [ -124.011675808710862, 39.988952300097864 ], [ -124.011864525827448, 39.989142089166243 ], [ -124.012258297594499, 39.989538097637478 ], [ -124.017198424466656, 39.994506285440451 ], [ -124.017575, 39.994884999999819 ], [ -124.023929, 40.001274999999822 ], [ -124.026874966621122, 40.004237887227283 ], [ -124.027176483375072, 40.004541135788486 ], [ -124.027237, 40.004601999999821 ], [ -124.027323819116731, 40.004689319976812 ], [ -124.029443425084082, 40.006821153969817 ], [ -124.035904, 40.013318999999825 ], [ -124.03684, 40.013819999999832 ], [ -124.038399, 40.015388999999821 ], [ -124.041544, 40.016340999999819 ], [ -124.041876627203891, 40.016519304864588 ], [ -124.042182, 40.016682999999816 ], [ -124.042655648568285, 40.017212996415012 ], [ -124.043379498758597, 40.01802295981765 ], [ -124.044502, 40.01927899999982 ], [ -124.050102, 40.02228899999983 ], [ -124.054901, 40.024447999999822 ], [ -124.057644506401488, 40.025024158487057 ], [ -124.05981008486377, 40.025478947442558 ], [ -124.061096, 40.025748999999848 ], [ -124.06156166646096, 40.025636021403663 ], [ -124.065498, 40.024680999999831 ], [ -124.065725, 40.02418999999982 ], [ -124.067308561120697, 40.022755641764547 ], [ -124.068492806824423, 40.021682975509009 ], [ -124.068718, 40.021478999999836 ], [ -124.068754189260176, 40.021491663552226 ], [ -124.06924131350884, 40.021662120848745 ], [ -124.072724641067737, 40.022881026703324 ], [ -124.072756, 40.022891999999828 ], [ -124.072954, 40.023080999999806 ], [ -124.0733420638403, 40.024057532911769 ], [ -124.073498837494, 40.024452041795847 ], [ -124.073502, 40.02445999999982 ], [ -124.073513801644467, 40.024464199056098 ], [ -124.074129821918305, 40.024683380696267 ], [ -124.074941, 40.024971999999828 ], [ -124.075178274062395, 40.02519817010365 ], [ -124.075347, 40.025358999999824 ], [ -124.075575534499166, 40.02667962228346 ], [ -124.0756, 40.026820999999813 ], [ -124.075752624630212, 40.026950108248208 ], [ -124.077904, 40.028769999999838 ], [ -124.079983, 40.029791999999802 ], [ -124.079986568768433, 40.02996797272727 ], [ -124.080003765583967, 40.030815932067568 ], [ -124.08001456578927, 40.031348480372394 ], [ -124.080025433347529, 40.031884349790793 ], [ -124.080038, 40.032503999999818 ], [ -124.078102, 40.036319999999826 ], [ -124.078998973568162, 40.037664563378485 ], [ -124.079102, 40.037818999999814 ], [ -124.079188142079872, 40.037796383546421 ], [ -124.080138, 40.037546999999826 ], [ -124.080187, 40.039998999999824 ], [ -124.079498, 40.064330999999839 ], [ -124.081618, 40.067866999999829 ], [ -124.084547, 40.073531999999815 ], [ -124.087346913432029, 40.079323438490356 ], [ -124.087601, 40.079848999999832 ], [ -124.089080663681813, 40.080747631021225 ], [ -124.089404, 40.080943999999846 ], [ -124.089631427161123, 40.081189441042241 ], [ -124.094556949117205, 40.086505100074959 ], [ -124.098713237661286, 40.090990596828249 ], [ -124.104289, 40.097007999999839 ], [ -124.106122047407382, 40.099293522653213 ], [ -124.10634558792465, 40.099572242621981 ], [ -124.10799420598849, 40.10162781080664 ], [ -124.109199, 40.10312999999983 ], [ -124.111530749082718, 40.10468302032131 ], [ -124.113403, 40.10592999999983 ], [ -124.119202, 40.107650999999827 ], [ -124.124298, 40.110869999999828 ], [ -124.128278712770779, 40.112394067200682 ], [ -124.131520660463565, 40.113635288667751 ], [ -124.134833474045664, 40.114903642054124 ], [ -124.136173922969661, 40.115416850204795 ], [ -124.137462696975604, 40.115910273946938 ], [ -124.141197, 40.117339999999835 ], [ -124.145225170651202, 40.117852133440643 ], [ -124.146459, 40.118008999999844 ], [ -124.148483319344578, 40.118525029273897 ], [ -124.14951579640703, 40.118788223117505 ], [ -124.150568578592654, 40.119056593040675 ], [ -124.150986, 40.11916299999983 ], [ -124.152397, 40.119929999999819 ], [ -124.156816035328902, 40.121565478002353 ], [ -124.158798, 40.122298999999828 ], [ -124.161312701545256, 40.12274182591652 ], [ -124.161597398633873, 40.122791959599162 ], [ -124.162146595675424, 40.122888670353504 ], [ -124.171791, 40.124586999999849 ], [ -124.172378, 40.124803999999834 ], [ -124.174039, 40.125418999999837 ], [ -124.175903, 40.127021999999819 ], [ -124.179299, 40.127891999999832 ], [ -124.181503, 40.129828999999823 ], [ -124.187959, 40.130636999999815 ], [ -124.190895, 40.133935999999821 ], [ -124.195503, 40.139720999999824 ], [ -124.197223, 40.141045999999825 ], [ -124.214895, 40.160901999999822 ], [ -124.225093453283975, 40.167624795223254 ], [ -124.227671941529309, 40.169324528307946 ], [ -124.231095, 40.171580999999811 ], [ -124.231343, 40.171695999999841 ], [ -124.232399, 40.17287099999983 ], [ -124.237503, 40.176528999999832 ], [ -124.250198, 40.181258999999827 ], [ -124.255689272864572, 40.183400157366044 ], [ -124.256705484371835, 40.183796398603413 ], [ -124.257202, 40.183989999999824 ], [ -124.265602, 40.18936899999985 ], [ -124.270599, 40.194320999999817 ], [ -124.275703, 40.198188999999829 ], [ -124.280701, 40.199477999999822 ], [ -124.28624, 40.202207999999821 ], [ -124.286938018611494, 40.202657669916249 ], [ -124.291999, 40.205917999999812 ], [ -124.297997, 40.211947999999836 ], [ -124.300823743666271, 40.212465550039838 ], [ -124.301498, 40.212588999999802 ], [ -124.302718440643829, 40.213498352739144 ], [ -124.303327877658234, 40.213952445464862 ], [ -124.319441585778307, 40.225958801279049 ], [ -124.320732085028439, 40.226920354824586 ], [ -124.321404, 40.227420999999836 ], [ -124.321519, 40.227579999999826 ], [ -124.32219498412843, 40.228652184756648 ], [ -124.323562175259397, 40.230820699413464 ], [ -124.324701, 40.232626999999837 ], [ -124.32476367618446, 40.232795862418122 ], [ -124.325269181095464, 40.234157795702714 ], [ -124.326063854177193, 40.236298806990206 ], [ -124.326202, 40.236670999999831 ], [ -124.326595592326626, 40.236847307795479 ], [ -124.327662, 40.237324999999814 ], [ -124.327691, 40.237369999999828 ], [ -124.329513, 40.238152999999826 ], [ -124.331001, 40.238818999999829 ], [ -124.330704, 40.239459999999816 ], [ -124.331598209496548, 40.239795061792101 ], [ -124.333809302164596, 40.24062356190877 ], [ -124.338138690262696, 40.242245790861986 ], [ -124.338762264916298, 40.24247944532646 ], [ -124.341598, 40.24354199999982 ], [ -124.342270721376948, 40.243972950572974 ], [ -124.34292527440158, 40.244392262357657 ], [ -124.351601, 40.249949999999821 ], [ -124.351898, 40.250590999999822 ], [ -124.352038334762156, 40.250759277007042 ], [ -124.355499, 40.254908999999834 ], [ -124.3563, 40.25534099999981 ], [ -124.360166, 40.257780999999831 ], [ -124.361172564796391, 40.258769967509551 ], [ -124.361596, 40.259185999999829 ], [ -124.362160473128114, 40.26011492133842 ], [ -124.362801, 40.261168999999832 ], [ -124.362701928174772, 40.262161196936049 ], [ -124.362198, 40.267207999999826 ], [ -124.362645695861247, 40.269890029835231 ], [ -124.362888308355508, 40.271343458388841 ], [ -124.363602, 40.275618999999836 ], [ -124.361702, 40.278850999999833 ], [ -124.361702, 40.280049777103478 ], [ -124.361702, 40.280335882387625 ], [ -124.361702, 40.280915999999827 ], [ -124.360923, 40.282811999999851 ], [ -124.357697, 40.289409999999805 ], [ -124.35652, 40.293531999999828 ], [ -124.355437, 40.296168999999828 ], [ -124.353941355804494, 40.299810383737174 ], [ -124.353874039534034, 40.299974275907026 ], [ -124.352779967491401, 40.302637968351718 ], [ -124.349662900289033, 40.310226964352893 ], [ -124.349453, 40.310737999999844 ], [ -124.349297, 40.310969999999855 ], [ -124.348837124484959, 40.311960855619247 ], [ -124.348417037132791, 40.312865982984988 ], [ -124.348024411800097, 40.313711940215747 ], [ -124.3479, 40.31397999999983 ], [ -124.347925769952255, 40.314093518270511 ], [ -124.347979, 40.314327999999847 ], [ -124.347853, 40.314633999999828 ], [ -124.348553, 40.316863999999818 ], [ -124.349724672822148, 40.322039077888633 ], [ -124.349842333116072, 40.322558763225885 ], [ -124.349940064364716, 40.322990425388127 ], [ -124.349957288902885, 40.323066503218847 ], [ -124.350098, 40.323687999999827 ], [ -124.350626200221654, 40.324851840240399 ], [ -124.350865502433379, 40.325379120488002 ], [ -124.351217451326107, 40.326154607258381 ], [ -124.351612209999871, 40.327024421414087 ], [ -124.352035, 40.327955999999844 ], [ -124.352537923073669, 40.329559198448791 ], [ -124.352754, 40.330247999999834 ], [ -124.353028877197303, 40.331122406651723 ], [ -124.353124, 40.33142499999984 ], [ -124.353241, 40.33154599999984 ], [ -124.354037, 40.332369999999841 ], [ -124.354301, 40.332950999999831 ], [ -124.355281, 40.333656999999832 ], [ -124.356595, 40.33501599999984 ], [ -124.35661272718913, 40.335058967207196 ], [ -124.361625416392982, 40.347208736395011 ], [ -124.362796, 40.350045999999814 ], [ -124.362886, 40.35091599999982 ], [ -124.363349, 40.355402999999825 ], [ -124.3638, 40.368499999999834 ], [ -124.365237, 40.373692999999811 ], [ -124.365325, 40.374543999999844 ], [ -124.365357, 40.374854999999833 ], [ -124.365814, 40.375855999999828 ], [ -124.365869, 40.375976999999821 ], [ -124.366302, 40.377540999999837 ], [ -124.370210215963496, 40.387662009653397 ], [ -124.370490649914444, 40.388388242479614 ], [ -124.370796, 40.389178999999821 ], [ -124.37442798946195, 40.394389401628068 ], [ -124.375, 40.395209999999821 ], [ -124.376317, 40.395849999999825 ], [ -124.378172, 40.397847999999833 ], [ -124.378403, 40.398219999999846 ], [ -124.378704, 40.398420999999836 ], [ -124.379082, 40.398827999999838 ], [ -124.379708874808671, 40.399243037859385 ], [ -124.381277405931172, 40.400281522403219 ], [ -124.382784, 40.401278999999839 ], [ -124.384804, 40.403190999999836 ], [ -124.387594351813803, 40.404541577128981 ], [ -124.387901, 40.404689999999832 ], [ -124.387958, 40.404704999999836 ], [ -124.388256276920288, 40.404902500046617 ], [ -124.390150679731846, 40.406156853362084 ], [ -124.391122, 40.406799999999826 ], [ -124.39151846994919, 40.407610394550062 ], [ -124.392392578563133, 40.409397094547124 ], [ -124.394038156870238, 40.412760698005044 ], [ -124.394302, 40.413299999999843 ], [ -124.396361216352659, 40.414653685978301 ], [ -124.396599, 40.414809999999839 ], [ -124.396621649176694, 40.414837998237438 ], [ -124.399967439241394, 40.418973964253574 ], [ -124.401299, 40.420619999999836 ], [ -124.401355323285458, 40.420715118881667 ], [ -124.403044689863805, 40.423568124678717 ], [ -124.403603, 40.424510999999832 ], [ -124.402100284830027, 40.427508431855877 ], [ -124.4021, 40.427508999999837 ], [ -124.402100340164907, 40.427509650470725 ], [ -124.403, 40.429229999999841 ], [ -124.403097261919626, 40.429959061155188 ], [ -124.403603, 40.433749999999847 ], [ -124.403741309249995, 40.43384065814368 ], [ -124.404818556772497, 40.4345467660929 ], [ -124.409149303459102, 40.4373854587773 ], [ -124.409202, 40.437419999999818 ], [ -124.409279329301953, 40.437752351467822 ], [ -124.409484, 40.438631999999828 ], [ -124.409430933300598, 40.438906588617748 ], [ -124.40916675233953, 40.440273568018739 ], [ -124.40902577507444, 40.441003041545592 ], [ -124.40890150440012, 40.441646068398313 ], [ -124.408601, 40.443200999999831 ], [ -124.407981261261725, 40.444181367710407 ], [ -124.407410881811415, 40.445083653724367 ], [ -124.407072999768218, 40.445618150964343 ], [ -124.400814451140519, 40.455518579339554 ], [ -124.399656686579306, 40.457350052704321 ], [ -124.399029424179972, 40.458342322130726 ], [ -124.396642, 40.462118999999831 ], [ -124.396225236968931, 40.463105292240584 ], [ -124.39605, 40.463519999999853 ], [ -124.395699, 40.464068999999846 ], [ -124.394421, 40.467375999999838 ], [ -124.390349407666989, 40.477014521075901 ], [ -124.38494, 40.489819999999845 ], [ -124.384488507225456, 40.492458740041414 ], [ -124.384297, 40.493577999999843 ], [ -124.383903, 40.494597999999847 ], [ -124.383365311470016, 40.498628877634118 ], [ -124.383301, 40.499110999999829 ], [ -124.383339, 40.49917699999984 ], [ -124.383224, 40.499851999999834 ], [ -124.383621423256201, 40.500385780361398 ], [ -124.38440591751592, 40.501439436943087 ], [ -124.386749712579345, 40.504587395088251 ], [ -124.386943, 40.504846999999835 ], [ -124.386902, 40.50532199999985 ], [ -124.386906, 40.505344999999842 ], [ -124.385990725416022, 40.508400930039784 ], [ -124.384685821766453, 40.512757758396795 ], [ -124.383134, 40.517938999999835 ], [ -124.382675, 40.519145999999843 ], [ -124.379096, 40.522864999999832 ], [ -124.378948, 40.523109999999846 ], [ -124.378713, 40.523499999999835 ], [ -124.377098, 40.524360999999821 ], [ -124.374298, 40.528857999999836 ], [ -124.369165, 40.539362999999838 ], [ -124.363545, 40.548697999999838 ], [ -124.362381, 40.55100799999984 ], [ -124.356564421964137, 40.562547604048241 ], [ -124.355621845698181, 40.564417596478087 ], [ -124.347086, 40.581351999999839 ], [ -124.338185729500893, 40.597745687786933 ], [ -124.330572657900305, 40.611768443492309 ], [ -124.329706980234036, 40.613362962376492 ], [ -124.328725523541991, 40.615170738284796 ], [ -124.3265, 40.619269999999844 ], [ -124.325348333490936, 40.621060923683345 ], [ -124.324393786832943, 40.622545311918422 ], [ -124.324262061562337, 40.622750154123118 ], [ -124.312573674068616, 40.640926431560715 ], [ -124.3125, 40.641040999999838 ], [ -124.312333150026987, 40.640951725515102 ], [ -124.311302, 40.640399999999843 ], [ -124.313904, 40.637198999999846 ], [ -124.315498, 40.631858999999828 ], [ -124.313004, 40.628650999999842 ], [ -124.308601, 40.626300999999835 ], [ -124.3088, 40.627379999999839 ], [ -124.3125, 40.630580999999843 ], [ -124.313599, 40.633788999999837 ], [ -124.3125, 40.637408999999856 ], [ -124.309403, 40.636779999999831 ], [ -124.307403, 40.635058999999828 ], [ -124.303497, 40.627578999999834 ], [ -124.304901, 40.626948999999826 ], [ -124.299896, 40.619239999999834 ], [ -124.297096, 40.618381999999833 ], [ -124.281098, 40.620719999999821 ], [ -124.278603, 40.619861999999856 ], [ -124.2724, 40.619220999999847 ], [ -124.2659, 40.621348999999832 ], [ -124.2584, 40.620047999999841 ], [ -124.251602, 40.622409999999839 ], [ -124.249702, 40.623309999999833 ], [ -124.2407, 40.625449999999837 ], [ -124.236702, 40.62457999999986 ], [ -124.232002, 40.621589999999834 ], [ -124.2314, 40.618388999999837 ], [ -124.228897, 40.615809999999826 ], [ -124.226402, 40.614947999999828 ], [ -124.220802, 40.615809999999833 ], [ -124.217102, 40.615161999999827 ], [ -124.213203, 40.612800999999848 ], [ -124.207604, 40.612578999999847 ], [ -124.203102, 40.613440999999838 ], [ -124.198898, 40.613429999999838 ], [ -124.196098, 40.612369999999814 ], [ -124.196098, 40.609378999999841 ], [ -124.198601, 40.605090999999845 ], [ -124.196098, 40.600390999999831 ], [ -124.1922, 40.599540999999839 ], [ -124.191597, 40.59588999999982 ], [ -124.188499, 40.593959999999839 ], [ -124.185204, 40.589469999999835 ], [ -124.187103, 40.584338999999851 ], [ -124.186409, 40.583129999999834 ], [ -124.171478, 40.58363699999984 ], [ -124.169701, 40.58410999999986 ], [ -124.168602, 40.583468999999859 ], [ -124.163597, 40.585399999999829 ], [ -124.161301, 40.586890999999838 ], [ -124.159897, 40.589881999999839 ], [ -124.161003, 40.593509999999846 ], [ -124.161003, 40.596080999999835 ], [ -124.169998, 40.60142899999984 ], [ -124.183502, 40.60571999999982 ], [ -124.184601, 40.606158999999828 ], [ -124.191902, 40.609790999999831 ], [ -124.193298, 40.613429999999838 ], [ -124.201103, 40.615569999999828 ], [ -124.212601, 40.617290999999838 ], [ -124.225304, 40.620730999999836 ], [ -124.228897, 40.625640999999838 ], [ -124.239799, 40.629508999999842 ], [ -124.2323, 40.629920999999854 ], [ -124.231102, 40.630561999999848 ], [ -124.240402, 40.63099999999983 ], [ -124.245201, 40.629298999999875 ], [ -124.250504, 40.626517999999827 ], [ -124.255501, 40.62411899999983 ], [ -124.260902, 40.623279999999838 ], [ -124.263702, 40.624759999999846 ], [ -124.267899, 40.629901999999831 ], [ -124.271004, 40.631179999999837 ], [ -124.273499, 40.635878999999846 ], [ -124.2808, 40.639090999999866 ], [ -124.280998, 40.640159999999852 ], [ -124.2827, 40.639960999999829 ], [ -124.285301, 40.63824099999983 ], [ -124.290901, 40.636970999999825 ], [ -124.293099, 40.641879999999837 ], [ -124.296501, 40.64551899999983 ], [ -124.2967, 40.649150999999854 ], [ -124.2976, 40.651931999999839 ], [ -124.299797, 40.652987999999823 ], [ -124.300102, 40.655139999999832 ], [ -124.295304, 40.655337999999851 ], [ -124.297302, 40.656840999999829 ], [ -124.2948, 40.66025899999984 ], [ -124.289467, 40.665915999999832 ], [ -124.290802, 40.668151999999829 ], [ -124.291099, 40.671569999999832 ], [ -124.293099, 40.670501999999857 ], [ -124.306, 40.650649999999821 ], [ -124.307999, 40.645530999999835 ], [ -124.307099, 40.642108999999827 ], [ -124.307701, 40.641040999999852 ], [ -124.310755883164902, 40.643151216259646 ], [ -124.310799, 40.643180999999849 ], [ -124.310492, 40.644708999999835 ], [ -124.297933573245189, 40.665228033865738 ], [ -124.294214078858033, 40.67130526254924 ], [ -124.28925, 40.679415999999826 ], [ -124.284692269573156, 40.685593121164516 ], [ -124.276055760869767, 40.697298236584778 ], [ -124.274029727723544, 40.700044132251257 ], [ -124.272632125379246, 40.701938311637058 ], [ -124.2509, 40.731391999999843 ], [ -124.249004, 40.734349999999822 ], [ -124.248406, 40.735165999999836 ], [ -124.247549, 40.736619999999853 ], [ -124.236603, 40.753699999999846 ], [ -124.2341, 40.756488999999846 ], [ -124.2313, 40.753699999999846 ], [ -124.230217018803003, 40.750110775431708 ], [ -124.230202, 40.750060999999846 ], [ -124.230162819414431, 40.750027791383864 ], [ -124.228798, 40.748870999999838 ], [ -124.225403, 40.748858999999861 ], [ -124.226059930245441, 40.748328816699591 ], [ -124.226196, 40.748218999999835 ], [ -124.226324046978618, 40.748174406524683 ], [ -124.227391796393945, 40.747802553494473 ], [ -124.227402, 40.74779899999983 ], [ -124.227404715617908, 40.747779140329584 ], [ -124.227603444724409, 40.746325808277966 ], [ -124.227796021787626, 40.744917466926587 ], [ -124.227897, 40.744178999999846 ], [ -124.2285, 40.742679999999844 ], [ -124.229301, 40.74375099999984 ], [ -124.228901986767667, 40.744599002276928 ], [ -124.228798, 40.744819999999841 ], [ -124.2285, 40.745669999999841 ], [ -124.230719455924245, 40.746121341908257 ], [ -124.230863524458314, 40.746150639253784 ], [ -124.231598, 40.746299999999835 ], [ -124.233498, 40.745460999999835 ], [ -124.235802, 40.743758999999841 ], [ -124.239924041679217, 40.738818654269011 ], [ -124.240799, 40.737769999999827 ], [ -124.243032099517023, 40.73357328338254 ], [ -124.243128797993208, 40.733391555654421 ], [ -124.243296342217079, 40.733076685840949 ], [ -124.24335181708706, 40.732972430608704 ], [ -124.243401, 40.732879999999838 ], [ -124.243481473912681, 40.732830982764817 ], [ -124.243529668787232, 40.73280162692248 ], [ -124.243717981592013, 40.732686924247993 ], [ -124.249001, 40.729468999999845 ], [ -124.249233721637168, 40.728725511024166 ], [ -124.249802, 40.726909999999847 ], [ -124.25156472025661, 40.725507378309921 ], [ -124.252602, 40.724681999999838 ], [ -124.252682434438199, 40.724452851222615 ], [ -124.253502, 40.722117999999845 ], [ -124.254566886231885, 40.721289647441665 ], [ -124.255699, 40.72040899999984 ], [ -124.25611125457938, 40.719867484287278 ], [ -124.258739801052371, 40.716414765293969 ], [ -124.259102, 40.715938999999821 ], [ -124.259102, 40.714421771151549 ], [ -124.259102, 40.71421799999986 ], [ -124.259330158931931, 40.714114839568481 ], [ -124.261902, 40.712951999999852 ], [ -124.262613739746484, 40.709406745240408 ], [ -124.262694829498244, 40.709002828176928 ], [ -124.262802, 40.708468999999837 ], [ -124.262506853806869, 40.70838701494619 ], [ -124.260498, 40.707828999999833 ], [ -124.260498, 40.706550999999841 ], [ -124.26688369127902, 40.702776565246914 ], [ -124.266998, 40.702708999999835 ], [ -124.266998, 40.701609987910132 ], [ -124.266998, 40.701430999999822 ], [ -124.262199, 40.69971099999983 ], [ -124.262050642138888, 40.699291556346083 ], [ -124.261931283435189, 40.698954100343229 ], [ -124.261597, 40.698008999999843 ], [ -124.260498, 40.697589999999828 ], [ -124.244003, 40.694671999999841 ], [ -124.237035842101193, 40.692202808087657 ], [ -124.2313, 40.690169999999839 ], [ -124.229698, 40.686538999999833 ], [ -124.226898, 40.685889999999844 ], [ -124.2257, 40.684398999999829 ], [ -124.223198, 40.684398999999829 ], [ -124.219299, 40.686957999999841 ], [ -124.219902, 40.68888099999986 ], [ -124.2229, 40.69081099999984 ], [ -124.221199, 40.693149999999832 ], [ -124.221001, 40.695929999999834 ], [ -124.2229, 40.699557999999833 ], [ -124.220444059537442, 40.701022533640987 ], [ -124.220398, 40.70104999999986 ], [ -124.220140574794698, 40.70108962509395 ], [ -124.217598, 40.701480999999852 ], [ -124.215103, 40.703399999999846 ], [ -124.217301, 40.703608999999837 ], [ -124.215103, 40.705527999999852 ], [ -124.212303, 40.70489099999984 ], [ -124.2117, 40.705958999999837 ], [ -124.211998, 40.707877999999837 ], [ -124.2141871897485, 40.71069839305315 ], [ -124.216622180734703, 40.713835458566571 ], [ -124.217179945413136, 40.714554042063284 ], [ -124.217301, 40.714709999999833 ], [ -124.217234591841589, 40.714852250550052 ], [ -124.217108185393059, 40.715123021299988 ], [ -124.216630239189129, 40.716146812835554 ], [ -124.2164, 40.716639999999849 ], [ -124.218325349440263, 40.718073176571671 ], [ -124.218399, 40.718127999999844 ], [ -124.218803013663816, 40.718615657117496 ], [ -124.219146619814197, 40.719030400478658 ], [ -124.219941472436105, 40.719989812432487 ], [ -124.220703, 40.720908999999843 ], [ -124.221821094419141, 40.721785424911417 ], [ -124.223701, 40.723258999999828 ], [ -124.223265959138033, 40.723600801456406 ], [ -124.223137076633989, 40.723702061433272 ], [ -124.221802, 40.724750999999841 ], [ -124.221736953938859, 40.724869556175385 ], [ -124.220982010926249, 40.726245552734703 ], [ -124.220452199110596, 40.727211214014083 ], [ -124.220398, 40.727309999999861 ], [ -124.220275341140521, 40.727600156346362 ], [ -124.219498, 40.729438999999843 ], [ -124.217858828052741, 40.730489414839475 ], [ -124.217499, 40.730719999999849 ], [ -124.21594558249393, 40.733799650205619 ], [ -124.214699, 40.736270999999846 ], [ -124.216102, 40.738189999999847 ], [ -124.217499, 40.736480999999841 ], [ -124.218215043361795, 40.736392599584811 ], [ -124.219029880915343, 40.736292002355981 ], [ -124.2192, 40.736270999999846 ], [ -124.219237816659742, 40.736305620122458 ], [ -124.220301016976094, 40.737278951071076 ], [ -124.220596, 40.737548999999838 ], [ -124.220550054825168, 40.737619793747015 ], [ -124.2192, 40.73969999999985 ], [ -124.216202, 40.74201999999984 ], [ -124.214275561981054, 40.74236518947297 ], [ -124.205498, 40.743937999999844 ], [ -124.20136139942781, 40.747838944791738 ], [ -124.1996, 40.749499999999834 ], [ -124.198825744535071, 40.750757889398358 ], [ -124.198196, 40.751780999999866 ], [ -124.197601, 40.755198999999834 ], [ -124.199799, 40.761409999999842 ], [ -124.203499, 40.766547999999844 ], [ -124.202904, 40.772330999999816 ], [ -124.201750769304581, 40.772663788538814 ], [ -124.199203, 40.773398999999827 ], [ -124.198097, 40.772540999999855 ], [ -124.198159889242532, 40.77252749463684 ], [ -124.200104, 40.772109999999834 ], [ -124.198097, 40.771041999999838 ], [ -124.198103551442827, 40.77103292199164 ], [ -124.200104, 40.768260999999868 ], [ -124.200104, 40.766120999999835 ], [ -124.198097, 40.76419099999984 ], [ -124.197304, 40.760341999999824 ], [ -124.196198, 40.761188999999845 ], [ -124.197304, 40.764831999999863 ], [ -124.198402, 40.766330999999852 ], [ -124.198402, 40.767619999999845 ], [ -124.196503, 40.767398999999834 ], [ -124.19477688002641, 40.773977584847053 ], [ -124.194267228231354, 40.775919968706617 ], [ -124.194199, 40.776179999999854 ], [ -124.193616300130955, 40.780371521746915 ], [ -124.193604, 40.780459999999835 ], [ -124.19349386811912, 40.780568867506943 ], [ -124.192245677737048, 40.781802727986005 ], [ -124.189742233217174, 40.784277431604153 ], [ -124.186897, 40.78708999999985 ], [ -124.186986835871011, 40.787701383010905 ], [ -124.187401, 40.790519999999852 ], [ -124.188141619179333, 40.791935405542539 ], [ -124.188186997170362, 40.792022127925478 ], [ -124.188301, 40.792239999999836 ], [ -124.187634836212084, 40.793260968413939 ], [ -124.183866297294458, 40.799036663928966 ], [ -124.183701, 40.799289999999843 ], [ -124.183545763598843, 40.799402992282467 ], [ -124.179527398407998, 40.802327849158637 ], [ -124.179001, 40.802710999999846 ], [ -124.178453488270463, 40.802060184170379 ], [ -124.1781, 40.80163999999985 ], [ -124.175903, 40.803988999999852 ], [ -124.170653033980258, 40.805591177129806 ], [ -124.170303, 40.80569799999985 ], [ -124.169451362162135, 40.805742757457232 ], [ -124.163968849678596, 40.806030888524212 ], [ -124.162102, 40.806128999999842 ], [ -124.158038814347904, 40.806875070046168 ], [ -124.157402, 40.806991999999845 ], [ -124.154652921398437, 40.808179936958368 ], [ -124.153160448115074, 40.808824867289516 ], [ -124.152277458576606, 40.809206426371219 ], [ -124.149918, 40.810225999999844 ], [ -124.149134820405507, 40.810370280023143 ], [ -124.148577031804336, 40.810473037746824 ], [ -124.146238072696335, 40.810903928792676 ], [ -124.145836, 40.810977999999849 ], [ -124.145351485839953, 40.8112338670282 ], [ -124.145302, 40.811259999999855 ], [ -124.143887944147082, 40.811023288292937 ], [ -124.143822382276142, 40.811012313293382 ], [ -124.142799, 40.810840999999854 ], [ -124.1315, 40.805709999999848 ], [ -124.129696626092525, 40.805698604272152 ], [ -124.129601, 40.80569799999985 ], [ -124.127917700685728, 40.806228266489676 ], [ -124.127298155486216, 40.806423433240738 ], [ -124.127050996357838, 40.806501292360821 ], [ -124.126198, 40.806769999999844 ], [ -124.124339093785778, 40.805686624722121 ], [ -124.124, 40.805488999999824 ], [ -124.123630234084203, 40.805975339560753 ], [ -124.121740270282316, 40.808461139701549 ], [ -124.121399, 40.808909999999841 ], [ -124.120656988493579, 40.809012825564402 ], [ -124.119797, 40.809131999999842 ], [ -124.114098, 40.814258999999851 ], [ -124.111, 40.813830999999851 ], [ -124.109596, 40.814040999999847 ], [ -124.108277577323847, 40.814331201810035 ], [ -124.106028521982367, 40.814826247854931 ], [ -124.105698, 40.814898999999848 ], [ -124.105202, 40.816180999999858 ], [ -124.103203, 40.815970999999841 ], [ -124.097089808443471, 40.818977138327249 ], [ -124.087998, 40.823447999999836 ], [ -124.086304, 40.825160999999838 ], [ -124.0866874600774, 40.825365972653834 ], [ -124.088302, 40.826228999999834 ], [ -124.086187364910359, 40.829418357038371 ], [ -124.085706133623475, 40.830144164719975 ], [ -124.085668239377455, 40.830201317975828 ], [ -124.084975255489908, 40.83124649737826 ], [ -124.0849, 40.831359999999847 ], [ -124.082912503456058, 40.831026500779501 ], [ -124.082397, 40.830939999999849 ], [ -124.0821, 40.83328999999982 ], [ -124.083186364988791, 40.833972091597744 ], [ -124.083801, 40.83435799999986 ], [ -124.083589304079922, 40.834913584181237 ], [ -124.082901, 40.83671999999985 ], [ -124.083801, 40.839488999999837 ], [ -124.083891733263528, 40.839546148095344 ], [ -124.085503, 40.840560999999845 ], [ -124.085114074939113, 40.841525572849818 ], [ -124.084914263175435, 40.842021125905561 ], [ -124.084297, 40.843551999999853 ], [ -124.0849, 40.845901999999853 ], [ -124.083946049464615, 40.846057802809348 ], [ -124.083504, 40.846129999999832 ], [ -124.083811938495444, 40.846322984491103 ], [ -124.08470996434383, 40.846885775645944 ], [ -124.085187305533609, 40.847184924495515 ], [ -124.085197, 40.847190999999853 ], [ -124.084931988146991, 40.848903315642829 ], [ -124.0849, 40.849109999999847 ], [ -124.085117422423664, 40.849084165196587 ], [ -124.090202, 40.848479999999846 ], [ -124.090418622572173, 40.848687086410756 ], [ -124.091635578341297, 40.849850469339607 ], [ -124.092201, 40.850390999999853 ], [ -124.092021546970358, 40.851158460789982 ], [ -124.091301, 40.85423999999982 ], [ -124.091436170525782, 40.854182085210212 ], [ -124.093803, 40.853167999999847 ], [ -124.094550994207665, 40.853884447281992 ], [ -124.094704, 40.854030999999836 ], [ -124.095318642492074, 40.854159604563897 ], [ -124.097801, 40.854678999999834 ], [ -124.101097, 40.855308999999842 ], [ -124.100799, 40.859168999999859 ], [ -124.100812827968682, 40.859176328823239 ], [ -124.102228854907651, 40.859926823100892 ], [ -124.102683252548701, 40.860167653850667 ], [ -124.102799, 40.860228999999848 ], [ -124.102859950055162, 40.86016130417034 ], [ -124.105103, 40.857669999999843 ], [ -124.108101, 40.857657999999844 ], [ -124.110702, 40.855308999999842 ], [ -124.1157, 40.852530999999843 ], [ -124.118797, 40.852740999999838 ], [ -124.124114479810885, 40.856626178491886 ], [ -124.124585706412091, 40.856970476828863 ], [ -124.126404, 40.85829899999986 ], [ -124.129204, 40.857867999999868 ], [ -124.13011876595435, 40.85842764074264 ], [ -124.130249252253734, 40.858507470396511 ], [ -124.130303590774147, 40.85854071392702 ], [ -124.131657583589288, 40.859369067388592 ], [ -124.132004, 40.859580999999835 ], [ -124.1327698564195, 40.861647749984428 ], [ -124.132797, 40.861720999999839 ], [ -124.1334, 40.863219999999856 ], [ -124.133438927247028, 40.86326136713128 ], [ -124.134104188311795, 40.863968325470786 ], [ -124.134804, 40.864711999999848 ], [ -124.139, 40.865138999999836 ], [ -124.139476678860689, 40.864992930443172 ], [ -124.141441, 40.864390999999863 ], [ -124.14727, 40.861529999999838 ], [ -124.150497, 40.858088999999836 ], [ -124.152496, 40.858088999999836 ], [ -124.153602, 40.857867999999868 ], [ -124.155296, 40.85702099999984 ], [ -124.157303, 40.85742999999983 ], [ -124.157773786082259, 40.858454149561858 ], [ -124.157799, 40.858508999999827 ], [ -124.157825415529913, 40.858453014846909 ], [ -124.158402, 40.857230999999842 ], [ -124.158067671940216, 40.855801207569513 ], [ -124.157652405364814, 40.854025272260664 ], [ -124.157303, 40.852530999999843 ], [ -124.158651460086077, 40.851089250222245 ], [ -124.159180492276434, 40.850523618320643 ], [ -124.160717166358523, 40.848880633452993 ], [ -124.161894088664852, 40.847622288848768 ], [ -124.164299, 40.845050999999856 ], [ -124.165358706276209, 40.84410172627242 ], [ -124.166102659632585, 40.843435300686856 ], [ -124.166199, 40.843348999999847 ], [ -124.168198, 40.838630999999836 ], [ -124.170799, 40.835208999999836 ], [ -124.170237563630735, 40.832945787613518 ], [ -124.170156327437709, 40.832618315493178 ], [ -124.169899, 40.831580999999844 ], [ -124.170759237309866, 40.826971047137263 ], [ -124.171097, 40.825160999999838 ], [ -124.17150953253487, 40.824877162882558 ], [ -124.176697, 40.821307999999846 ], [ -124.176982258160308, 40.821167853965655 ], [ -124.180603, 40.819388999999845 ], [ -124.180407505389624, 40.818475655398679 ], [ -124.1801, 40.817038999999845 ], [ -124.181702, 40.815539999999849 ], [ -124.183701, 40.815108999999843 ], [ -124.185923150729224, 40.812569399166428 ], [ -124.18634702099952, 40.812084976000421 ], [ -124.186501, 40.811908999999851 ], [ -124.193893791448502, 40.796306213940007 ], [ -124.193901, 40.79629099999984 ], [ -124.193894052450531, 40.796271153166892 ], [ -124.193001, 40.793719999999844 ], [ -124.195497188471421, 40.789660662672887 ], [ -124.197087000399193, 40.787075287820336 ], [ -124.19728810586038, 40.786748247248433 ], [ -124.197688992274408, 40.78609632003905 ], [ -124.200104, 40.78216899999984 ], [ -124.200603443259297, 40.781775459260466 ], [ -124.200972338638252, 40.781484784879595 ], [ -124.204687691702674, 40.778557239528268 ], [ -124.206074974822641, 40.777464117507719 ], [ -124.210701, 40.773818999999833 ], [ -124.211601, 40.771899999999846 ], [ -124.21403579506827, 40.771685022089301 ], [ -124.214104, 40.771678999999843 ], [ -124.21413555400234, 40.771633791462875 ], [ -124.214996, 40.770400999999836 ], [ -124.216904, 40.767398999999834 ], [ -124.218009419731288, 40.766724299170988 ], [ -124.218458998505255, 40.76644989555502 ], [ -124.219704, 40.765689999999822 ], [ -124.219498, 40.763339999999836 ], [ -124.221703, 40.759059999999835 ], [ -124.223999, 40.758849999999811 ], [ -124.231723, 40.763482999999859 ], [ -124.23144549208061, 40.76395418116681 ], [ -124.230013847754179, 40.766384972496546 ], [ -124.228244, 40.769389999999838 ], [ -124.218276, 40.782916999999827 ], [ -124.218041, 40.783235999999853 ], [ -124.216301, 40.784518999999818 ], [ -124.204188, 40.802033999999857 ], [ -124.201921, 40.80511099999984 ], [ -124.199451, 40.80888499999984 ], [ -124.1913, 40.820670999999841 ], [ -124.182604, 40.834621999999847 ], [ -124.180527, 40.837794999999851 ], [ -124.177890692720752, 40.841822076937703 ], [ -124.17729092953843, 40.842738241945717 ], [ -124.176715, 40.843617999999843 ], [ -124.171853, 40.852194999999831 ], [ -124.161321, 40.870778999999843 ], [ -124.158322, 40.876068999999852 ], [ -124.15694, 40.879298999999868 ], [ -124.156424, 40.880503999999846 ], [ -124.153082357314588, 40.886442301780974 ], [ -124.151001, 40.890140999999844 ], [ -124.14, 40.91448999999983 ], [ -124.138, 40.921748999999856 ], [ -124.132599, 40.937758999999858 ], [ -124.13276908916292, 40.938360823604206 ], [ -124.13303, 40.939283999999844 ], [ -124.132405, 40.94138399999985 ], [ -124.132401, 40.941390999999832 ], [ -124.127149468260171, 40.956551257019505 ], [ -124.125941471031254, 40.960038534518119 ], [ -124.125197493567839, 40.962186267812164 ], [ -124.123987121394364, 40.965680401361887 ], [ -124.123242903822913, 40.967828827805974 ], [ -124.12254658810906, 40.969838969934372 ], [ -124.120538115833028, 40.97563707940602 ], [ -124.120499, 40.975749999999842 ], [ -124.117925027415367, 40.986580019207643 ], [ -124.117325246885329, 40.98910360267525 ], [ -124.117182692789143, 40.989703400671907 ], [ -124.116923517361982, 40.990793884257911 ], [ -124.116847927043281, 40.99111193139192 ], [ -124.116798, 40.991321999999855 ], [ -124.11642660092599, 40.992035242365723 ], [ -124.116138528654346, 40.992588462238729 ], [ -124.1148, 40.995158999999838 ], [ -124.114724913105846, 40.996846002531584 ], [ -124.114650534494274, 40.998517091839041 ], [ -124.114601, 40.99962999999984 ], [ -124.114457966980282, 41.000461938149684 ], [ -124.114404883308026, 41.000770694352823 ], [ -124.114218791724156, 41.001853078604263 ], [ -124.114160523388264, 41.002191990917282 ], [ -124.114075041787572, 41.002689186633837 ], [ -124.114000460519435, 41.003122981587964 ], [ -124.112297, 41.013030999999842 ], [ -124.112092779932198, 41.015302380975946 ], [ -124.111397, 41.02304099999985 ], [ -124.112281886210596, 41.02304099999985 ], [ -124.1128, 41.02304099999985 ], [ -124.1128, 41.02404299999985 ], [ -124.112634, 41.025122999999859 ], [ -124.112511, 41.02591999999985 ], [ -124.111378098291979, 41.028044591871556 ], [ -124.111099, 41.028567999999851 ], [ -124.111145358535623, 41.028596099083757 ], [ -124.112503, 41.029418999999841 ], [ -124.1128, 41.030059999999857 ], [ -124.113062780414751, 41.031374783887131 ], [ -124.113096212859205, 41.031542058298704 ], [ -124.113098, 41.031550999999844 ], [ -124.113752740932767, 41.031677188067135 ], [ -124.114556, 41.031831999999859 ], [ -124.118687694889019, 41.038156407943674 ], [ -124.119035078493511, 41.038688149925278 ], [ -124.120341835623805, 41.040688410205263 ], [ -124.120467, 41.040879999999852 ], [ -124.120541, 41.040992999999844 ], [ -124.120329987554939, 41.040952624042269 ], [ -124.120102, 41.040908999999843 ], [ -124.120210639104712, 41.041111223352033 ], [ -124.120903, 41.042399999999837 ], [ -124.121392, 41.042294999999854 ], [ -124.122795237374746, 41.044443179173349 ], [ -124.12288539594725, 41.044581200559662 ], [ -124.123228719721851, 41.045106785892266 ], [ -124.123810042406703, 41.045996717494113 ], [ -124.124248281279165, 41.046667605852527 ], [ -124.124960059738655, 41.047757248767113 ], [ -124.125295, 41.048269999999846 ], [ -124.125099, 41.048778999999847 ], [ -124.1268, 41.04941899999983 ], [ -124.126952, 41.049301999999848 ], [ -124.127754, 41.049726999999827 ], [ -124.127678311234746, 41.04978240615479 ], [ -124.127601, 41.049838999999849 ], [ -124.127784697257539, 41.049838999999849 ], [ -124.127965, 41.049838999999849 ], [ -124.128287, 41.050009999999844 ], [ -124.129153, 41.050469999999848 ], [ -124.128998, 41.051120999999853 ], [ -124.131851483874044, 41.052262393549483 ], [ -124.132123051564022, 41.052371020625451 ], [ -124.132698, 41.052600999999839 ], [ -124.136798807028697, 41.055411493826291 ], [ -124.136972543485442, 41.055530564349652 ], [ -124.138150415663887, 41.056337820692768 ], [ -124.138603, 41.056647999999861 ], [ -124.138870682470056, 41.056601008047203 ], [ -124.141098, 41.056209999999844 ], [ -124.14, 41.055789999999853 ], [ -124.141899, 41.056010999999856 ], [ -124.141098, 41.057071999999827 ], [ -124.143898, 41.057269999999853 ], [ -124.143097, 41.05557999999985 ], [ -124.145302, 41.056209999999865 ], [ -124.146955159774592, 41.054974746576271 ], [ -124.147003, 41.054938999999848 ], [ -124.147003, 41.05486188086541 ], [ -124.147003, 41.05293999999985 ], [ -124.147216, 41.052883999999871 ], [ -124.147448, 41.052692999999849 ], [ -124.148174, 41.052095999999842 ], [ -124.148939, 41.051466999999853 ], [ -124.149471, 41.051382999999859 ], [ -124.149802, 41.051330999999841 ], [ -124.149979285725749, 41.051330999999841 ], [ -124.150577885057629, 41.051330999999827 ], [ -124.151487, 41.051330999999841 ], [ -124.153374, 41.053291999999864 ], [ -124.152671023927581, 41.055225951640139 ], [ -124.152185388696964, 41.056561978693793 ], [ -124.152, 41.057071999999827 ], [ -124.151881256839118, 41.057056502656103 ], [ -124.151627331612502, 41.057023362503067 ], [ -124.150299, 41.056849999999841 ], [ -124.148969015202923, 41.058471514415722 ], [ -124.148903, 41.058551999999835 ], [ -124.148885034065302, 41.058848437922457 ], [ -124.148697, 41.061950999999851 ], [ -124.150001, 41.063228999999843 ], [ -124.152603, 41.063018999999848 ], [ -124.153702, 41.063880999999881 ], [ -124.153397, 41.065150999999858 ], [ -124.152603, 41.065577999999853 ], [ -124.153099, 41.064509999999849 ], [ -124.151219174269386, 41.064083576373584 ], [ -124.151199, 41.064078999999843 ], [ -124.151221152678872, 41.064114151129459 ], [ -124.152, 41.065349999999832 ], [ -124.151199, 41.065989999999843 ], [ -124.151199, 41.065150999999865 ], [ -124.150938618601458, 41.06514860918567 ], [ -124.150001, 41.065139999999843 ], [ -124.150299, 41.066211999999851 ], [ -124.152801, 41.06811899999984 ], [ -124.153354575330582, 41.067816975812129 ], [ -124.154161, 41.067376999999837 ], [ -124.154162, 41.067415999999845 ], [ -124.154172085505621, 41.067983288140859 ], [ -124.154508803105344, 41.086922933643251 ], [ -124.154513, 41.087158999999858 ], [ -124.155296, 41.088694999999838 ], [ -124.155296, 41.088735202949344 ], [ -124.155296, 41.089168999999842 ], [ -124.15558044691879, 41.089872333923402 ], [ -124.155899, 41.090659999999851 ], [ -124.156457, 41.090970999999861 ], [ -124.156459, 41.090975999999856 ], [ -124.156640784614495, 41.091332386250151 ], [ -124.157117, 41.092265999999839 ], [ -124.156998, 41.09236099999984 ], [ -124.157339, 41.092700999999849 ], [ -124.158347331038712, 41.094678507677841 ], [ -124.158358767440873, 41.094700936396457 ], [ -124.159562098973126, 41.097060873017256 ], [ -124.159734, 41.097397999999842 ], [ -124.159927815585618, 41.098077253032336 ], [ -124.160489, 41.100043999999848 ], [ -124.160236, 41.103931999999851 ], [ -124.159798, 41.104678999999848 ], [ -124.160135, 41.105484999999845 ], [ -124.159773, 41.111053999999847 ], [ -124.1595, 41.111480999999841 ], [ -124.1595, 41.112353969981342 ], [ -124.1595, 41.112550004305035 ], [ -124.1595, 41.115264999999837 ], [ -124.159469080463253, 41.115740831750159 ], [ -124.159369268771655, 41.117276869379445 ], [ -124.159155958956575, 41.120559570006897 ], [ -124.159143, 41.120758999999836 ], [ -124.15913, 41.120951999999861 ], [ -124.158910295033436, 41.121034978699655 ], [ -124.158897, 41.121039999999844 ], [ -124.158903513427802, 41.121083926867087 ], [ -124.158970462649521, 41.121535435606596 ], [ -124.15900056198862, 41.121738426982517 ], [ -124.15909930883538, 41.122404380419432 ], [ -124.159401, 41.124438999999853 ], [ -124.163399, 41.128688999999845 ], [ -124.165405, 41.129875999999861 ], [ -124.165339, 41.130285999999856 ], [ -124.165334330697547, 41.130314307646003 ], [ -124.165323, 41.13038299999986 ], [ -124.1642, 41.130797999999842 ], [ -124.164056382678652, 41.130972956672366 ], [ -124.163049973206768, 41.13219897906832 ], [ -124.161708373431182, 41.133833335080645 ], [ -124.1614, 41.134208999999842 ], [ -124.162315519088921, 41.134563206292789 ], [ -124.163597, 41.135058999999849 ], [ -124.162491007733749, 41.136065960007308 ], [ -124.162201, 41.136329999999866 ], [ -124.162445657066172, 41.136530150710023 ], [ -124.162679160653823, 41.136721176906931 ], [ -124.163140650230602, 41.137098715426362 ], [ -124.164114, 41.137894999999865 ], [ -124.164043329227297, 41.138332485735617 ], [ -124.163988, 41.138674999999857 ], [ -124.163887705707793, 41.138754992474425 ], [ -124.162244229188587, 41.140065792428985 ], [ -124.162082536901906, 41.140194754564774 ], [ -124.161841289528269, 41.140387168050893 ], [ -124.158925825021598, 41.142712477051838 ], [ -124.158592211757508, 41.142978559497351 ], [ -124.158539, 41.143020999999841 ], [ -124.158360123278797, 41.142977043945493 ], [ -124.15766, 41.142804999999846 ], [ -124.157522225429602, 41.1427280856538 ], [ -124.155197, 41.141429999999836 ], [ -124.153607023521019, 41.141429999999851 ], [ -124.152655228979739, 41.141429999999836 ], [ -124.152245378200888, 41.141429999999836 ], [ -124.152057, 41.141429999999836 ], [ -124.15124038302632, 41.141229529613945 ], [ -124.150172584833498, 41.140967397031993 ], [ -124.149674, 41.14084499999985 ], [ -124.146634, 41.142832999999861 ], [ -124.145897, 41.143130999999848 ], [ -124.145691, 41.143449999999838 ], [ -124.1438, 41.144685999999858 ], [ -124.127597149627618, 41.179234898393624 ], [ -124.122677, 41.189725999999837 ], [ -124.12089510896925, 41.194263086887446 ], [ -124.120799958446682, 41.194505361067435 ], [ -124.120297784387517, 41.195784006786909 ], [ -124.120179449408852, 41.196085313696727 ], [ -124.120122948735116, 41.196229176851944 ], [ -124.120064915514121, 41.196376942209852 ], [ -124.119157889306237, 41.198686430637395 ], [ -124.118642260315255, 41.199999335575718 ], [ -124.117489054807862, 41.202935650701654 ], [ -124.117420868085119, 41.203109269110612 ], [ -124.117212188162355, 41.203640614139481 ], [ -124.116617657394542, 41.205154420373638 ], [ -124.116280469593875, 41.206012974753648 ], [ -124.116245329574781, 41.206102448979067 ], [ -124.115559318517342, 41.207849184171998 ], [ -124.114888079443389, 41.209558306642684 ], [ -124.114804774785313, 41.209770418643522 ], [ -124.114287003676637, 41.211088777885159 ], [ -124.11402685501055, 41.211751173666585 ], [ -124.114010635436401, 41.211792472273437 ], [ -124.112703, 41.215121999999852 ], [ -124.112698, 41.21513499999984 ], [ -124.112396, 41.215697999999861 ], [ -124.110246663085974, 41.220494917606324 ], [ -124.110111007603024, 41.220797675247724 ], [ -124.106499, 41.228858999999858 ], [ -124.106697, 41.234370999999868 ], [ -124.106731, 41.234385999999866 ], [ -124.106405081864423, 41.240385943220943 ], [ -124.106389, 41.240681999999836 ], [ -124.106098151997287, 41.241651151971318 ], [ -124.105616978632327, 41.243254498430346 ], [ -124.105537, 41.243520999999866 ], [ -124.105493211282393, 41.243632310983941 ], [ -124.102799, 41.250480999999851 ], [ -124.098602, 41.260009999999852 ], [ -124.098602, 41.266349999999839 ], [ -124.091599, 41.287528999999864 ], [ -124.091341, 41.291919999999855 ], [ -124.091186, 41.292612999999854 ], [ -124.0896, 41.292808999999856 ], [ -124.0877, 41.29322799999985 ], [ -124.088799, 41.293441999999835 ], [ -124.090811, 41.294290999999852 ], [ -124.08938, 41.300705999999863 ], [ -124.089104, 41.301059999999843 ], [ -124.088307, 41.305511999999851 ], [ -124.079015, 41.347134999999874 ], [ -124.07867768388445, 41.348525362747374 ], [ -124.07858, 41.348927999999844 ], [ -124.07855294800882, 41.349023574794089 ], [ -124.071899, 41.372531999999858 ], [ -124.069702, 41.377391999999858 ], [ -124.069702, 41.380778999999848 ], [ -124.067497, 41.400847999999854 ], [ -124.065498, 41.409720999999855 ], [ -124.064311, 41.430903999999842 ], [ -124.063076, 41.43957899999986 ], [ -124.06533176142301, 41.462797737921761 ], [ -124.065007514090652, 41.463230489441223 ], [ -124.064914351016228, 41.46338519872014 ], [ -124.06484101060633, 41.463501004847409 ], [ -124.064733015349788, 41.464049991098712 ], [ -124.064704807087551, 41.46425944268767 ], [ -124.064696585451841, 41.464315728152933 ], [ -124.064666119363764, 41.464521009275217 ], [ -124.064680264540314, 41.464589652438356 ], [ -124.064708494238516, 41.464729625797112 ], [ -124.055707, 41.464780999999867 ], [ -124.054971806804687, 41.464781052994404 ], [ -124.04542580575162, 41.46478174109366 ], [ -124.044042451497617, 41.464781840809238 ], [ -124.042348064222239, 41.464781962944834 ], [ -124.041834, 41.464781999999857 ], [ -124.037551033112507, 41.464815495447738 ], [ -124.037457795825659, 41.464816224620961 ], [ -124.02940642374287, 41.464879191326354 ], [ -124.022897313476975, 41.464930096591196 ], [ -124.021926039669765, 41.46493769255261 ], [ -124.008909113421467, 41.465039492960258 ], [ -124.001182512278191, 41.46509991975617 ], [ -123.99535055172268, 41.46514552929181 ], [ -123.989844697010611, 41.465188588478256 ], [ -123.968828408948255, 41.465352948838799 ], [ -123.968694, 41.465353999999856 ], [ -123.966759296775635, 41.46536821456948 ], [ -123.916028207237815, 41.465740943883034 ], [ -123.912754, 41.465764999999855 ], [ -123.885874878859539, 41.465850431458875 ], [ -123.885748447007117, 41.465850833304508 ], [ -123.885696493993933, 41.465850998429772 ], [ -123.885696, 41.465850999999866 ], [ -123.885691001204677, 41.463851481873128 ], [ -123.885691, 41.46385099999987 ], [ -123.885652623987255, 41.463851281545779 ], [ -123.873864793842387, 41.46393776305154 ], [ -123.865109, 41.464001999999844 ], [ -123.859679177035375, 41.464012967831103 ], [ -123.787053449653911, 41.464159666301136 ], [ -123.770551516982948, 41.464192998955596 ], [ -123.770551, 41.464192999999867 ], [ -123.770548111035765, 41.463420600231544 ], [ -123.765948053946246, 41.404544647919643 ], [ -123.770239006077546, 41.380777624900738 ], [ -123.770239, 41.380775999999862 ], [ -123.763824303158685, 41.380869210461228 ], [ -123.751176, 41.381052999999852 ], [ -123.748234717139454, 41.38141828370869 ], [ -123.746071, 41.38168699999985 ], [ -123.688580332459949, 41.381960512997658 ], [ -123.661483297601606, 41.382089427681606 ], [ -123.599899995939637, 41.38227301581788 ], [ -123.50117, 41.38256699999986 ], [ -123.501101433387831, 41.382550377790828 ], [ -123.500283905213934, 41.38235218914263 ], [ -123.49993792252765, 41.382268314552007 ], [ -123.499883, 41.382254999999851 ], [ -123.500071751316739, 41.381543701492753 ], [ -123.500359278477021, 41.380460171886689 ], [ -123.500371, 41.380415999999855 ], [ -123.500347099531822, 41.380398934724901 ], [ -123.498266, 41.378912999999855 ], [ -123.493511589189069, 41.377486476823407 ], [ -123.49351, 41.377485999999855 ], [ -123.490548431338311, 41.377896032804863 ], [ -123.490527, 41.377898999999857 ], [ -123.490508826073437, 41.377892468216181 ], [ -123.487859878531722, 41.376940425617406 ], [ -123.487842, 41.376933999999849 ], [ -123.487829734017126, 41.376923623197378 ], [ -123.486506423898632, 41.375804126467649 ], [ -123.486498, 41.375796999999864 ], [ -123.48531829245367, 41.374052422156289 ], [ -123.484562, 41.37293399999983 ], [ -123.479535, 41.37022999999985 ], [ -123.479522329701382, 41.370220614679575 ], [ -123.477515354986863, 41.368733980381869 ], [ -123.474085, 41.366192999999861 ], [ -123.474382638716222, 41.365085344509005 ], [ -123.474383, 41.365083999999854 ], [ -123.474402736857371, 41.365063028000492 ], [ -123.475152787833466, 41.364266038475051 ], [ -123.476849933464763, 41.362462684657181 ], [ -123.478223993686981, 41.361002635088063 ], [ -123.478265742922673, 41.360958273165174 ], [ -123.478266, 41.360957999999833 ], [ -123.482080214233804, 41.354390074076072 ], [ -123.482509415787121, 41.35365100599131 ], [ -123.48251, 41.353649999999881 ], [ -123.481489, 41.348656999999861 ], [ -123.481467172143169, 41.348598640896448 ], [ -123.478932087632572, 41.341820822059134 ], [ -123.478367933762115, 41.340312496512439 ], [ -123.478367, 41.340309999999853 ], [ -123.478368142754249, 41.340307232336563 ], [ -123.479321278465136, 41.337998810583748 ], [ -123.479334, 41.337967999999847 ], [ -123.479334260756616, 41.337955493975279 ], [ -123.479409905374737, 41.334327538276305 ], [ -123.47941, 41.334322999999863 ], [ -123.478641, 41.329647999999843 ], [ -123.477480246529737, 41.32775140281376 ], [ -123.47748, 41.32775099999985 ], [ -123.474002884576961, 41.326374745921783 ], [ -123.474001, 41.326373999999852 ], [ -123.473995805204339, 41.326363480162911 ], [ -123.472966810631632, 41.324279691732173 ], [ -123.472964, 41.324273999999875 ], [ -123.472471026533483, 41.321547146768211 ], [ -123.472471, 41.321546999999846 ], [ -123.472470637737473, 41.321546863672054 ], [ -123.466935230325021, 41.319463761697783 ], [ -123.464252, 41.318453999999853 ], [ -123.46344, 41.317729999999862 ], [ -123.463404986141157, 41.317661837625508 ], [ -123.459592, 41.310238999999846 ], [ -123.459825, 41.307878999999836 ], [ -123.460794, 41.305655999999864 ], [ -123.460335010311496, 41.303304052837845 ], [ -123.460335, 41.303303999999848 ], [ -123.45688349796545, 41.300288435070456 ], [ -123.456883, 41.300287999999853 ], [ -123.455482, 41.292815999999824 ], [ -123.456666, 41.290584999999844 ], [ -123.456689806763663, 41.290568080755904 ], [ -123.45732193445042, 41.290118833529505 ], [ -123.458310125189115, 41.289416535627034 ], [ -123.4601490297472, 41.28810964338102 ], [ -123.461951, 41.286828999999869 ], [ -123.463143990334871, 41.285092014072212 ], [ -123.463144, 41.28509199999985 ], [ -123.462807735779165, 41.284397551755831 ], [ -123.46250117009977, 41.283764436531158 ], [ -123.462228487216919, 41.283201295591773 ], [ -123.461748145302153, 41.282209300075912 ], [ -123.461748, 41.282208999999867 ], [ -123.461744206979489, 41.282207176100968 ], [ -123.460999164066422, 41.281848917308871 ], [ -123.458612397049777, 41.280701224668171 ], [ -123.455611248591424, 41.279258102664507 ], [ -123.454043, 41.278503999999856 ], [ -123.452372003583662, 41.277933320252316 ], [ -123.45107163212559, 41.277489216573699 ], [ -123.446796, 41.276028999999845 ], [ -123.444792, 41.273997999999843 ], [ -123.444064908585972, 41.273038199383251 ], [ -123.444064, 41.273036999999853 ], [ -123.443699, 41.265830999999849 ], [ -123.443851, 41.262466999999845 ], [ -123.443432941999959, 41.261836334190029 ], [ -123.443264535020091, 41.26158228206252 ], [ -123.442685958196336, 41.2607094638864 ], [ -123.44227505220536, 41.26008958731537 ], [ -123.442274, 41.260087999999847 ], [ -123.442274289177931, 41.260083079195383 ], [ -123.44239493806451, 41.258030053927044 ], [ -123.442395, 41.258028999999844 ], [ -123.442819, 41.256968999999849 ], [ -123.442329, 41.254353999999864 ], [ -123.442330065162324, 41.254324923116862 ], [ -123.442392812632434, 41.252612037851385 ], [ -123.442433, 41.251514999999848 ], [ -123.443125, 41.249850999999829 ], [ -123.444158, 41.249174999999852 ], [ -123.444162798740791, 41.249169477179677 ], [ -123.447303901621638, 41.245554415001386 ], [ -123.447306, 41.245551999999861 ], [ -123.448845114494461, 41.244278556536912 ], [ -123.450288768097266, 41.243084096183352 ], [ -123.452155, 41.241539999999844 ], [ -123.452158747638876, 41.241534057926017 ], [ -123.452701232527829, 41.240673920288437 ], [ -123.453440727956334, 41.239501412327648 ], [ -123.454683369697094, 41.237531140061868 ], [ -123.455311, 41.236535999999859 ], [ -123.454490454714715, 41.23555179201032 ], [ -123.453479120694226, 41.234338741322141 ], [ -123.450931057460309, 41.23128245151387 ], [ -123.450899, 41.231243999999847 ], [ -123.449114962160706, 41.230533469222188 ], [ -123.447407619955243, 41.229853484101781 ], [ -123.442232423073904, 41.227792352558701 ], [ -123.441469501787807, 41.227488503031076 ], [ -123.441413, 41.227465999999851 ], [ -123.437673, 41.226654999999859 ], [ -123.437671632856578, 41.22665335588696 ], [ -123.435075413366974, 41.223531168477727 ], [ -123.434199540388349, 41.22247785245537 ], [ -123.434198, 41.222475999999837 ], [ -123.434198547982433, 41.222475275873215 ], [ -123.436269800469873, 41.21973823726691 ], [ -123.437001, 41.218771999999866 ], [ -123.436389208214251, 41.216334601987214 ], [ -123.435999, 41.214779999999848 ], [ -123.435998468989155, 41.214779289323673 ], [ -123.433605610097871, 41.21157681652182 ], [ -123.433605, 41.211575999999859 ], [ -123.429918198913128, 41.20882914820011 ], [ -123.429918, 41.208828999999845 ], [ -123.429246387293247, 41.207159701750449 ], [ -123.428706120458301, 41.205816864617169 ], [ -123.427711226530718, 41.203344048550854 ], [ -123.42771, 41.203340999999853 ], [ -123.42769892516192, 41.203334386396598 ], [ -123.425904023825098, 41.202262518325547 ], [ -123.423124723212425, 41.200602792787755 ], [ -123.418595712175701, 41.197898186008501 ], [ -123.417095, 41.197001999999841 ], [ -123.414816031066891, 41.193843743840546 ], [ -123.414809, 41.193833999999846 ], [ -123.414809520159551, 41.193824686002117 ], [ -123.414958, 41.191165999999861 ], [ -123.414409097577092, 41.189951108019102 ], [ -123.412305975928248, 41.185296244934172 ], [ -123.410706, 41.181754999999853 ], [ -123.410138, 41.180877999999851 ], [ -123.410130991159321, 41.180874455734994 ], [ -123.40829147560413, 41.179944240505669 ], [ -123.408291, 41.179943999999843 ], [ -123.403978579095508, 41.174527983203291 ], [ -123.403977323019461, 41.174526405683523 ], [ -123.403977, 41.174525999999844 ], [ -123.402459, 41.173876999999827 ], [ -123.40245348850533, 41.173877245781107 ], [ -123.397866399834498, 41.174081803792312 ], [ -123.397862035329808, 41.174081998424342 ], [ -123.397862, 41.174081999999842 ], [ -123.393557761869303, 41.170755234087594 ], [ -123.393507001004039, 41.17071600077589 ], [ -123.393506999135411, 41.17071599520488 ], [ -123.392974419978643, 41.167762329187227 ], [ -123.392974, 41.167759999999838 ], [ -123.394118, 41.165540999999848 ], [ -123.394117763142972, 41.165540262714252 ], [ -123.392726, 41.161207999999853 ], [ -123.391432, 41.160122999999842 ], [ -123.391421884002554, 41.160121026785774 ], [ -123.386426871372208, 41.159146705732731 ], [ -123.386413, 41.159143999999827 ], [ -123.384062415201328, 41.157739248131641 ], [ -123.384062, 41.15773899999985 ], [ -123.382030027783713, 41.153173080549429 ], [ -123.381192, 41.151289999999847 ], [ -123.376719803402224, 41.151085814553255 ], [ -123.375347896336592, 41.151023177893471 ], [ -123.375344, 41.15102299999986 ], [ -123.372973, 41.151940999999844 ], [ -123.372972580758699, 41.151941472650044 ], [ -123.370728, 41.154471999999863 ], [ -123.37048, 41.156283999999843 ], [ -123.370479591625227, 41.156284222336062 ], [ -123.370469145843572, 41.156289909454124 ], [ -123.366268498296009, 41.158576916719085 ], [ -123.365183532810818, 41.159167617061996 ], [ -123.362674167760801, 41.160533819780696 ], [ -123.362672, 41.160534999999854 ], [ -123.357406547404352, 41.162192333310735 ], [ -123.354481817063544, 41.163112910019237 ], [ -123.354472, 41.16311599999986 ], [ -123.353237, 41.16305399999986 ], [ -123.349189167149348, 41.161414902209295 ], [ -123.349182, 41.161411999999856 ], [ -123.345185184248109, 41.158492613963965 ], [ -123.341518, 41.155813999999843 ], [ -123.341505774965825, 41.155813091013606 ], [ -123.336376702196105, 41.155431721401733 ], [ -123.336367, 41.155430999999851 ], [ -123.333626, 41.154653999999866 ], [ -123.329615447296362, 41.151664333436912 ], [ -123.329615, 41.151663999999855 ], [ -123.327298582616507, 41.146638223746599 ], [ -123.324952, 41.141546999999854 ], [ -123.31537, 41.140267999999857 ], [ -123.310522, 41.143221999999845 ], [ -123.307669, 41.143177999999843 ], [ -123.307613848758848, 41.143172900425284 ], [ -123.305117302035995, 41.142942056551227 ], [ -123.300542405703638, 41.142519037513352 ], [ -123.300542, 41.142518999999865 ], [ -123.295075027942787, 41.140653421987246 ], [ -123.295065, 41.140649999999859 ], [ -123.295060825383629, 41.140634371207526 ], [ -123.294343050866388, 41.137947190431802 ], [ -123.294343, 41.137946999999848 ], [ -123.286919, 41.130209999999849 ], [ -123.283939, 41.123452999999849 ], [ -123.283558673903499, 41.123432714978861 ], [ -123.276217645705316, 41.123041174896535 ], [ -123.273402521469706, 41.122891027812891 ], [ -123.273402, 41.122890999999854 ], [ -123.273622, 41.119005999999864 ], [ -123.273621537931746, 41.119005144948304 ], [ -123.271776754553528, 41.115591396291741 ], [ -123.271776, 41.115589999999848 ], [ -123.271773740578169, 41.115587316878077 ], [ -123.269357292659691, 41.112717722592421 ], [ -123.269355356665244, 41.112715423549041 ], [ -123.269355, 41.112714999999859 ], [ -123.267925915068616, 41.111787699868323 ], [ -123.263097076469023, 41.108654378279034 ], [ -123.263078, 41.108641999999854 ], [ -123.261383, 41.105781999999856 ], [ -123.26186, 41.103766999999841 ], [ -123.261783, 41.101179999999843 ], [ -123.261780931256439, 41.101175323854143 ], [ -123.260677096278087, 41.098680237790958 ], [ -123.258413460790422, 41.093563562320348 ], [ -123.258411, 41.093557999999852 ], [ -123.25717431424772, 41.09194740925858 ], [ -123.257174, 41.091946999999848 ], [ -123.251787887157363, 41.088311672727464 ], [ -123.249966, 41.087081999999839 ], [ -123.249965672758819, 41.087081569622434 ], [ -123.249404026105253, 41.086342909412366 ], [ -123.246828, 41.082954999999842 ], [ -123.246458977282217, 41.081189184209897 ], [ -123.245995484517749, 41.078971318472504 ], [ -123.245995, 41.078968999999859 ], [ -123.245222382072868, 41.077987485375736 ], [ -123.245222, 41.077986999999844 ], [ -123.23948, 41.07576299999986 ], [ -123.234810684853926, 41.075530481081948 ], [ -123.229271313529779, 41.075254635784297 ], [ -123.224439, 41.075013999999854 ], [ -123.222078, 41.07368999999985 ], [ -123.21729, 41.073014999999849 ], [ -123.217238343022728, 41.073016808101357 ], [ -123.214198118048373, 41.073123222290846 ], [ -123.207662287096696, 41.073351989950865 ], [ -123.207662, 41.073351999999858 ], [ -123.203163660827514, 41.071766756942623 ], [ -123.203153, 41.071762999999827 ], [ -123.19882, 41.073281999999857 ], [ -123.198807534620087, 41.073290971577386 ], [ -123.193124596039283, 41.07738109354284 ], [ -123.193115, 41.07738799999985 ], [ -123.193105056719503, 41.077388278993482 ], [ -123.189494167768714, 41.077489595159513 ], [ -123.187873466353906, 41.077535069627444 ], [ -123.18560366801448, 41.077598756788298 ], [ -123.185595015889774, 41.077598999553999 ], [ -123.185595, 41.077598999999843 ], [ -123.184362409274371, 41.076373406950687 ], [ -123.184362, 41.076372999999847 ], [ -123.178935, 41.075558999999842 ], [ -123.174049617199032, 41.076908138615373 ], [ -123.170716003556748, 41.077828743423076 ], [ -123.170668, 41.077841999999855 ], [ -123.169004158523734, 41.077930750495725 ], [ -123.165254637053224, 41.078130752656094 ], [ -123.16525, 41.07813099999985 ], [ -123.165225075249452, 41.078124547787809 ], [ -123.159391324381801, 41.076614378310154 ], [ -123.159386, 41.076612999999853 ], [ -123.156726926807679, 41.075299946711546 ], [ -123.155595, 41.074740999999861 ], [ -123.154681130255327, 41.074830530846981 ], [ -123.153921, 41.074904999999838 ], [ -123.149907, 41.077063999999851 ], [ -123.149906592788653, 41.077064475652953 ], [ -123.148723, 41.078446999999848 ], [ -123.1487229396526, 41.078447005973288 ], [ -123.144121457175942, 41.078902481083723 ], [ -123.141338, 41.079177999999857 ], [ -123.132947666919847, 41.078646169045648 ], [ -123.132945808426328, 41.078646051242885 ], [ -123.132945, 41.078645999999843 ], [ -123.131282221361289, 41.077586942389189 ], [ -123.130659, 41.077189999999852 ], [ -123.130112352831858, 41.077014309909089 ], [ -123.128481, 41.076489999999843 ], [ -123.128478938297761, 41.07648988726708 ], [ -123.119056391922427, 41.075974667636913 ], [ -123.11808652538322, 41.07592163587038 ], [ -123.115982722243075, 41.075806601076934 ], [ -123.109418403006131, 41.075447667727609 ], [ -123.109077613748184, 41.075429033559267 ], [ -123.109077, 41.075428999999851 ], [ -123.109607887273071, 41.072623595690509 ], [ -123.109608, 41.072622999999851 ], [ -123.106390597425872, 41.066684579255224 ], [ -123.106235646834875, 41.066398584020561 ], [ -123.105895749141894, 41.065771228424076 ], [ -123.105894, 41.065767999999871 ], [ -123.105101374387743, 41.065283839518806 ], [ -123.1051, 41.065282999999845 ], [ -123.105090799229274, 41.0652824945942 ], [ -123.102811367046158, 41.065157283570308 ], [ -123.102788, 41.06515599999986 ], [ -123.102772496248576, 41.06514694377951 ], [ -123.099549, 41.06326399999984 ], [ -123.09954839994414, 41.063263277277521 ], [ -123.097045093755924, 41.060248232585259 ], [ -123.09634, 41.059398999999843 ], [ -123.095157921121981, 41.059094751849813 ], [ -123.095155, 41.059093999999831 ], [ -123.095145891194662, 41.059094769282616 ], [ -123.090055567301889, 41.059524671807594 ], [ -123.090028, 41.059526999999846 ], [ -123.089534039736165, 41.059429361316447 ], [ -123.080092, 41.05756299999986 ], [ -123.080072309046642, 41.05754961265567 ], [ -123.076003, 41.054782999999844 ], [ -123.075974832776851, 41.05477438100727 ], [ -123.075311438528203, 41.054571386552652 ], [ -123.071248, 41.053327999999844 ], [ -123.071228185621933, 41.053326001765292 ], [ -123.067848972850882, 41.052985215911427 ], [ -123.067827, 41.052982999999848 ], [ -123.067747185316563, 41.052959882044732 ], [ -123.064997995370206, 41.052163591850345 ], [ -123.064302, 41.051961999999826 ], [ -123.064295922548681, 41.0519573564316 ], [ -123.057602289243931, 41.046842985066085 ], [ -123.057601, 41.046841999999835 ], [ -123.054424053828257, 41.043847018250375 ], [ -123.049692, 41.039385999999844 ], [ -123.045976, 41.033493999999834 ], [ -123.045976010380031, 41.033492321141651 ], [ -123.045978348389255, 41.033114173560548 ], [ -123.045998996768589, 41.029774522644267 ], [ -123.045999, 41.029773999999854 ], [ -123.047227604786301, 41.027304833203026 ], [ -123.047642490948917, 41.026471023056317 ], [ -123.047643, 41.026469999999854 ], [ -123.04742224944053, 41.025728673494207 ], [ -123.046638, 41.023094999999842 ], [ -123.046637239893272, 41.0230938933855 ], [ -123.044712, 41.020290999999844 ], [ -123.043393, 41.019325999999843 ], [ -123.043718149302208, 41.015529701258245 ], [ -123.043842909635231, 41.014073055058695 ], [ -123.043843, 41.014071999999842 ], [ -123.043836866408498, 41.014066619056209 ], [ -123.042588, 41.012970999999837 ], [ -123.042587792594688, 41.012970711870302 ], [ -123.04258569090247, 41.012967792178458 ], [ -123.04155, 41.011528999999832 ], [ -123.039506, 41.006550999999838 ], [ -123.037641670896022, 41.004696820091141 ], [ -123.037121457599596, 41.00417943877666 ], [ -123.037118, 41.004175999999845 ], [ -123.037115529916619, 41.004176359362567 ], [ -123.035864804835356, 41.004358322432779 ], [ -123.034985441079058, 41.004486257605222 ], [ -123.030307874317145, 41.005166778386297 ], [ -123.029619, 41.00526699999984 ], [ -123.027322973656837, 41.004748499032338 ], [ -123.024507691205869, 41.004112736869146 ], [ -123.0245, 41.004110999999853 ], [ -123.016688, 41.005790999999839 ], [ -123.012912139818241, 41.006881688635566 ], [ -123.011043137950765, 41.007421565378571 ], [ -123.007237, 41.008520999999845 ], [ -123.007233484079009, 41.00852431468337 ], [ -123.006392895551699, 41.009316791233893 ], [ -123.003865, 41.011699999999841 ], [ -122.998736579776178, 41.012950909348532 ], [ -122.997207, 41.013323999999848 ], [ -122.993575817613589, 41.01301210096392 ], [ -122.993563, 41.013010999999842 ], [ -122.99218206102519, 41.013144960950129 ], [ -122.98210596519526, 41.014122414260598 ], [ -122.980216908394709, 41.014305666271561 ], [ -122.980131, 41.014313999999821 ], [ -122.979731952018696, 41.014020979259953 ], [ -122.978889, 41.013401999999857 ], [ -122.978860160614502, 41.013396844727851 ], [ -122.974113941100853, 41.012548419836897 ], [ -122.968937, 41.011622999999851 ], [ -122.968923869540362, 41.011624083551915 ], [ -122.964655344877642, 41.011976330835168 ], [ -122.964623, 41.01197899999984 ], [ -122.964616994605933, 41.011976870221972 ], [ -122.95969016947484, 41.010229600513249 ], [ -122.959649, 41.010214999999853 ], [ -122.95964677904864, 41.010213887632403 ], [ -122.952021740879289, 41.006394873625936 ], [ -122.952018, 41.006392999999839 ], [ -122.952010509030259, 41.006377411716741 ], [ -122.948882622929077, 40.999868458166517 ], [ -122.94888, 40.999862999999834 ], [ -122.948003471391047, 40.998653059948879 ], [ -122.947268968843773, 40.997639169426215 ], [ -122.945486, 40.995177999999839 ], [ -122.94547963336268, 40.995173748347085 ], [ -122.943441496901499, 40.993812676867009 ], [ -122.941672638090665, 40.992631429523861 ], [ -122.941669, 40.992628999999845 ], [ -122.938738811004583, 40.992193862941953 ], [ -122.938733, 40.992192999999872 ], [ -122.934979782277608, 40.992432886085972 ], [ -122.934978, 40.992432999999842 ], [ -122.934010385429204, 40.992736740143918 ], [ -122.929913831088655, 40.9940226736583 ], [ -122.92475781962203, 40.995641177257724 ], [ -122.924666, 40.995669999999834 ], [ -122.924660472431512, 40.995667052150672 ], [ -122.922731950332917, 40.994638572393953 ], [ -122.922699, 40.994620999999853 ], [ -122.922594636833296, 40.99460826244507 ], [ -122.917529189892633, 40.993990023176302 ], [ -122.917529, 40.99398999999984 ], [ -122.914204, 40.997937999999841 ], [ -122.913894, 40.999017999999836 ], [ -122.913894661244285, 40.999018737038938 ], [ -122.91408849470065, 40.999234788559455 ], [ -122.914653, 40.999863999999839 ], [ -122.915314, 41.002466999999847 ], [ -122.91531300365655, 41.002472116794941 ], [ -122.914875923612641, 41.004716773520997 ], [ -122.91445146678889, 41.006896602771072 ], [ -122.914451, 41.006898999999834 ], [ -122.914450821459738, 41.006899204481833 ], [ -122.91293, 41.008640999999855 ], [ -122.912902384504548, 41.008642601464217 ], [ -122.905866744253075, 41.009050608890398 ], [ -122.90586, 41.00905099999985 ], [ -122.905746045283735, 41.009152675811769 ], [ -122.903072981129114, 41.011537710649584 ], [ -122.903048, 41.011559999999839 ], [ -122.901522, 41.01464599999985 ], [ -122.900697, 41.019951999999861 ], [ -122.900692, 41.021060999999847 ], [ -122.900692503853492, 41.02106142674581 ], [ -122.902685, 41.022748999999841 ], [ -122.902684905143047, 41.022749362688224 ], [ -122.902413, 41.023788999999844 ], [ -122.901562, 41.025129999999841 ], [ -122.89902, 41.026732999999844 ], [ -122.897411, 41.028474999999851 ], [ -122.897363, 41.029179999999855 ], [ -122.898157, 41.030593999999844 ], [ -122.89815738632808, 41.030594283126156 ], [ -122.898158184397019, 41.030594868002844 ], [ -122.902124339932399, 41.033501524149031 ], [ -122.906269, 41.036538999999841 ], [ -122.909226697799909, 41.041187525041018 ], [ -122.909227, 41.041187999999835 ], [ -122.909240883232869, 41.041484471992462 ], [ -122.90943, 41.045522999999847 ], [ -122.909431654657766, 41.045526091008036 ], [ -122.912383342926489, 41.051040036413937 ], [ -122.912386, 41.051044999999824 ], [ -122.913281559718143, 41.052224337900292 ], [ -122.913358, 41.052324999999854 ], [ -122.913358201883582, 41.052325083614775 ], [ -122.913359837883803, 41.052325761203448 ], [ -122.915531, 41.053224999999856 ], [ -122.916425, 41.05437699999986 ], [ -122.916432451767108, 41.05576338352914 ], [ -122.916445957113893, 41.05827602114347 ], [ -122.916446, 41.058283999999844 ], [ -122.919634, 41.061689999999849 ], [ -122.919638189587147, 41.061697471818 ], [ -122.921975, 41.065864999999853 ], [ -122.923326415521188, 41.071944871601858 ], [ -122.923328, 41.071951999999854 ], [ -122.923334284636752, 41.071951368920651 ], [ -122.938049935467703, 41.070473679513761 ], [ -122.942065302799023, 41.070070471674818 ], [ -122.94207, 41.070069999999859 ], [ -122.942071311570061, 41.070070496221753 ], [ -122.942071796810268, 41.07007067980841 ], [ -122.953179, 41.074272999999842 ], [ -122.954906, 41.076294999999853 ], [ -122.954920553975654, 41.076301011311081 ], [ -122.966041512990728, 41.080894364205363 ], [ -122.96606, 41.080901999999838 ], [ -122.966063577018943, 41.080908747276638 ], [ -122.967193318694768, 41.083039761939702 ], [ -122.970967, 41.090157999999853 ], [ -122.970966516618049, 41.090159647198305 ], [ -122.970463885903484, 41.091872438718084 ], [ -122.969777448915693, 41.094211578403637 ], [ -122.969164, 41.096301999999852 ], [ -122.96916399800962, 41.09630201762122 ], [ -122.9691637245637, 41.096304438509378 ], [ -122.968796, 41.099559999999855 ], [ -122.969094, 41.103357999999837 ], [ -122.96909459079329, 41.103358376482248 ], [ -122.970733769586076, 41.104402941422009 ], [ -122.970737, 41.104404999999836 ], [ -122.972159847232277, 41.104667898115196 ], [ -122.97314, 41.104848999999852 ], [ -122.974072, 41.105758999999843 ], [ -122.974072000521389, 41.105759012287336 ], [ -122.974236, 41.109623999999847 ], [ -122.973381, 41.112073999999851 ], [ -122.97337336344097, 41.112081706233113 ], [ -122.967573600992836, 41.117934384399923 ], [ -122.967572, 41.117935999999851 ], [ -122.966276, 41.119073999999848 ], [ -122.963287, 41.120508999999856 ], [ -122.96025, 41.122985999999848 ], [ -122.959940078795526, 41.123973628648322 ], [ -122.959934, 41.123992999999842 ], [ -122.959936201329015, 41.12400041847863 ], [ -122.961179412800419, 41.128190041137245 ], [ -122.96174673290399, 41.130101909886221 ], [ -122.963033567443063, 41.134438542283007 ], [ -122.963034, 41.134439999999856 ], [ -122.963033564507739, 41.134441693117473 ], [ -122.961572, 41.140123999999865 ], [ -122.961567805127842, 41.140130643679605 ], [ -122.960573215197769, 41.141705837565439 ], [ -122.960270087668761, 41.142185919472418 ], [ -122.95807737321698, 41.145658657626498 ], [ -122.958074, 41.14566399999984 ], [ -122.958065087293932, 41.145667273076768 ], [ -122.956347801044373, 41.146297924408501 ], [ -122.956029, 41.146414999999841 ], [ -122.95602642010185, 41.146414879650713 ], [ -122.954181520512464, 41.146328817310618 ], [ -122.954164, 41.146327999999841 ], [ -122.952918, 41.146973999999844 ], [ -122.952914659542984, 41.146982913212895 ], [ -122.951664, 41.150319999999866 ], [ -122.952624363768521, 41.15223467100693 ], [ -122.954862611227497, 41.156697050426885 ], [ -122.956421, 41.159803999999859 ], [ -122.956420810830821, 41.159804826662722 ], [ -122.954998353655441, 41.166020915412282 ], [ -122.954683118490038, 41.167398482202444 ], [ -122.954683, 41.167398999999854 ], [ -122.954683455389983, 41.167399388534413 ], [ -122.957097482687416, 41.169459014464998 ], [ -122.957845464253793, 41.170097185471334 ], [ -122.957864, 41.170112999999851 ], [ -122.960888, 41.173866999999852 ], [ -122.960895832538981, 41.173885323199976 ], [ -122.961428674384521, 41.175131836980022 ], [ -122.961887842441698, 41.176206000571725 ], [ -122.961907422296051, 41.176251805079154 ], [ -122.9626, 41.177871999999851 ], [ -122.962600448692712, 41.177876980489238 ], [ -122.962729798002954, 41.179312757832733 ], [ -122.96273, 41.179314999999853 ], [ -122.962728578506159, 41.179317271512055 ], [ -122.961347, 41.181524999999851 ], [ -122.961343307720981, 41.181526492004537 ], [ -122.951331567545253, 41.185572113433473 ], [ -122.951317, 41.18557799999985 ], [ -122.951316440369681, 41.185577609592848 ], [ -122.948360572990325, 41.183515549659845 ], [ -122.947867164360858, 41.183171339979609 ], [ -122.945361, 41.181422999999874 ], [ -122.943896656116522, 41.180727819140898 ], [ -122.938376207018536, 41.17810704775718 ], [ -122.938374374243821, 41.178106177667949 ], [ -122.938374, 41.178105999999858 ], [ -122.9356, 41.177260999999866 ], [ -122.933431343681335, 41.177743373391628 ], [ -122.932253711442385, 41.178005313678092 ], [ -122.929171, 41.178690999999858 ], [ -122.929163737540307, 41.178698970214619 ], [ -122.928037628271156, 41.179934823231655 ], [ -122.928032, 41.179940999999843 ], [ -122.928029528459092, 41.179950422191951 ], [ -122.927756510434051, 41.180991241810858 ], [ -122.927755, 41.18099699999987 ], [ -122.927716762655095, 41.181085469051467 ], [ -122.927496333868461, 41.181595471138451 ], [ -122.926821387945466, 41.183157081282886 ], [ -122.925959483940289, 41.185151252952217 ], [ -122.925957, 41.185156999999862 ], [ -122.924839, 41.186664999999842 ], [ -122.920947, 41.187479999999844 ], [ -122.917513, 41.186844999999863 ], [ -122.917497456839868, 41.186847458763872 ], [ -122.915388487389336, 41.187181075489825 ], [ -122.91537, 41.18718399999986 ], [ -122.908836, 41.191530999999848 ], [ -122.908834454101253, 41.191533918285707 ], [ -122.906769, 41.195432999999852 ], [ -122.906768637322116, 41.195433208306937 ], [ -122.903871829641076, 41.197097014264521 ], [ -122.897073126490397, 41.201001906839899 ], [ -122.897066, 41.20100599999985 ], [ -122.893259984283787, 41.202609585292421 ], [ -122.893259, 41.202609999999844 ], [ -122.887911962044811, 41.203829859078802 ], [ -122.885163, 41.204456999999856 ], [ -122.883563, 41.203916999999855 ], [ -122.881813229436545, 41.203857825597893 ], [ -122.876154336912265, 41.203666451032582 ], [ -122.876141, 41.203665999999849 ], [ -122.876129329793727, 41.203669043843107 ], [ -122.870704922362151, 41.205083847102017 ], [ -122.870689, 41.205087999999868 ], [ -122.870667865769335, 41.205083617711026 ], [ -122.863623289119047, 41.203622889370223 ], [ -122.863619164024456, 41.203622034011147 ], [ -122.863619, 41.203621999999854 ], [ -122.86346191080996, 41.203404236149133 ], [ -122.862485, 41.202049999999844 ], [ -122.859935, 41.201528999999852 ], [ -122.853132352670599, 41.200973950933644 ], [ -122.850328400278727, 41.200745167773007 ], [ -122.849571178395863, 41.200683383694134 ], [ -122.843946514167172, 41.200224449917826 ], [ -122.843941, 41.200223999999849 ], [ -122.842296, 41.200738999999849 ], [ -122.842282800888611, 41.200758516920352 ], [ -122.839546815288017, 41.204804093313115 ], [ -122.839532, 41.204825999999862 ], [ -122.836698, 41.20672699999988 ], [ -122.836481564210033, 41.206789040042764 ], [ -122.829588300881781, 41.208764953326892 ], [ -122.825175, 41.210029999999854 ], [ -122.825161569438109, 41.210026074019289 ], [ -122.816848983646736, 41.207596164487207 ], [ -122.816845, 41.207594999999863 ], [ -122.812911, 41.203079999999844 ], [ -122.811342, 41.202450999999847 ], [ -122.80211, 41.203047999999846 ], [ -122.798699, 41.205422999999861 ], [ -122.797750538044056, 41.206734794515818 ], [ -122.7976, 41.206942999999846 ], [ -122.797600083225973, 41.206950521546453 ], [ -122.797631907912731, 41.209826677613442 ], [ -122.797632, 41.209834999999842 ], [ -122.797631521436131, 41.209835350931343 ], [ -122.795551, 41.211360999999854 ], [ -122.795415287118274, 41.211383957249581 ], [ -122.788338267307282, 41.212581108979855 ], [ -122.788333, 41.212581999999877 ], [ -122.788332917394953, 41.212582393542732 ], [ -122.787697, 41.215611999999865 ], [ -122.78673, 41.216995999999867 ], [ -122.786729811881557, 41.216996040089555 ], [ -122.786679663522776, 41.217006727146995 ], [ -122.781473110634778, 41.21811628947713 ], [ -122.781207, 41.218172999999865 ], [ -122.779892908231631, 41.219907078483921 ], [ -122.779799, 41.220030999999857 ], [ -122.778149, 41.224411999999859 ], [ -122.778145040853545, 41.22447484218192 ], [ -122.777882, 41.228649999999853 ], [ -122.777012, 41.230840999999842 ], [ -122.771829915987766, 41.232721102523676 ], [ -122.765055831122353, 41.235178795996319 ], [ -122.765047, 41.235181999999853 ], [ -122.765046233377902, 41.235183698984336 ], [ -122.764311036112829, 41.236813039905634 ], [ -122.763738, 41.238082999999833 ], [ -122.761392578549618, 41.23926047080549 ], [ -122.758320121723642, 41.240802934831947 ], [ -122.758318, 41.240803999999848 ], [ -122.758306439540007, 41.240806644791867 ], [ -122.753641, 41.241873999999861 ], [ -122.753632965943879, 41.241872287852061 ], [ -122.748958, 41.240875999999858 ], [ -122.746465, 41.240890999999863 ], [ -122.74646070958849, 41.240893248089968 ], [ -122.743186123952299, 41.242609065696001 ], [ -122.740043, 41.244255999999872 ], [ -122.740036762563193, 41.244255610265498 ], [ -122.736741783649293, 41.24404972978698 ], [ -122.732649, 41.243793999999859 ], [ -122.728435, 41.245329999999868 ], [ -122.728396384328803, 41.24535626849466 ], [ -122.725295, 41.247465999999861 ], [ -122.724557319328653, 41.24883909874606 ], [ -122.724552, 41.248848999999844 ], [ -122.72458103442365, 41.256093384967031 ], [ -122.724601, 41.261074999999849 ], [ -122.724600442577795, 41.261075771703858 ], [ -122.724599059261436, 41.261077686788596 ], [ -122.720375094082002, 41.26692541001097 ], [ -122.720366, 41.266937999999861 ], [ -122.720363533970101, 41.266940302683516 ], [ -122.716160372568126, 41.270865052752292 ], [ -122.711957, 41.274789999999868 ], [ -122.711942959355198, 41.274790495717298 ], [ -122.704969995957313, 41.275036682389569 ], [ -122.704961, 41.275036999999848 ], [ -122.700268, 41.276076999999852 ], [ -122.700260659424998, 41.276079986035008 ], [ -122.693264439057032, 41.278925942922356 ], [ -122.687357, 41.281328999999864 ], [ -122.686289, 41.281252999999865 ], [ -122.686274817695093, 41.281241536291603 ], [ -122.682259681229723, 41.277996058683669 ], [ -122.682246, 41.277984999999852 ], [ -122.679068, 41.278968999999847 ], [ -122.677537, 41.279967999999833 ], [ -122.677536649032163, 41.279969393738334 ], [ -122.677474270672874, 41.280217106225415 ], [ -122.677156, 41.281480999999857 ], [ -122.677618, 41.283135999999843 ], [ -122.677346309000441, 41.284601388772877 ], [ -122.677275, 41.284985999999854 ], [ -122.677274772349548, 41.28498610481865 ], [ -122.677255281089899, 41.284995079324666 ], [ -122.667761257347507, 41.289366483462864 ], [ -122.667354, 41.289553999999832 ], [ -122.665459, 41.291019999999854 ], [ -122.663488, 41.29164399999987 ], [ -122.663483582831645, 41.291644219375996 ], [ -122.658306493116498, 41.291901336583322 ], [ -122.658273, 41.291902999999849 ], [ -122.654696, 41.290087999999869 ], [ -122.654695446510587, 41.29008845550986 ], [ -122.653521, 41.291054999999858 ], [ -122.653519294614242, 41.291065583234314 ], [ -122.652724603124952, 41.295997257144187 ], [ -122.652724, 41.296000999999848 ], [ -122.652723507480118, 41.296002498542812 ], [ -122.651549, 41.299595999999873 ], [ -122.651548300771864, 41.29959660188198 ], [ -122.649081086560273, 41.301720332258746 ], [ -122.645580971912707, 41.304733163396179 ], [ -122.64558, 41.304733999999861 ], [ -122.646386, 41.312255999999849 ], [ -122.646386398180809, 41.312257739421277 ], [ -122.648209800311676, 41.320223127677153 ], [ -122.64821, 41.320223999999854 ], [ -122.647842910660373, 41.321700019564737 ], [ -122.647683, 41.322342999999861 ], [ -122.64573, 41.324448999999852 ], [ -122.645729907329724, 41.324449055545436 ], [ -122.642128, 41.326607999999837 ], [ -122.63233, 41.331374999999852 ], [ -122.630474778823483, 41.331623661516403 ], [ -122.627486370882252, 41.33202420785566 ], [ -122.627473, 41.332025999999857 ], [ -122.625108138194435, 41.330790072223252 ], [ -122.625108, 41.330789999999844 ], [ -122.625010614226326, 41.330679861327226 ], [ -122.623932, 41.329459999999848 ], [ -122.623921785560029, 41.329456729283095 ], [ -122.617890644984612, 41.327525526732472 ], [ -122.617889, 41.327524999999852 ], [ -122.617841584322335, 41.327532720667669 ], [ -122.616690503537143, 41.327720150496688 ], [ -122.607682, 41.329186999999834 ], [ -122.605226, 41.329198999999861 ], [ -122.603359, 41.328644999999867 ], [ -122.601303, 41.325900999999845 ], [ -122.601256544890902, 41.325874440345274 ], [ -122.59891332799188, 41.324534759249083 ], [ -122.598912, 41.324533999999851 ], [ -122.595231929049675, 41.325059906553456 ], [ -122.593172118426935, 41.325354267156932 ], [ -122.593139, 41.325358999999857 ], [ -122.593134103652474, 41.325360770687794 ], [ -122.589056581293448, 41.326835343246294 ], [ -122.589052, 41.326836999999841 ], [ -122.58787, 41.328172999999829 ], [ -122.587355, 41.329715999999841 ], [ -122.5873556948534, 41.32972234530947 ], [ -122.587627807624244, 41.332207243249783 ], [ -122.587628, 41.33220899999985 ], [ -122.58712, 41.333280999999843 ], [ -122.585803, 41.334716999999841 ], [ -122.581845, 41.336464999999869 ], [ -122.581022, 41.337669999999846 ], [ -122.581141, 41.341439999999842 ], [ -122.581141517917544, 41.341440440084995 ], [ -122.584182, 41.344023999999855 ], [ -122.584182101920248, 41.344024163899327 ], [ -122.586055, 41.347035999999846 ], [ -122.586819, 41.349201999999842 ], [ -122.585998, 41.35383399999985 ], [ -122.585997803521352, 41.353837751853419 ], [ -122.585799453869086, 41.357625333153074 ], [ -122.585799, 41.357633999999862 ], [ -122.585241, 41.359007999999854 ], [ -122.58523820941889, 41.359010018381198 ], [ -122.579957563061626, 41.362829422896084 ], [ -122.579954, 41.362831999999855 ], [ -122.579907447949239, 41.362852875081984 ], [ -122.576939, 41.364183999999867 ], [ -122.572906922851445, 41.367541296407317 ], [ -122.572326464683897, 41.36802461308227 ], [ -122.572326, 41.368024999999854 ], [ -122.572323931960895, 41.368024920667231 ], [ -122.569641, 41.367921999999858 ], [ -122.565749, 41.365463999999868 ], [ -122.561072807947625, 41.365957487501547 ], [ -122.561049, 41.365959999999845 ], [ -122.5610459758405, 41.365958624118754 ], [ -122.5516902028359, 41.361702092282712 ], [ -122.55169, 41.361701999999845 ], [ -122.548022606209287, 41.358767375018282 ], [ -122.54767726094579, 41.358491031954131 ], [ -122.544471775876545, 41.355926023367886 ], [ -122.544458, 41.355914999999882 ], [ -122.542835, 41.354082999999854 ], [ -122.542213, 41.351183999999861 ], [ -122.54229812801205, 41.351009889754778 ], [ -122.54272071105531, 41.350145590971344 ], [ -122.542721, 41.350144999999848 ], [ -122.540639659656094, 41.347016315230277 ], [ -122.539244053912356, 41.344918431312578 ], [ -122.538667, 41.344050999999844 ], [ -122.538662198418095, 41.344046737354411 ], [ -122.53571882322872, 41.341433730828186 ], [ -122.535718, 41.34143299999986 ], [ -122.535711822942943, 41.341432910613669 ], [ -122.529161303312705, 41.341338120154411 ], [ -122.529153, 41.341337999999851 ], [ -122.529146145076083, 41.341339808495086 ], [ -122.519915080765259, 41.343775187219229 ], [ -122.519912, 41.343775999999849 ], [ -122.519861653330125, 41.343776004776132 ], [ -122.509390581113976, 41.343776998142246 ], [ -122.509371, 41.343776999999854 ], [ -122.509369470892253, 41.343776779045029 ], [ -122.50532547300385, 41.343192424670349 ], [ -122.503890590426082, 41.342985085315931 ], [ -122.50389, 41.342984999999864 ], [ -122.503890951150751, 41.342977586691354 ], [ -122.504162278415833, 41.340862850740677 ], [ -122.504662, 41.336967999999878 ], [ -122.504254215178761, 41.334711190866635 ], [ -122.504254, 41.334709999999845 ], [ -122.502542, 41.332943999999856 ], [ -122.502535346464086, 41.332939795559163 ], [ -122.500202293623488, 41.331465514447331 ], [ -122.490803, 41.325525999999861 ], [ -122.488962, 41.32466199999984 ], [ -122.483311, 41.323728999999851 ], [ -122.481181535818564, 41.322019800115008 ], [ -122.478771709180094, 41.320085569218428 ], [ -122.478771562323018, 41.320085451344603 ], [ -122.478771, 41.32008499999985 ], [ -122.478778161893146, 41.320079839670548 ], [ -122.481129, 41.318385999999862 ], [ -122.483753874625378, 41.317743323456384 ], [ -122.486847, 41.316985999999872 ], [ -122.488955, 41.315789999999851 ], [ -122.491196, 41.313438999999846 ], [ -122.491199514368375, 41.313437835444802 ], [ -122.49662539899694, 41.311639861893354 ], [ -122.496628, 41.31163899999985 ], [ -122.501914257506158, 41.309115741031491 ], [ -122.50192, 41.309112999999869 ], [ -122.50192003285413, 41.309111086878794 ], [ -122.501946, 41.30759899999984 ], [ -122.500223, 41.305504999999847 ], [ -122.499732, 41.303863999999848 ], [ -122.499674608970622, 41.303546923352869 ], [ -122.499327558107751, 41.301629520491772 ], [ -122.499101216198653, 41.300379016111819 ], [ -122.499046238603796, 41.300075273320722 ], [ -122.498263317117903, 41.295749752027767 ], [ -122.498263, 41.29574799999984 ], [ -122.499223, 41.292048999999849 ], [ -122.502313654025045, 41.289884351178841 ], [ -122.502337, 41.289867999999856 ], [ -122.502342869826776, 41.289867097410912 ], [ -122.51016140079436, 41.288664860976034 ], [ -122.510166636686577, 41.288664055865688 ], [ -122.510167, 41.28866399999982 ], [ -122.512510635656199, 41.284971088172284 ], [ -122.513328577662591, 41.283682241204318 ], [ -122.51333, 41.283679999999855 ], [ -122.51397, 41.28015199999988 ], [ -122.513177266257244, 41.275812551828366 ], [ -122.51229585133683, 41.270987660243129 ], [ -122.512295, 41.270982999999852 ], [ -122.513927, 41.266791999999853 ], [ -122.513940249963071, 41.257204823597569 ], [ -122.513942982545572, 41.255227629359965 ], [ -122.513943, 41.255214999999858 ], [ -122.51313162776664, 41.253713591441553 ], [ -122.512298, 41.252170999999841 ], [ -122.512265066400403, 41.252138629276956 ], [ -122.509198505234437, 41.249124479507941 ], [ -122.509197, 41.249122999999855 ], [ -122.508247, 41.24528799999986 ], [ -122.508271427545978, 41.245269893081385 ], [ -122.514630366463962, 41.240556329608424 ], [ -122.514647, 41.240543999999836 ], [ -122.514669419091689, 41.24053793065486 ], [ -122.517458, 41.239782999999854 ], [ -122.518096146069738, 41.235997254805866 ], [ -122.518108852353507, 41.235921875899592 ], [ -122.518109, 41.235920999999834 ], [ -122.515068745226245, 41.232621235626247 ], [ -122.515063, 41.232614999999853 ], [ -122.515048252636262, 41.232582563168073 ], [ -122.512261884353407, 41.226453945135475 ], [ -122.512261, 41.226451999999846 ], [ -122.512271271711441, 41.226436965773615 ], [ -122.514906066875554, 41.222580538652011 ], [ -122.514916, 41.222565999999858 ], [ -122.514937076335968, 41.222549336492875 ], [ -122.519479753346118, 41.21895777626365 ], [ -122.51948164641928, 41.218956279550078 ], [ -122.519482, 41.218955999999849 ], [ -122.519482525203642, 41.218955095630477 ], [ -122.522633666076842, 41.21352901887645 ], [ -122.522636, 41.213524999999855 ], [ -122.518767483450233, 41.209274676396085 ], [ -122.518725, 41.209227999999854 ], [ -122.518562606416239, 41.209015225728045 ], [ -122.515803350303344, 41.205399943051184 ], [ -122.515492345306782, 41.204992452434006 ], [ -122.515492, 41.204991999999841 ], [ -122.50945822607197, 41.203084071485641 ], [ -122.509458, 41.203083999999862 ], [ -122.508402245939621, 41.201533361223639 ], [ -122.508402, 41.201532999999849 ], [ -122.505173, 41.199132999999847 ], [ -122.50516861625006, 41.199131603417626 ], [ -122.501539014938899, 41.197975279085682 ], [ -122.501535, 41.197973999999846 ], [ -122.501124016325178, 41.197734905723607 ], [ -122.4974077859262, 41.195572947787106 ], [ -122.497401, 41.195568999999864 ], [ -122.497395002239173, 41.195561119601543 ], [ -122.495023767772523, 41.192445578218781 ], [ -122.495018, 41.192437999999854 ], [ -122.495020401538582, 41.192066722136886 ], [ -122.495023, 41.191664999999851 ], [ -122.497108041944372, 41.187894706089097 ], [ -122.498898, 41.184657999999878 ], [ -122.498376, 41.182674999999875 ], [ -122.498753, 41.179585999999837 ], [ -122.497736, 41.178574999999839 ], [ -122.497673924091742, 41.17854386039955 ], [ -122.495258981841545, 41.177332434928651 ], [ -122.492545, 41.175970999999841 ], [ -122.490945, 41.175561999999836 ], [ -122.490923383169076, 41.175568708981025 ], [ -122.489265485575615, 41.176083252660106 ], [ -122.486128, 41.177056999999856 ], [ -122.486105761878449, 41.177057279039374 ], [ -122.477765132573126, 41.177161935597347 ], [ -122.47776, 41.177161999999853 ], [ -122.475939, 41.176516999999848 ], [ -122.474388, 41.175604999999884 ], [ -122.474376568835481, 41.175593057076078 ], [ -122.46829, 41.169233999999854 ], [ -122.467298312803607, 41.168714958064371 ], [ -122.465319, 41.167678999999858 ], [ -122.462963, 41.167232999999847 ], [ -122.457445192242432, 41.168320385567718 ], [ -122.457437, 41.168321999999833 ], [ -122.457432274615115, 41.168319191359593 ], [ -122.45409222367384, 41.166333955923257 ], [ -122.454025, 41.166293999999844 ], [ -122.449901374364799, 41.159170738675044 ], [ -122.449894, 41.159157999999849 ], [ -122.449220114249655, 41.158863401180945 ], [ -122.448963, 41.15875099999986 ], [ -122.448943197256895, 41.158754319534822 ], [ -122.44604486320361, 41.159240167439705 ], [ -122.446022, 41.159243999999866 ], [ -122.446021767208848, 41.159243462820953 ], [ -122.445453, 41.157930999999856 ], [ -122.446224, 41.155952999999855 ], [ -122.44622529174849, 41.155951190517634 ], [ -122.448472, 41.152803999999847 ], [ -122.448472369700127, 41.152802983064639 ], [ -122.449629509992931, 41.149620033899268 ], [ -122.450604583783161, 41.146937895591613 ], [ -122.450606, 41.14693399999986 ], [ -122.450604688622462, 41.146928215775851 ], [ -122.449100453392717, 41.14029333502446 ], [ -122.448106, 41.135906999999847 ], [ -122.448931, 41.124020999999864 ], [ -122.448930496989306, 41.12401291969217 ], [ -122.448571, 41.118237999999863 ], [ -122.449533, 41.116501999999834 ], [ -122.452375912100123, 41.114325542249148 ], [ -122.45256237117836, 41.114182794147325 ], [ -122.453465237076387, 41.113491584073849 ], [ -122.453466, 41.113490999999854 ], [ -122.451864133554452, 41.108229438678684 ], [ -122.451864, 41.108228999999838 ], [ -122.453158265626172, 41.106006822214731 ], [ -122.453747, 41.104995999999851 ], [ -122.453770360909687, 41.104970778738078 ], [ -122.455392, 41.103219999999844 ], [ -122.455439757154451, 41.103039847583354 ], [ -122.45625903834997, 41.09994930567629 ], [ -122.457144, 41.096610999999847 ], [ -122.459057, 41.096171999999839 ], [ -122.46382, 41.096840999999834 ], [ -122.463843090040854, 41.096836956933167 ], [ -122.465807102361751, 41.096493058329543 ], [ -122.472318, 41.095352999999854 ], [ -122.476587, 41.091986999999833 ], [ -122.480622, 41.091593999999851 ], [ -122.480622312075269, 41.091593836874331 ], [ -122.482890164003152, 41.090408403352889 ], [ -122.488085, 41.087692999999852 ], [ -122.493295876608286, 41.08598802196115 ], [ -122.493299, 41.085986999999847 ], [ -122.493307523155423, 41.085987039535155 ], [ -122.506234, 41.086046999999851 ], [ -122.506489723117397, 41.086125585359156 ], [ -122.510819, 41.087455999999854 ], [ -122.511048689886053, 41.087616930393523 ], [ -122.512065, 41.08832899999986 ], [ -122.513356, 41.088226999999854 ], [ -122.514424885130552, 41.087527716663658 ], [ -122.521220886556051, 41.083081653739228 ], [ -122.521228, 41.083076999999868 ], [ -122.52314, 41.080822999999839 ], [ -122.528833, 41.076750999999845 ], [ -122.52883740716284, 41.076750447615368 ], [ -122.532150388071955, 41.076335205592194 ], [ -122.535862, 41.075869999999846 ], [ -122.537862890926419, 41.074658066065389 ], [ -122.537863, 41.074657999999836 ], [ -122.539774, 41.072605999999851 ], [ -122.537942, 41.06504399999988 ], [ -122.53794149226627, 41.065043601750482 ], [ -122.537809602254953, 41.064940151633792 ], [ -122.536829, 41.06417099999986 ], [ -122.536824693861362, 41.064171546865033 ], [ -122.531761424249638, 41.064814565131606 ], [ -122.531758, 41.064814999999847 ], [ -122.527634546269553, 41.064215261138848 ], [ -122.527619, 41.064212999999846 ], [ -122.525988140758656, 41.06316331318552 ], [ -122.525795283302074, 41.063039182344504 ], [ -122.525795, 41.063038999999847 ], [ -122.52578969872782, 41.063031274020972 ], [ -122.523167351468047, 41.05920951222307 ], [ -122.523167, 41.059208999999854 ], [ -122.523165880193474, 41.059199380222779 ], [ -122.522365796744396, 41.052326206771752 ], [ -122.522361, 41.052284999999848 ], [ -122.522374111059079, 41.052262809924486 ], [ -122.525198734042121, 41.047482220005982 ], [ -122.525203, 41.047474999999849 ], [ -122.527133871145168, 41.045890834737754 ], [ -122.527336, 41.045724999999848 ], [ -122.527336011178264, 41.045724895282049 ], [ -122.52733698205158, 41.045715800140506 ], [ -122.52785681477522, 41.040846007185607 ], [ -122.528086, 41.038698999999838 ], [ -122.528086517492426, 41.038693391007463 ], [ -122.528207971093991, 41.03737698081229 ], [ -122.528483, 41.034395999999852 ], [ -122.528481118297506, 41.034265057193693 ], [ -122.528340589237871, 41.02448600353793 ], [ -122.52834, 41.024444999999837 ], [ -122.527316, 41.022798999999843 ], [ -122.527092, 41.021084999999857 ], [ -122.527753, 41.014394999999837 ], [ -122.52777987231616, 41.014356991408526 ], [ -122.53040385083537, 41.010645598367844 ], [ -122.530417, 41.010626999999836 ], [ -122.536020206856065, 41.004435681753911 ], [ -122.53787655957899, 41.002384486647358 ], [ -122.537877, 41.002383999999822 ], [ -122.538854, 41.002113999999843 ], [ -122.538945078309951, 41.002140263322026 ], [ -122.540353860335216, 41.002546499408652 ], [ -122.540366, 41.002549999999857 ], [ -122.540376896943286, 41.00255565418022 ], [ -122.545174927929708, 41.005045245253235 ], [ -122.545207798382293, 41.005062300996634 ], [ -122.545213, 41.005064999999846 ], [ -122.545303926973787, 41.005069218755743 ], [ -122.548058, 41.005196999999846 ], [ -122.552005008452866, 41.004217959297343 ], [ -122.554244367962596, 41.003662494536172 ], [ -122.554456, 41.003609999999838 ], [ -122.55521, 41.002734999999845 ], [ -122.555327478041903, 41.000918266110382 ], [ -122.555420872787522, 40.999473967271356 ], [ -122.555421, 40.999471999999848 ], [ -122.558381, 40.997246999999881 ], [ -122.562983, 40.992569999999851 ], [ -122.562996638074537, 40.992509780528906 ], [ -122.563862994926595, 40.988684346725989 ], [ -122.563871, 40.988648999999846 ], [ -122.563880596530794, 40.988642402384933 ], [ -122.564681036673647, 40.988092099786719 ], [ -122.569175940819505, 40.985001853186454 ], [ -122.569183, 40.984996999999851 ], [ -122.569188227857182, 40.984995495891049 ], [ -122.575481, 40.98318499999985 ], [ -122.580768738548556, 40.982905542318932 ], [ -122.580779, 40.982904999999839 ], [ -122.582125370323951, 40.983277214689814 ], [ -122.583557, 40.98367299999984 ], [ -122.583562531156232, 40.983675284390721 ], [ -122.586521820845505, 40.984897483503772 ], [ -122.586879, 40.985044999999857 ], [ -122.588435, 40.985481999999863 ], [ -122.589550077777616, 40.985071707281321 ], [ -122.589552, 40.985070999999849 ], [ -122.589558884510311, 40.984520441660742 ], [ -122.589619843304021, 40.979645531068286 ], [ -122.58962, 40.979632999999851 ], [ -122.589620058292908, 40.979632902486848 ], [ -122.591355365585571, 40.97673006125531 ], [ -122.591355641825402, 40.976729599158283 ], [ -122.591356, 40.976728999999843 ], [ -122.594886, 40.97793999999984 ], [ -122.594889974377296, 40.977937733439369 ], [ -122.598535, 40.975858999999851 ], [ -122.598536213383895, 40.975855042686412 ], [ -122.598672092109908, 40.975411889692886 ], [ -122.59904, 40.974211999999838 ], [ -122.600873833744345, 40.972248174836736 ], [ -122.601300404157541, 40.97179136695329 ], [ -122.601534001353357, 40.971541211205739 ], [ -122.601537, 40.971537999999846 ], [ -122.601483114437542, 40.969749512522618 ], [ -122.601463224320824, 40.969089350076359 ], [ -122.601453, 40.968749999999865 ], [ -122.601384627271472, 40.968139717046583 ], [ -122.601090769777016, 40.965516796718269 ], [ -122.601089, 40.965500999999847 ], [ -122.601088967937443, 40.965483483156078 ], [ -122.601086, 40.96386199999985 ], [ -122.602166876605494, 40.962198838121985 ], [ -122.602359776387928, 40.961902020184816 ], [ -122.603204, 40.960602999999857 ], [ -122.605872861771516, 40.958770283188244 ], [ -122.607362545677475, 40.957747311984726 ], [ -122.607363, 40.957746999999834 ], [ -122.607362532122551, 40.957672443726416 ], [ -122.607343027189046, 40.954564332574549 ], [ -122.607343, 40.954559999999859 ], [ -122.606657743101934, 40.953385383635364 ], [ -122.60556103726357, 40.951505492125399 ], [ -122.605559, 40.951501999999849 ], [ -122.605184, 40.949185999999834 ], [ -122.604642871734043, 40.944778998792174 ], [ -122.604608, 40.944494999999854 ], [ -122.605, 40.94408299999985 ], [ -122.605000151006607, 40.944080941004366 ], [ -122.605295753534193, 40.940050360594313 ], [ -122.605296, 40.940046999999836 ], [ -122.607438, 40.934677999999835 ], [ -122.607441093423262, 40.934662746495974 ], [ -122.608605207683866, 40.928922561599535 ], [ -122.609002, 40.926965999999844 ], [ -122.609063197744916, 40.926712757903012 ], [ -122.609212, 40.926096999999849 ], [ -122.610873928593335, 40.923818481340682 ], [ -122.612749939952849, 40.921246453333794 ], [ -122.612751, 40.921244999999836 ], [ -122.609738, 40.913942999999854 ], [ -122.608226344675984, 40.912263492039209 ], [ -122.608198, 40.91223199999984 ], [ -122.607278679417988, 40.911791501614061 ], [ -122.606159, 40.911254999999841 ], [ -122.606139187571998, 40.91123616390545 ], [ -122.603663, 40.908881999999849 ], [ -122.603644245629539, 40.908846840871135 ], [ -122.602076018619726, 40.905906859736469 ], [ -122.601899, 40.905574999999864 ], [ -122.601887049632566, 40.905423256597942 ], [ -122.601717, 40.903263999999837 ], [ -122.601716952037521, 40.903263820451151 ], [ -122.601331, 40.901818999999854 ], [ -122.06707188227071, 40.899251374392804 ], [ -122.066362140182491, 41.36382503247988 ], [ -121.55827, 41.368925999999853 ], [ -121.556984, 41.379150999999858 ], [ -121.446525, 41.376600999999866 ], [ -121.294818, 41.375102999999854 ], [ -121.302252969556733, 41.183819783228707 ], [ -121.302253, 41.183818999999843 ], [ -121.288189, 41.183785999999849 ], [ -121.286150247720585, 41.183821773368052 ], [ -121.286087933838573, 41.183822866770846 ], [ -121.266226313138134, 41.184171372608326 ], [ -121.266008778483197, 41.18417518962297 ], [ -121.264014229984724, 41.184210187360861 ], [ -121.263857868592765, 41.184212930986781 ], [ -121.258185816135921, 41.184312456771778 ], [ -121.252695179874095, 41.184408799301828 ], [ -121.251088, 41.184436999999846 ], [ -121.247625776451372, 41.184435399768518 ], [ -121.198748107584805, 41.184412808628664 ], [ -121.198381199348333, 41.184412639044574 ], [ -121.162366640535097, 41.184395993202941 ], [ -121.156211323070693, 41.184393148230164 ], [ -121.154792787973292, 41.184392492586689 ], [ -121.138582, 41.184384999999835 ], [ -121.126381894265734, 41.184372400814929 ], [ -121.125892897364452, 41.184371895822387 ], [ -121.121102737161152, 41.18436694897067 ], [ -121.061116, 41.184304999999846 ], [ -121.060446, 41.132557999999868 ], [ -120.991906, 41.133848999999849 ], [ -120.99516, 41.078707999999857 ], [ -120.984481, 41.079696999999861 ], [ -120.986617, 41.011894999999839 ], [ -120.814988, 41.009196999999844 ], [ -120.815614631916375, 40.990681212782803 ], [ -120.818449, 40.906930999999844 ], [ -120.788117, 40.906429999999837 ], [ -120.790553, 40.835193999999845 ], [ -120.734496, 40.834249999999841 ], [ -120.733836, 40.766413999999841 ], [ -120.688388, 40.766778999999836 ], [ -120.688715, 40.757587999999835 ], [ -120.648074868503883, 40.75685146198181 ], [ -120.514686, 40.754433999999854 ], [ -120.517744833812685, 40.673825007650272 ], [ -120.519263, 40.633816999999837 ], [ -120.436178, 40.632226999999837 ], [ -120.434832, 40.666686999999854 ], [ -120.331971, 40.666941999999835 ], [ -120.331860032892905, 40.669683165956783 ], [ -120.331692, 40.673833999999829 ], [ -120.239497, 40.671931999999821 ], [ -120.235888, 40.758079999999843 ], [ -120.13655529949456, 40.756324187615157 ], [ -119.998505, 40.753883999999857 ], [ -119.998518067347234, 40.755925346115887 ], [ -119.998494226469191, 40.752247763866421 ], [ -119.998479, 40.749898999999857 ], [ -119.997533, 40.720991999999846 ], [ -119.995926, 40.499900999999831 ], [ -119.995955463821431, 40.476990884549274 ], [ -119.996155, 40.321837999999822 ], [ -119.996155, 40.321249999999829 ], [ -119.996179021725823, 40.269898667749693 ], [ -119.996182, 40.263531999999813 ], [ -119.996183, 40.262460999999831 ], [ -119.996361341241737, 40.236667284462996 ], [ -119.996443458838769, 40.224790514305496 ], [ -119.99685726510593, 40.164941199378369 ], [ -119.996904314621247, 40.158136369478704 ], [ -119.997124, 40.126362999999834 ], [ -119.997128240076549, 40.125022673261199 ], [ -119.99712865103055, 40.124892766965829 ], [ -119.99713960818903, 40.12142910955896 ], [ -119.997196150051465, 40.103555712823315 ], [ -119.997215993200513, 40.097283113023316 ], [ -119.997234, 40.091590999999831 ], [ -119.997206626123997, 40.084934972456438 ], [ -119.997175, 40.07724499999982 ], [ -119.997195799348262, 40.076269223678771 ], [ -119.997291, 40.071802999999818 ], [ -119.997331934860327, 40.058042919751365 ], [ -119.997336014674133, 40.056671507591261 ], [ -119.997359630373197, 40.048733190187704 ], [ -119.997412456711984, 40.030975839711445 ] ] ], [ [ [ -122.418686425340681, 37.852717424475436 ], [ -122.418712, 37.852716999999728 ], [ -122.419728055106575, 37.852698674616079 ], [ -122.434403, 37.852433999999761 ], [ -122.443302, 37.855447999999761 ], [ -122.446174571318096, 37.860783319919726 ], [ -122.446316, 37.861045999999753 ], [ -122.446033290521413, 37.861313025685831 ], [ -122.439098718155108, 37.867862890773388 ], [ -122.438565, 37.868366999999765 ], [ -122.438497797383306, 37.868401232961467 ], [ -122.430958, 37.872241999999758 ], [ -122.430603793830628, 37.872157407889873 ], [ -122.429353921929646, 37.871858911391691 ], [ -122.421453, 37.869971999999755 ], [ -122.421341, 37.86994499999976 ], [ -122.418471, 37.861763999999773 ], [ -122.418471, 37.852720999999761 ], [ -122.418686425340681, 37.852717424475436 ] ] ], [ [ [ -123.014303, 37.696204999999757 ], [ -123.013916, 37.70035499999976 ], [ -123.013897, 37.70447799999976 ], [ -123.012194, 37.706748999999746 ], [ -123.004489, 37.706261999999768 ], [ -123.00019, 37.702936999999771 ], [ -122.997189, 37.697907999999742 ], [ -123.000677, 37.690202999999748 ], [ -123.005543, 37.689391999999764 ], [ -123.011464, 37.691906999999766 ], [ -123.014303, 37.696204999999757 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "MEX_BAJA", "PRIMARY_NE": "MX", "PRIMARY_ST": "BCN", "ECONOMIC_M": 0.85, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 2998.0, "RPS_POLICY": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -114.83106, 32.482909999999578 ], [ -114.813613, 32.49427699999957 ], [ -114.782262, 32.484834999999563 ], [ -114.754537, 32.476483999999587 ], [ -114.718135, 32.465520999999569 ], [ -114.635097, 32.440510999999567 ], [ -114.563777, 32.419030999999585 ], [ -114.50078, 32.400056999999556 ], [ -114.60905, 31.761474999999532 ], [ -114.6293, 31.763394999999541 ], [ -114.64325, 31.762345999999539 ], [ -114.66333, 31.762589999999523 ], [ -114.6811, 31.759496999999545 ], [ -114.69379, 31.76541899999954 ], [ -114.70045, 31.77179699999953 ], [ -114.70942, 31.781375999999558 ], [ -114.71883, 31.794358999999535 ], [ -114.73206, 31.80536699999956 ], [ -114.73837, 31.808328999999556 ], [ -114.74937, 31.817748999999541 ], [ -114.75987, 31.822146999999539 ], [ -114.77071, 31.829892999999544 ], [ -114.78013, 31.823981999999543 ], [ -114.79408, 31.822921999999537 ], [ -114.80254, 31.827472999999543 ], [ -114.80928, 31.833772999999567 ], [ -114.82048, 31.844928999999556 ], [ -114.83382, 31.857602999999546 ], [ -114.84432, 31.861997999999545 ], [ -114.85303, 31.868146999999546 ], [ -114.86913, 31.86866999999955 ], [ -114.88362, 31.87268599999954 ], [ -114.89972, 31.873139999999569 ], [ -114.91207, 31.875632999999539 ], [ -114.91669, 31.877536999999549 ], [ -114.92763, 31.870997999999545 ], [ -114.94017, 31.875228999999546 ], [ -114.94995, 31.872722999999546 ], [ -114.94124, 31.86657899999954 ], [ -114.92834, 31.859002999999547 ], [ -114.91447, 31.860068999999537 ], [ -114.904519, 31.862047999999564 ], [ -114.900384, 31.862751999999535 ], [ -114.88833, 31.860318999999535 ], [ -114.87588, 31.856145999999548 ], [ -114.8621, 31.858886999999559 ], [ -114.8532, 31.850997999999546 ], [ -114.84404, 31.839688999999538 ], [ -114.8348, 31.828454999999543 ], [ -114.8299, 31.820191999999569 ], [ -114.82467, 31.808650999999557 ], [ -114.8195, 31.797034999999543 ], [ -114.82022, 31.784972999999532 ], [ -114.81879, 31.771382999999549 ], [ -114.82155, 31.75916499999953 ], [ -114.82208, 31.745358999999546 ], [ -114.82101, 31.735183999999542 ], [ -114.81977, 31.723266999999531 ], [ -114.81222, 31.708388999999531 ], [ -114.80556, 31.702081999999542 ], [ -114.7965, 31.692445999999546 ], [ -114.78985, 31.686135999999532 ], [ -114.78514, 31.679610999999543 ], [ -114.78009, 31.669738999999531 ], [ -114.77885, 31.657819999999536 ], [ -114.77743, 31.644156999999531 ], [ -114.78161, 31.626697999999557 ], [ -114.78835, 31.614167999999527 ], [ -114.79997, 31.609906999999563 ], [ -114.80504, 31.600947999999544 ], [ -114.81258, 31.596929999999535 ], [ -114.81772, 31.587962999999533 ], [ -114.82677, 31.578698999999506 ], [ -114.82951, 31.566470999999527 ], [ -114.83802, 31.552049999999539 ], [ -114.84308, 31.543088999999515 ], [ -114.84743, 31.527360999999523 ], [ -114.85159, 31.509891999999532 ], [ -114.8522, 31.496070999999528 ], [ -114.85273, 31.482320999999523 ], [ -114.85167, 31.472138999999554 ], [ -114.85246, 31.460057999999517 ], [ -114.85281, 31.444566999999523 ], [ -114.85334, 31.430816999999532 ], [ -114.8644, 31.421388999999518 ], [ -114.8675, 31.412572999999544 ], [ -114.87635, 31.40155999999952 ], [ -114.87492, 31.387958999999519 ], [ -114.87546, 31.374204999999524 ], [ -114.87634, 31.363803999999529 ], [ -114.87695, 31.350043999999521 ], [ -114.87553, 31.33643899999953 ], [ -114.87623, 31.324361999999525 ], [ -114.87933, 31.31554199999956 ], [ -114.88028, 31.305131999999528 ], [ -114.87719, 31.295100999999534 ], [ -114.88746, 31.297755999999499 ], [ -114.89701, 31.293572999999508 ], [ -114.9055, 31.298053999999532 ], [ -114.90046, 31.288173999999511 ], [ -114.88657, 31.289245999999537 ], [ -114.89178, 31.281951999999524 ], [ -114.89938, 31.277919999999522 ], [ -114.89637, 31.267880999999537 ], [ -114.90592, 31.263698999999527 ], [ -114.90105, 31.255492999999532 ], [ -114.8998, 31.243562999999536 ], [ -114.89689, 31.235206999999512 ], [ -114.88751, 31.241063999999504 ], [ -114.89061, 31.251162999999526 ], [ -114.88211, 31.246615999999523 ], [ -114.87689, 31.234990999999511 ], [ -114.87997, 31.226170999999521 ], [ -114.88094, 31.215825999999517 ], [ -114.89316, 31.218329999999519 ], [ -114.89606, 31.207765999999506 ], [ -114.88757, 31.203284999999536 ], [ -114.88474, 31.194920999999514 ], [ -114.88729, 31.181006999999521 ], [ -114.8903, 31.172191999999527 ], [ -114.89108, 31.160100999999504 ], [ -114.89001, 31.149842999999503 ], [ -114.89072, 31.137826999999508 ], [ -114.89813, 31.132047999999507 ], [ -114.88585, 31.12955099999952 ], [ -114.88071, 31.117982999999516 ], [ -114.87727, 31.104459999999531 ], [ -114.86797, 31.09145499999952 ], [ -114.85914, 31.083550999999513 ], [ -114.84421, 31.074426999999492 ], [ -114.83758, 31.068042999999513 ], [ -114.82697, 31.061961999999514 ], [ -114.82035, 31.055642999999503 ], [ -114.81709, 31.043860999999506 ], [ -114.82433, 31.036410999999514 ], [ -114.829, 31.024016999999514 ], [ -114.82971, 31.011928999999515 ], [ -114.82635, 30.998462999999525 ], [ -114.82352, 30.990092999999508 ], [ -114.81435, 30.978763999999522 ], [ -114.80393, 30.974425999999518 ], [ -114.79528, 30.968194999999486 ], [ -114.78487, 30.963855999999502 ], [ -114.77648, 30.959357999999504 ], [ -114.76405, 30.955172999999508 ], [ -114.74983, 30.952813999999506 ], [ -114.74162, 30.949992999999509 ], [ -114.73121, 30.945649999999524 ], [ -114.72813, 30.935540999999503 ], [ -114.71181, 30.931647999999516 ], [ -114.71023, 30.916284999999505 ], [ -114.70918, 30.906085999999522 ], [ -114.7099, 30.89399299999949 ], [ -114.70708, 30.885619999999498 ], [ -114.70551, 30.870255999999511 ], [ -114.7057, 30.853063999999485 ], [ -114.70253, 30.841266999999505 ], [ -114.70044, 30.8207989999995 ], [ -114.69834, 30.800330999999495 ], [ -114.69819, 30.779778999999515 ], [ -114.69644, 30.762664999999476 ], [ -114.69522, 30.75078399999947 ], [ -114.69831, 30.741956999999477 ], [ -114.69911, 30.7298549999995 ], [ -114.70396, 30.719132999999495 ], [ -114.70257, 30.705506999999482 ], [ -114.69703, 30.690436999999513 ], [ -114.69547, 30.675130999999499 ], [ -114.69768, 30.657708999999503 ], [ -114.69857, 30.647355999999483 ], [ -114.69718, 30.633725999999481 ], [ -114.69165, 30.618653999999491 ], [ -114.68884, 30.61027499999949 ], [ -114.68418, 30.603728999999493 ], [ -114.67724, 30.59397299999948 ], [ -114.67241, 30.585748999999481 ], [ -114.66529, 30.574244999999465 ], [ -114.65422, 30.563045999999495 ], [ -114.65081, 30.549565999999501 ], [ -114.64925, 30.534186999999477 ], [ -114.6445, 30.525954999999474 ], [ -114.63933, 30.514300999999474 ], [ -114.63829, 30.504092999999489 ], [ -114.62847, 30.485888999999482 ], [ -114.62885, 30.47042799999949 ], [ -114.63343, 30.456269999999474 ], [ -114.63239, 30.446059999999513 ], [ -114.62865, 30.429152999999491 ], [ -114.6291, 30.413615999999493 ], [ -114.62965, 30.399831999999517 ], [ -114.63634, 30.387269999999489 ], [ -114.63478, 30.37188499999947 ], [ -114.63155, 30.3600809999995 ], [ -114.63412, 30.346139999999476 ], [ -114.63651, 30.330453999999474 ], [ -114.64137, 30.319791999999467 ], [ -114.6441, 30.307528999999487 ], [ -114.64306, 30.297315999999487 ], [ -114.6479, 30.286584999999484 ], [ -114.64687, 30.276370999999465 ], [ -114.64205, 30.268138999999472 ], [ -114.64268, 30.254275999999479 ], [ -114.64902, 30.238351999999477 ], [ -114.64973, 30.226239999999471 ], [ -114.65229, 30.212228999999464 ], [ -114.65959, 30.206523999999465 ], [ -114.65716, 30.182595999999482 ], [ -114.65436, 30.174209999999476 ], [ -114.64955, 30.165975999999475 ], [ -114.64675, 30.157584999999479 ], [ -114.63765, 30.146226999999477 ], [ -114.63022, 30.131349999999468 ], [ -114.62129, 30.121667999999481 ], [ -114.6128, 30.115474999999496 ], [ -114.59765, 30.102811999999474 ], [ -114.59233, 30.08946399999947 ], [ -114.58752, 30.081225999999489 ], [ -114.58256, 30.071307999999458 ], [ -114.57907, 30.056060999999463 ], [ -114.57534, 30.039134999999469 ], [ -114.56827, 30.027614999999464 ], [ -114.56329, 30.017627999999466 ], [ -114.55463, 30.009681999999472 ], [ -114.54607, 30.003488999999462 ], [ -114.53865, 29.988536999999475 ], [ -114.53351, 29.976867999999467 ], [ -114.51891, 29.969369999999472 ], [ -114.51059, 29.964850999999456 ], [ -114.49809, 29.958886999999461 ], [ -114.48743, 29.951089999999468 ], [ -114.4787, 29.943143999999474 ], [ -114.47365, 29.931464999999466 ], [ -114.46685, 29.923371999999461 ], [ -115.71456, 29.922503999999478 ], [ -115.71999, 29.93581999999946 ], [ -115.7288, 29.943698999999455 ], [ -115.73772, 29.953261999999444 ], [ -115.74789, 29.95587299999945 ], [ -115.76064, 29.96342099999946 ], [ -115.77294, 29.967614999999469 ], [ -115.78493, 29.968306999999456 ], [ -115.79435, 29.964061999999476 ], [ -115.8034, 29.956386999999449 ], [ -115.80828, 29.964658999999472 ], [ -115.80366, 29.977048999999468 ], [ -115.79967, 29.994605999999465 ], [ -115.79668, 30.003535999999482 ], [ -115.79369, 30.012399999999456 ], [ -115.79115, 30.024611999999486 ], [ -115.78835, 30.035220999999439 ], [ -115.78554, 30.045760999999459 ], [ -115.78474, 30.056203999999454 ], [ -115.78307, 30.077020999999466 ], [ -115.78157, 30.099519999999472 ], [ -115.78127, 30.115067999999464 ], [ -115.78459, 30.12685799999948 ], [ -115.79198, 30.14000299999946 ], [ -115.7953, 30.151790999999481 ], [ -115.79856, 30.16358599999948 ], [ -115.79795, 30.175700999999471 ], [ -115.79707, 30.186076999999468 ], [ -115.79446, 30.198361999999456 ], [ -115.7899, 30.210805999999486 ], [ -115.78986, 30.228024999999459 ], [ -115.79292, 30.238070999999472 ], [ -115.79462, 30.253449999999457 ], [ -115.79613, 30.267079999999495 ], [ -115.79939, 30.278871999999481 ], [ -115.80579, 30.300700999999474 ], [ -115.81107, 30.312322999999488 ], [ -115.81789, 30.320357999999477 ], [ -115.82317, 30.331979999999479 ], [ -115.82864, 30.34534499999949 ], [ -115.83527, 30.351632999999492 ], [ -115.8423, 30.361411999999472 ], [ -115.85152, 30.372701999999482 ], [ -115.87039, 30.381419999999476 ], [ -115.8857, 30.393891999999504 ], [ -115.89823, 30.399751999999495 ], [ -115.91653, 30.403361999999493 ], [ -115.92907, 30.40921999999949 ], [ -115.94092, 30.408219999999478 ], [ -115.96271, 30.408078999999482 ], [ -115.9763, 30.405236999999502 ], [ -115.96937, 30.414428999999476 ], [ -115.9521, 30.419339999999494 ], [ -115.94244, 30.421845999999476 ], [ -115.93531, 30.429357999999485 ], [ -115.93057, 30.440055999999512 ], [ -115.92815, 30.454011999999477 ], [ -115.93519, 30.463784999999472 ], [ -115.94192, 30.470128999999492 ], [ -115.94675, 30.478326999999478 ], [ -115.95348, 30.48459999999951 ], [ -115.96207, 30.490787999999476 ], [ -115.97132, 30.502065999999477 ], [ -115.97972, 30.506503999999506 ], [ -115.99177, 30.507180999999498 ], [ -115.99062, 30.496982999999517 ], [ -115.98338, 30.48553499999948 ], [ -115.96825, 30.474751999999491 ], [ -115.96509, 30.464721999999497 ], [ -115.96355, 30.451030999999485 ], [ -115.96423, 30.438981999999474 ], [ -115.97839, 30.441174999999483 ], [ -115.98717, 30.449037999999479 ], [ -115.99208, 30.457227999999471 ], [ -116.00626, 30.459481999999493 ], [ -116.01138, 30.452207999999484 ], [ -116.00647, 30.444018999999482 ], [ -116.00125, 30.432399999999479 ], [ -115.9977, 30.418878999999475 ], [ -115.9948, 30.4105189999995 ], [ -115.99145, 30.398808999999481 ], [ -115.98643, 30.388865999999489 ], [ -115.98151, 30.380673999999477 ], [ -115.98625, 30.36997399999947 ], [ -115.99472, 30.374410999999469 ], [ -115.99425, 30.388204999999484 ], [ -115.99915, 30.396394999999476 ], [ -116.00069, 30.410020999999475 ], [ -116.00579, 30.419953999999489 ], [ -116.0136, 30.436503999999484 ], [ -116.02064, 30.446206999999482 ], [ -116.02795, 30.457646999999486 ], [ -116.03337, 30.471009999999502 ], [ -116.03848, 30.480874999999475 ], [ -116.03807, 30.494660999999471 ], [ -116.03722, 30.505097999999482 ], [ -116.0374, 30.52398499999947 ], [ -116.03519, 30.539683999999497 ], [ -116.03258, 30.551961999999495 ], [ -116.02667, 30.569665999999486 ], [ -116.02562, 30.578357999999493 ], [ -116.02321, 30.592309999999483 ], [ -116.02261, 30.604415999999489 ], [ -116.02415, 30.618033999999508 ], [ -116.02116, 30.626887999999489 ], [ -116.02116, 30.644156999999492 ], [ -116.0225, 30.656030999999498 ], [ -116.0228, 30.676660999999495 ], [ -116.02415, 30.68859899999951 ], [ -116.02531, 30.698859999999499 ], [ -116.02925, 30.715726999999475 ], [ -116.03216, 30.724078999999509 ], [ -116.03514, 30.732427999999508 ], [ -116.03649, 30.744365999999498 ], [ -116.03842, 30.761397999999506 ], [ -116.04172, 30.773169999999499 ], [ -116.04326, 30.786782999999499 ], [ -116.04838, 30.796639999999506 ], [ -116.05778, 30.809655999999496 ], [ -116.06531, 30.822761999999475 ], [ -116.07393, 30.828935999999523 ], [ -116.08562, 30.826186999999507 ], [ -116.10458, 30.834935999999495 ], [ -116.11522, 30.840869999999498 ], [ -116.12645, 30.851966999999497 ], [ -116.13729, 30.85963999999948 ], [ -116.14833, 30.86905899999951 ], [ -116.16235, 30.869555999999516 ], [ -116.17281, 30.8738119999995 ], [ -116.17989, 30.883565999999494 ], [ -116.18879, 30.891400999999494 ], [ -116.19424, 30.904677999999528 ], [ -116.19958, 30.916268999999531 ], [ -116.20848, 30.924106999999506 ], [ -116.21712, 30.930270999999514 ], [ -116.22409, 30.938271999999511 ], [ -116.23911, 30.9472749999995 ], [ -116.24599, 30.955281999999507 ], [ -116.25328, 30.966704999999521 ], [ -116.25998, 30.973035999999531 ], [ -116.27576, 30.971681999999493 ], [ -116.29143, 30.9685779999995 ], [ -116.30508, 30.965713999999547 ], [ -116.31911, 30.96619999999951 ], [ -116.32399, 30.974374999999519 ], [ -116.32597, 30.991462999999492 ], [ -116.3256, 31.005233999999493 ], [ -116.32262, 31.01408399999951 ], [ -116.32082, 31.033118999999498 ], [ -116.31669, 31.048970999999522 ], [ -116.31593, 31.05938899999952 ], [ -116.31314, 31.069913999999496 ], [ -116.3092, 31.087438999999517 ], [ -116.30661, 31.099704999999521 ], [ -116.30597, 31.111802999999508 ], [ -116.3056, 31.125567999999507 ], [ -116.30523, 31.139333999999526 ], [ -116.30479, 31.153171999999511 ], [ -116.305996, 31.163547999999519 ], [ -116.30637, 31.166768999999498 ], [ -116.31191, 31.180024999999532 ], [ -116.31485, 31.188365999999498 ], [ -116.32224, 31.199771999999523 ], [ -116.32732, 31.20968399999953 ], [ -116.3384, 31.219012999999524 ], [ -116.34201, 31.23243299999951 ], [ -116.34892, 31.240430999999532 ], [ -116.3606, 31.254912999999505 ], [ -116.37054, 31.271237999999503 ], [ -116.38203, 31.283977999999507 ], [ -116.3913, 31.295217999999501 ], [ -116.40167, 31.297772999999513 ], [ -116.41075, 31.307336999999531 ], [ -116.42406, 31.318156999999516 ], [ -116.42897, 31.326388999999537 ], [ -116.43955, 31.330615999999505 ], [ -116.44424, 31.337041999999535 ], [ -116.4534, 31.346595999999526 ], [ -116.45878, 31.358167999999534 ], [ -116.46988, 31.367482999999535 ], [ -116.47662, 31.373797999999528 ], [ -116.48179, 31.383628999999523 ], [ -116.48515, 31.395373999999549 ], [ -116.49013, 31.40352799999954 ], [ -116.49551, 31.415097999999528 ], [ -116.50447, 31.422906999999515 ], [ -116.51121, 31.429217999999508 ], [ -116.51855, 31.440616999999541 ], [ -116.52731, 31.44668599999952 ], [ -116.536, 31.452826999999502 ], [ -116.54752, 31.465548999999513 ], [ -116.56466, 31.474400999999489 ], [ -116.57855, 31.473191999999532 ], [ -116.59441, 31.471808999999535 ], [ -116.59959, 31.481631999999532 ], [ -116.60511, 31.494876999999537 ], [ -116.61031, 31.504764999999541 ], [ -116.61909, 31.510894999999529 ], [ -116.63002, 31.518523999999545 ], [ -116.6429, 31.525983999999511 ], [ -116.6479, 31.534129999999507 ], [ -116.64297, 31.543145999999524 ], [ -116.65526, 31.545520999999511 ], [ -116.66026, 31.553666999999535 ], [ -116.67078, 31.557881999999534 ], [ -116.67956, 31.563939999999533 ], [ -116.67721, 31.577933999999498 ], [ -116.6683, 31.587298999999543 ], [ -116.65244, 31.588687999999525 ], [ -116.64946, 31.597531999999546 ], [ -116.65426, 31.603938999999539 ], [ -116.65763, 31.61567299999955 ], [ -116.65751, 31.631162999999553 ], [ -116.65055, 31.640351999999563 ], [ -116.64622, 31.654447999999537 ], [ -116.65001, 31.669591999999547 ], [ -116.65327, 31.679645999999543 ], [ -116.65644, 31.689641999999537 ], [ -116.6636, 31.699285999999532 ], [ -116.67043, 31.705579999999557 ], [ -116.67516, 31.712056999999533 ], [ -116.69214, 31.719151999999532 ], [ -116.70227, 31.719953999999561 ], [ -116.70708, 31.726424999999551 ], [ -116.71762, 31.730634999999545 ], [ -116.7206, 31.738954999999528 ], [ -116.71783, 31.749534999999533 ], [ -116.70667, 31.740174999999532 ], [ -116.69817, 31.735785999999557 ], [ -116.68977, 31.733073999999544 ], [ -116.6774, 31.730712999999547 ], [ -116.66685, 31.726499999999543 ], [ -116.6528, 31.726037999999534 ], [ -116.64523, 31.730077999999555 ], [ -116.63847, 31.741004999999557 ], [ -116.63569, 31.751515999999555 ], [ -116.63279, 31.760348999999533 ], [ -116.62563, 31.767863999999538 ], [ -116.62616, 31.755792999999557 ], [ -116.63117, 31.746776999999543 ], [ -116.6361, 31.737763999999526 ], [ -116.64104, 31.728755999999532 ], [ -116.64381, 31.718242999999553 ], [ -116.63502, 31.712117999999521 ], [ -116.62415, 31.721646999999553 ], [ -116.62576, 31.735221999999528 ], [ -116.62319, 31.747470999999539 ], [ -116.61447, 31.758567999999539 ], [ -116.60954, 31.767575999999508 ], [ -116.60656, 31.77641499999956 ], [ -116.60818, 31.789985999999544 ], [ -116.60715, 31.79865499999956 ], [ -116.60364, 31.819560999999528 ], [ -116.60351, 31.835038999999547 ], [ -116.61364, 31.85300299999955 ], [ -116.61845, 31.859471999999542 ], [ -116.63104, 31.863509999999568 ], [ -116.64518, 31.863965999999554 ], [ -116.65945, 31.866164999999558 ], [ -116.6663, 31.872457999999529 ], [ -116.67306, 31.87868899999955 ], [ -116.68187, 31.884807999999534 ], [ -116.69101, 31.894341999999536 ], [ -116.70177, 31.900222999999531 ], [ -116.71253, 31.906169999999538 ], [ -116.72852, 31.904769999999562 ], [ -116.73907, 31.908975999999551 ], [ -116.74443, 31.920527999999543 ], [ -116.756556, 31.934321999999568 ], [ -116.757274, 31.948319999999551 ], [ -116.761581, 31.959327999999552 ], [ -116.766367, 31.967822999999569 ], [ -116.772349, 31.973445999999562 ], [ -116.784433, 31.978111999999527 ], [ -116.800705, 31.981820999999549 ], [ -116.831813, 31.97799299999954 ], [ -116.840906, 31.985171999999555 ], [ -116.851316, 31.987324999999558 ], [ -116.8634, 32.000844999999558 ], [ -116.867946, 32.016997999999546 ], [ -116.871297, 32.029440999999565 ], [ -116.87385, 32.041274999999551 ], [ -116.87347, 32.055015999999547 ], [ -116.87057, 32.063846999999562 ], [ -116.86977, 32.074176999999537 ], [ -116.87763, 32.13868699999955 ], [ -116.88113, 32.150393999999544 ], [ -116.88454, 32.162108999999568 ], [ -116.88774, 32.172084999999562 ], [ -116.89082, 32.180381999999575 ], [ -116.89978, 32.188163999999553 ], [ -116.90348, 32.201533999999569 ], [ -116.90894, 32.21306599999955 ], [ -116.9108, 32.228351999999568 ], [ -116.9202, 32.239531999999564 ], [ -116.92524, 32.247657999999575 ], [ -116.93245, 32.257274999999574 ], [ -116.9453, 32.263019999999564 ], [ -116.95991, 32.266852999999543 ], [ -116.97649, 32.270575999999558 ], [ -116.9911, 32.274405999999537 ], [ -117.00366, 32.278418999999566 ], [ -117.01448, 32.284339999999567 ], [ -117.02509, 32.288524999999566 ], [ -117.03034, 32.298312999999567 ], [ -117.0354, 32.306430999999606 ], [ -117.03687, 32.318309999999578 ], [ -117.04256, 32.33156599999959 ], [ -117.04739, 32.337947999999571 ], [ -117.067637, 32.351352999999555 ], [ -117.070857, 32.361320999999585 ], [ -117.075917, 32.369437999999569 ], [ -117.079357, 32.381137999999559 ], [ -117.086597, 32.390811999999556 ], [ -117.090117, 32.402507999999557 ], [ -117.08083, 32.41213999999956 ], [ -117.08911, 32.430217999999584 ], [ -117.09298, 32.445315999999565 ], [ -117.0965, 32.457007999999568 ], [ -117.10395, 32.468348999999542 ], [ -117.11077, 32.474551999999569 ], [ -117.11584, 32.482661999999586 ], [ -117.11774, 32.497935999999562 ], [ -117.11942, 32.511474999999557 ], [ -117.12646, 32.51940899999957 ], [ -117.124862, 32.534155999999577 ], [ -117.119062, 32.534687999999576 ], [ -117.062759, 32.539856999999586 ], [ -117.039907, 32.541488999999565 ], [ -117.030155, 32.542185999999568 ], [ -117.028742, 32.54228699999959 ], [ -117.026358, 32.542456999999573 ], [ -116.945956, 32.550057999999588 ], [ -116.928055, 32.550757999999576 ], [ -116.857154, 32.557458999999554 ], [ -116.75733, 32.565615999999572 ], [ -116.62705, 32.576260999999562 ], [ -116.575883, 32.580693999999575 ], [ -116.540643, 32.583746999999569 ], [ -116.53534, 32.584174999999597 ], [ -116.45454, 32.590689999999583 ], [ -116.413638, 32.59398799999957 ], [ -116.391385, 32.595782999999578 ], [ -116.377063, 32.596937999999582 ], [ -116.270981, 32.605491999999586 ], [ -116.211033, 32.610325999999581 ], [ -116.125848, 32.616672999999587 ], [ -116.115427, 32.617909999999569 ], [ -116.106179, 32.61864099999957 ], [ -116.04662, 32.623352999999561 ], [ -115.977773, 32.628532999999585 ], [ -115.662222, 32.652273999999579 ], [ -115.533481, 32.661959999999546 ], [ -115.499307, 32.66453099999957 ], [ -115.496575, 32.664736999999576 ], [ -115.490386, 32.665201999999567 ], [ -115.479267, 32.666038999999572 ], [ -115.474101, 32.666427999999584 ], [ -115.465164, 32.667099999999579 ], [ -115.335551, 32.676192999999564 ], [ -115.000802, 32.69967599999957 ], [ -114.736806, 32.717596999999571 ], [ -114.726491, 32.718297999999571 ], [ -114.719633, 32.718762999999569 ], [ -114.722746, 32.713070999999559 ], [ -114.730086, 32.704297999999589 ], [ -114.730041, 32.699674999999594 ], [ -114.744363, 32.678854999999572 ], [ -114.744491, 32.678670999999596 ], [ -114.745345, 32.672186999999568 ], [ -114.747106, 32.669025999999576 ], [ -114.747848, 32.667692999999581 ], [ -114.748, 32.664183999999565 ], [ -114.753111, 32.658303999999582 ], [ -114.75831, 32.655177999999566 ], [ -114.76495, 32.649390999999582 ], [ -114.765067, 32.648046999999558 ], [ -114.763512, 32.645995999999592 ], [ -114.76331, 32.64461699999957 ], [ -114.763998, 32.643364999999598 ], [ -114.763999, 32.64336299999956 ], [ -114.764382, 32.642665999999579 ], [ -114.766784, 32.641049999999574 ], [ -114.774482, 32.635868999999587 ], [ -114.779215, 32.633578999999578 ], [ -114.78006, 32.632711999999586 ], [ -114.781282, 32.631458999999595 ], [ -114.782235, 32.630214999999573 ], [ -114.78267, 32.628633999999579 ], [ -114.781872, 32.625049999999554 ], [ -114.791179, 32.621832999999569 ], [ -114.794102, 32.622474999999575 ], [ -114.797565, 32.624577999999573 ], [ -114.799302, 32.625114999999568 ], [ -114.80739, 32.621331999999583 ], [ -114.809078, 32.617781999999572 ], [ -114.809393, 32.617118999999583 ], [ -114.809379, 32.616785999999571 ], [ -114.809042, 32.608805999999575 ], [ -114.807962, 32.603079999999565 ], [ -114.807906, 32.602782999999576 ], [ -114.805932, 32.600720999999588 ], [ -114.802361, 32.599369999999588 ], [ -114.802102, 32.59912099999957 ], [ -114.80188, 32.598908999999558 ], [ -114.801548, 32.598590999999573 ], [ -114.801038, 32.597232999999576 ], [ -114.799683, 32.59362099999958 ], [ -114.799737, 32.592177999999571 ], [ -114.800441, 32.588079999999593 ], [ -114.802823, 32.585079999999586 ], [ -114.803987, 32.582651999999591 ], [ -114.803898, 32.581195999999572 ], [ -114.803879, 32.580888999999566 ], [ -114.801471, 32.578254999999572 ], [ -114.801877, 32.576009999999563 ], [ -114.804421, 32.572941999999557 ], [ -114.808929, 32.569651999999586 ], [ -114.810517, 32.567268999999577 ], [ -114.810782, 32.565151999999557 ], [ -114.810517, 32.563827999999596 ], [ -114.808929, 32.561975999999582 ], [ -114.804429, 32.561975999999582 ], [ -114.79766, 32.564443999999568 ], [ -114.795959, 32.564092999999566 ], [ -114.794635, 32.563563999999587 ], [ -114.793312, 32.561975999999582 ], [ -114.792629, 32.561292999999587 ], [ -114.791988, 32.560651999999571 ], [ -114.791832, 32.559353999999566 ], [ -114.791598, 32.557416999999568 ], [ -114.791551, 32.55702299999956 ], [ -114.791647, 32.55664499999957 ], [ -114.791899, 32.55565999999957 ], [ -114.792065, 32.555008999999551 ], [ -114.793769, 32.552328999999588 ], [ -114.795238, 32.551247999999575 ], [ -114.795635, 32.550955999999545 ], [ -114.803883, 32.548001999999563 ], [ -114.80583, 32.546353999999575 ], [ -114.805966, 32.545345999999583 ], [ -114.804776, 32.541658999999576 ], [ -114.802018, 32.539459999999558 ], [ -114.802181, 32.536413999999574 ], [ -114.8064, 32.531191999999557 ], [ -114.810563, 32.527665999999577 ], [ -114.810672, 32.52722999999957 ], [ -114.811576, 32.523593999999569 ], [ -114.81137, 32.523210999999577 ], [ -114.810513, 32.521619999999572 ], [ -114.810167, 32.520976999999604 ], [ -114.809723, 32.520152999999574 ], [ -114.804958, 32.517505999999564 ], [ -114.804793, 32.516597999999561 ], [ -114.804429, 32.514593999999576 ], [ -114.804694, 32.512476999999578 ], [ -114.806017, 32.510093999999583 ], [ -114.807426, 32.50896599999956 ], [ -114.807726, 32.508725999999541 ], [ -114.810159, 32.508382999999576 ], [ -114.81237, 32.507711999999565 ], [ -114.812635, 32.506917999999573 ], [ -114.813164, 32.505593999999547 ], [ -114.813693, 32.505064999999554 ], [ -114.813753, 32.504259999999569 ], [ -114.812316, 32.500053999999579 ], [ -114.813991, 32.497230999999559 ], [ -114.813614, 32.494285999999569 ], [ -114.83106, 32.482909999999578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SCE_SE", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0700828134, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 24259.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -114.951955, 34.863283999999659 ], [ -114.954033709244527, 34.840081479201238 ], [ -114.581126, 34.826114999999668 ], [ -114.576452, 34.815299999999681 ], [ -114.574569, 34.805745999999665 ], [ -114.57101, 34.79429399999966 ], [ -114.565976, 34.785965999999661 ], [ -114.564045, 34.782770999999634 ], [ -114.558653, 34.773851999999671 ], [ -114.552682, 34.766870999999647 ], [ -114.546884, 34.761801999999676 ], [ -114.540306, 34.757108999999673 ], [ -114.529615, 34.750821999999665 ], [ -114.525611, 34.747004999999653 ], [ -114.522619, 34.743729999999644 ], [ -114.521048, 34.741172999999655 ], [ -114.516619, 34.736744999999644 ], [ -114.510292, 34.73358199999965 ], [ -114.503361, 34.731246999999655 ], [ -114.495858, 34.727955999999658 ], [ -114.492017, 34.725701999999664 ], [ -114.490971, 34.724847999999668 ], [ -114.486768, 34.719099999999663 ], [ -114.481954, 34.716035999999626 ], [ -114.477297, 34.714513999999667 ], [ -114.473682, 34.713963999999649 ], [ -114.47162, 34.71296599999966 ], [ -114.470477, 34.711367999999659 ], [ -114.46862, 34.707572999999662 ], [ -114.46809, 34.701785999999643 ], [ -114.465246, 34.691201999999656 ], [ -114.462178, 34.685799999999659 ], [ -114.456567, 34.677955999999654 ], [ -114.455473, 34.675767999999643 ], [ -114.45491, 34.67309199999967 ], [ -114.454305, 34.67123399999965 ], [ -114.452628, 34.668545999999672 ], [ -114.451971, 34.666794999999659 ], [ -114.451753, 34.665043999999661 ], [ -114.451785, 34.663890999999659 ], [ -114.452628, 34.659572999999661 ], [ -114.451971, 34.657165999999634 ], [ -114.451753, 34.654320999999662 ], [ -114.449549, 34.651422999999667 ], [ -114.444276, 34.646541999999641 ], [ -114.441465, 34.642529999999638 ], [ -114.440294, 34.638239999999648 ], [ -114.441525, 34.631528999999645 ], [ -114.441398, 34.630170999999663 ], [ -114.438739, 34.621454999999642 ], [ -114.428648, 34.614640999999658 ], [ -114.424202, 34.610452999999659 ], [ -114.424326, 34.602337999999655 ], [ -114.425338, 34.600841999999659 ], [ -114.427502, 34.599226999999679 ], [ -114.43009, 34.596873999999644 ], [ -114.429747, 34.595845999999646 ], [ -114.429747, 34.591733999999668 ], [ -114.422382, 34.580710999999667 ], [ -114.424150790871224, 34.57072383139046 ], [ -114.427291065359995, 34.539968948832978 ], [ -114.424163393791474, 34.520507881295515 ], [ -114.409567593138362, 34.511472385653121 ], [ -114.384546220590195, 34.510864227292558 ], [ -114.378124, 34.507287999999669 ], [ -114.381402, 34.49924199999964 ], [ -114.382358, 34.495756999999642 ], [ -114.383038, 34.488902999999638 ], [ -114.381555, 34.477882999999665 ], [ -114.381701, 34.476039999999621 ], [ -114.383525, 34.470404999999644 ], [ -114.387187, 34.462020999999638 ], [ -114.387407, 34.460491999999633 ], [ -114.386699, 34.457910999999669 ], [ -114.378852, 34.45037599999965 ], [ -114.375789, 34.447797999999629 ], [ -114.373719, 34.446937999999669 ], [ -114.363404, 34.44777299999965 ], [ -114.356025, 34.449743999999654 ], [ -114.342615, 34.451441999999652 ], [ -114.339627, 34.451434999999648 ], [ -114.335372, 34.450037999999644 ], [ -114.332991, 34.448081999999644 ], [ -114.330669, 34.445294999999646 ], [ -114.32613, 34.437250999999648 ], [ -114.319054, 34.435830999999666 ], [ -114.312251, 34.432725999999668 ], [ -114.301016, 34.426806999999641 ], [ -114.294836, 34.421388999999635 ], [ -114.292226, 34.417605999999651 ], [ -114.291751, 34.411103999999639 ], [ -114.290219, 34.408290999999643 ], [ -114.288663, 34.406622999999655 ], [ -114.286802, 34.40533999999964 ], [ -114.280108, 34.403146999999642 ], [ -114.267521, 34.402485999999662 ], [ -114.264317, 34.401328999999642 ], [ -114.252739, 34.390099999999634 ], [ -114.248649, 34.388112999999642 ], [ -114.245261, 34.385658999999649 ], [ -114.234275, 34.376661999999655 ], [ -114.229686, 34.368907999999642 ], [ -114.226107, 34.365915999999643 ], [ -114.213774, 34.362459999999651 ], [ -114.199482, 34.361372999999638 ], [ -114.191094, 34.356124999999643 ], [ -114.185556, 34.354385999999643 ], [ -114.181145, 34.352185999999648 ], [ -114.176909, 34.349305999999636 ], [ -114.172845, 34.34497899999964 ], [ -114.168807, 34.339512999999634 ], [ -114.157206, 34.317861999999643 ], [ -114.14093, 34.305918999999626 ], [ -114.138282, 34.303229999999637 ], [ -114.138167, 34.300935999999652 ], [ -114.139534, 34.295843999999626 ], [ -114.138365, 34.288563999999631 ], [ -114.13605, 34.280832999999646 ], [ -114.137045, 34.277017999999636 ], [ -114.136671, 34.274376999999639 ], [ -114.134768, 34.268964999999639 ], [ -114.134427, 34.266386999999646 ], [ -114.134612, 34.263517999999628 ], [ -114.136185, 34.26129599999966 ], [ -114.139055, 34.259537999999644 ], [ -114.144779, 34.259622999999657 ], [ -114.147159, 34.259563999999642 ], [ -114.153346, 34.258288999999621 ], [ -114.156853, 34.258414999999644 ], [ -114.159697, 34.258241999999647 ], [ -114.161826, 34.257037999999632 ], [ -114.163122, 34.255186999999658 ], [ -114.163867, 34.253348999999659 ], [ -114.164476, 34.251666999999649 ], [ -114.166536, 34.249646999999655 ], [ -114.169258703955293, 34.241540591223831 ], [ -114.176087123289989, 34.231297962221767 ], [ -114.183598384558167, 34.225152384820518 ], [ -114.192133908726561, 34.217641123552347 ], [ -114.199986590961473, 34.210129862284177 ], [ -114.205107905462498, 34.205691389716605 ], [ -114.210229219963523, 34.202960021982726 ], [ -114.21466769253108, 34.197155865548233 ], [ -114.217740481231701, 34.191693130080481 ], [ -114.216716218331499, 34.183157605912058 ], [ -114.218764744131903, 34.177694870444306 ], [ -114.227300268300297, 34.175987765610643 ], [ -114.234128687634993, 34.173939239810231 ], [ -114.242322790836639, 34.17189071400982 ], [ -114.252906840805437, 34.167452241442241 ], [ -114.264856574641172, 34.160965243074273 ], [ -114.272709256876084, 34.157892454373673 ], [ -114.281927622977946, 34.156526770506716 ], [ -114.289438884246124, 34.15481966567306 ], [ -114.312206, 34.144775999999652 ], [ -114.320777, 34.138634999999645 ], [ -114.324576, 34.136758999999621 ], [ -114.336112, 34.134034999999621 ], [ -114.348052, 34.13445799999964 ], [ -114.353031, 34.133120999999633 ], [ -114.356373, 34.130428999999637 ], [ -114.360402, 34.123576999999628 ], [ -114.366521, 34.118574999999637 ], [ -114.369297, 34.117516999999651 ], [ -114.379234, 34.115987999999653 ], [ -114.390565, 34.110083999999645 ], [ -114.401352, 34.111651999999651 ], [ -114.405941, 34.111539999999607 ], [ -114.411681, 34.11003099999963 ], [ -114.415908, 34.107635999999616 ], [ -114.420499, 34.103465999999635 ], [ -114.426168, 34.097041999999639 ], [ -114.428026, 34.092786999999639 ], [ -114.43338, 34.088412999999619 ], [ -114.434181, 34.08737899999965 ], [ -114.435429, 34.079726999999643 ], [ -114.437683, 34.071936999999622 ], [ -114.43934, 34.057892999999638 ], [ -114.439406, 34.053809999999629 ], [ -114.438602, 34.050204999999629 ], [ -114.435504, 34.042614999999657 ], [ -114.434949, 34.037783999999647 ], [ -114.436171, 34.02808299999964 ], [ -114.438266, 34.02260899999964 ], [ -114.44054, 34.019328999999644 ], [ -114.443821, 34.016175999999625 ], [ -114.450206, 34.012573999999624 ], [ -114.454807, 34.010967999999629 ], [ -114.458906, 34.010834999999631 ], [ -114.46117, 34.010080999999616 ], [ -114.46283, 34.008420999999629 ], [ -114.463132, 34.006609999999625 ], [ -114.46283, 34.004496999999645 ], [ -114.460415, 33.999213999999625 ], [ -114.460264, 33.996648999999621 ], [ -114.46117, 33.99468699999963 ], [ -114.462377, 33.993780999999629 ], [ -114.466187, 33.993464999999638 ], [ -114.467932, 33.992876999999631 ], [ -114.471138, 33.988039999999614 ], [ -114.475907, 33.984423999999628 ], [ -114.481455, 33.981260999999634 ], [ -114.482333, 33.980180999999625 ], [ -114.483097, 33.977744999999636 ], [ -114.484784, 33.975518999999643 ], [ -114.495047, 33.96683499999962 ], [ -114.499883, 33.961788999999641 ], [ -114.509568, 33.957263999999618 ], [ -114.511231, 33.957039999999658 ], [ -114.51586, 33.958105999999638 ], [ -114.522002, 33.955622999999626 ], [ -114.52868, 33.947816999999631 ], [ -114.535478, 33.934650999999626 ], [ -114.534986, 33.928499999999616 ], [ -114.53368, 33.926071999999621 ], [ -114.528385, 33.923673999999629 ], [ -114.525361, 33.922271999999616 ], [ -114.518434, 33.917517999999625 ], [ -114.511511, 33.911091999999613 ], [ -114.508558, 33.906097999999623 ], [ -114.50792, 33.903806999999631 ], [ -114.507988, 33.901812999999635 ], [ -114.508708, 33.90063999999964 ], [ -114.510944, 33.899098999999623 ], [ -114.513715, 33.897958999999616 ], [ -114.516314, 33.89619599999962 ], [ -114.517808, 33.894888999999637 ], [ -114.518741, 33.893207999999632 ], [ -114.518928, 33.891713999999624 ], [ -114.518555, 33.889846999999627 ], [ -114.517808, 33.888166999999619 ], [ -114.516501, 33.885925999999628 ], [ -114.512467, 33.882883999999628 ], [ -114.50434, 33.876881999999647 ], [ -114.503395, 33.875017999999621 ], [ -114.503017, 33.867997999999623 ], [ -114.503887, 33.865753999999626 ], [ -114.505638, 33.864275999999627 ], [ -114.514673, 33.858637999999623 ], [ -114.516811, 33.85811999999963 ], [ -114.52453, 33.85847699999961 ], [ -114.52677, 33.857356999999631 ], [ -114.528451, 33.85492899999965 ], [ -114.529385, 33.851754999999628 ], [ -114.529597, 33.848062999999634 ], [ -114.525539, 33.83861399999963 ], [ -114.523409, 33.835322999999633 ], [ -114.520465, 33.827777999999618 ], [ -114.51997, 33.825380999999602 ], [ -114.520733, 33.822030999999633 ], [ -114.522714, 33.818978999999608 ], [ -114.527161, 33.816190999999613 ], [ -114.52805, 33.814962999999608 ], [ -114.520094, 33.799472999999615 ], [ -114.516734, 33.788344999999616 ], [ -114.507089, 33.767929999999609 ], [ -114.504863, 33.760464999999627 ], [ -114.50434, 33.756380999999607 ], [ -114.504483, 33.750997999999612 ], [ -114.506, 33.746343999999603 ], [ -114.508206, 33.741586999999605 ], [ -114.512348, 33.734213999999632 ], [ -114.510265, 33.732145999999631 ], [ -114.506799, 33.730517999999606 ], [ -114.504176, 33.728054999999614 ], [ -114.502661, 33.724583999999602 ], [ -114.500788, 33.722203999999635 ], [ -114.496565, 33.719154999999617 ], [ -114.494901, 33.714429999999602 ], [ -114.494197, 33.70792199999962 ], [ -114.495719, 33.698453999999622 ], [ -114.496489, 33.69690099999962 ], [ -114.504993, 33.693021999999615 ], [ -114.512409, 33.691281999999632 ], [ -114.519113, 33.688472999999625 ], [ -114.523959, 33.685878999999602 ], [ -114.527782, 33.682683999999625 ], [ -114.530348, 33.679244999999611 ], [ -114.531523, 33.675107999999639 ], [ -114.530999, 33.671101999999614 ], [ -114.529706, 33.668030999999608 ], [ -114.528304, 33.666043999999609 ], [ -114.526947, 33.664297999999647 ], [ -114.525977, 33.662940999999613 ], [ -114.525201, 33.661582999999609 ], [ -114.525007, 33.659643999999631 ], [ -114.525201, 33.65809199999962 ], [ -114.525783, 33.65712199999961 ], [ -114.526947, 33.655570999999625 ], [ -114.528304, 33.653048999999626 ], [ -114.530244, 33.65013999999961 ], [ -114.53005, 33.647618999999615 ], [ -114.52908, 33.644127999999618 ], [ -114.527917, 33.641412999999623 ], [ -114.526947, 33.637533999999604 ], [ -114.526947, 33.633072999999605 ], [ -114.528498, 33.630163999999617 ], [ -114.529856, 33.62744799999961 ], [ -114.529662, 33.622793999999608 ], [ -114.527938, 33.618838999999625 ], [ -114.525783, 33.616587999999624 ], [ -114.524619, 33.614259999999611 ], [ -114.524814, 33.611350999999615 ], [ -114.526782, 33.608830999999611 ], [ -114.529186, 33.606649999999611 ], [ -114.540617, 33.591411999999629 ], [ -114.5403, 33.580614999999625 ], [ -114.535965, 33.569153999999607 ], [ -114.526834, 33.557465999999621 ], [ -114.524391, 33.553682999999609 ], [ -114.524599, 33.552230999999637 ], [ -114.542011, 33.542480999999619 ], [ -114.558898, 33.531818999999601 ], [ -114.559507, 33.530723999999616 ], [ -114.560835, 33.524333999999619 ], [ -114.560552, 33.518271999999612 ], [ -114.560963, 33.516738999999625 ], [ -114.569533, 33.509218999999611 ], [ -114.573757, 33.507542999999622 ], [ -114.580468, 33.506464999999622 ], [ -114.588239, 33.502452999999626 ], [ -114.591554, 33.499442999999616 ], [ -114.597283, 33.490652999999611 ], [ -114.599713, 33.484314999999611 ], [ -114.601696, 33.481393999999611 ], [ -114.607843, 33.474833999999596 ], [ -114.612472, 33.470767999999616 ], [ -114.622918, 33.456560999999603 ], [ -114.623395, 33.454489999999616 ], [ -114.622283, 33.447557999999603 ], [ -114.627125, 33.433553999999603 ], [ -114.62964, 33.428137999999599 ], [ -114.635183, 33.422725999999599 ], [ -114.643302, 33.416744999999615 ], [ -114.64954, 33.413632999999585 ], [ -114.652828, 33.412921999999618 ], [ -114.658382, 33.4130359999996 ], [ -114.673901, 33.418298999999607 ], [ -114.687953, 33.417943999999615 ], [ -114.695655, 33.415126999999615 ], [ -114.696504, 33.414058999999618 ], [ -114.696805, 33.412086999999602 ], [ -114.697707, 33.410941999999601 ], [ -114.701732, 33.408387999999597 ], [ -114.710878, 33.407253999999611 ], [ -114.720065, 33.407890999999601 ], [ -114.723829, 33.406530999999617 ], [ -114.725282, 33.405047999999617 ], [ -114.725535, 33.404055999999606 ], [ -114.725292, 33.402341999999614 ], [ -114.722872, 33.3987789999996 ], [ -114.713602, 33.388256999999591 ], [ -114.708408, 33.384146999999601 ], [ -114.70731, 33.382541999999603 ], [ -114.707009, 33.380633999999617 ], [ -114.707348, 33.376627999999599 ], [ -114.699053, 33.361147999999609 ], [ -114.69817, 33.356574999999594 ], [ -114.698035, 33.352441999999584 ], [ -114.700938, 33.337013999999606 ], [ -114.705241, 33.327766999999618 ], [ -114.707962, 33.323420999999577 ], [ -114.710792, 33.320606999999598 ], [ -114.723623, 33.312109999999606 ], [ -114.729904, 33.305744999999597 ], [ -114.731222, 33.304038999999612 ], [ -114.731223, 33.302433999999607 ], [ -114.723259, 33.288078999999584 ], [ -114.72167, 33.286981999999611 ], [ -114.717875, 33.285156999999586 ], [ -114.711197, 33.2833419999996 ], [ -114.702873, 33.281915999999605 ], [ -114.694449, 33.279785999999604 ], [ -114.684363, 33.276024999999592 ], [ -114.680507, 33.273576999999612 ], [ -114.677032, 33.270169999999602 ], [ -114.672401, 33.260469999999607 ], [ -114.672088, 33.25849899999961 ], [ -114.674491, 33.255596999999604 ], [ -114.688205, 33.247965999999607 ], [ -114.689541, 33.246427999999597 ], [ -114.689421, 33.245249999999587 ], [ -114.682731, 33.234917999999603 ], [ -114.678097, 33.230299999999588 ], [ -114.674479, 33.225503999999589 ], [ -114.673626, 33.223120999999601 ], [ -114.673715, 33.219244999999589 ], [ -114.676072, 33.210834999999619 ], [ -114.678749, 33.20344799999959 ], [ -114.678178, 33.199583999999625 ], [ -114.67519, 33.1881789999996 ], [ -114.728928, 33.191420999999593 ], [ -114.723695, 33.239893999999595 ], [ -114.735845, 33.242506999999613 ], [ -114.766503, 33.246438999999604 ], [ -114.76129, 33.294908999999592 ], [ -114.761485, 33.312365999999585 ], [ -114.771403, 33.316558999999586 ], [ -114.761892, 33.38564899999961 ], [ -114.774252, 33.38652699999961 ], [ -114.769166, 33.433739999999602 ], [ -114.830869, 33.433707999999605 ], [ -114.830833, 33.430093999999606 ], [ -114.903063, 33.430088999999604 ], [ -115.000801, 33.429412999999585 ], [ -115.046583, 33.428467999999611 ], [ -115.055574, 33.428519999999587 ], [ -115.063197, 33.428102999999595 ], [ -115.100075, 33.428265999999603 ], [ -115.125806, 33.429045999999609 ], [ -115.223635, 33.428500999999599 ], [ -115.24134, 33.428555999999631 ], [ -115.256407, 33.42820699999961 ], [ -115.279486, 33.428227999999599 ], [ -115.275953, 33.522394999999626 ], [ -115.395819, 33.529418999999614 ], [ -115.388307, 33.615076999999616 ], [ -115.428977, 33.617729999999625 ], [ -115.426195, 33.635127999999611 ], [ -115.45036, 33.634939999999609 ], [ -115.449495, 33.654219999999597 ], [ -115.474363, 33.657587999999599 ], [ -115.470719, 33.673171999999617 ], [ -115.506203, 33.675459999999624 ], [ -115.503781, 33.68936599999963 ], [ -115.605725, 33.698267999999601 ], [ -115.597435, 33.783307999999614 ], [ -115.700975, 33.790620999999604 ], [ -115.692978, 33.873583999999632 ], [ -115.791439, 33.878816999999614 ], [ -115.791252, 33.913941999999629 ], [ -115.806686, 33.916138999999632 ], [ -115.793038, 34.035314999999606 ], [ -115.961276, 34.035151999999634 ], [ -115.9839, 34.034405999999628 ], [ -115.987147, 34.034414999999626 ], [ -115.990217, 34.001386999999625 ], [ -116.034458, 34.004024999999622 ], [ -116.029763, 34.034386999999626 ], [ -116.019524, 34.077926999999619 ], [ -116.01931, 34.109973999999632 ], [ -115.983788, 34.109813999999645 ], [ -115.983643, 34.125270999999636 ], [ -115.878295933900262, 34.125661760173315 ], [ -115.878044, 34.139304999999631 ], [ -115.877899, 34.154303999999627 ], [ -115.879143, 34.209571999999639 ], [ -115.878906, 34.223483999999651 ], [ -115.896149, 34.223330999999639 ], [ -115.896301, 34.212638999999655 ], [ -115.896996, 34.197650999999659 ], [ -115.949234, 34.197894999999647 ], [ -115.948784, 34.183330999999647 ], [ -115.967117, 34.183433999999636 ], [ -115.966911, 34.212531999999641 ], [ -115.983024, 34.21256599999964 ], [ -115.982925, 34.227115999999661 ], [ -116.000694, 34.227652999999634 ], [ -116.000282, 34.212180999999639 ], [ -116.026962, 34.212069999999649 ], [ -116.026916, 34.237990999999631 ], [ -115.982986, 34.238032999999618 ], [ -115.983505, 34.300345999999656 ], [ -115.895943, 34.299678999999649 ], [ -115.720222, 34.300723999999633 ], [ -115.70575, 34.300704999999645 ], [ -115.683266, 34.298953999999661 ], [ -115.596993, 34.413489999999648 ], [ -115.573509, 34.426925999999632 ], [ -115.540886, 34.426902999999648 ], [ -115.349541, 34.543647999999664 ], [ -115.350006, 34.557982999999659 ], [ -115.284081, 34.591716999999647 ], [ -115.220879, 34.648375999999665 ], [ -115.203003, 34.69207399999965 ], [ -115.242828, 34.730952999999651 ], [ -115.214783, 34.746364999999663 ], [ -115.214607, 34.754897999999649 ], [ -115.151062, 34.788741999999651 ], [ -115.054146, 34.82825799999965 ], [ -115.027336, 34.828746999999687 ], [ -115.002174, 34.835166999999657 ], [ -114.990029, 34.835795999999654 ], [ -114.951955, 34.863283999999659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SCE_VLY", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 22814.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.806841, 35.673465999999685 ], [ -118.863772, 35.677081999999693 ], [ -118.870355, 35.669003999999688 ], [ -118.996718, 35.671578999999682 ], [ -119.001342, 35.661768999999687 ], [ -119.13363, 35.667713999999691 ], [ -119.134074, 35.659426999999688 ], [ -119.215537, 35.661990999999688 ], [ -119.213272, 35.7050869999997 ], [ -119.237726, 35.705845999999688 ], [ -119.234735, 35.724014999999696 ], [ -119.257156, 35.72470699999969 ], [ -119.260802, 35.733119999999694 ], [ -119.301489, 35.73602299999969 ], [ -119.312785149186595, 35.752899965354942 ], [ -119.363011, 35.771076999999707 ], [ -119.360772, 35.790127999999719 ], [ -119.358678, 35.849772999999693 ], [ -119.356566, 35.891332999999698 ], [ -119.377201, 35.891468999999717 ], [ -119.373816, 35.958344999999717 ], [ -119.433905844763416, 35.959698849477817 ], [ -119.433278, 36.044286999999706 ], [ -119.468900352256327, 36.06285131743504 ], [ -119.512202379385158, 36.138060101395645 ], [ -119.529411, 36.171224999999708 ], [ -119.529482, 36.196135999999704 ], [ -119.529466, 36.200604999999719 ], [ -119.576911, 36.202321999999711 ], [ -119.57419, 36.272989999999709 ], [ -119.733541, 36.277876999999705 ], [ -119.729566, 36.363980999999725 ], [ -119.71521, 36.363045999999727 ], [ -119.714339, 36.381811999999726 ], [ -119.635592, 36.379133999999716 ], [ -119.635439, 36.396813999999708 ], [ -119.594306, 36.396235999999718 ], [ -119.595207, 36.377471999999713 ], [ -119.525977, 36.376641999999734 ], [ -119.529024, 36.401602999999724 ], [ -119.492836, 36.401041999999734 ], [ -119.491817, 36.400996999999691 ], [ -119.482504, 36.40104599999971 ], [ -119.474892, 36.400952999999738 ], [ -119.459082, 36.405665999999719 ], [ -119.437739, 36.405049999999711 ], [ -119.437129, 36.440899999999729 ], [ -119.393235, 36.439620999999718 ], [ -119.392533, 36.453468999999707 ], [ -119.333209, 36.451714999999695 ], [ -119.331189, 36.490869999999717 ], [ -119.197058, 36.486795999999714 ], [ -119.197382, 36.469588999999722 ], [ -119.180768, 36.46907299999971 ], [ -119.181945, 36.447109999999718 ], [ -119.142823, 36.445408999999728 ], [ -119.141687, 36.466417999999727 ], [ -119.093038, 36.46487999999971 ], [ -119.092096, 36.482067999999714 ], [ -119.074888, 36.481518999999729 ], [ -119.069749, 36.585617999999712 ], [ -118.979431, 36.582697999999731 ], [ -118.978463, 36.599883999999747 ], [ -118.914874, 36.597786999999713 ], [ -118.914621, 36.612604999999732 ], [ -118.894951, 36.612906999999723 ], [ -118.893314, 36.631026999999719 ], [ -118.848158, 36.629030999999713 ], [ -118.847214, 36.645260999999735 ], [ -118.825835, 36.644058999999721 ], [ -118.824691, 36.663629999999714 ], [ -118.801495, 36.662839999999711 ], [ -118.801052, 36.680520999999722 ], [ -118.671966, 36.676042999999716 ], [ -118.673006, 36.658859999999706 ], [ -118.65576, 36.658250999999723 ], [ -118.656774, 36.641545999999721 ], [ -118.634776, 36.640765999999722 ], [ -118.635853, 36.62310499999974 ], [ -118.571065, 36.620783999999723 ], [ -118.572187, 36.602646999999727 ], [ -118.507983, 36.600790999999731 ], [ -118.506936, 36.617494999999721 ], [ -118.484382, 36.616188999999729 ], [ -118.482752, 36.651527999999729 ], [ -118.460158, 36.650693999999731 ], [ -118.458162, 36.682192999999721 ], [ -118.417716, 36.680688999999724 ], [ -118.416525, 36.699300999999721 ], [ -118.349676, 36.696775999999737 ], [ -118.346606482422644, 36.696660018228087 ], [ -118.346728, 36.696533999999723 ], [ -118.351728, 36.694833999999737 ], [ -118.354128, 36.694733999999734 ], [ -118.358828, 36.695633999999728 ], [ -118.361028, 36.695133999999719 ], [ -118.363928, 36.694233999999724 ], [ -118.366253, 36.691709999999723 ], [ -118.366128, 36.690434999999731 ], [ -118.364228, 36.687934999999754 ], [ -118.361028, 36.686033999999722 ], [ -118.355628, 36.683933999999702 ], [ -118.353328, 36.683933999999702 ], [ -118.352028, 36.682933999999726 ], [ -118.345327, 36.672533999999715 ], [ -118.339927, 36.672733999999728 ], [ -118.333427, 36.671433999999735 ], [ -118.331227, 36.66943399999974 ], [ -118.329353, 36.666565999999719 ], [ -118.329527, 36.665433999999728 ], [ -118.330827, 36.663933999999728 ], [ -118.333727, 36.662133999999718 ], [ -118.335627, 36.661633999999736 ], [ -118.337527, 36.658933999999725 ], [ -118.338127, 36.655233999999723 ], [ -118.337579, 36.654800999999722 ], [ -118.330226, 36.649633999999729 ], [ -118.325226, 36.647133999999717 ], [ -118.323726, 36.645233999999711 ], [ -118.319826, 36.637833999999714 ], [ -118.320726, 36.629133999999723 ], [ -118.302825, 36.619033999999715 ], [ -118.301925, 36.618133999999714 ], [ -118.302625, 36.61543399999973 ], [ -118.302425, 36.614633999999739 ], [ -118.297025, 36.607333999999724 ], [ -118.293425, 36.604833999999741 ], [ -118.289025, 36.603333999999698 ], [ -118.285925, 36.603333999999698 ], [ -118.281625, 36.604533999999703 ], [ -118.274624, 36.597333999999712 ], [ -118.278024, 36.592333999999724 ], [ -118.283124, 36.590833999999724 ], [ -118.289024, 36.590733999999706 ], [ -118.289324, 36.588433999999715 ], [ -118.287824, 36.585033999999744 ], [ -118.288024, 36.583733999999723 ], [ -118.292824, 36.579934999999729 ], [ -118.294124, 36.57743499999971 ], [ -118.294124, 36.57633499999973 ], [ -118.292324, 36.575434999999736 ], [ -118.289824, 36.573234999999727 ], [ -118.290024, 36.572234999999715 ], [ -118.291844, 36.570474999999732 ], [ -118.292624, 36.567434999999747 ], [ -118.292123, 36.562734999999726 ], [ -118.291223, 36.559334999999727 ], [ -118.290523, 36.558534999999722 ], [ -118.286223, 36.556634999999723 ], [ -118.279423, 36.555134999999723 ], [ -118.276123, 36.55183499999972 ], [ -118.265323, 36.551534999999724 ], [ -118.261222, 36.547434999999723 ], [ -118.261622, 36.546034999999726 ], [ -118.260222, 36.544134999999741 ], [ -118.256922, 36.543034999999712 ], [ -118.252022, 36.542134999999732 ], [ -118.249922, 36.537734999999728 ], [ -118.248622, 36.53273499999974 ], [ -118.250622, 36.529934999999732 ], [ -118.250922, 36.525634999999738 ], [ -118.246121, 36.521634999999712 ], [ -118.241621, 36.522034999999725 ], [ -118.239121, 36.521334999999723 ], [ -118.238721, 36.508034999999715 ], [ -118.241421, 36.500034999999713 ], [ -118.239221, 36.496934999999709 ], [ -118.23792, 36.496234999999722 ], [ -118.23672, 36.492834999999729 ], [ -118.24842, 36.487034999999736 ], [ -118.24982, 36.484734999999731 ], [ -118.24992, 36.482434999999711 ], [ -118.24802, 36.480934999999725 ], [ -118.24002, 36.477334999999712 ], [ -118.23712, 36.475334999999717 ], [ -118.23262, 36.468834999999714 ], [ -118.23302, 36.467534999999735 ], [ -118.23262, 36.466334999999717 ], [ -118.23082, 36.46493499999972 ], [ -118.22382, 36.463634999999705 ], [ -118.22252, 36.462734999999725 ], [ -118.22102, 36.459834999999728 ], [ -118.21852, 36.45863499999971 ], [ -118.21562, 36.456335999999723 ], [ -118.21422, 36.448235999999717 ], [ -118.21332, 36.446835999999713 ], [ -118.20992, 36.444335999999723 ], [ -118.20962, 36.442135999999707 ], [ -118.21042, 36.438935999999721 ], [ -118.21212, 36.437035999999729 ], [ -118.21462, 36.436635999999716 ], [ -118.21492, 36.43603599999971 ], [ -118.21442, 36.434335999999732 ], [ -118.21132, 36.431235999999735 ], [ -118.209819, 36.430335999999727 ], [ -118.203719, 36.431235999999735 ], [ -118.199319, 36.430135999999713 ], [ -118.197819, 36.428235999999714 ], [ -118.193619, 36.4265359999997 ], [ -118.190119, 36.427735999999712 ], [ -118.181719, 36.427535999999726 ], [ -118.174819, 36.426735999999721 ], [ -118.168319, 36.429535999999715 ], [ -118.156819, 36.432635999999732 ], [ -118.154219, 36.427135999999713 ], [ -118.151619, 36.425135999999718 ], [ -118.148619, 36.425235999999721 ], [ -118.145419, 36.422335999999703 ], [ -118.143319, 36.421235999999709 ], [ -118.141219, 36.420935999999706 ], [ -118.137919, 36.418035999999724 ], [ -118.137419, 36.415335999999726 ], [ -118.139019, 36.410835999999719 ], [ -118.139019, 36.408535999999714 ], [ -118.140319, 36.403535999999718 ], [ -118.144719, 36.399635999999717 ], [ -118.146219, 36.398635999999712 ], [ -118.153919, 36.396835999999716 ], [ -118.157619, 36.39523599999972 ], [ -118.160019, 36.393835999999716 ], [ -118.162919, 36.389435999999726 ], [ -118.158119, 36.388935999999724 ], [ -118.157119, 36.38833599999974 ], [ -118.156118, 36.387335999999706 ], [ -118.154518, 36.383635999999711 ], [ -118.150218, 36.379735999999717 ], [ -118.144118, 36.377035999999705 ], [ -118.141318, 36.372835999999715 ], [ -118.130518, 36.370335999999739 ], [ -118.130618, 36.36803699999971 ], [ -118.129918, 36.365836999999715 ], [ -118.129118, 36.364436999999711 ], [ -118.126818, 36.362636999999722 ], [ -118.122518, 36.354736999999723 ], [ -118.124218, 36.351936999999708 ], [ -118.120818, 36.35023699999973 ], [ -118.116218, 36.349336999999714 ], [ -118.105418, 36.34823699999972 ], [ -118.100817, 36.346736999999699 ], [ -118.100317, 36.3461369999997 ], [ -118.101417, 36.343236999999718 ], [ -118.101817, 36.33933699999973 ], [ -118.100718, 36.33535899999972 ], [ -118.099817, 36.333436999999726 ], [ -118.098317, 36.33273699999971 ], [ -118.097617, 36.331136999999707 ], [ -118.103215, 36.327045999999719 ], [ -118.107553, 36.325606999999714 ], [ -118.112517, 36.322036999999703 ], [ -118.114164, 36.319260999999713 ], [ -118.112553, 36.313337999999703 ], [ -118.110417, 36.309836999999725 ], [ -118.111817, 36.308336999999725 ], [ -118.114577, 36.306983999999716 ], [ -118.121217, 36.305936999999716 ], [ -118.122017, 36.30133799999971 ], [ -118.126522, 36.298954999999715 ], [ -118.125501, 36.294340999999712 ], [ -118.12502, 36.286743999999707 ], [ -118.125572, 36.285330999999736 ], [ -118.127202, 36.283930999999711 ], [ -118.127591, 36.281248999999718 ], [ -118.127147, 36.279655999999719 ], [ -118.121969, 36.277698999999714 ], [ -118.117385, 36.271164999999719 ], [ -118.11722, 36.265715999999699 ], [ -118.117592, 36.263024999999708 ], [ -118.119284, 36.259596999999715 ], [ -118.119366, 36.255560999999723 ], [ -118.114116, 36.245837999999694 ], [ -118.114116, 36.244038999999709 ], [ -118.112216, 36.240038999999705 ], [ -118.106916, 36.235938999999703 ], [ -118.105216, 36.233638999999691 ], [ -118.105516, 36.231238999999704 ], [ -118.104916, 36.229338999999719 ], [ -118.105216, 36.228638999999703 ], [ -118.107916, 36.228138999999729 ], [ -118.109116, 36.226738999999711 ], [ -118.109216, 36.225538999999713 ], [ -118.107616, 36.218938999999722 ], [ -118.106316, 36.2146389999997 ], [ -118.103616, 36.210438999999703 ], [ -118.100516, 36.207938999999698 ], [ -118.094616, 36.204938999999705 ], [ -118.092615, 36.201839999999706 ], [ -118.090715, 36.197339999999706 ], [ -118.085915, 36.197539999999698 ], [ -118.081515, 36.195439999999714 ], [ -118.073715, 36.189439999999692 ], [ -118.071715, 36.186539999999702 ], [ -118.070015, 36.178639999999717 ], [ -118.062015, 36.174239999999713 ], [ -118.060315, 36.172339999999721 ], [ -118.059315, 36.170139999999712 ], [ -118.060814, 36.160739999999706 ], [ -118.059314, 36.158740999999708 ], [ -118.058814, 36.156940999999698 ], [ -118.058914, 36.152940999999707 ], [ -118.059714, 36.150840999999687 ], [ -118.060414, 36.149740999999729 ], [ -118.070314, 36.144440999999709 ], [ -118.072148, 36.142259999999702 ], [ -118.073514, 36.140340999999701 ], [ -118.073614, 36.1390409999997 ], [ -118.071037, 36.133462999999715 ], [ -118.071614, 36.129240999999688 ], [ -118.068314, 36.125540999999679 ], [ -118.065614, 36.112841999999702 ], [ -118.067114, 36.110341999999704 ], [ -118.066214, 36.103941999999712 ], [ -118.067313, 36.093441999999733 ], [ -118.066913, 36.092441999999707 ], [ -118.063113, 36.089241999999672 ], [ -118.062213, 36.089341999999696 ], [ -118.059813, 36.091241999999717 ], [ -118.058013, 36.091941999999712 ], [ -118.052013, 36.084541999999693 ], [ -118.049813, 36.076741999999705 ], [ -118.049913, 36.075141999999708 ], [ -118.051213, 36.073442999999699 ], [ -118.051713, 36.059542999999699 ], [ -118.050913, 36.058042999999707 ], [ -118.048012, 36.056142999999693 ], [ -118.042712, 36.048542999999704 ], [ -118.044312, 36.044642999999709 ], [ -118.045812, 36.043842999999704 ], [ -118.046312, 36.042242999999708 ], [ -118.045612, 36.040742999999701 ], [ -118.042112, 36.03824299999971 ], [ -118.039512, 36.034242999999698 ], [ -118.037112, 36.029143999999704 ], [ -118.035812, 36.023343999999696 ], [ -118.036212, 36.020243999999707 ], [ -118.035412, 36.013043999999702 ], [ -118.033611, 36.008943999999694 ], [ -118.031311, 36.007043999999716 ], [ -118.019011, 36.003343999999707 ], [ -118.012077, 35.998304999999725 ], [ -118.010672, 35.991743999999734 ], [ -118.006235, 35.989756999999699 ], [ -118.003577, 35.983717999999705 ], [ -118.004494, 35.979281999999699 ], [ -118.00689, 35.977597999999688 ], [ -118.009614, 35.978177999999694 ], [ -118.014567, 35.972890999999713 ], [ -118.013822, 35.970721999999711 ], [ -118.012439, 35.969663999999732 ], [ -118.015009, 35.964806999999709 ], [ -118.018047, 35.962389999999708 ], [ -118.01824, 35.960976999999723 ], [ -118.016791, 35.954550999999704 ], [ -118.015969, 35.954200999999713 ], [ -118.013556, 35.954738999999726 ], [ -118.011072, 35.954600999999684 ], [ -118.009542, 35.952353999999701 ], [ -118.009807, 35.949424999999685 ], [ -118.00945, 35.948610999999708 ], [ -118.006882, 35.946482999999709 ], [ -118.003537, 35.945926999999685 ], [ -117.999258, 35.946601999999693 ], [ -117.991944, 35.943770999999693 ], [ -117.985382, 35.934143999999705 ], [ -117.986431, 35.932163999999709 ], [ -117.983287, 35.926562999999696 ], [ -117.983447, 35.926060999999699 ], [ -117.990046, 35.915918999999683 ], [ -117.990314, 35.914044999999689 ], [ -117.987877, 35.901315999999703 ], [ -117.987074, 35.899246999999704 ], [ -117.985657, 35.89744899999971 ], [ -117.982473, 35.895795999999692 ], [ -117.98205, 35.894694999999693 ], [ -117.982198, 35.893087999999693 ], [ -117.984515, 35.889505999999713 ], [ -117.984692, 35.887720999999694 ], [ -117.98739, 35.886266999999698 ], [ -117.989012, 35.884115999999707 ], [ -117.989065, 35.881305999999697 ], [ -117.988802, 35.879768999999705 ], [ -117.985703, 35.878282999999712 ], [ -117.982871, 35.874946999999707 ], [ -117.980761, 35.867514999999671 ], [ -117.981043, 35.866911999999694 ], [ -117.988437, 35.86570099999971 ], [ -117.990537, 35.865822999999693 ], [ -117.993657, 35.869610999999701 ], [ -117.996701, 35.869492999999679 ], [ -117.998258, 35.868781999999705 ], [ -117.998986, 35.867408999999704 ], [ -118.002251, 35.863895999999684 ], [ -118.005489, 35.862698999999694 ], [ -118.006055, 35.859974999999679 ], [ -118.006458, 35.858970999999705 ], [ -118.00654, 35.85483999999969 ], [ -118.006189, 35.85395699999971 ], [ -118.005102, 35.853171999999688 ], [ -118.004784, 35.8512649999997 ], [ -118.005541, 35.845743999999705 ], [ -118.005435, 35.843273999999703 ], [ -118.004311, 35.842246999999702 ], [ -118.004459, 35.836090999999705 ], [ -118.006334, 35.831192999999701 ], [ -118.006195, 35.829036999999694 ], [ -118.002668, 35.825397999999694 ], [ -117.998887, 35.823761999999704 ], [ -117.998605, 35.823028999999693 ], [ -118.000461, 35.820279999999677 ], [ -118.003719, 35.818276999999703 ], [ -118.006696, 35.817145999999703 ], [ -118.008278, 35.814522999999689 ], [ -118.009652, 35.805021999999681 ], [ -118.007377, 35.79884099999969 ], [ -118.008789, 35.797161999999709 ], [ -118.009376, 35.795310999999707 ], [ -118.007881, 35.789908999999668 ], [ -118.008043, 35.789160999999694 ], [ -118.017688, 35.78965799999969 ], [ -118.019844, 35.789768999999687 ], [ -118.067719, 35.791536999999707 ], [ -118.195381, 35.790689999999714 ], [ -118.270007, 35.790008999999706 ], [ -118.366922, 35.790608999999705 ], [ -118.375916, 35.790223999999718 ], [ -118.407663, 35.791327999999687 ], [ -118.425879, 35.79210699999971 ], [ -118.448574, 35.792338999999693 ], [ -118.470091, 35.792634999999684 ], [ -118.507224, 35.789710999999699 ], [ -118.573102, 35.7897299999997 ], [ -118.80285, 35.790342999999687 ], [ -118.806841, 35.673465999999685 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CA_SCE_CEN", "PRIMARY_NE": "CA", "PRIMARY_ST": "CA", "ECONOMIC_M": 1.0644572646, "RPS_COMPLI": 2020, "RPS_COM_01": 0.33, "SUBSTATION": 24252.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.51906, 37.097891999999732 ], [ -118.522128, 37.098357999999735 ], [ -118.529771, 37.105078999999741 ], [ -118.532315, 37.109541999999713 ], [ -118.530932, 37.111179999999742 ], [ -118.534321, 37.110819999999727 ], [ -118.541554, 37.113518999999762 ], [ -118.544356, 37.113727999999746 ], [ -118.544929, 37.11516299999974 ], [ -118.546195, 37.115406999999735 ], [ -118.551008, 37.113877999999744 ], [ -118.564104, 37.113207999999723 ], [ -118.56841, 37.11529499999974 ], [ -118.567696, 37.117973999999727 ], [ -118.568569, 37.122297999999738 ], [ -118.569029, 37.122599999999743 ], [ -118.575638, 37.123720999999748 ], [ -118.581915, 37.122260999999739 ], [ -118.584216, 37.123003999999739 ], [ -118.586051, 37.124933999999747 ], [ -118.58719, 37.128552999999727 ], [ -118.589865, 37.133281999999738 ], [ -118.591086, 37.136588999999752 ], [ -118.592661, 37.138146999999755 ], [ -118.597298, 37.136447999999739 ], [ -118.599645, 37.136467999999752 ], [ -118.610382, 37.140407999999738 ], [ -118.613026, 37.142052999999741 ], [ -118.616846, 37.141714999999728 ], [ -118.626545, 37.139727999999749 ], [ -118.62854, 37.137767999999731 ], [ -118.629501, 37.137425999999749 ], [ -118.633334, 37.138871999999751 ], [ -118.634593, 37.138861999999754 ], [ -118.636774, 37.138777999999718 ], [ -118.639905, 37.137244999999758 ], [ -118.64129, 37.137233999999737 ], [ -118.651052, 37.140176999999724 ], [ -118.654593, 37.141825999999746 ], [ -118.655174, 37.145342999999748 ], [ -118.656704, 37.147209999999738 ], [ -118.66087, 37.148417999999744 ], [ -118.667187, 37.154639999999738 ], [ -118.667328, 37.160173999999756 ], [ -118.669082, 37.163379999999719 ], [ -118.672648, 37.167342999999747 ], [ -118.672282, 37.168486999999743 ], [ -118.666912, 37.172789999999736 ], [ -118.66424, 37.178144999999738 ], [ -118.666455, 37.18949699999974 ], [ -118.666755, 37.190030999999749 ], [ -118.669403, 37.190378999999716 ], [ -118.673732, 37.194838999999753 ], [ -118.674641, 37.197347999999756 ], [ -118.6774, 37.200209999999721 ], [ -118.677217, 37.200019999999746 ], [ -118.756548, 37.204353999999711 ], [ -118.757347, 37.191009999999757 ], [ -118.962066, 37.197852999999753 ], [ -118.962404, 37.191921999999735 ], [ -119.072215, 37.195448999999755 ], [ -119.156290983635827, 37.206085133444994 ], [ -119.243669998586356, 37.214949671193587 ], [ -119.297490406345744, 37.213050127390325 ], [ -119.316485844378462, 37.222547846406684 ], [ -119.331179, 37.239429999999743 ], [ -119.328461, 37.242244999999755 ], [ -119.324054, 37.244030999999751 ], [ -119.322108, 37.246387999999747 ], [ -119.321874, 37.253854999999746 ], [ -119.323507, 37.256462999999741 ], [ -119.324223, 37.258819999999751 ], [ -119.324252, 37.265113999999734 ], [ -119.326143, 37.27033099999975 ], [ -119.33104, 37.273098999999746 ], [ -119.331613, 37.273876999999743 ], [ -119.331813, 37.274883999999744 ], [ -119.330498, 37.282710999999743 ], [ -119.329238, 37.284449999999737 ], [ -119.327607, 37.288247999999761 ], [ -119.326605, 37.292710999999741 ], [ -119.330475, 37.302046999999746 ], [ -119.333598, 37.304151999999746 ], [ -119.334804, 37.312205999999755 ], [ -119.331883, 37.315181999999758 ], [ -119.323833, 37.320812999999745 ], [ -119.322859, 37.321178999999745 ], [ -119.318789, 37.320995999999752 ], [ -119.316411, 37.323330999999733 ], [ -119.315575, 37.325800999999743 ], [ -119.316443, 37.328126999999768 ], [ -119.324545, 37.332509999999751 ], [ -119.325808, 37.333961999999751 ], [ -119.325774, 37.335416999999737 ], [ -119.324413, 37.337059999999738 ], [ -119.316839, 37.337783999999751 ], [ -119.312226, 37.339705999999737 ], [ -119.311431, 37.340749999999751 ], [ -119.311539, 37.342938999999753 ], [ -119.315015, 37.346036999999747 ], [ -119.31521, 37.348008999999756 ], [ -119.314491, 37.34963399999976 ], [ -119.31139, 37.353541999999749 ], [ -119.306181, 37.35680899999975 ], [ -119.300911, 37.362720999999745 ], [ -119.286701, 37.374904999999742 ], [ -119.180918, 37.458881999999747 ], [ -119.130207, 37.499940999999737 ], [ -119.022363, 37.585736999999774 ], [ -119.025164, 37.59013699999975 ], [ -119.026564, 37.594736999999739 ], [ -119.031864, 37.600036999999752 ], [ -119.033957, 37.60288299999975 ], [ -119.033342, 37.609534999999752 ], [ -119.031966, 37.61383599999975 ], [ -119.030887, 37.620891999999749 ], [ -119.031166, 37.626372999999759 ], [ -119.032706, 37.628652999999751 ], [ -119.032341, 37.629389999999766 ], [ -119.032998, 37.630616999999766 ], [ -119.036873, 37.632534999999756 ], [ -119.038261, 37.632765999999762 ], [ -119.041813, 37.634748999999751 ], [ -119.043489, 37.636424999999754 ], [ -119.049635, 37.641901999999753 ], [ -119.0538, 37.645781999999755 ], [ -119.054331, 37.651183999999773 ], [ -119.057912, 37.653878999999776 ], [ -119.060989, 37.658850999999757 ], [ -119.060671, 37.659105999999753 ], [ -119.059997, 37.661344999999763 ], [ -119.060311, 37.663810999999747 ], [ -119.059638, 37.66504699999976 ], [ -119.060619, 37.669043999999758 ], [ -119.062441, 37.67109599999975 ], [ -119.062773, 37.677424999999744 ], [ -119.065315, 37.68387799999978 ], [ -119.071306, 37.688792999999755 ], [ -119.073476, 37.691224999999754 ], [ -119.090871, 37.702681999999761 ], [ -119.093126, 37.70362699999977 ], [ -119.096855, 37.707646999999767 ], [ -119.099979, 37.712079999999737 ], [ -119.101589, 37.71364799999975 ], [ -119.101973, 37.715621999999769 ], [ -119.107399, 37.720072999999736 ], [ -119.109694, 37.724734999999761 ], [ -119.114446, 37.728194999999744 ], [ -119.124312, 37.733943999999745 ], [ -119.127897, 37.734681999999765 ], [ -119.14123, 37.73315399999975 ], [ -119.149593, 37.73289499999975 ], [ -119.155237, 37.734640999999762 ], [ -119.164075, 37.736122999999743 ], [ -119.166821, 37.738050999999764 ], [ -119.169071, 37.738358999999768 ], [ -119.171464, 37.737811999999749 ], [ -119.172824, 37.735724999999768 ], [ -119.176342, 37.734799999999758 ], [ -119.182545, 37.73709299999976 ], [ -119.187908, 37.736369999999759 ], [ -119.192225, 37.737935999999763 ], [ -119.198491, 37.736656999999759 ], [ -119.20054, 37.734915999999757 ], [ -119.201717, 37.731747999999769 ], [ -119.206659, 37.724881999999759 ], [ -119.210928, 37.72119199999976 ], [ -119.216333, 37.714122999999766 ], [ -119.22219, 37.715050999999775 ], [ -119.229992, 37.717405999999762 ], [ -119.23063, 37.720953999999786 ], [ -119.243045, 37.728546999999764 ], [ -119.250978, 37.730159999999749 ], [ -119.252978, 37.729430999999757 ], [ -119.253678, 37.728630999999751 ], [ -119.255178, 37.725330999999741 ], [ -119.257878, 37.724630999999768 ], [ -119.260036, 37.727173999999756 ], [ -119.260478, 37.731430999999773 ], [ -119.261179, 37.73273099999976 ], [ -119.264079, 37.732930999999752 ], [ -119.268979, 37.739229999999758 ], [ -119.27178, 37.739229999999758 ], [ -119.27688, 37.741629999999752 ], [ -119.288381, 37.745029999999765 ], [ -119.290682, 37.749328999999754 ], [ -119.289582, 37.749928999999753 ], [ -119.289082, 37.755028999999759 ], [ -119.289882, 37.756328999999774 ], [ -119.292782, 37.758028999999752 ], [ -119.294082, 37.759728999999773 ], [ -119.293382, 37.767828999999743 ], [ -119.308283, 37.775727999999759 ], [ -119.308995, 37.777985999999764 ], [ -119.311184, 37.778627999999749 ], [ -119.309284, 37.784327999999768 ], [ -119.310484, 37.792527999999763 ], [ -119.311184, 37.793527999999768 ], [ -119.312284, 37.794127999999759 ], [ -119.318185, 37.793627999999764 ], [ -119.321785, 37.794026999999758 ], [ -119.323585, 37.795526999999758 ], [ -119.324685, 37.797726999999753 ], [ -119.326985, 37.799426999999767 ], [ -119.331885, 37.79922699999976 ], [ -119.333986, 37.800326999999761 ], [ -119.336086, 37.803126999999769 ], [ -119.339386, 37.805526999999778 ], [ -119.343686, 37.806126999999762 ], [ -119.348987, 37.810825999999771 ], [ -119.354987, 37.811825999999762 ], [ -119.355587, 37.812425999999746 ], [ -119.355387, 37.813825999999743 ], [ -119.352787, 37.817525999999773 ], [ -119.351187, 37.823825999999762 ], [ -119.351387, 37.825525999999797 ], [ -119.352287, 37.82632599999976 ], [ -119.372602, 37.832882999999768 ], [ -119.37391, 37.835220999999756 ], [ -119.37391, 37.839844999999755 ], [ -119.379755, 37.840915999999758 ], [ -119.382601, 37.837063999999764 ], [ -119.383722, 37.836472999999756 ], [ -119.38729, 37.837624999999761 ], [ -119.39259, 37.837924999999764 ], [ -119.40059, 37.83472499999975 ], [ -119.40269, 37.835224999999753 ], [ -119.40469, 37.837224999999755 ], [ -119.405091, 37.848224999999758 ], [ -119.407291, 37.854923999999748 ], [ -119.415492, 37.854623999999774 ], [ -119.421992, 37.857723999999763 ], [ -119.424892, 37.865523999999773 ], [ -119.426792, 37.866723999999763 ], [ -119.434193, 37.865123999999774 ], [ -119.439293, 37.860223999999761 ], [ -119.442693, 37.859823999999762 ], [ -119.443293, 37.861123999999755 ], [ -119.442093, 37.863922999999758 ], [ -119.441993, 37.867522999999757 ], [ -119.443893, 37.869222999999785 ], [ -119.451494, 37.871022999999788 ], [ -119.454194, 37.870722999999757 ], [ -119.462794, 37.868422999999751 ], [ -119.469839, 37.863351999999765 ], [ -119.462778, 38.002434999999764 ], [ -119.482314, 38.001800999999766 ], [ -119.477042, 38.129641999999777 ], [ -119.479083, 38.13106999999976 ], [ -119.488519, 38.132174999999762 ], [ -119.488993, 38.133142999999762 ], [ -119.48851, 38.139295999999774 ], [ -119.489516, 38.144407999999785 ], [ -119.493538, 38.146365999999766 ], [ -119.496967, 38.14929699999977 ], [ -119.497273, 38.150866999999764 ], [ -119.495799, 38.154983999999786 ], [ -119.49589, 38.156119999999767 ], [ -119.500085, 38.158083999999782 ], [ -119.501832, 38.159263999999794 ], [ -119.504485, 38.158120999999774 ], [ -119.504818, 38.157351999999769 ], [ -119.506499, 38.150235999999765 ], [ -119.50581, 38.148434999999765 ], [ -119.505125, 38.141089999999764 ], [ -119.50649, 38.137112999999772 ], [ -119.515527, 38.13735399999976 ], [ -119.51668, 38.139086999999762 ], [ -119.525519, 38.140796999999772 ], [ -119.526711, 38.142162999999748 ], [ -119.531162, 38.144485999999766 ], [ -119.541889, 38.144652999999771 ], [ -119.544708, 38.14330799999977 ], [ -119.546819, 38.143267999999765 ], [ -119.54759, 38.144634999999752 ], [ -119.547952, 38.14811499999977 ], [ -119.545573, 38.151485999999764 ], [ -119.545501, 38.153055999999765 ], [ -119.546947, 38.154419999999796 ], [ -119.548343, 38.15461599999977 ], [ -119.552222, 38.15376899999977 ], [ -119.563838, 38.153997999999774 ], [ -119.564261, 38.15406299999978 ], [ -119.566015, 38.156962999999777 ], [ -119.56665, 38.157204999999763 ], [ -119.576496, 38.157660999999763 ], [ -119.577897, 38.163733999999764 ], [ -119.581348, 38.172502999999757 ], [ -119.579035, 38.173845999999749 ], [ -119.578374, 38.175651999999772 ], [ -119.578595, 38.176852999999767 ], [ -119.585627, 38.184374999999768 ], [ -119.586561, 38.184838999999783 ], [ -119.592266, 38.185051999999779 ], [ -119.598421, 38.181696999999765 ], [ -119.605647, 38.188409999999756 ], [ -119.609932, 38.190429999999772 ], [ -119.611582, 38.190757999999775 ], [ -119.617707, 38.190500999999777 ], [ -119.619486, 38.191061999999754 ], [ -119.627936, 38.194897999999782 ], [ -119.632671, 38.198857999999767 ], [ -119.630927, 38.203939999999768 ], [ -119.626354, 38.204664999999771 ], [ -119.625442, 38.206003999999808 ], [ -119.625022, 38.208704999999789 ], [ -119.625971, 38.211041999999765 ], [ -119.626004, 38.214569999999775 ], [ -119.625428, 38.215069999999763 ], [ -119.623504, 38.220395999999795 ], [ -119.624027, 38.227004999999764 ], [ -119.622479, 38.228880999999781 ], [ -119.609277, 38.232369999999761 ], [ -119.604937, 38.234155999999764 ], [ -119.604183, 38.234960999999771 ], [ -119.604554, 38.238831999999775 ], [ -119.614018, 38.242803999999765 ], [ -119.621697, 38.251940999999768 ], [ -119.621903, 38.252789999999756 ], [ -119.620413, 38.254940999999768 ], [ -119.616462, 38.257843999999771 ], [ -119.612937, 38.25910699999978 ], [ -119.613201, 38.261415999999777 ], [ -119.616212, 38.263428999999782 ], [ -119.630194, 38.268702999999782 ], [ -119.631927, 38.272615999999793 ], [ -119.637763, 38.27838599999977 ], [ -119.640316, 38.278018999999773 ], [ -119.642827, 38.27845099999977 ], [ -119.644212, 38.279309999999782 ], [ -119.651509, 38.28646199999978 ], [ -119.648938, 38.289120999999781 ], [ -119.644575, 38.290853999999783 ], [ -119.643617, 38.291660999999785 ], [ -119.642478, 38.293839999999776 ], [ -119.644352, 38.299601999999773 ], [ -119.642749, 38.313430999999774 ], [ -119.645261, 38.317922999999773 ], [ -119.645177, 38.32057799999977 ], [ -119.642992, 38.324030999999785 ], [ -119.641002, 38.32495999999977 ], [ -119.639205, 38.32687999999979 ], [ -119.63722, 38.327907999999788 ], [ -119.635047, 38.32897999999976 ], [ -119.631853, 38.334740999999788 ], [ -119.63169, 38.339517999999764 ], [ -119.632458, 38.340798999999777 ], [ -119.632068, 38.344201999999775 ], [ -119.627908, 38.348050999999785 ], [ -119.628295, 38.349732999999766 ], [ -119.630994, 38.351610999999771 ], [ -119.633037, 38.354565999999785 ], [ -119.626005, 38.359351999999781 ], [ -119.617029, 38.364624999999776 ], [ -119.614448, 38.36559299999977 ], [ -119.607395, 38.366457999999767 ], [ -119.60662, 38.367181999999779 ], [ -119.606565, 38.367826999999757 ], [ -119.614687, 38.37700199999977 ], [ -119.617457, 38.381033999999779 ], [ -119.620356, 38.391012999999795 ], [ -119.622093, 38.393874999999774 ], [ -119.618792, 38.396955999999768 ], [ -119.61581, 38.39891699999977 ], [ -119.611508, 38.398971999999787 ], [ -119.604156, 38.402383999999778 ], [ -119.60309, 38.403593999999778 ], [ -119.602664, 38.405018999999797 ], [ -119.601212, 38.405353999999789 ], [ -119.597119, 38.402723999999772 ], [ -119.595162, 38.4004079999998 ], [ -119.592409, 38.398876999999779 ], [ -119.586339, 38.396948999999786 ], [ -119.583689, 38.396942999999794 ], [ -119.582628, 38.399346999999779 ], [ -119.580788, 38.400485999999773 ], [ -119.572387, 38.402975999999789 ], [ -119.567546, 38.405114999999775 ], [ -119.563028, 38.408998999999781 ], [ -119.561995, 38.410733999999785 ], [ -119.561362, 38.419829999999777 ], [ -119.561857, 38.42084299999977 ], [ -119.565065, 38.421801999999801 ], [ -119.565794, 38.422574999999775 ], [ -119.56894, 38.433963999999776 ], [ -119.567663, 38.43564799999978 ], [ -119.563802, 38.437608999999782 ], [ -119.561778, 38.43945599999978 ], [ -119.375994, 38.56679299999977 ], [ -119.370117, 38.563280999999797 ], [ -119.333423, 38.538327999999773 ], [ -119.330851, 38.53650399999978 ], [ -119.329485, 38.535534999999797 ], [ -119.279262, 38.499913999999777 ], [ -119.250988, 38.480779999999783 ], [ -119.234966, 38.468996999999796 ], [ -119.154769, 38.413198999999786 ], [ -119.125982, 38.393169999999778 ], [ -119.095385043909175, 38.3714629961311 ], [ -119.082358, 38.361266999999749 ], [ -119.030078, 38.325180999999773 ], [ -119.000975, 38.303674999999771 ], [ -118.949673, 38.26893999999978 ], [ -118.922518, 38.249918999999764 ], [ -118.859087, 38.204807999999773 ], [ -118.771867, 38.141870999999767 ], [ -118.746598, 38.124925999999768 ], [ -118.714312, 38.102184999999771 ], [ -118.66020814690512, 38.062625620085399 ], [ -118.62159, 38.03438899999977 ], [ -118.60974800344772, 38.026167220518879 ], [ -118.609748, 38.026166999999781 ], [ -118.571958, 37.999929999999772 ], [ -118.500958, 37.949018999999751 ], [ -118.250947, 37.768615999999767 ], [ -118.052189, 37.62492999999975 ], [ -118.049144200206101, 37.622557017059762 ], [ -118.039798, 37.615272999999767 ], [ -117.975776, 37.569292999999767 ], [ -117.904625, 37.515835999999751 ], [ -117.875927, 37.497266999999745 ], [ -117.832726, 37.464928999999763 ], [ -117.712358, 37.374930999999748 ], [ -117.68061, 37.353398999999783 ], [ -117.581418, 37.278935999999739 ], [ -117.540885, 37.249930999999748 ], [ -117.500909, 37.220281999999756 ], [ -117.500117, 37.22037999999975 ], [ -117.375905, 37.126842999999738 ], [ -117.266046, 37.044909999999746 ], [ -117.244917, 37.030243999999747 ], [ -117.131975, 36.945776999999723 ], [ -117.066728, 36.896353999999739 ], [ -117.000895, 36.847693999999734 ], [ -116.541983, 36.499951999999716 ], [ -116.500882, 36.468222999999725 ], [ -116.488233, 36.45909699999973 ], [ -116.38034, 36.374954999999723 ], [ -116.375875, 36.372561999999725 ], [ -116.250869, 36.276978999999706 ], [ -116.097216, 36.158345999999725 ], [ -116.093601, 36.155804999999702 ], [ -115.912858, 36.015358999999712 ], [ -115.892975, 35.999966999999693 ], [ -115.852908, 35.969659999999692 ], [ -115.750844, 35.889286999999712 ], [ -115.689302, 35.842002999999686 ], [ -115.669005, 35.826514999999681 ], [ -115.647683, 35.809357999999698 ], [ -115.627386, 35.793845999999704 ], [ -115.625838, 35.792012999999699 ], [ -115.500832, 35.693381999999687 ], [ -115.412908, 35.6249809999997 ], [ -115.406079, 35.618612999999677 ], [ -115.404537, 35.617604999999699 ], [ -115.393996, 35.609343999999695 ], [ -115.391532, 35.607267999999692 ], [ -115.303743, 35.538206999999694 ], [ -115.271342, 35.512659999999698 ], [ -115.160599, 35.42431299999965 ], [ -115.160068, 35.424128999999695 ], [ -115.146788, 35.413661999999668 ], [ -115.145813, 35.413181999999672 ], [ -115.125816, 35.396939999999681 ], [ -115.102881, 35.379370999999672 ], [ -115.098018, 35.374989999999691 ], [ -115.043812, 35.332011999999686 ], [ -114.942216, 35.249993999999688 ], [ -114.92548, 35.237053999999667 ], [ -114.925381, 35.23703899999969 ], [ -114.874557112256028, 35.196179090248023 ], [ -114.874557, 35.196179999999664 ], [ -114.88976, 35.072970999999676 ], [ -114.866046, 35.073162999999667 ], [ -114.87036, 35.016334999999678 ], [ -114.893416, 35.017912999999666 ], [ -114.897973, 35.000153999999675 ], [ -114.95059, 35.004642999999682 ], [ -114.954809, 34.943899999999672 ], [ -114.947669, 34.943562999999656 ], [ -114.950674, 34.895425999999674 ], [ -114.951955, 34.863283999999659 ], [ -114.990029, 34.835795999999654 ], [ -115.002174, 34.835166999999657 ], [ -115.027336, 34.828746999999687 ], [ -115.054146, 34.82825799999965 ], [ -115.151062, 34.788741999999651 ], [ -115.214607, 34.754897999999649 ], [ -115.214783, 34.746364999999663 ], [ -115.242828, 34.730952999999651 ], [ -115.203003, 34.69207399999965 ], [ -115.220879, 34.648375999999665 ], [ -115.284081, 34.591716999999647 ], [ -115.350006, 34.557982999999659 ], [ -115.349541, 34.543647999999664 ], [ -115.540886, 34.426902999999648 ], [ -115.573509, 34.426925999999632 ], [ -115.596993, 34.413489999999648 ], [ -115.683266, 34.298953999999661 ], [ -115.70575, 34.300704999999645 ], [ -115.720222, 34.300723999999633 ], [ -115.895943, 34.299678999999649 ], [ -115.983505, 34.300345999999656 ], [ -115.982986, 34.238032999999618 ], [ -116.026916, 34.237990999999631 ], [ -116.026962, 34.212069999999649 ], [ -116.030319, 34.211719999999644 ], [ -116.040336, 34.211562999999643 ], [ -116.040764, 34.202022999999627 ], [ -116.051331, 34.201884999999635 ], [ -116.050888, 34.211875999999656 ], [ -116.051796, 34.216449999999661 ], [ -116.06012, 34.216697999999646 ], [ -116.060806, 34.226264999999657 ], [ -116.065826, 34.225959999999617 ], [ -116.065979, 34.235061999999644 ], [ -116.073204, 34.235270999999642 ], [ -116.072243, 34.244338999999648 ], [ -116.079468, 34.244552999999641 ], [ -116.079804, 34.249564999999649 ], [ -116.089264, 34.249385999999639 ], [ -116.089165, 34.251658999999634 ], [ -116.089577, 34.254851999999616 ], [ -116.107376, 34.254920999999648 ], [ -116.294808, 34.254790999999642 ], [ -116.29538, 34.267985999999638 ], [ -116.333733, 34.268588999999615 ], [ -116.333977, 34.283141999999629 ], [ -116.334213, 34.297694999999642 ], [ -116.352005, 34.29817999999964 ], [ -116.352455, 34.341834999999634 ], [ -116.369698, 34.342299999999639 ], [ -116.370262, 34.355952999999658 ], [ -116.404747, 34.356879999999649 ], [ -116.440956, 34.356471999999634 ], [ -116.458786, 34.356482999999656 ], [ -116.458817, 34.341483999999639 ], [ -116.458824, 34.326934999999651 ], [ -116.458817, 34.312846999999643 ], [ -116.458832, 34.298297999999647 ], [ -116.458862, 34.283298999999651 ], [ -116.458428, 34.195079999999642 ], [ -116.476227, 34.194640999999628 ], [ -116.476196, 34.209640999999635 ], [ -116.512321, 34.209670999999631 ], [ -116.511902, 34.220565999999636 ], [ -116.511353, 34.235103999999666 ], [ -116.529693, 34.235118999999649 ], [ -116.529816, 34.221877999999641 ], [ -116.563042, 34.221846999999656 ], [ -116.563042, 34.225661999999637 ], [ -116.580788, 34.225303999999632 ], [ -116.58091, 34.217803999999667 ], [ -116.581131, 34.205352999999647 ], [ -116.595299, 34.205409999999617 ], [ -116.595306, 34.190406999999645 ], [ -116.613068, 34.190848999999623 ], [ -116.612915, 34.179931999999624 ], [ -116.631248, 34.179934999999645 ], [ -116.631248, 34.164927999999655 ], [ -116.648468, 34.164897999999639 ], [ -116.648979, 34.150813999999627 ], [ -116.63121, 34.15083299999965 ], [ -116.613441, 34.150844999999663 ], [ -116.613388, 34.132686999999628 ], [ -116.598205, 34.133048999999644 ], [ -116.598381, 34.147265999999647 ], [ -116.581154, 34.147487999999619 ], [ -116.58065, 34.133082999999637 ], [ -116.563881, 34.132750999999637 ], [ -116.563713, 34.118533999999627 ], [ -116.546158, 34.118564999999627 ], [ -116.545998, 34.13259899999963 ], [ -116.528999, 34.13253399999963 ], [ -116.528442, 34.124553999999634 ], [ -116.518631, 34.119037999999641 ], [ -116.51178, 34.118159999999634 ], [ -116.511795, 34.107802999999628 ], [ -116.511543, 34.100970999999646 ], [ -116.526451, 34.101123999999622 ], [ -116.526749, 34.097613999999624 ], [ -116.537392, 34.097426999999641 ], [ -116.537323, 34.094153999999619 ], [ -116.551476, 34.093734999999612 ], [ -116.551407, 34.09046199999964 ], [ -116.567658, 34.090041999999649 ], [ -116.567955, 34.086535999999647 ], [ -116.583229, 34.086448999999654 ], [ -116.583153, 34.083175999999632 ], [ -116.598793, 34.082850999999636 ], [ -116.598915, 34.053737999999647 ], [ -116.60675, 34.053821999999627 ], [ -116.6073, 34.047824999999641 ], [ -116.624252, 34.047778999999643 ], [ -116.624252, 34.040748999999622 ], [ -116.606857, 34.040347999999618 ], [ -116.606987, 34.033484999999615 ], [ -116.593895, 34.033416999999652 ], [ -116.581673, 34.020457999999628 ], [ -116.599434, 34.019992999999637 ], [ -116.615623, 34.019950999999637 ], [ -116.615967, 34.02621099999962 ], [ -116.633293, 34.026374999999632 ], [ -116.633774, 34.00583999999963 ], [ -116.650032, 34.005210999999626 ], [ -116.650154, 33.998050999999634 ], [ -116.659111, 33.997943999999627 ], [ -116.684631, 33.963435999999639 ], [ -116.701241, 33.963836999999636 ], [ -116.718414, 33.963798999999625 ], [ -116.717995, 33.975608999999629 ], [ -116.772819, 33.976462999999633 ], [ -116.772453, 33.986907999999623 ], [ -116.769615, 33.988662999999619 ], [ -116.765129, 33.990375999999628 ], [ -116.757278, 33.992915999999617 ], [ -116.7528, 33.994174999999615 ], [ -116.750503, 33.996394999999623 ], [ -116.750427, 33.998664999999619 ], [ -116.751465, 34.000510999999648 ], [ -116.754219, 34.001029999999645 ], [ -116.758095, 34.001121999999633 ], [ -116.762558, 34.000316999999626 ], [ -116.768181, 33.998176999999636 ], [ -116.772621, 33.997825999999648 ], [ -116.772751, 34.010108999999638 ], [ -116.768234, 34.01227599999963 ], [ -116.763741, 34.013987999999621 ], [ -116.761444, 34.016208999999634 ], [ -116.761352, 34.018935999999627 ], [ -116.762932, 34.021243999999633 ], [ -116.767883, 34.022269999999629 ], [ -116.772286, 34.023284999999625 ], [ -116.776672, 34.024753999999618 ], [ -116.780464, 34.02756899999963 ], [ -116.782013, 34.030787999999617 ], [ -116.784165, 34.032657999999614 ], [ -116.786919, 34.033179999999639 ], [ -116.789719, 34.032332999999646 ], [ -116.791984, 34.031024999999623 ], [ -116.793709, 34.029242999999624 ], [ -116.795494, 34.025649999999636 ], [ -116.797302, 34.02159899999964 ], [ -116.800705, 34.019404999999637 ], [ -116.804024, 34.01948199999962 ], [ -116.804573, 34.003577999999621 ], [ -116.825081, 34.00359699999963 ], [ -116.825119, 34.018607999999638 ], [ -116.839539, 34.018481999999629 ], [ -116.838944, 34.00346799999965 ], [ -116.858894, 34.003470999999628 ], [ -116.858482, 34.015735999999627 ], [ -116.858986, 34.017108999999628 ], [ -116.871742, 34.016944999999637 ], [ -116.876747, 34.016608999999626 ], [ -116.876411, 33.960666999999624 ], [ -116.893555, 33.961509999999642 ], [ -116.893639, 33.975608999999629 ], [ -116.901955, 33.975341999999621 ], [ -116.901527, 34.004889999999619 ], [ -116.930344, 34.005076999999631 ], [ -116.929924, 34.034621999999622 ], [ -116.929421, 34.050071999999638 ], [ -116.956032, 34.050200999999625 ], [ -116.956368, 34.057029999999635 ], [ -116.982414, 34.057597999999615 ], [ -116.982804, 34.062610999999642 ], [ -116.99942, 34.063422999999602 ], [ -116.999535, 34.077067999999635 ], [ -117.033951, 34.076438999999638 ], [ -117.034584, 34.091456999999629 ], [ -117.104507, 34.091105999999648 ], [ -117.104622, 34.105655999999634 ], [ -117.139572, 34.105918999999631 ], [ -117.139267, 34.13410199999965 ], [ -117.165329, 34.135081999999635 ], [ -117.165154, 34.140990999999659 ], [ -117.164894, 34.149619999999622 ], [ -117.208755, 34.150043999999639 ], [ -117.208877, 34.16458899999963 ], [ -117.226639, 34.164935999999635 ], [ -117.225769, 34.156741999999625 ], [ -117.23909, 34.157001999999636 ], [ -117.308716, 34.188788999999652 ], [ -117.310249, 34.193366999999647 ], [ -117.32798, 34.195064999999659 ], [ -117.329834, 34.208278999999628 ], [ -117.359825, 34.208835999999643 ], [ -117.368065, 34.212169999999638 ], [ -117.366066, 34.224406999999651 ], [ -117.37262, 34.228618999999647 ], [ -117.383209, 34.227446999999643 ], [ -117.413391, 34.242084999999655 ], [ -117.418259, 34.247172999999648 ], [ -117.420479, 34.247210999999638 ], [ -117.425094, 34.240931999999638 ], [ -117.426605, 34.225959999999631 ], [ -117.415749, 34.216216999999645 ], [ -117.408295, 34.20381199999963 ], [ -117.409454, 34.202014999999648 ], [ -117.417229, 34.202605999999641 ], [ -117.431343, 34.194220999999629 ], [ -117.441734, 34.200316999999643 ], [ -117.449013, 34.198173999999639 ], [ -117.439972, 34.183013999999638 ], [ -117.441719, 34.179862999999635 ], [ -117.507255, 34.180095999999644 ], [ -117.521759, 34.177615999999638 ], [ -117.631165, 34.177611999999648 ], [ -117.630928, 34.164428999999608 ], [ -117.653145, 34.164325999999626 ], [ -117.683693, 34.16435599999965 ], [ -117.752541, 34.164504999999643 ], [ -117.751739, 34.150855999999635 ], [ -117.780075, 34.14991399999964 ], [ -117.779686, 34.142180999999646 ], [ -117.78579, 34.142272999999633 ], [ -117.785705, 34.146361999999648 ], [ -117.794029, 34.146483999999631 ], [ -117.795067, 34.14968099999966 ], [ -117.807289, 34.149405999999637 ], [ -117.806305, 34.143481999999644 ], [ -117.812416, 34.143115999999651 ], [ -117.81337, 34.150405999999641 ], [ -117.820595, 34.150054999999618 ], [ -117.821381, 34.165065999999648 ], [ -117.881393, 34.163192999999652 ], [ -117.881081, 34.151366999999631 ], [ -117.891068, 34.151507999999644 ], [ -117.892098, 34.155612999999654 ], [ -117.886536, 34.155990999999624 ], [ -117.887489, 34.163730999999629 ], [ -117.978592, 34.16177799999965 ], [ -117.979401, 34.177237999999647 ], [ -118.078262, 34.176677999999654 ], [ -118.078178, 34.181220999999645 ], [ -118.083176, 34.181281999999612 ], [ -118.08355, 34.191283999999634 ], [ -118.119087, 34.191710999999614 ], [ -118.118835, 34.205798999999629 ], [ -118.11800941143693, 34.24886601991826 ], [ -118.222565, 34.249709999999631 ], [ -118.265398197473615, 34.250550458106844 ], [ -118.265309, 34.252601999999634 ], [ -118.256909, 34.252401999999634 ], [ -118.256925, 34.26712199999961 ], [ -118.238748, 34.267153999999643 ], [ -118.238444, 34.269409999999631 ], [ -118.238732, 34.282480999999635 ], [ -118.249787, 34.282496999999623 ], [ -118.26609, 34.28241699999964 ], [ -118.274117, 34.282351999999655 ], [ -118.274277, 34.278094999999645 ], [ -118.286334, 34.278064999999643 ], [ -118.286293, 34.284926999999641 ], [ -118.286064, 34.292484999999637 ], [ -118.287695, 34.292521999999636 ], [ -118.290463, 34.292485999999634 ], [ -118.290444, 34.292926999999672 ], [ -118.292873, 34.292951999999637 ], [ -118.295709, 34.292926999999644 ], [ -118.299103, 34.292831999999642 ], [ -118.299263, 34.285856999999652 ], [ -118.317207, 34.28589999999965 ], [ -118.326719, 34.285951999999668 ], [ -118.326781, 34.28373299999965 ], [ -118.326968, 34.282419999999647 ], [ -118.326912, 34.282300999999642 ], [ -118.33493, 34.282496999999644 ], [ -118.351646, 34.282496999999644 ], [ -118.351921, 34.278735999999626 ], [ -118.355361, 34.278784999999644 ], [ -118.356193, 34.278975999999638 ], [ -118.356913, 34.279300999999627 ], [ -118.360611, 34.279899999999657 ], [ -118.361053, 34.279887999999666 ], [ -118.36155, 34.279807999999647 ], [ -118.363913, 34.280300999999639 ], [ -118.36462, 34.280416999999645 ], [ -118.365392, 34.280413999999645 ], [ -118.366466, 34.280476999999635 ], [ -118.367647, 34.280592999999641 ], [ -118.367655, 34.280211999999644 ], [ -118.367983, 34.280499999999627 ], [ -118.368083, 34.281051999999619 ], [ -118.36848, 34.282149999999653 ], [ -118.369249, 34.283329999999644 ], [ -118.369744, 34.283647999999658 ], [ -118.370613, 34.282000999999646 ], [ -118.371323, 34.282321999999645 ], [ -118.370934, 34.282847999999618 ], [ -118.370643, 34.283359999999639 ], [ -118.370378, 34.284708999999644 ], [ -118.370003, 34.285186999999638 ], [ -118.369889, 34.285424999999641 ], [ -118.369682, 34.285727999999636 ], [ -118.369171, 34.286239999999637 ], [ -118.373199, 34.286192999999649 ], [ -118.373207, 34.28476699999964 ], [ -118.373265, 34.284672999999636 ], [ -118.373199, 34.284224999999644 ], [ -118.373131, 34.282974999999645 ], [ -118.372902, 34.282763999999638 ], [ -118.372293, 34.28243499999963 ], [ -118.374369, 34.282400999999638 ], [ -118.374409, 34.282509999999625 ], [ -118.374432, 34.282932999999659 ], [ -118.3745, 34.283475999999659 ], [ -118.375381, 34.283395999999655 ], [ -118.376427, 34.283263999999633 ], [ -118.377777, 34.283263999999633 ], [ -118.37853, 34.283331999999639 ], [ -118.379349, 34.28362699999964 ], [ -118.381317, 34.284083999999631 ], [ -118.386314, 34.284800999999646 ], [ -118.384914, 34.288432999999671 ], [ -118.384933, 34.288978999999635 ], [ -118.384722, 34.290275999999643 ], [ -118.385643, 34.290233999999629 ], [ -118.387202, 34.290110999999655 ], [ -118.387474, 34.29014499999964 ], [ -118.387413, 34.29193899999963 ], [ -118.387345, 34.29197099999962 ], [ -118.38266, 34.292096999999657 ], [ -118.38277, 34.293664999999621 ], [ -118.383164, 34.293712999999656 ], [ -118.383293, 34.295745999999646 ], [ -118.383202, 34.296943999999634 ], [ -118.387123, 34.296992999999659 ], [ -118.387123, 34.299135999999642 ], [ -118.393921, 34.299039999999643 ], [ -118.393753, 34.298121999999637 ], [ -118.393859, 34.296911999999644 ], [ -118.396466, 34.296832999999637 ], [ -118.396498, 34.293120999999651 ], [ -118.399962, 34.293077999999646 ], [ -118.400386, 34.292240999999642 ], [ -118.40053, 34.292000999999651 ], [ -118.401426, 34.28779299999966 ], [ -118.401814, 34.286400999999643 ], [ -118.402996, 34.286251999999642 ], [ -118.404061, 34.286028999999658 ], [ -118.404813, 34.285837999999615 ], [ -118.405035, 34.28573399999965 ], [ -118.406323, 34.285472999999662 ], [ -118.407657, 34.286680999999668 ], [ -118.407822, 34.286964999999654 ], [ -118.408647, 34.287654999999639 ], [ -118.408723, 34.287696999999632 ], [ -118.410168, 34.288990999999662 ], [ -118.410073, 34.289997999999628 ], [ -118.410228, 34.290919999999652 ], [ -118.410181, 34.291248999999638 ], [ -118.408708, 34.291216999999641 ], [ -118.408755, 34.292854999999641 ], [ -118.403506, 34.292880999999653 ], [ -118.403298, 34.297648999999652 ], [ -118.403191, 34.297666999999635 ], [ -118.401767, 34.297637999999644 ], [ -118.400866, 34.297696999999644 ], [ -118.400732, 34.301777999999651 ], [ -118.405434, 34.301967999999633 ], [ -118.405475, 34.307663999999654 ], [ -118.404243, 34.30766299999965 ], [ -118.404243, 34.308679999999654 ], [ -118.404882, 34.308678999999628 ], [ -118.404739, 34.309566999999639 ], [ -118.404029, 34.309575999999637 ], [ -118.403641, 34.308925999999637 ], [ -118.403071, 34.308918999999655 ], [ -118.403023, 34.309256999999654 ], [ -118.402393, 34.309265999999646 ], [ -118.401939, 34.309390999999636 ], [ -118.401009, 34.309101999999633 ], [ -118.401001, 34.311412999999646 ], [ -118.40095, 34.31343499999965 ], [ -118.400948, 34.315215999999637 ], [ -118.400993, 34.315772999999652 ], [ -118.400192, 34.315742999999642 ], [ -118.398989, 34.316246999999635 ], [ -118.398281, 34.315809999999658 ], [ -118.397171, 34.316173999999634 ], [ -118.397209, 34.316420999999629 ], [ -118.397171, 34.316749999999658 ], [ -118.396875, 34.31663999999963 ], [ -118.396889, 34.319236999999653 ], [ -118.400731, 34.319103999999662 ], [ -118.400906, 34.319439999999638 ], [ -118.401303, 34.319840999999649 ], [ -118.40139, 34.320124999999635 ], [ -118.401362, 34.320207999999653 ], [ -118.402443, 34.321303999999621 ], [ -118.403848, 34.321676999999646 ], [ -118.404938, 34.322043999999629 ], [ -118.404938, 34.322265999999651 ], [ -118.405083, 34.322768999999631 ], [ -118.404915, 34.323099999999627 ], [ -118.405015, 34.324198999999631 ], [ -118.40493, 34.329902999999646 ], [ -118.413612, 34.329898999999649 ], [ -118.413406, 34.329566999999642 ], [ -118.413395, 34.329214999999643 ], [ -118.413459, 34.327934999999634 ], [ -118.413347, 34.327246999999637 ], [ -118.413373, 34.32694499999964 ], [ -118.412666, 34.326545999999652 ], [ -118.412101, 34.325973999999647 ], [ -118.412743, 34.325675999999646 ], [ -118.413878, 34.324944999999659 ], [ -118.413887, 34.324599999999641 ], [ -118.414597, 34.324607999999635 ], [ -118.414627, 34.324347999999638 ], [ -118.415916, 34.324405999999641 ], [ -118.417313, 34.324897999999649 ], [ -118.418051, 34.325086999999648 ], [ -118.418893, 34.325354999999647 ], [ -118.419347, 34.325342999999627 ], [ -118.420181, 34.325263999999635 ], [ -118.420307, 34.327006999999632 ], [ -118.418803, 34.327310999999639 ], [ -118.418023, 34.329613999999637 ], [ -118.418739, 34.329436999999658 ], [ -118.419144, 34.329726999999643 ], [ -118.423436, 34.329866999999638 ], [ -118.426515, 34.329898999999628 ], [ -118.440516, 34.329898999999656 ], [ -118.451317, 34.330096999999647 ], [ -118.458214, 34.329997999999634 ], [ -118.469017, 34.329898999999649 ], [ -118.493526, 34.329774999999636 ], [ -118.503748, 34.336646999999616 ], [ -118.50466, 34.336296999999639 ], [ -118.506528, 34.335149999999651 ], [ -118.507118, 34.33486299999965 ], [ -118.507542, 34.334606999999643 ], [ -118.508018, 34.33439899999965 ], [ -118.508949, 34.333838999999649 ], [ -118.539528, 34.31868699999962 ], [ -118.546198, 34.31993399999962 ], [ -118.545463, 34.317950999999631 ], [ -118.546966, 34.314990999999658 ], [ -118.544289, 34.307200999999637 ], [ -118.544777, 34.306304999999639 ], [ -118.544829, 34.305951999999643 ], [ -118.544273, 34.305453999999635 ], [ -118.54366, 34.304986999999628 ], [ -118.543331, 34.30376499999965 ], [ -118.542999, 34.302737999999621 ], [ -118.542953, 34.302128999999653 ], [ -118.542731, 34.301472999999639 ], [ -118.542363, 34.300848999999644 ], [ -118.541618, 34.299899999999631 ], [ -118.544517, 34.298800999999642 ], [ -118.551019, 34.297300999999635 ], [ -118.551134, 34.297376999999642 ], [ -118.55272, 34.297105999999651 ], [ -118.55381, 34.29675299999964 ], [ -118.555176, 34.296749999999655 ], [ -118.556532, 34.296524999999633 ], [ -118.557481, 34.298036999999624 ], [ -118.558865, 34.29950699999965 ], [ -118.563896, 34.299361999999647 ], [ -118.564787, 34.299121999999628 ], [ -118.565445, 34.298810999999652 ], [ -118.565862, 34.298525999999647 ], [ -118.566539, 34.298007999999633 ], [ -118.566975, 34.297735999999624 ], [ -118.568115, 34.297125999999629 ], [ -118.569986, 34.295912999999636 ], [ -118.571593, 34.29654599999963 ], [ -118.572222, 34.297711999999635 ], [ -118.573374, 34.299248999999669 ], [ -118.574022, 34.301388999999645 ], [ -118.575666, 34.301585999999645 ], [ -118.576251, 34.301599999999652 ], [ -118.580885, 34.303095999999641 ], [ -118.583672, 34.30403199999963 ], [ -118.585656, 34.304592999999642 ], [ -118.58652, 34.304208999999638 ], [ -118.588211, 34.30335599999966 ], [ -118.590607, 34.297217999999653 ], [ -118.591474, 34.295759999999618 ], [ -118.592056, 34.294311999999643 ], [ -118.592694, 34.292534999999646 ], [ -118.592499, 34.290606999999653 ], [ -118.592452, 34.288815999999635 ], [ -118.5922, 34.286333999999627 ], [ -118.591971, 34.28474599999965 ], [ -118.592071, 34.284413999999643 ], [ -118.591881, 34.283472999999631 ], [ -118.591871, 34.283171999999645 ], [ -118.592468, 34.28318699999965 ], [ -118.592505, 34.283072999999632 ], [ -118.592185, 34.280929999999621 ], [ -118.591957, 34.280635999999639 ], [ -118.592392, 34.279548999999633 ], [ -118.592667, 34.278415999999638 ], [ -118.592825, 34.278257999999639 ], [ -118.593826, 34.277743999999643 ], [ -118.594377, 34.27750599999964 ], [ -118.595192, 34.276591999999653 ], [ -118.595621, 34.276001999999657 ], [ -118.595615, 34.275965999999642 ], [ -118.596169, 34.275457999999645 ], [ -118.597021, 34.274601999999639 ], [ -118.597257, 34.274961999999668 ], [ -118.598169, 34.275249999999645 ], [ -118.599385, 34.275697999999643 ], [ -118.600409, 34.276241999999655 ], [ -118.601401, 34.27652999999966 ], [ -118.602905, 34.276897999999655 ], [ -118.603785, 34.27699399999964 ], [ -118.604313, 34.277089999999646 ], [ -118.605033, 34.27708999999961 ], [ -118.605513, 34.277217999999635 ], [ -118.606297, 34.277185999999638 ], [ -118.607161, 34.277089999999632 ], [ -118.607993, 34.276961999999621 ], [ -118.609433, 34.276849999999641 ], [ -118.610409, 34.276593999999655 ], [ -118.612281, 34.276337999999626 ], [ -118.614489, 34.275953999999643 ], [ -118.616169, 34.275713999999645 ], [ -118.616729, 34.275553999999644 ], [ -118.618729, 34.275217999999654 ], [ -118.621208, 34.274753999999632 ], [ -118.62246, 34.274592999999662 ], [ -118.624207, 34.274287999999629 ], [ -118.625687, 34.273921999999644 ], [ -118.627689, 34.273281999999632 ], [ -118.630997, 34.271777999999649 ], [ -118.63337, 34.270545999999641 ], [ -118.632313, 34.263505999999644 ], [ -118.632317, 34.26209999999962 ], [ -118.632346, 34.261377999999645 ], [ -118.632323, 34.259608999999635 ], [ -118.632334, 34.255188999999675 ], [ -118.632375, 34.252323999999625 ], [ -118.632553, 34.245620999999637 ], [ -118.632553, 34.240209999999621 ], [ -118.632508, 34.239643999999643 ], [ -118.632595, 34.239261999999648 ], [ -118.632538, 34.238778999999639 ], [ -118.631621, 34.238702999999639 ], [ -118.629945, 34.238722999999624 ], [ -118.630889, 34.238050999999629 ], [ -118.632105, 34.237122999999634 ], [ -118.632601, 34.237106999999639 ], [ -118.634233, 34.237122999999634 ], [ -118.636025, 34.237346999999644 ], [ -118.636586, 34.237362999999668 ], [ -118.637162, 34.237442999999644 ], [ -118.63777, 34.237474999999641 ], [ -118.639594, 34.237506999999646 ], [ -118.640794, 34.237634999999628 ], [ -118.642106, 34.237730999999648 ], [ -118.643522, 34.237937999999644 ], [ -118.644203, 34.237992999999669 ], [ -118.647522, 34.23810299999964 ], [ -118.648022, 34.234802999999609 ], [ -118.648922, 34.231102999999642 ], [ -118.649922, 34.228102999999635 ], [ -118.650367, 34.227001999999629 ], [ -118.651581, 34.227103999999635 ], [ -118.65226, 34.227080999999636 ], [ -118.652673, 34.226957999999634 ], [ -118.653122, 34.226901999999633 ], [ -118.653322, 34.227202999999648 ], [ -118.653717, 34.227202999999648 ], [ -118.653927, 34.226881999999648 ], [ -118.65432, 34.22680299999962 ], [ -118.65432, 34.225387999999668 ], [ -118.654244, 34.224433999999647 ], [ -118.654122, 34.220504999999655 ], [ -118.65393, 34.218291999999622 ], [ -118.651917, 34.218368999999633 ], [ -118.652763, 34.215095999999647 ], [ -118.652921, 34.214275999999643 ], [ -118.661926, 34.214194999999634 ], [ -118.661987, 34.211970999999629 ], [ -118.661946, 34.210307999999642 ], [ -118.667738, 34.21003599999964 ], [ -118.667738, 34.207683999999645 ], [ -118.667686, 34.205794999999625 ], [ -118.667966, 34.195184999999633 ], [ -118.658403, 34.194808999999616 ], [ -118.65822, 34.196593999999621 ], [ -118.656583, 34.196448999999639 ], [ -118.656621, 34.196103999999636 ], [ -118.656721, 34.195703999999658 ], [ -118.656921, 34.194003999999644 ], [ -118.657221, 34.190803999999638 ], [ -118.657433, 34.189715999999628 ], [ -118.658329, 34.189619999999643 ], [ -118.659449, 34.189667999999628 ], [ -118.660793, 34.189859999999626 ], [ -118.663757, 34.190613999999655 ], [ -118.663689, 34.190755999999638 ], [ -118.66367, 34.191142999999634 ], [ -118.664269, 34.19127299999964 ], [ -118.664349, 34.190779999999656 ], [ -118.664723, 34.190884999999639 ], [ -118.666601, 34.191043999999629 ], [ -118.667737, 34.191107999999637 ], [ -118.668073, 34.191075999999669 ], [ -118.668121, 34.182003999999615 ], [ -118.668105, 34.176596999999632 ], [ -118.662821, 34.176704999999643 ], [ -118.661121, 34.176504999999629 ], [ -118.658633, 34.176468999999621 ], [ -118.658652, 34.175752999999624 ], [ -118.659416, 34.175424999999642 ], [ -118.65867, 34.175064999999627 ], [ -118.658721, 34.173104999999644 ], [ -118.658621, 34.171304999999627 ], [ -118.658537, 34.170532999999644 ], [ -118.658537, 34.169396999999634 ], [ -118.653752, 34.169412999999651 ], [ -118.65392, 34.165904999999661 ], [ -118.64762, 34.165804999999644 ], [ -118.646232, 34.165732999999626 ], [ -118.646136, 34.161668999999648 ], [ -118.642776, 34.161524999999642 ], [ -118.641944, 34.161700999999645 ], [ -118.641368, 34.160900999999647 ], [ -118.63942, 34.159104999999634 ], [ -118.640459, 34.159309999999635 ], [ -118.640633, 34.158895999999622 ], [ -118.63988, 34.158556999999632 ], [ -118.64032, 34.158404999999625 ], [ -118.64152, 34.157904999999658 ], [ -118.641368, 34.156549999999626 ], [ -118.638717, 34.157504999999638 ], [ -118.632217, 34.150504999999654 ], [ -118.631719, 34.149804999999638 ], [ -118.629319, 34.147104999999634 ], [ -118.624319, 34.147204999999644 ], [ -118.622807, 34.147012999999646 ], [ -118.615212, 34.147133999999632 ], [ -118.615214, 34.149231999999643 ], [ -118.606019, 34.14570499999963 ], [ -118.603671, 34.14453299999964 ], [ -118.598966, 34.14272499999965 ], [ -118.588582, 34.139620999999643 ], [ -118.583816, 34.137820999999633 ], [ -118.577507, 34.135203999999625 ], [ -118.571317, 34.132805999999633 ], [ -118.565781, 34.130469999999633 ], [ -118.564499, 34.129973999999628 ], [ -118.572325, 34.117653999999618 ], [ -118.576317, 34.111605999999647 ], [ -118.579557, 34.105893999999623 ], [ -118.581301, 34.103189999999628 ], [ -118.588229, 34.092166999999655 ], [ -118.589829, 34.089510999999639 ], [ -118.595653, 34.080230999999614 ], [ -118.597845, 34.076806999999604 ], [ -118.599296, 34.074405999999655 ], [ -118.587617, 34.072406999999629 ], [ -118.579444, 34.070982999999636 ], [ -118.577616, 34.070806999999633 ], [ -118.570196, 34.069270999999631 ], [ -118.570196, 34.067142999999639 ], [ -118.569916, 34.049007999999617 ], [ -118.569748, 34.046919999999645 ], [ -118.568947, 34.045447999999638 ], [ -118.568755, 34.044807999999634 ], [ -118.567215, 34.042307999999615 ], [ -118.567115, 34.041807999999641 ], [ -118.567115, 34.041384999999615 ], [ -118.569235, 34.041639999999646 ], [ -118.603572, 34.039047999999624 ], [ -118.609652, 34.03642399999962 ], [ -118.668358, 34.038886999999626 ], [ -118.67543, 34.037478999999628 ], [ -118.679366, 34.033254999999613 ], [ -118.706215, 34.029382999999626 ], [ -118.732391, 34.03274299999962 ], [ -118.744952, 34.032102999999623 ], [ -118.783433, 34.021542999999632 ], [ -118.787094, 34.019544999999653 ], [ -118.805114, 34.001238999999615 ], [ -118.821579, 34.01395899999963 ], [ -118.84038, 34.02752699999963 ], [ -118.854653, 34.034214999999641 ], [ -118.896159, 34.039206999999621 ], [ -118.928048, 34.04584699999964 ], [ -118.938081, 34.043382999999608 ], [ -118.954722, 34.04816699999963 ], [ -118.977751, 34.059821999999627 ], [ -118.99698, 34.065942999999628 ], [ -119.004644, 34.066230999999647 ], [ -119.037494, 34.083110999999647 ], [ -119.069959, 34.090469999999634 ], [ -119.088536, 34.098309999999628 ], [ -119.098216, 34.099333999999637 ], [ -119.109784, 34.094565999999624 ], [ -119.130169, 34.100101999999652 ], [ -119.18864, 34.139004999999642 ], [ -119.20314, 34.144504999999647 ], [ -119.211241, 34.144904999999639 ], [ -119.216441, 34.146104999999629 ], [ -119.227743, 34.161727999999641 ], [ -119.237142, 34.17580399999963 ], [ -119.257043, 34.213303999999653 ], [ -119.265927, 34.234608999999629 ], [ -119.270144, 34.252902999999627 ], [ -119.278644, 34.266901999999654 ], [ -119.290945, 34.274901999999628 ], [ -119.302131, 34.27276099999964 ], [ -119.313034, 34.275688999999652 ], [ -119.337475, 34.290575999999675 ], [ -119.349187, 34.304382999999646 ], [ -119.370356, 34.319485999999635 ], [ -119.37578, 34.321117999999636 ], [ -119.388249, 34.317397999999649 ], [ -119.390449, 34.318197999999647 ], [ -119.42777, 34.353015999999648 ], [ -119.431066, 34.355296999999645 ], [ -119.435888, 34.355838999999655 ], [ -119.461036, 34.374063999999642 ], [ -119.472678, 34.375627999999629 ], [ -119.510655, 34.386294999999649 ], [ -119.536957, 34.395494999999634 ], [ -119.559459, 34.413394999999639 ], [ -119.616862, 34.420994999999671 ], [ -119.638864, 34.415695999999649 ], [ -119.648664, 34.417395999999634 ], [ -119.671866, 34.416095999999641 ], [ -119.688167, 34.412496999999654 ], [ -119.684666, 34.408296999999649 ], [ -119.691749, 34.403153999999653 ], [ -119.709067, 34.39539699999964 ], [ -119.729369, 34.395896999999628 ], [ -119.74547, 34.402897999999659 ], [ -119.785871, 34.415996999999628 ], [ -119.794771, 34.417596999999638 ], [ -119.835771, 34.415795999999659 ], [ -119.853771, 34.407995999999642 ], [ -119.873971, 34.408794999999643 ], [ -119.925227, 34.433930999999639 ], [ -119.956433, 34.435287999999645 ], [ -119.971951, 34.444640999999642 ], [ -120.008077, 34.460446999999647 ], [ -120.038828, 34.463433999999637 ], [ -120.050682, 34.461650999999648 ], [ -120.088591, 34.460207999999639 ], [ -120.097212, 34.461808999999661 ], [ -120.118411, 34.46992699999965 ], [ -120.141165, 34.473404999999637 ], [ -120.183505, 34.470371999999649 ], [ -120.225498, 34.470586999999654 ], [ -120.238002, 34.46809799999965 ], [ -120.256839, 34.467480999999637 ], [ -120.256845, 34.502561999999649 ], [ -120.215343, 34.50161199999966 ], [ -120.214636, 34.519850999999669 ], [ -120.174422, 34.518915999999656 ], [ -120.175129, 34.533965999999644 ], [ -120.089456, 34.533002999999653 ], [ -120.086644, 34.53830499999966 ], [ -119.975064, 34.535554999999661 ], [ -119.97457, 34.547354999999655 ], [ -119.868124, 34.545706999999638 ], [ -119.867428, 34.56179699999965 ], [ -119.824601, 34.560673999999651 ], [ -119.823801, 34.578908999999641 ], [ -119.796542, 34.578185999999654 ], [ -119.795594, 34.599637999999651 ], [ -119.770924, 34.598977999999661 ], [ -119.766953, 34.687996999999655 ], [ -119.779904, 34.689417999999669 ], [ -119.776943, 34.755907999999657 ], [ -119.441402, 34.746415999999655 ], [ -119.442284, 34.765137999999645 ], [ -119.442352, 34.901273999999653 ], [ -119.382154, 34.900935999999646 ], [ -119.382263, 34.893140999999673 ], [ -119.132718, 34.885403999999667 ], [ -119.132366, 34.892037999999658 ], [ -119.043566, 34.890807999999666 ], [ -119.047958, 34.884305999999668 ], [ -119.025873, 34.88191599999967 ], [ -119.026956, 34.862011999999659 ], [ -118.885709612344755, 34.858836499414615 ], [ -118.885515369375284, 34.839023716528345 ], [ -118.798089, 34.839255999999658 ], [ -118.800977, 34.859298999999666 ], [ -118.779003, 34.855202999999662 ], [ -118.779776, 34.876833999999661 ], [ -118.73342, 34.875192999999676 ], [ -118.732551, 34.89011799999966 ], [ -118.69022, 34.88860399999966 ], [ -118.689245, 34.905186999999664 ], [ -118.669084, 34.904459999999673 ], [ -118.6683, 34.917725999999675 ], [ -118.654087, 34.918873999999661 ], [ -118.645911, 35.056498999999675 ], [ -118.672173, 35.057447999999674 ], [ -118.671093, 35.075685999999664 ], [ -118.693306718854103, 35.07671038525968 ], [ -118.692343, 35.093064999999662 ], [ -118.70613530086483, 35.111574275603374 ], [ -118.726784, 35.127523999999667 ], [ -118.728421693317259, 35.146970310674824 ], [ -118.739962, 35.179492999999667 ], [ -118.715681, 35.178630999999676 ], [ -118.705414, 35.387574999999678 ], [ -118.704827, 35.397519999999702 ], [ -118.727148, 35.39831299999971 ], [ -118.722292, 35.446308999999687 ], [ -118.780860263793528, 35.478644268937373 ], [ -118.800676, 35.56863399999969 ], [ -118.814912, 35.569126999999703 ], [ -118.806841, 35.673465999999685 ], [ -118.80285, 35.790342999999687 ], [ -118.573102, 35.7897299999997 ], [ -118.507224, 35.789710999999699 ], [ -118.470091, 35.792634999999684 ], [ -118.448574, 35.792338999999693 ], [ -118.425879, 35.79210699999971 ], [ -118.407663, 35.791327999999687 ], [ -118.375916, 35.790223999999718 ], [ -118.366922, 35.790608999999705 ], [ -118.270007, 35.790008999999706 ], [ -118.195381, 35.790689999999714 ], [ -118.067719, 35.791536999999707 ], [ -118.019844, 35.789768999999687 ], [ -118.017688, 35.78965799999969 ], [ -118.008043, 35.789160999999694 ], [ -118.007881, 35.789908999999668 ], [ -118.009376, 35.795310999999707 ], [ -118.008789, 35.797161999999709 ], [ -118.007377, 35.79884099999969 ], [ -118.009652, 35.805021999999681 ], [ -118.008278, 35.814522999999689 ], [ -118.006696, 35.817145999999703 ], [ -118.003719, 35.818276999999703 ], [ -118.000461, 35.820279999999677 ], [ -117.998605, 35.823028999999693 ], [ -117.998887, 35.823761999999704 ], [ -118.002668, 35.825397999999694 ], [ -118.006195, 35.829036999999694 ], [ -118.006334, 35.831192999999701 ], [ -118.004459, 35.836090999999705 ], [ -118.004311, 35.842246999999702 ], [ -118.005435, 35.843273999999703 ], [ -118.005541, 35.845743999999705 ], [ -118.004784, 35.8512649999997 ], [ -118.005102, 35.853171999999688 ], [ -118.006189, 35.85395699999971 ], [ -118.00654, 35.85483999999969 ], [ -118.006458, 35.858970999999705 ], [ -118.006055, 35.859974999999679 ], [ -118.005489, 35.862698999999694 ], [ -118.002251, 35.863895999999684 ], [ -117.998986, 35.867408999999704 ], [ -117.998258, 35.868781999999705 ], [ -117.996701, 35.869492999999679 ], [ -117.993657, 35.869610999999701 ], [ -117.990537, 35.865822999999693 ], [ -117.988437, 35.86570099999971 ], [ -117.981043, 35.866911999999694 ], [ -117.980761, 35.867514999999671 ], [ -117.982871, 35.874946999999707 ], [ -117.985703, 35.878282999999712 ], [ -117.988802, 35.879768999999705 ], [ -117.989065, 35.881305999999697 ], [ -117.989012, 35.884115999999707 ], [ -117.98739, 35.886266999999698 ], [ -117.984692, 35.887720999999694 ], [ -117.984515, 35.889505999999713 ], [ -117.982198, 35.893087999999693 ], [ -117.98205, 35.894694999999693 ], [ -117.982473, 35.895795999999692 ], [ -117.985657, 35.89744899999971 ], [ -117.987074, 35.899246999999704 ], [ -117.987877, 35.901315999999703 ], [ -117.990314, 35.914044999999689 ], [ -117.990046, 35.915918999999683 ], [ -117.983447, 35.926060999999699 ], [ -117.983287, 35.926562999999696 ], [ -117.986431, 35.932163999999709 ], [ -117.985382, 35.934143999999705 ], [ -117.991944, 35.943770999999693 ], [ -117.999258, 35.946601999999693 ], [ -118.003537, 35.945926999999685 ], [ -118.006882, 35.946482999999709 ], [ -118.00945, 35.948610999999708 ], [ -118.009807, 35.949424999999685 ], [ -118.009542, 35.952353999999701 ], [ -118.011072, 35.954600999999684 ], [ -118.013556, 35.954738999999726 ], [ -118.015969, 35.954200999999713 ], [ -118.016791, 35.954550999999704 ], [ -118.01824, 35.960976999999723 ], [ -118.018047, 35.962389999999708 ], [ -118.015009, 35.964806999999709 ], [ -118.012439, 35.969663999999732 ], [ -118.013822, 35.970721999999711 ], [ -118.014567, 35.972890999999713 ], [ -118.009614, 35.978177999999694 ], [ -118.00689, 35.977597999999688 ], [ -118.004494, 35.979281999999699 ], [ -118.003577, 35.983717999999705 ], [ -118.006235, 35.989756999999699 ], [ -118.010672, 35.991743999999734 ], [ -118.012077, 35.998304999999725 ], [ -118.019011, 36.003343999999707 ], [ -118.031311, 36.007043999999716 ], [ -118.033611, 36.008943999999694 ], [ -118.035412, 36.013043999999702 ], [ -118.036212, 36.020243999999707 ], [ -118.035812, 36.023343999999696 ], [ -118.037112, 36.029143999999704 ], [ -118.039512, 36.034242999999698 ], [ -118.042112, 36.03824299999971 ], [ -118.045612, 36.040742999999701 ], [ -118.046312, 36.042242999999708 ], [ -118.045812, 36.043842999999704 ], [ -118.044312, 36.044642999999709 ], [ -118.042712, 36.048542999999704 ], [ -118.048012, 36.056142999999693 ], [ -118.050913, 36.058042999999707 ], [ -118.051713, 36.059542999999699 ], [ -118.051213, 36.073442999999699 ], [ -118.049913, 36.075141999999708 ], [ -118.049813, 36.076741999999705 ], [ -118.052013, 36.084541999999693 ], [ -118.058013, 36.091941999999712 ], [ -118.059813, 36.091241999999717 ], [ -118.062213, 36.089341999999696 ], [ -118.063113, 36.089241999999672 ], [ -118.066913, 36.092441999999707 ], [ -118.067313, 36.093441999999733 ], [ -118.066214, 36.103941999999712 ], [ -118.067114, 36.110341999999704 ], [ -118.065614, 36.112841999999702 ], [ -118.068314, 36.125540999999679 ], [ -118.071614, 36.129240999999688 ], [ -118.071037, 36.133462999999715 ], [ -118.073614, 36.1390409999997 ], [ -118.073514, 36.140340999999701 ], [ -118.072148, 36.142259999999702 ], [ -118.070314, 36.144440999999709 ], [ -118.060414, 36.149740999999729 ], [ -118.059714, 36.150840999999687 ], [ -118.058914, 36.152940999999707 ], [ -118.058814, 36.156940999999698 ], [ -118.059314, 36.158740999999708 ], [ -118.060814, 36.160739999999706 ], [ -118.059315, 36.170139999999712 ], [ -118.060315, 36.172339999999721 ], [ -118.062015, 36.174239999999713 ], [ -118.070015, 36.178639999999717 ], [ -118.071715, 36.186539999999702 ], [ -118.073715, 36.189439999999692 ], [ -118.081515, 36.195439999999714 ], [ -118.085915, 36.197539999999698 ], [ -118.090715, 36.197339999999706 ], [ -118.092615, 36.201839999999706 ], [ -118.094616, 36.204938999999705 ], [ -118.100516, 36.207938999999698 ], [ -118.103616, 36.210438999999703 ], [ -118.106316, 36.2146389999997 ], [ -118.107616, 36.218938999999722 ], [ -118.109216, 36.225538999999713 ], [ -118.109116, 36.226738999999711 ], [ -118.107916, 36.228138999999729 ], [ -118.105216, 36.228638999999703 ], [ -118.104916, 36.229338999999719 ], [ -118.105516, 36.231238999999704 ], [ -118.105216, 36.233638999999691 ], [ -118.106916, 36.235938999999703 ], [ -118.112216, 36.240038999999705 ], [ -118.114116, 36.244038999999709 ], [ -118.114116, 36.245837999999694 ], [ -118.119366, 36.255560999999723 ], [ -118.119284, 36.259596999999715 ], [ -118.117592, 36.263024999999708 ], [ -118.11722, 36.265715999999699 ], [ -118.117385, 36.271164999999719 ], [ -118.121969, 36.277698999999714 ], [ -118.127147, 36.279655999999719 ], [ -118.127591, 36.281248999999718 ], [ -118.127202, 36.283930999999711 ], [ -118.125572, 36.285330999999736 ], [ -118.12502, 36.286743999999707 ], [ -118.125501, 36.294340999999712 ], [ -118.126522, 36.298954999999715 ], [ -118.122017, 36.30133799999971 ], [ -118.121217, 36.305936999999716 ], [ -118.114577, 36.306983999999716 ], [ -118.111817, 36.308336999999725 ], [ -118.110417, 36.309836999999725 ], [ -118.112553, 36.313337999999703 ], [ -118.114164, 36.319260999999713 ], [ -118.112517, 36.322036999999703 ], [ -118.107553, 36.325606999999714 ], [ -118.103215, 36.327045999999719 ], [ -118.097617, 36.331136999999707 ], [ -118.098317, 36.33273699999971 ], [ -118.099817, 36.333436999999726 ], [ -118.100718, 36.33535899999972 ], [ -118.101817, 36.33933699999973 ], [ -118.101417, 36.343236999999718 ], [ -118.100317, 36.3461369999997 ], [ -118.100817, 36.346736999999699 ], [ -118.105418, 36.34823699999972 ], [ -118.116218, 36.349336999999714 ], [ -118.120818, 36.35023699999973 ], [ -118.124218, 36.351936999999708 ], [ -118.122518, 36.354736999999723 ], [ -118.126818, 36.362636999999722 ], [ -118.129118, 36.364436999999711 ], [ -118.129918, 36.365836999999715 ], [ -118.130618, 36.36803699999971 ], [ -118.130518, 36.370335999999739 ], [ -118.141318, 36.372835999999715 ], [ -118.144118, 36.377035999999705 ], [ -118.150218, 36.379735999999717 ], [ -118.154518, 36.383635999999711 ], [ -118.156118, 36.387335999999706 ], [ -118.157119, 36.38833599999974 ], [ -118.158119, 36.388935999999724 ], [ -118.162919, 36.389435999999726 ], [ -118.160019, 36.393835999999716 ], [ -118.157619, 36.39523599999972 ], [ -118.153919, 36.396835999999716 ], [ -118.146219, 36.398635999999712 ], [ -118.144719, 36.399635999999717 ], [ -118.140319, 36.403535999999718 ], [ -118.139019, 36.408535999999714 ], [ -118.139019, 36.410835999999719 ], [ -118.137419, 36.415335999999726 ], [ -118.137919, 36.418035999999724 ], [ -118.141219, 36.420935999999706 ], [ -118.143319, 36.421235999999709 ], [ -118.145419, 36.422335999999703 ], [ -118.148619, 36.425235999999721 ], [ -118.151619, 36.425135999999718 ], [ -118.154219, 36.427135999999713 ], [ -118.156819, 36.432635999999732 ], [ -118.168319, 36.429535999999715 ], [ -118.174819, 36.426735999999721 ], [ -118.181719, 36.427535999999726 ], [ -118.190119, 36.427735999999712 ], [ -118.193619, 36.4265359999997 ], [ -118.197819, 36.428235999999714 ], [ -118.199319, 36.430135999999713 ], [ -118.203719, 36.431235999999735 ], [ -118.209819, 36.430335999999727 ], [ -118.21132, 36.431235999999735 ], [ -118.21442, 36.434335999999732 ], [ -118.21492, 36.43603599999971 ], [ -118.21462, 36.436635999999716 ], [ -118.21212, 36.437035999999729 ], [ -118.21042, 36.438935999999721 ], [ -118.20962, 36.442135999999707 ], [ -118.20992, 36.444335999999723 ], [ -118.21332, 36.446835999999713 ], [ -118.21422, 36.448235999999717 ], [ -118.21562, 36.456335999999723 ], [ -118.21852, 36.45863499999971 ], [ -118.22102, 36.459834999999728 ], [ -118.22252, 36.462734999999725 ], [ -118.22382, 36.463634999999705 ], [ -118.23082, 36.46493499999972 ], [ -118.23262, 36.466334999999717 ], [ -118.23302, 36.467534999999735 ], [ -118.23262, 36.468834999999714 ], [ -118.23712, 36.475334999999717 ], [ -118.24002, 36.477334999999712 ], [ -118.24802, 36.480934999999725 ], [ -118.24992, 36.482434999999711 ], [ -118.24982, 36.484734999999731 ], [ -118.24842, 36.487034999999736 ], [ -118.23672, 36.492834999999729 ], [ -118.23792, 36.496234999999722 ], [ -118.239221, 36.496934999999709 ], [ -118.241421, 36.500034999999713 ], [ -118.238721, 36.508034999999715 ], [ -118.239121, 36.521334999999723 ], [ -118.241621, 36.522034999999725 ], [ -118.246121, 36.521634999999712 ], [ -118.250922, 36.525634999999738 ], [ -118.250622, 36.529934999999732 ], [ -118.248622, 36.53273499999974 ], [ -118.249922, 36.537734999999728 ], [ -118.252022, 36.542134999999732 ], [ -118.256922, 36.543034999999712 ], [ -118.260222, 36.544134999999741 ], [ -118.261622, 36.546034999999726 ], [ -118.261222, 36.547434999999723 ], [ -118.265323, 36.551534999999724 ], [ -118.276123, 36.55183499999972 ], [ -118.279423, 36.555134999999723 ], [ -118.286223, 36.556634999999723 ], [ -118.290523, 36.558534999999722 ], [ -118.291223, 36.559334999999727 ], [ -118.292123, 36.562734999999726 ], [ -118.292624, 36.567434999999747 ], [ -118.291844, 36.570474999999732 ], [ -118.290024, 36.572234999999715 ], [ -118.289824, 36.573234999999727 ], [ -118.292324, 36.575434999999736 ], [ -118.294124, 36.57633499999973 ], [ -118.294124, 36.57743499999971 ], [ -118.292824, 36.579934999999729 ], [ -118.288024, 36.583733999999723 ], [ -118.287824, 36.585033999999744 ], [ -118.289324, 36.588433999999715 ], [ -118.289024, 36.590733999999706 ], [ -118.283124, 36.590833999999724 ], [ -118.278024, 36.592333999999724 ], [ -118.274624, 36.597333999999712 ], [ -118.281625, 36.604533999999703 ], [ -118.285925, 36.603333999999698 ], [ -118.289025, 36.603333999999698 ], [ -118.293425, 36.604833999999741 ], [ -118.297025, 36.607333999999724 ], [ -118.302425, 36.614633999999739 ], [ -118.302625, 36.61543399999973 ], [ -118.301925, 36.618133999999714 ], [ -118.302825, 36.619033999999715 ], [ -118.320726, 36.629133999999723 ], [ -118.319826, 36.637833999999714 ], [ -118.323726, 36.645233999999711 ], [ -118.325226, 36.647133999999717 ], [ -118.330226, 36.649633999999729 ], [ -118.337579, 36.654800999999722 ], [ -118.338127, 36.655233999999723 ], [ -118.337527, 36.658933999999725 ], [ -118.335627, 36.661633999999736 ], [ -118.333727, 36.662133999999718 ], [ -118.330827, 36.663933999999728 ], [ -118.329527, 36.665433999999728 ], [ -118.329353, 36.666565999999719 ], [ -118.331227, 36.66943399999974 ], [ -118.333427, 36.671433999999735 ], [ -118.339927, 36.672733999999728 ], [ -118.345327, 36.672533999999715 ], [ -118.352028, 36.682933999999726 ], [ -118.353328, 36.683933999999702 ], [ -118.355628, 36.683933999999702 ], [ -118.361028, 36.686033999999722 ], [ -118.364228, 36.687934999999754 ], [ -118.366128, 36.690434999999731 ], [ -118.366253, 36.691709999999723 ], [ -118.363928, 36.694233999999724 ], [ -118.361028, 36.695133999999719 ], [ -118.358828, 36.695633999999728 ], [ -118.354128, 36.694733999999734 ], [ -118.351728, 36.694833999999737 ], [ -118.346728, 36.696533999999723 ], [ -118.346606482422644, 36.696660018228087 ], [ -118.346606, 36.69665999999971 ], [ -118.341328, 36.702133999999745 ], [ -118.338728, 36.702433999999705 ], [ -118.335528, 36.704433999999743 ], [ -118.334728, 36.705533999999716 ], [ -118.336029, 36.716333999999719 ], [ -118.339629, 36.729033999999743 ], [ -118.342429, 36.730433999999732 ], [ -118.343429, 36.731433999999751 ], [ -118.348929, 36.737333999999727 ], [ -118.350929, 36.740733999999755 ], [ -118.354429, 36.742133999999723 ], [ -118.356729, 36.742233999999712 ], [ -118.359929, 36.743933999999733 ], [ -118.360586, 36.744772999999732 ], [ -118.36213, 36.747733999999703 ], [ -118.36653, 36.747833999999735 ], [ -118.36843, 36.749033999999732 ], [ -118.36923, 36.75013399999974 ], [ -118.37153, 36.758233999999739 ], [ -118.37283, 36.765733999999725 ], [ -118.37643, 36.772133999999724 ], [ -118.37643, 36.77733399999974 ], [ -118.38023, 36.782233999999761 ], [ -118.37963, 36.783633999999736 ], [ -118.37683, 36.785533999999743 ], [ -118.373469, 36.796112999999721 ], [ -118.374026, 36.800171999999741 ], [ -118.384681, 36.815341999999752 ], [ -118.387173, 36.817931999999715 ], [ -118.391128, 36.820967999999731 ], [ -118.392307, 36.823491999999739 ], [ -118.393724, 36.829667999999728 ], [ -118.393686, 36.830899999999737 ], [ -118.392387, 36.832586999999727 ], [ -118.389758, 36.834465999999722 ], [ -118.38578, 36.834950999999712 ], [ -118.375931, 36.834494999999734 ], [ -118.371494, 36.836082999999746 ], [ -118.369391, 36.83732199999973 ], [ -118.363342, 36.842492999999727 ], [ -118.362169, 36.844001999999712 ], [ -118.361522, 36.845268999999725 ], [ -118.362994, 36.849808999999716 ], [ -118.363123, 36.851638999999743 ], [ -118.362223, 36.861358999999723 ], [ -118.364841, 36.861622999999732 ], [ -118.3664, 36.863595999999738 ], [ -118.368079, 36.869842999999747 ], [ -118.368617, 36.874370999999719 ], [ -118.367831, 36.879833999999732 ], [ -118.367131, 36.881433999999722 ], [ -118.362431, 36.883633999999731 ], [ -118.360831, 36.88583399999974 ], [ -118.360831, 36.887733999999718 ], [ -118.365031, 36.890633999999743 ], [ -118.369232, 36.898433999999739 ], [ -118.369832, 36.900433999999699 ], [ -118.368132, 36.903433999999727 ], [ -118.367232, 36.905933999999746 ], [ -118.367432, 36.907033999999719 ], [ -118.371032, 36.908633999999729 ], [ -118.381532, 36.925933999999728 ], [ -118.382932, 36.930533999999732 ], [ -118.383032, 36.934633999999726 ], [ -118.388432, 36.945533999999739 ], [ -118.396632, 36.957334999999723 ], [ -118.397732, 36.957534999999737 ], [ -118.401932, 36.956834999999735 ], [ -118.403633, 36.956934999999746 ], [ -118.404733, 36.957534999999737 ], [ -118.403333, 36.95953499999974 ], [ -118.403033, 36.962034999999759 ], [ -118.403733, 36.969634999999727 ], [ -118.404433, 36.972034999999721 ], [ -118.407433, 36.973034999999733 ], [ -118.409533, 36.975234999999721 ], [ -118.408733, 36.977834999999729 ], [ -118.409133, 36.980534999999747 ], [ -118.411133, 36.982934999999756 ], [ -118.417133, 36.985434999999747 ], [ -118.419533, 36.987434999999742 ], [ -118.420133, 36.989434999999716 ], [ -118.418933, 36.994834999999732 ], [ -118.413333, 36.996834999999734 ], [ -118.412533, 36.997334999999744 ], [ -118.412233, 36.998334999999727 ], [ -118.421111, 37.007562999999728 ], [ -118.42329, 37.00810399999974 ], [ -118.427981, 37.011234999999729 ], [ -118.42798, 37.011973999999725 ], [ -118.42542, 37.01368299999973 ], [ -118.42311, 37.016937999999733 ], [ -118.42276, 37.025804999999735 ], [ -118.429498, 37.03394399999975 ], [ -118.432619, 37.034466999999751 ], [ -118.439221, 37.038996999999739 ], [ -118.441729, 37.045012999999734 ], [ -118.441686, 37.045717999999738 ], [ -118.43497, 37.049738999999754 ], [ -118.434927, 37.050880999999734 ], [ -118.437774, 37.054511999999747 ], [ -118.438233, 37.055889999999735 ], [ -118.437351, 37.056895999999739 ], [ -118.43605, 37.057263999999762 ], [ -118.437137, 37.059817999999737 ], [ -118.441286, 37.063854999999741 ], [ -118.448956, 37.069138999999744 ], [ -118.450214, 37.068972999999737 ], [ -118.453111, 37.067330999999733 ], [ -118.467332, 37.066744999999734 ], [ -118.469888, 37.069803999999735 ], [ -118.470348, 37.071651999999744 ], [ -118.471144, 37.072660999999741 ], [ -118.475213, 37.074310999999739 ], [ -118.479073, 37.074180999999761 ], [ -118.48658, 37.077413999999735 ], [ -118.490394, 37.082220999999748 ], [ -118.491734, 37.086353999999737 ], [ -118.492657, 37.087462999999744 ], [ -118.495217, 37.088137999999724 ], [ -118.501562, 37.092536999999737 ], [ -118.503104, 37.095220999999746 ], [ -118.507203, 37.094897999999738 ], [ -118.511862, 37.092816999999734 ], [ -118.515151, 37.09425099999973 ], [ -118.517613, 37.097305999999733 ], [ -118.518532, 37.097811999999749 ], [ -118.51906, 37.097891999999732 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_APS_SW", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 7097.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -112.60776, 31.815788999999551 ], [ -112.847351, 31.889425999999549 ], [ -112.867074, 31.895487999999524 ], [ -112.868239, 31.895835999999552 ], [ -113.125961, 31.972779999999549 ], [ -113.217308, 32.002106999999548 ], [ -113.333767, 32.038762999999555 ], [ -113.493196, 32.08894299999956 ], [ -113.750756, 32.169004999999558 ], [ -113.78168, 32.179033999999561 ], [ -114.043177, 32.259794999999549 ], [ -114.250775, 32.323909999999529 ], [ -114.50078, 32.400056999999556 ], [ -114.563777, 32.419030999999585 ], [ -114.635097, 32.440510999999567 ], [ -114.718135, 32.465520999999569 ], [ -114.754537, 32.476483999999587 ], [ -114.782262, 32.484834999999563 ], [ -114.813613, 32.49427699999957 ], [ -114.813991, 32.497230999999559 ], [ -114.812316, 32.500053999999579 ], [ -114.813753, 32.504259999999569 ], [ -114.813693, 32.505064999999554 ], [ -114.813164, 32.505593999999547 ], [ -114.812635, 32.506917999999573 ], [ -114.81237, 32.507711999999565 ], [ -114.810159, 32.508382999999576 ], [ -114.807726, 32.508725999999541 ], [ -114.807426, 32.50896599999956 ], [ -114.806017, 32.510093999999583 ], [ -114.804694, 32.512476999999578 ], [ -114.804429, 32.514593999999576 ], [ -114.804793, 32.516597999999561 ], [ -114.804958, 32.517505999999564 ], [ -114.809723, 32.520152999999574 ], [ -114.810167, 32.520976999999604 ], [ -114.810513, 32.521619999999572 ], [ -114.81137, 32.523210999999577 ], [ -114.811576, 32.523593999999569 ], [ -114.810672, 32.52722999999957 ], [ -114.810563, 32.527665999999577 ], [ -114.8064, 32.531191999999557 ], [ -114.802181, 32.536413999999574 ], [ -114.802018, 32.539459999999558 ], [ -114.804776, 32.541658999999576 ], [ -114.805966, 32.545345999999583 ], [ -114.80583, 32.546353999999575 ], [ -114.803883, 32.548001999999563 ], [ -114.795635, 32.550955999999545 ], [ -114.795238, 32.551247999999575 ], [ -114.793769, 32.552328999999588 ], [ -114.792065, 32.555008999999551 ], [ -114.791899, 32.55565999999957 ], [ -114.791647, 32.55664499999957 ], [ -114.791551, 32.55702299999956 ], [ -114.791598, 32.557416999999568 ], [ -114.791832, 32.559353999999566 ], [ -114.791988, 32.560651999999571 ], [ -114.792629, 32.561292999999587 ], [ -114.793312, 32.561975999999582 ], [ -114.794635, 32.563563999999587 ], [ -114.795959, 32.564092999999566 ], [ -114.79766, 32.564443999999568 ], [ -114.804429, 32.561975999999582 ], [ -114.808929, 32.561975999999582 ], [ -114.810517, 32.563827999999596 ], [ -114.810782, 32.565151999999557 ], [ -114.810517, 32.567268999999577 ], [ -114.808929, 32.569651999999586 ], [ -114.804421, 32.572941999999557 ], [ -114.801877, 32.576009999999563 ], [ -114.801471, 32.578254999999572 ], [ -114.803879, 32.580888999999566 ], [ -114.803898, 32.581195999999572 ], [ -114.803987, 32.582651999999591 ], [ -114.802823, 32.585079999999586 ], [ -114.800441, 32.588079999999593 ], [ -114.799737, 32.592177999999571 ], [ -114.799683, 32.59362099999958 ], [ -114.801038, 32.597232999999576 ], [ -114.801548, 32.598590999999573 ], [ -114.80188, 32.598908999999558 ], [ -114.802102, 32.59912099999957 ], [ -114.802361, 32.599369999999588 ], [ -114.805932, 32.600720999999588 ], [ -114.807906, 32.602782999999576 ], [ -114.807962, 32.603079999999565 ], [ -114.809042, 32.608805999999575 ], [ -114.809379, 32.616785999999571 ], [ -114.809393, 32.617118999999583 ], [ -114.809078, 32.617781999999572 ], [ -114.80739, 32.621331999999583 ], [ -114.799302, 32.625114999999568 ], [ -114.797565, 32.624577999999573 ], [ -114.794102, 32.622474999999575 ], [ -114.791179, 32.621832999999569 ], [ -114.781872, 32.625049999999554 ], [ -114.78267, 32.628633999999579 ], [ -114.782235, 32.630214999999573 ], [ -114.781282, 32.631458999999595 ], [ -114.78006, 32.632711999999586 ], [ -114.779215, 32.633578999999578 ], [ -114.774482, 32.635868999999587 ], [ -114.766784, 32.641049999999574 ], [ -114.764382, 32.642665999999579 ], [ -114.763999, 32.64336299999956 ], [ -114.763998, 32.643364999999598 ], [ -114.76331, 32.64461699999957 ], [ -114.763512, 32.645995999999592 ], [ -114.765067, 32.648046999999558 ], [ -114.76495, 32.649390999999582 ], [ -114.75831, 32.655177999999566 ], [ -114.753111, 32.658303999999582 ], [ -114.748, 32.664183999999565 ], [ -114.747848, 32.667692999999581 ], [ -114.747106, 32.669025999999576 ], [ -114.745345, 32.672186999999568 ], [ -114.744491, 32.678670999999596 ], [ -114.744363, 32.678854999999572 ], [ -114.730041, 32.699674999999594 ], [ -114.730086, 32.704297999999589 ], [ -114.722746, 32.713070999999559 ], [ -114.719633, 32.718762999999569 ], [ -114.717665, 32.721653999999582 ], [ -114.715788, 32.727757999999582 ], [ -114.714522, 32.730389999999581 ], [ -114.705717, 32.741580999999584 ], [ -114.701918, 32.745547999999594 ], [ -114.700743, 32.745616999999598 ], [ -114.69879, 32.744845999999583 ], [ -114.688779, 32.737674999999584 ], [ -114.684278, 32.737536999999598 ], [ -114.678632, 32.736613999999584 ], [ -114.677091, 32.736217999999582 ], [ -114.667493, 32.734225999999587 ], [ -114.65884, 32.733829999999564 ], [ -114.65826, 32.733798999999586 ], [ -114.646533, 32.732444999999579 ], [ -114.632686, 32.730845999999595 ], [ -114.624584, 32.729373999999588 ], [ -114.62413, 32.729290999999584 ], [ -114.618373, 32.728244999999589 ], [ -114.615585, 32.728445999999586 ], [ -114.615733, 32.729426999999589 ], [ -114.614772, 32.734088999999592 ], [ -114.612697, 32.734515999999566 ], [ -114.58317, 32.734926999999594 ], [ -114.581784, 32.734945999999574 ], [ -114.581736, 32.742320999999592 ], [ -114.564508, 32.742297999999579 ], [ -114.564447, 32.749553999999591 ], [ -114.551502, 32.749685999999578 ], [ -114.539224, 32.749811999999572 ], [ -114.539093, 32.756948999999587 ], [ -114.526856, 32.757093999999597 ], [ -114.528443, 32.767275999999583 ], [ -114.531831, 32.774263999999583 ], [ -114.532432, 32.776922999999577 ], [ -114.531746, 32.782502999999579 ], [ -114.531669, 32.791184999999594 ], [ -114.530755, 32.793484999999571 ], [ -114.528849, 32.796306999999572 ], [ -114.522031, 32.801674999999577 ], [ -114.520385, 32.803576999999585 ], [ -114.519758, 32.8056759999996 ], [ -114.515389, 32.811438999999581 ], [ -114.510217, 32.816416999999568 ], [ -114.496827, 32.822118999999581 ], [ -114.496284, 32.82232599999957 ], [ -114.494116, 32.823287999999586 ], [ -114.489756, 32.826973999999574 ], [ -114.482741, 32.832903999999594 ], [ -114.475892, 32.838693999999592 ], [ -114.468971, 32.845154999999593 ], [ -114.465546, 32.874808999999594 ], [ -114.465715, 32.879190999999587 ], [ -114.465715, 32.879419999999591 ], [ -114.465304, 32.88298999999958 ], [ -114.463127, 32.90188399999959 ], [ -114.46308, 32.903315999999577 ], [ -114.462929, 32.907943999999588 ], [ -114.46365, 32.911681999999566 ], [ -114.464448, 32.913128999999586 ], [ -114.473713, 32.920593999999596 ], [ -114.47664, 32.923627999999589 ], [ -114.479005, 32.928290999999575 ], [ -114.48092, 32.935251999999586 ], [ -114.48074, 32.937026999999595 ], [ -114.478456, 32.940554999999563 ], [ -114.474042, 32.945149999999572 ], [ -114.471709, 32.949605999999591 ], [ -114.471709, 32.953926999999581 ], [ -114.471709, 32.956806999999593 ], [ -114.471709, 32.959481999999589 ], [ -114.472121, 32.961744999999596 ], [ -114.472738, 32.964007999999573 ], [ -114.473355, 32.965859999999594 ], [ -114.475618, 32.968945999999598 ], [ -114.478499, 32.97120899999959 ], [ -114.481315, 32.972063999999605 ], [ -114.488625, 32.969945999999602 ], [ -114.490129, 32.969884999999593 ], [ -114.492938, 32.971780999999595 ], [ -114.494212, 32.974261999999605 ], [ -114.495712, 32.980075999999592 ], [ -114.497315, 32.991473999999577 ], [ -114.499797, 33.003904999999591 ], [ -114.502072, 33.009267999999587 ], [ -114.502871, 33.011152999999581 ], [ -114.504021, 33.013218999999587 ], [ -114.505312, 33.015539999999604 ], [ -114.50613, 33.017009999999587 ], [ -114.506661, 33.017665999999608 ], [ -114.511343, 33.023454999999601 ], [ -114.5149, 33.026523999999597 ], [ -114.516029, 33.02727099999958 ], [ -114.516551, 33.027615999999583 ], [ -114.52013, 33.029983999999573 ], [ -114.523578, 33.0309609999996 ], [ -114.527573, 33.031621999999587 ], [ -114.534772, 33.032811999999595 ], [ -114.538459, 33.03342199999959 ], [ -114.540985, 33.033516999999577 ], [ -114.553189, 33.033973999999603 ], [ -114.571653, 33.036623999999598 ], [ -114.575161, 33.036541999999592 ], [ -114.578287, 33.035374999999604 ], [ -114.581404, 33.032544999999594 ], [ -114.584765, 33.028230999999579 ], [ -114.586982, 33.026944999999586 ], [ -114.589778, 33.026227999999598 ], [ -114.601014, 33.025409999999582 ], [ -114.618788, 33.027201999999598 ], [ -114.625787, 33.029435999999592 ], [ -114.628293, 33.031051999999598 ], [ -114.63419, 33.039024999999583 ], [ -114.639553, 33.045290999999587 ], [ -114.641622, 33.046895999999577 ], [ -114.64598, 33.048902999999569 ], [ -114.649001, 33.046762999999586 ], [ -114.655038, 33.037106999999594 ], [ -114.657827, 33.033824999999595 ], [ -114.659832, 33.032664999999589 ], [ -114.662317, 33.032670999999617 ], [ -114.66506, 33.033907999999577 ], [ -114.670803, 33.037983999999589 ], [ -114.673659, 33.041896999999608 ], [ -114.675104, 33.047531999999585 ], [ -114.674296, 33.057170999999592 ], [ -114.686991, 33.0709689999996 ], [ -114.68912, 33.076121999999607 ], [ -114.689307, 33.079178999999584 ], [ -114.688597, 33.08286899999959 ], [ -114.68902, 33.084035999999578 ], [ -114.692548, 33.085785999999601 ], [ -114.694628, 33.086225999999606 ], [ -114.701165, 33.086367999999595 ], [ -114.70473, 33.08705099999959 ], [ -114.706488, 33.088159999999604 ], [ -114.707819, 33.091101999999623 ], [ -114.707896, 33.097431999999593 ], [ -114.706175, 33.105334999999592 ], [ -114.703682, 33.113768999999593 ], [ -114.696829, 33.131208999999586 ], [ -114.689995, 33.137882999999611 ], [ -114.687074, 33.142195999999601 ], [ -114.684489, 33.148120999999598 ], [ -114.682253, 33.15521399999961 ], [ -114.679359, 33.159518999999577 ], [ -114.678729, 33.162947999999631 ], [ -114.680248, 33.169716999999594 ], [ -114.679034, 33.174737999999607 ], [ -114.675831, 33.181519999999601 ], [ -114.67536, 33.185488999999592 ], [ -114.67519, 33.1881789999996 ], [ -114.678178, 33.199583999999625 ], [ -114.678749, 33.20344799999959 ], [ -114.676072, 33.210834999999619 ], [ -114.673715, 33.219244999999589 ], [ -114.673626, 33.223120999999601 ], [ -114.674479, 33.225503999999589 ], [ -114.678097, 33.230299999999588 ], [ -114.682731, 33.234917999999603 ], [ -114.689421, 33.245249999999587 ], [ -114.689541, 33.246427999999597 ], [ -114.688205, 33.247965999999607 ], [ -114.674491, 33.255596999999604 ], [ -114.672088, 33.25849899999961 ], [ -114.672401, 33.260469999999607 ], [ -114.677032, 33.270169999999602 ], [ -114.680507, 33.273576999999612 ], [ -114.684363, 33.276024999999592 ], [ -114.694449, 33.279785999999604 ], [ -114.702873, 33.281915999999605 ], [ -114.711197, 33.2833419999996 ], [ -114.717875, 33.285156999999586 ], [ -114.72167, 33.286981999999611 ], [ -114.723259, 33.288078999999584 ], [ -114.731223, 33.302433999999607 ], [ -114.731222, 33.304038999999612 ], [ -114.729904, 33.305744999999597 ], [ -114.723623, 33.312109999999606 ], [ -114.710792, 33.320606999999598 ], [ -114.707962, 33.323420999999577 ], [ -114.705241, 33.327766999999618 ], [ -114.700938, 33.337013999999606 ], [ -114.698035, 33.352441999999584 ], [ -114.69817, 33.356574999999594 ], [ -114.699053, 33.361147999999609 ], [ -114.707348, 33.376627999999599 ], [ -114.707009, 33.380633999999617 ], [ -114.70731, 33.382541999999603 ], [ -114.708408, 33.384146999999601 ], [ -114.713602, 33.388256999999591 ], [ -114.722872, 33.3987789999996 ], [ -114.725292, 33.402341999999614 ], [ -114.725535, 33.404055999999606 ], [ -114.725282, 33.405047999999617 ], [ -114.723829, 33.406530999999617 ], [ -114.720065, 33.407890999999601 ], [ -114.710878, 33.407253999999611 ], [ -114.701732, 33.408387999999597 ], [ -114.697707, 33.410941999999601 ], [ -114.696805, 33.412086999999602 ], [ -114.696504, 33.414058999999618 ], [ -114.695655, 33.415126999999615 ], [ -114.687953, 33.417943999999615 ], [ -114.673901, 33.418298999999607 ], [ -114.658382, 33.4130359999996 ], [ -114.652828, 33.412921999999618 ], [ -114.64954, 33.413632999999585 ], [ -114.643302, 33.416744999999615 ], [ -114.635183, 33.422725999999599 ], [ -114.62964, 33.428137999999599 ], [ -114.627125, 33.433553999999603 ], [ -114.622283, 33.447557999999603 ], [ -114.623395, 33.454489999999616 ], [ -114.622918, 33.456560999999603 ], [ -114.612472, 33.470767999999616 ], [ -114.607843, 33.474833999999596 ], [ -114.601696, 33.481393999999611 ], [ -114.599713, 33.484314999999611 ], [ -114.597283, 33.490652999999611 ], [ -114.591554, 33.499442999999616 ], [ -114.588239, 33.502452999999626 ], [ -114.580468, 33.506464999999622 ], [ -114.573757, 33.507542999999622 ], [ -114.569533, 33.509218999999611 ], [ -114.560963, 33.516738999999625 ], [ -114.560552, 33.518271999999612 ], [ -114.560835, 33.524333999999619 ], [ -114.559507, 33.530723999999616 ], [ -114.558898, 33.531818999999601 ], [ -114.542011, 33.542480999999619 ], [ -114.524599, 33.552230999999637 ], [ -114.524391, 33.553682999999609 ], [ -114.526834, 33.557465999999621 ], [ -114.535664, 33.568787999999614 ], [ -114.535965, 33.569153999999607 ], [ -114.5403, 33.580614999999625 ], [ -114.540617, 33.591411999999629 ], [ -114.532699, 33.601966999999618 ], [ -114.529186, 33.606649999999611 ], [ -114.526782, 33.608830999999611 ], [ -114.524814, 33.611350999999615 ], [ -114.524619, 33.614259999999611 ], [ -114.525783, 33.616587999999624 ], [ -114.527938, 33.618838999999625 ], [ -114.529662, 33.622793999999608 ], [ -114.529856, 33.62744799999961 ], [ -114.528833, 33.629494999999622 ], [ -114.528498, 33.630163999999617 ], [ -114.526947, 33.633072999999605 ], [ -114.526947, 33.637533999999604 ], [ -114.527278, 33.638857999999622 ], [ -114.527917, 33.641412999999623 ], [ -114.52868, 33.643192999999592 ], [ -114.52908, 33.644127999999618 ], [ -114.53005, 33.647618999999615 ], [ -114.530244, 33.65013999999961 ], [ -114.528304, 33.653048999999626 ], [ -114.527021, 33.655431999999614 ], [ -114.526947, 33.655570999999625 ], [ -114.525783, 33.65712199999961 ], [ -114.525201, 33.65809199999962 ], [ -114.525007, 33.659643999999631 ], [ -114.525201, 33.661582999999609 ], [ -114.525977, 33.662940999999613 ], [ -114.526903, 33.664235999999626 ], [ -114.526947, 33.664297999999647 ], [ -114.528304, 33.666043999999609 ], [ -114.529706, 33.668030999999608 ], [ -114.530999, 33.671101999999614 ], [ -114.531523, 33.675107999999639 ], [ -114.530348, 33.679244999999611 ], [ -114.527782, 33.682683999999625 ], [ -114.523959, 33.685878999999602 ], [ -114.519113, 33.688472999999625 ], [ -114.512409, 33.691281999999632 ], [ -114.504993, 33.693021999999615 ], [ -114.496489, 33.69690099999962 ], [ -114.495719, 33.698453999999622 ], [ -114.494197, 33.70792199999962 ], [ -114.494901, 33.714429999999602 ], [ -114.496565, 33.719154999999617 ], [ -114.500788, 33.722203999999635 ], [ -114.502661, 33.724583999999602 ], [ -114.504176, 33.728054999999614 ], [ -114.506799, 33.730517999999606 ], [ -114.510265, 33.732145999999631 ], [ -114.512348, 33.734213999999632 ], [ -114.508206, 33.741586999999605 ], [ -114.506, 33.746343999999603 ], [ -114.504483, 33.750997999999612 ], [ -114.50434, 33.756380999999607 ], [ -114.504863, 33.760464999999627 ], [ -114.507089, 33.767929999999609 ], [ -114.516734, 33.788344999999616 ], [ -114.520094, 33.799472999999615 ], [ -114.52805, 33.814962999999608 ], [ -114.527161, 33.816190999999613 ], [ -114.522714, 33.818978999999608 ], [ -114.520733, 33.822030999999633 ], [ -114.51997, 33.825380999999602 ], [ -114.520465, 33.827777999999618 ], [ -114.523409, 33.835322999999633 ], [ -114.525539, 33.83861399999963 ], [ -114.529597, 33.848062999999634 ], [ -114.529385, 33.851754999999628 ], [ -114.528451, 33.85492899999965 ], [ -114.52677, 33.857356999999631 ], [ -114.52453, 33.85847699999961 ], [ -114.516811, 33.85811999999963 ], [ -114.514673, 33.858637999999623 ], [ -114.505638, 33.864275999999627 ], [ -114.503887, 33.865753999999626 ], [ -114.503017, 33.867997999999623 ], [ -114.503395, 33.875017999999621 ], [ -114.50434, 33.876881999999647 ], [ -114.512467, 33.882883999999628 ], [ -114.516501, 33.885925999999628 ], [ -114.517046, 33.88686099999962 ], [ -114.517808, 33.888166999999619 ], [ -114.518555, 33.889846999999627 ], [ -114.518928, 33.891713999999624 ], [ -114.518741, 33.893207999999632 ], [ -114.517808, 33.894888999999637 ], [ -114.516314, 33.89619599999962 ], [ -114.513715, 33.897958999999616 ], [ -114.510944, 33.899098999999623 ], [ -114.508708, 33.90063999999964 ], [ -114.507988, 33.901812999999635 ], [ -114.50792, 33.903806999999631 ], [ -114.508558, 33.906097999999623 ], [ -114.511511, 33.911091999999613 ], [ -114.518434, 33.917517999999625 ], [ -114.525361, 33.922271999999616 ], [ -114.528385, 33.923673999999629 ], [ -114.53368, 33.926071999999621 ], [ -114.534986, 33.928499999999616 ], [ -114.535478, 33.934650999999626 ], [ -114.52868, 33.947816999999631 ], [ -114.522358, 33.955206999999632 ], [ -114.522002, 33.955622999999626 ], [ -114.51586, 33.958105999999638 ], [ -114.511231, 33.957039999999658 ], [ -114.509568, 33.957263999999618 ], [ -114.509241, 33.95741699999963 ], [ -114.499883, 33.961788999999641 ], [ -114.495047, 33.96683499999962 ], [ -114.484784, 33.975518999999643 ], [ -114.483097, 33.977744999999636 ], [ -114.482333, 33.980180999999625 ], [ -114.481455, 33.981260999999634 ], [ -114.475907, 33.984423999999628 ], [ -114.471138, 33.988039999999614 ], [ -114.467932, 33.992876999999631 ], [ -114.4663, 33.99342699999962 ], [ -114.466187, 33.993464999999638 ], [ -114.462377, 33.993780999999629 ], [ -114.46117, 33.99468699999963 ], [ -114.460264, 33.996648999999621 ], [ -114.460277, 33.996861999999624 ], [ -114.460415, 33.999213999999625 ], [ -114.461312, 34.001175999999639 ], [ -114.46283, 34.004496999999645 ], [ -114.463132, 34.006609999999625 ], [ -114.46283, 34.008420999999629 ], [ -114.46117, 34.010080999999616 ], [ -114.458906, 34.010834999999631 ], [ -114.454807, 34.010967999999629 ], [ -114.450206, 34.012573999999624 ], [ -114.448563, 34.013500999999629 ], [ -114.443821, 34.016175999999625 ], [ -114.44054, 34.019328999999644 ], [ -114.438266, 34.02260899999964 ], [ -114.436171, 34.02808299999964 ], [ -114.434949, 34.037783999999647 ], [ -114.435504, 34.042614999999657 ], [ -114.438602, 34.050204999999629 ], [ -114.439406, 34.053809999999629 ], [ -114.43934, 34.057892999999638 ], [ -114.437683, 34.071936999999622 ], [ -114.435429, 34.079726999999643 ], [ -114.434181, 34.08737899999965 ], [ -114.43338, 34.088412999999619 ], [ -114.428026, 34.092786999999639 ], [ -114.426168, 34.097041999999639 ], [ -114.420499, 34.103465999999635 ], [ -114.415908, 34.107635999999616 ], [ -114.411681, 34.11003099999963 ], [ -114.405941, 34.111539999999607 ], [ -114.401352, 34.111651999999651 ], [ -114.390565, 34.110083999999645 ], [ -114.379234, 34.115987999999653 ], [ -114.369297, 34.117516999999651 ], [ -114.366521, 34.118574999999637 ], [ -114.360402, 34.123576999999628 ], [ -114.356373, 34.130428999999637 ], [ -114.353031, 34.133120999999633 ], [ -114.348052, 34.13445799999964 ], [ -114.336112, 34.134034999999621 ], [ -114.324576, 34.136758999999621 ], [ -114.320777, 34.138634999999645 ], [ -114.312206, 34.144775999999652 ], [ -114.289438884246124, 34.15481966567306 ], [ -114.281927622977946, 34.156526770506716 ], [ -114.272709256876084, 34.157892454373673 ], [ -114.264856574641172, 34.160965243074273 ], [ -114.252906840805437, 34.167452241442241 ], [ -114.242322790836639, 34.17189071400982 ], [ -114.234128687634993, 34.173939239810231 ], [ -114.227300268300297, 34.175987765610643 ], [ -114.218764744131903, 34.177694870444306 ], [ -114.216716218331499, 34.183157605912058 ], [ -114.217740481231701, 34.191693130080481 ], [ -114.21466769253108, 34.197155865548233 ], [ -114.210229219963523, 34.202960021982726 ], [ -114.205107905462498, 34.205691389716605 ], [ -114.199986590961473, 34.210129862284177 ], [ -114.192133908726561, 34.217641123552347 ], [ -114.183598384558167, 34.225152384820518 ], [ -114.176087123289989, 34.231297962221767 ], [ -114.169258703955293, 34.241540591223831 ], [ -114.166536, 34.249646999999655 ], [ -114.164476, 34.251666999999649 ], [ -114.163867, 34.253348999999659 ], [ -114.163122, 34.255186999999658 ], [ -114.161826, 34.257037999999632 ], [ -114.159697, 34.258241999999647 ], [ -114.156853, 34.258414999999644 ], [ -114.153346, 34.258288999999621 ], [ -114.147159, 34.259563999999642 ], [ -114.144779, 34.259622999999657 ], [ -114.139055, 34.259537999999644 ], [ -114.136185, 34.26129599999966 ], [ -114.134612, 34.263517999999628 ], [ -114.134427, 34.266386999999646 ], [ -114.134768, 34.268964999999639 ], [ -114.136671, 34.274376999999639 ], [ -114.137045, 34.277017999999636 ], [ -114.13605, 34.280832999999646 ], [ -114.138365, 34.288563999999631 ], [ -114.138739388130588, 34.290895518896761 ], [ -114.133415730305984, 34.290733244197448 ], [ -114.126304730126876, 34.282081527312876 ], [ -114.121564063340813, 34.283148177339747 ], [ -114.115401196518917, 34.282792627330785 ], [ -114.109356846366666, 34.283029660670067 ], [ -114.107134658810708, 34.284274085701419 ], [ -114.105356908765927, 34.285577769067622 ], [ -114.101682892006721, 34.286229610750702 ], [ -114.096053350198275, 34.286525902424785 ], [ -114.09166823342116, 34.286822194098939 ], [ -114.088409025005731, 34.287059227438235 ], [ -114.086631274960965, 34.286288869085517 ], [ -114.085060929088087, 34.279118610571587 ], [ -114.079757308121174, 34.279829710589482 ], [ -114.075372191344059, 34.280422293937775 ], [ -114.069742649535598, 34.278822318897461 ], [ -114.065713082767445, 34.276570502174067 ], [ -114.062513132686846, 34.27473349379445 ], [ -114.057831724235612, 34.271533543713865 ], [ -114.054868807494316, 34.270407635352178 ], [ -114.052142924092323, 34.268570626972561 ], [ -114.050009624038594, 34.267207685271551 ], [ -114.048528165667946, 34.267148426936771 ], [ -114.045920798935612, 34.266615101923321 ], [ -114.03712, 34.260802999999633 ], [ -114.034805, 34.259841999999644 ], [ -114.032242, 34.259703999999623 ], [ -114.030533, 34.260297999999644 ], [ -114.027858, 34.262242999999629 ], [ -114.026424, 34.265835999999645 ], [ -114.025513, 34.266956999999628 ], [ -114.023473, 34.267756999999641 ], [ -114.021737, 34.267069999999634 ], [ -114.020883, 34.26617699999963 ], [ -114.019781, 34.264459999999644 ], [ -114.019561, 34.262788999999657 ], [ -114.016862, 34.259583999999641 ], [ -114.013169, 34.256630999999643 ], [ -114.008596, 34.254133999999631 ], [ -114.006419, 34.254040999999646 ], [ -114.000775, 34.255250999999625 ], [ -113.997447, 34.254978999999643 ], [ -113.990001, 34.254812999999643 ], [ -113.982761, 34.256302999999647 ], [ -113.972919, 34.257636999999669 ], [ -113.963349, 34.258134999999633 ], [ -113.949564, 34.257074999999631 ], [ -113.944391, 34.255863999999647 ], [ -113.939566, 34.254856999999653 ], [ -113.931249, 34.250015999999633 ], [ -113.929104, 34.24935899999965 ], [ -113.917289, 34.249195999999635 ], [ -113.90547, 34.248352999999639 ], [ -113.892868, 34.249344999999636 ], [ -113.879825, 34.252384999999641 ], [ -113.876716, 34.254268999999631 ], [ -113.872518, 34.254943999999661 ], [ -113.867895, 34.254632999999636 ], [ -113.85529, 34.252638999999661 ], [ -113.852929, 34.251979999999634 ], [ -113.850577, 34.25001699999963 ], [ -113.849567, 34.241788999999628 ], [ -113.849, 34.240418999999626 ], [ -113.844721, 34.23639799999961 ], [ -113.84317, 34.234057999999628 ], [ -113.838957, 34.224786999999651 ], [ -113.838021, 34.22380899999964 ], [ -113.835327, 34.22316199999964 ], [ -113.831818, 34.223492999999628 ], [ -113.828895, 34.224405999999647 ], [ -113.826305, 34.22481899999962 ], [ -113.822779, 34.226444999999664 ], [ -113.819803, 34.228573999999639 ], [ -113.819583, 34.229900999999664 ], [ -113.819583, 34.232304999999634 ], [ -113.819371, 34.232912999999648 ], [ -113.817711, 34.234811999999629 ], [ -113.815808, 34.23541799999964 ], [ -113.813741, 34.23310599999963 ], [ -113.805988, 34.233992999999636 ], [ -113.802727, 34.236137999999656 ], [ -113.798805, 34.235943999999641 ], [ -113.792274, 34.234319999999663 ], [ -113.791435, 34.23406899999965 ], [ -113.786424, 34.232112999999636 ], [ -113.783814, 34.230838999999641 ], [ -113.78104, 34.229191999999621 ], [ -113.774564, 34.228921999999642 ], [ -113.771165, 34.231476999999622 ], [ -113.768574, 34.232712999999642 ], [ -113.76342, 34.233740999999632 ], [ -113.759341, 34.236073999999647 ], [ -113.750227, 34.239156999999622 ], [ -113.746341, 34.239250999999662 ], [ -113.743856, 34.240117999999654 ], [ -113.734061, 34.241225999999635 ], [ -113.730735, 34.240249999999641 ], [ -113.723983, 34.227769999999651 ], [ -113.724341, 34.226075999999637 ], [ -113.722492, 34.22264399999964 ], [ -113.720839, 34.221796999999647 ], [ -113.716678, 34.222301999999644 ], [ -113.715989, 34.221935999999644 ], [ -113.713783, 34.217564999999645 ], [ -113.711386, 34.216580999999628 ], [ -113.709898, 34.216695999999637 ], [ -113.708492, 34.215162999999656 ], [ -113.705846, 34.212141999999623 ], [ -113.703475, 34.211360999999641 ], [ -113.690487, 34.209919999999627 ], [ -113.680883, 34.20994599999964 ], [ -113.677715, 34.21001499999965 ], [ -113.676199, 34.21262399999965 ], [ -113.675373, 34.213127999999664 ], [ -113.667712, 34.21328699999966 ], [ -113.665307, 34.212617999999658 ], [ -113.656304, 34.216260999999648 ], [ -113.648807, 34.221798999999635 ], [ -113.642687, 34.227542999999613 ], [ -113.641227, 34.227679999999637 ], [ -113.640483, 34.227244999999634 ], [ -113.639189, 34.223535999999619 ], [ -113.638555, 34.223214999999627 ], [ -113.633401, 34.224517999999655 ], [ -113.626729, 34.229047999999629 ], [ -113.624309, 34.228036999999631 ], [ -113.617611, 34.227284999999632 ], [ -113.612487, 34.229576999999637 ], [ -113.612212, 34.230972999999636 ], [ -113.607361, 34.231638999999639 ], [ -113.606423, 34.229601999999645 ], [ -113.605679, 34.229350999999639 ], [ -113.603148, 34.231182999999625 ], [ -113.601244, 34.232671999999631 ], [ -113.601023, 34.232579999999643 ], [ -113.599378, 34.233343999999647 ], [ -113.59722, 34.237183999999637 ], [ -113.593753, 34.238849999999644 ], [ -113.589617, 34.242074999999637 ], [ -113.586728, 34.243395999999635 ], [ -113.584254, 34.251782999999655 ], [ -113.583296, 34.257863999999643 ], [ -113.582029, 34.259796999999622 ], [ -113.575538, 34.26508699999961 ], [ -113.573364, 34.267509999999639 ], [ -113.569142, 34.269331999999643 ], [ -113.569177, 34.27298799999965 ], [ -113.568589, 34.274713999999648 ], [ -113.565884, 34.275748999999642 ], [ -113.561581, 34.280256999999629 ], [ -113.556153, 34.28460099999964 ], [ -113.550933, 34.287284999999649 ], [ -113.54903, 34.288062999999646 ], [ -113.548092, 34.289069999999647 ], [ -113.547264, 34.290695999999642 ], [ -113.546438, 34.294319999999651 ], [ -113.544505, 34.299782999999643 ], [ -113.539897, 34.305894999999651 ], [ -113.534213, 34.308297999999638 ], [ -113.530985, 34.308181999999647 ], [ -113.528999, 34.308868999999667 ], [ -113.526295, 34.310492999999632 ], [ -113.524447, 34.30893599999964 ], [ -113.523647, 34.308775999999639 ], [ -113.520668, 34.308957999999649 ], [ -113.518902, 34.310170999999634 ], [ -113.516281, 34.310192999999643 ], [ -113.512558, 34.308199999999651 ], [ -113.509138, 34.305588999999635 ], [ -113.50076, 34.302813999999628 ], [ -113.496987, 34.302767999999638 ], [ -113.491499, 34.304029999999628 ], [ -113.48932, 34.305151999999644 ], [ -113.487251, 34.304855999999639 ], [ -113.484051, 34.303437999999637 ], [ -113.481374, 34.303094999999651 ], [ -113.476051, 34.305408999999635 ], [ -113.475168, 34.305363999999635 ], [ -113.473595, 34.304219999999631 ], [ -113.47296, 34.302433999999643 ], [ -113.471967, 34.30186199999963 ], [ -113.46987, 34.302137999999637 ], [ -113.467499, 34.303786999999623 ], [ -113.466147, 34.304038999999641 ], [ -113.451102, 34.299879999999646 ], [ -113.445843, 34.299279999999655 ], [ -113.434478, 34.301501999999637 ], [ -113.425677, 34.300356999999643 ], [ -113.419638, 34.298724999999628 ], [ -113.417541, 34.29733399999963 ], [ -113.413073, 34.294745999999634 ], [ -113.411087, 34.294722999999649 ], [ -113.40492, 34.297318999999646 ], [ -113.40145, 34.299684999999648 ], [ -113.398701, 34.300239999999647 ], [ -113.39496, 34.299430999999636 ], [ -113.386537, 34.294879999999651 ], [ -113.369244, 34.291967999999642 ], [ -113.359047, 34.294995999999642 ], [ -113.351858, 34.299475999999643 ], [ -113.349255, 34.302181999999654 ], [ -113.345837, 34.308661999999657 ], [ -113.341479, 34.312325999999651 ], [ -113.341452, 34.312966999999645 ], [ -113.343908, 34.315965999999655 ], [ -113.343964, 34.317476999999641 ], [ -113.34322, 34.318895999999647 ], [ -113.340875, 34.319033999999654 ], [ -113.335631, 34.317317999999638 ], [ -113.333508, 34.31787699999964 ], [ -113.333189, 34.410693999999665 ], [ -113.333064, 34.500017999999649 ], [ -113.333239839694087, 34.536540379705244 ], [ -112.828026, 34.535316999999651 ], [ -112.762184, 34.534854999999659 ], [ -112.762314, 34.548484999999651 ], [ -112.72773, 34.549159999999652 ], [ -112.728142, 34.593219999999661 ], [ -112.639954, 34.594645999999656 ], [ -112.63958, 34.55012899999965 ], [ -112.621162, 34.549319999999646 ], [ -112.621376, 34.506160999999651 ], [ -112.616913, 34.506183999999635 ], [ -112.616394, 34.441222999999653 ], [ -112.581848, 34.441401999999648 ], [ -112.582161, 34.333716999999659 ], [ -112.510933, 34.333594999999647 ], [ -112.512565, 34.159087999999628 ], [ -112.40931, 34.159045999999627 ], [ -112.408615, 34.133140999999632 ], [ -112.39006, 33.973666999999637 ], [ -112.249746880854872, 33.765908274187829 ], [ -112.318448092363496, 33.695445493153329 ], [ -112.376191911199442, 33.670095682979344 ], [ -112.445868288067572, 33.640249648009657 ], [ -112.448018163429978, 33.623381395166142 ], [ -112.457443, 33.623247999999613 ], [ -112.4566, 33.616799999999614 ], [ -112.4584, 33.613499999999632 ], [ -112.4588, 33.607099999999633 ], [ -112.4693, 33.59009999999963 ], [ -112.4697, 33.536899999999598 ], [ -112.469843, 33.5229599999996 ], [ -112.47112, 33.524020999999628 ], [ -112.498569, 33.52428699999961 ], [ -112.49817, 33.472511999999618 ], [ -112.479651, 33.472511999999604 ], [ -112.447512805857144, 33.472314825788423 ], [ -112.447478, 33.464554999999599 ], [ -112.442822, 33.435600999999615 ], [ -112.41592160612791, 33.407722470595871 ], [ -112.390085253081935, 33.405373711228023 ], [ -112.369533608613537, 33.413007179173434 ], [ -112.357202621932501, 33.408896850279753 ], [ -112.352160162999709, 33.403192241248057 ], [ -112.354533, 33.396884999999628 ], [ -112.356774, 33.3936259999996 ], [ -112.359016, 33.392694999999613 ], [ -112.366021, 33.391763999999611 ], [ -112.36561, 33.385706999999591 ], [ -112.365741, 33.374540999999603 ], [ -112.355093, 33.372212999999611 ], [ -112.343885, 33.367557999999605 ], [ -112.341025, 33.362491999999577 ], [ -112.349399, 33.361780999999588 ], [ -112.349399, 33.275697999999615 ], [ -112.306576, 33.275697999999615 ], [ -112.30633, 33.36267299999961 ], [ -112.306266, 33.369787999999602 ], [ -112.271651, 33.332123999999617 ], [ -112.261403, 33.331789999999593 ], [ -112.25453, 33.328845999999608 ], [ -112.245773, 33.329672999999609 ], [ -112.240642, 33.326782999999601 ], [ -112.233374, 33.319038999999606 ], [ -112.227458, 33.317499999999626 ], [ -112.214502, 33.317896999999618 ], [ -112.210432, 33.314063999999597 ], [ -112.203301736172833, 33.310717141468501 ], [ -112.203298, 33.310428999999601 ], [ -112.203706, 32.749683999999561 ], [ -112.202866796459418, 32.749695420848575 ], [ -112.202806, 32.680710999999583 ], [ -112.203024, 32.506700999999573 ], [ -112.574056, 32.505163999999567 ], [ -112.574585, 32.418566999999584 ], [ -112.675794, 32.417912999999565 ], [ -112.676872, 32.330802999999577 ], [ -112.727092, 32.331267999999582 ], [ -112.726883, 32.173651999999549 ], [ -112.727006, 32.157068999999566 ], [ -112.667565, 32.156876999999554 ], [ -112.667147, 32.127697999999562 ], [ -112.670113, 32.125481999999579 ], [ -112.671066, 32.122240999999548 ], [ -112.668839, 32.113555999999555 ], [ -112.670941, 32.110858999999564 ], [ -112.67539, 32.110997999999569 ], [ -112.677819, 32.103581999999548 ], [ -112.690729, 32.102278999999569 ], [ -112.692741, 32.097947999999555 ], [ -112.696711, 32.097165999999547 ], [ -112.69704, 32.092530999999539 ], [ -112.694704, 32.091016999999567 ], [ -112.696845, 32.087438999999556 ], [ -112.696807, 32.080562999999543 ], [ -112.702054, 32.076229999999562 ], [ -112.701961, 32.071513999999553 ], [ -112.698559, 32.066757999999552 ], [ -112.700428, 32.063243999999557 ], [ -112.695235, 32.059757999999555 ], [ -112.695299, 32.055920999999557 ], [ -112.687113, 32.051825999999529 ], [ -112.687184, 32.046018999999554 ], [ -112.685888, 32.044685999999551 ], [ -112.686832, 32.039794999999515 ], [ -112.689627, 32.037574999999549 ], [ -112.688703, 32.03089499999956 ], [ -112.69035, 32.030107999999544 ], [ -112.690152, 32.027383999999572 ], [ -112.687724, 32.026309999999526 ], [ -112.682009, 32.013916999999566 ], [ -112.674534, 32.011576999999534 ], [ -112.67467, 32.010234999999561 ], [ -112.663935, 32.007516999999538 ], [ -112.663588, 32.004520999999549 ], [ -112.658838, 31.999999999999549 ], [ -112.654871, 31.999006999999555 ], [ -112.65779, 31.995326999999531 ], [ -112.65936, 31.98618799999954 ], [ -112.662241, 31.982742999999555 ], [ -112.661282, 31.976843999999552 ], [ -112.65894, 31.974713999999565 ], [ -112.661583, 31.971069999999546 ], [ -112.656912, 31.959561999999551 ], [ -112.660819, 31.956444999999526 ], [ -112.659119, 31.951255999999542 ], [ -112.655938, 31.952017999999541 ], [ -112.649043, 31.942304999999557 ], [ -112.644935, 31.940623999999538 ], [ -112.641712, 31.936553999999564 ], [ -112.637816, 31.936515999999543 ], [ -112.631969, 31.929343999999553 ], [ -112.627516, 31.928436999999555 ], [ -112.622998, 31.923989999999556 ], [ -112.623118, 31.89547999999953 ], [ -112.606297, 31.895559999999556 ], [ -112.607059, 31.815833999999537 ], [ -112.60776, 31.815788999999551 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "NM_S_TX_EPE", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "TX", "ECONOMIC_M": 0.8948553089, "RPS_COMPLI": 2025, "RPS_COM_01": 0.076, "SUBSTATION": 41490.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -107.296824, 31.783761999999527 ], [ -107.422246, 31.783598999999544 ], [ -107.422495, 31.783598999999544 ], [ -107.482805, 31.783598999999544 ], [ -107.835111, 31.783598999999544 ], [ -107.865746, 31.783598999999544 ], [ -108.208394, 31.783598999999544 ], [ -108.208087, 31.613488999999539 ], [ -108.208521, 31.499797999999533 ], [ -108.208572, 31.499741999999525 ], [ -108.208573, 31.333394999999527 ], [ -108.707657, 31.333190999999523 ], [ -108.788711, 31.332364999999477 ], [ -108.851105, 31.332300999999514 ], [ -109.050044, 31.332501999999533 ], [ -109.050173, 31.480003999999557 ], [ -109.049843, 31.499514999999519 ], [ -109.049813, 31.499527999999533 ], [ -109.049465, 31.56761699999953 ], [ -109.049579408620971, 31.567612716689467 ], [ -109.049112, 31.636597999999555 ], [ -109.049195, 31.796550999999525 ], [ -109.048763, 31.810775999999549 ], [ -109.049106, 31.843714999999541 ], [ -109.048769, 31.861382999999556 ], [ -109.04859, 31.870790999999553 ], [ -109.048599, 32.013650999999541 ], [ -109.048731, 32.028173999999538 ], [ -109.048491, 32.059030999999543 ], [ -109.048296, 32.084092999999555 ], [ -109.047612, 32.426376999999576 ], [ -109.04764093877229, 32.606363458867506 ], [ -109.047653, 32.681378999999566 ], [ -109.047653, 32.686326999999572 ], [ -109.047645, 32.689987999999587 ], [ -109.047638, 32.693438999999579 ], [ -109.047117, 32.777569999999578 ], [ -109.047269, 32.899231999999586 ], [ -109.04748, 33.068419999999591 ], [ -109.047453, 33.069426999999607 ], [ -109.046905, 33.091930999999597 ], [ -109.047013, 33.092916999999574 ], [ -109.047050400376534, 33.108971111624406 ], [ -109.047117, 33.137558999999598 ], [ -109.047116, 33.137994999999592 ], [ -109.047237, 33.208964999999601 ], [ -109.04747, 33.250062999999606 ], [ -109.047058990552628, 33.323705282147735 ], [ -109.047058990552628, 33.323705282148886 ], [ -109.046827, 33.365271999999621 ], [ -109.046909, 33.365569999999607 ], [ -109.047045, 33.369279999999613 ], [ -109.04687, 33.372653999999621 ], [ -109.046564, 33.3750599999996 ], [ -109.047298, 33.409782999999599 ], [ -109.047208, 33.440301999999605 ], [ -109.047176, 33.451056999999608 ], [ -109.047136, 33.464730999999617 ], [ -109.046844, 33.563624999999611 ], [ -109.046662, 33.625054999999627 ], [ -109.046888, 33.678861999999597 ], [ -109.047145, 33.740009999999629 ], [ -109.046426, 33.875051999999627 ], [ -109.047006, 34.000049999999625 ], [ -109.046956, 34.031510999999632 ], [ -109.046182, 34.522392999999646 ], [ -109.046086, 34.771015999999655 ], [ -109.045363, 34.785405999999661 ], [ -109.046104, 34.799980999999669 ], [ -109.045628, 34.814104999999671 ], [ -109.045628077277939, 34.814104998282723 ], [ -109.045624, 34.81422599999965 ], [ -109.046072, 34.828565999999661 ], [ -109.046041050641236, 34.846967791268419 ], [ -109.000267, 34.871432999999669 ], [ -108.868545, 34.87154799999967 ], [ -108.868538, 34.886538999999651 ], [ -108.798485, 34.887324999999656 ], [ -108.798668, 34.907763999999673 ], [ -108.692482, 34.902072999999668 ], [ -108.603348, 34.902720999999659 ], [ -108.568703, 34.872596999999665 ], [ -108.565201, 34.784541999999661 ], [ -108.465561, 34.784865999999674 ], [ -108.464714, 34.740813999999688 ], [ -108.357887, 34.742110999999653 ], [ -108.358307, 34.700759999999669 ], [ -108.24807, 34.698386999999656 ], [ -108.101395, 34.301700999999646 ], [ -108.101761, 34.273971999999638 ], [ -108.084503, 34.27337299999963 ], [ -108.084732, 34.26109699999963 ], [ -108.081955, 34.261146999999653 ], [ -108.083809, 34.123378999999638 ], [ -108.028854, 34.122989999999639 ], [ -108.028473, 34.06571599999964 ], [ -107.996307, 34.065818999999628 ], [ -107.660026, 33.952464999999613 ], [ -107.66172, 33.824214999999626 ], [ -107.657272, 33.822913999999614 ], [ -107.656487, 33.681491999999629 ], [ -107.605164, 33.681308999999629 ], [ -107.605759, 33.575774999999624 ], [ -107.552864, 33.576041999999617 ], [ -107.553185, 33.564666999999595 ], [ -107.537201, 33.564425999999614 ], [ -107.536591, 33.533049999999605 ], [ -107.523926, 33.533217999999614 ], [ -107.522873, 33.5073009999996 ], [ -107.5047, 33.507087999999627 ], [ -107.503883, 33.493449999999612 ], [ -107.490669, 33.493167999999606 ], [ -107.489822, 33.47771099999963 ], [ -107.449112, 33.47868299999962 ], [ -107.449425, 33.435916999999627 ], [ -107.310806, 33.436667999999614 ], [ -107.299378, 32.780091999999591 ], [ -107.29816, 32.780266999999597 ], [ -107.2935, 32.78023999999958 ], [ -107.28077, 32.78024999999959 ], [ -107.274476, 32.780203999999578 ], [ -107.274363, 32.780148999999589 ], [ -107.259133, 32.780100999999583 ], [ -107.173625, 32.779336999999558 ], [ -107.109101, 32.778966999999589 ], [ -106.937693, 32.779359999999585 ], [ -106.887733, 32.779311999999585 ], [ -106.88786, 32.822846999999584 ], [ -106.751586, 32.880374999999596 ], [ -106.67822, 32.911143999999588 ], [ -106.340473, 33.052794999999612 ], [ -106.345846, 33.390814999999606 ], [ -106.372235, 33.390882999999604 ], [ -106.373929, 33.660410999999613 ], [ -106.359268, 33.660493999999616 ], [ -106.268481, 33.660324999999609 ], [ -106.158574, 33.650196999999615 ], [ -106.052794, 33.650300999999601 ], [ -106.052806, 33.825862999999622 ], [ -105.92586, 33.825460999999628 ], [ -105.925464, 33.928439999999647 ], [ -104.89426, 33.956239999999625 ], [ -104.668967, 33.944254999999622 ], [ -104.657852, 33.857556999999623 ], [ -104.564695, 33.857456999999606 ], [ -104.566601, 33.604416999999614 ], [ -104.597654, 33.604450999999628 ], [ -104.599931, 33.362996999999602 ], [ -104.622958, 33.189770999999595 ], [ -104.676191, 33.189827999999594 ], [ -104.676985, 33.084394999999603 ], [ -104.725781, 33.084446999999585 ], [ -104.726285, 33.017671999999592 ], [ -104.841622, 33.017795999999585 ], [ -104.841229, 32.963302999999591 ], [ -104.751107, 32.888783999999582 ], [ -104.751488, 32.838257999999591 ], [ -104.667782, 32.838167999999598 ], [ -104.668662, 32.721325999999578 ], [ -104.648308, 32.648858999999561 ], [ -104.585598, 32.635972999999566 ], [ -104.477976, 32.635857999999594 ], [ -104.478452, 32.572699999999578 ], [ -104.42561, 32.574121999999576 ], [ -104.444824417626336, 32.459199433073287 ], [ -104.395411176839715, 32.391256226991693 ], [ -104.46335438292131, 32.249193159730162 ], [ -104.45717772782298, 32.100953437370329 ], [ -104.259524764676527, 32.131836712861954 ], [ -104.193983, 32.018212999999541 ], [ -104.194407, 32.00170799999956 ], [ -104.329659, 32.000073999999564 ], [ -104.531937, 32.000310999999556 ], [ -104.643526, 32.000442999999557 ], [ -104.918272, 32.000495999999551 ], [ -104.919530055120106, 32.000496657654914 ], [ -104.918526, 31.854005999999533 ], [ -104.916303, 31.358828999999552 ], [ -104.909108, 31.139762999999519 ], [ -104.909027, 31.107260999999511 ], [ -104.803628, 31.112299999999525 ], [ -104.802679, 31.092194999999506 ], [ -104.734338, 31.095399999999508 ], [ -104.729597, 30.993032999999503 ], [ -104.769684, 30.991156999999504 ], [ -104.766184, 30.916197999999518 ], [ -104.798656, 30.914666999999522 ], [ -104.800033, 30.943919999999515 ], [ -104.883402, 30.939946999999531 ], [ -104.884325, 30.959142999999493 ], [ -104.902862, 30.959428999999506 ], [ -104.902097, 30.941277999999514 ], [ -104.901668, 30.9222939999995 ], [ -104.903087, 30.81287799999949 ], [ -104.912623, 30.811997999999509 ], [ -104.914105, 30.677375999999509 ], [ -104.984402, 30.639898999999513 ], [ -104.984541, 30.641451999999497 ], [ -104.985514, 30.652294999999484 ], [ -104.9863, 30.661058999999494 ], [ -104.991797, 30.665298999999489 ], [ -105.00124, 30.672582999999502 ], [ -105.001358, 30.673789999999464 ], [ -105.002057, 30.680971999999493 ], [ -105.003339, 30.682340999999486 ], [ -105.006614, 30.685839999999491 ], [ -105.006801, 30.686038999999514 ], [ -105.007528, 30.685907999999493 ], [ -105.00796, 30.685829999999491 ], [ -105.020142, 30.683636999999507 ], [ -105.02218, 30.683960999999492 ], [ -105.035889, 30.686137999999499 ], [ -105.036788, 30.686280999999518 ], [ -105.04293, 30.687255999999493 ], [ -105.044973, 30.685363999999492 ], [ -105.04645, 30.683996999999493 ], [ -105.048441, 30.682153999999496 ], [ -105.049885, 30.680816999999504 ], [ -105.050688, 30.681170999999502 ], [ -105.054688, 30.682933999999502 ], [ -105.062334, 30.686302999999491 ], [ -105.062477, 30.692158999999489 ], [ -105.062626, 30.698221999999507 ], [ -105.08164, 30.70925599999951 ], [ -105.084505, 30.710918999999471 ], [ -105.088649, 30.713323999999517 ], [ -105.095115, 30.717075999999491 ], [ -105.098282, 30.718913999999518 ], [ -105.100843, 30.721825999999496 ], [ -105.108076, 30.73004999999948 ], [ -105.108853, 30.732324999999509 ], [ -105.110706, 30.737749999999508 ], [ -105.110682, 30.743365999999501 ], [ -105.112379, 30.744792999999508 ], [ -105.113816, 30.746000999999474 ], [ -105.115594, 30.746659999999498 ], [ -105.119547, 30.748125999999505 ], [ -105.120503, 30.748479999999507 ], [ -105.123265, 30.749503999999483 ], [ -105.128827, 30.750487999999496 ], [ -105.130011, 30.750697999999524 ], [ -105.140207, 30.752501999999506 ], [ -105.152362, 30.751451999999514 ], [ -105.157218, 30.753803999999516 ], [ -105.15764, 30.754007999999494 ], [ -105.160153, 30.757058999999497 ], [ -105.160271, 30.758203999999495 ], [ -105.16038, 30.759252999999521 ], [ -105.16123, 30.767467999999511 ], [ -105.164076, 30.771452999999479 ], [ -105.164868, 30.772491999999492 ], [ -105.17037, 30.772344999999497 ], [ -105.172151, 30.772296999999472 ], [ -105.178279, 30.772133999999514 ], [ -105.183436, 30.776644999999487 ], [ -105.185931, 30.784391999999524 ], [ -105.195144, 30.792137999999465 ], [ -105.195988, 30.791701999999511 ], [ -105.203522, 30.787814999999508 ], [ -105.206161, 30.786453999999495 ], [ -105.207366, 30.786268999999489 ], [ -105.212916, 30.785414999999496 ], [ -105.215967, 30.786491999999505 ], [ -105.216685, 30.789542999999497 ], [ -105.215889, 30.792966999999511 ], [ -105.215741, 30.793603999999497 ], [ -105.214891, 30.7972599999995 ], [ -105.218659, 30.801566999999498 ], [ -105.222009, 30.80182899999949 ], [ -105.225695, 30.802116999999484 ], [ -105.23158, 30.80257799999951 ], [ -105.234396, 30.802797999999491 ], [ -105.238412, 30.803154999999517 ], [ -105.238425, 30.80308699999954 ], [ -105.249793, 30.799033999999494 ], [ -105.255416, 30.797028999999505 ], [ -105.261225, 30.79805399999951 ], [ -105.261361, 30.798077999999503 ], [ -105.27276, 30.808706999999497 ], [ -105.278873, 30.814406999999505 ], [ -105.283004, 30.818258999999507 ], [ -105.287238, 30.822205999999504 ], [ -105.289318, 30.822205999999504 ], [ -105.29563, 30.822205999999504 ], [ -105.300779, 30.818848999999499 ], [ -105.303673, 30.816960999999477 ], [ -105.314863, 30.816960999999488 ], [ -105.31695, 30.822959999999494 ], [ -105.317661, 30.82500399999951 ], [ -105.320108, 30.827451999999521 ], [ -105.322675, 30.828438999999506 ], [ -105.330102, 30.831296999999509 ], [ -105.347695, 30.838064999999499 ], [ -105.35322, 30.842031999999513 ], [ -105.358104, 30.845539999999517 ], [ -105.359771, 30.846736999999504 ], [ -105.360672, 30.847383999999504 ], [ -105.367203, 30.847875999999516 ], [ -105.377417, 30.848644999999504 ], [ -105.387781, 30.851314999999488 ], [ -105.394242, 30.852978999999529 ], [ -105.39669, 30.855426999999501 ], [ -105.396237, 30.858491999999508 ], [ -105.394629, 30.869389999999498 ], [ -105.394249, 30.871960999999484 ], [ -105.395682, 30.876499999999506 ], [ -105.399609, 30.888940999999502 ], [ -105.399828, 30.889111999999503 ], [ -105.402825, 30.891455999999483 ], [ -105.413505, 30.899807999999506 ], [ -105.430089, 30.90579199999949 ], [ -105.445478, 30.915748999999511 ], [ -105.448694, 30.917828999999493 ], [ -105.452149, 30.920064999999504 ], [ -105.459728, 30.924968999999507 ], [ -105.469954, 30.931584999999494 ], [ -105.472489, 30.933224999999503 ], [ -105.47627, 30.935670999999495 ], [ -105.488027, 30.943277999999498 ], [ -105.495516, 30.949398999999513 ], [ -105.496856, 30.950493999999505 ], [ -105.497423, 30.953962999999508 ], [ -105.497964, 30.957278999999502 ], [ -105.502257, 30.962679999999498 ], [ -105.507558, 30.966493999999489 ], [ -105.533088, 30.984858999999513 ], [ -105.543676, 30.984745999999497 ], [ -105.55743, 30.990228999999498 ], [ -105.579114, 31.021644999999509 ], [ -105.581404, 31.026846999999506 ], [ -105.579542, 31.035395999999508 ], [ -105.585323, 31.057487999999495 ], [ -105.595921, 31.064841999999505 ], [ -105.598773, 31.074925999999518 ], [ -105.60333, 31.082624999999503 ], [ -105.627349, 31.098544999999511 ], [ -105.64189, 31.09832199999952 ], [ -105.646731, 31.113907999999523 ], [ -105.648834, 31.115901999999519 ], [ -105.709491, 31.136374999999518 ], [ -105.717006, 31.141437999999525 ], [ -105.71954, 31.149160999999516 ], [ -105.742678, 31.164896999999524 ], [ -105.763531, 31.164120999999497 ], [ -105.773257, 31.166896999999505 ], [ -105.780021, 31.182665999999504 ], [ -105.779725, 31.191282999999508 ], [ -105.782895, 31.19756299999953 ], [ -105.794386, 31.202239999999513 ], [ -105.818835, 31.230680999999503 ], [ -105.835722, 31.246811999999533 ], [ -105.869353, 31.288633999999522 ], [ -105.876015, 31.291588999999526 ], [ -105.890872, 31.29001399999952 ], [ -105.895035, 31.290977999999516 ], [ -105.903461, 31.306768999999498 ], [ -105.908771, 31.312773999999528 ], [ -105.932553, 31.313120999999516 ], [ -105.938452, 31.318734999999524 ], [ -105.948091, 31.340068999999531 ], [ -105.945903, 31.352809999999529 ], [ -105.953943, 31.364748999999538 ], [ -105.970101, 31.365936999999526 ], [ -106.004926, 31.392457999999522 ], [ -106.080258, 31.398701999999542 ], [ -106.106877, 31.421402999999522 ], [ -106.112169, 31.423577999999534 ], [ -106.132782, 31.425366999999532 ], [ -106.158218, 31.438884999999512 ], [ -106.175675, 31.456278999999512 ], [ -106.205827, 31.465975999999522 ], [ -106.218843, 31.48029999999952 ], [ -106.223909, 31.500421999999531 ], [ -106.236804, 31.513375999999532 ], [ -106.246203, 31.541152999999529 ], [ -106.25478, 31.547996999999519 ], [ -106.311172983277345, 31.441637747990612 ], [ -106.421110576335124, 31.339945474412154 ], [ -106.551063806155739, 31.26710499909618 ], [ -106.566777887136681, 31.617537896883086 ], [ -106.591513845574681, 31.710984850982186 ], [ -106.750547, 31.783705999999547 ], [ -106.750547, 31.783897999999542 ], [ -107.00056, 31.783678999999555 ], [ -107.00056, 31.783512999999559 ], [ -107.296824, 31.783761999999527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CO_E", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "CO", "ECONOMIC_M": 1.0289958461, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 620.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -104.941895, 38.649889999999779 ], [ -104.941705, 38.69620899999979 ], [ -104.939214, 38.696151999999792 ], [ -104.939178, 38.697579999999782 ], [ -104.938448, 38.792303999999788 ], [ -104.938464, 38.796895999999798 ], [ -104.974392, 38.808724999999782 ], [ -104.97387, 38.828714999999796 ], [ -104.96394, 38.849521999999794 ], [ -104.9385, 38.8676999999998 ], [ -104.907984, 38.867871999999792 ], [ -104.908225, 38.871379999999782 ], [ -104.912511, 38.871253999999794 ], [ -104.913088, 38.892031999999787 ], [ -104.9081, 38.893999999999792 ], [ -104.9085, 38.895899999999799 ], [ -104.8992, 38.894299999999795 ], [ -104.89519, 38.895159999999791 ], [ -104.895136, 38.897039999999791 ], [ -104.8861, 38.896999999999792 ], [ -104.8861, 38.905899999999782 ], [ -104.886128, 38.954527999999797 ], [ -104.895392, 38.954559999999795 ], [ -104.895436132632753, 38.981936943189055 ], [ -104.89544, 38.984335999999793 ], [ -104.90368, 38.983743999999803 ], [ -104.90432, 38.991599999999792 ], [ -104.895456, 38.991487999999791 ], [ -104.895648, 38.998863999999799 ], [ -104.905056, 38.998815999999785 ], [ -104.904832, 39.028015999999795 ], [ -104.909568, 39.028111999999787 ], [ -104.90936, 39.042431999999792 ], [ -104.840256, 39.042351999999809 ], [ -104.827717808557423, 39.020875769039122 ], [ -104.751953195753259, 39.036947050543034 ], [ -104.754604642829889, 39.092627439152167 ], [ -104.76315402828817, 39.13766995373657 ], [ -104.778671848362592, 39.150737591693961 ], [ -104.785614031027464, 39.156863046986501 ], [ -104.795824, 39.165923999999812 ], [ -104.795677, 39.183560999999798 ], [ -104.789164, 39.183534999999779 ], [ -104.788957, 39.208134999999807 ], [ -104.786430758399788, 39.215259054108643 ], [ -104.781938757851933, 39.223834691518178 ], [ -104.780474, 39.230379999999798 ], [ -104.780426, 39.235948999999813 ], [ -104.772671, 39.241950999999823 ], [ -104.772619, 39.247984999999815 ], [ -104.767877, 39.247964999999787 ], [ -104.767768, 39.260496999999802 ], [ -104.76184, 39.260471999999808 ], [ -104.761701, 39.276251999999793 ], [ -104.755772, 39.2762269999998 ], [ -104.755743, 39.279475999999804 ], [ -104.750966, 39.283168999999788 ], [ -104.750892, 39.291522999999806 ], [ -104.744961, 39.291496999999801 ], [ -104.744869, 39.301707999999813 ], [ -104.738938, 39.301681999999836 ], [ -104.738755, 39.321638999999799 ], [ -104.732229, 39.321609999999794 ], [ -104.73216, 39.32903599999981 ], [ -104.620612, 39.328479999999807 ], [ -104.620683, 39.321981999999807 ], [ -104.61653, 39.32195999999977 ], [ -104.617332, 39.248163999999811 ], [ -104.512434, 39.247540999999806 ], [ -104.512376, 39.252181999999799 ], [ -104.507042, 39.252147999999799 ], [ -104.506685, 39.280922999999802 ], [ -104.471947, 39.307614999999807 ], [ -104.399585, 39.307103999999782 ], [ -104.399844, 39.288539999999799 ], [ -104.390356, 39.288469999999805 ], [ -104.390428, 39.283364999999804 ], [ -104.356039, 39.283103999999803 ], [ -104.354764, 39.370353999999807 ], [ -104.304405, 39.401978999999798 ], [ -104.059337, 39.545917999999809 ], [ -104.044672, 39.565723999999797 ], [ -103.714355, 39.566330999999813 ], [ -103.707072, 39.566294999999819 ], [ -103.706745, 39.612397999999814 ], [ -103.706657, 39.716657999999811 ], [ -103.706674, 39.725440999999826 ], [ -103.706558, 39.739925999999798 ], [ -103.72535, 39.739944999999814 ], [ -103.757046, 39.740073999999808 ], [ -103.796053, 39.740153999999812 ], [ -103.889131, 39.74044199999981 ], [ -103.907686, 39.740630999999816 ], [ -103.965516, 39.740517999999824 ], [ -103.97355, 39.740148999999818 ], [ -103.978174, 39.740467999999815 ], [ -103.97929, 39.740450999999815 ], [ -103.978859, 39.761775999999834 ], [ -104.064099, 39.762681999999828 ], [ -104.061916, 39.87723899999984 ], [ -104.067502, 39.877296999999814 ], [ -104.067467, 39.879153999999808 ], [ -104.306879, 39.881355999999847 ], [ -104.30576, 39.953190999999819 ], [ -104.316146, 39.953274999999813 ], [ -104.31607, 39.958228999999839 ], [ -104.403159, 39.95890099999982 ], [ -104.402563, 40.000890999999825 ], [ -104.411287720000374, 40.246353122463212 ], [ -104.143494, 40.610141999999833 ], [ -104.143082, 40.695422999999835 ], [ -104.139908, 41.002089999999846 ], [ -104.123586, 41.00162599999986 ], [ -104.10459, 41.001542999999849 ], [ -104.086068, 41.001562999999827 ], [ -104.066961, 41.001503999999848 ], [ -104.053249, 41.001405999999861 ], [ -104.039238, 41.001501999999832 ], [ -104.023383, 41.001886999999847 ], [ -104.018223, 41.00161699999984 ], [ -103.972642, 41.001614999999845 ], [ -103.971373, 41.001523999999868 ], [ -103.953525, 41.001595999999843 ], [ -103.906324, 41.001386999999845 ], [ -103.896207, 41.001749999999838 ], [ -103.877967, 41.001672999999847 ], [ -103.858449, 41.001680999999849 ], [ -103.750498, 41.002053999999845 ], [ -103.574522, 41.001720999999861 ], [ -103.497447, 41.001634999999837 ], [ -103.486697, 41.001913999999829 ], [ -103.421975, 41.002006999999836 ], [ -103.421925, 41.001968999999868 ], [ -103.396991, 41.002557999999844 ], [ -103.365314, 41.001845999999851 ], [ -103.362979, 41.001843999999863 ], [ -103.077804, 41.002297999999847 ], [ -103.076536, 41.002252999999861 ], [ -103.059538, 41.002367999999827 ], [ -103.057998, 41.002367999999841 ], [ -103.043444, 41.002343999999852 ], [ -103.038704, 41.002250999999852 ], [ -103.002026, 41.002485999999834 ], [ -103.000102, 41.002399999999831 ], [ -102.98269, 41.002156999999841 ], [ -102.981483, 41.002111999999862 ], [ -102.963669, 41.002185999999853 ], [ -102.962522, 41.002071999999842 ], [ -102.960706, 41.002058999999846 ], [ -102.959624, 41.002094999999841 ], [ -102.94483, 41.002302999999827 ], [ -102.943109, 41.002050999999838 ], [ -102.925568, 41.00227999999985 ], [ -102.924029, 41.00214199999985 ], [ -102.906547, 41.002275999999853 ], [ -102.904796, 41.002206999999849 ], [ -102.887407, 41.002177999999844 ], [ -102.885746, 41.002130999999835 ], [ -102.867822, 41.002182999999839 ], [ -102.865784, 41.001987999999855 ], [ -102.849263, 41.002300999999839 ], [ -102.846455, 41.002255999999853 ], [ -102.830303, 41.002350999999834 ], [ -102.82728, 41.002142999999833 ], [ -102.773546, 41.002413999999852 ], [ -102.766723, 41.002274999999827 ], [ -102.754617, 41.002360999999865 ], [ -102.739624, 41.002229999999841 ], [ -102.653463, 41.002331999999839 ], [ -102.621033, 41.002596999999845 ], [ -102.578696, 41.00229099999985 ], [ -102.575738, 41.002267999999837 ], [ -102.575496, 41.00219999999986 ], [ -102.566048, 41.00219999999986 ], [ -102.556789, 41.002218999999833 ], [ -102.487955, 41.002444999999852 ], [ -102.470537, 41.002381999999848 ], [ -102.469223, 41.002423999999834 ], [ -102.380373, 41.002301999999844 ], [ -102.379593, 41.002300999999832 ], [ -102.364066, 41.00217399999984 ], [ -102.292833, 41.002206999999849 ], [ -102.292622, 41.002229999999841 ], [ -102.292553, 41.002206999999849 ], [ -102.291354, 41.002206999999849 ], [ -102.2721, 41.00224499999986 ], [ -102.267812, 41.002382999999845 ], [ -102.231931, 41.002326999999838 ], [ -102.2122, 41.002461999999831 ], [ -102.207776, 41.002431999999843 ], [ -102.19121, 41.002325999999826 ], [ -102.124972, 41.002337999999845 ], [ -102.070598, 41.002422999999851 ], [ -102.051614, 41.002376999999839 ], [ -102.051292, 40.749590999999846 ], [ -102.051634, 40.582129999999822 ], [ -102.051725, 40.537838999999849 ], [ -102.051519, 40.52009399999983 ], [ -102.051465, 40.440007999999843 ], [ -102.05184, 40.396395999999847 ], [ -102.051572, 40.393079999999827 ], [ -102.051798, 40.360068999999825 ], [ -102.051586, 40.350645999999841 ], [ -102.051309, 40.338380999999835 ], [ -102.051922, 40.23534399999982 ], [ -102.051894, 40.229192999999825 ], [ -102.051909, 40.162673999999832 ], [ -102.052001, 40.148358999999822 ], [ -102.051744, 40.003077999999832 ], [ -102.051569, 39.849804999999812 ], [ -102.051363, 39.843470999999823 ], [ -102.051318, 39.833310999999817 ], [ -102.051254, 39.818991999999817 ], [ -102.050594, 39.675593999999805 ], [ -102.050099, 39.653811999999817 ], [ -102.050422, 39.646047999999816 ], [ -102.049806, 39.574057999999823 ], [ -102.049554, 39.538931999999818 ], [ -102.049673, 39.536690999999806 ], [ -102.049679, 39.506182999999801 ], [ -102.049369, 39.423332999999808 ], [ -102.04937, 39.418209999999817 ], [ -102.049167, 39.403596999999813 ], [ -102.04896, 39.373711999999799 ], [ -102.048449, 39.303137999999798 ], [ -102.04725, 39.137019999999801 ], [ -102.047134, 39.129700999999777 ], [ -102.046571, 39.047037999999802 ], [ -102.045388, 38.813391999999787 ], [ -102.045334, 38.799462999999797 ], [ -102.045448, 38.783452999999788 ], [ -102.045371, 38.770063999999785 ], [ -102.045287, 38.755527999999792 ], [ -102.045375, 38.754338999999788 ], [ -102.045212, 38.697566999999793 ], [ -102.045156, 38.688554999999795 ], [ -102.045127, 38.686724999999804 ], [ -102.04516, 38.675220999999787 ], [ -102.045102, 38.674945999999785 ], [ -102.045074, 38.669616999999796 ], [ -102.045288, 38.615248999999793 ], [ -102.045211, 38.581608999999801 ], [ -102.045189, 38.558731999999772 ], [ -102.045223, 38.543796999999785 ], [ -102.045112, 38.523783999999772 ], [ -102.045262, 38.505531999999768 ], [ -102.045263, 38.50539499999978 ], [ -102.045312, 38.464194999999776 ], [ -102.045311624772509, 38.464145250361504 ], [ -102.045324, 38.453646999999805 ], [ -102.045054492215471, 38.430053260522527 ], [ -102.045054, 38.429987999999788 ], [ -102.044936, 38.419679999999786 ], [ -102.044442, 38.415801999999779 ], [ -102.044944, 38.384418999999788 ], [ -102.044613, 38.312323999999769 ], [ -102.044568, 38.268818999999787 ], [ -102.044398, 38.250014999999777 ], [ -102.044251, 38.141777999999775 ], [ -102.044416, 38.13360699999977 ], [ -102.044589, 38.125012999999768 ], [ -102.044451, 38.120048999999788 ], [ -102.044255, 38.113010999999766 ], [ -102.044535138317841, 38.064416003730592 ], [ -102.044644, 38.04553199999976 ], [ -102.044382308836688, 38.007119008364981 ], [ -102.044370727069321, 38.005418949686231 ], [ -102.043845, 37.926134999999768 ], [ -102.043219, 37.867928999999762 ], [ -102.042953, 37.803534999999755 ], [ -102.042158, 37.760163999999776 ], [ -102.041876, 37.723874999999772 ], [ -102.041574, 37.680435999999773 ], [ -102.041694, 37.665680999999758 ], [ -102.041582, 37.654494999999763 ], [ -102.041618, 37.60786799999979 ], [ -102.041894, 37.557976999999752 ], [ -102.041899, 37.541185999999769 ], [ -102.042016, 37.535260999999743 ], [ -102.041786, 37.506065999999741 ], [ -102.041801, 37.469487999999757 ], [ -102.041755, 37.434854999999757 ], [ -102.041669, 37.434739999999735 ], [ -102.041676, 37.409897999999743 ], [ -102.041524, 37.375017999999741 ], [ -102.042089, 37.352818999999748 ], [ -102.041974, 37.352612999999742 ], [ -102.041817, 37.309489999999755 ], [ -102.041664, 37.29764999999972 ], [ -102.041963, 37.258163999999759 ], [ -102.042002, 37.141743999999747 ], [ -102.042135, 37.125020999999748 ], [ -102.042092, 37.125020999999748 ], [ -102.041809, 37.111972999999736 ], [ -102.041983, 37.106550999999747 ], [ -102.04192, 37.03508299999973 ], [ -102.041749, 37.034396999999743 ], [ -102.041921, 37.032177999999739 ], [ -102.04195, 37.030804999999752 ], [ -102.041952, 37.024741999999733 ], [ -102.04224, 36.993082999999736 ], [ -102.054503, 36.993108999999734 ], [ -102.184271, 36.993592999999734 ], [ -102.208316, 36.993729999999729 ], [ -102.260789, 36.994387999999738 ], [ -102.270333661339578, 36.994399918327318 ], [ -102.270346, 36.994399999999729 ], [ -102.355288, 36.994505999999738 ], [ -102.355367, 36.994574999999749 ], [ -102.698142, 36.995148999999735 ], [ -102.74206, 36.997688999999752 ], [ -102.75986, 37.000018999999703 ], [ -102.778569, 36.999241999999718 ], [ -102.806762, 37.000018999999725 ], [ -102.814616, 37.000782999999764 ], [ -102.841989, 36.999597999999743 ], [ -102.979613, 36.998548999999748 ], [ -102.985807, 36.998570999999728 ], [ -102.986976, 36.998523999999748 ], [ -103.002199, 37.000103999999752 ], [ -103.086105, 37.000173999999753 ], [ -103.155922, 37.000231999999727 ], [ -103.327178, 36.99957499999973 ], [ -103.500547, 36.998908999999735 ], [ -103.629528999443153, 36.998414023955448 ], [ -103.733247, 36.998015999999723 ], [ -103.734364, 36.998040999999773 ], [ -104.007855, 36.996238999999747 ], [ -104.250536, 36.994643999999731 ], [ -104.297571, 36.994052999999752 ], [ -104.338833, 36.993534999999738 ], [ -104.354674, 36.993554999999731 ], [ -104.366448, 36.993569999999728 ], [ -104.413515, 36.993630999999745 ], [ -104.48061, 36.993716999999712 ], [ -104.519257, 36.993765999999724 ], [ -104.624556, 36.994376999999723 ], [ -104.625545, 36.99359899999974 ], [ -104.645029, 36.993377999999723 ], [ -104.732031, 36.99344699999974 ], [ -104.73212, 36.993483999999739 ], [ -105.000554, 36.993263999999733 ], [ -105.029228, 36.992728999999734 ], [ -105.1208, 36.995427999999741 ], [ -105.155042, 36.995338999999717 ], [ -105.154988, 37.111309999999733 ], [ -105.154176, 37.293128999999759 ], [ -105.157909, 37.292891999999746 ], [ -105.16019, 37.291108999999743 ], [ -105.164559, 37.289116999999742 ], [ -105.165221, 37.290701999999754 ], [ -105.165337, 37.295227999999746 ], [ -105.163399, 37.300421999999742 ], [ -105.166472, 37.315303999999749 ], [ -105.166892, 37.322683999999725 ], [ -105.166051, 37.32500599999976 ], [ -105.163523, 37.327388999999748 ], [ -105.163096, 37.328908999999769 ], [ -105.165605, 37.333529999999755 ], [ -105.167277, 37.334841999999774 ], [ -105.167949, 37.337030999999754 ], [ -105.165689, 37.341508999999746 ], [ -105.16515, 37.346337999999754 ], [ -105.166976, 37.358146999999754 ], [ -105.165749, 37.369822999999748 ], [ -105.166758, 37.372252999999745 ], [ -105.168412, 37.373668999999744 ], [ -105.16898, 37.375011999999735 ], [ -105.166896, 37.378987999999744 ], [ -105.166998, 37.387844999999743 ], [ -105.161433, 37.393208999999743 ], [ -105.158509, 37.397108999999745 ], [ -105.156212, 37.399229999999761 ], [ -105.151324, 37.400191999999741 ], [ -105.142516, 37.400945999999735 ], [ -105.138567, 37.400690999999753 ], [ -105.132669, 37.403605999999769 ], [ -105.12972, 37.409253999999741 ], [ -105.131299, 37.411502999999762 ], [ -105.135956, 37.412461999999749 ], [ -105.137127, 37.413101999999746 ], [ -105.139416, 37.415584999999744 ], [ -105.140526, 37.418128999999723 ], [ -105.141522, 37.423655999999767 ], [ -105.141035, 37.428642999999759 ], [ -105.143951, 37.431739999999742 ], [ -105.146461, 37.436001999999753 ], [ -105.152189, 37.451553999999753 ], [ -105.155652, 37.456546999999738 ], [ -105.156185, 37.457089999999738 ], [ -105.157892, 37.457430999999744 ], [ -105.162531, 37.454764999999753 ], [ -105.16388, 37.454524999999748 ], [ -105.171993, 37.455437999999745 ], [ -105.175535, 37.456527999999764 ], [ -105.173727, 37.460246999999754 ], [ -105.173522, 37.461909999999762 ], [ -105.175378, 37.467354999999749 ], [ -105.176683, 37.475593999999752 ], [ -105.18047, 37.478680999999746 ], [ -105.174816, 37.485101999999742 ], [ -105.174509, 37.486080999999722 ], [ -105.174493, 37.48697599999975 ], [ -105.175716, 37.489525999999749 ], [ -105.173965, 37.496146999999759 ], [ -105.173254, 37.510493999999746 ], [ -105.17179, 37.512544999999747 ], [ -105.17132, 37.513244999999749 ], [ -105.171558, 37.518121999999742 ], [ -105.173991, 37.524237999999755 ], [ -105.177112, 37.530275999999752 ], [ -105.177711, 37.534104999999748 ], [ -105.180381, 37.536573999999746 ], [ -105.182996, 37.53819799999976 ], [ -105.183571, 37.539226999999755 ], [ -105.183786, 37.540895999999755 ], [ -105.182915, 37.546432999999752 ], [ -105.182675, 37.546781999999773 ], [ -105.179017, 37.546308999999759 ], [ -105.178513, 37.546617999999754 ], [ -105.179338, 37.548677999999761 ], [ -105.183801, 37.555195999999754 ], [ -105.191141, 37.561746999999748 ], [ -105.194196, 37.565150999999751 ], [ -105.193334, 37.566380999999751 ], [ -105.19351, 37.566920999999752 ], [ -105.198297, 37.571814999999745 ], [ -105.201616, 37.574022999999755 ], [ -105.204424, 37.574410999999749 ], [ -105.211681, 37.577660999999765 ], [ -105.218333, 37.582438999999773 ], [ -105.218433, 37.583495999999741 ], [ -105.217157, 37.584857999999748 ], [ -105.2119, 37.586088999999753 ], [ -105.206701, 37.589829999999736 ], [ -105.205707, 37.590808999999766 ], [ -105.20377, 37.594448999999749 ], [ -105.202313, 37.59478799999976 ], [ -105.198752, 37.594064999999752 ], [ -105.196695, 37.592753999999751 ], [ -105.193237, 37.592167999999752 ], [ -105.193346, 37.597167999999776 ], [ -105.194095, 37.601034999999762 ], [ -105.195409, 37.604672999999764 ], [ -105.195645, 37.608938999999751 ], [ -105.189993, 37.614102999999751 ], [ -105.188569, 37.615138999999758 ], [ -105.184441, 37.615983999999735 ], [ -105.187549, 37.619668999999746 ], [ -105.191531, 37.619263999999774 ], [ -105.194318, 37.619664999999742 ], [ -105.201347, 37.619175999999754 ], [ -105.211157, 37.622985999999742 ], [ -105.214534, 37.626424999999756 ], [ -105.215857, 37.626354999999748 ], [ -105.219508, 37.624237999999764 ], [ -105.220347, 37.621482999999742 ], [ -105.226145, 37.620368999999755 ], [ -105.229245, 37.620554999999733 ], [ -105.237564, 37.621979999999752 ], [ -105.241566, 37.623723999999754 ], [ -105.243362, 37.629228999999746 ], [ -105.245818, 37.629955999999751 ], [ -105.250559, 37.629806999999758 ], [ -105.252199, 37.630258999999782 ], [ -105.253312, 37.631185999999751 ], [ -105.254465, 37.633275999999753 ], [ -105.253685, 37.637126999999772 ], [ -105.255303, 37.640257999999747 ], [ -105.257873, 37.640618999999752 ], [ -105.260149, 37.639204999999755 ], [ -105.266939, 37.638352999999753 ], [ -105.272665, 37.640802999999742 ], [ -105.275994, 37.645223999999743 ], [ -105.278676, 37.646351999999752 ], [ -105.27995, 37.646374999999765 ], [ -105.282076, 37.645323999999768 ], [ -105.283347, 37.645255999999776 ], [ -105.28492, 37.645885999999749 ], [ -105.286155, 37.648458999999768 ], [ -105.298705, 37.656640999999759 ], [ -105.301801, 37.653602999999777 ], [ -105.303197, 37.653084999999741 ], [ -105.306324, 37.653290999999754 ], [ -105.309683, 37.652019999999773 ], [ -105.310796, 37.650589999999767 ], [ -105.329542, 37.642980999999736 ], [ -105.335401, 37.643167999999754 ], [ -105.345448, 37.642023999999758 ], [ -105.350361, 37.638142999999765 ], [ -105.354761, 37.636731999999753 ], [ -105.360487, 37.636448999999764 ], [ -105.365841, 37.638240999999752 ], [ -105.370506, 37.638580999999753 ], [ -105.37689, 37.634451999999747 ], [ -105.380729, 37.628879999999754 ], [ -105.384571, 37.627604999999747 ], [ -105.386551, 37.626437999999744 ], [ -105.389837, 37.621792999999769 ], [ -105.389669, 37.621165999999754 ], [ -105.391365, 37.61835499999976 ], [ -105.393426, 37.61709499999975 ], [ -105.399858, 37.614237999999752 ], [ -105.401075, 37.614338999999745 ], [ -105.4084, 37.617999999999753 ], [ -105.414911, 37.615882999999762 ], [ -105.416997, 37.617412999999758 ], [ -105.423507, 37.616779999999757 ], [ -105.42851, 37.613904999999761 ], [ -105.431583, 37.613385999999757 ], [ -105.438341, 37.613287999999756 ], [ -105.442279, 37.61185099999976 ], [ -105.443138, 37.611077999999765 ], [ -105.445044, 37.607874999999758 ], [ -105.445885, 37.604506999999749 ], [ -105.445964, 37.604232999999752 ], [ -105.448172, 37.602408999999753 ], [ -105.44785, 37.600251999999756 ], [ -105.451569, 37.597518999999757 ], [ -105.455224, 37.593914999999754 ], [ -105.454492, 37.590482999999743 ], [ -105.460268, 37.586729999999761 ], [ -105.467275, 37.58442399999975 ], [ -105.469855, 37.581870999999744 ], [ -105.480954, 37.578654999999756 ], [ -105.485516, 37.577898999999761 ], [ -105.485949, 37.579278999999744 ], [ -105.486799, 37.580030999999771 ], [ -105.493284, 37.584222999999767 ], [ -105.494683, 37.585541999999755 ], [ -105.495635, 37.592446999999751 ], [ -105.500913, 37.596096999999752 ], [ -105.501755, 37.597570999999753 ], [ -105.501286, 37.598602999999756 ], [ -105.493273, 37.600918999999742 ], [ -105.493041, 37.605286999999748 ], [ -105.495874, 37.611763999999759 ], [ -105.497924, 37.613067999999764 ], [ -105.498612, 37.61449199999975 ], [ -105.496386, 37.619184999999767 ], [ -105.492607, 37.62306699999975 ], [ -105.491513, 37.625002999999744 ], [ -105.49222, 37.626744999999751 ], [ -105.49203, 37.63406699999976 ], [ -105.487527, 37.645522999999763 ], [ -105.486858, 37.649661999999744 ], [ -105.486976, 37.653482999999753 ], [ -105.481403, 37.659218999999752 ], [ -105.479014, 37.663870999999752 ], [ -105.477957, 37.667735999999763 ], [ -105.478568, 37.668475999999757 ], [ -105.478787, 37.672101999999775 ], [ -105.478519, 37.673344999999756 ], [ -105.476899, 37.675849999999755 ], [ -105.476735, 37.679937999999758 ], [ -105.477707, 37.684610999999755 ], [ -105.478757, 37.686138999999734 ], [ -105.480803, 37.687083999999764 ], [ -105.48126, 37.693184999999751 ], [ -105.478241, 37.702402999999762 ], [ -105.478054, 37.705813999999762 ], [ -105.477494, 37.707572999999762 ], [ -105.466539, 37.71189199999975 ], [ -105.464409, 37.713663999999781 ], [ -105.462376, 37.717040999999774 ], [ -105.457227, 37.719121999999764 ], [ -105.454147, 37.72402599999976 ], [ -105.453099, 37.730494999999756 ], [ -105.45348, 37.732081999999757 ], [ -105.455192, 37.734357999999773 ], [ -105.454771, 37.737087999999758 ], [ -105.452764, 37.740404999999775 ], [ -105.452727, 37.741275999999772 ], [ -105.454261, 37.744462999999762 ], [ -105.457219, 37.746661999999752 ], [ -105.457255, 37.751463999999736 ], [ -105.459084, 37.75222099999975 ], [ -105.459836, 37.753304999999756 ], [ -105.45665, 37.758322999999763 ], [ -105.455911, 37.762426999999761 ], [ -105.450233, 37.770609999999756 ], [ -105.449337, 37.779304999999788 ], [ -105.451666, 37.78689499999976 ], [ -105.452453, 37.788292999999761 ], [ -105.455187, 37.790813999999756 ], [ -105.454912, 37.795695999999758 ], [ -105.453682, 37.79685899999977 ], [ -105.445329, 37.80102099999975 ], [ -105.442237, 37.802366999999769 ], [ -105.436897, 37.803640999999757 ], [ -105.435179, 37.80476699999975 ], [ -105.435095, 37.826484999999764 ], [ -105.435585, 37.828506999999767 ], [ -105.432327, 37.834685999999763 ], [ -105.428677, 37.843667999999738 ], [ -105.428895, 37.851733999999752 ], [ -105.433462, 37.857515999999755 ], [ -105.436774, 37.858201999999771 ], [ -105.438949, 37.861274999999758 ], [ -105.439469, 37.863247999999771 ], [ -105.439241, 37.866201999999774 ], [ -105.440742, 37.869611999999762 ], [ -105.450537, 37.878111999999767 ], [ -105.456588, 37.879893999999759 ], [ -105.460106, 37.880354999999753 ], [ -105.464546, 37.878973999999765 ], [ -105.469152, 37.878754999999778 ], [ -105.477581, 37.880441999999768 ], [ -105.477055, 37.887960999999748 ], [ -105.476033, 37.891167999999766 ], [ -105.473204, 37.895969999999757 ], [ -105.471057, 37.895263999999749 ], [ -105.46697, 37.895514999999762 ], [ -105.459235, 37.897168999999771 ], [ -105.45236, 37.895679999999778 ], [ -105.440272, 37.897460999999765 ], [ -105.431972, 37.895165999999769 ], [ -105.429886, 37.893836999999763 ], [ -105.42779, 37.891319999999773 ], [ -105.424098, 37.890203999999756 ], [ -105.418689, 37.88970299999977 ], [ -105.413635, 37.890526999999778 ], [ -105.408697, 37.894441999999763 ], [ -105.403421, 37.895781999999755 ], [ -105.390306, 37.905194999999765 ], [ -105.389573, 37.906629999999758 ], [ -105.380875, 37.91330699999979 ], [ -105.377114, 37.916023999999751 ], [ -105.376134, 37.916440999999757 ], [ -105.372673, 37.917997999999763 ], [ -105.370476, 37.918811999999747 ], [ -105.366978, 37.920690999999735 ], [ -105.363996, 37.922060999999772 ], [ -105.354546, 37.923505999999776 ], [ -105.353545, 37.923658999999766 ], [ -105.351762, 37.924706999999771 ], [ -105.347209, 37.924758999999781 ], [ -105.34644, 37.925492999999769 ], [ -105.331644, 37.935742999999754 ], [ -105.324527, 37.938431999999771 ], [ -105.315683, 37.938808999999758 ], [ -105.314507, 37.938441999999789 ], [ -105.311093, 37.93594299999976 ], [ -105.310281, 37.933539999999752 ], [ -105.307104, 37.932466999999775 ], [ -105.303529, 37.926114999999768 ], [ -105.30054, 37.923084999999766 ], [ -105.300387, 37.921582999999764 ], [ -105.301659, 37.918120999999765 ], [ -105.301116, 37.914625999999764 ], [ -105.300255, 37.912487999999769 ], [ -105.297431, 37.909348999999764 ], [ -105.294811, 37.908219999999773 ], [ -105.292407, 37.90862499999978 ], [ -105.289367, 37.902868999999775 ], [ -105.285696, 37.899663999999781 ], [ -105.284465, 37.899511999999767 ], [ -105.280549, 37.901214999999766 ], [ -105.273818, 37.907676999999758 ], [ -105.269232, 37.914785999999751 ], [ -105.26805, 37.918303999999729 ], [ -105.264815, 37.921376999999765 ], [ -105.261842, 37.925636999999753 ], [ -105.2638, 37.928819999999753 ], [ -105.263942, 37.932058999999782 ], [ -105.261554, 37.93715599999976 ], [ -105.257561, 37.938115999999766 ], [ -105.255457, 37.942888999999759 ], [ -105.249767, 37.951490999999777 ], [ -105.245684, 37.953227999999768 ], [ -105.241805, 37.953784999999755 ], [ -105.240035, 37.955059999999783 ], [ -105.237595, 37.95755399999976 ], [ -105.238689, 37.959409999999764 ], [ -105.239936, 37.960385999999765 ], [ -105.238561, 37.962838999999761 ], [ -105.229419, 37.965243999999764 ], [ -105.22072, 37.969511999999767 ], [ -105.216646, 37.974114999999763 ], [ -105.216505, 37.975377999999758 ], [ -105.213986, 37.980808999999766 ], [ -105.209241, 37.982227999999765 ], [ -105.208602, 37.98198899999975 ], [ -105.207708, 37.981654999999762 ], [ -105.205897, 37.983267999999768 ], [ -105.206067, 37.98966799999976 ], [ -105.201922, 37.990448999999778 ], [ -105.198813, 37.990181999999763 ], [ -105.197072, 37.992416999999776 ], [ -105.199095, 37.998365999999734 ], [ -105.200043, 38.000836999999741 ], [ -105.198919, 38.003786999999782 ], [ -105.194585, 38.007559999999785 ], [ -105.189149, 38.009825999999755 ], [ -105.184836, 38.013668999999759 ], [ -105.178903, 38.016473999999747 ], [ -105.168652, 38.018945999999779 ], [ -105.166731, 38.0184059999998 ], [ -105.165769, 38.017373999999784 ], [ -105.164089, 38.017034999999773 ], [ -105.157299, 38.012954999999771 ], [ -105.147969, 38.006238999999781 ], [ -105.147948, 38.005391999999773 ], [ -105.150386, 38.004546999999747 ], [ -105.15191, 38.003329999999757 ], [ -105.153199, 38.000783999999783 ], [ -105.152491, 37.992112999999762 ], [ -105.147965, 37.98684099999975 ], [ -105.146452, 37.986588999999753 ], [ -105.143909, 37.987837999999776 ], [ -105.141241, 37.986859999999787 ], [ -105.139419, 37.984840999999776 ], [ -105.14055, 37.97977399999975 ], [ -105.13236, 37.974642999999773 ], [ -105.131348, 37.973455999999764 ], [ -105.131025, 37.97268099999976 ], [ -105.131335, 37.971187999999756 ], [ -105.133195, 37.970422999999784 ], [ -105.135949, 37.966357999999772 ], [ -105.135647, 37.965276999999773 ], [ -105.13341, 37.963039999999772 ], [ -105.127908, 37.962590999999755 ], [ -105.126411, 37.960749999999763 ], [ -105.126187, 37.957811999999755 ], [ -105.127104, 37.956456999999759 ], [ -105.125974, 37.95116999999977 ], [ -105.122611, 37.949176999999764 ], [ -105.120665, 37.949596999999763 ], [ -105.117162, 37.949140999999763 ], [ -105.112983, 37.945448999999769 ], [ -105.108506, 37.943398999999758 ], [ -105.093827, 37.947328999999776 ], [ -105.090294, 37.947636999999759 ], [ -105.08801, 37.948587999999745 ], [ -105.085531, 37.951140999999765 ], [ -105.084056, 37.955593999999778 ], [ -105.077799, 37.952963999999767 ], [ -105.074244, 37.948512999999757 ], [ -105.070472, 37.945801999999766 ], [ -105.066056, 37.944208999999752 ], [ -105.063572, 37.935000999999779 ], [ -105.063737, 37.929268999999778 ], [ -105.066064, 37.926248999999764 ], [ -105.066301, 37.925048999999774 ], [ -105.065852, 37.920757999999758 ], [ -105.063194, 37.916966999999758 ], [ -105.061496, 37.916057999999765 ], [ -105.060281, 37.916126999999747 ], [ -105.057201, 37.915945999999771 ], [ -105.054307, 37.917508999999754 ], [ -105.049917, 37.915478999999763 ], [ -105.050148, 37.981660999999761 ], [ -105.049973, 37.985323999999757 ], [ -105.049977, 37.985623999999774 ], [ -105.050006, 37.987572999999763 ], [ -105.05019, 38.000005999999779 ], [ -105.049814, 38.017802999999752 ], [ -105.049731, 38.023841999999775 ], [ -105.049511, 38.03990499999977 ], [ -105.050322, 38.091326999999772 ], [ -105.050393, 38.095791999999783 ], [ -105.050678, 38.113823999999781 ], [ -105.048287, 38.127772999999777 ], [ -105.048679, 38.222017999999764 ], [ -105.048679, 38.222772999999769 ], [ -105.048727, 38.23858899999977 ], [ -105.049215, 38.25797299999978 ], [ -104.996283, 38.258073999999802 ], [ -104.993982, 38.258045999999766 ], [ -104.975811, 38.258121999999794 ], [ -104.940366, 38.258274999999777 ], [ -104.940729, 38.338704999999763 ], [ -104.940731, 38.339140999999778 ], [ -104.940887, 38.372173999999774 ], [ -104.940921, 38.400943999999782 ], [ -104.940902, 38.418255999999779 ], [ -104.941312, 38.499998999999796 ], [ -104.941533, 38.519568999999777 ], [ -104.941646, 38.534522999999773 ], [ -104.941783, 38.552551999999778 ], [ -104.941936, 38.568111999999779 ], [ -104.942146, 38.588072999999774 ], [ -104.942359, 38.608605999999781 ], [ -104.942426, 38.649881999999792 ], [ -104.941895, 38.649889999999779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CO_SW", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "CO", "ECONOMIC_M": 1.03, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 646.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -108.375405, 38.39120899999979 ], [ -108.379136, 38.499986999999784 ], [ -108.378665, 38.502196999999782 ], [ -108.378697, 38.668101999999784 ], [ -108.378756995243336, 38.731165000124598 ], [ -108.256148, 38.734381999999776 ], [ -108.257311, 38.845053999999799 ], [ -108.256568, 38.869227999999794 ], [ -108.185561, 38.892435999999798 ], [ -108.176957, 38.895337999999796 ], [ -108.1758, 38.897511999999807 ], [ -108.166424, 38.902227999999795 ], [ -108.163265, 38.902100999999817 ], [ -108.159158, 38.901037999999801 ], [ -108.152472, 38.901271999999786 ], [ -108.150737, 38.90264199999978 ], [ -108.146924, 38.907465999999808 ], [ -108.14493, 38.907502999999785 ], [ -108.141704, 38.9063909999998 ], [ -108.140757, 38.906792999999794 ], [ -108.140315, 38.908723999999793 ], [ -108.141806, 38.911898999999792 ], [ -108.144392, 38.915067999999785 ], [ -108.144836, 38.916442999999788 ], [ -108.14437, 38.918549999999797 ], [ -108.140437, 38.925122999999793 ], [ -108.138387, 38.926053999999795 ], [ -108.137191, 38.925880999999805 ], [ -108.134021, 38.924325999999802 ], [ -108.132608, 38.92286099999977 ], [ -108.130705, 38.922301999999803 ], [ -108.125629, 38.924049999999802 ], [ -108.122404, 38.925992999999785 ], [ -108.118939, 38.929027999999789 ], [ -108.117554, 38.931830999999789 ], [ -108.109101, 38.939457999999775 ], [ -108.101714, 38.94958599999979 ], [ -108.095852, 38.956135999999788 ], [ -108.089749, 38.960165999999781 ], [ -108.087295, 38.963188999999801 ], [ -108.086867, 38.96779599999978 ], [ -108.094217, 38.978699999999797 ], [ -108.094673, 38.97996999999981 ], [ -108.093426, 38.980593999999783 ], [ -108.0898, 38.981115999999808 ], [ -108.086919, 38.982981999999808 ], [ -108.085744, 38.985082999999776 ], [ -108.079746, 38.991090999999798 ], [ -108.06999, 38.996583999999778 ], [ -108.067309, 38.99997999999978 ], [ -108.057831, 39.008598999999791 ], [ -108.055971, 39.010576999999799 ], [ -108.05375, 39.014058999999804 ], [ -108.050363, 39.015121999999792 ], [ -108.049505, 39.0146459999998 ], [ -108.047821, 39.011431999999786 ], [ -108.044469, 39.012090999999792 ], [ -108.036097, 39.017143999999796 ], [ -108.035773, 39.020585999999795 ], [ -108.03151, 39.027673999999813 ], [ -108.028028, 39.029716999999792 ], [ -108.025736, 39.029785999999817 ], [ -108.023085, 39.030849999999788 ], [ -108.015927, 39.036124999999799 ], [ -108.009172, 39.0398959999998 ], [ -108.004353, 39.041872999999804 ], [ -108.001386, 39.0441259999998 ], [ -108.000624, 39.045422999999786 ], [ -107.987211, 39.052886999999792 ], [ -107.983823, 39.058254999999804 ], [ -107.982204, 39.059855999999797 ], [ -107.972581, 39.061206999999811 ], [ -107.964284, 39.0596719999998 ], [ -107.95126, 39.059702999999779 ], [ -107.936835, 39.062059999999818 ], [ -107.91749, 39.064026999999818 ], [ -107.911492, 39.062548999999798 ], [ -107.909647, 39.061606999999796 ], [ -107.909054, 39.060557999999801 ], [ -107.907459, 39.060519999999791 ], [ -107.904255, 39.062469999999799 ], [ -107.900598, 39.065574999999797 ], [ -107.897119, 39.066224999999804 ], [ -107.893049, 39.065801999999778 ], [ -107.888186, 39.066808999999807 ], [ -107.886211, 39.068321999999775 ], [ -107.880988, 39.070951999999799 ], [ -107.87562, 39.07074699999982 ], [ -107.875056, 39.071193999999792 ], [ -107.874823, 39.072381999999777 ], [ -107.870529, 39.074886999999791 ], [ -107.869098, 39.074335999999803 ], [ -107.867123, 39.074642999999796 ], [ -107.86262, 39.078892999999795 ], [ -107.858713, 39.08014199999981 ], [ -107.857208, 39.079382999999794 ], [ -107.856401, 39.077270999999797 ], [ -107.855363, 39.076652999999801 ], [ -107.852432, 39.078537999999803 ], [ -107.841791, 39.076666999999794 ], [ -107.840002, 39.077157999999784 ], [ -107.829184, 39.072442999999794 ], [ -107.821754, 39.070515999999785 ], [ -107.812816, 39.067061999999787 ], [ -107.793832, 39.061508999999809 ], [ -107.785166, 39.055336999999803 ], [ -107.778578, 39.050884999999795 ], [ -107.775962, 39.047769999999794 ], [ -107.774021, 39.047121999999796 ], [ -107.771279, 39.044038999999835 ], [ -107.76548, 39.043297999999794 ], [ -107.76504, 39.044664999999789 ], [ -107.763135, 39.047197999999796 ], [ -107.75651, 39.049504999999805 ], [ -107.756436, 39.052338999999819 ], [ -107.755583, 39.053900999999804 ], [ -107.752097, 39.054411999999807 ], [ -107.750615, 39.053996999999796 ], [ -107.743912, 39.057691999999811 ], [ -107.742481, 39.059348999999791 ], [ -107.744866, 39.059722999999806 ], [ -107.744485, 39.062005999999784 ], [ -107.742453, 39.063796999999788 ], [ -107.739199, 39.065506999999791 ], [ -107.737986, 39.066172999999793 ], [ -107.735028, 39.066278999999803 ], [ -107.721645, 39.065234999999795 ], [ -107.722191, 39.066633999999816 ], [ -107.722132, 39.068611999999796 ], [ -107.714961, 39.075971999999794 ], [ -107.713061, 39.079062999999771 ], [ -107.712976, 39.080547999999773 ], [ -107.708887, 39.083215999999794 ], [ -107.704621, 39.084799999999802 ], [ -107.703492, 39.084930999999798 ], [ -107.699996, 39.083854999999794 ], [ -107.694109, 39.085139999999818 ], [ -107.687565, 39.088052999999817 ], [ -107.682928, 39.092727999999795 ], [ -107.680808, 39.100249999999775 ], [ -107.676369, 39.100386999999799 ], [ -107.673838, 39.101091999999795 ], [ -107.67277, 39.105462999999801 ], [ -107.671467, 39.107602999999806 ], [ -107.669864, 39.108627999999797 ], [ -107.664589, 39.109454999999791 ], [ -107.660293, 39.111796999999811 ], [ -107.659809, 39.112552999999799 ], [ -107.661844, 39.113984999999794 ], [ -107.662671, 39.116242999999812 ], [ -107.661067, 39.118292999999788 ], [ -107.653736, 39.124008999999802 ], [ -107.653379, 39.124981999999804 ], [ -107.653624, 39.126562999999791 ], [ -107.651304, 39.130932999999807 ], [ -107.64793, 39.131280999999809 ], [ -107.640028, 39.140505999999817 ], [ -107.638264, 39.141881999999789 ], [ -107.633877, 39.140715999999784 ], [ -107.632439, 39.140897999999794 ], [ -107.630805, 39.143845999999805 ], [ -107.630112, 39.146557999999786 ], [ -107.627844, 39.148991999999787 ], [ -107.619946, 39.153806999999802 ], [ -107.61603, 39.155091999999797 ], [ -107.613876, 39.154597999999808 ], [ -107.611059, 39.156493999999803 ], [ -107.607449, 39.161585999999815 ], [ -107.600094, 39.164251999999806 ], [ -107.593296, 39.164939999999802 ], [ -107.585012, 39.171600999999775 ], [ -107.583613, 39.173750999999811 ], [ -107.581276, 39.174498999999791 ], [ -107.577013, 39.17489699999981 ], [ -107.573033, 39.176333999999784 ], [ -107.570968, 39.177662999999825 ], [ -107.569819, 39.180173999999802 ], [ -107.568395, 39.181355999999795 ], [ -107.5648, 39.180581999999802 ], [ -107.560796, 39.178412999999807 ], [ -107.55797, 39.178273999999796 ], [ -107.54285, 39.182188999999802 ], [ -107.541719, 39.184578999999808 ], [ -107.543203, 39.188585999999809 ], [ -107.543594, 39.193925999999813 ], [ -107.543007, 39.195024999999795 ], [ -107.541582, 39.196221999999807 ], [ -107.528991, 39.202678999999804 ], [ -107.520419, 39.20644799999981 ], [ -107.513494, 39.214196999999793 ], [ -107.5118, 39.215677999999826 ], [ -107.509679, 39.216601999999803 ], [ -107.501023, 39.217892999999812 ], [ -107.500981, 39.124983999999792 ], [ -107.50061, 39.124580999999814 ], [ -107.50061, 39.117115999999804 ], [ -107.31622, 39.1205369999998 ], [ -107.281481, 39.119884999999776 ], [ -107.279364, 39.0295309999998 ], [ -107.174204, 39.031305999999795 ], [ -107.135377, 39.031870999999796 ], [ -107.063776, 39.032913999999785 ], [ -107.049147, 39.018882999999782 ], [ -106.974392, 39.020006999999801 ], [ -106.964695, 39.017544999999799 ], [ -106.943125, 39.023486999999768 ], [ -106.808959, 39.024051999999806 ], [ -106.760029, 39.024691999999789 ], [ -106.751343, 39.025793999999799 ], [ -106.66351, 39.026364999999799 ], [ -106.65005, 39.026332999999795 ], [ -106.618414, 39.026899999999799 ], [ -106.592808, 39.027903999999793 ], [ -106.592596, 39.027626999999796 ], [ -106.591692, 39.024922999999802 ], [ -106.594921, 39.020808999999801 ], [ -106.595162, 39.010304999999782 ], [ -106.594455, 39.004184999999808 ], [ -106.595392360946775, 39.002211254334448 ], [ -106.595576078130676, 39.001972255997494 ], [ -106.599214, 38.997993999999778 ], [ -106.595509, 38.991276999999798 ], [ -106.595021, 38.991071999999804 ], [ -106.594441724519427, 38.991091101150182 ], [ -106.594435, 38.991079999999798 ], [ -106.594365786445891, 38.991093605148016 ], [ -106.582769, 38.991475999999793 ], [ -106.577161, 38.99044399999979 ], [ -106.577029912245919, 38.990571703111051 ], [ -106.576575, 38.990451999999799 ], [ -106.56940650783875, 38.994401666009772 ], [ -106.566129, 38.993791999999786 ], [ -106.566005301255501, 38.993885809007629 ], [ -106.565544, 38.993799999999773 ], [ -106.559299, 38.998535999999802 ], [ -106.554206840645591, 38.998700263204782 ], [ -106.552183, 38.993475999999795 ], [ -106.550723, 38.991700999999807 ], [ -106.546762, 38.991077999999803 ], [ -106.542183535146322, 38.988297366856862 ], [ -106.542091943994848, 38.988233408832961 ], [ -106.534179, 38.982291999999802 ], [ -106.53202, 38.981385999999802 ], [ -106.528389, 38.980726999999789 ], [ -106.525935938541195, 38.976194773551448 ], [ -106.523839, 38.971100999999784 ], [ -106.522484396736616, 38.969817775128504 ], [ -106.521861, 38.9686659999998 ], [ -106.523498, 38.964838999999799 ], [ -106.525845, 38.963123999999787 ], [ -106.528511, 38.959882999999792 ], [ -106.526683, 38.955410999999785 ], [ -106.521327, 38.953687999999794 ], [ -106.515750766562149, 38.949435882003215 ], [ -106.515154, 38.948670999999806 ], [ -106.514484261756039, 38.948470117578388 ], [ -106.513195, 38.947486999999796 ], [ -106.508077, 38.945889999999771 ], [ -106.505839, 38.942919999999795 ], [ -106.505584, 38.939456999999784 ], [ -106.504371, 38.936848999999796 ], [ -106.501211, 38.934999999999789 ], [ -106.49994446077288, 38.934839809399875 ], [ -106.49451924439002, 38.931993924493469 ], [ -106.492346, 38.930148999999801 ], [ -106.48883, 38.925132999999775 ], [ -106.485652, 38.922107999999781 ], [ -106.480905, 38.918642999999783 ], [ -106.476328, 38.916700999999804 ], [ -106.465032, 38.910353999999799 ], [ -106.457811, 38.910077999999793 ], [ -106.457624927055576, 38.910202435990861 ], [ -106.457229, 38.910084999999789 ], [ -106.453226, 38.912761999999795 ], [ -106.441794404036145, 38.915526253647258 ], [ -106.437175, 38.914905999999817 ], [ -106.43712572969352, 38.914984410421027 ], [ -106.436594, 38.914912999999792 ], [ -106.429681, 38.924915999999797 ], [ -106.420822653480201, 38.928015107275812 ], [ -106.420391677278232, 38.92791588973293 ], [ -106.420055616749949, 38.927838523280357 ], [ -106.418916411689423, 38.927270473858549 ], [ -106.418227, 38.926629999999797 ], [ -106.41718, 38.920897999999802 ], [ -106.415627, 38.918529999999791 ], [ -106.413166, 38.916267999999796 ], [ -106.412091, 38.915664999999791 ], [ -106.407602, 38.91476199999979 ], [ -106.403208, 38.910864999999788 ], [ -106.402124, 38.910616999999789 ], [ -106.401658906881195, 38.910709961661738 ], [ -106.401544, 38.910622999999781 ], [ -106.393379, 38.91225499999981 ], [ -106.391764, 38.918780999999804 ], [ -106.380588292392801, 38.925491474414621 ], [ -106.376982, 38.922673999999787 ], [ -106.377168, 38.917980999999806 ], [ -106.376222, 38.909538999999796 ], [ -106.37344, 38.906607999999792 ], [ -106.372881784053476, 38.906636950776473 ], [ -106.37286, 38.906613999999792 ], [ -106.366902, 38.906922999999786 ], [ -106.363666, 38.910941999999793 ], [ -106.356871961630219, 38.912845126475645 ], [ -106.345241, 38.907066999999792 ], [ -106.344838300309206, 38.907160583943131 ], [ -106.344662, 38.907072999999791 ], [ -106.337549, 38.908725999999803 ], [ -106.334405, 38.911671999999804 ], [ -106.325521, 38.911009999999791 ], [ -106.324142, 38.902934999999793 ], [ -106.319977, 38.894713999999794 ], [ -106.320735, 38.892604999999797 ], [ -106.325461, 38.888932999999781 ], [ -106.326927, 38.88230299999978 ], [ -106.333486, 38.881314999999788 ], [ -106.3362, 38.874999999999808 ], [ -106.335268, 38.872054999999783 ], [ -106.33953, 38.871239999999787 ], [ -106.348359, 38.865117999999804 ], [ -106.348724, 38.854892999999777 ], [ -106.356312, 38.855323999999804 ], [ -106.364465, 38.85299099999979 ], [ -106.363879, 38.846190999999791 ], [ -106.369546, 38.840490999999794 ], [ -106.369821, 38.838474999999811 ], [ -106.378239, 38.836130999999796 ], [ -106.381167, 38.832862999999797 ], [ -106.383052, 38.824710999999795 ], [ -106.395072, 38.822508999999798 ], [ -106.406552, 38.829348999999795 ], [ -106.415602, 38.824098999999784 ], [ -106.414464, 38.815287999999789 ], [ -106.422145, 38.808380999999784 ], [ -106.41733, 38.800696999999772 ], [ -106.414009, 38.799143999999785 ], [ -106.4123, 38.79116599999977 ], [ -106.416178, 38.787272999999793 ], [ -106.413235, 38.779097999999777 ], [ -106.414917, 38.772445999999789 ], [ -106.418699, 38.766165999999807 ], [ -106.416562, 38.764439999999766 ], [ -106.414498, 38.757188999999791 ], [ -106.419411, 38.751049999999779 ], [ -106.41782, 38.749154999999796 ], [ -106.41743, 38.742032999999779 ], [ -106.419469, 38.738809999999788 ], [ -106.416171, 38.733760999999788 ], [ -106.416084, 38.727818999999755 ], [ -106.422886, 38.72085199999978 ], [ -106.422641, 38.716170999999797 ], [ -106.424694, 38.710311999999782 ], [ -106.431075, 38.70871299999979 ], [ -106.442911, 38.709235999999777 ], [ -106.444948, 38.705537999999784 ], [ -106.449553, 38.70266499999979 ], [ -106.451285, 38.698347999999797 ], [ -106.443983, 38.69802099999977 ], [ -106.429265, 38.691681999999766 ], [ -106.417439, 38.690352999999789 ], [ -106.398457, 38.695337999999786 ], [ -106.381518, 38.696727999999794 ], [ -106.363638, 38.701259999999785 ], [ -106.350935, 38.703324999999801 ], [ -106.34413, 38.702525999999771 ], [ -106.339867, 38.70573099999978 ], [ -106.320007, 38.708823999999801 ], [ -106.313318, 38.713355999999791 ], [ -106.307155, 38.713882999999782 ], [ -106.303796, 38.710242999999785 ], [ -106.294362, 38.708571999999798 ], [ -106.278297, 38.709895999999809 ], [ -106.272015, 38.713624999999816 ], [ -106.26296, 38.713071999999791 ], [ -106.25513, 38.715494999999791 ], [ -106.25, 38.71468999999977 ], [ -106.240106, 38.70926999999979 ], [ -106.231813, 38.71339299999979 ], [ -106.229563, 38.717034999999797 ], [ -106.219334, 38.714378999999788 ], [ -106.206137, 38.713720999999786 ], [ -106.188289, 38.721138999999795 ], [ -106.179233, 38.722511999999796 ], [ -106.174938, 38.7255329999998 ], [ -106.17146, 38.731940999999786 ], [ -106.153636, 38.734248999999785 ], [ -106.148987, 38.73928299999978 ], [ -106.138932, 38.743169999999786 ], [ -106.134826, 38.746078999999796 ], [ -106.139191, 38.756446999999795 ], [ -106.114003, 38.758741999999771 ], [ -106.100618, 38.762935999999797 ], [ -106.09541, 38.765758999999804 ], [ -106.094659, 38.773968999999774 ], [ -106.084076, 38.773925999999776 ], [ -106.074865, 38.769189999999789 ], [ -106.062558, 38.771753999999774 ], [ -106.06057, 38.77504999999978 ], [ -106.05402, 38.779054999999808 ], [ -106.050426, 38.786545999999795 ], [ -106.043842, 38.789421999999796 ], [ -106.032288, 38.79788799999978 ], [ -106.013919, 38.800834999999786 ], [ -106.008746, 38.796597999999797 ], [ -106.014455, 38.786323999999802 ], [ -106.031596, 38.773374999999795 ], [ -106.032389, 38.771312999999786 ], [ -106.016883, 38.777271999999797 ], [ -106.013275, 38.774982999999807 ], [ -106.013881, 38.772734999999777 ], [ -106.008203, 38.771574999999793 ], [ -106.006136, 38.767986999999785 ], [ -106.008185, 38.764554999999795 ], [ -106.006697, 38.76043399999979 ], [ -106.012021, 38.755011999999802 ], [ -106.011203, 38.753729999999784 ], [ -106.028185, 38.753941999999761 ], [ -106.035846, 38.74999999999978 ], [ -106.042332, 38.75060399999979 ], [ -106.048035, 38.747413999999772 ], [ -106.061829, 38.745125999999779 ], [ -106.066651, 38.742676999999787 ], [ -106.062472, 38.728829999999782 ], [ -106.054846, 38.722145999999768 ], [ -106.055589, 38.716390999999795 ], [ -106.049507, 38.705685999999794 ], [ -106.050892, 38.700973999999789 ], [ -106.048806, 38.695064999999772 ], [ -106.042261, 38.685829999999775 ], [ -106.040952, 38.678862999999787 ], [ -106.038441, 38.677237999999804 ], [ -106.032806, 38.678243999999793 ], [ -106.030237, 38.67599999999981 ], [ -106.026821, 38.67602199999979 ], [ -106.022472, 38.67361699999978 ], [ -106.023408, 38.670046999999784 ], [ -106.018738, 38.668259999999769 ], [ -106.010125, 38.669606999999779 ], [ -106.001952, 38.667519999999783 ], [ -106.001592, 38.660720999999775 ], [ -105.996987, 38.656349999999776 ], [ -105.98966, 38.65621599999978 ], [ -105.99167, 38.650767999999786 ], [ -105.989362, 38.647174999999805 ], [ -105.992132, 38.644014999999797 ], [ -105.988833, 38.641681999999783 ], [ -105.988102, 38.639850999999759 ], [ -105.989764, 38.638820999999787 ], [ -105.986755, 38.634152999999763 ], [ -105.968312, 38.630748999999796 ], [ -105.964374, 38.632351999999806 ], [ -105.957165, 38.627088999999785 ], [ -105.958828, 38.626653999999789 ], [ -105.958697, 38.624999999999758 ], [ -105.954539, 38.617746999999781 ], [ -105.950169, 38.615500999999789 ], [ -105.941798, 38.623601999999792 ], [ -105.944764, 38.627959999999781 ], [ -105.94211, 38.632262999999789 ], [ -105.942139, 38.636108999999777 ], [ -105.937237, 38.63736699999977 ], [ -105.932188, 38.636268999999793 ], [ -105.92889, 38.639976999999796 ], [ -105.915523, 38.647230999999778 ], [ -105.914734, 38.649129999999779 ], [ -105.910508, 38.647484999999762 ], [ -105.90736, 38.652673999999799 ], [ -105.912365, 38.653800999999788 ], [ -105.91657, 38.659568999999784 ], [ -105.920338, 38.659797999999789 ], [ -105.91967, 38.664317999999774 ], [ -105.924919, 38.666368999999783 ], [ -105.925186, 38.669387999999778 ], [ -105.92354, 38.670391999999779 ], [ -105.924407, 38.672571999999789 ], [ -105.921755, 38.675084999999818 ], [ -105.925648, 38.679910999999784 ], [ -105.943709, 38.684855999999797 ], [ -105.944743, 38.690231999999803 ], [ -105.954352, 38.690164999999787 ], [ -105.969183, 38.693554999999797 ], [ -105.920293, 38.693487999999789 ], [ -105.888347, 38.695156999999796 ], [ -105.850297, 38.693928999999784 ], [ -105.615627, 38.69542399999979 ], [ -105.50433501287516, 38.69685936662615 ], [ -105.44784, 38.697587999999783 ], [ -105.329134, 38.697204999999784 ], [ -105.265319, 38.696617999999781 ], [ -105.265318352815584, 38.697003105880171 ], [ -105.237252, 38.696909999999789 ], [ -105.239383, 38.677067999999792 ], [ -105.239821, 38.647602999999776 ], [ -105.109259, 38.647539999999786 ], [ -105.070995, 38.6485589999998 ], [ -105.053392, 38.653104999999762 ], [ -105.035126, 38.651401999999784 ], [ -104.941895, 38.649889999999779 ], [ -104.942426, 38.649881999999792 ], [ -104.942359, 38.608605999999781 ], [ -104.942146, 38.588072999999774 ], [ -104.941936, 38.568111999999779 ], [ -104.941783, 38.552551999999778 ], [ -104.941646, 38.534522999999773 ], [ -104.941533, 38.519568999999777 ], [ -104.941312, 38.499998999999796 ], [ -104.940902, 38.418255999999779 ], [ -104.940921, 38.400943999999782 ], [ -104.940887, 38.372173999999774 ], [ -104.940731, 38.339140999999778 ], [ -104.940729, 38.338704999999763 ], [ -104.940366, 38.258274999999777 ], [ -104.975811, 38.258121999999794 ], [ -104.993982, 38.258045999999766 ], [ -104.996283, 38.258073999999802 ], [ -105.049215, 38.25797299999978 ], [ -105.048727, 38.23858899999977 ], [ -105.048679, 38.222772999999769 ], [ -105.048679, 38.222017999999764 ], [ -105.048287, 38.127772999999777 ], [ -105.050678, 38.113823999999781 ], [ -105.050393, 38.095791999999783 ], [ -105.050322, 38.091326999999772 ], [ -105.049511, 38.03990499999977 ], [ -105.049731, 38.023841999999775 ], [ -105.049814, 38.017802999999752 ], [ -105.05019, 38.000005999999779 ], [ -105.050006, 37.987572999999763 ], [ -105.049977, 37.985623999999774 ], [ -105.049973, 37.985323999999757 ], [ -105.050148, 37.981660999999761 ], [ -105.049917, 37.915478999999763 ], [ -105.054307, 37.917508999999754 ], [ -105.057201, 37.915945999999771 ], [ -105.060281, 37.916126999999747 ], [ -105.061496, 37.916057999999765 ], [ -105.063194, 37.916966999999758 ], [ -105.065852, 37.920757999999758 ], [ -105.066301, 37.925048999999774 ], [ -105.066064, 37.926248999999764 ], [ -105.063737, 37.929268999999778 ], [ -105.063572, 37.935000999999779 ], [ -105.066056, 37.944208999999752 ], [ -105.070472, 37.945801999999766 ], [ -105.074244, 37.948512999999757 ], [ -105.077799, 37.952963999999767 ], [ -105.084056, 37.955593999999778 ], [ -105.085531, 37.951140999999765 ], [ -105.08801, 37.948587999999745 ], [ -105.090294, 37.947636999999759 ], [ -105.093827, 37.947328999999776 ], [ -105.108506, 37.943398999999758 ], [ -105.112983, 37.945448999999769 ], [ -105.117162, 37.949140999999763 ], [ -105.120665, 37.949596999999763 ], [ -105.122611, 37.949176999999764 ], [ -105.125974, 37.95116999999977 ], [ -105.127104, 37.956456999999759 ], [ -105.126187, 37.957811999999755 ], [ -105.126411, 37.960749999999763 ], [ -105.127908, 37.962590999999755 ], [ -105.13341, 37.963039999999772 ], [ -105.135647, 37.965276999999773 ], [ -105.135949, 37.966357999999772 ], [ -105.133195, 37.970422999999784 ], [ -105.131335, 37.971187999999756 ], [ -105.131025, 37.97268099999976 ], [ -105.131348, 37.973455999999764 ], [ -105.13236, 37.974642999999773 ], [ -105.14055, 37.97977399999975 ], [ -105.139419, 37.984840999999776 ], [ -105.141241, 37.986859999999787 ], [ -105.143909, 37.987837999999776 ], [ -105.146452, 37.986588999999753 ], [ -105.147965, 37.98684099999975 ], [ -105.152491, 37.992112999999762 ], [ -105.153199, 38.000783999999783 ], [ -105.15191, 38.003329999999757 ], [ -105.150386, 38.004546999999747 ], [ -105.147948, 38.005391999999773 ], [ -105.147969, 38.006238999999781 ], [ -105.157299, 38.012954999999771 ], [ -105.164089, 38.017034999999773 ], [ -105.165769, 38.017373999999784 ], [ -105.166731, 38.0184059999998 ], [ -105.168652, 38.018945999999779 ], [ -105.178903, 38.016473999999747 ], [ -105.184836, 38.013668999999759 ], [ -105.189149, 38.009825999999755 ], [ -105.194585, 38.007559999999785 ], [ -105.198919, 38.003786999999782 ], [ -105.200043, 38.000836999999741 ], [ -105.199095, 37.998365999999734 ], [ -105.197072, 37.992416999999776 ], [ -105.198813, 37.990181999999763 ], [ -105.201922, 37.990448999999778 ], [ -105.206067, 37.98966799999976 ], [ -105.205897, 37.983267999999768 ], [ -105.207708, 37.981654999999762 ], [ -105.208602, 37.98198899999975 ], [ -105.209241, 37.982227999999765 ], [ -105.213986, 37.980808999999766 ], [ -105.216505, 37.975377999999758 ], [ -105.216646, 37.974114999999763 ], [ -105.22072, 37.969511999999767 ], [ -105.229419, 37.965243999999764 ], [ -105.238561, 37.962838999999761 ], [ -105.239936, 37.960385999999765 ], [ -105.238689, 37.959409999999764 ], [ -105.237595, 37.95755399999976 ], [ -105.240035, 37.955059999999783 ], [ -105.241805, 37.953784999999755 ], [ -105.245684, 37.953227999999768 ], [ -105.249767, 37.951490999999777 ], [ -105.255457, 37.942888999999759 ], [ -105.257561, 37.938115999999766 ], [ -105.261554, 37.93715599999976 ], [ -105.263942, 37.932058999999782 ], [ -105.2638, 37.928819999999753 ], [ -105.261842, 37.925636999999753 ], [ -105.264815, 37.921376999999765 ], [ -105.26805, 37.918303999999729 ], [ -105.269232, 37.914785999999751 ], [ -105.273818, 37.907676999999758 ], [ -105.280549, 37.901214999999766 ], [ -105.284465, 37.899511999999767 ], [ -105.285696, 37.899663999999781 ], [ -105.289367, 37.902868999999775 ], [ -105.292407, 37.90862499999978 ], [ -105.294811, 37.908219999999773 ], [ -105.297431, 37.909348999999764 ], [ -105.300255, 37.912487999999769 ], [ -105.301116, 37.914625999999764 ], [ -105.301659, 37.918120999999765 ], [ -105.300387, 37.921582999999764 ], [ -105.30054, 37.923084999999766 ], [ -105.303529, 37.926114999999768 ], [ -105.307104, 37.932466999999775 ], [ -105.310281, 37.933539999999752 ], [ -105.311093, 37.93594299999976 ], [ -105.314507, 37.938441999999789 ], [ -105.315683, 37.938808999999758 ], [ -105.324527, 37.938431999999771 ], [ -105.331644, 37.935742999999754 ], [ -105.34644, 37.925492999999769 ], [ -105.347209, 37.924758999999781 ], [ -105.351762, 37.924706999999771 ], [ -105.353545, 37.923658999999766 ], [ -105.354546, 37.923505999999776 ], [ -105.363996, 37.922060999999772 ], [ -105.366978, 37.920690999999735 ], [ -105.370476, 37.918811999999747 ], [ -105.372673, 37.917997999999763 ], [ -105.376134, 37.916440999999757 ], [ -105.377114, 37.916023999999751 ], [ -105.380875, 37.91330699999979 ], [ -105.389573, 37.906629999999758 ], [ -105.390306, 37.905194999999765 ], [ -105.403421, 37.895781999999755 ], [ -105.408697, 37.894441999999763 ], [ -105.413635, 37.890526999999778 ], [ -105.418689, 37.88970299999977 ], [ -105.424098, 37.890203999999756 ], [ -105.42779, 37.891319999999773 ], [ -105.429886, 37.893836999999763 ], [ -105.431972, 37.895165999999769 ], [ -105.440272, 37.897460999999765 ], [ -105.45236, 37.895679999999778 ], [ -105.459235, 37.897168999999771 ], [ -105.46697, 37.895514999999762 ], [ -105.471057, 37.895263999999749 ], [ -105.473204, 37.895969999999757 ], [ -105.476033, 37.891167999999766 ], [ -105.477055, 37.887960999999748 ], [ -105.477581, 37.880441999999768 ], [ -105.469152, 37.878754999999778 ], [ -105.464546, 37.878973999999765 ], [ -105.460106, 37.880354999999753 ], [ -105.456588, 37.879893999999759 ], [ -105.450537, 37.878111999999767 ], [ -105.440742, 37.869611999999762 ], [ -105.439241, 37.866201999999774 ], [ -105.439469, 37.863247999999771 ], [ -105.438949, 37.861274999999758 ], [ -105.436774, 37.858201999999771 ], [ -105.433462, 37.857515999999755 ], [ -105.428895, 37.851733999999752 ], [ -105.428677, 37.843667999999738 ], [ -105.432327, 37.834685999999763 ], [ -105.435585, 37.828506999999767 ], [ -105.435095, 37.826484999999764 ], [ -105.435179, 37.80476699999975 ], [ -105.436897, 37.803640999999757 ], [ -105.442237, 37.802366999999769 ], [ -105.445329, 37.80102099999975 ], [ -105.453682, 37.79685899999977 ], [ -105.454912, 37.795695999999758 ], [ -105.455187, 37.790813999999756 ], [ -105.452453, 37.788292999999761 ], [ -105.451666, 37.78689499999976 ], [ -105.449337, 37.779304999999788 ], [ -105.450233, 37.770609999999756 ], [ -105.455911, 37.762426999999761 ], [ -105.45665, 37.758322999999763 ], [ -105.459836, 37.753304999999756 ], [ -105.459084, 37.75222099999975 ], [ -105.457255, 37.751463999999736 ], [ -105.457219, 37.746661999999752 ], [ -105.454261, 37.744462999999762 ], [ -105.452727, 37.741275999999772 ], [ -105.452764, 37.740404999999775 ], [ -105.454771, 37.737087999999758 ], [ -105.455192, 37.734357999999773 ], [ -105.45348, 37.732081999999757 ], [ -105.453099, 37.730494999999756 ], [ -105.454147, 37.72402599999976 ], [ -105.457227, 37.719121999999764 ], [ -105.462376, 37.717040999999774 ], [ -105.464409, 37.713663999999781 ], [ -105.466539, 37.71189199999975 ], [ -105.477494, 37.707572999999762 ], [ -105.478054, 37.705813999999762 ], [ -105.478241, 37.702402999999762 ], [ -105.48126, 37.693184999999751 ], [ -105.480803, 37.687083999999764 ], [ -105.478757, 37.686138999999734 ], [ -105.477707, 37.684610999999755 ], [ -105.476735, 37.679937999999758 ], [ -105.476899, 37.675849999999755 ], [ -105.478519, 37.673344999999756 ], [ -105.478787, 37.672101999999775 ], [ -105.478568, 37.668475999999757 ], [ -105.477957, 37.667735999999763 ], [ -105.479014, 37.663870999999752 ], [ -105.481403, 37.659218999999752 ], [ -105.486976, 37.653482999999753 ], [ -105.486858, 37.649661999999744 ], [ -105.487527, 37.645522999999763 ], [ -105.49203, 37.63406699999976 ], [ -105.49222, 37.626744999999751 ], [ -105.491513, 37.625002999999744 ], [ -105.492607, 37.62306699999975 ], [ -105.496386, 37.619184999999767 ], [ -105.498612, 37.61449199999975 ], [ -105.497924, 37.613067999999764 ], [ -105.495874, 37.611763999999759 ], [ -105.493041, 37.605286999999748 ], [ -105.493273, 37.600918999999742 ], [ -105.501286, 37.598602999999756 ], [ -105.501755, 37.597570999999753 ], [ -105.500913, 37.596096999999752 ], [ -105.495635, 37.592446999999751 ], [ -105.494683, 37.585541999999755 ], [ -105.493284, 37.584222999999767 ], [ -105.486799, 37.580030999999771 ], [ -105.485949, 37.579278999999744 ], [ -105.485516, 37.577898999999761 ], [ -105.480954, 37.578654999999756 ], [ -105.469855, 37.581870999999744 ], [ -105.467275, 37.58442399999975 ], [ -105.460268, 37.586729999999761 ], [ -105.454492, 37.590482999999743 ], [ -105.455224, 37.593914999999754 ], [ -105.451569, 37.597518999999757 ], [ -105.44785, 37.600251999999756 ], [ -105.448172, 37.602408999999753 ], [ -105.445964, 37.604232999999752 ], [ -105.445885, 37.604506999999749 ], [ -105.445044, 37.607874999999758 ], [ -105.443138, 37.611077999999765 ], [ -105.442279, 37.61185099999976 ], [ -105.438341, 37.613287999999756 ], [ -105.431583, 37.613385999999757 ], [ -105.42851, 37.613904999999761 ], [ -105.423507, 37.616779999999757 ], [ -105.416997, 37.617412999999758 ], [ -105.414911, 37.615882999999762 ], [ -105.4084, 37.617999999999753 ], [ -105.401075, 37.614338999999745 ], [ -105.399858, 37.614237999999752 ], [ -105.393426, 37.61709499999975 ], [ -105.391365, 37.61835499999976 ], [ -105.389669, 37.621165999999754 ], [ -105.389837, 37.621792999999769 ], [ -105.386551, 37.626437999999744 ], [ -105.384571, 37.627604999999747 ], [ -105.380729, 37.628879999999754 ], [ -105.37689, 37.634451999999747 ], [ -105.370506, 37.638580999999753 ], [ -105.365841, 37.638240999999752 ], [ -105.360487, 37.636448999999764 ], [ -105.354761, 37.636731999999753 ], [ -105.350361, 37.638142999999765 ], [ -105.345448, 37.642023999999758 ], [ -105.335401, 37.643167999999754 ], [ -105.329542, 37.642980999999736 ], [ -105.310796, 37.650589999999767 ], [ -105.309683, 37.652019999999773 ], [ -105.306324, 37.653290999999754 ], [ -105.303197, 37.653084999999741 ], [ -105.301801, 37.653602999999777 ], [ -105.298705, 37.656640999999759 ], [ -105.286155, 37.648458999999768 ], [ -105.28492, 37.645885999999749 ], [ -105.283347, 37.645255999999776 ], [ -105.282076, 37.645323999999768 ], [ -105.27995, 37.646374999999765 ], [ -105.278676, 37.646351999999752 ], [ -105.275994, 37.645223999999743 ], [ -105.272665, 37.640802999999742 ], [ -105.266939, 37.638352999999753 ], [ -105.260149, 37.639204999999755 ], [ -105.257873, 37.640618999999752 ], [ -105.255303, 37.640257999999747 ], [ -105.253685, 37.637126999999772 ], [ -105.254465, 37.633275999999753 ], [ -105.253312, 37.631185999999751 ], [ -105.252199, 37.630258999999782 ], [ -105.250559, 37.629806999999758 ], [ -105.245818, 37.629955999999751 ], [ -105.243362, 37.629228999999746 ], [ -105.241566, 37.623723999999754 ], [ -105.237564, 37.621979999999752 ], [ -105.229245, 37.620554999999733 ], [ -105.226145, 37.620368999999755 ], [ -105.220347, 37.621482999999742 ], [ -105.219508, 37.624237999999764 ], [ -105.215857, 37.626354999999748 ], [ -105.214534, 37.626424999999756 ], [ -105.211157, 37.622985999999742 ], [ -105.201347, 37.619175999999754 ], [ -105.194318, 37.619664999999742 ], [ -105.191531, 37.619263999999774 ], [ -105.187549, 37.619668999999746 ], [ -105.184441, 37.615983999999735 ], [ -105.188569, 37.615138999999758 ], [ -105.189993, 37.614102999999751 ], [ -105.195645, 37.608938999999751 ], [ -105.195409, 37.604672999999764 ], [ -105.194095, 37.601034999999762 ], [ -105.193346, 37.597167999999776 ], [ -105.193237, 37.592167999999752 ], [ -105.196695, 37.592753999999751 ], [ -105.198752, 37.594064999999752 ], [ -105.202313, 37.59478799999976 ], [ -105.20377, 37.594448999999749 ], [ -105.205707, 37.590808999999766 ], [ -105.206701, 37.589829999999736 ], [ -105.2119, 37.586088999999753 ], [ -105.217157, 37.584857999999748 ], [ -105.218433, 37.583495999999741 ], [ -105.218333, 37.582438999999773 ], [ -105.211681, 37.577660999999765 ], [ -105.204424, 37.574410999999749 ], [ -105.201616, 37.574022999999755 ], [ -105.198297, 37.571814999999745 ], [ -105.19351, 37.566920999999752 ], [ -105.193334, 37.566380999999751 ], [ -105.194196, 37.565150999999751 ], [ -105.191141, 37.561746999999748 ], [ -105.183801, 37.555195999999754 ], [ -105.179338, 37.548677999999761 ], [ -105.178513, 37.546617999999754 ], [ -105.179017, 37.546308999999759 ], [ -105.182675, 37.546781999999773 ], [ -105.182915, 37.546432999999752 ], [ -105.183786, 37.540895999999755 ], [ -105.183571, 37.539226999999755 ], [ -105.182996, 37.53819799999976 ], [ -105.180381, 37.536573999999746 ], [ -105.177711, 37.534104999999748 ], [ -105.177112, 37.530275999999752 ], [ -105.173991, 37.524237999999755 ], [ -105.171558, 37.518121999999742 ], [ -105.17132, 37.513244999999749 ], [ -105.17179, 37.512544999999747 ], [ -105.173254, 37.510493999999746 ], [ -105.173965, 37.496146999999759 ], [ -105.175716, 37.489525999999749 ], [ -105.174493, 37.48697599999975 ], [ -105.174509, 37.486080999999722 ], [ -105.174816, 37.485101999999742 ], [ -105.18047, 37.478680999999746 ], [ -105.176683, 37.475593999999752 ], [ -105.175378, 37.467354999999749 ], [ -105.173522, 37.461909999999762 ], [ -105.173727, 37.460246999999754 ], [ -105.175535, 37.456527999999764 ], [ -105.171993, 37.455437999999745 ], [ -105.16388, 37.454524999999748 ], [ -105.162531, 37.454764999999753 ], [ -105.157892, 37.457430999999744 ], [ -105.156185, 37.457089999999738 ], [ -105.155652, 37.456546999999738 ], [ -105.152189, 37.451553999999753 ], [ -105.146461, 37.436001999999753 ], [ -105.143951, 37.431739999999742 ], [ -105.141035, 37.428642999999759 ], [ -105.141522, 37.423655999999767 ], [ -105.140526, 37.418128999999723 ], [ -105.139416, 37.415584999999744 ], [ -105.137127, 37.413101999999746 ], [ -105.135956, 37.412461999999749 ], [ -105.131299, 37.411502999999762 ], [ -105.12972, 37.409253999999741 ], [ -105.132669, 37.403605999999769 ], [ -105.138567, 37.400690999999753 ], [ -105.142516, 37.400945999999735 ], [ -105.151324, 37.400191999999741 ], [ -105.156212, 37.399229999999761 ], [ -105.158509, 37.397108999999745 ], [ -105.161433, 37.393208999999743 ], [ -105.166998, 37.387844999999743 ], [ -105.166896, 37.378987999999744 ], [ -105.16898, 37.375011999999735 ], [ -105.168412, 37.373668999999744 ], [ -105.166758, 37.372252999999745 ], [ -105.165749, 37.369822999999748 ], [ -105.166976, 37.358146999999754 ], [ -105.16515, 37.346337999999754 ], [ -105.165689, 37.341508999999746 ], [ -105.167949, 37.337030999999754 ], [ -105.167277, 37.334841999999774 ], [ -105.165605, 37.333529999999755 ], [ -105.163096, 37.328908999999769 ], [ -105.163523, 37.327388999999748 ], [ -105.166051, 37.32500599999976 ], [ -105.166892, 37.322683999999725 ], [ -105.166472, 37.315303999999749 ], [ -105.163399, 37.300421999999742 ], [ -105.165337, 37.295227999999746 ], [ -105.165221, 37.290701999999754 ], [ -105.164559, 37.289116999999742 ], [ -105.16019, 37.291108999999743 ], [ -105.157909, 37.292891999999746 ], [ -105.154176, 37.293128999999759 ], [ -105.154988, 37.111309999999733 ], [ -105.155042, 36.995338999999717 ], [ -105.220613, 36.995168999999748 ], [ -105.251296, 36.995604999999721 ], [ -105.41931, 36.995855999999741 ], [ -105.442459, 36.995993999999762 ], [ -105.447255, 36.996016999999739 ], [ -105.465182, 36.995990999999734 ], [ -105.508836, 36.995894999999727 ], [ -105.512485, 36.995776999999734 ], [ -105.533922, 36.995874999999742 ], [ -105.62747, 36.995678999999754 ], [ -105.66472, 36.995873999999745 ], [ -105.716471, 36.995848999999751 ], [ -105.718407, 36.995845999999759 ], [ -105.996159, 36.995417999999752 ], [ -105.997472, 36.995416999999733 ], [ -106.006634, 36.995342999999728 ], [ -106.201469, 36.994121999999713 ], [ -106.247705, 36.994265999999726 ], [ -106.248675, 36.994287999999727 ], [ -106.293279, 36.993889999999737 ], [ -106.325429, 36.994108999999732 ], [ -106.343139, 36.994229999999732 ], [ -106.412303, 36.994026999999754 ], [ -106.500589, 36.993767999999747 ], [ -106.617159, 36.992966999999773 ], [ -106.617125, 36.993003999999743 ], [ -106.628652, 36.993174999999731 ], [ -106.628733, 36.993160999999738 ], [ -106.653781933014926, 36.993223985265658 ], [ -106.661344, 36.99324299999973 ], [ -106.675626, 36.993122999999734 ], [ -106.750591, 36.992460999999743 ], [ -106.869796, 36.992425999999753 ], [ -106.877292, 37.00013899999972 ], [ -106.985513, 37.000111999999739 ], [ -107.107263, 37.000081999999736 ], [ -107.197245, 37.000059999999728 ], [ -107.420913, 37.000004999999739 ], [ -107.52681, 37.000003999999727 ], [ -107.605108, 37.000003999999727 ], [ -107.712478, 37.000002999999737 ], [ -107.855695, 37.000001999999739 ], [ -107.86914, 37.000001999999739 ], [ -107.869181, 37.000001999999739 ], [ -108.000623, 37.000000999999735 ], [ -108.249358, 36.999014999999737 ], [ -108.250635, 36.999560999999758 ], [ -108.288086, 36.999554999999752 ], [ -108.2884, 36.999519999999727 ], [ -108.320464, 36.999498999999737 ], [ -108.320721, 36.999509999999738 ], [ -108.379053193292251, 36.999459075812361 ], [ -108.379166, 36.99945899999976 ], [ -108.462298, 36.99938699999975 ], [ -108.620309, 36.99928699999974 ], [ -108.74927, 36.999139999999741 ], [ -108.954404, 36.998905999999742 ], [ -109.045223, 36.999083999999741 ], [ -109.045166, 37.072741999999735 ], [ -109.045058, 37.074660999999736 ], [ -109.044995, 37.08642899999974 ], [ -109.045189, 37.096270999999746 ], [ -109.045173, 37.109463999999747 ], [ -109.045203, 37.111957999999724 ], [ -109.045156, 37.112063999999741 ], [ -109.045995, 37.177278999999736 ], [ -109.045978, 37.201830999999757 ], [ -109.045487, 37.210843999999753 ], [ -109.045584, 37.249350999999734 ], [ -109.046039, 37.249992999999748 ], [ -109.045909, 37.320887999999741 ], [ -109.04581, 37.374992999999762 ], [ -109.043799, 37.469027999999746 ], [ -109.043540267568531, 37.481133772241435 ], [ -109.043137, 37.499991999999743 ], [ -109.041915, 37.530652999999759 ], [ -109.041865, 37.530725999999767 ], [ -109.041852, 37.546933999999752 ], [ -109.041806, 37.604170999999752 ], [ -109.042131, 37.617661999999747 ], [ -109.042089, 37.623794999999767 ], [ -109.042269, 37.666066999999764 ], [ -109.041732, 37.711213999999757 ], [ -109.04176, 37.713181999999762 ], [ -109.041636, 37.74020999999977 ], [ -109.042098, 37.749989999999762 ], [ -109.041461, 37.800104999999768 ], [ -109.041754, 37.835825999999756 ], [ -109.041723, 37.842050999999763 ], [ -109.041844, 37.872787999999751 ], [ -109.041058, 37.907235999999756 ], [ -109.043121, 37.974259999999767 ], [ -109.042819, 37.997067999999778 ], [ -109.04282, 37.999300999999797 ], [ -109.042116, 38.109294999999783 ], [ -109.041411, 38.15302599999977 ], [ -108.55498483840573, 38.153201414623915 ], [ -108.557265, 38.402653999999771 ], [ -108.4879, 38.388318999999754 ], [ -108.375405, 38.39120899999979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_APS_N", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 975.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -113.333496, 34.536540999999652 ], [ -113.333582, 34.607607999999651 ], [ -113.333112, 34.625016999999637 ], [ -113.333508, 34.745250999999655 ], [ -113.333098, 34.750014999999649 ], [ -113.333028, 34.788579999999662 ], [ -113.332878, 35.141645999999682 ], [ -113.33294, 35.190886999999655 ], [ -113.333776572942966, 35.418950009486743 ], [ -113.248204, 35.420850999999686 ], [ -113.101238, 35.424116999999683 ], [ -113.101449, 35.430103999999695 ], [ -113.0769, 35.43064899999969 ], [ -113.076688, 35.424661999999671 ], [ -113.046362, 35.425335999999682 ], [ -113.048523, 35.4864019999997 ], [ -113.06152, 35.486113999999688 ], [ -113.062876, 35.52442999999969 ], [ -113.058544, 35.524525999999703 ], [ -113.060705, 35.585592999999704 ], [ -113.193561, 35.582640999999704 ], [ -113.334134999919669, 35.579930161516963 ], [ -113.334048, 35.754854999999715 ], [ -113.361901, 35.7542359999997 ], [ -113.361309, 35.737500999999703 ], [ -113.431948, 35.735931999999686 ], [ -113.433034, 35.766611999999682 ], [ -113.500309, 35.765116999999684 ], [ -113.560656, 35.805645999999683 ], [ -113.561692, 35.834931999999696 ], [ -113.58692, 35.834370999999699 ], [ -113.586723, 35.828792999999706 ], [ -113.611951, 35.828232999999699 ], [ -113.654142, 35.878933999999695 ], [ -113.682734, 35.8782989999997 ], [ -113.684264, 35.921529999999699 ], [ -113.737932, 35.963602999999701 ], [ -113.738919, 35.991493999999733 ], [ -113.775921, 35.990671999999705 ], [ -113.778142, 36.053426999999708 ], [ -113.831962, 36.052231999999705 ], [ -113.832604, 36.070360999999714 ], [ -113.862877, 36.069687999999708 ], [ -113.863716, 36.093395999999707 ], [ -113.890627, 36.092797999999718 ], [ -113.892008, 36.131844999999693 ], [ -113.944147, 36.130686999999696 ], [ -113.946861, 36.207387999999717 ], [ -114.04681739872855, 36.205167013359699 ], [ -114.046743, 36.24524599999971 ], [ -114.047106, 36.250590999999709 ], [ -114.048226, 36.268873999999727 ], [ -114.048515, 36.2895979999997 ], [ -114.046935, 36.315448999999717 ], [ -114.047584, 36.325572999999721 ], [ -114.047278989038745, 36.336808999965903 ], [ -114.045806, 36.39107099999972 ], [ -114.045829, 36.442972999999725 ], [ -114.046352, 36.467138999999719 ], [ -114.046488, 36.473448999999725 ], [ -114.048476, 36.499979999999724 ], [ -114.04966, 36.621112999999731 ], [ -114.050167, 36.624977999999729 ], [ -114.050562, 36.656258999999736 ], [ -114.050619, 36.843127999999737 ], [ -114.049995, 36.957768999999736 ], [ -114.0506, 37.000395999999739 ], [ -113.965907, 37.000024999999724 ], [ -113.121300313271377, 37.000180977596223 ], [ -113.121208, 37.000180999999735 ], [ -113.016098, 37.00020699999974 ], [ -112.966471, 37.000218999999753 ], [ -112.928188, 37.000275999999722 ], [ -112.861654, 37.000375999999747 ], [ -112.724722, 37.000580999999727 ], [ -112.609787, 37.000752999999733 ], [ -112.558974, 37.000691999999752 ], [ -112.545094, 37.000733999999738 ], [ -112.540368, 37.000668999999718 ], [ -112.529719, 37.000696999999739 ], [ -112.483055, 37.000820999999739 ], [ -112.375265, 37.001107999999718 ], [ -112.368946, 37.001124999999732 ], [ -112.35769, 37.001024999999743 ], [ -112.032888, 37.00118099999974 ], [ -111.714199, 37.00133299999974 ], [ -111.640078, 37.001368999999741 ], [ -111.524389936923072, 37.001424478069723 ], [ -111.411671, 37.001477999999715 ], [ -111.402701, 36.953848999999728 ], [ -111.377914108172405, 36.900636282555773 ], [ -111.350824, 36.842478999999727 ], [ -111.352155, 36.218834999999707 ], [ -111.142692, 36.181333999999715 ], [ -111.070732, 36.074887999999703 ], [ -111.025475, 36.056077999999694 ], [ -110.873064, 36.050528999999685 ], [ -110.678716, 36.0510379999997 ], [ -110.65097, 36.034843999999715 ], [ -110.594794, 35.965785999999696 ], [ -110.535528, 35.964322999999702 ], [ -110.465445, 35.904467999999696 ], [ -110.417007, 35.880496999999721 ], [ -110.367156, 35.798225999999687 ], [ -110.433978, 35.73372399999969 ], [ -110.334878, 35.523363999999681 ], [ -110.309405217136486, 35.149676892072335 ], [ -110.431457, 35.146964999999682 ], [ -110.909873, 35.141204999999651 ], [ -110.909572, 35.132689999999663 ], [ -111.235247, 35.125453999999664 ], [ -111.242192891218053, 34.489237226280302 ], [ -111.494778, 33.999816999999616 ], [ -111.726306, 34.000037999999648 ], [ -111.805990967903028, 34.008794454607262 ], [ -112.064186, 34.037295999999635 ], [ -112.064668, 33.901152999999638 ], [ -111.991811, 33.900686999999635 ], [ -111.993173576609905, 33.829437856654444 ], [ -112.011347805021529, 33.829911966960807 ], [ -112.128198583570395, 33.821691309173467 ], [ -112.249746880854872, 33.765908274187829 ], [ -112.39006, 33.973666999999637 ], [ -112.408615, 34.133140999999632 ], [ -112.40931, 34.159045999999627 ], [ -112.512565, 34.159087999999628 ], [ -112.510933, 34.333594999999647 ], [ -112.582161, 34.333716999999659 ], [ -112.581848, 34.441401999999648 ], [ -112.616394, 34.441222999999653 ], [ -112.616913, 34.506183999999635 ], [ -112.621376, 34.506160999999651 ], [ -112.621162, 34.549319999999646 ], [ -112.63958, 34.55012899999965 ], [ -112.639954, 34.594645999999656 ], [ -112.728142, 34.593219999999661 ], [ -112.72773, 34.549159999999652 ], [ -112.762314, 34.548484999999651 ], [ -112.762184, 34.534854999999659 ], [ -112.828026, 34.535316999999651 ], [ -113.333496, 34.536540999999652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "AZ_APS_E", "PRIMARY_NE": "AZNMSNV", "PRIMARY_ST": "AZ", "ECONOMIC_M": 0.98, "RPS_COMPLI": 2025, "RPS_COM_01": 0.15, "SUBSTATION": 34643.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -111.235247, 35.125453999999664 ], [ -110.909572, 35.132689999999663 ], [ -110.909873, 35.141204999999651 ], [ -110.431457, 35.146964999999682 ], [ -110.309405217136486, 35.149676892072335 ], [ -110.094046, 35.154461999999683 ], [ -110.093831, 35.148379999999676 ], [ -109.722679, 35.15662599999969 ], [ -109.722042, 35.138635999999657 ], [ -109.67961, 35.140054999999663 ], [ -109.679797, 35.132246999999673 ], [ -109.709291, 35.132724999999674 ], [ -109.709375, 35.119178999999683 ], [ -109.684669, 35.119224999999652 ], [ -109.684718, 35.111390999999657 ], [ -109.630729, 35.111490999999681 ], [ -109.630685, 35.118541999999671 ], [ -109.617874, 35.118565999999674 ], [ -109.61782, 35.127182999999675 ], [ -109.600434, 35.127214999999673 ], [ -109.599893, 35.214171999999664 ], [ -109.502896, 35.214351999999685 ], [ -109.502959, 35.204167999999669 ], [ -109.496554, 35.204179999999667 ], [ -109.496729, 35.175977999999681 ], [ -109.531502, 35.175912999999653 ], [ -109.531595, 35.161028999999658 ], [ -109.507803, 35.161072999999668 ], [ -109.507871, 35.150105999999688 ], [ -109.494145, 35.150130999999689 ], [ -109.49534, 34.958199999999664 ], [ -109.471548, 34.958243999999674 ], [ -109.471251, 35.006030999999645 ], [ -109.379744, 35.006200999999699 ], [ -109.379632, 35.02421899999969 ], [ -109.363161, 35.024249999999689 ], [ -109.363098, 35.034433999999628 ], [ -109.356102, 35.256890999999676 ], [ -109.325389, 35.256857999999689 ], [ -109.32458, 35.364322999999679 ], [ -109.176137, 35.364163999999676 ], [ -109.175114, 35.50001599999969 ], [ -109.046561, 35.49987799999969 ], [ -109.046796, 35.363605999999677 ], [ -109.046084, 35.250024999999674 ], [ -109.046066040452359, 35.227935995003634 ], [ -109.046055, 35.214356999999666 ], [ -109.046001, 34.870780999999667 ], [ -109.046041050641236, 34.846967791268419 ], [ -109.046072, 34.828565999999661 ], [ -109.045624, 34.81422599999965 ], [ -109.046104, 34.799980999999669 ], [ -109.045363, 34.785405999999661 ], [ -109.046086, 34.771015999999655 ], [ -109.04618160745072, 34.52340963312129 ], [ -109.046181607450734, 34.523409633094261 ], [ -109.046182, 34.522552999999661 ], [ -109.046182, 34.522392999999646 ], [ -109.046743, 34.166973999999641 ], [ -109.047006, 34.000049999999625 ], [ -109.046426, 33.875051999999627 ], [ -109.047145, 33.740009999999629 ], [ -109.046888, 33.678861999999597 ], [ -109.046662, 33.625054999999627 ], [ -109.046844, 33.563624999999611 ], [ -109.047136, 33.464730999999617 ], [ -109.047176, 33.451056999999608 ], [ -109.047208, 33.440301999999605 ], [ -109.047298, 33.409782999999599 ], [ -109.046564, 33.3750599999996 ], [ -109.04687, 33.372653999999621 ], [ -109.047045, 33.369279999999613 ], [ -109.046909, 33.365569999999607 ], [ -109.046827, 33.365271999999621 ], [ -109.04686, 33.359401999999605 ], [ -109.495304, 33.349437999999587 ], [ -109.495303, 33.375555999999612 ], [ -109.495321, 33.376607999999614 ], [ -109.495383, 33.500053999999615 ], [ -109.494869, 33.52436199999962 ], [ -109.495608, 33.583318999999619 ], [ -109.49544, 33.652881999999622 ], [ -109.496673, 33.652651999999634 ], [ -109.500239, 33.652875999999637 ], [ -109.501126, 33.652415999999612 ], [ -109.502783, 33.650446999999623 ], [ -109.502731, 33.646644999999616 ], [ -109.503142, 33.645613999999625 ], [ -109.504184, 33.644262999999619 ], [ -109.505307, 33.643713999999612 ], [ -109.514373, 33.641839999999625 ], [ -109.517576, 33.643581999999654 ], [ -109.51815, 33.64610199999963 ], [ -109.519519, 33.645826999999628 ], [ -109.519602, 33.644406999999632 ], [ -109.518645, 33.64060499999961 ], [ -109.517524, 33.638221999999629 ], [ -109.517526, 33.634900999999587 ], [ -109.51958, 33.634168999999623 ], [ -109.522401, 33.631168999999623 ], [ -109.528096, 33.623306999999613 ], [ -109.527905, 33.622458999999623 ], [ -109.52566, 33.621953999999619 ], [ -109.524676, 33.620052999999615 ], [ -109.524923, 33.618838999999625 ], [ -109.530206, 33.61877199999963 ], [ -109.534531, 33.620192999999603 ], [ -109.53683, 33.622942999999601 ], [ -109.540937, 33.622942999999623 ], [ -109.541649, 33.619782999999615 ], [ -109.543128, 33.617148999999614 ], [ -109.544497, 33.617080999999615 ], [ -109.545866, 33.617446999999622 ], [ -109.556487, 33.6234499999996 ], [ -109.559693, 33.626640999999623 ], [ -109.561774, 33.62643399999962 ], [ -109.571491, 33.622212999999618 ], [ -109.572148, 33.621227999999604 ], [ -109.578828, 33.618387999999619 ], [ -109.579922, 33.616279999999612 ], [ -109.580059, 33.614103999999614 ], [ -109.581099, 33.61321099999963 ], [ -109.585671, 33.613049999999632 ], [ -109.587095, 33.615752999999629 ], [ -109.589833, 33.616438999999616 ], [ -109.595608, 33.614421999999614 ], [ -109.603382, 33.612862999999614 ], [ -109.604723, 33.612197999999601 ], [ -109.606119, 33.610708999999609 ], [ -109.606911, 33.60706699999961 ], [ -109.606609, 33.605806999999615 ], [ -109.604144, 33.601661999999621 ], [ -109.604253, 33.60090599999959 ], [ -109.608849, 33.595452999999615 ], [ -109.613036, 33.594053999999616 ], [ -109.613912, 33.594855999999602 ], [ -109.615526, 33.594098999999616 ], [ -109.617058, 33.592082999999604 ], [ -109.61949, 33.586171999999628 ], [ -109.619571, 33.584247999999604 ], [ -109.6202, 33.583606999999603 ], [ -109.621732, 33.583377999999641 ], [ -109.622827, 33.583902999999609 ], [ -109.623676, 33.585116999999606 ], [ -109.624691, 33.588780999999614 ], [ -109.625204, 33.589421999999608 ], [ -109.626428, 33.589694999999615 ], [ -109.627988, 33.589237999999618 ], [ -109.630507, 33.587474999999621 ], [ -109.631056, 33.585115999999623 ], [ -109.631877, 33.584589999999622 ], [ -109.636092, 33.584659999999609 ], [ -109.644794, 33.586083999999623 ], [ -109.646136, 33.585144999999613 ], [ -109.65265, 33.583314999999622 ], [ -109.65358, 33.583223999999625 ], [ -109.654729, 33.584185999999619 ], [ -109.655879, 33.584392999999601 ], [ -109.66034, 33.583751999999613 ], [ -109.672027, 33.574752999999617 ], [ -109.674326, 33.571889999999641 ], [ -109.67512, 33.57014899999961 ], [ -109.673533, 33.568110999999604 ], [ -109.671235, 33.567835999999602 ], [ -109.670496, 33.566529999999624 ], [ -109.670935, 33.563781999999634 ], [ -109.672358, 33.560574999999609 ], [ -109.672222, 33.559589999999616 ], [ -109.665902, 33.557962999999617 ], [ -109.66489, 33.557045999999623 ], [ -109.665382, 33.555327999999612 ], [ -109.670937, 33.554595999999613 ], [ -109.675095, 33.555764999999617 ], [ -109.678679, 33.553290999999618 ], [ -109.678597, 33.55244399999961 ], [ -109.681224, 33.548114999999619 ], [ -109.685081, 33.543373999999616 ], [ -109.69605, 33.539524999999607 ], [ -109.699085, 33.535515999999603 ], [ -109.701574, 33.535057999999623 ], [ -109.703215, 33.536798999999604 ], [ -109.704392, 33.539890999999606 ], [ -109.706444, 33.539913999999605 ], [ -109.707811, 33.538423999999608 ], [ -109.707947, 33.536431999999621 ], [ -109.706525, 33.534255999999615 ], [ -109.706524, 33.533316999999606 ], [ -109.707427, 33.531826999999623 ], [ -109.709997, 33.531093999999612 ], [ -109.714756, 33.531527999999618 ], [ -109.715659, 33.531252999999609 ], [ -109.716342, 33.530588999999608 ], [ -109.716369, 33.529786999999637 ], [ -109.714482, 33.527588999999601 ], [ -109.717462, 33.524494999999604 ], [ -109.721645, 33.522707999999618 ], [ -109.724134, 33.522729999999605 ], [ -109.725584, 33.523416999999604 ], [ -109.728865, 33.522819999999605 ], [ -109.731162, 33.521536999999626 ], [ -109.731434, 33.520276999999595 ], [ -109.730394, 33.518673999999621 ], [ -109.731596, 33.514595999999614 ], [ -109.73649, 33.512898999999607 ], [ -109.740152, 33.510193999999622 ], [ -109.744222, 33.503091999999604 ], [ -109.743618, 33.50005299999961 ], [ -109.741889, 33.493313999999607 ], [ -109.745359, 33.490814999999607 ], [ -109.746424, 33.489233999999627 ], [ -109.745549, 33.487653999999608 ], [ -109.745548, 33.486439999999611 ], [ -109.74675, 33.484766999999593 ], [ -109.747378, 33.484926999999608 ], [ -109.750195, 33.483047999999613 ], [ -109.754073, 33.48116899999961 ], [ -109.757669, 33.480915999999631 ], [ -109.76189, 33.481195999999613 ], [ -109.761897, 33.480032999999615 ], [ -109.764353, 33.476683999999594 ], [ -109.766753, 33.475584999999604 ], [ -109.772629, 33.476459999999598 ], [ -109.775539, 33.477053999999612 ], [ -109.782502, 33.476483999999616 ], [ -109.784297, 33.476899999999603 ], [ -109.78461, 33.479147999999597 ], [ -109.78422, 33.480933999999607 ], [ -109.784546, 33.481739999999604 ], [ -109.785163, 33.481855999999617 ], [ -109.788486, 33.482738999999626 ], [ -109.790462, 33.484026999999607 ], [ -109.796687, 33.483771999999611 ], [ -109.7988, 33.485585999999607 ], [ -109.800181, 33.488504999999613 ], [ -109.803149, 33.488788999999606 ], [ -109.804485, 33.487557999999616 ], [ -109.804024, 33.486640999999608 ], [ -109.801938, 33.482904999999619 ], [ -109.805707, 33.484047999999575 ], [ -109.807003, 33.484794999999622 ], [ -109.80907, 33.484826999999598 ], [ -109.811639, 33.483818999999606 ], [ -109.812487, 33.48434599999959 ], [ -109.813466, 33.4860389999996 ], [ -109.812691, 33.48714099999961 ], [ -109.812462, 33.487887999999607 ], [ -109.809763, 33.488883999999608 ], [ -109.808994, 33.488784999999616 ], [ -109.807757, 33.489338999999617 ], [ -109.80762, 33.490272999999604 ], [ -109.808359, 33.491446999999603 ], [ -109.80866, 33.495111999999615 ], [ -109.80689, 33.496977999999608 ], [ -109.806937, 33.498088999999581 ], [ -109.810027, 33.498572999999638 ], [ -109.811451, 33.497853999999613 ], [ -109.81335, 33.49780999999961 ], [ -109.8141, 33.4986469999996 ], [ -109.813419, 33.50005299999961 ], [ -109.813283, 33.500418999999603 ], [ -109.809674, 33.500856999999613 ], [ -109.805572, 33.500558999999633 ], [ -109.803959, 33.502528999999612 ], [ -109.804314, 33.503880999999609 ], [ -109.807759, 33.504888999999601 ], [ -109.811232, 33.504751999999606 ], [ -109.813556, 33.505415999999613 ], [ -109.820583, 33.509996999999608 ], [ -109.822006, 33.511737999999625 ], [ -109.82124, 33.516044999999615 ], [ -109.818971, 33.519342999999601 ], [ -109.819108, 33.520533999999628 ], [ -109.819381, 33.52110699999961 ], [ -109.820338, 33.521404999999604 ], [ -109.82537, 33.521976999999609 ], [ -109.826136, 33.522640999999616 ], [ -109.826136, 33.523534999999612 ], [ -109.823648, 33.526878999999603 ], [ -109.823511, 33.527886999999595 ], [ -109.824798, 33.529604999999606 ], [ -109.828108, 33.530818999999603 ], [ -109.829639, 33.531895999999634 ], [ -109.830543, 33.535491999999614 ], [ -109.83191, 33.535949999999609 ], [ -109.833168, 33.535330999999609 ], [ -109.833578, 33.531298999999606 ], [ -109.834754, 33.53001599999962 ], [ -109.83716, 33.529213999999627 ], [ -109.838692, 33.529259999999603 ], [ -109.840333, 33.529946999999609 ], [ -109.845011, 33.534068999999604 ], [ -109.845423, 33.536427999999603 ], [ -109.844357, 33.539863999999611 ], [ -109.844768, 33.540939999999615 ], [ -109.846327, 33.540618999999623 ], [ -109.848295, 33.538053999999605 ], [ -109.848923, 33.534319999999617 ], [ -109.850783, 33.53530399999962 ], [ -109.852344, 33.53834999999961 ], [ -109.852645, 33.539906999999616 ], [ -109.846329, 33.547948999999612 ], [ -109.846357, 33.548979999999617 ], [ -109.847452, 33.550193999999614 ], [ -109.8483, 33.549918999999612 ], [ -109.84871, 33.54884199999961 ], [ -109.850022, 33.547650999999604 ], [ -109.854234, 33.545243999999613 ], [ -109.855821, 33.546319999999618 ], [ -109.856369, 33.54858799999964 ], [ -109.868468, 33.557516999999592 ], [ -109.868605, 33.558386999999598 ], [ -109.867758, 33.559692999999591 ], [ -109.868087, 33.561754999999607 ], [ -109.868717, 33.562533999999609 ], [ -109.870605, 33.563013999999612 ], [ -109.872274, 33.562645999999624 ], [ -109.877736, 33.559184999999623 ], [ -109.878337, 33.559963999999617 ], [ -109.878143, 33.564499999999626 ], [ -109.881041, 33.568097999999608 ], [ -109.889222, 33.568765999999613 ], [ -109.891781, 33.567854999999611 ], [ -109.894586, 33.56727899999963 ], [ -109.897212, 33.568722999999615 ], [ -109.89784, 33.570509999999615 ], [ -109.897511, 33.572983999999593 ], [ -109.898714, 33.575022999999597 ], [ -109.904823, 33.575113999999601 ], [ -109.913218, 33.576057999999612 ], [ -109.914887, 33.575668999999607 ], [ -109.923098, 33.567697999999609 ], [ -109.927969, 33.568156999999616 ], [ -109.930514, 33.569599999999618 ], [ -109.937956, 33.570608999999607 ], [ -109.940392, 33.568706999999613 ], [ -109.941815, 33.568523999999599 ], [ -109.94737, 33.572028999999631 ], [ -109.950271, 33.573333999999619 ], [ -109.957467, 33.572187999999613 ], [ -109.960204, 33.572759999999597 ], [ -109.961025, 33.574523999999613 ], [ -109.960265, 33.577848999999624 ], [ -109.965551, 33.579191999999622 ], [ -109.966389, 33.576469999999617 ], [ -109.968496, 33.573926999999621 ], [ -109.971808, 33.576720999999587 ], [ -109.981579, 33.576351999999616 ], [ -109.98366, 33.579053999999616 ], [ -109.989299, 33.581433999999589 ], [ -109.995265, 33.582622999999607 ], [ -109.997153, 33.581613999999625 ], [ -109.998492, 33.5789559999996 ], [ -110.000649, 33.576984999999617 ], [ -110.000648, 33.546666999999616 ], [ -110.025317, 33.546118999999607 ], [ -110.025671, 33.556104999999633 ], [ -110.043382, 33.569989999999606 ], [ -110.044139, 33.591389999999613 ], [ -110.051021, 33.591236999999616 ], [ -110.051526, 33.605502999999615 ], [ -110.102433, 33.632927999999637 ], [ -110.103342, 33.658607999999596 ], [ -110.132592, 33.657957999999617 ], [ -110.143219, 33.66628899999963 ], [ -110.14337, 33.67056899999961 ], [ -110.136488, 33.670721999999593 ], [ -110.137043, 33.686414999999627 ], [ -110.193823, 33.685152999999595 ], [ -110.194783, 33.712259999999638 ], [ -110.199944, 33.712144999999616 ], [ -110.200399, 33.72498499999962 ], [ -110.215884, 33.724640999999622 ], [ -110.215682, 33.718933999999606 ], [ -110.229447, 33.718628999999616 ], [ -110.248929, 33.733900999999634 ], [ -110.264415, 33.733556999999628 ], [ -110.264819, 33.744970999999616 ], [ -110.273422, 33.744779999999629 ], [ -110.28759, 33.755886999999611 ], [ -110.306517, 33.755465999999615 ], [ -110.306769, 33.762599999999608 ], [ -110.323976, 33.762217999999606 ], [ -110.323824, 33.757937999999612 ], [ -110.327164, 33.755007999999613 ], [ -110.341333, 33.766114999999637 ], [ -110.341787, 33.778954999999634 ], [ -110.371038, 33.778304999999619 ], [ -110.370533, 33.76403899999962 ], [ -110.401504, 33.763350999999609 ], [ -110.401756, 33.770483999999648 ], [ -110.444771, 33.769527999999617 ], [ -110.44462, 33.765247999999616 ], [ -110.468708, 33.764712999999624 ], [ -110.475389, 33.758852999999618 ], [ -110.483992, 33.758661999999639 ], [ -110.484345, 33.76864899999962 ], [ -110.519767, 33.796416999999629 ], [ -110.519969, 33.80212399999963 ], [ -110.525579000579654, 33.801999633497225 ], [ -110.525261, 33.814390999999624 ], [ -110.540377, 33.824655999999599 ], [ -110.55078, 33.826787999999631 ], [ -110.554485, 33.830155999999633 ], [ -110.554923, 33.835905999999618 ], [ -110.557641, 33.838265999999606 ], [ -110.562033, 33.835035999999619 ], [ -110.563982, 33.826512999999608 ], [ -110.566096, 33.82506999999962 ], [ -110.584653, 33.836064999999614 ], [ -110.590772, 33.82916799999964 ], [ -110.599227, 33.831272999999641 ], [ -110.606333, 33.823298999999622 ], [ -110.615362, 33.821210999999636 ], [ -110.61786, 33.822216999999632 ], [ -110.620113, 33.825995999999634 ], [ -110.622885, 33.825513999999622 ], [ -110.625499, 33.823335999999621 ], [ -110.623206, 33.813325999999613 ], [ -110.628911, 33.80798899999963 ], [ -110.631434, 33.811173999999625 ], [ -110.637004, 33.811817999999626 ], [ -110.641475, 33.815553999999622 ], [ -110.649187, 33.815877999999621 ], [ -110.648119, 33.811821999999623 ], [ -110.655886, 33.810220999999608 ], [ -110.657615, 33.808411999999628 ], [ -110.655121, 33.801194999999609 ], [ -110.670188, 33.789307999999615 ], [ -110.67672, 33.773385999999626 ], [ -110.687144, 33.76905699999962 ], [ -110.693781, 33.75494499999963 ], [ -110.691943, 33.75251599999963 ], [ -110.692381, 33.748500999999592 ], [ -110.6892, 33.740597999999615 ], [ -110.703705, 33.739679999999623 ], [ -110.709572, 33.735990999999622 ], [ -110.715027, 33.729276999999634 ], [ -110.722429, 33.728885999999619 ], [ -110.721934, 33.724647999999611 ], [ -110.715791, 33.71928899999962 ], [ -110.71768, 33.71156799999963 ], [ -110.729796, 33.711724999999625 ], [ -110.736346, 33.7098209999996 ], [ -110.737085, 33.707803999999626 ], [ -110.730232, 33.705721999999611 ], [ -110.728778, 33.703201999999635 ], [ -110.732311, 33.698802999999593 ], [ -110.73374778685934, 33.698121093474818 ], [ -110.736997, 33.696578999999623 ], [ -110.743747, 33.697735999999615 ], [ -110.746482, 33.699643999999616 ], [ -110.748728, 33.697878999999602 ], [ -110.744011, 33.693321999999625 ], [ -110.745791, 33.690984999999614 ], [ -110.744857, 33.68878599999961 ], [ -110.740499, 33.686542999999595 ], [ -110.743536, 33.679209999999607 ], [ -110.754794, 33.677902999999588 ], [ -110.759586, 33.681937999999626 ], [ -110.764518, 33.682351999999625 ], [ -110.767342, 33.679603999999621 ], [ -110.763918, 33.677448999999633 ], [ -110.764001, 33.675753999999607 ], [ -110.769455, 33.67371699999962 ], [ -110.776277, 33.674199999999615 ], [ -110.777402, 33.67053499999961 ], [ -110.791569, 33.6657039999996 ], [ -110.797074, 33.672279999999617 ], [ -110.800527, 33.6708599999996 ], [ -110.79601, 33.65122599999961 ], [ -110.796777, 33.647811999999632 ], [ -110.79182, 33.647375999999625 ], [ -110.790369, 33.643663999999617 ], [ -110.793054, 33.638944999999616 ], [ -110.797793, 33.635990999999613 ], [ -110.801819, 33.63805299999963 ], [ -110.80138, 33.639999999999603 ], [ -110.80494, 33.643871999999632 ], [ -110.805022, 33.651478999999618 ], [ -110.817759, 33.651111999999628 ], [ -110.823566, 33.644673999999625 ], [ -110.826606, 33.644031999999619 ], [ -110.82962, 33.649071999999627 ], [ -110.829073, 33.655074999999599 ], [ -110.825322, 33.663344999999623 ], [ -110.828829, 33.665658999999614 ], [ -110.836281, 33.66691799999964 ], [ -110.839814, 33.662769999999618 ], [ -110.841815, 33.665381999999624 ], [ -110.839298, 33.676378999999628 ], [ -110.842835, 33.683548999999623 ], [ -110.843578, 33.691314999999605 ], [ -110.841661, 33.697821999999626 ], [ -110.842705, 33.705152999999626 ], [ -110.852964, 33.720636999999606 ], [ -110.853926, 33.725035999999633 ], [ -110.860508, 33.730645999999595 ], [ -110.866377, 33.732223999999619 ], [ -110.873121, 33.731556999999633 ], [ -110.876159, 33.74053699999962 ], [ -110.88175, 33.744754999999621 ], [ -110.886596, 33.759194999999643 ], [ -110.89246, 33.767994999999615 ], [ -110.906062, 33.777437999999613 ], [ -110.911464, 33.784563999999634 ], [ -110.9268, 33.791323999999605 ], [ -110.934948, 33.80268799999962 ], [ -110.955257, 33.816386999999629 ], [ -110.957261, 33.819845999999629 ], [ -110.953146, 33.827566999999625 ], [ -110.953696, 33.831575999999622 ], [ -110.951583, 33.836271999999617 ], [ -110.954164, 33.839753999999616 ], [ -110.969705, 33.846669999999612 ], [ -110.977254, 33.845613999999621 ], [ -110.982252, 33.847375999999628 ], [ -110.986559, 33.84150999999963 ], [ -110.987652, 33.840951999999625 ], [ -110.988921, 33.842791999999648 ], [ -110.992707, 33.838620999999627 ], [ -110.993284, 33.840681999999624 ], [ -110.994822, 33.840566999999631 ], [ -110.994082, 33.843430999999619 ], [ -110.997352, 33.846727999999622 ], [ -111.000589, 33.846795999999614 ], [ -111.010942, 33.842264999999635 ], [ -111.0116, 33.843639999999631 ], [ -111.017119, 33.843686999999626 ], [ -111.019384, 33.845427999999622 ], [ -111.022077, 33.843874999999613 ], [ -111.025605, 33.844411999999629 ], [ -111.031968, 33.841242999999629 ], [ -111.028629, 33.835301999999622 ], [ -111.032359, 33.834734999999625 ], [ -111.039195, 33.829878999999615 ], [ -111.064586, 33.827223999999624 ], [ -111.067797, 33.822847999999624 ], [ -111.073835, 33.820968999999614 ], [ -111.076854, 33.815630999999634 ], [ -111.084043, 33.809420999999631 ], [ -111.085222, 33.806236999999619 ], [ -111.088707, 33.804929999999644 ], [ -111.089749, 33.802111999999632 ], [ -111.092712, 33.801904999999614 ], [ -111.096879, 33.792991999999607 ], [ -111.10179, 33.790951999999614 ], [ -111.105875, 33.785726999999639 ], [ -111.112074, 33.781875999999613 ], [ -111.112765151836129, 33.780906501933849 ], [ -111.149804, 33.780568999999609 ], [ -111.21172100029014, 33.779193318354558 ], [ -111.212274, 33.784082999999626 ], [ -111.218008, 33.785501999999632 ], [ -111.224701, 33.783414999999621 ], [ -111.233343, 33.783801999999632 ], [ -111.24402, 33.790898999999612 ], [ -111.246876, 33.794792999999629 ], [ -111.252355, 33.795387999999626 ], [ -111.256088, 33.793854999999638 ], [ -111.262561, 33.797820999999622 ], [ -111.267435, 33.803746999999625 ], [ -111.271586, 33.801558999999621 ], [ -111.269391, 33.801236999999617 ], [ -111.266406, 33.79074399999962 ], [ -111.27143, 33.785109999999634 ], [ -111.27549, 33.784950999999616 ], [ -111.278234, 33.782728999999627 ], [ -111.291294, 33.778585999999606 ], [ -111.292702683888251, 33.777394054578963 ], [ -111.352071, 33.776074999999608 ], [ -111.387342584269803, 33.778936793816804 ], [ -111.384777, 33.783140999999624 ], [ -111.380512, 33.785184999999622 ], [ -111.381502463618347, 33.786983081950083 ], [ -111.378998065285288, 33.792132601951131 ], [ -111.377815, 33.793670999999641 ], [ -111.379746180455101, 33.795620650831012 ], [ -111.379805, 33.795735999999614 ], [ -111.380447180748391, 33.79632835569673 ], [ -111.387225, 33.803170999999615 ], [ -111.387639, 33.805309999999622 ], [ -111.3844, 33.810261999999618 ], [ -111.383568929206106, 33.816330681062489 ], [ -111.382127145449417, 33.816711329342247 ], [ -111.377530330971851, 33.817563501079178 ], [ -111.376017, 33.817036999999637 ], [ -111.372011, 33.818244999999614 ], [ -111.371680018390265, 33.818648050185651 ], [ -111.370828, 33.818805999999647 ], [ -111.371879, 33.824212999999617 ], [ -111.373927241930346, 33.825389585777955 ], [ -111.377746692143603, 33.828865915519536 ], [ -111.377927, 33.82953799999963 ], [ -111.382875, 33.833578999999631 ], [ -111.391809, 33.835856999999635 ], [ -111.389458, 33.837656999999624 ], [ -111.394789, 33.840818999999627 ], [ -111.395025915650791, 33.843188786602241 ], [ -111.394487047975915, 33.845968377799878 ], [ -111.391094, 33.852916999999628 ], [ -111.391608521556861, 33.854698328790789 ], [ -111.391489233911059, 33.854951715187966 ], [ -111.386261, 33.860751999999621 ], [ -111.386771, 33.862914999999632 ], [ -111.395622, 33.868523999999624 ], [ -111.395395, 33.87274299999963 ], [ -111.396529048465709, 33.874449364924367 ], [ -111.396564680569881, 33.875406398205477 ], [ -111.395358, 33.876890999999624 ], [ -111.396601714307351, 33.877227922917655 ], [ -111.397723, 33.87782299999963 ], [ -111.403259996665412, 33.87903165542113 ], [ -111.404963, 33.879492999999627 ], [ -111.404833, 33.882065999999625 ], [ -111.407362, 33.883816999999631 ], [ -111.41051, 33.88355399999962 ], [ -111.412135, 33.885838999999642 ], [ -111.412621, 33.888673999999654 ], [ -111.410746, 33.891558999999596 ], [ -111.412974, 33.898664999999632 ], [ -111.410895, 33.903685999999638 ], [ -111.407308, 33.905244999999603 ], [ -111.407914, 33.911928999999624 ], [ -111.407584060870747, 33.912605589945784 ], [ -111.406896, 33.91336299999962 ], [ -111.406329413581545, 33.915178433438967 ], [ -111.40438, 33.919175999999624 ], [ -111.406269527724348, 33.919800136494139 ], [ -111.408048, 33.920663999999626 ], [ -111.409050746141688, 33.920718810452229 ], [ -111.412062842845842, 33.921713746622714 ], [ -111.412287, 33.921944999999646 ], [ -111.413285723619367, 33.9221176806372 ], [ -111.425242, 33.926066999999634 ], [ -111.425782305265642, 33.925824861494497 ], [ -111.426388, 33.926069999999598 ], [ -111.430638, 33.923998999999625 ], [ -111.43212115449063, 33.921475165441429 ], [ -111.433326751653823, 33.920097767602023 ], [ -111.437336820687406, 33.91631564267869 ], [ -111.451046, 33.920953999999639 ], [ -111.448577, 33.929692999999624 ], [ -111.450467180498705, 33.932442725254511 ], [ -111.450539219190659, 33.933905215105057 ], [ -111.446382, 33.934818999999635 ], [ -111.446614, 33.941508999999641 ], [ -111.450907034070056, 33.947773387010585 ], [ -111.451504421154425, 33.949330731954937 ], [ -111.451086562691998, 33.95266842493664 ], [ -111.450772939030699, 33.9540789589404 ], [ -111.447322, 33.957745999999638 ], [ -111.448206047428968, 33.958401755060976 ], [ -111.448276, 33.958658999999599 ], [ -111.451812004547705, 33.964670042342306 ], [ -111.451861, 33.965887999999623 ], [ -111.448196, 33.968561999999615 ], [ -111.447547075134622, 33.97237494246464 ], [ -111.44454273321503, 33.975377355226321 ], [ -111.441257779712942, 33.977829747911187 ], [ -111.438333870296859, 33.979197015933899 ], [ -111.434017, 33.980852999999641 ], [ -111.432765, 33.985459999999641 ], [ -111.434469888663074, 33.986521797326169 ], [ -111.434654, 33.986805999999611 ], [ -111.43491685784349, 33.98680016780925 ], [ -111.442065, 33.991251999999641 ], [ -111.441053237882201, 33.993411633841255 ], [ -111.440796, 33.993731999999646 ], [ -111.440738121476514, 33.994084258405664 ], [ -111.439664, 33.996376999999647 ], [ -111.441359597624086, 33.997428253321097 ], [ -111.444051633348039, 34.000140804135249 ], [ -111.444388, 34.001136999999638 ], [ -111.444915849927327, 34.001011606615627 ], [ -111.445079, 34.001175999999639 ], [ -111.451097906841071, 34.002303180878428 ], [ -111.453724, 34.004710999999617 ], [ -111.456034456096006, 34.003227665020546 ], [ -111.456661, 34.003344999999626 ], [ -111.458128568921921, 34.002371184586728 ], [ -111.465841, 34.005903999999632 ], [ -111.46606816527229, 34.005730532301904 ], [ -111.466532, 34.005942999999633 ], [ -111.472438, 34.00468699999962 ], [ -111.474314, 34.00385199999964 ], [ -111.489869, 34.001352999999625 ], [ -111.491739, 34.000038999999632 ], [ -111.494778, 33.999816999999616 ], [ -111.242192891218053, 34.489237226280302 ], [ -111.235247, 35.125453999999664 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WY_SE", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "WY", "ECONOMIC_M": 1.01, "RPS_COMPLI": null, "RPS_COM_01": null, "SUBSTATION": 41245.0, "RPS_POLICY": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -103.505219, 43.000769999999889 ], [ -103.505094, 42.995009999999887 ], [ -103.504052, 42.894418999999893 ], [ -103.504061, 42.886726999999887 ], [ -103.503558, 42.874560999999893 ], [ -103.503753, 42.846818 ], [ -103.473882, 42.846817999999892 ], [ -103.473882, 42.814041999999887 ], [ -103.50352, 42.814041999999887 ], [ -103.503232, 42.784786999999881 ], [ -103.495356, 42.785210999999883 ], [ -103.480403, 42.784965999999883 ], [ -103.480626, 42.768061999999894 ], [ -103.481057, 42.759556999999887 ], [ -103.480141, 42.741199999999886 ], [ -103.480318, 42.727111999999877 ], [ -103.480378, 42.723452999999886 ], [ -103.480375, 42.717415 ], [ -103.48031, 42.712611999999886 ], [ -103.480533, 42.68353899999989 ], [ -103.480648, 42.658934999999886 ], [ -103.480441, 42.626412999999879 ], [ -103.480371, 42.619285999999882 ], [ -103.480338, 42.615580999999857 ], [ -103.480456, 42.605220999999879 ], [ -103.480508, 42.581518999999872 ], [ -103.480444, 42.571717999999876 ], [ -103.480422, 42.568367999999886 ], [ -103.480498, 42.524143999999886 ], [ -103.480495, 42.518631999999862 ], [ -103.480421, 42.509903999999885 ], [ -103.512959534676369, 42.453326633635534 ], [ -103.5356832209077, 42.41723607315047 ], [ -103.554396844862922, 42.399859136620613 ], [ -103.56910040654202, 42.379808825240019 ], [ -103.585140655646498, 42.359758513859425 ], [ -103.618557841280818, 42.335698140202716 ], [ -103.691842, 42.311315999999884 ], [ -103.692677, 42.32413499999987 ], [ -103.739607, 42.322534999999881 ], [ -103.740562, 42.33718499999987 ], [ -103.775527, 42.335992999999874 ], [ -103.86802344101028, 42.17822138277964 ], [ -103.889280190128019, 42.1144511354264 ], [ -103.924708105324271, 42.05776647111243 ], [ -103.923141682277219, 42.025613804105447 ], [ -103.913475600664597, 41.996615559267596 ], [ -103.904413649152772, 41.978491656243975 ], [ -103.947911016409549, 41.942847980297422 ], [ -103.942473845502448, 41.93197363848325 ], [ -103.935224284292985, 41.910829084955644 ], [ -103.95213992711507, 41.85162433507837 ], [ -103.915329, 41.820455999999879 ], [ -103.850041940081809, 41.79604436580582 ], [ -103.702769149079288, 41.726168674232703 ], [ -103.668015276019602, 41.6820579891954 ], [ -103.598642, 41.655561999999883 ], [ -103.38864760411667, 41.645967428710328 ], [ -103.369865, 41.655992999999867 ], [ -103.369582, 41.624971999999858 ], [ -103.36835, 41.590932999999858 ], [ -103.367681, 41.554678999999851 ], [ -103.367559, 41.554472999999859 ], [ -103.367199, 41.536347999999855 ], [ -103.353509, 41.536899999999868 ], [ -103.347765, 41.448795999999845 ], [ -103.2966, 41.450540999999859 ], [ -103.297079, 41.45788299999986 ], [ -103.234928550198802, 41.428087378374549 ], [ -103.220007, 41.409002999999856 ], [ -103.219209, 41.396765999999843 ], [ -103.193902, 41.397628999999853 ], [ -103.165420804079403, 41.378629943635744 ], [ -103.105269869937629, 41.349222820277546 ], [ -103.101259807661506, 41.246297888523841 ], [ -102.972307724968147, 41.178826261887544 ], [ -102.969748685249129, 41.131910533705607 ], [ -102.990221003001253, 41.10802616299479 ], [ -102.99619209567895, 41.083288779044295 ], [ -103.006428254555018, 41.07219960692855 ], [ -103.001310175116984, 41.044903183259073 ], [ -103.006428254555018, 41.03210798466398 ], [ -103.000457161877307, 41.021018812548256 ], [ -103.000102, 41.002399999999831 ], [ -103.362979, 41.001843999999863 ], [ -103.365314, 41.001845999999851 ], [ -103.396991, 41.002557999999844 ], [ -103.421925, 41.001968999999868 ], [ -103.421975, 41.002006999999836 ], [ -103.486697, 41.001913999999829 ], [ -103.497447, 41.001634999999837 ], [ -103.574522, 41.001720999999861 ], [ -103.750498, 41.002053999999845 ], [ -103.858449, 41.001680999999849 ], [ -103.877967, 41.001672999999847 ], [ -103.896207, 41.001749999999838 ], [ -103.906324, 41.001386999999845 ], [ -103.953525, 41.001595999999843 ], [ -103.971373, 41.001523999999868 ], [ -103.972642, 41.001614999999845 ], [ -104.018223, 41.00161699999984 ], [ -104.023383, 41.001886999999847 ], [ -104.039238, 41.001501999999832 ], [ -104.053249, 41.001405999999861 ], [ -104.066961, 41.001503999999848 ], [ -104.086068, 41.001562999999827 ], [ -104.10459, 41.001542999999849 ], [ -104.123586, 41.00162599999986 ], [ -104.139908, 41.002089999999846 ], [ -104.140584942333774, 41.001619230364049 ], [ -104.211473, 41.001590999999841 ], [ -104.214191, 41.001567999999835 ], [ -104.214692, 41.001656999999852 ], [ -104.467672, 41.001472999999848 ], [ -104.497058, 41.001804999999834 ], [ -104.497149, 41.001827999999847 ], [ -104.675999, 41.000956999999843 ], [ -104.829504, 40.999269999999854 ], [ -104.855273, 40.998047999999841 ], [ -104.943371, 40.998083999999849 ], [ -105.254779, 40.998209999999844 ], [ -105.256527, 40.998190999999842 ], [ -105.277138, 40.998172999999845 ], [ -105.724804, 40.996909999999843 ], [ -105.730421, 40.996885999999847 ], [ -106.061181, 40.996998999999853 ], [ -106.194624, 40.997625999999833 ], [ -106.217573, 40.997733999999838 ], [ -106.321165, 40.999122999999827 ], [ -106.386356, 41.00114399999984 ], [ -106.391852, 41.001175999999823 ], [ -106.43095, 41.001751999999854 ], [ -106.437419, 41.001794999999845 ], [ -106.439563, 41.001977999999859 ], [ -106.453859, 41.002056999999844 ], [ -106.857773, 41.002662999999842 ], [ -107.000606, 41.003443999999853 ], [ -107.241194, 41.002803999999855 ], [ -107.305313, 41.002940999999858 ], [ -107.317795, 41.002966999999842 ], [ -107.367443, 41.003072999999844 ], [ -107.517068, 41.002310999999835 ], [ -107.625624, 41.002123999999839 ], [ -107.691336, 41.002103999999861 ], [ -107.918421, 41.002035999999833 ], [ -107.917798, 41.088520999999844 ], [ -107.917502, 41.220514999999857 ], [ -107.917104, 41.398498999999852 ], [ -107.92988, 41.398529999999859 ], [ -107.929961, 41.503569999999868 ], [ -107.929944, 41.616133999999867 ], [ -107.929852, 41.621962999999866 ], [ -107.92982, 41.645547999999863 ], [ -107.929771, 41.653639999999875 ], [ -107.929736, 41.659595999999866 ], [ -107.928942388744787, 42.204507554265199 ], [ -107.931358089181444, 42.204578604278048 ], [ -107.932068589309878, 42.239535210596827 ], [ -107.928800288719088, 42.24763491206091 ], [ -107.928925010698023, 42.261850254117626 ], [ -107.994237, 42.262052999999888 ], [ -108.212420211519515, 42.26299401963086 ], [ -108.213613, 42.445600999999876 ], [ -108.214137220970244, 42.587323602229233 ], [ -108.099806, 42.705151999999892 ], [ -107.950771, 42.712448999999879 ], [ -107.950181, 42.706117999999876 ], [ -107.780026, 42.713359999999881 ], [ -107.820537, 42.965171999999896 ], [ -107.808896, 42.965820999999885 ], [ -107.810426, 42.998373999999878 ], [ -107.8219, 43.113142999999894 ], [ -107.827103, 43.223821999999885 ], [ -107.813453, 43.224385999999882 ], [ -107.825064, 43.471367 ], [ -107.808205, 43.471460999999898 ], [ -107.595134, 43.472258999999895 ], [ -107.595105, 43.501396999999891 ], [ -107.534897, 43.50136199999988 ], [ -107.474371, 43.501736999999892 ], [ -107.474174, 43.501407 ], [ -107.449653, 43.501896999999893 ], [ -107.355309, 43.501767999999892 ], [ -107.361937, 43.647523999999898 ], [ -107.239776, 43.650294 ], [ -107.243312, 43.72804 ], [ -107.233539, 43.728262 ], [ -107.237536, 43.816149 ], [ -107.255453, 43.815742999999891 ], [ -107.259963, 43.914897 ], [ -107.251819, 43.915081999999899 ], [ -107.259301, 44.079588 ], [ -107.181117, 44.081361 ], [ -107.180759, 44.073473999999891 ], [ -107.128521, 44.074659 ], [ -107.128641, 44.121244999999895 ], [ -107.128052, 44.141096 ], [ -107.128497, 44.160902999999891 ], [ -107.128584, 44.165692 ], [ -107.127966, 44.165728 ], [ -107.127879, 44.160939 ], [ -107.113911, 44.161627 ], [ -107.087108, 44.159464 ], [ -107.083996, 44.157682 ], [ -107.083899, 44.152401 ], [ -107.079358, 44.150458 ], [ -107.061197, 44.150803 ], [ -107.048368, 44.158346 ], [ -107.029287, 44.151941 ], [ -107.0, 44.150923 ], [ -106.97643, 44.142019999999881 ], [ -106.966165, 44.14099 ], [ -106.943943, 44.145726 ], [ -106.932306, 44.150041 ], [ -106.937689, 44.135347 ], [ -106.949973, 44.115372999999892 ], [ -106.955398, 44.112377 ], [ -106.974617, 44.091328999999888 ], [ -106.960432, 44.086885 ], [ -106.951012, 44.087116 ], [ -106.943621, 44.082979 ], [ -106.944699, 44.081149 ], [ -106.943177, 44.079137999999872 ], [ -106.935502, 44.077218 ], [ -106.933758, 44.073628 ], [ -106.927385, 44.070313 ], [ -106.919394, 44.069741 ], [ -106.908391, 44.072001999999898 ], [ -106.903793, 44.071063 ], [ -106.891686, 44.063126 ], [ -106.886549, 44.063947 ], [ -106.865665, 44.058823 ], [ -106.863886, 44.054845999999891 ], [ -106.826545, 44.061807 ], [ -106.819379, 44.058493 ], [ -106.81158, 44.057442 ], [ -106.806381, 44.058447999999899 ], [ -106.784317, 44.053277999999899 ], [ -106.774426, 44.054577999999886 ], [ -106.769102, 44.051398 ], [ -106.764378, 44.053134 ], [ -106.749093, 44.052142 ], [ -106.743385, 44.049425 ], [ -106.738758, 44.05121 ], [ -106.732924, 44.049178 ], [ -106.729724, 44.050803 ], [ -106.724619, 44.049455 ], [ -106.723318, 44.047032 ], [ -106.718944, 44.048268 ], [ -106.719419, 44.047010999999891 ], [ -106.715488, 44.046028999999891 ], [ -106.713492, 44.048087 ], [ -106.708135, 44.048087999999893 ], [ -106.707183, 44.046738999999896 ], [ -106.700559, 44.048477999999896 ], [ -106.696089, 44.047267 ], [ -106.69571, 44.051565 ], [ -106.693713, 44.052983 ], [ -106.692413, 44.050834 ], [ -106.687119, 44.05072 ], [ -106.685914, 44.052274 ], [ -106.687119, 44.053372 ], [ -106.679669, 44.05703 ], [ -106.682015, 44.059179 ], [ -106.681571, 44.0611 ], [ -106.679066, 44.060665 ], [ -106.679636, 44.06222 ], [ -106.678019, 44.061625 ], [ -106.675672, 44.066060999999884 ], [ -106.67301, 44.061648 ], [ -106.671932, 44.062355999999888 ], [ -106.67339, 44.064689 ], [ -106.671709, 44.064070999999899 ], [ -106.672375, 44.065923 ], [ -106.66914, 44.066037 ], [ -106.669743, 44.067478 ], [ -106.667935, 44.066837 ], [ -106.667745, 44.068232 ], [ -106.666032, 44.067819999999898 ], [ -106.666445, 44.065351 ], [ -106.664068, 44.062904 ], [ -106.663243, 44.06455 ], [ -106.665113, 44.066379 ], [ -106.662989, 44.067155999999898 ], [ -106.65836, 44.064823 ], [ -106.656806, 44.065669 ], [ -106.657946, 44.069007 ], [ -106.655947, 44.070607 ], [ -106.657786, 44.071613999999897 ], [ -106.654138, 44.074402 ], [ -106.65306, 44.073166999999884 ], [ -106.650935, 44.074241 ], [ -106.652267, 44.074835999999891 ], [ -106.651726, 44.076802 ], [ -106.646907, 44.075269 ], [ -106.645225, 44.077235 ], [ -106.644306, 44.076045 ], [ -106.642148, 44.077691 ], [ -106.644494, 44.078719999999898 ], [ -106.642654, 44.07952 ], [ -106.636471, 44.077756999999899 ], [ -106.633873, 44.074486 ], [ -106.631432, 44.074257 ], [ -106.631874, 44.076406 ], [ -106.630351, 44.076725 ], [ -106.629718, 44.07501 ], [ -106.624658, 44.074046 ], [ -106.62272, 44.07064 ], [ -106.620152, 44.071602 ], [ -106.621582, 44.074001999999894 ], [ -106.614795, 44.074051 ], [ -106.612352, 44.072612 ], [ -106.613873, 44.070759 ], [ -106.612381, 44.069708 ], [ -106.605882, 44.071105 ], [ -106.605881, 44.069755999999899 ], [ -106.607815, 44.06971 ], [ -106.607464, 44.067538 ], [ -106.601217, 44.067449 ], [ -106.602453, 44.066168 ], [ -106.601406, 44.064614 ], [ -106.59719, 44.066421 ], [ -106.596808, 44.064615 ], [ -106.592813, 44.065188 ], [ -106.592717, 44.062559 ], [ -106.589959, 44.064113999999897 ], [ -106.585423, 44.060754 ], [ -106.582602, 44.063224 ], [ -106.579463, 44.061144 ], [ -106.579303, 44.058972 ], [ -106.57794, 44.060184 ], [ -106.576545, 44.058561 ], [ -106.575721, 44.060093 ], [ -106.57737, 44.061922 ], [ -106.575373, 44.062516 ], [ -106.57512, 44.065283 ], [ -106.57179, 44.065329 ], [ -106.570839, 44.063866 ], [ -106.569888, 44.066861 ], [ -106.567224, 44.067363999999898 ], [ -106.568081, 44.069079 ], [ -106.570554, 44.06933 ], [ -106.568113, 44.071983 ], [ -106.566654, 44.071525999999892 ], [ -106.567574, 44.069741999999898 ], [ -106.566273, 44.068988 ], [ -106.56491, 44.07052 ], [ -106.560914, 44.068576 ], [ -106.560185, 44.070565999999893 ], [ -106.556158, 44.068712999999882 ], [ -106.558948, 44.071594 ], [ -106.555333, 44.072852 ], [ -106.559487, 44.074680999999899 ], [ -106.55695, 44.075779 ], [ -106.555174, 44.074773 ], [ -106.554413, 44.076967 ], [ -106.550765, 44.078133 ], [ -106.552224, 44.079551 ], [ -106.548228, 44.079619 ], [ -106.54975, 44.081266 ], [ -106.545309, 44.081494 ], [ -106.544865, 44.083002999999891 ], [ -106.547275, 44.084787 ], [ -106.544801, 44.084672 ], [ -106.544325, 44.086067 ], [ -106.547179, 44.087347 ], [ -106.543119, 44.089153 ], [ -106.546227, 44.089908 ], [ -106.546639, 44.091463 ], [ -106.538614, 44.090249999999898 ], [ -106.538202, 44.088375 ], [ -106.535949, 44.088992 ], [ -106.534746, 44.085332999999899 ], [ -106.532335, 44.08563 ], [ -106.532715, 44.087505 ], [ -106.529414, 44.089928 ], [ -106.529447, 44.087527 ], [ -106.527607, 44.088052 ], [ -106.528116, 44.085514 ], [ -106.526467, 44.085011 ], [ -106.524911, 44.087547999999884 ], [ -106.523008, 44.087091 ], [ -106.524022, 44.088851 ], [ -106.520501, 44.089490999999896 ], [ -106.520436, 44.091274 ], [ -106.515712, 44.088025 ], [ -106.512063, 44.088596 ], [ -106.512601, 44.090333999999899 ], [ -106.509109, 44.093602 ], [ -106.512726, 44.09326 ], [ -106.515326, 44.09493 ], [ -106.513643, 44.096507 ], [ -106.511487, 44.095249 ], [ -106.510819, 44.097443999999896 ], [ -106.513356, 44.098268 ], [ -106.51307, 44.09948 ], [ -106.507483, 44.10309 ], [ -106.503486, 44.101968 ], [ -106.505703, 44.105763999999894 ], [ -106.501864, 44.105877 ], [ -106.503891, 44.109101 ], [ -106.506842, 44.110132 ], [ -106.506363, 44.11283 ], [ -106.502775, 44.114726 ], [ -106.5, 44.1115 ], [ -106.496781, 44.111477 ], [ -106.498749, 44.112254 ], [ -106.497451, 44.114381 ], [ -106.501189, 44.114747999999892 ], [ -106.502612, 44.119756 ], [ -106.491329, 44.117425 ], [ -106.48879, 44.118020999999892 ], [ -106.489426, 44.119506999999899 ], [ -106.486568, 44.117885 ], [ -106.484634, 44.119943 ], [ -106.488224, 44.128011999999899 ], [ -106.487656, 44.132036 ], [ -106.4861, 44.130482 ], [ -106.483974, 44.132494999999899 ], [ -106.483845, 44.130048 ], [ -106.481211, 44.129912 ], [ -106.481021, 44.131376 ], [ -106.477467, 44.132726 ], [ -106.480959, 44.132679 ], [ -106.479977, 44.136338 ], [ -106.470993, 44.136592 ], [ -106.468677, 44.139153999999877 ], [ -106.476932, 44.14002 ], [ -106.472901, 44.141485 ], [ -106.474775, 44.144022 ], [ -106.470808, 44.145966999999899 ], [ -106.469187, 44.14363499999989 ], [ -106.468172, 44.146585 ], [ -106.466044, 44.144436 ], [ -106.464394, 44.146197 ], [ -106.466269, 44.15045 ], [ -106.464301, 44.150793 ], [ -106.46027, 44.155824 ], [ -106.469512, 44.156782 ], [ -106.469927, 44.160623 ], [ -106.465036, 44.161219 ], [ -106.463609, 44.165427 ], [ -106.466563, 44.166478 ], [ -106.463896, 44.168399 ], [ -106.469932, 44.170112 ], [ -106.467519, 44.171805 ], [ -106.460752, 44.171692 ], [ -106.466282, 44.175098 ], [ -106.462787, 44.175144 ], [ -106.462089, 44.176585 ], [ -106.460467, 44.173796 ], [ -106.457417, 44.172607 ], [ -106.45818, 44.174757 ], [ -106.45494, 44.174757 ], [ -106.455544, 44.176861 ], [ -106.453798, 44.179467 ], [ -106.44773, 44.180222999999891 ], [ -106.454149, 44.183766 ], [ -106.448049, 44.188728 ], [ -106.44484, 44.188546 ], [ -106.445539, 44.190489 ], [ -106.447287, 44.189529 ], [ -106.44805, 44.190786 ], [ -106.443474, 44.192684 ], [ -106.445381, 44.194422 ], [ -106.445604, 44.199612 ], [ -106.448211, 44.201417999999897 ], [ -106.451389, 44.200938 ], [ -106.448656, 44.203636 ], [ -106.452884, 44.204527 ], [ -106.446019, 44.206151 ], [ -106.449484, 44.209146 ], [ -106.446782, 44.210427 ], [ -106.447895, 44.212805 ], [ -106.441188, 44.214635 ], [ -106.440139, 44.216738 ], [ -106.441951, 44.217264 ], [ -106.440235, 44.218293 ], [ -106.434449, 44.219299 ], [ -106.437278, 44.223278 ], [ -106.435021, 44.22513 ], [ -106.437692, 44.226753 ], [ -106.437533, 44.229314 ], [ -106.44367, 44.232148999999886 ], [ -106.446183, 44.236173 ], [ -106.441731, 44.236676 ], [ -106.4417, 44.239876999999893 ], [ -106.437852, 44.246051 ], [ -106.436039, 44.245067 ], [ -106.436675, 44.241409 ], [ -106.435307, 44.241203 ], [ -106.433335, 44.243467 ], [ -106.434544, 44.245113 ], [ -106.432699, 44.246690999999899 ], [ -106.433431, 44.248086 ], [ -106.430123, 44.248291 ], [ -106.42919, 44.250126 ], [ -106.410657, 44.24598 ], [ -106.395904, 44.23715 ], [ -106.379944, 44.231861 ], [ -106.358377, 44.217415 ], [ -106.349696, 44.215452 ], [ -106.345053, 44.212687 ], [ -106.335989, 44.20368 ], [ -106.335351, 44.199153 ], [ -106.325271, 44.178393 ], [ -106.317645, 44.167693 ], [ -106.312658, 44.163966 ], [ -106.308465, 44.163623 ], [ -106.302304, 44.160238 ], [ -106.29681, 44.153813 ], [ -106.290206, 44.151731 ], [ -106.276938, 44.14084299999989 ], [ -106.272712, 44.144317999999892 ], [ -106.266554, 44.141823 ], [ -106.263409, 44.143353999999896 ], [ -106.247407, 44.133286 ], [ -106.234897, 44.131669 ], [ -106.22855, 44.134964 ], [ -106.222548, 44.131924999999896 ], [ -106.20315, 44.132226 ], [ -106.19407, 44.130101 ], [ -106.191658, 44.134993999999899 ], [ -106.193151, 44.139041 ], [ -106.18842, 44.144369 ], [ -106.188039, 44.14725 ], [ -106.180449, 44.147524 ], [ -106.178797, 44.152784 ], [ -106.172826, 44.154018 ], [ -106.16873, 44.152005 ], [ -106.164509, 44.146265 ], [ -106.150635, 44.141414 ], [ -106.117789, 44.150277 ], [ -106.105113, 44.144291 ], [ -106.099526, 44.146809 ], [ -106.092442, 44.141872 ], [ -106.085139, 44.142948 ], [ -106.082726, 44.141417 ], [ -106.078504, 44.146516 ], [ -106.075328, 44.142744 ], [ -106.06977, 44.139703 ], [ -106.067262, 44.141234999999895 ], [ -106.057832, 44.139726 ], [ -106.056783, 44.142996 ], [ -106.054116, 44.140365999999894 ], [ -106.04913, 44.144275999999891 ], [ -106.038493, 44.142741999999899 ], [ -106.032999, 44.143701 ], [ -106.027477, 44.139538 ], [ -106.019919, 44.13999299999989 ], [ -106.015413, 44.137224 ], [ -106.010809, 44.137359 ], [ -106.008998, 44.083574 ], [ -106.008631, 43.821604 ], [ -106.017027, 43.821513999999894 ], [ -106.018294, 43.625 ], [ -106.0168, 43.494999 ], [ -105.922939, 43.495035 ], [ -105.079267, 43.498474999999893 ], [ -104.899417, 43.499668999999891 ], [ -104.733245, 43.501762999999883 ], [ -104.200112, 43.502769999999877 ], [ -104.054299, 43.503098999999885 ], [ -104.054334, 43.477837999999885 ], [ -104.052639, 43.000616999999892 ], [ -103.991158, 43.00173599999988 ], [ -103.50474, 43.000800999999896 ], [ -103.505219, 43.000769999999889 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "CO_DEN", "PRIMARY_NE": "RMPA", "PRIMARY_ST": "CO", "ECONOMIC_M": 1.026858045, "RPS_COMPLI": 2020, "RPS_COM_01": 0.2, "SUBSTATION": 606.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -104.140584942333774, 41.001619230364049 ], [ -104.139908, 41.002089999999846 ], [ -104.143494, 40.610141999999833 ], [ -104.411288, 40.24636099999983 ], [ -104.402563, 40.000890999999825 ], [ -104.403159, 39.95890099999982 ], [ -104.31607, 39.958228999999839 ], [ -104.316146, 39.953274999999813 ], [ -104.30576, 39.953190999999819 ], [ -104.306879, 39.881355999999847 ], [ -104.067467, 39.879153999999808 ], [ -104.067502, 39.877296999999814 ], [ -104.061916, 39.87723899999984 ], [ -104.064099, 39.762681999999828 ], [ -103.978859, 39.761775999999834 ], [ -103.97929, 39.740450999999815 ], [ -103.978174, 39.740467999999815 ], [ -103.97355, 39.740148999999818 ], [ -103.965516, 39.740517999999824 ], [ -103.907686, 39.740630999999816 ], [ -103.889131, 39.74044199999981 ], [ -103.796053, 39.740153999999812 ], [ -103.757046, 39.740073999999808 ], [ -103.72535, 39.739944999999814 ], [ -103.706558, 39.739925999999798 ], [ -103.706674, 39.725440999999826 ], [ -103.706657, 39.716657999999811 ], [ -103.706745, 39.612397999999814 ], [ -103.707072, 39.566294999999819 ], [ -103.714355, 39.566330999999813 ], [ -104.044672, 39.565723999999797 ], [ -104.059337, 39.545917999999809 ], [ -104.304405, 39.401978999999798 ], [ -104.354764, 39.370353999999807 ], [ -104.356039, 39.283103999999803 ], [ -104.390428, 39.283364999999804 ], [ -104.390356, 39.288469999999805 ], [ -104.399844, 39.288539999999799 ], [ -104.399585, 39.307103999999782 ], [ -104.471947, 39.307614999999807 ], [ -104.506685, 39.280922999999802 ], [ -104.507042, 39.252147999999799 ], [ -104.512376, 39.252181999999799 ], [ -104.512434, 39.247540999999806 ], [ -104.617332, 39.248163999999811 ], [ -104.61653, 39.32195999999977 ], [ -104.620683, 39.321981999999807 ], [ -104.620612, 39.328479999999807 ], [ -104.73216, 39.32903599999981 ], [ -104.732229, 39.321609999999794 ], [ -104.738755, 39.321638999999799 ], [ -104.738938, 39.301681999999836 ], [ -104.744869, 39.301707999999813 ], [ -104.744961, 39.291496999999801 ], [ -104.750892, 39.291522999999806 ], [ -104.750966, 39.283168999999788 ], [ -104.755743, 39.279475999999804 ], [ -104.755772, 39.2762269999998 ], [ -104.761701, 39.276251999999793 ], [ -104.76184, 39.260471999999808 ], [ -104.767768, 39.260496999999802 ], [ -104.767877, 39.247964999999787 ], [ -104.772619, 39.247984999999815 ], [ -104.772671, 39.241950999999823 ], [ -104.780426, 39.235948999999813 ], [ -104.780474, 39.230379999999798 ], [ -104.781938757851933, 39.223834691518178 ], [ -104.786430758399788, 39.215259054108643 ], [ -104.788957, 39.208134999999807 ], [ -104.789164, 39.183534999999779 ], [ -104.795677, 39.183560999999798 ], [ -104.795824, 39.165923999999812 ], [ -104.785614031027464, 39.156863046986501 ], [ -104.778671848362592, 39.150737591693961 ], [ -104.76315402828817, 39.13766995373657 ], [ -104.754604642829889, 39.092627439152167 ], [ -104.751953195753259, 39.036947050543034 ], [ -104.827717808557423, 39.020875769039122 ], [ -104.840256, 39.042351999999809 ], [ -104.90936, 39.042431999999792 ], [ -104.914048, 39.042447999999787 ], [ -104.914016, 39.056351999999798 ], [ -104.913984, 39.071775999999801 ], [ -104.896272, 39.071871999999793 ], [ -104.896048, 39.079311999999796 ], [ -104.902384, 39.079071999999805 ], [ -104.9052, 39.081823999999791 ], [ -104.90512, 39.084559999999811 ], [ -104.897808, 39.088863999999809 ], [ -104.898384, 39.090735999999772 ], [ -104.908304, 39.091423999999797 ], [ -104.911376, 39.089327999999803 ], [ -104.91824, 39.093343999999789 ], [ -104.916256, 39.096287999999795 ], [ -104.91824, 39.096255999999798 ], [ -104.918544, 39.098751999999799 ], [ -104.911648, 39.098879999999802 ], [ -104.912288, 39.100687999999806 ], [ -104.923344, 39.100639999999792 ], [ -104.923132, 39.129830999999804 ], [ -104.991112, 39.129904999999802 ], [ -105.028966, 39.129839999999788 ], [ -105.033003, 39.129827999999804 ], [ -105.258978, 39.12956199999978 ], [ -105.328339, 39.129698999999796 ], [ -105.329893, 39.129693999999795 ], [ -105.36652, 39.129585999999804 ], [ -105.397322, 39.129573999999792 ], [ -105.397346, 39.249999999999794 ], [ -105.3962, 39.264899999999791 ], [ -105.3981, 39.326199999999801 ], [ -105.3975, 39.411599999999808 ], [ -105.3975, 39.423699999999805 ], [ -105.398, 39.461599999999798 ], [ -105.398, 39.462399999999818 ], [ -105.398, 39.463499999999819 ], [ -105.408976, 39.461166999999811 ], [ -105.437, 39.455399999999806 ], [ -105.438731, 39.457652999999794 ], [ -105.445956, 39.475177999999794 ], [ -105.455309, 39.479986999999809 ], [ -105.455278, 39.503481999999806 ], [ -105.446232, 39.53648099999981 ], [ -105.450351, 39.547064999999805 ], [ -105.457013, 39.552525999999801 ], [ -105.464594, 39.562435999999813 ], [ -105.452115, 39.565433999999819 ], [ -105.444546, 39.562786999999808 ], [ -105.44437, 39.565999999999811 ], [ -105.560117, 39.567541999999818 ], [ -105.549991, 39.573432999999824 ], [ -105.546441, 39.579451999999826 ], [ -105.53881, 39.583867999999811 ], [ -105.534932, 39.591464999999815 ], [ -105.513626, 39.610460999999816 ], [ -105.501343, 39.610997999999817 ], [ -105.492868, 39.604530999999817 ], [ -105.491743, 39.606670999999814 ], [ -105.489226, 39.606322999999811 ], [ -105.485175, 39.608035999999807 ], [ -105.484966, 39.609465999999806 ], [ -105.478294, 39.611516999999814 ], [ -105.473428, 39.615394999999829 ], [ -105.474354, 39.619376999999822 ], [ -105.471297, 39.619293999999812 ], [ -105.469739, 39.622788999999813 ], [ -105.46858, 39.621975999999812 ], [ -105.463487, 39.624877999999818 ], [ -105.462039, 39.629235999999793 ], [ -105.4555, 39.632199999999806 ], [ -105.454648, 39.632216999999827 ], [ -105.468402, 39.640288999999818 ], [ -105.473893, 39.646698999999806 ], [ -105.472649, 39.651306999999818 ], [ -105.469738, 39.652625999999806 ], [ -105.466093, 39.658557999999779 ], [ -105.464996, 39.66343199999983 ], [ -105.471528, 39.675728999999805 ], [ -105.472951, 39.675331999999827 ], [ -105.473124, 39.679953999999817 ], [ -105.46903, 39.682021999999819 ], [ -105.466478, 39.677349999999791 ], [ -105.458539, 39.675274999999814 ], [ -105.453659, 39.676838999999816 ], [ -105.4441, 39.673799999999801 ], [ -105.452413, 39.685204999999812 ], [ -105.450021, 39.689857999999802 ], [ -105.439206, 39.692722999999823 ], [ -105.44472, 39.692693999999804 ], [ -105.445314, 39.694555999999814 ], [ -105.435936, 39.697497999999825 ], [ -105.436125, 39.699911999999834 ], [ -105.438625, 39.702757999999804 ], [ -105.465866, 39.705473999999818 ], [ -105.481016, 39.712687999999815 ], [ -105.483084, 39.715732999999815 ], [ -105.485445, 39.715754999999817 ], [ -105.483867, 39.717625999999832 ], [ -105.48726, 39.715682999999821 ], [ -105.486113, 39.718932999999815 ], [ -105.489499, 39.717457999999823 ], [ -105.48852, 39.718413999999832 ], [ -105.499416, 39.7246829999998 ], [ -105.500677, 39.727230999999819 ], [ -105.499261, 39.728020999999785 ], [ -105.501119, 39.730526999999825 ], [ -105.497115, 39.72808299999982 ], [ -105.496347, 39.731234999999813 ], [ -105.502953, 39.734097999999825 ], [ -105.503397, 39.735127999999818 ], [ -105.501737, 39.734829999999818 ], [ -105.502863, 39.735585999999813 ], [ -105.505411, 39.735984999999808 ], [ -105.506332, 39.733870999999823 ], [ -105.507812, 39.737074999999813 ], [ -105.492771, 39.740314999999811 ], [ -105.487439, 39.743686999999795 ], [ -105.49763, 39.744565999999828 ], [ -105.501581, 39.750788999999813 ], [ -105.499697, 39.752494999999819 ], [ -105.500173, 39.756645999999819 ], [ -105.504769, 39.757214999999817 ], [ -105.509553, 39.761736999999805 ], [ -105.512803, 39.761814999999828 ], [ -105.512534, 39.764514999999832 ], [ -105.507745, 39.764188999999817 ], [ -105.510585, 39.765917999999814 ], [ -105.517948, 39.765126999999815 ], [ -105.525034, 39.768697999999802 ], [ -105.53805, 39.771631999999812 ], [ -105.540755, 39.77382299999983 ], [ -105.544523, 39.773647999999817 ], [ -105.543702, 39.776932999999815 ], [ -105.547318, 39.781069999999801 ], [ -105.548209, 39.784647999999812 ], [ -105.545427, 39.786995999999824 ], [ -105.553786, 39.792040999999806 ], [ -105.554712, 39.794261999999819 ], [ -105.560182, 39.795065999999821 ], [ -105.563546, 39.800375999999815 ], [ -105.570799, 39.801244999999817 ], [ -105.577495, 39.805574999999813 ], [ -105.579136, 39.812836999999803 ], [ -105.575507, 39.814181999999825 ], [ -105.573623, 39.81902599999983 ], [ -105.577482, 39.822280999999812 ], [ -105.590386, 39.823021999999831 ], [ -105.596895, 39.818825999999824 ], [ -105.601416, 39.817931999999821 ], [ -105.602108, 39.820452999999823 ], [ -105.605487, 39.822838999999817 ], [ -105.611007, 39.824746999999817 ], [ -105.613074, 39.822701999999822 ], [ -105.627012, 39.832099999999805 ], [ -105.633068, 39.843776999999818 ], [ -105.648477, 39.846475999999811 ], [ -105.659914, 39.850580999999814 ], [ -105.666847, 39.847592999999833 ], [ -105.674271, 39.849798999999813 ], [ -105.676788, 39.847443999999832 ], [ -105.680886, 39.847502999999826 ], [ -105.689789, 39.852008999999825 ], [ -105.695566, 39.861528999999813 ], [ -105.69721, 39.867998999999806 ], [ -105.696292, 39.871712999999808 ], [ -105.700225, 39.878901999999819 ], [ -105.697824, 39.880968999999823 ], [ -105.697133, 39.88432299999981 ], [ -105.698805, 39.88560899999981 ], [ -105.69916, 39.891511999999821 ], [ -105.696659, 39.894573999999814 ], [ -105.690562, 39.897301999999826 ], [ -105.689756, 39.901912999999809 ], [ -105.686674, 39.904205999999817 ], [ -105.688035, 39.907496999999829 ], [ -105.6873, 39.911713999999819 ], [ -105.68542, 39.915661999999813 ], [ -105.681628, 39.917492999999858 ], [ -105.681713, 39.921920999999813 ], [ -105.679521, 39.926515999999808 ], [ -105.676055, 39.92857799999981 ], [ -105.677414, 39.930524999999818 ], [ -105.675239, 39.932457999999841 ], [ -105.682424, 39.933827999999821 ], [ -105.693157, 39.94244699999981 ], [ -105.691222, 39.946453999999825 ], [ -105.693805, 39.95018799999982 ], [ -105.684564, 39.958760999999825 ], [ -105.687696, 39.959786999999828 ], [ -105.688015, 39.967106999999828 ], [ -105.689786, 39.969868999999832 ], [ -105.687855, 39.975439999999814 ], [ -105.684342, 39.97946099999983 ], [ -105.684413, 39.982880999999828 ], [ -105.686921, 39.985431999999825 ], [ -105.682605, 39.99289499999982 ], [ -105.682651, 39.994663999999801 ], [ -105.688477, 39.995387999999814 ], [ -105.690634, 39.997326999999814 ], [ -105.690492, 40.003777999999812 ], [ -105.687909, 40.006959999999815 ], [ -105.689456, 40.009126999999822 ], [ -105.689258, 40.015121999999828 ], [ -105.687266, 40.015992999999824 ], [ -105.680157, 40.01401999999981 ], [ -105.669577, 40.01689299999984 ], [ -105.661295, 40.016422999999833 ], [ -105.65824, 40.019120999999828 ], [ -105.651352, 40.0209189999998 ], [ -105.652235, 40.023785999999816 ], [ -105.640084, 40.035032999999842 ], [ -105.636855, 40.045244999999831 ], [ -105.648207, 40.054302999999827 ], [ -105.650503, 40.05845899999985 ], [ -105.64802, 40.061993999999835 ], [ -105.646134, 40.065233999999819 ], [ -105.641256, 40.067883999999822 ], [ -105.638315, 40.067044999999823 ], [ -105.640563, 40.073013999999816 ], [ -105.634871, 40.074960999999838 ], [ -105.6342, 40.079564999999832 ], [ -105.632062, 40.081460999999805 ], [ -105.633695, 40.081522999999848 ], [ -105.635446, 40.084566999999829 ], [ -105.633125, 40.088596999999822 ], [ -105.634135, 40.095133999999824 ], [ -105.631464, 40.097204999999818 ], [ -105.635489, 40.101364999999824 ], [ -105.636123, 40.107008999999813 ], [ -105.634094, 40.113246999999816 ], [ -105.629415, 40.114172999999816 ], [ -105.628563, 40.117050999999819 ], [ -105.626008, 40.118668999999826 ], [ -105.628224, 40.123526999999847 ], [ -105.625532, 40.127360999999837 ], [ -105.629425, 40.130448999999814 ], [ -105.629142, 40.137834999999825 ], [ -105.63491, 40.140431999999841 ], [ -105.635098, 40.146020999999806 ], [ -105.645716, 40.148637999999828 ], [ -105.646731, 40.150982999999812 ], [ -105.655589, 40.151354999999825 ], [ -105.660784, 40.156538999999825 ], [ -105.667169, 40.158290999999799 ], [ -105.666976, 40.161200999999828 ], [ -105.67002, 40.162705999999822 ], [ -105.670988, 40.166263999999835 ], [ -105.666359, 40.169901999999823 ], [ -105.669173, 40.174272999999829 ], [ -105.667739, 40.177045999999834 ], [ -105.671231, 40.180043999999825 ], [ -105.670066, 40.185407999999825 ], [ -105.674072, 40.186008999999828 ], [ -105.676994, 40.188521999999807 ], [ -105.675845, 40.199517999999827 ], [ -105.677125, 40.202125999999815 ], [ -105.669999, 40.207816999999835 ], [ -105.669743, 40.219371999999815 ], [ -105.662596, 40.220044999999821 ], [ -105.668355, 40.223739999999836 ], [ -105.667687, 40.228929999999799 ], [ -105.663818, 40.233228999999838 ], [ -105.664877, 40.237285999999827 ], [ -105.659723, 40.244855999999828 ], [ -105.659061, 40.249183999999836 ], [ -105.643461, 40.249954999999829 ], [ -105.650266, 40.253704999999833 ], [ -105.650798, 40.258077999999827 ], [ -105.652761, 40.26047299999982 ], [ -105.662007, 40.264229999999834 ], [ -105.66532, 40.267148999999833 ], [ -105.677626, 40.268135999999828 ], [ -105.681867, 40.272815999999828 ], [ -105.679786, 40.27468399999983 ], [ -105.680908, 40.279061999999847 ], [ -105.678701, 40.27892799999983 ], [ -105.680018, 40.284475999999849 ], [ -105.685927, 40.288305999999821 ], [ -105.680604, 40.291960999999809 ], [ -105.686807, 40.293748999999828 ], [ -105.687687, 40.297729999999824 ], [ -105.6852, 40.302940999999826 ], [ -105.690428, 40.304954999999829 ], [ -105.689556, 40.30867399999984 ], [ -105.696499, 40.31094899999983 ], [ -105.699837, 40.31047799999984 ], [ -105.701548, 40.312098999999819 ], [ -105.697087, 40.318288999999851 ], [ -105.698158, 40.320795999999838 ], [ -105.701459, 40.321726999999839 ], [ -105.701119, 40.324324999999831 ], [ -105.712565, 40.325583999999836 ], [ -105.720876, 40.332033999999837 ], [ -105.72681, 40.333994999999852 ], [ -105.728093, 40.334910999999828 ], [ -105.728526, 40.335293999999827 ], [ -105.729382, 40.339639999999825 ], [ -105.732546, 40.340789999999828 ], [ -105.734878, 40.342999999999819 ], [ -105.735578, 40.343844999999817 ], [ -105.735708, 40.346630999999832 ], [ -105.741706, 40.349292999999847 ], [ -105.747194, 40.347523999999829 ], [ -105.75182, 40.349108999999828 ], [ -105.752736, 40.351436999999827 ], [ -105.756554, 40.351665999999831 ], [ -105.759662, 40.356191999999837 ], [ -105.767135, 40.35977999999983 ], [ -105.768569, 40.364489999999833 ], [ -105.772955, 40.36479499999983 ], [ -105.775873, 40.369560999999827 ], [ -105.781386, 40.373774999999839 ], [ -105.781256, 40.377005999999831 ], [ -105.786686, 40.380887999999857 ], [ -105.790164, 40.386278999999838 ], [ -105.790387, 40.398655999999853 ], [ -105.799858, 40.407234999999822 ], [ -105.801444, 40.410927999999835 ], [ -105.8077, 40.414970999999838 ], [ -105.810561, 40.419415999999835 ], [ -105.814775, 40.421502999999838 ], [ -105.816701, 40.424339999999837 ], [ -105.816666, 40.426504999999857 ], [ -105.813742, 40.429475999999838 ], [ -105.815409, 40.43722499999982 ], [ -105.812454, 40.439177999999814 ], [ -105.811163, 40.442869999999822 ], [ -105.80521, 40.447349999999823 ], [ -105.807049, 40.452278999999827 ], [ -105.803914, 40.464240999999845 ], [ -105.810484, 40.470958999999844 ], [ -105.806568, 40.472426999999833 ], [ -105.806776, 40.474543999999838 ], [ -105.822059, 40.476896999999838 ], [ -105.833705, 40.47975199999982 ], [ -105.837004, 40.483007999999835 ], [ -105.846395, 40.482776999999842 ], [ -105.854359, 40.486268999999808 ], [ -105.855538, 40.490428999999835 ], [ -105.854639, 40.494379999999829 ], [ -105.851227, 40.498490999999824 ], [ -105.851737, 40.506570999999838 ], [ -105.856491, 40.507873999999838 ], [ -105.868524, 40.520755999999828 ], [ -105.879519, 40.523286999999847 ], [ -105.894008, 40.520213999999847 ], [ -105.903939, 40.514136999999849 ], [ -105.907753, 40.516091999999837 ], [ -105.910606, 40.522198999999837 ], [ -105.906523, 40.527860999999838 ], [ -105.904522, 40.535302999999843 ], [ -105.911265, 40.552707999999832 ], [ -105.909346, 40.558825999999854 ], [ -105.910324, 40.566438999999832 ], [ -105.914126, 40.570654999999839 ], [ -105.917876, 40.570718999999841 ], [ -105.921698, 40.574255999999835 ], [ -105.927481, 40.593042999999859 ], [ -105.92932, 40.605773999999847 ], [ -105.941495, 40.609096999999828 ], [ -105.946452, 40.616708999999844 ], [ -105.945372, 40.619343999999835 ], [ -105.944447, 40.621873999999835 ], [ -105.948789, 40.628105999999832 ], [ -105.947916, 40.642337999999832 ], [ -105.950533, 40.643509999999836 ], [ -105.95051, 40.645897999999832 ], [ -105.953858, 40.647463999999836 ], [ -105.956117, 40.654984999999847 ], [ -105.955252, 40.658874999999831 ], [ -105.96447, 40.668227999999864 ], [ -105.966095, 40.675701999999831 ], [ -105.970824, 40.680789999999824 ], [ -105.971255, 40.682812999999854 ], [ -105.969359, 40.68541499999985 ], [ -105.973389, 40.690164999999816 ], [ -105.972022, 40.695644999999843 ], [ -105.976516, 40.702668999999851 ], [ -105.98817, 40.709626999999827 ], [ -105.989508, 40.718334999999854 ], [ -105.98751, 40.721389999999843 ], [ -105.991396, 40.728940999999843 ], [ -105.995701, 40.733147999999836 ], [ -105.997055, 40.733856999999837 ], [ -105.998108, 40.734244999999852 ], [ -106.0, 40.734358999999849 ], [ -106.003456, 40.736815999999834 ], [ -106.014696, 40.752837999999834 ], [ -106.021685, 40.754711999999849 ], [ -106.020103, 40.758451999999849 ], [ -106.02331, 40.761350999999834 ], [ -106.022929, 40.764371999999831 ], [ -106.026052, 40.767974999999844 ], [ -106.023918, 40.771286999999838 ], [ -106.028677, 40.773458999999846 ], [ -106.028338, 40.777537999999844 ], [ -106.030463, 40.77789299999985 ], [ -106.029115, 40.781584999999836 ], [ -106.034003, 40.785307999999851 ], [ -106.039082, 40.785782999999853 ], [ -106.044801, 40.791879999999836 ], [ -106.044326, 40.797704999999844 ], [ -106.046167, 40.803042999999853 ], [ -106.05178, 40.80588499999984 ], [ -106.050932, 40.809163999999839 ], [ -106.053996, 40.813347999999856 ], [ -106.057228, 40.814460999999824 ], [ -106.057145, 40.817142999999824 ], [ -106.06426, 40.821589999999844 ], [ -106.070745, 40.82235399999982 ], [ -106.079013, 40.830265999999831 ], [ -106.087342, 40.833426999999844 ], [ -106.09188, 40.84072599999984 ], [ -106.098208, 40.841722999999845 ], [ -106.100689, 40.843586999999843 ], [ -106.097943, 40.849759999999833 ], [ -106.10187, 40.852357999999832 ], [ -106.10756, 40.852255999999855 ], [ -106.105065, 40.855383999999844 ], [ -106.104126, 40.860352999999854 ], [ -106.107191, 40.861391999999853 ], [ -106.107832, 40.863281999999849 ], [ -106.115964, 40.866464999999863 ], [ -106.118399, 40.865799999999837 ], [ -106.12632, 40.86957999999985 ], [ -106.131852, 40.876576999999841 ], [ -106.129407, 40.878236999999856 ], [ -106.127045, 40.884913999999846 ], [ -106.130857, 40.892889999999852 ], [ -106.131049, 40.896996999999871 ], [ -106.136128, 40.899608999999856 ], [ -106.136335, 40.902052999999839 ], [ -106.143496, 40.904924999999842 ], [ -106.147308, 40.904662999999857 ], [ -106.157977, 40.910643999999841 ], [ -106.158628, 40.914750999999853 ], [ -106.167596, 40.918422999999834 ], [ -106.168859, 40.923537999999837 ], [ -106.172861, 40.924807999999842 ], [ -106.178329, 40.930904999999832 ], [ -106.184732, 40.933997999999853 ], [ -106.188718, 40.945917999999843 ], [ -106.183785, 40.954627999999843 ], [ -106.186685, 40.959137999999854 ], [ -106.18427, 40.963856999999848 ], [ -106.187127, 40.964931999999834 ], [ -106.186163, 40.970239999999841 ], [ -106.189632, 40.974566999999851 ], [ -106.189466, 40.978665999999841 ], [ -106.191693, 40.982587999999843 ], [ -106.190054, 40.983933999999849 ], [ -106.19055, 40.986055999999834 ], [ -106.194863, 40.988220999999847 ], [ -106.18998, 40.99760399999986 ], [ -106.194624, 40.997625999999833 ], [ -106.061181, 40.996998999999853 ], [ -105.730421, 40.996885999999847 ], [ -105.724804, 40.996909999999843 ], [ -105.277138, 40.998172999999845 ], [ -105.256527, 40.998190999999842 ], [ -105.254779, 40.998209999999844 ], [ -104.943371, 40.998083999999849 ], [ -104.855273, 40.998047999999841 ], [ -104.829504, 40.999269999999854 ], [ -104.675999, 41.000956999999843 ], [ -104.497149, 41.001827999999847 ], [ -104.497058, 41.001804999999834 ], [ -104.467672, 41.001472999999848 ], [ -104.214692, 41.001656999999852 ], [ -104.214191, 41.001567999999835 ], [ -104.211473, 41.001590999999841 ], [ -104.140584942333774, 41.001619230364049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WA_ID_AVA", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0299888243, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 473.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -116.553473, 45.499107 ], [ -116.548676, 45.510385 ], [ -116.543837, 45.514193 ], [ -116.535482, 45.525079 ], [ -116.523638, 45.54661 ], [ -116.513272, 45.556537 ], [ -116.502756, 45.566608 ], [ -116.490279, 45.574499 ], [ -116.48297, 45.577008 ], [ -116.481943, 45.577898 ], [ -116.465929, 45.599666 ], [ -116.463635, 45.602785 ], [ -116.463504, 45.615785 ], [ -116.46517, 45.617986 ], [ -116.469813, 45.620604 ], [ -116.472882, 45.624884 ], [ -116.477452, 45.631267 ], [ -116.482495, 45.639916 ], [ -116.487894, 45.649769 ], [ -116.488291, 45.650124 ], [ -116.491871, 45.653321 ], [ -116.49451, 45.655679 ], [ -116.512326, 45.670224 ], [ -116.512429, 45.67029 ], [ -116.523961, 45.677639 ], [ -116.528272, 45.681473 ], [ -116.535137, 45.691361 ], [ -116.535396, 45.691734 ], [ -116.536395, 45.69665 ], [ -116.538014, 45.714929 ], [ -116.535698, 45.734231 ], [ -116.537173, 45.737288 ], [ -116.546643, 45.750972 ], [ -116.549085, 45.752735 ], [ -116.549773, 45.752836 ], [ -116.553548, 45.753388 ], [ -116.559444, 45.755189 ], [ -116.577422, 45.76753 ], [ -116.593004, 45.778541 ], [ -116.593607, 45.778665 ], [ -116.60504, 45.781018 ], [ -116.632032, 45.784979 ], [ -116.635814, 45.783642 ], [ -116.639641, 45.781274 ], [ -116.646342, 45.779815 ], [ -116.659629, 45.780016 ], [ -116.665344, 45.781998 ], [ -116.680139, 45.79359 ], [ -116.68038, 45.794038 ], [ -116.687007, 45.806319 ], [ -116.697192, 45.820135 ], [ -116.698079, 45.820852 ], [ -116.70845, 45.825117 ], [ -116.70918, 45.825366 ], [ -116.710797, 45.825917 ], [ -116.711822, 45.826267 ], [ -116.715527, 45.826773 ], [ -116.735649, 45.826197 ], [ -116.736268, 45.826179 ], [ -116.737802, 45.825554 ], [ -116.739568, 45.824834 ], [ -116.740486, 45.82446 ], [ -116.743182, 45.822714 ], [ -116.745219, 45.821394 ], [ -116.746591, 45.820714 ], [ -116.748267, 45.819882 ], [ -116.750978, 45.818537 ], [ -116.752838, 45.8179 ], [ -116.754699, 45.817263 ], [ -116.755288, 45.817061 ], [ -116.759787, 45.816167 ], [ -116.7634, 45.81658 ], [ -116.782676, 45.825376 ], [ -116.788329, 45.831928 ], [ -116.789066, 45.833471 ], [ -116.788923, 45.836741 ], [ -116.78752, 45.840204 ], [ -116.787792, 45.844267 ], [ -116.790151, 45.849851 ], [ -116.796051, 45.858473 ], [ -116.814142, 45.877551 ], [ -116.819182, 45.880938 ], [ -116.830003, 45.886405 ], [ -116.84355, 45.892273 ], [ -116.857254, 45.904159 ], [ -116.859795, 45.907264 ], [ -116.862365, 45.910956 ], [ -116.865523, 45.915492 ], [ -116.866544, 45.916958 ], [ -116.869655, 45.923799 ], [ -116.874572, 45.941033 ], [ -116.875706, 45.945008 ], [ -116.886843, 45.958617 ], [ -116.892935, 45.974396 ], [ -116.911409, 45.988912 ], [ -116.915989, 45.995413 ], [ -116.940681, 45.996274 ], [ -116.985882, 45.996974 ], [ -117.051304, 45.996849 ], [ -117.070047, 45.99751 ], [ -117.212616, 45.998321 ], [ -117.214534, 45.99832 ], [ -117.216731, 45.998356 ], [ -117.337668, 45.998662 ], [ -117.353928, 45.996349 ], [ -117.390738, 45.998598 ], [ -117.439943, 45.998633 ], [ -117.475148, 45.997893 ], [ -117.47536, 45.997855 ], [ -117.480103, 45.99787 ], [ -117.504833, 45.998317 ], [ -117.603163, 45.998887 ], [ -117.717852, 45.999866 ], [ -117.910583, 46.000502 ], [ -117.996911, 46.000787 ], [ -118.126197, 46.000282 ], [ -118.131019, 46.00028 ], [ -118.146028, 46.000701 ], [ -118.172017523913951, 46.000613232500314 ], [ -118.172552, 46.556947 ], [ -118.178843, 46.560535 ], [ -118.183363, 46.566102 ], [ -118.192968, 46.571836 ], [ -118.211103, 46.587592 ], [ -118.21566, 46.588924 ], [ -118.2114, 46.597967 ], [ -118.208275, 46.609718 ], [ -118.206411, 46.610345 ], [ -118.204029, 46.609975 ], [ -118.200643, 46.607627 ], [ -118.199734, 46.607743 ], [ -118.199051, 46.608745 ], [ -118.198397, 46.610544 ], [ -118.198228, 46.621533 ], [ -118.199796, 46.624186 ], [ -118.201174, 46.624867 ], [ -118.215411, 46.632098 ], [ -118.216474, 46.633303 ], [ -118.216529, 46.635456 ], [ -118.214641, 46.638689 ], [ -118.215291, 46.639541 ], [ -118.219336, 46.640754 ], [ -118.221428, 46.642102 ], [ -118.226077, 46.64722 ], [ -118.230864, 46.656658 ], [ -118.227516, 46.662442 ], [ -118.22672, 46.66306 ], [ -118.223732, 46.663655 ], [ -118.223668, 46.667678 ], [ -118.224368, 46.670077 ], [ -118.223441, 46.674146 ], [ -118.218361, 46.676844 ], [ -118.217499, 46.678422 ], [ -118.217565, 46.679222 ], [ -118.224017, 46.691242 ], [ -118.233729, 46.706575 ], [ -118.239121, 46.716516 ], [ -118.248777, 46.73203 ], [ -118.249277, 46.733538 ], [ -118.248979, 46.734132 ], [ -118.239941, 46.738068 ], [ -118.237745, 46.73688 ], [ -118.235349, 46.734162 ], [ -118.233886, 46.733934 ], [ -118.230696, 46.734461 ], [ -118.227073, 46.736725 ], [ -118.220059, 46.736796 ], [ -118.209885, 46.738942 ], [ -118.205632, 46.739817 ], [ -118.204402, 46.740891 ], [ -118.201942, 46.744526 ], [ -118.20018, 46.746034 ], [ -118.193695, 46.750192 ], [ -118.190336, 46.751203 ], [ -118.188939, 46.751111 ], [ -118.187243, 46.750272 ], [ -118.183455, 46.747704 ], [ -118.178834, 46.747087 ], [ -118.166231, 46.746606 ], [ -118.162107, 46.746902 ], [ -118.156882, 46.751314 ], [ -118.155019, 46.753622 ], [ -118.15668, 46.755999 ], [ -118.155747, 46.759519 ], [ -118.147432, 46.758968 ], [ -118.144271, 46.760316 ], [ -118.136156, 46.760175 ], [ -118.128239, 46.760948 ], [ -118.126069, 46.761324 ], [ -118.117483, 46.764516 ], [ -118.115754, 46.766551 ], [ -118.113327, 46.767512 ], [ -118.111964, 46.768632 ], [ -118.111367, 46.770325 ], [ -118.109572, 46.771994 ], [ -118.106546, 46.773184 ], [ -118.10262, 46.772637 ], [ -118.098197, 46.775861 ], [ -118.095006, 46.778879 ], [ -118.092176, 46.777577 ], [ -118.089514, 46.777143 ], [ -118.085355, 46.776253 ], [ -118.08479, 46.775407 ], [ -118.083093, 46.774905 ], [ -118.074043, 46.776277 ], [ -118.072613, 46.775455 ], [ -118.072879, 46.773832 ], [ -118.070517, 46.772323 ], [ -118.054148, 46.76997 ], [ -118.048228, 46.768232 ], [ -118.045467, 46.768643 ], [ -118.041873, 46.771157 ], [ -118.041705, 46.773497 ], [ -118.040906, 46.776871 ], [ -118.039674, 46.779499 ], [ -118.036045, 46.784732 ], [ -118.027024, 46.788068 ], [ -118.024696, 46.787221 ], [ -118.02207, 46.783449 ], [ -118.020972, 46.782855 ], [ -118.018277, 46.783334 ], [ -118.015247, 46.785069 ], [ -118.012613, 46.790485 ], [ -118.012612, 46.791445 ], [ -118.013277, 46.792611 ], [ -118.015771, 46.793824 ], [ -118.017532, 46.797024 ], [ -118.017896, 46.799516 ], [ -118.016529, 46.803286 ], [ -118.016528, 46.80452 ], [ -118.019751, 46.811881 ], [ -118.019816, 46.813847 ], [ -118.018416, 46.815035 ], [ -118.011525, 46.814804 ], [ -118.007994, 46.81679 ], [ -118.006794, 46.818573 ], [ -118.004394, 46.819784 ], [ -118.001059, 46.820605 ], [ -117.997884, 46.823396 ], [ -117.998967, 46.825721 ], [ -117.997682, 46.828452 ], [ -117.996391, 46.830014 ], [ -117.992251, 46.831956 ], [ -117.992009, 46.832586 ], [ -117.993603, 46.838081 ], [ -117.997471, 46.837816 ], [ -118.001059, 46.838341 ], [ -118.003275, 46.838754 ], [ -118.004107, 46.83944 ], [ -118.004835, 46.843394 ], [ -118.004431, 46.848194 ], [ -118.001059, 46.849244 ], [ -117.994489, 46.852505 ], [ -117.98877, 46.857414 ], [ -117.988229, 46.861053 ], [ -117.9876, 46.861853 ], [ -117.976873, 46.863297 ], [ -117.970807, 46.867254 ], [ -117.970753, 46.868303 ], [ -117.967357, 46.914878 ], [ -117.958856, 46.914878 ], [ -117.959388, 46.965014 ], [ -117.959498, 46.987791 ], [ -117.959767, 46.990465 ], [ -117.960116, 47.032614 ], [ -117.960049, 47.033231 ], [ -117.959612, 47.04339 ], [ -117.959674, 47.072624 ], [ -117.960221, 47.119441 ], [ -117.960021, 47.121476 ], [ -117.959724, 47.135012 ], [ -117.960697, 47.244315999982341 ], [ -117.960143, 47.260448999982394 ], [ -118.054141, 47.260605999982374 ], [ -118.053433, 47.320541999982545 ], [ -118.393235, 47.323488999982565 ], [ -118.434705, 47.718764999983584 ], [ -118.437439, 47.841659999983904 ], [ -118.433438, 47.839828999983908 ], [ -118.424111, 47.838498999983905 ], [ -118.418833, 47.835689999983892 ], [ -118.416493, 47.835014999983883 ], [ -118.401741, 47.832892999983891 ], [ -118.392659, 47.830683999983869 ], [ -118.383451, 47.830362999983876 ], [ -118.380439, 47.831060999983876 ], [ -118.374843, 47.833057999983879 ], [ -118.371705, 47.832340999983899 ], [ -118.36815, 47.832999999983883 ], [ -118.360376, 47.838389999983889 ], [ -118.357065, 47.841598999983916 ], [ -118.356226, 47.84417499998392 ], [ -118.356923, 47.84678799998391 ], [ -118.356332, 47.852322999983919 ], [ -118.3552, 47.86065899998394 ], [ -118.354075, 47.864925999983953 ], [ -118.34817, 47.874879999983982 ], [ -118.348062, 47.877048999983998 ], [ -118.349538, 47.880206999983997 ], [ -118.349911, 47.882571999984009 ], [ -118.347453, 47.887011999984033 ], [ -118.341241, 47.892430999984029 ], [ -118.339996, 47.900177999984066 ], [ -118.350183, 47.916293999984106 ], [ -118.356089, 47.929316999984131 ], [ -118.352379, 47.95358599998417 ], [ -118.349623, 47.965617999984218 ], [ -118.34874, 47.971781999984231 ], [ -118.352143, 47.974757999984249 ], [ -118.370645, 47.985568999984274 ], [ -118.375354, 47.999881999984311 ], [ -118.378505, 48.003481999984309 ], [ -118.388706, 48.01168199998434 ], [ -118.401107, 48.022881999984357 ], [ -118.402407, 48.024981999984369 ], [ -118.402207, 48.026881999984376 ], [ -118.3572, 48.142851999984657 ], [ -118.410218, 48.246335999984893 ], [ -118.414792, 48.451899999985393 ], [ -118.659008307797279, 48.52668938070773 ], [ -118.762583466366635, 48.710299889081107 ], [ -118.836899, 49.000307999986646 ], [ -118.816964, 49.000310999986645 ], [ -118.62051, 49.000340999986641 ], [ -118.364763, 49.000380999986639 ], [ -118.196645, 49.000406999986652 ], [ -118.002046, 49.000436999986633 ], [ -118.001106, 48.999910999986632 ], [ -117.884398, 48.999911999986651 ], [ -117.8761, 49.000545999986656 ], [ -117.607323, 49.000842999986645 ], [ -117.429503, 49.000362999986642 ], [ -117.268192, 48.999927999986646 ], [ -117.268247, 48.999817999986639 ], [ -117.126075, 48.998887999986636 ], [ -117.032351, 48.999187999986638 ], [ -116.757185, 48.999790999986651 ], [ -116.757234, 48.999942999986636 ], [ -116.503235, 49.000059999986632 ], [ -116.441276, 49.000087999986654 ], [ -116.417503, 49.000098999986641 ], [ -116.412289, 49.000151999986649 ], [ -116.386194, 49.000414999986631 ], [ -116.376039, 49.000517999986648 ], [ -116.373532, 49.000745999986634 ], [ -116.369128, 49.00114599998664 ], [ -116.359212, 49.001138999986651 ], [ -116.049193, 49.000911999986641 ], [ -116.049159, 48.540757999985594 ], [ -116.049155, 48.481246999985466 ], [ -116.050003, 48.413491999985297 ], [ -116.048948, 48.309846999985048 ], [ -116.049735, 48.27466799998497 ], [ -116.049353, 48.249935999984913 ], [ -116.049977, 48.237603999984891 ], [ -116.048911, 48.124929999984602 ], [ -116.049415, 48.077219999984493 ], [ -116.04932, 48.066643999984471 ], [ -116.048739, 48.060092999984455 ], [ -116.049143310620963, 48.001331236546768 ], [ -116.049153, 47.999922999984314 ], [ -116.04885, 47.97718599998425 ], [ -116.048421, 47.976819999984244 ], [ -116.044618, 47.974743999984241 ], [ -116.040648, 47.972576999984241 ], [ -116.03834, 47.971317999984223 ], [ -116.030751, 47.973348999984239 ], [ -116.021118, 47.963814999984194 ], [ -116.017112, 47.959850999984198 ], [ -116.010213, 47.953022999984192 ], [ -116.007246, 47.95008699998418 ], [ -115.998236, 47.938778999984144 ], [ -115.995121, 47.933826999984149 ], [ -115.993678, 47.926182999984128 ], [ -115.982791, 47.915993999984096 ], [ -115.969076, 47.914255999984093 ], [ -115.965153, 47.910130999984077 ], [ -115.959946, 47.898141999984034 ], [ -115.952661, 47.892668999984032 ], [ -115.943275, 47.885618999984018 ], [ -115.941671, 47.884412999984008 ], [ -115.939993, 47.883152999984034 ], [ -115.939602, 47.882666999983996 ], [ -115.936063, 47.878264999984005 ], [ -115.925577, 47.865223999983961 ], [ -115.919291, 47.857405999983939 ], [ -115.915843, 47.854422999983925 ], [ -115.906409, 47.846260999983912 ], [ -115.905475, 47.845715999983902 ], [ -115.900934, 47.843063999983897 ], [ -115.881522, 47.849671999983926 ], [ -115.875262, 47.843271999983905 ], [ -115.874447, 47.841728999983907 ], [ -115.870861, 47.834938999983891 ], [ -115.852291, 47.827990999983861 ], [ -115.845474, 47.814966999983838 ], [ -115.848509, 47.809330999983835 ], [ -115.847487, 47.785226999983763 ], [ -115.84044, 47.780171999983743 ], [ -115.837438, 47.774845999983725 ], [ -115.835069, 47.770059999983737 ], [ -115.835365, 47.760956999983698 ], [ -115.831755, 47.755784999983696 ], [ -115.824597, 47.752153999983683 ], [ -115.811679, 47.756105999983681 ], [ -115.803917, 47.758479999983685 ], [ -115.797299, 47.757519999983685 ], [ -115.786965, 47.748892999983674 ], [ -115.780441, 47.743446999983661 ], [ -115.78247, 47.734076999983621 ], [ -115.783504, 47.729304999983604 ], [ -115.776219, 47.719817999983597 ], [ -115.77177, 47.71741199998359 ], [ -115.763424, 47.717312999983598 ], [ -115.758623, 47.719040999983605 ], [ -115.752349, 47.716742999983595 ], [ -115.730764, 47.704425999983563 ], [ -115.72377, 47.696670999983539 ], [ -115.724483, 47.690504999983524 ], [ -115.726306, 47.674745999983472 ], [ -115.726613, 47.672092999983484 ], [ -115.731008, 47.664204999983447 ], [ -115.73627, 47.654761999983435 ], [ -115.72993, 47.642441999983404 ], [ -115.715193, 47.636339999983377 ], [ -115.708537, 47.635355999983382 ], [ -115.694284, 47.623459999983339 ], [ -115.693102, 47.61666699998333 ], [ -115.689404, 47.595401999983267 ], [ -115.706473, 47.577298999983221 ], [ -115.721207, 47.576322999983219 ], [ -115.734674, 47.567400999983192 ], [ -115.746945, 47.555292999983173 ], [ -115.748536, 47.549244999983138 ], [ -115.747263, 47.543196999983138 ], [ -115.741371, 47.538644999983127 ], [ -115.720188329039502, 47.533466569065261 ], [ -115.720186, 47.533465999983115 ], [ -115.717024, 47.532692999983112 ], [ -115.71034, 47.529509999983098 ], [ -115.709805, 47.523840999983094 ], [ -115.709738000004009, 47.523130766357248 ], [ -115.708748, 47.512639999983058 ], [ -115.703553, 47.507670999983041 ], [ -115.698885, 47.503205999983038 ], [ -115.694106, 47.498633999983021 ], [ -115.686704, 47.485595999982991 ], [ -115.679614353553433, 47.483869997800142 ], [ -115.660962, 47.479329999982973 ], [ -115.656182, 47.47816599998297 ], [ -115.655273, 47.477943999982962 ], [ -115.653044, 47.476034999982964 ], [ -115.654317, 47.468076999982941 ], [ -115.663867, 47.45693599998291 ], [ -115.671188, 47.454389999982901 ], [ -115.69293, 47.457236999982911 ], [ -115.718247, 47.453159999982908 ], [ -115.722989, 47.449564999982897 ], [ -115.728801, 47.445158999982873 ], [ -115.730512, 47.437244999982845 ], [ -115.730512408422143, 47.437244995901167 ], [ -115.731348, 47.433380999982852 ], [ -115.728801, 47.42892499998284 ], [ -115.723066, 47.425433999982836 ], [ -115.72148, 47.424468999982821 ], [ -115.72076, 47.423478999982798 ], [ -115.718934, 47.420966999982817 ], [ -115.71034, 47.417783999982809 ], [ -115.69057, 47.41505899998279 ], [ -115.657681, 47.400650999982773 ], [ -115.648479, 47.390292999982734 ], [ -115.64434, 47.381825999982723 ], [ -115.639353, 47.378708999982699 ], [ -115.639186, 47.378604999982706 ], [ -115.633814, 47.379563999982707 ], [ -115.617247, 47.382520999982724 ], [ -115.609492, 47.380798999982709 ], [ -115.602184, 47.377533999982688 ], [ -115.60057, 47.376812999982697 ], [ -115.582386, 47.36868899998268 ], [ -115.578619, 47.367006999982671 ], [ -115.576197, 47.363675999982647 ], [ -115.570887, 47.356374999982634 ], [ -115.564766, 47.353475999982649 ], [ -115.556318, 47.353075999982643 ], [ -115.551079, 47.34985599998263 ], [ -115.549443, 47.337935999982598 ], [ -115.548732, 47.332748999982591 ], [ -115.548658, 47.33221299998258 ], [ -115.537614, 47.320238999982543 ], [ -115.531971, 47.314120999982528 ], [ -115.528222, 47.306290999982501 ], [ -115.526751, 47.303218999982491 ], [ -115.51186, 47.295218999982488 ], [ -115.49623, 47.289678999982463 ], [ -115.487314, 47.286517999982451 ], [ -115.470959, 47.284872999982454 ], [ -115.457077, 47.277793999982435 ], [ -115.443566, 47.277308999982445 ], [ -115.428358, 47.27872199998243 ], [ -115.423173, 47.276221999982411 ], [ -115.421645, 47.271735999982404 ], [ -115.410685, 47.264227999982381 ], [ -115.40418, 47.264392999982391 ], [ -115.378725, 47.265037999982404 ], [ -115.371825, 47.26521299998241 ], [ -115.36628, 47.261484999982393 ], [ -115.3593, 47.259460999982394 ], [ -115.350069, 47.260453999982396 ], [ -115.339201, 47.261622999982393 ], [ -115.326903, 47.255911999982366 ], [ -115.324832, 47.244840999982344 ], [ -115.324102, 47.243748999982351 ], [ -115.317124, 47.233304999982309 ], [ -115.311875, 47.229672999982299 ], [ -115.307239, 47.229891999982293 ], [ -115.298794, 47.225244999982294 ], [ -115.294785, 47.220913999982287 ], [ -115.29211, 47.209860999982247 ], [ -115.295986, 47.205657999982243 ], [ -115.300805, 47.19392999998221 ], [ -115.300504, 47.188138999982193 ], [ -115.297923, 47.187250999982204 ], [ -115.287418, 47.183635999982187 ], [ -115.286353, 47.183269999982187 ], [ -115.261885, 47.181741999982172 ], [ -115.255786, 47.174725 ], [ -115.255146, 47.162876 ], [ -115.253844, 47.16145 ], [ -115.247739, 47.154764 ], [ -115.243707, 47.150347 ], [ -115.229622, 47.149402 ], [ -115.223246, 47.148974 ], [ -115.200547, 47.139154 ], [ -115.189451, 47.131032 ], [ -115.172938, 47.112881 ], [ -115.170436, 47.106265 ], [ -115.140375, 47.093013 ], [ -115.139515, 47.08456 ], [ -115.136671, 47.078276 ], [ -115.127594, 47.068458 ], [ -115.120917, 47.061237 ], [ -115.107132, 47.049041 ], [ -115.102681, 47.047239 ], [ -115.098136, 47.048897 ], [ -115.087806, 47.045519 ], [ -115.082758, 47.038372 ], [ -115.081008, 47.035893 ], [ -115.07352, 47.025292 ], [ -115.071254, 47.022083 ], [ -115.069813, 47.01472 ], [ -115.067476, 47.002778 ], [ -115.066223, 46.996375 ], [ -115.057098, 46.986758 ], [ -115.051534, 46.974994 ], [ -115.049538, 46.970774 ], [ -115.047857, 46.969533 ], [ -115.031651, 46.971548 ], [ -115.028994, 46.973159 ], [ -115.028386, 46.975659 ], [ -115.001274, 46.971901 ], [ -115.00091, 46.967703 ], [ -114.999251, 46.965902 ], [ -114.986539, 46.952099 ], [ -114.971405, 46.939213 ], [ -114.960597, 46.93001 ], [ -114.959957, 46.929793 ], [ -114.949357, 46.926195 ], [ -114.940793, 46.923289 ], [ -114.930147, 46.919675 ], [ -114.929997, 46.919624 ], [ -114.927431, 46.914185 ], [ -114.927948, 46.909948 ], [ -114.935035, 46.901749 ], [ -114.936805, 46.897378 ], [ -114.933372, 46.888257 ], [ -114.931058, 46.882108 ], [ -114.931608, 46.876799 ], [ -114.938713, 46.869021 ], [ -114.943281, 46.867971 ], [ -114.947413, 46.859324 ], [ -114.940398, 46.85605 ], [ -114.928615, 46.854815 ], [ -114.92349, 46.847594 ], [ -114.92845, 46.843242 ], [ -114.927837, 46.83599 ], [ -114.920459, 46.827697 ], [ -114.904505, 46.822851 ], [ -114.897857, 46.813184 ], [ -114.888146, 46.808573 ], [ -114.880588, 46.811791 ], [ -114.874126, 46.812613 ], [ -114.864549, 46.813832 ], [ -114.864342, 46.813858 ], [ -114.861376, 46.81196 ], [ -114.861332, 46.811725 ], [ -114.860683, 46.808271 ], [ -114.860098, 46.805153 ], [ -114.860067, 46.804988 ], [ -114.856874, 46.801633 ], [ -114.844794, 46.794305 ], [ -114.835917, 46.791111 ], [ -114.829117, 46.782503 ], [ -114.818161, 46.781139 ], [ -114.808587, 46.78235 ], [ -114.79004, 46.778729 ], [ -114.785835, 46.775259 ], [ -114.765106, 46.758153 ], [ -114.765106, 46.758113 ], [ -114.765106, 46.757993 ], [ -114.765127, 46.745383 ], [ -114.76718, 46.738828 ], [ -114.773765, 46.731805 ], [ -114.775724, 46.731342 ], [ -114.779668, 46.730411 ], [ -114.783188, 46.723997 ], [ -114.788656, 46.714033 ], [ -114.787065, 46.711255 ], [ -114.76689, 46.696901 ], [ -114.751921, 46.697207 ], [ -114.749257, 46.699688 ], [ -114.747758, 46.702649 ], [ -114.740115, 46.711771 ], [ -114.727445, 46.714604 ], [ -114.713751, 46.715129 ], [ -114.713516, 46.715138 ], [ -114.713297, 46.71532 ], [ -114.710425, 46.717704 ], [ -114.703784, 46.730802 ], [ -114.700889, 46.736512 ], [ -114.699008, 46.740223 ], [ -114.696656, 46.740572 ], [ -114.682898, 46.738336 ], [ -114.676504, 46.737297 ], [ -114.673872, 46.736869 ], [ -114.649388, 46.73289 ], [ -114.646226, 46.729543 ], [ -114.632954, 46.715495 ], [ -114.626695, 46.712889 ], [ -114.620859, 46.707415 ], [ -114.623198, 46.691511 ], [ -114.631898, 46.68397 ], [ -114.641745, 46.679286 ], [ -114.642713, 46.673145 ], [ -114.639268, 46.666368 ], [ -114.635713, 46.659375 ], [ -114.621483, 46.658143 ], [ -114.614716, 46.655256 ], [ -114.611676, 46.647704 ], [ -114.616354, 46.643646 ], [ -114.615036, 46.639733 ], [ -114.602319, 46.635706 ], [ -114.595215, 46.633457 ], [ -114.593292, 46.632848 ], [ -114.592917, 46.632862 ], [ -114.583385, 46.633227 ], [ -114.561582, 46.642043 ], [ -114.547321, 46.644485 ], [ -114.526551, 46.641608 ], [ -114.509454, 46.63924 ], [ -114.498007, 46.637655 ], [ -114.486218, 46.632829 ], [ -114.466902, 46.631695 ], [ -114.45425, 46.640974 ], [ -114.453239, 46.649266 ], [ -114.424424, 46.660648 ], [ -114.410907, 46.657466 ], [ -114.403383, 46.659633 ], [ -114.394514, 46.664846 ], [ -114.377907, 46.666916 ], [ -114.360709, 46.669059 ], [ -114.357319, 46.668047 ], [ -114.338076, 46.662305 ], [ -114.332887, 46.660756 ], [ -114.32456, 46.653579 ], [ -114.320665, 46.646963 ], [ -114.322912, 46.642938 ], [ -114.322689, 46.624877 ], [ -114.322519, 46.611066 ], [ -114.333931, 46.592162 ], [ -114.334992, 46.588154 ], [ -114.333931, 46.582732 ], [ -114.331998, 46.579042 ], [ -114.331338, 46.577781 ], [ -114.33175, 46.571914 ], [ -114.339533, 46.564039 ], [ -114.342872, 46.555071 ], [ -114.34534, 46.548444 ], [ -114.348733, 46.533792 ], [ -114.349208, 46.529514 ], [ -114.345982, 46.525068 ], [ -114.342072, 46.519679 ], [ -114.351655, 46.508119 ], [ -114.35874, 46.505306 ], [ -114.375348, 46.501855 ], [ -114.385871, 46.50437 ], [ -114.395204, 46.503148 ], [ -114.400257, 46.502143 ], [ -114.403019, 46.498675 ], [ -114.400068, 46.47718 ], [ -114.394447, 46.469549 ], [ -114.383051, 46.466402 ], [ -114.379338, 46.460166 ], [ -114.376413, 46.442983 ], [ -114.378513, 46.435129 ], [ -114.384756, 46.411784 ], [ -114.389138, 46.409731 ], [ -114.396989, 46.406053 ], [ -114.408974, 46.400438 ], [ -114.422458, 46.387097 ], [ -114.411592, 46.366688 ], [ -114.410682, 46.360673 ], [ -114.413758, 46.335945 ], [ -114.425056, 46.320083 ], [ -114.431708, 46.310744 ], [ -114.433478, 46.305502 ], [ -114.425587, 46.287899 ], [ -114.427309, 46.283624 ], [ -114.43544, 46.27661 ], [ -114.441326, 46.2738 ], [ -114.453257, 46.270939 ], [ -114.465024, 46.273127 ], [ -114.470479, 46.26732 ], [ -114.469804, 46.261703 ], [ -114.468254, 46.248796 ], [ -114.451912, 46.241253 ], [ -114.449819, 46.237119 ], [ -114.445497, 46.220227 ], [ -114.443215, 46.202943 ], [ -114.445928, 46.173933 ], [ -114.457549, 46.170231 ], [ -114.472643, 46.162202 ], [ -114.478333, 46.160876 ], [ -114.489254, 46.167684 ], [ -114.496942, 46.167697 ], [ -114.514706, 46.167726 ], [ -114.515652, 46.166083 ], [ -114.527096, 46.146218 ], [ -114.526582, 46.144362 ], [ -114.5213, 46.125287 ], [ -114.503378, 46.118671 ], [ -114.488303, 46.113106 ], [ -114.474415, 46.112515 ], [ -114.466874, 46.104425 ], [ -114.460049, 46.097104 ], [ -114.461864, 46.078571 ], [ -114.467136, 46.065845 ], [ -114.468529, 46.062484 ], [ -114.478965, 46.055772 ], [ -114.492154, 46.04729 ], [ -114.494683, 46.042546 ], [ -114.493418, 46.03717 ], [ -114.490572, 46.032427 ], [ -114.485793, 46.030022 ], [ -114.480241, 46.030325 ], [ -114.474024, 46.017068 ], [ -114.473811, 46.016614 ], [ -114.47383, 46.016581 ], [ -114.476884, 46.010942 ], [ -114.477922, 46.009025 ], [ -114.47729, 46.000802 ], [ -114.470965, 45.995742 ], [ -114.467694, 45.994942 ], [ -114.454087, 45.991611 ], [ -114.441185, 45.988453 ], [ -114.440086, 45.987578 ], [ -114.431054, 45.98039 ], [ -114.425059, 45.97274 ], [ -114.41989, 45.9562 ], [ -114.420924, 45.949171 ], [ -114.431328, 45.938023 ], [ -114.431159, 45.935737 ], [ -114.413168, 45.911479 ], [ -114.404314, 45.903497 ], [ -114.395059, 45.901458 ], [ -114.389114, 45.892199 ], [ -114.387477, 45.889649 ], [ -114.387166, 45.889164 ], [ -114.387328, 45.888134 ], [ -114.388243, 45.88234 ], [ -114.38977, 45.880133 ], [ -114.409477, 45.85164 ], [ -114.409597, 45.851673 ], [ -114.422963, 45.855381 ], [ -114.44868, 45.858891 ], [ -114.455532, 45.855012 ], [ -114.470296, 45.851343 ], [ -114.483696, 45.85103 ], [ -114.488621, 45.850914 ], [ -114.498809, 45.850676 ], [ -114.509303, 45.845531 ], [ -114.514596, 45.840785 ], [ -114.517143, 45.835993 ], [ -114.51704, 45.833148 ], [ -114.515264, 45.831261 ], [ -114.512973, 45.828825 ], [ -114.514709, 45.826779 ], [ -114.544692, 45.791447 ], [ -114.555487, 45.786249 ], [ -114.562509, 45.779927 ], [ -114.566172, 45.773864 ], [ -114.558213, 45.764802 ], [ -114.546374, 45.751323 ], [ -114.535634, 45.739095 ], [ -114.504869, 45.722176 ], [ -114.497553, 45.710677 ], [ -114.495421, 45.703321 ], [ -114.499637, 45.669035 ], [ -114.507645, 45.658949 ], [ -114.522142, 45.64934 ], [ -114.527348, 45.651399 ], [ -114.529678, 45.65232 ], [ -114.53577, 45.650613 ], [ -114.537833, 45.649739 ], [ -114.561046, 45.639906 ], [ -114.563652, 45.637412 ], [ -114.563305, 45.631612 ], [ -114.553937, 45.619299 ], [ -114.544905, 45.616673 ], [ -114.538132, 45.606834 ], [ -114.54343, 45.60164 ], [ -114.548925, 45.596253 ], [ -114.553999, 45.591279 ], [ -114.558253, 45.585104 ], [ -114.55829, 45.584201 ], [ -114.559038, 45.565706 ], [ -114.549508, 45.56059 ], [ -114.529249, 45.569392 ], [ -114.526075, 45.570771 ], [ -114.517761, 45.568129 ], [ -114.515094, 45.566047 ], [ -114.506341, 45.559216 ], [ -114.498176, 45.555473 ], [ -114.489987, 45.558091 ], [ -114.480932, 45.560985 ], [ -114.473759, 45.563278 ], [ -114.468178, 45.562436 ], [ -114.460542, 45.561283 ], [ -114.459725, 45.557543 ], [ -114.456764, 45.543983 ], [ -114.450863, 45.54253 ], [ -114.438991, 45.536076 ], [ -114.433706, 45.530076 ], [ -114.430701, 45.526665 ], [ -114.415804, 45.509753 ], [ -115.844755, 45.496752 ], [ -116.553473, 45.499107 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LOAD_AREA": "WA_N_CEN", "PRIMARY_NE": "NWPP", "PRIMARY_ST": "WA", "ECONOMIC_M": 1.0622290492, "RPS_COMPLI": 2020, "RPS_COM_01": 0.15, "SUBSTATION": 466.0, "RPS_POLICY": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -120.450615, 46.73754 ], [ -120.450947, 46.737542 ], [ -120.492914, 46.737632 ], [ -120.509618, 46.738114 ], [ -120.509229, 46.824536 ], [ -120.553993, 46.825218 ], [ -120.605756, 46.825952 ], [ -120.61802, 46.825983 ], [ -120.634431, 46.825831 ], [ -120.633824, 46.863693 ], [ -120.633076, 46.881279 ], [ -120.633359, 46.904294 ], [ -120.634883, 46.911995 ], [ -120.641286, 46.911972 ], [ -120.751185, 46.911609 ], [ -120.79681, 46.910794 ], [ -120.906687, 46.911231 ], [ -121.009024, 46.911237 ], [ -121.026491, 46.911341 ], [ -121.026491, 46.914941 ], [ -121.031791, 46.914941 ], [ -121.031791, 46.918541 ], [ -121.037091, 46.91854 ], [ -121.037191, 46.92214 ], [ -121.042392, 46.92243 ], [ -121.042392, 46.93304 ], [ -121.052992, 46.93304 ], [ -121.052892, 46.93664 ], [ -121.058192, 46.93674 ], [ -121.058192, 46.94394 ], [ -121.063492, 46.94384 ], [ -121.063492, 46.94764 ], [ -121.068693, 46.94764 ], [ -121.068693, 46.951516 ], [ -121.068693, 46.9554 ], [ -121.068693, 46.95854 ], [ -121.073993, 46.95844 ], [ -121.073993, 46.96214 ], [ -121.079293, 46.96214 ], [ -121.079193, 46.96564 ], [ -121.084593, 46.96574 ], [ -121.084593, 46.96934 ], [ -121.089893, 46.969339 ], [ -121.089834, 46.982298 ], [ -121.089794, 46.991039 ], [ -121.097576, 46.991111 ], [ -121.100893, 46.99112 ], [ -121.101193, 46.991335 ], [ -121.101863, 46.993428 ], [ -121.104971, 46.995666 ], [ -121.108444, 46.995733 ], [ -121.112185, 46.995458 ], [ -121.114056, 46.997194 ], [ -121.120204, 46.998174 ], [ -121.123946, 46.999395 ], [ -121.122884, 47.001604 ], [ -121.122986, 47.002929 ], [ -121.128932, 47.008982 ], [ -121.131804, 47.010195 ], [ -121.132605, 47.011178 ], [ -121.13348, 47.013839 ], [ -121.134104, 47.015519 ], [ -121.135906, 47.017485 ], [ -121.143421, 47.021647 ], [ -121.147196, 47.023203 ], [ -121.147878, 47.024275 ], [ -121.151431, 47.026733 ], [ -121.153776, 47.026427 ], [ -121.159088, 47.028874 ], [ -121.160557, 47.031228 ], [ -121.165402, 47.035045 ], [ -121.168343, 47.035594 ], [ -121.178904, 47.039846 ], [ -121.17867, 47.041194 ], [ -121.182748, 47.044827 ], [ -121.185322, 47.044576 ], [ -121.1892, 47.04277 ], [ -121.190804, 47.042542 ], [ -121.194849, 47.044347 ], [ -121.194533, 47.045453 ], [ -121.20906, 47.052778 ], [ -121.21284, 47.055885 ], [ -121.215248, 47.058787 ], [ -121.215182, 47.060135 ], [ -121.218428, 47.065139 ], [ -121.219298, 47.065596 ], [ -121.222845, 47.066669 ], [ -121.224449, 47.065845 ], [ -121.228496, 47.066187 ], [ -121.239672, 47.073037 ], [ -121.244455, 47.073104 ], [ -121.251199, 47.076116 ], [ -121.25242, 47.07687 ], [ -121.256528, 47.081899 ], [ -121.264744, 47.083003 ], [ -121.272048, 47.08474 ], [ -121.273252, 47.085083 ], [ -121.275459, 47.086798 ], [ -121.28142, 47.088914 ], [ -121.290682, 47.086117 ], [ -121.29453, 47.085751 ], [ -121.297206, 47.086048 ], [ -121.302057, 47.084701 ], [ -121.306775, 47.082005 ], [ -121.309151, 47.078211 ], [ -121.31089, 47.076886 ], [ -121.318617, 47.075469 ], [ -121.335243, 47.075673 ], [ -121.34063, 47.079032 ], [ -121.346684, 47.078687 ], [ -121.349159, 47.077841 ], [ -121.35287, 47.075235 ], [ -121.356246, 47.071943 ], [ -121.358821, 47.070639 ], [ -121.362366, 47.070751 ], [ -121.364307, 47.071619 ], [ -121.36655, 47.073835 ], [ -121.366418, 47.075434 ], [ -121.368627, 47.07765 ], [ -121.370268, 47.078815 ], [ -121.377246, 47.081941 ], [ -121.377647, 47.082673 ], [ -121.379671, 47.086765 ], [ -121.377152, 47.088129 ], [ -121.376934, 47.090187 ], [ -121.379773, 47.090289 ], [ -121.381095, 47.091365 ], [ -121.383313, 47.095097 ], [ -121.391299, 47.09189 ], [ -121.393328, 47.09216 ], [ -121.395901, 47.094806 ], [ -121.399839, 47.096222 ], [ -121.402862, 47.097815 ], [ -121.403028, 47.098303 ], [ -121.403375, 47.099322 ], [ -121.399814, 47.101567 ], [ -121.398797, 47.104887 ], [ -121.403005, 47.106303 ], [ -121.404992, 47.109676 ], [ -121.406698, 47.115707 ], [ -121.407645, 47.119119 ], [ -121.405821, 47.120956 ], [ -121.400863, 47.122868 ], [ -121.399981, 47.123762 ], [ -121.400383, 47.124834 ], [ -121.399916, 47.126239 ], [ -121.397855, 47.127692 ], [ -121.394856, 47.128882 ], [ -121.394433, 47.131042 ], [ -121.394325, 47.132629 ], [ -121.393854, 47.133044 ], [ -121.388872, 47.133763 ], [ -121.384219, 47.135417 ], [ -121.382103, 47.137274 ], [ -121.376202, 47.137838 ], [ -121.369426, 47.139472 ], [ -121.364677, 47.141759 ], [ -121.357791, 47.140692 ], [ -121.35465, 47.14094 ], [ -121.353336, 47.140493 ], [ -121.351714, 47.138809 ], [ -121.34746, 47.137896 ], [ -121.343436, 47.136122 ], [ -121.340388, 47.135932 ], [ -121.334517, 47.133345 ], [ -121.326198, 47.134097 ], [ -121.321656, 47.135799 ], [ -121.317594, 47.134348 ], [ -121.314969, 47.134489 ], [ -121.306435, 47.137429 ], [ -121.303265, 47.139482 ], [ -121.30257, 47.140555 ], [ -121.300287, 47.146611 ], [ -121.298484, 47.147456 ], [ -121.298041, 47.14823 ], [ -121.299317, 47.150953 ], [ -121.300506, 47.152268 ], [ -121.301383, 47.155152 ], [ -121.306976, 47.162159 ], [ -121.311623, 47.163011 ], [ -121.317129, 47.171394 ], [ -121.31804, 47.173538 ], [ -121.317237, 47.175221 ], [ -121.31348, 47.177691 ], [ -121.310161, 47.181447999982176 ], [ -121.310273, 47.184929999982181 ], [ -121.308005, 47.185716999982176 ], [ -121.305994, 47.187659999982181 ], [ -121.306279, 47.192106999982194 ], [ -121.307568, 47.195156999982217 ], [ -121.311525, 47.199138999982225 ], [ -121.311351, 47.199768999982233 ], [ -121.308672, 47.202049999982222 ], [ -121.308569, 47.202854999982229 ], [ -121.309278, 47.204354999982222 ], [ -121.316474, 47.211607999982249 ], [ -121.331006, 47.217762999982256 ], [ -121.33439, 47.218692999982288 ], [ -121.337287, 47.217777999982275 ], [ -121.339751, 47.217629999982279 ], [ -121.346294, 47.218477999982277 ], [ -121.36429, 47.223527999982295 ], [ -121.364955, 47.225099999982298 ], [ -121.365137, 47.226443999982294 ], [ -121.361363, 47.230633999982309 ], [ -121.358301, 47.236890999982322 ], [ -121.358426, 47.238561999982331 ], [ -121.359452, 47.23949499998232 ], [ -121.359055, 47.24018199998234 ], [ -121.351523, 47.241972999982345 ], [ -121.348749, 47.244462999982339 ], [ -121.345092, 47.246328999982346 ], [ -121.339057, 47.246766999982356 ], [ -121.332254, 47.255621999982381 ], [ -121.331572, 47.258567999982375 ], [ -121.334793, 47.260867999982395 ], [ -121.338076, 47.268415999982395 ], [ -121.337794, 47.268971999982405 ], [ -121.337379, 47.269924999982415 ], [ -121.338762, 47.271726999982413 ], [ -121.338388, 47.273827999982416 ], [ -121.339553, 47.276927999982433 ], [ -121.340892, 47.277811999982447 ], [ -121.340707, 47.28082599998244 ], [ -121.341737, 47.28195899998245 ], [ -121.345535, 47.282916999982447 ], [ -121.349381, 47.282759999982446 ], [ -121.359691, 47.285333999982448 ], [ -121.360339, 47.286637999982474 ], [ -121.359821, 47.288647999982466 ], [ -121.360168, 47.290134999982463 ], [ -121.360796, 47.291246999982469 ], [ -121.361973, 47.291674999982469 ], [ -121.367146, 47.290507999982474 ], [ -121.370543, 47.288150999982463 ], [ -121.370448, 47.287572999982459 ], [ -121.372859, 47.285227999982453 ], [ -121.388202, 47.286092999982458 ], [ -121.390388, 47.286527999982461 ], [ -121.392749, 47.28775099998245 ], [ -121.409791, 47.289232999982467 ], [ -121.411941, 47.290324999982474 ], [ -121.414806, 47.293126999982469 ], [ -121.415726, 47.293414999982474 ], [ -121.41806, 47.291696999982463 ], [ -121.420168, 47.286837999982467 ], [ -121.426909, 47.288542999982461 ], [ -121.432651, 47.29359099998247 ], [ -121.432333, 47.297949999982499 ], [ -121.433555, 47.304963999982505 ], [ -121.436993, 47.307061999982515 ], [ -121.441954, 47.307009999982526 ], [ -121.444991, 47.308316999982523 ], [ -121.445502, 47.309589999982521 ], [ -121.444706, 47.312218999982512 ], [ -121.440683, 47.316069999982531 ], [ -121.434385, 47.323259999982547 ], [ -121.432602, 47.327554999982567 ], [ -121.430768, 47.334124999982592 ], [ -121.431018, 47.334697999982588 ], [ -121.43576, 47.33764099998259 ], [ -121.438274, 47.340270999982614 ], [ -121.444025, 47.343766999982613 ], [ -121.463812, 47.353636999982633 ], [ -121.464356, 47.355761999982661 ], [ -121.461799, 47.359879999982638 ], [ -121.461797, 47.361976999982666 ], [ -121.464215, 47.36356099998266 ], [ -121.466178, 47.368016999982679 ], [ -121.465345, 47.369391999982668 ], [ -121.459911, 47.373578999982691 ], [ -121.458388, 47.373696999982684 ], [ -121.454078, 47.372235999982692 ], [ -121.444657, 47.37413499998268 ], [ -121.443376, 47.3740369999827 ], [ -121.44211, 47.373095999982688 ], [ -121.439439, 47.374833999982691 ], [ -121.44139, 47.380286999982701 ], [ -121.441389, 47.383728999982729 ], [ -121.440803, 47.385040999982714 ], [ -121.44021, 47.38560699998272 ], [ -121.436933, 47.386188999982728 ], [ -121.430077, 47.386622999982734 ], [ -121.426309, 47.389892999982713 ], [ -121.426149, 47.392625999982748 ], [ -121.426012, 47.393422999982739 ], [ -121.426906, 47.395034999982734 ], [ -121.430421, 47.397600999982757 ], [ -121.428529, 47.401869999982772 ], [ -121.427408, 47.402114999982764 ], [ -121.423107, 47.405622999982775 ], [ -121.422324, 47.409430999982796 ], [ -121.423222, 47.413909999982792 ], [ -121.424834, 47.415652999982825 ], [ -121.425479, 47.416038999982803 ], [ -121.428427, 47.415768999982802 ], [ -121.428695, 47.416185999982801 ], [ -121.427732, 47.420553999982822 ], [ -121.426249, 47.421878999982802 ], [ -121.422308, 47.42265799998281 ], [ -121.412336, 47.421598999982812 ], [ -121.411461, 47.422107999982813 ], [ -121.411149, 47.424153999982849 ], [ -121.407888, 47.42851699998284 ], [ -121.405034, 47.43029999998285 ], [ -121.400839, 47.431814999982841 ], [ -121.39181, 47.433591999982859 ], [ -121.38613, 47.43356299998284 ], [ -121.384445, 47.434933999982853 ], [ -121.381953, 47.438374999982869 ], [ -121.385683, 47.444921999982888 ], [ -121.380694, 47.44813799998289 ], [ -121.378936, 47.451213999982905 ], [ -121.378893, 47.452086999982889 ], [ -121.374923, 47.456125999982909 ], [ -121.369411, 47.460794999982923 ], [ -121.363438, 47.464323999982923 ], [ -121.359445, 47.465082999982933 ], [ -121.35112, 47.464892999982936 ], [ -121.347852, 47.465379999982936 ], [ -121.341487, 47.471756999982951 ], [ -121.341027, 47.474445999982954 ], [ -121.340502, 47.475127999982945 ], [ -121.337778, 47.476112999982952 ], [ -121.336557, 47.475243999982958 ], [ -121.331217, 47.473600999982935 ], [ -121.328012, 47.476295999982952 ], [ -121.322466, 47.478906999982968 ], [ -121.316097, 47.479373999982975 ], [ -121.313393, 47.478141999982959 ], [ -121.312465, 47.478324999982966 ], [ -121.305549, 47.484466999982963 ], [ -121.302214, 47.486396999982986 ], [ -121.300857, 47.489943999982998 ], [ -121.300499, 47.49321099998302 ], [ -121.296706, 47.499934999983019 ], [ -121.293706, 47.501434999983026 ], [ -121.292306, 47.503034999983043 ], [ -121.288406, 47.509134999983047 ], [ -121.289106, 47.510834999983047 ], [ -121.287506, 47.513134999983052 ], [ -121.285678, 47.513534999983058 ], [ -121.283406, 47.514934999983069 ], [ -121.284306, 47.515634999983064 ], [ -121.283206, 47.519034999983084 ], [ -121.279406, 47.522133999983083 ], [ -121.276906, 47.523033999983078 ], [ -121.262106, 47.523634999983088 ], [ -121.260806, 47.524534999983082 ], [ -121.256807, 47.529133999983102 ], [ -121.257007, 47.529933999983115 ], [ -121.252807, 47.533333999983114 ], [ -121.248907, 47.533733999983113 ], [ -121.242507, 47.535933999983108 ], [ -121.241807, 47.538333999983124 ], [ -121.243207, 47.54033399998314 ], [ -121.243207, 47.542933999983148 ], [ -121.240307, 47.543833999983129 ], [ -121.236607, 47.544033999983149 ], [ -121.234907, 47.54483399998314 ], [ -121.234207, 47.549333999983162 ], [ -121.234207, 47.554933999983191 ], [ -121.232907, 47.560633999983189 ], [ -121.232107, 47.562233999983185 ], [ -121.228107, 47.565833999983198 ], [ -121.216407, 47.569533999983214 ], [ -121.210107, 47.567133999983199 ], [ -121.207907, 47.565833999983198 ], [ -121.194707, 47.566033999983212 ], [ -121.189307, 47.5680339999832 ], [ -121.180407, 47.564834999983198 ], [ -121.176407, 47.566734999983204 ], [ -121.175538, 47.570949999983206 ], [ -121.171907, 47.574134999983222 ], [ -121.169607, 47.57863499998323 ], [ -121.172007, 47.580833999983227 ], [ -121.172707, 47.583033999983229 ], [ -121.170807, 47.589933999983259 ], [ -121.166207, 47.591933999983269 ], [ -121.155107, 47.594033999983282 ], [ -121.149307, 47.594034999983265 ], [ -121.143807, 47.592234999983262 ], [ -121.141907, 47.592034999983277 ], [ -121.141107, 47.592634999983275 ], [ -121.140807, 47.593934999983269 ], [ -121.138307, 47.595534999983279 ], [ -121.137307, 47.595534999983265 ], [ -121.134007, 47.595234999983283 ], [ -121.129407, 47.593134999983256 ], [ -121.120106, 47.591234999983264 ], [ -121.119206, 47.591834999983263 ], [ -121.118006, 47.596634999983266 ], [ -121.115806, 47.597734999983288 ], [ -121.114706, 47.597134999983282 ], [ -121.114244, 47.597134999983282 ], [ -121.113606, 47.597134999983282 ], [ -121.111206, 47.599434999983288 ], [ -121.111606, 47.601834999983296 ], [ -121.113007, 47.603334999983325 ], [ -121.115807, 47.604234999983298 ], [ -121.120107, 47.61123499998331 ], [ -121.120407, 47.61283499998332 ], [ -121.119807, 47.615734999983324 ], [ -121.114907, 47.617334999983321 ], [ -121.113607, 47.618234999983336 ], [ -121.113207, 47.618934999983324 ], [ -121.113907, 47.621634999983357 ], [ -121.119007, 47.62713399998335 ], [ -121.124607, 47.627333999983364 ], [ -121.125307, 47.628133999983355 ], [ -121.127108, 47.632833999983383 ], [ -121.126408, 47.63423399998338 ], [ -121.126208, 47.638133999983381 ], [ -121.132308, 47.644933999983387 ], [ -121.133408, 47.645633999983389 ], [ -121.130908, 47.653133999983432 ], [ -121.128308, 47.655833999983436 ], [ -121.126208, 47.65673399998343 ], [ -121.124908, 47.658833999983436 ], [ -121.123008, 47.663833999983439 ], [ -121.127009, 47.67103299998346 ], [ -121.128609, 47.672232999983471 ], [ -121.127509, 47.676832999983496 ], [ -121.121009, 47.685132999983509 ], [ -121.109109, 47.6889329999835 ], [ -121.105609, 47.688833999983508 ], [ -121.094609, 47.695033999983522 ], [ -121.090809, 47.699033999983541 ], [ -121.090609, 47.699733999983543 ], [ -121.091609, 47.700833999983544 ], [ -121.091109, 47.702133999983559 ], [ -121.090009, 47.703033999983553 ], [ -121.078209, 47.702833999983547 ], [ -121.068809, 47.706133999983571 ], [ -121.067109, 47.70623399998356 ], [ -121.066209, 47.707433999983571 ], [ -121.065709, 47.713233999983579 ], [ -121.066109, 47.714133999983574 ], [ -121.069609, 47.717633999983583 ], [ -121.071909, 47.718833999983609 ], [ -121.076909, 47.719633999983586 ], [ -121.081909, 47.721732999983601 ], [ -121.083909, 47.723332999983604 ], [ -121.08591, 47.727532999983609 ], [ -121.08591, 47.729232999983616 ], [ -121.08521, 47.731232999983632 ], [ -121.08131, 47.73493299998362 ], [ -121.07891, 47.739232999983649 ], [ -121.079599, 47.739949999983651 ], [ -121.081204, 47.742220999983665 ], [ -121.08191, 47.743032999983647 ], [ -121.08701, 47.744632999983651 ], [ -121.089283, 47.745816999983674 ], [ -121.08981, 47.746932999983677 ], [ -121.090099, 47.747721999983668 ], [ -121.09261, 47.75323299998368 ], [ -121.09281, 47.756032999983681 ], [ -121.09401, 47.758332999983693 ], [ -121.09821, 47.759332999983698 ], [ -121.10011, 47.757932999983694 ], [ -121.104211, 47.756932999983682 ], [ -121.108511, 47.757232999983692 ], [ -121.110311, 47.758132999983701 ], [ -121.109711, 47.76333299998371 ], [ -121.107811, 47.766632999983713 ], [ -121.110611, 47.767932999983728 ], [ -121.113511, 47.770132999983723 ], [ -121.119711, 47.776232999983741 ], [ -121.11901, 47.779932999983757 ], [ -121.120511, 47.782432999983754 ], [ -121.120411, 47.784132999983754 ], [ -121.115711, 47.787232999983772 ], [ -121.111511, 47.787632999983771 ], [ -121.109211, 47.788732999983765 ], [ -121.109211, 47.792332999983778 ], [ -121.106411, 47.795032999983782 ], [ -121.103211, 47.796732999983803 ], [ -121.099711, 47.796932999983788 ], [ -121.093611, 47.799732999983775 ], [ -121.086345, 47.80732599998381 ], [ -121.082111, 47.812633999983838 ], [ -121.081711, 47.815533999983842 ], [ -121.078706, 47.818708999983841 ], [ -121.075011, 47.82163399998386 ], [ -121.07071, 47.826033999983856 ], [ -121.070111, 47.830133999983886 ], [ -121.075211, 47.831133999983891 ], [ -121.076611, 47.832033999983885 ], [ -121.078011, 47.834333999983883 ], [ -121.091611, 47.83243399998387 ], [ -121.107411, 47.828832999983881 ], [ -121.119111, 47.831032999983869 ], [ -121.120511, 47.831732999983899 ], [ -121.121211, 47.833132999983881 ], [ -121.121311, 47.837032999983897 ], [ -121.123211, 47.838132999983884 ], [ -121.126611, 47.839232999983913 ], [ -121.133212, 47.8403329999839 ], [ -121.138612, 47.842932999983915 ], [ -121.149212, 47.843831999983912 ], [ -121.153712, 47.845831999983929 ], [ -121.152612, 47.852131999983925 ], [ -121.150712, 47.854532999983945 ], [ -121.147012, 47.856932999983947 ], [ -121.147612, 47.859432999983945 ], [ -121.150012, 47.861832999983967 ], [ -121.151649, 47.866205999983976 ], [ -121.151712, 47.867932999983992 ], [ -121.152512, 47.86993299998398 ], [ -121.155007, 47.871828999983975 ], [ -121.157512, 47.875732999983981 ], [ -121.157912, 47.876632999983983 ], [ -121.157812, 47.878832999983999 ], [ -121.160112, 47.880731999984008 ], [ -121.163112, 47.879231999984 ], [ -121.166012, 47.879231999984 ], [ -121.175113, 47.885731999984017 ], [ -121.176813, 47.895031999984042 ], [ -121.178113, 47.895831999984054 ], [ -121.180113, 47.899231999984046 ], [ -121.175613, 47.906631999984079 ], [ -121.172813, 47.908731999984063 ], [ -121.171213, 47.912631999984086 ], [ -121.171913, 47.91403199998409 ], [ -121.173013, 47.914931999984098 ], [ -121.179413, 47.917531999984107 ], [ -121.179513, 47.918831999984107 ], [ -121.178913, 47.919531999984109 ], [ -121.170813, 47.924931999984118 ], [ -121.172813, 47.931531999984131 ], [ -121.172713, 47.933731999984133 ], [ -121.170913, 47.936432999984135 ], [ -121.170213, 47.937032999984147 ], [ -121.166313, 47.938132999984155 ], [ -121.161913, 47.944732999984147 ], [ -121.161413, 47.947632999984172 ], [ -121.163313, 47.951832999984198 ], [ -121.164713, 47.953632999984173 ], [ -121.164613, 47.956232999984181 ], [ -121.163213, 47.957932999984195 ], [ -121.158813, 47.959232999984202 ], [ -121.155413, 47.96183299998421 ], [ -121.148613, 47.970132999984237 ], [ -121.148715, 47.977729999984248 ], [ -121.148382, 47.978525999984257 ], [ -121.147013, 47.981433999984247 ], [ -121.139988, 47.983333999984261 ], [ -121.130413, 47.987033999984284 ], [ -121.124313, 47.994334999984282 ], [ -121.121213, 47.996534999984291 ], [ -121.119612, 47.996734999984298 ], [ -121.118112, 47.997634999984299 ], [ -121.117212, 47.999834999984301 ], [ -121.118123, 48.006470999984337 ], [ -121.123536, 48.008394999984318 ], [ -121.125737, 48.010430999984337 ], [ -121.128654, 48.015235999984341 ], [ -121.129399, 48.018425999984338 ], [ -121.130671, 48.020374999984362 ], [ -121.141174, 48.025489999984373 ], [ -121.149001, 48.030340999984375 ], [ -121.149034, 48.033894999984383 ], [ -121.153248, 48.038596999984399 ], [ -121.153476, 48.040702999984397 ], [ -121.138507, 48.043896999984412 ], [ -121.1315, 48.0439859999844 ], [ -121.128626, 48.047924999984424 ], [ -121.122913, 48.04993599998442 ], [ -121.120013, 48.051635999984434 ], [ -121.116913, 48.057135999984446 ], [ -121.114413, 48.057735999984423 ], [ -121.107913, 48.056736999984437 ], [ -121.103813, 48.058136999984448 ], [ -121.101713, 48.060436999984447 ], [ -121.100513, 48.062636999984456 ], [ -121.099513, 48.063136999984451 ], [ -121.094513, 48.064636999984458 ], [ -121.089213, 48.064837999984469 ], [ -121.082313, 48.061837999984455 ], [ -121.080613, 48.061837999984455 ], [ -121.071913, 48.067337999984481 ], [ -121.062436, 48.070213999984475 ], [ -121.052112, 48.070238999984468 ], [ -121.047812, 48.070438999984475 ], [ -121.040012, 48.073139999984491 ], [ -121.036412, 48.075339999984479 ], [ -121.035612, 48.07653999998449 ], [ -121.031412, 48.078239999984497 ], [ -121.022612, 48.078240999984494 ], [ -121.015012, 48.07524099998448 ], [ -121.004012, 48.081241999984513 ], [ -120.998412, 48.088541999984521 ], [ -120.985812, 48.093742999984528 ], [ -120.984212, 48.093242999984547 ], [ -120.980911, 48.094442999984523 ], [ -120.980011, 48.095442999984556 ], [ -120.979712, 48.097042999984531 ], [ -120.974911, 48.101942999984551 ], [ -120.971811, 48.103542999984555 ], [ -120.970812, 48.106743999984566 ], [ -120.971812, 48.108343999984569 ], [ -120.971012, 48.109243999984564 ], [ -120.962911, 48.109743999984573 ], [ -120.961976, 48.109347999984564 ], [ -120.956611, 48.10814399998457 ], [ -120.954211, 48.108943999984575 ], [ -120.952911, 48.110543999984564 ], [ -120.950611, 48.11164399998458 ], [ -120.947611, 48.112143999984582 ], [ -120.946411, 48.11344499998458 ], [ -120.945973, 48.11533499998459 ], [ -120.948511, 48.115544999984579 ], [ -120.951411, 48.116544999984598 ], [ -120.955611, 48.121144999984601 ], [ -120.956712, 48.123644999984627 ], [ -120.956377, 48.124580999984609 ], [ -120.956112, 48.126344999984617 ], [ -120.958112, 48.129244999984621 ], [ -120.961612, 48.130944999984628 ], [ -120.964112, 48.133344999984637 ], [ -120.964612, 48.141144999984647 ], [ -120.962412, 48.143844999984665 ], [ -120.959312, 48.145744999984672 ], [ -120.955112, 48.149844999984666 ], [ -120.955012, 48.151844999984675 ], [ -120.954512, 48.15254599998466 ], [ -120.947212, 48.155145999984683 ], [ -120.941712, 48.155545999984696 ], [ -120.939112, 48.155145999984697 ], [ -120.932812, 48.156945999984679 ], [ -120.932512, 48.157145999984678 ], [ -120.933112, 48.159245999984684 ], [ -120.930812, 48.16164699998469 ], [ -120.927712, 48.161846999984697 ], [ -120.923511, 48.160646999984685 ], [ -120.915811, 48.159446999984702 ], [ -120.906211, 48.163847999984704 ], [ -120.908811, 48.172847999984718 ], [ -120.911411, 48.176047999984739 ], [ -120.916112, 48.179647999984738 ], [ -120.919512, 48.188147999984771 ], [ -120.923112, 48.191347999984771 ], [ -120.932512, 48.197247999984796 ], [ -120.940338, 48.199956999984792 ], [ -120.946812, 48.201446999984817 ], [ -120.951312, 48.209146999984824 ], [ -120.963184, 48.210732999984813 ], [ -120.963912, 48.211046999984823 ], [ -120.964613, 48.214546999984826 ], [ -120.962613, 48.220846999984836 ], [ -120.959313, 48.227047999984855 ], [ -120.959613, 48.228247999984866 ], [ -120.962013, 48.230147999984865 ], [ -120.964613, 48.230647999984875 ], [ -120.972213, 48.235147999984882 ], [ -120.980113, 48.246147999984906 ], [ -120.980613, 48.247047999984929 ], [ -120.980813, 48.249547999984905 ], [ -120.982613, 48.251547999984922 ], [ -120.986913, 48.254347999984915 ], [ -120.991213, 48.255846999984925 ], [ -120.999864, 48.262451999984947 ], [ -121.003914, 48.267246999984955 ], [ -121.004614, 48.269946999984967 ], [ -121.004314, 48.272946999984974 ], [ -121.010115, 48.278146999984983 ], [ -121.011615, 48.280446999984996 ], [ -121.011315, 48.28304699998499 ], [ -121.009915, 48.28454699998499 ], [ -121.002615, 48.285946999984994 ], [ -121.001215, 48.289546999985014 ], [ -121.000315, 48.294147999985036 ], [ -121.000315, 48.294747999985006 ], [ -121.001414, 48.295547999985018 ], [ -121.003515, 48.299246999985044 ], [ -121.006115, 48.299946999985039 ], [ -121.026516, 48.30254699998504 ], [ -121.028316, 48.303945999985039 ], [ -121.029116, 48.305345999985057 ], [ -121.029016, 48.307645999985041 ], [ -121.034616, 48.311645999985053 ], [ -121.037516, 48.311345999985072 ], [ -121.039717, 48.310545999985045 ], [ -121.040717, 48.309645999985065 ], [ -121.045517, 48.308845999985046 ], [ -121.050017, 48.310945999985051 ], [ -121.053717, 48.313945999985073 ], [ -121.058517, 48.316144999985063 ], [ -121.060717, 48.316344999985077 ], [ -121.064517, 48.315044999985076 ], [ -121.067217, 48.315044999985048 ], [ -121.070917, 48.317144999985075 ], [ -121.071517, 48.31794499998508 ], [ -121.070318, 48.319144999985092 ], [ -121.068094, 48.323943999985083 ], [ -121.066297, 48.325177999985094 ], [ -121.065918, 48.328144999985099 ], [ -121.066918, 48.32954499998511 ], [ -121.069718, 48.330444999985112 ], [ -121.070918, 48.332844999985106 ], [ -121.070018, 48.333644999985111 ], [ -121.069618, 48.334944999985098 ], [ -121.070018, 48.336544999985122 ], [ -121.069418, 48.338944999985138 ], [ -121.065918, 48.338244999985129 ], [ -121.065218, 48.339244999985134 ], [ -121.064718, 48.342045999985139 ], [ -121.063618, 48.343945999985138 ], [ -121.060018, 48.346845999985142 ], [ -121.052618, 48.345045999985139 ], [ -121.050318, 48.345745999985141 ], [ -121.045618, 48.346145999985147 ], [ -121.043218, 48.345845999985137 ], [ -121.040618, 48.34814699998514 ], [ -121.040818, 48.349846999985154 ], [ -121.041818, 48.351146999985154 ], [ -121.042218, 48.353846999985166 ], [ -121.040818, 48.356446999985167 ], [ -121.041818, 48.358246999985155 ], [ -121.041718, 48.360346999985182 ], [ -121.043219, 48.363746999985189 ], [ -121.046819, 48.3664469999852 ], [ -121.049119, 48.370146999985202 ], [ -121.051319, 48.371746999985206 ], [ -121.052719, 48.373746999985201 ], [ -121.054119, 48.374345999985216 ], [ -121.055719, 48.375845999985209 ], [ -121.059019, 48.377145999985231 ], [ -121.06082, 48.379045999985209 ], [ -121.06172, 48.379045999985209 ], [ -121.06172, 48.379645999985222 ], [ -121.06062, 48.380745999985223 ], [ -121.05842, 48.382245999985223 ], [ -121.05942, 48.387146999985241 ], [ -121.06022, 48.38814699998526 ], [ -121.06322, 48.389645999985241 ], [ -121.06372, 48.390545999985243 ], [ -121.06532, 48.391345999985248 ], [ -121.06632, 48.393045999985247 ], [ -121.06462, 48.39684699998525 ], [ -121.06502, 48.398946999985256 ], [ -121.06322, 48.400846999985284 ], [ -121.06232, 48.401146999985286 ], [ -121.062621, 48.403446999985285 ], [ -121.062221, 48.405746999985283 ], [ -121.060021, 48.40724699998529 ], [ -121.058121, 48.409646999985291 ], [ -121.057121, 48.410146999985308 ], [ -121.056021, 48.412446999985306 ], [ -121.054621, 48.412646999985299 ], [ -121.051721, 48.412046999985293 ], [ -121.049621, 48.411446999985294 ], [ -121.048421, 48.410546999985307 ], [ -121.04342, 48.41064699998531 ], [ -121.04152, 48.411147999985303 ], [ -121.045421, 48.418547999985314 ], [ -121.046121, 48.418846999985313 ], [ -121.045321, 48.420147999985311 ], [ -121.044821, 48.422447999985316 ], [ -121.043921, 48.423547999985338 ], [ -121.043021, 48.426947999985337 ], [ -121.042221, 48.428047999985331 ], [ -121.042121, 48.430447999985333 ], [ -121.040836, 48.430928999985362 ], [ -121.037821, 48.432147999985339 ], [ -121.037021, 48.433247999985355 ], [ -121.040622, 48.445747999985372 ], [ -121.044222, 48.447947999985388 ], [ -121.045622, 48.44814799998538 ], [ -121.047022, 48.4472479999854 ], [ -121.047922, 48.447247999985393 ], [ -121.052322, 48.44864799998539 ], [ -121.058822, 48.452547999985391 ], [ -121.060022, 48.45374799998541 ], [ -121.062023, 48.459447999985414 ], [ -121.056723, 48.477247999985458 ], [ -121.048423, 48.486248999985484 ], [ -121.042523, 48.489648999985491 ], [ -121.035823, 48.494748999985482 ], [ -121.033923, 48.495148999985489 ], [ -121.023023, 48.495348999985495 ], [ -121.017123, 48.494248999985487 ], [ -121.008023, 48.494049999985499 ], [ -121.000323, 48.494449999985498 ], [ -120.998023, 48.494949999985501 ], [ -120.996423, 48.497049999985492 ], [ -120.992423, 48.499049999985488 ], [ -120.990422, 48.498249999985518 ], [ -120.986622, 48.497849999985498 ], [ -120.985122, 48.498049999985511 ], [ -120.984222, 48.498749999985513 ], [ -120.976645, 48.499850999985512 ], [ -120.972924, 48.499850999985512 ], [ -120.971622, 48.499150999985517 ], [ -120.965122, 48.498350999985497 ], [ -120.962922, 48.498750999985504 ], [ -120.959751, 48.500649999985491 ], [ -120.957471, 48.5010769999855 ], [ -120.954658, 48.500355999985509 ], [ -120.954306, 48.499850999985519 ], [ -120.950597, 48.499850999985512 ], [ -120.948194, 48.50632799998553 ], [ -120.948052, 48.509148999985527 ], [ -120.949285, 48.515079999985552 ], [ -120.955285, 48.521959999985562 ], [ -120.950988, 48.529417999985576 ], [ -120.949925, 48.529985999985591 ], [ -120.938656, 48.530673999985574 ], [ -120.930236, 48.527465999985559 ], [ -120.929469, 48.526565999985571 ], [ -120.921065, 48.524346999985546 ], [ -120.905531, 48.52325799998556 ], [ -120.903683, 48.523776999985564 ], [ -120.902202, 48.525763999985564 ], [ -120.904315, 48.530433999985561 ], [ -120.904514, 48.531874999985568 ], [ -120.904085, 48.533292999985591 ], [ -120.896404, 48.534641999985595 ], [ -120.885955, 48.53814799998559 ], [ -120.875379, 48.535015999985596 ], [ -120.872117, 48.530934999985568 ], [ -120.862813, 48.529991999985583 ], [ -120.857496, 48.536910999985579 ], [ -120.857586, 48.53790299998559 ], [ -120.860596, 48.540604999985604 ], [ -120.861217, 48.542286999985613 ], [ -120.860594, 48.545013999985613 ], [ -120.85756, 48.548453999985618 ], [ -120.854114, 48.54876299998562 ], [ -120.850852, 48.547766999985619 ], [ -120.84571, 48.548132999985626 ], [ -120.844816, 48.548640999985622 ], [ -120.843841, 48.550163999985621 ], [ -120.838913, 48.550724999985626 ], [ -120.824008, 48.545152999985632 ], [ -120.825594, 48.543353999985627 ], [ -120.825848, 48.541574999985606 ], [ -120.8252, 48.540722999985604 ], [ -120.81704, 48.537699999985605 ], [ -120.81568, 48.536687999985588 ], [ -120.816352, 48.534613999985588 ], [ -120.812084, 48.53199699998558 ], [ -120.809398, 48.529569999985583 ], [ -120.809382, 48.528594999985565 ], [ -120.810065, 48.527762999985562 ], [ -120.816999, 48.523141999985562 ], [ -120.817934, 48.520030999985558 ], [ -120.817344, 48.519275999985545 ], [ -120.810088, 48.514801999985544 ], [ -120.803274, 48.511337999985528 ], [ -120.7921, 48.507472999985524 ], [ -120.787729, 48.50644899998553 ], [ -120.781311, 48.508387999985523 ], [ -120.773887, 48.507544999985527 ], [ -120.767133, 48.508198999985538 ], [ -120.754194, 48.511720999985542 ], [ -120.752847, 48.512441999985548 ], [ -120.751217, 48.515020999985559 ], [ -120.745305, 48.51806399998555 ], [ -120.740992, 48.518500999985541 ], [ -120.735644, 48.518261999985555 ], [ -120.732178, 48.517760999985548 ], [ -120.727978, 48.518021999985557 ], [ -120.716456, 48.522982999985558 ], [ -120.708596, 48.523692999985578 ], [ -120.705182, 48.52632299998556 ], [ -120.701557, 48.531619999985573 ], [ -120.701613, 48.53246699998558 ], [ -120.70303, 48.534374999985587 ], [ -120.706734, 48.5377639999856 ], [ -120.70888, 48.541976999985586 ], [ -120.704732, 48.546139999985613 ], [ -120.700598, 48.553673999985627 ], [ -120.699946, 48.556482999985633 ], [ -120.696127, 48.559873999985662 ], [ -120.692349, 48.560685999985644 ], [ -120.689279, 48.562406999985654 ], [ -120.685392, 48.566103999985664 ], [ -120.686705, 48.571236999985672 ], [ -120.688596, 48.575488999985687 ], [ -120.692859, 48.577745999985694 ], [ -120.697515, 48.581570999985686 ], [ -120.704682, 48.589757999985729 ], [ -120.707277, 48.591103999985705 ], [ -120.711447, 48.591432999985727 ], [ -120.717903, 48.59528899998574 ], [ -120.718541, 48.596746999985726 ], [ -120.721367, 48.59695799998574 ], [ -120.723214, 48.594449999985734 ], [ -120.723438, 48.593000999985726 ], [ -120.722452, 48.591289999985747 ], [ -120.722497, 48.589661999985708 ], [ -120.723534, 48.588195999985722 ], [ -120.729814, 48.585026999985701 ], [ -120.730341, 48.582934999985703 ], [ -120.734881, 48.581104999985691 ], [ -120.744571, 48.578602999985698 ], [ -120.745491, 48.578747999985687 ], [ -120.755189, 48.581291999985702 ], [ -120.760068, 48.583043999985698 ], [ -120.783937, 48.602153999985745 ], [ -120.78504, 48.603842999985758 ], [ -120.785676, 48.605848999985753 ], [ -120.784789, 48.610540999985766 ], [ -120.781998, 48.612979999985761 ], [ -120.784137, 48.618477999985792 ], [ -120.787287, 48.621960999985781 ], [ -120.788996, 48.625587999985804 ], [ -120.783969, 48.628007999985812 ], [ -120.779837, 48.630761999985829 ], [ -120.778824, 48.634160999985802 ], [ -120.771533, 48.642697999985835 ], [ -120.768558, 48.64417499998585 ], [ -120.758202, 48.64406799998585 ], [ -120.753303, 48.647664999985849 ], [ -120.752366, 48.648651999985852 ], [ -120.751629, 48.654993999985862 ], [ -120.752021, 48.657537999985898 ], [ -120.750102, 48.659339999985868 ], [ -120.74765, 48.659515999985892 ], [ -120.738839, 48.662547999985868 ], [ -120.732769, 48.666590999985907 ], [ -120.723314, 48.664151999985883 ], [ -120.716758, 48.664853999985887 ], [ -120.717296, 48.669222999985898 ], [ -120.719122, 48.671645999985905 ], [ -120.717756, 48.6754839999859 ], [ -120.712932, 48.682139999985921 ], [ -120.713078, 48.684655999985942 ], [ -120.711891, 48.689295999985937 ], [ -120.708254, 48.691754999985946 ], [ -120.704063, 48.69563599998596 ], [ -120.703258, 48.69716599998597 ], [ -120.697243, 48.697401999985971 ], [ -120.690143, 48.695549999985957 ], [ -120.680965, 48.694174999985961 ], [ -120.677979, 48.695296999985963 ], [ -120.676989, 48.70145499998597 ], [ -120.67839, 48.703472999985991 ], [ -120.680207, 48.70473799998598 ], [ -120.681598, 48.710262999986014 ], [ -120.681159, 48.713171999985981 ], [ -120.677904, 48.718134999985992 ], [ -120.676485, 48.718964999985999 ], [ -120.668066, 48.721350999986015 ], [ -120.662558, 48.721159999986007 ], [ -120.660303, 48.720301999986006 ], [ -120.658035, 48.720280999986009 ], [ -120.654676, 48.724197999986039 ], [ -120.656507, 48.725503999986032 ], [ -120.65958, 48.72657699998603 ], [ -120.663794, 48.73252699998605 ], [ -120.66501, 48.733091999986051 ], [ -120.669846, 48.732992999986045 ], [ -120.67685, 48.73503999998605 ], [ -120.67833, 48.736767999986036 ], [ -120.678815, 48.73938399998606 ], [ -120.680052, 48.741073999986064 ], [ -120.684986, 48.744014999986071 ], [ -120.68933, 48.745384999986065 ], [ -120.691094, 48.747285999986069 ], [ -120.691886, 48.748715999986075 ], [ -120.691534, 48.750745999986073 ], [ -120.69324, 48.756294999986103 ], [ -120.695149, 48.756227999986095 ], [ -120.699641, 48.757692999986098 ], [ -120.707735, 48.767616999986117 ], [ -120.71319, 48.772282999986139 ], [ -120.725658, 48.773314999986127 ], [ -120.73371, 48.782899999986157 ], [ -120.735229, 48.785744999986171 ], [ -120.737623, 48.797479999986187 ], [ -120.735554, 48.803767999986206 ], [ -120.742595, 48.811535999986219 ], [ -120.74344, 48.815685999986236 ], [ -120.743408, 48.819974999986236 ], [ -120.742959, 48.823467999986256 ], [ -120.742244, 48.824144999986252 ], [ -120.739227, 48.824914999986248 ], [ -120.737605, 48.827299999986252 ], [ -120.736673, 48.832088999986269 ], [ -120.736886, 48.839804999986306 ], [ -120.73851, 48.840959999986289 ], [ -120.738671, 48.84165199998629 ], [ -120.73369, 48.851655999986306 ], [ -120.732466, 48.853226999986305 ], [ -120.73743, 48.864176999986334 ], [ -120.743311, 48.866088999986346 ], [ -120.749725, 48.867265999986344 ], [ -120.753485, 48.869367999986345 ], [ -120.754523, 48.870042999986353 ], [ -120.755674, 48.871012999986363 ], [ -120.761057, 48.873006999986366 ], [ -120.768049, 48.877345999986368 ], [ -120.770014, 48.881285999986382 ], [ -120.77011, 48.883538999986385 ], [ -120.767508, 48.884991999986383 ], [ -120.763307, 48.888467999986382 ], [ -120.764628, 48.8894879999864 ], [ -120.766274, 48.892662999986406 ], [ -120.765866, 48.894257999986394 ], [ -120.763854, 48.896940999986398 ], [ -120.763538, 48.900095999986434 ], [ -120.769995, 48.90266799998642 ], [ -120.772238, 48.905672999986429 ], [ -120.771478, 48.90762999998644 ], [ -120.768511, 48.912173999986472 ], [ -120.771103, 48.915217999986467 ], [ -120.772634, 48.918475999986441 ], [ -120.771802, 48.926508999986488 ], [ -120.771293, 48.927113999986496 ], [ -120.762629, 48.928408999986488 ], [ -120.755789, 48.93159899998647 ], [ -120.754856, 48.932823999986482 ], [ -120.754197, 48.936083999986501 ], [ -120.75604, 48.942631999986517 ], [ -120.765645, 48.950468999986541 ], [ -120.767614, 48.954432999986537 ], [ -120.778198, 48.957494999986551 ], [ -120.780544, 48.957152999986555 ], [ -120.78915, 48.958480999986556 ], [ -120.790593, 48.959145999986546 ], [ -120.798119, 48.958734999986547 ], [ -120.799955, 48.954860999986543 ], [ -120.801278, 48.953408999986536 ], [ -120.805356, 48.951678999986513 ], [ -120.810914, 48.950829999986532 ], [ -120.813503, 48.946606999986528 ], [ -120.822376, 48.940575999986507 ], [ -120.824515, 48.939251999986503 ], [ -120.830838, 48.937981999986505 ], [ -120.836089, 48.939433999986498 ], [ -120.840361, 48.948677999986536 ], [ -120.844517, 48.952321999986559 ], [ -120.849722, 48.955937999986539 ], [ -120.859834, 48.957681999986548 ], [ -120.861848, 48.960010999986551 ], [ -120.866728, 48.961912999986566 ], [ -120.872329, 48.962082999986556 ], [ -120.876231, 48.963389999986568 ], [ -120.881118, 48.966084999986563 ], [ -120.882348, 48.967959999986562 ], [ -120.880343, 48.970360999986582 ], [ -120.880756, 48.97165899998658 ], [ -120.882035, 48.97306199998657 ], [ -120.885449, 48.974858999986587 ], [ -120.880612, 48.977633999986594 ], [ -120.866458, 48.979803999986601 ], [ -120.86401, 48.980663999986575 ], [ -120.851718, 48.993087999986635 ], [ -120.85127, 48.993796999986635 ], [ -120.853105, 48.994524999986638 ], [ -120.855496, 48.99814899998664 ], [ -120.851364, 49.000279999986653 ], [ -120.716604, 49.000187999986657 ], [ -120.376216, 49.000704999986638 ], [ -120.001199, 48.999417999986633 ], [ -119.876195, 49.000447999986633 ], [ -119.701218, 49.00025799998663 ], [ -119.428678, 49.00025299998665 ], [ -119.137274, 49.000296999986638 ], [ -119.132102, 49.000261999986648 ], [ -118.836899, 49.000307999986646 ], [ -118.762583466366635, 48.710299889081107 ], [ -118.659008307797279, 48.52668938070773 ], [ -118.414792, 48.451899999985393 ], [ -118.410218, 48.246335999984893 ], [ -118.3572, 48.142851999984657 ], [ -118.402207, 48.026881999984376 ], [ -118.402407, 48.024981999984369 ], [ -118.401107, 48.022881999984357 ], [ -118.388706, 48.01168199998434 ], [ -118.378505, 48.003481999984309 ], [ -118.375354, 47.999881999984311 ], [ -118.370645, 47.985568999984274 ], [ -118.352143, 47.974757999984249 ], [ -118.34874, 47.971781999984231 ], [ -118.349623, 47.965617999984218 ], [ -118.352379, 47.95358599998417 ], [ -118.356089, 47.929316999984131 ], [ -118.350183, 47.916293999984106 ], [ -118.339996, 47.900177999984066 ], [ -118.341241, 47.892430999984029 ], [ -118.347453, 47.887011999984033 ], [ -118.349911, 47.882571999984009 ], [ -118.349538, 47.880206999983997 ], [ -118.348062, 47.877048999983998 ], [ -118.34817, 47.874879999983982 ], [ -118.354075, 47.864925999983953 ], [ -118.3552, 47.86065899998394 ], [ -118.356332, 47.852322999983919 ], [ -118.356923, 47.84678799998391 ], [ -118.356226, 47.84417499998392 ], [ -118.357065, 47.841598999983916 ], [ -118.360376, 47.838389999983889 ], [ -118.36815, 47.832999999983883 ], [ -118.371705, 47.832340999983899 ], [ -118.374843, 47.833057999983879 ], [ -118.380439, 47.831060999983876 ], [ -118.383451, 47.830362999983876 ], [ -118.392659, 47.830683999983869 ], [ -118.401741, 47.832892999983891 ], [ -118.416493, 47.835014999983883 ], [ -118.418833, 47.835689999983892 ], [ -118.424111, 47.838498999983905 ], [ -118.433438, 47.839828999983908 ], [ -118.437439, 47.841659999983904 ], [ -118.434705, 47.718764999983584 ], [ -118.393235, 47.323488999982565 ], [ -118.053433, 47.320541999982545 ], [ -118.054141, 47.260605999982374 ], [ -117.960143, 47.260448999982394 ], [ -117.960697, 47.244315999982341 ], [ -117.959724, 47.135012 ], [ -117.960021, 47.121476 ], [ -117.960221, 47.119441 ], [ -117.959674, 47.072624 ], [ -117.959612, 47.04339 ], [ -117.960049, 47.033231 ], [ -117.960116, 47.032614 ], [ -117.959767, 46.990465 ], [ -117.959498, 46.987791 ], [ -117.959388, 46.965014 ], [ -117.958856, 46.914878 ], [ -117.967357, 46.914878 ], [ -117.970753, 46.868303 ], [ -117.970807, 46.867254 ], [ -117.976873, 46.863297 ], [ -117.9876, 46.861853 ], [ -117.988229, 46.861053 ], [ -117.98877, 46.857414 ], [ -117.994489, 46.852505 ], [ -118.001059, 46.849244 ], [ -118.004431, 46.848194 ], [ -118.004835, 46.843394 ], [ -118.004107, 46.83944 ], [ -118.003275, 46.838754 ], [ -118.001059, 46.838341 ], [ -117.997471, 46.837816 ], [ -117.993603, 46.838081 ], [ -117.992009, 46.832586 ], [ -117.992251, 46.831956 ], [ -117.996391, 46.830014 ], [ -117.997682, 46.828452 ], [ -117.998967, 46.825721 ], [ -117.997884, 46.823396 ], [ -118.001059, 46.820605 ], [ -118.004394, 46.819784 ], [ -118.006794, 46.818573 ], [ -118.007994, 46.81679 ], [ -118.011525, 46.814804 ], [ -118.018416, 46.815035 ], [ -118.019816, 46.813847 ], [ -118.019751, 46.811881 ], [ -118.016528, 46.80452 ], [ -118.016529, 46.803286 ], [ -118.017896, 46.799516 ], [ -118.017532, 46.797024 ], [ -118.015771, 46.793824 ], [ -118.013277, 46.792611 ], [ -118.012612, 46.791445 ], [ -118.012613, 46.790485 ], [ -118.015247, 46.785069 ], [ -118.018277, 46.783334 ], [ -118.020972, 46.782855 ], [ -118.02207, 46.783449 ], [ -118.024696, 46.787221 ], [ -118.027024, 46.788068 ], [ -118.036045, 46.784732 ], [ -118.039674, 46.779499 ], [ -118.040906, 46.776871 ], [ -118.041705, 46.773497 ], [ -118.041873, 46.771157 ], [ -118.045467, 46.768643 ], [ -118.048228, 46.768232 ], [ -118.054148, 46.76997 ], [ -118.070517, 46.772323 ], [ -118.072879, 46.773832 ], [ -118.072613, 46.775455 ], [ -118.074043, 46.776277 ], [ -118.083093, 46.774905 ], [ -118.08479, 46.775407 ], [ -118.085355, 46.776253 ], [ -118.089514, 46.777143 ], [ -118.092176, 46.777577 ], [ -118.095006, 46.778879 ], [ -118.098197, 46.775861 ], [ -118.10262, 46.772637 ], [ -118.106546, 46.773184 ], [ -118.109572, 46.771994 ], [ -118.111367, 46.770325 ], [ -118.111964, 46.768632 ], [ -118.113327, 46.767512 ], [ -118.115754, 46.766551 ], [ -118.117483, 46.764516 ], [ -118.126069, 46.761324 ], [ -118.128239, 46.760948 ], [ -118.136156, 46.760175 ], [ -118.144271, 46.760316 ], [ -118.147432, 46.758968 ], [ -118.155747, 46.759519 ], [ -118.15668, 46.755999 ], [ -118.155019, 46.753622 ], [ -118.156882, 46.751314 ], [ -118.162107, 46.746902 ], [ -118.166231, 46.746606 ], [ -118.178834, 46.747087 ], [ -118.183455, 46.747704 ], [ -118.187243, 46.750272 ], [ -118.188939, 46.751111 ], [ -118.190336, 46.751203 ], [ -118.193695, 46.750192 ], [ -118.20018, 46.746034 ], [ -118.201942, 46.744526 ], [ -118.204402, 46.740891 ], [ -118.205632, 46.739817 ], [ -118.209885, 46.738942 ], [ -118.220059, 46.736796 ], [ -118.227073, 46.736725 ], [ -118.230696, 46.734461 ], [ -118.233886, 46.733934 ], [ -118.235349, 46.734162 ], [ -118.237745, 46.73688 ], [ -118.239941, 46.738068 ], [ -118.248979, 46.734132 ], [ -118.249277, 46.733538 ], [ -118.248777, 46.73203 ], [ -118.239121, 46.716516 ], [ -118.233729, 46.706575 ], [ -118.224017, 46.691242 ], [ -118.982545, 46.911321 ], [ -119.001117, 46.911384 ], [ -119.00393, 46.911363 ], [ -119.079012, 46.911715 ], [ -119.121039, 46.912093 ], [ -119.124641, 46.912045 ], [ -119.153545, 46.912286 ], [ -119.164415, 46.912266 ], [ -119.230904, 46.912352 ], [ -119.237207, 46.912303 ], [ -119.314896, 46.91236 ], [ -119.368713, 46.91246 ], [ -119.36874, 46.906954 ], [ -119.368863, 46.89706 ], [ -119.369041, 46.872022 ], [ -119.369151, 46.819926 ], [ -119.369213, 46.816968 ], [ -119.369197, 46.799819 ], [ -119.369227, 46.74986 ], [ -119.369617, 46.737284 ], [ -119.369063617128077, 46.689053045261986 ], [ -119.452449, 46.689773 ], [ -119.458064, 46.692251 ], [ -119.462308, 46.69484 ], [ -119.465657, 46.695937 ], [ -119.473785, 46.704331 ], [ -119.480759, 46.709617 ], [ -119.48504, 46.715161 ], [ -119.487484, 46.71745 ], [ -119.49209, 46.719305 ], [ -119.501137, 46.724685 ], [ -119.515653, 46.727396 ], [ -119.520513, 46.725236 ], [ -119.522328, 46.723844 ], [ -119.528109, 46.718383 ], [ -119.532892, 46.712475 ], [ -119.541712, 46.704907 ], [ -119.554257, 46.695863 ], [ -119.568573, 46.682517 ], [ -119.576911, 46.673286 ], [ -119.58186, 46.669758 ], [ -119.589712, 46.66532 ], [ -119.603207, 46.655745 ], [ -119.626142, 46.644981 ], [ -119.645238, 46.641149 ], [ -119.65791, 46.640184 ], [ -119.662892, 46.640611 ], [ -119.683236, 46.647364 ], [ -119.70034, 46.649143 ], [ -119.705512, 46.649131 ], [ -119.718273, 46.647588 ], [ -119.732905, 46.642516 ], [ -119.748489, 46.635775 ], [ -119.763762, 46.635195 ], [ -119.780063, 46.63381 ], [ -119.784945, 46.63287 ], [ -119.80048, 46.630414 ], [ -119.829291, 46.625243 ], [ -119.864807, 46.62685 ], [ -119.874057, 46.628585 ], [ -119.881547, 46.63063 ], [ -119.894768, 46.632331 ], [ -119.897582, 46.633271 ], [ -119.901483, 46.635602 ], [ -119.908609, 46.642695 ], [ -119.914489, 46.649729 ], [ -119.915338, 46.652065 ], [ -119.915808, 46.653503 ], [ -119.917301, 46.655423 ], [ -119.919827, 46.65763 ], [ -119.930461, 46.662551 ], [ -119.933088, 46.664559 ], [ -119.938555, 46.669326 ], [ -119.944218, 46.673242 ], [ -119.94644, 46.675935 ], [ -119.952206, 46.686827 ], [ -119.956748, 46.693518 ], [ -119.963789, 46.706022 ], [ -119.969285, 46.714767 ], [ -119.973156, 46.722704 ], [ -119.973445, 46.728891 ], [ -119.973017, 46.737171 ], [ -119.979091, 46.737102 ], [ -119.983824, 46.73755 ], [ -119.99883, 46.73946 ], [ -120.028014, 46.738599 ], [ -120.044326, 46.736922 ], [ -120.131347, 46.735509 ], [ -120.385477, 46.737413 ], [ -120.431315, 46.737601 ], [ -120.450038, 46.737539 ], [ -120.450615, 46.73754 ] ] ] ] } } +] +} diff --git a/switch_model/wecc/get_inputs/post_process_steps/__init__.py b/switch_model/wecc/get_inputs/post_process_steps/__init__.py new file mode 100644 index 000000000..05f7ba763 --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/__init__.py @@ -0,0 +1,8 @@ +""" +This file ensures that all python files in this folder are imported so that +their @register_post_process function handlers are noticed. +""" +from pathlib import Path + +# Import all the files in this directory that end in .py and don't start with an underscore +__all__ = [f.stem for f in Path(__file__).parent.glob("[!_]*.py")] diff --git a/switch_model/wecc/get_inputs/post_process_steps/add_storage.py b/switch_model/wecc/get_inputs/post_process_steps/add_storage.py new file mode 100644 index 000000000..428058867 --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/add_storage.py @@ -0,0 +1,157 @@ +""" +This post-process step was created by Martin Staadecker +when studying long duration energy storage. It +allows adding storage technologies from a Google Sheet to +the csvs in the inputs folder. +""" +import pandas as pd +from switch_model.wecc.get_inputs.register_post_process import post_process_step + + +def fetch_df(tab_name, key, config): + """ + Returns a dataframe from the google sheet and filters it by the key + """ + TAB_NAME_GID = { + "constants": 0, + "plants": 889129113, + "costs": 1401952285, + "minimums": 1049456965, + } + SHEET_ID = "1SJrj039T1T95NLTs964VQnsfZgo2QWCo29x2ireVYcU" + + gid = TAB_NAME_GID[tab_name] + url = f"https://docs.google.com/spreadsheet/ccc?key={SHEET_ID}&output=csv&gid={gid}" + + df: pd.DataFrame = ( + pd.read_csv(url, index_col=False).replace("FALSE", False).replace("TRUE", True) + ) + + if "description" in df.columns: + df = df.drop("description", axis=1) + + if key is not None: + df = filer_by_scenario(df, key, config) + return df + + +def filer_by_scenario(df, scenario_column, config): + """ + Filters a dataframe by a scenario param + """ + if scenario_column in config: + scenario = config[scenario_column] + else: + scenario = input( + f"Which scenario do you want for '{scenario_column}' (default 0) : " + ) + scenario = int(scenario) if scenario != "" else 0 + df = df[df[scenario_column] == scenario] + return df.drop(scenario_column, axis=1) + + +def cross_join(df1, df2): + return df1.assign(key=1).merge(df2.assign(key=1), on="key").drop("key", axis=1) + + +def add_to_csv(filename, to_add, primary_key=None, append=True): + """ + Used to append a dataframe to an input .csv file + """ + if append: + try: + df = pd.read_csv(filename, index_col=False) + df = pd.concat([df, to_add], ignore_index=True)[df.columns] + except FileNotFoundError: + df = to_add + else: + df = to_add + # Confirm that primary_key is unique + if primary_key is not None: + assert len(df[primary_key]) == len(df[primary_key].drop_duplicates()) + df.to_csv(filename, index=False) + + +def drop_previous_candidate_storage(): + """ + Drops all candidate storage from the model + """ + # Get the generation projects + STORAGE_TECH = "Battery_Storage" + + gen = pd.read_csv("generation_projects_info.csv", index_col=False) + # Find generation projects that are both storage and not predetermined (i.e. candidate) + predetermined_gen = pd.read_csv("gen_build_predetermined.csv", index_col=False)[ + "GENERATION_PROJECT" + ] + should_drop = (gen["gen_tech"] == STORAGE_TECH) & ~gen["GENERATION_PROJECT"].isin( + predetermined_gen + ) + # Find projects that we should drop (candidate storage) + gen_to_drop = gen[should_drop]["GENERATION_PROJECT"] + + # Drop and write output + gen = gen[~should_drop] + gen.to_csv("generation_projects_info.csv", index=False) + + # Drop the dropped generation projects from gen_build_costs.csv + costs = pd.read_csv("gen_build_costs.csv", index_col=False) + costs = costs[~costs["GENERATION_PROJECT"].isin(gen_to_drop)] + costs.to_csv("gen_build_costs.csv", index=False) + + +@post_process_step(msg="Adding storage from Google Sheets") +def post_process(config): + # Drop previous candidate storage from inputs + drop_previous_candidate_storage() + + # Get the generation storage plants from Google Sheet + gen_projects = ( + fetch_df("constants", "constant_scenario", config) + .set_index("param_name") + .transpose() + ) + gen_projects = cross_join( + gen_projects, fetch_df("plants", "plants_scenario", config) + ) + + # Append the storage plants to the inputs + add_to_csv( + "generation_projects_info.csv", gen_projects, primary_key="GENERATION_PROJECT" + ) + + # Create min_per_tech.csv + min_projects = fetch_df("minimums", "minimums_scenario", config) + add_to_csv( + "min_per_tech.csv", + min_projects, + primary_key=["gen_tech", "period"], + append=False, + ) + + # Get the plant costs from GSheets and append to costs + storage_costs = fetch_df("costs", "costs_scenario", config) + storage_costs = storage_costs[ + storage_costs["GENERATION_PROJECT"].isin(gen_projects["GENERATION_PROJECT"]) + ] + add_to_csv( + "gen_build_costs.csv", + storage_costs, + primary_key=["GENERATION_PROJECT", "build_year"], + ) + + # Create add_storage_info.csv + pd.DataFrame([config]).transpose().to_csv("add_storage_info.csv", header=False) + + # Add the storage types to the graphs + gen_type = gen_projects[["gen_tech", "gen_energy_source"]].drop_duplicates() + gen_type.columns = ["gen_tech", "energy_source"] + gen_type["map_name"] = "default" + gen_type["gen_type"] = "Storage" + pd.concat([pd.read_csv("graph_tech_types.csv", index_col=False), gen_type]).to_csv( + "graph_tech_types.csv", index=False + ) + + +if __name__ == "__main__": + main({}) diff --git a/switch_model/wecc/get_inputs/post_process_steps/aggregate_candidate_projects.py b/switch_model/wecc/get_inputs/post_process_steps/aggregate_candidate_projects.py new file mode 100644 index 000000000..30126f253 --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/aggregate_candidate_projects.py @@ -0,0 +1,380 @@ +""" +This get_inputs post-process step aggregates candidate plants of a certain type within the same load zone +to simplify model complexity. + +Implementation details: + +1. We first aggregate the plants in generation_projects_info.csv. + - We average the connection costs (weighted by capacity limit) + - We sum the capacity limit + +2. We verify that the build costs are the same for all the aggregated projects and update build_costs.csv + +3. We aggregate the variable_capacity_factors.csv depending on the method specified in the parameter 'cf_method'. + If cf_method="file" we use the variable capacity factors found in an external file. + +----- +This file also contains the function create_capacity_factors() which will generate a file +called zonal_capacity_factors.csv that can be consumed by the post process step +with cf_method=file (see point #3 above). Details on how this file is created are available +in the documentation of that function. +""" +import warnings + +import numpy as np +import pandas as pd + +from switch_model.wecc.get_inputs.register_post_process import post_process_step + + +@post_process_step( + msg="Aggregating candidate projects by load zone for specified technologies" +) +def post_process(func_config): + agg_techs = func_config["agg_techs"] + cf_method = func_config["cf_method"] + assert type(agg_techs) == list + # Don't allow hydro to be aggregated since we haven't implemented how to handle + # hydro_timeseries.csv + assert "Hydro_NonPumped" not in agg_techs + assert "Hydro_Pumped" not in agg_techs + + print( + f"\t\tAggregating on projects where gen_tech in {agg_techs} with capacity factor method {cf_method}" + ) + key = "GENERATION_PROJECT" + + ################# + # 1. Aggregate generation_projects_info.csv + ################ + # Keep only the projects we want to aggregate (must be candidate and in agg_techs) + # save the projects we're not aggregating into projects_no_agg for later + filename = "generation_projects_info.csv" + df = pd.read_csv(filename, index_col=False, dtype={key: str}) + columns = df.columns.values + predetermined = pd.read_csv( + "gen_build_predetermined.csv", usecols=[key], dtype={key: str} + )[key] + should_agg = df["gen_tech"].isin(agg_techs) & (~df[key].isin(predetermined)) + if cf_method == "file": + # Filter out projects where we don't have a capacity factor + try: + zonal_cf = pd.read_csv("zonal_capacity_factors.csv", index_col=False) + except FileNotFoundError: + raise Exception( + "Post process step 'aggregate_candidate_projects' with method 'file'" + " requires an external zonal_capacity_factors.csv to exist. This file can be generated" + " using the scripts in zonal_capacity_factors.csv." + ) + valid_proj = df.merge( + zonal_cf[["gen_load_zone", "gen_tech"]].drop_duplicates(), + on=["gen_load_zone", "gen_tech"], + how="right", + validate="many_to_one", + )[key] + should_agg &= df[key].isin(valid_proj) + projects_no_agg = df[~should_agg].copy() + df = df[should_agg].copy() + + # Reset the dbid since we're creating a new project + df["gen_dbid"] = "." + + # Specify the new project id (e.g. agg_Wind_CA_SGE) and save a mapping of keys to aggregate keys for later + df["agg_key"] = "agg_" + df["gen_tech"] + "_" + df["gen_load_zone"] + keys_to_agg = df[[key, "agg_key", "gen_tech", "gen_load_zone"]] + df = df.astype({"gen_capacity_limit_mw": float}) + keys_to_agg["weight"] = df["gen_capacity_limit_mw"] + df[key] = df.pop("agg_key") + + # Aggregate + def agg_projects(x): + x = x.copy() + connect_cost = x.pop("gen_connect_cost_per_mw") + capacity_limit = x.pop("gen_capacity_limit_mw") + + # Verify that there are no differences among the columns we are not aggregating + x = x.drop_duplicates() + if len(x) != 1: + num_unique = x.nunique() + non_unique_values = num_unique[num_unique != 1].index.values + raise Exception( + f"The following columns are not unique and we do not know how to aggregate them: {non_unique_values}" + ) + + # Set the aggregated columns + x["gen_capacity_limit_mw"] = capacity_limit.sum() + x["gen_connect_cost_per_mw"] = np.average(connect_cost, weights=capacity_limit) + return x + + df = df.groupby(key, as_index=False).apply(agg_projects) + + # Add back the non aggregate projects and write to csv + df = pd.concat([df, projects_no_agg]) + df[columns].to_csv(filename, index=False) + + ############ + # 2. Update gen_build_costs.csv + ############ + # Read the file and filter aggregated + filename = "gen_build_costs.csv" + df = pd.read_csv(filename, index_col=False, dtype={key: str}) + columns = df.columns.values + should_agg = df[key].isin(keys_to_agg[key]) + df_keep = df[~should_agg] + df = df[should_agg] + # Replace the plant id with the aggregated plant id + df = ( + df.merge( + keys_to_agg[[key, "agg_key"]], on=key, how="left", validate="many_to_one" + ) + .drop(key, axis=1) + .rename({"agg_key": key}, axis=1) + ) + + # Aggregate + def agg_costs(x): + # Verify that there are no differences among the columns we are not aggregating + x = x.drop_duplicates() + if len(x) != 1: + num_unique = x.nunique() + non_unique_values = num_unique[num_unique != 1].index.values + raise Exception( + f"The following columns are not unique and we do not know how to aggregate them: {non_unique_values}" + ) + + # Return the single row + return x + + df = df.groupby([key], as_index=False, dropna=False, sort=False).apply(agg_costs) + df = pd.concat([df, df_keep]) + df[columns].to_csv(filename, index=False) + + ######### + # 3. Average the variable capacity factors + ######### + # Fetch the capacity factors for the projects of interest + filename = "variable_capacity_factors.csv" + df = pd.read_csv(filename, index_col=False, dtype={key: str}) + columns = df.columns.values + should_agg = df[key].isin(keys_to_agg[key]) + df_keep = df[~should_agg] + df = df[should_agg] + # Replace the plant id with the aggregated plant id + df = ( + df.merge(keys_to_agg, on=key, how="left", validate="many_to_one") + .drop(key, axis=1) + .rename({"agg_key": key}, axis=1) + ) + + # Aggregate by group and timepoint + dfgroup = df.groupby([key, "timepoint"], as_index=False, dropna=False, sort=False) + if cf_method == "95_quantile": + df = dfgroup.quantile(0.95) + elif cf_method == "weighted_mean": + # Code to take the weighted average + df = dfgroup.quantile( + lambda x: np.average(x["gen_max_capacity_factor"], weights=x["weight"]) + ).rename({None: "gen_max_capacity_factor"}, axis=1) + elif cf_method == "file": + df = df.drop(["gen_max_capacity_factor", "weight"], axis=1).drop_duplicates() + df = df.merge( + zonal_cf, on=["gen_load_zone", "timepoint", "gen_tech"], how="left" + ) + else: + raise NotImplementedError(f"Method '{cf_method}' is not implemented.") + df = pd.concat([df[columns], df_keep]) + df[columns].to_csv(filename, index=False) + + +def create_capacity_factors(): + """ + This function creates a zonal_capacity_factors.csv file + that contains capacity factors aggregated by load_zone, timepoint and technology based on the dispatch + instructions for *candidate* renewable plants from the results of a previous run. Capacity + factors are calculated by aggregating all the candidate plants of the same gen_tech within a load + zone and using the following equation + + capacity factor = (DispatchGen + Curtailment) / (GenCapacity * (1 - gen_forced_outage_rate)) + + This equation is essentially calculating the aggregated variable capacity factor for + the entire load zone by reversing how DispatchUpperLimit is calculated in the SWITCH model. + See switch_model.generators.core.no_commit.py + + Note that capacity factors are only calculated for technologies where all the candidate + plants are variable and not baseload (baseload plants have a different way of calculating the outage rate). + + Further, if the results that are being used don't contain any built candidate plants in a load zone, no + zonal capacity factor can be created for that zone (since we can't divide by GenCapacity when it's 0). + This may cause certain load zones to remain un-aggregated when applying this file's post process step. + A warning will be displayed when this function is run if a capacity factor can't be created for the load zone. + + This function requires the following files + inputs/generation_projects_info.csv (to get gen_forced_outage_rate) + inputs/gen_build_predetermined.csv (to know which projects are candidate projects) + outputs/timestamps.csv (to find which timepoint matches which period) + outputs/gen_cap.csv (to find the GenCapacity during any period) + outputs/dispatch.csv (to know the DispatchGen and Curtailment) + """ + # Read the projects + projects = pd.read_csv( + "inputs/generation_projects_info.csv", + usecols=[ + "GENERATION_PROJECT", + "gen_tech", + "gen_is_variable", + "gen_is_baseload", + "gen_forced_outage_rate", + ], + dtype={"GENERATION_PROJECT": str}, + index_col=False, + ) + # Filter out predetermined plants + predetermined = pd.read_csv( + "inputs/gen_build_predetermined.csv", + usecols=["GENERATION_PROJECT"], + dtype={"GENERATION_PROJECT": str}, + index_col=False, + )["GENERATION_PROJECT"] + n = len(projects) + projects = projects[~projects["GENERATION_PROJECT"].isin(predetermined)] + print(f"Removed {n - len(projects)} projects that were predetermined plants.") + del predetermined + # Determine the gen_techs where gen_is_variable is always True and gen_is_baseload is always False. + # Grouping and summing works since summing Falses gives 0 but summing Trues gives >0. + projects["gen_is_not_variable"] = ~projects["gen_is_variable"] + grouped_projects = projects.groupby("gen_tech", as_index=False)[ + ["gen_is_not_variable", "gen_is_baseload"] + ].sum() + grouped_projects = grouped_projects[ + (grouped_projects["gen_is_not_variable"] == 0) + & (grouped_projects["gen_is_baseload"] == 0) + ] + gen_tech = grouped_projects["gen_tech"] + del grouped_projects + print(f"Aggregating for gen_tech: {gen_tech.values}") + + # Filter out projects that aren't variable or are baseload + n = len(projects) + projects = projects[projects["gen_tech"].isin(gen_tech)] + valid_gens = projects["GENERATION_PROJECT"] + print(f"Removed {n - len(projects)} projects that aren't of allowed gen_tech.") + + # Calculate the gen_forced_outage_rate and verify it is identical for all the projects within the same group + outage_rates = projects.groupby("gen_tech", as_index=False)[ + "gen_forced_outage_rate" + ] + if (outage_rates.nunique()["gen_forced_outage_rate"] - 1).sum() != 0: + outage_rates = ( + outage_rates.nunique().set_index("gen_tech")["gen_forced_outage_rate"] - 1 + ) + outage_rates = outage_rates[outage_rates != 0] + raise Exception( + f"These generation technologies have different forced outage rates: {outage_rates.index.values}" + ) + outage_rates = ( + outage_rates.mean() + ) # They're all the same so mean returns the proper value + del projects + print("Check passed: gen_forced_outage_rate is identical.") + + # Read the dispatch instructions + dispatch = pd.read_csv( + "outputs/dispatch.csv", + usecols=[ + "generation_project", + "timestamp", + "gen_tech", + "gen_load_zone", + "DispatchGen_MW", + "Curtailment_MW", + ], + index_col=False, + dtype={"generation_project": str}, + ) + # Keep only valid projects + dispatch = dispatch[dispatch["generation_project"].isin(valid_gens)] + # Group by timestamp, gen_tech and load_zone + dispatch = dispatch.groupby( + ["timestamp", "gen_tech", "gen_load_zone"], as_index=False + ).sum() + # Get the DispatchUpperLimit from DispatchGen + Curtailment + dispatch["DispatchUpperLimit"] = ( + dispatch["DispatchGen_MW"] + dispatch["Curtailment_MW"] + ) + dispatch = dispatch.drop(["DispatchGen_MW", "Curtailment_MW"], axis=1) + + # Add the period to each row by merging with outputs/timestamp.csv + timestamps = pd.read_csv( + "outputs/timestamps.csv", + usecols=["timestamp", "timepoint", "period"], + index_col=False, + ) + dispatch = dispatch.merge( + timestamps, on="timestamp", how="left", validate="many_to_one" + ) + del timestamps + + # Read the gen_cap.csv + cap = pd.read_csv( + "outputs/gen_cap.csv", + usecols=[ + "GENERATION_PROJECT", + "PERIOD", + "gen_tech", + "gen_load_zone", + "GenCapacity", + ], + index_col=False, + dtype={"GENERATION_PROJECT": str}, + ).rename({"PERIOD": "period"}, axis=1) + # Keep only valid projects + cap = cap[cap["GENERATION_PROJECT"].isin(valid_gens)].drop( + "GENERATION_PROJECT", axis=1 + ) + # Sum for the tech, period and load zone + cap = cap.groupby(["period", "gen_tech", "gen_load_zone"], as_index=False).sum() + # Merge onto dispatch + dispatch = dispatch.merge( + cap, + on=["period", "gen_tech", "gen_load_zone"], + how="left", + validate="many_to_one", + ) + del cap + + # Filter out zones with no buildout + is_no_buildout = dispatch["GenCapacity"] == 0 + missing_data = ( + dispatch[is_no_buildout][["period", "gen_tech", "gen_load_zone"]] + .drop_duplicates() + .groupby(["period", "gen_tech"], as_index=False)["gen_load_zone"] + .nunique() + .rename({"gen_load_zone": "Number of Load Zones"}, axis=1) + ) + if missing_data["Number of Load Zones"].sum() > 0: + warnings.warn( + f"Unable to make capacity factors for the following categories since total capacity in those zones is 0.\n{missing_data}" + ) + dispatch = dispatch[~is_no_buildout] + + # Merge outage rates onto dispatch + dispatch = dispatch.merge(outage_rates, on="gen_tech") + del outage_rates + + dispatch["gen_max_capacity_factor"] = dispatch["DispatchUpperLimit"] / ( + dispatch["GenCapacity"] * (1 - dispatch["gen_forced_outage_rate"]) + ) + dispatch = dispatch[ + [ + "gen_tech", + "gen_load_zone", + "timestamp", + "timepoint", + "gen_max_capacity_factor", + ] + ] + dispatch.to_csv("zonal_capacity_factors.csv", index=False) + + +if __name__ == "__main__": + create_capacity_factors() diff --git a/switch_model/wecc/get_inputs/post_process_steps/create_graph_files.py b/switch_model/wecc/get_inputs/post_process_steps/create_graph_files.py new file mode 100644 index 000000000..5bb623252 --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/create_graph_files.py @@ -0,0 +1,22 @@ +import pandas as pd + +from switch_model.wecc.get_inputs.register_post_process import post_process_step + + +@post_process_step(msg="Creating graph files") +def post_process(_): + timepoints = pd.read_csv("timepoints.csv", index_col=False) + timeseries = pd.read_csv("timeseries.csv", index_col=False) + timepoints = timepoints.merge( + timeseries, + how="left", + left_on="timeseries", + right_on="TIMESERIES", + validate="many_to_one", + ) + timepoints["time_column"] = timepoints["timeseries"].apply( + lambda c: c.partition("-")[2] + ) + timestamp_map = timepoints[["timestamp", "ts_period", "time_column"]] + timestamp_map.columns = ["timestamp", "time_row", "time_column"] + timestamp_map.to_csv("graph_timestamp_map.csv", index=False) diff --git a/switch_model/wecc/get_inputs/post_process_steps/derate_hydro.py b/switch_model/wecc/get_inputs/post_process_steps/derate_hydro.py new file mode 100644 index 000000000..f82377c1e --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/derate_hydro.py @@ -0,0 +1,12 @@ +import pandas as pd + +from switch_model.wecc.get_inputs.register_post_process import post_process_step + + +@post_process_step(msg="Reducing hydro average flows") +def post_process(derate_ratio): + filename = "hydro_timeseries.csv" + df = pd.read_csv(filename, index_col=False, na_values=".") + df["hydro_avg_flow_mw"] *= derate_ratio + df["hydro_min_flow_mw"] = df[["hydro_min_flow_mw", "hydro_avg_flow_mw"]].min(axis=1) + df.to_csv(filename, index=False, na_rep=".") diff --git a/switch_model/wecc/get_inputs/post_process_steps/energy_cost.py b/switch_model/wecc/get_inputs/post_process_steps/energy_cost.py new file mode 100644 index 000000000..4d9707af9 --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/energy_cost.py @@ -0,0 +1,55 @@ +# Standard packages +import os +import shutil + +# Third-party packages +import pandas as pd + +from switch_model.wecc.get_inputs.register_post_process import post_process_step + + +@post_process_step( + msg="Change energy cost for storage candidate", +) +def post_process(func_config): + + percentage = int(func_config["percentage"]) / 100 + dtype = {"GENERATION_PROJECT": str} + df = pd.read_csv("generation_projects_info.csv", dtype=dtype) + costs = pd.read_csv("gen_build_costs.csv", dtype=dtype) + predetermined = pd.read_csv("gen_build_predetermined.csv", dtype=dtype) + + gen_projects = df.merge( + costs, + on="GENERATION_PROJECT", + ) + + gen_projects = gen_projects.merge( + predetermined, + on=["GENERATION_PROJECT", "build_year"], + how="left", # Makes a left join + ) + + # Get candiate technology only + candidate = gen_projects.query("build_year == 2050").query( + "gen_tech =='Battery_Storage'" + ) + + # Get canidate generation project id + candidate_ids = candidate["GENERATION_PROJECT"].values + + gen_cost_mwh = costs.loc[ + costs["GENERATION_PROJECT"].isin(candidate_ids), + "gen_storage_energy_overnight_cost", + ].astype(float) + + # Set to zero column that allows technology to provide reserves + costs.loc[ + costs["GENERATION_PROJECT"].isin(candidate_ids), + "gen_storage_energy_overnight_cost", + ] = ( + gen_cost_mwh * percentage + ) + + # Save file again + costs.to_csv("gen_build_costs.csv", index=False) diff --git a/switch_model/wecc/get_inputs/post_process_steps/fix_prebuild_conflict.py b/switch_model/wecc/get_inputs/post_process_steps/fix_prebuild_conflict.py new file mode 100644 index 000000000..47dcf8a1a --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/fix_prebuild_conflict.py @@ -0,0 +1,54 @@ +import pandas as pd + +from switch_model.wecc.get_inputs.register_post_process import post_process_step + + +@post_process_step(msg="Shifting 2020 pre-build years to 2019") +def post_process(_): + """ + This post-processing step is necessary to pass the no_predetermined_bld_yr_vs_period_conflict BuildCheck. + Basically we are moving all the 2020 predetermined build years to 2019 to avoid a conflict with the 2020 period. + See generators.core.build.py for details. + """ + periods = pd.read_csv("periods.csv", index_col=False) + if 2020 not in periods["INVESTMENT_PERIOD"].values: + return + + # Read two files that need modification + gen_build_costs = pd.read_csv( + "gen_build_costs.csv", index_col=False, dtype={"GENERATION_PROJECT": object} + ) + gen_build_predetermined = pd.read_csv( + "gen_build_predetermined.csv", + index_col=False, + dtype={"GENERATION_PROJECT": object}, + ) + # Save their size + rows_prior = gen_build_costs.size, gen_build_predetermined.size + # Save columns of gen_build_costs + gen_build_costs_col = gen_build_costs.columns + # Merge to know which rows are prebuild + gen_build_costs = gen_build_costs.merge( + gen_build_predetermined, on=["GENERATION_PROJECT", "build_year"], how="left" + ) + + # If row is prebuild and in 2020, replace it with 2019 + gen_build_costs.loc[ + (~gen_build_costs["gen_predetermined_cap"].isna()) + & (gen_build_costs["build_year"] == 2020), + "build_year", + ] = 2019 + # If row is in 2020 replace it with 2019 + gen_build_predetermined.loc[ + gen_build_predetermined["build_year"] == 2020, "build_year" + ] = 2019 + # Go back to original column set + gen_build_costs = gen_build_costs[gen_build_costs_col] + + # Ensure the size is still the same + rows_post = gen_build_costs.size, gen_build_predetermined.size + assert rows_post == rows_prior + + # Write the files back out + gen_build_costs.to_csv("gen_build_costs.csv", index=False) + gen_build_predetermined.to_csv("gen_build_predetermined.csv", index=False) diff --git a/switch_model/wecc/get_inputs/post_process_steps/only_california.py b/switch_model/wecc/get_inputs/post_process_steps/only_california.py new file mode 100644 index 000000000..b0d4c2eb3 --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/only_california.py @@ -0,0 +1,12 @@ +import pandas as pd + +from switch_model.wecc.get_inputs.register_post_process import post_process_step +from switch_model.tools.drop import main as drop + + +@post_process_step(msg="Dropping all the zones outside of California") +def post_process(_): + df = pd.read_csv("load_zones.csv", index_col=False) + df = df[df["LOAD_ZONE"].str.startswith("CA_")] + df.to_csv("load_zones.csv", index=False) + drop(["--silent", "--no-confirm", "--run", "--inputs-dir", "."]) diff --git a/switch_model/wecc/get_inputs/post_process_steps/replace_plants_in_zone_all.py b/switch_model/wecc/get_inputs/post_process_steps/replace_plants_in_zone_all.py new file mode 100644 index 000000000..961918212 --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/replace_plants_in_zone_all.py @@ -0,0 +1,93 @@ +import pandas as pd + +from switch_model.wecc.get_inputs.register_post_process import post_process_step + + +@post_process_step(msg="Replacing _ALL_ZONES plants with a plant in each zone") +def post_process(_): + """ + This post-process step replaces all the generation projects that have a load called + _ALL_ZONES with a generation project for each load zone. + """ + # Read load_zones.csv + load_zones = pd.read_csv("load_zones.csv", index_col=False) + load_zones["dbid_suffix"] = "_" + load_zones["zone_dbid"].astype(str) + num_zones = len(load_zones) + + def replace_rows( + plants_to_copy, + filename, + df=None, + plants_col="GENERATION_PROJECT", + load_column=None, + ): + # If the df does not already exist, read the file + if df is None: + df = pd.read_csv(filename, index_col=False) + + # Save the columns for later use + df_col = df.columns + df_rows = len(df) + + # Force the plants_col to string type to allow concating + df = df.astype({plants_col: str}) + plants_to_copy = plants_to_copy.astype(str) + + # Extract the rows that need copying + should_copy = df[plants_col].isin(plants_to_copy) + rows_to_copy = df[should_copy] + + if rows_to_copy.empty: + return + + # Filter out the plants that need replacing from our data frame + df = df[~should_copy] + # replacement is the cross join of the plants that need replacement + # with the load zones. The cross join is done by joining over a column called + # key that is always 1. + replacement = rows_to_copy.assign(key=1).merge( + load_zones.assign(key=1), + on="key", + ) + + replacement[plants_col] = replacement[plants_col] + replacement["dbid_suffix"] + + if load_column is not None: + # Set gen_load_zone to be the LOAD_ZONE column + replacement[load_column] = replacement["LOAD_ZONE"] + + # Keep the same columns as originally + replacement = replacement[df_col] + + # Add the replacement plants to our dataframe + df = df.append(replacement) + + assert len(df) == df_rows + len(rows_to_copy) * (num_zones - 1) + + df.to_csv(filename, index=False) + + plants = pd.read_csv("generation_projects_info.csv", index_col=False) + # Find the plants that need replacing + to_replace = plants[plants["gen_load_zone"] == "_ALL_ZONES"] + # If no plant needs replacing end there + if to_replace.empty: + return + # If to_replace has variable capacity factors we raise exceptions + # since the variabale capacity factors won't be the same across zones + if any(to_replace["gen_is_variable"] == 1): + raise Exception( + "generation_projects_info.csv contains variable plants " + "with load zone _ALL_ZONES. This is not allowed since " + "copying variable capacity factors to all " + "zones is not implemented (and likely unwanted)." + ) + + plants_to_replace = to_replace["GENERATION_PROJECT"] + replace_rows( + plants_to_replace, + "generation_projects_info.csv", + load_column="gen_load_zone", + df=plants, + ) + replace_rows(plants_to_replace, "gen_build_costs.csv") + replace_rows(plants_to_replace, "gen_build_predetermined.csv") diff --git a/switch_model/wecc/get_inputs/post_process_steps/reserve_technologies.py b/switch_model/wecc/get_inputs/post_process_steps/reserve_technologies.py new file mode 100644 index 000000000..f7f98225c --- /dev/null +++ b/switch_model/wecc/get_inputs/post_process_steps/reserve_technologies.py @@ -0,0 +1,31 @@ +""" This post-process selects which technologies can provide reserves""" +# Standard packages +import os +import shutil + +# Third-party packages +import pandas as pd + +from switch_model.wecc.get_inputs.register_post_process import post_process_step + + +@post_process_step( + msg="Removing fossil fuels from reserves.", +) +def post_process(_): + """This function sets to zero the column that allows each candidate technology to + provide""" + + fname = "generation_projects_info.csv" + df = pd.read_csv(fname) + + # Energy sources to exclude from reserves + filter_techs = ["ResidualFuelOil", "Gas", "DistillateFuelOil", "Coal"] + + # Set to zero column that allows technology to provide reserves + df.loc[ + df["gen_energy_source"].isin(filter_techs), "gen_can_provide_cap_reserves" + ] = 0 + + # Save file again + df.to_csv(fname, index=False) diff --git a/switch_model/wecc/get_inputs/register_post_process.py b/switch_model/wecc/get_inputs/register_post_process.py new file mode 100644 index 000000000..4212fbee0 --- /dev/null +++ b/switch_model/wecc/get_inputs/register_post_process.py @@ -0,0 +1,29 @@ +""" +This file provides the decorator post_process_step(msg) +which is a function decorator that ensures the post processing step is printed. +""" + +from functools import wraps + + +def post_process_step( + msg=None, +): + """ + Decorator that should be used to register a post-processing step. + + @param msg The message to display while running this step. + """ + + def decorator(func): + @wraps(func) + def wrapper(*args, **kwargs): + message = msg + if message is None: + message = f"Running {func.__name__}" + print(f"\t{message}...") + func(*args, **kwargs) + + return wrapper + + return decorator diff --git a/switch_model/wecc/get_inputs/scenario.py b/switch_model/wecc/get_inputs/scenario.py new file mode 100644 index 000000000..b843903cd --- /dev/null +++ b/switch_model/wecc/get_inputs/scenario.py @@ -0,0 +1,54 @@ +class ScenarioParams: + def __init__(self, scenario_id=None): + # This list of attributes defines the columns that we query from the database. + # Therefore attribute names matter! + self.scenario_id = scenario_id + self.name = None + self.description = None + self.study_timeframe_id = None + self.time_sample_id = None + self.demand_scenario_id = None + self.fuel_simple_price_scenario_id = None + self.generation_plant_scenario_id = None + self.generation_plant_cost_scenario_id = None + self.generation_plant_existing_and_planned_scenario_id = None + self.hydro_simple_scenario_id = None + self.carbon_cap_scenario_id = None + self.supply_curves_scenario_id = None + self.regional_fuel_market_scenario_id = None + self.rps_scenario_id = None + self.enable_dr = None + self.enable_ev = None + self.transmission_base_capital_cost_scenario_id = None + self.ca_policies_scenario_id = None + self.enable_planning_reserves = None + self.generation_plant_technologies_scenario_id = None + self.variable_o_m_cost_scenario_id = None + self.wind_to_solar_ratio = None + self.transmission_scenario_id = None + + +def load_scenario_from_config(config, db_cursor) -> ScenarioParams: + config = config["get_inputs"] # Only keep the config that matters + + # Create the ScenarioParams object + params = ScenarioParams(scenario_id=config["scenario_id"]) + param_names = list(params.__dict__.keys()) + print(param_names) + + # Read from the database all the parameters. + db_cursor.execute( + f"""SELECT {",".join(param_names)} + FROM scenario + WHERE scenario_id = {params.scenario_id};""" + ) + db_values = list(db_cursor.fetchone()) + + # Allow overriding from config + for i, param_name in enumerate(param_names): + value = config[param_name] if param_name in config else db_values[i] + if value == -1: + value = None + setattr(params, param_name, value) + + return params diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/__init__.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/analysis.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/analysis.py new file mode 100644 index 000000000..60e41498a --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/analysis.py @@ -0,0 +1,70 @@ +from papers.Martin_Staadecker_et_al_2022.util import get_scenario +from switch_model.tools.graph.main import GraphTools + +tools = GraphTools( + scenarios=[get_scenario("1342", "1342"), get_scenario("base", "base")] +) +tools.pre_graphing(multi_scenario=True) + +projects = tools.get_dataframe( + "generation_projects_info.csv", from_inputs=True, convert_dot_to_na=True +) +costs = tools.get_dataframe( + "gen_build_costs.csv", from_inputs=True, convert_dot_to_na=True +) +predetermined = tools.get_dataframe( + "gen_build_predetermined", from_inputs=True, convert_dot_to_na=True +) + +projects = projects.merge( + costs, + on=["GENERATION_PROJECT", "scenario_name", "scenario_index"], +) + +projects = projects.merge( + predetermined, + on=["GENERATION_PROJECT", "build_year", "scenario_name", "scenario_index"], + how="left", # Makes a left join +) + +prebuilt = projects[(projects.build_year != 2050) & (projects.scenario_name == "1342")] +print("prebuilt total :", len(prebuilt)) +prebuilt = prebuilt[(prebuilt.build_year + prebuilt.gen_max_age) > 2051] +print("prebuilt alive :", len(prebuilt)) + +print("prebuild by tech") +prebuilt_by_tech = prebuilt.groupby( + ["gen_energy_source", "gen_tech"] +).GENERATION_PROJECT.count() +print(prebuilt_by_tech) + +prebuilt_by_tech = ( + prebuilt.groupby(["gen_energy_source", "gen_tech"]).gen_capacity_limit_mw.sum() + / 1000 +) +print("prebuilt by tech capacity") +print(prebuilt_by_tech.sort_values(ascending=False)) +print(prebuilt_by_tech.sum()) + +candidate = projects[(projects.build_year == 2050) & (projects.scenario_name == "base")] +print( + "candidate projects (50 extra than actual because storage gets overwritten): ", + len(candidate), +) +candidate_by_tech = candidate.groupby( + ["gen_energy_source", "gen_tech"] +).GENERATION_PROJECT.count() +print(candidate_by_tech) + +candidate = projects[(projects.build_year == 2050) & (projects.scenario_name == "1342")] +print("candidate projects aggregated: ", len(candidate)) +candidate_by_tech = ( + candidate.groupby(["gen_energy_source"]).gen_capacity_limit_mw.sum() / 1000 +) +print(candidate_by_tech) + +tools = GraphTools(scenarios=[get_scenario("WS043")]) +tx = tools.get_dataframe("transmission.csv", convert_dot_to_na=True) +tx = tx[["BuildTx", "trans_length_km"]] +tx_new = (tx.BuildTx * tx.trans_length_km).sum() * 1e-6 +print("Million MW-km tx deployed: ", tx_new) diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-1-baseline.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-1-baseline.py new file mode 100644 index 000000000..9bf5b6506 --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-1-baseline.py @@ -0,0 +1,377 @@ +# %% IMPORT + CREATE tools +from matplotlib import pyplot as plt +from matplotlib import dates as mdates + +from switch_model.tools.graph.main import GraphTools + +from papers.Martin_Staadecker_et_al_2022.util import ( + set_style, + get_scenario, + save_figure, +) + +tools = GraphTools([get_scenario("1342")], set_style=False) +tools.pre_graphing(multi_scenario=False) + +ROLLING_AVERAGE_DAYS = 7 + +# %% CALC TOP PANEL DATA + + +dispatch = tools.get_dataframe( + "dispatch.csv", + usecols=[ + "timestamp", + "gen_tech", + "gen_energy_source", + "DispatchGen_MW", + "Curtailment_MW", + ], +).rename({"DispatchGen_MW": "dispatch", "Curtailment_MW": "with_curtailment"}, axis=1) +dispatch = tools.transform.gen_type(dispatch) +dispatch["with_curtailment"] += dispatch["dispatch"] + +# Sum dispatch across all the projects of the same type and timepoint +dispatch = dispatch[dispatch["gen_type"] != "Storage"] +dispatch = dispatch.groupby(["timestamp", "gen_type"], as_index=False).sum() + +# Get load dataframe +load = tools.get_dataframe( + "load_balance.csv", + usecols=["timestamp", "zone_demand_mw"], +).rename({"zone_demand_mw": "value"}, axis=1) +# Sum load across all the load zones +load = load.groupby("timestamp", as_index=False).sum() +# Flip sign +load["value"] *= -1 + + +def process_time(df): + # Add the datetime info like timestamps and PST time + df = tools.transform.timestamp(df) + # Filter range so we only get from Jan 2nd to Dec 31st + df = df[(df["timestamp"] >= 2050010208) & (df["timestamp"] <= 2050123104)] + # Keep only last period + df = df.astype({"period": int}) + df = df[df["period"] == df["period"].max()].drop(columns="period") + df = df.set_index("datetime") + # Remove unneeded columns + df = df.drop( + columns=[ + "hour", + "timestamp", + "timepoint", + "time_row", + "time_column", + "season", + "timeseries", + ] + ) + return df + + +# Add the timestamp information and make period string to ensure it doesn't mess up the graphing +dispatch = process_time(dispatch) +load = process_time(load) + +dispatch["dispatch"] *= dispatch["tp_duration"] / 1e6 +dispatch["with_curtailment"] *= dispatch["tp_duration"] / 1e6 +load["value"] *= load["tp_duration"] / 1e6 +dispatch = dispatch.drop(columns="tp_duration") +load = load.drop(columns="tp_duration") + +curtailment = ( + dispatch[["gen_type", "with_curtailment"]] + .copy() + .rename({"with_curtailment": "value"}, axis=1) +) +dispatch = dispatch[["gen_type", "dispatch"]].rename({"dispatch": "value"}, axis=1) + + +def rolling_avg(df): + freq = str(ROLLING_AVERAGE_DAYS) + "D" + df = df.rolling(freq, center=True).mean() + return df + + +dispatch = ( + dispatch.groupby("gen_type").value.resample("D").sum().unstack(level=1).transpose() +) +dispatch = rolling_avg(dispatch) +curtailment = ( + curtailment.groupby("gen_type") + .value.resample("D") + .sum() + .unstack(level=1) + .transpose() +) +curtailment = rolling_avg(curtailment) +load = load[["value"]].resample("D").sum() +load = rolling_avg(load) +dispatch = dispatch[ + dispatch.columns[dispatch.max() > 1e-3] +] # Remove techs that don't contribute more than 1GWh/day on any day +curtailment = curtailment[["Wind", "Solar"]] +dispatch = dispatch[dispatch.std().sort_values().index].rename_axis( + "Technology", axis=1 +) + +duals = tools.get_dataframe( + "load_balance.csv", + usecols=["timestamp", "normalized_energy_balance_duals_dollar_per_mwh"], +).rename(columns={"normalized_energy_balance_duals_dollar_per_mwh": "value"}) +duals = duals.groupby(["timestamp"], as_index=False).mean() +duals = process_time(duals).drop(columns=["tp_duration"]) +duals = rolling_avg(duals) + +# %% CREATE PLOT FRAME +set_style() +plt.close() +fig = plt.figure() +ax1 = fig.add_subplot(1, 2, 1) +ax2 = fig.add_subplot(1, 2, 2, projection=tools.maps.get_projection()) +# %% PLOT TOP PANEL +ax = ax1 +ax_right = ax1.twinx() +ax_right.grid(False) +# Plot +# Get the colors for the lines +# plot +colors = tools.get_colors() + +lines = [] +for (columnName, columnData) in dispatch.items(): + lines += ax.plot(columnData, color=colors[columnName], label=columnName) +for (columnName, columnData) in curtailment.items(): + lines += ax.plot( + columnData, + linestyle="dashed", + color=colors[columnName], + label=columnName + " (no curtail.)", + ) +ax_right.plot(duals, label="Marginal Price", color="red") +lines += ax.plot(load, color="orange", label="Demand") +ax.set_title("A. Seasonal Profiles in the Baseline") +ax.set_ylabel("Dispatch (TWh/day)") +ax_right.set_ylabel("Marginal Price of Electricity ($/MWh)") +locator = mdates.MonthLocator() +ax.xaxis.set_major_formatter(mdates.ConciseDateFormatter(locator)) +ax.set_ylim(-0.1, 4.7) +ax_right.set_ylim(-10, 470) +ax.legend(lines, [l.get_label() for l in lines], framealpha=0.5, loc="upper left") +ax_right.legend() + +# %% CALC BOTTOM PANEL DATA +# Get data for mapping code +capacity = tools.get_dataframe("gen_cap.csv").rename({"GenCapacity": "value"}, axis=1) +capacity = tools.transform.gen_type(capacity) +capacity = capacity.groupby(["gen_type", "gen_load_zone"], as_index=False)[ + "value" +].sum() +# capacity = capacity[capacity.value > 1e-3] # Must have at least 1 kW of capacity +capacity.value *= 1e-3 # Convert to GW + +transmission = tools.get_dataframe("transmission.csv", convert_dot_to_na=True).fillna(0) +transmission = transmission[transmission["PERIOD"] == 2050] +newtx = transmission.copy() +transmission = transmission.rename( + {"trans_lz1": "from", "trans_lz2": "to", "TxCapacityNameplate": "value"}, axis=1 +) +transmission = transmission[["from", "to", "value"]] +transmission = transmission[transmission.value != 0] +transmission.value *= 1e-3 # Convert to GW + +newtx = newtx.rename( + {"trans_lz1": "from", "trans_lz2": "to", "BuildTx": "value"}, axis=1 +) +newtx = newtx[["from", "to", "value"]] +newtx = newtx[newtx.value != 0] +newtx.value *= 1e-3 # Convert to GW + +duration = tools.get_dataframe( + "storage_capacity.csv", + usecols=["load_zone", "OnlineEnergyCapacityMWh", "OnlinePowerCapacityMW", "period"], +).rename({"load_zone": "gen_load_zone"}, axis=1) +duration = duration[duration["period"] == 2050].drop(columns="period") +duration = duration.groupby("gen_load_zone", as_index=False).sum() +duration["value"] = ( + duration["OnlineEnergyCapacityMWh"] / duration["OnlinePowerCapacityMW"] +) +duration = duration[["gen_load_zone", "value"]] + +# %% PLOT BOTTOM PANEL +ax = ax2 +tools.maps.draw_base_map(ax) +tools.maps.graph_transmission_capacity( + transmission, + ax=ax, + legend=True, + color="green", + bbox_to_anchor=(1, 0.61), + title="Total Tx Capacity (GW)", +) +tools.maps.graph_transmission_capacity( + newtx, + ax=ax, + legend=True, + color="red", + bbox_to_anchor=(1, 0.4), + title="New Tx Capacity (GW)", +) +tools.maps.graph_pie_chart(capacity, ax=ax) +tools.maps.graph_duration(duration, ax=ax) +ax.set_title("B. Geographical Distributions in the Baseline") +plt.tight_layout() +plt.tight_layout() # Twice to ensure it works properly, it's a bit weird at times + +# %% +save_figure("figure-1-baseline.png") +# %% CALCULATIONS + +# Panel A analysis +df = curtailment.copy() +df = df[["Solar"]] +df.columns = ["Curtailed"] + +df2 = dispatch.copy() +df2 = df2[["Solar"]] +df2.columns = ["Total"] + +df = df.join(df2) + +df["Percent"] = (df.Curtailed - df.Total) / df.Total * 100 +# ax1.plot(df["Percent"]) +print("Max percent curtailed (%)", df.Percent.max()) + +# %% + +df = duals +df = df.sort_values("value") +df = df[df.index.month != 12] # Toggle to get value for mid year +# Inspect df to find maximum in each zone + +# %% + +df = dispatch.copy() +df["Nuclear"].unique() * 7 + +# %% + +df = dispatch.copy() +df = df["Hydro"] * 7 +print(df.min()) +print(df.max()) + +# %% + +df = curtailment.copy() +df_winter = df[(df.index.month <= 3) | (df.index.month >= 11)] +df_summer = df[~df.index.isin(df_winter.index)] +df_winter = df_winter.mean() +df_summer = df_summer.mean() +((df_winter / df_summer) - 1) * 100 + +# %% + +# Get California stats +df = tools.get_dataframe("dispatch.csv") +df = tools.transform.gen_type(df) +df = df.groupby(["gen_load_zone", "gen_type"], as_index=False).sum() +df2 = df +# %% +# Get solar percent in generation +df = df2.copy() +df = tools.transform.load_zone(df, load_zone_col="gen_load_zone") +df_ca = df[df.region == "CA"] +df_ca = df_ca.groupby("gen_type")["DispatchGen_MW"].sum() +df_ca = df_ca[df_ca.index != "Storage"] + +df_ca = df_ca / df_ca.sum() +df_ca + +# %% +df = capacity.copy() +df = tools.transform.load_zone(df, load_zone_col="gen_load_zone") +df = df[df.region == "CA"] +df = df.groupby("gen_type").sum() +# df = (df / df.sum()) +df +df = df[~df.index.isin(["Storage", "Solar"])] +df.sum() + +# %% +df = capacity.copy() +southern_regions = ("CA", "NV", "UT", "CO", "AZ", "NM", "MEX") +df = tools.transform.load_zone(df, load_zone_col="gen_load_zone") +df = df.groupby(["region", "gen_type"], as_index=False).sum() +df_north = df[~df["region"].isin(southern_regions)] +df_north = df_north.groupby("gen_type").sum() +df = df.groupby("gen_type").sum() +df_north / df * 100 + +# %% +# Get load dataframe +df = tools.get_dataframe("load_balance.csv").rename({"zone_demand_mw": "value"}, axis=1) +df = tools.transform.load_zone(df) +df = df.groupby("region").value.sum() * -1 +df_north = df[~df.index.isin(southern_regions)] +df_north.sum() / df.sum() * 100 + +# %% +df = tools.get_dataframe("transmission.csv", convert_dot_to_na=True).fillna(0) +df = df[df["PERIOD"] == 2050] +df = tools.transform.load_zone(df, load_zone_col="trans_lz1").rename( + {"region": "region_1"}, axis=1 +) +df = tools.transform.load_zone(df, load_zone_col="trans_lz2").rename( + {"region": "region_2"}, axis=1 +) +df.BuildTx *= df.trans_length_km +df.TxCapacityNameplate *= df.trans_length_km +df = df[["region_1", "region_2", "BuildTx", "TxCapacityNameplate"]] +df_north = df[ + (~df.region_1.isin(southern_regions)) & (~df.region_2.isin(southern_regions)) +] +df = df[df.region_1.isin(southern_regions) == df.region_2.isin(southern_regions)] +df = df[["BuildTx", "TxCapacityNameplate"]] +df_north = df_north[["BuildTx", "TxCapacityNameplate"]] +df_north = df_north.sum() +df = df.sum() +df_north / df + +# %% +df = duration +df = df.sort_values(by="value") +df + +# %% +df = tools.get_dataframe("storage_capacity.csv") +df = df[df["period"] == 2050].drop(columns="period") +# df = df[df["load_zone"] != "CAN_ALB"] +# df = df.groupby("gen_load_zone", as_index=False).sum() +df["duration"] = df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +df_long = df[df.duration > 10] +1 - df_long.OnlineEnergyCapacityMWh.sum() / df.OnlineEnergyCapacityMWh.sum() + +# %% BIOMASS PERCENT MAX USAGE +df = dispatch +df = df.join(load) +df["biomass_contr"] = df["Biomass"] / df["value"] +df = df["biomass_contr"] +df = df.sort_values(ascending=False) +df * 100 + +# %% CALI DEMAND PEAK AND MEDIAN +# Get load dataframe +df = tools.get_dataframe( + "load_balance.csv", + usecols=["timestamp", "load_zone", "zone_demand_mw"], +).rename({"zone_demand_mw": "value"}, axis=1) +df = tools.transform.load_zone(df, load_zone_col="load_zone") +df = df[df.region == "CA"] +df = tools.transform.timestamp(df) +df = df.groupby("datetime").value.sum() +df *= -1e-3 +df = df.sort_values() +df.mean() +# df diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-2-analysis-of-4-factors.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-2-analysis-of-4-factors.py new file mode 100644 index 000000000..2e9d733e3 --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-2-analysis-of-4-factors.py @@ -0,0 +1,425 @@ +# %% IMPORTS AND SCENARIO DEFINITION +import pandas as pd +from matplotlib import pyplot as plt +from matplotlib.colors import LinearSegmentedColormap +from matplotlib.ticker import PercentFormatter + +from switch_model.tools.graph.main import GraphTools +from papers.Martin_Staadecker_et_al_2022.util import ( + get_scenario, + set_style, + save_figure, +) + +custom_color_map = LinearSegmentedColormap.from_list( + "custom_color_map", ["#E0A4AA", "#B9646B", "#4D0409"] +) + +# GET DATA FOR W/S RATIO +STORAGE_BINS = (float("-inf"), 10, 20, float("inf")) +STORAGE_LABELS = GraphTools.create_bin_labels(STORAGE_BINS) +for i in range(len(STORAGE_LABELS)): + STORAGE_LABELS[i] = STORAGE_LABELS[i] + "h Storage (GW)" + +# Define tools for wind to solar ratio set +baseline_ws_ratio = 0.187 +# Get Graph tools +tools_ws_ratio = GraphTools( + scenarios=[ + get_scenario("WS10", 0.0909), + get_scenario("WS018", 0.15), + get_scenario("1342", baseline_ws_ratio), + get_scenario("WS027", 0.21), + get_scenario("WS033", 0.25), + get_scenario("WS043", 0.3), + get_scenario("WS066", 0.4), + get_scenario("WS100", 0.5), + get_scenario("WS150", 0.6), + # get_scenario("WS233", 0.7), # Removed since results are invalid + # get_scenario("WS500", 0.833), # Removed since results are misleading + ], + set_style=False, +) +tools_ws_ratio.pre_graphing(multi_scenario=True) + +# Define tools for hydro set +tools_hydro = GraphTools( + scenarios=[ + get_scenario("H25", 1), + get_scenario("H025", 0.75), + get_scenario("H050", 0.5), + get_scenario("H065", 0.35), + get_scenario("H085", 0.15), + get_scenario("1342", 0), + ], + set_style=False, +) +tools_hydro.pre_graphing(multi_scenario=True) + +# GET TX DATA +tools_tx = GraphTools( + scenarios=[ + get_scenario("T4", "No Tx Build Costs\n(No Tx Congestion)"), + get_scenario("1342", "Baseline"), + get_scenario("T5", "10x Tx\nBuild Costs"), + ], + set_style=False, +) +tools_tx.pre_graphing(multi_scenario=True) + +baseline_energy_cost = 22.43 + +# GET COST DATA +tools_cost = GraphTools( + scenarios=[ + get_scenario("C21", 0.5), + get_scenario("C18", 1), + get_scenario("C22", 2), + get_scenario("C23", 5), + get_scenario("C26", 7), + get_scenario("C17", 10), + get_scenario("C24", 15), + get_scenario("1342", baseline_energy_cost), + get_scenario("C25", 40), + get_scenario("C19", 70), + get_scenario("C20", 102), + ], + set_style=False, +) +tools_cost.pre_graphing(multi_scenario=True) + + +def get_data(tools, normalize_to_baseline=None): + storage = tools.get_dataframe("storage_capacity.csv") + duration = storage.copy() + duration = duration[duration["OnlinePowerCapacityMW"] != 0] + duration["duration"] = ( + duration["OnlineEnergyCapacityMWh"] / duration["OnlinePowerCapacityMW"] + ) + duration = duration[["scenario_index", "duration", "OnlinePowerCapacityMW"]] + duration["Duration (h)"] = pd.cut( + duration.duration, bins=STORAGE_BINS, labels=STORAGE_LABELS + ) + duration = duration.groupby( + ["scenario_index", "Duration (h)"] + ).OnlinePowerCapacityMW.sum() + duration /= 10**3 + duration = duration.unstack() + duration.index = duration.index.map(tools.get_scenario_name) + + storage = storage[["scenario_index", "OnlineEnergyCapacityMWh"]] + storage = storage.groupby("scenario_index").sum() + storage.index = storage.index.map(tools.get_scenario_name) + storage *= 1e-6 + storage.columns = ["Storage Energy Capacity (TWh)"] + + # Calculate transmission + tx = tools.get_dataframe( + "transmission.csv", + usecols=["BuildTx", "trans_length_km", "scenario_index"], + convert_dot_to_na=True, + ).fillna(0) + tx["BuildTx"] *= tx["trans_length_km"] + tx["BuildTx"] *= 1e-6 + tx = ( + tx.groupby("scenario_index", as_index=False)["BuildTx"] + .sum() + .set_index("scenario_index") + ) + + tx = tx.rename({"BuildTx": "New Tx"}, axis=1) + tx.index = tx.index.map(tools.get_scenario_name) + + cap = tools.get_dataframe("gen_cap.csv") + cap = tools.transform.gen_type(cap) + cap = cap.groupby(["scenario_index", "gen_type"], as_index=False)[ + "GenCapacity" + ].sum() + cap = cap.pivot(columns="gen_type", index="scenario_index", values="GenCapacity") + cap *= 1e-3 # Convert to GW + cap = cap.rename_axis("Technology", axis=1).rename_axis(None) + cap = cap[["Wind", "Solar"]] + cap.index = cap.index.map(tools.get_scenario_name) + + # Make it a percent change compared to the baseline + if normalize_to_baseline is not None: + tx = tx / tx.loc[normalize_to_baseline] + cap = cap / cap.loc[normalize_to_baseline] + storage = storage / storage.loc[normalize_to_baseline] + duration = duration / duration.sum(axis=1).loc[normalize_to_baseline] + + return duration, tx, cap, storage + + +# %% DEFINE FIGURE AND PLOTTING FUNCTIONS +set_style() +plt.close() +fig = plt.figure() +fig.set_size_inches(6.850394, 6.850394) + +# Define axes +ax_tl = fig.add_subplot(2, 2, 1) +ax_tr = fig.add_subplot(2, 2, 2, sharey=ax_tl) +ax_bl = fig.add_subplot(2, 2, 3) +ax_br = fig.add_subplot(2, 2, 4, sharey=ax_bl) +Y_LIM_BASE = 1.85 +ax_tl.set_ylim(0, Y_LIM_BASE) +ax_bl.set_ylim(0, Y_LIM_BASE) +ax_tl.yaxis.set_major_formatter(PercentFormatter(xmax=1)) +ax_bl.yaxis.set_major_formatter(PercentFormatter(xmax=1)) + + +# def create_secondary_y_axis(ax, include_label, y_lim, y_label, color="grey", offset=-0.25): +# rax = ax.twinx() +# rax.set_ylim(0, y_lim) +# if include_label: +# rax.spines["left"].set_position(("axes", offset)) +# rax.yaxis.set_label_position("left") +# rax.yaxis.tick_left() +# rax.tick_params(top=False, bottom=False, right=False, left=True, which="both") +# rax.spines["left"].set_color(color) +# rax.set_ylabel(y_label) +# else: +# rax.tick_params(top=False, bottom=False, right=False, left=False, which="both") +# rax.set_yticklabels([]) +# return rax + + +# y_lim = (Y_LIM_BASE) * 200 +# y_label = "Storage Power Capacity (GW)" +# c = "tab:red" +# rax_top_left = create_secondary_y_axis(ax_tl, True, y_lim, y_label, c) +# rax_top_right = create_secondary_y_axis(ax_tr, False, y_lim, y_label, c) +# rax_bottom_left = create_secondary_y_axis(ax_bl, True, y_lim, y_label, c) +# rax_bottom_right = create_secondary_y_axis(ax_br, False, y_lim, y_label, c) + + +# y_lim = Y_LIM_BASE / 50 +# y_label = "Energy Capacity (TWh)" +# c = "green" +# rrax_tl = create_secondary_y_axis(ax_tl, True, y_lim, y_label, c, offset=-0.4) +# rrax_tr = create_secondary_y_axis(ax_tr, False, y_lim, y_label, c, offset=-0.4) +# rrax_bl = create_secondary_y_axis(ax_bl, True, y_lim, y_label, c, offset=-0.4) +# rrax_br = create_secondary_y_axis(ax_br, False, y_lim, y_label, c, offset=-0.4) +# +# y_lim = Y_LIM_BASE * 2 +# y_label = "Solar Power Capacity (GW)" +# c = tools_ws_ratio.get_colors()["Solar"] +# rrrax_tl = create_secondary_y_axis(ax_tl, True, y_lim, y_label, c, offset=-0.6) +# rrrax_tr = create_secondary_y_axis(ax_tr, False, y_lim, y_label, c, offset=-0.6) +# rrrax_bl = create_secondary_y_axis(ax_bl, True, y_lim, y_label, c, offset=-0.6) +# rrrax_br = create_secondary_y_axis(ax_br, False, y_lim, y_label, c, offset=-0.6) + + +# %% DEFINE PLOTTING CODE +def plot_panel(ax, rax, rrax, rrrax, data, title=""): + duration, tx, cap, storage = data + lw = 1 + s = 3 + colors = tools_ws_ratio.get_colors() + duration.index.name = None + storage.index.name = None + duration.plot( + ax=ax, + colormap=custom_color_map, + legend=False, + kind="area", + zorder=1.5, + alpha=0.5, + linewidth=0, + ) + # duration.sum(axis=1).plot(ax=ax, marker=".", color="red", label="All Storage (GW)", legend=False, + # linewidth=lw, + # markersize=s) + ax.plot( + tx, + marker=".", + color="tab:red", + label="Built Transmission", + linewidth=lw, + markersize=s, + ) + cap["Wind"].plot( + ax=ax, marker=".", color=colors, legend=False, linewidth=lw, markersize=s + ) + cap["Solar"].plot( + ax=ax, marker=".", color=colors, legend=False, linewidth=lw, markersize=s + ) + storage.plot( + ax=ax, marker=".", color="green", linewidth=lw, markersize=s, legend=False + ) + ax.set_ylabel("Percent of baseline capacity") + ax.set_title(title) + + +# %% PLOT WIND TO SOLAR PENETRATION + +data_ws = get_data(tools_ws_ratio, normalize_to_baseline=baseline_ws_ratio) + +ax = ax_tl +# rax = rax_top_left +ax.tick_params(top=False, bottom=True, right=False, left=True, which="both") + +plot_panel(ax, None, None, None, data_ws, "Set A: Varying Wind-vs-Solar Share") + +ax.set_xticks([0.1, 0.2, 0.3, 0.4, 0.5, 0.6]) +ax.set_xticklabels( + ["90% Solar\n10% Wind", "", "70% Solar\n30% Wind", "", "50% Solar\n50% Wind", ""] +) +ax.set_xlabel("Solar-Wind ratio") +ax.axvline(baseline_ws_ratio, linestyle="dotted", color="dimgrey") +ax.text(baseline_ws_ratio - 0.02, 0.1, "Baseline", rotation=90, color="dimgrey") + +fig.legend(loc="lower center", ncol=4) + +# %% PLOT HYDRO +data_hy = get_data(tools_hydro, normalize_to_baseline=0) +ax = ax_tr +# rax = rax_top_right +plot_panel(ax, None, None, None, data_hy, "Set B: Reducing Hydropower Generation") +ax.tick_params(top=False, bottom=True, right=False, left=False, which="both") +ax.set_xticks([0, 0.5, 1]) +ax.set_xticks([0.1, 0.2, 0.3, 0.4, 0.6, 0.7, 0.8, 0.9], minor=True) +ax.set_xticklabels(["0%\n(Baseline)", "50%", "100%\n(No Hydro)"]) +ax.set_xlabel("Hydropower reduction") + +# %% PLOT TX +ax = ax_bl +# rax = rax_bottom_left +data_tx = get_data(tools_tx, normalize_to_baseline="Baseline") +ax.set_xticks([0, 1, 2]) +plot_panel(ax, None, None, None, data_tx, "Set C: Varying Transmission Build Costs") +# %% PLOT COSTS +ax = ax_br +# rax = rax_bottom_right +data_cost = get_data(tools_cost, normalize_to_baseline=baseline_energy_cost) +plot_panel(ax, None, None, None, data_cost, "Set D: Varying Storage Energy Costs") +ax.set_xscale("log") +ax.tick_params(top=False, bottom=True, right=False, left=False, which="both") +ax.set_xticks([1, 10, 100]) +ax.set_xticks( + [ + 0.5, + 0.6, + 0.7, + 0.8, + 0.9, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 20, + 30, + 40, + 50, + 60, + 70, + 80, + 90, + ], + minor=True, +) +ax.set_xticklabels(["1\n$/kWh", "10\n$/kWh", "100\n$/kWh"]) +ax.set_xlabel("(log scale)") +ax.axvline(baseline_energy_cost, linestyle="dotted", color="dimgrey") +ax.text(baseline_energy_cost - 4, 0.1, "Baseline", rotation=90, color="dimgrey") + +plt.subplots_adjust(left=0.08, right=0.97, top=0.95, wspace=0.05, hspace=0.25) + +# %% SAVE FIGURE +save_figure("figure-2-analysis-of-4-factors.png") +# %% MAX POWER DURATION +df = tools_ws_ratio.get_dataframe("storage_capacity.csv") +df = df[df.scenario_name == 0.833] +df["duration"] = df["duration"] = ( + df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +) +df = df[["load_zone", "duration", "OnlinePowerCapacityMW"]] +df.sort_values("duration") +# %% HYDRO POWER impact +en = data_hy[3].copy() * 1000 +pw = data_hy[0].sum(axis=1).copy() +pw, en + +# %% HYDRO power total capacity +df = tools_hydro.get_dataframe("dispatch_annual_summary.csv") +scenario = 1 +# scenario = 0.5 +df = df[df.scenario_name == scenario] +df = tools_hydro.transform.gen_type(df) +df = df[df.gen_type != "Storage"] +df = df.groupby("gen_type").Energy_GWh_typical_yr.sum() +df *= 1e-3 +df +df.loc["Hydro"] / df.sum() +# %% +data_tx +# %% Storage duration in 50% hydro +df = tools_hydro.get_dataframe("dispatch_zonal_annual_summary.csv") +df = df[df.scenario_name == 1] +df = tools_hydro.transform.gen_type(df) +df = df[["gen_load_zone", "gen_type", "Energy_GWh_typical_yr"]].set_index( + "gen_load_zone" +) +df_sum = df.groupby("gen_load_zone").Energy_GWh_typical_yr.sum() +df_sum = df_sum.rename("total") +df = df.join(df_sum) +cutoff = 0.5 +df["percent"] = df["Energy_GWh_typical_yr"] / df["total"] +df = df[["percent", "gen_type"]].reset_index() +df = df[df.gen_type == "Hydro"] +df = df[df.percent > cutoff] +valid_load_zones = df["gen_load_zone"] + +df = tools_hydro.get_dataframe("storage_capacity.csv") +# df = df[df.scenario_name == 0.5] +df = df[ + ["load_zone", "scenario_name", "OnlinePowerCapacityMW", "OnlineEnergyCapacityMWh"] +] +df = df[df.load_zone.isin(valid_load_zones)] +df = df.groupby("scenario_name").sum() +df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +# valid_load_zones + +# %% TX Change +df = data_tx[2] +df +# %% COSTS +df = data_cost +table = 1 +df[table], (data_cost[table] / data_cost[table].loc[22.43] - 1) * 100 +# %% +df = tools_cost.get_dataframe("storage_capacity.csv") +df["duration"] = df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +df = df.groupby("scenario_name").duration.max() +df +# %% +df = tools_cost.get_dataframe("storage_capacity.csv") +df["duration"] = df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +total_power = df.groupby("scenario_name").OnlinePowerCapacityMW.sum() +total_energy = df.groupby("scenario_name").OnlineEnergyCapacityMWh.sum() +total_energy / total_power +# %% California only costs +df = tools_cost.get_dataframe("storage_capacity.csv") +df = tools_cost.transform.load_zone(df) +df = df[df.region == "CA"] +df["duration"] = df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +print("max duration", df.groupby("scenario_name").duration.max()) +print("median duration", df.groupby("scenario_name").duration.median()) +print("total capacity", df.groupby("scenario_name").OnlineEnergyCapacityMWh.sum() / 1e6) + +cap = tools_cost.get_dataframe("gen_cap.csv") +cap = tools_cost.transform.gen_type(cap) +cap = cap.groupby(["scenario_index", "gen_type"], as_index=False)["GenCapacity"].sum() +cap = cap.pivot(columns="gen_type", index="scenario_index", values="GenCapacity") +cap *= 1e-3 # Convert to GW +cap = cap.rename_axis("Technology", axis=1).rename_axis(None) +cap = cap[["Solar"]] +cap.index = cap.index.map(tools_cost.get_scenario_name) +cap diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-3-wind-vs-solar.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-3-wind-vs-solar.py new file mode 100644 index 000000000..25b9956f6 --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-3-wind-vs-solar.py @@ -0,0 +1,117 @@ +# %% IMPORT + CREATE tools +from matplotlib import pyplot as plt + +from switch_model.tools.graph.main import GraphTools + +from papers.Martin_Staadecker_et_al_2022.util import ( + set_style, + get_scenario, + save_figure, +) + +tools_solar = GraphTools( + [get_scenario("WS10", "91% Solar to 9% Wind")], set_style=False +) +tools_solar.pre_graphing(multi_scenario=False) + +tools_wind = GraphTools( + [get_scenario("WS066", "40% Solar to 60% Wind")], set_style=False +) +tools_wind.pre_graphing(multi_scenario=False) + +ROLLING_AVERAGE_DAYS = 7 + +# %% CREATE PLOT FRAME +set_style() +plt.close() +fig = plt.figure() +ax1 = fig.add_subplot(1, 2, 1, projection=tools_solar.maps.get_projection()) +ax2 = fig.add_subplot(1, 2, 2, projection=tools_wind.maps.get_projection()) + + +# %% CALC BOTTOM PANEL DATA +def get_data(tools): + # Get data for mapping code + capacity = tools.get_dataframe("gen_cap.csv").rename( + {"GenCapacity": "value"}, axis=1 + ) + capacity = tools.transform.gen_type(capacity) + capacity = capacity.groupby(["gen_type", "gen_load_zone"], as_index=False)[ + "value" + ].sum() + # capacity = capacity[capacity.value > 1e-3] # Must have at least 1 kW of capacity + capacity.value *= 1e-3 # Convert to GW + + transmission = tools.get_dataframe( + "transmission.csv", convert_dot_to_na=True + ).fillna(0) + transmission = transmission[transmission["PERIOD"] == 2050] + newtx = transmission.copy() + transmission = transmission.rename( + {"trans_lz1": "from", "trans_lz2": "to", "TxCapacityNameplate": "value"}, axis=1 + ) + transmission = transmission[["from", "to", "value"]] + transmission = transmission[transmission.value != 0] + transmission.value *= 1e-3 # Convert to GW + + newtx = newtx.rename( + {"trans_lz1": "from", "trans_lz2": "to", "BuildTx": "value"}, axis=1 + ) + newtx = newtx[["from", "to", "value"]] + newtx = newtx[newtx.value != 0] + newtx.value *= 1e-3 # Convert to GW + + duration = tools.get_dataframe( + "storage_capacity.csv", + usecols=[ + "load_zone", + "OnlineEnergyCapacityMWh", + "OnlinePowerCapacityMW", + "period", + ], + ).rename({"load_zone": "gen_load_zone"}, axis=1) + duration = duration[duration["period"] == 2050].drop(columns="period") + duration = duration.groupby("gen_load_zone", as_index=False).sum() + duration["value"] = ( + duration["OnlineEnergyCapacityMWh"] / duration["OnlinePowerCapacityMW"] + ) + duration = duration[["gen_load_zone", "value"]] + return transmission, newtx, capacity, duration + + +def plot(tools, ax, data, legend=True): + transmission, newtx, capacity, duration = data + tools.maps.draw_base_map(ax) + tools.maps.graph_transmission_capacity( + transmission, + ax=ax, + legend=legend, + color="green", + bbox_to_anchor=(1, 0.65), + title="Total Tx Capacity (GW)", + ) + tools.maps.graph_transmission_capacity( + newtx, + ax=ax, + legend=legend, + color="red", + bbox_to_anchor=(1, 0.44), + title="New Tx Capacity (GW)", + ) + tools.maps.graph_pie_chart(capacity, ax=ax, legend=legend) + tools.maps.graph_duration( + duration, ax=ax, legend=legend, bins=(0, 6, 10, 20, float("inf")) + ) + ax.set_title(tools.scenarios[0].name) + + +# %% PLOT BOTTOM PANEL +plot(tools_wind, ax2, get_data(tools_wind)) + +# %% PLOT LEFT PANEL +plot(tools_solar, ax1, get_data(tools_solar), legend=False) +plt.tight_layout() +plt.tight_layout() # Twice to ensure it works properly, it's a bit weird at times' + +# %% +save_figure("figure-3-wind-vs-solar.png") diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-4-baseline-vs-unlimited-tx.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-4-baseline-vs-unlimited-tx.py new file mode 100644 index 000000000..b7e973e44 --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-4-baseline-vs-unlimited-tx.py @@ -0,0 +1,274 @@ +from matplotlib import pyplot as plt +from matplotlib.cm import get_cmap, ScalarMappable +from matplotlib.colors import ( + TwoSlopeNorm, +) +from matplotlib.ticker import PercentFormatter + +from switch_model.tools.graph.main import GraphTools +from papers.Martin_Staadecker_et_al_2022.util import ( + get_scenario, + set_style, + save_figure, +) + +scenarios = [ + get_scenario("T4", "No Tx Congestion\n(No Tx Build Costs)"), + get_scenario("1342", "Baseline"), +] +scenarios_supplementary = [ + get_scenario("1342", "Baseline"), + get_scenario("T5", "10x Tx Build Costs"), +] +tools = GraphTools(scenarios=scenarios, set_style=False) +tools.pre_graphing(multi_scenario=True) + +tools_supplementary = GraphTools(scenarios=scenarios_supplementary, set_style=False) +tools_supplementary.pre_graphing(multi_scenario=True) + +zones_to_highlight = [ + "CA_SCE_CEN", + "CA_IID", + "NV_S", + "AZ_SE", + "MEX_BAJA", + "AZ_APS_SW", + "CA_SCE_SE", + "AZ_NW", +] + +# Uncomment to make supplementary figure +# tools = tools_supplementary +# zones_to_highlight = None + +n = len(scenarios) + + +# %% GET DATA + + +def get_data(scenario_index): + dispatch = tools.get_dataframe("dispatch_zonal_annual_summary.csv") + dispatch = dispatch[dispatch.scenario_index == scenario_index] + dispatch = tools.transform.gen_type(dispatch) + dispatch = tools.transform.load_zone(dispatch, load_zone_col="gen_load_zone") + dispatch = dispatch[dispatch.gen_type != "Storage"] + dispatch = dispatch.groupby("gen_load_zone")[["Energy_GWh_typical_yr"]].sum() + dispatch.columns = ["generation_gwh"] + + demand = tools.get_dataframe("load_balance_annual_zonal.csv") + demand = demand[demand.scenario_index == scenario_index] + demand = demand.set_index("load_zone") + demand = demand["zone_demand_mw"] + demand *= -1e-3 + demand = demand.rename("demand_gwh") + + df = dispatch.join(demand) + df["percent_gen"] = df["generation_gwh"] / df["demand_gwh"] * 100 + df = df["percent_gen"] + + duration = tools.get_dataframe("storage_capacity.csv").rename( + {"load_zone": "gen_load_zone"}, axis=1 + ) + duration = duration[duration.scenario_index == scenario_index] + duration = duration[duration["period"] == 2050].drop(columns="period") + duration = duration.groupby("gen_load_zone", as_index=False).sum() + duration["value"] = ( + duration["OnlineEnergyCapacityMWh"] / duration["OnlinePowerCapacityMW"] + ) + duration = duration[["gen_load_zone", "value", "OnlinePowerCapacityMW"]] + duration["OnlinePowerCapacityMW"] *= 1e-3 + + demand = tools.get_dataframe("loads.csv", from_inputs=True) + demand = demand[demand.scenario_index == scenario_index] + demand = demand.groupby("LOAD_ZONE").zone_demand_mw.max() + demand *= 1e-3 + duration = duration.set_index("gen_load_zone") + duration = duration.join(demand) + duration = duration.reset_index() + duration["percent_power"] = ( + duration["OnlinePowerCapacityMW"] / duration["zone_demand_mw"] * 100 + ) + + return df, duration + + +data = [get_data(i) for i in range(n)] + +# %% DEFINE FIGURE AND PLOTTING FUNCTIONS +set_style() +plt.close() +fig = plt.figure() + +# Define axes +axes = [] +for i in range(n): + axes.append(fig.add_subplot(1, n, i + 1, projection=tools.maps.get_projection())) + +plt.subplots_adjust(left=0.02, right=0.98, wspace=0.05) + +Y_LIM = 11 * 100 +cmap = get_cmap("bwr") + +normalizer = TwoSlopeNorm(vmin=0, vcenter=100, vmax=Y_LIM) + + +def percent_to_color(percent): + return cmap(normalizer(percent)) + + +def plot(ax, data, legend): + percent_gen, duration = data + + max_size = 400 + max = 50 + duration["size"] = duration["OnlinePowerCapacityMW"] / max * max_size + tools.maps.draw_base_map(ax) + percent_gen = percent_gen.apply(percent_to_color) + tools.maps.graph_load_zone_colors(percent_gen, ax) + legend_handles = tools.maps.graph_duration( + duration, ax=ax, legend=False, bins=(0, 6, 10, 20, float("inf")) + ) + + if legend: + fig.legend( + title="Storage Duration (h)", + handles=legend_handles, + bbox_to_anchor=(0.6, 0), + loc="lower center", + fontsize="small", + title_fontsize="small", + ncol=4, + ) + # Add legend for power capacity + sizes = [5, 10, 30] + fig.legend( + title="Storage Capacity (GW)", + handles=[ + tools.plt.lines.Line2D( + [], + [], + color="dimgray", + marker=".", + markersize=l, + label=l, + linestyle="None", + markeredgewidth=1, + markeredgecolor="dimgray", + ) + for l, s in zip(sizes, [x / max * max_size for x in sizes]) + ], + bbox_to_anchor=(0.35, 0), + loc="lower center", + fontsize="small", + title_fontsize="small", + ncol=3, + labelspacing=1.5, + ) + + +for i, ax in enumerate(axes): + plot(ax, data[i], legend=(i == n - 1)) + ax.set_title(tools.scenarios[i].name) + +fig.colorbar( + ScalarMappable(norm=normalizer, cmap=cmap), + format=PercentFormatter(), + ticks=[0, 20, 40, 60, 80, 100, 300, 500, 700, 900, 1100], + extend="max", + ax=axes, + location="right", + label="Yearly Generation / Yearly Demand", +) + + +def highlight_zones(zones, ax): + if zones is None: + return + for _, lz in tools.maps._wecc_lz.iterrows(): + if lz.gen_load_zone in zones: + # Add load zone borders + ax.add_geometries( + lz.geometry, + crs=tools.maps.get_projection(), + facecolor=(0, 0, 0, 0), # Transparent + edgecolor="tab:green", + linewidth=1, + # linestyle="--", + # alpha=0, + ) + + +highlight_zones(zones_to_highlight, axes[0]) + +# %% SAVE FIGURE +save_figure("figure-4-baseline-vs-unlimited-tx.png") + +# %% +df = tools_supplementary.get_dataframe("storage_capacity.csv") +df = df.set_index("load_zone") +df_baseline = df[df.scenario_index == 0] +df_compare = df[df.scenario_index == 1] +df = df_baseline.join(df_compare, lsuffix="_base", rsuffix="_compare") +# df["change_in_cap"] = ( +# df["OnlineEnergyCapacityMWh_compare"] - df["OnlineEnergyCapacityMWh_base"] +# ) * 1e-3 +df["change_in_cap"] = ( + df["OnlineEnergyCapacityMWh_compare"] / df["OnlineEnergyCapacityMWh_base"] +) * 100 - 100 +df = df["change_in_cap"] +# df = df[df > 0] +# df.sum() +# df_compare["OnlineEnergyCapacityMWh"].sum() / df_baseline[ +# "OnlineEnergyCapacityMWh" +# ].sum() * 100 - 100 +# df_compare["OnlineEnergyCapacityMWh"].sum() - df_baseline[ +# "OnlineEnergyCapacityMWh" +# ].sum() +df + +# %% Num of load zones generating less than 25% of demand +scenario_index = 0 +# scenario_index = 1 # For baseline +df = data[scenario_index][0].copy() +df = df[df < 50] +len(df) + +# %% Contribution of zones to highlight + +scenario_index = 0 +# scenario_index = 1 # For baseline +dispatch = tools.get_dataframe("dispatch_zonal_annual_summary.csv") +dispatch = dispatch[dispatch.scenario_index == scenario_index] +dispatch = tools.transform.gen_type(dispatch) +dispatch = dispatch[dispatch.gen_type != "Storage"] +dispatch = dispatch.groupby("gen_load_zone")[["Energy_GWh_typical_yr"]].sum() +dispatch.columns = ["generation_gwh"] +dispatch = dispatch.reset_index() +dispatch.sort_values("generation_gwh") +total = dispatch.generation_gwh.sum() +total_for_zone = dispatch[ + dispatch.gen_load_zone.isin(zones_to_highlight) +].generation_gwh.sum() +total_for_zone / total + +# %% Num zones to highlight +len(zones_to_highlight) + +# %% Power contribution for load zones +df = tools.get_dataframe("storage_capacity.csv") +df = df.set_index("load_zone") +cities = ["CA_LADWP", "WA_SEATAC", "CA_PGE_BAY", "CA_SCE_S", "AZ_PHX"] +# df = df.loc[cities] +df["OnlineEnergyCapacityMWh"] *= 1e-3 +df_compare = df[df.scenario_index == 0] +df_baseline = df[df.scenario_index == 1] +df = df_baseline.join(df_compare, lsuffix="_base", rsuffix="_compare") +df["change_in_cap"] = ( + df["OnlineEnergyCapacityMWh_compare"] - df["OnlineEnergyCapacityMWh_base"] +) +# df["change_in_cap"] = (df["OnlineEnergyCapacityMWh_compare"] / df["OnlineEnergyCapacityMWh_base"]) * 100 +df = df["change_in_cap"] +df.sort_values() +# df.sum() +# df_compare["OnlineEnergyCapacityMWh"].sum() / df_baseline["OnlineEnergyCapacityMWh"].sum() * 100 diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-5-impact-of-ldes-on-grid.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-5-impact-of-ldes-on-grid.py new file mode 100644 index 000000000..ba7298bcf --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-5-impact-of-ldes-on-grid.py @@ -0,0 +1,245 @@ +# %% GET TOOLS + +# Imports +import matplotlib.gridspec +import matplotlib.pyplot as plt +import pandas as pd +from matplotlib import cm +from matplotlib.ticker import PercentFormatter +from matplotlib.colors import Normalize +import labellines + +from papers.Martin_Staadecker_et_al_2022.util import ( + set_style, + get_set_e_scenarios, + save_figure, +) +from switch_model.tools.graph.main import GraphTools + +# Prepare graph tools +tools = GraphTools(scenarios=get_set_e_scenarios(), set_style=False) +tools.pre_graphing(multi_scenario=True) + +# %% CREATE FIGURE +set_style() +plt.close() +fig = plt.figure() +fig.set_size_inches(6.850394, 6.850394) +gs = matplotlib.gridspec.GridSpec(2, 2, figure=fig) +ax1 = fig.add_subplot(gs[0, 0]) +ax2 = fig.add_subplot(gs[0, 1]) +ax3 = fig.add_subplot(gs[1, :]) + +# %% IMPACT ON TX AND GEN + +ax = ax2 +ax.clear() +# Calculate transmission +tx = tools.get_dataframe( + "transmission.csv", + usecols=["BuildTx", "trans_length_km", "scenario_name"], + convert_dot_to_na=True, +).fillna(0) +tx["BuildTx"] *= tx["trans_length_km"] +tx = tx.groupby("scenario_name")["BuildTx"].sum().rename("Built Transmission") + +# Get new buildout +buildout = tools.get_dataframe("BuildGen.csv").rename( + columns={"GEN_BLD_YRS_1": "GENERATION_PROJECT"} +) +# Keep only latest year +buildout = buildout[buildout["GEN_BLD_YRS_2"] == 2050] +# Merge with projects to get gen_type +projects = tools.get_dataframe( + "generation_projects_info.csv", + from_inputs=True, + usecols=["GENERATION_PROJECT", "gen_tech", "gen_energy_source", "scenario_name"], +) +buildout = buildout.merge( + projects, + on=["GENERATION_PROJECT", "scenario_name"], + validate="one_to_one", + how="left", +) +del projects +buildout = tools.transform.gen_type(buildout) +# Filter out storage since it's not considered generation +buildout = buildout[buildout["gen_type"] != "Storage"] +# Sum across the entire scenario +buildout = ( + buildout.groupby("scenario_name")["BuildGen"].sum().rename("Built Generation") +) + +cap = tools.get_dataframe( + "gen_cap.csv", + usecols=["gen_tech", "gen_energy_source", "GenCapacity", "scenario_name"], +).rename({"GenCapacity": "value"}, axis=1) +cap = tools.transform.gen_type(cap) +cap = cap.groupby(["scenario_name", "gen_type"], as_index=False).value.sum() +cap = cap[cap["gen_type"].isin(("Wind", "Solar", "Biomass"))] +cap = cap.pivot(index="scenario_name", columns="gen_type", values="value") + +# Merge into same dataframe +df = pd.concat([tx, buildout, cap], axis=1) + +# Convert to percent against baseline +df = (df / df.iloc[0] - 1) * 100 + +# dotted_tx = df.loc[[1.94, 3, 20, 64], ["Built Transmission"]] + +# Plot +colors = tools.get_colors() +colors["Built Transmission"] = "y" +colors["Built Generation"] = "r" +# dotted_tx.plot(ax=ax, linestyle="dashed", color="y", alpha=0.8) +df.plot(ax=ax, marker=".", color=colors) +ax.set_ylabel("Change in capacity compared to baseline") +ax.yaxis.set_major_formatter(PercentFormatter()) +ax.set_xlabel("WECC-wide storage capacity (TWh)") +ax.set_title("B. Impact of LDES on transmission and generation capacity") +ax.set_ylim(-100, None) +# %% CURTAILMENT + +# Read dispatch.csv +ax = ax1 +curtailment = tools.get_dataframe( + "dispatch.csv", + usecols=[ + "gen_tech", + "gen_energy_source", + "Curtailment_MW", + "is_renewable", + "tp_weight_in_year_hrs", + "scenario_name", + ], + na_filter=False, # For performance +) +# Keep only renewable +curtailment = curtailment[curtailment["is_renewable"]] +# Add the gen_type column +curtailment = tools.transform.gen_type(curtailment) +# Convert to GW +curtailment["value"] = ( + curtailment["Curtailment_MW"] * curtailment["tp_weight_in_year_hrs"] / 1000 +) +curtailment = curtailment.groupby( + ["scenario_name", "gen_type"], as_index=False +).value.sum() +curtailment = curtailment.pivot( + index="scenario_name", columns="gen_type", values="value" +) +curtailment /= 1000 +curtailment = curtailment.rename_axis("Technology", axis=1) +curtailment.plot(ax=ax, color=tools.get_colors(), marker=".") +ax.set_ylabel("Yearly curtailment (GWh)") +ax.set_xlabel("WECC-wide storage capacity (TWh)") +ax.set_title("A. Impact of LDES on curtailment") +ax.tick_params(top=False, bottom=False, right=False, left=False) +# %% State of charge +ax = ax3 +ax.clear() +axr = ax.twinx() +axr.grid(False) + +freq = "1D" + +state_of_charge = tools.get_dataframe("StateOfCharge.csv") +state_of_charge = state_of_charge.rename( + {"STORAGE_GEN_TPS_2": "timepoint", "StateOfCharge": "value"}, axis=1 +) +state_of_charge = state_of_charge.groupby( + ["scenario_name", "timepoint"], as_index=False +).value.sum() +state_of_charge.value *= 1e-6 # Convert from MWh to TWh +state_of_charge = tools.transform.timestamp(state_of_charge, use_timepoint=True) +state_of_charge = state_of_charge.set_index("datetime") +state_of_charge = state_of_charge.groupby("scenario_name").resample(freq).value.mean() +state_of_charge = state_of_charge.unstack("scenario_name").rename_axis( + "Storage Capacity (TWh)", axis=1 +) + +demand = tools.get_dataframe("loads.csv", from_inputs=True).rename( + {"TIMEPOINT": "timepoint", "zone_demand_mw": "value"}, axis=1 +) +demand = demand[demand.scenario_name == 1.94] +demand = demand.groupby("timepoint", as_index=False).value.sum() +demand = tools.transform.timestamp(demand, use_timepoint=True) +demand = demand.set_index("datetime")["value"] +demand *= 4 * 1e-6 # Each timestep is 4 hours, converting to TWh +total_demand = demand.sum() +print(total_demand) +demand = demand.resample(freq).sum() + +state_of_charge.plot( + ax=ax, + cmap="viridis", + ylabel="WECC-wide stored energy (TWh, 24h mean)", + xlabel="Time of year", + legend=False, +) + + +lines = ax.get_lines() +x_label = { + # 4.0: 135, + 8.0: 150, + 20.0: 170, + 24.0: 230, + 32.0: 245, + 48.0: 260, + 64.0: 285, +} +for line in lines: + label = float(line.get_label()) + if label not in x_label.keys(): + continue + labellines.labelLine( + line, + state_of_charge.index[x_label[label]], + linespacing=1, + outline_width=1, + label=str(int(label)) + "TWh", + align=False, + color="k", + fontsize="small", + ) + +demand = demand.iloc[1:-1] +demand_lines = axr.plot(demand, c="dimgray", linestyle="--", alpha=0.5) +axr.legend(demand_lines, [f"Demand ({total_demand:.0f} TWh/year)"]) + +ax.set_ylim(0, 65) +axr.set_ylim(0, 65 / 10) +axr.set_ylabel("Demand (TWh/day)") + +ax.set_title("C. State of charge throughout the year") + +plt.tight_layout() + +plt.colorbar( + cm.ScalarMappable(norm=Normalize(1.94, 64), cmap="viridis"), + ax=ax, + label="Storage Capacity (TWh)", + fraction=0.1, + pad=0.1, +) +# %% SAVE FIGURE +save_figure("figure-5-impact-of-ldes-on-grid.png") + +# %% CALCULATIONS +cap_total = cap["Solar"] + cap["Wind"] +1 - (cap_total / cap_total.iloc[0]) +# %% +cap_total +# %% +1 - buildout / buildout.iloc[0] +# %% biomass decrease +1 - cap / cap.iloc[0] +cap - cap.iloc[0] +# %% change from 20 to 64 +1 - cap / cap.loc[20] # wind decrease % +cap / cap.loc[20] - 1 # solar increase % +(cap - cap.loc[20]) / 1000 +# %% transmission +100 - tx / tx.iloc[0] * 100 +# (3 - 1.94) * 1000 / ((1 - tx.loc[3] / tx.iloc[0]) * 100) diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-6-impact-of-ldes-on-cost.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-6-impact-of-ldes-on-cost.py new file mode 100644 index 000000000..22c18f06d --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-6-impact-of-ldes-on-cost.py @@ -0,0 +1,287 @@ +# %% GET TOOLS + +# Imports +import matplotlib.pyplot as plt +import pandas as pd +from matplotlib import gridspec +import labellines + +from papers.Martin_Staadecker_et_al_2022.util import ( + set_style, + get_set_e_scenarios, + save_figure, +) +from switch_model.tools.graph.main import GraphTools + +# Prepare graph tools +tools = GraphTools(scenarios=get_set_e_scenarios(), set_style=False) +tools.pre_graphing(multi_scenario=True) +raw_load_balance = tools.get_dataframe( + "load_balance.csv", + usecols=[ + "load_zone", + "timestamp", + "normalized_energy_balance_duals_dollar_per_mwh", + "scenario_name", + ], +).rename(columns={"normalized_energy_balance_duals_dollar_per_mwh": "value"}) +# raw_load_balance.value *= 0.1 # Convert from $/MWh to c/kWh +raw_load_balance = tools.transform.load_zone(raw_load_balance) + +# %% CREATE FIGURE +set_style() +plt.close() +fig = plt.figure() +fig.set_size_inches(6.850394, 6.850394) +gs = gridspec.GridSpec(2, 2, figure=fig) +ax1 = fig.add_subplot(gs[0, 0]) +ax2 = fig.add_subplot(gs[0, 1]) +ax3 = fig.add_subplot(gs[1, 0]) +ax4 = fig.add_subplot(gs[1, 1]) + +y_label = "Marginal Price of Electricity ($/MWh)" +x_label = "WECC-wide storage capacity (TWh)" + +# %% Variability + +ax = ax1 +ax.clear() +duals = raw_load_balance.copy() +# duals = duals[duals.region == "WA"] # uncomment to filter by region +duals = duals.groupby("scenario_name").value +variability = pd.DataFrame() +quantiles = [0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99] +for quantile in quantiles: + variability.loc[:, quantile] = duals.quantile(quantile) + +cmap = plt.cm.get_cmap("viridis") + +ax.fill_between( + variability.index, + variability[0.05], + variability[0.95], + alpha=0.3, + color="dimgray", + # marker=".", + label="5th-95th quantile", +) +ax.fill_between( + variability.index, + variability[0.25], + variability[0.75], + alpha=1, + color="dimgray", + # marker=".", + label="25th-75th quantile", +) +ax.plot( + variability.index, + variability[0.01], + marker=".", + color="dimgray", + label="1st & 99th quantile", +) +ax.plot(variability.index, variability[0.99], marker=".", color="dimgray") +ax.plot(variability.index, variability[0.5], marker=".", color="red", label="Median") + +ax.set_xlabel(x_label) + +ax.set_ylabel(y_label) +ax.legend() +ax.set_title("A. Distribution of marginal prices") + +# %% Daily LMP + +ax = ax3 +ax.clear() +time_mapping = {0: "Midnight", 4: "4am", 8: "8am", 12: "Noon", 16: "4pm", 20: "8pm"} +daily_lmp = raw_load_balance.copy() +daily_lmp = tools.transform.timestamp(daily_lmp) +daily_lmp = daily_lmp.groupby(["scenario_name", "hour"], as_index=False).value.mean() +daily_lmp = daily_lmp.pivot(index="scenario_name", columns="hour", values="value") +daily_lmp = daily_lmp.rename(time_mapping, axis=1).rename_axis( + "Time of day (PST)", axis=1 +) +daily_lmp = daily_lmp.sort_values(by=1.94, axis=1, ascending=False) +lines = [] +for col in daily_lmp: + line = ax.plot(daily_lmp[col], marker=".", label=col) + if col in ("Noon", "4pm", "8am"): + labellines.labelLine( + line[0], + 10, + label=col, + outline_width=1, + align=False, + color="k", + fontsize="small", + ) + lines += line +ax.legend(lines, [l.get_label() for l in lines]) +ax.set_xlabel(x_label) +ax.set_ylabel(y_label) + +ax.set_title("C. Marginal price by time of day") +# %% YEARLY LMP +ax = ax4 +ax.clear() +months_map = { + 1: "Jan", + 2: "Feb-May", + 3: "Feb-May", + 4: "Feb-May", + 5: "Feb-May", + 6: "Jun", + 7: "Jul", + 8: "Aug", + 9: "Sep-Oct", + 10: "Sep-Oct", + 11: "Nov", + 12: "Dec", +} + +cap = raw_load_balance +cap = cap.groupby(["scenario_name", "timestamp"], as_index=False).value.mean() +cap = tools.transform.timestamp(cap) +cap = cap.set_index("datetime") +cap["month"] = cap.index.month +cap["month"] = cap.month.map(months_map) +cap = cap.groupby(["scenario_name", "month"]).value.mean() +cap = cap.unstack("month").rename_axis("Months", axis=1) +cap = cap.sort_values(by=1.94, ascending=False, axis=1) +# cap = cap[["Jan", "Feb-May", "Jun", "Jul", "Aug", "Sep-Oct", "Nov", "Dec"]] + +lines = [] + +y_pos = {"Dec": 10, "Jul": 6, "Jan": 12, "Aug": 9, "Jun": 25} + +for col in cap: + line = ax.plot(cap[col], marker=".", label=col) + if col in y_pos: + labellines.labelLine( + line[0], + y_pos[col], + label=col, + outline_width=1, + align=False, + color="k", + fontsize="small", + ) + lines += line +ax.legend(lines, [l.get_label() for l in lines]) +ax.set_xlabel(x_label) +ax.set_ylabel(y_label) + + +ax.set_title("D. Marginal price by time of year") +# %% GEOGRAPHICAL LMP +ax = ax2 +ax.clear() + +geo = raw_load_balance.copy() +region_map = { + "CAN": "Canada", + "WA": "OR, WA", + "OR": "OR, WA", + "ID": "Idaho", + "MT": "Montana", + "WY": "CO, UT, WY", + "CO": "CO, UT, WY", + "UT": "CO, UT, WY", + "NV": "Nevada", + "CA": "California", + "AZ": "AZ, NM, MEX", + "NM": "AZ, NM, MEX", + "MEX": "AZ, NM, MEX", +} +geo.region = geo.region.map(region_map) +geo = geo.groupby(["scenario_name", "region"]).value.mean() +geo = geo.unstack("region") +geo = geo.sort_values(by=1.94, axis=1, ascending=False) +geo = geo.rename_axis("Regions", axis=1) +geo.plot( + ax=ax, + xlabel=x_label, + marker=".", + ylabel=y_label, + # cmap="tab10" +) + +lines = [] + +y_pos = {"California": 8, "Canada": 25} + +for col in geo: + line = ax.plot(geo[col], marker=".", label=col) + if col in y_pos: + labellines.labelLine( + line[0], + y_pos[col], + label=col, + outline_width=1, + align=False, + color="k", + fontsize="small", + ) + else: + labellines.labelLine( + line[0], + 48, + label=col, + outline_width=1, + align=False, + color="k", + fontsize="small", + ) + lines += line +ax.legend(lines, [l.get_label() for l in lines]) +ax.set_xlabel(x_label) +ax.set_ylabel(y_label) + +ax.set_title("B. Marginal price by region") +# %% +fig.tight_layout() +save_figure("figure-6-impact-of-LDES-on-COST.png") + +# %% night time vs day time +df = daily_lmp.divide(daily_lmp["Noon"], axis=0) * 100 - 100 +df.min() +df.max() +# %% average drop in daily duals +df = daily_lmp.mean(axis=1) +df / df.iloc[0] - 1 +# daily_lmp / daily_lmp.iloc[0] - 1 +# %% night time drop +df = daily_lmp[["Midnight", "8pm", "4am"]].mean(axis=1) +(1 - df.loc[3] / df.iloc[0]) * 100 / ((3 - 1.94) * 10) +# %% LMP stats +raw_load_balance.nunique() +raw_load_balance +# %% Variability baseline +baseline = raw_load_balance[raw_load_balance.scenario_name == 1.94] +len(baseline[baseline.value == 0]) / len(baseline) * 100 # Percent at 0 LMP +len(baseline[baseline.value > 40]) / len(baseline) +# %% Variability 20twh +df = raw_load_balance[raw_load_balance.scenario_name == 20] +df.value.quantile(0.99) +len(df[df.value == 0]) / len(df) +df.value.median() +# %% Regional NORTH +df = raw_load_balance[raw_load_balance.region.isin(["CAN", "OR", "WA"])] +df.groupby("scenario_name").value.mean() +# %% Regional CA +df = raw_load_balance[raw_load_balance.region == "CA"] +df = df.groupby("scenario_name").value.mean() +df +-(1 - df / df.iloc[0]) * 100 +# %% Regional SOUTH +df = raw_load_balance[raw_load_balance.region.isin(["MEX", "AZ", "NV", "NM"])] +df = df.groupby("scenario_name").value.mean() +df +# %% MONTHLY +cap +cap.loc[20, :] +df = cap.loc[64, :].sort_values(ascending=False) +df +# %% CHANGE IN PRICE SURGE IN 99th percentile +1 - variability.loc[20, 0.99] / variability.loc[1.94, 0.99] diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s1-impact-of-half-hydro.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s1-impact-of-half-hydro.py new file mode 100644 index 000000000..6f667d217 --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s1-impact-of-half-hydro.py @@ -0,0 +1,115 @@ +# %% IMPORT + CREATE tools +from matplotlib import pyplot as plt + +from papers.Martin_Staadecker_et_al_2022.util import ( + set_style, + get_scenario, + save_figure, +) +from switch_model.tools.graph.main import GraphTools + +tools_baseline = GraphTools( + [get_scenario("1342", "Baseline Scenario")], set_style=False +) +tools_baseline.pre_graphing(multi_scenario=False) + +tools_hydro = GraphTools( + [get_scenario("H050", "50% Hydro Scenario (from Set B)")], set_style=False +) +tools_hydro.pre_graphing(multi_scenario=False) + +ROLLING_AVERAGE_DAYS = 7 + +# %% CREATE PLOT FRAME +set_style() +plt.close() +fig = plt.figure() +ax1 = fig.add_subplot(1, 2, 1, projection=tools_baseline.maps.get_projection()) +ax2 = fig.add_subplot(1, 2, 2, projection=tools_hydro.maps.get_projection()) + + +# %% CALC BOTTOM PANEL DATA +def get_data(tools): + # Get data for mapping code + capacity = tools.get_dataframe("gen_cap.csv").rename( + {"GenCapacity": "value"}, axis=1 + ) + capacity = tools.transform.gen_type(capacity) + capacity = capacity.groupby(["gen_type", "gen_load_zone"], as_index=False)[ + "value" + ].sum() + # capacity = capacity[capacity.value > 1e-3] # Must have at least 1 kW of capacity + capacity.value *= 1e-3 # Convert to GW + + transmission = tools.get_dataframe( + "transmission.csv", convert_dot_to_na=True + ).fillna(0) + transmission = transmission[transmission["PERIOD"] == 2050] + newtx = transmission.copy() + transmission = transmission.rename( + {"trans_lz1": "from", "trans_lz2": "to", "TxCapacityNameplate": "value"}, axis=1 + ) + transmission = transmission[["from", "to", "value"]] + transmission = transmission[transmission.value != 0] + transmission.value *= 1e-3 # Convert to GW + + newtx = newtx.rename( + {"trans_lz1": "from", "trans_lz2": "to", "BuildTx": "value"}, axis=1 + ) + newtx = newtx[["from", "to", "value"]] + newtx = newtx[newtx.value != 0] + newtx.value *= 1e-3 # Convert to GW + + duration = tools.get_dataframe( + "storage_capacity.csv", + usecols=[ + "load_zone", + "OnlineEnergyCapacityMWh", + "OnlinePowerCapacityMW", + "period", + ], + ).rename({"load_zone": "gen_load_zone"}, axis=1) + duration = duration[duration["period"] == 2050].drop(columns="period") + duration = duration.groupby("gen_load_zone", as_index=False).sum() + duration["value"] = ( + duration["OnlineEnergyCapacityMWh"] / duration["OnlinePowerCapacityMW"] + ) + duration = duration[["gen_load_zone", "value"]] + return transmission, newtx, capacity, duration + + +def plot(tools, ax, data, legend=True): + transmission, newtx, capacity, duration = data + tools.maps.draw_base_map(ax) + tools.maps.graph_transmission_capacity( + transmission, + ax=ax, + legend=legend, + color="green", + bbox_to_anchor=(1, 0.65), + title="Total Tx Capacity (GW)", + ) + tools.maps.graph_transmission_capacity( + newtx, + ax=ax, + legend=legend, + color="red", + bbox_to_anchor=(1, 0.44), + title="New Tx Capacity (GW)", + ) + tools.maps.graph_pie_chart(capacity, ax=ax, legend=legend) + tools.maps.graph_duration( + duration, ax=ax, legend=legend, bins=(0, 6, 10, 20, float("inf")) + ) + ax.set_title(tools.scenarios[0].name) + + +# %% PLOT BOTTOM PANEL +plot(tools_hydro, ax2, get_data(tools_hydro)) + +# %% PLOT LEFT PANEL +plot(tools_baseline, ax1, get_data(tools_baseline), legend=False) +plt.tight_layout() +plt.tight_layout() # Twice to ensure it works properly, it's a bit weird at times' +# %% SAVE FIGURE +save_figure("figure-s1-impact-of-half-hydro.png") diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s2-impact-of-10x-tx.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s2-impact-of-10x-tx.py new file mode 100644 index 000000000..0f75fce05 --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s2-impact-of-10x-tx.py @@ -0,0 +1,257 @@ +from matplotlib import pyplot as plt +from matplotlib.cm import get_cmap, ScalarMappable +from matplotlib.colors import ( + TwoSlopeNorm, +) +from matplotlib.ticker import PercentFormatter + +from switch_model.tools.graph.main import GraphTools +from papers.Martin_Staadecker_et_al_2022.util import ( + get_scenario, + set_style, + save_figure, +) + +scenarios_supplementary = [ + get_scenario("1342", "Baseline"), + get_scenario("T5", "10x Tx Build Costs"), +] + +tools_supplementary = GraphTools(scenarios=scenarios_supplementary, set_style=False) +tools_supplementary.pre_graphing(multi_scenario=True) + +# Uncomment to make supplementary figure +tools = tools_supplementary +zones_to_highlight = None + +n = len(scenarios_supplementary) + + +# %% GET DATA + + +def get_data(scenario_index): + dispatch = tools.get_dataframe("dispatch_zonal_annual_summary.csv") + dispatch = dispatch[dispatch.scenario_index == scenario_index] + dispatch = tools.transform.gen_type(dispatch) + dispatch = tools.transform.load_zone(dispatch, load_zone_col="gen_load_zone") + dispatch = dispatch[dispatch.gen_type != "Storage"] + dispatch = dispatch.groupby("gen_load_zone")[["Energy_GWh_typical_yr"]].sum() + dispatch.columns = ["generation_gwh"] + + demand = tools.get_dataframe("load_balance_annual_zonal.csv") + demand = demand[demand.scenario_index == scenario_index] + demand = demand.set_index("load_zone") + demand = demand["zone_demand_mw"] + demand *= -1e-3 + demand = demand.rename("demand_gwh") + + df = dispatch.join(demand) + df["percent_gen"] = df["generation_gwh"] / df["demand_gwh"] * 100 + df = df["percent_gen"] + + duration = tools.get_dataframe("storage_capacity.csv").rename( + {"load_zone": "gen_load_zone"}, axis=1 + ) + duration = duration[duration.scenario_index == scenario_index] + duration = duration[duration["period"] == 2050].drop(columns="period") + duration = duration.groupby("gen_load_zone", as_index=False).sum() + duration["value"] = ( + duration["OnlineEnergyCapacityMWh"] / duration["OnlinePowerCapacityMW"] + ) + duration = duration[["gen_load_zone", "value", "OnlinePowerCapacityMW"]] + duration["OnlinePowerCapacityMW"] *= 1e-3 + + demand = tools.get_dataframe("loads.csv", from_inputs=True) + demand = demand[demand.scenario_index == scenario_index] + demand = demand.groupby("LOAD_ZONE").zone_demand_mw.max() + demand *= 1e-3 + duration = duration.set_index("gen_load_zone") + duration = duration.join(demand) + duration = duration.reset_index() + duration["percent_power"] = ( + duration["OnlinePowerCapacityMW"] / duration["zone_demand_mw"] * 100 + ) + + return df, duration + + +data = [get_data(i) for i in range(n)] + +# %% DEFINE FIGURE AND PLOTTING FUNCTIONS +set_style() +plt.close() +fig = plt.figure() + +# Define axes +axes = [] +for i in range(n): + axes.append(fig.add_subplot(1, n, i + 1, projection=tools.maps.get_projection())) + +plt.subplots_adjust(left=0.02, right=0.98, wspace=0.05) + +Y_LIM = 11 * 100 +cmap = get_cmap("bwr") + +normalizer = TwoSlopeNorm(vmin=0, vcenter=100, vmax=Y_LIM) + + +def percent_to_color(percent): + return cmap(normalizer(percent)) + + +def plot(ax, data, legend): + percent_gen, duration = data + + max_size = 400 + max = 50 + duration["size"] = duration["OnlinePowerCapacityMW"] / max * max_size + tools.maps.draw_base_map(ax) + percent_gen = percent_gen.apply(percent_to_color) + tools.maps.graph_load_zone_colors(percent_gen, ax) + legend_handles = tools.maps.graph_duration( + duration, ax=ax, legend=False, bins=(0, 6, 10, 20, float("inf")) + ) + + if legend: + fig.legend( + title="Storage Duration (h)", + handles=legend_handles, + bbox_to_anchor=(0.6, 0), + loc="lower center", + fontsize="small", + title_fontsize="small", + ncol=4, + ) + # Add legend for power capacity + sizes = [5, 10, 30] + fig.legend( + title="Storage Capacity (GW)", + handles=[ + tools.plt.lines.Line2D( + [], + [], + color="dimgray", + marker=".", + markersize=l, + label=l, + linestyle="None", + markeredgewidth=1, + markeredgecolor="dimgray", + ) + for l, s in zip(sizes, [x / max * max_size for x in sizes]) + ], + bbox_to_anchor=(0.35, 0), + loc="lower center", + fontsize="small", + title_fontsize="small", + ncol=3, + labelspacing=1.5, + ) + + +for i, ax in enumerate(axes): + plot(ax, data[i], legend=(i == n - 1)) + ax.set_title(tools.scenarios[i].name) + +fig.colorbar( + ScalarMappable(norm=normalizer, cmap=cmap), + format=PercentFormatter(), + ticks=[0, 20, 40, 60, 80, 100, 300, 500, 700, 900, 1100], + extend="max", + ax=axes, + location="right", + label="Yearly Generation / Yearly Demand", +) + + +def highlight_zones(zones, ax): + if zones is None: + return + for _, lz in tools.maps._wecc_lz.iterrows(): + if lz.gen_load_zone in zones: + # Add load zone borders + ax.add_geometries( + lz.geometry, + crs=tools.maps.get_projection(), + facecolor=(0, 0, 0, 0), # Transparent + edgecolor="tab:green", + linewidth=1, + # linestyle="--", + # alpha=0, + ) + + +highlight_zones(zones_to_highlight, axes[0]) + +# %% SAVE FIGURE +save_figure("figure-s2-impact-of-10x-tx.png") + +# %% +df = tools_supplementary.get_dataframe("storage_capacity.csv") +df = df.set_index("load_zone") +df_baseline = df[df.scenario_index == 0] +df_compare = df[df.scenario_index == 1] +df = df_baseline.join(df_compare, lsuffix="_base", rsuffix="_compare") +# df["change_in_cap"] = ( +# df["OnlineEnergyCapacityMWh_compare"] - df["OnlineEnergyCapacityMWh_base"] +# ) * 1e-3 +df["change_in_cap"] = ( + df["OnlineEnergyCapacityMWh_compare"] / df["OnlineEnergyCapacityMWh_base"] +) * 100 - 100 +df = df["change_in_cap"] +# df = df[df > 0] +# df.sum() +# df_compare["OnlineEnergyCapacityMWh"].sum() / df_baseline[ +# "OnlineEnergyCapacityMWh" +# ].sum() * 100 - 100 +# df_compare["OnlineEnergyCapacityMWh"].sum() - df_baseline[ +# "OnlineEnergyCapacityMWh" +# ].sum() +df + +# %% Num of load zones generating less than 25% of demand +scenario_index = 0 +# scenario_index = 1 # For baseline +df = data[scenario_index][0].copy() +df = df[df < 50] +len(df) + +# %% Contribution of zones to highlight + +scenario_index = 0 +# scenario_index = 1 # For baseline +dispatch = tools.get_dataframe("dispatch_zonal_annual_summary.csv") +dispatch = dispatch[dispatch.scenario_index == scenario_index] +dispatch = tools.transform.gen_type(dispatch) +dispatch = dispatch[dispatch.gen_type != "Storage"] +dispatch = dispatch.groupby("gen_load_zone")[["Energy_GWh_typical_yr"]].sum() +dispatch.columns = ["generation_gwh"] +dispatch = dispatch.reset_index() +dispatch.sort_values("generation_gwh") +total = dispatch.generation_gwh.sum() +total_for_zone = dispatch[ + dispatch.gen_load_zone.isin(zones_to_highlight) +].generation_gwh.sum() +total_for_zone / total + +# %% Num zones to highlight +len(zones_to_highlight) + +# %% Power contribution for load zones +df = tools.get_dataframe("storage_capacity.csv") +df = df.set_index("load_zone") +cities = ["CA_LADWP", "WA_SEATAC", "CA_PGE_BAY", "CA_SCE_S", "AZ_PHX"] +# df = df.loc[cities] +df["OnlineEnergyCapacityMWh"] *= 1e-3 +df_compare = df[df.scenario_index == 0] +df_baseline = df[df.scenario_index == 1] +df = df_baseline.join(df_compare, lsuffix="_base", rsuffix="_compare") +df["change_in_cap"] = ( + df["OnlineEnergyCapacityMWh_compare"] - df["OnlineEnergyCapacityMWh_base"] +) +# df["change_in_cap"] = (df["OnlineEnergyCapacityMWh_compare"] / df["OnlineEnergyCapacityMWh_base"]) * 100 +df = df["change_in_cap"] +df.sort_values() +# df.sum() +# df_compare["OnlineEnergyCapacityMWh"].sum() / df_baseline["OnlineEnergyCapacityMWh"].sum() * 100 diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s3-state-of-charge-under-different-costs.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s3-state-of-charge-under-different-costs.py new file mode 100644 index 000000000..ab0a6f756 --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s3-state-of-charge-under-different-costs.py @@ -0,0 +1,117 @@ +# %% +import matplotlib.pyplot as plt +from matplotlib import cm +from matplotlib.colors import Normalize +import labellines + +from papers.Martin_Staadecker_et_al_2022.util import ( + set_style, + get_scenario, + save_figure, +) +from switch_model.tools.graph.main import GraphTools + +# Prepare graph tools +tools = GraphTools( + scenarios=[ + get_scenario("C21", 0.5), + get_scenario("C18", 1), + get_scenario("C22", 2), + get_scenario("C23", 5), + get_scenario("C26", 7), + get_scenario("C17", 10), + get_scenario("C24", 15), + get_scenario("1342", 22.43), + get_scenario("C25", 40), + get_scenario("C19", 70), + get_scenario("C20", 102), + ], + set_style=False, +) +tools.pre_graphing(multi_scenario=True) + +set_style() +plt.close() +fig = plt.figure() +# fig.set_size_inches(12, 6) +ax = fig.gca() +axr = ax.twinx() +axr.grid(False) + +freq = "1D" + +state_of_charge = tools.get_dataframe("StateOfCharge.csv") +state_of_charge = state_of_charge.rename( + {"STORAGE_GEN_TPS_2": "timepoint", "StateOfCharge": "value"}, axis=1 +) +state_of_charge = state_of_charge.groupby( + ["scenario_name", "timepoint"], as_index=False +).value.sum() +state_of_charge.value *= 1e-6 # Convert from MWh to TWh +state_of_charge = tools.transform.timestamp(state_of_charge, use_timepoint=True) +state_of_charge = state_of_charge.set_index("datetime") +state_of_charge = state_of_charge.groupby("scenario_name").resample(freq).value.mean() +state_of_charge = state_of_charge.unstack("scenario_name").rename_axis( + "Storage Capacity (TWh)", axis=1 +) + +demand = tools.get_dataframe("loads.csv", from_inputs=True).rename( + {"TIMEPOINT": "timepoint", "zone_demand_mw": "value"}, axis=1 +) +demand = demand[demand.scenario_name == 22.43] +demand = demand.groupby("timepoint", as_index=False).value.sum() +demand = tools.transform.timestamp(demand, use_timepoint=True) +demand = demand.set_index("datetime")["value"] +demand *= 4 * 1e-6 # Each timestep is 4 hours, converting to TWh +total_demand = demand.sum() +demand = demand.resample(freq).sum() +demand = demand.iloc[1:-1] + +state_of_charge.plot( + ax=ax, + cmap="viridis", + ylabel="WECC-wide stored energy (TWh, 24h mean)", + xlabel="Time of year", + legend=False, +) + +lines = ax.get_lines() +x_label = { + 5: 135, + 2: 160, + 1: 330, + 0.5: 230, +} +for line in lines: + label = float(line.get_label()) + if label not in x_label.keys(): + continue + labellines.labelLine( + line, + state_of_charge.index[x_label[label]], + linespacing=1, + outline_width=1, + label=str(label) + "$/KWh", + align=False, + color="k", + fontsize="small", + ) + +demand_lines = axr.plot(demand, c="dimgray", linestyle="--", alpha=0.5) +axr.legend(demand_lines, [f"Demand ({total_demand:.0f} TWh/year)"]) +axr.set_ylabel("Demand (TWh/day)") + +ax.set_ylim(0, 36) +axr.set_ylim(0, 36 / 5) + +plt.tight_layout() + +plt.colorbar( + cm.ScalarMappable(norm=Normalize(0.5, 102), cmap="viridis"), + ax=ax, + label="Energy Storage Capacity Costs ($/KWh)", + pad=0.08, + fraction=0.05, +) +# %% SAVE FIGURE +save_figure("figure-s3-state-of-charge-under-different-costs.png") diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s4-analysis-of-4-factors.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s4-analysis-of-4-factors.py new file mode 100644 index 000000000..98bd4632d --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s4-analysis-of-4-factors.py @@ -0,0 +1,404 @@ +# %% IMPORTS AND SCENARIO DEFINITION +import pandas as pd +from matplotlib import pyplot as plt +from matplotlib.colors import LinearSegmentedColormap + +from switch_model.tools.graph.main import GraphTools +from papers.Martin_Staadecker_et_al_2022.util import ( + get_scenario, + set_style, + save_figure, +) + +custom_color_map = LinearSegmentedColormap.from_list( + "custom_color_map", ["#E0A4AA", "#B9646B", "#4D0409"] +) + +# GET DATA FOR W/S RATIO +STORAGE_BINS = (float("-inf"), 10, 20, float("inf")) +STORAGE_LABELS = GraphTools.create_bin_labels(STORAGE_BINS) +for i in range(len(STORAGE_LABELS)): + STORAGE_LABELS[i] = STORAGE_LABELS[i] + "h Storage (GW)" + +# Define tools for wind to solar ratio set +baseline_ws_ratio = 0.187 +# Get Graph tools +tools_ws_ratio = GraphTools( + scenarios=[ + get_scenario("WS10", 0.0909), + get_scenario("WS018", 0.15), + get_scenario("1342", baseline_ws_ratio), + get_scenario("WS027", 0.21), + get_scenario("WS033", 0.25), + get_scenario("WS043", 0.3), + get_scenario("WS066", 0.4), + get_scenario("WS100", 0.5), + get_scenario("WS150", 0.6), + # get_scenario("WS233", 0.7), # Removed since results are invalid + # get_scenario("WS500", 0.833), # Removed since results are misleading + ], + set_style=False, +) +tools_ws_ratio.pre_graphing(multi_scenario=True) + +# Define tools for hydro set +tools_hydro = GraphTools( + scenarios=[ + get_scenario("H25", 0), + get_scenario("H025", 0.25), + get_scenario("H050", 0.5), + get_scenario("H065", 0.65), + get_scenario("H085", 0.85), + get_scenario("1342", 1), + ], + set_style=False, +) +tools_hydro.pre_graphing(multi_scenario=True) + +# GET TX DATA +tools_tx = GraphTools( + scenarios=[ + get_scenario("T4", "No Tx Build Costs\n(No Tx Congestion)"), + get_scenario("1342", "Baseline"), + get_scenario("T5", "10x Tx\nBuild Costs"), + ], + set_style=False, +) +tools_tx.pre_graphing(multi_scenario=True) + +baseline_energy_cost = 22.43 + +# GET COST DATA +tools_cost = GraphTools( + scenarios=[ + get_scenario("C21", 0.5), + get_scenario("C18", 1), + get_scenario("C22", 2), + get_scenario("C23", 5), + get_scenario("C26", 7), + get_scenario("C17", 10), + get_scenario("C24", 15), + get_scenario("1342", baseline_energy_cost), + get_scenario("C25", 40), + get_scenario("C19", 70), + get_scenario("C20", 102), + ], + set_style=False, +) +tools_cost.pre_graphing(multi_scenario=True) + + +def get_data(tools): + storage = tools.get_dataframe("storage_capacity.csv") + duration = storage.copy() + duration = duration[duration["OnlinePowerCapacityMW"] != 0] + duration["duration"] = ( + duration["OnlineEnergyCapacityMWh"] / duration["OnlinePowerCapacityMW"] + ) + duration = duration[["scenario_index", "duration", "OnlinePowerCapacityMW"]] + duration["Duration (h)"] = pd.cut( + duration.duration, bins=STORAGE_BINS, labels=STORAGE_LABELS + ) + duration = duration.groupby( + ["scenario_index", "Duration (h)"] + ).OnlinePowerCapacityMW.sum() + duration /= 10**3 + duration = duration.unstack() + duration.index = duration.index.map(tools.get_scenario_name) + + storage = storage[["scenario_index", "OnlineEnergyCapacityMWh"]] + storage = storage.groupby("scenario_index").sum() + storage.index = storage.index.map(tools.get_scenario_name) + storage *= 1e-6 + storage.columns = ["Storage Energy Capacity (TWh)"] + + # Calculate transmission + tx = tools.get_dataframe( + "transmission.csv", + usecols=["BuildTx", "trans_length_km", "scenario_index"], + convert_dot_to_na=True, + ).fillna(0) + tx["BuildTx"] *= tx["trans_length_km"] + tx["BuildTx"] *= 1e-6 + tx = ( + tx.groupby("scenario_index", as_index=False)["BuildTx"] + .sum() + .set_index("scenario_index") + ) + + tx = tx.rename({"BuildTx": "New Tx"}, axis=1) + tx.index = tx.index.map(tools.get_scenario_name) + + cap = tools.get_dataframe("gen_cap.csv") + cap = tools.transform.gen_type(cap) + cap = cap.groupby(["scenario_index", "gen_type"], as_index=False)[ + "GenCapacity" + ].sum() + cap = cap.pivot(columns="gen_type", index="scenario_index", values="GenCapacity") + cap *= 1e-3 # Convert to GW + cap = cap.rename_axis("Technology", axis=1).rename_axis(None) + cap = cap[["Wind", "Solar"]] + cap.index = cap.index.map(tools.get_scenario_name) + + return duration, tx, cap, storage + + +# %% DEFINE FIGURE AND PLOTTING FUNCTIONS +set_style() +plt.close() +fig = plt.figure() +fig.set_size_inches(6.850394, 6.850394) + +# Define axes +ax_tl = fig.add_subplot(2, 2, 1) +ax_tr = fig.add_subplot(2, 2, 2, sharey=ax_tl) +ax_bl = fig.add_subplot(2, 2, 3) +ax_br = fig.add_subplot(2, 2, 4, sharey=ax_bl) +Y_LIM_BASE = 325 +ax_tl.set_ylim(0, Y_LIM_BASE) +ax_bl.set_ylim(0, Y_LIM_BASE) + + +def create_secondary_y_axis( + ax, include_label, y_lim, y_label, color="grey", offset=-0.2 +): + rax = ax.twinx() + rax.grid(False) + rax.set_ylim(0, y_lim) + if include_label: + rax.spines["left"].set_position(("axes", offset)) + rax.yaxis.set_label_position("left") + rax.yaxis.tick_left() + rax.tick_params(top=False, bottom=False, right=False, left=True, which="both") + rax.spines["left"].set_color(color) + rax.set_ylabel(y_label) + else: + rax.tick_params(top=False, bottom=False, right=False, left=False, which="both") + rax.set_yticklabels([]) + return rax + + +y_lim = Y_LIM_BASE / 2.5 +y_label = "New Transmission Built (millions of MW-km)" +c = "tab:olive" +rax_top_left = create_secondary_y_axis(ax_tl, True, y_lim, y_label, c) +rax_top_right = create_secondary_y_axis(ax_tr, False, y_lim, y_label, c) +rax_bottom_left = create_secondary_y_axis(ax_bl, True, y_lim, y_label, c) +rax_bottom_right = create_secondary_y_axis(ax_br, False, y_lim, y_label, c) + +y_lim = Y_LIM_BASE / 50 +y_label = "Energy Capacity (TWh)" +c = "green" +rrax_tl = create_secondary_y_axis(ax_tl, True, y_lim, y_label, c, offset=-0.4) +rrax_tr = create_secondary_y_axis(ax_tr, False, y_lim, y_label, c, offset=-0.4) +rrax_bl = create_secondary_y_axis(ax_bl, True, y_lim, y_label, c, offset=-0.4) +rrax_br = create_secondary_y_axis(ax_br, False, y_lim, y_label, c, offset=-0.4) + +y_lim = Y_LIM_BASE * 2 +y_label = "Solar Power Capacity (GW)" +c = tools_ws_ratio.get_colors()["Solar"] +rrrax_tl = create_secondary_y_axis(ax_tl, True, y_lim, y_label, c, offset=-0.6) +rrrax_tr = create_secondary_y_axis(ax_tr, False, y_lim, y_label, c, offset=-0.6) +rrrax_bl = create_secondary_y_axis(ax_bl, True, y_lim, y_label, c, offset=-0.6) +rrrax_br = create_secondary_y_axis(ax_br, False, y_lim, y_label, c, offset=-0.6) + + +# %% DEFINE PLOTTING CODE +def plot_panel(ax, rax, rrax, rrrax, data, title=""): + duration, tx, cap, storage = data + lw = 1 + s = 3 + colors = tools_ws_ratio.get_colors() + duration.index.name = None + storage.index.name = None + duration.plot( + ax=ax, + marker=".", + colormap=custom_color_map, + legend=False, + linewidth=lw, + markersize=s, + ) + duration.sum(axis=1).plot( + ax=ax, + marker=".", + color="red", + label="All Storage (GW)", + legend=False, + linewidth=lw, + markersize=s, + ) + rax.plot( + tx, + marker=".", + color="tab:olive", + label="Built Transmission", + linewidth=lw, + markersize=s, + ) + cap["Wind"].plot( + ax=ax, marker=".", color=colors, legend=False, linewidth=lw, markersize=s + ) + cap["Solar"].plot( + ax=rrrax, marker=".", color=colors, legend=False, linewidth=lw, markersize=s + ) + storage.plot( + ax=rrax, marker=".", color="green", linewidth=lw, markersize=s, legend=False + ) + ax.set_ylabel("Wind and Storage Power Capacity (GW)") + ax.set_title(title) + + +# %% PLOT WIND TO SOLAR PENETRATION + +data_ws = get_data(tools_ws_ratio) + +ax = ax_tl +rax = rax_top_left +ax.tick_params(top=False, bottom=True, right=False, left=True, which="both") + +plot_panel(ax, rax, rrax_tl, rrrax_tl, data_ws, "Set A: Varying Wind-vs-Solar Share") + +ax.set_xticks([0.1, 0.2, 0.3, 0.4, 0.5, 0.6]) +ax.set_xticklabels( + ["90%-10%\nSolar-Wind", "", "70%-30%\nSolar-Wind", "", "50%-50%\nSolar-Wind", ""] +) +ax.axvline(baseline_ws_ratio, linestyle="dotted", color="dimgrey") +ax.text(baseline_ws_ratio - 0.02, 125, "Baseline", rotation=90, color="dimgrey") + +fig.legend(loc="lower center", ncol=4) + +# %% PLOT HYDRO +data_hy = get_data(tools_hydro) +ax = ax_tr +rax = rax_top_right +plot_panel(ax, rax, rrax_tr, rrrax_tr, data_hy, "Set B: Reducing Hydropower Generation") +ax.tick_params(top=False, bottom=True, right=False, left=False, which="both") +ax.set_xticks([0, 0.5, 1]) +ax.set_xticks([0.1, 0.2, 0.3, 0.4, 0.6, 0.7, 0.8, 0.9], minor=True) +ax.set_xticklabels(["No\nhydropower", "50%\nhydropower", "Baseline\nHydropower"]) + +# %% PLOT TX +ax = ax_bl +rax = rax_bottom_left +data_tx = get_data(tools_tx) +ax.set_xticks([0, 1, 2]) +plot_panel( + ax, rax, rrax_bl, rrrax_bl, data_tx, "Set C: Varying Transmission Build Costs" +) +# %% PLOT COSTS +ax = ax_br +rax = rax_bottom_right +data_cost = get_data(tools_cost) +plot_panel(ax, rax, rrax_br, rrrax_br, data_cost, "Set D: Varying Storage Energy Costs") +ax.set_xscale("log") +ax.tick_params(top=False, bottom=True, right=False, left=False, which="both") +ax.set_xticks([1, 10, 100]) +ax.set_xticks( + [ + 0.5, + 0.6, + 0.7, + 0.8, + 0.9, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 20, + 30, + 40, + 50, + 60, + 70, + 80, + 90, + ], + minor=True, +) +ax.set_xticklabels(["1\n$/kWh", "10\n$/kWh", "100\n$/kWh"]) +ax.set_xlabel("(log scale)") +ax.axvline(baseline_energy_cost, linestyle="dotted", color="dimgrey") +ax.text(baseline_energy_cost - 4, 125, "Baseline", rotation=90, color="dimgrey") + +plt.subplots_adjust(left=0.275, right=0.97, top=0.95, wspace=0.05) + +# %% SAVE FIGURE +save_figure("figure-s4-analysis-of-4-factors.png") +# %% MAX POWER DURATION +df = tools_ws_ratio.get_dataframe("storage_capacity.csv") +df = df[df.scenario_name == 0.833] +df["duration"] = df["duration"] = ( + df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +) +df = df[["load_zone", "duration", "OnlinePowerCapacityMW"]] +df.sort_values("duration") +# %% HYDRO POWER impact +en = data_hy[3].copy() * 1000 +pw = data_hy[0].sum(axis=1).copy() +pw, en + +# %% HYDRO power total capacity +df = tools_hydro.get_dataframe("dispatch_annual_summary.csv") +scenario = 1 +# scenario = 0.5 +df = df[df.scenario_name == scenario] +df = tools_hydro.transform.gen_type(df) +df = df[df.gen_type != "Storage"] +df = df.groupby("gen_type").Energy_GWh_typical_yr.sum() +df *= 1e-3 +df +df.loc["Hydro"] / df.sum() +# %% +data_tx +# %% Storage duration in 50% hydro +df = tools_hydro.get_dataframe("dispatch_zonal_annual_summary.csv") +df = df[df.scenario_name == 1] +df = tools_hydro.transform.gen_type(df) +df = df[["gen_load_zone", "gen_type", "Energy_GWh_typical_yr"]].set_index( + "gen_load_zone" +) +df_sum = df.groupby("gen_load_zone").Energy_GWh_typical_yr.sum() +df_sum = df_sum.rename("total") +df = df.join(df_sum) +cutoff = 0.5 +df["percent"] = df["Energy_GWh_typical_yr"] / df["total"] +df = df[["percent", "gen_type"]].reset_index() +df = df[df.gen_type == "Hydro"] +df = df[df.percent > cutoff] +valid_load_zones = df["gen_load_zone"] + +df = tools_hydro.get_dataframe("storage_capacity.csv") +# df = df[df.scenario_name == 0.5] +df = df[ + ["load_zone", "scenario_name", "OnlinePowerCapacityMW", "OnlineEnergyCapacityMWh"] +] +df = df[df.load_zone.isin(valid_load_zones)] +df = df.groupby("scenario_name").sum() +df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +# valid_load_zones + +# %% TX Change +df = data_tx[2] +df +# %% COSTS +df = data_cost +table = 1 +df[table], (data_cost[table] / data_cost[table].loc[22.43] - 1) * 100 +# %% +df = tools_cost.get_dataframe("storage_capacity.csv") +df["duration"] = df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +df = df.groupby("scenario_name").duration.max() +df +# %% +df = tools_cost.get_dataframe("storage_capacity.csv") +df["duration"] = df["OnlineEnergyCapacityMWh"] / df["OnlinePowerCapacityMW"] +total_power = df.groupby("scenario_name").OnlinePowerCapacityMW.sum() +total_energy = df.groupby("scenario_name").OnlineEnergyCapacityMWh.sum() +total_energy / total_power diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s5-map-of-load-zones.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s5-map-of-load-zones.py new file mode 100644 index 000000000..957027767 --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-s5-map-of-load-zones.py @@ -0,0 +1,55 @@ +""" +Creates a map of the WECC with each load zone labelled with it's SWITCH name. +Useful for figuring out what load zone name matches what physical region. +The map is available in the REAM Google Drive under Research -> Switch documentation. +""" + +from matplotlib import pyplot as plt + +from papers.Martin_Staadecker_et_al_2022.util import ( + get_scenario, + set_style, + save_figure, +) +from switch_model.tools.graph.main import GraphTools + +tools = GraphTools([get_scenario("1342")], set_style=False) +tools.pre_graphing(multi_scenario=False) + +# %% CREATE PLOT FRAME +set_style() +plt.close() +fig = plt.figure() +fig.set_size_inches(6.850394, 6.850394) +ax = fig.add_subplot(1, 1, 1, projection=tools.maps.get_projection()) + +tools.maps.draw_base_map(ax) + +centers = {} + +for _, lz in tools.maps._center_points.iterrows(): + center = lz.geometry.centroid + ax.scatter(center.x, center.y, color="k", s=5, alpha=0.5) + ax.text(center.x, center.y, lz.gen_load_zone, fontsize="small") + centers[lz.gen_load_zone] = center + +tx = tools.get_dataframe("transmission_lines.csv", from_inputs=True) +tx = tx[["trans_lz1", "trans_lz2"]] +for _, line in tx.iterrows(): + from_center = centers[line["trans_lz1"]] + to_center = centers[line["trans_lz2"]] + ax.plot( + [from_center.x, to_center.x], + [from_center.y, to_center.y], + color="k", + linestyle="--", + linewidth=1, + alpha=0.3, + ) + +for lz, center in centers.items(): + ax.text(center.x, center.y, lz, fontsize="small") + +plt.tight_layout() +# %% +save_figure("figure-s5-map-of-load-zones.png") diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-x1-duration-cdf-cost-scenarios.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-x1-duration-cdf-cost-scenarios.py new file mode 100644 index 000000000..728ff35aa --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-x1-duration-cdf-cost-scenarios.py @@ -0,0 +1,107 @@ +# %% +import matplotlib.pyplot as plt +import labellines + +from papers.Martin_Staadecker_et_al_2022.util import ( + set_style, + get_scenario, + save_figure, +) +from switch_model.tools.graph.main import GraphTools + +# Prepare graph tools +tools = GraphTools( + scenarios=[ + get_scenario("C21", 0.5), + get_scenario("C18", 1), + get_scenario("C22", 2), + get_scenario("C23", 5), + get_scenario("C26", 7), + get_scenario("C17", 10), + get_scenario("C24", 15), + get_scenario("1342", 22.43), + get_scenario("C25", 40), + get_scenario("C19", 70), + get_scenario("C20", 102), + ], + set_style=False, +) +tools.pre_graphing(multi_scenario=True) + +set_style() +plt.close() +fig = plt.figure() +ax = fig.gca() +# %% Get DATA +ax.clear() +duration = tools.get_dataframe("storage_capacity.csv") +duration["duration"] = duration["duration"] = ( + duration["OnlineEnergyCapacityMWh"] / duration["OnlinePowerCapacityMW"] +) + +duration = duration.sort_values("duration") +duration = duration[["duration", "OnlinePowerCapacityMW", "scenario_name"]] +duration.OnlinePowerCapacityMW /= 1e3 # Change to GW + +for scenario_name in duration.scenario_name.unique(): + duration_scenario = duration[duration.scenario_name == scenario_name] + duration_scenario["cuml_power"] = duration_scenario.OnlinePowerCapacityMW.cumsum() + duration_scenario = duration_scenario.set_index("cuml_power") + duration_scenario = duration_scenario["duration"] + line = ax.plot( + duration_scenario.index, + duration_scenario, + drawstyle="steps", + label=scenario_name, + ) + if float(int(scenario_name)) == scenario_name: + label = str(int(scenario_name)) + else: + label = str(scenario_name) + labellines.labelLine( + line[0], + duration_scenario.index.max(), + outline_width=2, + label=label + "$/KWh", + align=False, + fontsize="small", + ) + +ax.set_yscale("log") +ax.set_xlabel("Storage Power Capacity (GW)") +ax.set_ylabel("Storage Duration (h)") +ax.set_yticks([10, 100, 1000]) +ax.set_yticks( + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 20, + 30, + 40, + 50, + 60, + 70, + 80, + 90, + 200, + 300, + 400, + 500, + 600, + 700, + 800, + 900, + ], + minor=True, +) +ax.set_yticklabels(["10", "100", "1000"]) +plt.tight_layout() + +# %% +save_figure("figure-s5-duration-cdf-cost-scenarios.png") diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-x2-duration-cdf-cost-scenarios-ca-only.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-x2-duration-cdf-cost-scenarios-ca-only.py new file mode 100644 index 000000000..9aa0b4d6a --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/figure-x2-duration-cdf-cost-scenarios-ca-only.py @@ -0,0 +1,109 @@ +# %% +import matplotlib.pyplot as plt +import labellines + +from papers.Martin_Staadecker_et_al_2022.util import ( + set_style, + get_scenario, + save_figure, +) +from switch_model.tools.graph.main import GraphTools + +# Prepare graph tools +tools = GraphTools( + scenarios=[ + get_scenario("C21", 0.5), + get_scenario("C18", 1), + get_scenario("C22", 2), + get_scenario("C23", 5), + get_scenario("C26", 7), + get_scenario("C17", 10), + get_scenario("C24", 15), + get_scenario("1342", 22.43), + get_scenario("C25", 40), + get_scenario("C19", 70), + get_scenario("C20", 102), + ], + set_style=False, +) +tools.pre_graphing(multi_scenario=True) + +set_style() +plt.close() +fig = plt.figure() +ax = fig.gca() +# %% Get DATA +ax.clear() +duration = tools.get_dataframe("storage_capacity.csv") +duration = tools.transform.load_zone(duration) +duration = duration[duration.region == "CA"] +duration["duration"] = duration["duration"] = ( + duration["OnlineEnergyCapacityMWh"] / duration["OnlinePowerCapacityMW"] +) + +duration = duration.sort_values("duration") +duration = duration[["duration", "OnlinePowerCapacityMW", "scenario_name"]] +duration.OnlinePowerCapacityMW /= 1e3 # Change to GW + +for scenario_name in duration.scenario_name.unique(): + duration_scenario = duration[duration.scenario_name == scenario_name] + duration_scenario["cuml_power"] = duration_scenario.OnlinePowerCapacityMW.cumsum() + duration_scenario = duration_scenario.set_index("cuml_power") + duration_scenario = duration_scenario["duration"] + line = ax.plot( + duration_scenario.index, + duration_scenario, + drawstyle="steps", + label=scenario_name, + ) + if float(int(scenario_name)) == scenario_name: + label = str(int(scenario_name)) + else: + label = str(scenario_name) + labellines.labelLine( + line[0], + duration_scenario.index.max(), + outline_width=2, + label=label + "$/KWh", + align=False, + fontsize="small", + ) + +ax.set_yscale("log") +ax.set_xlabel("Storage Power Capacity (GW)") +ax.set_ylabel("Storage Duration (h)") +ax.set_yticks([10, 100, 1000]) +ax.set_yticks( + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 20, + 30, + 40, + 50, + 60, + 70, + 80, + 90, + 200, + 300, + 400, + 500, + 600, + 700, + 800, + 900, + ], + minor=True, +) +ax.set_yticklabels(["10", "100", "1000"]) +plt.tight_layout() + +# %% +save_figure("figure-s6-duration-cdf-cost-scenarios-ca-only.png") diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/table-s2-capacity-by-tech.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/table-s2-capacity-by-tech.py new file mode 100644 index 000000000..3f5c3fa4e --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/table-s2-capacity-by-tech.py @@ -0,0 +1,55 @@ +from papers.Martin_Staadecker_et_al_2022.util import get_scenario +from switch_model.tools.graph.main import GraphTools + +tools = GraphTools(scenarios=[get_scenario("1342", "1342")]) +tools.pre_graphing(multi_scenario=False) + +projects = tools.get_dataframe( + "generation_projects_info.csv", from_inputs=True, convert_dot_to_na=True +) +costs = tools.get_dataframe( + "gen_build_costs.csv", from_inputs=True, convert_dot_to_na=True +) +predetermined = tools.get_dataframe( + "gen_build_predetermined", from_inputs=True, convert_dot_to_na=True +) + +projects = projects.merge( + costs, + on=["GENERATION_PROJECT"], +) + +projects = projects.merge( + predetermined, + on=["GENERATION_PROJECT", "build_year"], + how="left", # Makes a left join +) + +prebuilt = projects[projects.build_year != 2050] +prebuilt_by_tech = ( + prebuilt.groupby(["gen_energy_source", "gen_tech"]).gen_capacity_limit_mw.sum() + / 1000 +).round(1) +print("prebuilt by tech capacity") +print(prebuilt_by_tech) +print(prebuilt_by_tech.sum()) + + +prebuilt = prebuilt[(prebuilt.build_year + prebuilt.gen_max_age) > 2051] +prebuilt_by_tech = ( + prebuilt.groupby(["gen_energy_source", "gen_tech"]).gen_capacity_limit_mw.sum() + / 1000 +).round(1) +print("prebuilt by tech capacity still online") +print(prebuilt_by_tech) +print(prebuilt_by_tech.sum()) + +candidate = projects[projects.build_year == 2050] +candidate.gen_capacity_limit_mw = candidate.gen_capacity_limit_mw.fillna(-999999999) +print("candidate projects aggregated: ", len(candidate)) +candidate_by_tech = ( + candidate.groupby(["gen_energy_source", "gen_tech"]).gen_capacity_limit_mw.sum() + / 1000 +).round(1) +print(candidate_by_tech) +print(candidate_by_tech[candidate_by_tech > 0].sum()) diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/table-s3-lifetime-and-outages.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/table-s3-lifetime-and-outages.py new file mode 100644 index 000000000..a3bf37cfc --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/table-s3-lifetime-and-outages.py @@ -0,0 +1,41 @@ +from papers.Martin_Staadecker_et_al_2022.util import get_scenario +from switch_model.tools.graph.main import GraphTools +import pandas as pd + +tools = GraphTools(scenarios=[get_scenario("1342", "1342")]) +tools.pre_graphing(multi_scenario=False) + +projects = tools.get_dataframe( + "generation_projects_info.csv", from_inputs=True, convert_dot_to_na=True +) +costs = tools.get_dataframe( + "gen_build_costs.csv", from_inputs=True, convert_dot_to_na=True +) +predetermined = tools.get_dataframe( + "gen_build_predetermined", from_inputs=True, convert_dot_to_na=True +) + +projects = projects.merge( + costs, + on=["GENERATION_PROJECT"], +) + +projects = projects.merge( + predetermined, + on=["GENERATION_PROJECT", "build_year"], + how="left", # Makes a left join +) + +# prebuilt = projects[projects.build_year != 2050] +age = projects.groupby(["gen_energy_source", "gen_tech"]).gen_max_age.unique() + +forced_outage_rate = projects.groupby( + ["gen_energy_source", "gen_tech"] +).gen_forced_outage_rate.unique() + +scheduled_outage_rate = projects.groupby( + ["gen_energy_source", "gen_tech"] +).gen_scheduled_outage_rate.unique() + +all_data = pd.concat([age, forced_outage_rate, scheduled_outage_rate], axis=1) +print(all_data) diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/table-s4-average-candidate-capital-costs.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/table-s4-average-candidate-capital-costs.py new file mode 100644 index 000000000..b187a875e --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/table-s4-average-candidate-capital-costs.py @@ -0,0 +1,37 @@ +from papers.Martin_Staadecker_et_al_2022.util import get_scenario +from switch_model.tools.graph.main import GraphTools +import pandas as pd + +tools = GraphTools(scenarios=[get_scenario("1342", "1342")]) +tools.pre_graphing(multi_scenario=False) + +projects = tools.get_dataframe( + "generation_projects_info.csv", from_inputs=True, convert_dot_to_na=True +) +costs = tools.get_dataframe( + "gen_build_costs.csv", from_inputs=True, convert_dot_to_na=True +) +predetermined = tools.get_dataframe( + "gen_build_predetermined", from_inputs=True, convert_dot_to_na=True +) + +projects = projects.merge( + costs, + on=["GENERATION_PROJECT"], +) + +projects = projects.merge( + predetermined, + on=["GENERATION_PROJECT", "build_year"], + how="left", # Makes a left join +) + +projects = projects[projects.build_year == 2050] +group = projects.groupby(["gen_energy_source", "gen_tech"]) + +overnight = group.gen_overnight_cost.mean() +fixed = group.gen_fixed_om.mean() +variable = group.gen_variable_om.mean() + +all_data = pd.concat([overnight, fixed, variable], axis=1).round(0) +print(all_data) diff --git a/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/util.py b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/util.py new file mode 100644 index 000000000..0b0946795 --- /dev/null +++ b/switch_model/wecc/papers/Martin_Staadecker_et_al_2022/util.py @@ -0,0 +1,68 @@ +import os +import seaborn as sns +from matplotlib import pyplot as plt + +from switch_model.tools.graph.main import Scenario + +rel_path_base = "../switch_runs/ldes_runs" +output_path_base = "../ldes_paper_plots" + + +def save_figure(filename): + plt.savefig(os.path.join(output_path_base, filename)) + + +def get_scenario(rel_path, name=None): + return Scenario(os.path.join(rel_path_base, rel_path), name=name) + + +def set_style(interactive=True): + plt.interactive( + interactive + ) # Allows the plots to continually update in PyCharm's SciView + sns.set_theme( + font_scale=0.6 + ) # Scale the font down to around 7pt to match guidelines + plt.rcParams.update( + { + "font.sans-serif": "Arial", + "patch.edgecolor": "none", + "figure.dpi": 100, + "savefig.dpi": 1000, + "figure.figsize": (6.850394, 6.850394 / 2), + # Width according to Joule guidelines https://www.cell.com/figureguidelines + "lines.linewidth": 1, + "lines.markersize": 3, + "xtick.minor.visible": False, + "ytick.minor.visible": False, + "xtick.major.width": 0.8, + "xtick.major.size": 3, + "ytick.major.width": 0.8, + "ytick.major.size": 3, + "xtick.minor.width": 0.8, + "xtick.minor.size": 2, + "ytick.minor.width": 0.8, + "ytick.minor.size": 2, + "legend.labelspacing": 0.25, + "legend.columnspacing": 1, + } + ) + + +def get_set_e_scenarios(): + return [ + get_scenario("1342", name=1.94), + get_scenario("M7", name=2), + get_scenario("M10", name=2.5), + get_scenario("M9", name=3), + get_scenario("M6", name=4), + get_scenario("M5", name=8), + get_scenario("M11", name=12), + get_scenario("M4", name=16), + get_scenario("M14", name=18), + get_scenario("M13", name=20), + get_scenario("M8", name=24), + get_scenario("M3", name=32), + get_scenario("M12", name=48), + get_scenario("M2", name=64), + ] diff --git a/switch_model/wecc/pyspsolutionwritertemplate.py b/switch_model/wecc/pyspsolutionwritertemplate.py new file mode 100644 index 000000000..88a9b0305 --- /dev/null +++ b/switch_model/wecc/pyspsolutionwritertemplate.py @@ -0,0 +1,114 @@ +# ___________________________________________________________________________ +# +# Pyomo: Python Optimization Modeling Objects +# Copyright 2017 National Technology and Engineering Solutions of Sandia, LLC +# Under the terms of Contract DE-NA0003525 with National Technology and +# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain +# rights in this software. +# This software is distributed under the 3-clause BSD License. +# ___________________________________________________________________________ + +# import pyomo.util.plugin +from pyomo.pysp import solutionwriter +from pyomo.pysp.scenariotree.tree_structure import ScenarioTree + +import switch_model.utilities +import os + +# +# a simple utility to munge the index name into something a +# bit more csv-friendly and in general more readable. at the +# current time, we just eliminate any leading and trailing +# parentheses and change commas to colons - the latter +# because it's a csv file! +# + + +def index_to_string(index): + + result = str(index) + result = result.lstrip("(").rstrip(")") + result = result.replace(",", ":") + result = result.replace(" ", "") + + return result + + +def write_csv_soln(scenario_tree, output_file_prefix): + """ + Write the csv solution to a file. + Args: scenario_tree: a scenario tree object populated with a solution. + output_file_prefix: a string to indicate the file names for output. + output_file_prefix + ".csv" + output_file_prefix + "_StageCostDetail.csv" + """ + + # import ipdb; ipdb.set_trace() + # josiah's sample code Find the actual syntax/API hooks to use in these next lines + # for scenario in scenario_tree.scenarios: + # scenario_instance = scenario_tree.load_one_scenario(scenario) + # for scenario_instance in scenario_tree._scenarios: + # switch_model.utilities.post_solve(scenario_instance, outputs_dir=os.path.join('outputs', scenario.name)) + # end of josiah's sample code + + if isinstance(scenario_tree, ScenarioTree): + print("Yay.") + for scenario_instance in scenario_tree._scenarios: + switch_model.utilities.post_solve( + scenario_instance._instance, + outputs_dir=os.path.join("outputs", scenario_instance.name), + ) + if not isinstance(scenario_tree, ScenarioTree): + raise RuntimeError( + "SwitchSolutionWriter write method expects " + "ScenarioTree object - type of supplied " + "object=" + str(type(scenario_tree)) + ) + + solution_filename = output_file_prefix + ".switch.csv" + with open(solution_filename, "w") as f: + for stage in scenario_tree.stages: + for tree_node in sorted(stage.nodes, key=lambda x: x.name): + for variable_id in sorted(tree_node._variable_ids): + var_name, index = tree_node._variable_ids[variable_id] + f.write( + "%s, %s, %s, %s, %s\n" + % ( + stage.name, + tree_node.name, + var_name, + index_to_string(index), + tree_node._solution[variable_id], + ) + ) + + print("Scenario tree solution written to file=" + solution_filename) + + cost_filename = output_file_prefix + "_StageCostDetail.csv" + with open(cost_filename, "w") as f: + for stage in scenario_tree.stages: + cost_name, cost_index = stage._cost_variable + for tree_node in sorted(stage.nodes, key=lambda x: x.name): + for scenario in sorted(tree_node.scenarios, key=lambda x: x.name): + stage_cost = scenario._stage_costs[stage.name] + f.write( + "%s, %s, %s, %s, %s, %s\n" + % ( + stage.name, + tree_node.name, + scenario.name, + cost_name, + index_to_string(cost_index), + stage_cost, + ) + ) + print("Scenario stage costs written to file=" + cost_filename) + + +# class SwitchSolutionWriter(pyomo.util.plugin.SingletonPlugin): +# +# pyomo.util.plugin.implements( +# solutionwriter.ISolutionWriterExtension) +# +# def write(self, scenario_tree, output_file_prefix): +# write_csv_soln(scenario_tree, output_file_prefix) diff --git a/switch_model/wecc/results.R b/switch_model/wecc/results.R new file mode 100644 index 000000000..61f7eb8ee --- /dev/null +++ b/switch_model/wecc/results.R @@ -0,0 +1,34 @@ +rm(list = ls()) + +# change for your run's directory: +setwd("/Users/pehidalg/Documents/20170607_CEC2050_v0_a1/10_17_validation_id20_STORAGE_rps_biomass/outputs") +library("ggplot2") + +dispatch <- read.csv("./dispatch.txt",stringsAsFactors=F, header = T , fill = TRUE, sep = "\t", quote = "\"", dec = ".") +dispatch$DispatchGen_in_yr <- dispatch$DispatchGen * dispatch$tp_weight_in_year + +dispatch_period_gen_tech <- aggregate(dispatch$DispatchGen_in_yr, by=list(dispatch$gen_tech, dispatch$tp_period), FUN=sum) + +dispatch_period_energy_source <- aggregate(dispatch$DispatchGen_in_yr, by=list(dispatch$gen_energy_source, dispatch$tp_period), FUN=sum) +names(dispatch_period_energy_source)[1]<-'gen_energy_source' +names(dispatch_period_energy_source)[2]<-'period' +names(dispatch_period_energy_source)[3]<-'Gen_MWh_yr' + +tot_MWh_per_period <- aggregate(dispatch_period_energy_source$Gen_MWh_yr, + by = list(dispatch_period_energy_source$period), + FUN=sum, na.rm=TRUE) +names(tot_MWh_per_period)[1] <- 'period' +names(tot_MWh_per_period)[2] <- 'MWh' + +dispatch_energy_source_2020 <- subset(dispatch_period_energy_source, dispatch_period_energy_source$period==2020) +dispatch_energy_source_2030 <- subset(dispatch_period_energy_source, dispatch_period_energy_source$period==2030) +dispatch_energy_source_2040 <- subset(dispatch_period_energy_source, dispatch_period_energy_source$period==2040) +dispatch_energy_source_2050 <- subset(dispatch_period_energy_source, dispatch_period_energy_source$period==2050) + +# adding percentages column to then plot +dispatch_energy_source_2020$percentage <- dispatch_energy_source_2020$Gen_MWh_yr / subset(tot_MWh_per_period$MWh, tot_MWh_per_period$period == 2020)*100 +dispatch_energy_source_2030$percentage <- dispatch_energy_source_2030$Gen_MWh_yr / subset(tot_MWh_per_period$MWh, tot_MWh_per_period$period == 2030)*100 +dispatch_energy_source_2040$percentage <- dispatch_energy_source_2040$Gen_MWh_yr / subset(tot_MWh_per_period$MWh, tot_MWh_per_period$period == 2040)*100 +dispatch_energy_source_2050$percentage <- dispatch_energy_source_2050$Gen_MWh_yr / subset(tot_MWh_per_period$MWh, tot_MWh_per_period$period == 2050)*100 + + diff --git a/switch_model/wecc/sampling/__init__.py b/switch_model/wecc/sampling/__init__.py new file mode 100644 index 000000000..401da57f8 --- /dev/null +++ b/switch_model/wecc/sampling/__init__.py @@ -0,0 +1 @@ +from .cli import main diff --git a/switch_model/wecc/sampling/__main__.py b/switch_model/wecc/sampling/__main__.py new file mode 100644 index 000000000..401da57f8 --- /dev/null +++ b/switch_model/wecc/sampling/__main__.py @@ -0,0 +1 @@ +from .cli import main diff --git a/switch_model/wecc/sampling/cli.py b/switch_model/wecc/sampling/cli.py new file mode 100644 index 000000000..fd1376047 --- /dev/null +++ b/switch_model/wecc/sampling/cli.py @@ -0,0 +1,204 @@ +""" Command-line interphase for SWITCH-WECC Database + +This is script handles the inputs for the sampling scripts. +""" + +# Standard packages +import argparse +import sys + +# Third-party packages +import yaml + +# Local imports +from switch_model.utilities import query_yes_no +from switch_model.wecc.utilities import connect +from .utils import insert_to_db, timeit +from .sampler_peak_median import peak_median +from .sampler_year_round import sample_year_round + +# The schema is general for the script +SCHEMA = "switch" + +sampling_methods = {"peak_median": peak_median, "year_round": sample_year_round} + + +def get_period_values(study_id, start_year, end_year, period_length): + values = [] + for period_id, period_start in enumerate( + range(start_year, end_year, period_length) + ): + period_end = period_start + period_length - 1 + values.append( + ( + study_id, + period_id + 1, # Period ID, start at 1 + period_start, + int( + round((period_start + period_end) / 2) + ), # Period label is middle point round to nearest integer + period_length, + period_end, + ) + ) + return values + + +def main(): + # Start CLI + parser = argparse.ArgumentParser() + + # Optional arguments + parser.add_argument( + "--config_file", + default="sampling.yaml", + type=str, + help="Configuration file to use.", + ) + + # General commands + parser.add_argument("-v", "--verbose", default=False, action="store_true") + parser.add_argument("--overwrite", default=False, action="store_true") + + args = parser.parse_args() + + # Start db connection + db_conn = connect() + + # Exit if you are not sure if you want to overwrite + if args.overwrite: + if not query_yes_no( + "You are about to overwrite some data from the Database! Confirm?" + ): + sys.exit() + + # Load the config file + with open(args.config_file) as f: + data = yaml.load(f, Loader=yaml.FullLoader) + + # Read all the values from the config file. We do this first to ensure they're all there before + # running queries + + # TODO: We are doing this for the moment. We can make a more intelligent or elegant + # pass to each of the function with a more standarized name schema. + + # study_timeframe configuration + study_timeframe_config = data["study_timeframe"] + study_id = study_timeframe_config.get("id") + study_name = study_timeframe_config.get("name") + study_description = study_timeframe_config.get("description") + + # period configuration + periods_config = data["periods"] + start_year = periods_config.get("start_year") + end_year = periods_config.get("end_year") + period_length = periods_config.get("length") + + # time_sample configuration + sampling_config = data["sampling"] + time_sample_id = sampling_config.get("id") + name = sampling_config.get("name") + method = sampling_config.get("method") + description = sampling_config.get("description") + method_config = sampling_config[method] + + # arguments to pass to queries + kwargs = { + "overwrite": args.overwrite, + "verbose": args.verbose, + "db_conn": db_conn, + "schema": SCHEMA, + } + + # NOTE: This is a safety measure. Maybe unnecesary? + if not query_yes_no(f"Do you want to run the sampling with {args.config_file}?"): + sys.exit() + + print("\nStarting Sampling Script\n") + + # Create a row for the study timeframe in table study_timeframe + insert_to_db( + table_name="study_timeframe", + columns=["study_timeframe_id", "name", "description"], + values=[(study_id, study_name, study_description)], + id_column="study_timeframe_id", + id_var=study_id, + **kwargs, + ) + + # Get rows for the periods + period_values = get_period_values(study_id, start_year, end_year, period_length) + + # Insert rows for the periods into the period table + insert_to_db( + table_name="period", + columns=[ + "study_timeframe_id", + "period_id", + "start_year", + "label", + "length_yrs", + "end_year", + ], + values=period_values, + id_column="study_timeframe_id", + id_var=study_id, + **kwargs, + ) + + # Insert new scenario in time_sample table + insert_to_db( + table_name="time_sample", + columns=[ + "time_sample_id", + "study_timeframe_id", + "name", + "method", + "description", + ], + values=[(time_sample_id, study_id, name, method, description)], + id_column="time_sample_id", + id_var=time_sample_id, + **kwargs, + ) + + # Get the sampler for the given method + sampler = sampling_methods[method] + # Get the sampled timeseries and sampled_tps rows + timeseries, sampled_tps = sampler( + method_config=method_config, + period_values=period_values, + **kwargs, + ) + + # Add the time_sample_id and study_timeframe_id columns + timeseries["study_timeframe_id"] = study_id + timeseries["time_sample_id"] = time_sample_id + sampled_tps["study_timeframe_id"] = study_id + sampled_tps["time_sample_id"] = time_sample_id + + # Insert the sampled_timeseries into the database + insert_to_db( + table_name="sampled_timeseries", + columns=timeseries.columns, + values=[tuple(r) for r in timeseries.to_numpy()], + id_column="time_sample_id", + id_var=time_sample_id, + **kwargs, + ) + + # Insert the sampled_timepoints into the database + insert_to_db( + table_name="sampled_timepoint", + columns=sampled_tps.columns, + values=[tuple(r) for r in sampled_tps.to_numpy()], + id_column="time_sample_id", + id_var=time_sample_id, + **kwargs, + ) + + print("+ Done.") + + +if __name__ == "__main__": + main() diff --git a/switch_model/wecc/sampling/sampler_peak_median.py b/switch_model/wecc/sampling/sampler_peak_median.py new file mode 100644 index 000000000..d2dc7e4a8 --- /dev/null +++ b/switch_model/wecc/sampling/sampler_peak_median.py @@ -0,0 +1,230 @@ +import numpy as np +import pandas as pd +from typing import List + +from .utils import ( + get_median_days, + get_peak_days, + logger, + get_next_prv_day, + get_load_data, +) + + +def sample_timepoints( + load_data, + dates, + peak, + period_id, + number_tps: int = 6, +): + """ + Returns a dataframe of timepoints for the given dates + """ + if number_tps != 6: + raise NotImplementedError(f"{number_tps} tps is not yet implemented") + columns_to_return = [ + "date", + "raw_timepoint_id", + "period_id", + "timestamp_utc", + "id", + "day_no", + ] + df = load_data.set_index("timestamp_utc").copy() + delta_t = int(24 / number_tps) + + sampled_timepoints_list = [] + for num, date in enumerate(dates): + if peak: + subset = df.loc[date].copy() + # FIXME: Maybe we want to only pass the data with the demand series instead of + # having all the other columns + # Find timepoint with peak load + subset_peak = subset["demand_mw"].idxmax() + # Get a range of timepoints around the peak + start_timepoint = subset_peak - pd.Timedelta( + value=delta_t * 2, unit="hours" + ) + end_timepoint = subset_peak + pd.Timedelta( + value=(delta_t * 2 + delta_t), unit="hours" + ) + # Return the timepoints in that range + tps = subset[start_timepoint:end_timepoint:delta_t] + else: + # Get all the timepoints in that day + subset = df.loc[date].copy() + tps = subset[::delta_t] # raise KeyError("Odd number of timepoints") + # # raise NotImplementedError("Blame the developer!") + tps = tps.copy() + # # TODO: Add a more robust sampling strategy that is able to check + # # if the sampling is on the day before and check if the max is in the sampling + # tps = data_filter.iloc[date_loc::delta_t] + # if len(tps) != number_tps: + # # FIXME: There is problem if the day is at the end I need to fix this + # tps = data_filter.iloc[0::delta_t] + id_label = "P" if peak else "M" + tps.loc[:, "id"] = id_label + tps.loc[:, "day_no"] = f"{num}_{id_label}" + sampled_timepoints_list.append(tps) + data = pd.concat(sampled_timepoints_list) + data.loc[:, "period_id"] = period_id + data = data.reset_index()[columns_to_return] + return data + + +def _get_timeseries( + data: pd.DataFrame, + number_tps: int = 6, + *args, + **kwargs, +): + df = data.copy() + # TODO: Add a new argument to identify groups of days. + df.loc[:, "date"] = df.timestamp_utc.dt.date + # df.loc[:, "date"] = df.timestamp_utc.dt.strftime("%Y-%m").values + df.loc[:, "days_in_month"] = df.timestamp_utc.dt.days_in_month + df["year"] = df.timestamp_utc.dt.year + df["leap_year"] = df["year"] % 4 + df["days_in_year"] = np.where(df["leap_year"] == 0, 366, 365) + # Get first timepoint for each date + df["first_timepoint_utc"] = df.groupby(["period_id", "day_no"])[ + "timestamp_utc" + ].transform("first") + # Get last timepoint for each date FIXME: This might not work if peak is found in the transition between two dates. + df["last_timepoint_utc"] = df.groupby(["period_id", "day_no"])[ + "timestamp_utc" + ].transform("last") + + identifier = df["id"] + df.loc[:, "name"] = df.timestamp_utc.dt.strftime(f"%Y-%m-%d") + "_" + identifier + df.loc[:, "num_timepoints"] = number_tps + df.loc[:, "hours_per_tp"] = int(24 / number_tps) + # df.loc[:, "period_id"] = period_id + df = _scaling(df, *args, **kwargs) + df = df.sort_values("date").reset_index(drop=True) + df.index = df.index.rename("sampled_timeseries_id") + + # Get only duplicate + df = df.drop_duplicates(subset=["period_id", "day_no"]) + return df.reset_index() + + +def _scaling(data, scale_to_period=10, days_in_month=31, scaling_dict=None): + + df = data.copy() + + # FIXME: Add a function that handle better any days with different weights + df.loc[df["id"] == "P", "no_days"] = 2 + df.loc[df["id"] == "M", "no_days"] = df.loc[df["id"] == "M", "days_in_month"] - 2 + + df["scaling_to_period"] = ( + scale_to_period + * df["days_in_year"] + * df["no_days"] # df["no_days"] + / (12 * df["days_in_month"]) # (df["hours_per_tp"] * df["num_timepoints"]) + ) + return df + + +def method4( + demand_scenario_id, + study_id, + time_sample_id, + number_tps, + period_values, + db_conn=None, + **kwargs, +): + ... + + +def peak_median( + period_values, + method_config, + db_conn=None, + **kwargs, +): + number_tps = method_config.get("number_tps") + demand_scenario_id = method_config.get("demand_scenario_id") + + # Get load data + df = get_load_data(demand_scenario_id, db_conn=db_conn, **kwargs) + + # Get total load across the WECC during each timepoint + df = df.groupby(["timestamp_utc", "date", "raw_timepoint_id"], as_index=False)[ + "demand_mw" + ].sum() + + sampled_tps = [] + # For each period + for row in period_values: + (study_id, period_id, _start_year, label, scale_to_period, _end_year) = row + if label > 2051: + raise SystemExit(f"Year {label} does not exist on the DB") + # Get load for that year + df_tmp = df[df.timestamp_utc.dt.year == label].reset_index(drop=True) + # Get days with median load + median_days: List[str] = get_median_days(df_tmp) + if "2040-01-18" in median_days: + idx = median_days.index("2040-01-18") + median_days[idx] = "2040-01-16" + # Get days of peak load + peak_days: List[str] = get_peak_days(df_tmp) + assert len(peak_days) == 12 + assert len(median_days) == 12 + # Add the peak day timepoints + sampled_tps.append( + sample_timepoints( + df_tmp, + peak_days, + number_tps=number_tps, + period_id=period_id, + peak=True, + ) + ) + # Add the median day timepoints + sampled_tps.append( + sample_timepoints(df_tmp, median_days, period_id=period_id, peak=False) + ) + + # Merge our dataframes together and sort by time + sampled_tps = pd.concat(sampled_tps).sort_values("timestamp_utc") + + # FIXME: For some reasone I grab a duplicated raw_timepoint_id. However, I do not know + # where it came from. This is a quick fix + # sampled_tps = sampled_tps.drop_duplicates(subset=["raw_timepoint_id"]) + # Get the timeseries for the given timepoints + timeseries = _get_timeseries( + sampled_tps, + scale_to_period=scale_to_period, + ) + # Filter out the id column + sampled_to_db = sampled_tps.loc[:, ~sampled_tps.columns.isin(["id"])] + columns = [ + "raw_timepoint_id", + "sampled_timeseries_id", + "period_id", + "timestamp_utc", + ] + columns_ts = [ + "sampled_timeseries_id", + "period_id", + "name", + "hours_per_tp", + "num_timepoints", + "first_timepoint_utc", + "last_timepoint_utc", + "scaling_to_period", + ] + sampled_tps_tms = pd.merge( + sampled_to_db, + timeseries[["sampled_timeseries_id", "period_id", "day_no"]], + how="right", + on=["period_id", "day_no"], + ) + + # FIXME: Overlaping timepoints cause troubles on the DB + breakpoint() + + return timeseries[columns_ts], sampled_tps_tms[columns] diff --git a/switch_model/wecc/sampling/sampler_year_round.py b/switch_model/wecc/sampling/sampler_year_round.py new file mode 100644 index 000000000..55626b823 --- /dev/null +++ b/switch_model/wecc/sampling/sampler_year_round.py @@ -0,0 +1,93 @@ +import pandas as pd + +from .utils import read_from_db + +# TODO: The created data is in UTC which means in PST our timeseries starts at +# 4pm and ends at 12pm on the 31st. We probably want first_hour to default to 8am with +# skip_day_one = False. We also probably want to rename first_hour to first_hour_utc. +# Finally we likely want to add a parameter called last_hour_utc and set it to 8am by default. +def sample_year_round(method_config, period_values, db_conn=None, **kwargs): + hours_per_tp = method_config["hours_per_tp"] + first_hour = method_config["first_hour"] + skip_day_one = method_config["skip_day_one"] + # Note later in the code we skip Feb 29th for consistency across periods. + # We also allow skipping Jan. 1st since we don't have all the capacity factors for that year. + # As such there's either 364 or 365 days + days_per_year = 364 if skip_day_one else 365 + first_day = 2 if skip_day_one else 1 + last_hour = first_hour + 24 - hours_per_tp + tp_per_year = 24 * days_per_year / hours_per_tp + time_delta = pd.Timedelta(hours_per_tp, unit="hours") + + timeseries = [] + timepoints = [] + + for i, period in enumerate(period_values): + # Extract important values from the period values + (_, period_id, _, label, length_yrs, _) = period + + # Create a timeseries row + sampled_timeseries_id = ( + i + 1 + ) # sampled_timeseries_id start ids at 1 for consistency with db + first_timepoint_utc = pd.Timestamp( + year=label, month=1, day=first_day, hour=first_hour + ) + last_timepoint_utc = pd.Timestamp(year=label, month=12, day=31, hour=last_hour) + timeseries.append( + ( + sampled_timeseries_id, + period_id, + f"{label}-year-round", # ts_name + hours_per_tp, + tp_per_year, + first_timepoint_utc, + last_timepoint_utc, + # scaling_to_period factor is number of timeseries in a period + # that is equal to the number of days in a period / number of days in a timeseries + # On average there are 365.25 days per year + (length_yrs * 365.25) / days_per_year, + ) + ) + + # Create the timepoints row + timepoint_timestamp = first_timepoint_utc + while timepoint_timestamp <= last_timepoint_utc: + # We skip Feb. 29th to ensure that all our periods have the same number of days. + # This guarantees consistency across periods so that comparisons are accurate. + if not (timepoint_timestamp.month == 2 and timepoint_timestamp.day == 29): + timepoints.append( + (sampled_timeseries_id, period_id, timepoint_timestamp) + ) + timepoint_timestamp += time_delta + + timeseries = pd.DataFrame( + timeseries, + columns=[ + "sampled_timeseries_id", + "period_id", + "name", + "hours_per_tp", + "num_timepoints", + "first_timepoint_utc", + "last_timepoint_utc", + "scaling_to_period", + ], + ) + + timepoints = pd.DataFrame( + timepoints, columns=["sampled_timeseries_id", "period_id", "timestamp_utc"] + ) + + raw_timepoints = read_from_db( + table_name="raw_timepoint", + db_conn=db_conn, + columns=["raw_timepoint_id", "timestamp_utc"], + **kwargs, + ) + + timepoints = timepoints.merge( + raw_timepoints, how="left", on="timestamp_utc", validate="one_to_one" + ) + + return timeseries, timepoints diff --git a/switch_model/wecc/sampling/utils.py b/switch_model/wecc/sampling/utils.py new file mode 100644 index 000000000..d5dfe7380 --- /dev/null +++ b/switch_model/wecc/sampling/utils.py @@ -0,0 +1,201 @@ +import time +import numpy as np +from loguru import logger +import psycopg2.extras as extras +import os +import pandas as pd +import functools + +logger.remove(0) +logger.add("sampling.log", level="DEBUG", enqueue=True, mode="w") + + +def timeit(f_py=None, to_log=None): + assert callable(f_py) or f_py is None + + def _decorator(func): + @functools.wraps(func) + def wrapper(*args, **kwargs): + start = time.time() + result = func(*args, **kwargs) + end = time.time() + if to_log: + logger.debug( + "Function '{}' executed in {:f} s", func.__name__, end - start + ) + else: + print(f"| Finished in {end-start:.2f}s.") + return result + + return wrapper + + return _decorator(f_py) if callable(f_py) else _decorator + + +@timeit(to_log=True) +def get_load_data( + demand_scenario_id: int, + force_download=False, + **kwargs, +): + """Query the load data from the database""" + fname = f"load_data-{demand_scenario_id}.csv" + + if not os.path.exists(fname) or force_download: + df = read_from_db( + table_name="demand_timeseries", + where_clause=f"demand_scenario_id = '{demand_scenario_id}'", + **kwargs, + ) + df = df.sort_values(["load_zone_id", "raw_timepoint_id"]) + df["date"] = df["timestamp_utc"].dt.strftime("%Y-%m-%d").values + df.to_csv(fname, index=False) + else: + df = pd.read_csv(fname, parse_dates=["timestamp_utc"]) + return df + + +def insert_to_db( + table_name: str, + columns: list, + values, + db_conn, + schema, + id_column=None, + id_var=None, + overwrite=False, + verbose=None, + **kwargs, +): + # Safety check if no DB connection is passed + if not db_conn: + raise SystemExit( + "No connection to DB provided. Check if you passed it correctly" + ) + # Convert columns to a single string to pass it into the query + columns = ",".join(columns) + + # Default queries. + # NOTE: We can add new queries on this section + search_query = f""" + select {id_column} from {schema}.{table_name} where {id_column} = {id_var}; + """ + default_query = f""" + insert into {schema}.{table_name}({columns}) values %s; + """ + clear_query = f""" + delete from {schema}.{table_name} where {id_column} = {id_var}; + """ + + print(f"+ {table_name}: ") + + # Start transaction with DB + with db_conn: + with db_conn.cursor() as curs: + + # Check if ID is in database + curs.execute(search_query) + data = curs.fetchall() + + if data and overwrite: + if verbose: + print(data) + print(values) + print("| Data exists. Overwritting data") + curs.execute(clear_query) + extras.execute_values(curs, default_query, values) + elif not data: + print("| Inserting new data to DB.") + if verbose: + print(values) + extras.execute_values(curs, default_query, values) + else: + raise SystemExit( + f"\nValue {id_var} for {id_column} already exists on table {table_name}. Use another one." + ) + ... + + +def read_from_db( + table_name: str, + db_conn, + schema, + where_clause: str = None, + columns: list = None, + verbose=False, + **kwargs, +): + if not db_conn: + raise SystemExit( + "No connection to DB provided. Check if you passed it correctly" + ) + + print(f" | Reading from {table_name}") + + columns = "*" if columns is None else ",".join(columns) + query = f""" + SELECT {columns} + FROM {schema}.{table_name} + """ + if where_clause is not None: + query += f" WHERE {where_clause}" + query += ";" + + if verbose: + print(query) + + return pd.read_sql_query(query, db_conn) + + +def get_peak_days(data, freq: str = "MS", verbose: bool = False): + df = data.copy() + + # Get timestamp of monthly peak + df = df.set_index("timestamp_utc") + peak_idx = df.groupby(pd.Grouper(freq="MS")).idxmax()["demand_mw"] + + # Get date of peak timestamp + datetime_idx = pd.to_datetime(peak_idx.values).strftime("%Y-%m-%d").values + + # Get all days where monthly peak demand is observed + # peak_days = df.loc[df.date.isin(datetime_idx)] + + # Return dataframe with peak days with hourly resolution + return datetime_idx + + +def get_median_days(data, number=6, freq="MS", identifier="M"): + """Calculate median day giving a timeseries + + Args: + data (pd.DataFrame): data to filter, + number (float): number of days to return. + + Note(s): + * Month start is to avoid getting more timepoints in a even division + """ + df = data.copy() + df = df.set_index("timestamp_utc") + years = [] + # Loop through every group of year and freq (normally month start) + for _, group in df.groupby([pd.Grouper(freq="A"), pd.Grouper(freq=freq)]): + # Calculate the daily mean + grouper = group.groupby(pd.Grouper(freq="D")).mean()["demand_mw"] + if len(grouper) & 1: + # if Odd number of days find middle element and get index + index_median = grouper.loc[grouper == grouper.median()].index[0] + else: + # Even number of days + index_median = (np.abs(grouper - grouper.median())).idxmin() + # years.append(group.loc[index_median.strftime("%Y-%m-%d")].reset_index()) + years.append(index_median.strftime("%Y-%m-%d")) + # output_data = pd.concat(years, sort=True) + return years + + +def get_next_prv_day(date): + if not isinstance(date, pd.Timestamp): + date = pd.to_datetime(date) + prev_day = date + pd.Timedelta(value=-1, unit="day") + next_day = date + pd.Timedelta(value=1, unit="day") + return prev_day, next_day diff --git a/switch_model/wecc/save_scenario.py b/switch_model/wecc/save_scenario.py new file mode 100644 index 000000000..30ef7788c --- /dev/null +++ b/switch_model/wecc/save_scenario.py @@ -0,0 +1,81 @@ +import argparse +import sys + +import yaml + +from switch_model.utilities import query_yes_no +from switch_model.wecc.get_inputs.scenario import load_scenario_from_config +from switch_model.wecc.utilities import connect, load_config + + +def main(): + # Start CLI + parser = argparse.ArgumentParser( + description="Creates a new scenario in the database by using the values in" + " config.yaml. Therefore the new scenario will have the same values" + " as the base scenario but you can override specific columns by " + " specifying them in config.yaml." + ) + parser.add_argument( + "scenario_id", type=int, help="The id of the new scenario to add to db." + ) + parser.add_argument( + "--name", required=True, help="The name of the new scenario to add in db." + ) + parser.add_argument( + "--description", + required=True, + help="The new scenario description to add in db.", + ) + parser.add_argument( + "--db-env-var", default="DB_URL", help="The connection environment variable." + ) + + # Optional arguments + parser.add_argument( + "--config_file", + default="config.yaml", + type=str, + help="Configuration file to use.", + ) + + args = parser.parse_args() + + # Start db connection + db_conn = connect(connection_env_var=args.db_env_var) + db_cursor = db_conn.cursor() + + # # Exit if you are not sure if you want to overwrite + # if args.overwrite: + + config = load_config() + scenario_params = load_scenario_from_config(config, db_cursor) + + # Override the given parameters + scenario_params.name = args.name + scenario_params.description = args.description + scenario_params.scenario_id = args.scenario_id + + ordered_params = list( + filter(lambda v: v[1] is not None, scenario_params.__dict__.items()) + ) + columns = ",".join(v[0] for v in ordered_params) + values = ",".join( + f"'{v[1]}'" if type(v[1]) == str else str(v[1]) for v in ordered_params + ) + + query = f"""INSERT INTO scenario({columns}) VALUES ({values});""" + + print(f"\n{query}\n") + + if not query_yes_no( + f"Are you sure you want to run the above query.?", default="no" + ): + sys.exit() + + db_cursor.execute(query) + db_conn.commit() + db_cursor.close() + db_conn.close() + + print(f"Ran query.") diff --git a/switch_model/wecc/stochastic_PySP/Create_Tree.py b/switch_model/wecc/stochastic_PySP/Create_Tree.py new file mode 100755 index 000000000..eb967bcec --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/Create_Tree.py @@ -0,0 +1,54 @@ +#!/usr/bin/env python +# Copyright 2017 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. +# Renewable and Appropriate Energy Laboratory, UC Berkeley. + +""" + +Creates inputs for all scenarios and structure for stochastic SWITCH WECC. + +""" + +import os, argparse, switch_model.get_inputs, subprocess +#from distutils.core import setup + +parser.add_argument( + '-path0', type=str, default='inputs', metavar='inputsdir', + help='Directory where the inputs from the root will be built') +parser.add_argument( + '-path1', type=str, default='inputs1', metavar='inputsdir', + help='Directory where the inputs from scenario 1 will be built') +parser.add_argument( + '-path2', type=str, default='inputs2', metavar='inputsdir', + help='Directory where the inputs from scenario 2 will be built') +parser.add_argument( + '-path3', type=str, default='inputs3', metavar='inputsdir', + help='Directory where the inputs from scenario 3 will be built') +parser.add_argument( + '-s0', type=int, required=True, metavar='scenario_id1', + help='Scenario ID for root of the simulation') +parser.add_argument( + '-s1', type=int, required=True, metavar='scenario_id1', + help='Scenario 1 ID for the simulation') +parser.add_argument( + '-s2', type=int, required=True, metavar='scenario_id2', + help='Scenario 2 ID for the simulation') +parser.add_argument( + '-s3', type=int, required=True, metavar='scenario_id3', + help='Scenario 3 ID for the simulation') + +args = parser.parse_args() + +# getting inputs for scenarios: +switch_model.get_inputs -s arg.s0 -i arg.path0 +switch_model.get_inputs -s arg.s1 -i arg.path1 +switch_model.get_inputs -s arg.s2 -i arg.path2 +switch_model.get_inputs -s arg.s3 -i arg.path3 + +subprocess.call("PySPInputGenerator.py", shell=True) + + + + + + diff --git a/switch_model/wecc/stochastic_PySP/PySPInputGenerator.py b/switch_model/wecc/stochastic_PySP/PySPInputGenerator.py new file mode 100644 index 000000000..d5df658b4 --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/PySPInputGenerator.py @@ -0,0 +1,216 @@ +# Copyright 2016 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. + +""" + +Generate .dat files required by the PySP pyomo module, either for use with the +runef or runph commands. This script serves only as a specific example in +order to learn how the runef and runph commands work and does not pretend to +be able to generate any scenario structure in a most flexible way. More +versatility will be coded in the future. + +This generator considers a two stage optimization problem, where all scenarios +have the same probability of ocurring. The ScenarioBasedData PySP parameter is +set to false in order to specify input data per node instead of per scenario. +This has the advantage of reducing the amount of data that has to be generated +and fed to the model, since usually only some parameters are subject to +stochasticity and the rest are scenario-independent. + +The script requires a complete set of deterministic inputs in order to +generate the root node data. This set should be contained in an inputs_dir. +The generated files will be stored in a subdirectory located inside the +inputs_dir. + +Created files: + +RootNode.dat + This file specifies all parameters on the root node of the scenario tree. + Whichever parameter is subject to stochasticity will have to be included + in the second stage nodes' .dat files. The benefit of the nodal approach + is that only parameters that are scenario dependent must be specified + again in the other nodes' .dat files. I.e., if only fuel costs vary from + node to node, then only the fuel_cost parameter must be specified in the + .dat files. If a non-root node has an empty .dat file, then PySP will + asume that such node has the same parameter values as its parent node. + +ScenarioStructure.dat + This file specifies the structure of the scenario tree. Refer to the PySP + documentation for detailed definitions on each of the parameters. In this + two stage example leaf nodes are named after the scenarios they belong to. + The Expressions or Variables that define the stage costs are named after + the stage they belong to. These names must match the actual names of the + Expressions and Variables in the Reference Model. + +Leaf node files are not created by this script. Example .dat files are +provided instead, but can be modified at will in order to experiment +with different uncertainties. In case their names are changed, the +scenario_list should be modified to reflect those changes. + +""" +# Inputs directory relative to the location of this script. +inputs_dir = "inputs" +inputs_dir1 = "inputs1" +inputs_dir2 = "inputs2" +inputs_dir3 = "inputs3" +# ScenarioStructure.dat and RootNode.dat will be saved to a +# subdirectory in the inputs folder. +pysp_subdir = "pysp_inputs" + +# Stage names. Can be any string and must be specified in order. +stage_list = ["Investment", "Operation"] +stage_vars = { + "Investment": ["BuildGen", "BuildTx"], # Paty: deleted "BuildLocalTD" + "Operation": ["DispatchGen", "GenFuelUseRate"] +} +# List of scenario names +scenario_list = [ + "Hydro1", "Hydro2", "Hydro3"] + +########################################################### + +import switch_model.utilities as utilities +import switch_model.solve +import sys, os +from pyomo.environ import * + +print "creating model for scenario input generation..." + +module_list = utilities.get_module_list(args=None) +model = utilities.create_model(module_list) + +print "model successfully created..." + +print "loading base inputs into model..." +instance = model.load_inputs(inputs_dir=inputs_dir) +print "inputs successfully loaded..." + +print "loading inputs from scenario 1 into model..." +instance1 = model.load_inputs(inputs_dir=inputs_dir1) +print "inputs successfully loaded..." + +print "loading inputs from scenario 2 into model..." +instance2 = model.load_inputs(inputs_dir=inputs_dir2) +print "inputs successfully loaded..." + +print "loading inputs from scenario 3 into model..." +instance3 = model.load_inputs(inputs_dir=inputs_dir3) +print "inputs successfully loaded..." + +def save_dat_files(): + + if not os.path.exists(os.path.join(inputs_dir, pysp_subdir)): + os.makedirs(os.path.join(inputs_dir, pysp_subdir)) + + ############## + # RootNode.dat + + dat_file = os.path.join(inputs_dir, pysp_subdir, "RootNode.dat") + print "creating and saving base {}...".format(dat_file) + utilities.save_inputs_as_dat(model, instance, save_path=dat_file, + sorted_output=model.options.sorted_output) + + ############## + # Hydro1.dat + + dat_file = os.path.join(inputs_dir, pysp_subdir, "Hydro1.dat") + print "creating and saving scenario 1 {}...".format(dat_file) + utilities.save_inputs_as_dat(model, instance1, save_path=dat_file, + sorted_output=model.options.sorted_output) + + ############## + # Hydro2.dat + + dat_file = os.path.join(inputs_dir, pysp_subdir, "Hydro2.dat") + print "creating and saving scenario 2 {}...".format(dat_file) + utilities.save_inputs_as_dat(model, instance2, save_path=dat_file, + sorted_output=model.options.sorted_output) + + ############## + # Hydro3.dat + + dat_file = os.path.join(inputs_dir, pysp_subdir, "Hydro3.dat") + print "creating and saving scenario 3 {}...".format(dat_file) + utilities.save_inputs_as_dat(model, instance3, save_path=dat_file, + sorted_output=model.options.sorted_output) + + ####################### + # ScenarioStructure.dat + + scen_file = os.path.join(inputs_dir, pysp_subdir, "ScenarioStructure.dat") + print "creating and saving {}...".format(scen_file) + + with open(scen_file, "w") as f: + # Data will be defined in a Node basis to avoid redundancies + f.write("param ScenarioBasedData := True ;\n\n") + + f.write("set Stages :=") + for st in stage_list: + f.write(" {}".format(st)) + f.write(";\n\n") + + f.write("set Nodes := RootNode ") + for s in scenario_list: + f.write("\n {}".format(s)) + f.write(";\n\n") + + f.write("param NodeStage := RootNode {}\n".format(stage_list[0])) + for s in scenario_list: + f.write(" {scen} {st}\n".format(scen=s,st=stage_list[1])) + f.write(";\n\n") + + f.write("set Children[RootNode] := ") + for s in scenario_list: + f.write("\n {}".format(s)) + f.write(";\n\n") + + f.write("param ConditionalProbability := RootNode 1.0") + # All scenarios have the same probability in this example + probs = [1.0/len(scenario_list)] * (len(scenario_list) - 1) + # The remaining probability is lumped in the last scenario to avoid rounding issues + probs.append(1.0 - sum(probs)) + for (s, p) in zip(scenario_list, probs): + f.write("\n {s} {p}".format(s=s, p=p)) + f.write(";\n\n") + + f.write("set Scenarios := ") + for s in scenario_list: + f.write("\n Scenario_{}".format(s)) + f.write(";\n\n") + + f.write("param ScenarioLeafNode := ") + for s in scenario_list: + f.write("\n Scenario_{s} {s}".format(s=s, p=p)) + f.write(";\n\n") + + # Write out variable names for pysp.. if a variable has indexes like + # BuildProj[proj, build_year], print it as BuildProj[*,*]. + def write_var_name(f, cname): + if hasattr(instance, cname): + dimen = getattr(instance, cname).index_set().dimen + if dimen == 0: + f.write(" {cn}\n".format(cn=cname)) + else: + indexing = (",".join(["*"]*dimen)) + f.write(" {cn}[{dim}]\n".format(cn=cname, dim=indexing)) + else: + raise ValueError( + "Variable '{}' is not a component of the model. Did you make a typo?". + format(cname)) + + for st in stage_list: + f.write("set StageVariables[{}] := \n".format(st)) + for var in stage_vars[st]: + write_var_name(f, var) + f.write(";\n\n") + + # The InvestmentCost and OperationCost components are defined in ReferenceModel.py + f.write("param StageCost := \n") + f.write(" Investment InvestmentCost\n") + f.write(" Operation OperationCost\n") + f.write(";") + +#################### + +if __name__ == '__main__': + # If the script is executed on the command line, then the .dat files are created. + save_dat_files() diff --git a/switch_model/wecc/stochastic_PySP/README.md b/switch_model/wecc/stochastic_PySP/README.md new file mode 100644 index 000000000..a2f816d8b --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/README.md @@ -0,0 +1,221 @@ +################################ +# Introduction + +This example illustrates the use of the PySP module of Pyomo for formulating +and solving stochastic optimization problems. It is recommended that the user +first consult the available documentation online before jumping into these +examples. + +Watson, J. P., Woodruff, D. & Hart, W. (2012). PySP: modeling and solving +stochastic programs in Python. Mathematical Programming Computation 4(2). +Available at: http://mpc.zib.de/index.php/MPC/article/viewFile/85/39 + +Pyomo Online Documentation: +https://software.sandia.gov/downloads/pub/pyomo/PyomoOnlineDocs.html + +If any concepts on stochastic programming need to be adquired or refreshed, a +good reference is: Birge, J. R. & Louveaux, F. (2011). Introduction to +Stochastic Programming. 2nd Edition. Springer Science+Business Media. + +################################ +# File explanations + +In order for PySP to formulate the stochastic problems some files are required. + +ReferenceModel.py + This script will be loaded as a module by the runef and runph algorithms and + must create a Pyomo model object named "model". In the case of Switch, this + is done importing the Utilities module and using its define_AbstractModel + function. This requires the specification of the inputs directory, since + command line options are not yet supported in this initial version. + In this example, the model object is augmented with expressions that sum the + investment and operations cost, which coincide with annual and timepoint + costs when the fuel_markets module is not loaded. These expressions may be + changed at will, as long as they represent total costs at each stage. Both + runef and runph need to be given either a Var or an Expr object which sums + up costs in each stage. + +PySPInputGenerator.py + This script builds the .dat files required by PySP to formulate the scenario + tree and the stochastic problem. Some problem-specific parameters must be + inputted in this script, such as the names of the stages, variables and + scenarios. A model object will be created and instantiated with a set of + deterministic inputs that must be provided, so that these parameters are + saved on the RootNode.dat file. This nodal approach of specifying data + avoids redundancies so that only parameters that are subject to uncertainty + must be re-defined in branch and leaf nodes. The other generated file is + ScenarioStructure.dat, which specifies the structure of the stochastic + problem. Further documentation on the construction of these files is located + inside this script. Note: branch and leaf node .dat files are not generated + by this file, they must be built by the user. + You may execute this script with the SWITCH command line option + "--sorted-output" (without quotes) to get a sorted .dat file. + +rhosetter.py + When using the progressive hedging algorithm a value for the Rho parameter + -which affects the value of W, a pseudo-dual variable that forces the non- + anticipativity constraints- may be set by default for all variables and + scenarios. But, a script may be indicated so that Rho is set per variable + and per scenario, which (if tuned correctly for the specific problem at + hand) may accelerate and improve convergence. Rhosetter.py uses a cost + proportional strategy such as is described in Watson, J. P., & Woodruff, + D. L. (2011). Progressive hedging innovations for a class of stochastic + mixed-integer resource allocation problems. Computational Management Science. + To achieve this, the objective function expression is parsed to obtain the + cost coefficient of each variable and its Rho is set to that value. + +rhosetter-FS-only.py + For problems bigger than trivial examples, the rho setting process may start + taking significant time. This can be avoided by setting custom rho values only + for variables that are located in the root node or in the branch nodes. Leaf + node variables are not subject to non-anticipativity constraints, so leaving + their rho values as the default will have no effect on the algorithm or the + solution, except reducing rho setting time. This particular rhosetter script + is tailored for a two stage problem. Also, the model must have an expression + that sums the first stage costs. + +################################ +# Running the example + +First, the scenario tree inputs must be built. For this, the PySPInputGenerator.py +script must be executed. This script will build the following input files for the +stochastic simulation: + +ScenarioStructure.dat + This file specifies the node and scenario names and probabilities in the + scenario tree. +RootNode.dat + This file contains every parameter and set specified in .dat format at the + root node. + +To run this script, the following command must be executed. Inside the script a +default relative inputs directory is specified, with a default value of "inputs". +In this directory, a complete set of .tab files specifying all parameters and sets +from the deterministic version of the model must be found. This path may be manually +changed to fit the user's directory structure. + + >>>python PySPInputGenerator.py + +After this, nodal .dat files may be constructed specifying uncertain parameter +values. In this example, a simple scenario tree with a root node -where investment +decisions are made- and 3 leaf nodes -where operations take place- is presented. +Each scenario represents a realization of fuels prices, for which example .dat +files are provided. + +Once the scenarios are defined, the problem may be solved either by an extensive +form formulation -EF- or by the progressive hedging algorithm -PH-. + +############################ +# Extensive Formulation (EF) + +The runef script has multiple options. Refer to PySP documentation for more +specifications. A simple and effective way of solving this example problem is to +execute the following command from the /3zone_toy_stochastic_PySP directory: + + >>>runef --model-directory=. --instance-directory=inputs/pysp_inputs --solve \ + --solver=glpk --output-solver-log --output-times --traceback \ + --solution-writer=pyomo.pysp.plugins.csvsolutionwriter + +If you would like to export complete results from all the scenarios using post_solve +from the modules loaded in your model, run this command: + + >>>runef --model-directory=. --instance-directory=inputs/pysp_inputs --solve \ + --solver=glpk --output-solver-log --output-times --traceback \ + --solution-writer=pyomo.pysp.plugins.csvsolutionwriter \ + --solution-writer=switch_model.wecc.pyspsolutionwritertemplate + +The model directory needs to contain the ReferenceModel.py file; in this example +it is a period - the relative path to the current directory. + +The instance directory needs to contain the .dat files generated by +PySPInputGenerator.py, in addition to the manually-constructed .dat files +named after each scenario: HighFuelCosts.dat, LowFuelCosts.dat, and +MediumFuelCosts.dat in this example. + +The solver may be any solver that can handle the deterministic version of the problem +and is installed in the machine. In this example, Gurobi - a solver with free +licenses for students - was used to solve the optimization problem produce the outputs. +A default option of GLPK is written in this example command, because it is a free +solver for any user. + +The other options send additional output information to the terminal when running +the algorithm. The solution writer is a useful plugin which writes CSV files with +the stochastic problem's solutions. All variable values at optimum are printed in +ef.csv, while in CostVarDetail.csv a summary of stage and nodal costs is written. + +Note: If runef is run without options for solving (--solve and --solver), then +an extensive formulation of the problem is printed in an .lp file (can be set +to .nl format as well). The user could then later apply a solver and obtain solutions. + +########################## +# Progressive Hedging (PH) + +The runph script has multiple options. Refer to PySP documentation for more +specifications. One way of solving a problem is to execute the following command: + + >>>runph --model-directory=. --instance-directory=inputs/pysp_inputs \ + --solver=gurobi --default-rho=1000.0 --traceback --rho-cfgfile=rhosetter.py \ + --solution-writer=pyomo.pysp.plugins.csvsolutionwriter \ + --output-scenario-tree-solution + +Note: In this command, the solver must be able to solve problems with non-linear +terms in the objective function. Gurobi is a solver with free licenses for +students that can handle such non linear proximity term. Cplex is another option +with similar availability for students. + +If only linear solvers are available, then the quadratic term in the PH +algorithm objective function may be linearized by runph with the option +--linearize-nonbinary-penalty-terms=PIECES, with PIECES indicating the number of +lines segments in the linearized function. To use this option, all variables in +the proximity term must have lower and upper bounds in order for the algorithm +to create the piecewise linear function. If variables do not have upper and +lower bounds set in the core mathematical model, bounds can be added in a +configuration file which is named pha_bounds_cfg.py in this example. To run +progressive hedging with a linear solver such as glpk, use the following command: + + >>>runph --model-directory=. --instance-directory=inputs/pysp_inputs \ + --solver=glpk --default-rho=1000.0 --traceback \ + --rho-cfgfile=rhosetter.py \ + --solution-writer=pyomo.pysp.plugins.csvsolutionwriter \ + --output-scenario-tree-solution --linearize-nonbinary-penalty-terms=5 \ + --bounds-cfgfile=pha_bounds_cfg.py + +Note that the solutions from a linearized approximation will not be numerically +equivalent to the quadratic solution. In our case, the expected cost of the +objective function was 111525596.6761 in the linearized formulation and +111517401.1370 in the quadratic formulation. The investment and operational +decisions were similar but slightly different. + +Another equivalent way of solving this example is to run the command: + + >>>runph --model-directory=. --instance-directory=inputs/pysp_inputs \ + --solver=gurobi --default-rho=1000.0 --traceback \ + --rho-cfgfile=rhosetter-FS-only.py \ + --solution-writer=pyomo.pysp.plugins.csvsolutionwriter \ + --output-scenario-tree-solution + +This will set Rho values only for first stage variables, thus decreasing the +model formulation time. Refer to documentation inside each of the rhosetter +scripts for further details on implementation and customization. + + +################################ +# Inputs and outputs + +The example input files provided formulate a 4 node scenario tree, with a root +noot representing investment decisions and 3 leaf nodes for different fuel cost +scenarios. + +LowFuelCosts: All carbon based fuels that are used by projects have their prices +halved. +MediumFuelCosts: Prices are the same as in the deterministic formulation. +HighFuelCosts: Prices are doubled from their deterministic values. + +Note: MediumFuelCosts.dat is empty, since all its parameters present the same +value as the deterministic formulation, which has all of its inputs printed +in the root node .dat file. + +Outputs are provided for all the described commands. These include both the +solution files written by the plugin and the standard output that PySP sends +to the terminal, for reference. These runs were perfomed on a desktop computer +and used the solver Gurobi. diff --git a/switch_model/wecc/stochastic_PySP/ReferenceModel.py b/switch_model/wecc/stochastic_PySP/ReferenceModel.py new file mode 100644 index 000000000..eb80ad09c --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/ReferenceModel.py @@ -0,0 +1,85 @@ +# Copyright 2016 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. + +""" + +Generate a model for use with the PySP pyomo module, either for use with the +runef or runph commands. Both these scripts require a single .py file that +creates a pyomo model object named "model". + +The inputs_dir parameter must match the inputs directory being used for the +current simulation. + +The example in which this model generator is framed doesn't use the +fuel_markets module. This script is tailored to treat all the Switch model's +annual costs as resulting from the first stage decisions and the timepoint +costs as product of the second stage decision variables. This ReferenceModel +will produce incorrect results if the fuel_markets module is included in the +simulation, which includes fuel costs in the annual components of the +objective function. That would include second stage decisions in the +calculation of the first stage costs, resulting in different RootNode costs +per scenario, which is incongruent. + +""" + +inputs_dir = "inputs" + +########################################################### + +import switch_model.utilities as utilities +import switch_model.financials as financials +import switch_model.solve +import sys, os +from pyomo.environ import * + +print "loading model..." + +# Ideally, we would use the main codebase to generate the model, but the +# mandatory switch argument parser is interferring with pysp's command line tools +#model = switch_model.solve.main(return_model=True) + +module_list = utilities.get_module_list(args=None) +model = utilities.create_model(module_list, args=[]) + +# The following code augments the model object with Expressions for the +# Stage costs, which both runef and runph scripts need in order to build +# the stochastic objective function. In this particular example, only +# two stages are considered: Investment and Operation. These Expression +# names must match exactly the StageCostVariable parameter defined for +# each Stage in the ScenarioStructure.dat file. + +# The following two functions are defined explicitely, because since they +# are nested inside another function in the financials module, they can't +# be called from this script. + +def calc_tp_costs_in_period(m, t): + return sum( + getattr(m, tp_cost)[t] * m.tp_weight_in_year[t] + for tp_cost in m.Cost_Components_Per_TP) +def calc_annual_costs_in_period(m, p): + return sum( + getattr(m, annual_cost)[p] + for annual_cost in m.Cost_Components_Per_Period) + +# In the current version of Switch-Pyomo, all annual costs are defined +# by First Stage decision variables, such as fixed O&M and capital +# costs, which are caused by the BuildProj, BuildTrans and BuildLocalTD +# variables, all of which are considered as first stage decisions in this +# two-stage example. +# Likewise, all timepoint defined costs are caused by Second Stage decision +# variables, such as variable O&M and fuel use costs, which are caused by +# the DispatchProj variable. These will be considered as second stage +# decisions in this example. +# Further comments on this are written in the Readme file. + +model.InvestmentCost = Expression(rule=lambda m: sum( + calc_annual_costs_in_period(m, p) * m.bring_annual_costs_to_base_year[p] + for p in m.PERIODS)) + +model.OperationCost = Expression(rule=lambda m: + sum( + sum(calc_tp_costs_in_period(m, t) for t in m.TPS_IN_PERIOD[p] + ) * m.bring_annual_costs_to_base_year[p] + for p in m.PERIODS)) + +print "model successfully loaded..." \ No newline at end of file diff --git a/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/HighFuelCosts.dat b/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/HighFuelCosts.dat new file mode 100644 index 000000000..4ac16aa9c --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/HighFuelCosts.dat @@ -0,0 +1,18 @@ +param fuel_cost := + Central BioSolid 2030 15 + North Coal 2030 4.0 + North NaturalGas 2020 10.0 + South NaturalGas 2020 10.0 + North BioSolid 2030 15 + Central Coal 2030 4.0 + Central NaturalGas 2020 10.0 + South BioSolid 2030 15 + North Coal 2020 3.6 + North NaturalGas 2030 1.5 + Central BioSolid 2020 1.5 + South BioSolid 2020 1.5 + Central Coal 2020 3.6 + Central NaturalGas 2030 1.5 + North BioSolid 2020 1.5 + South NaturalGas 2030 1.5 +; \ No newline at end of file diff --git a/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/LowFuelCosts.dat b/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/LowFuelCosts.dat new file mode 100644 index 000000000..02852ecef --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/LowFuelCosts.dat @@ -0,0 +1,18 @@ +param fuel_cost := + Central BioSolid 2030 3.75 + North Coal 2030 1.0 + North NaturalGas 2020 2.5 + South NaturalGas 2020 2.5 + North BioSolid 2030 3.75 + Central Coal 2030 1.0 + Central NaturalGas 2020 2.5 + South BioSolid 2030 3.75 + North Coal 2020 0.9 + North NaturalGas 2030 1.5 + Central BioSolid 2020 1.5 + South BioSolid 2020 1.5 + Central Coal 2020 0.9 + Central NaturalGas 2030 1.5 + North BioSolid 2020 1.5 + South NaturalGas 2030 1.5 +; \ No newline at end of file diff --git a/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/MediumFuelCosts.dat b/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/MediumFuelCosts.dat new file mode 100644 index 000000000..e69de29bb diff --git a/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/RootNode.dat b/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/RootNode.dat new file mode 100644 index 000000000..7dc441301 --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/RootNode.dat @@ -0,0 +1,387 @@ +param gen_is_baseload := N-Nuclear 1 C-Nuclear 1 S-Biomass_IGCC_CCS 1 N-Geothermal 1 S-Commercial_PV 0 C-Coal_IGCC 0 C-NG_GT 0 N-NG_CC_CCS 0 N-Biomass_IGCC_CCS 1 C-NG_CC 0 N-NG_GT 0 N-Wind-2 0 N-Wind-1 0 S-Biomass_IGCC 1 C-Wind-1 0 N-Coal_ST 0 N-NG_CC 0 C-Wind-2 0 C-Biomass_IGCC 1 N-Residential_PV 0 S-Residential_PV 0 C-Central_PV-1 0 C-Central_PV-2 0 N-Coal_IGCC_CCS 0 C-Commercial_PV 0 S-NG_GT 0 N-Biomass_IGCC 1 S-NG_CC_CCS 0 S-NG_CC 0 N-Central_PV-2 0 N-Coal_IGCC 0 N-Central_PV-1 0 C-Coal_ST 0 S-Geothermal 1 N-Commercial_PV 0 C-Residential_PV 0 S-Central_PV-1 0 S-Central_PV-2 0; +param zone_demand_mw := + North 7 6 + South 2 7 + North 6 6 + North 5 4 + South 7 10.5 + North 3 4.5 + Central 4 3.3 + Central 7 4.6 + South 1 6 + Central 5 3 + South 5 8 + North 1 5 + Central 3 3.6 + Central 2 3 + South 3 6.5 + South 4 7.2 + South 6 10 + Central 1 3.7 + Central 6 4 + North 4 4.2 + North 2 4 +; +set GEN_BLD_YRS := ('N-Coal_ST', 1995) ('N-Geothermal', 2000) ('N-NG_CC', 2008) ('N-NG_GT', 2009) ('C-Coal_ST', 1985) ('C-NG_CC', 2005) ('C-NG_GT', 2005) ('S-Geothermal', 1998) ('S-NG_CC', 2000) ('S-NG_GT', 1990) ('S-NG_GT', 2002) ('N-Geothermal', 2020) ('N-Geothermal', 2030) ('N-Coal_IGCC', 2020) ('N-Coal_IGCC', 2030) ('N-Coal_IGCC_CCS', 2030) ('N-NG_CC', 2020) ('N-NG_CC', 2030) ('N-NG_CC_CCS', 2030) ('N-NG_GT', 2020) ('N-NG_GT', 2030) ('N-Nuclear', 2030) ('N-Biomass_IGCC', 2020) ('N-Biomass_IGCC', 2030) ('N-Biomass_IGCC_CCS', 2030) ('N-Residential_PV', 2020) ('N-Residential_PV', 2030) ('N-Commercial_PV', 2020) ('N-Commercial_PV', 2030) ('N-Central_PV-1', 2020) ('N-Central_PV-2', 2020) ('N-Central_PV-1', 2030) ('N-Central_PV-2', 2030) ('N-Wind-1', 2020) ('N-Wind-2', 2020) ('N-Wind-1', 2030) ('N-Wind-2', 2030) ('C-Coal_IGCC', 2020) ('C-Coal_IGCC', 2030) ('C-NG_CC', 2020) ('C-NG_CC', 2030) ('C-NG_GT', 2020) ('C-NG_GT', 2030) ('C-Nuclear', 2030) ('C-Biomass_IGCC', 2020) ('C-Biomass_IGCC', 2030) ('C-Residential_PV', 2020) ('C-Residential_PV', 2030) ('C-Commercial_PV', 2020) ('C-Commercial_PV', 2030) ('C-Central_PV-1', 2020) ('C-Central_PV-2', 2020) ('C-Central_PV-1', 2030) ('C-Central_PV-2', 2030) ('C-Wind-1', 2020) ('C-Wind-2', 2020) ('C-Wind-1', 2030) ('C-Wind-2', 2030) ('S-Geothermal', 2020) ('S-Geothermal', 2030) ('S-NG_CC', 2020) ('S-NG_CC', 2030) ('S-NG_CC_CCS', 2030) ('S-NG_GT', 2020) ('S-NG_GT', 2030) ('S-Biomass_IGCC', 2020) ('S-Biomass_IGCC', 2030) ('S-Biomass_IGCC_CCS', 2030) ('S-Residential_PV', 2020) ('S-Residential_PV', 2030) ('S-Commercial_PV', 2020) ('S-Commercial_PV', 2030) ('S-Central_PV-1', 2020) ('S-Central_PV-2', 2020) ('S-Central_PV-1', 2030) ('S-Central_PV-2', 2030); +set TIMESERIES := 2020_01winter 2020_06summer 2030_all; +param ts_scale_to_period := 2020_01winter 913.12 2020_06summer 1826.25 2030_all 3652.5; +param ts_duration_of_tp := 2020_01winter 12 2020_06summer 12 2030_all 24; +param tp_timestamp := 1 2025011500 2 2025011512 3 2025011600 4 2025011612 5 2025061500 6 2025061512 7 2035011512; +set LOAD_ZONES := North Central South; +param existing_local_td := North 5.5 Central 3.5 South 9.5; +param gen_forced_outage_rate := N-Nuclear 0.06 C-Nuclear 0.06 S-Biomass_IGCC_CCS 0.076 N-Geothermal 0.0241 S-Commercial_PV 0.02 C-Coal_IGCC 0.12 C-NG_GT 0.06 N-NG_CC_CCS 0.06 N-Biomass_IGCC_CCS 0.076 C-NG_CC 0.06 N-NG_GT 0.06 N-Wind-2 0.006 N-Wind-1 0.006 S-Biomass_IGCC 0.076 C-Wind-1 0.006 N-Coal_ST 0.1 N-NG_CC 0.06 C-Wind-2 0.006 C-Biomass_IGCC 0.076 N-Residential_PV 0.02 S-Residential_PV 0.02 C-Central_PV-1 0.02 C-Central_PV-2 0.02 N-Coal_IGCC_CCS 0.12 C-Commercial_PV 0.02 S-NG_GT 0.06 N-Biomass_IGCC 0.076 S-NG_CC_CCS 0.06 S-NG_CC 0.06 N-Central_PV-2 0.02 N-Coal_IGCC 0.12 N-Central_PV-1 0.02 C-Coal_ST 0.1 S-Geothermal 0.0241 N-Commercial_PV 0.02 C-Residential_PV 0.02 S-Central_PV-1 0.02 S-Central_PV-2 0.02; +param ts_num_tps := 2020_01winter 4 2020_06summer 2 2030_all 1; +param discount_rate := 0.05; +set ZONE_FUEL_PERIODS := ('North', 'Uranium', 2020) ('Central', 'Uranium', 2020) ('South', 'Uranium', 2020) ('North', 'Uranium', 2030) ('Central', 'Uranium', 2030) ('South', 'Uranium', 2030) ('North', 'Coal', 2020) ('Central', 'Coal', 2020) ('North', 'Coal', 2030) ('Central', 'Coal', 2030) ('North', 'NaturalGas', 2020) ('Central', 'NaturalGas', 2020) ('South', 'NaturalGas', 2020) ('North', 'NaturalGas', 2030) ('Central', 'NaturalGas', 2030) ('South', 'NaturalGas', 2030) ('North', 'BioSolid', 2020) ('Central', 'BioSolid', 2020) ('South', 'BioSolid', 2020) ('North', 'BioSolid', 2030) ('Central', 'BioSolid', 2030) ('South', 'BioSolid', 2030); +param gen_full_load_heat_rate := N-NG_CC_CCS 10.08 C-NG_CC 6.705 N-Nuclear 9.72 N-NG_GT 10.39 S-Biomass_IGCC_CCS 16.3208 S-NG_CC 6.705 N-Coal_ST 9.0 C-NG_GT 10.39 N-Biomass_IGCC 12.5 C-Coal_ST 9.5 S-Biomass_IGCC 12.5 C-Nuclear 9.72 N-NG_CC 6.705 C-Coal_IGCC 7.95 N-Coal_IGCC_CCS 10.38 C-Biomass_IGCC 12.5 S-NG_GT 10.39 N-Coal_IGCC 7.95 N-Biomass_IGCC_CCS 16.3208 S-NG_CC_CCS 10.08; +param trans_lz1 := C-S "Central" N-C "North"; +set FUELS := Coal ResidualFuelOil DistillateFuelOil NaturalGas Uranium BioSolid; +param gen_capacity_limit_mw := N-Geothermal 1.5 N-Central_PV-1 3.0 N-Wind-2 1.0 N-Wind-1 4.0 S-Commercial_PV 3.3 N-Residential_PV 1.5 S-Residential_PV 3.0 C-Central_PV-1 2.0 C-Central_PV-2 3.0 N-Central_PV-2 2.0 C-Wind-1 4.0 N-Commercial_PV 2.0 C-Wind-2 3.0 C-Commercial_PV 0.7 S-NG_GT 5.0 C-Residential_PV 0.5 S-Central_PV-1 0.8 S-Geothermal 3.0 S-Central_PV-2 0.4; +set GENERATION_PROJECTS := N-Geothermal N-Coal_IGCC N-Coal_IGCC_CCS N-Coal_ST N-NG_CC N-NG_CC_CCS N-NG_GT N-Nuclear N-Biomass_IGCC N-Biomass_IGCC_CCS N-Residential_PV N-Commercial_PV N-Central_PV-1 N-Central_PV-2 N-Wind-1 N-Wind-2 C-Coal_IGCC C-Coal_ST C-NG_CC C-NG_GT C-Nuclear C-Biomass_IGCC C-Residential_PV C-Commercial_PV C-Central_PV-1 C-Central_PV-2 C-Wind-1 C-Wind-2 S-Geothermal S-NG_CC S-NG_CC_CCS S-NG_GT S-Biomass_IGCC S-Biomass_IGCC_CCS S-Residential_PV S-Commercial_PV S-Central_PV-1 S-Central_PV-2; +param interest_rate := 0.07; +param gen_overnight_cost := + N-Commercial_PV 2030 2752800.0 + S-Commercial_PV 2030 3303360.0 + S-Central_PV-2 2020 2801160.0 + C-NG_CC 2030 915120.0 + N-Nuclear 2030 5673000.0 + N-NG_CC 2020 1143900.0 + N-Geothermal 2020 5524200.0 + C-Wind-2 2030 1473120.0 + N-Residential_PV 2020 3487500.0 + C-Residential_PV 2020 2790000.0 + N-Coal_IGCC 2030 3729300.0 + N-Central_PV-1 2030 2148300.0 + C-Central_PV-2 2020 1867440.0 + S-NG_CC 2000 1143900.0 + S-NG_GT 1990 605430.0 + S-NG_CC 2030 1372680.0 + C-Wind-1 2030 1473120.0 + N-NG_GT 2030 605430.0 + N-Central_PV-2 2030 2148300.0 + S-Biomass_IGCC_CCS 2030 7164720.0 + N-Biomass_IGCC 2030 3561900.0 + C-Coal_IGCC 2030 2983440.0 + C-NG_GT 2020 484344.0 + S-Central_PV-1 2030 2577960.0 + N-NG_CC 2030 1143900.0 + S-Central_PV-2 2030 2577960.0 + N-Wind-2 2020 1841400.0 + C-Biomass_IGCC 2030 2849520.0 + S-NG_CC_CCS 2030 4185000.0 + C-Commercial_PV 2030 2202240.0 + N-Coal_ST 1995 2687700.0 + S-NG_GT 2020 726516.0 + S-Residential_PV 2030 3671640.0 + C-Central_PV-2 2030 1718640.0 + S-NG_GT 2002 605430.0 + S-Biomass_IGCC 2030 4274280.0 + N-Biomass_IGCC 2020 3561900.0 + S-NG_CC 2020 1372680.0 + N-NG_CC_CCS 2030 3487500.0 + C-Wind-2 2020 1473120.0 + S-Geothermal 1998 5524200.0 + N-Wind-1 2030 1841400.0 + S-Central_PV-1 2020 2801160.0 + N-Central_PV-1 2020 2334300.0 + S-Geothermal 2030 6629040.0 + N-NG_GT 2009 605430.0 + N-Coal_IGCC 2020 3729300.0 + N-Wind-2 2030 1841400.0 + C-NG_CC 2020 915120.0 + N-Residential_PV 2030 3059700.0 + N-NG_CC 2008 1143900.0 + C-NG_GT 2005 605430.0 + C-NG_GT 2030 484344.0 + N-Geothermal 2000 5524200.0 + C-Biomass_IGCC 2020 2849520.0 + S-Residential_PV 2020 4185000.0 + C-Commercial_PV 2020 2484960.0 + S-Biomass_IGCC 2020 4274280.0 + S-Commercial_PV 2020 3727440.0 + C-Coal_ST 1985 2687700.0 + N-Geothermal 2030 5524200.0 + S-NG_GT 2030 726516.0 + C-NG_CC 2005 1143900.0 + C-Central_PV-1 2030 1718640.0 + C-Residential_PV 2030 2447760.0 + N-Biomass_IGCC_CCS 2030 5970600.0 + N-Commercial_PV 2020 3106200.0 + N-Wind-1 2020 1841400.0 + C-Central_PV-1 2020 1867440.0 + C-Nuclear 2030 4538400.0 + C-Coal_IGCC 2020 2983440.0 + N-Central_PV-2 2020 2334300.0 + N-Coal_IGCC_CCS 2030 6138000.0 + C-Wind-1 2020 1473120.0 + N-NG_GT 2020 605430.0 + S-Geothermal 2020 6629040.0 +; +param ts_period := 2020_01winter 2020 2020_06summer 2020 2030_all 2030; +set PREDETERMINED_GEN_BLD_YRS := ('N-Coal_ST', 1995) ('N-Geothermal', 2000) ('N-NG_CC', 2008) ('N-NG_GT', 2009) ('C-Coal_ST', 1985) ('C-NG_CC', 2005) ('C-NG_GT', 2005) ('S-Geothermal', 1998) ('S-NG_CC', 2000) ('S-NG_GT', 1990) ('S-NG_GT', 2002); +param zone_expected_coincident_peak_demand := + Central 2020 4 + South 2030 12 + North 2020 6 + North 2030 8 + Central 2030 6 + South 2020 10 +; +param gen_fixed_om := + N-Commercial_PV 2030 38130.0 + S-Commercial_PV 2030 45756.0 + S-Central_PV-2 2020 50220.0 + C-NG_CC 2030 4694.64 + N-Nuclear 2030 118110.0 + N-NG_CC 2020 5868.3 + N-Geothermal 2020 0.0 + C-Wind-2 2030 44640.0 + N-Residential_PV 2020 41850.0 + C-Residential_PV 2020 33480.0 + N-Coal_IGCC 2030 28923.0 + N-Central_PV-1 2030 38130.0 + C-Central_PV-2 2020 33480.0 + S-NG_CC 2000 5868.3 + S-NG_GT 1990 4891.8 + S-NG_CC 2030 7041.96 + C-Wind-1 2030 44640.0 + N-NG_GT 2030 4891.8 + N-Central_PV-2 2030 38130.0 + S-Biomass_IGCC_CCS 2030 120862.8 + N-Biomass_IGCC 2030 88350.0 + C-Coal_IGCC 2030 23138.4 + C-NG_GT 2020 3913.44 + S-Central_PV-1 2030 45756.0 + N-NG_CC 2030 5868.3 + S-Central_PV-2 2030 45756.0 + N-Wind-2 2020 55800.0 + C-Biomass_IGCC 2030 70680.0 + S-NG_CC_CCS 2030 20534.4 + C-Commercial_PV 2030 30504.0 + N-Coal_ST 1995 21390.0 + S-NG_GT 2020 5870.16 + S-Residential_PV 2030 45756.0 + C-Central_PV-2 2030 30504.0 + S-NG_GT 2002 4891.8 + S-Biomass_IGCC 2030 106020.0 + N-Biomass_IGCC 2020 88350.0 + S-NG_CC 2020 7041.96 + N-NG_CC_CCS 2030 17112.0 + C-Wind-2 2020 44640.0 + S-Geothermal 1998 0.0 + N-Wind-1 2030 55800.0 + S-Central_PV-1 2020 50220.0 + N-Central_PV-1 2020 41850.0 + S-Geothermal 2030 0.0 + N-NG_GT 2009 4891.8 + N-Coal_IGCC 2020 28923.0 + N-Wind-2 2030 55800.0 + C-NG_CC 2020 4694.64 + N-Residential_PV 2030 38130.0 + N-NG_CC 2008 5868.3 + C-NG_GT 2005 4891.8 + C-NG_GT 2030 3913.44 + N-Geothermal 2000 0.0 + C-Biomass_IGCC 2020 70680.0 + S-Residential_PV 2020 50220.0 + C-Commercial_PV 2020 33480.0 + S-Biomass_IGCC 2020 106020.0 + S-Commercial_PV 2020 50220.0 + C-Coal_ST 1985 21390.0 + N-Geothermal 2030 0.0 + S-NG_GT 2030 5870.16 + C-NG_CC 2005 5868.3 + C-Central_PV-1 2030 30504.0 + C-Residential_PV 2030 30504.0 + N-Biomass_IGCC_CCS 2030 100719.0 + N-Commercial_PV 2020 41850.0 + N-Wind-1 2020 55800.0 + C-Central_PV-1 2020 33480.0 + C-Nuclear 2030 94488.0 + C-Coal_IGCC 2020 23138.4 + N-Central_PV-2 2020 41850.0 + N-Coal_IGCC_CCS 2030 41292.0 + C-Wind-1 2020 44640.0 + N-NG_GT 2020 4891.8 + S-Geothermal 2020 0.0 +; +param trans_efficiency := C-S 0.94 N-C 0.96; +param period_end := 2020 2026 2030 2036; +param gen_predetermined_cap := + C-NG_CC 2005 2 + N-NG_GT 2009 2 + S-Geothermal 1998 3 + C-Coal_ST 1985 2 + N-NG_CC 2008 2 + C-NG_GT 2005 2 + N-Coal_ST 1995 2 + N-Geothermal 2000 1 + S-NG_CC 2000 5 + S-NG_GT 1990 3 + S-NG_GT 2002 2 +; +param gen_max_age := N-Nuclear 40 C-Nuclear 40 S-Biomass_IGCC_CCS 40 N-Geothermal 30 S-Commercial_PV 20 C-Coal_IGCC 40 C-NG_GT 20 N-NG_CC_CCS 20 N-Biomass_IGCC_CCS 40 C-NG_CC 20 N-NG_GT 20 N-Wind-2 30 N-Wind-1 30 S-Biomass_IGCC 40 C-Wind-1 30 N-Coal_ST 40 N-NG_CC 20 C-Wind-2 30 C-Biomass_IGCC 40 N-Residential_PV 20 S-Residential_PV 20 C-Central_PV-1 20 C-Central_PV-2 20 N-Coal_IGCC_CCS 40 C-Commercial_PV 20 S-NG_GT 20 N-Biomass_IGCC 40 S-NG_CC_CCS 20 S-NG_CC 20 N-Central_PV-2 20 N-Coal_IGCC 40 N-Central_PV-1 20 C-Coal_ST 40 S-Geothermal 30 N-Commercial_PV 20 C-Residential_PV 20 S-Central_PV-1 20 S-Central_PV-2 20; +param gen_connect_cost_per_mw := N-Nuclear 57566.6 C-Nuclear 57566.6 S-Biomass_IGCC_CCS 57566.6 N-Geothermal 163081.1 S-Commercial_PV 0.0 C-Coal_IGCC 57566.6 C-NG_GT 57566.6 N-NG_CC_CCS 57566.6 N-Biomass_IGCC_CCS 57566.6 C-NG_CC 57566.6 N-NG_GT 57566.6 N-Wind-2 80259.0 N-Wind-1 71602.0 S-Biomass_IGCC 57566.6 C-Wind-1 72541.5 N-Coal_ST 57566.6 N-NG_CC 57566.6 C-Wind-2 77892.2 C-Biomass_IGCC 57566.6 N-Residential_PV 0.0 S-Residential_PV 0.0 C-Central_PV-1 122526.8 C-Central_PV-2 45197.2 N-Coal_IGCC_CCS 57566.6 C-Commercial_PV 0.0 S-NG_GT 57566.6 N-Biomass_IGCC 57566.6 S-NG_CC_CCS 57566.6 S-NG_CC 57566.6 N-Central_PV-2 101661.0 N-Coal_IGCC 57566.6 N-Central_PV-1 51272.0 C-Coal_ST 57566.6 S-Geothermal 134222.0 N-Commercial_PV 0.0 C-Residential_PV 0.0 S-Central_PV-1 74881.9 S-Central_PV-2 65370.3; +set TRANSMISSION_LINES := N-C C-S; +param gen_variable_om := N-Nuclear 0.0 C-Nuclear 0.0 S-Biomass_IGCC_CCS 20.1307 N-Geothermal 28.83 S-Commercial_PV 0.0 C-Coal_IGCC 6.0822 C-NG_GT 27.807 N-NG_CC_CCS 9.3 N-Biomass_IGCC_CCS 20.1307 C-NG_CC 3.4131 N-NG_GT 27.807 N-Wind-2 0.0 N-Wind-1 0.0 S-Biomass_IGCC 13.95 C-Wind-1 0.0 N-Coal_ST 3.4 N-NG_CC 3.4131 C-Wind-2 0.0 C-Biomass_IGCC 13.95 N-Residential_PV 0.0 S-Residential_PV 0.0 C-Central_PV-1 0.0 C-Central_PV-2 0.0 N-Coal_IGCC_CCS 9.858 C-Commercial_PV 0.0 S-NG_GT 27.807 N-Biomass_IGCC 13.95 S-NG_CC_CCS 9.3 S-NG_CC 3.4131 N-Central_PV-2 0.0 N-Coal_IGCC 6.0822 N-Central_PV-1 0.0 C-Coal_ST 3.6 S-Geothermal 28.83 N-Commercial_PV 0.0 C-Residential_PV 0.0 S-Central_PV-1 0.0 S-Central_PV-2 0.0; +param fuel_cost := + Central BioSolid 2030 7.5 + North Coal 2030 2.0 + North NaturalGas 2020 5.0 + Central Uranium 2020 2.0 + South NaturalGas 2020 5.0 + North BioSolid 2030 7.5 + South Uranium 2020 2.0 + Central Coal 2030 2.0 + Central NaturalGas 2020 5.0 + South BioSolid 2030 7.5 + North Coal 2020 1.8 + North NaturalGas 2030 6.0 + South Uranium 2030 2.2 + Central BioSolid 2020 3.0 + North Uranium 2030 2.2 + South BioSolid 2020 3.0 + Central Coal 2020 1.8 + Central NaturalGas 2030 6.0 + North BioSolid 2020 3.0 + North Uranium 2020 2.0 + Central Uranium 2030 2.2 + South NaturalGas 2030 6.0 +; +param gen_is_cogen := N-Nuclear 0 C-Nuclear 0 S-Biomass_IGCC_CCS 0 N-Geothermal 0 S-Commercial_PV 0 C-Coal_IGCC 0 C-NG_GT 0 N-NG_CC_CCS 0 N-Biomass_IGCC_CCS 0 C-NG_CC 0 N-NG_GT 0 N-Wind-2 0 N-Wind-1 0 S-Biomass_IGCC 0 C-Wind-1 0 N-Coal_ST 0 N-NG_CC 0 C-Wind-2 0 C-Biomass_IGCC 0 N-Residential_PV 0 S-Residential_PV 0 C-Central_PV-1 0 C-Central_PV-2 0 N-Coal_IGCC_CCS 0 C-Commercial_PV 0 S-NG_GT 0 N-Biomass_IGCC 0 S-NG_CC_CCS 0 S-NG_CC 0 N-Central_PV-2 0 N-Coal_IGCC 0 N-Central_PV-1 0 C-Coal_ST 0 S-Geothermal 0 N-Commercial_PV 0 C-Residential_PV 0 S-Central_PV-1 0 S-Central_PV-2 0; +set NON_FUEL_ENERGY_SOURCES := Wind Solar Geothermal Water Electricity; +param trans_lz2 := C-S "South" N-C "Central"; +set EXTERNAL_COINCIDENT_PEAK_DEMAND_ZONE_PERIODS := ('North', 2020) ('Central', 2020) ('South', 2020) ('North', 2030) ('Central', 2030) ('South', 2030); +param gen_min_build_capacity := N-Nuclear 1000 C-Nuclear 1000 S-Biomass_IGCC_CCS 0 N-Geothermal 0 S-Commercial_PV 0 C-Coal_IGCC 0 C-NG_GT 0 N-NG_CC_CCS 0 N-Biomass_IGCC_CCS 0 C-NG_CC 0 N-NG_GT 0 N-Wind-2 0 N-Wind-1 0 S-Biomass_IGCC 0 C-Wind-1 0 N-Coal_ST 0 N-NG_CC 0 C-Wind-2 0 C-Biomass_IGCC 0 N-Residential_PV 0 S-Residential_PV 0 C-Central_PV-1 0 C-Central_PV-2 0 N-Coal_IGCC_CCS 0 C-Commercial_PV 0 S-NG_GT 0 N-Biomass_IGCC 0 S-NG_CC_CCS 0 S-NG_CC 0 N-Central_PV-2 0 N-Coal_IGCC 0 N-Central_PV-1 0 C-Coal_ST 0 S-Geothermal 0 N-Commercial_PV 0 C-Residential_PV 0 S-Central_PV-1 0 S-Central_PV-2 0; +param gen_unit_size := C-Coal_IGCC 10.0 N-Coal_IGCC 10.0; +param gen_max_capacity_factor := + C-Wind-2 5 0.14 + S-Residential_PV 4 0.66 + S-Commercial_PV 7 0.34 + N-Central_PV-2 1 0.0 + C-Central_PV-2 3 0.0 + S-Central_PV-1 2 0.61 + C-Commercial_PV 3 0.0 + N-Central_PV-1 1 0.0 + N-Wind-2 3 0.71 + S-Commercial_PV 5 0.0 + N-Wind-1 3 0.65 + C-Residential_PV 1 0.0 + S-Residential_PV 3 0.0 + N-Residential_PV 7 0.33 + C-Central_PV-2 6 0.72 + N-Residential_PV 4 0.6 + S-Central_PV-1 7 0.37 + S-Central_PV-2 7 0.4 + N-Residential_PV 2 0.55 + S-Commercial_PV 3 0.0 + N-Wind-1 6 0.05 + C-Wind-2 2 0.36 + N-Commercial_PV 3 0.0 + C-Central_PV-1 5 0.0 + S-Commercial_PV 6 0.79 + C-Central_PV-2 5 0.0 + N-Central_PV-1 6 0.73 + S-Central_PV-1 4 0.7 + N-Wind-2 5 0.17 + C-Wind-1 1 0.66 + C-Residential_PV 6 0.74 + N-Wind-1 5 0.12 + C-Wind-2 1 0.62 + N-Commercial_PV 6 0.73 + N-Central_PV-2 5 0.0 + C-Commercial_PV 7 0.4 + N-Central_PV-1 5 0.0 + C-Wind-1 6 0.05 + C-Residential_PV 5 0.0 + C-Central_PV-1 1 0.0 + C-Wind-2 4 0.48 + S-Residential_PV 7 0.34 + N-Central_PV-2 2 0.6 + C-Central_PV-2 2 0.64 + S-Central_PV-1 3 0.0 + C-Commercial_PV 4 0.66 + S-Central_PV-2 3 0.0 + N-Wind-1 2 0.3 + N-Residential_PV 1 0.0 + S-Residential_PV 2 0.57 + C-Central_PV-2 1 0.0 + C-Commercial_PV 1 0.0 + N-Wind-2 1 0.68 + S-Central_PV-2 6 0.74 + N-Wind-1 1 0.6 + N-Commercial_PV 2 0.65 + C-Central_PV-1 6 0.79 + S-Residential_PV 1 0.0 + C-Central_PV-2 4 0.68 + S-Commercial_PV 4 0.63 + S-Central_PV-1 5 0.0 + N-Wind-2 6 0.13 + C-Wind-1 2 0.4 + S-Central_PV-2 5 0.0 + N-Wind-1 4 0.42 + N-Commercial_PV 5 0.0 + N-Central_PV-2 6 0.81 + N-Central_PV-1 4 0.62 + C-Wind-1 7 0.8 + C-Residential_PV 4 0.64 + C-Wind-2 7 0.86 + S-Residential_PV 6 0.75 + N-Central_PV-2 3 0.0 + C-Commercial_PV 5 0.0 + N-Central_PV-1 3 0.0 + S-Central_PV-2 2 0.64 + C-Wind-1 4 0.5 + C-Residential_PV 3 0.0 + C-Central_PV-1 2 0.61 + S-Residential_PV 5 0.0 + S-Central_PV-1 1 0.0 + C-Commercial_PV 2 0.61 + N-Wind-2 2 0.33 + S-Central_PV-2 1 0.0 + N-Commercial_PV 1 0.0 + C-Central_PV-1 7 0.39 + N-Residential_PV 6 0.72 + C-Central_PV-2 7 0.41 + S-Central_PV-1 6 0.75 + S-Commercial_PV 2 0.57 + N-Wind-2 7 0.87 + C-Wind-1 3 0.73 + S-Commercial_PV 1 0.0 + N-Wind-1 7 0.8 + C-Wind-2 3 0.66 + N-Commercial_PV 4 0.66 + C-Central_PV-1 4 0.64 + N-Central_PV-2 7 0.36 + N-Central_PV-1 7 0.41 + N-Wind-2 4 0.46 + C-Residential_PV 7 0.34 + C-Wind-2 6 0.05 + N-Commercial_PV 7 0.38 + N-Central_PV-2 4 0.61 + N-Residential_PV 5 0.0 + C-Commercial_PV 6 0.74 + N-Central_PV-1 2 0.56 + S-Central_PV-2 4 0.63 + C-Central_PV-1 3 0.0 + C-Wind-1 5 0.22 + C-Residential_PV 2 0.59 + N-Residential_PV 3 0.0 +; +param trans_length_km := C-S 200 N-C 100; +param local_td_annual_cost_per_mw := North 66406.5 Central 61663.4 South 128040.0; +param gen_load_zone := N-Nuclear "North" C-Nuclear "Central" S-Biomass_IGCC_CCS "South" N-Geothermal "North" S-Commercial_PV "South" C-Coal_IGCC "Central" C-NG_GT "Central" N-NG_CC_CCS "North" N-Biomass_IGCC_CCS "North" C-NG_CC "Central" N-NG_GT "North" N-Wind-2 "North" N-Wind-1 "North" S-Biomass_IGCC "South" C-Wind-1 "Central" N-Coal_ST "North" N-NG_CC "North" C-Wind-2 "Central" C-Biomass_IGCC "Central" N-Residential_PV "North" S-Residential_PV "South" C-Central_PV-1 "Central" C-Central_PV-2 "Central" N-Coal_IGCC_CCS "North" C-Commercial_PV "Central" S-NG_GT "South" N-Biomass_IGCC "North" S-NG_CC_CCS "South" S-NG_CC "South" N-Central_PV-2 "North" N-Coal_IGCC "North" N-Central_PV-1 "North" C-Coal_ST "Central" S-Geothermal "South" N-Commercial_PV "North" C-Residential_PV "Central" S-Central_PV-1 "South" S-Central_PV-2 "South"; +param tp_ts := 1 "2020_01winter" 2 "2020_01winter" 3 "2020_01winter" 4 "2020_01winter" 5 "2020_06summer" 6 "2020_06summer" 7 "2030_all"; +param period_start := 2020 2017 2030 2027; +param existing_trans_cap := C-S 6 N-C 3; +param base_financial_year := 2015; +set TIMEPOINTS := 1 2 3 4 5 6 7; +param gen_scheduled_outage_rate := N-Nuclear 0.04 C-Nuclear 0.04 S-Biomass_IGCC_CCS 0.09 N-Geothermal 0.0075 S-Commercial_PV 0.0 C-Coal_IGCC 0.08 C-NG_GT 0.04 N-NG_CC_CCS 0.04 N-Biomass_IGCC_CCS 0.09 C-NG_CC 0.04 N-NG_GT 0.04 N-Wind-2 0.05 N-Wind-1 0.05 S-Biomass_IGCC 0.09 C-Wind-1 0.05 N-Coal_ST 0.06 N-NG_CC 0.04 C-Wind-2 0.05 C-Biomass_IGCC 0.09 N-Residential_PV 0.0 S-Residential_PV 0.0 C-Central_PV-1 0.0 C-Central_PV-2 0.0 N-Coal_IGCC_CCS 0.08 C-Commercial_PV 0.0 S-NG_GT 0.04 N-Biomass_IGCC 0.09 S-NG_CC_CCS 0.04 S-NG_CC 0.04 N-Central_PV-2 0.0 N-Coal_IGCC 0.08 N-Central_PV-1 0.0 C-Coal_ST 0.06 S-Geothermal 0.0075 N-Commercial_PV 0.0 C-Residential_PV 0.0 S-Central_PV-1 0.0 S-Central_PV-2 0.0; +param gen_energy_source := N-Nuclear "Uranium" C-Nuclear "Uranium" S-Biomass_IGCC_CCS "BioSolid" N-Geothermal "Geothermal" S-Commercial_PV "Solar" C-Coal_IGCC "Coal" C-NG_GT "NaturalGas" N-NG_CC_CCS "NaturalGas" N-Biomass_IGCC_CCS "BioSolid" C-NG_CC "NaturalGas" N-NG_GT "NaturalGas" N-Wind-2 "Wind" N-Wind-1 "Wind" S-Biomass_IGCC "BioSolid" C-Wind-1 "Wind" N-Coal_ST "Coal" N-NG_CC "NaturalGas" C-Wind-2 "Wind" C-Biomass_IGCC "BioSolid" N-Residential_PV "Solar" S-Residential_PV "Solar" C-Central_PV-1 "Solar" C-Central_PV-2 "Solar" N-Coal_IGCC_CCS "Coal" C-Commercial_PV "Solar" S-NG_GT "NaturalGas" N-Biomass_IGCC "BioSolid" S-NG_CC_CCS "NaturalGas" S-NG_CC "NaturalGas" N-Central_PV-2 "Solar" N-Coal_IGCC "Coal" N-Central_PV-1 "Solar" C-Coal_ST "Coal" S-Geothermal "Geothermal" N-Commercial_PV "Solar" C-Residential_PV "Solar" S-Central_PV-1 "Solar" S-Central_PV-2 "Solar"; +set PERIODS := 2020 2030; +param f_co2_intensity := ResidualFuelOil 0.0788 Uranium 0 DistillateFuelOil 0.07315 Coal 0.09552 NaturalGas 0.05306 BioSolid 0.09435; +param f_upstream_co2_intensity := NaturalGas 0 Coal 0 BioSolid -0.09435 DistillateFuelOil 0 ResidualFuelOil 0; +param gen_is_variable := N-Nuclear 0 C-Nuclear 0 S-Biomass_IGCC_CCS 0 N-Geothermal 0 S-Commercial_PV 1 C-Coal_IGCC 0 C-NG_GT 0 N-NG_CC_CCS 0 N-Biomass_IGCC_CCS 0 C-NG_CC 0 N-NG_GT 0 N-Wind-2 1 N-Wind-1 1 S-Biomass_IGCC 0 C-Wind-1 1 N-Coal_ST 0 N-NG_CC 0 C-Wind-2 1 C-Biomass_IGCC 0 N-Residential_PV 1 S-Residential_PV 1 C-Central_PV-1 1 C-Central_PV-2 1 N-Coal_IGCC_CCS 0 C-Commercial_PV 1 S-NG_GT 0 N-Biomass_IGCC 0 S-NG_CC_CCS 0 S-NG_CC 0 N-Central_PV-2 1 N-Coal_IGCC 0 N-Central_PV-1 1 C-Coal_ST 0 S-Geothermal 0 N-Commercial_PV 1 C-Residential_PV 1 S-Central_PV-1 1 S-Central_PV-2 1; +param gen_tech := N-Nuclear "Nuclear" C-Nuclear "Nuclear" S-Biomass_IGCC_CCS "Biomass_IGCC_CCS" N-Geothermal "Geothermal" S-Commercial_PV "Commercial_PV" C-Coal_IGCC "Coal_IGCC" C-NG_GT "NG_GT" N-NG_CC_CCS "NG_CC_CCS" N-Biomass_IGCC_CCS "Biomass_IGCC_CCS" C-NG_CC "NG_CC" N-NG_GT "NG_GT" N-Wind-2 "Wind" N-Wind-1 "Wind" S-Biomass_IGCC "Biomass_IGCC" C-Wind-1 "Wind" N-Coal_ST "Coal_ST" N-NG_CC "NG_CC" C-Wind-2 "Wind" C-Biomass_IGCC "Biomass_IGCC" N-Residential_PV "Residential_PV" S-Residential_PV "Residential_PV" C-Central_PV-1 "Central_PV" C-Central_PV-2 "Central_PV" N-Coal_IGCC_CCS "Coal_IGCC_CCS" C-Commercial_PV "Commercial_PV" S-NG_GT "NG_GT" N-Biomass_IGCC "Biomass_IGCC" S-NG_CC_CCS "NG_CC_CCS" S-NG_CC "NG_CC" N-Central_PV-2 "Central_PV" N-Coal_IGCC "Coal_IGCC" N-Central_PV-1 "Central_PV" C-Coal_ST "Coal_ST" S-Geothermal "Geothermal" N-Commercial_PV "Commercial_PV" C-Residential_PV "Residential_PV" S-Central_PV-1 "Central_PV" S-Central_PV-2 "Central_PV"; +set CAPACITY_LIMITED_GENS := N-Geothermal N-Central_PV-1 N-Wind-2 N-Wind-1 S-Commercial_PV N-Residential_PV S-Residential_PV C-Central_PV-1 C-Central_PV-2 N-Central_PV-2 C-Wind-1 N-Commercial_PV C-Wind-2 C-Commercial_PV S-NG_GT C-Residential_PV S-Central_PV-1 S-Geothermal S-Central_PV-2; +set DISCRETELY_SIZED_GENS := C-Coal_IGCC N-Coal_IGCC; diff --git a/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/ScenarioStructure.dat b/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/ScenarioStructure.dat new file mode 100644 index 000000000..8018db067 --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/inputs/pysp_inputs/ScenarioStructure.dat @@ -0,0 +1,50 @@ +param ScenarioBasedData := False ; + +set Stages := Investment Operation; + +set Nodes := RootNode + LowFuelCosts + MediumFuelCosts + HighFuelCosts; + +param NodeStage := RootNode Investment + LowFuelCosts Operation + MediumFuelCosts Operation + HighFuelCosts Operation +; + +set Children[RootNode] := + LowFuelCosts + MediumFuelCosts + HighFuelCosts; + +param ConditionalProbability := RootNode 1.0 + LowFuelCosts 0.333333333333 + MediumFuelCosts 0.333333333333 + HighFuelCosts 0.333333333333; + +set Scenarios := + Scenario_LowFuelCosts + Scenario_MediumFuelCosts + Scenario_HighFuelCosts; + +param ScenarioLeafNode := + Scenario_LowFuelCosts LowFuelCosts + Scenario_MediumFuelCosts MediumFuelCosts + Scenario_HighFuelCosts HighFuelCosts; + +set StageVariables[Investment] := + BuildGen[*,*] + BuildLocalTD[*,*] + BuildTx[*,*] +; + +set StageVariables[Operation] := + DispatchGen[*,*] + GenFuelUseRate[*,*,*] +; + +param StageCost := + Investment InvestmentCost + Operation OperationCost +; \ No newline at end of file diff --git a/switch_model/wecc/stochastic_PySP/pha_bounds_cfg.py b/switch_model/wecc/stochastic_PySP/pha_bounds_cfg.py new file mode 100644 index 000000000..b71d0a98d --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/pha_bounds_cfg.py @@ -0,0 +1,34 @@ +# Copyright 2016 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. + +# Use this by adding terms like the following to the runph command: +# --linearize-nonbinary-penalty-terms=5 --bounds-cfgfile=pha_bounds_cfg.py + + +def pysp_boundsetter_callback(self, scenario_tree, scenario): + m = scenario._instance # see pyomo/pysp/scenariotree/tree_structure.py + + # BuildLocalTD # Paty commented this block because we are not including LocalTD in the modules + # for lz, bld_yr in m.LOCAL_TD_BUILD_YEARS - m.EXISTING_LOCAL_TD_BLD_YRS: + # m.BuildLocalTD[lz, bld_yr].setub(2 * m.lz_peak_demand_mw[lz, bld_yr]) + + # Estimate an upper bound of system peak demand for limiting project + # & transmission builds + system_wide_peak = {} + for p in m.PERIODS: + system_wide_peak[p] = sum(m.lz_peak_demand_mw[lz, p] for lz in m.LOAD_ZONES) + + # BuildProj + for proj, bld_yr in m.PROJECT_BUILDYEARS - m.EXISTING_PROJ_BUILDYEARS: + if proj not in m.PROJECTS_CAP_LIMITED: + m.BuildGen[proj, bld_yr].setub(5 * system_wide_peak[bld_yr]) + + # BuildTrans + for tx, bld_yr in m.NEW_TRANS_BLD_YRS: + m.BuildTx[tx, bld_yr].setub(5 * system_wide_peak[bld_yr]) + + +# For some reason runph looks for pysp_boundsetter_callback when run in +# single-thread mode and ph_boundsetter_callback when called from mpirun with +# remote execution via pyro. so we map both names to the same function. +ph_boundsetter_callback = pysp_boundsetter_callback diff --git a/switch_model/wecc/stochastic_PySP/rhosetter-FS-only.py b/switch_model/wecc/stochastic_PySP/rhosetter-FS-only.py new file mode 100644 index 000000000..1c1a87beb --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/rhosetter-FS-only.py @@ -0,0 +1,144 @@ +# Copyright 2016 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. + +""" + +Implement a cost-proportional method of setting variable-specific rho values +for the progressive hedging algorithm only for first stage variables in a two +stage stochastic problem formulation. Automatically retrieve cost parameters +from the active objective function for those variables. + +See CP(*) strategy described in Watson, J. P., & Woodruff, D. L. (2011). +Progressive hedging innovations for a class of stochastic mixed-integer +resource allocation problems. Computational Management Science. + +Implementation notes------------------------------------------------------- + +(Benjamin): This script is based on rhosetter.py, but modified to set Rho +values only for the variables contained in the first stage costs Expression. +For medium to large scale problems setting Rho for every varible takes up +a significant amount of time, both in parsing the objective function with +sympify and in going through the scenario tree looking for the variable. +The progressive hedging algorithm only requires Rho values to be set (or +to have a default value) for variables located in branch nodes. + +In this bilevel power grid planning problem example, first stage costs +include all investment in generation and transmission, while second stage +costs include operational expenses, such as variable O&M and fuel costs. +Therefore, Rho values must only be set for investment variables, which are +located in the root node. This sped up the rho setting process for a small- +medium sized system scale problem (the Chile grid) by a factor of 10. For +larger systems, the benefit increases. + +TODO: Implement this in a more generalized way in order to support multistage +optimizations. + +""" +from pyomo.repn import generate_canonical_repn +from pyomo.environ import Objective + + +def ph_rhosetter_callback(ph, scenario_tree, scenario): + # This Rho coefficient is set to 1.0 to implement the CP(1.0) strategy + # that Watson & Woodruff report as a good trade off between convergence + # to the extensive form optimum and number of PH iterations. + rho_coefficient = 1.0 + + scenario_instance = scenario._instance + symbol_map = scenario_instance._ScenarioTreeSymbolMap + + # This component name must match the expression used for first stage + # costs defined in the ReferenceModel. + FSCostsExpr = scenario_instance.find_component("InvestmentCost") + + def coef_via_sympify(CostExpression): + # This function may be depricated, and is the only place that uses + # these packages, so put their definition here to make them more optional. + import StringIO + from re import findall + from sympy import sympify + + string_out = StringIO.StringIO() + CostExpression.expr.to_string(ostream=string_out) + CostExpression_as_str = string_out.getvalue() + string_out.close() + + # Find indexed variables like BuildCap[2030, CA_LADWP] using a regular + # expression. See python documentation. The first part (?<=[^a-zA-Z]) + # ensures search pattern is not preceeded by a letter. The regex returns + # two parts because I used two sets of parenthesis. I don't care about the + # second parenthesis that returns the indexed bits, just the larger part + + pattern = "(?<=[^a-zA-Z])([a-zA-Z][a-zA-Z_0-9]*(\[[^]]*\])?)" + component_by_alias = {} + variable_list = findall(pattern, CostExpression_as_str) + for (cname, index_as_str) in variable_list: + component = scenario_instance.find_component(cname) + alias = "x" + str(id(component)) + component_by_alias[alias] = component + CostExpression_as_str = CostExpression_as_str.replace(cname, alias) + + # We can parse with sympify now that the var+indexes have clean names + CostExpression_parsed = sympify(CostExpression_as_str) + + cost_coefficients = {} + var_names = {} + for (alias, component) in component_by_alias.iteritems(): + variable_id = symbol_map.getSymbol(component) + cost_coefficients[variable_id] = CostExpression_parsed.coeff(alias) + var_names[variable_id] = component.name + return (cost_coefficients, var_names) + + def coef_via_pyomo(CostExpression): + canonical_repn = generate_canonical_repn(CostExpression.expr) + cost_coefficients = {} + var_names = {} + for (index, variable) in enumerate(canonical_repn.variables): + variable_id = symbol_map.getSymbol(variable) + cost_coefficients[variable_id] = canonical_repn.linear[index] + var_names[variable_id] = variable.name + return (cost_coefficients, var_names) + + def test(CostExpression): + from testfixtures import compare + + (coefficients_sympify, var_names_sympify) = coef_via_sympify(CostExpression) + (coefficients_pyomo, var_names_pyomo) = coef_via_pyomo(CostExpression) + + compare(var_names_sympify, var_names_pyomo) + # I have to use sorted because keys come out as randomly orderd tuples + # and compare got hung up on inconsequential differences their ordering. + compare(sorted(coefficients_sympify.keys()), sorted(coefficients_pyomo.keys())) + + # I rolled my own compare tool for cost_coefficients because compare + # insists on numeric equality, and the sympify's round-trip of + # binary->text->binary results in slight rounding errors. + from switch_model.utilities import approx_equal + + for vid in coefficients_pyomo.keys(): + assert approx_equal( + coefficients_sympify[vid], coefficients_pyomo[vid], tolerance=0.000001 + ) + + # This test passed, so I'm disabling the slower sympify function for now. + # test(FSCostsExpr) + (cost_coefficients, var_names) = coef_via_pyomo(FSCostsExpr) + + for variable_id in cost_coefficients: + set_rho = False + for tree_node in scenario._node_list: + if variable_id in tree_node._standard_variable_ids: + ph.setRhoOneScenario( + tree_node, + scenario, + variable_id, + cost_coefficients[variable_id] * rho_coefficient, + ) + set_rho = True + break + if set_rho == False: + print( + "Warning! Could not find tree node for variable {}; rho not set.".format( + var_names[variable_id] + ) + ) diff --git a/switch_model/wecc/stochastic_PySP/rhosetter.py b/switch_model/wecc/stochastic_PySP/rhosetter.py new file mode 100644 index 000000000..7ef0ddf53 --- /dev/null +++ b/switch_model/wecc/stochastic_PySP/rhosetter.py @@ -0,0 +1,123 @@ +# Copyright 2016 The Switch Authors. All rights reserved. +# Licensed under the Apache License, Version 2, which is in the LICENSE file. + +""" + +Implement a cost-proportional method of setting variable-specific rho values +for the progressive hedging algorithm only for first stage variables in a two +stage stochastic problem formulation. Automatically retrieve cost parameters +from the active objective function for those variables. + +See CP(*) strategy described in Watson, J. P., & Woodruff, D. L. (2011). +Progressive hedging innovations for a class of stochastic mixed-integer +resource allocation problems. Computational Management Science. + +""" +from pyomo.repn import generate_canonical_repn +from pyomo.environ import Objective + + +def ph_rhosetter_callback(ph, scenario_tree, scenario): + # This Rho coefficient is set to 1.0 to implement the CP(1.0) strategy + # that Watson & Woodruff report as a good trade off between convergence + # to the extensive form optimum and number of PH iterations. + rho_coefficient = 1.0 + + scenario_instance = scenario._instance + symbol_map = scenario_instance._ScenarioTreeSymbolMap + objective = scenario_instance.component_data_objects( + Objective, active=True, descend_into=True + ) + objective = objective.next() + + def coef_via_sympify(CostExpression): + # This function may be depricated, and is the only place that uses + # these packages, so put their definition here to make them more optional. + import StringIO + from re import findall + from sympy import sympify + + string_out = StringIO.StringIO() + CostExpression.expr.to_string(ostream=string_out) + CostExpression_as_str = string_out.getvalue() + string_out.close() + + # Find indexed variables like BuildCap[2030, CA_LADWP] using a regular + # expression. See python documentation. The first part (?<=[^a-zA-Z]) + # ensures search pattern is not preceeded by a letter. The regex returns + # two parts because I used two sets of parenthesis. I don't care about the + # second parenthesis that returns the indexed bits, just the larger part + + pattern = "(?<=[^a-zA-Z])([a-zA-Z][a-zA-Z_0-9]*(\[[^]]*\])?)" + component_by_alias = {} + variable_list = findall(pattern, CostExpression_as_str) + for (cname, index_as_str) in variable_list: + component = scenario_instance.find_component(cname) + alias = "x" + str(id(component)) + component_by_alias[alias] = component + CostExpression_as_str = CostExpression_as_str.replace(cname, alias) + + # We can parse with sympify now that the var+indexes have clean names + CostExpression_parsed = sympify(CostExpression_as_str) + + cost_coefficients = {} + var_names = {} + for (alias, component) in component_by_alias.iteritems(): + variable_id = symbol_map.getSymbol(component) + cost_coefficients[variable_id] = CostExpression_parsed.coeff(alias) + var_names[variable_id] = component.name + return (cost_coefficients, var_names) + + def coef_via_pyomo(CostExpression): + canonical_repn = generate_canonical_repn(CostExpression.expr) + cost_coefficients = {} + var_names = {} + for (index, variable) in enumerate(canonical_repn.variables): + variable_id = symbol_map.getSymbol(variable) + cost_coefficients[variable_id] = canonical_repn.linear[index] + var_names[variable_id] = variable.name + return (cost_coefficients, var_names) + + def test(CostExpression): + from testfixtures import compare + + (coefficients_sympify, var_names_sympify) = coef_via_sympify(CostExpression) + (coefficients_pyomo, var_names_pyomo) = coef_via_pyomo(CostExpression) + + compare(var_names_sympify, var_names_pyomo) + # I have to use sorted because keys come out as randomly orderd tuples + # and compare got hung up on inconsequential differences their ordering. + compare(sorted(coefficients_sympify.keys()), sorted(coefficients_pyomo.keys())) + + # I rolled my own compare tool for cost_coefficients because compare + # insists on numeric equality, and the sympify's round-trip of + # binary->text->binary results in slight rounding errors. + from switch_model.utilities import approx_equal + + for vid in coefficients_pyomo.keys(): + assert approx_equal( + coefficients_sympify[vid], coefficients_pyomo[vid], tolerance=0.000001 + ) + + # This test passed, so I'm disabling the slower sympify function for now. + # test(objective) + (cost_coefficients, var_names) = coef_via_pyomo(objective) + + for variable_id in cost_coefficients: + set_rho = False + for tree_node in scenario._node_list: + if variable_id in tree_node._standard_variable_ids: + ph.setRhoOneScenario( + tree_node, + scenario, + variable_id, + cost_coefficients[variable_id] * rho_coefficient, + ) + set_rho = True + break + if set_rho == False: + print( + "Warning! Could not find tree node for variable {}; rho not set.".format( + var_names[variable_id] + ) + ) diff --git a/switch_model/wecc/switch_solve.slurm b/switch_model/wecc/switch_solve.slurm new file mode 100755 index 000000000..26885a5ab --- /dev/null +++ b/switch_model/wecc/switch_solve.slurm @@ -0,0 +1,50 @@ +#!/bin/sh + +# To submit this file, use: `sbatch switch_solve.slurm` + +# Job label +#SBATCH --job-name=switch-solve +# Account: +#SBATCH --account=fc_switch +# Queue: +#SBATCH --partition=savio2_htc +# Wall clock limit: +# It used to be --time=24:00:00 +#SBATCH --time=8:00:00 +# Num nodes +#SBATCH --nodes=1 +# Tasks per node +#SBATCH --ntasks-per-node=1 +# CPU's per task +#SBATCH --cpus-per-task=6 +# Email notification +#SBATCH --mail-type=all +#SBATCH --mail-user=patricia.hidalgo.g@berkeley.edu +# Node requirements +#SBATCH --mem-per-cpu=20G +# Log file paths +#SBATCH --output=logs/load_solve-%j.log +#SBATCH --error=logs/load_solve-%j.err +# Export all my environment variables to the job. +#SBATCH --export=ALL + +run_dir=$PWD + +module load python/2.7.8 +module load virtualenv +module load pip numpy pandas +module add ipython/2.3.0 +module add scipy/0.14.0 +# module add ply +pip install ply==3.8 +module add nose/1.3.4 +module add six/1.8.0 + + +cd /global/home/users/phidalgo/switch/20170607_CEC2050_v0_a1/switch_source/ +source venv/bin/activate +cd .. +cd $run_dir +#switch solve --verbose --log-run --solver=cplex --export-all --solver-io=nl --solver-options-string="iisfind=1" --suffixes iis +switch solve --verbose --log-run --solver=cplexamp --export-all +deactivate diff --git a/switch_model/wecc/switch_stochastic_solve.slurm b/switch_model/wecc/switch_stochastic_solve.slurm new file mode 100755 index 000000000..89e50530e --- /dev/null +++ b/switch_model/wecc/switch_stochastic_solve.slurm @@ -0,0 +1,48 @@ +#!/bin/sh + +# To submit this file, use: `sbatch switch_stochastic_solve.slurm` + +# Job label +#SBATCH --job-name=switch-solve +# Account: +#SBATCH --account=fc_switch +# Queue: +#SBATCH --partition=savio_bigmem +# Wall clock limit: +#SBATCH --time=72:00:00 +# Num nodes +#SBATCH --nodes=1 +# Tasks per node +#SBATCH --ntasks-per-node=1 +# CPU's per task +#SBATCH --cpus-per-task=5 +# Email notification +#SBATCH --mail-type=all +#SBATCH --mail-user=patricia.hidalgo.g@berkeley.edu +# Node requirements +#SBATCH --mem-per-cpu=70G +# Log file paths +#SBATCH --output=logs/load_solve-%j.log +#SBATCH --error=logs/load_solve-%j.err +# Export all my environment variables to the job. +#SBATCH --export=ALL + +module load python/2.7.8 +module load virtualenv +module load pip numpy pandas +module add ipython/2.3.0 +module add scipy/0.14.0 +# module add ply +pip install ply==3.8 +module add nose/1.3.4 +module add six/1.8.0 + + +cd /global/home/users/phidalgo/switch/20170607_CEC2050_v0_a1/switch_source/ +source venv/bin/activate +cd .. +cd 27_stochastic_full_savio_print_results/ +runef --model-directory=. --instance-directory=inputs/pysp_inputs --solve \ + --solver=cplexamp --output-solver-log --output-times --traceback \ + --solution-writer=pyomo.pysp.plugins.csvsolutionwriter \ + --solution-writer=switch_model.wecc.pyspsolutionwritertemplate diff --git a/switch_model/wecc/utilities.py b/switch_model/wecc/utilities.py new file mode 100644 index 000000000..7f60196fc --- /dev/null +++ b/switch_model/wecc/utilities.py @@ -0,0 +1,65 @@ +import os + +import psycopg2 as pg +import yaml + + +def load_config(): + """Read the config.yaml configuration file""" + if not os.path.isfile("config.yaml"): + raise Exception( + "config.yaml does not exist. Try running 'switch new scenario' to auto-create it." + ) + with open("config.yaml") as f: + return yaml.load(f, Loader=yaml.FullLoader) + + +def load_dotenv(): + try: + # Try to load environment variables from .env file using dotenv package. + # If package is not installed, nothing happens. + from dotenv import load_dotenv + + load_dotenv() + except ModuleNotFoundError: + pass + + +def connect(schema="switch", connection_env_var="DB_URL"): + """Connects to the Postgres DB + + This function uses the environment variables to get the URL to connect to the DB. Both + password and user should be passed directly on the URL for safety purposes. + + Parameters + ---------- + schema: str Schema of the DB to look for tables. Default is switch + connection_env_var: The environment variable to use as the connection string + + Returns + ------- + conn: Database connection object from psycopg2 + """ + load_dotenv() + db_url = os.getenv(connection_env_var) + if db_url is None: + raise Exception( + f"Please set the environment variable '{connection_env_var}' to the database URL." + "The format is normally: postgresql://<user>:<password>@<host>:5432/<database>" + ) + + conn = pg.connect( + db_url, + options=f"-c search_path={schema}", + ) + + if conn is None: + raise SystemExit( + "Failed to connect to PostgreSQL database." + "Ensure that the database url is correct, format should normally be:" + "postgresql://<user>:<password>@<host>:5432/<database>" + ) + + # TODO: Send this to the logger + print("Connection established to PostgreSQL database.") + return conn diff --git a/tests/examples_test.py b/tests/examples_test.py index ccdbe6700..f715c630b 100644 --- a/tests/examples_test.py +++ b/tests/examples_test.py @@ -18,6 +18,7 @@ UPDATE_EXPECTATIONS = False + def _remove_temp_dir(path): for retry in range(100): try: @@ -26,6 +27,7 @@ def _remove_temp_dir(path): except: pass + def read_file(filename): with open(filename, "r") as fh: return fh.read() @@ -37,18 +39,17 @@ def write_file(filename, data): def find_example_dirs(): - examples_dir = os.path.join(TOP_DIR, 'examples') + examples_dir = os.path.join(TOP_DIR, "examples") for dirpath, dirnames, filenames in os.walk(examples_dir): for dirname in dirnames: path = os.path.join(dirpath, dirname) - if os.path.exists(os.path.join(path, 'inputs', 'modules.txt')): + if os.path.exists(os.path.join(path, "inputs", "modules.txt")): yield path def get_expectation_path(example_dir): - expectation_file = os.path.join(example_dir, 'outputs', - 'total_cost.txt') - if not os.path.isfile( expectation_file ): + expectation_file = os.path.join(example_dir, "outputs", "total_cost.txt") + if not os.path.isfile(expectation_file): return False else: return expectation_file @@ -56,16 +57,21 @@ def get_expectation_path(example_dir): def make_test(example_dir): def test_example(): - temp_dir = tempfile.mkdtemp(prefix='switch_test_') + temp_dir = tempfile.mkdtemp(prefix="switch_test_") try: # Custom python modules may be in the example's working directory sys.path.append(example_dir) - args = switch_model.solve.get_option_file_args(dir=example_dir, + args = switch_model.solve.get_option_file_args( + dir=example_dir, extra_args=[ - '--inputs-dir', os.path.join(example_dir, 'inputs'), - '--outputs-dir', temp_dir]) + "--inputs-dir", + os.path.join(example_dir, "inputs"), + "--outputs-dir", + temp_dir, + ], + ) switch_model.solve.main(args) - total_cost = read_file(os.path.join(temp_dir, 'total_cost.txt')) + total_cost = read_file(os.path.join(temp_dir, "total_cost.txt")) finally: sys.path.remove(example_dir) _remove_temp_dir(temp_dir) @@ -75,19 +81,21 @@ def test_example(): else: expected = float(read_file(expectation_file)) actual = float(total_cost) - if not switch_model.utilities.approx_equal(expected, actual, - tolerance=0.0001): + if not switch_model.utilities.approx_equal( + expected, actual, tolerance=0.0001 + ): raise AssertionError( - 'Mismatch for total_cost (the objective function value):\n' - 'Expected value: {}\n' - 'Actual value: {}\n' + "Mismatch for total_cost (the objective function value):\n" + "Expected value: {}\n" + "Actual value: {}\n" 'Run "python -m tests.examples_test --update" to ' - 'update the expectations if this change is expected.' - .format(expected, actual)) + "update the expectations if this change is expected.".format( + expected, actual + ) + ) name = os.path.relpath(example_dir, TOP_DIR) - return unittest.FunctionTestCase( - test_example, description='Example: %s' % name) + return unittest.FunctionTestCase(test_example, description="Example: %s" % name) def load_tests(loader, tests, pattern): @@ -98,8 +106,8 @@ def load_tests(loader, tests, pattern): return suite -if __name__ == '__main__': - if sys.argv[1:2] == ['--update']: +if __name__ == "__main__": + if sys.argv[1:2] == ["--update"]: UPDATE_EXPECTATIONS = True sys.argv.pop(1) unittest.main() diff --git a/tests/upgrade_dat/3zone_toy/outputs/total_cost.txt b/tests/upgrade_dat/3zone_toy/outputs/total_cost.txt index 7db8d1c71..b4953de2d 100644 --- a/tests/upgrade_dat/3zone_toy/outputs/total_cost.txt +++ b/tests/upgrade_dat/3zone_toy/outputs/total_cost.txt @@ -1 +1 @@ -134733088.429 +126714451.7 diff --git a/tests/upgrade_dat/copperplate0/outputs/total_cost.txt b/tests/upgrade_dat/copperplate0/outputs/total_cost.txt index 950fc10cc..f96516f15 100644 --- a/tests/upgrade_dat/copperplate0/outputs/total_cost.txt +++ b/tests/upgrade_dat/copperplate0/outputs/total_cost.txt @@ -1 +1 @@ -18504623.6857 +17704866.56 diff --git a/tests/upgrade_dat/copperplate1/outputs/total_cost.txt b/tests/upgrade_dat/copperplate1/outputs/total_cost.txt index 239798e35..2d714eb83 100644 --- a/tests/upgrade_dat/copperplate1/outputs/total_cost.txt +++ b/tests/upgrade_dat/copperplate1/outputs/total_cost.txt @@ -1 +1 @@ -34182745.1581 +33237590.95 diff --git a/tests/upgrade_dat/custom_extension/outputs/total_cost.txt b/tests/upgrade_dat/custom_extension/outputs/total_cost.txt index 46cf7eac1..6c7af3740 100644 --- a/tests/upgrade_dat/custom_extension/outputs/total_cost.txt +++ b/tests/upgrade_dat/custom_extension/outputs/total_cost.txt @@ -1 +1 @@ -25508464.8913 +24708707.77 diff --git a/tests/upgrade_dat/custom_extension/sunk_costs.py b/tests/upgrade_dat/custom_extension/sunk_costs.py index 32986070f..f960a913a 100644 --- a/tests/upgrade_dat/custom_extension/sunk_costs.py +++ b/tests/upgrade_dat/custom_extension/sunk_costs.py @@ -27,7 +27,5 @@ def define_components(mod): - mod.administration_fees = Param( - mod.PERIODS, - initialize=lambda m, p: 1000000) - mod.Cost_Components_Per_Period.append('administration_fees') + mod.administration_fees = Param(mod.PERIODS, initialize=lambda m, p: 1000000) + mod.Cost_Components_Per_Period.append("administration_fees") diff --git a/tests/upgrade_dat/hydro_simple/outputs/total_cost.txt b/tests/upgrade_dat/hydro_simple/outputs/total_cost.txt index f178d5cd9..caa6f7dfe 100644 --- a/tests/upgrade_dat/hydro_simple/outputs/total_cost.txt +++ b/tests/upgrade_dat/hydro_simple/outputs/total_cost.txt @@ -1 +1 @@ -27519709.7687 +26985008.15 diff --git a/tests/upgrade_dat/hydro_system/outputs/total_cost.txt b/tests/upgrade_dat/hydro_system/outputs/total_cost.txt index 0c3601df5..8125b9fab 100644 --- a/tests/upgrade_dat/hydro_system/outputs/total_cost.txt +++ b/tests/upgrade_dat/hydro_system/outputs/total_cost.txt @@ -1 +1 @@ -8116934.47803 +8116934.48 diff --git a/tests/upgrade_dat/production_cost_models/4plants/outputs/total_cost.txt b/tests/upgrade_dat/production_cost_models/4plants/outputs/total_cost.txt index ee7e4ee32..09e21a6df 100644 --- a/tests/upgrade_dat/production_cost_models/4plants/outputs/total_cost.txt +++ b/tests/upgrade_dat/production_cost_models/4plants/outputs/total_cost.txt @@ -1 +1 @@ -34328152.2273 +33094995.9 diff --git a/tests/upgrade_dat/production_cost_models/discrete_unit_commit/outputs/total_cost.txt b/tests/upgrade_dat/production_cost_models/discrete_unit_commit/outputs/total_cost.txt index 973e8d511..cd506946f 100644 --- a/tests/upgrade_dat/production_cost_models/discrete_unit_commit/outputs/total_cost.txt +++ b/tests/upgrade_dat/production_cost_models/discrete_unit_commit/outputs/total_cost.txt @@ -1 +1 @@ -34524511.6092 +33291355.28 diff --git a/tests/upgrade_dat/production_cost_models/unit_commit/outputs/total_cost.txt b/tests/upgrade_dat/production_cost_models/unit_commit/outputs/total_cost.txt index b4a1c92be..decea7626 100644 --- a/tests/upgrade_dat/production_cost_models/unit_commit/outputs/total_cost.txt +++ b/tests/upgrade_dat/production_cost_models/unit_commit/outputs/total_cost.txt @@ -1 +1 @@ -34503472.2858 +33270315.95 diff --git a/tests/upgrade_dat/storage/outputs/total_cost.txt b/tests/upgrade_dat/storage/outputs/total_cost.txt index 39d8cdcbd..72e89a57b 100644 --- a/tests/upgrade_dat/storage/outputs/total_cost.txt +++ b/tests/upgrade_dat/storage/outputs/total_cost.txt @@ -1 +1 @@ -24484908.913 +24336921.41 diff --git a/tests/upgrade_test.py b/tests/upgrade_test.py index 7ca609673..867ea38f4 100644 --- a/tests/upgrade_test.py +++ b/tests/upgrade_test.py @@ -29,6 +29,7 @@ UPDATE_EXPECTATIONS = False + def _remove_temp_dir(path): for retry in range(100): try: @@ -37,32 +38,41 @@ def _remove_temp_dir(path): except: pass + def find_example_dirs(path): for dirpath, dirnames, filenames in os.walk(path): for dirname in dirnames: path = os.path.join(dirpath, dirname) - if os.path.exists(os.path.join(path, 'inputs', 'modules.txt')): + if os.path.exists(os.path.join(path, "inputs", "modules.txt")): yield path + def make_test(example_dir): def test_upgrade(): - temp_dir = tempfile.mkdtemp(prefix='switch_test_') + temp_dir = tempfile.mkdtemp(prefix="switch_test_") example_name = os.path.basename(os.path.normpath(example_dir)) upgrade_dir = os.path.join(temp_dir, example_name) - shutil.copytree(example_dir, upgrade_dir, ignore=shutil.ignore_patterns('outputs')) - upgrade_dir_inputs = os.path.join(upgrade_dir, 'inputs') - upgrade_dir_outputs = os.path.join(upgrade_dir, 'outputs') + shutil.copytree( + example_dir, upgrade_dir, ignore=shutil.ignore_patterns("outputs") + ) + upgrade_dir_inputs = os.path.join(upgrade_dir, "inputs") + upgrade_dir_outputs = os.path.join(upgrade_dir, "outputs") switch_model.upgrade.manager.set_verbose(False) try: # Custom python modules may be in the example's working directory upgrade_inputs(upgrade_dir_inputs) sys.path.append(upgrade_dir) - switch_model.solve.main([ - '--inputs-dir', upgrade_dir_inputs, - '--outputs-dir', upgrade_dir_outputs]) - total_cost = read_file(os.path.join(upgrade_dir_outputs, 'total_cost.txt')) + switch_model.solve.main( + [ + "--inputs-dir", + upgrade_dir_inputs, + "--outputs-dir", + upgrade_dir_outputs, + ] + ) + total_cost = read_file(os.path.join(upgrade_dir_outputs, "total_cost.txt")) finally: - if upgrade_dir in sys.path: # code above may have failed before appending + if upgrade_dir in sys.path: # code above may have failed before appending sys.path.remove(upgrade_dir) _remove_temp_dir(temp_dir) expectation_file = get_expectation_path(example_dir) @@ -71,30 +81,35 @@ def test_upgrade(): else: expected = float(read_file(expectation_file)) actual = float(total_cost) - if not switch_model.utilities.approx_equal(expected, actual, - tolerance=0.0001): + if not switch_model.utilities.approx_equal( + expected, actual, tolerance=0.0001 + ): raise AssertionError( - 'Mismatch for total_cost (the objective function value):\n' - 'Expected value: {}\n' - 'Actual value: {}\n' + "Mismatch for total_cost (the objective function value):\n" + "Expected value: {}\n" + "Actual value: {}\n" 'Run "python -m tests.upgrade_test --update" to ' - 'update the expectations if this change is expected.' - .format(expected, actual)) + "update the expectations if this change is expected.".format( + expected, actual + ) + ) name = os.path.basename(os.path.normpath(example_dir)) return unittest.FunctionTestCase( - test_upgrade, description='Test Upgrade Example: %s' % name) + test_upgrade, description="Test Upgrade Example: %s" % name + ) + def load_tests(loader, tests, pattern): suite = unittest.TestSuite() - for example_dir in find_example_dirs(os.path.join(TOP_DIR, 'tests', 'upgrade_dat')): + for example_dir in find_example_dirs(os.path.join(TOP_DIR, "tests", "upgrade_dat")): if get_expectation_path(example_dir): suite.addTest(make_test(example_dir)) return suite -if __name__ == '__main__': - if sys.argv[1:2] == ['--update']: +if __name__ == "__main__": + if sys.argv[1:2] == ["--update"]: UPDATE_EXPECTATIONS = True sys.argv.pop(1) unittest.main() diff --git a/tests/utilities_test.py b/tests/utilities_test.py index 297ee5ea5..8be65cede 100644 --- a/tests/utilities_test.py +++ b/tests/utilities_test.py @@ -12,8 +12,8 @@ from pyomo.environ import DataPortal from testfixtures import compare -class UtilitiesTest(unittest.TestCase): +class UtilitiesTest(unittest.TestCase): def test_approx_equal(self): assert not utilities.approx_equal(1, 2) assert not utilities.approx_equal(1, 1.02) @@ -22,8 +22,10 @@ def test_approx_equal(self): def test_save_inputs_as_dat(self): (model, instance) = switch_model.solve.main( - args=["--inputs-dir", os.path.join('examples', '3zone_toy', 'inputs')], - return_model=True, return_instance=True + args=["--inputs-dir", os.path.join("examples", "3zone_toy", "inputs")], + return_model=True, + return_instance=True, + attach_data_portal=True, ) temp_dir = tempfile.mkdtemp(prefix="switch_test_") try: @@ -31,45 +33,50 @@ def test_save_inputs_as_dat(self): utilities.save_inputs_as_dat(model, instance, save_path=dat_path) reloaded_data = DataPortal(model=model) reloaded_data.load(filename=dat_path) + # Replace 'inf' with inf since Pyomo no longer does + utilities.SwitchCSVDataManger.convert_inf_to_float( + reloaded_data._data[None] + ) compare(reloaded_data.data(), instance.DataPortal.data()) finally: shutil.rmtree(temp_dir) def test_check_mandatory_components(self): - from pyomo.environ import ConcreteModel, Param, Set + from pyomo.environ import ConcreteModel, Param, Set, Any from switch_model.utilities import check_mandatory_components + mod = ConcreteModel() - mod.set_A = Set(initialize=[1,2]) - mod.paramA_full = Param(mod.set_A, initialize={1:'a',2:'b'}) + mod.set_A = Set(initialize=[1, 2]) + mod.paramA_full = Param(mod.set_A, initialize={1: "a", 2: "b"}, within=Any) mod.paramA_empty = Param(mod.set_A) mod.set_B = Set() mod.paramB_empty = Param(mod.set_B) mod.paramC = Param(initialize=1) mod.paramD = Param() - check_mandatory_components(mod, 'set_A', 'paramA_full') - check_mandatory_components(mod, 'paramB_empty') - check_mandatory_components(mod, 'paramC') + check_mandatory_components(mod, "set_A", "paramA_full") + check_mandatory_components(mod, "paramB_empty") + check_mandatory_components(mod, "paramC") with self.assertRaises(ValueError): - check_mandatory_components(mod, 'set_A', 'paramA_empty') + check_mandatory_components(mod, "set_A", "paramA_empty") with self.assertRaises(ValueError): - check_mandatory_components(mod, 'set_A', 'set_B') + check_mandatory_components(mod, "set_A", "set_B") with self.assertRaises(ValueError): - check_mandatory_components(mod, 'paramC', 'paramD') - + check_mandatory_components(mod, "paramC", "paramD") def test_min_data_check(self): from switch_model.utilities import _add_min_data_check - from pyomo.environ import AbstractModel, Param, Set + from pyomo.environ import AbstractModel, Param, Set, Any + mod = AbstractModel() _add_min_data_check(mod) - mod.set_A = Set(initialize=[1,2]) - mod.paramA_full = Param(mod.set_A, initialize={1:'a',2:'b'}) + mod.set_A = Set(initialize=[1, 2]) + mod.paramA_full = Param(mod.set_A, initialize={1: "a", 2: "b"}, within=Any) mod.paramA_empty = Param(mod.set_A) - mod.min_data_check('set_A', 'paramA_full') + mod.min_data_check("set_A", "paramA_full") self.assertIsNotNone(mod.create_instance()) - mod.min_data_check('set_A', 'paramA_empty') + mod.min_data_check("set_A", "paramA_empty") # Fiddle with the pyomo logger to suppress its error message - logger = logging.getLogger('pyomo.core') + logger = logging.getLogger("pyomo.core") orig_log_level = logger.level logger.setLevel(logging.FATAL) with self.assertRaises(ValueError): @@ -77,5 +84,5 @@ def test_min_data_check(self): logger.setLevel(orig_log_level) -if __name__ == '__main__': +if __name__ == "__main__": unittest.main()